PK?oa,mimetypeapplication/epub+zipPK?HOEBPS/apa.html Appendix A. Acknowledgments

Appendix A. Acknowledgments

Code was conceived in 1987. It rattled around in my head for nearly a decade and was finally committed to a Microsoft Word file between January 1996 and July 1999. I offer many thanks:

to the readers of early drafts of Code who contributed comments, criticisms, and suggestions: Sheryl Canter, Jan Eastlund, Peter Goldeman, Lynn Magalska, and Deirdre Sinnott;

to my agent, Claudette Moore of Moore Literary Agency, and to everyone at Microsoft Press who helped make Code a reality, particularly those whose names are listed on the copyright page of this book and on the colophon, following the index;

to my mother, who never held me back;

to Little Cat, who shared my apartment with me from 1982 through May 1999, and who inspired many cat references in my writing;

to Web sites such as Bibliofind (www.bibliofind.com) and Advanced Book Exchange (www.abebooks.com) that offer convenient access to used books, and to the staff of the Science, Industry, and Business Library (SIBL) branch of the New York Public Library (www.nypl.org);

to my friends in the rooms, without whose support none of this would be possible;

and again to Deirdre, my ideal reader and so much more.

Charles Petzold

July 15, 1999

PK?eSOEBPS/apb.html Appendix B. Bibliography

Appendix B. Bibliography

An annotated bibliography for this book is available on the World Wide Web site www.charlespetzold.com/code.

PK?䚄^^OEBPS/author_bios.html About the Author

About the Author

Charles Petzold wrote the classic Programming Windows®, which is currently in its fifth edition and one of the best-known and widely used programming books of all time. He was honored in 1994 with the Windows Pioneer Award, presented by Microsoft® founder Bill Gates and Windows Magazine. He has been programming with Windows since first obtaining a beta Windows 1.0 SDK in the spring of 1985, and he wrote the very first magazine article on Windows programming in 1986. Charles is an MVP for Client Application Development and the author of several other books including Code: The Hidden Language of Computer Hardware and Software.

PK? <<OEBPS/ch01.html Chapter 1. Best Friends

Chapter 1. Best Friends

code (kōd) …

3.a. A system of signals used to represent letters or numbers in transmitting messages.

b. A system of symbols, letters, or words given certain arbitrary meanings, used for transmitting messages requiring secrecy or brevity.

4. A system of symbols and rules used to represent instructions to a computer…

You're 10 years old. Your best friend lives across the street. In fact, the windows of your bedrooms face each other. Every night, after your parents have declared bedtime at the usual indecently early hour, you still need to exchange thoughts, observations, secrets, gossip, jokes, and dreams. No one can blame you. After all, the impulse to communicate is one of the most human of traits.

While the lights are still on in your bedrooms, you and your best friend can wave to each other from the windows and, using broad gestures and rudimentary body language, convey a thought or two. But sophisticated transactions seem difficult. And once the parents have decreed "Lights out!" the situation seems hopeless.

How to communicate? The telephone perhaps? Do you have a telephone in your room at the age of 10? Even so, wherever the phone is you'll be overheard. If your family personal computer is hooked into a phone line, it might offer soundless help, but again, it's not in your room.

What you and your best friend do own, however, are flashlights. Everyone knows that flashlights were invented to let kids read books under the bed covers; flashlights also seem perfect for the job of communicating after dark. They're certainly quiet enough, and the light is highly directional and probably won't seep out under the bedroom door to alert your suspicious folks.

Can flashlights be made to speak? It's certainly worth a try. You learned how to write letters and words on paper in first grade, so transferring that knowledge to the flashlight seems reasonable. All you have to do is stand at your window and draw the letters with light. For an O, you turn on the flashlight, sweep a circle in the air, and turn off the switch. For an I, you make a vertical stroke. But, as you discover quickly, this method simply doesn't work. As you watch your friend's flashlight making swoops and lines in the air, you find that it's too hard to assemble the multiple strokes together in your head. These swirls and slashes of light are not precise enough.

You once saw a movie in which a couple of sailors signaled to each other across the sea with blinking lights. In another movie, a spy wiggled a mirror to reflect the sunlight into a room where another spy lay captive. Maybe that's the solution. So you first devise a simple technique. Each letter of the alphabet corresponds to a series of flashlight blinks. An A is 1 blink, a B is 2 blinks, a C is 3 blinks, and so on to 26 blinks for Z. The word BAD is 2 blinks, 1 blink, and 4 blinks with little pauses between the letters so you won't mistake the 7 blinks for a G. You'll pause a bit longer between words.

This seems promising. The good news is that you no longer have to wave the flashlight in the air; all you have to do is point and click. The bad news is that one of the first messages you try to send ("How are you?") turns out to require a grand total of 131 blinks of light! Moreover, you forgot about punctuation, so you don't know how many blinks correspond to a question mark.

But you're close. Surely, you think, somebody must have faced this problem before, and you're absolutely right. With daylight and a trip to the library for research, you discover a marvelous invention known as Morse code. It's exactly what you've been looking for, even though you must now relearn how to "write" all the letters of the alphabet.

Here's the difference: In the system you invented, every letter of the alphabet is a certain number of blinks, from 1 blink for A to 26 blinks for Z. In Morse code, you have two kinds of blinks—short blinks and long blinks. This makes Morse code more complicated, of course, but in actual use it turns out to be much more efficient. The sentence "How are you?" now requires only 32 blinks (some short, some long) rather than 131, and that's including a code for the question mark.

When discussing how Morse code works, people don't talk about "short blinks" and "long blinks." Instead, they refer to "dots" and "dashes" because that's a convenient way of showing the codes on the printed page. In Morse code, every letter of the alphabet corresponds to a short series of dots and dashes, as you can see in the following table.

image with no caption

Although Morse code has absolutely nothing to do with computers, becoming familiar with the nature of codes is an essential preliminary to achieving a deep understanding of the hidden languages and inner structures of computer hardware and software.

In this book, the word code usually means a system for transferring information among people and machines. In other words, a code lets you communicate. Sometimes we think of codes as secret. But most codes are not. Indeed, most codes must be well understood because they're the basis of human communication.

In the beginning of One Hundred Years of Solitude, Gabriel Garcia Marquez recalls a time when "the world was so recent that many things lacked names, and in order to indicate them it was necessary to point." The names that we assign to things usually seem arbitrary. There seems to be no reason why cats aren't called "dogs" and dogs aren't called "cats." You could say English vocabulary is a type of code.

The sounds we make with our mouths to form words are a code intelligible to anyone who can hear our voices and understands the language that we speak. We call this code "the spoken word," or "speech." We have other code for words on paper (or on stone, on wood, or in the air, say, via skywriting). This code appears as handwritten characters or printed in newspapers, magazines, and books. We call it "the written word," or "text." In many languages, a strong correspondence exists between speech and text. In English, for example, letters and groups of letters correspond (more or less) to spoken sounds.

For people who can't hear or speak, another code has been devised to help in face-to-face communication. This is sign language, in which the hands and arms form movements and gestures that convey individual letters of words or whole words and concepts. For those who can't see, the written word can be replaced with Braille, which uses a system of raised dots that correspond to letters, groups of letters, and whole words. When spoken words must be transcribed into text very quickly, stenography or shorthand is useful.

We use a variety of different codes for communicating among ourselves because some codes are more convenient than others. For example, the code of the spoken word can't be stored on paper, so the code of the written word is used instead. Silently exchanging information across a distance in the dark isn't possible with speech or paper. Hence, Morse code is a convenient alternative. A code is useful if it serves a purpose that no other code can.

As we shall see, various types of codes are also used in computers to store and communicate numbers, sounds, music, pictures, and movies. Computers can't deal with human codes directly because computers can't duplicate the ways in which human beings use their eyes, ears, mouths, and fingers. Yet one of the recent trends in computer technology has been to enable our desktop personal computers to capture, store, manipulate, and render all types of information used in human communication, be it visual (text and pictures), aural (spoken words, sounds, and music), or a combination of both (animations and movies). All of these types of information require their own codes, just as speech requires one set of human organs (mouths and ears) while writing and reading require others (hands and eyes).

Even the table of Morse code shown on page 4 is itself a code of sorts. The table shows that each letter is represented by a series of dots and dashes. Yet we can't actually send dots and dashes. Instead, the dots and dashes correspond to blinks.

When sending Morse code with a flashlight, you turn the flashlight switch on and off very quickly (a fast blink) for a dot. You leave the flashlight turned on somewhat longer (a slower on-off blink) for a dash. To send an A, for example, you turn the flashlight on and off very quickly and then on and off at a lesser speed. You pause before sending the next character. By convention, the length of a dash should be about three times that of a dot. For example, if a dot is one second long, a dash is three seconds long. (In reality, Morse code is transmitted much faster than that.) The receiver sees the short blink and the long blink and knows it's an A.

Pauses between the dots and dashes of Morse code are crucial. When you send an A, for example, the flashlight should be off between the dot and the dash for a period of time equal to about one dot. (If the dot is one second long, the gap between dots and dashes is also a second.) Letters in the same word are separated by longer pauses equal to about the length of one dash (or three seconds if that's the length of a dash). For example, here's the Morse code for "hello," illustrating the pauses between the letters:

image with no caption

Words are separated by an off period of about two dashes (six seconds if a dash is three seconds long). Here's the code for "hi there":

image with no caption

The lengths of time that the flashlight remains on and off aren't fixed. They're all relative to the length of a dot, which depends on how fast the flashlight switch can be triggered and also how quickly a Morse code sender can remember the code for a particular letter. A fast sender's dash may be the same length as a slow sender's dot. This little problem could make reading a Morse code message tough, but after a letter or two, the receiver can usually figure out what's a dot and what's a dash.

At first, the definition of Morse code—and by definition I mean the correspondence of various sequences of dots and dashes to the letters of the alphabet—appears as random as the layout of a typewriter. On closer inspection, however, this is not entirely so. The simpler and shorter codes are assigned to the more frequently used letters of the alphabet, such as E and T. Scrabble players and Wheel of Fortune fans might notice this right away. The less common letters, such as Q and Z (which get you 10 points in Scrabble), have longer codes.

Almost everyone knows a little Morse code. Three dots, three dashes, and three dots represent SOS, the international distress signal. SOS isn't an abbreviation for anything—it's simply an easy-to-remember Morse code sequence. During the Second World War, the British Broadcasting Corporation prefaced some radio broadcasts with the beginning of Beethoven's Fifth Symphony—BAH, BAH, BAH, BAHMMMMM—which Ludwig didn't know at the time he composed the music is the Morse code V, for Victory.

One drawback of Morse code is that it makes no differentiation between uppercase and lowercase letters. But in addition to representing letters, Morse code also includes codes for numbers by using a series of five dots and dashes:

image with no caption

These codes, at least, are a little more orderly than the letter codes. Most punctuation marks use five, six, or seven dots and dashes:

image with no caption

Additional codes are defined for accented letters of some European languages and as shorthand sequences for special purposes. The SOS code is one such shorthand sequence: It's supposed to be sent continuously with only a one-dot pause between the three letters.

You'll find that it's much easier for you and your friend to send Morse code if you have a flashlight made specifically for this purpose. In addition to the normal on-off slider switch, these flashlights also include a pushbutton switch that you simply press and release to turn the flashlight on and off. With some practice, you might be able to achieve a sending and receiving speed of 5 or 10 words per minute—still much slower than speech (which is somewhere in the 100-words-per-minute range), but surely adequate.

When finally you and your best friend memorize Morse code (for that's the only way you can become proficient at sending and receiving it), you can also use it vocally as a substitute for normal speech. For maximum speed, you pronounce a dot as dih (or dit for the last dot of a letter) and a dash as dah. In the same way that Morse code reduces written language to dots and dashes, the spoken version of the code reduces speech to just two vowel sounds.

The key word here is two. Two types of blinks, two vowel sounds, two different anything, really, can with suitable combinations convey all types of information.

PK?>ҋ::OEBPS/ch02.html Chapter 2. Codes and Combinations

Chapter 2. Codes and Combinations

Morse code was invented by Samuel Finley Breese Morse (1791–1872), whom we shall meet more properly later in this book. The invention of Morse code goes hand in hand with the invention of the telegraph, which we'll also examine in more detail. Just as Morse code provides a good introduction to the nature of codes, the telegraph provides a good introduction to the hardware of the computer.

Most people find Morse code easier to send than to receive. Even if you don't have Morse code memorized, you can simply use this table, conveniently arranged in alphabetical order:

image with no caption

Receiving Morse code and translating it back into words is considerably harder and more time consuming than sending because you must work backward to figure out the letter that corresponds to a particular coded sequence of dots and dashes. For example, if you receive a dash-dot-dash-dash, you have to scan through the table letter by letter before you finally discover that the code is the letter Y.

The problem is that we have a table that provides this translation:

Alphabetical letterMorse code dots and dashes

But we don't have a table that lets us go backward:

Morse code dots and dashesAlphabetical letter

In the early stages of learning Morse code, such a table would certainly be convenient. But it's not at all obvious how we could construct it. There's nothing in those dots and dashes that we can put into alphabetical order.

So let's forget about alphabetical order. Perhaps a better approach to organizing the codes might be to group them depending on how many dots and dashes they have. For example, a Morse code sequence that contains either one dot or one dash can represent only two letters, which are E and T:

image with no caption

A combination of exactly two dots or dashes gives us four more letters—I, A, N, and M:

image with no caption

A pattern of three dots or dashes gives us eight more letters:

image with no caption

And finally (if we want to stop this exercise before dealing with numbers and punctuation marks), sequences of four dots and dashes give us 16 more characters:

image with no caption

Taken together, these four tables contain 2 plus 4 plus 8 plus 16 codes for a total of 30 letters, 4 more than are needed for the 26 letters of the Latin alphabet. For this reason, you'll notice that 4 of the codes in the last table are for accented letters.

These four tables might help you translate with greater ease when someone is sending you Morse code. After you receive a code for a particular letter, you know how many dots and dashes it has, and you can at least go to the right table to look it up. Each table is organized so that you find the all-dots code in the upper left and the all-dashes code in the lower right.

Can you see a pattern in the size of the four tables? Notice that each table has twice as many codes as the table before it. This makes sense: Each table has all the codes in the previous table followed by a dot, and all the codes in the previous table followed by a dash.

We can summarize this interesting trend this way:

Number of Dots and Dashes

Number of Codes

1

2

2

4

3

8

4

16

Each of the four tables has twice as many codes as the table before it, so if the first table has 2 codes, the second table has 2 x 2 codes, and the third table has 2 x 2 x 2 codes. Here's another way to show that:

Number of Dots and Dashes

Number of Codes

1

2

2

2 x 2

3

2 x 2 x 2

4

2 x 2 x 2 x 2

Of course, once we have a number multiplied by itself, we can start using exponents to show powers. For example, 2 x 2 x 2 x 2 can be written as 24 (2 to the 4th power). The numbers 2, 4, 8, and 16 are all powers of 2 because you can calculate them by multiplying 2 by itself. So our summary can also be shown like this:

Number of Dots and Dashes

Number of Codes

1

21

2

22

3

23

4

24

This table has become very simple. The number of codes is simply 2 to the power of the number of dots and dashes. We might summarize the table data in this simple formula:

number of codes = 2number of dots and dashes

Powers of 2 tend to show up a lot in codes, and we'll see another example in the next chapter.

To make the process of decoding Morse code even easier, we might want to draw something like the big treelike table shown here.

image with no caption

This table shows the letters that result from each particular consecutive sequence of dots and dashes. To decode a particular sequence, follow the arrows from left to right. For example, suppose you want to know which letter corresponds to the code dot-dash-dot. Begin at the left and choose the dot; then continue moving right along the arrows and choose the dash and then another dot. The letter is R, shown next to the last dot.

If you think about it, constructing such a table was probably necessary for defining Morse code in the first place. First, it ensures that you don't make the dumb mistake of using the same code for two different letters! Second, you're assured of using all the possible codes without making the sequences of dots and dashes unnecessarily long.

At the risk of extending this table beyond the limits of the printed page, we could continue it for codes of five dots and dashes and more. A sequence of exactly five dots and dashes gives us 32 (2x2x2x2x2, or 25) additional codes. Normally that would be enough for the 10 numbers and the 16 punctuation symbols defined in Morse code, and indeed the numbers are encoded with five dots and dashes. But many of the other codes that use a sequence of five dots and dashes represent accented letters rather than punctuation marks.

To include all the punctuation marks, the system must be expanded to six dots and dashes, which gives us 64 (2x2x2x2x2x2, or 26) additional codes for a grand total of 2+4+8+16+32+64, or 126, characters. That's overkill for Morse code, which leaves many of these longer codes "undefined." The word undefined used in this context refers to a code that doesn't stand for anything. If you were receiving Morse code and you got an undefined code, you could be pretty sure that somebody made a mistake.

Because we were clever enough to develop this little formula,

number of codes = 2number of dots and dashes

we could continue figuring out how many codes we get from using longer sequences of dots and dashes:

Number of Dots and Dashes

Number of Codes

1

21 = 2

2

22 = 4

3

23 = 8

4

24 = 16

5

25 = 32

6

26 = 64

7

27 = 128

8

28 = 256

9

29 = 512

10

210 = 1024

Fortunately, we don't have to actually write out all the possible codes to determine how many there would be. All we have to do is multiply 2 by itself over and over again.

Morse code is said to be a binary (literally meaning two by two) code because the components of the code consist of only two things—a dot and a dash. That's similar to a coin, which can land only on the head side or the tail side. Binary objects (such as coins) and binary codes (such as Morse code) are always described by powers of two.

What we're doing by analyzing binary codes is a simple exercise in the branch of mathematics known as combinatorics or combinatorial analysis. Traditionally, combinatorial analysis is used most often in the fields of probability and statistics because it involves determining the number of ways that things, like coins and dice, can be combined. But it also helps us understand how codes can be put together and taken apart.

PK?0z<z<OEBPS/ch03.html Chapter 3. Braille and Binary Codes

Chapter 3. Braille and Binary Codes

Samuel Morse wasn't the first person to successfully translate the letters of written language to an interpretable code. Nor was he the first person to be remembered more as the name of his code than as himself. That honor must go to a blind French teenager born some 18 years after Samuel Morse but who made his mark much more precociously. Little is known of his life, but what is known makes a compelling story.

Louis Braille was born in 1809 in Coupvray, France, just 25 miles east of Paris. His father was a harness maker. At the age of three—an age when young boys shouldn't be playing in their fathers' workshops—he accidentally stuck a pointed tool in his eye. The wound became infected, and the infection spread to his other eye, leaving him totally blind. Normally he would have been doomed to a life of ignorance and poverty (as most blind people were in those days), but young Louis's intelligence and desire to learn were soon recognized. Through the intervention of the village priest and a schoolteacher, he first attended school in the village with the other children and at the age of 10 was sent to the Royal Institution for Blind Youth in Paris.

image with no caption

One major obstacle in the education of the blind is, of course, their inability to read printed books. Valentin Haüy (1745–1822), the founder of the Paris school, had invented a system of raised letters on paper that could be read by touch. But this system was very difficult to use, and only a few books had been produced using this method.

The sighted Haüy was stuck in a paradigm. To him, an A was an A was an A, and the letter A must look (or feel) like an A. (If given a flashlight to communicate, he might have tried drawing letters in the air as we did before we discovered it didn't work very well.) Haüy probably didn't realize that a type of code quite different from the printed alphabet might be more appropriate for sightless people.

The origins of an alternative type of code came from an unexpected source. Charles Barbier, a captain of the French army, had by 1819 devised a system of writing he called écriture nocturne, or "night writing." This system used a pattern of raised dots and dashes on heavy paper and was intended for use by soldiers in passing notes to each other in the dark when quiet was necessary. The soldiers were able to poke these dots and dashes into the back of the paper using an awl-like stylus. The raised dots could then be read with the fingers.

The problem with Barbier's system is that it was quite complex. Rather than using patterns of dots and dashes that corresponded to letters of the alphabet, Barbier devised patterns that corresponded to sounds, often requiring many codes for a single word. The system worked fine for short messages in the field but was distinctly inadequate for longer texts, let alone entire books.

Louis Braille became familiar with Barbier's system at the age of 12. He liked the use of raised dots, not only because it proved easy to read with the fingers but also because it was easy to write. A student in the classroom equipped with paper and a stylus could actually take notes and read them back. Louis Braille diligently tried to improve the system and within three years (at the age of 15) had come up with his own, the basics of which are still used today. For many years, the system was known only within the school, but it gradually made its way to the rest of the world. In 1835, Louis Braille contracted tuberculosis, which would eventually kill him shortly after his 43rd birthday in 1852.

Today, enhanced versions of the Braille system compete with tape-recorded books for providing the blind with access to the written word, but Braille still remains an invaluable system and the only way to read for people who are both blind and deaf. In recent years, Braille has become more familiar in the public arena as elevators and automatic teller machines are made more accessible to the blind.

What we're going to do in this chapter is dissect Braille code and see how it works. We don't have to actually learn Braille or memorize anything. We just want some insight into the nature of codes.

In Braille, every symbol used in normal written language—specifically, letters, numbers, and punctuation marks—is encoded as one or more raised dots within a two-by-three cell. The dots of the cell are commonly numbered 1 through 6:

image with no caption

In modern-day use, special typewriters or embossers punch the Braille dots into the paper.

Because embossing just a couple pages of this book in Braille would be prohibitively expensive, I've used a notation common for showing Braille on the printed page. In this notation, all six dots in the cell are shown. Large dots indicate the parts of the cell where the paper is raised. Small dots indicate the parts of the cell that are flat. For example, in the Braille character dots 1, 3, and 5 are raised and dots 2, 4, and 6 are not.

image with no caption

What should be interesting to us at this point is that the dots are binary. A particular dot is either flat or raised. That means we can apply what we've learned about Morse code and combinatorial analysis to Braille. We know that there are 6 dots and that each dot can be either flat or raised, so the total number of combinations of 6 flat and raised dots is 2 x 2 x 2 x 2 x 2 x 2, or 26, or 64.

Thus, the system of Braille is capable of representing 64 unique codes. Here they are—all 64 possible Braille codes:

image with no caption

If we find fewer than 64 codes used in Braille, we should question why some of the 64 possible codes aren't being used. If we find more than 64 codes used in Braille, we should question either our sanity or fundamental truths of mathematics, such as 2 plus 2 equaling 4.

To begin dissecting the code of Braille, let's look at the basic lowercase alphabet:

image with no caption

For example, the phrase "you and me" in Braille looks like this:

image with no caption

Notice that the cells for each letter within a word are separated by a little bit of space; a larger space (essentially a cell with no raised dots) is used between words.

This is the basis of Braille as Louis Braille devised it, or at least as it applies to the letters of the Latin alphabet. Louis Braille also devised codes for letters with accent marks, common in French. Notice that there's no code for w, which isn't used in classical French. (Don't worry. The letter will show up eventually.) At this point, only 25 of the 64 possible codes have been accounted for.

Upon close examination, you'll discover that the three rows of Braille illustrated above show a pattern. The first row (letters a through j) uses only the top four spots in the cell—dots 1, 2, 4, and 5. The second row duplicates the first row except that dot 3 is also raised. The third row is the same except that dots 3 and 6 are raised.

Since the days of Louis Braille, the Braille code has been expanded in various ways. Currently the system used most often in published material in English is called Grade 2 Braille. Grade 2 Braille uses many contractions in order to save trees and to speed reading. For example, if letter codes appear by themselves, they stand for common words. The following three rows (including a "completed" third row) show these word codes:

image with no caption

Thus, the phrase "you and me" can be written in Grade 2 Braille as this:

image with no caption

So far, I've described 31 codes—the no-raised-dots space between words and the 3 rows of 10 codes for letters and words. We're still not close to the 64 codes that are theoretically available. In Grade 2 Braille, as we shall see, nothing is wasted.

First, we can use the codes for letters a through j combined with a raised dot 6. These are used mostly for contractions of letters within words and also include w and another word abbreviation:

image with no caption

For example, the word "about" can be written in Grade 2 Braille this way:

image with no caption

Second, we can take the codes for letters a through j and "lower" them to use only dots 2, 3, 5, and 6. These codes are used for some punctuation marks and contractions, depending on context:

image with no caption

The first four of these codes are the comma, semicolon, colon, and period. Notice that the same code is used for both left and right parentheses but that two different codes are used for open and closed quotation marks.

We're up to 51 codes so far. The following 6 codes use various unused combinations of dots 3, 4, 5, and 6 to represent contractions and some additional punctuation:

image with no caption

The code for "ble" is very important because when it's not part of a word, it means that the codes that follow should be interpreted as numbers. These number codes are the same as those for letters a through j:

image with no caption

Thus, this sequence of codes means the number 256.

image with no caption

If you've been keeping track, we need 7 more codes to reach the maximum of 64. Here they are:

image with no caption

The first (a raised dot 4) is used as an accent indicator. The others are used as prefixes for some contractions and also for some other purposes: When dots 4 and 6 are raised (the fifth code in this row), the code is a decimal point in numbers or an emphasis indicator, depending on context. When dots 5 and 6 are raised, the code is a letter indicator that counterbalances a number indicator.

And finally (if you've been wondering how Braille encodes capital letters) we have dot 6—the capital indicator. This signals that the letter that follows is uppercase. For example, we can write the name of the original creator of this system as

image with no caption

This is a capital indicator, the letter l, the contraction ou, the letters i and s, a space, another capital indicator, and the letters b, r, a, i, l, l, and e. (In actual use, the name might be abbreviated even more by eliminating the last two letters, which aren't pronounced.)

In summary, we've seen how six binary elements (the dots) yield 64 possible codes and no more. It just so happens that many of these 64 codes perform double duty depending on their context. Of particular interest is the number indicator and the letter indicator that undoes the number indicator. These codes alter the meaning of the codes that follow them—from letters to numbers and from numbers back to letters. Codes such as these are often called precedence, or shift, codes. They alter the meaning of all subsequent codes until the shift is undone.

The capital indicator means that the following letter (and only the following letter) should be uppercase rather than lowercase. A code such as this is known as an escape code. Escape codes let you "escape" from the humdrum, routine interpretation of a sequence of codes and move to a new interpretation. As we'll see in later chapters, shift codes and escape codes are common when written languages are represented by binary codes.

PK?EV:4c4cOEBPS/ch04.html Chapter 4. Anatomy of a Flashlight

Chapter 4. Anatomy of a Flashlight

Flashlights are useful for numerous tasks, of which reading under the covers and sending coded messages are only the two most obvious. The common household flashlight can also take center stage in an educational show-and-tell of the magical stuff known as electricity.

Electricity is an amazing phenomenon, managing to be pervasively useful while remaining largely mysterious, even to people who pretend to know how it works. But I'm afraid we must wrestle with electricity anyway. Fortunately, we need to understand only a few basic concepts to comprehend how it's used inside computers.

The flashlight is certainly one of the simpler electrical appliances found in most homes. Disassemble a typical flashlight, and you'll find it consists of a couple of batteries, a bulb, a switch, some metal pieces, and a plastic case to hold everything together.

You can make your own no-frills flashlight by disposing of everything except the batteries and the lightbulb. You'll also need some short pieces of insulated wire (with the insulation stripped from the ends) and enough hands to hold everything together.

image with no caption

Notice the two loose ends of the wires at the right of the diagram. That's our switch. Assuming that the batteries are good and the bulb isn't burned out, touching these loose ends together will turn on the light.

What we've constructed here is a simple electrical circuit, and the first thing to notice is that a circuit is a circle. The lightbulb will be lit only if the path from the batteries to the wire to the bulb to the switch and back to the batteries is continuous. Any break in this circuit will cause the bulb to go out. The purpose of the switch is to control this process.

The circular nature of the electrical circuit suggests that something is moving around the circuit, perhaps like water flowing through pipes. The "water and pipes" analogy is quite common in explanations of how electricity works, but eventually it breaks down, as all analogies must. Electricity is like nothing else in this universe, and we must confront it on its own terms.

The prevailing scientific wisdom regarding the workings of electricity is called the electron theory, which says that electricity derives from the movement of electrons.

As we know, all matter—the stuff that we can see and feel (usually)—is made up of extremely small things called atoms. Every atom is composed of three types of particles; these are called neutrons, protons, and electrons. You can picture an atom as a little solar system, with the neutrons and protons bound into a nucleus and the electrons spinning around the nucleus like planets around a sun:

image with no caption

I should mention that this isn't exactly what you'd see if you were able to get a microscope powerful enough to see actual atoms, but it works as a convenient model.

The atom shown on the preceding page has 3 electrons, 3 protons, and 4 neutrons, which means that it's an atom of lithium. Lithium is one of 112 known elements, each of which has a particular atomic number ranging from 1 to 112. The atomic number of an element indicates the number of protons in the nucleus of each of the element's atoms and also (usually) the number of electrons in each atom. The atomic number of lithium is 3.

Atoms can chemically combine with other atoms to form molecules. Molecules usually have very different properties from the atoms they comprise. For example, water is composed of molecules that consist of two atoms of hydrogen and one atom of oxygen (hence, H2O). Obviously water is appreciably different from either hydrogen or oxygen. Likewise, the molecules of table salt consist of an atom of sodium and an atom of chlorine, neither of which would be particularly appetizing on French fries.

Hydrogen, oxygen, sodium, and chlorine are all elements. Water and salt are called compounds. Salt water, however, is a mixture rather than a compound because the water and the salt maintain their own properties.

The number of electrons in an atom is usually the same as the number of protons. But in certain circumstances, electrons can be dislodged from atoms. That's how electricity happens.

The words electron and electricity both derive from the ancient Greek word ηλεκτρον (elektron), which you might expect means something like "little tiny invisible thing." But no—ηλεκτρον is actually the Greek word for "amber," which is the glasslike hardened sap of trees. The reason for this unlikely derivation is that the ancient Greeks experimented with rubbing amber with wool, which produces something we now call static electricity. Rubbing wool on amber causes the wool to pick up electrons from the amber. The wool winds up with more electrons than protons, and the amber ends up with fewer electrons than protons. In more modern experiments, carpeting picks up electrons from the soles of our shoes.

Protons and electrons have a characteristic called charge. Protons are said to have a positive (+) charge and electrons are said to have a negative (–) charge. Neutrons are neutral and have no charge. But even though we use plus and minus signs to denote protons and electrons, the symbols don't really mean plus and minus in the arithmetical sense or that protons have something that electrons don't. The use of these symbols just means that protons and electrons are opposite in some way. This opposite characteristic manifests itself in how protons and electrons relate to each other.

Protons and electrons are happiest and most stable when they exist together in equal numbers. An imbalance of protons and electrons will attempt to correct itself. When the carpet picks up electrons from your shoes, eventually everything gets evened out when you touch something and feel a spark. That spark of static electricity is the movement of electrons by a rather circuitous route from the carpet through your body back to your shoes.

Another way to describe the relationship between protons and electrons is to note that opposite charges attract and like charges repel. But this isn't what we might assume by looking at the diagram of the atom. It looks like the protons huddled together in the nucleus are attracting each other. The protons are held together by something stronger than the repulsion of like charges, and that something is called the strong force. Messing around with the strong force involves splitting the nucleus, which produces nuclear energy. In this chapter, we're merely fooling around with the electrons to get electricity.

Static electricity isn't limited to the little sparks produced by fingers touching doorknobs. During storms, the bottoms of clouds accumulate electrons while the tops of clouds lose electrons; eventually, the imbalance is evened out with a stroke of lightning. Lightning is a lot of electrons moving very quickly from one spot to another.

The electricity in the flashlight circuit is obviously much better mannered than a spark or a lightning bolt. The light burns steadily and continuously because the electrons aren't just jumping from one place to another. As one atom in the circuit loses an electron to another atom nearby, it grabs another electron from an adjacent atom, which grabs an electron from another adjacent atom, and so on. The electricity in the circuit is the passage of electrons from atom to atom.

This doesn't happen all by itself. We can't just wire up any old bunch of stuff and expect some electricity to happen. We need something to precipitate the movement of electrons around the circuit. Looking back at our diagram of the no-frills flashlight, we can safely assume that the thing that begins the movement of electricity is not the wires and not the lightbulb, so it's probably the batteries.

Almost everybody knows a few things about the types of batteries used in flashlights:

In all batteries, chemical reactions take place, which means that some molecules break down into other molecules, or molecules combine to form new molecules. The chemicals in batteries are chosen so that the reactions between them generate spare electrons on the side of the battery marked with a minus sign (called the negative terminal, or anode) and demand extra electrons on the other side of the battery (the positive terminal, or cathode). In this way, chemical energy is converted to electrical energy.

The chemical reaction can't proceed unless there's some way that the extra electrons can be taken away from the negative terminal of the battery and delivered back to the positive terminal. So if the battery isn't connected to anything, nothing much happens. (Actually the chemical reactions still take place, but very slowly.) The reactions take place only if an electrical circuit is present to take electrons away from the negative side and supply electrons to the positive side. The electrons travel around this circuit in a counterclockwise direction:

image with no caption

In this book, the color red is used to indicate that electricity is flowing through the wires.

Electrons from the chemicals in the batteries might not so freely mingle with the electrons in the copper wires if not for a simple fact: All electrons, wherever they're found, are identical. There's nothing that distinguishes a copper electron from any other electron.

Notice that both batteries are facing the same direction. The positive end of the bottom battery takes electrons from the negative end of the top battery. It's as if the two batteries have been combined into one bigger battery with a positive terminal at one end and a negative terminal at the other end. The combined battery is 3 volts rather than 1.5 volts.

If we turn one of the batteries upside down, the circuit won't work:

image with no caption

The two positive ends of the battery need electrons for the chemical reactions, but there's no way electrons can get to them because they're attached to each other. If the two positive ends of the battery are connected, the two negative ends should be also:

image with no caption

This works. The batteries are said to be connected in parallel rather than in series as shown earlier. The combined voltage is 1.5 volts, which is the same as the voltage of each of the batteries. The light will probably still glow, but not as brightly as with two batteries in series. But the batteries will last twice as long.

We normally like to think of a battery as providing electricity to a circuit. But we've seen that we can also think of a circuit as providing a way for a battery's chemical reactions to take place. The circuit takes electrons away from the negative end of the battery and delivers them to the positive end of the battery. The reactions in the battery proceed until all the chemicals are exhausted, at which time you throw away the battery or recharge it.

From the negative end of the battery to the positive end of the battery, the electrons flow through the wires and the lightbulb. But why do we need the wires? Can't the electricity just flow through the air? Well, yes and no. Yes, electricity can flow through air (particularly wet air), or else we wouldn't see lightning. But electricity doesn't flow through air very readily.

Some substances are significantly better than others for carrying electricity. The ability of an element to carry electricity is related to its subatomic structure. Electrons orbit the nucleus in various levels, called shells. An atom that has just one electron in its outer shell can readily give up that electron, which is what's necessary to carry electricity. These substances are conducive to carrying electricity and thus are said to be conductors. The best conductors are copper, silver, and gold. It's no coincidence that these three elements are found in the same column of the periodic table. Copper is the most common substance for making wires.

The opposite of conductance is resistance. Some substances are more resistant to the passage of electricity than others, and these are known as resistors. If a substance has a very high resistance—meaning that it doesn't conduct electricity much at all—it's known as an insulator. Rubber and plastic are good insulators, which is why these substances are often used to coat wires. Cloth and wood are also good insulators as is dry air. Just about anything will conduct electricity, however, if the voltage is high enough.

Copper has a very low resistance, but it still has some resistance. The longer a wire, the higher the resistance it has. If you tried wiring a flashlight with wires that were miles long, the resistance in the wires would be so high that the flashlight wouldn't work.

The thicker a wire, the lower the resistance it has. This may be somewhat counterintuitive. You might imagine that a thick wire requires much more electricity to "fill it up." But actually the thickness of the wire makes available many more electrons to move through the wire.

I've mentioned voltage but haven't defined it. What does it mean when a battery has 1.5 volts? Actually, voltage—named after Count Alessandro Volta (1745–1827), who invented the first battery in 1800—is one of the more difficult concepts of elementary electricity. Voltage refers to a potential for doing work. Voltage exists whether or not something is hooked up to a battery.

Consider a brick. Sitting on the floor, the brick has very little potential. Held in your hand four feet above the floor, the brick has more potential. All you need do to realize this potential is drop the brick. Held in your hand at the top of a tall building, the brick has much more potential. In all three cases, you're holding the brick and it's not doing anything, but the potential is different.

A much easier concept in electricity is the notion of current. Current is related to the number of electrons actually zipping around the circuit. Current is measured in amperes, named after André Marie Ampère (1775–1836), but everybody calls them amps, as in "a 10-amp fuse." To get one amp of current, you need 6,240,000,000,000,000,000 electrons flowing past a particular point per second.

The water-and-pipes analogy helps out here: Current is similar to the amount of water flowing through a pipe. Voltage is similar to the water pressure. Resistance is similar to the width of a pipe—the smaller the pipe, the larger the resistance. So the more water pressure you have, the more water that flows through the pipe. The smaller the pipe, the less water that flows through it. The amount of water flowing through a pipe (the current) is directly proportional to the water pressure (the voltage) and inversely proportional to the skinniness of the pipe (the resistance).

In electricity, you can calculate how much current is flowing through a circuit if you know the voltage and the resistance. Resistance—the tendency of a substance to impede the flow of electrons—is measured in ohms, named after Georg Simon Ohm (1789–1854), who also proposed the famous Ohm's Law. The law states

I = E / R

where I is traditionally used to represent current in amperes, E is used to represent voltage (it stands for electromotive force), and R is resistance.

For example, let's look at a battery that's just sitting around not connected to anything:

image with no caption

The voltage E is 1.5. That's a potential for doing work. But because the positive and negative terminals are connected solely by air, the resistance (the symbol R) is very, very, very high, which means the current (I) equals 1.5 volts divided by a large number. This means that the current is just about zero.

Now let's connect the positive and negative terminals with a short piece of copper wire (and from here on, the insulation on the wires won't be shown):

image with no caption

This is known as a short circuit. The voltage is still 1.5, but the resistance is now very, very low. The current is 1.5 volts divided by a very small number. This means that the current will be very, very high. Lots and lots of electrons will be flowing through the wire. In reality, the actual current will be limited by the physical size of the battery. The battery will probably not be able to deliver such a high current, and the voltage will drop below 1.5 volts. If the battery is big enough, the wire will get hot because the electrical energy is being converted to heat. If the wire gets very hot, it will actually glow and might even melt.

Most circuits are somewhere between these two extremes. We can symbolize them like so:

image with no caption

The squiggly line is recognizable to electrical engineers as the symbol for a resistor. Here it means that the circuit has a resistance that is neither very low nor very high.

If a wire has a low resistance, it can get hot and start to glow. This is how an incandescent lightbulb works. The lightbulb is commonly credited to America's most famous inventor, Thomas Alva Edison (1847–1931), but the concepts were well known at the time he patented the lightbulb (1879) and many other inventors also worked on the problem.

Inside a lightbulb is a thin wire called a filament, which is commonly made of tungsten. One end of the filament is connected to the tip at the bottom of the base; the other end of the filament is connected to the side of the metal base, separated from the tip by an insulator. The resistance of the wire causes it to heat up. In open air, the tungsten would get hot enough to burn, but in the vacuum of the lightbulb, the tungsten glows and gives off light.

Most common flashlights have two batteries connected in series. The total voltage is 3.0 volts. A lightbulb of the type commonly used in a flashlight has a resistance of about 4 ohms. Thus, the current is 3 volts divided by 4 ohms, or 0.75 ampere, which can also be expressed as 750 milliamperes. This means that 4,680,000,000,000,000,000 electrons are flowing through the lightbulb every second.

(A brief reality check: If you actually try to measure the resistance of a flashlight lightbulb with an ohmmeter, you'll get a reading much lower than 4 ohms. The resistance of tungsten is dependent upon its temperature, and the resistance gets higher as the bulb heats up.)

As you may know, lightbulbs you buy for your home are labeled with a certain wattage. The watt is named after James Watt (1736–1819), who is best known for his work on the steam engine. The watt is a measurement of power (P) and can be calculated as

P = E x I

The 3 volts and 0.75 amp of our flashlight indicate that we're dealing with a 2.25-watt lightbulb.

Your home might be lit by 100-watt lightbulbs. These are designed for the 120 volts of your home. Thus, the current that flows through them is equal to 100 watts divided by 120 volts, or about 0.83 ampere. Hence, the resistance of a 100-watt lightbulb is 120 volts divided by 0.83 ampere, or 144 ohms.

So we've seemingly analyzed everything about the flashlight—the batteries, the wires, and the lightbulb. But we've forgotten the most important part!

Yes, the switch. The switch controls whether electricity is flowing in the circuit or not. When a switch allows electricity to flow, it is said to be on, or closed. An off, or open, switch doesn't allow electricity to flow. (The way we use the words closed and open for switches is opposite to the way we use them for a door. A closed door prevents anything from passing through it; a closed switch allows electricity to flow.)

Either the switched is closed or it's open. Either current flows or it doesn't. Either the lightbulb lights up or it doesn't. Like the binary codes invented by Morse and Braille, this simple flashlight is either on or off. There's no in-between. This similarity between binary codes and simple electrical circuits is going to prove very useful in the chapters ahead.

PK?FFOEBPS/ch05.html Chapter 5. Seeing Around Corners

Chapter 5. Seeing Around Corners

You're twelve years old. One horrible day your best friend's family moves to another town. You speak to your friend on the telephone now and then, but telephone conversations just aren't the same as those late-night sessions with the flashlights blinking out Morse code. Your second-best friend, who lives in the house next door to yours, eventually becomes your new best friend. It's time to teach your new best friend some Morse code and get the late-night flashlights blinking again.

The problem is, your new best friend's bedroom window doesn't face your bedroom window. The houses are side by side, but the bedroom windows face the same direction. Unless you figure out a way to rig up a few mirrors outside, the flashlights are now inadequate for after-dark communication.

Or are they?

Maybe you have learned something about electricity by this time, so you decide to make your own flashlights out of batteries, lightbulbs, switches, and wires. In the first experiment, you wire up the batteries and switch in your bedroom. Two wires go out your window, across a fence, and into your friend's bedroom, where they're connected to a lightbulb:

image with no caption

Although I'm showing only one battery, you might actually be using two. In this and future diagrams, this will be an off (or open) switch:

image with no caption

and this will be the switch when it's on (or closed):

image with no caption

The flashlight in this chapter works the same way as the one illustrated in the previous chapter, although the wires connecting the components for this chapter's flashlight are a bit longer. When you close the switch at your end, the light goes on at your friend's end:

image with no caption

Now you can send messages using Morse code.

Once you have one flashlight working, you can wire another long-distance flashlight so that your friend can send messages to you:

image with no caption

Congratulations! You have just rigged up a bidirectional telegraph system. You'll notice that these are two identical circuits that are entirely independent of and unconnected to each other. In theory, you can be sending a message to your friend while your friend is sending a message to you (although it might be hard for your brain to read and send messages at the same time).

You also might be clever enough to discover that you can reduce your wire requirements by 25 percent by wiring the configuration this way:

image with no caption

Notice that the negative terminals of the two batteries are now connected. The two circular circuits (battery to switch to bulb to battery) still operate independently, even though they're now joined like Siamese twins.

This connection is called a common. In this circuit the common extends from the point where the leftmost lightbulb and battery are connected to the point where the rightmost lightbulb and battery are connected. These connections are indicated by dots.

Let's take a closer look to assure ourselves that nothing funny is going on. First, when you depress the switch on your side, the bulb in your friend's house lights up. The red wires show the flow of electricity in the circuit:

image with no caption

No electricity flows in the other part of the circuit because there's no place for the electrons to go to complete a circuit.

When you're not sending but your friend is sending, the switch in your friend's house controls the lightbulb in your house. Once again, the red wires show how electricity flows in the circuit:

image with no caption

When you and your friend both try to send at the same time, sometimes both switches are open, sometimes one switch is closed but the other is open, and sometimes both switches are depressed. In that case, the flow of electricity in the circuit looks like this:

image with no caption

No current flows through the common part of the circuit.

By using a common to join two separate circuits into one circuit, we've reduced the electrical connection between the two houses from four wires to three wires and reduced our wire expenses by 25 percent.

If we had to string the wires for a very long distance, we might be tempted to reduce our expenses even more by eliminating another wire. Unfortunately, this isn't feasible with 1.5-volt D cells and small lightbulbs. But if we were dealing with 100-volt batteries and much larger lightbulbs, it could certainly be done.

Here's the trick: Once you have established a common part of the circuit, you don't have to use wire for it. You can replace the wire with something else. And what you can replace it with is a giant sphere approximately 7900 miles in diameter made up of metal, rock, water, and organic material, most of which is dead. The giant sphere is known to us as Earth.

When I described good conductors in the last chapter, I mentioned silver, copper, and gold, but not gravel and mulch. In truth, the earth isn't such a hot conductor, although some kinds of earth (damp soil, for example) are better than others (such as dry sand). But one thing we learned about conductors is this: The larger the better. A very thick wire conducts much better than a very thin wire. That's where the earth excels. It's really, really, really big.

To use the earth as a conductor, you can't merely stick a little wire into the ground next to the tomato plants. You have to use something that maintains a substantial contact with the earth, and by that I mean a conductor with a large surface area. One good solution is a copper pole at least 8 feet long and ½ inch in diameter. That provides 150 square inches of contact with the earth. You can bury the pole into the ground with a sledgehammer and then connect a wire to it. Or, if the cold-water pipes in your home are made of copper and originate in the ground outside the house, you can connect a wire to the pipe.

An electrical contact with the earth is called an earth in Great Britain and a ground in America. A bit of confusion surrounds the word ground because it's also often used to refer to a part of a circuit we've been calling the common. In this chapter, and until I indicate otherwise, a ground is a physical connection with the earth.

When people draw electrical circuits, they use this symbol to represent a ground:

image with no caption

Electricians use this symbol because they don't like to take the time to draw an 8-foot copper pole buried in the ground.

Let's see how this works. We began this chapter by looking at a one-way configuration like this:

image with no caption

If you were using high-voltage batteries and lightbulbs, you would need only one wire between your house and your friend's house because you could use the earth as one of the connectors:

image with no caption

When you turn the switch on, electricity flows like this:

image with no caption

The electrons come out of the earth at your friend's house, go through the lightbulb and wire, the switch at your house, and then go into the positive terminal of the battery. Electrons from the negative terminal of the battery go into the earth.

You might also want to visualize electrons leaping from the 8-foot copper pole buried in the backyard of your house into the earth, then scurrying through the earth to get to the 8-foot copper pole buried in the backyard of your friend's house.

But if you consider that the earth is performing this same function for many thousands of electrical circuits around the world, you might ask: How do the electrons know where to go? Well, obviously they don't. A different image of the earth seems much more appropriate.

Yes, the earth is a massive conductor of electricity, but it can also be viewed as both a source of and a repository for electrons. The earth is to electrons as an ocean is to drops of water. The earth is a virtually limitless source of electrons and also a giant sink for electrons.

The earth, however, does have some resistance. That's why we can't use the earth ground to reduce our wiring needs if we're playing around with 1.5-volt D cells and flashlight bulbs. The earth simply has too much resistance for low-voltage batteries.

You'll notice that the previous two diagrams include a battery with the negative terminal connected to the ground:

image with no caption

I'm not going to draw this battery connected to the ground anymore. Instead, I'm going to use the capital letter V, which stands for voltage. The one-way lightbulb telegraph now looks like this:

image with no caption

The V stands for voltage, but it could also stand for vacuum. Think of the V as an electron vacuum and think of the ground as an ocean of electrons. The electron vacuum pulls the electrons from the earth through the circuit, doing work along the way (such as lighting a lightbulb).

The ground is sometimes also known as the point of zero potential. This means that no voltage is present. A voltage—as I explained earlier—is a potential for doing work, much as a brick suspended in the air is a potential source of energy. Zero potential is like a brick sitting on the ground—there's no place left for it to fall.

In Chapter 4, one of the first things we noticed was that circuits were circles. Our new circuit doesn't look like a circle at all. It still is one, however. You could replace the V with a battery with the negative terminal connected to ground, and then you could draw a wire connecting all the places you see a ground symbol. You'd end up with the same diagram that we started with in this chapter.

So with the help of a couple of copper poles (or cold-water pipes), we can construct a two-way Morse code system with just two wires crossing the fence between your house and your friend's:

image with no caption

This circuit is functionally the same as the configuration shown previously, in which three wires crossed the fence between the houses.

In this chapter, we've taken an important step in the evolution of communications. Previously we had been able to communicate with Morse code but only in a straight line of sight and only as far as the beam from a flash-light would travel.

By using wires, not only have we constructed a system to communicate around corners beyond the line of sight, but we've freed ourselves of the limitation of distance. We can communicate over hundreds and thousands of miles just by stringing longer and longer wires.

Well, not exactly. Although copper is a very good conductor of electricity, it's not perfect. The longer the wires, the more resistance they have. The more resistance, the less current that flows. The less current, the dimmer the lightbulbs.

So how long exactly can we make the wires? That depends. Let's suppose you're using the original four-wire, bidirectional hookup without grounds and commons, and you're using flashlight batteries and lightbulbs. To keep your costs down, you may have initially purchased some 20-gauge speaker wire from Radio Shack at $9.99 per 100 feet. Speaker wire is normally used to connect your speakers to your stereo system. It has two conductors, so it's also a good choice for our telegraph system. If your bedroom and your friend's bedroom are less than 50 feet apart, this one roll of wire is all you need.

The thickness of wire is measured in American Wire Gauge, or AWG. The smaller the AWG number, the thicker the wire and also the less resistance it has. The 20-gauge speaker wire you bought has a diameter of about 0.032 inches and a resistance of about 10 ohms per 1000 feet, or 1 ohm for the 100-foot round-trip distance between the bedrooms.

That's not bad at all, but what if we strung the wire out for a mile? The total resistance of the wire would be more than 100 ohms. Recall from the last chapter that our lightbulb was only 4 ohms. From Ohm's Law, we can easily calculate that the current through the circuit will no longer be 0.75 amp (3 volts divided by 4 ohms) as before, but will now be less than 0.03 amp (3 volts divided by more than 100 ohms). Almost certainly, that won't be enough current to light the bulb.

Using thicker wire is a good solution, but that can be expensive. Ten-gauge wire (which Radio Shack sells as Automotive Hookup Wire at $11.99 for 35 feet, and you'd need twice as much because it has only one conductor rather than two) is about 0.1 inch thick but has a resistance of only 1 ohm per 1000 feet, or 5 ohms per mile.

Another solution is to increase the voltage and use lightbulbs with a much higher resistance. For example, a 100-watt lightbulb that lights a room in your house is designed to be used with 120 volts and has a resistance of about 144 ohms. The resistance of the wires will then affect the overall circuitry much less.

These are problems faced 150 years ago by the people who strung up the first telegraph systems across America and Europe. Regardless of the thickness of the wires and the high levels of voltage, telegraph wires simply couldn't be continued indefinitely. At most, the limit for a working system according to this scheme was a couple hundred miles. That's nowhere close to spanning the thousands of miles between New York and California.

The solution to this problem—not for flashlights but for the clicking and clacking telegraphs of yesteryear—turns out to be a simple and humble device, but one from which entire computers can be built.

PK? (uU6U6OEBPS/ch06.html Chapter 6. Telegraphs and Relays

Chapter 6. Telegraphs and Relays

Samuel Finley Breese Morse was born in 1791 in Charleston, Massachusetts, the town where the Battle of Bunker Hill was fought and which is now the northeast part of Boston. In the year of Morse's birth, the United States Constitution had been ratified just two years before and George Washington was serving his first term as president. Catherine the Great ruled Russia. Louis XVI and Marie Antoinette would lose their heads two years later in the French Revolution. And in 1791, Mozart completed The Magic Flute, his last opera, and died later that year at the age of 35.

Morse was educated at Yale and studied art in London. He became a successful portrait artist. His painting General Lafayette (1825) hangs in New York's City Hall. In 1836, he ran for mayor of New York City on an independent ticket and received 5.7 percent of the vote. He was also an early photography buff. Morse learned how to make daguerreotype photographs from Louis Daguerre himself and made some of the first daguerreotypes in America. In 1840, he taught the process to the 17-year-old Mathew Brady, who with his colleagues would be responsible for creating the most memorable photographs of the Civil War, Abraham Lincoln, and Samuel Morse himself.

image with no caption

But these are just footnotes to an eclectic career. Samuel F. B. Morse is best known these days for his invention of the telegraph and the code that bears his name.

The instantaneous worldwide communication we've become accustomed to is a relatively recent development. In the early 1800s, you could communicate instantly and you could communicate over long distances, but you couldn't do both at the same time. Instantaneous communication was limited to as far as your voice could carry (no amplification available) or as far as the eye could see (aided perhaps by a telescope). Communication over longer distances by letter took time and involved horses, trains, or ships.

For decades prior to Morse's invention, many attempts were made to speed long-distance communication. Technically simple methods employed a relay system of men standing on hills waving flags in semaphore codes. Technically more complex solutions used large structures with movable arms that did basically the same thing as men waving flags.

The idea of the telegraph (literally meaning "far writing") was certainly in the air in the early 1800s, and other inventors had taken a stab at it before Samuel Morse began experimenting in 1832. In principle, the idea behind an electrical telegraph was simple: You do something at one end of a wire that causes something to happen at the other end of the wire. This is exactly what we did in the last chapter when we made a long-distance flashlight. However, Morse couldn't use a lightbulb as his signaling device because a practical one wouldn't be invented until 1879. Instead, Morse relied upon the phenomenon of electromagnetism.

If you take an iron bar, wrap it with a couple hundred turns of thin wire, and then run a current through the wire, the iron bar becomes a magnet. It then attracts other pieces of iron and steel. (There's enough thin wire in the electromagnet to create a resistance great enough to prevent the electromagnet from constituting a short circuit.) Remove the current, and the iron bar loses its magnetism:

image with no caption

The electromagnet is the foundation of the telegraph. Turning the switch on and off at one end causes the electromagnet to do something at the other end.

Morse's first telegraphs were actually more complex than the ones that later evolved. Morse felt that a telegraph system should actually write something on paper, or as computer users would later phrase it, "produce a hard copy." This wouldn't necessarily be words, of course, because that would be too complex. But something should be written on paper, whether it be squiggles or dots and dashes. Notice that Morse was stuck in a paradigm that required paper and reading, much like Valentin Haüy's notion that books for the blind should use raised letters of the alphabet.

Although Samuel Morse notified the patent office in 1836 that he had invented a successful telegraph, it wasn't until 1843 that he was able to persuade Congress to fund a public demonstration of the device. The historic day was May 24, 1844, when a telegraph line rigged between Washington, D.C., and Baltimore, Maryland, successfully carried the biblical message: "What hath God wrought!"

The traditional telegraph "key" used for sending messages looked something like this:

image with no caption

Despite the fancy appearance, this was just a switch designed for maximum speed. The most comfortable way to use the key for long periods of time was to hold the handle between thumb, forefinger, and middle finger, and tap it up and down. Holding the key down for a short period of time produced a Morse code dot. Holding it down longer produced a Morse code dash.

At the other end of the wire was a receiver that was basically an electromagnet pulling a metal lever. Originally, the electromagnet controlled a pen. While a mechanism using a wound-up spring slowly pulled a roll of paper through the gadget, an attached pen bounced up and down and drew dots and dashes on the paper. A person who could read Morse code would then transcribe the dots and dashes into letters and words.

Of course, we humans are a lazy species, and telegraph operators soon discovered that they could transcribe the code simply by listening to the pen bounce up and down. The pen mechanism was eventually eliminated in favor of the traditional telegraph "sounder," which looked something like this:

image with no caption

When the telegraph key was pressed, the electromagnet in the sounder pulled the movable bar down and it made a "click" noise. When the key was released, the bar sprang back to its normal position, making a "clack" noise. A fast "click-clack" was a dot; a slower "click…clack" was a dash.

The key, the sounder, a battery, and some wires can be connected just like the lightbulb telegraph in the preceding chapter:

image with no caption

As we discovered, you don't need two wires connecting the two telegraph stations. One wire will suffice if the earth provides the other half of the circuit.

As we did in the previous chapter, we can replace the battery connected to the ground with a capital V. So the complete one-way setup looks something like this:

image with no caption

Two-way communication simply requires another key and sender. This is similar to what we did in the preceding chapter.

The invention of the telegraph truly marks the beginning of modern communication. For the first time, people were able to communicate further than the eye could see or the ear could hear and faster than a horse could gallop. That this invention used a binary code is all the more intriguing. In later forms of electrical and wireless communication, including the telephone, radio, and television, binary codes were abandoned, only to later make an appearance in computers, compact discs, digital videodiscs, digital satellite television broadcasting, and high-definition TV.

Morse's telegraph triumphed over other designs in part because it was tolerant of bad line conditions. If you strung a wire between a key and a sounder, it usually worked. Other telegraph systems were not quite as forgiving. But as I mentioned in the last chapter, a big problem with the telegraph lay in the resistance of long lengths of wire. Although some telegraph lines used up to 300 volts and could work over a 300-mile length, wires couldn't be extended indefinitely.

One obvious solution is to have a relay system. Every couple hundred miles or so, a person equipped with a sounder and a key could receive a message and resend it.

Now imagine that you have been hired by the telegraph company to be part of this relay system. They have put you out in the middle of nowhere between New York and California in a little hut with a table and a chair. A wire coming through the east window is connected to a sounder. Your telegraph key is connected to a battery and wire going out the west window. Your job is to receive messages originating in New York and to resend them, eventually to reach California.

At first, you prefer to receive an entire message before resending it. You write down the letters that correspond to the clicks of the sounder, and when the message is finished, you start sending it using your key. Eventually you get the knack of sending the message as you're hearing it without having to write the whole thing down. This saves time.

One day while resending a message, you look at the bar on the sounder bouncing up and down, and you look at your fingers bouncing the key up and down. You look at the sounder again and you look at the key again, and you realize that the sounder is bouncing up and down the same way the key is bouncing up and down. So you go outside and pick up a little piece of wood and you use the wood and some string to physically connect the sounder and the key:

image with no caption

Now it works by itself, and you can take the rest of the afternoon off and go fishing.

It's an interesting fantasy, but in reality Samuel Morse had understood the concept of this device early on. The device we've invented is called a repeater, or a relay. A relay is like a sounder in that an incoming current is used to power an electromagnet that pulls down a metal lever. The lever, however, is used as part of a switch connecting a battery to an outgoing wire. In this way, a weak incoming current is "amplified" to make a stronger outgoing current.

Drawn rather schematically, the relay looks like this:

image with no caption

When an incoming current triggers the electromagnet, the electromagnet pulls down a flexible strip of metal that acts like a switch to turn on an outgoing current:

image with no caption

So a telegraph key, a relay, and a sounder are connected more or less like this:

image with no caption

The relay is a remarkable device. It's a switch, surely, but a switch that's turned on and off not by human hands but by a current. You could do amazing things with such devices. You could actually assemble much of a computer with them.

Yes, this relay thing is much too sweet an invention to leave sitting around the telegraphy museum. Let's grab one and stash it inside our jacket and walk quickly past the guards. This relay will come in very handy. But before we can use it, we're going to have to learn to count.

PK?մ55OEBPS/ch07.html Chapter 7. Our Ten Digits

Chapter 7. Our Ten Digits

The idea that language is merely a code seems readily acceptable. Many of us at least attempted to learn a foreign language in high school, so we're willing to acknowledge that the animal we call a cat in English can also be a gato, chat, Katze, KOIIIKa, or Kάττα.

Numbers, however, seem less culturally malleable. Regardless of the language we speak and the way we pronounce the numbers, just about everybody we're likely to come in contact with on this planet writes them the same way:

image with no caption

Isn't mathematics called "the universal language" for a reason?

Numbers are certainly the most abstract codes we deal with on a regular basis. When we see the number

image with no caption

we don't immediately need to relate it to anything. We might visualize 3 apples or 3 of something else, but we'd be just as comfortable learning from context that the number refers to a child's birthday, a television channel, a hockey score, or the number of cups of flour in a cake recipe. Because our numbers are so abstract to begin with, it's more difficult for us to understand that this number of apples

image with no caption

doesn't necessarily have to be denoted by the symbol

image with no caption

Much of this chapter and the next will be devoted to persuading ourselves that this many apples

image with no caption

can also be indicated by writing

image with no caption

Let's first dispense with the idea that there's something inherently special about the number ten. That most civilizations have based their number systems around ten (or sometimes five) isn't surprising. From the very beginning, people have used their fingers to count. Had our species developed possessing eight or twelve fingers, our ways of counting would be a little different. It's no coincidence that the word digit can refer to fingers or toes as well as numbers or that the words five and fist have similar roots.

So in that sense, using a base-ten, or decimal (from the Latin for ten), number system is completely arbitrary. Yet we endow numbers based on ten with an almost magical significance and give them special names. Ten years is a decade; ten decades is a century; ten centuries is a millennium. A thousand thousands is a million; a thousand millions is a billion. These numbers are all powers of ten:

101 =10
102 =100
103 =1000 (thousand)
104 =10,000
105 =100,000
106 =1,000,000 (million)
107 =10,000,000
108 =100,000,000
109 =1,000,000,000 (billion)

Most historians believe that numbers were originally invented to count things, such as people, possessions, and transactions in commerce. For example, if someone owned four ducks, that might be recorded with drawings of four ducks:

image with no caption

Eventually the person whose job it was to draw the ducks thought, "Why do I have to draw four ducks? Why can't I draw one duck and indicate that there are four of them with, I don't know, a scratch mark or something?"

image with no caption

And then there came the day when someone had 27 ducks, and the scratch marks got ridiculous:

image with no caption

Someone said, "There's got to be a better way," and a number system was born.

Of all the early number systems, only Roman numerals are still in common use. You find them on the faces of clocks and watches, used for dates on monuments and statues, for some page numbering in books, for some items in an outline, and—most annoyingly—for the copyright notice in movies. (The question "What year was this picture made?" can often be answered only if one is quick enough to decipher MCMLIII as the tail end of the credits goes by.)

Twenty-seven ducks in Roman numerals is

image with no caption

The concept here is easy enough: The X stands for 10 scratch marks and the V stands for 5 scratch marks.

The symbols of Roman numerals that survive today are

image with no caption

The I is a one. This could be derived from a scratch mark or a single raised finger. The V, which is probably a symbol for a hand, stands for five. Two V's make an X, which stands for ten. The L is a fifty. The letter C comes from the word centum, which is Latin for a hundred. D is five hundred. Finally, M comes from the Latin word mille, or a thousand.

Although we might not agree, for a long time Roman numerals were considered easy to add and subtract, and that's why they survived so long in Europe for bookkeeping. Indeed, when adding two Roman numerals, you simply combine all the symbols from both numbers and then simplify the result using just a few rules: Five I's make a V, two V's make an X, five X's make an L, and so forth.

But multiplying and dividing Roman numerals is difficult. Many other early number systems (such as that of the ancient Greeks) are similarly in-adequate for working with numbers in a sophisticated manner. While the Greeks developed an extraordinary geometry still taught virtually unchanged in high schools today, the ancient Greeks aren't known for their algebra.

The number system we use today is known as the Hindu-Arabic or Indo-Arabic. It's of Indian origin but was brought to Europe by Arab mathematicians. Of particular renown is the Persian mathematician Muhammed ibn-Musa al-Khwarizmi (from whose name we have derived the word algorithm) who wrote a book on algebra around A.D. 825 that used the Hindu system of counting. A Latin translation dates from A.D. 1120 and was influential in hastening the transition throughout Europe from Roman numerals to our present Hindu-Arabic system.

The Hindu-Arabic number system was different from previous number systems in three ways:

Yes, the zero. The lowly zero is without a doubt one of the most important inventions in the history of numbers and mathematics. It supports positional notation because it allows differentiation of 25 from 205 and 250. The zero also eases many mathematical operations that are awkward in nonpositional systems, particularly multiplication and division.

The whole structure of Hindu-Arabic numbers is revealed in the way we pronounce them. Take 4825, for instance. We say "four thousand, eight hundred, twenty-five." That means

four thousands
eight hundreds
two tens and
five.

Or we can write the components like this:

4825 = 4000 + 800 + 20 + 5

Or breaking it down even further, we can write the number this way:

4825 = 4 x 1000 +
8 x 100 +
2 x 10 +
5 x 1

Or, using powers of ten, the number can be rewritten like this:

4825 = 4 x 103 +
8 x 102 +
2 x 101 +
5 x 100

Remember that any number to the 0 power equals 1.

Each position in a multidigit number has a particular meaning, as shown in the following diagram. The seven boxes shown here let us represent any number from 0 through 9,999,999:

image with no caption

Each position corresponds to a power of ten. We don't need a special symbol for ten because we set the 1 in a different position and we use the 0 as a placeholder.

What's also really nice is that fractional quantities shown as digits to the right of a decimal point follow this same pattern. The number 42,705.684 is

4 x 10,000 +
2 x 1000 +
7 x 100 +
0 x 10 +
5 x 1 +
6 ÷ 10 +
8 ÷ 100 +
4 ÷ 1000

This number can also be written without any division, like this:

4 x 10,000 +
2 x 1000 +
7 x 100 +
0 x 10 +
5 x 1 +
6 x 0.1 +
8 x 0.01 +
4 x 0.001

Or, using powers of ten, the number is

4 x 104 +
2 x 103 +
7 x 102 +
0 x 101 +
5 x 100 +
6 x 10-1 +
8 x 10-2 +
4 x 10-3

Notice how the exponents go down to zero and then become negative numbers.

We know that 3 plus 4 equals 7. Similarly, 30 plus 40 equals 70, 300 plus 400 equals 700, and 3000 plus 4000 equals 7000. This is the beauty of the Hindu-Arabic system. When you add decimal numbers of any length, you follow a procedure that breaks down the problem into steps. Each step involves nothing more complicated than adding pairs of single-digit numbers. That's why someone a long time ago forced you to memorize an addition table:

+

0

1

2

3

4

5

6

7

8

9

0

0

1

2

3

4

5

6

7

8

9

1

1

2

3

4

5

6

7

8

9

10

2

2

3

4

5

6

7

8

9

10

11

3

3

4

5

6

7

8

9

10

11

12

4

4

5

6

7

8

9

10

11

12

13

5

5

6

7

8

9

10

11

12

13

14

6

6

7

8

9

10

11

12

13

14

15

7

7

8

9

10

11

12

13

14

15

16

8

8

9

10

11

12

13

14

15

16

17

9

9

10

11

12

13

14

15

16

17

18

Find the two numbers you wish to add in the top row and the left column. Follow down and across to get the sum. For example, 4 plus 6 equals 10.

Similarly, when you need to multiply two decimal numbers, you follow a somewhat more complicated procedure but still one that breaks down the problem so that you need do nothing more complex than adding or multiplying single-digit decimal numbers. Your early schooling probably also entailed memorizing a multiplication table:

x

0

1

2

3

4

5

6

7

8

9

0

0

0

0

0

0

0

0

0

0

0

1

0

1

2

3

4

5

6

7

8

9

2

0

2

4

6

8

10

12

14

16

18

3

0

3

6

9

12

15

18

21

24

27

4

0

4

8

12

16

20

24

28

32

36

5

0

5

10

15

20

25

30

35

40

45

6

0

6

12

18

24

30

36

42

48

54

7

0

7

14

21

28

35

42

49

56

63

8

0

8

16

24

32

40

48

56

64

72

9

0

9

18

27

36

45

54

63

72

81

What's best about the positional system of notation isn't how well it works, but how well it works for counting systems not based on ten. Our number system isn't necessarily appropriate for everyone. One big problem with our base-ten system of numbers is that it doesn't have any relevance for cartoon characters. Most cartoon characters have only four fingers on each hand (or paw), so they prefer a number system that's based on eight. Interestingly enough, much of what we know about decimal numbering can be applied to a numbering system more appropriate for our friends in cartoons.

PK?"@OEBPS/ch08.html Chapter 8. Alternatives to Ten

Chapter 8. Alternatives to Ten

Ten is an exceptionally important number to us humans. Ten is the number of fingers and toes most of us have, and we certainly prefer to have all ten of each. Because our fingers are convenient for counting, we humans have adapted an entire number system that's based on the number 10.

image with no caption

As I mentioned in the previous chapter, the number system that we use is called base ten, or decimal. The number system seems so natural to us that it's difficult at first to conceive of alternatives. Indeed, when we see the number 10 we can't help but think that this number refers to this many ducks:

image with no caption

But the only reason that the number 10 refers to this many ducks is that this many ducks is the same as the number of fingers we have. If human beings had a different number of fingers, the way we counted would be different, and 10 would mean something else. That same number 10 could refer to this many ducks:

image with no caption

or this many ducks:

image with no caption

or even this many ducks:

image with no caption

When we get to the point where 10 means just two ducks, we'll be ready to examine how switches, wires, lightbulbs, and relays (and by extension, computers) can represent numbers.

What if human beings had only four fingers on each hand, like cartoon characters? We probably never would have thought to develop a number system based on ten. Instead, we would have considered it normal and natural and sensible and inevitable and incontrovertible and undeniably proper to base our number system on eight. We wouldn't call this a decimal number system. We'd call it an octal number system, or base eight.

If our number system were organized around eight rather than ten, we wouldn't need the symbol that looks like this:

image with no caption

Show this symbol to any cartoon character and you'll get the response, "What's that? What's it for?" And if you think about it a moment, we also wouldn't need the symbol that looks like this:

image with no caption

In the decimal number system, there's no special symbol for ten, so in the octal number system there's no special symbol for eight.

The way we count in the decimal number system is 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, and then 10. The way we count in the octal number system is 0, 1, 2, 3, 4, 5, 6, 7, and then what? We've run out of symbols. The only thing that makes sense is 10, and that's correct. In octal, the next number after 7 is 10. But this 10 doesn't mean the number of fingers that humans have. In octal, 10 refers to the number of fingers that cartoon characters have.

image with no caption

We can continue counting on our four-toed feet:

image with no caption

When you're working with number systems other than decimal, you can avoid some confusion if you pronounce a number like 10 as one zero. Similarly, 13 is pronounced one three and 20 is pronounced two zero. To really avoid confusion, we can say two zero base eight or two zero octal.

Even though we've run out of fingers and toes, we can still continue counting in octal. It's basically the same as counting in decimal except that we skip every number that has an 8 or a 9 in it. And of course, the actual numbers refer to different quantities:

0, 1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 20, 21, 22,
23, 24, 25, 26, 27, 30, 31, 32, 33, 34, 35, 36, 37, 40, 41, 42, 43,
44, 45, 46, 47, 50, 51, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64,
65, 66, 67, 70, 71, 72, 73, 74, 75, 76, 77, 100…

That last number is pronounced one zero zero. It's the number of fingers that cartoon characters have, multiplied by itself.

When writing decimal and octal numbers, we can avoid confusion and denote which is which by using a subscript to indicate the numbering system. The subscript TEN means base ten or decimal, and EIGHT means base eight or octal.

Thus, the number of dwarfs that Snow White meets is 7TEN or 7EIGHT
The number of fingers that cartoon characters have is 8TEN or 10EIGHT
The number of symphonies that Beethoven wrote is 9TEN or 11EIGHT
The number of fingers that humans have is 10TEN or 12EIGHT
The number of months in a year is 12TEN or 14EIGHT
The number of days in a fortnight is 14TEN or 16EIGHT
The "sweet" birthday celebration is 16TEN or 20EIGHT
The number of hours in a day is 24TEN or 30EIGHT
The number of letters in the Latin alphabet is 26TEN or 32EIGHT
The number of fluid ounces in a quart is 32TEN or 40EIGHT
The number of cards in a deck is 52TEN or 64EIGHT
The number of squares on a chessboard is 64TEN or 100EIGHT
The most famous address on Sunset Strip is 77TEN or 115EIGHT
The number of yards in an American football field is 100TEN or 144EIGHT
The number of starting women singles players at Wimbledon is 128TEN or 200EIGHT
The number of square miles in Memphis is 256TEN or 400EIGHT

Notice that there are a few nice round octal numbers in this list, such as 100EIGHT and 200EIGHT and 400EIGHT. By the term nice round number we usually mean a number that has some zeros at the end. Two zeros on the end of a decimal number means that the number is a multiple of 100TEN, which is 10TEN times 10TEN. With octal numbers, two zeros on the end means that the number is a multiple of 100EIGHT, which is 10EIGHT times 10EIGHT (or 8TEN times 8TEN, which is 64TEN).

You might also notice that these nice round octal numbers 100EIGHT and 200EIGHT and 400EIGHT have the decimal equivalents 64TEN, 128TEN, and 256TEN, all of which are powers of two. This makes sense. The number 400EIGHT (for example) is 4EIGHT times 10EIGHT times 10EIGHT, all of which are powers of two. And anytime we multiply a power of two by a power of two, we get another power of two.

The following table shows some powers of two with the decimal and octal representations:

Power of

Two Decimal

Octal

20

1

1

21

2

2

22

4

4

23

8

10

24

16

20

25

32

40

26

64

100

27

128

200

28

256

400

29

512

1000

210

1024

2000

211

2048

4000

212

4096

10000

The nice round numbers in the rightmost column are a hint that number systems other than decimal might help in working with binary codes.

The octal system isn't different from the decimal system in any structural way. It just differs in details. For example, each position in an octal number is a digit that's multiplied by a power of eight:

image with no caption

Thus, an octal number such as 3725EIGHT can be broken down like so:

3725EIGHT = 3000EIGHT + 700EIGHT + 20EIGHT + 5EIGHT

This can be rewritten in any of several ways. Here's one way, using the powers of eight in their decimal forms:

3725EIGHT = 3 x 512TEN +
7 x 64TEN +
2 x 8TEN +
5 x 1

This is the same thing with the powers of eight shown in their octal form:

3725EIGHT = 3 x 1000EIGHT +
7 x 100EIGHT +
2 x 10EIGHT +
5 x 1

Here's another way of doing it:

3725EIGHT = 3 x 83 +
7 x 82 +
2 x 81 +
5 x 80

If you work out this calculation in decimal, you'll get 2005TEN. This is how you can convert octal numbers to decimal numbers.

We can add and multiply octal numbers the same way we add and multiply decimal numbers. The only real difference is that we use different tables for adding and multiplying the individual digits. Here's the addition table for octal numbers:

+

0

1

2

3

4

5

6

7

0

0

1

2

3

4

5

6

7

1

1

2

3

4

5

6

7

10

2

2

3

4

5

6

7

10

11

3

3

4

5

6

7

10

11

12

4

4

5

6

7

10

11

12

13

5

5

6

7

10

11

12

13

14

6

6

7

10

11

12

13

14

15

7

7

10

11

12

13

14

15

16

For example, 5EIGHT + 7EIGHT = 14EIGHT. So we can add two longer octal numbers the same way we add decimal numbers:

image with no caption

To begin with the right column, 5 plus 3 equals 10. Put down the 0, carry the 1. One plus 3 plus 4 equals 10. Put down the 0, carry the 1. One plus 1 plus 6 equals 10.

Similarly, 2 times 2 is still 4 in octal. But 3 times 3 isn't 9. How could it be? Instead 3 times 3 is 11EIGHT, which is the same amount as 9TEN. You can see the entire octal multiplication table at the top of the following page.

x

0

1

2

3

4

5

6

7

0

0

0

0

0

0

0

0

0

1

0

1

2

3

4

5

6

7

2

0

2

4

6

10

12

14

16

3

0

3

6

11

14

17

22

25

4

0

4

10

14

20

24

30

34

5

0

5

12

17

24

31

36

43

6

0

6

14

22

30

36

44

52

7

0

7

16

25

34

43

52

61

Here we have 4 x 6 equaling 30EIGHT, but 30EIGHT is the same as 24TEN, which is what 4 x 6 equals in decimal.

Octal is as valid a number system as decimal. But let's go further. Now that we've developed a numbering system for cartoon characters, let's develop something that's appropriate for lobsters. Lobsters don't have fingers exactly, but they do have pincers at the ends of their two front legs. An appropriate number system for lobsters is the quaternary system, or base four:

image with no caption

Counting in quaternary goes like this: 0, 1, 2, 3, 10, 11, 12, 13, 20, 21, 22, 23, 30, 31, 32, 33, 100, 101, 102, 103, 110, and so forth.

I'm not going to spend much time with the quaternary system because we'll be moving on shortly to something much more important. But we can see how each position in a quaternary number corresponds this time to a power of four:

image with no caption

The quaternary number 31232 can be written like this:

31232FOUR = 3 x 256TEN +
1 x 64TEN +
2 x 16TEN +
3 x 4TEN +
2 x 1TEN

which is the same as

31232FOUR = 3 x 10000FOUR +
1 x 1000FOUR +
2 x 100FOUR +
3 x 10FOUR +
2 x 1FOUR

And it's also the same as

31232FOUR = 3 x 44 +
1 x 43 +
2 x 42 +
3 x 41 +
2 x 40

If we do the calculations in decimal, we'll find that 31232FOUR equals 878TEN.

Now we're going to make another leap, and this one is extreme. Suppose we were dolphins and must resort to using our two flippers for counting. This is the number system known as base two, or binary (from the Latin for two by two). It seems likely that we'd have only two digits, and these two digits would be 0 and 1.

Now, 0 and 1 isn't a whole lot to work with, and it takes some practice to get accustomed to binary numbers. The big problem is that you run out of digits very quickly. For example, here's how a dolphin counts using its flippers:

image with no caption

Yes, in binary the next number after 1 is 10. This is startling, but it shouldn't really be a surprise. No matter what number system we use, whenever we run out of single digits, the first two-digit number is always 10. In binary we count like this:

0, 1, 10, 11, 100, 101, 110, 111, 1000, 1001, 1010, 1011, 1100,
1101, 1110, 1111, 10000, 10001…

These numbers might look large, but they're really not. It's more accurate to say that binary numbers get long very quickly rather than large:

The number of heads that humans have is 1TEN or 1TWO
The number of flippers that dolphins have is 2TEN or 10TWO
The number of teaspoons in a tablespoon is 3TEN or 11TWO
The number of sides to a square is 4TEN or 100TWO
The number of fingers on one human hand is 5TEN or 101TWO
The number of legs on an insect is 6TEN or 110TWO
The number of days in a week is 7TEN or 111TWO
The number of musicians in an octet is 8TEN or 1000TWO
The number of planets in our solar system (including Pluto) is 9TEN or 1001TWO
The number of gallons in a cowboy hat is 10TEN or 1010TWO

and so forth.

In a multidigit binary number, the positions of the digits correspond to powers of two:

image with no caption

So anytime we have a binary number composed of a 1 followed by all zeros, that number is a power of two. The power is the same as the number of zeros in the binary number. Here's our expanded table of the powers of two demonstrating this rule:

Power of Two

Decimal

Octal

Quaternary

Binary

20

1

1

1

1

21

2

2

2

10

22

4

4

10

100

23

8

10

20

1000

24

16

20

100

10000

25

32

40

200

100000

26

64

100

1000

1000000

27

128

200

2000

10000000

28

256

400

10000

100000000

29

512

1000

20000

1000000000

210

1024

2000

100000

10000000000

211

2048

4000

200000

100000000000

212

4096

10000

1000000

1000000000000

Let's say we have the binary number 101101011010. This can be written as

101101011010TWO = 1 x 2048TEN +
0 x 1024TEN +
1 x 512TEN +
1 x 256TEN +
0 x 128TEN +
1 x 64TEN +
0 x 32TEN +
1 x 16TEN +
1 x 8TEN +
0 x 4TEN +
1 x 2TEN +
0 x 1TEN

The same number can be written this way:

101101011010TWO = 1 x 211 +
0 x 210 +
1 x 29 +
1 x 28 +
0 x 27 +
1 x 26 +
0 x 25 +
1 x 24 +
1 x 23 +
0 x 22 +
1 x 21 +
0 x 20

If we just add up the parts in decimal, we get 2048 + 512 + 256 + 64 + 16 + 8 + 2, which is 2,906TEN.

To convert binary numbers to decimal more concisely, you might prefer a method that uses a template I've prepared:

image with no caption

This template allows you to convert numbers up to eight binary digits in length, but it could easily be extended. To use it, put up to eight binary digits in the 8 boxes at the top, one digit to a box. Do the eight multiplications and put the products in the 8 lower boxes. Add these eight boxes for the final result. This example shows how to find the decimal equivalent of 10010110:

image with no caption

Converting from decimal to binary isn't quite as straightforward, but here's a template that let's you convert decimal numbers from 0 through 255 to binary:

image with no caption

The conversion is actually trickier than it appears, so follow the directions carefully. Put the entire decimal number (less than or equal to 255) in the box in the upper left corner. Divide that number (the dividend) by the first divisor (128), as indicated. Put the quotient in the box below (the box at the lower left corner), and the remainder in the box to the right (the second box on the top row). That first remainder is the dividend for the next calculation, which uses a divisor of 64. Continue in the same manner through the template.

Keep in mind that each quotient will be either 0 or 1. If the dividend is less than the divisor, the quotient is 0 and the remainder is simply the dividend. If the dividend is greater than or equal to the divisor, the quotient is 1 and the remainder is the dividend minus the divisor. Here's how it's done with 150:

image with no caption

If you need to add or multiply two binary numbers, it's probably easier to do the calculation in binary rather than convert to decimal. This is the part you're really going to like. Imagine how quickly you could have mastered addition if the only thing you had to memorize was this:

+

0

1

0

0

1

1

1

10

Let's use this table to add two binary numbers:

image with no caption

Starting at the right column: 1 plus 0 equals 1. Second column from right: 0 plus 1 equals 1. Third column: 1 plus 1 equals 0, carry the 1. Fourth column: 1 (carried) plus 0 plus 0 equals 1. Fifth column: 0 plus 1 equals 1. Sixth column: 1 plus 1 equals 0, carry the 1. Seventh column: 1 (carried) plus 1 plus 0 equals 10.

The multiplication table is even simpler than the addition table because it can be entirely derived by using two of the very basic rules of multiplication: Multiplying anything by 0 gets you 0, and multiplying any number by 1 has no effect on the number.

x

0

1

0

0

0

1

0

1

Here's a multiplication of 13TEN by 11TEN in binary:

image with no caption

The result is 143TEN.

People who work with binary numbers often write them with leading zeros (that is, zeros to the left of the first 1)—for example, 0011 rather than just 11. This doesn't change the value of the number at all; it's just for cosmetic purposes. For example, here are the first sixteen binary numbers with their decimal equivalents:

Binary

Decimal

0000

0

0001

1

0010

2

0011

3

0100

4

0101

5

0110

6

0111

7

1000

8

1001

9

1010

10

1011

11

1100

12

1101

13

1110

14

1111

15

Let's take a look at this list of binary numbers for a moment. Consider each of the four vertical columns of zeros and ones, and notice how the digits alternate going down the column:

This is very methodical, wouldn't you say? Indeed, you can easily write the next sixteen binary numbers by just repeating the first sixteen and putting a 1 in front:

Binary

Decimal

10000

16

10001

17

10010

18

10011

19

10100

20

10101

21

10110

22

10111

23

11000

24

11001

25

11010

26

11011

27

11100

28

11101

29

11110

30

11111

31

Here's another way of looking at it: When you count in binary, the rightmost digit (also called the least significant digit), alternates between 0 and 1. Every time it changes from a 1 to a 0, the digit second to right (that is, the next most significant digit) also changes, either from 0 to 1 or from 1 to 0. So every time a binary digit changes from a 1 to a 0, the next most significant digit also changes, either from a 0 to a 1 or from a 1 to a 0.

When we're writing large decimal numbers, we use commas every three places so that we can more easily know what the number means at a glance. For example, if you see 12000000, you probably have to count digits, but if you see 12,000,000, you know that means twelve million.

Binary numbers can get very long very quickly. For example, twelve million in binary is 101101110001101100000000. To make this a little more readable, it's customary to separate every four binary digits with a dash, for example 1011-0111-0001-1011-0000-0000 or with spaces: 1011 0111 0001 1011 0000 0000. Later on in this book, we'll look at a more concise way of expressing binary numbers.

By reducing our number system to just the binary digits 0 and 1, we've gone as far as we can go. We can't get any simpler. Moreover, the binary number system bridges the gap between arithmetic and electricity. In previous chapters, we've been looking at switches and wires and lightbulbs and relays, and any of these objects can represent the binary digits 0 and 1:

A wire can be a binary digit. If current is flowing through the wire, the binary digit is 1. If not, the binary digit is 0.

A switch can be a binary digit. If the switch is on, or closed, the binary digit is 1. If the switch is off, or open, the binary digit is 0.

A lightbulb can be a binary digit. If the lightbulb is lit, the binary digit is 1. If the lightbulb is not lit, the binary digit is 0.

A telegraph relay can be a binary digit. If the relay is closed, the binary digit is 1. If the relay is at rest, the binary digit is 0.

Binary numbers have a whole lot to do with computers.

Sometime around 1948, the American mathematician John Wilder Tukey (born 1915) realized that the words binary digit were likely to assume a much greater importance in the years ahead as computers became more prevalent. He decided to coin a new, shorter word to replace the unwieldy five syllables of binary digit. He considered bigit and binit but settled instead on the short, simple, elegant, and perfectly lovely word bit.

PK?aOEBPS/ch09.html Chapter 9. Bit by Bit by Bit

Chapter 9. Bit by Bit by Bit

When Tony Orlando requested in a 1973 song that his beloved "Tie a Yellow Ribbon Round the Ole Oak Tree," he wasn't asking for elaborate explanations or extended discussion. He didn't want any ifs, ands, or buts. Despite the complex feelings and emotional histories that would have been at play in the real-life situation the song was based on, all the man really wanted was a simple yes or no. He wanted a yellow ribbon tied around the tree to mean "Yes, even though you messed up big time and you've been in prison for three years, I still want you back with me under my roof." And he wanted the absence of a yellow ribbon to mean "Don't even think about stopping here."

These are two clear-cut, mutually exclusive alternatives. Tony Orlando did not sing, "Tie half of a yellow ribbon if you want to think about it for a while" or "Tie a blue ribbon if you don't love me anymore but you'd still like to be friends." Instead, he made it very, very simple.

Equally effective as the absence or presence of a yellow ribbon (but perhaps more awkward to put into verse) would be a choice of traffic signs in the front yard: Perhaps "Merge" or "Wrong Way."

Or a sign hung on the door: "Closed" or "Open."

Or a flashlight in the window, turned on or off.

You can choose from lots of ways to say yes or no if that's all you need to say. You don't need a sentence to say yes or no; you don't need a word, and you don't even need a letter. All you need is a bit, and by that I mean all you need is a 0 or a 1.

As we discovered in the previous chapters, there's nothing really all that special about the decimal number system that we normally use for counting. It's pretty clear that we base our number system on ten because that's the number of fingers we have. We could just as reasonably base our number system on eight (if we were cartoon characters) or four (if we were lobsters) or even two (if we were dolphins).

But there is something special about the binary number system. What's special about binary is that it's the simplest number system possible. There are only two binary digits—0 and 1. If we want something simpler than binary, we'll have to get rid of the 1, and then we'll be left with just a 0. We can't do much of anything with just a 0.

The word bit, coined to mean binary digit, is surely one of the loveliest words invented in connection with computers. Of course, the word has the normal meaning, "a small portion, degree, or amount," and that normal meaning is perfect because a bit—one binary digit—is a very small quantity indeed.

Sometimes when a new word is invented, it also assumes a new meaning. That's certainly true in this case. A bit has a meaning beyond the binary digits used by dolphins for counting. In the computer age, the bit has come to be regarded as the basic building block of information.

Now that's a bold statement, and of course, bits aren't the only things that convey information. Letters and words and Morse code and Braille and decimal digits convey information as well. The thing about the bit is that it conveys very little information. A bit of information is the tiniest amount of information possible. Anything less than a bit is no information at all. But because a bit represents the smallest amount of information possible, more complex information can be conveyed with multiple bits. (By saying that a bit conveys a "small" amount of information, I surely don't mean that the information borders on the unimportant. Indeed, the yellow ribbon is a very important bit to the two people concerned with it.)

"Listen, my children, and you shall hear / Of the midnight ride of Paul Revere," wrote Henry Wadsworth Longfellow, and while he might not have been historically accurate when describing how Paul Revere alerted the American colonies that the British had invaded, he did provide a thoughtprovoking example of the use of bits to communicate important information:

He said to his friend "If the British march

By land or sea from the town to-night,

Hang a lantern aloft in the belfry arch

Of the North Church tower as a special light,—

One, if by land, and two, if by sea…"

To summarize, Paul Revere's friend has two lanterns. If the British are invading by land, he will put just one lantern in the church tower. If the British are coming by sea, he will put both lanterns in the church tower.

However, Longfellow isn't explicitly mentioning all the possibilities. He left unspoken a third possibility, which is that the British aren't invading just yet. Longfellow implies that this possibility will be conveyed by the absence of lanterns in the church tower.

Let's assume that the two lanterns are actually permanent fixtures in the church tower. Normally they aren't lit:

image with no caption

This means that the British aren't yet invading. If one of the lanterns is lit,

image with no caption

or

image with no caption

the British are coming by land. If both lanterns are lit,

image with no caption

the British are coming by sea.

Each lantern is a bit. A lit lantern is a 1 bit and an unlit lantern is a 0 bit. Tony Orlando demonstrated to us that only one bit is necessary to convey one of two possibilities. If Paul Revere needed only to be alerted that the British were invading (and not where they were coming from), one lantern would have been sufficient. The lantern would have been lit for an invasion and unlit for another evening of peace.

Conveying one of three possibilities requires another lantern. Once that second lantern is present, however, the two bits allows communicating one of four possibilities:

00 = The British aren't invading tonight.
01 = They're coming by land.
10 = They're coming by land.
11 = They're coming by sea.

What Paul Revere did by sticking to just three possibilities was actually quite sophisticated. In the lingo of communication theory, he used redundancy to counteract the effect of noise. The word noise is used in communication theory to refer to anything that interferes with communication. Static on a telephone line is an obvious example of noise that interferes with a telephone communication. Communication over the telephone is usually successful, nevertheless, even in the presence of noise because spoken language is heavily redundant. We don't need to hear every syllable of every word in order to understand what's being said.

In the case of the lanterns in the church tower, noise can refer to the darkness of the night and the distance of Paul Revere from the tower, both of which might prevent him from distinguishing one lantern from the other. Here's the crucial passage in Longfellow's poem:

And lo! As he looks, on the belfry's height

A glimmer, and then a gleam of light!

He springs to the saddle, the bridle he turns,

But lingers and gazes, till full on his sight

A second lamp in the belfry burns!

It certainly doesn't sound as if Paul Revere was in a position to figure out exactly which one of the two lanterns was first lit.

The essential concept here is that information represents a choice among two or more possibilities. For example, when we talk to another person, every word we speak is a choice among all the words in the dictionary. If we numbered all the words in the dictionary from 1 through 351,482, we could just as accurately carry on conversations using the numbers rather than words. (Of course, both participants would need dictionaries where the words are numbered identically, as well as plenty of patience.)

The flip side of this is that any information that can be reduced to a choice among two or more possibilities can be expressed using bits. Needless to say, there are plenty of forms of human communication that do not represent choices among discrete possibilities and that are also vital to our existence. This is why people don't form romantic relationships with computers. (Let's hope they don't, anyway.) If you can't express something in words, pictures, or sounds, you're not going to be able to encode the information in bits. Nor would you want to.

A thumb up or a thumb down is one bit of information. And two thumbs up or down—such as the thumbs of film critics Roger Ebert and the late Gene Siskel when they rendered their final verdicts on the latest movies—convey two bits of information. (We'll ignore what they actually had to say about the movies; all we care about here are their thumbs.) Here we have four possibilities that can be represented with a pair of bits:

00 = They both hated it.
01 = Siskel hated it; Ebert loved it.
10 = Siskel loved it; Ebert hated it.
11 = They both loved it.

The first bit is the Siskel bit, which is 0 if Siskel hated the movie and 1 if he liked it. Similarly, the second bit is the Ebert bit.

So if your friend asked you, "What was the verdict from Siskel and Ebert about that movie Impolite Encounter?" instead of answering, "Siskel gave it a thumbs up and Ebert gave it a thumbs down" or even "Siskel liked it; Ebert didn't," you could have simply said, "One zero." As long as your friend knew which was the Siskel bit and which was the Ebert bit, and that a 1 bit meant thumbs up and a 0 bit meant thumbs down, your answer would be perfectly understandable. But you and your friend have to know the code.

We could have declared initially that a 1 bit meant a thumbs down and a 0 bit meant a thumbs up. That might seem counterintuitive. Naturally, we like to think of a 1 bit as representing something affirmative and a 0 bit as the opposite, but it's really just an arbitrary assignment. The only requirement is that everyone who uses the code must know what the 0 and 1 bits mean.

The meaning of a particular bit or collection of bits is always understood contextually. The meaning of a yellow ribbon around a particular oak tree is probably known only to the person who put it there and the person who's supposed to see it. Change the color, the tree, or the date, and it's just a meaningless scrap of cloth. Similarly, to get some useful information out of Siskel and Ebert's hand gestures, at the very least we need to know what movie is under discussion.

If you maintained a list of the movies that Siskel and Ebert reviewed and how they voted with their thumbs, you could add another bit to the mix to include your own opinion. Adding this third bit increases the number of different possibilities to eight:

000 = Siskel hated it; Ebert hated it; I hated it.
001 = Siskel hated it; Ebert hated it; I loved it.
010 = Siskel hated it; Ebert loved it; I hated it.
011 = Siskel hated it; Ebert loved it; I loved it.
100 = Siskel loved it; Ebert hated it; I hated it.
101 = Siskel loved it; Ebert hated it; I loved it.
110 = Siskel loved it; Ebert loved it; I hated it.
111 = Siskel loved it; Ebert loved it; I loved it.

One bonus of using bits to represent this information is that we know that we've accounted for all the possibilities. We know there can be eight and only eight possibilities and no more or fewer. With 3 bits, we can count only from zero to seven. There are no more 3-digit binary numbers.

Now, during this description of the Siskel and Ebert bits, you might have been considering a very serious and disturbing question, and that question is this: What do we do about Leonard Maltin's Movie & Video Guide? After all, Leonard Maltin doesn't do the thumbs up and thumbs down thing. Leonard Maltin rates the movies using the more traditional star system.

To determine how many Maltin bits we need, we must first know a few things about his system. Maltin gives a movie anything from 1 star to 4 stars, with half stars in between. (Just to make this interesting, he doesn't actually award a single star; instead, the movie is rated as a BOMB.) There are seven possibilities, which means that we can represent a particular rating using just 3 bits:

000 = BOMB
001 = *½
010 = **
011 = **½
100 = ***
101 = ***½
110 = ****

"What about 111?" you may ask. Well, that code doesn't mean anything. It's not defined. If the binary code 111 were used to represent a Maltin rating, you'd know that a mistake was made. (Probably a computer made the mistake because people never do.)

You'll recall that when we had two bits to represent the Siskel and Ebert ratings, the leftmost bit was the Siskel bit and the rightmost bit was the Ebert bit. Do the individual bits mean anything here? Well, sort of. If you take the numeric value of the bit code, add 2, and then divide by 2, that will give you the number of stars. But that's only because we defined the codes in a reasonable and consistent manner. We could just as well have defined the codes this way:

000 = ***
001 = *½
010 = **½
011 = ****
101 = ***½
110 = **
111 = BOMB

This code is just as legitimate as the preceding code so long as everybody knows what it means.

If Maltin ever encountered a movie undeserving of even a single full star, he could award a half star. He would certainly have enough codes for the half-star option. The codes could be redefined like so:

000 = MAJOR BOMB
001 = BOMB
010 = *½
011 = **
100 = **½
101 = ***
110 = ***½
111 = ****

But if he then encountered a movie not even worthy of a half star and decided to award no stars (ATOMIC BOMB?), he'd need another bit. No more 3-bit codes are available.

The magazine Entertainment Weekly gives grades, not only for movies but for television shows, CDs, books, CD-ROMs, Web sites, and much else. The grades range from A+ straight down to F (although it seems that only Pauly Shore movies are worthy of that honor). If you count them, you see 13 possible grades. We would need 4 bits to represent these grades:

0000 = F
0001 = D–
0010 = D
0011 = D+
0100 = C–
0101 = C
0110 = C+
0111 = B–
1000 = B
1001 = B+
1010 = A–
1011 = A
1100 = A+

We have three unused codes: 1101, 1110, and 1111, for a grand total of 16.

Whenever we talk about bits, we often talk about a certain number of bits. The more bits we have, the greater the number of different possibilities we can convey.

It's the same situation with decimal numbers, of course. For example, how many telephone area codes are there? The area code is three decimal digits long, and if all of them are used (which they aren't, but we'll ignore that), there are 103, or 1000, codes, ranging from 000 through 999. How many 7-digit phone numbers are possible within the 212 area code? That's 107, or 10,000,000. How many phone numbers can you have with a 212 area code and a 260 prefix? That's 104, or 10,000.

Similarly, in binary the number of possible codes is always equal to 2 to the power of the number of bits:

Number of Bits

Number of Codes

1

21 = 2

2

22 = 4

3

23 = 8

4

24 = 16

5

25 = 32

6

26 = 64

7

27 = 128

8

28 = 256

9

29 = 512

10

210 = 1024

Every additional bit doubles the number of codes.

If you know how many codes you need, how can you calculate how many bits you need? In other words, how do you go backward in the preceding table?

The method you use is something called the base two logarithm. The logarithm is the opposite of the power. We know that 2 to the 7th power equals 128. The base two logarithm of 128 equals 7. To use more mathematical notation, this statement

27 = 128

is equivalent to this statement:

log2128 = 7

So if the base two logarithm of 128 is 7, and the base two logarithm of 256 is 8, then what's the base two logarithm of 200? It's actually about 7.64, but we really don't have to know that. If we needed to represent 200 different things with bits, we'd need 8 bits.

Bits are often hidden from casual observation deep within our electronic appliances. We can't see the bits encoded in our compact discs or in our digital watches or inside our computers. But sometimes the bits are in clear view.

Here's one example. If you own a camera that uses 35-millimeter film, take a look at a roll of film. Hold it this way:

image with no caption

You'll see a checkerboard-like grid of silver and black squares that I've numbered 1 through 12 in the diagram. This is called DX-encoding. These 12 squares are actually 12 bits. A silver square means a 1 bit and a black square means a 0 bit. Square 1 and square 7 are always silver (1).

What do the bits mean? You might be aware that some films are more sensitive to light than others. This sensitivity to light is often called the film speed. A film that's very sensitive to light is said to be fast because it can be exposed very quickly. The speed of the film is indicated by the film's ASA (American Standards Association) rating, the most popular being 100, 200, and 400. This ASA rating isn't only printed on the box and the film's cassette but is also encoded in bits.

There are 24 standard ASA ratings for photographic film. Here they are:

25

32

40

50

64

80

100

125

160

200

250

320

400

500

640

800

1000

1250

1600

2000

2500

3200

4000

5000

How many bits are required to encode the ASA rating? The answer is 5. We know that 24 equals 16, so that's too few. But 25 equals 32, which is more than sufficient.

The bits that correspond to the film speed are shown in the following table:

Square 2

Square 3

Square 4

Square 5

Square 6

Film Speed

0

0

0

1

0

25

0

0

0

0

1

32

0

0

0

1

1

40

1

0

0

1

0

50

1

0

0

0

1

64

1

0

0

1

1

80

0

1

0

1

0

100

0

1

0

0

1

125

0

1

0

1

1

160

1

1

0

1

0

200

1

1

0

0

1

250

1

1

0

1

1

320

0

0

1

1

0

400

0

0

1

0

1

500

0

0

1

1

1

640

1

0

1

1

0

800

1

0

1

0

1

1000

1

0

1

1

1

1250

0

1

1

1

0

1600

0

1

1

0

1

2000

0

1

1

1

1

2500

1

1

1

1

0

3200

1

1

1

0

1

4000

1

1

1

1

1

5000

Most modern 35-millimeter cameras use these codes. (Exceptions are cameras on which you must set the exposure manually and cameras that have built-in light meters but require you to set the film speed manually.) If you take a look inside the camera where you put the film, you should see six metal contacts that correspond to squares 1 through 6 on the film canister. The silver squares are actually the metal of the film cassette, which is a conductor. The black squares are paint, which is an insulator.

The electronic circuitry of the camera runs a current into square 1, which is always silver. This current will be picked up (or not picked up) by the five contacts on squares 2 through 6, depending on whether the squares are bare silver or are painted over. Thus, if the camera senses a current on contacts 4 and 5 but not on contacts 2, 3, and 6, the film speed is 400 ASA. The camera can then adjust film exposure accordingly.

Inexpensive cameras need read only squares 2 and 3 and assume that the film speed is 50, 100, 200, or 400 ASA.

Most cameras don't read or use squares 8 through 12. Squares 8, 9, and 10 encode the number of exposures on the roll of film, and squares 11 and 12 refer to the exposure latitude, which depends on whether the film is for black-and-white prints, for color prints, or for color slides.

Perhaps the most common visual display of binary digits is the ubiquitous Universal Product Code (UPC), that little bar code symbol that appears on virtually every packaged item that we purchase these days. The UPC has come to symbolize one of the ways computers have crept into our lives.

Although the UPC often inspires fits of paranoia, it's really an innocent little thing, invented for the purpose of automating retail checkout and inventory, which it does fairly successfully. When it's used with a well-designed checkout system, the consumer can have an itemized sales receipt, which isn't possible with conventional cash registers.

Of interest to us here is that the UPC is a binary code, although it might not seem like one at first. So it will be instructive to decode the UPC and examine how it works.

In its most common form, the UPC is a collection of 30 vertical black bars of various widths, divided by gaps of various widths, along with some digits. For example, this is the UPC that appears on the 10 ¾-ounce can of Campbell's Chicken Noodle Soup:

image with no caption

We're tempted to try to visually interpret the UPC in terms of thin bars and black bars, narrow gaps and wide gaps, and indeed, that's one way to look at it. The black bars in the UPC can have four different widths, with the thicker bars being two, three, and four times the width of the thinnest bar. Similarly, the wider gaps between the bars are two, three, and four times the width of the thinnest gap.

But another way to look at the UPC is as a series of bits. Keep in mind that the whole bar code symbol isn't exactly what the scanning wand "sees" at the checkout counter. The wand doesn't try to interpret the numbers at the bottom, for example, because that would require a more sophisticated computing technique known as optical character recognition, or OCR. Instead, the scanner sees just a thin slice of this whole block. The UPC is as large as it is to give the checkout person something to aim the scanner at. The slice that the scanner sees can be represented like this:

image with no caption

This looks almost like Morse code, doesn't it?

As the computer scans this information from left to right, it assigns a 1 bit to the first black bar it encounters, a 0 bit to the next white gap. The subsequent gaps and bars are read as series of bits 1, 2, 3, or 4 bits in a row, depending on the width of the gap or the bar. The correspondence of the scanned bar code to bits is simply:

image with no caption

So the entire UPC is simply a series of 95 bits. In this particular example, the bits can be grouped as follows:

image with no caption

The first 3 bits are always 101. This is known as the left-hand guard pattern, and it allows the computer-scanning device to get oriented. From the guard pattern, the scanner can determine the width of the bars and gaps that correspond to single bits. Otherwise, the UPC would have to be a specific size on all packages.

The left-hand guard pattern is followed by six groups of 7 bits each. Each of these is a code for a numeric digit 0 through 9, as I'll demonstrate shortly. A 5-bit center guard pattern follows. The presence of this fixed pattern (always 01010) is a form of built-in error checking. If the computer scanner doesn't find the center guard pattern where it's supposed to be, it won't acknowledge that it has interpreted the UPC. This center guard pattern is one of several precautions against a code that has been tampered with or badly printed.

The center guard pattern is followed by another six groups of 7 bits each, which are then followed by a right-hand guard pattern, which is always 101. As I'll explain later, the presence of a guard pattern at the end allows the UPC code to be scanned backward (that is, right to left) as well as forward.

So the entire UPC encodes 12 numeric digits. The left side of the UPC encodes 6 digits, each requiring 7 bits. You can use the following table to decode these bits:

Table 9-1. Left-Side Codes

0001101 = 0

0110001 = 5

0011001 = 1

0101111 = 6

0010011 = 2

0111011 = 7

0111101 = 3

0110111 = 8

0100011 = 4

0001011 = 9

Notice that each 7-bit code begins with a 0 and ends with a 1. If the scanner encounters a 7-bit code on the left side that begins with a 1 or ends with a 0, it knows either that it hasn't correctly read the UPC code or that the code has been tampered with. Notice also that each code has only two groups of consecutive 1 bits. This implies that each digit corresponds to two vertical bars in the UPC code.

You'll see that each code in this table has an odd number of 1 bits. This is another form of error and consistency checking known as parity. A group of bits has even parity if it has an even number of 1 bits and odd parity if it has an odd number of 1 bits. Thus, all of these codes have odd parity.

To interpret the six 7-bit codes on the right side of the UPC, use the following table:

Table 9-2. Right-Side Codes

1110010 = 0

1001110 = 5

1100110 = 1

1010000 = 6

1101100 = 2

1000100 = 7

1000010 = 3

1001000 = 8

1011100 = 4

1110100 = 9

These codes are the complements of the earlier codes: Wherever a 0 appeared is now a 1, and vice versa. These codes always begin with a 1 and end with a 0. In addition, they have an even number of 1 bits, which is even parity.

So now we're equipped to decipher the UPC. Using the two preceding tables, we can determine that the 12 digits encoded in the 10 ¾-ounce can of Campbell's Chicken Noodle Soup are

0 51000 01251 7

This is very disappointing. As you can see, these are precisely the same numbers that are conveniently printed at the bottom of the UPC. (This makes a lot of sense because if the scanner can't read the code for some reason, the person at the register can manually enter the numbers. Indeed, you've undoubtedly seen this happen.) We didn't have to go through all that work to decode them, and moreover, we haven't come close to decoding any secret information. Yet there isn't anything left in the UPC to decode. Those 30 vertical lines resolve to just 12 digits.

The first digit (a 0 in this case) is known as the number system character. A 0 means that this is a regular UPC code. If the UPC appeared on variable-weight grocery items such as meat or produce, the code would be a 2. Coupons are coded with a 5.

The next five digits make up the manufacturer code. In this case, 51000 is the code for the Campbell Soup Company. All Campbell products have this code. The five digits that follow (01251) are the code for a particular product of that company, in this case, the code for a 10 ¾-ounce can of chicken noodle soup. This product code has meaning only when combined with the manufacturer's code. Another company's chicken noodle soup might have a different product code, and a product code of 01251 might mean something totally different from another manufacturer.

Contrary to popular belief, the UPC doesn't include the price of the item. That information has to be retrieved from the computer that the store uses in conjunction with the checkout scanners.

The final digit (a 7 in this case) is called the modulo check character. This character enables yet another form of error checking. To examine how this works, let's assign each of the first 11 digits (0 51000 01251 in our example) a letter:

A BCDEF GHIJK

Now calculate the following:

3 x (A + C + E + G + I + K) + (B + D + F + H + J)

and subtract that from the next highest multiple of 10. That's called the modulo check character. In the case of Campbell's Chicken Noodle Soup, we have

3 x (0 + 1 + 0 + 0 + 2 + 1) + (5 + 0 + 0 + 1 + 5) = 3 x 4 + 11 = 23

The next highest multiple of 10 is 30, so

30 – 23 = 7

and that's the modulo check character printed and encoded in the UPC. This is a form of redundancy. If the computer controlling the scanner doesn't calculate the same modulo check character as the one encoded in the UPC, the computer won't accept the UPC as valid.

Normally, only 4 bits would be required to specify a decimal digit from 0 through 9. The UPC uses 7 bits per digit. Overall, the UPC uses 95 bits to encode only 11 useful decimal digits. Actually, the UPC includes blank space (equivalent to nine 0 bits) at both the left and the right side of the guard pattern. That means the entire UPC requires 113 bits to encode 11 decimal digits, or over 10 bits per decimal digit!

Part of this overkill is necessary for error checking, as we've seen. A product code such as this wouldn't be very useful if it could be easily altered by a customer wielding a felt-tip pen.

The UPC also benefits by being readable in both directions. If the first digits that the scanning device decodes have even parity (that is, an even number of 1 bits in each 7-bit code), the scanner knows that it's interpreting the UPC code from right to left. The computer system then uses this table to decode the right-side digits:

Table 9-3. Right-Side Codes in Reverse

0100111 = 0

0111001 = 5

0110011 = 1

0000101 = 6

0011011 = 2

0010001 = 7

0100001 = 3

0001001 = 8

0011101 = 4

0010111 = 9

and this table for the left-side digits:

Table 9-4. Left-Side Codes in Reverse

1011000 = 0

1000110 = 5

1001100 = 1

1111010 = 6

1100100 = 2

1101110 = 7

1011110 = 3

1110110 = 8

1100010 = 4

1101000 = 9

These 7-bit codes are all different from the codes read when the UPC is scanned from left to right. There's no ambiguity.

We began looking at codes in this book with Morse code, composed of dots, dashes, and pauses between the dots and dashes. Morse code doesn't immediately seem like it's equivalent to zeros and ones, yet it is.

Recall the rules of Morse code: A dash is three times as long as a dot. The dots and dashes of a single letter are separated by a pause the length of a dot. Letters within a word are separated by pauses equal in length to a dash. Words are separated by pauses equal in length to two dashes.

Just to simplify this analysis a bit, let's assume that a dash is twice the length of a dot rather than three times. That means that a dot can be a 1 bit and a dash can be two 1 bits. Pauses are 0 bits.

Here's the basic table of Morse code from Chapter 2:

image with no caption

Here's the table converted to bits:

A

101100

J

101101101100

S

1010100

B

1101010100

K

110101100

T

1100

C

11010110100

L

1011010100

U

10101100

D

11010100

M

1101100

V

1010101100

E

100

N

110100

W

101101100

F

1010110100

O

1101101100

X

11010101100

G

110110100

P

10110110100

Y

110101101100

H

101010100

Q

110110101100

Z

11011010100

I

10100

R

10110100

  

Notice that all the codes begin with a 1 bit and end with a pair of 0 bits. The pair of 0 bits represents the pause between letters in the same word. The code for the space between words is another pair of 0 bits. So the Morse code for "hi there" is normally given as

image with no caption

but Morse code using bits can look like the cross section of the UPC code:

image with no caption

In terms of bits, Braille is much simpler than Morse code. Braille is a 6-bit code. Each character is represented by an array of six dots, and each of the six dots can be either raised or not raised. As I explained in Chapter 3, the dots are commonly numbered 1 through 6:

image with no caption

The word "code" (for example) is represented by the Braille symbols:

image with no caption

If a raised dot is 1 and a flat dot is 0, each of the characters in Braille can be represented by a 6-bit binary number. The four Braille symbols for the letters in the word "code" are then simply:

100100 101010 100110 100010

where the leftmost bit corresponds to the 1 position in the grid, and the rightmost bit corresponds to the 6 position.

As we shall see later in this book, bits can represent words, pictures, sounds, music, and movies as well as product codes, film speeds, movie ratings, an invasion of the British army, and the intentions of one's beloved. But most fundamentally, bits are numbers. All that needs to be done when bits represent other information is to count the number of possibilities. This determines the number of bits that are needed so that each possibility can be assigned a number.

Bits also play a part in logic, that strange blend of philosophy and mathematics for which a primary goal is to determine whether certain statements are true or false. True and false can also be 1 and 0.

PK?=__OEBPS/ch10.html Chapter 10. Logic and Switches

Chapter 10. Logic and Switches

What is truth? Aristotle thought that logic had something to do with it. The collection of his teachings known as the Organon (which dates from the fourth century B.C.E.) is the earliest extensive writing on the subject of logic. To the ancient Greeks, logic was a means of analyzing language in the search for truth and thus was considered a form of philosophy. The basis of Aristotle's logic was the syllogism. The most famous syllogism (which isn't actually found in the works of Aristotle) is

All men are mortal;

Socrates is a man;

Hence, Socrates is mortal.

In a syllogism, two premises are assumed to be correct, and from these a conclusion is deduced.

The mortality of Socrates might seem straightforward enough, but there are many varieties of syllogisms. For example, consider the following two premises, proposed by the nineteenth-century mathematician Charles Dodgson (also known as Lewis Carroll):

All philosophers are logical;

An illogical man is always obstinate.

The conclusion isn't obvious at all. (It's "Some obstinate persons are not philosophers." Notice the unexpected and disturbing appearance of the word "some.")

For over two thousand years, mathematicians wrestled with Aristotle's logic, attempting to corral it using mathematical symbols and operators. Prior to the nineteenth century, the only person to come close was Gottfried Wilhelm von Leibniz (1648–1716), who dabbled with logic early in life but then went on to other interests (such as independently inventing calculus at the same time as Isaac Newton).

And then came George Boole.

George Boole was born in England in 1815 to a world where the odds were certainly stacked against him. Because he was the son of a shoe-maker and a former maid, Britain's rigid class structure would normally have prevented Boole from achieving anything much different from his ancestors. But aided by an inquisitive mind and his helpful father (who had strong interests in science, mathematics, and literature), young George gave himself the type of education normally the privilege of upper-class boys; his studies included Latin, Greek, and mathematics. As a result of his early papers on mathematics, in 1849 Boole was appointed the first Professor of Mathematics at Queen's College, Cork, in Ireland.

image with no caption

Several mathematicians in the mid-1800s had been working on a mathematical definition of logic (most notably Augustus De Morgan), but it was Boole who had the real conceptual breakthrough, first in the short book The Mathematical Analysis of Logic, Being an Essay Towards a Calculus of Deductive Reasoning (1847) and then in a much longer and more ambitious text, An Investigation of the Laws of Thought on Which Are Founded the Mathematical Theories of Logic and Probabilities (1854), more conveniently referred to as The Laws of Thought. Boole died in 1864 at the age of 49 after hurrying to class in the rain and contracting pneumonia.

The title of Boole's 1854 book suggests an ambitious motivation: Because the rational human brain uses logic to think, if we were to find a way in which logic can be represented by mathematics, we would also have a mathematical description of how the brain works. Of course, nowadays this view of the mind seems to us quite naive. (Either that or it's way ahead of its time.)

Boole invented a kind of algebra that looks and acts very much like conventional algebra. In conventional algebra, the operands (which are usually letters) stand for numbers, and the operators (most often + and x) indicate how these numbers are to be combined. Often we use conventional algebra to solve problems such as this: Anya has 3 pounds of tofu. Betty has twice as much tofu as Anya. Carmen has 5 pounds more tofu than Betty. Deirdre has three times the tofu that Carmen has. How much tofu does Deirdre have?

To solve this problem, we first convert the English to arithmetical statements, using four letters to stand for the pounds of tofu that each of the four women has:

A = 3
B = 2 x A
C = B + 5
D = 3 x C

We can combine these four statements into one statement by substitution and then finally perform the additions and multiplications:

D = 3 x C
D = 3 x (B + 5)
D = 3 x ((2 x A) + 5)
D = 3 x ((2 x 3) + 5)
D = 33

When we do conventional algebra, we follow certain rules. These rules have probably become so ingrained in our practice that we no longer think of them as rules and might even forget their names. But rules indeed underlie all the workings of any form of mathematics.

The first rule is that addition and multiplication are commutative. That means we can switch around the symbols on each side of the operations:

A + B = B + A
A x B = B x A

By contrast, subtraction and division are not commutative.

Addition and multiplication are also associative, that is

A + (B + C) = (A + B) + C
A x (B x C) = (A x B) x C

And finally, multiplication is said to be distributive over addition:

A x (B + C) = (A x B) + (A x C)

Another characteristic of conventional algebra is that it always deals with numbers, such as pounds of tofu or numbers of ducks or distances that a train travels or the ages of family members. It was Boole's genius to make algebra more abstract by divorcing it from concepts of number. In Boolean algebra (as Boole's algebra was eventually called), the operands refer not to numbers but instead to classes. A class is simply a group of things, what in later times came to be known as a set.

Let's talk about cats. Cats can be either male or female. For convenience, we can use the letter M to refer to the class of male cats and F to refer to the class of female cats. Keep in mind that these two symbols do not represent numbers of cats. The number of male and female cats can change by the minute as new cats are born and old cats (regrettably) pass away. The letters stand for classes of cats—cats with specific characteristics. Instead of referring to male cats, we can just say "M."

We can also use other letters to represent the color of the cats: For example, T can refer to the class of tan cats, B can be the class of black cats, W the class of white cats, and O the class of cats of all "other" colors—all cats not in the class T, B, or W.

Finally (at least as far as this example goes), cats can be either neutered or unneutered. Let's use the letter N to refer to the class of neutered cats and U for the class of unneutered cats.

In conventional (numeric) algebra, the operators + and x are used to indicate addition and multiplication. In Boolean algebra, the same + and x symbols are used, and here's where things might get confusing. Everybody knows how to add and multiply numbers in conventional algebra, but how do we add and multiply classes?

Well, we don't actually add and multiply in Boolean algebra. Instead, the + and x symbols mean something else entirely.

The + symbol in Boolean algebra means a union of two classes. A union of two classes is everything in the first class combined with everything in the second class. For example, B + W represents the class of all cats that are either black or white.

The x symbol in Boolean algebra means an intersection of two classes. An intersection of two classes is everything that is in both the first class and the second class. For example, F x T represents the class of all cats that are both female and tan. As in conventional algebra, we can write F x T as F·T or simply FT (which is what Boole preferred). You can think of the two letters as two adjectives strung together: "female tan" cats.

To avoid confusion between conventional algebra and Boolean algebra, sometimes the symbols U and ∩ are used for union and intersection instead of + and x. But part of Boole's liberating influence on mathematics was to make the use of familiar operators more abstract, so I've decided to stick with his decision not to introduce new symbols into his algebra.

The commutative, associative, and distributive rules all hold for Boolean algebra. What's more, in Boolean algebra the + operator is distributive over the x operator. This isn't true of conventional algebra:

W + (B x F) = (W + B) x (W + F)

The union of white cats and black female cats is the same as the intersection of two unions: the union of white cats and black cats, and the union of white cats and female cats. This is somewhat difficult to grasp, but it works.

Two more symbols are necessary to complete Boolean algebra. These two symbols might look like numbers, but they're really not because they're sometimes treated a little differently than numbers. The symbol 1 in Boolean algebra means "the universe"—that is, everything we're talking about. In this example, the symbol 1 means "the class of all cats." Thus,

M + F = 1

This means that the union of male cats and female cats is the class of all cats. Similarly, the union of tan cats and black cats and white cats and other colored cats is also the class of all cats:

T + B + W + O = 1

And you achieve the class of all cats this way, too:

N + U = 1

The 1 symbol can be used with a minus sign to indicate the universe excluding something. For example,

1 – M

is the class of all cats except the male cats. The universe excluding all male cats is the same as the class of female cats:

1 – M = F

The other symbol that we need is the 0, and in Boolean algebra the 0 means an empty class—a class of nothing. The empty class results when we take an intersection of two mutually exclusive classes, for example, cats that are both male and female:

F x M = 0

Notice that the 1 and 0 symbols sometimes work the same way in Boolean algebra as in conventional algebra. For example, the intersection of all cats and female cats is the class of female cats:

1 x F = F

The intersection of no cats and female cats is the class of no cats:

0 x F = 0

The union of no cats and all female cats is the class of female cats:

0 + F = F

But sometimes the result doesn't look the same as in conventional algebra. For example, the union of all cats and female cats is the class of all cats:

1 + F = 1

This doesn't make much sense in conventional algebra.

Because F is the class of all female cats, and (1 – F) is the class of all cats that aren't female, the union of these two classes is 1:

F + (1 – F) = 1

and the intersection of the two classes is 0:

F x (1 – F) = 0

Historically, this formulation represents an important concept in logic: It's called the Law of Contradiction and indicates that something can't be both itself and the opposite of itself.

Where Boolean algebra really looks different from conventional algebra is in a statement like this:

F x F = F

The statement makes perfect sense in Boolean algebra: The intersection of female cats and female cats is still the class of female cats. But it sure wouldn't look quite right if F referred to a number. Boole considered

X2 = X

to be the single statement that differentiates his algebra from conventional algebra. Another Boolean statement that looks funny in terms of conventional algebra is this:

F + F = F

The union of female cats and female cats is still the class of female cats.

Boolean algebra provides a mathematical method for solving the syllogisms of Aristotle. Let's look at the first two-thirds of that famous syllogism again, but now using gender-neutral language:

All persons are mortal;

Socrates is a person.

We'll use P to represent the class of all persons, M to represent the class of mortal things, and S to represent the class of Socrates. What does it mean to say that "all persons are mortal"? It means that the intersection of the class of all persons and the class of all mortal things is the class of all persons:

P x M = P

It would be wrong to say that P x M = M, because the class of all mortal things includes cats, dogs, and elm trees.

To say, "Socrates is a person," means that the intersection of the class containing Socrates (a very small class) and the class of all persons (a much larger class) is the class containing Socrates:

S x P = S

Because we know from the first equation that P equals (P x M) we can substitute that into the second equation:

S x (P x M) = S

By the associative law, this is the same as

(S x P) x M = S

But we already know that (S x P) equals S, so we can simplify by using this substitution:

S x M = S

And now we're finished. This formula tells us that the intersection of Socrates and the class of all mortal things is S, which means that Socrates is mortal. If we found instead that (S x M) equaled 0, we'd conclude that Socrates wasn't mortal. If we found that (S x M) equaled M, the conclusion would have to be that Socrates was the only mortal thing and everything else was immortal!

Using Boolean algebra might seem like overkill for proving the obvious fact (particularly considering that Socrates proved himself mortal 2400 years ago), but Boolean algebra can also be used to determine whether something satisfies a certain set of criteria. Perhaps one day you walk into a pet shop and say to the salesperson, "I want a male cat, neutered, either white or tan; or a female cat, neutered, any color but white; or I'll take any cat you have as long as it's black." And the salesperson says to you, "So you want a cat from the class of cats represented by the following expression:

(M x N x (W + T)) + (F x N x (1 – W)) + B

Right?" And you say, "Yes! Exactly!"

In verifying that the salesperson is correct, you might want to forgo the concepts of union and intersection and instead switch to the words OR and AND. I'm capitalizing these words because the words normally represent concepts in English, but they can also represent operations in Boolean algebra. When you form a union of two classes, you're actually accepting things from the first class OR the second class. And when you form an intersection, you're accepting only those things in both the first class AND the second class. In addition, you can use the word NOT wherever you see a 1 followed by a minus sign. In summary,

So the expression can also be written like this:

(M AND N AND (W OR T)) OR (F AND N AND (NOT W)) OR B

This is very nearly what you said. Notice how the parentheses clarify your intentions. You want a cat from one of three classes:

(M AND N AND (W OR T))
OR
(F AND N AND (NOT W))
OR
B

With this formula written down, the salesperson can perform something called a Boolean test. Without making a big fuss about it, I've subtly shifted to a somewhat different form of Boolean algebra. In this form of Boolean algebra, letters no longer refer to classes. Instead, the letters can now be assigned numbers. The catch is that they can be assigned only the number 0 or 1. The numeral 1 means Yes, True, this particular cat satisfies these criteria. The numeral 0 means No, False, this cat doesn't satisfy these criteria.

First the salesperson brings out an unneutered tan male. Here's the expression of acceptable cats:

(M x N x (W + T)) + (F x N x (1 – W)) + B

and here's how it looks with 0s and 1s substituted:

(1 x 0 x (0 + 1)) + (0 x 0 x (1 – 0)) + 0

Notice that the only symbols assigned 1s are M and T because the cat is male and tan.

What we must do now is simplify this expression. If it simplifies to 1, the cat satisfies your criteria; if it simplifies to 0, the cat doesn't. While we're simplifying the expression, keep in mind that we're not really adding and multiplying, although generally we can pretend that we are. Most of the same rules apply when + means OR and x means AND. (Sometimes in modern texts the symbols ^ and ν are used for AND and OR instead of x and +. But here's where the + and x signs perhaps make the most sense.)

When the x sign means AND, the possible results are

0 x 0 = 0
0 x 1 = 0
1 x 0 = 0
1 x 1 = 1

In other words, the result is 1 only if both the left operand AND the right operand are 1. This operation works exactly the same way as regular multiplication, and it can be summarized in a little table, similar to the way the addition and multiplication tables were shown in Chapter 8:

AND

0

1

0

0

0

1

0

1

When the + sign means OR, the possible results are

0 + 0 = 0
0 + 1 = 1
1 + 0 = 1
1 + 1 = 1

The result is 1 if either the left operand OR the right operand is 1. This operation produces results very similar to those of regular addition, except that in this case 1 + 1 equals 1. The OR operation can be summarized in another little table:

OR

0

1

0

0

1

1

1

1

We're ready to use these tables to calculate the result of the expression

(1 x 0 x 1) + (0 x 0 x 1) + 0 = 0 + 0 + 0 = 0

The result 0 means No, False, this kitty won't do.

Next the salesperson brings out a neutered white female. The original expression was

(M x N x (W + T)) + (F x N x (1 – W)) + B

Substitute the 0s and 1s again:

(0 x 1 x (1 + 0)) + (1 x 1 x (1 – 1)) + 0

And simplify it:

(0 x 1 x 1) + (1 x 1 x 0) + 0 = 0 + 0 + 0 = 0

And another poor kitten must be rejected.

Next the salesperson brings out a neutered gray female. (Gray qualifies as an "other" color—not white or black or tan.) Here's the expression:

(0 x 1 x (0 + 0)) + (1 x 1 x (1 – 0)) + 0

Now simplify it:

(0 x 1 x 0) + (1 x 1 x 1) + 0 = 0 + 1 + 0 = 1

The final result 1 means Yes, True, a kitten has found a home. (And it was the cutest one too!)

Later that evening, when the kitten is curled up sleeping in your lap, you wonder whether you could have wired some switches and a lightbulb to help you determine whether particular kittens satisfied your criteria. (Yes, you are a strange kid.) Little do you realize that you're about to make a crucial conceptual breakthrough. You're about to perform some experiments that will unite the algebra of George Boole with electrical circuitry and thus make possible the design and construction of computers that work with binary numbers. But don't let that intimidate you.

To begin your experiment, you connect a lightbulb and battery as you would normally, but you use two switches instead of one:

image with no caption

Switches connected in this way—one right after the other—are said to be wired in series. If you close the left switch, nothing happens:

image with no caption

Similarly, if you leave the left switch open and close the right switch, nothing happens. The lightbulb lights up only if both the left switch and the right switch are closed, as shown on the next page.

image with no caption

The key word here is and. Both the left switch and the right switch must be closed for the current to flow through the circuit.

This circuit is performing a little exercise in logic. In effect, the lightbulb is answering the question "Are both switches closed?" We can summarize the workings of this circuit in the following table:

Left Switch

Right Switch

Lightbulb

Open

Open

Not lit

Open

Closed

Not lit

Closed

Open

Not lit

Closed

Closed

Lit

In the preceding chapter, we saw how binary digits, or bits, can represent information—everything from numbers to the direction of Roger Ebert's thumb. We were able to say that a 0 bit means "Ebert's thumb points down" and a 1 bit means "Ebert's thumb points up." A switch has two positions, so it can represent a bit. We can say that a 0 means "switch is open" and a 1 means "switch is closed." A lightbulb has two states; hence it too can represent a bit. We can say that a 0 means "lightbulb is not lit" and a 1 means "lightbulb is lit." Now we simply rewrite the table:

Left Switch

Right Switch

Lightbulb

0

0

0

0

1

0

1

0

0

1

1

1

Notice that if we swap the left switch and the right switch, the results are the same. We really don't have to identify which switch is which. So the table can be rewritten to resemble the AND and OR tables that were shown earlier:

Switches in Series

0

1

0

0

0

1

0

1

And indeed, this is the same as the AND table. Check it out:

AND

0

1

0

0

0

1

0

1

This simple circuit is actually performing an AND operation in Boolean algebra.

Now try connecting the two switches a little differently:

image with no caption

These switches are said to be connected in parallel. The difference between this and the preceding connection is that this lightbulb will light if you close the top switch:

image with no caption

or close the bottom switch:

image with no caption

or close both switches:

image with no caption

The lightbulb lights if the top switch or the bottom switch is closed. The key word here is or.

Again, the circuit is performing an exercise in logic. The lightbulb answers the question, "Is either switch closed?" The following table summarizes how this circuit works:

Left Switch

Right Switch

Lightbulb

Open

Open

Not lit

Open

Closed

Lit

Closed

Open

Lit

Closed

Closed

Lit

Again, using 0 to mean an open switch or an unlit lightbulb and 1 to mean a closed switch or a lit lightbulb, this table can be rewritten this way:

Left Switch

Right Switch

Lightbulb

0

0

0

0

1

1

1

0

1

1

1

1

Again it doesn't matter if the two switches are swapped, so the table can also be rewritten like this:

Switches in Parallel

0

1

0

0

1

1

1

1

And you've probably already guessed that this is the same as the Boolean OR:

OR

0

1

0

0

1

1

1

1

which means that two switches in parallel are performing the equivalent of a Boolean OR operation.

When you originally entered the pet shop, you told the salesperson, "I want a male cat, neutered, either white or tan; or a female cat, neutered, any color but white; or I'll take any cat you have as long as it's black," and the salesperson developed this expression:

(M x N x (W + T)) + (F x N x (1 – W)) + B

Now that you know that two switches wired in series perform a logical AND (which is represented by a x sign) and two switches in parallel perform a logical OR (which is represented by the + sign), you can wire up eight switches like so:

image with no caption

Each switch in this circuit is labeled with a letter—the same letters as in the Boolean expression. ( means NOT W and is an alternative way to write 1 – W). Indeed, if you go through the wiring diagram from left to right starting at the top and moving from top to bottom, you'll encounter the letters in the same order that they appear in the expression. Each x sign in the expression corresponds to a point in the circuit where two switches (or groups of switches) are connected in series. Each + sign in the expression corresponds to a place in the circuit where two switches (or groups of switches) are connected in parallel.

As you'll recall, the salesperson first brought out an unneutered tan male. Close the appropriate switches:

image with no caption

Although the M, T, and NOT W switches are closed, we don't have a complete circuit to light up the lightbulb. Next the salesperson brought out a neutered white female:

image with no caption

Again, the right switches aren't closed to complete a circuit. But finally, the salesperson brought out a neutered gray female:

image with no caption

And that's enough to complete the circuit, light up the lightbulb, and indicate that the kitten satisfies all your criteria.

George Boole never wired such a circuit. He never had the thrill of seeing a Boolean expression realized in switches, wires, and lightbulbs. One obstacle, of course, was that the incandescent lightbulb wasn't invented until 15 years after Boole's death. But Samuel Morse had demonstrated his telegraph in 1844—ten years before the publication of Boole's The Laws of Thought—and it would be simple to substitute a telegraph sounder for the lightbulb in the circuit shown above.

But nobody in the nineteenth century made the connection between the ANDs and ORs of Boolean algebra and the wiring of simple switches in series and in parallel. No mathematician, no electrician, no telegraph operator, nobody. Not even that icon of the computer revolution Charles Babbage (1792–1871), who had corresponded with Boole and knew his work, and who struggled for much of his life designing first a Difference Engine and then an Analytical Engine that a century later would be regarded as the precursors to modern computers. What might have helped Babbage, we know now, was the realization that perhaps instead of gears and levers to perform calculations, a computer might better be built out of telegraph relays.

Yes, telegraph relays.

PK?`ӴӴOEBPS/ch11.html Chapter 11. Gates (Not Bill)

Chapter 11. Gates (Not Bill)

In some far-off distant time, when the twentieth century history of primitive computing is just a murky memory, someone is likely to suppose that devices known as logic gates were named after the famous co-founder of Microsoft Corporation. Not quite. As we'll soon see, logic gates bear a much greater resemblance to those ordinary gates through which pass water or people. Logic gates perform simple tasks in logic by blocking or letting through the flow of electrical current.

You'll recall how in the last chapter you went into a pet shop and announced, "I want a male cat, neutered, either white or tan; or a female cat, neutered, any color but white; or I'll take any cat you have as long as it's black." This is summarized by the following Boolean expression:

(M x N x (W + T)) + (F x N x (1 – W)) + B

and also by this circuit made up of switches and a lightbulb:

image with no caption

Such a circuit is sometimes called a network, except that nowadays that word is used much more often to refer to connected computers rather than an assemblage of mere switches.

Although this circuit contains nothing that wasn't invented in the nineteenth century, nobody in that century ever realized that Boolean expressions could be directly realized in electrical circuits. This equivalence wasn't discovered until the 1930s, most notably by Claude Elwood Shannon (born 1916), whose famous 1938 M.I.T. master's thesis was entitled "A Symbolic Analysis of Relay and Switching Circuits." (Ten years later, Shannon's article "The Mathematical Theory of Communication" was the first publication that used the word bit to mean binary digit.)

Prior to 1938, people knew that when you wired two switches in series, both switches had to be closed for current to flow, and when you wired two switches in parallel, one or the other had to be closed. But nobody had shown with Shannon's clarity and rigor that electrical engineers could use all the tools of Boolean algebra to design circuits with switches. In particular, if you can simplify a Boolean expression that describes a network, you can simplify the network accordingly.

For example, the expression that indicates the characteristics you want in a cat looks like this:

(M x N x (W + T)) + (F x N x (1 – W)) + B

Using the associative law, we can reorder the variables that are combined with the AND (x) signs and rewrite the expression this way:

(N x M x (W + T)) + (N x F x (1 – W)) + B

In an attempt to clarify what I'm going to do here, I'll define two new symbols named X and Y:

X = M x (W + T)
Y = F x (1 – W)

Now the expression for the cat you want can be written like this:

(N x X) + (N x Y) + B

After we're finished, we can put the X and Y expressions back in.

Notice that the N variable appears twice in the expression. Using the distributive law, the expression can be rewritten like this, with only one N:

(N x (X + Y)) + B

Now let's put the X and Y expressions back in:

(N x ((M x (W + T)) + (F x (1 – W)))) + B

Due to the plethora of parentheses, this expression hardly looks simplified. But there's one less variable in this expression, which means there's one less switch in the network. Here's the revised version:

image with no caption

Indeed, it's probably easier to see that this network is equivalent to the earlier one than to verify that the expressions are the same.

Actually, there are still three too many switches in this network. In theory, you need only four switches to define your perfect cat. Why four? Each switch is a bit. You should be able to get by with one switch for the sex (off for male, on for female), another switch that's on for neutered, off for unneutered, and two more switches for the color. There are four possible colors (white, black, tan, and "other"), and we know that four choices can be defined with 2 bits, so all you need are two color switches. For example, both switches can be off for white, one switch on for black, the other switch on for tan, and both switches on for other colors.

Let's make a control panel right now for choosing a cat. The control panel is simply four switches (much like the on/off switches you have on your walls for controlling your lights) and a lightbulb mounted in a panel:

image with no caption

The switches are on (closed) when they're up, and off (open) when they're down. The two switches for the cat's color are labeled somewhat obscurely, I'm afraid, but that's a drawback of reducing this panel to the bare minimum: The left switch of the pair is labeled B; that means that the left switch on by itself (as shown) indicates the color black. The right switch of the pair is labeled T; that switch on by itself means the color tan. Both switches up means other colors; this choice is labeled O. Both switches down means the color white, indicated by W, the letter at the bottom.

In computer terminology, the switches are an input device. Input is information that controls how a circuit behaves. In this case, the input switches correspond to 4 bits of information that describe a cat. The output device is the lightbulb. This bulb lights up if the switches describe a satisfactory cat. The switches shown in the control panel on page 104 are set for a female unneutered black cat. This satisfies your criteria, so the lightbulb is lit.

Now all we have to do is design a circuit that makes this control panel work.

You'll recall that Claude Shannon's thesis was entitled "A Symbolic Analysis of Relay and Switching Circuits." The relays he was referring to were quite similar to the telegraph relays that we encountered in Chapter 6. By the time of Shannon's paper, however, relays were being used for other purposes and, in particular, in the vast network of the telephone system.

Like switches, relays can be connected in series and in parallel to perform simple tasks in logic. These combinations of relays are called logic gates. When I say that these logic gates perform simple tasks in logic, I mean as simple as possible. Relays have an advantage over switches in that relays can be switched on and off by other relays rather than by fingers. This means that logic gates can be combined to perform more complex tasks, such as simple functions in arithmetic. Indeed, the next chapter will demonstrate how to wire switches, lightbulbs, a battery, and telegraph relays to make an adding machine (albeit one that works solely with binary numbers).

As you recall, relays were crucial to the workings of the telegraph system. Over long distances, the wires connecting telegraph stations had a very high resistance. Some method was needed to receive a weak signal and send an identical strong signal. The relay did this by using an electromagnet to control a switch. In effect, the relay amplified a weak signal to create a strong signal.

For our purposes, we're not interested in using the relay to amplify a weak signal. We're interested only in the idea of a relay being a switch that can be controlled by electricity rather than by fingers. We can wire a relay with a switch, a lightbulb, and a couple of batteries like this:

image with no caption

Notice that the switch at the left is open and the lightbulb is off. When you close the switch, the battery at the left causes current to flow through the many turns of wire around the iron bar. The iron bar becomes magnetic and pulls down a flexible metal contact that connects the circuit to turn on the lightbulb:

image with no caption

When the electromagnet pulls the metal contact, the relay is said to be triggered. When the switch is turned off, the iron bar stops being magnetic, and the metal contact returns to its normal position.

This seems like a rather indirect route to light the bulb, and indeed it is. If we were interested only in lighting the bulb, we could dispense with the relay entirely. But we're not interested in lighting bulbs. We have a much more ambitious goal.

We're going to be using relays a lot in this chapter (and then hardly at all after the logic gates have been built), so I want to simplify the diagram. We can eliminate some of the wires by using a ground. In this case, the grounds simply represent a common connection; they don't need to be connected to the physical earth:

image with no caption

I know this doesn't look like a simplification, but we're not done yet. Notice that the negative terminals of both batteries are connected to ground. So anywhere we see something like this:

image with no caption

let's replace it with the capital letter V (which stands for voltage), as we did in Chapters Chapter 5 and Chapter 6. Now our relay looks like this:

image with no caption

When the switch is closed, a current flows between V and ground through the coils of the electromagnet. This causes the electromagnet to pull the flexible metal contact. That connects the circuit between V, the lightbulb, and ground. The bulb lights up:

image with no caption

These diagrams of the relay show two voltage sources and two grounds, but in all the diagrams in this chapter, all the V's can be connected to one another and all the grounds can be connected to one another. All the networks of relays and logic gates in this chapter and the next will require only one battery, although it might need to be a big battery. For example, the preceding diagram can be redrawn with only one battery like this:

image with no caption

But for what we need to do with relays, this diagram isn't very clear. It's better to avoid the circular circuits and look at the relay—like the control panel earlier—in terms of inputs and outputs:

image with no caption

If a current is flowing through the input (for example, if a switch connects the input to V), the electromagnet is triggered and the output has a voltage.

The input of a relay need not be a switch, and the output of a relay need not be a lightbulb. The output of one relay can be connected to the input of another relay, for example, like this:

image with no caption

When you turn the switch on, the first relay is triggered, which then provides a voltage to the second relay. The second relay is triggered and the light goes on:

image with no caption

Connecting relays is the key to building logic gates.

Actually, the lightbulb can be connected to the relay in two ways. Notice the flexible metal piece that's pulled by the electromagnet. At rest, it's touching one contact; when the electromagnet pulls it, it hits another contact. We've been using that lower contact as the output of the relay, but we could just as well use the upper contact. When we use this contact, the output of the relay is reversed and the lightbulb is on when the input switch is open:

image with no caption

And when the input switch is closed, the bulb goes out:

image with no caption

Using the terminology of switches, this type of relay is called a double-throw relay. It has two outputs that are electrically opposite—when one has a voltage, the other doesn't.

By the way, if you're having a tough time visualizing what modern relays look like, you can see a few in conveniently transparent packaging at your local Radio Shack. Some, like the heavy-duty relays with Radio Shack part numbers 275-206 and 275-214, are about the size of ice cubes. The insides are encased in a clear plastic shell, so you can see the electromagnet and the metal contacts. The circuits I'll be describing in this chapter and the next could be built using Radio Shack part number 275-240 relays, which are smaller (about the size of a Chiclet) and cheaper ($2.99 apiece).

Just as two switches can be connected in series, two relays can be connected in series:

image with no caption

The output of the top relay supplies a voltage to the second relay. As you can see, when both switches are open, the lightbulb isn't lit. We can try closing the top switch:

image with no caption

Still the lightbulb doesn't light because the bottom switch is still open and that relay isn't triggered. We can try opening the top switch and closing the bottom switch:

image with no caption

The lightbulb is still not lit. The current can't reach the lightbulb because the first relay isn't triggered. The only way to get the bulb to light up is to close both switches:

image with no caption

Now both relays are triggered, and current can flow between V, the lightbulb, and ground.

Like the two switches wired in series, these two relays are performing a little exercise in logic. The bulb lights up only if both relays are triggered. These two relays wired in series are known as an AND gate. To avoid excessive drawing, electrical engineers have a special symbol for an AND gate. That symbol looks like this:

image with no caption

This is the first of four basic logic gates. The AND gate has two inputs (at the left in this diagram) and one output (at the right). You'll often see the AND gate drawn as this one is with the inputs at the left and the output at the right. That's because people who are accustomed to reading from left to right also like to read electrical diagrams from left to right. But the AND gate can just as well be drawn with the inputs at the top, the right, or the bottom.

The original circuit with the two relays wired in series with two switches and a lightbulb looked like this:

image with no caption

Using the symbol for the AND gate, this same circuit looks like this:

image with no caption

Notice that this symbol for the AND gate not only takes the place of two relays wired in series, but it also implies that the top relay is connected to a voltage, and both relays are connected to ground. Again, the lightbulb lights up only if both the top switch and the bottom switch are closed. That's why it's called an AND gate.

The inputs of the AND gate don't necessarily have to be connected to switches, and the output doesn't necessarily have to be connected to a lightbulb. What we're really dealing with here are voltages at the inputs and a voltage at the output. For example, the output of one AND gate can be an input to a second AND gate, like this:

image with no caption

This bulb will light up only if all three switches are closed. Only if the top two switches are closed will the output of the first AND gate trigger the first relay in the second AND gate. The bottom switch triggers the second relay in the second AND gate.

If we think of the absence of a voltage as a 0, and the presence of a voltage as a 1, the output of the AND gate is dependent on inputs like this:

image with no caption

As with the two switches wired in series, the AND gate can also be described in this little table:

AND

0

1

0

0

0

1

0

1

It's also possible to make AND gates with more than two inputs. For example, suppose you connect three relays in series:

image with no caption

The lightbulb lights up only if all three switches are closed. This configuration is expressed by this symbol:

image with no caption

It's called a 3-input AND gate.

The next logic gate involves two relays that are wired in parallel like this:

image with no caption

Notice that the outputs of the two relays are connected to each other. This connected output then provides power for the lightbulb. Either one of the two relays is enough to light the bulb. For example, if we close the top switch, the bulb lights up. The bulb is getting power from the left relay.

image with no caption

Similarly, if we leave the top switch open but close the bottom switch, the bulb lights up:

image with no caption

The bulb also lights if both switches are closed:

image with no caption

What we have here is a situation in which the bulb lights up if the top switch or the bottom switch is closed. The key word here is or, so this is called the OR gate. Electrical engineers use a symbol for the OR gate that looks like this:

image with no caption

It's somewhat similar to the symbol for the AND gate except that the input side is rounded, much like the O in OR. (That might help you to keep them straight.)

The output of the OR gate supplies a voltage if either of the two inputs has a voltage. Again, if we say that the absence of a voltage is 0 and the presence of a voltage is 1, the OR gate has four possible states:

image with no caption

In the same way that we summarized the output of the AND gate, we can summarize the output of the OR gate:

OR

0

1

0

0

1

1

1

1

OR gates can also have more than two inputs. (The output of such a gate is 1 if any of the inputs are 1; the output is 0 only if all the outputs are 0.)

Earlier I explained how the relays that we're using are called double-throw relays because an output can be connected two different ways. Normally, the bulb isn't lit when the switch is open:

image with no caption

When the switch is closed, the bulb lights up.

Alternatively, you can use the other contact so that the bulb is lit when the switch is open:

image with no caption

In this case, the lightbulb goes out when you close the switch. A single relay wired in this way is called an inverter. An inverter isn't a logic gate (logic gates always have two or more inputs), but it's often very useful nonetheless. It's represented by a special symbol that looks like this:

image with no caption

It's called an inverter because it inverts 0 (no voltage) to 1 (voltage) and vice versa:

image with no caption

With the inverter, the AND gate, and the OR gate, we can start wiring the control panel to automate a choice of the ideal kitty. Let's begin with the switches. The first switch is closed for female and open for male. Thus we can generate two signals that we'll call F and M, like this:

image with no caption

When F is 1, M will be 0 and vice versa. Similarly, the second switch is closed for a neutered cat and open for an unneutered cat:

image with no caption

The next two switches are more complicated. In various combinations, these switches must indicate four different colors. Here are the two switches, both wired to a voltage:

image with no caption

When both switches are open (as shown), they indicate the color white. Here's how to use two inverters and one AND gate to generate a signal I'll call W, which is a voltage (1) if you select a white cat and not a voltage (0) if not:

image with no caption

When the switches are open, the inputs to both inverters are 0. The outputs of the inverters (which are inputs to the AND gate) are thus both 1. That means the output of the AND gate is 1. If either of the switches is closed, the output of the AND gate will be a 0.

To indicate a black cat, we close the first switch. This can be realized using one inverter and an AND gate:

image with no caption

The output of the AND gate will be 1 only if the first switch is closed and the second switch is open.

Similarly, if the second switch is closed, we want a tan cat:

image with no caption

And if both switches are closed, we want a cat of an "other" color:

image with no caption

Now let's combine all four little circuits into one big circuit. (As usual, the black dots indicate connections between wires in the circuit; wires that cross without black dots are not connected.)

image with no caption

Yes, I know this set of connections now looks very complicated. But if you trace through very carefully—if you look at the two inputs to each AND gate to see where they're coming from and try to ignore where they're also going—you'll see that the circuit works. If both switches are off, the W output will be 1 and the rest will be 0. If the first switch is closed, the B output will be 1 and the rest will be 0, and so forth.

Some simple rules govern how you can connect gates and inverters: The output of one gate (or inverter) can be the input to one or more other gates (or inverters). But the outputs of two or more gates (or inverters) are never connected to one another.

This circuit of four AND gates and two inverters is called a 2-Line-to-4-Line Decoder. The input is two bits that in various combinations can represent four different values. The output is four signals, only one of which is 1 at any time, depending on the two input values. On similar principles, you can make a 3-Line-to-8-Line Decoder or a 4-Line-to-16-Line Decoder, and so forth.

The simplified version of the cat-selection expression was

(N x ((M x (W + T)) + (F x (1 – W)))) + B

For every + sign in this expression, there must be an OR gate in the circuit. For every x sign, there must be an AND gate.

image with no caption

The symbols down the left side of the circuit diagram are in the same order as they appear in the expression. These signals come from the switches wired with inverters and the 2-line-to-4-line decoder. Notice the use of the inverter for the (1 – W) part of the expression.

Now you might say, "That's a heck of a lot of relays," and yes, that's true. There are two relays in every AND gate and OR gate, and one relay for each inverter. I'd say the only realistic response is, "Get used to it." We'll be using a lot more relays in the chapters ahead. Just be thankful you don't actually have to buy them and wire them at home.

We'll look at two more logic gates in this chapter. Both use the output of the relay that normally has a voltage present when the relay is untriggered. (This is the output used in the inverter.) For example, in this configuration the output from one relay supplies power to a second relay. With both inputs off, the lightbulb is on:

image with no caption

If the top switch is closed, the bulb goes off:

image with no caption

The light goes off because power is no longer being supplied to the second relay. Similarly, if the bottom switch is closed, the light is also off:

image with no caption

And if both switches are closed, the lightbulb is off:

image with no caption

This behavior is precisely the opposite of what happens with the OR gate. It's called NOT OR or, more concisely, NOR. This is the symbol for the NOR gate:

image with no caption

It's the same as the symbol for the OR except with a little circle at the output. The circle means invert. The NOR is the same as

image with no caption

The output of the NOR gate is shown in the following table:

NOR

0

1

0

1

0

1

0

0

This table shows results opposite those of the OR gate, which are 1 if either of the two inputs is 1 and 0 only if both inputs are 0.

And yet another way to wire two relays is shown here:

image with no caption

In this case, the two outputs are connected, which is similar to the OR configuration but using the other contacts. The lightbulb is on when both switches are open.

The lightbulb remains on when the top switch is closed:

image with no caption

Similarly, the lightbulb remains on when the bottom switch is closed:

image with no caption

Only when both switches are closed does the lightbulb go off:

image with no caption

This behavior is exactly opposite that of the AND gate. This is called NOT AND or, more concisely, NAND. The NAND gate is drawn just like the AND gate but with a circle at the output, meaning the output is the inverse of the AND gate:

image with no caption

The NAND gate has the following behavior:

NAND

0

1

0

1

1

1

1

0

Notice that the output of the NAND gate is opposite the AND gate. The output of the AND gate is 1 only if both inputs are 1; otherwise, the output is 0.

At this point, we've looked at four different ways of wiring relays that have two inputs and one output. Each configuration behaves in a slightly different way. To avoid drawing and redrawing the relays, we've called them logic gates and decided to use the same symbols to represent them that are used by electrical engineers. The output of the particular logic gate depends on the input, which is summarized here:

image with no caption

So now we have four logic gates and the inverter. Completing this array of tools is just a regular old relay:

image with no caption

This is called a buffer, and this is the symbol for it:

image with no caption

It's the same symbol as the inverter but without the little circle. The buffer is remarkable for not doing much. The output of the buffer is the same as the input:

image with no caption

But you can use a buffer when an input signal is weak. You'll recall that this was the reason relays were used with the telegraph many years ago. Or a buffer can be used to slightly delay a signal. This works because the relay requires a little time—some fraction of a second—to be triggered.

From here on in the book, you'll see very few drawings of relays. Instead, the circuits that follow will be built from buffers, inverters, the four basic logic gates, and more sophisticated circuits (like the 2-Line-to-4-Line Decoder) built from these logic gates. All these other components are made from relays, of course, but we don't actually have to look at the relays.

Earlier, when building the 2-Line-to-4-Line Decoder, we saw a little circuit that looked like this:

image with no caption

Two inputs are inverted and become inputs to an AND gate. Sometimes a configuration like this is drawn without the inverters:

image with no caption

Notice the little circles at the input to the AND gate. Those little circles mean that the signals are inverted at that point—a 0 (no voltage) becomes a 1 (voltage) and vice versa.

An AND gate with two inverted inputs does exactly the same thing as a NOR gate:

image with no caption

The output is 1 only if both inputs are 0.

Similarly, an OR gate with the two inputs inverted is equivalent to a NAND gate:

image with no caption

The output is 0 only if both inputs are 1.

These two pairs of equivalent circuits represent an electrical implementation of De Morgan's Laws. Augustus De Morgan was another Victorianera mathematician, nine years older than Boole, whose book Formal Logic was published in 1847, the very same day (the story goes) as Boole's The Mathematical Analysis of Logic. Indeed, Boole had been inspired to investigate logic by a very public feud that was being waged between De Morgan and another British mathematician involving accusations of plagiarism. (De Morgan has been exonerated by history.) Very early on, De Morgan recognized the importance of Boole's insights. He unselfishly encouraged Boole and helped him along the way, and is today sadly almost forgotten except for his famous laws.

De Morgan's Laws are most simply expressed this way:

image with no caption

A and B are two Boolean operands. In the first expression, they're inverted and then combined with the Boolean AND operator. This is the same as combining the two operands with the Boolean OR operator and then inverting the result (which is the NOR). In the second expression, the two operands are inverted and then combined with the Boolean OR operator. This is the same as combining the operands with the Boolean AND operator and then inverting (which is the NAND).

De Morgan's Laws are an important tool for simplifying Boolean expressions and hence, for simplifying circuits. Historically, this was what Claude Shannon's paper really meant for electrical engineers. But obsessively simplifying circuits won't be a major concern in this book. It's preferable to get things working rather than to get things working as simply as possible. And what we're going to get working next is nothing less than an adding machine.

PK?2OEBPS/ch12.html Chapter 12. A Binary Adding Machine

Chapter 12. A Binary Adding Machine

Addition is the most basic of arithmetic operations, so if we want to build a computer (and that is my hidden agenda in this book), we must first know how to build something that adds two numbers together. When you come right down to it, addition is just about the only thing that computers do. If we can build something that adds, we're well on our way to building something that uses addition to also subtract, multiply, divide, calculate mortgage payments, guide rockets to Mars, play chess, and foul up our phone bills.

The adding machine that we'll build in this chapter will be big, clunky, slow, and noisy, at least compared to the calculators and computers of modern life. What's most interesting is that we're going to build this adding machine entirely out of simple electrical devices that we've learned about in previous chapters—switches, lightbulbs, wires, a battery, and relays that have been prewired into various logic gates. This adding machine will contain nothing that wasn't invented at least 120 years ago. And what's really nice is that we don't have to actually build anything in our living rooms; instead, we can build this adding machine on paper and in our minds.

This adding machine will work entirely with binary numbers and will lack some modern amenities. You won't be able to use a keyboard to indicate the numbers you want to add; instead you'll use a row of switches. Rather than a numeric display to show the results, this adding machine will have a row of lightbulbs.

But this machine will definitely add two numbers together, and it will do so in a way that's very much like the way that computers add numbers.

Adding binary numbers is a lot like adding decimal numbers. When you want to add two decimal numbers such as 245 and 673, you break the problem into simpler steps. Each step requires only that you add a pair of decimal digits. In this example, you begin with 5 plus 3. The problem goes a lot faster if you memorized an addition table sometime during your life.

The big difference between adding decimal and binary numbers is that you use a much simpler table for binary numbers:

+

0

1

0

0

1

1

1

10

If you actually grew up with a community of whales and memorized this table in school, you might have chanted aloud:

0 plus 0 equals 0.

0 plus 1 equals 1.

1 plus 0 equals 1.

1 plus 1 equals 0, carry the 1.

You can rewrite the addition table with leading zeros so that each result is a 2-bit value:

+

0

1

0

00

01

1

01

10

Viewed like this, the result of adding a pair of binary numbers is 2 bits, which are called the sum bit and the carry bit (as in "1 plus 1 equals 0, carry the 1"). Now we can divide the binary addition table into two tables, the first one for the sum bit:

+ sum

0

1

0

0

1

1

1

0

and the second one for the carry bit:

+ carry

0

1

0

0

0

1

0

1

It's convenient to look at binary addition in this way because our adding machine will do sums and carries separately. Building a binary adding machine requires that we design a circuit that performs these operations. Working solely in binary simplifies the problem immensely because all the parts of a circuit—switches, lightbulbs, and wires—can be binary digits.

As in decimal addition, we add two binary numbers column by column beginning with the rightmost column:

image with no caption

Notice that when we add the third column from the right, a 1 is carried over to the next column. This happens again in the sixth, seventh, and eighth columns from the right.

What size binary numbers do we want to add? Since we're building our adding machine only in our minds, we could build one to add very long numbers. But let's be reasonable and decide to add binary numbers up to 8 bits long. That is, we want to add binary numbers that can range from 0000-0000 through 1111-1111, or decimal 0 through 255. The sum of two 8-bit numbers can be as high as 1-1111-1110, or 510.

The control panel for our binary adding machine can look like this:

image with no caption

We have on this panel two rows of eight switches. This collection of switches is the input device, and we'll use it to "key in" the two 8-bit numbers. In this input device, a switch is off (down) for 0 and on (up) for 1, just like the wall switches in your home. The output device at the bottom of the panel is a row of nine lightbulbs. These bulbs will indicate the answer. An unlit bulb is a 0 and a lit bulb is a 1. We need nine bulbs because the sum of the two 8-bit numbers can be a 9-bit number.

The rest of the adding machine will consist of logic gates wired together in various ways. The switches will trigger the relays in the logic gates, which will then turn on the correct lights. For example, if we want to add 0110-0101 and 1011-0110 (the two numbers shown in the preceding example), we throw the appropriate switches as shown on the following page.

image with no caption

The bulbs light up to indicate the answer of 1-0001-1011. (Well, let's hope so, anyway. We haven't built it yet!)

I mentioned in the last chapter that I'll be using lots of relays in this book. The 8-bit adding machine we're building in this chapter requires no fewer than 144 relays—18 for each of the 8 pairs of bits we're adding together. If I showed you the completed circuit in its entirety, you'd definitely freak. There's no way that anyone could make sense of 144 relays wired together in strange ways. Instead, we're going to approach this problem in stages using logic gates.

Maybe you saw right away a connection between logic gates and binary addition when you looked at the table of the carry bit that results from adding two 1-bit numbers together:

+ carry

0

1

0

0

0

1

0

1

You might have realized that this was identical to the output of the AND gate shown in the last chapter:

AND

0

1

0

0

0

1

0

1

So the AND gate calculates a carry bit for the addition of two binary digits.

Aha! We're definitely making progress. Our next step seems to be to persuade some relays to behave like this:

+ sum

0

1

0

0

1

1

1

0

This is the other half of the problem in adding a pair of binary digits. The sum bit turns out to be not quite as straightforward as the carry bit, but we'll get there.

The first thing to realize is that the OR gate is close to what we want except for the case in the lower right corner:

OR

0

1

0

0

1

1

1

1

The NAND gate is also close to what we want except for the case in the upper left corner:

NAND

0

1

0

1

1

1

1

0

So let's connect both an OR gate and a NAND gate to the same inputs:

image with no caption

The following table summarizes the outputs of these OR and NAND gates and compares that to what we want for the adding machine:

A In

B In

OR Out

NAND Out

What we want

0

0

0

1

0

0

1

1

1

1

1

0

1

1

1

1

1

1

0

0

Notice that what we want is 1 only if the output from the OR gate and the NAND gate are both 1. This suggests that these two outputs can be an input to an AND gate:

image with no caption

And that's it.

Notice that there are still only two inputs and one output to this entire circuit. The two inputs go into both the OR gate and the NAND gate. The outputs from the OR and NAND gates go into the AND gate, and that gives us exactly what we want:

A In

B In

OR Out

NAND Out

AND Out

0

0

0

1

0

0

1

1

1

1

1

0

1

1

1

1

1

1

0

0

There's actually a name for what this circuit does. It's called the Exclusive OR gate or, more briefly, the XOR gate. It's called the Exclusive OR gate because the output is 1 if the A input is 1 or the B input is 1, but not both. So, instead of drawing an OR gate, NAND gate, and AND gate, we can use the symbol that electrical engineers use for the XOR gate:

image with no caption

It looks very much like the OR gate except that it has another curved line at the input side. The behavior of the XOR gate is shown here:

XOR

0

1

0

0

1

1

1

0

The XOR gate is the final logic gate I describe in detail in this book. (A sixth gate sometimes shows up in electrical engineering. It's called the coincidence or equivalence gate because the output is 1 only if the two inputs are the same. The coincidence gate describes an output opposite that of the XOR gate, so this gate's symbol is the same as the XOR gate but with a little circle at the output end.)

Let's review what we know so far. Adding two binary numbers produces a sum bit and a carry bit:

image with no caption

You can use the following two logic gates to get these results:

image with no caption

The sum of two binary numbers is given by the output of an XOR gate, and the carry bit is given by the output of an AND gate. So we can combine an AND gate and an XOR gate to add two binary digits called A and B:

image with no caption

And instead of drawing and redrawing an AND gate and an XOR gate, you can simply draw a box like this:

image with no caption

This box is labeled Half Adder for a reason. Certainly it adds two binary digits and gives you a sum bit and a carry bit. But the vast majority of binary numbers are longer than 1 bit. What the Half Adder fails to do is add a possible carry bit from a previous addition. For example, suppose we're adding two binary numbers like these:

image with no caption

We can use the Half Adder only for the addition of the rightmost column: 1 plus 1 equals 0, carry the 1. For the second column from the right, we really need to add three binary numbers because of the carry. And that goes for all subsequent columns. Each subsequent addition of two binary numbers can include a carry bit from the previous column.

To add three binary numbers, we need two Half Adders and an OR gate, wired this way:

image with no caption

To understand this, begin with the A and B inputs to the first Half Adder at the left. The output is a sum and a carry. That sum must be added to the carry from the previous column, so they're inputs to the second Half Adder. The sum from the second Half Adder is the final sum. The two Carry Outs from the Half Adders are inputs to an OR gate. You might think another Half Adder is called for here, and that would certainly work. But if you go through all the possibilities, you'll find that the Carry Outs from the two Half Adders are never both equal to 1. The OR gate is sufficient for adding them because the OR gate is the same as the XOR gate if the inputs are never both 1.

Instead of drawing and redrawing that diagram, we can just call it a Full Adder:

image with no caption

The following table summarizes all the possible combinations of inputs to the Full Adder and the resultant outputs:

A In

B In

Carry In

Sum Out

Carry Out

0

0

0

0

0

0

1

0

1

0

1

0

0

1

0

1

1

0

0

1

0

0

1

1

0

0

1

1

0

1

1

0

1

0

1

1

1

1

1

1

I said early on in this chapter that we would need 144 relays for our adding machine. Here's how I figured that out: Each AND, OR, and NAND gate requires 2 relays. So an XOR gate comprises 6 relays. A Half Adder is an XOR gate and an AND gate, so a Half Adder requires 8 relays. Each Full Adder is two Half Adders and an OR gate, or 18 relays. We need 8 Full Adders for our 8-bit adding machine. That's 144 relays.

Recall our original control panel with the switches and lightbulbs:

image with no caption

We can now start wiring the switches and lightbulbs to the Full Adder.

First connect the two rightmost switches and the rightmost lightbulb to a Full Adder:

image with no caption

When you begin adding two binary numbers, the first column of digits that you add is different. It's different because every subsequent column might include a carry bit from the previous column. The first column doesn't include a carry bit, which is why the carry input to the Full Adder is connected to ground. That means a 0 bit. The addition of the first pair of binary digits could, of course, result in a carry bit. That carry output is an input to the next column.

For the next two digits and the next lightbulb, you use a Full Adder wired this way:

image with no caption

The carry output from the first Full Adder is an input to this second Full Adder. Each subsequent column of digits is wired the same way. Each carry output from one column is a carry input to the next column.

Finally the eighth and last pair of switches are wired to the last Full Adder:

image with no caption

Here the final carry output goes to the ninth lightbulb.

We're done.

Here's another way to look at this assemblage of eight Full Adders, with each Carry Out serving as input to the next Carry In:

image with no caption

Here's the complete 8-Bit Adder drawn as one box. The inputs are labeled A0 through A7 and B0 through B7. The outputs are labeled S0 through S7 (for sum):

image with no caption

This is a common way to label the separate bits of a multibit number. The bits A0, B0, and S0 are the least-significant, or rightmost, bits. The bits A7, B7, and S7 are the most-significant, or leftmost, bits. For example, here's how these subscripted letters would apply to the binary number 0110-1001:

image with no caption

The subscripts start at 0 and get higher for more significant digits because they correspond to the exponents of powers of two:

image with no caption

If you multiply each power of two by the digit below it and add, you'll get the decimal equivalent of 0110-1001, which is 64 + 32 + 8 + 1, or 105.

Another way an 8-Bit Adder might be drawn is like this:

image with no caption

The double-line arrows have an 8 inside to indicate that each represents a group of eight separate signals. They are labeled A7…A0, B7…B0, and S7…S0 also to indicate 8-bit numbers.

Once you build one 8-Bit Adder, you can build another. It then becomes easy to cascade them to add two 16-bit numbers:

image with no caption

The Carry Out of the adder on the right is connected to the Carry In of the adder on the left. The adder on the left has as input the most-significant eight digits of the two numbers to be added and creates as output the most-significant eight digits of the result.

And now you might ask, "Is this really the way that computers add numbers together?"

Basically, yes. But not exactly.

First, adders can be made faster than this one. If you look at how this circuit works, a carry output from the least-significant pair of numbers is required for the next pair to be added, and a carry output from the second pair is required for the third pair to be added, and so forth. The total speed of the adder is equal to the number of bits times the speed of the Full Adder component. This is called a ripple carry. Faster adders use additional circuitry called a look-ahead carry that speeds up this process.

Second (and most important), computers don't use relays any more! They did at one time, however. The first digital computers built beginning in the 1930s used relays and later vacuum tubes. Today's computers use transistors. When used in computers, transistors basically function the same way relays do, but (as we'll see) they're much faster and much smaller and much quieter and use much less power and are much cheaper. Building an 8-Bit Adder still requires 144 transistors (more if you replace the ripple carry with a look-ahead carry), but the circuit is microscopic.

PK?&hyzzOEBPS/ch13.html Chapter 13. But What About Subtraction?

Chapter 13. But What About Subtraction?

After you've convinced yourself that relays can indeed be wired together to add binary numbers, you might ask, "But what about subtraction?" Rest assured that you're not making a nuisance of yourself by asking questions like this; you're actually being quite perceptive. Addition and subtraction complement each other in some ways, but the mechanics of the two operations are different. An addition marches consistently from the rightmost column of digits to the leftmost column. Each carry from one column is added to the next column. We don't carry in subtraction, however; we borrow, and that involves an intrinsically different mechanism—a messy back-and-forth kind of thing.

For example, let's look at a typical borrow-laden subtraction problem:

image with no caption

To do this, we start with the rightmost column. First we see that 6 is bigger than 3, so we have to borrow 1 from the 5, and then subtract 6 from 13, which is 7. Then we have to remember that we borrowed 1 from the 5, so it's really a 4, and this 4 is smaller than 7, so we borrow 1 from the 2 and subtract 7 from 14, which is 7. Then we have to remember that we borrowed 1 from the 2, so it's really a 1, and then we subtract 1 from it to get 0. Our answer is 77:

image with no caption

Now how are we ever going to persuade a bunch of logic gates to go through such perverse logic?

Well, we're not going to try. Instead, we're going to use a little trick that lets us subtract without borrowing. This will please Polonius ("Neither a borrower nor a lender be") and the rest of us as well. Moreover, examining subtraction in detail is useful because it directly relates to the way in which binary codes are used for storing negative numbers in computers.

For this explanation, I need to refer to the two numbers being subtracted. Their proper names are the minuend and the subtrahend. The subtrahend is subtracted from the minuend, and the result is the difference:

image with no caption

To subtract without borrowing, you first subtract the subtrahend not from the minuend but from 999:

image with no caption

You use 999 here because the numbers have 3 digits. If the numbers had 4 digits, you would use 9999. Subtracting a number from a string of 9s results in a number called the nines' complement. The nines' complement of 176 is 823. And it works in reverse: The nines' complement of 823 is 176. What's nice is this: No matter what the subtrahend is, calculating the nines' complement never requires a borrow.

After you've calculated the nines' complement of the subtrahend, you add it to the original minuend:

image with no caption

And finally you add 1 and subtract 1000:

image with no caption

You're finished. The result is the same as before, and never once did you borrow.

Why does this work? The original subtraction problem is

253 – 176

If any number is both added to and subtracted from this expression, the result will be the same. So let's add 1000 and subtract 1000:

253 – 176 + 1000 – 1000

This expression is equivalent to

253 – 176 + 999 + 1 – 1000

Now the various numbers can be regrouped, this way:

253 + (999 – 176) + 1 – 1000

And this is identical to the calculation I demonstrated using the nines' complement. We replaced the one subtraction with two subtractions and two additions, but in the process we got rid of all the nasty borrows.

What if the subtrahend is larger than the minuend? For example, the subtraction problem could be

image with no caption

Normally, you would look at this and say, "Hmmm. I see that the subtrahend is larger than the minuend, so I have to switch the two numbers around, perform the subtraction, and remember that the result is really a negative number." You might be able to switch them around in your head and write the answer this way:

image with no caption

Doing this calculation without borrowing is a little different from the earlier example. You begin as you did before by subtracting the subtrahend (253) from 999 to get the nines' complement:

image with no caption

Now add the nines' complement to the original minuend:

image with no caption

At this point in the earlier problem, you were able to add 1 and subtract 1000 to get the final result. But in this case, that strategy isn't going to work well. You would need to subtract 1000 from 923, and that really means subtracting 923 from 1000, and that requires borrowing.

Instead, since we effectively added 999 earlier, let's subtract 999 now:

image with no caption

When we see this, we realize that our answer will be a negative number and that we really need to switch around the two numbers by subtracting 922 from 999. This again involves no borrowing, and the answer is as we expect:

image with no caption

This same technique can also be used with binary numbers and is actually simpler than with decimal numbers. Let's see how it works.

The original subtraction problem was

image with no caption

When these numbers are converted to binary, the problem becomes

image with no caption

Step 1. Subtract the subtrahend from 11111111 (which equals 255):

image with no caption

When we were working with decimal numbers, the subtrahend was subtracted from a string of nines, and the result was called the nines' complement. With binary numbers, the subtrahend is subtracted from a string of ones and the result is called the ones' complement. But notice that we don't really have to do a subtraction to calculate the ones' complement. That's because every 0 bit in the original number becomes a 1 bit in the ones' complement, and every 1 bit becomes a 0 bit. For this reason, the ones' complement is also sometimes called the negation, or the inverse. (At this point, you might recall from Chapter 11 that we built something called an inverter that changed a 0 to a 1 and a 1 to a 0.)

Step 2. Add the ones' complement of the subtrahend to the minuend:

image with no caption

Step 3. Add 1 to the result:

image with no caption

Step 4. Subtract 100000000 (which equals 256):

image with no caption

The result is equivalent to 77 in decimal.

Let's try it again with the two numbers reversed. In decimal, the subtraction problem is

image with no caption

and in binary it looks like this:

image with no caption

Step 1. Subtract the subtrahend from 11111111. You get the ones' complement:

image with no caption

Step 2. Add the ones' complement of the subtrahend to the minuend:

image with no caption

Now 11111111 must be subtracted from the result in some way. When the original subtrahend is smaller than the minuend, you accomplish this task by adding 1 and subtracting 100000000. But you can't subtract this way without borrowing. So instead, we subtract this result from 11111111:

image with no caption

Again, this strategy really means that we're just inverting all the bits to get the result. The answer again is 77, but really –77.

At this point, we have all the knowledge we need to modify the adding machine developed in the last chapter so that it can perform subtraction as well as addition. So that this doesn't become too complex, this new adding and subtracting machine will perform subtractions only when the subtrahend is less than the minuend, that is, when the result is a positive number.

The core of the adding machine was an 8-Bit Adder assembled from logic gates:

image with no caption

As you probably recall, the inputs A0 through A7 and B0 through B7 were connected to switches that indicated two 8-bit values to be added. The Carry In input was connected to ground. The S0 through S7 outputs were connected to eight lightbulbs that displayed the result of the addition. Because the addition could result in a 9-bit value, the Carry Out output was also connected to a ninth lightbulb.

The control panel looked like this:

image with no caption

In this diagram, the switches are set to add 183 (or 10110111) and 22 (00010110), producing the result of 205, or 11001101 as shown in the row of lightbulbs.

The new control panel for adding and subtracting two 8-bit numbers is just slightly modified. It includes an extra switch to indicate whether we want to add or subtract.

image with no caption

You turn this switch off for addition and on for subtraction, as labeled. Also, only the rightmost eight lightbulbs are used to display results. The ninth lightbulb is now labeled "Overflow/Underflow." This lightbulb indicates that a number is being calculated that can't be represented by the eight lightbulbs. This will happen if an addition produces a number greater than 255 (that's called an overflow) or if a subtraction produces a negative number (an underflow). A subtraction will produce a negative number if the subtrahend is larger than the minuend.

The major addition to the adding machine is some circuitry that calculates a ones' complement of an 8-bit number. Recall that the ones' complement is equivalent to inverting bits, so something to calculate the ones' complement of an 8-bit number might look as simple as eight inverters:

image with no caption

The problem with this circuit is that it always inverts the bits that enter into it. We're trying to create a machine that does both addition and subtraction, so the circuitry needs to invert the bits only if a subtraction is being performed. A better circuit looks like this:

image with no caption

A single signal labeled Invert is input to each of eight XOR (exclusive OR) gates. Recall that the XOR exhibits the following behavior:

XOR

0

1

0

0

1

1

1

0

So if the Invert signal is 0, the eight outputs of the XOR gates are the same as the eight inputs. For example, if 01100001 is input, then 01100001 is output. If the Invert signal is 1, the eight input signals are inverted. If 01100001 is input, 10011110 is output.

Let's package these eight XOR gates in a box labeled Ones' Complement:

image with no caption

The Ones' Complement box, the 8-Bit Adder box, and a final exclusive OR gate can now be wired together like this:

image with no caption

Notice the three signals all labeled SUB. This is the Add/Subtract switch. This signal is 0 if an addition is to be performed and 1 if a subtraction is to be performed. For a subtraction, the B inputs (the second row of switches) are all inverted by the Ones' Complement circuit before entering the adder. Also for a subtraction, you add 1 to the result of the addition by setting the CI (Carry In) input of the adder to 1. For an addition, the Ones' Complement circuit has no effect and the CI input is 0.

The SUB signal and the CO (Carry Out) output of the adder also go into an XOR gate that's used to light up the Overflow/Underflow lamp. If the SUB signal is 0 (which means an addition is being performed), the lightbulb will be lit if the CO output of the adder is 1. This means that the result of the addition is greater than 255.

If a subtraction is being performed and if the subtrahend (the B switches) is less than the minuend (the A switches), it's normal that the CO output from the adder is 1. This represents the 100000000 that must be subtracted in the final step. So the Overflow/Underflow lamp is lit only if the CO output from the adder is 0. This means that the subtrahend is greater than the minuend and the result is negative. The machine shown above isn't designed to display negative numbers.

You must surely be glad you asked, "But what about subtraction?"

I've been talking about negative numbers in this chapter, but I haven't yet indicated what negative binary numbers look like. You might assume that the traditional negative sign is used with binary just as it is in decimal. For example, –77 is written in binary as –1001101. You can certainly do that, but one of the goals in using binary numbers is to represent everything using 0s and 1s—even tiny symbols such as the negative sign.

Of course, you could simply use another bit for the negative sign. You could make that extra bit 1 for a negative number and 0 for a positive number, which would work, although it doesn't go quite far enough. There's another solution for representing negative numbers that also provides a hassle-free method for adding negative and positive numbers together. The drawback of this other method is that you must decide ahead of time how many digits are required for all the numbers you might encounter.

Let's think about this for a moment. The advantage of writing positive and negative numbers the way we normally do is that they can go on forever. We imagine 0 as the middle of an infinite stream of positive numbers going off in one direction and an infinite stream of negative numbers going off in another:

… –1,000,000 –999,999 … –3 –2 –1 0 1 2 3 … 999,999 1,000,000 …

But suppose we don't need an infinite number of numbers. Suppose we know at the outset that every number we come across will be within a particular range.

Let's look at a checking account, which is one place people sometimes see negative numbers. Let's assume that we never have as much as $500 in our checking account and that the bank has given us a no-bounce checking limit of $500. This means that the balance in our checking account is always a number somewhere between $499 and –$500. Let's also assume that we never deposit as much as $500, we never write a check for more than $500, and we deal only in dollars and don't care about cents.

This set of conditions means that the range of numbers we deal with in using our checking account include -500 through 499. That's a total of 1000 numbers. This restriction implies that we can use just three decimal digits and no negative sign to represent all the numbers we need. The trick is that we really don't need positive numbers ranging from 500 through 999. That's because we've already established that the maximum positive number we need is 499. So the three-digit numbers from 500 through 999 can actually represent negative numbers. Here's how it works:

To mean –500, we use 500.
To mean –499, we use 501.
To mean –498, we use 502.
(yada, yada, yada)
To mean –2, we use 998.
To mean –1, we use 999.
To mean 0, we use 000.
To mean 1, we use 001.
To mean 2, we use 002.
(yada, yada, yada)
To mean 497, we use 497.
To mean 498, we use 498.
To mean 499, we use 499.

In other words, every 3-digit number that begins with a 5, 6, 7, 8, or 9 is actually a negative number. Instead of writing the numbers like this:

–500 –499 –498 … –4 –3 –2 –1 0 1 2 3 4 … 497 498 499

we write them this way:

500 501 502 … 996 997 998 999 000 001 002 003 004 … 497 498 499

Notice that this forms a circle of sorts. The lowest negative number (500) looks as if it continues from the highest positive number (499). And the number 999 (which is actually –1) is one less than zero. If we add 1 to 999, we'd normally get 1000. But since we're only dealing with three digits, it's actually 000.

This type of notation is called ten's complement. To convert a 3-digit negative number to ten's complement, we subtract it from 999 and add 1. In other words, the ten's complement is the nines' complement plus one. For example, to write –255 in ten's complement, subtract it from 999 to get 744 and then add 1 to get 745.

You've probably heard it said that "Subtraction is merely addition using negative numbers." To which you've probably replied, "Yeah, but you still have to subtract them." Well, using the ten's complement, you don't subtract numbers at all. Everything is addition.

Suppose you have a checking account balance of $143. You write a check for $78. That means you have to add a negative $78 to $143. In ten's complement, –78 is written as 999 –078 + 1, or 922. So, our new balance is $143 + $922, which equals (ignoring the overflow), $65. If we then write a check for $150 dollars, we have to add –150, which in ten's complement equals 850. So our previous balance of 065 plus 850 equals 915, our new balance. This is actually equivalent to –$85.

The equivalent system in binary is called two's complement. Let's assume that we're working with 8-bit numbers. These range from 00000000 to 11111111, which normally correspond to decimal numbers 0 through 255. But if you also want to express negative numbers, every 8-bit number that begins with a 1 will actually represent a negative number, as shown in the following table:

Binary

Decimal

10000000

–128

10000001

–127

10000010

–126

10000011

–125

 

11111101

–3

11111110

–2

11111111

–1

00000000

0

00000001

1

00000010

2

 

01111100

124

01111101

125

01111110

126

01111111

127

The range of numbers that you can represent is now limited to –128 through +127. The most significant (leftmost) bit is known as the sign bit. The sign bit is 1 for negative numbers and 0 for positive numbers.

To calculate the two's complement, first calculate the ones' complement and then add 1. This is equivalent to inverting all the digits and adding 1. For example, the decimal number 125 is 01111101. To express –125 in two's complement, first invert the digits of 01111101 to get 10000010, and then add 1 to get 10000011. You can verify the result using the preceding table. To go backward, do the same thing—invert all the bits and add 1.

This system gives us a way to express positive and negative numbers without using negative signs. It also lets us freely add positive and negative numbers using only the rules of addition. For example, let's add the binary equivalents of –127 and 124. Using the preceding table as a cheat sheet, this is simply

image with no caption

The result is equivalent to –3 in decimal.

What you need to watch out for here is overflow and underflow conditions. That's when the result of an addition is greater than 127 or less than –128. For example, suppose you add 125 to itself:

image with no caption

Because the high bit is set to 1, the result must be interpreted as a negative number, specifically the binary equivalent of –6. Something similar happens when –125 is added to itself:

image with no caption

We decided at the outset that we're restricting ourselves to 8-bit numbers, so the leftmost digit of the result must be ignored. The rightmost 8 bits are equivalent to +6.

In general, the result of an addition involving positive and negative numbers is invalid if the sign bits of the two operands are the same but the sign bit of the result is different.

Now we have two different ways of using binary numbers. Binary numbers can be either signed or unsigned. Unsigned 8-bit numbers range from 0 through 255. Signed 8-bit numbers range from –128 through 127. Nothing about the numbers themselves will tell you whether they're signed or unsigned. For example, suppose someone says, "I have an 8-bit binary number and the value is 10110110. What's the decimal equivalent?" You must first inquire, "Is that a signed or an unsigned number? It could be –74 or 182."

That's the trouble with bits: They're just zeros and ones and don't tell you anything about themselves.

PK?Ʌ''OEBPS/ch14.html Chapter 14. Feedback and Flip-Flops

Chapter 14. Feedback and Flip-Flops

Everybody knows that electricity makes things move. A brief glance around the average home reveals electric motors in appliances as diverse as clocks, fans, food processors, and compact disc players. Electricity also makes the cones in loudspeakers vibrate, bringing forth sounds, speech, and music from the stereo system and the television set. But perhaps the simplest and most elegant way that electricity makes things move is illustrated by a class of devices that are quickly disappearing as electronic counterparts replace them. I refer to the marvelously retro electric buzzers and bells.

Consider a relay wired this way with a switch and battery:

image with no caption

If this looks a little odd to you, you're not imagining things. We haven't seen a relay wired quite like this yet. Usually a relay is wired so that the input is separate from the output. Here it's all one big circle. If you close the switch, a circuit is completed:

image with no caption

The completed circuit causes the electromagnet to pull down the flexible contact:

image with no caption

But when the contact changes position, the circuit is no longer complete, so the electromagnet loses its magnetism and the flexible contact flips back up:

image with no caption

which, of course, completes the circuit again. What happens is this: As long as the switch is closed, the metal contact goes back and forth—alternately closing the circuit and opening it—most likely making a sound. If the contact makes a rasping sound, it's a buzzer. If you attach a hammer to it and provide a metal gong, you'll have the makings of an electric bell.

You can choose from a couple of ways to wire this relay to make a buzzer. Here's another way to do it using the conventional voltage and ground symbols:

image with no caption

You might recognize in this diagram the inverter from Chapter 11. The circuit can be drawn more simply this way:

image with no caption

As you'll recall, the output of an inverter is 1 if the input is 0, and 0 if the input is 1. Closing the switch on this circuit causes the relay in the inverter to alternately open and close. You can also wire the inverter without a switch to go continuously:

image with no caption

This drawing might seem to be illustrating a logical contradiction because the output of an inverter is supposed to be opposite the input, but here the output is the input! Keep in mind, however, that the inverter is actually just a relay, and the relay requires a little bit of time to change from one state to another. So even if the input is the same as the output, the output will soon change, becoming the inverse of the input (which, of course, changes the input, and so forth and so on).

What is the output of this circuit? Well, the output quickly alternates between providing a voltage and not providing a voltage. Or, we can say, the output quickly alternates between 0 and 1.

This circuit is called an oscillator. It's intrinsically different from everything else we've looked at so far. All the previous circuits have changed their state only with the intervention of a human being who closes or opens a switch. The oscillator, however, doesn't require a human being; it basically runs by itself.

Of course, the oscillator in isolation doesn't seem to be very useful. We'll see later in this chapter and in the next few chapters that such a circuit connected to other circuits is an essential part of automation. All computers have some kind of oscillator that makes everything else move in synchronicity.

The output of the oscillator alternates between 0 and 1. A common way to symbolize that fact is with a diagram that looks like this:

image with no caption

This is understood to be a type of graph. The horizontal axis represents time, and the vertical axis indicates whether the output is 0 or 1:

image with no caption

All this is really saying that as time passes, the output of the oscillator alternates between 0 and 1 on a regular basis. For that reason, an oscillator is sometimes often referred to as a clock because by counting the number of oscillations you can tell time (kind of).

How fast will the oscillator run? That is, how quickly will the metal contact of the relay vibrate back and forth? How many times a second? That obviously depends on how the relay is built. One can easily imagine a big, sturdy relay that clunks back and forth slowly and a small, light relay that buzzes rapidly.

A cycle of an oscillator is defined as the interval during which the output of the oscillator changes and then comes back again to where it started:

image with no caption

The time required for one cycle is called the period of the oscillator. Let's assume that we're looking at a particular oscillator that has a period of 0.05 second. We can then label the horizontal axis in seconds beginning from some arbitrary time we denote as 0:

image with no caption

The frequency of the oscillator is 1 divided by the period. In this example, if the period of the oscillator is 0.05 second, the frequency of the oscillator is 1 ÷ 0.05, or 20 cycles per second. Twenty times per second, the output of the oscillator changes and changes back.

Cycles per second is a fairly self-explanatory term, much like miles per hour or pounds per square inch or calories per serving. But cycles per second isn't used much any more. In commemoration of Heinrich Rudolph Hertz (1857–1894), who was the first person to transmit and receive radio waves, the word hertz is now used instead. This usage started first in Germany in the 1920s and then expanded into other countries over the decades.

Thus, we can say that our oscillator has a frequency of 20 hertz, or (to abbreviate) 20 Hz.

Of course, we just guessed at the actual speed of one particular oscillator. By the end of this chapter, we'll be able to build something that lets us actually measure the speed of an oscillator.

To begin this endeavor, let's look at a pair of NOR gates wired a particular way. You'll recall that the output of a NOR gate is a voltage only if both inputs aren't voltages:

NOR

0

1

0

1

0

1

0

0

Here's a circuit with two NOR gates, two switches, and a lightbulb:

image with no caption

Notice the oddly contorted wiring: The output of the NOR gate on the left is an input to the NOR gate on the right, and the output of the right NOR gate is an input to the left NOR gate. This is a type of feedback. Indeed, just as in the oscillator, an output circles back to become an input. This idiosyncrasy will be a characteristic of most of the circuits in this chapter.

At the outset, the only current flowing in this circuit is from the output of the left NOR gate. That's because both inputs to that gate are 0. Now close the upper switch. The output from the left NOR gate becomes 0, which means the output from the right NOR gate becomes 1 and the lightbulb goes on:

image with no caption

The magic occurs when you now open the upper switch. Because the output of a NOR gate is 0 if either input is 1, the output of the left NOR gate remains the same and the light remains lit:

image with no caption

Now this is odd, wouldn't you say? Both switches are open—the same as in the first drawing—yet now the lightbulb is on. This situation is certainly different from anything we've seen before. Usually the output of a circuit is dependent solely upon the inputs. That doesn't seem to be the case here. Moreover, at this point you can close and open that upper switch and the light remains lit. That switch has no further effect on the circuit because the output of the left NOR gate remains 0.

Now close the lower switch. Because one of the inputs to the right NOR gate is now 1, the output becomes 0 and the lightbulb goes out. The output of the left NOR gate becomes 1:

image with no caption

Now you can open the bottom switch and the lightbulb stays off:

image with no caption

We're back where we started. At this time, you can close and open the bottom switch with no further effect on the lightbulb. In summary

The strangeness of this circuit is that sometimes when both switches are open the light is on, and sometimes when both switches are open, the light is off. We can say that this circuit has two stable states when both switches are open. Such a circuit is called a flip-flop, a word also used for beach sandals and the tactics of politicians. The flip-flop dates from 1918 with the work of English radio physicist William Henry Eccles (1875–1966) and F.W. Jordan (about whom not much seems to be known).

A flip-flop circuit retains information. It "remembers." In particular, the flip-flop shown previously remembers which switch was most recently closed. If you happen to come upon such a flip-flop in your travels and you see that the light is on, you can surmise that it was the upper switch that was most recently closed; if the light is off, the lower switch was most recently closed.

A flip-flop is very much like a seesaw. A seesaw has two stable states, never staying long in that precarious middle position. You can always tell from looking at a seesaw which side was pushed down most recently.

Although it might not be apparent yet, flip-flops are essential tools. They add memory to a circuit to give it a history of what's gone on before. Imagine trying to count if you couldn't remember anything. You wouldn't know what number you were up to and what number comes next! Similarly, a circuit that counts (which I'll show you later in this chapter) needs flip-flops.

There are a couple of different types of flip-flops. What I've just shown is the simplest and is called an R-S (or Reset-Set) flip-flop. The two NOR gates are more commonly drawn and labeled as in the diagram at the top of the next page to give it a symmetrical look.

image with no caption

The output that we used for the lightbulb is traditionally called Q. In addition, there's a second output called (pronounced Q bar) that's the opposite of Q. If Q is 0, then is 1, and vice versa. The two inputs are called S for set and R for reset. You can think of these verbs as meaning "set Q to 1" and "reset Q to 0." When S is 1 (which corresponds to closing the top switch in the earlier diagram), Q becomes 1 and becomes 0. When R is 1 (corresponding to closing the bottom switch in the earlier diagram), Q becomes 0 and becomes 1. When both inputs are 0, the output indicates whether Q was last set or reset. These results are summed up in the following table:

Inputs

Outputs

S

R

Q

1

0

1

0

0

1

0

1

0

0

Q

1

1

Disallowd

This is called a function table or a logic table or a truth table. It shows the outputs that result from particular combinations of inputs. Because there are only two inputs to the R-S flip-flop, the number of combinations of inputs is four. These correspond to the four rows of the table under the headings.

Notice the row second from the bottom when S and R are both 0: The outputs are indicated as Q and . This means that the Q and outputs remain what they were before both the S and R inputs became 0. The final row of the table indicates that a situation in which the S and R inputs are both 1 is disallowed or illegal. This doesn't mean you'll get arrested for doing it, but if both inputs are 1 in this circuit, both outputs are 0, which violates the notion of being the opposite of Q. So when you're designing circuitry that uses the R-S flip-flop, avoid situations in which the S and R inputs are both 1.

The R-S flip-flop is often drawn as a little box with the two inputs and two outputs labeled like this:

image with no caption

The R-S flip-flop is certainly interesting as a first example of a circuit that seems to "remember" which of two inputs was last a voltage. What turns out to be much more useful, however, is a circuit that remembers whether a particular signal was 0 or 1 at a particular point in time.

Let's think about how such a circuit should behave before we actually try to build it. It would have two inputs. Let's call one of them Data. Like all digital signals, the Data input can be 0 or 1. Let's call the other one Hold That Bit, which is the digital equivalent of a person saying "Hold that thought." Normally the Hold That Bit signal is 0, in which case the Data signal has no effect on the circuit. When Hold That Bit is 1, the circuit reflects the value of the Data signal. The Hold That Bit signal can then go back to being 0, at which time the circuit remembers the last value of the Data signal. Any changes in the Data signal have no further effect.

In other words, we want something that has the following function table:

Inputs

Outputs

Data

Hold That Bit

Q

0

1

0

1

1

1

0

0

Q

1

0

Q

In the first two cases, when the Hold That Bit signal is 1, the output Q is the same as the Data input. In the second two cases, when the Hold That Bit signal is 0, the Q output is the same as it was before. Notice in the second two cases that when Hold That Bit is 0, the Q output is the same regardless of what the Data input is. The function table can be simplified a little, like this:

Inputs

Outputs

Data

Hold That Bit

Q

0

1

0

1

1

1

X

0

Q

The X means "don't care." It doesn't matter what the Data input is because if the Hold That Bit input is 0, the output Q is the same as it was before.

Implementing a Hold That Bit signal based on our existing R-S flip-flop requires that we add two AND gates at the input end, as in the diagram at the top of the following page.

image with no caption

Recall that the output of an AND gate is 1 only if both inputs are 1. In this diagram, the Q output is 0 and the output is 1.

As long as the Hold That Bit signal is 0, the Set signal has no effect on the outputs:

image with no caption

Similarly, the Reset signal has no effect:

image with no caption

Only when the Hold That Bit signal is 1 will this circuit function the same way as the normal R-S flip-flop shown earlier:

image with no caption

It behaves like a normal R-S flip-flop because now the output of the upper AND gate is the same as the Reset signal, and the output of the lower AND gate is the same as the Set signal.

But we haven't yet achieved our goal. We want only two inputs, not three. How is this done? If you recall the original function table of the R-S flip-flop, the case in which Set and Reset were both 1 was disallowed, so we want to avoid that. And it doesn't make much sense for the Set and Reset signals to now both be 0 because that's simply the case in which the output didn't change. We can accomplish the same thing in this circuit by setting Hold That Bit to 0.

So it makes sense that if Set is 1, Reset is 0; and if Set is 0, Reset is 1. A signal called Data can be equivalent to a Set, and the Data signal inverted can be the Reset signal:

image with no caption

In this case, both inputs are 0 and the output Q is 0 (which means that is 1). As long as Hold That Bit is 0, the Data input has no effect on the circuit:

image with no caption

But when Hold That Bit is 1, the circuit reflects the value of the Data input:

image with no caption

The Q output is now the same as the Data input, and is the opposite. Now Hold That Bit can go back to being 0:

image with no caption

The circuit now remembers the value of Data when Hold That Bit was last 1, regardless of how Data changes. The Data signal could, for example, go back to 0 with no effect on the output:

image with no caption

This circuit is called a level-triggered D-type flip-flop. The D stands for Data. Level-triggered means that the flip-flop saves the value of the Data input when the Hold That Bit input is at a particular level, in this case 1. (We'll look at an alternative to level-triggered flip-flops shortly.)

Usually when a circuit like this appears in a book, the input isn't labeled Hold That Bit. It's usually labeled Clock. Of course, this signal isn't a real clock, but it might sometimes have clocklike attributes, which means that it might tick back and forth between 0 and 1 on a regular basis. But for now, the Clock input simply indicates when the Data input is to be saved:

image with no caption

And usually when the function table is shown, Data is abbreviated as D and Clock is abbreviated as Clk:

Inputs

Outputs

D

Clk

Q

Q-bar

0

1

0

1

1

1

1

0

X

0

Q

Q-bar

This circuit is also known as a level-triggered D-type latch, and that term simply means that the circuit latches onto one bit of data and keeps it around for further use. The circuit can also be referred to as a 1-bit memory. I'll demonstrate in Chapter 16 how very many of these flip-flops can be wired together to provide many bits of memory.

Saving a multibit value in latches is often useful. Suppose you want to use the adding machine in Chapter 12 to add three 8-bit numbers together. You'd key in the first number on the first set of switches and the second number on the second set of switches as usual, but then you'd have to write down the result. You'd then have to key in that result on one set of switches and key in the third number on the other set of switches. You really shouldn't have to key in an intermediate result. You should be able to use it directly from the first calculation.

Let's solve this problem using latches. Let's assemble eight latches in a box. Each of the eight latches uses two NOR gates and two AND gates and one inverter, as shown previously. The Clock inputs are all connected. Here's the resultant package:

image with no caption

This latch is capable of saving 8 bits at once. The eight inputs on the top are labeled D0 through D7, and the eight outputs on the bottom are labeled Q0 through Q7. The input at the left is the Clock. The Clock signal is normally 0. When the Clock signal is 1, the 8-bit value on the D inputs is transferred to the Q outputs. When the Clock signal goes back to 0, that 8-bit value stays there until the next time the Clock signal is 1.

The 8-Bit Latch can also be drawn with the eight Data inputs and eight Q outputs grouped together as you see on the following page.

image with no caption

Here's the 8-Bit Adder:

image with no caption

Normally (ignoring what we did with subtraction in the last chapter), the eight A inputs and eight B inputs are connected to switches, the CI (Carry In) input is connected to ground, and the eight S (Sum) outputs and CO (Carry Out) are connected to lightbulbs.

In this revised version, the eight S outputs of the 8-Bit Adder can be connected to both the lightbulbs and the D inputs of the 8-Bit Latch. A switch labeled Save can be the Clock input of the latches to save a result from the adder:

image with no caption

The box labeled 2-Line-to-1-Line Selector lets you choose with a switch whether you want the B inputs to the adder to come from the second row of switches or from the Q outputs of the latches. You close the switch to select the outputs from the 8-Bit Latch. The 2-Line-to-1-Line Selector uses eight of the following circuits:

image with no caption

If the Select input is 1, the output of the OR gate is the same as the B input. That's because the output of the top AND gate is the same as the B input, and the output of the bottom AND gate is 0. Similarly, if the Select input is 0, the output is the same as the A input. This is summed up in the following function table:

Inputs

Outputs

Select

A

B

Q

0

0

X

0

0

1

X

1

1

x

0

0

1

x

1

1

The box shown in the revised adding machine comprises eight of these 1-bit selectors. All the Select inputs are wired together.

This revised adding machine isn't handling the Carry Out signal very well. If the addition of two numbers causes the Carry Out signal to be 1, the signal is ignored when the next number is added in. One possible solution is to make the Adder, the Latch, and the Selector all 16 bits wide, or at least wider than the largest sum you'll encounter. I won't really be solving this problem until Chapter 17.

A more interesting approach to the adding machine eliminates an entire row of eight switches. But first we need to modify the D-type flip-flop slightly by adding an OR gate and an input signal called Clear. The Clear input is normally 0. But when it's 1, the Q output becomes 0, as shown here:

image with no caption

This signal forces Q to be 0 regardless of the other input signals, in effect clearing the flip-flop.

Why do we need this, you might ask? Why can't we clear the flip-flop by setting the Data input to 0 and the Clock input to 1? Well, maybe we can't control exactly what's going into the Data input. Maybe we have a set of eight of these latches wired to the outputs of an 8-Bit Adder, like so:

image with no caption

Notice that the switch labeled Add now controls the Clock input of the latch.

You might find this adder easier to use than the previous one, particularly if you need to add a long list of numbers. You begin by pressing the Clear switch. That action causes the output of the latches to be 0, turning off all the lights and also setting the second set of inputs to the 8-Bit Adder to all 0s. You key in the first number and press the Add button. That number appears on the lights. You then key in the second number and again press the Add button. The number set up by the switches is added to the previous total, and it appears on the lights. Just continue keying in more numbers and pressing the Add switch.

I mentioned earlier that the D-type flip-flop we designed was level-triggered. This means that the Clock input must change its level from 0 to 1 in order for the value of the Data input to be stored in the latch. But during the time that the Clock input is 1, the Data input can change; any changes in the Data input while the Clock input is 1 will be reflected in the values of the Q and outputs.

For some applications, a level-triggered Clock input is quite sufficient. But for other applications, an edge-triggered Clock input is preferred. An edge trigger causes the outputs to change only when the Clock makes a transition from 0 to 1. As with the level-triggered flip-flop, when the Clock input is 0, any changes to the Data input don't affect the outputs. The difference in an edge-triggered flip-flop is that changes to the Data input also don't affect the outputs when the Clock input is 1. The Data input affects the outputs only at the instant that the Clock changes from 0 to 1.

An edge-triggered D-type flip-flop is constructed from two stages of R-S flip-flops, wired together this way:

image with no caption

The idea here is that the Clock input controls both the first stage and the second stage. But notice that the clock is inverted in the first stage. This means that the first stage works exactly like a D-type flip-flop except that the Data input is stored when the Clock is 0. The outputs of the second stage are inputs to the first stage, and these are saved when the Clock is 1. The overall result is that the Data input is saved when the Clock changes from 0 to 1.

Let's take a closer look. Here's the flip-flop at rest with both the Data and Clock inputs at 0 and the Q output at 0:

image with no caption

Now change the Data input to 1:

image with no caption

This changes the first flip-flop stage because the inverted Clock input is 1. But the second stage remains unchanged because the uninverted Clock input is 0. Now change the Clock input to 1:

image with no caption

This causes the second stage to change, and the Q output goes to 1. The difference is that the Data input can now change (for example, back to 0) without affecting the Q output:

image with no caption

The Q and outputs can change only at the instant that the Clock input changes from 0 to 1.

The function table of the edge-triggered D-type flip-flop requires a new symbol, which is an arrow pointing up (↑). This symbol indicates a signal making a transition from a 0 to a 1:

Inputs

Outputs

D

Clk

Q

0

0

1

1

1

0

X

0

Q

The arrow indicates that the output Q becomes the same as the Data input when the Clock makes a transition from 0 to 1. This is known as a positive transition of the Clock signal. (A negative transition is the transition from 1 to 0.) The flip-flop has a diagram like this:

image with no caption

The little angle bracket indicates that the flip-flop is edge triggered.

Now I want to show you a circuit using the edge-triggered D-type flip-flop that you can't duplicate with the level-triggered version. You'll recall the oscillator that we constructed at the beginning of this chapter. The output of the oscillator alternates between 0 and 1:

image with no caption

Let's connect the output of the oscillator to the Clock input of the edgetriggered D-type flip-flop. And let's connect the output to the D input:

image with no caption

The output of the flip-flop is itself an input to the flip-flop. It's feedback upon feedback! (In practice, this could present a problem. The oscillator is constructed out of a relay that's flipping back and forth as fast as it can. The output of the oscillator is connected to the relays that make up the flip-flop. These other relays might not be able to keep up with the speed of the oscillator. To avoid these problems, let's assume that the relay used in the oscillator is much slower than the relays used elsewhere in these circuits.)

To see what happens in this circuit, let's look at a function table that illustrates the various changes. At the start, let's say that the Clock input is 0 and the Q output is 0. That means that the output is 1, which is connected to the D input:

Inputs

Outputs

D

Clk

Q

1

0

0

1

When the Clock input changes from 0 to 1, the Q output will become the same as the D input:

Inputs

Outputs

D

Clk

Q

1

0

0

1

1

1

0

But because the output changes to 0, the D input will also change to 0. The Clock input is now 1:

Inputs

Outputs

D

Clk

Q

1

0

0

1

1

1

0

0

1

1

0

The Clock input changes to back to 0 without affecting the outputs:

Inputs

Outputs

D

Clk

Q

1

0

0

1

1

1

0

0

1

1

0

0

0

1

0

Now the Clock input changes to 1 again. Because the D input is 0, the Q output becomes 0 and the output becomes 1:

Inputs

Outputs

D

Clk

Q

1

0

0

1

1

1

0

0

1

1

0

0

0

1

0

0

0

1

So the D input also becomes 1:

Inputs

Outputs

D

Clk

Q

1

0

0

1

1

1

0

0

1

1

0

0

0

1

0

0

0

1

1

1

0

1

What's happening here can be summed up very simply: Every time the Clock input changes from 0 to 1, the Q output changes, either from 0 to 1 or from 1 to 0. The situation is clearer if we look at the timing diagram:

image with no caption

When the Clock input goes from 0 to 1, the value of D (which is the same as ) is transferred to Q, thus also changing and D for the next transition of the Clock input from 0 to 1.

If the frequency of the oscillator is 20 Hz (which means 20 cycles per second), the frequency of the Q output is half that, or 10 Hz. For this reason, such a circuit—in which the output is routed back to the Data input of a flip-flop—is also known as a frequency divider.

Of course, the output from the frequency divider can be the Clock input of another frequency divider to divide the frequency once again. Here's an arrangement of three of them:

image with no caption

Let's look at the four signals I've labeled at the top of that diagram:

image with no caption

I'll admit that I've started and ended this diagram at an opportune spot, but there's nothing dishonest about it: The circuit will repeat this pattern over and over again. But do you recognize anything familiar about it?

I'll give you a hint. Let's label these signals with 0s and 1s:

image with no caption

Do you see it yet? Try turning the diagram 90 degrees clockwise, and read the 4-bit numbers going across. Each of them corresponds to a decimal number from 0 through 15:

Binary

Decimal

0000

0

0001

1

0010

2

0011

3

0100

4

0101

5

0110

6

0111

7

1000

8

1001

9

1010

10

1011

11

1100

12

1101

13

1110

14

1111

15

Thus, this circuit is doing nothing less than counting in binary numbers, and the more flip-flops we add to the circuit, the higher it will count. I pointed out in Chapter 8 that in a sequence of increasing binary numbers, each column of digits alternates between 0 and 1 at half the frequency of the column to the right. The counter mimics this. At each positive transition of the Clock signal, the outputs of the counter are said to increment, that is, to increase by 1.

Let's string eight flip-flops together and put them in a box:

image with no caption

This is called a ripple counter because the output of each flip-flop becomes the Clock input of the next flip-flop. Changes ripple through the stages sequentially, and the flip-flops at the end might be delayed a little in changing. More sophisticated counters are synchronous, in which all the outputs change at the same time.

I've labeled the outputs Q0 through Q7. These are arranged so that the output from the first flip-flop in the chain (Q0) is at the far right. Thus, if you connected lightbulbs to these outputs, you could read an 8-bit number. A timing diagram of such a counter could show all eight outputs separately, or it could show them together, like this:

image with no caption

At each positive transition of the Clock, some Q outputs might change and some might not, but together they reflect increasing binary numbers.

I said earlier in this chapter that we'd discover some way to determine the frequency of an oscillator. This is it. If you connect an oscillator to the Clock input of the 8-Bit Counter, the counter will show you how many cycles the oscillator has gone through. When the total reaches 11111111 (255 in decimal), it goes back to 00000000. Probably the easiest way to use this counter to determine the frequency of an oscillator is to connect eight lightbulbs to the outputs of the 8-Bit Counter. Now wait until all the outputs are 0 (that is, when none of the lightbulbs are lit) and start a stopwatch. Stop the stopwatch when all the lights go out again. That's the time required for 256 cycles of the oscillator. Say it's 10 seconds. The frequency of the oscillator is thus 256 ÷ 10, or 25.6 Hz.

As flip-flops gain features, they also gain in complexity. This one is called an edge-triggered D-type flip-flop with preset and clear:

image with no caption

The Preset and Clear inputs override the Clock and Data inputs. Normally these two inputs are 0. When the Preset input is 1, Q becomes 1 and becomes 0. When the Clear input is 1, Q becomes 0 and becomes 1. (Like the Set and Reset inputs of an R-S flip-flop, Preset and Clear shouldn't be 1 at the same time.) Otherwise, this behaves like a normal edge-triggered D-type flip-flop:

Inputs

Outputs

Pre

Clr

D

Clk

Q

1

0

X

X

1

0

0

1

X

X

0

1

0

0

0

0

1

0

0

1

1

0

0

0

X

0

Q

The diagram for the edge-triggered D-type flip-flop with preset and clear looks like this:

image with no caption

We have now persuaded telegraph relays to add, subtract, and count in binary numbers. This is quite an accomplishment, particularly considering that all the hardware we've been using was available more than a hundred years ago. We have still more to discover. But let's now take a short break from building things and have another look at number bases.

PK?ehOEBPS/ch15.html Chapter 15. Bytes and Hex

Chapter 15. Bytes and Hex

The two improved adding machines of the last chapter illustrate clearly the concept of data paths. Throughout the circuitry, 8-bit values move from one component to another. Eight-bit values are inputs to the adders, latches, and data selectors, and also outputs from these units. Eight-bit values are also defined by switches and displayed by lightbulbs. The data path in these circuits is thus said to be 8 bits wide. But why 8 bits? Why not 6 or 7 or 9 or 10?

The simple answer is that these improved adding machines were based on the original adding machine in Chapter 12, which worked with 8-bit values. But there's really no reason why it had to be built that way. Eight bits just seemed at the time to be a convenient amount—a nice biteful of bits, if you will. And perhaps I was being just a little bit sneaky, for I now confess that I knew all along (and perhaps you did as well) that 8 bits of data are known as a byte.

The word byte originated at IBM, probably around 1956. The word had its origins in the word bite but was spelled with a y so that nobody would mistake the word for bit. For a while, a byte meant simply the number of bits in a particular data path. But by the mid-1960s, in connection with the development of IBM's System/360 (their large complex of business computers), the word came to mean a group of 8 bits.

As an 8-bit quantity, a byte can take on values from 00000000 through 11111111. These values can represent positive integers from 0 through 255, or if two's complements are used to represent negative numbers, they can represent both positive and negative integers in the range –128 through 127. Or a particular byte can simply represent one of 28, or 256, different things.

It turns out that 8 is, indeed, a nice bite size of bits. The byte is right, in more ways than one. One reason that IBM gravitated toward 8-bit bytes was the ease in storing numbers in a format known as BCD (which I'll describe in Chapter 23). But as we'll see in the chapters ahead, quite by coincidence a byte is ideal for storing text because most written languages around the world (with the exception of the ideographs used in Chinese, Japanese, and Korean) can be represented with fewer than 256 characters. A byte is also ideal for representing gray shades in black-and-white photographs because the human eye can differentiate approximately 256 shades of gray. And where 1 byte is inadequate (for representing, for example, the aforementioned ideographs of Chinese, Japanese, and Korean), 2 bytes—which allow the representation of 216, or 65,536, things—usually works just fine.

Half a byte—that is, 4 bits—is sometimes referred to as a nibble (and is sometimes spelled nybble), but this word doesn't come up in conversation nearly as often as byte.

Because bytes show up a lot in the internals of computers, it's convenient to be able to refer to their values in as succinct a manner as possible. The eight binary digits 10110110, for example, are certainly explicit but hardly succinct.

We could always refer to bytes by their decimal equivalents, of course, but that requires converting from binary to decimal—not a particularly nasty calculation, but certainly a nuisance. I showed one approach in Chapter 8 that's fairly straightforward. Because each binary digit corresponds to a power of 2, we can simply write down the digits of the binary number and the powers of 2 underneath. Multiply each column and add up the products. Here's the conversion of 10110110:

image with no caption

Converting a decimal number to binary is a bit more awkward. You start with the decimal number and divide by decreasing powers of 2. For each division, the quotient is a binary digit and the remainder is divided by the next smallest power of 2. Here's the conversion of 182 back to binary:

image with no caption

Chapter 8 has a more extensive description of this technique. Regardless, converting between binary and decimal is usually not something that can be done without a paper and pencil or lots of practice.

In Chapter 8, we also learned about the octal, or base-8, number system. Octal uses only the digits 0, 1, 2, 3, 4, 5, 6, and 7. Converting between octal and binary is a snap. All you need remember is the 3-bit equivalent of each octal digit, as shown in the table on the next page.

Binary

Octal

000

0

001

1

010

2

011

3

100

4

101

5

110

6

111

7

If you have a binary number (such as 10110110), start at the rightmost digits. Each group of 3 bits is an octal digit:

image with no caption

So the byte 10110110 can be expressed as the octal digits 266. This is certainly more succinct, and octal is indeed one good method for representing bytes. But octal has a little problem.

The binary representations of bytes range from 00000000 through 11111111. The octal representations of bytes range from 000 through 377. As is clear in the preceding example, 3 bits correspond to the middle and rightmost octal digits, but only 2 bits correspond to the leftmost octal digit. This means that an octal representation of a 16-bit number

image with no caption

isn't the same as the octal representations of the 2 bytes that compose the 16-bit number

image with no caption

In order for the representations of multibyte values to be consistent with the representations of the individual bytes, we need to use a system in which each byte is divided into equal numbers of bits. That means that we need to divide each byte into four values of 2 bits each (that would be base 4) or two values of 4 bits each (base 16).

Base 16. Now that's something we haven't looked at yet, and for good reason. The base-16 number system is called hexadecimal, and even the word itself is a mess. Most words that begin with the hexa- prefix (such as hexagon or hexapod or hexameter) refer to six of something. Hexadecimal is supposed to mean sixteen. And even though The Microsoft Manual of Style for Technical Publications clearly states, "Do not abbreviate as hex, " everyone always does and I will too.

That's not the only peculiarity of hexadecimal. In decimal, we count like this:

0 1 2 3 4 5 6 7 8 9 10 11 12…

In octal, you'll recall, we no longer need digits 8 and 9:

0 1 2 3 4 5 6 7 10 11 12…

Similarly, the base-4 number system also doesn't need 4, 5, 6, or 7:

0 1 2 3 10 11 12…

And binary, of course, needs only 0 and 1:

0 1 10 11 100…

But hexadecimal is different because it requires more digits than decimal. Counting in hexadecimal goes something like this:

0 1 2 3 4 5 6 7 8 9 ? ? ? ? ? ? 10 11 12…

where 10 (pronounced one-zero) is actually 16TEN. The question marks indicate that we need six more symbols to display hexadecimal numbers. What are these symbols? Where do they come from? Well, they weren't handed down to us in tradition like the rest of our number symbols, so the rational thing to do is make up six new symbols, for example:

image with no caption

Unlike the symbols used for most of our numbers, these have the benefit of being easy to remember and identify with the actual quantities they represent. There's a 10-gallon cowboy hat, a football (11 players on a team), a dozen donuts, a black cat (associated with unlucky 13), a full moon that occurs about a fortnight (14 days) after the new moon, and a knife that reminds us of the assassination of Julius Caesar on the ides (the 15th day) of March.

Each byte can be expressed as two hexadecimal digits. In other words, a hexadecimal digit is equivalent to 4 bits, or 1 nibble. The table on the next page shows how to convert between binary, hexadecimal, and decimal.

Binary

Hexadecimal

Decimal

Binary

Hexadecimal

Decimal

0000

0

0

1000

8

8

0001

1

1

1001

9

9

0010

2

2

1010

10

0011

3

3

1011

11

0100

4

4

1100

12

0101

5

5

1101

13

0110

6

6

1110

14

0111

7

7

1111

15

Here's how to represent the byte 10110110 in hexadecimal:

image with no caption

And it doesn't matter if we're dealing with multibyte numbers:

image with no caption

One byte is always represented by a pair of hexadecimal digits.

Unfortunately (or perhaps, much to your relief), we really aren't going to be using footballs and donuts to write hexadecimal numbers. It could have been done that way, but it wasn't. Instead, the hexadecimal system ensures that everybody gets really confused and stays that way. Those six missing hexadecimal digits are actually represented by the first six letters of the Latin alphabet, like this:

0 1 2 3 4 5 6 7 8 9 A B C D E F 10 11 12…

The following table shows the real conversion between binary, hexadecimal, and decimal:

Binary

Hexadecimal

Decimal

0000

0

0

0001

1

1

0010

2

2

0011

3

3

0100

4

4

0101

5

5

0110

6

6

0111

7

7

1000

8

8

1001

9

9

1010

A

10

1011

B

11

1100

C

12

1101

D

13

1110

E

14

1111

F

15

The byte 10110110 can thus be represented by the hexadecimal number B6 without your drawing a football. As you'll recall from previous chapters, I've been indicating number bases by subscripts, such as

10110110TWO

for binary, and

2312FOUR

for quaternary, and

266EIGHT

for octal, and

182TEN

for decimal. To continue the same system, we can use

B6SIXTEEN

for hexadecimal. But that's clearly excessive. Fortunately, several other, terser, methods of denoting hexadecimal numbers are common. You can indicate the numbers this way:

B6HEX

In this book, I'll be using mostly a very common approach, which is a lowercase h following the number, like so:

B6h

In a hexadecimal number, the positions of each digit correspond to powers of 16:

image with no caption

The hexadecimal number 9A48Ch is

9A48Ch = 9 x 10000h +
A x 1000h +
4 x 100h +
8 x 10h +
C x 1h

This can be written using powers of 16:

9A48Ch = 9 x 164 +
A x 163 +
4 x 162 +
8 x 161 +
C x 160

Or using the decimal equivalents of those powers:

9A48Ch = 9 x 65,536 +
A x 4096 +
4 x 256 +
8 x 16 +
C x 1

Notice that there's no ambiguity in writing the single digits of the number (9, A, 4, 8, and C) without a subscript to indicate the number base. A 9 is a 9 whether it's decimal or hexadecimal. And an A is obviously hexadecimal—equivalent to 10 in decimal.

Converting all the digits to decimal lets us actually do the calculation:

9A48Ch = 9 x 65,536 +
10 x 4096 +
4 x 256 +
8 x 16 +
12 x 1

And the answer is 631,948. This is how hexadecimal numbers are converted to decimal.

Here's a template for converting any 4-digit hexadecimal number to decimal:

image with no caption

For example, here's the conversion of 79ACh. Keep in mind that the hexadecimal digits A and C are decimal 10 and 12, respectively:

image with no caption

Converting decimal numbers to hexadecimal generally requires divisions. If the number is 255 or smaller, you know that it can be represented by 1 byte, which is two hexadecimal digits. To calculate those two digits, divide the number by 16 to get the quotient and the remainder. Let's use an earlier example—the decimal number 182. Divide 182 by 16 to get 11 (which is a B in hexadecimal) with a remainder of 6. The hexadecimal equivalent is B6h.

If the decimal number you want to convert is smaller than 65,536, the hexadecimal equivalent will have four digits or fewer. Here's a template for converting such a number to hexadecimal:

image with no caption

You start by putting the entire decimal number in the box in the upper left corner. That's your first dividend. Divide by 4096, the first divisor. The quotient goes in the box below the dividend, and the remainder goes in the box to the right of the dividend. That remainder is the new dividend that you divide by 256. Here's the conversion of 31,148 back to hexadecimal:

image with no caption

Of course, decimal numbers 10 and 12 correspond to hexadecimal A and C. The result is 79ACh.

One problem with this technique is that you probably want to use a calculator for the divisions, but calculators don't show remainders. If you divide 31,148 by 4096 on a calculator, you'll get 7.6044921875. To calculate the remainder, you need to multiply 4096 by 7 (to get 28,672) and subtract that from 31,148. Or multiply 4096 by 0.6044921875, the fractional part of the quotient. (On the other hand, some calculators can convert between decimal and hexadecimal.)

Another approach to converting decimal numbers through 65,535 to hex involves first separating the number into 2 bytes by dividing by 256. Then for each byte, divide by 16. Here's a template for doing it:

image with no caption

Start at the top. With each division, the quotient goes in the box to the left below the divisor, and the remainder goes in the box to the right. For example, here's the conversion of 51,966:

image with no caption

The hexadecimal digits are 12, 10, 15, and 14, or CAFE, which looks more like a word than a number! (And if you go there, you may want to order your coffee 56,495.)

As for every other number base, there's an addition table associated with hexadecimal:

+

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

0

0

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

1

1

2

3

4

5

6

7

8

9

A

B

C

D

E

F

10

2

2

3

4

5

6

7

8

9

A

B

C

D

E

F

10

11

3

3

4

5

6

7

8

9

A

B

C

D

E

F

10

11

12

4

4

5

6

7

8

9

A

B

C

D

E

F

10

11

12

13

5

5

6

7

8

9

A

B

C

D

E

F

10

11

12

13

14

6

6

7

8

9

A

B

C

D

E

F

10

11

12

13

14

15

7

7

8

9

A

B

C

D

E

F

10

11

12

13

14

15

16

8

8

9

A

B

C

D

E

F

10

11

12

13

14

15

16

17

9

9

A

B

C

D

E

F

10

11

12

13

14

15

16

17

18

A

A

B

C

D

E

F

10

11

12

13

14

15

16

17

18

19

B

B

C

D

E

F

10

11

12

13

14

15

16

17

18

19

1A

C

C

D

E

F

10

11

12

13

14

15

16

17

18

19

1A

1B

D

D

E

F

10

11

12

13

14

15

16

17

18

19

1A

1B

1C

E

E

F

10

11

12

13

14

15

16

17

18

19

1A

1B

1C

1D

F

F

10

11

12

13

14

15

16

17

18

19

1A

1B

1C

1D

1E

You can use the table and normal carry rules to add hexadecimal numbers:

image with no caption

You'll recall from Chapter 13 that you can use two's complements to represent negative numbers. If you're dealing with 8-bit signed values in binary, the negative numbers all begin with 1. In hexadecimal, 2-digit signed numbers are negative if they begin with 8, 9, A, B, C, D, E, or F because the binary representations of these hexadecimal digits all begin with 1. For example, 99h could represent either decimal 153 (if you know you're dealing with 1-byte unsigned numbers) or decimal –103 (if you're dealing with signed numbers).

Or the byte 99h could actually be the number 99 in decimal! This has a certain appeal to it, of course, but it seems to violate everything we've learned so far. I'll explain how it works in Chapter 23. But next I must talk about memory.

PK?I>OEBPS/ch16.html Chapter 16. An Assemblage of Memory

Chapter 16. An Assemblage of Memory

As we rouse ourselves from sleep every morning, memory fills in the blanks. We remember where we are, what we did the day before, and what we plan to do today. These memories might come in a rush or a dribble, and maybe after some minutes a few lapses might persist ("Funny, I don't remember wearing my socks to bed"), but all in all we can usually reassemble our lives and achieve enough continuity to commence living another day.

Of course, human memory isn't very orderly. Try to remember something about high school geometry, and you're likely to start thinking about the kid who sat in front of you or the day there was a fire drill just as the teacher was about to explain what QED meant.

Nor is human memory foolproof. Indeed, writing was probably invented specifically to compensate for the failings of human memory. Perhaps last night you suddenly woke up at 3:00 A.M. with a great idea for a screenplay. You grabbed the pen and paper you keep by your bed specifically for that purpose, and you wrote it down so you wouldn't forget. The next morning you can read the brilliant idea and start work on the screenplay. ("Boy meets girl w. car chase & explosions"? That's it?) Or maybe not.

We write and we later read. We save and we later retrieve. We store and we later access. The function of memory is to keep the information intact between those two events. Anytime we store information, we're making use of different types of memory. Paper is a good medium for storing textual information, and magnetic tape works well for music and movies.

Telegraph relays too—when assembled into logic gates and then flip-flops—can store information. As we've seen, a flip-flop is capable of storing 1 bit. This isn't a whole lot of information, but it's a start. For once we know how to store 1 bit, we can easily store 2, or 3, or more.

In Chapter 14, we encountered the level-triggered D-type flip-flop, which is made out of an inverter, two AND gates, and two NOR gates:

image with no caption

When the Clock input is 1, the Q output is the same as the Data input. But when the Clock input goes to 0, the Q output holds the last value of the Data input. Further changes to the Data input don't affect the outputs until the Clock input goes to 1 again. The logic table of the flip-flop is the following:

InputsOutputs

D

Clk

Q

Q-bar

0

1

0

1

1

1

1

0

X

0

Q

Q-bar

In Chapter 14, this flip-flop was featured in a couple of different circuits, but in this chapter it will be used in only one way—to store 1 bit of information. For that reason, I'm going to rename the inputs and outputs so that they'll be more in accordance with that purpose:

image with no caption

This is the same flip-flop, but now the Q output is named Data Out, and the Clock input (which started out in Chapter 14 as Hold That Bit) is named Write. Just as we might write down some information on paper, the Write signal causes the Data In signal to be written into or stored in the circuit. Normally, the Write input is 0 and the Data In signal has no effect on the output. But whenever we want to store the Data In signal in the flip-flop, we make the Write input 1 and then 0 again. As I mentioned in Chapter 14, this type of circuit is also called a latch because it latches onto data. Here's how we might represent a 1-bit latch without drawing all of the individual components:

image with no caption

It's fairly easy to assemble multiple 1-bit latches into a multibit latch. All you have to do is connect the Write signals:

image with no caption

This 8-bit latch has eight inputs and eight outputs. In addition, the latch has a single input named Write that's normally 0. To save an 8-bit value in this latch, make the Write input 1 and then 0 again. This latch can also be drawn as a single box, like so:

image with no caption

Or to be more consistent with the 1-bit latch, it can be drawn this way:

image with no caption

Another way of assembling eight 1-bit latches isn't quite as straightforward as this. Suppose we want only one Data In signal and one Data Out signal. But we want the ability to save the value of the Data In signal at eight different times during the day, or maybe eight different times during the next minute. And we also want the ability to later check those eight values by looking at just one Data Out signal.

In other words, rather than saving one 8-bit value as in the 8-bit latch, we want to save eight separate 1-bit values.

Why do we want to do it this way? Well, maybe because we have only one lightbulb.

We know we need eight 1-bit latches. Let's not worry right now about how data actually gets stored in these latches. Let's focus first on checking the Data Out signals of these eight latches using only one lightbulb. Of course, we could always test the output of each latch by manually moving the lightbulb from latch to latch, but we'd prefer something a bit more automated than that. In fact, we'd like to use switches to select which of the eight 1-bit latches we want to look at.

How many switches do we need? If we want to select something from eight items, we need three switches. Three switches can represent eight different values: 000, 001, 010, 011, 100, 101, 110, and 111.

So here are our eight 1-bit latches, three switches, a lightbulb, and something else that we need in between the switches and the lightbulb:

image with no caption

The "something else" is that mysterious box with eight inputs on top and three inputs on the left. By closing and opening the three switches, we can select which of the eight inputs is routed to the output at the bottom of the box. This output lights up the lightbulb.

So what exactly is "What Is This?"? We've encountered something like it before, although not with so many inputs. It's similar to a circuit we used in Chapter 14 in the first revised adding machine. At that time, we needed something that let us select whether a row of switches or the output from a latch was used as an input to the adder. In that chapter, it was called a 2-Line-to-1-Line Selector. Here we need an 8-Line-to-1-Line Data Selector:

image with no caption

The 8-to-1 Selector has eight Data inputs (shown at the top) and three Select inputs (shown at the left). The Select inputs choose which of the Data inputs appears at the Output. For example, if the Select inputs are 000, the Output is the same as D0. If the Select inputs are 111, the Output is the same as D7. If the Select inputs are 101, the Output is the same as D5. Here's the logic table:

Inputs

Outputs

S2

S1

S0

Q

0

0

0

D0

0

0

1

D1

0

1

0

D2

0

1

1

D3

1

0

0

D4

1

0

1

D5

1

1

0

D6

1

1

1

D7

The 8-to-1 Selector is built from three inverters, eight 4-input AND gates, and an 8-input OR gate, like this:

image with no caption

Now, this is a fairly hairy circuit, but perhaps just one example will convince you that it works. Suppose S2 is 1, S1 is 0, and S0 is 1. The inputs to the sixth AND gate from the top include S0, 1, S2, all of which are 1. No other AND gate has these three inputs, so all the other AND gates will have an output of 0. The sixth AND gate from the top will possibly have an output of 0 if D5 is 0. Or it will have an output of 1 if D5 is 1. The same goes for the OR gate at the far right. Thus, if the Select inputs are 101, the Output is the same as D5.

Let's recap what we're trying to do here. We're trying to wire eight 1-bit latches so that they can be individually written to using a single Data In signal and individually examined using a single Data Out signal. We've already established that we can choose a Data Output signal from one of the eight latches by using an 8-to-1 Selector, as shown on the following page.

image with no caption

We're halfway finished. Now that we've established what we need for the output side, let's look at the input side.

The input side involves the Data input signals and the Write signal. On the input side of the latches, we can connect all the Data input signals together. But we can't connect the eight Write signals together because we want to be able to write into each latch individually. We have a single Write signal that must be routed to one (and only one) of the latches:

image with no caption

To accomplish this task, we need another circuit that looks somewhat similar to the 8-to-1 Selector but actually does the opposite. This is the 3-to-8 Decoder. We've also seen a simple Data Decoder before—when wiring the switches to select the color of our ideal cat in Chapter 11.

The 3-to-8 Decoder has eight Outputs. At any time, all but one of the Outputs are 0. The exception is the Output that's selected by the S0, S1, and S2 inputs. This Output is the same as the Data Input.

image with no caption

Again, notice that the inputs to the sixth AND gate from the top include S0, 1, S2. No other AND gate has these three inputs. So if the Select inputs are 101, then all the other AND gates will have an output of 0. The sixth AND gate from the top will possibly have an output of 0 if the Data Input is 0 or an output of 1 if the Data Input is 1. Here's the complete logic table:

InputsOutputs

S2

S1

S0

O7

O6

O5

O4

O4

O2

O1

O0

0

0

0

0

0

0

0

0

0

0

Data

0

0

1

0

0

0

0

0

0

Data

0

0

1

0

0

0

0

0

0

Data

0

0

0

1

1

0

0

0

0

Data

0

0

0

1

0

0

0

0

0

Data

0

0

0

0

1

0

1

0

0

Data

0

0

0

0

0

1

1

0

0

Data

0

0

0

0

0

0

1

1

1

Data

0

0

0

0

0

0

0

And here's the complete circuit with the 8 latches:

image with no caption

Notice that the three Select signals to the Decoder and the Selector are the same and that I've also labeled those three signals the Address. Like a post office box number, this 3-bit address determines which of the eight 1-bit latches is being referenced. On the input side, the Address input determines which latch the Write signal will trigger to store the Data input. On the output side (at the bottom of the figure), the Address input controls the 8-to-1 Selector to select the output of one of the eight latches.

This configuration of latches is sometimes known as read/write memory, but more commonly as random access memory, or RAM (pronounced the same as the animal). This particular RAM configuration stores eight separate 1-bit values. It can be represented this way:

image with no caption

It's called memory because it retains information. It's called read/write memory because you can store a new value in each latch (that is, write the value) and because you can determine what's stored in each latch (that is, you can later read the value). It's called random access memory because each of the eight latches can be read from or written to simply by changing the Address inputs. In contrast, some other types of memory have to be read sequentially—that is, you'd have to read the value stored at address 100 before you could read the value stored at address 101.

A particular configuration of RAM is often referred to as a RAM array. This particular RAM array is organized in a manner called in abbreviated form 8 x 1 (pronounced eight by one). Each of the eight values in the array is 1 bit. Multiply the two values to get the total number of bits that can be stored in the RAM array.

RAM arrays can be combined in various ways. For example, you can take two 8 x 1 RAM arrays and arrange them so that they are addressed in the same way:

image with no caption

The Address and Write inputs of the two 8 x 1 RAM arrays are connected, so the result is an 8 x 2 RAM array:

image with no caption

This RAM array stores eight values, but each of them is 2 bits in size.

Or the two 8 x 1 RAM arrays can be combined in much the same way that the individual latches were combined—by using a 2-to-1 Selector and a 1-to-2 Decoder, as shown on the next page.

image with no caption

The Select input that goes to both the Decoder and the Selector essentially selects between the two 8 x 1 RAM arrays. It's really a fourth address line. So this is actually a 16 x 1 RAM array:

image with no caption

This RAM array stores 16 values, each of which is 1 bit.

The number of values that a RAM array stores is directly related to the number of Address inputs. With no Address inputs (which is the case with the 1-bit latch and the 8-bit latch), only one value can be stored. With one Address input, two values are possible. With two Address inputs, four values are stored. With three Address inputs, eight values, and with four Address inputs, sixteen values. The relationship is summed up by this equation:

Number of values in RAM array = 2Number of Address inputs

I've demonstrated how small RAM arrays can be constructed, and it shouldn't be difficult to imagine much larger ones. For example

image with no caption

This RAM array stores a total of 8196 bits, organized as 1024 values of eight bits each. There are ten Address inputs because 210 equals 1024. There are eight Data inputs and eight Data outputs.

In other words, this RAM array stores 1024 bytes. It's like a post office with 1024 post office boxes. Each one has a different 1-byte value inside (which may or may not be better than junk mail).

One thousand twenty-four bytes is known as a kilobyte, and herein lies much confusion. The prefix kilo (from the Greek khilioi, meaning a thousand) is most often used in the metric system. For example, a kilogram is 1000 grams and a kilometer is 1000 meters. But here I'm saying that a kilobyte is 1024 bytes—not 1000 bytes.

The problem is that the metric system is based on powers of 10, and binary numbers are based on powers of 2, and never the twain shall meet. Powers of 10 are 10, 100, 1000, 10000, 100000, and so on. Powers of 2 are 2, 4, 8, 16, 32, 64, and so on. There is no integral power of 10 that equals some integral power of 2.

But every once in a while they do come close. Yes, 1000 is fairly close to 1024, or to put it more mathematically using an "approximately equal to" sign:

210 ≈ 103

Nothing is magical about this relationship. All it implies is that a particular power of 2 is approximately equal to a particular power of 10. This little quirk allows people to conveniently refer to a kilobyte of memory when they really mean 1024 bytes.

Kilobyte is abbreviated K or KB. The RAM array shown above can be said to store 1024 bytes or 1 kilobyte or 1K or 1 KB.

What you don't say is that a 1-KB RAM array stores 1000 bytes, or (in English) "one thousand bytes." It's more than a thousand—it's 1024. To sound like you know what you're talking about, you say either "1K" or "one kilobyte."

One kilobyte of memory has eight Data inputs, eight Data outputs, and ten Address inputs. Because the bytes are accessed by ten Address inputs, the RAM array stores 210 bytes. Whenever we add another address input, we double the amount of memory. Each line of the following sequence represents a doubling of memory:

1 kilobyte = 1024 bytes = 210 bytes ≈ 103 bytes
2 kilobytes = 2048 bytes = 211 bytes
4 kilobytes = 4096 bytes = 212 bytes
8 kilobytes = 8192 bytes = 213 bytes
16 kilobytes = 16,384 bytes = 214 bytes
32 kilobytes = 32,768 bytes = 215 bytes
64 kilobytes = 65,536 bytes = 216 bytes
128 kilobytes = 131,072 bytes = 217 bytes
256 kilobytes = 262,144 bytes = 218 bytes
512 kilobytes = 524,288 bytes = 219 bytes
1,024 kilobytes = 1,048,576 bytes = 220 bytes ≈ 106 bytes

Note that the numbers of kilobytes shown on the left are also powers of 2.

With the same logic that lets us call 1024 bytes a kilobyte, we can also refer to 1024 kilobytes as a megabyte. (The Greek word megas means great.) Megabyte is abbreviated MB. And the memory doubling continues:

1 megabyte = 1,048,576 bytes = 220 bytes ≈ 106 bytes
2 megabytes = 2,097,152 bytes = 221 bytes
4 megabytes = 4,194,304 bytes = 222 bytes
8 megabytes = 8,388,608 bytes = 223 bytes
16 megabytes = 16,777,216 bytes = 224 bytes
32 megabytes = 33,554,432 bytes = 225 bytes
64 megabytes = 67,108,864 bytes = 226 bytes
128 megabytes = 134,217,728 bytes = 227 bytes
256 megabytes = 268,435,456 bytes = 228 bytes
512 megabytes = 536,870,912 bytes = 229 bytes
1,024 megabytes = 1,073,741,824 bytes = 230 bytes ≈ 109 bytes

The Greek work gigas means giant, so 1024 megabytes are called a gigabyte, which is abbreviated GB.

Similarly, a terabyte (teras means monster) equals 240 bytes (approximately 1012) or 1,099,511,627,776 bytes. Terabyte is abbreviated TB.

A kilobyte is approximately a thousand bytes, a megabyte is approximately a million bytes, a gigabyte is approximately a billion bytes, and a terabyte is approximately a trillion bytes.

Ascending into regions that few have traveled, a petabyte equals 250 bytes or 1,125,899,906,842,624 bytes, which is approximately 1015 or a quadrillion. An exabyte equals 260 bytes or 1,152,921,504,606,846,976 bytes, approximately 1018 or a quintillion.

Just to provide you with a little grounding here, home computers purchased at the time this book was written (1999) commonly have 32 MB or 64 MB or sometimes 128 MB of random access memory. (And don't get too confused just yet—I haven't mentioned anything about hard drives; I'm talking only about RAM.) That's 33,554,432 bytes or 67,108,864 bytes or 134,217,728 bytes.

People, of course, speak in shorthand. Somebody who has 65,536 bytes of memory will say, "I have 64K (and I'm a visitor from the year 1980)." Somebody who has 33,554,432 bytes will say, "I have 32 megs." That rare person who has 1,073,741,824 bytes of memory will say, "I've got a gig (and I'm not talking music)."

Sometimes people will refer to kilobits or megabits (notice bits rather than bytes), but this is rare. Almost always when people talk about memory, they're talking number of bytes, not bits. (Of course, to convert bytes to bits, multiply by 8.) Usually when kilobits or megabits come up in conversation, it will be in connection with data being transmitted over a wire and will occur in such phrases as "kilobits per second" or "megabits per second." For example, a 56K modem refers to 56 kilobits per second, not kilobytes.

Now that we know how to construct RAM in any array size we want, let's not get too out of control. For now, let's simply assume that we have assembled 65,536 bytes of memory:

image with no caption

Why 64 KB? Why not 32 KB or 128 KB? Because 65,536 is a nice round number. It's 216. This RAM array has a 16-bit address. In other words, the address is 2 bytes exactly. In hexadecimal, the address ranges from 0000h through FFFFh.

As I implied earlier, 64 KB was a common amount of memory in personal computers purchased around 1980, although it wasn't constructed from telegraph relays. But could you really build such a thing using relays? I trust you won't consider it. Our design requires nine relays for each bit of memory, so the total 64K x 8 RAM array requires almost 5 million of them!

It will be advantageous for us to have a control panel that lets us manage all this memory—to write values into memory or examine them. Such a control panel has 16 switches to indicate an address, 8 switches to define an 8-bit value that we want to write into memory, another switch for the Write signal itself, and 8 lightbulbs to display a particular 8-bit value, as shown on the following page.

image with no caption

All the switches are shown in their off (0) positions. I've also included a switch labeled Takeover. The purpose of this switch is to let other circuits use the same memory that the control panel is connected to. When the switch is set to 0 (as shown), the rest of the switches on the control panel don't do anything. When the switch is set to 1, however, the control panel has exclusive control over the memory.

This is a job for a bunch of 2-to-1 Selectors. In fact, we need 25 of them—16 for the Address signals, 8 for the Data input switches, and another for the Write switch. Here's the circuit:

image with no caption

When the Takeover switch is open (as shown), the Address, Data input, and Write inputs to the 64K x 8 RAM array come from external signals shown at the top left of the 2-to-1 Selectors. When the Takeover switch is closed, the Address, Data input, and Write signals to the RAM array come from the switches on the control panel. In either case, the Data Out signals from the RAM array go to the eight lightbulbs and possibly someplace else.

I'll draw a 64K x 8 RAM array with such a control panel this way:

image with no caption

When the Takeover switch is closed, you can use the 16 Address switches to select any of 65,536 addresses. The lightbulbs show you the 8-bit value currently stored in memory at that address. You can use the 8 Data switches to define a new value, and you can write that value into memory using the Write switch.

The 64K x 8 RAM array and control panel can certainly help you keep track of any 65,536 8-bit values you may need to have handy. But we have also left open the opportunity for something else—some other circuitry perhaps—to use the values we have stored in memory and to write other ones in as well.

There's one more thing you have to remember about memory, and it's very important: When I introduced the concept of logic gates in Chapter 11, I stopped drawing the individual relays that compose these gates. In particular, I no longer indicated that every relay is connected to some kind of supply of electricity. Whenever a relay is triggered, electricity is flowing through the coils of the electromagnet and holding a metal contact in place.

So if you have a 64K x 8 RAM array filled to the brim with 65,536 of your favorite bytes and you turn off the power to it, what happens? All the electromagnets lose their magnetism and with a loud thunk, all the relay contacts return to their untriggered states. And the contents of this RAM? They all go POOF! Gone forever.

This is why random access memory is also called volatile memory. It requires a constant supply of electricity to retain its contents.

PK?k_8 L LOEBPS/ch17.html Chapter 17. Automation

Chapter 17. Automation

The human species is often amazingly inventive and industrious but at the same time profoundly lazy. It's very clear that we humans don't like to work. This aversion to work is so extreme—and our ingenuity so acute—that we're eager to devote countless hours designing and building devices that might shave a few minutes off our workday. Few fantasies tickle the human pleasure center more than a vision of relaxing in a hammock watching some newfangled contraption we just built mow the lawn.

I'm afraid I won't be showing plans for an automatic lawn-mowing machine in these pages. But in this chapter, through a progression of ever more sophisticated machines, I will automate the process of adding and subtracting numbers. This hardly sounds earth-shattering, I know. But the final machine in this chapter will be so versatile that it will be able to solve virtually any problem that makes use of addition and subtraction, and that includes a great many problems indeed.

Of course, with sophistication comes complexity, so some of this might be rough going. No one will blame you if you skim over the excruciating details. At times, you might rebel and promise that you'll never seek electrical or mechanical assistance for a math problem ever again. But stick with me because by the end of this chapter we'll have invented a machine we can legitimately call a computer.

The last adder we looked at was in Chapter 14. That version included an 8-bit latch that accumulated a running total entered on one set of eight switches:

image with no caption

As you'll recall, an 8-bit latch uses flip-flops to store an 8-bit value. To use this device, you first momentarily press the Clear switch to set the stored contents of the latch to all zeros. Then you use the switches to enter your first number. The adder simply adds this number to the zero output of the latch, so the result is the number you entered. Pressing the Add switch stores that number in the latch and turns on some lightbulbs to display it. Now you set up the second number on the switches. The adder adds this one to the number stored in the latch. Pressing the Add button again stores the total in the latch and displays it using the lightbulbs. In this way, you can add a whole string of numbers and display the running total. The limitation, of course, is that the eight lightbulbs can't display a total greater than 255.

At the time I showed this circuit to you in Chapter 14, the only latches that I had introduced so far were level triggered. In a level-triggered latch, the Clock input has to go to 1 and then back to 0 in order for the latch to store something. During the time the Clock input is 1, the data inputs of the latch can change and these changes will affect the stored output. Later in that chapter, I introduced edge-triggered latches. These latches save their values in the brief moment that the Clock input goes from 0 to 1. Edge-triggered latches are often somewhat easier to use, so I want to assume that all the latches in this chapter are edge triggered.

A latch used to accumulate a running total of numbers is called an accumulator. But we'll see later in this chapter that an accumulator need not simply accumulate. An accumulator is often a latch that holds first one number and then that number plus or minus another number.

The big problem with the adding machine shown above is fairly obvious: Say you have a list of 100 binary numbers you want to add together. You sit down at the adding machine and doggedly enter each and every number and accumulate the sum. But when you're finished, you discover that a couple of the numbers on the list were incorrect. Now you have to do the whole thing over again.

But maybe not. In the preceding chapter, we used almost 5 million relays to build a RAM array containing 64 KB of memory. We also wired a control panel (shown on page 204) that let us close a switch labeled Takeover and literally take over all the writing and reading of this RAM array using switches.

image with no caption

If you had typed all 100 binary numbers into this RAM array rather than directly into the adding machine, making a few corrections would be a lot easier.

So now we face the challenge of connecting the RAM array to the accumulating adder. It's pretty obvious that the RAM Data Out signals replace the switches to the adder, but it's perhaps not so obvious that a 16-bit counter (such as we built in Chapter 14) can control the address signals of the RAM array. The Data Input and Write signals to the RAM aren't needed in this circuit:

image with no caption

This is certainly not the easiest piece of calculating equipment ever invented. To use it, you first must close the switch labeled Clear. This clears the contents of the latch and sets the output of the 16-bit counter to 0000h. Then you close the Takeover switch on the RAM control panel. You can then enter a set of 8-bit numbers that you want to add beginning at RAM address 0000h. If you have 100 numbers, you'll store these numbers at addresses 0000h through 0063h. (You should also set all the unused entries in the RAM array to 00h.) You can then open the Takeover switch of the RAM control panel (so that the control panel no longer has control over the RAM array) and open the Clear switch. Then just sit back and watch the flashing lightbulbs.

Here's how it works: When the Clear switch is first opened, the address of the RAM array is 0000h. The 8-bit value stored in the RAM array at that address is an input to the adder. The other input to the adder is 00h because the latch is also cleared.

The oscillator provides a clock signal—a signal that alternates between 0 and 1 very quickly. After the Clear switch is opened, whenever the clock changes from a 0 to a 1, two things happen simultaneously: The latch stores the sum from the adder, and the 16-bit counter increments, thus addressing the next value in the RAM array. The first time the clock changes from 0 to 1 after the Clear switch is opened, the latch stores the first value and the counter increments to 0001h. The second time, the latch stores the sum of the first and second values, and the counter increments to 0002h. And so on.

Of course, I'm making some assumptions here. Above all, I'm assuming that the oscillator is slow enough to allow all the rest of the circuitry to work. With each stroke of the clock, a lot of relays must trigger other relays before a valid sum shows up at the output of the adder.

One problem with this circuit is that we have no way of stopping it! At some point, the lightbulbs will stop flashing because all the rest of the numbers in the RAM array will be 00h. At that time, you can read the binary sum. But when the counter eventually reaches FFFFh, it will roll over (just like a car odometer) to 0000h and this automated adder will begin adding the numbers again to the sum that was already calculated.

This adding machine has other problems as well. All it does is add, and all it adds are 8-bit numbers. Not only is each number in the RAM array limited to 255, but the sum is limited to 255 as well. The adder also has no way to subtract numbers, although it's possible that you're using negative numbers in two's complements, in which case this machine is limited to handling numbers from -128 through 127. One obvious way to make it add larger numbers (for example, 16-bit values) is to double the width of the RAM array, the adder, and the latch, as well as provide eight more lightbulbs. But you might not be willing to make that investment quite yet.

Of course, I wouldn't even mention these problems unless I knew we were going to solve them eventually. But the problem I want to focus on first is yet another. What if you didn't need to add 100 numbers together in one big sum? What if instead you wanted to use an automated adder to add 50 pairs of numbers to get 50 different sums? Or maybe you'd like a machine versatile enough to add pairs of numbers together, or 10 numbers together, or 100. And you want all the results to be available for your convenient perusal.

The automated adder shown previously displays the running total on a set of lightbulbs attached to the latch. This approach is no good if you want to add 50 pairs of numbers together to get 50 different sums. Instead, you probably want the results to be stored back in the RAM array. That way, you can use the RAM control panel to examine the results at your convenience. That control panel has its own lightbulbs specifically for this purpose.

What this means is that we can get rid of the lightbulbs connected to the latch. But instead, the output from the latch must be connected to the data input of the RAM array so that the sums can be written into the RAM:

image with no caption

I've eliminated some other parts of the automated adder in this diagram as well, specifically the oscillator and the Clear switch. I removed them because it's no longer at all obvious where the Clear and Clock inputs to the counter and the latch will come from. Moreover, now that we've made use of the RAM data inputs, we need a way to control the RAM Write signal.

So let's not worry about the circuit for a moment and instead focus on the problem we're trying to solve. What we're trying to do here is configure an automated adder so that it's not restricted merely to accumulating a running total of a bunch of numbers. We want to have complete freedom in how many numbers we add and how many different sums are saved in RAM for later examination.

For example, suppose we want to add three numbers together and then add two numbers together and then add another three numbers together. We might imagine typing these numbers into the RAM array beginning at address 0000h so that the contents of the memory look like this:

image with no caption

This is how I'll be showing a section of memory in this book. The boxes represent the contents of the memory. Each byte of memory is in a box. The address of that box is at the left. Not every address needs to be indicated because the addresses are sequential and you can always figure out what address applies to a particular box. At the right are some comments about this memory. These particular comments indicate that we want the automated adder to store the three sums in the empty boxes. (Although these boxes are empty, the memory isn't necessarily empty. Memory always contains something, even if it's just random data. But right now it doesn't contain anything useful.)

Now I know you're tempted to practice your hexadecimal arithmetic and fill in the little boxes yourself. But that's not the point of this demonstration. We want the automated adder to do the additions for us.

Instead of making the automated adder do just one thing—which in the first version involved adding the contents of a RAM address to the 8-bit latch that I've called the accumulator—we actually want it now to do four different things. To begin an addition, we want it to transfer a byte from memory into the accumulator. I'll call this operation Load. The second operation we need to perform is to Add a byte in memory to the contents of the accumulator. Third, we need to take a sum in the accumulator and Store it in memory. Finally, we need some way to Halt the automated adder.

In gory detail, what we want the automated adder to do in this particular example is this:

Notice that just as in the original automated adder, each byte of memory is still being addressed sequentially beginning at 0000h. The original automated adder simply added the contents of the memory at that address to the contents of the accumulator. In some cases, we still want to do that. But we also sometimes want to Load the accumulator directly with a value in memory or to Store the contents of the accumulator in memory. And after everything is done, we want the automated adder to simply stop so that the contents of the RAM array can be examined.

How can we accomplish this? Well, it's not sufficient to simply key in a bunch of numbers in RAM and expect the automated adder to do the right thing. For each number in RAM, we also need some kind of numeric code that indicates what the automated adder is to do: Load, Add, Store, or Halt.

Perhaps the easiest (but certainly not the cheapest) way to store these codes is in a whole separate RAM array. This second RAM array is accessed at the same time as the original RAM array. But instead of containing numbers to be added, it contains the codes that indicate what the automated adder is supposed to do with the corresponding address in the original RAM array. These two RAM arrays can be labeled Data (the original RAM array) and Code (the new one):

image with no caption

We've already established that our new automated adder needs to be able to write sums into the original RAM array (labeled Data). But the new RAM array (labeled Code) will be written to solely through the control panel.

We need four codes for the four actions we want the new automated adder to do. These codes can be anything we want to assign. Here are four possibilities:

Operation

Code

Load

10h

Store

11h

Add

20h

Halt

FFh

So to perform the three sets of addition in the example I just outlined, you'll need to use the control panel to store the following values in the Code RAM array:

image with no caption

You might want to compare the contents of this RAM array with the RAM array containing the data we want to add (shown on page 211). You'll notice that each code in the Code RAM corresponds to a value in the Data RAM that is to be loaded into or added to the accumulator, or the code indicates that a value is to be stored back in memory. Numeric codes used in such a manner are often called instruction codes, or operation codes, or (most concisely) opcodes. They "instruct" circuitry to perform a certain "operation."

As I mentioned earlier, the output of the 8-bit latch in the original automated adder needs to be an input to the Data RAM array. That's how the Store instruction works. Another change is necessary: Originally, the output of the 8-Bit Adder was the input to the 8-bit latch. But now, to carry out the Load instruction, the output of the Data RAM array must sometimes be the input to the 8-bit latch. What's needed is a 2-Line-to-1-Line Data Selector. The revised automated adder looks like the illustration on the next page.

image with no caption

This diagram is missing a few pieces, but it shows all the 8-bit data paths between the various components. The 16-bit counter provides an address for the two RAM arrays. The output of the Data RAM array goes into the 8-Bit Adder, as usual, to perform the Add instruction. But the input to the 8-bit latch can be either the output of the Data RAM array (in the case of a Load instruction) or the output of the adder (in the case of an Add instruction). This situation requires a 2-to-1 Selector. The output of the latch circles back to the adder, as usual, but it's also the data input of the Data RAM array for a Store instruction.

What this diagram is missing are all the little signals that control these components, known collectively as the control signals. These include the Clock and Clear inputs to the 16-bit counter, the Clock and Clear inputs to the 8-bit latch, the Write input to the Data RAM array, and the Select input to the 2-to-1 Selector. Some of these signals will obviously be based on the output of the Code RAM array. For example, the Select input to the 2-to-1 Selector must be 0 (selecting the Data RAM output) if the output of the Code RAM array indicates a Load instruction. The Write input to the Data RAM array must be 1 only when the opcode is a Store instruction. These control signals can be generated by various combinations of logic gates.

With a minimal amount of extra hardware and the addition of a new opcode, we can also persuade this circuit to subtract a number from the value in the accumulator. The first step is to expand the table of operation codes:

Operation

Code

Load

10h

Store

11h

Add

20h

Subtract

21h

Halt

FFh

The codes for Add and Subtract differ only by the least-significant bit of the code value, which we'll call C0. If the operation code is 21h, the circuit should do the same thing it does for an Add instruction, except that the data out from the Data RAM array is inverted before it goes into the adder, and the carry input to the adder is set to 1. The C0 signal can perform both those tasks in this revised automated adder that includes an inverter:

image with no caption

Now suppose we wish to add 56h and 2Ah together and then subtract 38h from the sum. You can do it with the following codes and data stored in the two RAM arrays:

image with no caption

After the Load operation, the accumulator contains the value 56h. After the Add operation, the accumulator contains the sum of 56h and 2Ah, or 80h. The Subtract operation causes the bits of the next value in the Data RAM array (38h) to be inverted. The inverted value C7h is added to 80h with the carry input of the adder set to 1:

image with no caption

The result is 48h. (In decimal, 86 plus 42 minus 56 equals 72.)

One persistent problem that hasn't yet been adequately addressed is the meager 8-bit data width of the adder and everything else that's attached to it. In the past, the only solution I've offered is to connect two 8-Bit Adders (and two of mostly everything else) together to get 16-bit devices.

But a much less expensive solution is possible. Suppose you want to add two 16-bit numbers, for example:

image with no caption

This 16-bit addition is the same as separately adding this rightmost byte (often called the low-order byte):

image with no caption

and then the leftmost, or high-order, byte:

image with no caption

for a result of 99D7h. So if we store the two 16-bit numbers in memory like this:

image with no caption

the result D7h will be stored at address 0002h, and the result 99h will be stored at address 0005h.

Of course, this won't work all the time. It works for the numbers I've chosen as an example, but what if the two 16-bit numbers to be added were 76ABh and 236Ch? In that case, adding the 2 low-order bytes results in a carry:

image with no caption

This carry must be added to the sum of the 2 high-order bytes:

image with no caption

for a final result of 9A17h.

Can we enhance the circuitry of our automated adding machine to add two 16-bit numbers correctly? Yes, we can. All we need do is save the Carry Out bit from the 8-Bit Adder when the first addition is performed and then use that Carry Out bit as the Carry Input bit to the next addition. How can a bit be saved? By a 1-bit latch, of course; this time, the latch is known as the Carry latch.

To use the Carry latch, another operation code is needed. Let's call it Add with Carry. When you're adding 8-bit numbers together, you use the regular old Add instruction. The carry input to the adder is 0, and the carry output from the adder is latched in the Carry latch (although it need not be used at all).

If you want to add two 16-bit numbers together, you use the regular Add instruction for adding the low-order bytes. The carry input to the adder is 0 and the carry output is latched in the Carry latch. To add the 2 high-order bytes, you use the new Add with Carry instruction. In this case, the two numbers are added using the output of the Carry latch as the carry input to the adder. So if the first addition resulted in a carry, that carry bit is used in the second addition. If no carry resulted, the output from the Carry latch is 0.

If you're subtracting one 16-bit number from another, you need another new instruction; this one is called Subtract with Borrow. Normally, a Subtract instruction requires that you invert the subtrahend and set the carry input of the adder to 1. A carry out of 1 is normal and should usually be ignored. If you're subtracting a 16-bit number, however, that carry output should be saved in the Carry latch. In the second subtraction, the carry input to the adder should be set to the result of the Carry latch.

With the new Add with Carry and Subtract with Borrow operations, we have a total of seven opcodes so far:

Operation

Code

Load

10h

Store

11h

Add

20h

Subtract

21h

Add with Carry

22h

Subtract with Borrow

23h

Halt

FFh

The number sent to the adder is inverted for a Subtract or a Subtract with Borrow operation. The carry output of the adder is the data input to the Carry latch. The latch is clocked whenever an Add, Subtract, Add with Carry, or Subtract with Borrow operation is being performed. The carry input of the 8-Bit Adder is set to 1 when a Subtract operation is performed or when the data output of the Carry latch is 1 and an Add with Carry or Subtract with Borrow operation is being performed.

Keep in mind that the Add with Carry instruction causes the carry input of the 8-Bit Adder to be set to 1 only if the previous Add or Add with Carry instruction resulted in a carry output from the adder. Thus you use the Add with Carry instruction whenever you're adding multibyte numbers whether or not the operation is actually needed. To properly code the 16-bit addition shown earlier, you use

image with no caption

This works correctly regardless of what the numbers are.

With these two new opcodes, we've greatly expanded the scope of the machine. No longer are we restricted to adding 8-bit values. By repeated use of the Add with Carry instruction, we can now add 16-bit values, 24-bit values, 32-bit values, 40-bit values, and so on. Suppose we want to add the 32-bit values 7A892BCDh and 65A872FFh. We need one Add instruction and three Add with Carry instructions:

image with no caption

Of course, actually keying these numbers into memory isn't the most rewarding job around. Not only do you have to use switches to represent binary numbers, but the numbers aren't stored in consecutive addresses. For example, the number 7A892BCDh goes into addresses 0000h, 0003h, 0006h, and 0009h starting with the least-significant byte. To get the final result, you have to examine the values located at addresses 0002h, 0005h, 0008h, and 000Bh.

Moreover, the current design of our automated adder doesn't allow the reuse of results in subsequent calculations. Suppose we want to add three 8-bit numbers together and then subtract an 8-bit number from that sum and store the result. That would require a Load instruction, two Add instructions, a Subtract, and a Store. But what if we also wanted to subtract other numbers from that original sum? That sum isn't accessible. We'd have to recalculate it every time we needed it.

The problem is that we've built an automated adder that addresses the Code memory and the Data memory simultaneously and sequentially beginning at address 0000h. Each instruction in the Code memory corresponds to a location in the Data memory at the same address. Once a Store instruction causes something to be stored in the Data memory, that value can't later be loaded back into the accumulator.

To fix this problem, I'm going to make a fundamental and excruciating change to the automated adder that will at first seem insanely complicated. But in time, you'll see (I hope) that it opens a wide door of flexibility.

Here we go. We currently have seven opcodes:

Operation

Code

Load

10h

Store

11h

Add

20h

Subtract

21h

Add with Carry

22h

Subtract with Borrow

23h

Halt

FFh

Each of these codes occupies 1 byte in memory. With the exception of the Halt code, I now want each of these instructions to require 3 bytes of memory. The first byte will be the code itself, and the next 2 bytes will be a 16-bit memory location. For the Load instruction, that address indicates a location in the Data RAM array that contains the byte to be loaded into the accumulator. For the Add, Subtract, Add with Carry, and Subtract with Borrow instructions, that address indicates the location of the byte that's to be added to or subtracted from the accumulator. For the Store instruction, the address indicates where the contents of the accumulator are to be stored.

For example, just about the simplest chore that the current automated adder can do is add two numbers together. To do this, you set up the Code and Data RAM arrays this way:

image with no caption

In the revised automated adder, each instruction (except Halt) requires 3 bytes:

image with no caption

Each of the instruction codes (except Halt) is followed by 2 bytes that indicate a 16-bit address in the Data RAM array. These three addresses happen to be 0000h, 0001h, and 0002h, but they could be anything.

Earlier I showed how to add a pair of 16-bit numbers—specifically 76ABh and 232 Ch—using the Add and Add with Carry instructions. But we had to store the 2 low-order bytes of these numbers at memory locations 0000h and 0001h, and the 2 high-order bytes at 0003h and 0004h. The result of the addition was stored at 0002h and 0005h.

With this change, we can store the two numbers and the result in a more rational manner, and perhaps in an area of memory that we've never used before:

image with no caption

These six locations don't have to be all together like this. They can be scattered anywhere throughout the whole 64-KB Data RAM array. To add these values at these memory locations, you must set up the instructions in the Code RAM array, like this:

image with no caption

Notice that the 2 low-order bytes located at addresses 4001h and 4003h are added first, with the result stored at address 4005h. The 2 high-order bytes (at addresses 4000h and 4002h) are added with the Add with Carry instruction, and the result is stored at address 4004h. And if we were to remove the Halt instruction and add more instructions to the Code memory, a sub-sequent calculation could later make use of the original numbers and the sum of them simply by referring to these memory addresses.

The key to implementing this design is to have the data output of the Code RAM array go into three 8-bit latches. Each of these latches stores one of the bytes of the 3-byte instruction. The first latch stores the instruction code, the second latch stores the high-order byte of the address, and the third latch stores the low-order address byte. The output of the second and third latches becomes the 16-bit address of the Data RAM array:

image with no caption

The process of retrieving an instruction from memory is known as the instruction fetch. In our machine, each instruction is 3 bytes in length, and it's retrieved from memory 1 byte at a time; the instruction fetch requires three cycles of the Clock signal. The entire instruction cycle requires a fourth cycle of the Clock signal. These changes certainly complicate the control signals.

The machine is said to execute an instruction when it does a series of actions in response to the instruction code. But it's not as if the machine is alive or anything. It's not analyzing the machine code and deciding what to do. Each machine code is just triggering various control signals in a unique way that causes the machine to do various things.

Notice that by making this machine more versatile, we've also slowed it down. Using the same oscillator, it adds numbers at only one-fourth the speed of the first automated adder I showed in this chapter. This is the result of an engineering principle known as TANSTAAFL (pronounced tans toffle), which means "There Ain't No Such Thing As A Free Lunch." Usually, whenever you make a machine better in one way, something else tends to suffer as a result.

If you were actually building such a machine out of relays, the bulk of the circuit would obviously be the two 64-KB RAM arrays. Indeed, much earlier you might have skimped on these components and decided that initially you would need only 1 KB of memory. If you made sure you stored everything in addresses 0000h through 03FFh, using less memory than 64 KB would work out just fine.

Still, however, you probably weren't thrilled that you needed two RAM arrays. And in fact, you don't. I originally introduced two RAM arrays—one for code and one for data—so that the architecture of the automated adder would be as clear and simple as possible. But now that we've decided to make each instruction 3 bytes long—with the second and third bytes indicating an address where the data is located—it's no longer necessary to have two separate RAM arrays. Both code and data can be stored in the same RAM array.

To accomplish this, we need to have a 2-to-1 Selector to determine how the RAM array is addressed. Usually, the address is the 16-bit counter, as before. The RAM Data Out is still connected to three latches that latch the instruction code and the 2 address bytes that accompany each instruction. But the 16-bit address is the second input to the 2-to-1 Selector. After the address is latched, this selector allows the latched address to be the address input to the RAM array:

image with no caption

We've made a lot of progress. Now it's possible to enter the instructions and the data in a single RAM array. For example, the diagram on the next page shows how to add two 8-bit numbers together and subtract a third.

image with no caption

As usual, the instructions begin at 0000h because that's where the counter starts accessing the RAM array after it has been reset. The final Halt instruction is stored at address 000Ch. We could have stored the three numbers and the results anywhere in the RAM array (except in the first 13 bytes, of course, because those memory locations are occupied by instructions), but we chose to store the data starting at address 0010h.

Now suppose you discover that you need to add two more numbers to that result. Well, you can replace all the instructions you just entered with some new instructions, but maybe you don't want to do that. Maybe you'd prefer to just continue with the new instructions starting at the end of these instructions, first replacing the Halt instruction with a new Load instruction at address 000Ch. But you also need two new Add instructions, a Store instruction, and a new Halt instruction. Your only problem is that you have some data stored at address 0010h. You have to move that data someplace at a higher memory address. And you then have to change the instructions that refer to those memory instructions.

Hmmm, you think. Maybe combining Code and Data into a single RAM array wasn't such a hot idea after all. But I assure you, a problem such as this would have come up sooner or later. So let's solve it. In this case, maybe what you'd like to do is enter the new instructions beginning at address 0020h and the new data at address 0030h:

image with no caption

Notice that the first Load instruction refers to the memory location 0013h, which is where the result of the first calculation was stored.

So now we have some instructions starting at address 0000h, some data starting at 0010h, some more instructions at 0020h, and some more data at 0030h. We want to let the automated adding machine start at 0000h and execute all the instructions.

We know we must remove that Halt instruction at address 000Ch, and by remove I really mean replace it with something else. But is that sufficient? The problem is that whatever we replace the Halt instruction with is going to be interpreted as an instruction byte. And so will the bytes stored every 3 bytes after that—at 000Fh, and 0012h, and 0015h, and 0018h, and 001Bh, and 001Eh. What if one of these bytes just happens to be an 11h? That's a Store instruction. And what if the 2 bytes following that Store instruction happened to refer to address 0023h? That would cause the machine to write the contents of the accumulator to that address. But that address contains something important already! And even if nothing like this happened, the next instruction byte that the adder retrieves from memory after the one at 001Eh will be at address 0021h, not 0020h, which is where our next real instruction happens to be.

Are we all in agreement that we can't just remove the Halt instruction at address 000Ch and hope for the best?

But what we can replace it with is a new instruction called Jump. Let's add that to our repertoire.

Operation

Code

Load

10h

Store

11h

Add

20h

Subtract

21h

Add with Carry

22h

Subtract with Borrow

23h

Jump

30h

Halt

FFh

Normally, this automated adder addresses the RAM array sequentially. A Jump instruction causes the machine to alter that pattern. Instead, it begins addressing the RAM array at a different specified address. Such an instruction is sometimes also called a Branch instruction, or Goto, as in "go to another place."

In the preceding example, we can replace the Halt instruction at address 000Ch with a Jump instruction:

image with no caption

The 30h byte is the code for a Jump instruction. The 16-bit address that follows indicates the address of the next instruction that the automated adder is to read.

So in the preceding example, the automated adder begins at 0000h, as usual, and does a Load instruction, an Add, a Subtract, and a Store. It then does the Jump instruction and continues at address 0020h with a Load, two Add instructions, a Store, and finally Halt.

The Jump instruction affects the 16-bit counter. Whenever the automated adder encounters a Jump instruction, the counter must somehow be forced to output that new address that follows the Jump instruction code. This is implemented by using the Preset and Clear inputs of the edge-triggered D-type flip-flops that make up the 16-bit counter:

image with no caption

You'll recall that the Preset and Clear inputs should both be 0 for normal operation. But if Preset is 1, Q becomes 1. And if Clear is 1, Q becomes 0.

If you want to load a single flip-flop with a new value (which I'll call A for address), you can wire it like this:

image with no caption

Normally the Set It signal is 0. In that case, the Preset input to the flip-flop is 0. The Clear input is also 0 unless the Reset signal is 1. This allows the flip-flop to be cleared independently of the Set It signal. When the Set It signal is 1, the Preset input will be 1 and the Clear input will be 0 if A is 1. If A is 0, the Preset input will be 0 and the Clear input will be 1. This means that Q will be set to the value of A.

We need one of these for each bit of the 16-bit counter. Once loaded with a particular value, the counter will continue counting from that value on.

Otherwise, the changes aren't severe. The 16-bit address that's latched from the RAM array is an input to both the 2-to-1 Selector (which allows this address to be an address input to the RAM array) and the 16-bit counter for the Set It function:

image with no caption

Obviously, we must ensure that the Set It signal is 1 only if the instruction code is 30h and the address has been latched.

The Jump instruction is certainly useful. But it's not nearly as useful as an instruction that jumps sometimes but not all the time. Such an instruction is known as a conditional jump, and perhaps the best way to show how useful such an instruction can be is to pose a question: How can we persuade our automated adder to multiply two 8-bit numbers? For example, how do we get the result for something as simple as A7h times 1Ch?

Easy, right? The result of multiplying two 8-bit values is a 16-bit product. For convenience, all three numbers involved in the multiplication are expressed as 16-bit values. The first job is to decide where you want to put the numbers and the product:

image with no caption

Everyone knows that multiplying A7h and 1Ch (which is 28 in decimal) is the same as 28 additions of A7h. So the 16-bit location at addresses 1004h and 1005h will actually be an accumulated summation. Here's the code for adding A7h to that location once:

image with no caption

At the completion of these six instructions, the 16-bit value at memory locations 1004h and 1005h will equal A7h times 1. Therefore, these six instructions have to be repeated 27 more times in order for that 16-bit value to equal A7h times 1Ch. You can achieve this by typing in these six instructions 27 more times beginning at address 0012h. Or you can put a Halt instruction at 0012h and press the Reset button 28 times to get the final answer.

Of course, neither of these two options is ideal. They both require that you do something—type in a bunch of instructions or press the Reset button—a number of times that's proportional to one of the numbers being multiplied. Surely you wouldn't want to generalize this process for 16-bit values that you want to multiply.

But what if you put a Jump instruction at 0012h? This instruction causes the counter to start from 0000h again:

image with no caption

This certainly does the trick (sort of). The first time through, the 16-bit value at memory locations 1004h and 1005h will equal A7h times 1. Then the Jump instruction will go back up to the top. At the end of the second time through, the 16-bit result will equal A7h times 2. Eventually, it will equal A7h times 1Ch, but there's no stopping it. It just keeps going and going and going.

What we want is a Jump instruction that starts the process over again only as many times as are needed. That's the conditional jump. And it's really not that hard to implement. The first thing we'll want to add is a 1-bit latch similar to the Carry latch. This will be called the Zero latch because it will latch a value of 1 only if the output of the 8-Bit Adder is all zeros:

image with no caption

The output of that 8-bit NOR gate is 1 only if all the inputs are 0. Like the Clock input of the Carry latch, the Clock input of the Zero latch latches a value only when an Add, Subtract, Add with Carry, or Subtract with Borrow instruction is being performed. This latched value is known as the Zero flag. Watch out because it could seem as if it's working backward: The Zero flag is 1 if the output of the adder is all zeros, and the Zero flag is 0 if output of the adder is not all zeros.

With the Carry latch and the Zero latch, we can expand our repertoire of instructions by four:

Operation

Code

Load

10h

Store

11h

Add

20h

Subtract

21h

Add with Carry

22h

Subtract with Borrow

23h

Jump

30h

Jump If Zero

31h

Jump If Carry

32h

Jump If Not Zero

33h

Jump If Not Carry

34h

Halt

FFh

For example, the Jump If Not Zero instruction jumps to the specified address only if the output of the Zero latch is 0. In other words, there will be no jump if the last Add, Subtract, Add with Carry, or Subtract with Borrow instruction resulted in 0. Implementing this design is just an add-on to the control signals that implement the regular Jump command: If the instruction is Jump If Not Zero, the Set It signal on the 16-bit counter is triggered only if the Zero flag is 0.

Now all that's necessary to make the code shown above multiply two numbers are the following instructions starting at address 0012h:

image with no caption

The first time through, the 16-bit location at 0004h and 0005h contains A7h times 1, as we've already established. The instructions here load the byte from location 1003h into the accumulator. This is 1Ch. This byte is added to the value at location 001Eh. This happens to be the Halt instruction, but of course it's also a valid number. Adding FFh to 1Ch is the same as subtracting 1 from 1Ch, so the result is 1Bh. This isn't 0, so the Zero flag is 0. The 1Bh byte is stored back at address 1003h. Next is a Jump If Not Zero instruction. The Zero flag isn't set to 1, so the jump occurs. The next instruction is the one located at address 0000h.

Keep in mind that the Store instruction doesn't affect the Zero flag. The Zero flag is affected only by the Add, Subtract, Add with Carry, or Subtract with Borrow instruction, so it will remain the same value that was set the last time one of these instructions occurred.

The second time through, the 16-bit location at 1004h and 1005h will contain the value A7h times 2. The value 1Bh is added to FFh to get the result 1Ah. That's not 0, so back to the top.

On the twenty-eighth time through, the 16-bit location at 1004h and 1005h will contain the value A7h times 1Ch. At location 1003h will be the value 1. This will be added to FFh and the result will be zero. The Zero flag will be set! So the Jump If Not Zero instruction will not jump back to 0000h. Instead, the next instruction is a Halt. We're done.

I now assert that at long last we've assembled a piece of hardware that we can honestly call a computer. To be sure, it's a primitive computer, but it's a computer nonetheless. What makes the difference is the conditional jump. Controlled repetition or looping is what separates computers from calculators. I've just demonstrated how a conditional jump instruction allows this machine to multiply two numbers. In a similar way, it can also divide two numbers. Moreover, it's not limited to 8-bit values. It can add, subtract, multiply, and divide 16-bit, 24-bit, 32-bit, or even larger numbers. And if it can do this, it can calculate square roots, logarithms, and trigonometric functions.

Now that we've assembled a computer, we can start using words that sound like we're talking about computers.

The particular computer that we've assembled is classified as a digital computer because it works with discrete numbers. At one time, there were also analog computers that are now largely extinct. (Digital data is discrete data—data that has certain specific distinct values. Analog information is continuous and varies throughout an entire range.)

A digital computer has four main parts: a processor, memory, at least one input device, and least one output device. In our machine, the memory is the 64-KB RAM array. The input and output devices are the rows of switches and lightbulbs on the RAM array control panel. These switches and lightbulbs let us (the human beings in this show) put numbers into memory and examine the results.

The processor is everything else. A processor is also called a central processing unit, or CPU. More casually, the processor is sometimes called the brain of the computer, but I'd like to avoid using such terminology, mainly because what we designed in this chapter hardly seems anything like a brain to me. (The word microprocessor is very common these days. A microprocessor is just a processor that—through use of technology I'll describe in Chapter 18—is very small. What we've built out of relays in this chapter could hardly be defined as a micro anything!)

The processor that we've built is an 8-bit processor. The accumulator is 8 bits wide and most of the data paths are 8 bits wide. The only 16-bit data path is the address to the RAM array. If we used 8 bits for that, we'd be limited to 256 bytes of memory rather than 65,536 bytes, and that would be quite restrictive.

A processor has several components. I've already identified the accumulator, which is simply a latch that holds a number inside the processor. In our computer, the 8-bit inverter and the 8-Bit Adder together can be termed the Arithmetic Logic Unit, or ALU. Our ALU performs only arithmetic, specifically addition and subtraction. In slightly more sophisticated computers (as we'll see), the ALU can also perform logical functions, such as AND, OR, and XOR. The 16-bit counter is called a Program Counter.

The computer that we've built is constructed from relays, wires, switches, and lightbulbs. All of these things are hardware. In contrast, the instructions and other numbers that we enter into memory are called software. It's "soft" because it can be changed much more easily than the hardware can.

When we speak of computers, the word software is almost synonymous with the term computer program, or, more simply, program. Writing software is known as computer programming. Computer programming is what I was doing when I determined the series of instructions that would allow our computer to multiply two numbers together.

Generally, in computer programs, we can distinquish between code (which refers to the instructions themselves) and data, which are the numbers that the code manipulates. Sometimes the distinction isn't so obvious, as when the Halt instruction served double duty as the number –1.

Computer programming is sometimes also referred to as writing code, or coding, as in, "I spent my vacation coding" or "I was up until seven this morning banging out some code." Sometimes computer programmers are known as coders, although some might consider this a derogatory term. Such programmers might prefer to be called software engineers.

The operation codes that a processor responds to (such as 10h and 11h for Load and Store) are known as machine codes, or machine language. The term language is used because it's akin to a spoken or written human language in that a machine "understands" it and responds to it.

I've been referring to the instructions that our machine carries out by rather long phrases, such as Add with Carry. Commonly, machine codes are assigned short mnemonics that are written with uppercase letters.

These mnemonics can be as short as 2 or 3 letters. Here's a set of possible mnemonics for the machine codes that our computer recognizes:

Operation

Code

Mnemonic

Load

10h

LOD

Store

11h

STO

Add

20h

ADD

Subtract

21h

SUB

Add with Carry

22h

ADC

Subtract with Borrow

23h

SBB

Jump

30h

JMP

Jump If Zero

31h

JZ

Jump If Carry

32h

JC

Jump If Not Zero

33h

JNZ

Jump If Not Carry

34h

JNC

Halt

FFh

HLT

These mnemonics are particularly useful when combined with a couple of other shortcuts. For example, instead of saying something long-winded like, "Load byte at address 1003h into accumulator," we can instead write the statement:

LOD A,[1003h]

The A and the [1003] that appear to the right of the mnemonic are called arguments that indicate what's going on with this particular Load instruction. The arguments are written with a destination on the left (the A stands for accumulator) and a source on the right. The brackets indicate that the accumulator should be loaded not with the value 1003h but with the value stored in memory at address 1003h.

Similarly, the instruction "Add byte at address 001Eh to accumulator" can be shortened to

ADD A,[001Eh]

and "Store contents of accumulator at address 1003h" is

STO [1003h],A

Notice that the destination (a memory location for the Store instruction) is still on the left and the source is on the right. The contents of the accumulator must be stored in memory at address 1003h. The wordy "Jump to 0000h if the Zero flag is not 1" is more concisely written as

JNZ 0000h

The brackets aren't used in this instruction because the instruction jumps to address 0000h, not to the value that might be stored at address 0000h.

It's convenient to write these instructions in this type of shorthand because the instructions can be listed sequentially in a readable way that doesn't require us to draw boxes of memory locations. To indicate that a particular instruction is stored at a particular address, you can use the hexadecimal address followed by a colon, such as

0000h:    LOD A,[1005h]

And here's how we can indicate some data stored at a particular address:

1000h:   00h, A7h
1002h:   00h, 1Ch
1004h:   00h, 00h

The 2 bytes separated by commas indicate that the first byte is stored at the address on the left and the second byte is stored at the next address. These three lines are equivalent to

1000h:    00h,  A7h,  00h,  1Ch,  00h,  00h

So the entire multiplication program can be written as a series of statements like this:

0000h:    LOD A,[1005h]
          ADD A,[1001h]
          STO [1005h],A

          LOD A,[1004h]
          ADC A,[1000h]
          STO [1004h],A

          LOD A,[1003h]
          ADD A,[001Eh]
          STO [1003h],A

          JNZ 0000h

001Eh:    HLT

1000h:    00h, A7h
1002h:    00h, 1Ch
1004h:    00h, 00h

The judicious use of blank lines and other white space is simply to make the whole program more readable for human beings like you and me.

It's better not to use actual numeric addresses when writing code because they can change. For example, if you decided to store the numbers at memory locations 2000h through 20005h, you'd need to rewrite many of the statements as well. It's better to use labels to refer to locations in memory. These labels are simply words, or they look almost like words, like this:

BEGIN:    LOD A,[RESULT + 1]
          ADD A,[NUM1 + 1]
          STO [RESULT + 1],A

          LOD A,[RESULT]
          ADC A,[NUM1]
          STO [RESULT],A

          LOD A,[NUM2 + 1]
          ADD A,[NEG1]
          STO [NUM2 + 1],A

          JNZ BEGIN

NEG1:     HLT

NUM1:     00h, A7h
NUM2:     00h, 1Ch
RESULT:   00h, 00h

Notice that the labels NUM1, NUM2, and RESULT all refer to memory locations where 2 bytes are stored. In these statements, the labels NUM1 + 1, NUM2 + 1, and RESULT + 1 refer to the second byte after the particular label. Notice the NEG1 (negative one) label on the HLT instruction.

Finally, if there's a chance that you'll forget what these statements do, you can add little comments, which are in English and are separated from the actual statements by a semicolon:

BEGIN:    LOD A,[RESULT + 1]
          ADD A,[NUM1 + 1]       ; Add low-order byte
          STO [RESULT + 1],A

          LOD A,[RESULT]
          ADC A,[NUM1]           ; Add high-order byte
          STO [RESULT],A

          LOD A,[NUM2 + 1]
          ADD A,[NEG1]           ; Decrement second number
          STO [NUM2 + 1],A

          JNZ BEGIN

NEG1:     HLT

NUM1:     00h, A7h
NUM2:     00h, 1Ch
RESULT:   00h, 00h

I'm showing you here a type of computer programming language known as assembly language. It's something of a compromise between the naked numbers of machine code and the wordiness of our English descriptions of the instructions, coupled with symbolic representations of memory addresses. People are sometimes confused about the difference between machine code and assembly language because they're really just two different ways of looking at the same thing. Every statement in assembly language corresponds to certain specific bytes of machine code.

If you were to write a program for the computer that we've built in this chapter, you'd probably want to write it first (on paper) in assembly language. Then, once you were satisfied that it was mostly correct and ready to be tested, you would hand assemble it: This means that you would manually convert each assembly-language statement to machine code, still on paper. At that point, you can use the switches to enter the machine code into the RAM array and run the program, which means to let the machine execute the instructions.

When you're learning the concepts of computer programming, it's never too early to get acquainted with bugs. When you're coding—particularly in machine code—it's very easy to make mistakes. It's bad enough to enter a number incorrectly, but what happens when you enter an instruction code incorrectly? If you enter a 11h (the Store instruction) when you really meant to enter a 10h (the Load instruction), not only will the machine not load in the number it's supposed to, but that number will be overwritten by whatever happens to be in the accumulator.

Some bugs can have unpredictable results. Suppose you use the Jump instruction to jump to a location that doesn't contain a valid instruction code. Or suppose you accidentally use the Store instruction to write over instructions. Anything can happen (and often does).

There's even a bug in my multiplication program. If you run it twice, the second time through it will multiply A7h by 256 and add that result to the result already calculated. This is because after you run the program once, the number at address 1003h will be 0. When you run it the second time, FFh will be added to that value. The result won't be 0, so the program will keep running until it is.

We've seen that this machine can do multiplication, and in a similar way it can also do division. I've also asserted that this machine can use these primitive functions to do square roots, logarithms, and trigonometric functions. All a machine needs is the hardware to add and subtract and some way to use conditional jump instructions to execute the proper code. As a programmer might say, "I can do the rest in software."

Of course, this software might be quite complex. Many whole books have been written that describe the algorithms that programmers use to solve specific problems. We're not yet ready for that. We've been thinking about whole numbers and haven't taken a crack at how to represent decimal fractions in the computer. I'll get to that in Chapter 23.

I've mentioned several times that all the hardware to build these devices was available over a hundred years ago. But it's unlikely that the computer shown in this chapter could have been built at that time. Many of the concepts implicit in its design weren't apparent when relay computers were first built in the mid-1930s and only started to be understood around 1945 or so. Until that time, for example, people were still trying to build computers that internally used decimal numbers rather than binary. And computer programs weren't always stored in memory but instead were sometimes coded on paper tape. In particular, in the early days of computers, memory was expensive and bulky. Building a 64-KB RAM array from five million telegraph relays would have been as absurd one hundred years ago as it is now.

It's time to put what we've done in perspective and to review the history of calculation and computing devices and machines. Perhaps we shall find that we don't have to build this elaborate relay computer after all. As I mentioned in Chapter 12, relays were eventually replaced with electronic devices such as vacuum tubes and transistors. Perhaps we shall also find that someone else has built something that's equivalent to the processor and the memory we designed but that can fit in the palm of your hand.

PK?Gx%%OEBPS/ch18.html Chapter 18. From Abaci to Chips

Chapter 18. From Abaci to Chips

Throughout recorded history, people have invented numerous clever gadgets and machines in a universal quest to make mathematical calculations just a little bit easier. While the human species seemingly has an innate numerical ability, we also require frequent assistance. We can often conceive of problems that we can't easily solve ourselves.

The development of number systems can be seen as an early tool to help people keep track of commodities and property. Many cultures, including the ancient Greeks and native Americans, seem to have counted with the assistance also of pebbles or kernels of grain. In Europe, this led to counting boards, and in the Middle East to the familiar frame-and-bead abacus:

image with no caption

Although commonly associated with Asian cultures, the abacus seems to have been introduced to China by traders around 1200 CE.

No one has ever really enjoyed multiplication and division, but few people have done anything about it. The Scottish mathematician John Napier (1550–1617) was one of those few. He invented logarithms for the specific purpose of simplifying these operations. The product of two numbers is simply the sum of their logarithms. So if you need to multiply two numbers, you look them up in a table of logarithms, add the numbers from the table, and then use the table in reverse to find the actual product.

The construction of tables of logarithms occupied some of the greatest minds of the subsequent 400 years while others designed little gadgets to use in place of these tables. The slide rule has a long history beginning with a logarithmic scale made by Edmund Gunter (1581–1626) and refined by William Oughtred (1574–1660). The history of the slide rule effectively ended in 1976, when the Keuffel & Esser Company presented its last manufactured slide rule to the Smithsonian Institution in Washington D.C. The cause of death was the hand-held calculator.

Napier also invented another multiplication aid, which is composed of strips of numbers usually inscribed on bone, horn, or ivory and hence referred to as Napier's Bones. The earliest mechanical calculator was a somewhat automated version of Napier's bones built around 1620 by Wilhelm Schickard (1592–1635). Other calculators based on interlocking wheels, gears, and levers are almost as old. Two of the more significant builders of mechanical calculators were the mathematicians and philosophers Blaise Pascal (1623–1662) and Gottfried Wilhelm von Leibniz (1646–1716).

You'll no doubt recall what a nuisance the carry bit was in both the original 8-Bit Adder and the computer that (among other things) automated the addition of numbers wider than 8 bits. The carry seems at first to be just a little quirk of addition, but in adding machines, the carry is really the central problem. If you've designed an adding machine that does everything except the carry, you're nowhere close to being finished!

How successfully the carry is dealt with is a key to the evaluation of old calculating machines. For example, Pascal's design of the carry mechanism prohibited the machine from subtracting. To subtract, the nines' complement had to be added the way that I demonstrated in Chapter 13. Successful mechanical calculators that real people could use weren't available until the late nineteenth century.

One curious invention that was to have a later influence on the history of computing—as well as a profound influence on the textile industry—was an automated loom developed by Joseph Marie Jacquard (1752–1834). The Jacquard loom (circa 1801) used metal cards with holes punched in them (much like those of a player piano) to control the weaving of patterns in fabrics. Jacquard's own tour de force was a self-portrait in black and white silk that required about 10,000 cards.

In the eighteenth century (and indeed up to the 1940s), a computer was a person who calculated numbers for hire. Tables of logarithms were always needed, and trigonometric tables were essential for nautical navigation using the stars and planets. If you wanted to publish a new set of tables, you would hire a bunch of computers, set them to work, and then assemble all the results. Errors could creep in at any stage of this process, of course, from the initial calculation to setting up the type to print the final pages.

The desire to eliminate errors from mathematical tables motivated the work of Charles Babbage (1791–1871), a British mathematician and economist who was almost an exact contemporary of Samuel Morse.

At the time, mathematical tables (of logarithms, for example) were not created by calculating an actual logarithm for each and every entry in the table. This would have taken far too long. Instead, the logarithms were calculated for select numbers, and then numbers in between were calculated by interpolation, using what are called differences in relatively simple calculations.

image with no caption

Beginning about 1820, Babbage believed that he could design and build a machine that would automate the process of constructing a table, even to the point of setting up type for printing. This would eliminate errors. He conceived the Difference Engine, and basically it was a big mechanical adding machine. Multidigit decimal numbers were represented by geared wheels that could be in any of 10 positions. Negatives were handled using the ten's complement. Despite some early models that showed Babbage's design to be sound and some grants from the British government (never enough, of course), the Difference Engine was never completed. Babbage abandoned work on it in 1833.

By that time, however, Babbage had an even better idea. It was called the Analytical Engine, and through repeated design and redesign (with a few small models and parts of it actually built) it consumed Babbage off and on until his death. The Analytical Engine is the closest thing to a computer that the nineteenth century has to offer. In Babbage's design, it had a store (comparable to our concept of memory) and a mill (the arithmetic unit). Multiplication could be handled by repeated addition, and division by repeated subtraction.

What's most intriguing about the Analytical Engine is that it could be programmed using cards that were adapted from the cards used in the Jacquard pattern-weaving loom. As Augusta Ada Byron, Countess of Lovelace (1815–1852), put it (in notes to her translation of an article written by an Italian mathematician about Babbage's Analytical Engine), "We may say that the Analytical Engine weaves algebraical patterns just as the Jacquard-loom weaves flowers and leaves."

Babbage seems to be the first person to understand the importance of a conditional jump in computers. Here's Ada Byron again: "A cycle of operations, then, must be understood to signify any set of operations which is repeated more than once. It is equally a cycle, whether it be repeated twice only, or an indefinite number of times; for it is the fact of a repetition occurring at all that constitutes it such. In many cases of analysis there is a recurring group of one or more cycles; that is, a cycle of cycle, or a cycle of cycles."

Although a difference engine was eventually built by father-and-son team Georg and Edvard Scheutz in 1853, Babbage's engines were forgotten for many years, only to be resurrected in the 1930s when people began searching for the roots of twentieth century computing. By that time, everything Babbage had done had already been surpassed by later technology, and he had little to offer the twentieth century computer engineer except a precocious vision of automation.

Another milestone in the history of computing resulted from Article I, Section 2, of the Constitution of the United States of America. Among other things, this section calls for a census to be taken every ten years. By the time of the 1880 census, information was accumulated on age, sex, and national origin. The data amassed took about seven years to process.

Fearing that the 1890 census would take longer than a decade to process, the Census Office explored the possibility of automating the system and chose machinery developed by Herman Hollerith (1860–1929), who had worked as a statistician for the 1880 census.

Hollerith's plan involved manila punch cards 6 ⅝ x 3 ¼ inches in size. (It's unlikely that Hollerith knew about Charles Babbage's use of cards to program his Analytical Engine, but he was almost certainly familiar with the use of cards in the Jacquard loom.) The holes in these cards were organized into 24 columns of 12 positions each, for a total of 288 positions. These positions represented certain characteristics of a person being tallied in the census. The census taker indicated these characteristics by punching ¼-inch square holes into the appropriate positions on the card.

image with no caption

This book has probably so accustomed you to thinking in terms of binary codes that you might immediately assume that a card with 288 possible punches is capable of storing 288 bits of information. But the cards weren't used that way.

For example, a census card used in a purely binary system would have one position for sex. It would be either punched for male or unpunched for female (or the other way around). But Hollerith's cards had two positions for sex. One position was punched for male, the other for female. Likewise, the census taker indicated a subject's age by making two punches. The first punch designated a five-year age range: 0 through 4, 5 through 9, 10 through 14, and so forth. The second punch was in one of five positions to indicate the precise age within that range. Coding the age required a total of 28 positions on the card. A pure binary system would require just 7 positions to code any age from 0 through 127.

We should forgive Hollerith for not implementing a binary system for recording census information: Converting an age to binary numbers was a little too much to ask of the 1890 census takers. There's also a practical reason why a system of punched cards can't be entirely binary. A binary system would produce cases in which all the holes (or nearly all) were punched, rendering the card very fragile and structurally unsound.

Census data is collected so that it can be counted, or tabulated. You want to know how many people live in each census district, of course, but it's also interesting to obtain information about the age distribution of the population. For this, Hollerith created a tabulating machine that combined hand operation and automation. An operator pressed a board containing 288 spring-loaded pins on each card. Pins corresponding to punched holes in the cards came into contact with a pool of mercury that completed an electrical circuit that triggered an electromagnet that incremented a decimal counter.

Hollerith also used electromagnets in a machine that sorted cards. For example, you might want to accumulate separate age statistics for each occupation that you've tallied. You first need to sort the cards by occupation and then accumulate the age statistics separately for each. The sorting machine used the same hand press as the tabulator, but the sorter had electromagnets to open a hatch to one of 26 separate compartments. The operator dropped the card into the compartment and manually closed the hatch.

This experiment in automating the 1890 census was a resounding success. All told, over 62 million cards were processed. They contained twice as much data as was accumulated in the 1880 census, and the data was processed in about one-third the time. Hollerith and his inventions became known around the world. In 1895, he even traveled to Moscow and succeeded in selling his equipment for use in the very first Russian census, which occurred in 1897.

Herman Hollerith also set in motion a long trail of events. In 1896, he founded the Tabulating Machine Company to lease and sell the punch-card equipment. By 1911, with the help of a couple of mergers, it had become the Computing-Tabulating-Recording Company, or C-T-R. By 1915, the president of C-T-R was Thomas J. Watson (1874–1956), who in 1924 changed the name of the company to International Business Machines Corporation, or IBM.

By 1928, the original 1890 census cards had evolved into the famous "do not spindle, fold, or mutilate" IBM cards, with 80 columns and 12 rows. They remained in active use for over 50 years, and even in their later years were sometimes referred to as Hollerith cards. I'll describe the legacy of these cards more in Chapters Chapter 20, Chapter 21, and Chapter 24.

Before we move on to the twentieth century, let's not leave the nineteenth century with too warped a view about that era. For obvious reasons, in this book I've been focusing most closely on inventions that are digital in nature. These include the telegraph, Braille, Babbage's engines, and the Hollerith card. When working with digital concepts and devices, you might find it easy to think that the whole world must be digital. But the nineteenth century is characterized more by discoveries and inventions that were decidedly not digital. Indeed, very little of the natural world that we experience through our senses is digital. It's instead mostly a continuum that can't be so easily quantified.

Although Hollerith used relays in his card tabulators and sorters, people didn't really begin building computers using relays—electromechanical computers, as they were eventually called—until the mid 1930s. The relays used in these machines were generally not telegraph relays, but instead were relays developed for the telephone system to control the routing of calls.

Those early relay computers were not like the relay computer that we built in the last chapter. (As we'll see, I based the design of that computer on microprocessors from the 1970s.) In particular, while it's obvious to us today that computers internally should use binary numbers, that wasn't always the case.

Another difference between our relay computer and the early real ones is that nobody in the 1930s was crazy enough to construct 524,288 bits of memory out of relays! The cost and space and power requirements would have made so much memory impossible. The scant memory available was used only for storing intermediate results. The programs themselves were on a physical medium such as a paper tape with punched holes. Indeed, our process of putting code and data into memory is a more modern concept.

Chronologically, the first relay computer seems to have been constructed by Conrad Zuse (1910–1995), who as an engineering student in 1935 began building a machine in his parents' apartment in Berlin. It used binary numbers but in the early versions used a mechanical memory scheme rather than relays. Zuse punched holes in old 35mm movie film to program his computers.

In 1937, George Stibitz (1904–1995) of Bell Telephone Laboratories took home a couple of telephone relays and wired a 1-bit adder on his kitchen table that his wife later dubbed the K Machine (K for kitchen). This experimentation led to Bell Labs' Complex Number Computer in 1939.

Meanwhile, Harvard graduate student Howard Aiken (1900–1973) needed some way to do lots of repetitive calculations, and that led to a collaboration between Harvard and IBM that resulted in the Automated Sequence Controlled Calculator (ASCC) eventually known as the Harvard Mark I, completed in 1943. This was the first digital computer that printed tables, thus finally realizing Charles Babbage's dream. The Mark II was the largest relay-based machine, using 13,000 relays. The Harvard Computation Laboratory headed by Aiken taught the first classes in computer science.

Relays weren't perfect devices for constructing computers. Because they were mechanical and worked by bending pieces of metal, they could break after an extended workout. A relay could also fail because of a piece of dirt or paper stuck between the contacts. In one famous incident in 1947, a moth was extracted from a relay in the Harvard Mark II computer. Grace Murray Hopper (1906–1992), who had joined Aiken's staff in 1944 and who would later become quite famous in the field of computer programming languages, taped the moth to the computer logbook with the note "first actual case of bug being found."

A possible replacement for the relay is the vacuum tube, which was developed by John Ambrose Fleming (1849–1945) and Lee de Forest (1873–1961) in connection with radio. By the 1940s, vacuum tubes had long been used to amplify telephones, and virtually every home had a console radio set filled with glowing tubes that amplified radio signals to make them audible. Vacuum tubes can also be wired—much like relays—into AND, OR, NAND, and NOR gates.

It doesn't matter whether gates are built from relays or vacuum tubes. Gates can always be assembled into adders, selectors, decoders, flip-flops, and counters. Everything I explained about relay-based components in the preceding chapters remains valid when the relays are replaced by vacuum tubes.

Vacuum tubes had their own problems, though. They were expensive, required a lot of electricity, and generated a lot of heat. The big problem, however, was that they eventually burned out. This was a fact of life that people lived with. Those who owned tube radios were accustomed to replacing tubes periodically. The telephone system was designed with a lot of redundancy, so the loss of a tube now and then was no big deal. (No one expects the telephone system to work flawlessly anyway.) When a tube burns out in a computer, however, it might not be immediately detected. Moreover, a computer uses so many vacuum tubes, that statistically they might be burning out every few minutes.

The big advantage of using vacuum tubes over relays is that tubes can switch in about a millionth of a second—one microsecond. A vacuum tube changes state (switches on or off) a thousand times faster than a relay, which at its very best only manages to switch in about 1 millisecond, a thousandth of a second. Interestingly enough, the speed issue wasn't a major consideration in early computer development because overall computing speed was linked to the speed that the machine read the program from the paper or film tape. As long as computers were built in this way, it didn't matter how much faster vacuum tubes were than relays.

But beginning in the early 1940s, vacuum tubes began supplanting relays in new computers. By 1945, the transition was complete. While relay machines were known as electromechanical computers, vacuum tubes were the basis of the first electronic computers.

In Great Britain, the Colossus computer (first operational in 1943) was dedicated to cracking the German "Enigma" code-making machine. Contributing to this project (and to some later British computer projects) was Alan M. Turing (1912–1954), who is most famous these days for writing two influential papers. The first, published in 1937, pioneered the concept of "computability," which is an analysis of what computers can and can't do. He conceived of an abstract model of a computer that's now known as the Turing Machine. The second famous paper Turing wrote was on the subject of artificial intelligence. He introduced a test for machine intelligence that's now known as the Turing Test.

At the Moore School of Electrical Engineering (University of Pennsylvania), J. Presper Eckert (1919–1995) and John Mauchly (1907–1980) designed the ENIAC (Electronic Numerical Integrator and Computer). It used 18,000 vacuum tubes and was completed in late 1945. In sheer tonnage (about 30), the ENIAC was the largest computer that was ever (and probably will ever be) made. By 1977, you could buy a faster computer at Radio Shack. Eckert and Mauchly's attempt to patent the computer was, however, thwarted by a competing claim of John V. Atanasoff (1903–1995), who earlier designed an electronic computer that never worked quite right.

The ENIAC attracted the interest of mathematician John von Neumann (1903–1957). Since 1930, the Hungarian-born von Neumann (whose last name is pronounced noy mahn) had been living in the United States. A flamboyant man who had a reputation for doing complex arithmetic in his head, von Neumann was a mathematics professor at the Princeton Institute for Advanced Study, and he did research in everything from quantum mechanics to the application of game theory to economics.

image with no caption

John von Neumann helped design the successor to the ENIAC, the EDVAC (Electronic Discrete Variable Automatic Computer). Particularly in the 1946 paper "Preliminary Discussion of the Logical Design of an Electronic Computing Instrument," coauthored with Arthur W. Burks and Herman H. Goldstine, he described several features of a computer that made the EDVAC a considerable advance over the ENIAC. The designers of the EDVAC felt that the computer should use binary numbers internally. The ENIAC used decimal numbers. The computer should also have as much memory as possible, and this memory should be used for storing both program code and data as the program was being executed. (Again, this wasn't the case with the ENIAC. Programming the ENIAC was a matter of throwing switches and plugging in cables.) These instructions should be sequential in memory and addressed with a program counter but should also allow conditional jumps. This design came to be known as the stored-program concept.

These design decisions were such an important evolutionary step that today we speak of von Neumann architecture. The computer that we built in the last chapter was a classic von Neumann machine. But with von Neumann architecture comes the von Neumann bottleneck. A von Neumann machine generally spends a significant amount of time just fetching instructions from memory in preparation for executing them. You'll recall that the final design of the Chapter 17 computer required that three-quarters of the time it spent on each instruction be involved in the instruction fetch.

At the time of the EDVAC, it wasn't cost effective to build a lot of memory out of vacuum tubes. Some very odd solutions were proposed instead. One successful one was mercury delay line memory, which used 5-foot tubes of mercury. At one end of the tube, little pulses were sent into the mercury about 1 microsecond apart. These pulses took about a millisecond to reach the other end (where they were detected like sound waves and routed back to the beginning), and hence each tube of mercury could store about 1024 bits of information.

It wasn't until the mid-1950s that magnetic core memory was developed. Such memory consisted of large arrays of little magnetized metal rings strung with wires. Each little ring could store a bit of information. Long after core memory had been replaced by other technologies, it was common to hear older programmers refer to the memory that the processor accessed as core.

John von Neumann wasn't the only person doing some major conceptual thinking about the nature of computers in the 1940s.

Claude Shannon (born 1916) was another influential thinker. In Chapter 11, I discussed his 1938 master's thesis, which established the relationship between switches, relays, and Boolean algebra. In 1948, while working for Bell Telephone Laboratories, he published a paper in the Bell System Technical Journal entitled "A Mathematical Theory of Communication" that not only introduced the word bit in print but established a field of study today known as information theory. Information theory is concerned with transmitting digital information in the presence of noise (which usually prevents all the information from getting through) and how to compensate for that. In 1949, he wrote the first article about programming a computer to play chess, and in 1952 he designed a mechanical mouse controlled by relays that could learn its way around a maze. Shannon was also well known at Bell Labs for riding a unicycle and juggling simultaneously.

Norbert Wiener (1894–1964), who earned his Ph.D. in mathematics from Harvard at the age of 18, is most famous for his book Cybernetics, or Control and Communication in the Animal and Machine (1948). He coined the word cybernetics (derived from the Greek for steersman) to identify a theory that related biological processes in humans and animals to the mechanics of computers and robots. In popular culture, the ubiquitous cyber-prefix now denotes anything related to the computer. Most notably, the interconnection of millions of computers through the Internet is known as cyberspace, a word coined by cyberpunk sciencefiction novelist William Gibson in his 1984 novel Neuromancer.

In 1948, the Eckert-Mauchly Computer Corporation (later part of Remington Rand) began work on what would become the first commercially available computer—the Universal Automatic Computer, or UNIVAC. It was completed in 1951, and the first one was delivered to the Bureau of the Census. The UNIVAC made its prime-time network debut on CBS, when it was used to predict results of the 1952 presidential election. Walter Cronkite referred to it as an "electronic brain." Also in 1952, IBM announced the company's first commercial computer system, the 701.

And thus began a long history of corporate and governmental computing. However interesting that history might be, we're going to pursue another historical track—a track that shrank the cost and size of computers and brought them into the home, and which began with an almost unnoticed electronics breakthrough in 1947.

Bell Telephone Laboratories was for many years a place where smart people could work on just about anything that interested them. Some of them, fortunately, were interested in computers. I've already mentioned George Stibitz and Claude Shannon, both of whom made significant contributions to early computing while working at Bell Labs. Later on, in the 1970s, Bell Labs was the birthplace of the influential computer operating system named Unix and a programming language named C, which I'll describe in upcoming chapters.

Bell Labs came about when American Telephone and Telegraph officially separated their scientific and technical research divisions from the rest of their business, creating the subsidiary on January 1, 1925. The primary purpose of Bell Labs was to develop technologies for improving the telephone system. That mandate was fortunately vague enough to encompass all sorts of things, but one obvious perennial goal within the telephone system was the undistorted amplification of voice signals transmitted over wires.

Since 1912, the Bell System had worked with vacuum tube amplification, and a considerable amount of research and engineering went into improving vacuum tubes for use by the telephone system. Despite this work, vacuum tubes still left much to be desired. Tubes were large, consumed a lot of power, and eventually burned out. But they were the only game in town.

All that changed December 16, 1947, when two physicists at Bell Labs named John Bardeen (1908–1991) and Walter Brattain (1902–1987) wired a different type of amplifier. This new amplifier was constructed from a slab of germanium—an element known as a semiconductor—and a strip of gold foil. They demonstrated it to their boss, William Shockley (1910–1989), a week later. It was the first transistor, a device that some people have called the most important invention of the twentieth century.

The transistor didn't come out of the blue. Eight years earlier, on December 29, 1939, Shockley had written in his notebook, "It has today occurred to me that an amplifier using semiconductors rather than vacuum is in principle possible." And after that first transistor was demonstrated, many years followed in perfecting it. It wasn't until 1956 that Shockley, Bardeen, and Brattain were awarded the Nobel Prize in physics "for their researches on semiconductors and their discovery of the transistor effect."

Earlier in this book, I talked about conductors and insulators. Conductors are so called because they're very conducive to the passage of electricity. Copper, silver, and gold are the best conductors, and it's no coincidence that all three are found in the same column of the periodic table of the elements.

As you'll recall, the electrons in an atom are distributed in shells that surround the nucleus of the atom. What characterizes these three conductors is a lone electron in the outermost shell. This electron can be easily dislodged from the rest of the atom and hence is free to move as electrical current. The opposites of conductors are insulators—like rubber and plastic—that barely conduct electricity at all.

The elements germanium and silicon (as well as some compounds) are called semiconductors, not because they conduct half as well as conductors, but because their conductance can be manipulated in various ways. Semiconductors have four electrons in the outermost shell, which is half the maximum number the outer shell can have. In a pure semiconductor, the atoms form very stable bonds with each other and have a crystalline structure similar to the diamond. Such semiconductors aren't good conductors.

But semiconductors can be doped, which means that they're combined with certain impurities. One type of impurity adds extra electrons to those needed for the bond between the atoms. These are called N-type semiconductors (N for negative). Another type of impurity results in a P-type semiconductor.

Semiconductors can be made into amplifiers by sandwiching a P-type semiconductor between two N-type semiconductors. This is known as an NPN transistor, and the three pieces are known as the collector, the base, and the emitter.

Here's a schematic diagram of an NPN transistor:

image with no caption

A small voltage on the base can control a much larger voltage passing from the collector to the emitter. If there's no voltage on the base, it effectively turns off the transistor.

Transistors are usually packaged in little metal cans about a quarter-inch in diameter with three wires poking out:

image with no caption

The transistor inaugurated solid-state electronics, which means that transistors don't require vacuums and are built from solids, specifically semiconductors and most commonly (these days) silicon. Besides being much smaller than vacuum tubes, transistors require much less power, generate much less heat, and last longer. Carrying around a tube radio in your pocket was inconceivable. But a transistor radio could be powered by a small battery, and unlike tubes, it wouldn't get hot. Carrying a transistor radio in your pocket became possible for some lucky people opening presents on Christmas morning in 1954. Those first pocket radios used transistors made by Texas Instruments, an important company of the semiconductor revolution.

The first commercial application of the transistor was, however, a hearing aid. In commemorating the heritage of Alexander Graham Bell in his lifelong work with deaf people, AT&T allowed hearing aid manufacturers to use transistor technology without paying any royalties. The first transistor television debuted in 1960, and today tube appliances have almost disappeared. (Not entirely, however. Some audiophiles and electric guitarists continue to prefer the sound of tube amplifiers to their transistor counterparts.)

In 1956, Shockley left Bell Labs to form Shockley Semiconductor Laboratories. He moved to Palo Alto, California, where he had grown up. His was the first such company to locate in that area. In time, other semiconductor and computer companies set up business there, and the area south of San Francisco is now informally known as Silicon Valley.

Vacuum tubes were originally developed for amplification, but they could also be used for switches in logic gates. The same goes for the transistor. On the next page, you'll see a transistor-based AND gate structured much like the relay version. Only when both the A input is 1 and the B input is 1 will both transistors conduct current and hence make the output 1. The resistor prevents a short circuit when this happens.

Wiring two transistors as you see below in the diagram on the right creates an OR gate. In the AND gate, the emitter of the top transistor is connected to the collector of the bottom transistor. In the OR gate, the collectors of both transistors are connected to the voltage supply. The emitters are connected together.

image with no caption

So everything we learned about constructing logic gates and other components from relays is valid for transistors. Relays, tubes, and transistors were all initially developed primarily for purposes of amplification but can be connected in similar ways to make logic gates out of which computers can be built. The first transistor computers were built in 1956, and within a few years tubes had been abandoned for the design of new computers.

Here's a question: Transistors certainly make computers more reliable, smaller, and less power hungry. But do transistors make computers any simpler to construct?

Not really. The transistor lets you fit more logic gates in a smaller space, of course, but you still have to worry about all the interconnections of these components. It's just as difficult wiring transistors to make logic gates as it is wiring relays and vacuum tubes. In some ways, it's even more difficult because the transistors are smaller and less easy to hold. If you wanted to build the Chapter 17 computer and the 64-KB RAM array out of transistors, a good part of the design work would be devoted to inventing some kind of structure in which to hold all the components. Most of your physical labor would be the tedious wiring of millions of interconnections among millions of transistors.

As we've discovered, however, there are certain combinations of transistors that show up repeatedly. Pairs of transistors are almost always wired as gates. Gates are often wired into flip-flops or adders or selectors or decoders. Flip-flops are combined into multibit latches or RAM arrays. Assembling a computer would be much easier if the transistors were prewired in common configurations.

This idea seems to have been proposed first by British physicist Geoffrey Dummer (born 1909) in a speech in May 1952. "I would like to take a peep into the future," he said.

With the advent of the transistor and the work in semiconductors generally, it seems now possible to envisage electronic equipment in a solid block with no connecting wires. The block may consist of layers of insulating, conducting, rectifying and amplifying materials, the electrical functions being connected directly by cutting out areas of the various layers.

A working product, however, would have to wait a few years.

Without knowing about the Dummer prediction, in July 1958 it occurred to Jack Kilby (born 1923) of Texas Instruments that multiple transistors as well as resistors and other electrical components could be made from a single piece of silicon. Six months later, in January 1959, basically the same idea occurred to Robert Noyce (1927–1990). Noyce had originally worked for Shockley Semiconductor Laboratories, but in 1957 he and seven other scientists had left and started Fairchild Semiconductor Corporation.

In the history of technology, simultaneous invention is more common than one might suspect. Although Kilby had invented the device six months before Noyce, and Texas Instruments had applied for a patent before Fairchild, Noyce was issued a patent first. Legal battles ensued, and only after a decade were they finally settled to everyone's satisfaction. Although they never worked together, Kilby and Noyce are today regarded as the coinventors of the integrated circuit, or IC, commonly called the chip.

Integrated circuits are manufactured through a complex process that involves layering thin wafers of silicon that are precisely doped and etched in different areas to form microscopic components. Although it's expensive to develop a new integrated circuit, they benefit from mass production—the more you make, the cheaper they become.

The actual silicon chip is thin and delicate, so it must be securely packaged, both to protect the chip and to provide some way for the components in the chip to be connected to other chips. Integrated circuits are packaged in a couple of different ways, but the most common is the rectangular plastic dual inline package (or DIP), with 14, 16, or as many as 40 pins protruding from the side:

image with no caption

This is a 16-pin chip. If you hold the chip so the little indentation is at the left (as shown), the pins are numbered 1 through 16 beginning at the lower left and circling around the right side to end with pin 16 at the upper left. The pins on each side are exactly inch apart.

Throughout the 1960s, the space program and the arms race fueled the early integrated circuits market. On the civilian side, the first commercial product that contained an integrated circuit was a hearing aid sold by Zenith in 1964. In 1971, Texas Instruments began selling the first pocket calculator, and Pulsar the first digital watch. (Obviously the IC in a digital watch is packaged much differently from the example just shown.) Many other products that incorporated integrated circuits in their design followed.

In 1965, Gordon E. Moore (then at Fairchild and later a cofounder of Intel Corporation) noticed that technology was improving in such a way that the number of transistors that could fit on a single chip had doubled every year since 1959. He predicted that this trend would continue. The actual trend was a little slower, so Moore's Law (as it was eventually called) was modified to predict a doubling of transistors on a chip every 18 months. This is still an astonishingly fast rate of progress and reveals why home computers always seem to become outdated in just a few short years. Some people believe that Moore's Law will continue to be accurate until about 2015.

In the early days, people used to speak of small-scale integration, or SSI, to refer to a chip that had fewer than 10 logic gates; medium-scale integration, or MSI (10 to 100 gates); and large-scale integration, or LSI (100 to 5000). Then the terms ascended to very-large-scale integration, or VLSI (5000 to 50,000); super-large-scale integration, or SLSI (50,000 to 100,000); and ultra-large-scale integration, (more than 100,000 gates).

For the remainder of this chapter and the next, I want to pause our time machine in the mid-1970s, an ancient age before the first Star Wars movie was released and with VLSI just on the horizon. At that time, several different technologies were used to fabricate the components that make up integrated circuits. Each of these technologies is sometimes called a family of ICs. By the mid-1970s, two families were prevalent: TTL (pronounced tee tee ell) and CMOS (see moss).

TTL stands for transistor-transistor logic. If in the mid-1970s you were a digital design engineer (which meant that you designed larger circuits from ICs), a 1 ¼-inch-thick book first published in 1973 by Texas Instruments called The TTL Data Book for Design Engineers would be a permanent fixture on your desk. This is a complete reference to the 7400 (seventy-four hundred) series of TTL integrated circuits sold by Texas Instruments and several other companies, so called because each IC in this family is identified by a number beginning with the digits 74.

Every integrated circuit in the 7400 series consists of logic gates that are prewired in a particular configuration. Some chips provide simple prewired gates that you can use to create larger components; other chips provide common components such as flip-flops, adders, selectors, and decoders.

The first IC in the 7400 series is number 7400 itself, which is described in the TTL Data Book as "Quadruple 2-Input Positive-NAND Gates." What this means is that this particular integrated circuit contains four 2-input NAND gates. They're called positive NAND gates because a voltage corresponds to 1 and no voltage corresponds to 0. This is a 14-pin chip, and a little diagram in the data book shows how the pins correspond to the inputs and outputs:

image with no caption

This diagram is a top view of the chip (pins on the bottom) with the little indentation (shown on page 250) at the left.

Pin 14 is labeled VCC and is equivalent to the V symbol that I've been using to indicate a voltage. (By convention, any double letter subscript on a capital V indicates a power supply. The C in this subscript refers to the collector input of a transistor, which is internally where the voltage supply is connected.) Pin 7 is labeled GND for ground. Every integrated circuit that you use in a particular circuit must be connected to a power supply and a common ground.

For 7400 series TTL, VCC must be between 4.75 and 5.25 volts. Another way of saying this is that the power supply voltage must be 5 volts plus or minus 5 percent. If the power supply is below 4.75 volts, the chip might not work. If it's higher than 5.25, the chip could be damaged. You generally can't use batteries with TTL; even if you were to find a 5-volt battery, the voltage wouldn't be exact enough to be adequate for these chips. TTL usually requires a power supply that you plug into the wall.

Each of the four NAND gates in the 7400 chip has two inputs and one output. They work independently of each other. In past chapters, we've been differentiating between inputs being either 1 (which is a voltage) or 0 (which is no voltage). In reality, an input to one of these NAND gates can range anywhere from 0 volts (ground) to 5 volts (VCC). In TTL, anything between 0 volts and 0.8 volt is considered to be a logical 0, and anything between 2 volts and 5 volts is considered to be a logical 1. Inputs between 0.8 volt and 2 volts should be avoided.

The output of a TTL gate is typically about 0.2 volt for a logical 0 and 3.4 volts for a logical 1. Because these voltages can vary somewhat, inputs and outputs to integrated circuits are sometimes referred to as low and high rather than 0 and 1. Moreover, sometimes a low voltage can mean a logical 1 and a high voltage can mean a logical 0. This configuration is referred to as negative logic. When the 7400 chip is referred to as "Quadruple 2-Input Positive-NAND Gates," the word positive means positive logic is assumed.

If the output of a TTL gate is typically 0.2 volt for a logical 0 and 3.4 volts for a logical 1, these outputs are safely within the input ranges, which are between 0 and 0.8 volt for a logical 0 and between 2 and 5 volts for a logical 1. This is how TTL is insulated against noise. A 1 output can lose about 1.4 volts and still be high enough to qualify as a 1 input. A 0 output can gain 0.6 volt and still be low enough to qualify as a 0 input.

Probably the most important fact to know about a particular integrated circuit is the propagation time. That's the time it takes for a change in the inputs to be reflected in the output.

Propagation times for chips are generally measured in nanoseconds, abbreviated nsec. A nanosecond is a very short period of time. One thousandth of a second is a millisecond. One millionth of a second is a microsecond. One billionth of a second is a nanosecond. The propagation time for the NAND gates in the 7400 chip is guaranteed to be less than 22 nanoseconds. That's 0.000000022 seconds, or 22 billionths of a second.

If you can't get the feel of a nanosecond, you're not alone. Nobody on this planet has anything but an intellectual appreciation of the nanosecond. Nanoseconds are much shorter than anything in human experience, so they'll forever remain incomprehensible. Every explanation makes the nanosecond more elusive. For example, I can say that if you're holding this book 1 foot away from your face, a nanosecond is the time it takes the light to travel from the page to your eyes. But do you really have a better feel for the nanosecond now?

Yet the nanosecond is what makes computers possible. As we saw in Chapter 17, a computer processor does moronically simple things—it moves a byte from memory to register, adds a byte to another byte, moves the result back to memory. The only reason anything substantial gets completed (not in the Chapter 17 computer but in real ones) is that these operations occur very quickly. To quote Robert Noyce, "After you become reconciled to the nanosecond, computer operations are conceptually fairly simple."

Let's continue perusing the TTL Data Book for Design Engineers. You will see a lot of familiar little items in this book. The 7402 chip contains four 2-input NOR gates, the 7404 has six inverters, the 7408 has four 2-input AND gates, the 7432 has four 2-input OR gates, and the 7430 has an 8-input NAND gate:

image with no caption

The abbreviation NC means no connection.

The 7474 chip is another that will sound very familiar. It's a "Dual D-Type Positive-Edge-Triggered Flip-Flop with Preset and Clear" and is diagrammed like this:

image with no caption

The TTL Data Book even includes a logic diagram for each flip-flop in this chip:

image with no caption

You'll recognize this as being similar to the diagram at the end of Chapter 14, except that I used NOR gates. The logic table in the TTL Data Book is a little different as well:

InputsOutputs

Pre

Clr

Clk

D

Q

L

H

X

X

H

L

H

L

X

X

L

H

L

L

X

X

H*

H*

H

L

H

H

L

H

H

L

L

H

H

H

L

X

Q0

0

In this table, the H stands for High and the L stands for Low. You can think of these as 1 and 0 if you wish. In my flip-flop, the Preset and Clear inputs were normally 0; here they're normally 1.

Moving right along in the TTL Data Book, you'll discover that the 7483 chip is a 4-Bit Binary Full Adder, 74151 is a 8-Line-To-1-Line Data Selector, the 74154 is a 4-line-To-16-Line Decoder, 74161 is a Synchronous 4-Bit Binary Counter, and 74175 is a Quadruple D-Type Flip-Flop with Clear. You can use two of these chips for making an 8-bit latch.

So now you know how I came up with all the various components I've been using since Chapter 11. I stole them from the TTL Data Book for Design Engineers.

As a digital design engineer, you would spend long hours going through the TTL Data Book familiarizing yourself with the types of TTL chips that were available. Once you knew all your tools, you could actually build the computer I showed in Chapter 17 out of TTL chips. Wiring the chips together is a lot easier than wiring individual transistors together. But you might want to consider not using TTL to make the 64-KB RAM array. In the 1973 TTL Data Book, the heftiest RAM chip listed is a mere 256 x 1 bits. You'd need 2048 of these chips to make 64 KB! TTL was never the best technology for memory. I'll have more to say about memory in Chapter 21.

You'd probably want to use a better oscillator as well. While you can certainly connect the output of a TTL inverter to the input, it's better to have an oscillator with a more predictable frequency. Such an oscillator can be constructed fairly easily using a quartz crystal that comes in a little flat can with two wires sticking out. These crystals vibrate at very specific frequencies, usually at least a million cycles per second. A million cycles per second is called a megahertz and abbreviated MHz. If the Chapter 17 computer were constructed out of TTL, it would probably run fine with a clock frequency of 10 MHz. Each instruction would execute in 400 nanoseconds. This, of course, is much faster than anything we conceived when we were working with relays.

The other popular chip family was (and still is) CMOS, which stands for complementary metal-oxide semiconductor. If you were a hobbyist designing circuits from CMOS ICs in the mid-1970s, you might use as a reference source a book published by National Semiconductor and available at your local Radio Shack entitled CMOS Databook. This book contains information about the 4000 (four thousand) series of CMOS ICs.

The power supply requirement for TTL is 4.75 to 5.25 volts. For CMOS, it's anything from 3 volts to 18 volts. That's quite a leeway! Moreover, CMOS requires much less power than TTL, which makes it feasible to run small CMOS circuits from batteries. The drawback of CMOS is lack of speed. For example, the CMOS 4008 4-bit full adder running at 5 volts is only guaranteed to have a propagation time of 750 nanoseconds. It gets faster as the power supply gets higher—250 nsec at 10 volts and 190 nsec at 15 volts. But the CMOS device doesn't come close to the TTL 4-bit adder, which has a propagation time of 24 nsec. (Twenty-five years ago, the trade-off between the speed of TTL and the low power requirements of CMOS was fairly clear cut. Today there are low-power versions of TTL and high-speed versions of CMOS.)

On the practical side, you would probably begin wiring chips together on a plastic breadboard:

image with no caption

Each short row of 5 holes is electrically connected underneath the plastic base. You insert chips into the breadboard so that a chip straddles the long central groove and the pins go into the holes on either side of the groove. Each pin of the IC is then electrically connected to 4 other holes. You connect the chips with pieces of wires pushed into the other holes.

You can wire chips together more permanently using a technique called wire-wrapping. Each chip is inserted into a socket that has long square posts:

image with no caption

Each post corresponds to a pin of the chip. The sockets themselves are inserted into thin perforated boards. From the other side of the board, you use a special wire-wrap gun to tightly wrap thin pieces of insulated wire around the post. The square edges of the post break through the insulation and make an electrical connection with the wire.

If you were actually manufacturing a particular circuit using ICs, you'd probably use a printed circuit board. Back in the old days, this was something a hobbyist could do. Such a board has holes and is covered by a thin layer of copper foil. Basically, you cover all the areas of copper you want to preserve with an acid resistant and use acid to etch away the rest. You can then solder IC sockets (or the ICs themselves) directly to the copper on the board. But because of the very many interconnections among ICs, a single area of copper foil is usually inadequate. Commercially manufactured printed circuit boards have multiple layers of interconnections.

By the early 1970s, it became possible to use ICs to create an entire computer processor on a single circuit board. It was really only a matter of time before somebody put the whole processor on a single chip. Although Texas Instruments filed a patent for a single-chip computer in 1971, the honor of actually making one belongs to Intel, a company started in 1968 by former Fairchild employees Robert Noyce and Gordon Moore. Intel's first major product was, in 1970, a memory chip that stored 1024 bits, which was the greatest number of bits on a chip at that time.

Intel was in the process of designing chips for a programmable calculator to be manufactured by the Japanese company Busicom when they decided to take a different approach. As Intel engineer Ted Hoff put it, "Instead of making their device act like a calculator with some programming abilities, I wanted to make it function as a general-purpose computer programmed to be a calculator." This led to the Intel 4004 (pronounced forty oh four), the first "computer on a chip," or microprocessor. The 4004 became available in November 1971 and contained 2300 transistors. (By Moore's Law, microprocessors made 18 years later should contain about 4000 times as many transistors, or about 10 million. That's a fairly accurate prediction.)

Having told you the number of its transistors, I'll now describe three other important characteristics of the 4004. These three measures are often used as standards for comparison among microprocessors since the 4004.

First, the 4004 was a 4-bit microprocessor. This means that the data paths in the processor were only 4 bits wide. When adding or subtracting numbers, it handled only 4 bits at a shot. In contrast, the computer developed in Chapter 17 has 8-bit data paths and is thus an 8-bit processor. As we'll soon see, 4-bit microprocessors were surpassed very quickly by 8-bit microprocessors. No one stopped there. In the late 1970s, 16-bit microprocessors became available. When you think back to Chapter 17 and recall the several instruction codes necessary to add two 16-bit numbers on an 8-bit processor, you'll appreciate the advantage that a 16-bit processor gives you. In the mid-1980s, 32-bit microprocessors were introduced and have remained the standard for home computers since then.

Second, the 4004 had a maximum clock speed of 108,000 cycles per second, or 108 kilohertz (KHz). Clock speed is the maximum speed of an oscillator that you can connect to the microprocessor to make it go. Any faster and it might not work right. By 1999, microprocessors intended for home computers had hit the 500-megahertz point—about 5000 times faster than the 4004.

Third, the addressable memory of the 4004 was 640 bytes. This seems like an absurdly low amount; yet it was in line with the capacity of memory chips available at the time. As you'll see in the next chapter, within a couple of years microprocessors could address 64 KB of memory, which is the capability of the Chapter 17 machine. Intel microprocessors in 1999 can address 64 terabytes of memory, although that's overkill considering that most people have fewer than 256 megabytes of RAM in their home computers.

These three numbers don't affect the capability of a computer. A 4-bit processor can add 32-bit numbers, for example, simply by doing it in 4-bit chunks. In one sense, all digital computers are the same. If the hardware of one processor can do something another can't, the other processor can do it in software; they all end up doing the same thing. This is one of the implications of Alan Turing's 1937 paper on computability.

Where processors ultimately do differ, however, is in speed. And speed is a big reason why we're using computers to begin with.

The maximum clock speed is an obvious influence on the overall speed of a processor. That clock speed determines how fast each instruction is being executed. The processor data width affects speed as well. Although a 4-bit processor can add 32-bit numbers, it can't do it nearly as fast as a 32-bit processor. What might be confusing, however, is the effect on speed of the maximum amount of memory that a processor can address. At first, addressable memory seems to have nothing to do with speed and instead reflects a limitation on the processor's ability to perform certain functions that might require a lot of memory. But a processor can always get around the memory limitation by using some memory addresses to control some other medium for saving and retrieving information. (For example, suppose every byte written to a particular memory address is actually punched on a paper tape, and every byte read from that address is read from the tape.) What happens, however, is that this process slows down the whole computer. The issue again is speed.

Of course, these three numbers indicate only roughly how fast the microprocessor operates. These numbers tell you nothing about the internal architecture of the microprocessor or about the efficiency and capability of the machine-code instructions. As processors have become more sophisticated, many common tasks previously done in software have been built into the processor. We'll see examples of this trend in the chapters ahead.

Even though all digital computers have the same capabilities, even though they can do nothing beyond the primitive computing machine devised by Alan Turing, the speed of a processor of course ultimately affects the over-all usefulness of a computer system. Any computer that's slower than the human brain in performing a set of calculations is useless, for example. And we can hardly expect to watch a movie on our modern computer screens if the processor needs a minute to draw a single frame.

But back to the mid-1970s. Despite the limitations of the 4004, it was a start. By April 1972, Intel had released the 8008—an 8-bit microprocessor running at 200 kHz that could address 16 KB of memory. (See how easy it is to sum up a processor with just three numbers?) And then, in a five-month period in 1974, both Intel and Motorola came out with microprocessors that were intended to improve on the 8008. These two chips changed the world.

PK?b  OEBPS/ch19.html Chapter 19. Two Classic Microprocessors

Chapter 19. Two Classic Microprocessors

The microprocessor—a consolidation of all the components of a central processing unit (CPU) of a computer on a single chip of silicon—was born in 1971. It was a modest beginning: The first microprocessor, the Intel 4004, contained about 2300 transistors. Today, nearly three decades later, microprocessors made for home computers are approaching the 10,000,000 transistor mark.

Yet what the microprocessor actually does on a fundamental level has remained unchanged. While those millions of additional transistors in today's chips might be doing interesting things, in an initial exploration of the microprocessor they offer more distraction than enlightenment. To obtain the clearest view of what a microprocessor does, let's look at the first ready-for-prime-time microprocessors.

These microprocessors appeared in 1974, the year in which Intel introduced the 8080 (pronounced eighty eighty) in April and Motorola—a company that had been making semiconductors and transistor-based products since the 1950s—introduced the 6800 (sixty-eight hundred) in August. These weren't the only microprocessors available that year. Also in 1974, Texas Instruments introduced the 4-bit TMS 1000, which was used in many calculators, toys, and appliances; and National Semiconductor introduced the PACE, which was the first 16-bit microprocessor. In retrospect, however, the 8080 and the 6800 were certainly the two most historically significant chips.

Intel set the initial price of the 8080 at $360, a sly dig at IBM's System/360, a large mainframe system used by many large corporations that cost millions. (Today you can buy an 8080 chip for $1.95.) It's not as if the 8080 is comparable to System/360 in any way, but within a few years IBM itself would certainly be taking notice of these very small computers.

The 8080 is an 8-bit microprocessor that contains about 6000 transistors, runs at a 2 MHz clock speed, and addresses 64 kilobytes of memory. The 6800 (also selling these days for $1.95) has about 4000 transistors and also addresses 64 KB of memory. The first 6800 ran at 1 MHz, but by 1977 Motorola introduced later versions running at 1.5 and 2 MHz.

These chips are referred to as single-chip microprocessors and less accurately as computers on a chip. The processor is only one part of the whole computer. In addition to the processor, a computer at the very least requires some random access memory (RAM), some way for a person to get information into the computer (an input device), some way for a person to get information out of the computer (an output device), and several other chips that bind everything together. But I'll describe these other components in greater detail in Chapter 21.

For now, let's look at the microprocessor itself. Often a description of a microprocessor is accompanied by a block diagram that illustrates the internal components of the microprocessor and how they're connected. But we had enough of that in Chapter 17. Instead, we'll get a sense of what's inside the processor by seeing how it interacts with the outside world. In other words, we can think of the microprocessor as a black box whose internal operations we don't need to study minutely in order to understand what it does. We can instead grasp what the microprocessor does by examining the chip's input and output signals, and in particular the chip's instruction set.

Both the 8080 and 6800 are 40-pin integrated circuits. The most common IC package for these chips is about 2 inches long, about a half inch wide, and ⅛ inch thick:

image with no caption

Of course, what you see is just the packaging. The actual wafer of silicon inside is much smaller—in the case of the early 8-bit microprocessors, the silicon is less than ¼ inch square. The packaging protects the silicon chip and also provides access to all of the chip's input and output points through the pins. The diagram on the following page shows the function of the 40 pins of the 8080.

image with no caption

Every electrical or electronic device that we've built in this book has required some kind of electrical power supply. One of the 8080's quirks is that it requires three power supply voltages. Pin 20 must be connected to a 5-volt power supply, pin 11 to a –5-volt power supply, and pin 28 to a 12-volt power supply. You connect pin 2 to ground. (In 1976, Intel released the 8085 chip, which simplified these power requirements.)

All the remaining pins are drawn as arrows. An arrow from the chip indicates an output signal. This is a signal controlled by the microprocessor that other chips in the computer respond to. An arrow into the chip indicates an input signal. This is a signal that comes from another chip in the computer that the 8080 responds to. Some pins are both inputs and outputs.

The processor in Chapter 17 required an oscillator to make it go. The 8080 requires two different synchronized 2-MHz clock inputs labeled ø1 and ø2 on pins 22 and 15. These signals are most conveniently supplied by another chip made by Intel known as the 8224 Clock Signal Generator. You connect an 18-MHz quartz crystal to this chip, and it basically does the rest.

A microprocessor always has multiple output signals that address memory. The number of signals it has for this purpose is directly related to the amount of memory the microprocessor can address. The 8080 has 16 signals labeled A0 through A15, which give it the ability to address 216, or 65,536, bytes of memory.

The 8080 is an 8-bit microprocessor that reads data from memory and writes data to memory 8 bits at a time. The chip includes eight signals labeled D0 through D7. These signals are the only ones on the chip that are both inputs and outputs. When the microprocessor reads a byte of memory, the pins function as inputs; when the microprocessor writes a byte to memory, the pins function as outputs.

The other ten pins of the microprocessor are control signals. The RESET input, for example, is used to reset the microprocessor. The output signal indicates that the microprocessor needs to write a byte of memory into RAM. (The signal corresponds to the Write input of the RAM array.) In addition, other control signals appear on the D0 through D7 pins at a particular time while the chip reads instructions. Computer systems built around the 8080 generally use the 8228 System Controller chip to latch these additional control signals. I'll describe some control signals later on, but the 8080's control signals are notoriously messy, so unless you're going to actually design a computer based on the chip, it's best not to torture yourself with its control signals.

Let's assume that the 8080 microprocessor is connected to 64 KB of memory that we have the ability to write bytes into and read bytes from independent of the microprocessor.

After the 8080 chip is reset, it reads the byte located at memory address 0000h into the microprocessor. It does this by outputting 16 zeros on the address signals A0 through A15. The byte it reads should be an 8080 instruction, and the process of reading this byte is known as an instruction fetch.

In the computer we built in Chapter 17, all instructions (except HLT) were 3 bytes in length, consisting of an opcode and a 2-byte address. In the 8080, instructions can be 1 byte, 2 bytes, or 3 bytes in length. Some instructions cause the 8080 to read a byte from a particular location in memory into the microprocessor. Some instructions cause the 8080 to write a byte from the microprocessor into a particular location in memory. Other instructions cause the 8080 to do something internally without using any RAM. After processing the first instruction, the 8080 accesses the second instruction in memory, and so forth. Together, these instructions constitute a computer program that can do something interesting.

When the 8080 is running at its maximum speed of 2 MHz, each clock cycle is 500 nanoseconds. (1 ÷ 2,000,000 cycles per second = 0.000000500 seconds.) The instructions in the Chapter 17 computer all required 4 clock cycles. Each 8080 instruction requires anywhere from 4 to 18 clock cycles. This means that each instruction is executed in 2 to 9 microseconds (millionths of a second).

Probably the best way to understand what a particular microprocessor is capable of doing is to examine its complete instruction set in a systematic manner.

The final computer in Chapter 17 had only 12 instructions. An 8-bit microprocessor could easily have as many as 256 instructions, each opcode corresponding to a particular 8-bit value. (It could actually have more if some instructions have 2-byte opcodes.) The 8080 doesn't go quite that far, but it does have 244 opcodes. That might seem like a lot, but all in all, the 8080 doesn't really do all that much more than the computer in Chapter 17. For example, if you need to do multiplication or division using an 8080, you still need to write your own little program to do it.

As you'll recall from Chapter 17, each opcode in a processor's instruction set is usually associated with a particular mnemonic, and some of these mnemonics might have arguments. But these mnemonics are solely for convenience in referring to the opcodes. The processor reads only bytes; it knows nothing about the text that makes up the mnemonics. (For purposes of clarity, I've taken some liberty with the mnemonics as they appear in Intel's documentation of the 8080.)

The Chapter 17 computer had two important instructions that we initially called Load and Store. Each of these instructions occupied 3 bytes of memory. The first byte of a Load instruction was the opcode, and the 2 bytes that followed the opcode indicated a 16-bit address. The processor loaded the byte at that address into the accumulator. Similarly, the Store instruction saved the contents of the accumulator in the address indicated in the instruction.

Later on, we discovered that we could abbreviate these two opcodes using mnemonics:

LOD A,[aaaa]
STO [aaaa],A

where A stands for the accumulator (the destination in the Load instruction and the source in the Store instruction) and aaaa indicates a 16-bit memory address, usually written as 4 hexadecimal digits.

The 8-bit accumulator in the 8080 is called A, just like the accumulator in Chapter 17. And like the computer in Chapter 17, the 8080 includes two instructions that do exactly the same thing as the Load and Store instructions. The 8080 opcodes for these two instructions are 32h and 3Ah, and each opcode is followed by a 16-bit address. The 8080 mnemonics are STA (standing for Store Accumulator) and LDA (Load Accumulator):

Opcode

Instruction

32

STA [aaaa],A

3A

LDA A,[aaaa]

In addition to the accumulator, the 8080 contains six registers that can also hold 8-bit values inside the microprocessor. These registers are very similar to the accumulator; indeed, the accumulator is considered to be a special type of register. Like the accumulator, the other six registers are latches; the processor can move bytes from memory into registers, and from registers back into memory. The other registers, however, aren't as versatile as the accumulator. When you add two 8-bit numbers, for example, the result always goes into the accumulator rather than into one of the other registers.

The six additional registers in the 8080 are named B, C, D, E, H, and L. The first question people usually ask is, "What happened to F and G?" and the second question is, "And what about I, J, and K?" The answer is that registers H and L are so called because they're special in a certain way. H stands for high and L stands for low. Very often the 8-bit quantities in H and L are treated in tandem as a 16-bit register pair named HL, H being the high-order byte and L being the low-order byte. This 16-bit value is often used to address memory. We'll see how this works shortly.

Are all these registers necessary? Why didn't we need them in the Chapter 17 computer? In theory, they aren't necessary. But they turn out to be very convenient. Many computer programs juggle several numbers at the same time. It's easiest to do this if all the numbers are stored in microprocessor registers rather than memory. The program is usually faster as well: The fewer times a program needs to access memory, generally the faster it will run.

No fewer than 63 opcodes are devoted to a single 8080 instruction called MOV, which is short for Move. This instruction is just a single byte. The instruction usually moves the contents of one register into another (or the same) register. The large number of MOV instructions is a normal consequence of designing a microprocessor with seven registers (including the accumulator).

Here are the first 32 MOV instructions. Remember that the destination is the argument on the left and the source is the argument on the right:

Opcode

Instruction

Opcode

Instruction

40

MOV B,B

50

MOV D,B

41

MOV B,C

51

MOV D,C

42

MOV B,D

52

MOV D,D

43

MOV B,E

53

MOV D,E

44

MOV B,H

54

MOV D,H

45

MOV B,L

55

MOV D,L

46

MOV B,[HL]

56

MOV D,[HL]

47

MOV B,A

57

MOV D,A

48

MOV C,B

58

MOV E,B

49

MOV C,C

59

MOV E,C

4A

MOV C,D

5A

MOV E,D

4B

MOV C,E

5B

MOV E,E

4C

MOV C,H

5C

MOV E,H

4D

MOV C,L

5D

MOV E,L

4E

MOV C,[HL]

5E

MOV E,[HL]

4F

MOV C,A

5F

MOV E,A

These are handy instructions to have. Whenever you have a value in one register, you know you can move it to another register. Notice also the four instructions that use the HL register pair, such as

MOV B,[HL]

The LDA instruction shown earlier transfers a byte from memory into the accumulator; the 16-bit address of the byte directly follows the LDA opcode. This MOV instruction transfers a byte from memory into register B. But the address of the byte to be loaded into the register is stored in the register pair HL registers. How did HL come to hold a 16-bit memory address? Well, it could happen in a variety of ways. Maybe the address was calculated in some way.

To summarize, these two instructions

LDA A,[aaaa]
MOV B,[HL]

both load a byte from memory into the microprocessor, but they use two different methods to address memory. The first method is called direct addressing and the second method is called indexed addressing.

The second batch of 32 MOV instructions shows that the memory location addressed by HL can also be a destination:

Opcode

Instruction

Opcode

Instruction

40

MOV B,B

50

MOV D,B

60

MOV H,B

70

MOV [HL],B

61

MOV H,C

71

MOV [HL],C

62

MOV H,D

72

MOV [HL],D

63

MOV H,E

73

MOV [HL],E

64

MOV H,H

74

MOV [HL],H

65

MOV H,L

75

MOV [HL],L

66

MOV H,[HL]

76

HLT

67

MOV H,A

77

MOV [HL],A

68

MOV L,B

78

MOV A,B

69

MOV L,C

79

MOV A,C

6A

MOV L,D

7A

MOV A,D

6B

MOV L,E

7B

MOV A,E

6C

MOV L,H

7C

MOV A,H

6D

MOV L,L

7D

MOV A,L

6E

MOV L,[HL]

7E

MOV A,[HL]

6F

MOV L,A

7F

MOV A,A

Several of these instructions, such as

MOV A,A

don't do anything useful. But the instruction

MOV [HL],[HL]

doesn't exist. The opcode that would otherwise correspond to that instruction is actually a HLT (Halt) instruction.

A more revealing way to look at all these MOV opcodes is to examine the bit pattern of the opcode. The MOV opcode consists of the 8 bits

01dddsss

in which the letters ddd represent a 3-bit code that refers to a destination, and sss is a 3-bit code that refers to a source. These 3-bit codes are

000 = Register B
001 = Register C
010 = Register D
011 = Register E
100 = Register H
101 = Register L
110 = Contents of memory at address HL
111 = Accumulator

For example, the instruction

MOV L,E

is associated with the opcode

01101011

or 6Bh. You can check the preceding table to verify that.

So probably somewhere inside the 8080, the 3 bits labeled sss are used in a 8-Line-to-1-Line Data Selector, and the 3 bits labeled ddd are used to control a 3-Line-to-8-Line Decoder that determines which register latches a value.

It's also possible to use registers B and C as a 16-bit register pair BC, and registers D and E as a 16-bit register pair DE. If either register pair contains the address of a memory location that you want to use to load or store a byte, you can use the following instructions:

Opcode

Instruction

Opcode

Instruction

02

STAX [BC],A

0A

LDAX A,[BC]

12

STAX [DE],A

1A

LDAX A,[DE]

Another type of Move instruction is called Move Immediate and is assigned the mnemonic MVI. The Move Immediate instruction is composed of 2 bytes. The first is the opcode, and the second is a byte of data. That byte is transferred from memory into one of the registers or to the memory location addressed by the HL register pair:

Opcode

Instruction

06

MVI B,xx

0E

MVI C,xx

16

MVI D,xx

1E

MVI E,xx

26

MVI H,xx

2E

MVI L,xx

36

MVI [HL],xx

3E

MVI A,xx

For example, after the instruction

MVI E,37h

the register E contains the byte 37h. This is considered to be a third method of addressing memory, called immediate addressing.

A collection of 32 opcodes do the four basic arithmetical operations we're familiar with from the processor we developed in Chapter 17. These are addition (ADD), addition with carry (ADC), subtraction (SUB), and subtraction with borrow (SBB). In all cases, the accumulator is one of the two operands and is also the destination for the result:

Opcode

Instruction

Opcode

Instruction

80

ADD A,B

90

SUB A,B

81

ADD A,C

91

SUB A,C

82

ADD A,D

92

SUB A,D

83

ADD A,E

93

SUB A,E

84

ADD A,H

94

SUB A,H

85

ADD A,L

95

SUB A,L

86

ADD A,[HL]

96

SUB A,[HL]

87

ADD A,A

97

SUB A,A

88

ADC A,B

98

SBB A,B

89

ADC A,C

99

SBB A,C

8A

ADC A,D

9A

SBB A,D

8B

ADC A,E

9B

SBB A,E

8C

ADC A,H

9C

SBB A,H

8D

ADC A,L

9D

SBB A,L

8E

ADC A,[HL]

9E

SBB A,[HL]

8F

ADC A,A

9F

SBB A,A

Suppose A contains the byte 35h and register B contains the byte 22h. After executing

SUB A,B

the accumulator contains the byte 13h.

If A contains the byte 35h, and register H contains the byte 10h, and L contains the byte 7Ch, and the memory location 107Ch contains the byte 4Ah, the instruction

ADD A,[HL]

adds the byte in the accumulator (35h) and the byte addressed by the register pair HL (4Ah) and stores the result (7Fh) in the accumulator.

The ADC and SBB instructions allow the 8080 to add and subtract 16-bit, 24-bit, 32-bit, and larger numbers. For example, suppose the register pairs BC and DE both contain 16-bit numbers. You want to add them and put the result in BC. Here's how to do it:

MOV A,C     ; Low-order byte
ADD A,E
MOV C,A
MOV A,B     ; High-order byte
ADC A,D
MOV B,A

The two addition instructions are ADD for the low-order byte and ADC for the high-order byte. Any carry bit that results from the first addition is included in the second addition. But because you can add only with the accumulator, this little snippet of code requires no fewer than 4 MOV instructions. Lots of MOV instructions usually show up in 8080 code.

This is a good time to talk about the 8080 flags. In our processor in Chapter 17, we had a Carry flag and a Zero flag. The 8080 has three more, called Sign, Parity, and Auxiliary Carry. All the flags are stored in yet another 8-bit register called the Program Status Word (PSW). Instructions such as LDA, STA, or MOV don't affect the flags at all. The ADD, SUB, ADC, and SBB instructions do affect the flags, however, in the following way:

Two instructions affect the carry flag directly:

Opcode

Instruction

Meaning

37

STC

Set Carry flag to 1

3F

CMC

Complement Carry flag

The computer in Chapter 17 performed ADD, ADC, SUB, and SBB instructions (although not with nearly as much flexibility), but the 8080 does Boolean AND, OR, and XOR operations as well. Both arithmetic and logical operations are performed by the processor's Arithmetic Logic Unit (ALU).

Opcode

Instruction

Opcode

Instruction

A0

AND A,B

B0

OR A,B

A1

AND A,C

B1

OR A,C

A2

AND A,D

B2

OR A,D

A3

AND A,E

B3

OR A,E

A4

AND A,H

B4

OR A,H

A5

AND A,L

B5

OR A,L

A6

AND A,[HL]

B6

OR A,[HL]

A7

AND A,A

B7

OR A,A

A8

XOR A,B

B8

CMP A,B

A9

XOR A,C

B9

CMP A,C

AA

XOR A,D

BA

CMP A,D

AB

XOR A,E

BB

CMP A,E

AC

XOR A,H

BC

CMP A,H

AD

XOR A,L

BD

CMP A,L

AE

XOR A,[HL]

BE

CMP A,[HL]

AF

XOR A,A

BF

CMP A,A

The AND, XOR, and OR instructions perform bitwise operations. This means that the logical operation is performed on each pair of bits separately.

For example,

MVI A,0Fh
MVI B,55h
AND A,B

The value in the accumulator will be 05h. If the third instruction were an OR, the result would be 5Fh. If the instruction were an XOR, the result would be 5Ah.

The CMP (Compare) instruction is just like the SUB instruction except that the result isn't stored in the accumulator. In other words, the CMP performs a subtraction and then throws away the result. What's the point? The flags! The flags tell you the relationship between the 2 bytes that you compared. For example, consider the following instructions:

MVI B,25h
CMP A,B

After this instruction, the contents of A remain unchanged. However, the Zero flag is set if the value in A equals 25h. The Carry flag is set if the value in A is less than 25h.

The eight arithmetic and logic operations also have versions that operate on an immediate byte:

Opcode

Instruction

Opcode

Instruction

C6

ADI A,xx

E6

ANI A,xx

CE

ACI A,xx

EE

XRI A,xx

D6

SUI A,xx

F6

ORI A,xx

DE

SBI A,xx

FE

CPI A,xx

For example, the two lines shown above can be replaced with

CPI A,25h

Here are two miscellaneous 8080 instructions:

Opcode

Instruction

27

DAA

2F

CMA

CMA stands for Complement Accumulator. It performs a ones' complement of the value in the accumulator. Every 0 becomes a 1 and every 1 becomes a 0. If the accumulator is 01100101, the CMA instruction causes it to be 10011010. You can also complement the accumulator using the instruction

XRI A,FFh

DAA stands for Decimal Adjust Accumulator, as I mentioned earlier, and it's probably the most sophisticated single instruction in the 8080. A whole little section of the microprocessor is dedicated specifically to performing this instruction.

The DAA instruction helps a programmer implement decimal arithmetic using a method of representing numbers known as binary-coded decimal, or BCD. In BCD, each nibble of data may range only from 0000 through 1001, corresponding to decimal digits 0 through 9. The 8 bits of a byte can store two decimal digits in BCD format.

Suppose the accumulator contains the BCD value 27h. Because this is a BCD value, it actually refers to the decimal value 27. (Normally, the hexadecimal value 27h has the decimal equivalent 39.) Suppose also that register B contains the BCD value 94h. If you execute the instruction

MVI A,27h
MVI B,94h
ADD A,B

the accumulator will contain the value BBh, which, of course, isn't a BCD value because the nibbles of BCD bytes never exceed 9. But now execute the instruction

DAA

Now the accumulator contains 21h, and the Carry flag is set. That's because the decimal sum of 27 and 94 equals 121. This can be handy if you need to do BCD arithmetic.

Very often it's necessary to add 1 to a particular value or subtract 1 from a value. In the multiplication program in Chapter 17, we needed to subtract 1 from a value, and the way we did it was to add FFh, which is the two's complement value of –1. The 8080 includes special instructions for increasing a register or memory location by 1 (this is known as an increment) or decreasing by 1 (decrement):

Opcode

Instruction

Opcode

Instruction

04

INR B

05

DCR B

0C

INR C

0D

DCR C

14

INR D

15

DCR D

1C

INR E

1D

DCR E

24

INR H

25

DCR H

2C

INR L

2D

DCR L

34

INR [HL]

35

DCR [HL]

3C

INR A

3D

DCR A

The single-byte INR and DCR instructions affect all flags except the Carry flag.

The 8080 also includes four Rotate instructions. These instructions shift the contents of the accumulator 1 bit to the left or right:

Opcode

Instruction

Meaning

07

RLC

Rotate accumulator left

0F

RRC

Rotate accumulator right

17

RAL

Rotate accumulator left through carry

1F

RAR

Rotate accumulator right through carry

Only the Carry flag is affected by these instructions.

Suppose the accumulator contains the value A7h, or 10100111 in binary. The RLC instruction shifts the bits left. The lowest bit (shifted out of the bottom) becomes the highest bit (shifted into the top) and also determines the state of the Carry flag. The result is 01001111, and the Carry flag is 1. The RRC instruction shifts the bits right in the same way. Beginning with 10100111, the result after an RRC instruction is 11010011, and the Carry flag is 1.

The RAL and RAR instructions work a little differently. The RAL instruction sets the Carry flag to the lowest bit of the accumulator when shifting left but sets the highest bit to the previous contents of the Carry flag. For example, if the accumulator contains 10100111 and the Carry flag is 0, RAL causes the accumulator to become 01001110 and the Carry flag to be 1. Similarly, under the same initial conditions RAR causes the accumulator to become 01010011 and the Carry flag to be set to 1.

The shift instructions come in handy when you're multiplying a number by 2 (that's a shift left) or dividing a number by 2 (a shift right).

The memory that the microprocessor addresses is called random access memory (RAM) for a reason: The microprocessor can access any particular memory location simply by supplying an address of that location. RAM is like a book that we can open to any page. It's not like a week's worth of a newspaper on microfilm. Finding something in Saturday's edition requires us to scan through most of the week. Similarly, playing the last song on a cassette tape requires us to fast forward through the whole side of the album. The term for microfilm or tape storage isn't random access but sequential access.

Random access memory is definitely a good thing, particularly for microprocessors, but sometimes it's advantageous to treat memory a little differently. Here's a form of storage that's neither random nor sequential: Suppose you work in an office where people come to your desk to give you jobs to do. Each job involves a file folder of some sort. Often when you're working on one job, you find that before you can continue you must do a related job using another file folder. So you leave the first folder on your desk and put the second one on top of it to work on that. Now someone comes to your desk to give you yet another job that has higher priority than the earlier one. You're handed a new file folder and you work with that one on top of the other two. That job requires yet another file folder, and soon you have a pile of four file folders on your desk.

Notice that this pile is actually a very orderly way to store and keep track of all the jobs you're doing. The topmost file folder always has the highest-priority job. After you get rid of that one, the next one on the pile must be attended to, and so on. When you finally get rid of the last file folder on your desk (the first one you started with), you can go home.

The technical term for this form of storage is a stack. You're stacking things from the bottom up and removing them from the top down. It's also called last-in-first-out storage, or LIFO. The last thing put on the stack is the first thing taken off the stack. The first thing put on the stack is the last thing taken off the stack.

Computers also can use a stack, not for storing jobs but for storing numbers, and it's something that turns out to be quite convenient. Putting something on the stack is called a push, and taking something off the stack is called a pop.

Suppose you were writing an assembly-language program that used registers A, B, and C. But you notice that you've reached a point where the program needs to do something else—another little calculation that also needs to use registers A, B, and C. You eventually want to come back to what you were doing before, however, and continue using A, B, and C with the values they previously had.

What you could do, of course, is simply store registers A, B, and C in various locations in memory and later load these locations back into the registers. But that requires keeping track of where you stored them. A much cleaner way to do it is to push the registers on the stack:

PUSH A
PUSH B
PUSH C

I'll explain what these instructions actually do in a moment. For now, all we need to know is that they somehow save the contents of the registers in last-in-first-out memory. Once these statements are executed, your program can use these registers for other purposes without worry. To get the earlier values back, you simply pop them from the stack in the reverse order, as shown at the top of the following page.

POP C
POP B
POP A

Remember: Last in, first out. Accidentally switching around these POP statements would constitute a bug.

What's particularly nice about the stack mechanism is that lots of different sections of a program can use the stack without causing problems. For example, after the program pushes A, B, and C on the stack, another section of the program could decide it needs to do the same thing with registers C, D, and E:

PUSH C
PUSH D
PUSH E

Then all that's necessary is for that section of the program to restore the registers this way:

POP E
POP D
POP C

before the first section popped C, B, and A.

How is the stack implemented? The stack is, first of all, just a section of normal RAM that isn't being used for anything else. The 8080 microprocessor contains a special 16-bit register that addresses this section of memory. That 16-bit register is called the Stack Pointer.

My examples of pushing and popping individual registers weren't quite accurate for the 8080. The 8080 PUSH instruction actually stores 16-bit values on the stack, and the POP instruction retrieves them. So instead of instructions like PUSH C and POP C, we have the following 8 instructions:

Opcode

Instruction

Opcode

Instruction

C5

PUSH BC

C1

POP BC

D5

PUSH DE

D1

POP DE

E5

PUSH HL

E1

POP HL

F5

PUSH PSW

F1

POP PSW

The PUSH BC instruction stores registers B and C on the stack, and POP BC retrieves them. The abbreviation PSW in the last row refers to the Program Status Word, which, as you'll recall, is the 8-bit register that contains the flags. The two instructions in the bottom row actually push and pop both the accumulator and the PSW. If you want to save the contents of all the registers and flags, you can use

PUSH PSW
PUSH BC
PUSH DE
PUSH HL

When you later need to restore the contents of these registers, use the POP instructions in reverse order:

POP HL
POP DE
POP BC
POP PSW

How does the stack work? Let's assume the Stack Pointer is 8000h. The PUSH BC instruction causes the following to occur:

  • The Stack Pointer is decremented to 7FFFh.

  • The contents of register B are stored at the Stack Pointer address, or 7FFFh.

  • The Stack Pointer is decremented to 7FFEh.

  • The contents of register C are stored at the Stack Pointer address, or 7FFEh.

A POP BC instruction executed when the Stack Pointer is still 7FFEh undoes everything:

  • The contents of register C are loaded from the Stack Pointer address, or 7FFEh.

  • The Stack Pointer is incremented to 7FFFh.

  • The contents of register B are loaded from the Stack Pointer address, or 7FFFh.

  • The Stack Pointer is incremented to 8000h.

For every PUSH instruction, the stack increases 2 bytes in size. It's possible—possibly due to a bug in a program—that the stack will get so big that it will begin to overwrite some code or data needed by a program. This is a problem known as stack overflow. Similarly, too many POP instructions can prematurely exhaust the contents of the stack, a condition known as stack underflow.

If you have 64 KB of memory connected to your 8080, you might want to initially set the Stack Pointer to 0000h. The first PUSH instruction decrements that address to FFFFh. The stack then occupies the area of memory with the very highest addresses, quite a distance from your programs, which will probably be in the area of memory starting at address 0000h.

The instruction to set the value of the stack register is LXI, which stands for Load Extended Immediate. These instructions also load 16-bit register pairs with the two bytes that follow the opcode:

Opcode

Instruction

01

LXI BC,xxxx

11

LXI DE,xxxx

21

LXI HL,xxxx

31

LXI SP,xxxx

The instruction

LXI BC,527Ah

is equivalent to

MVI B,52
MVI C,7Ah

The LXI instruction saves a byte. In addition, the last LXI instruction in the preceding table is used to set the Stack Pointer to a particular value. It's not uncommon for this instruction to be one of the first instructions that a microprocessor executes after being restarted:

0000h:     LXI SP,0000h

It's also possible to increment and decrement register pairs and the Stack Pointer as if they were 16-bit registers:

Opcode

Instruction

Opcode

Instruction

03

INX BC

0B

DCX BC

13

INX DE

1B

DCX DE

23

INX HL

2B

DCX HL

33

INX SP

3B

DCX SP

While I'm on the subject of 16-bit instructions, let's look at a few more. The following instructions add the contents of 16-bit register pairs to the register pair HL:

Opcode

Instruction

09

DAD HL,BC

19

DAD HL,DE

29

DAD HL,HL

39

DAD HL,SP

These instructions could save a few bytes. For example, the first of these instructions would normally require 6 bytes:

MOV A,L
ADD A,C
MOV L,A
MOV A,H
ADC A,B
MOV H,A

The DAD instruction is normally used for calculating memory addresses. The only flag that the instruction affects is the Carry flag.

Next let's look at some miscellaneous instructions. These two opcodes are followed by a 2-byte address and store and load the contents of the register pair HL at that address:

Opcode

Instruction

Meaning

2h

SHLD [aaaa],HL

Store HL Direct

2Ah

LHLD HL,[aaaa]

Load HL Direct

The L register is stored at address aaaa, and the H register is stored at address aaaa + 1.

These two instructions load the Program Counter or the Stack Pointer from the register pair HL:

Opcode

Instruction

Meaning

E9h

PCHL PC,HL

Load Program Counter from HL

F9h

SPHL SP,HL

Load Stack Pointer from HL

The PCHL instruction is actually a type of Jump. The next instruction that the 8080 executes is the one located at the address stored in the HL register pair. SPHL is another method to set the Stack Pointer.

These two instructions exchange the contents of HL first with the two bytes located on top of the stack and second with the register pair DE:

Opcode

Instruction

Meaning

E3h

XTHL HL,[SP]

Exchange top of stack with HL

EBh

XCHG HL,DE

Exchange DE and HL

I haven't described the 8080 Jump instructions yet, except for PCHL. As you'll recall from Chapter 17, a processor includes a register called the Program Counter that contains the memory address the processor uses to retrieve the instructions that it executes. Normally the Program Counter causes the processor to execute instructions that are located sequentially in memory. But some instructions—usually named Jump or Branch or Goto—cause the processor to deviate from this steady course. Such instructions cause the Program Counter to be loaded with another value. The next instruction that the processor fetches is somewhere else in memory.

While a plain old ordinary Jump instruction is certainly useful, conditional jumps are even better. These instructions cause the processor to jump to another address based on the setting of a particular flag, such as the Carry flag or the Zero flag. The presence of a conditional Jump instruction is what turned the Chapter 17 automated adding machine into a general-purpose digital computer.

The 8080 has five flags, four of which are used for conditional jumps. The 8080 supports nine different Jump instructions, including the unconditional Jump and conditional jumps based on whether the Zero, Carry, Parity, and Sign flags are 1 or 0.

Before I show these instructions to you, however, I want to introduce two other types of instructions that are related to the Jump. The first is the Call instruction. A Call is similar to a Jump except that prior to loading the Program Counter with a new address, the processor saves the previous address. Where does it save that address? Why, on the stack, of course!

This strategy means that the Call instruction effectively saves a reminder of where it jumped from. The saved address allows the processor to eventually return to the original location. The returning instruction is called, appropriately, Return. The Return instruction pops 2 bytes from the stack and loads the Program Counter with that value.

The Call and Return instructions are extremely important features of any processor. They allow a programmer to implement subroutines, which are snippets of frequently used code. (By frequently I generally mean more than once.) Subroutines are the primary organizational elements of assembly-language programs.

Let's look at an example. Suppose you're writing an assembly-language program and you come to a point where you need to multiply 2 bytes. So you write some code that does precisely that, and you continue with the program. Now you come to another point where you need to multiply 2 bytes. Well, you already know how to multiply two numbers, so you can simply use the same instructions all over again. But do you simply enter the instructions into memory a second time? I hope not. It's a waste of time and memory. What you'd rather do is just jump to the previous code. But the normal Jump doesn't work either because there's no way to return to the current place in the program. That's what the Call and Return instructions let you do.

A group of instructions that multiply 2 bytes is an ideal candidate for a subroutine. Let's take a look at such a subroutine. In Chapter 17, the bytes to be multiplied (and the result) were stored in particular locations in memory. This 8080 subroutine instead multiplies the byte in register B by the byte in register C and puts the 16-bit product in register HL:

Multiply:    PUSH PSW         ; Save registers being altered
             PUSH BC

             SUB H,H          ; Set HL (result) to 0000h
             SUB L,L

             MOV A,B          ; The multiplier goes in A
             CPI A,00h        ; If it's 0, we're finished.
             JZ AllDone

             MVI B,00h        ; Set high byte of BC to 0

MultLoop:    DAD HL,BC        ; Add BC to HL
             DEC A            ; Decrement multiplier
             JNZ MultLoop     ; Loop if it's not 0

AllDone:     POP BC           ; Restore saved registers
             POP PSW
             RET              ; Return

Notice that the first line of the subroutine begins with a label, which is the word Multiply. This label, of course, actually corresponds to a memory address where the subroutine is located. The subroutine begins with two PUSH instructions. Usually a subroutine should attempt to save (and later restore) any registers that it might need to use.

The subroutine then sets the contents of the H and L registers to 0. It could have used the MVI (Move Immediate) instructions rather than SUB instructions for this job, but that would have required 4 instruction bytes rather than 2. The register pair HL will hold the result of the multiplication when the subroutine is completed.

Next the subroutine moves the contents of register B (the multiplier) into A and checks if it's 0. If it's 0, the multiplication subroutine is complete because the product is 0. Since registers H and L are already 0, the subroutine can just use the JZ (Jump If Zero) instruction to skip to the two POP instructions at the end.

Otherwise, the subroutine sets register B to 0. Now the register pair BC contains a 16-bit multiplicand and A contains the multiplier. The DAD instruction adds BC (the multiplicand) to HL (the result). The multiplier in A is decremented and, as long as it's not 0, the JNZ (Jump If Not Zero) instruction causes BC to be added to HL again. This little loop will continue until BC is added to HL a number of times equal to the multiplier. (It's possible to write a more efficient multiplication subroutine using the 8080 shift instructions.)

A program that wishes to make use of this subroutine to multiply (for example) 25h by 12h uses the following code:

MVI B,25h
MVI C,12h
CALL Multiply

The CALL instruction saves the value of the Program Counter on the stack. The value saved on the stack is the address of the next instruction after the CALL instruction. Then the CALL instruction causes a jump to the instruction identified by the label Multiply. That's the beginning of the subroutine. When the subroutine has calculated the product, it executes a RET (Return) instruction, which causes the Program Counter to be popped from the stack. The program continues with the next statement after the CALL instruction.

The 8080 instruction set includes conditional Call instructions and conditional Return instructions, but these are used much less than the conditional Jump instructions. The complete array of these instructions is shown in the following table:

Condition

Opcode

Instruction

Opcode

Instruction

Opcode

Instruction

None

C9

RET

C3

JMP aaaa

CD

CALL aaaa

Z not set

C0

RNZ

C2

JNZ aaaa

C4

CNZ aaaa

Z set

C8

RZ

CA

JZ aaaa

CC

CZ aaaa

C not set

D0

RNC

D2

JNC aaaa

D4

CNC aaaa

C set

D8

RC

DA

JC aaaa

DC

CC aaaa

Odd parity

E0

RPO

E2

JPO aaaa

E4

CPO aaaa

Even parity

E8

RPE

EA

JPE aaaa

EC

CPE aaaa

S not set

F0

RP

F2

JP aaaa

F4

CP aaaa

S set

F8

RM

FA

JM aaaa

FC

CM aaaa

As you probably know, memory isn't the only thing connected to a microprocessor. A computer system usually requires input and output (I/O) devices that make it easier for humans to communicate with the machine. These input devices usually include a keyboard and a video display.

How does the microprocessor communicate with these peripherals (as anything connected to a microprocessor that isn't memory is called)? Peripherals are built so that they have an interface similar to memory. A microprocessor can write into and read from a peripheral by specifying certain addresses that the peripheral responds to. In some microprocessors, peripherals actually replace some addresses that would normally be used to address memory. This configuration is known as memory-mapped I/O. In the 8080, however, 256 additional addresses beyond the normal 65,536 are specifically reserved for input and output devices. These are known as I/O ports. The I/O address signals are A0 through A7, but I/O accesses are distinguished from memory accesses through signals latched by the 8228 System Controller chip.

The OUT instruction writes the contents of the accumulator to a port addressed by the byte that follows the instruction. The IN instruction reads a byte into the accumulator.

Opcode

Instruction

D3

OUT pp

DB

IN pp

Peripherals sometimes need to get the attention of the microprocessor. For example, when you press a key on a keyboard, it's usually helpful if the microprocessor knows about this event right away. This is a accomplished by a mechanism called an interrupt, which is a signal connected from the peripheral to the INT input of the 8080.

When the 8080 is reset, however, it doesn't respond to interrupts. A program must execute the EI (Enable Interrupts) instruction to enable interrupts and can later execute DI (Disable Interrupts) to disable them:

Opcode

Instruction

F3

DI

FB

EI

The INTE output signal from the 8080 indicates when interrupts have been enabled. When a peripheral needs to interrupt the microprocessor, it sets the INT input of the 8080 to 1. The 8080 responds to that by fetching an instruction from memory, but control signals indicate that an interrupt is occurring. The peripheral usually responds by supplying one of the following instructions to the 8080:

Opcode

Instruction

Opcode

Instruction

C7

RST 0

E7

RST 4

CF

RST 1

EF

RST 5

D7

RST 2

F7

RST 6

DF

RST 3

FF

RST 7

These are called Restart instructions, and they're similar to Call instructions in that the current Program Counter is saved on the stack. But the Restart instructions then jump to specific locations: RST 0 jumps to address 0000h, RST 1 to address 0008h, and so forth, up to RST 7, which jumps to address 0038h. Located at these addresses are sections of code that deal with the interrupt. For example, an interrupt from the keyboard might cause a RST 4 instruction to be executed. At address 0020h begins some code to read a byte from the keyboard. (I'll explain this more fully in Chapter 21.)

So far I've described 243 opcodes. The 12 bytes that aren't associated with any opcodes are 08h, 10h, 18h, 20h, 28h, 30h, 38h, CBh, D9h, DDh, EDh, and FDh. That brings the total to 255. There's one more opcode I need to mention, and that's this one:

Opcode

Instruction

00

NOP

NOP stands for (and is pronounced) no op, as in no operation. The NOP causes the processor to do absolutely nothing. What's it good for? Filling space. The 8080 can usually execute a bunch of NOP instructions without anything bad happening.

I won't go into nearly as much detail discussing the Motorola 6800 because many of the aspects of its design and functionality are quite similar to those of the 8080. Here are the 40 pins of the 6800:

image with no caption

The VSS indicates Ground, and VCC is 5 volts. Like the 8080, the 6800 has 16 output Address signals and 8 Data signals used for both input and output. There's a RESET signal and a R/ (read/write) signal. The signal stands for interrupt request. The signal timing of the 6800 is considered to be much simpler than that of the 8080. What the 6800 doesn't have is the concept of I/O ports. All input and output devices must be part of the 6800 memory address space.

The 6800 has a 16-bit Program Counter, a 16-bit Stack Pointer, an 8-bit Status Register (for flags), and two 8-bit accumulators called A and B. These are both considered accumulators (rather than B being considered just a register) because there is nothing that you can do with A that you can't also do with B. There are no additional 8-bit registers, however.

The 6800 instead has a 16-bit index register that can be used to hold a 16-bit address, much like the register pair HL is used in the 8080. For many instructions, an address can be formed from the sum of the index register and the byte that follows the opcode.

While the 6800 does just about the same operations as the 8080—loading, storing, adding, subtracting, shifting, jumping, calling—it should be obvious that the opcodes and the mnemonics are completely different. Here, for example, are the 6800 Branch instructions:

Opcode

Instruction

Meaning

20h

BRA

Branch

22h

BHI

Branch If Higher

23h

BLS

Branch If Lower or Same

24h

BCC

Branch If Carry Clear

25h

BCS

Branch If Carry Set

26h

BNE

Branch If Not Equal

27h

BEQ

Branch If Equal

28h

BVC

Branch If Overflow Clear

29h

BVS

Branch If Overflow Set

2Ah

BPL

Branch If Plus

2Bh

BMI

Branch If Minus

2Ch

BGE

Branch If Greater than or Equal to Zero

2Dh

BLT

Branch If Less than Zero

2Eh

BGT

Branch If Greater than Zero

2Fh

BLE

Branch If Less than or Equal to Zero

The 6800 doesn't have a Parity flag like the 8080, but it does have a flag the 8080 doesn't have—an Overflow flag. Some of these Branch instructions depend on combinations of flags.

Of course the 8080 and 6800 instructions sets are different. The two chips were designed about the same time by two different groups of engineers at two different companies. What this incompatibility means is that neither chip can execute the other chip's machine codes. Nor can an assembly-language program written for one chip be translated into opcodes that run on the other chip. Writing computer programs that run on more than one processor is the subject of Chapter 24.

Here's another interesting difference between the 8080 and the 6800: In both microprocessors, the instruction LDA loads the accumulator from a specified memory address. In the 8080, for example, the following sequence of bytes:

image with no caption

will load the accumulator with the byte stored at memory address 347Bh. Now compare that with the 6800 LDA instruction using the so-called 6800 extended addressing mode:

image with no caption

This sequence of bytes loads accumulator A with the byte stored at memory address 7B34h.

The difference is subtle. You expect the opcode to be different, of course: 3Ah for the 8080 and B6h for the 6800. But the two microprocessors treat the address that follows the opcode differently. The 8080 assumes that the low-order byte comes first, followed by the high-order byte. The 6800 assumes that the high-order byte comes first!

This fundamental difference in how Intel and Motorola microprocessors store multibyte values has never been resolved. To this very day, Intel microprocessors continue to store multibyte values with the least-significant byte first (that is, at the lowest memory address), and Motorola microprocessors store multibyte values with the most-significant byte first.

These two methods are known as little-endian (the Intel way) and big-endian (the Motorola way). It might be fun to argue over which method is better, but before you do so, be aware that the term Big-Endian comes from Jonathan Swift's Gulliver's Travels and refers to the war between Lilliput and Blefuscu over which end of an egg to break before eating it. Such an argument is probably purposeless. (On the other hand, I feel obliged to confess that the approach I used in the Chapter 17 computer wasn't the one I personally prefer!) Despite neither method being intrinsically "right," the difference does create an additional incompatibility problem when sharing information between systems based on little-endian and big-endian machines.

What became of these two microprocessors? The 8080 was used in what some people have called the first personal computer but which is probably more accurately the first home computer. This is the Altair 8800, which appeared on the cover of the January 1975 issue of Popular Electronics.

image with no caption

When you look at the Altair 8800, the lights and switches on the front panel should seem familiar. This is the same type of primitive "control panel" interface that I proposed for the 64-KB RAM array in Chapter 16.

The 8080 was followed by the Intel 8085 and, more significantly, by the Z-80 chip made by Zilog, a rival of Intel founded by former Intel employee Federico Faggin, who had done important work on the 4004. The Z-80 was entirely compatible with the 8080 but added many more very useful instructions. In 1977, the Z-80 was used in the Radio Shack TRS-80 Model 1.

Also in 1977, the Apple Computer Company, founded by Steven Jobs and Stephen Wozniak, introduced the Apple II. The Apple II, however, used neither the 8080 nor the 6800 but instead used MOS Technology's less expensive 6502 chip, which was an enhancement of the 6800.

In June 1978, Intel introduced the 8086, which was a 16-bit microprocessor that could access 1 megabyte of memory. The 8086 opcodes weren't compatible with the 8080, but I should note that they included instructions to multiply and divide. A year later, Intel introduced the 8088, which internally was identical to the 8086 but externally accessed memory in bytes, thus allowing the microprocessor to use the more-prevalent 8-bit support chips designed for the 8080. IBM used the 8088 chip in its 5150 Personal Computer—commonly called the IBM PC—introduced in the fall of 1981.

IBM's entrance into the personal computer market had a great impact, with many companies releasing machines that were compatible with the PC. (What it means to be compatible will be explored more in subsequent chapters.) Over the years "IBM PC compatible" has also implied "Intel inside," specifically Intel microprocessors of the so-called x86 family. The x86 family continued in 1982 with the 186 and 286 chips, in 1985 with the 32-bit 386 chip, in 1989 with the 486, and beginning in 1993, with the Intel Pentium line of microprocessors that are currently used in PC compatibles. While these Intel microprocessors have ever-increasing instruction sets, they continue to support the opcodes of all earlier processors starting with the 8086.

The Apple Macintosh, first introduced in 1984, used the Motorola 68000, a 16-bit microprocessor that's a direct descendant of the 6800. The 68000 and its descendants (often called the 68K series) are some of the most beloved microprocessors ever made.

Since 1994, Macintosh computers have used the PowerPC microprocessor that was developed in a coalition of Motorola, IBM, and Apple. The PowerPC was designed with a type of microprocessor architecture known as RISC (Reduced Instruction Set Computing), which attempts to increase the speed of the processor by simplifying it in some respects. In a RISC computer, generally each instruction is the same length (32 bits on the PowerPC), memory accesses are restricted to just load and store instructions, and instructions do simple operations rather than complex ones. RISC processors usually have plenty of registers to avoid frequent accesses of memory.

The PowerPC can't execute 68K code because it has a whole different instruction set. But the PowerPC microprocessors currently used in the Apple Macintoshes can emulate the 68K. An emulator program running on the PowerPC examines each opcode of a 68K program, one by one, and performs an appropriate action. It's not as fast as native PowerPC code, but it works.

According to Moore's Law, the number of transistors in microprocessors should double every 18 months. What are those many additional transistors used for?

Some of the transistors accommodate the increase in processor data width, from 4 bits to 8 bits to 16 bits to 32 bits. Another part of the increase is due to new instructions. Most microprocessors these days have instructions to do floating-point arithmetic (as I'll explain in Chapter 23); new instructions have also been added to microprocessors to do some of the repetitive calculations required to display pictures or movies on computer screens.

Modern processors use several techniques to help improve their speed. One is pipelining. When the processor is executing one instruction, it's reading in the next instructions, even to a certain extent anticipating how Jump instructions will alter the execution flow. Modern processors also include a cache (pronounced cash). This is an array of very fast RAM inside the processor that is used to store recently executed instructions. Because computer programs often execute small loops of instructions, the cache prevents these instructions from being repetitively reloaded. All these speed-improving features require more logic and more transistors in the microprocessor.

As I mentioned earlier, the microprocessor is only one part (although the most important part) of a complete computer system. We'll build such a system in Chapter 21, but first we must learn how to encode something else in memory besides opcodes and numbers. We must go back to first grade and learn again how to read and write text.

PK?>QrrOEBPS/ch20.html Chapter 20. ASCII and a Cast of Characters

Chapter 20. ASCII and a Cast of Characters

Digital computer memory stores only bits, so anything that we want to work with on the computer must be stored in the form of bits. We've already seen how bits can represent numbers and machine code. The next challenge must be text. After all, the great bulk of the accumulated information of this world is in the form of text, and our libraries are full of books and magazines and newspapers. Although we'd eventually like to use our computers to store sounds and pictures and movies, text is a much easier place to begin.

To represent text in digital form, we must develop some kind of system in which each letter corresponds to a unique code. Numbers and punctuation also occur in text, so codes for these must be developed as well. In short, we need codes for all alphanumeric characters. Such a system is sometimes known as a coded character set, and the individual codes are known as character codes.

The first question must be: How many bits do we need for these codes? The answer isn't an easy one!

When we think about representing text using bits, let's not get too far ahead of ourselves. We're accustomed to seeing text nicely formatted on the pages of a book or in the columns of a magazine or newspaper. Paragraphs are neatly separated into lines of a consistent width. Yet this formatting isn't essential to the text itself. When we read a short story in a magazine and years later encounter that same story in a book, we don't think the story has changed just because the text column is wider in the book than in the magazine.

In other words, don't think about text as formatted into two-dimensional columns on the printed page. Think of text instead as a one-dimensional stream of letters, numbers, and punctuation marks, with perhaps an additional code to indicate the end of one paragraph and the start of another.

Again, if you read a story in a magazine and later see it in a book and the typeface is a little different, is that a big deal? If the magazine version begins

Call me Ishmael.

and the book version begins

Call me Ishmael.

is that something we really want to be concerned with just yet? Probably not. Yes, the typeface subtly affects the tone of the text, but the story hasn't been lost with the change of typeface. The typeface can always be changed back. There's no harm done.

Here's another way we're going to simplify the problem: Let's stick to plain vanilla text. No italics, no boldface, no underlining, no colors, no outlined letters, no subscripts, no superscripts. And no accent marks. No Å or é or ñ or ö. Just the naked Latin alphabet as it's used in 99 percent of English.

In our earlier studies of Morse code and Braille, we've already seen how the letters of the alphabet can be represented in a binary form. Although these systems are fine for their specific purposes, both have their failings when it comes to computers. Morse code, for example, is a variable-width code: It uses shorter codes for frequently used letters and longer codes for less common ones. Such a code is suitable for telegraphy, but it might be awkward for computers. In addition, Morse code doesn't differentiate between uppercase and lowercase versions of letters.

Braille is a fixed-width code, which is much preferable for computers. Every letter is represented by 6 bits. Braille also differentiates between uppercase and lowercase letters, although it does so with the use of a special escape code. This code indicates that the next character is uppercase. What this really means is that every capital letter requires two codes rather than one. Numbers are represented with a shift code: After that special code, the codes that follow are assumed to represent numbers until another shift code signals the return to letters.

Our goal here is to develop a coded character set so that a sentence such as

I have 27 sisters.

can be represented by a series of codes, each of which is a certain number of bits. Some of the codes will represent letters, some will representation punctuation marks, and some will represent numbers. There should even be a code that represents the space between words. There are 18 characters in that sentence (including the spaces between the words). The consecutive character codes for such a sentence are often referred to as a text string.

That we need codes for numbers in a text string such as 27 might seem odd because we've been using bits to represent numbers for many chapters now. We may be tempted to assume that the codes for the 2 and 7 in this sentence are simply the binary numbers 10 and 111. But that's not necessarily the case. In the context of a sentence such as this, the characters 2 and 7 can be treated like any other character found in written English. They can have character codes that are completely unrelated to the actual values of the numbers.

Perhaps the most economical code for text is a 5-bit code that originated in an 1874 printing telegraph developed by Emile Baudot (pronounced bawdoh), an officer in the French Telegraph Service; his code was adopted by the Service in 1877. This code was later modified by Donald Murray and standardized in 1931 by the Comité Consultatif International Télégraphique et Téléphonique (CCITT), which is now known as the International Telecommunication Union (ITU). The code is formally known as the International Telegraph Alphabet No. 2, or ITA-2, and it's more popularly known in the United States as Baudot, although it's more correctly called the Murray code.

In the twentieth century, Baudot was often used in teletypewriters. A Baudot teletypewriter has a keyboard that looks something like a typewriter, except that it has only 30 keys and a spacebar. Teletypewriter keys are actually switches that cause a binary code to be generated and sent down the teletypewriter's output cable, one bit after the other. A teletypewriter also contains a printing mechanism. Codes coming through the teletypewriter's input cable trigger electromagnets that print characters on paper.

Because Baudot is a 5-bit code, there are only 32 codes. The hexadecimal values of these codes range from 00h through 1Fh. Here's how the 32 available codes correspond to the letters of the alphabet:

Hex Code

Baudot Letter

Hex Code

Baudot Letter

00

 

10

E

01

T

11

Z

02

Carriage Return

12

D

03

O

13

B

04

Space

14

S

05

H

15

Y

06

N

16

F

07

M

17

X

08

Line Feed

18

A

09

L

19

W

0A

R

1A

J

0B

G

1B

Figure Shift

0C

I

1C

U

0D

P

1D

Q

0E

C

1E

K

0F

V

1F

Letter Shift

Code 00h isn't assigned to anything. Of the remaining 31 codes, 26 are assigned to letters of the alphabet and the other five are indicated by italicized words or phrases in the table.

Code 04h is the Space code, which is used for the space separating words. Codes 02h and 08h are labeled Carriage Return and Line Feed. This terminology comes from the typewriter. When you're typing on a typewriter and reach the end of a line, you push a lever or button that does two things. First, it causes the carriage to be moved to the right so that the next line begins at the left side of the paper. That's a carriage return. Second, the typewriter rolls the carriage so that the next line is underneath the line you just finished. That's the linefeed. In Baudot, separate keyboard keys generate these two codes. A Baudot teletypewriter printer responds to these two codes when printing.

Where are the numbers and punctuation marks in the Baudot system? That's the purpose of code 1Bh, identified in the table as Figure Shift. After the Figure Shift code, all subsequent codes are interpreted as numbers or punctuation marks until the Letter Shift code (1Fh) causes them to revert to the letters. Here are the codes for the numbers and punctuation:

Hex Code

Baudot Figure

Hex Code

Baudot Figure

00

 

10

3

01

5

11

+

02

Carriage Return

12

Who Are You?

03

9

13

?

04

Space

14

'

05

#

15

6

06

,

16

$

07

.

17

/

08

Line Feed

18

-

09

)

19

2

0A

4

1A

Bell

0B

&

1B

Figure Shift

0C

8

1C

7

0D

0

1D

1

0E

:

1E

(

0F

=

1F

Letter Shift

Actually, the code as formalized by the ITU doesn't define codes 05h, 0Bh, and 16h, and instead reserves them "for national use." The table shows how these codes were used in the United States. The same codes were often used for accented letters of some European languages. The Bell code is supposed to ring an audible bell on the teletypewriter. The "Who Are You?" code activates a mechanism whereby a teletypewriter can identify itself.

Like Morse code, this 5-bit code doesn't differentiate between uppercase and lowercase. The sentence

I SPENT $25 TODAY.

is represented by the following stream of hexadecimal data:

0C 04 14 0D 10 06 01 04 1B 16 19 01 1F 04 01 03 12 18 15 1B 07 02 08

Notice the three shift codes: 1Bh right before the number, 1Fh after the number, and 1Bh again before the final period. The line concludes with carriage-return and linefeed codes.

Unfortunately, if you sent this stream of data to a teletypewriter printer twice in a row, it would come out like this:

I SPENT $25 TODAY.
8 '03,5 $25 TODAY.

What happened? The last shift code the printer received before the second line was a Figure Shift code, so the codes at the beginning of the second line were interpreted as numbers.

Problems like this are typical nasty results of using shift codes. Although Baudot is certainly an economical code, it's probably preferable to use unique codes for numbers and punctuation, as well as separate codes for lowercase and uppercase letters.

So if we want to figure out how many bits we need for a better character encoding system than Baudot, just add them up: We need 52 codes just for the uppercase and lowercase letters and 10 codes for the digits 0 through 9. We're up to 62 already. Throw in a few punctuation marks, and we top 64 codes, which means we need more than 6 bits. But we seem to have lots of leeway before we exceed 128 characters, which would require 8 bits.

So the answer is 7. We need 7 bits to represent the characters of English text if we want uppercase and lowercase with no shifting.

And what are these codes? Well, the actual codes can be anything we want. If we were going to build our own computer, and we were going to build every piece of hardware required by this computer, and we were going to program this computer ourselves and never use the computer to connect to any other computer, we could make up our own codes. All we need do is assign every character we'll be using a unique code.

But since it's rarely the case that computers are built and used in isolation, it makes more sense for everyone to agree to use the same codes. That way, the computers that we build can be more compatible with one another and maybe even actually exchange textual information.

We also probably shouldn't assign codes in a haphazard manner. For example, when we work with text on the computer, certain advantages accrue if the letters of the alphabet are assigned to sequential codes. This ordering scheme makes alphabetizing and sorting easier, for example.

Fortunately, such a standard has already been developed. It's called the American Standard Code for Information Interchange, abbreviated ASCII, and referred to with the unlikely pronunciation ASS-key. It was formalized in 1967 and remains the single most important standard in the entire computer industry. With one big exception (which I'll describe later), whenever you deal with text on a computer you can be sure that ASCII is involved in some way.

ASCII is a 7-bit code using binary codes 0000000 through 1111111, which are hexadecimal codes 00h through 7Fh. Let's take a look at the ASCII codes, but let's not start at the very beginning because the first 32 codes are conceptually a bit more difficult than the rest of the codes. I'll begin with the second batch of 32 codes, which includes punctuation and the ten numeric digits. This table shows the hexadecimal code and the character that corresponds to that code:

Hex Code

ASCII Character

Hex Code

ASCII Character

20

Space

30

0

21

!

31

1

22

"

32

2

23

#

33

3

24

$

34

4

25

%

35

5

26

&

36

6

27

'

37

7

28

(

38

8

29

)

39

9

2A

*

3A

:

2B

+

3B

;

2C

,

3C

<

2D

-

3D

=

2E

.

3E

>

2F

/

3F

?

Notice that 20h is the space character that divides words and sentences.

The next 32 codes include the uppercase letters and some additional punctuation. Aside from the @ sign and the underscore, these punctuation symbols aren't normally found on typewriters. They're all now standard on computer keyboards.

Hex Code

ASCII Character

Hex Code

ASCII Character

40

@

50

P

41

A

51

Q

42

B

52

R

43

C

53

S

44

D

54

T

45

E

55

U

46

F

56

V

47

G

57

W

48

H

58

X

49

I

59

Y

4A

J

5A

Z

4B

K

5B

[

4C

L

5C

\

4D

M

5D

]

4E

N

5E

^

4F

O

5F

_

The next 32 characters include all the lowercase letters and some additional punctuation, again not often found on typewriters:

Hex Code

ASCII Character

Hex Code

ASCII Character

60

`

70

p

61

a

71

q

62

b

72

r

63

c

73

s

64

d

74

t

65

e

75

u

66

f

76

v

67

g

77

w

68

h

78

x

69

i

79

y

6A

j

7A

z

6B

k

7B

{

6C

l

7C

|

6D

m

7D

}

6E

n

7E

~

6F

o

  

Notice that this table is missing the last character corresponding to code 7Fh. If you're keeping count, the three tables here show a total of 95 characters. Because ASCII is a 7-bit code, 128 codes are possible, so 33 more codes should be available. I'll get to those shortly.

The text string

Hello, you!

can be represented in ASCII using the hexadecimal codes

48 65 6C 6C 6F 2C 20 79 6F 75 21

Notice the comma (code 2C), the space (code 20) and the exclamation point (code 21) as well as the codes for the letters. Here's another short sentence:

I am 12 years old.

and its ASCII representation:

49 20 61 6D 20 31 32 20 79 65 61 72 73 20 6F 6C 64 2E

Notice that the number 12 in this sentence is represented by the hexadecimal numbers 31h and 32h, which are the ASCII codes for the digits 1 and 2. When the number 12 is part of a text stream, it should not be represented by the hexadecimal codes 01h and 02h, or the BCD code 12h, or the hexadecimal code 0Ch. These other codes all mean something else in ASCII.

A particular uppercase letter in ASCII differs from its lowercase counterpart by 20h. This fact makes it fairly easy to write some code that (for example) capitalizes a string of text. Suppose a certain area of memory contains a text string, one character per byte. The following 8080 subroutine assumes that the address of the first character in the text string is stored in register HL. Register C contains the length of that text string, which is the number of characters:

Capitalize: MOV A,C     ; C = number of characters left
            CPI A,00h   ; Compare with 0
            JZ  AllDone ; If C is 0, we're finished

            MOV A,[HL]  ; Get the next character
            CPI A,61h   ; Check if it's less than 'a'
            JC SkipIt   ; If so, ignore it

            CPI A,7Bh   ; Check if it's greater than 'z'
            JNC SkipIt  ; If so, ignore it

            SBI A,20h   ; It's lowercase, so subtract 20h
            MOV [HL],A  ; Store the character 

SkipIt:     INX HL          ; Increment the text address
            DCR C           ; Decrement the counter
            JMP Capitalize  ; Go back to the top

AllDone:    RET

The statement that subtracts 20h from the lowercase letter to convert it to uppercase can be replaced with this:

ANI A,DFh

The ANI instruction is an AND Immediate. It performs a bitwise AND operation between the value in the accumulator and the value DFh, which is 11011111 in binary. By bitwise, I mean that the instruction performs an AND operation between each pair of corresponding bits that make up the two numbers. This AND operation preserves all the bits in A except the third from the left, which is set to 0. Setting that bit to 0 also effectively converts an ASCII lowercase letter to uppercase.

The 95 codes shown above are said to refer to graphic characters because they have a visual representation. ASCII also includes 33 control characters that have no visual representation but instead perform certain functions. For the sake of completeness, here are the 33 ASCII control characters, but don't worry if they seem mostly incomprehensible. At the time ASCII was developed, it was intended mostly for teletypewriters, and many of these codes are currently obscure.

Hex Code

Acronym

Control Character Name

00

NUL

Null (Nothing)

01

SOH

Start of Heading

02

STX

Start of Text

03

ETX

End of Text

04

EOT

End of Transmission

05

ENQ

Enquiry (i.e., Inquiry)

06

ACK

Acknowledge

07

BEL

Bell

08

BS

Backspace

09

HT

Horizontal Tabulation

0A

LF

Line Feed

0B

VT

Vertical Tabulation

0C

FF

Form Feed

0D

CR

Carriage Return

0E

SO

Shift-Out

0F

SI

Shift-In

10

DLE

Data Link Escape

11

DC1

Device Control 1

12

DC2

Device Control 2

13

DC3

Device Control 3

14

DC4

Device Control 4

15

NAK

Negative Acknowledge

16

SYN

Synchronous Idle

17

ETB

End of Transmission Block

18

CAN

Cancel

19

EM

End of Medium

1A

SUB

Substitute Character

1B

ESC

Escape

1C

FS

File Separator or Information Separator 4

1D

GS

Group Separator or Information Separator 3

1E

RS

Record Separator or Information Separator 2

1F

US

Unit Separator or Information Separator 1

7F

DEL

Delete

The idea here is that control characters can be intermixed with graphic characters to do some rudimentary formatting of the text. This is easiest to understand if you think of a device—such as a teletypewriter or a simple printer—that types characters on a page in response to a stream of ASCII codes. The device's printing head normally responds to character codes by printing a character and moving one space to the right. The most important control characters alter this normal behavior.

For example, consider the hexadecimal character string

41 09 42 09 43 09

The 09 character is a Horizontal Tabulation code, or Tab for short. If you think of all the horizontal character positions on the printer page as being numbered starting with 0, the Tab code usually means to print the next character at the next horizontal position that's a multiple of 8, like this:

A B C

This is a handy way to keep text lined up in columns.

Even today, many computer printers respond to a Form Feed code (12h) by ejecting the current page and starting a new page.

The Backspace code can be used for printing composite characters on some old printers. For example, suppose the computer controlling the teletypewriter wanted to display a lowercase e with a grave accent mark, like so: è. This could be achieved by using the hexadecimal codes 65 08 60.

By far the most important control codes are Carriage Return and Line Feed, which have the same meaning as the similar Baudot codes. On a printer, the Carriage Return code moves the printing head to the left side of the page, and the Line Feed code moves the printing head one line down. Both codes are generally required to go to a new line. A Carriage Return can be used by itself to print over an existing line, and a Line Feed can be used by itself to skip to the next line without moving to the left margin.

Although ASCII is the dominant standard in the computing world, it isn't used on many of IBM's larger computer systems. In connection with the System/360, IBM developed its own 8-bit character code known as the Extended BCD Interchange Code, or EBCDIC (pronounced EBB-see-dick), which was an extension of an earlier 6-bit code known as BCDIC, which was derived from codes used on IBM punch cards. This style of punch card—capable of storing 80 characters of text—was introduced by IBM in 1928 and used for over 50 years.

image with no caption

When considering the relationship between punch cards and their associated 8-bit EBCDIC character codes, keep in mind that these codes evolved over many decades under several different types of technologies. For that reason, don't expect to discover too much logic or consistency.

A character is encoded on a punch card by a combination of one or more rectangular holes punched in a single column. The character itself is often printed near the top of the card. The lower 10 rows are identified by number and are known as the 0-row, the 1-row, and so forth through the 9-row. The unnumbered row above the 0-row is called the 11-row, and the top row is called the 12-row. There is no 10-row.

More IBM punch card terminology: Rows 0 through 9 are known as the digit rows, or digit punches. Rows 11 and 12 are known as the zone rows, or zone punches. And some IBM punch card confusion: Sometimes rows 0 and 9 are considered to be zone rows rather than digit rows.

An 8-bit EBCDIC character code is composed of a high-order nibble (4-bit value) and a low-order nibble. The low-order nibble is the BCD code corresponding to the digit punches of the character. The high-order nibble is a code corresponding (in a fairly arbitrary way) to the zone punches of the character. You'll recall from Chapter 19 that BCD stands for binarycoded decimal—a 4-bit code for digits 0 through 9.

For the digits 0 through 9, there are no zone punches. That lack of punches corresponds to a high-order nibble of 1111. The low-order nibble is the BCD code of the digit punch. Here's a table of EBCDIC codes for the digits 0 through 9:

Hex Code

EBCDIC Character

F0

0

F1

1

F2

2

F3

3

F4

4

F5

5

F6

6

F7

7

F8

8

F9

9

For the uppercase letters, a zone punch of just the 12-row is indicated by the nibble 1100, a zone punch of just the 11-row is indicated by the nibble 1101, and a zone punch of just the 0-row is indicated by the nibble 1110. The EBCDIC codes for the uppercase letters are

Hex Code

EBCDIC Character

Hex Code

EBCDIC Character

Hex Code

EBCDIC Character

C1

A

D1

J

  

C2

B

D2

K

E2

S

C3

C

D3

L

E3

T

C4

D

D4

M

E4

U

C5

E

D5

N

E5

V

C6

F

D6

O

E6

W

C7

G

D7

P

E7

X

C8

H

D8

Q

E8

Y

C9

I

D9

R

E9

Z

Notice the gaps in the numbering of these codes. In some applications, these gaps can be maddening when you're writing programs using EBCDIC text.

The lowercase letters have the same digit punches as the uppercase letters but different zone punches. For lowercase letters a through i, the 12-row and 0-row are punched, corresponding to the code 1000. For j through r, the 12-row and 11-row are punched. This is the code 1001. For the letters s through z, the 11-row and 0-row are punched—the code 1010. The EBCDIC codes for the lowercase letters are

Hex Code

EBCDIC Character

Hex Code

EBCDIC Character

Hex Code

EBCDIC Character

81

a

91

j

  

82

b

92

k

A2

s

83

c

93

l

A3

t

84

d

94

m

A4

u

85

e

95

n

A5

v

86

f

96

o

A6

w

87

g

97

p

A7

x

88

h

98

q

A8

y

89

i

99

r

A9

z

Of course, there are other EBCDIC codes for punctuation and control characters, but it's hardly necessary to do a full-blown exploration of this system.

It might seem as if each column of an IBM punch card is sufficient to encode 12 bits of information. Each hole is a bit, right? So it should be possible to encode ASCII character codes on a punch card using only 7 of the 12 positions in each column. But in practice, this doesn't work very well. Too many holes get punched, threatening the physical integrity of the card.

Many of the 8-bit codes in EBCDIC aren't defined, suggesting that the use of 7 bits in ASCII makes more sense. At the time ASCII was being developed, memory was very expensive. Some people felt that ASCII should be a 6-bit code using a shift character to differentiate between lowercase and uppercase to conserve memory. Once that idea was rejected, others believed that ASCII should be an 8-bit code because even at that time it was considered more likely that computers would have 8-bit architectures than 7-bit architectures. Of course, 8-bit bytes are now the standard. Although ASCII is technically a 7-bit code, it's almost universally stored as 8-bit values.

The equivalence of bytes and characters is certainly convenient because we can get a rough sense of how much computer memory a particular text document requires simply by counting the characters. To some, the kilos and megas of computer storage are more comprehensible when expressed in terms of text.

For example, a traditional double-spaced typewritten 8½-by-11-inch page with 1-inch margins has about 27 lines of text. Each line is about 6½ inches wide with 10 characters per inch, for a total of about 1750 bytes. A singlespace typewritten page has about double that, or 3.5 kilobytes.

A page in The New Yorker magazine has 3 columns of text with 60 lines per column and about 40 characters per line. That's 7200 characters (or bytes) per page.

The New York Times has six columns of text per page. If the entire page is covered with text without any titles or pictures (which is highly unusual), each column has 155 lines of about 35 characters each. The entire page has 32,550 characters, or 32 kilobytes.

A hardcover book has about 500 words per page. An average word is about 5 letters—actually 6 characters, counting the space between words. So a book has about 3000 characters per page. Let's say the average book has 333 pages, which may be a made-up figure but nicely implies that the average book is about 1 million bytes, or 1 megabyte.

Of course, books vary all over the place:

F. Scott Fitzgerald's The Great Gatsby is about 300 kilobytes.
J. D. Salinger's Catcher in the Rye is about 400 kilobytes.
Mark Twain's The Adventures of Huckleberry Finn is about 540 kilobytes.
John Steinbeck's The Grapes of Wrath is about a megabyte.
Herman Melville's Moby Dick is about 1.3 megabytes.
Henry Fielding's The History of Tom Jones is about 2.25 megabytes.
Margaret Mitchell's Gone with the Wind is about 2.5 megabytes.
Stephen King's complete and uncut The Stand is about 2.7 megabytes.
Leo Tolstoy's War and Peace is about 3.9 megabytes.
Marcel Proust's Remembrance of Things Past is about 7.7 megabytes.

The United States Library of Congress has about 20 million books for a total of 20 trillion characters, or 20 terabytes, of text data. (It has a bunch of photographs and sound recordings as well.)

Although ASCII is certainly the most important standard in the computer industry, it isn't perfect. The big problem with the American Standard Code for Information Interchange is that it's just too darn American! Indeed, ASCII is hardly suitable even for other nations whose principal language is English. Although ASCII includes a dollar sign, where is the British pound sign? And what about the accented letters used in many Western European languages? To say nothing of the non-Latin alphabets used in Europe, including Greek, Arabic, Hebrew, and Cyrillic. Or the Brahmi scripts of India and Southeast Asia, including Devanagari, Bengali, Thai, and Tibetan. And how can a 7-bit code possibly handle the tens of thousands of ideographs of Chinese, Japanese, and Korean and the ten thousand–odd Hangul syllables of Korean?

Even when ASCII was being developed, the needs of some other nations were kept in mind, although without much consideration for non-Latin alphabets. According to the published ASCII standard, ten ASCII codes (40h, 5Bh, 5Ch, 5Dh, 5Eh, 60h, 7Bh, 7Ch, 7Dh, and 7Eh) are available to be redefined for national uses. In addition, the number sign (#) can be replaced by the British pound sign (£), and the dollar sign ($) can be replaced by a generalized currency sign (¤) if necessary. Obviously, replacing symbols makes sense only when everyone involved in using a particular text document containing these redefined codes knows about the change.

Because many computer systems store characters as 8-bit values, it's possible to devise an extended ASCII character set that contains 256 characters rather than just 128. In such a character set, codes 00h through 7Fh are defined just as they are in ASCII; codes 80h through FFh can be something else entirely. This technique has been used to define additional character codes to accommodate accented letters and non-Latin alphabets. As an example, here's a 96-character extension of ASCII called the Latin Alphabet No. 1 that defines characters for codes A0h through FFh. In this table, the high-order nibble of the hexadecimal character code is shown in the top row; the low-order nibble is shown in the left column.

 

A-

B-

C-

D-

E-

F-

-0

 

°

À

Ð

à

ð

-1

¡

±

Á

Ñ

á

ñ

-2

¢

²

Â

Ò

â

ò

-3

£

³

Ã

Ó

ã

ó

-4

¤

´

Ä

Ô

ä

ô

-5

¥

µ

Å

Õ

å

õ

-6

¦

Æ

Ö

æ

ö

-7

§

·

Ç

×

ç

÷

-8

¨

¸

È

Ø

è

ø

-9

©

¹

É

Ù

é

ù

-A

ª

º

Ê

Ú

ê

ú

-B

«

»

Ë

Û

ë

û

-C

¬

¼

Ì

Ü

ì

ü

-D

-

½

Í

Ý

í

ý

-E

®

¾

Î

Þ

î

þ

-F

-

¿

Ï

ß

ï

ÿ

The character for code A0h is defined as a no-break space. Usually when a computer program formats text into lines and paragraphs, it breaks each line at a space character, which is ASCII code 20h. Code A0h is supposed to be displayed as a space but can't be used for breaking a line. A no-break space might be used in the text "WW II," for example. Code ADh is defined as a soft hyphen. This is a hyphen used to separate syllables in the middle of words. It appears on the printed page only when it's necessary to break a word between two lines.

Unfortunately, many different extensions of ASCII have been defined over the decades, leading to much confusion and incompatibility. ASCII has been extended in a more radical way to encode the ideographs of Chinese, Japanese, and Korean. In one popular encoding—called Shift-JIS (Japanese Industrial Standard)—codes 81h through 9Fh actually represent the initial byte of a 2-byte character code. In this way, Shift-JIS allows for the encoding of about 6000 additional characters. Unfortunately, Shift-JIS isn't the only system that uses this technique. Three other standard double-byte character sets (DBCS) are popular in Asia.

That there are a number of incompatible double-byte character sets is only one of the problems with them. The other problem is that some characters—specifically, the normal ASCII characters—are represented by 1-byte codes, while the thousands of ideographs are represented by 2-byte codes. This makes it difficult to work with such character sets.

Under the assumption that it's preferable to have just one unambiguous character encoding system that's suitable for all the world's languages, in 1988 several major computer companies got together and began developing an alternative to ASCII known as Unicode. Whereas ASCII is a 7-bit code, Unicode is a 16-bit code. Each and every character in Unicode requires 2 bytes. That means that Unicode has character codes ranging from 0000h through FFFFh and can represent 65,536 different characters. That's enough for all the world's languages that are likely to be used in computer communication, with room for expansion.

Unicode doesn't start from scratch. The first 128 characters of Unicode—codes 0000h through 007Fh—are the same as the ASCII characters. Also, Unicode codes 00A0h through 00FFh are the same as the Latin Alphabet No. 1 extension of ASCII that I described earlier. Other worldwide standards are also incorporated into Unicode.

While Unicode may be an obvious improvement over existing character codes, that doesn't guarantee it instant acceptability. ASCII and the myriad flawed extensions of ASCII have become so entrenched in the computing world that it will be difficult to dislodge them.

The only real problem with Unicode is that it makes invalid the old equivalence between one character of text and 1 byte of storage. Encoded in ASCII, The Grapes of Wrath is about 1 megabyte in size. Encoded in Unicode, it's about 2 megabytes. But that's a small price to pay for a universal unambiguous character encoding system.

PK?>@OEBPS/ch21.html Chapter 21. Get on the Bus

Chapter 21. Get on the Bus

The processor is certainly the most important component of a computer, but it's not the only component. A computer also requires random access memory (RAM) that contains machine-code instructions for the processor to execute. The computer must also include some way for those instructions to get into RAM (an input device) and some way for the results of the program to be observed (an output device). As you'll also recall, RAM is volatile—it loses its contents when the power is turned off. So another useful component of a computer is a long-term storage device that can retain code and data when the computer is turned off.

All the integrated circuits that make up a complete computer must be mounted on circuit boards. In some smaller machines, all the ICs can fit on a single board. But it's more usual for the various components of the computer to be divided among two or more boards. These boards communicate with each other by means of a bus. A bus is simply a collection of digital signals that are provided to every board in a computer. These signals fall into four categories:

In addition, the bus supplies power to the various boards that the computer comprises.

One of the earliest popular busses for home computers was the S-100 bus, which was introduced in 1975 in the first home computer, the MITS Altair. Although this bus was based on the 8080 microprocessor, it was later adapted to other processors such as the 6800. An S-100 circuit board is 5.3 inches by 10 inches. One edge of the circuit board fits into a socket that has 100 connectors (hence the name S-100).

An S-100 computer contains a larger board called a motherboard (or main board) that contains a number of S-100 sockets (perhaps 12 of them) wired to one another. These sockets are sometimes called expansion slots. The S-100 circuit boards (also called expansion boards) fit into these sockets. The 8080 microprocessor and support chips (some of which I mentioned in Chapter 19) occupy one S-100 board. Random access memory occupies one or more other boards.

Because the S-100 bus was designed for the 8080 chip, it has 16 address signals, 8 data input signals, and 8 data output signals. (As you'll recall, the 8080 itself combines the data input and data output signals. These signals are divided into separate input and output signals by other chips on the circuit board that contains the 8080.) The bus also includes 8 interrupt signals. These are signals generated by other devices when they need immediate attention from the CPU. For example (as we'll see later in this chapter), a keyboard might generate an interrupt signal when a key is pressed. A short program run by the 8080 can then determine what that key was and take some action. The board containing the 8080 also generally includes a chip called the Intel 8214 Priority Interrupt Control Unit to handle these interrupts. When an interrupt occurs, this chip generates an interrupt signal to the 8080. When the 8080 acknowledges the interrupt, the chip provides a RST (Restart) instruction that causes the microprocessor to save the current program counter and branch to address 0000h, 0008h, 0010h, 0018h, 0020h, 0028h, 0030h, or 0038h depending on the interrupt.

If you were designing a new computer system that included a new type of bus, you could choose whether to publish (or otherwise make available) the specifications of the bus or to keep them secret.

If the specifications of a particular bus are made public, other manufacturers—so-called third-party manufacturers—can design and sell expansion boards that work with that bus. The availability of these additional expansion boards makes the computer more useful and hence more desirable. More sales of the computer create more of a market for more expansion boards. This phenomenon is the incentive for designers of most small computer systems that adhere to the principle of open architecture, which allows other manufacturers to create peripherals for the computer. Eventually, a bus might be considered an industry-wide standard. Standards have been an important part of the personal computer industry.

The most famous open architecture personal computer was the original IBM PC introduced in the fall of 1981. IBM published a Technical Reference manual for the PC that contained complete circuit diagrams of the entire computer, including all the expansion boards that IBM manufactured for it. This manual was an essential tool that enabled many manufacturers to make their own expansion boards for the PC and, in fact, to create entire clones of the PC—computers that were nearly identical to IBM's and ran all the same software.

The descendants of that original IBM PC now account for about 90 percent of the market in the desktop computers. Although IBM itself has only a small share of this market, it could very well be that IBM's share is larger than if the original PC had a closed architecture with a proprietary design. The Apple Macintosh was originally designed with a closed architecture, and despite occasional flirtations with open architecture, that original decision possibly explains why the Macintosh currently accounts for less than 10 percent of the desktop market. (Keep in mind that whether a computer system is designed under the principle of open architecture or closed architecture doesn't affect the ability of other companies to write software that runs on the computer. Only the manufacturers of certain video games have restricted other companies from writing software for their systems.)

The original IBM PC used the Intel 8088 microprocessor, which can address 1 megabyte of memory. Although internally the 8088 is a 16-bit microprocessor, externally it addresses memory in 8-bit chunks. The bus that IBM designed for the original PC is now called the ISA (Industry Standard Architecture) bus. The expansion boards have 62 connectors. The signals include 20 address signals, 8 combined data input and output signals, 6 interrupt requests, and 3 direct memory access (DMA) requests. DMA allows storage devices (which I'll describe toward the end of this chapter) to perform more quickly than would otherwise be possible. Normally, the microprocessor handles all reading from and writing to memory. But using DMA, another device can bypass the microprocessor by taking over the bus and reading from or writing to memory directly.

In an S-100 system, all components are mounted on expansion boards. In the IBM PC, the microprocessor, some support chips, and some RAM are located on what IBM called the system board but which is also often called a motherboard or a main board.

In 1984, IBM introduced the Personal Computer AT, which used the 16-bit Intel 80286 microprocessor that can address 16 megabytes of memory. IBM retained the existing bus but added another 36-connector socket that included 7 more address signals (although only 4 more were needed), 8 more data input and output signals, 5 more interrupt requests, and 4 more DMA requests.

Busses need to be upgraded or replaced when microprocessors outgrow them, either in data width (from 8 to 16 to 32 bits) or in the number of address signals they output. But microprocessors also outgrow busses when they achieve faster speeds. Early busses were designed for microprocessors operating at a clock speed of several megahertz rather than several hundred megahertz. When a bus isn't properly designed for high speeds, it can give off radio frequency interference (RFI) that causes static or other noise on nearby radios and television sets.

In 1987, IBM introduced the Micro Channel Architecture (MCA) bus. Some aspects of this bus had been patented by IBM, so IBM was able to collect licensing fees from other companies that used the bus. Perhaps for this reason, the MCA bus did not become an industry standard. Instead, in 1988 a consortium of nine companies (not including IBM) countered with the 32-bit EISA (Extended Industry Standard Architecture) bus. More recently, the Intel-designed Peripheral Component Interconnect (PCI) bus has become common in PC-compatibles.

To understand how the various components of the computer work, it's again helpful to return to that earlier and simpler era of the mid-1970s. We might imagine that we're designing boards for the Altair, or perhaps for an 8080 or 6800 computer of our own design. We probably want to design some memory for the computer and to have a keyboard for input, a TV set for output, and perhaps some way to save the contents of memory when we turn off the computer. Let's look at the various interfaces we can design to add these components to our computer.

You'll recall from Chapter 16 that RAM arrays have address inputs, data inputs, data outputs, and a signal used to write data into memory. The number of address inputs indicates the number of separate values that can be stored in the RAM array:

Number of values in RAM array = 2 Number of address inputs

The number of data input and output signals indicates the size of the stored values.

One popular memory chip for home computers in the mid-1970s was the 2102:

image with no caption

The 2102 is a member of the MOS (metal-oxide semiconductor) family of semiconductors, which is the same technology used for the 8080 and 6800 microprocessors themselves. MOS semiconductors can be easily connected to TTL chips; they generally have a higher density of transistors than TTL but aren't as fast.

As you can probably figure out by counting the address signals (A0 through A9) and noting the single data output (DO) and data input (DI) signals, this chip stores 1024 bits. Depending on the type of 2102 chip you're using, the read access time—the time it takes for the data output to be valid after a particular address has been applied to the chip—ranges from 350 to 1000 nanoseconds. The R/ (read/write) signal is normally 1 when you're reading memory. When you want to write data into the chip, this signal must be 0 for a period of at least 170 to 550 nsec, again depending on the type of 2102 chip you're using.

Of particular interest is the signal, which stands for chip select. When this signal is 1, the chip is deselected, which means that it doesn't respond to the R/ signal. The signal has another profound effect on the chip, however, that I'll describe shortly.

Of course, if you're putting together memory for an 8-bit microprocessor, you want to organize this memory so that it stores 8-bit values rather than 1-bit values. At the very least, you'll need to wire 8 of these 2102 chips together to store entire bytes. You can do this by connecting all the corresponding address signals, the R/ signals, and the signals of eight 2102 chips. The result can be drawn like this:

image with no caption

This is a 1024 x 8 RAM array, or 1 KB of RAM.

From a practical perspective, you need to put the memory chips on a circuit board. How many can you fit on one board? Well, if you really cram them close together, you can fit 64 of these chips on a single S-100 board. That will give you 8 KB of memory. But let's go for a more modest 4 KB using just 32 chips. Each set of chips that are wired together to store a whole byte (as illustrated above) is known as a bank. A 4-KB memory board contains four banks of 8 chips each.

Eight-bit microprocessors such as the 8080 and 6800 have 16-bit addresses that can address a total of 64 KB of memory. When you wire a 4-KB memory board containing four banks of chips, the memory board's 16 address signals perform the following functions:

image with no caption

The 10 address signals A0 through A9 are directly wired to the RAM chips. The address signals A10 and A11 select which of the four banks is being addressed. The address signals A12 through A15 determine which addresses apply to this particular board—in other words, the addresses that the board responds to. The 4-KB memory board we're designing can occupy one of 16 different 4-KB ranges in the entire 64-KB memory space of the microprocessor:

0000h through 0FFFh, or

1000h through 1FFFh, or

2000h through 2FFFh, or

F000h through FFFFh.

For example, suppose we decide that this 4-KB memory board will apply to addresses A000h through AFFFh. This means that addresses A000h through A3FFh will apply to the first bank of 1-KB chips, addresses A400h through A7FFh to the second bank, addresses A800h through ABFFh to the third bank, and addresses AC00h through AFFFh to the fourth bank.

It's common to wire a 4-KB memory board so that you can flexibly specify at a later time what range of addresses it responds to. To achieve this flexibility, you use something called a DIP switch. This is a series of tiny switches (anywhere from 2 through 12) in a dual inline package (DIP) that can be inserted in a normal IC socket:

image with no caption

You can wire this switch with the high 4 address bits from the bus in a circuit called a comparator.

image with no caption

As you'll recall, the output of an XOR gate is 1 if either of the two inputs is 1 but not both. Another way to think of this is that the output of an XOR gate is 0 if the two inputs are the same—either both 0 or both 1.

For example, if we close the switches corresponding to A13 and A15, that means we want the memory board to respond to memory addresses A000h through AFFFh. When the address signals A12, A13, A14, and A15 from the bus are equal to the values set on the switches, the outputs of all four XOR gates are 0, which means the output from the NOR gate is 1:

image with no caption

You can then combine that Equal signal with a 2-Line-to-4-Line Decoder to generate signals for each of the four banks of memory:

image with no caption

For example, when A10 is 0 and A11 is 1, that's the third bank.

If you recall the messy details of combining RAM arrays in Chapter 16, you might assume that we also need eight 4-to-1 Selectors to select the correct data output signals from the four banks of memory. But we don't, and here's why.

Normally, the output signals of TTL-compatible integrated circuits are either greater than 2.2 volts (for a logical 1) or less than 0.4 volts (for a logical 0). But what happens if you try connecting outputs? If one integrated circuit has a 1 output and another has a 0 output, and these two outputs are connected, what will result? You can't really tell, and that's why outputs of integrated circuits aren't normally connected together.

The data output signal of the 2102 chip is known as a 3-state, or tri-state, output. Besides a logical 0 and a logical 1, this data output signal can also be a third state. This state is—lo and behold—nothing at all! It's as if nothing is connected to the pin of the chip. The data output signal of the 2102 chip goes into this third state when the input is 1. This means that we can connect the corresponding data output signals of all four banks and use those eight combined outputs as the eight data input signals of the bus.

I'm emphasizing the concept of the tri-state output because it's essential to the operation of a bus. Just about everything that's connected to the bus uses the data input signals of the bus. At any time, only one board connected to the bus should be determining what those data input signals are. The other boards must be connected to the bus with deselected tri-state outputs.

The 2102 chip is known as static random access memory, or SRAM (pronounced ess ram), to differentiate it from dynamic random access memory, or DRAM (pronounced dee ram). SRAM generally requires 4 transistors per bit of memory (not quite as many transistors as the flip-flops I used for memory in Chapter 16). DRAM, however, requires only 1 transistor per bit. The drawback of DRAM is that it requires more complex support circuitry.

An SRAM chip such as the 2102 will retain its contents as long as the chip has power. If the power goes off, the chip loses its contents. The DRAM is also similar in that respect, but a DRAM chip requires also that the contents of the memory be periodically accessed, even if the contents aren't needed. This is called a refresh cycle, and it must occur several hundred times per second. It's like periodically nudging someone so that the person doesn't fall asleep.

Despite the hassle of using DRAM, the ever-increasing capacity of DRAM chips over the years has made DRAM the standard. In 1975, Intel introduced a DRAM chip that stored 16,384 bits. In accordance with Moore's Law, DRAM chips have quadrupled in capacity roughly every three years. Today's computers usually have sockets for memory right on the system board. The sockets take small boards called single inline memory modules (SIMMs) or dual inline memory modules (DIMMs) that contain several DRAM chips. Today you can buy a DIMM containing 128 megabytes of memory for under $300.

Now that you know how to make memory boards, you don't want to fill up the entire memory space of your microprocessor with memory. You want to leave some memory space for your output device.

The cathode-ray tube (CRT)—a familiar sight in homes for the last half century in its guise as the television set—has become the most common output device for computers. A CRT attached to a computer is usually known as the video display, or monitor. The electronic components that provide the signal to the video display are usually known as the video display adapter. Often the video display adapter occupies its own board in the computer, which is known as the video board.

While the two-dimensional image of a video display or a television might seem complex, the image is actually composed of a single continuous beam of light that sweeps across the screen very rapidly. The beam begins in the upper left corner and moves across the screen to the right, whereupon it zips back to the left to begin the second line. Each horizontal line is known as a scan line. The movement back to the beginning of each of these lines is known as the horizontal retrace. When the beam finishes the bottom line, it zips from the lower right corner of the screen to the upper left corner (the vertical retrace) and the process begins again. For American television signals, this happens 60 times a second, which is known as the field rate. It's fast enough so that the image doesn't appear to be flickering.

Television is complicated somewhat by the use of an interlaced display. Two fields are required to make up a single frame, which is a complete still video image. Each field contributes half the scan lines of the entire frame—the first field has the even scan lines, and the second field has the odd scan lines. The horizontal scan rate, which is the rate at which each horizontal scan line is drawn, is 15,750 Hertz. If you divide that number by 60 Hertz, you get 262.5 lines. That's the number of scan lines in one field. An entire frame is double that, or 525 scan lines.

Regardless of the mechanics of interlaced displays, the continuous beam of light that makes up the video image is controlled by a single continuous signal. Although the audio and video components of a television program are combined when they're broadcast or transmitted through a cable television system, they're eventually separated. The video signal that I'll describe here is identical to the signal that's input to or output from those jacks labeled Video found on VCRs, camcorders, and some television sets.

For black and white television, this video signal is quite straightforward and easy to comprehend. (Color gets a bit messier.) Sixty times per second, the signal contains a vertical sync pulse that indicates the beginning of a field. This pulse is 0 volts (ground) for about 400 microseconds. A horizontal sync pulse indicates the beginning of each scan line: The video signal is 0 volts for 5 microseconds 15,750 times per second. Between the horizontal sync pulses, the signal varies from 0.5 volt for black to 2 volts for white, with voltages between 0.5 volt and 2 volts to indicate shades of gray.

The image of a television is thus partially digital and partially analog. The image is divided into 525 lines vertically, but each scan line is a continuous variation of voltages—an analog of the visual intensity of the image. But the voltage can't vary indiscriminately. There's an upper limit to how quickly the television set can respond to the varying signal. This is known as the television's bandwidth.

Bandwidth is an extremely important concept in communication, and it relates to the amount of information that can be transferred over a particular communication medium. In the case of television, bandwidth is the limit to the speed with which the video signal can change from black to white and back to black again. For American broadcast television, this is about 4.2 MHz.

If we want to connect a video display to a computer, it's awkward to think of the display as a hybrid analog and digital device. It's easier to treat it as a completely digital device. From the perspective of a computer, it's most convenient to conceive of the video image as being divided into a rectangular grid of discrete dots known as pixels. (The term comes from the phrase picture element.)

The video bandwidth enforces a limit to the number of pixels that can fit in a horizontal scan line. I defined the bandwidth as the speed with which the video signal can change from black to white and back to black again. A bandwidth of 4.2 MHz for television sets allows two pixels 4.2 million times a second, or—dividing 2 x 4,200,000 by the horizontal scan rate of 15,750— 533 pixels in each horizontal scan line. But about a third of these pixels aren't available because they're hidden from view—either at the far ends of the image or while the light beam is in the horizontal retrace. That leaves about 320 useful pixels horizontally.

Likewise, we don't get 525 pixels vertically. Instead, some are lost at the top and bottom of the screen and during the vertical retrace. Also, it's most convenient to not rely upon interlace when computers use television sets. A reasonable number of pixels in the vertical dimension is 200.

We can thus say that the resolution of a primitive video display adapter attached to a conventional television set is 320 pixels across by 200 pixels down, or 320 pixels horizontally by 200 pixels vertically, commonly referred to as 320 by 200 or 320 x 200:

image with no caption

To determine the total number of pixels in this grid, you can count them or simply multiply 320 by 200 to get 64,000 pixels. Depending on how you've configured your video adapter (as I'll explain shortly), each pixel can be either black or white, or each pixel can be a particular color.

Suppose we wanted to display some text on this display. How much can we fit?

Well, that obviously depends on how many pixels are used for each text character. Here's one possible approach that uses an 8 x 8 grid (64 pixels) for each character:

image with no caption

These are the characters corresponding to ASCII codes 20h through 7Fh. (No visible characters are associated with ASCII codes 00h through 1Fh.)

Each character is identified by a 7-bit ASCII code, but each character is also associated with 64 bits that determine the visual appearance of the character. You can also think of these 64 bits of information as codes.

Using these character definitions, you can fit 25 lines of 40 characters each on the 320 x 200 video display, which (for example) is enough to fit an entire short poem by Amy Lowell:

image with no caption

A video display adapter must contain some RAM to store the contents of the display, and the microprocessor must be able to write data into this RAM to change the display's appearance. Most conveniently, this RAM is part of the microprocessor's normal memory space. How much RAM is required for a display adapter like the one I'm describing?

This isn't a simple question! The possible answers can range from 1 kilobyte to 192 kilobytes!

Let's start with the low estimate. One way to reduce the memory requirements of a video display adapter is to restrict the adapter to text only. We've already established that we can display 25 rows of 40 characters each, or a total of 1000 characters. The RAM on the video board need only store the 7-bit ASCII codes of those 1000 characters. That's 1000 7-bit values, which is approximately 1024 bytes, or 1 kilobyte.

Such a video adapter board must also include a character generator that contains the pixel patterns of all the ASCII characters, such as I illustrated earlier. This character generator is generally read-only memory, or ROM (pronounced rahm). A ROM is an integrated circuit manufactured so that a particular address always results in a particular data output. Unlike RAM, a ROM doesn't have any data input signals.

You can think of ROM as a circuit that converts one code to another. A ROM that stores 8 x 8 pixel patterns of 128 ASCII characters could have 7 address signals (for the ASCII codes) and 64 data output signals. The ROM thus converts a 7-bit ASCII code to a 64-bit code that defines the character's appearance. But 64 data output signals would make the chip quite large! It's more convenient to have 10 address signals and 8 output signals. Seven of the address signals specify the particular ASCII character. (These 7 address bits come from the data output of the RAM on the video board.) The other 3 address signals indicate the row. For example, address bits 000 indicate the top row and 111 indicate the bottom row. The 8 output bits are the eight pixels of each row.

For example, suppose the ASCII code is 41h. That's a capital A. There are eight rows of 8 bits each. This table shows the 10-bit address (a space separates the ASCII code from the row code) and the data output signals for a capital A:

Address

Data Output

1000001 000

00110000

1000001 001

01111000

1000001 010

11001100

1000001 011

11001100

1000001 100

11111100

1000001 101

11001100

1000001 110

11001100

1000001 111

00000000

Do you see the A drawn with 1s against a background of 0s?

A video display adapter that displays text only must also have logic for a cursor. The cursor is the little underline that indicates where the next character you type on the keyboard will appear on the display. The character row and column position of the cursor is usually stored in two 8-bit registers on the video board that the microprocessor can write values into.

If the video adapter board is not restricted to text only, it's referred to as a graphics board. By writing into the RAM on a graphics video board, a microprocessor can draw pictures, including text in a multitude of sizes and styles. Graphics video boards require more memory than text-only boards. A graphics video board that displays 320 pixels across by 200 pixels down has 64,000 pixels. If each pixel corresponds to one bit of RAM, such a board requires 64,000 bits of RAM, or 8000 bytes. This, however, is the rock-bottom minimum. A correspondence of 1 bit to 1 pixel allows the use of only two colors—for instance, black and white. A 0 bit might correspond to a black pixel, and a 1 bit might correspond to a white pixel.

Black-and-white televisions display more than just black and white, of course. They're also capable of displaying many shades of gray. To display shades of gray from a graphics board, it's common for each pixel to correspond to an entire byte of RAM, where 00h is black and FFh is white, and all the values in between correspond to shades of gray. A 320-by-200 video board that displays 256 gray shades requires 64,000 bytes of RAM. That's very nearly the entire address space of one of the 8-bit microprocessors I've been talking about!

Moving up to full gorgeous color requires 3 bytes per pixel. If you use a magnifying glass to examine a color television or a computer video display, you'll discover that each color is represented by various combinations of the primary colors red, green, and blue. To get the full range of color, a byte is required to indicate the intensity of each of the three primaries. That means 192,000 bytes of RAM. (I'll have more to say about color graphics in the last chapter of this book.)

The number of different colors that a video adapter is capable of is related to the number of bits used for each pixel. The relationship might look familiar because like many codes in this book, it once again involves a power of 2:

Number of Colors = 2Number of bits per pixel

The 320-by-200 resolution is just about the best you can do on a standard television set. That's why monitors made specifically for computers have a much higher bandwidth than television sets. The first monitors sold with the IBM Personal Computer in 1981 could display 25 lines of 80 characters each. This is the number of characters found on the CRT displays used with IBM's large and expensive mainframe computers. To IBM, 80 characters is a very special number. And why? Because that's the number of characters on an IBM punch card! Indeed, in the early days the CRT displays attached to mainframes were often used for viewing the contents of punch cards. Occasionally, you'll hear an old-timer refer to the lines of a text-only video display as cards.

Over the years, video display adapters have been characterized by increasing resolution and color capability. An important milestone was reached in 1987 when IBM's Personal System/2 series of personal computers and Apple's Macintosh II both introduced video adapters that did 640 pixels horizontally by 480 pixels vertically. This has remained the minimum-standard video resolution ever since.

The 640-by-480 resolution was a significant milestone, but you might not believe that the reason for its importance goes back to Thomas Edison! Around 1889, when Edison and his engineer William Kennedy Laurie Dickson were working on the Kinetograph motion picture camera and the Kinetoscope projector, they decided to make the motion picture image one-third wider than it was high. The ratio of the width of the image to its height is called the aspect ratio. The ratio that Edison and Dickson established is commonly expressed as 1.33 to 1, or 1.33:1, or, to avoid fractions, 4:3. This aspect ratio was used for most movies for over 60 years, and it was also used for television. Only in the early 1950s did the Hollywood studios introduce some widescreen techniques that competed against television by going beyond the 4:3 aspect ratio.

The aspect ratio of most computer monitors is (like television) also 4:3, which you can easily prove to yourself using a ruler. The resolution 640 by 480 is also in the ratio 4:3. This means that (for example) a 100-pixel horizontal line is the same physical length as a 100-pixel vertical line. This is considered a desirable feature for computer graphics and is known as square pixels.

Today's video adapters and monitors almost always do 640 by 480 but are also capable of various additional video modes, often including resolutions of 800 by 600, 1024 by 768, 1280 by 960, and 1600 by 1200.

Although we normally think of the computer display and the keyboard as connected in some way—what you type on the keyboard is displayed on the screen—they're usually physically distinct.

Each key on the keyboard is a simple switch. The switch is closed when the key is pressed. A keyboard that resembles a typewriter might have as few as 48 keys; keyboards for today's personal computers often have over 100 keys.

A keyboard attached to a computer must include some hardware that provides a unique code for each key that's pressed. It's tempting to assume that this code is the ASCII code for the key. But it's not practical nor desirable to design hardware that figures out the ASCII code. For example, the A key on the keyboard could correspond to the ASCII code 41h or 61h depending on whether a user also pressed the Shift key. Also, today's computer keyboards have many keys that don't correspond to ASCII characters. The code provided by the keyboard hardware is instead referred to as a scan code. A short computer program can figure out what ASCII code (if any) corresponds to a particular key being pressed on the keyboard.

To prevent my diagram of the keyboard hardware from becoming unwieldy, I'm going to assume that our keyboard has a mere 16 keys. Whenever a key is pressed, the keyboard hardware should generate a 4-bit code with binary values ranging from 0000 through 1111.

The keyboard hardware contains components that we've seen before:

image with no caption

The 16 keys of the keyboard are shown as simple switches in the lower left area of this diagram. A 4-bit counter repetitively and very quickly cycles through the 16 codes corresponding to the keys. It must be fast enough to cycle through all the codes faster than a person can press and release a key.

The outputs of the 4-bit counter are the select inputs of both a 2-Line-to-4-Line Decoder and a 4-Line-to-1-Line Data Selector. If no keys are pressed, none of the inputs to the selector can be 1. Therefore the output of the selector isn't 1. But if a particular key is pressed, at a particular 4-bit counter output the output from the selector will be 1. For example, if the switch second from the top and right is pressed, and if the counter output is 0110, the output from the selector becomes 1:

image with no caption

That's the code corresponding to that key. When that key is pressed, no other counter output will cause the output of the selector to be 1. Each key has its own code.

If your keyboard has 64 keys, you need a 6-bit scan code. That would involve a 6-bit counter. You could arrange the keys in an 8x8 array, using a 3-to-8 Decoder and a 1-of-8 Selector. If your keyboard has between 65 and 128 keys, you need a 7-bit code. You could arrange the keys in an 8x16 array and use a 4-to-16 Decoder and an 8-to-1 Selector (or a 3-to-8 Decoder and a 16-to-1 Selector).

What happens next in this circuit depends on the sophistication of the keyboard interface. The keyboard hardware could include 1 bit of RAM for each key. The RAM would be addressed by the counter, and the contents of the RAM could be 0 if the key is up and 1 if the key is down. This RAM could also be read by the microprocessor to determine the status of each key.

One useful part of a keyboard interface is an interrupt signal. As you'll recall, the 8080 microprocessor has an input signal that allows an external device to interrupt what the microprocessor is doing. The microprocessor responds by reading an instruction from memory. This is usually a RST instruction and causes the microprocessor to branch to a specific area of memory where a program to handle the interrupt is located.

The final peripheral I'll describe in this chapter is a long-term storage device. As you'll recall, random access memory—whether constructed from relays, tubes, or transistors—loses its contents when the electrical power is shut off. For this reason, a complete computer also needs something for long-term storage. One time-honored approach involves punching holes in paper or cardboard, such as IBM punch cards. In the early days of small computers, rolls of paper tape were punched with holes to save programs and data and to later reload them into memory.

One problem with punch cards and paper tape is that the medium isn't reusable. Once a hole is punched it can't easily be unpunched. Another problem is that it's not particularly efficient. These days, if you can actually see a bit, it's probably safe to say that the bit is taking up entirely too much space!

For these reasons, the type of long-term storage that has become much more prevalent is magnetic storage. The origins of magnetic storage date back to 1878, when the principles were described by American engineer Oberlin Smith (1840–1926). The first working device, however, came 20 years later in 1898 and was built by Danish inventor Valdemar Poulsen (1869–1942). Poulsen's telegraphone was originally intended as a device to record telephone messages when the person receiving the call wasn't at home. He employed an electromagnet—that ubiquitous device we've already encountered in the telegraph—to record sound along a moving length of steel wire. The electromagnet magnetizes the wire proportional to the ups and downs of the waveform of the sound. The magnetized wire can then induce a current to the same degree as it's moved along the coils of wire in the electromagnet. The electromagnet used for storing and reading is known as a head, regardless of the type of magnetic medium it's used with.

In 1928, Austrian inventor Fritz Pfleumer patented a magnetic recording device based on long lengths of paper tape that had been coated with iron particles using a technology originally designed for creating metallic bands on cigarettes. The paper was soon replaced with a stronger cellulose acetate base, and one of the most enduring and well-known of all recording media was born. Reels of magnetic tape—now conveniently packaged in plastic cassettes—still provide an extremely popular medium for recording and playing back music and video.

The first commercial tape system for recording digital computer data was introduced by Remington Rand in 1950. At the time, a reel of half-inch tape could store a few megabytes of data. In the early days of home computers, people adapted common cassette tape recorders to save information. Small programs stored the contents of a block of memory to tape and later read it back from tape into memory. The first IBM PCs had a connector for cassette tape storage. Tape remains a popular medium today, particularly for long-term archiving. Tape, however, isn't an ideal medium because moving quickly to an arbitrary spot on the tape isn't possible. It's usually necessary to fast-forward or rewind, and that takes time.

A medium geometrically more conducive to fast access is the disk. The disk itself is spun around its center while one or more heads attached to arms can be moved from the outside of the disk to the inside. Any area on the disk can be accessed very quickly.

For recording sounds, the magnetic disk actually predates the magnetic tape. For storing computer data, however, the first disk drive was invented at IBM in 1956. The Random Access Method of Accounting and Control (RAMAC) contained 50 metal disks 2 feet in diameter and could store 5 megabytes of data.

Since then, disks have become much smaller and of higher capacity. Disks are generally categorized as floppy disks (also called diskettes) or hard disks (also called fixed disks). Floppy disks are single sheets of coated plastic inside a protective casing made of cardboard or (more recently) plastic. (A plastic casing prevents the diskette from bending, so the diskette is no longer quite as floppy as the older ones, but it's still referred to as a floppy disk.) Floppy disks must be physically inserted by a person into a floppy disk drive, which is the component attached to the computer that writes to and reads from the floppy disk. Early floppy disks were 8 inches in diameter. The first IBM PC used 5 ¼-inch floppy disks; today the most common format is 3.5 inches in diameter. That floppy disks can be removed from the disk drive allows them to be used for transferring data from one computer to another. Diskettes are also still an important distribution medium of commercial software.

A hard disk usually contains multiple metal disks permanently built into the drive. Hard disks are generally faster than floppy disks and can store more data. But the disks themselves can't be removed.

The surface of a disk is divided into concentric rings called tracks. Each track is divided like slices of a pie into sectors. Each sector stores a certain number of bytes, usually 512 bytes. The floppy disk drive on the first IBM PC used only one side of the 5 ¼-inch disk and divided it into 40 tracks with 8 sectors per track and 512 bytes per sector. Each floppy disk thus stored 163,840 bytes, or 160 kilobytes. The 3.5-inch floppy disks used in PC compatibles today have two sides, 80 tracks per side, 18 sectors per track, and 512 bytes per sector for a total of 1,474,560 bytes, or 1440 kilobytes.

The first hard disk drive introduced by IBM for the Personal Computer-XT in 1983 stored ten megabytes. Today, in 1999, a 20-gigabyte hard disk drive (that's 20 billion bytes of storage) can be purchased for under $400.

A floppy disk or hard disk usually comes with its own electrical interface and also requires an additional interface between that and the microprocessor. Several standard interfaces are popular for hard drives, including SCSI (Small Computer System Interface, pronounced scuzzy), ESDI (Enhanced Small Device Interface, pronounced ez dee), and IDE (Integrated Device Electronics). All these interfaces make use of direct memory access (DMA) to take over the bus and transfer data directly between random access memory and the disk, bypassing the microprocessor. These transfers are in increments of the disk sector size, which is usually 512 bytes.

Many newcomers to home computers hear too much technical talk about megabytes of this and gigabytes of that, and they get confused about the difference between semiconductor random access memory and disk storage. In recent years, a rule of sorts has emerged to help alleviate some confusion about terminology. The rule is that the word memory is to be used to refer only to semiconductor random access memory, while the word storage is to be used for everything else—usually floppy disks, hard disks, and tape. I've tried to follow that rule (even though we've encountered microprocessor machine-code instructions named Store that store bytes in RAM).

The most obvious difference between memory and storage is that memory is volatile; it loses its contents when the power is shut off. Storage is non-volatile; data stays on the floppy disk or hard disk until it's deliberately erased or written over. Yet there's another significant difference that you can appreciate only by understanding what a microprocessor does. When the microprocessor outputs an address signal, it's always addressing memory, not storage.

Getting something from disk storage into memory so that it can be accessed by the microprocessor requires extra steps. It requires that the microprocessor run a short program that accesses the disk drive so that the disk drive transfers data from the disk into memory.

The difference between memory and storage can also be understood in a common analogy: Memory is like the top of your desk. Anything that's on your desk you can work with directly. Storage is like a file cabinet. If you need to use something from the file cabinet, you have to get up, walk over to the file cabinet, pull out the file you need, and bring it back to your desk. If your desk gets too crowded, you need to take something from your desk back over to the file cabinet.

This analogy is particularly apt because data stored on disks is actually stored in entities called files. Storing files and retrieving them is the province of an extremely important piece of software known as the operating system.

PK?JOEBPS/ch22.html Chapter 22. The Operating System

Chapter 22. The Operating System

We have, at long last, assembled—at least in our imaginations—what seems to be a complete computer. This computer has a microprocessor, some random access memory, a keyboard, a video display, and a disk drive. All the hardware is in place, and we eye with excitement the on/off switch that will power it up and bring it to life. Perhaps this project has evoked in your mind the labors of Victor Frankenstein as he assembled his monster, or Geppetto as he built the wooden puppet that he will name Pinocchio.

But still we're missing something, and it's neither the power of a lightning bolt nor the purity of a wish upon a star. Go ahead: Turn on this new computer and tell me what you see.

As the cathode-ray tube warms up, the screen displays an array of perfectly formed—but totally random—ASCII characters. This is as we expect. Semiconductor memory loses its contents when the power is off and begins in a random and unpredictable state when it first gets power. Likewise, all the RAM that we've constructed for the microprocessor contains random bytes. The microprocessor begins executing these random bytes as if they were machine code. This won't cause anything bad to happen—the computer won't blow up, for instance—but it won't be very productive either.

What we're missing here is software. When a microprocessor is first turned on or reset, it begins executing machine code at a particular memory address. In the case of the Intel 8080, that address is 0000h. In a properly designed computer, that memory address should contain a machine-code instruction (most likely the first of many) when the computer is turned on.

How does that machine-code instruction get there? The process of getting software into a newly designed computer is possibly one of the most confusing aspects of the project. One way to do it is with a control panel similar to the one in Chapter 16 used for writing bytes into random access memory and later reading them:

image with no caption

Unlike the earlier control panel, this one has a switch labeled Reset. The Reset switch is connected to the Reset input of the microprocessor. As long as that switch is on, the microprocessor doesn't do anything. When you turn off the switch, the microprocessor begins executing machine code.

To use this control panel, you turn the Reset switch on to reset the microprocessor and to stop it from executing machine code. You turn on the Takeover switch to take over the address signals and data signals on the bus. At this time, you can use the switches labeled A0 through A15 to specify a 16-bit memory address. The lightbulbs labeled D0 through D7 show you the 8-bit contents of that memory address. To write a new byte into that address, you set the byte up on switches D0 through D7 and flip the Write switch on and then off again. After you're finished inserting bytes into memory, turn the Takeover switch off and the Reset switch off, and the microprocessor will execute the program.

This is how you enter your first machine-code programs into a computer that you've just built from scratch. That it's laborious goes without saying. That you will make little mistakes now and then is a given. That your fingers will get blisters and your brain will turn to mush is an occupational hazard.

But what makes it all worthwhile happens when you start to use the video display to show the results of your programs. The text-only video display we built in the last chapter has 1 kilobyte of random access memory that's used to store the ASCII codes of 25 lines of 40 characters each. A program writes to this memory the same way that it writes to any other memory in the computer.

But getting program output to the video display isn't as simple as it might first seem. If, for example, a program that you write does a particular calculation that results in the value 4Bh, you can't simply write that value to the video display memory. What you'll see in the screen in that case is the letter K because that's the letter that corresponds to the ASCII code 4Bh. Instead, you need to write two ASCII characters to the display: 34h, which is the ASCII code for 4, and 42h, which is the ASCII code for B. Each nibble of the 8-bit result is a hexadecimal digit, which must be displayed by the ASCII code for that digit.

Of course, you'll probably write little subroutines that perform this conversion. Here's one in 8080 assembly language that converts a nibble in the accumulator (assumed to be a value between 00h and 0Fh inclusive) to its ASCII equivalent:

NibbleToAscii: CPI A,0Ah ; Check if it's a letter or number
               JC Number
               ADD A,37h ; A to F converted to 41h to 46h
               RET
Number:        ADD A,30h ; 0 to 9 converted to 30h to 39h
               RET

This subroutine calls NibbleToAscii twice to convert a byte in accumulator A to two ASCII digits in registers B and C:

ByteToAscii: PUSH PSW           ; Save accumulator
             RRC                ; Rotate A right 4 times...
             RRC
             RRC
             RRC                ; ...to get high-order nibble
             CALL NibbleToAscii ; Convert to ASCII code
             MOV B,A            ; Move result to register B
             POP PSW            ; Get original A back
             AND A,0Fh          ; Get low-order nibble
             CALL NibbleToAscii ; Convert to ASCII code
             MOV C,A            ; Move result to register C
             RET

These subroutines now let you display a byte in hexadecimal on the video display. If you want to convert to decimal, it's a bit more work. The process is actually quite similar to the way a person converts hexadecimal to decimal—by several divisions by 10.

Remember that you're not actually entering these assembly-language programs into memory. Instead, you're probably writing them on paper and then converting them to machine code that you then enter into memory. This "hand assembling" is something that we'll continue doing until Chapter 24.

Although the control panel doesn't require a lot of hardware, what it also lacks is ease of use. The control panel has to be the absolute worst form of input and output ever devised. It's downright embarrassing that we're clever enough to build our own computer from scratch, yet we're still keying in numbers in 0s and 1s. The first priority has to be to get rid of the control panel.

The key, of course, is the keyboard. We've constructed the computer keyboard so that every time a key is pressed, an interrupt to the microprocessor occurs. The interrupt controller chip that we've used in our computer causes the microprocessor to respond to this interrupt by executing a RST (Restart) instruction. Let's suppose that this is a RST 1 instruction. This instruction causes the microprocessor to save the current program counter on the stack and to jump to address 0008h. Beginning at that address, you'll enter some code (using the control panel) that we'll call the keyboard handler.

To get this all working right, you'll need some code that's executed when the microprocessor is reset. This is called initialization code. The initialization code first sets the stack pointer so that the stack is located in a valid area of memory. The code then sets every byte in the video display memory to the hexadecimal value 20h, which is the ASCII space character. This procedure gets rid of all the random characters on the screen. The initialization code uses the OUT (Output) instruction to set the position of the cursor—the underline on the video display that shows you where the next character you type will be entered—to the first column of the first row. The next instruction is EI to enable interrupts so that the microprocessor can respond to the keyboard interrupt. That instruction is followed by a HLT to halt the microprocessor.

And that's it for the initialization code. From now on, the computer will mostly be in a halted state resulting from executing the HLT instruction. The only event that can nudge the computer from the halted state is a Reset from the control panel or an interrupt from the keyboard.

The keyboard handler is much longer than the initialization code. Here's where all the really useful stuff takes place.

Whenever a key is pressed on the keyboard, the interrupt signal causes the microprocessor to jump from the HLT statement at the end of the initialization code to the keyboard handler. The keyboard handler uses the IN (Input) instruction to determine the key that has been pressed. The keyboard handler then does something based on which key has been pressed (that is, the keyboard handler processes each key) and then executes a RET (Return) instruction to go back to the HLT statement to await another keyboard interrupt.

If the pressed key is a letter or a number or a punctuation mark, the keyboard handler uses the keyboard scan code, taking into account whether the Shift key is up or down, to determine the appropriate ASCII code. It then writes this ASCII code into the video display memory at the cursor position. This procedure is called echoing the key to the display. The cursor position is then incremented so that the cursor appears in the space after the character just displayed. In this way, someone can type a bunch of characters on the keyboard and they'll be displayed on the screen.

If the key pressed is the Backspace key (corresponding to ASCII code 08h), the keyboard handler erases the character that was last written to the video display memory. (Erasing the character is simply a matter of writing ASCII code 20h—the space character—in that memory location.) It then moves the cursor backward one space.

Usually a person typing at the keyboard types in a line of characters—using the Backspace key when necessary to correct mistakes—and then presses the Return key, often labeled Enter on computer keyboards. In the same way that pressing the Return key on an electric typewriter indicates that the typist is ready to go to the beginning of the next line, pressing the Enter key indicates that the typist is finished typing a line of text.

When the keyboard handler processes the Return or Enter key (corresponding to ASCII code 0Dh), the line of text in the video display memory is interpreted as a command to the computer, that is, something for the keyboard handler to do. The keyboard handler includes a command processor that understands (for example) three commands: W, D, and R.

If the line of text begins with a W, the command means Write some bytes into memory. The line you type on the screen looks something like this:

W 1020 35 4F 78 23 9B AC 67

This command instructs the command processor to write the hexadecimal bytes 35, 4F, and so on into the memory addresses beginning at address 1020h. For this job, the keyboard handler needs to convert ASCII codes to bytes—a reversal of the conversion I demonstrated earlier.

If the line of text begins with a D, the command means Display some bytes in memory. The line you type on the screen looks like this:

D 1030

The command processor responds by displaying the 11 bytes stored beginning at location 1030h. (I say 11 bytes because that's how many will fit on a 40-characterwide display on the same line following the address.) You can use the Display command to examine the contents of memory.

If the line of text begins with an R, the command means Run. Such a command looks like this:

R 1000

and means "Run the program that's stored beginning at address 1000h." The command processor stores 1000h in the register pair HL and then executes the instruction PCHL, which loads the program counter from register pair HL, effectively jumping to that address.

Getting this keyboard handler and command processor working is an important milestone. Once you have it, you no longer need suffer the indignity of the control panel. Typing bytes in from the keyboard is easier, faster, and classier.

Of course, you still have the problem of all the code you've entered disappearing when you turn off the power. For that reason, you'll probably want to store all this new code in read-only memory, or ROM. In the last chapter, we obtained a ROM chip that contained all the dot patterns necessary for displaying ASCII characters on the video display. We assumed our chip was configured with this data during manufacture. You can also program ROM chips in the privacy of your home. Programmable read-only memory (PROM) chips are programmable only once. Erasable programmable read-only memory (EPROM) chips can be programmed and reprogrammed after being entirely erased by exposure to ultraviolet light.

As you'll recall, we wired our RAM boards with a DIP switch that allows us to specify the starting address of the board. If you're working with an 8080 system, initially one of your RAM boards will be set for address 0000h. After you create a ROM, that ROM will occupy address 0000h and the RAM board can be switched to a higher address.

The creation of the command processor is an important milestone not only because it provides a faster means to enter bytes into memory but also because the computer is now interactive. When you type something on the keyboard, the computer responds by displaying something on the screen.

Once you have the command processor in ROM, you can start experimenting with writing data from memory to the disk drive (probably in chunks that correspond to the sector size of the disk) and reading the data back into memory. Storing programs and data on the disk is much safer than storing them in RAM (where they'll disappear if the power fails) and much more flexible than storing them in ROM.

Eventually you might want to add some new commands to the command processor. For example, the S command stands for Store:

S 2080 2 15 3

This command indicates that the block of memory beginning at address 2080h is to be stored on the disk on side 2, track 15, and sector 3. (The size of this memory block is dependent on the sector size of the disk.) Similarly, you can add a Load command:

L 2080 2 15 3

to load the sector from the disk back into memory.

Of course, you'll have to keep track of what you're storing where. You'll probably keep a pad and pencil handy for this purpose. Be careful: You can't just store some code located at one address and then later load it back into memory at another address and expect it to work. All the Jump and Call instructions will be wrong because they indicate the old addresses. Also, you might have a program that's longer than the sector size of your disk, so you need to store it in several sectors. Because some sectors on the disk might be occupied by other programs or data and some sectors might be free, the sectors in which you store a long program might not be consecutive on the disk.

Eventually, you could decide that the manual clerical work involved in keeping track of where everything is stored on the disk is just too much. At this point, you're ready for a file system.

A file system is a method of disk storage in which data is organized into files. A file is simply a collection of related data that occupies one or more sectors on the disk. Most important, each file is identified by a name that helps you remember what the file contains. You can think of the disk as resembling a file cabinet in which each file has a little tab that indicates the name of the file.

A file system is almost always part of a larger collection of software known as an operating system. The keyboard handler and command processor we've been building in this chapter could certainly evolve into an operating system. But instead of trudging through that long evolutionary process, let's take a look instead at a real operating system and get a feel for what it does and how it works.

Historically, the most important operating system for 8-bit microprocessors was CP/M (Control Program for Micros), written in the mid-1970s for the Intel 8080 microprocessor by Gary Kildall (born 1942), who later founded Digital Research Incorporated (DRI).

CP/M is stored on a disk. In the early days of CP/M, the most common medium for CP/M was a single-sided 8-inch diskette with 77 tracks, 26 sectors per track, and 128 bytes per sector. (That's a total of 256,256 bytes.) The first two tracks of the disk contain CP/M itself. I'll describe shortly how CP/M gets from the disk into the computer memory.

The remaining 75 tracks on the CP/M disk are used for storing files. The CP/M file system is fairly simple, but it satisfies the two major requirements: First, each file on the disk is identified by a name. This name is also stored on the disk; indeed, all the information that CP/M needs to read these files is stored on the disk along with the files themselves. Second, files don't have to occupy consecutive sectors on a disk. It often happens that as files of various sizes are created and deleted, free space on the disk becomes fragmented. The ability of a file system to store a large file in nonconsecutive sectors is very useful.

The sectors in the 75 tracks used for storing files are grouped into allocation blocks. Each allocation block contains 8 sectors, or 1024 bytes. There are 243 allocation blocks on the disk, numbered 0 through 242.

The first two allocation blocks (a total of 2048 bytes) are used for the directory. The directory is the area of the disk that contains the names and some crucial information about every file stored on the disk. Each file stored on the disk requires a directory entry 32 bytes long. Because the total directory is just 2048 bytes, the diskette is limited to 2048 ÷ 32, or 64, files.

Each 32-byte directory entry contains the following information:

Bytes

Meaning

0

Usually set to 0

1–8

Filename

9–11

File type

12

File extent

13–14

Reserved (set to 0)

15

Sectors in last block

16–31

Disk map

The first byte in the directory entry is used only when the file system can be shared by two or more people at the same time. Under CP/M, this byte is normally set to 0, as are bytes 13 and 14.

Under CP/M, each file is identified with a two-part name. The first part is known as the filename and can have up to eight characters stored in bytes 1 through 8 of the directory entry; the second part is known as the file type and can have up to three characters stored in bytes 9 through 11. There are several standard file types. For example, TXT indicates a text file (that is, a file containing only ASCII codes), and COM (which is short for command) indicates a file containing 8080 machine-code instructions—a program. When specifying a file, the two parts are separated by a period, like this:

MYLETTER.TXT
CALC.COM

This file-naming convention has come to be known as 8.3 (pronounced eight dot three), indicating the maximum eight letters before the period and the three letters after.

The disk map of the directory entry indicates the allocation blocks in which the file is stored. Suppose the first four entries in the disk map are 14h, 15h, 07h, and 23h, and the rest are zeros. This means that the file occupies four allocation blocks, or 4 KB of space. The file might actually be a bit shorter. Byte 15 in the directory entry indicates how many 128-byte sectors are actually used in the last allocation block.

The disk map is 16 bytes long; that length accommodates a file up to 16,384 bytes. A file longer than 16 KB must use multiple directory entries, which are called extents. In that case, byte 12 is set to 0 in the first directory entry, 1 in the second directory entry, and so forth.

I mentioned text files. Text files are also called ASCII files, or text-only files, or pure-ASCII files, or something along those lines. A text file contains ASCII codes (including carriage return and linefeed codes) that correspond to text readable by human beings. A file that isn't a text file is called a binary file. A CP/M COM file is a binary file because it contains 8080 machine code.

Suppose a file (a very small file) must contain three 16-bit numbers—for example, 5A48h, 78BFh, and F510h. A binary file with these three numbers is just 6 bytes long:

48 5A BF 78 10 F5

Of course, that's the Intel format for storing multibyte numbers. The least-significant byte comes first. A program written for Motorola processors might be more inclined to create the file this way:

5A 48 78 BF F5 10

An ASCII text file storing these same four 16-bit values contains the bytes

35 41 34 38 68 0D 0A 37 38 42 46 68 0D 0A 46 35 31 30 68 0D 0A

These bytes are ASCII codes for numbers and letters, where each number is terminated by a carriage return (0Dh) and a linefeed (0A) character. The text file is more conveniently displayed not as a string of bytes that happen to be ASCII codes, but as the characters themselves:

5A48h
78BFh
F510h

An ASCII text file that stores these three numbers could also contain these bytes:

32 33 31 31 32 0D 0A 33 30 39 31 31 0D 0A 36 32 37 33 36 0D 0A

These bytes are the ASCII codes for the decimal equivalents of the three numbers:

23112
30911
62736

Since the intent of using text files is to make the files easier for humans to read, there's really no reason not to use decimal rather than hexadecimal numbers.

As I mentioned, CP/M itself is stored on the first two tracks of a disk. To run, CP/M must be loaded from the disk into memory. The ROM in a computer that uses CP/M need not be extensive. All the ROM needs to contain is a small piece of code known as a bootstrap loader (because that code effectively pulls the rest of the operating system up by its bootstraps). The bootstrap loader loads the very first 128-byte sector from the diskette into memory and runs it. This sector contains code to load the rest of CP/M into memory. The entire process is called booting the operating system.

Eventually, CP/M arranges itself to occupy the area of RAM with the highest memory addresses. The entire organization of memory after CP/M has loaded looks like this:

image with no caption

This diagram isn't to scale. The three components of CP/M—the Basic Input/ Output System (BIOS), the Basic Disk Operating System (BDOS), and the Console Command Processor (CCP)—occupy only about 6 KB of memory in total. The Transient Program Area (TPA)—about 58 KB of memory in a 64-KB computer—initially contains nothing.

The Console Command Processor is equivalent to the command processor that we were building earlier. The word console refers to a combination of a keyboard and a display. The CCP displays a prompt on the display, which looks like this:

A>

The prompt is your signal to type something in. In computers that have more than one disk drive, the A refers to the first disk drive, the one from which CP/M was loaded. You type in commands following the prompt and press the Enter key. The CCP then executes these commands, which usually produces information displayed on the screen. When the command has finished, the CCP displays the prompt again.

The CPP recognizes just a few commands. Possibly the most important is this one:

DIR

which displays the directory of the disk—that is, a list of all the files stored on the disk. You can use the special characters ? and * to limit this list to files of a particular name or type. For example,

DIR *.TXT

displays all text files, while

DIR A???B.*

displays a list of all files that have a five-character name where the first letter is A and the last letter is B.

Another command is ERA, which is short for Erase. You use this to erase a file from the disk. For example,

ERA MYLETTER.TXT

erases the file with that name, while

ERA *.TXT

erases all text files. Erasing a file means freeing the directory entry and the disk space occupied by the file.

Another command is REN, which is short for Rename. You use this command to change the name of a file. The TYPE command displays the contents of a text file. Because a text file contains only ASCII codes, this command allows you to read a file right on the screen, like this:

TYPE MYLETTER.TXT

The SAVE command saves one or more 256-byte memory blocks located in the Transient Program Area to a disk file with a specified name.

If you type in a command that CP/M doesn't recognize, it assumes you're specifying the name of a program that's stored as a file on the disk. Programs always have the file type COM, which stands for Command. The CCP searches for a file of that name on the disk. If one exists, CP/M loads the file from disk into the Transient Program Area, which begins at memory address 0100h. This is how you run programs that are located on the disk. For example, if you type

CALC

following the CP/M prompt, and if a file named CALC.COM exists on the disk, the CCP loads that file into memory starting at address 0100h and then executes the program by jumping to the machine-code instruction located at address 0100h.

Earlier I explained how you can insert machine-code instructions any-where into memory and execute them, but in CP/M programs that are stored in disk files must be designed to be loaded into memory beginning at a specific memory location, which is 0100h.

CP/M comes with several useful programs, including PIP, the Peripheral Interchange Program, which allows you to copy files. The ED program is a text editor that allows you to create and modify text files. Programs such as PIP and ED, which are small and designed to do simple chores, are often known as utility programs. If you were running a CP/M system, you would probably purchase larger application programs, such as word processors or computer spreadsheets. Or you might write such programs yourself. All these programs are also stored in files of the COM type.

So far we've seen how CP/M (like most operating systems) provides commands and utilities that let you perform rudimentary housekeeping regarding files. We've also seen how CP/M loads program files into memory and executes them. An operating system also has a third major function.

A program running under CP/M often needs to write some output to the video display. Or the program might need to read something that you've typed on the keyboard. Or the program might need to read a file from the disk or to write a file to the disk. But in most cases, the CP/M program does not write its output directly into video display memory. Likewise, the CP/M program does not access the hardware of the keyboard to see what you've typed. And the CP/M program definitely does not access the disk drive hard-ware to read and write disk sectors.

Instead, a program running under CP/M makes use of a collection of subroutines built into CP/M for performing these common chores. These subroutines have been specifically designed so that programs can get easy access to all the hardware of the computer—including the video display, keyboard, and disk—without worrying programmers about how these peripherals are actually connected. Most important, a program running under CP/M doesn't need to know about disk sectors and tracks. That's CP/M's job. It can instead store whole files on the disk and later read them.

Providing a program with easy access to the hardware of the computer is the third major function of an operating system. The access that the operating system provides is called the application programming interface, or API.

A program running under CP/M uses the API by setting register C to a particular value (called the function value) and executing the instruction

CALL 5

For example, a program obtains the ASCII code of a key typed on the keyboard by executing

MVI C,01h
CALL 5

On return, accumulator A contains the ASCII code of the key that was pressed. Similarly,

MVI C,02h
CALL 5

writes the ASCII character in accumulator A to the video display at the cursor position and then increments the cursor.

If a program needs to create a file, it sets register pair DE to an area of memory that basically contains the name of the file. Then it executes the code:

MVI C,16h
CALL 5

In this case, the CALL 5 instruction causes CP/M to create an empty file on the disk. The program can then use other functions to write to the file and eventually close the file, which means it has finished using the file for now. The same program or another program can later open the file and read its contents.

What does CALL 5 actually do? The memory location at 0005h is set up by CP/M to contain a JMP (Jump) instruction, which jumps to a location in the Basic Disk Operating System (BDOS) of CP/M. This area contains a bunch of subroutines that execute each of the CP/M functions. The BDOS—as its name implies—is primarily responsible for maintaining the file system on the disk. Frequently, the BDOS has to make use of subroutines in the Basic Input/Output System (BIOS) of CP/M, which is the area that actually accesses the hardware of the keyboard, the video display, and the disk drives. In fact, the BIOS is the only section of CP/M that needs to know about the hardware of the computer. The CCP does everything it needs to do using BDOS functions, and so do the utilities that come with CP/M.

The API is a device-independent interface to the hardware of the computer. What this means is that a program written for CP/M doesn't need to know the actual mechanics of how the keyboard works on a particular machine, or how the video display works, or how to read and write disk sectors. It simply uses the CP/M functions to perform tasks that involve the keyboard, display, and disk. The bonus is that a CP/M program can run on many different computers that might use very different hardware to access these peripherals. (All CP/M programs must have an Intel 8080 microprocessor, however, or a processor that executes 8080 instructions, such as the Intel 8085 or the Zilog Z-80.) Just as long as the computer is running CP/M, the program uses the CP/M functions to indirectly access this hardware. Without standard APIs, programs would have to be specifically tailored to run on different types of computers.

CP/M was once a very popular operating system for the 8080 and remains historically important. CP/M was the major influence behind a 16-bit operating system named QDOS (Quick and Dirty Operating System) written by Tim Paterson of Seattle Computer Products for Intel's 16-bit 8086 and 8088 chips. QDOS was eventually renamed 86-DOS and licensed by Microsoft Corporation. Under the name MS-DOS (Microsoft Disk Operating System, pronounced em ess dahs, like the German article das), the operating system was licensed to IBM for the first IBM Personal Computer, introduced in 1981. Although a 16-bit version of CP/M (called CP/M-86) was also available for the IBM PC, MS-DOS quickly became the standard. MS-DOS (called PC-DOS on IBM's computers) was also licensed to other manufacturers who created computers compatible with the IBM PC.

MS-DOS didn't retain CP/M's file system. The file system in MS-DOS instead used a scheme called the File Allocation Table, or FAT, which had been originally invented at Microsoft in 1977. The disk space is divided into clusters, which—depending on the size of the disk—can range in size from 512 bytes to 16,384 bytes. Each file is a collection of clusters. The directory entry for a file indicates only that file's starting cluster. The FAT itself indicates for each cluster on the disk what the next cluster is.

The directory entries on an MS-DOS disk are 32 bytes long and use the same 8.3 filenaming convention as CP/M. The terminology is a little different, however: The last three letters are called the filename extension rather than the file type. The MS-DOS directory entry need not contain a list of allocation blocks. Instead, the directory includes such useful information as the date and time the file was last modified, and the size of the file.

The early versions of MS-DOS were structured much like CP/M. But the BIOS wasn't required in MS-DOS because the IBM PC itself included a complete BIOS in ROM. The command processor in MS-DOS is a file named COMMAND.COM. MS-DOS programs come in two flavors. Programs with the filename extension COM are limited to 64 KB in size. Larger programs have the filename extension EXE (pronounced eks-ee, for executable).

Although MS-DOS initially supported the CALL 5 interface for API functions, a newer interface was recommended for new programs. The newer interface used a feature of the 8086 called the software interrupt, which is similar to a subroutine call except that the program doesn't need to know the actual address that it's calling. A program calls an MS-DOS API function by executing the instruction INT 21h (pronounced int twenty—one, even though it's hexadecimal).

In theory, application programs are supposed to access the hardware of the computer only through the interfaces provided by the operating system. But many application programmers who dealt with small computer operating systems of the 1970s and early 1980s often bypassed the operating system, particularly in dealing with the video display. Programs that directly wrote bytes into video display memory ran faster than programs that didn't. Indeed, for some applications—such as those that needed to display graphics on the video display—the operating system was totally inadequate. What many programmers liked most about MS-DOS was that it "stayed out of the way" and let programmers write programs as fast as the hardware allowed.

For this reason, popular software that ran on the IBM PC often relied upon idiosyncrasies of the IBM PC hardware. Manufacturers of machines intended to be competitive with the IBM PC were often forced to duplicate these idiosyncrasies; not doing so would cause popular programs to run poorly, if at all. Such software often included the hardware requirement "IBM Personal Computer or 100 percent compatible" or something similar.

MS-DOS version 2.0, released in March 1983, was enhanced to accommodate hard disk drives, which at the time were small (by today's standards) but which would soon get much larger. The larger a disk drive, of course, the more files it can store. And the more files a disk can store, the more confusing it becomes to find a particular file or to impose any type of organization on the files.

The solution in MS-DOS 2.0 is called a hierarchical file system. This was added to the existing MS-DOS file system with a minimum number of changes. As you'll recall, a disk contains an area called a directory, which is a list of files that includes information about where the files are stored on the disk. In a hierarchical file system, some of these files might themselves be directories—that is, they're files that contain a list of other files. Some of these files might also be directories. The normal directory on the disk is called the root directory. Directories contained in other directories are called subdirectories. The directories (sometimes called folders) become a way to group related files.

The hierarchical file system—and some other features of MS-DOS 2.0—were borrowed from an operating system named UNIX, which was developed in the early 1970s at Bell Telephone Laboratories largely by Ken Thompson (born 1943) and Dennis Ritchie (born 1941). The funny name of the operating system is a play on words: UNIX was originally written as a less hardy version of an earlier operating system named Multics (which stands for Multiplexed Information and Computing Services) that Bell Labs had been codeveloping with MIT and GE.

Among hard-core computer programmers, UNIX is the most beloved operating system of all time. While most operating systems are written for specific computers, UNIX was designed to be portable, which means that it can be adapted to run on a variety of computers.

Bell Labs was, of course, a subsidiary of American Telephone & Telegraph at the time UNIX was developed, and therefore subject to court decrees intended to curb AT&T's monopoly position in the telephone industry. Originally, AT&T was prohibited from marketing UNIX; the company was obliged to license it to others. So beginning in 1973, UNIX was extensively licensed to universities, corporations, and the government. In 1983, AT&T was allowed back into the computer business and released its own version of UNIX.

The result is that there's no single version of UNIX. There are, instead, a variety of different versions known under different names running on different computers sold by different vendors. Lots of people have put their fingers into UNIX and left their fingerprints behind. Still, however, a prevalent "UNIX philosophy" seems to guide people as they add pieces to UNIX. Part of that philosophy is using text files as a common denominator. Many UNIX utilities read text files, do something with them, and then write another text file. UNIX utilities can be strung together in chains that do different types of processing on these text files.

UNIX was originally written for computers that were too large and too expensive for just one person to use. Such computers allow multiple users to interact with them simultaneously through a technique known as time-sharing. The computer is connected to multiple displays and keyboards called terminals. By quickly switching attention among all the terminals, an operating system can make it seem as if the computer is servicing everyone at the same time.

An operating system that runs multiple programs concurrently is known as a multitasking operating system, and obviously such an operating system is more complex than single-tasking operating systems such as CP/M and MS-DOS. Multitasking complicates the file system because multiple users might try to use the same files at the same time. It also affects how the computer allocates memory to the different programs, so some kind of memory management is required. As the multiple programs running concurrently need more memory, it's likely that the computer won't have enough memory to go around. The operating system might need to implement a technique called virtual memory, in which blocks of memory are stored in temporary files during periods when the memory blocks aren't needed and then read back into memory when they are needed.

The most interesting development for UNIX in recent years has been the Free Software Foundation (FSF) and the GNU project, both founded by Richard Stallman. GNU (pronounced not like the animal but instead with a distinct G at the beginning) stands for "GNU's Not UNIX," which, of course, it's not. Instead, GNU is intended to be compatible with UNIX but distributed in a manner that prevents the software from becoming proprietary. The GNU project has resulted in many UNIX-compatible utilities and tools, and also Linux, which is the core (or kernel) of a UNIX-compatible operating system. Written largely by Linus Torvalds of Finland, Linux has become quite popular in recent years.

The most significant trend in operating systems since the mid-1980s, however, has been the development of large and sophisticated systems, such as the Apple Macintosh and Microsoft Windows, that incorporate graphics and a visually rich video display intended to make applications easier to use. I'll describe this trend in the last chapter of this book.

PK?'OEBPS/ch23.html Chapter 23. Fixed Point, Floating Point

Chapter 23. Fixed Point, Floating Point

Numbers are numbers, and in most of our daily lives we drift casually between whole numbers, fractions, and percentages. We buy half a carton of eggs and pay 8 ¼ percent sales tax with money earned getting time-and-a-half for working 2 ¾ hours overtime. Most people are fairly comfortable—if not necessarily proficient—with numbers such as these. We can even hear a statistic like "the average American house-hold has 2.6 people" without gasping in horror at the widespread mutilation that must have occurred to achieve this.

Yet this interchange between whole numbers and fractions isn't so casual when it comes to computer memory. Yes, everything is stored in computers in the form of bits, which means that everything is stored as binary numbers. But some kinds of numbers are definitely easier to express in terms of bits than others.

We began using bits to represent what mathematicians call the positive whole numbers and what computer programmers call the positive integers. We've also seen how two's complements allow us to represent negative integers in a way that eases the addition of positive and negative numbers. The table on the following page shows the range of positive integers and two's-complement integers for 8, 16, and 32 bits of storage.

Number of Bits

Range of Positive Integers

Range of Two's-Complement Integers

8

0 through 255

–128 through 127

16

0 through 65,535

–32,768 through 32,767

32

0 through 4,294,967,295

–2,147,483,648 through 2,147,483,647

But that's where we stopped. Beyond whole numbers, mathematicians also define rational numbers as those numbers that can be represented as a ratio of two whole numbers. This ratio is also referred to as a fraction. For example, ¾ is a rational number because it's the ratio of 3 and 4. We can also write this number in decimal fraction, or just decimal, form: 0.75. When we write it as a decimal, it really indicates a fraction, in this case

You'll recall from Chapter 7 that in a decimal number system, digits to the left of the decimal point are multiples of integral powers of ten. Similarly, digits to the right of the decimal point are multiples of negative powers of ten. In Chapter 7, I used the example 42,705.684, showing first that it's equal to

4 x 10,000 +
2 x 1000 +
7 x 100 +
0 x 10 +
5 x 1 +
6 ÷ 10 +
8 ÷ 100 +
4 ÷ 1000

Notice the division signs. Then I showed how you can write this sequence without any division:

4 x 10,000 +
2 x 1000 +
7 x 100 +
0 x 10 +
5 x 1 +
6 x 0.1 +
8 x 0.01 +
4 x 0.001

And finally here's the number using powers of ten:

4 x 104 +
2 x 103 +
7 x 102 +
0 x 101 +
5 x 100 +
6 x 10-1 +
8 x 10-2 +
4 x 10-3

Some rational numbers aren't so easily represented as decimals, the most obvious being ⅓. If you divide 3 into 1, you'll find that ⅓ is equal to

0.3333333333333333333333333333333333333333333333333333…

and on and on and on. It's common to write this more concisely with a little bar over the 3 to indicate that the digit repeats forever:

image with no caption

Even though writing ⅓ as a decimal fraction is a bit awkward, it's still a rational number because it's the ratio of two integers. Similarly, is

0.1428571428571428571428571428571428571428571428571428571…

or

image with no caption

Irrational numbers are monsters such as the square root of 2. This number can't be expressed as the ratio of two integers, which means that the decimal fraction continues indefinitely without any repetition or pattern:

image with no caption

The square root of 2 is a solution of the following algebraic equation:

x2 – 2 = 0

If a number is not a solution of any algebraic equation with whole number coefficients, it's called a transcendental. (All transcendental numbers are irrational, but not all irrational numbers are transcendental.) Transcendental numbers include π, which is the ratio of the circumference of a circle to its diameter and which is approximately

3.1415926535897932846264338327950288419716939937511…

Another transcendental number is e, which is the number that this expression approaches:

image with no caption

as n gets very large, or approximately

2.71828182845904523536028747135266249775724709369996…

All the numbers we've been talking about so far—rational numbers and irrational numbers—are called real numbers. This designation distinguishes them from the imaginary numbers, which are square roots of negative numbers. Complex numbers are combinations of imaginary numbers and real numbers. Despite their name, imaginary numbers do show up in the real world and are used (for example) in solving some advanced problems in electronics.

We're accustomed to thinking of numbers as continuous. If you give me two rational numbers, I can give you a number between those two numbers. In practice, all I have to do is take an average. But digital computers can't deal with continuums. Bits are either 0 or 1, with nothing in between. So by their very nature, digital computers must deal with discrete values. The number of discrete values you can represent is directly related to the number of bits you have available. For example, if you choose to store positive integers using 32 bits, the values that you can store are the whole numbers from 0 through 4,294,967,295. If you need to store the value 4.5, you must rethink your approach and do something different.

Can fractional values be represented in binary? Yes they can. The easiest approach is probably binary-coded decimal (BCD). As you might remember from Chapter 19, BCD is a binary coding of decimal numbers. Each decimal digit (0, 1, 2, 3, 4, 5, 6, 7, 8, and 9) requires 4 bits, as shown in the following table:

Decimal Digit

Binary Value

0

0000

1

0001

2

0010

3

0011

4

0100

5

0101

6

0110

7

0111

8

1000

9

1001

BCD is particularly useful in computer programs that work with money amounts in dollars and cents. Banks and insurance companies are just two obvious industries that deal with money a lot; in computer programs used by these sorts of companies, many of the fractional numbers require just two decimal places.

It's common to store two BCD digits in 1 byte, a system that's sometimes called packed BCD. Two's complements aren't used with BCD. For this reason, packed BCD also usually requires an extra bit to indicate whether the number is positive or negative. This is called the sign bit. Because it's convenient to have a particular BCD number stored in a whole number of bytes, that one little sign bit usually involves sacrificing 4 bits or 8 bits of storage.

Let's look at an example. Suppose the amounts of money that your computer program needs to work with never get as high as $10 million in either the positive or negative direction. In other words, you only need to represent money values ranging from –9,999,999.99 through 9,999,999.99. You can do that by using 5 bytes for every dollar amount you need to store in memory. For example, the amount –4,325,120.25 is represented by the 5 bytes

00010100 00110010 01010001 00100000 00100101

or, in hexadecimal:

14h 32h 51h 20h 25h

Notice the nibble at the far left is 1 to indicate a negative value. That's the sign bit. It would be 0 if the number were positive. All the digits in the number require 4 bits each, and you can read them directly from the hexadecimal values.

If you needed instead to represent values from –99,999,999.99 through 99,999,999.99, you'd need 6 bytes—5 bytes for the 10 digits and a whole byte just for the sign bit.

This type of storage and notation is also called fixed-point format because the decimal point is always fixed at a particular number of places—in our example, at two decimal places. Notice that there's nothing actually stored along with the number that indicates the position of the decimal point. Programs that work with numbers in fixed-point format must know where the decimal point is. You can create fixed-point numbers with any number of decimal places, and you can mix and match these numbers in the same computer program. But any part of the program that does arithmetic on the numbers has to know where the decimal points are.

Fixed-point format works well only if you know that numbers aren't going to get too large for the memory location that you've mapped out and that you won't need more decimal places. Where fixed-point format utterly fails is in situations in which numbers can get very large or very small. Suppose you need to reserve an area of memory where you can store certain distances in units of feet. The problem is that these distances can range all over the place. The distance from the earth to the sun is 490,000,000,000 feet, and the radius of the hydrogen atom is 0.00000000026 feet. You'd need 12 bytes of fixed-point storage to accommodate values that can get as large and as small as these.

We can probably work out a better way of storing numbers such as these if we recall that scientists and engineers enjoy specifying numbers using a system called scientific notation. Scientific notation is particularly useful for representing very large and very small numbers because it incorporates a power of ten that allows us to avoid writing out long strings of zeros. In scientific notation, the number

490,000,000,000

is written

4.9 x 1011

and the number

0.00000000026

is written

2.6 x 10-10

In these two examples, the numbers 4.9 and 2.6 are called the fraction part, or the characteristic, or sometimes (although this word is more properly used in conjunction with logarithms) the mantissa. But to be more in tune with the terminology used with computers, I'm going to call this part of scientific notation the significand.

The exponent part is the power to which 10 is raised. In the first example, the exponent is 11; and in the second example, the exponent is –10. The exponent tells you how many places the decimal point has been moved in the significand.

By convention, the significand is always greater than or equal to 1 and less than 10. Although the following numbers are the same,

4.9 x 1011 = 49 x 1010 = 490 x 109 = 0.49 x 1012 = 0.049 x 1013

the first is preferred. That's sometimes called the normalized form of scientific notation.

Notice that the sign of the exponent indicates only the magnitude of the number and not whether the number itself is negative or positive. Here are two examples of negative numbers in scientific notation:

–5.8125 x 107

is equal to

–58,125,000

and

–5.8125 x 10-7

is equal to

–0.00000058125

In computers, the alternative to fixed-point notation is called floating-point notation, and the floating-point format is ideal for storing small and large numbers because it's based on scientific notation. But the floating-point format as used in computers employs binary numbers written in scientific notation. The first thing we have to figure out is what fractional numbers look like in binary.

This is actually easier than it might first seem. In decimal notation, digits to the right of the decimal point represent negative powers of ten. In binary notation, digits to the right of the binary point (which is simply a period and looks just like a decimal point) represent negative powers of two. For example, this binary number

101.1101

can be converted to decimal using this formula:

1 x 4 +
0 x 2 +
1 x 1 +
1 ÷ 2 +
1 ÷ 4 +
0 ÷ 8 +
1 ÷ 16

The division signs can be replaced with negative powers of two:

1 x 22 +
0 x 21 +
1 x 20 +
1 x 2-1 +
1 x 2-2 +
0 x 2-3 +
1 x 2-4

Or the negative powers of two can be calculated by starting at 1 and repeatedly dividing by 2:

1 x 4+
0 x 2+
1 x 1+
1 x 0.5+
1 x 0.25+
0 x 0.125+
1 x 0.0625

By this calculation, the decimal equivalent of 101.1101 is 5.8125.

In decimal scientific notation, the normalized significand should be greater than or equal to 1 but less than 10. Similarly, the normalized significand of numbers in binary scientific notation is always greater than or equal to 1 but less than binary 10, which is 2 in decimal. So in binary scientific notation, the number

101.1101

is expressed as

1.011101 x 22

One interesting implication of this rule is that a normalized binary floating-point number always has a 1 and nothing else at the left of the binary point.

Most contemporary computers and computer programs that deal with floating-point numbers use a standard established by the IEEE (the Institute of Electrical and Electronics Engineers) in 1985, a standard also recognized by ANSI (the American National Standards Institute). ANSI/IEEE Std 754-1985 is called the IEEE Standard for Binary Floating-Point Arithmetic. It's not very lengthy as standards go—just 18 pages—but gives the basics of encoding binary floating-point numbers in a convenient manner.

The IEEE floating-point standard defines two basic formats: single precision, which requires 4 bytes, and double precision, which requires 8 bytes.

Let's look at the single-precision format first. It has three parts: a 1-bit sign (0 for positive and 1 for negative), an 8-bit exponent, and a 23-bit significand fraction arranged like this, with the least-significant bits on the right:

s = 1-Bit Sign

e = 8-Bit Exponent

f = 23-Bit Significand Fraction

That's a total of 32 bits, or 4 bytes. Because the significand of a normalized binary floating-point number always has a 1 to the left of the binary point, that bit is not included in the storage of floating-point numbers in the IEEE format. The 23-bit fractional part of the significand is the only part stored. So even though only 23 bits are used to store the significand, the precision is said to be 24 bits. We'll get a feel for what 24-bit precision means in a moment.

The 8-bit exponent part can range from 0 through 255. This is called a biased exponent, which means that you must subtract a number—called the bias—from the exponent in order to determine the signed exponent that actually applies. For single-precision floating-point numbers, this bias is 127.

The exponents 0 and 255 are used for special purposes that I'll describe shortly. If the exponent ranges from 1 through 254, the number represented by particular values of s (the sign bit), e (the exponent), and f (the significand fraction) is

(–1)s x 1.f x 2e-127

That negative 1 to the s power is a mathematician's annoyingly clever way of saying, "If s is 0, the number is positive (because anything to the 0 power equals 1); and if s is 1, the number is negative (because –1 to the 1 power is –1)."

The next part of the expression is 1.f, which means a 1 followed by a binary point, followed by the 23 bits of the significand fraction. This is multiplied by 2 to a power. The exponent is the 8-bit biased exponent stored in memory minus 127.

Notice that I haven't mentioned any way to express a very common number that we seem to have forgotten about, namely 0. That's one of the special cases, which are these:

The smallest normalized positive or negative binary number that can be represented in single-precision floating-point format is

1.00000000000000000000000TWO x 2-126

That's 23 binary zeros following the binary point. The largest normalized positive or negative number is that can be represented in single-precision floating-point format is this:

1.11111111111111111111111TWO x 2127

In decimal, these two numbers are approximately 1.175494351 x 10-38 and 3.402823466 x 1038. That's the effective range of single-precision floating-point notation.

You might recall that 10 binary digits are approximately the same as 3 decimal digits. By that I mean that 10 bits set to 1, which is 3FFh in hexadecimal and 1023 in decimal, is approximately equal to 3 decimal digits set to 9, or 999. Or

210 ≈ 103

This relationship implies that the 24-bit binary number stored in single-precision floating-point format is roughly the equivalent of 7 decimal digits. For this reason, it's said that the single-precision floating-point format offers a precision of 24 bits, or about 7 decimal digits. What does this mean?

When we were looking at fixed-point numbers, it was obvious how accurate the numbers were. For amounts of money, for example, a fixed-point number with two decimal places is obviously accurate to the nearest penny. But with floating-point numbers, we can't say something like that. Depending on the value of the exponent, sometimes a floating-point number can be accurate to a tiny fraction of a penny, and sometimes it's not even accurate to the nearest dollar.

It's more appropriate to say that a single-precision floating-point number is accurate to 1 part in 224, or 1 part in 16,777,216, or about 6 parts in a million. But what does this really mean?

For one thing, it means that if you try to represent both 16,777,216 and 16,777,217 as single-precision floating-point numbers, they'll end up being identical! Moreover, any number between those two (such as 16,777,216.5) is also considered to be identical. All three of these decimal numbers are stored as the 32-bit single-precision floating-point value

4B800000h

which, divided into the sign, exponent, and significand bits, looks like this:

0 10010111 00000000000000000000000

which is the number

1.00000000000000000000000TWO x 224.

The next-highest significand is the binary floating-point number that represents 16,777,218 or

1.00000000000000000000001TWO x 224

It might or might not be a problem that two different decimal numbers end up being stored as identical floating-point values.

But if you were writing a program for a bank, and you were using single-precision floating-point arithmetic to store dollars and cents, you probably would be deeply disturbed to discover that $262,144.00 is the same as $262,144.01. Both these numbers are

1.00000000000000000000000TWO x 218.

That's one reason why fixed-point is preferred when dealing with dollars and cents. When you work with floating-point numbers, you could also discover other little quirks that can drive you mad. Your program will do a calculation that should yield the result 3.50 and instead you get 3.499999999999. This type of thing tends to happen in floating-point calculations, and there isn't a whole lot you can do about it.

If floating-point notation is what you want to use but single-precision doesn't quite hack it, you'll probably want to use double-precision floating-point format. These numbers require 8 bytes of storage, arranged like this:

s = 1-Bit Sign

e = 11-Bit Exponent

f = 52-Bit Significand Fraction

The exponent bias is 1023, or 3FFh, so the number stored in such a format is

(–1)s x 1.f x 2e-1023

Similar rules as those we encountered with single-precision format apply for 0, infinity, and NaN.

The smallest positive or negative double-precision floating-point number is

1.0000000000000000000000000000000000000000000000000000TWO x 2-1022

That's 52 zeros following the binary point. The largest is

1.1111111111111111111111111111111111111111111111111111TWO x 21023

The range is decimal in approximately 2.2250738585072014 x 10-308 to 1.7976931348623158 x 10308. Ten to the 308th power is a very big number. It's 1 followed by 308 decimal zeros.

The 53 bits of the significand (including the 1 bit that's not included) is a resolution approximately equivalent to 16 decimal digits. This is much better than single-precision floating-point format, but it still means that eventually some number will equal some other number. For example, 140,737,488,355,328.00 is the same as 140,737,488,355,328.01. These two numbers are both stored as the 64-bit double-precision floating-point value

42E0000000000000h

which decodes as

1.0000000000000000000000000000000000000000000000000000TWO x 247

Of course, developing a format for storing floating-point numbers in memory is only a small part of actually using these numbers in your assembly-language programs. If you were indeed developing a desert-island computer, you would now be faced with the job of writing a collection of functions that add, subtract, multiply, and divide floating-point numbers. Fortunately, these jobs can be broken down into smaller jobs that involve adding, subtracting, multiplying, and dividing integers, which you already know how to do.

For example, floating-point addition basically requires that you add two significands; the tricky part is using the two exponents to figure out how the two significands mesh. Suppose you needed to perform the following addition:

(1.1101 x 25) + (1.0010 x 22)

You need to add 11101 and 10010, but not exactly like that. The difference in exponents indicates that the second number must be offset from the first. The integer addition really requires that you use 11101000 and 10010. The final sum is

1.1111010 x 25

Sometimes the exponents will be so far apart that one of the two numbers won't even affect the sum. This would be the case if you were adding the distance to the sun and the radius of the hydrogen atom.

Multiplying two floating-point numbers means multiplying the two significands as if they were integers and adding the two integer exponents. Normalizing the significand could result in your decrementing the new exponent once or twice.

Another layer of complexity in floating-point arithmetic involves the calculation of fun stuff such as roots and exponents and logarithms and trigonometric functions. But all of these jobs can be done with the four basic floating-point operations: addition, subtraction, multiplication, and division.

For example, the sine function in trigonometry can be calculated with a series expansion, like this:

image with no caption

The x argument must be in radians. There are 2π radians in 360 degrees. The exclamation point is a factorial sign. It means to multiply together all the integers from 1 through the indicated number. For example, 5! equals 1 x 2 x 3 x 4 x 5. That's just a multiplication. The exponent in each term is also a multiplication. The rest is just division, addition, and subtraction. The only really scary part is the ellipsis at the end, which means to continue the calculations forever. In reality, however, if you restrict yourself to the range 0 through π/2 (from which all other sine values can be derived), you don't have to go anywhere close to forever. After about a dozen terms, you're accurate to the 53-bit resolution of double-precision numbers.

Of course, computers are supposed to make things easy for people, so the chore of writing a bunch of routines to do floating-point arithmetic seems at odds with the goal. That's the beauty of software, though. Once somebody writes the floating-point routines for a particular machine, other people can use them. Floating-point arithmetic is so important to scientific and engineering applications that it's traditionally been given a very high priority. In the early days of computers, writing floating-point routines was always one of the first software jobs when a new type of computer was built.

In fact, it even makes sense to implement computer machine-code instructions that perform floating-point arithmetic directly! Obviously, that's easier to say than to do. But that's how important floating-point calculations are. If you can implement floating-point arithmetic in hardware—similar to the multiply and divide instructions in 16-bit microprocessors—all floating-point calculations done on the machine will be faster.

The first commercial computer that included floating-point hardware as an option was the IBM 704 in 1954. The 704 stored all numbers as 36-bit values. For floating-point numbers, that broke down to a 27-bit significand, an 8-bit exponent, and a sign bit. The floating-point hardware could do addition, subtraction, multiplication, and division. Other floating-point functions had to be implemented in software.

Hardware floating-point arithmetic came to the desktop in 1980, when Intel released the 8087 Numeric Data Coprocessor chip, a type of integrated circuit usually referred to these days as a math coprocessor or a floating-point unit (FPU). The 8087 is called a coprocessor because it couldn't be used by itself. It could be used only in conjunction with the 8086 and 8088, Intel's first 16-bit microprocessors.

The 8087 is a 40-pin chip that uses many of the same signals as the 8086 and 8088 chips. The microprocessor and the math coprocessor are connected by means of these signals. When the CPU reads a special instruction—called ESC for Escape—the coprocessor takes over and executes the next machine code, which indicates one of 68 instructions that include trigonometry, exponents, and logarithms. Data types are based on the IEEE standard. At the time, the 8087 was considered to be the most sophisticated integrated circuit ever made.

You can think of the coprocessor as a little self-contained computer. In response to a particular floating-point machine code instruction (for example, FSQRT to calculate a square root), the coprocessor internally executes its own series of instructions coded in ROM. These internal instructions are called microcode. The instructions generally loop, so the result of the calculation isn't immediately available. Still, however, the math coprocessor is usually at least 10 times faster than the equivalent routines done in software.

The motherboard of the original IBM PC had a 40-pin socket for an 8087 chip right next to the 8088 chip. Unfortunately, this socket was empty. Users who needed the extra floating-point speed had to buy an 8087 separately and install it themselves. Even after installation of the math coprocessor, not all applications could be expected to run faster. Some applications—such as word processors—have very little need for floating-point arithmetic. Others, such as spreadsheet programs, can use floating-point calculation much more, and these programs should run faster, but not all of them did.

You see, programmers had to write specific code for the coprocessor that used the coprocessor's machine-code instructions. Because a math coprocessor wasn't a standard piece of hardware, many programmers didn't bother to do so. After all, they had to write their own floating-point subroutines anyway (because most people didn't have a math coprocessor installed), so it became extra work—not less work—to support the 8087 chip. Eventually, programmers learned to write their applications to use the math coprocessor if it was present on the machine their programs were running on and to emulate it if it wasn't there.

Over the years, Intel also released a 287 math coprocessor for the 286 chip, and a 387 for the 386. But with the release of the Intel 486DX in 1989, the FPU was built right into the CPU itself. No longer was it an option! Unfortunately, in 1991 Intel released a lower-cost 486SX that did not have the built-in FPU and instead offered a 487SX math coprocessor as an option. With the 1993 release of the Pentium, however, the built-in FPU became standard again, perhaps for all time. Motorola integrated an FPU with its 68040 microprocessor, which was released in 1990. Previously Motorola sold 68881 and 68882 math coprocessors to support the earlier microprocessors in the 68000 family. The PowerPC chips also have built-in floating-point hardware.

Although hardware for floating-point arithmetic is a nice gift for the beleaguered assembly-language programmer, it's a rather minor historical advance when compared with some other work that began in the early 1950s. Our next stop: computer languages.

PK?W2IIOEBPS/ch24.html Chapter 24. Languages High and Low

Chapter 24. Languages High and Low

Programming in machine code is like eating with a toothpick. The bites are so small and the process so laborious that dinner takes forever. Likewise, the bytes of machine code perform the tiniest and simplest of imaginable computing tasks—loading a number from memory into the processor, adding it to another, storing the result back to memory—so that it's difficult to imagine how they contribute to an entire meal.

We have at least progressed from that primitive era at the beginning of Chapter 22, in which we were using switches on a control panel to enter binary data into memory. In that chapter, we discovered how we could write simple programs that let us use the keyboard and the video display to enter and examine hexadecimal bytes of machine code. This was certainly better, but it's not the last word in improvements.

As you know, the bytes of machine code are associated with certain short mnemonics, such as MOV, ADD, CALL, and HLT, that let us refer to the machine code in something vaguely resembling English. These mnemonics are often written with operands that further indicate what the machine-code instruction does. For example, the 8080 machine-code byte 46h causes the microprocessor to move into register B the byte stored at the memory address referenced by the 16-bit value in the register pair HL. This is more concisely written as

MOV B,[HL]

Of course, it's much easier to write programs in assembly language than in machine code, but the microprocessor can't understand assembly language. I've explained how you'd write assembly-language programs on paper. Only when you thought you were ready to run an assembly-language program on the microprocessor would you hand-assemble it, which means that you'd convert the assembly-language statements to machine-code bytes and enter them into memory.

What's even better is for the computer to do this conversion for you. If you were running the CP/M operating system on your 8080 computer, you'd already have all the tools you need. Here's how it works.

First you create a text file to contain your program written in assembly language. You can use the CP/M program ED.COM for this job. This program is a text editor, which means that it allows you to create and modify text files. Let's suppose you create a text file with the name PROGRAM1.ASM. The ASM file type indicates that this file contains an assembly-language program. The file might look something like this:

      ORG 0100h
      LXI DE, Text
      MVI C,9
      CALL 5
      RET
Text: DB 'Hello!$'
      END

This file has a couple of statements we haven't seen before. The first one is an ORG (for origin) statement. This statement does not correspond to an 8080 instruction. Instead, it indicates that the address of the next statement is to begin at address 0100h, which you'll recall is the address where CP/M loads programs into memory.

The next statement is an LXI (Load Extended Immediate) instruction, which loads a 16-bit value into the register pair DE. In this case, that 16-bit value is given as the label Text. That label is located near the bottom of the program in front of a DB (Data Byte) statement, something else we haven't seen before. The DB statement can be followed by several bytes separated by commas or (as I do here) by some text in single quotation marks.

The MVI (Move Immediate) statement moves the value 9 into register C. The CALL 5 statement makes a CP/M function call. Function 9 means to display a string of characters beginning at the address given by the DE register pair and stop when a dollar sign is encountered. (You'll notice that the text in the last line of the program ends with a dollar sign. The use of a dollar sign to signify the end of a character string is quite odd, but that's the way CP/M happens to work.) The final RET statement ends the program and returns control to CP/M. (That's actually one of several ways to end a CP/M program.) The END statement indicates the end of the assembly-language file.

So we have a text file containing seven lines of text. The next step is to assemble it, which means to convert it to machine code. Previously we've done this by hand. But since we're running CP/M, we can use a program included with CP/M named ASM.COM. This is the CP/M assembler. We run ASM.COM from the CP/M command line this way:

ASM PROGRAM1.ASM

The ASM program looks at the file PROGRAM1.ASM and creates a new file named PROGRAM1.COM that contains the machine code corresponding to the assembly-language statements that we wrote. (Actually there's another step in the process, but it's not important in this account of what happens.) Now you can run PROGRAM1.COM from the CP/M command line. It displays the text "Hello!" and then ends.

The PROGRAM1.COM file contains the following 16 bytes:

11 09 01 OE 09 CD 05 00 C9 48 65 6C 6C 6F 21 24

The first 3 bytes are the LXI instruction, the next 2 the MVI instruction, the next 3 the CALL instruction, and the next the RET instruction. The last 7 bytes are the ASCII characters for the five letters of "Hello," the exclamation point, and the dollar sign.

What an assembler such as ASM.COM does is read an assembly-language program (often called a source-code file) and write out a file containing machine code—an executable file. In the grand scheme of things, assemblers are fairly simple programs because there's a one-to-one correspondence between the assembly-language mnemonics and machine code. The assembler works by separating each line of text into mnemonics and arguments and then comparing these small words and letters with a list that the assembler contains of all the possible mnemonics and arguments. These comparisons reveal which machine-code instructions correspond to each statement.

Notice how the assembler figures out that the LXI instruction must set the register pair DE to the address 0109h. If the LXI instruction itself is located at 0100h (as it is when CP/M loads the program into memory to run), address 0109h is where the text string begins. Generally a programmer using an assembler doesn't need to worry about the specific addresses associated with different parts of the program.

The first person to write the first assembler had to hand-assemble the program, of course. A person who writes a new (perhaps improved) assembler for the same computer can write it in assembly language and then use the first assembler to assemble it. Once the new assembler is assembled, it can assemble itself.

Every time a new microprocessor comes out, a new assembler is needed. The new assembler, however, can first be written on an existing computer using that computer's assembler. This is called a cross-assembler. The assembler runs on Computer A but creates code that runs on Computer B.

Although an assembler eliminates the less-creative aspects of assembly-language programming (the hand-assembling part), assembly language still has two major problems. The first problem (which you've perhaps already surmised) is that it can be very tedious. You're working down on the level of the microprocessor chip, and you have to worry about every little thing.

The second problem is that assembly language isn't portable. If you write an assembly-language program for the Intel 8080, it's not suitable for the Motorola 6800. You must rewrite the program in 6800 assembly language. This probably won't be as difficult as writing the original program because you've already solved the major organizational and algorithmic problems. But it's still a lot of work.

I explained in the last chapter how modern microprocessors have built-in machine-code instructions that do floating-point arithmetic. This is certainly convenient, but it doesn't go quite far enough. It would be preferable to abandon entirely those processor-dependent machine-code instructions that perform individual rudimentary arithmetic operations, and instead express multiple mathematical operations using a time-honored algebraic notation. Here's an example:

A x Sin (2 x PI + B) / C

where A, B, and C are numbers and PI is equal to 3.14159.

Well, why not? If such a statement were in a text file, it should be possible to write an assembly-language program that reads the text file and converts the algebraic expression to machine code.

If you needed to calculate such an algebraic expression only once, you could do it by hand or with a calculator. It's likely you're considering a computer solution because you need to calculate that expression with many different values of A, B, and C. For this reason, the algebraic expression will probably not appear in isolation. You should also consider some kind of context for the expression that allows it to be evaluated for different values.

What you're on the verge of creating here is known as a high-level programming language. Assembly language is considered a low-level language because it's very close to the hardware of the computer. Although the term high-level is used to describe any programming language other than assembly language, some languages are considered to be higher level than others. If you were the president of a company and you could sit at your computer and type in (or better yet, just prop your feet up and dictate), "Calculate all the profits and losses for this year, write up an annual report, print off a couple thousand copies, and send them to all our stockholders," you would be working with a very high-level language indeed! In the real world, programming languages don't come anywhere close to that ideal.

Human languages are usually the result of hundreds and thousands of years of complex influences, random changes, and adaptations. Even artificial languages such as Esperanto betray their origins in real language. High-level computer languages are, however, more deliberate conceptions. The challenge of inventing a programming language is quite appealing to some people because the language defines how a person conveys instructions to the computer. It was estimated in 1993 that there had been over 1000 high-level languages invented and implemented since the beginning of the 1950s.

Of course, it's not enough to simply define a high-level language (which involves developing a syntax to express all the things you want to do with the language); you must also write a compiler, which is the program that converts the statements of your high-level language to machine code. Like an assembler, a compiler must read through a source-code file character by character and break it down into short words and symbols and numbers. A compiler, however, is much more complex than an assembler. An assembler is simplified somewhat because of the one-to-one correspondence between assembly-language statements and machine code. A compiler usually must translate a single statement of a high-level language into many machine-code instructions. Compilers aren't easy to write. Whole books are devoted to their design and construction.

High-level languages have advantages and disadvantages. A primary advantage is that high-level languages are usually easier to learn and to program in than assembly languages. Programs written in high-level languages are often clearer and more concise. High-level languages are often portable—that is, they aren't dependent on a particular processor as are assembly languages. Thus, they let a programmer work without knowing about the underlying structure of the machine on which the program will be running. Of course, if you need to run the program on more than one processor, you need compilers that generate machine code for those processors. The actual executable files are still specific to individual processors.

On the other hand, it's almost always the case that a good assembly-language programmer can write better code than a compiler can. What this means is that an executable produced from a program written in a high-level language will be larger and slower than a functionally identical program written in assembly language. (In recent years, however, this has become less obvious as microprocessors have become more complex and compilers have also become more sophisticated in optimizing code.)

Also, although a high-level language might make a processor easy to use, it doesn't make it more powerful. Anything that a processor is capable of you can exploit in assembly language. Because a high-level language must be translated into machine code, a high-level language can only reduce the capabilities of a processor. Indeed, if a high-level language is truly portable, it can't use features specific to certain processors.

An example: Many processors have bit-shifting instructions. As you'll recall, these instructions shift the bits of the accumulator to the right or left. But almost no high-level programming languages include such operations. If you have a programming job that could use bit shifting, you'll have to mimic it by multiplying or dividing by 2. (Not that this is bad: Indeed, many modern compilers use a processor's bit-shifting instructions to implement multiplication or division by powers of two.) Many languages also don't include Boolean operations on bits.

In the early days of home computers, most application programs were written in assembly language. These days, however, assembly language is rarely used except for special purposes. As hardware has been added to processors that implements pipelining—the progressive execution of several instruction codes simultaneously—assembly language has become trickier and more difficult. At the same time, compilers have become more sophisticated. The larger storage and memory capacity of today's computers has also played a role in this trend: Programmers no longer feel the need to create code that runs in a small amount of memory and fits on a small diskette.

Although designers of many early computers attempted to formulate problems for them in algebraic notation, the first real working compiler is generally considered to be the A-0 for the UNIVAC created by Grace Murray Hopper (1906–1992) at Remington-Rand in 1952. Dr. Hopper got an early start with computers when she worked for Howard Aiken on the Mark I in 1944. In her eighties, she was still working in the computer industry doing public relations for Digital Equipment Corporation (DEC).

The oldest high-level language still in use today (although extensively revised over the years) is FORTRAN. Many computer languages have made-up names that are written in uppercase because they're acronyms of sorts. FORTRAN is a combination of the first three letters of FORmula and the first four letters of TRANslation. It was developed at IBM for the 704 series of computers in the mid-1950s. For many years, FORTRAN was considered the language of choice for scientists and engineers. It has very extensive floating-point support and even supports complex numbers (which, as I explained in the last chapter, are combinations of real and imaginary numbers).

All programming languages have their defenders and detractors, and people can get passionate about their favorites. In an attempt to assume a neutral position, I've chosen a language to serve as an archetype for this account of programming concepts that almost no one uses anymore. Its name is ALGOL (which stands for ALGOrithmic Language, but ALGOL the language also shares its name with the second brightest star in the constellation Perseus). ALGOL is also appropriate for this exploration into the nature of high-level programming languages because it's in many ways a seminal language, the direct ancestor of many popular general-purpose languages of the past 40 years. Even today, people refer to "ALGOL-like" programming languages.

The first version of the language, known as ALGOL 58, was designed by an international committee in 1957 and 1958. It was improved two years later in 1960, and the revised version was named ALGOL 60. Eventually, there was an ALGOL 68, but for this chapter I'll be using the version of ALGOL as described by the document "Revised Report on the Algorithmic Language ALGOL 60" finalized in 1962 and first published in 1963.

Let's write some ALGOL code. We'll assume we have an ALGOL compiler named ALGOL.COM that runs under CP/M or perhaps MS-DOS. Our first ALGOL program is a text file named FIRST.ALG. Notice the ALG file type.

An ALGOL program must be enclosed within the words begin and end. Here's a program that displays a line of text:

begin
    print ('This is my fist ALGOL program!');
ende

You can run the ALGOL compiler by specifying the FIRST.ALG program like this:

ALGOL FIRST.ALG

The ALGOL compiler will probably respond by displaying something similar to the following:

Line 3: Unrecognized keyword 'ende'.

A compiler is pickier about spelling than an old-fashioned English teacher. I misspelled the word end when I was typing the program, so the compiler tells me that the program has a syntax error. At the time it encountered ende, it expected to find a keyword, which is a word that it recognizes.

After fixing the problem, you can run the ALGOL compiler again. Sometimes a compiler will create an executable directly (named FIRST.COM, or perhaps FIRST.EXE under MS-DOS); sometimes you need to perform another step. Regardless, you'll soon be able to run the FIRST program from the command line:

FIRST

The FIRST program responds by displaying

This is my fist ALGOL program!

Oops! Another spelling error. This is one that the compiler could not be expected to find. For that reason it's called a run-time error—an error that's apparent only when you run the program.

As is probably obvious, the print statement in our first ALGOL program displays something on the screen, in this case a line of text. (The program is thus the ALGOL equivalent of the CP/M assembly-language program shown earlier in this chapter.) The print statement isn't actually part of the official specification of the ALGOL language, but I'm assuming that the particular ALGOL compiler we're using includes such a facility, sometimes called a built-in function. Most ALGOL statements (but not begin and end) must be followed by a semicolon. The indenting of the print statement isn't required, but indenting is often used to make the structure of the program clearer.

Let's assume now that you want to write a program that multiplies two numbers. Every programming language includes the concepts of variables. In a program, a variable's name is a letter, a short sequence of letters, or even a short word. In reality, the variable corresponds to a memory location, but in the program it's referenced by means of a name, not a numeric memory address. This program has three variables named a, b, and c:

begin
    real a, b, c;

    a := 535.43;
    b := 289.771;
    c := a x b;

    print ('The product of ', a, ' and ', b, ' is ', c);
end

The real statement is called a declaration statement. It indicates that you want to declare the presence of variables in your program. In this case, the variables are named a, b, and c and are real or floating-point numbers. (ALGOL also supports the keyword integer to declare integer variables.) Usually programming languages require that variable names begin with a letter. Variable names can also contain numbers, just as long as the first character is a letter, but they must not contain spaces or most other characters. Often compilers place limits on the length of a variable name. I'll just use single letters in the example in this chapter.

If the particular ALGOL compiler we happen to be using supports the IEEE floating-point standard, the three variables in the program each require 4 bytes of storage (for single-precision numbers) or 8 bytes of storage (for double-precision numbers).

The next three statements are assignment statements. In ALGOL, you can always recognize an assignment statement because it's designated by a colon followed by the equal sign. (In most computer languages, only the equal sign is required for an assignment statement.) On the left is a variable. On the right is an expression. The variable is set to the number that results from an evaluation of the expression. The first two assignment statements indicate that both a and b are assigned particular values. The third assignment statement in the program assigns the variable c to the product of variables a and b.

These days, the familiar x multiplication symbol is usually not allowed in programming languages because it's not part of the ASCII and EBCDIC character sets. Most programming languages use an asterisk to indicate multiplication. While ALGOL uses a slash (/) for division, the language also includes a division sign (÷) for integer division, which indicates how many times the divisor is contained in the dividend. ALGOL also defines an arrow (↑), another non-ASCII character, for exponentiation.

Finally the print statement displays everything. It combines text and variables separated by commas. Displaying ASCII characters is probably not a major chore for the print statement, but here the function must also convert the floating-point numbers to ASCII:

The product of 535.43 and 289.771 is 155152.08653

The program then terminates and returns control to the operating system.

If you want to multiply a couple of other numbers, you'll need to edit the program, change the numbers, recompile it, and run it again. You can avoid this frequent recompiling by taking advantage of another built-in function named read.

begin
    real a, b, c;

    print ('Enter the first number: ');
    read (a);

    print ('Enter the second number: ');
    read (b);

    c := a x b;

    print ('The product of ', a, ' and ', b, ' is ', c);
end

The read statements read ASCII characters that you type at the keyboard and convert them to floating-point values.

A very important construction in high-level languages is the loop. The loop allows you to write a program that does the same thing for many different values of a variable. Suppose you want to write a program that calculates the cubes of 3, 5, 7, and 9. You can do it like this:

begin
    real a, b;

    for a := 3, 5, 7, 9 do
    begin
        b := a x a x a;
        print ('The cube of ', a, ' is ', b);
    end
end

The for statement sets the variable a first to the value 3 and then executes the statement that follows the do keyword. If there's more than one statement that must be executed (as is the case here), the multiple statements must be included between begin and end statements. These two keywords define a block of statements. The for statement then executes those same statements for the variable a set to 5, 7, and 9.

Here's another version of the for statement. This one calculates the cubes of odd numbers from 3 through 99:

begin
    real a, b;

    for a := 3 step 2 until 99 do
    begin
        b := a x a x a;
        print ('The cube of ', a, ' is ', b);
    end
end

The for statement initially sets the variable a to 3 and executes the block following the for statement. Then a is increased by the number following the step keyword, which is 2. The new value of a, which is 5, is used to execute the block. The variable a will continue to be increased by 2. When it exceeds 99, the for loop is completed.

Programming languages usually have a very strict syntax. In Algol 60, for example, the keyword for can be followed by only one type of thing—a variable name. In English, however, the word for can be followed by all sorts of different words, such as example in the previous sentence. While compilers aren't simple programs to write, they're obviously much easier than programs that must interpret human languages.

Another important feature of most programming languages is the conditional. This is a statement that causes another statement to execute only if a particular condition is true. Here's an example that uses the ALGOL built-in function sqrt, which calculates a square root. The sqrt function doesn't work for negative numbers, so this program avoids that occurrence:

begin
    real a, b;

    print ('Enter a number: ');
    read (a);

    if a < 0 then
        print ('Sorry, the number was negative.');
    else
        begin
            b = sqrt(a);
            print ('The square root of ', a, ' is ', b);
        end
end

The left angle bracket (<) is a less than sign. If the user of this program types in a number that is less than 0, the first print statement is executed. If not—that is, if the number is greater than or equal to 0—the block containing the other print statement is executed.

So far, the variables shown in the programs in this chapter store only one value each. Often it's convenient for the same variable to store many values. This is known as an array. An array is declared in an ALGOL program like this:

real array a[1:100];

In this case, we've indicated that we want to use this variable to store 100 different floating-point values, called elements of the array. The first one is referenced by a[1], the second by a[2], and the last by a[100]. The number in brackets is called the index of the array.

This program calculates all the square roots of 1 through 100 and stores them in an array. Then it prints them out:

begin
    real array a[1:100];
    integer i;

    for i := 1 step 1 until 100 do
        a[i] := sqrt(i);

    for i := 1 step 1 until 100 do
        print ('The square root of ', i, ' is ', a[i]);
end

This program also shows an integer variable named i (which is a traditional name for an integer variable because it's the first letter of the word). In the first for loop, each element of the array is assigned the square root of its index. In the second for loop, these are printed out.

In addition to real and integer, variables can also be declared as Boolean. (Remember George Boole from Chapter 10?) A Boolean variable has only two possible values, which are true and false. I make use of a Boolean array (and almost every other feature we've learned about so far) in the final program of this chapter—a program that implements a famous algorithm for finding prime numbers called the Sieve of Eratosthenes. Eratosthenes (circa 276–196 BCE) was the librarian of the legendary library at Alexandria and is best remembered today for accurately calculating the circumference of the earth.

Prime numbers are those whole numbers that are divisible without a remainder only by themselves and 1. The first prime number is 2 (the only even prime number), and the primes continue with 3, 5, 7, 11, 13, 17, and so forth.

Eratosthenes' technique begins with a list of the positive whole numbers beginning with 2. Because 2 is a prime number, cross out all the numbers that are multiples of 2. (That's all the even numbers except 2.) Those numbers aren't primes. Because 3 is a prime number, cross out all the numbers that are multiples of 3. We already know 4 isn't a prime number because it has been crossed out. The next prime is 5, so cross out all the multiples of 5. Continue in this way. What you have left are the prime numbers.

An ALGOL program to determine all the prime numbers through 10,000 can implement this algorithm by declaring a Boolean array with indices from 2 through 10,000:

begin
    Boolean array a[2:10000];
    integer i, j;

    for i := 2 step 1 until 10000 do
        a[i] := true;

    for i := 2 step 1 until 100 do
        if a[i] then
            for j := 2 step 1 until 10000 ÷ i do
                a[i x j] := false;

    for i := 2 step 1 until 10000 do
        if a[i] then
            print (i);
end

The first for loop sets all the array elements to the Boolean value true. Thus, the program starts by assuming that all the numbers are prime. The second for loop goes from 1 through 100 (the square root of 10,000). If the number is prime, which means that a[i] is true, another for loop sets all the multiples of that number to false. Those numbers aren't prime. The final for loop prints out all the prime numbers, which are the values of i where a[i] is true.

Sometimes people squabble over whether programming is an art or a science. On the one hand, you have college curricula in Computer Science, and on the other hand, you have books such as Donald Knuth's famous The Art of Computer Programming series. "Rather," wrote physicist Richard Feynman, "computer science is like engineering—it is all about getting something to do something."

If you ask 100 different people to write a program that prints out prime numbers, you'll get 100 different solutions. Even those programmers who use the Sieve of Eratosthenes won't implement it in precisely the same way that I did. If programming truly were a science, there wouldn't be so many possible solutions, and incorrect solutions would be more obvious. Occasionally, a programming problem incites flashes of creativity and insight, and that's the "art" part. But programming is mostly a designing and building process not unlike erecting a bridge.

Many of the early programmers were scientists and engineers who could be expected to formulate their problems in the mathematical algorithms required by FORTRAN and ALGOL. Throughout the history of programming languages, however, people have tried creating languages that could be used by a wider range of people.

One of the first successful languages designed for businesspeople and business problems was COBOL (the COmmon Business Oriented Language), still widely used today. A committee that combined American industries and the defense department created COBOL beginning in 1959, influenced by Grace Hopper's early compilers. In part, COBOL was designed so that managers, while probably not doing the actual coding, could at least read the program code and check that it was doing what it was supposed to be doing. (In real life, however, this rarely occurs.)

COBOL has extensive support for reading records and generating reports. Records are collections of information organized in a consistent manner. For example, an insurance company might maintain large files containing information on all the policies it has sold. Each policy would be a separate record. The record would include the person's name, a birth date, and other information. Many early COBOL programs were written to deal with 80-column records stored on IBM punch cards. To use as little space as possible on these cards, calendar years were often coded as two digits rather than four, leading to the most common (but least publicized) instances of the infamous "millennium bug" as the year 2000 approached.

In the mid-1960s, IBM, in connection with its System/360 project, developed a language named PL/I. (The I is actually a Roman numeral and pronounced one, so PL/I really stands for Programming Language Number One.) PL/I was intended to incorporate the block structure of ALGOL, the scientific and mathematics functions of FORTRAN, and the record and report capabilities of COBOL. But the language never quite achieved the popularity of FORTRAN and COBOL.

Although versions of FORTRAN, ALGOL, COBOL, and PL/I were available for home computers, none of them had quite the impact on small machines that BASIC had.

BASIC (Beginner's All-purpose Symbolic Instruction Code) was developed in 1964 by John Kemeny and Thomas Kurtz, of the Dartmouth Mathematics Department, in connection with Dartmouth's time-sharing system. Most students at Dartmouth weren't math or engineering majors and hence couldn't be expected to mess around with punch cards and difficult program syntax. A Dartmouth student sitting at a terminal could create a BASIC program by simply typing BASIC statements preceded by numbers. The numbers indicated the order of the statements in the program. Statements not preceded by numbers were commands to the system such as SAVE (save the BASIC program to disk), LIST (display the lines in order), and RUN (compile and run the program). The first BASIC program in the first published BASIC instruction manual was

10 LET X = (7 + 8) / 3
20 PRINT X
30 END

Unlike ALGOL, BASIC didn't require the programmer to specify whether a variable was to be stored as an integer or a floating-point value. Most numbers were stored as floating-point values without the programmer needing to worry about it.

Many subsequent implementations of BASIC have been in the form of interpreters rather than compilers. As I explained earlier, a compiler reads a source-code file and creates an executable file. An interpreter, however, reads source code and executes it directly as it's reading it without creating an executable file. Interpreters are easier to write than compilers, but the execution time of the interpreted program tends to be slower than that of a compiled program. On home computers, BASIC got an early start when buddies Bill Gates (born 1955) and Paul Allen (born 1953) wrote a BASIC interpreter for the Altair 8800 in 1975 and jump-started their company, Microsoft Corporation.

The Pascal programming language, which inherited much of its structure from ALGOL but included record handling from COBOL, was designed in the late 1960s by Swiss computer science professor Niklaus Wirth (born 1934). Pascal was quite popular for IBM PC programmers, but in a very specific form—the product Turbo Pascal, introduced by Borland International in 1983 for the bargain price of $49.95. Turbo Pascal (written by Danish student Anders Hejlsberg, born in 1960) was a version of Pascal that came complete with an integrated development environment. The text editor and the compiler were combined in a single program that facilitated very fast programming. Integrated development environments had been popular on large mainframe computers, but Turbo Pascal heralded their arrival on small machines.

Pascal was also a major influence on Ada, a language developed for use by the United States Department of Defense. The language was named after Augusta Ada Byron, whom I mentioned in Chapter 18 as the chronicler of Charles Babbage's Analytical Engine.

And then there's C, a much-beloved programming language created between 1969 and 1973 largely by Dennis M. Ritchie at Bell Telephone Laboratories. People often ask why the language is called C. The simple answer is that it was derived from an early language called B, which was a simplified version of BCPL (Basic CPL), which was derived from CPL (Combined Programming Language).

I mentioned in Chapter 22 that the UNIX operating system was designed to be portable. Most operating systems at the time were written in assembly language for a specific processor. In 1973, UNIX was written (or rather, rewritten) in C, and since then the operating system and the language have been closely identified.

C is generally a very terse language. For example, instead of the words begin and end used in ALGOL and Pascal to delimit blocks, C uses the curly braces { and }. Here's another example. It's very common for a programmer to add a constant amount to a variable:

i = i + 5;

In C, you can shorten this to

i += 5;

If you only need to add 1 to the variable (that is, to increment it), you can shorten the statement even further:

i++;

On 16-bit or 32-bit microprocessors, such a statement can be carried out by a single machine-code instruction.

I mentioned earlier that most high-level languages don't include bit-shifting operations or Boolean operations on bits, which are features supported by many processors. C is the exception to this rule. In addition, an important feature of C is its support of pointers, which are essentially numeric memory addresses. Because C has operations that parallel many common processor instructions, C is sometimes categorized as a high-level assembly language. More than any ALGOL-like language, C closely mimics common processor instruction sets.

Yet all ALGOL-like languages—which really means most commonly used programming languages—were designed based on von Neumann architecture computers. Breaking out of the von Neumann mind-set when designing a computer language isn't easy, and getting other people to use such a language is even harder. One such non–von Neumann language is LISP (which stands for List Processing), which was designed by John McCarthy in the late 1950s and is useful for work in the field of artificial intelligence. Another language that's just as unusual but nothing like LISP is APL (A Programming Language), developed in the late 1950s by Kenneth Iverson. APL uses a collection of odd symbols that perform operations on whole arrays of numbers at once.

While ALGOL-like languages have retained their dominance, in recent years they've picked up certain enhancements that have resulted in what are called object-oriented languages. These languages are useful for working with the graphical operating systems that I'll describe in the next (and last) chapter.

PK?ֆ_OEBPS/ch25.html Chapter 25. The Graphical Revolution

Chapter 25. The Graphical Revolution

Readers of the September 10, 1945, issue of Life magazine encountered mostly the usual eclectic mix of articles and photographs: stories about the end of the Second World War, an account of dancer Vaslav Nijinsky's life in Vienna, a photo essay on the United Auto Workers. Also included in that issue was something unexpected: a provocative article by Vannevar Bush (1890–1974) about the future of scientific research. Van Bush (as he was called) had already made his mark in the history of computing by designing one of the most significant analog computers—the differential analyzer—between 1927 and 1931 while an engineering professor at MIT. At the time of the Life article in 1945, Bush was serving as Director of the Office of Scientific Research and Development, which had been responsible for coordinating U.S. scientific activities during the war, including the Manhattan Project.

Condensed somewhat from its first appearance two months earlier in The Atlantic Monthly, Bush's Life article "As We May Think" described some hypothetical inventions of the future ostensibly for the scientist and researcher who must deal with an ever-increasing number of technical journals and articles. Bush saw microfilm as the solution and imagined a device he called the Memex to store books, articles, records, and pictures inside a desk. The Memex also allowed the user to establish thematic connections among these works, according to the associations normally made by the human mind. He even imagined a new professional group of people who would forge these trails of association through massive bodies of information.

Although articles about the delights of the future have been common throughout the twentieth century, "As We May Think" is different. This isn't a story about household laborsaving devices or futuristic transportation or robots. This is a story about information and how new technology can help us successfully deal with it.

Through the six and a half decades since the first relay calculators were built, computers have become smaller, faster, and cheaper all at the same time. This trend has changed the very nature of computing. As computers get cheaper, each person can have his or her own. As computers get smaller and faster, software can become more sophisticated and the machines can assume more and more work.

One way in which this extra power and speed can be put to good use is in improving the most crucial part of the computer system, which is the user interface—the point at which human and computer meet. People and computers are very different animals, and unfortunately it's easier to persuade people to make adjustments to accommodate the peculiarities of computers than the other way around.

In the early days, digital computers weren't interactive at all. Some of them were programmed using switches and cables, while others used punched paper tape or film. By the 1950s and 1960s (and even continuing into the 1970s), computers had evolved to the point where batch processing was the norm: Programs and data were punched on cards, which were then read into computer memory. The program analyzed the data, drew some conclusions, and printed the results on paper.

The earliest interactive computers used teletypewriters. Setups such as the Dartmouth time-sharing system (dating from the early 1960s) that I described in the preceding chapter supported multiple teletypewriters that could be used at the same time. In such a system, a user types a line at the teletypewriter, and the computer replies with one or more lines in response. The exchange of information between teletypewriter and computer consists entirely of streams of ASCII (or another character set), which are almost entirely character codes with some simple control codes, such as the carriage return and linefeed. The transaction proceeds only in one direction down the roll of paper.

The cathode-ray tube (which became more common during the 1970s) shouldn't have such restrictions, however. Software can instead treat the entire screen in a more flexible manner—as a two-dimensional platform for information. Yet, possibly in an attempt to keep the display output logic of an operating system generalized, much early software written for small computers continued to treat the CRT as a "glass teletypewriter"—displaying output line by line going down the screen and scrolling the contents of the screen up when the text reached the bottom. All the utilities in CP/M and most utilities in MS-DOS used the video display in a teletypewriter mode. Perhaps the archetypal teletypewriter operating system is UNIX, which still proudly upholds that tradition.

Interestingly enough, the ASCII character set isn't entirely inadequate in dealing with the cathode-ray tube. When ASCII was originally designed, the code 1Bh was labeled Escape and was specifically intended for handling extensions of the character set. In 1979, the American National Standards Institute (ANSI) published a standard entitled "Additional Controls for Use with American National Standard Code for Information Interchange." The purpose of this standard was "to accommodate the foreseeable needs for input/output control of two-dimensional character-imaging devices, including interactive terminals of both the cathode ray tube and printer types…"

Of course, the Escape code 1Bh is just 1 byte and can mean only one thing. The Escape code works by prefacing variable-length sequences that perform a variety of functions. For example, the sequence

1Bh 5Bh 32h 4Ah

which is the Escape code followed by the characters [2J, is defined to erase the entire screen and move the cursor to the upper left corner. This isn't something that can be done on a teletypewriter. The sequence

1Bh 5Bh 35h 3Bh 32h 39h 48h

which is the Escape code followed by the characters [5;29H, moves the cursor to row 5 and column 29.

A combined keyboard and CRT that responds to ASCII codes (and possibly to a collection of Escape sequences) coming from a remote computer is sometimes called a dumb terminal. Such terminals are faster than teletypewriters and somewhat more flexible, but they're not quite fast enough for real innovations in the user interface. Such innovations came with small computers in the 1970s that—like the hypothetical computer we built in Chapter 21—included the video display memory as part of the microprocessor's address space.

The first indication that home computers were going to be much different from their larger and more expensive cousins was probably the application VisiCalc. Designed and programmed by Dan Bricklin (born 1951) and Bob Frankston (born 1949) and introduced in 1979 for the Apple II, VisiCalc used the screen to give the user a two-dimensional view of a spreadsheet. Prior to VisiCalc, a spreadsheet (or worksheet) was a piece of paper with rows and columns generally used for doing series of calculations. VisiCalc replaced the paper with the video display, allowing the user to move around the spreadsheet, enter numbers and formulas, and recalculate everything after a change.

What was amazing about VisiCalc is that it was an application that could not be duplicated on larger computers. A program such as VisiCalc needs to update the screen very quickly. For this reason, it wrote directly to the random access memory used for the Apple II's video display. This memory is part of the address space of the microprocessor. The interface between a large time-shared computer and a dumb terminal is simply not fast enough to make a spreadsheet program usable.

The faster a computer can respond to the keyboard and alter the video display, the tighter the potential interaction between user and computer. Most of the software written in the first decade of the IBM Personal Computer (through the 1980s) wrote directly to video display memory. Because IBM set a hardware standard that other computer manufacturers adhered to, software manufacturers could bypass the operating system and use the hardware directly without fear that their programs wouldn't run right (or at all) on some machines. If all the PC clones had different hardware interfaces to their video displays, it would have been too difficult for software manufacturers to accommodate all the different designs.

For the most part, early applications for the IBM PC used only text output and not graphics. The use of text output also helped the applications run as fast as possible. When a video display is designed like the one described in Chapter 21, a program can display a particular character on the screen by simply writing the character's ASCII code into memory. A program using a graphical video display usually needs to write 8 or more bytes into memory to draw the image of the text character.

The move from character displays to graphics was, however, an extremely important step in the evolution of computers. Yet the development of computer hardware and software that work with graphical images rather than just text and numbers evolved very slowly. As early as 1945, John von Neumann envisioned an oscilloscope-like display that could graph pictorial information. But it wasn't until the early 1950s that computer graphics were ready to become a reality when MIT (with help from IBM) set up the Lincoln Laboratory to develop computers for the Air Force's air defense system. This project was known as SAGE (Semi-Automatic Ground Environment) and included graphics display screens to help the operators analyze large amounts of data.

The early video displays used in systems such as SAGE weren't like those we use today on personal computers. Today's common PC displays are known as raster displays. Much like a TV, the total image is composed of a series of horizontal raster lines drawn by an electron gun shooting a beam that moves very rapidly back and forth across the screen. The screen can be visualized as a large rectangular array of dots called pixels (picture elements). Within the computer, a block of memory is devoted to the video display and contains 1 or more bits for each pixel on the screen. The values of these bits determine whether pixels are illuminated and what color they are.

For example, most computer displays nowadays have a resolution of at least 640 pixels horizontally and 480 pixels vertically. The total number of pixels is the product of these two numbers: 307,200. If only 1 bit of memory is devoted to each pixel, each pixel is limited to just two colors, usually black and white. A 0 pixel could be black and a 1 pixel could be white, for example. Such a video display requires 307,200 bits of memory, or 38,400 bytes.

Increasing the number of possible colors necessitates more bits per pixel and increases the memory requirements of the display adapter. For example, a byte could be used for each pixel to encode gray shades. In such an arrangement, the byte 00h is black, FFh is white, and the values in between are shades of gray.

Color on a CRT is achieved by means of three electron guns, one for each of the three additive primary colors, red, green, and blue. (You can examine a television or color computer screen with a magnifying glass to convince yourself that this is true. Printing uses a different set of primaries.) The combination of red and green is yellow, the combination of red and blue is magenta, the combination of green and blue is cyan, and the combination of all three primary colors is white.

The simplest type of color graphics display adapter requires 3 bits per pixel. The pixels could be encoded like this with 1 bit per primary color:

Bits

Color

000

Black

001

Blue

010

Green

011

Cyan

100

Red

101

Magenta

110

Yellow

111

White

But such a scheme would be suitable only for simple cartoonlike images. Most real-world colors are combinations of various levels of red, green, and blue. If you were willing to devote 2 bytes per pixel, you could allocate 5 bits for each primary color (with 1 bit left over). That gives you 32 levels of red, green, and blue and a total of 32,768 different colors. This scheme is often referred to as high color or thousands of colors.

The next step is to use 3 bytes per pixel, or 1 byte for each primary. This encoding scheme results in 256 levels of red, green, and blue for a total of 16,777,216 different colors, often referred to as full color or millions of colors. If the resolution of the video display is 640 pixels horizontally by 480 pixels vertically, the total amount of memory required is 921,600 bytes, or nearly a megabyte.

The number of bits per pixel is sometimes referred to as the color depth or color resolution. The number of different colors is related to the number of bits per pixel in this way:

Number of colors = 2Number of bits per pixel

A video adapter board has only a certain amount of memory, so it's limited in the combinations of resolutions and color depths that are possible. For example, a video adapter board that has a megabyte of memory can do a 640-by-480 resolution with 3 bytes per pixel. But if you want to use a resolution of 800 by 600, there's not enough memory for 3 bytes per pixel. Instead, you'll need to use 2 bytes per pixel.

Although raster displays seem very natural to us now, in the early days they were not quite practical because they required what was then a great deal of memory. Instead, the SAGE video displays were vector displays, more like an oscilloscope than a TV. The electron gun could be electrically positioned to point to any part of the display and draw lines and curves directly. The persistence of the image on the screen allowed assembling these lines and curves into rudimentary pictures.

The SAGE computers also supported light pens that let the operators alter images on the display. Light pens are peculiar devices that look like a stylus with a wire attached to one end. If the proper software is running, the computer can detect where the light pen is pointing on the screen and alter an image in response to the pen's movements.

How does this work? Even technological sophisticates are sometimes puzzled when they first encounter a light pen. The key is that a light pen doesn't emit light—it detects light. The circuitry that controls the movements of the electron gun in the CRT (regardless of whether a raster or vector display is used) can also determine when the light from the electron gun hits the light pen and hence where the light pen is pointing on the screen.

One of the first people to envision a new era of interactive computing was Ivan Sutherland (born 1938), who in 1963 demonstrated a revolutionary graphics program he had developed for the SAGE computers named Sketchpad. Sketchpad could store image descriptions in memory and display the images on the video display. In addition, you could use the light pen to draw images on the display and change them, and the computer would keep track of it all.

Another early visionary of interactive computing was Douglas Engelbart (born 1925), who read Vannevar Bush's article "As We May Think" when it was published in 1945 and five years later began a lifetime of work developing new ideas in computer interfaces. In the mid-1960s, while at the Sanford Research Institute, Engelbart completely rethought input devices and came up with a five-pronged keyboard for entering commands (which never caught on) and a smaller device with wheels and a button that he called a mouse. The mouse is now almost universally accepted for moving a pointer around the screen to select on-screen objects.

Many of the early enthusiasts of interactive graphical computing (although not Engelbart) came together at Xerox, fortunately at a time when raster displays became economically feasible. Xerox had founded the Palo Alto Research Center (PARC) in 1970 in part to help develop products that would allow the company to enter the computer industry. Perhaps the most famous visionary at PARC was Alan Kay (born 1940), who encountered Van Bush's microfilm library (in a short story by Robert Heinlein) when he was 14, and who had already conceived of a portable computer he called the Dynabook.

The first big project at PARC was the Alto, designed and built between 1972 and 1973. By the standards of those years, it was an impressive piece of work. The floor-standing system unit had 16-bit processing, two 3-MB disk drives, 128 KB of memory (expandable to 512 KB), and a mouse with three buttons. Because the Alto preceded the availability of 16-bit single-chip microprocessors, the Alto processor had to be built from about 200 integrated circuits.

The video display was one of the several unusual aspects of the Alto. The screen was approximately the size and shape of a sheet of paper—8 inches wide and 10 inches high. It ran in a raster graphics mode with 606 pixels horizontally by 808 pixels vertically, for a total of 489,648 pixels. One bit of memory was devoted to each pixel, which meant that each pixel could be either black or white. The total amount of memory devoted to the video display was 64 KB, which was part of the address space of the processor.

By writing into this video display memory, software could draw pictures on the screen or display text in different fonts and sizes. By rolling the mouse on the desk, the user of the Alto could position a pointer on the screen and interact with on-screen objects. Rather than treating the video display in the same way as the teletypewriter—linearly echoing user input and writing out program output—the screen became a two-dimensional high-density array of information and a more direct source of user input.

Over the remainder of the 1970s, programs written for the Alto developed some very interesting characteristics. Multiple programs were put into windows and displayed on the same screen simultaneously. The video graphics of the Alto allowed software to go beyond text and truly mirror the user's imagination. Graphical objects (such as buttons and menus and little pictures called icons) became part of the user interface. The mouse was used for selecting windows or triggering the graphical objects to perform program functions.

This was software that went beyond the user interface into user intimacy, software that facilitated the extension of the computer into realms beyond those of simple number crunching. This was software that was designed—to quote the title of a legendary paper written by Douglas Engelbart in 1963—"for the Augmentation of Man's Intellect."

What PARC developed in the Alto was the beginnings of the graphical user interface, or GUI (pronounced gooey). But Xerox didn't sell the Alto (one would have cost over $30,000 if they had), and over a decade passed before the ideas in the Alto would be embodied in a successful consumer product.

In 1979, Steve Jobs and a contingent from Apple Computer visited PARC and were quite impressed with what they saw. But it took them over three years to introduce a computer that had a graphical interface. This was the ill-fated Apple Lisa in January 1983. A year later, however, Apple introduced the much more successful Macintosh.

The original Macintosh had a Motorola 68000 microprocessor, 64 KB of ROM, 128 KB of RAM, a 3½-inch diskette drive (storing 400 KB per diskette), a keyboard, a mouse, and a video display capable of displaying 512 pixels horizontally by 342 pixels vertically. (The CRT itself measured only 9 inches diagonally.) That's a total of 175,104 pixels. Each pixel was associated with 1 bit of memory and could be colored either black or white, so about 22 KB were required for the video display RAM.

The hardware of the original Macintosh was elegant but hardly revolutionary. What made the Mac so different from other computers available in 1984 was the Macintosh operating system, generally referred to as the system software at the time and later known as the Mac OS.

A text-based single-user operating system such as CP/M or MS-DOS isn't very large and doesn't have an extensive application programming interface (API). As I explained in Chapter 22, mostly what's required in these text-based operating systems is a way for applications to use the file system. A graphical operating system such as the Mac OS, however, is much larger and has hundreds of API functions. Each of them is identified by a name that describes what the function does.

While a text-based operating system such as MS-DOS provides a couple of simple API functions to let application programs display text on the screen in a teletypewriter manner, a graphical operating system such as the Mac OS must provide a way for programs to display graphics on the screen. In theory, this can be accomplished by implementing a single API function that lets an application set the color of a pixel at a particular horizontal and vertical coordinate. But it turns out that this is inefficient and results in very slow graphics.

It makes more sense for the operating system to provide a complete graphics programming system, which means that the operating system includes API functions to draw lines, rectangles, and ellipses (including circles) as well as text. Lines can be either solid or composed of dashes or dots. Rectangles and ellipses can be filled with various patterns. Text can be displayed in various fonts and sizes and with effects such as boldfacing and underlining. The graphics system is responsible for determining how to render these graphical objects as a collection of dots on the display.

Programs running under a graphical operating system use the same APIs to draw graphics on both the computer's video display and the printer. A word processing application can thus display a document on the screen so that it looks very similar to the document later printed, a feature known as WYSIWYG (pronounced wizzy wig). This is an acronym for "What you see is what you get," the contribution to computer lingo of the comedian Flip Wilson in his Geraldine persona.

Part of the appeal of a graphical user interface is that different applications work roughly the same and leverage a user's experience. This means that the operating system must also support API functions that let applications implement the various components of the user interface, such as buttons and menus. Although the GUI is generally viewed as an easy environment for users, it's also just as importantly an environment for programmers. Programmers can implement a modern user interface without reinventing the wheel.

Even before the introduction of the Macintosh, several companies had begun to create a graphical operating system for the IBM PC and compatibles. In one sense, the Apple developers had an easier job because they were designing the hardware and software together. The Macintosh system software had to support only one type of diskette drive, one type of video display, and two printers. Implementing a graphical operating system for the PC, however, required supporting many different pieces of hardware.

Moreover, although the IBM PC had been introduced just a few years earlier (in 1981), many people had grown accustomed to using their favorite MS-DOS applications and weren't ready to give them up. It was considered very important for a graphical operating system for the PC to run MS-DOS applications as well as applications designed expressly for the new operating system. (The Macintosh didn't run Apple II software primarily because it used a different microprocessor.)

In 1985, Digital Research (the company behind CP/M) introduced GEM (the Graphical Environment Manager), VisiCorp (the company marketing VisiCalc) introduced VisiOn, and Microsoft released Windows version 1.0, which was quickly perceived as being the probable winner in the "windows wars." It wasn't until the May 1990 release of Windows 3.0, however, that Windows began to attract a lot of users. Its popularity has increased since then, and today Windows is the operating system used on about 90 percent of small computers. Despite the similar appearances of the Macintosh and Windows, the APIs for the two systems are very different.

In theory, aside from the graphics display, a graphical operating system doesn't require much more in the way of hardware than a text-based operating system. In theory, not even a hard disk drive is required: The original Macintosh didn't have one, and Windows 1.0 didn't require one. Windows 1.0 didn't even require a mouse, although everyone agreed that it was much easier to use with a mouse.

Still, however, it's not surprising that graphical user interfaces have become more popular as microprocessors have grown faster and as memory and storage have become more plentiful. As more and more features are added to graphical operating systems, they have grown large. Today's graphical operating systems generally require a couple hundred megabytes of hard disk space and upwards of 32 megabytes of memory.

Applications for graphical operating systems are almost never written in assembly language. In the early days, the popular language for Macintosh applications was Pascal. For Windows applications, it was C. But once again, PARC had demonstrated a different approach. Beginning about 1972, the researchers at PARC were developing a language named Smalltalk that embodied the concept of object-oriented programming, or OOP (pronounced oop).

Traditionally, high-level programming languages differentiate between code (which is statements generally beginning with a keyword such as set or for or if) and data, which is numbers represented by variables. This distinction no doubt originates from the architecture of von Neumann computers, in which something is either machine code or is data acted upon by machine code.

In object-oriented programming, however, an object is a combination of code and data. The actual way in which the data in an object is stored is understood only by code associated with the object. Objects communicate with one another by sending and receiving messages, which give instructions to an object or ask for information from it.

Object-oriented languages are often helpful for programming applications for graphical operating systems because the programmer can treat objects on the screen (such as windows and buttons) in much the same way that a user perceives them. A button is an example of an object in an objectoriented language. A button has a certain dimension and position on the screen and displays some text or a little picture, all of which is data associated with the object. Code associated with the object determines when the user "presses" the button with the keyboard or the mouse and sends a message indicating the button has been triggered.

The most popular object-oriented languages for small computers, however, are extensions of traditional ALGOL-like languages, such as C and Pascal. The most popular object-oriented extension of C is called C++. (As you might recall, two plus signs in C is an increment operator.) Largely the brainchild of Bjarne Stroustrup (born 1950) of Bell Telephone Laboratories, C++ was implemented first as a translator that converted a program written in C++ to one written in C (although very ugly and virtually unreadable C). The C program could then be compiled normally.

Object-oriented languages can't do anything more than traditional languages can do, of course. But programming is a problem-solving activity, and object-oriented languages allow the programmer to consider different solutions that are often structurally superior. It's also possible—although not exactly easy—to write a single program using an object-oriented language that can be compiled to run either on the Macintosh or under Windows. Such a program doesn't refer to the APIs directly but rather uses objects that in turn call the API functions. Two different object definitions are used to compile the program for the Macintosh or Windows API.

Most programmers working on small computers no longer run a compiler from a command line. Instead, programmers use an integrated development environment (IDE), which combines all the tools they need in one convenient program that runs like other graphical applications. Programmers also take advantage of a technique called visual programming, in which windows are designed interactively by using the mouse to assemble buttons and other components.

In Chapter 22, I described text files, which are files that contain only ASCII characters and which are readable by human beings like you and me. Back in the days of text-based operating systems, text files were ideal to exchange information among applications. One big advantage of text files is that they're searchable—that is, a program can look at many text files and determine which of them contains a particular text string. But once you have a facility in the operating system to display text using various fonts and sizes and effects such as italics, boldfacing, and underlining, the text file suddenly seems woefully inadequate. Indeed, most word processing programs save documents in a proprietary binary format. Text files are also not suitable for pictorial information.

But it's possible to encode information (such as font specifications and paragraph layout) along with text and still have a readable text file. The key is to choose an escape character to denote this information. In the Rich Text Format (RTF) designed by Microsoft as a means to exchange formatted text among applications, the curly brackets { and } and the backslash character \ are used to enclose information that indicates how the text is to be formatted.

PostScript is a text file format that takes this concept to extremes. Designed by John Warnock (born 1940), cofounder of Adobe Systems, PostScript is an entire general-purpose graphics programming language used today mostly to draw text and graphics on high-end computer printers.

The incorporation of graphical images into the personal computing environment is the direct result of better and cheaper hardware. As microprocessors have become faster, as memory has become cheaper, as video displays and printers have increased in resolution and blossomed in full color, that power has been exploited through computer graphics.

Computer graphics comes in two flavors, which are referred to by the same words I used earlier to differentiate graphical video displays: vector and raster.

Vector graphics involves creating images algorithmically using straight lines, curves, and filled areas. This is the province of the computer-assisted drawing (or CAD) program. Vector graphics finds its most important application in engineering and architectural design. A vector graphics image can be stored in a file in a format referred to as a metafile. A metafile is simply a collection of vector graphics drawing commands usually encoded in binary form.

The use of lines, curves, and filled areas of vector graphics is entirely appropriate when you're designing a bridge but hopelessly inadequate when you want to show what the actual constructed bridge looks like. That bridge is a real-world image. It's simply too complex to be represented by vector graphics.

Raster graphics (also known as bitmap graphics) comes to the rescue. A bitmap encodes an image as a rectangular array of bits that correspond to the pixels of an output device. Just like a video display, a bitmap has a spatial dimension (or resolution), which is the width and height of the image in pixels. Bitmaps also have a color dimension (or color resolution, or color depth), which is the number of bits associated with each pixel. Each pixel in a bitmap has the same number of bits.

Although a bitmap image is two dimensional, the bitmap itself is just a single stream of bytes—usually the top row of pixels, followed by the second row, followed by the third row, and so on.

Some bitmap images are created "manually" by someone using a paint program designed for a graphical operating system. Other bitmap images are created algorithmically by computer code. These days, however, bitmaps are very often used for images from the real world (such as photographs), and there are several different pieces of hardware that allow you to move images from the real world into the computer. These devices generally use something called a charge-coupled device (CCD), which is a semiconductor that releases an electrical charge when exposed to light. One CCD cell is required for each pixel to be sampled.

The scanner is the oldest of these devices. Much like a photocopy machine, it uses a row of CCDs that sweep along the surface of a printed image, such as a photograph. The CCDs generate electrical charges based on the intensity of light. Software that works with the scanner translates the image into a bitmap that's stored in a file.

Video camcorders use a two-dimensional array of CCD cells to capture images. Generally these images are recorded on videotape. But the video output might be fed directly into a video frame grabber, which is a board that converts an analog video signal to an array of pixel values. These frame grabbers can be used with any common video source, such as that from a VCR or a laser disc player, or even directly from a cable television box.

Most recently, digital cameras have become financially viable for the home user. These often look very much like normal cameras. But instead of film, an array of CCDs is used to capture an image that's stored directly in memory within the camera and later transferred into the computer.

A graphical operating system often supports the storage of bitmaps in files in a particular format. The Macintosh uses the Paint format, the name of which is a reference to the MacPaint program that inaugurated the format. (The Macintosh PICT format that combines bitmaps and vector graphics is actually the preferred format.) In Windows, the native format is referred to as BMP, which is the filename extension used for bitmaps.

Bitmaps can be quite large, and it's beneficial to figure out some way to make them smaller. This effort falls under an area of computer science known as data compression.

Suppose we were dealing with an image with 3 bits per pixel such as I described earlier. You have a picture of sky and a house and a lawn. This picture probably has large patches of blue and green. Maybe the very top row of the bitmap has 72 blue pixels in a row. The bitmap file could be made smaller if there were some way to actually encode the number 72 in the file to mean that the blue pixel repeats 72 times. This type of compression is known as run-length encoding, or RLE.

The common office fax machine uses RLE compression to reduce the size of an image before sending it over the telephone line. Because a fax interprets an image as black and white with no gray shades or colors, there are generally long stretches of white pixels.

A bitmap file format that's been popular for over a decade is the Graphics Interchange Format, or GIF (pronounced jif like the peanut butter), developed by CompuServe in 1987. GIF files use a compression technique called LZW, which stands for its creators, Lempel, Ziv, and Welch. LZW is more powerful than RLE because it detects patterns of differently valued pixels rather than just consecutive strings of same-value pixels.

Both RLE and LZW are referred to as lossless compression techniques because the original file can be entirely recreated from the compressed data. In other words, the compression is reversible. It's fairly easy to prove that reversible compression doesn't work for every type of file. In some cases, the "compressed" file is actually larger than the original file!

In recent years, lossy compression techniques have become popular. A lossy compression isn't reversible because some of the original data is effectively discarded. You wouldn't want to use lossy compression on your spreadsheets or word processing documents. Presumably every number and word is important. But you probably wouldn't mind lossy compression for images, just as long as the data that's discarded doesn't make much of a difference in the overall picture. That's why lossy compression techniques are based on psychovisual research that investigates human vision to determine what's important and what's not.

The most significant lossy compression techniques used for bitmaps are collectively referred to as JPEG (pronounced jay peg). JPEG stands for the Joint Photography Experts Group and actually describes several compression techniques, some lossless and some lossy.

It's fairly straightforward to convert a metafile to a bitmap. Because video display memory and bitmaps are conceptually identical, if a program knows how to draw a metafile in video display memory, it knows how to draw a metafile on a bitmap.

But converting a bitmap to a metafile isn't so easy, and for some complex images might well be impossible. One technique related to this job is optical character recognition, or OCR. OCR is used when you have a bitmap of some text (from a fax machine, perhaps, or scanned from typed pages) and need to convert it to ASCII character codes. The OCR software needs to analyze the patterns of bits and determine what characters they represent. Due to the algorithmic complexity of this job, OCR software is usually not 100 percent accurate. Even less accurate is software that attempts to convert handwriting to ASCII text.

Bitmaps and metafiles are the digital representations of visual information. Audio information can also be converted to bits and bytes.

Digitized sound made a big consumer splash in 1983 with the compact disc, which became the biggest consumer electronics success story ever. The CD was developed by Philips and Sony to store 74 minutes of digitized sound on one side of a disk 12 centimeters in diameter. The length of 74 minutes was chosen so that Beethoven's Ninth Symphony could fit on one CD.

Sound is encoded on a CD using a technique called pulse code modulation, or PCM. Despite the fancy name, PCM is conceptually a fairly simple process.

Sound is vibration. Human vocal cords vibrate, a tuba vibrates, a tree falling in a forest vibrates, and these objects cause air molecules to move. The air alternately pushes and pulls, compresses and thins, back and forth some hundreds of times or thousands of times a second. The air in turn vibrates our eardrums, and we sense sound.

Analogous to these waves of sound are the little hills and valleys in the surface of the tin foil cylinder used to record and play back sound in Thomas Edison's first phonograph in 1877. Until the compact disc, this technique of recording sound barely changed, although cylinders were replaced by disks, and tin foil by wax and eventually plastic. Early phonographs were entirely mechanical, but eventually electrical amplification was used to strengthen the sound. The variable resistor in a microphone converts sound to electricity, and the electromagnet in a loudspeaker converts electricity back to sound.

An electrical current that represents sound isn't like the on-off digital signals that we've encountered throughout this book. Sound waves vary continuously, and so does the voltage of such a current. The electrical current is an analog of the sound waves. A device known as an analog-to-digital converter (ADC)—generally implemented in a chip—converts an analog voltage to a binary number. The output of an ADC is a certain number of digital signals—usually 8, 12, or 16—that together indicate the relative level of the voltage. A 12-bit ADC, for example, converts a voltage to a number between 000h and FFFh and can differentiate 4096 different voltage levels.

In the technique known as pulse code modulation, the voltage representing a sound wave is converted to digital values at a constant rate. These numbers are stored on the CD in the form of little holes carved into the surface of the disc. They're read with a laser light reflected from the surface of the CD. During playback, the numbers are converted to an electrical current again using a digital-to-analog converter, or DAC. (A DAC is also used in color graphics boards to convert a pixel value to analog color signals that go to the monitor.)

The voltage of the sound wave is converted to numbers at a constant rate, known as the sampling rate. In 1928, Harry Nyquist of Bell Telephone Laboratories showed that a sampling rate must be at least twice the maximum frequency that needs to be recorded and played back. It's commonly assumed that humans hear sounds ranging from 20 Hz to 20,000 Hz. The sampling frequency used for CDs is a bit more than double that maximum, specifically 44,100 samples per second.

The number of bits per sample determines the dynamic range of the CD, which is the difference between the loudest and the softest sound that can be recorded and played back. This is somewhat complicated: As the electrical current varies back and forth as an analog of the sound waves, the peaks it hits represent the waveform's amplitude. What we perceive as the intensity of the sound is proportional to twice the amplitude. A bel (which is three-quarters of Alexander Graham Bell's last name) is a tenfold increase in intensity; a decibel is one-tenth of a bel. One decibel represents approximately the smallest increase in loudness that a person can perceive.

It turns out that the use of 16 bits per sample allows a dynamic range of 96 decibels, which is approximately the difference between the threshold of hearing (below which we can't hear anything) and the threshold of pain. The compact disk uses 16 bits per sample.

So for each second of sound, a compact disk contains 44,100 samples of 2 bytes each. But you probably want stereo as well. So double that for a total of 176,400 bytes per second. That's 10,584,000 bytes per minute of sound. (Now you know why digital recording of sound wasn't common before the 1980s.) The full 74 minutes of stereo sound on the CD requires 783,216,000 bytes.

Digitized sound has many well-known advantages over analog sound. In particular, whenever analog sound is copied (for example, when a phonograph record is created from a master recording tape) some fidelity is lost. Digitized sound is numbers, however, and numbers can always be faithfully transcribed and copied. It used to be that the longer a telephone signal had to travel in a wire, the worse it would sound. This is no longer the case. Because much of the telephone system is now digital, calls from across the country sound as clear as those from across the street.

CDs can store data as well as sound. When used exclusively for data, they're called CD-ROM (CD Read-Only Memory). A CD-ROM is generally limited to about 660 megabytes. Most computers these days have CD-ROM drives installed, and much application and game software is distributed on CD-ROM.

The introduction of sound, music, and video into the personal computer was known as multimedia just a decade ago and is now so common that it doesn't need a special name. Most home computers sold these days have a sound board that includes an ADC for digitally recording sound through a microphone and a DAC for playing back recorded sound through speakers. Sounds can be stored on a disk in waveform files.

Because you don't always need CD quality sound when recording and playing back sound on home computers, the Macintosh and Windows offer lower sampling rates, specifically 22,050 Hz, 11,025 Hz, and 8000 Hz; a lower sample size of 8 bits; and monophonic recording. Sound can be recorded using as few as 8000 bytes per second, which is 480,000 bytes per minute.

Everybody knows from science fiction movies and television shows that computers of the future converse with their users in spoken English. Once a computer is equipped with hardware to digitally record and play back sound, everything else involved in this goal is a software problem.

There are a couple of ways that computers can be made to talk in recognizable words and sentences. One approach is to have a human being record sentence fragments, phrases, words, and numbers that can then be stored in files and strung together in different ways. This approach is often used for information systems accessed over the telephone, and it works fine when there are only a limited number of combinations of words and numbers that must be played back.

A more general form of voice synthesis involves a process that converts arbitrary ASCII text to waveform data. Because English spelling, for example, isn't always consistent, such a software system uses a dictionary or complex algorithms to determine the actual pronunciation of words. Basic vocal sounds (called phonemes) are combined to form whole words. Often the software must make other adjustments. For example, if a sentence is followed by a question mark, the sound of the last word must be increased in frequency.

Voice recognition—the conversion of waveform data to ASCII text—is a much more complex problem. Indeed, many humans have problems understanding regional variations in spoken language. While dictation software for the personal computer is available, it usually requires some training so that it can reasonably transcribe what a particular person is saying. Far beyond the conversion to ASCII text is the problem of programming the computer so that it actually "understands" what is said. Such a problem is in the realm of the field of artificial intelligence.

The sound boards in today's computers are also supplied with small electronic music synthesizers that can imitate the sounds of 128 different musical instruments and 47 different percussion instruments. These are referred to as MIDI (pronounced middy) synthesizers. MIDI is the Musical Instrument Digital Interface, a specification developed in the early 1980s by a consortium of manufacturers of electronic music synthesizers to connect these electronic instruments to one another and to computers.

Various types of MIDI synthesizers use a variety of methods for synthesizing instrument sounds, some of which are more realistic than others. The overall quality of a particular MIDI synthesizer is quite outside the province of the MIDI specification. All that's required is that the synthesizer respond to short messages—usually 1, 2, or 3 bytes in length—by playing sounds. MIDI messages mostly indicate what instrument is desired, that a particular note should begin playing, or that a note currently playing should stop playing.

A MIDI file is a collection of MIDI messages with timing information. A MIDI file usually contains an entire musical composition that can be played back on the computer's MIDI synthesizer. A MIDI file is usually much smaller than a waveform file containing the same music. In terms of relative size, if a waveform file is like a bitmap file, a MIDI file is like a vector graphics metafile. The downside is that the music encoded in a MIDI file could sound great on one MIDI synthesizer and quite horrid on another.

Another feature of multimedia is digitized movies. The apparent motion of movie and television images is achieved by quickly displaying a sequence of individual still images. These individual images are called frames. Movies proceed at the rate of 24 frames per second, North American television at 30 frames per second, and television in most other places in the world at 25 frames per second.

A movie file on a computer is simply a series of bitmaps with sound. But without compression, a movie file requires a huge amount of data. For example, consider a movie with each frame the size of a 640-by-480-pixel computer screen with 24-bit color. That's 921,600 bytes per frame. At 30 frames per second, we're up to 27,648,000 bytes per second. Keep multiplying and you get 1,658,880,000 bytes per minute, and 199,065,600,000 bytes—just about 200 gigabytes—for a two-hour movie. This is why most movies displayed on the personal computer are short, small, and jumpy.

Just as JPEG compression is used to reduce the amount of data required to store still images, MPEG compression is used for movies. MPEG (pronounced em peg) stands for Moving Pictures Expert Group. Compression techniques for moving images take advantage of the fact that a particular frame usually contains much information that's duplicated from the previous frame.

There are different MPEG standards for different media. MPEG-2 is for high-definition television (HDTV) and for digital video discs (DVDs), also called digital versatile discs. DVDs are the same size as CDs, but they can be recorded on both sides and in two layers per side. On DVDs, video is compressed by a factor of about 50, so a two-hour movie requires only 4 gigabytes, which can fit on one layer of one side. The use of both layers and both sides increases the capacity of DVDs to about 16 gigabytes, which is about 25 times the capacity of a CD. It's expected that DVD-ROM will eventually replace CD-ROM for the distribution of software.

Are CD-ROM and DVD-ROM the modern day realization of Vannevar Bush's Memex? He originally conceived of Memex as using microfilm, but CD-ROM and DVD-ROM make much more sense for such a device. Electronic media have an advantage over physical media by being easily searchable. Unfortunately, few people have simultaneous access to multiple CD or DVD drives. The closest that we've come to Bush's concept doesn't involve storing all the information you'll need at your desk. It involves interconnecting computers to give them the ability to share information and use storage much more efficiently.

The first person to publicly operate a computer from a remote location was George Stibitz, the same man who designed the Bell Labs relay computer in the 1930s. The remote operation of a relay computer occurred at a demonstration at Dartmouth in 1940.

The telephone system is built to transmit sound, not bits, over wires. Sending bits over telephone wires requires that the bits be converted to sound and then back again. A continuous sound wave of a single frequency and a single amplitude (called a carrier) doesn't convey any substantial information at all. But change something about that sound wave—in other words, modulate that sound wave between two different states—and you can represent 0s and 1s. The conversion between bits and sound occurs in a device called the modem (which stands for modulator/demodulator). The modem is a form of serial interface because the individual bits in a byte are sent one after another rather than all at once. (Printers are often connected to computers with a parallel interface: Eight wires allow an entire byte to be transmitted at the same time.)

In early modems, a technique called frequency-shift keying (FSK) was used. A modem operating at 300 bits per second (for example) might convert a 0 bit to a frequency of 1070 Hz and a 1 bit to a frequency of 1270 Hz. Each byte is prefaced by a start bit and concluded with a stop bit, so each byte requires 10 bits. At 300 bits per second, the transmission speed is only 30 bytes per second. More modern modems use more sophisticated techniques to achieve speeds over 100 times that.

An early home computer enthusiast could set up a computer and a modem as a bulletin board system (BBS), to which other computers could call in and download files, which means transferring files from a remote computer to one's own computer. This concept was extended into large information services such as CompuServe. In most cases, communication was entirely in the form of ASCII text.

The Internet is qualitatively different from these early efforts because it's decentralized. The Internet really exists as a collection of protocols for computers to talk to one another. Of major importance is TCP/IP, which consists of the Transmission Control Protocol and the Internet Protocol. Rather than just sending ASCII characters through the wires, TCP/IP-based transmitters divide larger blocks of data into smaller packets, which are sent separately over the transmission line (often a telephone line) and reassembled on the other end.

The popular graphical part of the Internet is the World Wide Web, which makes use of HTTP, the Hypertext Transfer Protocol. The actual data viewed on Web pages is defined by a text format called HTML, or Hypertext Markup Language. The hypertext part of these names is a word used to describe the linking of associated information, much like that proposed by Vannevar Bush for the Memex. An HTML file can contain links to other Web pages that can be easily invoked.

HTML is similar to the Rich Text Format that I described earlier, in that it contains ASCII text with formatting information. HTML also allows referencing pictures in the form of GIF files, PNG (Portable Network Graphics) files, and JFIF (JPEG File Interchange Format) files. Most World Wide Web browsers allow you to look at the HTML files, which is an advantage of their text format. Another advantage of defining HTML as a text file is that it's more easily searchable. Despite its name, HTML isn't really a programming language such as we've explored in Chapters Chapter 19 and Chapter 24. The Web browser reads the HTML file and formats the text and graphics accordingly.

It's sometimes helpful if some special program code runs while you are viewing and working with particular Web pages. Such code can run on either the server (which is the computer on which the original Web pages are stored) or the client, which is your computer. On the server side, usually all necessary work (such as interpreting online forms that a client fills out) can be handled with Common Gateway Interface (CGI) scripts. On the client side, HTML files can contain a simple programming language known as JavaScript. Your Web browser interprets the JavaScript statements just as it interprets HTML text.

Why can't a Web site simply provide an executable program that can run on your computer? Well, for one thing, what is your computer? If it's a Macintosh, it needs an executable that contains PowerPC machine code and uses the Mac OS API. A PC-compatible needs an executable that contains Intel Pentium machine code and probably uses the Windows API. But there are other computers and other graphical operating systems as well. Moreover, you don't want to be indiscriminately downloading executable files. They could originate from an untrustworthy source and might be malicious in some way.

An answer to these problems was provided by Sun Microsystems in the language Java (not to be confused with JavaScript). Java is a full-fledged object-oriented programming language much like C++. In the preceding chapter, I explained the difference between compiled languages (which result in an executable that contains machine code), and interpreted languages (which don't). Java is somewhere in between. Java programs must be compiled, but the result of the compilation usually isn't machine code. It's instead Java byte codes. These are similar in structure to machine code, but they're for an imaginary computer called the Java virtual machine (JVM). A computer running the compiled Java program emulates the JVM by interpreting the Java byte codes. The Java program uses whatever graphical operating system is on the machine, thus allowing platform-independent programming.

While much of this book has focused on using electricity to send signals and information through a wire, a more efficient medium is light transmitted through optical fiber—thin tubes made of glass or polymer that guide the light around corners. Light passing through such optical fibers can achieve data transmission rates in the gigahertz region—some billion of bits per second.

So it seems that photons, not electrons, will be responsible for delivering much of the information of the future into our homes and offices; they'll be like faster dots and dashes of Morse code and those careful pulses of blinking light we once used to communicate late-night wisdom to our best friend across the way.

PK?4`OEBPS/co02.html Colophon

Colophon

The manuscript for this book was prepared using Microsoft Word 2000. Pages were composed using Adobe PageMaker 6.52, with text and display type in Sabon and math fonts in Syntax. Composed pages were delivered to the printer as electronic prepress files.

Dust Jacket and Cover Graphic Designer

Greg Hickman

Interior Book Design

Jimmie Young and Sally Slevin

Illustrator

Joel Panchot

Compositor

Elizabeth Hansford

Principal Proofreader/Copy Editor

Shawn Peck

Indexer

Liz Cunningham

PK?24KKOEBPS/content.opf 9780735638723 Code: The Hidden Language of Computer Hardware and Software Copyright © 2009 COMPUTERS / General 2009-11-30 <div xmlns="http://www.w3.org/1999/xhtml"><p>Using everyday objects and familiar language systems such as Braille and Morse code, CODE shows us the ingenious ways we manipulate language and invent new means of communicating with each other, culminating in today\u2019s digital technologies.</p></div> Charles Petzold en PK?77OEBPS/core.css@charset "UTF-8"; /* O'Reilly Media, 2011; version 2.4 */ /* reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } /* end reset */ @page { margin: 5px !important; } /* p margin */ p { margin: 8px 0 0 0; } /* inlines; code and monospace in the code section below */ span.bolditalic { font-weight: bold; font-style: italic; } strong, span.bold { font-weight: bold; font-family: serif; } a.ulink, a.xref, a.email { text-decoration: none; color: #8e0012; } sup { /* bug in webkit? */ font-size: x-small; vertical-align: super; } sub { font-size: smaller; vertical-align: sub; } span.lineannotation { font-style: italic; color: red; font-family: "Liberation Serif", serif; } span.underline { text-decoration: underline; } span.strikethrough { text-decoration: line-through; } span.smallcaps { font-variant: small-caps; } span.cursor { background: black; color: white; } /* for Learning GNU Emacs, 3e */ /* added for special formatting in Regular Expressions Cookbook, 1e (9780596802783.EBOOK) */ .boxedtext, .keycap { border-style: solid; border-width: 1px; border-color: #000; padding: 1px; } span.gray50 { color: #7F7F7F; /* 50 % gray */ } /* added for special formatting in Bioinformatics Programming Using Python, 1e (9781449378677.EBOOK) */ .gray-background, .reverse-video { background: #2E2E2E; color: white; } /* added for special formatting in Working with Microsoft Visual Studio 2005, 1e (9780735649958.EBOOK) */ .light-gray-background { background: #A0A0A0; } /* preserve whitespace in non-pre elements */ /* Used for special formatting in Using SQLite (9781449394042.EBOOK), which needs verbatim space preserved in a
element, which cannot contain a pre */ /* See EBK-2920 */ .preserve-whitespace { white-space: pre-wrap; } /* headings */ h1 { font: bold 1.5em sans-serif; margin-top: 20px !important; } h2 { font: bold 1.3em sans-serif; color: #8e0012; margin-top: 20px !important; margin-bottom: 8px !important; } h3 { font: bold 1.1em sans-serif; margin-top: 10px !important; margin-bottom: 8px !important; } h4 { font: bold 1em sans-serif; color: #555; margin-top: 9px !important; margin-bottom: 0; } /* Appropriate heading hyphenation suppression for different ereaders */ h1, h2, h3, h4 { -webkit-hyphens: none; hyphens: none; adobe-hyphenate: none; } /* images */ img { max-width: 95%; margin-left: auto; margin-right: auto; padding: 5px 0 !important; } div.figure { margin: 10px 0 10px 0 !important; text-align: center; -webkit-border-radius: 5px; border: 1px solid #000; background-color: transparent; padding: 0 5px !important; page-break-inside: avoid; } div.figure p.title, div.informalfigure div.caption { font-size: 90%; text-align: center; font-weight: normal; font-style: italic; font-family: "Liberation Serif", serif; color: #000; padding: 5px !important; page-break-before: avoid; page-break-after: avoid; } div.informalfigure { text-align: center; } /* sidebars */ div.sidebar { margin: 10px 0 10px 0 !important; -webkit-border-radius: 5px; border: 1px solid #000; background-color: transparent; font-size: 90%; padding: 10px 8px !important; page-break-inside: avoid; /* needs more testing?; sometimes causes odd page breaks */ } div.sidebar p.title { font: bold 1em sans-serif; text-transform:uppercase; letter-spacing: 1px; text-align: center; margin: 4px 0 6px 0 !important; page-break-inside: avoid; } div.sidebar ol { margin-left: 15px; } div.sidebar div.tip, div.sidebar div.note, div.sidebar div.warning, div.sidebar div.caution, div.sidebar div.important { margin: 10px 12.5% !important; font-size: 90%; padding: 10px 5px !important; width: 75%; } div.sidebar div.tip, div.sidebar div.note { background-color: #f1f6fc; border: none; } div.sidebar div.warning, div.sidebar div.caution { background-color: #fce5e8; } div.sidebar div.important { background-color: #FBEC5D; } div.sidebar div.figure { border: none; } /* code */ pre { white-space: pre-wrap; font-family: "Liberation Mono", monospace; margin: 10px 0 10px 20px; font-size: 10pt; display: block; } code { font-family: "Liberation Mono", monospace; font-size: 10pt; } code strong em, code em strong, pre em strong, pre strong em, strong code em code, em code strong code { /* yes, all of these variations are needed */ font-weight: bold; font-style: italic; font-family: "Liberation Mono BoldItal", monospace; } code em, em code, pre em, em.replaceable { font-family: "Liberation Mono Ital", monospace; font-style: italic; } code strong, strong code, pre strong, strong.userinput { font-family: "Liberation Mono Bold", monospace; font-weight: bold; } div.example { margin: 10px 0 !important; } div.example p.title { font-style: italic; font-weight: normal; margin: 10px 0 !important; } li pre.example { padding: 10px 0px !important; } /* title and copyright page */ div.book div.titlepage h1.title { font-size: 2em; text-align: center; margin-bottom: 20px !important; } div.book div.titlepage div.author h3 { font-size: 1.5em; text-align: center; font-family: serif; font-style: italic; margin: 0px !important; } div.titlepage p.copyright { margin-top: 20px !important; } div.legalnotice { margin: 10px 0 !important; font-size: 90%; } div.titlepage hr { width: 50%; } div.editor h4 { color: #000; margin: 20px 0 0 0 !important; font-weight: bold; font-style: normal; font-size: 1em; font-family: serif; } div.editor h3 { margin: 0; font-family: serif; font-size: 1em; font-weight: normal } div.dedication p { text-align: center; font-style: italic; font-family: serif; } div.dedication div.titlepage h1.title { text-transform: uppercase; font-size: 1em; } div.affiliation span.orgname, span.jobtitle { padding-left: 30px !important; font-size: smaller; } /* epigraphs, blockquotes, attributions */ div.attribution { margin: 5px 0 0 50px !important; } h3.author span.orgname { display: none } /* to work around bug */ div.epigraph { margin: 10px 0 10px 20px !important; page-break-inside: avoid; font-size: 90%; } blockquote, div.blockquote { margin: 10px 0 10px 5px !important; page-break-inside: avoid; font-size: 95%; } blockquote p, div.blockquote p { font-style: italic; } div.blockquote td, div.blockquote th, div.blockquote tr { border: none; background-color: transparent; font-size: 1em; } div.blockquote tr:nth-of-type(even) { background-color: transparent; } div.blockquote td:last-child { padding-left: 45px !important; } /* footnotes */ div.footnote { font-size: 90%; } /* refentries */ div.refnamediv h2, div.refnamediv h3, div.refsynopsisdiv h2 { font-size: 1.1em; color: #000; margin-top: 15px !important; margin-bottom: 0px !important; } div.refentry div.refsect1 h2 { font-size: 1.1em; color: #000; margin-top: 15px !important; margin-bottom: 0px !important; } div.refsect2 h3 { font-size: 1em; color: #000; margin-top: 10px !important; margin-bottom: 0 !important; } div.refnamediv p { margin-left: 15px !important; } /* lists */ dt { padding-top: 10px !important; padding-bottom: 0 !important; } dd { margin-left: 1.5em !important; } ol { list-style-type: decimal; margin-top: 8px !important; margin-bottom: 8px !important; margin-left: 5px !important; padding-left: 20px !important; } ol ol { list-style-type: lower-alpha; } ol ol ol { list-style-type: lower-roman; } ul { list-style-type: square; margin-top: 8px !important; margin-bottom: 8px !important; margin-left: 5px !important; padding-left: 20px !important; } ul ul { list-style-type: none; padding-left: 0 !important; margin-left: 0 !important; } ul ul li p:before { content: "\2014 \0020"; } ul ul ul li p:before { content: ""; } ul ul ul { list-style-type: square; margin-left: 20px !important; padding-left: 30px !important; } div.orderedlistalpha { list-style-type: upper-alpha; } table.simplelist { margin-left: 20px !important; margin-bottom: 10px; } table.simplelist td { border: none; font-size: 90%; } table.simplelist tr { border-bottom: none; } table.simplelist tr:nth-of-type(even) { background-color: transparent; } div.calloutlist p { margin-top: -25px !important; } div.calloutlist dd { padding-left: 40px !important; } div.calloutlist img { padding: 0; } a.co img { padding: 0; } /* notes, tips, warnings */ div.tip, div.note, div.warning, div.caution, div.important { margin: 10px 0 !important; -webkit-border-radius: 5px; font-size: 90%; padding: 10px 8px 20px 8px !important; page-break-inside: avoid; } div.tip, div.note { border: 1px solid #6cafd0; background-color: transparent; } div.warning, div.caution { border: 1px solid #8e0012; background-color: #fce5e8; } div.important { background-color: #FFF68F; border: 1px solid #615E3F; } div.tip h3, div.note h3, div.warning h3, div.caution h3, div.important h3 { font: bold 90% sans-serif; text-transform: uppercase; letter-spacing: 1px; text-align: center; margin: 4px 0 6px !important; color: #000; } /* tables */ div.table, table { margin: 10px auto !important; max-width: 95%; border-collapse: collapse; border-spacing: 0; } div.table, div.informaltable { page-break-inside: avoid; } tr { border-bottom: 1px solid #c3c3c3; } tr th { border-bottom: #9d9d9d 2px solid !important; border-top: #9d9d9d 2px solid !important; } tr:nth-of-type(even) { background-color: #f1f6fc; } th { font-family: sans-serif; color: #000; font-weight: bold; } td, th { padding: 0.3em; text-align: left; vertical-align: baseline; font-size: 80%; } div.informaltable table { margin: 10px auto !important; } div.informaltable table tr { border-bottom: none; } div.informaltable table tr:nth-of-type(even) { background-color: transparent; } div.informaltable td, div.informaltable th { border: #9d9d9d 1px solid; } div.table p.title { font-weight: normal; font-style: italic; margin: 20px 0 0 0 !important; text-align: center; padding: 0; } table code { font-size: smaller; } /* syntax highlighting and coloring text in general */ code.boolean, .navy { color: rgb(0,0,128); /* navy */ } code.character, .olive { color: rgb(128,128,0); /* olive */ } code.comment, .blue { color: rgb(0,0,255); /* blue */ } code.conditional, .limegreen { color: rgb(50,205,50); /* limegreen */ } code.constant, .darkorange { color: rgb(255,140,0); /* darkorange */ } code.debug, .darkred { color: rgb(139,0,0); /* darkred */ } code.define, .darkgoldenrod, .gold { color: rgb(184,134,11); /* darkgoldenrod */ } code.delimiter, .dimgray { color: rgb(105,105,105); /* dimgray */ } code.error, .red { color: rgb(255,0,0); /* red */ } code.exception, .salmon { color: rgb(250,128,11); /* salmon */ } code.float, .steelblue { color: rgb(70,130,180); /* steelblue */ } code.function, .green { color: rgb(0,128,0); /* green */ } code.identifier, .royalblue { color: rgb(65,105,225); /* royalblue */ } code.ignore, .gray { color: rgb(128,128,128); /* gray */ } code.include, .purple { color: rgb(128,0,128); /* purple */ } code.keyword, .sienna { color: rgb(160,82,45); /* sienna */ } code.label, .deeppink { color: rgb(255,20,147); /* deeppink */ } code.macro, .orangered { color: rgb(255,69,0); /* orangered */ } code.number, .brown { color: rgb(165,42,42); /* brown */ } code.operator, .black { color: black; /* black */ } code.preCondit, .teal { color: rgb(0,128,128); /* teal */ } code.preProc, .fuschia { color: rgb(255,0,255); /* fuschia */ } code.repeat, .indigo { color: rgb(75,0,130); /* indigo */ } code.special, .saddlebrown { color: rgb(139,69,19); /* saddlebrown */ } code.specialchar, .magenta { color: rgb(255,0,255); /* magenta */ } code.specialcomment, .seagreen { color: rgb(46,139,87); /* seagreen */ } code.statement, .forestgreen { color: rgb(34,139,34); /* forestgreen */ } code.storageclass, .plum { color: rgb(221,160,221); /* plum */ } code.string, .darkred { color: rgb(139,0,0); /* darkred */ } code.structure, .chocolate { color: rgb(210,106,30); /* chocolate */ } code.tag, .darkcyan { color: rgb(0,139,139); /* darkcyan */ } code.todo, .black { color: black; /* black */ } code.type, .mediumslateblue { color: rgb(123,104,238); /* mediumslateblue */ } code.typedef, .darkgreen { color: rgb(0,100,0); /* darkgreen */ } code.underlined { text-decoration: underline; /* guess what */ } /* Special handling for sampler TOC entry rendering */ div.blockquote_sampler_toc { width: 95%; margin: 5px 5px 5px 10px !important; } /* fonts (keep at bottom); using Liberation as a fallback for its rich set of glyphs */ @font-face { font-family: "Liberation Serif"; font-style: normal; font-weight: normal; src: url(LiberationSerif.otf) format('opentype'); } @font-face { font-family: "Liberation Mono"; font-weight: normal; font-style: normal; src: url(LiberationMono.otf) format('opentype'); } @font-face { font-family: "Liberation Mono Bold"; font-style: normal; font-weight: bold; src: url(LiberationMono-Bold.otf) format('opentype'); } @font-face { font-family: "Liberation Mono BoldItal"; font-weight: bold; font-style: italic; src: url(LiberationMono-BoldItalic.otf) format('opentype'); } @font-face { font-family: "Liberation Mono Ital"; font-weight: normal; font-style: italic; src: url(LiberationMono-Italic.otf) format('opentype'); } /* keep this body statement last */ body { font-family: "Liberation Serif", serif; } PK? !OEBPS/cover.html Cover
Code: The Hidden Language of Computer Hardware and Software
PK?aa5OEBPS/httpatomoreillycomsourcemspimages469534.png.jpgJFIFC     C  R" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( c\=kht?G8ݮOblCx]S<OiU\<nE_?hw_!ێI.8:ĎHSOP?>+ 7[A]J~+1*~%x۟hmDj_2O5,+hϮޘ4O /_~\3f9@9 j/'`\@xh|Q~oY!=?#AgO_훏*cW%IQs?]J58@t)9,X?7!I33qrDՀak-(MA;Dx88`=O ?IWr?;~ֈd@dn犚CpfX[B:`z+|XG3?{:]GsK⼤$Dt+N9;[x'pMX0s057/ uηq.>*|]L*\"OQ_$\qUL=?Z[Bǩ[|J8n1m^~)8qFWm -ުZyyao8~/8L']@~-|bR[sˏ. lОdz}E~0|`Y6$`\u >2|X ׮T1w6֛2229iXY(W:)v1Z[Ša.ڻmE!QY~_sP  _n7'?\D AxD ╈SzZbJ[!{zx'SӸ$MoNjhX9 Tôgg&N~C08`!Du##oO0R@n \Uu [DD qͼH˽F:9i>ҟRԦڱ_5B/Ev G40xĝF&*6K~*A.#;2k<8;^Gbyk ϩ'mkZ77S#Y8*շ.SK| (HAr֌Ef%B1?BF&M  6Pys^iPYrۧ<mR#xAG| 0QJtf3"Bz]g8WY܋9\'f>R}tn0Wv}3NQLP ӬWrs)ьB@g8ǨSgT8济="@`sGSVT˹PN88M g1Oxlgҝ! ā?SAQ|ssO,}V#6q>lU_YDfYBcaX|n3k^4+qr1 |׸d|w۫|J,nY)$="5s&3*U\WtKs(9>bFx־-{{X$p6{>ԫatm0ukU `Z!HH^Ӭ:ހ/Յjf9m;F{1r}*-:ǵJ79Jv"}֚4xq0}z8A"D1ZеI>\/ZՆy1.b@uLJZ]Er0W\B`jM'eOƹ{NXUчxkuh焓8=C^-Vd w<=ak񦅺" ׃[i6 ڔ% fxs`<0^O#yj֚dik0\S*1Ѐ6ȿ1N-NQb1P}h"[ Ā8Uy-0vtm{`kb{:6)>eLdH"qY-E[ڶIUρ:#XuR`~Eǯ ɀq0zbF㿅 q=|z!YqZrP#t,v8]tP۔dCS'# `u"a.9Q6le%ޥ'$ozئwCn6Nt_(VxBI{ P@G~*[ūTFp˜GƯ_|TFa2z0-ĹWonc~=? s᭍ec*.Qs灡W%Phko5SqK>DX21^uVB`xtV6I1οZjbC$nT+~$+$aGz׋|v`䲺0 tS}[šuБGgsZp0HpنQ-9$Hˎǵzex$ЀŖ_wn2[6ϗs޷~̊ 2Cj (@002c[!9'?ϭiÓzUwʳҐB; -0<֛H@* V@pZĤx =yEKF0 9<J)=+#C .fE0€zc+/,?,}g9q {W|JJHpf\]x5"P}8<r0«mtd 4O8{4xe'Z2im1Ͻ{oxQA|V+*T>Ha7< _]:Q@QgktkF1ڼO%KO6#|HU@@*1+g5F'qWsޡ}8'=(2[y]NU.`gߞ[X7ɸw 1'hIF{mXpˋr@(I c(*u1H?QRUQYXXt(\}j.@<1޾,[s<_', oQq<GA #f@Jh$EInM49 r8\yв8#jhSq >xk^_ I' \`#֭xWxG5[u?_J!./RjBP!$aq^%z5ݷ H VϮڪj42M x/|+Ko }F/8Txewgo,е+:y5*$Ƕ0GjMO^4(xtbAici ifP&, JAYE6Q`"`z޾%VRGqfB^9=^a㏁ҏ|=2".[,Prq/Mw 8}ɡoŻOHoeLneH$(ko*x⦿XH&XbyYٸbv Ki*fR>U*> YK6b`EW2*dH4zMOy9g2]JF$h*xv5~'Z֏xΔL1d9@ izWw Wr]gڳ~.q/'aE \ #%L1KP}C'xjIQ\BVKufRw޽@yCŴs\O'"t'N?]2$```dyb@7#Sګy,+y뎿PIf m8֕ )kI%9C-B{[S[JvϵUщ` RP3䍊ITot)QCpOjxUW%~Jƀ5 Z̍ v~=j7>Npߢت(4?>vxif;u\_X\?|48\dUAn L;#*U43R@As:bldnSܹ^;Im=8?[(zzwa$Q?7Ɩ@PZ?+@>R \W!k_kٻy(Y1iv[wl_OsN3pT?JFmoW (lEB}ϭturL .0{ laؚZrG"|1$u9bM֓MʞX~>k(jSȘr :h5i/D\Ӟ/SIg [p&5G.o7ӭlxsAҤӡ)U U^?@R{wZߤ^t̍:ٸ>OjdMwErW(ޗ"Kk1ݔߧ?]Zi{GY/1ڗ|}#ߊ`y~B]1Jw0+k|{Ŀ4iV,7Q!tgF} goGChmKч? x΁i^95 aG庁> nx~J~r[T@>\qZb/QM L %Ndzf'r'kxCϦy)8z1?+Pg΃uZH)@/j2a*r>, B-3ʤaAP?& :Dw A *KfI5 c~QEdh|mS'oF>#|M_*!Y澮F_\j]D;xkh$=Ƭd⇨9Q : F;Ts P ڼwrWs™ 0 1j63> ]=85,jqL8}GzWOֹ/^ռU[;  g. .*΢mIs3p"0pG_jQ=\ɢ] s @>f_ hn4I<RG\zR_qyC"vkr6@S@di~!;U|Y/-i 2;Izd06_/i <-1ۦ;$p]B9ArA{hCJ in3@ȸcS_ʐYc׉-.-lKζGpc z>Қt|+/DT[.}0>k \Os,w4̑`|:CQ$V=,e&VO}I!H6IZ̝IOWkqxzWrg>yDžWOO;ѤG۶Ov6zXlz} "|TzTpܴacN:5x[/ر {q\iW" fͳqk}iM(7g ?J.v h]1jI`wzZch!$Q< &r jx>Jg&[+@OɫvPN1u fo0uj9mq֬w$zf XR5)AձvePdf0ڤ Td8|%t}Gɏ?c_,0C^|(.$EKQ9 >!]7JH l Ickjo`]X$zwmݎ8>n> ӾYYaSk;ic5VW:UݱsӐ tti*c2wc# 9rFHJ7Q 2dioK'hfq\}{ |,$|`ޞ@Ysc;?PmT& -G zzUyT̤#Ґmn8ϸg-(jGbT!>رF0G~]4"4ʌdrqUi(>5+Ds5RkQ<:2fbnm+P` ;k^hu?U^%bS߅qM)x~\`66_EKZ(4> hڿ+Xe#i| c&--+h{#1zm'j A g\&IL0p_[3W<x6Gpy#Vᅙհy9IӂEYRbBQo2 *ܽq,,Ch8(rw V$&6%F F3_$W~){pD 2c߀k-nx$o"d}^hK*-5 QsI}ozFuFT9$F0$UͯixVٹ?_Ş۬5"`Z0RGBs˘ LPAڧڹvj>\%Rz3+{Nsڑ,Ct e==T"Z,+ PQ>sӟy 2R*FϼztY_ [MqI1qD<#zcu`ԗDK&|>\ڹ6I5:ys}(k-HAb áJ'^N[J(TkK @eRY޾(cJ%A",;b=aןv|oa MB$ uuV] 5 p GcLG={<i^4G\M6/L;X?QX԰?*kW;V>*b)0pޤ{PK̹ׅzBƒY3#=EֶĚ;;RN0LbG)>*Hck\Lz? _E(\aԯO@ ~՞>_Эj dmH>3W\vz$mxp_F߳NF+noοy]zq?|7.~xݒ]2HNUAJ} 4ڔQXF6sah6B"0T\;RknfYcX::|ߏhIo\⾤AĒ 9s]Um:T4g@ȯ>u{m)eե-+e`AW?.5&i[=\g?+I#!"T*tOoa~W(4C) u>*٤{e@PyH pIk4:ŕkiDШZ_'羋Mk7hQvm?+u~Vho۟zڧoZeq1ׁ*LS573.osW$gh:t9(>)mOjP^C[:#8x^s`=Mdیw#o`˼FE*#i3!/?'Ðy*)=&+#C)|aV/"w~/s^ gWV,Ҿd[H#Z>*aY;{uSv!swY\ eKFNyq޺9i1@sº¶0p$.$qt-=Vah]`iGQv#>'Xl]sTCX܌ 'J灜g_ʽc_-Z3s|O+tsrzu5O=ͥ\FP(GZw&[5Ʈ4aAmx 8[wDn#7;ˁme}z{!glIbrMu3xgNmp~n֋'-cռ)g|5K)hO Y8u?#t8'zx<ks B(t?l|YoiR-V#Ќ؊[Z>|l0)*XsczWx{Zkq>#jDN^lae(~Tҥ 72gS@zML }H4<ۙy|2NzU-+BUx(:s +>QrNYىǿ=h;O4m5 c\d A]Ƈ6C2R`/.ѤIN}p\Owd`BV[sE J(4>g=6F;C) X>luZm0|Lx!;}?{W큭CSJ& CYcҼk]\jpx쵢؇>==R*#qRiZ[zgi: op/4y$RwuG]+2@;{WǷ? |Cj]WӞ+#ꥰՏ(&ᯈ4~[eكbז$v _+iz ê1K|r.jq.401B+վ5~> ⿀Zs*E68= / xCK!F z&V(4Vsgμ'{k#eܞZOꐬ:Ԣ%F U@|i4&ѬocQp VeS=9#ܟM߇,vk\;7NK}ת~ҿ?ً_^9/֠jlv O1 N[;KRCP2? o^2ZJ}orqM4mfz/W4rm;ji_Ơ|SL)}Ósןk_HT7W/f 8k? ?wIez@ Vh~9үCrs볰"2 <.E<ʾ!uƥF"'܀8//{\*wr\djOA}7 %yq\<⎻=ggg8ZC>dWmnsֹyt8mUÌmtNXY?vH1{[iè!ҬhS?htgMeT1iV09HB/<·|!w6:]eD<|fI'4Ǿ֙rvєvۿ㯬|Mu vXѻs+xZ{y1r~S.oK-˓ qs׵svP1287E^&5)agC $~f`}EVFUg_~,O~=mLTXܑX_ oGůtV\ƽޙfz"[{P ,t9'lc#^V[>bMN9_|W:xkry\?ֽN)~rFq'o|d<\p!Snw?4#kil]}kBz?PZ—i^# >1|*ᩴ t+u֐3ZiX8sax;J_(6n)RFqu~|*W;R/ol,/J, yK5  ۆpA;O)!-o\ 2ECW G6%HZ w4QW Wٰ{F~gFAOv&Ty4T\0\mM{}5K4F{](A>xw 8;vW'py$ׅWHlX$7O ]*[PUn}w #=u>G׵$64;:}rE~8e{:֙kr-$yc N5 kGch<3,k>xS[yS1?HcѴyw/b\^&y'[`KT#Zg5 "L&:v[& x ,xZ1$q_8G>^g@=Z6 ^^F|KO L9^B> xv-7查ȶ胎جx'~ 'ú\vq]L F-߃-%ues|ՆTO€!icr"HFT:VƟm5H7n>"OkU$ҩkrk2ͧc{+qáڀV4m1ty=oN+i [Zд(ݩ̊N{Z0Dd(Sej* 6*߂IG>+3CSZL Mt܈yTkR;l57t" {zO+x7 {BмtI0y aFI_iS][{g>ڴ[4xǟ4ZmuIwpɥ%i$>"qsh".Db@? ~0h5-i ͶQeur"! zUJh5_mQ{Dd܃_M çN0IcQ%B+Fe{hvNݻH{k][H2F@@OYXbn9S$ׯX4Qa=Mxcm!N~Hj bIUsw|5ouXT^Gr>tPC:`dRZ]y7eIAGYs跚y"EϜ{t[~}#U05d)e>s > ߟ Kqu Fk7s^kK22Cۘ#T%^bH3MW4tٓ 5դsqc"K(WV TJb7W &-RA%߿l F~K%bU njKb+OR`nGZ~#5Wl/ Tmׂ3/?It  fx|?!7,?hRHE1CtҚסƅ+ 5 mB7l=~jEt6}EpziP!x9SH  Va~Q)=j+9SnOJJ yY#~"2>v;qN?P#jed巰~f]RRK|rNIs!ҧ'XY]@F;E̋l|=tvZ>SHG' K4I~B" ϩPg2]=ɭ(f28U9mV8 g,y_ & ?Ĩ,u{|G|Oge|+4_Xq![%MFmV6UvwĪ#Z'UO[?_3BM\"{/'(y(;F0!Q_ u;Ο'ӵu f iv7ח60 , 'vX Ldygk.A9G_F -'OLgk_bj|r +?I[n_f|+䏄w_ >+5O*=7V}(+dynkZ i,>42'=#c/ և)J> }>VosWDBpZUҒxilH;E`:xօ[G=+;Z\osA ?Kh YixM%ѳq+gp=YH98\u\=bZ@hԂ>NzVt]8"}Hly5R!#2IuC=%+|ұ=?k5[#5|?@+iN8u3K-]«qdUd#x.5^sC#l:@ڵm֘ nU=S>5&G -P rk @$KUvnO@Z9}6-s5HB~k4kMN)2ɾlIO>, jdu)[@0>t!cIIEܣӎ Up}:OBr`}foUX[jG9%WƒEIf `TP>7›q~ iy&>"!`6 =yc BįPyx3Um#Y]E3q{\cx|G̢Wg߂~,h׾xQƗ/x?>0oImmw"K ۴P\%Nu`|:<}Opn_)%7b3ks5Oy6|ĖSqtJGl &ԣxjb⦋ !} ->tҼZ{$ybٻQA+ݿnu_y{4l)O޽|rk7m2# osW}/k]?3q2C?}a5g ۣ_ g1s8c%@eEw߳c­*˹͢o+'h#:Cr,䏕I9Ò9\YG4i!GP@)45|Cyw`H8C7z 6G^_h>iO6SH$3mZOlfXF$2+I }#W^2NY09򫶚, N$=ٛw?jkoh֨vb8WJAnhI  $35Z+P!=`hxr@HI q[/fDjr1T!DjBbl<;X0 _o)Iblz/'uZh ?ZaWWڃr6Jay ))-x7^S$|?Kno.ny{$.IoP*Dei%?g>1|B>ӭ&Zs]]X,Cr@HO3ix_ƞ'+x3*zZCT🄦Ѥiėm7PKyu*l199OT><-m$d ;XM߫ B-2.GPPg_վ%&09=O*WAŬ"b@S 7zʂH$IC$ e΀ 2EkԁR=y>ed>gş`*&Y#;U)k,![N 92]x>Zٹ'VY1.;7(Sh[,F=瘞jĎ9UG6y@E“ЌB৆.v)c03QH4}?c md?C ֬/ Ijh_[)(' Yxxb30d[sbkgõu3[.?eÔVzX yct!W@Υdħn+>/fk\N?J%\۴P-ذ,[k7zk, 3dNF*f-TItq@=/PD Oώ޲~-9RG/.QهG;Mw^-$oCz𯴔AڸǤ|>d5ی ?{!//\N=CZQHX574 ukeRqױk9 +Mւш˷9u40,~brzNztek+NE|*9Ww>3ЛKĎ0H~5G5C]J[=>m"+3Mzz>xVLUvc, v|dt!o򯆿|I5p*)i*ןj*@OXs΍k1$jTibXEkp7DW|lA@yomƞ'uwǟkKO_[\im%M%As2o0mhk_7_?*'s"fYd;`eW?#$j ݂{o?&>/h'Q 4n%ݫC͑# K`~H/m , k?lu̺OzyKU}vz lf2u-Dyd2 4sK8>\:[S5y$^+$r:i-_ɎiD~Pr2ҚĄŮ#]`? 6-^RKBdRu=Ee5%g|.qۦ+B& ]0#g>֠};ȒwngWCXc`O+O[iW Ht={r*O xJk~F7wh  ~m`J ל|OG[5, e_~&>HXU9*@v3Rv 5俶e^Iẕ>|u>#m+ƙh w*8RMn|,agGԞK mK]&;#18TNx)\՞eeJ6P} =^ԵKBԧNdRNuIJMTwiU$,܀l@;#S1H ] qFQh38eNkTiN60F:V?Vp6]%E RFw||oy@b`|'ğxrD⿌J^jkHCsc4Aoho KYh GAw[[KU,Km~Lzv[ᦿ=y$ZA6b@8ƪihA$U?4O xxX4PC gԑMsV.y=b'`v19]6{ dߍ&S x_ľ*4i>aʟ5>6nj~k?PBrnժϡf(So_ZO[d3"eY"l0 C{irҕqڸKjA$v)?h<׬/ê̷28'{fU-0p/C48 pzdz=:]cJo/ns [fTxs{$0^Uӣ^$1s_'Nu;m-[˒3ҽ{4Cv tuo4?ڮMradL+_0\@Jpj@j[(P\Cz(Um/Í?ƫmOons$W s@滏PZ|v2/p!=Uռ;rpPI</ fy,M"m݄NNs g%UUlf m>5 +*p19Qo56[H:v3Zp|8^3ŐP-v9cbGב:Xs\g|=-K-T,Gw"uSӦ~t'm5cM|Z!gnp 9:鴩"7ka1);yơ{D,m]v qjZi!})*7LB GLdKHI&l C+p񇄧*vW /NxT]GA!UI!)aicxf&2 M"?e+>;)ŮyǶ dĒy/ATοhϊ&S4ZMMSXMV WVRһ#A< Lk,~Ȟ>?B<_^+ Y?ht^]N; d,w*ե+ff~Z*=PѰ=zvF1^۱T mkX:>G^X[z= h3{yq%_hZK6G==*ewmS*@W#q^aZ^b;U%q?+? |Q߄uks<GR pqN|EAg|uizje:2 6w85<}\XirFd ds5?Gσў\CB/kB%_v)ZF4 /9"71Y<`Y== t//X),qW t5ٿH-W/4Xn (.eYtoFOAW?f?OGyZ0day@TW0?όGA/OԒkSINF|*7&W˕NO @ꇐ{w  <]-sw>tQ\Eـz0GZ/xWLOI Ʊb"v/>kM{JUk˛-4E28\^I5]NN2Ax.O'Ҏh;M5 7`rzeɅ Qګ\}>JGmKᾃ"xmLnn"dM>bx]5nx3#DN?*4녟YM2JV唇c P5/OoYLJe1>y~OK_=+jbM}zʩ%#PMzfsYm?Cvi$\0*ry'rMu ItT(€g;yt+61 95[+~%{o iAku+,R2px޽Zef6>jYkҝfշ$|#"EAQ^D[$LܦޢϪk6Z]x{KbQ$ߔVlerolu4QY|v>"F0г S?Vb LK!wG~9$!T8P#ͅ}Z)m.Re'a=|GafZ G=h<+GQcRw=uFf%Y(~vv2Vat_=ί|OŪܭN-v .˜vQE'LุwH #!O ?z(I p;UUU=袐 sJ|qj#zF.s9|-P 7&ێN2sד]>o=E??ҩA=:~Q@ѐ6U-7(TvB(i9( ړ2)q9wI4Q@ OWELRY`gnu| &/8AKT]gqz !-8COZfr~ -;HUcq~ +:IXgw'7HYj{+=Oat 2FZn  % : O d y  ' = T j " 9 Q i  * C \ u & @ Z t .Id %A^z &Ca~1Om&Ed#Cc'Ij4Vx&IlAe@e Ek*Qw;c*R{Gp@j>i  A l !!H!u!!!"'"U"""# #8#f###$$M$|$$% %8%h%%%&'&W&&&''I'z''( (?(q(())8)k))**5*h**++6+i++,,9,n,,- -A-v--..L.../$/Z///050l0011J1112*2c223 3F3334+4e4455M555676r667$7`7788P8899B999:6:t::;-;k;;<' >`>>?!?a??@#@d@@A)AjAAB0BrBBC:C}CDDGDDEEUEEF"FgFFG5G{GHHKHHIIcIIJ7J}JK KSKKL*LrLMMJMMN%NnNOOIOOP'PqPQQPQQR1R|RSS_SSTBTTU(UuUVV\VVWDWWX/X}XYYiYZZVZZ[E[[\5\\]']x]^^l^__a_``W``aOaabIbbcCccd@dde=eef=ffg=ggh?hhiCiijHjjkOkklWlmm`mnnknooxop+ppq:qqrKrss]sttptu(uuv>vvwVwxxnxy*yyzFz{{c{|!||}A}~~b~#G k͂0WGrׇ;iΉ3dʋ0cʍ1fΏ6n֑?zM _ɖ4 uL$h՛BdҞ@iءG&vVǥ8nRĩ7u\ЭD-u`ֲK³8%yhYѹJº;.! zpg_XQKFAǿ=ȼ:ɹ8ʷ6˶5̵5͵6ζ7ϸ9к<Ѿ?DINU\dlvۀ܊ݖޢ)߯6DScs 2F[p(@Xr4Pm8Ww)KmC      C  " Y !12Aq"38Qa4SVbrsu# (Bc$6RCUe%tFT7!12Aa3Q"qB#RSb ?K:1>rғoI&+V.W~P揲;$/'Wg/4i;:-2!5R( .[&AJR ݽqb.CUwӉ_*#[>?y'DO= ^?Ԋzzh.J97Q 1Ug}\t#'N;)y]ϔNiiZ??+Q?'=ϔn|}4Io|G_AC?2qn|}4Ƅ?AC?2rNw3LhA?K\Ox:ys;)x1:yǃ|G,O̜>S%(o|G,Ox:ys;)x2D?AC?2rNw3LY\|t#'<tSd$?AC?2rNw3L:ycG#w7>SaAAG|Ox:yǣ+ ?AC?2rNw3LhA~AC2AC?2sNw3L47H>#'<t#'N[)xNi7H>#'QvuA?"dϔf&κAc/WH>#'N=w>Sd$?AC?2rNw3LZ$~_] !ʼnw7>Sb ] #'<tS " uƉn>層UEO'>qŗW<yR,>CmkPlf(2&tNyȹ^+Wl)rʂ97g%Oe?oLsN* &I{'q5=`wE R_ |HFbSq3iNGvTTO&O&| oe@ oeAl }ϐwg4{k[ϐ ÿ):rSuЗĩU3m0rNfqD3b%@M:jy\ƿw{ůh]*L2ޜDʹ"D<hG5Geڝ^X+S@UL^}Qe#ķȭUG,W1ʇ~җ%7vb4q^t "*/txj-9&zzţvbo*DʕyUvhv ąiԫ9)X3/c۰.rQ@Iܶ5I5.*əXk{QUE9|Xg}YmJBjwEJRs'mwW2 I{{*#rzZ5rqQdJ"a$ܴd|(8*z0B9i'e V=<%^Ru*شj]$u@*DH(yS?I=z*&pU\"U>wm07 ٚ9JX*n+waS7qEDsR*9ˌ'UɄNx+kەhPXתEt&oQpLyZNx(FM$opuV\EW׹GaQ;V& 6:jxWDR;` +N g+beqepSw#ro+y7'S2u]t7+UUB9^ g{^sp\/,UjҵxQq H_[Q'䤣I{e"DkU9?yڙN Ve 6XXQkO<)%kO<)%R;ѳ5L!ǽӸ6r\m'=ǽ RH_t%!iTʢooq3N6#**hYTj"5p{{ZadJ~7oc|d "'i"zRSCDGTkxNJ Fm3,d1ZA d-:zco.h=~J#di]I)%a?3b(EW(n.j,Nd-yYHr6#!#\ܧhG:gW쭒Q$lDƽn+N {y>rxztr=h֥j'B.JTtsO. n m36솰V2~0Q2ں\~oJmR#rPjNl%XNEj9D\м9 r8h|j%uVNBZq4U{q93Bhӻm5UJ  e]P5b*ɝFui)`IǒH+Rվ4[Ö = ̀4Uon64\UX9hPge6 0梮S8eu"=]p:zjVUF#ZWeS#Kv=%*r49yymv njЭS2ʲ龧:ڒiEb=SQ\zcޒg(GDF A}UX҈V ^uCt+zבK= s"s= ƹ$?hԓ`0N=x8;L/_Ht%EmJ[6ƾj ȍ]ޑL9x*)_[KZnO%{?;EUGI;,8s_"9<^)sH2w+U-9() ز5ʋŨ]kQȨrtNءIOØ=9ѡVDDgj]L`NyykuxP&eE|Fm#<8Z2[k*rQ$xӧ ڵ~V!H6:1Z53Ս2 (咼…k Y]ֻ)pzZjuI&nJnꌚK#s"+RDk^R3ՋdIIIh3/K$ $5ކ^ JQ-ooRlWlhو*+̺:9yqN9ȪeN-_)N+[KV+S7g=_YVXtKɽEs\V9QZusFjDә%Z|IFjU1 j+ZÝ!t֥^ClXQ6)9ȍx"xwfvqixBbZY)2ؓ)Er.V|e,ѩ&:8j2Srܙ%5 F)P 1qr튉&ws=%[PҶt%9ֵGY՘VE'nӭ٠>jPrن ܤ6*7[{[umh5jCmk~rE$R~i~ TW1FcqGmE)wRZ~ݴcXTڕ%483Z˥ʏ|'#[JMtS-Enmz˽Z5;N̘K%:75yۡ$Rf!PdļWtM#/T<Lo_@@CT٫~,8k=+̅*Α{prbu*J} ^tmmKʧID)Mz$f3Gc5Ñx.G++@Q;pVR_FJWw}ʉ=zAePYW /fpjaU6O?JҘ s*:%ʬi-eeR$8q_$?nϣ'^,'8UDðnH,==nNIڌR3Ia9UG9z oq=Q#Qt&fi*>$jU[Hs*"e}<1-w]msS-r%Cr89+]UG\9E'^x=fx:M(eT:^R.<9&Y1UbTEED:%eK= 4 t ^Q㜕Z7תΥ\1(G34dcѣ9sѨȆ4ڭ)X,:z9ˌ>g8ԝYumyQ6ko&tvM1K刞I~j%(Ÿ[PSk?<%9llew>iV7a2{;OT.&QN)CS%QNwIC6D3b;AUhvVz49i)Xn4w/0ei fQTs]IWL1"gЊE*xuF)Zѧu~ݲW#|TUr.op!*&.ꜻ~v؛BTԋܭwQʊ R)-9jlMZ9xlL3kSuQ}E:{+Ȳ,KݗTX0 YFgi TUrMm2ZN'T&C3pǺuMuǣ7<;ۺj+K2R23nSO#mޚ:ޭQz ;%+?3LC[.򈈙;P]R$(\8)fnKVSs^9rH)J,ѕbF"N:]}U WqۻNJ!k~7R Qb~z\g gu:JX[ʕ:cҒkVw4ԍyIeKե!—tw=`/A*qTSIc_?>ti@Xp)tfNV%V9ϊJ5.x3ծ \uIi5NNJ9g݀#M>F.I3_W6V77 W*AtEUf)'*ﬗ@T({^ٺ)3&#Yvr;Q8 f_ܶ ɳT#QS!MEl:4gDr*n qbn~y[KIwK}JqPd(7܋/0*]\m]*ip5bſݩdiI6#b+\T`kfŨ/mIzB^j,Gz FU+CQTTu%˯lᢹ_.Q\<1H [#5pGcqu{Pk@:f'*4٩|¤!;:{F2MNu6˱.ZWhӮ498t&2T_)6]JiYkg?xٻ};9ѱUr"Љ˸H/sc χuSh%sJG&"BnQ/Tʩj볪\SX(g~ Qwy1Q ztf_K7fV^nV4!E*&^OT!ѧ;%f(ߚGOEja*nQ$b똒|NȱaVLEʦ{0D E NƯZ68MǛs7XFN y:N6Tc^2`m͍dPABnBzaKBdCnyx9vjE#e}~jUȭ>Ne=z[[GڵRѠPYMփ)grD=Zb`ޗ++9j\ܶj=U)ȀiƲ]k[IMY㟃StD1\jEFT^έZZ}cVڒTJdbI1DC7NhąjGns+rTQy%_"je1dƦ1VB/#vm ҧ)I^ǣ6ҧuit*t'RЖ"}29ֿ=3vA"$Z)ed7DFGjaa7yqR ]FQiSaSbIAv(ÑCt@ԻaR*Ӿ^4n2,gpd9_j짌S>J]ZQr_41UrપAngj鴹7LDjesUqH6ѨZW2ѹٖ;64SO#7*La(N.'}ulaz%OQp2^I.Ct˳]W⊜2i[B4[ww+G)T^e-wT5:%=)+2&:="U%&1:EECBu(ٱNMn ;R]6BV%G.z>vd;Vش5 ᖯPTS+9.{`S0T쒻*`ճSjz} w*^PWz3mWKn)3֜EꜴӷ$KT-Si}#E)6J_ XA˻UUzN0ͥ K2LgBr'W8N*ZޣJ:m\uեG7OMlH?/kUQpNX<ڱ) P&(̶lr^)[1=ŽDr8oU0G: ϻ-_o{;,NT&y8v)g]:MNۦDZt6Cs/9˽odsUXyM?:0xh}&g#U{qi޿` }ھՊOU/m?mHҊ FKTd}oHmYqqΑ> - eZݘMԛ~- іXvozTa\NLSVd!d؎z5U3ǴtTT4׵'I[bt봦jD.<ԅ64EG^QzX'#p B\,jH^4->zR?j2^4!&3/Kn1HGax9q;toL \/b#[ĚX C&(|t*(B_3iN (fӨlʀ @ b'nONbG-|羬T <𧾬TR;ϳM-[ cC9c"& &){q5=PwE(d*(%*e uJ\g[fJ ,Dn_,DKTQkO<)%6[Pk>E#9&vIW& &I{ql"OL&{ &9{'q5}o.&QN)CDD%!y36D0m:fȎO&*GaY-+$Ւʃi)*_[ǽӸvqI~a1L{;ÿ)(/Tf% uJ'q&;@XXQk_<)录6Ÿ[Pk>E#9y_B尘=;E-LSNjq0QBB_3iN ) u͈ʀ @ )@/"pcb%(Þ[P6Þ[Pk>E#8[_Da1d!ݜmga5}o.&!QJ7"RK'qr7ɷ͑PR ,D;)|ɻ)~xSVK{*~xSVK{* gȤv7g/4g$ǽӸ6rOl}$ǽ\L;ӓQ3 |HF^Q'Q;$NwPR ,Dn_,DnA(CՒʂZyO}Y-5"cz6q_l }ǽӸ6qOloLsNjzq0Q*(%QT3'qDgN6#**]$5^,DnA(G$ՒʂZ.vŸ[Pk>E#9y[?Ba1d!ݜl } ǽɫ?(o]j |HNVUWxηɷJ'q";@XXQkO<)%kO<)%R;ͳ/U-[ cC9/H}  cM_X.&QN)CS$Z^QqgN(z3dGvTT܂N*WW<άT_(\vzLEn[j9MMLFlʯrr!Rw T^CG*{oZ*er_RVzV[Ex9MNQmlmV[Rvd5T݊NjETrwl j&>O<uxn5S9C{ks@QqlF**qd28;\iwŶ Y3#DbDd' D^J5|8f դC _+SMmrx4?O귄~;ѐ /ܫ\̹DONy&FD2#]7QL6.7$l-l┯KDX˿?Syq"C0rwӭF5pNYg>@=NCgܰ;\wUR+EV龞VˬWfkbY &b#E"y #l0]T<l9hIF#SyzN G|?OCGȨ*u+_L=y"y7|/"y7|!J>Pg?d嵯rʃZGcz6qI~ cC8?B尘=Bat9?):K3iN 'ͧQ;ݕ,wun8'unAFؖڭ{q/c0}Dt'"9v?nv[Wi-Eh1"nn̆NۣN=eVn<[_SwmkJiZR[zMcXRF&]EU^+QWMHQ EXlraZcӟQ`DHsz9LewN93TEʦ}q>QemޥƵNaԾJ݌'DasܙǠi܇~ưmk5M=*y(q\M++]c"Zf6|{sJtr dQ{Q"Dr#QŬnpES$U%.~cfzᑆPW$7a#S6ȯӮ-4*RP˹+ڊe^;3|?o7 U_U4r޸!tНYkR,\xe"%C\6ncOG7k{ Q3ɻLӤNNH%>4gje]݄SCvDH6:RMNϋ08ѯ˒1BTw[ )T鵣ShٯB۞x9Yr>l|\**/,*)QCCZt[+Q[qK.x4Jڞ )  ,7#⪊Z6_i)rilҚZ]O~Q jt*JPt];B-hZ ud-Y˽[+:bpj*)*-Zqår0&s،G"z!%5pСIJ7Gr'of{ͣ $շATY*4ibFzzTxeMqNUzu*yݥ{<:c_G*9*܎c*هqO%ec@miDj281*^T J}B18oB/9[ex"*?gt}~;LH1 _wѐQ,S:q3^Yx{C<䥖:vv+]b"KKˬVW՜陕DY((y9Z;KsÑs:r5fxIk _A,X_0/dϟA؛w% sXk~,]BY&`;8&8cNuz?SQ, \TUbજ [;QZk*0"9K:,gz2OTz"$kY5:dŖdF%Ct[%Yf[c(4om_Rڻi%6U"̵2n3UU73N e2ӶKSarEr\/k$ Tz#7Ȝ3txZoJ>Wdqj~N9a}DF"'S<0 /,a} / _AEL1JrzVLYIv:$h cQ2Fl]-YOuժ;K[v)x6U̫ffQkW+rDp)HZIF1aHp1_x;)[[e_QlOdH iGV#ג$EU q!6$=ױEG7 N./)b]jPZ;^ǧsARII-cLtfIN&\5b#cjZD9'qwQp\k,kvjhiFG7ՄʪOJ}A/;*]8x/r}G Ey{,c*b*'VZD_Ay:`X_0/a}ٔvIvnnZB17;0YH,XcEr5j&UUW!t6[옍7Q̖{DzWS k k&g)F<1xiN4.OtFAJÕ䆌fn**'!ivuNm] ݭc!NuQmzk5Ȩre8p>=GœܣRJ.:JpВjک:NI؇{ Ub˒rC֌,} /AaQ{J_-  ů,Jy妮ɷʚU[h_]^<uvlOnKǨATf+,{wnv=tQhC-#S158J1ʹTy*"vr[RӨwyx_ DWئ_zP5DI 8ٵ98wQ18S[-JypuxCxn|4^8Dʟ.6C/9Y ^=eb]%_NMT>ە{HI6Gzy՝YjJ=jTg[/1DsaV9[*aKzUHbKIm~kbR+vM> ;nBN$9،VC"#a5W^qr5:[i:J[jRQUz8,yEڊܙ@mVkk+tv#?Kћ8PWAryr "ž"{IeTFQuJSeJ̶ @jx{rc: Z*ҳ^V 7O8A+W$;GMYXtK=ȘOڦ?\^vovW+W6ۚYqbӦ!@""'6xTS~(O5Jԉ;v;#eVDz+Zj݃_镪]5OB-:/'[˻m]d[< ϻ#nrQTO;$Z -LƏjlH0?,ky/5fOwWãR5;mz.H s*5]2<*) ?>[Q(<'JIm4JMbI5KRDOǎ9`DDc'gO4V5&vZ3JtX:3QL&;EUѡ4յLӱ0ĨaE\'q__ijNi%JMT1/t\֦8ׅM7П4uUїUxFi2J.qg󧷴Op@NcAr ڟl##d{ =ӄ8i k]6A-ikSl۫u5;ڎOjլu*=*}yqDZ߻DD®h˟TO+uO(To4m-M+g#>κ;^F=|fI$rEcpL.0UW!;IқjRr)KewQɞ(^+ꯟ0a;2.HIK/G-_+c]DEL2{50]j(SM5ᜋW'92ےϺ.͘iSܔz*UOU Yt{+Q|ͺMl$&3s-cݎ <}Fם[- Jne>SI!RVaWGCV/jָjt+z{)!@lHyc+yg'vҋ~zmv.'Cfb+W蝙>𸾧S pMv,jˋ5em-*9ArVu|D{\]a0nuy缦#VUgyplBrBex/R֋gWT ͒6NDc#{ Òj~H+ T>f'G b;Йs ~gZI_6SrTlE2R^kN*8#-KvI G*-TQU2{1V ##Y*Թ HQ=/N}Fݠ6Wz[?TX[dmrFSˇ3 JmX+R9Zml>-#'% Cl80ؘk"}C(t9v6OjŚƱUT2SU$vZ7V*2cDUx-f躕zԮփ!1 訉\"f2#GQ5ʼlWqzL1a]:ͱ"KMIÇNiNiÂ-**QS3?"KhZMCitN>v-AލsQDUQ$MDrUςsڙU; `R[hiKRtز^#9T"X6ˆNo߂ѕy?Ggjtd=/# *1S5kjQS筄שՂn;;lk iKGqLrPd[ XjȬlF/62ugpS ?#:sҒvn$QTY$+>G$!(Иl4EO32b"9cEL n☣Uc 7z,#䪥EmD:ڽv(we.߸*M:IŦVh59t;)3e#QsQrz~ϐǼ ?#l$h1)1QrB\LI2jFjܳQ apT)EͼFJg A r &Bfzj"4SW =#5ba1w9CN._aos`ǭF=as1U`T AP_B79U^ۙCFP`1?Ci8cmW>$G"5:4*Ke"/QUTe۔O3qzm.ykŜԨtKt@nj[&{{6ÆiƵ9[[7Y6/4]4y*W"QU{S+7~#JEč5=*EZXZm|};Ƥb v~:7si0*c3qmͨԝ?gS`NG=)њ_D⊾Ē6ڎlLTg~필حܜjQGr2hFPv3]>ۥDbDֵdztz*=lF'4ix[.=:nvvn\9\sORNNVB/)'ҰX p"rD:*&!=Z/Ls|T_B*2 ,cŠsw#N';VR/'W(ai5b4*UZVhZ3btk\/2c'Mњi ,aS%*fj&= Hkޫ3;1c4f… ֢sU$ ׾\6SPlMYWM:fj5.V;+ШgiUjEB^,tYXENhykdwMjՍWvVXȉ*y9cBJNmSjZٻn4 h>J#z3ڞ~: -I9$ 9%i$F3QNI**R4LYڔ) HmHўc~jZU=7HX*uJlϺÌmG58,.U"msZ:N*[vtN훪 jlJTs W&SS+rixOM\Vj]gwUQx=ͭ7O+U~7XZq.P+'FDs='B3LKJ۱(Qj2:DTFqT ~SM*+2n@CEеMXM{SZԭ,šJEdķFyV說c&Vpsnʺ-T߱zX+ܮm.4y6ͫSZVED%lr§ܴUY(q:FC;HADWoHu*jJjBV8"W kV):qPu ~cjs2gwMj".Qܰ]fRcI[T4hވ91wa|%nHUbE|!"+㹩SL.$IjCl*dkz =&Z4YۮFgaOlZ噡2;/(xHٻ/,95wk;h핷lӦ iFĊE](pCo G@S#|*-0+NM^tNjMh̩ey462HBEY)I$b1;E§ nےUz&lfF.ʫo/Q-Q`ZW,:ſnKjmbzm7j+79{4IwƆ G Ù 5jW,׹\fe̔Gg٘X/Nʮ;vi)fih71TUĘz7/& vзjZxZr 5 ֵ\.s2Ӌ2ɛkPfZ;2"T?},BW4F-:2O0؍k w\Sh j5ɔ\(F-zSfct&zW8>J %al65ƢpDD J̊p\q9!PcཽD+ )63`Uɾ7eE^wqUw\kVmjKqr作dG{FL2.ёNmj呅U .Q]"qWw>Ҵz6wd {amYi { 7Q*6 5Bc1L1BItVoCt4L#pJز{6Rڤ@AǶ<&NF;QT5YhΆRp]kMD}VY.bgE>]rFը0f] '"Ə+U͜jo~˸i*]#b6fq4_ZԡRV'grИrvZCLQeelZueYrߔMfH3 jp,htӿsrBRy:Y9^iMiaA16#6Co$6t)܌*igQњ2NdriUw\VܵJ5&wh+b}* j`${ɝ*Sn~H(C%ZζecH*{VZV"gie-7%f47jTNIqc;QTpT7ٲ6Nأ v^W0UC[iڡͧRamN<$TGgsqUok 5jE+Wt^DFsWT۶joZ D "cW Ee4B6O:e`cb"?8'nmm>pS`$EÑrOB t.6Jt -J YtGk^&qoɲ(}?AvB[V>'3lKDt9hر&^/\"NW|ղRb=:RIX#w9EShųƭ^zƶ-^I9.NTQSyW٫ȵ9)h-Uހ[C^*qL*eJ4鴽C?, ͔ejjeNv^Mn_&UWr8V#PJBI))ѲRWqx䜡XB[pi В]e# 7ptOKn߶婕F5l=G&^3V6T M%뼑e9!Tp^,?ɯR G-;aY-+"m=2[Pk>El}$ǽӸ6rJ~2cwS!q0qE]9?)F#+*3극 $NwNHW -wiRȸ0po=%+QS砶bNf G=EEE**Nn5^=f%7Ur{$HΈb.[ ҸLJe.R1qOFE˰wo_{RyQ yQSQQy*\ᾙ埰\$eiiNhH{<]"#_R!""!}8L)Jr"`Ѽr邝"zj$&E=9N $z/5cylrjݡvRۓS+tG9UZ֪;2o?H"d>&&Տ뗻qI7U8YM=N"7!F$Ww(%LL;Gj !.] 4Doc*jy*T_sV9&7S`z o& #% z"zB=;9q&y(pO@oL&1Ɏe7 Rt LEL}:k+s_qDk9"*5c-C[KΤ7r(tR:4>~fda:QraQSքWzMXOYԥDW4U^Q0+7?#Rb➏6WOA}3҄*8o7SOB\MyQȜ? 4 L.Ani=G5xVS7^5*B]+3CPg)[1'5cw(r+\ފw7#y+tXtCI&3m!3(鈑bFګɩ؄pog0j& Ns,wd$˜OAM2$?>790b'wRb'wR G-aO}Y-)ՒʃY)&{ &){'qll=d1d&(QN)B_\sJ&~:ޣ{ݕ.N0TYj%H%(vLm?dmh yoeA*& &9{qll=d1d&(BqE]%*ġNwINHfӨlGvTTH iVзa1sgV尘<jzq0Q*(i3؆L3N* &9{'q5=PwE8}'E8} |JC6D0RuMlD/"y7| |oeAMiVзl&2C8B尘#Bjzq1Qt*(B_J z0RU z3b; Qmf {oeAMTϑE[8[?B尘&==e }ǽӸ RLBB_NwYNHflʀ @ aM~j/=G-|T +oaw)obwW}bWUQJ53 |H̼NwIC6D3dGvTTH <ʗ811H{{ZO}W-ZvÞ[PkSHoF>iзl&{'qll } ǽ\L;EЫo] |JyC6D0m:fJ ,?1Kj |1ﮗ,-|}ToeA[ѳEL! ǽvr_l }ǽ\L;j ):KB2`7ɷp^&qD3dǓ**XaM~j8CwR;{ZOY-Zvß[Pk>E#8K> cC8I~a1{;ÿ):rSKTJ&~:ޣ{$Nw J%(\=dmk=d|GcyrOl-[ cC{9*%[)dwS RDЗĪ2҆m:a%9!NwPR ;LtB,Uk9]ƵҪ2 5jzm=51OJd섴wBZoB]\.0*eyI%VN+6^Nf"$ZeZUd1R TNK!}҉ YZRF4ɉyCVZ#0M񚽭vPtT-m;}|uTB?$B|hl˙ NL'aIfvgL0Я*vcxV2"7N'.\*&=jER kV) }RBR2*S1g"5DUNY.U̢5*fa]ՎG&8sT8 7'DkBj9^sx!6#2Hɝ>`ӢDT4IW\3aC@f>i,F/K+ˢ?u朐ZhԦ2J.'$STH&79b7fWԄS4*4O*+Byb^ȨaQg%U}&ifrvs%An9r෦k(l5Ez+w(I=s]E)sswG+7J, =wؘo{xp"kNM8EDTTj7Ԡž/$(o;EUF"*XUIPS3E#9c&Lq[Ͻ6qJW&-12MOT.&!QJ5x_3m:a% u͈4&_Vu NZdRù)$.82-245UTj8s6ŀc5a=¢.v881Xw.k|6Oh1WKNM2 ei2$n ѵ2CAht!5VbK!Eσ#[ÖUWl: d'L+|hca}YDETr=9k?xaW8W*Zqy)8ֱ߱ƒj}\='_L?mu 6DgDr5?*9Q ,mˢr!W|IljV ipn,)(LHldD˚ַr;ȋ=:R>M]! "3kQw֝ U"#%ZgX(/o7FY**iyJd))s"N8ʢ&Bk#4 hkS ED: Wt3q^\xcȤ({aUbiJ{9ϥFT浜1g 3b=UH¹gK4)in_zWw[mtP*,CkQ>DDEnWN'Rb^w$S-uZ!6ZEDTϬ <(RӑV<9nSܕ-J^9ʢvpV2mZJΜrqz88U~T{<,5^,DnA(G$ՒʂZ.vž[Pk>E#9/JS-1d!ݜ%[+ cwS RO (o] |J-)fӨSͧQ;1ݕ.W ;svـ"y7|/֞xSVK{* joeAlm} aw>iзl& {'q5=PE HrQ’ħ$3iN ) u͈ʀ @ eM~j< |oeAk?<%R;ճ=-L3 q!ݜ|mg f]n\ @T3;N0ݺ!PͧQ;uD+ؘe@ ,DkTXQk5U* h {oeAˤ{I푡TkrEӲڑ}'ܣ)ڊHqvҘTOڭOVC\;%ec:vҴz*Gprbld`mo0bg*}6҄N_f,SJ~ E|1tO<1tO<1tO ])*S ])*S3xJ~ CJ~ @ ҟ?Pҟ~?P2J~ CJ~ @ ҟ~?Pҟ~?P7<1tO<1tO ])*S ])*S3xJ~ CJ~ @ ҟ~?Pҟ~?P7<1tO<14>N$&|_Iҟ~?P]{ዥ?X ~ዥ?X ~  ])*S ])*S3xJ~ CJ~ @ ҟ~?Pҟ~?P7<1tO<1tO ])*S ])*S3xJ~ CJ~ @ ҟ~?Pҟ~?P7<1tO<1tO ])*S ])*S3xJ~ CJ~ @ ҟ~?Pҟ~?P7<1tO<1tO ])*S ])*S3x|14J-l-(s7*'/@ 5Qvm(0S0Ʈxe} $;PK?(n881OEBPS/httpatomoreillycomsourcemspimages469537.pngPNG  IHDR &cD pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>D0B h҇hij^8ohpx&M$G ZCu]mgO7//0  t'O (io?o^nA>WP 5S9}L`rݚ; Fׯ]Cqus 5SL w Q0 F,O965Djx/2($ؙV# >%fxm\ҡO<  !b$D1P#aw ^,]VSW;r<0,7_ Xuuk= lAڿ ߴm+tnij&XÏ%_fͤ ix`0$AjV%Gp$& YIDQs05 cMAd(`Ϯ9>  A&!$ #2h@Qf$ pstA0.nђQAJ0!Њ҂ #2h@Qs Sg*H(E' 5|DPH0HңGX1+ `Ob󶭣a2@QGQ@vh229Cߣ 3-}y@Ʃ'Q0  Ty&LSBR(Ch 1 4Ϛ9` u@L`Q0 !F(``4ZCQ0 F(h`QP8(r4;"є00` Aas`i@bQ0 F(@ ]q-M:Vk@h4%dpڵ֦f`üfp4T9S@,b2,Fw`Ѻ0F8ۡ! htzQ0 Fv@5(` FkQ0 F(@`Q0 !F(``4ZCQ0 F(h`Q҆sG7ďLɓO9#cprڵĤP هi-xD=i„ id`!XL0L&PD>@k>h hq`󰵩މ>$#8$d4|FVg&X=[@O<  vb(`5@rzQXL=DC kr(ipa! F>yd0!{.`8G1"éz8uk0Rt`<6 @ԯ!>y2i„Ob8}#;A]8om[@0*FO<1qX(Ik(MDGed -G ~:0+Gسk7;iM#2l9zv#KJGl11w@1 Y7WCFF2@p&6Gf; F :B5 Ĥ$` `frY߰q$ hji>z0&5pY:<I-ANp<'%3#< ^6BhVHŰ{.`㱳{taƈ׮óY3$3FD>VXfMPH0IJZFã] *3vNl$-dh@0  2%L:CVѮhzCߣ`Q0 !F(``4ZCQ0 F(h`Qh 1 F(;bQ0 Fv@5(` !fWFȤ1M #@Bƒ< wĨ,0`Q0 Ѐ@Yܭׯ]64Fia4%dm}6T9S@ > *<Ǐ)aCuhJ0@TQ0 F(h`Qh 1 F(;bQ0 Fv@5(` FkQ0 F(@`Q0 !F(``Bu׮YsI CZFϟ>}rqsuus Z_z5U-tK B݊Tf̤ ll![큍,`-jc(rd`|O<v FX(yyK`36kGH8\zͣ1Y`)Yt2tHK KW,dzrtPDծaQ`- .ӿG(``4ZCQ0 F(h`Qh 1 F(;bQ0 Fv@5(` FkQ0 F(@1*+(`4`na@}Q0 F(@ATk+0䊕+Ϥ\o2F2,0xQwdhbQ0 Fv@5(` FkQ0 F(@`Q0 !F(``4ZCQ0 F(h`Qh 1 F(; B Hˀhɓuk@>8$W:$s nL0 k׬y D2  ܞ{.Ȏ\`a,׬uqsMLJ @BR70k`҄qE>>d;rJ MWP0JCF44 `R>k'}?}4#}M-- cX;h0RBBR"`iCMSIgO7P(/)  `b5O2X0ohk`Kqݚh׮]`B h;S $ݻva`| @@+^>9 ($2 6!3@7+a6!}k lUX0E B{ IIpٵ; y#9 nf렐I&pAu]p#0Zl2! lH{ï.$> AKS3eN60k`C*Xzy3`l޶X)B0 ! bԇC7ȰD`8h}Ș0 Bf#2@Ѽ8u>I 'H8` ?݈ځ|5bfKADQ&`l8>`pHd@?N0X4<}4̼(o޶3TċL9 *< )pX!Lhl"XV ׮ Fj4_ L lʍ&,!@Qԍݻvt,)n\G֏Ld0?@vMdk0.nFŏf^s#5HdF] @.Ӎ\.`*# aƑj2X\phGuH^8@= F(;bQ0 Fv@5(` FkQ0 F(@`Q0 !F(``4ZCQ0 F( X[v:hJrx;0y2*)QY^a48F(`s !x`ɓ'!!2ң1Gє0r\f as  5`?~䉓r Foq 1F.8y\`s  FgG(``4ZCQ0 F(h`Qh 1 F(;bQ0 Fv@5(` FkQ0 F(@`Q0 Z ɓ֦fEI&k9#0Y}XUttcJYpMKWX ;8$R, `edY3!E')o43 ڎ2e5f〗wD="b&3Z? ( W,+!e"P]BBp!B&M`|H'2!)ء`u=9DħƧFmk`ۡvidٵҭiX:h8 oL𾊥+Lr2O,F7o ,YP=W77`T ,Vf`J@. ]V5K`Krm4QA$F(0DGD0@%F TȌU# Gj26q !\xawqs~6#%8k` hXvؑ9\$0$ ~ aMuk|>cBbNSwtrFriL]=ݐ>%'>}ZSWK4ܼm+ )Fk'%65@?` w u6kO, ` Ci;GO !2-oz )34Lbf"d+d+̰i8x!Iq*ߏD=-(Gx%T[[)a5Už]e V@Ck`' m'=y:#<}sEn_'Wɓa0G=@Qm h||E<7uu`o@04az`C # @\`z}Z |hd@0 ;?f  hlQ0 F(@`Q0 !F(``4ZCQ0 F(h`Qh 1 F(;bQ0 Fv@5p٧}mPє0$T!<ȓPqPO @@ 1 F( [X 5 9i0\7{)a$ȹjGwdD= GmhJP-0G9 ! @3գ`Q0 !F(``4ZCQ0 F(h`Qh 1 F(;bQ0 Fv@5(` FkQ0 F(@PѬ@'O<rn#޵ԉ|OAIk"FQ00Λ9B!O8nZ,( YC+`OtrH30̟7)8M%@PX:Q3{u]-0׮Yc^ HO`(fwusFhmj6K`r?9>#cd4au)ž]G2`0#gkLHJl: `r4F>k&03!{ÐB3a^`<`w>T P]T:pu؛,g5 j'HZBC1xU aIM  W\ Bbb-ׯ]lNi`c .'VB^1EZ :dX:zym[AUzIl>|V{¯& ?RL#OPf0Sf=<@'b XP/@dICKRIjjiX;{v*B+uk׬>®zq1 hRChiiAj`E: `M{LR[XH)d0zˈإ@YI)^\  :pj/YF3pZb! $0y7GX"5>[!y"hmj8Л wOV,.&md ( mI"PpD!}ǵk䣥l P$a#i=Џ#Ix>!afa<$%bAhԍQ@e0}L`uHk[)G"Fys `7bMH i@Ԭ!Mfbe#`Ml+EGDی'O ؿ ɓ'>0% Pxh0T@Qs y ӭJ6e a n`F:P|Wm@CF( F!F(``4ZCQ0 F(h`Qh 1 F(;bQ0 Fv@5(` FkQ0 F(@1*+0 ukyє0Ff8s`i@bQ0 F(@ {n_uZ]W)a$k׮655Ρ bŐ!DGVhJ`I>N$ FgG(``4ZCQ0 F(h`Qh 1 F(;bQ0 Fv@5(` FkQ0 F(@Q'O֔L0d ŵY`V]W; R8La$@Qs)($^fOA'2d)g`J(+)e~Fa2 F!.n qGpx:bt3ZދFX yAbR0l<@ ['?#ΐ[JG 9 @L%fbh%]& 31C "Ġ*(h>Z'Od`l`ѐV-7OcYH1Z~= 0L0&@C[$@Qg 3Dpt`zZ`5 ;0XXX1B@bRRpf F2KW,ItD 1 F(bУ?$edУ` @kF=m[}`=14~htL(C((` FkQ0 F(@`Q0 !F(``Ĩ,0 `Q0 Ѐ@!F(``] iȎ!z֐* )a`Q0@!F(``4ZCQ0 F(h`Qh 1 F(;bQ0 Fv@5(` FkQ0 F(@`Q0 O` :< 'N OzY3}s` !@C@ѐɠMDSKk󶭣-Q0  *atc}` 9@kF(``4ZCQ0 F(h`Qh 1 F(;bQ0 Fv@5(` FkQ0 F(@ACDGDrBlijܔ`4%d0qbTW Q0 F[X,]|4FhR` ( IENDB`PK?e^^1OEBPS/httpatomoreillycomsourcemspimages469539.pngPNG  IHDR C}K pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVO<Z|S *H0БC# ^>>z:;D:ĉ$/x~4"Q0@1f`-pfbf@'L?o 0ttJ@&L4a"0?'I}gO7w@?~'tt+׮YLTi꘼lyIpAP1)+)pT]WKr 1:f":> Ux;`~`R!)?RDGD@/]&{ij5/A=(I0܄;`mXt`Ƿѐ E!zM8Lb9a=˘ }wgvtϮuvhˮ Y(NyGwɏ?)̛/r`x1foĄK=VuDB,X69H'.1Y(`v$**<t`$G<.ǚGPĴ{n<֬EكW=f*:9 gRȈ9a @&3Z<t6fJE_,J7`|< 3 &%fSj3-2)ׯ]'بi|&d5 O uB3Ca,#A7ӺM|Z+"H!Q@u@LA0 F( 9\uEFhna_4Zz/!-hJDZ.:LD$Md@ h h>~7 3*! )($4+!!h"W Z 0Tu@x >RO7@11oOtY n_=0SbR(ٸ8\ 4$ / szi"@YfI{` Fz:HPۑla]; OTthCIzb@g@J`5/]3c@VzcM\YS=0cMy3TMh~쑡Oـ dFq"B}H b6}`bMBtsHX&/?΍@v6Nq`ݨM07j~ r`K:]ifIENDB`PK?B1OEBPS/httpatomoreillycomsourcemspimages469541.pngPNG  IHDR 2~) pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}`޼ukBkjiW{׮AԻ&$%2l>DLPH0~Tk׬Y0o>:0iOM# -#'P#qLxvdA5W$  z`wp|$ @.Ѓ@֬cBBF.mM#4O%@mA48q 7w.\^VbO"fv;3mD4N (jzIZߤ]PY=>hX.UOu A7Kqr 0]S,wŇT<>< ɃaP>(A轮 B∏S1AJLL84axYIl2`(+ULq`Y"+$TN ֶ@D xv#`Œ#b\˱`Z J@Ӎk GDL LvN~FA0N*PLx4]#"\8ѤED 9i$h S B`J@Z'CxЧbG.nhY20LjSSTt.МP3Z?h u@ihiw0S0DԐոx+i2x 3xWW{' OZzQ $`dq;N)$#1,4C4 :J1oEu]`H6̎x̥}(S&Na@!g@X=ނ)Ӎ@A -RYI􍵂`(a-(3+(GXs/YWk0Axӡ! t> E$x:`2M`c-L&L@ޱ T?wlÓy&1 u7;6`pIڱ 8Tvl %~ G ф01-NIENDB`PK?gj]]1OEBPS/httpatomoreillycomsourcemspimages469543.pngPNG  IHDR_ti pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV ̱gŹD 5KI&|4ѽ<6"3z.H,t̴t`1 xI1  j('O<}$!)itP2v@f 7L@s` FKQ0 Fv@(;aQh0 F(ht``4Z:Q0 b ~? F(@y4v``l;(+8~@ tQ@0@rԝ)4v``4Z:Q0 -F(@` FKQ0 Fv@(;aQh0 F(ht``Ds%w5i׮ijiutF):FOB Y:]ӧOm}ILDdfZ:Q0yDiCkR vHLJbD[_^R iD.nT12C5S.Fxdr C  G%Hr ham7{v;BO 5x-& !eM'#s+ZZC`xEHb`wr9P1 T+ ziChp9 L͘"֬4a"~s !#vix5ͱdfypxKW,&<Nomj?o 1LzIϢ!wu"0磱1EFy {4S R0 Lz~􆋛PqB Aؘ"<:B9 M `_x.8a@_ #~Pp l!2`4̿% I ţ zZg߈Q fx ȸD|h "Bݤ(}cx s--!4Cm#4-GҬͰ#șFcR.@@QtDG ɜtq 929:0@QtpaQ0 |EÐ2vݴ@ FwpQ0 -F(@` FKQ0 Fv@(;aQtFyOMCVq ;׭Y{Qw  h@dSF; (O`ԝZ:TA]ԬUSW;mx5!!A!M @@AK`0$FG;iIH*)htTrQh0 F(ht``4Z:Q0 -F(@` FKQ0 Fv@(; ׯ]]: Ce(@DE*3-ƶy4pG8o;q1z!D^v94޼zddd֎^58@QtF?zjFP _&-#}jtPDQIH$3x{铧k#GPD,˅O5s~-ѓZHIG1lmjFhĎ嚃hw=? x\S|ڵBgA!Q]10 o`4\H+ S \:S]edNHk#R qa"EH:X4 l5C#!s s)7!C@!Ӎ)Bp *,Eڦm[aƤ Ff#&&% != `WP{~l!iEk7`|6dP\sȐ4aOuŐT 7`] Gc5 Zݣiaaqmm[I! ]=|O[f 0'@ú5khG|пB #"+҂O b] -l^C:ynFlJ t8xf .iD!Cas(m7M̓<@ 1` taZ @QtpusClX]\v- %9 /t&uq:ZXKtK?u$i',. 0+Rʅ)\ b8)R ( tb"2b)N^0oHg~)#mih0 hdؽk4:5t@ѤtavG04v|@0zt4{Qh0 F(ht``4Z:Q0 -F(@` FKQ0 Fv@(; ƨvQ0 F+Ѷ(; `AY^7NkڀM Ѷ(;aQh0 F(ht``4Z:Q0 -F(@` FKQ@[`4" + L Gpׯ][0o낦fep`~n]owadXL F ?}%F5k4D<g V*7%2l]54\`I1iV~:%҃\1rӧOy` zyyV`0 %ҁ&8XI}=TS,=G?i„aY:k{46Dz2TDq`-t̴t`?sX6% nQKdt:0UZkn,|vA.f 6v=0{C %2G׮]CA{">tˉ$)B,m?ZBp H@pMJBRU#޵=udPHh -@T+_v,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV%I1̟7ȅei]E !$Ńᐐ8Ǔ'OB6)Ұπ`<Ԉg!)~gnPH}Z:C9:"`A$IqfZ:6=vO5|:pq:Ffoj'I`@Ca; ?pgȅ\D0L`Tt{thςmi41]z <`flx蓴ش4Z:PA~i=p`|V# OEh, J CqgO.WEw%Մ`#8iuɊXF 8v H;@g FhTGHUv:PazCw:!ZFT$ = `6޼њg62@Q퐙$?2>jfa'Gu@MC5K`ѐ86nApHȩbfӧukqFOFF u`pfv͚Z;HF-<:#;4@QsTm^gHo94@``4Z:Q0 -F(@` -M̓|;d>1G-dO sY֭Y;! Ă2?ӡ M@AKAڵkM͚ZZ5F,J֮YBF,0@ لȀԣ԰)xM 4 a QQ0 Fv@(;aQh0 F(ht``4Z:Q0 -F(@` Y:̟7jυnF V:%$%N&t(! ($x41 ]@w .Fhji]vm-9D@dTX: }׮ڂSdhat_=f7bΛ=>3-}]|||=ݮnn PdKTbnab evpk׬)/)e]=4KH5hS#` $%+IFgQ+%L0a>Z^A>u/ jp?os1Doav=Hy!-`X qx>h40!]f I0 vVqA!CVU^ {54`eij;r i|m䧹l9vh}@.``3 \:T񃛀2}L` d$/ts su>& r{Hs  X5%$%B`4CFIXcv3{Ϯ.nPv):64P@ Q '?Ѕ@w](%YNHF<%Mͣ(@O< jk֮Y3tF'mp 6;Czlhy2iDL+dL80ށzLIn V:]?DkA ٞTO<"1";4:*9X5#2 g$2 FdZɓ'jU+:dOQW1ttrEN=Ĉ qMeHjȁZb $))BRQIhhc5#2hsxr>F(;QQ0 Fv@` FKQ0 Fv@(;aQh0 F(ht``4Z:Q0 -F(@` #9dQ0@^A>@F(@1 '?Ѕ@w] 0N 9eam;Q0 -F(@` FKQ0 Fv@(;aQh0 F(ht``4Z:Q0 -F(@` XFɓ'֬~[Py?}[l5O<~;jv^>>a&L ¼cy?}B}B.DbKS3~-ZZZu Kځ1^SW IBnZځ5 bupH4_@,f@ p]'?wDD>X?p0i[z1:"r#'O!ҡX: ?w[`FħC3Zp$,́zq`>$`z# O­= `ߦ9h !e׮]#U;\ Аkt!TM9B]@l;@$J!-#HNF r*$cR[";{v<0!71j"njwC (i!`;u$S3 +5K!z&IF8\{VG۶0}o50} l @́Sp԰<kh{khS>k FG%IRe _^A>7nZ{ 9@,M `o|ȍJZԷBpه( ji@OQ0 FD9 `䉓: ] 2_G DͶh6)=@$1> mO>[2? F( vXf̀`5KيQ0 =` FKQ0 Fv@(;aQh0 F(:gA& >y=eh& Y $GSMC1*@A!!2҃vu4VÓ'OJlX-Gcv! dtfA\`>8`t(t)ء)! d(;aQh0 F(ht``4Z:Q0 -F(@~(r FK4>y.##8z94v4O<)+)-ȗ\GG-FMy]\ᇌ3v ht4׮]3 ,&\Fehw@*:KϻwI"߭4 (uluK4ڵk -s;CBm"8%8҂+I FKt'yy I"=4˛em[Sdݚ5@616`v%LCh?o^+&tHf'!,]Xg $@= xu90Yr'0 HXE%L_JH'FPIDFDY>lE jv8La>exe;+t! $@Yt6]: v#mm]>u"p$ӀmE`L50ALaCv0LϚ b@JNLJ ϴĈ30@-G L|m q 0p Pq$@osm!t@! A(&_DqQ@nZdOGg4a<il@W?,C h0 h ̓8r( F;ށاS3ha yQh0 F(ht``4Z:Q0 -F(@` FKQ0 Fv@(; ƨ!=fQ@W@mQ0 Fv@ ‰nt!Н@C%%LHFC F` FKQ0 Fv@(;aQh0 F(ht``4Z:Q0 -F(@Q\ݸv{4dG8xy]ǧyI--ws0Dú5kwƍ SB^A>WPpĉѢahbn~&`]22)abn&5`ĂO&a{vM< 5k 7A!!y ݀)2iB&O'$%z`âh&Mhna)(A {ݚ5¯k*nmjZ[I` x5k |x`=~s8mM$2mp4]8a I=ȇN2ҁ$0? jߴm+0 S'9AJN:qڵ۶ 1 :Z~IHDBpsS$p ISҵ8%rq /(A!d < $! h}CxXl!z)痮XNJ`:!BL >IXo i &5>8Y3 EL| K#1S'AJ> Lh >YEP2L|Vnb37ѿ , i:dhhQ0@Qt6Hva {5W쌂Q0 = hN8`|8yH XF` ?7 Ѷ(;aQh0 F(ht``4Z:Q0 YsO'Ĝ1 'C"%E e@@D*ozc% I]k׬Yf-~]A!K'M0iD`%wVfiiiA.4jjrG"xfZ:$nڶ0E֭YCbq`H"65ϟ7I߼m+h[=a i] FKt`|Ha`jȁ5tt(.!ttda10v 71Z:`s&0WEQD;!ELa1@耒>cˣ n"|4C Y?m;`, ,!+ B`3X@`UsI吮1׎jzG+h>F$ i"BLz I=}L`/h0AF"O{,p]t'еGmPI QFѶ(>Xf ֑х0C h0 MeslңoaPgG4:g1 F(ht``4Z:Q0 -F(@` FKQ0 Fv@(; zk8 $5S'O!hJi@1FG( 貶Q0 F0|/7"IENDB`PK?pA881OEBPS/httpatomoreillycomsourcemspimages469547.pngPNG  IHDR &cD pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>D0B h҇hij^8ohpx&M$G ZCu]mgO7//0  t'O (io?o^nA>WP 5S9}L`rݚ; Fׯ]Cqus 5SL w Q0 F,O965Dދ GH% FO֭Y;̓j!˷ hQL%< Lgd<_XI&L0`k `r}ʁOeĈ N@TC,7y !}z2,cO&G $ V8p0v&FBv:!x >1"5k`|ArN:+v lF.! +aY^>>x?œHA L֬qqsE.:hϮ{-< Ƀ-C@i^v L0?K`W@ C5\n$tŀ!Lv@31"uky(؇-FJ׀hd@Ck%,_&IPx%q m :L:HضI8c򄉣 BF(iX畕B ;qZ; ? !p*&$tu#H3Rkn`$=۶ɐDB # \vm4d hQ@}>< ԉ` Y@,A0  'Mӧ7; F4ZCM--&Q0 F4:4 F(;bQ0 Fv@5(` FkQ0 F(@Ag'M0 vݚl >y A ;zJbTW Q0 F(h })ɓiјMahJm9]FFFQwdǑy◖*ł4r ΃4$@Q`p :r!:"ãُl"q@KK }"8O T C  k=N8 l)$2 7޼֦f cmbDQpD-~5%iXj]X>Zh<H^ρ Y^R:2Ȟ]! `Қ Fd83S|\;'q32"X@;#0d'`8@6JvM{]0Q0B@tY4 Ĥ$`{BR" c~^ޙib4 E_  }iڍ ^DNX>ItD$ J4,F;#  *2"W{҄!!ø?}7= `YI)FI`hZ  22%&Lr ;{GCy䀓'Nz 1&;(G|zCO  n`lg($=hlQ0 F(@`Q0 !F(``4ZCQ0 F(h`Qh 1 F(;bQ0 Fv@l5kd A ;zJbTW Q0 F(h XA׮ ZZ'_Ҵ0F2 fQ0@1@Ѓ;O?Q U`Cxԝ)4:S= F(;bQ0 Fv@5(` FkQ0 F(@`Q0 !F(``4ZCQ0 F(h`Q M\fͩ' iϟ>m4Gxy!hii'%Ȍˈ&L8 .Q ٨O||| IW @Ԭ!AtDkgO7ry L b`P]W d2A^AAkSy_?0F!5z- FMဗk2* VC]kKW,ǔb`j5ĺ5k=G&(` E@T[4z(` 3@,A]=¯&($88$Ș?oy5j! xZ ކG(ke%O<-OLJ"5L0a҄>wgO7$1EF>}*/)ݽk0~!t0E3:P? VC5`~q9x>0 X=P} N`|M;($~#X@@g 5A ZFh 2 0㺠 r(æg8I/dSdXI4\ ևOJ֖-M͘$`]:tCHt4xX2L_૥EX)H{>H|:Ba 1E|`-Ɓ-M"2.©'!2)0D[HwiWV\,GO/ 9z䈺_6h)iґs'05WS% BJ@Ԝ֖2+d&M`c jڵ=v[X; %r>/'O-# L5X2OF5@T^?B {#@0 NѹX'ICVQ0 Fxv4 FO`Qh 1 F(;bQ0 Fv@5(` FkQ0 F(@`Q0 !F(``Ĩ,0/\vӧOZZ۳i GSHmG' w, ZCQ0 F(XCtO`45Cm5@7M #\v0ܧ' wd . ) n59yL(` FkQ0 F(@`Q0 !F(``4ZCQ0 F(h`Qh 1 F(; TɓO2 0h@NpQ 'O$`PbVVQP2h5&L(/)`TiRL0(N)q} X0o~ x( Ӈ0pus e%գ;G ]h6̛WPفؽkT6\RIrwtqs@ @4&=B91; h0* `L h'N  3J&M8:0r@nA>0!hAz4|FTk`b$!k=J V^@Op ly5h~Q !)puk'?CD !@4_|:JCEj<i7eS I5}L"|ҍ(/)]f d<҃f9/0N0 +@SK > l wb""$0moڶX#BjX@t!=6).La kWк ͋7'GFU0@ DNDbmI˖&;)1E,,c1ad|5k=v ȩR#2@| 8byD'$%ݸvXhB0Ec1 Uv#>y2Zn14\x|5l)|_u]-sqsĈrmkR =>z<$1) +ր~LHJ4ak 2&; ڏħ̰k+$k`Q0̦ 2ARS( Qhw{${ z؍py졻c ռl M@C+M-M:MѺaH `0s !=k`aݚ5|5*mF:Y@,TJ}(=Q@]0~={Q0 Fv@5(` FkQ0 F(@`Q0 !F(``4ZCQ0 F(h`Qt?r~5kGw >y A ;zJbTW Q0 F(h }-f|IpHM4=LM -ǵk 3>}t5ѳh@@k~"'ϑ6疶5hJX ״ ~w9z FgG(``4ZCQ0 F(h`Qh 1 F(;bQ0 Fv@5(` FkQ0 F(@`Q0 Z ɓ֦fEI&kv1 F8yDyI)0 zycJAPj5a5\0C `,0̴txSh f@,2HFFx6|_nnA>0Y}XUttcJYk?  :@)i`0}LHqI`  L  e5f〗wD=ȩ>Λ:Pk /,M mk`BAP >}4.k HHJfݻv]v^[(>? l;TՎ"<:Ĥ=S^R p :"`tr` H lDoڶurusV ՟j[)(vZV0* uypW< ߇֫@7dZbxj$OL5SSK X4\+'\0o0FI@2M ށ!5H^&Ff) H>X40= roz^jhi7xit+GH #v=9ȆASnڶu|_91e =vøpOJ6!i*Sȸ0S$ݾEL h;1b[3Zϑ }J` n1|IĤa?; ` p|3 s`iY Y0<y۷J/ 豧z0l$׮}*[2 b;z9Dr)akjiO<ٽkO>y ``2 ֬s-, {O8Dh`fXd'$HȬ[Xsk׬)/)uus+(vqsLKomj dddv=iD^>>xMd@񠐐abzH+V=L0q,X6Fg$`_b9q=vJQ0@|ر^9X hH[XIF$`zv!"0F BS!bA8!Yx]~%`;1'M`!7@R>y'P<0U0'M -#; 2g!ٙ`  `@b86bbu]mbRVf9Xzy\ya:u$`#CA|֬&-EWPpICB:{A @LElj,. +< h2tuȺ׮G]!߶" @*`iQOb@@Ѥ Vu,)ʁm|xG"$W77AaDzmtr֦f`{X2u T/.m!ֺ Βˁ!`4C wL Bn޶wxfk׬9q3`́\)@|Bjzi4iD 22t1Q& DGv XFmd$)BRfkCB&Op|̂-AR=I6N89}L؄?aaa1 @,-Ft $12cl4:1 F(;bQ0 Fv@5(` FkQ0 F(@`Q0 !F(``4ZCQ0 F(팄A 3׭Y;zIMhJ铧`s  Fey`Q-,ڇ'nیO<  9&і5kdddCŝC=%! O8 , bt>kє0r'傴 OCŝC=%4:S= F(;bQ0 Fv@5(` FkQ0 F(@`Q0 !F(``4ZCQ0 F(&>y-,F@vhpڵO>A2 &,8 3 j!q_^R,(<# 45GGDBZ @Q05kن0R3T@QyV))FHwus6AHp2&1 1j]L=DC'OM Q?Bc`xGz&(/) ٣D؁XfMpHf`r4G$ˆI X@ø_W2PgD1*!GfZ:dڵkr؄!X>{?4`su]-IQ;:XB@6m:ݝ=6wiR1 qW]k N Y7LI#t9jjRfC\õg9?ԁ \TC@_6BH:}`:ݻv#@44 q}Z(NLJT`KW,6eȀIQ $%s.B `D]Dծ]=N8JpDY`jzM$X[ !Q@<~:pYH Dk" j$6mۺ{׮&A|~S~&M D,F#@* =m}!8$oL0nm@dh8 ]@Q0 F(h`Qh 1 F(;bQ0 Fv@5(` FkQ0 F(@`Q0  x>Ȇk{ti FSHP OCŝC=%@1*+(`4`na@,p wk׀MM-}OрFSHas  } ?ATxН'? hFS(*0l!<є a`Qh 1 F(;bQ0 Fv@5(` FkQ0 F(@`Q0 !F(``4ZCQ0 F( TE͈+&1, 9Y3Gh($Rra`iWr?  X { h0_FK!htbP`1!) [, ֮Y3Jhji S0 G ޵ X&E \`-\@cM@~xQb* $ RB%X;(P$2IbBհ;9iLZ=Etd,7ӶX$Od8 $z R+_ˉT wǚrZ Т|i@?c$1H (5Lh9]C+9`tWƠ xvz4),L5kii(8\#j$[d8- /hi`x!{׮&ht|<`[O0KB5Bށ +"kʁPSWKڨP(2En$)FKï'~q랑Mh[$@vTg͔ȍb`0ys#@t* sƂy vD&GHX,7/:"2($؊<^dala q;' kФmlwΩ~`m1 G$ w5,7\`4@LZ>kf^A5k] `AhhQvt?}r8hQ0$@e!!֬;F(N FkQ@' ##3:6= F4:4 F(;bQ0 Fv@5(` FkQ0 F(@1*+0x~Ȁ+1i   ^kF9S4 h 1 F(` ` @ծ$i; ӪVk@k4%dp |](a^SW;K x]1f?ZFSh0htzQ0 Fv@5(` FkQ0 F(@`Q0 !F(``4ZCQ0 F(h`QՆsGFi- (C2"3-F/%0KJ'O67Q0@Q\܀] 2F;# `natr r(`h4Q0 F4ZC:وQ0  .?o_pH'&% ݻv=y1U '+KHhgdHv4Ah&LK@ƞ]ϚUd׮M0铧@W X65 ߴm+Xfͤ ++(2ll! :ADGs(l FGܜ$!..n`z`a:y|ܜQ0 >Vo2c"`zvV x(| n( (5AgO.P>b)2͉۶?AW_,~BBVI{>>%+;@F!F4ZCP`H9jx+̴I&@߇e? Ε!e9P( _Cǝs#`&` &'M7Z Q0@Qxɺ5kB{ܣg(+TJHi5#S5 FDX ˑQ@av&F(CZQ0 F(@`Q0 !F(``4ZCQ0 F(h`Qh 1 F(;bQ0 Fv@&Ll]fUe4)a$O(@Ĩ,0 `80Xbh8  P`} 4esIENDB`PK?c c 5OEBPS/httpatomoreillycomsourcemspimages469549.png.jpgJFIFC     C  Cs" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?i9>~~0bO%~)HA=pGcEW Gp bԋS)spGcEW GUQ(8#1QpU8#1W̿H%g+9|j}zi x6ˍr{k yZ)<G8#1WP+pGcEW GUQ⫸k\_<7 &5,]sl_jCd}M@]Â?c*?j?U<_oQ@]̖oLJ~3xɴ^Ҵy⋩e=u AܾXE,seS?{/7Po/H:~ p bԋS!U }f?GGX_Ć{\H?)_6ʆ"LI(AEP_ Ǐ߯?_FVcNJw@oE?eoS|cKgP|,seS?{C"{/i?_ k>vSie_[&c"= ;;}O(/GST?1E۹8OQ(/GSU Q_sƨ|\~Q_sƫ#g{ i_گnn?ڟuQ_sƫ( j׼'k/x:C}]Z1$$`g?y=O\$TO( 1R-N߯??C"{wR?4oOx;S-XZ4ypC:nhgf~/ G/O O,iYZGC:gvfc1'$Edmov5Ik#|pñMPA5A8?&y Ʊ4Q@Y< GIcX?R?H7;$Edzw[G;/xYu-FP/igY$rYݘ,I$Iɢ(3{PK?lВ1OEBPS/httpatomoreillycomsourcemspimages469551.pngPNG  IHDRDyl pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>>7 r;l` c4[Xtt[f 0䩕Ё F:>@o RZoI F(Xkji65CihZ ]bLtD$;@Q0{L?@ڽkW|` unZjB!I&L0]m`3X:,:0M$>440EF+'} !T`Bgg&w`nLK$w* @j A܉)2 >wus&w`-h,@Ѫ\ۧN@wCPLQ@!9y rs ׀)).Lj ΛbV /5 hV;,s ?}sĝl@kHkXi8C4  Ag`K24ֱL!;M`P*ht.i@i}@i}@i}@i}@i}@i}@篏-,h\#篏h\#hZ#hZ#hZ#hZ#hZ#hZ#hZ#hZ#hZ֮YS^R:tgA_xfej&M@-4C4!!A!9kfjjiRr @uӧO222@\h߳k7V'OM =*= {3"\\)7 y> u`شm+0BAƯ+ pvĤ$W76Hߨ+C@$& 1Lِ$_f-Бw:ĕ}@/hhiI #G]퓑'0cT1 ֵ"Xf D6ZZ(.\\ uj @l@l8u⤙9Zyu  ߽k'׮U<@Nb_zp ?!>!)ցE;0- u3B%sD;%փ3) LR?، wT ֢@7;=,ԩxv)@9bR F@JHSXMӧO"\I=ׯ]GZ"*4PC֦fq e.V9Ėf`Zrq%xmޡQ dA`. >h> )@Q0R@Q0R@Q0R@Q0R@Q0R@Q0R@A[lvAԧ|֬ppri i}~{0!rիT} @!kIENDB`PK?u1OEBPS/httpatomoreillycomsourcemspimages469553.pngPNG  IHDRM[ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVȃvnC`0i4F( F(h>`` @|h4Q0@Q0 ? `]ׯ]㳰oF 4ZF'_/o WP7i0~XVQP2h5&L(/)`.|0`kii@Gds W7W`3 e%\5Uסh}>]eĤ0!A?on4#׭Y;Zجl;kTL4# ~䉟 \\2 ]X-7co"FdW7ΞHϚ x4z ~52 02ޠx@.;؂+j!RbD܀IX+M۶4L` ?`F=ryG-hpہTxdϮD WӀ590A@*6 QQ@+kji0ȁ'Ĉ ?<؄*`dF=ճw^}@l.YXw}'"L0mttGbګ#3ꁠHvtSLts`fx$?c=1:#WS>_$'MWP]vm@?R}8 F FPSW Bf搅q``"j @(`M+.]'3 F4G( F(h>`` @|h4Q0@Aϟ>yB+F&Xf 1~I9ݔmxq%`a X@\FFfBlʊvОsg}Y9ona>kFw^Ao`>W22\7\#XV&8F75`C`4:7 F4G( F(h>`` @|h4Q0@Q0 ?܃ —a]Pyt}˰nii4k_6i׮#10oPM yF7H_ n@ZZ`RM\KK XGnmj>k&D FQ0  f`gr AQϟ7oϮ@[/"NBB ب//)50E&|{.`1K=L|>1o;|>b54iw@ |kp6d(!`dF'M`i|O.u@ |>OHJ /0EF#3-;{e\tD$:@ |.]Ӏ=HcGKW,';1juoD,jǰ؋UFdLT~o#1n\l3Ps yABrO<5z߰ ؁Y':A _kgY̛:zS0O<ٽkhi7&k׮A\ܨ5@|0f22b~t%ܰrm@ F FK&F 2`)Toh|h4Q0@Q0 ?|> F4G( F(t^ӧO!Q{ړ铧r4)? bhQ0 9Xb9@As>>UȻk}222#fW {D~J h>X7 H* @v>iĠѳw(eMuH@p` @|h4Q0@Q0 ?|> F4G( F(h>`=7jp%ӣGx 0!τ"|ЁfȽ@`|#=}șޣ`X`,f$ zyC|p`Az5@Rz40h 9L39LFm[H&.||𭲣A1իjāu{^A>-|>4aY{d!!X8Bt4;4a">zo69A?vG~ [,G<=< X KK 0`+M_GQ I9T2ND @,!zyC*۶# r4d)>k>ۓ'Ok׮ 򫥩KˏQ z`L9C+XxъV#} o#012F`MLh+)g s l`'$%[ j@ϑHµSwbĤ$`5y'6(rbCPhU:& >؋8b 6 ,HCAR+z˻tUSWKMbH9 ]=.jkS30ij@ q8AI/xE_v2l `9CNR&$U^>2ҁ ǡ3%#1 F .0iM-M 4  DyFof7[%e S'@|p\xJFMJf)@`` @|h4Q0@Q0 ?|> F4G( F?`+h}> F]=  yg)nA h}> F4G( F(h>`` @|h4Q0@Q0 ?|> F4z>{edNkGc aˌެ808qZZ8 FAo\XQ360m^>>9@G0}Sמ[Xs>0Ʃx,@'%Ix ]&,iC2hp A!hWM90qTl >Wȝa LO ~q2YKJM0jw365Po%<$!ȗ~b22j҄ 4R<07@Y`}L40iV`c.0 T<0F00B@vPۇE61uix0MX\N0Gh``TGjHH7ux%9bNթn:jtI#R)4yr(r%&L;3h`չK_?}h^Ap=%($.]js8CZFPV0ZI:kv300߽kX}x6@ x;Il8I5M-Ĥ$0Q@v7 I]4:6``DD&H-6|<-ImksU ,Xh>t!slY0xP <;8ïJjxPԚQ]7A|R"r ZqoV*=3-ScR}p F`;.(fX{ @Q0 ?|> F4G( F(h>`` @y55A!hijY O`g>}f s|z4(C(ǏJ`4 9ΒIENDB`PK?5++1OEBPS/httpatomoreillycomsourcemspimages469555.pngPNG  IHDR\a pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVyrĉѰ`@@@:KW,lij~ZM]hQw'@BAZFb4hI`M 4[`d@(h0 F(@4Z(Q0 P@ `@(h0 F(@4Z(Q0 P@ OyB@P֟>`GE+htJr2gRA3GW7 >} iOA  @(CЧ`@(h0 F(@4Z(Q0 P@ `@(tJrBz5T?kCƒ<c '"`@vF(( 6Q@]$461"# @ =O`@Ş lHCSd.pYL [ Q gS?1"# @ fp3arh {lJ@HcHGˠu`r<$R`k0  XIàO̐)0ށu#0!*"@0Ây.}؉r{:@ F`G"(B݃ 7N0q 2߉ pڵ'NN5>L@_S1=F`RHLJ  ȃ]=$@ Clr[!Q)%O&qy]'O@;R.]<xRmHĺXIPwU+@ ` p -h0 F(@4Z(Q0 P@ `@(h0 F(@4Z(Q0 P@A$׭YCp#( ;y8$֐=@@B g]P)p$n`rC%P =vmF:; qDO>w0&^Z@(wu,#ٴMp 溡4 ,-8'O>UBah`]9yĀmC5y$CBe @)Q0d @l;P-0ؽk # ]f-2xyI)_gO7ό)n͚k7'taNX4aPcWOpd ~>1|PF9җzX%B.'Ot; Q 2]UɓR|X"@t nx:">/7~fe2>h Qt1"dF!3HaE4 `K471Edd @B0`yC1zyG `, tT Sw2tc-ab G 0lZ8~h;#hd(0)7jΝrksc @C @zţ3#ۿ&LXf Z bKCOiHA[2 54'MvZW7Wpb7Di4Z( 0Z x{>}iPx-F(vg(h0 F(@4Z(Q0 P@ `@(t'CB.࿊8҄17 F(`F hKAFFf880`U`-4FwA+ Lߝ@@A ap"윏 #"4 ,y2сQ0 F BaQhP`-F(( F !k޵knQ@ @P#'B2FכZ=Oa(iGC؛m Q@ @2_[? XX0osFB2x)mna_QGha`!h0B r;~@$Ba!]e [g4Z(Q0@gO7(/)=I`/gh0 FP{@` 1`naqHHJKBYf w "@O‡L+%R(F7tc`͍@ Ci7nZD As<a45,DG`XJ a"_!Ik@6|]!"O`lCDF5$CFcn Ps6 ̓A*dF䉓9uXz F;}2Qӽ`|`L `+YҺ#az\`>|an)dݚ@FBR"Q Qk 1=EH } II,4mi 44f5y/1IQL]C@wڥEJ3 42 F Q0 ^@@h`-F(( F Q0 F BaQhP`-F(( F Q0 F BaQqbQ0 F[XhKaQy51ȁ"P8rx xQ@E X`ߝ@@F(( F Q0 F BaQhP`-F(( F Q0 F BaQh8>}&F/M4Z( r|hhLD>>^ȥj- \hg`H'O5[۶R-F(5uh̛,T F Q0 ܖ,&`ˑZU(޵)i O]*##^0o9<0EF $)FKKXE4&̴tz5 Ql=0cm[1vZw5"`ȶ<ǔxŘi SdD&+S/4)߈p n(93-Q!4a"d  *W[D6Ak88$(93-Qa ؂P >@nU~:3vv42c)2\LK H:wxŘi SdF7d햫hDUY6H D+81E%Xf=5J$Ř7t;3ҁdWO7Pd+UA4a`k ` (Yu(YJ F]0dAPH l\jtd`e`<`ɓhdXZH-ɺ#FU-̩81 @(Cb+1Q0 F BaQhP`-F(( F Q0 F BaQhP`S Z)0uk֞0 NY(%04 P= a3 d:^ A q@@}?Y dyHk6JHJYKw@񗏚ZT Pv e$dv`HCA9 K{v- XJBbL3<0!Kckz(]0_Y^ab?~} C}be'N0mtqs} Lԍ}-F,={&+,-=vA.g"}T?K` Ɏutr`!:"]H-F(@SK X.e%r@݇Q0 vX.@}QL-F(4}`-F(( F Q0 F  Sm`-dE P%f#`p'~Q0 F(0 hKAFFfPڵC`-4Ɓm=sF2Z(PqC(E؁QDGDB]:MFߝ@@4Q0 P@ `@(h0 F(@4Z(Q0 P@ `@(C O:hP`'N@V!?}@E* FS2m50>xnn; a@-! _6i #8$xϮ6[F`3!3-kXf7Nam) %LJtt?xyѐ!X̟7";kשx0@0!wPPVR:vK;@kPq3@ C+js73P؄v"u2@ d €l%؆dݻvl{80 bh9E姺bfb;ۤ  r3@ XY3w >LL%^vm[\• Ȇ@k`姺b K-6z6!)i^O\J@}@-NF9R:@ X/҂i|3+L[jkr FXTUOai/Ph=ݮ\H:XO3!`m,F3 ɐcҶ\l.V5Vk׬y f2>y$058@V( 1"',a -W Z(u$X45 $kukPq@NIn0deyT_> ?b |D6C ~4FxBr,e,zBaȀsGD F`@(h0 F(@4Z(Q0 P@ `@(h0 F(@]n͚|h>3yt%d1ۺ; 0?RK,7T@A axpH: F5u;hQ|:ĝ@@A i`-Lɀv!>I&ahKaA12;H>>DꮀBa!ɶO0i-F(J\`\ F Q0 fo`eD16OBR"{5k |b*|-<:'pqsmiuMHJd%Z@+ [1nvQ@Ba xNX.CXM5SQDW!Q@6\ , 5kfZ:u  2qYQ0 (v#eddut )=Pw'^;Zhxv&;8`0qqbO`s b,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV34kkQ0`2z\Y2mvj xԼv;%{nA>|(`}@'%B~-^G(I*`ItIfZZZHd5ZZ]=ݐU@l\ wx E*- hx` ^ p,Y )R1I&gan F^G(xRŨH2B \Ξn6 ,(j}g0: ,[1R-́$Ŀ$m$a򄉹kT FQ0 F2zkT#(í;Sud R4:@` + l9N5H޸vr3!~RG u kXnmj&(@@(êxe@SQ"u44ZQ@'id0ĵmh<4q҄DvՉH~@MH`5hIes':T j^` '@KΞnK=*p- Z pvth: F\9^IȸѴEIpXԎ4ZQ@Xf !hwK[[ "}õC@B-^G(~ [f-} *@ݻve0d-^G( 쀬*4̀+j5\;/u V,`4:cN<E-1õhW؇C+=|@`XG V*6c޵ M  O\Mu .` +8$lmІkyHgȖ<`  FQ0 F Wvqm,4cI=n&`a ?ob@;J FQ`<ʀ4 LKG;tx.&1M Bv]}'h: Fsh`m/0Y攻-!)tݚ!b6hx7_[(5u`ZXJHCHez`9 lc*u f(9qX̺5k&lJ(-XG a0/22TCOp̞]@(s4 @5ó FQ0Zd{KJVh!{# 2 Fh: #T^R ,g H/G7_4Z[Jw=~Yy&O8j ,u +0G` @(2AG Q0@~9wiV{F4Zt'!O>޵֗v`0-^G5rfA$+ͣ{( F`PTպAVAzy)d7֦f[<ׇQ@g@F{1RXoH8 hu l|||OblHnvq۠u?%  Ĥ\h̎Z-^Gqx=CnQ@@( 0EҹKn1ZȎ-^GzWmyC:U`8t-0L5M @p(t!v qc G{ĴXj|d-VW0w }W  F"2Da;yGw" XXX/^@#^H h: @*sHksXΧN |*݊&̴tȐ(0ISFDN0[!4ZPBzl%݉@ @\"0x hx-[GBv` X6,,{FMQ4Ze+9yVM]-A@`ɓM ,I$==9"s s`@!w? f\ Y L2-^GO GkHl*/)6 ~`Cm X6iX_ <`҄ 0-^GѲ [x~l%m!g  ~`(SVBf\!m4Ze+u̝fwP3 d}` 4Ze+ Y4@nLrw!IIH Fj=!)a/9Q?r94d;Sf_ RG h: hҖ5V)T6i„I&b t -I^L3@@h:Z<= g ^Rw u-^GQ@ev[qA3(S@*@e(2zZq=B`pсT-^GQ@eyVY{H{@O@GK̩0ZcϛP  OJHul4І1HKm/ցk׬ ulV,)a"\e FѲu p}MyҚ RжBZJ,R@{-[Gw_/o 8rqt FѲu P^Rv`z`24a+U%h:Za+ ?;($EpN FѲuO :@18S20A.Xa= FѲuBR`Y @.> FѲuZ\õ1õȗv@9/hx` Ѳu FZ`6i1k!3u/;Sg˽Pon t<@h: F4p ʀAژH4p1-U.]Dnh?}Lq -^GQ0 8 {G]UF`ht֐/[![GQ0D0[|F|=t_/o`sd -#C-g4Z4Ѳu jmjF> eڍv 6;x=i4:t lnI\#4P,Iw5h@ѲupCU`_KKKJFHJehx-[G(e+0#hr6'8@7_h:ZQ00yq }LK,֖ F(dH\@ÿ{.-Cؔ6(CpnM͐vkȂ!WŽaGnZ`3d_?'LvZPH01.а-^_u=D``I qb LjiAX5iH @óx4a֝( y:s `ycPR\޵ R O5 M+\;*i h)*Ck^ k Q0KX \6mۊK|^@e|n̴tX0ކo͇``8]u]- ed 2 T @íx]by^h~-aGp*RS' <-$1M%Zg ء 4܊W` 2Vé\3?}9 "_Ik uݚh=$`@Aƈ!]\$@ɀ [ ?/o`\;ȕ P-%(e@\3TR 4oAR#X@5V65۪tӶò:ZŽeݻvEQ4j`@ 8:DqQ@g "cPX@çxJ %KbRȬ*GKؑ 0/sT/ !#6:GK n\OJ kmTR PX@dO2Ϛ9t©FaG&v#!Xt ugF&az-W-[G۰>8DXF9\6:CE]@áx4a05ksGK `(\Ks!_Z`}|'O45,OXFCN50 ;3TD9!_ CK1HH~:P8_}"bcH &O`\ y*jh ;] %) П`;-W >f d'$%j;P/t3NxT_*+M@ _e5$B@CxjZ m< ?!~^B~܄+ KF 4W` Le(`$X9Qԇmay MQR79w`44TWH&`C Ӣ%VdG sR-b@ $lOdqPRa!`nZ`2i؎f^A>%kF7hH:ytX7hQO0kӕav@PHW, !é22& =S@ utX`^sO,k`\c}[ X::,0Z΂uy ͇/&L_Z<R,|fQK9sł7d[Nz@ utXjxz ܝAPk>0g'L-U͝,D?? (?~޵WGTfj{kH2v܉UMTxǏ46A2~,@_@,p)!zρ\= H U`` K*v! Cz YA۽F6f/'>q![ۼm+V4dW>%,}%bV=b19$^>> 9Q V`@u4UN02 Ąf)ZXAbRN:`n\.%# lbK 4av`9dL]=J >`$-#cljh^B}e.`#e`2֑1U6FLD$HPX;4؋a/a!%~#`vHGOh[<*$@ĺ XynRJvQ@$H DxGB9 kW77`-X_/[iX&@"kݚȩҀd@/^hP,~Hݠ5@%,xO.7p*XF( I`! -# 9cpiQ y\X;:;8?shl%@+y9<\G'M0Z+ b .Cf0H F.h^pQ@j.@-XGH{54>MhAN> 45kii[le/=r *@zI2F"i -#CpHHg+`_/=vuif[U5kFn@̙gF(`q| d,͸ï``[Xh2`c0BX@Kd6FOtCmkSNBY22ZZZR2@RQTR[X?}Xb ڞ 9#r@hC% ̐D ىA,= 'HKZKXXG"/S._j =z(9t9 9XSV-䘘Q@k@3Qv7T` hRC.+l(-dkj[5`QlTHR؀(N40$ @@T+^GF( XP e ୙4D-|@c|R] d/@9j(p,[!j0<[ yEa4YȆ& lRh#uvmM0%ia: Fd|7V,ve3Q.`6k #@6IGw`Q}^Hi z߭]]W 0MW\MWxTcpʐ9`alT 4\*HHJp*TD+l``)KA0ih!K;c@,dMT`KZ! e+ 974Di:<`Č Q XAϟ>_\m[e)e l[X#`M -M5k hm^2}t (*^!3@9``mTz8̅LS.`y lBNX .7ҧ1XGcB@`d0ϣyHP+(׵khii;h `yPsu@1!u%Q> F(,50'文D@&B̥Q0 F( @s! 445 `USWK+M3h+I`ȱZZZX7 pT}Q0 _αV`|t%(`xzx~$%ZF(x4ӇG R @ا 7(`ϟ>%&%R@X^'Mlw(` {l۰ZZKHB/^z|f6]G(l@L`Q@ @Lh+Ѡ`J@!'O@V 3kG(`B-,LQ0 F( x?o'FF(Z y{(` !@LaO>[XM; F(l@L`Q@ @La#`*bJHJSkShpQ0 F@1֮Y3U`4Ԃq(`P$ BkQ0 F +|`4\F(B@MC`Q@E@('fQ0 F@ GF(B@in]; F(rS,vXeFhQ0 *C ؽkWfZ:yVM-``d|5d7 NQ0 F(ȠVKKKW,+j !Q0 F(xxls בxo44au6(` ȍQ0 ;ݐd}UO hе!!ȓUBp|CWG2` LC-s sHOHER v]FCKv'3}p@Lu'L|hQ0 (ri ,XhQtD$W geXH&$% V6 &>Ы@C`xsfXeE\Y5T2 c nx@L臬"F(@ o ,|7m  R^b9@[ -Qx1@1mt`Q@kOv!]۶,4!=o[6 ڀٳk7% a4Q0 m'N:qX BNv4Z >@ t@a u]*Q0 FXwB+Rœ93ҁ ϚI>AlbÏ'||nyp5DBZ0a҄ d-Q0 F(@8#H'Y ,O ERϛ_lҡ-{ H+^6΁h`)В* ]  ZC+@ÃddQ0dIp*8$6Q]\/+KJVzNOQ+#G(xf0pH+.ut`Q@ Ո "x"`d3Tatut`AՊlmjat,>y,B)f\\1'G+8>G( +1X)Oy(B&<3T驡8OO@,h(΄5` ̴"/w3T`#sl@^y#m Q0 _fL0)G=^F{ 3T**bPnA>F ܞQ0 g }d߸vl)"&0֐l;:CE;@& KjQ0 FVx'yX>8(|*0fa*bFY@Nxϝ6` o܅iQܰsE0 Y0)BSFF(@ׯ]P+k(@N,̛(=[<@,^!1 -۶l` %J]eh if&;lRwA:a .r V` ;`dIS Mu@/^GFk׬!GMû́Y|$/? C`dkkBRbBR0utД!}[@Ѥx"#`ؑSb,?wmc5: P (ApH@Ѫx"#`` ,#ni7~?/o] WxЌ= e` (>Zb6KY~A(lN Ҳ |5@Ѱxe {7 FP/X̛`|H, r ;` nU< HYe6@-^GUB}``h@<@ZFi` ,d5gp@-^GFh: vL.X o_4N:D`6ZtM4`hI&8N0tr h\`ԜyRkL\L@톜r6 F K+}0Zҿn#XtBZxZt  H53-mh XH ԟ
“ia@geee)ăBB> l>}dݚ'O}J`i08>DQ2`7 6g ؜+(bW@X@CnZ i%FXHOv yuMÐBܥyˇ2llQ0@ خ-m"nH^8  6, eXKH6Fw *^[@m[n U)`|m';G Q0P WmXVF X>f G Q0P ]::D0) 诅#>2 h h -:Ƴ~MЭ`"x}NqϮ/֬r!@@ "fM۶@p fK6($d4ɍe+`[y;4h]liCѸ39lEnBҒ,d!GpQ,IVH~@ +4Ku]-M;e+d=ﬥZy(~ u LTO&*XhPC[BV@fedFJBvs#pi`i dh҄ `HSe1Qb lٵЁ~tVL׈/Y0Bh:`,DU9JHb])xId}@L?!vh$> "Hh@LK=RnT8KaFР8?EfggMy,[G8w葲`6`߼,M.+(?p@G@ W85Q0Z@lNv.S{Ο72@CxuWEehJBnedFCT*SL-<`82뎹RB67А)^`u@8rx4MHJĬ!pX@Z ,,,,,!+.O>x X" ̴t`\Ch(Ce 9³x4 UVץc] ) l`lU0!Moj--Dȸ<@ ut`lB,C r* T`dnZ@c|}]|C1+^h: Y/aBT U`[jtz+0yy}pO!_%f X̖@ v2?ZByO'2QO0OIKK R{RH dʀ4gi!"Ѳn=KX@{ 1>yD`Ž*#uwnA] cF{e+}0Y)[!/d,B4emL`<1x_@T 'o u+d21:"X?Di׌a5n;SH> ,RzdCeI`W3kt,d9L'O!s-{ĔT}bҮ-CĔulj|B+T__0o~BR">E)H" !zx:eZ>$ڐ+mHFV*ڃt Fqe* @.#88gcR:x%9:2@ P#x7h: 1\YF-J@׮]:>:A<P2&hfl-^`ko;MتXbi&h: }(< X^'Nz hCeHM͐6brv$S۳2X'%R~p-I O\!Ѳu8btaU2fC.iv``kV E@íxƫ7"2Z K["WB&Jz(Na͝,`cȉm>~85W De%G(dpbTx$0R@X*|իp @A (@í6D0}&BÎ[Gp7lõhW 7xtmfZ:|1@ >D6< ph: p-޵ TnAJJ8%d,^QY4Z2\ %ZnA7c8ͪv+ъ|@ X̛ӎѲu cY] z9E Xa|PLţw&$%޵ a1[z"e(@v(Ȭ=卶L`naNEl̒ ߄z a1 OZGj`[O89i„u'd4؎\:@í L̏X mX`6`'`֤wIHIiڜK^[@ v;2F`o\>ZQ0OM%M-MH1Jds HӱPr_VVR<:tg&ѲuTn agHaW\H`*1V3@1 {k0͐-[G(`5&Ll3LKG/<8 dkh݂nngMͣ` !@#x`zɡre7lQ0 FYP-[G( F`l`h:ZQ0 he4R 8qB ׮]#ѲuahxM%'Olskl`8-^> ?LEAR>Be(# hJ4$Ѳuhr---KeC\Ѳua hBm`Ɏ` W@ ΐ jjGQ0 u̴as](ho\_ *+br( %(XVLhQ0@T v.%h ; F4:8@Mv͚uk¹5u$ 2`-^cw`t^Q0@^G۰`'ON8g;<-^GKQ0 FiX&0cJĤ$)%4Z` xnmj?o0n޶"@cÎQ0 Zٺ{.` ̪g̈́ hu ; F( @u!!8 $6Q]\h)I6uTu RBSG@%(RgF,uv %k׬Y0oO'O I`<g\FT4@`ӆFK 1Q5.]$)RqPl<hĬa Ȧ= c!e+׮G"gPF  F[mQ0n`=dP=?p0Vv Tx::CE6hv r luB%>& ,QQ2::CE @h ; } z>P ^؝ BkQ -Mlo4TBGghx-aG 9!`BCg1:8Fd!p-@g/ ^, h:ZŽ*`~ .9 k,qnZ,# ૨'Oy @FE.]@C&& )`tntsl&dI@EAHypChh˰F hx-aGIzt([!X Gå/^k<+^I:e$-^GKQ@}; Le""a╌mpc!_q4ZXM02Mϲ^.7o?dS>uk@%h KXР-OE;lB?ke\91-^GK  \B.gጼY|/?u-ad҄2)ZgllGZSwy'+7171h:ZŽ/XBa(_~jϚ9؆t>*+)6$Щ@%h K^0n )p@9m|3PRh: FKXOt6'VԢ-?@fH66G>ܲM۶@(-a Czl т*]l<Ж1p|>dVfPd@1744(Ғ\f[5=3cɣKDEE }|}33/șaO4XP `8|𐽽=O^8( @GxW@ X!/&BzRv":qd@0ʐO (?93t^>^H Hh: qтuǣ`y'N@(6lO:!7:kk!U4Bf7{C#FB`c YM,O 9WP0Z]K ˛2H;mmHYIm,%kׁr>xZ0opoՇx-`@.Fd9F&ĀlT$*@Nm $'$%_vݻ[7oYf-F$ׯ_m.ϟ>GEG#(`NQ@aYf͞]!\`: FQ0IF Q@2\ lV [VR $uBvY݊n^h: Fzwo9 `!|([ ii`) 2EF% ڎy%08]iV@``ϙ'Lܒ8Zҹ3GҔL(1~i+6V*d6,  FfQfc`VfT`c1/ s3ڽk0.KJGE`< 8y$vin@2@(`ۛ"8 ׵ȥ4UϚ71hQ0 @.]2zF -B9bg9(s sNQB k\U,|jH($`X@Cu;ݧN2 WOI* sj ZϛY<@($P/\F' [ur]~`u/WLK,RRnڶ FQ0 hX3Xb[p$z5&`a,R,̵࣮R &1) ƒa#E#,W h: F ٵk֔Bʎ[BR!E*@k F: XK ֬) FQ0 S{ FX@8rx3 c,`E*Ѐj,gA֊t*,@`P|,f?`vR=,ʬ!hx~,KXNO<I6i4F@*:hx&M9`-v;i rPdyMT,)H FQ0  G~6';{ޖۼm+8E'Ԧ@4kk7]orP]0ol'&%-C~ h)TLP2:@`Px%Xؙn$FmLD`O H6Tzd>$k!5uKEAiwe B= h@7޵H (4=-06/Pz@IH"uSM h|`\4ϟ7$@3uh: FydܕAy)dP rE, 44G4:: Fp53-XBjBu1&E-d4XԎNphx`R+%_ceo&@.ς%jGg4ZQ0|y&O( XBuϪ́!`=R`th: FVZ.цkFk@`p-@(j g<õv̴!Z:h: F( ?\Ep d^ۃh: F(9?\ /jцk!Kf3`1ykQΞnd/h: F(+?\ .j!õ^ e+<@.4|񢋛+r+ FQ0 F@Pxk0xނ{Ec {ސh: F(,p-Z#BցlluQ0n\ EL -#CuQ0 u @SK y1Z 'Oyy t\ki4G(sЃW7t!tr ,a[& F$` :\Nүp;9p5k+e%WF(`-HaJ.`1uQ-&9 f,L@`Q@X0ѱQ0 F( \؅soA^@c`Q@i,`O>-]Y@Q0 F9rSfZZZhsn4ZQ0 FEɓ'h@Q0 FEmGֵk֠I(`̛wIihRGPIENDB`PK?j΄1OEBPS/httpatomoreillycomsourcemspimages469559.pngPNG  IHDR:o_u pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV3ێݡ(ڴz|h9.!6Wظ 7جؐb6`V#fwEP>cřc)&g/0cum`BQPk*.< ᎛ $Vc: 4Xj6g-X 3,啂'NA;vكyNx]bmjžr= Byl8Hſ۶Z<̳,T9[1W(= Ko5V{`IX03*!({(v8N/8ku41@G(jb(.xB"tRIs³4q]b@K@Q"zKIJX|(1+dTD'pJ\JPEf^Y $z=Tg|/l 1!3%]܌wfd \> ZUȏNH̕VuIiEiTn bX%3 A]C~b]/b^)f;k GS6h΃Lou:XO @A;DuξB az- _-YbOⷵ٢C!LJ<ݪ[Y KR ˱ >P"J簣b*0`"Om+?URDdR;"\~@|^y3D "ȑwח?,AzKjeccȣ8{|kHalM0xOO=ym1M&B)NLlJ9@\L ThmiDbSΟV3:⊽e/ak"4qʎrI#!8Z7u]`^W;~Z \9^(\J/Y>, @M孻Ɯ>}.YzҌ׆B&*/zG69RF{ROFje Ns2ʕkOmh)ǎrA J]Yt+|< xn{  ZzJ^/W a]/q$ײ!Ga; 5ۂ/քyw=$QjHSvPKn|ƣ1o0NbP Q®D#Suu7mH`߭xd}F0^>  0v%D$8Ux)c>.~}"8F_׷k-;xlem(ɛDS;?d,G ~] ҟŠ QϚۤA_G\D#]CW_W߼BE+OcE`0)ԦSy8.!dd'-,^BUD$WLbAOl-ֳ`Å> 3{=e6C!H &.!;w-v0 @b_GHWf=nfaMb5%Vd¬rinEֽ'BIۭμD:[sjؽZ)I1Ї ~Z[mE[Zm8\dUwnFG` DZSK8[@{5ҨyfiF+0 i Me0cץ3ꏡvF./ C@C5%-m8gz/-OЎ~U^W)g hQ~/#9apy &P*knlkW٫xF0UqKNjzQGX{iZ K+<?m80E/M񤯑x|dB85ʤc{vkriUBKd4%גJYPjWM' ? k>6 䅠Je-",|ORG)M57X] 9zm4$.x[f=vrRc @0p4W!pRO¥C9>S#dŨ3@_,4F@ܓ_3]V/"0VJUďC(E?t@'zyfnaM[p#"ؖ*f38yߙ0`Y$A6b/K,XrڝCrkJ'Tؠ*@R1nLY6oi$rigAy3(ls&;8"^\M$J%beJCEo2ElG7 @ 0+t Or"03F! q$r~) 9:<3b _ƒ%1O{y> ׄy< IYe/Q4Ǣ ZF(DӼ lp)Z51Z-l*(芲4xe֌a[ΰwn8An'Tdf0ʤ=<τ&Y3qN!0,93L7"R_in)0 za_ I;T")%~q<Z-qMŁU>&a;tJءc][hٝ,ӌj%K s_8[`[to lt6A/~1Y:D9W >?Cy mD bQ,o`3@?I3CHZé)c'0FnRB Лi" cC}[M*!ؕE{JRMťeeZWkA4|Q @ Q< ^`Y+&g$wg5c KھBN5Gٌw՚=d9qRJ۹!55ڮb UtbwD+gPo^я4s mrj{a(u-s˃!CgB]Hrm.)P OB`A]t!‚<}K&,RiAh~^4fvLu=ܓAvy b=(Qҡ1= I4V,Jyi[5۾C|Ԥ @Ɲ@ @6|x.[&&Ӎ.p|lYCQTG\Uу<$΀=t -9G0e8P{9> \9Ʌ};6eEFW*T姒J.[(Xrѹ+#ҹLY| g)!3֓8!]nQLrA2hb7#I6PU> 2,_Q &V~<~u@`+Vt7RڝT*kQNk:mQsK[^;Ha(B8IҤϷ*p fB(%Uxs# 㬐 *YSCUFf=H #vn+=c i`Z۫:sBYC-bV>T )NMcRf4F}M 4Sɚ~rU%-0*};hM"wKڲF˸Ujx%b8u ur ,5;._0y_^wIKy,nR9H @V=ۍ\6]1z-ҀR~26p꟱,J&EK i˜ksH9=@3X gJA<<62_El|6$}?D l VnN7R, w˘Ese0eȖt56<9X~u)1 Za`R6IS5&GQB<]mz5{ ma*oo19}r "F!9HOSLXaVpl!:SXp&dD wM>~/x_S"7M { Ra_aPB:*ݒH@)KЂŚlퟸLwR$*q ۭkld8kONTb{ X2rRRE״pd1 0 PzKwҭPRbdű?g T; !5IK>"]C8&*h$kB 6.r% 6Tq&'uUߥ*$wrČ u8Ӭ5qmP%c)9vIVPnLEkɮ/#tGGPE?,0JI+3n>eG HafC*p '*y<] W8ryNe`F!&CyvjmfF}}Vb3t 'F ^9%PF<#TFXYL:ã1r, L_00b5΃[<=:@BFge! b~Ŗq3twՆߎA 5ɌK 0;QzF-ŭHaCspe2qeMxJ i'v-qT4Es@+^sA!%"C0EY JE3Y%7^,d>UN 0J f/ag0Aa/ EƭPMY2[yJ?G]6NPÃ/]_o%o9tk^{ЍΕنn 8*`QXu>.IhN)TuysI6[@qďdšZ^PiAG|!I/tSn׎$_Z_%!ۍk`dCƓCCܨIpC\3S1 0q\xaIbh0@0iq$N 3u)$y?BaE pm?Ŷm cT:|$6k7Mtɉ>شZ}y#cW5+N^;Bj&[J [pHCTݡ"M)_>{ )AQ:!4B FW%r9^Nh);|oX D+ ɀ(RedxX-yO}33YGe@(maqmC8ua쮈gt>f>b[l.(=~ォyF7xk_G#|Pb?\-40Hh9_u_ LJBaICWYפe'"ƕ Y٪H$A8I]T$vj+NZÿA DQzKx|vB FM䂽`q ,QsA 7oetvdhG&]ʃ<- *L5^Wj"pg;8ܙ];q.!.ryK lvOkm5ƈ+=SB{p>w=ס S`00$ *5Gq/䍝H~y1~'H$L֥v'g7 Fw)da   ;`OMٸnm΃kFV}%Ԝ1 JItБ!!pb;~"cy~|AU}"PAfƝ}!xY /-TLGiVw. ⋋KA_SY{CfP 0Q%KQi?bJbɼxD![ 1'iY)?8*qs!ʐj[~8%G0:]{*DG5`=4E 6)tǂn>2Ԓʹ+~̟-g -og0A >UIa bǥX1rꙚes`Vl]"ZHLIIﵬ GR"?z^*`dWxgg;_H* W+peߦVFBv0LkV<lDϫi x#~''ՠh`W#oADލ ? ҨElB6;'z}ȭX h_2̣15ږ  0!px""Hmijb"$l'#rk$j4 C$w,:koM#H]qS'Ff y˗c&I=L]"0]qx;wa gva`h¤Im}r¥ͩՔYʺFVjJڼ}gXWOkڣ$#d}FpGLMVq{A|5jv:@zg2zb3cJ%wz @ 1 Q-+'Q,B%y\MG}8+o N@qm2֛U*ωDT&dš1b kN̉_%A! 8]P$flVcH4S:L3&q'!LXG4!jnT5]ubLԍ]z o#tq)q_nԼgcR}T'ĝdo})'"!TMsYO+,CPV}6鹦0ΥU ֜ %f `/d;M&|Cfل)~:yj, X GOȡ$h|?> W2R =:p"~4LMf۞2iJogCBpNv ڌȪmǵTl )p~(G)ojeCET`{Hy)?/9yJDvnT(|LkGm!'#d2i;un1%tM@t.!PMC`uKOݛ&_ԣx@:DmP*}_މ9CGHgxsu" #lݣKm^H Lrm f#ObFKWW6Ut&Uw8a~`Eѿ[%&n pgtʉ˒34&kYϗ (IuaZD'$h[ZXτc"[ٿ[A DƒOnBBc3,1cH6iNmN5(,5 T+oj=I%n^zlu0QY_kC 8⣀izSF|g)w(]NS$1+HaO ƜġsQl 62TiO}idil:8& i5K{mX ;Mm]X^]p5w"R]R۬~l;B_0DQ &y)dMEe΍PFenCK1nQ vff̀X- RH,̨U|v ?R*vms -{0 q͘x3K  0-tHOa`܁JU!O 8:f\vB) pGpV=x!k?_7&wRd>6vP܊ Oe%JGbjTM`|FNI!T̫ɛ+ewt!* :J%r~\3Dag6Xԗ1@?P0ͪ h-gD2ZIGMI{9ȽpA%~ .B"U^ (Rɢ*pHe-E\MC ׫1Ke`W+,$X4gn\¨vI㌭/b+s5PFxK΀(dyF2_a!7hi5@)HK=,i? gŊ R7h vlk~r֩v'0 t}#tHӦiz(hiK{5(Τ#k]Guė]=}>?;É4ѣOG;}q3׆Cco\Lvh*ivF) Xxu"LN2 dpRNY>:/#2#s MFNŧRPy+<ԕ©"j(C83a`ǡk'=LuJl0})O QjF}#;Rҡ':Pn'3w4IVOۣSq^v Sze Xc\ljHn>uU?IJ፡˽iY`^ou(&j٠'}U!$ y0c*&X]=JFv8{om*Zc~dYm[#, Τ1t&ꑔӁ9B!L %9z~o_ʟ5y)"V٠ȅ@y ȯJRg0iM D9~ A{ fBLrUեwZU@0Zfvу1;nu}ǯ"pha!5-~OYM\/ `b-T2D<>/䏙NS!mgZ!pDA׺865 .-Uv!#N)8*ezFЛT R| Z?>Q%Y=A=q;0(2. kX' ػB?!0|zaTҴD ?Zn4%.<y&:O%1kgb sK$Z]u'2؎3uל*IUCn,Hnn6 `mH@ {w`Oaw/LɶPV BL\c7eIRmEj G{d h4{8,A!{\c9Ml;Fb:Dś{.]IPT1ϿͬT'sN޹3T8NF^`,ZuKS91ͣl4\$#*qR?PZS%߂{ؤJdS5ҭjK'RJwD_ 6z`R ER!fҸV 7"C)$&&u_bU34 Y]v,#O{b8WZ'@q?_ 7TO^Z>Lw?M{r3z[F ^',QDuj:2gvGY`@3K&;O<# W!]NE y+d#JcHߨY)|HNGÓG@BjYC̥Oph3iD}.`" nh.C^|fu*hc]uGW Kq!R6QԻ6;᱌AK9ph#рHzdPw(0 |au)t Ds]xrmr LULI'Q[*XL艱R+QA"g"ГU ̜]<"g hbj@c&9M&\C+hKeDG&j0>w2mn;c@fd̈q!B5L=v+9iՆ/2%͚ZSͧB$F %i!`FZcn1[C"DH/lrBA>4?%6JS +|y#uo@Z\%o<-,})i'PZoyg|dE4tkr'x{Lc;7~P*ݡhlb/F:օos$Ȟ)VH ~!Qk3}8,0N((~ RYjMnX06(u"=OMPemUb,j@]9WZ7e:Q KWsRJ~p/{krHDDq |jf{{40esDϧ c$M qA_݁x!~ANNvt_pbcd/u]s"ayWf]N+֕D A#6H Y'J9y-A0@>n $ghD^6oMu : HZIƄ$/Ib>| ̃vk @(@ Gn"j!8앙V H#$1WX%fY?˵݄˽w@%$O,twfX߉7%֘K(yi=mr,LMw޵)9 﨣#C9搯<ƠFAj.\mYCn+?:>~-{gm!ZG'; nûtT N  eF&yK;)9rGzS,rN\g0LcdԵF}^tK`w80 KY*ĝPT*(Kom=gԎz vkmu+ "\-;@[5c<ɮTV2`Qa _ ,$J&{N3+(udEW gޔEim}bԔ/nǧFUڢnQQ |7km(9Y)kw CaI|B}^xdac?ۥ<Ӈ9')n@D[1z'H[6`ZjA zqsPJpWS^/=g̓S}+!pP&Lk--Xaē12L9KN=<><#G#\I/*B`VaAăxVE,.I"SD8YUbF?oU$y[Ks"YiY(|i3F6jU8ۆڟe9i?M*pӼ{ ch+-@+d0T oP1 p$688ؒpq_v2/n- e|;޳1f2莺蹆QrfP,k2@vQ/&Ya? o]ł|:r`F3arD¬vd>ȷ>tY8%+琖1 x& 4u m KEm '7(lNRC hLЌ֭Rv'ߙ Qʭ[ݷ~'ӛ|劍`maW3X,: ( /~tPujп| #n]JLa.=a;=)I"{Ӣ2A*;F@Q3lh;@_a0^Rp@I쉁)SCJx;@ab^~e%C0.7=|"v4WjN;yOX  &ͩ>2~ P@\P!P|⟔QxLWzʢrU@zm`#$V#sN.m1đ^t*5f0IWCzNJWL]~}n q[[FXn]Jrg}2iܲ&Ru&{w@CAbRYlVBc39Qk ]&#pΓ(?Πϫ\+ܖK:%h؜N%s 3a C؜ixlms[%#0r*]sfn.gX' Fn3%ѨALևq [%9b xly;AF)rG?Gbl3hՃv C'W1Mԏ Tzg +I|>qݫP]Q"bfU 48Z_Ka!Bw)sw P??`({U<ӤM".} 2:LM@iR6V>\p̪bg\5wfC vYcљXmNR `=a#xd{Wɧ/R))M&wJ@+&.f Jz^C- >[!yy7]a pLXOZ@µiЧ\N 8CV!5@ G#_@ݹPl!BWnƵM5o1޽<[~* Lk\K¢ݯɼ9cHkjfxҍd`054@Ԉ% U9 Ec,K1? OFvh`B ~i) V~I"!Q@ \I".09# Tq $x> mt *ዉk|x^` RA Xt ۹[#ILe]'Z%,3rhrO4L<]PQ@GnzqƐpй"S7q uG_&!]h%G#nKS4{;gTInY]WM-ccT\sy)]Ljre c@C L:ƌ˗Şu%{gn@:,@EK<ʤ3)bw0hB.ԞBAI+yFF (S~<ϸ{ټ:h3zhZn;0!U:_E&w;8Zيh`'aCs!Z7ީ筵9Q<Jլx>ɯ_PQxfk- k*)wڌB>yiqZTgtMn 2/mIph^|}MWc v-^ <Έ,KPYaAGK$O{KAQj4&ZZ7P[rehHj8 5u_{joTN$򅔈EZܟP0۽- Cc%<=\9C ӱ4{T ; `Y#z,U2fpDc,-(%,cD]nCѻmrywDΥѠQEzhwQ8A xKe.[ĒI%-C6UHBE3a ωPӁzJ4 ^Gf؂!ttNNYO?JP3o5oao'~JqjH1+~qjX.`BNښDp ܹ@˰ ӴU2vM쪬TiRaiapijGpP&I D&ER|ᾁ2xp6[SWcc4?k.|,>vx;AzSxcn;."ɗ雗唄B' fTDԄoFh`!qzp`W1 c@FܲJ(yh?͒b}joQ{tY,1  LZAE-&wp$X:PLXB4Zш1.d&dpUJ"3Uf_n,-k5"9=s&)a/zPbiHzyP\nA:d،ٲIAOTUʫĀKݽL"[2!~;T}]Ws8Q!9[ky93x+IA”~|GZd]U ѯ/6#\A,,Ps2Sy,\PĉXnMY6 ¼YaS,AUd66JfApQPJT:bv.$vjt̎rUc<8gpvn+P[-uz nBZ X:X!nkIJ g B쎧dBv6>kL(Ú"vk=Ï _ϹBOh>|tr'A .ɨS ja6H'mGV#mg@^p`QGTM;ĺA۶$pJWkMʫ! LV{Nj0+97ԧu2כ\)z~I1EIzMbB[vmC_hBv9p Q}+(Z:肋OJ )[Nҋ/$ފAq.,fSh&cI^C آW(M4y9o<_pN*9??yC$j~%61G<:APX*xoV.<\Q B6=RC~YXu:h&첿L4 asgz$A xThbW:D)AoJ1 }l_Q/Jc:1A#+E!fpOi1V뗢Gt>F WPoeRl BS'U . jGlsa@$~181O4##g dv9 v)-WEl"LN<-%kb%O\󄋀N(;4 gJg1z5x7k%|Wˉ9uIFYkJ01~dYU;G-A D- }7.$A[_,M/+V%3ⅠFE Apgkt{OlQ>Na[`E*V|%l6{60 sILjzyeKJ vPQYlH-i>qB`%C%L)hd'nSyiXt tzKyO"M "ț#gg AjÐPk$)F7OYV9IAk\w$ZhbU%vK-aE?XÜs%fF.=%1M0hzVݥ?܋5sGSJзW(@gSD!sUflXl5H;U PhNblBeɴDx0 ^RR>Nh KDA} mLYS:fb`2Ҏ@7hG.(9c ?a,='Qk@!PjY+Zvj4+~9 < PTJM[z ,*%Y\<|"? H r1lV/8C"(mEB_πq6׆ DEk~|y`vp^\K ˱ 6RI!8ڑS FH4R-7+wȐ')̑n䓤8zȜd,c2YE#~ =3'—uk9iV C CvFZu]bO gY?+ v ZkPTGSFP/$;3ڏ -E,D~7wkKi\[Z)Fd=[fίUsx6&d8w8 do*3q0P?^dԗ?/+vRRʋf zfJ=Cr?{u#S MrRJJm:&OQf@U-b2HU#og@ OUp!4,9Fd2kzv`_! u=FJJ &`=:d6Wh;B^a!eQě Mڤ7HRG}55ICV TA才u"gRJmwᬏW"7f˳OA)s2Vtїk}/|3 ad2V<LC%הW{: ε@]km x*Jlޙ߾50m{%D/]OO,ǎ(v3,;BWJWQ(*MGLk&&BE8lQ#p/ϐK1>~`Z ʼn֕ :=;n KEŸ`Q=Q @ aY/A1Q3NF{o|Ẽ~i6l(7 @-?(¾xϙ @1dT3!kjDA7H]x1׷;ƣSZ|-m%T -X5(e)=>ОLxQJ;Ja }ɰ8k6p Pj|U:ޘgQ9EtHKl[Iqt&HRB1jv9ɤm9Pfڋ 5,~T2؏ 9  6%4&.r@#{g H8\:Ki3]tB?%狽X!9uho78e ֔9!*V1fI)$3L3GdUj1 !kfat ʓyAS7As!ȃHE]қɖ0 `a6[:e&X:[O공'{‰9?(Q= /TedWF>pWj\гsYX@ml^-ڇi)ZoԦ!(Cb uU -#q,8)SP\.cT׀fencиKjxecNIv)<%+9 [Z!c 0v~ɥd!:sN,paa 4(ؔS-09c 1yXUmAOZtǗ4R 3oTQGZ?=_-pVO=JMe/a$:k,'{4ʁ"{;1r 1tj&/U D >FNP!4 =Fȯʇ)G#iu;^ :p\C{EcV㭲:ߚ,8V!\*C 0ۇA@ Z17=f@ˑfUn3R ^ђkƄ{A {kEf,C" |cz@k?k:eE]{gZEK,9T';J(* \s806j\5*W9' &dMynFr.EV1aarɈ]Q?2Ejx@ p7Sָ;!Rƾ(b|(!p k)OQ[Hci9'48{1m]>β'Jӡ& )1~̨7dhF*Ω*_Ha\8HJz߉2DFSz=z cHߨ:Zm7,s >XkjEu(Ҷ qVC{4T/DORYw }(u2x2޺٩8YifQ8K O+ Aܽ[$Hxp(g0;k.kvLҏŒ!5LPm k S+c'ҿUЅ$]ݦS֦P AM΃bZVp0vG)0 @/|ҵ!]ң6.`v"oYϬ' x̭fQƭ1m %02@*+f6/ esfǍۺj>?BAJƑ2%~>]ziJpȃ 5MQY=B) 1OS.@ z]A*kBnTDlU`h鉺HSBC@s`"RcAէW.DITƠ߫(p)!I3fb[H[Ł_']š|g\,wG3E>/b9ɤQʶD8_bYIkEH, 8X\[:s. C(BZI&&B+ۊ/ˊY]^Y1!fYL8UӍJ蜁s ʽq*I]DyS R㘹t\o/,Sh*q!+4)@Lܼ2&>m~} NNK=ny" np4TYzqOVz?j;/_@@j aڬk#~X^>Im.KGVŐ@hRÄg>!ypH0i}  |)h99g%ل@r~^8a(=<N&&VqhY^>8Q~RSGjFWm=yDZTdKOnۤEXl0[~.vJ37#f ryLJDXGSʒ+~N?v)0ta7 )$}!v#'ɂqws, @H k]ag>չ^ރtT)²?^3}oYB c3WDu_M5u u5 n^P) L ;ݶ`&^cu$Ϋ 0p}GDhG#&MLUrđc>E S\ e!/*ߗsfoƿҥ+}o`R=2I^?E`RA  ]eEHl :yMU!,/y՘'(l1- >*:#gr',v6]5+"7W,m+?50dkgf8=rWVaM,)&׳[%dzNh.24DPي%u HAQ91;Tѩ5rHs v @PQ \kw)+ SSY%v6x(C':c5#oCSZ[kI9Uy&0 ڝFUb?9ԏsM{Mఒ+<%1ߡz\ݨ)wmXtSH)0+b[QDzcƁ3"OR3MyLkc>k >Rl==iA 00,A<ר8G Baitb݆E&39j<MVfW_RsaTM[2v5M9P<(8 <ݬ-z1c 8[u NR/mÃO\4=x*J^u,#Y Fw&Zbu7FjMUjԢ lJUon.חĘ^} ]0i6h'ZvϿ(`;S)H,wv㋧h"{PЎ=[ A?DoTY`Ń?jӎrD\BLpjg|ܮTY{ȑ.8E*_rӣŸ9y"`d-ū,L|_Y%g䦳YŔ _lj&7 hti0%U9KdFZ` RavcelhIدTۻmNEu@pɉP):x-w@5(J*7yH)I M~?OX|cP<|OLMtx-k]߫팁Qv Z1x5V_`Lra=4 qb qڴnO-"GCBBwJu*EP/#~v `r^vr^mLQuLvrê.ks=$h9*H;aazOb4]UOmο#]tuU,pK_.!l)HPc>+߄YG^"f\e%O% h$eDrE\–Zc[vRo%e1 kԸqzV]62i,rsx-?a ?K`Aji8I&ҟdJ4 e>S;ZKX$ȅIv@!6 PIo`$P),UƯ,x<d ^n{h+1, qDMܠ +@ {S?Kh'8nyؖPZg|Qz+iwp0 O݇!C OXVW3%jA: l}/,Tƪp xgQHU=Ϥ$p1=HR][ j&Ϛ@򞪴<42Z`ZSdu| ׅOap.$͞Jz 0Ɇ{iR#}\oh޲ii \6YVKv/'Y+ur!,\oA\$PB<`fڬ`EV ik!ɒ`"$ Zf gS=cDĄ@#z;{aJ_' Bq}l>UeSr9$6 'r=Mo [/^oC+!:l?˥SJn`쪥&l{]Wk=y_Tiʆ2^7c\[c@Xqu.|D_(``'fyN6q2,e7A@op MdѺ *g+1yu;_0" bP#OZS2{okթƎgm MjHJ:>\xO)h VzX;֣eg2C"ŠxNŨOQ EꈻBG`з1>; O;4Lʙ ZkMw`z^} ƕ5E 1IU]1(K~kAg5aż7S8'T;qpa$e3?TG `O+ !A Idgpc9ub+Bخ6( Aq ka[Ql&BvyV<-o1 WFZ~DuʰSΞTnjF9Qd/57tSZv80 EfUab@Rqxw* %f/TPCS4έz3J(ݗ`ZN+Q2Q=*i%i2gbq\vӜM􍠜` +p ?v)0EY<7j'}-(d2>*vV)\R.V3"QGUimњO_b*ٹ/;5!6!!@Z|^\32[wM XOvV4l2e.cd_r w@jDt"qk*!$}ifW`bA:bY0kK$q(KFՀA~& "aOKW`Knح>,Yjn*}ܦ&7klw/`,PBdY}ܫ9$y#,*!%ICrՖ$;H(/UC.)33oic`iQF;AҌ8+X@h++q~!mC`BmKւ/M{! ~U!B'fm—h Knr4|1`^V a s$i%rX!Ķ{ݛһ[:i$yL%@ncr|&ЊJ  ^VEJzڹ Ά5`ڛ_9:цlbZ&ѻZg-آ.- t f7IfZ5篅 | Y %a"[N KՄ+=5Bpq{K0Icn׌hp{WVMV3EЫֺ;ʡ(N$f}R`'~9")/'SwD  +X1ạiXBe,TȄ[.68ej,hJ[>*zOvlZ5AJ%^ž'Uذf=yQgFuuOLk O\QsqBD-*|:&3YeC3o,`>0u/+0E;p.J_u$1?&t~ĞdAgP< *¸@-bM .4.6 MZb}W ͇>T^N, ե=⦮]rs Na=M)J#M'5I^%~9k*SC&mm1l0p{GelmraxmyW[ }!, 21_ `O{B"GKTؚv*~)[RT:ؿýA-Ю)h _>2- c(3UG1G\((͌:՘4%9̝ <}\\9W@ O-C1EOFPmuLxw:yY։lCvO1٣튇S# ;[ SRC5 Va->^>*r Ig?BLF6vTTkU N\RnZu)0 [Lpw JƊP)Z˪ZUɼS=ee)oRE9OQG|+oDdIDlYBqZ=G.4,Pǀr bO0\?~T$KF }տ\[ 0O<4Ԉ!}=\+K9'K!kؤb729GssC$}{Ӻ2eS{$LI$|o8a ^`^tE|ЇBUթdzΈyf(HS%ŻTwtInvΕXgn­xmW|-BtقV -?(T_tyt.<뽺ͺ<K&d* <)J.~ q.7?gJ!&8m4)ڏ/;H03~.u!.Z*IN2ds"dOnp~bQy}>U##ER=EdG1h $ۻ}kC.ֱyڣT.z=uv>$d,, 5kOJ#|9XZ_4\ ` ~=ǏOSpL:d .c{ZJV_; Eƹl8ѮP$d kt; 3=UkE60җoE:$N[_ĶkOz]yKzcIrAlJ²D/y%=1=F\`ݥ0<юJ> e>9첶I_q 9Q6!\`'.pe9 +8mlUFlIYܴ&)˓"2 N6p/Djވ@֯$OPxT]n)Œ ӡXb@)VV0Rh!xтBotPwN7s J;3;17oFJ[= Ţٯ_ʞTC)(;c@W;\NWz| P[qWСF| ~ ap+: KXOTeљqm#!Դ섏:{]:7X !C[ VyXwS` cCߑ%h %gzfR :b+-ڟ$_Kndt/_ ] ^υ@8ۀ}oҔ\);H_cn97J@CeNFJߴB& oWz@Z=-ru< ô{Ŵ4B ARpo;Zab(*lebll2/$%1蠔t s  zBZ~ 7'~a9"YkmD7h!_ );}DJuN{ Ehy,᱉< @ύ#ş\1p`H[n+0z!7ԡQEbx5>?SkW@(jjPf  c 㹖t jv 6=v8T׾e(r5 SmE!O/bW/5tfI&-yr=s &@Ⱥa/M/=Y eu+=X}p2.:rg/?z恭Gfc'\8/}u}pwӊ/V>TTu weV[B Ir\Lw,x'|68,<&,5V/ MF}&7E-<3H a0 {T*tjz8B0#Jb]">@ <>'mS0VfC15B^8N$e 9Ku )IukMo_ZSE#Yw! Qt`.W>(2QT÷>@Z_`|b8M淖eJDuJ啼Yf/0C3w*Y+A(@ NU\bDֶ<@ DnӶ$C[o-4lVbܶ>+Vc Z]5Qp]J!D_,\lR.+]w a>ܢT+\|x@V*KQk Y|W6R[SN}1VlvPE h*RJyͲMlun0 !Bd༡Huו@^mm0}: ;(XP䆍 р \2e@v>p'ՠcRE)1j]7iV<=Dy X37vcM7Jд8h1CVkfhΜ,e(mڗҙSJmSJTG;笅Ae3`zIϷlEi`SC.=ZjO"o/] oɄ' Bwy,\i)xOl"M(H;э6sl܏#l?_g'R,sul}Ok$r*^ኁ/m6%چ ׳խm5S1Ѭc~*s+xr$(\ḇSdyJQBCu_h^>φVa6K8=PO=J2f>1W7[#=ȧ_BG>/0@1;sˑWa!~ 鿷 _w CA4?slAׂO R9vR@˕|5iG BKO)JX$T,Lp4[8MDf ) .PY*aB.Jaͱ|oLGԍ /3=V̸5`D/Jj@Әl IJʺ[JU}b.qOƔ #4PZ cQ?Qۉ=Øe% @A$/,iB%U`1cOc{^BQiw u%M+=[,ugPkwHJLR~锁O#')i] J_fI334L,`bM!w:nl8!>3a3yKSWTFP/+2yg|6^w%|THj+S,&JR]hgi\Ag^Mߪwyu%!OFl,q*^a1uޗǶ?H@!ͥVEYJsjvMG @G+'y3QVF>"4T \Kj[*4TOPY3ՠRpA?z.%w[1Xgĝ<7]pІ ^96^Õ^]a$91$!),͋kZ1n)‚TTevlRMT " t"rۆ n)t1@ "hI$~n!A rjc z(}&fZH]v)\R}U~R<,u\=_շ첟pMf.m!+{m.O O%. yn}asdj2ߥB3y rA_{0iP$@=%@BR|V- 5Jn%P9C- Z}L-U۞x&nƘ1I.:A_prE|Cݠ=SG5EdU~>(=LI p5{r;*zTkm2"S? CuS0ԔH3ttǀ8aFLXalaJSky~]~B&2%Y13{^v3Zh? m{Z!bvM?7"SJ$vCS}\3YrӚQJdr%xYOmdYEur)łHRBfeANd'dt,ALӠBj?Mnk'd AoQp'3 adp׍=)Hi`.M~Ri NW6;(5vt U;uHޓ\C%I'* 7V]?rRIn5͋Fwׯ?B90hK b=!J+(,8f'֢5d? XzX:FSB2lQ8?e'm6?K"2CA ҩC[ 2YnfTB9e\1KKYP˴(MN^io. ; Vѹ_yj)Q!xJ3Raۥu4q ={Il8Ruam\aW-IN4(p!d[0PG{Dn+8KsxfJyEplJ$Dd$0SMPOlLİ;taz\ܳZs-N3݁sU:hQ@T(0zeЫ NJ'6m;;KK~dI߻\N=Y3Fa`jq7Є0ֽMECʈc?|ȁ5Y_urdIWMhXvشo4XKyINʴq-Y!&HDr9fm0C^RiڳKhnAQ,s?W<ɕ382uK!Fs;n+WÙM60^a[o+ XuOg%2A J~vR:s[%_[w/BZ  @]|$ݵA 8w%ϐWMj98)j"1;fM ~pJkӠsu5q3lOO m;ַYi%dyKdl ֗ 'X"I4eޝ1ӚH K܎ˀq)&rl̶kÇj5R5E‰"=ɒRDdX|HtA 0<7{0е; ʤV4~& 0#ʹU_\z%vy?Ʋ59PI ކJ^<AFWަP epeXϏ^/ ˨(\F 0_!hE (4pNs^azĻ@ufv79EC+|Оɶxr+ݼglib[\, Q"F.<3zj-ո^kױrIZ?ڮ`|iK~mJS!lPKrtVuQaM+\8 VIqysB#o^ *!}xC?'ّ-Nx]nܲ9@[dE%chޤP/:3:-)Gg&{ɪ M$RsC]CjFgkA+_u۠r\cz wYE7O ؙ@M"uX>Zfy9Dtc?3s"C+0Qc8hۨL 0 K!x[#w y>ែF*x#X3Xv2tcBe5# ";fkG"[ ٮ݄V}Zr3*hYqjo= W#C2,qw9Cpyc )l9I&Ksm0vF)B1 "!TE!lݕS"u ŏ`% p&|y<\\~HUUރ޵U&_kp&bK3H(?uaxQ<ughgY\z9p\ȝB]_S#Et%b .D+0tG ;{$;4f* opaw`7 @i`,қ)Yu*q)qm('I {L[TC]*^>]@Y#TU W &OtbI;%> -MX {hL{^7?I=+pU[(ahrK1@p,z.:ZWd;QpC-y=@}*6妙VLUPj]ҳAyzvi#M/!MuP_\P n^rqxhBеcXN 7ʆ}Y(]xq {@NQN!V=`Qa NX&$i;!K3d ꘫ"F軆C1,n_MJő8fB#n,z]dAFEog.O`osymmm{ɞ<^Sru9iFkvKA p$XfgZv Iֽ[6?)<_;MDCm`=jPW J,o>Dn*AW?z*I/p)aEzC2Ru]&s3` V~UY0CzQOID&Zh5u]ORV9PB._&u^$Igvoƪ^w'pZs.ƓOAhVd%e>aEUr3~0⥒+?ZΝ OsNvZ4v*IpkbbzV@*'GX 2ϔL\NB2UT~nȰ|okv"0Mp^)k |[quU@CMsn }?R2) JI- ʵc 95e V5Nl:L  'q -C$]lQ#eg01z Y{Yv p)Ej1%L>\ٛ&)Dt$ņ^~"P'e7Q+G%w\o(!ȡWz1QNz_8!)"c Y[(a ° y)qM$No T"~Gq:t-M%qU- nd'uLJRZ$i`,K}Rw`e=s>U`8 }h"{.v:2x-cLʽ ֲ:3PN$Ps)bW(oG:^@ [!On =J(`=zPscڠ7L DQx oF+3ЁmfeL3kB:LMBb>p˕i<oGJR$~SmxA* Xu 8b^6=RuWY>T-ou+%hA, *;;@SXW]``aY&A X]L FdNs>XU}n\[f1h,f /ȻKT}μPv'0 S7`8ɔv˱|ڟg4:Tt4ft'@r9(Ӟō-9]4(|^xd.ʹs3ђLm;s+wW1A Y 3&_ȣ?(ZI/DE#fJq0ZwPdA$J0bٙiuʷhG Mך~K|=0v7 kK 0)PځOI==Hr~n"4̈Zz^Ke>9%FQ_ۄH?ǡ'@κ؉XײXALv@/w؛Ln FxNO(Bpaأ7ETJMZ |6$"B uB 0c7F 1fVz]Gh6o<"d7R3H%#2JuӞNnFTޱ"{k_b3%- ?q=qJ!evvg秣c)O>As9ZLY45(܇+C& H[IV%cj;ZH#bs 6Ddz+Ww0Qt$No(x˚]PӱS_*F6@֎yOV۹Il{WC:x fhXd'M*@UBx WZ1rAq R<㜍vwtѺs_IKR.t o_Жai u"91HH6)`t dZ,w1R֊ -mg0@RԲJvlxSYrAu.jj%PsiUi86Q̌?>mQfĬs$ U_xUAV7*+ ,r4ӫ/0v)@ Evx|ƍZiS'nN&#U9#S {iyqXnřEW*;l.d% 1:I`n]U՚OVBSw7cJy]ٮ.!(`ckz)L S߈= 0u)@C0i- :f?ῼY ,!r`U{RruڐP3G܅pt%CCW+7jٗQ0k*id6"ۆ𓵕ݢГiIѓNUB~lͯ K wG\]@٬@P̊?>>|D52gڥE$πHH՘Wi_)n>_%Z[Z D @ΊB2@\mWWuؾ oy-<=דm q.+aKe OW:;i?q !×e Hp&/vx&Clb-ω7|V͏ž1]h66}Ι8]7P g=x~wF D-+F:φAw95ݟG*pxv WJO _6w5t ai1|׭1݀-h_'-T|?^ϴ;aR\?u`v4~?ڣF?K[z:W8il-ݴmF@F_ t~OaG'ZfhI%3Hg!yBOϺ袰&xwxZ톕m 6{`BɨSNFII=YP Ot C_F?z|>cXL n#gU "ᔼr}#EO8'!& |N Lz\nP.1LN~P+~p?nۯ ㏉4ҠFh_Agii %`l/P;xO/v׊ Ú:h_xsV+Tw ʎE>>+4߲_Vh!xhizafgX&rߴiO(n_-| إ_x ԬCHcHҢ(`|0 ^Ohz-d}X\o<ݴ݉ E|__dPNKV33RO?^lM/RNԴ뤞 2KJ2C) 5a~|4s^]NJm:f|4uoyh#7pGO6{?x9?  4D Hb|{|@ O@ψ:?|6{^q!# IP&tK%τf;kvV$Z+۸F%<%$H 7]|Dks³HX>mHe2Jgy 67%?h?"j*5-蹲4BKMOb2% }S_ItoPbSxƚ3[Nt㌸au&g~F J-/žaugɲuv z*y8Ssgx +W+.<-et?q&Ē!u8{VĽBYݧx_ښd\ۏ,?2bFUN= A|2kjD{ƶ46YYFg e_+.u~>$ʩI/>Z ZM~<&D~;=>m Ad2>Iko,iw?R?(TѤ|8ȸӼK8yAuyTw2_iQ@?m?׾G|Xmo|,qouP uTY#p7:|G 4}Dc/Z' _kKW ՜G `$ؿa U#W=GBs:mQԮTywAv+b2[(³Y|]mK—chM][Eݕu9VEhQ@  <xJ4sh&Q, 3۴Py(2wQ@5A?EHR;`JBw*I"![?zۏ#ZMKWAmuo-oggƶ#$ð5??GWZimW:GiiF$B#'%Aj6D>9 a5c7>G|?P5*SNFX c es@.bpYv"%/îPb%aP0ȯa?mk2>k>*x8IG}'"hߴcYC\3bQu{_gN@{#P8S[J}~Ϳ߄Ǿ 4F+=4 ƀ̠*@џyQEbI޿;AsE5c$ ChjV!:ol.. sq2+pODzMXbs4|mLx/3j &%ڛ "v$ـdfH$_,/w:,I :-VĿ,r%hLca|! %BQuBE{KPvUU2Kq47mUUUQ@|sh>~iן>iN ^[ó1]1b9RFy"f*,NU+j( l~ ҴOcBiOAk'"ueI;e;7/~핧Kn-; bFKUp eCpgſw-7Ec]W ްJpMJ q@.0FȮ>-O.E AxsHŦ8?2r;N2zg¿ߵ7eYԾ|E6៉e]u¿ctp\`oWf?P;PO4xcQgﴽ^k-Jl츷 rF A( b<(~i>8't_Ѳ;HX'GA=F[hՒ8#+8BEPK?b5OEBPS/httpatomoreillycomsourcemspimages469563.png.jpgJFIFC     C  %" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ? Eik_P/V| Σxwº=̐"<iS o0aGU+~|zä}(uBLWhX&Ucy7~!gѫ^[:uerUUNU@O iu0kk*"AAM ?hϏ_~8|ZmWK|+/xSY`}yaP-.Ϊ]H%C K?/~|#X f..[P / uq xG|H|[_X w$t/$$Р0ޛ\dX>|c|do<5iP-ބ)f(3|/ dl_:'Vj6|'Mxd9Ŝ>DEՀwu8 98-SshjzLyrP$L*˓R2zhYco$g|?<rמ-F{Zi{cJƧ|1MۏC+GƟ_SO<σ^jO>pY"DbbbaH9|)|=u}/IŪm?o^2:yѤBBIR(> ?g.'<C[]ͺewy$g &|"g?owm3A'čMuj{VZFsidr(fĚ(OPK?W U U1OEBPS/httpatomoreillycomsourcemspimages469565.pngPNG  IHDR] pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}ZfOxCBF@d[XhPedIq4@0| "##d)_ L(G,RAyI)0=ݣm4)@Lp'OK3PR8I&“$Ѵ65T t!c00O60DN"D3PN Gv`bKS3ZR\0oޠMxd0)!ZRl*@! ,?/o_/o\( 4v5]KcL TNphP20:H@LƇnnpnbRhiEF mU wB*E]&ҊZI Ӳ'\`nr,`/k Ѥ8"@ kQ0@1(`b v) ńO<p;30QSK ywg A sI{ЦQ@ knNBt ?}g%|kA X }n`h Z|ؐ0 2B wVB?<`w L!2Y-CR:yPA4xq)@! ,[ • CY YK0eh;{v$e+^`bt-0P0]+ABX#i@)Hs@mbfd`(Ê`րl39;+vQ0Բ @!ư UAV`ɓA2)$Ov]<<@u {_М*8p$ L1"U 4a"@-dQ7t FݟEt_b`Ct&>)Aw`oޙh5]\2dY0 څ`&E-F(CJQ0 F4} Ivgmuo~v^hhC SpfZ:d٪j-lt!|%QbRБ-בfy- FǰF˛9zHvLl+p֤u;K@cX`60.R~ၯ#T"U-F d .;UMi `; V_U@(`]> F(2 F Q0 F4Z`Q0 kQ0d@X`!h` @(`-F(Ch5 F(2 F Q0 F4Z`Q0 kQ0d@X`!h` @(`-F(Ch5 F(2 @Bsݳk7_PH t(ą@]y'̛uqs^nXfЭ IIYΛ5܂|c7yDlBR“n]& kRܽkPą!;L$OO/ey8ZzAZ]XV\, t0,;wᮝ;A׮^5ՃeEK@مnI$ʼnȲQw!fvZIxd X]]Z^RyPKP]S.%zBbae@L0a.ڛ4a"@v U --bL 1;ChXPpP%Ep![ hf̴3 ^FMK@1䉓0b ЭԘW"\F)*\`& C%\ksRfR X`]5I3c3!qbj"ZWZF207k"^ DX*($|7hم!.iTA/Zqw!VWש3`-^d{J%i rSƘhgq.`'P -S sxX<|ၚtHBR"A߅Elݼm&E4hst#O@XAN~IY <iI0}LvvAZ50J-\n1tɓފ104ׅ!ɴeMB?d<nZwKZ:PTT/IFJ@3Ƚ FN>IPY.w. =݃mȘ 0gf ׎CKpYB\ L%{/迎-\0or Lb,`&))xfP`ݒ1I5В" b'`+z|h` @/ Ԧ frc̤3P! L @m$b.\ LdV~x*}$;`ݔC0B̚3T@A ,i` zS`O׀,qƵt⅁X0xZ}I;,y 5HL4:Ev Z;`tБq7]lI<2fbnhhEZCCcHgf*Bd{t<6<0fkgR3dx'EmauPAPp{֣k>}I F Q0 F4}Q0d@tC/{.^-;]' gr4< kii9ȳ4%C̟7l;{[~f3$%>>k`+O.B[@L>s0 0k 2[v EʩX"&M8P1+)45#XN0aP%!Cgs .`c+zR~^.ij腁-5 :t7a%KF ֵ1;PU0;]Vf*g*0=Ⱦ Aw< Zm< !0x\pp>Kr%I@!ưW=JXO+d(!BH'-8rx@$YmF Z#v.|B`'4M4:> @޴18A;eza8epnB?6@(Jrj 0[X C᧦`^3xЅ׮]jP'N¸ F Q0 F4}Q0d@X`!h` @(`-F(Ch5 F(2 F Q0 F4Z`Q0 kQ0d@X`!h` @(`-F(Ch5 F(2 F Q0 F4Z`Q0 kQ0d@ ϛgn4u|w_6iDy INA&Mj4)")p8"?SG1r/oOMdVyY3e@Xwdh<š| )svQ^ 1FYQSG]hz $(nEsNF11c8Rbk& >'O,"-,/x{yx 0e[! J̛T׮]h A@]b"VA:̴t 5&THv&<` CNo)[{m0NG҃&܂=vIC taBR"0 ā1vA@ud)ԉfXe'THv0@\]W F\m0$E`"43)b#rtpB8 ڽ4h*&E`D+|Dbnhh>V?}wϟ?ɓo^!6ZZI@6 `! }=HRZ{4z(`]8: F(2 F Q0 F%ӂyN8<88]fݚ@Ni'OX0o>00o׮e2Σmx@[@L5%d@{9A7? Kwd."ɀnL7Vr*֤9!XbfZ:r샷TIw-O RId_zy&epY@0Pb""n- `j-_xdHf91 &E)syHv[Mpr@bn ZW-m` Y`l`tC@BZX u!t\'C\5.wRd@zl p6@a07s##ll@Rma Fk#/ce `hȢmxe <$x hq9W?ο  A?t^.:4C @7,7VZ='LDjN$`FR*ff"0a^ O~@6m@׮oRڈ}ȉ B :hBb~9 'a02Z`1S' 1?2 b=XC3} alRhwIĄ"e+m-,2 %^bv"LGbޟ\SW;a:t1K \\1jkEtkv XHRL@o`81r E:x>hz `@'**SVΟGӑ"{vFt[?F `TVV޺yϟ?"'OA*.lSk ﬇:f*;{{̤T9PI Dn#>n̤OdVF1 hG#ؐ3KWO7<_`&T`V8@%̲AiA!A&Ms s`̀V F! lH܂v/=iD`t'!)L'L$쀴\RĜ`R فP0@"ZBksI4z(`]8: F(2 F Q0 F[`c=PK8:HSZ|#=̴tݻvᑥv. ,}'OIq.Q6hpn a_g5$)݀x R0?A˿C r=l /e/ҧn/A{[|bũ] ",S0k{UXoSk~ϳ<-@+JY Dr@@5B[mi/Pse9]Ȁ}2xR-݅t`,TRUh/u$̤H- UL›X2 6M8 BH+ Xa6/ʑˋ1m ֑cix2^0_ ClˁlЭvJLuH+݁`|t`n\=P9:rf`[nnaN@.0m@9 [߱Z:"+ X`&ΞMzZT|D$*^Igbڈf,Z߅AI1c0 J֤<4 Ih)Zi Bğ $ Ӆ 4eyC]Ʀ|<# w:rb ЅQ׮^Eݵs'D t%n.;oq! t0<sR OtKxÉIqR4}Q0d@.` @(`b Q0TdId~О?)"OJNJ< FǰFhuh MwM%4dex ɹp>g%en޳Y؈ܒA3&uK=3 fb\>yVBf bn@K@,V"'wj4DXCj-eYȲ@ @PVR TXiij,m4h|u ;\&Lp0 ]/#O`aa[ F eY@5)w!@A ,i`)H\iX)0MGp- F̵kf-W7WPNQbq?} ttHK++{vLXd |(ZTbu afR:2PlDt $S.1Q04Yph0KHoE! ,+2htY(r ?ua@]8f /%\2J+H~ dy F[X`!h5 F(2 F Q0 F4Z`Q0 kQ0d@X`!h` @(`-F(Ch5 F(2 F Q0 F4Z`Q0 kQ0d@X`!h` @(`-F(Ch5 F(2 Oɓjx'N EdIqI4 ,#"ll}! ֮Y =`H֦b¤$G-y"@ 3Ѯ*a"dޫ<ԃ^塞 ވVh `LрLh=1oD+`];i`zc`@U1#^f-kąeh-`mFAZR;Z `"0I1ݰ`|Lp6@A O@@4PhW 0s G*9u$Pv` {v톓3OG.$E U%k&`0P'qRZCu󳦖䦰mN5tv\lȝ@HpHVY`kji&^Ngtt QV T\CnͳqY0C`ܮJKW,&D  WB[RĚ{#lcX#rb^<dlŤ,EhG~ ,&[8M!P DVq I8ۣ L`R&̐N'LvܠћG(CJQ0 F4Z`Q0 NEEAvp 6 v4F L4:E0<gtus<.: \Kҭ`B[ 1b.[t!JƅO<WB׶A F̕ YR$f;@A ,`ĵ" L<3p-υukO͒h 17`殁oHĕ'T&Ł]G @IqD4ą&EBYk1DaV?C N0 lv]2o\\^ tϟ?;oנ0bMh 5(=hIfxB&`K. U,@t` @ GG(Ch5 F(2 F Q0 F4Z`Q0 kQ0d@X`!h` @(`-F(Ch5 F(2 F Q0 F4Z`Q0 kQ0d@X`!h` @(`-F(C Xā PSK 뱳 ed6 փqǏ>^p746|Œ4en&KnI㸒"fB ‸`f&? OB @N q E#Uv!0]:hw!_$Ky`Wnj{.4pHFZRlW|c&E{1"rB@z@~v75֜\ ob¼ h@#=} {!MG4Av1ou6[3T|0RFAv knF.Zރ$EВ" OLݘ!')ԝY9qbާ XOu<'S̠ W#=Ф87rMAߏ @LbtAZM_zW{[.>ЈǼ?ج6 X/ƥ3 w)b&MOGH3)9nI3C R 敫V=}bhhGTTt< =HF`nE%eYlݼ M ;;Nt7_˂y /&tdY`O< trRBL7  LQQdY`RL{fMvȉ şz* vO`+d8~Yp]ƭ4/(')t'Ox1 8I<')Bt` Y.$>)ϣ`!ht(`- ֹQ0ҥYhhmj6ӏ&L.\f ą6i~W#Ő8P`g`A 憆XC̜>sRZFFkaݻvݽ/;{Ѹf ^H{ϮݚZZʃ*)UΟ3<))p"y{tXo0H3 `|4tK * h#S }k׀aO/i l#WRR6)މzK,@XOnyb:O| 7 `&Tiݚ5h0JeHAL.u61ݳC҄e@%E`,#t- > ll.:7l G4f2CDq~.oc rpXd?o/[jc npj\w<SǚXy9`? 1lBb^E;b5 ks1{[H\@\SW ,Lw3 !n.nh-O!֟BBhILw̕8E+-JwdŋOPf@>1 `@ұ(ک@)SVV~24aސhzr!0|'%Vۀ.Q.DK +ݻvLtN!!Hs&tN@7S&:a$:ten醧: jgO7< ̝ :ԿB)(8 qKAޛA@.gS}g=rF8RL*!5,?/:Fa+g-F, DK9_b(UU]`2_]> F(2 FQ0 kQ0d@X`!h` @(`-F(Ch5 F(2 F Q0 F4Z`Q0 kQ0d@X`!h` @(`-F(Ch5 F(2 F Q0 F4Z`Q0  F?}rus'JZF!0IHOyց Qbu!v64@ A~HAwQ@^Rfy-M4L.R 1 l``b~;q№@OGR F(2 +݁qA+i d[ZFk_2 tvw`HII`Hd%\z[\z @'A\d<\GO/x046FGeˊKđ@{n*dY@̛;w'];w"'E wf`'TeOB fO̴tC i $5?ܳkwPHȠܒ.?K V9U /~tnAL0ap./;{{w5ݝ]p7__83\j 79ށnTI1iw%{w¹@"Cy-+ZBڲy3쀙P߼~J\`M(bƄMG4u}Uu  \`7ZvdW[h 0M$EZuВ"=.@9 0C -`1׾c;fv@NYY=@5ӧݔC | wK50 ~MD &̎ }&yM۶H!x:rFj1/]\V!30' PEs'exēdjh)QOk9Ԁ*I gϙSx3X$ut+++:^`+Tt@U0ݺyϟ?QRZ^504^S0Cy '6-``N< ,ђ⼅ 00"0-U*)"q ddY`2hnmTIEtq.!]񠐐<ɓ'qA{.A0k],0v # ||7I@7]88"H ڤ?Dp&E.$Enht(`]> F(2 &`8&Suк5w0#CUBźz`P%TI-OYd@ hw1@Żs4m-,q&')8~.5 Rrj<HM'J~\c!3ǃE;oӶjD63-mI"`6خH֨"ȇB&FP"IQa_/o׀$T`bkS3gĺ\c"YIIu6@1a.lBic !S E@-/fy{/Ѿ6@.Ě$1߅O "g%b\Gy l7 út^gO7p2 vljc9faUpHЅu#JwMXW>\B.Iq OX3 \v4)")`QA>G"H@(Nt糶;ֆ,OkFQbsd3u8eZ~DX _#]kQQˇN=t 0 ✺+6!__wȷe<4xĤr,$<Cb_ lI`RcI pr!t30ɓ0/QgRd*K, z*djďZuKɓ' cB.YavypM4z(`]> F(2 X ݻvGb] gg<Z|,0!m\| YG @BᘣmЃ-)ڵu-><)bM<)JwC]Ǐp->]%hwdZBέ5KW,SCBmmjF;9 >Y?D1l: CZ 'Y^̀m1q`<]8pir6ЅiBG(fc^>@XFKBuqp m=b2bViGt :BSk OL: y[ `%T`=Iy-;0ezzURre>]8 ?5m?Jx$~jGp~&<e.&LJ,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>>@,7HYKN8gO>A1P\fͩ'`s LG[H:222 `\@BCSK3($@D4YO<9 `X[c:kĤ$A #1 @1\zPWOY^Ǐpqdxz}Xz5 @TV\,kNdY9h/Ee\<"z"`?F! `"&Z\@#Z83 G=momˑTtKTD@G3Z0 @1X ş?~ Zt(M]1_s߼~Ύ֬DYY(EDr|0++i---740YHQQCCCWM-Mͨ"'` `͙V `ee"Tzf&ϟ>ѮQSW]sA$zh 8\<!ܼ͊{w";7t$0֐eݽG71)BBlP;2#yM`]@+R 0QM S?ȂyZ[Q3!-z zM. C| sVY`G) SK k@Y `DGD3a WҘGV@HAv{>3 mim;.4<&f ĕM rZtc6*r J7 ТuKzk p^C @e<1Cڠ\=1h&t@\ElBF * `4QWz~^AMĤ$KԍB̰ 9 11I@0H[ه*E j=pm[i00Cٳ@GҢIHJ0Lg`JKL fUf8;01#iL!1f6 ;v|2a 0ݽ.:חZz7QE3&L<LF_!Ebgg?|f"켅 hQB*p`2. ZaP|jNGMF)Ú@G''GBf0 @12F\Ԁ2hkMđtXq `8jw$u,Vh7!@(gǑ'AGRfhh9-`i4F(#ˠr dO](}-ȁuchyI)|Bm#>yJ%Ațve"[ܤ &JD_gnMJh( /65CRc5zyxdEBI&кƵ( tZp @ı.+3C%11 2_Iq@Gc30C Z0x1-B&!snf)vkߤ@"R.JH``( Cdi=lo/ sށ^ e%ARn ; "`-VQttNb`V8آU:-AlO0Y*ia5X [Hl2}Lxӑu8HO@\ "`!<i|Xb9d2Yu)F@vXAN lL`Z<(tL9hyh),I4:n@\ RdH 6kD[2p6;U (A7G&qƐH4bQ0@` @E(`-F(#{mb).%e>}4HHYz}?'FI$v(fb@,v̛;n2R\RߝTݔrFG&-Mz@KD7ҝ8~%U@!z:F'BȽ_tؗ I65C TCkgOW l:&?~D&/OУ[c> #+Atk'F 13@2_Rd%:3:ӈ/K;3Qu0)(;Mp躼Q0 F4:c; F(A FQ0 F4Z䍂Q0 F"oQ0@y`h` @E(`-F(#h7 F(A FQ0 F4Z䍂Q0 F"oQ0@y`h` @E(`-F(#h7 F(A FQ0 F4Z䍂Q0 FA]ܡ!C[sPtLل$@۽kmKSh 'ODGDzy&t`nLK?oޠ&4v͚Pz.YEhȀh8 54]y֑nn,|KJw5@,3.G36 -#=l,]TFl7SSW{mt>Ϛ Lde4󌂡Fhjii# @LГ'NX7\E`H'ROU[fmtD$lБQ`J C3P#@{nR#=IXwZnZ v0%b@t@o`L0&  J$@ 28SIi3@ QAKcGC]Vpq {ܹ @.Utvƚիm >~޵s' !A#d.=0mL1 ie%@& `8?U05Br $Bb. H$ ` H ( @a+gO xmbRҍkׁ-`MBO7[A!PG?U0ؼ|նbN8 $>y2P `D@p`)d@V1rs s`d0{(Ri@E^u]-lIA3N`Ëx @G$t.qy Y%DY:`NO7/@1a&k` A:; Ҋ60d* &`@X-Y|4L &?`gD/s׵k׀ u@KK 3$"xָ{)۶C f)s < cu(pf*@ n65GGDBJ[` :76n1`R[V;1 ׯ]F@U:&K`P.nIIoap =aP@#!QT"4q:+ѨWLnx@ge^)DnXe߇0gקiךdY ã!!1$g!쵗4@w uG( @KW,mȊE`w0piz/1 @卂Q@NEN8lXe~4h7 Fصo3 po=Ld㥼H9Y FQ0 oȳ-I|h` @cy`h` @E(`-F(#h7 F(A FQ0 F4Z䍂Q0 F"oQ0@y`h` @E(`-F(#h7 F(A FQ0 F4Z䍂Q0 F"oQ0@y`h` @E(`-F(#h7 F(A FQ0 F4Z䍂Q0 F"oQ0@y`h` @E(`-F(#h7 F(A FQ0 F4Z䍂Q0 F"oQ0@'O&O$eddr @k DKK >>q]֭Y'74g)-ΛˑTtK:Q3&pUC]=ey"ڹ K>~HgY>^eiȲd\dٖ&<@=lǏ#'Q :q8?9vn)p8k6 濿VBϟo^EEgN,EEEiW''-BsZE ρ';;;ZA"o^т1@!]BflijFk@(C2ulR`kYԉh?<`8Pv8hmjp<3` [L̤3a~]\9͑@ /DEGSĤ@`zXt) r)"*MO@\ 4a"Z&E0a]R^RJ5S$g ʰ$-:x)Fr93gGT`dTv[05)AHZLbR` 8-x>ZČ&* @- pebAS9"`gp? @GFC6^z 0h=qd`c9G)xWXXn0CB]$0Uj1@!)&^h".m[i7F'` FR7Ie`` B:t$-_2 À TT9A9˜Z XDK!YDz4r30EU> Kl=@04m`M @1oظ޻{332h0B 3d@蒦: V10.-\1qeyZ@RLbH9='~wRH \!&`Ir9X1b 4 YOGjFm&d@D-8 ay[6a,5:C8p0-h= `a>i„I&"r$ڒij?ZP_@ F@`F:RP{Hl@h 0} hy +xF$0Yӿ YUob@W"`EL$(J`^a:ts imcC.j:Fs${2:  0IDGL$?IN$sΝΘ?T @1y8'O<ՌEX7ѴfswvAƺ0J%z=Pλ М}$AbWDa,L:g\W @-MhUm4 eXCi eȫ @g|Y9rF$vv`ws3 tsلHO7T @1߸~<x^(X/u ̫'@A" `q`@\vv"z0@hz"1$C63 C'NТ`)&4bQ0@` @E(`-F(#h7 F(A FQ0 F4Z䍂Q0 F"oQ0@y`h` @E(`-F(#h7 F(A FQ0 F4Z䍂Q0 F"oQ0@y`h` @X<]Fz(`۽k>%@n0U`susk;0 kF(<@Ar/ [G((`XI&"'~'08y~xȥ[| ɜ}ݰvXC<>i HP lƤ ( 9*^H$$q5`nVEtNL ed{$4,68@1'&%+Ro6`j " ]㠐`zZ N0q4w@ XnlڶN(ל}X޵kݚ@g['$%auБhTk׬:pqsMLJ"ɑ@̛wIA!nnyf i@׮^lX5 MfZ: tɦm[_M0a҄p.0(6oۊ\ " ]pnpHHgO7<<\"~WWP0mF47U3OflQQQ9%9>^B\gf) ltHЮQ,kuZ: &"0d_?SA$PǑTlf._ {آdggG@(++fQ0@1V-4`)l45)LPغf.A.)3 eM ĉX[Hjf ` 0 F@Dh/ l_w7W:pC+P0rA!@5@vn U -X͔ bu$/͆UQ@< D4x Ȉ:uApHfY]BAtO-,rx0/Ѓh% dHZ h^q^fh^CU /|33223)v?}p<$#5 )ˎ7@ZfȣTȎvtS} \ܮ_Z nB /@d1IwN< m o0 F(! F"Q0 F"oQ0@ *kiEX'@pa:7-r{X21:: 3AH% Cd E1@t( 'O<}G3A!*`Hp6 F(A Fw_Q0 F kCVCNFiұ:ߝT\gAeq9΀E ;Y > YՑ` 6@ ?~RW ( DGe u]6h ..!N*:MEe%RYn Ȳv3&#>^9 F CK7_yx4a-罻h*C^xlͱYu5xIE삶 x%40Ȳt؂Dٳk7Nbva:;tq9 FD'Nbfu0DNbu.sc07T!W db}Ax .4 d*bu qmFĄyur4r  aiC Z܂9M|AGR14D1y`}EʛZ[hii=}[Қ>k&n??tH+-/q'u[vt#m, wdbRR: KDTԉgZ Ԓ# { /-\ّ1z( K!C}옊Gt!CE]KZhfis9i, {Q:Z3F7̌!ht(`}1 F(A FQ0 F4Z䍂Q0 F"oQ0@y`h` @E(`-F(#h7 F(A FQ0 F4Z䍂Q0 F"oQ0@y`h` @E(`-F(#h7 F(A FQ0 F4Z䍂Q0 F"oQ0@y`h` @E( ]f4FR͟7HO_EA|I-IggH,n&O eaM`?yFPĄ'ɧO =)`jy@@5, = F5 ]Ĥ$ CkS3da 1gO7d>X `gW BAKK ؏63$P8 `gzj`FFĂOHJzX=ˁ(^>tq+H okIn{@OK|l(CGCaH`=yѠl@,A0$ gY2 Fp4أ46p(h74kxjba WrIENDB`PK?uS|661OEBPS/httpatomoreillycomsourcemspimages469569.pngPNG  IHDR m" pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}d[X0`'O<},V@" c|`2e@*f^?~Z6׮^O?Xz5@C]= :: 0#@` ߏ, #`Le1H@ZQpٌԴ FtP &E"Τ 9pwԌ\^8!*:O#C b#)>[33U ) `ϮA!!f@/߻{t? ,uPAIU#. Z5<`҄ ͇sEo\ ܵktwv!'T`  c Z ֭Y3B1Zu-1!x4 "tI[M[EA d436pi HkiO"h30RQ &E&A5?AujI]'v au`v!F|bx)dna&\]n}/bmݴm+1Ŭ1@+9 Dג1 /+n1C)L1㑠{`έ&^ ($3]obMAy KzzEEE!\`[铧Jy e"Eljgx;3 H;;(r5WȀZv'x+(@ddY⮞:xچ' 'L g̈́L$d$Eb 0_b&,` x2`H@HU@`ЅЅT4@`z,@e.1U X"$H@,1 F(b Q0 @% ^IT7p`l9&F,@ e1'v5?@lFۦ|渥i$#rچm0EGD,]rm2~:ZKJעNN5N6V0iE A310"d@ rV9'Jd Tfa51<ˈVD;UtБ@Yb!n 1&'M@t8~-Bzk$tLH{ R@"r@L[5װ5B^2LI…;cYv`l3"hVOa楓'ND=vm3@K9=0I@bskg7W#8{M 6#u.lWc@ݳKOl>=? v)As& -AaO㛤NZ@ i0"6eIǏKW,G*0V:'Bj6 h0h8(MȝFg^:b MV@٠`b&B6`Y @QfyVHNFN2`jA>IENDB`PK?:<.Z.Z1OEBPS/httpatomoreillycomsourcemspimages469571.pngPNG  IHDRmU pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV0kxdddedN8L3_v`Oakna1 :Ƚt<ĕyA4J A)j?-Ǐ#իfまZ_zi54!n&<^++.l:6#NBi9kN4Y`B^&iO/\E /A=#^!5`Aw`.0#0Ta;Q5$?d)kJN"] di]#?Zi< 'NR^ ' 'msVII*p.F@󑌌Y3? .nh} >>>#PEˎȃh^T@Ǡ֜0<0Ik$wus4a" /=h Ks+> 3 s~ mZu]Y)$FLN 7RCB33єSv.T5]u7_EZ[2*fĺnڟ?Sɓ.5$[7o; '#r#"**:z Mv`Q0 F FQ0 F(|@(`Q@>ztQ0 F( `ma e1Y,Ax?]il)4G^$lI EBqüP-?բ(6z-H+[0FG=~O+j. 2OG=G w#(+щN?a}1~ ,)ڀۢ#x $iu<$Uڹ ܊~˜A[ϭ$i`CIQ@ ?Ύ)QZ^Uv`ߛo,,,B6؎wM-{wgfh85W7KFF|<}Gk _?EEGbj㥦H~&i\1=3sn-&`~444ƭFWA4i*||}GpD>3 (`aHjA4 0lE D^?: F(`ht(`Q@>ztQ0 F( h=: F(`h`Q0 4ZQ0 F(GG(`@֣`Q0 F FQ0 F(|@(`Q@>ztQ0 F( h=: F(`h`Q0 4ZQ0 F(GG(`@֣`Q0 F FQ0 F(|@(`Q@>ztQ0 F( h=: F(`h`Q0 4Zk8؎ w튎~hPP̟7KJGb41 @_s'\`ɓ')c0`D)4&MpIs -M̸Nn 0hj>@Ld10A!C9($ QBRh$@FF@q҄=@4 +F-s ilBzKxK 0gF ANHMT܀i(7vv@ \  5p}qoX?7:}vNw?ԹԟUu;̗t٬نO[Ts-i#?<=μoh6u-mSDrߣp5#oأ`v*OWݝ@u5;f??V02ןWVDpgKY7E!B_繘!pp3ySH56ːeDOF.q$!4i}™!tmb9`Қʈ 8xY1Ul6*6S+VKP;ٚXZ/CE8H Y,Z[ K0 і Q#f/ؠp w_0W6 AMZڂk ][WW[[=@zxxz;A|!j)dw|giFwje/gN/F\ѷe#ˆx{KwUMx?HH_SF]*6EaH]p5H&u9K$O_Q8Q$YΣPl-\f$љ ᶫLFv">39:;nнjJO óG8D:/.,9!h=-dD$Ɗ;Z;u.uW.۱c1vp>J`Jn^P#xAf a +MsݦK!de[GY,';"!dV)Ukb \s:з[tO$ 0;~x=;eEZC͆j-mlA&?pfd`] Hp3 ՛Z_mqW`e ~cϺtW!|2ɷ̚ 0] _JPEGiuApp&sr?\œ^rN+tU-mt:*(n;N$z?m %&oE.+#ˡ1v7͡cht۱}W} RMP^|\7ƉM[ܱa+-_j VI3lObrEm𰡥C"jyO' ӹe|nbfy$//3^<;>LFb&{ |f1<8& ɓkCd 0A+036\: )d} &f h0u30K(Zhb]l'&%͟7n_9ȥ d~2B0xK < IZav|Hp DL &PZx `DNDʐN$k& h7X0dE iӁ7QL 3"XwAyQ4M؁Y'qL`y,JJ-kzb>>(0Ȧ28j ;n~q⁔4@Vm[MO3D`ge|6"fxĈ#&D0>Op 8 6`Uza`PCx` ob(."RY8^ J 1JB}kfˬ<1?Z>z,KE.֭n 7xPQϝGuI$_።J\㵪Jo"fl2A%Э(- 0x^ƀ?,O<{IILQA)AkvI6_;ķ2k: z7M]dx ^70 B hpf 3Ѐ"@qÀ q<wf\Cǡ%NH@\6*\0d`@KK ˁ;j.!!9i4t-ZztQ0 F( h=: F(`h`Q0 4ZQ0 F(GG(`@֣`Q0 F FQ0 F(|@(`Q@>ztQ0 F( h=: F(`h`Q0 4ZQ0 F(GG(`@֣`Q0 F FQ0 F(|@(`Q@>ztQ0 F( h=: F(`h`Q0 4ZQ0 F(GG(`@֣`Q0 F FQ0 F(|@ 4`5'L<| O>-[t_!ήOHהdiD^pp5`._׆C88y0׭YO---LمZڍx ( L?^p0kېp<zF5ae a@t6k(y8֦f8U6o:xV@}k|*'q) t<85/aJ Ls)\:spgG'V3>l!#wM q?D:xX4T /,.gNjآF\Ttt0I6^p`v+%E@Ѱ Ah.ۼm+ =($M ͑Trť+dDlT1A0E@DKXWPL6mrR`X6xrk| Aɓ'1-,ܸ' ;BB0s 40?Wo 0!k4: 2ɕ( )C G5 y `;?4ahGy A^ S*'N,Bˏ^۴m+F @f`U za:T"#cćg7m2w!#wӒ% 7Nx9|n{@B (?Fhikգ($Q!77I^sѾ?I :M45M1!zy}\%PQ0HIOx =+$t|jf0g1@cH `b,1 0 ds b'IaxO#3c:Z!fƄ #g@4Gy@|H`P1V "d1y ԕa ?ؼ63"Za9d bC tI@ehgy~ 8ӁkﰫPv@gc=dAZg@c.fT;0 LX63 oXs>yFRqEt-0 s0\`s ?:D29d=oqȐF(`@|~凜>#**:-7yz:~ҥ Cs'֭Y7x>}:t qE<0 %D5@hQ3Zг kVVW C]kW:x{k!?FGB:x`, 4L$w|Kcr<0̼ChEͮ;dxCd; hZ#o| ۑ@Ax$Ђy Ӂ,>h'ca҄ CiȉyyXBcfO^anE;r fFp68`D.'q/VL[(f:Fs0qaqa2y 0zycͱނ!`:k``G05k1Zt0X<]`@r8: Qp5C<q̧@< FQ!?l:ϟ>u/ ِ4[GH+  ޛrx4.M+ZkEc/m][0Ohii Bǻ<"ulzBк;L5ؽl;  C'A!!hc5:aQcfa6t!Gª̕T48I`s$&%IE @p.05>x;{0r\t'a@[sA\\ut&Ott޼~ ϖ5uu+ɨXx!,"* ?7|?0.0 BCp*j 䉓hE ;gQtztQ0 F( h=: F(`h`Q0 4ZQ0 F(GG(`@֣`Q0 F FQ0 F(|@(`Q@>ztQ0 F( h=: F(`h`Q0 4ZQ0 F(GG(`@Aѓ'N|i@\vR]K;1|Civ5TO<~h8s&*_/HG6%k?o i`P J@ Q0x 56p2D My'3-}p:Xn ,A:44a0RրxBDCB``| cCi 0yDWiOq CC)3v8ߠJG&^=d8Bzl>#3Q ʇZ\$~Lz1\%]4RYY2~/z] R(M\+6Zq^^q ^ ^ @rx9`|t`0S COuuկlݲMX\O>?> ۻ~{/dl۶!je9ONtR]P[? dWe=CdJl٠S(Au95M㐩KEa-0zm0tǠϖur8#cľoJ+vAȢd9&\`NiQMNTTգتlT]ѪBȋ,ͻ!,L8|j/G6ˆsX3겅Pւe\D0'VtT2<>o#eJWhʺcZ[w%TvsnGV_q,59&fs0D{h4@`@rqH;[8 8P O,gwowެٷ[i@ud= <]H fsL~8w,hK#DҢ2 LJGxa|BgD"Ԕ?ME1ܴny }gJ<|b#YZa,QűhE>l&S EL9&4l,#u2mrSU!$5aW:455"NM9E¸oլI̭½*fg jAWwm5P~(x1///j`٩hݲKg/hw`oNIfV]ijˢIW\>)>sRI[S{y3A1:Pm@]9Z <aF>QnL퓸0YHaOXh5nY E Fzj+60_^.!櫲0h$GhQub]/'{n^F5WL@: ZH7z &\8fcO1l_ vQTPLbHGpo~-(N,Wn\;sȋК_6w?֭h$%9"=4yJǵ,cq`$Tn&6m 8iDT?x/ʽM oh(pAsm%щXeB! w9b F* EGh 8̑E$$c,x=`sߒ2 f1é!4,;{L98բ1?5wV6 P]- 7 O4r;݌fȥ/99D|lG(i֍BK -1]r{|=75[oq#@%PaLpjWHn/羸m4tQv Z5J hì,6i6 zn,ky<nN:r?O( Z ^@ cL1tup%iMnpX]tYe|*M 0L/Y1\&GmWlPd!3m{E89{ath#D2,1gϓ0ad.lLvsF#tQPuQv,pbɭL0E4ƏĠ6Mޞsoaaks3 C: Cz+"N&qYDܢ@6gw#HQ}suɒ{} SSX{GyH|&I:d`(5ϣuua eHdVI!o qy <:ǣѠ߷&૞sDH8. /mʳj%/Sflj>ϊECUSFa=ttpH-19M.'Q$BZV?>={z5;*_z|x@Tdr#`[ڙe$'&~z7lYQp ACC/JW6.B_'Y<N$ݢbDŽlq4+"`:@B!3. H9D IKW3Dw` VӟPZ* YKAjRӪyP@4bLP;d9ZZ<*94&rG;v3KnZvvwNQB'rm|Kejy i† m~n ! +ȑv}Z`; )шB@](t4 F1 𹀐326֣`P ġ< Q0 F 2tQ y~:掔Q0 5"T]W{ h=yJT˧UKN0(4Bd*=0G( tP\t5>Df`d*便kՒA6 PO~ S~(`Q0 FM`Q0 4ZQ0 F(GG(`@֣`Q0 F FQ0 F(|@(`Q@>ztQ0 F( h=: F(`h`Q0 4ZQ0 F(GG(`@֣`Q0 F FQ0 F(|@(`Q@>ztQ0 F( h=: F(`h`Q0 4ZQ0 F(GG(`@֣`Q0 F FQ0 F(|@(`Q@>ztQ0 F( h=: F(`h`Q0 4ZQ0 F(GG(`@֣`Q0 F FQ0 F(|@(`Q@>ztQ0 F(  MMӂyN8 d :ɓ'|||@ǻ !_vmkji!'OMHJ4T?y𗑑-h^4a"P޵ x Z#P?oޞ] s $4ýA5E gQd*j׈/'s7ԃs%P~[ *`GGD";~DL~^ރk:3-M۶«R4e^OE-VH5")O%hX>Ũ21:01{0 >`n4x#0 AUc:Y(< 4| <҈֦f5 WEMZ}t "#k@d'QtZ Fv00Jr $DG҃/,j@ [ <>:jAKՃN8 Iؤzm٘'\ZA {Cx'BV5\ ]8 t-[Ƶ`0&@9}0^ցApS`[.{׮Yg[ϟZl%Av`>x$0fS'Nbu<~ rrǧOhjiG@8Ixt<#ip#ZODA;h W f<kH 4Y v~` ra y_wNҴx݀w]LP{9QQ7/sND^3"D+e—fDcd3ĩ:;u]D 4\ӶSXTab1nf<`wZ@}󶭃s̴ rAX8^Ǻ=(Tgs(Za ϟ>5,a# Eۘ @F;ޟTb->-gL6u$q 7HFw>DE ,'1k(yTZp/ DbFۀn*l+40*+uty ^lX6ӧOw8V)dap'i6ɓ'wxs ̑g^p??^v IQCE ):x2{IbOKPV\,GkVFr8 PWիxk?xzfomc\^Xt Ip t0.ǣ6 ^p[e)TL'X r`ak "l$x10ij]=@2>Mɱ4-OCH*DXo[9N+2ҧ2bB dDlAj̘_'yj7Qa4&OV1Ɉ1nfROO5%-h[bv.[-i0AqCF G c4e"I<)d1 SH﵁X́-V=4kփ;$sQ/'񗢃 O ^p@ha=du x?3T6l3@Q̐'mDz4c쨠`4 }Hy^p(90rztQ0 F( h=: F(`h`Q0 4ZQ0 F(GG(`@֣`Q0 F FQ0 F(|@(`Q@>ztQ0 F( h=: F(`h`Q0 4ZQ0 F(GG(kk&.2Z {,_Fa Λ,qyE;L%R:@GGDIϛ7F׆{zC}MR٤ 93A <{45..0ޭޣ^`/䧩,g:kj眑S߰'m @r4Hr~ [(bݿq;y4"ԁ>1Pr/iČ14$VPtPld%)*3ʯ9؏cS]!`#7POel֊TTgp:9JBx=_(ZIw+sC@P;!QIDODOD/`Y'9DyyŻrwj_k)~ l0j2|vAI;unv2N 9/'">n%I+ǦF<ۿ,E58%P7CxyHpR 订%WT;1>dJ]]fly RJS132IT}֎,yhLu<_a8YQ xR1@΀NYSNxPUQԨ9[IYEF읻5MhYǼqt9S^16"f8A|}"Vg^%z\"FQ`g0Qy~]Gߟ8JUJDbYb]*e M=[wAgv6`GZ'<҆8adƟ/&+Qt|Hm'@8X y2kIc4(0=iD["si`ZqȨ:GFH/j0XN0)CJ@`(|9eX@CK dZP 4T` 65?:WBێIf,FsCwI )PfjR+3% d0!@֣6*/+@ N&P˽Mm, bõn0L/laC_2= ySPAD(~xfr2<{uy4g]/LNs z}94bƷE?/1\,k)5H.;vti y Dq"e=kDRG'`3[∔6|NĞL4#!)3 LFl{j5f ɶ AKL#-0A`N v:*"^>`m(!X 0 qzH g!b+>ޕ,ц8's=ϲ:&l //>Rp<4tbٯ,šƈHӹ-9  t Z޹e6.^_l&.]rVfni瑳0"ЌI.ί߮l(VuUې n

iiQgb-խj_7 +n:?o[Ûk5Q+b+46oiu;oPwzCIU̍p":|W;@0ǷV'nu?log/^m3ij4i.Uyyq`QW/nqAiHS·Kj |gr 3ɩ- ȿ,6\6H$kdo'-<{_i֎]Z=ͺJQY,Wz%Q@aki_5N/k~)Dr%~[%䀮T~J ?l꿴_>%{LJWđ|F-CW3EInX3N|.p>;|ZE̐Br9Xr2B 1_A.wu-E{bKJ24oK~Σ࿌䵸cz@>k~EY (w (|+xÿ/5_J$~/!E |Gm,ꧪSUd|A\_ 6s}ۉou&[ۡ <؊H g'G#?KmoQ_V;C6*! "ep6'7+[' Γ~%/bկњ/wp&hb2>ς?>2|#MCLj!>{/<[`-u=1r`'ˑ{993^*φo~ ©oxH A?t|bX >N ,ޙuK7z].;Ho[x-X&O+)W%|U&_3ӭ3_C}GH蚻\oiqŴym'|'b?zW57?|Y-;ö#i>$Ok/`"h9q8Rz~3k࿟w/yO5~Ϟ Ֆ}/O6%k\— UDUqɇ J??@Y~azgW^3s4۝L`E$Rj,z,q.?f/9`֟n:aRz׍^=_Zx\q8E5BbKK 85|>whw)['KMRSqpȠ!e$shksWůč[EfcoynRl-ϓ,ІA`2=gJOB|_~薞+lImėgɊiS8P; hz֥m@xkPt&Ү3[h\ @PK?-##1OEBPS/httpatomoreillycomsourcemspimages469575.pngPNG  IHDReTLTQ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV P`a %k' sI6!3&ͤ +(&ii DRADu@}}}W tSPHft'OG)Z[ є`s򡃇޼~ y ݩ5At XRlݼޔFY3&N4x?][SWw<@O 8GDT9$ "h^ #*H "4 ,@ˏ@˜~ &i`{n\I28ZTE P̈́ɓhOr Ș5!+x`5?]2e| ϟ>64 q<.ށL`8kn^_ h05@1_Q0 F(rQ0 F( ixxkOaN81tUpLgsǓ[O`N0;>^ ~2 Cda 'jilZN`;p!wZn (vM3* Q Vt| )v! $苫ysҸ ^k ] :/:~4vǖSlF{pOr/jq|DΫIa$-[`[@"-(-*]$-yOZOppM| nĄpAp `?$ܧ<^Xp <r92<9Nen=GR s`_èT+n'dՐ>kW^|j xi1Kuv>0Bªnez& G@A0B,p,P)ZΞnyʁ$`s|M]-h&rq<1 [^K40zmY3 sf+>D@ @ < G` M!BA54b7% 2TfN`j!/C ˑff՝6L7ZQA5A6 L43T̏ȳژ4@ K11A̐8R b1:1EOyk:s0jOAY"a@`jTym@cV0C"Cr+f|q5C"ʭ;t6a=w t<DpXyb+ !qx9D !f VL܊XYz%A@@x?+fnBuaVJ$@DfCbRAub~yT|BSh3"C0AuAvDкkmuV!tJ> iwj @j`l@wԧTK;!p+(fUh ˓cξtq}`7r/CD n%LS-Z.[3w\me{ `Q0 Fa@(`Q@h}9 F(`4Z_Q0 F(@֗`Q0 Fa@(`Q@h}9 F(`4Z_Q0 F(@֗`Q0 Fa@(`Q@h}9 F(`4Z_Q0 F(@֗`Q0 Fa@(`Q@h}9 F(`4Z_Q0 F(@֗`Q0 Fa@(`Q@h}9 F(`ĄKӧOk׬q=yP]#"'M0r׮?PO^h7 F@/׭Yɓ!=vC׮]C=K ‚y^2F˸Q0 g})##8t==D]>t=8$bg `+^pus-F(. &SH¢|oXnZ@6|C<0?*ϐ|h)|/i\.kDW_q}:^5GFi/FUXMc2ҰV2]6je_Wfa0nZZZW{ސ>8@\ ., ||$y;p? 2IUOBœNmxvOE3'H9K0*CUWշ57*H6#ǸG'q0 3IBA ןI4mE"l]HasR [\oJ޴ټ jz-WBb::#K6; 1 aòeoVqտNr_ L8] յ!Q`wg$/FloO程VH]Y:¾{^ܳk7rV \dsPi;>y y@v9=5G #iO+ qgO7 H9b.=y$<"gAlq6l$v $30*@ )XCB.@C?}f\<Ka!K'=A3ֵلPIɿS'N0ٹOQ0xZ< ֦ՐmH`I7ԷC 75"֔A!!S_8o>ktU#ą l;(.%?@1Azi\B@ta!UhUY3GE9X^s d]0 T5\oP9D5,A.$!Z҃r m|<>/'~㇌@jAA.fdȀҨc9a. ت&tN tIV.vle~s]Yb)hAl'%:D>H3m>du̠ %:XVm*blD\Mm|?I?s$ϳ0a?RGl'o%$"vBq_2dӆj`ѭjGBB4DL/80o)0{wŻ7?sa ,Y^):/X^4vӾ{ukcZTiŦWyZ39<=Z[Y0e+5O[rh#Ҝpt*R ȫx T~kU]AH|9e/~Rxxr೿1sRO>1wh&V ٭1ir. [0#H @C>I&L0΃pݻv8rx0Q0 F(T4ÃZ65kٝ=ݣ(`ECVsAiii'% k`Q0 "!__Q0 F(t4Z_Q0 F(@֗`Q0 Fa@_Q0 F(0)2NrQ0 F9 r=ij@z FQ0 F(3>S/H50;||hf((65]Bdh`Q@0iD*]+(a'O !y/&V`M tK7Cn t1h`Q@nZ*2 f^ BdTD`h3 ~V -hQ0 F(;ahO0X]yCL׮Y3yD`=t%JLJB3m@!׌ r*2 R@CFAfO~@D\% t^M]-| M&</G(`P "d+6`_m:( #B.سk7Q`B N`5 n\|i̩'yx*h2>l 4ht(X! )`3ZX}ڹD_ IF(`P2E I}M`XUT` 5u-̉V!Y#ᓗ@Yd+Z`g@T h@֗`Q0 ̴s.'Okb?/o6`Q@?|xw!h`Q@PSW<: ]`'HT ]mIENDB`PK?L]U U 5OEBPS/httpatomoreillycomsourcemspimages469577.png.jpgJFIFC     C  c" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?#l_]) ^a>;t_ wEl,Gb]dyWWއ ~,3Oerna .݌/ RC*piO> x[K>A-א4ݑxG|ny~u_CXe5rugM`'h`Ns(6ws>|_%:=瀭g2e@R̬?QL|:?f GUnGlbH2Jn3RN7B~>uxW֢\WgK4ڝ\}qwmvf'~cUºߊ?^Mmhlv6RRXHV2:7n_PSD22H ttgR6]U[v (ٿㆥA;ODolB,-hȈ3~Mѳ)dHr|X?gi?(suR^Lʩ֒\g1XmF1>%M؃;>nS~6gKe_&=OWsR;ج60 #v| ~\I-]ko:v E0BdwsG/ -i:G/'-tZTm.+CsʬT$q8< ow j7?}-%ԦNds3\ ~}>X>=C_%S5:;K  "Y\UaPG P;xIW#C?k6P[mkD,x $|;exV:_6e ݽĦۨdls`nAd/ |0kc\~h-JҡTϸxJe ?Qxkxzz&)a#@-iF=yj ߩUC?`QXhC>!͖ox&6`:n,qw\;V_*j7w!/ ku}7S$id?Aą{yZh+Ox.xigg؞% +3Օ `?S!cn~~;R񖑮K}; n#9$Ya l{mE#5 >Gjyu^"@D\6K vDd [ Mg<5xA4֞<[Kx#^yns+4MZ5<9Z~k (R(@TEP(PIPK?49#9#1OEBPS/httpatomoreillycomsourcemspimages469579.pngPNG  IHDRLR)EV pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV0 Cv4񃼨<ɏC:/?̛;WY^?6kNlFjA :@OڀO/]k.Xxm`U@gV\[qym$?ʭ A[qGрA4r+H  &W=KvP>!OMM慡>\y s I Ak '$v, k8~0A!Ǖ:`έD߹Ai?~?DЩQp56@@Y&6CAȵ@7>3 \A$Õ[sAt <`KҴ+D@B3πy󗝽kv^8"ѤHg~gn`KހB'I`#KYYyt{nߺyKdt4;;;D$40ABjfZ:Uׯ/=$5k;\`7nn^B2Ht?rnEn}O0a0Dq0! D, 'fFBV$* M̓0ϣ[Mym:ݘl\^(LhJ\xkrx 5jd\o=}+³!;~0{ ~Pup͏O,@ J7dlޢ#"1`c DCDll0C έV̭^&̴t$f\ɏhUP@VО&,`@>kYyӄgmڤ qVLe~@UlyA9<$g3M#f(ل ) O@X[^U&`|L5bkvKJ]90g ]ڶBs0P׶;01S wl aMd1n#襁ԋ1 VEs0d=! .G̉'Ѽ{ٵ=;y$Џ󬙧೎)j:g(<cσĄ Q^U7tO<=WL\!AVϏX])@c {up쐀윰|;h59XgO<̈́z Y3]kdXf Ν+ZZCpPz\`;C¢,o>}CM čA[a'F;$,.Cϗ! (5b- l7O/L&8OhhLtD$;ƚ7@}朥+Ǘ"wդ!0`ʕx6L- Ps&0I ntڔ! l XL-Zn5읻 0 DwzHzIv$R:[wg[ʧ(g ЕW8#+g}om&4tS:^z;o!jhhI%VRYYq#җ$S5uqoPOJ44_C'`Q0 -OF(` [@(`a h`Q0l@Vr`Q0 -JnQ0 F4ZɍQ0 F( F+Q0 F(h%7 F(`F(` [@(`a h`Q0l@Vr`Q0 -JnQ0 F4ZɍQ0 F( F+Q0 F(h%7 F(`F(` [@áR>Q0 FHᣉ|ڕyll̛){׮̴8)~ZyI)r8EFe m҄ ~^޸'OJ72&@ JٓKY؞@s_/ؚ` QpI< l _м @Csqs%694ΕhȌ ( S 0b&@&Q@E ##3}p5t,=:{G`4r!>}(0k7 A[s"q)gAt8}Lq|⡑ke>3z#,n?5OmձVs|^< a8mml26ΨHOrx؀ave[ _8.=ܪRӔQRg7<%y`:IVzπ4Ϊ4IELgԥ깄Ql ƫs$٩L$Q8g0C%M2\KNw|E`Jj?0W'CA <+wŻ=X@l 64 T}00AvY>AJ|soӌgQs*Kv YaH&S'AE5Ĕ⚆SH s?̑3Ul7-# K!?W{It8 hmdNZ,i":*D̵"NW$-Ξ0d~o%ydmoK@/~CP n?OO- ~ Ry.zI `Ds W77A<] t!-]]f-\JSK+8$x d0 CZGHnA>xZ΃'!c MF [[AI&auH輄D {4fPͬ@H#]g&`I@:Cd y[$D&G=@'0m;Ȏ| Kgn/`'oNMLJrIRx1ԐbuB ZV K'Ԛ 0 h(gF!#q儢(=/ޒ\<.K;L#‹ůx@T>5KJ4ϝMf%Eڐwe [ ԁY$iVյN`xz"mvTh;'K|'h\G䪺TX>гe#59JԖ%c)} ON[r#HXBzy @bK T [`,b>6XmBFÉibӶ0!C*9fknJ(3-X6A^ 22L*\d GOӹn`d 7 soY7 2L?u`2 &pf!@\m޶H%w)a ,lE>^8o>r7x Ξn`z 2$5H6pd(Tޮ]vp֩' s`cs.3#X=?G ^zm0  BR fl'A#![;s=sp+ 6"͗Gm=1Pl+SDtаccݎڣܸC 7>x1 "P#0=xS m+;^ ؙkn37Z<`,A'UlcrfKx2ZhASǠSA!E걨sIUF0ee(wq0kH QcNp/ s` qRF*1Iel*Tka8¦ȄcsDZ|;_/13PJap~R-ѵז70uʢ79MbMZjV微 (F%'ƀt@NAzIeCϐ9< aEW.BPJ]cWQϏ6 '!zR;].D?߉pa 7ጡ" 7<KW$3gJ>꡿ŞPho`CP @Vr` l9xȹ%CQ``=Q}`Cn\W`cK0h%7 F޵k>1C@l9tH`h֥+CW{?44!gLI`r@(`8 r{p]!wBFqJWP9@r} F+Q0 6*`!` l[ ~d`|7W`AjI&uõ45WՂ|]QIdzAVA!!C&LSйo 8 2`Q9 YS'N&&% ~ .gNrPx`BZFf0`G)CȗJQ 7]ǼXZF!^ύBFOoL:ĝn @p |ѹ`xqt(( ^s9!}E( aO.8$d_^]W;خ/Cm40+х'` y:*9\Sѣ Wrׯ]4aP<wO'@vk@p !441OG W–?LH3 ɏ:`wrSiM}Fu4BGu@aCTO`XBK pus:bt}4xZq-Xc̰Ajwi=[|PvKJM"2k֬[v(n΅'&L'揎Q0AnA>bs5\^AhbU!ڪLK]? F`222!!9O>AN# Q@u`߃-LYIENDB`PK?vv1OEBPS/httpatomoreillycomsourcemspimages469581.pngPNG  IHDRRQT pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVoӶA> ڼmP*ո7rMT]W o8" 0`@Lk̛i0yܠZZ${;gкXwK.sGOzI5-@11HHaH9g$XσDXr CI?brqsE20G6AxN;~Ǜaq0y;; q!/ Co^pRO%eA)H^ u!$ g̈́rf.o [k r`{r:l Z{b 62@2dx!pH;]_f 0Y6e(Uht(#*Q0 Fl? F4G(q F(#h``8@~h4ۏQ0@fQ0 Fl? F4G(q F(#h``8@~h4ۏQ0@fQ0 Fl?`ϩCQ0$@ l9gn(ɓ'%h{AkShҤ)<# ֬r ؄<Z{cBmX6 _SK N`'KW,zruYu]-ĵ@6Pœ~1 ٓ&L01@c(nZ^>׮}40^WB.9Rs ׽_@PO!$#Cl &BXb9P%@1 _~ܹPW8q8 k}<&C+/+.lkomC>*<~7P`@ yC]=#A t$&v2$PPvD0adڹNdh] ?0UCIp.$aP$;38@1!+ғԄ@4؆ ໾!@.|Hڵkp߸ m`N)&M$P 0@ZhA`z 6`=/ngO7$c[R]A(+D0 q|@ls-/)f 2 Y 8HfytI Z<,d 0%!߲> N8 lcbB| Y󆯗-`DGD+L`ogpNA Y}˧Oڰ&`ʠ* Z_%( rBM۶!k;a#"0`F[kr~@W \|#iқ Uu\nԺT7 XSPx' D' L@`k`' <#:0 D{k5apx&O]@.d RS.HXtX TdF0{@!. a[1 TCgͻg0B␖ ?%b[L) l`$rr5`W6xZR ͇8 #t L@( Xc_KK+>)L={$y30_ِ,T@~{_/o` IHJ펎 hoE IX8 F4k{`H6$Hg5G(3!5F3(4R(hPQ0 Fl? F4G(q d̴u _Y Fd$ٲ6Lt-M͐ 6"F`/ݠZ;i Q@ @n yYYv(  KGÈ> :"큹~X¯Fݙ7 F XF['k=d9n0w} uoS J9 D0 zxA .t9`V22O&\`CG^L'pDe{>lnJ30Ӈdc5 hKr`xhSklɎ|4(+kIm~4LF@gb䅠_IENDB`PK?[:  1OEBPS/httpatomoreillycomsourcemspimages469583.pngPNG  IHDRG<[ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVIDATxbO֮Y'y tvY Qу'̏g +++T )a H4?# +c6́)M *f&R[" q9݇\I$فO1- kX T&(i#wM9'c20"0s+r5v Ý*ɏBXLFmX L@ l x_/oXZ=@L le{ip+40T. 0a`@ 뫑':0]2 zGSKs5ȩf$͋-y xGM--b@1&4XtqPM@H)w\<驁l% ;k I [@Y鐠A3kG`&olxހ! ^4}{= m~` ۭ"`,L< [ʞ:q5` tO/?ϭ^C+fP9[p3C/9Z`ސ'OD[!^ʺ 6>z /q8Cdϭp >~,A@6P(hpUC]=x !ǯYr r w0A=&`B!. #fUyYH縺 Tk+cx~C~Šؓn^rZ'jh$UkD/]dJOYY&2A@a6dx1\x` t2w<:ȽH5=[dQ0 F4z(`hV`Q0|@j`Q0 ZmQ0 F8[DEAwF\2x@:c҄ x6<\(dehHOp t-.Y0O. i,0lb5k9p??/IQ+?A[̏h@1iƪbAs |;  ʐ)#lm;T mAO FkQ0 F(h6 F(`F(` @(`hV`Q0|@j`Q0 ZmQ0 F4ZQ0 F(> FkQ0 F(h6 F(`F(` @(`hV`Q0|@;yℹŐ@OSKk9k>}{OFFf4w Hɡxbn2FAUNړ'O#"hyr_/ !# lyW,,gBD!̹K`eZHMr\hCǏ" ch99B򯡮PETxrѐpW.7w.rⷷ*H X)@BA-:2K ,X=> @rm8f_Lo씓o^?%ʬeڔ[gOPAi^eQ'+sr/{W4_Lm aXN о,Á `^;fn"`e0.U>y +BL-SHU1Tj@rϮ* PjVG N8 KX`yy5:X% %QSW t[_@1rE`ՆzCtyFwH?8~T0P\L9CeIWX46E [^t0g 볇İz}8<ߓdI͡#Bx:qqs%%;Ⱥ<;:j}pH$]!]K"9٘y UiȻvq6$!˨F (uA!nn-k.fICmF kbMMAR`4q4)0 O pm " M0׮^5`:O!:BJ#`R2!?h C.Si< ɰkVZdL'G28$ІA`өy؛_0o'O%0`;νZ!5ii𒼡\Tv7x;CY` ޸ES`*n {IENDB`PK? 3cY Y 5OEBPS/httpatomoreillycomsourcemspimages469585.png.jpgJFIFC     C  c" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?ό) ]mzغvZ#cq KiO>9Ş9٥MRYd7,**w?j տS[[d׆:Z~=6>RߕpGk|,<+CkmfT Ҟ|KO emSu$E`;4|ys uMk*4ЫİYA5GyQp|5o%.[O7,ěfE+pJ]!l4{J7>4'~ 9|7񝅥{MJZ}HIxc&x I-Sk{U:3A;1[ ?zOˤx{^ ]<ťjxfYXH(x.~=xgmB/z3.'GK w˜FRp()~v;b.'?c/F,ſ|TZMhrm!Xf4+ P+KB.mU'繵Y.L i##Ess/ز&M*_Z|@kuqdckl` K C_ ?<+ uezv2إlG$/w am/go:Z? mas7-4s9-]bp>`Xl;³wU)^IڔsHyc Q2 3ˇ> U*wO yWy$nmh<>\ 铱;YrpFN+ @)yۃND.vo.tu^@ux#¿|*ktwDӴm2ܱKkhbTbY2KI$//7g/iztPizΟմ:Uel2 9Y4H XZǧi*A!@ES c_/+4xnYִk4RRú03Ѓ]UfGM7Dwh4";h#grV8PY٘9,Ir 8|"wK_4~x@χO 6\OZd '1;HǬV\\2,a|f;Fq#[wXgJP~Gý?럈 $>i>$&X,m$f1"(Wv,Zk'֫o,<;Ok:\YP>ʠI`&k>_+>!hRK&^i>& KB]>V(Fȧ. iޑ}K/WA q<@tWL״msD!I.:GV2ApA-`K[XR8@`@j(PK? N5OEBPS/httpatomoreillycomsourcemspimages469587.png.jpgJFIFC     C  T" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?'EK१i/z/t]h~F5?0T 0YX;:_3vi!s*, ' \yGo_ ~$|M^+xHb$v1H$_g_Oxc}x_NntW@ts4۪66GP f@i*(Q@o^+3~ο gCi"}KP@,OH~՟?~>'=Gq|ů$Do#n@K*h>/+O?wYhBkxyo5G.X XN| -U|U<>|7{Bb~,Nζ+ 7 s@DfOuK>&_KG _ />7(2<@̀غs <%>֝=ŬdkXJ-#ps>F?Z(}B(h*itǏ,5=^IB' k.T=Uq>ׄx/@ҵ[Dx^0?X(Suڎ5ۿ ~z& 2/#&R1HbXCq$o/o|g?'?l}NR]xO4mGo ,|g[V yv&??_|E.[-4u4#R8 G(hNv,2|W ~_+%ž <]w&i:1Cc\(`4LQDeZkEQEp6?5ok1y򱌐m;ߴO'WFZwlo}nM'p%|@QЖqqP]7b巂c"\mu-G~h9-]io/GOٮ]; -uOR7ʮF y^^"_l:OoǾM[4cUGT9]P?,J FI<פP (Wh __è؎߳YLۏ2aIܞ`/?^qx  !a@$A.?N@8j\4i~>ߤ|KaxsX7G Z~$DZ =p;O7m4&iXԞ;Fo >Oo4T*qy5k7{ ,F0|*?Bo.?o~޳ϟMΏ? k.Dgo xæDžAx}FDXW?jhQEy)_7e'|Ce=櫯h0˧n\;I ohbDH&*B;&`\G+_>|H6i![ c%;E S|?}i4ťAڕ:e 1FH<3>{W> ߴW=7Ş6H{8@JS?gO>/O{wYk6Fkxկ4TI pd _/+4xnYִk4RRú03ЃLǟ~/?^6>& iܦDaN7 GM7Dwh4";h#grV8PY٘9,Ii n}CWmkWm^4HA,"f 1Ӣ((kZſ4;q>syp[!e@X*9%ֵ<]-&ԴR6֟i7yWff)9W#ZqFc5U@埲,KZtom]ZOE0لn($e$$kի/>_-?CK,K=#O&F-$#P ''5@Q@r>7"Kc"iZ&=it B95K⥄XVnM|QM7RѯE=s=VQ4,̻ Fy?Pk iGol-ԌJJ$0ɒQس rJJۋsd_G4FjR #nH1Dd]UArxڟ|UnxÚH%?.Ҭ7+Fʒ*z7%^6oXKXvkFY /p8!L b>Т($(`D߳M)uoyf QBg՗gbnm`xw<;.M^P}dϳ$+?a N[ Z+ݧۼN8&?js^FOOsey|wL.rpEi(DP REQE|0MψF|A/|Eq=.e:n6\}pzu]eg Sj/izKjt>8 .fأ̕7Hf49N7]7\iv~/^DaR{۬)>e7~+u~IwVFV#CrCJm%OEI$QEgxž5Ox]mNVeim m$HDžDEf$&j OLu6Ft.xn.Y"'Re A 8ɿi__wMK.|I'gM6yf@-\nʑ_$_/Zxoغ?Q Υk|Rx@ZI>֑-ǖZPSAgn-S7=cm mÖ֋ iн0#1.~?Ia7Il|s-Įd]K 79 ۛi` V?u( (9?~>$i>.K}6P.Qw;m'1$GDo?NُS*躎om{hV>{6.ƸGvsclm޽/"o;H$.mN02O ۈ*dn1%xi'T>>/,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}`c $"@@^ׯ]s56o0AyI5k\>>M۶Ȑm &MlˁaE@,4‚Fb`BEN9yyՂJ:" ֝/rבB8M!=Z!\E [@b垳˝]VN ԣDZRsEώh+^> [AP[appf Nha&9q `)/pAW8tC]Ǚn FB,eq : <>ٻnm~ZPmoc>j݇s@r Nrmk޶am2 |= H{ >'PZفi D^&ي&mhŰhN1 * 5{yNbM]-0Y :aF4ZŌhb܆-b`^>^:ิ;I(钡hӂ'Dm -M 4b @+ڠٟp`# Maos : M0?A ڰ/Sttg*j!uh<#k0p%G0P𣩠IXc%r@ O/;y̓|FUį#!~+t|$j63 9"j93{ P1]a %` i4F(-JF(TB-/ 2PBd]Enn0reY1|baDlJ \qϝ<@*-_FM2l9?;,9޳2aϒF1 Ȣ:`[e%710a%fYgc.𴃈ivw'B d>y>I%2G+:! ŀP铧x`{""aA'/)b$1"Wo\56<)  a _a5.($fm\-Bmfd---,ShH"5@h> t#.4e͉p&.d[xVb.]gȤ 0SIiծ{vkb[Ɗ-^ FIi-lh@ ɝdlIo&;͗ȴML`@ șX+A>C"HB#NF+4·L@ 't>YVծZ_uIiӃ?ծu+1i-@!I`ErqsES&A1WFh\DmĬŴNMZG h-sr°NJR` r6\ ũ@ .Ԃ+ծ-R/гw6'΅t 0$r+Lz@d- c%R-ph4^[' 0sW hMh|.fDtũ$)sCCV QQQ`sybCCCpsϟb,=3##3v7 \nzC7#*V,$S%e!ry46t'ˆOԉ@Ep304I0y"@dIENDB`PK?J䁼$:$:1OEBPS/httpatomoreillycomsourcemspimages469591.pngPNG  IHDR?GXP pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV6hwPTA€gi썖_63@G]!;t3܃`c@θG4O{J 4th; Fb my22}1t_r@ _ _ͽ1!{{{<WDzQAÉYb9ohylEC4Zr$t` bvh4r RkaqCp>.$eg˳qm9l; @u( fuH݅kЪʀu/@Q@rg^1wt}hі( 10$͠5_!\h0hE.^s;> irÇyc ǜh*5 rq@u( gԊi&A!«_jW͆'R@Q@D!pMAt!u,P%d*w(4{G sP3!Oi,@p_=@Q@ eDf!̪&[\!!y X8fF81?@ZǜHZ`T Q1 ynD, ю61^w퐋 {G/1eF$i@0)6x, v3@ֽj R7-e 66;Hި׺6<ã:<Dzb}@Q@(L]4*i 1CBpdH4Zrj9*+xø 4{Gg) A"fT4b3h@Q@V 5#giyh3>@M hnR%S5D@Q@QIOȋ[˘0%ُLfsF2 mWzlQ~QC:h; i$HR#Z=aP@Q@i:3@kKexF\ uN=^; (K@TqATDZ?Δ Fs(ZyM21Rg#٫ * Fs(ZRyBHxNFc$cSt 1Q@gjb^Gŋ {:ѺwPF"rh{ZȲXchċ=xtw Fs(fWqunw}c?L˺@@,Q@~*}Z3Q@ 9\ ~H!W)ȇBbnbcan|m 4r4CO,-g !L@u(~ ?/~/I'۷dB Fs(>xF> ?R 0`F| 4:; h ԙU\SD:`xvwa FQ@3ŚQцba;+^ ; h~F[\uM=CX" du F[Σ D*_P%x*mfѺw@*RmFBCY51Ǯ1Pi] 4:; h v!%3@zI;h~!v "_&FŶHxh43dx rC'r[.DηCzf\ FGF$CLiM"Gʀ{ht(9Ԅhu5P7@@-Q@3+# @.|y:F[uQ$(i3C@G`iv$ @u( DuRs9 Fs(uqFZ+m9:lX1|$|B*;F@Q@ ݚ{htw @ ^kck1RѺw)ߢ ɮhʰ B#'Ih; yT[u&d RͽNYr$X`Ҋ~63T?l i{'O19XbN Fs(Էv> [1ׁ30~z Fs(S .9ij FcmŌ`y0@Q@܋vyԪ /&wtS!8 ^`ݒArd -4u6( 5CƜ^s!ɘe@{`E$0@1ئ dS`}NSe% (B-h; 7j@˵PJzxXyyM#8r* h4Fj`˺pĉHZ _hZ&>h#MAfZ]^(`ɇݿd]!w6y)7 Fs(xi+7' 1~f&(?h<  W`&Futb>k&s4{G3jׯ^#,"ʱu ll0[$ͽ`0`5XNhZϛܜ>p0%hw :P^R ̺y)+2 Pb @Q05k(8$$ y 0p>@Q0.ҢC8T20 Fs(tYgA ,B=aϔ@wf]^>^d5^ͽ`4nEE X@Q0yd]Ka Fs(0ӧ湺E&%F4{Gݻv9؂uϚ9.ꗒ Fs(*73- ([v}Om@Q@󼊼<V71)iӶl5^=SrаmgnV8---`o@|Վ|5K7`S Fs(&\W}I`E><9F;{p5`+V^ͽ|l y`= {;+i]\& {ޛ6 FBҗ6h%2( :d]%hL; n}" *sƼWs4뎂Q Pe/@Q{]Iz8 (ͽ'LD3ګ9 Fd \Ew]h'ˏQ@ | (ʽ{vFmbRhQ@ @ W$@ֽܠ(~//@{1 3`  sSFF( P8p@T;jtjRrhҺ~/@)9 F́+4{G(H6ZDҽd4{G(D \h` Iu/@Q0 QK@Q0 P2p@^i|@2Q0 hk%o<%V@.D2F` 4і({\q@w% @wrf z Fs( ; F~; F`Ƚ䬸; F>|p8ݻ8p\D@@`4>F( "xX @1$k500Wm`ݿh|Q@pE& ȹuyhQȹ䉓\__$! !sB†+c4Z!bhQKp@1s0C&&&Ucc#z,,,1x- ?h@Q@ ߩ@;axfT{{{ l`+$d1 }G Q0 d -熆`Cޔth!9 2% i3 뇌Hytk/Wͽ ,񣿿?%0sB:ȋ"{Xc] B[!WoQ0j?p@)//̥ yӧOWȽ| {.d~Dy Xu/d XB:=@6|~*5 F( NPBi9Cl@ؐp +'LdBNo3Q0 Խh^L5]) l# anz9Rr<@EAtr+Bɖkool$ZҐްa|]Mhy"&jư3@1!{yEr$rkQ0 FϘwb9??xtH?> 0\Rsh; F@ֽz^r0&d7q]2 F(_b\ 1,//1ҊJ,7oG( ߋ&vJ@!NUH 9ِWYAG ր<:3@0&{!gL8f.,,^ɨ 660K_x" ?@@vhуF( Em ^Ȗ@HRCȹ &G7s<rF9z(D^ݻvh4OH occ0ahw"_\W~26Ю/Ju= Fѹe y PvCdgN!_&ud<#[SQ@$3p@;.\o CZ!+`\`<3Q C !(DDWĂdW`E 7R HwQ0 >0r{ o͇YB-\,D@`T;w|UXXhoo|6|>*&oЖˏ.9 wtfVS;</UjNY-ģ`}ɩ'ϛwa²Rrƍ!'@>nHAvLD^h6 F1-g ~ 6[@R__r2l/Ӏ F(/)E—v}ֽ3v|f3(bȕ ."7j<ڵkX-x JI`! 0/ 9" iu@!LI{G#i\Ĥ$Lq---uWKқրxUL(18~@ю5k@uDc!Mі(fh =F`ܐg6ȤUFuF(õ%~@1D`} kWK~t(NIN9 !\HT2@.x bceu8ctj ^: f$9sBr;di$RÐkFH>}2Gټm+ VH~6.5X"1]bQјg  ^Z+"A&[ : K!.b>m`0; }aL&ъwX݋FR1j(###O$!U+P@ ފ&i P~G(`앒&^/@!v)ܿ…^ cHԮu2&h䍂~/u/@ ׊dM貊Q0 % @({ `l0CF!Uh{UV$Q̉_`e ٓ'{G(m{Q ݂{}G({IpB9~PXёQ0 %s[/"Y>{|/ ߻8&F% Ƚy}xM9F7G("Ze$@.R`B3atwU{1pBȘ3vȹSlໂ &|e%( B@!Δʅ]܎Vڣ`SHB@!v)Z> BN*mц( k$5H\# }2ˀqnޟ0 Fez X _j <|:f9G(V~/@r/d ~s#|O/j`fnll9Jy~RQ0bI:@@~/0 `dHƀz/\Thx(C֫IVe$fH$2V` ( 8€$`0pBKRgGn o(bgZ`Vu EfCr,Z˙L8oGhH hԱ2`s#dأ` 6WDƶ^8 JIn^`V.2n)9`\R`K5*E!8 F D&&%UՒg@A^F0PTTbANA-!(<1`^ r 3Fz0׽0ZmT@` 3'Q+- ZCy k!lh; Fx~/@!r/ x/t…r/܄Y# 9>i< Fh3d]  |/$Za\y;F3(aާj6@ øToF`lBևE l l?#᷄ 1Gr~/u/@%&uvtw,rE>>>  h{A`>!M\̼M^/=vf %Y ɢ1A6_%5B ]< F ֶ^8 |`v|;#ܴ&/fQ0ZjR6dX) l*744Ќ~) g÷1E#G(Q^ֽ1֮ޡEA;S]M| 'G3(9ɓ'hWP{e ȍ[Sr2;z:(/%z -gxk1ț(\het(m6 rfT,.\r(~ $ /p!ptj܋2E @KzI&L0szQՠxi4XG( Fs(x(8h/ $ Fs({2 4{G(9ؽk72WJ Fs(>}B{,̩b2@Q0 h]Bʐ* &Lx,7FQ+{G(!њ.n2 Fs(x.4{G(x5khlͽ` S|ͽ`̟7,oͽ`Ф<<n 4{G(2SfZ:98 Iԭx { `.漂[@Ԭ{ Q0 FfE[\l3wt."?b\6 Fj0GGDMAu]-6E֬Q02 ̺ĤY @ޠ`/` {0<`L| xig/@1Rr`cKW,Q0B'O]CI.Eu/;VN0a4RGɷk.#bV@t7` xwSOHQ̻wLKG6јé&ukܑ>k&F1@1R ֦f`MBT__2 FQ l:$܂|*n!"Z X&+4Q@ ̢ʖ9`EUCI]< {!k;(DOL<ۼ|jSE* F^A``s2!)q-#/^`7xt(؄ CC iq)Q0 ֱf=׆r@{׭Y;ڐC 'Xii`5HwG+Q0$vbR_7QIENDB`PK?}G**1OEBPS/httpatomoreillycomsourcemspimages469593.pngPNG  IHDRr> pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV p!v q a1Z8'O= W7opa`2T`c;i„~M@'=vCb^A0Y@&LtGcF Ы ` ,$̛; ΁Ĥ$`QF BOA\ zgO7L YQ@-@h $406q6m L򬵩93-s(  zmgkm( 䖊"0K`WvIF#@a*؜ܼm(/),69!-y铧\bWZHj fmȅ l]dq;,WS'0&b &\\E D  P`hrLL"u0HD{v vii!$A\vXl '`I(!>-a GV"LC/uk"G'0cG`R Oq8I H] Ha3YYT1fρ]z|Υ|yiLLI|<>l A  'hE9dh&Ȣ }RR$gM 6B2h i M D}KyO+a҄ 6dQ";_ANCB\BsTsh-bBR" @ 2OR@ *tt8h7v<jV R;큝[ CDy#$]*OHHhhhppp2\<=ېB cx'D@sRHX"Ą9P:`XPC p \566B @r .Q X2;:T€`rZBYS I#a 0; Q+H!/ 5ljl4B yiX/5@JJP H5 bB+Np 4 Ç<Y$&&>x4hѝ;C&L b>& HqF||vd ZZZ7 &^9leJ!!rmGGGxX0@ `0 @$Irׯ]gI&jR"0=~ _I`C.4%A@HBR~^۶e 0)ÔW%C  2䵚#-M@ƶi2`/q `Ҙ&`C1 ,!vh@8ѝ[{`R4 `5'@$> IȬZݻw$L#-YDkS3 ! )#M @,ȩĸR]pXS=Г#0M>Ԥ95>=`?S  & uf0d[/we `jVPHkO@| x u&L,p5 aP m-MOo ܥ2ƍ&u> 11BuM]mYI)dK1F!#>0 *BM?~#a իM2yQꮳ<y@1])Q ,0U P H~7d~f;mQf -J`+ `@rut,!NMhG4NxB 䕢@/΃ $\`wcxX 1v-?ĀzH[D?So#fNX ! 0ۏG'eKٛDjkx )/i"-9y ħςJ>2xJ,]y >^ Fٹb0+'~5dy-D 5V:#R =ysBC1m`yINmukI7W@1l=KQ6b8|G=r&~Zl=Э[8Tfe ?N9@ <7Խ'xe0~Pb >A ӆg(0k9,@ #*U@0Ys2$ "MA[ R~ }50!-BId@ĞS ٤08G Kk!bfBܵ654a"ދz58 r$-),TDI/686XH =xtD"lMKAJn/ x"&+dpBTe`P,$_D0b # xb*e"xb hHn[IC.5V t(L@>@1籁omȭd@2(C}|ΓK[Q@$HEd>DDf\x8"@ dGu25if2AMj (I4Ʃmy.uE8@1PiQH c;B7U!uI jז4AP~5/ Hv5@ rU q }_GΟDABbl"OQz5:8$D%h 7:LK߽km[  $p :[xCJ@-@ |24—&g ~q;fCP8  %%I-OcB醧 x0x)@E@ ;<S<@ #Sf [jhd41J&A֊N/iI&ЅܗJw\{R vMȭA@A@u= s `ӿgF%h` @a#% @ LBJ9Ȱ7uꞁD ^$Ҵ H*(@~I48 @ u|nE -U6 Fs@,i & sX{8. &ZT} BIW77.XZ !9r8::¥C1l%IAv[`T_d @4I!!z;ғ'O'}@SE W4E|# '222'%H\BZ`d eny `3~,-@1iw50"1{"?AwI#@ th At6͍ֆ@So7`69(r/:@JI `;> J~qS GH%TgZ h qdhXXGF@N1c yV!։m.7b.Uai!j4exX}h}Z @1X'3~JI!>3,n+q?D@Q=E!j)sz`:*RO " $q-njZ TJ?yR "51'bry4P4fAe$f~,Ճ wݞ@5wI1"tN B! fx߉']ia# V4V;u N "Z@:Z$ '$u# 1 Ij*hI ~_ MY8@Qar ‚kvDt%BB[ RIV/⁡D7dm%pn80v"~2|I@N +:(khj Zd@ hOuHOԀ\HuAUV@FKF!@LDS|#2kh ӧHĉ,"T:C$b &efjL `ـց' 3i#11Rr-Oj^ A[< I aCdbZ7ܑlb2Z0o> ҁ k֒J + Γ4@ x@+gcyF{PMߓ1H@Lx@wȃl@&u9M1?MT҃gz7CGbnn3}N!&5Āǫ@m w 2N1@1ڕK96—dؽkrڝNI^&= Ā6p1 B/ z2>HRj QRw7!Ki 7B$r۴s/P ԉ uxx4-_y|bB 49ܳk7VYb@n@ SF<3@q#<ÏĀ\ J22r;Cp &H i@ 2_VM@6n޶5{VON@J' a 0dMCfZ:d.m'] @S 9,=i*B0){.+A @6s @ XrmZ )ObhCH&@ք`bT ]>#dTXfM9RҌ1H@,'av=4l*A.,_ Ȭ>Z΃Oa 3 =6  Aq$pGGƃ`dE`o[ 7mh?WRH2tS0)/! 2M[+u90n\,@,C:5 \ & -Z4!ن@1|;/ jF`{h[ L\70 {8\n[ H @AC % HB*4?M ,BJ㿓GfzypbQ^ $4ae6"`@dh?gXёÇ)ߑ1t]' @D> kB_d8$HbL@Ȫ|>&@2ВZ$BR@-M ;  Tj49)#Xa-Ñ-c~7IبC ) "˞M!o V>՘V7&c$r@ ,I *G6,(@1`mL/` iqpVCZ@1`t32Zy~50Z }SZotIvC aDKJ8)CF4-,Bӧ'N:$N jjitusr+{!| K>'O8cž `҄ ͇CY?^Oo_dk,7-vZQ, ,,,) ~8m\9rHD A g2𬦁l 4Кq 0V;V0L/ @K;0@!E[?I&r b? ZNr_ FXYl޶XQ` vCc@ @dV@-Aޙ:HOȸ>\ FKȅf:Ht0w1`@&*`}Ӷ0>H :6p8*VX-o̤$$%(1d ȚV S`Cָ FĐlj@Sl)2_Ev ŭWIENDB`PK?nwDD1OEBPS/httpatomoreillycomsourcemspimages469595.pngPNG  IHDR;jlj pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVHʷv`Q< Fs(>`t?׬Xg>|Xjp$ ; h$$Xmm9f-#%)lh4ǎVk_ `֮9f4cGkǀ Ia4cG 3@?Awa4cGsK~0SLH6 O?WT4X|2mc Fs(wb*fZ`b? ]_;v1mbvEjdͱڂ(״̴ZO@Mq*`!XLq,ͱ'8C*؝@K!s,@Q@LKGb<ZQlh4ǎfZ:?A,J;+hʹL9Y6tZxQL 8zS(ZI?1@Da~; [޾V( y\4tʮ;{!@9vʴL{w$dZPvmm ͱPvHdW ~( )A+L]~@2a* Fs(d ϟhR9@"^__ 4cG7$s)B@u(-V@2!!!>>a$̚Yj… , Z@u(!hhhTߧ(&i Iuh; h[Ο?s3h]\@Lht(>hllttt-U 0`@˜3=@K-pp5@G[)Y66 Fs(~>!lx%5R%C,hnP1``>2>|^.%RccbahtiP93-g;<2-@<8sRwݮ VHkN ̷d>ij,i0`l@JM{5iC9s ͱ#{id0@-u"dM?xo8@FK.ZLKa ̫ ZZͱow+^11lD ߳"Q(`̨6 wh(EI*! Ȓ Ȣ h;pmCSIv?,8xYv/I*gju22Q(Ra <<@ ;J_CM &11Xv-d}d @B^\\Cgn߁?4!4 @9v G7@ DCyxXmaY @H^g`80B^@Ɵ<܁@DyWvh?vVAz Ef$;Рk"gN/ \HƆfTH [ b}/Hc &_C% h$TD('c6 s׏ &Ҧ}"mT /, @#1IBhh`*#r+\ h4ǎbVgn1 q 0Y2޹3Z{wh4ǎ'yy2s d!ƒ]` d2 3Pf^puxH ߀ V`EC9 l*0̈́hhy>v@9v xAhyF`|$ i_is,JLm ɮ@󁶐u!tj @$;Q`5~nA WAU|JJ3zށ_5$@Q@ba`fT`*$w퇁r";ͬL 7։?bZPm?@Q@Y\ZWppe`"#̮@& {{{&d,|m"\"s&Մ 3S@ap,#4`'vȝ@9vrC*|x,EG0Qr$"b+ ChX( g2JYG3CXJ|1~( g0I&5` BAu[}]dtA}LLg`!4*(ߋߧLLȭpdpUAsZ.V(_wd>Gb<#N._%1+˧S,0a'I1%!AGL ;Zf0+ ^`$fxx?r!rp,!1g/ `f3~>> pv$@T\X~\ᣐR X ;Z^$/9k*GGGpXed$X_cQ@yv#ف0PelnTF$@#O#}9I s |"| SF}~nY rǰ?Pe Q ~n)) rN}4cG{LLƐ*2b _TNz 6UMbX+B(4Q L`$hq(<| @]gqȞ5A>cٕE ,D[@;#;> .\v, d?%PQȲ@1 ˟PzmP y K=XH5K xKy&3hdQ@)qttd уEmZP#hU<  נ OIh 3 MX@G5kZ`V@E`m`F>( (0~&aZ%6-j4*̴Y'̫3B!/<';Rp4!hU< WB a zE=M\`4*T X[  O#'3*^={n$F\8wFUO͌ Ysr; YͿ/>GȵCh; Hſ ҡ!!3Z{'N/FIB `[b@ YLLv``Oh_;v~\CmCx~ vPr!%֭6o7!S?/_42-@<RV8#f]>IVŐ3JAz&~=Ik;t FQ@,s.F"wAF]p!d4!#RU_&>A;kL?9k vHԴ4cGQa+m l:88`׎/ y<,ʴ4* M]xh{z0Ɵ 'V_A<:v]Prb m|A`UHK!V.dix ZDtzx0״4ZǎmkWxu^Ȏ EEcS@_h; ׮ Y*\`>O+'7!뢱f<ДbP״4cGKyh\l0dC—.2Is<-D>Lŀq3zJ(sPgZ]8 fWJ酬4xf<Uj{gxB#2##I'$;0Dl FQ@ c!ACxՊ|/އdr Wu,rӚ`mM @9v6BC|) ev/@=<@עp R}̴4*4Ϯl ϟIjp(ڄlccGͳ+CL=߼%d> €7}YQ _[i`"X[M @ƌgWxX»0eVU4 '4@rτ&`eg8iXhkZ]A1 @rǟ۷igl " B\{wU p00<%ܶAD :vgNWQ ]~ Z23 ::,<?m…A?y6>|T`D`Mjk=]Yyt!*(Hrv dxMaJ?Fu712 @#ON29is !uU/(1Z:l"&h; hX`ېF2a h4ǎd,Jk}zёQ@Z!S2K@|Ad ` U~ 1Π# FQ@s—Le\ s#, h4ǎH ̮{e ";:w[p ?.Bу3y7?0(C'@GzWh5-E ]̪*L mh0cG- i!M`۽[k/>kH`WǞ@/^rU ̴ dh0 Fs(9֮3b]͆H @(_̺RF#G h[z"`jkjm $4*l YDŐZbbN] FQ@N0f`{24 bm"f3(/X̴ qɷ4Zǎ:ձL BC*C`(NB?;{.0g=4oi= @9v@N*>$ʟT@y.^}( ̮9YXoV(9x!0BԐcP.\~`~T$Fc|jF`k.\Yut>zF-@ֱQ!%![yH:+fڟkƦɩ4n3'"VS ˛в+S3<==ry&A,`e99T FQ@yV l$C?9Ӄ|"5 T)$iwam'hi 9yV?,z-3-@Q@:+`e icf<6FcCH`0vnuta^AL @Q@s 1M9&QTى Ƚ;4biܡ4:3 h@`dkEٌ,= ʥ_򋑳(Z];w&S>4ZǎzHѱrz;0xY4<<ܭhrh; ]XȆ; > =wt%^`k6x@9vs,ݩ."2;ɐۢ1%fhtf!a1I:O ,<_k~F٬K1@Q0 fW>@VM /Al Fn3IH\J4:4 @fe cQCNQ=T<8o\N|4cGVaD]E.&U @9v>|Νki@ ':VK@Q@}vE|\BCKV-$ h4ǎ?/{Q&- w["A]ͪ Wo!)s,= {qN`%݈mck >$B lFԺ` -A`Gi8@,ȫV5X1 a`pͮ,ght U@Q9Hsjkjc=[*cC c1#-;i,,h{F0 V9 c!Gcd*<ܠì L̪*cِ9'bivF-{H/Oi#i,@Q!ØE*F0``uO$@Zwuͮ`V>?b @o]t4bF( O(9YY(h9#dk(K@QcYwQ0 weQ>9h*Gã`ٕE='"?>zCM`cU\)@?QJ6h~Z'"3b܈y(o&x|Q"駣` TvQbͱ` PWVeJ$f Fs(e n Fs(+K@Q0 E;4cG(K4cG(:v"; FX'Bs<DM< GZ@4`Q ̱<<@ g%{F( aL@G(H@4cG(Du,'ͱ` ~,'ͱ` t5% 24cG(1: OD ,= F9ODruttDZ8:m,V1@c80| < F(V|s?%@ӏ}!tpp2…0F($WD>0 tyyyHe dIx݋ fQ0 Q 7 >c}}… !&.0o4F(@-XΝU%@ gx`CAVLuAn8U`0`Og 9W!mH JuW6G(UXz0@r 6*0Br/Aj݄H+s$"HRwa S"]9 c- 0 !$%m4Q%n@F}Wxz qt(6bbTz?(ÐJ4b` H,d( > ku>*0BV5Py|(4pKvOĄ52#Cq#8 Ad }Y"|G(:9)cM\Å `MQBe8ղU%(c5<y\xkzRCjc&}kF(b R3-0!1ԥZ uȆ3d,c`Ա x.֮ X Q $u25=`X)Y- @A[dUJTG[ţ`g)r4Z#+ 6<SDxNIͮAQ0 5gb޹c ̨y:-uGcG(/XG@V1dGO8* ھ[G"o݈ `pA`0A f`! Q0 h*6,@~,I v찃+dM;ڲ6Xe^D. n;H 0:24 F ʢO @(dcc# iB-Bj 4ڢoĂĕ69 ~ HBG(c^@LJ X\EhF(Ie?@!r,v֢~*Jxti c܃O+~/i+,UFǜF( a ̴=x&C:l'2gbz8ڸwL `' @,!@2*Pm ~Y1Q0 HjC:L @,GHvV/^Ԣ@ 6INH( (iElC G!"a4VF(~Yjf  h?V^^ L ~@F0kW4e`؟~wFFFxguԘQ0 /EV1q: ?)XBv 2C2~G,x5|M@An;xE>f,УS` c[d ojooɱM9y/W<݁ l[yyyDH{^ 1+`9}"lVL#(**޿4VF(0+WE\ @9 F> -d2(Bf} 5$ "{B>o4ڏ+Z?zùLܭ !9.vّ[LỲ4Cek'F( rsǿ/mcb"`M sl!CF3'UIm z C %-hZx΄fUB4? FH5t@AG W<Y>9j; FV99 EΜ,l{Av! 0[]&=@Q0 FR?jhH YBr/=K F(U'wE:K @X`r|@2y(X*ۨ, RV:yWxJR~4F((9]&1ʭY9X;:4 F@vHHDfu 70 :}X"y~js !oٵDp(_ s$$+99~6N1Q0 ;@3q-xȹ.B @@`Xe @bxf8PCChCzd S=0A{bQ0 P*Xʼn:V x9"aӢI҉v,i'C!׷'rXo @8:^5 FJc1bG; H6!Y ,5$VpF(u,J KV+V'Q0 =@vnibFS@: @6d1"Ehxߋh"@@ S E!U5g=::4 F&1J't2yRp OeHp(v2Ve솅#BΣ` zIeh{x4va'  d.|m#Lށ'Q3vb:`^S *֦2& ~eh; F&rve12 yRj,6vFFcG(҉Evb/xª ;9jX<:\< FzCx ynٛ0%mQ0ڰh b,0/A9 9b*@F;WG(cQ7++R @vIm`@/_vBW i@(` +Z-((96N@@ГِCjQ:ԥQ0 YwL'#oCP#@A<;*~/~<0ZǎQ6$!ALvBh_HkR,=Qym{ PvIHvE-G(@[HR wAnK`=s6z-(hN0{U }0AƜx>~j F(caMbeb D F#Rr(# =ĂYb]`Lņ1Z; FȫcQvvc17"Wh7V bQ0 E' s>`WAt1b$`߇~C@Xn@^ 0Hj Gn?oǜ/΂7ڲ }`*$i ; ̫)֓Hʴ6 FpKil !C`.dm (vB@Fu,0B_7ZU"Wڣ(9%IS;@@ŌQ0:wOU&imUwGĢoU!bAˇǑQ@{a'  0̎Cgј God޹3I%.uwq4&F( Ea } i4G(| h4ǎQ00 ]4cG(W>a' ; Fc@Q0 ]P>h4ǎQ@k.'!Ail XȳXZ/_[ |Q0BGQ2! ̱%†0Q0 ` dVkkV(thD2ڒch4ǎQ@[]mGɱld@9vڂSm@Q0 hۃEsVC@Q0 h M#!3h4ǎQ@+ m h4ǎQ@sZ0#gNhN\eLKDf<Q0 Flva`@c1EkQ0bØٕYE0bh G(i/_k0gb/a s,ʺ ̅`-MfW  R,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV Q@G3' Q@F ia@v/B *f3Z9@6G=Z60K~)9 4r!mfiG 0;AڱM\2]h,D+ z,@6G 0<W '1eєp!exiGu@5VqS F3(~5U3 ~ Fǣ% c`_DjKZ-[c_; n‡pGF;@5(f8x yuշ4iG2\üx0u | @Q@qbd册 њvP0fɫP t*đChM; (u @fQ@Qfڡ1" Fǣ1 YCFSIaSG0ҍdiG ?f(:~(>@fQ@~5;G!{ht( M/@QжQ#7Fd˒h#2Y5\@vh&~,9;Cw FGGɽAy \k NG0P!w♌4iG r|D HYBQ9KE($?ïEo!=O ܡxi-@fQ@R'B\#C ']˱ Cuӎr._K Bd/ Ah<"sĩ C`7ʹ q|Kd9Bgh4ӎ“!\i(yQ@l-@SFyd9USDNy,+B4Zӎ2[oַvr4iGfZMU=dz(?@6GFs9bX0f khֶ$cZCYCʹt<766I FWDHv/rB>f {-hZ mx@fQ@||*x~QO* IWt@6G##Ǿj SH*-AhԯoO3!g ZøКXҘ$V]}ԺsPiGM LZ388 FkQ@ޟtLeĈYj0 'd@vа|A`YpE"?3"Eòa 4<4l$ë;d`H$ڄ7·khM; h nC& r%Vs0hڈ4iG i"_H i0ljC!nz q Fz% f2 7 h&Q@X/cnmt8a=<̫Ym @Z@@F||̀zW5$X,r-JHHA @ǣ߿'+b}(-PHV +؇@\=x\"a+p@Ph4l!" =6=4 Lj@ c1z#`$'@Dz!MbG06U.|Bfn R(dhQF58 @5(Se $ B!#Lp)d.0Ç 46 ˎ-@Dzyyy - RQbB!2ds&|2 8#mz%5ԹV 9!̦/dB̴~-hx@L@%R!?,$?3?D > <@fQ@L lI`o?0C:U4!W\ '@Q@1 =Ulk"1(?|`G[̺fw(<v؇'@ִ2K>eh 1l %> F3(/WD^jd]Ȍ+ gZ!!=@@Q@1$sB Ym8*)Q@?̖Rkg_I2 Fǣ YȮwM@2U;r2-@fQ@L|֣'01G6 F3( B*CU`F ,C!O"xq3g=y'J[X00 @v$$$3$C``v[H#(B@ "[;i Y4@4:z< h ȵ%<-m! |`.n@RFFf FkQ@>- iZr|]N ӧݻv uBCB9 @5(GM 9 W!U.U.O 9?4a"1cb0s/'L?@vУ,cX10@YRfڼ|e]mx^(HzAdv+dF" v5`6ׯ]fc`)qhfM]-ƫh4 ,v\!7 _ @Ջh20s]!}Z<X&$%Ѵ @GÇ!ˌ! ahNu.v_ϚyΞnW77<H`ML; B>̱Z0 ݛW G'Q9o׮YC#7hx@*XȤHTjK yy+r^A-њv@ml䎘ڕF@]N iXbfR[ @5(PTT$v%f M0s؜vh@fQ@s|f'mKškAlfZ:Z`Zh{iW2B&i_,e4M:ztrjL; iyQ Sz w[`-@DzȂ *dr3( 2 +9X-d`˙*h:r%*F0@*=r ̷gDWO8ApA1 Q@c9ҭԵF2O;xǕ hvУtki0cL< ̨1 P3'OI5 XhW׭Y l d[ˣƢX@ϴz `W777\Ӣ,H5 iq7 Ff^X4ك%[ @T˴L+G G+@I 1bVze , I:ZBF,7H\@ɴr,'}"f, F3(% 23ŝ l F#` FkQ0 q%@fQ0 q%@fQ0 QMK4iG(H@X@fQ0 z@fQ0 W X@QtXyPHQ0 (Rl0 ϲF?~]@@`4FhM̅E yOAA‡3h >|̴Q0 TKW,ӆ HF{{ <|Ȇ֥0$ pphlQ@ɍ@N^`.rαpbb4F(` KeZ` ?*=*! ބj=")$%}Q0  bgLLLd`HE K(lxBWJa2bb*[cQ6!SH W!𴖱Ņ@h[+u, 1BjZ<-<;xQ0 ii:O f]`ޠ־p`cQ@0b iV +0G>kbr!M I)uᓴ.0\ܺ+ 0BOeܭ2-@!KG1BdylQ@900G FA ms, X P-a O~@=ݑ7 Fm, y@AOcD;ַi`ЮO&5<` j4`xf|ht(uk 1FycH#{!!CF2P+Q0[Ȩ(Bf]}\i[xe;|xu!Ā: F1(Whe Cg@U.<M̅\~ d`bFl|NB3 F1ZB~Hu !yZJGwQ[XmN30nܸ>Fl`` |H33F@N=y<# dp)bb@:I^^rL}}=|(ty=ݮnY $fT{{{+BF~G(-1@!F`[gAo`\NO; FIvݚ[B75r w|5UɣQ0 222|||k׬ٽk׹K!Ą k'+FlAR"O4F`rX9BHb &(țlǜj<|w ++Wt>>4)BHBV r $'#/f|h; F~ӧ'N]޽k"1@nUehuucc#Q0 Fs,E> @Ё(x@, a Lgfq&̖0bHbFQ0 peZd.Z 7 =c@aL\<(h't^<6n+5<;z~(82-2hg { i Cc+(7ݣG>hxL&OM @u = $Q0B:xF X]jNGGcX %u(-"s1o 2&4 lTC;oGǙF(Co  C!k o(@ТB@i)Uv4G( 3-䀋Q0 F: ++ HδxS`#A? Fyj59 DNrd1#d >8` nb Q0 mM9 9$s~&ި` P@@,k !!3:  "pqa*(`Ba }{{{ XiX G7 Qm 2S@A֢s ~{G(5@Z@Aw@=x (`cfi`6@6CpĿ"ScΣ4 F6 9xp2?*!? F(eydtqzX9 d "|"ZvQ@-6ny @!y4!;TC23Z~Jhx2F @CMpv ϱ^9`JF Xdv 2VКǎXÛ" ѣ`iqB10b#de`TH\= Q  |UP.v&#GȾPx>cG(@P22t >&ɽ/RU;yvQm';t#t;+X^u kQ0 Fmu]mbRA]82\ ̽ß K+'z(7 T fޑG6cG(s#O @f )jlE#y-ţ`P\#qG|;g2F3[a1Y\Ⱦyad. (# }-b?-f7pUQ`$_/o2P@@)` _[r B˨ȹTxG(ӒWtqlC. o?G(-` z C;qEdˉy lC2*o a` 2-0 ViC@bqhz 3~625 FB@AiÄB< $!'33B60v,|(59& @`OB*7`diɨi΂9dy|I`tvXy% 6440QMbFHSP"ߦG|Øat#(fI{ R`H3$=aȘcx19Z厂Ѷ1t#Fy2iDHd[v4VF(vڅ"($lhy< Fy222dB@fQ0 h RQ(JY L; Fm&@܍@fQ0 hϛV=n 4iG(xdj]s )4 F3(ih Id/9N\1 F%1nǣ7 4ZӎQ@:{)B@i1gF+Q0 ؼ|s VA!"3br=X9-Zc;@G(Q؃̱f)aLELc̛7s`ds,k,XN,E]֕ݼm+%*G(rZ1+r,Eye%Q0r+Z2W>0X  jZ hmj*Q2 F j q]8o'OpMƔ,V@fZ\̱gͤ(9jݳk](VZ]=4$6h*6r )_5 F6]vu O v,2-| )x\\)9g:` Nׯ]O̥ ?!)> iQ0 +҄DeW eZH-X$= Fnn.nr!@Q32ǥ&O8t(0svʙ^45n!hjiȘYkii I䳑G(?!W'.vQ@ `EvՓt#IENDB`PK?6;;1OEBPS/httpatomoreillycomsourcemspimages469599.pngPNG  IHDR6N pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVh9 J Q Tb6 U`F\, /'Dv6#F4Zioo0PrLUf-`MHIBԬ "6hP;P1D_4 yMq`Ç3h$ȉ dڀ/kB`XmsҠ@do9@K 6hghf`ܸq#:r5!ʋ~zx @favJ'$i1mA |;6z!mZ-]` ϙ|Zabhch4,ǂE΢/Tk( AEAmWC(H?,*ɓp.  f]΀q -t [*$i,:0 yyy w0;J~F,"JJ eWq8{-.@Yt cE&.+/"UU -P7pz Bhy+CnXm18-@,x!e!*ᓐ#6ϲDB*X`VL3$ 0oYm!*)?kЎh$ע d@ 3TBBY;A(d&0U$0!ʐ BL>y*yk1+h4O`ˁe z%ݷ.l`vfa΀4 a! Ť<f]`%r;]h4$73…  &mZxCwߊ 4ic4 i?/k o 2]_̐j' A>| &͟2 q$;/ @E2G  (̄,̄/*,coVsgӀw,`Vf]b &io+8Cfh]-A~|!@1~`my@` $߿ܾ㽝ӧ? @A:|ͮ?mRU d}} $zb9 Hd73h4( d{0|C˥@̙xHj(f8@6tG#F {!7 &@.=ìRr!' yznΖ/-q i*cmb6h!N#1h F( @z}D r gRzj_ ē? N#AVц( Vv/JK}NHolӀEGm]Hr$ 4@ 43gbhiJpƒ` '[< v泋hˆQ@vA1 uSٹ H C~7͢)ϟJɓ/żoސ nm"u%fAlц(~m߉b]FQz*q{ʁL l~< l0ɟw`[}0B@o~{oI /Ugܾ6󫤂E@މF FQmڱiX;/6 ~ 92%v Lo ||P%}K9܀ uH}2 h/GB5|C9}@.T}0BN3` f "rt~~#ٞ Enm++QS|&(>|0{?”xK!ϟ8WEgN0|q ">(4ZV$T2)= !됐5kUOJQK !NGh?,T 5qQ(` l)";Hp0C`VC?GS%sy.fW` z0] FH?/VUXs) i, ?bm~NN&w`nDv"V.m t @`R9`.Q@~z`~Hs1Ys{;'d/Uâ(w$I`@~_?M! 憆ZeP4RBBǏ@ʕ+R/lj'  !ܰlCd,7n"kf`5LS@Ҋ3 Qo! r.lN [m`fz07 b i"* _@ISaq]]4 m~` ed &|@p-R=NxGh( XpC.@΋*ҍ7s)0AH`ހԨS+x19,|T'^%id`4 l()@*Qvǰ/U(/?VyoDފ* @EʀCCCR2 J+G@e@.dk?~EKP('MY5UT "hh>P; WŋL 4GF ٬E9m ݋|7I]PC:0h; hS*N&ϟ 9 FkQ@,jǯX}kȉ'BM4?H"a`-u (/_a9t: I3htDw? n YW!uC@M`+# X tHf` fsMkiIDc^%gb/7hdOb@*1,@.noST4VP_LB Dβ@N{0º FGtG  ŋ7nxI`f!`[(Q3gf$ʾW+V~S  GxA4֥4EG='} I`F6tY 3 u A%k+x~P iwRm(uȓ-^? &pڵxMJxQ7ԇ7r?`} #@v~~;wAׇy"oCKN|=E;Xvu) 7z @6tG@nTH'<*Zz_R0Z] hCw̟?c!`jBCCw@@6tG=i iB!"1q3aԊSQ|G^ulBD΢/(f!%1!ʀT\HeTXOIBIRp͢NU#d6 )??yȇyb>w93!CY{g" >\WE_Ps,@6tGjQn`] 0~…@RCB2*1W@bcQ߇A13*55Zt@Ao` Q`G͟ )Kݱ=C @(_[wƍ< $!Xۥ'Nki͒6~g u^"`Í=4֕*@֢}Q` =O͵`~|{*0[.^ a_kN2/Rhk-du>~]͢`/^|NNx1%%jv "O'0 F.;i_a;67mA#틎OΝΎV.Bzh"+C4EG`ɟ0 K2IH] "QhWE0&KF- @Yt |awCR͢` !*'q r uQY F(0̜?,2'ֶ.A,O͢`dd|gbɟ dh.\ΜaDoۺ4EGI`VߧLlV#04C)4p6s\rc'fQ L-f#?5&4չfrd%D;g` ).dQ͢j \a (6ww vˁAbR͢"l{ŋf JR!(.En8p @YtVG$m̧k#׿L!A܈bR(V(@fE_bovF3';r.| Y|rM(X{,?r׎]9X(@֢&9 |~' E(T0tyD`3,#|BO(ױh@$gQFFF< (5Bng dVUa}DFtP=1WD$-߿Ȇ$J p!/~?VyoAwb rC*2 "ruQ@(aYZđuS@1 ~ | d|<F zr9rp8v^d6 }m$ I\В 0uҡ8w#`ۺ?,{g_ R$4S "d*EI.~@zCzaVVF &L@6s`Ig%,22R!A:#`67ȚgfU, @>ހQ0!S/h]C}0H 2\!@pZ  H(Tm]hO.8 a5(og0V(T9xy5@R$d _7t@VLboX~:Yf PFt!#Ȇ u1[h֬B :)5FtGGźc.T^{`F) C-:b> W)) Rܶ.@I{{{x_ yȇ3x H(<υ̪ʐ}_|iyOȵ eH(l\Ȣ.@4t& ݑQ0H۷$e lB@Ku! >Y Y21.[O&A50> _ 0!KY W@LI&| ?L%ؕQ02 ߧL\@Н.z:@{)*.#`0`kM"Uo݈ #0k b!æ*~dU1QI,|$n6Q0rg`=? [L|(6tGG`응X @ 3 TZM>#`Pr0w@1[nc@d!(?kP5GGgwQV< eu#@ai#}nR ݑQ0iȗK@@R*ep #`@kQԥʸTNHNF^jX!Rȉ7H((J.]&D4 O8mdB1Eq0 dxb;<`$} Xz 3VZv @2> |m_ D_k( &1 é*~:Vtȱ"  ļ(I|*Kx/m%uG̵btΥ#`E@Bg0Fi~pK~֍xEm vcH(VƊ -A6ɐS٧.(wEۃ_=@22#`t(gN{h08&ݒȇ4v ֪ S͠5~S_=@\.B}0b} }(@53{.r'jj#``NJUTj .g=p[n.%uTs32> Xh;D d0 X!1Vt/A=N?]PhH( cE Ą"!K:Ưˆ+فz#;wDp @5#0f޹3  F0B `g"@>+Z ~BGGGQ>1q0 $Q( OO D Zm@Sd:r{%Eqy!l$&ťH 9b> ~؅z5&  ՇC!7H(˯;E̟@@(!7-+TGG= ,X,;w&1K 9#nU5E 8 9y`#iXٖva(z-0" ;]y 4@{NQ@^~[[>Ed@1[w|5ʙ&>~ߧLCB9H2 @ED #`#d[X:_w~Ba1G!LKg@0> h ޹B9sH5 (` 9G` $] h (͢,h7!D9 Ed (̪͢*lFܲv(Ʌbd !4y17GI.^M굘㷐UQFDq-l\nD@$$Fr#*"%Dʟ@@T.HmvO8`u6v7 FNK[Gt-I D, EYmuiXv[@_3\v4)<kͯTQDBSnn&I bih 2$|VoCc'j,%{~+ ḫxYE!@:@oR&Gm9ŋ{44Z @<Z]Jfd![}҄_,8y&aPUs %fr͢n Dt FzI gnmBdP(Ev>@`j41~_7n`I@+`RV8@r!5P̫rx#OKkuln̪*DiT``f @:`f04$!ޱk9E0;@E@4?*p! ̪ʤ1{.%u46Yt˙p@F%(C$!0++QFShX2o`j$8AIENDB`PK?5OEBPS/httpatomoreillycomsourcemspimages469601.png.jpgJFIFC     C  cC" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?߸KKR%M^d`pA=~K`G|l2}G!ydmy#MXĤMp_`"«o/~֥Egkޛ)2ܘ{}A/Ti/A #B g_.,Ŀlψz~z'tFoEB>(\aJxK~A-McK徟s[Z7,$.%<4]D!tQA ~\"OY'h p;@k~7}4YEIklp8@ Xoj$i ώQ:C%ރkľ֭MOO?~. FHݍ[5|YوIXVg}fjQ=^$X o_qc4{vypLXivp>Izzocvzaq7ZY|I2_ ȭ $XNU@H7ů ^R%ыAV$@ʿR)\1g 7VZ-yK FF ZKge;Ys;Jp|><%ajmTXTkn-g3ys7~Mqa"GdĐFnyUg@HR X j޼&6fDnUb( 1x#\~K=wW3"k3v^k_>)My$Q?:e H UIJ( iYg 񎡣ͫDծ s@P체 9eh|_Yj?=Ef$" eڣ3q$]cIdRX{ ௟xy!Ki'8<bMo ~[dUuQjF৊-;Q]x,u 'E3|Kѯ-cOXKVh!q*D@u0ht4M6sG$,bs,q!sU$5W3)n.#hFU-`1*Up~Y6pii$mp ;ɼ00Ň'{&(0}scr%wۅCd X,-e i*Fd hO"vҵk}Z=B;KA6!qoU6w ^\` Eo(oUG 2-l[ 9YQ2 08?'_Z2>SX|B9Kȋg42n2-PҬ j=istOFh(_ ѯxz,u\Wuy$o.]2ۉct\A,ϕ0FW~M&~ִծ/.9ʶzaӢ_(F'USn|;n&}Vn/<@T(9>co6 e7a%*".=5mZϲy4bY6bFi,g'rͩƝm.K6#kla%@XV`08F#Q@U]rIo%md1ʎQd# Qr~3|N7/c=bhQꈭ***ڪ&Oe17_ʠ`Q@Lzb⎰lolu [}X-\2kbYak6j^"/g{ԼEUyamEdI$~&ThVO'l>%7c cQ5-Wκiw.y0hڏ A?f?iQ|;DkF,4 &RZGa mHIħv*=;b-UtvW+ZdǼnp@g>m/F" ¸HR̬Fq OZ [sZH%f-"2  ,9@lG΁mm5]Ezܬe]>FEjV/.K Q4mHJlfx.DLZ@63 |{Ҵ "]F=ggdե1_Ğ<וn-U EpV0PV&K#$_K(f&XRtِcb0h?%ׂaaj>}@i9<P>(L^[D(]˕]137oxC¾ 𽦋sta4Qx~:0e?fVq9u0FOpO- xcj a^fBȗ7-,R4lkC'K]x6UW VWm4/*y &m:X#u6NXɍwJxrT-4Hl!"Лn.(n.㯈|"_zx6jS,d1ij]ێpq&˝!F˧:>{i)&5iRI^A c %sk7W>t&{`p2yy??7omῈ?狼7ohp@U *菱 (*rp2k( _[,ZvY.!F+:`ށ=WvG"Sf+xyTDR $z #kOm}[Pԣ=u Zng=ĒM+6K,@FhU?#Ưu uħ0Ehq޼_l!:9IrH+ _CQ@߂%͎-ğ63?_`dQn:\|W"?cEEƏ@|`XE^?۫0A"_L(@ GX~ 9xOG?ڍmi{|ځV' (`ρ? f+> xMt? iV2iy4'v'wM4w1| (?PK?tmm1OEBPS/httpatomoreillycomsourcemspimages469603.pngPNG  IHDRxMi pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV{H!@!Ep@ffzTCL .^}((yy@ f&a(`}'0 @zȀ>ek!A d0 5 e GB._409|fC`A5TR1,Lwk#V?o{oc՚ܶ)׀Ĕ zh`*_ dL|@t h`99}2ZXΝ\]@w]0\C@)\ f=tޡ @ ,pAb[c"`KbMg^rN HrU1,@@LINQk<e! Аa`a`GHH=׎]aׁX5׿ 잂6V #=>0] bh02q`  থ hǁ@tj !Pz h^ ޽ @/Fl h( рррррррр &ep e  jhFlJ566 * D.Q) _F;::  VL@: h:b9pb$ؖKup @ `@dxp|/B0p&U p*)ĀB!-\ l<(Xq  0{w4$l7< qPifdaz0@ 8f4R CR lJ ! e`~5$9CR@6D1DRl8T*CbIAJ -u &0PfB  exCH-â1虑V hHd( hbAK V0ȀTt5  h`B^h{}!f` zƁCĄ:2g aњ"o`'C2 v@: /!lHȢu!Z@hB V ̆ @a &@F4|[ Ȑ@Th`%>:oCbr Ph)g8TZC2 .8$'B2tغ2@(K€X 0R"suhblB&PW t=D@!Zr(V@/w! <<|\ 2Q0PSC%WJe_ R fGQ .8| oAE@` ou X@,h(hպ I PR4ĀY3ߐIvȣw5 0TB՘j:- PiGVG>qun%z0!QtzeoGÛXу1TV |7|= A2 jRȣHXѣ @,X+C%w2@A7#+:J… "z!@,7 !1@Ed=B'*IюL/Ef2!Qt2- ]!Qtx4|H9I]?*B@.裭l CzYcoIVC2 ,ҚähYE h%xb5x=T XBlGG@*2z@(!Z 6<; l ;B_IאѶr:g k%S D= kbp]YCn-z;!I>* #Pw)הbPÍ&8T*CB0 r| 7{| @1Yg#*GʺȰheH u@JIr@hH%)VϠD[RCUh YjRB:C@Lh)Xpu1QT0uC6 k5JxBނFa7 ]jxyL*QQQR%.\BB @@@ hAĿvm҄ʐ &e@~Lvါ5b;ގÏGAޘ?tP v4@F.8@! ;C10;i@Lj`)8X4z6)bAQ\59AJe@E]9Ltdb@1[v oh ,8@_nYCvU'azb@amd0q0G 6ZbU Ky*i4h4h4h4h4h4h4h4h4h4h4$)Wߋ<DDfX6bC 4 {{@H>ztd!@huZ> @tZ)<H\:D GBz eg^z :4;ʏ޹3"w= 2_H~kބ{~ ^Μ,`T/a Ѓ@o= 2\ V>%@O ЛhR4a?@@~:2,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV }V!hz-$Ѐ>0ЁAq1{h,dHڻ&Dz m{;^~_?y mb@ϟvס#TDD@ѻ/Eeϡ/ʌ,?'|+נ7utB<( &z X/a~&£  5@7Q> )+LpBiظd1p) &%|`LþAD3"HG Sڹ20{H00q>0GT‡DV wX?/b >xYUyd>2V{RD%0<#4UU=͗RDYe&|PL)bb4F'@@ 4 h4h$H@? FC @@ D5l5v/ *2C _߿e_#<C 1 _ۏ&j"@yh$ * <|rLHH<khhp!BLÛ` f`@  zcpij` wn 0S"0ЁhN0@,|h fQ,ց#l2$ɡ $)`(cmP8X@1!b 8F 0> M#HW^ E@%0Ë\| @. J`+^~? ݸ &*D$&Y{@e@B @ @4`v{;` ZjFd,`9x@ ڲEB/y K||<z H@,R+im;3lXϿ ߿O|Gm0oH "6 ;H<\Sx. #!oRx<;5}`i)>p80"E 7vyP40IH0I{^ M^BjZxYDv ِR A y~׎3 -Ȁ0d@2)"@Yx3T:e?0(;V*`֥ VR IJ [@o@5Ip6H9:rX07?,TːĄmفR `uA?$F}޹3q9RJ3CwܾXBaĂV i@;Ib$?ȖI]`B 'M ,k a 7lO39IdFcP>l Bm{Xi0[14_;vA;n@4+^H<@́(dx%VA5I**: $ %A}<Ve92DjжyjA@Av+Y:8$JANȍOsg2%@X0C'08V8WGd3d oc3RhN< M8 P{~mTx+j}R@BjZ mp0s:y2 .$ c}Љ`Hd 7REn@Zȡ9tϥssSA`Ө!E6d`CN{W~:922@(ՁTgK *Z>`>3-Ă ),F'd9 Zo\{(.``KÇ 01rPY~9&ŋL, #n𴏶y6l*FKԍEL!ǩ@Ve14#GA 8d>dvr:Qi]ǀ4 @,ȭfHF+R* K+`~_r!GAl? `ֱXAvX_;vA#σ̼|~0kx0?Cz2.&| -Q -o ,' e@o\`sq  mҎD^ GX T3tK¾?\\6$vKjq f{M ICni mQA^ ]sb5Jb6]@5'0ݵs M~3W\*u<|p( mޱs41@#n l>0ӳZc :պln@G2U X_8t0ޚu,N :>\`ڇ\6B)ӀK@ѯL$ IYê=|X}t6_?We0VrtLm~qk_ 8s .=$q6 X2Ѝ_wBZ!V#YEbb &#<{S_ ~Gr:2 Ρ?,z }xJfR``fGOظ[@ dC*(mD^4 G= lOvЇ=C()ro=^ Z4(B-W㱹Aݨ #h>r^?h>t`Г@.{sB#l4xC$Wx9IENDB`PK?8~(.(.1OEBPS/httpatomoreillycomsourcemspimages469607.pngPNG  IHDRؽ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>>W70` ]@c 6lM-D`Y,GCfQ0t@ӧk,7ޜ~4dF(hqmί[X222I!!Q0 Fk $/-Ebqo">($b45Q0 0`tRX[XXYK|ںmΏQ0 wڳk7XvKHCڅCHepڵgOI`QwussqsY@Y=06y(?➌ ԉ@>)[O9)=ʅ,hs~Q_0oZMr`nZȒ?`CB yqic26`s~t(+[!WO??yDHrbRЧ[ mq֜A!!ҁ` ~,KJO8,%ji(ZWO [q?ڜ`ݨ f/v1>|>=0Λ(x,ϛM X@ϚI" Cq| d̃D< F( Xf`=k7:`崫rhׯ]0CBX7Bƅ>y cWGGD:)Ѐ2hWP-'M0iD8 n O .07o:CF(fe=Ql)&,MK|?ygQ ȧa$`"XmM*m2r Z8 yp ###Mh|IKKKCKsQ0 KJ׮Y3z6m[;s @* _ vO~Hu+~zhͮ;<~8#5 hЃG(R-4b@lCFY`x?Z`HEn:-1# &%뱙 # >;O- `8j͍AQ" :{ 32AQ0 ?~ iwf4@Qu9MSKv4UQ @_G(=zڵġR!Za۶46IF(Hu?XulCFFzZZ:A1 Fyrk`nA ͧb<($4h-,(< F!vzAFFؤ67~Ϯ@6iU)lѠT,O81 .4),rTh)B1Q0 0| 6 ukRb@QTCV*`Ϙ``,(C|Rk( {^GzQ0 !2bPP2@LibQ0,P[;2gnM~Q0<dƋ>}?okf@Pr@` ]FX" kmjzP%UnI3d@(`xޜfB6+b"P%Q964Z܏Q0 gY$);Vl҄ hBBB&-,Sܽk A9U*^ <%~Q0 lgE-kHyu"Pkِ]r3yf FQ0 F0(nCgE9Z[r9r>d2Q(_Jf} @`a>Suۑ]ZF^[mr>yln~Q0 p@Xj7~qȰ|)e3Lh`,2s5iI֪PM-Mhq? F(8Oq5'x_= @(`lcC!2 *//) kNa4Z܏Q0 Fv,F;2 okjiBZm'O@}?$-G(;00fqyy`y RiDrqA"@4i„T2 F(X_Na҄_gK+!e:`;[&% 2h FQ0 F`V,X'Mamv,&d.V 퐚hP\<:`c[]W oȽf )\`Aպ'~#dE<8yD@9]0o^^ADYBR"Pr  @.PogO7(K ۬%'//)Vf,Hr! XF(`X;Z,IJY3mH`;Ȁܐc7Ph|㎁֮Y#-# 19 H9 Ծgn2 C c Ƒu>d ((TݽtѤ@HFjR3ݼm+-nf68x&2 v`ɞ1_0o>|` ^]W Qu+ 9@Ő9,\RC I&+s.7T@ot@h)6Z܏Q@ @F8|W f7d]> ʢ-*RXLʃBBBjY) F;@[d {(` 00LܽkW0% 1) 2,XK|`41O^*61l4!GcBN$(`vHbH,%;觤E+=A&{)i FYQ0 -đ.&B˛wQQR-hq? F(2 d_Th` [,Xy _7Hye/ oD2mkl@(`md,сdt0zb5Y#Q0 F@|R"x+y%~fZ:zGoFa蓵=ģ`Q0Q l]O }Xė@-X +>k uk@<@"Q0 FMElE6%>jٴm+%e=`隐HoD#BDHqQ0 OLJTdς*hsI2S) ("z΃ % o`BXSr^<74a">HyY1 `R742gQ0!x j۶RXCKu@QZ܏G(C M` ,@)U 2,4ϰ׮Ak˥^ @Q0 FHu2TblC]gnH7BßrZ~Q0Y3XR g٣-]E SfZ:p&&~Q0Ad 4ldRz1j- FQ0 F+!$Ë1B]Q#h`8?⥙hRbZkS' iQ@`ZWd/Z]޵kynnTQhq? F(؈,dhV"@.yCO<:222Qhq? F(6'OHjhyZ2잝>k&]b-G(#tkqJjq[@쩾 hq? F(XZ`KJݻv5-Kef2 @`4W'8*7WL) @!qu~@(`VD^bu DCti@`QOǺ5 }<@(` d_b@C_NPb/'hq? F(Pibj׭YEQ{~Q0 R"`Wٴ-G( ddd%>%7 5 Bh`00|< (ZZ4=2hq? F(ϡi y$h`pIYYoAIZ~Q0 PMsNZ h`'s6-G(;D׀e4F(k;]EA\ #" @`QB/qy'O!  FQ0 F(@ϪWP'by FG(`D"uԌ|DpHp}n`Q@<(`@kjGoQ0 (`@(`@(`@(`@ZZZ4:z{Q0r@AWL0o x6&y(#󣫛r3@|4O0X^?Y?T֬-G(xɓO>AaC/7'[( k׬-sSG(`]@b N IĂyFb r4Z 4X0o>^Q0 F@=yr.~Ȁ|`Y_^R:` 'L냇4Z~bR]d (LK]=C4Z%P]W lVL0q51 F׮ut%4Z1tr`R+/)mmj Q0 <{hq?wus?onQ0 hݨ4a0=}dH@@w~bL=k`PvY3G` o޽k]?$ =b??o䖥av(` z@FbRRnA oC@Qg G+=W7W 9$b Q0z([), rG{xp'N\vm4Q0  \!7 @*}`4uaӕIGq? F(`@^o2 F(#hq? F(#hq? F(#hq? F(#hq? F(#hq? F(#hq? F(#hq? F(#hq? F(#hq? F(#hq? F(#hq? F(Tk׬| }"abAӼgO>%$%~Ȃ`Q0kPKKMY`҄ ZZ.nXo6gͤJ)Z^R ,XWKFF?*8qBTx׵WQ0 F X2d];wf^` ؄_͚ի?~H- ޼s ,'O?or?($Xk6F(5 l›֬ܧM;{.^>^jCBhqL`3?!)e>XO02tڵS'N&&%&Q0 F"X/`!imjΣu'O@_ Ox?a~k}ڦ]%B*K)4zg4u]nɆrh)Yfk .u sVoDk2 @]t_X=#?#}1 @Es`?.x1**MC糕04 -/O/%AxjLWԎ !!+x̐[QxnA !  AZ$z5j/ 鎩\a_6ZLBEUV|zζ} |9ݡW1C;+\ ء8^ijib9 F(GYf8 i d |S˞]C: eK*5.7_ps ֦I&g@,ćSeC(`P0w?> h)P&i5'1*! ͟y/ vBj6䠁s]9 F(@KK y)t{p-D!!f>\@P+`-ݻvC p e&iQ0 0A|R"t:\#`'4uIPH0.3abdu~J)fvk5ȝ{"b@Ft%q2n-˒t9[¬`v:rmF!*ʁݞ|*ZϝcPB3e6Ta~SXr m~23J U-O˲xe̶&O|+5/ 1#hu Aj}5OQ0 F Xa?5p?i]ARHIȖ& d"`Q0@< F(#rb48F(  @5kllI:&Q0 =hmj;*n`T %#=Z*GIQ0 F&^e#@NՎQ0 F4Z܏Q0 FrDڤ ֭YӧZ(@y>{u7W'Oh*Yfͩ'ׯ]4a'!-@6A10!kQ0|kmj޽k,7d,\MPH0d0t@.0|ڑX B4b-T &46]zr?cTFjg,hxzz dkzXOj`A C+7,ِ Cx!,<ѮCA.60FKH g^B :Xc`EvG.e*44['B/ >]4 F( rA K-`| 9,kوv@flڭql'@wX8c GnR`X=@m=s sG(`X.KW9 v:e㉼i5T-/{9 @kSsfZ:D铧)fQ0̊~ F\e#}:@qF\v ؇OVڃ:{UD+}`! C._|O,&#u fҨ ,g {CI`dYȉz`҄ OAGn>p- -`b"">ГMzQ0 FXF`, ,!Rk`XƄDTtD$P1Pׂyht2@@ߨ[t8M&| KXB9J^>> `.XKHC zغ%-F9` ZYC a=`s~t7]^1nIHX^RjR `@-i4@w? F(#Q0 F( l#Ӂ^IENDB`PK?5OEBPS/httpatomoreillycomsourcemspimages469609.png.jpgJFIFC     C  #" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(((GeE.I Z+ )<qy!/5kלtaOȯ觥xKkF[B]/|zijq˷21R o2vHf}A~ ҹkB,:1̝؍Y_y>)Ժÿ$+ھ7,d[9?oGy_ |c_c 1Ԭ'DcH$7R2*\&3J'  (Q@eo7Wӭ?.ⷹx⺊̪=Z?5ٟWO> |p?_ c gq?hGd@^d!bYXa2#9|ItQRL0B8 E=?OW@~?~6пuxrͫKCjˈ!0)'SnI`ד)+E{P dnkÏٯߎ x{=SB{YuWI3Fq0&J?_ |3BZ-=4rG _9Iң o@ An-3Z~?􁏎G> |pf~Q_?/1_kվGj??|uz˙eG mW%zuCc (Q@~0uXwZ#;~Zt>=KTlK-dc!vo X;BP4~hZ}^m4:;[ 8V8mB$hUUZQEcWio؟Zvz׃K } coe0m $+Ku>Wj8A)_ xw|ZzFc"$ Q𪪡@+B.ΏSt=ڟ/kz( !q]~]o Mg7ֿgx ~S/kYon&0PĜ[9w+ 㿋>YAnx-!6,"pHH8u?+Q?k{K4?'YaKBQqVTxc_?U؟'xŞ6,᯳OiCȞMb>fV4?PK?VE551OEBPS/httpatomoreillycomsourcemspimages469613.pngPNG  IHDR VA pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVb nh 1 F(b[Gtnb 1IH(*V_򋁈rh` 1$% +s"BH  @5(``Q3ĀW\ӝWEUbQ0ZI,IR5B*$z!F(2h6 bQ0ZI@dtp<|+ FkQ0 Fh%0wLxufeA[=@14Q0 4ŝb;i5Ch1 F(IV@`Jbzh`Vv@5(`!F(hh 1 F($F FWQ0 '׮}ڵk?}B9 bQ0+ Μ,ʋT`}{׮׮8qX=BKK͍B@} l+ΞnO .+)!!iPLh 1 F(X.`%, tvM-+J p HF& :/F`/^P~I'Ș>kŀ{vyzbPU4TktzZb3o4ӎQ@ux48;gXYb`7tT4Tk~2 Y*ʨhGo ܙ#Q0 !?׬f fst)g@J2 Lć!@Ѽѣ_pu-B#wb=֣(X_;vpv)#b%>90rӀ =`2ʹ*ˈ=U V3++S|!ɅF5|wF_) _޾V_!eZG12` W&"R[T.zyw0=&L4abbRRu]-`{ hRC t -!isr:wKuߧLzH޹3iכ}({hh0 FQ*6{ؕKD̴ݻvM5U)0d U)yNr o]ŽԾ y݈k"C4?/&DsdѡiӀ l31 F. bʯ@`Y6Z=Ppd{*Q0 L0Hvt9Z`  Ї;5|+&Dȶѽܣ`Pށ 5@6pп@TC>|XINM$z$$=3`R;C @H7 PC\X ڱs4(F( | X;~MDi =@&Du#6` !׮=- JkwIVX4Q@Xf-= x5!& фH;bѠ$q/zNSKk] 0!$F"Q0 t 1:n6h` WpI>>>͡?8qn6h 1 F(tX= @` 4ZCQ0 |<4>s l: |f) UAd0 B7!Njhɉ{$@`Y!T`j߾ !u >KH?H &ϲKӺ!F(3@f -|6)R7| lXU.Ő[`壤< 2!JH;E6!t@`Q*Aȋ5,#׼HU5bQ0 p vC G1F $h ``.#Nu'@`QC~`y|œI\^a'6w:NS95"46<,D'x(``222=fU hylDVQ#H'rdx ^@C\? /IDZ&s [Q]ۣ`Q e){ ,!O`tK QNE,?`5 ,V?W9 Г >ҢyD~ W)=`QC@l z`d>r:a9~> :?E`q>cSR + =$ >ɵ\e̪erX{ ;XC.*b_Q ˄?d@)]^|||KW,OB L0a4Q0 hXE@)H5,-6HEWs hL Xy|+BN@$x UIçO_!Bp]h 1 F(?o`% p` ,5d\j+8 "huz2x$ 2Qߚ~Q0 Ft]$邴!#Kȫ$$XzWH=@iϮ h` [=@ V* X4sr:yn@5(`WJ3' >a@2Mz͕@5(``ٍ<м1yCU* x=wrߺ5kh>,-M[O(8^ImD>H ;ɮ`R4*X[Pk (!j OFkQ0 F: %F q|+CBH!Kv%3Ȁl#zVcdW \jCnd@[~,Xr6a@=[䉓!s7 F(߇\R6w[%#{!H@gC6A @kS3rMDs>yН!AdDa 龙[`* ߧLlHfJ4/`|`7 {(d"RI }<ʫ'N޵ X2"`p* GB RC (e>x dK(`xLʥYSW'`O@* kMiax( Vit w` 7S*?,LQd@: F(G^jl[ͣd RI]`l3lZ==ɓ'gͤdd 褟k֑:@LhaQ0$@u]VkS3`BVߧLC[5:Jä  KTt-US4bQ0ˁ̴t /(V qzQA)֮Y3iD`ȣih` \!:"J2Sߋ;!)KJݝflph 1 F(YXB*R /F^̪*Zedd ݝ +!F(#u+ I@4ZCQ0 F" 4ةVJ3n@v`]U^ =y6@`[I5kϛGv QJk0׶k,ȂAD4ZCQ0 F.v# _ɘˬ q`-Y Oh 1 F(r8N!#esT@.F%ը'OL02;KG?zS~I FkQ0 Fھm-![Cy~>^Rr𪪮n|$he)4ZCQ0 mL Ĥ$s /`uؽk' O?g%@5(`8WDnoG:< & `Qk.] @QQ$h`CnğyxF_|Cl-'r+ !F(#z Dv#=t ȩD@/ѳbQ0Z=&T;+R[%@5(`z@F,7ʿwBjJyI@йbQ0Z= k $.2<{k@LkPIh 1 F(Xdi]d@=n֬[GjZW4ZCQ0 F\gnZX iji{-CJ FkQ0 Fh|||J`IBݻdrڵ'OP2DJ FkQ0 Fh,?},?& m Er3* !F( 4A qS'NPoZT4ZCQ0 F,8yx@h@`!hZ=@&oמ8UM-MZU!F(C 0*Ӯzs s,d7!&Sok%  bMm`Z[ >G؍|5*&N(` (C`Q0t@!F(``4ZCQ0 F(h`Qh 1 F(;bē߻wGaQ@O@LxO U8` (?2 oo+'C/NIbo:Gz44F(pt P !! ȫE?b?bh[CZ3Nfh 1 F`vb"AhtbhF`!}Q0 F`6{۰)@Cp$( <݇Oh:Q%!l\v44F((kN`6fa?4ZC nDb<)Ӏ= CGhbؽ_@QZCXIھs1 F(rpY rͷ1 F(/ڻp: PC@n!F?`X}ʴ/^pU =D,?,=zQ0.`:Cz8 OZ`:o`H=@!i jJR9Y'QQ0 7s/^ 5ru b 'F(ònt;  lp 5<~_9]r( #hU1 Fp,DxGεkb;v사%Dvs5`@<܀ðV hXCj2v{K̪#9S 1 F(`bQ0 Fv@5(` FkQ0 F(@`Q0 !F(``4ZCQ0 F(h`Qh 1 F(;bQ0 Fv@5(` FkQ0 F(@`Q@5pڵH#=}< e]v;^CL07̴'O c Q0 F'OS X]YRp# R|iKW,"\e7PUڳk7_p./)?صsBFjǏ#Q0 F>^BիȂe%'-MԲhЛpc'Q׏e-1) X#\X5M5s2 F(XX!5M=k222hl^AQX>Q]W X+@zCMyMy`egOk&M>ydݚ3@!&=H݂ {gl0 D dA. A, ̀EY|A)N4EAH-Hpʑ Z4/L |#;g6+ c%PQ_y<%-߭)tS>}^h4s<^ MS&{IA)nڲ`h֒}"#hE&/@퇀]#wX\\!}1bdQ0  1M-MBbϮ4*xxqIIP'KCB9 Z'ۑD̳ I&"z? d}49Q0 @/7 ]f.\L.Ԇ,O0I:uz`&yYRjKMm[Ka&sMv J. E߲,=ĞYFx]3jNՒW1 F(`=uQ0 Fv@5(` 5Q0 F(#l h `c;F(bC 5hbQ0 /ZChQHQ0 F(@S.+љQ0 F(@`Q0 bA|y]|||g̈́ɓCjB!׮YnZ 78$r'kAd!_\v h8d P}BRQ0 F&/`"~ `(-#g`٘[))܃+׀ܥ+CtAJr^ 9w6@ d=+u,P(Owoɞd_7p0~Ι)H0b3hf(JRaB(+S }j@h-IVxЈr5d, ^RHl}!HN h ݈AW\|+V,t96XaX>:4 F(F `AlL{ k5kll Ґ4BAL5kk2haQ0\d@m_?|pDpqsyk!}@@I5`wXIC12&#u> Q0 FPm7r2" =`bӶ222o`\6y3@p { `@o):Xo p5@Od.Xd[3oJEGDu-7o׏Q0 F\"7O`6iD`}Y FI`T6Z@FR,Мk ~PH'O  )!Y&ma<$}hfa!Z -MxAmM|`A 0+(@:2m \C<{X6J iXI`)Z&|^hdePmF(``4zQ0 Fv@5(` (IENDB`PK?!??1OEBPS/httpatomoreillycomsourcemspimages469615.pngPNG  IHDRdnj| pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}4޼k֌(ɓ'M'O]2ܣ L֬Tnn!!a2 F(ؽkׂy!$/m 9Q@RWXA.7ؠrudPH0(`@֬ԁ >>>`(##ChD׮q$0i(0hȌQ0 ӕ֑@JHJtusg@( Е w+Ѯ(`` XM+K F+Q+ )%+ #F`ҕD4ZY|]I`V@r4dF() #+ޕ%ѼAޕ (%Sj5 M#" `h huX8qƵd`ʀal5 -ւ Ѯ(]`ALa.RX.[6ݺ xa@Qg '!xLB0U{~hyM6BѮ(2ő iˀ4uڵR䉓 ,\%hS]A VY"e "' h!&=Ќخ$0`xs`1,̉)Bz{v>^cLF %0-N0x5&::Iݮh[d c0< HYLamD]Najm *K`)/)ViCA<'Ltҁa[?Zv%G(ԁ耬z:,'&%9] ȯ,'MPy4mdLHWP0kv%GN퐶;IdX;5u^Dv%bO:vBTxǏ-Zh5,`ΝiDӚիGd c0o\C]=`j?-Ǐ2RM,HCSDre `"`B, z i! `#jski\ .Ej'ވd4: R>@IX_V\B` ҆aKJ׮Y=P̴'ObNYd݄卼A 6o:`^  jkmj[b^ `h0ٴm+]?}`ck?8$^ *KHM t0Q%`Hs'L4q ͯQ%v֗T4XY |ntC( &5FGD<kNf!= >$U ju&B8|ML5DD >r0TNI@Ъ/2?\'4F%Q ن4tb)۶0 %h0Tu'O?O[AԝZ#|B\\zuȫFEGf"$%ia5,|1<щǩhxzmm X~)pe9+$j4$AyG<^p+hHnt5(@k šrWjh`YJyy *.y."~w )Fۦ`'-0ށS/GrsZԗ:c𯏅\: 7,h\ ,P7⩀`N.=Ϡm \>֗d V P=03RF7` ` @1) !1c ! њr$'F}j ^@ K!jhmCehkШ47QD|C WP,!g05Mm|-62dph -9 tP5<7@1aO>b8kVFF& A@0zr&\ ׯ]-r< FN4Ǔ'OOr]itċ OJF(lbV;Dr;]\GAPH0r #[9t{BsIrvhD vGze9 !HI GՁx iJC[ܹ$R'UGg+2`pu %[Cڇ3 #wGui|]324!ÞaҎH -#_N@(%$.`;< F(26{B28$d0G _dR6 d^S 6Ȉh ~bB[=f8`=v3Y <( q h,m!(`ȁ'N M@]6d@1!˓?ckO89ǣ` E ,̇ ~/( M* 3oۭZ4'#=} O4ZY]@RhhiRt`'McYzL@)H lBktD$U;@cG`(To `Q_>B Rhm!C $ qT5NH_ 9<RMB*I&=_>pێ\Q04{')<G.Y;|. ,3ҁMIE22( %%8 tKxv>-H, ^%Y*muIs!ڳpi 5+ oÇ@;*2K )-{ ! Z'H(4 !-`U20@ArE^[I C ;ZޚH!PQrtnhbl^ $!rKX($@Ny~t(C[ /=(H! tiix,"s*|vX@TTk-BO(w1`Rc!HB 5`.!w <]k\e ˱J((&Q0 "+%Ɓs>@!J2E@]m'[|&9آ o@LTEc!i4!BD =1Ճg@5֣`<3:Dw  A`J 2V lSү@ޝ2  *uI #W׬ hAZph*T<_/"$2z>'q<-֬=I(`P X`MHJ4a"<8 ؂߽kdw& W ;{)!p̌E {@L)RfZ5kHn#bȇA h)iA&>U čfS$0e;ض65< W4]x^ 0:0 F܀v/gEJX(k`; u mGʀMe1Kԑ|e @؆Al3`X$J9#-,uN/Le1hB؀Ѿ*lR]EDT1,n+V-gmeru?I\E#d۹:>]]! ʠiIo fݐH L?VTݪI6//S 5=|oDAAʱ$Z тT:l>&lHvgcyyyR$w5Q%sil's uİ0Ac =Șѹ,Rxk84=(v竤:W9;1 l*[B5L6`u#!CmYa \Bxu<7ahˊl{WpPNg/ap"p_^I o k*_ OA{+ ^y1օFK <#o tkxoΧ%[,:1f"=(p:[);Yx,r;bpaDVOr׌O鞡@ aIY^Ǐ׮^Zz5P$*<v2PV\H@]ɶ}H4=0#5K`KhE@Y@Rktr?&ZRAU4-Z=R ri @|Pdd%5‚4(ȁͷ֦f`hG1l~Q0d)v%7C28*dU#uA]!i1;@!N+^@BH)] xjQ0+| I%dFmJjJ݅I6 qw2Mv} bRZ2jJ¢n(C@0Kv@*֗;$)Zv(: ȷZ_Bf)/5%LLJ"/Y3wT?d `p ?*%d! $|kh"zRǑd=}L`ll!5%ٳ../=?} OƈZ}I$LF^, %wNt;@Z!-Y_ւ^` -&ߌE&Lהd́7"䢩t:ܤ\_zy4x%!o&M<_P@nM;HgHu:II*"3 lK!2e l[m Q0 ۹`RKxMILYfޭ-(Ą5U&Mn'H}:9d'ʣc Q0 ع\@Dɲ"Sk=`hD6 &I Y$bL#)ݻvM 0wa ǽQ6Ep>;ЊA|b%LRNɕr H!).Ԕ UJ'ZQ0 ܂|HNޅԗgbh84g><@1oAY֗E,nZ`p7!hQ0,Tr$sKh{!S\O}7<@1ZI|h#$ڎŏQ0$CW(qȅn_ti?  &\>KRh,`; F( kᑇ mQ. #s] AybCp.&: ҧ)G(i%9lC>YEftD"|8%M'NP7L0{wUQ0 \_vߖFgY<$)/> ' &"A =9 :h"?}&ϨݻvAGQ0d=f\fO$.ʐ؂/)%hM9,@[Y‡Lr#]B5^`[Qdt|\_Bl%LgO2f.!sx0 F XQJh]@ȆH2 %H G#eb"I50]S'ErNdXftd/X(rMF`1bq\Tٽk7n(+)F0D܂|`،")ibR 9AJhd9Q0 F`-Z@I澙986I*܀wIrI1ӥ #zdH%=zj( 9˚{G̃\\Uh} b";i.7*p$~r,ј`dUdS(! (ofaNa;؎3ñ{Q0 @FF#ҧƻ<25ڂQ (,!+esM`" %G_S_K9`4G J+K`#/Ȫ,OBlQ0 FA3E"|\]ѱr#4 ݴE&_h#`K$ p&DbMs W@T,ӖxK H#NZFz4F(`Ǒ)ng<ϔTð# *Kyk|&;h`Թ߂)]xY %dOQHM` {>'y~bJdҳM`Rzx؋,`P'rW! : |S&Q0 FԦdJAR.gm::U> F((uG Z[$ݖX@jH\w (`< ԌuX_; F& T -єRr])dGͣ` JB h+`4z5) SY.]&2\Cu~ F+Q0 CB_R̤§3{((s0 `M9i*$ hP Q0l@^A> F`Q0 F(h`Q0 ,G(` F+Q0 F(r I@`0]> 4Xf n_6z.~,N=^FhckM#Y+d1WPԘOFOw`ckv+))ٵ,G= u@=K@<4A!!&L\8o~u]hhRll Ml4a0n'hr = n]f֚Q@6 MѠ,Gn>̴Q@$4a]FR@V``}ɓrk׬4a躰Q@r a/!W֗R v(Ϛ9 @( 8$R_:޵k4@Flv+Ie/vr RfC0j>yR]W  Q@C Fpm]0oނyKN˚])ӧONܽkד'OcbRRnAh59 (4ZYaa^AK=v_vmޅ9RMV* F+Q0܀ ]COG횏Ah`p0 Q0 >`Q0 F@%趿Q0 (=ڳ F+KIZ{v Q0 ,GG&ʒmt(C:qat}(h pqsQ0 Y`wH/4ZYȌ޶8 F ֗ IA1 0@VO<4ahPQ0$ X@V4\3ޤ Go'`ŨB\ F+KۉG( yQ heICYN< F)!x(h-N=:; F, )t4@F@%0N5سf֦'gdQ0'M nB QAt_jn֔" bQ0 ߛ\0o]%0l8 4ZY 3$ Ϩ#|ѥ`0ԔkBRh, K~:O8qڵ#fkG8:H= H4ZYX7kU; F(CQ0 F(rQ0 F( h`Q0 ,G(` F+Q0 F(rQ0 F( h`Q0 ,G(` F+Q0 F(rQ0 F( h`Q0 ,G(` F+Q0 F(rQ0 F( h`Q0 ,G(` h4Q0 F( 40~h4Q0 F( 0hrQ0 N8)##3d8N(`к[,l!( WZZ@rϮݣ11 F(4k׬A!AA,\v5:; F(4 ͗Yh,5yF#cQ0 h׭|InAhPh+K`3&M8,vQ0 h֦f`28$d444(Vvt񕕔ƎQ0 FAfZ:tAA6AQY;uetDh}9 F(T%'O+`9.8$ԗ㱣`Q@r56`44(4ΆԗO<֗&LQ0 F( <rtr@ u`.]\ZFf҄6]A`Q0 >}7!5%U@ 6ijim޶XMN0͕o4F(֎ׯ]߽kxAM]-Q@9 ,`U]hsQ0 ! I$u@ fALcG( GheHrt(`4`Q0 F~@(`Q @t,FG(` k.@ѩGQ0 F(  :U:֬Q0 F(,_ ߁@t,!7]fQ0 F(w  -+yQ0 F-M||| IIp_e9z(`&Mr Ox O<2X>z(`N8 )dqke^ th}9 F(`x iVd) r_ A`Q0 F SBrh5%t _fZ:=yd4F(`  = &/PfQ0 Fn͚$s f⺶ ;XeBŔQ0 F(4ׯ]~dhX 2!<>zj(`Z`LC3wus#f\ Ee9 F(` f@WtQ0 F(@V`Q0 F@(`Q@he9 F(`4ZYQ0 F(@V`Q0 F@(`Q@he9 F(`4ZYQ0 F(@V`Q0 F@(`Q@he9 F(`4ZYQ0 F(@V`Q0 F@(`Q@he9 F(`4ZYQ0 F(ӧ׮. M 'O5đG(`_Q[X`i֮Ygn`~E*HLJO'O4 nR2 J=˖H`ѫy2 F(æLKO~Y3֔ ͧ4(` 2j8@ zĉh-`F`Q@|V]W d߸vYO=@Yپ`|V#Ukii@-]3#4z30j>4ae4iDH|Q0 F( yY@OiZS2NѿedHd !XVFAyI)4G(<lO`@/V{.YLF@ZQ N?/o^>>`:($y^zy6/k]\5+ S0@&O8, L I֬sM(` {{zy'yDQZFX ܂|`A V6׮]@5{vr'D܅@@v3 Ĥ$S׭YS` u<=^C#wc4O8 4 O Apqey&dԴǏm\ #*< .1 `Q0Hv\zPWXBEL E3 HJiH )u@.b b,@5@Y@ . PիjʊKkj] ʀ$Ix fp CAdл G},E ew Rm(4* ֭Le;5+SDLXRu'y8X2#r{`.ɒ4 $;C@P6rc 8< F(CP ܹGpIs s`= AKW,::6 llϛ@äűxt?(`U>}$S"18r؝vF3aRYBȫ]l& OQ0 F( Pݍڏ~횋+rD-]f Z[$ߺ5kq'5EgO7-@ Rב6B{Ӑ>k&Dj%4al\=gQ0 ` 8 3x ,?'|XB֠ [HCb R`6&"h>v +h օZ~4y&2($> Y Y, 'a;F̛gaa$!WQ0 FHkA{0`vϞ<4 au4X3l@V?d^n#8(p|`]nna> "{n)d ct!Щ;! !GAje\@C`Q0 hQ0 F(rQ0 F( hW '(` fɓ`,#"'M8G(`0ה~^rd@ ʲfQ0 F(@FF&!)qx F,G(` F+Q0 F( 'O޵m+||=O"ׯ]oGj-`Q0\(s q@ş>}g@d/,ъ)hh,A3y׮65'M0tus-7?:"~pV ?oP ~$`/g2 4ԉ`Quk֞!fc7ӇDPn8sQ0 ~j•%0Ю3XSa`2 l%`Q@ح֗@<9e5@ 2>)u{yp.dUyMA!k׬4 qlQ0 F(>y$\hv' `Y @ p|`!J@Ƃyݽ  [?4yD`8B,_ .|uJ`ț9}FzfP~p¤ wڽu;{{-z`Q0 ?m!,dOY CnnrXkkZMmXVp҃ļ(xtYE LeQ0 F(nY ,{?]1j`5c~jyQ0 F( hQ0 F(rQ0 F(  }qIENDB`PK?+8;;1OEBPS/httpatomoreillycomsourcemspimages469617.pngPNG  IHDRc^ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV!G-͝DukB*H`bVxf@R_"^`x)i4Ѓ\8o5k fHYKK!`F'!Gd h&nȘ2v2 ܂rH|e(Td}LY!ioM! kJo[ Fuh}90ր H~9 #iQA,pjGW6DNM pyI)4C/͚0I'%6G.0i`5L-cșII? h`I8DfjC]=ey?~O b鼹s!*<5@da2 ǏxzAR˵Wcҭnil@ Q 5%0 LstK,#5m4Q0; lpC+4I )VXQK䁪GC -< l  0N0HH] aH h`@VQׯ]SgOYf ¥+N[ݚ-9IIuԝ4a"ȁ#G<:(/)\s f`f2 X Ѩ]Fm[y1E"@)!$LDF+K{.䙀hd1!2>v &sjǧ>et%$S3Z`k{P9i׮c=X ϖфs!PLKh@+.ede(I@tVy֭Y !$a:\ W7ׄ*sDULq 7ZY2`>XplOdܑHr )A $gmũf0 {G CKgmihyc|ݻvC:6h}I#͟7ov xu]H=a3P|@FkN5B0`vatߊ<}Uհ6Q4]Y _C?[; F׈h$dYǠu!|]8_L7L_C YIĀAύ `JTab?.5P}>Qa Zr zAC9C8LW G+@A;},!MN"^ gjPg\v &^P?@Љ9I)v^;à V&"w& !H bW@!`SzxtkB``/D$% 5]`#C@!>`\vɓ'A!;2ј@L^pZ5"c:w(MS4TS> ф> F}'e>~M--`ԉ1; 5 |HONњrzՔ'gi҄ * rp@x!,zyI)j&;{H2"K l`vYb-/ZA~ imjjkhQ)]Fa`zZ pȩrGw]32'MEjNȏQ@{vڅv%X  `,FEHD#|  L~^=HcwIHdf>u$xT> FyX畗"W2^,@E!ٓ EKQPCtE&e#'n"r-,|mS P LTp*/h쎂Q@7@yxBZ&\cZX D@*5(b`0w1^v2YOj A>*y'd ɏQ@k.+ȇI kjjQ)H ivCQ9  . ^3S*L`W9 Mϟ>P%}C1 FPHw cH ij)"9 F8 &H*F(HEHj1`@^v;:1 FHR"@PF>sp@}O֘ 4+6[G(tjNM eBZsz lkFQ0UȍiHɰnZx3(. x+̜YaKHS'OҨ^kYeU?`5M!%HKS3r(-]|4FP|` NҘTm) 0Մ4`.PkS3/\VՎ@ &<=0ϓoDт!>0 Gsb62r`300w݌Ck>>`QF CHoRCeԲb|u}6DCn=n:' UL|GDED!}dã0 UgR\I&N0a45,L8fB 2!BD ЀZ(g&$%M˼NcCWܹ@11@/tɋ!ԧVTNXs0%'%%d ~`C6ud ԎjXٵh]u]5k2 9>r Tlc04t^^A }~Bt^A5W^R l"7ր 1F%1çd&aV.|>gc]D{i@ǁe x 2 _fHҠz+$ B4?1ؼm+$#|zH"+M۶I;)AU@^(֔ yiV~^שt "U;d8򅗣``9K lNj( 5 xy)! 8j kGgG('pqs$i'jXUՒQM2*6G2 ]"A^BgPEv5 ى^7 UG(<0q)xeijXG&&%g=,^3C<@LTI H[1AUʫIHSC@BG8$$%B]YBN/!5Iv {׮aԆ}7F 2@1Q+UM[$kV!'ܻ֮Y ^ ѪQ0 d?yRɑQY7@ # MmH91f ZML%~ xy!\J*9H2wC  4S5wˍAddd(im#WMb$UAJȁykjC u @̓'O(C[HZ_Ma5{.H*S GB2F.A SeVyc VORy8Z4yD`@/7 7fdbB@JG"/fsT 0if(]5j!&Q0 QxFh^A|6XzxCB(]$y 0zN4a"V RXMB:|Fȹ` x2>|/`U`p`-F,R K"(&!s@@rF0ĄSCe'>!K(\ 0q9 F 9B gBT0:,9 YSB&F|K{!l &( @.%$h$]@ 7`>*TĄ?uBϢʁ KG(͑.q <1|ZX0? (D0B6)z5 }jrA^YBR2s , Q0@1ӚL+KJ#%t^`)TȘ $F(@ZHHS=m4vF1 Q7Bʳ'O"K7!ѩQ0 Ie}ϤjԆO8Ic ]!0Ff Huyd&):!S2V{BF(rgY~2CF_\zSJF@1elΨl"򚄐T5b`؀.mRO?.(ZfqݻvR2 DBM lđq#d00Y[XX@K#(IyxF(&u0cVl`Q@ @L$̛O|SnϮݘAxI|B֦f`*+(Q0 "Vwom@.nh248Eʸ GУ HA!=4!M ,7Gl CB m"ǓN> (H|Sr qQ@ kJ`:l%&[ Tf1 7qsLZ|a ] lLX7Sjhi2$C Q@ &2@FVBjS^cį^t(FgF(%[ ,CpK ,!eQ@;@Ԕ !jH2Dv(G(~J o_$f\jآѐb"O0QЉ@[v(æ[ lp/7C D!M5l@L$t['i7z"( '%>yW/@FFڣ@Ldtus,঩IrhTQ0$Sӡ ٨6ZJ@_SBh$%= z4F(N@FFFSK|#5%d/F;pI`mQ0 hg Ѧ(%'TFINGQ0,'ґQS2`;#l@QTSBNSYBSrkJ` l8`Q0uUSO@~&d]Q0 oe]:tlc\7 F ()!-5Eʹ)G([(NjK%A)ipb88Xw59>:l2 F0svUI% mj@1QniHiU'O/GkQ0 -4!%y= F #lcx< ja OBɨhrP - 8I XgQ0,Lpy<֪F(}鎣` =S'Nb֋Retf UL%i-`epH ƥ+)> `G-##4z(ʀ` LSQP +( r XF`&L@nQ0 FhAS@5y@4`rn F`Q0 F(h`Q0 )G(`| FkQ0 F(њr`|AFOht@׮r ۻqhP l0z9Xf %[FG4ڧ0*<ON|||Bg]FapԔԢLO.dW##S%[$-/)Vnn1ӧOX&j6i„I&F>(Xv̛? ֮Yi(@@5(XLHJyb44C9yDуG@)G(eyIjSQ@@5(8=O}܂yF`4ZSQ@,%(߽kמ]jlbRR|Rh9 'њrru py ($hQ0 h '2>#הZFj`}8AA)$0I&F(`P{wJLJP h}Ɵ$!a1 F(T~C5ڡР8!},/)?ohQ0 FH {yJ@ KW,VOfZq{^(\f FoCwTu4@(4XnVmMLJƮ-s9Z_&oH1dzy(X>34ahe +̀x'd4L(4ƫ s / >XIf(#&ȉXq" 5=!m&>@RnZ>K`h4"fW{xQ0'O0{222#xm'pnn|RAz5Dl"ݸv}t\#bK#b֎2vhә G# l`d`fΞn`z4dF@1JX5BUFQ0b$Ï0&G@,9| cturn%/(5њrHѩQ0 @4>}FZZZQ0 F(*ɓ'ׯ]30p5&,G(` ٞ  zԔFol`Q0$yeddDXEP7 F(`k}֔ I `Q0 Fl~2ۖWPK1@ XM qy׮Y9^XÏ7nW`"CB@YSBйw:ukFWPF`Q@JiI45(`Q0@< F(`4ZSQ0 F(@֔`Q0 F>@5(`QhM9 F(`4ZSQ0 F(@֔`Q0 F>@5(`QhM9 F(`4ZSQ0 F(@֔`Q0 F>@5(`׮EGDQ@-v^a[S>y򤵩YEA dR4Q0 F(iBXW]YR! R|iKW,"\u7U. gn} @öMLJd, 򁲣YhQ0쁹Y358<J&HV#W7GQn]XKxI6a> *`Wާ6:m= F(kD`ERV!;ij "j)\ 4X\4 FB8=mF(# `wڵI&@ ֬C9H b5لD;2g ϛwZP[f P}r60={PHvRfI`Lֻ`!\܀ܤ %ۂy.l< ZXH )uX0B֦f3 sl2 {dx 2+X8<dCdk׮]TyI`5FITV?Es@BR\@@pd4eyys" FGE֬^mckb?kNǏ#D@eG(`?[KkW" K?HYq dJK? X*)`i TD@iD=P X O ,u!e/@qF8Щ@D 4@.^>#1@M'`6aCq腎%ig4fܫ7)Q֪6>Foig P!Ak/[bnξC'9Oe ߾}K%F~=vM󺺹޵HTY5 F(垦&rfna,!iT:yDBRb^AUypukj 9#-#`c;i„'5 @#:LQ0 F(- q Brjx~^ޤ[S-z䩫h`(,6"O%$]HZN8IL '"a4RjJHp#:d|r/WRv! Q0 F(0lχ%!/|+0^%4u}҄ @BZKJd~e@X\ a0S0n"**z{wBFكBB֯Y{ >x >s 2s `G3=3&/`?PSphQuQ0 uυGF`XB ׮wt' EDE/]D+dPevzxu]-R A_G(`Q]"`Q0 F>@5(`Q)G7{Q0 FhK-@í\?>G(` VSȌv(G(`"a8IF`Q0 FX"@`Q0 )G(`| M૽'޵b&N8nZiϟ>) rDkSkjjسk7tr.,^iAIKC挂Q0 FH# ayךի?~ ~䵫W(7w.25,@mvw(` .GZ @s|/5 N` ILJb 8 O l/<@iQ0 F# aȷ#~[hjiٵ0֭Y`c d$$%B@fQ0 F#*ؼmkgO70|w`f-IENDB`PK?ihDD1OEBPS/httpatomoreillycomsourcemspimages469619.pngPNG  IHDRb pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVehR FQ0 FN3HR}Zfkhm@V`XШ$o!d̖ v>|֚Z@u$0|FR[ nZZ[@ Q0 F $sI5JSx4cG~)~^˷r)#.v'lW7` IkKh` @M%ߋz VfVQ7ZGEɓO>kǠ >hQ0 H)*5%5JtbT*J֑}4V!!tv@&G(֧PǑ?ZG#jOJ[ h59 F(25k׀&cAgGȑ}DDj)<$[Khiiiji&Q0 FkJ @tu`)4`dhji"#hq2] L@BDւ`RYON`S(`0הr^`|@.0b8@ŐՏT,aGH`kG 9xh SMyti\ ܸ#R'N8  ,Q0 \f vbq?O@jPބDܣu$}S JI`4a"w@ڒ<-e1 F(bM 'L JX&$%WY֑>R5CS@W r y hlgOhraVS ֦fHEXFOLJ#K # ?(+Mr Yh ЮǏ` 2^~@d9my;q. yU"uܶ㽝ӧ?F1Q2 qT@!*Ж&HL5 F(9m_Z7sᖎ֑;% U͔Aj^]+K:;&!ݪQ0 FI5Z |  OhI#VC b&?}~ W7Ξny5ZZKW,420_|}(#2l/UTyQ*Q0 7:"k!!2d1i„I&K`kb교۾Fc>2wwSwY d`-{.Ț:x &g8 |yI)T> h>'#_DRA"0IHp$čVCK`,I䀯]6~ c .?osm[{D-|,$&%U_Dב!}rRΓs>3_ļt^^*Z%υ",]1%+uU)u$1}Ad}PUۃ-N84b Y; RWDFbru$o 0 )1&f/X5*N`MN{zG:rPeU aI 5sZ4a" d?Y<כu$f;p<%`r"`F#7Ut֍T[GZ3'=4*Cߋ?sG\C(;b)C>y28  r@? BՃԭ;,"##,I5IO8 t0d'okFj`ރqqFvNâ~nA;wm_P#t  TY>ːkW[ی2}Ȇ/@5 _@ AvL!  pVZy4s d_Z[@뀵 " QZ4=IG1lܹܝRRDݏc`ڵ9| 3*k ҆J/Ҭuh)?ERDu$V= 3LjJRMU&Pr-mH~ ʩw!7 vĐ׈US5 sryO<3@w]ӧґ6M{@f\e^52=o"GLk CV`W,@G2/_~^ C565F =AnA>01@zBY{a@&m[GHt*<FS6p#9T kA_!AEFWexz _;vB`ە 8~9  Pz ͑t/Iacp`n!iF |ߺ#!r~/5}4"e%$%2ғV$$!PfF`K~m,KC ͇xs4Jp2BMO`]I4ZSEnRX1@!GCX{HF5Y?HWrHA|y>|fmw||#gȍl9PZZĄ֑C+ A!@J` ,FS3-:}A `vt+!YX I/JHsr:,-MA@: ȡB4: II,na5`GS3-50x͡`W طƥ R'%iBy| 七weoޙ]|?( -}B[? &M|0|(" 9d5p`P``m9Yr"#THa9|=Ώ v"ڹy:ZbTi #kx  O Qj07:fb>:0 F}0GSxXїbH\B{.TE>E/[6GtЕ¹=v3 O* Wȕ1 UkݻvSeBQ0 (/C޾ ȬD%!|چ> EW5( &j铧SKK F+B:H%h0PmU# /_+NC}ZjK` a{Z"n];G <<:: -N#V2p!M 0d|t6 FJ#dK`ؿͲXUkb@1Qq41ϟ>#ʐ F(Zإp ̀T#%rcGOTDAW`X_C!+l!ј`H k> C9& q<% U~h@Q "`2!Pi*G(CP8}21X$k &UG d5!㮐 d *rcR!7<᳒TiW :Ŀ/}|϶bӁpрr{n_;vB*Hp_Ma_p9@(_:ډ$܀0iLpHh@H)jc 9g"r ijiBxQV`Yu P!+fTI&LD]7ZMOkGB:;#Y A%|$v% Hyy Z* Hߋv-Щl,7Eh5I UL\ >? hU)CTck׬W%57,/ >Vq`Gn!QR/X4I`qZmשzعdVVfVqlx˙cx&/)/C([`]Nj9;]CQ@XO@N[e_ &IR">YbgO7y^@: FKk+(?/Au! Lz;# VkkHP!=KH쟋C_?'sU׭$ C؎i.Q22fC: VlN!w"Ѭԅ֬v!L]\\$[`JӜM׈ .\?XAM]Q@-@ao]5k/s:xw~d׎;E@Lo]_l `eI}GKW, `-A֚4`N0|50#>J7>®V^R  u* 9r6&l%P53հ"rߔ{W_ Yc_?z(.@>o>G+0 0wK^pcw $vZS~2 RMBN,*rY("`OXw\ ,Z%" C f^_2h"-![ԛRDQ޸v ʉIII2ؽkJ[b9 Հe1P* %uuXBl@c܄$HE }ʀ20 ed>l` £sR3.#9<){逕:@)`ဝK R֣_`џڹ*ʀMxT99(_4#1 "|-CBB lH^@, AT[vCZ XyyCVEl@VAW2 X߳k7PeK|MϺ`:&!$DV9YLꍻ > dp6~/j-Rgb+ Y )V2 5)Du- 7(4RXf p@j+?u$+!#f `EՀm[ؚZ\tmJ"Au$Pf5zݥ> F(k`N' AZ X/Ν =Հ*D V.QB4`[]YI#h2 XURZFX#k2a5VTILבYOBF(9Nn@-HM DZr'kG֑ e(VR+(a@]H2S&,Q@Q0 FXk/`ٹh:H 7%܃;Z h5 Iէ$$Xz: eTC|F(#!gI)5ըUSHR RC"#S%xM Qdo!3p%:^jՔMɮ#!`2x@@!n6ɨ)! dr$/^oFI&((&Q00ߑ1YSB~]G~肘F^ ٺ=,`: @LU=HƸ+;֔c(#`; F7 M<ĚkM:^$ ]ףn PLHJDx$,)I5XGB]GBz~O#!|>(T A)f H)O#>!}Wn@w cOI j2 8ZQ^SUu$2<\OAO`naWPQd^5 4RP2AB$Ք@Š# )#e!r]D  j|J\"=5s@1a J`!k,xM] #;{) , @ҕ `P6\A@rbj j>`YI_RGB#^meuA' JQĄ{~ σהv%(nkS39@]FJQ@u PGڪ/ѣ@Ιօ_ R^G Ȕ 1ϯЀ^2|XS2IH@"`s ֡ l;B{.24 ,k ~rc'jC]Hy= ' &<AHC: oܾN.GQ0 wV.H'd@]@֑ )edd5 ,C(ogzۉ[7LF AMT~iHM LOee`:rQ0 PHJP}USB.u{0%u$ِ{N v_;oo B@LU@VPh r4xekS3dp&Q0 X }Uk#x 9h$.{.e-@W%gN1 &bkĤݻvw:dVYCg6 FPڨ.j<|9#/$@5yxC# Hu$ M0R8y$ڰKQ2FQ0 l۸d\E? w%7 lcb"^Y3;YXjV@sX}j'eQ0 r:IUe4A`<+e n!"A+P=0QY[XX$ݻvR(``)!U,S},!i5k FǏ@1XEz0:g̊ Rq4 Gm! \ '|4rB"VG4XjAʐe $@LjN<'5+4WM9&L+`9:T2 FIE} .; ˮ)Q@* I`KXí]k\\qE!Ľ`|`];d 2;NaVQ&r+ _Q0 HDHs ṅŮwQ0 efU"ϻt%/g΍8 rIe J#72DqhWr %D D:oݚZZD+X` :B%70ɗ`oX^T֔j!d%z2c(`֑ !"Z@' )G$d7$#` :P#(CB;O$ )G%QVcPQ@5GӍQ0HgKsU[XJ٣5( IAU?V3a;sx+7Mb ֮Y6L=`Tn&h59@pH!`Jʍ3[H4ZM1 -#CӹQ0 Fh1 @1(`Q h59 F(`4ZMQ0 F(8@V`gdJ1 F(N F $xZ[:4w`_GhP@'&MKGlh59|8Y}2c>|3'k4(+<<r&GrE@JIG7`p)+ý7yq4D֮YS^Ry#xH4:79 F,ݗk֎_wzL֑&G(u${HП h44XIBb79 h59 Fv[{;Gm x7`@V`PrUSJy(@@(85}'=;wV[*ܭM1 h59 F>ŬAl|/2x&hXSXkM<%M0x l0IH@}4LF79 FᚒwS\h 6Ow`9>2ԭ s: =4#!n9  jrgN J vtXm%h}yM;Νx2bϑ$GCo @(D}}׎]΃a :h9 !jrę u4Lo!8 鎏֎`0&G( <@JQ0 F-$$|9Dϟ> ׯ]Q0 FYդă'N{N&vbQ0 F(1x O:jخY7zW(`,7H xn2(${Q0 h>}vs T( W II|||&LQ0 F(hmj֔yAA&udBR"79i„`` J{AWP<`1 F(Tׯ]LKvHjGC<@bY35KJGkQ0 F(SYI)\b9 @ jXԔH<υᣣ1 F,˿/굣aG:Ξ풔,@jJW77`{[ @nuT_k(u/^)>GDN0@(4֔g" اϛɓHBG3g9 F#MFdHXxN0bӶv(Z i؛>ZGyՔ|+sIBIBb4@F)\=X4Djrt+$u e;`0_tDAWs ѻG(` ڝOvt(`VG']UDU4QrQ0 F#hgtԔ꺼43-}:Q0 F(nƜ M9kcߙP?M(#RHU? [4/d1E lb)*KSx+&.LB:^(9lPw篸`Q V`+ b<@@r R9X>NW{4=_sm5W%0 5Md#aX(+:N  q` ;Uk 6k?ce 9IaxM(so"?6HTSSzCK5PJY"mwbP=1MW8*4{Тb@;\|Bs a~X1rfX}Bal 7Q0 F  Xua= I`,!5".Be2bQ0 FpT/c!>õ$e,@ AW`oHqus ֦fs QLu \[@6iF@5D-R2` (`ꖱ.#܂|q烧 a23c!QgnxH8Inaa!&-,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV|t]l |h`Q@k@&f1gf݀@1 F( 4;wh`l ֣cQ0 F@ R~> 1 F( WM \sZF(`t݁@\+1 F( (yvFp֏${Hh`Q@@_utQ[<@ }qHSf~NN}hR`Q512ne 'O(`@P RThm||-d>ua`@`V֬Yf-/m[GdQ0 X(71;&"R0zC:^GAv$8&`BS^mZu7kN`*h5<;@_pHģ!3 F(@@,21ۏ Ch˟ rh5<$:=ݮnnx4dF(fQ23ӡ_RC S`O#ƒm#|XR%V+ _'~r2ɻ+ZSl( @\KN_Z#!"RQ}2X::)V&O H`h1G^A]XZW g a2ҁ" *?,uސr кW77s Ap ï; ~_O0'rtrРlu ȾǡuQWOo]R;} `1H֡i`>[lܶ&dP06f) d 02@k-tF(<8D cC+O^ ֛"DReάUQƿu#`E>e۴ׅdK`& ~d1@ds4Qw-ydu]h32 3`BRP>aQ@25kC w҄e%X;@Y*Z 陌GjgO2QRo]?,VЊEdV. dAmzgQ0 5՛@3KJ#""e }̴tb*b!n(`` )l>|3f> |3+ƣG!A nߥ-GF(4yd)1HOyE^d@6+C.38Ẩ8 ٬饌N5'O(܌P/&)HhS9P˗@( =DBm%rh2[#_J!!boHW)#yϰ]h >(SM LZ `- M!U2xVHFyYE. WU`,ǎ&Q0 h (?8Hg"Ő䉓ZXBFSp2X )ꇅjbZe1ԇ XU1fVFĐ_Q0 ?ՑpAjb1N JהQ=l kѦ(b516*{/.i&qqh15K(`Ȥ,w9 9 qQ=j-9:5 LM̬E eªۯ*xw bxDZ|Q0\0CQ0 hĘ,N-Fa uf`@\y'T^5 FHPCFxG@ >1pQ+{6 ÷Cj ?`4ό! 5+nV`u l"צz2ۗʀ4 - JYCۢwz@G @j/E"pp/ \ߋ?+xb ! !Ff `4-<i%!Q@,&%R2]Oe\,lB|` ^zMQMVilv &CA6 DnTqE<}{ȕ45&و굌VyJj4j!=Hos&r@Cl U,//rm d, !u6l.r@&dp;!)1($hY0Hh<}dܠVl(IטXBF޾sͺ/^@j5 tj!n>.P#@)i\@) `OTuA (2.i1u'y[!K|vxgp,-7N51$RO8 iEJgb// AlV +\eHyJ@Ndߺ. ;(bH.]0 F}djW` kkM`q\JJ!@nWO7A. AlHXe@g ACf@<>~^QD= <86ઌY/r] \X8d `.t>$fl:ZQ@`;vm%R 2֦[6o Hz%ZyX {* 7xkȞ( wڥ0 ^ 2lU-B,עIjh>ܙ.E`@SDO+c H}7\tH0&cl#jb H0ʘB{D`6)Fs(iZRC—bVƔ` ؉Tm͏ ĐQMdW_ R&|NN'Vp \\kKxeL𶸟70jxtm(]LA!O_s$pK~1%1P/ЄwM#6GB.4a"UʬQ0 'v&'I:k5 qyVaa1Zn  T ;OH֝J^ ur䢄2&Mp9Q0 КV@^ #/#[XAr<@tHZ UƐSA 0}p|a}5k [(Tr$}WAjP*cfbJa`ה4/7[ȏL@Lt/ lh䋘VÐʛj6# `횵@orh w "Ju22sa(7%Ok)/Yx2Z517DIFT-M ;!0f^JO>ANk͝@yú1 FZ2BdZ0Hx2Y $b%05%3ZUb*߇«a䣵7אqpң9d n1a T65ëa C~rB@T!1=Oz'F7[VƟӁ}_j[GP ʥV E,131!G(@WO7% ́WX,Ea 4r6(DiM 9mSxkUC )<XΝ$!d F$@iLam?/X._S6 F( u҃ȕ1D[M} H5LҽXНM7(DfM +~'h"MVi R#")0f^ l*V.{@q a VÐt\lv!y&Q0  YJ&;(*0d rװ".&`kN`=׈Ý ʁ0R8ìn 2lqƐ$dlmQ0 F&VƐ`Jjt4.;;湺( i8Ҫ"&{\K u@}br6giQ0)D'?~#j`xD51d ]9WH'Q,dLit(C @4a"}Yz -MRC YZMQ@< A`҇Ltֿ/}_O,Đ385FǔF(rd 6>E]dbQ@< ܂|֦fUh S0]cJ` M9%鸏ukʀ F֦$ )4g)? H4jb`f$`tѣ<<[}bP=}n1% 9v1; FII!lknW77L'`@KGG  /7Ȍ$6IJ1X=CU 7x ; FP5uĉjC&]\1,H*Vؐ[FR@1 NgxTKfU"m= FH5pM,:4 ᱧ!׼vG Wg$`f$ -e&R%."o\0z(ߚ e O4h].sF(N51_}47M,Y_? !&C]0Q0 Oؚ_f- !fXR˫<"/=jbH5 ![eBE 0DHqdA.=5F(!l:صp|`oxtx51r5LT [MVij!G(aZ׮x`mMLI5B>bI`2`0ȥtC@4)34222ϸ@V%L9^\4ZQ09d-Mm!j4Gy hUS^ C\e{v<^g2`H +IO< :ڣl@4U C dN<N:x 'Vq€qf($~MLj{K(dԚb:~2` W3A *׮ģB@T[ 3C:.K\aRSeg2`]x ٟ{eIB@,wodbVQyCαV{q \p(``-P#(4!#]83`PH5 TU vQ@6 iW 3fqgyy Wރў( |I<` 8nx@TiZ >UυmNt(kWQ0 D4aH{F&\[!G@ciFG($.$=ǐ!kћRG@Q'OoRSiea̪HrťeG{ƣ` oocU/vpF%,`D4}[ )u@h< F`ׯ]į…(&f;NZb9o>egNfegtcp'he< FZ>׭YvrVuZxw 'bNÿ]]}4 HX\^A`H5%+a@EA l֌ XF`/dh6> F(6]F њx@`! F`Q0 F(@@5(`Q0 FkQ0 F(` @ģ`>y:zb(@@5(u(ED0 a&MDwt+!3tyHhh 8~횫h8p566 yׯr$@5pdӵk}(h`ǷnњxTß>}cs)91 j hMk [#"'Fm[G-hdQ0  08p0Xfy.>8vupBR(l FkQ0  "`7X\v׮] J@bR)Z`G(o(#'h4Q0 F=/-9 yM̬h`W_޹b?5;wGyQ0 h ~>  yM̢lpq4G(׎<<֣AA*a^C0}(`;<@>d51LhdQ0 F ${HhPhHڻF#{Q0 h~>  [& 𯉁)>[he< F(T^=4x444"Nw-(Q0 F( z 3g4@4R2GS ~1'/!`D`fWFWoX sݼD R^}[G5|%7qTin`dgfމ£!eGXB%Y`nif0`DY k5%D.}ʴ`#f`vwFX_k=޹3Ga@ Xm \u$!agf W2!Q0 0n ^s"]9CGgã3N 'ch53 F(DU<<,hL9` lp$HNRlqOgNQ0Y cD2(־44z?18F/12%`Ė X n4Z`}ʴ_p$ƏVã`eGke`^ Q@;@á&foދIx? FPsFX '`Q0 -s> 2@d?13F(` "b1 0ģQ0 F(Cھ IMjc̀qQ0 F(0jm p3IH\n[< F(`0`=c"`?( ϹӠۖ^zo4G(` ZsZ`mőSڂ`ptzQ0 FY oauo],Q0 F(bЙ (g6а+_kF{ƣ`Q0 [5c0 ]Lhߋ_~fG,`Q0ᣐ+9s0otaX3V\X ^9 F(`XܭXYC _9{ ag1G`Q0 ^ \mr$p;ѭƣ`Q0 =`V+`W' M\%}g>`Q@Sw$%UTQ0 F(hQ0 F(h&`Q0 hM< F(` $њxQ0 F(H@5(`Q0 FkQ0 F(` @ģ`Q0 F@G(`4ZQ0 F( h&`Q0 hM< F(`ȃ׮}>vQ"b?'O>yaiji# Q0 FHe@MYbkS'0޵ h;UJc̛,䗮X(bnaA4'\v-:"23-M|ݚ-Mͣ3 F(!X I&KBMVuZ Cb:GBch&&Y FX">khxQ0օ@ADv:{i!~@[y&[4|5 @51m"xCi҄ A!Ky`Q0.2;@v'XvhML!,>62`3ey'y4ߌYb;`ݚ5-?`L65SkקϚOke3&SH*vZ ? Tgn `y@sX+uZ7*G(* 1)ԉ'L #D](, >y $` T _QmYbp>X>]qtD,JJn8p0ç 5 ^ɻw I@@=\E xxja s ZA" W&DAccc\1Ws_@, ;gf点;#~sVնP[Yz4u4aNo$A}#!%8IbP.RJ$!HkQ(0} \`c'-2*! UB؈$xؼFW|4Հ9d.lpȺ>sȺ{4ap`A 7іPA!pnx1 g{X`nZ1JA5@@-N-Z +@ gX: ./):n ``zԙc! rA͞]G+Q0 FJXK!OCjM` I &]$64wݚ6@FBR"I^>1mۆD Q0 F* ߁)  @ܺ077o }IZ#@51 ]њW.nhq< F({RK!Oahna/'#?B w/77CiV*0@51k⵺OS|U&LFP hHQ0 .bO'"f"fАjiv'N5R}O!D`[^R =׼|3ҁ$ąOmޅV IrYn?kgO"Cl`r6ЂB$260F0.#!hKG(`0'OCZ\ΛYV =`SKK+XB A!![+*U8[ tЁ2Dn RH O ` =B.n$4ZQ0 F( httzQ0 F(H@5(`Q0 FkbrNp`2r@51`]6ԺrQ0 F/ch&&Ix8 F(e,@sF(`њxQ0 F(H@51EY0OI:ݔ|D "Q0 Fh;XM͙i^s݀R-@( c`*VQP([f PPlȥZ@epA ^𻦁 `2vؔ4z?1@SK@SK3lp͟7opeA!!&Lo@ gP^| ̓[7`{Q0Z2 Fkbj ?@q2Ls5uL$h= F(eP,chtҤ¼ِ`S XD@6dނPF/I`a_hMLMlZb޵ kEO< B0&@-FN F(`~e,@1744.I،ڲy˯EEEO8nZ>>~`r1`?DOgɓ '|Cyj -2֦f--eKy3πJ wDQ0 Fh;XTƙ| o[A&!.䨅\ Th& Y[L )d+G(`~e,@ģ`Q0 F@'`Q0 hM< F(` $0<&'&sIENDB`PK?{ yHyH1OEBPS/httpatomoreillycomsourcemspimages469623.pngPNG  IHDR pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVeGowpq4Q0/>Gp08|Q@ AW3++`si_F(CD`c`h`hb@ ʘ2bcF(C G?׬8f4FF1 1 V{(=;F(rԠ9 z(Gcdh0VƐ*ҮlVhF``M ̼,< ׂCkX@2V,8m H=$x4}Q0A?eȯUTh\"@ ҭM.H` i̿@4P˸S>:5 HD;£$5+[E 5uF(utQs)X}R; i ]*y&`ǐj!Y2`= , FkQ@ tnD@Iwiom,$׬^M =~h46}`ws$fg`n`6fvZ X4xzA)`En6ZosQFjMa*bi&`0 L 4ѪdHhmњx@12H1,\DjWBpqHv6;ZQ0Pm;6!] ts#NL~& 1g6> edd:{Ry֦khjiut^tt(_s (xGcs*̴׮Tas08yDyI)II@J_UGɮJ: weL1"gͤ.U2tr\1UNxh}}?6My`eW|>Pa5H&/ZAr,4\J h8 d8xZ~,;(>''O-C!R@5߿w0#@ `SCݤk=cR\̈3' k9@ I͛9}0 d$**jgonړ'Nܿ׮>wk;-,&?ҢnZ9p v[9S `ebe14sM|j3ZS|))>'k֯mes O||#-ך5,@IÚYURAI]hkvZ [ C4e0;],57Ynm{;^~_?6n_/>WJ OLs(Sވo4e`f^ IӃ1^9k9@YPWP@zp9>U>b>fF=CµX =zd4j/յ45h9cdA"m4|2Ufz:<8a2nc`hu QZVɬ3F#X{_k~4R>@)**:}!/]/;{0:cV[kоD67s̯;AK`%*@16ex"0|?G/V̔ksus)tK=ݐ#X) Ztt=0倫 ج`7 Bwut}>e!̆=Ж!H, w$S?/q b`R=b ,2wk#pA"gjf Zޱurdz r>4lddd 1ȻJ,{_99M9RXmmFsuښ?׬H[,}C$${L@{.g@`eV[]0h% [lJ`UD< < 趿׮s0ɍfyy/`.o  [CZ@C=eq[.~r*0>;uWĿѠQKG5CuĞ i`a 8`1B 䌠M۶&@,@H={h2dpM#XnL|Fܙ@6@QX\2dM|HGҐI "i6 a`~6Q0ZZ|ق ikeYcHkЃ6IjI;P1=~? (Ρh 45#6ᔅ00G֍TVΟa;l{׮s.&lУuI(%ߋiD6Adu2%J{wրr3=X]ɓ'FɀuiB515@C“䀙rҐ>X.7pUƐPv0FsZ5haa1F(gwu^0k׀]I0Up#G` `M $54k/_ЎZ]VЇvN; Daj-jğӁ.( 3\V}bs4/Q@ I2X~/߸o䃽3<4utQv-Thk~034%3 0@2 g;w!F9 (T D@Ɵ!MZ*v!sWϞ<MI`<!lj6}'x Z!_;A?k!WPwtM \$BQ0@19#Q8ac"`Z]rUƬ _OT{Ο M`H>s<3z  M CZL-!" ,r߀1x#s0~0$#H G3d/_62yi%6 FҔUá$$ }\p#%Xq <…S!Zk5uWҒ Fw7_e !H\Q~ix6+#7 CSkXjG(V61oxߋ^2a@=<:z?ҡhkG(Pt4K!Q0 F@:_mnp Z.fx@(`$ȥ y#4@QUA˓Xȴa Z@LC-/)g[!yFXPʼ2/$;^3 FH2;edy 6[€X_ b7h@&55 F@ XU ,]>.PfȆ+D1>nUڶ?}6袍 KW,n!ddd_NQy^52=4{qn8r(E!lGߜ&駾S_"^aHS^ñ @ΒpgVs wK[@Y`>vOlf6`C􉯕yi OXl,ThGq:UAgYq,ٟ#!R@A`އi)"\6D@4oK/E@.jcM| 9cfsR* dˢ0 躀 ذ=I͝,99y30qd+V,&z䵎TMU!@|$ mh0@sg>zӀ H"Ƒ:V#HP#("ZKau$gn2o]e.ӠqޅԾ2R `,:V(`X.KH},C54ѕu ܦ]qBgKGkeIea B0#76*ˀyK~1n־jjPr4& B<+íf3`e Q& WD 82Cg,iYˍGL`!,> i!j2~9 :sUAOj @YQ@Ő% caS@]@!c$pM+MCH^@t,w"[&0ku=*4&`%R0ye qbh<4 2*xDS'N Ά( Ȁ񻛀_̈́\ҋWh0z3`] @@qHky> h"Hq5  Q@t-Y`GH6֔y cˠ퀞k ; H3VCKFMLR#}Q@9f7`x2 lå@s^!A9` +Ъgjjh6&EҶcHh2 zgntAHȚgrxxR3N\H^M|ڵO>&Q0 ,́E >_k]jb "q2@@> ذ%u10@'HM 4X Z5kG[`йg=c`,FnB4kM'&Q0r@ѻ2#Ih`ܩX#5ģƣ` =z!91(ȔbB|1:6 g ̛O^ȺhH}LpAoJja2HG(V&[s ѶM ސB{HbE'OF"_F^l!EudO2#!`4EGDB%``#u>HdjiĐ20!)qE5kI:h@@ He@r} lF"& ρ\v҄85 FM0QrGb*&{#2&2`54\P wAV'3 %e=|1dn10[aRn* I ܂| |"0o ߸&*&o3yp sbG"  1y+c=N6H4 )e9|-7H401=K|VOFpy$ӧO%û[< F֦fJASܣ|GaM l@э@Y l=Q 1 {&>y򤳧{wڹGW3d&&Y DIu<72l[vh @ԬxcOѐ^ `LiX 9O}LG&y\.^` rg(H,:bCr"0KR2X̀g>_ AсX =bZ+GD,c"`KTrP'OhϠP1ZQ;w&5k MZ`F"0@BQ0 =AEMfF`fL 7hR tUjb`A&fik!3ڬ X(B+< I!A$\vض l?0G#>:`cȘ>k&1Ԭuk$s$)lQ0¿v_$e`ffH`sӶLm;.\D 6`kk@Ո\XKW`l ˀd!퓈'઎YU"o7 Đ/N%QHQSJn`xt)l0K3&2fҥ+SRCzB"bѧ "Tu*`Ow Ȱbf[`b,ܶf!`FRL+fee"ɫh+@n[]r~5k!!d92 F cB=1y7\Eʃdt!iQ0 F0Ò}߻w!N>( bjmjvjG#ei r< d_/ M@F ,I;z(CO"ut+P'؍fZah0VƐk$ .Vojyx"zHlS@7 ;UF(!rIXm7B T@bWA@1 NgqGFRvyO<``50;_^dl;o͓{X@Le$%A9XрD6l67ݚQ0 F00;٠ a]S ,SţT@L#/{2IcJAC2R(C32 mDDm͏@ѻ2{ ycH]k4u[ߧL!(kHjeV^@ bV@q䮪@tUחu%Sh/2޵kN<Q0 ut}/"_V;77vqϦV"n1F&~1&28sI0 ɓ'^N$X@JFbs!(51zrVp `aO\k|+x@ѩ2 5!U]i׮QPH0)nx:\e$i֎:C֬e X_FQDʘ욘EXӡg "īFQ0 sM oCjJZ!@H9Z WƔӧ'N8#"ch}< F   XL +2ǣ151]Fk~9ZQ08kbX O P6my,(51~uwӿ/UBc}j'N((Pq=v񀀁+_`ceA ~YG8:"Rx sr#>+nM**cΜ, ȱA!xp8GTڄ>[t`` Z=if|j~,XbDwPm H}<3n Xb kb".&1 3Z5kZEX>[F2ʘ@!af{x4/Z ehAK@LA0 F(` , @SKkI; F(-7hg< F(` 0xQ0 F(`@(`Q0 F+Q0 F(`@Vƣ` `{w$A R0  j\6 $9q4o:pPhe<́Eg:xG`} Q@-"UDxHyv.["B@'xWƔԈ$ԩm:~9Z8UTF!5.~9|Xj@Q0`XC.s(D{HhP4ZQ0rɷX0 TQ0@ F+Q0 4JHp9 ߧLv9sFǨGG(1 J{hh@?WsM ( Q0 F+Q0 υѝߧLh2`E?/h;£!ӣ5($ FQ0cKVXulln@ѐ};1b  Q0H@Vƣ` "$x&k `u"P.%cpw9/HVãQ0@Vƣ` lix?\9QG{إ =\C}VUӣ`G(IBSb`$ X K6F#{Q0 F4zQ0 F۠<ܣAA_CDshdQ0 FꣻH4+cH}hdQ0 FM/~>:z F05;wFo`}'QhDTƐ1cQ0 hs:1j2@EtQ0 F(>e>H 2@ԐJV׍; F(Tvxݞc4R*c`Mǣ`Q@EΝo]Lnhhh3׸*ʀsr譱`Q@2[GO&:XCǐ#G.k Ǝ] Q0bkwBn]1h`A y&ۢЈ; X )Ӏ `: /^|K#& fՖx6P R`q:ZSh$^L4sg`V9@֚ƚYEyt^/_GCf(}1>rt$߂ :?/K `@]>M@#&Nv_; pȳ?(9s$fw2}3KÙ,BG;04үPT/hZhjHK{`~ΰo4pF,wbF{ "-@g lX G!x} B`:1WEңF FPXHVãK3FH֐0Z#1~t]((ʥ0 h hGf`Q0d꬗/!4|*cC `Q0$GY A˕hT* =+jQ0 FШjm d𩌁=}V[kFxQ0 F ?׬\@6@ 9c6wЎ.G(` rE b а f vG(` f}4`5 ?] jj,`Mn4G(` Nc¿w@spY 1:`Q0 >|ǂE ~p$CNWv*FP`Q0H$!ڄ,@8LuǗыxG(` s/E@wk#ZG ?\ 2 ?V qhR`Q0 IfC4+c?,lvbfswg1`Q@ΝڱX n!3hWU2<Е⣩dQ0 F-/_gH;Z1cP;G7"Q0 F(`1ЇT̪B @#2`Q0 ! `Q0 he< F(` 0xQ0 F(`@(`Q0 F+Q0 F(`@Vƣ`Q0 FG(`4ZQ0 F( h2`Q0 he< F(` 0xQ0 F(`@(`!>}T^Rx5 pF:y@1`҄ FzdqLQ0 F(Xе65 = 2!u$ -۶jjia}wEN8vUp @1 –[XL5YpQ0 %t01) ȖF70+v`-+-#LJ&ԁ#]ܨběp&$% ͣL `j@nvx4pF(#k\`u8yD gn`:qd%heL$!#M -62` `ai7LH2.0<)i +cbnhhM=T֬~ϟ?}|}R'OX8o-D%eeH% \f ٨L"@Y`ϟPd@[6o5}h> F(XR.7oen rt5׬=|ݻw!{Ê@"kQZFRAfU]Og[0 O@C +`SX_&' ˖.=| B"/ׁ~`1 ^ E6@,IZ3-ȇ,R@4a7LOdT`c  i^Sä 54I3mt`Q@u,ӀdE$ntD+dX9nڶXczy!%~hіe p9S׮3'We׀T tƁ#!@yxhHYIm[%9xDR+G!FnmMu \sؘ eypǏ"׮^46[@@Qp) Y/P㮝;GtQ0ǁ%YPWYWYq bǏXY8C̜7w.PX8@4r9!@=cH qlTF1-ѡQ0 F2Z`NfI- ?u$j2b[V>nbRRtD$H,2@.-5ityQ0Bo@JB?}&I0 Feu]mgO'|瓲 F+cZ_1 lQnQ0 pqsE;铧Kq׮Y &tn#$IheLrKSK &MYf-|;/ItQ0 F0* k/JUxg(, !\l);= OJ 8!,{B*#"!U2-udXil| F6Q ֬3Iw.xӵ=v{w=)++_8`e޼~OFa.zQ0 Fj-2 XAJ0vvk֞:qX>x > , ZfN.gfX>}ksd ] RnZ 78$fݚ5'O] =u$Шk׮utCI5 `Q0Z2 F35W?O/-?~7Y^zK{7*RCZ 72R6sQ0 FءXhϘ"l|Ayi6 qx rWĂy1\7n~k'O*jKM0v (ѵc`2vx4ZS G]Q/D +&`&Db[MV,`û\M4@gOˁ `~ؓ{G(`4ZS[[կ_|6Hj@dhT lH=ѺyQ0Z2 F+c<5ݡ ֦fx nu]-+##v͚ݻvdX4ana$R@@] #Q0 F(-cD @ +!점Oip.$.!\|RHw@R3 s`c ҄/[nZ? F(-c_ @(`Q0 FG(`4ZQ0 F(  SIENDB`PK?yu225OEBPS/httpatomoreillycomsourcemspimages469625.png.jpgJFIFC     C  lV" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?((?&'K_KÛ iE"^6#W+|Wsj [3-($((((+|Wsjk|Wsj h ( ( ( ( t/ڿt/ڂ?(B((~Uc߀'υCG|9sqmRng6Ggg+|D`!PRg]E:?9c?B,6!T+?t/ړ,6!U?_yV|~$5ouwشِd08 Q?+Mq9c?BVEW?x *?ro@r.Q1xh؎gj6>;z?%ѺO0No> +?n5~~|7|G?÷o6]䰲p<10@E:_/oTÁ_U0OP_*EWV?G8 E[3UʻmÁ_U0OQV?@r[E>]/ [|WGQڞM#6P~^+ (Q@| #TC🇼MJj6q"lȡB2Qպa_AWw ?j*|Y/Ji!1E wD@ܚ+q?(?<r  AG ק~Wb_joA PˬELmRR2p=f((((){oN߁i`~ymnDH-%f|i_?8~ڟ~ <[Xkzmw x_p/CTzE~;P~Ϟ #_|;kXXA>SRM˸Gw5ᇀ 9>|/zG|9ŧ\2;J# @ '޷$((PK?(&~ . .1OEBPS/httpatomoreillycomsourcemspimages469627.pngPNG  IHDRؽ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVIDATxb?(`i4O< Q0 F2Ĕ֬Yf-/m[GdQ0@]<5GdQ0D@1cO>]fv=!3 F( F{p `sX222X⏆(`Ao!!A!!3 F(Zb\v X\<ű|CSK Lle@=Zs>>)X֏6G(hXS'NI} 00 4B((6\H]SKR%<",]\Wlwhs~Q@dXL-8n(`Y[4>RCRECی6G(X-M͐V99HŅyRn2 }=ZsX?п^` vakS3EWOɓ''Ll뒼 mqٜ@r4AQ0 p5KJE}>Тfag@ Rs6G(6EgO7=y:ؙu3 Uq@6G(D63ҁmm` 7*V6s@ X ͇z,>)q9? F( |tD$c]lϟ7OSKk4*h{v4/`s9 b2Q0 eYdKp(@6e=@CxL2>lڶ-ݻvxp."9dѲvx;p@ M 'Lz `Ѳ$ X5@mCVCٵrd<}Z@EA Hhiiihi9 F'OaYܸ,/)8>@DL&jiivy'Q PVu`͟7.g(FQ0 Ff7Hy󶭃 $TC kiR?#wv~TbR`ʠ=Ձ+pG(X4]v Er̎9V?FG(+xz8~?-W@ڵs'-oom"#5 ? }l``ACµX@mR=vhw8ߴmPV˛ZDŠ^hYO80F(Tyɀ%|' Qj{`tӀL~m|`L1 F%X;غM5s9rtJ:{`,끵hYO6>0u }A`5m9  !Z>}V>jãA*4 {Zh C rkC {_/ϟ>6i7c` d? μSRA b+O>0x!]TY<=JN J{f棩v͕|ThPQ@*Xf08fd@چ|htFj ?;d@O ?}bQ02O< Fr}9yi4AQ0 +سk7Qyʀq;[`*` )Mrd]&d .9,TD< )#",]|\&0 F(Xϟ7BC4xpH y5H9lO0 PeyIiu]-ymbHK^b!/z4'-g`Q0xb@\kH~@A7<)YxiC@eP< X7ZCL"@dK/DQ0  G$ ,!xsr |DjxR`2X/׭Y Իyf@ll3ұ \XO< Ha"Ĝk& >y4iQ0 DbЭ2,ām[! pT,>ЮI>06"dL XfC  |5xXᩑZI?`4iQ0 hѺ?u$1NݸvX5"/96Á$96R e]`k@RHd'u!AZ?A-xAj53 F(`H`ܐB@n܂|z`I Wtr`R8r~4&< 41  rM8fQ0{I&ďK|` d h` ,!qE%dM^[ِXCȆL ht(`H9Kl- ,[2 `яY ƒQ3&v@`a  SNŻpe= c&hq? F( |`)I>uK|`Y_^R ,9L^YtDe@` `))I]kCSr@` %,An XSX{'@QZ?}d҄u9(`kjCJ۶2Q z@C.rC.x (- OFQ0 F`VFFRš^#$BDQqlCH@r? F( vd"tU D%M6 (,'@ $G`7X0o>%|f'XCɡ߽k%&%Q~@QTypRI {tS(`ЂZ`) ,)1XoڶH)!ek׀=A `(o@Q:vf6zw(`` lk[ܓ&LЃlZ{𲞤pT)c$o{(` !PG0 f"Ȝ*ND14Z@(`Ĥݻv42ċ3yL WY-G(#VL2m!ZPfnE̓,|U.@(`Ded c!DHGa@hq? F(X@K|2P۽k7rDdAȽᤖZ]Chq? F( 2CL` l[`w֒t;] x-G(rn%a"h W'Hi-JHJh`P1 YC8̍kprus%~w5.EnA>~Q0 @RN_H\v e:jcvq@`Q XLSxtxӞ>~Q0  |= ͧ[h`(>1_vM B̓2qD4Z܏Q0 FO>|֭Y .n^~Q0 غ#p^C6!/'hq? F(%>u522t 94Z܏Q0 F 00d}CRHZPZ"@`Q iZܟ:q֧&-G(ȀCuܻhh`tlw?\\U3qӓ'O44)-G(ĿOJZFT-Dϒ`N~Q0 0KsxLuHp&~Q0 mg%%d-h`Oq>5-G(@xxA#xx XFuQ0 O_}I)Y.O8A ~Q0 k?+ H:-G( Xb9~=8$ܛuk,h`22Ҙ 8~htvQ0 F ZhS5u'6 F(@Q0 F( (j`Q0H@G(`D-G(`D-G(`D-G(`D-:yh8Q0 XQ0@KK ru(`0Y<7B@,䓡铧k׬  &p fØ=` 8>yh_J7``E6^Q0 Ӂ#1&M0i;67 Iۣ`:`6~Yhq?$>>Ѡ``$*@C܂|`U Q0  ]غ+ȗR@@PII*Q0 [M͚ZZs<@C L5ئ(/)si(Fe=dzWO\GE!~`" o`P̟7'ы=hz6m $m|`[ɓ'a2 Fd9d Gh! dddMM0bQ0]̛YWWP0@P|||pk'oGQ@F=$u8 F!̯"ϟ>_X;@Q0 F@S`Q@M9@T(?}4`QO<#E=dAҩk7F(`з➏OsڍQ0 F(@*_fna>@{.Q0 Fx>lc\9tQ0 F8Xf-\ @=nQ0 F$LHJ ./O>9Jl޶u4G(#KB?/O yDk7ZG/Z`T,t 0DGDuCQ0 F( w`v*@QG.[мeQ0 'OO<e=5{hmj?oOHJ =}Q0, I&I`Y,D9 '5KȌ`A;>c֭Y ,:1)) dM{'N^= F(Nx NHJZCD=8sQ0B[0t*N(`4z(`@(`@(`@(`@(`@(`@(`@(`@(`@(`@(`@(`P \v-:"HOjٵ{.]ī ~҄ @((f?yYSpQ0 8yVr l8}ڟ>}Z0oˁWMぁٵrdKJh `Ν iȂ? ? F(xz kW" 8~46XR:]@ooe0-1) XW\XiL5s0 F(XX!5u4yXNxWPDZ`t65 F(#˾Ξ׮M0}ɺ5k!%f\F=z6!)OA 3Aa2x``p`@ 3 Aa/@)_PE}rvq?ۛ1O'$ޏOKɚOX-%Vyy>6tt4HN#}ݑԺ6Yd5 S]]>R\0:A0Dw !0Fb36BItO.J*f`%=/Miuf-y'y - Ľsy&qSPahJ 0 E]Hgm |! <6~z}CۺMe ̋8̷2RSՐQ }EZ)R{T(2Q-CaDY79b:8u޻ħD9,B%sиÙ4 穲x|2b|(_1  PSB[CSZF6Jܝ\3W~FN L99)lRs HHZě-H[wE pqsty>:? F(X,44 %s =vӨ%uĉļ >ukj 9HLJ,/)pc3IM>Q0 Fէ4I H4dO'` Q|'* H+]PgCd4 F(X]vYX%ZZ 'j9y$CpHȁ#sAb"X Bfk҄ȝ `5+He;M[` +߽k ,|q )!k7i궄D&L:hd]~ R^R cPX+ɰRXA`qr+Ύb8Z{x ʗ݄PP[1 ٙ)A<cϭ\ҔBP/=^"xrx*ȋ,U&>n褓N "Wĩz(g HU4H ~5`&}UVRfl0˅U@Y[C:sl0F1#qRXWd'p`Q0@9 F(#hq? F(#]L9 F(`ؔ-[llGuQ0 ɓ'%i;-dG[`Q dddS@^ ɣ`Q0b&q @S`Q0"@`Q0"@ s>}Լ{.>>fO|B@5A!k׬Yf-9䉓5 ] ه4g >!)qt(`XȂ܌?y 3l-ȇtXA C}P@.r!6#BQ\Z7 {gl @bX Y',"XX:Y.J]y^қ-@ ,QZȇbbm Iފ8`! +1Z,01EkU[Ȁ" it"P1\f c2Rrh` E,vz,oJE Җ67m*##e# ;ٕ@g}` ܵk] Dk`@]ona>( T Ե`<>Q0 Fryܺ?}ϟ7XT‡ぅۤ ;d#$!~F HTV^R s6=@λBB>y \H 9e6k`M$uP\3 sHedhhiƒn h#dhJ` Z,a^A%}OٓQZFLH=H_,6s@s [@כQ0 F4vQ0 F0ߝ>IENDB`PK?Ce--1OEBPS/httpatomoreillycomsourcemspimages469629.pngPNG  IHDR> pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVkׁlȾJ`XȌUu!w\`u lQ0 FZY`<7vțG^'me`W?ZPhT]ݬQ0 Fւy `Y[Oo`-l7K!ɣ yL" GY`X\65 U-U#Ξ!D2@ ۪ 7&h7kQ@KT^Rz `qQ]W iѡo7iD XGFI [f+-Ȱ20YN`[X$$%ѭ /G_>UZ7 Xc&Q0 F~<<`Y1}Y>i` X_.]|t = |5`]z뭵kK `g'WtD$=@gF A@C YCnd%OxgΓQ0-`m3Xa {}nɕ(/(4G ꁲeyOǏkW[Crգ1 F!#n чj!!u)oBi7o:vc;R}f-gu޵ XoA&iF-vC23-G(f0l=& $$%|hҪkHS>h8Q@*Ͱt"Gi4?5 Fya3 h5 F(l kѕ@U(`8W]tuM0>CZO`4rh` ת뤌 շs޵ yi5&LLKǪfAJd7h5 F('T_ 6ᢐ'`O"ma65SqoF(<U]0i`=| cd@ނ;;G^v}4rh` C0)ۉ`|`9XjyԷ;TA՞>y (?ht1h5 F(C4ZBM O1?RJ2~H)^!@V]`Q{NNw--,HJ Vl ?|J]@U(`HBe='M5{F@V]`a (_?;U*iʺ ` h!y44ZuQ0 FvDT!/`ͥ;X(F4 h` [@yrI#C-Qh*)\? @V]`abx.%`_d (-@Ѧ֐+No4v(BӏN1r\)q3 F(.D`|5R52w%ϟ>ϟ7>|"< F. HZ05F$N`-]|4dG((0TEk!"X H \&&몠`iO֬)/)>k&{ј 2W6`X}r<  %ŕ:|/ʂt€JNؽkUO<օd옆d"j4LG(@"5~lsp|` X`*A(`uh˺5k@2v X*!P:)XxN02X,,,À+_U]$$Mv~G(:RD V' 4B<<`M6 BV@*' |BQ203-|h$;{].`T#%#Dd@ $HՆ_ Iyp4F(TZZZ$w[]W[^R aX -V3>P r URB2TyVb H R$+B ]`eH# Oic` !0st.6'QQ0 F.Y(?XL0bB Pp^Ԥ !\` h&,PP6AU**!)q]A!!ȣ h#P%>8Zu{; ;rQ0  eU$BI"`m$ d2 XZbNMT.^\M[ʌzT o@[G(@TbL<jl^h;RTX`Dj9bu4f FQ0 F˛z `UcYHZah` [_Gz$|X}-e ȶ0`@U(`<2d%=%'4ZuQ0 3HHJ=^ 8~[ =Q׍.p` VY`|#^]_[IO@lgP JYkGqQ0;^*nl.&bocJ8 u;[O<} ^HvfG(JZf plCF [*XcutSRo[@4@.`gk҄ O{Q0 'V<. " H:xEa xDD~ k` U:Pk{%u u5`u r\/ޢpv Sָȇ J8` LKIȆb L$`qf]@u6dL@V]5u5o `:`ĐP @q\(F qha5 F()}: ~ڃz@"j[wȀzO(@2` b0z'XXXvI`}Fae9;li4ZuQ0 FV XhhiRr>// U-J! F G(#}rQh`@?x+EѪ2@U(``Nxc$\v`;ȔF(= O'ii<{G FQ0 F(~݆ |ѽ XF`Q0 1wwO 5'OqFnQ h`5StD$~5]FÐv FQ0 F(@5u!\f-rZb9fF(2B`5z1M@.`Q0@jijF>}HvGtQ0 F@F(` 1@FX`Q0 hkQ0 F4ZuQ0 F(b FQ0 F(C h5 F(`^Q0 F'O>wPp҄ @4X]v-1)i4( * C'BGVZ{5?` 8ؽk40 4:54@|R"`6%F'h5d~ 0猆(RoEGDI`N]? F\v5Z{Q0 kתjGצ 8Ѫk`LzAZ2 FƂ[hz; 6:l4@F(igk҄ ^O<f˞ѪkH+CVm+֦ѕ`PY5iDs M۶ 0x@ta`k"z=ˣ`Pނ 3Z^A`4Zu mlѓ'OO\v}tl4 ,]Fϯ FkdQ0 F4:5 F(`F(` 1@U(`!h`Q0@V]`Q0 d/vfZ:"I @ H */)} 8(` cp `)́$֦f\3ӧVᐓ`B";DUW^A90DAj{)>yR]W;bQ0Bzr񹸹hڅFM--5L4x-Huǣ ׀!VȎVgb`Q0}c>h}]@Y՝*`@huAj2XTZ~4Q0 F`+ ]@H#LTg-` La *QAے_kCE`0|@+_s⍅*0CᚄGֱ%.B`osD^i  $@-lZQ0 FP|h"֬uussedd4Ę&-#) /54qR2pg,]rꑽ0iD\Q-Ղ, <"4d$?Ũ tt(`'؊ 70#5">V@F@ Ň`E'OEE@=d-7]' #7{)Mp)2U#֨ٵ;1) ^o52Fb` z`W_=,*i꒠k`X^ ^$5 ޹# Ea1Vtـ@n<&5(< , PQ"nt>sf2ft.9?L)q2J@+at[dDl K& , x'/r1BRPdV!Kwq QVZR=?h[ JI`a'h65#9 y"q;P%4&g6@Tl*k;1Bgť/|hP"*w11j ӋZnYz F*Cr+Hȶgz HXhéWN@5FQ0 _0mS'XOKBH-EEj$_Cf k1{pXCqXҰ%; zQ0 Ή/h0d5r@a jqр` H-?d5@?`8 F(` _a{.*F(`I'u@,=v)ţ`Q0yqBDA+'rudOh` !0ižeTw-rwr؄?@U9Mah` WId]ңK pEkG(`V] 2xn V"!]IHQP [N8'z ў YȂ`Q0rd50G/7| &)Z!WIݻvr'O}d>?o.qqsmmjZ B|m[ Y &LXVR 4h P %g̈́yy8rx4Q0 ()ǐItʻ9dRbŁE+̄X,*̛yV ;!)HORJȀB9 XB+3` " {g >Xr+%9Jӥe{]8ctU8 'W4؇RwYh n&¨O4PF0qEy<$-a Uf_9l{7d9#t h:*W7W`Ѝߝl@'`([ ~n(`PA2݁ * X_KKZ` wЧtA} J'(5`LylQ0 RmVr)ihPW].nhi;cX)8r偽7`MFj8 F( ?>}X,iWgOm[h PUפ T!%2:Pv ukBH tg 3 t*PФ݄: F(.@.v[+`Q-] yݚ5!G`% ^T )"WcDU*6HׯY~u%eeȢv>];DEEBB N8ygn2s `W,=3rP/Py!6jC.gT쓍.`P Zwh FXݻ@.vU]tg@M@h@,BhhQ0 F(C hQ0 F(Z FQ0 F(C OAUeIENDB`PK?-551OEBPS/httpatomoreillycomsourcemspimages469631.pngPNG  IHDR=vGx pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV'Xh08[GGG#@(`/?.ھsG$zkQ0r;Ώ yx:qzkQ0{H;w[u `M 8VZai FQ0 FPl\eTdu5kyx&u+-` %4ZoQ0 F.Wg0(LjGN4ZoQ0 F.Wgk}2HI#F(U@:ZkN(_>*- zkQ0Zu;w&}~k5;挴J Q0t򭣋YEgb:*idVZ@@(`"|5 b\rhiijjiJ FQ0 FhE:yĞ]҂k&i4@\s s sW77a#F(Uv{.`uvJXASx4k'O:q€TrA!A!!5VZF(U:U'LT9!!.nJ ukBjWBR"дJl@(`Rc;Fj CzozJ h`V] pĉf`,ZӧO V`@FbR""J h` XXV!Xy\kS]6vt{u F(`m*L6mfbãLKV!c<ՕჇ/]g;{JH@Q0 F^5k Fz%ZSSK Xk3YG+-zkQ0B222gͤa`ys0dHGOlLF}})fˡ'v(thՅА\%RE +ЎY`؀I&L0qTZpڵѪ  [_ⵤz h? qq*YEф8 FdxpUZhUׁ#  ,^k.zQ `u;ig#cpc2Q0 F6}L`DӅ[ 2Fh):C\eTSx4Zŷr)u}2%}rC9F] ` ,e=` Xuͧ[-V-]2 Fud- 'O]Cʏf Vo+GiQ_~? FGo`Ý`7 X [X,]|x(> shEͦ}~9jn$$4&`_{Xڱcll̪{}iCh(\few)@SllC=m[t& J_ U޹3GCc 2XvBj]iyyC.ll.I~Ywk0; *V{}t 7l[@6h:Lw X {A/pǮvWv< cwrr ́-8wKh^ ̙\``mڹ W$olux6oۊ%XVuy Y'``7Y[`|?:}8 F`ƿUt@2hȎAPH 0**p9t%= 2Br]v͕ZSGݫqH|zkQ0 ҂5tȵ)~> D.*v`}v3;U5F8zkQ0 5['O`Z`޽K~DrP=m70>Zo10h5 F(ٓ exdŋ{Wwݯ۠5LƯ'Ȯ ޖ*@Ѫ FQ0 FoQt5+-fxmҘ$ġXNBNlb B$@O>zkQ0<UV+A58%)Hu9RA6{:2l)oNqh5 F('TXmUNC]HMƬ {}E{#77 6Hoh5 F(ɓ'ZdR'^Ntp@(`."?/`e VH7k'jF( 3_:x \ޘ2|RA/hE-@(``Kf~ csT B(h= XF`Q@g+%&0(hjiK*@+ ) })G!Ule+u>|ؑ-p ( 5kuGBCjȎci,a @d[хPE-,FQ0 FEyBj# )w`*ߋ]Yur 1 (*țKy~@cyځ5 ^2w.`0 +-`gɓ'I DQu E{G(`0܂|`O^ Riuk,Μ,`|>># F[` 7TLBD0+-dt}Dp?<@_o{ZSthkQ0Ȼ\Po\"b, X]}NNVy IID~WPI {Q0 Fr[X,7cvV]sgIUd" +-`] tsu]hg %V>dGQ0 FsN5u>}*/).` _u+-JJ~ڤ 5 淀}ў(ߋߧLO`M--`U]K ?'SֲinVgO7A*̆ '[YhQ@7ڱr!>;x'N{0 ֗?,bDiLܭ_yxz̪+w킬=H@(`ȁO֧O W<݁~ FQ0 FH=Xݻvڑ{v#ih4ZoQ0 F+-(GV*4u$j$ch4ZoQ0 F+-(  滸wF(Y?yېS'NvU FQ0 Fh@. 1ps-d^uh5 F(0ƵxtL$v(k<.F( v?cTҤܨ[uh5 F(P3i#/1'b`QFF*NU@[`]iSz^>^ q@3)ޢp~kW]4ZoQ0 $TZR3'&C[ 4@gHh` = RikN Gfm&d~5Z?.F(C}'*-b#/MѪ ? <0 F(vpI{ۏ{&??~c-H "`3͖h5 F(b>=֦f*L! ">*.UuxqVZ@@(`(:XZZKW,ǯءatc@_k_w:xҮrF(^!%!?88h٣D~HBu#bQ0 F( h\`|1 F( ȯi#aQ0 F(@D~5ڻ`Q@@G(` %@(`h`Q0@[Cu4F(.cݚ'O AI_ Q0  \5R 5k,ûg%kYIBb44F(p]H bnaq}4pK~Qтx.I67`kN`G^9 h ht~k(TTu#Q0 3f߇Z@` `k4(F(X̆>hӝ@LQ0 ̆8@@֐Y<~4(F(( Ggh5d gN;wut(E hȡC޽kN: F(` Xi>|}5 F! {.We)6&`XڻxFۋh5$.fe }NNF#Q@ Νk<<-Mk1 zkH``V]D^>Q0T#-;w޾k.`^˙5z4Zo Uc;^G9:kg1`VZ h5D >x9&`H?/ bЀIB| FaUQ0dѥ䣀\@F(` %@(`h`Q0@[`Q0 ׮}>vd@ uO^` )eyʀ)P 8u$,,Kl`96v #"1Є&b%#y@[ x),]V-*461) Tt@Ys sxUVO`h0KC33-dQyyCPQP -[X@Y$@y`Q0V]zXŁ qM-MHM,ـ!+(V'O u#'L{ [ɔ>8%A0FZY.[$w=?lJul WD5׌& :@̪ huZ`8HXcD%|4y:079@C\]HmnhU4 F(iv<Am:$-"F%v1 X;y4d(v+AG(`^E߀Ĭ@Q7;/7o }+Ah[.nw@?"(GS(`$*k䝿׮]C>n!%Jyʆ:CHy׵iVA:NxuP]WD ^O&M!9z砌Q0 FkR^D`Zf-| P /~ :-O8 ch dIJsgO^*R@BM ?.~/G+  k:^E+ (40zX?樫qF(?,8Z"6 wȶz dqH)z}y||1:),ce&L n;ԅۓ8PP#^;!.֬EkjWA&[[l XoQ0 Fh5 pWo$fFn*9sF{Q0t;؉_Ϳ/xALS R@Q4F{Z`QL@44D8!UO>y2z(`@3h޵ƖZQ0 F(&Ln 'ſ/Ipu,3q4UQ0 {/_IŬC&$%M0|JZ"}H6@-V`!OERu aVQ;= F(37hQzIBhO>oaA I3@v>dQ@!{%O0AHI1CBpK5 4X'lmjLK򆟬He'_ի((B6rI^  έ'k] wENg|2\'G(jX  )\<^] DBr-8?o> ȕZ~ \p@3i"ydl1~zgO7/B$H='`xAdW)H (]KK r B YVRtrH;ԉ@G/>`P޹}4|=3UΜT` 9Xx+ ȆXQe%$ :?q́j 7AJc֬5Vre hP44!5 R#Ci@9 W>Âl v'(`7t *` ogׂK``IDy`I ZAƮ +-{JnLu@$v6 dHyhA kׁ T'%2Kf`Q@ `VQ'6)iDe;BAbN [1|i"*p` ;' lMG G/`jXB.uLe+?Ƞ"@_o{υdSeX#k ` w+Y@Fځ`BgcM`ꂿwK_ 7CnA..Oh%mpHt i=*F so]vHf!c+e_?)++=nZ>>~`[0oϟ? 5SOgɓ9 T 26)4ΟߺyKu]POgNT.o_Σ`o-?,ft>D$ҋ:t l6EXZ652gggׯ]w.DwޛoZZZYiE ͷ ޵X>}ԉ@M ">= "F *[ Az`_XEhNQ0 F[uz p lr.E[@B5A.zH Y%|1n0HK{zhσ`Q0 4`Q0 zkQ0 FP14IENDB`PK?uM 5OEBPS/httpatomoreillycomsourcemspimages469633.png.jpgJFIFC     C  @" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(]\9~?\I S,NUtC9AS_Fd?şgksM#;twcŒOz۾؏U ((7?h?!,=zg_xǺ4KyxrPYyay8R RTd;_ٷEn/ʒ62\#_&}'H޿>hX'_|]Ӯ |%  uw U psZEP#8ghS_7K(iq=_WOQ?zQE(+,߆xRm>?k~I"+}_SE?FWOEߴm/_i~ xbkq\)7PP =f٫¿υuxj^ utI<u@<Ħ+x+,߆xRm>?k~I _o}ij.h vUј%[+{_6]{4p]腉'J$4~=S@hx= {G _.{_6]{+Ot?׉K>?r. S,ZdJH! A@h3WG= {G _.٫ég?M7tWwNBKgI;y5±mDCL?M%¿,m A?h/_CE{Zhู#1$*)c5+Ot?sthK29{4QE )s3W׈Mꁭen}b>qWo\G&}'HށQ@Q@xQAg?ি?u@q2ɷ|>I8#en}b>qWo@(C24`{ut6hb.V]*Lj:פ@,XMt_5\'I; }D̟g/%zT:&I~9hҭ^Kl&(#R 3dueפQ&sX5k_x;[1|mubl  <ğf sᗇ>M[д==㮌c )pY'k)"S3΋ƨX?|ҿॖCŸeMm k6z"Kw=sW.wgŪ%ϟj"϶UE"ydnVz0(QE3Y-h,.w s=΅RuPQp E| c /O.}OVh~/ԴiKy2.]>u?#1\ B18?@`߇z/szsnOW#ϾiB h2sTQEPK?@;,,1OEBPS/httpatomoreillycomsourcemspimages469635.pngPNG  IHDRF pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVX}44ZQ0 -ǁ-TlJLmh4`ׯ]kijrX"`U ,ӁE9ТĤ'hi> F(&M0iD`񚐔WP@V!=ݣ/$-G(ӧOiu@JUx-h4``8:"XӧI ɓ'!h4` =,Ff6x 8$H FwQ0 `5V9t߱t(t4v? F(ݻv MM--`:xBZ@`85(TEhN|>}`>kܹ/,i}`_/o`|0rܼmY]X@΂Q0A+xNu] ?it26d@(#ts Gh FKQ0 FCa><h4`ā¡&$>) Fׯ]f;=v,hi> F'sd`XNB@` pI0uƖ>-̟ FrꇃCc4a\d'syI)iF.@` ,d54)4md߽kפ  dJ D@Y` QLűip?cth4`HGa<\4#O8 oK|`PMbOG FKQ0 Fdm"} iq#ā4H.!%5dƵׯ]G P8 H @`͉7d& ,߃B dD,-# \H OBLH4ZQ06' 2 Thii wHp\=<Y-G( j ,OQA Ҝ FKQ0 F40* FKQ0 F @FFx&9GwPhi> F( HJkȥ0  naKO+'CTG@`d'=xzt4&d". [Tm̦2P<1 4s߼A@(#Y@x ?>y|-9y!E6PbD >1fD-G()@(61Ҏ_c9qxQ q_/O )4ZQ0R|O&&޵+:" IxtAvÛz $&% ֦f[`NZC FKQ0 F 2g,dh҄ @؂LKg`G$M^0o>drz" 9i R@2^ DY|Rm[;{!t "8a` `Dķ́5k+Po^A~BR,t X hH) jXC!!@RW~^.Q$!t "4'Jk3 @(#hii\b9dhXCgO{׮Ĥ$`+{p`uV I"{y@5@c[ (HH7G״@1`fjeykW MjbPǏzO?N]@e@$mQ1 4ZQ0Ǐ/&IUSڹ< W@` Y/KXX^RJ>BXAޓj @`,`aa_gB^YBhGq׺5kWp@(# ă׆# )Ё aHLŢh,yG0e$-G(Y|ły Yl_JH3 m|r XB<ލK# hi> FA!>}"{24~`4h4`ȞH9.}I=^ !|+M8|r ![=))Ыj_IdTT /ɶh΂y{F#h(`q(Bg2!E96 (qykSy6 F`PlO"@Zِ:U¢m(G4t 2RӔvIpms6Ǐ6@$0@Q0rܴm+CMfȖN!)Z{׮f.34:2 FXJRx'(UșKW,(4aѢ+| 4ߔ@B+QN`0iDCtG2 &xoU4@Ʃ`3M͔7b_ _9l.@* cg.]Ī ۼmhxQ0\ S'NBI(Y nna>i XPxmCv޵ SP0O= aa ;ϛG!'OV{2hZ'$%1 ] @|cQ0 t`ϸ+A@ M2Q0Vy,@AKsHy lM[@ц(#@F3^4NhXVՎ`N  Ě`حp9s2ha> FkhJZȂZqRM#!'  QCΖ\z1$4G8`, !IA[nV:tKJ%zD@7OJVnd?> F(9 @SKk$:q4p!Ră֦fљO@ R GیQ0AM]-<%i] b]/-|HRB hts %)d"Cސ=fR.n'I&ˢ1R@_1l.L`$\>D )->^#ne "`;rtT@L̺5kh| Es|ֱ C0$@XN݊OJF&Q0<'yoyJL00'2W?0q9dsb% s@1aEXNmO`D]ؚmh|Q0 F>l[h@z.naN|Q@@| VVBd-G(d9[N81ZS{i8i„`@ '(n>DmQ0 s klK {( hi> F( 47L9 26FWESh4`ĸfJ ΠF"@(0d\:691q FA@(ضSܥ9dyc^8B@`bO*NRhi> F( Oq? h h4`ж̝NrhQ0 O<2r]q_$Q@hi> F( <:ǥ`5HS@((trB`Q~}L)żsi ht|Q0 |Q0 |Q0 ^nB` @#4IkS>嗑Q0 F`4ִ]fݚ ㏂Q@-0t`@_.ǁ >>ĤÔG(":q4Kݻv qȕZZ=!!? F(f mi I'EQ0 + 9''`6] /Q0 Fp44ѕӧO mQ0PII0P &LCb8L('ZA1P X[f0lKC*6ƃBGG(gnH1H X\0o~BR l"7ƁZ`Q>`Ȅp`@\ӒW9yD`Y9`M@2 4(XJ;M30k׀(3]F , |;{{]+/)Y!3 Cq`* F` 6̛"X>6Sft DllO 9 ]FQ0 UX8@ Ѿ"X.]<3-X޸vX4 #֬4]܀qQ42 9d{4Q0  ִQ0 F%`tM @1(` &M`k ȓ'OQF"i @`!V[iȋ&☂mӶ0yDɓ ^@_@(`ȀtZPHMw'OZku˩u^ diE FKQ0 FPqbR] A@yI)d{#D ha;Asr\:~e@{A t6 F(rr:%1I&x4\,;I~_7@Z3FX5VTH lG 44!2llځVC/2,]\i.]:rR@]pӐ e=,8@1`ey6@kWEZm lʨqΝxB~q?" t A>^p@]@B@Z Ds!V< F`a KAA,j'c'Nm"fOBB̛lO΁kYQ0 F0q@hfKH'D.ٴmEyI)4ZQ0 SX>rF;@:HzgOm[.|Q0$|3r,'!\fmu]-,+!e5kr(R: UPKfZ:D%| 8_ii)@P`P}"^k`' ۟{]=v{/*++_8`e޼~OFpXt^8#kׁ @ CGjp h(\h1vgL0bd!^%ee.g޵WJ螭3G(4g(hi> F(QKW,Dx"r_ .N(`h*^(M3F kmjvusC;&:"2($8WʍQ0 F}d:QfX"DԚĤ$`Q{.3ׯ]hQ> F(`҄ 64]BO@Ďشm+ ΞnZ[6 F(*#f4F!36D~` ,#"'OX]Wy% M--w2x` y`Hy4fQ"ԭ Q\z5#5m'2ʊK f"΅C?ڦ F'Q0 Fs H WP.젅R7`MNc!U+LLJB>(w5`O'ht}Q0pXpaACWwΝ:> F R설D(BYI) :X|e;{!'O:ٵnṔ#!THi4ݚ@BSDii. m>at(#R4xx,e1uؾ\  خIx4 JKso[!w#ADϋ;Q0 li>d!{LKw2H9 H7Ő p>з@O0H^u[ Poz r/{e0{)3 `Q@ku KuΞn`"{n 搲iVN > \P 5|eK Q0 Fp[qG c␻!kyI)|W P1@)\|& (#4o)B!!ǣC׮]rr1G&WhjiŒ: )'OiKȸy0HHMC FO`ܚiҜ6 lCn5s@FjO<r? SY-G(`87 8`5 F(`Y65>Q0 F( pգ NF(`b Q0 F( FKQ0 F( 7Œpk|P_ɓO\vLGZFnds)(`@h_vƵ'L /3ҁo^Aw~Y0o~ |sY@][3@@-@"KJO89{tuQ0 D4\ W]W;}Lȩb|V$ŝdna)K5znV<\rދd^H{4VF(T@Js % (i )!ڍ|8$@p5 F(@̂>(!O XFzf>vKF( @"nA\22ŀe7(Q0 F("4&irZHd 7!3~nPH0V`Q@ 憆䉓?}e_NzyFF>rC;{CJj`/]lq=}ZZZ-Mo^3Hw߽k7;hQ0 F (:CNG[$|;P P8َv&$D=9`Q0 4z"(` @;G(`8-G(`8-+6IENDB`PK?Ld&:>:>1OEBPS/httpatomoreillycomsourcemspimages469637.pngPNG  IHDRW|R pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>>dL.n504Z Q0 FΛ ҽ30'֚@p'N\[BR"^ ! h`M0ұ[A!: XaԧO]$4`]2Ch-8 F(A[O^凵gn͚uk@3j4Z Q0 3vZ׮Yݵ$9?j'Lօ5ucCh-8 F(`]%08$KQ\.7o@F^A~^Ah ~@(`8wedd:{鹘V'OvXNwPh` 72ү_F. V0i„I&Vh-8 F(VXEGD..v`p(h` *$=0xt" FkQ0 FhHC ]5ZZ@iQ0 F@`yI5kFcj Q0 <]>}dt`4` yɓΞA[{]=k(< FkQ0 F&L8yD^A ? XCinX< FkQ0 Fׯ]4aŐ8XO'&%޵kyq7H@ Q0 0~ɦm[u:GѾ(`` 5u>}uUnA>b[` 9rX(Ba~;!u!_:d+NP*`]4yz'k$$%YA&GZpQ0IGn`+6 > D<JAvD@37WHYZ Ĥ$` ۀrmmm#۸|=pv7]   (`I&;[.]$~Y&d,~ȕͧO2!@q,@@@`3Sp.XbOi; FkQ0 FPJ XِZu+< "gAgdST@Y3I:Gro^A~^Ah1` w قO @9 yvh-8 F(z!MDȘ'"uX{ĀukR^ J@ւ`!B!3vTdhZB%&\;X@(``@FExa ()`!x=j|Rh ZpQ0@BR'; Xp҄ *CD!Ys ѝ h` =9ŠXk"d h/7XG(CO\^IAz@) ֣8ZpQ0$AnA>t(fT ^vtS&v  憆P` 9~nZ^>>CCCqus{)nxk+CR^^vhWzfh<8ѳcF(Czy?}dӶ1t5Tڋ3kpզTq( Q0 F]=ݐ@)4X%&%޵ r @L@jGAh` a~w.%h(@.@QiEʍ4Z Q0 6 +\Ю$(CJ kRB]4 h-8 F(rw Zy;Ԣϓ'NP~h-8H\{˛3F(!UE>}`VLKV~g ,0RDZhX \.*PuR w4;Qe "dq ҉1ty`Ju&bCM3XDm(r}LZ!!9j:T܇4$"d= BXs X1A}kAh+& iĤ$^>^`pGϟ>_v V]OA!nnE<0KN@*:r8 F(VDh+9 " ,`yI)93TB@vG(2Vf V<@ׂ!ɐ >19x(vd6V@ahKz!\0oL='qZ(`Dpg3x %r;}/CZsؑ@`j/]"J-8<΁ӒF(=}g4jr Z@,mq,MuG(5BEjSd6Ϝ"u r@Zp8 \%5ǣ`N(B5yXBԂXUR@ւ`8? ڈukF%6`BԂ'ON[X.` bvKHcN6@1G M$3 -@#G(` i@Z]Z:jHO˛7NvG(`o\G-j>{.H E;yĤ  M* TÄ }5ǣ`Q0 pւO<X`eҐG ![!0 "`ך@-/)4a"dm*D͞]7`v^4 (# Ar@AkA`uEaGؙVicg4@oC]!AH!%8d%([_/c8F(`-T`fB#-#Ma),T~j^=!@.P# ǽCH) #AVLйrQ@R,؍KJĤA X`㓼=ZZj KRJ P m |[7{t(ټ#ngXf 0!'`IHJma]0o>| T;^!iQ4vyu]vl`Zւ/K+?H:V{䔃ѐ`tAX u% ^ky8hoі DZO MGi^dF;`0bћrkKXa: V [O00n`(S9x)$ #`]8:[P-$p|ho r_7ïihhibJjAX1}. ~;4T95Ȁ] Vapc(ԉT:: E^KwOs@n1`[IЂ]P 7D 3`=Y&RXCZa@ `JQy߀Aͣe(*:>&;9 tvunRH [WH!#/T W>e ZdeR#=}l߹Kc C,7X`ީ4 sʾtGMp L5 "\@Cάr'P/?WSWK^aJT^A>̹Ab4̛ivF"Iw4Bȝ\ % E bɐv^+*񀄤$`0.: `Hy7 n&3-HܣAd/1)iHTƥ X0shmj>q$ @`<}L` )xXV{-2`eTU^ 2n 烇&\\!T`<`hP Dî0!`Z,4Z;JCK3`zF0hqXT\b>~8PV\TD>^ikVz@tUQ@TiomTڹhD (1B"[4 H>~УH0. ` e,X 0mW )FHYx ǏE (/-a~{olځ2z$"MyS&cBةFc$r>q?)1raG! ۞]Yo-ZLG|eٲ0Aa ?tҥq:Ւe"j>HJMX+B`A5 IaT/;ҟ A [6DHC (C/wl Zm#Hޘ  eA! u-@1jB0|Ɂ#I]S^Rtr_v 膌90ap 2KJŝ!׮]|@4 ;%Ed=`u 5*@@B*ro:( o8=z dػm[G=$k|d h9+@(l` m <أ@ꖟ*MBqAr.@1+R2i _B\+nH:)*<h'HM}1 ' c mhfBr:qjˋ   0ǩ!=B᪤jvA @IRw(`/8}Apb@1 '$%1(`H`)'M\- fra z N`缰ݻvQ4 Y Qu#$R+ȎKz!3#'Wu R2fy@Ѳc֭Y }y4<ƵWr)UV"WM}D: |Ȫ ZBjħdՂF Ў52=Dv X@r[0?'5}LjN@ǹ@)\ @,+z䉓!v {O[a t?L~^d`r؎WtVR ֋)@jw  I ,|JJIЎ?׮2#|_dhϛwԛV-_ !wmn@60@9@_NFb Ko ,&ML5Čϟ>b 2IL@V %+l"EHBKh۞]!# Q]\!6mP7$h@s/ `к Fߩ'mY. 9#`ik$ HHBB()@ %/`1{n`E,v@ZϚ pa`-E> 2^+`,|֭Y h XG6xx'9AY ?c;{b {^e{^^w_:ǘA|B:ҰUrXٜ+E@?CVq!x6k1;PO@1lS^p' tS} N]f-_vZ`{v!.1`S~/=` '`nG޽_ Or]exZ@ Z MWoj (YUWtD$$F/($ķ`|i@-z|ZnNfZ誜Q0 F&syI)d ~^ ,O $P ~"Q@A`+ `y/ W) XE@T 7 .`rlc) ly[U ]ܫ no׀M_ i7; F(n`+Xm ? X5ZB_vXOvs%9D E@6 ߾'KhvHHR?z-`uv&:50nD AbX)8nQ0RXE @XtE`W )h% ^ _GDDZϙ{V 7 1Ĥ'`C֗iu|4LG( s̢f]`oX@JAr@@QaDT| 9b|4.n>X:r~ Z/KW,*dLFD~"~Q0 FHN!r)y.r*VvB`,؁`(a }A!G`=VEA4Fdb>&,ŕLXЖYf 5p(W0/:<XQ0 Fr؍[f-̇\fv C[0o0jS @-|͐ 2EpXF hmדXS`v( IYYiϟ2$||}ihΟuM]|D铧_|QJ2`,W,]vI` wj<L4=$}Q+JozOyL &LQ0 FXV4NPF5&M`cv͚Q0 FpmyX[XK* Of0,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVCqrl0mTz9;Qqhڠcl0@uݐ*DH\k-Ӱ}3˾0F9 WjcA4׃! E*R)*FēQّFT>Cah?~t4quDɫ;*.dQ ! hP:00cݬk㲻hP8  )x!ELOF|sZ'MB녊3N,&_K^,Qx'd] 2 jL~5#fOrxVj"zd!Icw/NJTA5Ѥf!T+B8fK;pO&fY,qe}̠K!F-܆4E.,F"@ r57\ i*Ҡ3Vedd`v<\59'ޑeV819rYҫbJn`1^-8@fK ۡ8SIuC8H X$ ]U"S!ދ-Ϊ,j^`fOĸ*`W}ClY12&\TrD <$]1h$b]ux ĺqa?fq19j@ Q償9#%av&v P0d24=$Unz>qw.E3]mt`vUi+&[+u %0>D`k_*ko? q&r|QHRXJ JxHMx 0]wǤ\45Ļo5;?e@Inos>V&8.&;jX=#`J$d;Za U4#y(Gw-Z ۷Q}R#9U-P])3V/m<0\ⷵKϛFwMOk~AdGsḂ M#hu.zl VAH4c:s:BŪi]\xku\Wg Y%0`̌RAz[2|477:i7$hEqWb#Us! Mō&7hJUMT l`r^c3Qa䥞'شa?bs V~#{ r{ o~eɪr'jk}SU.yK ޘ߰n+ f=]_<{ oгvmkXaA,lF΅.ӡ.F>?jQ/H#??gDxzxi\\%ٝ< G7ό%13!~>^ Ra !$7)m3~|c_iɫLt{[BqxI{atDeY)Q qcU[R.' i\brlgUb<~cqh)|ƦOxY TJ-BB6@[.]P˂raގ Ҷ% p^'RВ٠& k4V/(D ʚڇYSi*UG ZQbZh @. @ sX((u5"$4&}..*CC{Z5o+HG,6hcZ|61 "u՝RKp*kNİ^ ]Қ0KWYGAo*  ݱ(W0j9@@ Ef5:%F=$좲 ;dt^H.=㬏4RDz:gFz#s(?qoAU$xg5{Tnm:q7[mz1Ku(WWF$Su~:NF2&1'!(3h+( `R anz3!<)uLdRH:qгB{(\)B_1j{eR$ϢUbړ&]F"' :lKc"Kc H1ja.<_HgJwqtv:6WkD&l=2cee|(]2y~ }bDZ2OƬ v ]=<<#/h=OD^KX`3 g W `[F -1$%Jb"*aZ\ sW\CpOWY4Fz64N|'Fm3 aXG%c%'7->&uȗ%nAoe\ƶwE)?xde@'O?+rG qBIsF(wxm=?*qRX ;C?DaBEIڴ%wGm~Hs`Z $I:[mضA [Lg5&-xrƫTx`4uEt" HdO[Qlkih0R3,"oJ4`9ٕd^SϸD2dO4\'Pe*t g,hp~lde /v0i'ZUQ qHIUO~ʮ˞um E3 FO4WPc#R}`7vyI~,s[w p۷g%5E2-+xו(K6bhχ]r<.+i潘PqD?a,+6dynPD0m}3$i:ۤ2,RG_IyuTžW*Ȟ~ESd U1F!B4h*Cyx9a iaL(x*En&wtiL7|q:Hp;̺}:++|r92U_nyZmP,cggp26Jp,xPNFAWF.lu^8AOkuTpYZjneaRbzetWrAx OǮTVꦻa Q4 %TNʿ{%|c5lMN2m(?;9ڠ6g}yD*a*ˍwtc7@_ ǜQZ̀9qNjfS,H&02UG?"?|N!W_ݰ`tIQm?xb,U d;ʁ(ڏه7?TTQx5z5X\?+%9*:0N XUCfi\f'Ϻ@Nw>ET anC\ }0 J!# Nmp/d#5 v?N0da Lg]?< ,ŀX#1g! حJCsmmz%k&Uw*ddN&;' 0i^R_F!V$-Vf.f[€˰l8UO NPqk3-ȼ%d; 76ӽG?x{$E^.8|70 z^Losa|cY$~S Ll'Ux̄L2Y5C{rKi4b$zWN_{>2ȇv,nV%0GnkJ`]gT:ӫ| rӞфݥm+R>WM:R*i&'0ñ|YHQSג$Q ѽh&EzFͣr Jڰ/ɝ5 hw~Ca&#(|i}oLaEu$LGQmUٝPԹ3ҰWdePG |^FyOf ‰k^8Xm * _B.ib.߃B8_>wqF+@@_MMmO(S;[4vĚ oxdȁ(yL)i_7B!]PZ5:K>yȖl2{W$ֹPro+@_E^L&sEn,8ے6;E.`Oذ!]*W3Ờx+/Jh{#ԣvU^`^Na(.Ro*%%"B?[pFx# {+X^\ﲿσmh "3OG ȗ@JMߖ"3^c#E͐+/a [uC\uiB&6ŬaO;  9 :oGx:Z>e#yk3i&WU{}GtjJ-#VJi@M-7feٸb,i&90 9XFNk  WՏjj5<ϲﲳ@ {_ @om#ѕhہL͏.ɀËZ1EVY_iwrλ=Iꌮl5WC($M!%`)wd=y 7mc\V3 ZjPqh-rb=0AX.=)q,҃\pSט4T T~|ŕ#+|1 0 Wg’d(!vOrr_Zsjۉgygcc&?sR̎W[niH*DRFСͅ*@aA1BlT_sёYL3=0uG70O,4r8l@ےG@T.AP5P ? ,$aW>F):}jYCy!Ԡ-[,}/TϐڤICje΂ٛ"g&@"X^T!v&e|Y88ZG324[:M`rnk}~+]ɼ;R r̽Yڇ 꺻d4 RoH> f3@uy1 gA#T=sbZ0)eeTT1n3¾|Df&HGUw -E#JjL(U{ _ E0*M-` TZMW5U`ҟ|9 1 aeob!% T+a Jo:ń2e  V"p09}r`tr1g>3=yk1 .{eΧsӸkO'ew Py uQ+ndLRkg 'ty-8>L,[rб|n ~@JV(5d#]!b<|UNLI^֨d+fYRbC[q8M0;\JV A`u]42<=g+줄I&vsokM ''G*}p* īo|>Sj6\ kZ\1;8vE<\-Vym6Wx]Ap Z'/;Hb(‡GB)"ͤM2 WRM噄m2cP5!2Y nL.g =:b_Adbc9X&l^UGBHm6 eBMBymO;AjM".XPMmZjCNQ"lr Vau2Ӈ, ϚꃄM\$șJQ @Q<=ʤЩE*p%-Yd'SW&R4 Di9ij3(IVrEG٣"([*LLf/_g!f: ZڦnIva0ؘh$ $A1K_DGdZ1)e)0Px3tdnPrW!߀ sO jv};pv)1 Ek8ƭSIfSE!K;h(tu-iߗR=HccaZPBx?Qǝ\0msjE [=?-}9뫳$|Z "h5"|1  Nm"یĹU7 |$&.*òye;fIsH.r\=%ic>eMT#9٦y%~klP7HO`G:fP0j3 >tdXuo#!w0Q9 7ɑ;ՓP7͊3q}vbv+ cLUd*Gg~t~7!j s^Ҟy;=7 캭JԻȝAX7D:qpFa5d9r<3Xv6)ܖUNiU+cO] Ѷlp:^ِutq|67ʸ|eT'#`y3%N{ ?v80 Ez".@bGMt 4f1' PrwN*SВA"D }RWF%t"M@ [q;-u,ŵƒ*YsJ*ab5̀D8MMT^,lפOWSXf'$:oAxA_ls21Pl3ghBf8%B] ˜xvlBNZY,3"|qwd?$UO3kA_{Ka(Zɖ;p"~aG%4۩c<†rXc#aǨZ@n55k.QA 4n/tc03e^/^5^@'zɞ ?ejtnwAAxGoJ:w)˧c`W=X/7zuf٦VB}42[#\^( 0ff3kq֬ooƥkfks[+Mgvgs"0s"2;:;dlI0 C3yŇ4qK`Ѧ~'qW3kC@\4[#I$_2I>ϡ`)| N.[Tnb{% /Z^d^JP9%Uz {f-WlZkL.ª*PS^< 3PR#R42[.+si4tt)|`QA-tplxv.u]٣5-%j }4'2;W{A{Mb(9wm`ٽlV@IuzCk OlG 2&9 1 W v&$uX:xgϲY_)bəkx-.jj "K?FJ+HW,(ӯjIzrdEq$Gwh `mR|^rUyg)YyFMz(/VϤ .W @O'  cŃG`u'N"Xɖٿ'WhVR{ړmwC`3}nbw?w%լ֙PT0(||.`%!ؚ1Gy\T ៓&,RyS5&iBԝA 0 R:wQ$iqi^϶S̤@ ! <뵁N(n-\ yn7;ה`'tD򹛲U\pЀ}GKDa 8&Ewe u! ]:e(]+d*D}z*ˑdSnA6Nْ;oyUєthCK"9sxYwhU3uY6L ;m|B֖J;Hb*$m~aE]RJxXFU59[Ws33I>!l׽\)%9P#vAxyN2b%@(y#\[gMC(6Jo󙟑Xs u땙b?OliJRa@%9sy{L k(/kw tK_fnI{5WRϙ{@?u<=9XCjñxMH&+O%"_jt*mݐ&9 S-.5\;Z**(ԛyMff,;1BPqY=Fx׍B!]N;@ vSAҶ&w]tޢ u<.AI&ZC3]КhGNic0}.L[>|e*0Y_ 8P5/8w6 #hєF>{R^A C_ԓPAwg#W$b4$C0RP߄/M&|qyJ&>Nr.@$!D*3xB|y׊v$T\Vz)ao'(Es'26 A&#)@6L`Vb le]اn2Ignuӳ`osK/p>j6dk~ByJ-<-ĦaVZVv]>Y]yACHZ |"+,[b?) +NJ~ŷ⻊ t d yqBt'e(1Lf94MId](9/\%ǚm-3Ah=,[NEm.擺ћnJh/M 8jn;G!MbnE]X0!F`:0ְ.K$(|'ogCQnN̓Dm{%fT:Nn i޿ X :9Qɓu]d/6 zz7NWJbSYE Qv6 RazJ=`0S-RUkR|.&b>#"d*)9ȓIs&aT8ȟR}1Sd; r76ܾsԜ;[dT%pι>im:$ UL`/97"9O;wB /&O'b( ~p :G`| 4kdƟW:HZ#xect3+.$R;FYkSeW8)wV)?ꢖs%~uv7},Uhq{h~+w0Ms eA gX^(dE SetNe51\4ϊ(xqafA+a{A[\`2QAM~PӪ6<xcCz2j*TIog >Uil*,ѢYa  @$tAX!UZCeu4vū$RT32k`ޓwM~;} ~+KN\%ަ~5HB|7K=Jͦ4]N(6cSvw^;ay 諲^kyMБrR,E2:MS[nnW4p}A÷Yغ *m <]SU,F UZBYYxS+ڜ^Ok!|^Ra(U+\9t̮}r^c3+N5wx¿-oxR/WL]պ|=Jޓ|x{^Vj2*55e:e)yYmۄvShuLsVPTs:|h2F~' Y=D*MAkyt'MuζtI!c"s\FCGѪ~ #`v{;A?%qd"WxDkmw2s*ȿ>P7jHah9 +R#|ޠZ$yĕSlK:Ph2W fހKRs';qNwٳ+}ZR G qԜ~) ,*0>E)^V;@WkBla w/^D1|+$S.دXPܪ2.'[wf~}stbiH(vcLRޫ8%KNwD:v89r Bc#J2\ZE_CqxNnil)Ax%-휪bi~\4~—J9 CQ`Dczb>e3nc`{Kt}6{>h+wϖȻBGT7uR̮ dEnnRxs|R[::z_S0'9 >(rL_71w0&Z#/PT J}/:b~Ðhw] uGSl6FVq Ul%&@N|<`WB#1FD.w_ abImcXüǒ2 +,n"}b4iRht1oO `?u G ƍKc 8&cBtfX"Z#[CE;)HI t;u8a/b}E6҃+Wk4z"ؐMFjhT%>6z  1ZASE(1v1Y 9ʠg)|˚Z*?\r7" _XB|(''Lc)FǾ4(W1O'hnSgY!;3aX*,}e-N(OM=MFsD6Go55+<;TO|~L|n2pon$3o\ 945[yyV~"|mB@k3Fa`O7p8LMx$[\ed ~^|W/+|{CTͱЏJF|ttrئ@o딌yqe/2ي6"!1򦐻E0vn) hT}, &\]]Kxo[?ٿ䛭T7I"N6'Qɚ&`J/uEjԶc(bkxNJ&(4 ;Hb(OBx|;#*I&K]y<Ⱥ66iqIPӎۼ;w7yV6VhYAkЏ9khNۆ߅`1be K#UYW;d}j$qn wo:Bz}q5|s=z? VkT1U.lyn$l?g)ěK+U0Tw02k^=:@ E2ĠO֝i}vjHf4UL"/9&D%Dj*3uٿ]2J0y.f&A )uG) @ @=W*ިC?2HHLR]E786{] E%c:VUx=Ӫ:Ƌ#I?wH訙OZ+q,8iy}n]wׂ!ĦG )De8$U$m ׹?mQ%rrmK'Zl${?G횤tBWcWUH%9gti ')w0 P4?uC8&KҐ)H:Cv f!:a4.yl UPq*?KWK`7Q#y^1^tD& ƣyMIdC.+dIi,uF'8`c'_w1Q <hk~:l]RGrle݃ -fb($]oD]ADOiB閄gXKLf tLV\<+|]Y׳;jc2.tn%ARiix)"5$A P CA p#.ڄ׭,2 1xtM>o粑΋Qw}@}&Cp_-#3E\1ef =s+RnO{ = W0"X辍ҍox\yX\mĪ iKB lcy' @{: E""&o2DwtV>c]B5sR M`Aw-r-Ҏi%LkĥK̀&Ҡ }ҭBfY!Yw-lѣft$njGh@WO܎t۳hfT~ <b)T)^sG ~d+}ӹ=G|9D`"Ñh3d\#ff?BquN9[OXzKݶD/Xuf)0ެT~ f{Y:]$Xsȼ*G ;a4:W(׻lA1uh=p|okQ[4z5hdãĠIB֔,|mB\yjCRj[G}A k1 x!b}1A nGR(s?Ų0nhkq)`ٴ mw*/KeayN2R@OZ4g!_4v/EK' bQ4Ҥ<|׵lԥ -$i=v$a朐q?%+3H a.0V =hSd%}tB:|qT܇`$dnWlqv[6H{Ś?2PΌ:VfjGNbkѪpLe}Gf48o Ț"Un 00E"}dA1Lt.:)=^q^ig]c4?KfdJ`ۉh]€\$@HϨo={R]έQj0+4fŁhTz|-끵SL]DK @QjG#֕Z'J3pPBܙ>J+A𕷷g]2 WeR99Py] r%y2k{7U_l ؈dhBU^9kɀPyu90Ek$/_ M44DZS~(c]Vl怀l)ri[gRŬd$LhCos.XwV$KA߂?(Ԭ^VV¼6d )\O=@Ȫ˗٧\=tE.82\^G;7d&q"prր,ysa{c=Տ4͞}q 3c+>hMJ PB 7oiƽݼ)2FŦ*K̈!1S$s [y]0_ z>%4'mi]'$rS`<EJvb ڛZYO;Rs1,6< ['z7U9,Iw$JS37k_F,Y7 Ȏz?. &FQykvrKM83_80*gRA(t>]Rh1'QRsQFU<$̖0׶OPT:#fQPwq_rsF]* JSDDKU glR".ehg0 Zi]hIri=vKBQg)@ F2n}v|*ҧ37;԰ʔousGc Ҳ㿌yЬ3ꘑhնs2 Y1ެ7yb=0|Zvf-p7,$?$݈Y׿~dЛsw'5=}QCbw>蒤ZA4:].'Vm8v)Ahk-A;{W3>f_(~7M{sE0|:a(t;p->c\T0G {,C:Y>pvF) .X<֒C#$:e~lT0W;jjÑ20,픭NꃺNQ*!V" _aW; utnfPjf_^%xk#O#@m]7u:@ך4u'o8X^(ųq  t"8<(Ӡ3Pv :|xcC3VvZ ꡧv)Ob)O dWR(p񭲾`ky@0v! % 7:H"O3Ol3Vby$*vС &yx6< 18AS&sxkn'L4kRWs1pxrۆd1dMH$rH]>GQXhpl\=ڃ"c(<;H(O <>sUZj*NdR<.24k͐Cw]s0A-{mVľ։2|If?B4=r8MY:MnpjЯoZ^j ׽0 ج$ +G*P2V#Kzt'VSazaҾ -qtV" %LxKL.hu @OXP3p11SE$11Q-N'~؋ $Pm21ASSҐKȪT<ތ(j8 y_ڊaA@- {I -)$u;8l?·U_tbO ax+ Su׸JC%|KiƵ5bXl/fJ(09dnDKh&;.ލhqV>=Buv,ޫ߽G( a('}N>NmH,$&/L% _Q:ԒviT>y!{f*J.rh<4P6&]OPݖ;9F9sߒ?|٨?/9<-mg٥憒oA'A-"jE?ȷw<p0˯q\jD@^w XBOzˉmX;BF\ z[1x*δ)#5R}ę3{Je쐼2+`do5+Yw a8h7~ɤQ KQY;j.L˚ J倭 fsElV/ঘU347l|0vG+0{nՏDDѭ :Nx9(qFÓ+)uVRrPuGӂO}y9mF|b|Xػ^em, ψ(٦e&KTVFοs}2wU  wr\NV߃vk?e%ӻ 0l?B]{YM;W'U ?p|A0DQ6yTӍq5@MTEů;R@x|fוQ>w 0Pl ޞrO`  sйsbY8M[֥~F,OBk|XQ/UBgnTC;!,Gf-GyeCu8]:eZ]9cGh`b@1vMgG$*kܓ^GofuFIǖʤfK::̀aDR&2E"S=Gn)EQ)#`ϙEϿ0vF)0O E]}m\ KF{lPy|~FFruR웷E>g/ٷz%[|6}cQTDAo]bdCfȇDPv捠&p*ރrqӧml$U{0/;A*DL {I'W>QqBt.ge<‰ u>+A>_T# Pv-I[7Qk:yJ_%dZ Z߱bd=$9 O;bќ`5{? PцB*WJ*`u"~PUIc"Ec$zc05f{lc$a"UVWYzt e53W(`ƒg "w)R5mګGn!TNLЁ:CG<[Gen sB)QK+@G5VƗ)@Ѻ`E0ULҳ|yP'5dXE ڡa @ 0,u!c0vZV`<~}LSwA1@o_(nm}qytzm߭'WVQd|gn֒Mi}mEe#OsSM7C,Z qzCSlO(B{|,чM*aBEQl^8_Wbf;cG8L'[w VCr!hRCYG?oG6v1=<|G댯85]t{ZjʨII Ҡv>T*z !9l0*;ʡ&rr J-l{` |ȟX_A^?m"vERdlB0S0He RKP,Аu.6jKi[iD].ߡvdx ++g799Ai/(4L弼N 5a$16KPf&"@@ ,q"1k8$~PvG0 Gŕ@/ aB*ZǨ1 ̷/72')m硺dt򿄣Go'g CMh/~|#a)Y Trr?%~8qhV\{%#kg0 ð@ rtJvI-0*:zeZp<&Ծ=dQI%6.7rd ztk?(zT]g~oqKN&}A OM~@=D@uDQ1Jn:uYbvS(@bi ꢢ} `&>;~^mZm=d+戣h? McF¼"gp}|uj|0vIMUJD['ibdC{Eu3TBuMxW'syRa 5|x ,I"pdI4yS YQ1ek qL Pmz=M: vj •.{_b!BVײ5Qy7?[!?*L>"9y#0@$u1Uy]+$u\^N[o{4~~M?f@ @- En WCL)Z}VJ~@iˇA6>ŗMPAv^Zcϋ]m-c&$Ij>U$̐ج v_9%sSJ],uV4X#SOǚ!Bޯ_Hcm4OM6QJk/ VAޘugxP7 wGOP3µaA)FF4?״s\ T26 O3N9g_KZEG3}  0:jhH`־u ˊ\oZ?1a$>_+]@VeGpq{.$v?U1+CKX1+ꁴ*$̔(ty7r@*6o}37 alz 9u/+0ER yL^q)^rSFä=-)hllоJ (H+Q( /s^>+[ 5jBOQEѪ %!1R,^s84*vԸnEѬ)N(d,†`<u)0 E/=2,\98<T2픧ۀeJgSw 2"d;a A +؂ ^}:UΆo"dytL`tyɴtyrr_(uzw,FdCI+ԛq{suI-fglDU8顙Gx!sI6R,1x| @0,,}={$h8q'ODt nKxSdw ]ޮiuXjz{]&8zz|Cb.,|y֤/ y1X֔H &;17yO taʢO`(O]TO6 ԟ׏1iB 2XǪ~Vx r7RP40[۴c.zhYSAGQ01ǖ7JH7fdVd5)iKQ|yT>%6Yyj&=.l`c)y:^Ka(\ 2b{ᣇ:a T aHX"]q6Ƀ)@)@eЪlj>2 XI3vTx9qY wo֪$JiKzX~ wS|%27tܕx!߇33Ha #ŋEnO/yS(RVS{HicTsmfм9x RVo.`=eI jM~ѡ +ViуԿ˚C0bSw+,uJU%I ̣a>[h@Bp nIf_m6Iۢ$P="M(MDj(+w9 u~ УYE#XrhO=*jK aVj$}k8Pʖ_+;w(=u r{:X1Y)n- .’zֹ !PiM n?6!CQ, o`**_;nO Ycu,61^1$SHg} t2{C1ĩv6)0Z~; d00xN'riR3ZlD3w;Ib(Bi.tCTM@Y/TKO{K^fmQx-oC'B`P#̹Y*^Nd%iOvc+cI[@i>w:fikj "qgV~w-*v[">o:aWra? 8S}#м`][;RpOUEqO/ TN$L17&:n~Y~٫ei# l;{<k lCPcsRVg'+Sj%+,w'd90 DpKSXzK0=7SDGPS:;GʩeXUJ+%$1҂E)@ +5v\+9!VwkA 0Ybv|\KeZ<^*[%Qģ^LXHJL֧("@rO7qҪ%QH  2 6Cphm`T'Dž<̟.'\Y%0ҩ؄%н5p ^hʅq!W-9u!!ĕDqi-7%.+g0Qj3"]66ָ̾e͘zc]V%8 (ZSqAcG{yMw2ǟ='^AQVب;$hC6/֓?!DW0RżBv4}ޔD=y,uo90E?\ kei!ZyY0#[n%k0_{@2*י>8sݢωsz#ொBPL5Dnd0\ӛBIx ;_mpsDUuCp,2OB@ЕIhkN82Wx6AMJd/a484/t·FSH9 "=6ӫu'=hDڻ^:AAɒհdeK +um ߡO}gb2[U;e[ nj-ͬ6+GjRy5LUA]sOaxK+7([7ڴI8Ũ;+/18.ue4QVE֭zЏ˸Nxa`x-y]9ySV8n͒6=r'[KLK{<%mw=W5\|n躃a *J)鿙` H'9keT}D<Zx1=  ZEҢȈZa2ӄJAMyb%/UR#ED ’HjהP75+DJ0;l%a~{{_|C[cƆש@\*}#D%2itJx.*g,Bgv 7eHuR4y,Q z#T7)BIھ=I [1H&"pO8@$ُ-#y-m7FJ =rS4DfsqbR, jE㸽h-XN_ v (0pGҝI\!l10N,L @_'_NMzOeaw".cγ/5;D?RٜEq)8KtHPlaAmMDb®K̂cjɟGq/Y Pt…C[сy4S}`r6/̶甝o U#kq4 &Xs -=_=fvNݞBZ9E(-i+:2Y"6.F-÷fM~7˰)߀PxWQLV|h))r:+Ww! Pt1l G/=ɪJK; )rՆzX:ڟsVƀNS"z(+WRsd`jj4"<YMt83^X^IIY;t,D'Ræ@gqsbM$hU]lH_/_gàU(V=yJ?afb#եՌA6Shh-pSg *5jI0 JNX(:ܮ壶 ghH^\wETtʯʄ9W"StA 0CZ#T݊HLL̊=B/:+DVcD#j*N@v#(az k>HyFYѮ4 ruVW4,ʼn;Q7åz22հQlS5"qP {gFJ{Kb(]W*6>gk 8 sw;|%@G(r/`yY&h Ot_ĺa&Y,%>i,V3\|U[90WpClp$tҺ:oVHZ],*0NqIt lWRǒ%^_5uw'Yg0ðS0ܦtP;qlXQ<L=o hU-{9n`-\ }CIbO9$r7gɽ9/*=+)gybfšɹv4`KM,QɌt9 0k !.!;>t 䖐i6hYSb+RտE)s偓*R/b 3JNB] SjǴ>ɃGA CtHNrt%붥ݎlK 0 00 *mhB>/I6gP6 {-\XU3 &OWsr[i(* G!U#PQںhD_drFhD0W }7~׭_ S2偱-$Jm5笶~B;a0 QXM 6/}[J˱#U_\~ u?(v(:4ͰB4.?M! \/ /GƷmMjZ{'o5&֒oUyzO2;_9:l;b#xnj(8m5\g~j;ʘ@ڎJ W*}XF~ _e**n+Tgq7o⳺JͪG peS^`nҔs,SUw3Eh,@}02qBíT:eۚ<!:KQ=!p[} !n~E.I,<#isϥ~įU_7 TeL;nsUbUJp4Lo(+һ!:yyYxQaك!(,"rϊV}7 ˁ}P~Skc hxr5љ]пoǶv=d'pٴe#➩"fP#ΖGZu/5#cg1K6v;H4=r> ׹ A?B$]h >gt[;zTCTs /ADNXwuẤ}0_ՔAbZ*;ih+T"RUZJalba}D1&j_ G2CF5mW)ТhJM$# AgG`B(0.DpSjmc|26(Ԋf+nq 6Yp.׻"^ad{`(Q0j3E h}# Ϋk۶ Z3rjT&NVJ,M"萟(2FvrcDk;Ha(#tfeH1F@ IM(T )em3Erא)!А  &)򱱠Q?>ș];}p2skPOG `?u GȨUq2IVRВ9.ݼ\R"H5̦oO]0ZhZY˳zucG^J~Ԏ8ɵr)IK&laS$00m._O $H򻢻SJc=W P=Y<4VDt3c>8|&Aɍ>=#/L, P=m҅NanQKyLlCp<_IfCQ8ks`)Y{"0ȌjPhXwiB6ʆrT۟rmZȖnrk=o@am;XajG^Yf[gpMsEhC\2Գc ͥ1){{:bi@jC1F?;T<_ =梕zR[t~z4'Lœ\ӗIЍ(XO k,B3!Lqv(Qsoޭꎟ CXةXROBL: T+VL7(rwKP9GT9F4BeobVIz Wx߿A$_%uIKcn.kVnM`tw6h{ H-FO]Þ* kIsN.i}Y3MO"HRB  ]Vjc@W3-6pL*ny됪lW @&m%ы'.t('s͵rWWDMdB) W3jk6ʣ26 s(P`<(Î)ٽY\b!w[v%9K$@ ( O1@HEUJxɧl =A&NUl(K=#do-0ޅv%TVbI@h9Ͽ=-xǻYܝGx<'\@c VihuY#xT6s43H a !LՋRk$MW"+*Hqipņ Dį Dל? sW5;b/="_JҭG(oq#>Y2(nRR N-y.5N zu;H a{=ؠ%F*q,Ś7 2Fb4(_՚|B5IMAT&|F:5xon_#>ArfK7eOʯ| @ 4H* **(=XU5mtJؔ/V}]նSGo2<Ͳ۴yʒ-nfI ԪͦR+i!oDhcQhc}®b'>i [:-w@yh7Y3FaP8TU"Ij;_\ _c lH , ˿{E'|` ]vxD)r9C1.dexȺA WP h%B'tdbT`Qƙ@K)!h5I͋F=)SF0 ȸ R^KUwK9SGcTbyAe?sOC.>ϳ>8ՀG؏ݺA+=w` qJtCS亮޿6BPZQJ<3еFh>@m|E`Вa +sHKT0uG+ 0 E'Wp=%sziЫτ%=f &`(('*Wףo yǨ1nH< lrH̓+!Ɣv92D#Qs}c P'쀁A1mC]zRP,DE~goٰ~ H u2K3..sPlRtq"ͨZdFxnkTM0#I`mR akZ7\cfFc5^$5{(Bũ+rB-(vL()U})wDOJNO;:_PP"ü UdI @CQ{ʝ iѮ _t^S8k@w|ǁ;#祷=:7$:>^u gZX߰&!^5 "x;)w20~۴lkka#Ej$_a)X9ȦЕu/ -,ͨt>'Ww! axa=K_~BjN&9%^%."9j';[0(T׫z_"tN*rf'+Çc35~xQI j#sn{ ?k~BT.X(s;Y{TO zNV|׵lX^Ub\e 1F࣪"\swB% =ƀȢS] @0Zغup0jZ3l|N2G.`QkJPzD[+u|7-]~h&|ekY;_\lA 0 D. A!άnP^y .Ҹ*PiHN􏳞b]3Q6 s謿ݾ,Yg 4_O7֏+ %(\*ŲtH;a Ðc)lQ0j%=Pg L ׆(8iXȿ9 z ee+'TM?s4ć_Դ?ĪљH* 'Ţ$BtX12]tQPn@?ucEru[b1 kqXQD%Mcm>TvzfW?;4ޜeRee2P^ms" x(jՆZz8qf2I`&/;W{1 -v2{fFqqD7ߞng֬n(}g/<ɗFpLB77#d<1ڡ wcbQ6LPՄNdfo;a7280 }ח_xڪP[&NiY:30\Q<.۠Y ғQ_ݴ!R8M8f[RewyK\{ TAFZ8h|g,=!bϵ'Uw(6B>v)0 = BTyo4k4iP_*ł/ ,4 %QYa3r2: mT# uqn!zwof;b(Ow# |t-f#)>(~ s(!')|S\G1y)ƛ2<ϖ8[4N׃ ,:Th6X*2ڿ{rӇ5,Ut|K 0 E 5pEC2 +˖̰%Eݟ,۹-ZiZ̠0[xPLnD5 *. p 1{K Bs)8v|} !F6U÷ O'H(! 9lbvxJ&d{b)1""w9M o6p K6ʁ:M+`7 |qQN^;_Z!bgA`G]DĪ%J̧q63Q+KDajU,-/ԧ0=f0ֽiEi'[rJcpT"7=tSeDßT<ϓ=sP.{ 4¦3P^BQ"t2M/KM~O{Q} @hCH~"Bl'y&͓!YN/tkt~s*^tmhTwjX IZ4Anyl+bF_w[t*NͼOxt^ M|'|{~@jg,1 ! Dz-W,23?h\ۡ7ef+>_ EqGiS LZz'9Yy}YT(-̢FLl|RbzS+>ώ2$}Z5w0?А OղOXِPUzQrܬLP@`HzljEy2Z-KE37$0Jd2[ AF/2G}J-ag00j8Y)b]7D4Iߔkݍ ~V|n0rTXkc0d(Ț3rIP,ƕc \dܿ~yoT{9G[ {S[ oEDIBqn Y?q軯?I_$=n d=5\{pMaeA<>g)y2E 6&.;LA(\ZQI7.hfH~/ e?@:%)J'W9 {FIYLO=>gԼ ׵)x;V8:'Q{#;zQn,|+luO7M {gAA̒OvJ#vGAş(iRJ{(8 gk-WCuQ3ya^u8@D}S4zS9-@P;uIMtw7YY-#=RpNljZ67r`Tȑ4H: fQ_:RORI:1 wGu}uNs1K @0T!<V? Ҥw]N.Vy/f&n1O+ \WEaPb-:&U%s8ҜX>%1"T{dRbp|-s5Y G3v:f{ЮhmIW}5ya?<5Rr5 w'>—DE {Egn e^s|dZCx(]7y :%D* $FhC+ʁ@ 0e@z:ؠ*QqsQ&F])jb(}+u {tGUbKt2ŕF`P~c(#QS΍Q/zF+ĥ6x$z#lFkMtKvJb7dO ιb_QZ]9(9-cgr@  '1ǒa3ezoG*2Ie 9ORܓdO%O@`h8wG""}35feUW,R qf-Df#R[RAz[cpf;>&(QX݋_֕&:GZc1q06\|j"jȏwyn7;ꃃmϤH=puG70@lenQ2't +Ǝk-uc ޛ$sd+a׿wg.&n;\W7߇79AQNpqxMo-PHg)]+Nn9'sxױhƙ>_Ҡ}-93cj꒩-)M3W1%LUbozTh9 N^FL#Jw7 HJ=_BN'm*V-S{KV 9v܌)GE#oG 6Ȍ,l*m}['s06.6kR=ܟp3'KH$̫Ida Da >g78ާ^%,E-eF•+@2>҇[C=u_,{a}kS[D簻B^T*Do*Yf|͉ T"OZһ\#S4/x"}>%1UR]8D ǥUݪ=b  vCw!ߎ4l%K/')8]j0%%kZa+K~r6Zխw Oc;d!<)_8=&tҳв*_&*k"<|9*eBDoQ>Oa-BumGDyo7(  cZ41d{ ֣/ ȇa]<>v$|o rGa>S,KyC@&կ]:AM  RaZAD5i'f :Дo,T#e:;*vlQO=L83]u?KN: 7zmL9_P3+ZZ{#"iNuk%H7Z>qzb5('_Q 0PÐO2;fl2ij mjn18j잁VrB=^sg$v!> AI ERA.=~&W?y^H}%ZΉ6̺8- kKP/ݒm+\VH'XRnY~>] t[ز\dqUq}"X.{‰{D^k*VU3[P:ȏNCz| ehGA"ADB\"u fFqȅX/摼lίyk}ymf:Fgm:jq`qa8?c),, 6)q<0`(2$ _uM'"QQAX7ձR/D#ƨ2P9Fj ?9!=D'*oGAfQ d*qB,sP)'mV32SbT?(a*BC~7%AŸ XoQl]W @ƒP\Mg9r\oaM[nX98b" `0E2姌ܥWBO4>Cn̴m'k®$ժ{25&2j!7 "O|"uGpO\<Fnau WԅÄq ;@v#%{Ц4A<B[z)4A!=-=~D>b18)Zc0r/)B1 EW9.őQ(>T.k,y.iЄ L%By᚞MeöU[ J&F#\x.>(Y|(XQB~b8GJ観V(sNN1^}*xa[H?'5Lr60+yؐ 2'Cf1Ci='ts|` Ra X- B= iMlxJTh^WU+i C&u9P3gpipr^Xzh}gi;VYSa@KhV IInԱ/l( yON~n a>ۨWQgIV@[L<˂9؆.x!W 4BR[Ëu71(j&8,@*m$h v(@ _ÐB7*S.]HDA"tUN m9oVs}hEzwX arYg xQ](uDS%AC]Ӈ XGe3IP4'b1rFKi ̫> b g 4 o;G#^ fEN{odUw@ǜ8*05K;eL&L qD?Tgݶ"0|#} h J%<,@; yQڭQD^IYSa5<"ja\M<6qmzc@# /S0w)0E3t%Em j,F\ ` 9Q0mM,V݊7(0i._.'*N5!^s%r*Hog6,׹!U#>*9ikKٽPX'#)L]kG[k֟*ms\%+MzU :h,<g#=׈9Jp k8#O_!U Ǭ葹h- x+ sPv<n.5MF@iwĥ#J(\Q|U4~?R)EAn'P!C^)K@>O/#XӔj%ZG밺3Jrp3H. C szn闖BΎ@Y.ͣ$4? 1G &C\"fEtH_Eڴ{=-BpwY.]cXIWK-W*6)2<bWy .|L8Zx _|D&]%d?y%LSR±B kv1 Z\qgĵ,70|$!΃X άVLс+]Y)"UYL Iq[K TUi[c΂75(*zY6_k\~=Lӹ>cnI~+RIͯds^Lŝ`,tL}a2mPx&N+cBNzcykp  1PG+1[=zXp-d%1y 7^jJP(]2#/p@|/313 eP ~'6M&BS,@Ķ% ~iȷ80`Ӌiz1i0ROpi!=n"UȴȨx&p͉F@ ah!s|i* Qd,h3z`)H"*H:\ 3nNnߤW֘e8ϑn/E}uѹ 1x}2D]8WXKb2!X|$'K w*E5Yp9?lTg}`QaO'5=zCf`0!Šiv C[Ȼ\}G\9j7zsOSk܉k"_A i2xA-c6 uET g:x>>ltͻ/IIENDB`PK?`xt@t@1OEBPS/httpatomoreillycomsourcemspimages469641.pngPNG  IHDR~mA pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV-7oݚO<}/##3rQ $WɇBzC_ `G@pǏ(+ךի?~8ZP6lAռ݂ѺKv͚+ 78$$!)QSKkdYL! :@ƍdjRBF^CHP @ 8y@6T]W V `r,O`C,$d yfH4\r 6U$IaO x@\qڵVr|bb"l5AuN7x^27 oذR@&V8Gh'O,+{A!!#g@BAh ' D|*s|v;7h X9l R…xx+|m~Ґ!++>>Ĥʁ*] 6@BI؎6+! 9&Bva(\n f@1 tTxd͝Ku+sxO}þ ^Hh?o= 0;C}}m{5CtD$Nzl҄@ 5RyI)u@N]ȧ }@ѣLRw N^O6n(//f*A>lll.\vA1׼m3:;S4h?lc bNc]ÇϞ[nb?@.?L0XKmBEh-{@d={\ V `dOL <+Dύ{r >2o<&W /@Q_LR $GWR}0"offR 4g8 l&S60?0f' fz yq L9T k`4BAtLxsv{Gw Q+><Z\+> LAD%۶gK'yFS+U\*lJd M` 6H܀2ay@6t͡5 lAÖA ճG.a1iF~>Veؑ6@.d|zy펶munNDs ---00KD\QnѭT.9legeKk;'}9 H@&/N}0#_jfaW@6`O=u{fP7qL0qy c!E𥁐\C(, T)Gٽk/ S[٠k׮Avë N ;ImȄ 0e3H{>2 nX"Hu,'N} >[o2u*#X4 T@ThAA*ߑsE }k`U'@̟H@ZΞA6!*!ە bϮ|qѤ6 0ր-qi8A,  !>|a {1$,3 VQS?0'hjis@rlll6l40柖f޼|H *'TDt(V3! r;v;w7qqqS >yq!8|HGY05!HIy^rYy@Q!W((3Yސh LqH:$޽{ҩPPGV⠃=\ R I@] $I:r`_LLLsXCj4W@FwEźH0nRXX5242M]Ɂ"DH)MR7`Þ{153 ~vkS3q?bFِ0} w54DT(/Bk>Aj9D?PPX`_==+ 3@@9#@ U h1@!=|q |'xAa2lAFؐ]:!'͛zt x^hҔ4l`fuϟ>Q l,AA/@>* 9;$R 6Ih'd )'rʹs氳Azz.7= @:> 9YL>(0yAV|Qt/",bbbLX,X*A@0HJO>gM-͑QQ5@̴t7] F s_q `~5 Y7~s$y 76ɱls×r;ff߼),,kMBi@4+F4&z$&&CBkٸq#dA0{ }<zBvC[#/ +m@F.VAI7O ADŽ}i5vH296O^u@utL@AA!^n_̜6 +88ϝ;=q2l LAaHIm@ wzWmyI3ߐ]G*<vhͧzخ#G.\YXX.]p !`D\RPHMW77Hr&{VSi}E yn7=vEM@抑 2v Od|CLR=Np~'Gm|&nJk0w&ML2BS-&`*\1B]Gdr d=9dgM`jll|"-UbP%,m0;$f@ : :;LrE^YJO-T:j_|pGk H @ {b srx3F̰tr`# - z劐O. = [!y> ߩ?X'`u9K%kvqsrvwtKH y@32OLLLll?#HIO?W@3`egkhi4ynH 1\bW|  & ?|(grd \9B__ː =\$?4mk?Puq ƚ[[} 4s/: ~~!9p8y'@RTv9 B^ ?i1Yh,\?MM.8r#HMGZhM/KaN )[`wcϘ7tPkMQQit@4H&ہE[>~lDdV؂4 g!x$|D:co Hǃ`V{acfu9+ ކxpH lFsŀwi\W "Cc ( ȉ Hv!pH!uѣG̚>_XǠH9s% X@&)! l`orz;`-*ìv<ҟ,)iݝ|a$}6x=O!*]O@={nx sus֭Y;iħOBƠt?>6b8yi1%C@{?~4"kG> u0 q2`1o $$ dӚdwƍ!G§/ A>f…uC4HN"D@[AR +u5׮\tW0O Do^' Gs`^fkS3rӈvv\\,xY.mObxkC i6EUB\{"h9A0@n)A. نZa50-7% `zeˀ\&֢C=O!Ov/ O : fC+zyc|xY o O9z*3Ɲ|`o{i+VDNސm[ |Ad<|(Ҁ7dVȝd7)|HF]GoFg|dnBSe!U7r# 9A[Y7d#( i !@r< -xy#Y&LXz5^o47F{ kf ($2u˖?@`/ކ 8F뢀mf t|zz;nZ+` 9 cP ]zؚ*7 Y+yo4W l#jy29KOOXKpqqA!T;`ȩ Gdt!+Ǡv! 7B$r||!4aӶiB+Ҍ#|޼qϘ&rsN]s>0夎As^׬Z v311AvB֜ٝ=ݐpˮ#HU# $y;+O6N)+-&xY $12/u:V6Դ47@q`P|a@:ߕ # ߇u| ku;0'̚= X |CAI 7@EE 6@v[Y^Q d0'7!,bxC>ҹoR}§@ӗ!5r |4(]s\jFÀ7Xe!MEPrrd| ~0@wANA-#'Ȋ,uP!`\B_? & yn^3P=ڂ@|x#GkjkUW~zA2/oW@aOO8H[h,.0%0 x OD]`s`|`"_<|7ok 6>|XfggO8rs"|!<(bɸw]G10{&H$|SXXxF'0_גT~&9N r0{~@qv66 {p%'0Ͽ3kV޴ 9x%0jhAA2dW*|,${m(%{)rW Gsŀ- 7]GF9}t'''"71DĞ|1uToxTpa`@(mZ H`6uF>%`@FiY"8$r.LJ@<';{?i~ vԀ)du$ (`Uo߾Dn 2k3Rۣ5 XW{ېW}~l}yҊۏBvM@@wb @(%z5M(iP@zimjz ?e`V\oFA>r# Fm sY&Hp1G muP _Eyi@>0 P%̅(CW ,-7hׯ@Vs\!Z\\p=|*/uPWn< _ B$غeKKS3mx^gb Iդ0h,bw^Ue%PMHHӈQhL! HM ӗ+{vlӅWWtǝh} s. v<}l!ݏ߿<=|B@K/vsuE?@. Mg@ۄ,v3[Sl:e`C+8$8+;~274+FnEeH"d \H#  d6ӗ}dh'h~]9}(xYN`uL4M'NC}}} U . IȁQ!,yyy| ZT@v o h=Q//10зK}"PXO_F݋G˘.*(tP `4ZW\\B A~P߽ca&A~blz$οLuo<pS'N]˂4ZW\v6^< #,4 %.]7jeH~2֍Gp)S!|@um9_}_h7>7dFKwh7waa!|2dCNJ15 g*je0˟>}F;9؊o~x%l ׮#Ȣ#+Ơ:Gl@¯C+o@Xw`:)bK\L_ 7;ȵ%@QH zD(Aupʕ/3pOG5,N]G&TPH0f@Tvxh2 V CbZ M)ȘprH r?䖰qo Fow"`ߞJ*@C h]1 `,P#aH HBN8dB+>+htb`[]sĉ!=Tٲ,' uCq4:_1 Pݐ"Z<|@F XE}}}qO@.r) T9,̓}5 h j!A8+󆥯hYY< Rϟ?z+U 4+Fv_@0=L@)`X]6lpCd);Q5 $߈(ۆj>[a lĀ>|-~( IXS<,`&#HLS@2 Ʉ%p- mAI'00/^Y3 sW [H҇qߐE\5h5 + KG|@F)c Yeĉ$\`$!~$Η47=n yvDةlYڹmE L4ou|M;0xh LRMsuPųʒr\ 3wk#¾85ipntmVPVtztV9A|>lnkMN q=֋K2%|GhoujWD%{$$_hC񆩤x_Ǿo@'o|4ˮ6w3iIL$| ifdf1)/}JDMt-4\hqE{Ner@RH3Vvycsʻ' =A_WE 7Qfv/ r5;2F&Hmy`iyrRDu߱gK/'4o?u_W:c [^񶹯y XBK.!-D10x4sBSRRk{X&2pA(((((i~xU7^&}lۦ_7G$eBceFfGvEFhR??i53ۤͫjrkv8xo-O%-ot V Qk:|%sOÍk%ʁ4eԖŰBA9$&#gR4?'|Oi,Oy;\SWy_!'F럲? h:j֑y٣ຕ-sk21 ?;7^$(cOm } IJO4O9 P>I~ uϊ?|8g%|OiiKK"+|~S(~'m;xk4ۆK‰%L?ψgPhWxf=SL4G6WPHx<7'7mv1ÿhontծ #֥7.yoenreP<7hg45hZ}/$>:mKΊ+ ,j"@$G_T*U0K@Q@Q@Q@Q@Q@Q@Q@'sxsYY_=#H{'h.m<\Ja`g_ώ|< h2h4rKox9neoou WOD呂c čgcQaM7NH֮_XOh,9fGH6ܤ?i}↳c࿄_3kІO<'[K}3F-n->Lar'+st.c]T VkH𞗣u #YԾ9N(Oqu$Itvm$5ៈ#߂>9>}Zd3Xq[ْ30#q愘}jʚ'|傱; *mx>ihwW|37'둴Kw [r[ąbz+տAk5(tO-|Iꚬ6fHcK)&Y*, p<l뚷RXΛ=V-= &%처"A?SoKGƧbj6[[mpV ) hf@ ,W~Z:?-_*8O10\[Y̬24`»ljK_|vNj4k>)/#Xf #7&bC|Pܟ~$4_ |cxvi7K=n*YI >y\7_[t ZQMmOI2-.A䀻R ( ( (>M?]_ƚ),kZBAjirGmlye$kU͔u? :&tDKyÿE̎h%TBl5WO jX\]WևᾸƒMG0YL;~s +b|5k)o4/t[o%L"Uao1-+Fһ(>kyc| ѥ] q4)4˽ dEٝи%[19r?u=.f_7W$S\24j7Zh120OȻ'\̌Ws_'i\߆o=.qp" |NȤɉe)pvw?>1OٗFjLc7>\\C)Fw%fu@5m=jO7?CǫK#rسX/9!8Z_~zҬI k #*Lm.>о?ZjZ.ke׎1i˕u+?KKUƃ.֗^)|<\CoYMĄ:}`r_?Ϗ ϋ~bFY2Z]x+whBI+G;$.|ZGυ?n #VwgE5tY7Xbu+VS@tOWGI*ZےFX.!/ pcmʯ|q<3>"#5K &eEmO4SL ǒ]Q_?'T_=2mGjZ蠰v+H'.MYG·204YgE!&kYf2$`* ~Xe2:|UFTt2|+>WiRA  x|m.<+;|GҼkNLjVm HbV vAM{U:c%[B>H299U ax$]~ r\j' I"GIln[߄Qkco<'{[n FrZ۪0E'o(;\e]K៉ft=*)Aiw ^y^ݤ`[o>7&M:F١{jݭnVcW*]>#>пcM{T}KG;zd m4o/ J" >|M7⇅ rqii/@?x[r#^WĿZ&℞%Tgom  0?36,I@@@2xo +}޿/8. Q⮔u߅4/X4^ȁ9 0jx?ZSh^7𦛬ع1D$ʾ| iYZ71_ Wл]2H2=A}+ExgC7WKl~ =w|l'\5ڟ9KPyeH~۳Hpt!oߎ>#?ď> f-OHkf iXݼoK7a;E>%j/_mxL^(Z+I$E[5$=_H]ySR.̷Kσq,Q3H̺Z<M5pŦ[#by-sgpL_qK%$Ԋ|-t9έuve=ebXv_4'yZx4}Bz_k-㲒I.IN,zda.X&x?bS-'^þt֙.ฝ3.Qē)wN _-.]_j뚥4 앵1 ^X"( o`/M5G?|Wyk6^ [m <ͣ+6>xKybs,-(?GxwIeg]CDW7j>,7a>#Za5ͬ| {i (9O; aRuoӧI|1PHcmMMĞD+F71a iM?ۻsx<3Qm|yOZMugF{Xplڛ\>?c/ uO>"S|4CjVXK"l:Jΐ\ c◉16ᶫŨm?*߀/(Zkx漶l]ITRx&mx5oxOZ֑& ϩkՒ9Q41OIbYЉVx*ק.u{+Kh&Ӯt]}h ؈gi"eP`}7xlkY~I׬M|5}NM{qI<61\*l0\wd̩?O~6S|-5]O]cWVkpև)u!UFڮKMϋwݧ?mI14&;yya;0΢ @Gm {M.4cj:~=573y3Ml^wYv/"_=wxJF["!oApđL$(?w=↹:u KM|\MjvRK8>|Xai<ƃO6KTӬ{.ͽ7,4,P4Da)_M|{{_dF{V6u٬`;* G_7Ŀfx<wFNg&Z6-e`iǥ!ơ=x7at6_ > Bs(V=ɽDNօ1}mESe]zȰ[Ѥɵ0_aЯPA??~|<@Qa̚ƭ $ّc@WοM?#wy(7tX,0q+x)*YuXxSDv?m֚ǺBgf}eExW]o ;Ⳬx7Oyþе}CUPexRcc Xm)@u((((((G߰xݏwLgkO>k>_ x}K>.6ͩ\oui"N!ῃO.5=%$%nByo,4ZT{3ۘbgr"|./╝ŭoXܶ,li=47* vFZ|;Dž5M]_ ij<34Ƴ=ͮm#5=ncp(u:'<࿂v^eyvI +6Sѕ?oq F%X)!u__xe ?4º.ij[O~= i|ew.<%kŞɉs qԄwgʺWΗBgP%aEO3Ɨ2xf?d"S9~>9mML|!i@`iGgF`g#\V/2B+x|Y_me M6/g2(d^#H.lbDWj:]GK[Oź{XbxeTCs A03ɽ'@Bv~~I#͡K[ƷZ$:/HD5 Xbg Uf)rKJoY[*u_ 5G}j_N/=s,ɢ_xn{0"Ie[aRc\)vs~9<g¿ j&B;{5*NH(ֺJ(AEPEPEPEPEPEPEPEP~7_/')jPFHbd0I8 #ئlI?"-+>蚤ᱝyeyVIOH@ӿh:K [y:N>h捑ne\?u8M{PTe6]SW3-RwY2MPv1 і+c|g>/֫ 1j̓ ?w{y/w aXhYj}2ֿY2K|LmihܤƞqmyGgƺ}#AҧׇtKBY-6(#{ۆY$9`*ogyqi=_kFt"OFo keyjʢVBM-`Bq?޵6~Ia&l_u=--u#uR5G<@_fO~&mj?cHtI-,mPݣ/y\5Id>]Ȃ4d,5B@? xU:ͧ^OaQO5wЖs"k$Y'H P!do>">3C5/Y5+i!7X۰\j2IvfgFo|=oVլ .;ur gv;ch' |e|.v ۳4pEHԹ,UUC1,v$h ( ( ( ( ( ( ( ( ( ( ( (2Ox/[. .JۥZ|ro9N99>+DƺL!C|0qO>(又_>\xTlqI8fi.Ai> mnfYmHR PU9QElxY~'Km?ĩ/f`C.gp=+o' ah>O?]~ e̾f`<]P: CNkGvHjύmBvۢ(((((PK?hS, > >1OEBPS/httpatomoreillycomsourcemspimages469645.pngPNG  IHDR&Xj pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV8F !gBk6F7|߿/_M"m6ʍV:Rg@ PGGǟ? HC4x m!Hc H o8eϜ93w\  +**7,--GWOP,_ +Vx2222 $PPSSe@\ 8""e̙ͳ%I4jjjO 4 O jnnXRR8/RCꆓh\HИU7X2\@C{T %V2< ᶴB>>>&&&ݣ%7AHH۷oX!1G2 9\ زe 0F-M[b50 hu( ; P ;h8HFX\X@.D#YJ ikdQ@y'HB'j ADž&M$|T9!m!bN r/E'5՜?` 122[Dja̦i_v#e!Mh '#lӰ Y3/HۣAJ)(]L!s!Wz0[qHGچ;{2xG111 A Kwid8d,e+BR$:rƒ ]xL#7XB *HiYdI!U0Z K(X̌)^UU v̒ kY2@>1Z O#`F#c1{gh4UD7y?$27_~Νp &E"r' VCXRz )uB~~>֪m XMFo8d8om#h##f~`aAO!hnF× h m}&FPoк-Q""x\m!hX$gŐa`R2 [ 3@F%rѪ 4@HF0k-3zHtIA\~?Fie dF yd ȅj 0{\1:j 1'rۉ҃ !0c&RH>m!a ryN6r >o h\ˉi)m ٩2X{l Z $4z>Đ=ZY§ɗn(OshI>.6ڃ vH &>ƅX9 @F'NHvj#i@nAIL O2oS 6,<71&1`[LPj"m Cs!*u`a@*F"@03@t2iMA /{5;* 1D;ŰpCz"B;ф΄//a@p~ט=Z΅Gpgqhz02y}b>ckR^BËyH;Ȁ rH'`F^Ȏf&Ôȳk4(l/4LR%M\iy y 7GBtABDA,> vA0 A p#o(oS3sQ䙌]'6W1\Z !%k%h@!cymq! Y+_)UhGuv+ ̵nCh*#QhhI39zREf {YXŁ(@;pAOf5NgIIhy?Xx=9c%pK۷o){zz׬Y3E[ ɞz^&~/v Ux,rgt Z*@ Z:<1 @tE4zEqj# | *144:& |D -aܹsG qx"g@ hLzs!g-nٲrA&Lg*Yk%iu m rhq;8|s y9o?F6 @Q0x?x˖(h1?@!lx/BV8q%2d6~NoAtkbbєJ#pe`8KKK\ r.|}H4EL2ɰF"B4|J`ݿpdχ/CG43V +++''=gy*d;+\  '?`aavw}̙3}b`\~F g x7H@ kDZ144DliiիWO<}?~ӧ`۷?}~ ft{ /^pqqs8E.**DOA61|RDӎ o7@ q!xa|;q!3fx%&=|zٙnB:X]z͛.]sׯGLf@Dvm0PUUQ=|+8@d~ |E*bȚ@PKK 0|ׯ]"ϟɱT[o lRݼ<[ljN#.&&y^ J$`=/2!ffR%5k֮Y XqrKH0E')ݏ5KJO_ckC\߻'##斘(-#Czсvf@>^|7?@d~&4YH &&&—πm! ]`޼I&0=%$%iii'`bh6im rnn..xZZԍ/$E>ޏv O""a=.@(u%%%i >^'dz ~p腉e2;NqM&i10?|3dϐ.&diw  ټm9xG Ɔ|B|P";1oS{J1O^nGk0/洈2c'E;|N yS1!`<| aR3y"?~~ >|͍MO`-* `o/ a XwA@Q|x=S.! H ^e! N-H WQq!%B'Otus>k&!`'ѱ\GOt'O+U5ԴݻvkZ`g}bަ| I[s1;w"w%&N{%|||=ݸ; ChQAA؃_2&O\v! |N:S`&)Dzemnn&˗/Z[p*`;OyڵkRRR>D1Yh,q>;O '0i'O;3 t-Z ̌qEKhy`H+k`Z"%0QL@ k RSNrrqݺ~D Ӵ $54e@$ʈm^xf>D<nj,&V<@! _(Bc# &Ӎ7V\ _ H7?L )fy@e5!)`bbjkmhddLZy[:'=x)PltNH(*)tvuB,`+ȧVL i/<h8T++\HZZZBᷲB5s)=K JHuH6`ٽ{7PD@tTi aɓy%@I`- o@FIŘZnyՅ $0i Ĝ; iv`xDهp fCu]-lp$Y[X޸y҅<$WP!tpT@@(V'724f *4a=rPsؽc䊷iG  |o@@ ϳx4|\~^KK M] )) d `X",!t`q̥aʤ7o$gU` R?P _ qI<4bHǚa 4uV[[˗/µ0A݁ 6f/]";}4` c&nh0i!RkRR`ukj`׍b~h7|3W-W"I^JRv`v4g<>~r)~BY;vUTVT6=D5 f`C4f ',!O[naeaΎH!!!`&gK1K#'?VD 0;r/$G]9Zk%f'(pu kH;r!B%%%@Vb@7ijѲ+23 #6B R> Y ,_ >j-FFa7nr=iye*!4B_+JL<1N: SZhǧʑFHE6sBFH!MիV1315Ł>Z |=S@hk"д%ȮbڹXrÜ@ç?Ě 1?>|?1-n:fff ֭Y51)ӧv?t $A;K'ՄooPS i?PYU l;$ ͧZ Qٺ4}x@;Mqbb"ijڵki:?  ď׮a1Ȩ cH%/Y%!)2y ( R7c-ah8~`֍ =${Ju׮]kij"H+.!l]guN<=S((; hI1`gLrzzwlA~dd@0=ׯ>>>4Z+L%{5 , b<:"º QW @|\{!l`x@h$ӱ{===Y[`fPSSkȀ 2Fvs>x )q+Ah (@ & 5/c|ͩ+ 䕭r G):tHMUM.\z_j1FNa9 iM6]EE\ `hzd!?{th[˹KIZ s% 303-%\ ^>WQ=4|KU›7nЀ/i[\{v#Z<0!VWTBTAg?W&;w:vJ`F.\<@'@x\|Aee% SOΕ!K &9W:Is%03<p~ O@>lr[~kPdNhJTWG@(LjX;0Tğ+ Y5Ms%#k--4 ) CsfU Y|-|?~WCƅ.^(p# ^.q`g}dDBBCH*GȘ?~ff&dHr?:<^JZ~ħOr@iJ_ #_@Dqd=)汻Ď;{{{vرukP\ =4E@1 Z m A qH['[4!d+O !!xΑ'-4J]+Y7RBPN7.t }J@a> Es% y[ Y+vڵk:@@g hW"FW_2orI&{Fq+Y+l @6zjՋHW2XL--fffry7Thy1Fh-VZ x= !!lDCiL6R>A OL+ Ȫi {J µ4R:3!g[ZZBj 9s0MR`#@.b߽? k%STC;]H  ԡC޼z3\ EAaCh N@4|LLZ |mvׯMINNMM*}۶ۗ.}IxAa #tNhٲd5eT`mLs%[giT[ Z R;d;!`rqs{iee-^j`nA& H''E^A0;8jv@s%0c 2Z Ha!x/%rr/%HvkIJJ@s&]Uur55|I))`y C4!C ֖"-I嘣TܹS^QjjH-woޱsJҿ>P@k% M` 2 ] [)޽\{A o#/;vY_Xn?@VV B[.v`+4,{ #T_+t%JH| T[ FBHz4!vn8(/)]j2$zuM 1!ŵ RKLx#&N8 Fh$U6t:00 !,7F c A}\i))RK7UaBk!o+;8ml kiiҢ[|8$*pKɀq(fy(ƍ/_"vķ 41Jb-w*R H ٞ>B @|E 7Т9Fh--מ"Džq7o#'OZl)rSتiiVad!3wE#d6?qd~Crss]\\ H`o"PN+~5,_P%)}rPW}6Kht @OL^=jS/_KrTi~`o:F(\M|-pZ\BBUM Iv PqK11Hhp Af\GKsEhsZ9[ @z$,?쉊`u? ~0}DH[~"![.]z\ 3Sh 9sp!0a€Zr W˝|KB~'vr ȝ QHO013+-+]0o>0K@b[mt%&5 46..ѣGM56!>| }h92 8v]W%@  ڃNFN;6M[f-xJr̓5K 1@v)7ǖ-[;tՏ$nZ HEvs8UBt 555L)m!HUo| Rc*}ŗ^}w= J@D5Zw;c߸Y+A&xc^.ócl- 2P>uT1\D?y$ ANrZI\ 2,@<6 a@ԋ2yH"W3&C2_ 1 (yd%D |C&|ŸiM4z "c:/ |1%c\ֶs9Кvp@GFDD ])P/QFyq(D"_YL|˕;0`&V%ςa'cRRҽ{"4y荺:y4䲙[{.1`Hc l cu,Z 8 oJ!O ;h wxy\v.'puŰc7 o<~x@؀ :@!\/@ Xіn"D35`ȃh`CZ5n m@4U ʀ i=F0˗0'F.]߉X#h{ ; n#?/4=jii @]azȥ5|m()c x7)DB] EKuu5@bbdp\*8*E[$t(=W`b@lh x0cmB|sCL$$)TB0xb 1t6&= &Q>.ո'iӔN&E3ilM_<ɗ E2GNCe@>sh`_T/PU/A> Dav bltaĜA  2JЩDԂFJ b{5 C>9)I]ጬ,g/_!n$g0 nz~r@'㎂' "F(9[ |` 4fr@y`t`~ÿ}~Z\IENDB`PK?̯1OEBPS/httpatomoreillycomsourcemspimages469647.pngPNG  IHDRb pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV| 6lp?yϟ?>>wh06@У`Q0AWW33sAA F .Vj[FF( m;88掆 4ZCQ0 FNZh!f 0@' Xm+))ݸqҥK!9@У`Q0*V@ꪫGCrG(`߽{7>>K{6dBh dZH5۶mhx*@5(` aǏC ,8p0t<<<@@_|իWGsPm5 F(Cl߾?h+ؓvtt<<\߿@-@+WHII-^XGGx4H7oM`Cf=~#%jjj"""$Y }36 (a]Qt sJۃ.!Ey|J0R 8t~)\tz{oc5c̜9' vs^ky_Ck Z[k !~GG(`+VW!6Z ˱c?p+`lnni@ >p8<ښ5}p@}Q0 F(۷U  ]=A0```˗s_xСC<<(` aH Er ҇TG133koo_r%PDLLl4T}h`\v*ad4{Q0 6v cIثހn\`0VMJm(.90H@5(` yO2ȥ !k}kQ[9. @e%2@vOƷXZX+" lƫCqtY |Wi *ЉRvY8tk!%x6B'r>=>(` yٽC]/_.5^@!!!2b0 PᲐX%#wU22ѕb`Q00nB5JSBz@P__qdx?_@'L@_^ht{Q0 |rV2nȀo쳂Ծ7odI^^Ç.… !k @- j~ƍ:Y12z Ą>GlGV "[hQuu5///D dH FУ`Q0w[A#ֲ> BIݧ;r ڕΝ;|=ZsV9cawCGMTZirI 9ІaCKt/YkD?YRO1.@tg5abJCU@_|FOww PCQ0 FCCzo]BBB~~>|BX=Cf`-9yِa# k^b~CdDG]r}h<@$޹ 1tvX(#OdEJH"X$D\[k՛njuϋ+4IpUR[$yFΝ`Ω(lr $.?ێʩC9nc _}}^kR|04 їV`QA W4aus%^qeN!j6M~aKՔca`+foD57'øܛʟ]%{YU&_U}O;A>[!{Don,=tP(ꦮ$4W5LI5s7 ƶu"wnXxXH8M#ݶ[۬tOq~ y=ty1 @$O;cB/틍 ß~4i'cA0Ck'i۸rWGp'1},M+e{cӂ)M&Ӧ-]O!.=l&fCK~Sv `o +=AeP!dMЉIgRzJB8p/X5:@֏*FiLe[aD VK.d 9:ͬYT0Y|#Zo >dq Aԃx {O|0,EAEas"嫮ȏs{>ajcm֚ =콧tJnZJ1Ÿz]DR҄#v x5`#,x sʳ1F5sm0֞\%^]z!{g0A[ CЋtf5'RTJiֶI;X,~E~Op!$lZ[kC=@hu-r ۱Pm/)ؽC\#Y{{7X` n a xQ% J!H=#)Ã-̱G<"E7I/ӊ۱}Q@J%̨|dk0Gn;*h elpƒӑZڨFZcyb<4+U 8՘BUyNR<;COu3ڗR8B9go]2ߝWm/ 2xh"X ˢ~ܙ3 n+\y}~0@N6FKx@-e)9!L}ܱ S?hQ0 |'{ȝ9 8;((rh˗/G|2$$Qȁe``ʩ4:= F:bH$4\ C!<s{{;… "0$ 8q"D@a XxYk@$Q0 \;\x3ahWYe#q5n  3%C; B@pqJؼCm6d ݋Zuqʗ*){?z4N,ѭ|'L^ _޺ɵ,1џ & 5ϳd#ނNDa<,Zk F˪~{ klPgtƛI5VH w<#uqP3ᐻE!$GʀaJz,$ān37u N֭Y{.`x9I ?!R$A-PAh4VH9->)yu(rf 6l ȻI(iӦ|X>S~sxƍӦЮCx|ȭ\K& R=T:ܜ}AAeЂu+ޑ[; X]97H@,x-s`X[Є\aֻ @A`> tHG4K`?\KK}#s!3|. !G0e~08bN._=yy(8$vK=]B A?~@*HL14׮]R֐+ ûԐQ }V@/CX7I5@&aWJ/^ ERAtTv>" &3S:lhM҆/#oj&Gq wrshIhJBJ.QYD!SA=@={ nbP7Z5Ď# G!_h(@27og MjG5(]ݡC2 vpG ]IǬ`1mUO+m3mȸm-2e_* __Z aMz"4t%q馻[QHS{ _3"#pcScs͓ypA8`sfc- Ҩ~ }$,|htUkOI7g" IVOEy"DdGA@TmY=ɘ:r5U#eYư]"U~Ų$|8PJЯ%>Ujki2K[lB=gu Am틢tFVKqKEdC.{B?\0Xhs٤TS*HW5UUއM @[43$::@jS уǤD8"Ψˆp/oۆ!PܼFOˏn۶KP=ԛWsѐ/0ZM4aD_vK$O糗X WcQjt/} UܡR|D$:IgIcgC~,׶-eYEa$OmB`xڇB/]6iij0SF=TL=TEh {6$j^47e׀=^ t@iHUܘ+N{H H!/z!ސG3_:xɐXD w~ W$I!ɄS#{kA,<aM1; xnKyib jaH{Ck4,(%)N&[y.JpO\23J&agY }"0:\An0"3q 3T]2|4dsEh=R3wݫ}B[9ˏT|ike4]gY:S~0hMn^wϧ6801u}(~O?Y F`M- ۪WTMc'o4{3A(B j {8G$+ǗL1lE&K;;kae8!{oּ`V@5EVV .GYӵ ZHՖ= 7Wi#_2uvբ(4@&..q0J$4J C'ɡ0ҠH@ӖeeYjt<%c;kʹ7tٲ]쐗0" /O4u2y4 lJG|=9L9r]깮^9J6YML Pe)'i*V*;g1CQٴOA :7$"nIV&nk -| kePi4MqfRoq KTg2/_*'z.oVOe]s!p}JGQMRxrov230Ixξ` R("wGi{D=Gd"1nJ讐7BZUMLb*STWJN]_xDlEsdl f MEE2$Ns}(]H܌¶NG4д.\}OS 5!B5sMey1x&ԖmFk|_HLW/1%r<ƕu`q(5܆N㥨X$!j'/h;f5tu,.+,Pa[S̀2@mfVn,^cUU k=ж6<[qAfD$yk_%>:MS&`x„Jz \!\݄A 8!-ݜeP]r&X8~۬{_ltlGVmcvavuKHg/ m0UaZlk2L٥bFȭ!X>d@>DM~T{u}!RJzotHD\^t9ϗ 4mYafayq7Ł >M$βlYrc?ge_3D읽 0w>Bj%B]LG>ƂfKH$ܓ'>I(T`^bjZhYbLH᮰09/&HT8Ɛ c˃U}d4L@bUxΙv[2%ԝm1F>)ДQVгubeO©Ov,dOSSWYnAd5Q,aimǚS.zU.jvν+c˽krL} XST#] A\o q^p.6M/@Ëh1. `A $Z~Z߄)%q[Üp8Y/f֞E9}۹5>Ҡ#Z_=5uU+](;2 dx°#'{ d,`6-vą$AMXrIA#&^JL|)0cZ>uݷ֡AͲ=jM 5eL˽m[t,nCsq(rUsA\`m8 Th,jaB݀ /^.mPc W;~w_iYi< 5L4˱Mp6:}@pSsB0mZ1dNfEc7 k6mGؐ=JB0QܡF>NZq P>=vbd |1p^3_5+<0mQnj+2gbxҕ{.]Y󱪪m-A-MHMo3,rv\nh1Ǻvs> BAp[ `q G6M섒p!ԎbFOB~qBJbV@ٟ7'Jjlo z=gF\#e?nɥ,$뺎㘿#o6rS  {D} 3b !|7 kTCx߼/)h/b@hqpr"Z(*9dY3ne[uǪ$sobdVSScccn,7Xٌ~ v_F%Ccmhgȩ8Jz[wI`!XHJIAj}Pv3f k9[tuyd@4{JK&M|bIHX؞]5 JFHH rjh w &@aZ;Yxd H ߜz!}fH} 9 !Ǖ.UYQ !m! nv*g]g JgtBd͚@j(`^~q Y$ŁyV}SxjXlr-5k׼8 Ys 9."<~H8nK++U` ɶ@w^fmېO&N`QUMػ^v /e ~"|*>WO@[ˍS##$ ;Y!=im4"&G0I544@ˀ/\i!"Ajk͉T,, }Zn84q^שtϟGI0y/73`X>y+^x%*&t҄ >ɀ% r}M P q uaĕgP\MXz \A=ވ5aAdHN2m5BWܽ@`0iQL|)z.-荸2WtC_yuTfM %*VGCc mqk1g$s/кؚ|(;18 =q_O8qYv7eYVUC%P".F/o].SfwN Tύ˱)|ð^=SN:yjֿ1â8{LlNW?:jhiS P, \iDhVtT9t^ó՛h:lNงI\6;UD_U+WIDJy kfAmR+c,ìy۱7Y4%vkvvFW?_r05Dp9 Q~&ŒjR輶3|K+IŚ15=kaR*9MՄsͯ#$=G)LJ/]Àp\1%Psp؀$c9♪ u(l-ʄH{c`"%?/S:ʼ:N}&<dUꂪ !PGWI@]8v]Svue02[BkFr}hf?dxkr 6V_w8 0\!S4X9[z)eFv!> ]">)%>sp]hjB 7˘*8|)w+a[ef͚Er5c+6lCL5u<6G r Jlhlh)$˧$K}sfV{?MӲ,G-$yKtVtsוKb B C&A \=pvx^xibVNP|t瑱h:&l劲I8X<3*V+MX dcYA Fd7b$؀^ˋֿ]?knX2MOy k$v<GOfښKc_u}@{ ]k=@IH rM@I%gdAA` Tl6xo~mΗ,VPsј^5Tpӭz'u5 ĴeZ^e`fE-+, V2: ]hSQx tGdaj<ٱT@Y,hM]3A m`uIi[y눖W[,{-bm{EsiMĶ>/^c72BM \xk>+IpD\8]A *$ ɛ `Ǣ ܓsf߼y͚|( 3nTk0*KMCz J"|jTR-aeOPE/t UUƾAx4BDXYUEAp|?v<:+,JZ=.Z]~BZlvr BrS,K3q?@hCA@4oƖ3}-ղ,ĀP'2"ao[Nd֘x-!XF%?d PTo1@5}4Mj#jD&p۶o"%M,&.ɐ@HXX 0 62ݼ!53 DWfFʛlvU* / tQ89gR뺺8b0\Ufee{IϞ*{ɨ)_LK`5}޾|h;Wb;ca ;DDptч"}88NG"b;yS D3?YZMdu]gYvz 9Ȧ*q?q|0QyXe۶jTK.\; ɇvvPttjdpl%W+hJsL6P^EQ,b줐X$8ŷtw%PEۼ7y#uW5Ӄ1f!6oC;ݲaB]w\#X4hd7Jʝl0G`v> #O){go Q !}(PXLIGL- SN?E Y69~D\־O2BA0UUU=I(10B0҇|F6Aan|8$eU%=~\NDfS"1!=Z8yzMD{Xn-zbtO*e]oػAXMT?m~@R@yГc2#O lPⵃO8ƫ5z[<` E}m;*n#BZKa[+:jf!sJ*v=E-fԳ.|%@h`0W3xM؆a -+s1C6J2]3CL/? %M8WXc}}X#q6u2#&xw0R HA*})SGвҹT8VJjCE(XS4!syI+p@7v!zZUCxtď06gs&7eʧav܀-""v.1Ba[.)%Pkmˡ4ðVe%m]X@@M` na(;@sNAq&d! /"k4PM(,)45N6Nx?6e5\A'VD΀t&6¹UC7dY5Wj& ˢۄ3ya Sx6麮l"E>!{,C#Y]MӤb+Fyo#a3(y-ܙ/&|ٱ}%۶=Ξ*QneN[O4ZC'a^ Tin@>YGj3nhF9phgqó+ 0Y, nS$(c8[(FQ4LtލŠ4L GKf@g77sOG FC1wBr6ﲺmGbE0\تzsEލ%½i*F=,0$d2Bғ${@Z8BiXi-ãWnWׯzb?(?>/6@g̒Alcy2N7wm=b,q"pH^dD,|8q<(:uVU%=I%?`ZRhΑCwQϠx!ThVAdG>B"EW&@KN?7IT =< ;(?i۶@+"̇ ߕYsNVoU"O Q'M-[Ŋ8ȤmJJI x*k9'Srs2D"bwU@*xB6rsGB'&eDɅv U/HY1 #3,b RJJI,;,5Q65EQWFul!A 3rUH&+PqA2ʫQ<; >D4?F"]4. z#! 5խ">_Ӟ8FG@(2`?l2)o+W\-x0Fۈ%|P[u[Ws㲜.8>xeha18 !@rA (ރfaRr+Ar兗m+ !daf-,d7C]ؐDץ y?u^MӐ|.5LdN-BrtVsax43bϼ:Q➼K0rз֦Y\\hGûp]xh*nǕ;Z*͍Ύ*ܘaˤ {hh(m${'@&a9N=zzU(Va>t6g[o 7vQrs*_cۂyG%":${m$=>v:ؿpA_xSDq[ףD3i7味xJaXr-HoNL 2'wZJyktNaq̗ 0 E{rb1Qe2O8T'|+o } [㮤*[ ^oДRc$thr=smwc,E|ʾYajiq'ѧCx54 {o\j2ֿYjad !hWg L]S։%I5ϿRH&eaU09e"{g Da:m ^+5rM< z`<$| .`il6;鲭i(P,èFUR+Y#90ڀKiE0-̋m[nnkF N)lS 4b Ƨ ]W*k7g_nqF4[ ,enS6p8Ut?>z@ؗuHpW2͔~_prLl˳xAUCnX˥뱯[z&i\fuǮU[ږU9CMtz hF(!ekA^㓣ZB ݯ^Tm]h}h 2/OM3!/}G*̛{.<f:OZ:hm^xyiMV XfB䔈ryf&''oٲ;a(s\%do1_ P7&vE6E۾yzxv.!2ҟ'T]Ě#dTֻb6i&gV4c9yNbA!tZHNm*4Tgƶʹs:kLM oRwSx025jQŲ=olϣJCm\wo Mh67n\ ݰ+Sܺ1id@gAHig=yQSm]Htݚf+S܏h|$+tc.nn[rʲyhtdYROBPWك] L^J<<4,ZH w8Q݄{c ^p/a<"6F[O/L~[X [B`!%g Cݐ@(& 5"fל^`G&% qE"'ރ sIhXwd@.4>jB |RvEa E#f |uS(^KQ{"7d>7IVI?XNX&%5)gFmeYqY-CK- 3jͶ/鎬p:bTnksGf#bz/N$ƅ ? heLcZZH)BL8\7 gp㜻E5oФTp9I+x"/P('d$%X!-h0$v Ȑ ?+Qw 9xOW;A ڑ؜UXx8,/ɃnDqfroc9:#^L4D',K ֭Ujf6pI342yϯxSt,F86SE* Ps4m)|I-H2TlpV4qb!y[KQ؏Rp+}/q]ΥZ%4zrZ8?;a]}l\BUjPH)%qՌTBg(i=/ -cղF)M!nדΝB#lĉ,)ӾtlyC;#c${Kk>Uv njחtpOig_m&&9R-P޽@lwF'0}8S+5pi? -h[h%I޻iG1JNVٟ^L>̇ ?N<kd:G/3~Xnxh+o|v^tYkV.(1)aLh#Ջeߓ_,a5ׂty/;N\O`:{c83Hah];oMm iBKH̟OCRrakK0Xo.x}%rεV?a~)!:E\l7A)chB!!:UUֽa=O h XN1c25?b\bَrlJ/lپ*~luoW* ~kc-;A =h"BBs3StgZRǕpVUa礄;QdgJd[whr'揕F.^ &.XGM\!1,,/rZ" Įn&GZDUm:^8̏mݣM)x<`lR({] Bh⣇ d gTH:$7R2 @~@e oF57X&?ї W$}`% nw ahT;"a`z}cp!/~;62קORk1RUN`@Sd՚Px/CY.j|ksrdb;Ŝ]wv'@ v.vÊЂ/$Ed轷`PU`A6 HN![Kp:sQc+fҟ]c}ژ~#z;8/*=jp=:?.ZRWAEH{ τ9jK GDy:EDgdPX} ޹0 @<*@jBP 1H"yw*H=?qk j(`r I%y;k̃2{7ύmߒ59 l?]T4~NoҌ84E2~1 șii]ׅ <DL[aΞQa}1[q) ̝S,fˆ)5/? ^_ 9auu]ϠB TVek e$CxV*$Ϯ.޹ @4k0[P'YER"_(s9c VDYB0oq>׳?G^hv:elA1b5uT?YWRtah dfatD 5&fk-?a0k~LH* 0D)gW\ۣˆ'OSBwvvw! m[ C6BR#$RS&HAWx6q]g"T ; ;BvڈY\n\ ~cRZk \!#?uX]Y2dP?bÉx8 G~# ɠ< r;:!Ҽ ,J)ձX4 ٕf`ޘ}' _!]EmAdkX@ufJa7v#RլEN"|bPnn 91hRr,cٝﵧų+~P>cap6䖹L9m57y\(~Aq %ơǭyMR=,X?BƊ^3%$o)i`nH3b3.POعA ~}k89=8O_Biɽc3D~ cE*Дk֘G\_1 4?%*SgQdSe-lz!{ƾZ3TJ 3 C֮9y7u} ݻw( H{Hi lA5HE d3䐵lqxH( L`` crp<<<͐r {w0CaNxΐs4Aԥtj2 NJl=͜dj؊}.,E{"6=^.,Fˎы;j>1|RŢiV^둈*W:oll3.4ZCӣK i?}[wk(sj~W#ʝȇ Vdyt(`$읱 ! #:c e *xOoT@gS D9{C5;iPzԼ^3,u+i^sN}uߞ,È6Il 41Լ1nI70! *[bb|3Z]bz7 #{g@=G7AP\B*6V?,WU9ja[ȚPčxGOvqd:u ƌ0p31ƈ){gp@@k[CH>2Яw!w7-#beTc(!Ez0УK8#C~o^#u(g-<])3b(2{pYY}M4^J:UzSc=-F-nd+HO k#JP vOc9=䜣_i֪@ #FЃ{ `אאN*نoP@/t!:dW^=qfH888G#tQ0 4ZC>ӌ 1u111w%kjj:kQ0 h`ΝT7SEEettzQ0 h`Q0 # `Q0 !zQ0 F( FkQ0 F(`0G(`h`Q0 #zQ0 F( FkQ0 F(`0G(`h`Q0 #zQ0 F( FkO``ӧ׮(`I&Krhx f8;($DFFMYpyZX>.ٽkWyIiBRh1 Fk׬y *[X8 pu`% ;0+T`IWO h셗{bhobR }輂׮O0/7mg  p7Bz(``"`Q ,0&rM ?y$u su]Y3|`Qs_rX[C ܝ==WT> F(CW,0! U4tԉwap^)+[g@'kn`JO0uP<3-kMU P8D5}(:G(#{5JXPL0< ,?1ب^`B`-ki ϛkio^`- he5kBGj:2;0 3H 1,tq8pçZ FVƱv~'j~.(|wB%Sye?HIGY.f2c[fXPWX-^/^ -q/;LnjmLnh 1|(jLc)!l:1ڒK PC AKU|V! tJrRs-&h O:*.W8;!gՍu;&=?~,0SkpnTxDYq T"KM#& {Ν@.'*s]lR2b>`%MrY(KW," 2=@#vusFmٳk7ނ7=Q*D-֬p0JRl֝=J>1`4a"dA}:8Q0 FxIK>!rCX;$gr5kCJ@9c(7qSes|Zu.Nvp c^B1Q.7ܽwqpyU<qşjqaeSXe7ղ^d4I(u9hv>jӕ}.KSgA6;XRK.WaJ.5_14Iikm!CN x৭}:Q7&`qi4:FnJ}˿*0R@ݱ!@M![" l2i!#HTy!7QАkqDt]Lȇ\ &:\ri|/--9Хm XUt 1prsUV$,񶊘E(˶NLqS؍XHi TJa#Hm f~ 1:´9E0X-ETjKsx@s&܉!CFj|hCSXYIm[54GuBFIZ[1 F(``@>9S k׬!aQ0 F4ڇ`y{vwܤ ֭Y f= F(Ch = F(#@VGx ~5ZZZ` FG8WW1 F(X> |a`04ZC$}DC@. Q0 F9H_b8a~-]nvvv`dy)X r.Hr|̯?!gk֦f_lI@eS6߻{Wktl|Q@ /] /;׭YR S {5"xTT4|Cද[Y RZBG.&MeP2\3\k׮O&Lغy P d,1a#څ}H]H3AE<&ndƝ Pk܃^s1?i0&.uB)aWJMHqrVƖZp 1- 3Vuy PSIůvEќ' q <#,$ $w#zu8,N'TZX P0 |])Bxˬq>,tW݇*ޛidV̻I 0㪥aΆ`T]/U\Y,8i#%Ck`Qb(MC//3'dk я<= F({7GRx,7X=oK(z![tj~:I 3iD`5rZl#=Ix/C :{9,-#Ue7pHsut(ZXoA&($X]-7ڵkmsd<铧f$X6Ðq4'Vh M/ϮA\gx\u.np[!سk7m8zO(B/vr q?V XA[ 2ه@'u;2_U{Z%1%6ZX"7P TM;wa & JTnip hPP)P*Ih !4 ;ڐ0Z;,mtq_ӝ]tEQcx%Or\Mո+Jwt{} "4 clZ{RW]T?d&-zSP{FO4zs%My KU@6 0 NA=Q0 ҁ)"r O!ȝ _=K!?UQP\ d/ZNBFh0Z* FkQ0 F(dyR26L дw'@У`Q0 i1*Ku4ڇ`Q@޵ 2 dkhiq^_sI---Li 9S\IENDB`PK?a)W~~1OEBPS/httpatomoreillycomsourcemspimages469649.pngPNG  IHDR>P pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVuP|+VLH>}~hH6@}Q0 F(ѣG`_Ybbb||<|dX1MKK+..NOOd4<>(` apA 6466k\`Y($/\d@Ʒ!5PÇ=Κ5k40>(` aVp<4P\LLl...111W\ R4ӧ{x ?~222j>(` UիG*((L0. $! @qȶ+xQp1__߭[rrr5`".*#322j;@G(`/&&&\ @kjjl}vQWWgmm l|6b CAHHA@@],,,666; FO,ׯ]3* #cj_Bzbn&VO<P˗AV~bׯ20j@V}! l $h = F:s.bLKЛm Q0+ `]r`?(1~~~*X%[XX'N v7o3 R4 4 `kݻvaJ}P ? m dcccQQ65.IrB'h = F:HHJ֬Ŕ (<RWpqF8P0L***^|XOmYj+`V{Yjh@k{@6\{ Gh Nf/>>^ "?rߛ><h> Xkm .$v웱 c*ZP0 P(fH422 d rhVG[]') 7s*c9gBЄZ)ŝ|֊cXgf)%;,HVbǜ@F(/hGE]:{Gg ,1w[1sӧO.]*--=p+33SEҬ6@G([_B}ѐ lذŋ^  ' S>|pႁ| D,,#V@h;g xϝ;xb''',P & "1112 X`Hԅp&5h= FvHHnC qy@@!ʀ3![hU,wTƔWcbB/3332Ǻkoo~v oU $LCQ@֋޵ؓQ0hIH!5. &LCCjD0`.`7H){>4׊,VCc5޽{׮]t>t„T@5(8|ة'G7Y Жj;jVpY`B7*V^8dYo| B/g0`;] etI:XmgϞE 4ZCQ[XȬ[F`%Č:z7nˁhHW2Ý$L^j`;p{G1kkp lbZh w7@~dkW ptD~q @pGXұ$zҲv\U@MD+o b0X%pʣR n1k-HYZkλQߥzmƳS@#N5ۧËh= F>gns ѫ2FJR_BjYW{ |7 Y87r(r !c)Hm"ÕA@+ #;4!RB|_Lp"+w7@쀞10Zeqa/7C8'6:I(<)%.'. Ib$vh7m1k0EIJCZ#j#L*K7yC,!_~"[)m7l[UBPv9XtO5Y%P ?K=M O mX:L Ml <S澕a_gS~zmy<5st?@}Q0 ׮Ib` >4f AːjXS€٣}h-C` Ra GJOѧ. .E*^4V܇f/T{ZrdfiN6d<Y{ Hg>4򩟐 O1 1U 6)92H F]^V?jg%rq!_BZR)"Zb`mP~r?MptDPZJ<=߀>>]ef5:4c\Zthz>(}߇`WVVVYYرcgϖ UK 988АUgCԇ>(` mn%V?daalw~ׯ_I&ijj'U|2@4zb(` y 'o74͐V 1d;ׯ_l C$!3y4ڇ`!KppB.@/_"DN Rc@}Q0 F(?$rށА#M!G[[`bx!>aI FУ`Q0$4߆Lb*T]__9ťf40gA`ƍ@5(` 4s ]dHsc a3222f̘q֭gϞ&ÇfHD\x1>>! "FRǺ 3G(`P wdp+Wdggr͟>}:ڇ.(]lI2 j oFt![R/|9 F(C 9r|3|'//Aܸq؏  LLϣG޼yH00ش4 XF<$F!; ~wv>\` I7@YvF(``]g 0{̜ի! ~V9g +?~9~yg` Na(%CpQWL"` DOB`u1:{b|ލ; a[ƚL1Fks)R?BT<ㅍ^UsN8M.1Zk9ZyʵjOQ}=}{} 54D< MCH֐őő (ڏQ0 F( d\E:A.^daah=U^^^`0!cf _" $; X;a V nDq%<'(#xo\y]㣡]i b Ado^v0\۶[UUu/+VEA,K\#g51ԬZbmrI.7K~)!jsVZ'NE4 z B6dC 7&CLpgB!kqC0!@ZIB@`;: mxG(`xϮ]'O| ]t 5|-Ig+"kx'u],pqs#_ƒR-BsU/ ȳj1 0g )*x J iItl;ٻxAH :M!F/%IBc nTZbJ ėysȴZxl#su]77_@4Rcq(Q\ v܌ J$+1yɭm,q֮f{:S[XIhәXU-\ (_oaxLSö,WMlAWzLDIBEN& C3FeZ1o"O`1@v|0r bde#DGh3;+ʀ-8qܲe ` M׮^RWHM16`s u(ɼ+W ^^B Ldg@)X s8A s`(x (UOE=nڠъ-*CV;3Z?8߶TPMXCņ@ʔSI̘UsT8y!a_ Vާr1RC981[Y=G|I$٪<Bh&I@Dϋ0dYuBu ,\4Ǿ8.0Mcң|jO7/FN_"gC̫:= Ua{V͹tߋ\ 0) =E*ϟ|?n#6bH#FV"P8HxGGdgwVJk#B&dJ&K"JAPřx_7k-e=;.6-KKjoaԝSV >F)rR:ض1i~qY:|<*' X|i:8tQƼ9,o#ZٓSGjknd=Ȱ戺"̆^`Q("M<2 T)# ٽ'DmN1c+ŝ?j,jT U`TlM(X)q8+~t+"Y1[KJ: `Lgk>4Qy$]׭}/zU7=4j?OEYZ OHLOWrM&J׸̳.Ԣ(:fY&1 Yɮжml'[h>{k[Akh$:!#sx9M%d62tÇeHKĵ<̐+! !jb`{`\%3VJ~~~͛7ϟyf{222yxN`+۶Av+fHKu3t1hq'!X+C@RSKy)| k w -6)))@)"Oܽk* o汲>q4RU PV}ëabP/Є$pl=wnBuurCSW!! g`o1 @re R7AIZ [}$d\ c2BBBZyF+l(?&}Æ TI @@U8ȹT:\܆8 F( 댩 I6$R 9.8=` bM]app#GG!Ⱥed(## BTq/7c_|JMKURRL30]CC*iE+AB39ߣ4oWxMѨ= -v#BkCAB/Nft(,ah%ۮMvwffSJ|"͢@a=}4^DnxNQMY@_~-%%5>\92~b ,GGG;D ʄZF^8 8lpHwg 9 jd@eQ<E2iŀyŤ7?222-4a=cU| >>^VV׮]KIJ Dc 1Ȫ)^ C`m 4HTt NBa` 2, LE.\dYE B) ,Y}ڊ&8ݓ9e'[,If u= yo/n؝@˂8dɤ|=36Q̕l# |&!FiObWtg6r<f ^mj`=6̾D$Kñ+iZz"m (,+QEQTti9y²APa_cUܰ]Ʊ95Y׋{wvU+d`qZo!L\XRr))(p4H˾8 !&FNA Lv7bZ[u$ZkzeSjhu_Ct04ٍ4ځ?%|<."5 cj i.\%CZ{`3^v ֣`8(+ 8 oܱcόjM!-7XSBFutuօ112mܸ!>>a2||zr''3Qnb&&(7k!1 ~&|9=ĂGN >nLL 0cccl`ׇO @vZZ߁(S`>bHF lƍڀ H"b d| rP r͛yxxvޢE@ہ.`]t'fұW``.| 9 }s4;;;qI`ׯ{!r?4n.l-/Ǐ- 603D?ke̵ܐQnM-M疦Ӧ3PH98r @TU)W tA?Lo@ d_ϟ?eAAA ^~̀t)0l|0d<| تݰaD d2.V}d[[[b1:|! G(@ 'H# 6 Oۋ/PWW_l"ffb|!wuE%lh$p6ֵK,SyI)^jR "ظa I!+m sizCbG=DEEe!g3*pdet`r_9>"r]H<\߿enn `iBЃLn%&%&Q0h^L)HՐ~ ρ8UTT<{;G[XA{Zjᱠ׮QǓ{hkh>tZnO § w y spw0"<$appp@bǏX> &#ȀL_A@.8&rrH (!V󒒒~|u0-rssӳ{. ifa>FWa=r-eAAA `_z5}=a;G@F׮Ysڵ򱲰@ݻ7nDFEHH>r Lgh n{!C1 @r!yH!b=X1{ЎLH߸q#xe YD B=Ppff殮.8Cyyyy߿?rx4A kϟ\bV67FnܹS]]؇f_iRZ 2ShhtX @!NAvBj_\8/,,'!K=. x ( w Z L4>>Z3`n .3لs΅tn' w!`Acf) aggOLLlmm,\х7G[X=Cr q1b𡁠n998Cܙ$!ۘ- k!̛w4} ^+kq#d!T冬aht6.@$_|vXY`T?y lXgڄZ!qYMG@PCz퐅l/66mDŀ2`ʲ(.ݎhCC)&n+ s#G+VݻZn`r3 2a Y}(ȵVZ;$2g# n&46k OHJ20gళkijʆLfS> Y,!e#\`}V54#` Rbv, ,@ e`o܈ Y9KA 9ѐV  >l YzrJJAph ǎ"ًٔEXdуJFChO_dqqqq`433[z50WZ ^Gfw f` YYXDvŭ7,lB._= _DYvj䉓d> hBbػv({ ^CcB RZy .&t'X #acfn.-A|#똵l<Sbܦl OB*{a؏( K;o˝$c05B!M?af3|^8A0ͶRT)5+v q]ɛA rVAk/ ~}$~=CΌ?>J p1.9 x p"w  p=oޘ`h nZ[G> Z[rsĒ߿ܹy VGlp#'}cAZl &$󵥕տ'# HO9hK $ Z׮Yݼm+l~B 7na@A œ@Z'TPP/@©3jK)p"O&DDY7;A.`O!!*mL@IM.NܘJ}u/5S=gDDg)EfXDMB#? Zb(UXxJE[7K{ tv#&A7UžmIӓmS=NJ q):AupErdJ]>u X#|X2YTvhKjKD:m4qi-WdPc,Y9WWu]Utd X,Rg<4g ş> 3{BtkK4_`aa`- R AF!$»k)Lh=QZ@І7OZI&Bq 7O4dMC5ȷ@氁") T `~vusxZUV{FI7g c7oބz򥹹ѣGkjj(!Ocrb d D1O,AzX #/&[n%$srp{LMp>400e#}n@ Q\ &= q{‘X8X)2?^( aT3c뽓dD)i@{w~269JseZc (_7`K=~>{}I$LB"FJnk4kw]vܸSc$5V72eY,{.,O姘u{ֻK귱ocHTu#ah!(>5Jm:NnozUU1NMALk2Y'W9/LO'hX9Qn&me(۟ 5e؄5T7d%RTQKʉ)$6qlG|hRES_$T`&3-+ QؔL+Mt]ϳ ^s `)(-XUa{=lћ8UQc*V ґ8uz67>4%6ZkcJiM~9eyRsړ"-AЍUzr W5_aZ.;!{g Da 5tR8RMi8 p_&h RBvK̛y3z& 9 GꕰgD pT)ςIM*A2plNF4;%vsQԂ8U,Q >Om9[xXfKTRgx`3K$I{pyCSe`sx4M +w*%cT ,,]~o, s[5 ǶQmf}jֿ3M%z`sDH) w)B!"-׌,SU`UJ,Ǟ6rmX6BXg`';$I,Z%x/jyXx˲\tEPU@SP%X۶ؠx 95\jbFjx5[OsJShJO"\TLKWm UX# F۠f3pO߻7Qa.qP8$2=,K9))2$XJ/䳖k$)"MS=u쓒Kn6hmu8V7%{s*CM%zplkR]M]4MhovW'-˷읽  >Ng#70ܰxEK*4$qs)Q8IŵtAJ6i(cXoz11L6|>5MC˭uΖA9dXϡ9ƨ#,V'c9?|g^^][(BdRjZRnO9Hen2 $߆Dƅ^)!YJ~ ի6QC-fi.wqdq{8 Mp $Y|+dN"^{p7}%VŒJ6BM@w )̎D"AIZWo5OPa,0z 0Mn۶8& ՋU疦)"4<,KB[D( J% hrtR".Lc_,EkAl6SA!RV`i2Av鯞e6B*8G!Dv:YV @ʭYBxǭAF8R IfU:=f/lZ#J>9~M9yH}co`yo!7[Cfnj:`# 3rI>F۵$Ln]b7L[]EqvBR KzPBhaeZXkɟXnrX8OӒwX'==0˗/ſ~CK塿AAC8)4O,BBEDDhqb d qzz:jh];@$фF $\{%J1h81JMSYh3/D PA5,};o ]#q4Mmm5MvwyQ UU9y^dq\.Zi9x\Bj'*dI,L1#ǖe&2Jtd],aܚ$H'њ,҄K,H#z߃y8~:z3)lz00,tICXf3qѲ,o>;X`N*FmAG66cl>rN&X"O'V?'#BaälKa;a(:p l k̑[Ѓ)RZZt1$72BTH#aq,j${2#Jeԯ_{}--l'a}/EZSӼ3y]W=b~fD< y., Թ:sk Fd%uڣs?Xr{m^6* mgl74ZCS D>6}A&! ^ i"kc@Z9yk8wGh |\b[ZZC3 gO,wtoߜ&N ˹ y% ,Gwyzyj@N,vN,@oݺ+`g؁p~X#$H?>}hM 0#x/u뾹R.Pz}6ztGCpQ)E ?̼7/46< Ӥ3s gϓ0<̀@[eDɤl`G5ck<trPc|FuFּB_jhr)>qUKv|hCR$rοLsibzۼa7l>Om Y k! q%܁xpIfff'O`% 0@(`ӡ0 BQtONKRfC/ %iC'395}ާi=H[x#110Huho| $e#dI%Iͅzkݔ 2vVϱ+sLB>s6nV;`mh.3itfOL4Iih>S@k_n"IM ]zcshH,!2bR.y~%@KlUC)ǶiXZ{'~ ޵6DAJaS4H\I&JDl! jGi8FAc* NFȣqc[[$vλ!ZeqK'a1PMY!Yum: /,MSzdvG+Y7YfZ#SdS+Ջ{= 9)?Х,(JIZ6PͩeLgjYMՖQ[8c&˭]bXo@m[1>^ Efyu3y$I˲t(4xZ,b_;?}xlGO X>gfpI&$[:Iܽ.w_2(Ͷxdr*HT|Moػ(:MW 7*Zr1U!$!_jT*~ a_ HL,2]<ːYe.7+YӮ;QѠuM(f~3/wM8/tIYfW`G^dzl|]01 X'9gӺg~9Uu!.IyѨ*Qݷ H@_\2ʲ,BV !4Me!wEv!Iq P vinP,!N*l%X?>1Urm&pѨw6@NC CQ H#h(BH`$-D%PAtY&c?B~y9rbb^|!Yf&icD&fS0d3K35fW~vL~eq`n{V:<_ @'kIB|` 5Hd Dk`U.@˝=Ϯw}Zs GV] 2m!d}eJ:0pIJQ4[% NKzsx<_.&y0K ! n0NV^7hᣇ}=ۻCUB,K*Φ];Kdz|(.WUUivIQmX|h& Z3r\%t`L3濾t!{4dd|fE>32  Dx,ÇGXX=S]]d\jg!5 G`[$H .;8 K}}}`<7>']43r#<" /+O%gЉ%;NZ0o7 9,MH"冟YG/|rk|„ ! ¸Hzvޠ5'i{Ƃ;`gN^V,$̟7?="id"%Iiq+++BL5.x6OH ^[ө1usmɕ\H<,䜊ڦj&譅^1w$~}_b]2/Ǔ9CsvˤȈo~ıo:ABalVXK82uK(T$MSٌíe ] roR۪Ahyeۧj(W,!8Yo0X2tB].FV΍׿K4=,^j];@;ϡJړxA<¡lsˮ%F>VXUʶ*o<-mkX'LKŹdL8ع=_d#.ԡA1*{g C9l f<^K k0xxD+őLhk sAYIB͹2E,u -jёGd3 S ֦\el0ĆY'pଯ̅8kY>#$z sEnHfEzeYte3'rn]HN-^6vȚt9t߼븎2_Nlq}GUiEQʲ:V׶UTw,e̙qVZ?fNϯ|<1'}49wn)@Zq%6pPaDDD5˹wf $fb]n#BiI+{{&y%z m1b0(+~ -]6"m\8 h[TwH-bc.svH ő4J϶izH;dt{F:U)c/DpaVvȝ9gkf ͌jM$!\H2 BVqOpCNz7!}@ '#ٻ9{7i6s>Z^G)%33000U`/y!~M,Qʵp(Da!N-Y:aU C*x B0XdTsӔ47ZF: ]x:`i mGؒiZYͤm1QPȤW5&篺z@G TP<{' 9BR/\N.@縙7 LEa;ĚXɫ'fCf8jι ٜ0 `x,҃o-  ~CB)u!$˶z+~Z+.5x2jxMȁ0@cFh <(5`PzDDU7_A7IS:9sO}>7:=}kuD3q.tzp }T,UБaƋ?ؒ xZuqСu/"  {Pp߉9CqE ѪZ/X1H*< m--٨ma 1b.@1QTaWL1mӿrG ,u]45Z?wF)@˻xԨYh F Uf0:RMhYV(eL~/SW?K-W$PPO; oH'oB$p`ġz'xqgJ) bYA+譑Bh&4Z{T;hxߺ׏8<>qUǩj!N/4ZC_I!UZAAe ?޺3 $]ːGN$|jX, ?/|H q-?).hk4 AAVO M``-(9LӀe`]P j+ 2 YS9" #*x3,éF`Qa(3 >V'0tvOMsTяI2Сc"pQdI#BG潟YB YUot_0'ؘ0I'Ibw$G&terS6z/7f[5@[oE0Deq}a2D\Ze:ӈ1_,0>rbs^e&:ֽ&"MJT0z܀)YuRJ)iinx ٝ0Aʱ=; iÔp20܅< yqTgnv۶)#K x2ӓ 5XsR [-}qCy3q#6K4GA;6p8:i!)EcY!J3Ld\;Q7tr4֚\Ӻ4Hh 4g(>](/skE5-g3 V$)'X}X `FU9 EA8KJ(?䬚 3JWw( z}0d],4"ILsN)9:[ *lpMᶴ+p.[Wmv @S FYVԮ!Nbϰ62rEYt޲>C|R ;o^}ݖOب*Ck!ds8%,K#E #~IXO/q۳';`q#0 !TPCa vDJG@.exEib#` ?ό|c,(Iϝ8yX!06Zc(۟ƻcS&7HT<$Es#VaA%T胩3Ha`nvOU00mC) m9H(e 3/&k9'L8 B9PxzJ8[:}oVA/Dk-i' $ZF(߹Mi n:g:'|u7p@بzg3)0wuB>F&Y-5Ǔib+a?irj+, IQϲYs_>ibY˝+\z<[kNƻP/|wԠ [>齏1j qmbNs!8laa|Oy;f(" `+B&bngi+\m{&?oy @vE G D_H%K*%0.w}=кF|ֲ9+i^LזDZ1ۓ4)5y;Kpjk"7rjdXx)0<ܡ/ @^P4۸9"NqAB,(?O$ZSh'P LE(x(*gi EMJvvT*%DP7w~~8cCy[O]z59TjyK)Z-aRkv=\h=>> XKAG%L;(]ڸa 40 Fxz {gp0CQYI\J} ^{?xJ~4CQj_*n񾬵%+hfPpW*MY#vERGL1][:M[x!q-0甅mNϲk-m>5)ψ+W`. oh=ػאzSHUk($چM`/'r{7 ^z dR`= FI Fk! +lH ?D?L[ |}}ϟ?YYYj2,((8kУ`Ph2`N]2zq(GkQ@@'` i4F(`Ah`Q0 #zQ0 F( FWQ0 FDGD֍U P|ݽ{AO ,Б@ϛGv  @A`lټyϮ]n/]qQ0*ݻv˥h`YW持R}]`i/0hiiK-@Є֦f ihh/!4d g`fRڵk*zn2V &N$FQo'4N͋EĹ݀m@7` \Ĝ9]rw=y^w~{}=gҴm;LlEX (^9Sؾ<=de1=[n%AHwldvn]iu|(ƙdF2uv5ۋ]uթ=/Ds 0Y0"J>MŴ[i `8\Rc+7ۏw ~ 0t{ םvAh+dvȹNƕCURUdȰjJ/k[0㫷Uk dGg plLcǎmb(\_ eF-ҳ.[R،iq|A~[X޵ӧOnnp7ד'N@& M-M\&cN")o'^ Б*AHK 0X(#b Bۀ$\Xx"/_`"iª2f:i p@wΟ7ς3k׬)/)tO=S)FM NjY4*\jU)RTkSsbRigkO`ߙG(s@\BVU`NL<km @3 r[~`O`ȱ@I&$$%_mT3yD7@Nu6 F(l&1%*x)ZQOCV9 ,l?w Fn `Z{vvR{q`0gz@/$fep̴K =q"9a҄.neޘ [rs1FG(,S`,' ))0/m@@j:X;ׯ]ǪXBJgÅ;C(of7۹)p( 3|e00u3Twh1:Tqi D^_߽^{VL! "VYƘWVtC*jsxGsb8ŭ~"vk/'d'*Ae:Zi] l fgb~&so3F)UdQzO;~u6UX1^̶o( puq08@R:_/p` HP@զs> uC/?_8v={ΤIry~Wȧٷ_O0p'Ǻ.NƊ>kd栩Yzsn!HDȋwA.B|:`8UQR`EZ" X<.A7g x}dΞnRײ`Q0@>9&VpyBG`h=ƠwuM-ϟ>c; Xf x>А _; F(Z &h`9.{t(`?yΞ\" V:Z@r FG[CyF(FX1?#hXA> 7 r XF?fQ0 9cЖ4ڇ 9 Q0 Fh4Z h MdLݻvC=P r hQ0 h2G}0@r>}Z>>>'yx& xtD$PAM]d y*Ϛ ;r$O8ԕW_Yw--#S 9+r 4 @]@ZMV`QN2 R: yx x-\;U `) .CtKn=Zo=KeϲQn& @.lv 4D/k@f4G(`9 o8ƥX݀] T R=CRO\WI:RCᄤD%$P" :8l@}h09 L$|#rߒfN|k8:`b|XL5X1 OƂLBCE]@-m"/K&+3InBFfXk0M|~ȕmpׯQ0 F%X .>+f!KzXIVLD9Ip5sE&7m ryfE(Pnr}]H-3:[NsqX'lJknӌr?F֯,G"J43wY0l*͓@,z|R;z,Ginf"K<u̧6G7ui Jfhk9.uUƂ! R~NBԞFJL(Cޞ<:VxQ~`|8,*=UAtx`y>A | C0`ښJ\Uc27};;]EQbym>Q9{u{=n,l&& E-< 8-БNg:YF`ћB0ZZ*\X]N8qr,Zx@jDRjB-@G`RōMo v]d]?KJ[݀tbs圑3<ʪFu+B>2ӂL!?}tt@ܣ`Q0 2W G?zQ0 F( FG(` DNr/LIENDB`PK?Bdrr5OEBPS/httpatomoreillycomsourcemspimages469651.png.jpgJFIFC     C  b" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?((((k'U|=*mCVe,R$*] 9f`$k( Ǟ-E<}F>2tŮg%)$~t_'q3! )ǭ/^6>ZVH$ [ڴq ^]ϨFl $j8x˿\fo/Q c[XisjW$V Xy<ċ 8=%?| ڎm| $h&b*BUl(?ö:} -?bٛK TS&rQg* %/ڡ@8+t|tCujR;<ia\=ZՋ5% k,eWro>s_IsMK#uo" I2ZFa9*['?U¾visjeIbP7,ÆS|]>m~2fq沶Y)=*lHYU>b@{~m'_M_%z"n{.ܩ/Kx7i.MNgvl>hY Te"X;+tu h75Gu?ZMxGHkB+;pRIpfB˹\^5oH|;rJ<15g"nM079yW hf|0oS-N-~?J\k?c\,[GM#(o3ʋqǃ"1~_'}Dx^YjWIYmcazmXtַ,>@Y2[5 Daڿs_oO.md .`qcӔ#T\zox&M&hZΛ64f;BH/[]L-ml2?×E++|M׋G;/$bַՂlHlPfH7>C| 4 ~ӟtSOP_|9|,?u-ޏ`Y&7`0+(|?__& 4N?o;ۈkD`1irK0ЋN(ϖV U i_V[KGXL\hXbe†þ #`??/9zW$Q ~ҿ"_o7_׋}-|(Ubp#h`o R3j"c`[2? T/>C pXd$z<'?/J??/9zW$W Z{g|XZf_ bl4lL!FYW n\|go=×E++ewHQPcE#9rX ϴ2g>Ǿ8t-{|%#Х-A#O3y 4>k}̅CGOgk-č{Fo=}uu,&)-<۸G^#/ ^}w@o ib}\4(|J ."-|!e%t^/-4ֆv:F 5U-%(<Yݢ$ӌd0~͐4O^{kh#W1gDT?{=,쳽h$"ETY  i<kgjϨ%3]'ڤseU_ ^+qXϤYiQ}|I5[Gqu4Nn6Ȃ4k} 5?b% .Jڲ#]A_A xu_&Q0x\?qy[\C=ߋ5Y&XR+edkMro<1^Kӏ./.^y#htN]8F33oh>uVk?T.-:f̡Wvf31H`&6LUcg6MFrEZ`þ=[l[r\{N>]m5BK+/ڔ04pM]ULZR.ſXZoBYzQDP NnDsu#J4,λT!4ڽtMM$Wb;Ƽ1XJ^m.D2c8[ !OjOQl4mD^_*0B?ֿ2=Vi,|=Kr O!P ۮAbx d&UX 20X P9^I70DO-yԫZ! "`ن% kȈQǺ /8Zq$3MZ r~V˟~Ƥ W&Q #3Я/L[Lk7{g{sUO/k ^70ɤTդo2"I$nI|15oGxPkʙ"R+y%ڪȄ}OEpi_O,ъ\eކ Đ8ܹIXdd ((((((((((((((((WM njXpdOzla7k귢(&UbFPʼnTk!m]ۋmT[y^D!#4[>f`xW-7_PjX[ 涼PQCq)HQ2@;Rxo]xDv6]鶿|c,w-#DdȒ9 m@-4hyOtoӴ=WMto$~jDmՉLJ]Pڮޟ!Դۏ-ckOޔB5lX!7oE潭|[.`jiTu[{"XޫVpS d~QUcHuj66q{{y: (Gv!QUA%I4)>=^\ߎ~.xng@l32V67 o2"G G4_~hadA0FͳGe;g# w | ߂!ն}/ y!ͤhTVFR E~53YcN:oۗDE7Ǿ}vm *$]z];@$VO FbO Qk+>dp0,'P3+1@?Q(~Llb}kV:{S܉Z-\in#?lOǾ uo\-G;~%֩w\@^I!#E$OW_$'5=yx;KtDž3lDn '̙ܼo*/ ^ fB,=R[E)H6_ !]0MfK/ Zy`<'G`6`KV~~.|\X6osx[Ok9vX#]>mVt%;V%yߵg׏h1ÿ6CR[a5meZy)!O$W[iso{夳%]Zաy4UD^IqUFM۾lgZ=|#%fY[᷹궶8& 2Fp[|PU$Kj!"siK&Eueۖi՝aqm?_VY{IxXӵ kWT5 'D}'% 4\[[iwKRXPF AZ \G//iOxjVU+5K#(6qnV~g %6@o~|Ph/ q<#58խ-8Kniym]?ƿ$k|~VZج瘠_2}5os f;@x~Lcz_O2m7WF Aʡ-9%gnVx7,ZjFgR9 B_n{w ,ʂD$+ E~z;{QuXN>$7:]հMMHVqO'q|u]sC 呤hH$&tn`~}z+?o4KSԟMX$״ehO8?5?|sǺ/ſK4r]:wᣐ)\QEQEQEQEQEQEQEQEQEQEQEQEQEQEW;1|1~п W&@,?٠tFfɣH8o7ϝ"tl4K ڞV𮢶~*j=֗u[l r+ & Jfn^(xv=?j-fPp{w+q%Yt˫O}s,.DHߺ,$w]Q:}.zmKכN֚"h V"AmRViuQXE,5g"މmRT_7̓( ! DKI>a ['⏋u=G PH}im~s$}Hkv66oeeg (R4EQU@@kIsaWW&XxkƿL zN\kq4iPcm$h+ (UZ=;ć5jLyi$PqImLg l*;/)Ľ V<]x?tim݆e JII!ids<LTz߃mvXB)s(oۚwi$Da%6X~{wEOEyo8,i%4`ٛ)i_'$kvw8j3K3% \PGx _(?o1HYxwŗmK $d[[eᯍ4}7'KjWx^K8^(y W% 1-W!RtQ-DI_*m$@q Wea&I*ݞ|U?^<Xnߵ!oa-,>d7 @(8$P3JgE୾<ῆ62Y/ō+/յ ܪzMBEeZ%/ ?xxS~*/k1OI?^7}wUNJIҴkM*EVdWܑLld%C'BY<x$݂SĖUX$ŪZjP&|Eh1[%ۇQdRTqPEPEP~?/Ri~ Ȗ5I1_T2"8 _#x #A|]s/=0ܙ_mfݓkk[qmd9Í0I?8uwMS'-"S v#Ub*╢P(gDK/m.Fo,,ƾNj_PS!ı!ll]pYxR};Scwmڋ;`3D,nШޤwd$|+_^'g ,c}m;VhC$MYdyW0 K{̟T7 -x'yV#"4-c|y '/?2׍OsţCs-7^pw fT<[A$>%XvA>M59Ǟy񙕞%mx/ 12>5M>5 蘭Kr"]HXHIfhtUt ܵon5T>i?<X6oK3FX IZuH˫I7J3>u3^-Tfdhe]I AooZbYh.<~5ٸSƖ2Uhz]F{zѽi(޴ooZJ(w֒]F{zѽi(޵iIj7[ y,xgy$|AhZtھ: H^IPNM~dc_-A]i=ވ|jbQc&pAInT1yI};VD4F ${iUч.A~>xj|\x◅-xgЯMF^\Ꚗ[ J-}kŰԾC?P?m#T]%aO$lC#`P{֍IE.{zQ@ h޴PoZk/$B?lbx:m}I_-Ǐ#5>(QEQEQEQEQEQEQEWvyB>YX_#b]qrk*J TVgk8-/Y㵉>&IPr 9"=/__7V0,)hc2k,MxƟih^(Vcak1jZAK&dPj ;_ݟ}4_t3&kXco -6G3$#jң >c w߆Z.j_kh|C[A'jZVgXwvw?>?ޝJuō9[eul4n"N o'f[.>Tc4q"2Y|Io߶OYc-ĺm%[[Z20 JW|1Y]{=O7kYݖY?)eG$PcjMwzuχQ]LѹyZd%x wRGi+)4m:Hv'n|3_=X]i ǂMeQZP`cB *@yZ]ǬxO E5;O .Xnnhh"lYveƸo3 x{W/'°/mbFyI)E ˂ykK 5Mu =}JpX#ҟTu6şQG2ol/c8en!7! :pq5\I ऺG!:!#PN8( E[Am5ƕ-6Hn3!m ~|!ϊ>|u=*ϺFG:4bđQ8#vk޾" xl=[i֬#X|>1j!W^_nAa]>f!WNw9U!Gg23j P-,m/: 6} y zGj?xnomlEdN-3][wHE tzG>(Y? gΠMYH̳#;IX_+JL`C~"j0j? M)WyN\7|Q\\yDPYWwEsoj&?xőOSt}2H1!,H4LNř?fφ_ ~VZd?ͬ8x.K7ٜųYh``W~xG-kla@JT]ʠ(Ͽfo7;-c6S]ŋxn>m$[@]((̾񧃴ҵ?iHP=[IF=hNxþ A&Y^M.Qq\aPGj@Q@Q@Q@5l[ gMYnqyq ax4:*bE$SV[1uO>+$CxGRv\{K=U&!ʳIajz?wژVDٝTy`ktg| =},NoZkn.h.Iu)dnߴ7hg7qnf:mY (崚0^,ܱ%|m<\V9Huq  >$CNu5=WK;P$0ʰy K/<3%׊.g2|`/$W13E$8+i2>υ#>wy45̷23P :P|B?lo<_A|ZWMoſh^%_I;xPdVbp 32H%<^vMsQZc[N M;h|c}kcj(Q@Q@Q@Q@Q@Q@Q@|RFK?c$ Hq=7䌅*a|H&'=5R;S^t#<|%J9 z.խ|siȊHI􉏙 1 ciID~Y [~3&?)&7xg\x.{UYThcR>]*R} 5M3C[˫OrLKUkgPүȞk1L͸ z৞Ϋ62~#J)-c]&%e%1C(Hej/ǍFjMqf3hlkwY8X̠(\\O 槭j_W%Q[x#.HtIlت%`8Sa>L~;{6z*]_E4m}!yu`.JXdȫjaoax=W!ң[+4,m@*mi*e=_>X&WϿea_gۏXk/Eyoeg S_Ӽ4dO l.7G -و '_⯈E:=gHF&P],=J'[I0;|"4_xKĭ:P y<3ŅZ;G?*+\nb I2emN^hLګjerx]vXbúXg_@cėU3$2`ϥ}iNڲS3[I/,VCCbF>$MS$" -!wc>k /Tg=wMf7M,`0TZؤ+ ʔV@@"x.yP5׊Xd:n#oA[f: "2k+žvvCȅdn ܞ8O<-\xs/5& Nm 7bD-E+׃,7 [Ŗ~/ukɖp xV+9P-vI ~&("\< |JÄNcZMpJd (P^O:-¾Cj֋Cz.~)XӤhxfZE:-Ȥ)N?_[K=kŷwde 6䒸O~'xGg|1R|ym>g,bLt$ydsdW~jD⛿}3E6jSv kMrl^U{90C#FtQEQEQEQE82##J i¿b|HzI]i=VEkS^\7))~|N7 |-i&gZجdP-dLK9 G 7?앢—? jv7]+61#{B/H\H)PU+h.Y_𡴦Z&n罗vq2,|;_DI7QOu{C[$E:Dž%\?6n??l+˷5MVdE&{.Ŗ Cy6_?V߈n"HZ[eL\10K13^ gWFoj井.Wmx@l{9$8 woᖍ-{BS>A5-Ld7BƤvap 3 ?ӭ-gz }uu>8Z RGMԾ2ŋm-+:|<^QxpǮ:!X@8h!*OBV$#&BxS5h+AҚ]+AwO-HbK #~:_¯,Zx⾯ZI {{nI$M|.Lb6Q(L&Bŏ$MXxRhۋ^ɓM'^9)-FHĎ,2H F̀׏i'OK?=-$2]xuY#a0%ь$V-;H ]В)(t,V!oF5ˈV7-3AIH?Lنx [XK[`&8cFpq' $X;fMi:'8r-4xA)( $]CF7t~?H*_]gŖ1iӢ);%˺'ѢYKȿ([-_ %Gc#XƧweW`[>P3h4amI$jxP?#Pi#ԭthmQܬvC*1(ȵ&𖢚g~k+cUEc,#ɯH]w&@hf\\k'|U=ǿɬ5M{%ğ3;+,zg#,K|*;TA5%7~>|#KG’x1"_Xx}?]$υZu%ͬq[ݵ #YT ueŴ-Kn(T\2 i$}";}C7Z=w:aE/ 'JP1 c P>9~eɠGS6aKq^F,G$  YI{gh [aU=坣-2RR.%GRoC⫭>MKD-/,{/K) xDi8l^soS|K>+|-&xm OwETcs1a v><_wNxy[o~ 9tX%I^"dYaܱ p|焼umCĶ?EώR;ß˩Hg¡XY,Ig>ɫ[⯃5~kE4ՠ]C͵T pwK/|aֵm|Rλ+{uǖFTyZ[<ҳ+>b_~,ԟTxB)oCӯ/b?'{ # o*̑H$bFN~l6cxOT/kh fNC3,vnjNGm]Rxk}6{1I&0= Cg0DGXۤ+e]W/g'M"WxON-V[nc&%7kƨ0iX4`_o7^59]in,oQHdo[[XnKN-ےb7I^>Ӽ!rwMߖ|J7dR~8aI Tnq{;-O56;G.$!4>T@2`'^5Ga|=׿j^,kɯ&qQu5TԵhdéAf"J+ߊ:uiT3"R&P2=h5xw Q'T#1ꚴ}OO6;xј7Y]ǻ?+Pxk?~ $1xV_>n$4rj[]i_ ߋ%t˝ml XkuoG]Gm̎jo?W!2xzCktik;\Ks#ڋ̒6<'|#e[gxM=u_jS%\\]I^ts-|.Qg`(_>$xH_~,?%{S 2\L|E' mF#b,>~Կ?¯?ii{?EXkX,&kNJ̤ o $ k_jkHboErg+JcyC Lc *?ߟ >|?5ះv6*Kt}QEQEQEQEW#7O5jE]uQEQE ~>+x/mE x?‹veB;؀xT,#DeFF}M@m;]NE9juljR)u>gKuE7i\[y4L:D y@|jv^3cM ƒxWCfiq-ճ^iB.k +"cheaϧ~rxxI<ֲݯ K`;idA[,$fQ<\0dy$yZ 5XԢ~ɧR6ۆ?q5UaTȱeঞ4^_ֺ\vzKwU"XԪT4~Wa}9 2趶_+hNBʩ$ȌU_7|Z K<ϥi3iS}'O%R&9h>\.A܈\mϊwƱe+n!a_ʓGqp Q4vʑH4~s_~O|"|'h~^Ӥյ[GZZ,2ۏ|PYxv8Fz'é~hwϬia/I巷aLJ"8dOV7|w}W○%O }#H,ak8Yhmvi,V8Q(|aÛM~;xp@-QMW2;7B08.VHOHaSro(~AnHG3BVR_'{1y+{O"!Ǟ n<=NMoh7Z{_His]aF|Kf1! s>ޚO-Z? :vֺf [dEp ХC"dLZY B{^<խBh/OHL_>C/"6n;4fy"p6wjПL_蟱Od-iP\# inmaMZh $C)1!]1YXbK7ћ~5^h/'χEw<4@n L~F -vvߵ |/")Nm@ ?a_RR7p 06y`XZe5 X9n_\~̚geVQB<|h< kP׾%~Ǻ֛Zidm5ZL ];bg.j"Sj%о"6Yo"UDkVԏG*$'cH͟?ko)S?<=6@|'Z]uLn-؟2`Qrͅ>ه=I~OOk߂-<'H"E֓K6 o߲$EfU^Pmx QO]M..-m>gmǧ򁑮yÕhcɻM3VRMy#/auTt7q݈6hͅ0Sfֳr,qC&ۜB67e_ڧي=CIa/[{ۆYEXā Y\65$, 5֡w֐jV.gO."jQ#$LxFJO>.\"ECn|`l[G40Q4.DK 4Oh[X(]feek+/|L[b \cLW^&IygΒl(XY!0"3u9i//:%uC$m-.%:vI *!egě=fVR;!|_3_~ |LosF|PWfg鑦kDŽg4i"v?/~S#otJ0,Eg\__4O~mGFmn<:ƣm+D,W̹-MsظB|d| ω5)&,|Szco5̱G8ӯ(!Xy#:@ ִ6.!TʦC0۲"ȞE"O߿c/>ট.W[/\2Yj76I0h們mĠHԁ:>;?ǿ/ڛ gx6S]cJOvj +o QN!\?t2s 8#րЫ|R?ko(n_ hNAQMs&W{H-! dyۓkίwgtR{$ŞWܶ:ˇ/<]XWsj> lKGg4h2+đ;/ ~Ě~Κ{;ӼE%Eq,5[MK2_9d+3nzmݟ-#sCyr&N\x *M:['Vo1br  8P#^o/:[F'w|ف H:YsT~;C+?E액xG¿n9->oq_2f`bHVIaWU: 3mr^>ֿ 2xfJ3w Bĉ+w9#w5>2j?bᔻC . v]m>OeoX@>΢f/M5xÐM |`8E2#(?Cz+r?_ /?K( |e{/CUguqoioc4m#,iR@߉: g/$<[| uYuFQfvL H\OxWS?øuDڍnE҅q@K3¿c}AA\j{mJETBh4XWOۣ[?dORF-L&"IX` .pEP.eEtGF{ gֱ߶KRAw F +$lI%mi^2ݾVkow =;vVooctA`Y.>\+~6~?2WdτW~(9|<PiaCkAcAwHW/'Ž7zm@.%|tבBnbMxe1\/5L[a?G.[ c3S(,wzZKoj #I(17f߆EZ猦}s;WoujmƢegEH`UjER{_?b!Ə9H4=4x4X<(/m#kYgʂ4h5]`%y`ؼ]}^N!lDoȰ,F4o(K+8zgߎfmKٟq?4ŹM'=Ϻ#>K$ g*΁H)'>6xfC—^"ŗ>xmQ̋,+73X02~;O/Ӵxf!ym A`ƒ۴ /w(എ5dAJFWD~ Y ԛZݝνi/A56XDvH];W߳%DaZgڣ e ]aoo8fܬI?_hoN,:/ =JOڄY$in.\~~lXXiq͡^0ʰD$M^Cn/c_=7ǟjطWW? EpE0KuXr2K>֖i7~ϰ~c_T*lZ@E l$*E ܀v&}3pnͲZ0wݱb:W+QK& |! #]c}5?w2UJH$6d0 z\a4YYim2D fd|2iiZ> _H/m+Ren"7|o kT_JlY~~#kSnfcrnHz7ੰwvOOo>ր= ~xzO /4 0kA.AI(ܧG5- 8YO"y<>컌vMxէ੷v]•7čq]23V<w:t:NG [3F6Pt~k2=\{[ ̗z[ii"4&=61YiR\A,vuxb9/gĦ]͖}<c@?A]Wǂ"W؞!b5H#YH.mcbEuz'7ƚ堳ssxK5(D켜 xoZiv?4ɦ[A\ HRT(1kh]Hl01"@xş>6M{wcauq7sglA5x0_#y2((c4{L((((( om]s-ލu @]&U^x+!xp:66[XcR\A܉̪0#i$kk ?>J|si6j}ѲCo)OEy.O㟅~mnA׬|S8o#h),]Rm@񍨑΁g_ bgߋ~u]-OiWıh-5YW*(h^!Vzuӭ|)un0j?{x:GRZ;Ou>g?$7OC<~"?tWOđ_iWq `%[ 5_d6|3ymWZd C.!o--mcJIXؐ_f^hghWJe@'4.>,mFZ@KXx{ mi ,jhj lP99\+c?A5oKeCj!PE%z`yGg3NO? ^H:ͩ%խchg\ZXX#ɗV/~q[I*V>!,M'F-촨Xo(zͧUHzm |Fx5OKkkyx.T#ƚ-VrB$ }и0Ȟ7N=:]x =ι/$ؽ֥}w*q^^WVFݔ*xO<5.W׵okeM.H!E89 ODA(|0L)t_'㫯 tT9lbgܟ{>~?έ>~|1$kKa] Pzכk?m+3/tMּ1Z]Ew\SRB['f)OC~ t_ x.<;sco\[EC5vYHWT.BBKh?e[ƺ눴罼}-4I&$5HK 5\;]|5Ru{^yo#/߹cug>\W/Q_C֩L6{RXcI܍ݮN[dJ"3d?otl iH*g`f:t}((((((91C{/a0-y>byh >W#jNp&(/ lPqo%دǰL~,qݤ&upPֺ({4:ִVKn.H$fb2I2,hˑFu>Ѽ}=i:VVHs"UHxHħtP㯁^/5/ IhX4 FlI!{79"U"C!2ڶmHu'WԬu|bpHɄ2[h?V2(X|K]YΟ}&x[XkI'"cK'TP ?lٓVrow~#M kŶgʆeRQ-X4i.p1sm76K-բԵYF<^YٶL#I3}_,|%h8k ն5 [ o<~-FQ$L%e;ei$yWe*I.k{{MwzR؛ m$f)x%Y#'TP#?e2 Oϋ[MR:gyK(JeIRsV tmRPTC|Xd~Å$eIP2wE| xT^ZPoeWd,*B&!ŠZЮ4Ku"O4a~ xW-+H`H$g  (;D7+4F ׼et%k?,4ek90~\2>c}oxn=?xdhGc$Wb6$h[BXp[@gHm:o )j8wABy~<]Zij(-[|t}%^Q|*p~>Woqږ&2>1{٠Ⱥ0f~ʜOZ_4l336WP4͖Y>r_tCƽ`4l>e~#|<է^.e{kkosCu4")BФڬqF2^kl<~>Ѯ<9xH`O>exa5 ;{k[qm4!mᆫ<'!gq7H2<7YkZ^ oP5;+1hey!gԂ$WG&}[m 6|%Ч 裏@0oFSh֗1bc\#|WY%{-6= Yl'K4!Ed^n 0?xߣ_ ];M|oi&zya( >"> |amo}B,o4};NקŚmΡmoh:,R<)sqx' 7ş>:Z&v61/lt'۩|"0 T`4l1<? xt iiK9ؿueQPg+bz6S@ Gޗ`4 Ҁ(((((((((((XK)d?_p+zc//G\gQE ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ׉<gVut*=B9/&qmn:#M!]K0dZ(y?:.kżS|s_O|9YGsau3ȇU#+yRJUp ?ۛ஍joᯆ[Ho_[\ZT$4˩7UV#]&g}#AHeE_O˚la{I`3D`gkH :^| šeCCVVV("E[ell e Q@((((((((((((((((((((((((((((((((((((jM7~?^Y+|hƿ*{l|>HE4QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEPK?OJOJ1OEBPS/httpatomoreillycomsourcemspimages469653.pngPNG  IHDRjT pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV!)i4pF("2: \f- lp/`  Q0 h̢OJ~1G߁VBRhQ@]@edZ0o>奩5,`PhE5?y5:> F-@)&V222 8Q0 (4΢&ď#v FYojQBR(4ZfQ0 Ѿ(`(-F(C hEef8`hEen͚pF FˬQ0 FP4ZfQ0 2kQ0@Y`h` %@e(`(-F(C h5 F(J FˬQ0 FP4ZfQ0 2kQ0@Y`h` %@e(`(-F(C h5 F(J FˬQ0 FP4ZfQ0 2kQ0@Y`h` %@e(`(b$Xf'OA@SKT]nnCo@ekע#"pr``:2jXNA ,8 !Xҡi^ h̢} 1}ѠFax F,`d._(T@e@^AA^A>dr [bhkϢz5cmgQ0 2kQ0@Y`h` %@e(`(-F(C h5 F(J FˬQ0 FP4ZfQ0 2kQ0@Y`h` %@e(`(-F(C h5 F(J FˬQ0 FP4ZfQ0 2kQ0@Y`h` %@e(`(-F(C h5 F(J FˬQ0 FP4ZfQ0 2kQ0@Y`h` %@e(`(-F(C h5 F(J FˬQ0 FP4ZfQ0 2kQ0@Y`h` %@,A0 FɓI3 >>0X@e(8kע#"?}d޵kݚKW,-hp`҄ ^]f4Xh5 FNl[|F*F-F( 4Fa-F( ||| II2 FˬQ0 pW7f@أh5 Fb+($^]h` %@e(`(-F(C h5 F(J FˬQ0 FP4ZfQ0 2kQ0@Y`h` %@e(`(-F(C h5 F(J FˬQ0 FP4ZfQ0 2kQ0@Y`h` %@e(`(-F(C h5 F(J FˬQ0 FP4ZfQ@@9yhP @e(NO@e(h@끌C&8 ("s1%Z1ARm6Q0 7oۚ\^R:i p|`V`s'#=}bW77Ș P D6܋~rv*r1[}}C!2gm)V7 }C`,&"H^v]SK͕w҄  !|ujRH'XT0!ChGx/LDR}E3>Ɏ6F@ڵs'ZӋFæ^R ҤJG! m1Q0ĂD.ĐkO4+ J 1)A;ݳ{.6 F1 (7lij! _?~P.###dg L8bt;HWD g4a (hji^> w`((kNV`a g!+h׿R,FUjQx@1B c017tW8;;޵{Ϯ]脤сAHypH (mgQkq``w~a @Ғ7L!##D W)>H 83 j &L)Bς4-H؟]?Ț, ?y rX5PŨK%L-h6B222֬Q@k@о5k{\$Eu['iԜ`X]#C"!n [rNh`k23`C!l̵u"\>KRѬCv 576ڹs6++.]L0ց FR ݻvٵm}3f΄LB\Uhw@ \uuj "ؼ6F( yCo,v>3qI 2'QhT:CB >k芇Ѿ!@ ?v sEB^)BD1:\/ի]?Hl,ߏv(hߐL ^PӍ6) KF g/_P YJ $—>ahz䉓`dB؀ 򁤴 ###⬤ukȅ"POS` f@׻}^e$ⱳAzĐcYI)P(2L['̮na/033!_: %0 -2a#ъ0TA&օϐ h~ S2[O0́X**,bT T \? FM@SB%''@88, @eKAJp.|V" BjjiʀH-=Ãl~f1@,8y$8xСϞ=x~ fϘd@Hz{ }7 -&`Jqf##ozذX@s& G` 9Nw5 h h"1W)|{gGl}V;VH,T 7_r A ߎxu l^E%h5 h h"@lvfъ Y-А!o߿3`}-b5p9l=; y0YnA! chEvKQ/dbdܻ_) !l~=7 )dgG_v:s_}]܀cihE~ X`v ̴աVGT8R^`A!;x l**~~ ئ%6(44Zf _Ø8K+c M<@FLl,|;ƍ zl ZBm IwM@]G()2Lƻw6. *!fx~>2|//A+ڐ-(>P=zT !UhQ0H#Z kݾs* ,70yD`lrR: ht 5̫҄EDed22ϝ;`O6OKȅZxpKt!JI#=UyH1@,8CJ HѣGϟ={MfZ::aXX1;bIRd2$OxԂ) E osF@Yd`l+dg1tsu_ Ǐgbbyx kDp!Z-֧O{ ҎUo޿z*:`Xf͟7wtphE&uxRxy0!Q:rrtt&Y3G G}@Yg544Pw@.@\zqr+D;6 y? י5I_z(,q@>%+ 4UZ'hLD$v,,,,́E%K/_/h 0?d~eV9wM @m<^TH8)) k`9Al<@Y ̓\!Ν@R{ࡂ\6Z[yzJc7vBa̢Ѿ!E铧 ].\p1x1q…t,P cOݎ$FTWKKJ|R`AV^f͵k׀U6Q@k@e}C?/o`sX"$$%OkYn-v`cҥK ARC]҅ḡ/>U|K-8%?o^kS3F@Yd& ,A0 $_zuM ƀt. (V٤ dBR?`QȈ\n ⏂Q@#@LA@6fZ= %0c6nsٮa ܃@ ع4a",+)k,z9\SW5r E~Q@{@cdRȭf +W=o.d}PtvQdAc@I1`]aC 1xڼm5kZ$All9:ܴi x1xR[IˆIC%п]o^xhrpHȧO!=yv@/,Oɫ?qԌtH^!\#c& pt}JB"ܮtx+(7t4Zf ̛>r3ِb AvxdT†_w wʰ6|)ȰNCaU֙HK[+d(qtp hE&lY#:A EB1 @"aK(i &Xx`ܴ Qjiiav'>Y3G(52L}'Zf <`ƾvJXhŴ M'Knb@94N<2Q9>~Cȼ!` yٳg8p  .,X$ P{BB<ٴi3EA F,J Ah7W Y^V~%1Q1 FB=r1f@aM< ?++l̢5Ѿ!%9ea đ1s@݇ C u D u {~C7A)!*,{w>B =Bkh;|# i36dOb vﲳ) N"|2y)d[wcBsJQaׅ!!\! 20zWh;n F,F| B:PJq p@O n!rblސ~#Iў]5B&=zhEO@}C2ֻ€-… T՘*f@t=3I&cy +:"h%:N;>˞<} 1y̿Q@O@e`2xfð o "zπt:~!X6wr yxG4hdjYw4ZfQ7j2 r1~ ha28؏* {aÏú}ل3F@YdZ` \&?ߵW& ?^.s K0`Rķb%TXw@=`W >!"6z(1x0>?ϟ?dfes5,#@< so bOC[$;LoO3FW 0<h̢W|柙i?;@YVL2P6$?`py2n FXg;~t !9 xÇ\`; ܾm;.`Y4DD ?Big*F G@*hg!%ipx!ICa5x;6@av@  ƞ!B0! c=h+UAy3 gn/@`P&Q@k@e~lG123A xiB ;::Bv /(ck!]<.NйNLs Y0LWHgmLQ07vG~W؂ >3x f4oHh}OL_@OA [v5~^ޣMQ@@,2dcs 1xAȽoy&id+lhE&:ol@!fJ(d8::[vD-H_|L\ 4 + ; BB yӧN bhߐ|<6Cb !b1Rll(Hp572"0H·,^U w1`Q@yCRw@ kG^idFhE;@}C]aA!Ҷ|M <\L4BgG—Sz$)ҹ߿}$$%A ׮Y3yD`7h FYd`FRuIXOmn2 J€66L5΢)v`ݚ2mȧƂl/ o!@J72uu0Āڤ!/_Bӻ`fTua23 HJIX=](?gG%`l AwKU\7А&aaa]v ) @@Y F,3!L[`^u ^v]AA~钥...l H!k"KMBS9.nº H5i)?dR,!Y;=4Zf 0'KĤ$dq^P?!ׅ1J0p-dwl<^$W7W Xj; dQ0 i4ׁ V#'F03 HC5Bµo3<1 xTQP.+)@?q"ܥ&fs6G(51x[" ln[  gh40g !}I`3 r]|; 1x uӶ'L  0,ΝRcbVB^E݅;sȲX AÈfs45ù(2 +V{>~!c $l\ۂ߬/;|(y>]t< cH HI@V675ܹ XFC6O^3 h"3~^ ̷5?~ ]xv;#oAU #Ճf2hG@_x]K(O=[l)]FZFz5 h h"L޼m+Z? 6#^ANa{U5PX;^^"O{nxR74ZfQ+&o1AJ!D/@d0h- Xȼ!l r !C/ȝi HG(2LP]W l{Cdސoه޷dHeB-*sȈ;dH\V` {w%u; B+Z#"P@f^|? h"+cv`[?uƮ;nܼ1iăuvtvvt@֔C `*ӹ!dR``1g)\ l~I&4$rP ^T ;`h5 htސ|?[pussqsC\ /)9A)o{L@ֶx/=vIHhTPH0p,6F `xh;LX( 74XqO H󤥹# /`񀼼BBB<^cu4Wd=WyE9a;Ȃ0\J.`mF!/222ڹc7O[|ص`@*[`5ZfZb?8@Tx‰fGd0ؿ? ~0 CDp6d6ǏQ0w6 OƦ];w]L:[&@bs FYdM-M|Y^A>/ήNr"`cdB\B czovvv9숆wW]<9HE3>#Szs ZHa=[0`5tt<> F,[߿VV|o566"DsΝhAސE ėJpk!@R*:{n<)9a[e}@ wC l1zבZg i hE~̿ X;<|LLT;@6[5 :EadL'?`=zW(v0jUWC6i=G!)-8d0BSf@qG hZbl\^^^a@l'ĐH2nwh̢]r;U p ~38#n!?I@OW 2fM]e}@YՓ'@gϘ` S? 8tЛWvh`dM֝ yw-`@@!$^v3v0#gqBBF3o87ڽk׺5k(PGr!Xt$)b Q0@{w֬^ QPW/#5mܹ@K?~L!@ׁ~1\;000^c3z΀A'OVhR`DcRuDTG ik~^+ ôeҎ!! 0 v ,*Adq4%Q0 1,gͤ`xog})3-ȠϤ$rK VBn%1 SzؾhhY'L|IgO7}{ .H {|}. d)\t Ѣj @|@c3R BI!4!8:o8:o8@ van6:`2,o@ݑ'6ghC$h 8rkv"CdAHXB{ |ڀ=݈T_g@@Fۈ'HuS S`@@ 1xiwy :Cq`4ZjS |{n oŌ6F- {q&!3!d`ZҡMaIC,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVyk5 FU@Y>>>`nZ'LX||5 FU@YM--s ݻv} M (  Q0 h̢ Oh␂ (;D`P trdA[`p󶭣3 F@'N@, A 2 Q0@ *Tjii ޳aޡ^a #"/hpYbH700 u_Q0h@Q0 2kQ0@Y`h` %@e(`(-F(C h5 F(J FˬQ0 FP4ZfQ0 2kQ0@Y`h` %@e(`(-F(C h5 F(J FˬQ0 FP4ZfQ0 2kQ0@(x'O&O$]\CBFd`@Y`ׯ]}ĉuk.]|X@}Q0 pI&B ,xv͚`X@e(8]D>#a`@@Y`mv hEMs_;@5ךwPy\>>`X@c,Oa>|X AHPnng\0o>-##[?:? F,H p,ba1ggf Ulh8 @efg#!.^ 1`/ehQ@2jXK%d`Dl@P* ׯ;YE^~(-*`X*$"`H@?W"PLPh`Q hE5,kx5-, =%,%ǂE?`_@rtk4@e5H'I  }/^/H72)FF(-Wb~/ʉQ0@Y \<lQ0@YC;|_#k )FFH4Zf %,=GHߋ H( Fˬ %_9 rbt(~ Fˬa+'  !oh5:h+'ۆ`+'FF4Zf #mC ۆFP4Zfm 64 "2kE9Hǵmh̜Q0@Y#6?3gt(l FˬQۆFP4Zft@P5rb 2kMH+ۆ ޏnhDmC`-Fy;w@Ҷ!`jt(2kP _ ۆF@YjGmCh~@Y&GX ~2@YmCZ FˬQ@Ԇm28mhh_9Y ^= -F|ۆ:F t@e(D`t( h5ibjmh hB-mtH4ZfF -FPmC HWmC 1^=|@Y`8mC#h5 [s̜mCh5 y!h##60mh-FۆWmn FˬQ0r;F FˬQ0 @`tP4ZfQ+n;Zr 2kXBAV /*0Hl4dh5 FNcU,V. 4`CMh'h 6@e(8*Eh'HC.1}(ChH'/;Zl` ӧO,`1,*'Oxڵ``YN[铧v6\294ZfѤ%uA R@C` ! 0𴌨eZye@!4vx& `i, Me~& ܂|#=}Hl{nW$n1cA ?4{wtB(VYh=^N1HZe&g^PLӍ8FD}VހF"^'"^e8jv9tN4ZfQ@ZO&1i%9)HCZ.S$!ր7m : Z`82,H;w)~m DښgܘHp*#s!͢'NڢZ L>A6rG&Dq``JLLܿ?P osAA2 RAJ !uO\}RxQ /Gyx}C`#ǂEkH8{$_DE+-#Ȩ֙AH͕B{Zf^@HYau`,9Ȇ K:c8V+\@D d<{4%$%N0qyy ֭Y ="b# 2hhhl Bb2CQ002Wā"(xz!?@6 fl DEu2h^+"nT>ᰴ"}HO>MT1J?Y@1ȼ0Ra/5Λcwr~uM ЕueH5O˶qα*ᑋ0T1)GSYTBHydgA!S># SC @zd!)/)~䩋+T\`I& BV9ٵ( pYh+ ׯ]=X׹C  iOcra ( bC""R(`F,v I 0ECȽ3-"?8b#rDkQ@O@O?6lkTlt >ϐu`n@<!1Dx֯;r{~sƶwT |C+^$|m'{iZ]bhb7ne֎TY ʡiѱ"R0@QyLqz`Y6|^?B?aqC eJ!AliF()Ѿ!.!XD 7Uk>Eshߐ F)2& lCAxM \GGG` HB!@tpY{ 80SA-`K9s޹}ʴ0 h 7$ۅ 8 QNӦ s@AF,5;B31[X;?,hهG@Ȗi_XQ#"-]|H͆|Zd!bB'yN·߿Cؿd7ȁ"@!HcʡT/ş Cnݍ^؁qdWYqwB6d,v]vYǀzTu,N"wkh5 ht?׬{t0ϟ?{(:X6B`لY x7, e0ac w^eVyChJ4Zf}S[Xh6K(-o6%=5|P~3к ,<|U2įFOI4Zf YkM%6Ow8dN $Rl1 :@N HBz|# 1wкz.\ _u<,Ce֏[F() !7,oR䅔g~(d&,40#Կ/w|2> FF%XvKL5hvYY2_Ƒ!w I`(_,[q4È|2NX4lz2  rbi"?k& q @-9Y chE&H+0K.`Ay N S 9Y>A2 -˄od M44)ȼ?"@XN諪? _<3`H--v\ŕl3Ƃ \7@ rGdh F, rttrA9d(CI5R 2 AۻÀ}BR,t!`7CE3Gbka{,^3F@YdkBsgugÏ,F>61hπ4>ϙ!g=D𛑇65 FM@Yd\gA*!Yg@.Q__r2Pr[-J̍;@?{b;sJ200'yYV *W` M Fh gK;7lgeiWс47E#7,S}Ig)Ue/Y ٻT 4tt0k1@eClz"(F^N ض̓y1#br~zq4\ehߐ|_,|[}` Rą?@jK&MfM:Y}ٛx=M`sگ6 0~jc lAnx_3o4Zf YҊ37 QUS`CM/p;kU&囷ڻ.\8,г9f%tk!99XY F,2d$B !!'AF!@Y:h@5];nȺs%F|{H‹QH񹩑J@cfH'EH l5 h"{Fv:"xɅ|*Çr 5Άp".B;Mx)&_~gacH2o,d`lr7t4:OAS <UYv `>A\JH$@lcxȤ AD>o17X9c4"3*0[[D[{ Z H|`hS|p˃]\v])-2 LA=-a ICȆȨo 7<~,(7A;_Q@NMȭ'l THb!@mcrv=|ㅋyí߇tXhFQ@k@e!d2,o]cT 8|GGGY:Tb'0F@rEd}d S_hwx7gbߧh?2Lk2J, 'AH^ T߾C XHz@ !>g #Pdkt(yC2|t{5dRQo@5Z:g!!(Ic{cc2&qkց:x^"=7v7`DAWe[ސrǿ"3g@TuXZ@ˀ]H / \fr |~C1^X !c^0yn4A΀[g<h@Й<9Ybh;|,@ V ͓OyG dW OˋBL/"8 =h.R}ec  '<΢5v֗w@m)mlD޾g/P/<|Xwz}hPC+ch z ͆@7Tݽ=)uw-ߧe!_n_[|O r wpuwg.w oE|3 ٘s| 9*k9;-7<yP r>ڡZz?G+wL }C FYd8`wK~{}}`$ҵK.gȠ;5|Ⱥ-ik dbb!CgAJ1B-]E;̋30@dobkNEap+Q@@}C]a!A^<.7O| ҩ:uZ!2 .7T&c (|W50F@YYLc"`^?-[ݼq % u5%Z`4"\cv!dPemi F,r8ۿ… \BF`{ 6‡J(X;yw lx2iپÏ8:o8 h";b)<?>f` ( ٔߐv+, 86 =mvdzHց{¬> %9 +[{дyQ@@eq0'~!*䔇. [!e=YV L2:q zy;x`󆯷lga(uȑ7z c FYyõ3%˝`N]C2gc} Q F<ᩬ4"ug,?2zW( @e뼡<,\ {"A0?y~<`6DGU &!"Z4r,l|PXrIH );5w4ZfG1or~:D|"D^:@Dv`i\6!y^+lhE&/狑 W6@ׁ$~ 'A.jm> 1,¼o`?@>mlr9oxvK6yi̬ڻ O`s rW1ӣ`<%m;QdkB~|(9xLrK3 XO O2 ?ϼ!B96]2{<@ҕ /zK` `@Xa/ྕqQQv'}-񓿏Xտܟӱ3 Fu@YdwA {'NE44utBSR-;x&XyJ ?1 ɂ~2m*Q@k@e]a]"å 0aSPPgq޸ #`4lY߀vW{h8Q0@YЊJICd(x}ȶzȍ;YqxdI@*Ex_lF=Vvqf10x )y@3υ' *GY F,2]a _M,M 5u 700 sy/^" 1vBf  T<`̀8cѧhl)da-wKY F )j@BA:hH^RXr)h3 /Gx"@+RTR\Z`;xT w44qp8? o8$7vE- he̛7ΞSc' 2a`~D|VPhSg <Z{NG KYNм<{ Q@#@e;A%BB{h08FCσ{RrmߊEF OWl> ?/y!U>7 gLF@Yd`Ssgu oȇG ٯÀzh8@;,}@; C{9/Y iӍ&Q@k@e'Dr\|RF^^RxA6B@rϟ+d](,׀;)45Fdl,q@n]vl5pul|Áaa.|,~0PN#SR,56474yw!0`C yрv/%=6A"wHC&&ЍDhphE>6O,9ÝIR1}䉼?AD`pg`_16`!Bz*dt!y G~?D}zѣ-󆣀 F,20[X,ʙ{*(o dص鬑7$@dyG$+S𵆟|1|<5aYmC:-?׬'8::߿?111>>^ )ȆUX Djݾ x ~(05h܆70F@Yd5u V|k! j@x?PT) tbm s@wu@'=^ Y1:o8 htސ|TyZ>>Ln܀p c7H !l:) {As\E h dDZߌ1o@,;z!xe> o MG?@ CVZk Ɓ`)Ad@8@`<7:T&A\~D|F e(v' 6w`?8 ,nGcUT8$U$U[Qxȼ!{h0"`{u@/s4A>,mg X`A 5M 0/11=>>^!>0;?hn '!0H 900>lXrY;ZfZ-md y5/w 䁦`@.ׁM_>d yCfC`/9Kp;n chߐvך:`~H\, >64xNRƜ7DN2bh|]hWQONKJboH@,2䔻 }b5Fy])+eA)!(?|Ԃ,f|4T_Y/ r[@;s"dh;kE@,^~ 6Ow`cms`VF:a#Grй@6d$ys! /~8rV \]a F,2 {h0GBr%5jJs0҇t]EM{t Zw@@{+C2w6ׅ gOe$D{ .I?׬+lhߐFOvN)|R ,@`߁AnFt ; ǼY 7PTo]@-<Fh;Ll^}9_)<`fV~O:RbHi%//πt(,C+hlCzWQy`~]!@ 48zW(2Lr`ѯ;!֌,/_^Ιw&2Ǽ!BHC r*8w ɆDarB! aa])q&JWzHHܠ=ҿC ;`,GS(Ѿ!HZ 3`+o"_ >YD Q=ac] dAޝ 妠5L3 '775v@_ [ nF~Rl+۳i/r d2Db],ziZbnyhۍ|Wn F,2dʥhELqiݸA%ߵqEH<yzO;>(o$u^@ipǃm6@&%=ŀ}* Prc=6h47$ج`t >A" ހ$w:[M2@TJ7Д|m`oHu@,2Gb_kC}Fn#Gc] C[LVdȞ?>i Q 1m$o |2*?Bq] @ 9y6d g=o hE>!Ϡ-c"#/)h-?cq?-́F@PF#_>Z fC@׎?NB; ϭbh' T<^̶71d)]aQ0 hoH>@;YUe)T@T2>ңAl*d@0gn}Czmg TP ԇbd8q<ȮxHVZf֭5M<@21!BޚE_e/ B,4q1)ܓ=\Ha s$[ʀhQ@g@eXNA!?`6܂_m\iv_1`:GwY;qxY@ʙ~R 4c74:O)}(\/~ڒt`I|Q-#{0MM<@~9՚6>?c4΢B ~ 1iy i49{" 9ȐY e7o_>w30OLEw6l~R8Y5F=@YT>vLCPV?21٠d %,11O!ӈXW6@Ӻp 5@?e`,UU<:ݣ F3E1OvgvN|`76!#N%;`oHg@,*` Xf544@J. 9|HYiC-\2*AHr}I@Ayyyu'~Cpgg.G>w񁈃Ϛ9JQ0 h̢2di`cbJ B ڂ"I~0 ?/0`; 261I6E4 E0JQ0 /Be@9RA yW=87R?׬}(,30-=3qYi  D. #+l CIZ6 F@2 ت>y`Ж^|ك}B {g,@APΆ j*!lxcΝ2.!rqo8 9B>Ag2ܷº>ס)CI4ˬ_w{]Bd9NB vH9_8ʀϬK -Æqw @üfcw%dr޽>x ;x>||=xBCnPw1·O5 Fb?8@Tx‰ǩh9}`@6_1 5b@4}@y ƚPF%lFA H 2$ )0)ƿFcp"!l@^G#Û' ֝EaX<Y\|( v  Qpu`h̢7jgQ}h[i @e֐)F(@@F(C h5 F(J FˬQ0 FP4ZfQ0 2kQ0@Y`h` %@e(`(-F(C h5 F(J FˬQ0 FP4FGDR4cΙ@3>ӣ` @Q0 FP4X3F(T4` %@e(`(-F(C h5 F(J FˬQ0 FP4ZfQ0 2kQ0@Y`h` %@e(`(-F(C h5 F(J FˬQ0 FP4ZfQ0 2kQ0@Y`h` %@e(`(-F(C h5 F(J FˬQ0 FP4ZfQ0 2kQ0@Y`hc Q(}}Ia!eЀZMM t0 FP4TY` h` %@á1!,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVkv'OG⍂Q0 0@` U`na/w׭Y Q0 Fњ~! !F⍂Q0 pbf u-7ڵs.(h~! \N81ڡ`2` i[/-#=nQ (`Q0@ޏQ0 F(hM? F(` g@5(C}~[ \<=$䇓={}1`- $ MYbbAA-+++//TYVViee56њ~ꃠ`?… `d+((Jqh`62aX_V`Ψ%!ޢ%^!LM73"*~cwo|߻{Uq;3g@`Q0 >|ApqHtuuwޭ-[{NHHh4HGw2BPKJJLv엡 ! E5#!Hf@!Xe$F`9#?'&} 9'/gH%~SkŇ19[k.z!&RRJRZ|d5sGG(`7o$$$;@E@Ň~^^ׯ_}i4Hu֮] lQA=@:2{T*@+QPP|||Hr@v`y&l,LBu^z tWnk#fT,O<N笾|ޫHg2 liqҞl U閫o!s<h`5Bzh@*x@WWgaa=wPߣA U<YΆH FG(`O.te 6@|z'Q @ill$c@`aN8qrt37eUf?WBB.\$O8>>GkzHJ^>S#1u` MH" kz d5z 5D E8v~$?B$DT۷};)@qEob,evZa }*{MqO)R2Z+3G*~4!3 `hc1FWY%PWxCgXsWhco4Zӏab""9fMlDGDQ0 vj! Z!#?~Zޡr!y=572=H W9q$O " ` R zXyN޽h ."ZƟqq>,yS>.5[<vSQM-Q-l+GL\kEKC#3L;N>]hvCaSa(vO?nLEƕTZJn{tGN\Jh@u~k> F<R@؉RPÇN<ƒtl>EIx.60\څO4'c {g0Ao'OG.Kǒ=)˚MpSONQ,GO" ="ZXVP/9%{/|-k'u֨9X*yc:3^a.o{hبDVpiqm~2]jG-F```| 7]6 F1R+o|%Dŋ'ɍ7&&&I_p!]XXtO!5 F;c^ 3#08˗/#%hc'!$ ;8BA$+x!uU7 >U!R|@o#O߮3L ڪ=hxYvݵ'l&oS+N<*P xsKN7!pʎҋ1X-FkQ0@BRbkSsZ>>&{nn2 F1r<~ ﯃,! e!~6<,!5>jl[~=P%P^H]drЩ@5@-}  dğ CSJNN6'''x]~yzŸ m``)`fjcܹtv~ey 98~Q/ohh r+ϟ?> hU" aIQe-hZ"p-;{hn6 .<&;0@OȄ '9A ^R :)Mq1H:LC6ZG-'GD~ ]f_\S-$]q xqQ8p:g1?堝3%n/B 4Zӏr ll'O8n`;8k5g. ߿׾}5{l`嗕6T!@5(n@FFF( @!=Ym:p`Æ OLLRUUe= FkQ0 AgOK_F( Q4]X`~'OfއtMkP@y4~ nh8Q@vϞO0Ȁt1׮@{1Gq>t@`Q0 *p=vd"d#|R њ~Q0 F Cȑ8f"OY#h[6:"r4F( ȇ"YyCV@gKLLr$O?:UOE~߂ 3 Xȶ>yd_xS - mllLV+P =dȽ,P… I pc!C\GGG8Pŋ@[-;]F@@.;$zȢA b8P/BH`P_6iD # _SKk4@C{CH% @:[[;::޽{ׯѓs0ۣ r`-;B+P\Ȩ dtX CĂ7 Q~d) 0֑ő!CV`Q@VwT J0VY!KANNJ͛7޾}(_|.q)cccT['q۝;wA [ !?~wz!<\HIu@B@@X +00:N"Žmc3+lf]UUP O1*^WC^+ A|۶8}̛1h75)OsSAގME۶&7]e.ZjfY%=$Iawi_)?-AqAzf=ϳ ̲lw0(㇥4M~jGf^e ;#Dp9g9|]~%1mn* xbyf'w{*dvߟa3^c r<dM)9OJa۶R З-yHd-c>͵+4M˲c NZ)4=(n-ƷFW%XкwJ2- < @b2Y~p) Q v@hf@@d ,r \Y3b ~X hb Ȅ1 @n&&&d@]^f]O860' ohwwqgN BN:l[ޱc3¹-,B)?` ~#00@A-rN|/I {g DrNц `<-V$$\3[`a$ ٰ lf3/7ťCUUqͶnF+*%xpi2hOixאchPդ N~{}4q`4EeYzc!prªL<3'd1UA_ W 'a@]_~۶LT&dZ yVLpSGCn^ע`;]X1:a1AvFx|:}OSeh`JYp 3ฝp@R) :?1ݍ`t5]!;s7\i-KO:">-r{fm\C*q?#EmլJW+E|0 qݲ,{QVijaW4qͼvsk+DkttOzGc 5gVȵP)%>S]3VA°oनସ+o^ۥXN:u{^9P؊O8!^; 4MEq,J74}"xԁ 2(J)r6EavH$:kݤy?F)1yKHw]EU8/ڽ%ɠ_Yax8" QJL5 O1-25IV¬%cXF> c  <=d0>-JFB =HO}7|ڵDqqqHHL`<"_ٙFdIh'O]d@oŁqus}NqI[Z@N $$ g Ă<*D!ćp I}4𣗀&C+M ED^Im}؁ x r2dZ1 F(h8 Z*/333x*wݺu@׵k`=(;i„ݻvcD; h&prp`q?@xd@Ӏ&dI PYYIi|L,d&е?~'fQCãF]jiz1]8 /CS uav=d9hHQ0, >~R S[ W@F+**xxx}`` +-++*+##_OUKT:gh,^ozX߼qc횵{vmT[lK![#]llZW^R;ߐ-w$![ $(?` ȸ=섄 @V~B6A6lPPPꂬ$ J`rP@ߺtdat a#qKgu!/?~ww7B-.5* n|^A) ))|߾Eq9y$F@stƓ'O_k[xȨ{w45ՐwrAvŊYb-= ؈whv[[nRRR>=֝1_,d+.K++vN..ׯ^Qe=|y;4n3gΤOl } Vߧ YM)Y`aiaa ikk utt899G20! 9F.dzS=$wd^C.(1i*g"ŀt0WC @ׇ<:? F `އV ;!w8$Ϟ=X ݻwׯ_@Lʝ F/78Yvm߱eM6<&\<|@@…v d}gG'P|={gia ж-2q㰍O:pGDQA op]>|:c`>ϕi  ˲ Aa$L-ޢd >cbT()lE{?_9[St}N6N? ٫FDQx`U 6O`%VNLW,)+ *o!Nȇ.vaV"3s93;=&R^08@Wy'Gq3SR@ z$AGQ$+4{q?$ƈc`^]pG{f4~@64u]8.}˲zͶmIĴmHmtnuC"sR$cNTNp6dw3(u!ߒ%H3U*%UUaD&sjM-hnz>뷗ע(x\n[|>'&ې&狟aVW;}s#|jOeoػba()+ `Sg2D9#qT{c_@Ѐх?4@ڴ^OZ `J|q$㥮kr:"0&xQ\!Dgx(ixeY/CJ4$Iy8eY`}`ؤC[\ߕV( 1$7%P"۶_8/ |a|Xop۟8*3 e׭4ZmF}y+5gnXX@[j`*[r( ]xqĉ*v `%/!K @` ONOG 0 ܅= s΅1mʹ~z` lkq`؉vq̳˗1v 5=6{dV\|;62TUUI]@#PSWYVRtr#W0+*LAH *++STT$XDӓ&LCF _i ^ 7,$(hff`B`ȎHMH~Ϯ]O<=yaḁF[kXB=!fwƨ PV6o[2Z:fo!K$d) 1#?'Za%{z~1! ZYtۋO^$hp i;NXua4S xθ EYk'Cu_|!)cP( PO`5MS WPg$r֣(b?$Am9Ð#ct0Oe6;bЕVvrnG˸8؇xe? ïdÌI<˃ާmgX7MyA?0LhE :A ڍB풡f}{# ynA0+In91Pxoaz,&F tJ+v{M-|(-T\(8 0.O,Uɑ;1EpEcޟR.DK;\^BNT#=Y-`6y1U!ty%'AݐKrq z Dz,|"G T;!IMVAN]aHS(_|. &;Md ~cZG`:>3n[`T!Yy~okyzݢjkSlB2 'lU?Oy{\n7۞V)8矂Ķ]Aj@dl+⺡in܋ qd<:L I m d!FgF{j7س)S&CzD~pjq^b {[&\䆧v)É꬚8krΒ!iCjꨑWq5EQ]hI.!>jz|Ҩ΋[:"f< otkUU۶5M@ۆa!l˲mEE \iCqpnM0^VA +v$ !mYqi;%}o* 0gH3? tA-mv;u'hr R;ozJqlr)Cm&LۻMJPu9*$ 7 Er 5'P/:=z,*~8<k)[yyy3VI3(MhФ>XϔB+5kUQ"D))aRD*Â4ɑ.:cߞ }>Rɲ@>so [N{͈(:?Y"U5?'i<;9bc]SY~8h'PQaUU2 lkm[i&#+F]axpw/Xxpot,yQ-~tqwb֊ 4M9_^789(6mowL_w: CQ& M>E:vA㌓AF]`'_zr%6$&4嶽1^lr $5$@(_ #aQ3_`k%¦jI.Ӫt3,J-MkۢeP>hh ,&v店jgYl5tO#ca,SD;IHAdeg\D˻4"ߒo"ЗMW۳^"knp\F17t=<-{dWҮݹ@ 1Վ24M՟>cu%( R3l,gvMMLv!{Zq7!\/Dfh˰!=Z2 4Fk «.)8ȣd #RB&%m[4_ -#-֚@p@'THfHM0- ,GC-М o#HB$Ex IHJk\݉ٻ>s"DȃyIkPZZ YYY)++ _~V>+aaaA:@6;'߿KJJEwޝ3gNJJjfZ:?p >c_YYO7o gϞ=m4Yoy IIn%***@` xzv05H[!z`c̙BBΝj Cj?~K3:w8 A7vA: "7HAKJr#=C=л`x'F*A`Yby qeD`{ ^aP# *oGro a~_a6K8Gc6湌"=(z.JC /Ja#4 A͂ﺦiu2Dħm|2QW*f7~`^6TM/X ~|jHgB~&q C$$G#,N˲ 亦m[\+;8})AB$^y4ٝ]LC`O(抏ޏ^+W;f(4%ǧc˜/w߯i 9'r_I  NC<oł{RDU⩪|?^`q n1L4Rh5+Xq Q=w [:'Nx!DD B ,av޼}; EV'5$cp]RT1,{Q<; clBy(  q86(\Or% &_d~/-l'QQ4 Rm?4,%l 0{M,Dbϗ wPk @u]_  (zeoiz*Zz4?Ne뺳gd۶q8 ï >%mY=PsthꩯWzaEN8N[{cp]NP]ؠkӘ-|ѿ`.u|ΐ05Q{h5h"w9wɷ[rɓnPWnZ_%͈y|чy-fh`#zt~¿Xk@0$qa*{ŕhŜl>}5ƥ0ВχPjJvZz,q|븧O$% k]+j%ki%q>XCWA~YE9@ܗen4yüxZ*&m>e;o({9{<,yx`gw/[=7MS =eY#Rv6\>o^̹9tQK?|PԽSLvیFg~e?S Cea U](*"@O eiB7.PEbUVaL X_(EH;әGs'wj]FzɍCwҝJɃW;9ZB,:.$4r|1lpj'⇴lb'w1f${?4A,*,:A<1 NlaӿH:ٹM4\P6Ψ:Q*}hS)7Y Wɶmq#>PPT9d`a< pY\ׅ:/},%udg<wm]mFh8;9ٕ.hhv~<@*Yal231DHg]K 0R%! P]^)ѝ[ѧX`,JSBJC37o2%y6QQJPW*X=$IX*UrLBY60G/ OԽZ b0? (0O:K=9e\ u:HJT Zkh4͌1ppt]7Ik}2 RQ{፨l,XvaN6vKz'G@n(|PIqXxGQT zU7|1o6h yA7az YbaZ̿>#&;=^Cx1d` E`a r D19!|nxSx*ޛqXz*"lCn3OfyH Cb̶%tXSOZF+kKm@=Ŝ5Tpڊ-ǹ\U]a8 ^*sw!W2E1m.L에mۂ_afL|J*˒!ubb\<'[G7+v(ovw )ș R1ׯD?=e~qnFR%Ie}Ez,9XS;M{ݾ\l6\wfۘB.3<U~YUU>snXqZ[-Wxܛę~!%TO(4򪦲.ސ޳z"ϻK(4$(-~9Yfa )JBY-L]TpQ.n 4Y(W hUE[(xOZŊ"b fs̽gfAz(VʂXd'u^V.!U\p^m=o6@5V&kq5oGUs`"R 8" pΧ&Tƽ=\PZ ŕ6 'r2`g#IzhH=!4g9wS!s28UL?phz$eyǖ$l)δZ-}o=N@W=0xWVB0 |Zi!B~?sn뙳he"Yr'čRi=N0 aG )*S~TU44 oޟ5$5F;_҉WWg7LJGjH:$i&_b>_,,v嶞|dbS|3i(IeU#anVGO`ǔUْ?`kOL*&.tVCR2ywޛ7ޕkpqf}N6T,|Fđ{"G]8'|s.#4MA,V9T]Q% "s Sf :1S ڳۭC[9x 6ץz:wEtoX>jH a.Rfq Ud'@rx$tGw1ORܨHﴴ4#Z\\ _@,bN `ܙT?9,rtw BalJ̚C;8; .vAҴԤRZܘ=|Wn2nA|%k}݁Elu]Oe+$I0T˜Id֙]\245pW %r'BlhWs2l4`4sBZ TWȏ,Fa|o9W_"=4GQ  Zv{ T%ֹi~> qai]NAMA1n^7U##T ðK?L&)bz=BzضAiy4}eEH&B߱*pZLFd~H9r{nfಖm_O ˥bODzx8U=M օI\MWYS"L_3VG@cN=)_?LWw{9|^gV]}B@,n1rD[TLF#I!!@BL~ժ1RR~E[jfE׷wہoU^,e<+Aq|aDq߁XlGj1臁lȷ9wsf_NB$P>}5ݗ=n@)Ңi 9n*N_CXr<,[JE-޵%̛73/ϟ1TWyAc1ipU:đ󈞥l+|7tcݞs\7lH3Fzz̯1p÷.[V滢dXC䝵f-;MtA呹#揷LG#5%ջZT-M9,%`ݞgį̛)gZ=g=BL8ր$I~2Μ3y,׫2|q G'* $[HL]ߊVʜ3_,~R툾/׻Eq97ػv(TleV * ˶냄8z0$Z)11;s<&ELwM*"#)j"s)=_0@O|T'Q#q1yXXzȚxm楗Ci\J!F-(o ( ">"S^Wrv:sR.D*y^d2m4{?" C˲0zG$fZڶ')N6M>*[,%\Vjr2}*RJ)qeY6 q h]5^KԽT7/KlToB.W*#5͝QΙ\׎CK 1XW\}NA R-;J ZZ?3!7Lyr(Q"YU }]vf/HA\,t'EQ0rPiy < ,c4R;k6z{51IԞl>l &1x$"ճ#II$9ISqm(?NYd]"8z{N4З{HP#z=z=]-4}= uo۶:XUU!zHP`!~~ 6`48M a`\*EQ_DsFp|lf[_WgE۶*"!{/3o숧[ @1F,ʲ(Gh<>>ٝpyJۡ7_ *FA8M$I^~{ߺk-H`(d}OqrmAk/h`l:՗m{ Go]=*960hw EqRAB&!AXSBNsYfؔ/ S$p?`a,JˮVFF~qQAAASSӛ7oֶGFF^~`:qϟ?j?~ !{S(U55KKK5uum+Vjjj{vH#(~ ^廬 i_ vF?s9زA4H (`J=@&a(ɠ.Dv) dA. @ ;*OkmT;(P彗scIVc -m} (df!oW$L&@ rwHE()|q<6㘞!c%˅7iV+7xi_d;Qea>:JIĜW; A?tk(>;ēѩRdϻܿ-|,K|q[T7ăI! RBAjV=$yBt@Nk־>HdkA|n u0|: …_ϖf#3l pm~ xvH;SŐr:B<]yi!}tHq HQ{!V?ZT Y;бn{v,V  y?߿y`> D;. 7pۻgܾ Zݠѣغu3gpɢЅ`}nnW {](N0)9 |]̟=?~ !9!s;q5,Jy38ٗb d/)|b&"Ȓ7 yp_n )r xAw0VrdC<|! Xi.E!m#HHG) ;`; !j k&M*fCn߾}m6!𭭭?| ` 9>֣1u7HKKGFG?p ""X\*:Z*;999RY4G0BXo cQ)))@Ν;l7 2z?g u H#.&G`5Ls`hTse!ɻy>($hM|}p G A0`˗/ L읱NA/z\ڜ( lB}4"YHh}j &*T6 &w&>\LMjos3??+6㤍s;q8c9cIzp쒒v?c$P{3-TUA]Iud{"^Nj^q _@\=zG[ {VU**BF)R.1㰡X܁7E*>{,yм :r[36Y 0u(zm\wv.~n]iO Rn|_+B>r'.ج< !+!zKUƵ'`u`o8 ]ngEHp`E^A~SffxׯzիWV0;?zː2z7o:J!"RgCjkH5?-~7)~s0oA e 識Ev=| rA6Wc B>9g]&:I5T-Mn~Z_AE^<<<I¸&԰4]X:&N3;&,87 l2/ܔDY4K.О?ָ)nF&ZS&#inJ}mg唳k+X,ڦμCv< p$6 kgC.x(}R&4FMUzv[St:G\reYyaFQ2~5zMd<V+s-`Uwsɇlj8%|66UfيД(k2ˎV-eBft՘d VY4XeD~&)~ V^8nj=ںĜ5oc_Hݬz[J|s4̭R";1r1%յ[W]M @R <'h1 wբV,#Dw\>VE.gAox.Uc=et(g+[ʰBK_±`% 77MzG&dxwɗrlL-YFhjQ!m< %ϯ..sSl 8ʺW5$ N$P-d7Yil?`q6AlA\[\A \Q4Vgp [JGEFJG6Ǝ׻~̛,ɍk;'d>2%_ihehwH9 #M#dhǐx zs}lr8;q- X̯!s(q2e+ $_Jz;7}~DQwMs_u]mGeLbtݧ" >A2ReX>8뽿I5|'W5g*u`"x2*İ+KS<46z LA8툙]ݮ7<O 9qa[}ᇇ=)?I'S ٹ fkS: iZUUQc%{׎0D *c&S64 8a'PD ?a .<вZ3fs'}ڙŏigΓUvYe{o 5ש7H+>-+iRzmH,F_-6.$o&Ιnn`Ws`=4M뺎( 0)p 7eY&IHfHV? ~i: PzBƳ"ςI(3D:؏=u^<GBTMKWIG8E3X ׏ȝ\,KCX@tqs 3`6DnJw72.jLPla_͔/+d_/$OD IzݧRLG"} 6q]Ja3$Pf,mh'ۨ->MS- %{ײC0El a; ]t_/ <>E7&Q.vfRBEYH;vܹs{BLZ[Nwr7[$4|7?cc~3?x4-0dA@a\ ?ؾȃO1 bgG\t:m۶S9DmײƩHƿYVazvH~Fcp,1DԽ 01FL}}%":~(F®t1C B8D2PVԏ5֑[HԠv"r.v+< b)L}zyNu.B'oȲ;ь{Q)n^'[m4ԣ,v%X_㟋mv3+:hIMbh+!5Ñy5ZHfDe.2}qY_w8QZ6$$PPPCp f"Za(h8qA-$$~˾޾駸u-z"*j8⽷Q{lT= q7Za+"B6g@ r8IG8i"=efomdyuFtEpIc`vvAy ُ$@x8ZuaÂ\dV/_uHW}) <`lr( =Ga9=^K&İdf73 Ǵ4u bnV׊ݙ|;MGh VC\V_ m$zyǓ/}|KQc"YF[z}ǯ@t>6:vJ2.![FtMu!oɸwyGQ_K؟͘V]kge1 ige.Msl}QN~{m1u HeeYA?w]ꝥqQv~vMs.;H?<!$IB%{gs a#W BЀPR36/lXC)Y7gގۙQYQzQr@,ln;3c>=8bRnnbCBSuW 봇?9mM#{~oUuǡ8kYGmHRzT5=z N~Ψ8yzD ٘͘kCiʻU#.=H"v4񺮏~"U +@MȦ?=2\&MӷmG'yY^mXtriuUOuffJ{ADOg3xr6y>==?^ڧJ$᜔1`/ȥ%3ݱ.@.e,IE G@C~Dy@*E`q~PGI~vKȔ[!݁1wY+C]|#Azf wSPyG.M)ZGC$cތޛL M+l4IKBhGKC#3Z`\x, (#fyb*`L%n߳#2DKnO)Y@*_XUXL y}Eqy>P&,K~A,WMNT~SGJe1}{s<m>PCvP@\/$\]Ń7Qbhaꮺ@Fv.m 늸t)Ƚz`cF&ݤN.(Hk uF~:4 X;P"B]xdn'4ڧ2x.%%Z渖]?!DjG `gL)9=ː ===` }z m߿""ffv%$$~ݥyx߽{nnn`~+mWȧ1 cC2Kn ǏkAԐn|O< }zx;F81s4<*]r?D; o8#D:#:_ K'~eLd{q3̛yo~yRJ0,HfXf)+&]@8x-w&zO8mKi&HYFui1lڈa`kZߩ=}nbSWUY}yeryv][8~ "?9̸Х|3+*a9.DhnW2.^DaԴVӈg"j;LE!1W'ѳeG*7Wy@Jyvϣ+WMR'_sR,P`ro4ڧ96# yp A!j.GB W &Hvܹӧ7MsL5ء 6:o`^UUgB22_""" u3.DV>VZujԣgBٳƆG>i@\FkkJCF@6dlȺ<ؙ رc,HQ :{OڜxP_t\jiԲ~3}^AO/_gNsq9<ȔQ0Arr2 @ 6d3m"vya4*\@BCxKHJ:~PH#hod_oݻ\⣣` *@}=xnr''ׯ!)h<҄tꁌ#_}|$+&=~5 ]6:cb[ `_Q0 њ~>8R~\U[~~~Bcc(v`X9wRKx\\ܦMTUU K;544>~z͛7"""no߾IHHB?~t˗.!w3ͅի(*)_th5? F4Zg0WmR`/7/_Ź96m $$͛>prp=y?7oV ۇQ0 F4ZӏQ0@^A>K :ݛ7Ϲ._,))//_())LLLh'w3O͇bvi2Ysss`Ch/^QS]W;ڡ`PG(zrm<&߾߲i33)4R#sk?zgnh?p3 F 4ZӏQ0@kS3~zs ^^^nnn /\ &044`aaǷo`݀6j{ȵ;.߼ysǎ@+ p].ׯkj7` @5(Chji+R`MCS3o_~9$4ϟ?""@lllf܇~}X^ƇC:[589w`PG(z`۳k5kܛo@wI&Y$-́&1l(HHH}f7u߿~GGy` !@5(C$&%Aë_#nc[?vĉ?mX߿2mxy{_|d^^Av4Ç@Fcm h`` ?Ɯ/||ll?~daaaddo߾I` () @Ȭ<t<5y5d/Vc4F( FkQ0 (/)]f Zuus#~z[[/,,/`5/** d?\II X7BBB@XC\\\@ w'333dޛ7o ~`육 0 e` L3Pz'hI X,ez!(毽_̱6".& L=<眘W9͌#ݻ''! Ej<\yǁ)U A\`_of}hMZ·!8komoAK)X 9ֺ֊|c4ƤCR?#{c9 o`QA(]xg!-rAD,/9c{쵵#1 ͬN;WU; 3QN eOs_DXD~%}QKG(`'\9`MW`lٲo+ӧO?ydʕ=u<;;Ǐ!AFM14x`G(x -#M[n{gΜ.]_z%%%uر;w/__|h$ ?lO>|3h~ ht~ DDDZyyǏ;zzz̧O 57n?n?A]bϟ?@ F(`QA(:3x39:ġh c|:>>ߘwsjk=myә"3^;H}C}eWɾ(>-{g0 As:2i;Օ PCO3R2GRcuK)#{ĬOY>ޚ73 ɼJC$2 !49!H ¨g -]3as}Qk=9)%{4Q9@{LY_k=+j脆T5XJ0@5(CAXXx{߿89n޼yv;vo,^,ۢd hQ0@` +Aᆄ ӕѺ|h`ĵF(# rQ0 F(`8G(` h`Q0 3њ~Q0 F( FW䍂Q@}pI&N( 铧0 њ~Z'vG(x@5(yi4a"Ph E Muã` hM? Fkz "7+( Q0 F-@`Q0 3њ~Q0 F( FkQ0 F(`8G(` h`Q0 3њ~Q0 F( FkQ0 F(`8G(` h`Q0 3њ~Q0 F( FkQ0 F(`8G(` 0 F@tD$A5'O!x%ZM]hQv͚ukWs5 I0jGth.Q0 z(`%7 hhO? F(` g@`Q0 Fp4:z? F='O>yB.>>N8A.`Jd`҄ &L$UGCoE2tS蒎Q@њ~>(ӏ h`Q0 3y`Q0 Fp4"oz֦k3RpCrF x!9* F`Q0 Fp4:O? F(` g@}Q0 F(`8`O&G7ԍpntC(.Q0 p_v7zH3 h`O? F`8G(` htE(`Q0@`Q0 Fp4ZӏQ0 F(hM? F(` g@5(`Q0@`Q0 Fp4ZӏQ0 F(hM? F(` g@5(`Q0@`Q0 Fp4ZӏQ0 F(hM? F(` g@5(`Q0@`Q0 Fp4ZӏQ0 F(hM? F(` g@5(`Q0@`Q0 Fp4Z$xO>]vm4.(8yI`P'M,F Od@,2׮YV*[X8@65/]\FFfܰ{׮҄DM-2bP`%)-#tHH4abgO7h.Ю׮+{`5=fpHU/gS0F1I-(.˲lv{KƕܮW!2lXŰOTHu@( a"YrJ00uA'j!ɌA+y:Kd!N+m!;oL^oTaX AD8&׷cMWY|]G< E`̧'Wo(̥t#}^o69@fᖞr5ԅхrKG&;ؐi!L7Ay9h V//VKpf9jUEC;lbfV Ԥ#(RLj< bV  Gu'/%bj_U,`@?ݯJ!|Vd鉔H:a=Y+(p :q}qye-"uqnR]nTSW#WvS[|"'>GC0:؀ڀ $6`L*B hden7?V\^c`q]ǹo4QcaGw- -B@Vr[E. wzFáyhe}@Y\@B:{'j )V.m=ͮwMӄi5>Ѷ(`w@9@`0.`|PS@6SW(` 0rn ҧC0Q]9m^:t\C? JyK͓>upE&dGp`ޱj&[=l}`?R]%D>v:/-;S5Owb1AnTy=g\&ݤ&ߓw}Ob}\-ⴥT›2?h4LCg&IHB4a"|5 0ş=y T?'S%$- -a HyyCڌ̴t`cs3yD`:Q0 Fib X8qXRa]U <۞]j t]f-VE&'&o4"`1>)k`7]gIzRJEBN9@1eyǏCػv0#&̛;nil¥TB `9o@D$Q0 F8Z@2($ h8<` ,'_0dd;j^׮]#u;;0:yTsCCh &45y3H̀lx {ɟ?E;mS'Njhi._ Ȇ1J`68EEEI|Ϯ6/;;;0,7֥ed `pɸfQ0 H X. Xj2]}|}PX;b,Ѐj ꁅ!3d[:x@)/E">xmܶyKu]-C UwΟgd`ÀŁz{{ XC<=y &еã0nHXha_[ϟ>AjRȃ6h*6T!j7xG(zfw OiXY{l޶6hRQEAq H^9@`Q0  !5488rT 5& FG(`{wxi4dh hO? F(N23 d8ɓ'֬9y⤖%aG(` ht~Q0 F( KsenIENDB`PK?J '5OEBPS/httpatomoreillycomsourcemspimages469659.png.jpgJFIFC     C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?V-?e>Jmhwg+ۘu?xe~ ,iK$z ,/5]SQ֣jo-򿈵O<К+kI^ 1|xR-N>㢊((_c|kY|>CXC&w]|/~h Cˏ)e/ _ yUg_.uqm}r}8)޿xk/ Q%7ÔW8cS RÿP见ech5\mc4B@?#]Ql4 OND6t4QE?L?_glO_3i;gͳ={8h g%\,?Ě}:j~mj`t830џRšڼex+hϜt=YM< CPk. |EMBΒhc-o"??CA~ ;FuxGz;Y&q/~k+:(+]VO|?Kuޓ'9.~O<|xK oT>/}G)uhrkDK ,vov>U~6uګH.Swu7m6{Idڿh.E{_I}T_j=7P4讴ۨ&Q`3@h+/Q֬;|#/i+nmFm*+ms Năր?3?&(?nִ j k-kҾt>,?u_oo\uЖ(-o gfB5mj( kpJ1[/bWo~ x[Û>T%g4~` (+οj/w9x֬𮡬?lXxG ?>8hc;C.G~iGqG'׆čcg."]cō}.;Dv[OGoL7~z7)llⷵfR<'\E?ZoMg`o(A,0x6PQEQE~o~ӟEϊ߷Q_ǿo;_xsZ7E~|?Iqאqx+wCO_t Z9PŻz|cW|heoͧ8 .t=ou3*(xVľ"|oY".%́ m3'3W4Q@Q@1\k~_/;6H-7}X~wWNOoUWm?◌<{];]~# rkd}͈$[1_G?/ot`N6r.$x1 W(?vV.\O6WZ>;h >w\y;x~Z?E%r6e#f}?w%zg}oV |Yn?Eφv2a'|N]TeY@>j<䶾p5H-_˚[;BhuoP7~PEP^[|)=|_o4O_Hs\u6㍱8?^E~G;$I?Ʋ+ծ>+>@춁!OO_:j:Z@di#4__CQ+FjQG㷋t61]Z|)q2= >cnt?,_H~xÿ jO,-bukWwu%Ÿj>>oh:ܗ1x?)-m<ߞ;i_Dn473Py/#[C_E 5?sAK+kI^ 1|xR-N /|gA75 6+ [x7w [<7ÏD>oOdsqҺ4EPEP߶/oٷO|įbW}R;ko13__Lk/~Ǿe^&Rx3_+ ϟl<j\Yw}DmW jb; w/iDs.G(>)OSTw%uo[zwz=|EwYᏇ <8Num^fKe!|yY$(o+=c]öږ]뺜vO}7#2q+g/m--6[,3ʹ ,3$NV #@m~;Ҟ4Myg\hx{{c% +'wNIƟVam|6N Qfկs-?*\+9i 'O[]/FҭP[ybX9]uQEr_>x_ß|#ŕ7{WH/&oGr!??}E?~H: ~? 5VSGOm~~Loÿi3wº<:^k=̒ 1y_!x['ǣ g+tn6{c€ ( ?1|$_h]qxoR/)|(g0q[_p/ |=-/?g𗏴}J{[+R_6cuY$l{'#_i*XO}H.59aKi1º%oN?>$Oii]by^魏r¾8 xQ E k|u~ɤsq{-EFTZX( ]C?-?^|:T|C8GfZbk= )?4yF?h䵶5?\ϊ?__`O|3Ծ'Z",{X,-S"FwM~-<EjڕOs#mHh8U-Q@Q@kPdρ>*(z?4i~)/foŏ`|Tŭ/9\oggo?)/j_|#{j?96YCvaY%PGmfPYI((*<_-g5+aO&ٿ6_K_Muo^-4߳m=<GO3ןz#_ ;ksBt}'SY :}[/D 1|tvBӬm{[17-wkآ px(51qaJ+D֮5_GH<qOeEp>|">_NDž[tM7F"[ݙؒK;|ؖ'I ( ڣ+'iz\gɵ ]jWma |-'D$>7Dh ( (4gxSo?azM٠`ZW/~~ 4k7^E3͏1Zѕi? 8]3.F/079k%]Dv#1ٯRu> ֵ.'Muws)Yx1%r{mu;eoOMkú?)٧; -w 2L> |@ DVE M>S`gӿm]Ŀ|SML f)Xݴ$EVi#iTp K _f=+~fp^<_1'52|(?R/3 5-]WA.!m-#'E&Zq' <{O m ^W<(m>qL|k9+PxCşUu [ӼMg'6quW2b/G{|~QU?4(;, kĖ7ڄ:خr oܕ=:'Y|K>xDj,V9/nx3y_g^c3_YEd{嵾ɸlW~Ο?}KZ~'#9@׼oujxr CYn)|;@>æ?k9Q-/EPK? =Vp$p$5OEBPS/httpatomoreillycomsourcemspimages469663.png.jpgJFIFC     C  U" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(( ~?K58p-=0Vyfe. ~.CO]}j jzUS¿;A¾pvx/u~[^TGQE[Ta @+7?cWZMgĞ>`Ү)'KYf $/o6Eك<PEPEPEP^!Z~б8-|co4>F^ٟV~in$ 'FƗ:jeѴٮ,0H˹Twf|3ƀX'c7p @ȾKkviA b G׈)jPxV᮵^%ǁ$,@9?]sxœ<Ti&5䈠)4MS,#~x qV:Ǝ-.Sﴝy17 S@EqoѾxGjјy#XgX#IO5^OVᗁhmCjw-/]BcׂFpIǣo<z2hKY溜/ҶA "8(G}Ɵkk$<ҙibW W~~+ٳ Ya_\~^bfv6`)9ݞ:W IG%-[\Y4W۽ԫ(Ăs k94C-֝uEZ[*"F2"PpB64>Mom7J#nOٳ{ ?kJdg\~Ta L˗F@ph? /-|;\j~!GJ1}vzR,BfxʻO.H|;s?]};1of>LQorB%YY|OUկukZRi$1I=D*yU@/ʀ)E@o^_X_ <+j#_仙:+yoƌ!fsǽOhOgLwb8#mf7Vw(R%^XeXs#F7k>;±@!.#P8-l>$7>|𶚺֝wy-Rֱy1}91_=I,@=7wO>Ѽ!3_0YI ݸW=t[oėi] ŗÛM'VP=Ɨpۥ%$+"Pa@-P 1l^Gu9wgua|K,,9*Ÿx|sٴujsú+Q+մBV-[G ,Mr ykKoex[x;R4m+5T1#'<=}w #Z^ش-#djӭx/Դ*k$a9'I>i^ IeV#ʌIpǔV|9Ltj0\ P ͏8 tVnȔl]~TԵUȠ(3,аR)2a}=ifĂsO҉T9(PDZqjxt.c \3K@Qc|?+} PYR`{kX +֝*M7VϐwG"SHGBEr_gm>WKQgPo=\%FI vֶU hZ3xz+@ph9]n%b'Vf,]|g8v0c[&{_ .i5G|dy*Qc(èҬ"c7i!i "] _;ᔂv,ZzKe *G8ݓU?զw yCI! 9<ҹ/z2m4vѢ>pgr:E4jq5Mrx 2p2lC($azXJ2+'qt'LQXu^NK3`v1:w.-!#rl0*M7c;s=ihB]OºrIg{g, o ;'_S\J> u-4 i!c,s^Yl*Mnx,Nq.'qӊqOix_O _F?F3ޠú_4]Cz_մ>-+e12#;\L8(0|=V84N.R;ti7`,LgO~+k/|LǃmgͿv,І{rr2W5wkV$Ԅ@$TYCs| 1% 7,Rr2Z<)?nCuVվm%̲rJy؞v \0Nr}vڌ6p0yn.5fNPY>_A5 fAu[ţ_s "(ܢ'Wlp@:vO1wlW*v0H 1RVXK*6(Iė'y1ׂz`)؎h_ Rz8y i,0Nzum,ld 1Ԏi|o%@TdP~ؿڗ]E.$yЍ,362^1"]m᭭dxrS|%ZIP64:{q!x#5Mq>TQ\DB$iq^9f;c^KLy&%XG%{b9ql,h*N0pkL?4xu6ZO IFq.GVXdvGdZӑ,RFVxdh9@cۛiڙ ݳWrRI^]X1+I# q /# ҟ>Wp65n㷹Z8m붴$ww7/-9jg¿mc,TQp| k}|G Zk-[Nuޥcn" x]x_2DØ5⟵¯ Z7 y7tfʙ<44$:D }^;<[ṥ,S ƒ3(RXmpt/VMW6.$O8)vd'sNs1yGωgm/ڕŶgPz판yrr|7fJO]ZxCMrKᤆUEA %<\?q,z[o;Tmd >`I jz4R;FUnI2C3`|u8㌳ YjK8X4LʁX@,s1+)w40:G"pܫt:i Nsy.H @AMLJ$|Q|eVMuxR ۻ|(x6j04y,ddSr8o8 d/l;+N{VQz8gy%w$2u߲~gB>?xLXzַh.o %;%rv(_ |cm|,nMew%\+HdpYT U5=[V7SD7iF׶n%G-b9O y՚Ok?jτ3-9|uxU{|Eo7Mhx2@HJ TPkjzzr{s+4{w|v*1롥ڞ>bY$a] |M❇/ Uc( ֛v%̉,L^"6)#Y0H G:k꺕=(LHeٍۈ3aț8 $ xؙUgȉ*1 I<@дN9Ѻ}N>e$O}UˋMjIh|=1DﱝB>c P@au5;* iaȻH`D ڌ$3P4SͿx )1'SxZּCkhCS֮؉75ǒ 9 ݎ6<;:ccy ͋{0]6x;N#ʢZZ |$[Pž/E,y7+TV:6uK}wM@W V{ ۙLU wMF7&$Ś:t)xú/<9xKĚz]ڥ}١ :bG_,|$ |@RMsC; ^6_Nd =I{@ _ O+i߂ ZxᧈkᙾRZt܍>"B47 C68PCF E%|b_+{$M;%ǐQyc|/aӦcmi<1pG䏘`;w_=uqe\jV"^&kO"9ɒH4rN޽>4uGxb,ܔiA$T/N<;[1,ZtHT$vwhj=yG;.Է@ՒDt| #@>=[O[}V fLȷ2h2,v; c'aq nĬz đi9#崛fkfb Gq5SMjnɜ55m, Ż"TdlewFN:=maVA4s;@#ofHPkZΣ_j7 kZbx۵$ҬfY阅If?gTwD`ޗ_!xs>*|>R6%O!ᶷc~+*mh|6VVa#$PPU(/߀uj/&ujg~;oH`M)"/>(|7s(3/<9_hFBY i-PC5kޜE{k/]MFTpq$gn4_leO^_ h'I|..zs!!-!U(~ǖ9,>*>$4H 8R[? kwu<*Wq j@P(_ω+}wjIKV%xST!WDZ9 $+|U#Q6Nf}HMo1'ϜH۞ (싨|R]|UBxI_-FJVql߽ye[@iwR(宂M~W4.&6m9юZGP]1EYGo/G}->k܀K§'lN({=%)QH@UP0P袊(oo@(gۈePaϾ;ٷ6/ LNW&Gu#;Ւ2y1y7ZxcF{]?O`XFUEj(PK?h6c5OEBPS/httpatomoreillycomsourcemspimages469665.png.jpgJFIFC     C  "" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ? K~߾>)|m-h>>}_TKex4?zOKqL`{?>!_௉|M]jZฦYgy:=@k-,s(b,?6Z/? |5:ώ}B;+M#NmcoOpߺ^rPJy:6ֿqay ^ e%hz~W?{:y?/5_7UE@QE|u@k-,s(b,?6Z|qH|QKGTἺQ Z0|wAoC4d~&r=Ѽ;᫉۬r02{vٚnJ* Sgطğ>'H48N`>hR?1_>"|Me-FѪ))$Wf ãh?@PK?g٩$$5OEBPS/httpatomoreillycomsourcemspimages469667.png.jpgJFIFC     C  G" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?2>O_I-#R͵́H_iVꚕp[[BO+HA,O@$ 2|mMqho|;vfX%(,l;HYcgo|k}VZX-w.lC|6 A<\.:cur_uU~ў3|m&K> g{]/[_P[ؤhTvreNIM"G2_j(;xyO/[x0^$.aک l̤:3$+­qW'sH>-b6i_xKAЦk-/$Vl{S"FĤ!PO|a>?XMA|U+E6v +9>x4ZKlfk;y)),`9lq VsoY|?W}#,+FKkkX#\zO'ċe%[-ˇj7S_veO4QEWͦ|Ckxy&oiW],0o&AS sQ; ±J|oy>6 q$|TY~οhԼ?ˤܵ פ8M2O4=q,m/hAuH{}!|T/$=Ur0G|-?zƥ J[=cOpIP7.FoFSj?gZ4A}J*Y1$rI5O߇[P7זGɏGKe{8(oZ_.tV-|M6|]zQgDDo,Wbu>?σg_EgjwZ]3ӼcyQ6ZkVw7T0$I4`I;D=O 뉧-ֶ%Gkk0UsY-$)ᐕ*cKQcM-uQm?[ՉI>\J(I(Meg/? xWK.nt[ɦ;guG$; 񇎼mgnosQWu8%|zb$P?߳/KFCYW@DjA!Ivuдx{uAqƩ]j {kKxgxY|ҥg23_8K>|9wBml,t&(mze,ȁݭD + /> ?xBq&Vح}4WLYVH|DRVc|s6^^f|o="ӊţ]CZ៍^-<;qrVd/,JcG`fY ?.J原kEiin 6G #j*pU|YqᏄx]mQ#W`?5u'ǿ<<Z|+ua[ql,ef :y?hb=;ڷ}>3 kǸ~m;1xٗvc ~ɿএZ֓NnQFgO&F(HFH4x^ hb|/[OQǦ5/ 3_۴9&X-[ڬ1D3<ʍ| WxK?;y}źxib AYҾۥ~fne,|-$`[9c4K|:_D^xRɲPy{C,cqca-T5 pࢺ /xGV—vkHr[1v2ʡThмrȭ~?moN3%мAqk)h!gb'fH%xGػZO =j<4dfXDq9Sj!11I,_e~rTuEBʮ<i?m aXmlRvBDcƠ Km|Mkw/AQjLIn->4A`f1!Q8_bDxgLw涷6iey 5C¿>,'EΛa&G׻[ddU9 pWNvaiYoڠE$$Ԝrh;)ԓ²yz^v]:t»czM+RHӡSˉ.}9 I{Z4Y .ify%77o'Oo..RԧHxtV5 "ETbETYC3TծͧGkk75Oޟ56Go>7O-&=s a/5[YhVeQdF%{dMC*q'ßqXC뗚޳u$M(ܼNUXɗP+篃? 7K !4n|/jZmV>)DЬFXس}/RK iz֡{펍];顚-=nyGtRIC$[Ҵ'Mυ|Ś΅w Y>di`VGq-Vp k<;/im]SXd2]HO.eLy yf@KMLfp>ݥoWp>sN;5nn&BK!0,E%؅Ք:#0+O|P<3ma/4? P%ε-JQ"^['-tmu喙db#wR04ĠfS_&|`lxCqk7KLf{&K4Hĥ|322?:X\eZ)Oy #1 $}#yLoVPdv)sNxhy"̮<8뜲WxWǚuB)|E\{A,"g.A:N  /*LZl,Ch%%BMXbr߷~}+cUo.5l(7dG?^ _sjl;kI%6 TDd.V?[\VW+SGռCl^MqJX6-E<7x{][YZB#QBhpu˿ڛ4h oQ"9.SMm&V2 r$-ȍ~z0?o>MkGFA:deP ,'LU[ 6x ?AukzփKaypǕ7ެ2Lq]:Q/R~[GZ~^xk@S̖Q$v ʣ'Lɶ>t#6;B RΥcǦ#Yγ^P]yׇ{h=߉tv4?s WkXeHl< _  "LfmFib`H%gaq,nYN}1ԟ_Ԅ+j+[p8@%J3apvA/ kz_q^+>-j^y7t䴲P0[NvPת_~8/?muZjz͹@$K;r7[#u'DV0h~{_ 4q]AЬ#t$UA9'$I$"OqIEIEkXYjшOѠA/,FX\F;c>^x@ޙmxboKHޅ|b|۽GwoQxAۻo~&߽a,2$Nb9D~b[mេ~ ze\5Ʋ&{˅TJ6FEL.Bp%%jyc*xa2 *w9ȧPؼroμ?m@OkLYBtCnpQ|B@`5tsZ"DvTTb]b$ĉtj$AU*[,G98}VrUúx飒%ٽV'E ݆w8p?k|%/tGjs鰝vBrOb؛}/// ǥhZLLݘKI+3,ē@To[Zܓ:+۴h ~g Yk kuo<3'!rgDwer+x঳ŒGzO-xCg&1?XQA@?B} .cx1Bp >U#h냑]ȶ`'P.}~yI<:P%m>uFI` 1$t$ug4gk2k#,Y;GlRO8$mkSfu嵤vK$W* j2ۀB61Ed|w5Ƌ[Hy$U{yMت\lYl~*ԟ$8:pd|ƥ(ñX]#F(QKw~_ZdZږݰ{_Q=ˀU#EH@c -5n[ mṷt,l)npA~(]oW_~ Ҧl>,mi K_Ǿ&qGCg⧂ |<(CIaWxmidwu(bieGH5THc/~ũÖzVԯnG!V,9rI4Gy 앬Cm{]AmcogtrﹶDuÈy9{œ7DjK'tiA Qg%%x;LkNWѵ..YmG*0ʲ#_xW{g N4W77Ֆxu7d. M+$F ZPԾxYl4'np+!d$}@Ưv?xKcm _hsnU\fP#43/sľu2`{1>ƠH`Uiύ)N|s |4fǺh|ڶxb }}k/57`<hQ]nxD"O1@!@=EԓP K㾿wۥ0ޱ\ F|#-_Ŀ~/{;ڝCUīٮHeINw9^'+oxG]K 8ʺ 5~0x3g_nB׮?c;ww{ຳYKoy |vmBe72 JY #Kw1G rypZa gKl c_huƱCkiiusq HAfvc¨O _gJ|ACc[,P^֚ՈV9YϚyBf,B4\ :'Z#]SEl~Y"XKrI0eq?d/.?_tx_CԞuCЈMs4429̔CF}x;<j6R;'m&v:4n:ᑀe< |SSO6jYr^-NIKxn\2Eq2PvGb P`0(')g| ٬6>$CB"DG"!Pw (W_į _*aeM1ŷXŦOs<r[)@>hW{{wbTA x(i\6o/8xRxğ mt|6c-e%<-4GGHȷB$P/ŏx 0[t >;XB |#_?5-kMh,cN.m~ݹњ"<*2XCq>-`KkhR8@`@j}xk௏|as\fxOwwے[y9N+ X .M:柮_޵?N/ jDGf*4,3ʒE|A}OeOxuu/dԮnŨDvkLos(Pl-;(g N4WZmuQ k idm4BG~ ߰G"W_ֽgG`{j@meuU##X&⮀iEr0mv&{jZ։fmq4Z|v2'-8I%`ៈ%އҖϊmKE[ UV8?2Bbdb!j?x_ }-KMSAkOm%pKD) WFGd !e'?eacA=X%ݷ| 8anGrC#l+')Sfeh(QX1*]Vv{^# m+a Qbt~=N =;Eb-jVwvs-ypHj?eK]k㷀=^l_KV:F\I`OH?<%xOOIˬrܼp,O@|[yfM2#s}ibbҠlȊ3ԒҼjO\e?t_NfVz"!fݍx nu/C[EƒsY A̵n:o/?iR(-#=GZ2e}l,"ߊ?k%wGZPֶ$pHUۓԃ;W { ƫqk]K92ۉleӚ7/?ڧ=_Ěi$XrO-0}2i/ -C%xDY[@Z+IT?zc?DYᶛ2q?rg'מk?/A zi Sۆ mÌRzwǺ}Zg¿^aoA1HA_E&Zj;[xLk?~a?cغ wҁ-~QExHWqx[]Il+D}.yyZ:jW-,kwx;@7{UucJ<;v:oZí$ae$( %b} xE?kkz2PPM bY\`|d GfV^ӡQ-+MrpqMA/F5?jw&D*ImB88 ƿWQ;aZi;lkr=юHӐPп>1jWgFXX֘n!9Qu(.ͺrK27/kyPֵ}TMs&8QªP[+t_+QԬC]Gn>xa@(yeo!ğ:rfΊ.:. N2yca?[(:|\Xe}:Z9zwx%7IMIQ`è ;W@(< iƏ =c}l]M.UkxU G??1gA𭭚t%8`|JHnA2o$qqҾ\hk?i&AE6ݶ|m:#$n@?wpH X(,qƠ*ھ箧_//6;?AN3ʥ֤ɥƬ;)EA.G=-ϻx$ f .##{D\ TRqp?J z/]ʳjl< L4 /!6$7 !ʞGQE"lYa&hd:؃_Vcގĩ>ucG$7 o= _&Uk/!Y#03% x BՎ[X֩ II =I֕s_/:m, 43_i|6ж3ٮ IV?++o<=:$y$a@0Cc}_R|>3߱_i2[Zc6DK)쫞p?P5+x:W|?GaXأ(4;TWߎ^_;&wOxV7icx-$#[(k6'ƫI<ohEmEPqxn2O<8VpW!+N],od\,!x#6 gc?7EO?ϳkI^8?20S$/_0ɫki/ jL~AnG_! )|~gV֭UDI%EXGxx; UU߃q =ynM[P>^rLNy5?$+|6-M:DY-"V$$C(Ӗ/f_x+T"[v[)x;O]Ÿ5d&ֵfXZl/|RV5H༹^6AOEy'4vmFOZƛFˢl ;%<d YRI+5xgaOjп<7]:GӾnwVV~䘥2t//(/OƧT-Ṱvfd$[{vpE3Dj5>%-Z*jϥ;i&3Ǹ lV6o:ׄ4ַvqjqaוb_"-sҶh<=Yxgm⻋yK٢\jA pƻڣ>6X|7];@4=;HҭV{egg`fcXEc|AwOi~c7NjȲ`CmtFPEPPK?ac~_b/b/1OEBPS/httpatomoreillycomsourcemspimages469671.pngPNG  IHDRJG| pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV2h菂Q0  ZW\Y|yzz:ǿ޿60߾} beeQ0 FDXuttKCfff-@P/^Áeh4Q0 9 YYYBBB̙3211q4F(o999eee<%.\Q0 F D㡡Ĩʁ*>߿ј` f@T.+?|pI`l {n޼y_t̙37mڴj* 9ݻvr5CB'; dX3ai/[8Y"5`VnT Ɉt?wGlYkutR1k$.'d9 Ɖ&)Z;{NprN+H8W%N"#;z Q؇>8$]J((EaB_C+{iEche^ߵ0g60\.$K0 P3[ =BT%7)%R(\=ƶ/[R#8笵朽)%sb )+K gȍoV$m`ȅM(k{%t@r7$$PU96$Ѵ_׬܉RTEY 2N[ Ի EpstWt7[ԋOʴEwku;1F)ff"ֺ+5"6M]U$ FDWI)(,"7TlS'e{c{^9<1A޼e!D *^%V1|X]]=cƌ/b5˗zzz*(Id!*  ͉TEAU"$$&1e::$)JHNLA@iW 4Ydl;ɞ -gl  pp*e@[fЊ΋?|"/??pe])Y :lJ)9gi_JI⨊RBQZY6#X}0V v:rg@:El{3LBC;uY|l[:pdTM(D =M2:M9ԛ"LII۷߽{h"@)`]ZZӧORO^T,/ɋKd>EK %M ;Ҹ#FN_/m5/ 1Dgd_"vkjjfϞ lhrr2P G5kttto߾vᒒ*d$D*6 n;-"/D&DZķ6VB>؟n;,{Y_`Bn5aV;o߾(**r,7!\$8hB$&!^'FnCԑ ^ꖿď?<}t_$~a^V)S!tȌ/Zʴ2#~ QOvC O@@֭[% +++}++h`K;mCNNN`yUTWWP\NNO///g@-_R¤X#!3!4d6ė/@NUUUVVX}XP.](gjj lQ-J`XK>())]uuo߾yyy 4Xb]tI n;#ėCeȌF; #L)ǎqsttܷo4:u*dOTTP&CρRȳY?հر$xN )t$Dl;R<]6]uZ@/u3PU` Na(AХ{xkp&\HOCƙ$ HZV;p)%G9O9R LIn(b2:z@I>8GV~0cXAI۽pKQf VW~ ~I_Y߼ _r( @ kW"X_ 6^ Yp)E3'+3as΀sZkI)wXl1dT)%.Z&7qYJcl%}TR˵ ߓ,m@$Z ꍬKr eVyiZ?H}|=zY l9~r,,,|ׯ9,:mmm T ((,=e"|=-!.. @H·@o@@'N: ImPMFbs+ha :J=NI B|O乙 ѣ Ⳳz, 7HCÇV'T.$d #|7!&5Hn۶M__ťh >U+ 'Y*ـ0h9UE$K\IMloK$vZďH]j hIMa 1g0R_`Roi  IqFtVbq,;Qé} SJ ACP3>S{gss1Fk:hcjc MJ);ah4pI5hDeo<2P@9z-kŝu3Gn-H,mXx !xKS,|0Pw 6Tmb4֤+I("-Zen߿Hn?CNwgYC@x3zaPO«TR(yX SJ<}"@BOVJ93(9HNp.JLvdqE%{aЭw=淭Wcp AU/:;lI@"KI}#>^/G:~Ѫ;ɛ Eeppz')iR'+] SO{oJ)^JIsfҒjq(} JEߣskҒqUD<'r/O @1flr.#]]>V\E.ҞwV_9w+""lAJLUUU`V ry%9dr;XJsсJ["%7;-$D7uמ@!Ip}WI.D|K&S&C4' d+F~,܃ ]MD(D<2{~l9|{_JI)uZZ1@:Vb<,ēgΉ Xلf.UDQADpKINE$*bt?u"cu jBDEE'Ls)))]]]`ŋw6&5 lu{rXDBav!mFe@)ː;㜜بz ,pځū/ğGݛI3I\"[q8HNw'J-u eIcTwR`g|ƔIJNX;cA ..9yD Y!ԗB)%֚sRJ ! au+hIu`$@H11veT$" ͭ5b­1?*y]_ _ Ӭzft{K~`ʢ^UUg }|n{q]sfJj:=NŲTӇjb Yu\YW7C}1.9 na(:p&a.bpt⋽r0T 4@SJ9gh9E= mN KIMb]DXiP! n"d3%tWh-:$L N AǠ|J0J) @F g_]ָpn@@Cvl{3E2Dq+o&1Vċ8E>CHEM늲O!#qgl@C= x©6N`icl#TO$Ykt{@[q5`\#a%K)VZEtΥBZƘSIKM jgn)Yl$5 ^i<v׊C?R"Sa/+SVV8,=R"""?v_x,(.6lf}o7hWNZreXXXVVb z$I&YRUTRSqA$KJZ'H#LHǖddO( @ᜀtfǏ,%#Ғ l]{ʕ+ѣGشJJJ@)Z"z`F.[ߟ*6XIl -TbܚĭIU'S4QZ z %5U2*ɞZQ:ҠWPPÇ/ 6'J&&&aaa`K766='O5F͛yyy2M#*++ lB~ ywrrڵkWUU_| ?zHZZX檨@s`A gvvvMTTXb>|f |}}H`0hL?~lu284 r(` Z@8J`ǏN7~۷o$ 8_D׺u]?XgQ0 F p^ "r >yd||<:~,(`YV2}.GnQ0r@\VQ0 F+?IjIENDB`PK?)5OEBPS/httpatomoreillycomsourcemspimages469673.png.jpgJFIFC     C  K" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(6;;:ɵm6'׼CۼZC̎yhg1_.6%waEkx/|/i| 3ab,!aCt+MS¾.4]77o^]SNo;դ!淵UgQI!p]ڵ=Z~3A:5&]_3)C򷗜pw^ Z>3E&x:J:6 :dd` @ מ߳'_?Z3Hz-EQ>f}ssǫx]:]d9骣ZZ%__ջ,@Q@xφ?t\A;=ICT F[MRn;UqEPEyWo{VOώ0Cw|?{[˕RFX#)2PI-b~3uS@?oe|r[GH%Edx)V8EPE?moُ>)[xeib:PE|s>~͚<:Ɵ\,ygdo (2x`D(<"jн *KY!R9Spd 8<ȯ຿ ~ Cj#m7T, YΚ$ӥL60w襕I#~/6G/4ImyYȖcf-mbHR7@Yx_⇉#~+˹F[l#rQB !B'PxýW>%t/@*vow87z>hX۵޺ПV5M#w+sX񍖏=]uk)〈Ki'$l9 WY0~'{]54ZE\#[:S(x$FT2zEQ@?t_ ?oZ~$-wY]hz'u !~А_G/g/ w]oWg|S 2"mds!~xl?d?6?nmwL&?yC"e1 *Y" v?Cm-1r֚zJ6x-YHU{H~?o?ُBji[}foPn,WS_ڞwFt ..d]+[x c=3ܹ% `"Y+?5gse E6LM$KQn!!Pw?඿_ƥώ3iYù&-=+*k$|+QEK 1"(TE @aN/w~࡟io/_h&5X~hf rF 5 7o/2 ,>0> ׉-E#I"0şџڛ!!ZUWp-wk-#j glL̪;~mą v>c~~_]wv4o hHobyh!˟r5`?NcF|j_&Ȫ&lmX_4-o"-Mó 68 D`I7MjOd]߰"-; -I8_O^TC9$'8 9ዃ!ڏ A)@gϟUS9:uM+ף-2;d ~ /Y5[ag=}K wqK=gs<Ӷ{f 8g?>Y>5|jӗZ89t[A۾)mM6Y-hl>e-zxNTdI(7Z}f@C(Gop+KL /.we:b9ّ]g?HC R5ukK vti.c ==fFP?~QQZ_$O UцCsES?A|W_33iKⵓOP ^vhdȗ'&[{ sIt!8'f"$ _P~W0)c|񭟄|MSjVm+Ze6*y.amQ4YKoCI~+Nl$_ckU*3{tWio3KHluLg8^1"[h.<4VOx)C65MwC6Ҳ,Wd? 䓏\c #:n`:,}}\*FGB@'*rHN~-iڿk?ڃCFhvZZH\'VV)3)bfm⾝ > |1u?lwGirG Xy21[Ey$Yi]G Ŧφ]3GnE#K?+#|KPIoG>1װU~@].k%c1޾$gڻ1;l_ZiB_I.'5%jC[;>|joIë|6O ?pe貭x78{O&a. u6u,_A۞'pxnb>r?E['S|e=JxoEs q>K>xbOwim|]6g#: t#;2Bf,6GtLx}W[j_HO6qB0o #lx }g;>]Q_0jS: =ؒy&4ˋ#ĝB(xS +g9/qylseFc qi:+j28?joڲ]k1<}_yea*i@;ZEL.THc۔Q@q</ ZZic y<HSD(rB||! ~|¯|jU_xHR,e3+k_4?7>k麕{ )I"J Zn~?`|D4VW.5τSjnYG7)&$M;摶XW㖹@5~Ef.(hő`9m4hCFck AbE>^ OY|_odMVNP"Xe.bYJL8???a̶KoyYëƪБ<̓7ײE?5yt_'<);E枾yml$\lOxa4hu#ƻuGӮ&솇V?c skEcO~*hn|Vm#6lb"p@ ਟ>%~_O xEӞ+qq9t`ḏBY"\}kQx !(REMCQe?00ߞhlm/?&Hž Ҵw6R[H* @PIAjo}߈t귚 4J*'.;?54Z4]kp7mD">rs-R} LIcu"V㿲g+X K"\L^Gݩ|_ǣ%<#{XjgM}ɶwgp(/S;.9:WW6hCOiY$0\A0kvʶOr8oM{%xk[h&[k%]RD$:wRrQEQEQEQEQEQEQEQEQEQEPK?@XXLL5OEBPS/httpatomoreillycomsourcemspimages469675.png.jpgJFIFC     C  1" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?O8E!7fod=R:uch/_ "X|g xwž4ׄ><;Pqa=4:ah(S:ST^U&ٟ=sYFo]xY'S_߱~S^#|9X.W+rɹd ֲ࢟ΓjfE`7^!Bl~Srk_5|i-x)n ??Jmlao%gtB= _>"xOgx?!}"~k{[o}Y?emWi*ƷQaxwڽϖyR&c?\T]3xKgίUYy};Λ}@Q@]/MjlL>nwf%g\Hs嘎x_"-[o|,txSr;Ry>'E+i_b\[oqh%QثhޏQxG~'H.?dr.]S$i1̿_>f $ xpۑhw[fO__i_l/ٛ ~sqCGg>5|{K.<9~GڴK/q_oIue~!!]h{l̿6@aK\o(c7ý⏄5x[--5 "ug,S{@ gĿ|iw;9%xS9Fd}\R<_6o't=wMl?gSok WٿB %TfC]3O_e~Uvпw!O]ZHRV[xuZuU~|H?7៊n@ nd?g2/ƿoK Yf3ZN_G4uYm T^Y$}wWN  nx㿌/Hz_o{ᖑ[5ءKu(3}/)/tYdXSv@?>,#Ꭿ}W]|D.i$\c[']|#/ڧ?mMI h7nzdZ~+y5wc𯻨 ~_ڿğ|׋<=$:D} qf[\C^E~MCh o% J[jDW3X=̓\A>?_%JC=?^wď MsF{fkLa/ΌYkGo+˷_}$CKjEB=^nK/]Y~c}Y>^,? 9<י=^o?ex㖇x!6߈>}~p"8תD靼WWM'ʾM|(׾>x&_|p<+ wƝP0yl5et@%\(tmuǚלW8.~k~0xDtoJ'am_OC}WLGu3{L#fX1@}r1zGo;yJ/47v=t>H>5{fhX/^%_L[u}_/m_BLOm#%8av/_+?mX~ Ӵ|h%+K{\~P?+@^OȻ| sy+,?x?Q~Wt}"̒iBߊǙ_s1?eػĖ_>ҟ5:ƫ˥^E5ԈD}n{*;r}j~ǿh#x/@X'׺nPeO}_^hk g6|Fs߉뚁zyv+Q_mۣU&Z}WéqfJl-C%ooZmƭKh6ZtҔ[?r=d'6Z8_7]+%wsE.fHw7~Q\'QCZ(PK?CCHH1OEBPS/httpatomoreillycomsourcemspimages469677.pngPNG  IHDRL]2M pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV@Q0 F@ Օ$aGh|Q0 F@۽kקOr GceH` ~@,[8oeF'Q0 F4=9`o :"Om$q~(`4=9>>>``4& Q0 F4z(`a h`Q0l@Vr`Q0 -JnQ0 F4ZɍQ0 F( F+Q0 F(h%7 F(`F(` [@(ɓ'  F+Q0 F'2KJM6Q@@(# ]Xͨ((zyoxG>TH@..($ܥ=ݣab Q0 F "`={.`WfȲ@yZ.##3zk׮UkF`ɍQ0&sX"^>auk֌4ZɍQ0BAM]-[f͈:yhԏ(@Õ`\tH`=LJkpɓ'O<*3~kp5!P*yŁʀ"22!!&e]F@Y@)4M?o X.AYXXB!!7j|T2.DUh&()ў(#@njc-q<`ќ 65yyFx`c Tp|SPRq;:) ׅ, 4h \ H&$% X9zy@X뒲RJ]OUԤ )e5M#+ 8y@ZZZ1"zhڣў(#>k&؅Ԙ].`y@k> kv00t$8u$|"h=E,P#j`% XC3B!%[5(е s](jOLJb,4ӗ h铈'.,!hye&Ѕ.jܥ@@Nƒ ܍{R0?~ F+Q0 PQP9w'F(9$JE4\&CkD`=!.Ti&LJ}>( *X]{y+`#YKIȾCf[`y7Ü d[ťth%7 F(Lzґ.n 2!O 3mhED 'O 0 ]`Xe+сG1@Vr` "@dߋF\gO7 VuH]:H Hʭ 9 FQ0 1hDh ;I}{v&<};|X /$G h%7 FHlA#2 zQ%8[̀ /kkkGz"3 4 ޝ2ډ?B$|5&d D T2)=ڍQ0 FvS]%޸gOM5K׮#$$% k?/o`ina9X@k/!$^f޵ hnp ؛ 5X`etLWO7N udp[]A 1vVkhE#@W πOd.C@wFzMxSӀz!^DQ@6 $ @'3*~)E@]U(NaD Pj %0t4ړ``h"Se }gR`^^44:'7 F(`F(` [@(`a h`Q0l@Vr`Q0 -JnQ0 F4ZɍQ0 F( F+Q0 F(h%7 F(7z101 h h`@Ҽq:7ڍFXm_vZ zhz F{r`D l ֪wXzJiq5((@(#빵k֌)7bQ@S@Õ`\tH')Z4a"=XV\$ #[ d]ԋ F{r`znz R:cvUp. ځ"jԉ"X@@(T3ZZZgCK 7 XkPki3zĤ$"L#=} 2ہ>xbՎU.'+9` JAj>w"P=`@@Vr`/w'F2zW=Gd@Z+vt0@:`K Ǥ R?}B_V-y+]`#-$3}[ R`7Z JnQ Bg]\ d[B#@F*3H6Hd8 X+6`zv%Gh%7 F9ϑr:Ct_ZFRb? yNVl{҄*ڵkme4dQkn|]v?O쌓@@@ǔ{Z@K/4 HB 1hl4a"p] ky@R b5 hkׁI@,̜># b4m $ @'3*+saQC2MD nrS@=Q0 F.zX8zfZzKS3 Ũ-PyRk!'.a0p]Ȳ@ځdBRQp{ʀ7 WT zYI)P%|! Юr҄@ܸv}@{!&'N/ńΤ &ٓ@hk5!&kii=i. KZI$2DZ h 1p]D5@ >z3#*?~l 5Wór\SrVDkN HrˊK 2RӀ#-EΪ@-Mȹ⪏?@+֡d!bWRw΅+@Kh[B;dӀ r(v^`X _ 7 90@WA p>1ʀ}ȸ%dr" d݅--# W C@N8 ;F@@HAQW7WE[gd테}&zS4mpМ ٽ?0 C* _^ i@Z! M F+Q0 Ffs/: @.F#@*3H68 `uKJ] "4`[aV5kAi4ZɍA9pfSutg\Z -bX@,ߡ(!Ҵ۶[$n1E“Q0 F9`鉶N˼gn'O.iv;]6m Y[42S5@Vr`D,!ă`yl<xI![̀ /kr׭Y[d;+@;|SM!kރB}JgA&AXIJ yԁ4 -tbҕ mxL-Ss=@U 3tHvI'`S$TRH}%+u9[&:s\87MN˷p^8rqa)>X]Kse??՚2\I­RQ/Ly (j>J 8bGOJN(^7fQ/ !G`pԀe2R$ 5SV,>6ĤI((<~r9t'&CZF)yGys t*vi+~d u8 -Fn! ,RGSde< v*VY8vydr` >ªixy]x2 F(z9 2*g'l‰@d~'ާ|ߴA>F@sr`Q0 -JnQ0 F4ZɍQ0 F( F+Q0 F(h%7 F(`F(` [@(`a h`Q0l@Vr`z'DHS7O`0Ch%7 F(8yDfZ:vM68XM0:Dh%7 Fk׬V3* ^ޘ`%r=um|bks.bo }y:~HwC)4ZɍQ0@pHY3] ɚ[XTP~Ŀv ҟH߹z|$'xF(@SKX޵ _h`ZM}o>CFO@W_> h hQ0 F.XbytD$u}6i0#~.!d*_ Tqw1\ Y r5LK&ϟ7O y,,,FG!4ȼ h+ƸV@7aB (% . ++o#[ PO>Bs-#/M @x)V)!?@va‹ĹUz&`@) y²@]bU8yl9M2e_"QHnl/v.gZJR| ' b7b_E]Ta-2ܫPec4dz]?b+Jن=_zNL~9wC&2·!h U@gQKгxgW孩aUZO @B:3`8م!w-) QD\[pm-1^^jn`  tB|>1歓3x;deN~qBE~J!SH~PA`OkR,SE<}*ƈw4[@fd!rDݑ.N#x2gZȘoqrCq奾  Q0QlC-!sXw$rjiiM-MкS'N;"%@P3|ϕWlS8. ;\f'H#\%d 3B,*Ϛ gKc΀z#9&D@FtgO7Ĥa htrQkmjgO@B *+]v XBFhxJ K1\%gzyÛJRA+~` Mう΁b Hh'7 Q@d=lK[`.3D)$-J^/ F`s-7- {ϮR2@.AO 6 `G؃vm[wў( )k}$h铧4݁bXJHX4 {onuScpsO "׭ީ F+Q0 F"װ  >]KCH4x /kr׭Y[,0k=|hǵ;wB;b <=<"$2wl"4{]ݪMn![F(  Apy Ml^z,|1=%%&m0<8|G0%&WI_h6RC“Q0 F l.BS`CP2|B퐭0`Ո&HwcMg@sr`Q0 -JnQ0 F4ZɍQ0 F( F+Q0 F(h%7 F(`F(` [@(`a h`Q0l@Vr`z'H;7 g `@Vr`'NdCng@ Pm`v_/u\6i?/o_@HJn+QQPmp`%Ƞz'CtWPHK޷@O7kh%7 F!!9+fW¢ʀ an`|5e@2Cs@ F+Q0 F"w:d,yxlj$  F+Q0 F(6SSo|#*  aBhAcoh)[60 _&B@@ov~;Os!>^fx19L0vP0fHصu-4ȟ7 /۶$V]rB1Qݥ. -sԯO8l9ՌeYk]v-bj,_&S 9-  Pԃ)nхBq#]'hz81^I$%!% kXH92 e|#mmכӻ˙'*tz#02uZ=T85R,IsbCڳsq@3|$,RY TEb.KUXb MȷkD dQW%Õ}# :YMV,Z1 G,]̮zm#?ꏼ/;b Hkk(/0^`NOAHu/,$uf 7t)e1ӫqx2G>JR_ӄWӨYnJPU כOq0(. eG-͹z胭 _yu FS,Mgf1JP1W]N4+>ϴ>o4DBu~8bc3l 9ؒ6 d]y"*m$JϚ&Xmg#<@~O)%l/o u% nn+ V #&9y4jWBaqHOu!Elivu #OW?g ":"1KW,-F( Á\@v=CIm>s̎#%-iH'<  4Q$} +ORQ,,4&in&dW:$) F+Q0 F((`a h`Q0l@Vr`Q0 -JnQ0 F4ZɍQ0 F( F+Q0 F(h%7 F(`F(` [@(ހ\Πk[`%F('OLK:(=CTӀuۤ %VY4ZɍQ05kE7fXP+#=} 2ާ)|b`C诠s.b޷9n==Ы&Y4ZɍQ0@pHY3]܀wVEu]-I_zInj_v r0ts uC W JJn44]nK^>aAr@!=FJn jj5w =7w3A(d$ P NtrB0 x%8hNQmN*-W}q]߹R ]߄7P4Nd"^d]au4?&5B&(~եUJ9p]ƞ)6ɛrcSViA܆|GBZ8(.`*+7j%hP," Uj:o'qU-mҠcVT_qz ޹ aPVNgqMWOw6˺YCޯ?q=NIԦW@ >!nq%*w㏱YN.g OOeVeOco A}Yp YjlvGKc C\_ ?!) 555'Ğ{q.s9J^^ ;E~^וGmjo]GEiNh$YMr:%8:r)# r>㲆qf)ڠחKS*U\ l2((6Gw'FE LaZ1@h4\&ZyH hݩ'`hgXD 8r~ -v#܂|<#n/dP35nۅT!c@OC/H BC4R= ^hD:``;M3 sfW9BؽCs290 wt(T3A9mwqsLA%)< Z^ŢM"X]R=WP@H- u56LK< :+X6IM`5 I 4l+9`Xٌ`@/`X$\06!-Ѳ2 @,a(4&9py=B`΄ԝ{v햒r VlӤ m&`MyV @.<`@s_h~ ͂e&Cs?O<ݠ$kUL#5ˁ `UKJ(`ԣ^F.zr 0!  /lM@@ 4 ŋft1dtxx$%?:]%k뼠S3m|(pk~cpP!#SX,N=[u2 ɀCJqyšm%vomSخ:!1TKq~z2TJGF#csFcrEqI'` NHB$P ఢ] Hd,M[jl!>iR CpvU쨻+7MpMh'NE.˲Jv|*x@ڀjjiD4pM'H!T2Hң"hϫ "$ ߧR];QD~_f&n p2BC*tOO/r0ǜ` Y}hRdHIKҽQ[ydr`#Ei +kl΃HABpY4Aq-GfBz6bF(` [@sr`Q0 -JnQ0 F4ZɍQ0 F( F+Q0 F(h%7 F(`F(` [@(`a h`Q0l@Vr`z'XH;7hώd@(~iY65;RX~^h!0 h`dk bE_/o[KE00"iԵ]t ]08yDȻw튎$^Q@9ћG(Y 8$3Ϛ, `DCKƵT|^u]VهBӀ&kJqhʚ[#W{@G@F(@SKXC9U/:Ѩh %ph`ZM}o>CFO@፯``䂥+GGD9`$o ܀=B`@P1Re2 ]uusC!W\4yy2`]gaa6: ! !¯4CSt>AE2hǠ&P=&t*pH48/_7,@&a7RpE ](n ݧu1Ï<? %y$0*X];Uy;InYnA>= +nAA̭`? hA!@mci1haȒĤ(TpC֦f-/wqsmDHAO"{LZeb& :U&5?afZ7x3`f Z@$Wry@4p` zXh\ZZ IZ`v&rӶkO0@.<` M`=c։\w;M0z@`S`]hz eXh`$`яuL,8$aWX S hFp鼶z ~ |y? XMW%8*2}XQA|Avzn6sGB°3J;a. PQD,jE/V8  )2M&^C!FcXPzm~NTcoAs(%*؄a (#]I'ϦS9CҰ/`oכ1!׻0 F(@\` {Mlcv)Y**DBBCQj@(`a htNnQ0 F!r[IENDB`PK? x;{{1OEBPS/httpatomoreillycomsourcemspimages469679.pngPNG  IHDR pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}v͚=v$$%jjiQ@I{?}鳔tpH:Тm2\\]y`[E '`,N8 ,m[idk̛ofa&E6m ,F3(CYSWkna658qI3ҧϚ JK-,,jsvܹfj87#5MY^(H#:q8Юys|<܏?0Rݢ&,ǃ9php+ `; 4.HE(pgnd.$2Եɓ'//\}[f`\Zҥк[`K&?HHEC's`vCIWZb9JwEtĚebR&$%|gmd ]σ ul;Y4~6ΛLy;\-ǼRi`u[M `1 D@6lE:&S'NBzsZ{ z%`NV&,&4֦f`Ѣ!VVR:""># 4 @ZFL~^4jwgO7#֬҄Իf9aЎxz]z6[(+|f=4yb0kV<*?~ O&C]==LPV\L<hKJ鿦S~&LK3X0o> %`0,`؜vh'N]f/Vb`X*.11X333 ՃPdmZf onnnN7Iׯ7004xƒT2R$=~ycee8q"ډ  [PVpH߿w`kܹsgϞ5k0 0;tRPP۷ ]rhw bAHx:tLWȉ ȁ)b޼y ,ظq#U攖]@^ti0G@va d2:YWpBWG{s9@Si;d# ?Ozΰ&qX4N)u]w߂|$Ҫ˲9a8Pq`%iLZ?UueI#n ">:u]RJȨIm(P)C<;皘 &w-{ ;}UVAJwdqZ4e`F@@j*44R BB ._3R]1V"}l$wիAq4xW'{F'),,- A0i7h$u+ g6>|x@@ dnnŋIuk  ӧOnh_ ib58uuu=vȂ0= Il@6P`Z~?>2+E[[[`{mG@b?G=Nw$?"b 7:$wEuq_ Ƀȝ'qs)lB`)e8kZ0d!|"X#bߗ/Ɛw;5w}[WT|SJ1pLVlɞֵ'9gt$ Fp@M5>{nh)2-7@gQ|rƌ훗?~ ҸD@\dҧN 4£r.dD 60W0iÇ)׭['$$}S\\LА-[4ITƚ ݻK.m`_E`'''He ())Qn>BK.b>gsHb̼y&0m6! 0ɹhѢ!jjj ] ]d333 y𡵵5d>I` dDD._C с4J6mlV,%rC6ű6k k,cbbB+WyZȞ&gʔG0# Xv-|2]xѣٺu+0I(((@SܽOtjժWRl`6 |7L|`gg- ģY`{" ::: m"H :XA[SN A \-Dr*gp PRo+ke^= YhHcZ fZM!A5t/fJ#4eS8sN:p&6ԗR8jS8{/< uC$- ރpBaa!dy߸q#混 2o4AMk`QB"F`J@Ϝ9C(߿ ,eΝ;H!Wx ҷbggg ]" 6pSd$)&VCw^^ȠX.1Y QP5`Xkq1s>u GDrf9?I)j=AYJ֪@]2P$A9ϿK R?~!oa&/) Hqo/OBV4=e;;;x0"ׯ_C>| =M`"ĉ7^q"^i{I_߾}}e:Ȕ<Yj3@ | mY*2X'{ 󃃃Y T#**J<@A; $e`$00Oꂛ dgff7n";a9s-.\TEaBYYrڴidXpwD;yԉ W]2)`5l!6nYFnJKk.!DHROMM%Ý}}};c0[!T٪Ek@wUÇm%x? 9!R8x%Vxyyuِ[hiss3>>>|-0YҐYr(YCC6\xCDDD*++Vr#9@I#osyp+Grɒ%?h^zpBylW&c+ `^ccc[j1mu`?Xnnn:̙33QzF0`4g'u; TwN>bMeee?s(0=I3x/B*tphPJl5#3D34ӽpW+d|R" J1Zu<Z/_ 2< !Ѓ4lc k䜃)mZ^zιb=#8/sn'Q5p2=hW*--=}4ro^EpI5+x999w!40cԶmxxxvB0qD` _rfo@@CRRR߿oѣGO:M\ [g!kHJx(?EV{;Nڰa; w^JEw4CWȻ>}*((HБ*ڈ#PǏΝcԛ7o "r=20mڴkB6XXX\<ǿݸq#22rd; =m 0N;`ӦMׯ_///GkDC lii/IIIKHHhݺu&Wȶ'`ө}@CFoJȥ4[x dٳ %%%#7Oeff&X$~ 2`\PB.CVǨO>9;;CF J %Xlٲ^ANӛIl o޼_ػB K>؂Xmga`&yyQtfosErW=yq}[f.ĵsN:\RJZC&,?I{M@7ɸwpΉ4֒lf.Í1v36IA!waLIO)g!{W0~B+݃a@Mq'a&l4tz{u$L$t%sr&1'_kY2KY ${c їR6Dbs^SwGՖ~RJc _GMp<3fX%dl2cxlllDXLMM˻F Vb|^^phJ@AbN6m CR>bGYĈZ!'h[/b3,bGnnn o+Af )nctt4kÐgVTT?<$z9uT _x1DCLLL'fMՆv/NNNĸ> 233?|0:BD8<0e0`)-t@F&)vv5k4ԩSo:ASm:2|w`O2o|5/1ix+ p`XEE>ٳSSS0ܹs,$$`Ew]H/]0?6vo(]heee1zQ%իW1ZP9:J3!i w~~~Ę-h!N" I4AᗚsZ@ C BÇ0g,4(l!׺'` ~ G>CǏ#8a̵NDB9XOB=1cy^5 uuuC.iOHD(ٳgd'k*F`&ƜOSHYt3GgI;TF1`̙4Oo+۷ϟ?hz huTt };bbb( R+uhwΛ7 c߾} U9mÇĘcAhKG EN-V(^ < `ub˗/\$V^M9ȃ (b X0/ aّti 0v]]]g _wlZmʟsN> 4gĘy(@|2֍s+0Nqn/VXt)w9poۃW^@CTڴi|-Zge%L---R]pȉXFPA޴s$n kG.EEE+%KCv71̙;<\%hˁ-ex|7s8x8 :# ehPRR ko {yy Xݻn ː6 sׯ_/GkT.1lkJ%Y L4 m۶3_WW%H!.]_Ս Rw]xXa]H9}j(F4!..K" Oٸq#1}aHjXU95`6@^yf#fx`Sϟ?'F/2Ƅ +0Oڂ\$y ! /]1 ~ŗ}/pѐt+v%I.v' whÇTH]] \jU]r%ص$uaa-ftllm!dg?f{4ȗqW&0M$GX ;yh}C4D SPW`QĘsq`L8pL NFvĩgΜ!cǎAYh2۷oO=4!+VΎv$< S`cD~]ܔGӔtHˋq ` R`E ''xQxzk]r u&㛼qtv!Zm(mK, a)FI%}X)xs@Ѻ.IHxF-h37 qt1ι tU.!Pmo>0@(=8`46)+ nƺ(OдiӦ/n<.'$%!!| ׯ_O<F5^&L툑 .]y H`ߪ[ӔG{PPڱ66Ѕ9XXXi ׀KJJ0?w lAv`i RO\*[+! %䋳Wc(ÀtY.h6{yy2pĉt|2,9uꔳ3rpuuݳghB6ؽ{70 O.EN9<<k'OZ*K&PĀgЖJM__3p&/b8-5T'N hE`W(^TT4Z k (b bv-H@Xr:$u !Qqg|_bc{ *zl)x81KgӨ]"Rbp2|<[;wu}Hbו^,C_n~ bu ZJPdDp֪"#?/,_jtz ˫i? 64v40 Mh%8NTYy8 T l dI d9&H}nll[&sܹYr_7/0Z }4AAA fgg^#>m/ [![F 3h@rRSSCxxx xR,2(J` G% -&h"ezŨ\vۡhE'@ R XiaVJ#v)s&?$:\;tХKpaaaO,t@ގ䦤s(,k@. .W\A;Y/0ʀ|q C;2eHFp\zz`M-- Pw'0.$z !#أ=T_IF:#UVbÓƔߢec)}Bz5~O֥,4=S6^/]<9BD`#bι9g^Z^9C.o'ADa(>R I)IJ\b.f"RG ̙3ዤ! bEH7 R#A8q"-- MzŪko7+++2>}R\bn„N8X~200@H[qqq% @QQX{7\ H<._ !7KBR$~[[[\eee]]]E@4 uxx 7*ÏB|.KMMş -̉i=`m "4P2O,B'=tl7i)WY6:Y:~$ZEvCeh[MLBFk\),ShB)0R8@u$0]\O7✳>hTzp&V> ~Jo(kGޛtp=o`1^2"%~4}3< e?MtcZ{(S~Iv |#tz[b"1C,U~OE)P}H鈅 0v|<ɤʫ>9O'SJX02KSeq'=ab6DB~=Rʱz ܋)`-%pU59gc@:+#OM]1 Tj0 En&'UuZkZ{%4w,mh(Wg" /77uZhHBB{0w`5\fϞ|`57~Q@3gr4Ab… iD`OHJtusC3 JFuXXZUky7PPΎ|6 ^XXw̙7`i@bxvE`d6s.]]G[؍΂'94Z2 X\g``l ߌLbvrJyC2111▖: R CP̥n9R۷hFIJJ6sMl`yM#]|e\Z cF%22,,.z tT%8k>_  f@ C(D'~>|ЇMz* ߚvu !L4?: 1W(""{ׯ_okkﮄVa.E;3~BG^,}i¥K\]]S&[d6nrBB!%kEՄ v{h `FT1cmcȦ3?@ 34!ϢOBP%---oabb\Yp_ˀm (Ąڗ.]|%ݻwvqCeԫW̙Uϟ^:} L-$,puy |./ L#GG͑.dոЍ)y iR@؂o4[.dK$45xÇkagϞAWD?~S4. JMf@tWgѣG1نI05r5? (\ !;y$r_5 aCx$S-x[T XϢ:u*{F;_TI0X?Fdw܉5!/Hⷝ 1F^|E.! PP޽{tiE#od@] ds0"!+F Ǽ[8d;28>:E/a*phK*h1 Yi_3+섅1S@~ox /BB;  h //ѐ)~:|^ q 0~5A[Ìc$2PWWg8ߎ6ݍU#d^x}@;h#;d SX`\˗ GANr1o߀-Ï2$@ QwK.S)o"h \\t)~tuuS1+IHH`ըV~7̕R ֯_Uz!/.[a $y [ s E| !<<:RcqN-ǐٳgc@ x)0W & f8Fmmm4ȮWƍvB;>+Lъ$H4 ظqÐnUUU|,.`-?昛#d&\=zDŽӧOCf @^^^ȷ"W@lYfEh"`jA[Z oh5C>uI\rXuU;ئF~>>7oL0q\itT|LHkmY tvvbOHH@7 ntu<V3g_]Ԏ0W@CV+ٳg޽ivS dr3K}X<` ݁YZw&@pp kgPq;p% ǣh MR HJ)%|sUc;Fb|R_vrʕ5 8- HP"}Ϩw ?^SJ LW[^-$5Z:fO 8r3j෕w5K%~ld.\gQ!MiQmDD(GΆ~#,,]A ^!Vv/J%ؘj2iOp11w\]}JIx Rp'B&`O_q0D֍⒌6~H+&4k1xK80Wg]X-Oj%_5䶾ff[IGd,քO JsI2.c{g*]K !_;/@B -ZbZ$= f&N T \܀Ɣf0R1dkyua8!8Z0ﱗgޟ( w}ےo1\yJi練1#pJ6l8@nۑ{g "cd $ \qqq<&KC{.XOPMMM<(eAr~z@jyq__Za7AXp!KuV?RRR -#?b?Hv /"R `۟`S pJ,djj @20vrOvvvx̙8q",\_xg-  UĞ={J`y׮]E y!0ޛjx"B!I LXW@`ffDŽ+}G ܹAGGG.@Lx&\ژR!6jxvWoa4XFY*C\oCzEDD bhׯ_( c&(V--1@MS |-@vXvSN{|%51 ssǏ`޺u ?A`YYY0 BA4KQ13P4TL HHT9L I&t.-Bq+)z,]_Myٌ 8CRʎ9r HJ`դl3D<;hKۯ S9*Ccf1RZf.@Ⱶ}(PpȆGWJy}PO1FM"ڵkzzzxu Ѷ}#+ݻm&qX+++R ioosQ[͘Q B]p׹pV PUU:|-V y\A };3f6_%.snn.C1@83@SSsѢEn-2G>H>}z@f` P9jd7 | ?|ʂ\.\PJDnc.Alav(hSx򀴎̔cZ">!m%[>111EX^@lzzz ԗ/_Ҋ I&eee u b`[ KPv 'O`]s@ ޒ/<ӧOX{n`@@ځ' ),d `U l{O/$`̞={0/Yd՘,;N cCՄ-[PCK$PH; ]k}~z"  bO2۷o6pи=p:7ݐB:X't$dg]LˁpQ3?fdמ<74LE֬Yu;$Hź~/~n?L pI*`pQR WPYv,PX0ܹn,(ccck/~[[[;9fr*I"""[Jh^@LӧOZ*!/JQ`wx3ƍK $=h6[\\L*ZS&xSZ_Ń@=B|19& +pb`m ah=` b`$*)bғitJu.Sl+`RD%Ah3PJy7Z 15ޱF>O'ͼŃ_J)R튼11FX\?z z`cD^-e9Lh\望PCmnw#9#~aJ [|%J5 uѡ^x1T@~iĘT,|"w܉k7pu';L*|hӆ~;1",ϟ?^x~8ZrYNF pM̎K$p"T ȥ# XYY 鐐`yOpW_w9*]bSM^|֮AaW? ޅ7.A;WFFX6F Z?0FGTTpfɓ'WM%< vճ!ua" ,͛G@VNNN,k#a`㑌9v_9\;(@g o%f@LL 6C=Lp.-W***&cfǏ TK.IGhZĄ9 a¥Ν"1P%`g`Uxv̤EA:@hcXC kG BsF!,<"`i%v hXMLFL2zQ Z˄%x!4MeY MRUAl3}0J)(4=1RiJX8Ka?Kt3b;pjI}oYƒd^BAkܰ%OE#1m²s^dHl!H)upG|5IhH1Fir0/VXߠ^>j䁽6/m` R aG w]_"~I_  A/e9bEMt2c\ٰ*t#pfcnK)8 y& WYkc:-|-߇h"+}sy ޕ@ 2CTBOAT4l<R`#*!f-[aÜbŨ1(9W$gZ)֊[ϵOvI%C_.V˹է-^jMl""CG$^9vry._lK6kgy)|qsO+ZHEm?g|` N،( @p7q ¡mi՗><]^2, i2)aU- 5FLaNPjm JLNƤRuA̲l6 ^:e.X* #>彧),"xi fuNq]Rdm[a 0q P#!J6`&c`Ē$M+oɖd,_FR o5{ =s!*A##JYIo+.ʒZ+>^Z,1\>k;x;&9++[2ׇ֚sNҞ$-d(QRw)Yپ Wt\}_.JpSwy9 1){׎!D YQXSoCGaI!b_,kan28 ϝȀu]s4]ÖDsW)A|kӶ-E$gYzttY ƈg Y)g:j RcT+( z1m(S,kؖ8z+/`BfķmZHPDaI9(<\p9{JVT;\soDN[ vh[puCK!UXɉm kq}¼_3//m #f{!n+knnF[5^[8 Ճå2vySiyH~OOloxa\y%QQQ7S›NÁ+WP1222 y'1?::d[ +:@~8A ܻזRbԋ w'*B̹t]~AѿcdR } pY 0:.+Lm9g=bUy"'"wo`V64.Uص.d5 {A.aL3wgѮL->h`GDWd@J7nNDj֫WG Zŋwuu!+!D$1uP 6Q6Z| VŋchRXaВD]v?\ s'P=kHx=I#R E`6X92ғ5RqIyge7ۚF@hv$3=Zs '4k 3.yRm-O/oD_!XIZ![\6ur)II"_u~[kVo6y<[H)-[D f%A+8UsCI<;{C(xiGEz9ZT%*QJ +c3 {2L/49rKI҅$ɡI oSE;m !V~cZXswr {I&&awEk6^1$VJѩjeC.tcD+nTAMaN†)DA !솓_zfPkmǦs Um%Ž@3뺬ǃ>̕߿_f SMh[I7Us!Ǐ9X`9҄v`a dMEhWF`Æ hx kX "!]0d{#-pO) 8yP/pss>|}3/&H@ dQV*QQQ+ F+c,2@>`p?D|>|Ãvj0B (NNN|(:ძ+ZAV+Vhmms\Z̘\W#/C^iwwwL,I|oo/0"HvYv@ Fmsz8r DQQQC~5utmT#恇2223f̀tgYx9ZL=~=8="s36dm^^%0)`Uv쎎`GkOWQQ˗G5T7nذazc;a ^^ޙ3gY^&&Xȥ;GH ޏ7پ}T |x޸tˆ@QTRȘ$ԐCŋTo "%f hiiIJJrA@333cMn+AKm 5A;w"Tׯ_GKhWѠuqCr+++1IVS`]]d9'+0@}?prrR1LLLЎ _tB8 6mv̆q-%//Ƴ l ^  4߿pngg'.@񞞞rB !xZn}޷fЇb!.pέ1^BYOW{rA"C$n]zo/ ](̡HDD~9 DJ)~Dv:{?x/GcpB I9g (b;t)G`maG 7p+6R$MVfAbl ZK |hr9YC2d$j=5RLyZ9FGA+JrORʏ5hQb𧔔Z :_@^z;HP"$n0C0GFyi?Y܈1v!nDR ;{,_(<{رcZ3^u3g.56 31AN>סN'*5 9sֻs';Oh70obbbL@;ZXf -hˣ4M]+6 _8ӹ. j6/hwDB+8!ܐxjZ眯ߛR1>71PRʝ~Ϋ`paQk}|'E:bknT␡~EL8w1UNJ)8sRzv.!0z9dzE9@4vvvT/nyU>`C v&:\!ȧHR]]]R&y8q:Z <ږ)Xh&Q"'-x D6r # צb <֑ (opdq9֫999{ J;wD+w `E~"U"/BK9A}.4eDC9>r( xiի!7n`VdV4ÉBkDN)c=i;BҥKGCe06aIKKٳg+++Cv7g+ʅ/@C^ui &&&ȂJJJ 'JZ 533cff~ rŹ4s\111ر"LU!8M΅~ k?}ݍu bȜcccY]WMc hd$\ot!R@oٳXPRQQQ(Eʿb #vf)+$$k$4l٤OynJ)))~t MhB^ƀt|kڃ6{p&'' )rÇ,SLYnݦM !4`@jed?ب/RR`4D}`vdW\,ddz H>}zESpU\ٽ{7D$O *GuadÇX{0wxxx8C`k̡7`Oyz hU*mٲm4ZRc[T"'##|p'w`M| 260Lb\GV{YXX6^pr%@ӧO-8>€8r@[̌lfGGڂHr' ,Yv #G޽ Cz8;~V=8ooo)3'#I@.ܝ5k֝;wbi]/_PQQ_+zcz`B__¾t֎NMюE߿+ ! w]XX`XB>?l)/V ]4G‹P0A{ _&.5Mc {gt0PNR7+4z(QzXhuk9H|7ZlD[kת[Il!5 KHf0CnL.Z ]켝xXC¾uAJ)RV,.f3V# QO\f{c0"  ;|zvn@fXYYT C%...xf0PpѢEXM}f) ܔ*(|_2aU>'@ѰT!G+ .5Zp!FEEWsа!1zZ'=p!&P\O)e6 PTj)va&wQk]`urvu>O8T8d۩7=c"* Yjrp0|1FV[%Tit^\my%)%fFļ>Z5A/c)ez4BVc=8tKX&Zy?e!waD%h؃߹Np<ш( *=2L~p Zx9Grz%NN?gXg`\h6§1 D$B ΢߿?m0%ܬC9ٜ Ptgq1pto!mGP !_!hVBB~o9pcqQiBƜ.]+G(΅vħT N-3G/^"^Jy -M)Ѧ} WNn Jr-{){c3wΝ+{W@xt?=m2ɤ2@JEGG\5nb[c?we .J Rψo U)U.wPzm &%E6[# BT8H %3lY7@4?'9@?'''ϙ3-) Mې%pd'O 0cxBsT9=r䈳3.ہ0mڴ<==EZb`|Xyv؎ƪX |v˖-g&u] !s {Wp0%$b&=Xw^ # EO:ɲGm"߅X)/v|ٺԜ F1ަ wV+r<;F$d5=a$NPHΙEToL"Y|GG#648͓JxE"I!0+H(Udpnw~'VZ&cpB)JRy ,X9o`+ ^%w&{P#d4FYYY\!w(!/ڐAJhAKK  XrTK.ŕ0~ F4` 9tϘ1Zl 'OTTT$? y(':a[ 2V³v f{Ke`ƆtbXwZdYy5`ІQ]6!Ld6v*(7B 5 *:\IPR ׸0mtwwc7aN! ,_; 2 3"b5& c hZ›? c4 H%7PKDDV:5 d `b[@p[ ބBpY`:@>E ?ڜ)s1w͛|)'n߾2Cb\PPϢsHm_A&&&d{ DGmK%`%56 ?֎[C3+F1dx{3;;;ٳTB^揙7hAS@pT:JhW)p~U fO$xq]9b {gp CQ,,ɑI8q'?J8IFQھ_эX{:r?;>Lctֺ{ y1iMyZ8V.\-&(K)a?Ĝ8:BS*p'|Ƒ [c!@wtOHjL^J~qmݫzX.FoƦȆc}lȨ%Vn FKn<݁/^s%PDn^!'[F-ɓ'W"nB).^` N%&^hѮ'*I200c0?B>aZZZ Tgg'}N 4!אǣݗ #l  cz%03dzC 䓇677 h'vV3"\\\;NΟ?A_\SL!Z X1KK@ !n {W1>AbmkO2!& ٝagVNuBB R9V(BȚ cF)%ƨ-K֎ij E(c`A8L{a1z){pFB]6qk-܅@NTgek-|o !Jɑ1sNXK,g:<k-h2M`Z$RГt'! I:TDl8yR9: %- u]SJE#3tڶ8!4lenW. e>,!RFZ/sL9gxLZk8߹ DZ2czEN"y aeq@ؼ}1 CԇoB`g \!1[`BMA\Je\L?{&h yy9BT^YQ%2 `11F GKqAE})RiQp 6VL7RJb'\7{^^4Ty)'笏/H9S)3oh}9hZ\+{W0$MlؓSs$ř$[k1781ʎ:8:rnD+ ,|;R ZUHs<1H=omJIq=D3R9g Qxwc e.o(r6K;ׇRBr08l[ѯTv0T9!0Ωټy'.CސMC!ܹs!% 1ڌzQ@63gus~+W0+AN ^t ׌ZEEE1W*襰#T9ȉ$@ijjaN-큷5#䁉'BvOݴi=ӯ_#ȧ`6KJJ‡'Vl`ÇO<@C|͛hW!@zhZvѣGDN'1ZC700x"ŋcdCM쎎Je\#gIȌMAAor z< 1~d@ ^IkkkJRTT/Z {O GC0ֶ.Є;w***h~a=Ϥ : OFn:va'wZf@VVvٲegѢERT'eaץ\!?W%mF~n`c]|p0~hHϝ;G: JEdnܹADR G7@N...6l "eeeN>-撥%y Hw7#יpvqq1rX=hh#Fde٣@ii)rV @ 0BJzhuuu'`^d< OuIII5(30DIJ{ ^F)()) T` nq, ,6il*{Dq #rTd1z: wYmvĶK1^<}\iԋ.sfԣcy^u{~Վ!_Jp 4dwbbb6+49sEЎpó唘2m0gQC#.amBn[(>~  wRl@k@Ο?Hx/V:b[Hy: 3XYY>9AVV8ǚBbҜNNNƵ@k]J7ɖW + =M]J!>3j#hyx!`+9Sڔ)Sܹ#//{t J̨n&Ày| kE}\7@KO-2<==-[6c 79Wڡ-KefድTLɘ( ilO >|3rDk1z= زe˙3g36a/+޿9]C at4`҂ b 3&q]ǎ@N"xZDdddkk+\r5HLs9 Ĕ@G{piiiDNxD1rb@>T\\ĉ~:<3E 222d"O޽{6a,)Bk8s-.K???+=n@œC2CZ4hh+ViQ礑2G9s栅<֎9||mހB5 7.3VVVhەКZpdtw*ME݀G@1 ͥGaE^r lv&$$ɓ'7o&~z|wާOoχBbOD.^H?*A6O.@vPIhXCva]z5Ǐ7338 APҒlRlNJl|I@ '';Ekj=nYrRzrk-8,W+̀f IƬ`~2 >g@15s΢|^y2F"R̤>=q:0Z,).ƭ\w{ c<.IR]A 4W/gxT0hAСy,bqq}9"}nR?m5r!UȆ3`x|gⲺt6lûH\SA~ݤE6صF1Wx2J)<'`e!yCUz)2ij?rZI 7$ /` @&L ddܷof9r2AK\|< um #Y`,[Gǀnܸznb"?&SR'%]\pYX.\L(BE+Ha;3>E!x/g\Lb0؎}0bowI޳]B fbY۰Te%ւ{puÄ V+W\?~u#7CmXbk!yWUp6ӑ*VWSCc4`h"ceFj<ܶՎ!E8a߸y,sDzp%"0-~RE\ 4ш{7J 3 5N(k( iʲ!1<O-/">@ v! ~jbcc\kRYk LFrTpQCIII+!ne{ˉш0 9a^&|4߿#J] # P-+x[&V+Rf4̏\C(LwlWb٧,+TQrL~9]Ux*"V:Rv` gt!q2}r'*m{_W*Zq@l/iuKps{ \k׮>}={ZTp1`~?ԸBKYlBp}|2_6B8^!O`5m \ё؍^ ;w2W]h$ T,GC702oSȔu픔4qCK\4mxa@ 9t 8d< `H{Μ9Ǐϛ72V_@FAn#ׁh}@s0gvl+6[>|e#رF7@hֱxl999 v$ `y4 {Wl0â#+FRW!`C/1Fݭ{3[{f1"OBSS ]m0;)* )q΀63­6olqo+X rh)$hS.ptW{620'3@k-z;;v AR:XqbH><9ƛj?Q'̑]Q=%om 4i$ >ưI5s0-{i!7:99> {g0CQQ#{.=tw|u X*$'9>cZ< w=.0SBL\k$Qx+R(hԀtLDEB'J)  cp>27DkYg, Dr)޻AKOm9>eS1 2** t4ǃd &@fyd[iZY9vd. 4AJ y,hhef˅7Zh$!O!OxV O#7;Cx/D@>$H]A@T}6d+I]0gg+W=z1#$‚HCQpא sD&R b@q`+YMpC?LD\)%CL 3a``a6cFHk+Q<y*u7!OAzW9>kfdfD]jzUZK!m0sA>57tpD$dĎ+vĈ_5]xR;g̪r̙-Ui&K0w"N L `ժU3is~x6| -E>.mh>N/ ۝0CRSSC`Ȫn///ϸT".4 r$f̤UvB$#@A9 ;ap$%*9Mh>bR#N̈C6VVUM af) )ҌmeD79<0v H_D~CUj!+i(O7I P+YȆI4?3O A׃r |W߇F,Y(L`'0'0ݐ}-()3g ;I- F0)m` nA!5Xo#U\ͣ!A|NVkf GŜ{ݥ-ɆTy?e{t,ƚ:#x|.30mUUD;EG3O$׍ !2ɼx0 09]\bcO+Hao {mBXCOyk)RZ*Ftx9ٚd24$5b+ թIƠ7 L 3ufM23"~MPIA4F"PzjJikՕ@t0Ix'ctmWzyyZAd,;B[oF ljcN9sfڴi .|h;eK͛ŋ[@w)e{^=KD&WdIXOCe@@@EHbV 'Y}CsHû]tc.G^ im|(XBΐ<000hUr?s9ȭ4*̲ /Z'm|`.w60!`,YP ,sEB_:0 Q^ܝv7@ zc\T#'aNɽZQ_L}H)eE ,t.tR_Ӝle?}#l6缳.JX)GCįib@2J@CNmE;$\EF}@eh'ځ?WQQq۶mG\i ;)Ȋ&$Hui "h70c*ƔlMQ@~z)))h#-ǜ΀wcՊnZ @aE;ֽ#  8M1+7ګϟ/Ü,CBEޛ@ޏk-]avWFƵ/ Kp6jhЕJgϞ\?)˔ T.| CksrŴ-,@ŪƒAX--#|AiB||u4QC: J8^iE1lWY4|Ƕme?%Dc{޼yD1Cы \?MA> ɍy~0k֬{vM^2" u;CM/ hgO9T< {W0}o>B]~şU;PbIs4}2[k`+ZRŭRVCK6M/U=VwXMuu@/+sn*c $6(Z9{GlYVjO,]ֹ9Gmp5t1GSk]7119_٣K`Y5؇iZ,SUH2dV:.غڈh@s. :w3j qA# ?R=BRmolYkp&̐9e|@L\8 0 pD?Bá)KtyѴ&j؜S1 Fݎ;ƜE[ ̆ObN cEMrRuкȫϟỌ+noqCNYVu#R5P.=Eeg`r0А)~mllٙG",#aA~ >vOq Mvh".' ʀ2B̙#?.9]ẛFL6!m 0  !V`{OuvrN: mD&8(.2se˖+E$mՌ|p<":LEȫ^V8ٳgE@vB `+X vi;`ga.w}@YfWI!7:"Iqhj:\ UUca~Z_:BP4HeLJЕ >Sxm[04{ oƟGE}eyO> <#8M}E#y^g'`"7H4Z4I FD?Mm_((^u]e5Y0 [n#UӧO'=áq;_fډYh]C*0@n!MB[LR7nmP.]|,f/&!r藍u$֫w0;01 |Y)2# ܹa_4`_3J_=Qgη c#JN\FRW okGj̯\iyIUU2|:|i (<@D26Qs7WB^Q Ia{ȡ]€mdhDyѽEȻ$d} û]DK% \ •! OӸ$b-vȁSPЦ9&њx.'8y&k, }Fd|}|I1F!/A?v8nT,ĜN a\\\}FELȃȭ!qh;7 O4=x€,wrr.G#333wo>1ٲz(X%ܹ ֫0y&0Ο?իТ"ix|!Gfd)z}n| Io[[RcǎaM4lKwqjjjآ!+=YHaiC{M7C)++Κ5MKKӧOҟ?ƪ́-J %`,+ >^II$ C*Kxl`Ā#`q)***!!1# F… 0bGmM>6D9nL%%%hؾ};~zv`cjt pO" 4k֬.h>X@aE)5"0}V"617 Α xMIIrȂ?<~8lhh =}utt0~3u%K#+^z5|N)l,($<-o;rJ]#9jhJ@?z_OxFkFǛH`3>>B4۷odeeAŋG :wQ{H<^vEUUM7 9<>B;2즹 4J֊ ,@4\DDDCCٳg@޽۰aX›T WAd߿XOqFTT???ǜ9sS>ӧ,8044\l0BVOBkevcaa()))`ԿyTfdd5: @ #||X^X"&&FNNXBܓ'Ol޼ "׭Λ7?>d`0?gu"ffڀ8;;>4Lovvvt8< hD@^]|p |L g@]tĉ &7o,((B;.>>|Bg, xsdl31̍`5o FKQ0 F4ZՏQ0 RiQ0@J` SzIE"IENDB`PK?':)C)C1OEBPS/httpatomoreillycomsourcemspimages469681.pngPNG  IHDRE pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV1Fo(t%MՐsfCbԋ!PkmY0,xx ~APtE`)b IBTA, Z@0so*8وd9 ?;$ @_RqsSO)u(cmOtG1js1s# Z4 1A)會WBV]kp#el0}*FE (-QD[~=W8w.)XZt`cJiTnW!A1)sVM&D4`[9WJ9a8a@+Hn;>>>:ªX'>}F`kC5> t IB 7ܽ{WTTT]]h$O 7߿.7, Ghbib6 f@Ds\ T G׺Z/d݄fo&=>OZ jO@K:8خ_?Q9[kRd0蜃]rϊlV1uH)a`c֮e'Rr򺨔BυpEkkkC!f͚ &iiicZ^^,|||uɓ'+**nnn줥H`ʀ,ׯ_rrrr=fKYYY PbaR]pr5EEEW\嵴ŋ>7FK5cA f Wp uq(Apq #v \wJP1hۜCHLllxrܵV"̥ޠ#h7[Zkwcܲ@ns [aqwzk?+D]'qE22=.9CB + p4PJA q/w~,~O̐p7;ĵ;ƀ**p6sh`! Ϻ/>?z BH)1{ŜrMjhZy&MTΙ躮myk-육 E! E I40 (&a N>Խ"){@m!L9L4h^J!SPc\k9{/yTAJ1Fb"\3DsŃA4:1Zk!*׬e)DD|p @Q%܀={p+B70beV;0%378K³QAה\ZJz'R.r}Peue\xb qz9gM,Q5<^{?Zk 0 ֚|}s1 hh6@ x>0Hqm[êB+I?v))}3āh3F4.P2=@/R@Tp^+#6vWGd)ßIg>K(JF7_\Zk!{IJI$"ضSFRxժDC5a48?"1hFGe}xY)R\L1꨼׷8uu !}O)U@o9Ca HEM{8R G٤  !Hܾn53#%`}DžA,iƘ,RJmmR+(d+E1=3؍u]X=Zy^M:`-Y8`.hMӤ8kx&~a)}ߏk5q&s\|]ut?0,el?ݶ-8؃iAdvVPDqd}Tֺ4#ЀOJba<6 W!,mۦ!梘p| ' !|.]6*QzDaw  IAQ\+x k(ަxk Ye =@ل1[J)3yI^~fV1qZ~Z~/qbu1R 1TqPpaI)A;"M"/ (A)KUij@Ez{-b5H/&b9B&$3h PW ivBT=ąCo4u*$Wvj 0|&b>B^ l 0lrEic640X u]w|G Dhy),[eY ,/RaY1q j4A 3lQ8nUU"+(b} ! ۶??2y`'N-{g !Eqsq EG EpZA eؠ(xw.>п/MsY pda߽mB q+I 'a7EQ"ձ8vKho۶`I ~h, 4, Ɣ(9amaH=.x,8u*Iȷq;Z.we >PqeIvOqx ^&{MP2+s1H6iD~?/` |nJ|t1Dx8`zeIt ԫWu]@K,`:qXpsP.]Cv_uGʫmC8AρƲ,4Ȗ,9ˇ,g6&eYB;P,1NJDɋ3B5* 1[A"F~\?FJ ~fx~iR)`}9 u]_v0p&%@؜'dxa`Q+079 kI{GZ[=G\' H@|] aǙv]֧HJ)ݚ}M+H%%ĕ۶`bGt@XWG#ZrHq@C5S,jyUU0 R(,boQy?uKp+``AԺ+R@=Nqm[! cKfjpc%bTE'Hy&94 *Χi뀞VzbCQ˛}La>P{.0ÅϷ=@KJCO 8Zqj)9/ğرY a7ow.[ߡ_k^|_S*,W#?>s:xa: q!KlBٱ/ Y7p <ӉQĞmQ{'3۴gClO>d+{$2I%n8Rziw{g ,QCJj8|V>[<UU˲7¼( };n%a#Ƈ`M,(7`%}f``6`dj64SB M6L9޹Μa\ x0 ?\|V $VU%Ɗ'ߑZ0MZ@hJd/&܍x<#/,IPmۖe>}Dyq4MH`B  NfY[m^$tYrLke݇H60I'`t ~?+$I[^u]Ƿ{N?)iR|c`atA (̈́31qB7n2|hW؆A h =C0 R"5]*ѝpol#sooxKu]i1dhXLpmb KVZ@g? À g2H0YK],QŶ(\v˲g𲧹ЉUL]t 4qnp8 @N7M_ -Y20NYǹ2pR,t6Qa9R~ ymޏeY$ͤBW&1M@RHbQ4*馮}TUE]"Ed;ae Ҳ% Q2 #jeI$pe9ξoe)@&m [6y>6MȄ yՅyu OI04h~QeO9]yS$^` 1G&tزYEIg7;c@/eiaH~)Mį)MIK$>H6.eYޖ$A=&|p#.<<`m(7-\f\f`;:fBS(T)p܁-~$y~}HURl t_oH ݒi z{[kF뺎;q=1Fy=̣_ڍKp۶u]!=S0=x˲T&kV?#=Ba )N}$Qc$ooȄ.hN1 Nt$mMI@F 9;3"Z9.ށI3.1|å1 0 ycm!b- XظneabLfI~bL 3StAc!B5'`qDFz9K6/sXcY8u]i"jN 8ZQIx!m*Ù҇߮a!PpM0ИԶmr֧z\eX{Ĭqp=qÇ8;HQfYV5;}rtgjEP1XBCtpN #GQ_~ UEYn<'2$e2$ dpH){w D9HBv3 Wȗ<aM $!Uğٝ[ܙy?NjS??udΣEZU!0p;&{W];cvT? <][qm4 |5H]: $=C;wmNDľɊ﮷ypiٯ$^T53eY7$RRk-3Y 7@}Md/+h?ip7gػa =Dd!\! 7:rG>̢nMM,}Ur#˿^Dq<<-.+-l 뺒a?{spCL{q׽^!.iPgQmɃ=,b E1B;k f;q+ԗtdb^j6*'k@ 囯O3xm uryEԥIߺv亮[~_ŌhU^dX2|R8,m),}&Ԩf`NX_0` ƃ%{w0p$\/qMuEa~S_ k-kЍ09'~_~?O2h'B"Yqd')gb2U„ٺ2轋0ve(34N ш[JuHjY`R]'B=IY*=:a`.<)=[Jq2갡k{m3)vǦB(^ē_pa1#{wl DtHa b$ # PYb\<{N&x! /8$qXztRJ; ," Φ?+ c>qL9E7`fnZk)'dE ϙ ܭXB#HKa_f[i`

V,Z:LԄEp Uʄ?l/;A ٽA/ z>xT)M"Dq?8Z_NL#)AۖJ2H d^~@Agiizb!A@x/g'V(LJd|\Z.0Hy@(c 8n2) P:rZ蔵Odr[v5D#fQ2ָsͥ{#`hI0(G}VDg}~ Q!*`x]a7AEb+3\Oz:T%*%l*iT/?^zZѠnufɟ(h Znj'̿>qj$7 ꔒo` =\KCcTR-%H={?1Xb-m4oMK zwÔ0""8!sb[kgRZki*iȭ?ڀ49$*sQA{h`8~0y3J)o;cA Yd&G_8;t2Q_jLl;t ?qJ8R%Iplx8zcjb"m[JY&7HL3;E@D_͂:Zh(BSϜu]s!;^3D`Y .Qqcto8Mj}XP 2<&i4u]WUhyh;{ʓLj$hf8n,841XD ( :P`(N|2q}kT$i7"ڿp.<w8 0V- b 2qQ蓞UM+U SqO/׫ɖ0my 4=%mLmڶmf6BQH, `W(F;~&rbţU f'I2Lz4M1iR<_,ÅJCIm3X 9y1u]}G`jPw҉gK*5vydg&6a=SiAybb8o>CbT,"F zLoҝ/ee@WcPxX'oA?ieYV=pËw;[ ] s Hp(D!ѠHf/yI)2ZP-&aYKDy>>ǟwv]WUնm4k,{5XQnqm(_ò,/W}uC;<LZ5{FG}0\!qN c4M,g/ˢ,Q$IV |?E$\Eye-,r}mۤF ǥrl6xĬ'@YBwu0@X4eeHH @8I_^ ii}߃];BGdRCwh I@u]WUy8c֝tw%%g :YA抢qL%ׁddsiYp])m61kBVNAmeYEa]6aÌxx 0 Q4[x$=#e`g'} )RbE"uu}t/J;46b ^}i|:nZl!5tt?}&J&X9<:dExr@Iգ y"ѦM%Nx &b߷n~_uEuPb 2-N˾dBCVkxso9 ^!D ]MkuQjOCk~)B:P`[<<`q (簀B M(2\sl6D-7N+ #~e^gc:-}߉D5qQV+N f:^J!/˂tC5Zk)nQ4RhIO8F5M%eιa+ofǑ|t]E8<Ͽ80<`xpw6 @#e4x@ ,@E]ҤO.Aw;0}3`nw뺎7uuloߣ8xعBD5K&91M,:~<L)żmT]vrjݎ ,f,-BEe6`aT . RJ?jd'yz庮NΆ?CRJ {.0 S؄blY> ӄ4 Vn\}pmxxUAK#z=K@Jz OR9KJ*D/im2Y uB>~A Xkkh )s@/:Rr۾FZP%JSy+ @0ǾRzudT֧*5,8ޒlEK},\0\0\<@d+r`$/үvJm"H릪V h.}X,zUN`f;̜\ 0qb⎱#'0ЍXr&BXU}17 +wG8'F6C#z {p\Z-,`6ABBǏ߿~:uEu.0ELsS :::uwWAM~ͭ[FhbEb Fh9,¿؃UUU1︧@VGI`SmLs ~7@ ;'-2`a8w`ǣa41"1@U@:z'0KH"0;w)߿F^gZZ5$##sq*rs)ݿ|, R###AAA`J`WWW|hbM H #0=hp`177t*~ // م_%dg)rY> 4 b `O|HLju۷o&@0@B{*ckBPXٚhk &pM<žHnC2|dT-pgT5B@] i/{1f]W8vax{uZKL.h%wN|@V{!GpUß`x&w(@:PM%{"Xy! 6BEkG)- 3oL^=F EAy&~ 0#z!2R5Cyg80p`mۆ^{k7k]Jp},۶e[ t~W#P`뺆쐖e>&󽌝Z@]iDu!% F]ו#i#\%Ԧix9G~h7xx `BQxzw5z p !\p ?ptq\9z$8m+c&{6k42AP`۶#,~oiJlo˲)s0X`Q$( s146SDA L6G&cbb"y!&Nb&Bku^c] u]4xARt}7 |>m) 27JyG c4MCZ8s,4a|Ĭ z(?# Ppt+͚DZ]"7ѪPmldٺidb ΌR$Y9z:k,ݺ3(ʲAB5%}} Ïۡ@ *042   `d! I{ujw 3t1#ؗq6 82yYZu^uoڶ=:U""~znq O۶c?bSvj0AtTUE׋vN$(y~x[U<ϭHxqXZCP堭ib8ar4=Ɖd4fY&so.MjRQ꺮Jl /Oïݱ@P H(($b DDdT@q["Ya.0zH ˲cZwu +Z95v*̒$Su`CcBQ훁@J*|UN,7M3 m]CC=ħ, 4"@;jm[n]%bQ|mZ(8Mڮ8O"l8Ԑxw6 @]dF`D HAtēJ@>d3ʍ/S9xS M4X=)] 1FtxO&x} ^B[k"0UsvAlkz"B'/.d<<h,`&XO B`N9@s=P 6#`CCTTTF"0Q?;Hl)++a0dFhbi FQ0 F(P@ZQ0 F(F(`@@'\P3IENDB`PK?C{ŋAA1OEBPS/httpatomoreillycomsourcemspimages469683.pngPNG  IHDRD pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV=ϓRr=ccRXqZsB;v]R >k-r3:X+!I \J)R <ah !1yn6 ?2 h IBTA, /w \.dgfw/E01{({Vjݷ9r{N` :N9[1fJ)5#&$&rޘs]k Z+$PJj:pt+J)ވ/el0}# Ѱ`e.J %ڒs>ݭ1swq= 0+)r("?З:\JY4֚1gtΩ"lFZ pؙZaðax!FiCH' Kpݻw!uuu`w{>0'욱 !CWp'p [7pp8RL3vRRZ[k@)7#}vC2{8R<7pɝ|p}` lh]~QmFȺLxΝ0-Zdjj `*}%`)C`8s1 p` G.޽FðO 7CB + p4PJA Ա/w~['w&>-}crw=F z{/RcJ) {s9́Mj䠵zR.sކBːH)9綃2{an7C#A:d%:d,;0q}W|LdAq4)qD z;G{q#GT0V-`"u3"h9pD5ZT)~_8Cu5}"&Gr` -ZQT" t"? SJ)Rn0'^7c A ܀ O1ܑ*@A h'laQagF㞉?#9!asδ @k?یޯ@Q}T!jR PWg@oEZIru²,RO,ݕxXD90(2;[k1Z뜓po(H)76)f1Ѥ ^\ \+#ݕmME'm7| <o iz` Y@kqP_Z-TtO%bBHs("V#RƏ_/(FzXcӄO#XG_As۶aB9˽"hB Qxyb"|pR8?P.W˖DXL4ͲUUٶMOIyPv]7cZ?d<@qQ1@rR_D0EQ;,K]עLaYkܶ 8@&$\da =)g$Y5My5|a2(ǜUЀu=E8tCysoۖN,KTuʤW[7yㄊd@Jipʲ4' y'Nq,9耘$h|lK+U@FB?9!I8 ,۳ovg=؛17s9^_۝#N:f3{UM)Lae qo۶u]Ǡ M'/8""I_ꙁ(]Tk6[Y#} ufHcAڿ.T}/*+t U5P4qI* cxF4Չu[",RI0[Eu]d~%pYa@w8^br x>mq[dx){wl Ct  k03P9%1.I&)r EZf?x>j1:pǑZ+c m}gy'xh`6M?%*L<<^bc+R NWM{J$>DrwHC dZHd],yW:%'s(.#Tb@g$KO2$(5Y5R>y0ǁ9㺮wsQΟ1~D?{ŢC[H40#n۶+o0` @P+ *H8R q' Њl38э'80eWʉsiSE~} Ӷ-}J)y*I;+Gػr4׀.yIH0mۍVǏڥ=cGY]UEEme1#գID,Zo(t JPv4]L~ktbCdjuX;uS:hPbw!XO6qz0iR q;aB'8 bc }UTX:Љ|؆Do˓Ϝ('cE=f cK,2MK\>4u,'X.*2Q1)!طAG< xVDZt8>PpeYIyrOSx)fix}kf>b۶TaBN)%02%UU%!xt$2<`nq(p$ `pà T 0\_: hRъLg߼y&7e?3wQ 1#] _=UI|.pͭ4 りm^neٶ-:k4GnIAG(h,fGz8L .g sm]!1QuHۛ`tl>WQeYb0 q@( ^ԊLPH8n 415ղ<p'Ï;Haz.;O3ޠWk?,fQD$Lgfdrj~`mGZ޶ P,v">_1ɮD+̣sR>~9<,|۶4maE&T[ &{eJ%H(J(g+M,ІL8J[! }ߣAra >5Gz6M/؛KPP-mP5rGaIrIܢs%݂"ro^ 0 ݱmP`y*$hh (ŃDIL $7vHR罻{q8yv~X{ɫ]a'9l.yFJ*ɖ'u^D1&M7HUUp|s>SeR} SImIY6Mt:CMv?DCPyMcUŎ(|`bHn\,234tLeh&(+ҙղ)q<9jD,c cGqk,Eܮ--p(ޭ0Ȇ!C3 sbaJ շ@E_EΕnwcaCu#wb|93)cQ:~S36US2tj&`xzpЛxjZ^w4WAX^b}ey+Ï(UA Ő+v K!ă]vy|u<^(߯QL ȾluBy˲PbܥFL&TL~cZV-qٶmsl;gMKYp{. ouvz9 Y[`]W@NiZ_*HHGpnБ0R2mx-U$!s #4TUD}k0~ I)f3<`Rb( D1-T߼3_shO|~g"}]vUUcq}(24*b}LX4u<,@d8 ŰudEy"64a/`5V @hx R}BκīXLz!BT<_oEQ ж-BE,$Ix;cX( iXƟM޳,a(8^d>ZYY}4zbꁐ{PW2 Z(2v1i:MV0`_;lx7≊ZzgO)ABBDԉ';p7,Uv\Ȯ[9 Qg. VU%=zPGje{h74D4t )%z}d^6 ̕h`c|*\9b h# ERDr^ehD,C,rIӇnGu9`tjԗODZ0m0`3a ,*.P6DL#'&ٙ;'JH0T@!ίq"ߛ}IBnjʭ)%Q[a2OZ1y//aV]9E V5 Cm1F\_{ۨĉ1Hp8e#K7>!4Fu!}ʲ ?2xf!.p@]X:m܄j(37.$yhc>t= bv(0M-'}<>"qq*;ca.=C=lU{V= jBŚ9gSUjl]XBD7=׎4MvǓ^}u_*0M0MmۖRY;#2hB1i1^tN3 j =< _ps³`sȑ0*A a FYE`$}tSxsfz^&h27d"Js$jȜ!pGdo1y!9 V4\V br&,;Zj9ÿ JhQv0`읽 0 <R%6$)d:$ z7^ BēN(e \Yﰟ}w~it*UcHoR%,`&mo2>^oaz:0zu6С(ol*_.deY1h $I$Q Q7x?KۄP1#C6MG! hxvi+CCKWɢPu]#3gW 9,ha-GP[S45YJ]ˎlq w.m2Ef2᳌w60Fc1P"DO$ORrBW]DLm mNW*f'ud~&)%VTƨ1OhҎ? D 4Ec"B^rn9Y.MFPQD םs?T( !0uB!%O 5#CD"0QXM D 6;;UEJ)5*9J?]K诒IR=)ZNmEUBjOF0r0QVa zZJJJwLC*`؆OzmQKX{?|~ݞ:] R dP,q C|.kۖY~4Mɺ-4Im\iB=yۆa:{u]P)1M&;ξT#x|poGNS*)}ߛ͒ad:1^d!Ȏ4]κ,xTJ!hǀЀ?0h]Z㉙)%D޿[O!{wl D";xK^B,e<`8` rR*Bc_:߇N)E=Zܑgy2An_ו#HwTo+`Y08bE,A',`x-:b ѫK mZg?q41(T9=6 g|{wHE0v,P (Tf)}#K b1O۵V'l%>G޾{!@e1k$ eʡZc0 sҍc9RU@Z$@ǽ fσ  b-Fsss}`LSNŕ 1dLnjmm][[&>`؋zf2rA;dUWDD0I[E sr0w ,a ȜhbM TI ;@~?O6%9DjqY*0ɽ5VQ8Pcêz?o Y:VW }%97>ڡ DC!?-X![ccc*<*=,`nryf@@*~7@V!@Q8V ;`/… V;! r Cأv +GhbJb2Ԅ;ů8-- X?~n l?6ww/_3uS!abdd$((l"W L/_ }`_  &n88whbM TI 4Z& hkkCJu8:{,A`@AAY$_L'O$x>Hz 3ѣG@MMM\\J`ҥKڃFhb<1hR)IJJc [nnnSN=wYEt ;wR # A*P̀^+++777dbl;~Ӻu &@Ib2%a=}.fKKիWSe, rۣGu4c'''9B$)/!1Y h5[n}6`Ikbzsxxx7l0(I ;{a _" Vil؊3$SYdIԓ0&3?/1DRʪs1Ʀiu]{Ȟ#D/!0Mnņ\y7i캮m۔G0XQ v]<0jq&S< ~@'\"ZoSp6褔"̽wAaǺs+ƾ0!O} ;ca :m* ]+<*`#z}b]HHp Y_`m "8}ޭ'>$*d|Y49ϳ(X1 ™[dqL[,c2 ۶2+&_uuP$hȲvET"&j H46}ߣi(i,q Du]( 2o@8MiM`N8V25  FJ 2s Cv!4M,TkV۶%U)\ $ "36O3ND{/– pCš Ƥ'%rʕc|KPeV3}T]v4K#G,Dee:^A]5pZ֕kv:V:eigBD% @>^Jh!~|#[uM_ zJIC!%c W@r0h;-ZKwt`ӡve*ldjӇOLF>n_սNG 6vGs i$յ}` ii<(l -!A!;vxaCk5mۇqok ,jF~Vg&= %A$nXeYNAK/<"n\ş/fkq_ 9ftfQ;`tTEv8UE*HŸ|5wKP=# +>$|nO4: Ӽmˬj+g>5cFMxtC.7y!xE hg_ 6GWwm6Lt⋪躂Ը%)*Xg*8{~+C~xo : yy (u)q.c,8, f/j I+UUR"gz袊+o\x Z2kWWmoeYbgTbϘ#Q”,Wznoi/x[|>-5 } öi-.a%yGV  ὧ/|17| Q_xP]RK+9[y a >(.xӤ|k$M\#U],wܕuix=ߎ z O\uA1j@c$dTz? <9yul}B-gߤ[j<`/i^XYX=ܞ66U@kߎu] ,}$W\1kuQ{߽#c?X_$?٣NϏcINk7)m^XjgZ|#?g_)!t u+iju `[Y bX + ῀߅ >f$Q"Ihuxu+cg0_/&~ܿWe=:.k'y0 흼Y 2̝k*S~_ o٫۷awq]'@x.\}Z%7~6~?Ex?T7\$!ej1}9h (Q@ FE^xM-kI$wėFYx.$\aa-|k|^+ɮ}q[VOK&i-A*ѧ<1ƇvA_Eh|Cf+G-Cח,a +T(^3|(Zϋ"+IvHSJ!7! PcڞX!@MjMߤ/tcđ*Ŷ4c S&CYKk)fH,!HقobF;/_|S"ͮ1{QYbOj`_5OCgi1]qȱFz2@H#䏃>~ْ~lNxrǠiPЈ_VVJgu$̍cTK_Rm;Hb^^-ދE3(Yo%;|ͥ1@ୟJ<]fiK:28I*AM3Gxߞ+׾!x^?{?j K*SP{ Bՙ b203?#]eZ\xR[NmU-kVL\$ kğggJFOO~gkm=ZZH@HʣjK"no %n-[u8 xZ#f/'?3|;irMZ%("O<;q4T@W H^MͅbO n+?(O#x3CRK zu{ԊM:)<Ė wR'?,r2}3egkYŧCK1EQ0?g߉ *궺xj8aY <;i慆܋X6^b#smsxJC-$rm!圙1 >| Ҽ{m'/}k%#\B,$UC‰b>O~BFn.uu.tꐠY+Lu ­OƉ7V+U1>@dDQؘܪyv F$ό>'"#4)dG$sٯ=|q\hf8I"pǃWȟU⟆Ľ,|<# A0{icvenoݮ~_.>&|J^M eyXwUX sf>%jmJdz+eƍ̒Hdxm`<` \xgE;Q\xOЄywrG_?V &ì `֏mt c4f8b(v`f]xpk6׼'kίOtXRMO13/u=Z/35+w4h*,cBL#>X?d8Fi͜:=MyA%Ƨc܋eHx!wm[12WԺ'ٝ;JHLZwsIv$@u~@I٠BLlYXxeInހ; [o*~+6cMMR}mx.C[0.:/'O+:k 0nצ.4?ųiSuwLq*jN9 [3 ~NaoTݻ+3c";aI%|su?P[QO[QRMTi<3!ˡjaO\ Tr8I 71# 1fHGF 6όeh~1*@u`vRo("kAO "i{b~yO~ǿ `٫y[wq纘y®\*]?'[ZŖ{c Фe9w.N ~*R*dO'㯷*XQjY@*I8sڧpfE ok>,CgL3YŪ]m`mQA''-Oƾ~&.5o xGm`t0M]j"LRAٲ6$C2K26?*Colگi3yt%[E2Z|eF TA~Ӿ;o뷞 CM%̲[jv!H!Hۗn>$i d?u t7Ӝ5ճHۖʑP,*>ͳ(`Y<ӸyARqp:#V%i n.v dW8 /wZȿ(WS7E<{3|EƟO^ 7~%Ԅz^ri68c) #xĞR6Ooyy5cG2;# o_26]otxhC>euBãʞ 5+̚όu#\<9$ )k T$s'|,n?v Vw1x%"2*}h?VԾ5|UӾ6YLtK4lI&0Vd2('./ݭGʡڪv p1ϟ|wTa½Zk~ۇ`0(cc#.XĥXu~$ˬVqe>fK Iad'?!'m#y`80+jw_GxV0ZAI$.TcE=z7&SBewua8c^BR#g~ _mZxq\ jG9TY$e8O"'M_'O4tཔ!Ը*W,. Ý7KfI̖ndFm`F0w+ Ru;T2H2 h;w?f_ >I),u-NI["X|ĥ~:b^kZഃ*9`v W*ǟ=B(k4Als=:7.7ŏ.Gg]<o[\hme> ܬ&Te#''[^46>аj:ԯt5DHCM~Ԁ+=> 2u-oOOk'nE1#? y$wK ߄ |?SeΧk_Mii%) DhYV~ Sƫ@]sCݽc;(|KkٍrIF#GkO |vG_>;-4:nowl&2<62=E~u?w?QB𽇆|y>I4 @8.cm,#bx~K@΍%J-=렆KgGpџ'/ŝm:ZTnml^w$K ȥ ۲GF wᦟfznuMVt.g\K ncf'h /?omGŚGm G|8 =j[ϋ~;>K>o~𷷓F{3p֮ߴ7U{ ;Krj3;",ǞIPꪪU@`:PEQEQEQEQECᯄ~0?~xO{'Y0]2 :ȌԂAȯ?߳.oľ+&񎡤xh/hvYcAjgY, T~_^1W=n"Ԭ f!nXՄ(f(ID[cDȿ0x2Sak;^C[ #5ԫmVIleIS00[oi{my-HUXSKMe^MKӴ}O6 i2lN$@ '_?oRUna}*GY؈6 fi" dϟG35 AumzOO6y0۠K%LwJwEyNx{Фu+X5 *+c0H$w+$LJd#('h?k:c REg[8co&Umj'nOb٧6zO X/qu .);K(fly'8><~п>.[|/[é5s%d3H,PR|vX3 ?E+/\os[H7,$rJ(ToΟQ/:χ?iO mgݖ)v4xQqݶC pŎ( 9|υ¯$cԖ)"ku=doxr  2WV) ׇg]Û?/M|=O=XXCo.FU($/|{m>5ۖ6>.ek+;+fIRx˙hri3R7ğoեЖY.f/aO+mW 1HS⫍ RZEq[av &0 %~y|P&|LGh?3~>T{ ]N_,7E&%>coٗÐ[h_8WD;5h.Yݘv'95{0%ࣿ~i>%Ժ e DQ9Sh6N*׵ȟ;XwxOCk*YY]Iq8 ߏnO(Nx>n} ̗RO3 HفV$+k QO ~^KQ2Eoa 9$Dx\#< b"TEXaTQEQEQEQEQE㯆ai|DZ-孮lƓ: 6 X x1|DG QL{]*o_Sp8Q@NM:?+=J&,ODGSY} \;Դ,CtuF૩ #4Q@Qi1K 9AuCWq;=*j(PgMo࿇iȷRM;'P$Vgfl'`W] hvQZ#fơW,yc<POukOS٢ܢ5I+b"nl߅_<# c𝥍޾ `&Y&e8Q@A )mm j8@UP0/|+oN>Ov*ijE{.oUWhęeE!W&x?h6Z6q]AJU +TAQEex7Ï)&mf_ F5?Wf.N3vֳN񆛥fz>t- ,w4aY@oo*rIX-?i_?O vKw*Gif )Idx0$|[+w_&|>Ҵ}s6;aiJInCh,D<״YNe3 ߋQEĸo֭is61[v.7R; {#=|-> s_{",du<Uє v5KCt߆_?dk^K/̚GL6|;$C&$GJZ (Q@Uw~x_|}%?]a,[-x-ڀ4<9&Oc8no/n-4:Gx xDRV5cc򻿊7za?WZUV5 xί#E &#`gX_v0=75I$1xK9ܵx:<+eCڌ7]I5 c$1GHʹ: h Gj/3M/6/iw۲e7$Qr~n؟ޏ;'Ohj?ڿ5ϰ]]~H_tݷʧ\b?O[[D5`˪.A8, m!wk Gg-Ҭ4Mhjx?[3Lmw1#sng!q]{G./n_|};~`cxhxVk?8Iȵ'\~2:.>,ZڈexݘF!O ($fS^&9|)[/xCV mkw.=n04;dtIe 8?d=<;7Bo,beQ w,"I;Jr]q`Q< x↙_}'[^Kk&MًnLDHIe/'Ök\ңд?c]*dQbUxd}etZpT#*1ՙgI$ R%V(98+t~:.50ǶK]An]C cNa7&ž$sR9\^\gl /cb6hcBiy*Ce̤ 2Q,>|(N_"IH*ᷚLD1L`o mm|Al!!l7b &OҿS|< ?_jl- *eݒ9H0謤 ~\~(|CO~7<ogyƋ[_GMBWI#ݦ$i廑h~5;[H {;%;?\c{~)OQ.bhvY }2ʻvT AY%ċkj HU[y± !݀@h-RXM.$0s9*$?wnbQ$Z4K˨ĎN݋ vkQ?R7PZHvcخ[<ƿuΛww,BêmdFC:'t:?q+yzڽ#W8x'h] t7MO`X5 Q(P*QEQEQEQEQEr~h> 5B-F8 7 -2Jƍ w ewߵg[ZZ>=ay.l p2NӰe%BUm6g- Bo:TWڵmh6s1y;|Ubͳh#;j_ W`4Av[" >cgDn c1~&|%xY\^n$[9l|q_#-s|-eKHE\Ni2,j,IlWO0x+P/3gid76\K1oi17>뀑}-/ۏjbxO35g}K$I! FC UBl/S^G*s^ּM#ivijll?| ݛifk_7fo(/-ј;}0IE|Z&_& ~R3P?&qk.|E&Y1&x8烱&>((((((?;#MK{$WcX_tLR+O[.e}&oMg o|3 "Ip"6Ȗ3P8Q@_|!>Wo` I ,dB0A ڎz<iyjKs `Y0ŌjBn P,QH2s-PPK?`rg5OEBPS/httpatomoreillycomsourcemspimages469689.png.jpgJFIFC     C  2" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ??oiϊ8<#fe hfx\A3_>~^?m_ÿ/O_ k'OnͳMRSC$xSs2 ;eQ_:?o9~)6l'--Y"h X& ql"([g:Տ?? 㿆?l.u=cZdu[dQcȀ"( Z{௃?[Gi_MB[8ŴrۭoEwCuߨ_,~ O?4qDmt5ӡ:||>նIQw;aU2x?]E ZԴMXM:5vuydye0 Q" ac/(_폣?5Gԯi*ҞS,V;NLnc4d d+h c;K]^e֩5 mmv噡?_'o4?C+TCLB|Og [$i:dY𹔙n9TP (((PK?7Jl5OEBPS/httpatomoreillycomsourcemspimages469691.png.jpgJFIFC     C  -" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?o7?_Ծ-T߅Lj{P3cUxZŌQMC^Zxu/ٿ<}tw:_>.埉V'H(ZMW֪T w(0\"?~l=>7I43.q V{Us,qᏍ~G'LPf?|! !cc@5aUԣ*F#+/; lM2< 2K+AM :nk@VOoڜU_ً;| Yz!:ئ&?| ?>>95OmkR7?Q|o7{P59 WC!~ ojŒ.l* #U5Q\n!>#fJ.lқmZikC$L|l ~P)n4iɾ,Vм;k$xc]pXK;%L;5tP#6  Oޙ=䗗iI.g[+ +PK?Ǻ~YY1OEBPS/httpatomoreillycomsourcemspimages469693.pngPNG  IHDRcC pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVy<#4aº5kyCP(i`]O<-@OBBdddFCr@Dꃼ`uy~^ޟ>} N8\~)&6֮Y32-h4WpH=yh@p5 X]WiV`Sy4d(44-`U@㯃(XuA )yf̴ti c҄t=TJ[U`--- 2)=臷MkZ`kqd=-~`>p0lv Bs؞]-,F'G&lk?{<֭@Y ]]zA];w>VꏂQ0Z@`na1@C:yĩ'*Q0 FZ44׮ٵ̚?ohnp6 -`;+3-]SK+:"Y\ktkZԭ-`a?iDc.n k5 N馣`,-ϟ> Y{-F(C 1`!h,yj_ba Q*xxxF W/_ܹrH988TUUm߾ϟ5B0={n`iu{{H366 `aff 1R@m ~`lllS HXӲp lϞ=T0hÜ$@E/mL|XS'0Q@j` Tfmm]YY= | ސR W$ x[q>#hk`ۿ?rZUxb@6iuV` Xǎ?~D4$U@Xo{8r"' Xf]@6h`h" |ܹs" @J FFd: ͛ eE n2#`Q@є!E0c4T4vG g JA Z} %hkXϟ{vtt¬`;ƍ >M-!iY /.. [ F[[Ă/_ WTi+ϟ?mz3f l N ѕoD?YȃXGЪYLeȊ!ñ>>>߾} !n ) IBzx@K!*^swwG?N"QׯO'L۶my#t 3ǛqVC GG]v1224:"JU l$[Oݛ/Z #5MY^a#<~ 8  FHP7MR-,4440+1`[zӦMP(b-Ɂ § 6W?uBL'S*^^=\C]b XrpKKKHR/GDb\SXdltkȪ*\,!0rh[v m. @e2֎2 =/uU`bbbS rztbs *eS[ c,& oiH]WVVly1n޽{"Sć RL&/O/ 9Zlڹpb3v؁*RO VM ~ ,!&1ِVہa/@ b  `Lz*UkTxĉǁb 6@-P֦ 6mQ?2sMjփUl \`@z`[eZl,$XrQw mL'}Q71+͛7C:(?Xr ATlrH?^46|9@18TL`v hU+}"`S -[TF|=5fŃwOS 4p8n }-+1/!J: %hۂl CNNNoT s8͔lz䉯 \rÝVM]_ `tZATqA%j_nJT]]mkk;g`Y%L NzýTmmm?~U'93!) XNAc922`jHRF쁙lwޞJ,xzu0,IlB$1 )?|@5f ܽN"ZhxzQ}3:?)f wxheFb$@> b`siMZb*eh2kΝT2cd׻?îdV6w:r-b?xi@?@ ?c."$'O7oOz飀T"9d$u/=@D="[!x/=("e9dl<pRd`: )^D2ƶ[[`<\i v4swOww7H-c8X$9 >\pv i;d,Km` ظq#Q0Ayy9" "&~ Xl1nC>8@ Ek ҬȢ"4GbH{ $m[5KKKH; X 2gֈOAP BO h-{0ZE「 ܉lii!i;ܝY>Tc9թh SquѣGFAP\C;wȲ$ȁhg߿O\!ml=~֯_πogcJNp XwYKr6=#$sDQ@D o ou\ :irE 2L$`U%,hwŃTS,..6iDdhLLL.۱cǀ ` $}@$d$?uIqFc /P a!fH̙3! [ -222y$b$,<L wȾSNciiieeCXgoZYNOOGVe܎@I-\[ !8vZ Xc /p-FnuA[p L͛mmmp_g7m`U`޽#xz[KI@;}3dlDC2~ox!ipmG6h-`>Za`:#f,c@j "﹃*$;T ӴRt (`E|\ D&]gCR--@ "bH>|.WP21Lj``„ ~+;ِ/: OOO/* ,???xf&r J#fMnڥ`@:_]U]]= @- l>Z5>H+ @y3œW^QQA0U++L/@kon:ZЎ5*ډ9 Ck 7[d-Ţ1e -0xmܸq# ؂t^t `lo @BxxGȀe1 =t$+{z 1CwM hP%_^^ȡ\waBFqdIGkG "Gyє1e<3oeCnmjaz'/g<9EW{ (4(jm إr@4rdԚbMk*$9D"$9W` S ;U>~WQ~q2 0jWWC7!%d h[RqbkH.noo4("~6J0g8qyRn;5}I$q-soH y,1X+I a>#AM{a.Q~m@ថ | ^D昻.HZ<1^8̲ġ,#A-woZ^GG%Ud0̬iB=5$,=+"wQ%n(< )lG b Oݸ&CD` EĚe5I d[ӐV65؂wh7Z@—kA'n<_@ ,5E"넹`mv'u50LN:]vmJ+ ^2u0`C r|h 5v(>fp[[4]r)>G?l2! uWr0d2>فؕd Yvo[^H8x_xkm+&lMf3 »~J}="'YPוcqݕ9'"32&$8f kd=)C~يԀ)Day!YtF+\.|X|aT#RU\5 "C`JKz]f N@2< .ZI-ȆGNirv1 Q,2g3b]9c]\9:-VGS;ȷ L-³n &g\Xfh"wr!ìz1 )hl'r76 !|נbsD?{&m6"i % U$JD1vvvt[@< &<' j<ż mll  V$I˩( ;V^MOa ZPf1 uE V0q/- , q}І,5$?pcXgH`NaցE3amۆ٣sֹ`'MG":+f/BC:KuwՏi\r@؂'uM)q 3 a~O9r&ܝA !ECA2jU ^~U4U舏 bY7z#DL2|^66@W.́FU[׮ hzX`ݱ:z$Pl]>sH~M6?^\S ;5N/xl!PPP?J.KKKxha5 $mwhĔ @l`Zu(-kjc̀k$`*ڰ.{MV/=cUµ<]EHb2+zڼya G?<$-¼1O> 7"1!o`޴iADCe@= E]@?~8rߍRиN%o=Lv= 1رcH # 4lAR yIHoNꆞVG耘W\>˵:`%pw9 l/Q?aMAq;x]TzWNwhzD" zj9&OP}#\٧r҃pU%U:Szz0Q˒S}>F.hcWɛX(6joe#^Fp"8;wMF;:ICp ԑi4Ч# m@#qjx\SD 1JȘrhI]A O$dt09s)0loߎkVGBl۶m#F1@`E\UDkf4YvB,#yyEF#iEB'g0xpOkF*"Ƶj[kǢ۲P/FSXqzVz$}@zyb ؏#' ]\G5ؠ=vpy3 ;V?ևh@9g3@ ( poo ^\+xxx 3kF`<2d8M{HX 0dL- &011ghLWW d)(.3:h F`y78tA/}UzJǑPiEdkl_Ͱ?![9r JQ@+ZP/4#<}Qq5O BǙѝ<0cA aG2'7|"̆_$ ^pY=HʸaJJJڰfZfl=GȢ:߬L"j SFL6~Q ;wJ`s R*#!xj-1$آ&I#&WG@P^^>Ho^ hjjA;ڔ,Is &'˗/nnn)bNlc  Z[ljꢤ탩`d@a. R=8JK?:2'q8ݺ _LA5X޽g6R%G,bdߧJœliM eN b،b޽hu :hDGD`Na S rփ@HKHIȑ>I$ZL0!kK]%L?c_l  ;Z0!LYrK@{5-a72Qrc6|46ةa5vW QjŖ=RZn\(4II)kDTkAMȤ{f0XCZOp@|" 0p\n@6 Ň_ @;$=Pu&8qDKkL9KF082i`P3<0˔6ϝ(ЏZȀy2K D, u NoeOU/KFb[X8+aĽ܅G`NtZ[82JhZ֨׶ Y\|#n5sF @;z*Q b-ȸ`hiCN8dӧOtHfԑ9Qv#ssd"7󶸹-=Yrkdd(=hg+ >@Y A:. qaĜsa(M\.D;0VBHvċ/Dm C4+q܋.L%)4.`v"6G$~l kOVtG*|$=Z+j˄vH"9 XD&==*GW&>>ś|ImK`{r짇`Wq!HC ())ɝD/^@ڞͶ'H K 8@~ï\c-iLfoL%lͬ t ^ZtْA vgj Lo汧H&LAYذ=SU7WB\PӌD"tPss6 R#"TzVt3;wzcF` 66Rgb 2}g\nHhSH/`]9y 9!sU0Ĵl vp5Yny5H| 9q O v?բ݁j\Hhh\DLfuX3ڙ|潍a3Ȃvc )buu[j7\__?:O*Q]Ex!Zud HG%D7b Tr}اёx|[HLWгM/ކ+8A{Q[g FîٯKR>EkQpp!=p]@+K m@Sm:vk[AOQkPԣJ?)/#/ sFLfP-Jdl~7WFJ^Qn݊&b'f`B < _ Όf > uĔAِ2 mUz{쩭!B׌;nnnF]Ϗ|P`:ց_d БlllT1 {g0BQSO\$$ |HTxY{k-QE3&p(D1wFr5|ݞY;2 <ӮHWf@5~Y>e#Y)Oq=.o^D€3[pH |\sS1K@4Y/`Y 3a4"G3TȇNRqϟ?T? hQ_]\SSiV@&T_fE)x&Gk3pcX௲ɍ/#7 "Q@ Xdն o_6 @4\ YɞScIw_GJNl:ERQ? ~'Ub*x1 C `,n򒗼M?@[gy( o hd@c+4_Gp vevBVs( =R!u4iPkM)@,촳$ T=p$YG:t4𩨨2 ױw^\YkӔ`AG%wǞHE1ƵdТ%&)9Ix5- ``?#LABnEĈV٪ǏC3R!'m-HwUEj]MM9}, &:{ >a`Kda|m({4h> L{׊-H= AYY5,  &fff ='$xuSV ̕uppi!#ʱ:H.~4o߾3|<ywf 9wF+Abpd5ͅĸVb͆v0nٲٙ Jȳh]bKKKxg{"mC@d:߿Bb cǎ3 `q`:Ъ2&?`;t , S"TUUCF : s:تk`wr>(fNԌ =`999 4:DÈ` ?ܰ!u&x`HKp5kKlFRhڥns8ˬ塘w~Iupbݻw <8bJoÆ -ZދG `e 0> i_,€-[G [ 95bS 'l7E`6MX}ٸE4M48.GOd{zTGx'y89Xo<uK덇 ;qmanGmC5 =܁]Nڂ8i#ϣgTVVǶ )I)jC4TÇ,x*dJqx $`Q|(30IАomS xvdC:E/prAp)$ G[F޽ÕGš( oBDK@ Cd@CcV`eeuq`4@2 kAό~beemQ񃓓Jᾥr ͗/_ܦ bY)~ 2:Zlpppظ l!r9ܹ91!o~ݕ֖F6W'QsGBsbc/y#=h[ ; LK#OvǸJzL k5,l(@ bǏ Hkm,г%%% 1'">P'>1Ɉֻӈ@@Cھ};d0 mWoF:G/|*)jւ0 B,Ul#uc9V `*󼐳e=D:?~`D>ssY%)kцѦ8sR:݊ -\iC@/4?ZYYEPZZzxr/=$葚[[!s*!)wӦMh+!Qo:ljYːdJ(9repc )<{q &_SO̐-\z3>C\ u&J3uwL0LA os[^CfȢ`kD7˗^H ~Yᡞd@á/*$锐9΀lFCp`Wήj]2Fxxx ߐ!-stዹPZ@g sb͛7}yDv4"&3 x\7 a1h2 rr9нX{ShN`N>b:|Q+ұ@ä뗥%HB%~4awߣȀ 6 sȉ &#H ! a6mڄspXG̨5ǘ[#u:x`dtր=dțɐO>¿md$ԅ,8Rr"Da Yhkk 1G6ALz<8}R***a ׌%!8 3mѺS[[;lkab U<<< '`o V@C|@xk Pr( `޽...տttH}+$/Hðox@1 qݐ>)ȍ/@= [;V x/b8dT:HfðLjeee$5;7 Ab&֑AJ.ӵغu+BVr1>WkaUe4.dw9p$"/oևwilF YpGG,5.QHHWq۶mwP Y==={-(iTTUUegg7vY0'+** x81m%,thk`6G7=W@Ν;@1 !k V$av z] tXMMӁȉsQ,P >6hǍ€ BƼѮ)]Ea h^؉07GZSv2*r#P@5}hR{:c;UNID\WCFMxܬ< x D4@ÿ6CZq2m 6Gqz'=@ÿxI8r+###{Y*-\ϸ .º`Y߿<<<7:...^s70#1WiaMQh c@֞={\]]ợ+3MpaV~ ͛7#t>}g]HR뿀e%7\c kѣz$8{{{8BW$c$8Jćy(vFKB`P"xS3:4P+ =WZiuV-xD04^@ÿsNyHo ^cبA3H*CF233֯^$H"l-,k9 n kXx3` NX)M'nػw5 p;m;vɓ'X, E\@0 !gq@>k玘?X;Dȋ6PH7 rO˟C0.sĕpR03/D) $XE2y1$ѮGA^ TCr;wC4";dd ~[i3)k$]`prrcffF>xAQY!o߾qrr R $x/#K}Ь`:,BM9h~d4ѸM6$\Z666O<ޑ@#6I|ځh;S\!ӭthE#hZW fI#a+@1t Sv7'ZeKL%iWLe{qFZ=OM-xb3p| "P6]2 rH,)2C}~ 6apr Y7?a>|&qOۀbӦMȺ:ɩϟ? ~,@޺t<_6 ,,, g iX!b"5*dMM͖-[FH4z??z-qt̥X(.?WݻwCG~"UZX'pFqm ºv,6<>Wl+%H 2Z< )JhlFϟR >߇"</?lp @- bggS@p:::"Y@ #q 4@"%-Ė`'w7GSN`1Y_ߍYHК`\YWaaVxD򠭙 +aDbaaQ[[;'KII ßv6ڦKmz@d]#j FVklll* L8؊9ts}9(߿YahuKKKϜ9?+DA"h(ir31 {GVLLLԩS$Mh^su)ڑ$n޼y @#ڶm[ww7A1 'xyo'ć6ֆ5 ՠ;[\\|`6ڌ6`ǎ@X?~|޽FFF@6tVEFe_e|2VQQI`#Ј+BBB H0L /\H!עAY`'ح3QIGsH?~0a<xxxttt@F A1⻖!rppPXl1["7omqŁ:`2G( SӧJJJ$Ё{>֐ /ZrQG- ǏDp߿ϟ?_AA$** LO4;v ؆rFlԅ  -坝2 Ј.޽{_~}ϟ>} d@ >ZIIInnnH_ad-F(C \(`-F(C w߽IENDB`PK?COvv1OEBPS/httpatomoreillycomsourcemspimages469695.pngPNG  IHDRLј pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV F04G( F3(h&`Akw*uĉ捦a>}Dd@L#$'M5:R{vvqskmj1 b<3-}"ڵkDC˰k֜:qW)榩dv4 ]lcjĥvkij++(@?#,${Á'OF9($XKK W RkKW,G h7-,WS`*CttÁ FGQ_ZFz$F,x 0'$%R%<@ :0pR.t{ݚ:GN? -!) hU"V X ެ7}L\ 8$h@w󶭣|X`G ѓ&L222u@ 541x̛OyB xFA9 X8rȆd< n1 akL>uT0?}*+)LKω3IR2w@@'0ǥX0$RV@p_12Uhaå0Ee:C54`59Z5lK%-ҁha HXy P f:EnlXY l\А]Q'&M`1*>=EdP_e 3@_g` p^  5OœFe:&x544290i_EE0$9[x FY,*Kuk`Z]<Gt4rCnhQr +2d0"!g^A>x2xZ۴myKJey\ l_E9'($@ xVRiDׯ]S3^t^At-7N2@7o: Xf y91d@o5u7t39 E*6% &*YIE@c2tg%>rh:A8x4$Z}c`A@DiThPgr`uG?p00NunبD.!Y?o8 2wJ0޵kT@@,6/7y䉓ìM{ĉuk:`TuA0DR؃T!e)d`8%td2ڮH#΃þ>F/$f`oe0F,h׮]p@k1ϧpl XFV X=I] *d3 !s  hЈQ@}YY,B,ì58@4;M-:a#ǛW8A1'.r]F Go5O&G!-a\4B3o޼y? KLLl4) Kb`Djeai@ #Ƿ?~8rȄ ZZZ_={6{_ fnݺdɒfAA9s|VPP:888p)))d1I.x8/ZD?xXzSNmڴ)!!!>> `GEE斡=t߿3s}}=<P|… ,044` ? wB`-=E $2ؿ?Dw? Xn A`|pҥ /_訫khhW^@<)Sp!wl`ŋk֬}!ϟ?+<-Z! h `>훭8IƍW^s0JJJȘܠZ2 hICsMDzGЪvnXfo&1Sk c (8稻/B@Cǀ=N^9gls_o+f,V`zh,T{6Pzz:jRTTTEEh`~}60Nl`‡Ba ?H*555r1b1vS{ O8, iyL@N ,5s uN?T[L@2]uttE;f6 p ۷O>MNNϗ0t@9s ~3:rU6i,j ?`šm0ׯ A;֠ X+߿kv"?l!j blLEJի#\ 'O(/)=u$Cy7PvT|pi&@G! ^A|q|H{!y2mڴ{ E### `̐{*uϟ?j) L83c3\H#`ѣhDDDqOpcl22ܹk6^@@̴th  5W0K` x@Y?A^ *x$Ǻ\ n59"`_VVFd%6sR`lVOLC2B|Պw`^r%-[Fa,#mOII isd X`{|w!/+.y1?w.0 R@`LsKsW&7שɁ)$܅ ;%%UVa*֟1\(\1Ł&X\\ la}f03ڪ;Ⱦ@ssρC+hhv8h''gKK 1M QYj~tM?m;r9{ n0BCjWpzr`Dȵ&֜ sahzI2GZ֙ 7p ʓ:"TQ,qF:c~v.R`BN y)+GR:],- Q뾷\+bKo%:+}eGwuoU_@V10Hj,Y&)Im\;<+!9Ԫ˪އ s"Wx*RbZ@ ͛e\#R#S@߿!`[`֭8Y8D| lxzi̹@mQ4•&>@qg21qA _[kSͨ4&"H4*hЎN,~D؆oBwn}eo+Z{&0G`q򐻰,bޢpΙJ#roJYNl*:d ]J r]WN85S^h<` Va0SYw=x1XDPQg_\o&ɭ鯂aDDAJIvy[l_?׈rzHr=_t.,{Z+RL!0ƠF;34?J[nR"DPM%byV{`g)Ǿo,+w_hjvHMN&|TYرcț)o`ɿ~ bNS8؋;`@ݠLHX:@߾}êR S_fmm*={6G-hׁy<hq8HM6=&ɛf21g/1WmE ݻ1ga><<6:6&vZ &O LuF0ەq\|(boo\cϞ=X?|2N^m4hիW7l؀v0mD>Uv pɁNƁ -i iM***J]]Hl!9sΜ9>Ç z/5uԝ;w~]}БҰ z7!)X"|u4`w&&&BXFfB[ 9^C6 j;+`󰤤$f3h2ZCot { .j?y`kC2$EH(r0 " )F/^o*\}@[l @u6!Ŭ-qyyy [W7;cEHuupHY3}PH h29;;;$d/$bC,\ALkjjB 2fIŋU߱cd" L*W\ܣi&xDkkjfff֘mxkD+!0zDs8Ha19.4"Eh?~!oh듈1KYY9;;ǏhR}0JFJ0'J1t z/O:K1([h'0{@V#_}!Sy{JQah~D `[C[[{/ܹ @JKMXr)tw9y6@Z57| xj-1{ 1x:"$Oa3ERNTSJIR fcp/m_TwZ+ n N&& 6lk;cK)w +`pA ]5̙<L- G +qgC)'L0W`qa(ԍ00p8 'AnbABbb`>K_jYڡرN䐇eAu]jG+}uq|Lm4$ٶt]i JDn{)(ZEt,9,n+phβ,z^= ZHG QEpqWa`O_Vï}hFi tqªk;"E3+JUU~Um-'o !< GBh/>Xn3̢(L,a<}i:˲ɋ:OD<9׮]Vŗ.]RQQy=HC`ODDXQQQMMM= P/IO! iCHo7LC@I Ӥd!F/0 Ր$...~d2'o ˅Y~o" ٩BpUO>.** 03Cf`WSS!U03*پ Gϟ?n:qq^hf$(o޼pssv±ND;rνwcRݩql xx4Z5_Y?SIҚ#٦h\~{C``6d.*Q |\8r]˓.dl ԁ#vYkЙo8!ZMu 3ׯ+** ^!:d0$n[988:;; $=ƿ`8?nGUX`U ?766Ã0[II \o {H0u4B0*;= *äΝ;6=SWWWHu2ғL u @u6rb6%?X}D&.>\"rνw2hF@Q&C~(Uϡ`a'h$/Di)eZt=:d3X !)HqUmZSJ O6ܝd]̝A D xOɍW & -r!"HM}-sHTBz4g^ 0HLH%֛1;Nhnpo5zm0yM;.[31*p h>A >Ik+:SeI_1F ˶!avRL +`8'Z]h|uxZFN*f;Xʀp666!!!A>p3aH5EZ:JTP]sh"tY[ "VV\]nl݇ ;vq%o&Y]]wE%%%C͡k֬f2åt8vȨ3yg AF>z0w8 =l<:_l%$4"f2& l*T;ƐrRUk!P}@q>xؐxZ-#3r}M|ZS5kcx{r.#wVM)`|JHGLO^_:O.]I sw'bXHNh+**3HCC"ri^Y]n+ASe[ M}`#?:X] ~?b'a̬Fs1F\fY7)r5t%!?{r~YN0޾5)0#7کhPm0w cay?~҃HX4(srr/J!zS$@HB0IN*5e`_1@'E;:x7ܝ#J'^SqA TNNnĉC=ŋU <Ûgp1qMa'#!a=a ; HOGHHxd@6ׁmHP bS/ibm# _yJ$ZIhMA4+0Ryd3 A~뽮^ }`h7#wЖbvl@kӢ%'Gq遌֒!ﴃ)Xh J f m㣥%66#G84 l_把ZXX4`?iXϟ?gϞ]vmۚBBBݻ9>>̨YYYevd^bT\ 6&9L,7sĵHѼ72dll<{l`Y pݻw{yyYډoמe w:`. pb1}`odz3MCJ>@P{HII=|Er|2I=Ȋ^C6X#㌌:::ΝfrȕxV iNrlF۷o7l0\@vvk pɆl h CO/]9AD.9G6s|~U`kء:rȈtcȹ*肯%qSVquKΐc؁Y„ c @֪ ldFFFB  .Z>d7ځ끍!pB0k,u3j*q)iSF;8&27!''E|3 9uٲe*zv2 ;cTJJjxYTTrt F͈:$?}߿w.) ]{[x/"!նv J2|μ-CD- k@Z8@KC>7ta3>J;]w h]kxJ\G5|/uO-,,Feñus`EyUӈ!~^cc#0ڦM6BN6 D^^ 2Gw=]v;vՕv(dq28`@h "."L 65@ŋs8|€z $EaOR”ks(ß{yM7!9ĉ>}֠dp  pttt7l-@ǁt 9F\aA! ~s2ue|4 Mٳg߿ |˖-ILL<#yxH^JTk5@)fee*//uA@TI^~{ϟ={!I>:(H#0+PTT`?FgiC 'N,yyy)q@Qg1ή|sed rsd30/Ǽɍܢü$5̈ʆy=-1z"y>Y D0@^/*En͢ՓvxGFf*.dOȚQ,dﭲ2E w_ti]]9 111wIKKP ?۷2@%Fno`up%0%@RPP@늑@1hLLLxZn)66vxX;}Hb  ` kjjn#@jݻw1OFks7C0 n7xE~*۰OgΜ,lhhQ%p7pgJh=<E0 A";zc;9A*hq Z?@Ѫ&qQh2.|Y %BDDDzz> O*6H4=˝cQ0!&0 h333%$$g 3|ff9 Ɂu8 쐏ZHWN]?~lFkM2\-pʛ5fKIQdE.8  Tvn,\h7mxۢp-x3e'1v`ܾ}7UM~Aɣۆ7xށۧ@o)HJ1zȸrJWWWAAA @!%DI)JxI9 7mB,7imLhn,q)j;EpG| e@"RL+pG1l9ڛ^#0y h{2 Zxl{1Nj 4x YZ兟d:dk$0{(kUf"0I!)!/'Nga<ВI ] 6ܿ…'FӃ>#CQUMWA\%{YOD.l`0ע".AFDMܲe ٻbMLǐX.G Ϙ+a0Gc/81fcH]z5X1@*j%7I . 🿃&g#) <\,& G)KXڂTJ9S$$..L r)`\M])G0!a9J*WHu9dfYY-  Zeϟ?C$Hy?y7DƄw9I" 碝?vqQ㊰-d)`Bٱc9yW D-`*z`͇wx4R#_|U###C Z A__04qm<2Ș;-&/`/of7*))0nnn`C ̙?ψ&d6$>@.Q$-;䭡EHH( ֖!@[>|dXG@ ? RPP088xܯ2s'B;O4``` jYbbnX` |w:9mC!@ދ /_DEEb h444~Bl&!7 jR̩Z F I#Xg!a]JMMUQQ(`ΐ} p,@[z 00o p`= €'? s!fd3 0.1z!....iiiZ<@1Ю;;; `^~I06d k>.UUU8[w)䍢QxHu%iȻbAn>dUKVDSPUH! qCELRkA\+{S2%N ;?ɨ߫u]LvwP)% 6YسjdN1l.c?c $q [DfisyKLOL#g9QѠدPy9GBhRr7@,4T JxF@[/q(Op #QHE` vp xUUl}+XkH0 )Pr*MJJQ qa(:s ɋ? ąIUi]ɩb) T@E})]|2{y3F ;m8?%jBL] 辶ma, Lл5cˣZ#+;pH=X F_\I;GivV4ءM̒dF5"3Hb_'&440[h/=՛ uͮ֓ZkR6zHK o]zZRt"6bUD\Pw'ZVJ/q[*>轗6Ü5 G)ޤK@/YcWЇ\`RvRэe]SJ߮KJ|1 0K+|G0d;X:y"(KLɜ-Ė/gnHᄑZsPTHG7V#фzȷV.hА{1j_,X[s@ C:8[ڶ @(!sN)3{pq(07m|)Ş>MDˋ]>8iي˹ ״Ro_8]]c*hBi~ `ډ)Z9dvrIEU«Ad1i2Z+Wz8InRzﯮ)9g0Aɫ_1>ŷ( ]RԣH2YVc ɒÙ3]%Z촴6d!V= (CPշf̥R`+J)1Qk9t ^Xvyt@57Hhdž{Yu]t;%ft0A m\!\B*=A/195c :SA@-?- cCp)ņ2|LK^ETP֤v/x_ ,[d+ll]v fF|Y=nTL`߄nҿ`q 0, '&ރ.7?;!kRfxKE]1֪U,[t}1#X@\˰<)2 $颎;JqX,AQ~˖(41yu^R\=5@O)yuoVJ%92C; %nӇ3UڙVi{aA(Z}. "@ɖa)$'Ya]BmoD^C*m0|+xzŇX6bbbFqʼ 6F.v6|:C[I HIC5ػBv:H$>|:""jkb*3r,* kf3kGF`*iEotJQ37A ^a.l|qO1p+~NÄx7fuPE; .qW-Fjkk9^10, G`-q56 Wqˍ,~$oF .`Xp4쬡q `@&;!h`$cw7~(5xk9Eׯ_]]]DR=fggA*ZCκ| |f=v=`Z>a_3 '"##!ې!_큺e+v`"%%L@vlA2gLd8E-~*,wc@B4QIJy r~C V_d'[kl]JDgRUzHW< )d5;k?llSѵ&???ccceUX/H$x)U.-ij~l[8",, 줌%nm L6dhz')`UL|HB.g4;v찵Ov} 4Wù eg9<$0{(À<==lZB<-rB5h96ʐDm*^dUVV.--h?8y9Hf >=9Hh^ |>- 8 $vÕ)h( \^I!phǏH@^ )! "J\Pwﰳ333IAAAҀIrq"Y1&jW::,Ys"SnpqC_r"?dee322!W O۷oeii9  m͘1˘WBZ_S+"_9|a%q |~ׯ_===$9 rX:ZB̵ cB>P >N WbNJl]]]?- TTTP 3ʐ#s!*3B̰ Es/_k.MfCasN`gl"$ꂖwB.x4&X$Z[[Kh)!B.m"ZcA"_u" DZ@GSLLl4S?u21ARxmx2@[ i`ьBzbN\ڵvP`RRRB>As(.F[:D$gPAAb`\1chΒ i/655fK`'*Rӿl Kh||MHWp 0 -l8{c ül¦8q2O_Èbs@p2VA `Kdt -,43" M~'M4 KM.##H)Cy7HY*)C wr/"LZZff4X29 ?! r 9D,e67@(dYp27€,`T/^ ٰ˅6,F򰊐tS\; @e ,--ہ9'@ 0YXXfKꂍ7N0XCF݆PK ؇򥹹`/ .111`fEXmBks)LeӰ q08  ጼW: t:`qxţ| $D|Ϟ=!:: dzyyy ϟyĉd}QR& 0xR322J!Gy`=|pyAA>gHuuuE:4jrYYYȨ\p!f. F2"h+!Ӟ73 ͎ecmCъR0`c7Ah@FV;Hher͇𐪯WUs&A@P10zh:xs8  11Ar;=@ u!Pb!7. OV^43BCC׬YLCV`&_n4jrȂVȭI/فoMBn@ \3p #= rTʸs9f›蘋Iv?I0 x;dXfIbn $2`1~POe$ hLq5y Qz˗`ATspp B`+ 1+1Ei x |޽{u/eY9ȧ;bD ĝل@е"""$$hp!lCrWO2`,bus%VK|D3ma#ŗMMM.]͙TϟgocPE ;1qȀ\'Kq&-ϟ?,[aP5π}0f#`5i yrH2 `ME^ 3u`tA\59 ,&\g6<׍0 ,0Ƽ u¸|ׯ_Gk`jӧO,g70`!G^g]3f{8?1xjr\bfp>}Ǐ߽{w4sRÐS |@KQm4˗/L[h7 rGe̙l#G0N %*q@ L~ rUu;h>نvU%͕h[$1Ȑ SG' MX7R~S|"^$\Q%XD:.x'πܲ42 c ѢWDs񙜠]@gq4R cDNZIi8r“6$?H&?t LblՐQ#oa+eeACܾ}RQ755mٲe Zk{{{BEŤXA; 'q0M:ˊk yywn߾}t،Bw^-PP8E[0p@ǿk555hmP'O~ECvEEE}}իWUAdd' 7)R qㆆ q@ 9^4Bظ%b ! ^g"0vhF% 9sXO\y+.$dC>ZE/]v(NC *` @SSX ) 8ǢT\kZ`%_$w˗ L شidcҁ\`œdžG1D NL pÇjii &O >ӠP6 =zt Lz BW\ ={&##3؂ csjkkrIC!7b'̚5:0 ahs͛FFFa08a >l @>UUUYW||>>H?rhf"W94(S Ѕ0Hk׮+B h\ah;L0Oe@:/u).sٺu dbHlP'r)**}ܢgPKK1oE*Z"A T\N@9hPt|P=r0MrrhӧOAn`3`ŭ:8]@&gcc}2i…@: kdX=2ݵ xWRF-WE+ܮ`n O 㾀$S\kWՉQϟ?rH ;-d<eH3pe@o߾}4@0o<%%%`:l,ۇ 6fox+Xpb莺qpplٲec @&766Qf !#p+/\R9ZIm!:۷y2StF[ wf<q\,|S5@ L v%x&K(0)w4ccf`>@fG`o}/^> \ChfX6?ٳȧ'6q?K@QQׯ_7n98@1 ŏSNE7 _ay|U)%GA: 0P䅴[K/vGWBd:D5) Gb r[ȌyG ͛42ڵk!G2CD,b\Nuk 4jjx&|hH1 PI{BIA+ Xbʔ):d62y&//@h9*<%Y15"#Z+mÁ˅ . ;$+IM0֌9aH H9>pEv'ѮgE(o#܉v}*xKKэh9.-E9.H_e֘>')1/3??޽{yPxZAp`,|R7n޼yر: 䐩rȦ#Xkiim޼YIIi0 DhSd 2 -cΙyRӶ]5^9$<̈lS 2cHe D 1r g~2 0WC*v,k4Б e4<!'9h5䂃(#/I@Vڲ -u`W~7t؁`11 Ǐ![!W o޼qwwN 2N,;l m>*gRGh0‮q< \`?w\NHnv7fi'""jff6XX#Xmuˁٙeee?a5455!wB*vf3$CF[,<՘M;mmm` m#؄h-Hl<#/I@wX%}#  9АɁǏ osSZW UQQپ}'1cɓ'!-a`lwU>EEE`&2eʠ=JnnnIrHu.Ć֊vR@w[n}~H4l&:f/W E |:Ju X~ Z) ?FaP9҂0a <<ԩSዔU`8 VrssYp+8ȁo?f/+@KKȐ1n!gM>WR*``pJ{!JdEo6D{(%4w1sހ[Оϼw1<c@P:}IBhEDr!^2ֆ֯XK1 4{a8XBRNAFG,x?TMG`eeҘիW XC-,2a Xp@!\*`#7ׁ%+P,n #Iiii+W*M;uABwTC; 0n0@1 њ>>gh%h+{@ RGk41Eeb0.cAlx<"9"O@69߆1^4&uBBBJKKkkk.h59r%Y!Kr:bU ?nҤIj8;;ݺu Y` Z46wciB@Cb0e0^!п[a755꣛L`Qa 9IbP5ׁ9\\\k(a(6>}k2O8Y1yr;"|q$f̘1 '>,""h箑gų9 R4!Yx񢮮 ޜ,RuC!:-Zȕ -[@J m6L]ƅؔaWԖn!"0O5uw:V5q@@9|&|]]]RUB"Ok?rS?> @V!'Nra @LCgbb9E'p !ȧ9::B6 *{\]]Fh" [!P$χMX72Sr˗\Аl?y)##X[CZq/ E녮Temԩ|>{ [v-@?Sz,w899=Ę!0tx3g΄v)2%yfS s2< ?È|*PSS8 UA8-mG}Y;p: 44>P-B ӧOhÛl#,]vDC8\Mw\dc2c'@ XWUU܊ ^^ Bp GGGH  $ "(L]@gHIIzxx  !!'AVDB iQ@"ҒGq`"4& €|4Shhh,YD@@R/G?OFuAf~imm=t zFFFhmuڹBh:AN<>i#5$$͛-mꂥK"U60reybbbC.uغu+${` [!#!s> ߊ_3k} L;i&LPYY wA"9-0q`kڴiCJzzz&%%AZt̐@!BAxM(&]ww@ZDTȆ oijjᴛ@aggʂG$ R(s%!$|@RLuuP C&̳/_|'&dD>s+gxD-|9"lL`Fs#@ff&(xw '6d4+%JYnpYHB&G?~=H.ۢphC733ߌ /!0aȝm`iBXD;Dvʕ_&Mݸq#|d+ TZ 4p&&&C=a {iii Il\ |kQ]#yMщ~=Aoo)|$9 9*Y6''߿ iؔÐ מw)ÛLWƐt " vvvnnn=GΠҢG0!{CȽ-bE댈`Op@ :xm slJ_۠WȮF9|ȅ!}TI&?4 !*H 4!C/^,..sH YǏNVd6rKS & u2˗/-o޼v*sxw ~5zYpZ @ >>>˗Kw=;?XC4!T]d{zȽKA;H ի߾}6 8fΜ ȦTH ,OjP%DÇutt;c" 65gpQ s P\g_2.!/3DfeXkA{?琽޻Rk7JLn@'oG(MB29~1Ѥ]0R)%5]\Y"U(L29Z!E䦻zpmLTTy2BhGhWfi`y1qׯ_6'w?<FPfG[,{D4#Gؐ7H H‡C52rf; wY`U1F+A ~ l33d#addv!c/Or7m$++ c!Ιܹaϙ y"## \4$;jkk߿DAT: LIII >! pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVC vv3b k33&>C9: 4Ϸ}N$oBǿܮ OD}%J(x1ߟ)!(jY 4 G u9kQW㫮RrH:ֲoUzEi3moط :xFz9/ /NƍZ:0y]AN_2BYz7B΃:P/eY'Nr:f%l ;V%,ɧGMP-r̜qB\Ub9KdN^03G:r_.:o :o"Dn6AN`(`ĿVhd{8w !Wxzx@Cְ,l!`r\?xӀ&`޴3T^U A ?o6,9<)F@{F(&ZC Bf0%z)N^BR"b`@.LA>ԓ'N@ 'rh١'t3O @4=,s?D<>iM;ßa}2Y}2+̊E8tJ32֛n4W/$s]@ ]׮C\4X+7WHul " 6ZL0yD}ĤG( FQ0 5kV{`5vS`xF(~oOSKkU{QN a`8 ]2 Fˣ#"E&˻ ]-铧@Y+y󁽖M۶65@-@k>Y3Fz7 y(u҄ @+ ́\ A.b0 V`D42@̛䉓@{%N: k7WH-]&:L=Z?}:h#ڪS$0jj!WΟ7r:YP|#`nN0 W`kPѳAMa5ICҎOva +]ėU~9L 9yTf9 L5(YG0D\i c>4IWvm'4"giolb|-&9Ncy6lanJ"Tl$GOq_c~ )IU*j_KA". 5e=pK#11^xhhܿM5?r-)sy˛>Ûڣ2!<#'#gtyV? 9xUdIYm'O xP.u 5%Ȗ ++\V*ZM I?y- s1$`9t `Ccbmrh^hGXXRC97JUw$(f;T'ލV@\)%z hx'Q VKqB4n\) I&{ `FXn#xuޅ]b]=Ztxc>o LZa`EvFH,МQ@u( bojXz*zZ 0AxBa*: ux@5B*O; Iv΀? |!49@aB H2Y-K vnxXb@:ÉQV<\ll5]:~JQ0<@v@F{wѸ:[. ; Byժ}f,ٕaO}~pL,phJDL}OIB(K~e) 3.t e@yqZGI6MV|3eI2_Zvf V{{IL< l4Q8!O PQP =di@a҄ mUyx0SlbVk#!{рE6d3ekAY!O,5 vAN7]h$JXB+d[ Yt4Z (p!@k ~TlI@L5~7d,V,0uh7 FHų{۶)B&㏩ jO8Iꥬ1o)hijGjR q`) mM |(}򄉐HII|w ,:ojH,XV{ I$ųdSH7h=M-V=! roLK6'Wl3A' ilP =jaX0Zhrxqc;  0dyc1ϧ^in.&^y-_`G![s=.rPC&]j;)LJAwTn4J]DZ\]㰈34pQA0=QV`3]2Ftr&<ջڪ>9H4QwGl V[h\Z P]aH)W$R^z/ O;a ^ P A J-ܷP}̇YHNp!JL24)b~%{:D?d2J M39 c~^}piJ|ܯnб?%2"%9 HT1SFBOCܶڶowsgώ*ZH6kerG$;sU=3WB \jkP[ԈB9$R1MݫK5ay#&طa 4H Gh (GVZ9D8˱0gy8n}c"DpN3t\wM,Q8c${n6kpD^_x^Kû^^F%J(̔vgNln)R3.Q,d> *E4%KR{a%|V۪DhdY^X_0 Y'@uPN" %dXl 07_5(DO B.`>ȕ ~:2܊"_OpI'dH Q2 kQ5HeE` h7@yC;zy+T{XOu,xu6Nr`}t H̀ݻv|b2Zf- :EVF#a{S`OXͷV{h7щ! w}l/|B$As?Ik$'|+)e%1A|R"d&6kW`5ь0H@aJz`XCf0%z)j !)R3 ?WC  A '/{7asSb>#_hl1S5PA7厂ht(`9Q@~(`h`Q0R@y`Q0 F :oQ0 FH4Z獂Q0 F() FQ0 ؽk; N89'Ocqntkר68Cl@U:,DŽ$Î2"oZ' +`7;Հ2L_0o>\$L:#:"ӧO.|NSk h7 F䶶ON0X`*ʂECC;:{!`y@5z@DE7(lq]T  FQ0  d}\ηb&BsӏA>k&Q|5u}@"!6 FQ0 djDy뭁r((DF(~oOSKkU{oǪWcLQ   @'b{\`9{ GPP([x@P#s<( M\Dx>=7İ iH,{zyfZziYo2([!0Mכ9jÌoחWd*Z]SMV?=J) Lh=2&I3㕱J4B%[&γϢ0>$><-:/on,'wH!v>smî-5K*q6U㓦;AE~4 ₀ 2}Bmy O&52Gv!繘8/m;%)ⴤ7Sva DZZZW{^ ^ ^ ^@/ à!b K{v7GOgfv X`|@E^K-DJapOIUc̲l2tLNqbyt 1 ݼN?U":Ee6}A/Mꓮ"&JρMa) vt0'{c )q$OB94K#P;*#pBMŏ Z@Ut5\62<"*<` n(JZ AВ=hz1ZhL\՟0xH?i7 +ly6Q~ښfJνeAc(\w-)O z(պ$tj t .XFkmm}q.dĈ*4d ҒUgc~_E{: ޲"v`yy۲p84ai@uvg INA@Y9wot\.F<2[T'T2ӛ&΃4ɮt.?:שRIW3 =ܝHH/BRR9Jα4ϊKVW0q ȱːf45"y@ypDV{RX0tހg0/lymp`? 蠹-z`)@_{~ +3 k+9OJҀ-Ap3 f<@v PM]}3: 9{Z5ůw4䚤YDb$ "Оz9wZzCْKD|U p;7*p=(z&lbNZMZ5ʛ@4e!n{r^1 y'P2=Z@u(TAKկam c]!t@9R B@.?$e_۹(EII@[ @CZ"XL)&O/&}"T~Țx`GW7k!WrIhA   ,ܟפ'hf;s̀4 :22A9 h.`ڀ-O4 ƆT; sCCI`py i4.A&MO`n [X#5ݽwI%e7_+++ +Plڅ!K RS]@s֯Y w. h΅6Ytݽ 1>'wZZZ[7o:cϮ Ըuf,̛|Mኁ"ע޾o^XB@˗.rفn. s4'I0J~{.L7v촃k[+!>eX*Yh! >hE4P ! bZ텛N8WSWw 4[%]b* @΃(`@mQ0 F() FQ0 F(#h7 F(`F(`@u(`h`Q0R@y`Q0 F :oQ0 FH4Z獂Q0 F() FQ0 ؽk1 '9ɓ'%{`(g O F X II%"D޴NV$AJ!:ƵxK ͧJ0(#"H]t8h+6G֭Y;}LY@u(T+!]7oۊ(  ,`~F4*v`.ZԉKJf_;l.kk`OlBXcHE@c`P @J|`V~@D 'L $ƐNci/Bta@y`P@j5`ƀ5^8eG XF(~oOSKkU{o]2wgsd@x0Ti*w6 a^ @X @\@P$@P#A,=xt,燆ҧ(.߽پ}ۜ5iܒ$yzy>9:汷9W^la륩%0eQ2V:uz'SүoR3(f)wwA_QB)l *VV[T-]j+JfnEoo:Ru&5JbE;طG`eYƒju@{[uMlO-ƒ_zBB1@UHfݟlدO17/@C@ S4f`bF숹Ll&@dl|Yוk-*HnTFZl^4ba-;eBPa;)cʘɜɜel \`lz[U2`u;;=?_%QZ^.O=bAdYmwXnwwD =*nf)f{{h[* lʢB ,]$> "0\<}w82㋘9IvrŘxQUrpP\}~3T^pTDJ8`xI :Sc&gA(0xz{tYbe@HP@-[Bi}G;xN/&}3FA MR({/a<xdd,DtYwO&_>xM'" ښKAIaBWBuVqv|} kp` fYN[Yę3̶:m"RxPr>n3|`MBSɋR tvs~~\@'y7~QnQ[Rbs_fTvh[}j b(#q&+(p N :tG"Ԯx=%5&z˥psء\`bƓmk`U?x-aPێihj'@CIGR[KiV3Nvu X\`-̤P*`Q ,`)1/p!S )K?psAicU4wlUV&S<"4XFn F(" O:_Vl/|܉TZ?7fR(w0X@ t`C2, ߆4a} d z@zʞ= I3v=}XKl`T t Y |d]4Waj+!k f_/%X@&3 5t#~}T`6SB Lx|KBW_e"HB&>Iu+xj@3߆iA:YاH`lna(̎ ba'5c&Ig'3|ޠA#][F Bq116fmAa s#dA.F-ٖK`c|yhCZS{*'CSH \8D8.9V\똌\;ڠ# ߺtTB{d^uA+瘻3PrLb a&qKRK _ .;.W19y  P8x78s/Ԩ Cb-wuGjn?3 I.|f+*+&u%+6+kGyvΤyb='W5~@u(`` RZ(`*'-wّ4z(`2 ]Q@y`Q0 (T,j< FQ0 F(|-2Q0 F(#h7 F(`F(`@u(`h`Q0R@y` {.Ñ@N1\vmO>Aiu?}@U Ä$̣( w"oZ' +Z D*\'H :{/J*H`to6~(Tr9铧&L 'jjiQc6'Rc` 'O h'``H߀=@u(T˺;A+}'L߅M7,A~:s?@y`P@j5݈8!j"ijk`F(~or爪ߺӧ̴t2:'V@<_3;4 ޹4 CQt@WX0gAU)T0*5 hQ R<,>ƶt7,},6/[_ם,,$[O`Χ3ѲW|>ј *@27i:\^M(u^U:8:fHZDg\E.bM@Xpi2L M[N\RyQBfT=>fb l+Q !u%ڥ,K3 +lpLG`;k%m!Oim"->'?t2imx4k$SWp2FA7QVVV{^WaH`gAdg??zw{,+[kEQrOzT(BX枎 DŽmYEG km.+İɢq@?]@-Qk91Q  T^W\BΈjlS$13c0;H/ן7Z:V GBWvR'SbTï\4薚~}EM[ a=Bq/Rt-'>qIJAJ&3/y^t̀/ @p*閈%̫I6-{xݢ+ͧ3:s8$-p s^}qD/*rǃI8HUd[N8ZZ4yF FUsQnH8tĻm!x2rH <` ے(<C=`N}Z:ˍJ N:pTW]f ӆ\ekM<4XcALp@6 ZzqR/<OrI2 𮑲~29/@\b;(`wXb;|t./%dm/^:z`'8׮Y>y)kb{~֬5xBF(y Ku#vZI&?QT]=ݫ0 F5R5Z¯,Hį3@ .`kg e`Ɏ\?@ 3HD^ 4[ x* !O9hIh>x=-d&  LĒ`|͡9A zU7PXO' afHgap(xnsdX̴%g8d$-s8 AFpE*  نP|[@(LMLcWTO;e%DI7;z;#aQU'_ %Y`F֯b)kdN[,YL]詍;ixs;Nn ,:̣W܀I͠yN<$mFRdhlHS@!d"*a$xɓ^I 'g<NB B&Y}R}-?ZZQ0 ܡbP(`'O`hQ0 FX24o4Z獂Q0 4,̇M@y` N5kN89}L:X9mpt3m0ht>oa N89w> nȆ4m҄ Fz1n?:oa \y8+iz6 ` `0뽉`@F(#|i+ G@u({0 :τv#(Q$IQp-Xv=3ІEd]a|2:c).GBTk`lR0z \+^^q89<*ePe& Ly ñm̐zx~Mbf2;tM>Ҙ)4{⃇w 7tXCX32tʙبt8H٥ul0 qmD^nCal:*HbC&h~%z"+>˲&_Xe !ꝗD .RuP$HO%c zkkk^W{>xx@@@@N胁!RX-> t>BG=r(k9_i8<űFd|9aq1rֹ3I4nC<xgYue)%xn^Yeʧ$|nHX#¡G^^_Gm1ۡr"VCNGe}Q0 62K-aX0o>Pyz)m`~6 x |؇-edo#3ȕ H׫# m$dK7qyiD6//J#3M HN5ɐ "H]v϶}u|18rOb9DX006[<xqN( h7 FudpW:P\gnS'NEE-*Sq?V@1@pyH6. =y1]llʀl@#SsQ !&~}o@獂Q@dӶES5{`d/Öj)Fjo*a m<VJ!]=`k* D:XE;@c'_ h:Mv6o , wBk 5koC"O:׮X{5RMڸdh-?o>:T-7rMupa7Ŭ!w݌Gi@s}GCnpNb,d@u( ̓mb^A&Kp]@@]r3="3FTȻ"_ML%k5qc */̻! N4ĵb,y_#;!V3z {r0 Na`d(@_D[8~Dk[k=BvkΏNq1CAgsWCQ;ZGIYnuIlê.VK[}B&ёb Xa$;5 t[i庾篵/wPжE(KљI]:$<)AUxFEbɩ=ݺ(UvlOcv{W}&j7x ٜPxq阎 ч`Tz؜${:uu2Kop;yžZIBzdƼy6OnLLD z5@7Nɘ6*Gqi8Wk:LlnΚ=!͂e[V V)]ڪfEuSy`Q{X.Y-;z4@獂Q0 Fr_'0@zrxg"G-@獂Q0 F*r;p0MHJv446׭Y=z;@mQ0 F̟7O G$F(`@y`Q0 F :oQ0 FH4Z獂Q0 F() %GhIENDB`PK?! ! 5OEBPS/httpatomoreillycomsourcemspimages469699.png.jpgJFIFC     C  E5" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(i 7~M~%t__OZ߈$mO\x3*\ k^׬>lqO^(l'hxT]JxȯbO_i/<]C߉:x:5K+Fo$c{oث6[ ?R>*%{ km\_K_EG'S]'{~og4_? iwW7Ouuǭwj(W9=O_ /|gğxBbҾyq=y&y⾁H|gq+G//oT6K<>٨=h kɾ~Xx~注k&6w_o9Ѯ~^O'DŽwذǟ>"_xZWu^Hxe"??ʷyv=((>3 6GҭuZ;{[(ӬM'A@⿵w3ԼM?kQh^^ sF?^y?n럴׃cAӼOxSU++es=S)K;):7]?nm^>/7-W^W/nt\Cߙ06go6O:(>_i>!ЯGG|i\O4IvVJٟH¿o^ n5Ηyr~h:O?kelGXj$kusͣ_h |>d yxh߄/9 j>k&,#ik$myR0~N;WE񾥤^x7ˡũSj4. F6ddFĶ4ٿբ-/jǖ#&sǵc|O}vx𿉼=a{iZǭBw[{<ϙ( ~ֿφ?i~ҿ >O bD]H(:?JKPPԿa4l52?\&3]bgJ->U2D&O@k '0x߉j׈m|K}?>mz(m>g%dEu_E~UkÉu=TIBG̟9oO0>/?ُ޷>4QoخlKEɡuT_o\IZi3E1_jVpڷtOƼ _Dž~:|R=^k%lچ۩ϭ-_CgZMٿa|vCWD֌Ho M!ma mOzylJ?5"|}U>,'4oVڇ}XHpv~֩/(P? [$mC3{4 զ4P&?gmGq8ѣ\ӮTr3wOPu/ |E'ĩ<Ꮊux4[_:)mn2G\BvȞbZgٻ>6jڧxbifvҴm+HiėQAi-vF:~9W( ֞Nx5}^̶.yg,3/m(g?e#>!gqOW{l1[x!(0 f%EPK?%W5VVVV5OEBPS/httpatomoreillycomsourcemspimages469701.png.jpgJFIFC     C  <" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(<7H|Ɲ_xĭ7TԵS34 ̠ndVYmnJ@;z( (?7^8zuM#0T!Wy]T5iURHEywd|v|GIl<[x~ItkRѭ͝QMT1\0 ʰ@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@?n Gh~? x6H]qqkt]}%:{QQ^Zi֒p[I<8TeOJ_#O|0U>Zu멭N-оS,n7i/~x|<`#e,Fu 8G-9$) QY^&x+H=v SC5R$uk4k$Rpv2yZ((+5] LӬf g  o_g׋W*|+Zj<_qy]wV '>M>yg $C0qN((*4PǧKZ+Jf U??jCUOxO9CqFp-.ABcFd y,'/COO.ychTjyZ ;wL𯀿SG>xD5?8Z}Fho"_&%'2fWt3|Z6kjG5<1_ėnro Ҵl4*ܪ T(?cK`?_kx-|Pa5Y .MHB6! @3s_߱?|C@xD]Ȭ.ybjii 'G,2)bG85kO5k?txA6 v{uK2౎Gw<_ I7IR|i:k4j0@#Ƕ:j;;;M:-?O x#X *RP (( sm5Rx4R qnZUS .Q4À}}E|[VW8((((((((((P|Jz.@|=KW5sjE[YzSg,;8R4E+$J(HA$R+)r)kd~ǟ5 |'|V?:/ Utu P MN*yS ((((~6x3n!⿏Z-:Ω匼eh?܀K0~x?a?(Y@~7]+USag= mO[),CPB/z!mIx$[,r-$hOڗfğ5uO|."׵=H \\E=.DyTA4C <kРmoa, t]"$R$d~#O4 |[5=TA:a{˶MA464w8'P_$d ׿<- ̇Zaj5f*N5o] a ]}m_.4OkύAu݅QENK-FTP8UgǶz׃>$]+[6]N!n]݄dpmBxü[+@w?[No ԯt0-.$_w.?o,70N]I)f?+ _Nhkk:xĚvd%o!nn*k(8GQE~x (xZO|_oៈzZ<a  bX-eiȔl U?h|طO-JĿ4/ :]u 0ݝ|qtȌ'U'{2OhQn7hϠ6LЫ)nd.ipO̓|e> se;}>1U-Dʗd7i>}5͵7 Y -/8qEe'/i>oir%hH{`Ԡ((3 #]qMޗ}R+庘j 2\i,Ѽqrq_[߉?g|T/&&|yhEdIjU@o?uM+h6h<xn?7P֢n.Ze㲙L1LaUz?#ƺ.Fj6 \|-Kd|@-n^I ʴyI0b_U_ъO|JU=i|4Tx}F5$-!|_k&8~&Y,WI;^,aL? 'Ȥ+_-ͧfψڗ,kMsjZipۇu`Kr32=gt?.hA4-AVwxBn?-~,iWiږ|#,ˣiwR5]RH=F :6Q;y{(((((((((U|]oK7]HE+oh!`zx)l*oU;+x[K漹vl$.Ğ)x3Qֿ w7kukщ&|BXǀ,Ũ>+`|@ iiaXr\\@m9iKT\;lcJQM~1Gm/<{?>k7ږt,h-v宗Q,oʲNkpA>_UM~K #Ci$9 Ou2qk, l@q ~14oAũNזiMIbXL<,AdW- 1ݵ[xKR-Km.k(»|0~,}ϡ&L֤fI+ZKY lз1N#x?Zgb)8}[?\%Q>,k+wtK"K/m~#~W?rj?='ee[`-lK#,rO$H;QW CƟ>NmB['ѣkF9 ݫyv߯k.? |2'|k>׿ooCTuVرoH[k gWڷ swX2I#֛bW 84ɇi_9?i(i||/͠~%u4%s,w6?i!nUVrm[o-Cy) _/ |d6xsWq;m}:\7@VF3?:ZI3HKY4*Zi6y}U0aqư.z(((((((((ॾ&<%ée+Fm㶞FXyT$It~%WQ%>fkGV[ٍf'_sGFʂpw s[ ;j]OT].,KkXnx~da}#ᇌ4LR)cdxj?7zO.Fo 75w(u㷌q)yLWsy ,pB8j_}+Y/ϋ?~׵K(5ΖmYek[LVhO՜0C1rB(_⧎l~'xCS_] XӄFʐ[G*fi]!$VVn6}_#r~|IjIa Ok Y'GHI4I1#BVN4isxJ~$C[izD(0I%"5u2'9|_ݿ)ճC!KX4 hI4E)淐gc;rH-??>?7?i/5m&>+'y[ޛe"8aG8m"v?~kk?E޷_>-ߌ/j'UcCKntB$K?F?(j_G3Xa6}LlPs Hc_)(}_> M:j}zhZLo0)(8ˆm@kz((ᅞ e2oD#UVe m9,;EGFYN}O /|wڶ]WS+7>4cO hWkyw\[]3DJyooNpi&O7%툺[[h'X緎6^)\B+x#Dƅ~LJ$xR9$ 4دʅv! C!=O-ީ:M6ZwHu VTnM ! 1PY/ث|@Ck6>ΡNkY>Ur~u m+#_Cux,6kZMKUBͤZ+kVIubzoHLi?"xJpi#IHQJ>eρth& ſkZ?qZ򢵵R$KE4"WOiA?)b?߉?qk/hnCoo$[BL!8hu8M#~2<[|:6a |-|:[KMzP+$ueQ{Ҷ?oh(((((((( +^j?dǚL3nYABEޣGBCmUګ# 㮋Wxckwaz+A{-wsqDbYcs&R=Щs>_iO߃~xsI{:^&vv֏q(hάW~vS_P׆>'Gf_դV5OYlu"f#;󵚀?-mv?6~9š͞yhOSDR+'-Lg䷑") `MƭK/cuEhS66ir~zoc?F8 wF]죎6Dʥ ~Wx^ ;~x:m$Q-+DERrͅUq^@Q@Q@it?xsG ֵZ Fy>Ƕ,봲:^ M^'ZMe[61*27:vn<okCgl/F+KHuVaou8 >#Lb漻#0dxy=c ׉4m&}FKo2%Mdٶ6lXȒۛUi%/|NM?a6|"@_[ ~i|!pN # ~= ~ jڭv7_e_=ax=> Y$RQg+/ΫH.(nfzp\j O9#7[jҼ5'ͪ^~[6}6{vgkʒmvBT@ sw;3Z)6ukgk[v' OuW++MEA|mҾhڇOo֛TРT7fi>$RAri!/" Ө-omxi$HR)# apF@9/l;)J+k+y 2H AÏO?|Oi5o%Λo:I~Y=#k $([>裘E&$[x5Nj> k׊.x>6SntIԚDfs_W=]!eQZ 8/oy^0|ָlaHP⺇o uسX~Ҵhn5H4ڏ/KFP-R4ʢmI62HHU|§x6Mws||wj&}3:DEtl<^ ±[ !?<1]nmGfnay =:jH$TK&!^&O%xKUV_ i}Ûfׯ~ϦMq)r3yTU!pf?~!#=;n/5+kO ntEwҭVvd;"R!mCZ?m |s;g'Ĉ?Iiῇdn/$W$Kum dš]EP_xN^| Dk6ȃ ƠL(j((("> )χS?dݼǚ9{_F{OZ-j <.SZ5 Xl-`),mn.&D2Su}6JM@L?#_BO'?E_vV>dw>oI[.mPwB]̌Ρfᴵ=vNĤ^.1U-3>J,>,{!'>~aԪi:U- ܏M͎Pč>z:GNe#MB0vXUTeRq#{/¿N_~Ş6na}k}g/xkRVplNƖůd us^x>Ld`q_Pğ ?hMKźɥ@Lk_{E8m>o-M襊gVfv_#/5<}/xZe.?jX𮕥Ʒ ;Sgq;%%3Dk c&a&ӭZCR)n8x&@P ( ( ( ( ( ( ( ֣]Uח`OW+?NOxa='ټy'[,1pH@Ab0|go?ĖQi]^RDCs=ښrl8,LѮFv_LͻҼ]om2:G~7k~mNI!Z(cq-uY?^_Dv[)gV־UGy$M̓'HNy[ӿMo?|?t_^#j 4%n%[kFfU"Ep'f$&&3,`;q685Ɠ]ڥ֙o,cˆHU000 ӷj#ߏ&(B,^\_ ſ4oك.hvLX'_ 7bz%Yi+Gs yi:\v2Z$\yJj9ES}M~4~ٟ |1ώ6um>;3Z~UFHmv[$)?d?T?-+W sſ-K6;yB{`-+f!#R jڏc𽿃< O.~^ٵgMyTRHq*;8 KßG~!xkѭ|Mq]Z~i~r4] vUGY#;8<ߵ+M~.mρJyF鍼rK^6c,B`(((+ ~DhvZgEד 1EKw1'/ߪ51MXi__x{J7 gDֵYѬ/[ 5 ,o,<{Nu| u߅3\Ϻ'H_߈ YZC(D><4G9#+}7ϏQ7٨c{i]o?ɨxNkۻYżwQ+˲_2l^H|1QU}7P߅^#p["~I]O_3,m%|#x|] IԴŅasDc7uSXt>ӓPO=Z3[bI0723RrBbZ#[YLH dE'p0ߜzۿIѿjK]awq~,ywZy@'DrBDnOv.h5"!ۉm ~%;W5LmnnlớClҝ@s)9 2X "~~7<]|.Ghᘯ, x#Xq%xun,% C4nң;&7ϊ5W/ïw^]#R6VMujuB2Qu$05C|%Li:; 7POw:,ki`)lXF6/Mэ?S$O8uIe#[-L, >(((((((fJ/g2$`Awy<;%cC \JwNLZ=oc 40$l-`P>DؾOZ_~>"1x=HΛx^O|!C;I[LU#WPxnhmu]=&hna*J8>PTvv4o ˈXAQOejwHc(!s*1POASր9O:i!̕kHeŔr2H3'?|L]7 h^WʳE5vͫą<-D2wʟ_>|"3>3|9Ot6i"ABlCq1wS|C/xMcPM_vpwmqj/!dH`׵3Ÿ`o1/ X)mBh$Z_5[;RaϜ[k$BC2} c\ig7n1^S_xW/>ma^(mOmØ%@`4$>TF k(-/G!Ѵ[!xN.f14gAĺĬ( $_M? |6|Y4=;qhR26ucI"tIH4lW5~o3R<5 u]J+4aV-̱,mO,~,~‡V>|b]ľ#<7㩭4=bo,(lMO! $c1YHˡu(^<hLֺo i_jzqc`Qt/4Kt#U@?x0g6L:Ft7D0O v[jpȁ/'[wePУJr67.H{W_'S~úeլg9f?cKcq#Qh/עZ2[|5f/-c66Zڭ%,I,W< JTŇY,jP3:4i\7,.S ) ZxrO?Mi&%x֨8ý6/3>Gv'G xƥ>׍c:n4[bX]w?*UsHCQGwV"81Lrr2GFH_6jm?ZNu`ctCbPWp. f?eK(> |iu .R GuSo)ꭴ22z&k\=Q:wP2,,*e٫Rc״:7u. "ܽIqRP-i oZ(UW76:iXi+r 谷ٌ$ЛDZ(Gp4]h_^=?rg-zۯv:6 ̹,~Kmb"J05-fIG H5ƹ~}];, KrI ( ( ( ( 6$J1#o#~oo ٧"jw>) &t=Z;N0 7 PKw&2VRoɚ7|K>Bf~ Mo9{ګZX]H{=F ^:]RSS\YiV?/m?by"%Αn#򧼹Ж8lo x^ѿj>#_/zmg{k[m3 {%J,OC$_ OmO ˧g{}ukz`-8 P X"k7 i_azmƵY}>[j3 $Ŵi(h/9kmcz7t⥾sfY Kjlmۅ/.ٟw,e@ ( ( ( ( ( ( (!4Z}+Td V$_?P/ٷ'~ߞ-hhgDnf+H@.Ԗ wHѩuɋ<-ƽn SSmʭk_2gDIR$qÊ ,kC㟎;s^7|MψpOUM>-=N.ϖ)ȅH{<gĚi/ֶڌX_7\ʰSdZD_leT¯7+/S#=\o#W|gYHh79aʝٖس2E?h~x7Ÿ<wwj5Zyfhydk+Ssda_ ~. gMφMj3Ե iflD̑TUTl8wo]~1xZDVKo֚mlB mȥ Pp?9૟~|{?57<)?Gw\D1ĺ=2 ̲R[~ב~/j@6Z--..~y,br|Q7FkdK',ox Po/WQ5W8ѡ2* }5_ m/߳G.)!F ?suK;X[Y^UܤMQEQEQEQEQEQ^ +caҧoܤz7,ح/ȳGVTX͑E#&?5?.=|[ޑ|$~6 d6ә1Ķ3GI6f_|i=Z5]Ce-/ė/Ъ64`V7]ah|ԿhTxGƝk^Fً?>״ۛ"(,4o`);dvevߤ_ ~ <c;p,>}5ʃb Uw\$|C ⏊~9ORY}'Uϥx;KfN^+LIT2[D~[ٛY s ^]:Kac[Cj]ĉ#",fM2Sž5o4Y|K&;ϨjA4Y`*#$ |"h/¿sZxs#gm;*K±G$+jtV/ |_/𥏇 |#D$W:Ȗ'1v6|MQ?i߇񿄭='P7uyA%-S3! w<`(dO?lk@ō^㦕%ܷf{,${uJ|a@Ǣ*¯UxWɫ)eCs4dz\yf&Yߜ/]j3 ?Վo|i-"[Ff!OpY1aHyBpM5~$ ]NoHuHiUKM~Y|G%j`oz歩M0 凇>FݬVtBN^o }+gt J1xOk$HŤ$x~g x&<-ROx&QiL(j8H"T1¨ _?bxFz|Y玼}hxbXH$qG%ۨ ( ( ( ( ( ( ( ( (>a~r~ܞp`5HEUkuE*:gBо`7v_A-rVX(ŸD}2swzb#NGjБ(^ b2b۱u/+টkV~kPj}<4G&nh'hzZ[H_@/+EYy~d-!C2;? |xCNxJ>]hxCxGM@tl}OScS9rvZƀo9hk_Ho[@=]t}>G{#ťrH2mP'? ~ |(B|=|7HHVi搨̒1坉f=I(((((/ Ot~1FV/6[KnX߻gگ3`7G4$~?ٗ'ֺE1TsoVܧ'?~xs~~io h6Z^aci֩(¤q @."$H#*Җ((((((((((((((((((((((((((PK?-EE1OEBPS/httpatomoreillycomsourcemspimages469703.pngPNG  IHDRU$s pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}tĉu'Oik׮H1I^#^1"īQ0 F_9Yf  Z%C(nn*Xnڶ#Ī X;I`} Wɓϟ>\i@r]||!!#PɓeZ  JA\X{A: J TlnalP H^@spqď@к$Ѓx| @Gcw< f Dl&50/X. l X 3(e`b۝0ds@&`(>dU5J[vړ-H|'jWS:b_Bc˕@9U'6U ҚrɊOA @ȀlI={w ۤ)}zK u? *8rhQ(&@EAnvCsu `-]ԕ/h54 d3j璗v@=3`G Z`/qya@l bu P;#ȣH`o!CE6 hT"6 :h>v HbRh^DF(-VBGX9y'O]gP;Xe/@h!5cmv+l` tVd{p@@(΃ =wNCR(A ?}*yV`N0X @z`4ez+;b_ٓu5Ouqse[BV"@L&_,k^m[jxG( hck/RbJA!S NT-OP>P1 iX`Tpm( UP=PnȺ5kuX;p>tPI }D7]vWunU32@3!0P1S`ht!ah m Ĕ%@ jǏqI &`#A|^.HF4w<(J;&Bu)vZV-5.B@Q0 E?"Nޘ4XvX`v`fG(@4ZQ@e ir Hs=Q0 Q0 \܀U`yI) ܴm+~#Fɓ'?}Bn$w>uOz8 >>^+ Z e5T9ի@sMaomaڹ(T ]z5֋ԁ up. #4ߑa&rp] [ȥ]0{9pF(@4:9 ߼|bN vAtrRkji;m?g%// G^еnPy&́_vGGS!CN)4lW7WKy. @IIs4ZQ@[{7`E2\yBɦ{Z 7xpHxЉ7 F(&XڧTR]q)BCwOU&^8ӧ@; @u 'A$&]b콻wI\UU$** 0cLeeeH1~ >tPﯟ?!007@@ԉ~ y! D1x5PkS'09}F^Ah8@1T=B* @΃X22-kG 5!! S N-pp"2|t\ F׿Q@WY|#TSS3+ kM Ld)"Çu( FF(`D@(`h`Q0@`Q0 F"oQ0 FH4ZQ0 F( FQ0 F(#h7 F(`$F(V 'R 9= oa֮Yn nY׮9BH$ u( FQ0 4a"֛ ( $iq ֫' ?pm[?#-3-F(??G(߮섕jiiB 9=>k&-<&B"͚3 hoj`/Bu0ujɸُhXuth\Ut[2޼ F?G(>pusV%*pӶnɓ'?}Bn$w>uO< q 5Phڠ(@ąc`<L@N >5p̈́&?@"['/2@Dp3]֦jؐ)_py _ Z 3Gp4&XQAziX뀂'(CVlKp`} 8N0X[@Pͤ &o գ-~:P L?y$j_/oXkiiDDB* H?bb5:4'.W'@ U;a@ہ_=vÕb `|-q b#P/ЩVB8 Yp|x@!HDDap?? *מ :,!) h!/F`= ,ML2W7W<CsCCz֭Y ̥86@V| d90p#L0axgJhǚMzf&ZڽkჇݽ,| 4mϮo^p}GJ @}Ο3d`7$P=~ںy˄ɓ @RZF(t!ĺΞnF $qOT T t(dÌY3C!0M8u$P P͛4vL?B< G_hࡃ ~me@_@ 4|@旖] D/1,`YW] ^ɓFR@ ZDE$!`Go޶2ҁN-/)>k&Щ ׻`@Q@  ثZ[~@+v%/_G#0yD]$]CeM-M>0M#hojvu0uj=ERpnݚ u@`PkΞn Hmy( ա}R »p 萛PoDEl` ŒQ0H@aΓ<Գg{uuXPPh tyS @b#ORZ,{,-:_NtY3 `ſnQaɮ ,I]Z윛Og2Bթ:):oNiHw&_~#"כvc# ^ Xp*&XOPf`ASC b0$)V<w'K0;KTbO: PW8q@:}A g46ӉǏ1e!)yb?^d@@f?~½v*;o\dӀ6¹e%p󁺀ldg[@ػvJe׬^ 4S@톺z@YDDxnZWe! C-@ \Ck@EK47 @@AH$8's* 0@^A>d1'AP]W ; I]^SK/A?v.yxl`D!kLFv70s Wxy؅"rpfxWO@?{4D` oz hm\XwZ1]8o~5kS!f B}t8bPX+`i؊c\X@HO8) fcRz'Z/E-ȇ fzyGq(]=ݐEbj H< $`U8GVbe= 48)~R@?2ŝGaY ӵq2 ;/{@g8r qVom!OV!`cd (D#d 0e@Y\{ÉeBF2I:Z \ QJ& |?>A!+kQ@@(`8*ܮ0 FQ0 F7]'~&r/`! N8X9d h7 F(m`bF4` m0Z@`Q0 F"oQ0 FH4ZQ0 F( FQ0 F(#h7 FO(8AZg|uDF0h h`kzy6#+/)[}Ny┛XZ~+@`P 4a"֫ ( $iq 8rx'@C@ZF=1] Va`|Ne4h`PȀoWwusv€-n--? וgͤnUh&OkpO|92ziZP@`%V׮]֪e"_f( @Q0 7K`{ko Cө[lxtut4ZQ@eဍq`Y yFN lP/U`/`n(2 5.dpOCziھBkvx^~\ }/ɃֶaO-.2'Po$T dM.YGAD d9(B1a]% Ì D,^>2O.@ cSMdUJߠqj9YUU3%7+bTw0 QK@ (.HpL7KO;{a 3OfL!z``@| AC+|?ϖ/&kJSR.&ӏߝ̲]I,eqN3Pmwx8գM+w<wE^@CAo\(%*PLF~sRFs liPCM6_^ Q?`2i_I| :6]o%ÃlRqI]! U!@jyh:ZnVG2%tHPk\zJw4)6>qCByYEx228_B+LXx2V^G);厂0ao```+b///// ð,D KyN9~̲wDAu1;B EQqb_d1'AP]W 6XN4Z3|x 2s g;7It- 3bKPH0dV|!;V-Ȁ`g[m] ("\/T1RD/<ц![ Gv͆>y i4I@!$-̱N1BF2&c3 s<4 &?`9. wN3 a8$[E4@Q@[}N,\3u'CYOQkQ ($X-7Xhk2`âӂy'0T<[v Qz)F`mKbS'4j Cx$!Ir 6DՀ&cղyVK&'j鲭 F׿Q@tr`t>됱5-zKrqseXyYH x 2 ,d!|2PFZA]T1Z'F2 #/ج w=!M۶̧> 0Nqb.Ne|л@ $@:.1)"Ba{0k50Qɲ,^l._7IPD H֩T*_3inUmC@t;;94M&D%[꫕$RkmmjNcoSrHO_EAU@Y` rny9yt^!y_tWC@`PȀoW_b9 ̪" T6};7ᡁ&B |3l2^> h7 F5j4`~vp]04 zEõ4K:h7 F a Մdˑd PvQ;;a T@=: QBTT@Asc5V@l7^kP套jkdY~^h 9K ^iΎyw;e PH]t#Lu0cb\\u7ٕ1F>2**(r0HDg"zrKP!U m<Aㅳ;{O8nZk׭Y 3bKPH0x|RO=1^I&tAp̓?.-#̀tx `&@c|v0~,Ϛ<%:Cϧ'LDs@5 'R`^JGD! FF(-ll M,8뼓'NJwhPT>"~ P%pF!v$z"K̴t. !%5@ d.HS{XCٳk72v@AHQ+T~"`{Xm1mۀL"l,֦f6yA r?Q0 FU 0 O^M3=H5ւRKm`#%# *Gk `{ tS :_ T@=9. d+xkXypг؉z 7o `[RO=Zzd19b(d+\"7Cr]dJ ,! ;j5v>HɄxRCl: #\@zT XHzhij9a9F0v,ds7 ]SA'ph\ o_$z()M)TSװP`}˺e1ޔkcA%(q+0ek˙}b >9k$xMI #6V aআ\$s .eC,Vjz [$26^C+]TH:_$l>a,_MJۏ1fPMbsJ A/tviJ^@?`6Jhl&Qlgv  dncݽo/FqVV/F_Xr4ꥧ8m˽jun4^7`"AT.YHr[{u0;!Jj&NDXO Jw( lR{$w*$1I87[a H>~#ЫpeVxbu ')QkݥZp4V"bC~60ap<fi0&hBqUbzJbq5_st]I_VM0E ZْۖRu9&2t5a'yd|X0Y >)-L/1 F(csO7d,Ycd1ϦfbB 7@" Ca)5T!pb!&;1GKN.GT Ȃk+)Yƒ?!;Ő@`Q0  Sht(`*rC Q0 F(|HOd FQ0 F(T !t@`Q0 F"0ҕ9MIENDB`PK?JОKK1OEBPS/httpatomoreillycomsourcemspimages469705.pngPNG  IHDRn pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVL0SVDD$**NXXx4F.@c%#8p Ȃh\544Fm`4ZP,J 0x-@O<|2hL@î# x"??X4@ z06O % H!)qܹ Q h()ϟ?&M D- X4 d[+ƌ3FCr`4ݻiii4Ce$F (@4:D1HPSSTonn>Jx9, C! & ,Xtr߼y3ZF&y޽{>gd9, " ooo`N6[ă.\+>>ƣ9gqEɗ/_Ν;wލX x}7l)P!#ee0}}}###_x,Gs P( oKȘ+P%Phhh @Mܑ0ë_DA&1HBldN`Qlڿf_MLŐ>( yɓ'3g\f͍7'tU."Qfd&&&` %;;ciiyHEx6ŋܻAfCN\7oG&Y<y7dV^?3⅋df[Ԧ@v|D9sS# RxC eAY2x@d!GQа*J`؋Vž Iҍe„ ߿%%%SiL}+F?$m}U!.= J2 $x}_eu]CL2yA*ڇ_?"UXXXd 29״VX{1h'ژ(QI4A}F+ 6R<@ܿȾ+Cb/FژhfDBQrΝvBIxZNNNgڴiv7md,).w&I/aH@s6(-@[8z,$$ɘu=??|GM{ q3\vraSM*"sZ CeUF)DG0W~GJbyC9g3? C'e XlE@ :%%%C[0D~(nXRL(1A(;^u5@SFU0 YFRm bUgT`΀jGm .QT"W`5syz/" %ˆ F+Q@$ Ŕ)S: E xʝ,eddF( `Qa <5OqàAP $Yp})@_2}F"^4؅9:=nĀ۾o'Cq~;0f6|(][əħu1.C!3oz}McZ4LY)- n1XDZe8A]nwگo:( ΢:::4-M$z\"ȣXK1bv͠Xo &X3rky VFnFR@@>.Yڰ4/89Ig_ cZ d84hKMIh%E7QDRZ\jeS!X-&=JJla}%tk~NNZYIͬ!{KXS| 4J:EGTlQqh|Ŋ( -,,N< KZ)<^gB"F[夸YsXW{ k;({װ [ B[䊶s!nIu4p+ (( `\Na D7U wGDf===ٱ&eLBdfN^/fgB1e20A^/_!!kd+c/ar(ׅv($"c|y:a !ai2`01 E r4oBZZ_3<ww3:J#wKztLp6gU#*c ^GC{'X5!Mu:Ks&!',͎UR]9`qM+0ODV<;yI3bY|2\|tfPծX'Odee`Goѧ!_-6 `~qh: DQ-f kji<-\]? cvI%MhB''Wv`Y`A|#ںӡЎ}e-/!\Q0 AON}CqhY}&4|6/Mކ1") "= F (qpplذ D+G4!~ =*U;J yaąGCop!@B>n 湍)d@^~YY炼(uj%Kпuya8+ ?`G ֠%|V*vvFA?@@ ;瀱`w?0~h\c {G Vӟ̃jRףum@4j\`@>v8DՂPdh'`eyu)D0|BBBF3( J4155}ѵ Cv duɜ9sGoaxbvȰ| 8K@0_!t>ϟ!ǚ0 hz ~ک@“p_8 z s1"/oۥVރ&]vh-:VТH&0S=(ϝ,0ԓǏm>~DG&H  >} 1ԚdܳW||r_8~Ȃh:ihQXHy':M I9d>xG> MC |.qӁwpa+8^FF*LpI\9-< uӐGb 4dЖ _i_$vK[.hh1/ 32j"Jk J0G2x'OEiPkǎ@Gha>d`>HBV!m& rDRa@e V@T! A.8%-emY~=0 ۆ---p)bln|0:BFOHۑ{":;N/': @ïwdI}vJb"޵k=쏽x%ūΈk2dEx@]XaD^!~^E#CltF oA\^@WAlAPׯ_T)M ׭Y,7?!)Iz]XSS .@ PvӦMv{&c]GLOpq r)Ƚ<$1]`:,]:*<J߿g̘lq`nnnCa )jk׬9u⤙yyIi^AT)xΝUV1Vd"WnޒCE> ~m fzZAVl\o` Ït=>XJR`#]FFfDGm'O rX5Zka\|tI`˖-cn,`<&@%;v077Wz:Ø ^bMg%agϫ H(»+J!і"JX' `V"; M#ѐ'6"ܓzhA̺Ux"e Ixv2e ~sh`!sK 2(y߿& <1b ݹA: +,l *PfQ뽿~?.Xի0s2]&?TBP!_.elE߫0 #qxFUBD֜bjM A"Qu·֟CVm4`J)@tjk` zxyud0R(lڴ k¸p0 v#~<7mц 2{qq1>$݉:GQ{n. Ư=O1 OڹDh=LkZp wFӥr1T zF]0 4:ZOt@N:LDۢX!c C֍\e"z% ڽ9wwa\;ڰ+1D d?l1FrZ?,;PIJڹXPk7hL E=`Puv {**`ʶP0Go˖-D֯r$##+ x{db?Bߒ@*1cn`*,Nh]!\ ~,,\=:")piOhX8A#c.~E[ )FZZJFFy -~:yӧOY~KZ3f+@GGL,IOO'O/@abbu`ő?!>UK$ j%śܽVe9 { ځ/↫7"7 /F.(_:5(G^ԭό}C布DZdO}* k"659ZJx}.3@\齗R\ <=84*"f<{H>d̙4O@;l1ëh* 5SIDYׯ_"Vd%>4YEPQQq̙16mPFPXc^F6@^^9Rmll(}+ &f?nllVZ#HDNQsHH tJ?%C+g̘?r@r$ر yFAAaxDҘnPIE@ dd9kkkKU֦L}} ,A0 Nr.p n@m0 o@2 m42##c޼y.~"""Q 5-Ю @$%===hj=~eC+΀ͮ$'' 4%֢%Z||2Fk/ K544تG  RЖA&&L0 #@ wG<Es8ְ6!=ςg2a~n8 q >U`mn`B a6B cns ,@ry4Թ6k H+J4 /YdXVT)p(HIIi=_M[D^^AHRv17!'E g~h#%ֹdZye =` F  #ּIɖ_"@`͂pÓ֞˥ K(qxϻ?ҚHZ#9ҍcsJ)L?Wo{EeM[mFNm^S-|9PXiJX"' q-NDZm9Sqq1嫞0a;-=vJ:|h %ksHBR‹@`cѣiӁA,P {ؐ".|=8vǡ-ҎlԐ-|*rs ;7|"o/^+e˖^7#9pHkGVɛ7o EDD:::FR{6%м ]c]lg--`&: ˜Wͤ"gFKL btaˑwu dӦMJJJ  J+Ç(8q"A$*rA>~6 Ŏr 0HW\),,ܳg  }@] t !QTSPP@0ښ|rvtژZ-a0ߌG t[8@%?-P0{=h%03xa׃TY (?hF~M<| 1#b@V@! |5ʐWVUU-))v{Ӡ@z†dd6DYx@y F[%t-ѕdއҒӧOYI@; @E ][#@z:r%ϡ2sm`_I̋qmDGޗv2)G F;8,,, ]xvVC9Ab^Lff&G ]!]6< _o_Y݇h`LLLLv L]q 0-C*aydPNA2q &["N? ud@vp>|8 %/z w`ޠ.SN a5U ɉeȧ(z1oXXX pѢdP+W`-P-bN1quu 6 _'FJd6^CدT)@%<~8//r`r~""`\ fff۶m F;8C<~9 qx6Pws#4p؃(((_d JGp]D8̳J9k0@%d^!?HFdUH` [Μ98ԹmZ3|PI4Z +Ubbb;)V\I0/ V#8\&&Clʔ)# 6/̃o8yl4x-\ݝ`[ϊhQ2l 173OKWY[[C!<=3J W& TK}EXהUg"Х6X_;}ZQ :14 %08W:׀ bR3xfF#F;8011;k7.cm ZU6?<_ /]m#?U܃uA= VZ5@2M$7lpaɃt.?{l`By̽߿2e6u;>TȠ*6 BGGNf4Z -K@ʚ5k֘ -G\<3z2[nا1-JF0a=rav\6H; u@C s AѢdD߿CS rf̘A [t y'< d V@EH۶m!ӧOg\2\xt; @ESL;(uK@J!hQ2 ؽ{7S qp 7˅7l0# F! JKKϜ9̽{vG:Sѡh(C6222F;B6ON?Ų˅}}}-[32 FΏ } y v+`'W7V3eӦM#m! |q@Q0ٰwԶ |36B9pl311F Q0id E3m5999x{ F;8`hȨ'ݺ977̙3Gh(C?r)yprP#|Yip)***ׯ yd@Q0䁷7 !xhcvC`|ťA^8|hc-JFpU!@! `5u"N@&k˗ }ihtd  **CWHY`{d4m l[%$--A^0€>@h(#ȗ o#ސAǁw|xN4,^8..ԛ$87 F[%`777> dra rv(]W2 M?[o'ijބa F[%`'''HS6<‚<2 (4Z}mjA^ZaC U"@~!""RZZJ!ҁ=em888172 U޼y3@%`X/_ " 9eHbԋ/F?(VÇ ],V W/@Q06r?yE<[G?m`W2 -x7O1vF;8@.Q 0PuQdw# F;8`n`/h=y2Ȣ-@E( 11ΆXctvmಐ {02?~<x@a>| !!QYYI<B6mZffh4*C8C KpBYWY"ѣрhU2 'سg+&@L6s/_>@JF...WlFV,Ph(̘1V3>/V͛7G(ΠS!?3X@JFpLLLh іc îq঍6LmaM0\LvLY|yDDhb4Za>| [[ۦ h3 9pss,_`?"|@ Sh_>@JF.\@NE%'Ec]o,VM˗/&V@Q0"@ww7x9y$=r ^vǏhQ2 FpqqiH>G֣a3"%߿I\ F;8`?}V#LJMM LL@Q0R ˊ+ mЎGn zlK.$V@Q0̙3322=(%(?"Q,LLLN>= FQ0‭-,,H]Ml455}c4@vpF/^\f_i|_ oٳa hU2 F"qㆦ&Ex")k+**F hQ2 F((--=s A҂zFFFOOm۶ Ѣd\9c @XL; B !Y|}t hQ2 F4Բ{nC4:: F4/W F(<<,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVydݚ5vC^Aٓ'NM -#Ghb @5ki 崉*xrv0aZbQZFy-'U $-@R&Q0 hQ65k#"ׯ]p7] aZZZ$5e&)ed+0 222E@7% @0Kz$7@ڃ$i!ףaZbO"8qBTxn` t@4M `htJmQ0 h`-vG( FQ0 F(+bwQ0 h`-vG( FQ0 F(+bwQ0 h`-vG( FQ0 F(+bwQ0 h`'O 7 g f@(ä-/)Xg65;]2#x@`P]&3-]EAꠓ'N$#=} 29W|Ξh; Fu@pHY3]ܮ_3"2 )C]Dܾvn-vG(&=wG|!hʠX]fD qPpusCůR. &&%^n +CUs+||h7V@Td@31;8@a SVl$PhF{ q X6;,K^@e@A͝_@6"@]@#bd]tI@|d#vxP@| d]k.'@bI9jYiawlry;7Bv-i_rDm=2ΝJ'U?LB 1-I\9 `WԠ1ŭ_qjG(Bʶ}̏9L5,nFhzyUhX@J^` :I,@ȸ$ZhI5A"]*@UyR%3- `I@&h; 6fEqP=X"53 n6GWn/3RI S1=p y`i?@Sj`У ,y M! Cڀ{v&`kh1F;bpehuO< Su1WA`#`BBxH,bwj`Qr 6 CBpmF"b>̀zΤ }p>0 6̟7k) ́E֭Y^?@dx :Rh҂/oCΥ2d:X*MZgO Y˅׮#K̴t`fpYBK`]! Z(>)X*!9@T@BQ`9.g2-JECHY6i\ pF]@Wi =%uZ k@!@wg̈́' RR-dC{ِeO + l/@\)ի&Z  tfR$:m펂Q@W+acgSn>I)@j P0x@2N((1bH A^RuHZZF@SKJdu1v2 l 3/Dv?K--`M*($؆N؞X `rYP 0!ށܞt=Fdrǁq 4:0 F B~-=@v!=w`A ,рX]E|5юC \ P)H  cO<酠ADdk>2|3Τmrp Xvt`7F!f;i~߀+y`C2lBn5&69`2) dH8x@`P˂k:2זYHi,,.! L0 }Bw ϛ9.́ EmDR r o"sy@e+ `2/ hta`,7!ku=y lMK׮#̴t`^648YBˑ`]!ut|R"ʁg&[(3\BC:!060q-g@Áv]CZ0š&pm`kpX+Vz;@6!@q`e@%@. ]@6 ?~#d _/E6+e^zD 1kLl[XTP} \]w'L 8bH-vG(&)6/֎6ށh&D%d`XQYIlbK*'Nxx0֬^ >2\;\ -+.HMfzz,AD[- rżs Y sbwd\ A_ VMʯҠA!TGcxnp`2%/H?[e 441DV_]W iC^0Kdn҂a6ѤB-Pd_L@. } }Юbw^` ,M^ rPPm t]ZXjCn_9S@Cyp4D ,o.[z13 ^NԸf{^搕ԃ-I(huK^`9FSD l#A["9xBf½WP(~-vG(&x5\<2 xBb>̀zΤ j2 _0U\9HO `Pa= ,Λlҋ/y-mhiiKF8<_p]&hc5y@IYX._ (4(T o]^8h&PJItPϟ?\\@qkkx>ʐ%pC~ )03ĵ@0201>H `~h,/΀I]S'N+`lݼX:` @ ȆQ0Ǐ?~܂˿qLTALܝD Z")Q0 Z#l,lG6P)X FvG( FQ0 F(+bwQ0 h`-vG( FQ0 F(+bwQ0 h`-vG(> Ƶ:c0B@(ä-/)Xg65;ؒzw'!G@`P]&3-]EA9yH2" M6>>>8Q27($ܥZ ndMkߏT4Z쎂Q@9Tr"Eu]-I\>|`w]Bt|R#@`Phjiݻvah#kl Xd"k,*C9 @(T5upIҀ3ϛw1 ` na(: q7p_I4r3Ҟ @Z'cZ&Jn^b2]ժ>]Cf {7j,})Gl*O^8H _ăͯb䊪1Ss(!}FxJJ9\Ӑ(X9GX45Kgx Bb`a`cp|`QT;؟>y d`^6igON0hv@@2!)i(@e *juk] oW.I&Sl@@@PHHYI)x^ 9@[ lxq:ďrsmg@| k hv%F'2\;\ -+.HMfz,AD[- r#üs Y sbS@ gg2ds\7Dp7 wt4:@@GC `# 2%AHރe 441DVnCƐ+$gdn҂a6ѤBMN܁M'OV-3'8Ɯ";bgsh@mv;:-vG(!}XBi:X*3q`AIm7hk0 jD@RXZ` &i0i ͟4a5k't4Z Q@d ,82ҁonA>! F.խ%7Ha_ 50\K!Ρ ;s#A ҀG؇߸fɱg,0MJqOY3Cة5vs@#6~R9l 2x]FE^W|:~,prZukpRn'+'*,x#Q[aCbIA'RpE ](^C{Xx?plwK%3&}Mnjü{r Ed@c_v~ ZZ\# f;TPH04p! 8@^vr'q j3.?!7ù}  %xI ѱQ0 hYRK(-/! rREZhk0 ޹~1.a hPa ,FO8 ,e4U<JY2}IX!Y`J^`-ȧ3q@WDg.n>vm[(҄\< {2GOXvoڶj4:6 F=ZMQ>t<ɶgńіAfnhlgO0PƵg̈́Kp zOzY`|A@`P<}> qƵe>#OvܸCv lZB] |aOҖ\E;בnDt?qnuPH0r[0o>0 @Gf(㯄D9@#X4 sCC 0ep,``^8oK/vvv"IKK X2, ,jC30ߺy P(0K{wB@n?Moj|5P2ZtP hP=PbpL. igoze @?rq @Ł n+++C$ 'YC|g[oD#@!+E0YHkׁNB=ːFP2 LeRuܿn<@6陙TO*RVtD$0F(  )R #RfS`݅ܖt)kC1z)<;.\&?%յ"h; F(t4:; F(t4Z쎂Q0 F]@`Q@W@(`h; F(t4Z쎂Q0 F]@`Q@W@(`h; FT<7 vM4Z쎂Q0L RZ]BC4hmjv%N`i;i?(,cG(Xf͞]!N.]m;'CB{+:[ >Б:񗪐+;@`P S ܃ v54o/R!thn_vZ|\\uD54htajM-MX;.8s8qkb,-L h; F >!aZr Ù~`\n Z؁Ѐ`,X-؀O& 'p]؟iM6//Bw ¼S̔=F$ @/شdλ? QG(`b?0@؏?65WóPb,Zkߵs' $!kWe%pi@L#\=P "@-M]T:xܹXkom,Dp.L_,`*8 @w@OtPЅ@3 !{ Lb @s'D <)_m,<a @d2 ~F(cL8#Bz~1*-# Wy %ZHr#\gdn҂a+ѤBMED^ ]^agv 2 q`CL ;D rKW$5۳ ؞e] gȵyȁ  ܂|F4P=hta^` g_@42@, ̂zp"} ޳k7xm@8H u'O+ADA2V5坙+" G(ė=\H" 13 ]9NeRO! G[L V=@s,O[@KÀ ^dnȃ3'd!QO@vGaE*\w>A*|9 gH.p" fSmK*:S%QƊ"y<I' v-XhE?IZ87$GLBIfvقq]"`TQM\kt,@OehBxp6cMWjol*lcl2VRv!!䢵a\l1z ך҅DZ}]OoɅw*oV4DxAH?FR<#t7i5k- w(۰-CLr(^G3(typ8iRfQ6ZuP10 \M % R^4R\= "Yh\Lg@b4Z쎂Q0 !lC8_ϔVEIENDB`PK?ܵ>>1OEBPS/httpatomoreillycomsourcemspimages469709.pngPNG  IHDRldQ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV*bmWxLv@-7"=oh *ߢw:9K+`24'WW]- ]e,j ONWKm k PҺ5kːY>ׂy`mhjinn@ɓ']N4* {vnmj?޼I&"]rڵ+y4t|,@ 4QA>dȎwuse]-xR_uȩbM|L(Fr 'I)0]KgA @ o e +ZbO=يf@CTɜ&˳㕜Pd&kDHgLP&mЌȾĐ̛ J l24(WI΅afcuV3NLŀub&0 ح ahbS&<дbX<$a @{Y@4 O)5 J$1Go9J'x!cpeX1\Mc bG+2@ `,H&Ihaf ۬'vG.>oI}eHȌ MaΓ6xa$xN%&z{^Ly.;YR c*t~ɊߔrcXQ}*qOpť+ tq&zKR0PCKu]~^2r`t]nr͑'OfZ #%45 K"@ !3(\٢Y]ʯQhl{14'<˰~iB[陛}+8:ed\ ~8Jޏe1()iTocX8M1 ,M30ai+mGP]pB5`1d #HdШ_ ēLy }v>>ˑ\mXT|kׁV@dm @~Q֬MLJ)t+P%ih9B HR/bՓ + IH_25 )gCѩ*hV1P}A{zx FٞE,SmZˢ|/a}5 9^p%gjƃ2_O e<#Ny3`@90a f4mI>}c|΀ (`h>Q0 F(( F+Q0 F(( F+Q0 F(( F+Q0 F(( F+Q0 F(( F+Q0 F(( F+Q0 F(( F+Q0 F(( F+Q0 F(( F+Q0 F(( F+Q0 F(( X9k׬Yf-MҢB+ShhxR7<; :"<֦kQS~#<}?@T O} ϑNS74F;/#;-GN'SXm`ԶRlt6FÓ9TI&vSqWH@_1`];PX@ lTAt|^A~^Asݚ5&L$x``lԌ"[f ¤;9 h+`bEm!!2-u$h\f-&8<Ԍ̇F"Y@ A6ÁUpahs` P` xh8 hOnD8b0lM#3}N>(`gF(`t4mQ0 F ъaQ0 F A7WP0g ngs0$-,;GL#haQ0 F ъaQ0 F ъaQ0 F ъaQ0 F ъaQ0 F ъaQ0 F ъaQ0 F ъaQ0 F  ,N89iᄪ>;Fsd|+B`dsݚ8CD' É!qP1q(T 9 .pGIMvh  \y-Iu w2`\3h~f'! `Q0 F -]uIENDB`PK?$$1OEBPS/httpatomoreillycomsourcemspimages469711.pngPNG  IHDR kr pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}0} 0HU1ZF o0h)'N X]!O=!\\ѦO8ina!3揂Ѭ4H@ ! P %n pʝ֬s׭Y,.A CBe|#0wڕ7Ѭ4H@QT7Y 3\%, :{3!͇I&.]|e[^R ,{r c[(0w.BLtV\4ҾnQ~"X1%M'#fO#Hq&^@r:VþC弨Ň5_ vS;xv;v/[bc8N0xn͚Z7W4|# Hٵ4yxDZFVt<D<#%zyg|5.WȧN* Šى$Mρ֦f; `B4)! r@Nǟ a8iās R)v`b`qL Y` @+(ePGqpnZ8铧Z#x0M/!Q`6&-Dd X Ba|Ziˑ*0#9LkZ˞d$9jV\񏃞{Ytg_@za`e ߤܮn5kh1PV;ؖFGD" 8"` x!1. -MHy5=Kӥ%`fp:h# jѤ~9I&L%bd$`:q'\?Htn,C޵jǜ@ԼifBF0^=r''9yV !T&MDI <K]:k ,tr 0>M⃼q] s.JS'LH"<0ށ0%=SU@e<(lu?$ABR/A$C@%@{/W m 08N>%-{d%)ЏVU|B]\#+$Q>KxJ5&yxFvzv+rEѹHNt:RU AAf^8d=INHie+vx^H9-bd3ys碍URw!+1݃g v#=H[8m!#5KN " |d> + ٵ8L|2? o |(`-x 0d-n&`hjf+j`1 _O Pq ~C"i| 1 %`غY (99&5dH%ZІx :]`JZFI2ւc$D  Z +Ŭ!1ME:y4o\.ut iS ԙ6f[AnU oAEB(BVى#it[֩BpS“(㸒7 O~h$@uĵ%铧zM-Ms :̴t;|z 2 䑷ҭY$ξ~zBR".ہm `v@DAxxA l%1{`_ӂ'1 FCKs=ƀ:LZF:!)io:xݚ)ALu(`hQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( X0 OPq'ƽLxN`Wi9!NŔ-I;iijԠ*mHyɺ5k32~`U<p{֮Y / CF'2h8O q0HZIYn W AJł thtD$`^fy%:-,,b""ٞļ7h2SsfZ:0 10&OL t!Н5 ` M@DF#{nÄ$I⺁-|TO@ òݻvcƖ*JOV?o͸XS5A?ZtB0w-7t0olڶ 9莄DH) "@5, NԢgidvv`S# \i3cFG/ qaxҁJD5̓ygE72;HC[.=v#`;@1~Un~u]-n%BJx1!-# W t~5 `hN|'a dPÕK `r<d-H'Ѐa,-d/++:&jij lhji⩮ ˨^~CbRVqj~aj.AN(@t'CI d*$0\\i,6oJȎwC44u`TDn X=|'QS1+y :1hOoq=;:TJhÆX _ _/o` nnA@  YX׳X=ӿT`wNd,70LzA0_1$5A;lQ3Iu - :nVSNDk!+[ pث!{S$!m1$ysh4u$t@5xE$ 1}" .`]D+} A4 ;=h L-hC}T/e=GV1@TS^A>FJ{0k? shK@I{Bk2[R@wZ`C !L^Smu|RwMxnb֦fy28x'MҠ`GNT/~̴t`Auk%xiJTir+-:Ead@yj-Nv`v~cH^`cXAOCMO4QѝQ2شmJJ&Msd8rQ u丮ϟ>C1dO0k?͕]{xk)\Mn;0YL|akNm  |aM;Rߵ?X"] l@t/ Н L AAq2ҼF>ج`&03PEA@,5=N =>@ C98=h98 i3##t4z(`t@u(`t@u(`t@u(`t@u(`t@u(`t@8װN0q$ N889#ӝ C[GIE,O-@Q0 F( ? `Q0 @F(`Kw9 IENDB`PK?I3saa1OEBPS/httpatomoreillycomsourcemspimages469713.pngPNG  IHDRkr& pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVydݚ5y#ĝ@0iZ3($DFF ,%5ki 'M89%8UJ!N`uHkwR*4w'0!%#@RL2T䉓-&%O<]KՆPq'0"S*p'o@,[7CͩRڝ#<};;F2 pMC"֮YDߝ92yڵQwRǝdҢ22T1bs4<Cŝ|||v'UPq'Ѐ0c `Q htfQ0 @`Qhd`t@%(`-G(h8 F( FKQ0 F(@4Z2Q0 F:ђqQ0 @`QӧOMXؽk-U (:"S}5k * s 0 3rKJ@,y`:) kO $dp64Q:iWTHkNO/eyǏIY(dajJA؏?jMW3R͝Ky@WM?Ǐ0t$%@"@ FG IaNKcpO`ZGB0˄8Df.`R$)`RalV{1Om!i3RRBS\ TN-aįt p5LE[BUOE%q0 خCORGp۾&y?9)9~$oN'O: ˈ'L\1? CcqE_/oMIŕ aXVR l b>| @L,!GPH0r+Uv6@YH AnFY@dT`0T8Z a؂ @,"\ҩ@I[o`t7N-8z|~p`ZGv9 H01) H[%-(yV: a`r@WȬOJaH?rxn$] o]BXJҡB^Hk .-Z4J$WRO-%h}liu0)y&dsBq%#0{,g*4?)f׮S_y0cCZ@ lT:qr҄wSi a`:$E#`x  t!)%#=ڻ6mJnHT ^`2:>4U[uOŲ  ŖҦ4'Tȭ H苅Wx2!9F) L~^@w((bRwܧgC0<W7ׁj RM x=/̛<˚`2XK̈́d-HLٞt<$ = fFT T RR!I@/PEjCԣM ,i7NdxJhFIkF)$EY`۶JE yN R@`Nyh%KFJ"4 \`@|.`:[ a5ei:t$I@+𗌐qȴRfJT5)0%̴Kό uȢC $1'pia Ã)xV+i] AT JxH^@n!8Mp!ys^su^(̌

,6ˤd(;j"i`-6_Ɓ Ys/,sy40|,,, .ga:3sD$n&f='Iu'@P2Q0 F4z>(`-G(h8 F( FKQ0 F(@4Z2Q0 F:ђqQ0 @`Qhd`t@%(`-G(h8 F( X0 7x֠`O ]fͺ5k;G(?krN30gw2གྷZvA@a)9椟 >y2$9CŝFIE@w \*ht:T4r9wO#НH mǥnjZOLl8#V@,x:8>.';GxxR wR~{;1zH4 d.@Q0 F:ђqQ0 @`Qhd`t@%(`-G(h8 F( FKQ0 F(@4Z2Q0 F:ђqQ0 @`Qhd`t@%(`-G(h8 F( FKQ0 F(@4Z2Q0 F:ђqQ0 @`Qhd`t@%(`-G(h8 F( FKQ0 F(@4Z2Q0 F:ђqQ0 @`Qĺ5kO8AuN8Iu'M09铧#ӝO<;iN ;! %5kD0Z8T92TLu'UKFz A!4‚*0 ~w'HȌw +Pq' )Q0 F20US8v IENDB`PK?y(""1OEBPS/httpatomoreillycomsourcemspimages469715.pngPNG  IHDRkW pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVBsTiN`c XTX?jUl%ISP;JxRDFNP ϡNj5<gXSWK ^SP;Jx %:T4w7JxwBtp'r F(` -G(h8 F(( FQ0 F(@4Z,Q0 F  ҊE%0:HbЩTt9xZ B@g^3Cƃ&&> XK "ŕ0Λ/zr`\Ff!l 0 $;?Ā r6{dtCmA,AH)v4E r;$UDL4<+ ͪ2CxZr 69w*0oD`/g@0yħO C h 32Hq:E"r+ȇ 6[XX{aw^3A_ 1`L ,kmA^@'y)v'qL  E`Dl޶(/)|$̛,BȚp`v'6:yI؃ΐE>͠I7W`2:Sd *,ք[ޠ `'0xw'0>]c M0"CSrHе'gܼ||>`XN[7|a`BsH0g ,% YL59@SpZ{.ZZZ#NHI40-޵{L@RE =`#܃@ !rn)v`.,@Qm &LgKzdYv r֦f`j00|Iހ$E^>^ 8}²T"FCν+ +Ɛ]u RyjfaNy"y]\ylO' k,1ZM>، t0˜[) Vٸ݉Is`,' ^)v𴾁;ri@"\,nH)3SIJw EZ4}+5}!mfiGH~ B1wy;u|p)6x,CH; 1`d"0]Ip8 $À l$-iqMS `GHH0@.!?Ls.B:˘%1$!%fR`P2Z+ve00 V CH KW Zw[FAtQ%!d'@PdˎQ@/thQ0 F(@4Z,Q0 F bqQ0 P@`QhX`@(`-G(uC&LE1'OPQPCŝ@@whkqQ0 P@14F(h8 F(( FQ0 F(@4Z,Q0 F bqQ0 P@`QhX`@(`-G(h8 F(( FQ0 F(@@'O|){׮7ha(v͚+++_efCCCF=v **+ed~8SݽHnF7;;'AIJ`0h|k׮ %N8A̽WD0o\C]Ǐ+*{nݽH`&L 潦Vpw#:.Wukݻv/]z6aG'n`,$!XfMPHH^AZ s%x2-&A•>y$ݫ((b`tLģ铧x ,YVZF?oН L^5^2q@F?0:) ^`e+ zb O9 'HX Jܠp`&F6 rqD78x"~҄xP}u iN8 tu;`95#Ih:@2-_5{em'cIȵ` RR@1`C3$صs(dD c:@뀮:Z z O/h1}0%Q9\Bp7ڝy6 zB"0 :R%x! $S.A2ߩď- gԊk`V MkaaIqX~3 s!m΀AMVa`{:lM۶b6M!`jz I0-_ d@؅CKOjR  ̴.#tĄ'R~t9M.d)ynrn`12-3 엝t1 ;Cҳ>km[ `=XA`-' : +vtCB 0΀9BH# 0= H8$$5[4ǵ`ix" @Я,4!Ad !Sܕ8X/cSXSmM@^.a|%I JrJXR`bw~0X &h{W$n F)ҁٗvUQ YYap DiM7A6щ [#CC,PITh`tZj-lmH21"ʵEqv;60GdʒKGE';>:]+Fn>Fd#hn CfǐJŀ>k5d|R"iA?ǩSŀ@G_80F= y|.]A @,c[&uLK2 $2 2&$%A D"V+(/+E@,7>2D:&*s ! 49 XL0( o<ʤ=% !:WZv.]C $ !0Mx1+  CufO<ٴm){ Lׁ &iix1LpX i`3> D`MI41i„'N[2Zp#"ɞ"@w""HaE`<Ѕh&Нȳb)f%f' k4^ uݚ5?}rׅ bqQ0 FG(h8 F(( FQ0 F(@4Z,Q0 F bqQ0 P@`QhX`@(`-G(h8 F(( FQ0 F(@Ă)t5Zw$-#C.'O@ ~w'!$02W w2);0Q> k[;G9o,]|xnDq'((ڝx>@/5n+J*>Kfs'՛$CŝTixҡ4TI'^@,kjia=ի`JtpO7I;e O:4;! :ZW@S.`QhX`@(`-G(h8 F(( FQ0 F(@4Z,Q0 F  tؔC!xy(ׯ]4a5kDyBT&0H;ᮥ>)JDyD65a%4'L  )ĉyP%8A\#:3-"($ ]]9Y X(,nN8ympo,96[! H&&%A׮Ξ֬̽m1}L[`A `MAv @0-V_DW778&p'.np AOM0񮩥924&6κ5kjcnZlY /`10f30 q`ٳkr'F'rxB.a!! ۳SKKkpvQ o[@5ڴJ4g!Èhi؈lËv>;!"> h2kD^>^x0TJ4EH+rPڵkX yxOGtXd%ittZA:"Y FDj`]6$Phh&[iR՝>*QO@üXa`e2C`R!/-'OQhx4Y yl9:q.{.r'0ddd{v6yF6dD  h-BW&&O7$nMd`7+"( Y (d[65c&L2al/ ΞU=Y3mSq5O<~:0׭Y BBB_`eyI)&"`ld 3]fO!nSZFf<+E < !_Cb de`pX[C%ShQ0 F(@4Z,Q0 F bqQ0 P@`QhX`@(`¹@g_&LJHv'TGIE@whkqQ0 P@14F( `FP#IENDB`PK?>T1OEBPS/httpatomoreillycomsourcemspimages469717.pngPNG  IHDRhMs pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVy l* &[-́`;TsCC-BDHÊ$ {w[U$PSW֪"-)J!o^pϟ?m:< ѡs@4pd 82@ FL@G&р#h h44pd 82@Qyt Ā׮} 'u,x@p@QmB &`komǏ$- b"'\Z nFHcJ!$ag Hu ,-JAtC 3 q,@"@Pka5'O X"\@҂敗ejk4!)Yby%,%TY#D ֭YK0Y@ `ņӷn%TY#DA('X!K4Jj( r ķȖĂ5!~)\ h XCr M= Tq(x: 6-A4PH>r [_/;*#'U ڤ" mJF PQeqA=!u~[\#@S8s!>`GmQHu:/N x|,=a,` S ؀p}Y@p%A@LԪ m :'c|}A<DC[  P%xA@ 8@Q-_00PjOT (D)dOT J \ htL@82@ FL`RŁ{IENDB`PK?5er1OEBPS/httpatomoreillycomsourcemspimages469719.pngPNG  IHDRire_ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVyJ\ : <YMv䉓  I4",Ɇ !5hD]BR";^'LVYb a #` صbO5chzT 7`ѶnZ`Cej& ѹ@4v ;@ FÎ|@aG>Ѱ#hؑh44v ;@ ϚI&8ت((I K&_S@Ci RФ Z]W+##ɓ֦ݻvc2A]P;A Ú 'Ϛ sPX0o2K&H]S@aMMFj.: K&XS@LO>9, cY (d?A v@!HV]v5 J @@Dךa_Y>Hn8d)K&wEQp hYH} ؒ*( 8^sfL40m`kXb֬Ո%hAL˃h(%h^mڶ#@k_Q^ƍ&- *Y $$%2r"A!4 @ѻ,+xH $`tB$l`z+(wY`H8r >$c0yD '. rM@  FÎ|@aG>Ѱ#hؑ{e҄ U\|x`wv횹 P7+0@ (@ a5`*%U^R lu72K X@ tb"5ux$dr0iji%&%g&`4RNUYPVRg{0b6B1+!gH=g`>&39$ȳ}Gd//V-u0h|@#=Hnp@? B\zS@#"ZS@# `U o@y)\@#"CBaZ@zZV LS@#H ^ ͈g. Fָ10n2s'hۘ|@aG>Ѱ#hؑh44v ;@ FÎ|@aG>Ѱ# ݻv_# y x]*H@輀&ey\ ֬^mT)0Ȇ.ի6Xoq 9Myp,O/̰:& A @Ǐ#+ T ;< Y>̭KW,ǵܤv<}yxpA H ćW{*!!u7d5L![Ĭ L;xIo'^ Ud,%K& S (Sd  y"@ \b6 @ 5l7Q^@C>F̛pK\04;`+ʀgȺu`ӤG%pXS &`6Ӈ պ`7EhtM F ;@ FÎ|@aG>Ѱ#hؑh44v ;@ 1ɓ_olpqs\O֮Ygn|#[Z hA` [PmT<~PWrkW¯ #| D^ @ tX d v dIdAy+qh:.Dv hv"0OA ։DZ^^Dð#x@ `RӶ ,(YC-a< r[8A*m#x@ 5 JAi. hv\A|R"1d.ףjdm4;uՔ+4͝Υ :a: `W m9 >D@NAPt; FThmL>Ѱ#hؑh44v ;@ FÎ|@aG>Ѱ#hؑ:a'O̟7o҄ htX^0M]@Tv*#Q0r {k9a(@-@ ϸ`ȳ s 5k|]ߤ*hmjF1 ̕G_vƖvĠD~Ҽ|\¯( &5hݚ0:"‚%w[F W'rX#f Ѱ#Ѐde2aCW&^HhX "ˠ4kȀ fͽR`4TK7`ye22 lcDu"'x x< ˜>ϗr ngPhtM Fw ;@ FÎ|@(6Zu$\7!'{v6, F @ FÎ|@$;;y ]}` C{l~/ w)"v]; u^.Ap]A!WI VbVV@SDTA?` ;"*,@>wc sg Dr '@3, C:킄/0 P`@u@xܠ'( @ FÎ|@aG>Ѱ#hؑh4(2IENDB`PK?r@y@y1OEBPS/httpatomoreillycomsourcemspimages469721.pngPNG  IHDRz pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}߿}& !!K߿oܸ($// 'OUqPg40إwB , 6vb-v&!f&fƒea[pa`>ɜϥӜpXV){_k1cR2|[,2LfqQkzs[)R !xhd8ѣG---lNN֛7o޽{X=|!) Y?"@ >P߿3g|,P CFx 2(4A(ىlpc7 4s{31Fkmι@!E kIU':]  _ݙ ĘLUK)lSЈH0Y\~׼$e[>p_607iX@ %mچsVJs!u@f[:0 E>;X.&R¬֪%:+Tjؒ$V }\JIZk&e11n` \`xxE>0MS0;R,,,)t҄ ia@){8 )4>`G3+@l$I t$ЛXرӧO#Nh3`f^3g݁]x_lIxS?@.1c- L(P… ) k׮II!1@ nGkJ;ES6!m_Y]|>TdC,-Fl'3ǻtq7YdTǢ{tY;K9hU3csT@C/i;7w]tہ,#}zĨ!S6IZ-`VC(P_' \٥z >#%՘+MŃHΫ͎TG'ŻWWQ3u9=-O)Ƞш`nUu踟Iӧׯ7f/Ok_ҽ@'aU Q%V\v]6hh&#6֬E@ɓN lH P:T4*v'H{׃ &/uSB12R4c:%F#pf.Jiz>2ZOVdݎGSgN2n)-sεOC lV~X^ÝzA# >jŀЪs1Zk~+W[ݻw;wMI|MOG#ֶ&Zޟhn-K ٿA񂛌1rk SqBBzҥAh%}yxx8;;ãOW􊖒w8#od65쁙\7rg4p#Lorǚy0jiiM I5A ^-x [ 2 vx~Lx1cᦔzw3xQp%r3hTX9BDXXc(4UKRA8OLCXVVpG^ԯwfIHWwcME6ͬ.6тYG8S}x2"Lq)[k凜8s9-\ل6e Ӏ`%90A\Ha$ɮ1j)gL$Nt o:^vM$:h5NDs&RwH, @ٜ P\-\Gp /.. <ڛMI%??&rZc- (c m5jmJۚ)s]k$@bߩΨ"DJ?Ip"O* ..5p!RZuRQT8L9RJJޱw6zzzlmm1A/RCKSH:<> 6Akbb"0)0S 0}0IA A1E6n) I`2B6 %$A|5U,o577wvv6=W+݌m a8Agj`4Fc&SN )"p0ÀYZ=v..Nepe9s yZؽdZ˜6Ji?`BFJFnhbIK hZ< "'j;g[y)e@֒oEh ʍp8 4i}.a7Spr:<s?j70 & $<jJ/< %Q:k)+@Dx J/S&5N"45+,ZEc2XwrRmyY8oiZy&X D)r@͠cH ym0*`4ȫT.(yNVa8?K5{K#Lv#f.t9A@ D[>.V^Ico#4UM}#s}{+=74!I'OtHT &`B@(A1LZ˂s MX<(00M\RcxUW|ʄ>!$!Tǒ nZU KQ'dsRv6?>} IK诵? @˹ 0+1;0ғ(=c ;;)jvwUeX١R]tC=E.`(*_C16z=T߫/&`15Oa>ͺ&^k1q\\O6A*/茀 6 !q깔㛬&N'T`$0UI yԩeץd/jt&uwx9caXƣxt Q%ُ .ZHf9yQeAb-Gy1TB~#X9G(|駂`$z+M*&bӕZxsژHIV6>deMwO#5zXTY;5W޽wU1?' {C_` `zD,dSDlzDNy@6mϴ@ِpJr< @ǁڃ@x9a =ţ/D{XLfzM5KҏT0Ty8m‰.?IT%\*feŵ#EZixL"pIQpy`RP)й_%0֏vv|m?g|( HP@vN'ORh@bUPQtt@D%VD(W7~9۩o_N:L|c0VhLq}U)*q|%ZK2pB5ģ9V1\5~r15A"JY&sCDDѬLaX\ 9{!~EmM`@S̼yh吙C`yymv`Tgxx-&|,>o|CR?r_xބ`4?xϚcRWFqc-^z )ckz iIVpnAWeA`2C`,Zkv`}}$[9 wO0ŒP g1i:zZʔ,P(I{R3tQzqA1"/ar qY`)UJkwx* (x2CI4R 5/_+*QD2mkY?Pw8@EmY K`)lMxhgc F 5zasDz)_O6N *pt`lq-#HJ)3ast2kL%=+xi+ѠRJջx5Ėց(Gs#O-H+5Ϝ9N!_L1H_a@@K! &8]éԄLK8&BHpr"$ w2 lI3H ћ?-(5ln!di3kc ?-imEzL_3Faя$@$x;k'$+Kvs xej\=̣xdφ[3 5 !;0)6`b&P$"xN1Q^W4OwER1WbuADBnҡ\\(tKPqio lL|pOj:NOg9_Ԅ@ >TM!IXy7*)]nR龎ܝA0𪾨O)|׉Gz1-[\&9'3J]_LoEiZK(a|2t{E qI  %p%w㌪fOA#_Ω+u9HeZhT *@VUg@=jknA;"K30߾! bc M%<=qI,4F 6r͎٬td^{/^wB6A.^NmM\GSh,f]Lđ/h?pe&HՄ|\ Za ,2nݺ5w\u UnD-܆bGnC%з7DF͛p/_-Ѓ@' t 􅻻{DDd4V2?8?C:HBd@=~ =-xA̔غu8b̝A 0 w3yoXDD5Md.:nA.:y~4i5ѵde}@U,@٠f,U `?=ƅh/3B>e,5X:ڸ5Z۩sVC@ d?C`I@ '{UV[%$ .k-""#ѼFՐ( k@: nH1KKf3wKڹUӮ7d,9w%̝A C򠼨 KRZO&C4qC̄7_pUGt4MȇL0ܘG6s}25F+ SlOEGᵾhzh*Oev\M#̯zDh;AzC <B&~[ic5&)LG.*":|'$} .vGGKȹQ EāœByCS0LF6«N}\ X;c@iuqp( ͚3̖*9?ʣGY۲[xq,]$ v˪+uLJ[^3(V&U" Nɵ/suk 0=?YA~Yh qi쯦_A| ̦+vSf'| t2VJ)#SQ|Hz :Ƙs>h7BghXf˯?$)NN?BSV\ӎ-y >1r%Fj ٹ@ @t!*J 4@-PP-#=RHV }R!c={x3~p@1rUqJ+HˆIS=( !E*Ux@) icJrP0̤+v^@Tt8;1d ʋsJk-9'IVKh{!aZn||Q;@@f5Ӑ23Il !X@RTH/Q !-&x!=-^1E#! 5 u mDxxL/0@+ I`8::¹x9@F#$# W3"LL;{h6ʊb"t␯ j ##pn rq)˄*bEutTsr2j;&I۳g&<v03$v႐T t(Lk+`ii't[| .}!xE>) 2N0:i& igw0ᮜ:Av&VBh}A)r7B`27bX z)tF!R q B/T 5xY d[(@X>DeƇ =]fY[ݙܺu+0x&9m Ȩ#y[4{t!ZihRLB&M4bCgg?h;@_4x1į$;2Vt5R 깧rސ XH0tNÙVf?ąj3dv?&rV {bdB G֜/mR5VL*5naaAW y :Ȭ76yM!{G#[qhnL$@CL@>sңb[yΝ@@%@`8cėӺ(´5Δ^(of~q‚PQcCF8Rwgv&׸m8"Z'wa1 w>FdufV4,Hz3ze9 %Tkɣf&)@Rs޽dd&.9 \>I, cQHX"JjY WOB05hѐ7JE:|9dy*=g͚dcǎݽ{G ~"!vb%ȷjB E=4qN({GZ4$KI :/Ajgj#餘7h;$i"!>!+ Ӂ Y v9;F4Y wڴi*5$ ȅ(<Ad#]g,"N@C>:)PNYJotu" 2t]"^L v@gpھ jG(huciTY!%ʄe_Nأ=GohϬkA "c`NQԥCfV#bIZsxbJ%$d MDݏ:`hLwXOibDW@fx;A^zJi= *%}h63-h?7EF2r [l&@^9rRF*Jh}KOy%Y"y]J w6xAjѦ'p p'%Μ9C~(6aWB^=kBdgkm {ФKLtW\D^U9&3\d owttVaz9@ [4YY cS#ͳyBb Ad^nlP:ήQ8\g`$rD|x Oeoz!zPFiweUOə }27ҭ6pM_w֤@+F!@9dd+<UqC:!x,(!1GqF^0X©QHg |rq7o3M 0tdQ <2WZ-f&ZizFUYTy  w)^ͯM߲ mvcJwPL -v&vfA.NJ9/l3{/ 'kGCh XF:Z\C!8[9L 9C2J" dd$#I"wQGx_Ed% Hp r<+4H c>(u•l.N4֙+FdO:l|_?d>"$$83#/C/d, 2F9 b@+'A3(w͡"#R1r+`I A:123ƚ7L"/^\Ra ?s<2du@5 B&g? ,„r|ث ;y}3cUo{쵿d]Iujo2Jg_8L9X Fh-;\q4)X>{8k~7Mճ_ĂV&J"N 'ADŽEF/n0ehAv*X3xy?d ?xuxf@y 2d`+ C ? BB`f!֡Y o:CāQiaa3Xn~V TN[8<3ԡWy9<@7Ǻ y<4 ~D<[_ !ŷ t8 賾/o4?$t*/CEchWOvɪ: & H/<r!&@MNMbҨ\L Kjd vL_mFFqq?kYbH"GU&|A7$A WGL'hf=v)0vݠkǂL~6vX̬H=xkͥ@7p~J4ƲgY}mʈsWy?U>V^)9nLùGEc[Kgf:`]/CgmpٰX\ tũ%2uR$|  @b ͭࡉQn8ʙo\oQy4TKZ; |6k)LKD+xa0/=Й՚20r@ {* 88,nE/4Ffn6/@0CZNHO=,&[:SHK_Ec =60JQAgJ\&IʿD,0 O!vWrHFssl9v&Y1R#-]vG)0@&Ruab4$9j7llVHPP-3Os΍[Og+[h&ybiF`5P+w"Nn!$vE59ƀʙ<~̈-XGŏ(LjA-xJ!jHoCD]vV8|sϑH)mg A'{Qдuۘ88.[O15L)a|r dZ+#ƚk:јn AI6u?ˣ F$MS ZǸ2^9H=[-xOa/C4oXaż |X({nmf{H"p]okiPm#*ԗff.Fss=2B+G ;dJf 4.L_o{#k.0zE!ig0P o7FMD 5}P#󒇫̐nG!WP )jJ$]ؚHZH3]W_Bb!^ 7VեA%6S2G;2!-Y2Ėڈ#QKos^!>0Rf6 `?vG)0 @?v诲ɒ5 #`tH3rj2c.  #rg^S| KlQqWϝQnmS̨ƈúyh%Fi]ڸ]~wo)ig@!`۷0J1*eiԀ]5 THbGKmc N tPVT= \˞v=_{f}Qm3a Ŧk&RƑ|"sg%˲ddi5KRz|xU;gà=pق.j__3=ޝWОE? *]Z<+ B aQ [[)O P!&j)JFz ĹC4.K$a#^#KWH(c2A^{1_=ϛ,GKqaķ1W Ϋ6-rAOg`?D0 }[(`~gP!WPI}OTP͓ܟeiOTz^#`}$N5]t P"?+4vD}C u_L S `JQ{ YhlV1> n ejՅefB^Db]XlP*Й-dr0`~WZ a<<`+9׵t`ft/ fQ 0 Czk6暅`r߳V͇wc$P|4G[c״jCPwPԅ_Hw/qj ӆBƲW sI xC;0vFQ&;qR4-IV50<_ͷ*.0ax}W8+)߳mR;>To]vQ8apf+\][Nzd;H _|J#!B]‛+ᣣ&z}aԠ1OU"TzĶD L_>jF-o(9uaى`g3+ä@$91a-Q M-nX;@F?tC4">Жiڱ#۝NAnj%@9pɻq`iC5Կ3OӉi}sGM]V,QcK$`mCA r֘1N,À+QSyeȝXM>%~_QBUtS^l/X(f!>ߊ &UXho-1 )*Kv6QvsS(@ hn=D "yv3j4Gu+B#CȆX[%u}d`]RKwuTk-)jvrm8oF9Q7_JYf dv?q4?|PBM-Zt.%x?]d$[ MxY/v!w?r =X7@BGz>r'ڱf4=tHC@v$1 `D`lVAC7hHzSt*H9W_(ҦK9 5m(V$>r1U3vJI0-ʏ/sz@&}}ۘM¤-_nQP;v)0 lPG4:g| -e2S m,>q2,Q!D\D /~Z! {Mb1 u=)hڰC'r+7X;B} I~QؓgsBS]HFu{ dvrKfs¶%Шl£6 (N {Rzw.[JVhEɏeeABfaOAH%+H%䭒=b CYlbBd,z0$D>㙁{ImA$@!)$,#8:9=F~yv2!D mM4/v 5x`hK]ov'UCϜҚCH~F#SaMb À[vZ VI[u"͛71s* FI-c \ˎ#x(?6 ~jk` E |RIpUX"hpMM#KAf$ t §bkh^y? dE#dx>1ExA&r0h%D5!{k'эqM Xf¢$ qms(:;q"AQ>U'"ж HL+GŘ6ws1 9^;4 ,ǽh%ŏzm5/wl p TQ^v+ :1wlnʻuj};Je-hϢi*&f좙H*iKn~\8D5۔:H#R_vjDqĕd_`FV;&Yz,[@  .m~~\J>c.7S\o<cxP5PAآRu畏f{ Z'~^anPTłRlpK:F2mfij4FۿA 0/{JԒM)|^UfR|yPEn]vՀT%𯩻^N'SBfu`CE$S]a-)=a! u2jeCe@"y 02eZXđ9F>ڨW @@]yVK&-#ёf͈^-j**-}6w̔l*бjz[t8%ldLj lC*@>Y)b}:0vG90 @]b3(@ ֛`Լxʚip$)69i˞FfK*]}p:4߶FkS6U<[Kz;^;ntN&'11p܃)H)\ׄ~}C :3#!,FGlڵh KEt$%UFhQ=O 76$s,i-q}pbQ痌(;AtACAm&Ί+[oRz% RKjCO޴ 4B ƚ Q/ghQ2`ys}gۀB%{/ c|)-t¬< K6XCNViҕu| :H3l6XekE')g0A|Ʌe1=$PIf0ݤAX ǎ80ko؉&ҡ6(uVxVyX6T;QiPTdZJ ;]y[鉦 L<IKT6w4 rA ^|?*$5nQDFZ2X!W0=8[ݿ*0/w_wBseۚZ㤐Bو{FWkcOe |&3- OZh:r 00o t|ymd;ʣja(,?757z5'5tlWĨ|A-P-NDrx uivD&_xXvjYs%/hW@V3 M)tXИq @ߜ00,uȢRjE4Z&C7KA<_4(l :,QSĐN)Ggtڳ<_VS*[3N "ЙKzDe |%X3&3If@*.]pkKz<%}H;LŬ{U咞lG!MWr, ש3V"vkX7찊UnE(;:ShPRskUJz K 079?iAj[}@1>hЭD4qn05OwDN.Ah2؂gϭK Oh+~i- $SNZâ!&1 rWL,"{dl$~][ec=(]ސQ %D.UXm#EoؖWH? '1 X c #5q\(\"Cr<^3?aA@L"HcM G O0A~=ZߘY  "#᫞+F^Y@2`05!ъdYqmH;@_wp1D  (knzGB UH.Vs8P2\HCR[K(xqDI(<87!|>9EZFX$>GGWe~gcD&^[E%s}*|m/ORrh}8/h+=/s&~2@ jB>!yk)d_/|)9 քﲅols! @.K544/!gQAA_C.%j hU81&R~H[y\~*Pj~x )>WOxsV#@1AzUh#(U>j 1Gށ } "2IUck=9b'Ё 0_ Y? ~*% * d:Ib@Na@v3$:ãF%Dn!$ ̕GNw ςCN[l4G~6D;e Q}U^^6T@BK0r ;;;|@> yڕ 7`ީ: ,nGK,J!|Sf2z&05bٹs'v J ]BZ929Lh=pH i4R;ښ6%&ȎH3,./Lh-$·AR !_FKQjB.9|{mz;a znd3د<**JrP n {7CQLETfTj(҈`@38诵ܽj.wƪJ+1S(V@ r#}>wey JM%#Hrrh3V$ܔE@81e3@߭88 +NHɹzʽmjUA `HAGO kMq-2-VuxΩ+!A 4þ-(=-ߠ]h9ot[y"5)S @! -RQM2 b|@O1ǿ3Kl.XTx1ЀC41:ZIv78fpS~iEG̤E`؉50ځh51O ,5w(0 \o G?]-"& ~FX*@V{cG}N NB]!$e;th\(JzC-5S J`g.!x!iG%0 Ra (3<#?PiAh/Dd= aӒ6*$wԤ""pv ܑI+,P\ 3}caz/Eꂍ7Iv "!tKHN wU~Q,#3w]&Gfڨ޲@ ;FY_&<:ZjRrڦJ̫y$bzعcaE)e`BFq%c::!|~әNնd\k_ b.I5qjIQbk Ca_n,kds$u^T)@:4G!B}d2!A!KG͑q f`@Z,2wt $? C y %Aۖ ~"Lx~1bGGG/ %#Mґ i wA I':D?gCn} ˗C sp6d Ydkt6h5!VyF5;2@1AfNA0y49Is!G#= : ^B _9t4ڕHXC  @s COxjq/(gr&iIk*I- n<3!2$/d_4LB@SlǑz`R22 fJCCy` A>URgC^!8 &Hڇh"KٰȎ?~ \(64!e $a] I[[{!1$@LXoE>xIBD 2é8H9 b?B!W3( @L*q1d@0;2ʊVN#Q F7d ~)0=II w|#|@nZ채--x1)/N\:kFf0Ir;TnAVBV7BA!~qTI<|?x/m[HP(d}`l$$AC*ȵ2Z~4f H =χoE̪UA[vw`W$ 7 F Ek'ᗜ dlk.$BU"[y&p.uB#!i†\_b])F@zم7Q@V566'3!go;F&P Xв?]J$a@hU>,<%MH4wwLHjÚ 0{@YbB+5 X_COv$nC S _cڂ6CT-/<2!1 O)Ƿ"[BKxp@ X W!G䅛&dz&DF@.wxGv!.b5{@y G` I6%$a@#F#DnV'x Pše\xI5m2 YAZkc ņ&llP;2|s:@$\΂y,|'<>+ 9fb>ZE˾ıhC $*|r4v6mx18`uUXC nK@.# d/@$ ah__J'`Kq$њvI%z@ ZfAub'Mc8d6{wbM反ܨƌToc>sH`#i-\4A]2d;Nૡ~]E=,Z ;'*(~WvYuR>{>H; 5:/50$ިSM_`J[1>rjy FZ`a7,V{(ߴ79a6~:%R}b[ϙC@dh4E,0Z{*>Qv(E& B< /!!A]ͺ|H_R-^١VJtUbKݍܨ2RDS̟.v͎g%NsH&4*hI@z^Kxwd2* &J9P.d7td5rZ| ѹ38y#~]{ $y\;*%K D/݁qVn*IFM(ˮ9 Y=1( h.XSN iS4x1c~nA0*#8Yc鹄vnzw:턾6~*:ՙ~4$ ӆ^6~_*ǠD2(=Yr1eg+Ufy%>M2FG1B?X @ @LK̒L6xjz`(,[^*{Ol c,O!͜Z;=hux.-1sG٣[k<hۀ+c;BSvpb2^Œ=ƥ_j< R׀D-IAj\P€W!A =)H>-6ikB` C Hp<8:K ydYpY$ d&7 yHM!Max CP  M+"D9ȅaW|>dP2vO)xU;2 qd*1@ a(2I_(%8[֏9kBH{o\@w[zD#*^Vs W?Wjd̺Tz=ŴJ݆~rRjF;*VMp=n;D9Fmޘ Lvjm"NűцE0yƟ:,Mc$՟ʀ8Cdp;b d3H_ѧҁej I4QjLifb(k^eq&+qDۭ̖x l+ ^d:QC8Ie~]C0"_U:z܆*f-=*KΨbq* XAB%  H@p@]tI?ƒP~uw&b 8\!+񜳄5g;uv< Nj{3ʈ'Y=yGDՌ/Xk]kIS_NmE0B@RJ)r\3!u7 ݅cPJ ؿ =cu>y98cbNs "# MuV 2j^Js솞5jXAS^LCK)xKcY%1 3D׉; :%@_?$xi\"+iAbv% lo A0 7tH8= OwMXG,ܒט.C)+6VeizUԲbes謙)rD)a}q 5C>0ް6wа'i! (_)8S<^-棓9 Q^ 1̔[IM"<+SZgSLZ%mj=_%6\w`m)#yFG!h͸b5Zu2 V kMoJ4V7 aͩ"0 9 BZDmV5$ N#cTs#< ~*R ) X|td6 O!QpIj> 6LG|ܢc>p! ʌA$ 9.1[dbѬ## o`, 飭ZrQ^X Y/*nK.֥mXDlB{dVS%`vl| ! Hl: BxB`ihhA& ʜu ~|2F* l;\J[ 81 .dGVڕm3ȶn%Il]iB/ #4VXva6aU %ꇖS箰p-5E3GQ!86G1RJ@*RKh"W@i&9}?O\i/aBvw ?܅9D8y9]ě˧ B0j%JC7) 4siZ'mLA 0 Dх'/O7bJ3$C=)<r;R|K?gHES>n ,d "Tx `yAHӠSc?@ G[_ 2m!clgU5Z1Q3]r"k7(*JȶTuVG#Ȫ%,v*NKpPgb-. )Sߥ]xDI_z!u.0>%%|־Q0 H[E[o  z!YqMd[ DnoH%!X<l+*M:\=sg*:_4^?\1aoJa%`[2et('4f zk7g3j`U}-#Q(ȷD7nMy!AuVI"WHWxZ˵wk ;b/^_lmQ 0$PCkixrr\ 3Jab_jBl`N4I$;/ 9G.˲f hOdz,A&,\$xL YĚzOxo[a07b֭e}蒥O0dC<I܂cIsMD&-g]e/ 4E " ȎEh5L%X$0,0!27~0䅡+Hux 9> @YGȽ/``1 @_* A Jfl֜hys$}fB2ꍞROĬH.n{($t)3&gA5HT,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV߿ʕ+߿kjjn5 `^_d@he*,ep!h*!zr555߿oeeT @ 8/3o޼;v8 F) * ld!FJ@8|CC0A۷oӦM>}?@b_w;[`$Orf'EKmdPQ?ԔOX%YT=n$Q(;GE&k9L}:0]`46@-h?LC(j#Ddqd3RVX t0ÁLJJ!:Lק\OS$bl&vыẰf < %lmmO>= oU9ج)ZDK^rg׌\ϢY#-xN`@\84 4l )###0Tܹ3S'@f`\6 'q>z/=}UxΩ}Zc(fDl0p"(LVBfԟh+SW^G{kV׍ _8r7&"5By0[Ul_7怕f:DQ3@.u8qbĉ999gS#O?FECpYxA=<]'!AsE𼄜mpͿ9S3pyX)СCK.:ӧO-1 ٟ@@Qzc R,mp:Djv@@d|ؐc}Ddf  iYcNy RVTÏS@ b$:YHxc‚@u8q|Z]I=ֹ>?9ZZK `%gί{G:TJJCDnvf&Òc )0ɆҀ4:` |QJ% fm Ox7cA&$`F`Cʓ*B9-v9K)1իwj]QsG4y6&D ,-ze )%$ jZe~Dr`!>Pȱ:n GSɴ`Fh1n)2냢nLzыqa'>nsk->#_ѩw`Cmi@" ` hhX{@Xz Ȋ`45XgՑKkȊ (;Lܹst& 0 D$JRz'}Z-9Xx&!~߷ ^eSx_[n O.N+6ua|G72nSXj.J-`%[[{,8:?%B/}߶_GZ(`~0=Y3xD6 bLmqtVUfFtg/>TK+G#r<& hfJ-+] k07B4qNP;6\F7$oU*i!v"1QnF70&agVb/1X`y}Rs-4ci :Q㭮<w M!3OAzdkZh(RQ.lXE4sE ~Kw$UF9p MC! B7 |N]f$&@SKC7Rf8AwD3#d|!Ks9kZ'/gt@[X&ͽ1w|Ri!䆟+ok,hA]wN l s|>%' L FmU4r膕FDfR-hAq~־d1q 2 ?svF4Sqs(9pV+bG,"6d=Ioo[ڔn1:e=&jfҩ]ӧڗƐ@h+}\VT.ٺ+) CX+iizHX%YA͉|B2I]y>'g_ft;k?@O[|M*++i4`lp&$aIHF@*GxaYuwAR'$B"h]|~"rb.=k*H㳰9aJυ^DAIBc/kgva٤s=&bb.ئy,-w!G} Crַ0f0&Qxɮ!ztu@L.q<¦lav6#Rr9Z*z`)ܣA op^/h!(YKwe` NA8vVh#$*nSz2S\$xy:@HY*tdMof  _ݱo"[6~0≠ʾhD,}0s80 cd̛j$ Эb*MmxNUMaQUaC "L[ mpq ]a Y UoM ˕ȳ4MD0;zghix@w!l0B <%VL~G̞C=4.D^k1^! N`VGAnb>w}n:0 B C@<AFc.ׂ7p!-%V8y222666T1 / P=B/aŠWIFtС1Fzu` FHxvX={68ul ܀vˣ ~ޡp&$Yo2||G|7) 낑p󾅸tݬ{Hô˸ *̳@iiiTo-~i09U@0 Lgyd Rv} .E@Av<qh#0 b@Z W^ǻ m-qFWI@/x$1'Y>1gtnNx [l  "We{`Ʈ3l`E5֫ӭE9Y6_b#3D-:ֽ֐ |@.40(;!Y\$U0 $pYZڞ={>L!7A a ` ,$wK{H[nC`AG=s_s1lbh!_Q^N'[\ ! DH%d)< mS2v݉% =P[(@̄d jHևٙ sRޥ߿';AV`.*la L#mT[͞cRwbxЌ02;tYx`;"B$;.b|ї\d ʿy"ĵn֚?5w6`!dQ&3s"FN $вvD˜zyϏܝQ !Dy&;`ؿTʱN3d*wAVSlO6ngFtrH>}e`rq* /O%nE"is#ub)jf֫5DQɦk>sa(Cwm (`sVS.CQB`I Id5$6b܄Z'X T+.d9PL]<viCrmfZ[*ycVoD DHm9܁p!HysH2Y!FHNNHm@ TN!Q85 G ,\bᲳٳg@X37fO-#_̎| zCA6>#E% Ha.R9BJ5 ́,00;u68`\@㐞;|,f0Ǽd5jGGǫW iii ෪AǑ{ߐ: H!VM S> ߀__?1Wx%BԝQ 0Cn - 1ZؾWm&XnDT-?]6b2By =BѮv0TBz_H"ߍD}L"CS,d(/E)mxD $Ʌ"S1Ez%f?ъ}` իAH]t.T%>d ٝA0Ö*U<0!C Og0r ;k\2R;"۷Ǐ? @Rŋ!;#Gpw yIpdwĎm'6K h̳3n?^dH^CCNg@:~ȂwLBdG] wgl p po")R G|YU\(4~.UAeni5oJGކq ̌ݍ *7wc0{?s sE@ SN}]EEL4 ~PClրBCy j, 8N¡pww#`@92iPB6 I%Icw-`jTijjjY;B ,r۹-ROYV{z-V$43XY+Cd\h?̬o.%ˮ- k"\@J)" EZ~MנCA#Ag^%&mʄ @@ЃoKp%͋AiJnI2=_jȁ)J*"JI:$5=bxqz*控մOS? K~~U,iq^"Z &>L<5;^-B[XDJœĮ*iȵs<̝K D7`V6}ܝzjKlz4{gb:2)r`U \W yF}]#Mo;"P8$M ,ob|rl ƞBa{DS `o7?W:0ƶփxh 5q>4Zdrw0y۞;c%$fWqc4Z/ޘX| (-XRMB:v=zR'lÈNȭFdf),N_:j%s /eS1N0w60KIn"qJC:PXPן"B|aA{:Şv871!q:s b'oxbhr.9zD(ٻns'9k=@V4*aI_v-3Xah nvN:kv*qw8p`hŰ.!g*6ې!YqU(x"KdnWee_"!(D I)/8NU/$ÌJ`;JR< Æa9}]VV ogl@t o$  @PY06nHh*_Bz!lRu `)6QI!"fςc abx+ 32@bꄂ5 v>#t Xh,+C(nU]cSp@  RŁl#H^8\@srRm! LtnnBphN`Bv4>2%O m-7ġ0# N( [Z؂%؁]o_F9 Qt#Yaw}dbnCFЖ ~C_~"us-&"+"C!{'̇QHC?VmQ7ӧv@)|d!Ȃ7HAbVc^{HoAVAh"('if$-O-HTMm` Qx.\|(.Q*f ̼Yҧ蔀0\/D0C샇QR.q:}ԝrU9ϩJD@вs„ d-2m>3H;x#r듦9dAl>!'1AiǀAG*|?@h;b›xyaڝҏĄ2ytVNʷ$ =)VN 3iRՆ;`CE`t*i7@MtBxXMSTYv 8FELK߿P2Epc!,d 3Ѵh{ >i H/TH%׍P&w kg F^ Q.RlBp3)Hޏ*ؐGFe "03s4Z ńaVSwGuN/0f *#pG ;bv uRh 6@ZH~ yg|ɯHU%@echu႐'U!9ȕdXotZ5:DWOI/<#^#|+ ˣ'֑L? a rA >G\3qCzRL{&zi]֝U!H>FY9%Zji,)2ۍϧM^TAO]f=T ٝҠZM/=YrI0o}l$}:2%@e̙3\FAxx9AjKŵ䇘UN!OTpAy ِ d1d=S-\3:(t\ԙOR?$R5;/S3:)1cL %qQ.\kM}SC$ZU1Z>G?D&y'777_!."{$:P4Y$Nܗ*F3CVEG\׈R< As֏iCl3*nx,dɜ;(UsNC DF6qȬ? =JP \3_#!+y>րG=-Oi !t֖PENEA@Եv\ ~Ό`zH\Ub_E1RL?KgFbxwM\6t˳_vf'@I 6`Wb%CZ^^{X DE(~z9i 9O*l;WB69LZZ+08mHcke;Q K_Z(k3QT`6+88/_EIO "B(m 1Q^W!d$:IM9هf姟*҉RPBaПW<;@dYbi?&rI|ABBxiDF9g,5k{tw׈:ƈ1.-c.hkss^J92Y+D UHe ]v~v)0? xi^0jK ɺ1=; (Ic|ud/g1NU>9#9NzGθ7E91*Xͼ6doPQ8I=E`@,2kRJJiѲHk񛕷FL XpM ֵ>\8)kgp0CQ4NzRŁC?<"͋ ѯ?&_h6H^haVb {aY,E!?ĈeDj?2RJJ){9ZC6?;ڥ'"mcO1A?-5pE6t7S5sؗ3-kglC1iY-M-(ѨIO9E_)/Na](GW?j~(%[w% cwG 4 dd|N35O10|R-=7BRJy[$-bgIҙE~hnjqzp۞V:ƘsZ[;Q*} -Cr8C/ܫ_sTB74HDNtBtp+=h>]n5\k*POCI16X=<_xkls$ƹק .Q]kQ Z4M3RR޽6,F1c9G%: НhhhE039 É+$ㅁ rNl*o# C.oH{oX;aB'FU "!@ՠ!EC9ULUmwȆW՟Pꭚ2m쌬7Q傘{;) D'x k_=5Hc .j'_\yOzw^X;aߥ tպaGOH[$ə{¶$s9kwiF@'?6t\RD%+l|$f;j1g=xͤ :l/ͿZJiE"+ŠlyA-aQqfb,:clƚo(.d@>6pY%kgl0( -0 -CS^D /.g,oICĬ|)}yCHtl ][ j[ug}#8敦y\Tʮ-Zw+%]~Ԓ(Dj c#㖌^&=! 'IK`6e]ͮ#kg AC YSg@т|-<袝af0E*ijEu^93S?ϿqJ]v O.2KA}i)i0Q3x*C nI҉0OY s[Lm=$gD˰1!vCb?52 0A2/ByD9EU "h4" 1"g%O^#W#FQ:+i0T=`(^gE-MU$4-= 6|?0Dg.sõS^P:{g&/t_&9QuD(X'H^۶ ]=D-Һ&N1f[U[2G67a`4|0,Ղi%j `?xNo0JӉ}h#X/oI0ßx ZA7P}+vHa C񘓻S4%-~zxG4VyBp*ڰ8FpiPfRIcVA1򪏡a;qޑU?Js5ώhc\T_N [(@wR3Aܧ~̱dmȎvVAw#:Ң>ifޕGP/,?ȗ_ugXk-{E'M1wV`e.yܽmAPI ;2}]d\P 5=7ۋ ! D{HS`RXݏxh&xys>p/}|1(y' 2=Fy`J< (z^Ck-+"خ_T" pZk)KDA͙T޵aC`)2 -+1 k 53eNzȿlߋԶK v5n;ڨ yH>t?Fz¿HN`f-s%TB, J\W9jc"_%#`^EDUk}:aYJ)){!11*Ib#f{[06-3:& 2V6p|7QH~=U"[Q8hP|Ru1tL(3+εUvwٻF;<1{U5HZ#gP9tZ]q 'ۈ_vF+0|c}|7> L Kvn+3ڮ@̎9eumӅ^KpsMαӳhf<>p&1Fg5LuI`uO/E2oJ))% A7s}ގ٫J ^(_H;aA>b;z B2hVޛ4x)ϐK PyxSFŨ@HV[D[ѷ)O{̆̈cur Z`Z$nhe[`@= [it{;{qVMNHe CP+nM{G+NEbD3I{."B; PU>60RmP?-Z@;(]Ar5>.kDq#vݓjZ]-H~ $+d6_cB $]@Ƚ];^HɅ>Xna oRq8$CRnC$ Ra=1Q_8;/If*`gRA )i/GN#c!d팶`g{RKTDE郈U9`Dhv Ra_ dxPvw׷؞sboiU%RJ a1գW֩)4߉#6;9H`a>f&FS(`c?At?Q+Zۚbw=[͠U;EsM37,Nm0kTu.*CtfPDߴߪsvLxgxc"uRO|&-YlO% 臐7,&eO%2+;![!|@'y۝H;wA6꯺@Q >T }&("{$sL\V Q1G9Sd!6K7@"XU5£- mׅ x뽯jZ]\"RN;)Ng0%9*N~WaD1_|3 s'R5ɇc`./M PYWLk[k9gޝMgt+ؖI2va5 |ĺZߢvC6A Hsܪ@Dz^{1K8\ Me,\ =tWENy>*U%g\ԉCiεVDttO1Fs0(t;А&2b{&_DNk2΃!d;:~IF+ n |v'iI/!Յd! 2njˁ> #%+N[ ! ś P"Ucj;OZ}:Jk<,x\&+*}uԏGD:D(7eD#"Nz1p1g^d&IY o J犐;e.!rtI]/Z%!^@:)w*x>ICHC~@CV= ٌrNȠ @(`(^A۟e1XӚ^5!T)ȿP'=|ŀr<4z,hf⿇kI8S㗐1_)Wg$ḋ  d78hAbYL{ѿ1-*H.fx ٭A؅fS_M B߱kLR5}MB$K(Or)Gf~mk7hsߌVP2wc@4uSKSi@0P-A:-QLo@4뵪%V :$bSo_#YyLT7wh|A*S2LL pUWԋG(iB/XvF)0 O!>o5I;3Je'` H'vš3𩴒s ]2#²?Mن@擽q#*<,Q'/8jJ@I*t;N_T@ 0t'.ndM^p~#E9[,iH()3Ae2Ҙs!{e~B2ӹe9zE g74yэQ .lLK ;I[ϴtW(Y_ /I;CA`2G@@^+ *!Ⱦo:1hd`7&&̙3~"c}'dJ 5&ّ;v90,_ǽ 4 &:.E▐@t:lg<.ɖ&O!}c bNaRNS>n^9]R:k ZkfRZk?x,RʩfV 5vn1NװOa0)/ԴANuz MEib@ 3!E~1]THMߪ $!#h`u! , \xKr+\;ھ;w677_t),,lʕvvvE##ȍ͊G9 1(u֭={TTTtuu xb0 E3ޱ^,ߦ3u]|i L\D|Oy(QX5GjFTlBȁQrHM:7*q|x!4Wy~b1z9FFD-TJm7"{fFDkmCn<| mVdv60A5~wk}IÿR];|c_U`9pBp|s9r x^* $ѱ| ZkAPye^uQt|o(>-4ZK)O"$Vc!JET|/-)g0P%YU6X:~FڲZ )rqEfy.F6x3*_{A& `f'Z-(Ѫ- 77'7NrBg⒴knQꙠ9; > bɹ(?s)p֪~Fd-#zxqd3Gǐ2PHHY)e{o# GVI6hkw@ڌ _X;A(59C&p>Rh%竉#RLC~[<ٗeN!N̞aeH.A{[ Ydz!Zk=AǞ J;"VC#>+U_RrΗbcodqEHb#>!#@g NB;)^~#7 ҥ(HsЏ?^|)''G F`A_ hd [A4 @,!x`@ڊ\nCBdHꆬjt#y]N@^ض<]"o+4M)=`D! C^b +HV(/r҈/^s@`K~:a#ۇ<YE9 '.QXT9sXcl 2 f`a iwB'%; ~KCVZA6ARfqm&M` 9J~eȋ6H W#1+? ;I=-~6@1aN?Z?yV RBA tz fSgb4K1Cܨ`HzG| CHIf)Ґ diۈѦN $@1BvC`&Cf#/ߑWÇ! DF! ACPAZ-G4r|* sUX/zGKaf !ZA8 F%$!r-(K+AT@$.D^ _8Įv۰iwB,% sdH흤v'@`oNx C5A!si;t Uخ1p;S.mnkYfrk?Vwr{lfIHLzwZ"]&djE%Y:Bh𓧑 Wȡ }TvBwA+E&i@a9l!sw7Bm0zl#4(( w1445 8dad(` otBM S_H5!{/!&=hkR:he'm#WJ [` H|/|'Z8 _- C6i@ فNƀz ah}Xd/d c28[91 X|; @AORr,ڕS9@ۨF);!ˡMAj>;@` _6AnD^9~|PH -``c\^^>I!RrB۸5'@1@zTX@ Grh3l萅Tf  RA 9a`%A ӲZksC&^DCw%d8OC u<ηR'^FGV;%E(Q`蚣Hڷ"vUY 2::9,(u] ϧ&H @,Hi\B-ؐ4"Rhd}'U6ʌ 'BkID*"Hb6=.Z<I\r1<& d4=GQvԄ_ u  &z%}!MFkb GL!B M0QN'Jp`BKH?r/$  k_ 9 (*; hS!e0[v!oxȉg@@m\h-B:r{M%e|d^h9SO\%Y0<Q0x~EX-E d2'Mֲ&jq5>9erZ\B0ZvN`6,݀t2 a@: RjB Q`!9 !c5SG[lix"p5 K6R᫄ d @ dOÛN diNe'*7Hy|5mr^v\RA(g"EEh&/ʶbv{8%TsDdD%%_ {3BW{7(¨;m*oc0PT u ,3A [y)ݐ#pecɸ` ڲX@F!Q __\I!ik7o'bT $S`o$??60mhW^1^D gWlHs2  v' 2Y a,H Mdv2*ݝ { %.|'%d`x`QUg2,V!@!$_䰞)Mc^!hhv/߀j@TBnYP"//i,&a #>!7A G7Pfҍư @(`߽(A9rS__Dw-;!SDHʂv1S!f҄ @1ƼBsd>LRgx{8!5$#}Db^A@R@1avpHJ2PHo C F'|yƒ=2ȋgJC;\$H9 N-:H?Tl=) lyd)x7:BVL S6lthx ]Hg$I L# U(|~iA ؄'@165D| R2b7PP^^H*eF% ~+D3G =|א od]Y OE.WĂމi rNJv-Zm+ 0fXB`te0C:XA"r*uVc6se!lbqVwnh ĉQ/^XH rj (2 ذ:sÂ,=KLL~#\9` YB$-/7x|Pv) n0-N!i }0tN6-fr >1ĉ-jnYQH(l% b"`47a[Un~z bbO]݂"ZDv>m,>uf7 V\bGiHr;&brTr6A:yG3LދN3IGhpۄK{t15YӗTƦʉ5y9Z*=S=;|j_ո:`ehaCQBuZnah㐙7f*UK2dtyrL:`) F0V8" t-5K\(9 XaΊ݊KO|q-`?O<5C@ \]ץqknI ݓ$ĚFj,0qjܴ9ޞd ZcƦ.=t1]̚6&ѥl7RSKʁ92d\sjZ?XԄKZ.ghWq<;brHy|iQ Խ@@+[InAE(GCn޻m]>k)-,d^y&22 8r9Vnw\zP? ݴR w oh6Ȯ+5bfEXtSku.T3q)&9do!tZIqfSr0u67 0 #0#BFa<婟¡"B uƫw{ ݤK)R1u]N%6ZZ 2ܶ }GZ{)Ϩr@,5 WU\>%&pgp i2,rI9Hp'.uDh/#ZF iZ+u%fP!@p*J¾F |Z`z4!! e& x7XB ud dx Sw QԫpKG6FZ@Xw޺ϣoS=sN/Ε'9𚱋;d7SI0x8t^8)p喏8xlyx?@IP/gny/inaS5.?Lݒ9c-&Ԉ^D@}l*I"7HrFa=_,=4iZfZ43(%;_8;a ] æ6)b V_ntCNyt=0B#g7a~4l.!+^Ѯf7Ob6goZ/&{\ڙ؟Å(W2֔sXΘ#UoF+ 1sP~74ʔ{x~}@ɭ>Hffq޽t6-/P3IuT0$b"9%$2үB·=L 6|E bàiۑ±:O r%]6ٙE; Sy>EV09wXźh E%Cqw° Ck`&R&cEaFЎ\VTY>[,(<}D$nZMv]j%Z!.Nk{ᨲJ\?S>}QVIuxs3H [4kt+@d"Яw?z3hmLSv6.C# *: 2BG7J) lAdkX25Sة=r3<5L Cя耶JGd c֌#~jD.PuH5VkG~ve Z%eM%.@R|2)P+#k^CI<M$Џ&\]{UփGU a"ZmjL {ϱ z\SCHZN!b|&_PKcbN)bZ:Ө.e6 ^;o<'|H =塻C< 2u0#w]+sYI!nG W @Z 96jL!)p|>" 6ve|1Nr .m()_ =d\6PGL)|o_ ^1 D<}54ܢa<܀ bC9CHP9⹠f⾶\[QtHS+ǟ LiO tQ(RTgTʧ5l\k^d8p̈hc@\S<܃td<0 -T:Qu}XE$ ^ rF~v'Q sp&UZ>;Id"̞_Ćq?m\mbi\*Nod2 2Ɉn+=57rM܊yڕCRJb=O>;Y~:nyƒ(2< tU+ֹ0GxwDƧ{EDKZ9̲H̗N;%[a} 76|f\F X}@A"!/3!$:ICj'|74.eqG(bu!'iR*UǼ" 9*` ;6|~( i _gt0CAGs<|=m> jB/ornU df,( NKRbpŻ,6?@WڄHsI3V6$4gL;w<:xaE%usbjWB-S_ q@cNq*/"r8W1ݹ'3۩v>X6 ]J,È >ݏ&&B$ [#-$Gb|h 2\O]"_% q˿`aaj0?w;IENDB`PK?8x}}1OEBPS/httpatomoreillycomsourcemspimages469725.pngPNG  IHDR+u pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV|r؀'Nppp@G@@e40%CB <-(Bp8ɋ7%ⲷ̩_c,k9'tJ)sZ&R9K'+$j9aT+1zt:@e?>|ի߿:u o~%` &&xz$@@C!FA… !"TTTϟ?fff?~TTT`FFƑ5+cbXruY!X]E:I8Z2s"4og\,">)Epy{WoιF|c 3SUyR1 0D gC2Xq՟AA& LwH'JQݝFE|Q:=+p[<[Fʹ"LEs}hN`}}E!!!(EH&`/ 8  )V1HējjS9 H8 @\`ddffڵK]][UU^kLϟv9L(;`=x &q`+9??_FFlf@*u>zh̙o/6>% KAk WLLȥ/M |2:2HT` ,AœM@!uyf߾}_~}ٚ5kmn <1ama37IѤHv*Zc-4pp(Ԙ @! CGtWq.I 59c R19OO) q",5 3u3{8*\-@ae+48u?WQc^Dwb {*А}L/_veee /`-I^F<@69%)ψQFjK HHH4 ƍBBB~~~%3!V߹sOǎ70]Bm ;)$ ^5#]~8V5N:Z#mȽxdDf?x3ݰaai&b//!* CsVJ)_P/ Đ`@P|dXå@p`0 V@D8$@`kV`C"hӧOK`ɋ'L~ rjCЀ> 5x<ɋH7@=ȣ el0Xq1 P攗,DԤ<"Zk]kRb-ʥf04!4Įu ?K[IEՖ!ށYTV@)Z-ʧx$#&E[[t*0YnF69 d sg n(j[ZrɎuu]\vB%'l.Ll!|U?67wU4;\9öm}w]Y;!\PP@Yc y0]UqQK=AGehFa; t c b>nmt@ `WqB'p탄6X17yYk1Zksl*0}huLPjiA(mZ8dGb,#%Vgߨ-*A-e AE M -tϸL-0W6|RA.yR |Ƽd>l'؉NrD)Z sʮ\"i~&s۫ X+u_ ތRA z.w\Z? tQsfnw;" UqL>ȷqdZe 8>/Sʄjcy;M Lap ;xt "1dd@Z @.D%O_!goH/v0"o/^X:S1qa:o9T+b ,16&L<笵feh񸊸!-aoG gmVϽC-g<8)MZUh<;C^ zT;ܩ{'-=yp @νwUM *j+Wz*Cd%dDyP2,< HAr d`aHd7XzB`C.Gi>v'T9$ f W-y xP*d{|s~=ƈ5ýVTbgN"RSl c@oLwIڬ>VZq %?xA!^,~9L A$#j4XU:9u <8;坕KJRd̜Dyv`y 0P}m!mց@ebX T2x DH?8dUd=1 r?sDryy[hF 0jJZ]0dv`Gbz@N澹.4:"Eda}{f`;_ qqIMJ9Lp c I\-sOD^ddGyR)V%Ba LAR(N!wiPUTLV0oz3weٶ{?y/9w@q; NE XI?v;gutCz;*gGrЌ r$zoWcGkY} ]I\JU\8FBRכ, |6mԜA C/([nw)뽟ݢb]E=0З4Q;tK9DzDi5NicӢZh-f]$@D9he JȺt 9,j $eG0L4 Pe'0md sH {H0`uk!NC WF U Yyf2 38V. nT B6'?hg J)k-Ạ=iEn1eC,$9[6{9;ۆsg>Vߡ?`ENa13`T[kdX`;L/\;E ߒz&b4U4w {E Wƥ)ȗPa`2І;H E@22<\w!C ;:!&d| cem@,DkךYA {#K:Tgg ZcjjޱQPj: XJ[:)|p?P˹[fܯCN湺!@et15I#q!BX ]S,i@$;uک;O{!}&ɐ >;C44^u"mS%>к0;! H/ ܇$uOAA.^Hpw6) >ݼ<iѴmb4 k/Nw'=H[X/CBAhf\DDp !5ge,AqI>Z8u(Ig@GDfn bN`WFSS>̅ok"g,xRX"σ#KAF 6`QZæ섔s@"(Y-*,4?e21f3y*[.MUI $-V5""3ْ/%i@mϼ[@<`JF",E s>DO̢;`UVVbԝ g>D20p?ys8Ezfvo^k~o@YD05Fc K"cUNJN: P8BI2x'~qA#!k*4 'o@f+v=cb@""ۧi7 IcyF2o/zĊE+b)_s~O3Faw$NupU1"48nƓgz7hQònLnP)+Ap!̚Ynd ,+ > EM Ko{ [ `G`%v`ֱ| 6Gcü!:_xg} j9pة]aҥXsٵmzQ4_葥MY"bCaէtJ Y`ZĹGM=XW5@|"lY>YVq眴Sj(P6&@Os {'[0mP<5v妷C^Ā |R(+ LFLV/dY| 5]tp'AȮҒFۓ Q ͂5|^Ȕ) 7pҔ_k .wܽ{7 @(`n!ho k2mBgtv7:'y9TXcv 1 @o6j-gKo7#[r3 jCo)&vDQOxFFk3Xaw~hƒàt)sl9:3ɛq$}sP~B5`,4*RnQEXv!j]5+ MmZg"#){N#:>Eu%oPjBADcjM[)1A-YnnDMy/.<챞Da"}aanKic0B1kдC Ҹ}YF]I[a.PR5kp2A$ Mȅ$37N xDÚsE cxVg&D_S$B *J"#)"xC`&д(dQ D?=#7O׃C}UŲ1hɵ 3G^uC0^D2_V! N{CGN5:~!Wų^-4vX1VB,"ɜ,qKOŢ\T{x#:39Zkp ZB1v |dR( N^"wi]},;~%>ȥDr + \+Ej4iM(-gfygflȖS"Ͱ#E)Ĵ lPaDۍF( >%4NN=xZD@ ,嘃MB*M2{CIT/qEa?ًRAZ'b@2ZdTh 3:hWrGpgr9ѫ?,m\a궆sCXg n(٣FJ6,]ԕs_A`1b@:;# m_I0,ƇB/FK)8/ Q}ޘ]&ƪ@{t otR&C&a)D3vZ}Gf<>$ Syyܐ* lA ! YY_YJAXPt=xCMDM˝s$^($ g~ |䐷BPЫ*~73d5t* Y0AE^ Z4঑#.Ok*8+e"w܈ hL???f`,|T2R ΣE2D#[ =H5p5s J2|4 M) `h@ 0t~GDX *P5;Jg{KG"S-Ɍ B: NrRG9EK6 ?*t '}b)OEǵ)v^_D݄}k_Զi+Lutgs0|E sk:I=>uR3| "JWAV"/aOA:TYlΝ@@@ n̮Ɯ?}qDMrcZ+3l24NHt&|y:+ѮO1.5o[Q>'FDt=|wcHFѶED0R'pwEo-,˖WK1@򓰰0Gцc$ K|Y_A'-!-Z uRN}DvrjY/!Wy` l2  ig P>$wUfhDьn܄f uodHx.4YUի?ZQs܆bTl^Mso7?WFBۻ8FTUV3aKsgvp rFS4#ݳNFĜs@ a{X0WRV Y,y.B241=$ui: /2I]=)t!wB|cAfr$2v60͆y']@߻%;{!&mCPG#Z=$hF!smM@ #7DkOz'Kɉ s;j?[;" 6}+iܟ3̫J+@ӧO6"p6 !!9 ^ $c<>ALZ,cs$$FINZБwO `^bI00ɎH v 6dÇ!ݤm$ZbPݻwpvF'0uq2d Hbvܝ^"]@ `Fpa` 'A 5Ww=EY {{4~M6?HՐ3 P/BCfPEJw躑!.j_pw.b%X|y+^j+:$G}!; N-Nѽo!_K|1IA1; MPbB2 i>`"h) O[pvv+0o|!/A/bVvrާ{zz 2:рH'TvӽB'/vVVk-G]43JA}ve@KV\->E2KQH<ˌ]=u+xc&> м5aA2.x:(HsJ2ga366~Ɋ+bbb-*^xwQVVVJo=d 0]@]i/B55EFY@MeA@$" v.Na ZHe 샃ҦiFt_v.dFl~;Ө[׺jaf6Ƙs{l_ U#x`N zX-X؄Yfa!$$1캏aŌKqDL^`9 8pkM0t+v*p[HMtWdcZk))H¢xO)DQkp=Zq֘?;;bo<ttK(<ыw8AX~W{#4_1m&{Ɩֶ)%:wGMsJ)e1Z}Gl~1&ŤsN)mRS5D1ksͶ{jhBP=ihŘ{7>Ì+R[X,žҮT@ /ĄLL2@k[ 72H`cc9qqq/ |,RAN%T\!+ hw csssqtt4$壘(&Hf{"#% lTbX C|B\%CJ(b0x{]  ZfaAT0%-[dɧQ(qox/II$~Z1'2;RJk-8Ơ{oqQ(\ ]6VOk8Tfi;~OZsΠu#^9SJ!޻R6yU xF%( X5+0aoqk5^` y#&I7TxON‚s;ahdzxz@N3/EFbg}*JhuUƱ~qDl@$T0 "sN5 *Bx5өBB7#AR.mZ[kkFY]=ERcK892F(Ko$ZHIgRr]&rh $"o9}`38(t#(B'p!\4O=pxIxԬqޤ~9^GYH)l:"NsNTkl;B=gp1xk-XJ -1bQ] +Q4Z Ȃj)E;njϭm~/% R a xw*;!mYmM&$)gCў _G2\ZXXi7A)e/?{&a:PrԝgSVzn_ZZǡ?E"ˌhߋr;F4֎bs.H:@)f;w}ʝ\Vbeוslp؏S%g)3v_-kg0Aݫԁ%b"4n11W&'mGU 7Hnc`"{omP6Ѥ~,1W(^&XZQ ;xsγsn!X(sAs͞skP[u6EjlwP-=PB,Qte)PH#A 0 W !D-E"44m#ݯ H'@BR_c5(A2 % )S=c|ǝh9wgsj"%_+%Z-xn@4y7Mås'0);iZ9S @|Sp/}Q)t~4b(0UI饹<3"4(aЉgC:G&j$ h D &"8VNT=v8 \mrI(0PW),&ePD1ڎ( EՍZB<;G~;Q+g|W9?_+DPF]XmhX PfZ%j_G9^rA $/!Fו(ȺZ)aZ_]*3kX?P`6hu/hE'D3 ЂǨTv^t: azm$0NF1k8|$j%o' #Bj2#hʱPX'(gS| 籣DIn` VafBiՃz14!.dTTM=ewnfsI@x((Є;l}ݞ:+ē iV^0pw2 .ÇP^0@#?dA$h-<壌h3 H;Ao/uI6D4ڃm?\5TyF`d}[0OZkf"=ARu DbV #lD{І$qjÍyKz5?ZIc4:qJ*QJK= 0᜝(s8+xFLi@ByϽ=DZnTH& IGk#239UW ҙA1R!>rpcyE$^3{QUF6}kG,֋W}&d_46/7%ggl1C+N:l$`7*"8(*>>ŽiqT,jвZ4׭O=z߷-XJxsЁHe3zeᮒ!'~fc v]WYv>jd=pdwhL٫#1G l4t~;#H.;| (cӧO̙cmm-##*!OH$&7CF; RJAN*CCC#44%@!Gb#&cMk 2}dx@H?œN!@`)3 г!/B.""R ﷹ/Ry\YRX3lI SZ#FɶxVC{?ڞZͿ^u0L1'Nh< ̔sf%BQEw ?dE8+y䆊 &#ig@_z Iϩ^-Ǡ pڥ H(%HrŖ&q3s&˵<91zd?-2:0\T,*tk%nD;IՁQ [>H;Ag;y_1!]F5A9s]\zU6?QwrIR |st`j G---K1@W֥$kRd .\+Ci 餣j {KO {- qdAF1'W@+'dIܨ;Q\˙ 3v3cHցȪxOz+Rb- H2P8+4A 9ye "CԒ7 y  ^dzB6B! BF< E)$!s=w$7 Cq qG\~ G =/Mw"VPQa}wNuKs!j(exeF"j2ȚK弉!VƤt$߈1kRhG\M Cjk'dWlpvә qz̴猻̚-~FЖKa1 7K oW|X;ANxru\SyDJhwC~cnt2[Zf7@'w!;0%tZ[kcqn0_yJ)sdJI9# GbW} x"qكOL t|UNuN; CL%yi`A\@[%ZW8ħDRNRYDLpB@Ѕh~Ec}, Ua:ȟH_'$uJ̣˟rj(&$!VQ|rQ zBLZ4ifiIbpkE|%?e߲"wGBn ܀"G}7"ܫ:NV3 Vg1opQEߝd..<o^f闣>h;@ O#@-۵F|E'χG EIlzX1<_ )ugmG(@2!ң$[noΑ;z+Y %ΗEk۾̫.9BVA ^9 [Td3>2SlE=Q'("l!v](!VaK:r7]Ua ߃@%G*m`G[Ysý8^y -€c%rrU"E yOgȁrȂ-"AkAVQ>Bi1[H!T ^ An&/@Bzr #X7AØv.) #7brD,5qXѓBfp|C {Z\R{8#X&JGoHMrpOҖ5vAHu-Κp @0߬00E,RӦ$e;7. @w> GKbU!GgIUtt2 qQ0ؙ}Њ?F/.AZ7)igPpc$D^,Q1G~-)N7QғpPq=瓧U:I2?DZ鞶gd=-#ƻwu [ȥzhBxO:3w @, H hAr=D%xx :LFR3gˁ<djt>|-+gl@Cћ!DiB"ʝZ`@xyEvSɥo+XxqRZkTic>4\l/CTr΄LZSJ!BJUO<$أĜv2ΚIkō'lvNgpsD#igt0Qdwq:g/Hm %^ĉd|SGJK#ԪBUӣb}^i{H4⌚YyJ_贊潨UY1 dğZ1|h1,27R!}5au.֢[Wb? eIs4Eש>KKay,AaֲVZW=`4oeYő;$EM'jƷH͗YэO>AW3/Mwew댯(Y+Յ6hs0EΑ$2] *1iȭwgP)cB! T88+_lk8@B]l&kW'\1n->as`4CNPg0HȄ/&2}2'`rmCBInE̗DYCȯֱ6mWwy8p򫑉6_)I\ )%4y3Ja(azEB7IEٺvkFCm?]$rgAJQݭp<D&lŠ8Q0L4S[&[$~6#afђ}EK-HPB~ӊ[cנR˼@cvFmQbE{7L"#\MG-` C Isj47W.{yrG?o%U/G8)U&aH+pgX̮^b3,o3ؖW 3G"Ï>4m1cߜ4a14O @0xPEDv6irM賷l~viڛpt?3l;=2R蓋h~WؤZ+Rn: /8eB*ǩ{YK&;}`Qr8>wE-10Ϝ*bl$-K`=CdlWO)j❨;W+T8M )DX䷧qJʅc ݉ tHOO<@hekm7oњt)UWf Qza:@&/1+wX .R:e?p0vF'0-rgHN&3Ux8?U4$&w>W^,(1UmJ֚s.0&5pᶅ u]Ǩ#Z,CCz;VE=w \}qc+LvPA'JD A!Õ&K&y=(?gbkJϵ&Ce"k- {%(> #mP=y$Ġ+ҜS2+1 (۶lRxB/FY*fO"2"G1ngI9'OFb+9Q0*R{rDMH 3aȁb/!yhq @@ Pts\,\-'HZ(oAFw] y3/zh҉pD!X݉֊;ќ3:G7y)-Qt+\S֭ tBQ5l1QRTp9Y8{\^-&r{~(y2 ¸ϓJ\.틗K 0 D]H}׽qo8`jQp#E1z.k8D4h(BH,勀VRY@2G-K"X+bg\f eyVqꦭ2眭O` YA9j|wDaz&8f;"> ~w\h>SaKoKo#|g̢lr"~'ׯIfΜ L-6LH>dY5_" \fRRRR>,"RO u V)e a߁\^>: Y ffaoA#w; MO`?l缼ry0K#!!!bFH`@ {2w&>k@d#@U0</ CV<g{ X8dC\LLaaa! cq-2ºx2nImzSغJ{0A WBCr\UcN憬/E3 r 's Zh1YbB^ ~|2 ILBVCFfBTW Z$oE: g x2L㘛B O[܆WO2WsS!( ;#1)2M^ּt8m2<9tGWG->#}x>>@CޛL6H,5!&)Q@.[ FpBq7yo,Қ:x ;1lܻitBiF>~|m9 $ٜq87&BBiwW㢥z^^Ȍr~^ <@Vų^2MIaZ~"]_IfRq.,`oXCWAz,ԅv@;!ӒTY] Yl|&dU/O}㝐t CB[ gl2;[C Yq lC"ȧA@BERQ:Q@:ʐs4 |+0BX -2 @e'8-bFgK62`7nq  [/D^K igꄉCewQB2# b˕ ,LrW6?χ{5mtB#~ld+Y$<t My }~}Fي5F@T-h}8!gaN BA_"`Ptgb#0h`#A[g, vO Z)u|H9Ɛ?{]CruR[ksN38sfҌ}Y4 ![%2_Zk[{ﵖ/ne`@ȁT@DE!J/`XG7  P ՞K}*AGa7Z v'$Z \ߠ LĄT'sg B2 4H) TR^ W`~ڸq# `ϳCnBOȄ"d|^q2CqX Kj5] mwv'VDBjNJLĜg?~0Ł=w2 (l\\'WVV7s; J Pw@j;008\r̙0555/^'O< F=PO?hjAF iBBXDfm@=%K@eaVv#> 0!ʓv'8 S\ !MIeaUZTviV@p#|!{giCΌ> !A>.pU@jsEL|4XB.:Z r |Gܚ@(r`_ g434}4Iq#ɉ`ȡ/hY  BPy(<ǁC^MO`1 ip OѲs،wh-Kn );!;q{ c6|d4 ~R|H(>)?Z hty$` 9\>,8!Q*$1c í0 ʂ9䃫POa@۫ ?2~ d&XWCA +FBh/B Y`JLRAR0| ^a]뉼' N#`[22A7dG3(n"Fg\!0nC 9r~,J2QV1 1--A ]-tLݓ9ڝA!+")d),x $<;@1Ty3?@֧@!3vxY| }ֹ k)TH i[IyyyH }>L(Ld{ `݌܋< @e'k' C2]95W(,Ҁ;%_Xȃ<4 4 e'; (fFnjs a=W O`Rvz ]6H"~\E#Gv4)x s%Cmv!g$A_x z`| dr@ -EA.<:d@L&&;LÕ`떑@ Y =KC%?6") k\@,)ԓ\qZ@.Svhְ=ț0 в:<-a5s#tǐE]PPaKPQti/C.r0LaLvF`|%̂AJ!̰E &Ed|2\ /p g}AH`f9OEt%lY`*Bjy rr@a@>II0D*}z}ȡ @6*a ~06vO$o@1aNa, % XȤŋ!*P>Ϡm7J1KDUi>/ c/0VS#P X=H  ï݀΀$R UG@qQ xN!l4  E$@hGN';rb@D m) @e'EH$uE[YI.,FHwGvàm L0861c55yZE nW[x;]&P`Ž矔dڨH\a 5~s){}StpVϽcS^&- 7e>axPo_M4ۡj.m~">}~J?q)Ohah{#Y76inj4y%-ԁ pI3Rf&{QsV_"E=^rݶe~?{K#&1̸Ŵ; i%5 &󟅁GQ,%?[adv\ǧ0śYy1KLj/HlUbcjSh!>~`f9%uˮ3u7d2[?-\ClP<5L̖|v$9IK"7Γxa=b&$Vj>N$1Ođvp a*r~QevIC`BsӅ0y{e.x`܊ a(:!8@VJu8{f2馷 I?l>#.&3i\<͊pmۮV{Jr`9g}UUeow]D&q8T_& e*{-˂q;0 Q1 v̐<1eiBiEEVM@deI4z/zf^h/3G36MlWW%07bu"jp1< (Ɉѧl#Oo4d\hǂ?q4_H;a6#T\nv3̆ٹZ~&\($YD˳j!$)qgzʖ{I@ j >^j~wlY ;=UfN6 J oka%h'1-m `Zp@Q#7mU/:Ardn,4| LXtDiض+.\ S52Ea7rLƼ%YS83vq#`׶zz~pɐ_O,KXx, #$83QW^9skBU[`Ұtӈͮh!+A^DlyӀ< @Ë9ZݥdLR$y h5&5ʃrv@ a{%G/M)%:D+M$7\X[X kUgCKw> M+xE |Vϲ{TWKMzdM51ߧXL R~ORqgAw}gA| z y D1tbC)Mt&w45O3YkҸpעm2T` T*H䣩zTnC02> ʸPv.)0 - хWGA[/ÊxxSCEUw5~*eL,WP;SG$s!KIKֳ:D_Rs#/M sѥ@gO4.㐑^,>\Zk'~ra rSK& !b*ESH s)-sKW\nF7SW JQBك,7ˉ  PvlH{hi\HЫL1kw$8yq$̂>HfMշBB%pT-9]<7oFF xB5z^b1) SjZLGPHίu:(&@kىe![|50p@`RaS0i@ B h/-xi#N3:\>oRkˮDE{VQdKC1ă(Zn'i#,X}E<Ѻ=@N\(љ]^{]C3Ak^?6Ma'Er̃5_V"-d[iv-PgOGCAx8`v 3K/-Id"#]{vs8ꥼb~u.^Dώ\C{d4~Gd/r=IN72ʭ֯ ט| > oOx :sEx:"A V X8!p8(.eg  eKgEr|,m+1ߝb(a6?ϳz7<0札5c[W>qpd`/0ND|D1 DyU"S?yňu](mtqI9 եSXN"jFH | 8nDgJ%w((I*`/ Y_T}|PMȪ.6(2|?3J sNm2LT22mA)GQkxƂjOT+[A렱{̞TÒRSFmaLN'ON'KwKk! JJ@+Uk~=a ыs.e0O;fm7"\b#@I'}!/RĬ@P @]Cv忁ӏbfb"-!lYB9[IVMo1pxHej1*7z#y(-Q{N$ "vNhۑM=;[C;)D-^$,@$ih` 䭇Dl^6'˓rhs.= -U AF^euD | خލ29W֡4 %HFrkr+ y}`\Dͦ๵)W2N?EXiSirTo !)@Qv-R Ww1 Pƒ,,: NfB[Ǘ&’)3x# l!UVPpJ4jƅ2 %j$ /30ȳ(Mr!%^b mjjT%ҭMmC@ɬ{a{ Z2֎t&9@a''Kr5] @@0Q <uXi0n)Id9q@ Znf;GNw*_% rŦlal~߶aHUsN.ACۢ8D%5A7`|3:ۑ=$#D"+6 ٙLRKMRZ1Jm0=Ianb(;d}(<L  _g Ыz3/M!a؂ }q{:Δ6LtxޯuȇO阌A7=d ̜-f)7PlZ,8CgkXհ`a'\eV2OLšI2<'O(+@p.|kD^H* [#‹xxa5v= tcALg#x h( VIENDB`PK?1OEBPS/httpatomoreillycomsourcemspimages469727.pngPNG  IHDR&P pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV$:ww 4k׀eݻw=z!$|,"Z0+4EfCL ?RHU"k_p!P R_>88VUUx朑Y4"&0O:ի,` !Rt68 Ld t6=2}꽳4鴔Jhpu޽;o<`ZvІqLe@HDžF1m!n9Ȋl47@5h΃dDav (b#w XR__4@f儂ix fc!xx)x54Ǎe3_&Ws>18`Z- r4! cx,4i.J_*{8^hDXbRM .$I fޅ4`){Zk:9`O>.* zN_T܂Ws]gI^N{Z#c #6+O:z4JBdul<4Cd9#J-P Lyw {k.'@ Ë5XEY>x,!a 1ᮃ69wLOBpN X[gtPTC+L]WH51 j۽ݣ,d[8<(Q>"mMK\$kL%.#|km= NA XY] ',YC T0}j"#H7}ةːioЧNm.\sTDʱDU[A>$:z=x̪z(_b`tpq0r}Яگ`b\j9ZP$|;U9oRITvkv6'V:2RY2?/m=+^σ.۬ QN= X]ذ@FUD) uղ6j=ho70rh |K"xRMSji}c rɛm_P?K?Nf> "%!7pGK.*R`eWt^F R]WS\HCϾGƸ-[JXDkZ[k^nF'0 9`)6HJ}JM*t9Fdk"&ѭצ /.E1( c (+²}B~ڤ,ϣUDy,9f=أ Q2gBMmQ~CU1C:ˬz=l=S@kk^~+3vI#7%!+6;a" T Lg((([d]ȎDR@JAiD3"a@L1PC-=A6 y`? `:_$A ˕46GGua`mѝ+AOEvT:+k÷7ZxH Bwƒ$.g #$\ItHFl^dѿ&BiW'ɪ'jCAxzN@PP{BTčWk&&{0^vMWi)^; V 1DyLº7HA гLx_mM|jo,B*rTta]A4_Gah#gz@gL1e68笵`8?w @@t!2jBA/ھ\{M>-.#Ï # )'d o1SLh窤c{tG-Pik0oA`4DV:NJC^ksyT-<}tNm\i&yvn ц|P(QHDdL  ݐ;e{@F; (} l=Cc5S#AΏU%05(2@^`k8mp:I<"-ZCQ$}Ή@c_Z17m#^/B$!E"MNhQ/[=^[<d{> \$hT߹YxZkh^Xj|P>%(M/^<==iyF,Z 0Ȁ6d# ]Ld d D ~H>_9 @:|@W͙3N̜ E6 )%#dF`V`0 $=ݗ"+`+6|Tclf%g ɝ}hF` bv]s1F4.^%<Ϝ3~eI)Rxg s?Ğ0V;uɠ2~ gT7yu&U4Dq T¼xZB}{̋pcLkm}} @@ d ([S 1&_oDN0eEc^uh'U)f Rtжbnn ,,zrfݙ;{9a zO(`ЁHы|;,P1PH HgFүD^6|M'ANT5@-# $Qd RqMCCCHA QH91C. Y |BgR2BB~HELmȓFvPXf υl60+5!z4f 5 4dV> 4+ɾ[Rggg erAD70C20-(e|sZ+1Vf"m\Z$ص6v/PZUI|.YܒҲ)eO0z:+5n [Arp@OBv}:f^b!YSK3/lXP%&u|6]M΀RJ1_D߿Xv0su!," ?~LA*81c[ lІ y#vd+ >Y̅HZ*aaa---eeebMa U4wu%P5pe&E+Hi]spZU{|;W$FJ,B+W;z=V@Ղn4d1QE(ܕD7q$>4:vMoFZOW|ySSEB46#d B*/<'Kj#rHzm[ҡƿP`CAHNc4ĺebR a( _WfWuˆ 4/=k9%zGRE\>6i{&Y`lpZ+di=EHe?4nEPy;~ňz`U8z`bK4tQ&"Ef*h2zr9KGTS7fItA+{imm2Gሹ* Bfɳ^j:d%U ,0!6B4:ս͹ @(Dpy /U BֿDg`=cYG|]~Z AHxܩuk8#L!n^5?:@;bp'XY2 yӈP9TvE w7UZ2f"C2e uBqcO yHfY텬elN+ c@{JW@Nqb@=Rd@Nc e1uuuuKKK!;9VRc2 u\̇h&JguA^W϶ S_ C@R޴̝@ZKi>Cq`,CvS ȍN7 ֭^ĝ }Uk&C v]53b}7Bty;XJKW:eEPyP \:֚}u,j\`zHWb}=2z-C}!;v.[lF8 @(c??@8KM`AJ;|(j.U3g9?zJaXU$C(`po݃, H;E*V&QQ/9%GK"= \u{HRULk&h}Ge;a(6 Nٳsl^;wA202#&'=D\#pP1{kg'J؃g0% N};COB Ѯ+5&A^p]*L /mj:+IZHOXv`tPO-/9{`uA%<@ (O.O3nN9ZsbJȫ[6w/+ 'd q R@F {W /ԇ4CzG:GU^- ȷBEpXBb bņVDKK @ B^ zP.tg4NM&=Ak1FW'j*,# BR`> /$#*\A$܂cڿGx)2 +$rjj$Z=R֋# _jBy>o/$I0{ȟb@ٔZ`}<5Cב;ygw?ds& dT #).<>>Bdҏ4໸]b%t&ݻY og ?/sI6*1D]7֜s1jeMw$5=I6^ץmW̹[[|=*7A0;:ÜΎʭ{D >N;*uD(x1Bˠ_R0 Z^ӯddj.x;Ay ]RhMDMRunne+{?*Nd*S.FGoPzƟ<j8X/+LLi5D6Ӏ!?Ul!t}tTU1Ry ٥@2Jv&1صނJF'Gil ]kRyW1 vQe!Yjsr"SZސ(x'ZMGd' tnq 9HW2)P b,&...sv.) Gq%rg-8 >qš8ᠨ704pƃRѿzZEQ":BGceCc8sZ,^sːG `Ћņ4T$uSAvS軳 9=+gtrZ`]'JɗD:, :)_2P#@RcT`kMŠdA`b(UpȪnQ 0C/Z ؍sZ fUe& 7UF )p]bTIVG #f%i*J2Os^2K `d;n[C;ǶZ)+v!sKG!JǏ7GG܈|U| ~in 0L#x! @zB|(f׍?9k aqA)LFс2put*i}]#x%ek@!*1W2-5gYدsaD .v)  LKPBi-ut m(0`{-n.x~'2?'G(6p"#$ʤÓ@8aGo2%@IݻwgΜ_4ڍ2h7IH= tH>NmRV gz'p! $0Q"_b58ǏwvF9 Ȝ% Qg;ff"10#iYU>9 ܻ ߹=﯄0PӫR Br[}Ռ&~#9;?a9"( ?c:^R*0:T3s$bz/4ңE; ;(>ror{"CE잉O͟mrn5GM%>b!$z?iEkZH:ZIY}էɝ`G$BUe Pܶm̄v5 s9Zû@/ד%"_{OFB1@/ THfvF' A'q^yp۟H5#ѻQwWո7Y*E {'1kfj̔ "q8!D2X#/HVG]f 8{wR Ra v Xz`\Wܨ\BP 5n_>pL]Ccz͏˙f淃rD9|[!KE5|!{AvTAKf&t)x 7< M}'/ej]K)#\(` ɯ9`ӵLi8ug!S׮w{ON(?ٽ:7;`ml&5RWm2$7R(ڂ/+1w4 B:hWImw=8guNOc)h2;pmoyFs~i \w-O&Go]|9^h;cAff3?I#HIGHw`X&zuvȜSf3Pn_)cs> ze%9g_眵VhI1cnb_vR{B1;G&1~tjSoa$8+A6 3DW b]9 ll)BxO-NdBăduٞˀPQA{R!8=YWŀ1FXw\*{ilkrnZ P E+قA2E7@6H47e:6-PtOrT(7`Tl3}Kv+斦BX1*c|^L;#R k4-&>ynI`PA?$R_y9ǰ٭(1ʀ"]q ua63 QTޏRv {ChgR9dj:jA, " !0W{p`o.jHv'0ٳ#' : Җ^<I/W>RRs9g]Nn1FyfZ)^Û@2Y8lLURc~7sS.@PPR ˨D XpwLaZ J ~}kua[ A;iY#.Rؚv4k,hȇGzAp9R]0 my?ڪrf~6:f0]kŕ+~ȃnsNa){}8ǬzYv߈ e9kC2ܮ'Aoj(+뉳= Nau! 2XZ5_XYY.EffNa"R~cͿO"KڇU9uE}\m,s5Ha?^`a2E#I]#i3=N6UlcK;KDL0uʼnn4Zt>O<TW;Th?ڱf\GE1?X6f #hDx_>r5=3hk01 7ICD/LE,mm^ aA^|srtk^-ʴ9?>Ek @Z:3/7f"mޕXud)E.#k2\jVaMcQ"gޅ]3HqFz1y%RTO_>ňrAx*Xڮ()ig T0 TXcMSW͵^- "Х q_[aAۀP`QM܈hdEh)(t̺[+On zl?p"J'3d1g>*#:pYaԂ3k {Uk݉q/HB. z oв3H́IKD:yj"F9gM^caO Rh:23ԓeAc \7vuW:(! JzwWյ 5S.hw2,j/0v70se"؁12 <Β% q@SqjppIld)SJJ8Cosk1RJs1 s@9N+ Qcy(D f-$Re +cWl0AvҸh*9DcsN)aƇJ-} ;'HÅǼ'!ƈOZ[kRn*3z,(eCM_ P' gD1sBk9J>xY5[\u4>5qCT6xumj[`6|X=N "34gxU8B84bERbMIH$HlqBzd)!s>1di0d8d`RE'!x>t[ 0K. ViG6uϦ0ǝiw޼V2i)5}FI'ζO˻,ٍ`mPsԊiaǿh4@-\7I @ ?MNRO#$k%!63B\ _ Iw2@-! L <,!5> S fא>BAH<3!`5@n ߷' ig4uYi&يglVzHye;/2[U1婚C{lI^~4pKD' i:&bI A|]; x-%'!@8-!$M&oO+]1gafخ\դ]DWBeDX|y9gD c&ܮ뺯k<_a`]1,R}z8jc9qM.D왏!N/DP4-4T`1#>9C&tlI gQ+ڛUG-2u'0!ɛX\%<:GQJhc_M&זBY+iKqTbp1`09` $cᑴnC.$%K):91sgZ+ O .FOܐªK]#VX(4Vsu{Le<= /`B+lv?@ @{|G/X-[C$ jriK=&9uo94 +Aw{XZUJYkbtcMil'y#VENk Ts)Q 39笵"UGi器v_9chՓ0<\g f)kxDQ[(@OlXaݗ`vP3IԤDE꒡R<|]BR*VN@Nzj&G4<^-KXk`ԊR)dDR/f}Z RMU'PȮ0i hSq"5m;!;Hmm!u ^1A2ȹ7v>"Y#~ oV&@`Ad FAq"xk1TbCNp%ɐ# YI BBo |G S  N) ? >o )ȾK[x >Y1h) mgPn`V$w΍Da/7(eցF7xZ^`D+]A(G2pȴ]/ ˊtDڥca$w5qr4w &AQȁ H(HL8O2*/HS'CG-"EJl V@|D csɅ4! Cd6B Ra BQ~ VmB F|$i /.E}fӛ!NUW*iѪ⚑qq&f ti["ģ;a餔@,-iǨm#| 7eA@H# f\u  ҳqM%c];'rC葂idt U(fGxg2DTd2 ,> mW@avB;(hj*VIA1Ť)`O&5ƨ9Te`{vH)([kʖI ;q- (a6 )C4v4hN$@sY.;9݊ !{ [жYA/e 8'OL4IMMMXXy>Oq!mA 󎃃C\\w!o;vXjj  yW|D#O|ŊӧOChnF;~!fC`Q  ܓI/b"ЗV~VeI.g/& .;+ۧbTB%ɾ F`OZ\שsR-w5Ƭw ;*+̥v'<}hB81Fa]W:y1Z])esK)'ė2?.0yeDT C,bٶJy޳L/KLq({T;W]PYз1 EwzǎwpݝC39u"}!U07GGЖ/ [B!bZk9gh9cfcRp?;:{]fJ]i#)c quA TƘ[%`?U^BCL6EWuB0?DL3/}pq\ 6[u?c,c/2yc 3#w ;}@$Vߐֈ{:~k7gHFR#h6 &5f+z]Ԃeu{K(_mw! ZUs3\C7@XMW9:?p6\ Гڍw3ý~|0Z(,^293;>(kb&+5u8p7 O-_%(MYDwP˒i_عEWn-ew t?M^FЩӿ}hd-=ɧVd{;4AφFj4 yj\2Qrli 2V"wϗ <)cR ClKk ͙){z*:*(Dy DsN_| nl7iOuH} @ڹ0p4^8e2IE@^O&09ҫjVϷ%+g?߷'! B:ƩjkڜS3_[{﹩3D%TF.1EZ ^T_ʊ V5?HA  nnrh#h%X9˲la0vvekQ͚,;2dC%7q~itSM͟\ ؜[ku9;Q_ITKiMH~r416S"L>_O.ǃhx++Z \HIjJ9X]FI"{S7)d5< ߹Wȯ[֮>ï 0 0*פ = 4}bɟ(&w]+%0MA5J1JH?x amf*nJK~:#t̵֜Kz*qp-5 @@ Vz) Y{w#S(=&ZbP>QP9ZK8r*C@N*xL.=::j1p %`{/R Z[k9g\o@D|F3 YI)nz݄ Tl+ƘRoebF=/mlTz H*Zd H&T xVNq!! ݻL1k֬!~+j_z5(`r~@nQC.];_|Ivyi"2GAq -8;{a #Bbw44tWDԦ `&ē@Jr˻U6]u'-C6 ~x0xR*n6c;0*1ǁ !}_ @2[ו.E9kGQy ?탢D-o@%ƗbDu/2<]yA0v+M BsКD@D5Ȼm ));clKAO$"%*pH$Z:t`e8MqoD`6;Q\Hhِv=ә>>>#p@N{,_ /J` `jii!!!d$UVkL`F=g f(I~ 2Q瘘`um6\ wπi3`\RZܻB^ŝ|G k[ߘ'9اtb^.hkaifvYrϜFe,SF8]TD bBRޥ+5E6Xh`2t Y* b#"dQ:l#Ղ ArcZU묔Kx`L2pQ vƟr:?ޱ"\$$dܑڀ5߿r_p<bT._@58G-xa~lcSI&CVoɠBa[*@ @og/EdҴROƛw1$>ji͓/&w]B|V!*F\k.ͬ$ qyu6psΈ6+{~H#%z~1th'Yr9ф:Ehk](7)P<% C.} ۚXyȧ5 \ |Qw,'#a0,2!xh Մ@. 5(V}lSgaa!d,t9 9V= @ ;zXj_bA[;W_jWK!/4#c,[8B9~@ ]BNWC M dxWbR[Bv@C*zH% oBC¯e>,@J pAl6x@!7Qr(!+e!K7(@|9IC.;A|5OSrB=0-]'_U^zIe9*QiUygx_?ݬbL>EQ!v3U!ђXzIny%a9|@L HѮ`F'd(x 2?+vIE/R@"\ȥk `w_[9D#hk!2rw SF#ux& 2#jc\< ỹ6auv/|z!wAЂ)R`:?Q12kPs׾@{l؇XeG"ٸA2,@1;rd@Pyh>_ k ߣ>`N~R_@;8$ @,D _Ib\G A^"ԄGf.o?Sx(lpS@h!v(|#,'OOdsA!rw xwd`ͱo ,XD1dQ9G^!!ߓ< /F;*ޓho72 ] ߞRXXlPkmmD&,d:rdN>oL%T)0ļ &E7r "ExbGoMEnB67o @J;H| Bxs*>6)|=G0 t1@=rG#u8 '>Ȫ H€49!h#Bh PAR÷B) !]-)(8{`~x Kxsdx]}z 0@TD2 , )r ` $r L>#|X݆fd@vNBF_@r|~a̩ }4B/Q9 Ȇ4@!sgg)=̊X`҅\ Tr:d%dQ$%@ $<-A@ikBHCn:"Q0hK͂`s~7dr*L-Ĭbk`(c`s6.!MN`$6A`fDV[Ál65`sزoXX- _xY- )PyG% @T@$_3c-`=qBdn&AHȄ<@(G$-aO0Iy|dĄ(lOdN!r;BQǏܼ\`G: A.ҚD]v";@Sj[ G vţmCց >)5ȶ&@."uFt'={@2ط7L F:2?!Du6*q Hҝ$ԝKNs跐Y5|]TjR D[ l^Ddt6hxȝX%BrіOR2JM`r Q-RySz<+T*aEvMu~G.2JQ2gO"0Q)~Trɮ9dJ$8Fݵ~CgQWG9PqU1E29=;0<̗͝+6_L x_g p_' M}i6e 2Q_iSiWdz ;gp@AUZHʑ X{BkFI+²1*MɮM0ҜV6y FZA D,p6Ndo#{$xxJߐ #ȗ7 [G0!0uBn`' G"''dYd"'\`2 &:3 >[il @ƴ 2p# 00RCAlzP'\& 42P(dA; uQtNq9j>u}߿);Kjj*x"~t&+Sr1CQt1ŠtBgiaEce-?Y_^3]â PVa BZ޻}֐a"CЖ~pun90v$&F(>,+.B)I.d߮!LI6O \9*\r[naKv'y[odƖre_coYzYn(j=nD rR9R+g !# 4 ]i53vp}+ PNSw0v) $taфC)ץڨd5i8Ee].2QքW!pq'5fSZjUxI4Gek9$V3pU;xK9JT GX?T,yf6̼! FEhL7N:%5;Ja./PԿ֪]ץQo:YӂV)خTj5o^i'U@wvA.HsCLB$j#q0ђ~=ߒ;ҋ6 }RK.ܠO:[9ԲRcN4֙͑un5z9[Y2U/3F**⫡(5upY2|=poiA@v#gnzFr›j/qw_@^ xŅ<LKa H4EGi!ed8)Y۳dy"G tӎNc G=^e a0Nhwf#ͫpo܀7O.r[-K45FEUaO)VL,ģE0- #oϥJk8;A yKpoIӌdib`#y~J9b:G{!2-򏩚ճ&*"(y+$a?B|sBճQe628a;1ZD(' b -p(yG+@%27+ 6EbmS-c!!qWJD0\JSoe pOAV{KUTE3b[KI'"dzL!Y:w'*0uoI ETv:VW3Q&0J~]TY !ߝ$c!0;`~ukcrH^5V!Q֮˵?]v eyn@d,L_ZʵPj2 څBT l\%*v4"?>E hMx4N $yZ3~w*&#dRMKf۝4!ul? \Ȅ)īa&iQ0 p …/&b`Z^&$,@(B's\ /6?aӡ-Z]le7feu/I:;= ؄x%-”FVWBDؠ}>a>i^w88A[;˂HSͲч7 {}\1J4G$y9z$4A)ȣQך^7?NdL!Cp8 `_Q:{up<;Bw=򓰚YSmn[жMU 2|Rq:($ %fW!̆ 'y:y^ 52< ;Z a(~\8yiM/1n{DS|Kc^b^ \^N-Yl="t1n͇6gcR, :/E{1x>ᾗ]n@7Ke]E_RU`*J`d O?ڇ>ajAQ0MRYPJst(Leyt&+YOWz*]SCU?G^Ɲ/!4~R0}fqK|-alW)i&3m5x3*D49n?ō#j#[ ][qIENDB`PK?=2֢XX1OEBPS/httpatomoreillycomsourcemspimages469729.pngPNG  IHDR9bP pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV FS' ػwoQQѥKwtt&p >| Udo``0T4:9d,M)u40h4u2466N0XvRh@?0d`znx&Q@1]v޿X=z&{h]O :)okiصM>I ϟ?%Lx->a"`ܹ۷o#CXm hĥ΂ (::@@H~44R'?x>dܸqc̙#(}ha4i"j̡Jȵkרx@ ,@Մ?ۣHBsF"&:E?zXc (-vvvΝMh FJ$5TUU-I@qݏHd@#"u7U쭟8qXC(1cN=hu lh{]ºiIhN`oC==hMh-4Sgmm-o޼y#~ z{H#p g3g1߿us̙h :H@ ,c 1 ׯ_(-ө@GTa:F30͘1qm@?rR'@ Ij0;.JGT:IvՁ!`vp>GTa:ݻGvo 蠭GZ:߿OQ[4ŋA;4ƕhNZvd~h̳+**?`ÃyLd0g?pO#*i@ 3++ˇ79PPPpDNb!-N`|3f >py@ I̶;v;?"@1XX (SܹsgdNکȕr۶mõ?ۃ'US:222\vmp6Fyo #N{yy͙3g׮]~h [[[iq>7U N aHWxr Eǃs9U޽?@ I:N\&JH3HT9S__cж[FQ0 !Fb9C^c 4$S… :4ce:C!$  A K ^I|vvݻWZ5P F&qD߿w1$&ӑ!!:ϟ?O0v}||6'NhWKĬHz'PFRUUU|h:)Ύ` @AW}$/G h(<}-!^ho߾ݴi`||hGP*;䐏/^A}A;4z:hmm-!`~v<АI&XΘ1$؈:H@CfrClmma 63@ ^т bΠ>:9H .0wh4R0 جq;:sĉ>|4o>ho# G"V@N*Ȃ?~ MBxh^vtK9 vv&`={vuuGW4κ:Dhӯ_=|0.J hNP~| LǏ̩stA]766}q!ȂL)FFF`um۶<4[hPNI֦8k֬/_%?{nzptQ~@f'BAd߼y^ן8qb0;G%2hc۷91%0XdILL3Є?Z?N`4HN\>$6G4H(8pؔ1I@ ^wA A:ewG`L<:! ph0D bcc3s̡x $iNb@ >;A7ܹϟ?׮]Zь։4RsGmUU߿!!RG4R'Cg̘k(&Ӭjx\sECxZ`0ɏ. sMccY޼yu]0 CeGW~hp9::9 , }||ݯ_1aq8}@ 6 4''%|_)s$Dk4`ix@Wh"J qx@WDh-P4G<:<9v4u(@%unܸq؇5ϣ `I$*2F$F8A:۷1cƌ! `4hPN+ٳs졕LG N2@ ҇˟? }%K<|pO`%hS'9-6AAA2 L6*++y 0 ޷NOׯ_Ǻ~Xv۱`t<@_"Ç=<< k VVV l}^ti2%գ+^B-DrrrUUU߾}^"эDYPP@aQћ4NSD;4( 2uEI0͍l@: nB@:mp@:?;vm۪Y"@ X?Eg``r޽7n̜9s."SDT(** aCPWWWUUMJJڷod]ҥKr@:w؅u&0pssc 405ݻw+/c37TFFN`S7obM޽:u_0Mgs=jjjOȺ{ uppؿh:#;I'|rrr111FQ4kϟ?rwX/J@ @sts ީ( hSh> 4eh"@{D ;womm}ŋ d)>՟@1Ep sER;IׯB4`#Jzzz=%Ql gd@:-ff_~17AN &֥K6ЁUK hXk"&&2ydϟ?mc`jhzEXOMbaaacccee300Xˏ@@4L/ч4iM@@4Lg,XX݂4`"IIIjFFF`=^ ϟ??ΑWbĮ N|r: LBBBޑOHH GACC WU( twwZ FΡFڄ'@*ukD#PWW7BR'@jDi(^1T@SS4R@L 4D=@ٳg޽GAGޓ9 H*߿Xv&ߟ?N8sasp݀y_  uΜ9vB0̖Mڝ.௃FJ)i F&e'usA @… 7o hzz8 VM8 #'tDڣ)Z`߾}CwG2@Ѥf=zP!:;@4I !r=zIst}f`_XX8 @eHwe'@4 ddt/tѲsD`iжGP(e3uw ù# U `08@Nݐ!ݻIyva`b--->:! fff8[ [%(h> / zN}}@< n"""xdn3 `: ĿmΜ9 ryhcX^6DyD^QFFhMDh09ABB`v@PUUU.]wd<|Hš>@sȃ:xs· eeeX4h򀑑y ! ?,YH ց F۝`M\pa>5ݻ5a#999 l)++?...`#i4IQBJC DԉGGG`# Dڵk4U Y}ҥ,> n Cza|8@;G4:GD^^x@O>|%?ܽ{w W>zP,_mw\0 #A771 @L?~|2333!Hz(؂aooYL(O-1׮]3gׁ rss#50CСCqqqYDjΜ9ϋșȆ2|dP|.Mj;vQL՘HUh~vv6D/$*߿D`BD AJ,&M`&#Qڝ~*..$~R```@@666 C022eb , ފݻwnݺ Gerĉ Bu.\F401Kn`+$*))>y$I J?%((%DQPP HE+= ,#555X{D۷EDD $gbMpAxQ rJUUh (Q.++'HFa@l@d)11R@]D^0 N_ݻwUTT; w .;0e'dl}}=D ikZ" # E's6GpЇ K~_'{)%ΧZ<`@ys`_d=`F5GSZXKZ̥A/չQ3qwfToe8#!|<^+I)Ʌ9l"52N"&郂dߨ)&hKw"ZO_&C!!Ղ`GRRAggwGTWIswadD`v MoR8.(/x16$;1NػsAPzyүiR+c<t#LQ5 1S#{6mm r1%D?k0'G`G H`H@D'1MZ,G+z9Ck[ӣ`p֮bb PЋ+#$K8G7Iģ S!DTO/:Ơ@E$K) ,XAҜctαhP@sf/51bylLAO}=.,;IÔgqի2%x|w@䔝O B€(A %dx8Dn8Ӑ*RE<쀂ȑ<EPss3igg>(&$IA R1NH(B"\=He4)DS YHIV,$)O=;(zCNtyҗ(RF -c7F׉s}EVq]֐iPv&%"8w O8 8 ^%s:_ Z"Ą};cBMѲHl,B493il(qTo&[R0RV:}V1GjfM(p+rw~KD({f:㘯";w.d*ru?!gQ0dRׁE:LŔ0q?A(trs &w*[p66M_s>>h7av's5ܣ =ZHA4xQ_n1R2 ^Dz*4֐g^W*GZr26hmFY3s bV\MLfDQ0Ox; c|rd"T^@ayF^( ,!G/l:d<0Z!^@b\NNyG6 *; /8!W|8 1EHTH{@^^B:"jQ333d1 +zY/ >x85IP-J;ק_U~.} {Wv&.]OAb|Mzek]Io(nL.9y)*$b1 YA aC1v]xv@6XQ0(ږyxlB`9u>9Oa$|y mEc (åF "9@ȉ QSUUa>~80!BSBvP- |'2}x) †={ .F4z"wi?`2 ` NA(,=ɲCyp> P!|c3W1,3 dOי sW! x·GX+vF˸Hʚ(+?Fљin~RMee' .Ĵ K:T T TȢd֭Y0؀d< ) 30P;988s60 .Dف1Ӱl^)BȝF .C5 k8j*CpGiEw}(Mi& 9cU')xchȥrmc4R&+^ L))gbVx-PqiAڋa?_Q)EvDxE ·#J!BQ$]gTxQ0:qʝ16&l΀wI. v db&ʕ+۷oBQP>L㐒>Ypi&ۗ~ _' /t3`=9q肃s*rDׁ D.q< +3PJO}WM\/Z̤[>D׶81ÎP: fM9c@:w2cyTO#¦#oHF ="h@Pǃ´xQTL~ yZN-t.ي/H(6K,X9cA K԰}1 ,t /@p79笵!7LԝMV?U)@R4V?a0ވbT|L9bOycۮey!w͕I~va moz hȃC#]No2"t H|wdܹzx:=xzE?~HM6ˊKj ";t@0dvիa/h@}AS # !ِ>@ % ?AR\C2K_ d@Jr8d*% QWi§ډ,;O8q$֦Ξn +'x93Ϛ dw]0o>d n "!@ ``f+`ȐX !H z2uM3k.HC TI&L, >`2! H6 " i)C4B<IWAnƀ$tH{Ƅ95Wu]-<-CjUR ABB(wڝD k׬ I3:"28$g% H,C$I# q AsYNa([ D :B' "hm%iZzR@ǜ\ γ юqu;jϤo$4"!|j`6*UVQGcHCxX5։1AŃo[Єc?iP? O,-fEA*YGX -:(dc|} [89/t(K)F&\D4s\F)zvɅv8R ȯ?؎zNU1`ܚ/"2cT s;̮K@)`dt82DPE(H8F-cy7;/ٔd۳=mFLzuv+}΁ )1@\on_Xh  * ! \ &b */X$߁_k=Ȇi~T NSa~1eцA>HT#N<"(O';^>r\)ayjg$Q$&t`Vm]e4P?2q U IҩЈI#e$5!mcXsAOyjG 8"3zCO~X"V9Ot=Jpc䎋,I@ ϟ?ЀE>  H'P!{KO ^ɀ40ecZ^6bU 38t n ؗr׳cnԌ -*Yk+,tZn@ə Q6Tz^|Usf]o8YFu@–bAnd&THGRD &Ȩdd !Z}m.Hb,|wP;HkZ>CKpA`J &8&$!+6 > @w B  r"lw) E7 >^!eBdtd@ K PO]Gh4GvagV_OݥIX(ڑ2-H _4`a2F&cz'+{v PY98BG ͥ;Zv\f-*WC.ANk`h*}l\ߊFSN͌J~Xћ þ{rNعB0,@E@Q :9H*:D˭c#NydmQ+3cHjԛ.Iꂦ2/m_ 3[B+0H & na(=\8K T1~uio.i$þY}Y %O*Q8#=K~MزI]&s2[|=p DpQb+~j!38”,υ޵~X(xm&kkCf#:cxݦqٛ<<8rCLb Ā%@ 0QIVdDXdU$Xƥ7)O(m}_3axWDl`:Yg6 T)1TiMy?\5$#t> M|w=V=NIMueHE>!ɎXM˜*@[lAsߐQ`Մ|c|;\ ~iqbЅ `}់GVk{-x*ȓǏ3~UIgC]=Rv[HTt? k½P Ĝc:.Yu4\ʀ!DpnYq r`__5H(;A~K0<t+O_DT@=z큝1F<8xI锒#w+zxg!NzLsSXJ7ѕs=`7GNSh VM= EGޝ$9/ӤYwq[etޫ钗lo#g6sm4rTœ)Q5] !w*0@W YtSJAr4r=zB$fb ȤyyJLL"G n3:4 /*qTAdgƼnֹ13IPދCO~oo[?xVk^y+v%u H rK@ *Ks0NRD "yo;':#Ta;j 7PLa 5),/Z-L>ŷCfo/E:}HYx_,o)t-n"ZkػC@([$0Q_S@igsOHc}}xKk:وr԰pvi5wqxn* ~Ha8ªhVJ?oʠM3&(*y9k{Aai R% P{o]r70e /2h\KGQJ)圝堀w_>A^ U:tx}zA!`TTGfW{ke*ԁ2\ =ƀI"ØU&0񔥤ר8.%|D = ߷/Rf{JYo~PA&}d fXsw@Y#+檧䕖r2Hk+/w0 aؓ>\%7k| B)%Ҕfv3;otn6dYBȪŚYIDrБN},O:{?6}8vcUP s85ˊ~nk:C8O<1kK&KbC.Vy[E0· @@DA|(F8/.Drc΍?8H8k'ŒeG{Nreҡ\{N#>lB8}'|F' fmr,71|y9[qi^Xq}b90&2HbMC@/9xK01* FiL(tXœl<@> {+"DzRl.@Tچ R4R2{5ܦV)]ߜT''AsqcPň"!Yl~߂-@!ck <`Ra [x]ni "YtJ9AÖ^s5b{dT4iCCO&-'PI} {&S1ADX|BF$-BBB?~z`Td0{gACѐ; Lb2aY N[XIܐmq j7Q0qؐal`8$xc L` ,2hIH†¥VCzi !|NdQ, zw60up]&Lͺz 2I)9ݩA)xq|7k:@J٢k=3m*xOW`5: ͛f͚;v@4CZ/!#GUH)tq !Ir!}@pwu%'6“,GMD`wzi~~ȀB0v670" ,\XAԓ%4w/;{7M4L =r8np=Id(#c694!ˠlYWORJ1ӛ#@P pQ~΃A%Ii#&6g?2C[ VYJr*_h mZ[k1y @ P^8:Z\IAc|h/ZuE  &ÈiXnLjq6Z's9p^F)^4GƵ"Q]wq9 Zt>ʁWP4Kh kBC 卵\#2!а);nΫfҰB/^2O0G(@m'£]ҮƖM2RwdŒL4,f KG$CZK<<%Ɯ텢vj[\rʳz+H JvVs.MSF_ |w) E]OЇ,p cs3ؖj=gws5bKhϥ0>A0~e 7|/9q;ai#k@Bh8$R0MBҫ+b8+U#y@A4J|bc%AM, rGE*=dO!MjQ&d3j,ŞEPy|$yuw_ mDT![ 0wԅ! )%H { tK`NEh< h9L 945_0plYlOuu7wUmqoBqXa3%%1 9v!Ω-L;S^xbKMSz*o٧dEHhc,0_%@νRyy0Hw.l*X&#g_Wj㑙A98}x00b!*j`i0֨p"yB>ߐhVPtұيa%>a?x"Eҍph_1 ꑗGPA{6H>{Zs ٤P `cykЅWCH_]FEǿ+{F* 1OԐ~زѨͣrr" \"4`ay'}ZNJ$xЁT*+!(PO&PBm8Eyl:rDgSeJ&G}`|4|<'ss"6uwܹC4= w$8 l7 n Xx!BB j a7 @U2=}P fdd3(k{8+h!_l =]k.0PCH?O=( (͑NYcM(NC{$rRhJc~Evs&QZOÏSݏ0$Ž/r vZ|mn|)`Xzҕ Q nwfc Pun_y\d ,u  |,yW҅[ޔ#.OC!*SCU"3Ɓhv@/j zn_Al"!a>A>WWkY看1Rmu #ŧiƐ 8B eYx8u]Y,$oM)v\LF>6MJk>?l LIY 2ɘF`7&{/A>UD$ T)U\$3 !.UbzTEyF,ߖ1 DžQUOPgϤ!GnC*\鐬̀t'm/Q E!AއTytejN5Ȣ8`\&0!sE!,#dFTTtPvG'0@]9GPRVZ ous朶u`J:Rw W:L k[LK]hKUKv[zU"mnθ,,2gbmC|[q59"Mtcac{ݬsT?-zZ7l55$,E~`{@NHh֬YG Q,e b!w$ _a  #H3r$1WCBgJ! ##H #OJ@Ə?=d;H(zɵ=4|x3*d!HǶޝ<ϳ֊y!: ;qg"VB)&f ^acB ݉Ƣ8.*<e}w^K&A%ةpDxg TGK{e-sr?r)q~Ʊ̬-oH? Y"la0*Yk\)u!JZnT[k =jFr"fN*pSs+gܨ{Q`T&˳?u]XI@]_XzjGMdބ]Kb^2.{߷Jl˲ Uccgjq1{9a0B] ,9,d"u9 `3gx1rÜx~;n!`$@k9 _H?c;GӄRa,ԐMzM"3}B+1>x2藠oB|()y4-=#ֳͨ([bNdd4>LdM }?~1 x o/^r qprrݥt%;D1aݡNSDnH'X(OJ"U <if}' :ѬUwWM ;J aXOID߰_eYUs ط,"ca46RO <Ѽ e`tDQ"!p7^ %)ߥ24 WUw}8Au|B]bc3^[K2 o⇒Ρ38-ǍE1ǫvRWzbu \䳐]xբ/g}Q&ÖF?R Pb3, ,ö#( uS ٨ٷOlC-9rU'cFS(z߽5IѸ$; o!;+@ΧO&%% |s7D4#Dh P`Y[[Ѫs`X m7@jGKFjbp1ӧ!~ m12^T@[l!Xڏ:߿{ Q Ycx#v?LDΈ2_| P@F""""*A? %.$lgg7Zp6L$ A4,'d t`R * X[@[7F[Ā"*ҥ`_Oc؟/2X8PRR2e߿I (jw"`yҥ'O.^8..nA!pKK 0-;={dTWW {Q YȾuH?C-&kU&Zꄀw[@}V vTTT899Gc}?޽{X[£p6$Ƶ" U9*0ˁb!9IENDB`PK?4%1OEBPS/httpatomoreillycomsourcemspimages469731.pngPNG  IHDR~ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVyU X.b1vbye`h;@{̓@+N8q.@5Lh8Jt,|ݚ5&LU/]O(/)F0 T@HHgJ\q 4m5.CigOwpHV@@pnkS3P%P=yt$Щ0@:`6qP ϛdz1\va a84a< *bssԲ-鮷nׇlvy~yzphVŞS7.TՅt^D-*L/; 0% ,e.yYlnԢ Sm[q7B"0!i-Y@U"ېi| DA") 6x^iAw,s8rsB:Y;ZVo*Vz{ 5`sy!Mf:W 7WdqxQ)ACqEU J:q9lVC g t|puZ`y ,$rX<` Twho^zh`mĂTχT֐j5|iv$0ʁ 84xEu$0C8c0ؚIm>i\f,,v0BW zX"B ~\ rptjxbAR,j:`\B: xB ԓh'H4K(76,bMm1`KA ׮3(0 V<5֊Xx^T.0%71=ˑ@,펐Qe C: zI60]g@SnA>l`! p)h)H-84=vT8 ݒ8d R`mv{lK`qa%^\8 K2@eVWC_g 1 "s2ٜ; }u9$Q4IF v;@CmiYaKnn1d)dRGqX x 9Kq|xJR2FV v7Axm4 k ݍ fnp1 `vRK;z'˱Rjf P%d.% lZLCOi1xψ Yd78.֐5 Q :@ x9A-,NfHHLBZw o$Fߏ\i5.OHJ,؀y~RRb YCll!bO톄$,Z@`:,)/)=u$|d !@WkA2=^ _6(hijBZ uXȒ5d` )b@G-oilBmN"'Z{A6PWիL++.As7@WF^@vi`JBZ<4b\4C]?VYbbYf;>]l06dSȭ 7.! H ( R4x1b94d^iBO` ?@{G4GkjJdgIENDB`PK?b/ 1OEBPS/httpatomoreillycomsourcemspimages469733.pngPNG  IHDR3 pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}"hޡ< $lh%$Bj SI(&D/r.<:H "CR"#s *fjR#f { +Zhdg#I&L0M˱@EAMj;VWWP@!^$&MP*B^ILB 3u!> >KD)Ou H΃TԤF:- 48VV((ёQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 @ݕAtP[8 =dKipG犙+H0` K"E7 * 2:$nU|_W6C!HÚ^1,Q ߊ)Pn`Q0 F04:2? F(` 7@(`Q0@`Q0 Fp4ZQ0 F( /Cm\֟IENDB`PK?~ 1OEBPS/httpatomoreillycomsourcemspimages469735.pngPNG  IHDR*~w pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVr Su E !)RiT/00VWWP@ jQD~ii3 F(` @(`Q0|@`Q0 F4ZQ0 F(h> F(` @(`Q0|@`Q0 F4ZQ0 F(h> F(` @(`Q0|@`Q0 F4ZQ0 F(}n`Q0 F4_`Q0 z}Q0 F(> FQ0 F(`G(`h^`Q0 z}Q0 F(> FQ0 F(`G(`h^`Q0 z}Q0 F(> FQ0 F(`G(`h^`Q0  zӧO'O@Sq5 P< b5N" }D $Ovڅ1>TD7nN8>E Mhr (N fJb#?XzuFjDǏ$^pQ#ȐkWE R@6@ʊKl$^PqTR#9i`h2#K6'P@)Q Rh&ڱb@JXO/H7x b5N" }D̐dkN TA@X>TD7nN8>E AU#֠Xk*HkǪ:@Ɖ'n\NJ:B(dHG\vسk5ؠ'M%>6h /D5k>IIv\ qҠ`<U% DEn2#x҄ fp *b'M%>6h / IpDSK xA $^;.@CUKK< (tQ#Ȑ8`}ipHy'M%>6h /I&VՒ'Hk _i| 222$$^x@(B-@tAogO7JIrڇ覒BIGGqGkS3P%+ VL f TD7nN8>E {ɂyN8g`)%*'OhgoYF fJ  F^70 H `KYH b5N" }D9>vD ENiSxCItSI椁A#ZȐ8`_,x]5%rϞHA $^;.G(`Q0@? F(` @(`Q0|@`Q0 FMQIENDB`PK?7 Udd1OEBPS/httpatomoreillycomsourcemspimages469737.pngPNG  IHDR^6>V pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV&p2͒2Jsh\ ,ܷ͗"EF;?%i5ttt@W;/f_"s GKg"Z ! XKCȀw4ҸedyHR01*G{O&j I.bKa!BAl( P#XFhLCګ@rt.1xI .7mxpf/d   CF 1S$?o5 L2&.`A:M`&LKLJ>hii]v XG(>L;g&p`"p V7dJ4 Lyi0.HϓS$ T{hk"F + <&puH HԬhSxc]!e4Z1C 2u A@{GtH"v4U 'uHHyq~" EP% ipF1.-#o3ߎ(($) lC27䉓@!S1}@Cs)@Áq B !@YHy`"a($`, R XOv1 "ͲtrV4xe\ Fr4RX(,7>Y5Chb @E60B FQ0 F@Q0 F@E( ѢaQh0 F(hh``4Z4Q0 -F(X@ `, FQ0 F@EÈ'OO 1K]v Ah 줆'4'M K] Z'MHI;#G*|7F@Ld%'N+(Ayi0N 03-hU`1ts.%q~|||!n Ҋ`[X.F!G%&%AH---Ӿ]MXfhx* r&%p$;o)==8$="hؽkW\רS oaߌ?Erg6z Aj\ H(rH?؎=gѐNb ,& wvZ{ "> hԀgO IBȆ܈Ap} 5Y'O40OHJB\1-gю"|| Ϳv.@>!xhy>9ZCKS|xЃ@GBGY ?K\-@` ?xArħ4$^!3؅_(n}>%91v;0p1!O@ QlR Xgm=A.$zX>x I83~fdgԀ*J?y2ɥW+9 B؀H’D{v*"9 R3iã8PRaxJR hX&˗isDp4FH qbԠl;l@Z': NV"p@*H>c8LbX .'+ x>M»7_}c;O9z~ 2Ѕ܀)|A6l"G|vFjr¹@)4X u46׮^E>M 6~PWYr7\׋ gmwvc !76Yz5s5Xk`d#|9D;D1<"< y4o Z`#k|iRt@b@jBذ&|hEʰF7RE"@%:9+EX! Ȓ6L3`3P 7mJI.؃@BY=!O  @wc- 5ڍ[N6Y L'H$w"C^f- lE?xHo^-In=T i_ p&uC8@T+ >

yJvAz$5fC?6 v6,d! Bb.s'm3d/ IY;a@TCL={ 3g`ȣ8thWyI)NFYB6zX+DRہ!,9TAF %?=e5@^B`HH: # ~>0-À| ȝ-K$PHK\׷B2*xOp5MSnuxP\+Y Ze}" HRkD-Xr(D/dh_}g@m2 1N@E( l>@p]rnIT!@E@ChlRT*QUBeYzό=Q5e%$TPiթ1HܘSԍ|<`8j?-+ w%cEj@bN{NC8 ZW[e =I^F(9 JI h_0 ~3^n? dn& ߑ/OH,n1r$ V<$OV5W<`Vw .?ޗf ޶D` "b4* d~@ᎂA=h(Q0H49LV`hb ^: kfbRп@O9`"h]SK r&'"XUfHwl@./kU]Wg;0⹃`S"ZC@G ۀkF(f H(̐F-4ʅ gN]p1e! QBw}"SR)0XLK`,F`"h3%~ȧneZ<گSh G鏂Q0@6CMNNޡD͜!WQ0@V4oU0:MC r 2 F Dl89 i @qUiԎi;5)T`"hg~MFl֢ZWaLאl gQ@@$t(BnL?y| . T ,M p XB\1{I6; v G( H("XfL0*#`1΅#&WϽ@II:||dGnAhQ@ ÅY[]d=vO5>U`qDEEK!זB"[7ofd`DXpٵko^\U* ^t/?ӧ?ݦ l̜>r%3z8@惮3 udW` @\Qf>(1\u"[AYH tt3 =۫FQ0 =eQh0 F(hh``4Z4Q0 -F(X@ `, FQ0 F@E( ѢaQh0 F(hh``4Z4Q0 -F(X@:\Zg6pG(  *_ˀY >[Rr(5%x,%Mp@|rlߦKu`d@TЕgK6]^; F( ]K!-tiw(#ծåϖmwRgK2^Z y.} \;zQ(TDp)%x.}`uM>ᎂQ0r@Q:\ l ަ;z(Dp)u`P5,Mw:Q0 RgK6pG( pGQ0 =eQh0 F(hh``4Z4Q0 -F(X@ `, FQ0 F@E( ѢaQh0 F(hh``4Z4Q0 -F(X@ `, XH0i S Y]Wvk֭Y{ɄDW77LuݧO&OyD h8LJͼ4wɓ|'J4`Due%΅.,{UZ iomkNd@&\P=l!zR@+ ܌4Q ֬^ PWhw"@Сj^&D9($ҎIM5u^#//)eUyddd `h JK`hWp2`c2u@YGH@^ w%e---`fH78$@q`kn;u2b!vH ܃8IQ0 F.@$ Lo" Er愔#p}/ ,t\ uh>6=vkbo( EK W$d\ONH($@ 9S hwUg"lj"m]{%20~?Q0 F biOa3R<&Kv.G<@ 9S%x>8k+"bh0 Fy HP)Gn1AP%@[ۆU܏˜'3Ak4!)) ($ypF Y^X@Cvܩ,PV\2x!'Ï@)4TTǏ'k :iD!P,*#U͡(1^@E'mNXWXyyh:Ppy@kAdlI}` -"Q4Z4\HOq#M f V-D|r'O .* K.7_<[iV*6 ht.Ht mđUHMlA}vk 2쇧EKJn, Dv (-Hc"[ 4RA:ޖ 72@z^1ϟ>[ĸ9A#Á 憆P 65_8~ut s*{{vw.Pr!M!gfN}|}}*z'=3XF@] .-#,0Kzm`D [}[d,UB. ۶C]@ {cF4@rqsEhP h@l(@AG1 `;طB;cP ȉ nZUe@XW@Ns^< +b%&$%a;uw,dãf -́HZFlQ@@-^z5|)^ǏQŧ@m!*P=ݶ6f{ȍT[8@2ż΃w HP@ Ȁ Њ@]kS:\k׮A< >nNjE@ہfU:(J- f^F(  E !{!\>д:\9{!<7#߂ ,8 ]xl@걂Ξn\}Ȧ@n.`[j@,VTi'O䥞ND3 F b<@HC9.jG2B.A`"OxI"xPZP=RbR^H ^IByI7>;< +F(f H!yx1&3?mz+m7\4a"0v%p_Ƽϐ @+0wpM0XU@sZh[. ЊgO8qR ,F˅Q0@^(Vvm5 G( F,pbtqh@E( SF(X@ `, FQ0 F@E( ѢaQh0 F(hh``4Z4Q0 -F(X@ `, FQ0 F@E(nh$@ fF.׮~B@`Ba҄ S$b"53ҁ@}qDDaPh(,;:"ke21ڇ1?o ͇ԊM@.!ဏϣךRR׉!l PWǏ ͝,0MǏm #@+}߁RV\@.rHĚ~F Hh5ȭR---\N0 An[@@AWgL>LgO7Q@n^A>孆v%5\C H){>ZZ֬si,:0eõs"AD`Yt/2pus@*`> (`/ok JAVkjiB.&x04$r>0My]-ڇ42`K01"-#,2(a&w |~R@q {ĉϠ˾ߧc{(X T ̐2`y >9k Rh c0jZ6\1#S ^( _  br.% @م8rRArd(HNs36[smetɵ@E&,]( 4 Ryp^R?}b]@@KfHCttqsXpmEGDB\Hq$'a, 93\܀Nl , ޳k7P11@::82bH tR`ZPѝhÐhfFG` b5xrP5Wxz@]e% P > T˜a(PǏ͝u9!\d@ {v\/;r ܵs'I@DCB75!zኁǩX킘jv!6RHPe!$܏Gt@T\#cL>Xwk$`=PgnaX͝7+` Lױ|p3U4Ted>RЁzya@,Z"}*=hn6 bHcD4j2 LtjmK'FDtօ[ h3 lS~ Q=TD 0Q"U׉ ;yZt>d22ءPbԒ˟/ :t! d9#B̕TY .&d쩟a3 @$L^@D`,ÅE/Gc]lQKOȨ8B&OW:g0`yyk``Bk8`چ5K܂|`+ˀ H)4 Im|x L$Eڇ. s̭@.Nw'ށ, @R3(`47z@fs"VRCvASɒUpO\x{'$퍣(WQ8<X]{Lz;f?8؀?c*?ZlQ"yV#Ppp6*}ryn+țQv*y3"?~L} ᱟx&Rh[-4*FAf֬^ 4PWɘQ LZ HJ@ckLUc$!;@N F- "XE=A@H h(Q@MS.:xmI`n e4FAnAkע#"]kz`Gv0U{ d铧~>I F;=<:xdw;Z44Z4Q0 k``4Z4Q0 -F(X@ `, FQ0 F@E( ѢaQh0 F(hh``Df@+ Bn:m;F#~ )v`c'[&M? 655BLm\(Pr.@ȑ;@[h4G(3?ʊKmp]:\cG}ԺMwΝ;@;"e3 FIukT:*u* ?oTr>>>W77MA@mfhP`Ep׀-T!W_w獂Q y9lN,7fG -M@Au :\zpjOw%EEL8[`QPk׮K+ F(r 05F s)Dަ 7]G.k % @& _/r(t4X&/_xKm'qG5ʀo"ڴm+(A>|ahk00' , X ;F(  *#5)i#P]/xX2o:hFH4XM ڞppnN !`,Ef;wp54Ѵ_G2У` o@h _N  ,d:\`.r D޹ #Q0 K@_^ O5^J I@-p揜+3G(  2W4s]|'~*PO0T3x 0Ϛ>[YY.Km@w޸v}eu>ֺ5kQ0@ {( =\㋐Ҩ&KJȾ$:"H]8 F4.?4P/@GQ0 -F(X@ `, FQ0 F@E( ѢaQh0 F(hh``4Z4Q0 -F(X@ `, FQ0 F@E( ѢaQ9׮kjibg{.)o@+ ny+\\1n_v h'I=mK2'ի񣏧P T؄`@A9zhMju.[\ JAn@/w`"C`e֦f`:Fqlk{ F(SkO gN  p]\FO8inaAe ||| "G(~c ;#!`ݚ5+p!`)YwؽkWNdt(ھ6!)F( H+-A Y\o ~:fN`AP^R `e'Ϛȝ. `;! g kMvds|L viiiAZ"@آiw H(Mq`;kKWޞp\}9h]] `w \l`=z(@vS6#}@S4pϮbi@s0 4Y0zS(@ uZ69R b p!`IӘԺ$\uKE`Du 4ἣьQ@  :  2a\ :\`{^JwUc,hAg+5ʎ^; F.@t*-,*vmT9hS'N—TB&5@f.F 5$$%§*`^oG|\mX6!OU]qw(53Fѐ_d,7:\ho8,IR]W[^9<`Y\ծ[p@T?`Dڝ&L@Ad&vy ?>)҆BAu YN],&441#@&O(-# )Ș.r@ ``4z^( Ѣ Yz0B@ $iO`@7O8 1i H>Aaca`6yDq@(( 9QjLsz!>F8ѢR~Mu-@F^AY3_卖\OM-`a\gvPjLszejb 2*0a[Z1){-M͛mEV }q\~0jm5|plHnW``l`#tp-H&=5 E]dÀmȓ'O HO!ESfhc{z"K"<`vpp40:"3 V(@E`lY^R ?tЅ*:=)( >(DT"|!K6 Ȇd. ` J-@$"k'L}I`,!k=,l҄ @)!9r@e!a4 YHQa\2Ǐ u$4Q@Z:,o䃼!zW 7w. dO?Pox *tkNdÑDt^p'As]l,< и6@HJ&\&&%8r^TCvbZ&rIdAs sF8`ȨSRZ@8|  C: XK߸vh uABj~$[|]> H4Z4/+)6D;{yGAv0Y e >}>A_Ր6 ͬv8`< "`O΃X݉ [ :Aڰ4:yIV_j X.yy\\׮5u4\ Iu4 //9qI3@{qgD/ofT_`CR'khԢa>vovr8 \% 5o`H!R3TRE+#̏@r;1KHZ;#t!m%01"6@ $` L7*t`LZr.5֬f9H&P[ Yhx /m 9ȃy@/p W jۀfK߉ F׆= 3 ,$dqxHeq%YHxlǯۈ5r 3Zk҄ u' aG;@Ő ȸ#v쟂̼!~A ́ 3μfTY>F`sapl#g$8|W-G.1q;m\A90bݺmv,`YW~, rC DtEg"݁脎 i40|si/|:͒to Fb^!,9.MpX+DXW`KhW"w'E rK-qCx JdMLjDջEҒ5n`Cl) iiB4'= F Y4`\]c*un` ZσdL>9~Q0 0@QhA!ԺQ0 0@Qh,eCnٵ2v |޵ "HOw(5j'öI`Gޝ[Y .7w( 9BNE[rmO_.@+vINmĀ;/G4zh0 F@5Q0 -F(X@ `, FQ0 F@E( ѢaQh0 F(hh``4Z4Q0 -F(X@ `, FQ0 F@E( ѢaQESXIɓw5i}XFL_5 F([!'ʷ~^ސ0ON018$DKK  4/!)iݚ7#g{ȽLX[4ĉy@|_? FD5ns>0ocEP s 3!\rB!gOwt;Bn7 ̓|jmEk?,|*5v@Ƶhh + ]|Mu]-C_ Mdu` E0NW >ubev -'-`U:S^AlǧF( MS~h)q(55<~)k~ "FD221+sMډk6"Xh#Պ 9RQC EP"l{ I;vn#@3F#ՊW77>>>'N@n28u ̫ oB!"p@!!J~Fda2J˵GD̛Y+_f <U&&%'!c.76݁99 Hk'6BtD$tG@I&ܞ] #7]_t(>pY`) "*̨[7ofd`Di yO<fYgtt+++e9V-@-=~݆pΞn"Q0 @Q:\`O`k_o'Xm =׈_;~!T @Q˅Ѯ(Q Foʆan"C` @,AHLJy]Q0 1V( F(X@ `, FQ0 F@E( ѢaQh0 F(hh``4Z4Q0 -F(X@ `, FQ0 F@EHk׬ >}4<\,n9;/NAP/#g¼b5Dl}GR(A1$`9딤pu( ir us^A>6 `2*v^ސ^Ť !( W0Qt Qv}Ԃy!^FFf׮YmϮݐ Q*@ӫ Ըh"ݽk7k@2^@-@ 4H"Bn$-y ?@qS7o 4r@bRInJHHBRk(<v9$xʀ&A*`E _.n(sus]990@]HL@179B:8: I^46 c45?~ߏ~40l:B@02xk X1J/4CVo45C.#3 i#hS $r ݇W!$ ($2t`m H'Vпv[ ^Z `#ZkKkH@Ư"1S<)01 lB>1[q("i-%#Mz>Bդqxk/R݆Bj( L ut{ [ 'jc +g1@0G%[*-ޟ$wJp2ukf\/ɟķ@!/|Er ?{Py "m*Qp$ijEԊ:$dch'`n䛶mŕ \% K$2^"\ U3FqՂ40 `0; 9݆Ąw1%dٵY H%0I` ün )@DC^PX#fԐKՁV82хD:ԩ'0۰Yt4P&q1dtL읱N0oe/ly8P(K S')]UVݑ,ilʧ],?1r}eL&J˺F 73}݁lpGhs\_i7c_Qc($V"]Fa&'gJ- pk; Gp!IQ=1MSXQʢ|w =c]h;u}e+X[؊3I2, s9REf:ҀR$ْ_[i>q%Y\ wi vJ !p=ۈ9Ġ2E>Kv{̖ { F;ZjR*ƐC @A`"/- UJHkDȔ~gOXOٸ,: ({6ُ{! W <{\<`b;QJђ:rb&mใ> ^p6Ja`D ## 0!@K6P%& FW Y{ې ,>znB.!lAF.8ђ4gaFy Fox,5pC$7jhi;]=ݸ$ 0 ћ-t\]P.} <XȻ$SxC(Thh``4:0 F(hh``4Z4Q0 -F(X@ `, FQ0 F`D*_}IIENDB`PK?]mI991OEBPS/httpatomoreillycomsourcemspimages469739.pngPNG  IHDR 'I pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV *<Ǐ)aCuhJ0@1֖`Q0 !F(``4ZCQ0 F(h`Qh 1 F(;bQ0 Fv@5(` FkQ0 F(@еk֜:q{4|G2&=v􉏏58$d4LF~kS30׮]=@ѤX0o'O:Fk UhLK>kh@`Hzb4L 2 6!GwI(L`;#F& XIٵ{4|G('z.2ZI 9@ԯ!n\\v5ک`ȔCfZ:r%1  *C&8<`%1'_ nM 5uSv7%@RKK -׭Y_|؝v wBRbBRo4a'9Lz? Dbݚ5AD F`a_CBR?y50!w-/}FAyāĬtbRS:~]A;C@V+Cr҄w>k&dMFgm[1 l.Dw50@*Ox`{;MDu]-0Ŭ%.KDf  'Ƒix`}FZFz$Cl#_ d09 Z@T!e"0A60ݴ û@Dh?l n%I/J-]IĈ N@e:yDtD$d=| 8(+)=7 FH9 3-XB!:}`eyVL 2`S52l;vtn XF`bx GiQ0>C ߣ-Ǔ'Nv; F4ZCΞn -͵kL5s 9 F4:4 Q0 F>(` FkQ0 F(@`Q0 !F(``Ĩ,0 `Q0 Ѐ@!F(``]zAȓ'N,]|$є05`wԝ)>(` FkQ0 F(@`Q0 !F(``4ZCQ0 F(h`Qh 1 F(;bQ0 Fv@Tɓ'֬sy,,,Foi@aKk׬y Dp. NjUg !j5LBR7\Xb9(/)nzQ‚ ^ kF.nntD$0 C֬ w`0jj%iH GM-MHkSu#pii))h @4R[FxF(J!@4>y4ځTCKsz`~ Os.f 1)Ƶk[)D i3~(JxxD4@Ѷ,g~c"dTa } j5df\2Ł̞]Of˙FȠ]%#pvڤ !ů#<=!{[OJkFՁbM`[3FDb7= Xc4=hQ0 F(@`Q0 !F(``4ZCQ0 F(h`Qh 1 F(;bQ0 Fv@&LUnÓi FSHO< OCŝC=%@1*+(`4`na@>D^A w+MZFz4h{8F[CՂBG9 ͓'N`=5hJr OCŝC=%4:S= F(;bQ0 Fv@5(` FkQ0 F(@`Q0 !F(``4ZCQ0 F(FBNDpQ0 , *!>}T^R DO޵+:"(>#* @d@R(Q`҄ Fz?> 0|G* ه~>>k&|+J!kv dΓ&L # 4* և5A.OHJ Q0 F(r ևX0o0\FzQ0  !vڭ5`Q0l@Q1\gN8ApVMZF&8$wb %n(> -?oOqv͚ኁT sc ^`!澣vZ-@F-r,6LȪ-`jDj+vȍk;{GЂ֦aU@eigOV"kbP^R K`&dC 2u އ/%#([+D9^#Im4sEN89C g^`HٵDX>b-@P!2dn3@ )~I]< 1Y|8i g^ -MHyUv(h;V66djw J@_/]>AvH v<İHg)i 3'&Y3g0EV&Lg lP KHEuHDC +~1@1(+jkWxzǏ u(7<*<ǏTL @Lx#\w-M)a0`T1-#5 %\dՃ͝O5g)`+>iiR=}ttuD'O,7؀LK&lCrc4i„2piNZ.n *ewGWd9\a4Fx\`ti֐4z(` FkQ0 F(@`Q0 !F(``4ZCQ0 F(h`Qh 1 F(; ~m,Pk#p@:є0$T!<ȓPqPO @@ 1 F( [X 5 9[Q@hJG;g uk=mh7FOu0H 4:S= F(;bQ0 Fv@5(` FkQ0 F(@`Q0 !F(``4ZCQ0 F(h`Qu>y'O@222AydHˀV$1l XpI.}xY1zz D>05dwA&LsG)#i^4%揆0'Oz`t# ȾKJ!`0Zpus[@bP!$ƵKW,7 IF;8޵]ru]]> SpHHbR+ AI<// ~0#$$% Rgk׬'r !ja5@t`/rd)?M#p`3 R  ^aC5u50U\DZmf_5k Hbzv҄ fϮbqA4|` @4!aL%#&'yyÆPIs;Qu A i_O0qdM`! ^5q f0tL5:"V/4l{K?B5k+E26Pd@A<Ĉ+(JI`%1ܑ7/6殑UCֳw?\&GJO0w4G'NbnN0-&a0G=@Qm 4Xf d `O͍H4Yl$:{G+t#GK!ath? @Pж ߣ`Q0 !F(``4ZCQ0 F(h`Qh 1 F(;bQ0 Fv@5(` !u ޹1 ()a$H7ƟuhJbTW Q0 F(h XA׮ ZZ6д0F2,0x;O-*) `ztڀє0 [`s4%@B FgG(``4ZCQ0 F(h`Qh 1 F(;bQ0 Fv@5(` FkQ0 F(@`Q0 bYׯ'O]EGD6'MxvJ(gah< a1خ Ϛ ̴tȁ^h0@к >s؄ L~tpH0;L@`KOf5V4 j: rX$܆ &B I&δP<0U30h,e41;6Zp8N0<0:!M`&S ȂyI5V !*pʗ͂Ĥݻv34r0kH,  Mj -M`- DZkL9k&RNE#-6ZG'$ jA xH.{Xk`C):"ry'O bɊ壓#(` {;"&H坣F 8F8\ Dsԝ#<%4ڇ`Qh 1 F(;bQ0 Fv@5(` FkQ0 F(@`Q0 !F(``4ZCQ0 F(]ԉ|||@6/Φ&MH# O@%\|X* ه~횃k!QBRҺ5k!{Fyׯ]4a"gn`&ѐ! 8$&Brf,< {#ϛGS 9 e lV Ӈʁkt<^ɛф l\Bzp1ჴ$nN 3NDI&t` )#zHDIl\/7pM 3<=hzIM0X$$%ʌu0Wo^.]iyII> X +r䣥aSLJ$ ТI +#r whޑTd}@QmkgO7LK4:'1 F(j`_XyHZ='OF[iwfO>!o cYy5 2FÐDs5w ؽFy`t(@.Fa}G6=ug0@= F(;bQ0 Fv@5(` FkQ0 F(@`Q0 !F(``4ZCQ0 F(A p[v2є0'O!!<ȓPqPO @@ 1 F( [X1ϝy=DCj`D* hl.>khX!:"DX,5Fh`5WVh0@2*̴t---xo+`1:4B@BRZ04ZCj'NԀ `1`޼P@FFm|kH2d`4-,X,iݽkWyI)P$1)(v`nAN`Ϯ GL)W77p*:`lWzb!i*otHP/Т!:/<$ i@RLXtXO<,`)2  j!֭Y $h(8\kpAπt"\ȅo ?o[q 9amLsЃ@jji  Ƃ&"@9 ه lN0r(0@5yF`K e3@.(yABR"lAwdN.B 񄷤CBs sHWy1yا1 ҨdX@D41}<X+t'LH ~h,0, ։{vqVbvi+ HM /7;y֮Y,0Ó'OhARLX ` ބ c@@!(J-rz Xb^_0o[@ f5dXa<Q_tuj0O1 G LKG$u]!~FsX=6@9ucݚ(vڤ N ыG a@pCb󶭣!3BiiILauکXFeH,]bȍQT! htbмXb'O#"qq` N@5(GXIH+ _/Ms` @]G=m[}ᾆghtL(C((` FkQ0 F(@`Q0 C e]F A ;zJbTW Q0 F(h XA׮}:zM{)a$Q0@AaȎܡ{GSo%~(4:S= F(;bQ0 Fv@5(` FkQ0 F(@`Q0 !F(``4ZCQ0 F(h`Qxy!gzhii'%^3 N8 I$afa2z!5> yy}"3-}ݚ@h%1 FDQ&>0  xx yׯ]۽khȌQ0@CHs'A1 F4ZCȼTPHhPQ0@w2WQP,/)]MdO` wt5 ׯ]otD$DrI&@H`P! &M X,B[$2J65aځhij/0QL^x"y 0fQ0@X#@?`56y!hAMahjiA/rG7=@rc2q`-H^` rЄ3 !>50O/q{# xnA>dDbR00r͏X 8+۶^vmQ0h@! 0`?M0qXPxh0 3 *O<O8D@Ɠ%#L0a@FfZ:d&Ϛ^LA4 FPDS7F 2G>whQ0@2Q0 F(h`Qh 1 F(;bQ0 Fv@5(` FkQ0 F(@`Q0 !F(``1?~ȁ -Mͣ Fã  FeyP` e4)Q0 hl@< sIENDB`PK?[ @@1OEBPS/httpatomoreillycomsourcemspimages469741.pngPNG  IHDR /{ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVPۅwyq9O/  -EcH1E?8=Vَ] Q_sxַl+4Ab9 !8ߏ'W4 >0q.h$8YL,E|4@ P`%8$@1 XKH[FtX )Lx}e&  @KHXӢbURKAr>L|x/CK| 8X1MP3Qgn:=x~ğ0S~\k1L45KX\us20Ɇ &Q5k }2IPӅL8 lPk$棓'N铧>2MK`0h` 4D<9:M-Md.~$!~+0}_9 %K-d,Zj-IROuOzn+d(q` &ђ;~aL &I}BR"cJU7W^ ^vb~YHe]Ax91(hȁzy Gd0x"xEJ: V0þ:}ۗ%0(;M~<}h(u#j:4>(@5rVrV#6eu?I )I^ŇඪF^Z]G)Q@ /[| *HȺZaXUb] LX݇k,.H^mŬ-E`X>c H,g&,YOdfQņY m" #P>} Cf{IvOzRݓ{ -Rd=1{nݣ9 IމZFHIENDB`PK?Y551OEBPS/httpatomoreillycomsourcemspimages469743.pngPNG  IHDR,8R pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>>\ݹK.zh.Šv!-byH9 3F(hsQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F(  O>mټ^ׯ]w.#z PODEE1ewΎi yθp'Od0 #@~ FG#P (4ȥP'/6ext/Th2:g@GyRxB /u0z2pRDzqU_fh"?|CG(S`Tī3C<Հ2 l0f#까BϼIvA@MCZF^cM@h Oߪj.#EbRd>yI(zDS<>u#BϼIv RA<o]t.ߐx3  OفO^l?ʨԍhZ2z =&Q@2k$zK$9uAf y(\ɑ<)ؤgQ=Ӆ?ѴezM  "ś?o)Pwi أ ͅx3?G< jOJ$G`d "W'/6eԍhu |G4s=ㅞy(@Q::QS@_Ī_wJ;H>#pk1~KXUtV S\zλJ ~}2-d(ה柖ٔe e%@545#Wjݻv98$(-z  5uHh B)P#GA.5kRa00X\`d/7y&O'/6ext/Th2:g@GyRxB @e(` q@dQ0 07\nzIENDB`PK?775OEBPS/httpatomoreillycomsourcemspimages469745.png.jpgJFIFC     C  `s" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?VZswZld4F2èތ̿KG7zoǭ?^.5iO-m YQBF@@ ^}1\H!73M}o٫?1GcXar@v˼wvbIbkĿ߳?i'č3Ŷ-W~?5~[#U{'AFIbҁ}5Ey_?C㏎6⟇Ve3,}ʹtݎq|s84>1|_k=I)%SGiä̊@[[/,3j߳]7x񟇦0x xt[H6Zʎ@Fe,YEO?Z/tw#?u/GƁOc!"!'O ,23Owwxg "{[ }R#Ě,J7VI <ڃ u.|/g_tXnr[BKȻ?vX"U$4=";uǿGG?m{Cz4N|[ZLϿ$4 `~vZ >|v|7?_7ֺP_^$l7ʐMs"6/i Teed#!ԐP("wf7ߏv9ۜgW1$͗?7񆇫ʱźEAF+G )鿷ٲ}{Rm޸ ,>`TP~mrE{uO _e?+8 j>мNbOEd|H J609_ڇஞ?`%kt;- @\켂ݮX# W;Iht[۬t8`Fy]+.I' Ity]/O. .*;BLA 3KsrT<ɷ'ֽ>(?/=%V𶓯Px0Oq XwZ]#GˣjFPͅY(z?!蟳 ZVj;t[R`^\4daU@o,{+A')3.uφ:WM)%_ʔDQAe}H?-S>z[j2.jV Ѽ? r_TCſ? ],-$Khgἷdx;1ށ[S?IM{⟈?B׾WuJ`LMpJA5f,sDXhgt|\ohd<ě$tL_؇G.h^xz}nfeݍO;(Jq}5@ +(~ω \O_MoaCaeMwkv--.3)S*1=>|7{MCYOᶛW՚#u|ѠS<$3#".8UB(SvE[_~mvZwuwii)X"\/nWvM=Z Y }"{O~/6뚋ǵxlFw1+q*|Ȟ$b}&ּJR ^tH!Q?)hWtP~ɿZ{o (炾#1iz5,S!kGmv('ŸG5o&Ė>#IӤC %/o&4;Ϝ'ۿ?e٧o߳ǁ|r Va+=LOrzc/_ xO? x7Jy<<)[1ۢ)<*?78gNi 𽎉c<Hqnov5~?.e~ɾ>uKQÓߕ,-.{yʏ:D{##5TP#_O ᧄlc_),>|i{a|I)Ū_K e@,2R1ia^xr_٫ ;O[>-;Z;Jy{! 33?gߴ|mck'kg QBTž:Q!gL +pזŦ]m@ds@/ 'Yo^TK%yzY/K#FLTB9fxOIO5W죬2ѭ<9]"MNDun"KfHгFr3ʏpӬ 4]U+~cm'p:MMEQETjRiCx8$iΊYA*I:_ߍ~4~~ꟴd? ZUŮ.[h:ܲݭΒO4QC6$S,^j+;}E*~>^K4L:8&\x"5hK9?cO't]z,}D.Ixl!$` RAQاeBeŌ~mkY{Ku$ 69# > |??1/ˬxB^y|g+1fo">7=g_xE Dm5$渰hVT &pXv4>ݢJ;/|=bv5E,y!A5EiK5&~w:|1,"R6hss_ʋ;kءU\d)2+Z9>? 4ߌ4<[6q~$k*%m`N1j)~]Ú<>~|KБmu]7TVM4+#6m˵Xz eW럶 uqk֏%KgrG}@ +>%>!=[থk6UjQyH!g.Q q4$3z:EjsAIu f#CqEP(1~!+o|AONQ]B Yo;,J 2eV*xo[~/-{cqmoow5.h݀[hhQČnUi> ,|Fa{_g,~:4ۏ \MΡ|-"ǚA$ő?j/%?x;Riq͹e p8tWwQvyPy @@aI~~п tuO|v-z"[[Q[~ Dż'ͳ#x##oƝ~Ӿ3{˘imB #e]wW!jٳ) ȇY%!GW}$߀I MA+3`؛R}wc=Qhu 2-:=zn??fC6O9`SKyrIgx< Q@>o~4~Кğَ?66^,]QWN{ukKu|HW ZwӴf[䄘5DڨxU}S~M~&X>.+GDo mq$D2ƥiV`O_7o;_ߊSgʹCmn#$rpFH Rg k?kWe ]Ķ~4]oFᱹn, r oxr1gO$\ğ]OxY,@.\$cj?'J͚Gs/ax_KKF$9tvY.EĖLJCChմ9  p@#+ZKI-,ѱP0 RbzؗoOJ}3kI i:b̫dUdf*!p &?fWwRkY8 tp0kI\TaQT{-y7j?Nsgimmyzܛv`ܲTffURG?\&ǎ%]oEhnRQeh$y>Qd ±ero& <T[ľnb֊5K*> W ʥ&~ǟL ~,Xľ-,R?+8$ѝ&ybDQ,h%UX1+?c_k_t/xwMբ{/< 4qđ308P1 ~W`쒺OM;jXe=B'9"x]0o*?ObW/KKmBɻӮd "FJ+}f16"x"PVR3^4q3*K$Z!&c +_N$ŸONo.s-"D58绞[F&@ h{4W-Q'u+~_g[]9u_ũdO! A` [hSbQ?oPnpiv2^ʱ3$.Af©8W~GH|U>.m]kN6 ,RL#+Va iMiU6 GAsŽ&<>??h^YU쎋=%IE +†fU>P~éXp"ȋqy:[,KƲȅ]S8`G? 7x ŬxgdΝ32ԆVPc6h;O_7^ӼU}jmOpV xǑV T)8S"lfo+xIJXQPI8$ԴPI?'/ Oy͠l\cZL'*<62/??j$~66&YxĚ\'Ƒ,-f*]ec,,tqgYo 0(,K1$O$R!6Ε_vO xM3kPRLq\Gxna[g-o$hdv ƻw ;M*}7Z.sd(H 0  1l xgҼ/>&ү4mA,2\ֲ̐)ye22-~v?l,zW'ú<7YY]fmy&scr* Ob %imqAy!HdLj9 _י~/Io?x[@WCT|rdH l=$xۧ_ t{'</(?^qie7Y!^ !ʫ0([ /?'_3|]ӿjx7HMOwinu,ý괌RPlmOI@UM{M31"k}gb>PB _߉֮;W-- <%~lNo?T< xkV[ؖ>{ŗ.q#,c"7Krb_, J \qREx//ۯHM3U-_Zo;?L!ZD&ָa*j_^"Ow⦑@|?f{1UoZMJ =rHʱjPK?Okk1OEBPS/httpatomoreillycomsourcemspimages469749.pngPNG  IHDR:hv pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVhQôI&G4Z鏂!d:DAJ]EJ:-1^A G4Z鏂! Y,S w$ HpT7'&&ti^&=)$@V1 Ȩ.\$rA [^^r4h LipQd6E26@")M< ybRksf2 gB@o߿ AN@  e5'N</^V@… ?~ܰa$s@A4\@T~A@@^&C@HCv!U9 I̞I<{ o;yhH-~ziQ́T%pŸtQ$pc.7 QG^Wc`[P'c#8GkfҍL+JHI|VMee*rPm ٦0yK`4lB6?X !)+sޗ_68J=RO\p褪0!b[u;{l(80+@ ğ u?=̃!hG>.%a Bת*4 4$$"3sFHg Wd AL\㎤V ?@{0?QƠvߌJ t^Q l1#KK2^l38:Oób-Cs05.>O d !xfFP%$ ~H"/Ӈ$H) X": N8O p x3sd* 6n'OU1wH9`jm` אajx]%"v xA@|.:F|@@@ "J}A&3a~XS(S2Se}['n6y]p:3By@ x4c0υÓƃD6fqnDA.! ){ “P_y&@zxy,GxBN4 oi t+f"+rt?!xl2Ɔ;T)Y ][3: -@ . MS0Xe+})Y&B! 3gU &ԣS_C@C243m+xvBX͛ C 8Qu_1%"X)њa{QNY-‹^H.B]/-S8kMv`b H`q,F |^'"^H<Tg ^4" 蠭C^ )G?"C!ϽAL`![5t SmSx0(!X~\%3a=iBdHY7 /A.\HҰAy@kBᡄ9 TQ 0 C/m#s꟨Uշ!#neËx S$BLcTU ~%32ZKbơ'uvB:p'qV矍O Sw&,}gč_h`^ʁ7(Ck2 ܀ KACJ\Hb-Pr(0-N:իQK <IJ6 | \(}_|\+‡'xn?Z?iʞ@v k5r"߷w(]Xk4脫Y*8>ܛ-ToM!d} &)$`6 Zx =p*=(bnf!<,9cC}<;0[5dr{ 93ȃ|왤fՀI = ` GC:RTargXz^f)O]k"68^&-H#<(@ ?~{"Oj5jVڋ}uEݝ<&&+4EÃ/@WCJpH$(<1#`c_ Y;)SB UՃ#<@^uU@C?Ug!fE۬\͇ H($C29\'RfAM 6Cp&dy|0Zq 9>EJO @QII a_Q62x ) #M9'A6@J!Đ%&,MaR-$8i ,"o 'ءG\s3U6 oe"WrGG| vxtmŚPcD" R"oPxv*;XSs J]F}/<6 @0B(IM({^V *CSﺫTBPYHC}/s J"MNI ֳfhnAb;'ު-Q}%̡ s 9)g1  dl4_O`qeI@ w{0w}@d $srzZiH Dȫ׸_+|*|T!$u=v"qʨ;Y"DxH!ob"ϣ"VLg$MJ9ڏg8sP`dopQDJ9!]sbtHc"Mx|LȝQHR(o Na ܠ8 Je<4616o]4oqm۽Zd89@)e RWSk]kSFc朥@\]x``3aiiNN$dv=&M־WZ_r٪r_t҆oSPFE턀h:Fl ֢LCK73w "y!&(>r VXA!3Тm | |ZHD 'G;v;D|HB,!Ǡ5F!~P F>U 1 P4>-guhm )ԊA$q-#@<7çΩ2YxW `*8lYϩDNyF0@Uv:1Ά 9ApUȊ p#21$@4cp b8?$E{Xs5r^J!'r_c3Ym(4,"v!%Z˓W79 hXF%@&{x >|?T2~=hSR3 6рun >@`5RKwbwF5IcVl)[pоv͟ *a)i^ "{oD}fRbg`1'Vu7*F5WI2o^mᤵųիd[cF?Qh4n; DKLAwGDʻd$ OWB NxD†"TDh ІdWS*KS s6Z=Dz"o:3Ø J! ^^bn"cZsw&Τ&r$BDP'붐x6^hi~@H͎  cdRJ\QZb&z9C4Wt⿑OC>z ωXO0b p#<9I!O'zSf#b:k&2ſ?ya 1l^*S;hK_A[ |9DqZx4 ?|ύk!{4ZMG1km|W %:a@pZ*څ @5YJ&3%x:s1ǐ1hkuq|S;. ;x*P1o5Asb:DC7Z{ N`B{FV]yyyKGpdžg![yz=:ȗ'YdIK䕓Wa6ۭ kb u:z:0JXR5b u5/dsR@>ەp9m9#b\=-'Ax39|$.pc+ g>h Z㼆zxz`uT~;RL. $Y/ ^PP@y ߽ B';|5̆!nֵJ W鋲I ?5 ȥ*qc L'Xh pu1kCbd v;cm"܃f>|pX2eJk0#/'f3eb3 1Kѐ︚a4څd)M#ӧXW0"g0ǟ*^p|/ds)f GʅonڦxkEx$HdChC?lOׇaABv dAr/4``e3fހz -FFFB><}@vF|$@A/:#/i_LȄ4 IU >?hi΀z`f5AfcDiVTTϝb$]{økYȡh5ڝR#vxd{ I&# XcdWSH Fa\ )hdHQ 2UB@m`$暽U[m`11^D+NO2EY  F%7~a;ChR<{8[FpOh"_rR"O Rb*y@W3x;ޙKH"߫<͡s ! rCd^D0k45r.D/Y! eRG & BtQ@ z Pm w t05\V# Q4LFN ÄtD@ÏTzI/MgL U%< rj%Sb|䅠2Ac1km[扙~$)V*!Ϡc /HրZC;c@GIIDu~RPWOgc߀R7zY f}ŋGd|OiK,uZ ~Mz[5*AŶM,@1 ;BpxCG>sD$Fs|~{4)$Ѭ<(&W=i /ú PAz#pЎ U6ׄ 6# ӡEvHFN6bm7b3Yu?#<JLn~Zs0lH΁Wp·$q:ouX]'!_ـ|$f ELZ hT-ry΃6v@hn@^L;KALqN$-~d, )ڶ$K p^.QT@) ͢GRQ]`Mʘ-]<^G*@%_efjL?9}oMڿxxp$_oqp9j;("*/fH#{G]W SM%?[$PFTB4b/ǵ +Fym]dFAy oUjYR'rzkg`*$J4v0r*Gu%8FdKSʷwaSɋWGocOU;pߡf&1 x_\>̤#D>-·28^AO PY{X)b H~%mk#7I 3jx + hMC|"\C3" 0\ <b ;•LO!Rz/: {Dl;g8E;@T'iC/jˀum5"3!HZA@ޏD+v\g](urk3 xUϻD!|[gTb K/\CXt`6#NM$3JAh?u"/dnZL}ywĒ\2y*~Rs옎X!0(0 !I`II 8{ >bZR~Y"v<#ChbNWY{E hwc~s-Z9&uB@'5^v%rBFĀļd% ;c I:?:*cC¿,  }%V&~gHѳH#y $E"&KO Na]4wV0 |*-ۈ|Q" Oh9d y> 9-:[C %}xy#a]|YA\䠦b/ ogB'}!5B#XĀ?$#NUNz6Ǣf(viA%a ;$I4hľ}H! ,M ](*sWiuU<aJF˜U&u%-*y4s~U &qMY6Ohƥ ogclC: œw7RC! G] $IhWS7 *jjB n f@Ko(]ESWHGN^{;G(@ydG&GPW ٶ2o/;nA0:3n]|}銾rNu|R:Vzƥ10;Zk2UL]}P%1#AXg{ iɿI;aq`N-%iU A掏Urh\u+R[܋Co)wEnɸͲ˸v,poӓWg/`6MS ,T M&hk4@v{=Zk|0s _rik!OB6| ZRcMb1Q$S\}xNGKDYJ :5%%.`*|/;XVGxBg$<>(TٗzZyׂ2<)R:nލi.՘4u㼽k4`;Kᓊ#s2cX[& 'GJVq5 Fp= WuG6u.7RwDo~pE;",Zh1N @B\GT =p-i%gx!:<65 ;X@ h?u !TCǾdr*@y @h_a)M$ y()XHJSo129#e%KӕLbIspzuÀ<cgE&Eu F&ͭ X76 /||+Zxז! @ m&!c)*W+0Nvx_J|XTmQօ>XNS+<pv)0ve`i#ҳ!T۔٧?]jo:_nT-eJ f L'si=aPqY3dgIhp`](BUg6ŤZ9[˟( K=Uۀ[ .w- A NqkE2OLs0Rv}*ȷ,CFF36EOR1x<|Sa:ὸVis m>{WO u*vB`Na tG(&(Qt>5PB=Qr3@⽯>H.L{b]s MB/!ik]JQC˜SJ<YI֥vD> Gz5 ZQv)bι{L3fDθ\a4*pYhжV7U!߫_C^oEwEcK|aڄ|%$׬qA/N/EG&C0~` M#<܃mU@ \3 j6H49 ֓{H AaEMQǵCRpX&-Oj{̝9 …!b#bc@dYuS|=p[U)½? &=. 0Cs~ ܱ،0Rx8:-"ԝ!I(+T!@|,8 +dbF?~i4~%'`-!#iwRgG7c"'\N4@ x1S/uBi\ U}D6kĬZ &kEH]oQ7y>zСkjL"rs @C&|$-/Dς!DC]ҏ|b*Jj&9W DB .ݭ3Zq)oRfS~ tֶ [Nwu z;8E1/R+5bmE$OGAZh#wh ő[w*:! s?r>H m8|Z>@1`J z뇹wfx:<DŽb#pvDVÉIȭ^hE絑47zs&CM|2GZd Ÿ)C d@R:k TR[qPx;^##7+D{$Z mEྃ8Ҝ!!Css4E[`| OD5u;m|V7?33DPph`/C/ԝ^ ڡ\J$ݜ Pzp=u)S]K 4Y&*my܏@S>K.Cw. U%=o֐'Bga@ E! O1Ĥ6[yOsmnD̞rB^+6qxf¼ qg!\ cO~=}bce5!!1^9 ?ye*hHWʃw vmm>Ժ m_BKO.C"Po-B|>c׃y2.IsxrZA.ؐZ!GhёBN փ@ 6"Z_j- ^F:|ބ,JᣛS9xtp;YZï77ǩz /r0 nټy b] & BYk0bm(ȿ;dbaĪIsXwgVU ϩh:aFlT0kR`Y ׃0hܳ"_پ'oX9 AQM`Q!rs`-UZ| pTHX[ˆ4D/dB<FP)n V@ce>30a]xﵕsc !t#c9 R Z]Geo\WU& bY?Iښu?P%Hb;r §IWJڅQZ3!A€vՋ.w"Gx3Sq/@_?Bf؀OEq)Q+^Q#߅=l {"E6pMF,* CgBq \~Su@oj}bb2 A@źW/yb?Ʊ(x" xh2`:㣘av <^ 0Z2ŵM 'zU=N?޳sžDOhWx/S!~H0~="eHo*g>Rq kPiI?EC6klXL`Eꜟ&4ݜL^> ByON6 >#jV Ջ`&*K$VCCA􉩩#MCD>nj0&;dG5◀YJLى|73 DC@4;U% õ2#ovYgËU% %4ru9^Bbݰ) ~9q(j?:H Zqݪz#V2Q*{J..̓g@'("nT_刼+:RS XEӀguOS` A>VJϴ4z᧾!y_01khC<$T@@K kL]5[Gm>ED?0=%Pi< ηB^ie(:3K&֣OtI??sdfϿz bDqPˆt ښh.GCAkSE S=)hg1M O9WchIk#@LWX U+; y Ϛ[$|a8H &m+ H.wFkm9ư{g> RB4BԄgee1BZ+)ч4,81'ZxRUY^b*-R }^I9?,kÎT+uܢ>%lM,1O[jFݣ PO`C.B+kGc# Xf#/a]ゼїv3H bB0GDgVDq8AWlݛF.@z8̴(AV,C71>?em"]TJ4*W5qb@h#hc&U$p4@ +AZp6rk>>bm;=">A!g8{"B.0p oG0iq d#||;&doo);. lJKOo'iA*ya w&90@2!Xʸ% 8( Fj$~qQ эȥ'k I#DžCg 2Sțˑ{𥆸 ?E ''zn ӌOhK4G$ AWppc1#ߒ|Zƺ !*\{/D1A*x@rbsDCBfju0aTCCӂED@KSx@c|,-|, PBӊW$m9`N0;.*ʄHhc rulH2Ů"@BJ c ]d U~ ,VEBJ`*ʐ6.<ݐ Όy,}6usI rՄ7G>e9AVf<:$\ pU-IXAԕ}2$}tDEFF)jY֧"C"{ e{3]+5DFQsrƧ͌W8smly / ĤeJsu M6 ՂR6 +];Q}Ζ=ɐV19hO#̆7w#| |D~)(iq ƺnv)0_md`XC6dszFL%hΐzWp(^N "kYK Ҹv]nnLp OV(=WiCZ7'dNOu^qg(6hFGZUOĀ%y m#%\XWLs? l? yVXow?\XoɄ`{q~D@-!}` slf8@G+w5zQ] m:ٝ{f>bLhh\GBV#/L_0uEXo t%@ @ ?nݹ32B .-<piaynZeW4DWq@9ɢcޢ6mjT= a."wo +Ӄ0q+E!N?>^-@۵֢(Ii>Yۙ"aye Z'dݐ]Clh h $Kqx^[!x2Y,hG;FR@RyDȨ0GX;a*ÐҢUZҤ&}AceX{֚l_R=#tL[>l2&; _߶Hu'7brwWa !]KdBjśz;$4/ :ZGߠ%&UuEx#o c gʩ3nR>&PC.p.} nA(82 A_rDM?_ >S ~]9]ǫjţMuqB2BO#ĄY1Ɯ3𐽛fX0*DB^/, ސa H>7'7n Q$hڠnʌց#zJyt]0}H@NЂ$ J@/lCf o?c@ivJ^/p4!$&M]AXɫ"KrYioۖFY56ն-nboPՓxNnFc ryYq8+Oɂ0G\N4,u *oZ!B}.3T~KϢ`pgpq;,AoH@͸9T& uڻ1X6L]m50B= 䗀]=2t 0ᇫjl!hj vq$F';pcW=?55yslI.Z9Jq|OL5]`#P W=tښ'rpP(b16aLMU& 7nB Ւr/Skyvt˷0*.uhiW[s aw̶lL,* ߨSXG4`QB2@1H_ԫbU_f`#yrp}4uR&ȶ!D2c$V=#8c\Wv]D8[X);v)%\E|xwH_N>xmҧ5UwJhi@zCf0a" ! EQ{C%P2ƗG3oAD0lTIƓ%4J^X/̜Q tRf֬޹y=T$^@mp(\hF,*2M%Wh4 hb$ 0we^B4Y(#\ۈ 3`CfL` U_/EkVICB @'EK&_ 4-;]L% Sz}ɍT#,]t_kiZmC>e9vR*`ټ PuRJu^*H\ߦefR36٣WAiNs kïr+j4ȦE {;a<*JAr @@  K&M5wG9s6N`݈BckE)Ut`]jbkXoˇ};F4B'ξ4vDb в̗nܨ':˾Kg@:nQQ~tmKl,P; W'H .Y2>v/; @ EHWvP\cN} df\ƭT`&> )")Q3 gL_$ao]E <EZKMUϏˏ%bY2غ*Mq[aUtj(DO]UW:`]%rś`ccRW[jn:P3ހ9B>?_{@wyeIO`F81w -xa ve&Ao:ڣ02ФMZi>']I`p[uk, <att++U !~!s![m0#kEkI*TbB([vm-f meKrk3e2bBXH]^Vhޭ݋O$|N*;"tfR4K-d~lV FX9*@(}-Yݪد&Ϝ2C^s *:J(R/؁k1{egAտ&]4<0h@Ub8nOڍQJ}ݍmEukD`$4<L1+M!BeEQ4kuрÚT n&kv6s]s)ѹLۊ7 ZQɱ1E5)eN͒.o\%\}p`EU!fZu]Kb-PXG+mw QOqNֶt267ޒ8@$34{v-[ EƎڻ,~ ΃+as x@*[lȭ- 4oߩZ;[nvQňk3uF-ExuX]9&ǂIdhCt 0NC?` r _IӀ/hA.<Yf@̤^Ԡ>A5d{J[Fw66owv ̼F:`'7s[g$.^*)Fa2TV!m=;X{5*=8ɔy`Va@_Af]ѽapDX Oe!cgaܟ@WVIb5F}clg1a%׋q!0)p9:x.ZR鲤]%> vzw;0Z$Z-B2Q9#f{买l0HPΈR81Owƞ-+TTZţnBo&%/4V$ni*I0f4VxO&``!  a\ÙUEc"t9PC#۝y>TK+2ͨP#q?r><.ʟY 0 k+Ц4fyY|I<ΘhVmdcM~a-&\~ kYkcָxC^wjَ3dv} <hI%Z/h'jujߧHvdV͖PcF;ȡaz[[ 8J፦>qʆB,#@!u rM :qFc rpvR0Sn6׶^x*6zN Tewh/& 'wNQ@?حǹH _;+Eem+ 16<2jD<GNB=Y@'P ؊v `7%=qq@'l&c_ֺ, vy mekغX[k$VKOަL'܎#c`DS3GpQhÏMĕ{)%-dlMciiPa!{gq{i/*4G uyQylW) X14 E8aVngSiFqC[_a%`O9 i9c HӏK 0k"! buRhoヒ״f%FRgLUBA|ycoJ=v <^Ƭ"Z5%:#X;E)O0ccG[{F$p>?`{[\l7!ʺ KRf!E3CJryddxEGR I& .8uvo5EEyJN3ҳ/ԡ#$eIWH{nؤIO#)音5{:ZM<)_tY]P=!J.j ux.æo#79l&([ TCI-PH#? +80~|C|RlfDrQcǾBrqY=rV:[|4* wT,_y]WU͈8 v*=­RU! EN.]5 v[t4COQxm=:K!?eF-?[26l>#Za&n'>pv.+@ e`Q\kzm#ZSƯ(ODO1 w$vۨOU w nӏɒ9Ц7]2;A (9 W*ހ%dZf T淴52w1Yr ,t4(̥⡐% 8=%9h(Wss$&#yjThɘo{*iͻ.U91"~T-Ŧ9= _ C=mvwA-4'MZQ2-$U p}<+GpsB;zm<ձu++v %_pEF"!;o$(ӈ>v.9D@J*+ X~V5ב?(HTo4/ВL&xѿ)4E4澔,3-~4Fs⦤;Zmta-XSvG)0D(A41);Ϝ1u(A%,e_RFݶ]hUow;f"gLޫ?Pcۻwt_+` D?AOp>w>*Ht_ՄpY Q'#cg 넁izH )qkOj7%D[`Tsh 1zȿ<@Vd?񾰇+U|[Z\@Oa׹@$~5F(."_5\| guT/QR.Z"kCP:7vt,XKS/333?J?7j}3p0X#I$Ѽ]B4`nйCI:j$JQԸ)j4nqTxQ 0 C eSWfY|}KzLcAGc:ZAgE?-SA 4Ds6 Ky:{=7oja/K%ċFky n e/cMc] pοtjl[2AD%Њ;p @ .N(/O~4<"p]]wYm۬ޗR+%c8dD8SlwVNvG) lzi\3z<\F񕶽a!nGH1ah!*?HTh HK{I}oAu|&Kn/u`-K< !ȽRfl謧uUTc'(eqSʍPc>}M0Ȫa:ʊT":4` DEO:^Ұ>Z|F;z% Ba7q{ )5g)CAv)0 ] CDYлTm,] @ya8 -Yˊ! %E4f-Nc菫+I`C%D@ll9mσ-5zO2 9.bC ah.EG:f~Rr䫛㐸;*%XLM9ಔM_ m3KF48^YlKܔk;LJS젚s'Tϕ=t c4P8ELڅK\寑 yyYךujg@\ P#0*##d^$ UI惏ငNgdr]Wv n/?U2I*g*i|PvAӃËZ9Vm%\Zl*9^r(A3]".x{J4.=;e[RQl& 0cV~(0SY̢f?bKN>F, ) xD!!?IVGo}++ȞJ_uG90 @gvKf"0uۡ*{5p.L8p(T̏. -jdGO4YcQz*}>]%K{4NNasPc$~nDdŪխY}]-O6DkGd:g]HG#/ãЈ<&q|tGkg;$۞?m?̅?AxY>d|d8E$2 I6e@? X߮ rT~A@^:D.@02  @ 70tڽ.h41]'D~$>F} 0 #BHKӉb1*Y6eyJn{/3u}<$#-p jj`֭t>x|}nӃw"1%ub;uL˳lǕQ|2&d2<,ZnB=zO'sw1 a;PJVBƌΧMF).Z,Ʉ$]dM4hӗ"Tݱ5GҐyOC[YPiK!WAv Hns4a.?jpYsMB\GaU)Ke*`ݩ PY WkpxQhR 9D![`+kT͉u&90 #,wZHjq>ӵT&OoohH[D,т0-~DAM%2椄oOxM,Ms+sz1UT, Ry[StrӲWEtK#CCF:Jy'>Ï^3)kg0jd`X*^< a1doZUYŕ>C֐׼OkS^n{n>}g)|{>y 9x._: LDU2lO똡'VЎg- &SIb (t}5h&=Q3+ k/u9  %:Y[-iEvT.IT[B>Ct۞b II_R!AqFH؉5l7#̂#yR|C#@uث8`ɛXMRzf!t"=P[+G7J/5A;`j-EG>Js.`$Z[ =z02شUDe`fyBIvAn'Q|!'}\ 9%λjP@GCOҭ("pEIу>[wpzwz$ԗe,BV:A >򢋔C t@ MFiEl'< {1JrO<0ƐYiZkROQTQ.~]j{VGN}\j;Ul+H.s BI)"c$9 g rH;Ibcj1<~z,uTS jpzgC$ H5`t`-u&i7~Ra?G4V_:vMW/ //f:tzH"O:JtȰZ-ԷEd)T`G^z&5ךKN,9-]=S-z y̓w0uDmh2Yr"C糥t`IFYIeYV; XN P ~v+R2xy`UV3Ѵ]Wx~\]#|!b | 1yQ[퐯BԝLjl%hmhl 0 E)Nmܬ]uy%(y1^AsM ̂>0HG "rc <=uaatɕ8H`ECVS!KKa;Gjyd{bg4[mX I׮PkdL1l`oYԭ5vMb \ r̰6U5")!"]aPASE)UA8\ZQ\*1tG~bUהsQZhtd -K:݀ NFЏA =7waRE M'y%@KWL/i>u9m33u3K\/ΐjKjدU3Lf\++,Mb}}8A?q gFCy rwJA1H I-1Yl@f p CJJȈ M|2_Mع@ @(ȈVQ"fyl{ozj(d L,m?k-Üg9v3 kNwv0;T^"uY ϒ5wk]\6dш,?n70rxnrPeiJ~5:k e_uКӒP8Cȇ!shwxS駱A"R O'ڝIshIշKxHB;ྪX3}5#( XָU7pXԍ.[V- Cb* Dj0xQ%RR9z2_Iq:9pOdDc.t!DQ^0Z=z1/Ok:#/ (R>~/,sra nz37ғFv" 8BeU!pSZPDs,Q¸[n) Wj6A>FQrK䕡_yHW6`4]"HMɹFg"ٽmhz$r:ygO}W:%W.뾜e"bkWAכBr r/BB (ij HOنU|Dnr]Ht*5d~*݊l3D0vG)0 @a]yA ~Gٚ>Ȍ8{\JIhX~ܳHXY`#NV|m;\V|㉒ʂͱQDsyj,"WԨJmIg}ꨃQ7yGdP |vF)0 hBCN8Y%~#2:6@_UOFy_֐~ *w*^y eD:hm:BO.^xʄ/H2"%NtNHW4KՂޞ"WAʉ|k ~ '7 $!Y,C(_xӅHQkj,+0X0n&)0 20PB" ޔEHAz'^&U/LXqLdzYFjT+ V LM(44gy!3&5*ftܗ._!D/1ummp\SJtgO',CF\rO&s Dμ蜛)pU=| ?x!eI|c/`e b6`UGs*- G9-GhQB oD{!ns_!ߣQ*OZ0.9AztoѼ /6ͺ(2[V8ptk"!R"p >]z\TT$0`&q|oz/R fIMHqEC5Y :HnƒIǛ LKtBSzs1msqZ\%@(gΐٜFÖqK,ӝ$???dJEy(YeK0R!sӐ{7aY E. _ Pj'y+O-t:WZh1):)pV##&SH!~I1Xyx:ِlHHyi ˰([7TR `Ei|;Q&k 3ggXb}p]mkG `uW.(k)U<(d#1r'j|t-\ȂJHΊWJקlCFԫ 5Oԫ +TaBƉHx'iO,7O1@UD0E>]8&q@Y< d!R޳Fœa b HBJH29L )q&9 _]7) Ԙ%-7yA5GL RJr5ٶiX͝5&a@?q“ѩvER@?kWHD(iG}  #U]^˞mZ RA _0\-B&Lt˦i:Lct}3X "/ sF/h7r4f#AKچK;ur9q~~]W#1r 0i5{͝ίwo9x;Ԫ cdȳe %td \&SHA/)| Z4AFXb%id-ֹ@@t^H@%z+7 oQ{'|OGu'@m%Yϩ3@bMH2 C#Qq;u]g5!$nu'F /7pd:q4P8x-4!1OZCkOú_ץ붮+-P*j۶Q{bc py?"\E*ܴ~ZJ(Cý_LasUkqfMUYcyvSA1:y.eQV)@Z 2o"m -ZB`n4Egvp3X1sOobDX7 t?@Cͥ) QU:e1Łtģ:BGe#XsH Q99ڲ0_IɮL`%GG?WjY8(&T ajwaQe+a>:cb# [Q#rhm;L e)|kԒ*DˬcQ:Rl#$Iq+:9r s?R}VRmx;@#5X zTw]i=Z1kpbH v9@.D:N|3`%x%y Yg0@W绝j%FC(3 L+_6t6ah-f5[%FR8}]Vi>!P04D㗌):0 `ڃ!LfrbZBsTU8VDki Vm1IS. ^p<פ93va@uו7tQ{Tӏr(1L~f?8;Azl`p&Qi=(h+Og~U<k& l <C6+;(1T3݁!1?Hxԉ T Xz7 (m.@RnLлCȘ6N`'.t Txz]䍫OZ#B^HnjxhΓ!I\ ܨz3S1 #2 lK^4hzx6gYPÌfɽ|eZW{F5g)hTUf߲^1Q;ӡoY,ZmT<2'(0qOKAb)(T. P{֏3 (шZ W25/BziM8^߳Apu_7IJf`İhFA?!}/|I  CHQILlW "ҧx8bV R\}#@DcUBVufOBd C .<3` XC܅u8~A3H`i[1lĂJ;6Ŕ/f-&|@LeQ!ߧ0omMi6vy{ JaO8oL١&e6LR| 3jessx(Z2`I/[\޿ RA ˂YVnAHe:.NYa*]*}`W'1(h6Zrf7:3վ rrW"hgk7vjyFDlNa='r[J|M6@tZXb.9ft1"^LdHi0@vau|ri`v|>Z s GW5t,MD1Pu2i˛ޭ1/9h>zp숫DҰәt`/DqgBֶ#Z1 ?0 ߨE? JW ¼Z"w0?[΀_ˆ?m`nWogB m 3JaxC[gic+|tK<8*ASd#Pr@,"z9N r-I u )Ҭr,200p2߾ ~Rj'W/;L:V'QtW6 Hjhnk7beU]'fɗ6"5׎kc| Lb]QHSM$e+:4b#T ԭ.;0O*sXŷnFa{scϒ#ʧ@.]9Jou1J`xirN[k Ch!->^Ic⫒@d.{M#2@?pUi l.5}ʅ% [qg s2^npDB8תgׇDbpzd'?uީ-1nJH֍Cȕ5d( y*Y 6֓Ұ §I! !sgR>Tla!k.5[ ]Qk29V]3H`j GIfrtǮ'ɹq)t~;qugUm"ܨ>C#Ծia ,$(K~qUͲ;E:Ho2~Cu#M@^16Ͼ] 7 )ʓ)|}4f2E^{'׈σG;AX>g D :`;oxݮ%I49cLËMMAi$4Ms -7D!@{WE:u ,KU@$+ߣ$}'V.nJ#_5U4}ʶ'Tm[>z )UvvBL9KSb֑7bE>[9x“|mJ\@u2IT&/|ϱXhWS9R_%r3afeBA T6- U_x3 A/Z6+-[pdQUW1$%qPˎ^"^P7R5YUpnW9,(D觼jk ܙac]ӰP[fS|T2Θ:_4x& N-T8 :FzqA,=|*ny y98IENDB`PK?!~$~$1OEBPS/httpatomoreillycomsourcemspimages469751.pngPNG  IHDR57 pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVyrIx ȚA! Z F(`5 ͇d9`.2jB`^S'NIHFOJ  s]@sD0i`V}̖A!!4 Λ̱̙Da.9 FrM,̐V hC+`ʦ Z @s -Mhfa>< )q"4?GЮ?A4?GH~u#2d-̶.Zdxo9 *( Gb j]plZåWhCs]>-X}_ḋȵ"0A"֟@)b^|8\dOh#@ts|((!RH-XP 7M R F( Zrf --$s6j׮YMЊ͟`?HՀW22$d}\]0 ɄI9wuO) h5"J ֱ@) M18rN)d" F(=Uu@ ـ5$0360fsY3? Iȵ(@ey&kLD$JBAzg RCxbRҍkׁyW1 ` YfGey &fj8ͼv*PǏ?(صsgTxF D@Y cܹ!Z (T" h @s a<1(ɢf@ϓ`f322'^."4?G ̥jdQ`M X!Re@ߎ= _$@v8Ó'NPe&<@I?2{Ϯݐ#"4?GA!U]W EdQ 2'X4@Q0'(',7 \D, 1<Leb+hC l"PB^T}gN+1 ! F($eQ #/M`$<\W`8O3>Q$>UyI)P}WO7% FQ0$ e/LU$eNJjN ?ohts ,@҂kW3{9ӋTv@shjNR% $ ͟`-C^G5@&\ h4aݵs'(Z*XQht|h +0}LR u ֬M;!p[p͟`Xx'o2@/ʍK !s9h ϔPjo,xIu]-Y͟`xfQ`- t$@͟`x`+.!c`Iz͟``HLJ_w=<yI O{O5k*"hk*`E:iD2N)Bm<%`Vomjfjb͟``Gذ$ Ũ?5!G2p34?G0Cn rt-r.l Kjm l`s{nA>h4\܀hy$͈BNE@Β' 9n'h## H!ٸ+ +h+6=\CJh4dddR"'ʰȪ!cm9 F HHJV~a]|$@Hk"@Q0R"Г'N ]PbOxI4?GȪB{PZ9h4UBnpՃ"`eKu4?GA! àݻvKud͟`dHFƕ-e*%4?Gnnׯ]3H4?Gf # H4?GH?`ki?0h4 =A(4 F(@KKk4?GH]x(>3'O44)w'@Q0BO IHf]i„I&Rz$h9 F4?G( F(h`͟` ^@s h4Q0x@Q0 /9 F4?G( F(h`͟` ^@s h4Q0x@Q0 /9 F4?G( F(h`͟` ^@s h4Q0x@Q0 /9 F4?G( F(h`͟` ^@s h4Q0x@Q0 /]fYkji ֬q@vpHhh4T$LX@Lu]-0a I5k̛,A ѐ!hD0y2($b4dHwn@0 GM@9ZaR# :`V4'6dg¤v;{]܆S,u@ ̐l LR,:ZaRLHJ~Ch$yx4"'Z ,&ldweY74'ZW2;"t  ٵ<5 ᚤF+LV#;I?u@-x`ILR&U*L9~`<` >y 01w0`(hO st %͹&EYI)QSW;@C8U VȮ+F'3:"&=݃d ^0UaUeJ9x zb?tǏ# Vڹچv0PWG`x>~_zM0`ܹ0Yz51TIPi۷ETV@`@0޼I& Zh&L0F!bbB(:"-oX'$2ќ 'N>vHםF|f|^zM}A wܧ]?sbQ0 F3(J<͜` @v` sfQ0   D` *@ Q0x@Q0 /9 F4?G( F(h`͟` ^@s h4Q0x@Q0 /9 F4?G( F(h`͟` ^@s h4Q0x@Q0 /9 F4?G( F(h`͟` ^@s h4Q0x@Q0 /9 F4?G( F(h`͟` ^@,A@!k׆k5FoaB F'9#"kXnna1kChVMiijh4R8Z/`͟` ^@s h4Q0x@Q0 HO<2@!OG~ɓ'tK h48qhЏQ@v4jii]v X0(x]9} h ֬Q0 =vIW77X@ Y`O>(zk׬  @!Ƈ s򄉣0 FVP^R $s f#@!'[;L0jnC@@(;{D<J|4J@ 7׌x&M z @(ت0 YMLJaŮSp?j44MvY3l5@dQSnLKqf ($B ׏0s~|A'>#6o >tT @p$G ϟA0H#z<Gcp0=u9=m\b04?ied[ !GiG89C hYV = FZh)@烍Q0x@Q0 /9 F4?G( F(h`͟` ^@s h4Q0x@Q0 /9 F4?G( FS3 hh4R edx!!0 F4`j7DzIENDB`PK? l $ $1OEBPS/httpatomoreillycomsourcemspimages469753.pngPNG  IHDR4%4\ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVIDATxb?(`b Q0 '>}t5ZZ|||v@fQ0 Yq]Nv< dddYHTw@16kGϓ{v`630_7Փ'NI R5Ry49GHO<hY; IXsh-;d9'ƠU@֜`xt!x2  FkQ0O`-4_SW tdF64@s jsE,5CB֮Y9Hhá+^;~h4C{ 6C'ښ!9Gcrr  Ih4s! ^p3=΄xh4s]sB0KpHN@fQ0Tpg73 sHq9 pmZxH:q.@s yroMmyɤ [h4s!\sj2]8y҄XvAvQ5sxA@s I?ZTϙ|؂!U5uc$ ,/)퐃KE@fQ0$zf32o[B1`2 p)k0hCM jȮ{Z= !׻mC³|M,\EaZ͜`JFjB(\Dibt`^̟P rHfZ:uR}S F3(T1'($^OBڮ Ih59xW(0'KH́יO)˜@ F3(ت1H9Gᯍ!Ë$$@fQ0f׮Qog›̌<EP͜`;.̐@q_@sPZ1;p`~dHJ p(hChGY)O*dGH!O,(I6mdA@s I 3+/)֢ i#{wB(d.| @1`hO՗(+ڹpkWh2 846}h5Ĩ48l&\ P;I.hC@2IZY mY?!Mc"'(fu`FϙNV#749GPLB. g909Xu9\ FFvJtt_v m΃r %pcVz6d_j~a a'2bXfMyIY33+a&_hC?yNH P`GI2,@s ai:B H K(qLK';g2͜```F<BZ@-Rr&h4s!߲Wkӎ?גn厄t5 <(VF³g4ӂc!Kpwt9 ۚf̴t a9Gx͜`L S]"h@3$J) RW."F=@fQ0l'dSu+ݸ6AA5rʓ&LvY ߄ @s [=+d\8 v;.2" y;x]49Gp6$ Z^RJjRC͚Y! td$49Gp,9<C<8u$d6YWI 49GӧOk׬Y8o>  ֖92͜|p `U ̙@hUI]@sPTU2($b;y͜3_U ,}3h4sѪK$܃49G>pڵ޵ ?qU=2'@fQfH`fN -!)qW`4.9 UyA!!@ &I`}]@s`*Hp6ϛ`h&hɓ'b$WA>xh`-x,ddrVR` yA2@C,sBR݀ L`BU : :s,<!9!GD7ta6DY^R YB)zգ):"2glNL`9 AZ2-g 9*sxrޞ4a^@WykV@3!QTxǏ;S[hM6 w~c@11r^֖%z ؏ q` Xnh8Њ݆T#4=T ;.b̙tt9G<_-CFY"Ok@Lȕ ϙ`(@LdU!5;3G( "92Wy2iġZs 9@fN*+`v'#"GcjhsQ0H@fQ0 )9 F 49G( F3(hS>>>@ hhQ@v(s-vhQ@Zz3@&@Q*bAP49GhR F3ȃ@K?9 4z(h`͜` R@sA h4sQ0H@fQ0 )9 F 49G( F3(h`͜` R@sA ht;#hHXB!0 F 4`$<:ZIENDB`PK?-NB+B+1OEBPS/httpatomoreillycomsourcemspimages469755.pngPNG  IHDRV  E pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV4ZayX [5(E M "`5>PM 98@@E(ti9AA`X?˷. Ih @̗b5(izP)ߋTp`ta tQ0b F[`kE6wwj /l [4 {ο/I F-F7~,X_0IHySwR=_wڱυߺ$4Z,eDGjY hY3)5  Rn4ZA5k!7資ڬݽkWfZ:׽yAM`) $Xt*%>$<_@E(xÍ|&Fټs&!e|q*nk{ϩmj[`z0Pl`S|?2@KFpMTCDzPȞ׮;z<<@@Q0'OuY3_!Lm!&V&"`CF F[`84B @4 CW IC,@`kgj i_[1|||{v4Z! N8K s.8A}µމa @Q0r l3;f<03@&O1B'A8q^ FQ0gF@ĜՍfڐ4ZaQU /C$$$% s^: _IuAt FQ0ex;!GBGb,sZH懌U003Łu;Jk 灹KHq$)R(sUM\ ),ӧOO< g0h+` V& "%<nL ߧLؐ |ʸ[$(+v 6<{&@6 @XI`·2܁ [ %OCћGP'WWصs'Zܾ ˋ?sv`nKu-\#H~ ꁊ|JJ#ZdǏ4z(@EA{5Gډ؋6 y G]9vIwzyI:_ @Q0m6 v`ҕ ^O N@`3 'OR :$RO >t ?!@d-Fn擪R Ij_E`;MFFƜ-FZSO|)g~$t< KW,'8,kV@E(z>ֆ;lPRZ&pf-Sl}`@`$Q6;yDtDdbRRu]-NifU‡(lぅDŽM,la0 !H2 Fn\K6HMSW8q8X^! )yb?% tǰ()h0 vTXxHׯ]6ed"7!I@``v0_Qhd8kMtgfZ:E. @`s Z`Z^RJy)jk|8R?zIgO7c=2d +tkٝUg(? X),"` 7R@ZF:&C` yb"ю(S0iDHs»[Nf~M-FgvU.\4Bv`?oI!@@`xvGw QD&TThC@N%+##oOYSX4Z9 @N#{5Z48@`p`ƣigkF^~ ^w@@ K_;vQ@=>t .b;w&tMO -"XSSJ3 «8B&@@``i7"F޾3]19g"G.W0RKHj_x<8`?r@ 5뀵 :; `M3Xj;SVk3  N#UQ6!tZ#t`)W_<{SSx4Zg L6 F( E5$LJG(}'`*\Vk`/0 `^d+G( E*ʣa1 F4zp(#h0 F4ZQ0@`h@E(#h0 F4ZQ0@`h@E(#h0 F4ZQ0@`h@E(#h0 F4ZQ0@`h@E(#h0 F4ZQ0@`h@E(#h0 F4ZQ0@`h@E(#h0 F4ZQ0@`h@E(#h0 F2I& [Xhd@EEġԼ"`- #UGcj` `D-F( FQ0 F4"` h`D| Q0 F  PbΝѰ {S$ć  FKQ0 w2@n_;vF(G!e}F#x<|aN p /~^;ͣ`?,֗lS+<ݙUT>1= F?!0wp$ 3b]We)HO<=y=yd4@.\V0k@!`+;_GKa ֮Y A֬ "0S|cnm~ Ձ^  Yb9Ӂ R`y sut &aedF !QPHKo=RwL& S} Tl((I8iCAM?0kA`?\?Sc"`A, XmYyyF`OS! GC=X}(d >Gb<^ |@,$G]~itD$>._ =L={H0@>;R0EF0[[v5yDDF!9C}hi :y$]`Q4z0MBtn ( h@G7H[Osb @Ek׬Y;(p-F Fd@#HHh FO`D-F( FQ0 F4"` h`D-F( FQ0 F4"` h`D-F( FQ0 F4"` ht Q0@mGCa  >I"IENDB`PK?/))1OEBPS/httpatomoreillycomsourcemspimages469757.pngPNG  IHDR1ir pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVk&UEIu0[+LM-+b? Fp׮^RW?.7w.z@' FQ0 kע#"С@֙h6Ch4Oavqs102@ F(yrx4\W yI @yr { )R) O4'GP L4Ҟ)u, -!B- lfi!GO<<9 3U ׊jBR"Z=i9dQx 2ps5S$|-4'G#U6gAz  TH*Oh4O 4_v`c #Lԝ<9 F"O<;9 C"X|Q@4'GH|`k 9CfcH>DΟ@ Gw@Q0xblX! !u)vgӡp)P@yr =K!l H +NRl>|P0-2P6=n<9 F(~@Qɍ QkBjH0` d<ݢ @yr =i"R|A@s$k'Z4 '0^`2{ t-y[IZh4O GM~^̄@C#DYEnZH&0 $P=$C.7~$Cڱg\b90N0Z9w!dXh!$~ 0-4XzyO0EdF\\&$%N d|RLH mZ̥w2D@4@1`O՗(+ڹpkWh2 846}h5Ĩ48l&\ @\4<9 $1sP 0 8$[Br,D$"@xZIr <9 $x`?q8fvSHH7π-@O +iKJ)<tsY 44h4Oa2}N9ש9 F(b S>}mX͓`b7`֖dU#%yAj!@Uh3[B6I"]Jj;~[X\#=k!Ә &F%mvoaaifKbHu$޴m+fK^3> Ay$dѲ X$&-FG@#%O{`O ؇͐gf3$|(''MLdJr4ʉ"l5Thx@< LRz2!)qt c()'׭Y$F[`mIBH@#"O`@3$3y@ÿ[qɵ@Fhb6Y#"XC{û7 ',]|4 5yAγ%!'M0i;U4I`F7ˏ 5,3(CdP!׀(v]0oޓ'OϚ9!G(p@L<9b`qQ0 ֮Yl&$%(ө'MJrAN` @LO<eG(h F`p͓` .@yr`{4(3Xfͺ5kr?}4c8͓Cb\8o>d> ޝQh4O1($88$d4X+<9+uk,7bQ FJr]#`!y]6T*F`n2#0@0ϕ-4"򤖖y$r̄=ݮnnĵѣ$@y3-LHB.omj_ia^$`42i yy#d`<Ȕ=$JS 136uVQP,_)[|bf0ܝ@#z_?,X늓'N@v54犅 httXaL @@.L5sff F0@fjj϶͐h=Iz ihm[i:2 h~2ѺqxmQ0@Q0 <9 F4'G(\ F( h`p͓` .@yrh4OQ0@Q0 <9 F4'G(\ F( h`p͓` .@yrh4OQ0@Q0 <9 F4'G(\ F( h`p͓` .@yrh4OQ0@Q0 <9 F4'G(\ F( h`p͓` .@yrh4OQ0@Q0 <9 F4'G(\ F( h`p͓` .@yrh4OQ0@Q0 <9 F4'G(\ F( h`p͓` .@yrh4OQ0@Q0 <9 F4'G(\ F( h`p͓` .@yrh4OQ0@Q0 <9 F4'G(\ F( h *I  `pĉVpa aa g,*C{vLc#@1!Ǔȑ7 Fq ]Z_@:t M7{'5$`}NZ/,pK)-|?/ogH  ul l>}-%`҄* h:`H ֓gͤsr6yD`!D5($Xk|a9$###M+pݻvCZ\@A4@F-xiwaZ LI@+(+'k4BD`{u@r#x9> `6b6kj$LF `t Mp@uFp(ZZ Fϭ> 6JedtBs͓4iI7SA.F?<9R@4'G @]90@ɑFu 3F(\ F( h`p͓` .@yrh4OQ0@Q0 <9 F4'G(\ F( h`p͓` .@k)0 h4Oed9jv4ʆ0ϮQ]CIENDB`PK?ټ0v0v01OEBPS/httpatomoreillycomsourcemspimages469759.pngPNG  IHDRR?< pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVu`~"*9{?,/PL`|NN0h+άd`حz#`C<4eL`puy&g\] *y_*(4 GP1#ȿu#uxh]sg~ FLܐxjtZVPWOB XFS(9Q)Ow) ;yh4ۏm @@}Q0~:4@fQ0G\ F(#S@~ F(#+@fQ0GV`4c>}~ P@@~ OE'Nq H_hBKKKCKȐSya@.#޵kϮ@Xs 2\dO@fQ00υ?׬\bN'gi·s:67xbhWՔ:pC)iәi0ϣM۶R>,: ْ =Μ,"l? <w0/a bVQ!/Ss;0S Er@GzySR0wMx-&Ml? W^}0?}d ttX,BGX8w.@fQ0[ X[-Mjmj?o0##03Y3Yl Z``g &}20t F(Ƶ4ș?'ê ݝzLhC\_>A Sx4<jup^ZJN!h4ۏ! Cḻ?/Dη_fx 2jnCex >eGX 8,@jtl? $铴4%&|<ǂE_Exc܅onGw w[  4 ($$ϣt'"I>u; P˗,>b+bxh >J_ 7s.lh/ Eu>1GQuJn#7XꀹHe!->m~)|[PhTD>8߅ץ q e,, , & Ѿ(\́9>/_Z%?|,z F(X{1Hu!"&=fKêx3$@~ڞRW#e{qPWUAސ"Acб_@{C4GH핕Ag`ݎ܇>p)I\E@;i h4ۏ X U*fg@W<W\@51s`VYW<EVZ! `íLڱ};OfOѐGe|R"O𐚙2AZsGo`Ss(DGA#LjkNrxHS<Ç.y^}4Ȋb„@ G(h9} >oω;_Y^hm;OIi@]?VY2` Rȶ FkQ0wZT6&NRS`C qd~ z'$&X: ʊKk>Ku- @9Thm? |/bNOtXs8rl:>XP%<x5ntD$%Kt !:oR"5h@%M}H·\tuIZlydPXTJ.^$~X F(@|Ժ5T^Vrgo_0c) x)=2yh4ۏ_JJ?}D2׎z`݂ F(y]pFuM}Hv}-dEn6'Ot̄֐sz4GPlVÁLBR"'0 Wp?OZ/+G@~ 8$x4Gply~q/_ S Y L0Ũ&T?h<37тy!Xo<<U=$'h<ÚWxDC$Rv1hh4ۏ+|*t=`%AC {d,΁ܺ$]K<l? ``O<\3++rz<3&h4ۏu]l`9c|`DyfݻvQqV hh4ۏ`wKqmIҠV44GHxI:iG@~< IޝyD'``naNE3h4ۏ3i~n?Iݜ@~ "}4yx|;Cw]8=Z'~0V@~ "L<>xƙxy(1䉓ҠVI2F3GV@F>L#?}Dc9b FkQ0~y;D.ȧx-@fQ0 P#pm{.9K2@~8l?%w$ `% g4GZ'0&@J- Q ( :"ʯ 7ݹp@^O-@(q@ZFP!;گ_@q&Iq<*.˥ Q0 ,X$pp/ Lہ4ZۏQ0@fQ0 Fl? F4G(q F(#h``8@~h4ۏQ0@fQ0 Fl? F4G(q F(#h`=fߋ X he@[yxUA2(㺕y F=50r,`(3lOM}442&IkNXۏ( h5YE\g$SyU5kD\۟BcUTX < @ahDg{`1!3`H4ncfW }kXBq$Əv=?=4=$*wK+A(U03'gN5:d$_47& F1)<|}w04R=d=4x'@&5Ѧ'F04R5k3# J`p4(-߇ZEgt=hDd?AmTVk&@VBp @#"CSkeѠ6 FF{wtbp6 FF& hPQ0 Fl? F4G(q F(#h``8@~te F(Ly@fQ0 _×h4ۏQ~Y0wph @~\g6cl? FyzGGk4G(`X3ÐЀYEy$_@XkyX##!n.W]t"rSl]k. $a82C޷SܙC=@f^S_>  &<lcB%/~(,*+5{o[8Q^v4@,y~.0bccg4s4  hmaG( @/ G(E\e@Q0@UTF׮Q0B@1wa> F( 0z(# ߻w]ѵk`@L`VQ Q0 FCF(q FOis"3-}t^lh{'O;f FP``&e O朅wzX> ^4V:0  э}݊ͪj'Ol0|; V`1 1IH f(@֬=y$2&D/@gb u[UTut\v418y'OFÁ `{WEÇBd{`I3Ont&+hP ~>99Y Ps>ܙᣟ£]O~ZtD$c~ ѐs"`ï @Xby`Wu@?y It>}6$l|)ѐ~ H6Ch L5k]}Ho8m k׬ՁVM]-A]rh< !ALճP-V[k ş\ه0 F<تaY"|xJotVظ~` I&N0:6O7StG0222y@n6[= 4zr.4(,!qh(< Fk!t(~p h4ۏl?P@Q0 Fl? F4G(q F(#h``8@~h4ۏQ0@fQ0 Fl? F4G(q F(#VJ5kFC h @wJQ0@ ;oDIENDB`PK?$001OEBPS/httpatomoreillycomsourcemspimages469761.pngPNG  IHDRR?< pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV:f `8V[kFG2pؼgp<@~ gl`5k` <@~ v>w= CF `p`LݚYEدW$9U h |/"|M" `1;T4sr)(1 F(tmwP7Cw;ؼ=$y2aVV`p`(n`ǂEzرns4Gl =fe}@T>gPTyh4ۏ!l2-^2_ie <4GH=, Reގyh4ۏΝIm޾ "@1^5 9vȿut+AրFyh#?<h9dy l? Fs@@~ F(#+@fQ0GV`4珬<2F hH.ׯ'ON8  ` D-,\\](!At;c F(׭YvH5̽f@R48u$Ԁ IDjX@~8'LؐJa] o/@?+9h4ۏ9၍`Χ@c׭Y`|`A03?@fQ0"0O[|^]W 4̛IIT,Yh4ۏѪV| F`hY3[@~ gZZ]=to6.2!M^A `87쁹k&}gO@;@7?V@~ O\ -KW, 9 F(˗OѬ qT=9l6H&ҁAhtM(lϬkN`_DŻaHGz`CkMh xs::@9vy `r6sF(@fQ0(j~``\M dq X3ՠ]*2BB !Cݝ-I4G .\f-bN`vf0G;jhGx "RGh4ۏ6UI WԢt^Vm[׎{{I@fQ0x$L#ɓ'~^22dHiV(] p Q0AFjµW׬^ t~*}Բ FkQ0'#"d`oyhl9LSz4G6>}f!ѼGkO]3 6Xf 0 yi/@`W@XQH@(ڽz`OJ^  F(` _C$u<h4ۏ gW ^=2nZ@~ U96($x `#k F(`Ϯݐ)_ 'vӭl? pm?<<x`?q@fQ0$:7a#W7W`#'p`4G>HrP -th4ۏ! _.5[Gr&}/  G٬v_,ԲRgT F(ɓ'Ҕy`Ns"$?C0W90s"L._}4H)9 Z>b@~ 9%&3Ո!'U/egD ݻT O XF(:C `VQs&Uֱ9hЩ9!{9;@?/,m~2޹38ϛGel? (&Lc1%)6C}G S) ?pY`(|t[`hE;ymt! o) F(AwE=xUt*7_Yj@{@ o31I!Q0B8gobE@?lHԶJd~: 2IQ=`F^/^T CEAG `gVUwd0~Mկl? A=|lVwt!΀/ʲSq.M@fQ0d)er&Z]6N7 \`_"[:K`ך:$6|`VO<%[;[^ ȆxdehѣF_YlY̮2 xwZ6OA;eȨ>P 0+|hP1EjcsZ}<'Nq. F(r< m8HVg_y& ̿OD@60u?20osU@[ @߻w!kr=}  >'ՀV!R2t=`H -MB ڐ0W*010"2> ls)f{촇d_; z! 8swApf!u |@D8koG?VW7w.IwshR]gL?s61V} Ee%@'hC@9u$IaH=i#>9l<+ rBr=҄@{t4:? *0ؽk Z! o`Χd v(Hʓ'O(;8x@~ U96rI92@Ly2CNȧ[m@~ jg,f~HLy·yx 뺁`S}T@pH[2 Sy[G0}0*xn5!W`pB;!KX <́Q~9<$2IHp6i^ ,!'.\% !@~ uLxC?//)֖& 2&:0[+yyx_rV70X8EٖhCzEπ:Od·yS9s~@t<,灖?d#l? X_b9%Tyy 0޼֦ZRkJ`˟)C``0~#zXgkM۶Sg Ed`;[ZFf󶭔?! @sGϟS˨];w*+46QhΟ۷!t.3D9*<kWRhU@~ "~90@fQ0L@Fj0Y\ۿ_@S" &] $$h4ۏa>~eGߗZ0Xr&`V4\g w#").2 >^C;O8Q^R5}́ +``^Zb9$Sx<#77>LJ[n2ҁ%0S2H!l? [(`!9 F(yv}~l? Fd_]nT F(qX?Tr& 8#L03#ñc)PH>铧 9 h4ۏqTV,(ͭKt( ǂEpK~> /p@} GDzySx( FCyw222tX2 l?z_f-da[PH0wzh4Λ9 X Q@l?dws `>HLCh;_bRR|Rh> h4ۏV`z_@h> h h40ؽk0CNwV(5l?(w`VOHJ~4zΞnW77` Q@7@ٞNӧO G`4iN8+GQ0@f{Vp| (< F=mwZ`b,P_&MF4 k4)/)`a0 H4ߞy FF;  Q@*N8y*ZƩx]. ?IZZZf{xG'#<< =!)1!)i0@l$65CvSkRd7Put)/ &Ml>S}Hb *@#oLiN20[N5i]X]WKݚ3$ rc!ˇXD22{> ?xz)+46ٴ@D#Á@]J#͝ C]=Y1y 9a>($eׯ]6iэַ#xؠ6aG ?@#O3Gm^ahDdkT7 FP4~h4ۏQ0@fQ0 Fl? F4G(q F(#h{g{ F(*؃4G(@|{0#@fQ0 P;$0#@fQ0 P5$$UTh4ۏQ?/GB&@fQ0 إ`W>} @~h_UY6= @#|56/Q?<{a_i£CCG"sp|r=$<8a1 D/EZ*aG@t`ưYI*KGN h<|ă_wJ00H9ㇴ_;vS5H>" X}(0F3\ =I5rXx  X@a 6Ow}}&!6 ֚S<L{~@X=, $$$*ʆ&>̂Wì_JkT uh'@,r9Y`XfAr>MW@_ y~bB䁱;l&@U2hz%;3<$UĂGKQa0M?lۏQ0 F h>ԟ,` {@l?.._`$ek+`@L^V`$bsВz4,F(! @=xAhXQ0B@1Av(#hH{4 F(9 F``8@~h4ۏQ0@fQ0 Fyyx9٣`@@lϬ Y4 BXtð42=x=Ґ>u@ A1l@lbZzq#hdyx|rRH})#!ehԎQfi̬2 @l쮰>|RQ0 _pf t+s"gVU(@'O4amnaDaBlydd f{F/@ľF'+`y`+ӝ#1~x %^ K~kG{;hPߟH(N^ ŹϷr)6lF ɓI&X `5q45tH~y  5>ܙ@s)}Po?/ $$x& =u^e x?׬ZS, UG;~iTĀ{4_퇫gZ@x"?,M/#ylhg}`m6'Yz2o{>ɁX,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV66g`D F(|H; p;ln*Lh4ۏ2dZ``~7 " Ml? %9[=v)(1 F(\3' j`ҳ2!dPkl? ֍\e2t0[v];0&k@@O<PB@@~ }42 0 !c]\$'G4jϮݐf0dȿ/>'-@fQ0 ̛*:>)EX5k&䓔}<h#֦f`$#[֮YiGkZth4ۏ5pyI)0+ZexmĤ$-@h4ۏa̴tHVTi6.e T>@fQ0yyէϚ lum~ m @~ [l{jvt1k׀ `t_h4ۏ BtD$0Q0im `nphx$!1<;7C3'6o:8bmRCnE@ @fQ0H`&55C =0$#zgfsw'`0 ޲ B~8?p01"0@BH@1`?o<eyǏ9Y:t佝}+mhm? 6x 3v'O>RTC@6Q[ ï#1Kh4ۏ]C[s M-ukR`un IC@C/@}Q0d0#C6:GPwVA!/~ m:`=v3~^>hCG—9u$}l? $~Ilfa>l|dnaA F(ڵk@҂b\'"K(4G07s8r&O S%hjjNC6@3Z`Hȵ35ߋȀxK~Goz`)LYqtu:@fQ0$1L<``oJZ߾\(3?d `UޥnO9<`ii:kI`y˗]n?/  yx 1! ]K# F(U={`Fdi亝@=dVQ`24`r4 %N F({`fGHgfKH@6?@?  `eHe O%"YU^0/RmX8SQ@h_(4gbMSGKH!|ˬB/ 㙤6h#I!,bσAEf|` #˒w@fQ0L`2YhTB1<3Cju`1) @7JJ :(i)} F(z*``46y$)'!%xX@@ `s"DK~d> `V'I9w`U loO@{_W V|o!hk,XBk~pCh&P=r)LɟӁiksj@䏂! dddHj/F^09sB`6z-$CU360CjX `=䠕_BF^H!UQƑ, aH'ƅ@SK@(=h:x&B;w&Zs`jX3(Lv`frb` _kꀂܭM@Mx|$z 4TR| ZϯȪ FC8~\Y^a$ݨ d?+\2D|k{'\ρj @w~>~HsGP* ^} `Sm(W& q !@+H $si/@6GPnn[ݐ>ŎI2NI oA>@fQ0T+oO IHZg< H^gO>h4ۏ!\擪Ⱥ:2r>|^byn\qBA$`0`>_H s 9gydIHy='L`P|<4:o? Ws:`v!]CNzy?}Ô,h gJ2@@.=W$h4ۏRڱkXyyl>yDtDdbRRu]-%n1>`· ʸ*K)`t60oڶ` D`t5GB٫ h4ۏWc̴ݻv-]5,+T@<vLZ ,Ij4GоJ/|Ƞ?c\ضJ45[\\KI67`@[qF_|6y*dO 6xzQ휾w"  FBC]= z1%]t*I64GkVʍR]1, YǪ5Ey! N`9E->XHI"1`S'NBV3oATcEIg2tC#^=@fQ0$s>O>`㖗B|0a`|`:< -M*.wRwty Uz`x|M--HJ-3~J6@ p)}Ph[g4y7{|y9X `ID~ F(@FFy>3- oE~r%|%``s 'NQ;K|p)Rjk $ϖf`Þ0).)l? j5U!!k׬!]`mCz}@K_[OKϬ }r>@fQ0T<x;1jo@ | `>Ĕ.z?DP%]|`y"|BR"'‡C1Df 0޵m):I{ڞ z:|`yX$w6h[r?zh4ۏ@wck0Cڵy5y4GLƵyȅv.nBӜ@~<6 N8Iv >9 F()y?MڞZ'(h#%C0CemAf29 F(Ay O·XG889y4G@C=#/ESw7]gP4G Тzzl? M<Ȝ<~:!։~G> _;vھgb/8׽{3>NO5s>@`|< ~\Cc/\M 4:7 F4G(q F(#h``8@~h4ۏQ0@fQ0 Fl? F4G(q F(#h``8@~ht- ɾYr@Α77큭o], lS,;¹,D3@`,J@{h0kN`=BWF4= L Cn$)kN`jmM<{9ŋ@SM4i h;C% miqd t3f"Z%}`}4`(9XYXS3ѸS@g4W@#(pضf h '@#hq.`=lۏ:329 HZߋt<>gnds44Y$!1:)Er'6dHqѠ6 FJm^6wŰ42j GE;ޅɁ9Q <<5 :`Va fDGSL|>o)1BΗ!/`sPW@س=0?<@cCa EaVQhy`V&)q*>D@`VQM`ҙ3' "W@L$`?zYĄ~;sW j!+<=:G*ph X;rrni6+@7;h|U! X@Xɏ$1 FmX6F(ysZР=У`@LHrU֌Q0"@GYmG'3G(! \VkѰ`bs {G(@L^d`bd1(`=Tkh4ۏQ0@fQ0 Fl? F4G(q F(#Ј̪*C| hDd{&qqF&sg hDd{CP}h| 6zp42**LvorѣGb)CzlnhTھs> p)tF$tGBhP '@#%<0+SFs>교G`f Fм=6VIQC XD2p$Ə04@cѸǟ灡4zp4= }U i mo-C;gNh XFUCHfW7W|< -Svp"% ┗VvyȕܭMk7 s}`= l-\jVn/.ƚYXNe{`S2FA K`g􊔑e@.^|ĭgfVV(aDb 5lWt£G(o>n0^>= H4ߞ^gBئ0#7UF/d 1ʥ>H80{^d7 4i2^@.h?|Ph? F4G(q F(#h``8@~h4ۏQ0@fQ0 Fl? F4G(q F(#h``8@~h4ۏQ0@fQ0 Fl? F4G(q F(#h``8@~h4ۏQ0@fQ0 Fl? F4G(q F(#h``8@~h4ۏQ0@fQ0 Fl? F4G(q F(#h``8@~h4ۏQ0@fQ0 Fl? F4G(q F(#h``8@~h4ۏQ0@fQ0 Fl? F4G(q F(#h``8@~h4ۏQ0@fQ0 Fl? F4G(q F(#h``8@,A@ 4aPqF(fCũy ~@@f{ʳSA^A whL8Ѿ(#h``8@~h4ۏQ0@/_Gb@;1 FA6(0IushQ@ ߽2C>}hQ>|_: Pmlھs4RG(y//cp굣Q; F.c"`> @lάտ/Fcw,y~B`H =We)Z]$GxXO`=?<u035?0ZZ[3򌦉>!'N00urֿ/Geb /~= aϑ$OZj@r`횵c,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVyR2  Ur@e`[f-%<Ҵ} vX;q\ [j4ZQ0 k׬}I^B2hh,`+8Os 2ҁϼbhY6 F(@kִ65g̈́q!8:CB 4i4F(ع[bd k@g 2 ` 2M--` B=FH b F˲Q0 Fh| صlI@e`tɓH {dhř95n4:? FH^vm[ӛL;h,WO8yEbM``|dh'[A`A6 2&D: @ G(DG(+\z7w. $?IԮ;ˊKFCl`[ ѐTLc'Gv($$%Ix rB0wy@Yx_`ϮA!PFzO ϥ(q0f F˲Q@vO-ݻvA:K>{X( H5k]Z[`j0i펾1`qLcUp@e([[!܂| 6]\>P6܂[C|RMbRҁ#XNуC kyrX# htlP ?~,`omk |i`_!6Nt)2 "4Zt35ka=ȃh ͧŨ?̴t`)6iD^YW.]N kP-F0WKk@]\s ':oټm+6Ĉa@KZ7͐kPݏ9 VI65S'NBvϵ5C`FL h,ѡ`0=v3'GQ,΀顓h]6 YINm  .@yIie-&`WCl #J6u+| F˲Q@Jra# II@AH<3%(4Ӈ8rH#\v G.Tj) xK Fj ^rA͒m ͇,^+; e h{? 9`k_eb|RhG :"'-13-2K]@Q0!l D>&}õ5&+$ !eKW,j7s"_4ZZ ͇7 5hCvu J [\ u")LCkMMTܜ+ @e(LLR r^#-bAn`hCrJ Dԉh>`Ȁo׵^^2>gv7:{[ 6$1ב*<^N ֤ jR>BX%!vu@eIX Si L<@h,NZ1<`v!t,|pY=\iX3 b oQh9 (~AL Aة 1` r(p/ʇ#]\EFQia@q !@Fr?ljo*>`4ʁ_Cq` [@F}f`E`#($ȆM3FV 2 Ξу7i;{AԪ3h]6 HFE`Oyj}5yXl!*dbk/{t_S== 4.ҵk3Y3kK knA>d^ PW^A[YI) uRX<SaH< [St'0;'&GfhO<@F {^TZbFBp Ѕ#j]'-{m78 /h ׅܵե0 }U-Fr<0c |Hq6;bYx ~9 N-X Pw F˲Q@_p=2Zt +CkM6H ޣ45Q0_/I&Pm3ѲlZ!-g@ =fC"@XoaADVp"МĤ$`a7iDed8iѲl. $6+9!3HC`S&;`듐@`|`@np!}OHpD$(OJܼm+\u-hvHK1GafG .ĵ e%C >^_c`C"ysB~ YqKcDPPr D(Wy%ڹ2O?@e( zz>tG`lի dQR&`1,XrP1P( )Ԁ\ bA e"@e( kR-l 뾑'ul[aMb RK(vED/HrrK l,4d9G7`u0\t]]G?zgݚ5u222pT`)`HO< _ˣ#"!^0~:|'U he&:3= Maxi`e+ΨwHSh8-2x3 x~0fi< rGVq>X3m%?Z4Ĉt9 ؖ((!7 sh st|& PcBlAiC88q:,2(Y0E۪ 8ܶ @C,Cn1 ;4rAr4Sk׮A. !V!7Ā=2` *6 q Z%,ڍ 4g! [`Av62I=i׮8u-w%2p3@ClpD?~߭@ 6k 9bN[AS gR N~~;1#5 -(MD. mdTBÁ5%j6CZO+6I&O&~ZS m[f`< P Y E#@vD&|0!R'P. -MtOꂬ @. 'ٵU xN9汋ғT߭&P`M UD---3 g`Bzyu*ܐdMʠ 8 K? WoS<Wk׮b\M `C$,2XVCfBh.A D |RKC 򝐔4'k$wC"ޝ{+ {I!ioz]-v q.,ZtiLl`Kc-6~#P3ūD!7?p9 rX0u2vcH2XMjf ze1{`IDh=0¯G\,JC %&宅:($&Wa TqIhԒQL@R0U"]L*I8$Mj}~(r`4@3 bvZr֦IIA!#g1Oƺ}  ڐ  !ڻw"`5XIoݚ!$R] @4,ϛGޣ` cٗdd>SX,^v2F Id4}Ve ^=A!eUR8ٍGDIYwQ0 ٕQQ lA֎@KwD`e-Gb`q l/ h;G( Y 6)m 6QN/IYvڵтlD=s$hPHe9E-dRhF){9r0 yy*pus=`7s.DYd@,ihP ~&ȼ|xv͚23ba PYf> //e:0PRhxс=mt .hŽ]Q F˲Q@Tk`@ܶ{׮̴t;tiֽ9%&hs CySv`CQ!E$/eq@e(Vn=Lg\Rc#CH-4Z ^G5rFk-F`I: $PL\ñ#~@e'͉m@ CNS(سk7sN8K'O)w@e_lC=# ZG* F˲Q@ȀH$TCwd#]FH`4բC;y4Zmyd\J.7bh- ` TcQX&S]+; x%| Bbna b^@9.8pp, ^ Qhl ET`׏“ 1ȁY@ BB|5<@njV F˲Q@-.%2+d|S29XA.%26KOAQhY6 Y3#"ףDl!;k v( F˲Q@,_u0c5! @Z YэhY6 H!!ZZZ@0'O&! h,}.nrG(Ѳl 1ȪnZVQ'Obq `?!ך ȦQ@ ѲlPDc zm54AꞠ<J0Z Q@e( *@Th79&$%PQ@o<lTo*G$D` Fe2u@S+CBFwM4@Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8=g F BGT4Z!x@,~ڧOJiji 뼞0\ ok!G~M9iD`iDb VN(KsG-@ v0q0kls+Ю ْE[.Bie($llw^AjH3 ؆MHJqUnA>ژ8 A= ls[^@yB<ܩϛ,VquiTX*>)|99ܽkwBR@ =;M`k2\S|yI)DRFfu]'pj` HOrd.AR $Λ@r+eD%}@Ga=p9 <&OX$޵kK!V ҋ`qva:7 `i3PWm@ wxȝIPDQ^@ ,+.hwUh Xi=7w.r 6VKY:Ș<=v:1d:R@1`fAFLO?NɰkYq t!n3kil讝;!@_Penիp7OŐ'X@,h AxT#Q@&h1A4>c2^(+UQP6u(#@f / dTM`B ^NA<(` @вsusd9(`  &Xv"d l4DF(C,v-ѓ F(C,[f-ؼ` Q@ĉZZ@Q0 . hӕzW~Q0 F@1Av񎎔Q0 2 &GZF(ChQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0  Xɓuk,7ӧO!!2ׯ]KHJ Q0 4.` ##WP,점` {@vtD$ Q0 4Z F,Ԁ4`{mt KJGc @}QN8nڵt; Ѳl&!$:7Āy!}`b4:F4Z "p5G37dddjl* F˲AZeҴ7lknn@ Zeh E %&%EGDѦm[ %Z6.2ң@ e.ABR"i6yΞn*fݻvKm FA5B@Ѥ,/ϛ9U=tZbi 2`WȌfN8;AA ef s5h݆)q "#h$ I(Z{-+F ΕaTDs2 XX:qrΧ<{ڊϣѨW&A!U8@ H+zFډTK1L)4F4zhd uA]W?Zh,ơ='N{X,9 l7QVChY6i[ .]8 ">(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @,A0\AtD'S-,X>e@ep222A!!ܑ֬Q@9Ѳl8iAȡxx(`8-F(hY6 F( F˲Q0 Fp4ZQ0  &M--ѹQ0 FO< Q0 F-'!m&1-,Fe`e'h_,sqs}hq6 F(:X ,dhm@2W77`7s҄> F(.R+0F dDإ‚x]7 H4z~و2EFFnB[chmg-FxW h9 dZe( hl "l: (4.` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( Fgi;RzN hY6ѲlP  %OhyIENDB`PK?ӧ5OEBPS/httpatomoreillycomsourcemspimages469767.png.jpgJFIFC     C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?E ~˾;~!~Z?t߉~;o|b|SukoX7`?$kxSڞ_i#yu 7|ǿoy澺~wxj0GuA^M.Z?\G˿e&D..݈V_ݿ.$_]@a3;\5W7x7Xi2h2X]bx$Q|:Hm(g'_ ~λLKY<1kO 'QUė[jڍ<~$/P?b??~8^x[_s_xl]|K, FKOs&~{N~lQEtN?'4/Y$4I#*f2J;GZ(?PK?` ;;1OEBPS/httpatomoreillycomsourcemspimages469769.pngPNG  IHDR1!H pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}tڵ'N|ڵkA HH|||Z@-@e( {׮S'N'O-, `{I'per M\QhY6 F( ` a206 X6n\d@6`-!)X 8 @e((v͚ukB:͕2X&M4뀆K$JJ4-F( S-MRPo,΀ =h4ZQ0 p`XP鄿4a"DH5 F˲Q0 Fv0޼&~)1)) FZV^R ,@eD#F-F(X~`sLSKF(pY ,@( >k&|b ѲlQ_VVR $ͱq,׀bhY6 F(@)Ȣ#" `)Fd!B%@,ѲlQ^-]JbQ0Hded ЀM`6yDLYb? F *ACP29 8Ls!.@e(L" L 922%#r|j&TO8 7RB`F%6D%2HSllYRK۶R vd ˁ$䜌Qi"1Qbd`c5K.TsuF mc0v wRZ @e(7]İJvy RPMҲ'!VJOe&Rx s , '.'>$J@1Gj{`Zv4=юEl&'j#?20:fXK5hϟ>, !+ 1x'@6hY6 ᭞A is;p 2ҭC̀Q#-# ~RfMѲlPZ=&^9[=[;h}`Dزz rhF>/|+ FF`A!-]ރ2B$ G@5B| :F{ w 'ݍӧ[4.֦f`/ ey)M-s.—‘؞z ^F̴t u)_!ܻ4c'&w@פ>҂該| FeP^R L|˦m[),k+SƼgds s1-XhD^9|9$: S=f(ZׁhY6  E6r!MCSX A" h,rK 8ۥe`xQ^dh,DV}׀K`]-~u"֝ rZ xX$Ak W , 1^K HJ x@e( i A~oʻV*JH78hנ`M$R!@A [5 GQ{4ZR0%]@CC @;A,bdgbґ\0ouK^iR2Q )ցo޶5v7_j5` F&!Ӌk1!hB&:IAI!@e! zD%( 1[/$ T@e( )"G ^-t2п@Y@n`Tc ~!e e@]@  @"h7Rh@epjysJ [= k) +vEDڅ-MU,2C0vp7p(js[h &MpuσX #@ vu?dEvi/$]]W^H[_ۼm+IK @.1HFEQ/R$ކm̀a2ȸSq2:HhBr"|DŽL:~`[NYEC Ԕ #s)ư  rz| A-8E1T{v\deೢps:h/{^A>mSb- ;(,@:1 C2] i`Rjqg@b Xk^>>c]X]W;0@4 3HR\1x ,{H /FِȓxŔWS5ĀLUm``R6(i^qJ 2w ,l ,28>k&rCq9`br n!gQZ3`u@i,JFCѱ0!6ڝ4̀%%C 2*&`HAE̛4 mi@1 xmC8À%d-ц(|8%9 ؈KLJ ,"-,NfAtNF.l ]Cb8zS 1`C1ɣ Q@]))“?3)R(?2&@Yy4+Pãr0nb[j!En1t20F-fv2u[gS˱a68~PWoΝ>΅WOd]A@@ߏu,P ~" |va%8{vdY6#|%{j0ZbR3(Od Ƴ!؆"4`%`|ȩuHz`gbw3`N+д=v#_M8kkqRh`2`^i]Sƥf02TCH 9BX8v$G`q:) 浴Ю\,B !c/0J+(@l$d LZF3u,l3n F2:l`(G o)€ř9]§\&@dƁ!V=yX"|OKF7^.0'Gl8y$Iٵk 0R7X Ĝ@*M=pp}J/AEL&k-WTdhSiaY!/ġӎ`c d8r9(^i9HZϛGd8Аi{ .]h$RXXVR ,Ψfg) 8ֵB# LKGF2,z25!7ȡMkO|![Љ d P |)h%u_z0~J=e&-y* X  kHF &kRX`.DZ eV !EdxO<(M?`RPr]TEJ̩TPF.|v ~tXSI, ͓A0J;mEK@.ЄS'N]$@ t[[ YoomfjV×ï#!"# ߣ]Jkb!wG\2t/R5D%0j;9ȯ,'ɛ@aKE![H QA<>\/>>ʋH$fIp3BET `Ƚ# C+(XL@R1d#P{TII>,k# D+ܩ )lA5X ,< ! @='rѥ`xLQqL 2Q먜}S:D. 4a"08V hX޵ 2JO` '⬬tpwA>i4uXhBNN& Ze)U`ykh}@; ȈSDk.z҄ x{'*\фK/UnѲlay-KLDძiG* F˲Q@Ȁ]G3廬;2!7b*vZkS3P!@e05»ݟG T FGa9瓘ӵAW@Sb!Q@k@Q@T7rEPH0Z[ ͐xF@'Ѳljwڕ Zu~ػz>@1GQϚ 309p_C`A h,>ׯ]>X:U) @}Q@\\X^R[Oa ƹϛ iNLvۭ4ZV2e%Lp|`Fy>UHoTT]fO<64zG| F˲Q@2f۶Br;$+1]0`ՍY8re%%{l-ٵ{]t~kChY6 oBj,7"fϓWl D$֣ؐ4Z*hЈ3fGA`xlr%YChY6 ס9:!ߴ,;;m.RSW;:9@[^A>6ϚI]&/]rk,?Z@Q0,Ψ^DAh]6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @gAkS5/1wPhY6 E(< EYv5\Wakji ׁjRk.w] v֓'O>y !d[ȅi$ׂ,e ]3ґ<NkKJaz\n\y@FSFX|{۩'A7zb(A.&t 4a"vP,Jۭ .\b>UbfaĀݻvTwG-Sp }Es[r!5@ IT>n8A= )j`{*t}˥hyRfX/^~1%F͸:4A!@-h`i$׭Y ! CȻF( `_A XrM0X 2`sU*Żz$⌞nnmj.~6V6e O2xA6z(; b90s#qr)1 8߄fH7h;}4 c@ `A eH{v4F(.\ A&LC_ hy 1`im޶03J`NJ+@K9 tN /%{Vw ,. NKغ5k!C`ƫ%,΀zM3`i,Ph]mIj<@f-T qh)ƚ5@F(%UIfZˀf3y!e%0v!Rmڶt@[Xh68`6e$4 -5wGM@ 2`^nYF Ά}C [Y, 0' `(>0o &~r&R!8^`댊AC3Xy-9 P@Ƌq=P I`@Vl71yQ8bXuy 2mQ08dg`) ɧ4Ā! ( lP!iźžx_`Zӗ@2ֻ4(2`6 Y͕lf v҄ ׯ]TSK>Y 'to@fȃPzjts؃T~ EY̽lsں۶1sѬ>>?o0 l=^,5Ĩ ?7 FMsfZ:䔁u @ ղ 2AYXKh:7 F 2Ȭ=d: XhiΓy4j.1))gRp(| Ce0nL<wyj%دlmj:]BȀ7u'E Tw<|[%|%%fN0a҄pY3@7yyC݀'5 9X ǜFzJz0?. ` L҃$` r2~5-M[!kғڎ\K,̛x (Y 4 ̴tꎅ+F䍫Xlvz0k `P%i/ dwNzACKs#h`|{ k=vCS ,.i2h;S4`NxַԮr/L[< -œIȽr oANn,cbv ^tD̲خܡO<\*M-x̕vuZW |9U &_Z8E0dJ!/ Nz 7`nD \-IH煤j UE:{NSJDth J{"0C^9 jed69PevbZmvDpUC]=v ZzQÁ?67w.@*7!n&/@x$؁! &Ӌa2@I@e0mHM#;4?~ 4X `X0+V d UF(9دv-Ą4r?lQ0 ,_1b ` E@вl2x.l ` Q@LFw97Q0 FV@ 3 48F(C,۳khlQ0t@ʲ'FOd` m@бiѰ` ]@LQ0 FPm.5` i@LA0 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(h ,xɺ5k̛ӧi׮%$%jji(Dm 0+(\@vPH0=}L ;:"X̍(D-#jf6XfMkSht!h9 t{Λ,Ȁ)[]W;&`-#8yx, ukm-,ChY6k O9 ,!(##3#`-i^SWKцؠd4D ز \R@"`(:"6mJd!2Fb\v- 4D !ݥQ@6HHJ6&OMEcw,€$ l m Y;.#M2`by fJ$訵 !,F6kF hRY2`?Z 5UR6fCm`ϮxiF<@4)ˀEFF?-( I&\rGO&,7o!6:&p Zs5kF3bz KJO&$%рvUEZцPl<@* 9f  16Z8o>d Xː@y9@4\_6}L_/̴+ hbP]W ,F|׮e4Dò StDhqFu0`] QF% h2X-[`l4j [FbCL0a҄K@`6F@.`6z&V܁$8r8)\HO_EA_GAF| @e~%ջr4h8!h9 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(h W|ڵ!T--(-ˆ-dׯ]>D Q0@e +rGFGD(x(`8-F(hY6 F( F˲Q0 FmO` @1'O(2UmnaAS[ 2gt,` e@>&iѰ`Ц]v]FFֶwĉ`: PYɓlQ@u{׮O> Z[@ ͜4ahQ0 ̛,^ - xYBR"]64`Pw D^ g%(``an*%:- 8:"rt(DG(OL0–   aP  I d; 4-FPY5-ˆGAv5`B%p@({i?/SF0ypGd}?fbRY3ŪwkS='yljKFHs Xh Xй} @X;ms:Ghë,pI'nm1`A,.222bX{/75@M!io[`M{ CnFPHfO2+b?D@W޵kϮ@7eFmD`CLf@@>ĤDT~>`tIM]-5P࿣` B@g18,,ddYom]3 h hwAah,_ =G4 2Ѳlh]6 E6mQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @{ˇ3x:Λ{ F4Z gd2Z@MaIENDB`PK?B?::1OEBPS/httpatomoreillycomsourcemspimages469771.pngPNG  IHDR1!H pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}+OHJb[ Ok=$u9h,``,Y4z8H 4a¤ E'8#~H F˲Q0 F 6l 7hY6 F(@)D#" D4mCP=@1F(v)ȖX>x-l5%hQ0 -2H,A<@@Zd[g4ZQ0 ]AUThY6 FH>}Zqffak@Q0 ;y T,p۶b-ph,d'O<22\`jfb\~AR&M۶b.yQ@>V VA&сkR ]0o>bQ0Hded ЀMȶ*LY-F  ,0uoA:U@Y 23BObR]{-FE !)H_ {v  ϛlQx ̦@ez$9 VwNv &dH1ƪji X#hY6 (dx $զ+QF V30jj` 9.@e(,&,Ȁ/`<4Q@F #h-e` n ѲlP +!" Hh@)---:~5 "r*iƀ F˲Q@n&\f-Gy FG<}lA. ph,T\:sustGgO&p5`0 /]܀}x @e( `qZ&$%m3x$KȤ9@e(@BR"dv`l&Kp5 ѲlPgr9>2\Zʐ=vI=gP @K.He9 pb _+KH Fej"~f(@Noi/:"y-S0ѲlǤzA9e҄ pJ@6|akS3P1ukP -F(A~dB;b]@4 iGЧ'$`(`I:<\ E3@/L a.MT pĤj^N`胴 V'38xd铧4ZPA~4=ʐめ+;VaH Qb7]_ׯ]jAz`b@e 3- >k&M{vF; mp^AgiQ.S@YT+ȇ\M-MkIF'O 8H:L@eR9xt? ZojA[9 lYC6- .e(iAA`ț =\Hyw6,()˴e"@eC_:%GLw!:zDpe}D^>^ @e( @6'2r`' sENm1l:9mH =ov}^xr@k2FXRyy`bRҁ#!}Xb9ulR!,jId#ЧY9T0N&.z >Ph]6 H0o3R0XR?>}Q'Xx%$%_E^g hX,+)zԉC"E/`g3-'M8U158l Fe 6(LTN(lk+ Dv'=Cd"  vHaO'而E_4 F˲Q@,V@C @ghK=/ ƀISdIHHK=ii2&'`ZѲlY]kmj%@C!p35ej^`ȥW $5` xQ]MI=Y@e( 45+1# @az2*تdOdws71 M ). }U`RO8K'O@:4ZR0H^;0|^` qUI&)ȖX,&w$̛ҁR`1n B ;-Jm!%ڪѲl CkH`+BX.QB`) 9 4RC 'BzFz@C!E!Pr8d)x:Ph2|~h2/lAzBPW/#5m4oilRW ^WjYz5TYq P<*<?d8~@#1v#-FLjɐv?!>xzaM RJpȰd@Dۀ6 2h:1Dy]N8P` uk@=b4akׁf '7$Q3x >&LJA{%r+(H[ @AFHZ91nAx|];w X`@)`{{xDu/гX}:0 xCTCZgΥQn"LL&SUH9g BNf CYM8Cn#FSkS3@@6T@~d$ٳk7lQ<7СpXN;9: F% ⌊;(,Ȁys]5k4k2 G Uӳ!6i` bH?O=WPl !?`?wtQX3 #2] Xf ͧ&`,ŀ* s.VeHBfQ0ڗ쳌3jqF`Ff| 2"_"@|d0d!'g= 2:M@%3+WȒB{4|@D<;$kH-৭P_̛,ΐǠhe%@_۽|p2/LƱ0}LcaFFɎn`fv\Hc*JAi  O2vlA7Q  1`AIa@$L08f0MF ,, dh!4BOxmTcFz7pg@yHQ0$0CJ\xqg% ** D憶 rH 2SRu}lb3hV` rK M3䂌0@JJ ~k:@ehކ4̀\'$!ߩE4Ā:Q0$030΅W,$l"w5́l~l'u*~4 r~&I:`HaݽC}ֳYmju6(`* @&,-Pj7֭Y ›I Ƴ!t篎 f&٫FiNGqԉh`J;@ LYzW>`AӸ[,hhw1&Sr(t|{հb 2&\jhhߏ b^? ?ﮣQ0 F ؀3JHS}r-4 @C,CkAhShJ|)?<"wdO<m;JbefC, 2; 6"gco|0BRМ|_d \4z)'0pȨ>*Q0$G9RIiw==KdҭZ`)p5a93$G\yQQII%!Q}'O y5Xg6 I& 2 eR*gHQ0\|!dE t!_@S= D`љHF hU#.F(d 46J(,j, fYj2ȁ5d`@ˋӄ,!x,E.ݽu&e!,pԕb`B(l@Y hRAܔ@GF(ޕ-G`s!W|٧6MʲS'NBVQ0 Tۈ t0ɶ hR]ǡ<`M#-NA!Q$v%L  :m`h)1xj/W7W*6,dσy*^>^J?6\6@Q@y;{!#"o9P4 ֛U-'MmCI &xܸvh2%9bM@ōnn{uTi1Pvh4|3%.ѲlP!_|,(R<y&y UEf#0(+h9 !p\8o>daJ.óQ)qѲl +@G`k( dҒ h,ä!FGlӌkk(rh,[Fh Һ!̼ =hy-F}:ʲDk. =sI W4Kh,շ}x*hdg ZRKKh,G1%]v@50d`e]S58MC-Fa,5&/Bmy!ҿ!y@ht( , a"L nZ HR~3t?o>k#ÁjA~ ]6(@Fa,; 1q^6pV'%xw :Ff r@e( sryI <=M  Ҡ,ɒ}`w`4Z}{|e%@u&!̴t -hY6 [?/+Se6 b r X ΞF  "-F <lzy#PFFKg; d@NݨWJm@]yт t3-Fizڴm+uXڒ%\ _R?GK[L}1#'O,j!L~@k2F:z`@"f1hdD, B^_'0"d~#Џ@dChl߄\gn I}hҍ Wv'N"vK]\GO=Z F˲Q@ X?@اObzd4 ذ"rHIG'+"ѲlP z`|b5:؂LAu]mx(7醗z@ˤ` Hd#hl@& h]6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @gAkS5SZFCoPhY6 E(< EYvڵO8ΉlC |REMv֓'O_Bd[@ni0FJT4XˀI?:"v0ٵ;3-AGL`4ۍkׁ]0o~BR RCB ~C=u$0x(p@]rA4$]\9@\tr#=}`ϻw /`htt)fL!k#`Bk|$a8ۇ7A=I>Ð4z/䈺,($򂷠\f-+ȇ5"@ CQh`iWq62P̈́-]p ^)N0XeK1`ÐwheQoQr8l}az` B/źrQgnH 1Rl҄.K>42`WX(@0-~"t ) n#7͂CBe02HnV!۶4ʲHep/΀>0FGD 2k lH)}i(l8rH0Z++-#WP]oI`OXmڶudvgM3`i,Y lA֬>k&u  b-h5@ 2DP G`^ F*E02 9,YalB|`@ #=ц`XAihlfS'N1u61d._ˁL`hZ5 b@Λ|6e (~Lj`ihv3!W XA3bJ2 @*Z`A7bȊB:D4X2HN݌FrqKl^A~tц0u @ d3H2mmjvqsIv҄ ׯ]TSK>Yõ: i403^yGbC-K@7Р(ˀ)u,0m޶udi9p0Iu;,mm 5`,/ 14к jѐq@-F!6ǣTpĉ̴t c>@,C.`8PfZ'OL/]C y䉴P&y) B0i9]KW, 51:"R@Tfϛ ;n΃hS4(t30@nq gvdC+㭐ܤhijȰN YrH;W I fݚpedfQ+dDmSh0;-y.dQ`W v/7! dۀhL D@² 2&~`D]A[[CѤ8 ]h] \HBNHJ"O Xbm `DLTqk0;Mq>֜4zDNjh_ iY N 3 A;9@2`v O`"]oaaVQq `|/2lAcR~С]6'S*BN@> _p x0u$` #um7h(+[ۜ8~?T?~HM6صs'ٔxըz hAkVa8t2$"$,I^#Ѱ` ]@LF(C]6z(`Hb Q0 F04ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( XF``'O֭Y`O>HH_v/!)QSKk4|F( hlL^ABfbn4|F( hY6P6Ӏtk׬)/)Q0$@1G:~ϻ{.`ql6( F˲N82KsC X~K1`Y人@r4:F4Z "p \ϟ>8rX HC, ?($dE6 Ѳlji5u4m 6U`2`b4pIZZZ@ DmEɓ' _fhClP`p M2`ntF !)4}|||4  F˲Q0>?`cAhY6 4.퇎 @F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѽ,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVn0/@4xB FQ0 FJ ,.h]sO^$!@e(Xmyx~9eu*L$dh` v6~m lyѲrQC ǂE% *+h`f c@9υV-< FQ0 F%k2 F%hY9 F?/ၔPL`\BCh`h`ǂE_X\ 5$GB J`|2 P@e(CsUs#j-XJѲr!<ݩ^\R2ìDdhdg zAI'@`8pd6B -+G(-.t R!@@e(%v@;Z*D)l~mYEgb/WK_RQA 4ZVQ0Z\@h> Fhg|$ h`-( -+G(-.G J FQ0 Fт0Ѳrr$ h`-( ]34 FHDsgR'NI4`na'hA 2F(9K ]ɓݻv:qk@6^!MߧLgA 4ڮ`VD[fݚ򑏏X[IH"0'+ )7%f|R"y&]EA$ѲrQ@"̛eĠ` Ts'-'$%A}-+G(K֦f`Cf  !1D]8o5k-MuѲrQ lKKI`/!) M9r@YSWKF[ FQ0 Fv0i„I&ҮD+1̛yy-4h``g^gO7UzD[^R l]=݃ @e(޵ X`IIwy]r XLL-+G(v`A lHN5su&-a lfVHy h`Ȁ/^}v $KW,$1ӧOB38$` c5u£^Kmݐ %xm[%K +a~T @ Ip!X \{_{IBIHrϛ7s `4a$vve`S`q@1kηƖ/_99 F` =,.Y XyS-pv_`g84! kJy`4ZVQ0TkN`LlnDv5`I$-#3HX|X7,,(a,( MѲr! %&ĬBd $-O<:Xoڶ2!jkN@L| |0Ẹ{v:WFFr [n͚'NBvPQ1c'$J|Y3 i@LLXDC$ ` &++46A׮^r}< ysFGkV 4Zϟ1*O?!;`byΝU~m|o9ס#T FەQ$[`k< lNyV$P%\( #Fʠ5hd%|L|l $Λ?"YG|5<`$G# L0+f$t3 )# J ѲrP 5k!\qF%\ٞ]*mR#=֦fH)ZA%8i rȉD FQ@"`~ L&b ި!ҡ$d +CD)6 G Q]9ÍhY9 Ӵ!\H*`ILS7$lv]=:玧Q9tx:7-h`BvA"?N! D@0@4>vH`Íֵjh/i FQ@RlASa['OA!ܝgmH/##3% # `:-+G@("-C6-!nH[Fz"JLJH`Ap탏5:< IIО9-I.ѧѲrP `W8I` lH'%HRŋ_O{ך: F4*({(FK!~l@`] IȴhC+O?'J޹3!%Q .42@Y& o].\JQ裓'N!h u61ڐOKSss"_Y,  e߻wIweՠ%|.^b#WhY9 ! CQ, ,G+Qx;CNsE$D2 "Xqj7|҄t=-+G]3IW[@Qb gNAe|,"qu^~&/]oЬ6-!%)T6HmLo] p~% g{hY9 `!l o6-O8AE|4L:Run$4C[v%6=lE2}Zd!Ző{l-+GEyd#P7c4?:Iy/!)c[**<hݢ4PjX)\ G1 =&j-@Rr򄉐2Ku]q̴t: KW,'49u$L[%f^Ah\S0p#$%#t4ZV  !!$5U5mDA@'7EH:Xn!1I7$)l?ە ŒX/i@Ŀ"s`} F8qBX8r>$/0?4/DDF lrhC qqН__2flUUzL`2 4y.rJŞ8@+Gik K1`YCx`Iz N^Be.LKvɁ}sȡ )*/e߂E!s5 I`RQDd1ԇ2 DhrVP G g3-V &(`r.)1e6-{!E|Ziy> h+!pHLJeXTZZZ=":`Go`A 9Ngb/GBXje X}/ ~2 Z@e35j,f isUKL@q.;=9o FQ@[:'&h4 ;d -MRw8s Ŀu#gHXA@ڀnmj@-&$ h*+C=!z"+rh (xATxh8W֬^=?o\}>W M(TQC>}ނv r|JJj$y/:@ d>}Wn׎ p-{v8LEAmWBBI]GffNJhh@_wBFB ReKX@)%xˁR@-M̓O ta&vЀG(y 'Ƴ ҥ\IIq & J*Vz =hJyY" Tr54ٜ`c $?D8r>|0&M0KG`,}>G\r[.G- $-(:GBy%`-(?'C,% IM'Pv2,% !$^\Nz; F4$?zVz߹̷r)Gb< 0whdKd %eR;7*f=\tL;|. "o%2< 5#{زOiTB?tFvA!!nj֣ _;vB,Lً A%mC`RPZJ`7pj皵V0C=$~B Wkf򄉐[ׂ句OI܀KHq  ƣ ɟkA!$4-7%bCiMaA iTOL@5u&Р n0`[X-MFzõ}m`1GycR\G-2dDgb%]l.k-Gb<_\pRPB)@9T$0 blf~NN'FY^.rqHFjy?~xb?XC]&Hٝ D@А(6ޡJ!>~Ay"<] t3A>'?kWh!IF%Dc]5OfZ:!9iD^TlHB6cH>q -9)LF\w o0A6#=G vIjL0Q[,!#nn{vË3 LCK"T]2 [k?o5N`|`9uP/< F I^.^>Vrs8Ub2PhɶkN`Wv}aGh|ᠬm8r_@BJ@ ;o!ΛO(@ )(D\W:آlg.e'}mHBCF(1AN܋734J$dp0($xx~68CtϮX6i_ zH7P]W{ |ٷ{GҖ*M"{ snχmnf̴tH)[OFRV,]*Vm%PD^=,ϊF-qa2 ,X$pp/\g)t @ v%rA^DyYY4WN@03`yT]fuKXJ뢐 JȺ5k -(!"ï"F=0+]R{m2 jo^VBV2Avaud|I(+9ĉN$iIAΉ;D?`qy -J>\jy҄ heSr 4gVH  bV`ZZZakMY\ XO0I_oeVUF)_E$[v`s"`YIƁkY , ӓ,X?Szau0'Oid2/|$ 6JJUp;Q ݻvO0r{0Γvw %<`șĤOq @ t[k$'**<|{%d!!2|dǏ>^&tQhA *``Ңկ휀$㒴Ǫ5h+X}x EL'\@Ѽ&):R`AC.zh*NEyYfZ+fR30Omt:0 I~dsZc#iaQh5$%D۲<V' Lj:h2|*n(nͻv]{jtg;Ti:M] ;x6y*V^~_kA%)ҧ Q@Ѳ-'Sk#J%`"cx69FF?%@̴t^ћF(|yV |x-&s(+rj:1SX^̪OZm h#wm:"x0 hUVN02?ZPQ @\F? J=0B¢%D\ہ-.&e%ty[ɩ-7A%c[\MJ-k5nW(h֤CA^mnaAΐ<okVhiW\MukRw(G)R``Ӈf/1g]v }];F%@QG(! =`naNM J&6<3 sL XF(8[ [ &rC23-}4h~^Kӂ6F!G4:~ ^\#1lshGk HYJT>0 x؇bǥ)A$)A FQ@) dz]֬,'&}e%_Iӂ 3=V[k,e(xj@iA@@e(VҐks GgҴN5xfh 7$GAAR埸UT4ZV|r`^ۀِKF2`V!0! hwN8,"![֐d<ׂc8@pqyO>Džӿ! +IG PQP%5S\ HcSGj-+G}n$%C$FV ]x#ǀd^d(IRѲrf XL T!>1($x@֞]E-+{G rIB FQ@VSVBBxJMސDXa?b@8iDMK`vIH룵͕&,! ! <-F FQ@$$%wBsS.`,"%$2?oe#hY9 jZN5;3-}T/+!9xfQGhDF`2:"XnRy֐6܂BBU XPZZJb4++it 4ZVb ,8! ),mCڝ l۞Q0D@ 5Cum$92n1#X|ɂyE' 62 F oY X"tt_?ni65J`٘Q0l#p @ ҲXus R\I =kH ޵ RhB:Z c.+_W*+m4r*=P`7hy#p\f < r5Z\> {@UV.]JK^\|d"! 1]G\VJ W kji =!8,/)m䉓ȃyp^;3K Y\"[A!C ;|F@.0 @3D50}L`sXR,5F,7X0oߨ|;6؏4ZV %%Mˁ&!s4 os: j;JX[%փz"yM&Z).G*D' _w;xbhP34S3M).yGdq z#W5uң#|k gn&@ |Y9$bN:9z?/s"GB)@WQ0 oaY~Rv` Gli¿/x$!Nő`*ʐ L Σa 7nCe[G0wkHT4i?W{Hk`Z]O<(,B@&`nkOѐ}/ߵ&ӀYӝ3'`%tY @lWlZSb,(CF+]NV`V( 26&>r"P"QVZ+fAbh0h8e%0\XJp b4h+׃JofNq٢dbP0h.U3hK "`fZQ~0LE9>MZ2v$׸ĂٜZ]@JI`BlYckUQҠF%Xq?{h0<C ,j| /I`|/ nm #!X:!>w[HM FPtʁ@G30Q7@F@̃皁)8|BS..hifYBh;wV aLGg̜v>1@,Bf6& I> u{iBC,0L5>| Xn ;w߫4 F(q`] lQ`Q TV{(``Ad(`@L5>sQ0 (jjm=`Q ߻ehQ0 F(wM`Q@9sG(0ѲrQ0 -+G(0ѲrQ0 -+G(0ѲrQ0 -+G(0ѲrQ0 -+G(0ѲrQ0 -+G(0ѲrQ0 -+G(0ѲrQ0 -+G(0ѲrQ0 -+G(0ѲrQ0 -+G(0ѲrQ0 -+G(0ѲrQ0 -+G(0ѲrQ0 -+G(.\d1ѲrQ0 -+G(0ѲrQ0 -+G(0ѲrQ0 -+G(0ѲrQ0 -+G(0ѲrQ0 b &L@YXXhji( hrA^A|4a" ,([}?}48` @e-V$E}ڵ֦w'FcgѲr ɓrI;iݻv(@@㕃@zZ1d lH[v5hQ4ZV:}ӳt ͇4fCBBGKQ0 @+@{j%}`h~Y iׯ] YRy^Ax23-}KW,Q5ڐϣ0@QnGSKs%jji44HOb8!yq]6 ەi\`n4)hcbjH޵ V4G 0^Fa~YVPgѬH!JX8H`A ,.-ּȲQ0xdmhP Z@46QnA,M HZ I`lHѰ`ݚ2AM֢'$%yF×p \޵2 ,2jkH:ϟ>>kh>U#0ҁ4ڶ ?)}57:"i7m:`d-l@ڤ !|>y҆kYޙ#!#1~H hX\G[2<d%]8o>A=:"9lUdUY~`:%rC6$G'R\A D`%&% D};| ).zGd@kHY|RhCrh`ܵ65C Jj 4D=&enAhI!LmӮ! ;y⤹hGv6-( --R` l K~"yC-#`fʣSs(%'M$ C 11yD`] YGF!M-3-MT,bdzBRhSٵ-`&$%?<~ A@,1HBζOPq 0oKE=ila~=R^R&(M2=*bnaGc4}A9ZDi@v~nq҂ ։C Sw01l hh!:{5i X$׭Yv͚X[]@Tʾ2`X'|NNk@D'O1"i/_k}S`XPBp@{K}@=)f6YmY.v~*|خ5lC}ŋ,#1~l @?]Q 9Z5kh6A]_Foh JזDD`@֑C XD 3638$$($خ$FľR%." l+`:oEJӢMi`0qdH[`t( FQ02 Dpi(h팂Q08@`$ Q@*Ѳr < ~g4z7(`4ZVQ0 Fa@e(`4ZVQ0 Fa@e(`4ZVQ0 Fa@e(`4ZVQ0 Fa@e(`4ZVQ0 Fa@e(`4ZVQ0 Fa@gg g8`PhY9,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV^^>>- R=՞ ;zW777W I-WhY6 F( nڵk#3 ss `H_vĉS'NBA!!!Iě hY6 F( 4a"a,}(oRAwnfnA>%%@e`J1`*!)1!)c !m=`V]WK4ZQ0 p6yhTa-рVhII@e({sX=YWkg$R-F(`҄ ~%(bTj$v`q,Ԉ@e(c-#62ҁ\`aB-F(P,;#"]<`,Dcj ѲlQRv 2i$` F#l (` 2`1H 2Jڥ+ 2`b-F( C 2?od .@e(Y3b fjjiپ@e`h{׮̴tW77`y1{6@Ɓ#ήhY6 |ݚ9x1|ppk׮A LA!R@hӶxlEGDS1e(Ǐ++xzA?~@W u l _V\2h d CTts1htl5$]v Vf$O8lk׮,K JLJ"~mM-&b)@e")I=dlv 4QEy}(?/ј ֦f܂Zh,` >Y@)1\\2`OFd_>$P{p0k`A60{gOn/&ey5W#!2Fhżs!cv@TV\2F !ǏCY FeRi iNLFθ~/ZlXu]K!k,G#5jK84њf4Z*$,`4c`/sa5Z 7AvXb#iyj0 ͇dop-FZ5j|,J-'NP=b@3,H:jĂݻvAFʆz  @e(@  d},Lmn!7Ā+(" BiԠ P \-FՊ3`9X@Vc5` BMFzh a' u0ІA `phQ@,Ȁ d C` 1`CltL BՖgy `zѲlPm2V4ll-7Rr#h9:.` sB F˲Q@5c6qNF vvNGbW I^H|I`Y@d u$颎6Ĩ -\#=Z<޼۶aך7Y Gh9N0|ف#jG 2׮I/SQP'|B4aj XF-`^dhY6 !L" ~?&" E Ydx_O8 TWYLEOIHC@iٵY r,/HX:1gRJZ%@O@EĄ۲<) j,z'Oh]6 d h0kA6f%ao(QXC$`dMmOc!K!%&P…t8| B R$H4Z`ɂ\@VR }E'0#P΀ di.-M-M! 2T.FR PcJ{sԉ9)^` 63v\\uHCD0U>, 5^>^ XBWhY6 /2ײKbΐvs\ F#lGHG uNs&h6YBRNu`ǍKq`uݚ@dW|R"HBn~lQ qr`qIyA_[+Se2`)J\j7ĀZ=HVmobzsbg+R;`Gc&1IS>W!?r0yy4lj@3` 4U; dY} 1j⍂Q@yqٙԬɑZU8z!R'Je!, QبnC 2[=$Rzc7KG /κӚ@ta2*Z2 ~[ yK؀ XB~hȔeh!mנ._lRf?/o6` )٬; F0B:ҀdO ?L^:`$F=@ XYtIv=v#lp 6n,))zc=d+' @vP=F#Wi?ibT5 F>+00@ѻ,ٽkǟRU`AB=efei"}frdHz`^Jiw0ݻvO0ZS'NB" j# @-fO{D XC>M+!m +48v (Hy-Mh uMXCV--bzuȢ &A> >&vnH !G wwQW+IHHN)Ks/%};A+ڸ`)ܦ;k3 ŃnkꟲlNi+/{UyV@^5i\MQ/#gY%D{W~FGPxڮ;!F[YS!7An#>hoOJ/eTE-$6UYR=~R}CF r1q]q Y$@p$on hR7: F ^hD0d~^0X&eM:~ 0@Vl BA| ):@L4r$]Q@$8mÓi6xlVтlf] Å.nd@L4rQ0\d7m4hh E Mg'N8@_э/#No҇'Jȁ(w (mO<>@bLd`))7eNCGEGDdZ1 'M'yJ;@e`h5!F>kh1 (hY6 Kp䚨ĤD:4Ĩ҂}=v"YԌyZ0q%OHSw4ZONl#y$bi\ϕK{(4Zea!3WA_0o>bhnx#ܼW0g[l@e( .,D4`Mj׀4ĐB𑄣qxWҘjhY6 `1 >--UChY6 M"[1,:,34!GG=Q@W,hs$&%Q}@j8:9B@FGt8a B@Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8=g _B5uO-Frh8Ah,#1GZF'O yDS`8CǓ'NwHy>$\@As T3z(: %v孢8<`I&@.+Av |7 KJ5SFz۳k7i@.0> k$P r(T42`~ cDϞ<|v  S;=9XCX[g  ,_ !E IxLHJ9xd>A@ =LtVs,i,^|0t32 t<#1lц`niUQehȂyhZ?}xw!~1U!`fHOAf#QY lB:/ }*$h2x6f~dgV@+>{yh%0=ŶOP w%20H-VB`6-bu&]bOm0_Y^?Ǐ͝komʊKN?@Ǐ *͆z@7_zhF HO,C|ΝDG@C{lVxZ"{|`@Pц]B ;@ ɲ jج FFy/0Ly<25!VѺ/ȀEе!6H 1я۰8 B!CTkHlڶ!|dHAIa|gCX0 $w3֣g<2Ɏj.,0 &!s[\L,&'`j )3`\jՍnWV.@!2!E'8  UY3  1#.0KEAIVh)_[꺙/@v`ib.XzAi tVդM341!tL.y 0c \D:D]` X#ht?f<7Cy>T`Hb@[x,0Ю?q8Н4]N%@@mC.G  XZdׯ]sشnS}9Q@k75C.G cflQ0 e G Q0 FP;O((`h rA;tQ0 j[j48F(CDKG(CdchlQ0@1Av{^ 1 F( k2F7yQ0 4 ` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @,A0`5{v޽kLPHkׁ.n!!3 F F˲2 Ted "ׯ]qzu]hQ@$>ZZp},Ill#"̛? `HcFl %&% HClݚk׬edd:{]Fc @e٠kM01!)1eR`p'O0BC h>y2i„ϟ>Xft(M{Xu]- Q0@Q,Ɋ 1`y.VfݻvK1hCl @j[棡K.HLJZ]ܨJ4Ā8hCl0kzXy h.c^9 (i=/Js !," qAN8 TdF2r@Ѥ]$3ԓ*% 1xC,($d4 6'N.IY ,ˀgt#=A`5k6?g4(D ['O8ZSl7Bg҄ k׀-)` >@vC gILJOJm F0hR`$/C(tr8‚ 1`l%C 2` 4}Ѡ2`.I&jji6x0|(4 ցK1 c!6?o0f @p?zF`]" HBb !W3> @Ѱ,YtDdfZ:9  %@k˯Dw`҄ GQ1ta`qԼgn`3>̴tq0 F(@ʓΞnX@в XM5hqtDhq6 &MAKJQWOZVh%~횟rQ@OL{y鉌:t-Mk#t P톷ϛ7+eY~PHhP u{.nK =LnnKW,imji9gyߛzFC~`̴t!lA@aُyVH 5CGFI'd@p-€}8`X;pf @87! 5֭Y ths ֮Y;ix 51Ѡr@FFXb y XK !&z:!-M@v xqBeGcp`7> "`*kȵ,"HF| )m h m%zl(ѲldH[}"zOF'F F˲Q0]3 (4Z /%7 F&Ѳl x(%`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F( F#hY6,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}se@hЏQ0 F@ͣ` [`9<X hsbR&h< F(R`lgҖ׮[XL5 FQ0 F0rkS3d" " &MX:h"uh< F(X^fi7A'`B-G(׮KC`8HT]WKP=@ͣ`\. '41U@1F(`p )KW,k׬4a~4Z4Q0 h%r`X[[XL}hh` +lK=`LjbfjjiO4:< F(>`]if;?}`c d8r-Gk]Ok&0}h@g d_/o ^b9HF`ݚ@"=#hԎ! RCv\ܳk7UBҖڕW^F=cDgg/I FQ0&LLKq&V&Rx,!K-aY.#kجS1qt4:1 to>3 &$%*˙pY3G N8^<<c c4jC@&O]Xl[r:0xvR`s`D`3yC` OJMeFzt_ ؑM۶!azyC.CQ0B`c;<`+ܥ4Z = h 3TL* @L!jr,1izZuѢyf2̴t68C \F ,Ѯ4a" -pٓq@@N@JFJhtyf5k!!H3\>p1>wgPDH^"C*xB hH*HKg`Si>y@Q00zy3!$G3m[tZ^R d,R Ȑ8dc}:Ml`,C tU7 iXh< ?ܯOPv.9th+iU 9 9hjiK^H=<6y d F4Fl;ND;OM*h>-v:r`oh]70Fn5JHȀCC34jC =dH"ϡ `>3-4aUBϟ>1rB6RLh< LKy򄉐";E|0Pۀ-`Y܄yM2yݚ@G.7?!) uG<Pʘk65d 42@Q0 ,ك.vy+0Oȹw 䒤r] 5Z^ZD1AHQe5@G`%d,j07O`@බXAJ@V3t 3$! ^v48(w0@*Ghy j{׮RU'h= t'V[#"GKdV0F"r#ȗ[ĘI FQ01 m[GTYPufZ M- p(i \@Cf8 9f3D @ͣ`R`JR#ps>k&dEhJ ` ^JFDYH !!McH [v @E(`5dW?b[31) Q| xOK0!X% -h~mE܆w5:" 'jѢy R0yDO#z lh l4ekS 2ҁm[MrZ3(i"0f !/d'|2 T 4&_[4Bc F*vnmP/ &Q[.00!&@BІ5* h`+-# U@. )!tx( lRJAhh@A O`q,PdFC@&nE* ,.!U ,^RN V@VټTG[.h XLQ4dq'%\Ic X.gto@  ` >5`WV\2 #5چ$-kVVW鵫W?~ d8@zO?TF-@0!$ys4:<V* FzxzF&Lj85>9+00 IM`!D]xa\5"!c@vxx Fb} @)EM]LQ0D# 2bS\f[R}[VFF2@EVckdVz>Q~Q=n ĕ/y3&B醗ˤj4>hh*]ZM`A`l]z2bG( K42.ҙa@H IId o- HHJdE*Kn&C[~(D͠<~KgQ e`,^ ]`@EZ@6Mf/CVCNg:w"-1 `}wp.!!29h5H hhrdA;bڅCf7d<GnWGAҡ${T r!y3$q eHohhl&2x؏iىG(C^b\:0w@R 1@@E3dd |&ڭLvh伂£`Z{+!c#Ĕ2%z0эCwf4ysx؅CF {RBBFQ00S$&%Av]P< 7P~ \f:hhz̴t- h50%ukBJ;($xQ0@nA>nr`$DS:C <\f7yI#4:1ښ`p3(UJ"ɓ&L06v`);慜LQ9=#(T`E ) @A ,.[>yLkr]!lݻvnȕ A 6! Gɣ`{o)r[5*HF-| =H`0 SS'N_4/72ARX\9|UvbAf_@G1 ]!B8bIa `ҝq* ^ a>f"P J46)+xz]zu44p`M 0@(76@֬^=bHGG 9?~$Ɯb22;@ c*tt(~=Un) =]f-q W7d#hh8 &FN`Pw< R: oß[pguf)"@tcd!c\^:$%{h\bpӚ&fuy!T- =ݣ( 30)eoLRR'aH;%@[^ @E3݊ҎQ@z5]\휢:سk7dE9yhh6D`i#ΐ={:Sr#@NdTQ0 n!5=N jœlhhv~9@a:Y i)1YAI 6 F7j zQ@9X8o'%ιKG ?!$OjjiQ2@E38HM]-LLJOJM"G+ODS%hhd̴ ͇7Biht]<"Z,UѢy &ML^2hLlE>)E';x[1>}||M+O<8Uh< gwRkPRܰM`PnY xv3˳E@y @E(XhfrpHHBR"(9a` J"|>i4u@ Trjj1 YH'uTmR`_h6 QH3 \:*r^AֱZYFF[`//)LKߴm+Ze[pu!!<MH0@.BƯZP~*dy!f3FǚG6`#"1dr2Z` 6.a|`g߼"ȶl _u bKS3 i4=4@9 )|kLa&BμBBF KZ$&%͟7r'1e!10d`)?HF&M0Iq4@@< !l\f20gn$Zf4RS2l1} ٿ ePeihiҨ,ڃ\!GQ2,JFـM$Ȩ"@oT"lS.ThpZ31) !IX"Q h fX($6r@Vf ;iDd+u@ Xjhdyyn ֝,Gjs+($ сYꮖc#O(͓&Lg|.[h`zz1O<<[FH bY|E̡8CnRA|+(@62Z54{'N;@ ܂%OT4kEIml4(h. /3B%'L6FO8"T4Cڀ AFۙBۘ0<o X4 ,G;T4dfVb ƄI&G( %2`}ڵ?Erx[N ۟0_EۜU"`tgO90 3~ te lkZii""/~gsrF;XG( gHf6 T4ӂOFl8@@wt)(ΧN\fhޡ~^rX(8r[l!iqmnA>rbC厂Q0 @ @Ѽ U|78 * ׯ]HuBV}.|,&]NG6 ڶ!2ݴm+U Sȭ4݀9kf\l9MlϮݣAA6 'A`D5Q hU4Co@FQ0 F| %cG8 Z f`LB0 D||`܌p`2@d@H=`M=v񍮛T!!O&ׯ]O<e@ HȀ~`"C:G !FGSKs4p^M0AEA t אHyyE BȍBͣ`$K.̠6I&BE.ng A[%A[6CB>y  -M0l ֣n!fZ7 J`XPB.̥p|7!) v 7sԽ<ls@1(lPCu- U=@Ɲ̛tPnӆyaBj ?@,A0Xf)) = K&A` =!)nijvMfa)G/T4Z4=YaY?l)2 Tx}|R"hR4CK E@YR&5"/\06iPhyiKdZZZZT ȩLhhfI6W"xk:@`PC6IR8(ɐv &${hhӀ0W:Ufj``ՆOvtCDr )% 7@%`ԏC6h@t"CM"r KCwXt>}^z},k8mul& e@., Ff:`fI& -L6FNaVEUՒT M4*rh Ff`tr:BC96 -e<\"Ƀpu d{phLX(fz#g䔤<|uDCrE&Q hh+9 v 6XiRizhL6Eymw̴t#~O hhҹyϮy],2[` ,:~H􋁡=<nw`3Lޟix q32q: 6h&ryHm5+(-X` Ti>]YL܈y0KHƼ(B fY;~:$dddFʓhhH^S\DsI񙪇l`5m҄908vqsr FA9Zrou*ZA l~R !ZRkG,̩h>d:yH X&8rx4a]0wXp5u+jh@j@dwȥ(3;Nh<  giЍ_% [0XVn޶2"V@6%BfѭC@Fn$@кĔMO01 Q@XfF(@hQ0 F ;ѢyQ0 PdDw<].Dhh`8yѢyQ0 r`8. FG(Z.GGDɥ+m5Q0 F@ =hyQ0X>}-G(#yy\F/B`-'M="`Q0 Mf JHJ`T4[H&eQ0 Fm56G(`bӓ'O44GbQ0   FwQ0 F4z(` :@E(` :@E(` :@E(` :@E(` :@E(` :@E(` :@E(` :@E(` :@E(` :@E(` :@E(` :@E(` :@E(` :@E(` :@E(` :@E(` :@E(` :@E(` :@,A05kN8>>>M-׮ɠ`0m5DR]W{ĉO>L5SZFXd(h ͇q( h< @X8JttӹnZHYFFX.Q02@#Zy6@]d 9LȽ1` XCe@pIgOuk%2+dhTv@Br(8NHJQ)#".n+ hX4Y3QD= Y NVhu ˟>}Ѫr@ݨ +7]~d`q WMf2d[ZFf`҄ ?`~LD@4?CR:fr:`y4 rfZ:P`J?t%+"!&mѸ z @@֦f*Q00qFuflәG10/CRɵyr wsaȴ>0Rh4"x sSBTGyH)Eujj>zƠ&Lr?($x49(m& )4y'N"="u'yBBJ`<$vpg̈́zdoFF;JLJ-G(dttb( F[ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@(L0a҄CŵwQ0$@ͣ `@4S`-GUAߺg-G4:< F(h< F(h< F(h< F(h< F(zhXQ0 FAp5Z@LZZ@Ƶ!> F('0E081sQ0 ݻvALZ[@Dp`<`Ϯ|||t(T4揆(`O<CB`@fek׬: F(@yI)OJ]]y2:v7 H*KJ2=sB j肍Q00kQ]qF0F* /9@Ϛ t7AGy`ݚ5@DO'M8m,sus0/@a9CM۶Illh z} 'O Q@yK^ٝ=*-'222@ @l ]= F2x:Uɽu5uĤU)Q0 2% , jM@ỀjwڵgѹQ0 F81)o@љQcaoԆ̛((KQ0@^: h?,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV Fp4G( U0 `Ğ,BEMc k^,}M3c˺r$AaEFpifv .\je"M_5&+<[ve`nSZjGvvhرcG(C߿l@1*6 BG+tId1p6X%0k3` @/JzRD+Zǖ< pLA0J) LOBđ5QzG؅%!!Ih&@TBFB,+ȊZc0 ʲvdFS1W5`o[uyWǟEm[s&z F`>sLiic{pڵf ' v5 @6 6^[M]-n͚CdR@/]"_/o`@~أ@ v aTCa5@d~Ĝ.Քɂ%CBv 5_ C&>3Rms։q4Y!M l 'Mӭgu6nز2`!iZQKh'`Ƞ R]zuxXE}VKxz[.aHDJ!̵9 ;tLLJ !u,XcLKH Ra XR_a҃Ydԃ1jȬz6hJ)0LPSR5nBV8YI`;vy]Qnt!dH0)?$mXmΫ5tЅ,,,-a`ˋ./]7t+0 zh,0~-#+ m]B~qwvCdA+};}@@)բe'L FFG))+?q2쁩Ruv% <}m߇!"\%D\/B6LLwA@TxD…sBDʊKv G|<&EMi.H@fF sW+|zh>4 6mZ}9Sk (؄&8:GH@<5bNC2? G!Y-*z4cğÁtLN&Щh.Mpԛ 0Cp xffC?o**BCL';vW!)aηHUՂ-,.o;R - q%`{^A;w.@͖'YxhdKSsBRɻw0 5H =Ȁ 46̜lx&OIJMicQGPW,Ь MLED %fh+jtH#Lp5d8'ot~!@c#@LJ%%Bׄ+pg:(mbKVL QR B삷c3ҁZBRRkG;ŬМWuh͛6=YޅO>֬fCCÚڨh &A* 2Oh4lت{>,VldC6W!آڵ'FVj90:?6n2lmIN e[v=~9kt>N)2@PKF#b!J`FC? "5ݗIz`Q61%DB},"> ݈; d-O|1*_lܳR[i#MLO] pbS66pȰb)+ F& |=lEEE)q1OsІ+Uq/ h#t̳BB[uf?hۿKM̐>7]\sqZP@p˱6'o'qPwj`Q0|BQ@^+ H[JƕnT_3ed9 DɂQ@ @ٹ@8ėT-M&S%DW1ry]]L!*j6|#t|j 0ipҴkSR`T J$n~*ݾ^e/[5?~ 8x-;ܴ6"^UxCG!Bx@ȋ7rΣ>dH̻$ҷd޴n_k>E}mmQ0[Dd! n̑*c"r#o&ߘǺoKۼ1vY A;JNN|?sp&1}%*3ǵyYUTك8xz[d\:8@Vb`.@\MEǺϑOXźFym SXg <Ƣ-YTXFƊ!]@Q0 s0P!tJ2P6bssEQ"[d-XL9y@i<=ǘݥ{ GH̶Lxsy9^ hO!Q{S3SEH'DOO.6i>?8%>WYUyh> FpaQ0|@ aA(#9ADs&%m_bDJ U@ĘL$] ^pF\T4Az&aO`nY-׌7m#ŵhE<-y\7}{mQ0[D̬ ysgMƥ9 К}$3Jaxޛ*#M'! l4ށ!_!YD5u{˚^Hgm0 uR@Zq:cictG#]ZZeB v.;OPuRlBJz_#s_^W4)QcdgoIh> Fpn Qan%":K:Xzf%FRRUըyR7&d85w )>OtQg\RJ.Rɵ@vC?M6j dyw=69˞;dz` BêυafE6΅G!RnwkCJ >N4x\;8ROx]v|b9t|: HMNNb *;}<ϝK ~LC]=[mЮZ4 )Eţ`)@S3#H ~|rϟe˗WTU~2/ TY<96 7 2e Fy>(q O>eo޴ {ϞϞa6J"O %b.䄻moC>ԉyȑfB@} lzyWVT"WEL/nU}1IjW3$FR_[:' ꏴa>F\Xgȭ@XM`^= >}B 9$pӪUC,78;B>("} yxkv: CQW߉:Lb^}>`P&6 cIYR=[{喙mx'dB2!BNeq#p 3Ne/<Ϲ((:! S%IB "HKT}8D wfs鬖|qm߶QeVjCbqo  *WA(K+L(W7QA]a[%0DhϮ&x)|R%hJ6,!Ȧ[wvm㹸99 MvNCe A|>95KyGBsNy@[i7'.{<6xF0W7@x{g1;Oφ!8~C@I QBT'!)9f"|e “4p_ g#703^[G0_pWFh u3/6/刦&ҵ8XǷ kpA\k1Kb =JQ@tK+> &@th9 F!k` V:@A nxv pqL4^@]: 4729̯ʳ4JH۴B!m6e,T&|vKfpJon_8) ]O>?m.-Q]ocUmqHlLȐ-DAqb ə5K˜AHԦqHr4,x|"2MS DQMDJpic8Z ^@)|7QϮgڦic(1((H#2s|[V^*_You*v,Nav+dAv{jV\I^֯ 6Nv7ij"TUEa4ibc)~~a8 <S7h]=]k{)țsϗW$;:PBi @)$!l iCH.7IM Άh8b#-p {$i8$iba]ȆRC ;HעE]BdEytFk]h O Cq?hP ~nx@?39ĄuUd#bH3X%~y<<&ih'L9!j2`;X d-hs{(z +/ -4u$K#yEć3 c"vO $96/n<$u@\CķF(]Ys+nWgR2d ITEOM`WhȯGH |^:5~yҥyyy݅\?#[)!cx8vHU䃰LOJхՃ)PLnFvz$X0|\]]s?i5I..B1 шTdMGb ?'sbɘ=$X\u,[وPc"`jcMvb">^|E'''`?^|9000!!ݻwd0sT$<!c!`nnn===rϟ?IMM%& +JLqW1Z煊!cq+GB0303sSc`v`ÞgbQd6s 8񧱎 D6`2 [ (|'߾}kbba @ׯ700 =rl~JJcMJv`#/Z`҉ I@@IvF'0AtAЏ/Iƈb w AEY ZZ uk-7Bf9yhTgӖ0 o,-`+$e1EBksvQgiyJF|ՔURj?ipK);!4 ݕ{3_7羞. t]Pxn 6'N~#c,\sW^}bhNt3d ՘6aΝ;9y3w\:s³*q(H:6u``bw4Ʉ ?ߋ\eY@Q~!fffHV@B} Mt/xhKS`z`XSe> %g!ᝨtkV!'- B-+H}7[]3̰*NLz-}?s=.0F1F KusiaoxHZӛ0ڼ&IRTM( ¤_:j^(gA㋣1he=y6F"!sj[ 3qܶ-ju mE $X&YKRHPh[3LM S2%Ԧ#QE e")Xp8Hs؋VH|v&mYM<_= WYUU1178z!>__oǧӫ?P*ϱn j/,,&S~~~3:*!+8 OA.P/ܩx h&t-dއzfc`YDc c(fDaVpK_/CLT]v}v]]]eff&&39;~8''o߀.2`></,<܁s2 X໣ lEZ/S?0LYZEuZ-j :k˧rXϑgiS}zxlNBn9&m۱SSS-!`'Okdd>+++0bu0C)0+˗@----Bj `Ɔx60S7"v8 04gaFSڙ r0r8 7Sxvh%Dio;v]ͷ, Xe4I)bgLęu :; WRP('u-mH,2Ai-~D0j \P e%  ~, K0eů]6:BFƪU;nԩS-[@T`001,Y$%%XRC'5AB7"Lxޢ0_$4D0i|c(Eh'm~'ubuC#t9卯\{T1E99F$Qyh\f%Jm~lna-(T՛ek*amBû֭5ܰc p\(Shu.V}ZRJ`h{ǧ[13]`Mii0$6p0[D lƏ6 D^n`=qDMG`@ ~pʕT2܃LߧxZH9A +K8%7S_xIk~k ə, w.kJk4g}p4z#{=LIچ :0"Į\ $h9?MoM躬;t}!u/iv֓7|}-l:KfZf[kJ)x 1^ [k?@fNBVk .. K2!#F:{\a5908-@.K,!p"/`hh `LG@` ,G㐛 6>6wvXm>z(22v؁vڞ/_Qc/ a%sl$ ^rPi$7:̙)qde@qȱ6@GSuw;w }x8@vw߿9jx>Dadگ_bbbVXAvÍ: or@DCv,[w]tq [$ EXO.3μy{_(z *DedӒd6- tJi 'Gr uBSd+k-[*&D8sD(W*x(U@qq45*1XNwh!d́N4A`^CွwJOv`=FuSuI#xsrڏH.J)>#l2 7 -D0k;<)'!=CXwӧO'ذDk*3ytDdKS3hY'igEË`ZPPhm@!Ł=*K *`s#v9t0p!K KlH)z]/u0? N[䉓 R8,ubϢ2,,,BBBQhZX= i}] 0 ]ܩa:At*}PAh M\Qz:$(XkaQ6(0ιz#08k!k ;KAރt{ NU餴F8T)ak_hVF ) ckOm%kTJ-]']DI 9caۃ JlR0zdS(COҫvw9 }`jPPho&_/4bqKMӄqs7GW1q4ߨy~͑$]Xgv5xefcH0\9BmR뭿Թs 2АVZX뀅(1OUChmcvy GNw %٫ٖbbMw \iX8PJBdSJι8]sz|E?`ܦv!cFKbJ>'MGNGB> S/\Nm¿x.*jljjB tX{ x`nQvˁ'88s Rt4S10Ă?cuZa a`, L`<?O m$3`]OT.&@FO YRIKKK1s36OII?W # UUH lA EWx9^ G(m?"BM!m):zp@@wQg#)9i tQGe޾/&UV"-u͙pMJf t+hW G~Znp n2}玹'r lΚ5 IfiAu BE̛0yw'K=P@!n]@7zEkcBp<ѣׯ+3$0<l?Ŗd QQN@U sr:0*$OaVQ. 9߀>0{z_|ZھըP.n - rVu0cͺ XM={6Y-<րAngf2avqVnT#І5*|67o\ `mAebb}8TZpPYYyT ~As..5@pş $@nAr5M6%x(_r%Mgv8qBV; [,80Ԓh(C0q 3/N*>fy?|`[(Ice)AlwLa=m4MUU!m3t]Hu=uZק|Dtʲ*1u!{ru=Y_@jA$[(Qy;8H - :*)VQ\|Z'409T2ul&g%m\_NT8E8:a?b/m<zQ%s$#yn?>^?;lű/ |Y`v/_o7ׇ1y8L >M&MEPw9@^O1[+a*MO&!qcW LM;ЮG>Eƙ%ʲ*t(iPefB7`y;羆=\S:BeN3j}`}Ya[]Q*H[x~]Ƹ ,˔說j^NtZcpű!wA8QxR im[D7#ǘ)CVr||R>W=Tv[͈h0u]4 2[pNAK@OAVJB5^ZnZl{C&1yDDٻ֮^]V\lQFj @s9 rd<X39@LC ُvE+|^` ȁ؄oBgct2urQ) 6` k['m9oup2`6!@_j{pgbvF' 0GV<,R(3$G^l(#$`Y{dϣ3 A جY.+0?z0ұhg*VX4WK~=g^j-xA+mTև;R*Ćn 8u]vZk%?BΨ|[: ɱ)=FBS&:iJW+ '/(j{ȴ?y*pj iiF}OcbHch To; ˹ @~#wu 0 Bi7]h9< ~cN HoD#TC7"19-*ۅ'V"*Z瑌m(pŧoM\3{%\93eyɧbcGͻy=Nbu:-=~u_%XpG*|X(FA6`ۂ1]n@4rt$ڠֹ1a˫&၃|)TwD@a@l@J:Ӂ] . t dׯ_ ZkQ!Z6֫?YX +[v:{H0$!g[д;ƴ E::#ȉaj+_IUO(`"ŹpFY,Ep./mK8)9g^` VT&d3jdVitZZǙ*JkCUy۰Ɠ+"SJk-%d5[c*1oR@#mn}Q, s؆122 |9f0W233~JiT!w ;[XAmtBB@幊rxRpc>34l5ȾҨ2ZO(Aw<㒯O"С:LV1+A2 9SVF=ạ.O*4/T_,n?} , # v0婔6 IJiYkm:ڝNesJ)9Ur &2 YW U-Gõ} ]vu`@[q =H Ro։j ǜ]_f o'''\MP SSShf@: r ?~k`\Y~,X] ($ `&a%2D\4<EsεRUG@6|9]At40ZGm?w=;!{rH9Tv݃G]EmwDu<!"c0~2z=[Y\UU`4 0E$I>` B  dYioQT0&f37.ih5UÂ95t DH܆w,(5FtV* &"D`'tPG'j< `hw,JU!3`~A aX[$O^χǯg=o_^hU8W^pnY֏ Rr khAiW{m f!WÁ355uِ/ڮRd ))IpSϟ?,,,'qܜ9s( }i`> "A|ΟkdM 4tR'#8< $rkxi_!9" ?׶NH{pz "ӧOɿ|( >Wm S;2 NR^! kuv8 0Z%K%ȞH; OaN RO(x# FAa]4K8D:*F\A[/'ux8=y.K ďn[O]+u'@ d2=$@1cNܖ~Pԛc-)'q{5U1/`xuDiJ_.y>.f;ZUa2vt)U-;=\hnn ȩRm?ȩ4]98h ߸qԛ7opE6Lɩ۶m_v A't@WA'@@ζ5HH|qjb@ .oymuQ3p*|R DY%L)lG 4 Ʉ%]a"pGYM9YZnrTtea~XA)UxI_6671@uTz瀺+ cjjZo{elS"X>/sf'Oն-æi+7{0!h\U9ܷ_9|PeuUUEsҳoQ*ZQ ya&:sX^"p*B ,zYhSVSRy///\.!r~tAA̹bx{{aCCU1Va ޹#1P`tΘRD **2!0geeAJ [{ky'R7J9s& ,g͚,3 5> 20_R)ԍ'O͓UX×A]!W3~zɓ'Y`h0ǎÓGݻ˗4 t*0{392d/bJ @ U`vFڹ0 QtB,t p\P17Kh$ÌN/Qw0\?`#i(&H 9=#CO_}0ѯ<$'*NRWpEʥ5IX#Yh!;=Duli9c^ݬձPЬɍ9M[֔mm̅9-[R'c473PJE%M?ףA;ž~WGP]@U(yȓ^h W z y㖑1-ż x@xtj;1W m+3CQ$i!I1[VM\BE` !^Ϳ k֬fZ---Y>>>_^^(+""_NI[{'d z u8@Qa,ϲ\R1+jh1t!̐/#i3-brl ;uZ?#9 PP$ 1É,%g _}ˊ+TڡJc7NNleDq%j)y)HZ)"}Zf- 􋹅9$! ՄħO޵G8!<<~_$!" sUOk9Fb܃g &{>X5b32k@gC&w*%;w&R$`r jub<qBn%K]rLCL8Xz5S͍MIxl>y"8n${ 'XOUˤV㔸>kK<: en0 ) k/J$H: Xl~V9+ο;י'1Fɛrŋ8ZўY3^ i8 m&U2!y$!6C:TJYRO:UӲ*/-f ҭ# &XVҹ*uh/DDP}WJFN-RTWϲjۃ6u6|ZeVuZN7=_t ~˨Z8Ǔ_#B{mw=[Q?+1Zӧž 9!5!ˆ6 H ,D#^E?rW=@Lff;q℄d= 1cdTggMGK+uk^8^XDؘn3f|***BidpA8i@TVV^x2 ,p-X(##clbQ4RO2@qqӰ)tɐ]n@9slI~Y.7nD^9yrҨ:~ǎ{׀E{#W77QQQEnb`jYr>z*|y6d "d.ބ 2} ɇ9] m6;| SDʊ<6cm ́6qDG9舩9,5Rڱ"XȵkX 3@p|o#WjRM1}:D 散XgpMѦ0p49FmƎRXEE];w^J'C*XkcRUpx{u8@aOG_ _yycVk׬yɤ Q{ +˳0C[uf1]X' j?d x]z *?X{v]Z` D]\?܏: P׵,v=p43!@LWm"Eu76yf=𓀀Mp|+Qȃdc#QlnaT9ls7DƉ~" w2,-# _f-y+r@3i6cw:tcxl+ü{p)<9@[8 S+dCUтµ @QaիhD 68u)@n"O/d 6䀅٭tQVT)KC=àZH煔>Bi{ &{q sI[|A]2 -uAJ@ڹ@CAT>#mY%< 1#>robdVaaQyY771?)q˖}ΜPc=<;ݛ}(χ@GGPh?3Q#5RK$.=p)f8)2/!*^7R7vJhd ک&?{,Y6I5TI$@'hi8Zd䢵L3=V2cWWԷ$s<}GOе-]GUnED>rR\xZ Ǽ׏"76@0M#Zs 3@޹ 0qЭldvb!)s 4UF$8|H;c3"w]i8/BH@;T6($"T¢ƌSyfxk60exciw}C;l-I{U:$x;w`^:$k:NqHTp%V5Us4`]'.hJ[ENqkBVGB+wۧ7t$`ܰ9jK7WNa Q0 s+ !0 PsPxHvqQ:ȁjJ-?:ɗ=zpg2q=FSњ.okB)F~Km⏋G.2HFgBÈ>2dF9`ưߊ >:En9VqũыfCS=~ }#JAD`*|%<3N p5!j]bT"u}(f=Cߐko04MG4J`8vF)0 ; CN J-cYj5&tY.{1N;x Ic)C ? F愾$7ڃUBՖ0-m+TtKjئ^[8}uhoMR⩳-YsF)kdηvLYW+0(.( u8ڭ#G AƼL>a ы|%2\f.$A41h`ީ<ÌfÄX/iAs?crǥ1&i>Z ior/LFWX v-rp{ZbBPgULvHV]ݪeg1ڣLSAu x&7 F-ӀikӼ4挨VD&#C@,IB sExLhj:V*977lCxX.WP5 --k5jf=$hiPU2ɍ^gԇ5aSm"K<6d~f麫lO~#)kկ96؊6uI3C@@-˸u$ 3ʊ+35૊YF8].bupcIvv5R%ԫ$v@w##F SPrL.*?D6~n3_ &bw"ng"i`CpY90X'mhWb./E`,JLZpʀ* Fpn`Na lQJe)|E#ܜ6#:vy]mx\ͫGص֕$CߟblrK<`5N1dv ֛FѮDv!`oof#кd@Y[i D; 4 F t9j\,(t @Gt@}D` y$|k@1T?|y'LY@ KL}'6 ;Nlj7 '1!9 (YmA: mg0[ C((z(%ؚ\ ;:&HqJ}ȋMM4 O+D4ꡨZc4Ґԕ? ݣp3I<“NK,@b+km{sKǛY6ƙL,驔 ړGA2Xc>A9 q2ư,JпU։ sJT[Y#85[]#$RPbZK)%h]AE=UkѢ#z(2Qr/s̹UzEܶt֯t$#eMG=+5(vj ZB`><"||Q* )//9 ٣X{P+ӝFDG2RӧOw3֬ht*@t'776EG Q/|qܹ6 t\t];n@t.h}l7Tq\qz!I +@Ce 񧈋4JP]}]v43ZPHgR*$)"~B+ E2r"yy4:14%k%^ e[zԸaβZ1Ue#"s.Uߒ snWequ:%mBq猢8T\L rDQ;HRwrr L]O}|"Ӷm]U{D?/ [:nCLJ|2.eդ.Rd0GojqUuXWvǯnS-px0Wb?8ImI)ڽe1p%DQehp ыuA+0'.H`:LKZ`ϙEDcʤS&MZb9R(G [\!ÿnfhQ  WtD$dZh Ξnsi10/7;($z7cmgTQPT wRkt:O寵W~e%x&.Ȟt<ЏDҁ*_d@k t\t]1P4F/Z ȏƞF c hzH\8id7y!μ,,K-$iU_yaH&?҄c6(0`ߥVa%s]7 Wѩ6EŚB ^r*TKWL j&!81.yXBx'I8r&yX4UaqvT_rK!lá(f $|Yay$On?L YCHòƳ]WzZIހmGe26V?}g-ոl>ȭf7'2RjE7=Ah'NHA*g`cvf>yNóPyܹV :&O XҺ3Z0wF'0 ٧a qZ)WԨ$hSd$uJ&N8 ~EpOBFBR*!>act.z8%"B3?( vԂE-y}M%Ԫ-͓@L3+q|"<ᷔv'DUF> bk"O 4ڝݻvIuWEAzȹ"55>3-=:"nV!@^8 TT r dwŁeͺ5k MtRzJ*P;8`@:jmM @$kCp:>V\u!;+@ sh)=u{ ؃k !kZYH .-żFYoq ht>@'׮^ lC>^6Se%p( l$CftrΝ4 p jnla@ V+n; _@3" $nFw@ T&$1(6D:9JJ U3! KK !YiȪL; @D#d?Ν;! 5@Ya*3g΄2&YY,29lAC@!@^iY D^0$%$-pXU!5|Ej<}iӷm]gϞݾyxy{e889=ݻv@hkkyx\p7KW, +(:@MMm떭n:; \9fk 'B\\F38t𐏯!`9o^S}w Ў eJz0/檚j_??H}%)>AYY$2:z5? aۇ+Ǐc$9%%*:ݻ.^| C,Y G'O>/_fC##H͚12҆4y)4_\mˁgFFV M/ i . x&Phs \BD1z)Įbs '8:i28#;QOHJfM6B ,5 -db:gxcD1)(r@6Zb|xM񕑑:c:;0|!. v`@B Hd!doXl`>ݳwtH@ttl4[}!U TxyKjb5yX:gVYLOA 2w@F[[; &H>(PpWhF䄗E'l2!?HT')RgY-[/"*`{S!p n<ϫ=u]gYGsa5ƕ W,r6HRN{XHU\pp}vd<2`ϻvq`/@#[@k͏fd h JAexuG4uM{v<Y4||PdOp= H:xc 1ahmcXfE-NȂM8 OaWY#KWBb xx MMKϝ9 f-h)*,ҖzLp\70`;LH׮'$gB kEh"XW"͕XX},_9O70 na=duSwr{R/}!ҦQ{^_=?b}{G؞QXk(晔- Z r˵ Ԍq^}n<<0{yөW.hHE6J9=+VnFQI-D83#? ۱# gT1|6S-*tGή7a R ET.L'wERʄ`/D?z08+jKnpdȣ΢[ ngnC(RFJ<0 =ϣPh >Iu bT>Q2E;-@O͠ME] -h$t&VJ ;p:KD) [y:{]1WaP&ow/9g?i(B L$Qװ%gAL.o1hZXJ>Ȅq\z>~7pLs_i0u9a)Ҭ}o&H׫,\A`= .H~6LmMts#VuЩUywf{k{ra o;< |#mXxSĿ2Uքjh汣G!Ӷ>^ӹ3glq,!OD:W<ʅgx mz26LF] Fs #mЃ̨z$#5mt6\=OPSC2bg&o.G(hp NT 1.7}㽦b1~ @F¾$T~E,S!]".Q`I6D-mxG4YR[zE1?. S%l=Db;Vpw(q}uAyr'fv:FU؎a3ȋK cHA.l2<b.!' Ԫu#^hfRv %0Ě|{=2{i6_jP( E^Vk`iYGrtWt`0eeәc͆Y-@"^Hv(A}.v&i6L&_&̶i v-Xt^A7m^DNQd%HM{ÿ |V0^tY!ed\jԭta/ms>Et_=A.,LmU/ҏ&2p̙so/' fG<.x!d\N^l6K"drLV(\儓֖@Y1 J~&xVVL&#$`衕 ߫Z%ÑYE^?Ho\zz~''{V3^R(nEJPr0 CrJ3$~N_ ҝ*ʸ*.'P ]aѷJG;otJ.G˾:Z`?|(ù3Haw l==Jkm Vܪ@)JN2T3Sbəv/%B"%I9$ 3yƬӌes bCd>ЍeyMSޣ5Y?#&yjWO0 dc )Z[ZK:mͩ/m_l<*GɣpPmr#ɽN#qnMI{oJ(2#$wK &XgJQB^ H)86>D>-|N{Ї(y3h;z"U?Lеh,#1=VYHy $>J)f3=9*u}Ѧb mCSI|%wME߶j;TӨ bJN'Vh5x]X*Uz&ٜotmGoas<SД~•[YR->Oe^M?K|>!& ,' r09{ p@6odŘqME|/'S<% ӝX'q94>w"1kn}CݩC 7!y0QCδ|Oȩ9aNW@>+dwcޔivxU=x ;4x /!z0(;a j=7HPβE5e>Qc,t}' _ܕ͓4H@J&cf=[k$RԵO$|x=>αvT9{S*#%$ۜSUpI ZAeNC0aURG)XyuyL]z| g w(Ze)ǾzMU%\[Lrmwhݦ+oUqpnŕSb ߿)ooe(#m3J`30g]wr&76w]ZNc#bhlN45X. ?;l,ڵ.'#1$~HDIC> zK=d36P32 52i_`. v!^zKA~}I)a/ux?sgXO\7i4E* vƔ: `s( FWQ0[DG;4f0a!Or&CJL$I/*w  "W)@nESv&V;RF>+G( XoZn0bL@߿ɓ'jC*CA?q/>K1![M ?Y~*+dN a\5@4R9| L4 %<<\UUu4tF(S XJ IENDB`PK?L881OEBPS/httpatomoreillycomsourcemspimages469781.pngPNG  IHDR ;R| pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV]vO<} OSK 00҂pq0``n'N =BY%f!,*]\]܀lj9 F Q0 F+֬C@ lXXXY222aƵwO@`y $)w@F`bhk׬AO`|H4' ?8$ha4 F0¢R  `1Q MsŽ" F Q0 3?oG2XRP"H6zha/+/)=y\nk4a, H @(޵ XW(P\b9m4ZQ0y2iD`l4ZD%<" 4ZQ0Uv` XQq8LK2:{ `D!!$h"" 2hhV["U>}~Ugh0`$GyG4M`ȃ ڒ 0`نhh N8m[;=5_/o< 憆``(40Á`v(/ߺ5k?lgo Fi` aY 1 1) ة0eh6 Fsxu]j9GIhh!,܂!fE'O&M&@(C;;, C CB-, ih0``6 }Fyf ^X0o @F` =v`fZ4dla6h0`聅f@F` 1{׮'O fqnZ@F` 1gn>>>\1 !)Xha4 FP5k{a@Hy oha4 FPv0 }uB4ZQ0h60fjh0`s={j'=-F(2؈x䉹9-jmj6s :qh! v9^͟7HBFs\ll9Кx F Q0 R {),К<&L $< q:\0oD`|0T*4! `-:T<)O2'()΀4aӶ2^Aʈ!s n RMі( 'A?hq'<`dAa0٢uЊxQXA0 h< $ F[FGHޠߎ8SX{׮N!Ŋ5ׯ]8BJA&CB )A2і(C=U^CV@ZI d%! FBE X"[F4ZQ0d0kjiRn|.9|* F Q0 F7C \E v`Cރh0`-pҽL.5GZFhǹ!\ h F Q0 3%!Ed<`4m `(|:8$R`]O ^l$JuOJt^*؛LK'$b] GH @(2@>>`ݚ5z*`<1O|)ʡby, D3\ah0T/Nyi횵kIϜCq9$G#$3phthm|U,IH8 Y2pt|Ry92,A> ꀽ3HID!-0y;@a H!Z61`Cf(6m ,J K(J k)-# K" A!pb? Xzlilv*m5& Q@qǏO? C]=@MELK$i&6JL@,@cFCS u^:p0N3F2  `GnI["]Lvy!@w" !MdR8Em8hh(HD PPV\}ܹn-Aic T Lā ڋ&@-!m[)I&~$@4O]C vJ 9ro [@sR1@-&RF[F;!aomdP)}i2[ cj42 \kQ^) kGW` KiUɓ'OAŀ֦͟f4ݻvajK^hL.iV-?o07:P= 0Ĥ$`yAr*`yzG[N ,%kSϚ(-aWA1 pECt\qN,* 2h`,to(NA&M;xz-539}~k>yBϣK-;ly,9h6|򄉭M̓a( ?!)iK" hXRo޶u#,JJJ fAu4 @FL09:F#}靡C C7P Fg/ؽk8/ha4xfN̍#  캘Q@]@ݴ 9umd#DI0l@F:Ϳ~ڀ/H F 1#(`P-F(ha4 F( F Q0 F4ZQ0 hQ0(@F`'t@(x䉦&mhQ@.8-F(]r@F`ӧOk׬qusØ@F``y(($vha4 F(K`/`=2:,&h0C]He (B-#+CI+Kі(bfð42` @(`P-F(ha4 F( F Q0 F4Z'KJy ,t gT j Q0@ )0IIIï):kZ=X›6Vpc:Z XM0斘8چ44$ #0OB{8\JBR,v; n=9y$x*`M5stmP*FHS@H) N|@7P(Q޵ þ) (A]=2 c4F( iaBB@@@[!\BRb^Ahj`@ 2%^-N8]XM0q: FPD͖0W390On4 ,tC{3\m8h2 2h҄ ֬F:6MT2 K"`@6n,>h% ~9X{ah>9y$~UQ@E@Ѡ,} E\LKi}Ud*,n)u y M[f-y5 h0tR@,πlZ!NBؐ3 4Hw X~VQPZ ,RQ@m@Ѡ" `҄ q$HB.bp RhjiMpځ-j-c!˝RdlFq# 6̃ =5H9A_f Q@]@Ѡ |V""v<n,,\{-惔M{eG@Fs>M," _KS>faǀm2 l7iH "c@]=z(:h`3X4@)T<*>? Yl|h'Ola]= h h0tV`s>h4E15u @5X5xDit(hp2d6d0\+ _) 8Ȁ7 ^ A֬FW`Z-c &LKǿZvK`:b2N<,О]H7 F@F)%-fPYI)d6d‹6&so5G^R]W`I&أ F A>,૱i4@Af܀lnn* @= 0 m+Z F AE)x [7g,wm}m`V}w15 h0`-w(AVf] 2>2θAh'O %!I.nKFu@F@J`_b9dyjFVœ_B)++)lL0`(6hHX ((BJ֬f~ 1e־|>< 29Y ,FW44Z Fld3` Pԃw 51):-fu`I$K e>%|ADv:lH1i4A^6 h X? S-)x m5Ǩݴϰ1He 86!M'`([^R zpQ@}@F֬E;_܆?Կ`-( G^[7mb`eh밁dmH'F@M`Y&Mv ]f/wZf!=Cdc ꩝g g!FW4:f43`稦 נ`7C̚+ui+A´sp@,$0XH 1'$}p$2R"R#Ҡ#ssK$I+G-@)Yp< \7Z1 Fy}x y}ܳkT6{WP@iZ<@ff}HK}mq"xO 2T2{Ѡ,`Ɩ:La9C×)rHD 7AV`GW`-ii>ؘ=e hץAxn7dr 9 Fu@F@ i]=ݐWC;~3춢 XfN0qpQ@ @ s22 iG^!MNV@!+j F A+A#bInd5̲MF7Z-#?o>k@&цz"䋭A* +˂JwGcأ (*560u&J:|j-(CV`R, r p5`\F#i )xNuVWV x.zAkp!_"6BciTDfaSOSh!v=խ/YCnFV4 yZ MpB@cF BM]-8pv_|/lJ}`S:hha4 Og@#u,@G/z0-do ϩK4y}H)6k`1i/LQ@]@Uzi`Yl}{g@hS#Իv54&Daa4&>4 )&Lp:qXG!'-†ŀ1vF-@ :^dh; %IS@g3j& F A +[h[cGXx!7F>Y 90~cyK:F@F@!zyTٻ/D7\CJ4Y6`|#j]cmX@`,%e]XƵь3vAZUh- X G#kPha4i-iBrd2 . i`ah=2x?k,ԀV Mh;qT4Z :,eJJ;}TmRUz.|-`I,3`(3-}[{ 4>@؎|j F Au0{dTi,46Eؐ'M+:S F AEMl}#x[acF!cU0lȌȌ&nQ0 h0-k2 /7_b ׼>p5[4{Pha4d<; 1 y}j!]\3` ^@7S F ACs5e!/Άcv GB:k>UɎ-#^Dˆyv!k ;`*%A+GT4Z :9էϚ ,[k}\.\R%E@5h{$(=Af҄ +G@F@+C\w~ -H_ӡ쐏87@ ]= hh0tܱ6iij]yz`iRͬAWQ@;@ѠvOY ,ew[#4 Ndf l j֣Z-ojvA:nLA8̓ I=EE{ GWT4Z :]=w\T0a~ FA@ doWpHhPQ@haDC|(?h[Q@S@iȀEGD[c7D=RD<@Ѡ22KW,_0o>i8HB^\|H@nf@eg?(%2#v ,u5rz+(FXttw2tee߭H|?dg?#x(Dfa|OV! \]*l1}Ҙ{AF7ht ߠh !wFg @i`Ah0` @(`P-F(hr1-`8 Pav CqC"Q0 + +r6sM]-yڇbXDGDJ` OfH8r%I+]\]W5yXi ݛF oc ֣`ht6mQ0(@F`Ah0` @(`P-F(ha4 F( F Q0 F4ZQ0 hQ0(@F`Ah0` @(`P-F(ha4 F( F Q0 F4ZQ0 hQ0(@F`Aˆ'8 F(E7 Q0 F8 #iM rS'N2 F(? #W77 np ֮Y Q0 FA@襩`҄ nhPQ@  .q'OyykKW,7ȹr @Q:/##S]W y}h Q0 Di=֦f`knZ`kQSK[sVQ0 D_,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV|t]cO^$!@( Z3ڹs]k.K$$Ihy7 Fp"Xw۰1` v@@(C;<%ׂywikfR ƣɓ'O<'O`F zv@@(Cs"t XBA)h@ӀCH ,+s eI&\it+ F˻Q0 ?q-MtKHJ 贒ț|皵-bO9MͫMLJ^>y,E3%˸_;vBhlD@(  >`YN.JI&L0V1@w` N.0'{g lq$ll?}D"}ɓM۶f>s'UT Vhy7 F > ŽoRbJg5/k"m$5 `yG4ZލQ0;^?*=Yds$89 Ҡ\6@w` Ii 9Y k`SҠC4xły%P,GßW]GM4ZލQ0] u@nUf#@w` %(* l"_MS@(C //_k~m `џ $}4 Z!h`Ȁ'O| R@PR /tE.'?'/fٷz-@ Y@,ih ֮YkD)22Cnib>rRq**]<<@RBJ=쟋Л7xIYH4Zލ5k6By^N5p;xؚw^b+,c3 9@~PmP*_4X,rUQ\?Chy7 ,G1DHl 2H,e߯/*fU j=6U1 `ȠX:`rO FF(qETh5ajv:8\ ax1:@F(KQCBcIHRd%tE?JWEtA F˻Q0 '_p! i]1IZga8e`JJF*4l F˻Q0 W28w;2o|-VTb~0 Q0 F`VMDd%%M3-7lՅChy7 F+T^eex ^ Bn!92H\2X#7?nׇ~ H`14jEy*$jh`in5tKm7xC e+) ݧhd2')+n!d'cTZ]S|+ڌr ^2ByC政|E^>^: @w` YAf谓 !EP3' XN!`Y?׬dۯ;!E$dBDHQT$9V.e _k>zCl!@tizQ0 ⷚ_B L )`,?/\YY:m@Az`{ ؔ6 e%P r5Wjc,XM%9zGB6C4ZލQ0Ěxķ%WEٷ. gb@)`*.\6?׬ w R\ 2xPnZ!@eߧLh@p3E!47]ihy7 tqYP&x "`YUZ]3^ 8 XAR C. M< dXK7 P :#wL) F˻Q@hijFnV 雞xy !+`,y-Mx4BvA<Q@BOj@Dx`-kR/y q72P` %c- $-U}hy7 llG 3n{P9* XL" ;`h8XXf-m@wktAtw'|2"[H‡UKR2wܴMϻ%htn8w}+T@/iЀ2`; RU ٔ'9; 8M`|2LS{I[J>ehE #oWy$ F˻! eQ8ԗωvVKS3\blsV[k`Z|A!&f-^"r MH"ЛܭMv5k;nt?,tI kX I=?PM 1ʀe,jj`VQiiS[G B^A9t/B3!) ؾyKWS@uTKRoہv@?RrMςyE^^A> %b`-&5ȥPǑG޵x@]$i$2›n0YA[PF/wI _;wBOٿ~r>>Dx">GdLu@-Xkrsr:c ֱdHr虓!Uȝd Н|`tv2 { Xd8Jl޶EL,쀽``KJY@@w{vK= /P_k(+Q>ylP@tsG-0X㩖t_ŽȘ6r [ϛDS!%8xaTOak &vnn[@p$2 zj6wkzm U+m%;X㋼V ~(_ίT)R?/o yaAwݮYuhy740-S@vBL L,Y(ɴz¥?+ O@ޓ>k&y \xUt0 z! GA;180 k&L68Jvɓ'?& F˻޾3ړ`il@<`)C!|3}§O2ҁ 96 F˻0(x<`+RʐY޹vp8ى؍vf}ArF,@w}wg}7 HP&6dA`'Ր'd[E#@( $&%͟7c޾ $Y QWfee,-=Y`عp F˻Q0 !OKtAfD)@Q@E^'9/^@.n!utAN' 񞀎x@ɿEk1+%#Lj7خvfXgU}NN_L" F˻Q0 XaGfDVk,+;w߶5iD"W>Cvѭl;r N9y +( \ށ{; `z/ٹljbq /ݸ> F˻Q@19g,3@B}H/!)ȢkƬ )Y*|2Gѳn jjy,%``wnâ#9G.-;w/h$AvtJznZb<ܸx޽KE Hu'}<`v 7?R\B^GN_hy7 Fp.s=vڵ"͕lh]hy7 Fp."T]B" F˻Q0 sa6T ;Zy4ZލQ0 ;غw)ҡna^ Ǫ+h`زԁ 4@w`tr >;s$a$ǂEQ0 FH4ZލQ0 F nQ0R@w`h`@(`-F(#;kZlTuknݹc4hiiUՎ4Zޑ 7hji `j@ F;AM]-=Ew J 0@ߍQ0 F nQ0R@w`h`@(`-F( @ 9nQ,؏4ZލQ@+υCµ`ݔ=c F˻Q0 hX ;kdၔhy7 F`}/SP vx@w`p$[{`v$Ѕ'O=ܷ-hy7 F {,DMo]s/b@!>y{׮O>K &^b_^E`b?H`/?׬y\el>hy7~IX{#<(֭YSVR aO0;($d;tb>e7}` $GBnPȸd,YEgb/[}.nnC8BV[k vAұ%`csxOȢ-/c'Rw~}&x5zGH!.#|l F+/%#GGr+= (4Z %Ҏdkji50EF(h}|Y3] l`Itt2 4:~7[sܭM'Og?;A@ rL!wiEh-{{._| `$! *6(@wCDRA?.§2@ePh7 Fn`D(-y YAZ~( F˻^/_@M ъ?yg,( F˻@; ᓹhߏ GQ0@wJc- ѠChy7 Ћ? {. 4KFQ0@w[]\vi|&I}o |2|@w`?~bm'zGCs-F@S-vc;`3'kx F˻Q0?\ynz1/-FP( c'(hyG] o]50l[YS F˻Q0d0 Q3:KŒXu G-FP'OCyQX9ѣ gnp$ F˻Q0d}*`<\l!A:p-FPʓ$=֭Y$a)`h0BhC3E*cہdp9 FC p6keľ0mߍ!֥y0 4ھ`@(`-F(#hy7 F() F˻Q0 FH4ZލQ0 F nQ0R@w`h`@(`-F(#hy7 F() F˻Q0 FH4z>ʰׯ]hhbR6DXM-->>>, G( F˻R[f-t2ԀUPH4F||V킳E!KLJmh`҄&L4 rsJ nB^oy@ӍVQ0@wM@H`sC4h͑\ F( nQ0R@ G,Xȑ1z( -ך:d6Ow&qq*Z,LQ, ba /_޹ cz[\/Нͨݿ/rOEqL+ c'>n9`(Zy,A~_|h->L /Ȱ{Vx `,c?`hByl}2  *f`gإEnbߺ'NDGD.]KZ1miz-,FCʻ/atɢVđE`I 2ͧf`օ?VlYUhn I@w(zy;w&iy z X;C`e.6r98{XX>`FDQy `֚3W˸VA;w<`)tɟ #Տ1#*.`|4u=AZՠ8\el=ب/\dÚ[ߑ_X}NNG˻Q0@QT}]@ //^:pqK0 BӁ)/{H0>FH3g?'T<M`tssP-;` 4~wh8]Cp%,5t(k"*oQ0@2.`jaǤ؀R!!r\+>Eo2Pϟ"vXmmGcj -@`f LD@k)72T) } }[xKԚGv /xx8S= tQ0@w `y3X5vFcbԋ<@ wVxҥe1[ Ґ`` n02`Sx4[&) Կ/!}U7;ZHY̬| ߆ WW]8M`-#(r|ӿ~T؇3@ M.=m. 2Ȅ5FW!h2S3XE)(ȭ3" @#  zx wϝ5b ]@l߁W|<Ɓ[`na)H]/7 ȡ ]`Hȑ$e.5"'OcQ0D@wpUOM W>?"Hbtf![J;ثLVn"Chy7HRXyB;$neh {*:!9ޫ0Mi1xӀmO`w{4F4Z F_3ˣ?[nrҫhQ "W $;:@$$~^ \F(r F˻8sm(ȩP- ]ZRwaC^l"On4>G4Z R)Xmoڥ .~9J@JO2r':X]lhChy7q,xJ.΋D_g{,z6}1 ^hmG=`P hy7|f-XXi>@zS̅+m;mŝ_1gt=( F˻8]HBЍ}A g@m1-Cҵ?Ip@ћgG4Z FX[yfKeTT|XRGh"do~떈 y}ɓ'Oy $O" !9dM-R#*.x&|'E+`#?1v%d"}{^vGP섒TBAtD$ٲ]c\ő e O`Ә>v'd1 E; XڱyE/_1 . H#ە}dwk 2?4hJgϼnmWC(GY+V Mo]o rQ:BҫE;;\Ҟt2>1 F4x0ʲO Ǿ>7#wxz(hBŌv~ 7vtb E@`_뀭- G@>,X'rX1 a>ܳ_ˆO9 (n0{!"aq(8lS<~)^< 큮z3(hy7 06rA[pwuC:IRy% x￀d Q0@w\>nb*o +w ;Hh}>!s i 80Fp3EWn!'Ọt1GB#hܱB;6o˵ 28M`;9i„~'U,()|ހ#Rꆟ+@"_> >|J׮l&]2 " 2˻uk֬]r6TtD䀬X坧;Zk`1pgiabȐ-AaXXbbQ0@ F ؆b R͉"RvV;g0Dk Nj! S -?M[FhL.($&MώxG#9hfy 0C쯀-F4'{Q@- FDU-X9 Q0  w22ңhx&~NNv$h$MoBi8/ƵJ>@MS~Q0@QTAZyHus:`),q8KJll̴uжB<&:6o =|gpGDX<=ߋ}! htn0`Y9cX ΘT99B-FP4Z X8Xa=T/.;.n_ab`YW|>"`4 {hh4!h>pd!cvch' s?pʣ` f@` eWYZdgs+u&  :łϟCB@>G4Z F,e (6OwHBD]5F =Y. `|=#d=4ثͮ_0z( F˻[Mo] >_>C`vD;١ǟ`iBZOFa@:r)|ɊQ0@wK"5kLE@\rY@V /9ljXChy7O}ahCюCx? 5wH'0Xtlt,F( F˻`}{ ¢7n'+hDjXWLú܃jXq۫!+"h{D>< oB.ʡ:(]Zj`s+F4Z F X q6Kܔliь:k.. {]ڕܜw_1 .n0`Sυ'Oeq^BQv1 >/8<.H[17b Q@`\e6xQq>': p܃v'Ą?v־$ ~pAhYЙVtDdpH*D rDF! kA;I[ xWs#U}>GP4Z Ff6C.ʱOB3(⫢>G4Z F⌼d9J..ȥ<6yȮ5-Z?T޾ 4X9 "n0`7oRȦyNxda 6uLGFP4Zލ <69S>ֽ} c|)>>Cݤ ,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVEڵk@@F` ɴZ>X,5E`X$((B`#H! @'=kQH@ZFf gpA!jFMLD$0XXNJ""Ynݻv3 MSHHC@(  !Cv! J&JE6|gZhf\(q-F9fr C$PR@V@ #06#Aׯ]7'! Gd[X&L66oJy F Q@!w0Uꀠ``!,_Sp l4rAVA+ 7gFa(C<FTJHb֣:'PGpOh =Oh /H9\`ϵ#w(C4ZQ0;vu44Aㅈ[=؂d`*!Sh!'O)1R@V0BzX:Z VOA/b3 T@F` <O!X@!P|4RYT B!'P8liha4 F'"AƌJR^fALv5ih@F` ք!Cw w'."C?D^$6#"&oha4 F$MCRȪt`)vx),Mǒv@6 ҞY =pp^A>PWfZ-F"dV]= F"c"09f =MR]W ,o〔rԉ'LZnZ`TT)S7-y II@q` Y}@(Ce$iY ݐM턐Q!UMQ,n ʍkׁE h>k&T#`d@-@y| XlAHۀ eBdha4 F!dixX.,]X@z^E)P/ Rtt `K'!)2P Aê5\@@_ 9B2h@ G( (+ Ǐ 7OfQV\bG?FGCMkV<6]D׮^%U#a]4:= H+( ~,`Y&$[AG? +PUc!;dϮ@]4Z qc<@ &m%$@F`҄* 1:"rX \mG̓D6!V4:=L&<]Oh0ة{@:%m"`X!>pNH6 u2rB>ګj54! .G %ȳo$'NkP`.@P-̛X ;i5O@`hZEuHX I!~fq)P+(/)*L htj];w)+DGt&d8~>PP=@4?~InR-ZפNT>^XW  -&`cچ+}/<~Lg4P대CyЃFHKysR^-}1 @FC$WJ@62]HLyi4=$ 01Yt“=E灓fha4d{t6-6{LĔG@q`Gl -)@댆hmj~Zu]@-^b9r$ wYY7Dґ2=dzyc:ӧOeJhd#.іaԴі qD)HߡJ2+Lhe4 (FF8aP>-ȇ_c _D9 Ш h0rCBR"o `XjP^AV-]CrZ>|%%dn>@F[}m( !ˈ%4Z vpvY4 zh`yDMTiڷ659Kh04mhC0 NI&L F Q0 [\#cƵ@h?5k/Ltk"ha4 FpJH]Ls s`Bj; |*6Ih0`yR2MCJ3Yq$ ͟7hZnA>30@F` Ol@#R=dJՏ_tb(q4ZQ0<KI&:y$ږPķdW-cgG9`1;k'bO'vmrTha4 H22ȇL_=@AP%yYU`9l@켉v`yD^ hd@Qh8yzBQ$Hƅۇ@F`yv͚ii}:yrt4Z @ɥ [6:"L}7( F A4a"lnğj,JJ}]Z2^cfkbnN@kR WF@F@fl ,#"!{/6B`C6p邜4ȀOC` 2H0JO4a Q@u@Ѡ $ #)N',q5\>ڌ>m6C:ak*GW`Z- WyP`Y>>^Ȝ=PGi4vF@F?ܼǗ9 rcbx_}5 ,5u ]= hh0t޺vA  -)pqR! ِ-@((>ցGGG@FW`{gEؘ}7\9en[Ƨ`FN$T4Z FY-u5/,HZy,7&kvY` bTPHHZ4Z :) A鰨\œׇ-JJwIVF(h0vӀX CZ.֬=5 {$ Hezm@ ,&M`[  Q@]@ѠBgi6J= q  :, kSWWQ@h=t D̛)&(;VHf7 sjy}A{ॏcأ F A &`룦ɓ'ij?v67<ϯAf\\3ȑ&4 hīH3MUp._pW#vz~"}<;y8 [FeX&M0T۷!c>Ssy7.x Hg ^,BFhtG(. #Miջz4jn #1Ѣbg]9s=\mPѠ|`Got9u4×eW!6wA /+GTĨ,0PvAdYb7*M!7ʀؼmH35 :b 7 n$9f{` XSW#)I aec=_ rQ_U;6d]= Z?aQdfwӀgp7|a/p5v9d vo5dN  bht(1A9rY5:JA M'dÁ/5 F A-I&2w]`|||s*:lx Wg rvY`AO4Z :(Bw[CTȭ'pXlF(hp$/`|SAijof@:V sd5í6,T4Z F*it51pOM~5Z)zϮj'OQ@@FD)CsvFl `7 XDGDN5R|9!`4K M!jSF (*@GÑ\$͇P jv5>g/[f dP6!)q4Fu@Y\ IǓ&0~YI)|lfZ:rAv @:h6`TD֐  ,tH=F #j0l|<4`Do!'e૊Q쩍^o= ? [gFe|+DȠ]YTNBzjȥd>fO6F@Φ :\>#}+`m*ރ\akSpsl]I=6ц(2 ; Z+ UfE l\h4c }CȹzQ0@cIl[=ݐF5uh9AkdsCƉ M*"`[)!):D.9Pj{J(x@FDP~Lf{R Z މ ck@4aCxϢ> T4Z :9 Mc6 j"dd^; F% F A ! Y눶ˌH%NdB l PN-cˈ|Ia#~ @Qȃ4p j{eGcjPha40Be%mA"FX!ϚI`# ,4LtF44Z :,Jw -H6dE-WóuTlx "뭑;k[-[=ݐ;`zhm>h.niZY6Y4 hh0tYodxh'I%׸ơŐWf#]lX/MRk!.m-iy)#>GZ'HvZ r?^o= hh0ݴ_o6fki XWR S[-_o y1 je~x?RFAšY^ԃzQ0 (4Z :=%$%s>wVVR D4mp5pMCڥihׁGb6 Fy F AX&]ȇ - '{j2`퐽Mj =jPha4o&v }76d(!)2Anzha40C"HtD$raD|%"l\5`Z߈r.I|t{(.hOchNV ,z2!k}:FǰG@F<AV`CF!+N!?~}\ 9P LYtFG@F,]|7iڬ4 + kXkK _ђhha4HDRK 2v \m4jF@FCPnkny}H-2&sfGM@Ft)*K aLB˯51h F #CMʀ+}Ⱥh-KJ׮Y#>O͍2fyo(haDsdAvˆش, Q0 b I&[Cգ3`4Z<xpw6 F@ du4(F( h0` @؃@w d%4 t=cgedGcdha4AN5yԪ ).v$t7cGM@Y45#- M45uym!ǀe+%8 Q0@Fg !f$|lv!W!jQ0 ,Fp/2FˎQ0<@ΦQ0 hQ0(@F`Ah0` @(`PͦM0{FF(p@,ydkܥC C׮EGD'XQ0@ 5S¨`q#CB FW`H=#mQ0 4:= F( F Q0 F4ZQ0 hQ0(@F`Ah0` @(`P-F(ha4 F( F Q0 F4ZQ0 hQ0(@F`Ah0` @(`P-F(ha4 F( F Q0 F4ZQ0 hQ0(@F`Ah0` @(`P-F(ha4 F( F Q0 Fz'N~'O&L hM^A ;)\f- }l@Ǖ&MH-kRIENDB`PK?uǫ5OEBPS/httpatomoreillycomsourcemspimages469787.png.jpgJFIFC     C  ~+" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(('eQ^??t? FuzQ@6bړG1z?/|I{:(!/!$ *(WÔ_m?yk_@>w?o(Ua|lm|Y/wJI5kytW s,93~ ~Ҟ0/1ִ;YVo,"h#TǓ4y<Eqv?DO%i.EoK( vy(\9YZTvRPX̱3bciZVSď 5MKK~ z~ǫ\Hjq٘e)%ԿbF/ؿdѮXBj^m}Ӱ!7wVP6%"PKXRtBX I8VA_ͷ'ʧq_M6߷G/*!ӕGs&_.>ԛP#߉xRmBOp(Wmt|b9\W_ͷ'ʧqAQ?ɭˇ&+zc&_.>ԛP(?]{_);ZJM:m#.D-YeU0D;iR hZ.úDnZP]g8bII4_ͷ'ʧq_M6߷G/*!ӕGs_66OMSźΧqsCZ5I;U,pUL6LWg e |"% _$?y^-՟zm|s_bc+/r+/-k(ͺGnz?&WO^Z&U/ZV%wokZfbK5$$QExw_)/?lz4{o-ḴJHS8>ntۺ9࢟S'_Q_~?/7[+>\Ɇ#M˹pK?XttWG!Jx5"|xBK׳}[ڊ][ $nԑyW5rڔtۗ{/*]Mo3nVXJDUц ÿ H,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV%h3 FFkS35 ̛,k MgO7y]'-bF(b`y'LĤ܂|. d3y@E(C3|fZ:gMfFSyI)fԜ"f_ ,ekMPMNi4F(`5^@|`l"ؒL`h3 F(_2:)4S&UpH9CP=@bF( 2 [1@;JT@E(C| =l7ih4 F 'OvI[ |=&`w XR@E()Wߵ@E( _ %!@E(N8 _ GN~"fAъHXXX;J>}h`53 s:dXQ@E( GFފy |LK"HM3S ~@E( n\Gsyc""}ODHΟ?o>R uI  FQ0 9+["R|HA'RٵO"f&̤ %)V/ZA x bHlhB@E( YZFB y!"Ϟ<H%M7) \;8$>p,m{`Á @1` ,M-,.^p[15j>[+eĐkHCd-@h` BEwܑ&y).~@1` <w .?}Dlph3 FZ X>)ұV-bF(򀗏6 )먃)LFxB. U@1` $LP8 YM{.>0{uHT<)Њx1D9"fϔ.BJ l: b/)n̛)d3SE>$@E(CKH?qR @Z%@j_B!%KOa-&-bF(`C6Xf 8@N֮#F rr'o$@1` |bbp,d9 `{ vŐLdY}Bܴm+r4aIe d@E( 0ghjE ~&KW,6[`TlmjM ``d!֬p!}%`fNLJӤ IRt :b? F(PfjeyǏիz@-i@?KEG'@;m h)+.2M"v"]4  FQ0 @2伹s)e0Ǐ &4@@A`7 R,ef)+4h`0$i2,,o/)|<I!# FQ0  IJH'AlUW4:K'ʀ{FI=[SKkӶ@ lmjtrRh^vɓ'h&[\FzTD? pusd{Z-e Fl޶-s͖4ZSlTqM(VEdsC.e ST)_:{kChC n`aM@ @Y2 ._GVKRʘ[X̟7XFݗ|4k F{N?ubrb?dhC]=2WцxzP25D"4Zub-Hû0Q g hhC?D^@Q0B2j! Ԛt9f% @E 0Ъ`zŒQ0ڐa ,e(_Yٯ&@E ]|wKES`H\yn R.ꖌ4Z @)VQ0 [-% 0)R|;kb"㊹Kmx XK_H@yW FzȠ/1<:W= H-랣m) 3 @K g͟7y(֮YCR:8lB> [~&K p"ހROr+J)0R0bhDH!{(iI-H4HҪů F[1` jÐ-dŧQ!>G=h3 F`YCrrfZ:ydy2 KnbZ4ZČQ0Jf6Eu2:CI=8""f`0 6H^A>1<2Z1h{k"](1) ~A@EOq7 Hyr 񺞀9K2،6a- =D-bF(2ω0H*Zw74ZČQ0dK [{v;0M #`{4ZČQ0lDL"W`aP:r51|*0U0 FQ0 / ID6d>4VYi";J& к2h3 F IID6d0W p 16B-!ih`6d, (d/yvh` ~%HB@p0dH]4ZČQ0AڍC (Mkji} @1` I z@Π\F""f! [u&rx@E(C{:n@VQr<#@1` U`naP8dk FQ0 nc@/D/ 4ZČQ0TdvcM"w. h`>>>븏}lFnӤ"f! ed@J8@AxJ'NRX@1` anPQ @1` V4ϟ>g86A-bF(‚<Ah`[7$ r!TV@P/ FQ0 v?(uk2䉓'O{K{ FQ0 v8 'W4a) ht,fQ@C@E( FQ0 F @1`-bF(44ZČQ0 hht4uGg!w`A4 4Z0=ws "v F+(#2M `΃!?@S@c1`-bF(44ZČQ0 hh`h3 F(!"fQ@C@E( FQ0 F @1`-bF(44ZČQ0 hh`h3  nQ08@1` U}Gϸf FzO>޵| 0SV֬  >`x-b 2 Y Y;N "''O@y!2 m@6 F`2hTW7`6 F֤wvA+hv 90|IHJM*hCo0}H|`޼`ѓ"@SK'OQ3F4Z sus Q0@Q0 hh`ӓ'O&Mk2ӧOMͣS`@1]vm҄ *`޼}] 5 F(  ]!֬5 Q0 F @c1If)(<@"&8$Hٵ4ȎQ0 F @E Yf S&(@IkHQ,e"`J@A<9 6m 0` .>)kӒv,eGhQ@  Dօ4d̛?:W= F(pbQ@]@,Df]gM!`zTN%$%R3z83-&8Q)bmS@vBɀh}> ~ǃ3!/uT >k&4 A8ƃ|f`gXй)7 #]EAh {X `2h޵ eMHrݚ H4KQy=4- Fﴦ_qWOklS] ?e |mx%&hEI ,Ml-H/ X{!~ܤ \\G;J F:`g'MKW,ǣR}$r X8c1𦍫/! z3 h6R7[\x(?99.)\ಐMBRb3QT4Z H OH9A:b3x!/fƐR$$%6dFu@1tkg!YB;w"BpXD+ p CƃJOWAJY3QfZ: OŌ-b }"`AƐ 0 ^o/%h)𹂈PXS?}j  T4Z @73?2i D .mwf Yw4 hh 59 w#"`$R2!{,+).6dFu@1tս o,h!|1d X /Ƀ4gBB\\*~>{G-@1t> v̎ ]XBf@,2+͙Q@u@E Z1ȫ r\xo:6p mBtVf҄X{a`PhXf-l)3ĬV6c Y8,M̛:ңQ5 hm33ҐVDDܧpq>Z[M5:rO`,FzG@1tA 9 P*x r9t8@g@x pG4ZЯ,_+ڽv͚ZȢ^"7!b- S}% Y qhd*-b|+PBR-,yt`(@+AHy`PhC',P 3<%A{[yI F:q-!!Jn|: ~@$6񄫻nD lUBl6 F@1twF[[SWKB 21!Kx[EuJ#F@1t!+' ,hva@0Ǐe 9o kHQ@#@E d x[3$bu/f1a@GRA3QQ0 hCY|u/kuD+Z: (]ɀt$U gG'G@1t#,_7 )DHcgË0p^A,V{#̛nZ`܇Z F:TEEAT KxU1iMXk!ցWGZ1 F:`N/l,k>dC6Cc(Awi/)6g>>r$I٥T4ZЭ9 i@vZ3:5>Y|/]VR ,Eh5(."N@6L̛Wս'1[Ih 8@si(AΣb;nPhCoYnU<(1H 2c2c i@Nx N0X 6dFu@1t v[Xff=Jh2 ";' кKc,֮Y 4 fHQ@ @E dK& dhAVR~/db r|/d2 (=_P;z$("nE Jiș,HŤc@<*nH7 ל(T4Z [X@v[+3@@yfI|$(:"NH*ȅXJH*b<#%%` 5:4 hHHJ/7UKḴa\k|!=&GR1&FF@1t:6kH>\8 /ne1/Nb=HG r*F9h"8$x!3 hq,muNb )`w؄+R^fHQ@u@E +YH[C!fkmo$`*ԱO!Lȍ+e{ ]ѱQ@u@E du5OVS"3hC0Uv{0.]ڙ9zB(2"NHs.{.$M]#OTbkT{G@1tL/mx Is]/I5i֦ gG@1tA>s9p+b25G29Sbtu()"Nr2.0CL3<?@vށZlm9l#4 hd*-b+zya4: vw`Aa#bDK}R ͇(-b ήTAp@kayTaK[]=ݣI Fb E xV'B%v_g$!!:Ύ-b0WBvZ@ Ȫ<=JB#` ,FW-bC!{$q,hn%cu8(_ykNd]23z$("N9t$I<1-.w HYrAK@ضK4Z@<"ٽwG3k/ֆ|!k? >= F@1ܴA^uus@m!!]܀㻣 F*-D"Y#Cų{qY i`=w:-b(&/$d_5rO[PF()"Ll5޵ XttgiX 'G( F2|   Q0 p-b /ut1 F@LA@-_F( h!@ڏ/`h!@Qeh`h3<3Z{ g*< F@(  ٽk qlp1o~ h;ih3 +Cv$^Z=J'1 C\p@1 G^b [><~0 F2"fxhtj @ý`-bF(44ZČQ0 hh`h3 F(!"fQ@C@ {~((@Yˣ@E #@.]LS@ xo;(@ŌQ0 hh`h3 F(!"fQ@C@E( FQ0 F @1`-bF(44ZČQ0 hh`h3 F(!"fQ@C@E( FQ0 F @1`-bF(44ZČQ0 hh`h3 F(!"fQ@C@E( FQ0 F @1`-bF(44ZČQ0 hh`(ɓ'֬䉓 kg WP0`8I-F FQ0 F @ŌQ0 hh`p/Ny Ru䏎Q4ZA!2 Q0 F{G(44:3 F(!юa@zQ0 (Ĭ]e7 FV@E( FbF(44ZČQ0 hh! DGD((B1G( FgHFWٍQ@҇|̧gMIENDB`PK?#C#C1OEBPS/httpatomoreillycomsourcemspimages469791.pngPNG  IHDRO& pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVx FQ0 H.8!l{ <@E(C;X Ԡ>HT@E(4lP!6p@{mb,IU h6 FM T4sb5?=@a`3|n)6PrXz[aT,4‘5-F( LT/dPآ8 ) " 0-F(J%Y@DV h`+ FQ0 X)F>@D.`υURP-F(bdP׎q$UVS w:b_6E ,cVQ->H9/  Q0 SKwpU =:t4* F;` h4ZQ0Z h`h6 Fh)6T/ Q0 gtɓ'O<2>}t5 "7/ "laU˩'N:qXxA,XȘYCC-F(Z0o'\enaǧ/m1 *k׀ x,($͍h6 F(ŀ ޹3I ,֮Yp|H,}) MXE$b@{nxgX h`Pb a~ [^@,q(X,B-' a?׬[4ZQ0imj2R^A>|VL0Xt5u* FQ0 vZ>`%yŪji7I6"l! ,G c)Z lѧ$h6 Frح>k&V?vU^R t-4xB FQ0 @ B{svw"lA EFfZ'Om1`c؝6@a` 2嗫 qK;<`v^h6 F?:ԥ9,Umu @T1 F_{d H_` cbnhhM`P޹{߁ڱ/LM/;y6>y lR/^|2/̪D]@Q0  {k lyy}5dWbRRu] k6oJySvs"̙Cԕ4ZQ@`AT2zD X. ~>y˛oӶ ]6`WHa@a`PskJ`fK`L"%z DU]2h3"7-V`hK:G&L4a`[O0`AFdwXC:ݐfI;&"l:.eUVC˃$1.>e}JI mޣ`0pUT9?' yMHJm1Kp!.`PjmQ0X2&`X,J4!9LO{hti(,7H2C#1$~-F(MA{8*1 !) X-t4ZQ0`]Rl6 1`G]$4ZQ0`Ϯݐ?=)l"lE`8 r%##nZ@E(ߋ.n;k֗"lN"@>2 -ߥۼ$@a` 0v:_^sC_X"e@a` $xZT7ޅ\FJuT,Ů]F"lOcFToA.h.ȿw3 d袢Uh6 F"!J ZS}4d_;@Sp޹ N>$Y,р$Hѣ Q*zJ|L}ht( >^J R1rss$3ڂv_`6q/elF`3 ȅ(nLd~MV( ]Fa RKH \֐ YU ‹YE )/Ŕ8 #h`Ubdp7 E}}xqt@.DܯD.GDHQ M}?ov! -`qUDŽ4hrpazR_(h6 FNlX6>>:r8܁/_o+Rf24u6X)44ZQwbh@a+>/#x$;f d ZD:[Eh@a`9H) s:[RSBCb1P̄hǁ Md@` mLGBڌv|8؂nh\ȝJ巑 h6 F t\x `  !̪ .'ܜ!h` SϥDlڠ>DHAYr ^A9b ݔDI;tYZ@E( 44)˃\A [Gך:A e-ʖ h` BR)/V)<4%!då\H{ H [  lmAzG/KC NNz-|1rL}( M׮XGhD&`7X|kT{Tfs${X˦ _;vB'O׀e)gNPu@OXgO2PwH@E(ۑaD$)άY:jc"a=A`Q,@`,wj-)` :fVVK:`c X*@)΀-H(/lH ϊY0_@@E( -`$g,_A%THr‘K`3 2)sx*!s [Y !gZ 2@lWn* R"'d4 Fҵkypx- FP_Yd`a+:">w2p( wt"lŀ-Sbja5J/`WQ~1dcD"lS!9R 46}'uK :/wLR/HY >@E=i'OzyQ0o2nbVK1xi呪r$6-F+'Ox^:7 a_ӧOk׬!C/r)FED@C _@`| Iϛh`5 LhRy(lJR ؀" $-h6!P Q0 rJ= I:K1Μ,H7R ^~_d`<mt4~HO[b9- y᣿vg501`K"g$OsZRu~`9ݝ@YֱȻ \`;8òcO_k> !FƸ>mEK:&K|a R\!@0`ij!"%z.bzzbJ` dlڶ$H[ v  ,(k|]ܦϚ_%\G,Xّ>3@E]AtD'O9 /рV^Ah fhsώ]@[ddN`\ϑ% XP^~&l`KH;y (#Xz®;@ǏGe_|}oD~ngMHM'J۷?x&tН@~m-M@ϛ; ?>oБ@| "$@E^Yq aoma0‚ G`kWR hXdZjbBs F0zx$O?> %.L,E8h _@kfr'_e.@E, ?X0` X*UZ]TAo ##cnaӧѵΞ׮EGDRc&ri.]J ![b9N7 hL>Q0DKZ`aQ^R:N hցiĀĤ׮]FZFZo w}˴3ҁ+& h6 F`o[XL0퓐5I21WƷ65]W?H4ZQ0Y3m̓N%lh#_L%%kynng=6@a( /`), "bʐ+H@Qc 84Z "3xK&&%޵M9K!7uR $W[/##lߝ 54qd#:]ȵk99> FQ0 ~`kMv'=8`9YȒHڠl1IHHBW`҄w!!`'h`/!ܭMt'hȧE )' 1[aH ?n@a` |Eqy Q \AD؇M n:b4ZQ0d/xC U2X/y YfW6h H)@E(CBnscۿ/ -\g \V`EBVb4ZQ0/HC ح[l`H_'O ^5b4ZQ0/v뀅 n,C#^5:b4ZQ0/ pusd_K<ZEvnZb4ZQ0/a'bڈ+д"l!V~As hfߠ-h`_@`C ">1~H@Q0 0"lQ0@a`! h` a@E(`-F(CH_Tɓ<+~Tm"̐F3 pEغ5k&w;A``tDhpWi( FiȞ} Q Fkah:q֏!mAht8Q0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F׮zy((45( hFoc£9:CӧOR ^0oh)6 H4Zڱ|xHYf Bbdho}'Fkd>Q@ " -D4Feh+`F ]Y|||]=ݣdhiĸ?."^dVQf#0L:{w,F( hFFܙ[@/޹cBD|30*S;Q@"ހM4eo?׬%(-G4frb-р9d`X@E(޹lh%( XvɓĤ$k׬sF\T)3x`)~ɰcD#ˤ _m&ӧOMhޣ`ph^s#GAR$)~*3(~ XKJm1r (,ŀ Fih@޷.BJ4f&d(Hh6  `lj-7 [a4"Zυ%( @kyO<Xp'N;Ki YAt@hЍ!T'%W%֭Y6FóD`7@pD6ʀh6 9 P-]^} MLJ1B^V h` ./9{.H rfS@hD60  hv!E<46 FK4эP`B· 'Ox@(\FK!޾0t D_f͞]GRJ4Ќ' 49m˗"l8][ mK4эP9ۏ<_:bPn  ",8$'ZZk)FK4P|+.ڠ >yp:OMB?l'`4G|_orhE [hQ0/_;hPkN`=4x F< GYsZ`>9rGèJ =`   f$!>ژtr@E͑l, @EU 0 0 Uy&tż! ht,l p|UY>,x@ca`We{h#G `q6z( h6  D@Q0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@`  䧏h6 Fp,,""e`.h\H쓘 >}t58uSZp[G 8w FO<X׮]Ih.,eP WFFFZPC3g! h{׮I&,HK*!) H`ACy R,B 'Owk׬hA!!y1 4"XdKZ`E^FV>@vI&HD tB@EʯF4:{j X Cu cp>e`aD '@E5뀥2EF]xQOi Fԅz`@@E#wkb (cM[G=/Aez+ ,ޯ_k S1oR* ->wzҊ0BC 3Rw̟;hU/^^*fDu{g?Ok/_C`[{ǑzW¹9υoߡH.X>yWsNl3,X0H<">yڏh{ 9@ׅQkFm70P6!Au]~֎e q+N8)x2ʆ4lvTy)2cA hK(,9@Y/q du>`T,bQq Xlܠ 9Xk5 ">M0n`,#lNcN{ExҶlv' II hwrN'N~{ Q0@a,ńfK2̜:cu6Tݩ% `_r>ptP E@E=5}4`|P*K|8\?h $BϟזV1ѣ*F4Z;w]O6*]H Y2; Y[j M7:? ""Rp\Xh00U`9U0I ?/JI,WTwTkuף'knG ChFt*'t—MSaIb ^Xr!9z( F0zȑ‚ƕ+ [7ru>r ȭ„S<3* FQ0@atHBU|/w'w G$%$vxk70Q0@a^^Ӏ(C09x:MK )ځCHm>h]Dr~YzE"HChFYT,9沌̩MMZZ AVAzzV[bwld@VW@J-_> y{z55;ڻF<ChF9&&\=盒"H-J ^Ipy,d_{hd~bkQ0T@aqbr gʫ/PO*0?ĺ^ңӊw\&)3b]P2S`-ԑt!KQS{H/P '/ъz}x9־ rP鞖^z;!nChF"%du>{h7g}xoBE_-_@%Y AwwXXV7KFјChFP^=8s>?)ȃbud0}IH>~ǾWFP4Z @Z:Ϝe{R>I~hyH0Xt'18.+\1 YrB| ` V@E=dM|u~K'"'CR偟6W?: ]@E=|ut!4App2;yYd mڂ삄jo:x@ţG4Z `ku$E Y_hc z!; YwG#h ]@E=_# g-ji"o ZVrn DQ0߅=3H.ChFA?x?|.BBo߁,G7xnran˓S4d]T1 &"C-o#A`h@~iLh N%Gb/Lyk:8G ^Jy{X.!]*@3|_8=9ltD 9@E=x(.3sfCHC}V[k 4 ""NI ҏbȞ} |_ hVTOgVUabX#CV&( F0z6؃cؽ(+!WT /$e Z {*E%F`-ԑ>utDˍK[a S XRo;!4 _OK =p ]@E}Zaܐ /^&&@gGȒ}$!% .ÏC djl9PtD 9@E}0葇~ܷIO#Q"z,peQl6qV( F02/E#?9-%#|>IG#G5jou F0:x t፛@#G1 û!O[<H#ntQ( F0zP!r:qꖒ8}HwT‡/)l2#GG!hW`0-HcsX Gu`P- ` @Ei$䉓>}@[H( FZZ@4i 2ed$Pv+Ů_,1'O' . Q0@a|||mݽkמ]L6 s k @EW77 !#pqbE$ԃ"Xr? "lPF7Q@Q0 F4ZQ0 0"lQ0@a`! h` a@E(`]T&L$^qՋޏ(haH(䕀EجGmP |wHu( FF(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( XFpe^$YEg4HG() |wQ<X Gt-iF[a`h6 F( FG(Cp>vk_;vyTU Q0 h6 F( FF(Ch+lQ0@XG( F;XG((@Eh+l! h` a@`! ht8c A@gbhQ0 F0RЀ| Q0 "}Be[IENDB`PK?8BB1OEBPS/httpatomoreillycomsourcemspimages469793.pngPNG  IHDRD pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVy 3Ohy7 F() F˻Q0 FH4ZލQ0 F nQ0R@w`h`@(`-F(#hy7 F() F˻Q0 FH4ZލQ0 F n\k0/*dh`_ھ~ -F(n֚Ν_;v1IH -F(nX<`n`V6&!A'dh`H),qqXy`naUT؝(sυq4ZލQ0lx@Z\Hhy7 F?Wzؕvԝ{@(S}/b7Ըf[GQXhy7 Ff2`G"of-Y} bai0RAnA9E%̪*@D^~*60|(4 F˻Q0 sGgN׸cL ; n\yυ@dzy h`8yY 9P< ;  Q0 fu`gVQ ,_PޙEa4ZލQ0Z .@h?; F؎v@@(Eވ( F˻Q0 FQ@w`y#`hN_>X@w`"o]N ׯ] HȠ*Q >7W IyGh`HysggZ0o>5 3 s CCOowK1Zh``GY zl]$<޼ĤA'N[yBX4Sbc'$X <܉! F˻Q0 )?,}vl.\j t&L4a"y30 Mc`X4nAy686>}V>~ɦm[?8v6@w` "; ,V.%4xV _,\ܦϚIL׎]jؠcVQ!j-F(/^2x@d5JO@ N@沁\6@w` Ii 9Y k`SҠC4xły%P,GßW}rqsށRO"n!V ,K :@w` ;_DsI1Izh`ﴨ}^/_ھ.c"N^x i@DE54jz4ZލQ0ddt^,~>\9NNN_9oZ B3)  F˻Q0 x .(l Oѐ r؎cZe"s%tkhy7 F%w)rk /˘Um=(P; _woutQ(Jn!>$)Ry#_lDZΞgp̪*rӿ&]fUeط6! CJxhy7 F,6 kkHW /C\&qqDG)h܏Q@9ևyǔl%b (_ afPSx؂ ;C-F(V|c"2>;& qHYE?ţҷ: d r.M8hJ}%}{#a~+d^> VAf? }?lhtnUTPМiҷf@ZqBG! h`wt/2YZ /! 7Ȑ\pD.Ymhy7 FwCkb mȃLb 5 V!IW@(CH/p+[ lL/ǃ,[LY@<`/>GSr-6c4ZލQ0d ^uLJ_{*uE@nAvKF<;@qȜ" BަF$x@(C@vVtzҏ XIHS+<<@e5@YkN P υHr$\ ,C}B$4W5Ҿ(` o5RR X<.^z-2u,ڀ@)`SX@2bV+`2h2:2"l 4]i h`5oK2~~}[ _pXX\/ XK7Hq ,8A k}2 RǗN=7]iG(CL0a҄&A>\"CFK1&V,PsB2l.[+!htn ő4,}e| ni8?̕%n,faJa v@w` #")T؇|(wKI p!N@(C  RW<*(/쀝bsgZ5k!n'h`H2"[HK(yXb=M`gk[ F˻Q0 ^&Z0o>zyx Nʋ>I&gc1`@چl-Md`<`WG b`bnhhMa` 0{ - k&1NHCh5;why7 Fha^O<6(\}48&[Z]O,&p]kAɨ F˻Q0 % %\v V?%ڌFk} v,eG޲;H'^U C;Q@Gc՚nߦkVVW(+.9ܶY@_PnsT{>D?'R@F(h  Ш&'tė_5@ wS8929@ߍQ0(.mu]-%Fa 9Zu}d/ FQ0Le0`e) '?š4a3Ck1+UT~9F|yw `al]~NNOD@["=w͙ԉ &`\s˗0Žs!͂y?4Vk, A`RVD:r҄D|`ku=&)cc!G( :+v #;c {s-;`.!)vDN" (*@'x1:D"@rhhv$v jIjA* Z,>E@QT>zr$hZ` &whaG&1̀Y\gߠoѿ ʻ@ Q@;;v-, MYY4ھ`\ZvD} K+ʏn׮d/hvAݵI&ɾ=9X==,cKӕ}T4ZލQ0'O&MOŖ-b<>ܼ0P4ZލQ0R+`X΃C=htnQ0R@w`h`@(`-F(#hy7 F() F˻Q0 FH4pڵf:[W>CkS-6(XU]W;ChyGxEC\H(n4:dPSWK}.\_TSWb?#"Ga`@(`-F(#hy7 F() F˻Q0 FH4ZލQ0 F nQ0R@w`h`@(`-F(#hy7 F() F C <}d]@h@;{_ƺ5kml[rGdh[{/-[-+)h:D-/c'!5Bʾ N8Y9 4Z ^K4Gң`X-`VQB;YSd< F˻ XmDyxFxL5 tKW,M'x@Quki^g?;řUTUAHإyichMTrdG(hJ= lK_@.$$@*UAMod@Pr @8υo8n`-FDPww IBYrGn c@݈vAE+~_W,FQ0\@wh7 F n`/k_0?`e4F4Zލ4*z@A7 9nJp?׬-FP4Zލ^Z1IH}o`p-F??o$ohy7 !Mo;FQ0` F˻Q0Z8"ThY:ot=cysPhy7 n<ѣH؏4Zލ!\y x(&@w`(^}' `cd[{7a hQ0?`kN=Gݗb`HrU  F˻Q0 @䔔tt`a<;@@Q0d 1K}*`}rO8Bf4\s )##--@r4G4Z 2n]w,ѐ2 [4i4mChy7yZ `+,8$X[5ʨ '%k׀Chy7jjټj!$vn i@Crۗhy7 F() s|A{~>c/^0(@/0IH0p3o2 WQ0b@Yoݐށl`Jך:r( T_c ,p< F(N )tHa?׬C!KfUXɲXQ ,y Tp_Gӧi"{q,ЁM+}(h0 ( r;H733`RC tC ?FdZ:Hǟ37kC980y-M69 Z_o[mIa.nįKW,/Ԡ.Z0 ¬]Q_;v\eg -@w9Y:"\evc63?Gݙ}4 VU5j)`@@9_,,UE&<;R3|e4>Q C7bؘRcc ebRv3$F>? F@X$A#4Zl:S ':HY<.sŸ;`c;wyktL@#v2 AX΂ a5£Mo6ѵ`-#`sUd;pq(`-@.tk`iˬb`lʭ1DQ0@wp6P;vQ8 nOх nC> PA"f 'hbbQ0@w|< X `3*0XG*\) l1IJp5@f 4T#$hSZ z-дјC hy7ٟ,nyQC>!v6HgR"|!,SlK#>Q0 p-#6 fK>IQȫ"v"PjTz!j|8 Q0@w;6d} AۓRp8 L;@ PbXڱ`cd`" 4S`h-#nL<{dyay)YTK7@%/DӽfKsdb!h=$X} U ¢7nCfDvi!sh;aݾ>W 4KeN`-#ݱRsq^Mް,D^-' hΝ߇BW `-#L pUy+(Dçb]km,@}۠-%,2#/[h!/E+FP4Z F_lU6.n)c+(1^bBfo!3h[l;>Z-"k?,t@3 F@w@WG9rb{䙉gs%CFk_9`4F4Z Fc"`,VCjjc\`3 䙉5{ 20OO6^ ,Fף!h׎ X*-) Hb?XC.*?; "n0ܬo]I>C@^Q֠/I98|PVUÅۥ.$GoHhChy7HdM`U/__F*n<1; ȽG9H[|\Br@G&(4Z F}4`y,_W`ȈįOL" tg ΘT99B-FP4Z X16]Z #_O޳/.KR s h->"#"޺gwQ@7@`\e6xbAaǾ>ŵ'[E*W[ 7O(Chy7`lF9'$DDdq i2Ii*Bϟ"v@q`w<Fcj -@wO}DOɓHvb.Y@SKkl>Vܓ Iϡ:F 4YȰkWCW@F(r XPJ( $[k85 ,|xxNr,-,(.-.K{ثP?PXPC USWKg>\[{ ,Ts""+mx\ Zx`Y@7+FP*=F֠>& 9kў/'WK5" `A`]o<d:y}<쏈3R"iB SӌQZ$8y +F4Z ,bpgII  SQpo %/1(o߁ sHHЫhFChy7 j:""4@ti/h}Bv_a_mQ0D@w 8#/TUpFV,FچXAvm b2Gk@FChy7hup,t;$". Ǔ T_g).^r1|'PdEE(r (*N8qI̥BWAm,@F%ViHY>[j>'F(r (,NN0a:_ ,h}:ZJxyaSgt\gGi 9@dw֬Yf-lY<{hЯ;!}Fc=@iȋQЎE4 WXt~#, F҆Q0  Qe3 :v#-e,#7:<_>/=gc#)1srk)_< F@YM0؟=4:y1 cvs1;G]h C)Q WX@clfp&{X {ܣ+F4:~7(˻;^`7CCݞƓB ObV[iӾpq- 1ˣ` n0,`Sx4Y&)r: x@`m'{s|K\ޙlQ0@w `٦k\Nu+%oYb YOȚdhLhsgbJWP+(+G^-LnG` (r ",Vrs; (lxھsChy78w>Ojk- Ȩp܄0 h[Ht|w("'OJF(r F˻[t*.3dC$+Qjcg*< pi8z(z F˻(` ض6b dM5 N]6B~^-bʿMi1=s Q@`>#jcOj _9 y.@lȞ2(evwQ0D@wpfP_e2~gf7HbrOD=MF%d`yh!NF4Z Rt8Og`*_x72#O}ڱXgG4Z F|'h=JdAR3HYB{O`17yŽcG((@`>$ċ߽>`ey4>b A@`\e6D}Xɟ<3o +^|ŸU3Aw\Chy7 X;;++*H g[V6aF+R?W_1 "n0`lCK% -M {@OH95 u0'fC(hy7rL~}YUu`]|卐{H0dr?G9 "n06w`ͩ4->j򅗕@[=\X;^G+)Y'ߍ! hJ# r;+~,[!+=_1whԌ hE!y[, Jj>Rh}[`A ,jZHy>"߿ChyGW|z(Qy%>D#'A mWJnhyG'Q)u'M`naA{ C2z` u@=f-CRg5ԃݼ5 F F;za13oXQ0 h;ha7 F`4ZѺq/٣(h-sqG `*-hF[v` @(`@FFfy>}207㣧O<9y'ht! h`-M"\`y!\M-Mx Hޚd`Iz5xS XI Q0@YM0q҄ p.0-]|44i0l!a]hj)+(cDfy[3RKz4(i ]e&Nvlm4G( .,Fcat|m FgG(#hy7 F() F˻Q0 FH4ZލQ0 F  |ŧOWZ|Q0 F}@@Ѱ` o@,5uy޾}4Μ,fU2OHfKtѤ6 ]rޑ #ǀd^dhR `44^$-_?w$`(`-F(#hy7 F() F˻Q0 FH4ZލQ0 F nQ0R@w`h`@(`-F(#hy7 F() F˻Q0 FH4ZލQ0 F nQ0R@w`h`@(`-F(#hy7 F() F˻Q0 FKFacV]1 F0o߅dX3>,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVΞ]!Q0D@)Sϛ lt htx`9`c lHȌ! h3XdhӧOñ`m F'OhP! h@`P hgQ@5@(j F A֮Y9`-Px F( F Q0 F@(`-PF(T4ZQ0 h@`P h2 F(eQ@5@(j F Q0 F@(`-PF(T4ZQ0 h@`P h2 F(eQ@5@(j F Q0 F@(`-PF(T4ZQ0 h@`P h2 F(eQ@5@(j F Q0 F@(`-PF(T4ZQ0 h@`P h`OIȘ[X  ǀAw5k^mQ@ۢXR٘gE2׭YcaaWP̟@e>ll裓'NzyO ߯,0#bTFjǏ!8viomsU4C]=` ys=ǏV4BXJ2s  BX]W i7j0 LLJJHJt)W7W6h@؝v l N0؉zl0e'}0S ;OehtPvf]2 d/79`6ADnn Nn`4O@@; ,hԤ  #`~ݚ@k""@;{@׮]C; F[(`q030h}x VW-,,?iRXݎhFDDK `bϮ2O o^r9l $3gp/Ǐ$f#@vyF(T4ZQ0 h@`xȢ{"=9x]2 F!!4Zh2 F[ 2@q:dRS yV;ZZZ֬ uB%@vyF(kM͐=ld"` ]]W8R XxA(d҄~^޸h2 F`e%2(LKہmfŁ Xzy& RKW,@sl` W9@(C2y1N-z &Lfjlg;@NBA$D6 CVIi\h@`Ĥ$`i9 F>qj݀r!. ̒?y.(4́{uM-M ,&6m jI: l}0 o @v$[rP1Zf-$P{5ȡ-֧OiUB\ 9 ~ (l.h@ 0g%WI9 -Ƞ^ ț@C< _C A}p  #>4:Q@+>y;-E̺n@F|R"pEhZA% w{!@PFETl,&i4luC h! 9FJnOJ@ʠ: ] {J'#zIr|;2 h:( `4AD.@(Bkij779\EnV`mtj rcRf!f9j8:A2,XLq*FM0qyXYf-d>^  &B"3޻w&D7)ovƖ|Po3vtD$0uqsݼm+%+65 ԅveyX$ X0J *}EY@ lx*0 0ramr`/q}> -5~A</'bwSrBsӄ݈Ą2`! , nsZ/d^XML!gCd8!Á"hkCVF(?oXH18:9 F`eP67uibKO[t&xG뚟\r( ov`qY;l >. ZZZu=~ic`ѳmZ3W3/֬fun43 sf`a}|~ Ho|A&weF(7at.`%&%JD( EZFiD l;r \⬥*JVN8 lѳl%rЦ2Фhr hɀS   z·x w`#؜ܽkh2 40+e ц4*>*ȂuΕ^G02Pgt e>^ HY?MH@d(Q79Ro y<|vȜkDGDYkYDgߋ<1tOBR]v`;% `@V@07D,dBU fO9eo\ L@wnyI&pMs s)@ X20N2BYi=^SW ix` :nR i]h%8 Z``bl`+H#Ԁy[=4a"d9 M0EE^F\?<}׮c XL, y#-W ~c(xJ0? `4)= @J'& 4D=e< 3f|>9ld Ȉ \ɀ{k&Mk-FB Iua6yJicEappShЁllB0㎂ -`2]b Oiv qB&H[^ uMukX .hd~Ȅ u30HR} ףT#`]); DXAN`8R[7,4!2@n6;u$`)m&!t|@ǁYӨЕ>d= +'H@4)Pi3x|\PBI'%1)IKK r7 2h9^x҄ $аn;+`-asՠpK!=Rv& 0Cn]K` aK i<,7ڟuG iP@:4Ҵ,~?An@I_/oxO'@aFX/=O4B#U@*k U%dXI {w "tx`=h"]@K]x`$ <>>^ TAFj@>MM؍p]p)3<b,M `fNK$,?/o`r < aK2ނLh] $3- ~#h0Z|ǁv 9%>i+޵>M\F;wG^dWX79b د3HVG,zIh ra'ǮnJYkkA8ddXvvXV(  Z2`^G5z"pic`—inE ,l tքb #)Hh>DbAkb h`ѢlAnV= CA[,KLȶ Ft 9c@C=` vbZ`K؝,p`;d׎!C'heΐ>قyGDbAK">Č5製hZϟ@^G;1!3>ŲFz'MTјDB,v!#&Tp|Nf BLlut8 ";̑X8aH Gw@`6X>i׮^vX@'O`S'< \Oٵ܁!D)7n Ѓ'NB D</ &X7 BZ.ӕ  |hVb? ի@[#>~xq Hw@{M쟐& H͟;*iuh. m K ?/od |\.0t% Z` !#4v> Fh2 1)ɱDAz@Z,k톗5K@@`WldCXb-E#쐆:] R@N sƐF dQpHHgO7dKx@@ȴ1lSic|}!A持PQPʂo55z( h2؎6IeR(@ &cSd1lxrlKx@&׀ v ;:Km "GOOWBnϦ@y.\GX$-P@j+C.)H*2Jz ltx vd_K$@` -GgxwZ^Czr|iKSZ8ƣ(@@ k@0etv = ȒKy * S&̛)Fcj h@H9` 0T^R iFAu@l4.9"-P Ӵk׬OF csƐ~)|`BR"䚞5 4Z $x ;`)伂|ZowGO;>-́%zO>㟱 h2]`D![|\ax\;@4A+o#Zo dDhL"@( \1 Mu+1ӕ s2hY 48z( h2]`sukjg,]{.NК3pt%ȭ pU,@( WO!yh bNC/ŲTEU @@`v\AB&j7 B̄}%ڤxji7FA(Ux@@JYK#//Nw6s gAb$$%[rq( h2R~A _, )ɀ BwȎn-PWB) 0;;XG^񜮄A[; o@F;V,Ռ4 4Z 0+ Ӵ6Y O?LCbty BZ%& =`ih@H9eg̚ɓH,? {]'OBx'8$d-x>mz>%E( h2:A46F\ J>c`HOt=( hBC:!>3塊X` JٜkG( h@>ZwE!IԺy|ל(4ZPU,J O!c({yFq Q@ K`,AF˅Q02@(@7&8 FP4ZP ,7X&`$b (hq6(ChB.hi2 F8eQ@5@`ݻvS~%~m(d,tuy {Gv1 ^?xh@D;($Hm mKR7@;m<+Gy F -d.oBRXș xo; @`/_P˂G4:(; F(eQ@5@(j F Q0 F@(`-PF(T4:m@n2',٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}s5`/@(`'Nkןk&,%Ū F{`Q0 H>7i ~޵ X+ELYQ0 F( Y]=Cµ*01) XBn@4ZQ0 F( ̟7#-ȧ54* gIhE8 F(9 X(m`x4)G(`ZIM]s;dqG(` U5k5 ԦhBG(` Λ$bwdddCBu9r F+Q0 F(DO>ACh &HHJ@(`]u!"XrCh"`Q@X0oPHPH0F)ъpQ0 Faɓ׮ ZHٵъpQ0 Fa?R/|||#ъpQ0 FapI`1 7O>>D,Rf`G(`@ "s):&| |I'\ ,r?JъpQ0 F 6 egna_ɀ1#zZhE8 F(V9#͐G5!$Oh'dYTSO+K2dh@V`Q0  z.8$.ϐg =<8+j!d2N F+Q0 F(+§'t6 HU#BRźxY4Zү%)M0{@qhT: 9o"2 'Mɫ!ɮk&tl.Ѝ ZU v&L4A1ea4R ޼~lR^>Վ1`4DEEed/]L-jIVW> (ͳ0yNԲ@/]S@ FףT: y!0$!Yd/Ɔk F+Bzb`.@t u_I"R̊2Jhd144zC$O6Gh*#/bUJ8A` 5۱@V`Q0 L&nU BTԅwVw F+Q0 F(: ~%r(1,7Xw@V`Q0 h)L֬]8h"`Q@}\܀=BJ%򠵅3#hE8 F(& ($čhȃրVU}g@V`Q0 h-,]=vԖ׮J<@(`Z(Ml4$(4@(`Z1idSH ǧ.{G(` @ҦiE4@V`Q0 h5>>[hV5'Okj!+nhhG8 F(`DG(`h@(` h"`Q0@V`Q0 F4ъpQ0 F4ZQ0 F( F>H^((yy d4{@AF`Dz F*.ɓkP~(Q u(ڢofW?Z ڄ L0($'zъp0#`Q0@V`Q0 F4ъpQ0 F4ZQ0 F( F+Q0 F(#hE8 F(`DG(`h@(` h"`Q0@V`Q0 F4ъpQ0 F4ZQ0 F( F >y2i'O Inna2 F('ъ`]֬2KJjFrh|HB'O>kh3k׀dKSV^Ai4o@Ct*03-Ҩ\fRFh: 5` w4b$Vph"+@+5"w8ڟvDFRX&T4Hsv @!]f`# 񢉌7&AddD4Fɰ4:GH$V'O"-#LJ8֋ȾlQ0 FG1koAz`Q0 F0!+b:@I``Q0 = hE_2DDdF(`@#  ׮Y`Q@Ӂu@!n,Yf'F/G`Q@tv& PݎOJ;:kbQ0 F}j'O>=v[`Q@k&}lJj\ DGD Hcb F`  (!Ҷ=p0#%é> 9A 4:4: Yb5kv ,hGllu!RaPeddQ0@V`^6FT+Bf1;PGP4:4: F =v(ChE8 F5Q0 FP4ZQ@M pQ0@V`P@P`G(&#G(d!I>ڵk [F(2 O>]fO<ͯ_6g|H9z(C]ukBrCu!!T`Q0 !rk: F(`hpQ0 F ^E9F`Q0 (4*B` .Q0 FPwBaCH@SK @EtusvG/`#"QLPA]u '|X$I-l`ht(x dRZR@j `=vP%'t,F^s/Zvh=w m񍂡9y-Q0 B}" H"/\np҄ Fz%ׯ]v9tZp ۑyFCc!G(## #"ϚIQJ`4}X R9yDEMQ0 `ݭM͟?}Gd]T ]T m[jLKt:][޵ fx `Pi'M!+FQ@$ ΃Ե օZZZ-M DowC!]7js^$ *"O7 ј3'K YXΟ7otXPJO u4v$m '`;qčki)U+B| MSD׮Y3|`tZ 2PG1#yD`!|*,֣6hMf؅EY-'8 ibӳt$=}WOXZ-4 \(M u}A.HjJԧ4;n4yz4?PG'GXf 5Agi~'@!''4`sks 22ӂy(_ >C=q :z<(: FV,\-׮A4moVg6H*\ф: hh"n ̴tXY} ϥ!CO1lz+ݻvCʣAu( bBE`BE=" ؎Q@]@!=0KkA`& 45@2wt-y`P hEH!FnS (d 6pq'E` 䎎8HBoۍuv s$Bf&T`u4Fu@V0dU:|@Afe &C2c.Ij\;$!ie(  &ğPGEG@V;@{ v` @6 zt\cPšމ t0's4h"x 0KC23$o8d mI:pȖA{[`a%=3x9PG(:ъ-kzyCD KBIVw< މф: h"_ٴ!Hm>$5AȤrE 9clG#lIwFhBM`NHJfҚZpVG9}v)Ciq |):uk7z`(M` McpWr!jyI:>z~f_̻nQKtKyĀ #e4:O 8Acu`+O!Kҁ&S} HbmP!'=?$Tĉ?iG(ъN mH2~飻6x/"̵`%X :AN[vQ\ `BF('ъu.5u2XJ:O8 i#O@vus|0z( uZ8JQ@m@!=( }f5SRVf}F.P]v;FSKmЉSѽYn ۺ *Q@]@! )ȁT~)H6~1\ vgWޓN(OBe.+O'T2 uPhEH9Yؒp} GGĬ_v 5da.`aY,F/ 24P?Sv ubQ@#@!ZX|J$ns;|71K('aW!+liP`ż#~BOK|BԛJ I15 h"g`_03-~(i2 R?Na D`cXAV;OQ+Ph`*rhh ubQ@u@!=duXqwL&5o/A,VZɀO܆ -/&LXf фJʀcdhlrBVѕ2 F+Bz`^"`JnY_BVY?C $Rѵ uP%T.dfȚZ7x2ya]e[zl\]9YfQ0*d_hB44Z|[^ HRq> ) ۰.;E>CEA(;iD`2z(Pქ u @!=0cC!'OYu9Ziz@!y1/dj4F8 *OLhB4ZK`{ LJ\dLcr'zȒtUy5k׮YlMLEP1/Mv F+BzȠe0x 8^(pu.uwG#i`\; ~1/Mv F+Bz}c\@ۡC&HЖRDnCΘSq-`c\FF}o= 7?S)|Q I ф: hh"\+^ija  s0 6ٵjLJ@ K04JIMG(ъY`c6 ã#"Ϛ !@! 6t2  X^; *tb.uqs3kA`,ht(B (aqGOT4ZW#w 9hU9 24ar8dsRv&T) uhEH5`V+ 'GRxAJ K!nȠĤ;FhB#hEH:{k0;sH#LRSȶe`i},`P%T`MP]F(ъnجޭ ]f- _87O|FV9|)Z~LpHh+{@'<>PG@VKG!h  /Onu 4\ZFRR=%gϮ] >9{?:2 F( F+Bz2#"X)qЖc5GnD//;[Ae`4h"S9I e]/8 PH.OK"{ڨ*>E(M u @!̴t`Ґ "/ =y|Uh0ф: F2XL5s҆Q0kA`B2F(x@V$O>ZX9Bjф: F~@!ɠXl޶up?ւ`4׮Y :xp޵+t (@V>'7Ѡ@M`h"$nф: F4Z xJ.Fca&Q0 FhjiȔN0>{!'!g9>yd Q?045CN8\4PG4Zsm[׭Y{n`; /} YXO%ToxCr8G4ϲJ?:t6 p&ԥ+*ф: 1ъp`$ 7ל qSbx2 `iф: F@V yvΫFEq`&Q0 F+!G Q0PG(U`Q0 F4ъpQ0 F4ZQ0 F( F+Q0 F(#hE8 F(`D]5 K1N=h;G(M` ]@!oAKShф: F^īvZkSsu]}HˀhB u$=B=z(M` @eF(`h@(` h"`Q0@V`Q0 F4ъpQ0 F4ZQ0 F( F+Q0 F(#hE8 F(`DG(`h@(` h"`Q0@V`Q0 F4ъpQ0 F4ZQ0 F( F+Q0 F(#hE8 F(`DG(`h@(` h"`Q0@V`Q0 F4ъpQ0 F4ZQ0 F( F+Q0 F(#hE8 F(`DG(`h@,A N8_k$~7`4Q0@14@EAZF-]b4HGhB`IkhFڣ`4Q0$@V`Q0 F42`Q0 F425k֭YK.-- u!hG8 F(`D#`Q0@G(`h@s۰FH;%F( hth0 y΃4 B;? FV@=BX|( # Q0 0@G(`h@eF(`h@C$A!!!a2 F(ChpQ0 F4Xcf,hIENDB`PK?Hy܏WW1OEBPS/httpatomoreillycomsourcemspimages469799.pngPNG  IHDRzN'} pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV|tk{(uZ`…W4ZݎQ0 FhKSY@DVv-PnG(`Ф%{dT]kjn] 4ZݎQ0 F(IKS?׬ qbMa`Q0 k/ȥ|wk#Κ`f1ЧpAZ  Q0 F(p`2*.Fu-`(`,}\Uu-hu; F(`ƥm] 4ZݎQ0 F(5.Z vQ0 FqP@.`QhԧON8qڵ׮CXijiiiiihi[X źh`Q@X[kPi`Nj䉓Y1uqsuuItk FQ0 F(4qU5kΛHXqB:Ę^vԉwָdwY@V`Q0 Hq ޹3_'O#5.jOJV gnH `k FQ0 F($Ը %TD֋ ͛4a"ٕ"]vM&vӿODCh`Q@}zB*BWh:<< hQ^A nG(`PV׬ʚ&bz@KO8 $[hu; F(jki/1)) eP>. ;{CBUhu; F(:`5M@Ok7Xk}`u t =UjQ0 FuRi+T]ޘ t$@Q0 F(ԩk5Uq{kN d資^2LK߽kY3p2-[ ԁ`E nl`]˙E.nG(`$`Xgk_!Al MLJn}\`>JyCnG(``"0]fb:nm[-V<<2*׎.\d< FQ0 F( 皵f`]҄G1dK+uB !eR/ l= @(`D]U ?O<vm)@'o]tg<܁u-Vhu; F(;|52.k?/RҝE4z(`bk kCBh]ӧOx5gNZ (`ҵ zZ @Q0 F(D`p]nnC܂|`7zZ @(`~ָA!C#@{v4ZݎQ0 F( '>>AB\zZ @(`b{à7Wf#@V`Q0 k0:9 @(`ԉ }/׮]4ZݎQ0 F( 5OH}{ҥk~ڵO>'h`Q@}&TR+lht(`z`YN̢X "w]^Hbwܲyë}nG(` 3O*"P@-E8 ` lHʬ^ XC r@(`rSʪ[Ⱥ'`5 ֻp6k$$ u*h8V1lVo]ߧL# Z hu; F(࣬w _'@. )D ^K>!u;{!ZΜ,k?G '8e]@| C]*5 F($w VMsU}NN>yܙ4ns:PPr S UF/^N\ t*nD14ջvQ0 FQ5. I`eì ,>.@AHQ;J#( 6(q9޹%hu-t4ZүU" O0ܫH Q0Hj\9`([?>#{OEL! Rp85%5."{?=huKV!HKF(ɹuk(=p_)<r". 2<80I5.D1-um/WEÁT@-F0H|(lsr2r8(S}]`}:ZZ>"Uuָ~<N Z (/)%k /^,ܔ@!\:`zmt;s"S)0p'&~Q8?WeVQVf[7rd m_<{)ky\ `@nZSGCh Fq+V6IIuX]< 06!Q@5u/_y65ϟ7 6<XAn*KjǷiVjc"ȑPHü@-AfZ:{a`Xa2 .]&Q`]baӝc']@nOCtwLZXs(k!$ u-0aXFdz`*k֌@Itt0\3Y`҅d 03`YXA` ZH Xd U,$ܸ[X A_򋈟O`=.?@:.@0:1n u?ؽka>.tFnl.+30r,/),}l 9 @ہѥ`R`];gֵ : q(Z4`GIRO0u-$$9s]'qh II G  ػF( T =֦fViI┘h'7Pan˯ɰQ0A^Ah "kS'N6`V]WK-cǿwFYW@(`Jӧihi7Wdfɼɓ'iIej`Q@ؕlmj&B\{* dF^wBKh4=!UNvJ)~PM* uPh`ȍ.\rXPHhlq4խ@_2 \BX@ݎQ0 F(44ZݎQ0 F(44ZݎQ0 F(44ZݎQ0 F(44ZݎQ0 F(44ZݎQ0 F(44ZݎQ0 F(44ZݎQ0 F(44ZݎQ0 F(44ZݎQ0 F(44ZݎQ0 F(44ZݎQ0 F(44zE(xn͚kn II2 F(~ F[z_ھz-#A'O~zgOh: H/Gn999υ#9@>}/ `5O<M*P^&W {4b&׮&Q@<ꖮXrA: pZ`=nAB{.SG*fG(n We ,޹ D_ֻEːڗRnRPAhB?vk_ bfHjnr5EˠPS Q0 \^&T` }! L2F( FAWyH0x@H}!0p CpbZ"%T`3υ fhBݽkV'O|it@H9:B H c1rWOf"<ф: FKyI5k6oۊN}Jֵ;ȅJQ0$*}'ThB_ Vj䀂@2!)q4?jt%(T/0ZrŰ-6GPKJ1gpΛGi(־x\ ѕ,`4蒫Q0,@[`-׼nZX>y$ 4]r5 PBſ 2:=PGn5k+tx` d2,c}t%(F M`MHJVm" P` dvmG]r5 bBE^rdk%W`VZZ@p|Hu d3G=j+YFP}*8PTn ,8?@_7گįd-F'TpODZq$Ə9S}4`{}`JA 2k*Fh 쓍V߇~2[GR5nG@`4@;$CW _JI}46GZB sgg(X@LA0 #dpry@X+h~LkFI FG,fUe`EdZjCkYmGь&Q0 @V`=wiq?fhu;PG(@4:< F#G` nG(&u!(`$nG(&,shPQ0 @V`P6 F( h`Q0 hh`Q0 hh`Q0 hh`Q0 hh`Q0 hh`Q0 hh`Q0 hhQ0 F(޹Wj \H(!>/vQ0 FG!r;Ǒ?= @ 'O@~ڧOqA Q0 ɕ0DGgn-ػv 'O]vu >}Siam Q@R NO;OdWS ("t2YEex Fj֬^e LHJTZ5" o,xt\X%&%F(t횵5+KO6yDJvd5nn Ix! h ! O&1]Hvݻv5u12 _/o`B6@`:VTOgP `~:`4oΝgbP#@WL˱G/6ayyZK@!ht{rx$ԁ :dR&Q0@Wֿz _5 F6뿄|[1`03 YEeSĂYRs:/_o]þ`-Web nmb1Чe_k=7wba ǂEUQ6:/3 FIC@,8:ӝ=$*յ"ЀZ> tC G(?6sO9sXmG+Q0 Ͼ(¾2XΝ lھ;޹@-`FϿ/w%Lq)ٙs,_5 b1gmPkY}S}b)FnMM"zfVQMZ?:bh nHpU.韋}D0,#Gc"֦Ѳة,栿/?׬"`4P=g_} Dl;(vSo$afKd\rĉȥ{麏~AwdW,V> hVQK!#<3u?WM`19YpV@+Oq$޼Ĭ2 `p?x`k0C}?@ѯv=YrFuelndu9Ub9:  f`tp$čQI?W&Tc? )F8G( }#偹qV v?׬:(iqg`$ r`?,qGdf`~~@9>V/&8@6)c"ܬј!`8m^3u-206ЫO^saeڽ?7#1 X{b4F&Q޹3$$-]L 0}4g`?"ݕe@/Ed< F4Z ~çh`U& &L!chX6!/ V Ҋc[|l?Qۛ?z3эx`ՊXPX<L.FN%\i`[YUYEb=&TY׌! h` V4~A7Pd#YFt;/& ~5:< 8s!=H g8|cGIZ*u}BZ]wF7ha‚37ZUG77%%Oib<3֠/@ NPA&;‚+BF7 Z : ؃dp3 uZXmmOxsw ,ës,wES&Oѿ=e E@-aS-cNN'vRrEvEkfUe``UD2Z8:F7 =KH]^&""I凐>!k  bFDBN1`huK' vvdXMXOD;>Ņzkd$Xf1pCB!׾$ȌlQ0We9i0~|rH:%&'dm3,S +;$]2v Q@-  eJFTtwWg2LWasYF *Utq^t$rB%~-Ig[_ o}twkiePsrhBChuK'?U X  kݸ k0 k0DȆ 0|c@'ANэxBI:>@R$w&9rS!im2bY sۣ;FP4Z @NTzv@&EI= Uz d"QQȉNЗha$e+;dT ަSFP4Z *WPv,q7J)0;Ġyw A!݁o_ Y z-m15*h faYƀmq)@z hS6>.x0M`n baԑ@2 !@`1 ?UJЁ13 `4F")xA'﵄LHZ< > ڱ*uȝ` N 0G:MEhl W\K:. 0]*?|< R {GľiT_Vq>Ȏ5p"Qa!Z=&A8!`ÿ~W c=$h4FP4Z 0C]LI-p]|º `)C;"bё>;%,WehLp9rsLMa^`K yjpqir<0YBv10 $G4Z `UY,egdZPt|3BA( c-!ޑ;  4GޢE_&1qGChuK'9Usr).%{tOA1 ̪*hC7owfF{ ָ£IGT\M`BEmU})~uZZB;X˚5^/? :NXL@[op޻C*?#uz~>R7zyHbt(`,\Rgc~/w I}xx!:h E@-`X+(@ XS@MȨ2h> w+;͌ ! c PѺx-[oWc@ݱ$!5@- XChuK-;E1'd/WJ%ೳȻl!] {ED_ :\эyME-b'c 8P;֔=6X!jFw! hnm69 DWJd'O 0IJ]̀|k7 uF(&T` <P;:ۈ1!˃rh3`nw2'XmcRRc\8]Fpw݁o:XŽ= k%66f:h5(G< ɵ{w?XIu`@VtzLq)l0X<)b6K U z-|%K 10O&G4Z ̿E1ě7XkJ.)hwK:xȍ@H{,X_1zX(дxeT)4I#61 YQ*/?׬t莵Q0D@VtSJ>4e@] 1a=hwz x&*کRz q.X;IJ lBa)#XdpQ0@Vtڻ (at-( p70(,|@ZW @߿;B6@._1 ul~jNWW|e~'fT9tAN@ݱ6 NXpWfIЩR ;U6 ?yT~XO)<߾IH@K.?(4i2BS)d ;F! ߱pŰah h@;Gh}ڢX7G+F&|qa=8_ٱLR;x#F1J̴ _^h;֬oQ3h Q@-rT9R Ne8X s_/x0]/ 6֐?׬q?f ~L9k@Ok Xwaݱ u Q@-krXOdT)!}yHXN;x&8wFi|< <[A;֢`;ְ.tB<`- U ;ր ,kChuK6j#M@Pl.f$r)1lMAȧwa-}kѣhGxڧhAc=?r 1isP#j`f$Tb2n%`0nwA*]67ۜadAŐ;~3rKca#.:oP1!ľјrd#;짢 m ` 9c!K琐 y&Q0@Vtv7XJ&ct-@h=cXmt_tR>AQ[~*%AR#C:b %zr-ѣ` !@-=99 yM_?DJUUH(`~H` CRǐz nu(yc * Ja%q׮S HĿc D9, …2N3z( F[:zgNG^yFDW2.Z%d[a=AK@S$Gpڻܙ ۱FFZl_-t詇{}wxV*5 4NXj{zEeo܄=%Kךh\+!e@hɌ6L} ~hat`(ni5.UHF` f1ԇ'߹x `=Uj ]@-5 e~.)c=ҍ}Hgh݋F{h0$BOCV!K!p}NbbtgTQ0@Vt1:`{PeGwgQHadBNleG^~B`:zX(ȑ${HneTT|XII3[,W?;T/EfјChuK',5@ =`J21!:_ UF ӁO""~v ~/={gP'UL 5yH9"-T^/T)`"ȅ u ]@-^`8Ujk7PX9R 2谞wn`M<M䩐S6I1q>CRXour-6~On`n%WeK(,s id|3X`IGj`x`]L:81Ka= y|/ִ5rDyq1 .v?_RhgI2X-zOE{:کChuK@doސ+@ (c0CQ_`4FhB> F[J I>#4w{ؗǨd3]@`&_w~1x*bQ0@Vd_|< r;;>J!A!!*F(P_sф: Fn,¾sX~qf""($TVkʲф: Fn~-_GOF( FTd'kG`Iau(huK2\Α8-a j}Q0  d ȢѠ? 1 F 4ZݎQ0 F(44Z x:F( NF0 FU@L`nav͚'N22222@,_dPd1 $A*$jjiѧ~~]߽kWP0`n,]X޵R XB}~^ʀfpHHPH0Q [c R`r"TFj'@)~'Z8pussusQ` ,v`@BRBH&@`G-b vKIP8ZŎ"0灯(S5khU`g9 FP4Z|FCkSfQ@]I& ƎQ0@VC`6G(42yQ0 F(9vQ0 F(9vQ0 F(9vQ0 F(9vQ0 F(9ѕ @6YfDo|F(M @-45xL aф:PGl$u9@qZh`]4PG[CHn_$ľѠ uQ@$ѥR`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@14K~џ bGBGbhф: F(b dbO54 Q0PG(@Q0 F( FnG(`LxkN24Nф: F(4Z*^Xh uQ@@s`Q0 F@ݎQ0 F(44ZݎQ0 F(44:wK;&Q0 0W$DܶIENDB`PK?EZAA1OEBPS/httpatomoreillycomsourcemspimages469801.pngPNG  IHDRtws pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVT1 F˵Q0 p= cP>2Hy:8 5 rm]Af }cB/Fh6 F.ڀA`>B+Ԁ ?F(3 0W6(B.̈́R:JB h\`h+u4`:sg 5ΐj@@,kdoѧP-F(-چU4ZQ0'O<}Nh6 Fp.N8qڵ׮3 2`,ddd44-,,[@·Q0.`F Ovڵgn \l///R)잂pHB h\`0m9Yd֭YvxdfannalikN8qIH4$8$$>)xP-F(tiln$m҄$iKI@E$iG΅h6 FVKS3EOBRu&Bڀ3 H:j@@(CTgy4*Ѱn@+E[bR`-F(ʹ̴t`q!VՒ7Ee%@!馏dG5 F676}L [yּ|`>:@F(b1,pMA'rm! 4`il+H`7h: F)ԀPvC9 5`؄Ta@F(8hd RBV V@k`PPDY4PTZѦ9Hht|m*Π&>{H0U.4a¤ 02gͤ|K){+{h\ߋ?׬lQr'=Ps +f_dӶTG,X O&j-F( @Ζ@.hp;ń-qa:F!׀67 hr[gߧL28(lmQ0dX{sCZZld >Q0 ؽkh-l)ht$@k` :0yD`onn- $7[v@lrmm'O'%i_@.|Yf Ih\`pHgH7`M6P Og@( ޵mMbErmU;n.n;kn5rmAN8 )w 4YQ-F(Dĉ:uš F˵Q0 ,h[Gקh%:m׮]s0h6 F`9u}{矫E~|s2HU~jf~@k` _PF`\Ox3Y`1}4xI,)iw<@G(,)\"ۄw@v3 g!P/_Ao߅k'H1Mչ4^`׮S8cij1IH@htFH1` p GŁ""(~/Ib]Q-F(,ب2 X$!x"VYEQ&J" fr<0 h\`fUxթ4 *}U^ʋ6_X}4xV't9ь<ܐ2RZ1ji3`SZ-L0h6 FR i *hݽ ,!sMT4^X5]m!5| -5ڿ/$ġ/zyzGrC;8k nh{m /x?l 9 /X }@zQ/_}ҍK!ӧO2 -F(V@RNC$`Y )4$)22@i h\`:P6֐B B(iA@&@!Py=4mh$@k` IM3fJܔȥD^A}|cBiSdUh\`^V6`K~Gͱ_w‹!`GRN!TB; Lbl Hj-<,X)<[GVv]AEչ4:: F`Z-GDn}dŐ/^BW q,Xq4ATBCVqUuAT\XusUBh@5 X8K4 mt=@)Kd9_B4ZQ0xrr%ag S{hkOƙ,,`lA XmM0`΢,M1 Gbz!>^4 ##DI jc }(dumBmy9 2Ȟӯ5uT? Fk`УkNH6N#-#yV U [mīˁ%;h!A3gXB@1744&Q0 h@MM6޷o*|egggcg_t$%UU@;7ms ##$]vmI-bfe{:0~mcfe @Q0 E +vE  gLF&d$@e5%Ntu]-z!G@1:=$@-F(&"ln%O<۴m+GA&C"=RLv-s:q0d &rm*`1jmMv[ ޵+3-^@. D!gΝI;!j@НYj1>$Q0sʊK(4휾[,)B񣏧Б'DF( 1)Ƶkے:{67p~;@Q5h6 F Xd B%B-8$d@`mnn̓4ܨw9lZwlQB h\`(mZZr s=P` ,g-՛-F(2 wH3!ב _m%1O<r!?-F(JR˔&\]ά,B.%@V`9KA4ZQ0h#uWP^ +4a/ ~j@k` :@Np+rECe@)z3#e- h\`pܐmd|4rl>zƬQ]Czj:(?T@(PU$)_epHDdx ɆE5ketPr2@k` Bc ڂy^iaJ1++ >`xp@-F(\6l)k" 5`F=kA x@k` B dc]֮ݳk7: 6s*@kN8gQ0ZWEdRh}6- ֮YxfZh6Zds}4+FѡhrXz V׊`j (D 8u$;6- ZpHց^`|Rh(jdk+V8qg|ӴhrmlkRo4F 526P}9E`E;hWh6B!O>E -HBvPHBCK&Өhrm`@PH0 @d29{H@`g.۳k7\dF(p𵺞vl)rX%H#$6RO h,ϛ`e]v("nmd[@ǂEX E ֣>MGH E۟)Jh6`2{YnK4j5vS{v`цx82@k ',Fw { 9F^/Ck ?& ]X]vã3,}q@|{.2f\t4^H=8yQ@9Vd b֠w ٵ{t&tpK~>}L qó4:: 1)F(퇎Q0 rmQ0@k`h\`@r4(F(rmQ0@k`h\` 7@(`-F( h6 F(n F˵Q0 Fp4ZQ0 rmQ0@k`h\` 7@(`-F( h6 F(n F˵Q0 Fp4ZQ0 rmQ0@k`h\` 7@(`-F( h6 F(n F˵Q0 Fp4ZQ0 rmQ0@k`h\` 7@(`-F( h6 F(n XFN8DtT;7uk־84 [Xh8 @J6iD:[j&.v͚?Frmx-iݟ -]@4((°4:6 F(n F˵Q0 Fp4ZQ0 rmQ0@k`h\` 7@(`-F( h6 F<#4ZQ0"߻w$H,@k`R@k`BſwyQ0/x JP i<S\Jȱ/ {.Ѹ[XmGTZrm0kב\*mC}Vkk`6rp@ #0!V!5L죏 yyp-:5@ҹ5$wkh 2@k8sZxd4Lf?Gxv h\HK`~ã`P h6IBFa*]6 F(n F˵Q0 FpR޵ky]FlQ0@k&Llmj: PjϮݣA6 F( PʵDH SPXAQ0 F`R-7SPPFFb4F(:`6޼'OK1'_=^` 9%ACe%@kIrmupukqnnId!ܜkN ¯gbߐ@vx' 71) X&Q0 CO² ($] 3` M0uكu@Cn` Pzĉ'OQ0 hmN*9YC˧}׹v͚`!{{ R-76 Fl#¹=($X.` 9@8_  y䉦Q@OLu@d~ %X@;WrQ@gn͚R[FFfu4Xh.*Kp=/w P`y!C @pPYh6  kh2@ds%HnI `VQh6 ~ @CG( h6 F(n F˵Q0 Fp4ZQ0 R]}ϣ`hχ>ydtL`SbRhQ0@ rm]֬l94  Q0 FVAh r(&,-tfhk 4M-Ξn`hȗk G( pv `qv͚(+>}, we6F( R@\M?`d@C\Cn1/ G>={50yE%(~U fl; +A]'Ovڵ{nH&|աI׹"w dc^ 4\\Go `,׀y̛i ZKSy 7ЏFSKҘF 'O$KFpB)񔞮f3`q,ԀEHA1B-!))1)nBjzih6  |oL՟ji]5Ѐh#g:g^vBG0\KHJ7'L@+ 4 F(  &?o&7A׮]66`@:{D<)/)ݳk7hI&L0 z _lN5s5 FD\dKW,omj6vڀm7-G-5d'eE[,F ʐIz^Mb48'ۍa:`ql2 ɨN8Ar3*0`KkvG9G( ]fnaD X׎ 2 /F XhODjij$I6JJѢm ]@$˥J*!)y| YXH!mS舝a@']8 Fu@ ~`Ae30rk>dXpχB<4aº5k*W77NP3-Dk K [SO8 B"ѽ`b :O>ݮn^>̴t:d@,Ȁt`2 Y wthFohu)D#S`- edjjJJ'MD;+@Ӑ^9ȤAř9a!͹N(d( F˵&ɓy=jX<<(*{ ꊞF!+iBRkׁ/7? 4F4Z "]=ݐ&O =p L2!-8H_X&( F5zHp56ukBf$!-,2̄Em{OME~ѽ`H- `rb-M ' :]Q7=v֬o0 .rm X,]kȀC)rOpp)v @ &M, _KS3[F(@@CX9BPw˒1;ceV\B;dD|rbhcm i@ĤIJR` \,7Rl%$%{;r:^7hFo,28 `{ 4ІI)13\``2XՎ7hFouȱ൲ВZ2 2 2| d:@EA(;i`- Y34xr%Z# }츦U+(̍YX`( F˵$!w] P׳#RXKLO bH Y.E: j6 FP4Z7X Z)o@}KR } TuqsLK :hl@~HK "QwH1yhji Sdxo6 4rm@6MxX*HsX* BA:7 h\7&-MdƬ|#H-w!< }auEm- ݚ5e%n\ChFoY R ANvug'QE`T $rusQ0t@k;e|?`|I %bBVK1Z\IH!;S`-@4pus &L\l l[1]@H!}RIw@=Wr u@d` X Hs,"5B`E& C%!S@ہQMW'#N@zy! h\nH '\\xA$+ _Oo;,vG h\~5kY3!J RW{= 9ȸt^HFd҄o9 F`4Z @?e7/lHjxy?RE{vlr|>t: 4rm@pHpK5xf[2!EIh;`Q8|RјChFooY)KZt3u(d\`H- غ5k u RӣI@@Ε~Q0@kR&ow+@O<`?7 sئl˂nE>Wrt( F˵3 IN0`=#p͖B.7v6` s%GP4Z@`! +@%:䑐lqkGh u@xb~|j׏-; Pa 7ȡZM`3m-( F˵R !? =SH-0Eza7X`hFolRk 0} pX?)塐S\I:׮k`- <% vdH yVvr"(H,̛: 67 FP4Zy ڹD6ĈI 1 R~Afü<R >hChFo,>KJeGBRڀP ـKiB9\ j -[pwݚ5Bv횵J h\78Ds%!O\Jwm7Ӈ\n`|F( F5z`;L"X?Ұ~->VB ;~( F˵k;C!`k,m&!ȀEs%!FAlw=Wr u@@+ ,yЮC 9T *ܫ+, -a4F4Z@X3#=}H3jݚ+D6\k VxXM0r9x蹒`-GS(`HrC6~, <H\; F4Z `\ɥ+/pAkv-!ſ B \I` ,ΐ޵[s\ChFoy$Ac@pm |*Qd\I`Y@]` 6@>k&򹒐H\ g)/X)o Ho^vhL h\ ,M {̛?W&c"hq <{ I{v=Wr u@'y;i̍FGD|` *@(6Ѐm"{[Mw'Y%!{ R )јCh6^xAU j ).1@D!'\KF4Z`+trHӉ5P9W/ ( F5z^>>` Xdϕ;|>1 $jFFk`H- EYTVR _W|$ZG pQx.ewF+G! h\~(p`,k Xy֞)d=.D| %@AF! h\~(d99#ru< {06ʡ!!YQ`! \\Gcj ]@CϚ lO[³Ob8iС])-8hcm a@ȀpI&@Vc=lȩA"Bs brmApH0 쨎+9 4rR@do*uzy.nn1uӍQ@@dA,J "&L48 $Ȓ4(f~$ u~hcm i@`K-tLG YKE![ )+1;ËJBv&$%^2 :rm`j(Ƚ-=w y2e쇞JF( F˵(hC^%&( (((6 F5j`kϮO ,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV},ǧE7hq3 FO<9yčkBfA-,ddd,! 9 G;S` &̺5kw,niii)=MAW777WF FQ0 6^֮Yp|H),)充I}%`Quĉ=vC`sQő4Z܌Q0 -7I!!@#h[Oy' FQ0 04a6g 6s&M$NBR"--nF(XN4*h:NgO7vhq3 FM64j]'X ^ 8`K*1) ط"@(C s{tDk\܀ j o;;ZZg$u4 FQ0 2灍`cv`,閮XN@7` pĉ̴t جH ARo Fcq H6(`i`36"uhfч5D .W77h`8 FQ0 / )3xxa3e4:v3 F|=݃a;S22hq3 F ۽kWbR1" +'Q@Q0 #6j(i۶7T`\m1-nF(Yw9r h35 F>vOPY>'!)r\+qhu3 F6>}"83h”( ^Iu]P,k ~ m݌Q0dZC 4ں`'NIC]h`ukPt;1F _h`m :=9Mf 7ap?@(ٵ.~Ғ9u$ @7` pĉQ@Z FQ0 \mfaNk|-nF(8[jxd[*۟B+nh`P׮ó(>9R ]&3-eTXl ##w/fA aR4ar Ȇ|XYkS3P Bٵ @7` ,H% ,7҄;h& X^} RA xt@}C FQ0 |ii GV"S&SD ,,ϛGxx4Z܌Q0(ju^!" |` /z`E -*ҷB-fAѓ4.(7,DN9]v+gQvchq3 FhRr22Z FQ0 6%Š \XSz@7`  /e =# ֍҂wV"PNuW@7` @p @>eFZFh&rsغI `9r6LU4Z܌Q0m5)n|'Xc܁`5]!ed?7!E<Ҁ1@7`   H'xsH3 b|r)DI yh`P"q5rr|€s!`!)["@3llqE| @(m/" KEGDB&LD*n HI{mnݻvEX,KJNkS3] FQ0 KW ,TE d7,CbR@ , 45Ë'M`i4ad d1 z9 pAJV w(`ys*+<~HkV"OƦ];wB?~homcwq wb?P PD15@4I2$P; @իYv"]t P=p-nF(IXX36֢d@+ 1X@e%fB aD` )"4Z܌Q0X0s9IZ%D@kY`,P #RA 4EhQ0  LK?yĹKIҵvx˩~ %;B"4:T< F`.n^+8$#"X֔B RKiD`Sh;'YЌ htxll#, ]Ξ2`aN|>y9 @Q0 -6 n#R8r*e'fhu3 F mlڶ r'1)x5M0@Q0 ig@8nnYQXL0r`Uţ` F,@B^LPV\Ǐ!H?<~PWh.4Z܌Q02 n#F @7` iAsxfZ:-ԑ o5@⏧f cҁ铧hm-حd6iK!i FQ0 HLJK '+`[Ѻ_:"| FQ0 醜hCX LRsؕu&䉓h;d8T4Z܌Q00K`h2U%6 I%Mx@7` 1O `a=vKrE/ǕC]@@(CK$o0X2AOݟl qV@(C# *+1Bd+ r ^of! r l`A+<@(CCra`jv|Q FQ0 * foȦ]X`=x@(CGBoD ơ*h`D`IANq\S *4ZxCnq Q@<KRO whyyK! 3-زݼmh@" $pI-d@n dkZQ0 6pرIj3F FukbJ[> F2lD]2CI↮R@Łhf }k4;Wb=) fS k% sAMQ@:q:y!xwC&4QhqCoud+ g⏂iBJ \-'R@7J@֡S>8 F2pinhq322UFGHmݘnYDv7@7 a $4m֎ R@7 p(`ft{HyC@*/hxݚjQK@!Vxhu3` >)2Y0:= (o=l?h4n5 r#y^Ahh:4|X)5i„I&ypԀU0 F(N FQ0 F@7`:-nDGDgrh` hq3 F(fQ@'@(N FQ0 F@7`:-nF(t4Z܌Q0 h` hq3 F(fQ@'@(N FQ0 F@7`:-nF(t4Z܌Q0 h` hq3 F(fQ@'@(N FQ0 F@7`:-nF(t4Z܌Q0 h` hq3 F(fQ@'@(N FQ0 F@7`:b ׯ](G m@'>y2#| @r4(h huA!!yoR-]|4m`hfQ@'@(N FQ0 F@7`:-nF(t4Z܌Q0 Y@(<s w @7` sn 6.fa޴Y0o`آ@(|)3-Hhq3 F'O~ZgO } @{F`&L{!6֬?}>q>k`-nF)n& k3y IIg FWC=֮22!(jnȥ+[X&KW6@| `|xYwZ0oh:f F~<w7ٽkh:f FZh \ T* Fь4(@pH0HBRh 3@M--uhSOn-@{tvt̴t3,@%&13[^A>ϊt4Z X r":d5u`{.^h`Yq$K?!h3 %f0@>@4:< ?f>222r|I&cm?y$3-k+-}>h&G`b]Fkq3y׮&g @ 0uVEK>}Ȍm(B,*"'c(-}F( 2M֬E+n=љa_;ˣ{)-B Pfy#x}B)n) :` .n횵k֌nc-},}dͥѠl8x@ƥlcC mڌK2H&-}F2 2`gnpqvt{Q9-}$ 6j lb khiGGh3,B52`<:= FKÄ@a)n vW鍣`}GxgO'OF6Υ] @A5;'O_4,i ō F([l 4r8 ha~d`tШnFhk%$% 4|}0y Fob^k7@a/n޹%H(Nh 3@؋_pH(n@@tD"T@c7`P'O.7ӧOvMM](]+h^k7JѡQ0 F@7`:-nF(t4Z܌Q0 h` hq3 F(fQ@'@(N FQ0 F@7`:-nF(t4Z܌Q0 h` ! >UУQh,r!yʀz&ARAckjiG4Z pg׮ݻv  YJFF~[S!O>c-e&oB|h3 h0,#"%$;ԅ܆@k׬>khwl/D;l3ٸ@-@GM0q҄ 2h3 h 2fh x&'Q0 aatsGGhQ@@8;S9Y[Gd/ )=AOLQ0 %sr:GB{h0P*e L Bn^jPe4G(p@wo]?,f58%9rN6=#zQRcEot z2q`艓$$F( , _;wI`ۄa"d&Ufqt9A }9|nAo~0*X G3( 5@)޹KQYp)J4z lA+q*<84DGD/+hpkIF\kuI;D2?F >_;v!9Ygn֗"RV߭EDY380xҁ*G(NF(hV+O`-Et;s8@KYlIX5Tjw;9H-UZ VX6mF@ &` aAB&`'[{#Kx?/j9#* 4 d  FL[4ئHc_az/^1Fy{ ?ys̾VT3:Z< hh+t׎]bWѢL9ΆX@n89b9geVQ-kF@7tv hVz00xH|wfx#B.8 *e d5*=YZ>B<$rhqCW,hC7ݹ}|JAJX"E+Y h h4jsRH30|=O!"im]= FhqCWiD8ln&\sB.\;w,H4-h9&%uh\i(5F F߇\tť! $X[{2U2Rìܥ_GT\hF(↮}%jc3gs?y>dp$ /" ҟG x+Ku_wS@.4Z{+Ι}I[79yC|Bd;: ~vy @gfg jk[.ly(↮pz-c"wvVA wa*p W 2٥@M'N8pqWCVsU6mF@7t!W$?zRh "x X`m4.PXy(↮׎X y-Zr҄ wG0bW|qcy.dn#y)" ZU>xhqCWھ/bWsp=Z@Ak h*`4Keb`xUqM_4G@7t~ʟmkւVK~H9|yUTЊ^Ȫbc@\9ړ4ZwK턜k.J77\B^R oᚺO!$bYN-n]I8`~b9૊iҥ ͂CTg-(ب 3Q@ @ ]dU1DhK}kb ?9 o"a0}#[<FQ@#@\ OBQXxK1x f h#hE )E0=@~SyQ@ @ ]H;w9}˹Wz H ,8Zk]E ;[-, SoF#kPhqC×R@)U*bKCzĭ9eg?,-kF@7.nCY ,y]_X\=#lW_/b.vֽ[UwXptfhqCW`H~E6Zk 85l7 O+ ԟs.\XpwTyo]@AG#kPhqCWiȘ˭_ E4qN\;vxȣ/_\ WYhLZ-n gd*MZҙ¼y2zª~b12d \J|aQ]ǣQ@@ ],Vα?{N,Hpxg ,8x\إsth/>~zü2 ^; hh+OH:jϘӈ_X",8Wy,.\˯[^7 FȪb`#1n򜹓&LgBb\ cFԿpXwlޔ ^U%zYe4Z@Fm(`Wr|PsSi{`S'ή^ټtQ@k@ ]5> a`D[UL=ST횐]E p:CeȪb`14MF F`T Lmpa͂K̆>1>ۍ*X*Eߖo_mJe44O}4ȡ5 h+ @z19;C 7BzUȳT)*F͛?7DDM*4Z**Ut@_Uiw8U7Cu7mN> rWe(ޭH ϱ0?q#v6yt0x@ 3q U2/^ SGKQ@ @ ]Yr֥ '=cU1;V{{?=mͼE ;[tt N-nHk>x[!\>` a 37Z?O`XP5:> hhwq2 xע@:S6]O]u&i9j4F@7t?׬5lOM;p`͔)֬a ^q|o/|W1M>6BV^; hhܯ^=S1bU1lmY h|oz#"._v襽 F`u+,9{N%bU13$)vo/P艓$ewwhqCW6.μ}sbϞxl{[FrYk W2 ,n]<&nƆ?WwhqC|@'{HЅ9sg}x_Ek!=_@ XAg$0z(%↮ r@'A.`$q7N䳵 @N*=^khqCW``}S1T`[{8!\̍߇Hݹ[/, )b@{ķI15 hh+@>^k!x;3`;X$49bZ7kщQ@#@ ]x-`1'd bxx-C}V.[Uf44ZXC.}(0O8^ =-cF!}(^lk;㵦hji^; h hopÎfl7o!+]2hW Dbl! kX! `tU(↮|$2dnt ׂ&9,AY Oi\#*wtU(Ν, ٢9y&^q])px R۵̾VAԌNZ-n ` rUV:Pg.~o/t&n 8q,]YUЅ W|d'dbZ@vĭG}hqCl>\t q_Ai3 Z`hqC)6OkNh㾸'( GQ@g@ EO_,q GbImڱf` 6@ E횯u@ľG( h!P^-kF( h@7 :w8@ zA0` h!uZ7:4 F FQ0 F@nZZtCɓk׮1= yIENDB`PK?sOSOS1OEBPS/httpatomoreillycomsourcemspimages469805.pngPNG  IHDR-d pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVJ`h-Fo3޵ M(  Q0 H4Z=vct'@dG(- E5k>![a'OmQ@RldpxBRhQ@*RlnZ(h68` hx5 b ` @(>9`|`LSKk4XF( h)60> `lt\@z0,#"eddp,`h-6`2?u @9D II` h` m@=Q0 F4ZQ0 6Rl ON8i@Q0 (4Z $~ZtD$d(<@(`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@(`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@(`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@(`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@14`҄ &L  -,X>Ch zZɓkHȌuk֌4ZbR,($  ht\lQ0@b` h` m@(`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@(`h > Xf͓'O@䘏D- |i@R^R鄜t2 QX`< HFGDEFr\vm-!_-Mͣdh0i'O ~,f!=khAQ0:46 4Z bKSK Y$!)i4b@ HHJܽk82p:@؀5=Ϛ9iD`Gqus 4 3z( h)6m k@Q0 6RlQ0@bx^5`A QEGDyyRT0^`QQ0 F($ ׋ 'Nmѐ` N@X<֩\0oL葛` C:V]Fb` $`,}IHlt(`0R`Anp`5bQ0$@a/ c ,F(Sedd>Ąyk/_]W;F`cQ 8אگ]gI&[v`O$(L# lmҘ":ĤݻvqwDdU铧m &$( M`[KK@=Q0Z^dp*($$|l nn2+dXfZ#};(2 HBv+5`? XYB4Z {9{j-%zk/X`Az׮K4 VT@@TyD^Am[izB >k&[ "Q@(Tyϔ@[F+(j^`/X\BeI hbO<ߏQ0 p"ll!M0`Λeu]-Q,I-Ah@ Xf-=#aG9 XP8~OaLs%%O<6@ð6ΛTG7Q2) ر})eEu` ?A,e )O4Sp(ŀuk,75 Fklr@ /`AffaN-@C$dhk~ȎfΓjYu#!-m|Q@<,ڼm=ҵ5Wq'@ R dKu`ZI`cg&"XVR ,pq)Qa6GqNjՀ#SF(@'O?o'p0,v'Mk@  2_@ϙ{ ?mXl}Zp!*us>h7|`4 C-X]Ђ2l3@ ڰ\ /`sh[aa >P>>^Rn]GkH`^5GX0o0O:˻I4J1: 5fBRl_&fv ='OEۣnؐD`s \1*@4w_5tEܗoxdDEAj-ņ=hmjf!q8&U` fB -u57Qvԍ.AQ!} Q@φ0[ ќ1l` &<%P[ ]T@4Z6 F(`! uk֢r# 2` 6/7G`G MQ0 F8f~M-!Ł콡: |`9xa޵$7?vd``.ŀEPHx^9@( D\SX 0E`ANj_'@N>>^`8=v3B@<+HsbDxZ6`@\vbHg#QXQ[ۃG%UY. ׸Dz1`P vЦ>H &,xE(UI+( ^f-0x(8인@ ` /hݯEVb@!/5'hnK~N;<@@C+DBR" ^֐z|{(`5ͪCz2~`+Ns>sfť !@ $HZszݚ5eJ^% Y LߐRwЯ =lr`Rd*Ryȍ>6Կ̴tnBjٮ )7!m bc:2 E`XL!oւ-` (<9Z Zq&fY)p$C:(0M5?x FK1z 6;"~F?q %g , R AHm(˵-Y[j Ȃ< y VzHIf <E 6|T@>[@Z HY1\lA+IPEA2h4 ig $!Y#OUVD'Ѐ&Pxg>E9Rlze%- ̓+che!&22ȳO@^(pLN?+, Ro FK1zCBn y5frOoIyhX!k)ll4Kѵ @: LH*1"+h7G Jڭ24uX0'<QkG&4n6E'D^`!yM~- z=Jȵ ET$6'tm9S Q*mkGzs$#$9=HoڃbR 'u*%R ,)ӐZ#, +W!"dh7=[F, EȩZF 2O&?@b&LY3!k!;dYң r YlRl>> oE0Hqf5!~5='Llh7D*@^AD\1BV!%fYcL]@bRKF{,Az 5Zs&N@K!/`2@I&R;d ¶1VrF=(OFv-%D@.b-M͛m [{֬PJQh= @b3BA~87@*=p؂Wh@ۍ k\ˡ8B_ >nUAEy .2T+ -,,; $H6&^AYl$rd { @N1N k'|=k\v) GA` p6ӀR@5l 5`d72\=@bL+.nn tr^  ,i RAH|;ց7+ !-b "`\!xFC. U\ 34fqIL*- -j`bڴm+0J Xw$dpL-M͐ŮZvӁ;vX D {$B,9 f@R0q@Hh)Fo;0ӇD6LY09_ #2  h)epKD` ;~=J`:u$IuZ`" hEWO7[ CHe%@b|%I%g`/dڸdnl$nf2NWu 2x4֬E;y FK1z`\M]EWP>LR$Ks8"z'!bȧ(uyiq1(@l2$y 2`!U;&H]Auh,Fڒ}  ~]G 5)~-4dy(YkSk)9 XKRJ 0m FK1z`Ăy  @nCSa]Nk&Sצ2OIe=%qD`1D9ѐ 2B^A) ~)&[h7LJbRbYI)5/},׈IUJd`NCt*!!СŊwfZ:d- 2H+<#Oa-@+.4ZzyɁ&Au)IMTrib$ ܯ$OR)@ 4酿 ad2h8XP|?xt52ҔLYb`I Sn @S!&Mt!Gց AQ?Cz~ePHSi@9IoɟQ{& 'd%6;h7@;%wqÎ: omwuso!DGMZɂ]d @bS!)vmXJhj*2J26])# SEWO7 #{Ր <;4ZAV8aQDddoZ'Xu] ј9iH^ u 'M 'URȺ 4ZA]jn} yv<-Pݿܯ[wN^fh)60!Ws@3H)C`7@bAW2`ڧdR WFk-P ׌(G&"| S'NbNC]IJɐ ^-@b1} /\'#"e|#!`0 P? FlTY>dn!Pl+ @}I2r@bB%C1 pu0Y@o§#I(ۉ$~%0%L01($+!Ie l[ fKS30R؅ O#k, E$4}W7W ioc 䂯_ˀi(;~!bX[OZ)ւsf4Ztt`… HaGna]Y^ 9"_ _-> F&&b ``i+.fzc z+>9h7q"^Q^%o̅.1H`Yf|J" ü^G2\LGǮ_.CեTGvC h7@>%ȆO-}`iOY @ ^8%҂5Ff;x#Z'AO3&|5k)i@bDOIcRD.\F+ ,WnS!wLFhs%07 L)Rޠr/|%Z -XOIaϮq4vF֦f:Mh7 l9A<$6%|jji飧$ B (fJ*Rl[^nQyjYԣ< /3 T`uنSGYCv5Ҵ9v5y FK1zȶۖfw҄ t::V6Z: 4Y|DD= h«ԉ+ )Y@b BCN%$5Tf-C:XKF$?y֦ѵF-GK!&@b5"XD%&JS;N!$K~iW,,,YII!`=*ҭ4ZOI1& 6?jd{"_WD`c h6bQvLQS bUL<ƣܝ4Z&1gp!ѵh)Uh7͘5rxBFExH?^]q}=bkt(hjs!2|@ ` H/m%R UZB/1g-!k,G$B[SQx.'';I4Z@O%H@6 w=ߤ ikՃ6Ǎ(. ]ct >u>eܯtrGoh.~y|'A> h FKҰv9S-M͸k`-ŨHjBCEԲ~Ҹ5 %MAf|k(Ch)Fh~>onay(h)Fg9H\ :"҂Z!`Q0 4R" et]UM]-%y^`Ph0`5}z4d'@Ā(a` R|xt( h#bAݣ7 F(h)F-F(p@(`hH ## [ۜBM=Rl U@@M۶65/\I//zP5fu'|O=( [)i}(4Z $U%~ F` m@(`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@(`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@(`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b`P}$kjGCc@@b8je>%XgOhCl@bJk=k׮F ׮]۳k7>kh RlkL025 ?F&h)FM[sWtD$ %hr-Oa`h#͢;ԊR`2` ht'N޵+1)i<@uk\-`Q#"M'< XN>`W7- <}dݚ଻VFFfpҵrvUSW4NFA@=+|!H@ ׯ][z@Z9 Rl`0~ GxE _@'-'#-LJ)8zx( h)60@cLfdijiYbH@wڅ܍Z =\\Gah!c;&Q@Rl f(` m@(`hB)0#5 F(QEGDyyRT0^`QD@b`f.7R-F T'%G%Gi For` m@(`h-F(Ch)6 F( FKQ0 F4K'NbP7 F( J ȕt ͇܄9٣` K@ðXFFvQ0 1S5%WPH螒Q0 =P]vmQ0 F&!\_w_W6F( d)i|0`Al| E,`I䡒* o^A%T5\FOg`@Cx)?(Fr eHN8&"##--LF{٣ x0@[fͺ5k!maU ^f x`)/` 9 :AZ=yd!x!N w6&rk X +̦;'&uXDͤ  F;检¬"ca ])U` g~FGD/71 ,m%46J|N:0[{vLUSW;.C+ʼn[ ~ T+1))>)q؏|u"`,T?}Hk<LK.F`FJ `ɵt׮[xYysP~F-XKւ:0g̚)=)u @Į&:ꌔcv[MC[l b&MEPut $$%[dvh|PЖb, z搘Hx/ 3@ y\M]hmm(p= (hKai]bbÐB9ꂌ 8=H.4!q0:F e\-7X{5^| tS ,^\`-: F( h@FЗX,8VAvM^vsw.NlE SNϝg`PhF(`c  | ڒ}"o| `! 1ELBl644A V`y|qh4!h76y|% SKYGhCOI!R.NCh)Fo ,/e>6Y;s W 2&O@hC@A֭Y;Z!hpuH!,q T )!J5z2`Ke6T@9r4F4Z@/\ C"(iAK.~%By$dpmt(r FK1z֦fMdP,* C`}L%|rvre% ]? R_a.܃~'R`Ak2H\f-cG( FK1z2)ȀײaކVfZB}n8du|c4F4Z@ZFhk!Ph2|p ޵҄t?ъH`]Yi/_0o&Q0@b y>uNk{= Jاb y8,`҄ ge>M`- 7z ;퓸n煬+m7<:YGi !@}BRHAX@hK cm@z4F4Z@ D#=}}H +ҖC' W2S l/b!!u@̴I&R>Q0 hh,8Cz0vq'|O+d>P] 'AvDQ0T@14`'Vh7`iQ" Q-`1Yt#xUA@#h[ޠv|j" )_Nxt30w!92 x4*8$x@SG4Z@ָBb4-2 M62   qqs\ k jFi !@Xf dԘ4ҕ#7 #n]NchG$"u'0@/=%q %@6Bz:jH/X>b~B琎-db`- KJ!$E I*vf kGj3-|=Z!h_?6Oe=ʧHb%-pRZFrJ"d)JQ0@bg͌HQR!>L.ed S|`0M`- +-%KBRbfZ:A>f2g}"p}1g@gCh)Fo,AD-pCӕ,`WR^Cn$!pϛ?ڣCh)Fo]VR _.Ҥ&<~>Oܯ} iF(B FK1zS !7w (%Bzh(D=@@_0oQ0@bk׬m7D\a&9 {5 F 4Z@OI\0<"!R]1D}=fXM0XGb`h- ]&9"l+}֬-F4Z|x9v4% FpѺ~%}r dh4!h7v*!۰kGXKDkAZc-hgAQ0@bУ '&%g?;$\3\ Уo kmjQ0T@bSz$ G Y\VBiZ`vAh7b ?z~J"Jb k| %2J z׮Y٠>z(r FK1z`i/S`QOP|hG2ZٻZ'2.Qb[|4FP4Z{"c吃$=.@vAGd>>$`6Z!h742g0!\7A >&e)KKy B4 RޠށlHav q#) nȭ62 Ȉ>~Q0 Rr&#loc K <.v&"8b?&>&^f\Q >w?:"rQ0@bBBzG: m+~& _أŀ)`- :{1ȹ@߀nX;%ٯm@ F4ZٵDO@" р-,Z@Q6c6W0E6dl !@Si 5)ȧY@Y· >`;)> FK1zS'M@?ima=23A md@Zrֻ <%X֬ VՎF(B FK1zD)hvP@F%&D̒ޯp!dsXQ0@b \܀-2} ^(̱y5pHkw=ݣ$hl"J s?N w|sȂX)%iSG4ZL533-}yk $TZ. HC]K)Fx dZs4F4Z@NIS!S &,%wP{XOAY' W} 揞8 R\OI̧uen&S!"k׬e=6 F4Z!7*>c71;uNSؚ zG( FK1zHYZ͇7!^F t4 x2w9v -@5k!WOI@I> DH 6l!l]? RاllkOv$ɸ \6!?i #TBIG! h7 ݇/49RHA7Q2Ng@G` h)FoP>w}v =J>8=1rp5 Ma®r)`h-@>5(^\Z}`?wyX@:KLG9zJ( FK1z+ q1)#h7Zb="n,d-P6zJ(Z FK1z`A^Cc- ghcjAf*OItr]X1 F4Z 14CŮzf_YVR ,G! h2 r\ȮF텯`@CYO v-5A[µU`)6q`-ŨY0o>v""}Ȁ~\2 ԣ4 %RRl@N?iO u0'HƊQ0 R" X;nVO^A>C㘓`@b̴t`=:4> F@b 5kN8WP0ZQ0 FK1y!ˬFb4Z}Ie` 4R"0}4Z 0 it(H`޼=v{ZZXoQ_M-Ch)6`֬ٽk7nJ R!/%C;J ~Z|9)Ȳ5k`-@6 ҕk r^LIE;3 F4Z %R R7Udh2`4 FV@s` h` m@(`h-F(Ch)6 F( F(Quj(Xӧ-Ch)#"IROSGх,CGC@7ḕOGSGы .ѶȀeGQ0 (`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@(`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@(`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@(`h-F(CGC((R˨ F XFWC--,FsmQ0 6qQ0 F4ڣ$,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV@?94"NJ"@e`žvV0:d6 4Z d-+!)i4"@+߽kk4FlL5s~%\y`H- ˬ۶G C( $GTl˯"l h, An C|̢m@ehѢm@eE(zY'\HѢmREGD>}XfKGQ0 ! LFFXRsChh6 F , 5 FSd]8d6Hu\m`XBo]:PʲO>CBFˆ(@[R?Z}?($h3 X%$%h6 F^֦uk"e ͇$-FQ08@aY_,ϛVg`sGGG6XK7P&=wŏKY,֭YWPj{mEۤ FQ0H@a) 3n&,v5cm`¾ <P LWFbѢm r@2 RQ0Z!r Q6cm`YAfFb,ڀh` gY&##s)>}{ry۶V8@wA/`倥hȌ"@8  z/݆.ڴAh,`7:"n úq,_$y&((@?m@ YSWKRgn`[r]@wΒ ,v(,2KHJ['Ұ":W7̴t`ng>=}䉓.ZZZZR2Zi F˲Q0]!ACa00K1`Y,6m:;MN@_uiiϟ>_OG:j>@e`!z/0gvt˲ANd~ؕv$呙q?K@`h͉I&L|R"uhY6 F9a8 Z:5g-<;II>5*0ep֦f g2Ԙe`P306>vll(^>>`ܥuv@}4< -M htleDx4jd 2@a-F(R:P'Xv;2Zc@BȵF7 ]֮YSǐL0@ehrj"VqrMFFFZFFSKSDt#w lCtAmS@e'uk֬]؂:@2!) >anaNOA7<'"_9*($x̛Ll9ԼyV h,` ,b%U0qCNKI&!=xHS@(:4XнdVQPjeٰ'Ld z`y֬zkY@1Ym޹@be4F}eF n:-ȇS el<<ڻ2F(` ۭ G@c 25u_[$$ `}ʴ_w388G(؜13A!&L2#2V[k`qsr:{H{h05?,B+Ȁm@&qqj˗h bC< F,ؽkקOPHPH,6F<&aVU>y"fFn}J\"dTl4\t{u?}-.T,+$%tcAVkfќ?5kXrhd@)5gbߟ 9_ [ D,XQq6Q> Uld 'E ˀI>hӣh-&ۮw)2PP$=$/"׎]mgnh6Όփe {vF.h` L{h0JIxC3MќI^ABR|4@_Y6lB6Ɯ@ݡ @X\ ls>KVFh0uE`Ab~}'>Hz\V|9~ ;Cxe'!hݍ-/)Ciaav @ ?ġEA;Dl eڱQ2SK>z y?׬ì]EO<4a\dݚ>}/ iA@@DE!echt?t~_lp6:Kӵ ywA䝻=o"]W2`,݀jFcj؀'54)4'S֬%@WP/ s. 5EadC4Z`A,JioK`)_ /-`fUe 2py`t?^Ha2 e~^6W^A>[>`)1,HdeOT^^Y15Ѳlgn6n(Hd8|cȃ˦xIBy`Wex*6Q08)J EMʲ^bm5@^Eٗk\-|!AFzQQA!!SI=AB\r :J,@S.&, ? {{ڔEe>JD*8$dy|h."-# W) 'ORrj 4Z@B < *Cns{Ȃt6A *bHbubƉƓ)gGcj3 s`Y) _xGĤ$H,q ea vQh,7,vS1Ux3em( ,&10 E5kgK ٽ]_6 w;|\b.'U@e EҰ R* B.hN@e6mV[k`3+#ء F*Ho9yN/%JYut{(@?}1ъ- %yaEr4Z @1V'>1cg _Xq@d/p.ӈ&|*7 bcQ F˲CK`7ن2Ij/#/x 2 l>l Bi@6hՎ@(`3_s ,ݐ/ im!/Eer@*&ѲlKsugNϋ Ccb.mվ#im-dNئ[};}^R`e0bdkLb2 mP@$dx$7 +  etȺw AȢ0HRrِ~d{@(xqϗ˸uï{ZFd%x X$65Zd, -2`%^,@|jsd @el`/"dd%-Z`Il>|t$#6zl"[؞gSj׮YDlAԀbĉ@'%Րt;;>h,<,,bb~Rr}r! /ȸ/nɦ( tޯ;GO|^2a{X@>}R~Y5u%G,*C rlSܖfzH7rFnA~5_-P 4bȦm[C:#n4Z3pCzu M_dh 2`,u:oޘ9c><^hL 'u?\@ oB`9_; ҄C`w0(bFPk׀R@BbP4`1T4Ҹj,ˮae4Z xWe}4 }_?g#;Cka.`O  ;5H7s|xB;X1R=X*ց[d@@ ,ʀEVPHpfZ:ځ\.` X-%yud4Z 9iS~SXKE-,d.d5\l xybbޞP皵K̆|P8>" .:x rl u -/ԁ#, IK40hYFoYlL6f5s$;l?t0d@LYm]rrB~pԞ +$N8A|yT ,z d" u\xaK x$  e`0v- ڱ?Dq|( #{\Ǒ{@oBE;>'x&Wln}L`agn@@KX3 ZA·خbѲlYKu6v7\I]+E! )(159(>w`Ο?o|Eٍk׫j֦fc+s2`,@e9@3VP6sScn Yd b&a/wٖ/=!ھs,f ($r"kS!YfZ:PO 3`lVQddB1KU-D{ojll q+T%%ׂ `jc i ŌS yFПpj z3*[mpʹH>~ E!FFcjXukf6GUjhig(3-< $kp̥hY6sMnd^`C*?;r-&2 7c!a %pg,J3`T Dk!.@e"uKWQ3} #X$Ԛ ?y-d.#//7 X"5sqsD3xq`cu 27ŽC F˲c`y)<r1,ROOHC`;!ӝ#j nF??2`+ `Ô6 :iZ 2†s F˲ @t_hQhƀ0 Jush_2pX.fYf ʵK۶R^Jȁw4Z @[{ᮢ"430}yBhOECC+!8\΀?[lS'N"eGrS^YWف F˲+ 1sp.bH9`Bb:8|0dyb֍?,]1rx ^?[l >Yؒ|/:Z`Hh,7\<@{w⒐uamsZ^ . bAa~_)F7c?[I8 8i 2AĨѲld?La ʮ!w&amGs6mOJ%HRY#ÁE` s:K,̩{$[/YѲ~#wk8;PRnO˂yA!R5eyVVY5Iu`xk׮A=x~9O?Q4S#@p%{ySr23 =I:Ѳl,8wj48m?{3v".PdVAVi[g@\.34ϟ7 F2zȚ r`>s]x` /Z&ׯꧥdCbpeH^!FݻvT@wBmCAT~7  6̏Xߞڳk7P1Z2vI2-KɚQѲlWeI8|샽3#qK\2"&P3xr_Cڀ[`x4;{=Mvcm|\K9@Ő%y+lh,cI6w`n< e3cH =W~ﵩM :굣g1؞&dy|R"1K`KS (LH?h,7f15n@\n&dMD;?2]=ģG2M$`ӌճб䀌=y򄘲 rV-y@@e } 3J/r!B~ gAi{ ^9q4F,6ǂCBKnA>a- ]F̐Kh,ى ,JEƂyD WY=xs |EY;GbR X-7hk)@lBe@e1!g1Νv};A$YAUUZ]јM3` X, s'O$hݺ5k hY6}LVн읁Au& \G\,b%#b XbURxWB#BKNPr ' QrhY6#1ҝ;| oB. .lWXbq#r LLXB KkS]kH&$%Rh@eA֣d98`6?0:HSr#d T<㻰MI1Pt蚌Q>3rMvi)tѲ2P.l I:; 2( y : [_qE#QZ ,HD']S h,7}~|:hϗ"@'@,°YU  ¢_\9=q0$YffaNQ4Z G4a0s[mH٣jY0AMABb%>yhs@vYB@ؠ9Ѳlg1jP 1g6!AbʕϬ<S,,,ϛm`B@eDŽbka{0dOȀi:pq[r,х S $]FFhY6hӴ;sA\ d B Gu {X"z# F˲cBLIK\-@=`;}^_^n9 5G*RuNIhY601`i99IB؂Y6 o!w3Sgގ^; @H$ }J!2T*h,%{/ȰЗhad?d)DZn1@G^28 uB y{z55\i?/nmQ^0Ae>&+! F2zxwm.n)bbXIH# R>B:Ȼ b1 ?"5/\πAL" ,Vٖ0z (@*K+-,\HQhY6rxd/!؆7׈\u9Vw g1m69C%,]\|>[#"1* F˲yYz?o2o`KNNH_蚲Q0d@evwc1I:@^ dHg=$Y d{hč! h,fA"~/Q1LmQ0\@eT[{kDꍎ  ѝg h,BA%ع8Hm-F(hYF)^slNQ0 hP~&ɑ?ZQ0 F2G( h,,;rttq(hYF) Q0 F@eQ@7@ ddd&MPSK*Y~]v N8 ;zEs4:F4Z 0شm څ|. ./pƜ;>6בonaHCG(Ѳl("(L>,{m@iy||"2 `-2BkLTVҧ: F-ˆLm8 F@`h,` @e(`8-F(hY6 F( F1I_˕YӧOԺq Ѳ @n"WZfͬ9GmU/ChYA!!$j.{`]6@e $i%-2ZQ0 FG(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(O<ѲlukIW7Ѡ@e(Tׯ][0ohh  >;ǂE@_ GBGbhWӧR v44 hYZ(pw*/)g=ݚZZ2P F2e`AFӺ5k F F2"@_^Z):{ @`$3wena1:< F% F2;IB$?h؎Q@ ѲIJӝ^v H.B@e`h]F&@^@$!A($@eeb-hY6 F- 8/`htlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@+&L4aX9-,X>ChY i'O֮Y"-#3֭Y3ChYYӺ'N˲+2#b44Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`hto(DӧO ͇l   Q@$Ѳl k׀Y222dϫ2]^SW;NF1 FYEGD޵ ^O<v΂yF( hY6`vWu`b +6 4Z x {2e|||"GT"@ 99 AZZ&4NF F˲ywBX .[( hY6`@ZFf󶭓&Lv-m0l( hY6YgOh8Q@9ѱQ0 Fp4ZQ0  R`Q0 PʲH?/o\J3ҁ FlQ0@e222O`.`{vf2. {ˁERQ0 F~{.M--APβ 20cQ L0ɓ'@8bwQ@O0z~ۤ ͝A Fϕ;ty i>k q@e`wm 24Fz s"dgb F˲Q0j{LA:.#eb҄vu)@+ '/.]|4F}2 ȹKchj Fhji".cA:{54w l( hY6 Fc @}Q0 Fp4ZQ0 ѲlQ0@e`h,` @#,[fMtD$R`h8xy!ה= F4<˲ݻv1 {e hXeغ5k֭Y dbIIIQ0 F@ a@{!6 F42JHJ={:׮a= @K ed(?P-0bnnEQ@7LyJx@^A~^A!Vk,7!6 FZ2"U!S/^ Y#6bh-y u@huP 6@ !3($xK2 Q@^9| |e+l%t)03C˲` Xz Xb'ZC : E>1hcYQeY,V@, =1gͤbmfZ:|ZD]RQ0 + *b"0^)KJ}%NnA>UVTj O<=2F() v <6-`Y,q*]6̒{ݚ5T,!{DnLtT6\0 !`na2l p< Zl1-]NN*σޅX]L(tD2`H%HihM'P2iD2iI&uyvYEAq$`[ge% ͧ(Qm-@ y|\q)b9+ e ekEhnC ۼm+dFs!!d \l޵s\o@dXA1E~Q@!ZbXҺkn!)@%$%-7o/puHBkpd+(db `A,g̚ lҧ,\@9r { l&$%WDCˀe=Q@@e`XB*M29ėPh0 `1 Zg dۭ-jȧF(Z F˲.nR2.@20\f‡ oϮ]Cf`h-(([OQGV`@3H˄ɄZ`tD$-F4Z œ'O!\i~%MNSH7 ,&:"uݚ5<)8G`h-?eLFw Ԃ!2[syaChY6`҄Oh+C9k77Bb< ,M0n&xB(tVQ0@e2&[E%]YxA ,0Ӈ {BGi -@e`V,b e5&  /H7?6 Q0 h,gn:{䵲ȷ1 &`I) n][ BJu`-Ցٴm+e*hj#vIl&| ͵]0wt( F˲uFz M'^b]π6 o,j M`YN ChY6ҳC;7!MenpGF4Z (/))5uurqYJrl6:l~l]G˲Q0@e W(jH9i^4:!;! 2 e\KS: 5`-L533-~.d sAF(A4&M`q ,G4Z h_ ,PC!@YQi!  cr5XOn2="4ab(R F˲X _ A;`h 2[ =Hz78r`-`]dܞ"BwC=$ f.8$ F@>qQ0@e,t k CfT4RHOa\7d&(n`h-kj"[)/"X9urq t _o[v,C hY6 2``|H)c"/`@4Ӏe(dMa`2 ݌9 Ѳl@gO7{.4%|26 $Ks4+ug1 h,P^R^g ,Ԁ xBFi?[.A*A⮞k׮8 "Ѳl'OӈG| L;xXrAȍ8` B\; Q@e`󧬤 :cň9%y֎'dQ.EiB}`4Z 6 ͢j=v=0xxb]i|DPMbRQ0D@e f`Y,F]_VrAހ7Xfu`-@b3!*szq]_w &sMq-IG!h,, 0E'd"C@o@1OtࡺLQ0@e k`! _K\iAM9R`Al#GbChY6iijLY!LΦ lu6,5`-̘58b@]@ F-@GGDB*xް"YPBVc.Leb^ Q.jh,/ R|@3Z—CaN,@vWK:Hs҄(Z F˲&LG;ģ2D>lځz"v҂y$53-)ŻF(3ѲldM g!y+3 sxӄLqEe6G`(- 'hk27cMnBbX`h-;qsK#=}ȡXI9qmAG>y?xhgO7`cF4Z E ۆ Vj Hgyf X((BK1u`bh(@wܧEE~Vh.:!fBl<CjY,]|>$FFLJ vـ!f`(z.bv-صXKFxO,F{v >htM(b F˲g1B2HϘg1>`K .LnB7&c 9@e\g1@*‹r h:`toy٣`-{Rg1— ,^ь-D`OޥtuKjGbC hY6Xtt Y ]Kx |#Hv0kj!֬-F4Z 6ڍ6,E%]?z#|?RmQ0@eϚ l/ ,.# E&7z(r F˲-M A! DH)FI~M 2Zn]G;rN4a"Q0@e g1 2-pA&+3:g1Ž3K:G4Z _j=E v$Ɯ'N lAi!Zө@͘`-@ `Y҅ףWc_,VCCVȀo:X0oQ0@e֮Y,86m ,b YDޮĀ0 ZR2؉'L`N8c҄kF(* F˲uFzd?= 4!6rxgm?#e٤ +P1^hC hY6XlA> -KCȩ}h8΀t3%P)x~`tl -@e`#XLus!e6q|CVAVc uhY6 Ѳlχ&> ZA"xdt3њ~S1-D < Y:M`h-,]2 ?Sy5ȴ&A&Ő4 Ѳl4d~䉽-|?3h~&ZD'Z9ȩ;́]Rl Q@ej (i 6FdNr#-F4ZQ:qx<٢4XxAqg1Q0@eT֬' P~LH(ChYFl' =i0 F4ZQ GxXR~Q0 F F2J F>>lQ@g@LA@ +]SW;ZQ0 F2y!cdA1 F-(F蚬Q0 ѲR0Dkh,xJ']Q@9yk׬ٽk74Z/lN\ 9%@s4:F4Z 0Xb:PYX@Ϋ#F/Chךw5aْ8+` i@e кXtr#Ni<&Hr讦Q0@e@ FF(! F˲F^Q htsQ0@e`h,` @e(`8-F(<&: }O|itː4ZHSQ0P`t! HeMG & i@2UDi|4:? F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 Fp4ZQ0 ѲlQ0@e`h,` @e(`8-F(hY6 F( F˲Q0 FpP TeT^A~^AhQ@;@,AQ9 FM@F(x(`8cO,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>>`v͚OHcdv'Ff`h80)%\2948`h80`naW[6ӀEl(d-'%^v -!)q4XF( hq62i-7^ Q0 4Z $Oyv͚il44 {MON8,΂B-,F8d;` @(`-F(hq6 F(& FQ0 F04ZQ0 lQ0L@g`ah8` @(`-F(hq6 F(& FA&Mx >>`W7D-<}d@=#(:"XAػw+('`l$~횯70B. ,Fx2X0oh:D-[d>}s~.ZY ^ď@g `d'#;jjivG F*f eD2=!)i4"@g rs]Q@D-ot#VIPHhQ@6lKΞpr@S`ah8` @X3iF(``@g~^޸Tg(`B/ ~_|4F(zq ^ G(֙JO>CB0Q0 F`e* ($Xx]Y &$%(`pRA`֬E\8o>ՆCxQ0   ΀%';!-8` {qT7!˸` Z@؋3Ȅ l޵ki6 F( pnr_ ̈́FgQ0 9 |B]1 F( mAb3F(C 2!0>cQ0$@;QFF΃a4 ^< 4z(\ 3-}Q@l "`zSRo($ FQ0ky5kv+CBr eFh@3E`S Q@`na&lL5>M`DukK@`{to`@F DCn%$%aq2ҤZTDKW,kCk='OgxmkjiB"s-Fdf\%0.YX8rxxAv=ۤ3!ea6l!%P%E2 JZ,l .!6)##, Rdfa,4j޵{y@';($c4ZQ@Ypl p 2E! R"`KI&'RhQ0  7`! ݂l҄ 6BXR4<m"l@I pl-xaQP~^ސl@DqLɝ="RvB)1 FQ0  CulJi ZOzB hLkSstD$@(ln k׀$`[ bڴm+f%&W 0/#H)΀,X= F &Ql1I^AP lN0T4̋3`2 WQ0 e b.UlM0а]YiBF14Ux2lry Xb1 ^ bsbln6XmWQPDkL0HKΛ?|#,@س b^}H ,n}}[e(``m ݜ,! d*3-y[^R 93,ŀeg[e9t4J؍Ô &Ξnխ=b& @6ЉToM6Ӈ9d45 P_HD %'O%¤ imjF궡 >x hh#@FIyPg3@Ptjijܼ"?։ԛV<͒r(}ݚ5pqs{X=v[ reWP7B6BNMK3U;G3ҁô9<t>Bkih5 m%[@hNN`Mz"\7Mu nzFi'$%A捂 X s9C)z pm`VA.\OB3Kh8cL3XHiBN5I -1AH iBÀiRxYXX@jDx3!SpC ȸVOo'Fhkh8B䉓!*@ H 28C;&F{ €"8G Y3H \\5zAִ¥}O.Tl6`<3@N:jv,hysA k>x* LYۣWRD`k=h8xس&Z-?QL"bO0{%hMJkHgX.7tW(@NZOr@2 | H⁗ Tv3dљxh l^Bģ#"5(|].4Z  Ҁ uYb2ubI=(:ј65(e G2vnB_^)Btr7$&<֬*f ?a.l`:ig.nn6v  G1Ъbxv0n,'{E"' 0l kya1'nJ9܄n)-x9˩9R  2FrW)€(H:qqslRS,K\% ~ ZnA>Ix246iD>>0<s#*@gϚ lȴ&dWZ)P9ŵm̈́@nAR-ryLm wKS =X! lO{xA GAD.(*ٸ8첒R%Ge ҈#z ɯ4Z 6!w`]%P \3ǥJ!ٽk70N=#h`<|؋oӶJD.р2ii`:Y| P nB$y,O#̙ -f r>TM]-gಃVyb5r  2iAr(", Gx DOGٺ',a\h8&v3}!Q/>^*>cvE1҂C>_)ۣ'j &0ZO8Im DT]Y]>f- @g 5!u.$}@nLb:!#.'#ty7J֦׮S`HYt@2<[Y Flj F@~ Yy /:D iB1z|pA!ImdAJV 1eAdh}\ @t6g\[0o>|*H~QU:&s:o`:iø YFF=hE;6ļ F~ds)݀2CkCk=q*0Hˈ  $B<%{]q?4Z VPȆ_Jvgm|Vd :NZfmMҳ ,'OHIeJ ^杋m@g e,d`nO>Îr|A@6An޽k:poba@QRY[y ǴPZfXg3h8l7Ao`7b W a:>NCKK D v(N[8o>YOv+>wV@=&`A%sC5pHyY_(Gp Fg!vPʖx/ !ȽNH߈,UׁGBj8|8pu &M@v(-@]D,CzF YLFHkلF q#DI&["@2q+!ۏuWT@FǐZ^Spu!kcoLHJ~:䞋˜F/Ҥ@W% 9 X F7i ټ;;/DhL(,8llz V!Oڀ Lm%%4Z 0_@-2 m ܎d2uust?%leQFe!C6P/U'BIN30V.$ilF0f̚ L* Ȼ;#FHQSHAY z|#-F` w N%Zc~:I)2O(@g 7-#-r=| JMg7jii<4L8asd`s~ݚM$mP?u$q (ERq ?*T@ZOyZ&'|xWٍf9GF&%Iud PkGdhq602k,bI!tʈ>a8?K4@!]UQSP| iЭ ٠HL Ge+2T<hq6240g^[P}S4,р4nDڳk$V;sՀ*`BLz!c)GLq:J*Q-@-f\Lb,"Z~v#ں&|'<~ CD keA8`qFLr4(9 F37"l'rRf!=1kN6/ل,.=XFW(o@g󘐅⌦3H=ͧhgi@C , xcjOGcj7ЀXTS |u֭Y )ʂ7-.'d F`g]1 zWc0X &lZ!'kS[pmL#`ߘ8z(}+c=?:"h8reWM:!cg7BG˲Q0t@g46n` '@٠+x5ƎNSh8z`=5 FV@3`ah8` @(`-F(hq6 F(& Fg69Q@! \E[bhl@giO} 2< 3xɍkwdhjiut ,lp`A׮YdƐnnfpHhP 8(p "U I2,Ȁ=ӄD>>ѐAͱAh8#8#8؏ ,ˀf+0T@Q h%vm[G+Q0 4lPݻvye(d-Xf-_BRhPQ@6& :"I]elQ@ dlnaG4 )[Glmna{n`,($xQ@<l m[ϛ5`4׮YDY`N"MPɦ%=nK BmQ@ lK4dv:^6i ܍2KQ0 4Z :in` h8-F(& ЋO>3 W/t.-F^yyKs.bU,6o:ptTE'OpmQ0@gA!&LܽkPɓ'=ݣ68"tmH.Rzq,֭YYI?xt}Xn ".##Y6Z3 kS?rˀ`mA & Y̙\8o>Xji6ZQ0H@a)΀Irq,݀9X d4Ărhd L]1 )݀i v-݆9;s|Bԉ3Fh6 pZH+YA&֭Y L3Fh6 pkn·2!0>cЦtmې ͗w @+΀=v[4* #@Hb-݀U`X{I8 gdtuA0.d[ x:`7Z Z#`$c4z(\5kE惷Av dL5sT94z|(Dnts'O!8<ػLB:p-F X 4x +OHJTCD8`̑Ǒ?>Mlv` Djt3lp^@Q03TpZzې]&2t@g`pkG FQ0<@ 5F(hq6 F(& FQ0 F04ZQ0 lQ0L@g`ah8` @(`-F(hq6 F(& F79Q0 ׯ]~5Om4ZQ0 -MDvIк @(LPSWKuF$ʽv4Z ջ^bq4` .Oť-y3x5k~jkjc lQ@D3& ` Ys߻wަ~'q4 8F}(FGD2Z`fNZSQd`6I4`_ &Mxgb" Ij`p/ѾOk.`5CFmm-VrЀw,Y=V`[4pFն9 ox}wel8޳IRfpfi6!8;2̻7PE:s"˗H>W b޿K[<9 -UܭM?\a7>,oXge[{˛G( l @X>rDȞ}?nBkH;n8 8b,Gb<"$ CGf`-ڂ3P?cN{P xi,yy h%&:$e /_e"PX(B F޷.`}ȥ+Vpe^վo5LPou`@]ׯꧥdCjeGQ0@g$ ?WUθ_l:109r_@nlI ~>w6Fcj -@gqC0S\w‡^d,[6]1dgVQAtԎ/)dVݧ1 lc"`™uׯTu!a/d2igarb=w}넔@UӫX~&"F( F)΀IB?,9hp-؂d}d٠atW( F XeڻMY3J _CMDd"fU%@l5ڏ Chq60교N+Ek{H. IiXCN l i><E "F4Z ]vho<5g} ->7!4_@:jkm0 "lh׎£fKAvPU^ 0'=d HTxˎI~揻]8S`h-( 9 #4'=!%d%|W 6IAtAhL!h8+ +60N*  [X -dWd7Zh8,~m)h&H3,ᓛ'd;:ڌ'b ! gY`/4 l`32` XpCvV~ yt3!34v.QGg0I(Z F&N)6;‚}m11ۺ0 'g@%nJF;'eB 6cB1G[oZ`]; F4Z sZ`Ha9B5^'%d3QkUh]N.naјC hq6૘سGی,obuG.@=␂ sQ0@g@'Y pȥ{Qw.yNHfļ\BG4Z 6 kz"{|udYUҚۼtthLh8_,ф@s>͜1DgN(=A=M* co6KIg :S`h-@j >/?V ^y# ԲWo 邛~qu))n@8 l`3 L2J~poJ9Q+JM+dc@n+&ڱRV(Z FgnӀ ̳}Y \’VD6C!N`Ŭ ZrB>w?@b0 l`@y)*v͚҄<ܵD;, `yl!798_h+D>|ttW( Fw lyt|cz9-o<{"d-*`ʑ$Mr]rU!E-[GG((@񍟓A[Х䖮q|!ĺ1h>v`رEˁrOG4Z }))2\,t~\LxS\]3ȖF4Z Lg׮)/8ArB [H// Q0D@g XjDsݻr"%ri9tmd9xW>d7Mw-80 "l`zܭMӀEȝł 3| BVnZ1!a1 `:w  k4F4Z 1o +Р!'̈́jIzxJCH#}~|#77KKh?/f _v F7uׯoJ4Ziʁ-' [bZ3de:/^>|ҦQ0@g+@E4/W +u.6Ҹ v<7 % x a>Pe$K_/_c1S`h-}| )3pţJY ߰k_<,݀Pg`t(Z F(|wʕOgO FƀV@,&Iq`qƀQ0@gل\6)lKSsUZ0{Y.U2!ԽLmJ"FP4Z LqjkXYrOԠr x1 2k]`yG(3ll20U`u \=PٳD .'- ,j `g~(Z FƁE+E78YK{vxFtW _c'.=C hq6+rVMO<WCB.v{rmhh89  gߏyMbJCK17bn t$!K4KFI>]Ff`-DSUfb|}DxTZX1  l2v@4zF(Z Fwk#"Xl⹟" ~v#|fļ\`[{ã(b F]RCDTĘ} f_h #n#B;z#X MH!ybg~,XY?hhh8wv\0s·sod1qC^'ٍ"xԏ㧀٣ 5F4Z )\e@ƵS ء%lHsXmmxv|bjQ0D@g >wzjP rKjc6qq -F4ZQ!Fȓ'ir̂cn Ȭ ً>_`-Ψ ~c"\` {6P< iy10F{`x-Ψ MSvI~LCxp'Nj(-ΨS}/2bQ0  hqFlI}CQ`  ڱ:H-F(X@L}Q0 hqF)6FQ0@g`ah8䉓0 :љZZ&LX0oHK|||4->}t׮ѓ'Oֹ( Fm]f] \C1r Zz0HHJ i: F@g Tt?K`lE!HSK(2a '@٠ fkk#hq6 (@@3`ah8` @(`-F(hq6 F(& Fg6I&8H6 F-ΰgH(䕀٬GmP|wHH Q0 (`-F(hq6 F(& FQ0 F04ZQ0 lQ0L@g`ah8` @(`-F(hq6 F(& FQ0 F04ZQ0 lQ0L@g`ah8` @(`-F(hq6 F(& FQ0 F04ZQ0 lQ0L@g`ah8` @(`-F(h.\$Fٿ/ dg Q0 h |wQ qA: F@gThիmQ@c@(` ` @SD_wڱT]̪*9Y7 F}@F((`mQ0 ѱ3;wG2#h@Q@g@iףLc1 Q0 htlu6 F04ZQ0 ѩQ0 F04:vFQiQ0 hlQ0L@Q0 (`-F(hq6 F(& FQ0 F0'o>IENDB`PK?aa1OEBPS/httpatomoreillycomsourcemspimages469811.pngPNG  IHDRv pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV F(mcQ0 F FKQ0 F( h9 F(-1`cp`-1G(X@%(` h`b@`Q@,sQ0 4ZbQ0 F FKQ0 F( h9 F(-1G(X@%(` h`b@`Q@,sQ0 4ZbQ0 F FKQ0 F( h9 F(-1G(X@%(` h`b@`Q@,sQ0 4ZbQ0 F FKQ0 F( h9 F(-1G(X@%(` h`b@`Q@,sQ0 4ZbQ0 F XFWeӐ2?'10*Xm޶2,:t2 s;]Dw޹kNV'eVQ!BF( h9֖g P` )@"MtAhX t@hP`4Zb` Ol9YײZ3IH  ɓ'֬ 6Aӧ&'%ʌN_``N~m9%&0%HTA@%k&MZL ͛?o^t S Xh[\uV@%{.%5k-,ˍt ظc KL`Rd.9qL`XhjH.\-@GB^ h;; !!sϮh%yѣ8 G QCe_KO`sthe14 aGb*5I` q-.@w¹2s5M-ݻv ̈́9Z*@_-@ \zIЉ T[o)sUQ@YbB:.**4ɞ2>2j3tVOg qqs4;{G(-@GN }(%&2$60}g`I=hK  |!?%Fh: MdYTĬ2hK  |%&dɓ'Fh: Mi,X 3Pi:K  g;'O]T4 KFNIlZ\Jy%= {гξVAe(|(9}/. FoF |< kBkBXjB P\@(< C<$!Nݟ<_DZCRښs##9K  mL`mT``߇~-}). FKQ0 W*yJ߇+ &\kS3lE&&%Qx,` l/. FKQ0 .$ f`XVK$* nj/7z5uĜ9 @+G(raI&zy M`Yya`h#,4ZbQ0 Л 4ȸiVXM@{9N@%(v ?}򤺮vZD h/d@`(?o^fZ:,2mRAh`@yIikS'>WqҠ %-1G(r_,u9s]܀^O@h9 FH&L=݃mKϚ m XnWh9 F_~_HSdZ|p~X ^ 1M-1G(ߋ|`Goo]Pak׀}^`l N_CBZ*E`0Zh9 FLsgL^Dk>}̌Zhvۿ@Li"z;Aꩦ4ZbQ0>WEʥ ql%:[O<v<lc t 6*קhHӒ3'FR3}@Ȃ>} CQBs-1Gkor$kN`WmO6w"wڕ6$ t'd͕GY`fsw'-1 'O8y$5^9T!b6.缚y!@;,sN`37  w[[?< i|abX\ MP:he%xrH -hMW@S]W;TZKI`Wz^$`<`2×X{K$ ,1)6Y r))J4@%$`WO7'M%ipqJ>,:'MLFK̡ g  &X;[~G^d f 'DǍb< ``yC? .ִ\ ltS("Pb@+,X4B.`xxs[CŀTDW,1SN(Vi UU6`Ăݻv !틠@;t 63C!Se}ʴ?.Bп/뷿w 3 F||P _B  f~2fee`99XkZ lZ̪-MTGo62r=cN{pp- zi8fP@ LdY sl,M@D3J1^ut"0S\az}h؁ 20CFYѽ'K9Ą,§D"& ]F|_;vM3Ҽij,m_v kjI*'6O]ʲRf8ݻvI xdϮt.1QCEިa z- ^l?SRgo?Ǚő993rӧO.@EA9_\@b Z u ,.^H[ܐK&I9K,xAUcپsX60l*3o$)j~j+h }ԝ? &0l"Xp{')3`aT/\ߋ| `oK2;|`?x &g @$|<皵tL@,Sw!q׈A]@y0jcnXNNsgB @`&S@Y`XyR']k4ZbX z F(yE?Kh/b10XeˎiB.\jx1HGO(܆ , # xq!S@)H )A=/(C&&P $>zZ%&2t4Zb H68 _%y!ɑ*Ha+_b2ˬ Y<aGImAQ@^•^bI9%"˗R^S8~P6|!P/NIsAKKΗh9`mLh3z ?A8xE&>`z3IBN te`3*؇[t4F2 uyT`Q&-`U /9pS|E'QFIKs`,x& =1s` 7& $% 1c~7L|(&n/EE:Fnn";;}Q@ pp/@%BV˲h`aQK f$X/X]bv/jwۻ^-MjFQ}o4yYu*a h6&10 }chh;:oVC成;'L=p`t@ D Dy@Ȇ{! 3M7Vh904rb~Y99 HU&f|R`#r dDw='. )jG|Xyuwe_w—1 d@| + Gi)CMI? FḰOU=?mfNUZLe 1=3"b#~l]o@%?6}z%t螟 s(ۂ /{!" Ox;! ݕ!/0CS/mhbh$o^I ~!]rvf)Ltjch5Sf2xU/h=&< >ڂ`xږlbg@=Rb*C(h9Po흐SiG D ?IX82* pG1{)%&:<܀iB§t MNP[ބP ,.![)ӝ#!׮O-1AH|n}(v"l`HRcƑXInH׎ڻFW 'ElH L61Y L$"0"q,P g*#|< FḰ{~h_<@'*3@ʆBܬuyPR%Kx`Zy@)p2uN*ʀ&wk#H- BڞKȾ2` oK;%@@>cR@6DB^b]Ztv9_Ph4 '`PFt ,x&[l"&`a )"!%0u!/{|]H+؜@zhv H|sx-15jlA!xZ"oG!x/-&hȩ\;BK߾;q z%ߩ'KRKIP8d@ r\ü G(C3 ^Vl@ G-1hH)TݛZ+-:"#c&|D^A2 0ؽkW'C7Z "H[YKMK`%2Q'Opussh90 AWY` AD.qǵ R>—5BECx(<XbI X[XhK7n:@/>}D@~9 `aba T<`f)lE'K1d,31A@.=Qx`AYPgnRfnx/ M`4 ة'/]r1h:.:y8 xeK"xSX[7Xq(,1Gh`v͚ZRD.4!CKd%@rs`䢨iq@Pg4$pOAJFpfUe^ Ӥɑ|AFO ($X,7/TBV|I^a/.FEI w?hߐ W oa2|zs'X (<I-,4̛DF h2ܙG*"&@8s`<(:QohF7GZ莿e )"A+,(/H/9n@Yp=Qx ڱq[7QX^RJ^3 %&0(SP\BB3: *[@%ȩxv=L+d|"H :P҄/@01trG`:WMB=$338$F#VhBJ@dv ".^ܮްD*(8s`gndX~`Hdά li\.¢螟Ҩt@G]#ojj#"[;{ɶRPk/ϋ/>G*.{),c L ni5k!g|6=ܩ. FḰ'c _kȋ`,A7Ԏ 6>E1> HmTr$đtx42iLh gN.`Uh 9w41)7Ce H`Í=4:@ &H?_9Kz0xQPhf('S>8GmP)H4Nr\&D'|){q^4I.I~ |' *:^\RX*:I@%d%Alv>S}|);Ht ބ( u̷Rh~iyZjQJ-1|k~{HЄTq5!VJlB.+\hxt0xdVjQdycG )'OJZT4Zb 4e֯;U޽)"˖ % x C.AC' ߼zEYE# g򎎈dr&rh:q-1p'XeO_|wBD^l)pk]81/+:@q)`"BIQ0ȁ  XN͋,d%s`5 ;/[wPH|r0= =N]e@Q?{572$(<E^A ϛGꭶVBF6&/v`9?s`b&0U^6[-Ty:<`vy|$$@@*FywZ FḰg/Z]dج+g:D(}s-@X;! 7?)_>>b@4bh,r`QWq1HeDT<@ _ Y(sˬb`|5ac^9Dh|XD,1L2D60!>DΏH @% ȡj7#DH 8a"`t8 F).! !) rT;B 8 ӿs`Ӏ%;/WSWM]qԉ4Rg"`υ p' {[{Ѕ@,.!LW7k} (gehZhh90r2duVꢨ&:ӐR"m?شlb >cD^\\fmu%& Br${w @%ȕ#9 {+7Y!^3"?h3f) +y!v0чSx4D 7KQ0ȋKxĉ"@[r"u`8P%@0߹k 1hS:N@'  S~_8+%XXX̟7V${yId gSh90r_9D‹ZZc$-Q$\aH1 C-X~9^9g3 saB$W,.[3f4Zb T,~Y71Q2*+{K{B./-myT7&@~_:Otmpk_DaD r 9_W1Ϧo_VV׍-.;cmD^}viZhh90rb d[~щQKH 9 E+Vޟ3Xd9:߈FwiZ\BOp/%&It4ZbT<؎h&IbTUܜk:㄁E){wA谙|҄42 5|TNhv;G~uCK#L?3=&M8t!A3T!Ǖžׯ)hX9OŏЎ9Ю˞?m_NndٝQ0Ƶ h߼}#/$fnXCClv!7CN3 Ѐ".bAa ًM0QI,ǭwh-1pUv6/'OE_ X{ h}#GK8p9 F ʋOӑc@M [o&%7@ؑHcHdZ<H̺H>ĴOs"y=?޾;ql0Vb/Ծ~sp^Ks:ʇ~0Đ+C{~6_𠦮63-TFFFZFœ|ˊ4O@tI0y.,.;{Gc< FḰZZ6_ll[|&Lf >h\QPHh\Qh9XB. SJ*cx!wP: F4ZbR,`}sSGCf4:3 F(-1G(X@%(` h`b@`Q@,sQ0 4 hij&~89`HO`4Zb*Q0Q@h4XN}Q0@cQ0 F FKQ0 F( h9 F(-1G(X@%(` h`b@`Q@,sQ0 4ZbQ0 F FKQ0 F( h9 F(-1G(X@%(` h`b@`Q@,sQ0 4ZbQ0 F FKQ0 F( h9 F(-1G(X@%(` h`b@`Q@,sQ0 4ZbQ@5˗w2IJp4ZbQ@5sZ`jm=h.\s~5^?/$P5IHy0f>h9l@xK~,XDJʀiޕ: l441HpxG=kNFh c@%`̄? ߴ0Μ,`9&h9;wwI`cVQ ACYmGh$|w&C>}/@̊a> F`4Zb 8$!N/^@K**> F 4Zb]bx [{/_x-.G( FW l`p}`0mc .k'cGQ0 h$$.^KF( FKL-9Q0 F@`b@`Q@,^9EyY;IG(ChI@`-1)+1GO6`$`b@`Q@,sQ0 4ZbQ0 F FKQ0 F( h9 F(-1G(X@%(` h`b@`Q@,sQ0 4ZbQ0 F FKQ0 F( h9 F(-1G(X@%(` hDaɓuk^O F`A^Ah \ FKLɓI&^mq) 9 VshXnnaAO;Fƚ4x@cQ0 F FKQ0 F( h9 F(-1G(X@%(` h`b@`Q@,sQ0 4ZbQ0 F FKQ0 F( h9 F(-1G(X@'qN8$eddedFCc @%_h8@O#"_vt($ F{ ~@)<H)/)@P``@ x }&w=TF 4Zb$}(ȟ GeA h cZ($ FḰ6֌<<",#>Ѱ(|h: Fu@ryfnn'M,RFn`B/1%]1K'Oۘy6ZQ02@222r59Z{@r t OPH]yڧO(PDfth: FH1yKL` ,4Fw( .IM--Gw( p!TbEE`/_yGOg .!.*(Q\#{舘 |?Fh: p߇AQɢ?" %&hɓ'Fh: p cz$x vegOOF*@99FkЂo]^! Ώ:.;2 4z>(\i6&sZfU:,1Ā_; XqUh9 [{}v"q/E@d9K %&sGbh<<`Ѻ5k֮Yt0'7E`{,؉,‘G^>ze(i4FY2 ,m @㘣`p`)3ߋ^mh#!1ڴh|Q0 4ZbQ0 F FKQ0 F( h9 F(-1G(X@%(` h`b@`Q@,sQ0 4ZbQ0 F FwIQ0 D;h {Hs(ľe-1G(JѰ@`2'{< FK>}t50y""AZZ|||XEddedlhhQ@<sݻvs\LK ,CB&B+( 2k׬k oyOF5 qCR" #hhijgtus))=(+)-1Gy376&@(1UTGG.!I+u-Q@ 쬶LߧL63G(`"+,_%gb/u^`ѿ/W pd(>yp͆Dd1(99XzRz?`q 4 K1wi = F( Q3?l%66UTXm$#/E_;vbg-MTGoMYt׽{\[ 5`5ì<1F=9!ߑ<@Į.b3\sG4)8>SysX"0S\az}|\99 X|Xsf.  1#1%%B6({)lbu0ZUQ$okW[Zjjf$2 ;k4ʺ,e0@oS&b}(D q{Hrsfk~oJl dl`~NN93 F%yY;>xRd=?LsgBʁ>`F\0_;w[ xQw H{X~Pq]BM@4X$_ق3 h lGOI[޾1GE`-k}[/{bؼ_w>spxq ku5k јh9Xr|vGw %R@ÝP@ъ'L27 F(:s`,@ v?~ _bh@ZUXB3IKe"$5xt 91 F-1K4`!Y}?/$4RbZ )$Ec315@Q0 @~^ $[ (o_GF( AKΝk_솭5}9fZ FḰ" r^͟?!KG" bnGț %#:hi;2|ߝ;ł;*Fi4@%xX`}ygR{3) #cXڱ1}+ g* ~k3 Fs`|r` 5!"(tr`s ڞT[qC{ο/A#'d/u/>gL@%V[k`ku {:E,U4h0w0uEW&:99 R@h9@%5!p>H8:!@61O8~*NR1 :h90i c 񣣡+L!ˉE H{~~_HQF( FK"X\>20 tρ\: Y 3g j{~F( h, {~?}G,ƾ h>8;dVQAh3ť7 [G(s`_ ;=?m? ARɌ<ܐcaq\u@;^oјh90XAxnC/-BnB]zfewށoyL@%``IBçs?,Bk b]iVsX%Zh ,+L&~w4]V` h, M9_- c+.G Bl~m9z>(h FḰ'O6}aT+-2ǿW &2/-B4۷ ,.?'(< F&s`à9pGG[CxRBѺ syσJF(h FḰEP'dKJ1+19qVas󶫴i =QxL@%`,.)׹Z5kH+3}ل6ĕntՏwo8S` -1>|X0[ Bl-4؛I` 7-iLY:h  [G($ FḰg/〨ϟ/\  rA [2w ~pG.h9X`}y+"9Ȭa`N SE@X Q_;v~yA|kI<9m6<Y"n᎞(< F&sd'kN*/ !@:Xy¢^>yh9 Fs` gnDa`a k-0HxD 2KΟ(%q: F(s`d%DaqAoACEhr@.+gVU(|iijǏJE``-1p$ھX0\r0|qL ]rmh.+cq XF(h FK/X,%#{۬Y@ ?huXuvo]ȵ?@|>X~5Kr4@%"V[kf砹r../-+qgс&Lou4 Fszi@v'Ë`tQfu !UY$!GrUYGTشp4F(@4Zb ofx_ }Giچp--Bc:Xt\:S` -1\ gbýGk'/Cn@B( -soeQ0 P@O,+9CbRRx{$A>B;^ln:ku5kG`-1@:_`( M=PH 9,c~//`֦h h90XANpq} @߳|0f#wBN}SyQ0 @ ' {lqz%QS K 2]On;st( FḰ_,l=!" ,05#,3/Mp$dxu4F(@4Zb ` (B8f/+GnBJҟ%?')_4gL@%&`Ƒ\V,*Ao$ Q~Dc `kNq 64pt(X@ OspܫCFUD~=1tA' ϙ˻` 40 F4Zb 6߀D5 O응ۃ**;JtA} C߸?g< FḰR/c!o=7;Ęuh&o7@+.%vGO h90&t;x0w- WB1~̔+CF9RG( FḰg/Dl_ {~0  oaMaΤC&ʁn9?x4Hwt( FḰr ˰oʻTg!\9 Ee.d{a h0x RDz=?5@d=Ѩsе=b(0 Sh1di*ȞGF(x@Tt\b@T0 9QvY`Yjc$)IyhĤvuwAtAC"4[HP YuD҆Q0 F~@%&՚_J`)FҴہdO`PhĤZq dΝ5`b ɠH}(hI)X} h9 F(`b@1G(X@%G F( F{eG( FK6(X@%(` htgQ0 4ZbQ0 F FKQ0 F( PL>ekTIENDB`PK?H5OEBPS/httpatomoreillycomsourcemspimages469813.png.jpgJFIFC     C  F" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(((?hω>"_?fW➭6Xԟ9-(ԟ9-( Ě׃ x6xWP*eq5K 9C ~??WOמ9 >+YolahOU2@~>?έ'ƺUNτ(8bF\&Xp fe7?g!=8c(W&7g#B18?@.|A/F@396mlHGZw,}C>ya}iZ|N+yn7)v/)_g>a{/#vԣ._ϿigOy/1-elӮܹq%pVHaӐH??Ο5~_t#׊4F|dԈ]R(n4Ġ}EP ((((((([3w9y^m'_[xymK#k$HQ G>ړdehxy4<_eh-n_; *쑰p8PwEs(i◇4m)uMn q+$q*A\6sRk'Ef67h__>ȹ],bp_-CQrw>A1Bܹ7V/?kH;9/*~Кៃ-{Q,쵸ll̑#0 )#z>7W? (xwغ-[vu܁. /G"*((?i6?#G-pLFd?gnb>rn~ϟC'{Z(Q@yO*Wς>!MG}oZ[Yo6PI"TH,8s^Exo/E.^+%|9wzR}:tp8UvQ:ΕUo|Пu~Y"qsj= aEP (z֏^!-l,-dG(GfUUx^A᭿.xOVk Oɤ_kV[)8_:XݕDiT~/x' ƃKMѿT:^xbKϷO{\i;PCpJC%;k٨ [|i]~!|5tecK+n=m[hL$1C'4i?5*h֙usgL~%þjna)̍o2" Zg?7'o,3:N |;<~Zf[K^DxVrʈdxˇp9d)%06j)u?gmѓzgo2AA#_څqYցd)%06hNZhv2wEd)ߔg$|/=`H:4P)k9<[xm5i*IY7`K`'ĞϦ9lc݆"x8:%|2g X\x>WK1;US݀mȟ {e!xc[oLGI"ʖj [ǃJ"3 isg˿GUMGMokhzGPӼi4{'ЬSMpe#u;ͺJ7 ?oIQҡ}B#+&+$/ "ou;SGz7yzX ݎ٥HA)fA 2 (<_Ǥ9RHuP+t>HmY'x`H{'T^IF嘖c$hi֑i}p[TaUTpJ(%Q@Q@Q@U5{60[˅KHPXqjqg/ߴmC"2i x_?XKRF)@T9ȵ~Ğ%Gg|mk㏎4H|C;h Ѵx$d,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVZQ@ |`VZFf󶭘^ޟ?}:ph@Q@<V_pHk׀M "8J`h+R֬E_0o> Q0 H4ZȘ[X ;@W77`)6D`h7 Yp; 4pF( hFo-[[{v톋,746FgR@aS޵ɓ' `@F@(d-@!K֭Y l(d-@G` Xl@E``U^R:bJ@a 'O]K1 F% FZQ0 (4GrQ0@F(Ch6 F( FQ0 F4Z 8yℊ" Q0 4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch'Ζ>}H[V4 -#2CGCa҄ &L  -,X>Ch+ 5zv>!fh/r hPSW lh\vmt (-4B@`! h` a@"l5^h (KvQ0  ݽkVE'Lʎ:Q0  h,֭YO<]3 F(| ErusVh*Dv4F( b8?!)\`Ahk׬FkQ0@!0M-- BKBJxp6 F( ʢ `C Bh.Q0 FRK+`q`X%6F(J\%`&5 fQ0h@·}I`k)F(6oȠyO89bQ0@a# lAVꏮ` r@X0ȠOFRQ0 9 ,An2FRzO@69 [HGU<@煍A whQ0Ut r.p@[ak׬Y{Q v,Fp@[a!!4 euSH&Ο7I8p Q0I U03@Q02~l@f$Y3j54KJh;r,mS'N^v ^rCa"0B,it`@a`49 9\zTn\̷=\@J=vϰIy2 h 0*-׮I֦f`Hݲ FQ0 !܂k,7aF1 ,}ILJrqs%rpĉ֬d@ DLh6 F=J`[ a3") sz&tr"`!,ˀ=X"Hk‚ FׅQ@)M`34a7y`~Tl` Ξn b%h6 FbPLq4a"ټm+.C` 2`) ,+b h - ܇]]WK ^ XJ풖imj&o@ " r|h66-,6mۚDOہn[ Y-Lj m, &&Q0 p_X| `hΧ6-e$b4 g$nZٳ``u`)&---{Y@çF5kΛlAGldL5sT {N% qP/a7F_^ͰyAU{,dx5~2أQ@dށ 9AS?z."s4$0f̮dAkS3-H[ T@ "l5 Fr 0 ӴuN \`iK@ " t5 FyXKH0] N.n&hPaS>dnvAN$-\F;jhQ0dCҞ'O:V7 -К]yA!!R8`9޲k \$`| Rl59nHl'"X;3f!"Dº0<7A\PwB.js>02S4 /p-Kچ4'O8 /K[E `|`Xb0|$n z~Ϯ݃=:P; e}#4[hX@zR`XC'AG׻$-"tyjmj^fkקϚZVkhiN@h@ƿz]܌i5d$̂^]1Q`Wln"l`,#)%dP Z`c+-#yV`b|t -:4ۧu~rzZTEA؋uqsc6Ej 4,0N B JHڃp@'p{J݊*h8e@E] H.7rFŤ Ճkd[&2._ȹ д^ [G`+ dn0\4h8`t iݟNΓ@C RQ~.d-'hFW ǰ .+) "JXB+fw2$@7$$%~_i`|o) dd2C L]E㚰Nk`$*a3@5׮]j"v5q4bp3hwP^O; 5!wR:4&;5ܐod Y L6=Hخ W~%|$r@E]A^Ad/n&fX\BZjQ0:.;i m(0mH f 8IiiR Zs4Z@N|n&ؒYh=J=r_ 2S9i )0/x9B6@@> )."\fEj>HЂxD9l/ ƂZ'FWٜg!SFhrV͇,@KBfE]? 06SѫH?rvM$d$hFW 0:&'@J(HwRSKStJiF|9;/H#|R0|>.nOh+(/)_nHhĕS(3q _WrB 1 ,!E|^KKk>xa#r)L`!KR38$d~h7r@k.1P &`it59]h#0%KR(:08sISN!z@'}v-:"XSݝD":555q(Ch'q 6 h%vO`(CȀmxl79>}hTI>9 -ML" X@0Kk&wBR"yw-""` nSdu>HȐZIGX )p5`'@I@AìyqLxgn~]q3` V׭Y l/7|hQ+,=Ft('0`f &?W7WOT  F0f#RtpALJȭΐ@g]#9ZahKI!aM]-dH XOl4 [ %:6Щ^C!ř+WKW,j@N!k @E]dg-D4${i9f2Ckw%Fph%d K܂|,0C.M{`5"Pڀʀl` r3dȮAZ, n'~+h+0,  gk )^ m@4z0Kr "HAR 6 `Y䖕Brj2\b9]WZ@TR GN?4ZS0|J 2b"7 #C;p^EhIWK1`jdl޶V΂ %H`^ "@E[ȃԘD^9YT;L*EЎ<H" 4tERIQ lpk5:xQ0ŒZ~1Б"`Ƭ6E ķ`V4Oa]C@n^.~5d CR[_e(dp- $4Ztt—@dȢsC%!2}"d\>1 ys4e)6޼'d)ŀrf4yEɾcn "(8$&2iКF+*`eI H+}G?,&OH(0 mڶ#_ns h+X0o򑇐QVDmg#x!fr5sb!tFM] v5a : FHF)GJd{XB|&@E]|+ B  O@h; JjAYY9h4%^UKS'NӠ*4a&hF!k}h* dңD[ ,:ϛ2?:7ĀMvCJ1HuD(&KJM?- Z!ؑF dz1S/Kخ$Ca  _`b~Ă6PY3bTYAQ@kp@EkB|H_nJS e"I Jr$ȑ!9Фba =̴t)pb͏II_B'0Yf"X}[:[E`G2u3LP,Iu [@6@6 +,cv'[),_क़+rrx00 j - `9Xi} 9q;$Bd{据X\v}yZ2,eڍ\Xɨ!wM F0`uiqy!d]Ly6rVHIJ歑h׵z![a;- z[Wc v/F3$%etԠ)`T4XQx (1RhFo)h  "0 | rSu,d sCv6G`+A2H$J @E]AoghqU$XG)ڑyG-FN)A&(7mJi!v"4Z@_||B; $b>ڔ%7`w>,̛/9{&H`a,^f|#< Ĥ$Gh+\G2}TYplԖkFYf,>t&Ӈ|#`M|i ^Mj- [pH-du>r UH4):NGN2LG{n`a#uLokqɸB <@j"l x!4${_}fm rFd>PvϮ]R84 (~^-M$u'!IbLh &L&QȭH$ F0ȸwآ D>}H?8 ~'(i|5r" NԻwL0e֬%[ !I@at{vı]>n]ӗ I#GnwXL_M̐> to3t9@&؈N%,4̰71E l.  F0`i93T%$Bƿv}WT^&#"kQ0\APHpy bn~)baOw0- <,6$vtYy|>4w"l7&OD'xsƻNк5 F0#%Q[j 6|>hm4#!3 GIMd,Bqյkӡ hFWْ?~f1*!=J#ׁw `^7 F pus\[]G۽ߐA "hF$0ZFFf k)$dErw2!)p4a葇@/ XP~l4~YcDQ?4Z@5u@2.F@'IW7WL)lh43}IbZaDAh+6-_/ox¥t jœQ8:=/I&!2W^hs]FSо T4ijv;   \"9iRl@6 ;zd!E @E]ڑR^7@$dEx:6#!=%Q0:qBwhFd9R<$C.$tVl+* |!|ZV5wLLJs sȦ4j4Z$&%Յp1]Q*C4Z45C̃BBIȑhS(֙s{@߮Y9>4N`:NQ0b$]͆36^^j@E|mspF~!0A-#e\`HI~"A@E; { 8b=/X7QvD`·cmAhv!CkFGG:5<rUQhFWY Moφ9 . RBvS2Q0 ki[|K pbD@at!ogK O`v'1um4wZ>&Q+?o+װNShFWޖ8"ULH )1{X/:<{ո't̪3à@a I;gAWEt ؑ<  [,OGF(@$0iin"lmn AHi,Z[TQQP Q0t@awІ բ3x! &FGG04ZQjmj4 YL /kS \; F4ZQZ̛'##MX8@Er򽫛[gOhm4Z >ylQg Q0  h '%uޔ1 F- F/``@adO>Q0 FQ0 F4:?`r\|<=~Q*||1 ("l@gOwkS3|u>Cz"UvAa@\Bަ;{ U@E؀W77 ~ )\8uMש;` 9@Eg=cc 0 ;Dknt( FOOh< Fg$G(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! htQzOtK|." H2iD棡7 ICh-HE9Q0 F=@Q0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 (>} 4ZQ@)ؽkBѠ?"lJ eddF2 :"e֬=y$~5A!!!A:AyI'OϚ9h#VӧOMk׬Rnn2 F0,`壁0 ׮޵kR X~ut@- vF&O$Gb^GM-u4Z),&L4ahtH hjiYZ2 F0U.Ch΃+./)]f 0o#222> F F0|Xz\ Q@" iɓ'#5ڣ`hti@ɚѠ<@0bAkS5C'N Q@6V@׮(dm ݃,א@(F(h+ޕot$k4Zw5P9 F-H]`@a$Zw`ht8Q0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0#A`5֬?ZG~pU=z!4 O}nijfy 9p$$|2G( h6`ב;yPd$ȓ'O0EC8 4Z z%Z`[Xb@HHJDkv;M#@-N0ӧOۈsm"@aKpB@ca`! h` a@E(`aMxCe[KG(`PaO<ٽk"iyFQ0 F-[m1U@sG錂Q0  hfna!##nZlEZh`Q0  p~|R"ψj|5@AHmQ0  Dis5/W7ѐ` B@"X]{H,~ 6 F( PօݻvA'Lk4 F( P0Ȱ==`[ Xb> F( Wׯ],bk)F(XdoO " m\8o>9bQ @Vx@E|Pt-(سk76``rt-(~d|]@X<KW,|a@f7SVR l r~j嬣*I&^;˯H`+{0ya`PFrh-$+FhQ0("=@g.Ϛ9x:jpX]W;a`@^A )?pusl|^] ~@En+y]% YIsPX(xLJ7  rGeht,l Ga h6 F( FQ0 F4ZQ0 0"lQ0@a`! ha>}Zfen` S@vQZ0o>Ĥ=ã` C@í, -/W7уF( OɓC.+ =8{ h8abkݚn IͮQ0 F!\!7G]`(@CCkv; F@kS3l Qyh(aͮQ0 ۱b44ݻv]@rBy@=i~ PhPaf:pȀ\p[?\]~1`ipq* `G -],,EZVUBR!B$'O G ۳nA!!/`GT^ ˲#sm%`)D-޵ mw8zV'YC}Xޥ ю(  zW"0# ,\m?ȞЅEϰ5TOnˈ,&M02,MHJG Q0@^Tٍi( KJ2ԝl8r`,[$@ނZ`G[SK\]0o0hdRSDں0P̴t#|nn@Y_F0XLs@6`!CpPֻRq+V@^ *6:Е,̩8 g|O8 ,p]\| fyg׮ݻv'_G-pPXs+@ | N[vs-nij=.7W5FWJ׻h/i΂|`1H2 )rH/8!)(l[vChF X|ٵrh $gm|@9d$"hChFW0}L_/oȶ*Lԃh^)1,` | $ n%CC hFWPVRsqsLK d`@=P WEۀ@|u dw= tҤ hLh+X~i",`%Hk: lBF!BGi !@E]AWO7!_^\r sAJ%4A(֮%Q9XhFH_lkPF(h+l7 KB\YՐN% Ho,ʹkiGHfnal’ ;I?Qu(4Z@CZFe# [Oh;%Zi1XT}I` 6F4Z[=6"$[E:Xa KFW珂h+6yt* yVڊ p3).4.$Cvu'x> _/=va`- ddd%ły!>HEų. m:.rCF_n2E`h- wNGDlFj[? 2Qh# lO9GhwGK113-e% >; U Nu'!*&ML _F("~iMgaKAJG B*6֭Y0z(j F0|A(xs #(* 2׊ k@vt(4ZM)Ũb8| h&t9!%b]3`- &M,,f̚ ,kTW:F?԰/x_Q҂y y8 "" H#z LHY,B;4ـE%i^_4 "X~J| 2eBn=2߼9:? "2,)BB[(?TkEd_!0` 螧ؚ`h- ec\GR@z/І ZGW珂h+.`Gr %@E]s),hw!l= 6 ^- , #b%m8S`- JJeddI|FkHcԥ9Slr bZ8Cݻva`- 3@ZC#JV@S /^YNr!]? "ҁ/b\OpSlNUiCYT3@ -@E]A9xEXBRRbRmpH+HNoH)_C'!RŁ?` X28b !@E]/ /Z !gAFzȥ袊Q0@atN9|Gc;v'S0<,^GF4Z;qR@ .N>&d %#-A X;(B F0KM۶K `FN%%C`C,3-)` @E]dQ79Ž$2}5HcaOzK$GN0 H!h+/bݑ%_ Y]\JBCU0U0ƀQ0@atrHOr!H)/jȫ׭YKף`h6X@ rS)Sy!d_QBR"d"d:r=:A`- Ϛ l,7rXd F|\b!2yӗ@- [@c(hFW0iD}bRbYI)/ze P#h"\ QX= _PTGh+򢫧HB0ŽϿYܝ/LKoǍ参h+6,_/ox6 <9HvD< .r$cK"u- E@쵦|r 7H~mޣ`- 0M Z G#Eغ5knQ=; -@E]Y3-HՎ(* F0 +:.9vC>C Q0@at}<'llю<>%uuZ2[V BZd$%rX'FG<ChFW ,\'* e"dGv%@YhP|ti(B F0R`aQSW ,\TG[OdJ.L55,Ў<-F4Z``|1T<v(%; |HQ,I!A=Q0@at=F$7\ 12Av!)q4F( F0r%#,oWߓqdHN%f!9bȑ&L=p -@E],w\\!%T${p^IHyvr+x-,6aQ0@at!縢u!3䏼2ȹ1ׁVN4GF4ZuZ_,A>, 3`M rڝy II1 ("l66ü>C'K4ZX6n9h6ImFXQnk,/r4z( FA ЎUh Fg$G(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! htQ(('ߏzusChMyi4a"xIh 0zP ɖWWP0` ѱQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0 $22222(42s @`@F(CX(`H>}~h7sA h1C΃7 F@F( FQ0 F4:? F( FˆMv*kj5FjzmQ0 0ѱQ0 F4 ` a@ca$|||_` "dba2 F@ mQ0@a`! ht8Q0@a`!  jGX!&4IENDB`PK?ٕ{"{"1OEBPS/httpatomoreillycomsourcemspimages469817.pngPNG  IHDR, pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}.-@yi Q{׮S'N8q:,0 $P 00YP=4F\`|`F `qus630s׍kׁ `ўTH Ѽ4 fI&I ]\)~XV\,`omsq:>hޮ;@yi ƌLdn7w.Zh7 ݐwtD$]MF]5K:i4F`H@6#1t7o t5k(e4F H4ZCHg4FO<@yi <L2ҁ$M52Zv20(xx:83Tt*d&Ѽ4 ̟7o]II>@p(*S@&yyK[wCJ دsus>k&@K`[w2ٛA-,U(""4)K`+, s7 [zMh0`@@VZ:0Qv!g]+"*nZH5zi X,A!`.Z0o> @Q00`222|6MiypK` +`AZz@yi &A C Ih4/z`;yPH^Dسk7 @yiпRI/nnh4/zݻvsݐ.n`mh4/z7_ Nã^7h4/"k)Ρ~x F(+q:dg|3 s` h#@Q@Wp5Zd̴I& N0a a65Sj-bB4FxZdVh֮YO0r>$BTB7'R)iA@Q@ׁ Kal!/ӆ! c5a TR\v F(x K X BR1eb`.y a[ed&h^C1fu0ۍ9y$|$$I`ː&0 K%H)N9Z{I0'QE:xI{ F(7ʊ`A샺ڜ4F?}&sj'ORq{<@Q0s "gg 5Y@yi 1|,/veOl驰O F(:P8Y$Lǐ$ " 3-3 KIȨ1HȌ MM{~Ir%Oq@&G 3]4FAPH0 f֦f`c֮Y@Ӽ 9 F(7C>՞y`JvBeO>%I@.@F4`h12@'^<1>@yi h% ̓@6% m #x@yi @Kdg'2|bK``$-:Ө>Zh^y^ Z DDkh^ +ـ}TqZիx2dc`h4/t$-)• f'.i@Q0ʁ <@B^ ܹR4FHpxnb?H k'1Q @LxRFQ0 n,p:(ȉ_ȂNKLJНY$5 i5@?U\d>FMApH07#A$By JH5 &ȹG-7_FFjf'`.B  @L@97 aDQ0Y|߀`R[\ @$`VMJ Fy[zL8y$tÀ J:`C @y h7h]&@c`L5 -'d]B>%/[}6; tRPH0$ :܂0۠hL\!L^A1 IΛ4*W匂Q@U0)2v8+$k@#~ 36Z y HTF( 9j2% v 1`>\`7>@!d[fP(X K'v 9)`J>IJ.#) "/AF M;A5:> i+ 籸.@.nhӒqo1fP(pP]W L) \>P. yr5O`@%ѡQ00;IL6,zI;Iw@*%2FL/L<:>  HI%0ͳ*`a +%  tѡQ0x&"nI g wZ FϚjB0SYIH 1 F(8uJ" U xQ0 h \܀9<|.Ӫց\:  fo m4x&dlFRB2y .ΛHC"Z:Rg"mLeYKU UI Afx)+h%^tr `2 s/RWS\UD4Mɐe%@ ޼\AΰOJ="%kd!;8O8 1 0S, h0楡^ f`qDPkS k&0x `vF KFRh fEDTn\:4>]֡UAA<F% %`'r0;Qqe.$NB:3!)ąd65nltlڶHDu@,0 IEq߳k7rc\GM$fb)\'Bb%yr7f;`BNR &ú`޼uk֒t-I3D>בsho ,"GĂ? *k4y]Axu9z<ãRQs2`@ycE.B{4"]{D iQ=b@ov|᷀=: Ji4` 1)iy@>uPkԻHnhx,nN8,F*X=krZR9X@і= @y .&@<( ݻv9?yℑU 45 `y@\7@L2 ~:2l{!&`I]#!%#j\<bI r#Zmtd+ %VJ#i k@60d1kO4:fK6 h^ܰ _{ l4t64hv٫bBzB` .is2A #$G@0GRΛL8 @(OW P*̟7Xl Pdѡ\5 65kZ.6ĄV&A\3:> x03!^ΞnZo@sN_iL޽ Ѥ3 .HLJrqs$4F.Ӏ"}n$z^4ahɝ%s p  wzyyyhC@í,V̛YX(##ٚ5 =Z^;@ |?'$5@]OH*=iz@ |:"+ ]A8u$hh%iqHm h%huf$`y R^B=ѣé Gv@ 4Z޵ F7 e.h]6(4"Znm M ! W^B4:{G[^ @aKPLE8zh4@%H BO8Y3Z 4ahD@y !.VӅVD _6iDufA! ,mR EYm9uOk[A${ Iflj’Eԩ'!F̟KӀiӶmA*lyyq':!,:zlN"RC{U4{$ ͟7 ` <A 2ԭ,`~zii|$:4 `ȣRIyb?09ti`v=w" ;3H#ZP3<<`c,J+ =+5i`^13D.y {u>dk$"!0KU@/_SfZ:dhC#@ k`F+#蹭Gb!-44y.B#sΚ.%ӲX@a,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVt ` Z@3!!'OO8- Q0 F`^Ń G\f-hxQ0 3 MFFyNӧO@.9]0 F( hA!R >?#~tN`Q0@a) 1`O7m` r@ 5r ɓE`!{c]fѐ` ~@,XE!y Ξ`` @8wE`!DpH'O4FmQ0  {F(h`hD` @JI&tShȔh0]8o>0 2`FXC XB2j ڲ X$$%RD^_Y@y  4XzuTx1@d s`>~xܹ>^p++.LztH?L ) oXKcğ@yrի/>~8QG1R 6S&0@2;2&%h RQ\FHӀ$xIF^ @J4{kuV0h .ǁqJIr@j>`ƧO +}@ ͥv cìQ6K4hmdG J Hj* &Fރ4 Epylh*\ќ< @1,)!?j@Ր@z ̫rDҠ* >òE< +[b P b6Ar8N C60jDx@LjD)!6-,kߥ)Y7iD4Ξnj-?ӊpƧO#">yt #65ϟ7ͼׯ]Ri`*% ,9 ٸ, P ` '\hӶ[ Ffj`q6/ֵuFM5bll!->8TNF%p` :n6o:G'?/o`[$hKLJ£ .(`` 26ׁr [ M`-3ZL:yD ^zsiի81fd" 3~@Nٓ"C0L65s)rH( D(0]^AJ1+GmLIʹam 3HsG 7>|||O(EM* z.@ܩ ,GmX0:=h2bG5^JB@r䉓uo@ 8>)A )KIy@pH@ ){$ukRLF.yF"H O=P` x)4C[ZFi]B*y(('!~nA@/Hx]f> )U5{2ͣXb9m+`j=vG`:MnО?o8' ^pl| r)\q.=q"lm;KJG_NM<Ȋ^wHHb]c9b$; L,, i\7)q@N@SK"XL0 ̾ ul4@VB /P<` ,NfIbȡd@@- ~y&0  t'L_ 4 @ev%=:~GmR6nؕhУ f.`f=`{ 2T/ jg2ݻv65C@" xgO7 F%D&Z+Fe)l4(FrL ^AK s@@%+ oGv&[ D `K X!g[v^8ahy7PWЀ];wf]DQkV?t` L<ڏ?ΊǏG 0h1酖] ̃@)@6Fz` IHZ `"m4`1n,Gw;^3ڥHĀ5` i_F0A:$ 2Af @  t!!hN)}5<.@hrXI ӘUOHqFlr%f,!)Qstm]h Vz9C)iCLx`c bql1 v#勌I'OLKڤ yc}@kS'ѠrD, U/Ёt3!.MvqrbĄD'ddj@n޶FGs\@FFhK& j@@ 83 @ 'H!u 247w.MF:q`PW>?:93@DkW }pXgHIbYUbի )ˀ&ǏΎ ];whL-FK |J?AJ%2 &0ʋ3` 4iXFP+L!E,xzQ q8kD$qZ[%ڰlAZ lKR΂$3 3 4  s ll5\\!)̣B c@vyCR`̎n9 &L -` 94Y(\`Yg: ZvPHyErc6c(.\Lag9X+x`nC*`³ly&x ]рj⁹eDp3 ,΀ɑ|70'n޶lCq:ErRA+dz ph1р q4`P>F;:6sD5d3CƼϡ*1c0P Y VZ AQ@[$ xBfD$rÙy XA ♔$cOh G&\7Z LNY'a@b%ApG`hϛ Q0Dd LFFr<Fa0!o$f7 @h#]jed6o:z-(@.Ϛ@ ӆӤ)tLK'i'@h@A`/-gG\@*@nFAR%׵-KAObaY]!Aqa/ԀXA.VŽd;:I] -ц4]!G˹U: tl M006P\i(ԭ,4ZDZL=IIf(  'Nf T¾AeqnRz4Z-EMt`M۶T`e (r`#rT7c4Zѯ Q0޹̴hPr1AhtsQ\܀ $"R P\́IG453s<@h`t)P&={I`+ eBk=~@%( }D6Ӏ]E\c^@qO6 @%( eL|Z8J4M"WBh I,dmQ@f.YF*h@@%(;6:m+؞'%#HM͖4mQèDD^AaI|H< h6 F( B' v-F(8Zߣ,1.%h6 F(ח6HZ"K8Nd-F(+dسk v%h6 F( O " 4ZQ0 (* m~ 1Y]R@h`$ gtX<@h`) m4j:h|Q0 OhZ9pt<'M8A{J@Th FKQ0 8KVv44|0[Jd(x;'m [P]WE mϟ>_vmy\66HCތ$u4Za A!w ޵CBEp, pu!pt% FKQ0 "`̛h(RC[ٍF+-6iL)$)V)x'MV-@h`Pwӝ[n͚I&zy'&%ts%tH@ G(;x¼sidǁɁcFj6:@h`dOtp?N5=H<ݮQ@E@%(h\G(ÐKJ?Uh hD4&OH-]rf?6Zh6 ,w/ =Ξn ,-hhts 6m {d b,̩2-xmP  ,6o:hhD ddd=2`wlϮjB @kmjk{Gu@h`PsH˷ рlbRҍkׁf"ewSL@%(D`hlA\ ᴩ`0`Y3JJG FKQ0 _vmt-u@h` H[0ob*-F(0PSW ,&= H4Z 0S?V@!?oh\S h6 :"lfZ:} n FK222O<(>|4}3MSKkxCBO@%@\h<S "0sD`Ŷ{׮Ѡh6m4`?}  gre]Gr@%``v1 Vݣ3jm4-@bh( 739nM FKAQDڵAҥmd~y6F x;}h`ر%@h0`j& HKmtȬN^'dy hD>?9zt2Cِk!۹{hDD袍Q0:@ז쫩$Nm袍 mCDV~^6ZgOI4z*`222w ZĘ 6 hD`ӢtqskhD`Pi5u#G`FmX4Z "8l=u mP>ĤVh V4Z2`(n`y{4(hDDXW޵;`Q6BŐG*-&M{.Aem䣍hDD !) Xi oց;@eRkQŢy=ѝOP<X"DGD=XdùuԾlu\t,Ԁ.˾^PڼmNpiTg FKAZ#.!UV*xa*6֮YlZ"/p4'^>>*^}ڵ֦Y#شmP4eUFh97 @iu'ON8Y{i]A+`i; a hD_& V0iDZ;M8fZj{*^U i r-5ݨO8\2V(7!ˤ{LKgrry5dIJp@%ڈgY ՗ẗ́XHMHJ] cõ8c'?W@Shtf` C0:VM@ՠ56(4iW`AlÎnɠm`sy 6!8@h`P]n͚CVvt"~TYLh6 FuچY`l.khD|pĉk׮:qR$$%eh6 -h0׮7(ݢ? FKQ0 XuMZFIL,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVL@kF'@ + ?>]=v޵ XF(Rh @80T8rxL+@DqQ0 Kk׬OxlRxI&fQ8;{XS0}di4d <p@N.]O_/ґ>z3֭Y є`vEXbR|wB0[g 9e\ȞQx3 -M`r96 `DkLb4Og+ȇL4 ׵kAV\͖0;_`Ђx~@ 7ˑp<2 %hrMZFz4q@/---_/ﲒRXh };Auh@',/)_,} j˜фݻv h۰LC>|/V~/9l@('1U"eE`( >ykS3 3 8}޸v}y&L:ByX58]5 !I&Ą\H-zGR]5 '9zؤOB^Ih.vڝ8 `ݜ0 m~ Bږ IIQN6TG`qts( xul &^&dW]G'<mjkL0bݚ@l'/B?zD l݆R 3KCC=ϋ&a  Q0/-hrusr9 Fl| iG-hMԮ=Sh J*3t@AQ0Ύ=v]/hE:z`(אޤ @mPoa ,h|Q.M@^9ݸv};G[# @và!0}bhy5Os\f d3H(9r O4`<`ɕv@F!+7إ]f!ptDp:2eZZZyXXrB$0}:~hˋ@yО Lw =c$OAO kh70aSGgF԰`_8o E44ghDN<$fFU`>yڵkҨ[/!14Zxܚ$iFH'T@@ـu: C&Jc=aЋQI'ODi@-eh x)kF2bO|#4Zx@b5qIeNt< _:#<uma9}@bEQ^P'@^#!7N8!##Q0,8sA!:udpHܵ4Zx@Ay.j^Λ9|\4 ζ63`<ɓ'9hùjP`<3-,KJ)c5*דf]8i„ݻv65/]ٵ4:`O[pblj봧O@.=>8 X`A: M F[^4֠lv-F XbmhE69hlt(shEC9 |t(Ϫh!ؽkd9hP LJ -hXr䂩Q0 ad]6D@^ ͇6`pϡ  F /Ȃ:` Lׯ]ߋ3ҁ鳳{x XKe/jϮ61F;GpLqzF'%%WtD$\b B'xx90e2`%`铒 Y@Vbn+( =gXf a) )}B#M Y3jVbAnc㿫$UAJa3089M\/}b]3ezy\T`KXr%&% @‹]6vGK.:IY~^ސq:@Lowux2t%]Yya<@(gy҄ 5k@$B(j`4}O`S6B)1ZlA-`A]Ok OO`>v$LVFG@0+y`Lb ]5`4}Ci FmĞ ԉsz,($x3}9z!\E-/{ t F].n41:2 aL3 >h^0(`q(!}ZXXvh^`Q4z(`H-F(Ch5 F( F Q0 F4ZxQ0 $kQ0$@^`! h` I@(`H-F(Ch5 F( F Q0 F4ZxQ0 $kQ0$@^`! h` I@(`H-F(Ch5 F( F Q0 F4ZxQ0 $kQ0$@^`! h` I@(`H-F(Ch5 F( F Q0 F4ZxQ0 $kQ0$@^`! h` I@(`H-F(Ch5 F( F Q0 F4ZxQ0 $kQ0$@^`! h` I@(`H-F(Ch5 F( F Q0 F4ZxQ0 $kQ0$@^`! h` I@(`HbZΝ4aMバc ina1@@BUQPE222$bfa$ф2 gtus-@ + ?Fk& MPx L&f+@! =v-~)f4g0 X~)p yVH@! /LAFE|6сdyIh5 aׯï `붃Hc~&L4a" W`&:0}!?,"Җ`90}d:rx X0Zxt#nkG|d>6m:ڻlhAʿweD33->*VbA΁X{HYXx P# ,`@(lD邍m YeH@LC4FAD׮65(l- >n +ڐީ' AAbRd}( Edx, DYvڕ[?$`om|>dyI0 @! /ؖ`XHs6(`6 ϟ>34Fؗt\B?uks ,|H8rx4P냧A5;$'O` Џ/ȲѦ+h`Rs8iD` y;4zE0`@,;hOJ|(/` LCz F /q֭Y;`pV@rPn|hEmQ08d N4ZxBz Q00‹2o;M5aY-h2'Nrwۆ&L]U;dߩA>vahy'N{^ޣ+GZ`wϛÝ4ZxѺ䀁Ĥ$5z$ƈFۀ+m5hEL`|7W e4Ff28W`jbU@m`>r]T RԎ0n#+IŏC@^tj BWݸvxlrQ0@j=vlL۽a׮]nHs:IBIBT]4Zx]f`":eQvr:#!#1T]4ZxA!*u&a.3 ln<"C@^|fna53 +`[4:`O08orG eِ>n@m`^ ,=v[a#g0Dc F / A{vu] !%,ܽkWM]hdr 9e@ziO<>khkDk׮ \Dݚv"+4ZxѼ5ȋ`5:5`}+hHC9ب Q08KO> @ d4t*Q08!>h! -F֬ol-h wI`p'kC:}hE+8F(OhChE+p|`|8 'X0o>0q>#hEfY[?`pO> n@1D >{B4F7Raܽk5:Hu0>> `8x$@6Ri0$(nHzPDکc'UUGB6ţ#"qO͚LKW,6 sڑSrI` !0'Léf /6Ow H*(Δ:{GOm2 ;i FǼ(Mk=a>ߒi=I|{׮R c]ؼm‹LL̓sA +0evV @F'll%~ђk ,] Z;]ɓ' [6jG7ѿ4>[&L9}a.@^7x0@]E0> [@v^A~BRHH4:\vĉ ͇<U(<X ,FZ ck0`(ӧO $!k @BU"@ȭ?fnnMQ0>!!ʣg^>>---|(@ (`@@` I@(`Hh7IENDB`PK?{v~vv1OEBPS/httpatomoreillycomsourcemspimages469823.pngPNG  IHDRp pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV Q0 F(h0֧OڍUv|||@55 F(`@6  ٽkד'OФ"@q,0P`Q0  haЁ`:,F|RhQ0 F(@@: B`c $9,hona1}`Q0 FG#OJ| rȵk|)ataQ0 F@m: FX edd-,FgQ0 Fm: FY, 9k'O- Q0 F(h0HAPH0Y, ٓ6,`Q0 has ukB{2G(` @M O81yD`atO(`Ahts>6'sQ0 F 4:0xd$1'sQ0 F4:0 F(`@:Q0 F(@MQ0 F(`h0 F(`@65XfMtDh8Q0 F(< F}:yh8Q0 Fm:!Z#"5kFdQ0 haPהGkJ ̓?}TVR::0 F(h0ZS ݻvQ0 F(?ѦhM9 F(`h0 A Q0 F(? 5IT׮M0q/2/($d4Q0 F@6)v9y@8h Q0 Fm: RUo޶u]ׯ]wus Q0 F(haPW77  Q0 F(2Q0 F(`h0 F(`@AO<4aĪӧOM͸dG(`Q0r@A Ǫhy<}Q0 F( MW77ݻvaUnZs E`Q0 F( Z'O`"@`Q0 F@!`\`|ѓF(`Q@}vs>>`rb]F(`@uC\bk>}$###=RÀM'N65Q0 FuC hji[XHy4`* ɓ'`4t`xé'GbQ0 F` 1gnaqڵѠ` Ѧ(`Q0 H4t`Q0 F Ok{T(`Q0@ çO֮Y D Q0 F( ׯ]vW?z(`Q@k@Cl( Fu sW7qF(`JM'O,75 lQ0 F(44º5k! GF(`4 |||III `Q0 FMas %`Q0 F 4 `Q0 F 4XwZf-2a<r4\v"fcYj 0ajx!j$PhPQ0 F( hOy"=z(`T@: X {2eddr ~tgOpa>|zl~ pm7Q0 FHD$!>IIzb- ̛ӧw dY(T]2 F(`b AI&[X?yT46fjii7x Y* Ւܬm4Q0 F4t\ 8$xݚ5e%v 2OӒ!fY `ӧ h C-wl:O6eF[`Q0@6O`ȁ<-6YWN@&/ ȺH9 : cZmG(`X@M 5uJ<<69 4A<# ' {2, J Lڧ$G(`m: .v*SU5rOIؐI p}w^oZ>M: ȹK}JQ6bQ0 F,ѦZZ k k h͍x!` 9 ߠE@iCLm7Q0 FH4t\ ($dn΄˒t5rC҄1 C|$m_31 F(`dm: .`<`}!I]=O<؉ -zݚ5hse=MrQ0 F@63 ^A!Va9Mb]'=&9 F(#hap`X=iȥS $:y$횸pB+(܃lv4F(`$m: .l1;-\@<ły1Ț-;3#_T =3-ãG;Q0 F4t\2@bOK!;3- 9$$%B:3`lK/G(` o@MC׭YSVR DȧIsr.|$l% QQm@: 3{taQ0 F2ѦMZiq$dBSKh@k@8y$|Յ̓'OϛrsQ0 F4t\VJ=8$x횵$ܚM x$ `[:xbwxQ0 F(9 F @j`ikhE%A9LLan^>I&450M`Q0@6` Qjτ1 Yɀ{g&t$hg&lX]yts(`d@M֮Y ={iˑyy&sCf-hwf[ Y3 ͙( :"Bֽգ Ւy! h0yJJm"L[sBf5_ߓ |,CB44A DH )X=Y3n@kPo(B}^)7 F4t\ ["iڳ6/M`gޖ oaEF',0@h@Rڈ(qtgL@M̛`U{I&@{(Hh++[@&#wf 2`wJC@WavG(`m: .LXkz5TQVHsn 𝙠@Ƃy-`6`BSKk0 F(#hap`X#OX(( +%e A!!%2 -fHM]h4Q0 FH4t\|$'UXh uj5LIVd䉓J[&3-ãnQ0 F4t\9سV[4ii)d|r$Pd] Iq 09 䖗޵k4Q0 F( F HI`Ϟ|"ʧI 䝙h32, ;3V[37d#!)i0 F(#hap`żvZ`EPQP08>\Px/dg&|dqyv |cwG(`dm: .6D=vn,@- @҆s-qE&,2m>z(`p@M I U4Z9@r#(Ȝ+\f  ̛?z(`m: .=i - ubrpH4`2 GaV$xe`N ܑ {A=I F $$%놲Җfa4ut3r`4tEaBR+i;3CmM\&fk쮁g.#Ga59 u"Rr4XF|ZH?X7-e`- zxcXC6P6>)1]B1@MQa5)l?Bxwf+(6D҂m7 K@(MzF(ZZ=LvMjJ @Ӏ&65I`kr{%NѦ|H-]TqI2$5!gנgȺbGS(`yzXJ{nT_6w'['uѦ=8AjZ+iWMȽVPa"@4` וBZO]4y аeyI)[XȐ5 @M6@6CΖ&i(2St``: OW]WDn# &o Fh7&%MQ0 F(*{.`ì2]OWPʖN8I@&@1Ml7ttF(`u,Ĥ۶ :t`e!!k׬Dʭ4tx /jxC`Q0 إt~ Y;t1 m: @; F(7'%&%$h@+9it (`X nT'1$h0 F(`Щ$Ϛ9{ȭh0d@%uk֐q(`4P>X=ڛ|#Nů F7g^>k,+O!BS0AY23O߫ kQ0 F(̟7"xp/+(x5k\\D@M uˁ:")bbnBxn=b4.F(YkS3PD#!'Njnµk F!'i@܀BQ0 F(@PVR ,WϚ9Tz@zy[3ѦÐlLGwQ0 F]ys0+ȟ4a]<2Q0 F(&ӧO'LĉCLᄤ$`[,@6F(`ȝ5Ca- d>Ѧ(`Q@}l4,7bCBddd^Ѧ(`Q@}rv4qm:Q0 & Fl?>)&bk-!Num:Q0 Fpn3Hԯ:3c O`oA'$Dު@ d5؜@6F(`8`3F-O)<RChc !mXEް4V `+y&PotD7%N |haQ0  57  5tBR"(W ȑ Q)4t`Q0 m6f@] nz4;.Y qjih0 F(` "k%ZE"Aȳ04t`Q0  f铧T4t`Q0 ,rD^1UHXf D Y*^@Lps#"q:˛+,F(`Q &Lkq $AF) BxNQ6b;nXf-V 'L(`Q0JwW"3 {5!u19 ]}H"($[=$ Mgaz~ :F(`a 8\5+d{ K@ <: ) @!:&V H{l`Q0 FMz!Ȇ@GViC@HMC.ˆ(?o7y7]@Lhœ C|R"и&uk[:`AE82 P #iUS5{O7>Юr,A\\FKQ0 p: Fjf7`.D o*#"- ȝXnn@e, l e- `+B.R؝ THF`Y1@@ኳ$iD;li ` XB[ -s$y\C!lVY2 2 4I *֭Y;'sAۭXxށсDka`#(჌V>/^$u\ "bI -M=`Q0 F)@SK '7[׮]l gAPẘEI {2G(` 'o{jK(w @NY, tq 1 F(`];Hl@PvJ 0S@j<}dta(َH$Q?iI i ȍ``= D MH(/)$o!dd}@B>{A FOM3i*5 &L$J&&= W,X\mi?/o2 (o7a %!F%1F; c\\!뛈7AEA<iC?}: \HQ~;(&*B69BN"iPn 7VѦ9\U@NGѣboh8Q r 8Ov_XRzuPX=C*1 wzh Z`6 tmKS3y h!{U=5uC`` Qxb ϛuOaha 91\\XIzy/7o``=$pe4]QzY'JZkqt L :kd@E2tQ }wMo[ wyk׬ lf]vأ g (I-M@J= FZmmk`_ МGV @+(/#6LhӁR@C|*"O`}pAbna|̴̉t3 팶F(QM޵XkQM eAƄ\ܻ r `5Gdh@41C urX=&=IK?&߹ld= F(U-ML #Н.\щG@6F(c$' '$$%^vOG=3g!#Rtiw- @$$%[KE|vy`Y]VRJV2YT/d? F,poKh(Pؽk7F$§Oq }_ ##rV xZ"@ٍ`CgO7xi kÀW_9"@M`zp˪(j%8G#k<~tkS3[(5&]YeIdt Na ֮Y >I>rd7ӵ!&0cAn݅wt,9!)n(DN8v -M2krcd = qqM`[s`h0 %֬Y0odUzbX! К/ 9 dm-ǣ` k L6`%35:AN@C,Λl79`a:.C>.tQ@!U;08ES3e2 j2qݻvAtAuX0o>0kxm[I1ZZZI?jr%0CFM0<ؖ-f=iP[M5g kwf^Gޖ 9 8IQ@f܂֦fR/Ǻ~  j>Az 0t@fHLJOJ'ʲO5`cO[$h] 9M & 7=MrR۳k70^!2nn @ӈφl 95Hu9@ f2 읠m΄T )<dBSKSDj:$Z{+F( zy{D87W4qH!lUEޅ4C%1ȇF()/e II؀Xb9d% $!`!tp`BRQ0 H<`Os0 b'D>@2r^A>yU*@ Ҧ|:, `$Hy]! 4Mȴ̅ PTH'3-]KK) >0Q0 HphȽ}X'2@M4h j3 F4ILHtD$|@ފ. ^@vfo2Gr::r` qvO3N̺i},MaEG(R"K^>> Ğ]ȸ ksZS<l[( sKJ͏XQ0 x f`p q 9@ p|aQ0 fu`?MF;My@L'OBNwh ǯ ;{F7gQ@yMNM`.+ȧĮ'); Y Y.>:0 F~^8r5<A F{ Yt o]@I=FdY`PB5:0OzadtKb6v` CF;aDQ0 F2\_9iLH~\ug&d]Zd}; F(:{vuiԤbI&[#f6xQ0@rd"S}t8y׮]_0odyXޑt,(YӺ i`(E* #2ҁ 7tr$L`@0 %lw=~`wJd2h[17{d(=`Pૈdj`.{m5x @l:@. Y?/o X  ȠztP^` #@`O}hEȅ Gd_6NY;s3ȭksۣF(@.jdK * ieXBqus%Jqȅ XX?ŋ,2<aFpsIHILJrL` Dyy6gm( /lhjiJ@2(`UuZ*  lm:b9zrE6]Jؚ][s> 2D!z!7.4?#+@+ gFA- GAFAZFج=Mr[) YB@uMNgGJ^Cƥ`X:/s΀X=OAL(wf)ւ~s >`ؾm=Q@5G#Ux I ݵz~\$th[4I`΃ȣDz j 33 ;B̴SG`PW3?U2)@4I`itK4`K͞x̒(qqsB{G( /9"5O^S2B$ 44@ $%G7]Q@hsg: Ѥ6 Ff$䃨5~k 3cv[<p {4Q0  gBSX/NA XFj UxbR'O'MtrI k)-p||$%2C]0FVkj];GO{XR F` <^)8i:L[Ii>}Q ]0 F5x= xg!@6F( ($$\ -[$yG'ph "`sm6dx2|GM]Q0 (~)vMiimH֎Ѧ(C@ ` { =@Fpv|F>ur6w|61Y`Ptr=Aph0 F !&MkKOdOɄ L D04I ~j I@@.bh0 F3A"9OΒ\/=uh0 Fs@~I&l޶>`@.mi!)`&O5*iis(`m:Q0dۻ!3i1;Yi@,5 'SA6ge#"׭Ygn`^r4F( F` #D9T@ix  fBKuNom7Q0r@6F(&VV X/Dx#⍵8y$@I ͇ܜ9Rrh0 F&[bR5kC! E@f.3(n ग़vP22F#"{Y TGˇ8@6F( tڵk///)MG x.2 3SKK n)d"3-d;zJ7F|ȉKL:@6F(J b -tx<mһ6 ͙`@MQ0 yM\Wb2^bL^@-ցWk 0i Mo ڀo.&y@Iȕ@>ӐFGF(! F` 4RnY97 c|\k 3SKKvFYI)DA^Ai`@MQ0 v'LVΦ._ DضN8 i4#GF( F` 9M+_0o 9 `nabr3µkב,-,f&9 FH4t`'HHiW77J _ B hWaA9vCtĉI&~ i4F(! F` Yj٣mDV@Qwcb *,M-MrS؈ٽk7Ҫѽ`PO۵ v-u@6F(@|kׁ+Ï$,Hibo`]tJ!Ihn>Ԭ`7/*m:Q0P^4* ! = 4 MH `t@`lv҄ r#9@̛6m:Pha! h0 Fcu${omf dd5=ݣ!a`Hl}8M-M6pG @6F(y~KZOs 3!=FZ#(dx$FRha xݚh* 4rL &/0![{!0Au m:Q00XgCm ķ6xxT^xo[F`H^0 h0 F׮EGD['M`7FnG(h0 Fd=fQ0@6F(7hmj~haQ0D@1(>}Zf v(`Hm:Q@WY<`! h0 F]V!Q0 F4t`Q0 F FIQ0][V~W o"\^uݻvɌ^y5 F4t`W7I&.7 M--zB~45 ۷HHJ-sh0 FA!!@M|Tu!>zhQ0 F@6F(XCn `@MQ0 !`Q0 F(`hȀhaQ0 F(`222~8@6F(`!N8qڵp-@6F(`!ZBB%4LrQ0 FpO<4a'OumBRP_8ӧ֦׮Ush0 F(`|-{׮!}'ZĤ$m:Q@)4aEEAq4F(Xf-%9b/dfZ IgOw m:Q@+'q؇ U(`(MǬѥ_4U h0 FMO0t( Q0 h\\ZgͤO%:"vx@;,F(` +GG htaQ0 F#'Mx5X h0 F(`jjGÁF F',F(`Q@Ѧ(`Q0 H4t`Q0 F F`Q0 F( haQ0 F($m:Q0 F(@MQ0 F(`h0 F(`@!h`Q0 F(! Mݻv9خ]'NcE6 F(`tӞ]*Z0o>`Q0 F( 222!!k׬y @ݻv%&% G(`&M@'NTinaA*($tUb'%(`Q0@M5N\]W@a X!222 Gk:,7 m(bQ0 Fh5'@.iiZgC,g. yZ@ [['MY9n F`Q0$X )iZ1D10A: r]U'\o1 Ѧ(Dx<ЄEKS3dW$|<i V SPO8:lcM]mfR+%at8Lc`t`ヌF$qpIuV00|ݻvU-t$C20(` ۖ!IW{ G919 D,2} 3yڂv$2=v 5@ Ʀ0[ x-:`Q0 SI8Wud j-xD4M `Q@2چ4jf+̄,LHJ2JJ!Q0,@ L)f`wUL0$ha^ Ґ%@z@vhL ?@,S-֭Y I^cσG` (7UI2$_@! 3%1[ग़3%![B@ΗD;gb @؛X6W̛OaɉIII `s׀iRXFGDvtu\g=ď&,;3!LzˁFM0؎vha9ꐐQFF(C+?`f 9@' wa@zg& @  iP1PdtbXtHڽkw+6*{`c򄉐(0M5 @KJ!c@V׍Y6 F( 0VubdULZ`΀3 T6xi )f4^ O`Xt+GGDs05is!mUI{ׂ/Y:x4FG($Ha,@=!4[e5<ޖfyR Dh&d$H`W@u-4 @ޙ a#@I ;3-ܦ|o͙OJ&`ӒU_iɽ~Q04܂!zaPH]:3$&O ^bb@!mLu@- g@:MrDhJ~ :|BI斗3 Rj3`j>whQ0 Fx C>H;P?j$|]tX"_ti4LsԝD&Ξr؂ 9 F(9X[CN~XOb1t5Hr$5%k1GDd5 92Ǥ[7G`4榩5r$d$|VS eDi|\uٙ o0nbr hx5ٻ:d̤Q0 FE]` <@u+ H+(2?M rÂy [F02`Q0:x|ׇBm xk-* P@Y3Iٵ+hah0 F(C@ jCzrjO8y$lm]44O6dd@k$ C#Ѧ(` IltteolA:%12`<dVZh@.M^7haQ0 $x WzIM ӧϘA1aN pٜ o|$$%._y:z4t`! 3nG҄gZ 9T1J޷a h0 F(C@]ohijF}ᒨkзqj.%݃ >LϤJHJ=z8m:Q0 Fi3$5DjyX[%1_݀v$dPpy!h0 F(Cٵ XUtt6D"&IZ< †75A!kyMham:Q0 F i+@X" /bOd`ݙ s:b#tc>FrXm:Q0 Fj;!)i҄ 䝙V=h.nXj7@נּ4>3Ѧ(` I {3d6A| Ƚׯ],q]=A!!v̂y󀲣haQ0 6x k)bs&|d[&B|N,`؂v ׁ/jXm:Q0 FZ9!) سoiNXmyNz0 f@7)@H_=:[1 @6F(`6>MRk҄ !! -l _[9kC=v]M[@! :ut4t`! I&$%C`Nf+NBf1-x[!θ~5kF7gK@MQ0 F(40y@9yݚ)ϑ"9V`v$M-Mei h0 F(C@!"?Z>I9P-spr]K^c1@6F(`HIn}^A>򎎈\b91A9!V271}L&M8iham:Q0 FPu`)]3rH*nD8ɀXp.͙[A':iz(@@MQ0 F(2سoV $^H 05d"8$|9@IiOplhaQ0 $x l(+fHNؠdI;3K -AC̛v͚$%Ѧ(` I3L>F>3 ~$]VRܤؽkY53s8m:Q0 FA!!wлaZ!ijtiO|M ˻!H7gp[ S' IIk$%Ѧ(` I_ 5k zMM]-r= Ad+ h/&xO&ds&dĤ  \h F`Q0$4I` u5k5r;v 9 9 ChaQ0 $,Bs~$$!J F@.6v&y #S$zVG:* 94ωr|O ^1rclV^q&l?:/ǏiSY!4A6^i> z0ʲ(((((+٫RR؏Ek=|5X?j_z=Q@((-੖ZMk>-i uV߁& I-_a?Y(#썥j*K:aŽ뜌CO kQE ( (>\U[?m?ڍi!E$ 0 =T~zwgHRmnڢ1G9Fdy)S/:-SjcoY5qNߵZ4sm]|z(F8٫RR؏EkٟSE((W k y[@W .ah.O}ZYǁGtqu?jHwU(O_3H/R<2xij.r}IcSИvh쏖?>"=M Cࢇ쿷S_Zr$e >X[Ej;G:-SjȷOw.|ykc_~ 9 T%¿,mV? )o' ah /ckw^+oc?X6{&{_6]y)~%|CռzƁ~6,q:7)##}o 05_쭣W4k8~1k8Ph>(QEW@|}S/~:leY52ݒ(9Y$cweP2k̿iO)g7~xMyzW¿ַܹz%D+bgW|`kO(xb|/ ;Rԧ&&$ c_ ◉Ai IBɣb<K}NN~=64* u5P ((((( n?5GncJϳqܧ; G EAu?ࣾ.|hxmQKw%XNdiwn#E$Ne/Iwi>>t=-"胐M2c#1B ((((PK?di\\1OEBPS/httpatomoreillycomsourcemspimages469827.pngPNG  IHDRnTJ# pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV`Q0@1@`tr (`hW: 8$OӧT XOWB4fQ0 F &Lp֣Ɓ# Z 4h~bR]ϛGi4ZQ0 F(,Q_/I&[XЮEP۶Jȴ65GGD;d@U(`k׀u)n%hjikS`'vc h*`Q0`5i>"JK3Ɂ`ȁ9Z]DJG(` $(/)"`pӶ90jSJG(` d= \܀=BZόddd.!6ѪtQ0 Ffz.!6ѪtQ0 F`- -ȵ)% FQ0 F(ׯ]̏ګ НhU: F(ӧOj\km t!QVR_%@V`Q0 'Otts(yoJ[(ѪtQ0 F](1)mH888$oj4ZQ0 F({!g;|||-;4ZQ0 F(X0oޓ'Oj)&X_v JG(`ЩK`|s 2 dGc= FQ0 F(t롼!5 S-R4ZQ0 F(_CBukbJhU: F(`54!)qH1} )@V`Q0 h9`n(ΒuL0;4ZQ0 F(-~.)6=yo,@U(`wIPB@PH0 dAJG(`8qBSKkH xԉȂ4ZQ0 F(!k,]L`na+ѪtQ0 F Z7WZ[v}rusV{v ~ORe~@49z3$`j҄ Q0 `4F(XkD`utXY"/UI;h y84 JѪn4aU'jV` Q 5+P]._ FRXb9/SQPC"сQ0 9 g"M#88L*ѹQ0 F([ 䂷u>AjAV{D7X~yר{ 0@JG(` j'M Cȇ$ w4!ʀY` BX (`4%N F{`Q0 h 5[bSoh'NkPs):Ȃ#`R;Riz FQ0 F(z)eU)> #vy8j![ 5@'OHp/ FQ0 F(/ ֮YYv^"WH# 1^ H5 ޵[${҄ O8< @U(`3MaR`M w-&$%Ar6P#lݐ'rv PdӶ@ tLK֩$4lWsh*`Q@C>`Xw* @N8tr`7Ȇ4V~y!}AO֚@֦f ;>)hm[CBꁲI9]hTJG(`HH0Q#Y3]X]W kG`](& !M` kJ`5 (\`ŌX|VPH0.td@18~\Y^H^'`#b4F(ifjѵW?~4 ͝$*<ȀfNGs 4h&P# c@+`Q@CYC{I`x->etD$em[=Kᷘtt#b4a TN!/;Q0 F(nn6ShzPxkyI)٤#lѪtQ0 Fm+d,ٵZ^G{գ! hU: @^? F(NR `|R5kM۶IHGB^  ֭Y }!>JG`D O#=}_/o/N` f{[B!VRBJQ` zh*{+ 70j)v֦ftd+'Q0  t䵒!;[ )|_)y(쭮%evhU:`=0.+`5<Zc,7 F(ؓ/I:km ,-;JɫGh"$[X`@Uu$qU$j?( dw0SHM!z 9`h|L)JG+A0׵.` uƀS`)-HuH|m AQ cԣ.)M84zD`%1i$r=@[92 F(X+&B#u1@6,z%Jc I!uRwzQ0 v\ϛJ I\{Ce(ףwދ4Z  F d0`INަm[))Ý.fdXFFf֣=@rqtI FJ H@GQ0 FcrSfZ:FA^vmej(hН@X%)h*`Q@W>D7dlkM[YrD j6 Vɐd`Q@oWPSLM-Mm^(<^K+ֺxN \\>z"(`j 7Cq$9> s@{ FS(@yQ0 p`ssy^d_2ȁ `+5@,҉dC8 FyѶM5>m`R6X> `զ'LV׽-йc:|. ༎q3 H*4:W: EV`P RuJXx Z x/xd{b2UhU: Vv ãlQ@|׭3[7k4 YDV;@V``G8 fSH%Geׯ]ʍѪtQ0 <_BvfQ0 F(~KIi h8^>]ځ#G(` EHzhxVk׬Yf-dmQ0 F(ydzӧO(0BBdF7)Q0 FJvVX4a* 4LRn(0܁-rF(`ЮJѺIIIQ0 F(4Tn(`AhUn:p% dvCG(` @C*ݽk C=:{G`Q0 ^uCgBR0'%_ vMyB(s sLQ0 F(U)f7m&O8qI` Pf8@Hai*ssjm` hUׂyFB7Xq45CVNA6'Zt],@I&@\+1 F( @*t5û zXvtkipÙ8#j KJ]/V`Q@& \%/x  tE ͇t6QG`!hO)k!Q0 F(^KV&Ҵ_ 3a `Q0,@ttg65C ^=atY(`9W +9`)A֣:; g,\^R MꭁQ0 F(߲#` $-#=iD[` (\V 琷|k&Rl40ǬG{hMѡQ0 F( yA!!X!A&5 üXO3@2CTFzFRbRbR`Q@" ›a9`N8RVAbEng뮒Z-4E?}\YMӄ_MXL+Q0 F( hUJWV# \ +c`֚@q؝0p+ hy%Q0 F( hUJWvZ`tr`mJ&)qջ:$ K>@HnHHJ,>vF!`h*+ .+9 ƀ\f  "Ϟ? ud)*2 B4a"* 3 F(J % n;ejH* BFz!B*]ÀNgQ0 FI FRf`5 B/)I/ͱ֠'s(yVll=NѪtQ0 H4ZһW &Mр/! ~/#O~ CC:+3-25%`@Vt>]SN$F.xmUy||0Ȇ YwT}ӎF( @U)]AkS3>B̛{F1Wn%fe@ SN Wƛm: ӎF(T@U)]#xHҨނ;222{~,́5k'M4zrQ0 F( hUJWW_V~#v"u_ 45G慜vΕQ0 F FRH#T%1sXp.dfV}3XӋ# kJJt`Q0@Vt '#jH 9x3 D֠S;{!Q0 F( FR&N_/o XuUxȵXITg8/vׁ.*>kh4Q0 FI FRukրjP`m+:LBb e.vU_3 F(x@U)]AyI)+([ gB.%ʔF^gN 7t3^ 3 F(J@l/ ."^`/NG@K'M8i„=v޵2x`@Vt=O"]f-! PQPJV#H fS؊bȩ}4 F($J ?j#`ѮBVoXERVQ ?H‡y5kF`R@Vtk׬eola O;O_d^+BR7ƠU~ׯ]G;Ok׬LK{Q0 H4ZW@!=WȽ . I:Xv5z(` h*+߭v":"vDx2] v_ qd!ߣ`Q@Ѫ/R-Zv?XkِQ̝6Cw q!@ckkFcjQ0 4Z45Ѽ̴t/dS1#TzOЮ` $ ~(`b@V ;uƶ8c3d' < 9XCȐ]G7ÌQ0 F FRΞ^vڵ|Xu((S"WpկeM+H "E:b2|sNߣ`Q@"Ѫy2-q횵ӎVh+KE`pD"A!G45g^= F($J _ުjU]i}$|' .)2(#8: F( hUJWPSW YpA;HXSDO;z  1r0`Q@:Ѫ> !') c K1<V{@gܽk e!JJGO;`@Vt goy"eԑ~CIIuB<¼$T}GP8 F(hUJWP^R ; ̮ Sb,qH28|ԗa^~`2'O7z(` h*7T]`Bu]ܨhځGy*Nٳk7P u]2 F(#hUJWv 8ӡ:HSK r#:#xG(T@U)]] #!!I`[Sw"YA^v}71I`?fQ0 H4Z]X*`%YpD2|' #`X?3F7ÌQ0 F FR߾^ސ#5k:i*N+G&L֠65]avJqd!xt(J >dJJiad5|' U`tA o`- tՂy;GxF4: L*U($J]K+䫿!a hg uN]$ll]NѪt8`+/)F4f} * Q0T@K,hUJW ?ȕ٧!H5 ߫ (T-섁_ 8z@̪(I4 u9.Ѫ 5hWS^bΛ#̫5u1WWΟ7ru.r$FGSnxJ ]@Hِ8 @nOu:;ahO8 9ݼm+xwiG#'%҅W#m#^^^>zF=n`qHwI!Ak@U);d$ ] 5!ü{1^`vI&;&#@5kU)0TdR>7`# Ϛ9[EJe`JΥMJ*ѪXqfU!ה-R+:W׽Z.GAPHpy `RBd肣 |2'kU nϛ4a"I FR a4!V8d|t~7#YX` 䉓ȇj=hukB \c$ fz5(6lJ ֮Y>rڑ4DS!"oaO]` u5ueׇiXk+ ]p4DDz\\:sJ\x-_/o`2o`<]bv+1G R_b* */)s3f#`ٵ{t loȀ4FFt4ZMAޖf 1ǜEN;C-ңC|#@υf% zt@@VU>^ rߑh`2{4ȅLtqtl29:ZѪtkV U M;a @y!֣#{0B̴(Ѫ:XQٵ"3"@TBTq.[H-GiʠU8 Fd(@U)/d n-| ҁG IF( FR#XVR $VBR"IN&Q0 F( FRC֎! N8!-#3z8(Z`҄ |΃ FRAfZ:6v+GQG`^A(Zvr FR@^;ZQ0 FAUhv:vQ0 F( F{dRx`Q0`҄ d JG(` t"}!*V4Zpvݚ5.nnһ+{׮՛` (_K9Ѫt@M]mtDdYI)C)z,9--13~O8\;`Q@6ѪtֹK}D\#䝠(A!ZA!!Z瘏Q0 F F 2˺!IG /=|Q0\Ѫtp`=E2?2`QħFVhU: F(`8PU:0g  `Q0 FE F{`Q0 XfS&jƀhU: F(`uklR4 FQ0 F( *h+`Q0 (4+Ef\Bv4 OQ0 Fy FR#HSQ0 F4Z(G(` B@s`Q0 FE FQ0 F("@U(`Q@ѪtQ0 F(hU: F(`Ph*`Q0 (4ZQ0 F(JG(`@V`Q0 FE FQ0 F("@U(`Q@3xG(ӧO>y $y TcJG(Xԝ}k׬(pp@ FQ0 Ң;8$$($x4[v53@V` "G?'-#3:8䉓0@.;`Q0 (4ZQ0 F(JG(`@V`Q0 FE FQ0 F("@U(`Q@ѪtQ0 F(hU: F(`Ph*`Q0 (4ZQ0 F(JG(`@}̹5uhb@VX@^A(':^y(|i]ׯ]۴m+hR@ΕQ0 # N@H0 CeϮ]Ieh*`$`%<ߏ" 4'O&Q@ ^@EA ]KW,Ky fYI`V$# Ƞ5/44G( hUJ74Za r`na&Gp.nn]sW77 M*@U)tt(U)hm9d+ .h "@V`P BFz1;@ftli h*%ZQ0 !ѪGA-ǷnZ ͗7 F( FJ]v mKPjGCiQ0@VUhU)cZ]%TA4 F( FxG 222hӥ>}@GhQ0@V`p`H sGG(hU:  > Y8o>:z(`JG`Mwnӄ0GeQ0h@V`Ёxp Bn=0`Ah*@-7V]Q0 F4ZBhyIQ0 O<]>P FQ0d'FQ@ *pqs 4ZA r -,FQ@|]U0P FQ0HAbRGzI&:g?!htD$K=:3P FQ0 F(֣&LIi] ϕ]kztK: F`X0o2X65Ke\|Z>y Y3Gс4ZA 'O-,Fb`AqݞKn1ut`4ZA ֭Y,Yؽ{:?tr4 cˣ}+`@D핎Q0 F` K@U(4O` o@U(4B(7 GG( FQ0 ]D `741))>)qQ0 FѪtJ]5(5:{G`(@U(τD`U:2`4@U(T膺kѐ`dJG( |iyQ0 FѪtt5# l7\v }O@22ҰW2@:Q0@V`Ny.蠐ay48%Ч@W@wW0 !&=F4ZQ@ 0j+C̛;Azey$# ad3횺( FQ0 Fb7KJЛ@oҢ2CB2{ukzytq4! h*C }j2`|b6=  2&M0G4ZA \Z'Mt R$ n( FQ0HkWJϛDn(֦ =>p h*޵7MEKJ!c aM۶Rw,XFGDBM F(ߣ`P+[X6B4^2^3V `MQ0 '^(إ֦o "H\SZ IZ `S,t8G {<5utz 9@U( 8$N8DO<=1 >*LAQ0 h*#кI׭Y+{`yrz' x2 f8rx4}!h*`dkI=q+ԗׯ]Vg}w9Pj5-C`hJG(Y !)X^ =0֗'NOu'47A!gQ0@V`,;UD &R(y 4@ΨTҘ޵ 2 q!+SZ< F@V`,gWOwPH#trԋEɮ>(]Szȸ[j;t{LB|Ah*`d X+- rUVcp2Ƌ6 vXU k@ǜpJ5@Q@6Ѫt ׁO3~>ӵk^ \LyL*s s*Xٵ2 7 e Q0@V`,P;!1)r$r~:z#r|XGam(!5%3!޵:h|1 5tE 7z( FQ0 Fh~u :DލL Bhso^A g҄ S#*GO;ChU: Fu!Ms* h3 9?<# $,$:cQ0@V`,k/ݻv@r =k]+ 6†luUzR"v捞v4 Ѫtxg~:vA^ؐ/ ]-̯]A!Q0@V`,EGDRE50r( Zɀm*d.D}v> : F4ZQ0#(1ùԅLBjh#a^^iG -1}Q0@V`,'iGolE>)|xS E9 TtrQ0@V`, >zwz'*1x 9~Nȡ@4<}=v{{G(B FQ0 FSAᓔ J^Ҕ^`]nH7ty ЛGi -@U(# ;  M"@ƧO> @HdemXuȁ pf~M܂|4 FP4ZQ0zmW7WxUGӅ g0K]'MBͣ` ~@U(# OML«H+l'O2yޭ&x d' 05k$T}KFChU: FMXQn> ?R#\1C6y!d wQ0@V`,ϥ+k>`ThKpH$n+ Y6, ݼm+PIW!h*`d`2ҁ f$I'S;aT@!Y* #FChU: F I#0\RE El4p{`.ԸW!h*`dVf` _ɂr.ÏoUpY\S=섁W]ֵ6W!h*`dF|| [=EZ A!wyչۂy'M{ E@U(# ttCz~ӅU7$.yA`H/)RH¯"Q0@V`,+0PŖ|ڑ T^r!Rob*x _ 6jij"` @U(# @j|7ݻv3O죩uBm@;%[eU8 tRʩ`hU: F5ui{W}/||D\Ā4ދ#ӎx`wO;t 9@U(#@j;`}P#XM ݟ ?2̋2 9W77$`ՎԈQ0 'Ѫt `=?`ՅyI? Y^y7~:2 tPiG`JG(YrQyIӎ`2Hc;/< LE[  ҅l8z( FQ0 F+ȇ?pN;J[knayץ*d' df.yV >f 9@U(# @V!w0~8A4{FRïT@aF4ZQ0@^A WJPJ BfF!Wk׸?hC hU: Fp!O[@rM)-̱V@vuu0y G(B FQ0 FH0{y!}i5=@uxG(B FQ0 F <VcZ _\0oiG|vv ^_ @y!WCz&L* 53!h*`dȜ%d-f!;a {|d3 ZꡮQ0@V`,8]Ƽ̴tq%dZMD ~çie(~E wQ0@V`,B/RZE ֝nn&M{ݚ5Wh*`dZHR.$ G2:2' mZ\mC*u|*|NpHh4h*`d=`řW?ϟ>A" {4 '| ůy]=7LK 3 ѪtW빵kւ:it߮n'OvI!F( FQ0 F@ !wO[%UO3 5SFF6ߣ`JG(qt^)) |1Gz!6@ dO0qcxGP4ZQ0 9}H"GYI=6{ȸ[e!C:{Q0@V`,Y P/!A(ׅ{u' d7ȅ\m魎^= Ѫt WAD|nbΆbXqMFr9r.4`4O`HJG(YV`W+׮9憹sY)R'+۶yyv4 Ѫt GC"!)ɧE@ Eʀj00ZvI&Iɂ!h*`d`4:_Mӎtd']N* p=h 9@U(# ޵X+37=vӎ+fm0 8Ե>(oM]-PYKSiG`JG(YX{AN8 Vf)*g{![ҋA'g߭6Z! h*`DuާRD 7rh=: .Ѫt`]'^=x'9 4h4!p)Q0@V` {.9df䥼A`\;aF(f FQ0 6SyI)*J-֫G(JG(X;J4 oȽQ0 hU: F-Mz"wQ0 F`! >y`>>M- v ? ` 60i„I&R(s +(4ZQ0T{D^(4ZQ0 F(]v4 F(`Pht(DGDvt\w핎Q0 F(+`Q0 (4+`Q0 (4:W: FwȌ{`@@V` n60 F+`W: F(hU: F(`Pht(`Q@ѹQ0 $@>at~t4+`Q0 (4:W: F(`PhW: F(`Ph*`Q0 (4ZQ0 F(rY*q-IENDB`PK?-5hh1OEBPS/httpatomoreillycomsourcemspimages469829.pngPNG  IHDR]F pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV8C FQ0 F(ה>jk Pj{Q0 Fਐ$$%֝_wmg @(`Avww>b?h Fmz'N| ]FhQ0bdtzɁͅ/^p$ j`5@lfZh= F(*ߧLr{\tnQ/4Zm[yeddjFjQ0$^-LV.\d 2ئlhMWCB_DhRP` UQeJ*0 P/`4**ܭMTt'@V jC* `iL q@T@^zZ4XgLbhڦ71@P2>D`^s0 #1-5<զ] 4Zm p; 4pF(57ڱ XReMl j{@pHWgny]p`G|4pF(57xhQa{H௳ XF@{ ޽kQ]W;,`^sCjA8>&D`VUֵm ,Ll^f辯Q0 Fh{P Fi 辯Q0 Fh=tl j{@PH0./)5 F(Gl"@V N81kQ0ZsD]6 ϮݣF(õf 5Lӧ@O'OTijiiii[X :ikQ0 FM7Ujݻv:qĉGDHcl}\M-- 3 sj:h`Q0kn`EnZ` {60@ `kz`/Xs'$%:h`Q@3'=4$k׬Ο72VjXyy4VRg@n`Q0 |5w^A#izEbR E&7'┐:h`Q0('O }M۶R>>>Emimjz FQ0 F(k?p'vtQSKk3v#.l FQ0 F( ֮Yg31)ivO5 +G(` p]^R nڶTnn>@(`?0 @ š FQ0 F(vՍJ<h`Q@|s" V:RA[N>k&xl4ZmQ0 F( xk/E£_PhO2ҁ `8ho. @J]az-yzh`Q@ߺ3' VߧLdg=` tk&OH޹ 0 F`Q@0GY ,5;$ɨ޵+1)Zwhٵf7WvRUyy3a@I>`LQ0 F6VE g VE'[>>M۶q*XOkkx@yt &j{`2 , k q Ȯ+s{׮̴|"\E^7, (`r{~<<^O?.\j׮Ug3ay҄A!!+l`;p؂0|7eH4ZmQ0 F(.1"` $s ;{ll'OdWsZ`hS{h`Q@vO84HNC#v`yxn͞4lQ0 F=yd|Rd`!#xMoj{Q0 FO C p[X A4ZmQ0 F(9TuA!C#@/@ G(`[U  ۳k@9 FQ0 F(O<~ڐ8]{J9 FQ0 F('O`# @Vۣ`Q0 h 7o !@O89 h= F(kt}"J%# @6@Vۣ`Q0 h&uV_k>eu.P r/8}'mE$<h`Q@C2%4Z7r} V SQSVȀ4ZmQ0 F(!,ݒ`wXr EX|<QH Rs"dȡ1O-:G(`Pr8;w.@6PH?fp:DXU|e@ Ho FQ0 F(4ׯ]@?/Ij`E$Cl88YERU_ ]p8o FQ0 F(4>}9l qR|vq 9di铧O Z}W/p2` Bg^%֐{B޾bF^ĕ\oߥ4dn Fm(ׯ]6'-GaL}40ـ37 f:@t$چ x)j-lUU8sEhFi:-]6Xtt`@`FnPu9* kӆ(j{Q0 F4@ BCqAgykhefh`چ @HU>^LrZa @KF(` v!ǜgp ޽#g3*C졠hv R>y@̫h= F(@FF͐XUûȬ֐UQq:2fׇwkDϑ$uR?<h`Q@C -#MԐ lpVkk^mId6FGRCk{Pu!-_>7m.G(`O&dԯ;!'C+VAoh94j b!疓QyCp&j{Q0 F d))6*z-, !5+ hÕyAL~Cn@ A:׎JwLPЊ$5i Yi4|Q0 F < DM5.%#!=4Xڱ X Cf\´;w.UzYʀUGb<u0o ЖAl@9[  M: FQ0 F(-'[$] ?d.ll سk7-#G(`7Ym*Aݚi:l8zmj{ "pĉI&.7o2`?y +kn2H:X@THh=`/s%&LhijvNG()\0o>z5ta@ d/ j{`t_򋾵w׮Y{4Q0lLpH0w\zך:H _[N*:XX=2P#@@kn8XC\mĬG( xCjӭ憬k}(%u6L0H'%`0h=0s`ߋ#9@0.(T`m%s 4a"7XTsע#&\vm5 ❦S4Zm oNee t(^,LoȬ3k<HR0\sCNC7}+l -Mb* o @V0S䂹 edX91uv1 F(5$Q`͑Ƿr)wK~]<{.Jf 5757r9!)Wn0LncB)Q@14AtD$tǂE?WEtD>29="WP0`^>|uXlg>}r29L\|Y8֡o lIMNO<.6oJ.$;vB́AL3 F70lAnaυcoH `ӽ:XsCn֗/N>k&T^R dP$Hm Fu6IiҞnt t$0 )'j{PpL@h-> F($X|#{ -,ϛ\ f B!nS6/_t'ytt$gNБ@Wn.΁&4ZmFA28BY`(``* &Zɓ'[CK38$WH_r6, ) r BfH[@(Op4Xv{@V2ZQ0 \E6~ؗ)!-_" F)t!6,-,:I #">yra2bk`a ]A`䖑B-`6@ijiQ8A D 'N`(ݐ3ZQ0 Fkn[` E waz:6 @j; ظX0o>h/FkQ0 F(Q:!q8=pv PzwdFPp`ONTA;s#G`Nmu]-wKޖ0a&hS@߻wst׊OV@(K҂BKN@V\Q@ZƚeR`JƵ"Rl UUʺɹa҄ IaJi 4#=}h>\rN4?%mZHOpfN3qw)i` ɓM۶>ekE1n$~ {0Ă6vZQ0 (2'M-I&{DQ˥;u>,}(5km!Q}#; Ыm´ukm`?{]Fh-> F(@nni_&$%7CDà, ӧ֦f` Hdk,X]Jn&M JjFh-> F(-q5$ĕmq4Kк3胪m]|X0o&rx#1h/+LK )`5 (x ޾GkQ0 Fldy`3yD "0v@֖ "6v-,\܈h W͟75 ȯ/h-> FhM-v]GQl8zk 6daAQs` `vbjq`Nc14n.`:u+hЗ` ,@pMCmd^|= 57@ahtŁHPm(` nȸ7}]v r6y_shBx#z4dF(u6@wEK.>=Oښe:-@Vۣ`PPWv*|ĂknHv'@^4 i1O`y`!z 5шC ȏ~^y1UjSg|S'N⩶a3E FGL<@WC!G(Y8s]wTgkk׮ nJ̿~u/pdy9@mu6Y0 Fث}(jc= 4@KK r'OH=ee4`!w줿մR{7hqM4ZmQ0 Fzrְ`OqWی<^% *%'.44ZmQ0 Fp|A>h)hWgկ|@)\;^sSw@Vۣ`Q0I.>Zi S]F!- ;fh= F(. MTc nJQ0 F(?;s$q htn{Q0 F(2 FQ0 F(`G(`!h`Q0 j{Q0 F(2 FWIk/MO`Q0 F>}t5 3 |dm22222`s8{Q0 F4Zm0Xf]govusC_.ގIv5($d> F(Ch=H` 2'1}k\} -M͓&L\b9`Q@-@/_dH٥^ Vۣ`Q0@\Iq/aDS0̣(` !@8m``k4F(`A 9>;57WEum15ٕu(`Q0@ۆԪOsZd8*z˗@75A^: F(` -@Vkn&q }/bVQa1gJ:C*v]yzE |]nA mttbW>rz4KQ0 F`Dx -}f;$/^8|V?~ |ku#{h0u?F(`PQ$$7n6Ml`݃&jk҄_WtD$\b9݂ \516΀ `tyQ0 F( *Μ,d.{lP|6OwfZ|H21XS7"F(`PV$%@Ymx=;w&h%݋PYmt#G8Hܣfuǝ{@#6֣]Q0 F( pS`UMXzp~-/?Mw>|υ$e dPj= F(tXg{\o^snX{X+} P{}~ZjHN6mV#GCG#kQ0 !jXw\/cNoߩh/_U22 p6 <*l1K;]À`Q0h@VtLYڻ~ة0S\Cc 6%fu3I3@pY`=r ᏂQ0 F(< Fm/^|< ң#,\!'z>pMJmc|)m z>ئPn4`bt|Q0 'j1BepPv68zMiw!h<²Ç+l`;`Q0 F( FmФ;v_YZ/W)5X }aE3L]kZ@mk&I n>PRoymP?{{Q0 3jνmh ;_ܸ |d:UUCgx‘}xx_)ȋG= lUJ` hڦ+֗@V*\R2g YgL$!NRo2 uϠs`C}߇(` f@6}<@ ~ٳǍ[*cx^ݗ*kz t54oBspZ\iSF(`p_s@VkMOwE`qQqJsw?/I` 2x>zJ(` Z@6]4ܬDGD.]8lgY557襥&ڱ|+`Q08@VtSҾO&au>ZԽXmؓeo^qo_C6y(` N@6]G CNI99JҰnB`464qHfŸ Iʨ} .=(mQ0 -jrJ~W^PZ޾CFC6z!5 Kpq:l/=-M_w+SF(`\m?ӥ)i8dmdVtexh4M2S`Q08@V n`si $edf~#/6&քX N5z|D> WQ0 F( hMo;?9 dkq /*0_.V n]z` hڦ+)z"䔴Woݼtb/)iXxjht޾ +V@ ذG(`p =B"idwI>y7Yih!jn57 d Bjt@]8ZsQ0 F4Zmk_;vBNIyJtDˍǭFc]="Ν_fadzs6ŋ+6 F(hMW?%ku//׽ffH-%T 5/fUe 28`T9zJ(` f@6]8`XA 30 2̜yXE|VfW(ʁ]p`S>|`Q0 jXl` ϱ07eew64 !᪉h#],( ZRkNi5(` R@6]xj.5wkӍ'f\nFS ]p?/ ZUXU藗\<>ZmQ0 F`4Zm@}OтibW&|4ML.|Mhr+CTTX\q>`u6 F(hMW<ݿOъ10 2,^e2D-V }C>IZYcG(`p "VX#"0}><5l*<}>VCNIcGBhdQ0 F 4Zmӹ;XXX `IM'#NIJm9(4C}Ai .+읠ј` hڦ+֑Y **{uJ46Zؿ}j3@n!` hڦ+z_}GXp aa,51P _ǹr 2̀tsȝ"_~OKS/=굿]6 F(hMW|A'?xG'em:%  MGCJvM\\= $!F{ۣ`Q0h@V n*`w).%tŏತ@L:#n:/`_eVվ<[w|ڹaQ0 F( Fu`?ǥm0 8uOȒzaQHdCMpQ0 F4ZmE`?ƚ+K'q'ʼn @֖C0z !5 ``Q08@VazK~//׽88a}bo94@SP9dP@o__: lt=(` R@6]RVR;wEf5bUljd9FF,-'3"X`Q@@6]O ң=/Р!'!F@%%p4d9vP^[gھ皵v$` hڦ+]`1gfa7%EV `}L@z_ȝuMҢ,,[>|6`nј` hڦ+lh=]ur3|YW&^I#uбgHgt1,uywrCJ UA . noah`۽kWZ>ӧO@рC{.jX; GN=q'Zw'px}TCJ[VW?% (; ($Fk`߇y= eȽ i 7}Y6)#BCst,Z89% m`k֦uk֢Uۓ'LGh kN`QƑ7| @6]FV 'L0UP`)ixFсCdqr/57襥&X.\GB=޼'OO8vtPv_Xm5ٰΝS6xB֔ND8998y}C^JF`AѮ\ e7/]t䗻zAΛ_]W vߣ`o]'0h)֍û_ dp6jXerf}kv|fK2̜aD|2I| 'Vd6̇'!.ļ{ ?dCm`?{5y!3 !/@\3 q%x@Vt^/ r #$\V^]T]I$HGuPdZXU۪Zٟ?o\bb~_Y;zJHimݚ5`Ѯzbc/" q#B ৤/?.mVAwݾ\f)i:y_@ vYgnpvt̪*hco>(gnp/7W@6}s2 ^uQa34Ў/ Hú 2Z$ő~AZnY8iu ښ{yZhC,C!4x3wtk G_ ,QW!R-T뿎_D4Q0mtPl;w櫶AU$[Fa h<Ѿaan3[5=%d茶w w{.xYYywHmi'ONJ ;9DϚ]r FC!h o`wHB`  đ :{>y2`Vq\υ pF^_s;EF(p`)\6KTS68$D&*ћ7G(`){ج6֜Y$zsĬ9]G'G(D@)%ACkG@Vu:l@Q0D5k֭YtѠC L(}'r#!A h&@Fh= .x'Fa 93ZF{C4Zm~_$!1`AQ{E<4>AA1 F(n F{dW۠#Q0 F(T4{c'UU8sS4`Q0 %.nnZZZt<'׮];y]\FcdQ0;h=`XIO5s҄ "s5! _+ O_"V:clQ0 F( Fnn@Mӧϐ ^S@缂>>^` oQ0 F0+g+N`m #K!wDɋ5G(#|< h<15`gnP#@Vۣ`Q0  rht(`Q0d@G(` 7ΝACd F{ۣ`Q0 F4`Q0 T F{ۣ`Q0 F4F'N((ؘsdtDGnQ0 F}@VPLҹo1>b-"4zn` @6+`p~^> F( FG(`!h`Q0 j{Q0 F(2 FQ0 F(`G(`!h`Q0 j{Q0 F(2 FQ0 F(`G(`!h`Q0 j{Q0 F(2 F$`k<}Ζ{ Zj'-,FCf h&~mc"@t}-DG( FmӝЀhЍA\׭Y3 k v4h&$$h4F:ɓ'zztx6}.#h= FY.]khQ0@V$g2 zrQ0@n`Q0 6 `tq(`465gP`d@69ߋ.\w'Ov$J͟7ys(`@@69_ iB-=)- Q0 FH4:M@>ed*s uk`Tk!4 F( F{d>.OJD>֮YG(`$GS}k66>`h kn` jQ0 F@Vۣ`Ё`k%'OGCfQ0 h@-7`Q4Zm_ G}Q0 Fh= # /7򄉣F(hHgn 9z4ZmA B!@ f`3wthj$=%m R,X>u_7n"//)'Od j" S^g 7l{@.`Phi`ec`jfaNy\g3'X D [ l¿%sC` 2U1G(hCV{v?o|n%]ŔS'N+c`7}dF40؄|\ FQ04 ǦJgjn'OSKm <+_SW_G$ *nob b^>ukdjǼQh= JikI݉ b:|^A>AC#C'## lI(X@Vۣ`$Z^>ޓls jo0ٴm TTC*u=`F(h`dH} XNMҐ xz^j`2AWyF(@Vۣ`,K֣* ~5k(rW!s᛾TBLȁuKu` ^6X{]Q0 pG(qدw?N?!) ƺ XC޵ Xٵ Y/P0I%```4ZmQ0k=ݚZ` 9%M|)\ \qiJC|PdywKS5kG7Qh= FebZsxa׋4="Ń@WCUQP*hinlpHhLQh= FY3lxfZ:1}e=x<7Ai4[! `(@Vۣ`,&!4v\0od;5@hwZ.~ĵk!!nwBR5kwtQ0 0@Vۣ`,mM]-`2Zo ,/G-ڛWP y(#h= Fؽ^fnC6nῗPS3Z=48DU8F(h`rx}IEc!]g< =x>$v,4{@(h= FJtz rKu #V E\܌!=+Gcj FQ0 Flh1NIvJuQ0 :j{ u*d]|{ݚ5] ȣJqV{PJ~Hn+j{WgL`=tr&隺Z\Gt)!)__ I?5i ` c@(# @r+N#=}HxݚX{L0cV`p)G Ǵi[|t=(@Vۣ`, \+Եk-\ 19n+j{ Z5u [;XW&nF_Y7Ү#C6I>7yk׬ Q0 @Vۣ`6]k3TY FY2{t"Uȥn15 FV@(# gLK\p%Cı.OI㒂Lc!+ؑe!WG(h FQ0 F־-vVސZlT\G! Cv!'&%](2l\ FQ0 Fܾ  &J2`ۆ=oP9=|hQh= FcM-@Gtׁ:'11#8N4 CcB; Ѯ(@Vۣ`8ٷ 51-vAdH 1̟O oTؐFh|Q0 G(Y20z]a0 kg2 (KKjYi!'A 'M8i9n5 F&j{ +ŀgKS36mx} 4\AWEAX[CNIG( FQ0 F֑i` ‰Y1u4H '!U; ^>Y``G(YX)l`7 /3-~2102\ĉ,K:f> 9% b XYpHHgO)i`4ZmQ0B p`ɐ9!Cy,h* O@퉉jrjhQh= FpWOwYI)|`<:"y/eZj/\ wy,h[ZցÏ^= F(4ZmQ0:g@=% fFQ}t}_ xJCMsusݽk5kU誴Q0 G(YrJ|NIw=o@㇜6I`4ZmQ04`749" XOCVAf|`jQ h= FKW,Vw_FSŜ2,R{[ c I@]q4 F.@(#hvy᧤ZMF$ f! 0אgs)iQ3 F~@(E 7 g69c*Z8`h`94Cіfʏ$sN d2` kl@(änmjq Do`h`ȃҵkȀQqqs#|ĉȚF(* FQ0 6&8$vQ0 =j{! 湺ut(#hQ0t =:{h`q%A!!c`@(C@6z(#h= F(` @KF(2>i'c ߳k7hhQ@h= FZZy ++9; rF T92~)r)\Fo@(#&.H=  1/&vM`U 9|4.F( h= F(^,?cr\Xc 㑸NwzQ0 4ZmQ0 xqݚ` $ѕ`Q0 F4ZmQ0 F(Ch= F(` @(`Q0d@Vۣ`Q0 F4ZmQ0 F(CQ0 ~ZtD$![G*`G(,@k LQ0@14F(1ND` [@sۣ`Q0 F4ZmQ0 F(Ch= F(` @(`Q0d@Vۣ`Q0 F4ZmQ0 F(Ch= F(` @(`Q0d@Vۣ`Q0 F4ZmQ0 F(Ch= F(` @(`Q0d@Vۣ`Q0 F4ZmQ0 F(Ch= F(` @(`Q0d@Vۣ`Q0 F4ZmQ0 F(Ch= F(` @(`Q0d@Vۣ`Q0 F4ZmQ0 F(Ch= F(` @(`Q0d@Vۣ`Q0 F4ZmQ0 F(ChQ08 +x)\f'  Q0  (((R˨+[X(h= F(` @sۣ`Q0 F4ZmQ0 F(C蒴Q0 ;4a¤ Ienat`G(XKzt(蒴Q0 F(``Q0 AQ0  x*` o@` %@ ѓUF( FQ0 F(``Q0 j{Q0 F(2 FQ0 $4a"\6 F(6 FWQ0$,kF(9 FQ0 F(C (`Q0d@Vۣ`Q0 F4ZmQ0 F(Ch= F(` `^beIENDB`PK?vhh1OEBPS/httpatomoreillycomsourcemspimages469831.pngPNG  IHDRhv pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV(`dV[kFZsZP'}І@t֬ʻwa4a FjQ0$WJk1SSsZhMW$ڍ)`?;`Q0 {.իZ/]} `ߝ34Zgȸ]s|@2($d4F(CLvL[mJ4`'IB 43'ZfhMo $цǁU8" VA4 F(*6+X 8ȰυapzUQF:V j8VjRQ0 F^bϑOvbN!L hk׀.5-,FgQ0Zmy%H w0W@@u٠IukB'OߣF(6qdQ%[6+l  6̴t`U}(޵ ` %;k% lp h=P]O>A׮Y3` h=`VSKKSKs҄]1> F(mQ@ h=]m`?{ݚ[F( @u٠hO<5 F(G+lb@$4`h:H~<}됓%"iis Ȑ FQ0 F(C~]N8y Y^C36ОHeu; 4ZgQ0 F(6d͂y!GQAj_ -`QT@@]$;j;($cG(`ЩGMwyȀܱku5y׭Y hNBRb073 T 4Zg$x'OF,`jX7rm ,$+ƴ+o`! l To/>'ZӿL0a҄w Q0 F(`?R[Ӯcv͚֦fE=DnVL24kQ0 F`33-ϚtrD8r,8y℟y8G(` 8llĤM۶Rq06 6o*-#s h= F(`5k#" `ߺ۩M--` l+[ @g ߕ<@٣`Q0 y2hmG(` p d{t^c3Ymh= F(`+l`w+lvm @u(`&LW؃a:{Q0 F˗5u.\z҄уj{P$:{Q0 FE _)<*B֦f`8}Ak'Omŋג FQ0 F(5ʥ9Y Ӷ57V<984sظĕI&P@`>eMbM`Q0 F` }话;u資ktpmD~$7 !s޸5k_FI)zݚ'L  w1J h= F(@*(y222DvU\0o^^A~_tUTG(`;ِgC@`$<]m`=Ϳu#@{F(`@:!!C y>}6>4ZgQ0 F(98y8}g (h= F(`б_C f1Ph= F(`]nnCn8&4; PW FQ0 F(4?}: lv'Oh`Q@[pI;f5<@u(`ڂ'N[X q4>N DW FQ0 F(4>}vI-imя Q~O(A ##l@ h`Q@CC^܁pU@Gn !/*T26@u(`r- l`݌v]7fL](]xi*44&@湑ﱦ6@PS<2 h' Q0{g M8.dܐ:@^`YE <6@:lJ=3:i 'M@gKG8yP(ɀ#!nYK%R "!P5nHEJbIz:{Q0 FvOk+>yJYs'/_{.5Fa!d"lht (`s 50 =ilPR3@Yprh= F(`C}H/2V ldU␞4; !!5={H06Ri !h= F()|Bz̬6Vp 7/!<ܐjndC |J1k!Ve^gh= F(򣹿O UZU2dKd8ZjG@ q#Qut >.mG(`@/z@?z\XClx !@5@-Jivt@&s$\~PH9`]7> F(2LL`\-V[f҄ ch2 Fp!!~6Ym!èRmC߇Wa;kd05 <}$xR$)K3qYVR:i„f[N`  j_U`/hloBjk`]U^R:\Vh:``%gna`|Fta v͚'O$$%T0h=0-H0mĠOt=gQ0 {yiT@|$lT@0yD C`VHI_1`P >|kM1\X{dwɮU5 dL죤†t uC> FSiIdc5 (H9Sx4s"MS5u {23_@+H*^J̆8ػHLJ¯i_hLJJF6[X VQ0 F_;wBn֠\ef Rmkb`E<ɀ&H5O6=}L*V.cy@ہ={ c|||MM0$Q0 hXUӱ ֮YS^RM #hgCI=H+llGM,Xy#!pgQ0 F( =E`5&֧NZ`X +Bk$U*l`H=*kց!׎j@٣`Q0 Hא"vZkS3"p{H0k^ZػE%ׯ]p` Wo}}6OlbAkPjGt(`=B2*<X{lJ֜B&޹޹ 74޽kIA @Gd5ɓ'6h} W@I&&Q0 F(Tedd }<֮YCIwm lِ-p]t7]3 F(6d=>z)8S% X1vy!GŎQ0 F(T>i5 $=AN? tXu]` .BٮnnX7=y> F(`xW:xI $UK! Ά, U\ĄF(`\ 1) r>)Z< zZn o`Xm+y @7L#o !8`Q@S YF "\bY=Nw@l@ ڹ`bBukE wh'{Q0 F-Vؤ9XC 2M$Z l1 6^/`ط>y`{G(`P֠D֮Yșv0>yD` l7z^gCVAڐ-^A!ImQ0 F%[Gtv5ID_"h~ n`VQv4YB̨WmĄ9:Y5Q0 F(WӝA222 I~6]c=}{.W77RW[H @l`΃yin P4ayHݠ9 F(66xV¯ ~i4aARaGGDN0`0`Q@ uu]) 6@٣`P`y W1 F(f6l'i[ Sb=mbM^`0@£XC[X$$%RX ;`@0!;\\)4Rm/zzF u6\SW5+FI CZFz4"F?}&̴t`E2*lHU j"UTiЧ \:Q@7+e}z:($xQ0@nA ϛwڵ۶ 'N] 7*f|:T4:= {əY3p(m^A>3:i„TaCZOi_T4s4:=  v0 FPy'O4ab]D ޚBh _32MNju2 FG(`8HIBwL 9f{Ȑm*@u(`v/os"c76cۛl@ÿ^f͍k׉|Q0 F`֬Z1>/^m}@,аkON*+)bQ0 F( l_pHH0R7ر+ȧ]=֍4*`Q0@ 9h=.n0/n.goڶu]G ސYLK0jjG;٣`Q08@ ٥zU)d0O#dБf:䉓k`eЍQ0 F( 'Xf Vyڑ@{>yruHm oOjؽ6Jh`AhΦ+ ;kϟ>ASD@3n@s搵fkB>>>R(` N@u6]S ! "^pYи@4e! †ר}(`j =Z`m 9_Ϛyu,Z?/G?{w.Q=&$%AƁht(` B@u6]5 \40X ˁnV:|R2`e?ZaQ0 F4Zg"Cr-&)?N Ar`% vGȁ烏z'8$x4F(`p FCBƨ׭YC/xXCV{ȁ/_? ^CVfhdQ0 F`4Zg@s I ֚>-hx:|1 n:.n>Qh`Q0X@t!>.4lMb||dWO+ilʁ1Њ$--MqsF(` x3; McU SUZ ? Rˀ׮Y;z(` N@u6]y"9hwg n5@p7|gA]^؁5wgO7`oR2 F(hMW2W=} ||{7|2< s s---9h-M@7@vfVأ`Q08@te_I ̓_qlUøFpm 9:cݚe4F(`p u$֝ Iׯ]_f!Ǟ@`] 0 ds H@yn6y!5(` B@u6]477s H= d1H'YC|+x`_RG(`p BBv D\_w!1]SCCؘ#^sА[ '{Y3GhQ0 F4Zg|4C*W`] & Wsqxڐ րjZ(/)5?b1ZmQ0 F 4Zg]XGvt;ܓ&Lu%fDPOxZ"mF(` N@u6]|6A?!&# A!! H{b.gY Vu KLJ=VeQ0 !:`*>k&MmD> RI[SVZ!;?-tQ0 F`4Zg@zH` ; xkf6HWsr4[=z(` N@u6]4x.Xo ֩&L-hdr8r)'Nٵ RCV]XyVۣ`Q0@t v =l`}}36ed4؟~:"xrC jLu6 F(hMWqU5|{4dm0ԛ`C∣Jl! t6 F(hM: lzwtD$~  { ؐWКj~횵6Dpt(` Z@u6]5k69h;BgLRӃMƯ#/ UVR`޼Ѯ(` B@u6]4H{0<< =) v}'O}}v5kǍn` hΦ+HHJvsׂ{#=}xаz'XVlu^sՎ.` hΦ+!u$VA!!ԣ0q+f&d;Qn8(4ukL0j{Q0 !:`횵:X/BAkim)ll$l>Ƿ`޼| * rhdQ0 F`4Zg@A++)V u.9؍4C&c |؆` hΦ+vҡTXCCF!g5 ǧٵ^@W]X(` B@u6]G )]܀Y`8i„s.bDCA9{Q0 ':3x8vp!WY1@濁.@4u^l粕8rx4F(` ̛#kju um[QO4$72QvkdDGDBgQ0 F 4Zg@V45޵^2֋IrG2@zb= Mv6dD:OCpHh= F(hM:^0o|oPH; 2HXٵ zUlQ0 F4Zg@мk׮KW,G3?y$Qh cƁ{YI)ϝ8`AhΦ+x v}&l-C Ͼ_vɓ@{F(` !zfSx B689ҐM_p)Kkft^0o>M}@=vwt&Q0 !:3 [_f Ip&lp=} ~IK̀nW7Wȵ%!]a #.40|Kh= F4ZgӹXby&L֝lq`% #Ocs` 鵣HV֬Ŭ!PCpIBb Fl`_vy:ޱr\>0!;ACK4:LCe%5@Ndv`Ak`E Q0$/_u62@t؟U)p-Mʹ2 m-{-1:P؆HHJmo:~:5"vM" CXH/hMW`|`Wd;.]Vc!pr\!=o0<<Xswtf٠BFz kYU#Gg8/_W`jk͑Ǭ2kΟ=;} hΦsY )"drP(Uz6@ …t됛7 :8`==iħOJGAQ]R`GU8-3:324+o]܁p>]Kw 2WEوk e"R\f |69hLic Ww ~_F[C^󎎋׼gnH ]}6D?."{Md4P>f-w5We)#ψk =l`J!F5!jM2o?!;BJJN  j{_V]W d;2ێV_򋆫4GB{hH Flx; YA'O[J=!)h5Pr!jFA9m]dlÍvp9nVmyycظ: ($] mCDcdh]sk9 U#vy@23-Xy{Zg]6=m ]32̙5&h=057OT9hHcO!ِ!z4< +рat0!#4Zgy16~e>e![SKȀTU֌m>BZ[F( Fl`ͷnZE9 R%Cʁ (јh`4UQ0@ٔ`wX[C(@>`a hΦ†,V=i Q0 F( <4;p?`VQ*[h&<}Ra/]|tq Qk_;vL Q0|2`*{h&~i󶭣(`r9 7bC*:N'Fo`Fih4%ѣ`Q0 hM&1z4(` , UP< F٣O0 F(Ch?{4tuqs30G)w"Q0 F(t,@ ̟7y@"7JlX5/CL?QV=DGuus+=eQ0 ?:{m ԣ3xp`ߗC֐*XIK1=tQ0C F|<=fHNDLN|Q0 : x:>+:{P~u`QJ&:{Q0 F05 F(` @Q0 F( 1|6h?{Q0 F( F٣`Q0 h?{Q0 F( Fp E~Q0 F( h A!T'u];3 F( Fl(M<4a. Q0 F(4:= F(` @u(`Q04@٣`Q0 F4ZgQ0 F(Ch= F(` @u(`Q04@٣`Q0 F4ZgQ0 F(Ch= F(` @u(`Q04@٣`Q0 F4z(]'tT-}? ($DfQh= F`֬=y-M4ah80G~@u(^b9=m`я dݚ5 vڥ9O+ 4ht>{ O !o]pwF9yh: h?~ڧOH%-7 3s"#GCGCfA h&Zhk(Z`Oi޵ Yb4UAh&jjg(@=[BR|J hMp6}/{.\[{1(3IH0+u {Dumt`=}5э!`PG(XΝxdџGBoSA h&sQ0@jc͐V` B@u( G( FlbA+` G(X@u(,ɓ''LƵM.:"2($88$d4aK``E>ZQ@#@u69`{Dbݻvkv͚'N1p` G(6:|GWR $$%N0AnZ`>Xkep `6t`4ZgZME3Z`E>zʀ57h> F.@u69`]vUya^xh *U(@٣`uAg>|ӧO躁*| #h= l` Gg G4Zg՞4a'O N0bt>b G=Ν*|4@u(u6h%yjO8sGWlU8p`*|@u(tvt( PR3I3X`Gjg?o5kFxVe[Uy C h= #D5 hW\vU^=ZnGjO0qt(*}x _wy4ZgA ⣀UG YJ˗o@slh k`=}n`m -%āuw/[9Y+=:{Q0 @׎@suziӁ сhtl|Q0 @h"?Wsi9_"R |<@37YEe4G:{ R ȚQ0 0{h08hQ FQ0h?,1Z$z`~1(^Ϫ'NGD.؋ys( FG(Xm9vH2Q0@G( 4{H;w$GxF 4ZgQ0 F@! Q08@Q0 F(Ch= F(` @u(`Q04@٣`Q0 F4ZgQ0 F(Ch= F(` @u(`Q04@٣`Q0 F4ZgQ0 F(Ch= F(` @u(`Q04@٣`Q0 F4ZgQ0 F(C^`k׀'NBD\ 'N7OSK YDFFFZF, 2 Q0 H4ZgQ0V޽k7&Ƭ[8׼O{.L!U`\ FQ0 Ft:3-oV/֦hU5@K5S ZXmO5s4FF(h0p_0菆yvWOhcy̛t(@A00ڱs4(h BBSac޼h,Q@ :{ ^߇(`@A\gڱ[Gd/M]^][<FtQ@ :{ ^%sr:gN v;-bVQx d9F(#h= 5Vusg~>eڏJpb>L~/[~D>Ξjc͑OaQ0 :{ a5 S `f!0g/TW`8}(lj~4@u(jIް;~`r$9/*3'`%t:$~ A\_/_G( FQ0ľBm6hYEgb5}z&I `>zjTv}ᓐ/12:6> FV@u(#1m \Xms1.{ dn/7dM;wF(X@٣`,k;eWϜa0k/^p \\?}m>y5k XFϬh= FH<<n^ {:5LZP׽Z۶XaS}(h= Fl_ f`W#U)$ S2֪h5p`U drzDy&x1.Q0 G(Yjc}{xWBiȵ/CAvց/!d`0ae) ڈ(Pp= F&:{~5+gnօ g}x_VI۵r;w=ilHtaE)B_e5=hLQ h`d `_皵@;- d7r 7 ؿW1/;s7&MQh= F^,^?/~!3:f& qͩ/JxQ,( Y ?WepG(4ZgQ0Rv!c &L4ap 1s/Y AvyAt[LG2>z(X@٣`z(@٣`,Q}g~A$#lZ^Mr  BG(T FQ0 F@;C93Ҥ1VwSX=zf E#K_pqm}4sF(4ZgQ0Bxڑu$|9b !u< >M:|砍Q h= F砹10+}wF%u8Rn4#Y@fJ3I3 _cŠ -DtAk\r6<-?..Ҿ}|k !LL?\mn6&vG(4ZgQ0  {8^Ι{wo6d>ޭtǏ‚f` BG(h FQ0 Fv{>y#/h,9ke<̀m6U!qS|yx單q٣``4ZgQ0B)r; 2fb\;wE! ~9kNĸj{L@u(# @nᄌ/3 ""+izڅMfúyf::@O:S``G(Y@ طVV׮]֣Qk }F/]@ډ 1m FQ0 FX7geX{/"LRwm95!5]&)<5 F&:{~ 9 XNݲ茙KW,G? +@ WMu9 :]oJ߿Я 2z?z( FQ0 F_!uʻwk׎Ԭ ay{ w92<~ʕ{v4=m\ FQ0 FA۽v1&i 8Ni RC^<&pW+h8wd@.)r=@?9}t`| FQ0 F֬ X)BAisuh> Kc %) >|s~ahLQ h`d`5E!A r;B@yy0r3ɱa}t`oF/L@˖7om6^E``4ZgQ0,XYޟ=' e0x (4/_dyxr:TÍm`@u(# ڱ XCT&Nڱ>]g_ 䠽^_ Ymo&L2UBG2vN(h`d`굠^wZC@Æ/F_u ^CNC i8qBr 9h@ Q0 G(YXMvvgUyxTOF CYUGGHE#GI0sh4Qh= FƁ6Gb-[&Mpq2 K8ސqF/oJ߿Яl@@e{F(4ZgQ0B1.xE7| 5%(:|2B X7߼rey^C_GzQ h= F6gn;cBwwI X8D+Cs(kـؕ=+:{5 O^R@ hh@4/K!7zBd`0ae)hl:|= F:{ {C&nrUO@CAݹK46|``U"s` GcjL@u(# şkQH ŀыvdۉ\܂g}=|*``4ZgQ08NũcB,R=C1A.9QQq0&׎6 FV@u(# ڱX/s$-3w҄ wg@=zd:`ZGsV3o]=m FQ0 F|ѻrŘ߅칢s ̍^ k,@Os;Sm'6v2Q0 G(ay@ؗV 3%?'eIR41r9 `#~7Q0 F&:{U5VY=e b"߅ڏeú r xx Omu|GA:{ @^8;; fkhN9|xtڃn}k6)`8:{5!+>;#A٪*|l=r]ȝo` EO).y/{h9h``4ZgQ0}(} AֳN! b5BZ:: \' O7Wu՟}<`= F&:{q$ݝ3wևe q;><g o*lXjj:;*(+r\疏Q0 h`d߇@As?$ 6W c]U&Iq434>] vah'{ FQ0 F`;->Q4Ȱ9"`9 s:C|Õ6+G(h`$`D;̢b{tSd X~9ZffQ3 F@u(9!q8s)Ɖ#G7 `4ZgQ0L^xmq/EZrȨ8drXVQ0 4ZgQ0~^ I:|Zŋi|tfzG(u>CYm׻sD|ľ``HG(Ras$sr(`0b Q0 .\1ZaQ0B@٣` ac"f {h``t ihhPQ0B@٣` 9nnր9?`h`` >O.݉1X%Q0b@٣`.  Q0  Q0 F(`hG(`h`Q0 :{Q0 F( FQ0 F(`hG(`ht(\v-:"HŪ~0045fc ! [G( h`-dD"G|||r(r ? ` E/E<X GCcht>{Q0 F( FQ0 F(`hG(`h`Q0 :{Q0 F( FQ0 F(`hG(`h`Q0 :{Q0 F( FQ0 F(`hG(`h`Q0 :{Q0 F( FQ0 F(`hG(`h`Q0 :{Q0 F( FQ0 F(`hG(`h`Q0 :{Q0 F( FQ0 F(`hG(`h`Q0 :{Q0 F( FQ0 F(`hb Q0 !ů; yHڱ Ur$Ə(GCa\%Z ;` @u(`Q04@gQ0 F(Ch= F(` @kF(K~џ Iő7lah`6w}hЍQ0@A`Q0 Q0 F(`h`bZ`G(Bu ٣`X@٣`Q0 F4:= F(` @c` Iŋ/^BLa2 F4ZgQ0$;sۣǧQ0B@gQ0` @u(`Q04@A`Q0 :{Q0 F( FQ0 F(`hG(` ܕmIENDB`PK?02m2m1OEBPS/httpatomoreillycomsourcemspimages469833.pngPNG  IHDRߗs pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV Hڰњ{Q0 Fl.\;:Yjk=h FkQ0 F(+u`z! (G(` IB@`,XoC Z@5(`<2P7jV[k`b0@tO<4a*ӧ֦f\`Q0kn0@Sz-(`Ho]@D{֩ڱYE@f~2C4Zs޵ 5k-,4FjQ0TZn=PԀ6; `?ݻu*@IO<"@A?J3 F(pUQ"Sujvdz6@9sT CB]̛CdG(`$WdScHj{Ο WzhMo׮Y i>>yh{Q0Zy3PN _H'ce8dpZnV@@5H "5k II3 F(N ҿH` XF̺5kU5 Łq`w|4pF(Cf)!AL9 rD9:t F_D i;!)q4XF(=oh$!Lf޹3) FjhYv3צn`V 7 jht|`|+=&`aSy3Po|HzV@@MgN8)##d8rx4@F(٨O40Yɓ`Gm"@ :{=``ʛTp<qI5bKjjijjidsx+h(`+gn`.![j-!"?}Łu9+W773 s I-8@5(`A]yk_``|H{vu3MP;VN2 9 CG(`Щ#^0o26ƥd-9Eh`nA>E ;{ߋԽ vQ0 'vdvBR"%]d&>yXnNNgew4Zs$1 Q0 F(@B켂|r3Zk@o5uD恕7UN8'j`Q0  ֙i@Ƿtr ]>k|'M@T96h= F(`P'N8;܉IImi M01:" h`Q0`5Zj|w ^`z@>@ܣ`Q0 ց#@ њ{Q0 FW֤sW gd]58C FkQ0 F(\mL5smv7m $!n@5(`<ۃcv֦A8 @5(`/_k wP I&[X j^yO5<ɓA6G(`^sⷎO?/VZZqp=osΝג FkQ0 F( ֍\e< F(X!`mq ""9nnysƖoӶ8;v;>{H05њ{`rIwtD$V222Cțk׬)/)++( lCظց4:Z> F(|B-Zᣜ9Y뿓'N뿡Um3&YfywA}4x' Fܣ}Q0 F(p9#" >\MN6ѵ`Q0 'OQ[X/[7rd2PG(`,7_FFg^7;̛7њ{Q0 Fk׀(($xHZf: FkQ0 F(pɠᆀ'O 4ZsQ0 F(9VunnCnI9&Hٵ{@5(`ڂ'N|uXyl FkQ0 F(*: l#G(`8qBSKk_.B<^>57@ܣ`Q0 h _fA]ă~NN'. |R+UT @a0(#+xJ d{ɓ'4ZsQ0 F(-,֐*T%;̪70sҽ\f1ԇ9tjnG(` jm 7Cjk6wp+xzXU3rs^˺1Ɂps ChjHoKLTQP KW,7Q0 F Uvr3Ij/ 1eA3_@o~`Er Fkn-JPdM_G+/Vpw(>;Sh>l)WbREu6Rek8 8o ^d ,0xhF` x Ζ4pĉp#p$QUػ(22bUQq8;Wm[bhcJM ay@5(`;1KPbRg3*/_U܅( 㪰qI j`Q0 5ֵ't'x=9W W˿@y@kӐGYm-! h`Q0d[+`9oxU Qjc a8{H=PA@ܣ`Q0 hddd Zs7!!4Au` ;R ?3T@/њ{Q0 F o+SATcttmLjC};C8 }2T4ZsQ0 F(!% `]@d| z-5gN*!s3P j9 R=Ł\ *pxK?vV읁탡ѵ`Q0 h _vzX" YU,>Đˁ*=i`ҫ@ʐ|iK aC*o`;WEhyA@aG(`м}u"j` mgȻ*K=p&n t>Xuqfr !A7Ddy9uPe>@5(``%GҐ6ȕ7~;X{Ґ3c|ʥeLl0wWCl"?}dfa>P @ܣ`Q0 h \\I7{ڵI^!<VM- :I6B, @5(`H%{.t+fȑ7rMm  =v d@5(``%֭YKF}ԭRm# }Z0oޤ h`׮q|% W@s~>J^ 9N(@5/^@Cڱs44vtDdKS {Q0 OJ'L$C/R]ajwU@p*[£!o]@4dݚ5U5"DV` N-,VN*i:Kj6b5kdRJB&V؟)`|||; 4Zs @8=F(C/ECp`ه~3+ocP V63j{-xh0!) 2B' h=0sH`̐` N)>zR`rI6nwkS3%' jRٓ'L+(ǂE_k ǭSr(@5)}hɑFqZSGx@Ɓ#hj uE:е: Fo@jc͐/^sw9|hE> F(sZ\ZN6&ىIIkmj&f] yh`d-:6e${F*XypÀH#;h9|10](`S@`}5`孡BQ*s"Ry(NyX^RzڵΞn䀡D׎K1< qMGj@!"gg14U*6G(b gvgU#hw 7dyd-sېj{]@Qض@t9 O<)- նmBR"`+•ъ|Q087trH 9aE%/En֮YV d2s0N,NXyG(7gd ahm@!Fs M 4E h=ZQ0 Fze%< r՟;zkXQzv 5[+_]j'N F(RG+K "cdVX|!ܠׯd8؀dЮ \"t4u*ϏS3 {whE> F(bn\><jw0fVQ ` e0.S< P֖'$%Cmݚ5hZ|]y}(a G(8q‚Zŋ2 \b1'J8w@4O_ ! Zf-@2h=Z#Ue&-2TQ Q0 F6:"XyvE>}(.jCV*@v~ z AQ0P5kG+Q0 F U셋j: |e>;N|=yD89m`k.׫z YvC ,($x4ъ|Q@ 0;w&R]`ԼyVb>@zD֯O<5 1-` M'tĂ9^t]?``"`Pft'xJHJ4a"KՀLK fJb`kXm}>8 @X-SzFhE> F(JMd%`|\-A|e*i%t! ⧆!~ ܐuj 6 X1G(v3 Y.7eM@s疐UMWTۣ` XS"!Qm3WȜwi_fAffVQ @ܣ`H=` G^4 Ңچ`X-7T\Hv $54fxZ=osQ0 F{5~Y7mpͭ$7نCLeyh= F(CڐS jl1ح4h`5/i#:`[v6C'xIZX@sQ0 F( ;w̬#W^SUȕ7Ս>(` ԒΕ7M͇Ԭq]XX UT߭@}Q0 F(K-Ԭ֬}Q=GK+R/^ pH`y@ܣ`Q0 58yR`R+V7DknG(` ^p}<>"}p FG(`h`Q0 њ{Q0 F(J FkQ0 F(`(G(`htm6E`ۦG(`8Q|ڵO>I!p倏r $x(`+޵ &HwHOԵ$i A]@W4-!)q `h0_/o` > 44eddx.r`Eɓ׮;&LX0om[YB`Q0@aU#G3N`=}L`VCiO`Q0@a_[mIQ@!aqQ0 F(Z p c VߧL Q0 F(`9jkv\eT Z]GKd`Q0 F  |+ 6Gb|œL⣑= F(`"Xy3\K~22E_mHؿgVQaB/_^]Gg_>XRbQ0 3 »€m``ſѻT&LV@k.`/0cB?~ to27pffQ0 F(  "jT_>G#/YلF5/Ms$uEGDɥ+-yN`[:^?^sZ6Ow(`*#z3KRw@{X8 F(ұC&l& 7x};wlE3+8}PbHpQ0 F`40+TV[k !%XsTU ub(G\ÍͩQ0 F(4zn9];%{H0GbǕ+ ;_sR6sބzcaޱySjg~Yњ{Q0 -њmkG`)u_Q P _ +l:0*K\?qi<%G֌Q0 F`4ZskJkSQqs>Ϝb{⏟>&r rgߋvۺ}_&G(` .OǝcaɫUccC `\K 4X%32 o˷6 wvG(` %(V`yoJ/&@&$xߋj-7п{CD?vA'卮-`A h+`p}#G]^m3J̳}Y \K0I. h6h6ЇT@c@Ţ,Q~ ј`A hw2K Ÿv͚ csBC:tȈ7,pt8Xm#駛knH_|4F(`p 3H{9Si0Zo(@/^}…EAgY):? F(`p ~-I7S\Jn7naU2zt!Rx q`HBA t.XfQ0 F( FknzH Z#&&p:q2 T@5d2o Ȁ -hsj`Q0@tXU{ޜY7\I\:>ZNFm 5H%9Ϟ8z(` r@57] `X 30 2̜kA97ZL|IBXO3p3ͣx`B Q0 F( Fkn` golh:NQQc2r 9: % zÉS!gADvQ0 F4Zs@͐P=xpׯoJj{MGa+vvH Fx yEG@G]a`Q0@tl._ #g}9U` 1n åWl9xWgnQ0 F( FknoH®a-.'Xf0Hg]a|ˮlR|< l` h+V^` vm8;g-PCfOoC{`%}5aʔ5kF(`0 5%s xpY14A=~ _\yH5` #v2'NNTIHh`Q0@t=4 ˗4~A{Kx׾ ̣U dn$-7dxEۗѽa`Q0h@t.\VJ#1 stDˍ98jSRp"Z٘GAnU/hX 9C (5`A h7 &!s-nfUe yވH͕?| ?QuQ0 FlNdʫ?#c{ҌDT#ӂVas`&IqԀZĮ\7xXm3gQ0 F( Fkn`W }(z w? 'Yz7MrkzAcV"?W!6z(` b@57]^vs_ĸWW>O[ Α!Ǩfc Z(!15 F(hMW*߾ر"fK-+HagVUU3nڜ& (t 5ܣ`Q0@@۴8yo޽Mt={F^jh^͵Py"_|P8F+Q0 F( Fkn`]jO 3Bnm5-a/Az5-l5=CmQ0 ?њE?׬s?i&4LÏQC3!?O`Xӯ@gQ0 F 4Zs@6RCzb 3ԦBW1sȽh:i>:C`AIj`Q0 -њXSmȢ?GGDokb 4l:)p>@w>CMiQ0 F( FkmZ\lLLߔ!$+KL6| hkwШ>Rj:|AGhQ0 -њmϙQY Q?oi=VqH/ˇњ6*= V6{H0xhB%o#5`qL**hG*sg'6vQ0 F( Fkn`_37[{c`HdXeT\i 0H[g.u;ʲw!G7Q0 F4ZskJ` 9㠋[Ztt0{Dk+l\_߿-߾ڔx< 2?`A h+TmWzitZ͇n /;GކTl67߼n{뷿J ` h+`p{t pF^Uuo1y3ҡ A40z3gE^y&6ј`5 _b9V=vwtc`u#4ZsӻkNHURTXJ(K6<؆cEvQ``k;h9Ppt|O>]vm]!!'L(B*SQњX)+NȮ'N̚3>3M6g!Ћ_[€}kK wtLMMA+l`nZ̚O<vGCi 8L@57]hG2OEE)ZϦmg!C@9\j\Xo?-;sWjIFGˇ5]֮Yeg:Ȏ(X>|X4h=04-&s>w葉yKq9 w C \=4h !)Xs[&.ȁIIC` 14hMWQj7N\b~0P39 Dm } b kg}eRQ6c Fkn`_=4ZVXPa6˚\皵\1FSn`oۜFM L/EտE< qRtĞ @57}[/ @9&8Jr2d3 ,5k9Cm䅋15d]'F;C밟"yh@57]0/R`9C (КpIAzйmw᠓P̹]+nlܭMFS[0o'G7 i˗_w«9;r@ q@b9z@mI#GG0יCՙ$ā0 Hc.|,% lnwyI'OCBF7 i+fd`E> h=@nYFxrr$5as`>:㎰`i]a2dڧOF7 jc %ec=hMe,m{98Nj!阋ҁU5_ά YjqijIF#nd`?{@fQ0 њjU& _M e`).Wr0hL45` -@57ةyx@WdWk-M5uT,:6 F(`x)_gs$ƳTk~]a!9 F($V* :c`tZC4Zs: w,KG(vu<Fb |1)pEhh0jn?׬wkh= .@;g~ '^@t(`zeA1 F( FG) G(`` F G(` 麆4Zs榩EG?}t5 :y].=BkQ0T1<-S@5`Ut]YRRipmNjyT \<}hMȭDњ{Q0 њ{ / e!aZuN.>d[cG(`dz CWK&' ?cXz@G(#&Tmh=؁4荜`Q F,4{Q0 F(J FkQ0 F(`(-`Q0,C FkQ0 F(îWt<0Xh`Q0ja}< @Q}H\˂wg}}44l`hF)#"Tl9S\h= F( Fkn(Wu̹5u5ߔFCoClF(`p,pp~i'ݏQ0 F(X@G(`h`Q0 њ{Q0 F(J FkQ0 F(`(G(`h`Q0 њ{Q0 F(J FkQ0 F(`(G(`h`Q0 њ{Q0 F(J F-`֦ktrW/o5u7ߌb@G(,Xm^>2ON8Au`$sQ0˵trzcQ( h{Q0 F(J FkQ0 F(`(G(`h`Q0 њ{Q0 F(J FkQ0 F(`(G(`h`Q0 њ{Q0 F(J FkQ0 F(`(G(`h`Q0 G?.~/"F%1x&菆(C\v rghh h$9hhA ="_` ҵk@ؐ{Fe 6@57ֺV#1~4FZ]O\el#9@֭Y!֦ΞѤ2 yQ0 F(>y*چo]N8&ɓt2 !>7kN23CѹQ0 S]T'`hMޱ#8h= ` F-g]6 +њ7`X6w`800z[!k G( FkQ0 F(4& fefU} guCk22G4ZsQ0BV˗/^2ps9 Q32+rM-1 3њ{GCi YRIX3W(hM]v; FУ(hMJ=z<(Q+r 9ZQ@g@5(,ɓ''L+( :"2($88$d4UEP-~wF+Q0 h& )`oP ޵kͽv͚'NkрlX%<S3I> F Fknj~,XaBE8iD` yƺ5kUh{Tq/:WQG( hMH J~ :=cU?/G( h= ]vU&{IA4ZQ0 h >0'wLъ|"h y57V I3b+_sg"h=i'OpP联9x[ {hE> F2њ{ šNmu'OVṣkF""ggVQGm 3@5(tNvt3("(Uʣ( FkQ08iϛv͚`皵þ"xȁ{4% {@5(Nmt3(ȉ.^F4Zs4afQ0Z}'hD@5(]R> \{׎@6D!qQ/_w:z4`p`WXsvG*r``DCǗb ə5#nG(m B>y`v ut}NNWEP4:Z> F(E4G~/ղ>5UDp6Hm(@5(؍-F(@|!zHďG_X|h= Tg'#"Nż~L@ܣ`QsU!KG4`X޹$!>: = -њ{Q0 P`-`Q0 њ{Q0 F(J FkQ0 F(`(G(`h`Q0 њ{Q0 F(J FkQ0 F(`(G(`h`Q0 њ{Q0 F(J FkQ0 F(`(G(`h`Q0 ѻF(pڵO>@'ROIiji@"$G|2@ܣ`tw $6 ȕ==i̪h+R`h``::"Ra΄$`MM1[S `< >}L(њ{ R$!$޾b?D( nBȝI&@G(  Q0hkn fhP[pQ0@ܣ`6/^\v4(F(ht| ^ȱS1ySpbVQQ0 F FkQ0/:o``Nc>|ˬLEg{`d& `Ph= 5֩kuݏ~Yjk̬ͬJQ6򅫲+k;JͬW|_30s$'0 њ{ ʻX\Xھ{T34њ K~'_i*fexVє? F.@5(")@=ߋZML ]gV[k`Z}:*+ 55$9sc:KG;ߣ`4Zs! (4NtH6"[ll6 ޶0Ѐ7u@F(f FkQ0WEkVkk/\:sg\;7"lg q ca'!!:T> F@5(# gp#,cIfC~؉*Ymm`lqȢ<}`/s!LL?\=m (>:Z> F.@5(# >r~#1ە+>wqRs0$7_g :G\MvV/ ;^G(X@ܣ`,AGum).%qˏU)7w HvhU F3۴XPo1o= F@5(#@֎,b NV;N-ˀ$ddmf\(K$?YLP(x@ܣ`,)_;Cm9224%Z`}t=C-`R굿vd vQ h= F3C9_j q4sKl s\MRvQQQ0 FV@5(# ڿf-IPٳrٓhCo߁Tȕ4mo ['p//_qgeYQ0 G(Y> yo޽UO{<1s5up^Xr\9c"`>:= F.@5(# @n₌߼r%:"r%fD%-a8Rݹ_jg+F( h`ypx!uA?H m~n'Nغ9f򴯛>r;-њ{5%dWf`g99$uacArȰ909 {l|`-*C`4ZsQ07 U#dWXKSsM]k:He,@lUCA飳30|=O+}t|\ FkQ0 FYm7MI|W]L S/ ,g-(,l3aF( FkQ0 Fv> 9\a9Ow!4 :nNUAǯ .z~(h`d` \#Ͱo?xU ?ސ3GPњ{`W|/MI gA6ȝuz46Ow`; oܐ'@Q0 Fњ{<޾ +y%_$VAjSaDШ:h>pSx^̙aQ~0b *њ{k!UKQk(KEt f:e6e!W@Q``ae)hlk^9 F@5(# L` ysU]=qb֜ij9C ^O6Av|9zf ֶԿ]LAᣣq4 F~@5(# l`"1aQ=~ܸ" rxtr3eesX 2 _g4S23`я GwQh= F{_<߾ChdQC6Pq|{تʎQh= FӀuLqIƖ-pYR 3 72l锣YEO\&)v/ѡQ0 G(YXS{ jw[+4 @N6s9F5B ?~ BVAF(X@ܣ`,Ƒ?tsٮ0|9dKw ܰ:4DtǏGQ0 G(YXg>|NM߿Rq Z"PF(f FkQ0 F}(x9/#\ivd2l9ޑs,,K-(@ܣ`,y3e"? s:db@3g:q[pOYF(h`d`wgb ~=ϰo?e)J :lqßՏg||ѧ`4ZsQ0PF:}ҥ{ahCnl ȁkR;[i6h? Fp4ZsQ0 œ./qi0И;2}ĉ[7(G(&|?/Bn$F:y%Ȯ0-af^Q0 (4ZsQ0~_4#o>yv͚i)yn"o"` h`wA H'iU'f͙mO]a`G(kub  Q0 F `肟kpq`DG(5uL(# h= FPqA1 F4ZsQ0c`0@5(`Q0@-`I&<":[}ĉ׮-7Q0 4ZsQ0rE^AyJN@D7.## ??}!l ӧdqnF( FkQ0 F4+"` x dI&X"6 -^W77`HG(]| g 7_摹 8($XkQ0 Fy FkQ0 Fv) Q0 htm(`Q0@ܣ`Q0 FP4ZsQ0 F(C h= F(` %@5(`Q0@ܣ`Q0 FP4+lAN8HbcΙg| Q0 Fњ{Bᇖ$޼c8|48$ZDh4=f 0 FP.\_3@44F(9 FG(`h`Q0 њ{Q0 F(J FkQ0 F(`(G(`h`Q0 њ{Q0 F(J FkQ0 F(`(G(`h`Q0 њ{Q0 F(J FkQ0 F(`(G(`h`Q0 њ{Q0 F(J FkQ0 F(`(G(`h`Q0 њ{Q0 F(J FkQ0 F(`(G(`h`Q0 њ{Q0 F(J FkQ0 F(`(G(`h`Q0  ( siYEJ,P`xb Q0 j@4F(i Fܣ`Q0 FP4:= F(` %@` vΝ_*g Q0 њ{OERuq$q$Ə(<(}Q0 FP4ZsQ0 F(C  Q0 F(`(`(/EL Q0 7>(`Q0@sQ0 F(C h{Q0 F(J FG(ߋ^6G7Q0@ܣ` Ik AأQ0@sQ0` %@5(`Q0@P`Q0 њ{Q0 F(J FkQ0 F(`(G(` 46㐱IENDB`PK?}(5OEBPS/httpatomoreillycomsourcemspimages469835.png.jpgJFIFC     C  E" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(((_5Jl{eflFl€=Nc kH?িO:/v>X%?dLe,Vw7)c'~ҾTK/h74cL쵍8ˣjJc$n?S_DgW7/+= -C uBtOm3Iu X iy$7QVQS?پ=~Wh_JOvjv|7㎒V_2鐩}v^orFG|cCO J:1"2eE~U$ .Z[_ <p]] 4}ljppؒcIdJ~ ]|kL֒þ!ӥ6 wKN)mᔕ>E#~>u nk1mGgĿ%?4X2oD;cA7 *KhQEQEQEQEQEQEQEWʚş+ӿeo~UώgFkPX98+n_ؿL+gRƗ`2"!'ٞEpjُ஭w_<{?GmZ^5"XC e(iFI:/~_h뷑'oZ-̍ s G[p#G{ErE_guo JvsX7]\_|˙<Ac[??-'H7:>"Is,G5&O2d1A0F r(?K}OH^q-;[m:e=c|sr #[QEQEWEh^5 tx·5HͻżwKr 9:(?(x0huO,jy _0e~@Ep_''#~o4 zhV*dvki$Ett)#QUt]wE|?[_Zd\ZL!xh]HʺةQUetX5<56lͬV-2&$S9*4@E EPοwLF4XfKI.v)?R܈BC n-z^8[]!?l/xcn_5k+Ԣ}:h!(uA0+Zs_ xS =u ;K-od-bO`#kcFd i6ɳ; MB~,EPxw½n17^0OԴ5]J;O2!%E.[|>΍\^Z^NarkDv*17?={s㯇?W/^ 牧ƥ5gx:?ۆg4*vڎHUfn+?d^&|HVY:΍Y= m:[A #rJ( ;8cF^65mGJŎ@[Lz|v[![Иf@E(((c o7gO#D? ho5 I0(QQ_v3jzV4"Eff<* $9S=LVZ/}Uu Ά%PchE8DxǭB18?@Hn~ %bIcXV.lcӴakd@X6ϖ?_ Q c 1+3 /to7][񏈴 VT¿ ũۤZX, *ATP>K|*[ %;oU𾿣xvZMbN{eQ3 \ E}_>8<kk\pGia b lHmpS?eγsMs{ e9RݲIXjg|GZ}sV^:bqͦx{SvkeVBMhfqY W+x3nEԚCt"6ݜO>o Ծ|L~ū[j6dq$n y@='4|/t|:j.vы3X486FFF+SJ,0q!ƪ >_7c~!IMOeh+\K4 csF>ť FqanI(/LfO~ZIg4!揤$/ g',eN<%˱K-inL`Uj>(FSW߳|[ eۖc>i./m.@[Kb䓖e}_/'Q/^>,o⃩xR#Yϕ Ru;!Odf>Ox#Fqm-;Do| kkKQ/*=jE ( ( ( ( ( ( ( ( ( ( ( ( (8>&|% g ۘ jhKͧ 3 q]<'Ku`~߲»?gK,'esqus<,;IGO Yǃt^V|VU}hQ@Q@Q@Q@Q@Q@Q@Q@PK? 2$$1OEBPS/httpatomoreillycomsourcemspimages469837.pngPNG  IHDRV pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVp>>>M-M CSKKFFHQ0>9 ơ2`5`x 0edn8Z300wusM(`4}N@Ch6@ig'OS'NB@`Z  v ӧ7M8JH`+zӶ@v]֭Y   --Fh$ ?8~+صsBFjlvjYq R 2A &N` @(WKc$(* '2\\YX nn ͧ e{dNHJ;BI&L0q1IIb5 ߀֦f--~_cA夤??}M4Rx'+(r"$y֬]8o@%H ڴm*KʆI9F 3nz!1Y mMĄ<lN5y[/] uA^]W{5`z4 F'@1Gظ !"VAI2!7iAd H_ `gFuP99(($ɓ'!J:{֖L; |4}-efZ: zuO %i>!)+'A uԬ!>CkOB9h^Ykf>Q0'dkO&dV頉D }>cC=}pJ'O$Z:l^h2DsO>@1*uAS W((闗(M뙎4| /AU[X\ȀE+wtX~jx Ʉo @,&q ƒ)VMH2`[lHEZZA;'\n# //`֬uusg*H5:C:>Jq@m &äe`7> (X`*֦f`{M珂QhEsgu4IRm+k׬9yĦm[E´~9s$!$!AF-hϛ7âyUpue(z[ qdh‹栳{`gB\Dl޵+ 2Z?GQq`[^i‹Xr cM-` bHL,C4:8rHȇ}yi( F /rAynfr(M6BkUσ#,̛YSW ,KJ"iA>o-8y n-SxANzTyڵk`>kfkS3%Wu]h)C#Y : O4s'>#+{Vz`5Ss; QLT{!5-Q0 F'@ {8 ;ݗ`4}-@éuBk0 x޵[SKk3 F'$}76$@ 2(;#a0,wusʹ`ϡ, I rT~ oV Y'ӧk@֯Q0>i cC*ݓ'NS Yn`<`0fZZdI0ě]@@(WkS~tD-B P`-7n`4}R1}}`(v5޼fyp  .ctR!vԊ!>Ɋ>? DGUWAZS] t 0$j9>@1!l/m!q8?f$ e%@g6hM@ 'f4@}[:B^k׀uZPHZ Xy`ʠgv`%Қ}R~O\X[[#*}Ð6>}q6@K un3s0Biy ~@-nC΍ڳk7dX'%sJ|ʁ#I]r.ɳ'OO8 L.nQ0,'0e{#3}А)֮Y9s ---3 2kA hh^ ȡ%C2Q0>G!65 F(@LA0 F( F Q0 F4ZxQ0 $kQ0$@^`! h` I@(`H-F(Ch5 F( F Q0 F4ZxQ0 $kQ0$@^`! h` I@(`H-F(Ch5 F( F Q0 F4ZxQ0 $kQ0$@^`! h` I@(`H-F(Ch5 F( F Q0 F4ZxQ0 $kQ0$@^`! h` I@(`H-F(Ch5 F( F Q0 F4ZxQ0 $kQ0$@^`! h` I@(`H-F(Ch5 F( F Q0 F4ZxQ0 $kQ0$@^`! h` I@(`H-F(Ch5 F( XC}_F;5ddde-, 1 Fҵk/($ꆟ h^|ˁqFk ? 46[|HMrVac: `@)+m?qQ@/ mHAZ`s4}vܹpիApnÀ++. .4Z k4}| mԂ 1 2r %@SK+8$Ft`4}z@C D܂| 9yo:Z~I@,h6?o\]e,:7T2  ((ŋ/^H00،OBt5`],>F ukLj?X8o~u]@Oy~$_wXhP9)ϟf P 'NdXeBB4<F& ~ڵ֦f`_{N{bh0 tt x_2}|z2kOMF(@K5铺 yi!,hs }^A>=3 U>!ҐV0WAęAf*e0 II222%sKF+xR铧'ag*ORgkSHĀ܇7w.AQC{ t'-M1vZ2C8It4} @Gd`&-#3N8ǏDGDãg]I;@L{0 bt" fQ0>ih\afa^6)|iO\SSKkO&dVtl#-(3!)qO&AQla>hl o>sO>0>ա.n|; F'-@ KSK`JUCr:rhX®];i%tTN6 9̊R-DN-/1>IҠqm0g$`aӶЭ3>IJ I.]ĥ XӘK&!6z/Ou$xt"@1F!/<}2shEC0/1s0@(`Hb Z}Y fUFnnZűhDa>hxןiK>F Q0'@^4YUz3($UVp*>`VF98 ;hXuUVܶya O5ض:qat~ t0H4| 'Ojd]nnΎOjb6)a0M5S0uqsʹ`4}0) ZfLaϮݐ ZF(aF @ä>{ 봵k֌G`N!!C=}z箎 N81x'O4{4R (1 Wkj0s4}bBbwu ZIZ.s4}"BkmS'Ndz `H6FhD4Q2Riրb5 F'@ Zr9 =0Y,7X $H8h5 FVjm]6х`4} 00_Y^EG@Ǐh GhMh R=y$e`=/Vh~^@tU3yĵk -!)iEg0>LII#!}b]na`#|ݚ!!d1oq@hMh lckS30u M&'N:qBzsPJyC.n]ӧϟ>Xv: CdWvr4}@!Ƽkҥ)&>M-́CO,Jڙ/=DSFhp@C5 F( F`Q0@^`!  [GpIENDB`PK?x37371OEBPS/httpatomoreillycomsourcemspimages469839.pngPNG  IHDR{4BR pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV&@mQ0 Xn$$%]/jhgA16( >} zc FKQ0 سk7%g ^$p|dA-qF(Dغٽk0(n`dA-qF(D?]\wB\ FKQ0 8u$r -qF(DgytaH1 4Z⌂Q0XOASXmP^RԌuM0X^v g 9mEGD<)HOA@iTmh0xy@%(\8Ҕ#J"֬4^5H.@7Ceu;Vfh3 F`E%gS޵ i =5 r,E %DX.@N҂Ow  gN8IQ8~غ;RRK"@Y (eH'+|e I| +qh`ij l we(dX B*q sLȣ0-qF(nRj@zOhX1; ]YTg }"H) F4?u.a= Pe⌏铧6@8` yr|'|A.&HCx\7 FKQ0 Y ܸ/%r:Ҭ<ښ H›Қ6@8` lbbH), SW6d *4@  V@%( KHy,V H RHC Ih1SꮁgAB|V <4#+Co E D= ${X-Ҋmh h`ii W7dO2<^0{-`Ho65GGDP=J4Z⌂Q0xJD>'Df҄ ~^@`Qv947;9!$dP1ڍzἂ|``c ,}Hr.bQ0 O E<XXtr^>>`SVR dC:dt5`q X'OlD5@r `4 HBzgy II@.P1d!"ohQ0 PQPLLJ%F1; ``|rϚ ,Al ,mfa,b +eM`4 RIÆ xh"@ݼm+ @mQ0 '`+R <{b< ) nL*6 nڶ)l''S3y ń Q0  hilRW#Z3RӀʊKФ?~<ܹ$ ]jb$i)i)@mzHCfR̀(`˂f3}L_"6 m֦ܿfRfL)m V ~V(Dl)Pe1-jZ4l* @%΀8~Z,C@ʺd:$ ւT)n FUh3`tH좕>` Ț]2 c-t/n͝Kh30X@Q⣀`_MV>7hR1G0N*>#}M[hۣ&Sq Nr\M-- ?oI{GL*KW,SfZ:ˈ!>jLi;g?@%ONb JV/)(y {hDhfZ eM `<4 @mQ0 LW9B'rG͓'OM0"w{hg! >yv3 s2ȐkxY(Pإ%m㌂Q00{[v1rujc|cI2\{׮˚Ĥ$uh3"d(*}+H $q ?EF-qSSkQ0&|2.e -M`Aj٫ ,nHh3 FycOC er^pH4Z⌂Q0$AM]-ul6&cjf~ߧ `V456D^h`H`r:CȐxN*UAn4OHJ$o FKQ0 *\[ڵk:A]DZlA$h3 FPOR39ẁvS5 FKQ0 0<6a1q @\\#c`| h3 FZZI㾸8 M{[7b XPR FKQ0 6 Ok V`@%(C@ȸTlIAu-qF(ǁ\UNS[ͨ׮YP|K5@8` y`faNNd.h3 F !N8 lLQإ-qF(?C' >yJIh`:TZCgqCg gҨЁA@%(@s\x^U.-qF(@SK8@&z?'% FKQ0 GB=0?};h`8,& y=׮]ʰ1Gckb^A>هQhgUF(& |$ .Z/8$DZFSv҄2ϊjh3 F)q5!0cr8thn8(~ FKQ0 F@8`-qF(4Z⌂Q0 h`8 FKx$RAs$-%Π4Z ˩xP(5V6L`h3 F(gQ@?@%(~ FKQ0 F@8`-qF(4Z⌂Q0 h`h3 F(gQ@?@%(~ FKQ0 F@8`PO>((-yWGhQ|:*a0A.~ɠy-P'ODGDɰ4Z x Q|s@6xZ3͞]F4Z ؽkZ`޼`g4Z H^<h@ZkW7`~ FOv%Xiji@$QahQ=)`b]"x4%g`@M]mpH]ed]F3(! FKlh8htxQ@?@%(~ %kZq):yyFGQ0 (-q֭Y ,SvX9i&nQ0 (-q]1U F0Ǘ4 'rORȒw`7}ʨM16c8`P`!)`HB6* f@:: !US'C&q  al ^ @a/q:wtg ede͠: 8yp4F} f*`R4aGc FqFgDzGo FqFZZ>y;6Z W@%(,k|UQ0 h`h3 F(gQ@?@%(~ yv͚ј`0O5@o45CJHM`KvDJF> Q <,k W-B5u@?ҺF#[ULK?whfX9xx4@a/q u,0L6FM^A~ȸX 5X'OCˎr @K`A ,iZ5jv5NQ@g; -omj./)vb2r1:<1 Fs'1)Ƶk׬ Խ83-~+[yVg;dGo+b? C 杴9I^@JȥTO<pMa{tFX3`%@4"Z|ϮT,q)rBGEAȢA  =cdZ@, ,  (AgO׹HQSHS$ !)iϮ]e%׮]͐F ]lrSk9G.:YFe,q⛊Xyyg9+(@C%&%Q+AwzJ,n\4 k>E@ c`# +ߋ`0(gǁMAZa{6d1d B2x`i8rMYֽ ,n cͧ ;N8 ,k -֦f GG/+u2t lЀ5ki݄0h//%]'MTg5 FK̴2Y^ 猶 wG$Af=n<iuK"Z o`Q@ @%]X?dkxa7&Ï2@Ra.v̷^>>KKJGL-q `tr`)lHg0{^x 2}C 1v58,h ijڵn4F@8tnfV(!iZ~ûZ ` \KK w4a"1ӇI(``-q ! 8  |  An=xz `MQ@+@%]duWO7 5Z\C„JafHA ~uXAJ" @56kGM@8tϛ./izP>- )V湡@FpN +H XeC6v8Q0 FKuV|B,HCXĠ/kG[s,={hġ+hijKHJC!cXYp9uJ XHAVhkX,Z>Ύ-q Bv;'!- dY() 8$2 l5"t.,F; sj2;iAwBԌΎ-q \FFr0?o-|C0 ̍@w9Z-q  Ii6%_G`q\"\] @HÀ.]yy}@8tGBn%OCd%ij{,bhjiB DNQ@S@%]A^A>x 9* 'u+Htց 5 FU@8Ы  qqs?Y&[\g\`B?Fu OtF-q y1^2O]#̈#b +Qk׬ ̛?xhC^UfڵWwrmkѮy  psiQ@C@%]dr0 4,Hr',aMfa=]Xٵڵ@^<%$%xk׬=khCW_s`H~׮QF([|q(X/\Vu,d;Z X@ŁeYs`c i|uΎZ-q \@~>oEag  _YAٵ'NR&h\ FKR`qWPl@К-Oºژpu"`˪ s.~^ xh3)xҫ4I>ԫz ǁjdvr0P%hġ+u D.Enʅw $ : *gl=5Mv FK*;`Gؽkd1Z!P.i C NԜ>z (ɁAu]-d=WA>X/;v:Hc]`hġ+HHJ,/)Si@&Pc Lyٷ|AN8Ƽ_/o5ǣ FKX>Q}vޓ @1Wiݚ5!%D\ FKf`)|1d1'b涰/mCSrFihCW.v0yNA𳸐W2`k!6o=khCWW?6;`\)p<=,Hytj$\\5 F% FK֦f4 IVM]-/8@^[s ?.~"P FM@8t hS@ Ȇ Hw D.q9ۂy'M)%3 FhCW Fa='ƺ"brBRF5oI8()~+ x0mKd\ FM@8t. @ `ǹo ]I'rZ-q TNvm r[7p/MP M`x҄HOfQ@S@%]D B82v|(Z_v 9 F @8t%\|"|0UЅgk{} ['r9خy<SF FK g5- _΃<5ND̴5ǣ FKΞ6'R[&xų8I]'rdnśU94Z@n\m|XvVX /*,OOwȔ7xhCtp[A[`'BЎガuz@rݐ3֭Y;xhCW,_!Xš!sL D *#&XW* 3 H-q Țc˅܁lgv*5ǐ95ǣ FK5o\rܽ Lut5 hġ+9[w׭Y/MI-h0gqyBJ.H Ys\^R AU-q w jn: t0Vŀ PAM]-=G(hCoؐ)Rc^ ҫ^a5zo(gr׉ˎSh]0~NFQ@@%]_NQĐ";9qH `=xz-qρ̈́A, 5oWpk-q(Mx$F$5 F4ZPԺ>TWO^Q0 4da7(-qMy(-qw IA1 F FK2dxQ0 H4Z⌂Q0 hHٷPz whKm HZZ2^w3P}e0d#xISșfQ@7@%΀`ra!c=a=VqF@8 Y |#]>r?H;뙁e7Q@@%Πk@Hc(6 FGG(4Z⌂Q0 h`h3 F(gQ@?@%(~ FgpT?x xJܹԣ* FKz(!@z4h:bh(FO) @8`-qF(4Z⌂Q0 h`h3 F(gQ@?@%(~ FKQ0 F@8`-qF(4Z⌂Q0 h`h3 F(gQ@?@%(~ FKQ0 F@8`-qF(4Z⌂Q0 h`h3 F(gQ@?@%(~ FKQ0 F@8`-qF(4z8p ¯'@r҄ I(@crd҄T1bnQ0 FKQ0 F@㌂Q0 h`1H+[X(h FK ]22A7 F&ёQ0 F@㌂Q0 hWE, ,pt(@8$8[X8`4:3 F(qQ0 F@8`! / hQ@$@޲Q0 F@Q0 htgQ@?@%(~ FKQ0 F@!IENDB`PK?i vAvA1OEBPS/httpatomoreillycomsourcemspimages469841.pngPNG  IHDRrJ+ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>4ZQ0$ ڱk@lL3|hhNe[XW8 @}LE3޹D2 FQ0 O$Lfb@Q`%ku= ѢmzΜ,PqN*nIO&}#!H-3hhX Lz' ls7RkNw<ݩ[A‡Z!@E(Ctd2gb$s"&FiT@m` ҍΓ ?׬ch6 F.Xm^.y^`Fk@@Mm``fo`1UQ6\,ژU),h]@m`ntt(׀ F;` h hh` K7޹3Rѭ\bM^` ,F!kӆqϔh6 F(N8ӧ׮'4ǧ%-à\-F( g{vvDM-->>ݻv!-,,P-׀ FgHG(D[Gd%5k%؂p9EdcɓO§OI ҦsusOJ)7 h6 F`,C9sHm-7o@,\\$nmqݚ@+U,r hh`ЁSy_˲&Ο7R P%2nf 2 O|4ZQ0Dk=dwtE-Ir hh``oHjjiҢP,&Mdм84ZQ0$ d'&%ѳy$>k& -F(zXk]=ZA4a,זX>  hh`(`0:"t  FᖙtOgO7f-hh`kBP\ɓ' AXh6 F+U928]4z(><V(TeVU~]rɻyA2@E(TjkLK!ӑIIuO<29Lɍ/^QOh6 F0+Xvp<ɑk&c~޹Sht7(@n'HHJ$$%`|ʀ-5Zk@@E(K`06 Oјih6 F+Wd 0 7-F(\r3=~g @m` .nZ`08%~i@J7-F(DX\vC!xԉ FQ0 8y3<l~{ FQ0 4phc/?/\J+ l9$hh`kKEnLk }kDz5 VCC% 4ZQ0:npi:P1o} lxך:b*6 EIIhh`'OI^>^J L응h qrh?a ` hϟ>90hh`ࢍ6HwhAv| q0+{. QC)G!Ѣm$hu.KH2ń GnePRE S6P4ZQ0Xd@i6j?/›` ׯX3pC^d6-pMKKcm4ZQ0U_'L feeDOJ e4%Q@$}'0S r}}JoI ‘gh6 FE8 :b2\%\ӣh;ǂET,hhX3o;IBE\"C& -P0[XF"IRFEJ FF(V4vh嚤̊"x "X{22JdV/j-F(,* ᗧ & tap̪yܨP|2RA ]F{Thh`̍ # EmdR 8H,%|.M*ԾVg2 FQ0 WF}`%> / 5&qqq, Y@@:ț ~7Shh`puH?rGA&i£+lcF5Svb@[}4`!-dGBܙ@e"˸O` -#MQ0 Wv3i!Egn D,dL~(d{Y?$hh`p`ޓ\Qx5`ukďhh`pPh5jn_k {?)/ \$&[mr*KI4ZQ0 'C/tL}~袰tC/% Kg`sTѢmA%'v}a%$7mv}#g^"ݍ0 F i|s:` XXZ~)܃ RmmZlA +LK߽kD? iڱ J@7C O Ѣm4Ӏ-* ,h ]v-:"RZFXRP:i2Fr -/)MLJ%U/霂`JѢmj`K~14\EpH0ECW9ˈ*U b`;@W[sGBy@m`PK Vkk2$V,ڀUJOLWslrFk@g<֖&A@GQQ@eD]!%t30p,([{r E%Oi*ӻ@,v!k hh`k׮o mT</׀'O`9I/ um` iK7 o:6 ,jOV@E(CtD" UTtUkS3+Th6 F+[Fn"|2yF]fynny-hh`(`l%kՆI\/7+ -G-F(b 1) P6HtZeVFܦ<ɻ8KJǮ9i Ѣm: d”&b1DYY"iE`+ȧ-|D-F(zX. k.& ҍ! eddbũ-F(\mOs yA/_&c]&: ,!`!6`%hh`pkU E iPAD(T%``{hh`ЕkD )_ 66Q$!)Ic͉Ƨ@E(C\7܀y鐂6m$fP X޵ X)hh`knChxqH R8sn/"ѢmZA@PH0!x%_)wy5"E-:cԥ@m` rvߞ] Xt%2Od{IvH]e(>@mt!!Jo!,S``R!B6V-k2tHn4ZC*@́ `G@(*l@Q\51ՠ-PhF-DK7'Omk d-Nݓ'NRn4Z@fhYاlG0RAxD :n4Z La…hFa) (#!`*ҤEШtѢmVUB \7!VѮ\`S%/=C4zK/^PLtn&LȄ)GY$VM"ntHHcPBJ?/O*V@mauk֜cP | $?خ^a"u hF ? ޵ rdu]mbRh AtD$M/_b9׵h6X8rxtntP_bP<ɠc8shZhC:X( ח嫀$i4:0 F( FQ0 F04ZQ0 !Ѣm "  Q0 hh` C@E(`-F(h6 F( FQ0 F04ZQ0 !ѢmQ0 @m`ahh` C@E(`-F(h6 F( FQ0 F04ZQ0 !ѢmQ0 @m`ahh` C@E(`-F(h6 F( FQ0 F04ZQ0 !ѢmQ0 @m`ahh` C@E(`-F(h6 F( FQ0 F04ZQ0 ! k<}Ζ?ٸs„p"##3h֬=y-&L Ep4Z$+/E@ľ@Ң#"Gak` C@E(`-F(h6 F( FQ0 F04ZQ0 !ѢmQ0 @m`ahh` C@E(#s%$Fhh`D?/IfU_-F(u&/@m`5..\ {#!nx FO&-X́6Gbʇ4->5@K~D£޹;r ch:[j_kutܭM#4j?`1Ƿr)#HnY|< S@ӧR|YjxU_!&HK]4Z L mD (l #9LFu#7Pc 9 >@mMx9h5`'#"N5ahh HP gtaPhh%6:jZ(h6` 7K޹ lѐQ0 hhh07 Q0 ht](`-F(h5kvڅKݤ (`j+/)4a"VEB (uڵ` @Т/8$kO H_ X(`HBmZZ@9ܶ`< [?X`e]V^R ,݀m4ިh`Q0)޾_ X/E1pd _HXEܓ'O }Q0 Fp*@4|@(6`,֮Y'ڂy5F(`h΢. %t'Gl`})d2'MLJZ8o蚏Q0  ,`_u @XC&5` 3@p+7䎀 ,E8kkn>}]1 FpBVې)@a) k>F(f`ܿ@k6֤eG'FG'F(^ky3 &M8iFCh ~m߉z6!}%3@6 Xf \sցW Q@GwFYfm#`lH7j{ z(>} Q@E@؋mѢm N& phC: HHJI˵iuOh6  Xbk G3hjiyx9Ѣm "0Z L)0Q0 F04ZQ0 !ѢmQ0 @m`ahh` C@üh;yDyIhLQ0@ kΛ+d=7 F4܊׮-7rm ,kgQ0@ L۽kPmfZPH&Q0 F,!_Air XO {Q0@ բ lx> F(zEh3mQ@P*֮YnZȹ7ʹQ0 F@Ch{B'丛L~ A0cA522@]#Р.ڐi leٞ]N8 ,1`9.MVQ\`'tqs]3 X5_3 ֦浰{e aZ+H i B ˔&$%ՎfQ0@{4` _`L#^0o>sus{i{v8=\øQs|\gw `^`s ܦHi%$k-zrQ@1 ܂|`iV35ӀPHVZFft(#΢ r"Y38l 7E'uKO>EGDBP{[=:F> F6`cj@"`kuX5,!u4^yFǒG0-7vwܧiFz$~' t#  `->:G<@^PDГ'ODd%7H$kna_ͺ5kd'1@BF.al8rxt( HXD.㼩>% 4p>t1*@f[O0x6v% X{_FPDΞnx>Ɵ[/wSAKS7\h6 hlU0che8>k&h?ѓ'0{|MOO_50 F l) A Xd#gH]wm^ц( F6`irI``5d92Łk /mX`h;P/KAZHͷQ0 @mtOaA2LHC0Ξ F! q [pk׬4a1pChFW,;E x` % d~%xd-g ,Ȁ5X)lX )Gcj u@E]#›HXOӀ\>"< R`3 bȶyeobWz@Q0@mtXK`A,Z^ B >>^rs 膵S?! ab.!)q6 :Ѣ`` !]0o>vExs$a~8Z2'}Z'ݽkp`9 ,Fw#ahh+.xyDa\]wKe>)PX ϟ>ےn\hFW)V YD^^ b6\g@ٍ0:6 Ѣ2AX%̂\&S+p:d.^SW lBfKGhh+FE: F@Xo$6[ 0,r(1lz|`0S`- Q` r,ZmE) ,0&MoIG04Z@`!8p! 5);l)d 9X̵45{( F6{$FJyuL.7rZOւKF( F6n`s3d@ƶ;rm r\s<Њ`p>(/)`9Q0@mtS7LKEUh i'W[ahh+X@\uI`md`2Ov%Nn֦fȕvGP4Z !ٓbHHJ6 ltD]!( F6 Х'!FADT1K\[Ap^Vx!Ȱji>yBѣ(G04Z Ȋ6H XN~Q0 0Ѣr%3XSW YAO:O$@nр\n?F04Z@Ѻ5k >`6w &Sip5A>`X[KS38`+rtm @E]|܁mn d۞] )(D:L|! hh+gBX>Z ؒUc]i]b9P{fZ:퐎hh+o?~l$d2W77̇A &Z)n9BV~@ʵ@gFhFW9 "baPeV!=S Ow Q0 "Ѣr7|vHڽv͚Z&"l|2s\%'NB6@mt7(6 F3KHJ5kn)}R`":"lkQ0 @mt]w&O;!0zX*@J+9n>`[&j`- (Hl.AZR>D$, !Kp`6IM'GhFWȠua ^=M/D lt( F6` lA6$@Np .Kf@ WcvWAZd}HuGQahh+.nnE؍) k>00[ Q0@mt&W{nn+?ু3txABnA.!f52 (5c u@E`,מ"-b!6|oQ \m5G`- GQ* \Ȃw:2`büXFuN"Zm`X- %dY,܌9k| %e x7$@E i尫+d.dt4F4Zѻ+^Dټ ;&RBzXϡg@vYI4';:0 ѢR`lWfÛHX/(.0I %^'|r^JpQ[0^w @EȢ6p+nd[df@oBlH9z( F6u໬ b/,PB,Ԑ\ , EnQ0 @mtu*xq)^u<_ ?y[ւ~i(Q0l@mt8 gAD#"iҘE'6l(G4ZѻC ,'MnWLؠC@|%U-(BGW펂hhA:5*Xܩ r5zѣ(G4Z  ExFR?!iBRF<|躶Q0@mthxE|_/{K]Y/e-5!r:`- GQ |Q4!= k-レesqs ]1 ѢX`hl7 o|!< < j4 720hX( F6ipCi5dH ÉE>m !~%THutm u@E]dtvNͷs._.<ρIRGQYr`- xk>#mo7Qn|yr-+(,:#:"r҄M@E!( F6`D Q@8GQ2d ӵhF`x- M$`,_ !Bk`x9V6BXK KC`hByInQ0<@mt5`GQR@:O@)hhPB6ɻUB.7t7(6 F6$` 2/ͅo' H'!P]ه퓎ahh+x ;x~xBRbr% H!K=&˻uӍKF( F6?h K PB.K=H9,Umwt7( F6n  8+/) 7¯G  ѣ(G4ZKGEyz G ~s,-t!+w仺F( F6z`),qr7W~}EpqQ64]=#` @Ew:Еhs̑7 hF5>mm7o!Rn\VC6ϘE0 F4ZQOp)#(2E 즂!;`x-(I͍2F`@@Eʵ(hFQ?Rut( h =J`?t\`-Chtn(B@EEhɘQ0 %Ѣ"0:u0 F4Z `z;ݺ -G4:C:` ($dݓ&L"Ȇv [Pv 4 ٣vQBRi`-3tr`C%,XwJ+hw-Q0@m 5\+%AFQ0 'ѢmЁۤF(4(`-F(h6 F( FQ0 F04ZQ0 !ѢmQ0 @.@׮So6[38 9Ѣ FTut0P ~NhPQ0@Q0 !ѢmQ0 @m`ahh` C@E(`-F(h6 F( FQ0 F04ZQ0 !ѢmQ0 @m`ahh` C@E(`-F(h6 F( FQ0 F04ZQ0 !ѢmQ0 @m`ahh` C@E(`-F(h6 F( FQ0 F04ZQ0 !ѢL`na$_6` B@,A y $̛/-#_e^AhQ@g@ 4pĉHjv  FQ0 F04:6 F( FQ0 F04:@DGD'||s6;W]'ƺ3O􋄞 }2kd{)|m'pG_H/;'[[114Qt`YE6A X+_!ÙW(.O̹_D[~ <%WS>)֠N\䆃?8z':O #t<9 m#)=6kࠟO=? |bmkú֗5smO<@!k4lWrf( ( (>gr|F_oj-SJt;׷wլмr!N#ЂA$Wiۏ/ܞ Q t5M.MoE-Fk -8ൟ򌯉Ս}O@ύh__~|HWEI4;Je<W~ |K6ڝ߇m]ĒpvKb xs己|+GX|*>y*h뗺?<*:tol @XO쿤_Euo>;zgk"7ʷ6Y%XIE?h^$W]/jU9 fp8"Լky,B$<V>(((/?=$5A:~xS[x~b,18(3,pDd M7+Oۓĭk~}ݽI/tb!{{fdFt?i/! /⾈Am+LkY4P@:e dPoExş(guϏ><3q9gZWjm:+FOͺF#Ef'?nHt-_V|io{[u(#|"O,a:7@ Ey_n/ƟCߴo| 4lj|T4sA%\Q/ǟpBKgëWKR:u~=(gXwo;񷞴Q^38@?dŚ>|^uSAկ,gP%5H~fH\V>@D2|3񾵧GRMJLH9&H2ȋvH&ca_O"|Exm4mNOj~FM[[o b.Xr>͢5F+0:ρ ,M̞M̀*9^@\ 9>)?|/:i>ƿQԾj֑hv֫ Ǜn0'S 0#/z^{A3_N+ .-+[HUT@澲C$jt(W59Q߄4nFs_U?j+/SWPgU?j+/SQ%S»B5}OEv|%S»B5U?j+/SWPg7Ku(W4t~/&>}VM\22ۆU䌃S_,k?_ jul<'r]1~ SvQ|"H.ZƷ~&~V<;zֶs&bD`k}dۖ&/5 1cVkgU/>h枸tK% Fd7H$@l~c| |ih<Z7kԭ|- Ay{awmiᰕ內"4WXԂBfGXb?٫o~*|Iѧ x;ZTDKiNf3Gܺiz7V-"F C8 5O]|#7O K|ÞkF .\>d|B ?4hxb v?'?پ=~Wh_.ϖ?پ=~Wh_JOvjcJOvj?پ=~Wh_.?d~Ϟ)6e|cTҾ#uխޯD$v gy#⯂mQ>JOGį iJ$K8th/*P:( -ֳf~^%?g/Zċе cYe>]ݽ1bX Ҵ`kOw(GV{7ڟW:4 k4_M7v$Lo[M695ߵ?~߱ŽOJdp?oɤ0}$),U!jG?evE|;hj:UDƇiIo1mLԻf5vry@\W|w_ 5[{?_ 4v=)|MXQKW i> UyWߠ?_kKυ?LJ4^1uO֫gyum$P\y|H< _h.|u?jx+5oF4VKKo$[β*fIPk*(OP((((((mق|Q4Qx-MrgCyQ>NI–݆CTg/S.koB]~!פ‚wfGh>ZOE:( ( ( ( ( ( ( ( ( (?PK?5OEBPS/httpatomoreillycomsourcemspimages469845.png.jpgJFIFC     C  c" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?s 9/H!_~&xVg֟^ m>'"k˙ h#VFW u߳߇ߵΏC!K}FȺ)^[>\H;^68vQEQEQE|]ݿeko~_:+xL/RvPyW07Q|;#k{g_Gn<|j,ҡ6r2g0WH[y1[″=(((+|km+'쥩|Cǚƣi8[84IԤ<@SwoqTQE|_'|DSKl|S ௄ B ~7e^|m0q%u?J_ cϊat??Z7Vd#RO 6g!;~~О,$\x naqY>!m7P}>vGW , ]IG@Ѳ1$ |7>|iC3;$KK,;1,I$;x-,_w=Z).P=}OE| k F]?Vz?mb˾?O_S@,ї|ը[_X2zSPt&1.I7˟N_Wn>1jwZz^_onAe$,(;vQE ( ( ( ( ( ( ( ( ( ( +>:Bdُ׆?go❯u2_x{PӮK4OtN$݌yb-{LR6 4+h)]{.)oy<]y^q#Fl+xJoW$v:ewCm$αFܬq;p @JBu$vݒ[][ ,?7:!Q?lw X= UG> Ed<]ʪ?q,|!Fx#^)#mo.R)1|6OSGᖙV}wjw.5-M[^EH 軀 2 !zvsG+nYg7x;AA7SHH%¿~#xP{_ |9jR1-5e$IvcIy'R?g -KGԵm_,,n-ӵMF8OYO.΅w+cauBzu} @X6X-}K,AM4YݎԓWg"f+o3O>/kk LGs"7٭0  v/Ň(oI~8xsq\ h~?3 5>x G>0^JC%v(UMlP+>BcdO~4%s'uɣkWU֝}m;6Kyc¾7]7(зUpx:$|%x:/'Yr-^dGWn1Š(AEPEP_|O~~:?>5Zʟ ~ҥǎ5]gA}sA{!eu52В e94}Eb|4}ᯄ1 EP ((((((((((((.,xQ)?b}*ōK*$q꧊c C":}>(QEQEQEyl?w_4?ٻ_<9Gri>PYaK!s@yB)'( ( ( ( ( ( ( ( ( c C":}~vkÿ >'|I|m:]j 6MљiIb mkcj+C|BpG>=NBacQ~b|3a5-4-Ok7[ K#* $ oVw֣?~>j!a𕤪p6x -rp@bx; );_%K~&|_o/G?ca an)~~M}IinAt,VֶqĊ0P8p( Ow|l/?m5~Ϣ]2'Ou{8+umW~Ϳ!rh_ iCQ/mŮo%-qrŹ̮D5}/Eֿ_ieclST$RO@Oe8 Xq%ּM6OEi隬qcw+\1ʓ*Qَʊnؗ_-7p6/ Ӣ%W Mt~Ŀx i~Eyg7GKG>z/'¿8Zo%W MtWt~Ŀx i~nؗ_-7^Y |+Å??b_zߌ:$&I+@NZϨxsYUW14(pTq+oD/\CxUnW5;kxm╢'˕͎(+fm:{xo 뺗h"{S,F\s@ 9ѨΉxJBkcued=U =TP Ŀg baؗ_7W@7''_ j ?cg]=,-X卑rx pC)^M?Ǐ'wGMMf]I"HLHP?k@Š(E]wC|M^xo^KBKkiG4R)WCT/~:_oӵÞ?wv%$3,_g_9ڤÏhwhaؗ_7Wo~d x{T~ 7tKK-ƣsy37p'(>q* 7d _,|%h8km /ѝ+{?b_3ot1^E<_%;WM Ŀg bNaؗ_7Q /ѝ+{:(?b_3ot1G0KFw +,/¿7oS<_%;WM Ŀg bNso_ $kx[M鮧9AcZ8UTTE,FHE7/6==s_Euჯjuנ/:Kv_lQ@ӱO;ᏅO<=kLmB8m^VXpUz(AEPEPEPEPEP_,|%h8k=|g> I!>3#Y|(LvW_ kRQ޼bfRXvEl3*'-AfPKi}cp:* (8ڛ֕->6uj^ ֱuLsdFn3koٯаS⻋p'm?^I9p~`&+cI^~οßx MA>Ary+I>T99C@>2o6ż?@!m!.'D"f?e7ǟ+ĝBKn]k7D%#ZirHad X>٣O?٫?%1xOwQg"7vWR#$X23A׿P (hس]^5]N='օwXZZXj-Hc)o%P|-O(?ٟ3׍Sz߅e&KF羸tpV{yYw#L`@=eLm㯈7iZ$6M'k 1*rTg'( ( ( ( ( ? w: |]Yj^n_麕Oos 4rF૩ Whu"QRt=-$/,ԯrē q8QESeѴe}OE>X)2ֿ2r+/-k+z( c}%|d~;/tJi|fG%#`pA+w­P.A]? YG~Ɵt_(+7/u%5𵖷c} I!6 6f d藃G|-h6niNdֱq+J"R_۫f|?{CN?_կk뫝~Gj́}u=.}OEv|_z:֏r׎?=~G_h{qGWhnzeݕ:}M Eun+AF*vb(QEQEQEQEQEQEQEQEQEQEQEQEQEPK?ˉ5OEBPS/httpatomoreillycomsourcemspimages469849.png.jpgJFIFC     C  c" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?T/O)i_uh~'úڬ!I~/" XDxҟf{O'Uc>g klUQ&>ע(QEQEQEQEQEQEQEQEQEQEQEQEW|== oN>kڳ[ŦX\[F_mzJ\˕XFݱ݄`?_K(((+'R灴oigkHFsƥ0PT$(Z(((((((((X/=|9cǎ?.+z {¿V/&W]R~?5SjB5{F ;)aBA@>tQE +?_"Gg4_NYoJ]c=$_3x ss⻟~<c6X$ooP## Ͼ%("iQK;P:{ _bѼauv9_4QhnjVh2NFF+ ?%߈h\>+÷W#Sٸ'u4@%kφ ~|? hV{J# Ī d;ցO#s;刌4r, m zg?e;$|ytj_kˬ69ky# 2Eme'xv*/JR$V!y%v<*bO@ xGyPoOkex[MICf!s~t[TeBQExgÿ)o%cd|Dn絺bdw-4P7.XWc GEQEQEQEQEQEQE|SG [6jןu8tm7fy6 ]>1.W|z'½?Ľ/OY>i~S2G:rkr8&F gOڳ‘#-iHZ[\sW`<.FXd*p:{E|SeѴe?&WO^Z&WP;?Ao'/Z ߆o.[k/XxSObk`u!#qF!nj>):tҭB϶Ϲ Ҵ;|Bn (/S]qq_ j--->O? jfiRS@ Ӯ4h핤VD[ݙ$jPnbwU(wh;[!3I}{Y!K/jkrTI{P뜌 + |-п| DFo[wN`&}oRYH^&!$MHT_6X&_eM?L6LiZciZ?L6L.ϖ?L6LiZciZ?L6L.ϖ?L6LiZciZ?L6L./{a{¿b; K!}Ē?$7`vI2?/٫!߉ hf~.!P.Ȭ7dE}1E?>~ 7?c7qx=smBμ,ޯsP;Awܫ~( ٲ/j((((((X&_e~Cி vaǟ kRc]Ηk=0 ,hr (AEP K~ dς: >HVkb[#OiT'!)_?;&mMeL?4n@s9jߎ\߀?5,9s^V)na7e`REϱEPEPEPEPEP\74|~_xNF6 靳C* @, sE|[Ub7XŮAlB$zw:_{?$^ǫz(:_{?$^ǨP cċ}OEv~kS9 x^T~zTL/۫mZ1=Q 08`S_3a!9>#xS᷁oIghZ]:jnR8j$k?gj?>0:?j,l+,iIZtmP~= ~o4OcoXy/*˭2B06%1"^a+ 3Ih|-kW|ѯ/e-GE[$r[\oOgςg_ |7)9H; Bft:EO&#JO$sAindnAwo&<{VDlFUil_||/cJ$tݬ.Vd5kD2!*$cvPD"DQtvQEQEQEQEQEQEQEQEQEQEQEQEQEQEPK? 5OEBPS/httpatomoreillycomsourcemspimages469851.png.jpgJFIFC     C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Cj-Jׇt-k[Kkk`αK2@h/~ xKA6i: "M'VT|-a]|i?oa}VPx) 'ڟ>_{h~L{V?>xL׉qmpFHmtu8<#|_s~BkPgɂ%Y;myf$kAEPEPEPEPEPEPEP_3OOQ-$M&?tg=>]x(mI,;S }1_,h_٬x{RMjSE(((((((+Sk5IWV-3O񼍧KO^θQj_AZ(Wҟ#$V8>uiWfV e{$V29"=rfuxI,b2ZA9 ܐ+i)OTRm>x^q2Fx-mG)s&AS{I6> ~WDxA4d3wkM m`U?3[8o#࿋hMrj [O YJ:rms99I⩏[ 5T?lroO?{kLeV^SrW[hC<0A4 趾iP6v 0F" ;^ƾ |MkGźdF[-&krm>S@\XGi\Wʖ$K-,@ ijKy5=P (((:?e?ÏV5KnKJ@|Ko:dЎ -ex64?Wߋv< *c缺xI$j_c(W&7g#=?PLo?G+CK Slo+v'[ ַkݬwI3B0ʓJacm,xZI(W$|~joZ?xX~%I8c"ٙ$,D"FFR;F֢Hk.~ ۍVO x~ ;ZPi l;K& ~Q@Q@Q@Q@Q@Q@Q@|]&m/ MwzAn>#~ \̈́zl.6+v"d}_9hy?Ŀv=^A7-Xhd4QDGjhQEQEQEQEQEQEQEƁ)gLJ$֫zSHQHyjvlݎjg }WEP kt[[t(Zk#%܅U E|_+Oo1ş/m0'USq.JYD=ci/(^՟e \dïI'*^ C(p2Ha?+v=?d3i~|B>j.~8mXf; aW/ebυ 9}RH{mp>e\+f+F~ i:VzY?݇ulk\Nf~ЇN>uKHT\ &4@T,9!wtSQE ( ( ( +.o Iw;PySW2xlOisl%ISJu߄em|O=8XXQ+5/? ğw>X'?x5 L~ԟY$k~)4ߊ_h0n ѬP\H+X,bDTP أ xo 'LEe鶉:*F*`Q@ࡿO?Y "G[xt֧ŇTS4?(v>X'?x4om?pIʚ[O$/-c?S_S@\c iDXÅOTׯ~ͷߵ?}ំfH4xkߘ׶쯻PzMQE(((((((((PK?[҃5OEBPS/httpatomoreillycomsourcemspimages469853.png.jpgJFIFC     C  w" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?h_ ~h_]4mjI $DwE+#j#q{A?gMgGϜ>/+Fƿ/_xW!׊o$?SQ/~ZĚjrhr[ٯ<8ٟjOkI_&Y 6O+";Y,RD$HT4º 9CeiY۠X5T`* ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( /ooziOV_)A䗲 '5ų((c?dY"~7|eӬ-P#X4e{7mA,4UxGShMF[SWVIT_) sVe;.ǿYx^nE^O#GIo>%%o??h_Zs&Ne)9&D-9{c;MF-CO{yY  # + RTvvvuZ~kF(#EUUҤAE+g'aIY-.Jf;nI8 >â< |Q𕏏xL=N6\z2I*k^ ( ( ( ( ( ( ( ( ( ?RO I[߅|>׼`M[]J{o\q Ȼ?*I{&x~y_hZ[nj *GH ]oF&mwWfYa6WGRUAW˗E&ޡqZ>n2kjl+q'A¨T?&WO^Z&P=ڳ )sLZEoRSdBk+_SeѴe|k]7<%@_Wc}]$'߼E@K~\O]~ֿ |1ss /28[~<ܐk *{9j?٫dH #Fixu{^{y!#'+W ' ~,Ѻv㋩k{{ a#0۳Sm J.?l6Su{j!i>>`&TDz71n*V~mE C?UBm^!^ф|+:Wu@h{,P?CW__)o>yiYξFxdYbbr2Wu^y+~jυ>픞EЬRHeDŏ&6|s־xw3_Mso6muI]iG`139w*o?_Q2Љ͝z.*|\CJHMeI wlW?O d5*xa-ƕ ឥ-dI]KPn5;,jH*8=HW {_?_Qm'aW !!Ҍ_aj[ȕxWׅ>(DMb=CCm) siq  2g+fX~? '𵧇towYxyb*4o.Uap . SO^5ͦZ>~&mGDu>k$P]Q_qJ/>[xV/ XR.$bWSn< h%v1C ( ( ( ( ( ( ( ( ( ( ( ( ( ǿ3~|GwVQXiw./#fdW`lSvc?fw|<0?g4nwio59w2RI%f|X$i^){]KJ($c~R.@h+

cEP#/ۣWW+/3j@uW((` RwӚz?_>+,U"Hd7Gs5rʧ+~?U'^_j?uK58GT$ݟg 9 q_[@\ٛ_|6Ou%j6yGĖv-z"eYX|g{| ׿e\Ue HO5ol?P/دPd/_A|_Aɱ֮m SG|g |=~>Ϩj;khci%eTVb}|SW1|U4y5N1}?fש?ZK?Xu>̾"Cb={sZ_Hr9G0]ںneXAV? )M3IҴK5Ӵm2 )+)'' ?(_K_46F-O N9|sሮEiTOnf`V hvy_|h߈Q$Z^|?' N3 7XhNVm&鐍sxH?b)|'?h8eO.m`?X39hƿfxٖ }GD3ɺVе9` $fpGgmaA],ӬaV4iy\gn9f$$RA!^M~җ߷F D_m7+^G﬍TY߻$c@ckT=Q@Q@|~g_gƏx3K;7 pd1wF7YN W:XEDE,@I+?V{Amrݯ7iGX+nTX0e$b`xY֞+v{߄"mνr\ `H)+φ ~|? hV{J# Ī dk7wwUc<$SHT2%I9Q@+=wQW -@j_WMW|>W^ޓLm/S2i9!Zy7JdGߔW_€c/x^|/[^Oe0jV[gleNE (>Pio >kWW_=W4چ-ēh]~eIM# \}MG_KK{++8(mE ( |IeS9` ~ }Q@Q@?kIsa3>B|Sa7%87)u5oQE1`Q-9ᚿ6˪}OMXEDE,@I+?7KͰ:=P?)x-h۱7,>oGukr.yē,76|A*5)> h`XXj<3)̳ %!(Si>kkk mmmH@UEUUY;N{g"[z6cCG`*/$ֽŠ(AEPEP_.h |xzľ/ށ7qQԒxÒOAyoqXYʣ dVlൕ[HhOAuqKgȹ 0;N*o|D/}OEc-6 _wAq4 +o >'颒me8/1>%ah ˀ Z$տiXlKg`&RXfo= rS>[N 2.ц4`a~X:j4_\k/۷ \Oh>^:n [ ⿇~ ߷[~_WZXc1G8Qf<M}Jɿ}a_x<:uh42Z "un0IWğgC5'>)oC3^G4³Č5{H6H^60}L~? Ɵx:»<ό=-hFv`}+^+~ڇ 3ׁ>*+]sQia"Aրs~%S-C ]K|:>m[xZ-iRF#[`[+0y7g*}STw'?'q{xfQ|=\YI,+ iO2vHw)Rqջ.~ȗb?lj:4wWtdl% ,WV:]:fgKHFUG (?_7JG~? 5 (.OX]cVh,nί3;{E(((((((((((((+߲^j߷<} ?\Qsi[%\rO (y((((((((((PK?z#]]5OEBPS/httpatomoreillycomsourcemspimages469855.png.jpgJFIFC     C  u" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?j;o*M/?Ks╽TGԞIa2nd\rM`~zKeωxI<1gx꺕K#?6fb055_ڿ@OB=[W׬d[>es1q jͿǫ/*a?-(O-5 6XdA feթ0OI#RK>(QEQEQEQEQEQEQEQEQEQEQEQEQEQEW~ի|@f? _O6*Y-׈c1ۆ ZQwM{} FwK hxW ZPtǼGCO3ݜ,Om\}{@(((((((((((((((?6kWMg6|-W<>J_ @שgQ+HU)ݫ`|Kο5oiwQ_>$&SӔs׃ Ƞl?Y h6wo(Z 5ۋ~.|'f?al5ڛ3;S_.,"nKeR ci1dP9)K?Cᆓgx_\cLtrAu`Up ]]|UW5l p㧋 >-xn iӼA!DmnڬdV܏hQEQEw'ſcSIAJ6ma&Clm/$r#+JCd (_? ?gĉ|E]3Ki:=ƣL+H`8ǙuEz+ߴ?^?6/7hDѲ,dSbI[=>,Wn_گIv |#iZB[mk> H|wӥ2|`ؠgtQE ( ( ( ( ( ( (]J:`8"'?K'Qg]pssv|d3dR1ycx]IW~ếNm&5=sP<ć8PXxݗEk Fx=*D_t=3PhʙTvX/C@:tG#_ֿE%G¿#%? _^ -MHۘEkdjhC}/?xUnM/YabeggíCWo4SGjM*`z_K׈G|KIGW)yiѽ=.y}ܒ0P4ⅷ?g7h:xI{O;o/ oO=O&֕ʿ{2?ox2i[xĚ7Wd&dŃZ7,lEQ ;~ȠW_ghZizU 5ipJuI7#j "c o7gOGQEQEW?wOMֱ|ZG+Skdu3'j7ǴHW0u Y^1<`Ni;$[;Bz?gs#'|mZH0{^? s^sݏ퟊7xsO/nIgWGFf-|I2Ms"P8 (Q_?OH|1G)iTڈ iMJ?5M1 ۘj+?e(wOڃķ Tjǻ_U/rˌ&%n'i#T{ (>M񖅥ABVP'RO5E%6vVoQa,G ra)u2ħ5MaEP#٫RR؏Ek=|o (ڿj24?6fM=g[f?m3t ?ߵ'% 3ʺ>n+~4 vϨbKȆ!.%?j݅xO/SCc+_,t`u&M(2;GC )|ƝgH"@=}_w -;\y8:'GiPڋ7lnm>-֡}EqOqwpts#hQ@Q@|_+?b_.-GWt58Xng8%ep[ _S I2A} DW29̼{Hпs_S@>@U?ߴ˥hW6};`D #y_c4??7>~>!O ^j:ƅۘ^0-H͠MpprX\/]OV u߆|3ka. $L͖c$叭M"O_ ~t1ZD͌oa{erk (xZ~ԼEo_aa5X.e(h;c܊Jr?QoڏɓΩ)-|Ao{.ZMFgӈLj{)f*+~WojENh~ԉ``'GgB^8O; Hr}}OEsl(W!x<#W{_Mj:&wqu2Hֲ75rBUT2 ~n~?Q?_G_M⮥ɣ|(gfeojfPDv:OpѠM̻t}Uo}/ǁ":[;l7IQXq_?gVcZg'4_Ӵ![^js&o)T_t +븿c?|A%4mg̋k,}Dzޭu UTnM>xjI>F4ֵ`wEp6xM#ڧ_7{x?t juw|IrSSx`f.?2aگ?l)VӼ/֬gmOⱷ'ZLm'Dq3k_ crh=KU:T;5,Քl"/x|.|?~xşE ſ"xPhmt}1$5wG}E((((((((((((+?gonSNi}wP^ާs$#Iqp奘w*mp(=(((((((((PK?ם5OEBPS/httpatomoreillycomsourcemspimages469857.png.jpgJFIFC     C  q" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?~x⿋b}+:-֫f&O.$}p '2i>MwƯSfVѮ2B (#x+a հFwt´(´It{] ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( 🊟q~_ h1[~De㩼(d{", W3ʋr1c)5},4>((?h/ڣr$8>4x{va}kQH#A2\?1%ӿf-~vy]`'(| /|Km%yDKk˷M6LFA*J5ox_ _D>0׆f_]ssh6?iecY~ncw|튏᧌tR#்/7x;jFt#(˒3?W9~Ƕ~SW7'ox^/k,a̒domZ/~迶_"']CyOB+յ-gbmh<;+h 7o?mCĞ0ZO/4E-.]f{9 w2$nF++s_G_~5&-߇U%%&)PUܒ7W' 2q)_q+~KNx[iGv7W2\%hI5᷒iM.B98x+Ϗ<7\[Moq3HOp\bd#C"sCz+Miٳ>EXix:eyuz-=K:4RǟeQEQEQEQEQEQEQEQEQEQEQEQEQEWƿw|LXd*xs~' ѵx[7_a_:AN6&yj(c Y(po=XT/_h_tw&c4n-6Z@ 3]g^|ZV?AݑAr&?=e*n۹w) A=B(GE?h? jշ_>/K; >R-<#ap?cW iEcX{O[Q^ ?ß>_S>[O+کj~&~? ~/hޯi92%):F!(.y'l-FNYkmxM};]/l=@q7k?.BڹPXX?SH1V)$#S5Ů煚LqiԢmĔXguBO5sAx/7iH|qg=7WGiY$o ;؅HgY 5 ?1hGůh-;WºEoK;0ܗIkJP 5[G4a[RB(P (((((((hOo+_Je׉7zLI7cޫV V]7R| l4_4be*FTW+×Nqu=./*j$t/\2"GB ?G/_|{-jws0/G/lu>&k0CeT{Hvol!T7>-"xO'fMNмG[ZTPʒ1o"ܳz -O?`?|Ywu[BO< z݅X?uo&ܞ[޾ucaͥ>\ M[(W|^/~ԟgh<%? W(m\‘'_i]=+kRk%Xhz( ( +7߇?<gCٿ|i.vFps-foz:Ŀ7u߄o5[%^$XENu0I#+gQE ( ( (>sG¯'??9 N&k[MhpYI,gȱ;#Uȯ^ / ZF߆t+tE̕]?33I& Y(po=XQEc "?:?}e_~ / |3Ś/.65h.{cqu.p: _/]P>W_UJObRBtڳ c1q῅lWkѣhrtN@lڻ|i}<@׿5d[(>i^m2}LSM+$ #3 w(((+q=|C~˷ K1>Mgq4P8Ip|#a=nnyٮN?@u-ƒtfN{{w *0ݷS-?e&?xz(o0^&*Ο>|Q/_Eognڿ|y[}V[i2%H ?_IOJ@O4hWԭ{GHT`(8Y0H &|Cli$#Y^g#EE\Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@PK?;!!5OEBPS/httpatomoreillycomsourcemspimages469859.png.jpgJFIFC     C  o" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ? JG?u/Q։u_Zi}԰ҺG!T;Pŏ|xK៍Ani%7N 2;WG,QOC4jUцCW-/ş>2->_o|GFDS=m4 OA ;\l՟IXj:5/]Ik%վ$O 9Qҽ7|/^FIT5O1fO&QEQEQEQEQEQEQEQEQEQEQEQEQEQEQE>Ɠ 6N-?][Jmw+o(^[UO+i0@/,kRk%Xh>(QEQEyb߲.i>7 Rmc =d$cJKS"@(31TI'| sԭW2@E&3G'Бpr%R#/[{ŕeO ^+W\1,)^F',9#9$|- x֞.OtcIͱĸLtrFJ Vfx3^ sk|=𖙠d7GѬ#tHU#^O :QEQEQEQEQEQEQEQEQEQEQEOP|YzbXg=Y,:Eui:VՄh I o-ـ1[Se)hf]J0`z;>&|:/ |},~({1ۧ|+.#VtM$j$od.\__ ^ @_ -K\KVC!M?1Ǎnɨ|E׈o$# #ݗI_k<#}#<; #N$r̰ƀ䝪9Z¾wwCZi7wEjыRy1GP[6 "7?owHl]Jю]M1I;SۀVߚO?zmh;wg{n][PH 8 ՏY h6^`x/_,Xc\ʹ(?>]̙wN9otG#_ֿEBmG,P?CWâ?a (D/>kPğSʰ*"값n|? us|. "cр#2 X%_9@h}OE|GPы%ÑbI=gρ?HړJV]OӾ+|˝GN.[;%6xSG `QEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQ/z? _wğ a6%΃epV+Z$ Hm› u&xKQ>VA>YomC,n r zQ@?>7|CTl}M&KKD/Ѧhc&}`81޹TX=eu\Q^ ?ß>_S>z?w_-λo>3PF>eZ޳c/:\[NE1_Y@\C`YSE_=:|Ge!u Ts #.wȿk_-e.%.iՔ:K p>hjz(Q@Q@œ-~ /] mY@Bg:1˰6N+?cÿ36i:Dj9(睪9o/Go ~>;Wº_iXx_BEѥ=?Ѿ4}4/n^6Zލch=q;i͜dwP1m$ECiFokk mo HPU@{T(((((((+~?5awgW_F3#d^* dgY]ǹW^#)|i?|O{]|/27jFy5KYFDO.sW_z:֏r׎?jODwgjODwg~_N#e/=;9_ aɮ[EГE~W/X|q7xOwO:,[n 9"FQE n T_Bx|`tZΏa\JB+cҵ~WɟKG?hoUH·QiZ% dUT@%G._7^~8O߂xW\OEvu-"~a=<]ޓi~jkyhC@h|[d[^'h΋ I;gh`q(F6i^M\{"Z_ g߶/o'ǯ{i>(y;Wwx#UGyz)Ve?` |n~ǿxE=? x^ɭF xgw?Ff9luwT$4DZw)qwXYkd7xEC hJ(y7RIvQ^CG?U{fإ)yیҽfX&WϿe>((>m?_4 VOUOe+(,qŽI_4?ǿS|M:)0|Ilrxkv?_V 0Us@XxD~x-Ծ!B ik`yY"vI  8"iv:?um*?¯w:..QΡGW?f_#{<tTgiqe~N^BrI$ƞ'Eό 5K%IrecIE((( |8o|UͤijvĉmRY# lȯj/sA-?<7c$\O;9嘖$k-g+_c_S>EP#*_ _|Y\|*м/x]ϏOh բL[UԺ.~qs\3WFؿu@S_+`e*?ਫ਼RG ?fȲ?=f8h?#/|O~xcm/WOCu,l2 qoUx; yN? o#*Kx.SRG%FFn?e&?xz(o0^&*~[_+ XZZ[>xRZ*,7ۀyy;Bo%~(h>=W4$DWO!D%9@!nI%RPꤜ@&`kUE Z(Wkoٷ'MF=WK< QHH2zC?k/g? Tү{-K2eq-I2v կV~?t'55Z6i ͳ,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVyBvi~rpQ֬4a"[X 2 FQ0 F,]<׮]q'ZX !k-G(( : 5^vmݚk׬ vt!@ΓQ0 4j9 l6nrpQ@}ǗWPyV`&fh98 F(aXɃ(Q0 FmAgO7p`4ZQ0 WJH˃y4/`Щ(44a'h` L5oh98 F(uO<@! yiݚׯ]hhP ypV8G_<(zXe222nn2ңaB98y$}Fr ]c`52H@Q0 H <iI&L0A 07>k ;@]`H!tBp`+~]^OS"65CwpM`_X>8 v *@ G(:DY^AAu0kΝTG{k9?p[5WCzp)]Q(JAȠP9iZZ6C !D0w-x =v2 FQ0d':C@ϟ>S޿|c"/^0o>'<)4Z! hP l_vBC 0=K=hcIX^Ro e']73 8y$?5 M6iN!`[X5۶uxLrp %Ga. 7`9.X5!}aH0($h, 5?3h` XטP ͇4Ƞ!``k (`kרuoIpHY e.f`Hp)@`zH_"%dY s ߂y󁥭c4ZQ0 1[EHY9, C@,Bf-G({vfPL, >x_AָP& uD4ZdMhP 8FdMF&~> FQ0\`R ֭YKA +TKh#Қ>k& K@è?} ` 4@(ɓ'MBp{#[hL0Y=Z9Axb@m=f0 rp [Y"3zn)@GCI ,-@G0#XyyC&<@G(/'M$eY3U 4ZQ0 ~ڞ]w` W4$4ZQ0  :" ]XBؐIa٨C4ZQ0 @@|tyz=_iiU!Cq@ FQ0 F[pϯ FG(#h98 F( FQ0 FH4ZQ0 F:rpQ0@`h`t@(`-G(#h98 F( FQ0 FH4ZQ0 F:rpQ0@`h`t@(`-G(#r93-,(`x^>yrVd`{9$׭Y)- Q0 F4Yf-rp-Dv4F(yD`Ȃk׬ BZ`Q0<@,!75 \`Km4F(E!X]W <rGCmP1@KKWSK @=($4w킴 'O)GS(<7t-,;<8X`q̇,7X} X iQ0 %Xb9yEk} c`[?$JCb/G rQ0 FVl![N$@ ɄļAx" ^8o>S<\fQ@ v;{7o dL01:"r &e>k p| I#l$(FIGcin2@&~A!𑠄At9Skig8Ih! @#=}`X %<8tHHJڽka8i„ѵ``*Extk5o^>^:W5uIe%&L\0o>a8:E3 [@EAxxZ<}XBhȔ@-p COJ22620[@, :Q0H01īǓtAB 0C*f;!P;w Z &Ǽ!tk(4u >`K&u pC`̽B<C.=:h8 SE:X'~> jtfrl=yԪ- lH bTAdN#>yYYMzbOxǏڹ3#5MY^YM;q8DG@fom)""eb`VV\s`Eϝ >y:8 H0Dzr`b?0c0Z bW7 :w K6MfRl$óV9%-)lF;Ãw ^p0H`(HM]m)h@zFf\S&jؼz0d 2 i'$% *N`AڧG"lŧ@7Р_L2`0!|(g.@H(b!{.``p !".+)Lw^2 1NrpD$C6+܂Ѯ(sc_@0֬iij.ɣnXMSTK-sU "Y=7z(ܚ d FvF Uq5t;'>}4C+ }\h98 pqs  E] hC@-7E!m, kOZhC ۃf=8[%&%'OTuԣ`M۶B݁KKKM'F .Z܂|`M0q w-G)H`cpݚ5; %{fG-z IH6 -KQ@(¥!=[E4 FG(e.nxzvbPH0Fh98 F(74?SE21)Bp@A``kvt(¢>+u}|XbLKۼmh\Q0 ~+&!rT@A`z҄wrusC =ݣ9 F({Oe0 /,<8$d4G(vkjIj%Ă ,֮Yl"/ρ\>@M.`QO<dK @/L9p|hcpQ@x*5cg9,edd E`;QfQ0 FHASI2~LQ0 F( Ks@+!! `MB cG(C[Vz` ۤ 8 /̖@C2`ʋ-`aBVadk ,{.O89\fO>-7&&Ot+MK"PBfKvĉ2`PY)3-Xjji w+>)rrQ0 (wP P2OT~ ޳krQ0 (l K`>ڴm+C1?og9 "\BDL kGa&42 ׮{р6=r 蕻#K@ȸ%'0B0:"Y]-r )eO !l, `[xph9HZHj=vdx`x!8hDT98l.)CZ p'N1^^R c %ɂy!bdA8R--I&(=:O&I'}Һ&1CSKB\܆ܼ d80IIq` 0X|wMU"b: aF 3lVB)  diy ܥ2{^ Q I&N 9  Vp#I&Kİ. ]!d=0}X b`UD ͯ4ꀗw4hhh:9;w3̛lFGD[`` r28g$$%65;bBR"Pd$6 4H!#6i ln޶B 4` @`lyyA׮i@D("` KG]}5mX^R 皺Z\-&.^@ĐBz3 x@U{Rl3޼Ĥ$rJy#@KG;5zb ܻ 9&y^r@5ChJ ,FF1 * m M @9}m}@JetRHSjʻy!>2d*ց! ,El*3 Pǣ`bOv¼sSYh&46*񣏧|O_PV\B;b "^ǁnٵs' dO쟀A?~ 0H`b?kG@11%&_&>͕>چX>Jy`_r(+ݪ׮CFِ2Ҵظ,$Q` y X9ضʒw su@nX )aVh4CE>c,$:LԒq+rj *#gtm(  mçO\v3eU^RYo2_V ' ZU9y%2 % 2Q;T53r[Fgxۘ It \]ykA5td}5d$!) ra|. sr4Ìa hT޵܀22`ؑJø 4HQi=0X̛tr_ؒOK/puu!CFGOh98R  3h~Q@S@8ZQ h+}Q0 0@<}X޵ ` u@0@l/-tȾVSKk4-!v/8 Ff9H.5@05#Q@! o$B-JЪ{\nCc@ $$%퀴g*N0{ i4 -G>>>ȕX&FGD}7@``X+wN@(mfIz a` @J[JE l`["X7FGDʼn4 FQ0 F9(`y , % `!tr`{XF FQ0 F#Oy76B1ل4 94ZQ0 3O<М&; Z[L-G($$FS2tthtxQ00ԓ_)f!ؚ!G`) YWJ Fۃ`! n&r6@G(+]BIgh{Nϣ0 FrΘ|W dG [M FAzW7k AF(]h4c@H-1[(ua +)id`]8iD,1h7$&M0#޵ Q7{vf b؎ ,2ґB`S^R 5e1 ?Llx(Gd`v(0? 4E=#=}``Tl`[FK铧|||.nķ7htN1mABs (Ey5*E]@+`?\h=HoɓFCc 6@'O]8x| @Az`/FnϏ-MuN_ lѡ1 <<4]cYxoT: 0(llpAwmQ@[)̛wu`;hp%#4ZQ@0`BkS]ru@`]fyyp|mQ0 hZZG 4` @戀 ΐAT FQ0 F6'O+~Q0 ܽk ,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV4a",m|ʧ ]uk X놄$* FkQ0 F(!%7X VhV`ZI&@F^A>-aJ &{: FkQ0 F(>~ZYI)&V?NCbR&h0 F(o65dTCBjIh0 F(okjiutS}(񠼤X9tr*F(eY3i:@dchQ0 F(fBjFΞO>EGDB67h0 F(Ԭr> @Ɓ#h0 F(I& *czѾ(`PvڕnnatAHY3 憆H`'ODEEU;;uO!G0?l F `Q@>~m[p* :"] @ `Q@&4aJUtt񕕔Q@(`ӧOb+Q0 Fm" Bst?fw F `Q@0Da@kw FkQ0 F( ,7H'%]/nnw @(`(dFnC&@(` k7ס`_XA= FkQ0 F( ٵX}qڵ'O h0 F(ȐH @ `Q@,8yG:qY FkQ0 F( @ PgR!./hV`bk k:`5MXUMP,́V# @(`Єעr&[iX=@j` DTF@\h0 F(Ķ聤4%i:@^ ҁ ",dQ,P a}F((\jS8lCn\!=`IƵB.|||a&@ `Q@|X A. RWH" [tIx ?$Ȁ73 @@(`[SWNFZ T M{:%*(@ `Q@'/1w Ok 2:D6W3a(F(N2TkG H!8y$UN蓖Fv @ `Q0~@4Z+Q0 F] 'A k@:|||x #?ԭBކu:yBСx[(` ,,@bW /oO8r t44! {_bH@3M BKSstDdyI)V@e=` (\ 9a EY_OIxGI*)ro @뗮X@/(WPv0 F(is0E@r5d}ȀD6 :"`wb`@ZY5 F(T0yDHA3@t#4,܁V@˛] @C@LXn b`{ׂ<,|3ҁ*d tk;ʀvły wj2!"U'O#"uä H#HÝ痮X`wR׍`2::SK[?qw$&% q֦f`)1. IdM0*CB"@q3V֬Lܼm+I0dĂ'C*`dXM2 Fh IIcõ'i>xf d7;{+M5TΛiR@ r*PjɊ r Q&O(^^AWډ_ r @ 1@TxfjeyC]kWbʎQ0 fHٵsh ?0?~$^KYq P DpI0?&$ A_2444Ӌ$e+@+sGkQ0 kyg445b|&J`ZV "DVW *hV `~FpY "KmRvG`/A N ׮EGDQ0 BWO70Lov1;x]]WKRhd(ZAv5p@L{ R1P~(#dZeu!5̀+0Nɨ)+!@Ȯk0wKzp MX+41 Fgu!5eM?R1PxJ4*Xݐ&@(¤ ̛ona٘u1 F(EB'XW ~^d 8 Q0 hIY^%`$~JL0C^O^ =~5@ޯ0 F(M--s `[6a '^#d jdHrZaQ0 Hy*J+"箑'OQc FkQ0 F(  e% < U-M|||2@ `Q@-e8(#b8p0 UP:ʫI&k2*ZaQ0 222XRx U1@MD ];iD`G'1) F(L,[]ϛGU4rR%PxO2ҁ@,:l0]B"!W[LaQ0}]bIa`R%@M5S94W>']T0Ѩ((B&FiҼ &u)V@1nvP:Ȯ7,P@,i "0ٵ{]@63x*@Oq Dv3@66@ܔWqh:VQ`@= kn 7Vسkh0 F1w>0]#b<reuR"%n \.t A`yV<@M 4$F(dj~٨7 )Q¹]`mm|\Gv0 Q0 xp}!}`Og<(  &<HwQH@hY0Z+5)agC?O  &TCwcvE-Q9qt;(`I @(Z+]&3-薦f Ў D d|0›?0 FS+H@AgqѳiVxG{|F{=I465FQ0r9"u4d' Hœr:Gogx?}h`-M``T G\Y62 OQe-(@< ( Hɓ֦;KW,FȨ4wEp}*}* Fo7LȻ;+Ϛ a&Q0r: \MԪohV:4JR!nq`R^0ohxa Mk4[l]i^C6Za S8  ;G `H3YQJjoJ FkQ@u< !)qQ0B)d=2@ dl`0|*` WF#Eݙ9ؽkפ P{+\Y`'anYs j5hV\rmL^AI]M0DX@4z^}٧I/U8HHTB 0s@ J A8>],eF; t(!H7yQ@$ZaAΞA<`ﵬȘ>k=HƱ"*e׮];u$֦愤Ą@A,e 5m `'G>Ĥ$`-~E <lln&x@ [s7oP@VMI`5: 1DˁHZFiFYZa;v` ɓ*a`a=|`4Z+|]R` +(,etGdF:ؽkWfZ7E lWKѹJ <iF.@kF:x k׮ݸvX%K1>>>` t;/ܳk X+[Q@p* d녯mbUr]fMPH0Uz KJϚ9YhVV-Ӽ252v-/Cn@`faNq?1) 'OgٰIvȶmsp vU0rHu]& Ijk׀e"M@C[vC#"`|%-` GRȾ.گ_NjnGuأm!%Sh@`l0gn`!DxYT,b A!#,j]N9TiYi+`Pg/0n^f-^G 9@f^4|k<Fމt] $GIi8!CF$PQP< {w7é|l)?!y^?~/:X)@֬^M?f5ʍF$ɡD7@"8 1`M i p.]!;]< RDw$[WPټm+Ꭴa@ո6]Q="2q.a5\8o>:#~G cna, 0LrX -,44!E-Bа`\\U0+HR!e= # I2 IT #|ŵ,ZcjABU!$R( КZw'`T$ٵDϧbG`RQG,CJi㒨 Ø@y+X`b^KwɁ=h;-FeBO`K|_,L K]l}k!3 < $PPY4xCiuebЎ` |!vZ@"[2h kۿ@'+XHq+diP)Ej646ҜjO8Ç# gL$=9-X\Cݙ085>$_AYȱX癇eE֔6{`;KF͋A2|'i5mrl01}Ar 8@a?3(iCש(oN0dIqӼ~C.$^pbXϟ7o҄ J8 ,@iP]@8OF.CO7Z`7&PT+@6AVor2V nG ohѨT9~m^A>l*b3<ف-غy |ٽkRuiiC}#V+@L͉'o+O@z@nbRP9>d@b* 29߁8h@@Ɓ>|hc";H0!g(bx}tI Fk*`cd(-\ "54 Fk*y-GCc-bڠKR0DԳ 0s![,ZtN|U ZI#7 ,G3 ֬ݽ+7W@6PdMn G'__&i eyM̓m<6@κ%J< 6(#RAآ;wC/ % gͤnݹv͚=v% E-p|0Db5-SZAў`#! r],̛iԽl27 /rtutyI)XD)oA. LсiG÷ Q8`ƯmiMP`xvtU I^ր J+?7U.&̴t`V C(YqQ@/@y^MF=J!P@6R>LeB@ ,_F92!Q~<0cmhZĨ$ص@D CJQKH+]6ت,L`rcY3Gw! ˄(( FШv1Z7Qh <9dϮݐ X [sCk˄2H0͐*a 8qbݚ@1q2!BRF`fDl@ASedE6LsC[:BvQ׵x/@-|wh}@^dX 񓧠k 0mËT`6OJE@s^eBO@7h)%VZ0 ؄ v.`MI@^ ]` ˈ#{?u0 !y#rKa'o^9`5 ۶ 4jxGآ. vHG` %4jΞl1""DNć `|tv hȻ䉓Ƚ`iQ0  @F(UB4Z+ Zy+! =Px( F5 @,Xp K` g̈́/4 ųF(WLyrPQ 8$h0 FCt ˠc,@HrphQ0@67W׎AR1L5X+d(9 HmtH'O?ohhQ0\@P+@N#; 'LG`"P+\v r-Jسkhx ! F ` S@n\*3'O֍$ Z wtQӐ+X8B{q(f_t9oݚmA L"i9,| ƀh̎Q0@ y`7eqH ǯGK1{*a h޺-`<_/o`!R]W;jPѽl` 3@z F۶`4'9F(`D+ScА^&Mv5s Fo` MFz* ^V9@.dr! ́ vbc"[X+O>e3zu5ؤhPQ0@Aj54d X3pqY7>N䉓yߒ`|`r qM6\vĉ?}6T7]{a 1,] y(lC: ͇A*x@ɆGc `o4a"cT6NF+Q0 % &Ԗx0<'$%2פCp5kRedϚtr`%,ц IIm+F .G( Z,Z0o> E$́;.}ȕr``(D@/`?㾩 ҕ Q0  ހ lwC X; WKK m(L#i_g&L\0o`!^ :<\铧tr7_v` S@,%l"6!=X^R ,%5P XUV :u;$ 3,+):,(P5s`ztG( fq ]QL6@F N8,pXN-745L~R c1F.|հ {-Immj~ 0 G7Q0\@a9">)KbR !1; :WT@у\.WlÂ;.'^@ցw] jZZo ϛ6:0 F0eo3$/7b2"d =vك +SG@'HY,+KJ= GF=û5 F(bTi]" ȝLqlg-MJD6lg!dW 0`~fjPH0o^zb0vΫMJ+3(AS Ew 3(`x^+@v} r xgt- }њu KV,G. :tݚ5.'F=ݣ%+y: ` @8kbwF}I&ו_Y Q0 F& 츧S'Bf8_/&:y$JzGQ0 F [+@v! ѻ9I 74B Y#8 F(i i9lgt$KvF([?vQ0 h0 !Q0 F(?X+2`4`Q0 FkQ0 F(@(`ZaQ0 Fh0 F(k<߷[F(`$~@yA!!{v6ӇU0 F(¥GOF UBEA?Xb9`c $9<d`p'?/o y~ W6 +Q0 Ff , Fo XO 3Q0kJJdbRQd wXg:Q0kN8IQ0 @LxH? 3#"GCsa 2OJ~cx"j2l&XǑF ` *at y"v weH`Q0@ Rx'FCmQ0 + O gQ0 1 bk0:8 F(Z2u $!E%F>0 F(`X2یy:/h/aQ0 = kF(`@@+Q0 F(@F(` @ `Q0  wYvEIENDB`PK?)UNcc1OEBPS/httpatomoreillycomsourcemspimages469865.pngPNG  IHDRcr pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV]f]L05 F( hMoP^R:iDR(uڵP`Qh¦+  ~ړ'O0e׭Y Q0P`Q0 @V I@rhrW77`=J`Q0 @VZZ@9`< [?D`Q0 0@V~ ZnZs `Q hp` !`Q0 F& {JӧO@`Qh=0ҙ^f O8?ڽ`Qh=0 2*p\`Q0 }5`zt7(` Go('[`=ɓG`Qh{d5 F(  @[/-#=8|Q0 FA@C`Q0 F4:$>.\ Q0 F(@V]a/Xp`Qh= F(` @(`Q0@Vأ`Q0 F4ZaQ0 F(Ch= F(` @(`Q0@Vأ`Q0 F4ZaQ0 F(Ch= F(` @(`Q0@Vأ`Q0 F4ZaQ0 F(Ch= F(` @(`Q0@Vأ`Q0 F4ZaQ0 F(Ch= F(` @(`Q0@Vأ`Q0 F4ZaQ0 F(Ch= F(` @(`Q0@Vأ`Q0 F4ZaQ0 F(Ch= F(` @(`Q0@Vأ`Q0 F4ZaQ0 F(Ch= F(` @(`Q0@14Ҭg}x?ipm7&M`G((`Q0@Vأ`Q0 F4ZaQ0 F(Ch= F(` @(`Q0@Vأ`Q0 F4ZaQ0 F(Ch= F(` @(`Q0@Vأ`Q0 F4ZaQ0 F(Ch= F(` @A\s_Zy3(`@@V ~Y _cb?C_5;yM$`Q4Za_ UYS>y2?,O;FcNHt o$!$!1F( F+zVW#ȏ cKM#!6GBh6`hFF@HO{ݚ5k׬]b俷\[G,eVQ͌` @febjXm؉D }~qG2C^c/<{GQ0  {*'`]d2$Klڌf1V@ķrjQ0  {ľsft] $GvرnmOUQ6 ` ~@`37k4Fe~}`K qQ0 ?ѓF(=$tѠ`G(ݻA1 F4ZaQ0wFah`Q0  ӧO`Q0 F@!*I&?yeGQ0 F(`@@!*li {.|M-->> `Q0 Qa,7S5k}네`Q0 vPH'O_hݚm4F(`Va0G'Gף`Q0 FB!ݻv!/.||||Q0 F(}vPH0/=rQ0 F(`@W^f- Yn[?R`Q0 Fr} Ȇ[XȀw|Q0 F(`@aA֬TۣF(`>lҳuk^v}t7(`Q0@a!{]F='2ң#"̛7z(` b* Yz,1Gws`X[kkn޶u4XF(>wnQ@7Ԍ̽~ں5kFeQ0 F```~m%h pVؓ&LPQPQ@7{PFFz4XF(ă/^pq F{أ`|h`lA@CӂyFԣ`Q0: Ի (7m0|hU'Ok׬RQ0 F0~5tÀc44*l`XI/7إrGT׮aXFFZc= Ptt(`(Spq@߇{񂫢lp@ K #X[.5Чӧϐ`'ُ-GQ0 F%XQww`\zp6@ K<,?Yf]!;@‡5+`{fMiO$l X,Q0 H?'7*vIp;={h0{Ηb`P@.  ]j hij^0oЛ II.&`m@FO8 O0bؼmh4 F( zXTjُcԭA%)Ng #e:}VՐaܥFkw@jJ`Ο4a"-}F(H=M:{@Avs<{u|@Ἥ H._AJH~) ܥ=#сQ0 FP!:e& &w3 ^ CDEm -##]œ|u`J"> F(CM3`.5+UVѨ7]]W{ `Ǘ1 F(go@}ubRQn5k pv0ZpɁ^SWK@O;w]Z[F` ~hm ~  A^ @u;{G׊8(`=jk 9 X&$%BiѣV9l'Oϛg.`8CVdC]=ݣ(`%*4[Jh&u7rB w@& ]&#-}Q0 F`׵kn\hu9,rε5h3tr`6` dS9| b'nQ0ZgCڃt[&$`!&-#>Q[KK 3@4 Hh¦7 .+-pV A*cTSص]h EZZ@dS٤ Hz(`PBՁB28$Xa4VC`MĉMHJt%w@@6Dpl8-,l ug@6zxsb_f*Q0 F߇K kL*0!4yB!u{ //)mkV I@@@6AkS30S^^A~x{kEs 2FNF{54d:hPe`Hypz@;vfQ0 RgT[CԽgErŤ $+( FF:@@HrHehJ2<G^ԁ <^r,P%I wQ0 D XUKHȱ] nn@,*ukyK$[t@ F+lz`&DbϨ((^?גHj.CFS Ԃ|;%u2`Q@Gs i}R2^rUtD$R`=h F+lz`S+8$x?} AIm%st5% 6*'Q0 kAX`Xm?q1 hMoo U|X%C&?} d w!uyBR"0W޵{҄ 'Y.` hD)6tAx#@VX){TI 3q&•ȰkG]g`[z҆/V5 F(ښv3D2|A6@6d 4dx>6.## 9s> CDInQ0 F=ĘH 9H*H`i̴t%U 3i0J2Z׮Cց#oJHJz n.sSIg`U੭#Xσ 8$r'} > `ݚ504޵-kerl ]!'9BC`֐A8 ,*!uvkS3$4ZaijͿ;dPo,j悌m 1T4ZaXU] "Fz$DnzC{mMؠpN3`"!)q4F(Xm HV9?׬c"67`ɁV`Q9D$&%:qry.nSRCBߋ@.lCTsh¦7:e t&֔?}r[`gsnւX3 ze'd< ^>ytݚ5tј``L@u6&qO<v]ibXmqWC8rn9Y, `횵XaCL1.{ Wιkn`w?!) -{t[(=ݑəUTxģXAR-ȇJˁ]߇[3ܡKh¦7+LVVR DIɗv ٵ2j5M {!((BQ0 HEk|_dpq7ukOO`i:.5 RSOۛnJr̩5d`RCwn`uGb<~5n5 >w3*곹ZS4Za+H`|'$%f3N:õ^H@Rؐu؍ ={`U dtu {Q@u^#Z`1 VͬD hMo08HC"ǁ48t>O=aH-Q0 BZk -`> _h¦7+ȇtp!5(Lq)6] #>=d8qag' o Ph4Q0 YB/\܀e5= 6@VV(vj!7kQ2$ϰkjrIYIi)`{ cT >)r`%gh¦7ԑFvAzސqIgȗ9 (;i@5 GQ0 [{= d+ukVѻ 2$LKG=̜ gl0愙l^ܳk73 GiQ@EYCȀ/R G|3X,#t3bRd" ڐq `C=.7tQ0 FU+RhH/7CdB## ̛0mǰSf!|膼͑5uXa(X$'ʉS}h¦7HHJF3ָۺ-5[2?_ zBؐj́qɮ QF!GA>kh4Q0  őq}^[Z'᭰nx2 F+lzKU>d` E!!KS{%i(6T2<{!TsrpG<݁l r񵦎@q׈ " ؝v|!O:CD C\q | |8qE̛W3,sQ0 x dr=% ?W.Rcgs"Dr_9slʝT} F+lziH8g` Fh)X,#pƁ@N:؆*n,=lQ@]@fQunʥL k+!Ro߁2eiX[Cd= B^u" WH ~Mk548t Љ r _n<ď"` iVSxXO2WEv޹ X?( Q!uך:8ugWhMo+H`=ŀ7T|YFTx`K*`?;:"r(`PMቤ?agVU{͐ OυIR^aCF9FI= F+lzHm V (P!9lxwX ׮]vDH#<`Q@$`VVvlȨ8K!U;;P/vwA57B F+lzȍe% ۺ Rdm{ʅ\C3`;v?;5 F)޻V$HkhRU\!^ߋ/6ΆWx#/vC֦ ^!q'Ι$ {d69Zqՙvr=]'! +F`D`m%BC#ѫ1qq` KxfS RXa9Iy"ϵhMoeWO7|HrgabV=@V_邰z]m`= td[uo.` `VQ7 q`m <`_ 5Svʩ([@VSKNBu+Kp W"OCvrcx[|911M`Cm*Tؒ׎] rXʟ>d5l;px" %N"4-@V I _~6ZNhRbBY=f2Шݻvޱ&ZQ0 F(Wg̬ nY=fH]f14`X;4P\iPD F+lznn2<ٙ|W&]i8 W|%k;N 2[GN`P \mV[kș>|k5ri_Aܐy{H0]`?֧ShMo9BVTC6tA`vvI&\vmݚt>`Q0xGJL֬/cG0y}ߐf}'#77:Ӑ7UQl $A^ F+lzΞny|!}\oDhq搱q`h8M r9dh4Q0 +u < 2sZx mXXC:vP őځ*c@A`Ι}ʴ5u@6{HG, p}^` vus$bxݹ{.2ڡh@c!> R7+=v]v4t۶(*@SKR9 WP6d7v!G\=tnd6z_UY _qٱ izXs$+~NJA@c8%I?FhMo`|$ۺh }nV=]f Iׯ]5.kOqL> F(dt* mZ4 ;ӐG+fȵ]S +>'C*w#G9d W@P"mHr4Za+H`XUC a4d/x ΦJm 4&"hMoP]W{ t.@4((]acőX!3d8F ~ =ZZ4 F("?1%fcjِ; !C& F+lzkV5:O@Z5gb8 |Cx`*L]*9`)x(5z(TΝk>|Ϟ+`U,Xw1%rE"w+l kkx:$ך:Vkk`PP*0 C!'+˧C׭YXLt W*rigڙ7dTb5iD` ܣ4 F( K U5K`A |NAS` ` !- JjP`YJL&o  qdc \dd&>ݑYc% :eH e5 'NB6tA:֐*@@Q0 \2<݉ #ϟ7͕Sِ6 Z% vm|+CΝ@tHjH0yx  !7ZvtǨI:ͱXd8 q/`risXnڶq@!g9X[]Kym g$0/^ B%[L4Za@%3lυCȨ88 Nۄt΁ (Z]je vWu6 UxߧL3qk̟7X0Z6Bn%?,: T@6Au]-/x^((R^U9 2o!;Oa^ [Gף`4k.L0]jL`kSs5eH4 tr VH`I` sqrx IQ4Za@頬r0Rd5 ^&.ڮ0 F(M ~ XO `Lъ6 ;wA:XNBttS2zn AtBf8&h=`RBN= Ъ_ ? >MHJ~5kF;֣`F )ٟ7 F(l`M /I] ]C4Pb{'56qhM>Xf 0jGo`4` ^Clm}ο/X1*l}}8d8rabRҠ |pInE` 5+ Q<XBƉQݘ=l,k`!)utA3 |l [Q0 F1SZ`I.\dVQr } Jx vbhZ^F(K4`}a{.2V)`'rF)1`222D(ct @ۺ[XL0HOrk9}SCc(~r`n8 F(~5WT%$%-7^#0qr v葻$-&Bnkji[ oۯkhSw G(K.y󀅕 iGȚ2\vȗh`cV#*ZEN6WK yV: F(l5'%+|ߋYDw[>\gh=XGF'@5أ; F(Z5d֮YSM}5ׅѳ {`Q0 jkpqsݽkA i VP2H: FWQ0 F(\5xHٵ v85'Oq@n F{أ`Q0 WmS$l6hs6U:tgh{Q0 Fભ!}ĉT\~K~6@Vأ`Q0 ]m Z-x:ٌ< ׮YPumMl`Q0jkR@Ƶ@"tLi hhiR74h76@6zkxŐSE)b: F5nibm ZZH)Iv-. ޾K: F+lBʵn9n` xYV.\it4^`lfee` @6tr2jG(#ښӝ6%&yx|Oή_.CӥߧL>4ZaCǒ@f2 F(k ]mM `VQyzi}E2Φ4ZaQ0 F( TߺVhѮ;Z趮Q0 F(!Cט=4`Q0AKS3W/_.U+Vׯ]KLJB@(`æ`8do¦) {Q0 F ǂEXpK~Qu] `Q0  {Q0 F( F+Q0 F(`G(`!h`Q0  {Q0 F( FuQ0X oSЅE;QBBdhy( F+Q0 O=jK գ [XVأ {A i" ygbh 8y5G(@4:= F(` @(`Q0@Vأ`Q0 F4ZaQ0 F(Ch= F(` @(`Q0@Vأ`Q0 F4ZaQ0 F(Ch= F(`_h= F(`h= F(`hv|s"/@Vأ`Q0 $z-d!?I&y"~KW, Q0 ſ/UyxFCc5UTXmGJ @6Z6:FIޗ7 F'Of-͑ϑ7&ku=,9 g D0 1{:`7V`q/hRlߧLe8@Vأ`P@.ʥ#9@ýz-i9_M/ɕIB9! F+l`҄ d  { u GZ 8 `VUHc h&žH.s { Z˗@@/ Md86w:X}ĉȥ{GgF@6ap@-3IHu>VcFgF 2}jQ0 4ZaQ0Bwkӗ"6Q0k 6@(#{|+sF( F+lTFHC9lh&]٣4 F( F+Q0޵ M|y@2 4F(#h= ]'ɓ'hu5kGWQ0 F8Eg`pW7Vf` _zUxu]hQ0 ;'Oï@J}C4 @u+O>AD̛[5 F(Xf1'X[!@=Q0@BR5k(1) ط>yhzQ UTJ F{أ`ҳu໙Λ?kQ0 F{أ`vKJ}\`;jzLC˧4Za KπuOFwszO@@SKk8T\H.8SG`gnQ@O I]<1gny=!SG Q@70iDxm>GKK3htĠ**#ħ4l RXhji(8y]Ge @=Q0H'O֭Y3z(H@i*Cz3@G O<4aSl7wQ@ yshh= F( W59 IIC Th`(>k&铌\(d F+Q0 F(@u{ߋP<#+ {Q0 Fp`=H h`Q0;=<<@(`$$082m]`Q0 F4ZaQ@pڵ@`Phɓ'MFz^OF`Pht{k֬[r>ĤѪzQ@9 {ݻv-7K}v͚提.5dSoLK^`  S@ GP.5V|BR"1Q0 F2 { R}z+;`/X[Х` ]@(X}uĤ$=l` M[B XNHJF5kN:p (h F+Q0 P^޵BMHJ;}̴tAnA>15gI>'O ه 757}*`GH/]2RZLW7fjaX/s (/)eFg``G;{i_tB6*b {v]!Uh {֭Y3is 'Or' H2gQ0 ( { u /''i{p }Vn=\qs s ]pC!Q0 @Vأ`,{;N%j\42` bXI#[Ծ<_D%` @(# fVVCțF^!5.k:A]ixew?o CGVQ0 G(Y`6!)i҄ {4CJ[=oO}Mأ``G(Y؋]0o dL-3<wV66ZĞg 2 : ؀=5eL@(# H?]: !Ԑ#@hh'pˀYfMyI:{4@(# ,7[k;C+cqM09 h)d"uzXCGO:h= Fb`=  HTp>~6x6ٵX [t6 FV@(#mB>rSVff_  m#Z{4vF(h`du밀hBR" j/]E?Dm[dM-MxeTL^C; =l F+Q0 Ft']ʕ귄AzpH݌|>dT˿v:dy緌Q0@Vأ`,vҙ>;6dM`nzd8d5dg-m] ̓p󈻊th`dȴ1K d{ixI$ keHu !Ǻ N\GrhdQ h`dIgm]7Bh{=4a=@.xg``4ZaQ03`6$!{ Qq睁?3 -)G!ȃ@hA5izGף``G(Yj7|1HL+!C4dxm]R6N8 >E|p F(4ZaQ0d[WpHH^A5k!'!1wa˸PBvGjtr^`?GG( F+Q0 FǕY#׎T936bf3uS@zL@(# I`2 QQP$90oBIq\{ݻvmf!4 F& {]XޭM 8y1ցkdH ni0=m]``4ZaQ0*l5|[Χub/l1_9!|&/v=5e F+Q0 F ^fͤ Cj"2R4=`qygAkt` Q0 0@Vأ`,;@R}[3Ȟ.t1@Dv\#`<`{= F {̛Ҽ| 9l"[G Ԁ!Y3lȘgh= FZ ؟agA6=KS,`8.68x:IKKb/PXagC!Q0 G(Y|x6tUtD$I}e7dl`===^7 FP4ZaQ0y 7t+ݻvO0aKưޏ W|CX 3׮] +u 9}LFO: { 3O֐{-$л\ 9 r 9dTrP6 GO:+ {$ xOZEAm#6pw;C!'N`G(Y | h^AZ Dw2Wu||l83仱!̛_VR Y6Y` G(i6䤳|`X;Bشi<)z!nB\+iW7W`G- Q0 F@(# @N:kij,d@#/#J;#琁w`/m`28_^SW;ڽh= F!U ٠E$C&@ ƟHٽk73Ào`';!)i4F(@4ZaQ0zVn. 'MpE[1aC=]  F4ZaQ0dҫL'J:n,dE[@كCVkyzL@(# owo2Ӈ0< W Y@ ;{x9*`4@(# +H q_"3.;Qڜ/`lO@g5N0ؒ G(@4ZaQ0dE DO>3l.E54nl`% !Kwy]>Q0 @Vأ`,XkM`/>$,1N:%tS\3Y~  D_~-wWOݚ``G(Y3ZXï2l8Wînnΰ邌XgQ0 Fh= Fnڱt][549~6 0c{ C% `t{L@(# @!@D2iaVkבe` f%wvFQ h`!6dxXעy7> ?#M`?AiBǁΈ8? |Ahm= F: {\kBF!"FzDvqqq+M^3֮Yˀt~F( F+Q0 F -Iܳk5kjj!cO ՜XSQGjeCMdQh`dH M?: II|{&V tA*ip_ J|ikS3P RQ0 F2 {'Xg#=}x)C=]Kpm r I-p/VQ0 ( {'@N ײ8֦a` !am+=v] C[fMyIm]`G(Y`^l# 9鬦Mȁ789($XCϰ=`8 {C̛7i V1"sZkKrDRCZ g'Q h`d`]x=vIg\ceh{v8H'$%| h``DN-3"S+ZȐ8f[ Y3h쌂Q h= F(@ԚThA 1m]"G'G(h``uYz6-5+VT2<I96 F(G(`҄ ̓tadX+]ݣ` F+Q0 |En!4 ^bh0Q0@Vأ` mkjit(`G(E]=A!!1 F4` Qӧ[X֣`@(C=zU(#h= FP@G`G(`!h`>>^ Ԍ|='O֭Y}Dft(x@`䂠ݻv/7kMO4? rPqI/|||7tQ@h= FHa-]Xx c]rOsa`h`` C WI9>se`G(Xz8-d` Eg`Q0 F4ZaQ0 F(Ch= F(` @(`Q0@Vأ`Q0 F4ZaQ0 F(C趮Q0 Xf {>y$#"Gm\'̌Q h`EF,l|'Q02@14F(`҄ &LhPQ0@aQ0 F(Ch= F(` @(`Q0@Vأ`Q0 F4ZaQ0 F(Ch= F(` @(`Q0@Vأ`Q0 F4ZaQ0 F(Ch= F(` @(`Q0@Vأ`Q0 F4ZaQ0 F(Ch= F(` @(`Q0@Vأ`Q0 F4ZaQ0 F(Ch= F(` @(`Q0@Vأ`Q0 F4ZaQ0 F(Ch= F(` @(`Q0@Vأ`Q0 F4ZaQ0 F(Ch= F(` @,A0 F O FȧHȌ(袳Q0 F(``Q0  {Q0 F( F+Q0 F(`: IENDB`PK?1=X3^3^1OEBPS/httpatomoreillycomsourcemspimages469867.pngPNG  IHDRnߍ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}r5>kh@Q0 FP4+7HHJMvX)D(`hW:HO_ZFf󶭘ϟ>8rx4F(` ~ړ'OO8- Q0 F(Z F!܅# [m4|F(`hJȘ[X  bE`Q0@VB'|G`Q0@V ukB@:2`Q0@VYBv'O`! h*0]f͂y!a2 F(Ch T vI;{GdQ0 (^@``=:fQ0 4^@Ohji` hQ0 F("@`Q0 FE FQ0 F("@U@O>z(`J |i@Լ`<8;($d4Q0 ?Ѫt׮cݚ5mɷ>}R0:FUk}Q0 hh*`|H= /'M=bɓ'=@g񹺹ˌ6? F@V0;@X뒑oO5>-M@vطWN8v JLJn Fҁ>I"꒑4-,[ѳ" !!.ikSyN8tIQ0 (4f`@BR"]) ,e `$wӺ 꼂׮` @JL0?V"H EZ#g-'ӵkָҭ? Fp4ZVKW F?}%})Q0 F(4Z'@ȅ\ `' RXZ9= F(B@U`nZ V_H@:A!!]OM<]ϓ'NbpvڅV˺A`Q@Ѫt AtD$zt%w")n.~v45O0X(`_Uu48$XRip^kV{׮V`Q@ +xYmx0u60 F(CΪӝ[{/_FiQ0 F(/(ZS%gb/KE[OkNzV q= F( ͕Zko]£9s\T?/z-ZI\Z^+L,= F( Urڻ*C> #77%Vڱ MXRQ4{ѥVFf:s#GKQ0 F( o|+G}Xqb #_cUůu@{H0Gbh: F("v_)5Qʯ5uYYE^2GJH[uM0a҄wܧk+(tmbkΟk2p$čQ0 F( g,;=lԪ3rMq4_@FGbQ0 H4:Ȉ/X %8kx` X^`~؉5@ ¢y =xь1 F(53J Jit`+x\Gn;w!rXQ0 Fׯk qd9r -3x]}kVZM8JVkʿw &܅9{߿OK V_hU: F(lXe޵kϮ'O2 Y21)YO! !"2 |@U)@~^ 98X!@:nV@e"_n*À(`55k![+N`]hfaEMX:qr5@1!!)MhUJo>rfK2^a:x GϹQLLlFXsa2I56G( k&>yXקvFsʐ:(WOe\@U). ۀX;;++ȿ/%Xm$ ! d"p[:鞖A} fZ]kNܬј` lOXTQ<451]f͂y0U*TJ %+9?[kin' 2?{ο/5vRY 5e֎]JQ0 F(s%'OV=JVM+(HHJZ0oBɮh*+`,vL!G Uvюڡw+++NɈU&@ Ca^`E[,(s !h=iQ0 ͛G+řR,7nXSկh;[;|`0y1x%N;b1=hQ@OA#"R͌=֠؁Yb9)@V^ *Ԕީ]MW@ÁU5:/ (o ڐs(b^&);wQ0 F=Q ct edSjSJ N;mQ h+Ǻ7 />D^< yhlQ0 VZHϘ FR`X!v$ G%nH_I / ^HlrE-[} 짎v4 F(x GɫMh*7nm8J%E"|4 Gb<#7m6aQq?!9Th`|)3-Hq]<)M5bJ w2O;bII p70Vl$xZkk܇V/Y~OKS/=(cv4 F()hmj~Z'7W޸v}y&L+( FR`GBN;bv@Ma^=` [+ qP -9+`@VT^HP]W{ڵI&h*+#AN;Z&)?»(.YȲ^x ŗOO1@7(Fɓ'.)Zd`;3-}Ӷ&Mh*7{/dpa#?#G\BTV<s~d(d-D`O>-顀TUyp hUJWŋ_;v+-&`>sz^diG%sz60ü1ސ 3 F()8y%&% )RLfna1iĠ`͊ FR& `>'+4Aw < +ArOi[*2yv=@&pQ0 Fh.i;6'L20eh*7Z]Hd8x#4ӢaO>|t$#3F'; F($kocàߣ`'NCe.)NE1Ѫ~7g䕾=Cpf@~ t{HC$A;a$ָ|^_ALpQ0 F37tJ׭Y FRz?/2 r? jݸ \\4һ<iҟ pgVUf10[VWiG`=v [9C)cZ]@V̪*\krG3\zm{A v)袷5k!c=*o`nGcjQ@^P%>>>`ĉȂ4Z?/pܭMM|w AxV A{./֠K襥&uu*`P :.nGn&L| FRiGb10xX"U䯞)Fz!üg!1 n9t/wCN;HQ0 FuRs ?/o-2/W77@V_ $ 2>1;U#IBd-< 4t9䴣_!0PG`*׮P}ntD$\b9{.:aHgX]v-1)|75k6mۊ\2dk FRz`XWy' اdVq"fCqUƐm0{/(󍫓uF~_}4ʲј`P*&MY#> BāS'N¥̴t.` dϟ7(ltd`.@U)]#D ~z!"BIH/Xq-sل,@Fn7/^BGO;`P߄  88S {S eP=Av"(` 8<X.7 E۵ 0PchUJo}Tege.VV .DiQhf@wE98_h+D@G`P @j'OS+֗3!U#DԠ+  jN8Ijh*+ Bl <#CTCݞa @r!0/d' I@@KѫG( )e5@`BNu$@H 4r ?.,ߕBZ @U)]ߑ|o+0`u( [T!hCf1ԇkytmۿ| 1fQ@Eɀ ֔`5(:D@)[`T$}ʧO@E`WhP/THoXB T +QįBo`hUJoUYXPx$o`/{̫`ü$eԾ{4F(@'Ĩ8F"צ]`""\@> H+N^B$գ QѪrj _6k({FzĐad`;3LL4 ~_4z(Z@ ڍhY^v 2?J-Q֣@On& ;^ U&ۿ6>r~Q0o9?׬HgmQ@5xddd @Q6ԣ9Tgk FRKfNϋ8"<V|,g_fiDGhQ@tyįE ^md:J ViO7 <ӎA&G0v@]0yCUA15 F(.OJV G^CDFm`cKlkS3ԣ bh*7` `]}giabfpgvo1^\&)D!~EFKG(222ث-'od&3-7%6l!=y6L)J WCVl* 9@@ӎp h|Xkv_=z(vX3`s'r&*%6ԣh> mѪHX\XospJB+0 a^JybKr=hQ@){|I2B MU2~s>}$2yT}ף(h$*h*Y=PuR#a5~0/ AUUYY1 F(TK9Lq|h"O<J\3!74 FRspB&Xi&xWx/0h@YUnxF()Mx˓'O(2^Ć4ZR|?W o# CIvQ0 -,:{KJ?`E-cSO |Ѫ i?k,-fXVOpHpp@a`Q0P 8$'&Llmjd{ 2D;^%k @U)tZ,R1feA`Q0r@^Akϛgfav(1䉓hu/x[h[_HZ@LHaXys6vG(<ʀ/%zZL-p z $} h*%+џk\e1 F(d)H#sI YdA׮2d2@U)굌<<(`P_bR]x]'OM#.WJp4ZR+vI\a4 F(?VcNakS3Z 0D]\DCLu`=~@U)/XO`Q@֣uZ "<ĺR "xg%L0ӧOdT@U(`CBLHFP1ө)4X19] !w}*@V[0ofڧOj`2=yĤ }.Q0 F`NHukjSSK q*Kht_@++3`k~00+s5i4)'F6mO>Opc Ț`ZtLu )q8,܈!d6J/pR- zTBBœyQ0 [!W`se%d)q0@V ,Y]Oߣ`uk֒=yI<ڂys8 F^beQ0 F0[HwMS]%@ˎF(` :J#/d JG(` :۳k7&?rƒ _4ZQ0 F(t4$g,S%JG(` Ύ'O%2x= $ю'hU: F(`pVFh%Xq)&XBHتŵ{Q0PR{O<f|jlѪDGD5kf͙=næ; F(<R}&e?=2Vd'OPK 4ZBAWuٻ80Q0 g[Ju-U@V@]*Q0 F(XKHS%4hQ0 F䐽 FQ0 F(<铧uIN`Q0 T૗(8y$ Z h*`Q0ȫ҉d+ * FQ0 F(KW,ڗ֣wܧ;httQ0 F(hU: F(`Ph*`Q0 (4ZQ0 F(JG(`@V`Q0 FE F7ÌQ0('O֭Y3 V4[QC\(`Q@ѪtQ0 F(hU: F(`Ph*`Q0 (4ZQ0 F(JG(`@V`Q0 FE FQ0 F("@U(` >}4@U(` _fna>ѪtQ0 Fw22JG(` Ign 6.챃/E.\$ǂE@_ GBGbhQ0 F'֮Y7Ѫ;`pg1ЧN(|y-Xfjjiׯ]LKVu=4ZJ=Gaˆt`-W?Z(&G0`y.]|D@V`D\U7,7H @x= >%50:$кєILX`6Ѫů;8:?: 3ؽkچuk֌t -#[2\@U)%EU(rӧ"Fx;:OC81k&}6ZL0q҄ KW,MChUJ(  Q0v>>I 4҄aq @U(#* AJѐAn[( hU: F= Iw햑vqs9F( hUJ xni `hM-ѭ`Ph*%An%=zfQ0(@V``X_.Ar:`Ah*cz5 kVM--s ` N@U(lU)hBtݚ'肣Q0 F`4h .R.8` `opD^UMM4+c')0ÌvIG(diM ht :Y|lrBfLGQ0 @pHȠ^(S`X` ~@Q08ҐI&>yst(/8y4xG/@V`0`OӧO{`F(EX˩XhU: )]; MRa[Y3GEX)+h*`hmjZ`_T4a FQ0 F]8Q0 p핎A ݂OΕWsrV@Q0H5k[M0 Fys[G(4+`>k&vtKiR`mѪtQ0 @@SK{'V( hU: F(P7zPׯ]0P4 FQ0 F( 45OAi X@V`Q0 E:JG(` 7@瓪ht3(`Q@Ѫtz'O(hU: Fmk֦f#=`+&rd Eū` _@U(T[f>}KLJOJ? F4ZQ@{.`7rK:z(#hU: FJvCgnAh7th* PM-ΞnW7ћG( FQ0 (&$%y?(`PJG( y{.` l+/Vzw҄ xL)tusChU: Fn( >Bi}IӀ`G~ ,AR[ =]H(-оΞa£`JG(qP8֣*Mx5%.10ϛ~8 (Ѫt R ,:+N{`|0b`O4!)ilA!!O<3< F4ZA 'Mt 4` A(6 Q0 F-@V``}JKJ;{i uusvC) YQ0 7Ѫt ^WPӵkk>`mJ"дHH%!Jݞ(HMvvnuQ@k@A  ll[kMIڈ,7^2x'OH]g&h ! hW: ;v\\̛?< אjV F/LyR Vnw4aDh1 Ѫtjj3`'HEGD]Nj3`Oɀt)2]7##WP#9nm+ChU: FO-̵ L0XC νC`4ZQ0+y>"s4:2 8@[ly!3S)+QH'`MhL!h*`dꞮn` D|p'"TeJ#waeph!k:/r9 T`c;z(r FQ0 F[y'OxP %g f\gMvB!"/N0+3-r@WOh4h*`d`txL/G>+;OCN;u`` @U(# @.O '/j  ,"jDj/MX_⯕]O ?'!Wm["-MͣaF4ZQ0Vn"dPBR삍d;!s 9X?yH9b h*`diG D="" DEA!! Z yr|!\(r FQ0 F\R+ϟ> )1H#` akM>eMr;#\ [tJJGh*`dHXWA@{$)Cʡ O>Tq f>orTQ@ Ѫt eCvsJN;ZYy.| Ds)d'&PI&D$hC hU: F I֬tA5ߵk4:RkWbֲwڳk7Sg FQ0 F(/)֣~abRbYI)-?; v)#ȑ.]7z(r FQ0 F"B60P#dY 셌k[tus4a uIzt 5@U(# tt_v ٧\9\qwȀϸG6 ~yBRh4h*`d`;v 5_ #5.o3vv!Bvd^`_X45nC hU: Fk׬e@ &v6" >ԝq^ASjk 3 ѪtC!;OS!n(+Xr"!͕^CB{!@!GO՟>kh4h*`d`5&##90XC !A> ^BW !nl3 # +'$%F(Z FQ0 F[EAm t#H Y ;Fzg5ˣ4 Ѫt 별ĵkBN;B5|dJY 0+ G45g|4 FP4ZQ0pun]i}$gGО+k׮CLԬd< F@JG(Y-/)\bB0^ODDe΅wp1ǁ!{ Z ^e^_ q0`JG(Y@VAR}3 |P29 9 ׭Y|D=h 9@U(# 45O`]ena9RoU  ׸@۶Wȭ4 Ѫt S%XuUW*.6+|ڑ9I&0z( FQ0 F+߳kh~~3 ZuޔkM54#iX޵{#Ț#2&kG(p@U(# 65CMHJ բ-3 [) €k׮7z(r FQ0 F_ Ys9)AjJ6̫TN7O0ZFv FQ0 FA3ұ^BU&..*Kȭj9s`JG(Y@yP-(]zׄxz( FQ0 Fvo`PEA+\|qIA*N^uyvv4 8Ѫt]@`)l׈B3~|Īa֝a^dK7o -/)=h 9@U(# k/`rߐ Ԁ&E!,s {n` TnZ`<M`hJG(Y63-|6Jp:ҋoJFR3]s4 Ѫtêӎu#j,: Yʻ{.q !!-:!h*`dk"v$Mӎ~#otU>v͚Ξnߣ!h*`dvRiGj)xtݚ5^#kJJ0 HaBP!ü&M YW<f 9@U(# 7޵A߳92 t~5|7uus+z(hU: F* RAV{%IU{5H/ٿ ૿8xh*`ieAT?R7JwAfI!AGG4ZQ0|xAu<ab  SysUaQ0H@V` yAjPJ ԗ:fJG( ,+)Ã_KG( FQ0 vthQ0  hU: Fiح}`@1(C;WP0ZQ0 FQ0 *Xf- Ѡ``@V` UQ0 hh*`Q0 (4ZQ0'OvET@{Q0@`䂚̴tD LJCUj&ȡc WAF{ u@U(#+Gk׮k'a J5l!WP|(ChU: F: !"#|!7u#i\0oֺRN ]FQ0 ѪtQ^BuQ@貣Q0 F("@U(`Q@ѪtQ0 F(hU: F(`Ph*`Q0 (4ZQ0 F( 3 F -MV9*r()S,F4ZQ0(vtilI!0 FPGb4:W: F(`Ph*`Q0 (4ZQ0 F(JG(`@V`Q0 FE FQ0 F("@U(`Q@ѪtQ0 F(hU: F(`Ph*`Q0 (4ZQ0 F(JG(`@V`Q0 FE FQ0 F("@U(`Q@ѪtQ0 F(hU: F(`Ph*`Q0 (4ZQ0 F(JG(`@V`Q0 FE FQ0 F("@U(`Q@ѪtQ0 F(hU: F(`Ph*`Q0 (2` Bv͚OWQ0iʤedCBFtbh(Q0@tD'bGtJG(`@ΕQ0 F(JG(`@.;`E2t-]b4F(Ѫt %-#3t`貣Q0 F("@s`Q0 FE FxG(27[XΏQ@@U(C*4a"y U(4:W: F(`PhttQ0 F(hU: F(`Phtt! mhQ0 FQ0 $ ܆Q0 F-@.;`Q0 (4:W: F(`Ph*`Q0 (4ZQ0 F(qC8OIENDB`PK?Չ\\1OEBPS/httpatomoreillycomsourcemspimages469869.pngPNG  IHDRnߍ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV} Q0 F(B FRzף6&L%9(` h*+1ؽk֮yd|Rh@Q0 F4Z$kʵk`J]܀h(Q0 F4Z@*ukb֣jhtQ0 Ѫt@PHk-72;>`Q0@VR@Nf- Q0 F(r Fާ]|||@`!h*iO `m:2`Q0@V [;fQ0 (Ѫt ;wzyGQ0 F4Z`U Z|T^R MGQ0 F4Z,>:yQ0 F( XF`3:z,(` u@WQ0 F(`Q0 (4ZQ0 F(JG(`@V N8$GbQ0 .ѪtQ0 F(hU: F(`Ph*`Q0 (4ZQ0 F(JG(`@V`Q0 FE FQ0 F("@U(`Q@ѪtQ0 F(hU: F(`Ph*`Q0 (4ZQ0 F(JG(`@V`Q0 FE FQ0 F("@U(`Q@ѪtQ0 F(hU: F(`Ph*`Q0 (4ZQ0 F(JG(`@V`Q0 FE FQ0 F("@U(`Q@ѪtQ0 F(hU: F(`Ph*`Q0 (4ZQ0 F(JG(`@V`Q0 FE ? @v͚ukO>]vMSKo4 hiiUՎ( @R(x'Fad`FaQ@ @KW,u;:"b4ca4F(d핎Q0 F(JG(`@V`Q0 FE FQ0 F("@U(`Q@ѪtQ0 F(hU: F(`Ph*`Q0 (4ZQ0 F(JG(`@V`Q0 FE FQ0 F("@ُA> cQ0 F4Zp'G5kZ?}dѥ++`` ~@KJJJ  BF,z^BQ0 ^֮YЂy MZFf4X]>>fzy65[XXB@U@C9 kSwt( 3bdddCB֮Y37bQ@9Ѫt \\;FbJ@V`\%}2z(BTk׬5LK`8bѣ+G(*Vׯ]Cۡ'LʎꍂQ0 F(h UipH\q x'OrGQ0 F( U)uusԚh+Dv4F(`4@(ˎ`f]f :^`Q0 F TSK x!5k<`Q0 F 0)XɌk7 F(``^B.2ܳk7v`͚0%`Q0 pBJ!ˋghHQ0 F(X@a9ݽk?zĉ=0`Q0 F@Xn,>Z0o'GQ0 F(@a?1|4fQ0 F({U Y|ӧ=0`Q0 F~@د֣KW,gv= F}'O m^> F(B XpI@n_n`ݚ5-M͐h"` @A5(p#"GeQ0$@V`P׮݆ $= kQ0t@V`p>0 Q0 F4:; F(`Ph*`Q0 (4ZQ0 F(JG(`@t]ׯ]Q0 F(4'OL063-}= F( f`7tݚ@[m4G(`аJuk+Q /8$$!)qQ0 F(44Lғ'NkPnNQ0 F(t4O>υ@h7tQ0 F@ ժ*##S]W GG`Q0 hUР`s ш`Q0P LU: `Q08@  ݽkׂy!g, n' &@/,EZZLSK(,5 F(@*V$X`5W4J` ]n4)x ;+<+cHhjQ0 F(РJѺnnnp=`yy# 8-!'R^v"`h5b1 F(db_l74($DzXJ˛(vU(`gU5޼'OС2[fb`Tz@ Q0 F( pVIt4XO/7Xn(`gU &MM;{k]&C5!!!T4X7/7䉓@6 `Q0 @++(x)>R@>`=>}ù JO8`Q@ @V27*uus|?"4d.։IID{>oܑ2BQ`Q@ ›a൵h g.Ƭ?}ٝؠHJHJJHJf: F("j_)> JHnnhU>b>k&~]S ijܚZZIk׬4aQQ0 F(" JԜ+t$rlt6D6BBxP8 F(#v8?`/ɓ'8hy L]<$!F`Q@98XѺzKLJR&*BfĀG]AO8܃:ڵk6Q0 9` H~! ,h}b@d~ Ok!!CS`W(=z(`p'?N;Gb̀E3 rf+E @U)0Fq 9>v5H"IsK) XYjjiSl!ӄh` ,֮YnZH9)4NH<jv.+UoѪޠXiֳI&}jL KӰR II@Kl@]֬V!@=qQ0x'L)1) X ^3 n$dFyɉVf`Zuh*74a"FmpHpYI)$1o70+E\)~/$aU92E }!>tЅQ0 F*` J `X]DU@6M'!5 # AC(k!4 F(.`%u+܂|<~ XRrZ;@V]=pu6k(MYg8>̋uD`kY ѹQ0 F@`,$XЊ+@Ѻ5k;{ɫh*7v:l2 lQ7q0 +Nȴ+V@ٵ 2 92?LF( ?oG>"v3GL~dlaѪ`yVˁPE`ų\ =THy $ % ]`|3݉8` %`%v`_{k̴t ɤ^&@U)ApH0Bkĸ.1U#ru|R_bBiDݽk7#iG`֣-yqĀߦm[U)xS\@U)RARZtჺ9p.E=aQ@zxJΥ+BJikSJ w((`xϒ b!Z-׮]ԗp-Q0 VZ,.Ԡ$զ4Z@)$|R||P)oXqS-&N L@&L,']; F((y)@Vr( &N`'͢ݻvA*Z3d0Q0 F-@+AXզ2W!hUJoPVR Yݓ?툁;Ց:bmz ޅH<̛W+0`Zk)`%:8Qxm fL$x6@V XoutR6#R^Zߧ-1`5.#s .nn(`к6فEoO5˻Ts-:4Z@N;'I =K^הNlT!`9 vh4Q0 hf?Co;}q)Ѫt2]M0EnnҠչse'OuݻvS6d4Qut3(v`rf@a +ȟ>[p4@V.)00z a Y( S  mlG7ÌQ0 hey !g ukֶ65 FRz` + R)k+c/|y2 RG//) <fQ@#P6c("uta] @U)AWO7dxZap\$ 㺐*NQ0KF` @hpi}zA@4iDBthUJoLK\i|X#aG^p/d3 "`Z{Q@ ,[R@H66#N,_n&@U) Bz4:it' IYR3ZPw3^= F(Mq,pJt5hѪޠXu5k) "x8,Ï y@hF2mѹQ0 Fdz/^ݻv-Ѫr..5HeFۿᓬ!yG^&'N·@4z(X +z,@Jh*7֚شm+[WÇA^g*+l̸7XBjS``޼`P:`< $Xf@VΨ- ܧ$um8obK^A&y#"nPQPd=hQ@pIЯJCU)|*@V04 5(fj̝0}Y1^HM ̶ٵ+h0= F(rX +d`ϮU)@V-Ckj la]/JvVB\je CN; {k׬JG(17a#`z>t@VJ 'ȟWf2v *_H_1^iG:~6w; F(ֽR)bݢ3 s`U 9"@U)Y3mlw9yW 1yEX YsOfQ0 (7]1j&L3|mP"HU ,Ӏ#4{v֖VU)@V!!.nӎuWcm0>؋ "lHvN`nQ0 F5ԭ@ i!`|ؼm+PX֙1OAK2K"MhUJo9Xi|l|@#ݓ_.,#3\JJ!AjV3xG(‡: XΟ7oy?xy|2BSS@KmѪrh!iG s(3]v7+L Z p^m2(U(`P e//%!'dhgX,H![ ^Xq|f*d|@5֬ʔ9B\4ZXڂ\ ٳkٗ|D~{ք,2œ!:~> Br MG(2P|7\T*y iW4) ?>.vc(Y @U)+VEA#<=Kr4^xlrCQ0 F%>ï^:@*@+:U{h*7\|7fǑ3[T1w@L"_ q:cK: F(l5'OK~ȽSvEЫI`T!d2@J џG}NN;:*<bd00%ɀh7|C a@4BVpYKhUJoJz& Gɸ"m,y^Z=CFww5EF`PP^Nķ K<R"`2HI֦fR4Z*fHUJ]{!;aA2U;WӌQ0 FZXPxY)j ;RyLҩ׬@ -l-Hߔc>y2 FRzBXMl#EXw"+6J^0@ n5kW^= F(.6"{؛צcQ{f !@ykYRwψJ 'ϼ9tV@uC.y ~%ӥ`uLI:ZX4AFnEө'!'L"xd3BJ-`9VM2 E!,PX` VhкZ7ɠh*7hij-b+zWc=W' 9n_ L|U({&Ep5G I hNfZ:|1L`- , =6`2 8!=Z` 2m1GwhP ~2>1]RD4\ FRzI~ail! Mc0N-3$fZ:8:W: F(*pqsN%XΟ7XQ`]CF=[J HcnƼ;tD>׉Q0 @5ٵk R27Uahl@VxV.6'O"_ 9C r70.7\G(T^K`!; 1ϱѪt`:LIBvyBR2d re0' ?r7#h`P$$%ukkmz5,ԣ 3 @hU: Ү|f @<&w mBTO`KFh`P@h@#VN`X̖GϚIv= ,!'bZ @U)$: BBA'"Wu\`#Ē%\ \j]GTΰ=hQ@ ,y똂M(nצzRQpdgN.=4Z#r\C-9d 㺠\=Ch;VI*v[!ˉGO;`  v+ r7AWM'MzrNbRVG#wܧEuؘl3{|'4Zd^Sɦm[q)#0'0 F70A:2xl!K)Ge,,Gc5 F{#`/3-Lc%\B.u !ȇCV̛7z(Fr@ >< M!CX:H=JꡀXf⪏h*7֣Hd\2ҋv7ꠐW76 4 F()w ,,,(ٶR ڴm+ڸ+Q9XbYD@U)AWO7-n`U_%DG/4'+@-iGh;BˣaF(.p: 2r=``FzhTkS3ڡ FRz`G |S9G/ŅTϐ^̉Xȡ{v9a?cF(Ԓ X3g)MU]:Ul\7G> #h*HJO;b e(/xx:d^yC, WF(>XkSR`2hSn k h*t5J~ƺrz$ߣ!? F(3okRG`Gɞԫc)h*Xf x7L ;G@sBHGFQ0 F`MO8v`DU@(>.\i[ҫkhp>"$r.`Ki94Z$Fm[!\vrX.-Fd%~JRU@YK`Q@)d)/^Uy5kEnuR"%nѪt4nCkAN'̫Ia'vrQtmG( ($X[֞]#ghU:xehqQ0 )i=LLJ]v4 F(`vLW,_-1J@V`Q0 ƭ[l SZב@Fw)ѪtQ0 F222׎s:] @U(` |OfGh*`Q03BK.jQck@V`Q0 #ԔpwL)0(@EA$&L vQ08莣Q0 hCU!U<5%VѪQe҄@]gF/`pvLOw$==קԻ FRDUJj\(`…ϕ׹| ;J! FJG(` ު)](+"ѪtQ0 F Z/Jr:`Q00'N)ҵ0Zs4ZQ0 F( :"lRk FQ0 F(_R $k] nڵk,]vjJh*`Q0H Vbn!C2@ˎF(`@V`Q0 FE FQ0 F("@U(`Q@ѪtQ0 F( Q0 Mo9>yJ`z h*`P`=Jp:5kh4 yp4(ѪtAjjgHCBu?( @ h*``=JQ>iѡŁ^9 貣Q0 F("@U(`Q@ѪtQ0 F(hU: F(`Ph*`Q0 (4ZQ0 F(JG(`@V`Q0 FE FQ0 F(C>0ӧOi@v0 FRzpD(4-Z@+k44(I&N0>pڵ۶֣ׯ]󥄸@V`z4:"jR0[ II#KP>%'OQGS&Jԉ];ѪpsISL0:; 3سkZFxU h"-^;q324 0L@V!/}yp4F n?%X4LJ]=t)׭Y i-]|4e^ @VhHcȌ0-+)Ek`t(kJ 7TG(~XI̟7yL  ` ޵'nA{F FQ0 F(ؼm+'OU` Z#fzv< 4Z0z(Z !) y7Lׯ]֩w킬5(DJG(P -#D 5(JI6њufhU: иyO&5h: F2Ѫ|nhNP^R ,7oۊ5<'O=w豨CfhUJ@>xJ ,׭Y[]vJCfԩ5(6 FRr eQ X`9' )GCiԬuf hUJ=FXYbΘ.J8:>ZQ08@V``Q׼nZX>y$ 4|FkѠhU: WwX]Xw֬@5h: -Ѫt .Jg"` dvIGkњu b@U(\R8.7R5i4dFkњu$ ݷ3i A/JG`옖^v wt(YGfU:iDbTTfnaAyU @U(thf>}3 FkQ h FQ0d{`Fh: ?Ѫt FY|ڵΞTYk5(Ѫt F,΂CB>}4fЦfa'OZs' H+S1~h*GG2xy Y3O8 \\GhH6IvShU: F( `|U? h`pU:<; F~@Q0 F(O>\v]`6HRJG ?/`A1 j!W?*1`4ZQ0 FՖ¹2wtOxn@V`QA!!22w~ ^;hh*`(@3 F FWQ0 F(n :"REA!C9^(`B-!lƀhU: F(`:9 @`Q0 FE FQ0 F("@U(`Q@ѪtQ0 F(hU: F(`Ph*`Q0 (4ZQ0 F(JG(`@V`Q0 FE FQ0 F("@Q0 pO@Y䉓h 222t8u4ZQ0 @Uk׮_~ڵO>a֠|||ZZX[XV`JG(`҄֬WJX/F_߹D5g'v7hWBR"ChU: Fi* 5d_Ҩ.*f=y f( FQ0/$$FÁFAVrKW,ہVkHKFc ]@+xG l@iA1 F( F{`$$;RRst#7hQ0,@V`Μ~ {h0M y&(hU: /`%ie fXHOYefkuGHQ0 +Ѫt ڔw\kMPYE3޹& `ZnA>y~g~4S\Jv/W-xN$@,6 0GS(Z FQ0KD.\ a MG37`hU: `﷎.d~Ŀ/<{w8tb/-4$rƷb) XV`h 3 F`tG^dS}0wk#|;,A(9=PvI `htDő]& qZc\ o3+`Xiwչ}9F(Z FQ0BȦu-287ڱ[;h|Ý1>\lЄCD8yF4ZQ0? cVQfx>'ſ/$@7w{ׯ%A@)`_y ;Q@$Ѫt<݁ݾij,\ |Xʼn gH{8_`Z4} 2Q{?GCpUvIG4ZQ0|1s dR%I`FQ:υ_x_IB(sZʲјChU: F?/v!{7cRRxTI:s2.0/="X A21,^(99}t(r FQ0 F9Xe{MLyD*K u!dt< nYmUY tK~~Vq4 Ѫt#G!샽3x%_t%!&s$CAuj팎 h*`dAWyy45I _XȜ(r݉ 9mӯ_D}fvV׍v4 ѪtTu~Ǜ>!#W]쁁,EwBxY ĂB睻ӎh4h*`dl`皵@2g_YsJ=ZmpY :BRy iG`JG(Y; Xc;։}(yf"WmJra AQ/^ӎuiG`hJG(Yr9䴣xi\oAxAUs "ԲzfKs\\_F(Z FQ0 FV]srD/89~,Xq$%j[/!_^` J׮C{ܭM4 Ѫtu>e i`2t~2ҋyzd!G}_PXcJᅣ` @U(# +N`g#1=$(;%gɜ'@c 8/\{.tC~G\4u sr;9FWh*``sw bKG2 8! (ύj[X͏(Z FQ0 F,v"iG_}wmL襃RU=c^8Cp@ =O qfhC hU: F?/{hД+$ #J9T5.@`n"x20OO{.>yfQ0@V`,`Ǚ[%/*r=NȽ, .tFwF(z FQ0 F` 9Z(/`isI%GfX 7GJWp9sGi -@U(# 0IH@N(sZ*#!1^#Hg |h*`dQ26 @+bQ1@%Ay< %֣@ED9usrIj~4F4ZQ0Gbd-6ij@z Z 42E 8O2fm*ⒸҌQ0@V`, 2* "g(.YE?m- ("y!Az`99}Q0@V`,a |4.ϭ_iwJt.,^`5(ny"P .GG4ZQ0gno]@4?aXIYRcKo: ֝hü ]?iGhQ0 ?Ѫt~9 Yg޵K &#BC\;a@֬sh $`;yQ0@V`,;Be1_y07Rlaℬr{X"1,y}ZkNh4h*`d`[{ח"`  1q7t%fv=d~=$r7|oЫUiG`JG(YX!vd3կ  UՐ+cn=h A@U(# |<|iGxH#$0 saU6^Bӎ>'Ѫt -@U(#W 9>~ܹF/A?q7x r= vX$R wkDk׾ODGChU: FƂJR~ F\p/jn.o+dt7'TѫG4ZQ0r$Ƶ9+[IʁG Y^SBXuABfI!U}[t4F4ZQ0o`vAz)R`%ܑ_0e Pj1}`E`JG(Y#1\].o]H9 9 /px`oVI~C.%o:;B3Z+|aQ*PZͣ` hU: Fڻuzc -(T|-旒sfAN;{ 9@U(#@d<߾{0db dmM/RGsSRxc':z( FQ0 F,kN ?~ ?: l |1!AӫG(Ѫt8s}kk7#Ȭ(4lEo߁,& 9XM2I#_ TIj>h4F4ZQ0zXcX=ue}(U N`kοAٞ _ؽ45kuiG`hJG(Y ૿]D$K5_F>Xkܚ 끦ufkVp4 ѪtUbA&yǂEhwg@Ѷ"Wø<Zkp]&Q0 hU: FȭSo1Ѵ,A#ӎLr8 ,Ѫt cIJb{A wm10`pU: F4ZQ0cBRT p 3:r; 1Ѫt!>yگ;A׆Z㚤ॳG(dJG(K~;w<9sF{~` Ѫt! Q`= 9oa44F((@LA0 F^f-h=: FJG(u #Fb4ZQ0T;w ( h*`uF` @U(#|Q0 (4w 4̛gonaDZ|||@=y~:D@ChU: F5un֬g&L@e*!###-#J7k>}s>H(hxpHHPH0Q0 hh*`DHaCwE,JԾ@F^AVQ0 ѪtQVU udG( FQ0 F @z Q0 F("@U(`Q@ѪtQ0 F(hU: F(`Ph*`Q0 (4wA%$R;xS Gm.Q0D@V` "vkKISF(P`(/E@gbhPQ0 FJG(`@V`Q0 FE FQ0 F("@U(`Q@ѪtQ0 F(hU: F(`Ph*`Q0 (4ZQ0 F(JG(`@V`Q0 FE FQ0 F("@U(`Q@ѪtQ0 F(hU: F(`Ph*`Q0 (4ZQ0 F(JG(`@V`Q0 FE FQ0 F("@U(`Q@ѪtQ0 F(hU: F(`Ph*`Q0 (4ZQ0 F(JG(`@V`Q0 FE XF`A޹Wj \_#7hQ@;@ Q0 _D$l3o4HG(Ѫt+%6JG(1ѪtQ0 F(貣Q0 F("@ˎF(K~8sFuG(^(`Q@ѹQ0 F("@Q0 F("@s` ŋ/^kK3IH(t4ZQ0d;,XGGBGbh@Q@g@s`JG(JG(`@.;`Q0 (4:W: F6V? F핎Q0 F(+`Q0 (4+`Q0 (4ZQ0 F(JG(`@V`Q0 FE (@IENDB`PK?Z\\1OEBPS/httpatomoreillycomsourcemspimages469871.pngPNG  IHDRc— pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>׮=ySvݚ5 F FK1zD p|MW77`A6J`h7"̡܂ $@4ǀ=J ؝4 Q0 H4Z t\X5HgsQ@RldӧO|`+ (88` hN%\f N8?,@?Sp` hk׀`Pqd>}r^#Gg'G( h[ldX.@,A0 _ZFztjrJ@(G(ChrQ0@b` hHɓI&`=gQ@$Rl SP)6h)6 F FKQ0 F4ZQ0 6RlQ0@b` h` m@(`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@(`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@(`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@(`hbh( &M8#P2I'k׬   Fa-+dzZw `)lna1( (`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@(`h-F(Ch)6 F( FKQ0 F4| ӧXj!6 5`Yjij`0B)ŀ)X-R ytvrdj ~h6 ' b{ׯ]LC:(t^]RlI c4j( K1?0uv2Q0Z $'GXBm r@XJ15k qt(-F }78dat(-F"mna>b Tn7 [bhzjׯ]kijhi =w )M#`4ZAު;,@(뭺#:Q@ {(zIA@mQ0(Q@CF`=ݚZw6B1O+Rl "0Do hG9 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@(`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b` hL!Ўr׮}zY`x-H:y$+|^3D CFFZthhk֬y ZYcna/b0xZkq]@X8z( b~ a6@X@0Y +\`RM5slQ0D@,X >ʙ5F4@ Xzv2t((^v}C9JV/^ 0)zB@8bl?׬ū:IBsX$iQ0 FY1pU}/_ȬB-+υ'GBGbh|Q0@g1ni6>'f!AT)ˀa\eLTk({h@F(_wƬL/^Pqfܟ>=߼<׎?Ym)Q0 z1& }?/e4Ԇv_Dxk Q0T@XV;h1vXE ׵s„I&ޙGd 6ֿr-F4RF@Fo\°u3޾aeS\s$ſOјCh)F2Ae8< "s ,+XBA!`is MTPH S{}o{\ Q0@bN%b`Hd>FKWD& q`QŬـVPl9qD=v쌏Qh)FW,&EH;MSK hBų2:y"$!m4-_> y{z55>r9lCh)6PK?y))B Vk*Yt-<,,"AAY`,ŀ=`(- gn~_(ʕWwQbh@|>B\2b [glL _ lXh" Ҭ]? RXܕ"|9Xa{8S|rꥥ ѵ`-ݑ5ӯ_>wqRٙr ^w+!J3dehH 8S`- G ,Y6KϜe*^$UX,aX̪*@y621}VkЍQ@k@w!]W 7O2#IL )]Kf:?ʹ Z0iZ(d`-[/ٺyikKo@!8`{ _ t Gb|P[G_^A5kDRl !@{£eDEO݇)h m ,!m.Hn˭K?_ ;v 9@Xp}Z~ӗhB=$کD+3?x>/?.Ch)FW, w,E--f::*RK+2bh]HE=+_;vCh)FR : l"K(؂,E +=rٱi$gG( FK19ee`8#P^Vj U]l-, a9uaQ KRl -@k!MW k׬ r^A_&. , w, {*#b c><E"@8 R~ wkӵ+Wf͙mB 02 BXZZ%%Fޖ4 F4Z@ve;fK-E+!GLLrKO? R!nAށŇ?hPV!Jke!߇lwByN}/UFWZ!h+,P8n0GGD.]ר<%h6hl-Q$<4H:XȎnCh)FW9-WJIɆ8v -@]|;9Y98yP JLȬ%Zүd1ԇlȕ /6 RޥwkTg>d 2e 9ꂟB&15 R䩐AmfH0@^_tk4qzJDjà#ht(B FK1)\e?<8;i}l.ܿs0x دԌɱ4SQsGh 9@]O {@S2( k7r8"2JCb (B FK1zxUL#]P|uUxb8}&Q0@bQ\ңA:D/bCNoA֔lܠ Yi-F4Z`,Pwr\SP@;?.n7|dSR |=)`h-]x8ϻwg|NSJІސfyc~(ѵ`h- }:`"Y3JLHb@:b|?rk s?1x~%]-F4Z@*׺k׬QRC'3:~H%d[8}Smh<`- $r6]re֜)4;wu9%4 2 V[k@8FQx3(t4Z7a$~URlٳ瓧\kq|?ֻu/>%`4F4Zp$C1>< ~)>&w )1g-+/ecGOICh)FW `,S8n CNI4UP@>f#4$8}`ȈXĖ/=GOICh)6PKwXXh(Jˉ|P" iJ2 ŌSڻ ׃n?C h)FW_icBYЁ՟`ׯAKC02\ !,C$!a%tcgIR&TnjQ0@bS\88$D1k4|>&272 }{.: @.xfQ0@btȧ$>z4k${)4ҝL\b=%$&&[_'#јCh)FW|JD[ $yE.&@[xcv?.hux4(}6"=_ ^Q3S`-_D]8vDZT4>lg1BN% $xQ0@bQ`gbߍ+W$2Ljp,ք4$$)>v 9@{@,G=JY14A'ppeI=  w _֯D>z^}ii\=kGP4Z>ח/i 7}Y&Q . J̛(`k> Z.KhLh+6Edy&*(0`S͇\F Yʦͫ::¤kw<_k;גTH9++*N:"GGP4Z XO}hv2_}[X;a#G`-Ũ~sZ&@+-vAU@zqkX6 FP4ZQ /`ay3'Q0 4ZQZ}NNv8sEhQ@@Er>YٌQ0P FlkN`G#1n`@b䃟BFb4Z :` 8RlQ0@b >}40 F F( hjieZZ22Y;vڵ'O\v@10Q0D@bE؁#'M,G̛,)ˀ  iS`A) Bn|Ch)6YM]- ,ˀ }&AJݻvQ"HlHIHcp4FP4Z i K '\` o@( F(G(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@QBv":xRQ0 hC+>#v͚Ysf(hwWuٻ80.R d$-UFw Q0 FGG(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@(`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@(`h-F(CY`O_&Gh)6 F( +tXPmtqs6ǀ$@?LޙZFq$q$ƏH* ddy4z䀸أb[gO7@ma<e-6`0R`CԲ+C'Ol"@p1 Q0rȤ`RCKH" 2`,E@s5`AF%@_wڱT]̪*9Y7 3a/ lfZ:E_1@F(X~͟7268], O89h-Fyh85`YF?ݙWPpu`ikfag@F(qHv $XO< Fb$wfeFрL0ua$`9;}L_/o`Ak FK17Dc fl@6su>X T@kGbj`ݏ9^@& >,n\Yj ?h #>JU-F(IxUKM'`\AğꁽK`‘2{_ah)6 Fo< fR)p) )< FC,Xdd`^h)6 F( -/H{ Bjn9H nPTRlQ@ `$ZSl} f>(l!-F([aB-EG.#V@_r ST @([O<Gi5xF@b`Xl{Sr ȂMxhq?@b`JsF*V>0+Ѐ F s T @(P8!)q g{AD,̄_V jJ1ȩ@|I,O @(ûE A~#G׼4! ̐:̴֦t#/Rl(),e5kaא{h_?}RTA6QBΘugLLJll!TB/@hQ0 [)ѥ;S^"`[,qKJn6>,P ;Á$P%52,2% "@'%.7()ڈRh`U% 7¥n\b9 6N0bK^A>DSPwO"HwXN, 1xVCK(_(J@Y^ab`sUYq?~KKcԚի@Ӏصs'Pի'+J[Ǐ h&Q-nxZh)6 Fu03$06AHB|A,eФP( /()^!VTAj dhr3/LCcw"~s;z.`_4,l812ftN@QQ@̐'OHLJoC=؈ `)ԔO>EGDWGk -F(B-.tus~-/"a" ހ|pUt?:ZO$O? =i F(4r^4'OD[N5GNx{sHBwܥȂ4:?X0?L0RQ0 rA!e.! # =@J" XQF F{h.2fj{kC]=Jzb$*,1#IebX@`)|<?~<+(\{q$R1h?6< 4g(/o[v#! @ h+lгe)b'2Ikf FK&Q0 h %¼sR*\E H_O @@HPmd<`# bZk RM4@kG(q`|||W.7uк5k擽 m?82-F( geSI'Nt^5=h)6 FHRX:}9i-F(еe+!7T ,ԀEVP#T%-F(ؤ (VB@WvD.wh)6 F(`,}&MHҐ]1AJ=lA%o-F(P$~XoؖSˊ V]WKZY-F(~e^A>HUbCf\\1@ Ȼ FKQ0 F$/+/Űn_#6ĀY7Hh)6 F(@`Hds铧:YKb[bd_ @(9>JJ1|!k׬!4ZQ0 ЛcQ.7_FFh)6 F(@A!V-XH!4ZQ0 4#b:MM@b`,XJv* ݻvijiQx-1@b`, '`Rh``TSGQS@sXP04ZQ0 pd(^?jh`*o!"1xҜh)6 F(xCGEqC h``CMSB?^>^ʍRlQj(]+J%@b`Q_.uZh`xvtS~JSh`T\l_}P x`T<RN65/7SXHK 4@('PXI%ҝ-F(8 UB 0 +ڑ4:.6 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@+-[ݩ>y@V4@ɭ``@bR[ݩp_(  FK! hCwܧst3@EAq4.qQ0 F4ZQ0 6RlQ0@b` h` m@(`h-F(Ch)6 F( FKQ0 FsN{Sh`  FKQ0 F`Ϯ  FKQ0 F9ɓ'k׬  pnQ0' 0Q@Ʉw @biz֬)g gaQ;yDbR`#QLKdZ Y˽#@/C ` >d` K> Fb&M{.8&-̃@k׮ 2z:&s>>>`l h)6`5kGr)`q6EaN[ah)6귑}`! #H^A>K1s FB|222"ldh-60yvy"e%Ғ 4FZ G_v qiXq6 FA@؀Z` iyr Njrm$j`4Z :Lh6 F FKBm Q65?yPHh6 Fa<$e0 ]9ZQ0@!JD`_f ? ̥Q0ZQ@< D)fnaL֬VȎh6 F`2 Lȧ;]أ-F( PJ`)iy!7dIj(t PJ1>nu` $V`+ Gb#PkN8yT]-F^,($X,dFr򄉐m4F+G Q0h@bQK.`&V`<4Gh6 AtD$yX. )< ݇C:bjFC%)) b1Q0Zq @`M1~`Z( Xp5Q0Zɓ'=*@,zKW,=os `y?x ywGQ '^< \/ wu@2 K^z譺H@(뭺Q  Y X Gh `gs4 X@.,``-F}[uGehKai4z(,ͮ+g; M0PKahު; 4ZAWPhKai1 h`P-u)@(ʀKaht(`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@(`h-F(Ch)6 F( FQ.['OD a,(## 9fQ0@b >}g.`u |̲ ti ! ; 4`q:z( FK&L4aJHJ_kf/ekLt`1g@ہr!`Y1IH{w4he qus+ȧOkґDNBZe% :c4RFPstP^ #_AtV(cpߧL Q0 F`Gbso]\eԵs_O`>ߣ` ?@F9s=_wf@%#ZI]_p3ӣ` W@([J` zbfVVf14 Ѵ,%1K1&I 4A4 1'~5 `uFQ0@^il`AD eUMM|/¯ % *"Ivx5{h`h"j/ ^o]h ޺5k׮Ytr=+ 55$/uM`YQ& w4o18q1`RK5޹ܜ$ؾxq` a}`,pfvuGKQ0@ }`)$)s@fBnޟp=d0v%=7~|*`-41F40; MKF%|/mC >Jz `!{^7c`,@޾xJ {{ڔڱivG#k @K1 bVQfyw_ڋԗ YmK3\1] 4X7 FM@bto]@$pF^U^0*9so˩/h^6dVQr ;<cB eG( FK1zB ׺k׬ P&%dMp./R@m?/0WrPة"!15 R\|vٸ[_2kl45 ){Xx2V[k K\Ъ [`-Y`_AXTdϾO?2k\XZAc6Ѐ,fUe63:xS!ǙQ0T@bT|wR Hi]B:&rkǮ?/¢v؎zCh)FW,&~ Q޼r%:"r nB+CZ N޾ܩnWEz~y?׬>yQ0@btnEΗ"y1H>~{qp@,tS]Y|A;<Sy`t={!k]ѵ`(- Egnd"ǝł 3:+mt yEQkүY(vs"h?^0 $RX }k/݊;/_9ISK s>B^>Euul_ Y)X!km,XcŸk֍Ch)FR E H]5Hwҵr"dbubփGCh)FW,[=A3W$|)P XLb H?I wTAkoG(:R畂;m$aR%c );X$|%d>ԃ,c蒱Q0@bt<81kr(U݇.A+m7d{hkEEH_^BBјCh)F%{gY%E`WNdϾ—YZ w0U[UX;e]rKܽhQ0@bڻ E +ǰ{Wjgt0!KrD 6I!w6GOIC h)FWl0`™}w}cNBtf[Pο/H3{ňЊG~=%q -@]"`+򋗉 |~ R B֝Y;KA1ƍ AN C h)FR ׎ 3%J+?P\~YWBVBX l5}Bѕ`- O D+/6kv[L /~ B+BUE|xx_)K&[B皵$!h+/,I޸8)r ?}9k دԌʅ폂h+Mz£A=J)~ܸEa0Ln&vRUȂxiŭwܗEp(B FK1zxUL]P=R" `MD.?Ag"CCkG4ZѻGsZHZ2~>r|fļ\)kG4Z0I `K ؕw4pa{Hm?h"| ܹrWhCl -@q``uf8sr|-m4 ~Ȕ%rY iBNIDi*`- m"`,M $%$ժ(YPND'º2֩:f˗Bޞ^M@rbQ0@b޾+.*oJ^i?^Yhn'AA1#~8zu(Z FK1`UY ؕ``m.:6-pRm7&IqffP=vl?yPthCl )@|]y5 &I2  #` nlC^Zb] FnZG[B F]? RIԵ'M}hD}V[k\w<ka4 Rs-ȗX29$&DEȓjll:}ܽvhL!h{Cѿpq1<8v% Ąt*1;=ᐵ$e Aӗ@k1 Rt}Խ$"LSB.H$ Yi1Zh+@>%QcNoa'$D]Br$C6l%r40j 9"n,;$h>Z ܅ Q} Q0@btruX+/\!'@ʪ}(ĺ :v":mLL4 At\nQ0@bt$WV[kf6ֳ?tsJ e{YmM,, t_}Q0@bt%Z=.J10l9mȍ)K.pݓoa^C -€+!w{5H`h-S .x^)%Am~yYL⣧$!hweʧhY14A'nՅm~$aap.R%0Eaϛ7nt=%q 9@ip}/Ȱ~ӗhB |C[ ^fqᣠS `- NI\b@} OXlAC;%q"ᡡs5b !@rJ@ЃŨ^ :%r[8}}`)֫uzewʍQ@@]nmZ],2`$~(8@Cc8?cܢiq$Cp,}> Eh)6 RrꞶ5k¤ #pQ\:r Ɔ8åvJ H>W b޿KyF4Z?\Y>o.OId@؎;}د4ʊ450|Q0@b np XR|הhٳǍ[=J@k(0Y f|_EwO18 RހR|ɞwԶ~U8ed>)| (2 i !@])Sttt4釮fYrov_ 9%(;Z!h+sZ..cNW1Jd"c1OI6 ӑ/|4fޯ4S`-]q$;^; z']xY`@t-NI6~ Y1rvQ0@bQXFpf~J"|#bS٠ oQ0@bt򋫲[{S)pF^ .$\I _Q\xa]. )`rǕ S7Fcj !@,)^)*]&CxDqpjc ٺ__ 9z Q.W rsG4Z ݿvʬ9Thvҩv>;Y\\b_.xjrt(r FK1>cGo11`Wv*0 #H}%ᐣ!7QB%YXN{Тѕ`- * <.LR`AN̾'-oQB37kQ0@b"jXq&[8}VW"C+Gf E@`)װ>G ) k,:~%bŢ0 (Rj׎_ԈQ[i#dܟ4 F 4ZQ>ri 2CP'O֮Y"-#C-g 0F( FK1J.`+ 7'NVZQ0 7R"c"MڜY=Q0 h)F>o^bl(i4o_^5` R|Q`_ɫ`-3v$GQ0 h)6 F( FK|||@r҄wӀ%`( F( hjiK̴t WFFFZF(,44!eK]ׯ]'O^@.P"2#`-$$%`ruHA`<\!&#RX P`WP4‚F(?Rlnn@уD1SD ,J@iHQE(h)69lOZ6 F(4:? F( FKQ0 F4ZQ0 6RlQ0@b` h` m@+-P"+M0aVChQ0 FK1(0+ Q@]j7<h Q@ {g8Ѡ`@Q0 6RlQ0@b` h` m@(`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@(`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@b` h` m@(`h-F(Ch)6 F( FKQ0 F4ZQ0 6RlQ0@140"j\$!$!_;hQ@#@,A@~(h-6 F( FF(Chſ/Inp3(t4Z`j3o4F(qѶ(Ch)6 F( FGG(C io37k#9 F@F(C(`hmQ0 6q1r/_޹ m͎.`@@b`?bt( ht\l-6 F4ZQ0 6Q0 F4ZQ0 60F ̐@%IENDB`PK?¦  5OEBPS/httpatomoreillycomsourcemspimages469873.png.jpgJFIFC     C  C" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?]Qi4+V+#2&~PHHE G? ˊ}OE| G? ˊEK&ϪDLHum cMc;~ C|#{x9|5[dF-cd!L}P} iEcX{O[Sex*~Ύ]`z?yM|W?x5]ZUjV4֌wVƲE"td`}yr+/-k+BT=Լ9Wa}{=j>+X^[YT+4P!UE{we |{ow5ؼS=~u^ @CyFJ3Jť~ƶ mWU+A @|WƟwlV?<3]ϥژ燵g4"pHz ( ( ( ( ( (>MaSM>4CI1Lu=O{y~-goƄUx7 Qw%ƜH?I_UP0(QE4X_zMĖȸƚuOewk%l_`ɿZlx_~|@𷍴YOeBH4 GBI|Ug:?f {}ZMoZ+mPڴgk8ɖ$G ( (AEPEPEPEPEPʿUi9D'UxF ~ݎIKwz P>=d |AsNH 7(;⾯}(AEP\⧇,<%iHy7j1; <^Yc}މv>*O }܋坭F'H%=#>* ŋCaih%zE쏖?|Mɴße)??kz( sE'moO?&c-IE}OEv|}~il%'?  YduQ?Q|qC4>X= UH?_M%5Z ?5!@`Fx5E&WY!e园}O^oe6==⧏/LJx@0/k +F-my!V4 Zs?b~?m:~.῁uVu=feuWFܒ,֯&e;;|;B=qZ9oY9AujFr~beIn$l\faE#4-$0 I$wCϿjw_V_6zN-̻"+X%o#NI!C0V/'-\%>BJ_N0ünQETiK uGuA&Ode="PNπ4KlڣG?>1]AwEH.ފ7i&`|A5E(((((+ S.m+hNhm4fO?V鉡jS;8n$XIT+.#>X/=xkQ\f /~݌yߍ=B)3te!GeWcmk¾6iڨ7׬m=+xFG=X߲VXL 7fxR^Eؼ[X5Alv Mz|l~:ZFkߏ#B1ekU:&.-%6##i ϥ$kO ~_(Z΃j7s[mz|㏙[|onz ( ( ( ( ( ( ( (>NmQi }kzS;a羱Uo4#>|pO {&_ ~Ԣd(dηol}:A' (Q@Tc^ 6~ o"Uknچ;KqW6LF2RrrGUI_''hmCH4`Jԭ7:~9T0:,/5;u+ X."Y`z:0#؂(-yc>>X|d}Vү`p?(GWuSQkynE5׃uV<'ڋ63t3!˴P;a_=~4OG?|sm wM8n:FQxDvaA#lߵƓ %~w< =0Yj˧$,nȹ*V=n((((($~>?|?y8\nI=~־=CyH^0e1Z (Q@3e} kigk]iW쭬J=Idw'#ϧh6Z~3K\Aisǟe@b/@U8o߰/'>!Zx6,~%Kz#wflr\>oO?&ۋ ;qm;`OmkW)&n{˙"- W#5_0W||;_ GW៍~%.pΚ~ON,1b<3 @MC)ǂ<=yxHtvP5KķFZI$E|Yqc?MOo-x/lF81L}(]*BU#`_ CĖ?$Z\Ф+ZU5GD }qi~60°[[D8cPQUp@8P#l>3~-j)/ǿ|D孿zm7s~Al4E㠴BJ{_O~#~gCI|/ |Lo촽>)n5Ii'wZ񢀻>X?R~87&poM.ϝO&?ii6^ G-nt?_rf__S@>X2ֿ}g+[,kzۧ?cxBox[CqfI&rvZƹisFr4v hx?? c~ӟuu/9e4X\FF)G۵OoSf;^5SZ񾷨]xWsO>89!1 WP (|~aC|tm^7r{$QY%v*TMy7*k'5_ _ ڍcVg#Xn{(瞕|$hڋWIƓf >hWBGSNՓmI[0Oƍ㟊ZxWW<Bg_vVvY"1_UQE ( ( ( ( ( ( ( xhx[j;_^3Դ4x糉9i<u±*EGs*pXSƊ((?*pX׻߱:S |a-+.REpT`>`1OEBPS/httpatomoreillycomsourcemspimages469877.pngPNG  IHDR pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV F(Dm]Q0 FQ FQ0 F( hq9 F(D-.|w1h8Q0@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@,AO'sg44=倁_zr4G3[$$`NiwHo\ǂE_y&2F04Z\`p1!JώఫBPFoCSVRCY %\JQ0 F;\e2(0 G̪C#@J`+X2m4ac@ˁm`XsXLC}9Y hu9(Se0@ᣣA1\@`P hjYEEJqyڵ֦f\JO81޼O>(X#h c@(5k]*4a FCmQ0@I@rϮݘ .G i'2  r n82u(Ą?N0a4F(`q9q4F漢hAh3> >k-=w @AEm[_ӧхD`-.G( hg|Q0 4Z\Q0 ߋ?W \ FQ0 F\iBs]zך>4Z\Q0 =$Rh-|hOMu7 S\Bna[8o>rsrt(c1Ч!AH_ %5ʬB94˓'N~!6'G)+2j ,˯_\BV}yPi XL주R!\\"7'g^1 F23C2| Tl,CJ`QL%ZsXV6'GR%&dkNz@/{񂊅>4()1!x Èn/M˝@{5Chhׯ][0o]%oN>}@^vޚF6.IЀ2@) {tlF ?.B ڲhPrXD JH0@ou3h]~3 s%5O4I}t1hI 8y,ƯJSKXPw! =J  fƁ=Y'Wgr8qYו6JR_/o` le%&f, 9^K`m ?})I`VSt.+ ]HKDr)EdM%ZD^ .AM]-=[X/񀮞X^bhA3Zb[3+}5bf@CHi ^ 2'>)Q8@@$QuZ0 d9ڈ크[ F\9zp-1+(!PpTp@!d= 0P$ Ri/+ f:0hI&§ũޠ Bf-[6ҁ.v!e؈/1yقdhA0܄@l *9s4`zeY3ijE0*l9!8ܽ<6oTb#}hͦΞn%@9r7A**9*bMr=.e" = mތta{|Ч.^~AC73-/L#@"! Am4JsN8[-<( 2%̛?i`z\>ZVL?5Y7m iI+A Fuk!-xJ"<i0 ]" Mrr`J]B2k!'"t54Ǧ&L3/ 3資Sr 80U~`q /TqNfUhq9 !)q hv|АE3||r 9cG3 !@,1Y_kmL 6Ow2z'LFw\ވ 5 > 05IhY lY5%"{<7뇀mxvaBA  > 2 %&dV!v_ 0 ̟7m2,%$E8$``N%4Z\$aqHG;rO9$.H iiՌ^49 @RC'Vؐ5C@yy+rI`G~hyW"rYI\wp 9.a :!)q4Pr[GG[h+5"0,'O0"Q l}ڹHRҜD4Z\> 2% )݀r1G*d8yIC)6ZGNq#d@ہ(*=tx &xt|W!_DX s @\`Or&-ɢjkMe4Z\H%Y_@.] xc2p i3 M`^,C((2FӰ ͧbRغ$ FˁkdC,!:!Anc ruk#7($xHܽk'$hu;($my8&\bh2ȁ#vjfmoZ:x/|֬q @ip|Xxgf tx7\"m3> ZOF~~BH!-e:Ohq9252hHL+yA)[W'f䃇xm`UA"f]\%Gtn)hq90q`,qH"w+𜲁AfF _Ddl13G 3b֔C?L{vsq @`!ZKk֩32v $-́-]`Ӓ)XwH-`LFc,t ijhq90q +2dhHQc(tD=ZZZ5~: Gi@ !;wyx,'`C*-.@]k,@dBN`Crݚ5.9 *Arh %r/^0@.ʥh*]ꭅ''Nгr@KS3\b90"@%DYUD6_9ss>8CuyRTqRyX8I޹3!%&d6 **?/{.WEυ<UbBJs]h9r?x`HGa}O- O9>A,7Gi8`p>yr pnK~JX:"Q*60Or@BR0z<0y 1Hy8?5>Fw ?Li.!"ء3\ و ,@]/$Q swe;Tk}:hq9|$p^ALK=V:Sy9 G8Y<4gOZn7 H[Nx!,(9 (0rs3@qoΙ1< -#F4Z\b ز>_,@ku ͇܊1g8ۃ!Avv!e_$b40AMQ9Z! @j`?ҕOAC H$  A #7C-I fe&qqX' I*`ҥK4Z\X-r:5k? U">?YH Ы{tɯ_]=O<8%ee7tv!E1ЇL tf3$Z-.@J(`X޵<Ok뀽rUA@Y`)e4 ~mIj1GkwlE|Ji;TK~?hq9sWOyI) { PEC#7|\ v RZd(_;v #7' F>H @ᣌ͑&qux+*rچD7Ea^2 th| 0*/AFKg~%#d>*X8{_5I>ܥ[hq9~<0Ȃ ts\GlA+ᗌ3>WCw G1*0f)9XA86hq 8 (oAZŘbXz5ە;w*<܀-S b1ԧc44Z\ܝ oؒZw+tÃCB Chr`IiQ9 p_w@%&U H ጿwַ߹)<3'*]@@$r@KS'O 7Bn  FxX5r6f (/)0h2 0%@6, >`) lESq4Aq$āї@@΃ö<>r H\X DJ%@`(l~k4ښ&0HӷrdU.*"ؽflٽk 1OBhNH÷\er2 )UP={HԃpAs֐/ BT:nj X\ ,F= $mLhWG ^lEGD:Ssf) / y60" >\0Mëu{.eF$., C`sXVPu@A`;wn` a h^;$% -SHw8Ҥg0hq9~|8PUBDsdyxLe5z' }D@% ؋nm_kkh0Gb<,*jvɁQ` ,1!@3E;Y@YHQ H\ pIWhq9` Bx#OPGi thۚΞnf8vKPrI'%h ȀeAE*lp(Hmi: ,IZ| Cih ,%0``[Ck /"1owĊt!KA{Fר3Vդ 9`,ξ#@AJ^,+WarDt d iNCzh) h7H~W:֦fR6y${%ZI9o^K^Y a@R` ?zg"B>ގ#x?u=' #xs.-MͣG^3ukVxN>Dn lTv2ٵ#:!@3b FS'aא@ zCn=xXH]esr:#oU9ZY 4h  Mm@2TkU9IE$V)ɸ/;z<A!%' e %&dUdy%/_!k+++7 ~hq9`r`d@fx"d6N:"G9hx (-[L6&y%&~g " ͗}--.]:pDH`*"5dcP XiO{(.6ܘU6&MH^<'/1A=?/+)_9@Ghq9\<]R XUBzS1GkB&r`+Cwt! dGuk֒D.1O]b@W{񔗕$ t }NNZD݃DhoHA )N8*"̎9xQnȉ !w,=6>4v:ɬ,QL%$e"KL`q ٮغ|h2Xu9Lb埫BS`-. #`y<0c79@Tb=%J8r)x5("lN /HK%> LnndZ )%񗘐J=q Z )+ 1YuOhi5G 7 ",1*a!Ԝ$.+)Ӕ,@.19sМTVRZ-bS@t5ma` +8{4Z\+_f `\5ぱ^ Y<UDmxA4 kNb@MNKL&qqx1J LK&N`7_\sZ1qv.Nj4Z\&S`920;1)ћ* 8s@hr| A&9K~ɵ Ąo%&wKe%0-0PXD,5%ך:`$hq9÷9KFȖC0)0hjiS!dWͻ{]=OXe^\3AjcvU:taʯ!˞(,=tΜ,ȩ%(r0>xL ]=-Ab㸮5_92V2oOFwtr /@`I38xϛL]h  c F ͇EB}m==R$ !O<]7z</1Jݲ**`-.L V[zzO!#0? @yG)1呟70)nڶ!DRky#J h6rxdS ,  OǼ͇ Y"_hfHQ>gD`J^^m[h2H2*x-.tG,mʡŮH~cd{%f2j q 9sPQ@L*uq۟ F-Y ,{.MNȁ:{Q @= z^H|՚u%dR ␅D`dĤS'NΟ7͕bmIBT@jq 9Khq94) e:O"=pDQ0n;ݦm[asM[Ywt+܂A>4Z\R< Rj<-S`crd|@ C,13̛G:GK,Y !#M͐C4䍊RhZA 9F]aJXh/(Gcg@)Ӏm@ !gX3r%*ڱ ҖDg%rГ &ZKfUe/h^ HRY|"(r.60ll'OHpRŋD2rAv%$8-.SVmlv 򲒘r.,60\.YE;D6-!Éls|@1$ d y8ZV\VBN{#R 7rDR/1asa whqIOhY9 'yx]&1qGl m$u/KL-.){vWA1 !z-$u!7zW9y ͇7iI,1hkE /ve%!d1ׁo-C/ d]OB FQ0 FJ;l#|.L+(;3>%&@ -S`riij^3 ׊\V2/%4/_$ ߊiR%&@.$`W R`1Ձ S/O8ɀ<|bѲ @:ȧNL'N'Vb2ru@ '=}X=yrX/DC dd5)>v 57-^ zEȁT,iZbhq9(dC7ۃXuXHͶ( e%YK`U2˗l۳;KL-.)wF}*+@ \J^]\R } p.1htgѲ'O)'ԺP&C7\,N-3h`ddd >}Dv+0( %&d(UrѲ p?/`Ch]^H:rQ r! UYmiWV2)).5i>ӝŐ Thq9 FP..UT[hz88#|ׯ6UQF rQ@iM䡖CB"tL` nh7;<".R@244~A`t@c`Q@%i` W@%%E+G( FKQ0 F,ѱQ0 F( hq9 F(D팓׮yp4@F( FKykG(?,"F{gj^⒒rtgখ2@`} Q^ѩQ0 F( hrQ@)1!<ݙ$$7h`P\\7^  FQ0 F`HkShtrQ0 4Z\Q0 FQ F;`?.~/WLrQ@8GB^Cw4Z\Q0 X\Jp$W(`hu9 F( }/ !"+rQ@r?.B "+rQ@0tgq`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@`Q@rQ0 4Z\'p^vɓ'4 F`4z?/o`yEi||m Q0 ``q{.L) i8J` 6@$ nZL) _pHh(Q0@ "! lc"ە@Ѧ(hq9`q vd惥F` F@s H(hq9` >)~!Q0 F 4Z\,50 M--`s4dF( F t `0-.@`Q0 9]= >֬=yD^AhQ0@.'%B`m]0vmna>~hAh`Ƿtp`팏Q0 FQ FQ0 F( hq9υ^ Q0 9r_w(hq9 F(D-.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@`Q@rQ0 2ppĉH{F^iĉF`Ga4Z\iZ~hle D0 -.APH0𢧍ť}Bh 4a@]Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 x3hq9 Fu x?hq9 F/_O>`pG\4 CА(+VslH8xhls:Pq2_;v~km;wە=4xi9@ s WeLjor k2j7o98e=?/ J`خ-+=r {%p"qI`F.`QΙ,(G#hq9`ZX4,t37>uk֬]vD;>hq9`IB 38,;n!Łg|g1]4 p-. ?WEncVvyik3`-.LfݟJV[k& 0`@ $GBf` @zF((@(`ܽk.O<~hQ0 F& Ⲽ43-W8yD_/O>(`B).k֭YXJ]&8$o4F(#Jqina,1AGlQ02@] D`Csst4F(#zqnǁ'OmQ0 ! XVKLH222!!5 F( PrmZQ0 F8 ,ť-7…0FkQ0@al``  %dgӧOF( HvQ0 F(yd&?>:3 F(@@8ϻ(CB%Q0 F(w F(D-.G((@(`h`@`Q@13~ڵU.`@ ra:ܢ1yQ@ Y\BXb= F( а*.1A!Q0 FU@ ɓ' a6'G(4K`nړ'N6'G(44TK$_bRR|RhsrQ@;@CDnN[XQ0 h#9 Y)0,<ůvx`XIG((.wlNBlI`l2_v\>Rn`y dIuQ-.:pI7?AVh.nn44oe 8HWߜ=ݮcWP`nadP˧hmFB6 gKI&R; F~@K`>m:d03 X-]|@l]4iD`9F(߉DA!&6NfZ-0cj`_ب6֮YcfaNٕO> _8o>횓ѻ_F("vZyI)Myy6F;: ,(JJ!'rmQ0 F%  ,  ČLRւ!m@z ^V2GEG&`R@6̀M& zcE]+`XVKL XHyLYx;O73-mtA( |rK!kz( ϣ Irn`maocڍQ0  ]Bfc2 zCCبUdwOpxhM]-=6pa` Xh\mV[yԵb墐\>FT!( lW_[h&aI&BuN@7@F3!"5wQh 7AʀM+.$`6ѦYDB?kH5e%"G(@2 KW,t":".靐e (,GF(4Z\ L+*pĺ5kkwH:< ~&Lղ܂BB445ĮI୮65gQ0 @\dd&BK+ uu"G18 `ٺg׮ݻvCT`I t\bt(( F%"2 !)2 o$$` X>^uƯ.O@>w"Q0 3r ,̛,cxg*S!/lr|z9ܢ#"!h4QhW9r2]HyAv|:2{&ãR{d`X-.r"|.o"' K+bƜ8/!BCdPfZ讞Q0 0@ Y 2`loekSldd 鏻ɵk;O@3?!Eh4Qhxf |Єdr9y. GP R'v]Q h_%og$ @6d>|,yNBn7׫A` Z@`ϗiW4M?L`2r %P XJB4GQ h###ǜ4a"v2Hp<_ )1;x"cqOhg| @77M.9ť21c.9dRVIU΁`8-.bf&d#30<#-ȫ5 {ygQhs4Aǀ:C:xRB:%2Cv,7X&PޤQ0 r@u]- PQPNij{p  "B ~%dL|Hh4Qhl[p2+!)q횵]=S7 Fx&7@掰*4fhofZ#Gcjd@` >X޵<O;`{@r2069]\E't`-.FGD·K$'v17C׀ Yq]> F&r`d&^ZQAC+!sX{h]rIO@Kԍ^9 F r !gJ[yiANzQ0 @ =vACD 3kQSKҖ uk@4쿏F(h F-M͐3%C/х8$`ep.|W 9DEpfjiie]> FrpIW7WH+u!W!"zD>qXd]{I& @GQ0 0@ w[p2t"]=w|S828!bE^A.bIzF(4Z\jز۳k|$H2~cyd9:ZetW(X@ O5[XuYA'O̒GH(5`v`r%(hq9X@Ș&1sy|ouW%'dڭ|9z<(h F/1] ^Hx|8u=q`RJ$֣`(@̴tHr y':{Fl@`NZFlv7@ b̩(]H )G+ri l 2`3Ƅ s," 5.]=x\ FB X`[yA%BCOFˀO#" [хD``-.TxEн4ACUDix A*"Eb~<0h hq9` »z ;aGik $HQ>M`-.gzlDJȖG*"^S]=) Ϻ5kKJGwQh ~<4p9;r&f^AP5k WTd` -.K%`A)##Y>iD ĝ)6 _Q%t9?cqY3Gi4@Rxz`{]r`Y Cf! zF(4Z\6倍>`Xw OXCn!TJc=6Kn 3 F@ȎC` ӧϐ/Uw!.+63CB q` ,@! FwQ hP]W ,֭YCvt002X 9|ɸf|8TхD``-.u ,HKu:1yK|4_:J6bQ0@ gAJOق |/]܀e+܄<)`4Z\Rp H3]4We`s嚠y-xtQ0 -.MܽkgVRq$H|t'(-.Z̛CMG4x.`PhqIP^RvW77IzhQ@#@%FegOhhQ0@1%'>8m8ZVQ0@Q0 Fr79`a h`-.|uڹ`L@3 I&o\A=Gw@Qhq9 |ݚP _,Ih-V H"1`P:zS(@ oN} HR؊TDf(hq9N a_DE(4Z\=@£`J@ΌQ0 FQ FQ0 F( hq9 F(D-.G((@(`htfZ7팂Oɽs@ zT3g -p@@(MEROM;`ѵ8)pQ0 FѩQ0 F( hq9 F(D-.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(Dbh(`&L4a"U2XbhQ0@2.:FIȌ(ChrQ0 4:v9 F(D&M@n(hg(H+[X(hq9 F(D`@`Q@ѩ+G( FK+G( FzF((@c`Q@8yz^AhQ0@vk,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVCBFCiAh7 k׬Ar I3 F8fHO_SKkpdQ0 F4ڮk>>`>Z =kTcm4mW@e@% rlc*:A&1$$%J``tZ|-+c;Wѹ`ZtQ@ x% ,.VJE=܂rR`P QV=v 69G'FN .7*5! hmhHE( PJ`v׭Y )+?}$έѢs#Zt 0?n1 I4 t/=GQ0\@`ӲNkKF1E'OueՃgy(-.G JJ@,+-J`tw8 ,"S}+O菖`ܾ :% fVV6-?G}}&IЁzLݸheps׽{\_|4%a$\N|į:%yp``ǂE#S(=- 3%fΡ^>${gVkPgc>Z\bo<[HB֟Aiiir@֮Y_BU/( A\ڳ @CКx4*gN ުjKSKM]-ÿ/xIEW1-?Hr?E#G\ehq >}Z0o.>)тs'=< -NHJvՇJA DJH#ƒ@%t;2k\`<ۏg|G6 ӎ$;=R>~ chY9,˿ X8N0q]m= Fۘw҄ OHJ$kсT'!z9x 1` 4o޼}po]^G aY\Җe@WObXbd%&20SC4vE$wKMHVV25k^,?زyR$<-,YKR`$z'b x liі.@{ לYw-e4Iiϙ3! Ȼ/e E{.HA ,9@Iܴm+i t9 FJLL10|%fv]`F^P?׬vea?W]>mkhP.%@t?/{,`.&%UǏpu#|,]/^9޾5^};+kֱQ ` IH!t$63#h+&_j.NH1GC4 '/dڴ8bJϮ_>y#GG N)%((K0X\fxgO7dTj i4ѲآI R??;c I  ":tyNȾ`P4`KmSL2L4a'h' IIIc vFhYI>EYqmf~QQ HS1`rWrp1}mК!H!o_'ӏwo8SuUQl v}4`q ,4_v X/ _ݹ{&M֨C@[rȻ FJ`6UE$^x@rс'Mrt @ ;AC[]XDtMZ}!实n_/Rzh I.h+@޷36"`{O\3% q$"`M̪h=q;?'F F H9wLydhဏ/  f}}Fnnj-B4ZV~E+(ܺC@.!CM(yЗ"ŕ@j Ir kh-+ C~>9/ÎpA+@Dw$!:CRF+GߘC޵k6* >) 'rԒ FJ: J6w`)Fׯ:A  +tAYBEl1];n5z֬vc=5-~hYIW/eϷoeCBC;5C+V2<lށ>Om1`A383 5k>_h+,vA+cw?~_bh@ihmO\{x q`&Iq~ZT޽+Z]a s'$%)l5@ts$AƋ ?XA 6$Vb&CR}X^3[ᜐ~7g3pIxwwϮ/+h+; XmEŌaJ8_>شlb~օ`HiѴhYIWl2\EI+D[Ā6fTH@ir0чSx4|`48y40EuT_Ո ~l@4ZV@4_>8d'asb!Z@Hl9:>JZ+'&38 d U/׮]sY @e%].`|@"}(WE0}r!{ըb5/@ݸv! @e%] V ?|#$v/tln2d7D@g^;gnh4 '' gu ׎]6\u)"!{+\&_}2 t̏N`2lTvb 'O9$h+D2Gߧ/>;c]=Z#h3"#7k7|(v5k=_D޷C{]F)<%r!2JB/=S 4(߻w[o#R/P&i YEO@e%] 뽁qk_گA!!XA`a9- ?~fR,5mJH[{x0|h9Ҋ 9R; q/ *uR.9gN>ii#@tԞs;6gBEB.B]GQ醳,ڲe͔)0og׮KKCA@/0knFnnxڃT WP YHgovy'@tpVN/A@;T18 ~j!H6A[X ~蚡>}Rbu !8qI 4Llc"׾ 4'iG`ҷѲJ};)<y؃ tB(8|܏9H3PD ;k4^-G\h b9})[ԁ,-+ v '@vxho2 ?'Ub6ܩ,v P>b;t8ǞR#$ e_ Ѳ2 cG9%rBu&dҤ9Z"Z|9a/xDh tv%?,bBX]T\i0}*1ll,^ nH<i%B` adH^ K%d&ONѲr`/\\[w mdAWA3ivjc=;h)lWB 8Vkkxv@DJN~,Y?D=t> FJ` c qGoJ&:!0ֽ=EB@g""[OZ΄da>Lv&ۘAI RV"}s:v9ߌ <}@e%]d0K5b|g11Czd#'c`.ۊo8S[X\H'kYٷlrU@xKx/R[CS]5kE*dK8?Zv(EkS}6$-F{hYIWٴUYL[fᎢ3hds0aJ֝g,\ꬍ5>|`G2G$A ϐZXKLy}ȅVpe+LQ dP!@Z@cAȫs׮z2-+ XZAά煈0dԈ,昋 !̪=q/gr6FpZ o$.IQD,X #gN&]` "b] , [HHB>yD0B֥A@m$SU_@!@|ICK! @e%]0A@3@ƗwoU޽'b`ud`v7xkG=  1"J`&`Rëp gb/\Щ[k`XBKgrĿV[@q"^HG X&N*ڱPX@>4~}@tȀ}p`7d+3M< ,۹p'xQSsm gDzt=VȨ7dR REoR9GA@^Qܕ4mXzBJd J_hs;~@e%] 0ئ9;,?,s <:W@V~\0ȉ@ţveq W^\;e @!mURە-+ ȉv~G۲J%?Hi,!3hWJt?|4N\2>:3,kkS3NmGx뒊't@ JȍV"O<h+>y[5coUii{u0WMb{rҊuagBpa0`Yn:Xmy$!cT+.))(`DiWhYIWYJ :ٟ? PTP_%# l]:};~; Q@O ##솯]n8VMCf)q dA%},(yl%hYIWUYt\>8I;vЋE+(pZvHyS$(  ]34,APHpy `ABAqYUQFNxA ΙEvA'7 C-+ܮ| qo__XF=n;{?S xxE7`c | E R\Ν2sMFq /(;@[yr@e%]SM?` X6AA_I+%)Ȟv`ʍ+zFi(+p5-'M{.&CZtYeAaA lT>y򤳧{B FJV[VB`Ra/_<Ɋ΅u,b`i0ĉQhBuƿM0!)iMdOKĬ*'6j5*{.<ܐWS hYIW,=p=%Z!h;~! `R΃$ F>>I&PX\~2ݻۉQNF%aVK!AT\@e%5Cˆ#1.۷MM H?]," -\ 9Xߗ"Kg_;v6-JCSasw‹e֬.BBȞJz oT)(_6iDs #qU`:{}'`v@e`N;Bxf` {"jH:tSSW坙yV],.!E$ ӧOe%F1#US! Xۘd2Ѳ37 XJ+= >ΨB. {u+(ђhK~!pwť̪+y2@SK omjv)'Lhc_$GyTR $1@ ;sc4ZVS< <݁]!`<GEX;D)ggb ʝ_o_'6wE&+ 1)Ƶk׬10p ůJPPry5rlUHjHhYInmhXcaL˳~A5BFnl7~9saI|_+8dk׀MK &%FϲD}d|XJ0U G`͙sGQhYID,m7 `` +ߍY ;'k@<T֭s? %(oK>>+GGDR^\B㲐)\,(nC  Gɐz FJ`qR&}IA|`"uB8s4 W{⿏rƷ};#@K?/o`MKKc^'\y!%/kh+@ʕ ܜK1!Չz/6Mwt{u/d辝U\N5غGW*A3\{<%hYIW ^_dxޅ!Uh\D9-B};2ՄjG]ݷ3/.[E1qo' d MhYI߲4 ޺sǛWہ PB a=`G@gBFӈUD@DơmE+Y ,_CrY Y!t`+( FJ8`M,0>K /qyp5K!Ñ7C n|aѓ+G,HLJ:uy\\IBҟHwO8t=0hH|"T4H̏#BS`{Rj0qͣ='mNnڶQBp{-J`{$$ϡ3Ѳ:ҥֱĀ$C%# f2 PF0B*3-}yğEpl$}Y3|2Ѳ ~ _ 4 ΀4l`?> FӍG O05~= z1'vXAW>Jt`) 9yq~J$hYImVAԏN~GhA 15&OHdGXb5RDxȲh#dJm+8Ѳ%UY6z gb/AŚZZ!!k׬-'ش^l=@^Өl&1#bMLd`r!hA9 AIC`) o*+7GS}   GA|GѲLh{tA(N%\W7ݻv}ہMhh I,.h$> :m(CDH__(w'Ė Nsq @e%;KlFb [GH8\*@[v8sޤOq @e(%:vï_qLC@+(>)l[ @KRWt hHɓݻv Ѡ]; wi8O8))1^\=N F LKzed44%M]>}@nOB')뮲Q0 %x0ٵlx/`@eB#_\@h= Fx=v;" #D;p(dsMW=) @Q0 Jx ?e]VkkjA Fʁ0(e*w1K:`!8ifIEm`t9&EIZ2%@ @dO тZjk4++GiZ\(%)"R0<{ ѲrтgqyIܥ莝_g8]IK-+G(4-(xd!G+p%K-+G(IR@v%xT]+i]\Z]qA6ѹQ0 $(i{)//˗ `mnii4ڮ`]^+=^9@+r g! h7;<@4D'xW4ZV]8b4 v]ri =gQZbh.XHaY` FQ0 F( h` FQ0 F( h` FQ0 F( h` FQ0 F( h` FQ0 F( h` FQ0 F( h` FQ0 F( h` FQ0 FL#ij4ZVQ0 +(YYy FQ0 F9u@z FQ0 ||}'5B@ϲy3I>8@`P uty>+)<X K~1#GBȉe-+G(\`9Y`A dp6F%蝷`\\PBG F(s"|ehY9 F(FUB+LCڃ4ZVQ0 RVJ l4:^9 F(@+G(T <݇zh`PDZbh0>P`-+ ! l]"[@F(hY9p vd惥F` R@e% p` loGg ht_v ^P(`p-+@&p@92` Z@e x9ꌂQ0@ -o`rt(辝uk֞ZD4@efe̒b Gbr7D!A }tx4ZV`EnW~w Dڌ`P-+L6 t,.G[y`-+M\e0 FP4ogQ0 -+G(0 DY'<ˎQ0 F-+w`cvN8a?z(`ZZ]*Z0o>PhxQ0 F& hY)##l]>yMP(5 F( A!8uy|Rh`Q0 F, DYinal].7 Q0 Ffxp֮YӧF(`dB)+CBH%9R` @VS^v - Q0 Fo'($XPBfx K\FiQ0@`Rb.`  ,]&ѥB`Q̟7ot(`@@a)+!3<@RQ0 F(~ogO7('8yĺ5k sGwLKk׬ݼmhhQ0(@kS32kp8 F-+Gz:,`^VN0AEAq4tF褌hh]9 CJ2al &@s;`P$i#eddjGG4ZV\Fh|Q0 -+G(0ѲrQ0 -+G(0ѲrQ0 O#Ϛ9B =(ޮ6'CB֮YJbk-x6dl4$G(CZ`can),%[nHfӶMLK@u3` @1-]H`I%," hkxA GGD­`@6ǀV< OhiiRPVDā}*z 0mij&ieLO<4S etC(8@X39=ݹ]"GLa%ݤ (4dV||5uATF( Z_ lQ&&%3$h  hQ{0ZMg?$ l۞b+ށ6tpE`q Cףe( }7vVZ,;vp]N݁׮?L` *@oXx%$%8qآE;X8r9m5k׭Yt`ظ7rg̚9+F(40{)χەsk @`!t.9y$kAI^fMFZ~Q0 0@=A xa)dc+!#:H~ ^o`-+ CQfZ: ,ed %%M"p ?X"yȁl'Mt>DAWOh4Q h+pqsԚo}widX,!cwvNؽk<( FJ֦f`A l䗁/2rN*@; n`gH\7!æ^ȇiQ0 Fʁ" oSH_t.Z lonn> Z8PM5VюQ0@tI ׫1(("h=e v66=kM-MF(Мuk@椖h4Q h+X0o>Oϟ7O" OQk'0 Y`xIn8lyI辝Q0 -+ `Kk<ж|ZZ~B.r$G( FJ`,ZۮK#"ݸ.e@k 4H!V`gݚ HvF QhYIWYi=!1)4BNRb] Mqus%ZVRtј hYIW`| ,e%)' fcd!MN`4mPpHdY3E` @e%]ApHpY 7Ⱦ( n2EATg]H:bˤ e-dh| FJ};3ia,t1רݰ{nȾx lw( FJDNN5+gBNh'h0ɌAQ0 @t2dS:H:pH 9x y 70Z`I&\\ T3z(X@t=׽Az8[xr) 76 PB)lefZ:W?M``-+ lQ@!䂏. 7(+ICz␃~V5l_,4`d@e%]Zo`Յ4:i< , /X'h$^vXDB_1M``-+ e5` &L7GW`yFz]GѲ8^Oq8oԁށQbBv#o*,YhYIWP^R lȾ\ǩZ>j{Ǔw@4BH蚡Q0 -+ ;hO.!>Ix%,Qwus2 g nѳ~G(h+vۻEAOY 'ij~8tQ0 -+ mp^k׬46 KaMWnXWkB)_DX tQ0 0@t) XVC~:`g~E8||PsݚgQ hYIWPSW l10ۀkho:5xx'Tgn $`d@e%]Ȑ%UE.6@ a Y-9"t/ߺ5ke辝Q0 0@tg>x€z/+/Cژ)'ϟ>](F( FJD`c}҄țv<>s%ҩnH᫅v"HQhYIWFv`K=q`ɈXuvښ:ј hYIWurю7 :df]=w FJHYiA Î.A uƁ+* MH#oHBV\.Ѳd̴ /ȾR#C}w!kbe`w4F(4ZV[X6A2vwE!wK qp91:"Q0 @t~tJ~6^ mBuusk׬! LÏQ0@t13Zx5 Yu:rT8~!BgQhYIW?/k C.9Zh5!{xl`ٽtQ0 @tX>vtC };ȧZΞ2р@@yyc rQ@e%]l6 t@), kw(7N\~ƺ`ll%(]i` Q@e%]ABR"M.zۛ V&AK,F( FJz%q5u{u,CBہN~~dY%r@]FhYIW xԲrk!l!Q)C@r횵&LJѳ~G(h+ܕ9Ҕc "F\z/~!ꟂÇF+G( h+ ޷/㮃/,#LQHR!;D[-Yf15 FѲ_`SN_ZHK |x XEdM]- }JCG(N FJgu#|~!)9 8`c iG( h+@>V[HY9=!׮]Q0 0@tM28$$ %GC:˄B NaCAv[wdFu'ȥ*rpW77Y-M͐@hYIWP]W lӭ]f-lߎ"r{Cqvk; TkiiF( FJuk'~˸D:k$4Ttr\g65vF(4ZV޵XaK~ a ᐳ~%>og\ FJ`) sv/|8rrስCN҂!!J2.`-+ gT_3i/,Dk-{k׬E,Q0 @thv`v(td_F` 9#aQ0 0@t!e%};2,`2\{ `/gqȲ!"2)>bݤ nKQ0 0@t.nn229@oR@J^HO2v0_{ 46!2GiL@e%]AkS3+(70A;;oh !gd@ڛ]ӧ``-+'UxgBX>)|W8 9Ao3hg:hYIWP  v{* A\dfS؊K%; F(@4ZVKΞNФ3ٷ9 95[eD5gv]KĤD2&F(! FʁRo~drrEk!gF(x@z§P+Qz[w44!B!F(@i͟7KK<@VBXo` h,74 _453Pohi8 FM@ҵkKuҌ`H-+Gt5 Fp4`؉(G Q0 Fv%J`q9}t(#hLpINQ0 FѲ>(#hY9apQ0 4:^9`|#=}^lFGF( h0W,w +%&IhT 'ml =r FʁA!!'\|^:m tTG43 FI FA%/Hxp` h`tHq4:> F(@`Q@hY9 F(@`Q@hY9 F(@΃#W0PQ0`t( GCXޛQ0Ga4ZVB$5*}[(p0u4ȭj``@s;`Q@hY9 F(@`Q@hY9 F(@`Q@hY9 F(@`Q@hY9 F(@`Q@hY9 F(@`Q@hY9 F(@`Q@hY9 F(@`Q@hY9 F(@`Q@hY9 F(@`Q@hY9 F(@`Q@hY9 F(@`Q@hY9 F(@`Q@hY9 F(@14 &MH-,X>` u@,A+Q229 F04ڮ` F+G(0>80i2tȌG(F F"Xnna1z` @e(`4:^9 F(@`Q@e` c@e%e` c@s;`Q@x(`4' /P]v> FH4' /P]v> FH4ZVQ0 Fa@㕣`Q@hY9 F(@BIENDB`PK?bb1OEBPS/httpatomoreillycomsourcemspimages469881.pngPNG  IHDR_m pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV,(Q0 ?r r.$(D|_litq44F( F[`Ahu9 F(Dm]Q0 FQ FQ0 F( hq9 F(D-.|w1h8Q0@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@,AO4d` Q\޵ uk֚[Xhji(`dBOJv1KLP<($x4F(#Jq$ڍlxBdG(`dB).e5k>!Qە'OmZQ0 F8 DbXbE ? II5 F( ЋKs `{ݚ. ,:MN`s4F(#eIׯ]"$LHJ Q0 FL@ ]?4 F(@@XK'mIQ0 F(¾gXD%F(mwL.M`8 wt;Fk׀=M-`Y\@4@nXJFGDBdʚڠсQ0@w9  (/)聁`0-.G`gm`0Y\  .utKȌ(< Fȥ+.$hq9 =` Z@Q0 F( hq9 F(/^\=r rQ?׬>epھkM`p rQ!ABs]c2IH Q\Bng`+ $$X -uƟ JH=@ r]i6%a/[b}@ ӧOخ  >khf@q,~خ.Ym@m%p\f-_M-ΞnW7ϣ`_b\Xl $GB &%߅?lN9 ={  d ?׬ɢ_Q`Ӓ%5~q`sHOȭ=w"Q0 +[?'袢8XbS\£0ULںmNQ,׀}gHUQF;K`RXSzf14׮-7]SFF؜`dH)IXJ~2 LB^VL@ X8H`A `99 FMKL&|x&۴\ ,XmmY 4Kd^A~PH0= c~G-1:O@Sh1^V@ 9lNb= Л'Ozk9Or 0X0oR-]FZ2E8~*;y (+ cq l^M0q$4'ZfZ:d"8$X2/-DH >3 k5R;ZbVYF q[GӲ`;`]f-$K$?M5nބ|!E'e%hAޮY\Bƶ`"`jR:I4lNl [A2Zbi@gq L lNqF(-1_Y 3^]WtrꖘV ĤD6'b`A d`-+)+;{KJ%fM]-9H[ 6*[V bmrԉ@fQ0Zb@.z5z@@z 2`XbK`KMb}ȁ dO0A#fKk7hoh YS ,=&BE&J  ]Bf&yJ2!u 9Nk] Z`ePSWKKg<{-8jtтfĄ+WVА `N8 [l=c1 e%ieB+ed K" IUbR|},(BFȪjyyyDbЭ{.%dJ+#$C([OR:c J  `e5`y,+^BےZqs Jz`#XgIA ޮ5:-6|KL"d AFMxY D "[lnA@ &Hȵ4%0"rиbɓHP!404XKI`v*F`i@B XFf5.!Sh'z@j;[i&L+E$ltX!3-xq4hq9)ֈ{BDCiSl<#Z0o>4(j>Q*BRט*X.oڶ񤫧{piXy^8»h{1n@+4tE wHQ0; =KgȔd7s:-. fyZ_ $v&v\&:e҄@4'Fd_<:`GKK X\۹sM?hqIRKI`7i^- 9A ,_0F%D8 j RGC.9p00k@Z\<]n25 o|,XDl!A**Dw`X %XsϮ@7Wk !;00 F9pς_B&=8:d|dW 9u9 `ہJxRXISк_Z?/o`ENт$߽ %W(سv eW>rIdi\͗߯):v)|C66 :rN}xS>nZIK>uE䯝;$H2V[khq9JH/ =X /L1ǡz]ryKJ;`92*G%4,`I-y֬d!][{{ U̽@&x\ ȶ"Epo讞a 3`H]l]l`TlQ"-.`XT`Xۘ ]=h F 1 ^ _E^|t?/o`fF%B! `) ˀ4Z\HkA^6Z1GRx )s!q^9l`E3>[ BF]?8cmR>@q 2]^?!R҄OF0kE&$%K_hq9q`$^ InS6HQT>B/m0^yH`|4سk7de2I4Z\K(H©32v ovɯ]lZϟ>Q0.q{H]4Z\@g|++)-} iMMr;O1 qDZ}>'`@h(Y $h;wyxr~ vh0Yw Ss!|~r>o9i|x: [G/~%{^`)s?'KT,Tl]BE FKz`[XTut[yđԃ@f!h@p37!뙮<0e~/|+BJLm`E`9S X~ rUw֦SE@%6Zw ?Dud?6dif {'OC>XAZR=4"tz ߧLBrrDKH>zBz FKzD]ȴ8cy]: u xrghg|x.Q8c"`P.lsp|ب@r߻w(ZZZ~@# Cm_ (yS"/!hd讞a xx), $iKAwM! vҁE$`eVQ+D巎.`3' bԀ<@%VwaPH) g6n4a‚yjFw 3w ;X2{hXEД1rsۏR *%YmMT,d7䃌3so@ぁ_Hvo.9;xf oA3 ,[!% hы_hg'~@%,4ex`xK= HAJKƁ$iŘ)Q0 @LYXA8vت `l!z&XD4 UBN`صU0&Oޠr|R>h@9w@ᐕZhB6@46uF0qeB }'d#8){Hԃ(|[t!Kqw|NNH#o'O @-MX,_ d@_Y`9EpfB杀. 7dLlH Ad^Jpj]~< >y,~/ꁊ! we"hs- D@C(pJ6Ow6wiߧLM"X[3*&]v @%v؜ BF;3!)v=i„F|4v)]bd"J1aA^ 95^/&Ҵs"4J`X,BJsgM}("JΜ,M@ygxcW4Ʈ'V!OamjށkPNwHHc_22. 89XAx2(,wK_;@3 TY]4 /OX V`2eD\9$ykhi9$h7x ^mW ^2BzӸVa׮Y쏏fq Q5 G` ,Ÿ[d`UYkM?Α$!K, x&5} R\BڛvdG> (Td57 h`xrD lWJ^9Cv7rxSpa=z<-.N8I|^b~NNG.Ȁ HRB yy# ,"1bϕ!AR}@Pe FKz``,(E`5k?#٘nH7G[D|]0A4a"j3+CrZH7K~1!J@߉: #4Z\LtɁe4EؠDZ0,mF HF%=x3 s-f!efI9z)++!]%7W#@% IG\A$@>;5xG)#-}҄ =ïuԼn:KL24yب+"/ >0hqIoo,4C.|RB}1bu*"(zG@_fM5K̯5u_O)+"C;_Fh7Wp1%HyAg;x`"?z XFpr4oR` &ĤdG4@'XhqIo|z9 2 3`ɐ lC YV.$XJN0[ Y$Dv޿wPRV!@k#/g̈́,$B:VÅI ׮T|>܂|`]H^\Jv;k xWnhqIo.A J`$>!ADo"Bq{Ƈlc  L %:n/i'J =IҴ_sr:" _q@%0!%},wQ T"1<mij޼mhL 䯝;!UTLK_0oK>($_EsD@73 tklT͇-. pgXg .Wi]=C9 , -)"Eە$p} $XVەd t3G-} M`@Ƣ%4@%D'5h=h;,Hw\g%=ll!>]zTsR˻XOS^b{  l XD? y?׬ǑGI FKzuk]qcBVA]2?hctQr@ZE\]r`\ϟ7OCK\ 9SgAD#:dS55o`7X1ͣG(h7Fk "$?q y60`e>gD`6:"| %%&VȿwRZѫZMվd48@{ wv s+1KU%]=5ݙO׭Y>g$`Yb9Ĕ;H@J 磨 h7MD]=5r60,wخW7דa,`XzUb:H Eowuũ*`-. %,+)"iM5XOc# o遯%œ7Li q^ q> wE0 BNR9r5 +-. e" >hz tȩ t1ZQK3 \|45F0HE'L$cݻh"d4ߋdMM{q -.>d@$ȸd@b3]Et>tq4jF,֔{v?o9Kv޾ˬ,¬9ssy@HcH6L!"BVRDUDG`v^׀;%N`tGF`*``* YVe4Z\R @Sm*a(O7+(  Q0:=8HCvd"Ym^ ; Yd,@T8ɐu2k$2E^dU`x}x@'%KY%0%r#d<eb`K -.)+!IF>h[j ^v%lz.dK߻wt!d<1Z`XVs|@EhSn gb/AŐw]܂| /^I&q+.Y !K2isaQ0ZVݎk p5pO JL-.G(-+HA vP? pIGШrѲ_y #7Yw@>yviQbBQ0 *}(MJYȹm6DXJKSQ@-.G(IR֚ve%xE_`]Dř4[AA 팏Q0TqDS+xx+^į`h; F[`Jle4ںD-M/KM;`Sr!@EALq) MA` Chq Xo#H KC3E^>2GɼPL){t4Aig /E@gbߨ!?,8wx F.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F( sIRbx FQ0 Fe_0++hq9 F( \HZhq9 Fu/_xs/F͈.\}';Hhq9 F.`XP~2SxG}7ku#gNȉe-.G(BY lg!ڹs8W_ѬXbыsG(B]Eñ]y4UY $GT\hq9 F zmw8Pښ}F+@`P erQhRUQ$!%&pG4:3 FuJ̉x&p4ںN8D<}HN02i ֯ ll0@8I&2s rah h4F(p@c`Q@rQ0 4' Tеtrs `-. |2tIȌ( hqILq9:3 F(`ѱQ0 F( h@pQ0 1⒴` c@% `t(#(`h`@vkGWQ0@d+GH?/`1*?;T#pp5@ds>` 8Fh`^pH5@NQ0 FQ F[`;xAFw~ȵOh`PV\ERuq{C˧4Z\Q0 (#K`@`Q@(:υ_7C@(J}U q8 $h`PHѱQ0 F( hrQ@}v}w! FQ0 F K,ãrQ@}0,׮(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@`Q@ӧO'O%{ڵ'O(~^%fm޶u4F(l F[A!r]R@A`2!)q4F( FKz$ nZL) _pHh(Q0@ؐ1ŁJhrA h8\f yRMQ0 )r |` luGg h}_v ^VV(`p-.@s@92` Z@xi:NQ0@ 0p`rt(讞 uk֞ PK`gpM޵kt-h9 F(.Y61) SDvt -=>yr < >/@edd *-ԅ` %lk^f-r7ZVZ -## |R`PQ\B?os6 5ZzQ0b@]'%K`N i9z0+=䉓*[ xQ0  RU֮YܐPXV6=Y ,y1/-=G(B_H\^rR>BD yGpuFKQ0 B/.dkS]y9Df4oTn4 F ,!>O<w2F'yFKO%͚ȥ'fQ0@a).!>21)iݚFSznu2KI`9ڴdOfQ@!>  'ٵ{t(C 칣muILJ|b *@8Ĥ$G(z f*f`o}҄KwhjQ0X5kZ5kGd *@(,o`s}?r v8XhgqcΣ4 07H(< F[`r iN0Xzn޶u4FF(gq$޹ì2L4 X-]|@l]lN0XbF(@g?, Q0 F(ٺd`t}'T/ܥ?yGɣ`J@{. % ne17ߣ`@mL_ ,1 S~>VVNE_}kGbhdQ0 (B *1^sͺ5u@.2V{c GE_@}4`ϟfKΜe*ISccZ]b`" yM3K*ʨҺsX| $FCcL@ĮlT}'d<6-T L[x\=q"="r^4$ X#p[{1G(h  bXVS XVrd/+ eD XP>2 F40zz/^h}LH[ Vlq"EݻToYQd~-,;ecL@ ܣuoK"XJB &Vk{.:se`ڱ]t5 F&=?W76{5v ,!Ew$|`Mwowlt6KF(@@%;99 XT| ؠ7I:ȸ)(1@7-!v0чSx4Dhr FK>dXKOڍELRmt`[0PUr6(h FKzۀ!A1)@ZDEG`Gv!sʁs,̛޾ۺ1`X\68QF(@?/ [~ ̠J`qFV}`;œ8/!BgӷiW6讞Q0 -. %hH6OTB-,&A_hq`ъkLIy@ee(X@[p?/10|%e$s>4sv#ha$DnubHQ0 0@N7h66="Xl!Gd f bsυ &'dWPzF(h7t<<b[#3p;Ѹl!_@Cvl~jɒ;Ya]=``4Z\y$`XT%~皵k.`YUKbH>qхD``4Z\X);w@zOFu[ G;C]=.y!MN Q0 [{bln'#\e _E p:;tGHp}'Jt`k37k4F(@4Z\ X~fcC;ˎs}w]򯘫 -M6OwZ"c&|׎DԽfnah7,eE>; Ař*S!1r #||;1ks󶫸dLrh4Q h7f,CX!gPHZ ,~93p4?!"rv 䅋𳁁"J S,{.Z]ǷrhLQh7Rr۹5kxX@zh2~+ZXdyO?sfy瀥5`4Z\@v@c"&!BBkh>dl` u ]> FV@% Y'l,!!a핃ڸsᣁ.9 d@}( FKz`9S ,trxEV(N%qCopz/H/9n@AFQ0 0@к˶z/U޽A+}p\ rȨ%&K&~>{srH`4@%v9ܱK<3VA6>@;vz'. . ˏQ0 @/Rӽm,`2* YƱ?@>o钃#no˷F}/=x FKzȩi[~1 rWQ{9]KtWlYt)SB;/Er10|: JX"!덒sx ^SwWXd]"\ir>|]>~죻zF( h7@tr!W9;]=p'v< FV@.9sZ`e.NynXHz 3 k9z!ː`Ȯ`҄ O~'A (X@!A^o F&r,"y}S Įp+R سh܃SU@ee(X@\eSx4|#h[RH{{ r@+GH!KAN,MF( FKzkK4w*R'#-29 SLtBQ0 -. z o=z(E%A[z=q`i|xgLYNB<7)/GiL@%{h:~~`ŗCnGcu<0ӓ'|{G``4Z\@V@B~H!tHW槠0DvxQ0 p-. #ˑ4!%<E$[GYD'irca^G( h7O_;v{RD6H-+xp"LW6\0_  F( h7 QB Ƞ!c8/tÁ $qxz<8|h4Q hg| j~z00&tDc]Esx``ailQh7Rqւyxhy<0?x`ƞi]교 4 F&q-4|l0wo'x<0TogI wQhq9KH؈oX j?\~UD!m20=.9d<tw .y llxtW(X@]==;%gɜm@"Xi⿺r60ZX_zdWϧ]=``4Z\@vW..-=Ww!Ch`]syi`Q>h FKz`ÍIRX\˦ Ȯ+x@_lgCܼ*-2y:Q0 .rZͽl?N<@Àt8{ P Q0 F rw iٚC^E,! nu[i=Yc FK*b4Y7=@{=tV7F#n FK`c"RI<8dΥq`L@% k'Ym}[7}4Q<Ô`j-.)ڻ~ lqU_PBmv(ChqIf-dp1 F4d_ -+G( FK] ,19sGbh$9s(`-.)ꌓmqQ0@ >k1 FA@3 -,&M`d&Ak{O8,_,(!설?r A^AyD X kN\x|Dc@ tvus Q0 -. oN}`A^0o\`+Ƞ[3vh\E'tuså%|`P hq9hp4:3> F(D-.G((@(`h`@`Q@љq@v@Yū GPO< Q@hqZW FH4Z\[\"H`$`@]Q0 FQ FQ0 F( hq9 F(D&Wv2bIENDB`PK?C>]]1OEBPS/httpatomoreillycomsourcemspimages469883.pngPNG  IHDR] pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV-; F(4Z޵v5XeO8a$Gj@aZZv֞].7f4F( hF? ##l=yM (Kрx@E]APH0G&ܻOJ Q0 H8H8rYHOb3 FI F[aۈ%6F( hFo9EEFgR@a|||A}*׮[d!3 F FA! 2YK6,`h3{# ]K1 F FI ZQ0 4b`22]ѵ` h602d@Q0 F4 ` a@E(`-F(Ch6`* gQ@ "lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( XFN8Dt铧@rݚzip ? &L4ah8X`natp F[ap}:7#"9F0Fa ` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0kמ>y2x@E(,mtDOFdh 9HU,:yDfZh"=/l5k̛N0AFF:h l5 vO 30FhzX@k׬%(2 yv|hh ,V(xl!7Ā"t; ":`X=}򴳧{4 h+lIӮn#9@edjj dL5sR/8$d5Mͣz@^?yv>G%4HA}Zap{׮; hGr`0ǰY:"8`f(fc-P .FD[Cѧ^I -h6`X6!u$@K>vDgNʈ-цP >xL:-mh7W`h4.h-F:ɓ'aAw@" U$>K4h6 c;4ak׀LЧOZ9a%uPq*Ӏh6 F hX^R laS@A`)T0X-DA0h6 F h,Mca@A`W4 BM~4F^{ Փ'NS]!9-F(Eyj֬,{ mD] x' 71)inv-FKQ0$@ ./-84 i7~t Dh'O-FRAGHa6 J4up6Z:2B'OFG&U3ԣ%(@@EdP5{v]K1 UAiJ3-Ѧ( " Rl-7 6 ^i-F@a /]K1 FKQ0@a)‚CB>y22D[b( v FfгDai鐫$?}4Z}"@^1 ] e%2 4ZX=~k{kN  Q0 F ۱FCg@EHC*Q0H@^1  qqspG4ZU``@v$G(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@T1f ~:\d|d4slF04Z 0ؽk'An\.ktus=u i@E؀M0R.6x!'RiAw`\fMKS3f6F4Z XX|AA!t5ގC \4a‚y G#e E@؇$%޹˗4P~h5 : E;`hQ0 3 I}V[럫2++yS/^JCF#{XWEٗ:޽ˑC\%Ξʣ= FdvMPZY," 6m1VkFnfJ>yfYIņGԡt%$0`щGěwYEyXB`x4+"'O<,>cs sȄ;fni ?׬d@4;w0's"qIz61x;?^l6WG֦] $'tk׮}s&L 2;uhDxQ5fD'6 uk֮]f _R˝l3,X0XF Y5#Gy&bs3 s`B.ԀvI` ^,ˀFQŅD0`AJH@c;],mH !A_u36ۉ3*F Maa6 AwX5Qu]-@4KNL01 轴#1Xlڱ XʰsdQ/Ejcq%EOzk k9E6xZAB0~"**֙T]CjMk@d@at,vP _v梁-HB &tXȎ$U#*Qpqti. ,0K۶W @E];?׬\e<Fϒ9MDDPDS[7/C!;.j6nKKMg_Fפ !' اOZ~GhF?Y8 ,#w8pqszlat!ӑҝ[ۭ}I`{Rm^Xc/w!kASKkٝII7]fx!hF?, /HKGԃ99Hebb?.r 5MF"Ȋ ftHjkѾO6zyp ;4of Z0o~BRZC F0 @.ř& (v*du>[Ц&!@@ 4`1 N>oj߸S $;M<ڜEd>ֆ@atڻdue_/Qq ^:F[Q^Dve4 l~`= CgkCLSK C+h H;/R0`HRQVfF YBdgY5k_;v.fӧO鼡DN @a޾*:8ڞxi]~o=*h>ݫu螽u wG(ho\M{vF.h<;r ʫ?`**V!>ȅ pׇ˰*vy ZT1zE^v-q(!7W`ٽk!@E YTʕ8)ӸnS!GKCBV[k K<_r -w :q^hF?Z* ¢"{|]9\ \~:JH S?IwO#! Fcj8SKЋ0^f>i h,7|k \m4<).\ u_ YTT6Z '@0`#z%#ȺݻvCRii XyyE]DxV4hF?,bXBھS?cNo;o`hB: h=JH r+(j^( 4!3-€qq6i AJ.->#l " d8^x'"~|""HAvׯʨ( 991xRd fw_ i@5g|m~  ذ6 ,ayZ PP3X _yaJFfB J-Z,;~ĈE>ޗ̐((fycc'xe]?'%65K")s )I| RK:> Dx:e @a#}IY _`E')ABRyR >>3a Q ,j7ؑE(ZSo\oAq5 h@yR- ~^ RT̃=$~&Յ3 z!|>fyrY h><E~m9z(u-,=DXk(_I@EkW̚3>Oa'CFb17J K|G4%Y,ήZg' b/hF?,_FLGT\dϾ7n!O"7<"_ YHv:lv;$t W6FfC铧hM*fr9E/IBHjQ$-[C:֐:?m{=JHw#3`P}/Lh(}NNSm󖒝9Ǎ[h'J(M~%y**_^G<,aV_ .`,e,N_fZ:d >@qbH?` V`S  ]K`7Yf"X8"`u]- j'~$ڊ - G))2\a;~%¢C!y8Іw<%܁@qeR XCV(T  )M*,P Xl֬2@q`,sfy RA"_;vBV߼r%XM셷w;·w||>lNBG<2Nq]R X@ >; ;ЀeǺ5keVPH00B*@ ~+9R2tjD.hv#`Q%H^L,M@?6y †t*:$>|n={?_:zkϮ/(Um16H` ,"4Z@Vw 2̜fvAjmFk}(_~;A@8޵ ؉#I#vH/-j_ c[a4Z@Vܬs,̙iZZ y#yyeu3* +**~*YVsͺ#vC`KĝRI_6/B dhFW9Hr߿oJ8 2(ЎF`9}WbAbbޞ5GK^q`<{I-źzIK.FȘ' X4Z@n=sg]?qb>KȊ xK XVTY$fy8,d&؊I(k_A/ r. ^OJD"~ҏ"eDE %6n#|Z;*lA#h {wf:SbRLKK R ҤCx s@atڻ ח/E~ٽ@hE>|D;2c -^J!Dbk׬\ F0#ρ<\2g(rr }O%]/#yB֬attCvkC9R^U_͏dat!'[s@vh+y(1'ds"L:K+"#!G:Tm4+6ĀIx),`dX/WAq@E6~Y+ :Br!Gy=aH7 w'ͮm2j6zΰ䉓Bu.n`C XTA?]Gwޗg'%EəԐ ȷ1/$/\k F0v$*ˀI g=U2Eތ"Bja=DQYL()%]NeaE HBH[S/d`WRX- ~^ˀ:??>p r%#|( ~!dvWwυ $FH>bbޞ`hGr$`r!Gs@a]`3gbtu~z9WCVB;D>>2 KVT%1p< l4F/omj&\D֏ (DbhF?"e=8=~ $r>dk!;1vaLi#9sFcjDbNZ]i4`/~6 $H"w_;v9ۭ[_i:2) 9y$%en^4b`aq5`Cɓ'A/1" ̴tD'[- <܁1cICJ% A-8Ȥ$:@k[|jj E7@c @L :)߿;y#4h6K$f d ҩD^ X5(( FH"raR2T?<$9 F0`ѿbi d?}# YTA9@mEcG  ;{n0@lʝ:qKJh;e'O CE@Ҳ#nQ0dxKS3?}t5Rl] ĖG&Lv!ɻd F0;!7zK ⋌'N#9 Fw'!tҋD;"HsEy*; Fcl9B;37k3 : 9 6`Tp5`yR4Z )x&^`x`9"ϟ>㒂}&bu Fvw F02gn(f 1ph>AFr5{0N'hF~/rtS( `J!r>GE4Z xAҵ` X"}Dk_DhI4ZQ0 P: NO!@"fI"lV41㦴!sO||12 gL% 'N@KJ uaV%$%-7\>. Z, Ob _YXDa58 pqs?oH*#h6`6< ,Oq d`58 H4:` {AI$D?(hHlp[@A8KK"bzw`xb4N'H-]>1`@0Ia222k׬!|ʈ4:? F(YiIHSؑp h``Is RXB@a`IP/:qx h`ӼNq4ZQ0 p%>yIIG* FQ0 Fv=ޑEI⩠^k>nC^]‚o;4ZQ@ $O8{׮}8.?F( v6o: lM0susph+lJ/l`A6\^R ,Ϛ9@Q0 \~A@KS@Jg`㫳{ FQ0 k!!A!U-F( $$%޵ 2 0 @Q@>Zb95Z~h6 F؁#Ĥ F;X QE*Y X GtxH+w4(hV-XDdDpK"l-°{Ga!ht,lQ0@a`! h#pK~hWtA hFH Q0 -" &?` Z@ca`! hF,}/(`tFjz-ˆ.vĿ` F0bľ@` ` a@E(`H ׻v0G(@@E W`H"8QQPį ?hFF6uh>>ߜ*FQ~ ?@a`: FG(Ch+lQ@&xɺ5kH2"lQ@&xɤ "lQ@&0 FF(Ch6 F( F;`*])_Ŋh6 F( ޕUX@a`*Z @ca`! h6 F(&@[J/d@E(m+0-F(t^ @ca`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`- Chy'k׬   ֬ hC.i'EXPH0 01CX(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(kqIh0iDHg &p:gKufWu]mpHh z`@a sEFNH@E?'1 B%$%ѭw4Z +߽k 0\4}CJ1`8Q0t@aݐ۶G CƳR@ d [%( h6`^v 6s#DH@E`)р(} xFh6 Faqa Fol%d'!j%P&X3| K@,ρs8{ڂ7KI&AFKQ0@A܂k,7s Pp4FKQ0  D+ }N" YFUh%x &1t`HB X#r}BRhH ^-7.nh`BayݚEBq)xm i@(€y AR3;:?K'O^VHn OJa֬+(`˲Ax([ D5  J%E{׮ѵmB.ѐ]-F@o0B}3h^'Nmt(. " >?bWF7²2nѭ aAѵn%N`«00 ;(gӧ֦f`g ,; 4`0H( FQ0U2 4ZXmb@a/¾h茂kbG1 F[a`PVhQ@$?FWẺaH@E(`*Q@ю(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0ѓ*~湦 ~h6("O>K+RrQ&䮳ѐCh6`ݚ5k׬E.eMpH enaNOA=En%p\܂BGxCh6`X $`!Ef t ]֮Y2#`(Yu4th NnExcm!$;w\8@.MFaJ@a/<yxwe4F($(ZS%IBZSھHHQ0  caR[Gt ``F}?,B+->&qqj˗h_Cј`X7# ,\UO,wYEIRYY0_Mעj/^.OťHX3 Dk6*ʣYb -@U-}.\}w޾ Adx$`Ky b1nmJs{"j]0eUt&: F4KavN0i;Q((Dk.`)ltsUfQ0T@{7gn{h0 Gx#!q4`_ߋV6(AHJ(B :XΝE`a1rnGb<; `bu޹s΁[w/OcG` F2ݣmRBs0&@#Vktx_;v(* F0k }R#}Ȱ<$ U"K+"{@cA__ /6CsO :X_-F4Z@VNNWyIBFؐeehs+I#tu~oɺ_?6tt(J F0|9xAJ+Gp6KI22V5 ("yue[LLPHyJ+I< e!+*.m|W'r6(* F0z|Hw:rUUٺRٛ:?]G7 0`- V3YOe"[)p,@^Q ,׊_zh 9 "ry h۶sLMaE y@'8r.l~oy@*&F!h+c'L;XHw|x; Z0`_ҵ"$//!XꁦQ0@atlR죷?qkxXARu*!s.+ZS@]@RF4ZCK"cN7\IH5$ft  e )˻T?g- sUW$5/U\Y }2 imYӫrv;GQ0@a޾ ,;XX`cRRDxg2e\,B&%+* _bƩ]Z_.5 Fu@atܭM_~Y Do~zzsUC)K`&Iq5 ¢_C<Ob3 "rVWsY@YS\W3)v'gT\/з+[{kG<ChF.$Cl`GQ u{ZWT@NFnAf'I,e\_wۀa`(- 8きi@Lq)󠥤M' )ۏzYyl!_8lE{޾ټ w4F4Z@B9q,!͇w3!!}I%؂QK Cv @.]? "׎# G"E x8d|K` / -#//7皵E4 "m,&>GC<Կq#CHy!@A %75ChFW YV $AG^ YJ]/ !I#!:ȫ!" hLh+,M8>;h$du>ڙ_X52GC`~,Q0@atBc-,A+p VA(qFX~U?-5$'~h6 "D ?WspJyia$A·10ovlem"dr4F4ZpU[:U>Hifcb=v#;(GWQ0@aH2 wCh8V<~k$fg Pd>rMIPjQ0@at,߭ht tu>F.+*%]e 坻GhwGҁ+<|)UJEna]"wܝy~W ޣhChFW ,A%łyD`cR<]B=Jȑo,Gf-ЄјChFW|aoooXȑо$dQƑl#YmhChFWi|֍@.[Gkdz _ˀ'̪**pn5G-^UbSGP4Zp$C.\g~rud|\ __V ^ؑzf( h+@ BCTut {|93*ކ]waoOb葇`- F`ilu2|!bh K3N4<=p -@E]lAZ~Wca$S;>J.BR&C!G|sZp;N+HF(X@E]8>i3mY[sh C2}b ~+yp~_4: !@E]򑇳9LhyEGjJH> H"v= F4Z<G?H|}WHw~!P _.AԌ^= "y j48yEfc6zaQb` 2M ,RGKQ0@at?׬ΏyPib[oA_-@:>=$8w4@?3 HՌF(B F0`,A>' 4Aw _PDyr 7ahsX?w4F4ZpUNN4/r-,|A(!cmh$v}&i9H9]? ":37ZUG-&&($WE9Dt8l9|j෯Bޞ^MNFW珂h6BDב8HTbw:mVQnPP}뀲wh+"OO"CȞ!F-vCbAa뾮iy8 "XΝi%$[XGD}||]N%d󿊉q ?F4Z KCCݞGB) +* kX ]rrBFOjChFMy !G| €oF3(c yo=g4F4ZQ}'H-j{$>F]C!_;`0-(2[{hDꍎ  ,R`d-(*@eܹ lp$ƑZ-`h#|_\e F((@LA@ݝq"Gbh5 F-]4` "VZQ0 hF>`-F(`@E(`05i„ݻvijiE`O_Fׁ]9`- ,]|҄{vdpA`A&-#) >>^6pQuX@V,=Bht! h0,jjR<}O!e PvyԵ R&&$%Is sxY9 F4Z ,h{Bx`x-;m.Q(`-F(Ch6 F( FQ0 F4ZQ0 0I8yސe N'*Q0@aI3Jk׬5gh 0nbh(œ|T[{a4"VȀIZ>uIKޣ` (Q0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0 `L-88Gtb `4'qv=c7iV%O(诖?vkrQX˒W C⯂ jg?hhiZŌ6zP\@'t0)(9 Z/=xk^q<߁??}n[x_g;ϥ~P|_z:֏r׎?=FؖċO~2.qFr8 {_ x X>Ec8fYN+( /xuY&~ |`"ww~>ob'CcX?CSu㷄WRӥg{]1^Y/o3|}Nύ1??f>0O=+7f VQE(((((((?f7iOƗiS_ZiM2Xۣ*mrb5KSoxVǎVuhY _lG4bT}+7sXe?|:jZø,g~ᯇzΫ>Lik&bL?vf~?l>k)֥׳ZC I !1H ;FيE`Ex?_~X%ԗXx/R[6C4]ZY||"Ǘmv|H~?.4j, BK3xYyi 1Ea9៊DŽ$672MGL)a) D7Ic =kr ( (>XȅOΟ`*_ (Q@|Qϐ,P|S#kr4ZMb9ho-v4d_MR:GPTGP-7h?>=kZKazl G$RF4R"&u[Zi(y\)!" ̠|~~7|?kú{Zπ:4M^54rsԶޠEyk<K;};&,u;Ộ<euM20OEύ< Oxt+ #vukHzdJ  ;O ~!K⎃sAgt5hpn.ygs"(2j>1"񎙪k~VC֮rxPK,DDI FƋ7ۋM6h<ɪDRHlJIMsG{o^_3 ޏ. KlnW2d.>eFF \|7w߀|u<}x=<'} خ"dB^tU>A_X~&ŏ0b[fKmvʄb\ȯ (ϋQ[i+?W>(T}BҾаMZ&;)ȟ.xK:6'=&)~|O75eK{TwE- r$#AѼo)u[x[V e .Q>4 oKM`gsG7Tۨd:bZ;Jv9~9mO=I 4~^ tjvM,F\lTG!>hfǗfQ@\7J/s/큭 K^uIoW7vky0-٢K4;0$(AEPEPU 9=|^ ?ß>_S>EP (1I#ۋm8w!v[FZi(g%| |w>M_~*x_??KKkoshG4e&W$_SųUEП| oYg6z"dHx`;9`75>e|%;x-?ؿKǹ[W>:tsw>XP cċ~z.ϖ?>"=]WO'τ~M>(韵ϥ4o|iյm2̆HOiq+G.!uTaʊ( *ߋ0~۫$ ni~44[u+ݟk'Y|A,Q@\ibO+oxG͎/-b[s;AgăHiں/?cimNx-{XfDX(?<r?J>\n|Pxt?}}OEqK`ڊ_ ?g+ߴ똴*wi(r@0F*_ QE (8kًH%_xFٓu:U8ɺk?,HpxGIl}; ʼnxZ\x?v[["yWʏ.߉l*>}| tu6a񗌭ӭ[-ں䛩墂߳x{[]'Ilp9$K3,KH=(AEPEPEPEPEPEPEPEPEPEPEPEP^v:m՞C +# @5 m|TÅ('O8Z RQAG~45u)ueO H*o{ny9 ~|@;7^%DxTꚹfqup3IPK=֊((((((((PK?//1OEBPS/httpatomoreillycomsourcemspimages469887.pngPNG  IHDRp ™ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVԽ0M" U]W5 < $XNc5jji5k׮Y3lh"  0"-,Qy9~㣳ìVM hkmQ@-@(j F Q0 F@(`-PF(T4ZQ0 h@`P h2 F(eQ@5@-P>}4ģ`@u'O=@PaZZmEeKS30Rj#"@6d qqs&Z"{`0QaCd` 0 ?r!SzyӧYf>0AwzSEATd+9`CU3X@?/o LTDeݚH.7[!`[fΞnH ,Y&Hؒ"i=x}(*e֦fH d"`Z:p0@s;%0yp ?FM" 2 `ۄDHp`Uide l D6'0v !$@gpuD+N>z:^4 SA< "@Yn-<>t"X@"fd^Ai.@! 9COթ/mimdH"( N+k0ֹz$B"@wBq " S2iRm wHGWG+!7`lZ‡i4q #r,bk&I@HʰID^XL,bZ@W ,-O\]Ɛ#d@[ ٓ ۴nZ`\b90*s-W~I` Ld@A&i F'y$!328V# FKKKCKh]&w+7`\BbRy%( &$`X3ٵ҃n4\*v0%)/)eA}} dEPn*`,u@d#23-!Wt0t 0ŏDHDwTj m 3oe$!ʯ40U+Dx-fl`M;{UТ$X,(MtH@l-5uT1 h[\9\>y K` ImȂ Z6hdh e4-A֬6ـ ('@ش.w7]H.s!R4q&0g6F-@-Pp*mMe4>@PF(TDWG vϬ;x4^if h[@א:6Zwqx ; j`qP1Su1P(.3Z&B'Bm:4a# ,C26N]AEhj h['%BB 0HBB-V_`|x2&OLd !).2iHnAh0i{y]^R AAȠ &{b""ll!g'-#SMu>xZ(y&Lz>}O<N6A" h<2:"^vm@6`4D@ESKkGy@m`j!`O<NG&aZm* @rtN@jtw҄ &L6h" FeG(T4ZQ0 h@`P h2 F(eQ@5@(j F Q0 F@(`-PF(T4ZQ0 h@`P  ֦ɓ'%* @~!;D DHZ qOr Қ>k&`|_/۶g5k 7xCi4ÏDw$$Wy$!@1'sD45-] `QlЧ.F$ O˛|DTLD00'O-GLHJvhz0,`,BGHN@,EaLt; h[[3!g4hjiΈd8 ¥i`' f0! Ξnz1ED@CMHJ'q]vh N0!3 e y Q0 O :Q0 F@E }G( FzCp5(H/P ֬Eܳk7ߠb`LbR5k cy I㎘Q0 e4r :XO @ZEBcqf ex0  vJXj^ 9g&: F#sX!$_2d}\yp)!@½^&3Ճ{Kx Hǒ**7p0Iʜ@c^^ɴ>Yǐ60i-@6Pd- @+bh`j!d+3`CS`h} pLQ$ D@\֣Qt@LiXE RJzs s`/ Bե"سk7sE*@S'N^`C/`9: d@)H-ǚ[ &x E Dנ lQh@Q`D0@Xd #H0P;@g@:Fs¦0JBR"0K9!\@x)ϥ 0 iXOMNA4m0/ëdJ@Q:9 Xs)lX@T1Rh=r|Z r`~4(g Zc HӘ/G@WQP"åuEERKQ4@m \\ *HJH  (xF^!=)JbFg1x&utk)* L'>1W sQMWDgt5v 3R dv,IO! t54# D w}r*R' F, *(*st> ^G0K7<1gH\>4s@Yq wAeGkH{řitHWhC-iu$&%AN:W#dV GlYB OUBJOBiU(51 dR;dxDD dԭ ~2l?cn0Zp,fN_3nH ydA: s]7m[HocmӶ d*rIdu,"Ȳ#:߰C! rT^q謙9dhسk7$dA ¢I`G%l [6J;lIH0KF f8$aHc|q&`&9`%Tن Vٛ!)Ni@+E`;90ּ[L!*.d`ff=`9S`@y$b zCSKܥ@d@@0x^M0#tЇ&B΃@aXK;zVQ@* 8z) iB d@FWO7t"8ABRbM]-= ̛:\\G y󁤫@6n7`$0Kӭf:yp`> F*)P =`9,!"@3Ofl` Xӹ`$35pz30@'Ol<@|Aڈ0|>"A< `Pp:`o`lڶImHB : KlDEaD @RLQu G4@Sǘht(j @39;Z zU-> 3D0@ L*sx(ވ ̱kfFbFF2 A~q Et lsy :h\(ph` `S2KRVR Q0A|R"x-"dt8iDpO.@ Z` 01Ӈ7[NlaΞREdFkwH8B \`)C^@,荥+́22y_!Chs ЅtMsy!m tzbR o@v{tixL@C`P h2 F(eQ@5@(j F Q0 F@(`-PF(T4ZQ0 h@`P h2 F( ukӡi>y &wir<2 D9?Ξ 12 !!k~^2e@t00ѡLd`Ғ+`jb , nEL!!@_ց#ew[X&Cڇbi2[-M͐!\` `!t 0SrgO7(]@ BDH4RŊX#N,7eG|R"܍515?AH` 5;$$%,4=} I^`y5%@ L #sE n49X7C=I \r4ƚt$dD -QA4-P IHȂF40]Ho ؏VC1@]i8MgP]WǛ q3:fC)ڵE-f:RkM101 pϸGȆ`4@QϤ @PF(T4Z 57@ w3<Ĥ$`Ɔ%$%tr*8$}&AQ@EZ):BB=ϟ> Ѷ ] m@Wk`9TLmZ f!;|hP(C7cÝΎ4GJpo}%Z&054:2 F(eQ@5@(j F Q0 F@(`-PF(T4ZQ0 h@`P h2 F(eQ@5@ХG!A뢧O;;׭Y;z4 D9Ξ Ă @Ӄq'`0Z D8  xSGl1n4 -#`sf~aIENDB`PK?APQ771OEBPS/httpatomoreillycomsourcemspimages469889.pngPNG  IHDR{5@ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}zHijijjiPv ^(޵kϮ'O/% J͍̒gm`! s s lځ% @.P IHJj h`8`I1iD d H R+XVYy@rwh3 F0)k =BŁ`Wkݚ5v J@%(CK&Ο7R$$%ݨ!hтy NpHHu]-h3 FPmd` Xt ^65]Xtt7 @%(Cs>i3}L Tҕ{[IIT4Z⌂Q0zR 0Q,tvڥtr@%(C~Z^A~^A:6E| FKQ0 Xql ']q-"h3 FhqC>: 0 cӶĴtht'( ҫ.A:4Z⌂Q0280 B`CP1@8` j0i„ݻv%&% n+?yDkS3~4:3 F< OKW,q#gq @8` R'?/o yYwCll <^(L0ɓ'̏ Y K @8` F,kϛX,`k@4ګ`0H`vOE}+LYm㌂Q0,!W@V I/`hg~P0&@mQ0 x dk-n9rM FKQ0 X8o>-ҾW\ 2g֮Ycna1Gpf`vd@%(@.~ ~`,@%(ٵ|0 d(ԉȂ4Z⌂Q0'];f~AXh3 F`xY;V3V4Z⌂Q08@RzW^@DY8 FKQ0  q:'B]c[vsb:<5k1ѐ C4Z⌂Q0Xk4)k`C OȎP`)O@M@֬("g>yB2&FGDB:G!74-9C@.F6xa+-qF(,54)l%A*Ѐ#b>@(OaM!6H2\-qF(V2YnDKs sR;A#(dK7x@%(@ԘrusC ---\GdAK.b SopCh`vdЊ ^>^t)p/@8` +/k.2>L62g-#&i/` <, VsiPlD]h3 F$IM-M`cQo@J%HA h FKQ0 UaqC ô@C!y| oj\-ہo(E&4Z⌂Q0(URLO؁)ȍiE)H,n ݻvD%NX 7 FKQ0  fLRXr8 A.h@SAAbc֮YJSW4Z⌂Q0X.y xрP뉂!aHnZ`9 ,4R2Qu_L?/o/-PQ&Li m쎂!Rɘ+( -t A)7p_hCWI&.ĸ̛7<C{F@+BAnZ44Zл CX~ ^8Rr%5k C0d7@ FKzD`z,t"WA4[ Cv`1d[(:;fӶdJh^K5!< 7 I6ȁ-e xq4ͥhD8 (>~2(24pFd^Tx%\zhZ k're8p@mC*d : Fx3[ HKPy #J@ZgIIXH4`omY]0׌&` lh\e; FKF0d9d u`$Ȧ4K<PhUxɅgk@8(챏 +ZfY@Rw7 FKMz r`HIA//sQkH'f FGrӧOKF'G.Dž쥤p4䀆 /GLCVP VL53@8-, $K W!'9S![j(\掼-q@N"繁-Ol=e%@4Z p3'aY'`QP -/ۈl(h3 Fnn]'K%~  FKQ0 flȝ $ݦbԐd8w?oL$eX FK:g҄ 0 Bm׮]3G=쫇CY.4h3%p` ڥ]ărh1pL@%(C 8y⃤d xmQ@-@71@%(C&V#zU2h!qm'oU@8` I [-7.f'ԉDɓ'g!  Z0o>`1),8kĭfq/ FKQ0 n*f8"9A h#^ @%(CCz\ `ۇȹuk- @8` a9u# I@%(C@K\B! 8hG[h3 F/tN8AјX`-m]$-qF(+v*ڥ.n@%(Chjiw.R:q.h3 FmLQ@8` y٩@ᙤx0ܓEg! ;¯ѬāeZ 4Z⌂Q0d1Sr΋CJh`:'qƄD@~:K4Z⌂Q0 L@Th3 FpZZZ9רu@8` KS u FKQ0 FҢd'@(2Ud&}gTL$[}g H e,n. {!M(à \hf<}d yTMO<>k`p @8 Qq|Cޤ 9)@qF`@8`n:Z]ih lS/7ӧO 9G~ FKQ0 V4z{(~ FKQ0 F@8`-qF(4Z⌂Q0 h82G#{4gǯ_`|a222O<=y4 K`,e=` $gG( U֨+bh8k׬Yf-ƛF(.qVfC Hƍ|Ԓ'LX0om[G_])uI ߜQ6+^` HȭL8%C >`\8GBIy T,qO'Lu_؛V#Q x:ڟ!`-omj6i4,n BҨ`W$&%KI&'ڛiË^ ,+ϛ0 F`Dl}sotD$=@XMCqϮ])n !n``^VQPă\4H =۶2!nh4YX:P^d` M$&"ϰ(_Ґ4?xR$Июn O:IzN6BxWO#lΧ+봼AJn!0z5@ޗ*9Y|,3,ـ x -W75]8 h9&e r4u/;!CBFG >yFataQZE 9A!'N&nZ̈G9?uk̇:2l@]=ݣC9F ldE?M5iސX,C` ѓ'Nٵ 2t ]XPM~@,!Ng9=!) ؗ4a"J'Nw_2 ]3`9Է44Z@,7~dƒl ~qh^@VA!!@@ʀ%|*8$dtxhC9>%OVR ص@&l& ݻv z]K`X-q ֭Y,n9?!)Ǚ4adZL|| F /`y/ z]=OyI)4]2 hhġ7wp>gA][ $іn`X d-hW-4hq3 hhġ7HHJvd* 9܎y,)ڽZ ` AQ@3@%0/D`؅+(v#Af]V RL5@++P:V &Ϥ NiG-q A7.*h @&E2XA>+]s< hhġ*زX0oyhܝ|^:2@n+aLAnqX> xF@8?}n A]ցpx9Yq[awx1B[s\^Rj~b4Z\SW @>kս,5v:Yо5ǣN FKzH ؅Y ;6 L!AJDle@.N+ݭ kM𑉣kG@8/qk ڭ9\3l]uN@ʾуYG@8&d+_)k}+c77ȚQ@#@%$C6@uրt ZR!%h) ߽kdhLZ-q }`c-qP^6L6 aNO2/Q0@8 EBlb q1|CVZXg;qpDQ@K@%] I&|gO7MmDZmR /;2v)?4ZZ-q C̛ld4X0`[glRype+!89isEGDF@8# 8@J+c9+Hr1j+lHj hCol`ܐ6u-L@̹^uЪkf]>zD(Qz:2bS.fdR~!Oa%AV@)` ع[f-=khCo@71T1cdlGAzցoFQ@E@%0#9GC9 3)׀!}Udդ rA#;7-q \\!kvr\n 0wcDžַw &dCTvt6pF@8. tn|+ _Bv9[a3G(:آs`APSW ιK\4`X d5MZA Yb9l@]8 hhġ72X@8? X.r ( ^8z (-ρ- PDDEA]QĔ2b28.4g & a!4 hhġ7*X!Ƚx bbR r"5E]03iQ@;@%ډ\t8֫: B^)\F|ih-q }`r"dL>R3 .mk44k @.FO4Zw-=T? 2v)0{X.n8DNэ FKz`OpÛ?23 f[=eZ-q `'HK'P!×C 2qi/ll.8iQ@;@%AiSg}Ij1"Hg 2y-#z"hZ-q e K` 0؝iy s~GYl錞5 hhġ7 Μzhadb dt8.ȲcW7W`C):"lDQ@;@%c[!OoKSrZ r|CiWOD(3lp^R:ؘH܇ c]y {*!C.nn(D.`_b9-~ hhġ76m x e>0C#DfEp֫<#nttBȚF@8S5RL6%zUЩqcہS0D.`,hS'GO44Z$$%k "* 9q?Z@Z С=,-v FKzy'r!7- L֜ǡ\s!-x tOPH- FKzHD._yy xKg"xSQ@;@%\ȉ\XGI)VN"7a`'c9 ҷB>2O?xh3`2CltP}vޓ.5X. O-kG@8k׬25uغEҮqL2 |`y`<@dG-q kB n\[‚Y*l]*ĕ Ed^\|c9i褧`ɣ( ~ 0 l/Z, Ә[c{x1򽠣4 hhġ7W^|''bȍ# hhO0.L^AZ!C6 HaU D.`GؙQ5 h h0 ;ַ#v tdΤ FQ@@%J_<#Q@@AgAN8OS`4ZPg׮qdԖ2gA&F0`@8iԔ*2! +_ѸnڵkPcQ@@%`ݚ5e%|9CĢ g1 F"CySF`4 3f-nF( hCQ II+tG( hC>L*(D-q>} Q0 4Z w(9 FhjiIKs sۆ`Zu5Z4Z $pus[b9U/wW!MN$_C΀~:m+nt4Z 0n +!%8 EU@`1>h}t(@%`v "7KѰh34h{d @sU`-qF(4Z⌂Q0 h`h3 F(ѹ*ɓ:x o( GCTGa$+.A5HmPQ0`h:U!G( (~ FKQ0 F@8`-qF(4Z⌂Q0 h`h3 F(gQ@?@%(~ FKQ0 F@8`-qF(4Z⌂Q0 h`h3 F(gQ@?@%(~ FKQ0 F@8`-qF(4Z⌂Q0 h`h3 F(gQ@?@%(~ FKQ0 F@;Xq?G6w+<WPC?xGq?@X6f@&?hY']R<aWW(<*˾bDK}q?XGx~_xº/⩵/ _u.3-hkvxe<N8$P$S3o j~/§k‘M{&v',@$_Eן[ ~ tibO6nNe`bH[k?W>"djNf.|I ,|J \-Xq?G6w+<WPC?xGq?@Xc; Hr}PC?xG S_.P+m6IUea-$ ~̐k|Q,'iS? W]gGAjS\A$FMY K-VhҁgPmtW}F~z]f6W'SVS&T ᦿf8?Yg(\G4G+,_w\G4G+,_w[x;/~u;=SO}"6мi-Mc6e $fc=G?_wK1 S[Mai9.- medFRGpAh)Ǎ=gWuuO4ĸVH䌕u#A<|M{g kbڵ KŪ3Igb<3><5+ٴot}t/ . [ݧOݒ 8&%M~p~²Q 57 ?9@ފ?ᦿf8?Yg(eފ?ᦿf8?Yg(eފbg)Xaw`2X3o(ܾ8Cbu+=uUk#>ZI22A5V.I @O_ )~(E /_ k't_9]:񯬧Y٤NLYK >]e^m׉M~:J0\Y:R;,kJddI6l1dkU>ᵅ?|?nud:Uח\ܥdK#2%N7M@_CƵ'?牼Mu-FKCPa=1y%G,K$I$_vWs? >P+?_MG4?#Qn>~vx;+ HGj?_MG4?#W@]!n>~ ?7#Zfhߋ-+J,qT P㿉??i-R7>+k^,?ˉ4mL^J׼e?TeHgE_|Q ~3Ok^*ag";h%:8o'/|g|@׌,^AGm9 v6WvoÏ9Y+ÚMѴKmvq2I8I~Ljò􏟁iF|O5{}&#}e7??^Evx;+ HGj?_MG4?#W@]'kr{ehd|*`EAEp_TW-^{y+=Va/tI4WH9URG4q 2s_T@]5 +d]?yxJ|7Z>R}YM5rO=ds@ P (((((((((((_ t> ׼]ɮk|#["0WI3'tl o_|U+?wz{漿iFB]fbzI4~ПٴK㇃-h-- &Mڄox&3.|JC!˝K1s(;#z+x+ O9G4E_TeͿ(/Kv*m?_Si(?}?3o/;J+x+ O9G4E_T=_zKҊ"gXaw`BX3~X|YA蚟V ZrcI$I53oD_KZ(_r=fVUK/v%?Ϳ?-i봢aCW܇D96@v%?vQ(*k?_qͿ?-in ]>rAom ª a+OH_|@6ڟյ_1xׄ'Ok qx"Y3LiӃRFTykՔx c|`u/&O2xZ~6{RP~*7]"1`/ǟ(gĩ>:Йt-na݇)hA/'&mC}-/W BҭnGmkk ׫9iqͿ?-im+ kO7]GD96@v%?vQ(*k?_qͿ?-im+ kO7]{ ʾOd_4?|/h ЃTi?+g-bn͊An)60z Q|)#/)nfݾ$ݧ_< |>𦛡VhaUyZ}̢7bPK?*<<5OEBPS/httpatomoreillycomsourcemspimages469895.png.jpgJFIFC     C  x" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?/_'-^ nZM&\ʫ ڸ_)b;ࠟKuSQ##*f{|o /E| |Q_B +-^-I\_DfK'>3!eOx>Q?_&$k?dߍ_=X5xgů EO^ }czjZ#-@aȠv>?jI)i&Wb3w -1Ȫt@h&ϋ?ৌu+#"-NѿH tsbָM?' M<ķ??ҷ\h6c{vvm*( _cz+~?TK%*O7=HxZd2:q [T- /}CT=zn\Wh.<x{?4-KMy3[\ *æWF N/_o+/ύg|y_6rx C۱MAEPEPEPEPEPEPEPEPEP=cþI4+;䍷F(S\W<4<Yݼ+fKԓ]2oNς/+Ɲ4[#Wr=&;hlx|} 3MQu|:Om~,d5e=)ﴶ?k*(,h=L ow_Sj ߄|sGӣ1ir@+?iZ|O|X[LO Vܦh\G|31??fV g:G=ft`nF9yl 9glrMvTψ<+F>|3?eG7{ #׋XX?,j~(|WL~E[ӆ\2P|Ji_*iD\]k]AK(Vsv FQ@Q@Q@Q@Q@Q@Q@Q@|O#6o|cs0h_xѥ5X 6V[#bKV}Q_X3iW614W%Fee<2H AFe_p~_\{/e]e!A__wjM'˫_{˻=&I$oVf$sPò􏟁iFz4G+,x7X-׾ Z𽶳ikmefE\aYH sWeG[_~_IqVmaa2hi|{iKjK_TP (((((((((?qt.JX[m(=Q@((i+t3U9i`g)}YDpgL'Yi_`:OfG~:)𵷈M'XܷRBHy>q3 ys iDXÅOT;h}OE|O,'*h'?x4诖?ඟIe8^$M[O$/򦀱=| }.g^?շ/.tm nbW6Y,:I@((((+;0 Ǟ)ӴMMͨڽvֱ$ՈE|je?_ZH!?)VP?}>?qt.J?J>\n?|w>'5%{Uٱ1]ȶ! Ef}EP (,U7ុ⯉oxoLP5;AjY*1 $ _]/HĿGَr?p-23+O&O/A~8xrJw=F B{–{!P̗Gp U6QE ( ( ( (>>G>>ScJ5_<)-^&v7g̶NB@JCTlHW9_m?_=/:3bk Ha,Ҏ9U\0A ( WG(7?h>-{eᯇ_Mk~ŝgeNj|eZ—!;}2HՕb\v'@? ğ iDXÅOT>X'?x5^Yߊ'O«{3QxI5I`e'i-ch;o7JWڥ+"(ylacY7?S&sqx{Ʃ~"7S֠`EgĒ0MS_?>|I).-[BM5 ET J?|k(QEQEQEp_jO[,53geܵuMV;DWs"#sy= {G _.XEC #mѥJ+Ot? W_%A{+8z7W_V?^8k>4S׃m_Xoڬ}ne%sdr+ ~|1&o: WF!!ȯgx7_W:%hGூ6zMv7-5$(WG5~|X'#!ωH}G[&G`BRu(Y; = 3M<6R PF,[lRx75.xSz ŝCf8j鱂C8>s\Uj֟ટ-|n̗Z_? $VܟhF>n2"0w4x' n?lW~Wqgw|SjIip;#,[XKp#- 2E/Px_+s|K?¿6I.e,jms2J2pH>_W E}}+τg𷈼GkY6i٣ZݴA4YF2o?`77 | ^ѭkg@ S4YW 6, + y ڿ~7n]+ XGs m=c#jFMNl__Fx@x_a'|-}q%߀$.٥4h-ǡ1$}k~ (Q@Q@Q@Q@Q@Q@Q@Q@Q@|y _fDiy,^yK$"7HڇW5zυ"IcS]xBE7!#u< k#r+/-k()2ֿ2],Ô_m?yk_QhtPW?=[fصχw$zg|M9 T776C|/gMx&ϛx m@1jv薗)q L$3?o?Tx~"6Z߇/9ͽU([c6=bf?b|D-}"v M%}VQŤmWo"2 a_+]ŭAе[k~ԏg5V4 7z ( ( ( ( (+jz>E:ƕmvJ%.`Y8 2y|5X?j_z?fKKb?oP5>(QEQE,?։?=e&x:mX^zKv 2m1}_(gn_ "SZTKMje$inCH} (Q@Q@Q@Q@|5X?j_z?fKKb?oP5>(QEQE 3¶οi8?_Wx׊|]aoe𵭍R'R+%ksּ 1|7o[)K[>Եzj:ơq 7s +3`@( (t9uN+{x#/4#Qfc_WE:#xˬ="kejeީx,Vg3\JTANYWw9&߉!qGvۻ[Gn6Z|AwBs1P/Fť?Qoi~&Z_|>7 x8{u@AxUU )xi<[b~Lv1}i+ <-¥t 'x2b[ (AEPEPEPEPEP_~ڿoZKUkƍjld,ay >$IRF4Q@_ w}h>u Co/ h6?4lmb8T^·hQ@Q@Q@Q@PK? 5OEBPS/httpatomoreillycomsourcemspimages469899.png.jpgJFIFC     C  C+" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?]oe߳y?=3_O(诖?vkrQX˒/? |W A}1opY-ăD3:nG'eo|G~?𽾋YҭnWMd>nc'>emKk x"_w 7~12xRo -bHtC`7hbfk; ܋DՎmI* _ (L|lWqIyE=VG'w-h/=xk_S@ϖ?O_'^8Zs ?g+٭˖xeWFSx.ϏH?v:GG[^o467`f !ņQAbK!†,I>)_l#.͗<7Z5{;I?ym2am2^_/~75lv@V>^]YdFا?lG+N6JkgR8l]ޝre@W7)W+hQEQEQEQEQ_9|Fy£rcB_H]G3n7lsұvkrP;Se)hf]J0`z;k7iV%O( 1jy~?k7_Ky ,V".2,`0ӟ'w-kjٷ ^~(>)E/q{3!sa:  43$r5#" Ex5ω|wIue3ކ eO_'^8Z_z:־]&]'_)m_ oab6'l%~Ԓ`2s~_&h>۸?~i2{C}[B&GX,ټ.L`4x Kƚw|;Z-Εi7K41Y{AAw-{ KO4+)u>hZ-![ 'SL und) _<1oz|%j:VcY$TÆVFVpA/QE(((_ σ4f+YXm:+LczlwͿBWjDEG+^+٫RR؏Ek lϩ袊QEQE|{ط ,B_%xLiG𡽱Ye/-$Uw~?\&gex%k0mR1M}c@Š(AEPEye<3oڳᶝiRZ}tg6)$RFGVJ 2+O_~ s|[h3k3vٻc݌lt4QEQEQEW/ -N:o.;#@'jVrX=֘_ƾo"[zj ĶVFpQEC~Ϥ0ZB\9`UH$x MCu5|Sdm;ᦣ~Is.^_j,)bYŕ]Z?!1_^P?? ?a(_/⟈=|? N<~ V>,#|l>'xj ;]yo.L'm}/@(((X,/ V_SWרٟSE((W i GhO;]3A]fU@nێH!oO?&o[u>~7?HmlfR0c$z,_(>X?R~87&poM.+c+_Q73y~GtvonǪQE>$?Ksx 5ƃ1Shgr/IZDy%+!. ĜsDn G%?N >3i7F3>y| lEP (([$ s~w4+'"\}G' Fq^ E#̶1uQ@(<?&~?w}Ώ,<_AOBXM&gAp[pг&$??i*\?~x"ZEMGWhۦ"Oq38h.!~%y~|?__u>'_꺽irR-c;bjPp>poM.|poM^_+7G[nlt7ț[td+ogO@QI.jZem'(pAPA> AG P=?J>\n}/4>oNH)x ߅|񅦃p_ؾ\Z3DEWySd&_d ğ/^uo xT>9|`ѿl)&j#kq=iw`?0HƯ'H/|]q~i0"kFe ._p~QEQEQEQE| G_į?4B[cJKiqx# b?}}OEcq?(?<rCw'K۟'2?$>yq.TT6ףLL$Fmjg>5j_9qj?}:B?RH O"jEI,@Pд=%;cֱXZ+xcP(UTеEP x>VqoImSu֡$B#=ɯeCo_%Ak|y;Žybtx \|A Ȓ-ďj#7dAOfpr?KDׅt+=3NEg  計E(((PK?#5OEBPS/httpatomoreillycomsourcemspimages469901.png.jpgJFIFC     C  C+" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?]oe߳y?=3_O(诖?vkrQX˒~ P-~.['7 =D4S[M$,b2w?LGzҾ4/GΛLo>7:lU0:CE( (y߂mf=Ca7E?_GEؐhڸwEqEdWo=^/4SI&KYNW&/Ȗh>/=xkG9 D{]Zv|GWD|%7[Fۿ |v~~|\LppC)Rrs} //Ui Q,uwy)miAd`:}{Es?dw9mS]w_ۉK6m[Ej p03! lޠx=/_K]xO ßj5O _Cy>l˕ k.(7M~;O6 =Z@Mnފ@RDQE((((_ok _o,o}͗~ϱ~gݿ>Y#{P: u?e(Oǿ(3gkHF,ux$䄖2}k#Tm]<(7=7me:\ cDc$y^hr+GUu( G^3G/-Ε=-D$08AElW?k_I_7_ߢ^KXy8|+Ӌ<20ωtpc$h<^Ŷjvq]s !D++pA.QE(((!@$v14m.A[ceG#_5cco왢d &kiommGm{GDkáμ; mwgd{~!kefNH=P n{˾(i$#j/Y@[(UWu@(>;0}E5 V q2uOj7) r(Ciq$7 rkhOWǟ5#C/𦡣N ۛw?huK,Ȯ0==: _OR)Z忻sA)msyi"f?^{QEQ\G/cpI V|Qu|C;+O.iciފ S_mY1~a|0ƿu/xYCEbBHuF 5oO?& xCV&Jm& [t>2q8tc-I]'_E/eoZޭfH6mwu$N@bA*Jx]|bozŨ7GT>%Э.ɛ]K8`s_RQ@%^|kӯ5#oZh^(.lcI`rNFkJ((((?k~%I X?ɭˇ&+z (Q@~xo~R>?? E=3ƚߍtK_6MZAv-6DsL#j=^S Չ[ |$ҮA-!ԥQ l7Ao0Ax޽C~^(og6y{moq6D\"#<{a;7p}?-I_S@\c-I^Wo?|1o6}F^V=$371€^E>]*ۃ1Oo+E4Ou.Q*/}/z,?}%G._7_S@h|CwO7;->0ѯ5c]b[tk{H "I3Ȥkͼ1U AO~"x.E:ϊ>X(?<r?J>\n#x3ԼmZ+'X2WG"YH5|[/MW(U]s]<1\ĚͮagbYUԜWʟ਺gz[̟m_&hZ)6ȶ2&ңa9Zo}ؚ}3 ?|etGŸח2sfy8Pp. t챥j?IkBI?x?^.i'd܀I*'hS< xW?h#om>6ia;3$>aEP (((7L񿌯'|8O'9k#-oR+eLNJXG7GGS袂 m|TÅ??m!h|vvױ|gZf+7et<3BYnk;R$ĀB2IMPC(Q@Q@Q@Q@Q@Q@Q@Ο3!7>О<Ƈč~-#BrͩO,0U,p:X_'O8Z A m|TÅo.cY>߈'qP3}ʟO'[Y^Gu~a6(2|OvD"tXAQAsF(AEPEPPK?M%d5OEBPS/httpatomoreillycomsourcemspimages469903.png.jpgJFIFC     C  3z" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Mnu;OΫy^ˎxI'ǡ"_/-d|}G?]_](}\n:Wh%I~.,|+Z,n?n-cKȃI,VR 2#h%rwG鏅|[i|mڅŮt.K8\A}h_ѿ?qg=?Hu>#x3I%Ђ.fdcrҁ#? v]ʲ2"' @'4_۳#X4ڧZnֽku=#V}8m<+FL_Liz|zr S"+]PIs>|O+ ?iڗnj_Z bMJOrDRM(MAQ >m!񶷧jcҴ,+yrO1w;\O^v{ ַ#!YmI$).nH. HⶀE##h=x*o[g="Sy|DrRV26YG,{&u}Z[XMlsd,Beb##+ Ŀ|+Y_Ŀ 4}6~"i+ j^d-*[o89 c`~?U`~?UKI7X̞|'leML-xǝnIbIC׭xg4|K<%Oim^jɎA}0IJF $ n{#E_o?m^w?xs>=gO<_x,3}vugKkͶ7o+v_?Wk[;xbyo6yږo۽svmn7[!6׍op,r@-Ϡ~|T>.Ko xGNt+ze~u[1IOWǟ~;|yMLN{s}ÖjlȒIʊdçBt9?? uφ:]G’t2=2]Z*2;C+"ኝUtO?5EݝPzYL[fh*9UU6\@{W:gjֺЬ4\I;p;\46Z!":/Z-ot-6^(4iTiPYē^7&?ω~Ğ!/ĿC <{-Kvg%CO#; s]7{SxI֓k HUleC5@,--'n+EJ#2vU pk}׸+x"3xQ'Ӵ{!KYų5rEQS1nK>bU%~k8"([Gi|YtxkKNtvb(T\,bYI$k/?OB[{Dii%swwbrOS^?^4αjp%1մK r$WQypy֝Q G [iSxUM18=q^:~xVOzZΛjy{Qx\)w:‹-2F+amKTPngMCM:_&N x WNaM&n1a ]E|GS_ᧂbt?O7Dz>3Kgݭ2 .YՂjz-|ux >'ӵEƈ]Ԭ^U˕g=g­ ^&&ZMM_Ռ\if53[oHb+_; ~?>6A?5Oe[xnMY͜yŘI巷Bw1VwIa7'|0oiճ[>D*Y"88'|k+Oxik$5_kj7ry Aά3x)5܊Z7 .$8qp1jسƟ~5>?ѿb?/ƶV!.uBViPUHڟ9t:UZƑ UQ=":#5?P;_25O|7߈qϢW|)4ɖk.cusMy};u]x[j:u]J$4yHR61r:i?lػuE1kz,xokڱx\)*p3]W_о[xv-zPZeʿM$,*%5b?|_+_g]G,xx᷈/4KuC4!G#]eQ|Y ~ʿ é[Q)'lZn4+lc-3(^@zOGx|}w]ijF?2k8&` ERKn &?}c[q{ƫk,ayqB*HQK_?Oş{׈?cO>t~k- DxJi.RuRjI $eR|10|}?V_+%0?x@=?M屙 RbBmw:_?ay½ƶ_ew$R\jOK<.٣4I%5}+_*| /WVA? ji-Ӽ7>B-gn5ϙ jZcpc]Š(AEPEPEPEPEPEPEPPK?Pb<1OEBPS/httpatomoreillycomsourcemspimages469905.pngPNG  IHDR}OIP] pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV0 F}`@b>}*/)5WQP^f .@H_Y^S%P(DZz5D4-@@) h5 ի@)@wIA\$&T T_P%FC #fI\0p4F; @7@@TIOh `CI@TǏ;o\4qH$0S$, 3m$"T@G3"fő#k'y$;@Q|@RKK M\SK "?};p&28m  Ze541'O ½qzgO7 {hН@PBpzH[X[= t ?KW,cx\ױجLW}xB O0 F}`@ 4h4h p@>0 F}`@ DU0 5My~E.jKJ3ҁ (`|E™B w`Nj4] ,׭Y HV źpF- W\; :lt\o @h4h p@>0 F}`@a waQ@6 Jx’Ixk F4h4h  kwTZf͞]?}YT׭Y  5 4ayA!!xϛGpk׮񹸹Y8%@#!Gg\P@_9آ-.$`҄ UȢ kyy K]4`H́.< pLKC \YKYcm!d |AvD[um!|Uv V{zc3Q6$O@;|@wEvC!^" ^E(29\S@ G 5Hܣ-d£ ȧO@Q )r=hX2B8]ȄD` F@ jYϒR<3Y@0 oLcBD*)GpΊAa] ,e%AĶ@8>p09<` Δ#LF2jG"^cdE^>^H5HPu "}GZm눀 F]ÝD |HrCױ-։P`d856GZm,4\? ƀ<="C-w< !`|FiT \` "ܡP1D!f" ]EA~l]dd *-7$$ YG-G/^H*.#!FzĤ$HPmg`^"C5 `XoXJDq``M^<ngr@@>0 F}`@ UEIENDB`PK?D1OEBPS/httpatomoreillycomsourcemspimages469907.pngPNG  IHDR  pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV̋!ew[JL66̼XyC xv zm?2k사{CC<۞(bfc%xs3^#^̩GyJNogd`"DZ&ހ Off6ʕHX"#@Gn߾}u* OQ0 F(@O yϹihu;Fd0zXW_OY X= RG[㏧JǺD++]D X#x{b%mX7Ba 1TTA4 1) Fs(%1N1E=3l.4#hΝ;Xwr0:4 F(q'̝Q C?q)-LoIPa1|ϯh!v*P6@L#5=L cyVEd֓4"au$$kV &C ?10Xw%aS6yh6v"Vx, ZwK?SS~G}}=bLWCbb %XYDa8ߩ`4tԩM6 9=G233}ɝ;w6*))III rh @w@ܵ0ѣ$Mz ++o F,HNXx6c Bvgwg޾_ǎwUUi,ӻ =3Xhu!2fA'vyŠ䤙pT~xL.2M8 ~gM'by$gkݑ -KUQP)ya%z'rΧ~zH6!M/+k#{ְ.۶R\s${3A,]u4 nZuǾo m;Wnc? lEЖO]Ș4aBpHLpH0$hyTFFƃg8pzJJJuu5Mطo_rr2>,LQQQ={61[R>ց$?$߃#yɘ8*@c#-2~J J Z+,R {!9_}[ DgrpGgpWA wRh+*rIce$zo9MEE5Ud&1㿎T1@qK`0Z( lRZ;_ (kPh>Mp'GD}; LJb o=.sλҸ5~28fZORʜ֚ KNZ'⒅Y'AZn!oGp6%Vp>wp=$mZI M0fH:MaVeƜts & JԋRL1Fll9Äɟz*ez\%CȗI A#,}v@fP ļT|x -C RJaQkeX ak1&x= W%Z;-uW B8o7QsKD9gtiD<]ix8ټi?(N" d޴@hĵ!Vx;{h] !C|g8zςN9[)_ K$g3z@b.O06q 35TΏ".X;Ap 3+LӔN&@*G(VQG&О j!uiHXoU׎#GZ/G SL2cA*}sfuc>ς$6)?E{]=L(/6XDS+"k\mZw<9?NqKsLSil`zcǥ_݈{\ZI=]XbqطbA RGG" '#RBn4; jOE9*K9]fzwX%pH2Y|m`BGzss,11ˑ\JYdkOR"@.vW֩Tbm>`FV> 9gtrvClBEa7 iZ1]X`\?$(դ^ 'LST)/73?zN#PJ ]9\$k.LXreh=_\qE47t7-r}_{Dȝ!"kO8}!HZd=:0FƩFU C~s@q'H7M x%X1[tT"+a:L} %dm>Y\\ȊտlV@vpxx|<h{Y ҩ6zhn< ?""޵k!;ji?y?@b2 +c x A ٞblܸd+I.\ `X=!Xps) @3,|7oGD)KIr t{ dhf&)VA3 ~ewlykQȟ㜞&1sNE&wl]k)bv6IV>ɘrZ/5o*<^PXyX_SʮA2B7@% 7/dF` R`m`} –'8Cqm¿i|˖s<.řu,(QXTRnFyNHvrP,r4M(vJ##2EQP3qlRYu۶umGu]Ni S-퐃zD,K/!Sd|sB:mv]Xȡ$la 6'J2@'A'-yR^ 4Y]e F;Nmg:.B潾 YmA}@ yN81iݻv4(!@zdIP<12@vg;===@c` }zzzK.B C(mmm!ʀrDD1m뺼!7s즔IRڃ-tfgN~ 08!,)'sqB2dzhKc] ?$'kD8~Z11R 4,BtٷzQ'@kW>qIAhR`os.[ZZao}4Gyx2d~>  w0a᣻(`eB@f`6ép9㔄j>@u+<bXe>=BG*@䜹ȥ1Z-q_3䉜4 {>WHWMQ#Z&w'M/YKE;)%~]'"Myy!G<"1hR2@;00݅@Ln&2PRR">%Sq؎˄2XГ>>;L{ @XNS\}9x WgٔzXWUӳQӧ5jd:,##3K0 ^cGgP]]MaJ3XhTxVw DJJ I9+pҥc` R a/-""4dғ"ӑq0EşJȌ~8ЬV`$-*jk ^;g9԰ҋNj4%c *߈@o:^VkIFi9RJ<9gQ9R*\JFqd4NsZ8Oi'hLi/ 0 &A'Нr8c]1 ~J?XBب51tcw3'#0-п+d eΙo*{s6^]*v΄%(] j !`3M" @z֝ zb&5MRE QF!ȥMԔ_]qc9!| {Ex!@bk+|[|>=,UB D&'R*0%Hn#+c@P `xz#O5\P*OEx% BLZDk@$^JCsB|o(ps^AQeK) 19{7Ƭ Bޯ H0L:Sb;P sNRJkjs @P9܂DY7i<70^4 ŪhKD4 ķw /hr\gDr5iͯ ;<{ EQm;S,H>dc3 B\Ä Tƺ萆 X/?j!}w|҃?s]}N m[8'<6ɂf8VU< Lq`;9+亮i2*9ncuJ\=Ж4F\Y˲2gFQ tF~}9֔R[,DsH&{/8idqy6ά r /,p~}֊d8kGeYHu {oцc!x8ś1kg3H_.C &ТW5vN V24E{1x@G>oG+meuRU$et}Sd|-kHkK39b TJ`'qBj\JsguХXaS3_?GJV9bV5w:t s`.Y@Ԋz%X_ڇpM f .<47|{'v !O huy. fQ0  иѣGo>}ߢ; F(q'10CsS;@ *9ӧ=v[XHȌ(`Pǝv7 R$휖g(w8je_" 'z>֊~Q'TPkTov].CU6T$ R5do$2N9lO*("D'@lYzEVDD4 {Si W*# YjL\w*ˌ D7s93|PHKiw}iTHb)p^>usZc@LC+?whm? F(t4PQP\bh,Q0 FƝwF9 UwK̬Iӵ0"_sPa&Q ˉuZcV/Ǻ:~b y8wA7~qN bH2xG'TO|1:wy ;~OOOG0 cL !S `˻>LE%Ej *@v Ó( C+? ŋ] $IǏ @CO>]v Ȉ"b~RRг>ߺl033$''iҥo߆L'X  @  7 /]ԥKI2ϟӦM кXU+BѮ EN¯żnڲTHz'ܶuETx0M0^d]@KQQq]7&\%%{]̉v}$PF4:5@}T__OY4|'fǏd2V7c^ YNJj \$uU7fH .d2)YKy 07%>>`CCC.{y/޽K{}Y @{OݖD<yg!H`aρ $ 0!&y ib @60A,\@,%@R!"Dt`w^`_jj7mFyPt a06l U  .}}>`#..nҤIFFFwS @JL $9H@n]uOCܮ"P>TFċ Ѧ`wdѻ6GkH!Xn@$P;SDbݲd'vhA8?t.6XZOu{:lI<ف|x'G#<2f : >D8AI+\ߚԕbԤ-ס^+GyרS)@bzDtqs2_Eۂe%ڬ-[Ѕi]2$&7Lr. eQԼ+OG[J9: JQJֺ[@~9qR`pk-s0ga'^sF)@xG谂ޠGC[ B%f1;'ڧqkݭt-mˋ4 RحOk[|UX2#)%*ٰ -J,(+M[=o*'yK){d#>i2GP1cι<޵@>U ؄xPT8ĦbyJ5ߒl̉$foբI^)%/dR 'MPsJECRP sa(xNiHv.aKEDjE0_ T7P2Pv !#PLC$s׀4jFy4Gy@9;;B`2YO@\Y%@ܹ@Gn$LRhGP%vtMI剾ZAM);zH e7)#RʨHPlWKŁ{*=Fx>ZˣG :I5Q hΉ#T$MdyS ytOXEdߍ Drz&ϥ 6(rF7JIL%lc2:"q]5.DG "E F x@s)<J1P4o`GHΛ7o…@rݐ{t@ d\Z @@ t`񐻲ĉ\v  333hܩbX;=y2'OLd`NLhii SRRȨ(|&s?VZ5ȣڣ<,yɒ%@7lذ~xyȈ9 w"r-/| og0гx<:!nL+џf/O:, s.:c&O{{( d04x۠И0KkȰa/V98?RbU mXXq-=EP(,3ȡ2INJyt.:v1|Z#i  Dާ-ug x <'e1!ʨe>Mcc2'ߗ2'ZXLoqVr{g)%/Jߞo4Vh'E Vq Y6Ru$9I,IJO9,|L+ DXsH}a29q P=IaJ"o܉c` 'V`*,i@AVLp0F gZт :**<yȣ)yx͛!CvuM Rz@@ P]hGYnF&7ـbMwA>*j?KϑR2FDFrW/iPFyh!HDâlw0o۶!%Rk.!fQ<jFѸcIFN'*$:}[6[yim;!e4_i )Ɓ th @' 1@!{"N*]xx hwEtyyy^J<ݵs PE>J ׃Sx<;q΁kVM9n͐vұNs9  d\EJ&6( d!Kv `U18U1rdfFlAA0}}}={Fz @N?&rSmABb7}{󶭓M4a'Ǡ!  u{apֈ}^6 +#XŐE7R^pnYq ?ߎv|m0⛚2᢭`+<ȣL Ր$tH5ޟٹ0 `{^#X§R" [-!ˈOZu 8UrΏ}JO(0#&YY>oۆfx{k  d #C2``釽 C8F yCГh4Є70rH}(`,:p8.|sGdPkF0 EU"9yʼnS+S(|E70Y,N5Xü*|MG(sS}R%|ʾ|a!*HJ)Xdy"{ <]H1["T`p ;",<<"búuL6vHC v 2:kll!A?}TZZzy4G@nZ ;7O@wquu%d;SAC4^EGLZD'WW ޝț!Kyyyaor8D7Kwz{{ao}4Gy4?: |}}w@0 @FF,t.BaS-H  %|6@Ez #d{ً ;-uZUYu(KYΙ5)WO 9MBNrpXɎŶHR+)Q%MmYjnBjM.jÖ9!wf܎WϏ'_{JZ[ [ޕ7hw#w؁"[q-;{qO`^N#C/{k+/'VZ;ab1Nrו׸u0ڐ0 ]\Jd *@^ 2@r Y?|F `@"q' W+ `Űvs51eOOmX!ǏsA43^JJ Ջ!J4O<T>LE0ȣ ||| 8az%If~XO` na`ad%W"lyNOf9]G#=:n‹k#T(OL ͖1އK)e`5p19YL"=" >oEN)y%fNr "o-#p& /}"" {w L2븡nҟ?~4۵s'}U`DΤA:S>:   V@ @?l9(((ذa.ϟ?YJ1q'bºύu8[|1'0edzyQ^A;2.G^ _ LpamY'y*-/%搵3#Hs(9; k;@*+l/5Nj @&h/"ƟT@| 6`&8U)y"xDL@__(l^I`O; SAab>hmز61%% .Qa+vOX${ĝȮ.6%*72 )!+7Bv!ǻw3 h$rr_?"?11.@>D`wx@L å 6 V ߻woȥ丸ȗ/_Z t*1aȸm;֯_-^q'ĜA E=DwŮ]wtՍe3vf1VZ!v2)b3z@BE@UBx&E؁+WuU~J">*3W5XxFqQ:Uq@<\5PR%OvDjk8)=yC^<>rNX=M:aT"[UvrDH|JNN)Mnn~Zc̲,CHPV K:E0m۾M@zXOpu*D|k`2C5pz 11d >0CC@$+ax ,>>R3͐  P&d@t S y'%%%!@6YXX06x V'!|`rtĉm AAA  иSOOܹ#!!m7 0,g83G>h qqq`"l{.0 䪪Aȹϟ?6_v جӧO k B0:ݻw & 6[rh0́❝%o@ήBJ :6A lBlhoVNϱ}p6;RşO\,Zos@\DL!>&@LT 92ˊAR}&i((AX-|)䗨?C2d Wᖃ=h3mxtWn}E)]b13sy]vP4 0!c[yndډu5\iBS5 iq^Om22m<%#=:ϳ{]סzpƂ ,q_d۶NB:٩̛1 0y r#'N=S (_;H6 !<^{?Og@q7߮KD-kQRJ>YyWU5 k@x{eek{A27M㽏v֤PX I$} gJ,ʲ9Zsdd28޶4MCQV$mq_!~$ V4MFw;c BA5JQ O(4KtbS܆-6,YͼPLUU2PۑQbA%9*V_z:SI:3(t-A™-D;sk^w,..@Q0 F(cڴiX;Ar^̳5- ⢬.*1yOiUMmI5R Xp,\|QJTBٛB6w> ͢:[k)c?l/LaV)RՂGC(_0 W7h4BŴ18n-e'Su~Wv;x6R[wޅl59xxs'7 F(@ &-M\`+u2ĺS ڡX}I=U#x0 {:y`yz=k'A8<Cx40@W^߃ú ( ܀,3$EL N>#"ո"wtHGČf9@̚1 -kMSTiZ3))-,Ꟙrok:ѭM)Br =XAAȻ9b:4btG 4d3fh ߹f0\CpTqҠv  =%zNZWX ҅{nyo`93Yh{(0KAz=Af@PցU/m ¥Lq3e$m 8%[YRVVVPPq'gʊY"o޸q'OF{aDb"`` `kHXii)ZTOR= _\[X45[pԭEICiQ0  P=si3 hHQ0 F;cbh4p4SRfyJ eBWܩB;,KH7\2|`;cUmUޯxސY 5#[PYSF׸%viIoMg?31+g?Dk+?tnC8AЊ`@9ğ@F2 Q0 Fι4nQ0 F_sI axC|,:"]IQNFo;z䓄yDW"Hx=7Lc&+Aڣt%Gj*TBr*R@R @Ycj+}_'MTƗ l"3`~cV gA3?Ѱ`Qٟ Pbt9(`4? igv DA"%$aYޕ E2$@H#!$D2&ZI=Zsx`=HRn 0F(.@}U>Hibo'Dd鿼Ff4& Q*1Xقp) Q5|CFք[+W-Ҏ=n.JNU g>krH8pN,W+%? ̹:EQ4A(~b l#4DqB 4VE!#xn{>{Ϲp~NEQgOuϔa}F mۖes>MSQ<>Su|> @T(i|>4͆8(qߓsaembE$EQz:!,K~ceYYyp U$UU}u#X4 ReG ( BOi&s]15H60 BPey~P}Ȼ, N\E}0\puٔ pawaʅ"J@'%7R?DJŁ"De}}|gy杙{ >Ų5t\in7oKf^LJ!āe>Õpt:v`vb/a 59ydr`XH$٬bnz=v8([E; ,褧&ZJh4L&Tvm[@ tfH$hD8f1K (r.N!~1 M1B$`M"ilQOH4qS!B,p8<ϱ CR`0OFh5V+eF2)"埱LZs+"~hZtfy:B8]Wx\.zf%,B V pAEMP p \.JmZ5"bpE8"HÁ<t:^/J%{(tw8jS%j0; 53a^g2jj2h{H&@Dh4bj?>d@ox1A 6#҄t`DA) lݛw09"?iCs.=Ĺ-$Ș}3;ɲ\oJ'(M'3DE.cC[Y8ڶ=3z# &xeYE_  @^l2ѫ Įp]Wu @{aĐhِ[ye^ +@Id'wȲ,\al1F=iN}*jWfVopLL#HxAgl;۳ωXЪ}]j]Pm$Iu]^ߓyNJV*0A't^D9J{ M NeYvi/oI]ZІK4@S$$gHp!_|y / _4K)uM V89rDT*7;cgG,p,wBG]k!t޻z7*ֶp9nU}*VZ>礣BQ11R*߅-c8BGj`+x0eL eN]^o8~`d&do0nsmX$zXEDHnq @@Q4@b,\,®l> z$l 8}:13|#G-; ,@4,0 fH(IbB`, LWszRTN IMOQOj5Vϖqat{cUrsz}bSs5xdZa'5xw^}a@h]s P=pBuz_ }!UJ;wԩTϞ=֡ZTTN@̨NܩחN Jєu~:$HyT4w**yTļϾyeۃB1H*4(iQݨp951ƽ7) Gܱ/RL**RTGΞ\_AK{_OuTc̶mS< !J*=W,Or||4#Q! Zo &9|;cz@P @t`$ /:dJ<䀍=B}Wosbb yo堇.QEZ,b}sZkPZ.bTHCI~޻;gj|TrhUd\To(3)Um4)bB-Q#qo(OfJe'aT+45͞sZvA E9wx#X=[WL" ȳ1L&KRirB@A:Q-+ˆk ை廨Eev8[OuSabYD3N{& TzQy6b ؉8*F<qT(c}߻KJ;Q*Dv88*cY9Rz̕wQQm75 z+TemH)G-@U/BIUy)%{M0[%q=2&03Q^t(u .8c[QpRKFoxZtRV-T{^&_*GҰұgU$\$ZR^U$OU vš٧P8t_@#DZ> |}PtC9O Yu*ϵuejv(9 ^=}ԬhB>È"UgM'n(y%>']K -] OQt񘙎.BJd~ZuqwJݙ搇;*QH66@eϼDsƨPy`ibЖu1\*ycw񍗄Uv]݇:7{`*lt[-)c0-\kN<?ק͛1 0Po5/bc)!`K(KFaìq3_D}Ƞ)+Ӻü!~y wu|'Hm鿨rBC8TzHjZ35aGzJܟ-LJ .˒OϤT۔*>hsPE JE+hS۶yʬi}0 [jJyJi{Zec6B^&8E_- UU#HEڶ5Ƽ` n (چXX%Ux6hB$^v'/YƠ燙e^,¦(1Y\ ҾyFᯱMZJ񣎖g>V5GyQi2PCՃB%՟4 =*'5ޣ- Thq8Qqs1`,5w =^)|kS#Tטy U&NrI)ݢj(H\PU%~1FͰSM=%ȹ.Pkd]Wdu6oXA l^E;1Tz4Q!C'TwD mաQR_ŴTQMZݩXk_ݳP4kح}IԘ3lGN6@)%gZY,Zev *Yd?#!XnlCP-˲$¥d'T䯽ko'u]sqbWiPwH^Rw}@ID^G@ֽ!x P=j*ݻ]DF$@9"Iyk8Pש$>}@9$*F؇CJxIDP$iqrr<4$-;Ҟ&\| RC* 䂞vuww'b%x=@ylu`kk پuO21SO$<=Yfv${nܸNP#04Iu H$93zQ*""2 Nmii6w//DȀAе+t-*`h PƝ02UYqq1-`ɓ/\Y9S/N}ژZsʬ,;,TXXZPPo\U =OB߿qQK(R@bϡ5 & `Ojkkeܹj X "Ǭ2S4p;5// Θ1mIbzhuuuCũUUUd8>GrKhzԩSp*oGPOS---T5=N :_i|;mCCԒ`ٺk(o߾8>Bbv'B1ׯ_z]4?6f<-}* Y>. V:;UQQׯ_ t\9K:MF3닧.Av'+W@ ] ! lĚ|AngBZj_N_?/ըhBH3K WjJFu<۝KTOg}WzK)4ZX*$TD84m߾4f" >~@ylCl66|TTTЎnG>h;B6B`OΝ;ؑ'۩K,A;5dwǎd;511nNX 4 ڹs'bV\YSSCv'T'Nڂ$i[lǩ?~$;JII=z \ KvnwMMM2 kǁ(;R*A!x[H ֡(EnKqsēO\uͷ|bE+$+G3adBjQsBu#s]zGq,WV_G Pi\w݄t5T(/[2+N131Vxw:0p.qM(6@9wRU^mCun'n#b.??*ACk޹s1!;#҄0gΜ!`@777ǵ*m`%_Pj UVJJjɋ˩^M3f O@5QZ...@9ظ6.b'. NCL<'1[Yޝ/RʷT1 kD}x%X*"ȘF9R2:~Qi{FTk!5q= 9sq1P>}4Mq/˂}lj\Q\ H c Mim(z{1MBd׵S>m ]J >v; [G+cTJc{S"<<9c19B-U|=;X6?XJ[nz$cC@ιl'S!Pd. ie@R&OՀ"_ݵ|J)uAX|(k \k]o^=k9'<ڃ`+ 0awu=?wrljV8Ix]a-Z#-E?оcĉB f?WPLd{񢟷s/B/,xvzq͙wZ9V"NRJ cRJ{T`Ԝ3 JJr]XhKc ؅|'7NvBAt1h`-LYY?-.ZMŠ"&l(<ٲew|3ΝA,GQv#{ޢy$ӱ4zEq#t]e8-[08A_8\a o,.˲,u,_b]4MM_uyxXSPUu+?=5mqЫ ?5Idɶ#GUU1  ߏq! ) , @ϝ~u 8~ DB :/UDz5Nv29Zu>gg>θ'$ b!D׿w़$lP--Jb܆LT*Bdm kDË~ ,,%~yg#BndpoĒTro2zGB)%H- 6aJ'*ڢk/ 6x<#d29\. 8Gi|w4Gō-8gB*&o8q9gjt E"( ekkF#l-+dW>tz#)^B.^Ϣ{!wOl6咋 F(CcSje.֟l{9uZE&ͭ/g޿>T}'8vZf/Nh4x:N6 .t-);aʉT tFr= ,8%op'aU1+ҋHLb?,ޘ kL+VU2nGN!@NgϞ]~=(`Q1@d\&!V.fKZ`TGkS)1@RQw:6Q0   0tBFqn;"y8;Gw9JgZxy"'{4:[G،[=֒[/#f&:Ա(Wݕ @?AaV^,2 )˵Ui3PNT07+P@2;P5-j/\[v(`>YsIhvW$ ԝBR(gފUU~-[J[ S$!6vd'/ŨTFD-u&! v jpjs&ۂ]H]hԊ91SlQ;}"JxRkwLװZz޶<:}hK@@:hWzy`)RO)9( Q0 ; @N/_^rh'kQ0 FcԩRRR#&&s;І[v;YYYiqD ٞ6Au7|PX fk0CA6`ffe-04  ,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVZgkb1ٳ?477u(0s,IGd0绷o߶FDDWB'$NfEf`|MWLQ_ 1%J[ F3x JA8t3׈7WaO>>>O<-٩;ʍ &x"w1swpkC6fW3fm Aӈ^| FJJJgϞk. yUggO)&ɓ' Q0(Ç=`ϟ?uϞ=nC455122644+0Lt,Fgp7o+`53s h)b!ڇ=؁`{,tp0fpu@F,֢JCoy!c"?N\#(1+Yimqb>"G~Fg3FpEވ-~QZQc1f!se5CwSk=h3id~]g~h& Н=#<0Z9H k([kN8=5e}m\n8ռ W@ḀbP-Zl& "c@A8Իx!Q@SdɒS I@ G :|Fo~@أ;6P{ͣ`l`20& H;ܣ4ݻw P7A ś)ެԣG-ƏWo7UR SGxzdĵ0u(-}'0Ld0\|Hyy*1Qkmtz&rQ(f* 3☧n= 2Q( vmCj eJ ov+v Yqqqȸ.qL5,< " ̛v׮-]񳉑Ev3^/cR N"@oz]ork{ύCklâIwm$ hD !|` Ra x/>60t+&KS=(,q[ C<*ں(RJ=+qʦ/`JW1[sYշac<f )v(|bxgPEYy^NDxNsXaq # klg# ЏlO6- m8\ra z1N酼C`I):ݨ[+=^5 /WzWyxyث۴~Y=SnXE Du!¾90^(+YI^gH~b\UG> pJiǏ*xA؟4ۼ+'CH[ ՜ 0bi:3;ֺ)O)Ҟ0JX'I.ƚ`DavuAx6Һ{)#CރCMWr>F)%$c[i臺}Z%wɼ6cl?T$.H^9g bHIZï < !ȭ o =DT7g5swĝQ 'E^O|j|5rƪ;Ubxo[Ei:+qsq8n"V#`jNs*0Qq. 9h;Vk\wa &<(i3ڨ2 ?hӓ_Jjd<ٜ3WW>j!l?FFq4N9ALGt!!Ax%B1<ûǀj]ZE,7Fm{וּGjF&/'9歘=<9"bԇ"p#0n`R YgF,2^sIi%\L4=CEF"VT-B'>uXN=jBS~?@V6~A: FEكh/cmYL^8Bھ0]cma9F7ABkf0:sـJ)okk2z_qPwAzL$ 0$,7k _5WP/hȒOAım`bA#;2xvZkr}~lH"ra GeKQ3: Zdt6k9ǩxSZ(o3n۔ 88zUiUR`go'N}% pD?|7:+苊`GMZ`[~(2555Eq$\^ !߾} @VmK^Hl, "/K|*S>^U raX‰Wp\HJdỉ"N$-m:)GX|V(Pڐď0~!Rם[9g#`Vo2_[koy ֹ糇1FJIg&@x4K] 4憡Bbҳ{?ϯp2M)"wSRNAERxp=r6Qt=1K)׬Ʀ[2JXz7z%"NPv0Ce!IFRyGX"&*v?aHq Lb9+QgsK'#P`NU-+GdՂvCׯ]TQPtݍt EXB _w߾}|aBÑ1ާFyꀕ,D ~)$"V/[ `\}Ap%.$ݔI!nzY,K_Vm$ۜ8q2 q3 0 9Dt 5%:o m> -Z~C0pwwknn@/ׄo킬BN~5Jed$)/+" WscǏϝkz^`b 9srrs,\DݻwQq9i WYYDOQxyϝ;g*økV@'!=#* 7555Rx`ffGT! ?W >j\oCyYAW@2K|LuMȣCgQ!B'f,׮^mo8$*<XmnX`v )?N`[ :;;bJU@G@iӦ:thp&P|*wE9 0\3eɍ Ib|Bi-XDf2禢ˠ=T{d{gXZ`]Qr+[k&~yu{"/W-Se4Nݹ.Ebo%cNl-EnKXTX5lM2A#Q&;~Z$L`O8Wԙ.J8+K1? ڿASq *\J0<+ l`?+Yf8dX(2H 9H҉Ud2xxxU@LhXkC;,m>L4\zqJƀ;\Sg֬yI^AO0-{OGC*@- >[ #:0O JL@'8[yZp ^!Rڝdg*2`F%rb'7n RS( V! P.@@@y_hMXsY :q8 $:hd=!?F\qȩby4%g ÔF&(]A 3>D>^U#\VC#%3b ΢0:/vݣsn a~|eAu1-Fŵ$JLZrT IDCQfB)."Rco͈+v!%(`B pu0sT@TN-V?]t0 A⶞u3z]?8x;A kzmh18$Ōc@?-|QQJÇqS$5_=gzu xcrf4O[,xY1fJGЏ{G^1 :e1j+0,7ԶS*=ebҸ8 mm?'wrvckM !\a֘16J**W΂I<x"q\gހh !i+a}30QA3;0_>ErdqE,r'U1lƎ.>xYO\NFkV4t޾ܶ9Zx&9UVzh-fZ+)%TZ"W\2:ZD蚌5qr zYOva& ԌDJh}+]2`O)%ɗrT׮.ugĀb0|]KtbٲeX(-Fԅ@VmX  um#_А"wU#rHRBf׀@QQq d2d4dS~++ș hBOOkz'F4.M-a(F"!g@O5ݻw~KW,Gv@; m, HW;Pg@;g@i Ph5f$Lu@\S =Kp߿;`a>@ЪbȻ(2 ]b\"iʀy6yo?[h$|9#rMcna7?($Wgy/4 yGX;xzx`E 2m 2IY/%&*Eh&`&O@eeeH' {|!P-GPO[(nNV<8D>Ԁ6́ *ϟ?_II @Ē%KGS20 r#2rw-)0P߅H;ɓ'9F5)yT*' Ms&(PXW Okfnx rG|SS?2z-|JT< BƳgπDZZzG`߾}*!11qѢEkB t B @5]1hȷ.څHh ,Oh :Q}U;䎎O02q?ڀ,$M4&L@FN ޫ@0w;b![b\? F(![+˷agg7 Ŋ+ e4m+Yŵ=M+Y84y--JmVhWޱcbTǏ2eʳgτrssԤg:x4U @۷o[[[#""˾ >pTv,)oXK@3S c^| 8+pٳׯ_ )ѱs6\͑ő;Rj>4-W@t4q[D[h=@ׯ_}#R1csY:q0"wid3-f*8 mXFG2yz+*BAH*.CD\b9s&xF鿪*!FĺTGGX@ ™0b HR '/Kc'`pMddbп`򲎔x%u9V>LȣL婵z|3߶C!zțBkfBRr^Ha-!~0hWm ֫1oFm\f^Ƌy%5Dڅy +!w`fN<1g{3 *K /"Ml"K0vIyX|ӼZ13fG,Ej{EIּ4 GSlzq?x̨['Tf*-5*鐲5U-GRNR*8|ι >|8 {WM7ߥ,+r\WqIW' N cNǑt߰*V,_ FuuuȲnS$P҂ ~ *Sț0DMRk I˖-c-E<`e)U<܅C1U\ ^@A{׮]CI'~Ps"0Ie:36K&owd1C$yO48̈́; .<%HF[>Tt\r@Vq1<@`:x=ws X'mB;Z5^{ehkfmeFPa1{jtoaG%C42|ípk 0La3_Z 4͠'K)e FL,Rz'+;&oGAC_ѓ5'\r@(`puRWر};hOArءpaÆD!JxǼm"(Ĕ+ KS9А N}pGL=%$,.7xd UfІ1/zm VD^BPJ̒]BhJL:tX~ P#>t:V 8s3ΒƱ\׶mȻU=0gN+ʑEHM yQ?Z 9g"I➑!ExOimu]Jiwr" $2 %\<[ct4+ :m.]̬z0 GV@z8u}TBJxi9%zWWK4van#V,e#!8N^ 'Npը *|< =J';ͧYYY)UVV&G #zD`Egg稃):OUUi%033yKCQW+HG/;Ń/!5Ń岮sHHhyZ_@VKO3f)e˂+b%\:. nz˹7 .ɮC5rf/cq?oMM˨~'RI^%Y}v)5j1{Q+~w8wZcR 0AH2ro,Ň[j,H2dA"1 D|Ȳw02P褖FY5;jcq<1d B'^ CL3.NBK~)E.+hZk:f,<lpC"ZB N~Qb1Qqz`x/R[0 {#*'r [{I)m',fŖ6]@g]GVRh@^ō7(~ {Pù}[`+sd@@<*v`@&0 `xɓ'U `?޽fs \ȊpB }rSSSGyxNim]A OX?#įdC4ުb"R0L/Ykc>rNBxg"}cZ+1^a?O^Of2Q=;_Ijuf]"!< z5#hBډ -AAra֞ %RdeN_LNE|PH ҍ0m dx,VJsg,:3f\C~* s-ɩ`r /\UӧOO" Mv#|Q>x o w0(ϟ?|l$_kk+ tp||ز$7_. !W\ H0A~+70D+aQXMOmZK;NUd栾ΩIs-D Vnm<9xi5!yEI MDio7PB'Kq*xbAR dbdS/T€cOU #T( Ud'%M9WF4eq Y.;xDK)ԝ5h_ޗ$"ֈd14"DL֔[W̠eжPmT!pۓyq7N:ݘnA8V5]9RqlщXm,%0u+A:xl%UAN%_m;1_VqOD}z"8)S ȉmRBnWb 9u?Xz5dfdLHRw& ^ R<'`= kٳv&|f26A?5b-!!A ~t0+Y eRd@:PK@@Iq1c ;^URa0 x ~sS9&Ƃ0]e0VmBZ=&u6sʙWB`-%\&/$9,03e9kOOM42C;M\!adQ`5 ( Tr Hy@er}bdzjZ4q-8"t_^C@Ldp6y t|!*3ThA ~lfoot$78>C2 0$^*~a@y9vμy3;P,AMõg@ܕ@Ax/iF[XD =Tl̜1NW I:-ObX=Z<ʥR&/]&PBϧcE YB每1 AcAk8c4x)17ހ7}4y{TЌ!9#V7B]/dmN%Trlॴ @@fV&Dƻq@Hl#JU3MȄZ|Ѓ0Z_['mM13Մ\DJ) \N{s7!M-4s/ ;)Z|aVg1Β69/f [Wq @Я<(?4t` XsĦZکUlWVQ>WG{[Mk cM.@X>1Y֔4Q38CO;"j()$q~3Z;.ϐMv|)/Bb+a < gMMLmk"wt%d!DjCG%'',;//BanEjF3&p^u1V&ۿ>׸!:o l%S)%1)Ӽpv+^[k!S嫬U+W9;眆 3ΟVÿL8^L]'bg;:F<ϵw~LƝ_c >Vex 7ă!W\:U VϟbB?C/?!*< x܇ҵ؃Ȧ9xENNn$UH82 :J#IĐٱcȨ_{9,Ȱ8^( U!u9%V$.OKQjkk4zC syŀ2R hUn:skZTo߾ży7|<I45 XOTWV6[v_"Q%%%`_@۷)Esb×`MXwXrn%|kzb=\;8>kPy2;60[7]`zŜ:=obxta/lcOO)v3d& LFT1 ?Xbj  xU@( %8h:Wĸㆺz대XU̟;{BUȡ$ `rU'0jvɢwP9Ç555F0uWPzzzv|oH;2(c $^M!W\(U VpvU~'90ؙCzX!<{X8L":R1'|9_x !hӌvvv,,,pfRt>_w0+++0_`]= #+ `=~Zr.%r CR0΀Bf5-Ņ+ۀBNj  hNr劓d|Rch]@6@l!f7=< _v3́ݻw!q/ ""wH l  ]yfCCcǎRU# B LSUUa">>x y bӦMBBB@f=ȾA$<~^\L 0Q&H],or}ս׮^ٵsa YvtKII? F89qh[/!2uI^K*1Y&_/_ŋ ^r 7:j% u2<0d*2R '*07u6ky9Tds ԃ[BCȇXw9,f<> "U{ĄGccX݁߀?M [ثHHJ lշc!0A;*k@!5k0Fr2Dyy*)9n'QK@!h`ڵ`ggo&CԂ>Q0MS@Ү.a.em=/볠İ<͏~}8Cl A"uLS*<Γ}~{Aj INH:iOi6zE:47Rr<aVkb"BWؽ!$4d+>`z<,~a'JV84zYn웙0|c Jq޴HMHM}|ld69Kx z փCckի}@5h*0O[<s=%ոV:b:?駒1 &ء.DߔQ⍥8X>bO]z>,6x( @a*Ȟy'u%bΝxIy9- @ #:< FS^U`NaI[Ht _ѥt x/؏I8cV/)B'Kedhr&O܂ޟe]om'Oryb"WH3/iUl# DH s +2~RPcA ¥ %d2}3pʡ!.>֚ yPQyAJ .0טBեz}7ZU+ |\ ,pB.O%uXC+ `! ._ I ÐװbqĄ*PwK Hs j @Q8H @[ Y7MD`hz@SFh53:d%u  J?zw͓*ܝ +@|)pY >$1a |Ir" ďC LXkl #i ;fVaΰ|/*Vˁ޻XPp$\37Z>Je_G;zGKA{#ב'Nd@:eրb]E|;a_=~@uӸs$>R"q E\|PU@COm 9S.xC&c#eoH4(a[]Aڐ=_ #79\J"c{ϙN!]Nu p,$ETP ~C+6TRoj+q)gd=R!\j)yÌ ύ4RpC:)1nu?e<_ ]ΣzcP-PW^%yCCtA 9l&prr H٭2ӧOE +~(N۷(BܭM̈31CXQAcF?#^䚘?<>Es'V'N?>Oĵ3|AL&3O\NNLHO4!u*x02(1=ZG`U@A^x<\g4/IA dpW;¸ x077'$1AjHj3NaAh@ZZ a|( ;UPb߿! Nk899(`8xu{{{DD@f`S@BXiQ=-v0 5Aٝs?N ;*l,*E$M{tC '|-0"a̳'IPMB(BhH@zBӄE/@݀ R C$JhIQ4&{X_yyYJftú0Kd`?־y>DFg^?c&.c xIA5'2 ]G14F(: RNNhpQ0 F( 0aC<5Ye!s27'I}y ;X;Ek .PS  J2}y^VZFw)Fé~Z.yTewKw7-'[X"%Q1 vQ[__vd0C!C:D Ag*vU  h Xo *>ҍQ0 b}X/A\g7WS]wS6 23: H!o=fㅘp-%RWip1( hU+]\ 3z<,v*>&1+$zC[Ol%N3;D mbtb(#t*%%EKKk48F(`| o0P*!CV g/ L6+-L+;*ǰƥ-J 56SNHx^La-@#Oe)ډ$mDr=جNA`5;F$ nY>tк)0Z LttbE}\TIM]Q:WHk a}c>oX I8+{(L?(Y"=z~1!< F(t*33SUUu48F(``@ Ra_O8BHki$iUށ,̬9o-iyQC.b q.VF2U4LF0. CCz'HD < Y*!f?A|l$}kl`=XHu<^0 TڭA%dw*?u?0``BDԅ/^8ubabQHE?Ƚ `e` }?4Jsϟ?}DdzuCEP|_@ w ۧC!A سstp'/A$YM<1? pӧϞ>jr?{tƍR$ideeQIySlu@208l~<{'Of呡X=zՕx-0Y~?(,pDVg8zH !bz>HZm`0?ܶm/'O?ghQغ H~nts*@A vvv+t'2 Y\t jǯFQ0 F(T wg S{ txpGLLhmm8$]?v"&g"W"#_ 7 'rKBl_MƿejVm2WBЛD|@#ѻBGV@Ll;7oPWucoIMM?ʄYsT` ,xԘgl`?huWy ğAn\G׮ds;tDewW'RdR$ ׯ][0oc K,!c(go(ҡD;P/0֭YC|xCѼ{. sCeaQT4nZMX0o}1H-66W9rvK9`}-hT-UHV#tjϞ=X/N1HO'#5nP#P;Caj KLD&!< 2LJP \zچV6"fT Z@dI*&"8$HLI?m:iuΝTIP¬Ou5kKJe27L@6F'6!=;`6<1|)|)VQ @4md 둢;?zPFE ]Y]"瓑 A1OC?y ֑"cSˤNc݊AXF4ZZׯ]ܼiQ!ҮijE6vrrJJ!:"#.`Xi Y82VlGS "=xIELe2{!~ߝ%a du,9P >*#"Ѐ kW C?/w gؒ釠ŎZȶcLmyﬢ{͆cYq-6C˲X [w3U!ZbjnͰp <]\N$NR Xwry&c|BĜk@AA(TE+TDEhX[qCۿCۡt)-4 nDDq~JC7%{߼{w,\E<|?cXFF!edBNjFYV ø\.͆Xc__Df -~jj$׺RA([/a.Gsfp`Z;G6q`IFBT VŭbItBN"ORA>X*pАxWT`Nr$??Df;^q;>=Y,fR FO$05Mfu2+ !nW*˝N<Ѡ fY20dںdE@*z*)"jz< (J(rTs0 jZE 0i bwVd].nl*~ ( WΠ2( 6vpwøsn,qy|v&c$J5g`JmqBMEQL&(Fb]FIpM :T^ʵB}̝Oie<@Pb8NptT4uh㦖}͠WP&rn~kGq8p$Ch vaA!*.e7&-sفw<Mt:eItl6Cض}8M4;Ts4MFsK5sR_z&fYl6}w;wT 3hkM-BmKU˗f|>j5+(Z6qpKy-I-o^>Zv;lZTB%1jBK s^iwHvnBzʤ'"Y (5d[ Aw A<7`@\n=EM}`)E!b0;E 4v߼3vt9߼aj5BMYTF!Gm1k(9 Nc8rt/,KYG `eu4a3 't]e 7|cHN"[@}U]Q]=|nR1]2}TRJ$ .äȮ 9OTmw W UM aB{dmRMӠ@3eODf=0r1t@M*##}"șTzҡGNa9NNk{ٞR sZkNR"B^?[B_T}u\sY]x"C*ОuvѠRn%BGŌ0Ub,T4,hH.-Wr0Um͓-J2҆8,,ؙNk?>moJ<{4LP+?iZFib Vv@ޣ ;Q-İXCs u]k7yb@os&,%2Uk 2jJZ ~ Dz|J)j])%rX׀v.=_R1vu`AwUO?zJ1q65xϯL[SAĈ,[Ǐn#׺MIK.KYY- t'$u@^_xOhBBB@vwwwapЩٔ*쀀`AAATH 0SCCC;h&33sWWULt(u72z y&??̙4r*0Pb@`kSP0tXX*W\`=#9avUQk]l2Q5hJƢ֢Q1/?<cE5_ (EQx/OZÇ|QS?zI'5^\WQTC4hT` na:mh DL@OAr))}I06Euc}("²,ڟ:gUDo@A*ZN5chMUaw5I"]!U8;Ȣg8~mrZkk mu!Ndڪg̪Rj<{d80Z8Vk? 1 z;+9Gk)T\} 6'\x&`wJC2݅ *8d~sx{{ͩo&/pAA,Sn\ruuź던T#MLLT???qdd"<-Pˎ;h@[4551zC0O6*<5kVtt4}B0<`` ǚ/^ L?t U`p9/PWx:l2UUU9UGGSq qjZHZE;ƍ*NT`WBNU@^(B %ȓx[v}ZD?5N2V(NU*cΑ/TK/@YMpUכ՚œGX6E\QƢbue])E#5&“w6Sy_@&bw%.r ཷ\OƐe8 <ύӉTGHGdUY%ಢuXT^S4 $` pm-)0yOn Tqa? FL`DG%5XuL*9лxIVs4)ha||N`cp,e!z1P_ !B#Y~ZH@)3ƨ t:O瘒$2ӬZ[JKXDr=YSJP!,/Iɭb9g['>+)O*pd:m3wMb@;3p '._@iPP[DB]!Iey:HmfTϾ>p{[ [E4ꡡZdm(˶ 5htɾy L5( Fşx"B{TRY-=jǟx9照BOMֿRD9>P*yZ݊*VH;A -`#XA-v?aDFC#s0I["u- H&/|aBY{g\X i7":m+yNN!m+Rz|Xΰ^[\m0tLJB (5|ǘ!vԆJ(44M 8 =?YY8|Y.D,KwBQ,#Ņ/m#TZeP!T:*wsq,nOjB5lEjW=qVFRtԺDNu]# lQ1>NA ]{]ĥ{]C pY*䷨giʉ$X={E]7ZG|deY.u_8;c\ a~pĵ *#j42Kbyq{LA9)޵ 7}M}f>U%pQ/NL%*yIъRQEMUB%?Pp-.A*Pv6 00@) JCxµ!SL)d |D JArGc]%(ϣøE&+,v 2凄HThɡ99ݶ ]D1z#t8$}qT}ȡ:U* n(^@E0ipOOYYFSe'E[yL^}D!F06ӎc*5:RE[q˛4x|ߚ~'XBm BVJk4ahF2A *#lcR-#׎B!O`aeJA{=`)61 I\wd 8Z^1UR6}:T0Rb>x,ǔ R?N-N)iT9#:_n¶rM@aFu4#Y*հR(Q{Pi+ Aݺ]p <Z1Ŋx"D ɨJ @ٵ& QD(|J>9c8g7Bi^zb173ފCu:}XzZᢸ=2ZV9& Qs!.^vEѶ; Y~K*n$վjAfNr+hRe? ҿ䖋{Y14B#PNʚ+GIAe>kP0Hq0R忠MThdžzpx|M<4KKiVzKY ȎKW4/Ki*%A Ƅ4BR?iu)a1zE+wvJlR; U}z) 8iJrDj񰝻ٍb%TŧJLHZf8w=fe*ّI.!&09*,Ɗ2S0wa\sSC3( $B%3:(8˲̔iP>T?Oi0̢}Kʮ`a @Ž zQo&wAbQ C  ?zuKiKx;;73o+wmv{#2Na,@ !7&_eMd(66hoWAI<8ר@eʁjl)TY$?p5e{UC\S<+OizkJ_¢UYaԺeLϚN+3WӉ,β9*k BUr;jak;ZjU (jXbU;cUGC,5AWV%AE )A m`mS*HBxbuWhd9ҀG9-X(O/B!| @at[&"؁lB/qv9x%)ajURov`Q:zDwYcu,d_J)^(L{VCoF]{STQe,=a1Qm{Ee+j;*ezlGM)z * HP[l]RL>G@6Tڼ?6Q2Riң:D[Đ.QJ+`CT&8J;sNX Zjx/0|@} :`x7N,%W&_c9T! qIgEz7~O.qeȫ/}>QH4M[؂u]?`@չ9$1 LEGbyz 6cïzAWx=GU)>B/j7z0~|YQRlIo&@lݾk G~U 9 "Kmۼ61&} v9G1WzKIQe"u4U[i/u6s=ޠz *?lG \T@٣@ Q>^+x"6 w$&#d[1{S7?PG1 AʂICp`M7J#YqM^T1aCz轏:E4 uvʍV*D܁|J)%U֌1?W-.Qq:5Z {=ZETP1g *UO ON*>A%CݶMo{%*:rzֲ Z%*N}TԖR4VQke hUqMݐpu"0tG??qjgg'{0V#NϞ=#I8]Lx5333>zx?P5557ꁅ׀ @̃/өGtrrJIIH 1g!a:@72=ܴl#D'Zzgp6JD%?\C^sx$3_F#9pS#%o |<8y ëiKιxb*ʊGnR4vtN ^q,Bjl(=Tkm!KYih|m[۶䉔|T!m%RJ}]+qNiZu]IaI*N~Roxba xpاDk E?V/[;?`#678"w]l!3fzo!jYĐ::Pp4M,B&+ȃռؔ˵{Y3&n۶$IlzTͯ^bc<[hmzm[Ld]J d6XlRT`N9Õ[xk&e]a8~ &̽h; vlyr&}} >yw'C) S/^V"9 #{wɀq MvZODa:;uʕNE[ zڵR`r} } رcGHH%iyOv+ek׮!og+0CPӧO0chhKgQȑE R,]'OZ׭Yʀ:ŋv.9`;ИQp&K\UãZfIB{9Z$u}p&{Do7(owY'1Rc%T1j_ =wUj4EV U[cqM*"I@u,_2vqѧyO|귌e\c/OBj]%->ʡfS k#bd >bO#s9b?cdC%Z.q,\򨭪J%|uy/x;cA _ʱxA:ڮ^{Lh >4[1')xV1rpOmK:B(;Hf?NRRj'u}gv:MSιIhCJd1gWtb<lV9Q0*\czZJ9׭z ZnR1]eQ8$ٴq$W-FOޮ؆A΂ $Vb !rR1LNz@0raxNgqJV8Y#F6#}zdqwi.T, C95  ÀbmBm."|yj4Bhy9[@ik_cb) A·uȐqVe)VwDUkJERlW}+2Du]ϧA1EQdZUUjCAK 8W[C&9*Ew[`[*>e R[t钱1R*5<îh&00/ĆYjUqq1Mnݺr`0Ƞ Sc,Gc@JMMBGS@y&ze"%%%v5kNpZ#䦦&>d<k{VA]\v!B P@bhEPl,T (6kiӦIGOkUTT wӁ0֪ 5go0q\-l-Vl A0\/<wc.S.cN>jJ M]H1TsJsZ1Q V9#YZmF6>=Pxɪ#I$*%8 @i?J9>K[W- Tr(@ Ea!!ئ}e&qWw(_ީbIUS#>M8g9P~w7L۶v#!98&n.E{~# X6 CsmYqdDoly+MTeEQ; *|UUZ$I)>UTEר?qbmҁ_֙_a$H-zq}L.WHROpbV+V(555Գn 2k֬Çw?W -XիWJ~~|'O4 ]?@|1L٢:Dr0Aeeŋ͑ t'0}ȩLS`AS3Ikk׬ݻw/] ,JKKq KdXfgg AMd`//)xqMy:2%%y]-, 7Rs[K7CbTK,wЩ:H$$$$''C#nnI&vtbv,--)La߾}LK#"" iW Eg '`a^QJ@K\J @)Q8~w 痮}16[PH%Tڐ `jF̬^Nru^J+bj,B0 of TX=bXRZ ջT%wu]AA*yEQ>1yXFKVx5ʇxDꊢzΒr~pp:12"{h0lNӴ#$a>D@AC>X`TvtTCLxSDš ?aS 0Iw(b@ 3+Лahf٥G-R\m´,kB7 ^JG2ꟹD@ǃ( Z+^;])(hE"fLuf/(d?*rց_LN"]ĩ0MUIoX;{( `ȪUl}&OH+#X !AL+VXb#c'L:SM1;s=g`6r9[K5K~||}Bln n4nnaEQǁ{YXaF䆐Bb%wY=JӘ \HNZ' D2L&|>D5hfJ>Z(ڲHa:V >P#b >aWPtz `0JE[pRn5M0Ҏ~rf–Pl,X~L&舣rdY$~^!}PRJ-wo6!jNDwʝK52/Juz7T x:أU#$e=nQt xLEf2> #|v#Q.T$$16#zo׿h|su]EA2> NS,fdHR |6*X3NX!(p@f3\$M=SgBCUAS 21*al6x9.+daZJ7޼@=Ah<=QY@at-Ɲ Q Hbu0L銤("ꮝ;c웃?CZ@`rA0|M|t \ќgs_FO֖P0 \P? oȤپ^?}Q?./iq(Vȗ?qK e(;98+hb-h Ms^J[wT r(WyOޛ $f6 `X'Fh!rRP /j~03Gc~'^- BUDpBnuPwLsjQ\ח DNuDQwqZu53>_,&Ƶ ygIUXCۃÓb <;ĘiV*$mY xUA5Y\@܄ P 0q܁)xlҔhr 9Q́ Ab4 3il6F1e2.Fȇ*v|C! Lȥ::ÆKn+1˜s0Uggn@Ͼ'P mmί:F.Ӂ?aX}l9cWT܄o4 Ս6UQEoD (bzj7`PIpK v4 ۣOd`IE0RK&#$V @RZd:ԦC 8˼aܕ~²R`|b­?Xm ~nm 7ll1 C`8Vi;w(;uVɈucKؖ.}N|$rK%,J= cۆ  .%UnB቙t#)J8luInn9 8JDLta?mִ4HܩJ~I]+(vj<^_eZB]bƝF|D@9yqYJ`:yǾo#}F<0Tڠ RQ@FOn,$ѫ z666x݊Ǐࡆh 녈zP"hcZJAh[UQcˈA:  @Ъ tG< 2qDnnn;n [SZ($[?~ …iv GѺ 3|M I4{cܼ~|ɐp-d9so0wTO&L*i>Zdd$s&E`P֬Z}P]za'''-mѸi%=Ӫ*@&^^ :X4 F%ѣC(HjhhXR9{lIENDB`PK??3##1OEBPS/httpatomoreillycomsourcemspimages469911.pngPNG  IHDRXcY pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVu$wp5` A ,,,O. %40@a)IXu$'`XM+`]b9, ؓ'N@1b.(f]`d6rܥM4a¤ !\`r]@'O9^Qp.4`ܹ@FF0NV  -t FҶ' @bRlƣ> f+x˜F 0u `Y!q̥-MʹXxy'OiT:B/Λ`"RI`-222>< yJz XOPĄ6$-#R.;pP^R lsΤ hgd$o҄L0@ߍCJAL=y`%,73d|a4@h䉓2OFlHHF@Ay) [Ȁ@uk@.0 GS l4k<(  2 bVISQ|ƖzF@1$JhA`ҁE!ѣ *Ȝhr FgPi ֬^,G>^?~@Mڭb44z0 ]N5LW77-za7@t$g2j-'}&,F@t9Ye|btɐ4Z [sa!h tn@Kт`8M--g JF4Z ށ9{["nnC hA0d.nt$@_z7-Z#b-{9:D㔃p:`Μ J 9Oڵk IhK'M{n9nO<*Ҫ&zr6&'N(+)j-ȗ7@,8q8hz19MvիȂ@^FjBOHLMp@e@׃M++.AM x 8TX$꽼X'mr;{wՊ<Fڅ (٬MRO8-F A-Ѻlm%<\4X`flN %-F:hgr׺5kO`'pY cJD[d\>a@(V㔘5T??<`Ul?jbAdy;3-@)!7S@l6iD _HQ (y6kx^q \nMȁ:m%x ~0  jyxᛵ -hE0 3C=u5E[% )($"@F AM].% uq9>?bOҫ6* /4"4 6ǖӷ bR I x!cvY@&9 ge!!x*j`+ȇ,L",A54Z g0 9pX0aE4ˇ1uAN臀2 \`!9DrW>1ht`8_z \0jnF_/o`/@KK L7r3x5%f/5vYOr[މn\Wdn-'Bv90D@a/&MHO'%&&%oP$'OQPH0~af07XJu!c@rDCXC2 bY8o>miݻvSrL%1V@uC=.%uZc .쐧C)vAa _aӘU: t' ,*jɠu΄A?"3Cᕅ=0^g `)`yCLFKa%Ɵ\j$C͆}),HS͟7h8Z @ bnwe&xB֣isvZiѥf€tA GvzE:ݻvQbR9BȪs`Yy~( b{dlna2ߓ&L~:X ;($dl(+(nZȈ >yU:ȶb` B{!p(  c e#B(2/`*3bXeD~ F*m̴tYv;u f{`70  F !N8~4&Fт`րQQe`-F( 4ZQ0 h `0hA0 F(`т`Q@( F Q0 F@`-F( 4ZQ0 h `0hA0 F(`т`Q@( F Q0 F@`-F( 4ZQ0 h `0hA0 F(`т`Q@( F Q0 F@`-F( 4ZQ0 h `0hA0 F(`т`Q@( XF`'NP4>>>M-PQ F #"n&8007@ F aCBBbԓ'O>yr׮MlkL nn I- h +LVmZ({v^f +m ?@tsɡl`[c6Db4Nт~خ޽ku6ikllhi@]0<}Ǟ4aP/ @ha>̣2Yg&M`[W( Xzy/7FPcyI),(8P . hP HΟ7e@c3!}'NB  0_Y^a5 u2RK]  2*#V@_5>~S(;o\Ɩڹmil*>q8\hlTx dAh00bZԎl F[V# | V/]"##Z2i4XcmMHH#Nj誥+[X@z@cHWsSт`[CR'0\ZZO(s $̩' y!L5G=t\ ep LPSW W )9@(!i88$wV7\H:X^YC4>ꐜLޘP/0|V*J /N Oтȅ A@F-x!,`Bu,0AbQf?6Jmx T) ̇8Njpj ɓ`$||]3i/@nCn6r`Jۙ r>Ƶ@`++ `6dS`1gjlHHI@]\LxP'&%# (-lzQu]-0{@.h.f{ e@ ]_L P,4"F5rU d*uҞ]XϙL`c ,in@:e%$\t!z-OD h`|T~ C/ HYtdx] `Yl~CZ?}&1w, %@( 4Ϛ L&L,|l y`Y6Z|Ȑ!17AAt$VہO5u@&RBf׀ X[BnFKpM݃u`XJߐd4Zr 2XDN0X\/!E' i`n;bq914:F0 h]s|`N6!cxyhe0yy3ςy!?}+@ ![ HfAy,-7Lԉ2=3 G<N e%֊+Pkׁ$Xt-aVO`#e"@p4`t6~p[ (ƞ8~0@-Q@}| T42LgȀ @Ht!h wvPG?B FJAYw5zi/}JR`hNѵт`xnj hԉuNuP@h(fX4a"HQ@9Th-4́h222u !Pt򄉚ZZhF47yy+. wnd9giOhP E@#ne!,jij:"pQ0H@%ƐCM٧å@c/ '&Y@#wףRsS0@.1dO>Q@~Zx\` F Q@2_Z8(Q0@L0ɓ'kKFY т`5,Λ9w!0@'8yĵk uk ? C((ϥhO'U,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}~hQ0  -I&]ɓ'Ę`` -@8 o]~n@vBRh3pQ0@a˾܂֦f`81)i434au dZZn4xGܳkwgO'=׮hH Z'9ofaBFFf4Gg'7W`!l Vב\ے3hH,+A {ӶV𙮓'N\vF%O!!>  F#b V@-0Wt`l҄) \`nr]Å@'O9<âV^jT7X'OX g46)+ڹ?^0pO8hQ@u0o\` FYh$$F(* g= gϒZ| @:Ĥ$`&ra;{̴RDQ00 0j[8>$dq;xHSD[*? F^.72A! D,NQ3 ddd O8Dخ@ɓrp u@( 05Kc-BD2zģ΀U rrigWBRZDkO1Z! ;`(eO㉣ ϛ?]f-Mi I.4/ sFQ0@A/`G2 bnaYn_f'!mM-ͼ`"4 ȅT 4ع,fvF0AIc*Q0 qNv #f؀춦ؽk70x .b9HU`SFH#FBzЖ̴t`MCpZW]W .C 衪4! % x: h)}|(Z F Az`2:72 ?Bpȑf ~@,A0ܻZ9<2/0 {Ah%8Sޣ@gpĉI&65;؎>@9vHeZȚ _{׮Ĥ9@G @+(8p0Sy($ F Q@F >>fBE3@&2%=2gE`_XFFuh2/=#׮]ɣXۃO<];9@ 0 chB-Aȗhhrt[{vf5 F 4Zgp!F( F _Ff5k>}:`H--x 0܂y%o0Q0 ? Ӊ=vϟ7+܂|\I&޵܀\2Mu0Ac7bD-6\{pCЈ8EXX.L5sR` H ` O0`h"֬696g2'M8 V}M7R/`UlbΌP={_wX-7Ƶď3 |p]f IPH9Wo<},E@ms@C\*S`O5`ln #Ш*@`fa>B II"ڵk&1$[t9:܎ɮR \7ae`E&?8:#LG p*V<'` L@TP @GH@,?o3}tr` /ὧS)怶dvx`S(`gn De~ ,y:d/oû6ZaC% -qzaH= lzyp!9"xH 3qt  M d.x󶭣 bHJN,(+6}a|&6@1jP@_| ޣ cF]`4almB$ .`n!f䋢Ma CڽS\=d0x k jxyңiJ=`.dXՎ;0<а (!(/]|>@1`b:@IZGO/4je%z@ȦG0<իd `z4L!ׇC2 'M0vp!jUA+ѐBpȃR+-#5 (ZPH g37m:L @`  T@@(R9C7@V9+HB&L!F5k&Mn ( Y(:-A`'y䉓Ճlj{l-̓Hsek5)Ȇh!8 F(ZNȌ!ra'>)"ִBpQ@P]WE=.Z!?An'h!8 F(ldQ\\]ݻv:r[ `P wT cUnZ1%h!8 F(|3KR^R9 l$1/$r F Q0 Fڵk48 ,9,-# oKI&ٵ(\B+65UO.Y Q9iD,\@ Q0  끝ݻv,($s`,r ?[RXL]= "h& 8$U $%nY?}v0y4m4 xIyI)BXӐEGhmjΞn^4L7@ P,-#M:@6l޵Xv$0%:&o0` )v htbNRBnV۶0S-sFґ.;EGhkk:9 / `րI&@fT\GXï-Bl4Z&/`b]Z1<t֬= E*yNSK #ja<@5 ~11<3 :r4*QG//s F Q@=`壁@E@#:2_ Of($-G5i0S z!h(B F Q@M ##I2lp @(2l D8 F4Z*ICQ0@ >)k#`H-Gx5聃`H-GdkG6'#V5hQO< [$'LQ@!Bp[Cv4O0yk3dc_\^R ߱hwx{Mټm!e (>}~7 '@( <<`x{ @$FƖ`,Dhwx$&%"sedE!Pi oaN5 F Q@[ q68 6  F Q@[nZR`ݚ5>hhtLp{y \G`@GMdY3JJ[̛_v XNAh4Gim?oޞ]g+ۀcd`P-GM'5a'&%h htLp{ZBp h4)?}9`-G G4ZukjjiɌEѣ`) dˆڷ?PO<42 F4R AHh!Hf ] 8 RB`0`4LF4Zɓ'RԉwKHJ0ԁ"xŏ9UL{)qussqs=k K@0)h&5jQ0 -G(#Q0 F4ZQ0 F4BpQ0@؇[5eIENDB`PK?Q_5OEBPS/httpatomoreillycomsourcemspimages469915.png.jpgJFIFC     C  G" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(( O[-n"&m]GP hAg'@Wѓ/2ڟ]4cIe i(]ڻ]DDquka*]"X+h`^?O?'53@Y_?ÿ{࿌M߇|]-拫#Ie+#WZ*׿cRX<-}ɮ|$9xIs-w֤(Ek~ k_tGoNe3|"Om-,/2KR .u+׶?]{kNi~kpxfw8j xi+ľjL?I񶳲t(ڔQE ( ( ( ( ( +~;g셢j 'íCW]VHlmSǂY<_I5ΡlLd*BCXO<=k#$^$[`S"@\E$~,Eb.>|aws@TOcؤf| ]=+[ |)@#D|f;=WPau Ƒ?h/ CxSIk|v ˛h緳!c'9?~x'D"gtI @k܌<>L_7?h݋WZ-?坮Am $7=6c$_W?h'h{?Ϟnr.,5mVǃ%c,X8kQ@;}cU|/C]Cþ)7N9bbRXWEaһj(&?;A~ߴo($HXj';n K|=1-oq8<|=+v'Z&FH_YP ((AD|FCKΓ?w^5~ mm͎8-b0+h D$kA]런)i2)xJPMI]VEm(v"5Mv["EwHgvo^V//?~Heowq#2*; 1ȿ4u?ͨ}gԢG{ dɵ 0jմƈڝh|3/c7v W1;G¯^;ǚn,҄IE!iQcff 'jVf۹!'dF ᔐy+Tcz~. ״沓Ve[ɵ;'ܡldTrF p+3?Կwg[&e[8ɋ3+B2em_P;+|{WYv?Ɵ7*[;mn=gK }q*.Y~WC^Y =iSΈ|O|&,^yb0|<\chp?ek[{wi4\jWtd-:M-I$D+$r(*F vw>of__Z  ״~[_kqmPșK-k_j!VRžii|QOO9%Éf s!,,)Ź![pe_j;;;M>; X$ 0TE=JQEyW,P~&EDO^"gv8 qOaN'<0YAo^`|oT ޅjRۧG<*v޾N?=| Eѭl%Oݠ}_-h?exNLaH7znzlt5E|6F7 $n1I'rqQՔ (Q@G<)?Pgō?.m?ǗxR[Y%[4yH`m|v?_UJObSE|vxŚh_m/,nkQ 3pFq_Y=?ᚿ6˪ٯwV0]E h SԿ}s]'wEs%_~ |:׵+ki!%d%’ j%eQg)Dl+Ϊ|QF,YI<*}sindnAwo&<{VDlFU2E@p~<ƟΑ[ռ1oȞHWPmO;#}FP< Jw/#Hx6k_ }^Wjז "q2KF>M'JkuѮ%iY1X )n,-YqDF l$ usgoƟ>3Lӭ_ŅMDiI| $mᛙgHտmh?f=sÞ//-CYAMu) 4Kc |A~52F{7M1o #1dQ]N so04A@uF=]C(6̤LBdR6>q|6oپ±>FM,*+ed˒ـ}e9k Il']f$ ɧPD"DQtvwEP (~'>){:ՕNŎmg6&F"Y!Ik~c; Hr}PC?xGz(ϖ?᳿_/'  9x>/-4Iu B8-y*F2xI's# S~[Aֿ~.oEŗ~g[_ c- LcIbnrW_GhZI$dNc?^৚Ŵjփ|3gpuygB@o&.kR,x]V|դGǻ4(n,qf\cHK-4фS~Fw[3߷<;>|xuk=!۳mMp@_V'OEAS--,t? ֺVdb [x(cG[tŠ(|%ZW'dswMr䔳ӭe䓩PJF>CY{^)Idl[C: yh4"P[8d_~6[_P;+$2ᖟ /ŌKNU{0@ 0`SOGwϊ:|d8Qx˷LZ(AEPEPEPEPEPEPEPEPEP^Ch˺tu? WQ֢oh4֩4PDK$ca ='B_Zx'΅v:FZUQFơUp#G i?S?mS"K{->K [qFv( G? ˊ?Rb~?qE G? ˊs?XU/3>?>wv܏{( 0~Ÿy>ZwZķƬ1OEBPS/httpatomoreillycomsourcemspimages469917.pngPNG  IHDRxz:@N pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}㣧'OOkȒL,IZ,]|x.Z:G"w҄ H94p T<  H(h c%R$4aD؃<ƨ+C*h͕·!5ɝ+&x: 6pkuQ4 ,h Ë@AHo͙aWD BuX-ȇDD>Fp=֦' #A2|` RFDj Y{LG@1ѤH I΃{+`|g2 []8[%2 {23fYaul-tȠ}#) IـWpӋ'$%3dxݰ.yBxiAb$290) V Q4e 7>)q4)6}qL1":Dl>}t4 ADきm e d6 H%ɥ@Y: E%־hR  ܩf"QLN8zA5'4!xI4=@Z@%6.ω@5@G|(Laâ&($7`@5yV`Y_ lH{󦫚ZJbxB"@dҹJ3 2Al>Lo@A`B2QLZA tx 6)BU"!z%&2JRȵ d&3v(]n08TkX rр<5q>d {.I | F7UQ@ u=&bxu]r*R@4`ГrqsҒ h(0:6O 1Q0 F@4`-hF(44ZЌQ0 hh`hA3 F(9 r@zKSC} ;{ukBIr v'E44=x7#$xO`4$IJ-hJ$`[XTP22tn5 } 8$d; Iڵk jhv- @Ђf/@7i Ol`n@IHGI FG(44ZЌQ0 hh`hA3 F(9тfQ@s@( F Q0 F@4`-hF(44ZЌQ0 hh' .rada_ |}lIbp% ] f(߽kWkS3d1НX?]WBRT)b 8jn/Iq҄ ͇2lttW]N, $\3jI3($ܥ@ۮhED( L L{:<`lRf@"`),<a`:V~ 0\NKW,V@  ,N Lt%@=F&c }4$1/*' HR0rHsh{ Y4@ѯٳk7$l ԠU&}Ŧ}J9jɳd @Lt/dwCeA9-!\Zy LC ZlJn$E`sf/-)]G3 F(9тfQ@s@+h a${pv}QA/XW|4 !O`ȱg҃]xA_."@ѯFcgdcpGPL 0[CKsO YH,ɳd @+h\\suIȤ٠l l`\ჃukKȬ(BepT`m LRd!7gy68$D>`AY9iJM\-Y 7N̏PZGWCBxm7PIX 2`YR ̭%@ہ!4^+C:f%[X {׮YnZ $|&0ܴ4bߵ>j65L7`T^R }J L`ln!r_/o˵`~^@A @ zh1 ,V/=+ZZ]A!h4aL,ćす'br U0a+60JJ)7 2N7`蔦WA yp`cm%R {!*}% X?Z%!Fy@+h]at`HCZz{vƼSXLx0`  =`ZdǼx;ޟ8IP1:Q0 F@4 r Ib lhA3!25 44wȂ.DjH-hL0:u$-hF$L0A2߄65@4 @#_,t,ie(i\s ×'L&!u шTXtt:?}t5$5i$`& H2& i!XB M`]6C6Uһ Qina>rٴm+|ٳk7xy +|J Z1MxjhTҡD ( F Q0 F@4`-hF(44ZЌQ0 hh`hA3 F(9тfQ@s@( F Q0 F@A knu.铧6"nm& H,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVk&0W˅֦'H$ Wĺ[m):~Ϯ@Q|R"= &ĕ%F1kъ p0q5kukB (@L@'#;x("tXv XB<|5Hh"Ph21lSf?`+:"X@ 3e? T!^>޼ZfyIZX@5nCm ,pCV#qHΛY:AKSm[ L{H2u#h0QAs&Ac+AA?+,|bX+>XP" l4wY~" ]`ߔ hP 2$Rav os©d; 7bSHDB'm  rs)\r4g 2K`"SY^J `.p`A*tI 6v?X 6022b@$ `(ص\ T њ9 H[C Ph`iLJ c dT{HfѴt4 Au@`,@",!m:*}O`z%@*6H'v~C|'J f4!'0@S Xrqsť,ԋV'!E D*4-Њ!M-Mu F$rЍ6 HM< %80ҡ$*-aӴ I@L:qF YcëxC1Q02 dܸv2&  C OHuH"tFde`Ex˂T@h5 H2@P3=r HO0p\ (#ÓOmnj("t ~@Z yxmvDҌg̈́#Сl,C2}H`S_#H/86!Óxy:>)։RP ,SFdhQ.!V@ R]9K3i':GN4ҳi $çHJ#v&!`ƒ/=41H3m41@S:Es|)['l}oAz[`t&}!H@V,qkWiv% 'Z_[@>6 0n>)`)DFzH mWB5 ]c s2hDNl (d4x|2 `ALBRUҴtd}$$ȺI`5uӭD.f7>sq oo27GEHMLQuCh<@A Q4y45r ȒXo *1;f,sf Czm&s.-p·'H"A %H]_׈\ B 4P(OQDnhlbf3BZIP Z}\!*pe05 {h_F(@` FKQ0 Fv@(;aQh0 F(ht``4Z:Q0 -F(@` +O8I:@(OdF铧6"~j`dC#SI1 30TZSstDh i@,5 LEj Gd'S<%t0N?p@oOA”u! Έ=$`=,htTrQh0 F(ht``4Z:Q0 -F(@` FKQ0 Fv@(;aQh0 F(ht``DkiNxD(ӧI& r5(6j56@IVJ btD']@TR2@Ѽt}"g"$Uq':GpJTrb @Ltx S@!9*+NR.;iڀMHx DI6:ADhhtF>n(*]nJaQKiä4 yO((0dCDEݔ @4/d!\A eh DLJu (4uS2@ѼtL2p!"`އ M5A9<\f`H$* inJ z;$[!ƀȀ P]W# |#-ȇ,C I#" 4^}KŔ @X+WP,$3-"2خ9pus+ȟ4a"ܕ Az(Ɖ XwtK[`kkި>! &`i]?8i+($ϟ>×l?UG,.| in!?, Wa- TO4aQh0 F(ht``4Z:Q0 -F(@` FKQ0 Fv@(;aQh0 F(zݚ>^r*@yG N  d{r$Stxì(O K*S w*Et Nǜ[ ;E)HR]WK]6hO!L[ ) Z:HHcN`'9zf )(HbR@JQ0 -F(@` FKQ0 Fv@(;aQh0 F(ht``4Z:Q0 -F(@>gM-sF$kvɓ'֬a f05k>y"-#\:” @tm;FGD`٥KύM6w"_/oŐ`'*1 ߓ'NBb[<)ODXZp8k!`h>I&̟7o囷m" c]v`k Dt0-[4F+> P%%=J`p@ܛ  E`|,/q#-Q-7uΞn JJ &:Ģ70!`n5ۨ~`3\pqsGMT֬222ppZ,S2@Ѽtcظm`t.Ƶ\C4Q }`fná4=쏊) 1giP nxЛ6^=vmzFZ) 4*9Q0h5P4}&a\r a`2 16dA"5 l̂O!\W7ꑋ9=B1 @'  GSu l"/ڽkPni(2 :{!]!X4<}kѐ 8$dݚMOASvʷޥ$h ݢ2;=iD `KhFMTKW,4a/0Nj鼠” @,!Q3ffa hdw``4Z:Q0 -F(@` FKQ0 Fv@(;aQh0 F(ht``4Z:Q0 -F(@1ND#GŠnOa4^4Ѷ(;0\nko|IENDB`PK?eU%%1OEBPS/httpatomoreillycomsourcemspimages469921.pngPNG  IHDRFR pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV0oy{b? vBTx5-M@5v>~8PWǏԀC3 `6 da tys8`njCm5ll{a<lKiSH[h2(@׭YL1F[Ehh3Iu]-/@i`iyĤ$`(@س'O] ` HX - `  k29F s,F .xHTTƵ*(kן>yY'5c @\:qb2P|@3?O (4abTtA-3 )0؁#06C7茓'N;陙v F7W (+L刺6i$֬^ t3M4zB<#.5gI&dɀϖo@Yz` jQ@!,=YZa0-݃̒4p`{I`C[1/27@Yz,i|5 ͇sdrF`9[ y`RVR d<6mx0A&i4ԜN@n!= l˗OCHkk0U fMei`9f .83j@ΞnHNi(#/h4Kai~jgЮ 1)N? ]Oȥ*x "s)$WhSQ\$C]FXgsפ " C }o h9 l 9dO@q^ւO TY F(V5d OՁU(e{nn@e:]vK"'LG萳pO{I@҆H@KCht{ ܶI!Dv'f?`u &޵ A`z '$$% :*gX@Zd h-= aXn޶3d' η[4ZKaI@C0 45\Mk︸qlDuO h`(CZJXm Dqo ֭Y Kh4KHӢ Nh9 Xvu Ջ\yI) (Thch4Ki X/ąg${.2iDȭ#>y W }3Aq9 %:"^@ BCCN̯]YQ q*P@ѾKӖTU4&[`|o3 ۶"Pk`>jYCK" 9c1<Ǜ2m^_f d> (V#j@޵ ҆L\zhЅTt3d<h\\'h!|P@b5%`ܹ@']zu4U yTMй@ȭs` skr׮sjBKCA,7)F&N)3Xjڼ=@1DԗYr8 ,e!N kFQluW\X@LFnPcJиd੥!b"<;zɠZ ޵ _j4i_^0o>05tI0M0Ҹj̑wÌ*׮3G|㜞0Gv X6{A$͉c+&"|uM-M7W^>^ȥR8q`8O8i K- +fHȪw":bh4NUİi/@&-U' ћ+i 1ѧOOfl xS7<3wtZ3d#>qS'N``{ 蘄z" XcCNQ |J9إG!%Ԁ5|h{>QxW iS1;G@1k:g ;YSwb<2f!+$R )q*̬`=f;d?` vJ"}<7Z8 h%KC6]]9qcAr Mhz-'d`_zieb5dܘ`wZ:0?xCr0 . xm l C23 v9d6)НC Y`wi 2[=!=H` ~`M=?~(уX>ŠY 9?3,=zѓ&LD_$~>h2r| q&X VQϑ@HOh8v ŸO 먁_Emij/=(@Yz` QKt!Àmuhrw^`G2vׁ@N%g 8,=y`T  سk7d:xmAh4KjiY <^{ԉ@%$% *@YzP6i 4Ka 'XwqBuqs G&,=ކ`Md7. %#mAG% F08ePRQ0 ,= F4G(V F( h`Xң` +@Yzah4KQ0@fQ0 ,= F4G(V F( h`Xң` +@Yzah4KQ0@fQ0 ,= F4G(V F( qCq~ h4K60W+7[,84MHJ#j`y4Oh+(ՐOFX,2GozZ|M|\ B0铧y2}H`AdZN\ T#k ,̛{.  ?= 8Suk;(ll%ځ#GsM@d*֐hՖKاQ@',&i4G@^A>1 F(wE @fQ@WB;@Yz$&%20 ң@ZFFSKkM;@Yz\v>C$ۨ,= \\h<,/Z#"!-k׮aOm&L8Λ >Ze@1 @rXnb?wC?~:lE޼sį] Xfj Pr+h|||; ؚLK-OLJBCBpC겒R-3dO<)#qV4G (ks0`gfy%V7˸D8@fQ0Xab h&ٜp'O |/@.$ߐuo@+ ]_At!s15k,W3 h@#" Fmi{XȀ41U>3$N0qӶk?`sIH~6!8sskijf3>p`Z0o~gO7OOq| ltF^A~^APB`9(9*($X֘Zz <$[VB07;W.n!0/Avzs׹K II@x9 'f#4L: h8\…p Bh-=  S4ћU-`y% jkiAjTxs@ہ]!XC&gl@ң`-p={n*YHfMeJ, p)4wHQ O.zG_s Z!#FX{$o-Cϔ9OJv?]f @ΣxL FkQ0$Kฑk򄉐9BeΛS, l`n/I F(@ʹk^h@feAƮ!{hh x+U<k׮e9@c"e@1744 5k̓Xr̜>viԣ ^Og|50̚>.-/SVV& {-_xჇف r`&ϟ?Y?4anO/?֪4DEE}|}M. +.JcO` tUہJ\vH-4{t{k4;ֵ@Ac0 ^2urxhtxl @X.\i:j]BE@#e^Zhpyp;)Ys۽k֭Ya@`)Y:Q@ӧa FP;1) XQ^4`x͕44x+jM-I&F'>WKl޶u4l{/7p@6YX{=KW,+L3]u:403tbR G FKڂk=^4}@fQ@.tYI)xX:@n4ZQ@S@(hRG' h49FI FkQ@eH~+z()ZzP޵|*03hTklO0qy222KW,(@YzP[]:14GX9?_4}h4Kr'O֮Y ϐ\]W;:=H@fQ@{.Ȧ`ytl[4~2|0'䠐1Ah4K,Ms gϐѓ3͕` +@F(V F( ~j/IENDB`PK?$`1OEBPS/httpatomoreillycomsourcemspimages469923.pngPNG  IHDR;^$ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV +fW`6q}@ 6z Q À~lnl? 0իAc HM;q8IK#c`bp:F^`Xz58P*` G4($R:X=ڏd殞n`7:{IK {^t ρq@P !5  AZs֭Y;]kjݣ{Z1Argpy?=mtkFBR"VZ l-ߺ.+)%عa c1 \@A|Z'6$7K:Rk~'`p` 5ʕ :mY 3jݵ  y[ ^ R" X2r{S$CJ C[G&rT8_F<bš Hq}c@Yt"[l /--MH"c0a D x`~{V׮Sr'LfT $Y0m "` L@Ӏiw- lZx]0o>m@5d7 }΅?~Oxz:kNXА3@ qUkb 'p `CPW3pj I*ۀyhb?P91C!{kd_@ؐ"u| Bsx@,Mb`Io%+[H㖤YVMX&݋0 !iG\D۶#`5[n=&$%-}gm31) XL`+XC'*~ 'r,ыsĂ٦E>X} ͇t".@-:|@“G,b.nn~^FZ[$b=S4)%# lF^%O֬9q< lR  h<;oXs8u ;`##x@ٵkl@&ȑXCTAL l[-&`핈Zr!84u@ck`kS"q`^v YJ<зv 590n -ΞnϜVK `), W^AF̓Tv@1!7raiTXpChI3---`IP+ք|؛OuJj./8Jc +0ONŁݻv/Y9N8w';ca( 8qqO9@..2$LICƅ6}GۄZZ\ĉŭOtJ)y7eTGTX&*xt^redbL^T,>sO RXl) &4u6˳_@ԕ%'O,eΤ GOp@9 9QFFb ȁxOFfGKV.0s--d< \ak*F(ͱT,ݣ7\ͱT!7\.6T4f9pl3?yTFF\e||ځ^v]SKvn5)|RymdQ0@ֱٌa '֬imj=y+'PrS8v]zϠ! Z䉓^@6ЄѸ Fs,50+7p5n-KOYюfB`F\yy$CdBOC/>c̥+ChjXu {i!g9<!G5kACNXv5GAhb X%"7[[ cjxpV9$X 6H{Zf"N0b ;cO<k `#r-PkȾ|X5G-{ wAQ,H]/ ,̵| |8K7,'O̥Z@ذJ {wN?ߥ]z5kN 0z'c^sU`@P¼kم{z#@ny;5Ճ 2 }6GK @gQSHs3^`1[eT@60H2e`_y6I( _|"D;+ mG<. .A l_b9f>6DnnA>R6 YXo'I@cŔ`kij) r \2afೋiHO?:"ρ0%Xd6 >RhBh/+)dDh/tr@4SG"kA'0s&՝W@N$Xp}K @7Ozl!FT8@O3x]bj< (4- @V;@j\_PHp>86v`"C<!BΔ押RW@ iCA,fO`Gcq%Bx*?o l 8W*HLJ.Ht<Ǔark!q9.t-/zx <熦 ww! aFTAVEiBl\p,RҁW; m7 nucxOGG݅ \u֚xS˞gѓ_NX‹2-bdy.R2$ WhZ^"Cx &-(`Ì]ȹy@Z`)!=}LvxF<%zj Ze,"rX!R\肓ӑ@z(paHXAV@<`m\F)qЎ@OpH#Z( 8K̈)A|۴թ/xZ zOu̅^Nlk7vȊk׮{!0!/)ERS>^6X^3-"ǨSp)80(5W3 ܆H\+JL4s,ڒzH^z0JSZu@)`E[Ԃuɱt[1H\@#,217|D-ܲKO_e;k!ͱn^97eۥO+(b[n,!U#=}`uA$=b|CmTkh4ǎQ @`(ͱ` %@9vh4ǎQ0@Q0 ; FP4cG(J Fs(C h`(ͱ` %@9vh4ǎQ0@Q0 wrhLS=TG/@?> 1Mu0c0?ba mȳ"IENDB`PK?]R R 5OEBPS/httpatomoreillycomsourcemspimages469925.png.jpgJFIFC     C  SL" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(;Yן,K4 ^~z|#S%oj=#m&_5 ҹ_/?散4J&u"֥\bl67$r;)O0>ƞ$P<:πĩ>s]tdp `v0ARQ_ ˾| e<\x"Ni[INum4f$QƁLfY]e?~Ѯ4#7SGxRTOm_"$巄y$ "ڟxE(+n_~1xxgF}ӼIwl0LIխĮLKss @b=`Z9=|ok±z_a4G%<~Xz(J|MF3o(/F~+߳gm*OO1㏃<3Mc3;Nl6wO''tqN3 } ( βu/jӼS\kZM֫}Ype;ILf9MlV$F n4XHm<"i,VlY <+ҾMe2?QiPqCIq&ɭ/\YGXAhl~ɳNW_?XWMx{Zy#Adڮ^g!G5ʳB쭳1v-"寞a!||s3f[S P'>18MG-:~xS|KgO}DO4:42|@؛_t V%Gڈ"k>bd~%5NU?<@F^qKE**:^#>ʔCP뿵Oi?O^ seACg>ud.{Y K(E(?J|;-׏[Zj,dh4 iWIo8#ΕmS2̄,j\?6,X'T3~&8QHڱ@is( ipk~(xw¶WWE5,b]yC6'h9'yo|QxN [ZAM%. 2xKD9EbBCGɟykti:f b6dcG.6ac^9GPы%C??b_𽇁M]*-tHmkg $QE#ETA^m&q?G-, yx$R I' o$_ׂ do^,9BqNo7ȿi?K*=2/t}%rڴoaY$2CHXxw|Jς~#~g4o:EݬdMK+#muV @ O_Z/Vas'MP<9lebM,B]ѣB82V>cuFqka\Nmm7 B3<>f/$ ?hWGk}+B}̪YI 5Wϟo Kz? .~ u3`h~)2 -"*^)F 2 AW'~~NO]#_v0yeH&t%<~j"o܌ì>6R'y/AGomt6%bxkH$bYݘ3,K1'e|>~:NJ5x?.ghG6$zNhmjQ(4J0}9;W~+bwصa&Ծd}Dx.eش͟g[3/ ?P6C/ކw呎roT9W5{x""ӼLy>V#Y/pҵ-{wCѼIu^^80ZkQDX2!ue%F# m^M wُ߱RlZ SNXۥWf#,q@8ɿoïk ߇dԯi5?x^Su)IyO;@XDE :%|LRl񞜗>$?hwwWHGⷳD0\`nsw}ctjlMm|&|!{]NUMr <d/gW33D)-|)uma o.bP>mA mnxk+x*?h..8)n yx^י~ȟd 4]jWljOĩsjsy}* K#!*B6{Q@((((PK?Wf5f51OEBPS/httpatomoreillycomsourcemspimages469927.pngPNG  IHDR pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV F(` 7@(`Q0@`Q0 Fp4ZQ0 F( h> F(` 7@(`Q0@`Q0 Fp4ZQ0 F( h> F(` 7@(`Q0@`Q0 Fp4ZQ0 F( [d 72Iˀh0Q0 F(Riji(zk%i׮]rwd1 ɓI&((zy5 4 @nzA1 (M ՙ7k1`Ln2n2U5kb͝kw`QLWWصsQ0 1$T< |<ϝ;PǏi'92Pv33"W[׮^v`2Z,kX`:v: }w`ظXbZ 8$d0Ը(^vm횵AW,xGdP֭YknaS0ijxnA>Rdq {]N &>`-8:t4Q@ 8yD^A0_O{d,bģ``Sʕ>V45S g`_2Od[ayd8 Y :0C]ho҄ S@C" ȅLx`WADdKd[b&P/L v?'csG.PX繁 Bn >_\1PS7C3!p8 -+M B.[dGGD) 0v>Q}׺t9b 9|,C 1qC՚* +ɏ' Nf.@,x5 xYn2\]PG[״O?^<m6z2z4[6½RPDRoV9o@/ u&<E9|I~7-9෯S0n[oƍѡ}%8} 誺eyt+_ݕ /uٵs' *[z5|ADǏA46-@\<{kp@q(nܹO?gѴYs40dYs誺Q@6`L9@b"ȋ5 E} 9Aفw`+1e,A;@1!Hy);E 9d^m 2=d<~0m E`<0Ȟ$ o#o%e覸Q@I傶X[%&%!7?Z2bv[ c 3i@6zTJx6kV*KtSҲ,ɔLL|IZ؊}>Yw}GatsuH&7F`P0ߞ-☦"-YoeYn6Zk~s-u y%B)g dhvcĀ;!dM#)2K3l5YSc-IxYbfec wf ژ-)8=8Y.wN: 01Xi/JA.PW2oC@*>V&؇x=rN{]@+sky3"o0jWU Fzr{/{| *p}. +pC1Q0 ;Z <: kzܱo0 v;aXP|=_<9:x@8oS"KQx4}T8 F278$i I4 lgd"We%lRCa Lx*2ʋgԒt y`bpڟ>y:G( QXb9Z,_llX< f>fY0 F(< V`)S^Rnbv6~Dav'M8m!h`؇-,F('OxQ@k@62OF(Ѫ}!i4F(=R#=}ȍx-O÷45C Q0 ? `8uk`=/hu@'M`naki.Pj]!ZZkG( FkQ0  z;ۍ\=ݐ:!)ϩ22yGSQ0T@`DpE8{@Q0 } ](-bQ08@`$e[Xtt2Q0 F@G(qk-MKW,=sb hv` Wu ͇]8v!&dL(C;F2PQP sч.;HEf]֬e/F+ӧZ ׭Y|4\d@|7zG($݉݁%v `FkQ0ZQ@]@#$t12sWF(`Pht(`Q0@`Q0 Fp4ZQ0֬%ɓf<7ʌQ0 } vtDS".i~FN̟7yA: F04ZQ0;'!3AZZA!!xՎ(h> F| %o`hv`HwOhii{O<=ZQ0 ` FkQ0 0Xf[0=vR'`;ό;P 뉳R~ Q0 F@=f @ZZ222{Zu3d 5k1u@vKS3,Z7HW77ȁNb&UTb󶭚ZZq1 F4ZQ0Tb ]]`\SW 9DB"W֬V]܌*XwtC@ $ w@w=z( h> FP֬VOhHu hkwo# u3A1e!IHW7W9da]s<>׮Dxl :W77`2:":N8T\\ʌ @Vϟ7ؼm+~e XB!F(98$GRCԐgr+Gt `5? lTX>fV8qkJJ] M0J)Fؑ`O b]}/ieS|jIg SZϚ d-GO/ v]=ZQ! N8>,l45 '8Q@0ekb,;8lNA I"ˀE00"mPz` YRSW dzy*-퐃i#"R@@Y\/PҼ~ s06qD7)a@׭M$4wV!!lWIZ0oU;:V+x8#m}50֭Y:sr@x~|m[Y@ 8K>` x( 4`(押@maCͣev`f;!uFr [AM%08$d->ѥv֬L݁/b }9PWP/!)vk!Ø@7̓ Xb9^0oab]p5l Or#ɁX>"`̎Vkw`+cHD=9D`F4a"xuѭqzF}x nk/ ^t2Oe_f-u |CL;4P zV5uERֈeG}i:,X!e~5tyy/7-| &'gmzO n^ţ"^J* Yex4`&x^( zkPMu  Ŗ ĤD`)F@>l`vgn r:xnc: ϟ>ϟ7o5?%|BkS3'f{( *sus+g(iQ PWL +vG!xil3E l@Uē vk]8,#Ajq)VBMV5x@w׮]bfa蕉I؁4 NIkna#$m{<XI@zÐq] :…/@rn OĠ6G2@٘G|t8E[]j}Ȉ Lׁ7J l9(F; y  OB͍MٵsMFjڀ1Of NS\M!NCS!:v*P Zj\z5lqe `:bm fs7#ȽN`_r(ϛ`ApνQ0 +<Av=` FW CYm9?!) R䬞+nC` ځx;{! F(}wpqsu4Zf]Z_off c6 F( ]fLo=;o;'#kKht}֧Ϛ Oq: F(R B`@vΛ9| ힵkdC.8q˻Zh}`Zv(`3 sO ;II@A?/ΞnѾ`c d&$%^D; FHJtPzkd3 FH}I}2x3=<@k׬qQ8oÄ ` FG5V{\\S$ ݻv[$$'OBS zȌd4褋k@{pG;`Ht X}B3̅\`y?!М II/L` p,E])`9.ThVC]N@00~SU;mh>|b#IDNmݽk7PWM]8mi# Lc Q0 FF;z-"{zXJH -h p5 lC,7G˧{r4V&Fv`bݚ+~kwJ\AF4Z^lu[& ZRX> kM&s.*F(X*Qvy4YȊz𪴅oڶ*gA-Xzr>5vG<}̴׮qW >k@ɓ'#kt(;-9CE2G` сlHg$&aJ8;d^jR2hnx0]\;DYwТ22Xg4S(\VR { 9v҄ $]c0 F(J 9$1+Ά"X8o>@&N;@`{v[h7[W >1 y`SV5u@ځmiJrKpzk(ޒ1 F((&3xR'(|p܂۶5R4:2?$xUY[Shx+~`krkׁb>Z*zRQ0 4t Ϫ:xTr`7f޵;|"` C{vv+Wuk{_[ċ' %^ImJ` P~}P]9\Cƃd^ Tuy`75=<gh׭Y)Gn Ū:`qܶVe2!!*/)p4X,]X!O鸽"TBDօ؍Ԭl+' 1 ]v`7=P4LH#<(押rg9p ؀z d`D`Hn_2XF9Q h wlpMp2>)1{N*{PX[@._{aUAJX9m*)X@\sCؘ4XwǑi ,t@+oH@ׯ]gQ0b UځR 9zx@ <~`ԉ!\.~n`mD@C|m-x`|`thm53#ȭ`L F(%Aո ϛ,;@ ;o9ײy>"];,nw@9P i_/oϚ9HN2`{nakchA!!A#r9(BPI`>z(tw"`Z F(CkY`iΥ%l}!!}98@`Q0Tbh ]g:=1:?h@`Q0Tv4 4铧׮]u $Gh> F(Cy"=z(`PhNBN+Fh> F(TP`Q0 0KtIENDB`PK?r5c$$1OEBPS/httpatomoreillycomsourcemspimages469929.pngPNG  IHDRrs mO pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}鳆`hJ(zrڵR Dx9v?/܂Ĥ$;Xijiɓ+6 F`ĂVzywt5\`3=U>>>`#X 2v q41LkyFË$0i̴tHq ,\R '-M* @da5  Dke%($ Q)]ܦϚ  4w+ȯ/@A c4F0hWD2֮Y.+[`d-0Skf]c@e@r҄ @֦f (j 2 T 4bXgB$`s9!)q4͍a yzg6oۺtr`N6&,7X.>@|NP=Plݚ?}  /`(hfa$MNahEpa  a º&+\FD`fF DnhjiIܥ^0#Ah` jp(,A / 70C\!#A@ڟ A`OЎ 1, u,0go/$&%!@8`5SXL0b#ESMQ`!9Jdo  X1֬!F065Oȶ;Xnh|Q0 @!Z+ II&Xs  R7WH53 [ `tA̐v Z%2 2<<@Kf`,=r di횵zn o@(C!!g| d>L&J޵ *"Ƞ P dc!OغK@hB0ஂZ= XD`<ݰQQ0 + FKS'N;8`'2qɷ'LHK I@!#H֮Y< 8B^3 0{1 Cd[0C' `(@g,BD|m[GS!me"0jFq@{$, HXX^Y,M`)hOOϛihwh2 hhq6|r0`)+`3f c@vyLf`xbEy*-#{n>>>lO'O,7rs@ b? (FÁǏ>^kWdFjFLxiilBv{q>o\`<~.dEi h4 $Xfd!2 h ^p-M@\# U Ic(I4ZCra`XCQ\1vihhjiBG$}!! \`8zR]2 0>ky=vaCA1KB"؝/Σ!@kxr/2(NL=yt9ЀY3$>ĉ(`҄hGaa]B子O IE@$$%b$R hke I|qyIi0hE`p'OTEކO_5 R)+)<+w y"@VF]!)ABh#3-v(V0'Ok} \\>yZ1 ؾׯ]\2/j|pi֦f?/\p!YLdP||$@|Dh<"{8ݻv!'J4% ِ,` =ȍ@DQOKx|ycVHi1\)mģbe+) u J8wX FVFH~-hK wL@c+[@V/u7ĘvF?be`3z(NЈQ@ @ 'OւC $+AF4ZAE  ˢeJKS3.`` d1"e6 )ј#lE \9-@S{@x9$ȹ0yD5Tia\v]ZF 輁:lX65CgO*+(HO횵 Irk0и``bsˊK\O/ey̓(sdCJ>Ns! ͞^2aF4ZڵkhgIzs-//}}U` >^T|yiC`+kl{3Tў,@6`'pFDbɓ'r>A RPKs֭Y,6Uw { uQ0 h 0_a Df9,F/ҩXA+GOpug>G;~< :L ǼTM pv!uqi2k X0ש}:VNLMyI)P1Kv^z(@ѯXMJԉ&L@# ӟ$YC4BL0.׮C: @܏ B=e%^)Ԉo3D4y?:< HDN0cǯ-3+6oJ7[ȡwf(\; H4z0f ud3r@pO +epi( Fn`Ϯ].napK5 sp2d CQ֬6yw$SMͼ||58y^P ܓ౳ɣ hX=Ξn>-M͘K{_VVR _AVP^R 1!x]X?@vp r5di/`1ESN /AV|{&ꐙ8iE:BãM h2]d@=Zbe-Zo'x7[7xd!=#8ݚ0 FaVF۲Y/V_΀wX ᙓIr*Щ'ϟ>s~ta׮C9ON@(@&L6ϚWPP]W`|#=w[kS3FgO7aI֬uVh2|y~8dVh-l FtpM@qȕ@J 㲒R`Yo(D>Ê'H9E23  %9v 0pkg3!)q :;6-"I^ 憆q54h5f:iiȬ9b-VF JG j )#r>O̱e0G偖OA;4 _- ]7 @`6ռG>0vr>f]` ,?uP>'8h% t_c D-VFğ΋Tңj:vsy Z RAׁީ6 @5@(^|c$~5@u9n>}s/Gh:uGBKW,nokQڀOAkM@lF8@뀱v v50CN<>fK`'s'O#"!v5lPH /Ϙŕ!ô< t[bR%# t4d2ETY]S |?bhʦ 0V6ji| |uKS30Yc>0Yc F d;ߩ'K !#/ xZH9XdTBݠfx̮ >lx. ,)\\!sAzO@gcJCK @% hv"rrpb9\Fjމ!E]](vիj`@AkV@! >𡖉u`gO722Ҙ픑 \I be BphP >~S.Zz-VF(@SK*T4ZQ0 htyQ@e@( FQ0 F@+`*5k &($铧>}20u<dey剮ptjQJpH((-6Ϟ=|Ξn5d< -#3xn `OHs sȶ+cā 7 &B&}@ғr0O Q0 h}q஝;!kWkW .:˄ }` k>^s)ZfNhX> Q0 1cF(T4ZQ0 hX`Ph2 F(2![@T27 hB)90^G ( KMF磟IENDB`PK? 1OEBPS/httpatomoreillycomsourcemspimages469931.pngPNG  IHDR  E pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}7oF(` `ll @,JO>/^HE K?<4k ;;;z۷o$ igpssDžX).Kii>(EDDΝ;ZXQ0 F(߿O6 y @IO){$84pvc=1ưfo9#8%COmK'~T+d~R*x>KQA3%X{ c 'Dtyrq !BEAq?1 F(O?AßG(` 93a Z$qpꅶOfPIYͽh>H2$~Lrɛ (K+_Qe"ۤtXk8& a+'ozY Z]Ɲ=}!qQ0 F(;?GL+"[TimAb0$Q rA H i@I[Sjɲ~uBDg$H e9; HQ2i XUQ\B`pb (j"2Ex-$LZ@-wrwi`pH{ '(O sIȎgR\gY?v{@qSNmڴiUqN`Q@;w Prqog21[Xu93Qdĉ-Z]__"""@3=ʀR\3g|ӧO=<< y\X36_-O cL 4\{"~߹A2, b5 W #_cLv+-իW744hhh@ǗtR.A?Ço޼  |ŋϞ=3U):=y6|@,0\ (Bƽ{BL 09rdP_y`w3$ S( dL7@@{@RQQ1!!` `%K[ `t<:500pϞ=?lܸq#??`%%%+V|s;իQ(BP,,V6} | ĵX(oy4Gj@:511r6SqqqX+c`Uۼq0ߐ@A`e; b#f:p #4D$9/_ZbyjF: M--~> x|90u"ܷb$'G `:tҔF;F|Gȱ;僱R hƤཽ9:;x[lfYK ztY ^(K{{t85kTm8{4Gy2 ,``1* $O>$!E0k/|L^^~ l$nٲz kWp1c&`~Hte%i%'p 4J>6?Pt eϾ> eJ)DB}7_GD )wV9 j$A0?Fk\:)$EAvolيQo\tPJ#sk 6Zf|ق֡كЁ_{6|wou$yb.쭻+$ v1l`gX dgg!ȧNZ=P@!:*W,'O@>O, @_Afцqd;?L4l5M#Ѱq0d5!| @ahdh 2f z'B^H=U#5NuF\s~K5J?~Ax7xJ2ɄxFZ)3j@,kPTw@YL86$&llcEH@jRʄOwO@>h{ F^?!{IfvrXWӷ='j=mN+_:H)94f R"LJ@D^9f0DLЏ| f!f11Y-0mll2P6i|_{СCv@-h`?M xC<|s_OQa`?_1c+ Ҁ7g]J9K8'; : N۠_r9EK$^\wpUsΊ&%{&c@ن&![ !xI&܎1: c#"hfHVnSA$vrQRShq q,xSD O>>#e( =9xD\Tջh 5dH|@+vD@wН!wQor7cY&CCy\ jz.2(hL Bo 7:"z]Аd0ɨ5E.(e ޣ,%FJi8;U E t_MJZړ6#skGc,Z0j'Vg:VnxQ鹙Y©2sQCEXp]4-zvaտ̗~x5zO; u|<&O rDƆv23,$?<ެr++ԩSlhh?-,,dLi deee}: 3 mW /}MwC;gK|u*8‡s"!_b7AtN%8b \nwuHD\F`zPpd4扢ee\BTSJ11;-Ydg xxop$Kq nI0xh c]:4q >k৚CFr bm6̄?Mu+婪E+T ƘR!Y$/zs'pY/jX5&dFY_<38ӲytC+(VxᲦ]%`a̚>sP& vo 班-0$1c®*L E RAK5Uc3 @ZDIU VHqL&[;P###l%Z;",,_S]/V!no86u2333mP?sss \ i@.//0jT=H@ee%AKJJg8@aCDX?XXzUˢH+Uq"ξnM{X&CtfO`!QZ* 0 3 c HP-{tJ"fRcB? ) #Gx` +h.E&ddvyI8ΠuXe}I CD)a-(hq)R.R]?G$λ}uc=ϋ:y'J`DqT" eݖei"i4޶m@.TmܩGֲ,Mt] ˲q^e EQ<_׶mi6FI9M2{OB w6af` "`[n`[ƢF@.p?D }4c^4˲8iQT ɂ}y6r뺖, &yqWU$dP{0]yU#c;bu]ael2$޶81 5MEXJuZ6L,~q}B>:?,e88IPKe?ؑ{ 4iNbj` rO \RA z[զ!b胘6jULw| 5ZU>& UwLJBG,`@EK<i[ľ'2~n8[k9g+V[E Y s 0 Jfccp7C/S!Q`(:ȣ<RIЩ ,: ȭ=ffC az @ P> r u0 @)s0! k ZG:DTI#") .O>K5@Hjf$%XO^[ihbr lbZ/%(s] fn;OSJkYű&fb7) vG0D9G?0 ײ0p Ϻ6F1ڠn;E! B Ԍ-"+bHn (rVp)u-coU dH]o"5B_[[ϋ E$r "dt'9܂sف p}ooBd2ZO@zdÇ8 j@6Ԇkၝ`,s!]"d_@DN2퇖Ϳ}FR=@YYO  -qgxXB ErCgYQB6/  @ dL ,,XI X#! ^09r2JI `!~AN00oݺz -ז N=5h!XJVLAm#mmI߶}͖z7˱u%Y@ !#>T2N~dm'<︹j2_AŐ@h 2'OTTT Sχ @@akR,VV֣G;UC@W q9|&2񂷷rI;AKrQ粄4t2nH Mx%:!"m0蓻˃yh-Y3V[C0UxsJg_ី Ba&o$^'yߩi~'d*| Zh _4bq0`o*UuJ'AIi0/igN0sd5o\NL (ya@C/wCY'yF[l;>3mDN/8; >vQ0KͱH4GdzZkNs' l3qPq(q?JR ,\˘RI_@yF:gmjkb"kl*4Et >f}H kE־Nؔ3hyk;Zk("s)@ǮWDŽ︁xҔr"IA$V#|nIObc!axs/ԟ?9t* c &N7H BٳnËG! Cx>Nl|2a |/Vdr;>ٔ% "9_X"E$9XDDdÆ OoΦz=9+lpըeyO];w S \Ntb"@<";%6-7667 Le.PVxǎDx`O]v,uzPO6 Xa0ȣFw]]]iA$Wez XF_re`7@v _F!@5MMMuuuBB?#@#&0!Ĕ@ d^hQ\\dS|kA``… !2dw)I89aBҵh29o#T fFٔ4ȶB~Wet1Ɲ;C aۇq^}|=JZUzT6 º1JX{ahaFnRK [:d8^G\Y ΥːON>exl%Ź2E1$y0zڇض|* I[zx 37nxUyOƝ)mDTx ( Ļs> $$4DCBָpHd4Gs ~n< ٜ'N8 s-a`@-@yT\!_'dQ@4q_fQ ,TNTb|K<1OVv^}GN YK!/\2vb-IgCDW^")uf*Ph4:dȠ%vNٔ1≎/#ĸ}zi?L")PO`#4 <mk@.Gb-8E ˙SMpA OqCYD̲.2ȃ tn*@~: hk ?elx;(@CEmmm4?@ q4C]=W b4N06̥cAX `] x6ȣL?~b%8 z" ~&ֶ`': Xd& 'pv7 000{õUJl/TgcɜǴߝ=z(RHTo1|q|]X)-zuk{?j H`*(~zJBH)av؞~P PLC ;@O(q0,#T*3d~(2+BV2B'@b5:l!l1"_.+`F1"w9g@C?cey dطv)d@گvtt% a@ d\SCF\<=& SaLi`@0 5 -#WPg.M-- L+a+`ddÃOTBb J@ d!$drgV"Png@I .y9ث#Xb:*0m<)W_vdWHhZ,eR;EH$a?;9|<9h3;oUjz^Tθg9IP)?6lJ)ƈJ3*8)0U3@wjg;|P<''g^[#w Ϟ=lz5a [ZZ ׯ_6[Xr9֭[RRR r Nrbcc!%@u۶m-!=c\IO n(awАgga]#@oBljKoO 8;`Ev`O &&W^ N?~>>>^>w2 ܝ!0Dԡ*8(TS"M0]$^ͯlgggjC{ \׵4M7몪1a!xibgʲD& T[rĻ%m*qȲL,`ζm˲Ia$I$7w aPJa(0daE4dJk-0}px eA9Dt?K{PDbҊ6"0 U0 OI(!!Qh&GE" "H ˠ}ȋ`c߸t~]f jumz!Ce<4q!befiޜp¡'NO|aQ0 F(o߾M:UFF @biw頽3rQ0 F qg 0!y:Ѳm>#]LNqr{6fhe'zФAժK:Bh*'S1{H3Ц7:&>Aٲ<Izea{Rs1Dj;r*7'+6_\M֩1H٨+xr3J12Y9B5?#A*/n:h[n3G(``;?ʀMZ"yE8,V6V G| Wodt&kBԤFİ#p(o/TO @(xD' CśC.:F( ԟсR<oV`w8 v#BHgI=LŬ`#3FpGlSFQP߯HP(ЀsdC]ɻ̅2DS+gk ,ή%#د@vQ0 F(NOThQG/` v.)0 z$@Ӎ.ܴV0>ub]_|c !&Q9< EY \ %!83s ԯOe2ANF>&C䕇H L9nuT$ ȮjYܒ4ė#}BҔx?~)S*Oҁk7G+51OpS:~hϟ?;F(`q'1!i{ƻF>bJsTUXGZtrڝCU0L0CܔACXCite %=TW o 怏o׷";A 1-Sr xnso:R\Θy7֋";b5t5 S@F(`w0?mD6iډu'!4ư'zE~0iz~E@{\ޑH,c=@x0NA%R5#P,S8oمdXdWTtaDw,)Z@<+TapHse&ŔY[Ŏ|q_0N4z(`| ' GCdQ0 F2`bbbff2w.)0 jsE48 )iӏV(U#&>74d:X(uß +1g?b+> ]7ٸZlg [ X䦺21~%9u2R%J]KԲT8)yKTm?b_DԸݻwts"= ظhD b08_) <<<r }:q?y>$~ @'v@=EQ+ݸq'OF{aDb"`` `yjH4 Xii)ZTO@=v|(`UO0Jo@IxS$ Q0 F(r @dd.G(` c3VahդMC\dbѼ?RE9ćl{7kU )-=dTUqC=ϠńT4M݇U>\qyWwWQ,ɢf+?h`h F & "qm3TV>uU+ C|^W}CB6 L'ye<ҡ2p8Lt:=ϑ,JG?HᐏT!~O!j^ P˿_K_~dncr-D'A;d2!6Ț|!~ĭEQM3XR37 2hrht:5 1wI:VP)7 :zHfYZ% eA"2 {uK6ߖ9d7H$I>OXˤAYm6l%2 dnjBz瓊'#kxV"4`z7י`0ZW\ R$ZCB0)t<Qgۓm3%VݮT*堥pBp8#ED?˵Z *XGgXt:bh\.9,ry<n{^[fbwY1 iq3FeNX7BuU"4<lD "'-`@RlpD*d8 a-ba`suAR=3 9/HZ+zZw/{1&^|-U-J)?Gk<_K{9Ti{?AWN<v8Qt Q;CPDDCJJV54o3YCKgHLޛyK&jlVya(IUklU8m#kCl2w\YEQtT L{YdUvK^s@Tu]0(k;hY֖[ G,=mj۶?+t!Gy81٨2ϳl 1'$Ii}zBĵiq#WǦi-0<']5   ]"lVVD4±-c #raGM-R4EQn" GE4GE,Y8N]NSZ6` hX}Xǁqx NԚ ! CWpgq W(q.rbPBiIea`%{o{Z UD\L}=RSf/\r H6TP*8̆ QՔ %-2ƈ1Ro 9k9%Lt9ڳt m1d- چa 4iRpp`ܒw[82Wۀ17E1AFЩ111G9@$T`O {}||QhEVVCtp*0Zt# R:teSb۷mll[0F<եKI@O?,511S/nt|"k?L@``>N3g%͟-[SݝXKR`v޼yĤRmmm,,,q31m޽t} v)G߁ ...*Щd@Cg`A! $G?0:7еq*.[Ñ> ε@72x9wAC h82J\qY:̱cK&KIAV1fMJ8Zex*Rs|{e:"P!H$(ПkʗN1 uf1u1s5$6mm$o@ָ~z}}}z:5''ų^ȁ gccs% qˀ <&t)0w!QKw۷3sZظ]CPuww߱c-)K1ܹBk:|Çpd`733S6lp=<&`uϟ?!!ZS|GR@Pt/K&0%;1O.Z(ٛX޾VU.14j?(0|TFFsQJt̒4|T3mC%ZdT(EfVQ#ɨ@8޻] Y6@lCLCEC %bW(";ɘR p-(!wzJi ]J٥9[kQ|n1VkB1B9!BIEu|#3TϜsT1_ #'9w8@aky!j(,-5H6\ 2NQC)8ڶH$#M1ey zV?,Ku 5<tk+}=5e @Ey jsyYmCEmO:%HCMMӌ3seY1^DžZB*iU?_+aRd$$Ld&3NiE[.}ƸikfC ^T@2hٺ2 K. :}_o<QQu>kfP8qFn'gaZ5 q#>[#?8ed۶*9y-͋ZoBqg庮i雰>^58 %s5p4M]׽Ik [VbAl^Mž4dކQa(A=paI)2yHIt>[ZZF'U];c&Z+xa7% }oR^'τҩcgΪ׫r7:T'Qa9i"B s sЩ)`$@9ÜD N0™U:R-+$4Ěvi[k"1pd[zh/E*n8Ah'|wCNvBq-m, 3'9W1Ăb^]5_*KUi1wRK3L~J׵֟D6*<݁Jv08Fu],P^Mȃ@Yr\<@u?C[JٔyrFf,&+LĩlT} R]$p߷e"WP>b\NN ejÒv|{Gކap;v%(ӹcJr2EvrAز‹OyDJF]yh* w}VUIE oP)T@RjO}08RHgbY x"RCJjOU#T12ZP͑JReNzvcLDdy]m>v70~c0 g, 7Wb 8'M4]fu*%4DN`i;5// Θ1mIbzhuuuCũUUUd8>GrKhzԩSIu۷Hw 9r?NS_DgۦΝ#թ=g䧛k > ] ! mCOz [-d^}6,hM&'O,b{F䏉+t[p[KVZkxgq)=upq>O'v64hB9޴,qd;诵>s%ԥcYM|ekDC[eJҾ\T+<rKPyJ*Ώ-\%YТ]r(&mQx  O:oךl.!1hıh֚snؓ@yVk5F1"̧='Vݰ,hR8*fACy=Qҫs=-B=PBnf06_mX:w_K gKp D|C)#H/fc__u ???}:w\`Gl.YZ'BN;vTWWD9gbccs'4`;hΝt}`[reMM ١OP8q"j ⁍ JQ%0]EahUUUv,}c``@ṢGO=kid oW1уOR=^"Y\0Uk&Ʉ~㉖nU}biE%rˊr90$`\>E RރPykv} !XkI{q "!؄jM11u-e I?hWsCV |$ w.ER nk;W,7{;ofWbQk}.CͰu|z9|Vrvcu{S!<<9#{Xf!ɘq]%YCx l(AҮ8@pSWOI`*tOPZ s0R j[} fCecZ)Z ctbPx9wAQr ()h܃eR66Ɉ13DKJOKοv,BA0X FF``YܦhZ, .lV&-XdC@Xn f7x;ZVa 2$fqʶ>׉t˶3byg=4|A@x^pn*Lm Rnҁ*zVɗ Z\Ox<ڳhdYF#T(z]Ip(bA>aVu9 p<g$ w^VsԂt zU« zJ'6 VqX >a,j5^лH}c>YX|^!ӈau%hŢitA ;?_v}_>WFHdH0 aբX@e;3 \֩.g:z)frRb^].⣈a[VƉ10 @3A\UG+r(K0êb^eܙx(9pIN[ԍ#PiOJWad0"KONzc fN Jbf`5`HC˩wP$ ; D tN;VYoޣ%*d a<3XSZAP,>'Z|}I!0VXB 0˜Tf"+es媔5,comł-7y ;6i$[S #k 4)_ݩ a{#OM`㠘z k~o{JM_4t3Q0 F(NO@lbb Hxt6)$~#ij(`ԝQ 0 CZJơ?/2Vz:uYa&Ȁ+&F^.aeTVV6}W-mO#f68X)Dwe+ЏP7/BJpiF6DPnYM(;;E`ї|< "WȀt %p=΢Kv(`>Y3H` e=b^fD虗be<,)-)3 ay"| N=dv$NBcIH.,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVYYc3@G('OQ䊸h`8 齑 t׭Y;@` [p5 Ҿ6!@n| FQ0 -aA%r(4ZQ0lsus-,Zh`x׮}uxxX!}ɓј4ZQ0<] -H4j+r| N85lvC*S'N,&r|ZТɭM* i&8V@(\v HYSݻvKmu#6dӧO&LX#=}`)Or|t|+r|a *Rm߂y$l*nP k.7(5<*zJܽmcsadhBfZ:xDRB @O=vePkrn L@Q0 !3&@ b` A l)Ё\HߚHaHJl(@4ZQ0  ib?xC<掵Q :RCTiZ-G(8YCҐ:N7O Rؚ<4@( @yJM<P%+ FQ0 F/VqHqixx(r|Qw킏4ZQ0 p!| 5m9|XC kJ2DHBx GW5>3@`^.[|||c!%;q )%,d9|"XĕB:>#=5h FQ0 gku.> ,!ox )e+Mrr7]M @(Ծq:q WAF! vJH1Oa+У#"ެ?:Ž h9> F,e(X ltg]X(#_ ,!4\< r!%>9 }@65;IRGa h`HaGRk` ,[e%obRBL./)"RCN΂߻4?PP`߼mkgO7/U D{ 2P34zN(@Q`!<*B `1 ,(%8A 1rW&PXŁMoa)@P@eֺ !fKj cz]-"@4i2h铧EP``X"/]&9hjA ?'O .zH@\ 6@]n&''G#Q0 Fpe% $iv8~MjbTxڹ^$?~H?~ thb-G(`W(jj]$ň4:9 FqȦJ9 $!CTtd|hfpHHgO7ځӤCh9> FkȂ?R5BXC 'NQCWi FQ0 -pqs&LJ!~5` WP@ s(]2 F,򗼑j/+)KVH@_G)V@Q0 -6E'd%y7o Y?lW[d@ہ-P\ FQ0 3/FސI*dʀl,72?@` g ##,CwEXr`L[@*"1.4@Q0d\ZF.`~yl„4ᓥtd?(܂|`c!0iC q`iV {O0ɓ'հYF.@9G(Ӌ*!!*aU_$kNQiqG(#~^ސs(kjvڕNWx\ 4ب'ht\edddj_,j)4*8$b eQO| HQf-G()X _ ǝS^×B${$F(A 铧mdod]‰VI^>^ ]XNh`dH ,ʥe;~1@kB|] Fcx@*`Ģ\SKk҄g gC_~J0 F/dd$ZI7RKFW h`W7z֩'1oY30$v͚ݻv%&%AFG FQ0 F4Ȥ(ŮX* omjQ @`h,āe(M)Zׯ]wqsE6ρt E& FQ0 F: " ?^@ΐetDB@(X/ I~usf =A4ᎆ? FQ0 Fh-7&9P }2`qb 6!~d(: FQ0 F$$%_bFEӐۓh`i\ׯ]3j&=l{q-G(P ,S6֍9U@`x9:epݚh衆4ZQ0 @FFFSKd'N`]8 4ZQ0 ͕>}21> 4ZQ0 q7֓Q3F4 4ZQ0 r) Dz9~4h`s ed8=5z2U@`,di2.-#=T4ZQ0 PT'䢉у h`ޘG}ʐq-G(XpM-M[-T4ZQ0 PdЃ!r.SS h` 4ւҊ= ? `d,q55Ǻ<oh ShQ0 I Opat''@G('NDGD.]kql@Q0 F4ZQ0 F4ZQ0 F4ZQ0 F4ZQ0 F4ZQ0 F4ZQ0 F4ZQ0 F4ZQ0 F4ZQ0 F4ZQ0 F4zN='h4'= d u@8I&h9> F-@g.6\'M0`` h` h` w@ ֭YsI}W>}铋0[ɓ' K GÊ<0iħO41)1($d4L(w햑us(?r|Ԏٝ=pA`` l'$%8  mqڵĤѠ< FU k---2*@; ;A! Ѡ< FV5KW,ǔrMǧ) Q/O8ljȌ4vZ`ADl45nJA]&8$dt`4L|;d&mC:n`D'_[+(;POGB| ̛Lgq9 ǗXlw>khIvGS'!\;zif0gAȀ *yvк(%sE4Xg)F(B 8 ,ījkZ-`YwIͭc`8a̓|cMLJU}L)`W> H`D@GG4$qȬf^A)=%>ieG.!Fe 3@Cr||ݚVUQˬ6A!!fݐj Z0oxhb%=?|I`N5s4XF4$'O0 })Y ^9KѕG?}!u( Fs 0ZdHH~Q0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( ~׮<ꎂQ0 FAW"-,F` {@OFO@EAe&LD X Q Р+GGBF(gF^FE@rxݽkhxQ0@ 5kKJj^>k&=׮a `(@rX@5[k9`|(}'jiУ: h9 [h#@ȵtv-Q0 m9Np&[XOJ&yuZcRʏ( F D9.##-׮YPX'O<}Mft{Q0"@; ./9)!"@6 j׭YW?:`L@(8nmj޳k7_8o>>Mݠ[FעQ0P :"ZB| ޽kANL 3:l2 F`~h3k@N` n冣``tĀbl{@ |041;q(`p@,X{I%@4pQ@>>`1 "k# FT!oe>q(`06ϛYG85JŶ?XHA5ݻv[e%ԠR6 ɖ'OWKKHw@21w4Q@S@8s O8Q^R ̴2V̈́aB* `ERtD$| dt0ЩA!"rϮU3TMHJԎ@-==Ѹ`b?X E`*($*&%8G6 %'H, 'M0i;cuؤ-]8(/Q5^F(B W}m&t`+D9C)L qՓ'NR1u6r꽵kB06rׂl\4z(@@l*[!Z !ݻv`@~͍*C*A!Tdl/]|0`C&6-!`@.siث/; F( z,gMlOBvt'dddڝ9~ kٵAh B;,X:B* ( ,ZIȌ.Lw*8w"P;=>`Pht\e\eE`9`<nA#'0QH@F( F ,0Զ]i2WMg'nFNG(qM'! g|c]?{F('r|5wa.M vNٍ1 J k64Q@7@ki4A |Cx{AD6%%'#"!5%dٌtHA9}e4G(r|`Y$5sCRdO5X45/WڽkD6($$!) Xvzy65CjU]=([VRZ ?( yQ0 Fy 4 4ː:^!H3rCE2z( F׫UG> =qℯwyI)&XX-õgArt89 GOIFFFmaZZZg̈́ǵ0rk+ ` tmc~^ޝ=#2x\c@dsQ0xJp`"^>>`"!)X^oׂ'u W9؎2S0eWU|t2q`khj,`b&i_?*?~hWV\P&++ sb4'GG Yz5F)hh ǏRG@AMhK HM }@IR?@Dq l@WhҠ`d5A9@Z`GsR_s Y0M XM0s"2^==r@)$*~4.X>ר\ fAf"|M9:de^C3!v/7t($'lcqusŪX ?9c5!3 +DWHu@ Z-y:@`k] F S(Q F98K`Վ+F05KLHY '`DH>J,pi rA gr) ^wRض \C6@Gٌ5\8·U +`B.RC6h敗'&%PZ##^FQ@&ց,G\Qh|Q0 FIݻv:qrC:`y[/73(`r BS4ZQ0 F 4:2 F(Ch9> F(Ch9> F(C/ǟ]f!3#Q0 1aU֬S lwt; F( C9g_L`Q0T@ r^]W u4^G(#А,ǁ ݻvϘmQ0 F:!V_v X6G(hh8wusKHJmQ0 F`/yB(#uQ0 AZc6`썂Q0 F(@4'OL0q> F(DD8v'N6G(x@q558$ 6}|ݚ5F6ѵ7`R@a/ǁ V&t_;rC1H@|w}IgOh`X[ʭMTk_^R l^b9 ݻved.nnCȵ`8%,X%˵kצϚI` ,"TE4a¤ 'D#`<']~`nfaE֬E.ā&R/!X]>E'O+K5M`R@X,! .B-A֬IHJmQ0 HDx! Nn`ܔ&@6g"PwU[meyμ=KW,פ3 F(Q HX?NXjaTdy"Rr@ IIk׬-+)ݼmh`9iDjD7?jyxO8 .́P H%7(G($zyC12u(T@,A06x!n Y Q0 FI FR{k׬})ܼm蒕Q0 F FABFaQ@9 `! h` ht\~`tM`Ox4ZDGD( ? O<m Z9} h` htsQ0 60Z] {/IENDB`PK?P==1OEBPS/httpatomoreillycomsourcemspimages469935.pngPNG  IHDRvgO pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVH_!F$bG(`׮euh; F(~u%h; F(>}T+X˚YE N`Q0𠵩؋kY !5 FQ0 F(`{.`/]C>>.(qc"@1744(` SLDY3Necg_f-@bG(` AkS3䈉!tpbRr3`4bG(`' CC;YT0`CfaONb5.Տ@@U(`лAȁzQ fWkLH Y*P LHJdxfE@V`Q@W@!Y-7κ!O C`c` ϝVϔ0:ڌh`zWO);J :<RwBzN-lSr~f2c@^Vh FQ0 F(+,D"I |kmjT ͇G'&Z'8B+f ^/7^bybRPp ڂvo~i4bG(2K|퀝KE V~֦m֯'Z=EHB-M@e֬l*]ot4 X'%j9 $?G6FhQ0 F=d̖ݻv+B`I`s>f:`ܣ\W*(nڧϚ 5+(`} uAiaa1yD ; xO]na h`Ȃ# 6YR䓘5+V@dtI`=OV@X[/8$Zdl޶^)(`MK (`'O8w"ZuM+EHbedIu$x`_Zy`z`Xev|%h (_׮Y7&~ed٪;h FQ0 F(7ٮ[$]ZԵHԯ@!#Ҥ֔ (@4ZŎQ0 F`2hֲgvX!"uW`Mƕ;_F+&*vQ0 $$%>y򄼋!ӱTe[+yG,ob4ZŎQ0 F` GSRzy""t`:AV; @V`Q00r%yZ23-Rm;}D@CF&h` ن@IH-KLv]֯.,r%h`Bx--֯N0eH"h`uޤ (eXdํu>r1r+(D< FQ0 F(H-,&MHp1a<,Ky>XR F(`شm+㮐IY`zw߇Ο7/  Kh/vQ0 @NF,%{+@.y rG貝2N]f d+hJ *vQ0 F2`h 8~1 FQ0 F(0ؗO=)1ة@[t4ZŎQ0 F`^cbR]H/IB* h; F(@. h%H=œ6L$?o4F'h; F(@. x @X`hڞ]4XOO0rhD h` .71ޓ'Njjiaw!`޼у)4ZŎQ0 FyXkZ8hji>!'uU2gp@U(` ju4V)6D쎅taUhSh`Bu5k(12zL̀5kGbG(``GdGB{׮'Ovah`!\ܮ_2c!Gr *vQ0  fpz .*Z3bG(`VukTkZXb=bh` cx+A(]'F 8u$(1@V`Q04 N8.S h; F(CPI%[ա*vQ0 \Qw%DLsmdG:T4ZŎQ0 FRͅTޣ:Qh; F(C YT,MA铧aK]@U(` ^, W<ǣ]XbG(`.9$bG(`ii\T9xe4F(`hH TqI8:PL]@U(` N O8 bUӵkຳRGCaQ0 4a¤ <=.]|J7@s`Q0 FM@V`Q0 FM@V`Q0 FM@V`Q0 FM@V`Q0 FM@V`Q0 FM@V`Q0 FM@V`Q0 FM@V`Q0 FM@V`Q0 FM@V`Q0 FM@^0 F:hmj6zZZZu0 . ,U''iϟ>khi[X @@8ihTkh60z( XtYIE|R"N]fwnA~bR݁eO< b0uàD`bA_};{Ѻ@.EJ;*v~`Q0@A;} f֦Xau/h`Q0 F(b'OeBqQQ0 dRPSKoI ^` /'G @^ 80#k׬VQPv|$y򤼤({.#=}_*P23-2 4K TvG0-N0+ w҄T`<$4P|4Ȯ\!e'OG0UZ`S4 Xi,ymT-M͐u"@׭F᫥֭YA]ܞ>y l[jeSpHR2֭Y 4ש'fKL5XgDDKG( [` LҰ L l%$%@bl` .0@rt39 'g ^/ZMHJ2,́5(lh+(.ZvF?12s I XюF(VzFݫLA{ƨׅE^ jM-]م1ů:1) RG;jFV@:Rs6Fr k9U3z@>,ԯiV i8 5t: 6?׭Y d| ,{NqiFx,둓1d60 (쐱b`f4@(X0o> ϥ+T UlBR0C&L:J.nZ N[wڥI#^Dh:G`b:* E Uh:@AX`X}Y3i>x |+6@iLiȞQ@S(?֩m4a"dOAYf1Pq; bAnkV`L%<W | D1ާ[`K@\Ap?i7P }t5j\#|eɣ @U(` y_!MՌ^N-@U(` y@ݻA)U@VC]fu(gΞсQ0 F,f~ 4i,]N0(;ZQ0 F`4ڋ 8$X[@:yē'O]P`@5kjGC F{C{nnM 4 F( h/vhDptM^A\XFGG(p95 h/vhM-- Bָ@2>)q4|F(`lyI]Ȗ Q0 FVp F!h;d6mk޳k7]fBQ0 F~@<;@VC@5kZ ؅_G[` F7 1kO>`Ah;~_ݫ3 F( G1 FءF`!htxQ0 F( *vQ0 F( *v聵k֬N< F(`0bXf-AQ0 F(3*vQ0 F( *vQ0 F( *vQ0 F( *vQ0 F( *vQ0 F( *vQ0 F( *vQ0 F( *v $~(`XbGO>]&M8 t'N ޵k4XF(5ћvF B_FF& ?h-BvD45/7/xݚ5@M--W7Ѱ F{Nm2eY39 ,G/%%3- (z6 hQ@@Q@[ɓUnhJ>]iB& GbG dX%$$%LR(h; hmKLJOJvFG( FQ@nkPHpR&uk@V䉓@F^A>x~$;ZQ0 FQ@n+_0oh' 0ϛb"mH }ׂהV` ,*v:4ҧ5B[|+ `;\` 8*vmV@ Vs Gtv ; ` r@U( -utn0zd(h;$OۚbGHh[*me3 F4Z=5޼'Nsxh d)͈BSQ0 F FPz |MO/X`c e۶Q;{}` B'-h^vyY` , 憆PZRѧOR׮tv>xhQnA~WO(V@+ή< p^tY~A>+/##c`h8 .6`E tK:J:---s ׮yԟ?}󧦖 Fa F2 FPr~gO7V;@n+ ,XNn+pn^A~^A$@b;+Z_/o ؏Mx!^F(* Fb*֬2 ؗ50עx3G EFۯ q;R3Jٵ rpbRbYIS"`8*v`/($d򄉻w ۟tBh~@\'!\@hG(H@U222l'C'O(_ h"RukgqG*95S;ZŎQ0 4Zټ̴tM4+q B@bRҀ%޽kY3׭YSVR lgC0kLt]BQ0 ht(@W77`Hk`iVoVZh>dV ] oXZK04L?~vqF}}5`Ŏhe%`ټ ƢXk׀]ukܔO4l̟74aQ0 F{``+-`%B | u䉓s9)HQ` ^(Xz~%blڳk` ]@Q0 v^4ۄFxG( F{` .gZ>>>Ș]UrfZ:d8PHO V@58yQ@*vA' YNλ֑e%mmmj҂  ACjPF֮Y b}VxbR"P `P\(|*$[X<2WuT2v[<)B>dh!̣`Ph/v 0]nZfe`G(.{ >+VA22Q0 ^(A4Gv:y̡⾛\^exhPQ@@U(.nn:^˺2`\;Y%G!eitG(h`ta֋22 eM8Ik׬jY0o'!]ZH>+vd@CS?QQ0 F8 (r]ީ>)N,!22u $uqsoc֦֬}䉹P 4( Y3( !1ŃZ/`PhUhQ>/`@(`Q@@U(`Q@@U(`Q@@Uxy.` h`҄ FzOp6`y(N`y'L\b9rD.`}0{"&MnM۶UÀ)D!$Q0D;֬^ ~PWd4d(Q@4Wxz*\@s"Ǐ mFe`#\h fP @5$h"4:P FƂf" 0f҄g̈́k 80Sx&rd H`[gkS1@VC ]W5hl+ r.+bV @*ѽ:`tae Z]C X;Ga< `$`@ɠe 6`C,!% !II@@net50:LSK ^: F; %TYfkGꌂN8^'BP4q `ym' JL4a"Ty Z󁉡d膉+D.`% W ٵ2 Ttxx5 F!ב L. Q0H1BֲO0Xp k |Wd0}LIEǤfr0=]\E%dy3}Y@VC @h$8Wg ꃂKF<S𔕐P;;j ?P V֬IHJ\RۀR8X@sC8rܥT4q6\Ōz5kBV7XLAa249<͏m@FbG(isqUu+Aࣶg݁6L{!!(/E@AEfZ+Y.n{ϮO5Z^4  r 3lq#4ZŎQ0 (u(V` qoV45wtK@|0a>B`S |H 9ABRk׋A͠ sJh .,#[t64a(\1@Wd@)`d $G(}}rOk׬]f fDkQVR*D~-P=h 3?jd`߄$AT" j,CA[jy!0)"/"m:XC q|55 #PhFs4<\т~?Hk7 bU{npdklp4^FX+fJţ`j\*jF( L0q. @s`Q0 ?o> 9\ FQ0 F(kVs s6@Q0 F(&mP, @Q0 F(& FQ0 F(& FQ0 F(& FQ0 F(& FQ0`rTngǏQ0 F4x Xfͺ5kg{-? F( FQ@ny+bĤDG(h; m5=,` hQ0 F( *v@.)Q0 F2*vPۺ<& dv[G(#h; m֬8ZZ=X4`h$$%^: F(@@U(Q0 FM@V4ӧk,7: F(@VXp `X2=Q0 F~@UZ ~ @.lna1Ck@_ù>hKbQ@kpqsT{t趖65u.]v^w ztD$އG(x@U~ ܇t+im?o-^V@떮X~Ĥҙv[=u؞*angQ0 F F! ~fZ:ջVmڅV}UX#fFQ0 F4ZIZ=}XKM0Z(`V*T‘@!@Q0 Fu@.w 8$DKKy҄@%##I֬i4 mp(6$-iG<.7unQ@*v`tr`X5^v X]AZ>p7b>}hGvQ@*v8Tu9m4UO4 ;)8$7AsϚ9T1v0tG(Ch/v0 ymݽkFcu6ZkE]R` hXe\<}2 F(~ FG( ;v \KJyGG( ^(`ݚ5>}+(`-xMhQ@*vt0lxQ@@ţ`Q0 FM@V`Q0 FM@QZ܄Q0P2:= :*vt5ZJ_Gf u@ Q0 F( FbG(` 'EWIENDB`PK?tBtB1OEBPS/httpatomoreillycomsourcemspimages469937.pngPNG  IHDRd8 pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVV $!LnA>(jU0U&6, x- Ca` %M}G(`(ջ'LVXP^ @aɐ X&$% nyI)T@PqRwQ0 t[ ,i]WC%| ϛG) h0(lh; F(C^[X65־=݃ (vy4w6}뮞n2z4ZQ0 F򖕔I`Eҡ^Ϛ9dM0a҄@w]:wց % 5Fh; F(@Sfkb˻{.`D>:y `OF}G(`0` X=I.:"څn6 u 0M%4ZQ0 F.4VKW, Ӯ ^3 2N|h*`AX+AR Ѫ++(*ۈ9q Fy`Aϛ7z0x*z=JfZ:_1@1744&Q0 F( XUhji[`:铧 xVAyyI`;ȯ;uӶt s At'O&@`;tsrd-=3ul/D4ZQ0 F`nynnC\e`! l:NK -ȿ~ڤ *ёQ0 F(``c 8rxh]:8X6MD3hwQ0 F^]u]퐻Ur-jijhEIA΂F4ZQ0 F`Ѽ`|M-?0vF@H^t"}G(`ypA@nA>xRcW+& wQ0  @6`׮A:CnX3ЎwQ0 @*-`2}q:X4$<2 e}8@y`]8=f&C~A@}Q0 F(A:C} "`c .@(` Uãjgn{I>>r 1AnZ@־`Q0X s%:ؕzeGC>D4ZQ0 F}Mfh#Q>}rqs6A  @(`@.҅!0| ^*@ZF@wQ0 =%G'X`{fLH'}GHg ^7C Y gL)ii//%! % !>0x)lz" aCh ;<h`z`II:xOR'&%!>4􃁕1P WDM 3B30Lw3C 2 Dȕ(PzF DSx&r{ FkQ0 F(X/m_.B,Byߗ!Pn 0@t}n0?AF4ZQ0 F;T1a:t|$dH σ/f 潎< ԟYxk>(My e4ZQ0 F]u{@C )5 /zG!va_!p:x&M}G(`ii`Y$ܱ#rSaV ֤{(h; F(t)A}VJ6@ [ t +?Hh˚vH9LGF kQ%MJ 4ZQ0 F]pL/l7 CHH} 0!ҼH'FkHE*!_k54ar ki/A-/Mb@,Gh`WCkzR-rZ/9!)oQPFHHy _ػK2052P71h; F(>PұCz@!5/W G0R$H]El!)!~ 敎#pPlO5J DF: @(`Px$5k \UE51!H[vW#"mJ 0xGS!Gs-c1a j 0րF4a1<@(`V! q`M`|x? ET ,! U,P C;`7oۚWLK"MU-Dh'R"5^pX"VϐP z@.rk"tf5B=@ G(`LWW#1ˊKPW@nFjDP |<?~  pZ ڹb8(!kV'S@Ꭱ46@zA@qPH[@$P;F @ Ah,D0.t!$[.)0!y|00 EZj~FQ-W,(@"TIE{k 3!3VG='o]*DR8J0}|LGQ_/1c@6NPG }(~g-蒣ƘzmE($n8CX6D;By$.|@(` ȨZ8fXsUSm!rH@: "`MIP6+R2bDj誫Q0 F(`>e+|||KW,-/)E/"65Csm!c' 2|]$mRpH5kBr/?/ob.ROݺ y 4ZQ0 FȒZЮjԁ'yU/^..HU U@2v@AjGЏY38y  @@־`Q02Kaj!iܕ^4Z wcFQJth`U3HՂ9H YLVØ3*r_@B iȽTz᱀'6hQ0 F(x ##3}O>Qx4VnA>!.P³!rֱ=r&QVRJIAB KJT9s @־`Q0(2Vi6G \>E}!51ܑ%8r5j)" X`Py0@־`Q0XG`_RXڝ^/RR1 H9ra}G(`pU4 Ӓ$=HXƒ%`<`U]]WKb4}G(`PĤ$`ȩM`uջF«I&uU/A/}V -ML)` YFLwPZ4ZQ0 F` oTf1 ZZZ/{@8xQ+ qyv|pBh; F(ӷÿ$: Itٔ`k6 K<@־`Q0@|R"Oe/!#Ĭ Z{.`}6T: ($f0 Tlh; F(Co$׭YKIH IC+ =u"†Ş]&Pr@־`Q0thmv r0^Z%h; F(CgTp5`BɘuB ]SD4ZQ0 F{wkhઅ]4!:-$vpl FkQ0 F(2ɨZd`(d[ $Ky FkQ0 F(2r3MA~90|̎Kd!p34ZQ0 F3"pYWQP7Cf4)Z@Tn=ً k-h; F(Cc>q^L'xρBI >?{va@־`Q0j4[U5r i<ב׮]Jh; F(C n/^F 9gk0r@־`Q0s׉/ܣ0ͩ1/@(` ;q!W:ihhɜ})}B FkQ0 F( 'O4]|;ۜ+apc XFS(` -(^ٽk֞9I(4aX@FwQ0 T%xDGD!5j߉d+ r@Mͣ`Q0T֭Y /]SڵkMuJc&&PzUiQ0 FPqB(VC aht(`Q@o@(`Q@o@(`Q@o@(`Q@o@(`Q@o@(`Q@o@(`Q@o@(`Q@o@(`Q@o@(`Q@o@(`Q@o@<#"GΝkC [X`=aK ,'iϟ>khi@]yt r(-#2mF ֬ Q0@Ծׯ]++)OJWk׬-OLJƯO<GV]^Ah8 *0: 1 7 ˻s k |||XV`Q0  誫O>EGD+Zjo4F(`׮D( ;yD`K݀ ;Q0`] /7C_/@M-р"<}Ÿ>}FQ@Y{Mz }e"v׮Y孢.cYX*eeQ@-LN$ LA!! $\HNvv!E@rK6]=ut?%= )$Di:XB@ ,\ D`=zE` [~PX$$`Egnx ,ňt o ~2uGdw60FFS 7m70ng`&&% @R "w1`xLA`} , 6 ʣ`ЀI&BڎR5$x̛7T+/)rGC 5+( ULw}UR Xmֻ|`@bth'ȫT\ = jij~i^A>ؾ]A+@0rm־*AFVh6\\!c(X% D q ]'f4GA\Na H` W6 F` (< XP5kfZY3*ѡV>vkݻvٵvۙ a7yqqst|ׁWP$F$}IkS3d =x(@S+]s-£0 35 3ZReaQ0@ LgjyQ0 F( F`Q0 F(3wQ0 F(7wQ0 F(7wQ0 F(7wQ0 F(7wQ0 F(7wQ0 F(7wQ0 F(7wQ0 F(7wQ0 F(7 ``Q0@}Rt]qf`e dEQ0 Fs\@} V|{vԾiV`\#8Fk߁4Z_{U]W d;^BQ0 F.0z`4:;@xw]^'r GdQ0 "ѾPW ?uFQ0 F( FC 9*8$dt(H0iEGd@}FQ0 F" 4Z1.]h4 F( twM-@`! htwQ0 F(7wQ0 F(7w֦f  Q0 F( F}vh Q0 F4`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h ֮Ys}t(`}G'O65闗.74@h MO>}:yhQ0 FϺ[R[X ~$xgLKtri-M +(on4Z:uvׁ] /1))>)qbywl+kׁMGK F`h#߉Iw4HG(X@(-JH2o& T`+ZB֌4F F(h; ָ Iw4dQ0 FP4Zwv]܀hPbG( FkQ@ӧvv֭Y?y'|0xII`xz`}GX+ݵk֌vvi >yY?_ϛ}-, k /bEh; F4Z;"~OIG;tO@IxM ;d 4F(h; (T. (Ch; X'6 ݸ5 FP4Zk ]`#:"rƬmuta! hz@KKky(ϊV]3(>y u=!)>v?#6-'O&Q0 Ѿ(@@Ӻ38OXf-ZWmݚt|vxGaN+GqaAh; F:v%'M  eqzA-pIȵEXz@Q0 'Ѿ(蠦ssIp-UGJJ׭Y3z(hw]^--M3#G( F` .gZ>>>W77`M}_'Oؽk7x}ap|ԟ?}”XdB֟>}\@6o:خu`8}G(t2Y }(0:йGK.7r >X1F37m ָFz@FPH:nu'G(4ZQ0fJ![!' zX0YA> 2_k^mQ0 Fh; F`l1WrC>͕v&5|\t@Q#W9;sQhty+f] Y \׮Yɓ``- $^LBR҂yꯁǢVy6:"2kOTMrQh; Fzy(g8VuMG@b!&dTM]&D1Cdm[]g.,P`-LiiZbh( 7BQ0/`ȥI&۠wܧhtwQ0 F(7wQ0 F(7wQ0 F(7wh}'7W`2&ݧO@5!)i4F0: Fk! [@n!˵V`0`&Ξn ~ (FR WYfGS([HZ -4: F`-C YFiijv;g` ~ܣa8 y'@־C{ ߅4S`0GŔrqssOA< XCCz$`{,i@[Z3whվ! Щ5Pݹ> Fwȩ@QF`ػem.8+`A55KGH4ZQ0 ̉8A|O``@Q0 F(4ZQ0 F(4ZQ0 F(4ZQ0 F(4ZQ0 F(4ZQ0 F(4ZQ0 F(4ZwLK\9 F(# iɓ'֬Yf-gfa>&`h'OX0o>>mlQ0 F4ZO>]fn0D̫G(X=}O2!E@־ukBfveЍvvG(֭Y3iDbTB.-,( FkQ@. ? F(X:}G ;uw; F( @ chQ0 F(7wP_Y G;`b5uZ1 @( q.r]G;`Q@$wP+  F , hzX.7X(`gh>V<@҃i&6u!QCrDNgOh``f_h@־C6րC"p ݧϚI]4`?hE 4HlOqQ@u@h~! iX?}{҄ ԪiŁ5%uirhCG(Z FChii45O0ddd(ļcݚ5yT«^y{ީ5+`|ɥ+.``l h;dbyCbAgԪw`+2 < F(T4u0h"]b|C@vʦϚ9ya jf@}Gt᪦ _dn :%R [v4Q0 h; o󶭐_ ߯ 9-dt&uQ0b@־{?v@fp -1 F( w,u-dtk֮Y=:; F(w,yB"!)i4LF(T4ZQF'G(4yQ0 F(7wQ0 F(7ёQ0 @ˬTGa)Q0@־``s p`BQ0@14F(`z`Q0  UggIENDB`PK?-AnmAA1OEBPS/httpatomoreillycomsourcemspimages469939.pngPNG  IHDRW pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV F(` I@U(`Q0$@V`Q0 F4ZQ0 F(Ch> F(` I@U(`Q0$@V`Q0 F2`Q0 Fܷuk|?}60wus'O@>5/G(`tӧ̴t--DȂyKJ]H7[Xzy g$F @V`Q0 FziaaQ]W ֦~'M--0Iz `Q0' h `Q0«-,O<$ r0@ʍpk ѡIh> F(`` yx+Vɓ&L(/)pq v5~^@2Λ D@]@Y#=} 2 bkS3Au޵ hKfZ:mGV@U(` JXDD&$%-]RC+xÐ5h;/ߵk׀\܂|E> d`GA!@]O<Z 4 J*|Q0 F?}Ư Xi ^ *Ȁ`XmI`BfbẎp4ZQ0 F(@ +5XwΟ7qT΁yS'NRk9@V`Q0 F4V@k:| 2չ kV`B3js ]pLsh `Q0 @Z3`_ T*qu<蘦i2@V`Q0 Fm5 ?'РŸ]ݸoq@c']I!3%֪RX}nnXbj". UNuybT(x}9).k)Y;ߑտ Y"k9GBV9Aqw'{ lmBO)19TȞ e 48@kx+748Orf>E$)}c0vg~# _'wB eb!Ѷ,&rrlЎ@ ! [`9vw6!)%KX B,J įs.)dly! !*M08D¡L5Ms@D;GpY0> pU]!ShЄH Z xZroC\ g6A\K 6Y%'9k)1Xj'BRdQrŐ+2L" 5Ð4(p`Reӥ'O]CF9`WijQ#IɵA!flxuus tQnDXPsmh \&5?$ AeCe-'OTi?|WiJrsʼn"88Uz36Vל@c'O -`@]<(h8 B@7Q0 F(Ch> F(` I@,O4IPeWO70Z Wdj/+)F%@֠/d/jz؎b KW,LKL BRX `Ft\ ɕ@+ kY^ HKr%%&Xd "z_b@aevN,@ٝ =0>/]%.zF影GTJ[q|Ry|x{Kw)@qg$JZl4,CDjML'AՒo܁.>F;*IMw5YWS6v`֊7F043S{0^j oX^,.BCAlGhME+UiJ8uwT}86fefiݎVPtekW7OYG?O@)By:/1' LHy- H6^. X%CȃN@ _9 ,2kV#wƬ>}hŸ0 ) fbGO ȇG"ksC4{v閑3?.V.<}  6ua_`m1!q=3I4,r#E.9dL1tɓ.KyM?7W{hQ S--MpWfԿϿk EOEH+U8 `|v0kc]0200kŃ@v{׊nj]w oYþf  [.O@Y>ZZH+vH/&Iuk֠tSPHȂy!0t-Cڮ7Y`v[F+q6{!L-M@bZ`E/@QZkjiBfV>}\vZ, >`gH222پ[0o>P".## i Zd!0~z//B_H%O, Q0Zd"k (µ-Ϩd*O!Ct~!kk׀ ī4[p F(` I@U(`Q0$@V`Q0 F4ZQ0 F(Ch> F(` I@U(`Q0$@V`Q0 FDTɓ'N຋ (%"|0A~A~ ~~ fw/~_ddy:>"5 "k&?;{ Hk1X<^g◼fYC,jn|(_~[}34ٹVskYx+]Ng!t ۹ j|0@0co@^rDps]9 W澷9xe(^ M KR Z4Kֆv.Y,Η-N?,$c BcFj}UO/\(bvP\s O2<G@/DHe~D Z];wB@ƓǏߨ "¨ @[ )pG@ BT0L!(ZA_\j - އGP "Dhځf"œHU'LYea,"Ka5hJ,dg^,ZbӸq:{\\!l`'1)(JHJq @.<#e%3fD6:HdZeQSWv< [`nOGH >'⨺p:Nw/;+@S1$@Ye weaEYx0YE4E`μY/7k `^LQL #qW[`"Bx`[e@/#D1$@Ф 2)pv ɡA! 0<0 GYe]dу6k)@=CA[Hp|"\)7L?!3W}`".)ߓ4U8 1#ͩq$s_77+!uw}pD<]pJ+m|J<7~ggߢﯭxoCa!/yE0(f~`TmO`@u-]h_O7o llOw|g0~пy2v}#-)ͼ$^CZO<ťM< F̆m[CB"w#`O M&pϐ;?K=+~z<7;X_M<b^A>5$EYxYE4Uwpf^@ ds~uCh ĤD<-GH)P ^G5c lx>P A2*4ʿ %>(ea 20o K_8,P#0_`C XCb|EYxPYE4E`μ$K 0 Dkoc/P<f.loڐ Rs)2I o4 #B_HjX\e.t/59Yk8ۖ\Vq1ڍшR+kڏŸ7s~mէ]Y@ {L$\&Rpf%D'o ι Q\N!Pp EE׉.L!AL\&;I(x>]ꍈI{ ZvU(C?&gdRW^o)e1Ad=_uzb&ֲ~e)B@ͪP"v@SŠbw'/yh0?Iy|P']1RDu^2x Z[p9xzgwrz?ECѝ&X= <`a ^+r  S /dm4jPm7! >x9@ e>}6b`/0>;Xs(<DtkQVMJ $c:,R /FhJAyBL*3Vl'ɴAҶ%o4m0 1HRLz?P{aYE4y;$2/A@7Q0 F(Ch> F(` I@Ё|-H/dh0df6Km-F,Vߵk֬RqrQYE-YHF  zAnZ`ܐa)UG_H!oԵkZjH\$Bd8ĿjBͿfAPHE qDav:)2;PEUK"k`h,KI@ ^8@]ZF<ᑁj_)XVɰ8@QnR_@ Ggh5$Kdw`3 FQ0 F(Ch> F(` I@ð fqP>y:27D/`  kY~2GVk4},CE222mɓ|Bj>WiEnU80?+uRh t/|lMJw58׳@jSԾh࠺d - ޵f^]68yW P,ϥj4ܪp7Wx \<8xԽro٠Xz 2]4`I9خ4pОct8nt/ PdAbfs6fVcQ[1 ]!!3]t{dm~\5F"XS Fd)% ӿ;! ?oAe24I!E oe2* 4 h F rΞn`f F(` I@U(`Q0$@V`Q0 F4ZQ0 F(Ch> F(` I@U(`Q0$@V`Q0 F4ZQ0 F(Ch> F(` I@'C"ٷ4>y'#綆O>]vMSKkܨ3XZFf\zF9i=rnhiEֈPO4U(`Q0 (4:> F(` I@U(`Q0$@V`Q0 F4ZQ0 F(Ch> F(` I@U(`Q0$@V`Q0 F4ZQ0 F(Ch> F(` I@U(`Q0$@V`Q0 F4U'ON81`Q0 @ @n͚D3 F(`0[+@(`Q0$@ @. Vyt,}Q0 F`?}.eU(`Q0k4h> F(`DO Eut3 F(``O@ h`Q0`]@rTA!p`Q0 F@uk񹺹 ETimj툏Q0 F((p JHJ #"GkQ0 F(ׯ]LKvhps `- A?/k֌V`Q0 5Τ  '-]|.Gb@CB\^RZP5tq---^>^^>> k&0)JDQ0 Fp4z(Cf`'57.@8Pv`b Q0 +()/)=h`h> F: X{ h `Z>>> 9`L@U(ClڶuQ0 F,*|](#h> F(` I@U(`Q0$@n*VӧOM2O<B:yĺ5kit(h> F+ȇv9<5#=}sX/]( Y|N| iC-Q0 +сQ0 h_=a60߳k7.3 {vkP4jk=m h &r.&p?lfaN.'`Q0 + 2;q2 F;eddZ?k׈I@׮Y 3үk.jmjFぺ5=d(2<;Pͤ 4F( ht.|ZfFGDyyoï䉓*ZM׮k_` h׭Yoh}h) $X Pٓ +5m2xx4a#G7Q0@1` LRWXz5~@5@@ƵW {k "uq,J# u*fjlup?~ W t \(`P"l޵ԉ/R2ҮnnB'@g.n@F%A!.Dlvj0'4铧KɰiD$fm1v(isk׬+ ,zjey׮],!-_0o>Ph'Ov&Q`Z&QQ`bdآK!` ^8nmjFVXBҹ~|I@7D`д C r1(7\Ԭϡhv`"9g ҙ@t޸ ,516"lCQ@;LOO8_Omݚ!! MXǜ"!Ya mQ0D@1744nҥ{vaggǔE+h 4.PXv %ٕyf䉓陙bdt(& 2&O+Y } @Oiy9$ke`Vv`'/]v`fi]ukׁR֬5}LHvv聺 S)PP3YT{.`Nf ``69uOe`4ZG(T ]&XzuYq|=Ǐ# hdY켹sj$P1d.  |<0WY ( bD%DD F5?|7T$:f4vF( 'f' 9؜3[SW  #R>PHOwqs%iikj -pR1FjFM7Lf1#;fK= F0D\8$54`U)Jځ"2;kqx-{ukΥBS3 F(` c@V+V5' dG Ж׮:PR:qkG'F(`@Vᐎ2j`՛3C^?G_f-d9..5Vd lnAhQ0 F( Y3R2 JHJ>b%($X=KqZM--L7.Q0 F( _`9sݻvlQQׯ_/7oeII@[<ξg׮7@hii+kP^`y`WXy[y@c}|}f FIY Y'sϮ@$x]ZFh)Σ`Q0 FPR'N|I~p$`C!% 'ՠ&L r8K4k1k}pe)Hd4Q0 F(r ȩi U2ጂQ0 F( q [g{Q0 F( hUᐵrϑ`Q0 FРH`Q0 F1 F`Q0 F( $ ^IENDB`PK?QPsDD1OEBPS/httpatomoreillycomsourcemspimages469941.pngPNG  IHDRX6h| pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVq8PqKchiPWxxz( FF[ lbn#U`Ă``: &uzj4@V ֮Ycfa̴KJGi 90޼׮( hE8ԉnn@dٵ2&Mdٓ'NhpYd4-VF.Li$RuA*$eC$aPȆ'KڵkF( ht̀x1O`]4'?}]f 9 1':"X+Z`$v-]( >*r@565$Fcm5pH0? L1@21) eO8 Lf=!! dZZ"P0dKV,&lh\80/5.]3 ],3``ջv͝Kbhkm d.|qǏ! ̇/@9a+0ɨ v*2@5ȉ($"6 \5@[MnѸ`4:4:`n"` mXR !}JxY…/فn Q=0`2 24jr@[Eh(4Z g`9,A h|~5:LŹ& k2xF2?ڣ F+֬dl|N8P@zo4m`AM F TEvӶ$0޵V_v=($x4 Fd嗖 S]vb 7' Yg -&ufdA@=-`\eL@65FuOO]g z!K` 򉬉O8 ;w nfN FF3&ȩ` -ki !9*R]= !UDъpQ0 F !) ط\U #"O8Q]W D޵KCK>ъpQ0 F X +6ȂO̺~L+xi R@z%ğC<ъp]ޣ0 "@[7 9Fg| !oEւRiKH2:|:|%0Hzє 9 3N|2%4zm:$> F`+!W̏zԉ#A|| r#D*!) X?45'$%5 L A[5ԋg(˄l  4 h!4l M`if(3l@}54:4: Ĥ$1 a2 P-CV0 prfN'-@#r40h G> r=&-#lyybA(r44FmF"r9'N!ǔ 3. @ZF<>>a: rwhP#h0IH&Ѯnx 2& ji6HUr(ghV0cւx򃅅EPH0fr]yʀQ0 h zT>Q0 (@ XvG㙐Jtt(;z FZ@}BZFft(f5IwtT T9(4z1(`08k FG(`h@(` h"`Q0@ Ҋ0:"n'TiqI&PX@P8(hy$'Mjjim2ܜOuk-+( صk@ sIEA!!222ɓukDvLpH` ݻv]v kę[X` } k%$%Q=S>}Z0oֈKLJl Ik ΌZm JHA`q*5}LJOtD$< `Z馤)/)*uE#'$]3^b9%HfZ:VG]0 pWOI<V S&X`aU dW@4V0(0ŁId'`< Lf* `ALa6ǚj)i&`J02D> 9V?H% JMˇFE#N\m9'h@;C* &qG?c @0UA@ `oQhɚxf4 Ǔ{wF+f/6[Eo UbM"AԈ]$BfAy I>5U2fQ~ZQ^|\HPFir.sCC t2P= /=,** L5@)-#cAu`8S0⴨ QQ__ 5%$``lhhHuW'``2E&0%`v4HK /6vvZ$`Sark)8o@ #F(` 90 X hZ`tEE@t}kQ0 F(f'XO TBG{Q0 8yhE4z1(` h"`Q0@V &MX^Rtr0'ij( F+̛5"KiݻvC?H9ntttPwtO5䉓^ݥCSG4jt'!l-4HA;'= 7Ad+,'Oj(pLfuFz>\M]mKS3,,% s<`OQuh""X'E֮Y[SÀSˁyœT+ 9yXK) Y|2+HޓT4 ۶( ֬E>m= 0H\1r[)x"r `|=v7/kQQ@ CH XKk!1'Cȵ(s/vM0{ϻ1v[&($އ&B6yyÕ a/Lk׬+@7GPGьk>R֦f`E6'%7|4ݎ`̺VEKS+yF=wm h"2@' Q0Ԓ((` h"`Q0@V`Q0 F4ъpQ0 F4ZQ0 F( F+Q0 F(#hE8 F(`DG(`h@(` h"`Q0@V`Q0 F4ъpQ0 F4ZQ0 F( F+Q0  ׮M0'OZGs Qp C 4z (2`ݚ5O<@Ix.Aux-,2]֭YKm [fm[qvYI)|udtD5`ϟ>s F{`hR`-WD^.`y'Ma+!` ա`-DUi, Fw ]pĉ!!(Hpnnhj-׮C^E=89w" L$d&SS zml[;{! II@D{' 5u)v4=ڕq z@x@ XUKLJ>`" ,€Mp?/ob`8ݻvcV$u Opw"!M."M۳kf23 /K5dtHb졥@1 `hC XBLW2SvMsA+BX3%k'*CѾ( ,Hb X2dY %^]WK^ؐy8VcQ0B RY3jݚ@gJq b RZ_fR`G >qI||xR<㺐e( Sb@[5 l;3-;T ؃wD u(-,Fؽk70\X=0@֋CHt6 Y ۄxZxttQ(VY: Ą'l;bi,Ű;_eO[:XiEFLjFZ }6HV*`Lu.d/3x22vDHg89Oɚ#S pV 6]it^+dqv-Mh` ],0x5x'sa I 2h ad#o9+xtŀ K Tl>0 BD24 ($nx ^=!q @ Hk!*ViltlZ y`<5~4F=P7M? l:eeׯ+ON5sT}-:xHYYz`L9BYY4^Z^O: 4_IY71X`2^t4I"D 4 ʀ_?McgH&u;{;CCCH v#P%#3TG:{陙[0 FXA.dd`&,ydb?A$`{X[ xШ+cָ@*B3{ٵ ؤ2:": F(D'E3KW2,`0-P`Q@FY:ٚ@GeQ0 F(! F#`Q0@V`Q0 F4ъpQ0 F4ZQ0 F( F+Q0 F(#hE8 F(`DG(`h@(` h"`Q0@V`Q0 F4ъpQ0 F4ZQ0 F( F+Q0B' 7R\v h` !@(q`ݚ5iNS O+-PXáu(ChE8 FpusVZ<* +̴t`s4G(Z F+Q0VWO7./)Υ+3g ^ˎQ0 h h"#+-`n5~^Ԫ Um[CBN8 I+TGQ0H@V`$`- kj;H[e!u! BLؽkWu]- `GnL(Q0@PH0ƒYӧf "wy;xMT 44!\8/x̴tX+rt1?}L}`Ge2d~ށ#tVp6P 2x#`G(ZZ GG( (` h"`Q0@V`Q0 F4 :FGD(`A dpɓ'N:>yv͚`ң [g[X[2 H*G?60_Y^(:>Qvq-@rԖAe mQ[F( (` h"`Q0@V`Q0 F4ъpQ0 F4ZQ0 F( F+Q0 F(#hE8 F(`DG(`h@(` h"`Q0@V`Q0 F4ъpQ0 F4ZQ0 F( F+Q0 F(#hE8 F(`DG(`h@(` h"`Q0@V`Q0 F4ъpQ0 F4ZQ0 F( F+Q0 F(#h ]ӧ׮AO<'Op4n50 `c\c-``LI&L0΃4+B[CB:{e>V[\ܦϚI-[~y 8~Zb9lT-́#eKtD$Z-E [KJ׮Y)6Pe tZ65ϟ7/pv FF0ATPH0-Vt%>)$\n_pLTB 1`-ZphE8B XpPqW!W5LX⪆* ڂ-XZI$PR:NJW-``4ZmnW!E kGݺW7\5+-:7qޢn{-)ꍭQ0 a\T]lIvLZt;b f\"04924ZyVHѢsi,fnhѹ4LciԹAF6n7-Lchc(h F+! )5 )قՠExقJ 1dLWѨdF@V )un )[un0+`u;+ unѴk: wiW#'qQ@7@pBvB%]unkYZwn NdMfhE8:4SRAt%:|Zw;b $ibI}4`?a0Һ~h8a >y"=Z0w Q0,000 Q@S@%=`XH#oQ@k@׮Ydt(`222>~}6-i飫fF0&L )|6;{_9/é4a"}n} F#RR:fI|||dq=v޵ F Q@@0 ׮Y3z(=l`抵# S'NH-/)VݔQ0 % =B` FhLFGD;y ւKV,Q0,@aG(Hk+f`>1 Fv 2GkQ0 1(@yI"Q0 7 'O [F(`PKE8޼=vkii}?uk׀܂|>>t+[0o'O54:ĉn IIQ0 F(CJEfZv{^`YIiBR"uÀYQ0 F(dBTJEFFf>۴MI+o?/oi+/,Q0 F(X5:yD` ĪX`ky@a=Xs@Yk֦Ѹ`Q;I&.>yb(~4o9671) "v͚`uOHJ*{ ;X텟qY`c $q hPKi >ᣩ5*tVhK;0]6gH ރDO8ر&'亾'\F  v  -YaXS(`hbW$Dj#bAuj@)x )2*BԀLQOdu8 \øn+UlU]^A0ШDOc`X@L* 2QGkAKNmm`9 ڍkod 2)xftf`Sٗ,  xR;P h)0MZ]n;DVZ1 ΀)1pQ@ ĪQH Kx9e`X̭[h+QBHzHBg5PPEAq҄ 4:BVBA_/o0u[$PrAvn4fM: H 7Ӈ rŤ j 22 jhRl@!hrX;^&90{ou> -?t_m'L& GutSy5b`@:qrƁI>Btr JLJV8r|V.d\ e n>k&n޶4} _с.9w"PrjAa5p4Q@6 DEk5K `# KY<ʀ]X gkh`ߴ \VO›pxF@`kӶ@>P9 @sJ25?|d3<ܼH]Hy` l&$%`qlk`9 Ҿ6uDD M l  2=H { cSC@.P㽻w6QQׯ_ٵ WkvݚChq Cz:_T4 tr*._ 茟?w[c ?k/?%eew2w3OLa5p4Q@ 7@Z㓣 chc̟7XA,iבjDQANZG^qCphډ'>^݀ց\ Bh!;֬A>i`[X l%wX `h*Q0 F8Tw Q0 hQ0 F( F+Q0 .u``22tjxQ h"`Q0@Q0 F( F+Q0 F(#hE8 F(`Dhi2$OIENDB`PK?8jj5OEBPS/httpatomoreillycomsourcemspimages469943.png.jpgJFIFC     C  )" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Zx??%fu2O\J믖.O<`߳Y_dVZZQ[Vsq5o~(~ɿeo ; zΛmN=6KMco*)d8()~8k,|Sq|9:'#>+Єw}ɓj̶mo-z;@|n,#H2?yWrWg?Ǐf[~L:Y;ukgA4^\s|~uAtK6wƟ׃+7oZ?]x␞?KeK4Ʒ#Is1OM?Qk/Go^<ԯ}m#Mo? |'[*~>Ꮛ|wkmmtdɾӮ.1k9: ?O)|~ rçZ3x,e4tQ\=kZÍ{Ya}_V=ܺqu{z '| |m_ړoLS|Q-KĐJM5~,tVF.kc[[Ok;#x{?fx|Sm[^1 <=[߱'>% gѮ%~!jZ;kC̸.$N@_Q\7O?xakiz8eW\,mLWs@9u~Ӷ_{awuMN>M_MO /YjW~$ya-Dj?# sz1 }/N..\~K? ~пN/ٗ=K:֐Դ^O(ҿh>(juK'R|SۘaodDK4WSyG|HgG'mQk,>>o+u&+8<Gio(Ok^"FekڜZ_l#żLsuq"}(T|xƯ"_ I?hgYI s \wGEI'G g1|w<}xoJۻSRmuxmNBڷBm/#Ι֛}CYukc|Ks8 Ma_h_/?r|CnkkGWPgM}E|ͦCh0*o !6 \ŠWhEa$%]jIw2 M%.L_g $Ci_-;?k /²x7 6Vnn"-̲żldg%/*]B\oMuu%óu,iOz{?f/>4l;yyK[jwbKG3WؔQEW~GWOm:]Xko3nb3iߋi.wP&X7[[r︸Ex1P>/i xv~_^tZoKep7k6ᶎot2[[ʃOFIog ۲~٥ܛ+z(o,N>7˴  xƓtdߟ(G|GW֟ v㶋uh~9sog^ko?IUb~L?;~_9EPX_O[ou@_S*WNo1/"i(WEPT?:}Q^{1eq^@Q@~Տ*_?ڬ:C]ZɶK!#D}xW[cg߃^0Դ6fz|'Zq Y(`H6OQYը(_nuۺc=(ChZxsJcs xXlXyfosyfוSP|-|K,GwM6O⯅u W2dYé^j1[ےOk[ ?]~EP#G'k6_~&|Gu ۱垳u[e?Կ KY_buxgokڵיlEqy!ҲoE?z~? /4Q@|fBc__T׀x߳_~%v=(PK?ѽ5OEBPS/httpatomoreillycomsourcemspimages469945.png.jpgJFIFC     C  +" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?JfڢO U?KX]j^Ѵhz\pdwVK>tc|d YLxú֟'Ӣ|7mcDy&O]DZ3yּ,hX,9Ꮑ>K u{%ui?o?fZ>π|+~6l0-υ<1-Η=#I-O=1~\Y.kc.^Is{,q{/IgE|E|_xUӾ _H/4erfrN815GƝ?0~^4i3Czf-9wjacA5GƯ?ŽGֻk6[ R__p[̏_]៏>M~ ~)xQMOT! K=I }TQO ?cO |n| ;WVRiRŧ}hjd$Q"ZˈmWo6_zMKo*7 1( {tʀ CZ6ᯅC"R^,ZO&Jjo Oj;uA࿈Y/\c^XSS'޾>yQs@}?GǯݧK⌞wik]fqkqw椞WL-G⟉g_jZxWAuƻK}C"S[_3j2Κ߄0S(̇:8|>!u'O ~|%o4&e7Ec.A+y;Tk0hZ5浨 %+{i$b1O€> -p~n >=g(j5oiW7OZ|ѲOK/]Ix!1!F3,5!T7Q=_jx^?87y|ܞh;.ே~-+i!kuQ]k\?ۚeصϷ5hG~Ӛ+7z[JSoqxk]<+e|xSZ x7E/kqXk_c̼Ӣ2̎?}J??cZd Ş2e̶:叅5=OL}C1I'qy756mg|aNvL=9e >|%/hӄbp K|Z- !㯇ۤ|!,tVR/WFoywSd_ ~+?6=bK3Mk堼Ӭ/#ڹ߂?xe>|@۶uk}oi`紺HdG>(| >ߌ7ZKmwsCÖj8̖X|oqZ[ЬaŨ[Es=է@Q@KE홠5jZh6vjז?}@Q@?Gm[67-cM\zwt+kc_]\]KvЙ1d51~^n|UfWKza}m[Z ͌'"ݗ(u/߂:ĿKfAе;++}7N +=ԩ^c}~Gk_ χ|9hA. (-Rdy$goI#|{Q@W 7~w}CZ4O ơ 2t2oqG}._-*S?Eǃ/xPjvv{=Ս.L7v6ӡ؊O&o'aHjT|{8ΗxĞ /䱷$%V乎=0'ڊ(M-s'>n~\",mkixҾ8~?㟅 \ΥgY}Hr y2U}ֿ)+vckk . x*ccVQE|eoQ7 xLGKi6D%LI;6ǿ ďZ/|OO+}lvzQE|qŮ4.ŋNRG? S[Ϳ(E.p=ŸxsWumH|;x+/旨i?6;b=j(8,%#[ xf6}3G#TAkUZidH]$X扖XdGH]Xdh?(<2_w "ⶩ" _+j h?ɭ< YCWR]_"6{| (>7m/ Y#+KH bdBi0-SGMΡ5]]mkm 4}R)kW icR>!մ:^ JvY%y, oKe yd> 2 6t Zkoo3]\\;q3,ɠO(?PuYB <捻ÿ< / %Aҿd~HXlOdqO5:]k' Fu>L =._$EۿnQEPK?!|/|/1OEBPS/httpatomoreillycomsourcemspimages469947.pngPNG  IHDRB pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVi5%M:b[~i/ jj_]vRNoy_wGIKj,0,Mm>i Pc<9o({!#zcq A1g46{v$irhxzE?~ 9@xHrpcʶnLao^8 RQM֢˗.Z FtT`ޱ9h| ɟN@A m1@1L(wРZ`h& E]߼~ h!Р XF` 6K׭Ysu>>>iϟ>m@V MdYB0iju Af,@Z`HV'jf̴֦t roK/)_ ;́ ֬l/@.^#=}8 4s=@hh`HeD[tGE @C gn`28$r01 uI -ͼ|8YQ Y jDn/00yڵQ@5NF: FG`N̆4`\9IY1&so@Brڠ9 gB'@ 70l5@Z`H&!xT0?TG>bc >) `.@fQ0Xdw9-F.2`o`\ƵѬ5  tւa\:t\]~^ 2$?s,0N@fQ0dh!3-3wS?4a"/g'@O޵KZ`pu6m lEGDN02*fdG"lNِS ZۨZ@qFׯ]ǜ}GiiBN#g fB_g2 FGG6agOwZH"`~+ȇw l`RJLJA] xN0LA[iifBR"@@fQ022Y |>iÚW,0Wb5m jZ``-w ȴ2@FN]it#@Z``vႨ=04ZkZ=NH4j-Uk@ح] -Yrz]kP4j̴t`rus+/)⶜!Z!w75 hXe-t!`60-b&$X aB@*kIO3͎_w&F#aׂL= IyHwdrI`-# pk{jx&4 ,e&M8B'amR`ŵtr`2v<%KkS+UhXe-`v2ﺁ f- pZ-Mhs_!#3F ^JLJڳk7f"'@k҄)Ϛ dttr% `f0wPW Z*`Ν itEpqۀ=̴tuBV$ MW77`}{.v/~`@v1T4TG!xDݤ:<`&aҨkw̲f@1 VPTxpUʀ |<w) )F~`A뗡 =x!AڍgvKj͟XpΠ43b**!6!!~ _J<:e+|lǣB7@Haps$WPpu`-k Y 65=OfAHG9r = zd-iVha F& F(44.Cԃ! II5v]%.]R 4y@X4R28tĉ惯M )k]bҨhf-`d_vmg=vS'0U qI&@eHf(EȜ2x??,;ph  V]Tm r5kn^pqs}}4ɄDvFj& `erjiHp]jbm=T]F̱@3]8pp^n.p ywWOh_Z iւwBiJK76],&r  XhfݐI= {@cHKK HQΞf__/o۴a۶ \G ?8Bx5p8 {`% mA]z 94 iMFrV36Nk灎NM]::(M;`8;m /8"FW͓h0f-`*&x8y\7Y yEyl@ xdZ h,$!&|%y ^flT z `dUf\ B`NJuLL. O7'( &!+$0e!ܑާOO]is B>0 4 4kxu* -(phpe-`\UR L4@A>>2`aNv z$6 4T7_eI 8&yH av3}@ լwg޵ >nAxYZ>Z/ 0  yY 2\e lU%W y:!CY`A 6`3Q> Al-/`häztt@4?=7*<~(, <~ %xC[ @_c\ȂĄ3R뺆~z.@ sv7-2uCt1r:@ 4z6(44F( Ѭ5 FM@fQ0 hh4kQ@@YkZ`h& F(44{.z!i@`3yD` $&%ӽWI]@ 6#?5XH ype-<LE/@~L!wA &G>q \DLqW;2q@0"'@FCjï!%`@.d 7C6r&HKfH|!ـ`#h5+@7@E6 UOTGs':|P|8h Xl U90'ZP~'$6s24B"nx@,+h)%&Ya/ff2B1  !7HY9*q sP@]!ϻd`78k]^` = @Ab.+J*o>X XA}Y _3"WFyYH@8z]CBM5H Dp`$4@ZvA-V 5?\IqB# _B tXH(P8&^A\±'/ii=h+B ?q F^HڙcZ5P>3/qkQzcXJ Xr2 TcԏVCR'aDg$R_.rAb?W[Xm#Ok t Ou c睻t rG "pd-$!kmA-01xsY2rOi_ Ȱ 0 _ N򥕐+!WBYpx0oXoijFoAOF!%Zls/H ZD\l(BV*ca; @f-`:-xƀ35RQmB.p4 & F(4D!d%hXYk[F(9 hjjG.uk֮] }%8$*`2y!^/\GH4:1 FM@fQ0 hh4kQ@@YkZ`h& F(44F( Ѭ5 FM@fQ0 hh4kQ@@YkZ`4ׯ]ܮ>zh֢>fRQNa=2@f-TYpCh֢>zZׯ]=sdkQ@n\fmgO7vQ0@Z4F`nA>ӕ>#h֢IWIIO(i F'4C{dZׯ]O81:52@cPTBn G1F&ѬE%3z4 & F(44F( Ѭ5 FM@c ֳ?}]@eF/Y FڵkMͤZf ! h4k N8{׮|"g擤q E@\8Z>}r29Lk|j4x7 Y o@L X OHnڶutNyxbnhh! cݚ D\ yΟ0yh o@`4a"}`y.6x$ $'Oyxm[GCl$ž] 0)hii Nb]ϚWO<vF{#fڵkTl08N0a td?|BRRPH00-=`XSXTՎ櫑?HMTpը (+.tހ tUȂkVVWt( Y ,0\v]m&\4Ǵp'$#O@DFO&P`6{ks 9q8\VG3V fĴ!?O)ڳkLnA>|(`ySuى茧!h!>ǯCG$[6 m3xHr@@~Jxh8 T܊p b/|0EVwVYu[] Zki[,OVm7oxx1@]jpz(kMDZ&;z*HZ#)!m*Y 7-+`g7!x0KwV+Y@rE`vtHOằLK3+@ ր0KIrd@eta(T ;ߐ4f!PR7PCt 4X k?BYzh5dtQ0 rB*R2@!K$A n5s%)trh9"h ݛCu%MF З |ׯ]vcd1t`RNHJ*:Hʁ!`RfBiiҺ5k #V1zHI@ \`044iD8Б II~^@GFɀ@(TL8`ȭj铧j K@vl( f*hWg W@G( cgF( Ѭ5 FM@Dn `IENDB`PK?>XX1OEBPS/httpatomoreillycomsourcemspimages469949.pngPNG  IHDR(?Z pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV0ؽkGfBZv_CBY:4P!  8ڜy0M ΀Ǒ44(Gd3O@\;|*3QdeIJ.vͤ aA|gy4FAnZ`4=O<{4Fl@\:qRzIAɖ`c dQtD$ ֦f ؗ2@:rUTB1<@PR ,2XN|5 :S6HmS9zyؠMT@=dr\K{F@Y 'DH$yb@d'?)HS">)΃:-, B@pHH^A>5B&*09I`'Y4j9a#9PUպDz@tb&H (b@ d w`pCĤ&}`k<ؐO~@SZ@٥ +(] V? uH Q@L#X S2FFZf=Ht\Fl@Y: eVbJ-j-@ ܂|/̛7P pqsd=`H}Ĭ,MTda@ā;rRZFfyڈNR 4㳃@G5 H:R uA3@q`o4 p;E<,7> /IM 2&9IO<%u= ~Fj̛VbB"IGs V0Z fTR9SrV:^ַNр6<7 !,MDɺ੦NV2u+Px@]A 6\|C.Ϡ> D]7'|6?mBtAb gQC`3gm*p-sqpUCB44?cIOxx ; k׬E~1*VH9;6 `X}0j/%[z~<*]Jq?~|q G PAFjZTx~5hXQVfYqDm d RՏՀbV{~v r }]4 k53-҂X8o>̤edx{.v26GÊ$`C Ė8M͐T} `@}V!'~Fޙ +Nd@n2++izUD(Ll#r\@ ӊ $u cGÊ$,fZ]hVxzKq\PMd rFj*@QkRݱ4E;= j`NUbZF2]]XaE|X5khǺ5k͑&*JSDL䙹^ aE@L5h U8g8q!3 s^a5 H-07bN"}|`@É?‚yhAZaE;@,TI=X 6 mCYĉ-ț R(\0o>d/$M5ɇ\ O"@A` A6[MpgCr rR=NѰ";F$Fih Yd_=) @cr_B.88:"F۫Ə5 KѰ) QT =@̢Ž98ޣ#_hTWhi|IR#?\@8,2vkW! {zbe+ꥈO&PB%YԞ 7|^ASW";IMڜ|=uSb5=VE)2r-XɲDg"o~C/rfׇEA%'ɖ H3W.wS;moux.~e]QH{5יII+C۩׷{﫹`8Dq[7"^i݊ZsiIqbHUQIV|ծS `;B<1$jћg!\b;2ƍܐ)9R`H^ư?VDi҉҄w\\qhA>*&(xxOLJM7GWM "dx fx-`Y=Vć( \%-iSnhA!$dɁ;A@{u]-eMaxZ2 DN95Gb$$i dZ3Vt4G{qғ^*0p] ߘȼ|xj"$[}J\a ,yf6FÊa5 /1ɐLIH\jCJ#V~6p40W_޵p[Zal_8ӧ@)-pmo^鳒2B# ˗."8͜>F'Bҷ45.#3g-nDEEѰp2H7&ݻ@D :r-֐!гu5is&N_>aE^X00SI1c$Mu`"A Sɓ.,O .ڂK͛!5_k$9`Ff`mp? i PXs횵p?ՀYmΥdYP/1_'kWX2xfb)vVe%XX +j2RӈYn\t}')mP11OOǚhayhX  *TFIX lQ2^"~`mÊF 2jO9.!ڄxI`p{Y2Vć( @~>y^ II{vI @ ?}$?<|ڵϟ>k5Nb4( Q@yL9iD,kI +Zפ5$FhXQ0 +AQQ0 F(9 F`Q0 F=@V<`Q0 hW<&LPQPį`HJb@WP"AtD$_)j44`Q@W@(`xF(`h3 F( F+Q0 F(t4ZQ0 F(+ъgQ0 F]@V<`Q0 h`Q@W@(`xF(`h3 F( F+Q0 F(t4ZQ0 F(+ aȝ@RSKk` Q0'O>yLQ7A@çǓ,F]KJQ;GjЭ$mmj@Q0V@äܡi>[޵k4(Xf&$Q3=&a0xed)$_lˏ&ѰtKQ֬@.3=&a0㑑v] G-Fj :q\\Ϛ9 aE16̛D{4F=APH03iёѰ"0xR`C~LcѰt$gn`Z!H`4&50ghXukֺ2ǑF1 IţSɓ'A!!I|4F}&dQ>gna1&a0Y\l1 ѰIIk׬(`a:`44|N.]<V`@hy4H4zV(`xF(`h3 F( F+Q0 F(t48 ʐ5 k FHX2RԧO9-EIȌUaEx&MHk;}̑Pٵ{yjmjF掐Āuk"#K۶Z0o>q8aCȹ^ׯ]ՂcdĤ$RRVFlXB^G ;FZXڥǏueAkV0I`AIYye%ӧf&*aϥ+^`< 0;ğ?}'2ESaE8$b""-\0 bml̛;e%@kVTHXVl C?@GTXu7kW,Cq ,OGl1ѰMQDp'S ѰB4T+ LrW3B 1jF(ȴ ?T3Vīf ޼~ȧO_` _?OOLV= H"32-\0' aghh55׍i0b&dNbΝR$ Q@-:'L5V vG{kC]Ǐ#Ua5  ZlS53Da PzyȄWF +Q2l44Tx-HOwY3G-LKGvFŀn5 }`Ą|ld@1 `t'A.0V*^tn`4jó偍hX׮EGDO<   ѰhT< @!1znhXzk֔jji1 O͓gHQ@65ޣ1VS3i2CÀ`jQ0;5D׋FM@<@FF&($d4Fx ڕ}+d1Zi7Bw~ډ'>7P4O`Q0B$_/uk뛼W7'O8f%2`Q0y&Otr  V?~^tv @ '0uO<M` H}wjmj>k&R:>>'\=$: LrAro^A4ϼ4ayK$NP4@,9ss2@vIK hUMDb;0[̛OI@=ii4Y<nHD:Z&G`` сfȄ$o F+_mϚyIE\>n9[HT &QdY xfa#h`K tȀL2p&b.NAQ (- `4`VO3](D-M[η!viiiec`2> m!q"0DzRxbX!T ~+$|dyU|HHjw vvmE`,PX A6An7E*PQP4Ӈ(}p.$Rd824 Jy-GO##2F12BX L0X[9@/+'0A;:dM {gp CA$ݬ(T  DA*q((ovrrjRyfsTY![s9 Zİ^iy>`$ dNJaKd9#Vko=9ڐ*uSDrmֵe(>J hYȻDA>$: &1A`p vy5"l mcBF4P[sg^ӈbyyey5RTvo# r_>z ٞ0axdv'.Ї<G(a b}NˉB21e!8Ilq)DŹ~$ޘkȫWd.uO@x /z("NF9%ªd?&9Z&e+=;WER*<ܾ^4rѨogbnhW /GuEhk/`8B)<x>L@9D kKz ޲D|fQlܟX`nנ4y jE24Ag pmv5@Dԅ#hji5psO'L5Xw]`30B`Qy5LipÁ H{Pݖ'GV';{B(4 `%WȺ8w3x4r{R0@ p<ґ>|xfY $Z  v{ܠX iS@Я+Mǁk;OVV@e{YIi hdrWtBY`Ka -S|IYR8~brXV.?G  %R  Z0q%HbO0_Y^N?Մ?ů]J-?h:Ш&Q>^Q #e%@ϛ;lKc$m֬^+w` =`8c ǏMZR\)4 -;64 H` ?0467M*m`=l ج 4|,'L^ nCƲtRb#dhy A8@0_ޡgnnp ZU޵ RBF7 9. P %H~A. qBR"|6iXTD6Bj,.P%$CwWMS6j>To<@Nq&#iϹ-9s,0 `8p0b 9fx! щmj@">a(*)r!4)$鏼{6fLGe^|#ohz=a,HdWE p(87cӧXs -B2@ ᫯x B̅ " JV6lfQ0 4B'M? ,I5ъgj`u ɾro هҏQ0h@Q@5$Z CqjyF#h3 F] _Yz\!u 96Q0@V<`P @sfNܨ :"ҧ\wv5 HI&o`xF( x5Ntql䓌-,/Ir!Wɥ+h5h$\r: 3}@(TUDV?`L0Oy@60}]( (H4m3 ݻv:q׺5Hd6h#`Ht^@>ſ|tu|X;=%X$A7uᴾ R wق|_0}[HY:n⃥v?V uc ل_}!QЀ޵e@5|wus+؍kZmHԁiEx>}ȡ^JM-2CYM@҅0*3JkT a;s@ XCL %p)^oxf u)pFyUFZ:i@]u횵Ce!h1WI ܇Yah!o k֔Vٵ  IxΞn-M@960!QˁP1АQ`ݚ5'O)&PN ӵ|d[ II7"@W.m޶Uzt(B'MM5X?!]བ]ukBV(l>zzG Z <ЧEj |<Vf`ht@aك 2C+8{` ~"D^ʁ8_(vQyq 6>xHzM+:# /uP E͔Lb޴.{!`aח/g9"Qz!6$0eo]l+ /$ݩjHȧH/&fK, =m8$~GO"ہ>+9w)Q۝n\M>9h^U8R ,ɮ~V:k>Ĝ;uHfLO IIx M'`;1ļ(~:|2`k׮gJB222E#󁊟 pW'Sŗ %`pAv"^ 9 Go h}O_}, }m\ 3H}0! Fg:rv=!` L0hw@1J' A-&)R 8?Q@.0v&Y!r+0!e1|k=doAAɄ$0 (!)=Hk^vv$QP>B^"E!] i9! /; -09BVr!0%P#]ß/84*0>0C> h< 5(ZS D#h1π) <CnJݼm+}d 1`@@&ȅ5wH?R2ʁ6 t90o]wxQ~tkM ?,$DH-Л?} Y| G*M.>мSC9WzeFp_@K5S\ qG@A =`o5X U{!;hi1t6!wMSAFNc \p,5hGݓ q7oltg>`$iT}@r2( pgS•ŀtR}E@L;d7r0i v.xk3@ $U(ty Ig 4ڭVF̾*d Rk9t!h;0 6`iACB4S.?oޤ  )҅0'}k&{yI'OuO=C 'HM0xWsry :Wx-Ai@=0a"d d(q1dXˑ!Z m.YpFv0TA .n0 O$`.aT@h>S`>p1H. ? !$ħh cݔ[ lGSBb *N= 1zVۼsD>u4hw2(R6@W_:`sHOJ|2`hQ@'OS`@Vg:P:{ FZFz@'NOiw{/F Q0 FV@s<`p`D R!!-`+bo;d"_ 4$i4G(p@(tY>LP%R`' [0k S'Nu`pxF*#qHɓ֦fI 'ضӏQ0 h3 d=mk]U02ҁd.HGJ,tqΛ?yĄUs` @(0cי4a zХvA!x :>0Q0  ъgЯ9|6A\@ىs: |VhQ0x@.ZZ^ ;|Ҿ'O!'C$&%eׁ.Q $utKV u&Ȅ7@e|htwjQ0 F~@(7Vx+jϨźPn0`Pj;OG(l F{<`xݸv]SKs4(F(l F+~k mP݊'N@n Lϫ;1سk706Q6Q0r)Γ'O/"lgQhC BT\6iDݻv-7F+cنf<о$` tfQ@hŃVHR `_r]9 Կp S9r'0SQ26S Fh/ZV WP$=ZRud4gAhLAKTX׎2o10MW<" ̃p43( h [@|iW7󀃍-( wf?~t:dQ@hŃ n |5 F0|||lhna{.{ L= x'G׀ң5=sؒ"`"!) h`FZ:\ ò6zZ:NHHႥQ0H wkpDdNbhO F+"Ig&GH*&YiO` F!>_A^A0CFͭl8ǟ?}Z8o> ^ , ׮YvtqiV`fwIdY`$iZ~ c-Њ@.u*3DXVn @NyNLCZ[&x0`Xv%B+d6`KROql,@6$ e/2+S7CrP %+GA@=|HZ'M\{>fzCLKl"6o ϔ_ó:`4a6Q0b#턤Dە֑2Mj4ZH%>~PH0L"[sX;4$=Z񌂑 -,poy ugt3 @/d|†oF@ ᱸ+>'uᾃ~y4d -! ZZZO`jG)ъ:[! qd^ސ !9.A7ڕ4g҄ ?} ! d?-]]:2Or+GSވ u nS L{{.ѡ62`NHwݽkdG\egO7@LH ҉ @C0/KG(r0W>y kL T 4ݡ5ъ]0& Jjw\<o,]k@@Cm`Q0 h`Q@W@(`hQ@pĉ7  :U<y#!{pk1'M 7. $ ($x$7ȑՐ>O]&8$DD4$~H(&Mx U`ݚ5Z ׯ] Ah=u`g4LF([[f'0r5FdPv GxF( 9u$0N5s4@ `|  Q0 BI&rB@_^R ,]!S>`:`v۳k7̀M͐Q0x@V<œ< V<` [͕<6`xh>y a?y$($d4LF(҄l`ux-,FdP]\@+\`$&%]Ah!]B= F@1A htmQ0 F]@xF(`I\+F Rgh`ص65Ts}l |OM]hQ0 FZZKW,(FgQ0 U8 ;#ש&WWP0`#"eKR?9@nA  9 V3kX:`uOxxRQݻvmpHhi@_#p`׬hR۶ [#GG<+v>yy=}RQ@17wBKcZ2RӀZv9z`Pyx->^@-׮^ 4 ϛG]7 F%VSK f'$PJ(@CmM۶? }Q0 F3>>>`?tle:4717UΊr2ҟ?}7HNۀ{)ad4QgtD'OO``Ӎ'9S?Xu u(V@,X вR Dxv`" ?1)i` w 0`NL^A 'Mkth3 F ,9o`9zSgW)@/.všի1N?>磀:%qsTx`4:S1 *+.ZǏ>^zXW .`l@10$-z62RVA D@Zf 4Q0 F\i(b\>dۀ ( Ls$%P2RVpjQ0  { f[p<Q@(˩Oϟ r5k|U#"B!ۉ3ҁO<)/)4ak*{ԈE{v6ȹC@K!Ad@V 1g.ILJ~dj' t(46`i=:Cj9> ~@%.@j&6lGMZ2k9`ʐ I&`Jqb:M6&JPTG%5~` Ζr냲"6`]ԁ@2]\{Ȋ8JI&[ȋ\`0d膋PO9 Z!-#@Y3! iAg(Xs/8"`~ebB[AILJB,X1`]. )APH0P;&g@.u~Q2A+8G(3T6ZR `Vuj FjkS3}V?,׭Y d:q2l+8y0nJ:otjg`{' '!) Xv/7d҄ .QtD'm ,^ݻviV6(,I@C[gփQ0 ,]|8  |G^iPP[^ymH*JLY^l' e`Q0 tj`,ߟ4*ZXC* `@Fۀ;ɡϟ>c.D ;@c,jټm+R`2\Ȋ!0vN8 ^v lD Q0 F(P`,%5dXR"'LH%$%k愤DX@ C[IDm9$Xٵ([ӧuk:j:Ju`O`hP\P^R:xQ0 FrhLQ0 F4'׭YK>}t肅Q0  zȊGZFr͐ ׮P7 F(`p'x KՖO"d޵ъg_>t4dϣCm` }?yr hC>-iQ0 F~@ѡQ0 8yynt4Z FQ0$?(rPhC&00_x: F(r}@Vu5[F(r1'G@ چ(铃-ڏ(C @[m F{<uz w1 FO`4ϛ9`Z4B6r炴h E -#®C <=MSK{tb@@V<wڳkiã#[F^0o[GP֡h7l@k!C& kii6G(h3 F2| f'zQ@@(Xo>y٣ G("ъg_/oH_gt>`*xF( &MpIȢQ0 F@V<`>}z (4ZQ0 F(+ѓ F(`h3 F( XF` p h 7$n邜PD]@bsQ0 ։֦f PYfZ:dC(D7MhIr5`u`G(htq(`-kFZ ,UHgO71' k`r}8X8rGsȧ%@h; Fo\ F{<`k/ājE?٘0G:@'xϢV{+0`g4F(h$&%| }`Cy6xd}) k'Ni(htq(Xkk ֬+ȇYgDH h>GX^nn|5AUkuZ C q :ÞGOhg U,e7hT e (3-=>):9u$|iK U:RK=K 5 rw ]0ocPeYI)P2($hЅ$k!((+DG Em֬^ $ǏO?{UPHb? D>^nLG#hܲ Ƣi`x񌂡 }ΞnHkS3\ҭ &[XL5E+)䙃vi:IF(B F+Q0d)y XQnA>1}PP;ut*^)%-# a Y|4 F0 `p``<`v˗.;|)\΄ɓLȟ0Cc?y.4zߏt߅զMo_Bko&bԵV#-g*®dZ/[Ş)kSQk@ү `6(>rOĿGQ?i5kI5{1|ڄZA,2D%-w*ItP;~࢞ ~:4蚽įIoe{ [佝'p1gh}EQE(]}}yۻg=q^'"!WSna~,4Y\ywo ku'LPˏk7?de w/h7}cy~_ٻwn?v4y9d@ &jvksiؾL/iƷ?6^Gy۳6۱1q_^Ix_#}qEMs0K+)Ķ0xyBH0\SGxHWEFɥ[Jkgm:rDpZDYfZً`oW?o#lyzݛvEgERTy,еWSmj :ׂV}2_ϧ:;tkKi羍a/2Bij_dC?h<6۞q_mWE c'߆S^iB^Nt%w;\FbO#O!"F?Ogxw??2tO^ "{|FggEP#3Ş5oxźfde Z;hH]0\4G+,Ser ?io+zZiwwS‚5uI7BG>n8 FOTg4G+,bxeGEÿ~*|8-]B MKV2ƗV,i09Q[et ?j\O/$?jݿ9~ٴ>Mܴ2c.$f'4>أ⶗gL_k]RWtKsDp ~&ᦿf8?Yg+⟇_L7{}W㗁 zGjzzDฺFu  0Eg wߴ~%c\7H}WZp_CѵetAd #_H|x'mfNg~ԉd:_Ghzm& {zͮctlnX_+!5';'~ά4<je&[h/]B o ᖍo<31iiPK$m$ #3zyE(+? |mVot{^Y>k̨,Wݷ9/~g~+s_iVVGY$2_?W m|(5R[DKOcԓ][.Q(Z`;"K}Y;OO3L c\ɾI673' KKKoڗWACUihS;fQ-Ȯ5tQE(((((PK?k0e e 5OEBPS/httpatomoreillycomsourcemspimages469953.png.jpgJFIFC     C  RF" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( ?˟֋M^Ҿ<ѬBn3n d.9v3jo/>%xno/.Ӽ/"6=R\}:K4aFb@vv~v_7Ome:a=J$[Um<;q dʲ Pw( lu m%YSZ-F`n/-7<)l͚7N|MZ ?_-uMZnĖPA(~W)B$-#oO߳GǯN>צiZ,t}Kzh͊SK2|,2ƿUwΥuq>]?Xm+R--;gvYeUc,Ϗ#wgz>)b%2:಺y5G|HǾ!ٮ_UO $npE[7_w&o v_K%@nc(yր:*(Q@|@/4wo5-(i-4h/l61RJ} (ƬfZG:G5ף}X[~`rF$؋NqkƏP&=6hZ?=cᎽ4> Z=]58,ٰc" ~4º 9CeiY۠X5T`*QEQExֻ~$*2;m~$Tez~uπmx; u {V~wE)MaI% eeu/,q'/% V;+滕ujofE](9 e8:'O |7sx_wXU-Ė@$@ď? xO~!x`&&q d1sl$7Y$tF<~ k?mg_<<_5]oO5B&M?E.e1nu⿈?emCſ_xzVL6@@r6 yo'쿬߳~ UP׉Ru/_0^ h`*_gڃ⧉|c`~ݚ¯:wo|⋭"Vw2Y뚽1O(%6[?|;Ÿ 4 NI4-FOϫi?xۉf0}F+C~!_7&jOA[nxwľ-u [r*bOȷ C=9C 8|E`?ŝB EiSlVOqw=F;f[ua8"v=(GG|X?߂o׼i R-2FRAPu |yg zjB'(~O3iWTP]_!ZjB'+3'|k~͟4캪Cwj7](- R\ $ Kn0~oŇ"q]xOԵ)/fMn]Mo]2 "y0g g ?do7~C?υ?B## ,>WGҼ/7|Zv>sjZa-!Vc!_bw $B+o{ߋ= 㿅W^ռU}RwiL:yqmI# H"3(QEQExgu_xZMѴM:{[QmZCI,{*+&gMRϋŧ~3INP&nt]!p}.5g});o_|'gw]kM_H# -zp [6:]:fgKHFUG (0oISw ?)㔶{Mđ|@sJ<^ 6k>2"NilmN(fcEP:N2Ğ ( ( ( ( ( (?PK?~D{1OEBPS/httpatomoreillycomsourcemspimages469955.pngPNG  IHDRYts< pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}LJ[@`ã|K a$&`|s š@H#=ee1@1|`ܹ ?~HMB5՛q  ". T TdШǏE&@A4d׮^EӾkN{kJd,|45 c.y)rVV,($RO}-MZX/0>0tQ,0[&@_C-7 r ץ@qH:EVVcP^ k2r (-`9` &$%!dҨ) 0];2yh D0Fqt`4:_2@Fɠ4%h :@Q2@Fɠ4%h :@Q2@Fɠ4%2)K|}-t@, n1dipLaKQ'H_b{׮=vSw.&|\D(,ckr *%OK\CLn ~q. "Q1`y-=-;%|ZkɕُZmc&B2%ys&s_Wj^$yS|P&"b8'w_-yzxZnilIQ.H`g5$"S1%G ̅ȶCLVy}H&&%D~ J6 -9ؒ;F]n:q.`#m9(H kig*TZlId,@ ŀX̴t :p0q z3\&M{V.@ |QB&`':l1<%$@KKJ]T/`=D T$YUFp$(H65#m5ia@nB7qLȘ5j̛`x`D$oZ @T/7oݚj X8Cp*$ahQ` dO r4@q`% k S`٥ Z!`- ^FL2XcB  zcVHZM x<]1"Y[`-K5 @YTTlOA24'#ôəT[c@ P)Ah4J(t FdAgDEAq4th8h4 :@8sɰ9Ki*:@נ4%׮e#dzy&"@?L[Eddd,̑ϫAVɓ'Y365]Z 'O\[9!)yb1|d1?o^bRpZP @s`0C'O^>;hp@f$ *kksVy!hU #kȁ@Ȇ d@ā$Zjϧ"JB*|[ sv TgR`rH7%`]D @-@@]hkd1Atdqr00d 8S`jii!/̚ZA^?}iݚ@RAIv4y9 qõk׀ND :y5@i@Bȁ@YQ@  \؉yR/"OdhKUh,,E^jm(JQ nd1-ZaRtl&2 bq|/[x ym!% )n0]:q }UQ61&c4r/%"V!1`C@bX:=9( ؚ|Ę7X&: u_IkhM'JxJ-H$uvzm2@1 6(haaٽ66jQJ_["d(&+Ȟ~P%@t{*CFh/%P!.̢ 9lh``~05븖1H=x7M,]Tx>@{0(P/F6La;x#>d! e`#yB4:;@*:@Q2@Fɠ4%h :@Q2@Fɠ4%h :@Q2@JAFIENDB`PK?Ñ 5OEBPS/httpatomoreillycomsourcemspimages469957.png.jpgJFIFC     C  XD" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?('P<'TD>9|?h_CE_c»&"\؋zYn-=C.cd3j+6 )7/>YzxF4 eݣ]op'ZP(C0^٬|Ta A | ?hAwx&i$:W7a+DdJ0X.>Uws/Ļ(|^  a 2pIk&5_cJxOZORmj;h'x'5ڏ$N8V'GQE(+ۖoO%.H-w|Z$nmcQqO,k)ylִPgM |EiO|#?5>&{mfkmNnm p@!he~o^[<>|1]/ÏV1j} [Rļ0Yܼ;ΘT(w> E`?L5qf/ho초3~;s)nv#@7-(Eef x?w{leǛ:S4 pvP (Wk"=n? 056R >[n>[H*9{-| 4| \[x3Pm|9w @l/g*chv$I#eG|"{ am5f؛YT!PNIſசNK#m^,*%$6|db:=/DIxl뺜w_KEki% 2<-w n0|7P_|9u?RԧԼ;5tm61tvӼ0+4*Vм]ះ,yMj 7F<%6حmK+ʨ /|dqiDӯ ?۳&nHG;Ktt:~|W^bo?^!|Kxt_xnDb nB2t$_?n _Ѵ=?įu{/ S^X.4$3D93??-w߷B􏇷V)kK=Kw#I_i.hO?O ƛxlj"qEh-P0]mF1— hGExzeOc|JXciW*1]ȥ^7PJH5Cc6̇/XW~:eE|/- iZݑa%S ! b? u~':<-`t;ٴ`-c5aE]:fV,Vx$QUQ&@8W0#㽷 sjnG6t$_SِFCg 4cv[/iZŭ;D-MeFEό?y~kQE^7 jŁ^ %@d@^'cޱ+1Tn+8xzx^B,1$(Q€~pKadn{&L X^[HfGIb?B~??'U 7XӴt$Yޢ[^̳*4Fܮ70h%g|%cPn} FnL'[|$cWfdf^3zC_2|j|i!Xiq,%H1r0i_rHchKwf-;D;kv_ t=6Xm֭59=:Wui$f,[$ ,4_ ~~?4[Y]B xy9gך; 'i-W-!CFIo~4KK>ZEC(D\^8;_2kُ~i^ 擭xDtkoon#9eD63]Bg$IkiK&K{x(cD\ lQE(((((PK?| 5OEBPS/httpatomoreillycomsourcemspimages469959.png.jpgJFIFC     C  UE" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(#-<&~7S67R4fQFQ=Mi[|8O^ [RYIy4f 淌1o#.۰Nq\7?oKo,|I wTCh}.R 1N#`|5ſ7?k Nxn< ٭ɥk\jB]f 9 }a tOO*-_|3Vq-wsgږSgij_nا|X>sȩ6lmFvFnWA<P%լ$R h䍁VR2##||C~$|)-牵C[FH ԀNGH;IϖP+_Eikþ|𯄾,7O{AgQ PE@hEY1UP+EP (_x7ϋ a|Aǚqk=J9Y7es ZG]mo"e~O?+KA ~()uU߆k=AQ"]-䲱)/ːpAWM?hmCD>i/<5Ս^i^y(c0$!h )xV^եu|AxoS: $wr);w!cُ߱كZ,Kw!fi#.zUQEW1[ ^ SX>/Eek P?*@O_Ogo/\|3ݾz"𗇤YG`+iq!r'Q4#2 tʐkV}_%~?>g{C=e"\hwΡmqQzpW˕ȪAw|c?oo4&^\^4]*[X* el͖#v/(~]-Ԯ4jwZbȳGCoBv؅~?kZ)[φ=Ѩxn6ԮK4"{&ؒ K2)VZxj߃^VC_IwCL^qٵ |:ռYM"wm]߷ۧY?,4w|1q-q$`fao?ik]#55X.4O? -I<\ʍpƿhUD1}X|?7xχ|?4 :mKAy>kdԧNճ$2mWRG>n'!7aJ#*C4Ы9,wbHGPI95SF_<)djiJSxntc׮NdHVX6 N;F_s]E'n|M{.h\ O72 {]Q@>:kexGt{OU,"1`WG޹&+$D+$r(*F voV? )zMH/z"h@{??{_ڏ$߳"?4-+@|t my.y!V(#7w9k^%;p|1OfTbP3 0wM<. h|4 Bjb E\Tf.3/Ŀ+]?_ NhEsJ'Yh]\/<+_ x{_O#,<7~'; !p6Vm)&$sMSWѿ'7Xx[\koO-sdbzYK dU_?f_hOEO'Tu&!Oy8ow߳׋Ǟ>*o_ NtHw*8-,wTQE (>->|%Ic{?ïizl +UV .A׀i\pD'lkQk~kx?e8Wvw-=_A|iU.ymY 56V%[|~]ܹQi<!|=xV'uoxuU5{)$Q1 AR8bb۟gQy?qp$IM,;`nwcҀW_wXE1_|?Դx^_xRxVM6ilI.fs-8 SL>x㏇4m; >$jxi:e`bcuh%&EH,OLU'"|ZԾ:9 _|Ac5͵$@ 7\BƄ\*,Q&P;tY,.GIa/on$in/.gydfwv9$` Q@(((((PK?Ҏ!!5OEBPS/httpatomoreillycomsourcemspimages469961.png.jpgJFIFC     C  nN" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?( D? <-k_x+> k^9Mu>>.-;3\`fj_⤟~}/ך<_am捠v-ѶIK#DuM8V(1XgO?[/=rύ<@:ޞ"[eHn㹏ΊFG}E~r m S/k>(@N6ri!I%}5ߚ?w}?/A_uZdY!9civL) M<$oXٔ1PpHksӾG1&^,sLIk,~+mQEQEW1)>iIquxqxHH"vW.2Yb&i'Xv鷑\A*x$=A@Go⇀φ2{#Z=Ι3F\DJRQdFr+Au=5QݤBW/NBQ"ڌ fQA'e'}_ /ooxwG4y&i+kx(B"IMkE#v@$bmE C?UlP=)$R!Y#AVR0A#y0KFw (4OMlR5.ϗqm2ȍA) > |_Mgiûx Bm#YEw}vάCʦ />b?|h5&ݤ}D٘ y& ]'յx_㟃S]?N"e'8#[ciߴ+Z|uL#k9-m,PI$rc`>9OI/k<9~;*D>mV *`P!Eq"P$1\7T4/Xqi}K1xAR1qn;XCqC4%ǖJesOO?-<ǩ]XD>ƾJRHGKrX~|0O~վ~;/OԴX]B̭\;G L# Wy|I;y>AubIQVk4=ND+,iPghw#ඝIi/ť_hڦm+ki.ɖ[1r̲+ۣ}̴ o;P]uK /vcJQMG0$jrQ.HUU߰#~4|{/Oi\o,1ktl.A@> ?ᨿE¿;6z_w'ė.|Ixz-/~!Z/%(lV1,#R8\~1i?TI?:ͥkw?~e!˼#&rrhC%(r!I} ~2S{˂xQ` =m|iᇋ'x Dľl"j*3CumC\Ӭ䲵 Q9y14 GG埴ͯ~؟WO_iY^ow6c͓;6[Um")x= wZX^E u|ke+8๚g_fsjWoW A='r [KgťtvMA0kM IA,(V8妞P|7.,y$z XEP (୞ď[^ÿj7|4:^upC*yG(T)#*(PX9oj<cv_3>F|H6a2n@vKn@MVU> cRe[Z\ Fh9߾#ς? O|`t?恡ϩ)x*3yvn~iwz|m|MNӾѧMxC[T'6Ԟ[d4P(.<+'ÿ|n?+IӼ3;Zꚢɦ& %,^xw<>d!#^1>6~f~/\kWZ;( L][ .2;0X(a>+$񎙨ϣ]^LڝN٣yTH]~zT| F|(O _~?i> O?iLAC$jY<2#,t-~PEP ܿ c-}v=-bI[̖|I".dCuO9WtCoW0:ImYV֗cK{y3VQDp@Q A?r7ſoW>wy El}槫|W7<=Ϭ%7ῄ<#R 2BEiځx̖J:Vhp @&~~,@4/h+ĿfHu FE)mo^O_V7JgxcFNӦ[R*̒ndP-'$}_|+ρC+%ɉ%5۵KIpo_ xgQ?wW0F[ٍKP+Jղ@|23 m?a/wGǟn )`_5ϊ/5 mp H\3`X/tv|xU_hryfI;55SkH>YxwK|GZm2K oaw`Nzp(QEQEQEQEQEPK?|÷ 5OEBPS/httpatomoreillycomsourcemspimages469965.png.jpgJFIFC     C  O=" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(/Th٣Q/"}SOO{Eʏ$gݵWw¿ٛ :'ouxwfxPkW[1h IspE#B3?7S9?4'GNgS|c?Alcc8 ߶bkTwF:&tY᳸{[-$;q:v e~?5{5tCI <uzAoae/3lr#Yo'3Gx~.|Jt^-AmkT/D/,ȲZDNƅx ~Ǟ8|ZZ;xCZait W7vZ<7*m0kk |w/u/)xMJ Wee% )Րn,X3}@0(WF~!~Կ iɼ[- _ihf/Ƭ*n3؆VӨ%)i?i|k;υ7Z~Ȧ]b5=JW',@gHЮ.#ړiy[KPU*d\C4hH*v`YOQ@0鿰#O7]~-{~Ҿ> nq9#:,B1&aPE`|Mkߋ~?~HI3CD0wOc d,0ʰ ^_ CI={VST<7≴=FN j)xRcZ9 T '㟃?~i.H4U]_jv/$k~/(h@oA߳u{wM{sq{vv,pEjj 2e;KM M[;QE-OkWD8dHqz?_⏈+HRKi5o!(cMs,a6^g#7w+x^uxេ ֦-i!jbx#BMu?dEFO gn~#?߈'5h?M"WtSu$ a#f~W2G+ ǫY/3H1l([ns+ ? ?_}@h| 6g~fa? ? ?_}@]@ ߶>#;3'׿|klu?*kxgoďXCyy쑞#LeTxQO|ROnxS5DŽ|"8УC MrGm;Kmp ^?^-NX?z6{;{s#Jn;#]fu>&~gN^wo? Sʎ5̐I"! *Š(AEPοR~ >\sZO |4e-sVV59A+s=5#N^Vyy"`2Ow3 HdFnOOzI.aJ5ieoݴMp#wL`ɷ~WvA>k#i^%gu8o%ifCțʰ8=h'_T_YL>*+J&CkY}#Q {n}Y🆼M3 mEӠtHkm kQ"UEUhPK?uT{. . 5OEBPS/httpatomoreillycomsourcemspimages469967.png.jpgJFIFC     C  Q?" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?("Oڟ^-KFWN{B$9^Ez֩mu{Y5 ʠc  8Aҿ-__OO?+Ѽ5EjzOl m"ڴ`$e HO~e/;mJҀ y @sZ :|? )!_uHQ̛Vܭ;~jc[o|S@׿eMt5S Bfe{o20ͺ2$)ҿĿۣ^>.w.}nWKՍ6Wzȁcc~^|)՜%d[kNIVܲ$VBdRT}YEx/~Z͇d߈ mK]u֩ 6v][HAB@ J_ R~ I}jǫi ZeI:z^C u?0пS@_pD?bĿe|Ox1ԾxMΩbב#iI/M9F|/_4KiJcTdB+,AbvW7?߳7Bռu/?_>%fnG-bl=lI>ҫc>"m@|/%m Lxz[ّ%+K-2ą[9)#c]ofO~/kr=~ 7xφV0 Oeg CR3>y3|kԬ4_~ H ׇ/Gk%[HPZmaeq_؞_C~"S |9hԞ:``?ቮPI.!3%xſn|/ghx-N~񖓣-m >ijmm#FUJNWU2ڟCuo&AO5}xy|#Yͮ8" X65_C|~~>>[xH|Oqsׇ%4 ?# ϥ|":?S }E/DgO6tHN|Tkw_}W2 @ϊmn _Dxgߢ~1xcׄ[ YϧXn.7](vHrvQ#l?‹? ?='LMw,n,1J58A"s"Et3[~$|gm78Zj|7x?*]yS|G4,?d٣'ŭ#OMŧXxu7}]ۋ- mVe[ NFaEP oYh0=#˸Ǚ|=kpe; Y2L@f®oď|\~t|E/X|W_q,ol!r|"Em >k3jf+!дox_ vW>ltbZ})f ͟Q&m;Ǻ^ qj ԴPdU[E[`V0:~ן4,g>vkze7:5l6]qFӷ@\&߱_j>)|9om;CYx7SOK=]gnf֍!d+WS;VKh Uǒpcv;滢xgI^&kڦ녊(W@QMf?΁ _¿:= ,d,˸ddg##ֿ4qŸ?f|z> /i2c{wUk=ijI$#dY (&>~_m jz~ዯyvTbax A 4zQ@((?g_'ٻOOaw3i)v\H$Q,0š_W:];⟈51nMC{zv(#H\E|IP'q?e/~+~ƞ|3sZ^'Ow.t\̱F@讲(r}ʞ'x~$Z_:u{X.|c HKC )rQ@Q@s~,?;i}:VYCPDW̞hyvYA#?i'(mJB~? - ])I_i2e+(Y WkeI jϹhO?xlxkƟO]9yڍ ;|=÷__ %my-1أ*s yğ,e[ouUDjZ-AhhGg⧉7e<{]M.<47֞|Z·3[ Dsm# kK_VZv]/U}߈o?-؉ͼD ֳH c?c_~oeh6z7JТG[I$V~pһC̾8? +,xOzh 񭗅 h:66z\1hs #D!XvUo'jͷk>,|Xh$-XV+#aVU!}'B>5]xXO#Z3mUP;OJ~? ?mG:P-+wi- xẺ ^R}+]z%y3Aa39"kC(3?VD4=6}CUId!A$*+O_'?{OE,uKN+k+y 2H$x  7Ѿx ;?7@Տ_H=z"/-khDʓj|_F2oNה~1f_k-$3Ox+_ Xկ-*&1B1n( +G-$Ƈ=Sk_ſ&W ^"y-om<[GQmyc5o@B}fA8i?&?g1/vS^SKNb]M`׶Tʂh-jhfj?^O#n [7A"%χu' ևv5߲,~۞|S,_~%sggszƄU2\?g9uWwcM_[7"#urX"#Xx{<4-:^d@ J`{P_EP (ho__o( ?w&⾛/_ZZm廂kX32 :6Q]w%|n٭m'ſ 6wٵ]/on;yي(1+p ho ˮ|wS~#|R4=(+-+ؽR; *6 Ϊ6V5f> u|!g?f_k>85Y-1;MvW)Hb$m ¿׊Y.O M~yRKٯ.VG+$67VkxMW~>$3Œsh^ӮbOi3gf$@mڻ'È}_*=JC.=.c+7vUxgsgGeOР?=;ma4VvݙhϼH4}}ioZt},%ۑ1 0zG_>W:>񭍜 xR p8VH<g ?~~3o~u1/;Z^5[2%6) Iʹa? AM+C>|+~4ӢMb 4.O(*KymR#`HDnNO>-{5R7-TUmZQ+Zk*|*q?[_,>i/ƱxPwkk$ %2Eq'MGL2~xwIo |Aƽr[NiYTE(+>>F[G(wϨjͮO6E҅6ь^C %@&x~/81񆯭My߈-aյ[Skgi6uӬi3" A_&_D|_ƥtK[ R begؙxv`O~Ӻ?& SE/}>f~qd`n q_~sxY?z_>*Fs1Sjx:oL8d ,B˰(d}6?cb> ͽK7Ly 4 4 EP#/[ş~ͬ`J|x ©<&Q?y?<?y?7? ~g'xwA_VڊBGif8r"<1<+?y?|Yu^?м0#ox@ӯf4vs]ExFy*;8zgMt?xkǺ?o? ^_`Nfb[c؅zDycy/W?g?~ 3_ \_MgwghH'wR 9+ؚOo>#w|F/|Fv y%Q5y-aSAZW΋u׆|A藺TA 598eego¿hBO&>o ą$!1xW8\xĶמү-K-a%ͰDǖ䍛ֻQEQEQEQEQEQEPK?δ  5OEBPS/httpatomoreillycomsourcemspimages469973.png.jpgJFIFC     C  RD" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(==h+ol_,r_J&8"`$"wuG'ďٳ }~%|s3z=2}f\L`2WQ-ͼyC9Hai6c4Ba|,W¾"a|E322‘i6zTS/"e@*0ʲᔂ# xwST 㯉_WG%4Hz-}%bw* 7( wQko´Oۤ(`Haq 8{Q@(n f%Ɲ:'yjv%2[@Vy{D`Z>m#__׍˿t>>}SaǪ__2 $Z(l!qل|63n_GU55yuePMk73%ԯiW*شP;Uo~Wߵօ\6:jkC |g 'V-J(ԪKve`63ֿ4/}/L^TQ85oagpc1[,PdlOhAEPE?|__xN~+r|?y-.؄tqvl7?_i(Fx>sZ|1aa&Ine5P HH~ٟto~tiƁUkk8LSMu9# +f_ڳ_57ߊZ<+ hEӼzESPwvCfbԿ߶j~̭ŷ:-ψ7W¾%|4nyapbmbHxSO/?j_|GUg.c ZZI3l,a쯢?OcO;Mkm.OZΣ_j\K hRBN>('S_%M'z-֫ou;"O"Z~tRIq\U/_PGOE'EQI'orUgƿ~jυ^*w }N̚8tOͺGG|!៊O/ xgCԼAmmPr!H@ݶ#0H_O ?C??`)oٛT.|7c5,G(P{go(WE$:V-z<1Kab.mdRA ?b?o ᯂ|Qz6~- vW_4OF";X(Q@^XucU F Ef2Whbِ0BiMO[u_Zmq\3ò%l4߳PK{-W~P~ԗyqk|+`?qxdT5e?`P8M}wizE֍qss wv gŕԩdhg! g e߂sCm?~Ůo$I,$9Fywcށ%:/cGI*KIkEF>t' | ?> |2m`57 BI3^l1@L+E cko>0h"wڟ-|"gy5+-kOE2+XV$5$ɣUBCJ*Q@ӱ+>8x7ᯅ|y~Ÿ5KWW|+hW`"HCsqpNq|/3_?[?S#ç _>qn^9H)%XXsmυl ;ܟw>75kWGOkQe} i-cy=ˤR@ʁB|LꢊQES.ɶYWnO$yyw( m3M M>Fr~*|y 6~ӌe3w;[(GK4J=\vgi>3|"|wokWF|GmZ'>$q >NmGmhX21Gl=kVԿ`_ _Z>>şZ"Kǟ>Jj5LӼ+XThrh2g7Id`@xRg|B?|\ѼWx3K>SifK1dhvtQE0!|PiA*BƖ ^!Ჷ2%c&e]+}+>m~ПGoڷi_x&F]RL) ;#(?/'¿8Zo~Nz\Zi?71.b VX'TRȈnVP?K+^W?ٓᧇ-/n~ͧ%35ϓmnɎ|bO՟N߈6Vo?iOսoAxIK{$ApIHIcpa+[%W Mï3 U n<'I$~!֮="Hg\:5e%e@`q+?_c~Ҟ/[]c\7H}6kM~ w[\AQD?~nF@={\1xC6_x)deީI/ݔ_qp1!;}'ox[>w|KM^m^%Žg2UH>fnؾ#\ՆYI,?e7;_#7|s}g߂_t <)kxsBFbCk$PI8= ߢ(QEW7K ?R9l޳uj$}6+w{QYro$ s]%r_ ωW 4_].,5kDRIbd =%1 @5>x_P? m=ϏoE [-uQβ&% 3nԿo(>"0?<,x_5ܰKx:MܶE7Ɂ,߀=qh4kI_OKXPO$( f4C=._~5uy As$I2C VK#ss@|5KoEO#-9|Qëkǩ'. R\QvE?Nv.fA &|mnf?y2Os\Ɩߵ.Q.>wMM&k4w2+?{%\[]Y,k(QEQEQEQEQEPK?㗩1OEBPS/httpatomoreillycomsourcemspimages469977.pngPNG  IHDRXĸ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVEGD]֦fJlׯ]Rڞ[} 2&M<&Dh HLJIw%OCO=d+Dԓ'Oځ{ PDӒ2i+b*z'@ZZZd(̴t`88$<FPk<SOJDpΛO b]4hji%$%R ##暐LJ#\\ 5qD1 ,,,DҞ]]05Xb@0@'Cx" Xb «&hJA FaPX `M@A "d@@+Ԣ^4h4ي֊HQh40lh%`^4@.0;kԲ XF >k& ["HE+nu>T$V@h]-R9Z/**wࡧO#(H @1. FAh4h FaPAh4h FaPAh4h FaPG4\v-:"]|UKJ`֦fba4a- dcNjti@@d`!? a]z5d'Ӊ@q ڵs޵W1* źL h,@[$ 4 h&d@d@W@mCHEkrA?ZX.5jxF3 $@ ^ I:mxJ$^0x!!=hh#܌G\ P1 DúXn޶ע9`q2i4׌ORƺVX^MDHM{vkB5A .EP1 h5 +!`@[CfI>y GoYc9 t4%ֹ[SpMNP1 }Ov=%eq@AB ֞4a".Y`S2*_9A,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV^ |1#5 )@@lv4Ջ < Xh!:"*x;aT%wD5kjh? A@7zy%$%[ <Z ܥ+=@BSKF ~ tS^A>mna   d/\>'fH1 _>å@FFhJAWO OPAnA~PH0Kb@ѤvTQ@h0 F#`@F4 h4h 0 ǏAۀ $ h% ] D4U -h 0`@0 F#`@F4 h4h 0`@,45ZZX&޵k||nn222LxO̰ hI|ЖOHm!@Y. ? ZYUYYYDޒ?<!zmځ$fjPAFf@P``] Bl*UV\C3Z!f";b@Q? 1#`ܹ@As`:jAN; $qa /2[4YTZ!Hg 0ADr%LpU5k%ZY )!\K~VKy`YN@@.D"@Q&Xea+$ .ÿN_CKM"Hθv F (8D~+OC6kHHcFX$Ia3ʰZlPAL H@Ă'2QMɲQD+dbVRŜ`0[,qP 9@AHCP X$E@k զ&K#ƵhHϜ3֮Yl!W@.0Mb uy'چB` LVK nI何hmS*`BVB*  f#X{nZmpu6Ab'k%@{1;fT@  zG|R"cA9I΀ W hk DÕqqJ GC V2W7$FChti 0`@0 F#`@a O0a4\(VhR SRĨ GCBEt F h`@0 F#`@pik>W}d ؤ5ZOb@ŵǐ^Q lil+Z6ڌC]=<#@|< zS CtT Yu@- AYT1 3 x 8 C['6 2tBn y h h5$Z{ 1b,* >F;2ױ`|x9WaL"2$8gn.@3ҁ;{q ̟7(tG?f+I 88\7mۊTka!-z!mqqsF0 `UN1 XK?0"@2+(edn@ Čc0bŹTW@  *l㗅xe)bP 0 *GL?}f n4 "@ b*j=2r Wh% ރqե+H@ !6m"WBx7 n[ Rk}#@Q6? d$ 9^?Q hr(WW19$&%=4P ?l_ ^>ޓ'NC^Ƴ 5:qƵ2O<vO@#X[XP$@ 5XU^8{2X,0R.dP;]Eky Ж?5uux\ ZEO F$h?`@F4 h4h 0```V,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV0 F}`@ 4V~ڵI&Q''Oϛw J޵k5Xmꍎ" % YPWOY^kW[8~<?~ *O hil**C1v " 7  w`(/)lLT' T:Ne33-Hnڶ5 >>> &Dp:C!VSWK` d,]< Z, 0PhBu]-,  fqJpHdC (+) >&B]$dA"Eb@P1܁3?b|fGS)TW`ťڵkXC(@  *32W,dR$قh}`@;5s3 F[X 'ٵ(&pGZZZ: ]p44 >)H.7YEk\Rh4ܱen v$kh@cmC:GN *Z@xd,XRd 4Z p@>0 F}`@ 4h4h p@>0 <yĉuk>yDFF&($ψy󴴴0|i5.n!!k@@q ,7/($-.g]ZB 'M3@vyI)J65c\Fy&`c6 Jk׮`]Y4iħ8VXqe3ҁ)l@Qm}䮝;͝ "kVF[zDXW.m>~_YybFjPh,9'7Ճ؂u%~g@.+.G ZC5WBhLCbHb B" h yU,DX3 fe!kQaD|`\ HAW\ ,I!>Q"@~QN SBB`X@W\ wu+F` Y8G~QN ;~\ w -|@B> h>0 Xp5S"׺r\mTI p҄d^pWTBC1UhHiW\ t\/wG?@aw= <@ P )En)Al%ܯQq%}@Q|.09e@6P!@HdT\H@TWs ; A$lJ+"M f L%=cQn:<2 6. `} 8fT\  b`HO"DDblIP9`&y`A?1p@hi`@ 4Ip}&@,Q@@(7; y<@h:0 F}`@"s<ӧO1fRw =G 1&@N 'O|a Y<x@nիVXWPAC[/_Y煹 ہ@gdӃ؅uYy5I|1 b #ЁnzL!D yVRM,B^EtxkCWB\ H w8HRB&Ս,C w&@\4yU%|pD'; z텸b@P˲R` 8HV_l5XG`u1&[XA!ȣ@+pM@g:;Y܋&B*  *dM!9  -M4qS* j0 ]= O}[*\r5 '@#LAv0[%&@HHPp 'x@[T@  Dp/0wtA`S ̩[s+Z@TwK[HHu c %-r{!'AzT@  ;xds!%&!PF[ lAT AdA"EP1 Ym.-e`?BЄ$`A< Wf&crWزd D@TY8!5M:9j+] d@3rT@MxGB㑐?`nx$@  4h4h p@>0 F}`@ě69uIENDB`PK?V551OEBPS/httpatomoreillycomsourcemspimages469983.pngPNG  IHDRX1h pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVm78t4)!+xBz"EPV@D/xdedKVaXAPV@4H9y$Ą.f &TI 40jo:* `DpusWhuD VbQM?߀Fav!i A q6/R`D &"@B4$!)ؚDN_@6PnP@ @KVS6頥Y B☠ 9bܣ E  }=>'< x@Zh# N%#p t$&pT 4s -M.1 5N@<@+Rt9$X!N @1.X@4 h4h 0`@0 F#`@F4 h4h 0hmjnE e4>}Yފu @eY\̀B  r"ɓ'XW/'N@Bj@֬i!t4]6oJd@!!X4Z 0`@Amٗ"}Ѡ$PSW _Ynk׮EFr@Fr^( h`@0 Hhi} ;@]8 F4 h4h 0`@D5C1Fi4Q׮a4 H|||Xgh#6 F4 h4詉) PD"&詉<5`C@HS }"&hDI }b" FOMD OMd ki"@@D=5   0SJSI8 SH詉2E$;djj#"( \`M0&~yoBR]3ҫj lu65s 0BϚI h{yI),7ⷃaDV ( t=0h\`J5@@4A  D0ouk* ?VL2s\@3b h0 F#`@F4 h4h 0``^m#IENDB`PK?q ̿1OEBPS/httpatomoreillycomsourcemspimages469985.pngPNG  IHDRVi|޺ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEViji1@5|||Mx䉴 L@Tt/P .+ jSd @Bi5MoGs&^˄1 }[́U*lw|Q/ۻb>.mDZXwtcA!Ȃ֭Y /"#"qh=d@@.(BB@+$ \e1~ Bp65>k&2 SCb5-75k l`t1~44!"JKz5ֺ׮]O`V_Mjm\n/4yыׄXM@dbSp92 N #. F h4=B_ %#<}V `+ߟP`NmyHB/0@#!u#DĈ n\&E5 +pUd'#`tQh1YV=BRDhP\ijF4Lk4p z> Ipe%$IL `"@68h,<-b&Oc @, tyB#[0o>0Ҁk"{F^ Yʀ̈́.cE^ڒf(3*@D6jJHJĺR+1\!?wº`Ϯ|K!LkAs84@T}yd!j5*Mpфz:X[Zrh hS^YUdF94 + $V@A3+@T\{Vk-!U)!*@SY<qAh h^C<{n4qD*&AVX.n Re{PmYD7gT{!MfNv1_i#o살ߑ8-xxyI5kOZF铧@v^A>r;(T^(i,|\`!3otD$pW]b9L@O<{IΞn䢆 Csk xe@wC|Ӂ,Dhu,d!P,1LgT4p @ή $H@? FC @; l{aݮ7 HtAkAlcuDlkQiHa@4Z$H@? Xr@BAB U#Rr"i A@C#*O䂘u\ E0@ Ч:@  2~nA>0[p r\xrIUH7[D/s\Wi4dFـ>?u$Ы7]G^60\ O4lș~^ @ 0phirཻwTM]-Z\ ߼~s?;5uuxlZ3QQQo__^>S0[[xLD'qjcHg3[Cvw 4Y_ZMgw Ɂ"[(QE ( ~:|"K?|g}}mº钢\mym%::$b0R8=U?g? `?eOLChڇmkF-J+Or)d1 l"@co >i}3F%QF=(mQ@5 Y_OI;FNmG-,u ـEݹ]:yd"|ς~ ?Cb32; NAYgbrK31bI$QEQEQ^5<aw$BKtgi$S@_;~ӟO3㗈u_{M5g>#jZ~Xm͜V ;}~Z_|/JΗs|חE).RV+.}zW߷ht?{x_Ɓ,wzo~#*H_)bⓃj]{TGk>4 ~?UmcY'H𖋭 ĚLJdפ CYnѬgfW_/_᭧C׷SS״.M:F6$X0J8xw~!_%Zgp !U dEǘnT<-?m wHֿ|E\Ʃ%71K=vEX}( 8O'-7^ Gv^>_YxY}j=~{Xd#KE+_~đx[M75YlԬ/syg^^>lZnj۽>)n/e-Z4.Dx7Ps_uoOh:s].%&Nʖ<[Q@#߃5 > j_*94kΦ2!DՂVg9"<E?zQAGO--?{_QS KOG߮k< _{m|E6eki)]1 @Fr|i` >*ii?􂏊ZZ=z¯9}~!w߇>0> b {xIg:,$9i#t.Ç5xExgl]jd1ZH񧆬: OWwm8$dpH E()uu2GhZI$`T IO,u Il/X')*H8Y7?g1Xx7ěIu]/Z4 CKFfYr3gfg|MRC,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV F}@ O]vOSK<@p inaA4@ i>~XV\,)׮^jȼs N?~L[V[ڹ$ہC` h>^`J}=$l!\d3P< N .@ȓ%_wK A̴SjOZ,*X,PP8x@;Б++l1WmXcTh B@P@t[~޽k7F{c7D*ۂfZ;"E`.Dn*@`v xGޗCzs5 A@(֑&^.@0l:qƵ2O<vs Ѻ*0~SyI)ena,V[XTϚ  r׭Y $^.@4fa lD`v:P5kBB<&Lj4Xx1{R@:b@PV@s4N@> F}@ 4h4h@@> F}@a_v-:"O W Dxm3v孢h_^R݉ Vo] Yk|a^Tx.[h ݵs'dKb܉&)}҄ tk%$SY Hd=k Ibp'&MWWP`naTtrx jr&N Ξn| &?o00L  sUnZUS@nnA>RxIEН@Q?Cdx׍kׁa4O>:p0E3𬻃OFt'.@T#ZɆx`H ,H^o &0[Cf>yJ;qm2bOqR QB4#X5Yxe4+_n<1T'OlV1QhxN,d#勢h4бD`X"'O,T)/^e4|qX Jbj  :::T 7\v Ԏ,67k nvH.sHeuhL@> F}@zv >Qc?H2 ,hQ30@mє> F}@~&۶JY07D^?/޶fj:~qb?8洓 A>vk j?x0wN~F;5v@qnp9 D GZ#`q袝, K's!V@,1籤edDh' +taXdzF pF+k@4<LOB8@i' YuML@4 t`9vdʁA;Yx-JQ  :$\p'.,T$`^~CNj>ɢ5i)֤!)eų q Z'v&c/ Z$m tH-+i' 9L^=B($~kS:d,dvQt@> F}@ 4 >CWr IENDB`PK?L1OEBPS/httpatomoreillycomsourcemspimages469991.pngPNG  IHDRyO@ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVkfpHy fL@C (Q]=22xr. r B$X ry?)W>j* h}M?@aM?@aM?@aM?@aM?@aM?@aM?@4{Ǐ6.IP"*v*Qqtn F k k k k k k k k k kUXS<-,cݻvM0ay|TYFp8b8[Z(_c@T^@anQ 3zJJGCq/o^AIDD2a Dݢ|~g u G.Xc@T k,#velnZ8TPH005fD2*ݢ|Ag5fB/[c@,)_F-R4le1,{xwbm_ tf@ʩQ4O1\pdNĂ#X K,E5~ gIz h4]`hn`C V%&hX$` wlMWRh2@.f1l;'80{O7& :Og V\} E$v.+:yE%]cF?@5@5@5@5@ Is 3X@,h#?Aq5@eQ? h}M?@u#@5@5@Qɓ'w铦_?q l` T@ ށS h1cOD5fU[>^Qz6h,!@@^z5I .\%dl@) 0o{fXh+dK)T02A~#x2zh!wڹ$!fu)W@0!y<$8@ԟf|xrRht~ F444-rYIENDB`PK?&{1OEBPS/httpatomoreillycomsourcemspimages469993.pngPNG  IHDRU{ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV^?~DSTՊkWLG@āzw 4x@q4  $D%5@@܄5h@(" 4T x"q $T@  DǏ h m&0! "X#`ܹ1#(7 M $T|ဂ@e( Mϟ>8rXSK k,j54ā"^l޶58$-7]"v-P{vJ ՑZp) B:bdSs 4qD`30 +!Ks slV0<}HBt$DSp]MP1 q;lCOPD1 F h" VBFF@VoQ < -M `U! * D׮c&5"\0;ϐ(E7WHMքKT@ M=dEBh3i&R>TlJKS3@.PCC,f?SC@Riq E@֡xyJP6Ҁ y5dlilv.ܷY:hds`@И ? uA h0 F#`@F4 h4h 0`@0 F#`@FB#s^4qHB!X,0@SD:q@Y$h?`@_s /* F /5l D 44 P񉹤@z:VA eM `ae. u":n'^X>ILgI  qWP_ nK*t_<`R ޻%(i, ;D: !)xK̛_IPA|R"*@e@ P  90I"4@xtA@Нb i!Ճ`B JPCB:ZH hZZUA!Zq;Lt'A@4Ij=C@ Y7+`oѺ,; ]\❁?q'~@4\K\9؂}[>  I22S8 N\ F׆0ю4 h4ptD$Ǯ bh4 0 PHz4t(%c@4Z 0`@0 Xhm>߽ki!X0o^PH#HϛB-M șku%4ukS3fDžp@Dã y OL:2QvUVHai"@*gb=A9@sp91r(fPB>KVZnZ<'󕕔mZRB.K&0G,pE k3\A[!93B>j U&*a+$hVPB[(_@4"eN"PnڇE*NM Ibl|i"@ @n*PB lG@oI]@ĬPB DSY7HDbaLeV<'`c /OϚGhEyI)|CRMPA(@kC$&%o@ u$^@S h#6 F#`@F4  yY:IENDB`PK?0uYY1OEBPS/httpatomoreillycomsourcemspimages469995.pngPNG  IHDR|QNU pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV F}@mTEAyTE LKz^!!4R,ـQ+`B@JHJ+(@FF5!)kaMPk(%( & ) hm lIP"*6ɵ5۵h)@/h4h@@> F}@ 4h4h ӧOׯ]#cnxɓOH̢3 K\@ i ͝,pq4?46 fΝXMxWTx.+F n }U􂡮~~JAL  X=#5 >8<0= #p:P/0J `J( zxMpIrƚի!V`($UId.0" @Za]K^ L !nHsnFp1uJg$ju[{䡘o7b>#hQ_gn.7dDݻvA\4 hr9t58;DdAwx qmU/݊)Wr5 F}@ D@Sg4`B:}>i[ @:޵ h8P"uOpL5BVq-.@V%Ԍ78 Z2ڵs'++Va]F (Y4h2\X Tjm"<\ ( HM2ȀµϚKd@4 tHxaZ# pAcȀ,x`5k88D@[)m-$!c \1zO䥊Xs; axRɅhYEd5/$ Zs e:dfsmXn޶9b[~ ,|!*Eqp[n\Ӎ> h@{`S@w=B.@QxM䙹90,5.[D OCh 6 O

XI&ğ0{̴Z` [ M@@60PB .i#L^^R tFx'тy~x@A:dJM)d'=AHWw929fB!C.ALw"#htn@h@@> F}@R^IENDB`PK? ЏCC1OEBPS/httpatomoreillycomsourcemspimages469997.pngPNG  IHDR^ Ḽ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVk7^ B``@VexJCK38$k@4]{׮hd4yt0F 4Z5 p|`͕#=p)/)Q@F> ]A̴m @U`i[ڑPyll  E hftD$P ɓ'N@d ,Ak׬r!m,d֦XI&1Z i ȀL iA"60n@-MF( h8(dfY`&v 8yĠG:qXbbv3e?:@:7<;t@V6;T!V'$% 1F( @9iV ؚM ̴֦f e1ךIlAjiieGOHܴm+f <{:Ȗ; FƑU#xwhy %٪k4 eV]A3U#@Q0 F( @Nij$ ^Vׯ]]r4xD դ susO3AC!#p.A]A5L@pF(` TK@U9'OD>o(`c 4a""K  _v (`|@: 4 b'O \'ThqD$=vJ0i„ѫGL`nGO%n9{dy>w"DS'N8rXi/2KLJ )u@$Uh#Vhj`LCѩGOlp4jrd}|dL5($@OJ, XMҝ r%%Ҹ(`rdcCMs~AlvT c@2f.h8 F(9{y |9XGR҉\f d,vsC4Z5Q0 F( @&k֎ ཧ%IIWf.nK!wh8 0 L`PFZ`^ al 292}x|%6sH\BA0 ̜>}ecZԋA51$;;{Tt4 \0o[ ԬTM`{/SLTl͟?}VRV^0oP@!]fw@Rv<}es 0!-7h }?M b5%hVi8 \o6jGuC zy0[q %@i FT[,+)$l"! [!2Q@;, 9)8%"dhjnE  ^V< D2Ytr`&юNϛlǣJF @áF=vkA`K2\lAG7A:,KĤ$- 222nnԋ9@7 F f,߈?l@Cjuk+ysX#ՂyA%a@n/ Q ,>y2 0&$%b9`I\\&]`aD-px@j`IASKs4W ȩ |G <z fRk2i„I&27&K|4̑/!䪄h0uAvP z+:"r` bGO/eyǏ6lb?0M-chfTxĉGyYPWC2ar@zNfZ:dQ ^1 h7WPLcY9<)Q@;Lcma`l"[5K`< t(OLl$G"Lٸqc6@  Xg P2kVc'5?7D4a$-WXzD6iGyv+''H'vl@pT Zd@qEĻ7 ; `5Uv:J(|;߅mR zI=8T JU#ZҧVB6chFQȅ5(*XhFQB3Z5.QT,ЌJMz:VhBhtF384ãZҧb;7Z.bbl ,Fu X@.r#O]]ATPjF*uTjU#MJXxҧn w'4+uNָb\S;CLٝ-+ջwRqt@LQNp+0;GP Na8jߢ(A%)F+F z`E5j,ρ+W@ -a62txb&'O̩n,0i,ZLTϨDO)` JzR=}A)iH b-k\HO24ȴXxt0-`~F xt@ ƃ-RҐ3v4F<X'OhMdtP@ѯLp8 F(`Ax{4 W5>}ѽ`Q0 P}-PD`\2@^e< F(`G(`@U(`Qe4'~'hgź5kip(m9SM  hqԊuk֎(+6&Md$$%޵'Q0 @V<;42h]>}4ڣZ~@_M]-0uQqM h85kϚ @+˞]F|H h ׮k> F@. v`HSf[4a`8}q 'p `:y$-`@@سkW0MS++Am; hZi7ASG4kt`>u Y)A['f"ikpk֢n=Vq 9` rY3l`B[E^ !֧OrQ0@V 360«(_/o`?ہRF8U#дΞn yfׂ@3ҁ*GZGu5km҄hU2Zq%W?@ sW8rA<|OXGe`+J>0,b Q@-I78$ׂy! lnIF T![9x( QV`X:ð[&K~*rL`$H Oi#oT܁ׅ2h/ KD,EI-M@6d ighJo8P5^Q@ ѹAȀs +c֣.#AFMf`y8&,&2VFUr'aAOvJR2Q@@U`"s9(VAHy@^>RX -\dG(YqeDKS2~eddijiF(h]F`]i8wtK(.@M`p@eE;g݉zHE\pqsq4 (4::ҒiΟ>k&dkc^AQ@ESv!c| ($@V hG ht@uQ0 F(@4Z5Q0 F(( FQ0 F(h8 F(`G(`@U(`Qhj`Q0 P@V`Q0 F ѪqQ0 F(@4Z5Q0 F(( FQ0 F(h8 F(`G(`@U(tOa7!; F`ۤe4Z5! _v ȕ!@(Ѿ`T6{v f;V0w UAjG ߽k7rڎӐЄI.a͇T@YTpH0P1wjOM޳kX+? (Ĕolp ft A. KI}a&GZ4r9 'J݌&ƀJ( 5jۭ%^k7CyO2I7i# [ YwZhjx@Cjji1 l˵R/5!)X`LZ8rytd0YBL]xC$p1  rXl`"A\% `eѭtpոv`όF#H)!j$OP|8@PHAA]f 0  &MiT-7 p\ n0^I}jmjӧk׮ut]3 F4Z5 XtDm[edI&R̴`U'O߱> F(* FTG{vv "+OPn,`uB}zQ0 "ѪqPSXG«Iʌ} "(Ch8 F(Vc%L+fS: F(@U(-8$d5~^֬|||]=ׯ]4aD(Ch8 F.+(^e%i26($d:r҄ Q0 `Dݻv-7/!)'ODVL4$K D^#vlij֔q-?}ʎ(hqt.ݻv3[ԋʌ9z78$h #}=vCvRQ0 '^(Xc!w݀2H\MO<VZ|=ݣ0 F4k#nYO>J҉Yf-d"P-|>Xe/7e!+n wk׮MV@F`A h8 F(vݢ#" y}8 m"?i5 Vׯ]@Y`4XS ]C`-4:qqOF挂Q0@V``w 71O` wa^XXM۶E`)PXw#AG(Ch8 FxQ5]FxE.Y&%h(`0kk~*U|اtus Q0 -Ѫq]F )Bl_`kCpF( F{`Q0 F ѪqQ0 F(@Duk֢Q9 F(`0X@ѻj\KF(`ZbLWW? O8~h eP@[i`ԖQ0 (4:8 F(`G(`@U(`Qhj`Q0 P@V`Q0 F ѪqQ0 F(@4Z5Q0 F(( FQ0 F(h8 F(`G(`@U(`Qhj`Q0 P@V`Q0 F ѪqQ0 F(@4Z5Q0 F(( FQ0 F(h8 F(`G(`@U(`Qhj`Q0 P@V`Q0 F ѪqQ0 F(@4Z5Q0 F(( Gz҄ &LhH fp5_/oRKW,-O> FQ0 F(h8kGaQ0 hj@SKӧO0 1xh Mh8a y95u6:qO>{N=s<?HHJLHJB3ź5ka;00wusGG(ټVjX:O5SFF( zXe+ѝv` K@s``nbpH;{uaLD$j7o G( G(k׬)/)V^#^LLJ Q0 7^(h8 FH4k0֋6mD`$G( vZ7 FDj\fͩ'!%/`( e>yj^=ZrQ0 F(ΪX65'%@`m`޼I&n޶u`7+ukCA`ZkG#uQ0 F% 3޼&.] Vyh] piVx0^>ҧO@9 F(` Փ'N8g 6`5 s41) r6(bY`Q0 @aP~<'3-XrP mĘvGPytr'i9Hsj̻Q0 3?BO0VEAޛk)QHOr$**ZE dGGDC;\ 7|QK  Bϟ7l fc9($Ƶ'LtL'׮]ڞ卜G(f3V+V- ̓H+<`lT",р}HsX՛YCzuO<bFJ!'.@-OU,4SD%a?t<|E(-B0fB·#iV`rVǸQ0@. m ϟ> 2 :w"PP(,׀Nٵ^+Kzhcx%FrrL!ҨqlЭL51 mD N{^5 FU@1au=% lA:$u!4=gqAw @SzM͐Ei}:yJ.`bZk)"yB?R8ތnȁ#&=^psmSciX2DWx`  q"22rY>Mm9â~mHC;ZϦۀ!QȎ-3^XoQfTh✃ʍĮmD)mn&%%}&dw#%Ȉ(x+.%0Z^\Y;`jF|`%tr >v00"C RRDF A-$ECl9(l_E#n;&Q0 (}NgO7d)$ H̥+x@F_<YAj)8:]FXDZ<`-u4sAkM H>$/h Sa׎!u0i5 D Iщh]RN QQ0p @2ؙVBY! Ϛ ,Zu'd%*ЁL;@d'El`X'`` B֣\b9C. ɏ6;0:C9T0)vBx!W ϣ`  t`e6!!z)Mu&IKٵ @+𸒲[5ʛo"_O`;!q޸v X`b{)AlI@Q ?|=JE@B`Tt#=ū@@AQQ^`ۀn|] 4VYYa5pQ@! WQ0  λnF( F`Q0 F(@4Z5Q0 F(( FQ0 L0a7xg-&Q0 Fk`Q0 P@G(`@U(`Qhj`Q0 P@!)O=IENDB`PK?q[1OEBPS/httpatomoreillycomsourcemspimages469999.pngPNG  IHDR E pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV|T1 #\pAAAZAJ``z`O 0 D0#0bF`6M&}I'i(@>w-qxes< #۶K4X] dmۢ8Sp @T &:2 ITj@7'nbQ)>.UE~@a82TDnb_Y䬍p:@3Mټ[tPSF.!fPm({׆ Ou`Q[izy2"I-]D%9$3xyXyĐj(έ4߾Gځ?Iz,w~0% _M|#ɷ'AJ{Q0 F}@aagfϞ @,χF+Q0 F(`i&((@LCChl ?"V=-1X{@)H M#P@dq"FuEkb K@y̒aMN`X~~< P9Ȃhcp@P@6.BR`d]g\71p  (fK,Ev!P;%.Ç\x Y\`i),fH}$X>%^ F(QR^}}hQ0 F(8::Ԍa Z#p h)2oNvvdlk%eow1>WZt$`6#?z}V{Y:b4pk>>mgfq8c&- zM=T 4V8Е`Ow⏡ܣp|q 9ma <'#B)yp:2U60Fx8tR8POSn ?N#?~n[d֍f0"e(V%Hxʋ. )MۀE [ř yO_rR5WtcF~n]>dRnnsdcѲ, ?3/ĄmQ,xdA(` 2"`Q0 ( 0i=GV Z-=؇ LI]:7 ikD1.cdžV9y$]*Z_C;y4EO>U^_'L$ 8^yS&ez#dk~֚aN!18\1\YQ8q\ ;`vLs"D:laՈ5L  6 Q@`jjqFb?Ç9D6}rQ0 1ptt˓@˹0 @xMAA&x\{!G Qw"VUgk-Gf6<'(j"mEGcq5K <D u5*flS(^4bi".Aנ0FM#G+-s88eHzD@Xwzzgq`B ieWz(e]us6 ٯ0 f⊉=,[YI~F>K8ypK1|.ZQC=`7},\1!!h$()߿GCc0O### hϟ?LLLPVVVGG 3׎ C-ql8 LXʊ#00ՒvHg }Wu!uMuZChENc%El#jy !i}iZCb;7K84Ή:0 ] S2[?Z$gYVUUu뺞ɛ~,sosEQxiu= w;D_4>u"8RBVeɳj,4 ~.ڶ$#$ICRYt4AHlӮQ0RJ˲"̃$<\ O!{NϊRݟrWvg<]ӣQ`BPv՞8q!3.0q{s@ƍMѡ 0eKKK2'BGcvD bQbH@ `0rz.$,%o޼9:A!6)[08C%%%J!pqqZbhǵ:eݺuN0 PuVa4f`f\\H_B6 9AI<`{(>X,@ %۷oK3[(̼!1BE A ƴc6aX$Fy`,"84Äթg4TXJ0͠֊9'Ae_Jsm MCψ5)v<ʧ!1C!OKu]$Pv% Q1Ôs-%',N1zP:WN!6/ aw`"bo߿-Π@Vq1H\{efff8Ąbb^ ?]ylS|!FCǏhf?}5^vHO}F/ $k0fd #G׭Y'KphVoMDa@.+++-Yaϐ#۝q0 ./?}dyx™q# v҄~*Lħ nؽkWyI)l <\ u `u'Nx9@1̟?DMgffBNBcm?wnsc͉O.,+. ?VCV 6`] n1L[8PFjC%U] ^eyR\ HAAе222oߦCspphkk;t@ޮA(0"+WP`،F]nt7z hcyD;_>@):~{@y(K(d%Y$aMGxBr . 9)1feL)"kE{< Tt2T7d2D'[ x_UIEv?*뒓X@D§FFu8rp:^@l4FF;`Ic w^&+Y§˙qo:l1om2n=e$r;bgYQjn^_W^$I oMłpuTF<t+LHZB3$-@H꧛Ab1LT` /b2ଅJ!JC گ`@ d "z؋0af?Iwqq!hHTx"drB|G1ZW * :L*Ȉ M6N!2 :]kmm7:8ѐUd;AYyAzе#'M)3 3BJb§eA."( ʻ^/MK%/Bc0lVFǫsSi|kM VfPbb+*nkyl)Q' ϶m4{쉞6AD>5,18Rz|\&$g3[ƭ/^QJsGC߱dz &Ȑ0+6b +KDh#x Hab*Xp!9&!!(rL{!z)xP$/&(eeYu4Ag16DduMB0.$bƀ gq׆Eu 8,C۶˲|PC),di @. ̙xF'O,̧7͛iQ*** eddBBB.]y Ǐ. lr5$LT7CG}/OA-={Ã^ª -[A ނ$`RИ9s&<t'0` dgI&L/_Ī}Ր}0@ȦOJx"E^qA炂HΝ;WF]Y??SNq8u ~. ˵&53x!&h7ٟLbX׬;1D& ;0,-QiIwwg]EEHr/3(xT|mLZoZ  Àyx<,cROSປtW,CN9َcUۚEyMzMtm{4b9Cb0 I֌S`+;oky|oZ*T"f#Nr`ňl3N%Uުk<ǩ( "vmZɤۜ9WQzJ\.0q( h}ߧ9L $4@Wt++$ʲ\.J?zQ~k|n7ω"Ip躮r {Yܯp0MńV+3H(L=^ADt%ĕ<01E_*_ZNM7[րQ(7[KC;8bd&8?SMӔe *a~/S=zsY/pʮ Rl"%$LЛa>jF:b쭻B. bW6_HA ~eGyfŰe80 jH-AIjn` ;@R)3z90>o'a4MX7i滼lޅ$t1 ,MqUvl}v\YPaidxi}sTw" |ܙ{~c]s9EbS]Ff30K2"tokZ֙Z=~VѮ*,r̙1  * ȑ\ۄ"ŀMlPܖ!N4Ȭcd)C$0͐7ҹ1))%BOVGa |3FWs-&C @+34DB9f 0ag Fɬy  ;rXu8%W(E5LI8 tIjm73PRaJl6gܭt;WF 02ʝP{;BG^CxbFnM6? !i (T pGJ.@Ttekq Z#D|"aD1`14߳3ioyuCx4a0¤is]X=q(mۗCפ $"y1 - jXҭTU5sڨXcNE{+C cxp5 Qu،?kt,bL4! a{]%zuR*ox$GT/mxDԻQ=B syUEXf}/vu=_ }[uݲ,`"0q۶D(Mh15ѣq !`SSӯ_3gTlf bɒ%Cȵ+Vi 2 og aKا!6zagHئ.$~[1YݝBf?C~bh+ d)%u +5iVG% 3G40MsTd&h',۶]A(%~c땾uɦ(3j},5%0ʲw*46(TUEn6j24MI@*aS┦p5-'O niXcB&xs\ xLd\ڶ45?5l̘j~aU˲! C:ϲy+ogm 8ɍfuh"_9۸k(AeYW~}#1H4M;3n?nВ0A!uW0!\ē7!{|\HHikvºgSHCKS`M? ZYDY dM-;FYIi:C|qq̙(00yN\ [`A]=f @#b uktuu/ _E뻏 C_ӄ.576'TK,3 :ؚfZ\p.k0` aڹf ` 8pey9@6}n#Xt߿ ƵzzzK,r})]j0WH Z"~mq7\ . kW_\EJ)$Ƽnkg(K2pF> q׷Qxj5E؋shKy~i0gY&gAqmY,M\F޽> iFyI>TCdIݏS8(L?O'hê&Gi)3ft{,4M9ޅa[aVi"O{U0WR, >u]nyF|>³G"N9W7nzRE$Fi|Mj= ;B×8}8k[h g)OrY_;UB#PsKnhY1\8ii-B]էtWfk[`=2fyh *ã|." AMՐ3}F2fPUQYIiGW]o޸A%P]qU`cgy5ΦI4O{{lx8Ϙ5s]q<t0zKJ edd N%d'@1ϛ'-#Gdk֮Yy̴O>ӵ~ =0r Ck`H g@3o\kl BıKCCCÄ 0Cv7Z! \:w҇b8*! NءHC]=Ȁ;)y <70-@0P&ezeQPɡ'.tZXzzz6?EmN 8Qz# Rx1O'e%ǏS)hWC2k~*bϮEpPϻl#Xb4!v߅EYuz*jGF{R{{kydSD.lL(/.p!H細h|m?x W[#j t\@.{^46%i)4gCc2~W ^99b7SC=);Z? ȴCm{,^rFdJ. k.Ē9N鏌2d\!q Cv1w Im'>y"Mv$Rk׮_:B;)gh*fo_]Y71t vXz+Ѥ ]{}D<  W9s#2ys5uAn& 5x9h 9nD^Q[ !.&!,6MFCi bv (?BnDk1֥xd&I&\m``JGPD Rp6| ґ &11dAxE3̪y8V.f<Hx@zy3U/k1u}G`Yr!.3G3VSҩ'"Gs030{0;C6lشi 9 wQ`4Udx}`iE()XhQQQ\~~>(V3_aa!0O2{4F 77ׯ_;::;4]5Q0\0AS @ AB^ƭ[Onu/Bя>RlbbdP{l/ḥ6\-A5 LPm})ԇCVinEV\6DvHl%ʋr"rjyUQr Y?D-{ B"//0Y|qoquirEt0&惯/iĬ:Wv2Ae/>=ːp rK|/]JFs8Wt%]ѻ}@JM Jj1K0ޠǁ,iڶ\\YrΆH_WBĖ#]uK'&J~߁4'=Kw]@LTQt$Ghfh<2`Uo?{9 QkR A>-x\~+8Jv1@d/Ob<61܉рZn0779@3 F(r/@ a9)m3a[Ƕsk\ IϱNzl]Vܘ O) yl0yXՂIJ9қs*Sj<3XXG»V%%R:[jRdss k jg-mv#w'oW羢ۜI+];u}N@/wc콟U^YK5o5"@AA,1~1oQ0 F,(`;aMz 8R?q!+X]Ix>*FؗZk9!S |D"L@(yB făEԙEv=aμ, k"5`mcǷHAEԩYWTx4eG\6cHn%ۜIdmmg\RG]z}|1܄'IՃ?}SIk Fx}0hM7Swo Q>"f?{GNn"5 ;׻֬Y?QQ"`ȅh \RHH wgp0@lN\8_ BiQ_h%arnιsZaE\&`%cDf5'b _XE99\Ry!*foPpTH_HK֣Yj=h-j{cLJ*jF4#qoͶsOES999CCC P  £IH{I(_KVXsYW$|?SlGez}eYNĄKI?;8 uu'8w l0$Bv^s(!<$(c$@a7 FɓGjh GOO/&& {W Kx'8 Gf;LDblץb5@1-%usf-qW qŸ0?v)f@m xzF%U+TdH mh$aQ &h/b~$HZK)Kf@7{s7/U+ Zkb컠*@Ku|Rêd\ =_ȮK Rd)ȂЃHYra=P&  eiI[3fwdG$𨃇:hhh ×b=2 W GX!]LIµ`m VAS𨄗le>]J'ʰ:9CŸF4n|dӢ0 ~l0P8TʁIBMػv꿦PѐÊ, w|QGg"a6Ʈ-c$egU&Bwrɔo+ +F5HGU}u[pḼPL\ CZ{1?vkadF0ceLq?w-YR*@7crʣ(ۦ\8ǣD5՟%>E#$ OYe8{m 7pbklcw} ;15n47 a?~,冻 8~<#5MY^Kџ<~\V\b7[GOp>}4۰af?ZVV6l¹&*Jv ` ]xe Oywfy$haCgDvš zC|dAC,I "NJΞ/ g,D ~~/)La`RBп Twď?a=ۀ$1Tz' !23SllM0DE311)K!2C9DFRaZ#~9Bn#. e_GK~E=֠3!{odXa\1w昱2ޘQSmv0YF+%;JʼnSB-7.xdg,&Wg?)uuf hjS3ٳggM;X0[܄u!%sx93]\!ܢO#vSe PrSN.xs_pN.ҵtE:_Urb") ddo ~4g7`< .oB3444Ghh ? @Cd)3 H0 9::BCd2DFGw(@W-Wtb / V"$A-"e$;ycJdq;)%9ՃʻP2n]؇Ѐ,y]j.*Ӑ ?2MӲ,}y.U"Ϫy6Ɯ_@J |N&FyXdՈ``"w}Gmq}ށgk۶u]~}(a$'J9paha$:A)dJ.J+˲ H˗$$2K頕8.dEd/4km/w[ƗH7Ġ- (k |! J8Y;]),F~622bffrI A|XJR=E!m@h>"he˃w%$$By@ d _xvbCT-hla Z[[Ptܹ0={0r0{0Tnܸ 2A) ^Ox.J*;lE`0}ݚ5k׬sXN;Q׮45ù5utX +Ynool@At00s;s c o>H x g Ly GGD!A!!s-! 3|A-0門U\P˓@HQ.Z BP]m$ l5! }i42, dό=|S=}賭ܺn~ADe@D]˲8m^IVu{Y/iIY5b FN.J4Ѽ`.E~UPondYV1``݀~&TӲڔ QKN?q=`) 3sه ,ϟZ04YDE%5 KAN/΁:,4Me]׶m s}kPxvÊ4 `zJd-[*eqau]$9󪪢(z3[` odziax gp` 1'[w}Y.Md\iVM O Gx@@*$H? GHG0xU`w$G݌ dH0 P`W9a@G{'R[pP)x80!Y\'rv7 0YQب3e y`V'N,J^.z?v?f_wߪ;WYuMVҋLꅁ󱪃̢&3nƢbuŇX%)>aB`TidϢ& ӘKxYl})kHnEsGF'] +d4fh9PmfpJ݄hENCh Cqn)1iVMVO0pzf@ @vq"gp$y! "BK[UJ(G1pw%XO[j6cD>1_Nhw' /͠'pYRJ{؄?:Xh0)D"SvS*U-H $k-H*"9[JI{B9gc An 'qvA.Isu)h:l5Cdʒ փ-`7$d!^*t]\\ c $y L͐C `:4,|!.3fSȐjff@~!<ƫ٩Yf-S$[Vezއ#.~cr)MBc<(En9WR O]9MpX3[rz )/LySx;떋q`8v @۹0 @E\RG4٦!$&轐a%[M!G=)w(rs"Qzœ_|*1+ FY% u:kk6q.UHt#;)EhU^L7,jNӌ4IYc쬂zE^.:|tMc<+x='?] +@+^ȯmXo۸%˰n<}$a'&y_wLbQfZ}Fbj!/03oVJNJҵd'/||ǴJ%3u>b {ygOa^Ei%+CA2`:F%F8XYR2-Ha'"bRl1mY`O:ywP`Μ94 :#d gH/%%e4kEإ#5DQY Tf^POh6jA gf&P1<>g^ R GCKwr5Tl c \ʺžuɌL;Q&akSsHP-n O5b1}z0`JI-yJv{-yUan3Tl71OǺOOVrPu5Mm;j5yDZȬd[-YBE= A`cQChs%$ p&'CMi>FE5`$~-p_^쭊W\Vn 䪪>@Rʮ {4] Ye&u<.Vl<=r׊ ]N5}[35Q {|60yXa=Mv| ?L R[Z3j`Q?]P~EՆ j7w\\)-M$N;f~~~d]tDkPHpyI)iPSy aCR>d=1yLIit3Ȇ u5 =z yh3ȕe||rdw! l5»v0N8 t0.[AA=쒼~Տb@:hf||<-((`dd̕1'#5mΝvTxM @ϝaOg_rpw t0rH[HH20H!̙ @ft!j@IwaNp0]a8~! zseyꎢLT).`uީSv8Pt`ʼncH"'`xF6g QAq`pH8ojC ؁>xSV1BL\ET~m(ك<yQ܌ (hb$ދx'8My%ysTWkuݶm5먥t5eFԐfxzQj7 b <%E?ܯ746F{K[&gZOu5n)I$I^ޯN|gȶi4>k~m}PsLfG #2|ǁ0MS;(KD&/?=LB9 ]cx0 UMJqA]oĂ3?P΅O@Hqqq!C&[8q":`jaaI`59h€sFU l @cOeddfZzBRxk1t 1XV"q5P0:"2($dݚ5:9Xcr 0ii$xk΂ ,'O +W}X󫨨pqqT $ LCdO!4a]9N Cw6x/_PZ@g8T @,0/_C^AB) xN Qȇv9X#:tv'k!3bW!mAgOkv"H>ft3ڴ0| X3 BԔ FEEE`d<XX̛ *CXnڶH>ynd;DBFGu{Kϟ?@ص4 QZR#Dr@( B@(HiXr3==fgVf?3oƣuvu pDB} K`:)gRƠNUuK^=qMW  zڶů MBVeȕB#U}+%8n6)M UVr2p^O QN2Hb ZHи 70 m*+p&;qgb]X\rK'a]Ʒ[{&CC1Tlɕ;\Uӻ{|~B6xu$7 \Eh~gE#|[h5 JgDs8-+"3uvriܦ&ri$ {ґ}O-s0Jdu00qnܸ sג Cހu׭+{p,V0} A RT/ &.[q+gnM__ \!Aj"B$Sj($ߖf 3K!wXk7̴t`𖗔&$%:o;8:"2!)i# '``8S1q01W&` [S.*!+SѣG؀> l_/Y9tg Ù@>q C tLIqAE 0~h'}c8aadYIAOSI–ZLjQ洛x"\74vJ@S^R3ΕaMzǾN5 UUrR(Ѐ-fX-0gᒓh#ɤ%{r祖2۶^` =*5w]q 9@{gu9GSȇ_ rY,<$Kb`;zsqv*2e03 &c]~dq/.ʱ  LVJGc=ݤ ? t!\*0݌K>V 9p @ã"!7D?.n:f 0I %( Ӕpw)0}*@$"Dj ANf҃"? v:Iސ!)؆Um0a0(36cgKRJ)x93UthLd Z[,'|puIў&c sw\)G{=\yqyUiIvɿp`_nB)@5{0hǽ[/ׯ__J# `: [!%8Z@d[NfZYS3= wRfbx@}[I huDxE&=-y @yqAۡCZp!k!B4D.l>o&+pwi@*`5  HSZ<Dߑ=6 <dO'7$p9 Pȣ`Xʋ jQ ew^c'!$ev.HlG't!lj*y;Xb޼RI\l5 X޲b9g) j(Z)iHKyH犌%ȱ%HKh@K;(&+NrQ a  ZhclqAM[F+C[tpRyۤ[+mИZp{+"0Xfxف[fOpiT8{cBBS__?Bjx`X'&&} 7HXM20ou3# ( %H0I5T&T*Rs3<H爐Q 4.i=ZΫj Kmc&PR_ u)O6 q_ryTM/ǩ؞T٧M\>'FE-϶UEpNb0 "۩j-ϝp-=xXJ"l*X;8ӆGoBzyKyl 0 ?o1F=ֹnof i`q_>Y!]AO2toOwoz_>/Sȩ,Y_ // }Q0 F(` 9A%Y\j;+E96ar [.YZʢBLbԎ jh?ro?퀑 'h< YCuk͘+썘v VhzCu39UGt $ɏbjll|!(c!RUdX7`=+SM׹xN6%xt13WH=$?OLr &v o$4C&5.HgSwՈݶES1Q}04zT(`j`\__ϟ?8a.鵼UF"59dBUq(">5X }B}Niw!ǰЌ?Yc6CPrFr'CvAhC3wf` 50.{MUaag$ pVD9cw`<N-vq&pˆ9+^f*2x*X#W.hFx$RlŁHbGIRrdLVjqCeiH=N-43Ag'/[ 5g + 2>~[*[wuZCy!Fqm ~GÈ"2a `E߿@?x10u(k@RSKkԩ#с!FAb Md@nc0sr1EcHA(_;c!]x~ Jd-hdϑā-mUJOn-':me|jgSp=SŒ䷑UgZbtK˳n=np֘S^ 7| K;Nɫbh߿?4a $.5@dEDΆ?Y .Ehfb*DHK!`bey*!7l?тS; k 0]AQ@ tya:,0 = `ҥ7n Q3>d6| 2g t24.8|˘c8! bUy A_ }11@DzWF+W-o4n T0Ǐeee0wF)0ܣ1JA/)5ִ S&XdBXFۉ{&ZB<2nլBF,5FΞ5z:u%%DGΊF]rLtJfƸt2[@I+uBXcjᵱ^*NGGRcP8[v-¸$,,^!+aI.;ytW_gz&v?76s2+F'I&L4aG: <\bSG&PQP+(+W&`Raң(DBHڪ?rN<΃a#xNhv$,{u)$$$R0 Dʘq0m5jӆj"9ܵ*.KoR zuFd*?uZcV~iTRϦp룊[7E7@2.yeg{ί첡`@Lh秒 4eC?ÓxbYKJgϚ\_/oE\KkS]<0E|}vy4$3-Dvh>Щ֬ĐOS;:'OnSb0TɀF c]*6Asc“Ǐq) z کe%@>~HSO?>LF%(Y5\`&:8ӋBWG BUdJ=z!b\À4'هu<%N\s=IYȞ#hM Rv"lqtrϛ m(Z搘kk'(&M?F&@0z42cx|̩ hJ<#{!mmtmTm4 ,j̻цC1h6llF4!'OنȨkh ]mO:39|AȦ6 Ā T(٤}ܬ gI-WA}ܹSCCr)Ppǎ@ ^xd+ 2|'1d@l:xheo޼UTRBl nprqmX3..X7 ߕ ~9;;KU!7:|ҥY!_ 1cM׮[;@G/*-ѣGKTL{W"_ |b+3P/ F;1|4x,)ݸżv[{g@k8p˰p0>Z ߻w/ݻ-T&**zEp320hiiH25LNZBQl6n\.~D, X~_.AٶmE-]S"0r0ȿU*İáT*Jm~dZzlj8\ `݊dNT7$ ?4mT0vJcXh4*iu=&aeZ8ٙ2-V,*Qom[E*ZTZ.8}/*ea2hD}8PzB,K5Q 똵r @RѩBMs^C֨ qs\8֡b0NH|bdZTR0@te+H!xzy窑4 =n' RM%_niة賙 ԇX.B`kH%nwaLlpJp)Nj!U h4#߼) sv.&!on4M{3>SKt=!NUI`It:zg,m6)olw!B92!jԳlk.p!eYXj{˲0ܶMz~ Ǭi2UuRu]-&IޠK1eQqqCYiK<Q65Hf]~ | @QtNV BJ0vKN!X[ڤS?L&DBQptU{r0ak!i&k}_^/I<ϓeT2뺮FC8bvUU T4MӶ-LS`Nkkp{}߱<ϳjTy`>E!}"AZ8_>ɰMUضmYMӤJsbuU˲8%_ߺ BeTXU嘴'kgo D᩼;K AX,!CO9Jr,dݻU" }ħ:/fUKyX^2MC" ҇cu%>g+6d.F@EeSJXSb756k\3 |M^,O ЬgN Z-CD9T7PT^Zm˲qmE TDS}ƾnk XuN rζRE>0lHP6~KX*J轷ZJH[HjK:ʱ`oKWoW4mTھsN W ;_ºbqTqϟT~1l=8n1mjV885pRy qjyUx:LJISJ޻eycLFY+AKQ B.,yы&+EBh'ZhCA`YfG? "[E{"Fb6q}8OnTIPz\Ǹf_q$Id2N' "pܒvfpdL,O&`0T*JMv; Q!JDBnIMRbg2Ts?>[gHJbQc-cc6gf ^?\oM65hSAd*0{mn ]_^H#4 VcUr_U~"e˲bHH8(o(KxMl<#J$IŸ#uݐ*V)AMոn6lc Vx!!t]O.kr:3Ud?FpXh:;Fż  a( +P .Dƅ(O̲,zB\);5E>}{B16$: %$ƈS$I#fChwTEQ45Mp8Dx4Q'C# yFeFqy)G4 %} ?qxPNm|Q ,WM00\;N8,l`2@[4M8ox|D! FDQ(ݳ4EQwpS8*gMӖ~3Rrq:w]eٶmے$_.s7#z85s0M r&`dFچ`d`A`"X`pCEX>ce,kD4K+MetO{oMP 엝'ϯ2i:YeKVPa&nfƢL7ޘ9YyP3x¦;qQa4ACe&@r-ѡaDZuG,KzjDyot> CQbTȨZ<̓)!,KL$Iboe)f]i, DPGP~?d *ԪmGpǑh{B (90`@MhO>y"Fѳq3n";y|5~lm"D), J{&FBQ}ؽҢ @ C48%k𧴠~!JqQån5BqB;,>Fl,j]*`u0Kܪ:* LQ awꤾHOToP$vT4}6QuQu,49qfcU~0|5 4ٯ0ht6jM ÀU1k A.{=oıuk'TJQK7z+hp,oY4^P{o0(~=%ɁǼDlI?taӀƴQJ꺞9GA$9hm[?N5!5tv4JLK߉[Bˍ 1Q7D RT¾9S˲{ڡ*๱OJLG374LxAY9P 5PQXNBw]-*+JogzJk!K/"W _quބ4WQ`Ӂz jwܶG T+m&Ib*BT$ȞR20e]אxnbM\ 倍S$<4M1h麮ZbjYG3T9fo.Oծ렒"yvJ-$R4Lղ,m:B$xvBP~ACͲlYHy}:W56"T n*:8 ? L_v80pPBw 'x$-_ؑFIjMC$_9 5e.O|VBed9fK@qי=|klWj0R"a*/ 5:؈r 79g4:4MID"E,qZ.5yFN+NQ-! 繮kO9 e*Pcܗi~ՁP9IgRH ;ϳP1`;{tT$}rQ<ٶ}X~.U>I1Jj_*b~Zh$@L ~܄rkD+ѯd@ӯni?8r(]+@-$%A "9F-884kSU0P,sIV`x<3S:oyw]x=S۶˲D lO"qlZVA2) i=&rpn[L( #XGL";8 09QrUG'Ljw}VyqŒU5JV՛M.},* ҅K`٦aB`X4>TkB + SP1áv,{umB݊"> P᯼/J4~ n(ʢ=>‰Kh tn i"ĝ;<‰a yke_:}J߆`-RheJm.>+>O/[YCt^2[j)p]ӢAZV4 Qg"IG@񘆜tcz}u4FOjx$C,$jä'^P𜞬WxUV>m/[:U nt ,`@E'E<.\Uj}Ǒb|i n.8w]t.mdx:VSLn J*0 `(1'0 B|6ͪ"jn  aV2zц/E/JCeO? 65Kvh2l#U9Ԣ,˟YlUJB}Km٥%BNV5Ìv{@ QIH\sKO^$!>ˤCt^gDCQ b _[; I"2FX':u{ygtv7#)D*Z@u7=e}X lZe׮ SMQ.C`G86sNΆmۤ[( ,:9TX1iwl["ZY.}߯zךؐ\2DL1.DLꀯPe:o䊺feS׬B- ϥ[:ݱPg*ըҭKU' JR`~FC RZȢ {HUFDD6qaaLk,2GAv*55ښpE8RO#q)"2Ϗ?H ┗ZPT3fcEV>`{@JS<}ygXiuF/[Kt!52ZKqY1H,Ƌ$JάG$;P< ,Fm@{\ic`Vd6*Tiinyަicr5Fch9T7 [WzG*>k"w}ذFx*Zk6m[Ϊ`,f}3o.$0TSJ~*hǢX,­e2m+鳅i?9T02,[ եSwEúR;ca .ss"cp*  = \*hHI۷<15)ęرR|> `}x0vi~1NӱGՁtsU*6 P:ה5tZ@sI9x?6\mp&c"pۍn0NSCU[02w<ǹ).sh礿: BO $Y(!HՀ˲Ad*ΤpqɜLIAl2$FrBIfVUPfc0^:Hj~?(Ez'@Zz,l4ri#O)R\䃔 <zd )耳z@T0 + DL;am\.@jؑT jzZ x@`;6I$6jxjxcE tl>뛧l6g@-DRA[`kͤbPBnTR)6\F]P4n9ji TR0Pɿ\.3ԦP1T | Jh L]kn{7j?!b ¨[P h56l/8"z2Baű-E{GZR~yi!a=rM7XcTٷ<fF /%ud]Wur{h Nj@_X1ސ U +» ,!V1/T8U3+|eR ;UlqM*mCefBbng :G1Ak9}[Y8O=)a 52ed?C42qy|5 Xg|:Z/EP6Q]3a L,X5 ݭQ;ʗHgJ/MgR[1tՑݶAwTkZ0Ji .)Ƙ-@wΙV' ZX־>(LVJ _c7;jz997o>oP v3+c GTKYM)QU?d"v8 0N/Ȋx;S10S((BQ*u ;]ױBZQ#8~8EͧdGཏS<0DPp%birB 8i*%꺮27^3l\wyzzڵ5<9h/333upڵR#=Vgg碢"LOQ?XfMdd$ЖζukRy S;|}}O |` ~HxfZ:ЩspplٲT;w?WjjjCl#<:"sJJJt USLd?}l8rrrUzϟ?=xfse6aދSb*CZaa` SELHJ2xn 455! LVx:5%)Լmmm`o֭[r:MA|k2ĩx6]4z:ʕ+GUbH#X455uBB.b-Z` 䉓PJd @˙2;g$ Qh8 333)PWOY^fbTn lNB1(x'^01輼<`YdQ@QYqIsc ts(| w*rԎ0v+Щ>^p}9s_95##d쾾>`G 0!! LG ,tjy,n&`BHMԿt U` S٩hYѣYq:8h>?YP/rvр*$i*0)ZȲe:iI $BMB(Ns߬ąuQ.e.tD7%MnEJShbߙ>λjF&OY,Fy&W&`h4ry0 pQ+[=ųt I^oj痳h,k0`pTF0A )M) Nmv~ ?^$A%HR$Qf91~08$I{v}$V @iBL2fM&ocqZ 1kMCS\_#|p{O$f9͚Lv'9p2e1J@Q Vp(DӉ~WVpRCЧ\1 0_"XVV7blNrUNewl63d1 ʔ,DAṓ8NFd qֺBB LrC)}J//V\9o<1ڒ&/lGçӑ[<pq`{ =ỻqԕ666NNNh+ל@CVCzP[x-#XA#|yUdw1 lj9::ΩաaF1옘`}vZ$`kHKiȫc9++ nEP&N`ġm k;S˟={GuIvvZ)))9؂imm%>yc pNNN9@KF>>>2#qϟ`qa蹸q&rH ],.ΖIn#3F8vd?򙃱)/uSWO=X@ !],s kO~k&zs<P>&NqKu^~`A XX=yd2l?}(*j`dBPJ-r 7ZEQ{*k۶<thyG,٥euw#4 74 T{i_| ¥*U8a?h]lHDJɨ}b5NCDP-kg0q9..2EǖV.tHUJ1 t1Pfl@<J[^nʐϽwϝ;N[^5Ȃ?n$Ja-O#w}v½\.z!0!mjz6/;{y" z)fIN"O(t T TIՊ*'"UUJFQBE%i(yш3_F\t]-2\ŦZ>ԕHZDϕnCDUo!(n pAqm4@XYQnVu6ba՝ZζmG8hVT$X8+4Fj: 'gvyK5(nJ*M .B3H3U7Z8S/[ɪ`:D:&C ҴSJ?>s=?P7O~UIiw;aA٘en;32*1N/۹BCszR4L0Q% 0,vH$~֩S tM>ĺ\.G[m)"7Lp8k9_v֧ 1M(O`5xbFf(B" fx<.˱XL>ّ]miO\7"& *Qe >X0Ϗ]NA6b UH&\L0ZF ҅ 'X@r0F#w{O`08A<(^jXT*ܦRL&qȜO'Ţs$y/GX>_{6t 5ZV~P+Aɐuӥ`K4)0Rzy}X( aC}4!]23Fz۩zI$7XFmE%jZLE]Zr sF~Eƈ>6>v?n ޺w!A6h;c$ RD*DBGv#pgL&%|5]fvaZ_.#k&LHAzo{&UJ H04MTcBu4 2DP6fOÕ6Ȉ_4N+<<^I\ʲVqiE 8 FkB2nvƸ AMAMEGGb QY>GH. ,EIeENn'ZI vg {aQ|R邀 MhfEcJ8eQpI yp%QDRO@ )cv!37"'@]]Ch5O?(:MbZlyB۶pq|%\{psZ6Gt4"QA&Yt?MאW[Վ&HMx#j9ne)𡣢kr2#P`Vǣ4U:@(BG%1EmVNULF0jUכ&ZwLVck}2ë6Ƙ12wL irel)@Ipu,+/fr*C6FR$pe"lW"ɤ\.3Ԋ$h` >:ΧMJP.#4dq[.@] ف:KtP'2̅J!$7DV4fg`ger9rӟŘU9 8xez?=?Y4 P= "||~Y /цa}P#W׷7N]+nYY{G,Z븯 @ZV0DQ˲4ca˗Z0_`Brz( [J+cZ= w{ AjxUE*Ve:a#B`o/k*bp72El .=\.A@8*>@}utr<]J`> RK|B~| !IY_at!EDdYvUÔM,Xp ůT1A!)v.#:?pEo&JٖY&ܐk:d"gz}/^V2Zu Q7:00f!^ؚDe1,KV5ciHyuCU !puO,d;p/]#MG_{D H񷯏zY?zCwEb~_@[G&8SuQ€fAGKplQŬRz,W#C c*p$Ű7cz7"yץjl,7(*.=AA ?kڶ gCI՞u: ] caJ TtB!Vuz5)aŋ8W?$1o \z4HkpnImXJyl﬏@Fţx̛7ԩS2s>큼8N3F6 QshA6 9E x#mq3ɓ$3@M((*d_5 99%$\C@.n[aB}x࢙@1*!$C𻟠9d8P NP Kjl"k`_DSO81:B6A!JS>sA0a''1lbii$fc&xC"K'NLTNg:-GL _Z[C-GRZC"' Y u͒7"*LZW<f&$D4g4Im¤| ߅9O- YыQkw?iK/@%F&i֓t]Z4HK$ڭN6 8?o/r8/j_.鵖0t&K,~(vJ< ]0Įc\4ɫ_)Ϫ:je[ > &M8i„;:u r4ԑ T (; ]raci|)f؎oޣI^'|joHF]NΥW,BR(R;|ΤPX0$ `KҘ7g@M=c#3]9(b0.0ck /tI@F;8 6NҼ$f.fYhewl lPŋa1k}LY0 B>h~?!is1Ą p==#h5FI'2<_#Uo&{# (dz ("u`gg@@Ql)(e I~wP@;Cx7oVGrTx3!=1jCM_VלKsLMAF.dVJO\ExS8ml4n{P&Tx# ܬÌ1N9+ 碾w o?k oݸKQ%%C!K\S> -[+Zkb!x }}ȲEv4sq@-+"/ # BBLT,_Xe+1o70'r&hɎUp.._@nb Ru2B0wMV'/<7ECȩC?@TVVJJJiHxt(`cZZ @AH0gN Wʕi/}چKȱ R#+{]9w]h8 F(`7D9M { йb(nDt%XWӤ/{ "댧5 T+ TB ffM\ g[k2݌5 > J  26V7iHSe!!Cq ]sR$їnT­9u2c28ji.H9 ` ̼nyC~L63&g@넒E>3}/7;! ;kyo%/tўd+~TNǾx&Xao6Jzv \Xs9V;4 jxLy-7r9Sq+'Șe9:(jtqb,o_~ 0;d8g2q  Vk}h%C*25 ֊gؤѬ8J` @AHV`,&a`ZzzN௤L%~oyJm}gˢU~6ƥ?/6 -eNp`mB6Y[m(cUA*(ƌR4Š5esu]t$YqE't:^"LxpR>nħePmʳ7/(␞D]=B]PWpEAH{hfÉkd4$qJxPB0J3nx:&4ɅЃfө^ e?D1K+eKr7$Dn;g΃|CCp5՜繮W&G6 |(`  @p@G#gy$X=| &xnz<.sl@c="S0MBȁGAK \r ۟?@GŌQ0 F(&HLLtss0@{s+P=b_k@\Cҭ$ ?pA4n@X10M_,?-cx Ko+&QWxcċ.sε٩x0 l@0! h#,77ZkFo"")/3VbZD@/A4N%:Toq&:^]uo8y L?ȥH_9'1{8GNHNڏ K4Hw,I5=?#K?&7riȏWvq~-r4MoX;A1/Yy=Z6Os#"Z2q_[:?9a؋IQm`[CΌVi%Td*3>#ΙuZlΘCL7$ Uח}Pm 9#ѴJHf6Ҍ4׶T(́/tV`{_v-7 04#d8#!1Yj=WrO߳Mלr98Q~f޼§7Zk S\T4c Hwqd^11,n绀;]g#0!rdZ - qr}Z6b96# #:~H yw%fc)-k}A% %9KCψ܍$q0QːMU0NNp8XqQy{K!LpQ1HmHwtn,]]l=.|;NMZX^H7gк gѪɮrCwn~kf-thD G~;a 9l5KSkiBfw |K G07Cc ~% aw9eJe>%%3 ,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVyRu-Wm0:b"&vE5 }FazaFY.Jc\NlNӔAd]G5ܤQ$| @1`9R!Y{d%)4dfo|pM;8fZPϲ,'Chڵ>Ey lo>i'EE´0=3H)1>sS[yy(o @ڑqueZ^B1~F^W"=+>|S5Jȫ`K[fV0h3ZV0x*|xx{bV!h 8؁  dGK !!F<d"[DdW{Qvn%0D( /\W-硏(` E0@0Rx ߥ'@G~SˊVBHRÁq۶bG$4_uݺR<*O"T\c-˲mK#[[bIri 1e i|;YS6Fn)4& FNcb?}0̺ɓ?mqܾ}ŋO<Zn mm]Co4*߮^/`J7;881ϟ?[ldbbwss۹sQ@=ի\iii`?~uhM#|~gg'@AP~@ t ,QAF2ZD2d9;8։O #WbhRܸ?TdEK[eu/,.T,k ePZ9tFc0G{$@7n6 >:k!ʽ{( VbDy!t3Ç p$! `믾~ɡFS}7*`%rJbOM9#3w~k Ic @6H#w$@ |{9do3dz||<OSSÎ8)(R=NOc orp`ͅ:Pt+0s6 @@ `*: hYQi؃؄"_:r!E(8c"YCŐ ey!,0b{S7o1"[JmȘj9 F-<Ϙ#n"$IiYxxŠ)צ 'BF*sjL.@<`F4|lp$ɾ8 EMPDQL1.\WʿqJ q5[k뺖90qilGT.R߃] ND;'Dz,0~ߦijzjCnH觯^RJ&3 =_66Gh ~jffL⍍6 ,ÇXG<*FS.߀hժUx;A.ռB!?|:_}j0T-ρ0y"0) KBʀ!sCW[J?{Cƒ(Kfz= @R~~TM؜'E9U8tbZkIJdR£P1.fd! ?P#vo+zdx|Ҫ8x[ &E1Ԑ}d#xo | "q<ŋiPFq p`2, 9n# )V?4DGG} B@F?C䲰>|xtLlpY>>0,v!C @ nMbxo@v3Hhz5o%ܷߌZY_I8D?sNPD^XI; LkpWfnvD Fl^&t{χ$7Ҁ uhMT-(@{=?A!{!'sxz8~|ǏkWHM?C@;#(yE:3%npڹ桒*` ⒫qEp]\w/]֏2_Mjei%H2spwQ).u4MK wYZ\i< lfØdN?%h8뺐pp8N7%SnqdW=R /Dm[`O⚏fq F䵆@.\ZGVG!M{Ğ+_2AZj;c~ `0՘n`(s3 7ԝa #yoң Ye1(Ib8OyvM'BJM&={ ˲0wשQZ@69 LV>.Wsw͜69˩6Z {En!&h T !0? ;~و:",̨OtJ YC)1|&säy&:8V+\"0 Lʉ^gERCO^vz+p++51Za%ygwC!Cawe7GR jć7ѐBN TM>]?=VW-xh?INP-L4X J#=")LuU|}'1K]ۖBk-dR[ YBLWV.a`#xp.J\PQ'ƒ跆}}JegOx~߆8`rΛ"mF|gC'$&H@onڴ N`XN]t〉X!`˗/gbbW9|0m  a}Q7`)ivI_@HCҳBڎpr`.CdH;a؇#0vq_}RIc:Z ڑdE6m5JB?%KEb0 V}8azyoMNBCZhMO~kEPBEiGeў{RȢ%GZ>͇sZ5}Gqm RN=dbKWJ92qГ.JҶWٺ#?yT"e 87M׼y~b|Q]()CWUʭ;I|kwi"q۶윱 EfDlAKM pOyi.:)m-aV| @yQE)& RZcE0[Apm7+Gjt"TQi(Rj 899g11RJj}fc.Ц;5a0s|C|+:ʠ @ ĹdCνS})2.+!0;;ܷZ*YeO 1&m#B?)j~2/k*oI#J8 O|Z.Uk2J_Q|y\` ra i<+B|C]ej")J'(hyӦ=qmeq˟XdL$LQ jy_ɔ_% >‘LV( *N2fl}9/|yz֪,bĈNՓ#z/ک_z$o6,5Oyc%ܤ-϶Kٸ!{Wp0LdbUO9j)mW@ qF{ыKFb$jX%-).$kͻ+RJeěS68pm94?IX㾽!0gu Z&&M09guĐ'gQl MM΍C)e_,Q{ѫ R\]Rb5r⋯xjhlM-Λ(3hDANd+Z1 Bu#9O4.0B3< 6#"Hs%_mQ_#^q`9mIU %Qb?eXfIvZyJ" O]y+$}}Oa*!p nSСR=dȂl;kWI1Z~90ي.U\Fjw;1f ~!I[K)+UmmRLgO 쁵>6Y?J[p+hÜs#nkIy |T̷olll^;(\ZMOL?̊) d`B^;BCV7͛7oƐs3dUEMc.,;d tnĢ]vna . L`3EТ&Whr88 m*Pk!9-Fq@M,jwM{?Iл -z@I]hEY_yۓc.ylUk HayigeghnL]79|m* 2eF1daČwĵPRM.YA$ŜMԷ7ɽ.%U8&F2-Ḻ+]!Rv0hqCϞ= 1*7!ϴCN1>DHHhɒ%ۻrnUk5 B`F;y~@!Kɋd96CPBFP(L)'`hm~|6qӧ}>^O%yw ࡨH4_?+sϯ$?[R9Q _$$N Ӕ+%׭[gll )+c<&|1*<r^@F@~-,&& a CXX蝫ptgʐ9IȗB:@Y\]r*;0xюm!LSf:'`7Z82Hk.] 0&R1tt0bDi4QDi1=%#BI2P!69`< xIE]o!9keS!* 瀸m) iUU},I$Ֆf={K܍"F;U|j2(+4X=MdM7(%O'&`ܛ,K4Mq]W8b./3pY1WPB61kԲ,:Z_ aZ'A4#߃Ȳ,I1PHn0ܯ7pd 0"@( W8 JYl^o3;0 (Q97ZI6͸ s] %3QbSbJ^^^###]]] >;Nݻv^$DK *g,$???11؜<q-BAa-0PWW?u)D`"sBR} ,NE砐Z;ذMi lBf 9k22;xW'C7R40I)@A-7!j  -G!,aQ>;}nɅsG`]H >0δΐm1𣵑d bx[r'<-rZ vl<صk@j&Aċ N 4x. |qYҖΛiJs QcĖĐ%P7}cH $aH^5t6lPjrh!m-~Uʕ ~-Kt2'A! _U ,a|<>@ =Vi|Q2#࿶L!?dB.i FQe9JweSj4 t8i3oeKj&E=I~迯W[>1;,;Ӹ~f U۬:r̊QfC"2UH a.#<+e8ᔜUCȖ@`\zϚԬd'$%!`2 a`H 3L0xbzo,MmJ<%^8N(fՆz[G,^9S;֑kĉ(h^ym ƖUj25acI65o)AM+v?rzX!w. ,/ œ\+乏'R8c/}gO;:Tǿs~d1d MVII rv(9`߾}K%E9T` .SNr k o"7 0-D 籶L, %4F:@|yf"=@NljjB `ȁ XC& 7v0男 q5 @w'H]?=x "vvv2> eQ@,(wG)@@y=X ˰NP?BBtF3q4})QLK6>`v|-IX֏cGt|U*FJ%5=WfK9~GXI$G{FR{> oc9dMgf_z_htlyyyc+11^F܈ݓV3ȩH&$$.5TV#pC,yPt\RN$??Grlo_0΃y7!%4GTÑ:4MXY `ݚ5'O ^f9 N8yѡIXr555Fd,mmmT `KQNNn4dFO֙Dэfy7o>1m]Ta Fa3 Fb 68::` Na(jɱ9zoQҟ~U51ɄHXƗ})VpJ c»6]@a?,!p&9ct>CB:y_4c ɲ<4DIs:9gyЇxg u'"H0WA-+z|\:F9Vq Z x@l0]`[Z,Z6~xsL/GBY!׃?" (`|s s`k'O҂t_T},PM^A>P|4F(`@1x]L\] MH5sI B F(`@NS޽ A\\k!',ja"u?De7GZRJXnN^9 _OyR?ݥ<6m8z(A:(3$78T&&CV]j sd|b Ƿb̈_4W f iToC꘰\(joi@c۫k8d@v}m]TxPի@Seym[eeŅEk!Dh< ljDDvAd,(Te D*uk="ȪK3^#fN\ `"fMYΜңaW3 ߚe)ɮu2Dz2(mKlG' ka J+eŬa ,ak@: ֲ1OD9D:1Qh o'ld8wǏ򪫫gϞ#pDVX0m f%F"Ǭ[!LEStHc ΠQ0@liiݻ i!<$re2@bo=W/,,**03Û)2BC`:a ) ##7.aF/堐T/&oSgb@ѼQI H# ė+fQ#S/~ K2ud`)0.3]E87Th$NjOAオ:{;CMr4RՔs Kg~9^aZK)45D\9z$ބ{JcI/k%/V GPr~;ȄZDZ KF03۪6x[˿Fjh@V3YYY ,dDp)bE`PHS5 CI`8h+`p`\Ra *ԭ@f2Q҅OR[O&93V1@gbIrPgm)/Ҟg3ʣcN8J[i$+CQ.ڭ-V=aM40E*9F}~5y}ݜ%+GWܕu4%A<\sOǷjx=ef /QO1^A u~a*s ~L;bç|3:at I`ΝO?NvGÙ 4bϟ?6 X`F Cx9xhp0| @1!t9 i0bvP_܀z%{k1 f/Vp5Չ?eݚ5)OS{QtN:6 t CZ([<>y>^ΥEA%n#Ѕe%@d@!P+:{tdA*|]>0x$d3M۱t!W?qzK4ڙfrahYm:A PH^۠J\CՊNG 0T0 ֿFG$)mu~yݸ{XptʣUwC!x0pn7QAɈ>u~ɏk[[  6r8 (m}}ĩ~N"BvC%AQygYT#`KOjة\yhzyF*p TIV4.~Q#4h/3 T8z:ow{u4MGe'Bx< u=e,0 ш>Q\J|*{Ub,X`(())sl߾}Egb]>|#$е---cȹy'Ll]Bl!}b9]Gys`..=] *l&<0$[P']]#4GD8tė/EޙOIP`f:}= j e9/^X6LB:HEEggsņت&BBOP!lr:8pq>JP G%P'&v3WS 8+), < f1D?,v+=99$[6^NyC_xHlR7.>| ,ȅ;/h%cNN///dR=zRŁD>iOC$5vtt\} !+ Ô@gã8X!Uhg u ʹK.xBv2FѣG >H5a\ rl @T 4 lȴ$#=H5|;2H*F2fȴӧO aCW0h9A &6BP?4AB@#@kwL.^}"NVĝp ?4쾌++DĜQ z\)]MA Q%,7q墯F m }k"p46:>ңVkc@v0VHoOlq[ c;$ghTBF'}9qk@}Q^ 7<ȓVlWC c u4_9҄]r%@1}d1x`0h8B"_08wE7d@)&;߿ !_\@+@b<(Q#zPJh僊Q\UV ecZXޖֵ_$}YvPb zb_qJ cs"Kr$ƣJ[[5'Z9G{dؿ<ݯYm) !"y u4眉t=ErmZ[+B/X3 bs۾q-\<| LdZ>3`\#KӁZn] ى=$\9>@"#f#GXXX^؇<T"13ȓiy35@$fydYCCげ)DRLa2 o UT nG& 3و{#٤- G& 9ÚIx[2>4!cS)T2VLϺUL  m*j9bzt Lj\~ z(^zk(>ŔD;%C71 b Ͽbt% zwNAOQte{I:\y<\C JLx>! 0߿+C+\9ԩSX;ca F! sXkk> Z??A7ۏy8;4ђ>ظO.0 8AA8oy۶q7R\Ggdw|t(Bx։ #1s]DqJq&'Qgʧ#M2:JHd!8l/4=/NV1 95|,KuMX.: /I?q]&ɯ> VTUU5׎mK›'wc z6>>Nw t'еΥOKdlsa= OӸÙ@vjTxBYq Ly93S!qV W455 T/膸8ȡ=/,de* oi Z_A<~ q!@.ҠO8S%9\m$) d dkܓFIE9S^\0  x.$m੼ -<2UJ1 1`Zk#D:X /$ާ@ ܅}Ne+Qc4.f^&D2Nua10ںp3dgSocS\Ng Tk3fPJaM)ȹ-::sA$/nz|ν,ۂ['l[CU''i } 8ѦXư&:=xSbNv!u;0I4s30s#IBf)O䁁 g?.Nȸ 6W\ɩS[7'_p!sY%&$%%LΝ;wڵ'$%t;t 7}4 NJ2:~@™ 0PLv  $KJ2 n0< ₺@4 QXB"R"mrrWUr@!w> 4֖[dOOjZϾE 2 W!IPH@)(L+a^׵26hNa0|dMWmNbNP <ԈJXe m%FPA@<ƲbcN4cFsMӘ-sR(1ΒX-2hV1<&_؏8w](#5h4\P+ mY%rJ}T6ͺh-ru<d% no |c^yLO5΂{aE0I(wk|1N)8VF_K}\HRߘbPֲȋ<==| rY9GHM V"B7GG q!(6}Fo(Ld H8@ w"ZL^qA Cf^ Ԝ šm7pNA!RzS0SShO7\ dZ騇#|hmYK9撊ވ+c !XksQeA$y\Y삳O|\B't95h_dm3M巍V#v!ڙsf9tGL5rZwc]۬_ ;>Ghd.!/xA*uzI70G/BAsu9jT*Q  %@Rh)Br #b2$P&Rz~?02PM;~L)wcdǑ}V m|NӽS#1jHx8$s0e0 ,@uv?{eRV(Պ^ ufTX3e]K(3ϔtqJDGw!TrQR){*;G<+)˺YΩd|Vʓ'O ?6Bgg' Xچ>^JDJ28S$) 䵫WC\ '!Jdp04e1kP& (M3,4P)P%v5k A{;| |v$S0~& -84a'$ "@^EQ]8[I 0EEq̙40;NG]^f$2 R%죚A4a{G׈zY_d1yn?OT#UO<;4M[,)f4R]'#ɝށ@vT!:A2Sضn׃0/y-<O@UI}oc(# /˥4DPRaCK!Tl6,]`p<~XJ22 nzPN5>wZQ5l@C% s^Jj<g3q00Cȴ|\X% nd 1oriW&ç+~ ߛ|)|;<ȓ< yq &F' @ƅ#J{iC$EaZC`rwz55}b樿aE:՗j?EI@Zk޵Pa_U9@4= KX%Nn nFlr0{0>yN!2<`߾}KF?t@ w#氃E7d0|`F<0< sq3H(t1tѵ'`{(W$D͈]ZiP X?ZЂ !<'X_EK)-J3!SPK3fJ)j,3(M~bEj?doߐZWqh{Cfy#c :0H) `q#Tm*B:SfV2m٬چ>M[~u ȷSrBss h7bAn1B M_l[򲲲}CJVcXA ϭS@nÀ:ŋHfHQ!XL;v)!560ޏ Q0 \=b<jF(`jt_͝.̝Q Ce7uB!HS?!ںZTɘ!X32М|$n}ZG8@8AbRM۩i*ZT y:^ "T܎"J!;Q\ mfI*z8u*[ >d̆q)XJAXG.5d0MY诞~`XA .9&r}55 ȯ+իxq\É~(`aGh |'y`&L%yEhGrQ0 %,E@ AԄZ%P%Ёx"8p'Il&D=;'MSm=4 SmZetaHZ%]KQ03cuyG,PHm 5)NT-uDs95ľPaX[Xz$RȺ2þVUE3`L9Ȼaò{=L2P=a`RD(6p%RʸpH8Β٫>wݹtEaSY^Ǚ_0WvLܨ|6g,):K>o!LﲿX ԱeY@I~`19 p >>f`SVFF΃p׮I|5j`Q0 SH:u ;NY`Nuk r̛d `if`DVcn:LT'5s2Z7hl)S Duc4VeTOx.QѦQ0 Fp` GJ'ikЖZ]t }i] IHJvP2s!@e%^NxDrr8 A5pDP4!/+P $!CI N2dzI f¼<$\qȢ/ϲ"graj\VLc&f`(\k0+i+`**ˍCjuKQ%V]Ey[YFlM}hECdnʵk!AF:{R7Wh* w܇(EGDQ0 F}0X;a KP[v0aȆ#%/L[p)6t7[t]-Qy֬ս덽0aѬa_-u].ײ,_M,3۶2|~zxaƬ1q֭út #%:;4v71@[_Y ̉2 7na^vk5M)6gϵʘ?|  >g]#^v7Lq cf1 qP4 F(`ZG(`P(**`r Ε9GN,TnG}8gͼ‹w|aH#\awhc_FQ(hQDqQ)Tvl,EG~g'rHX_T@F(apMsU8?6ef6:Y:MyDJLڒiwM?qN)ґG:`Ll ]#FȖ%I- g3-Z׊ g 謀H)y_3:'~'*4b1'DNl|Y3-v2i13bt<~)UiVkM벨38 ԩ* Ѯ;|XvN*滳$bF 84aϣNDGDɥ+:udżt%tAMMMbº6]BI1 hbmގQ0Hf@0xK즊LEܟRxf[  1ZH@OI-Fe42bV +U!B4&tpWH|z&sm9.:lO4guBŴ/eVZV=We#-K ZW7ȍδ[n< .@NIHHL6mԩ` u,|éSw80 )(I:**i众 $Q\R4r*$,C:zn([}b7XMRI%CkGϒlNmT V"껓lHVQ x_̺Vj>"(B j*{C_E=)m]w/?} e[R'CƩ$T94R?>yS1pe'蠝CIP#S*#؃s3-1-G_F>Ȼ׮^*NB~ @ P=|6>^; CeQT`:uܹyu(.6`8q8vjJ t$Щԑ ];wRR *r;-!`rJB|1Ӎ9w(is m ex&!1JC½@ߠ׮M68dM_O'OܹkxM$kCLUMm]GA+:9dTU*-#@HC@1F\vc}crJÌ2Ȇ'<#`h3πllFp 4|JSK#\0o>$EXG ـ?@~ OZ' rT.nn|||֬>9*bƌv2Ve%dw 1`b0a :xpm: OS ʑ  <ST@ $?@1)**ʐ^KS3Ae 36Ȱ9yDBR1*qHa!N`5!)Z`haA!\!ҩA!!p1I=``ɓtUB2/";$j&Hb܃ Zr \Ѹ KиL ! 1-+R3fUdɨ I"y `KFmԍTI^[X .(uWCs2$|hi ՐDXf'\x'A7 pԇ:mMBZXGfPay͂N4"m8 8E] ?9MVܱ)+ْ&m)FpSJ!L3˦䌜< 0IpM5b<K..8{T )6ʂ*wMsڶuccb!rtf z\NYd=Jb:ژSp4X#"]jDxF t*F̩~x9|8#=k9@SVN.9F+05L m[a UA!ʀxڹSA|L9O?Zf?u@Ν'( r BnXCn,KڋVn $`Q (@e0d'PLs{|^o(;tLqPWj"jˊvKR\D"h"v:nK@Agb⿽k2~{7$M-B;Jԗ~d2z=#( [A54X[{)Mj,\cU,T4Mp*"o3VfiP^>>j4j vG溌 g:DjRNNx7F}ːVX,I`Qe:A1L$OOhIG'NDvvnStb&gnQ9Ѩ!;< u乚//TQ ńI'ID`0hP?$؅~G *V @[jԯ*t98syP*S+x|6,"*ՠ~ f>kݝ5|>^]¨rFnrv0ja "I'lD666*]@lD / A<#D=7®˛oްt:UfPDG(7t;@i0h4b@tP(d&I_٬FԣIe,[ $8 "jFJ}c4,?D2 2xd 0nfYt8nnX)Xr@vi={ M(N^]jQL N8J p jVCU8Hl6EQ|#I(]Ҵ(wJRu3u Rvvpk -#P*t:4Sp~@JӂI`-{Ad{wjF\.fUhN8'xdz^aOE4Oy~j\zb-PejRrBBC8}>c>ު^A`ZBMR *h^z kh4.H/{p*Bۅ$d2lO$IT>Ǡ޻;P:|GB~?@lV*pTl`-DPӵZ-Hx7ca ^&I)XH1-b{x}hV<􏊌gpg40$:{߶-k TkZWe!P&[Vw͆#,bD[<}˨/qZ,ԪsQeJ,Tc A)M)mRPq$i82WQ]ݞIF-@]ו9UPeQ߯>rŸ A0IԴ Z[<){Hn#9~ c)sr_4KwD͖@ǾQ|>)t&%aQ1"Ħ90{ j)4GV؆ar((*fB4tI@tJo0ߝ<0 NI<&Ha|K:6b˜BDM)y7*cXk ! wX _ߔZ3ưDVPc*,wJ~r`]\ʔR/MZw'-Wl0;6p(S p:*KK"6EPXcIݿ%ЩâTfXcG`Z{G2H>`l5=sf^ryPiDtCmc]iv3V1\c8J+lCG=~Ͷ WmYD(W!IܘS"PJPs+Ϋ%T(%@KGhC0,MHiH9tȦS!EG`R]]MPE+)gΜN=qȦS/1څNf|*iT0V *XvNvd ރYr%@Qgի}||h]III'Oک.N})up:5//l^Pq SKJJ( i(w͛7-!ZjSSNݱc"MC* :uTVN9s&*SNU0\X֩l2ҧ ,|+R"Gr ;-~dY4 L0@TGDŽ?Hxqلagqm0rDeHp` b8'O6 #.ae6ɵVUU$ IĥWU-0)ij<cr ,H$ bML GL]זea[*D|`v3ꁮ'@#,EX6oái/)EQ|ǦR{*4cM$pI9>ED=<רmO+ -G{v9UOkn]'xlRx :EzsaݐhJ%JS$#Ѻx†vVאJcL)=UBY̊PB8ZDZ+!&cIJD_-cfN#pRC>'^YPs٬n s81 >žz-vMT,:0]0"Aa;*?*'\jP%upk']Dfv]Z:ZJ[!qQ b)3У%lNSH>Vyyz^,%H00UE1N|PS8Mߑ$ 8J.[L&r'~l6";F%MBxxFVR ey;A`xwhUUVQg\ hTY+jRzuΔľ@/8ilP{iDb}kfihre.U,P(ºJ(b1iEUœ;R 2`L&?v9@=FMݱ tA.7x7\')7CQׁQdn>S0vэ¿B鏄*kHڅXQIu9W sD j{`^")E ̯?nare& @-~~~T?YV{s玊 8 CE6[\Latv* r7FM]7._EDE?E[;ЩY;  0r,= t,f.,wQT Fk\\ܧORaaa[ۥKΡ s577:ASK h>&M'61sήvÁ!uV`MgBdee=z>XN..f={B/54#cb$-,,| @Vbv؁UiV`vaV"">r an潐aQ1uػit.76ǧY)BB}}K$B #I{t7eȼcAVA)MjJ)ZyV%MVQsY-YŃPh|=|v X /c!?5%߁:2G1@E h%p $[QÏqA!nEt LyUU`ζy /EFBτkk=zJIBmƧ?Bm1$OI҇}.ba ACK2AAP4@ҟtr')^qϏ?@3JT`V  ibVq ݙҡΡ t۶@/eCs<^,ﺕ I}ƚMx",_t:A!(tii q'(hO[|/H*?ѨX խgQ<%Q٦ 9NM:Q)-E]VD?ۧXP9E%DYj W+gs͋Xڶl)uF^9q';(ɠYs| l0e|ZЌW` X$ iyfd9VߘHt@ȅ"k`K^=t9xB=^!@T|,rdY6;jm6P*&xv[Y*O8 9m 3E[iJs~#5%ax>qeJQ~<Xw4TUfA5Tr+ A3  ղ,$(G=7r!p? v _$4M^ͪ.S;7vEk7B =PX)j%jH&-Ff,w00cooǨqG̚@ʲoDL;:f<=lM`.]g[jKfuLW|qyw;? j {XlX#JC q+m[*='2H uFeYPPBY5THOU08>. b|%4MV1B߆KՠG1:3=>/8z]EQ`V<㡒FՠT,%h,"&0M$I" %)W n ``+,c@xCy_/Z:dĉD1|d*FDlY!i܆eU1=F^LE!H?lg۞~xsڱ^/Ũa{PaF@̺^LA0 z]Aǁ$tcZ^Ua}5dU2SM۟(Z5,@P}/jXS6u6~ C%7CcZE!47Ѫ[཭՛%,/zH awۉ4M3Hb(tkoxѝf4+Ƣ| ʐmH ,mQjWlW0oC544kYj}ۈW-KD8g06CRW, m6‡$,bǹ^*5ӫ뺲;ux͗|UrTGԈX@w; ̀,?zZQI2MO=I,^ t_jrNkWa'2*P0ҁ@W_P݊Uk^]4w"8D.>ܫ,XYC}t~G"];0|i9,܀ jj-%- ele(Jd.bǁ- B1M"QJĝX =5^dG|-F'),L Tˍ==%vf5,+WD00!:*8pSvun1o]d] ! X'GlBKA((KYVQR ^]%'#F@NcB8*,:GL`4OZ+D4Zk(YZlu ,1J Z8-5M%)=j϶ރ-sq,;9gfPF5g7fIi /5c7i1< \qa zE,aJvId?PQc}Ih4["k߾qz XGd 3ռn*<38!ZJ_g{ckMBh?ZBK$㨦zj)>8jTBl TOH7*SޮXB_w?@#;CLcDΊףi/u[&I}$[2I[DǴcJ)'na+LQ5(qHfPXo~n]^H1aSkeJULV9g#/MK'FJ ]ZNu!}FxG0bB>M†NA;d 4KP2$\  p@̆O:ؖXLMM ٧ThG;e׼YE566^tIEAq߿}CS lt]yxx3!`{{{[[[!@(ɛhkv{I&Bǘ>ETTm:$3f h9yDyI)0+W@FGGC7Y5&L&Z̨:5=%ϟ! 'HP]paxx8S̛G`:`N8ށ޵+3-' L E7o-=i|*SG?/jl4AF`P#' ъDZ9hr}wq elsH1m?,JbKX׵TEAfi@NAE" Es@z Q7T-Nx{=*T8\>0X:MS7I j_=*ި|,;DN>9C xZB*"Z5H(nPټF*69ceGޮb>/Mt~!HGX [be%b{ NbqwYW|\]1c ,[۶]y8b9g U`ol^؊9XJɨ5 !a1L9Rȃ̀ЛꪔRs D,K]Q圗 iHPDZH 54"恥Bos0l:WCf +kG1BNu I20.!c`k߾}---rrr T/F烌e$N= lC rJbbիP .V ˗/S ,iT`ExbZ8 Ν;ӧOH96;::֯_OP S.] t͛T`xeWWu YE؇ÇL"O"540:CdppUȢ2ji~S^X}];w\nnnujtt44NǏCS)W߅`; ٕNv* l`!](Oڵ‚Nmmm---EneoO2bʟJ0Cu͚5Tw*'wG0ՃE᠈HE'QPk`3}$J&BC&-+h2Ťc 2DHɭ]RG?r<=s{Ͻ8lj8Z~{VHJhj1(5,'(` r4M^0| CO ;<:+_XaZx:>|,'ygb`.d.Uzo>tD2SAQ"N^Lq{i0T^7j\',Ih&Igh,P(- o0lRZnR~AKZx`M t:MOml>|SNf,~\^/6/RH"H*b/_ΎFI0LŤ)1qRb8g+@U*1˖Qeꋪ5Arxcuh4jF,Cc,  8_<^Xpݖ5%ow0`Q (|]X{S r 'TSH`REd8OxiU̝eBG}isuP28i0 Ӗ\^>F 9{x63c,rlDE]ٶ-=)ǁoۖ*|Yk1P뺸Z|$P{q~)""O4MW}B@긁jJ^779# Iq^Z+Eսs8Zؿ] lƇ؀M/~C&L n!p222\ j,:#֠YPΌ#cs"Pa:Կz=h& *5<8"ߨ.*p۶pZՊ/X;cք(@.`>q(Atgh;]kK-dq9 I8fp #Ǒ\N yܽr0+E# B"xGFF)׵̠&xIYW0uPf30p8|gheBKlYl ԐVZ.68:ϱKbe7>\Ӕس&ϯ/܇FX[:.mg#pߪ&o9,Qnx08q@4zxGH%Xd-x_ `^ Rb5l\,j^!,T +J31TYzVQ"@چ=z*0޽{RSSh<.e'O+$ka: N%vR*SOjJ*t%`qDSi :X\YYN%߽k0r茌:f`J:-`w J Sف=y= -++ ggt0 I@bm2_eW×B@ㄏoD$ʅ6m X1i+:p~.1A12Y`%Ab6mh*;*++\/Wii,шptjXM 9Cx}LOjREal٫a3T.L9 }t yJRƋR>qp:AŶoAO$&khlHUUvWFdJ;\Q{ĩ1 v٭m%G!u^y ȅ) ~O&c? YBT SZFfq` c-Xq4G#.!ީ|֦!ҩ?41KFj0q)(F|C>@Ȇ%(1%D%I>&Úm T S!RQ@ @;T<pE+r:!D:c;C4cːS  e">P5T0X;c( 6uH&NINy:$ْI{6AnTr7HN9ٔSc"N8}}ym.pG%ۄ j5DIʢIcn!M:9Azth4N̶-)Yu*Irp첮|j8 qx<.%P$_(p|?էSף epli!2f$%SD IXXA2A!ê[fA{JWC!ERÞ* [8νDBTQLT*-@ D8X?, znͧv2 "D?,s V/g@ dMwcU[d!Gt8@uI.:܀D+.$I\6~됵J(dY# Wv{}i63Mӈ Qbnz`0?v>..üw7!UKo.xݩba{/D}0Cs -4?ӆ"TH(`O{2dlڹstk߱? N0)~ @1!_ȸAL[.PC {V@lIB"_y@pرGiPB\8o r$.ꉷV59cd`*Y n5fL0ƀ~l.7N&'Om0:NBrdBR"&@Hkp}]K@ = AV#EuA x#l4yNjy픾Gdut(4pYzt8'$)7q'2U O$*ei&yHQH` v]dV׵S * 3NnwQ/ C9]ݞժ=n\Tv;u-4v4R>(=e> Rq5kY5RLbog>t8od"&S$1ԯuUUjҖXe̦Imv Џ|A8IJv]P-E&B(mԒTx# i ]z7Vb`LӨS= f(dةSb) @mOcЛnrϐ?3$EEd{s !@ $ז03[|͚yy2*Rѳ='ͅ/]Fyj4_7Jְ,mcd*)TQ#Eγ a0BkyQSfR%lXƔ3 t3^d/ZF,PhvxZ``A }2h݃9dRA1Om*L=+3E u;@?TԎ?{ ?;v|%k- *b$qQ:W=dl ?n sK9|F}Νh@ŘhV]@[ +끺$U@)1:? F'G'G'I EEE=`wd҄>`kS`&8$"^ {1+x{r2+9u0|J )lTw0$BFŎJ;y"=r @ $q6vhfgvfs{ߟT*j5a"+tL&\A0>vGahe~Sh"x\g2X N' ãLl~x<. gr8eZ$0\.d>_,'Xk˭~TjZ_qQ5Qb-t)7Ώqغ3oG2fubp9ϯS1`aFx I?$-#CQ0 F(g agp0рIEIEKQ)@oE"zkz0\87bg7fe8zWel?)#gۆj S꺾|~ā֑uqOtB\ ,qvb^ܮż 1Ckx=Ü2L#tY${ = 1H\j8hXNF(])@rMDfَ~|VWo_0.KNKewXFN\K]g oz^|@xD"W4M@9jkI:S-r4G Ǐ_#BoQ0 F1`V\ @L@;] C%JEi ;>::: F(DNЇ|F; GGGlDӧO@O<پm%.;g*+ ,-)@u hU'eexzAN|0 ֮^=\2kW676Aƾ? 1@"ANd^V s(` YJ^NAI r1BtQVXdna W\VR >GYSKk҄xϚyEv+Cuk7@!ٵ (T9rDyWO4NJm(WGadd@4 a8zBk{`-{>[ث{B-^l^C=:80u!K3KKqC`KLEYq]w6{v\?W+xCd v6{P*!2Ap(Nj8[-q^G#Dƣ1, S8{y\vnn*I6 l' ;V&3L/v ec p (x-$PKy0 GDs>A|1ko9(2QcD`<W'w&SF9ka ͸ Ł*NY©-!)䘍4xUs Tb8N0xhyBUe*i9.^ImvpZOA<%XE ͦ,M J&8f& K[d3f%Sj"6l"v rR2@ $ϝ (fӔp2RE l{k];wzʣ`Q0 pԩSYW7׮A!;w|֋{^Z0oGೲ@ hBeE%D"m;(vM3ٝ;vE !Cm22ZZ-M.0?)<9<<ǸFcvB_uV}!;9>1 c;+mlha]KE<ĺT]z7Sؑ6<ՐS.w (S`ӧ_+`Uos7ճUVWoټeLLϟ=?u$9ssaa۳h/_=d_Ю=ZfQ0 z~@Aqa$F` b V`5j?P*$2AcknvڜAfz7Yz߷ػ{۶ą NLwY^N;J0J&ÝcX0#W@ L21 r#_}0ZE+Hu_ѧ?sMCѢ/F6k6#^'ZBUԀ f#4,ι*gCuJv3zr|: F(d &33 X{aRrE:reQ0 og! я=Yo`#7ف0$iEәyUD9pd,w'pn\`U)1}ߦ{`AC Ɵs^ׅ%U}c[k_{ݫv[ Ū4rX(FT\֬;I'TiT0 t{`=%m:ZTh:agRNƪJ9aϾ͔gڰjcF*HfT(Du|c'L#UW((uyPړs)_wi32-,GQ0 F(T`՛6@1322Y 5VIY[g[j1@:ț ޓ,@IVAˏAJSF($,YYYvF9@5b|pM^ bRn*}f:6A)%&tQXpI!05%eFu$$nXqtp'R$vd_0zD}(+q(ZDʢ B5r4G"Y .)S4kɑt/j!}4*nԶ/Cn C `@`Yƅ$R̀{ đC xʈw61dVJ\h$ c)t vhE"'~,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVFz7W É`nRq1yUg;,LXae-LAgP)?UY.eYADvӽ11X'Ǐ#[}Y hiaիOG: y ӛ@7]kNZ =&0iM`dys] vy͛@?ZS d-Eh@ !^L)bOz hX$)`xbMZ$)HLCBc8rL! ~Pt4 4* A71K :3$0zZ$)Gx>8(wVT)pUeMuobm"'7՛Hx*yj @ tHR@/oR= C1tM')Z$)\M$*v*v#b M|,I $ECSA$EdeB$E8dO݁fOŁb@ 4w3hTIV35JM"K2$jB?!(41 @1Ю0&'$Ea!tbaLR*1X2{$5&UF/8A|!Hb@@ KRt3[aGbq%) cRM|ȐBL|H,"DbQ$Ep$1y531A')jf qMVS+sH D֊@$Ev =^JT3=^=^J Im"ۤV#  T#- cJz.#I/ޤdZl$ LyC ^ hQSQ!N&u*IA$) ȫ)%c eN1Cj? 2!0sI@RGIVaL  y}] BS$/Z'u&H* .˩2FҔ .ʊb I&@ by#`$E م1w?dHH,@LΡp )o"  *&'T]JdiXbB;`LRdĒjj {KUH@RX9)$'T]Kd2qbrj/'f 7of&fȐM$ 8dHv!@ JRB|?-vLR+CLzBCBR$8ABHv? HMR c' >IQeWMmk_Ѣ?A=؃UJ Ab I5˜*#&)0H,I1v{Z#tCx>hT5J@yݙIx cw37$\I#ķhW1 M&ZA#ڝǐ!Db UfL˳ZE5Pw$˜gbMRœs>kJ&ZZi fnA>QM`ț Lh  ZJ7f(@ [?8po؟ #Sj#DS֭s<1ۘ67R>BB T2JHft!"!=+nH#MRS7-_CiX -j[ O5um n7@t1h#4`O 5 f'0 \2cDѣAspn{c[p{dRMw쬅y8żKMu3!d10zwB բB-| 38b*?B֏HPM[ۓE#EKj%܍9'<H;<09ub z5]HA#Kn XEGD-C%d5k!¥+bIkSy󀥲 sgOw0!> {2ҁ!w5kKJ!hޤ -D&PdϮ@C{XMU 0́Q Pzz `lo naH3X7`ǞUTGF;f )G\#ێdb6:掃}\S꘲†L>gu$Ӎ [l]@I{Xz_2))ls/w7,<ބ,=B3Lp-ܛB}gŒ4x UEKöǛ7!Z4ۖk &//{" @11Q0 Ѽ: F4WG( F(Ch^`hͫ` @yuh4Q04@Q0 Ѽ: F4WG( F(Ch^`hͫ` @yuh4Q04@Q0 Ѽ: F4WG( F(Ch^`hͫ` @yuh4Q04@Q0 Ѽ: F4WG( F(Ch^`hͫ` @yuh4Q04@Q0 Ѽ: F4WG( F(Ch^`hͫ` @yuh4Q04@1744P_S bs :F&KC-%(hxh4Q04@Q0 Ѽ: F4WG( F(Ch^`hͫ` @yuh4Q04@O>޵'||]< K[`s ׮-7unn3 0@1t?Yz58PDY^abhL@i22!!h@`:iD`ØxӀu2uGuGU@Uzk3CBR"VY`HBDJJ8Z Fǖ cUVFFFSK fO+a`Ry| N0ȅ( .7Oy׮]-ȇl"D@^zHPHjzԉO<10y?(W YOrgcH3$^f-+.P 96PP 0Eϛ`c )#_7*\`@ P Ÿ>kkG[h^7< s8f]`VvHǀ\H% eonaV%vugO7tMxXu1X:Yϟ hJoIk'Z1+F`Fx2f{`ffu`)iFͫ X݈ mT<Z򀫛'rÄ$c i`uM(:ѼJolFI`gW  %ˁh0BF@hW>yk_0o0o@fnvڍk <0H@yu@bR07N0XM!LdrJִ-߈5@rYX--- ^&qT^18 FV0Lls&b&`>)+)- ,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV2 0,` Q0kע#"z`@1`hEs +( Fj`|)|h8hV`MOGkQ0t@`h`Gjݚ5nn|| Ϳv횹yBR`D@d0VEBB PKJ׮YQlݚ@@CGWAhV`hWi1@Z.n|&L@i Xݸv(?o:p0N/7]@@q`]0m,+)]b9P;P%B`0b? F(R@Y^!*<ݵs'PpO/?e'e׬^ )+.pR@.\hih\z{kdGcd *@j` mK%)쟑gE;@hAhV`W7WkĤ'N8؎nh6 FHzj9 ̴ h6 FwNHJ$W/hRFFfm4xHZFy-̛4GSK o^^rgٚT 4ԉ*Ѩ9` sW?l@#`Q0 ZmQ0 F4ZQ0l'Z&L=z@j`Q0 Ѿ(`hV`Q0|@j`Q0 ZmQ0 F4ZQ0 F(> FkQ0 F(h6 F(`F(` @(`hV`Q0|@jC FkQ0 F(h6 F(`F(` @(`hV`Q0|@j`Q0 ZmQ0 F4ZQ0 F(> FkQ0 F(h6 F(`F(` @(`hV`Q0|@j`Q0 ZmQ0 F4ZQ0 F(> X '}5 [FF<8$d4tF(` -@Z|_y0b Q0 F(C$6.`Q0 "2ӧ =y_C@<ɓa@u0p301hD! µڔF ˀNS'*2hCĝ5;Ee#':K]OW҄)7h&^EvZ F[`Q0H@pH.KW,H DG(+ \ YǏys@kW\4f&! Zh>0`/y kVnm>~8u30H uܼkN!ΐr08 ,ˊK])J5Dž{vWѺ2Y35\`c:Mf`{0o4]iVG` CnFX m4 ]t< ө2!O^*@ ~y\\QW`=72k5HYXU!_ @@J o1@* `834D;! {g`JT (/\Ԍt }kg K><*6Ȝ␨n60p00U C܀!ȐuY/mH3dmzM4`-Tk5R M0|-Ȃ׮Ł5 5u)eU:dy$|,@+_8z(` f[,Λ?fXuTbvEo#~J%%‡1̈́%+[F*tMQ0 F(wb{6<7\IIh*q)Q0 F(ZZZ_mQ0 F9@ZFz.ZmQ0 F4ZQ0 F(> FkQ0 F(h6 F(`F(` @(`hV`Q0|@j`Q0 ZmQ0 F4Z w}k׬%CC@ف~yhe>n'O?o) &ML r305DGD797B]Kd :ukR|E g{ʀyy7D3 hF&pus\qr`b#&L4s.͝=" c  <>^G ,`p7A7kjim޶* 93-Xze@!*DhVb 0`+UWO]H@7C7~50`: $gP]W t3~Ő*H ,@ a82 C% {Ib0|垭О tjJԽ3&Qq1i䒫Ms-rmt+I~I!̉1w ~zr1CPӊY?b.6\΀q(8(b~k@ G5ǏˊK8q~ v l!͝K#|U9xt䀸چl731r8-!p!G\TI5+  [u j6\\ţ#" ir7h9ϚlI&j ! J݌)vL7OnƟ0>yg`83P"b0Ȁw0 +1?@jᐵx0!? bֲ؁$)i-p8Њ̴t\7ݼ||>}=4C{4upkS3L l tOs8t f⛱@f8%fHNvbV\hVLuDN\v7L͐``[$7GkdhfH/kabBp!hte?E`"1<_/ob T9<L@NᨡI&,e 9Erp御hVO ~1M*`v0:q3wȀ`ۿnoHp7C fLEib 8r̀4ZQ H@N7o}s9?~1K *'2 !f1#.%+r"@^f3pΐ tŇ\D}`sP̀4:F)nlyM0 dS]0o>0Q"7 А!fG#;jIZ Բi !7%fjm}#v t6!\r Fk5`s.!EXy . C Z'n mfi$N CvhQ%K3@`󜦉yϮ e C.72 @jT" ֮YH?HOQ,!KW3O8r"`FX M!!n[A' y*ڵkTwv3$aO-$f -M ~[$f("`΀tpL4ZQ@vo<oBYV6L[ I@Bnw3d*u+ ";"AJ Lfx@>k%桒V Fk5Z.$DHٓN$t ~4@ -j@ K ;cй@ [r3}zw3d+= / qOC+G7"1hFЎA6f1swhbu π4Z lu3[GGUbj`Q0 ZmQ0 F4ZQ0 F(> FkQ0 F(h6 F(`F(` @(`hV`Q0|@j`Q0 ZmQ0 F4ZQ0 F(> FkQ0ry`̞h6 |TFr9֓[-S>80S> F3pY33 h6<ýJ|24k*_f@6ņSZK 3YiS\,>*׮_c'`KČ+m 8r̀4Z :ڵkx.anUj[A @iܙjp>R]dnƓ0b8xhP̀@@E}S'N& -BMAf <`s !ԉZx n\>ˀ7hV#*v$5p^dzb0f8(Ӽ*߽k`s3[bƟ0sf!jJ   @ {fo«}8asjjgzs')HSB9{f64`YtsZ3 P3g07C 4ǣmݚtLA!!`7$ <vUkY ̛?H30%EC.Bpp21of@A ߓBJ:/YWPW. +s0 Y Z`3Ix32gk WT) ի͝;." $?~hAǏ<03٣y41fըǀW';HX7ĻH;,w0:$n޵s' IWC.72 @jH i`$9`17r}yHd!T׮-7~ 9biuK'O$N#DF B7oھnZ|uQ`nn !6yD apv zb\T Fk5zgn`V!Psqs%WLB#`g,͐[N89T FkQ0 F(h6 F(`F(` @(`hV`Q0|@j`Q0 ZmQ0 F4ZQ0 F(> FkQ0 F(h6 F(`F(` @(`hV`Q0|@j`Q0 ZmQ0 F4ZQ0 F(> FkQ0 F(h6 F(`F(` @(`hV`Q0|@j`Q0 ZmQ0 F4ZQ0 F(> FkQ0 F(h6 F(`F(` @(`hV`Q0|@j`Q0 ZmQ0 F4ZQ0 F(> FkQ0 F(h6 F(`F(` @(`hV`Q0|@j`Q0 ZmQ0 F4ZQ0 F(> FkQ0 F(h6 F(`F(` @(`hV`Q0|@j`Q0 ZmQ0 F4ZQ0 F(> FkQ0 F(h6 F(`F(` @(`hV`Q0|@j`Q0 ZmQ0 F4Z <1uG<@GQ0 F(h_mQ0 F4ZQ0 F(> FkQ0 F(h6 F(`F(` @(`hV`Q0|@j`Q0 ZmQ0 F4ZQ0 F(> FkQ0 F(h6 F(`F(` @(`hV`Q0|@(|i]O<㳰 Q0 p5tA]65A!ׯ][0o'j]FgL@(}ޱ;yJA(H w҄ @.DPpy@6Њ_vMKK+ Rj ;:qɓ'f@Q`h_m S1X+< ۺ5kޑZ0o !\Ls2ҁ ZU//Pdy6@v"ϚyQ0P Fj` F]HU:asuRԋ y8` E^]{-႐E(M͝=dd`Z}τ? F@F(RCw +H`1dt4GF(2v=ׯ]g=FpusDn+!) /c FkQ0 #- * {N8AtXD@ud!(4ZQ0Lu]'OV "TwƵ }G`t'G#q ZmA ֤ ]dq X,Yd{oyk`T 2ZZZMߤnZbF^>>s hĬQ0 5vΛ$O> -MG5JYI) RI@÷,EQQP2 '&hƒj Vl@@GJH5  h6 FZm0Q0@@Q0 F(> FkQ0 F(h6 F'Ol);y ,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}: H: hw? F(-IG(R@%(`P h$`J@`Q@)ђtQ0 (4ZQ0 F FKQ0 F(hI: F(-IG(R@%(`P h$`J@`Q@)ђtQ0 (4ZQ0 F FKQ0 F(hI: F(-IG(R@%(`P h$`J@`Q@)ђtQ0 (2=p5' \iX''O4F48w tFt{-,b.IϛԌUj&M0iDRDTN*/)]f Vs.H$c4 NLK߽kV'Ci@r\tD$ZT qus@@CwUXH1 A8DnnNF耔Y JI: %\ɞ |I LXSU&AԀN@'ILKs.h w\U=3NyX˲u#: W?M \%6s+s N @ 3a `w WbkhhJh'a<0i0Na -jH:77H:7ȥ )I!ltǐ'ACnJ r0i D٠rR9 MaWTTt8ӧOуp7 *'߻{/=3>--k֞} t 0܀|€ƌt`: 2A! *+)ݼmhZii4p3NhV 8,B4.{ 5kXI`}3nCv  Wm#g|8X޵F+I!5:gO`@d HFR@@tD$M/8 =Mt&#-54OK3q$mdjv#Wh;C% K4$ Egбjq|E$HہÑؽe.f0%x\q&wYyA%hJUm[Wqdh`@L{\kQġ~AZ,y1߇$q#N4sY~EWQ:A"Jܢo/p@\(@lDz>Ҙ !| S.u4+X9JNK`r# &گsAի@sm<|"0p u ƦAJ䔑6H㘁Z?I0Q7!pql# m#nA!!@ uùK-k 90(?!]3k:{F h]7&. AJx,($x4an+!)q0 XK]  =v.y0o)L5snbk0& !!) VBA`(M*)@ hx5r8dB1vn44içiFGD.]|nQ0 F0E!Uh,Q0 F(hI: F(-IG(R@%(`P h$`J@`Q@)ђtQ0 (4ZQ0 F FKQ0 F(hI: F(-IG(R@%(`P h`΂z5k!@NlgPQ0 F M*-#,: pus-FG(C@!G( @#wr(`PҒt]uM'~;V]>^0 F( JK̴tI&(`P h$`J@`Q@)ђtQ0 (4ZQ0 F FKQ0 F(hI: F(-IG(R@%(8p@w:y$XM- Ф" hcBR"b&>,Z-5O<o=cl4&q,uk&&%.]hKS>/7DRi҄ @ l9my>}1`]z.(x@#) ,fmF7o )R@^s7BC^)6𣹀5T^0 4ZӧR9XhR RZ/. IIyIm3f,GG"1hI:Ṙ'"`"9.o!E՜RO.*q.Ψuaшeې?M1ďX=|JV@kM04F FgFN~7큞vZ` ,N8뗑ٴm+ 6$=q :E!0;@5L Ӧcko‹EnCq|Y7. # h2 Lfp1 [ȅ9]f-kym@z@Y\'Cl8z rYfX@uAޅxsa,X}!, 4 @(h ?D vjC]= ;#5 }vrϝ QcxBT͍M jXGࠬh2 t 0n2 XtUz PǏ@>^@.}5 Q' Nڽk'Nz\\=3iDH9yℌLBR"09@ i N?,$6Ǐ>^kW\z(RV\=@7?PWQ' ڈi h;HMCJz`[ '];wrDG @$Dl͍M|?yxI3³"r1,ˀ{I`03sLf$l ;f @ NW eP\?9x0>B ! ;ҞIGPKMhc)Rn'=hP8]VSK H+D|' ^C jij@$ y䉹9 еk׬4AlLKrќMS'ATm0 ғ'N9 HAvޤ D޲>uڥ&rÌS] o;W:e?k '4 HXJ97$IiC:368Γ25gLC+Hdi+ ޷Gdp9%\sX񄤤ݻvåjjatrz @n$y@A n0c N~:It8"4 8dW x!@M\R@R!`"#xiB4kfj 90Q'=GH(sE!7R+I`wDllIuAylƒW"Y `\Ra z95kAA|d4-.1&CbJ'egsyv~s2xWXSIZNCwZ ׇkUF%;kxNɨM'VtzGtլ%!J;R375˙ _B2>XNJr'R|^6RzР.IlmH%#^aD2I qL1@Az[L#'A V$-"-rƐ;R+R 5T+Lm!!: i]=h>ՃY!; AFSN`hd;d$E@ 07AV@Q%P^Bd qPֆ!2Id7KRI)=A|||!{#@Wo޵* Fׯ]㤚ZL eDtD$dlH سkd$dUY֬LKVQP"#=!{4Ε TŜً^C2![ 谙b*STw<&wp$M2@wDNIu Fb~p&z= N =Z 鸣i4z(`P h$`J@`Q@) zV`s DےTZF6!Dz>lzF4ӵkHSsf9 >@ @r0HQ':i9i`@'8(`P h$`J@`Q@)ђtQ0 (4ZQ0 F FKQ0 F(hI: F(-IG(R@%(`P h$`J@`Q@)ђtQ0 (4ZQ0 F FKQ0 F(hI: F(-IG(R@%(`P h$`J@`Q@)ђtQ0 (4ZQ0 F FKQ0 F(Pk>}aC'Ope@``{0;ISKoIIp B']v NZ'[X !]Ο7m[QK'M0a҄X9< %)05T^RvR.] I@Ci@{.NҀHJ$_/H8 |>8$8 bp8 X=HIX]I 8)+p%t.LK=-@ ı:"fM{*3NU pUupUu$\U]:z74f00XelG`uJl`W `W 5\Ν%)f5(ք5?\4M-\є0Nl xaFӀ;)a@dZxnjA$b"h w̦D psu fa;7]wnhikcԀw0Kap W8L' x1ob%7\h`hUԃ$!WԃI qr7Hr?8\ ڣ}@g$I;CkJ \f}tn#ntnKAҹAҹSB !7%O1 Odܔ$M-2"a09 TA处s@1744 ?qҧO޼~=xvv{wgfI?}q0>yWP0xI,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVyӧ`W77\ϛdXpHh04@$07N0ĨWQPڼmhЍQ@j,/)>k&:ꁺ]̕8 0@<{W}S( XF>ԉII@4a"0k(b""$`֒>y$МΞn9 +`E@eOdKV,V@nKS30ypR.7]b0BF]=|+F! 50߸v}A^Ȕ0#(`f(`.#ŀl.`BS,dN( iB̚Z>R6 Q@{&8[Y^!#5.8w@ AVxzE6ab? =q8 $rG(rˊK `629bΝxsrMFD@.0⎂hIp%v#$IT8 HlL. lDCv^ʠJQ0\^e_Ȋŀ& 6F29Hzk׮m޶uAޠpqs:M0 F"HOj65fQ@ Z ,ֲBzңmQ0"$,6@V4 4䃒u$ 7\-,FF\ 3ņ7 Yt]Re#4JZpޅբug!R{vGOC|nmj6F3eDf1s(O 28${{-kF(`s cu]-0IHK(>i + <'Oa-,"ݻv6530 f 1A =vg}*\|0땕3e 8PA q/ ^c'~?u${+(ʹ6ŀ a܋T~.nX `ݹgnx%:\Ąѕ @C %@FpH0ev5_ X8o>%ܥ+^:W77H.j ˁm'{ $=f<ޯ%sѠC3HYZZ44T+gOBp4@ -#36B7F&002s@ ڵkv4tGaĂh/]: FMkGsn&FP @V> F(>}4:N3 F2 !}#Hu6F0!0yQ0 F(htuQ0 F(h`Q0  G(`, F+Q0 F( aRA>yk_FJT1ry)%&| hS%TOԌ IT$fa(4$*<!@}D '$k&1\v ~ p- 1d] ͇lHPHppH1̟7oϮp5kO8 a[XcHkS50 閑!`B-T`ĘɓR t%rĉI&R5h9 F( 6E Ĥ$" O/\m dCjj4DKKVUCO!R20 >`U>fYCVבjx 6kЪ͐@C`|WOJ`%AR}憵$nX0A$CU߉h`0+\5 2rWAjGk5F!u^)üxuEj-KR==@V`LX{$$m@je`M@jG/$Aqyj kDj`+I`~m h`"ihWBj!$ r<m'˅x2B  F+Q0 F_0Y bA 64b6Hj5}PyVU@V`*xr7 !C"chGF@v WdWKUd@(R74V|S0H(ه6';:>(ZO(<F F+Q0 F }&J Px$ R =4u yCh5% Js@V`b{]d"W*Aᆐ=4p/<#v 0T|hh4@'錂Q0 yBCW=d«j`R&g- h9 Fׯ]C>fvy*yY~YSK(|1n(Jvt?xBύqy-M5u( FXG( ]`5v[pH5ku $:(5zyO0 T6Uae(x@V`UY0iS:z%($ FcA`U Du )!w҄ ^&  Y |Bꁺ<> F G( ;`}Yk q9IȪpw]$KJll$UvUZ$ '>ohJ h9 Fapܹ\ \8a ](s s4q`'y=EVH_/o_M:HO̴Rib"*" ( xRHJ]T 4 u"9@4F 4HgxI' ;j`ղ`fBC@Ib6V5y`EZ6ЅJXBDu'@H@_@[b9ַV6ABn1P#D1hbh9 Fap \|cV XX5+ ^zM PZDRWr!*<\dzR F4ZAQ@@vnڼm+zJJB3x)3-X bT$&%'OAkv GP4ZAQ@LI Un~^ 'D^ܳkZOɓ'u7 X]a85bpHH|R"dW%.dLh/F GP4Hgb*H#f<Y )tΰ;x[?n ѢlK">wbu]-- W t6|ii !@(D.@rϮh"T,ڍXxlpc9 }^^t.!Gc@y Wx./ˁ"@bKJT'^MM@ +ŸIt?a\ FXG( +G^˪ ,!wz+5ELK* M͉Ip զ -1>, >5($rG: m)m[<2G StoQ@;@(D܂S w`ۀ\S, !֮Y 9p^=t,vk'OtR& TrkGM  YL]X6AzS2w; F-@V`[߀"C_VN81i`} ;pj4ZAQ@NW TR ry\6m:Z;Q0 F+Q0 y+`c 9L^#jY:}L Y``@bL v͚Cnkv-́4qG=v}8x)Fh1mȑ&+i֭Y3iDSjG4uQ@SfZ5kBBR"PЗOtD$i`<Ϡ!gDtk=fQ@@=Q0 FkG`r4|J֩xإ+dKJ_OCO:>!M7G@ G(EAEjj׮YCcl! h]dKva4ZAQ0 YkA H`}F݁Vu4r14bnG6 2@@8N,A`?} cIj-6` ڲtCyub^vIB#˔&MuPe!N12BSHPϣ2kՇ bJcHi$2BѪUn%ADk{ۃfP GHdyQ))LN\y hrQ@5S<:hXCJ۶+<`=)uCYI)Ξn`,߁RrE?]vKWZ B\1>?/ĭ=p0P*ۀ@qp16+!,,uC@ÁR;BFxBgH`OR@@8`be=\GLŁ 3 ~wWKzIM0~♧TWm.πڸ7r0\)?3}q}2lVh#$4J\;Rz n3mhghe_Vu&t !Q0 F>y$I>`9! @!!dc ukXE!/4 XQr @v4d q0'(jぜO@:c̢e/7!Jr-npW/' lh/Tz G(!UU/B5kkH=t!+V5GМZDfmXˀFRR`!M"##C!p-O<֬.>}`<Ǘ4fPZ9岑U C&#<S`cUjD` LK*ua3̤ 1]HdDX|,]HC)0HKdF VΞn" D`*yV"˲Q@9rx&hUi ;yFYh ,1529ghea hh?f-8'JY 8VD_$'%$Rl8 ւG@xO %=wdUCJR.Yuv$t+RIJT1WL|Z19ib& @5XRdP͔exMDJ.Z%.iV! vHj݆5>0ՓֱԴ 5cPI U.'n,IꃎaNjTbPUIMޘ*Y>(.CH ef(А_ŊHoHyd^2 0du4{oAQ̢>( @kBJjUm!!. |Ck"#c "k:.:.[t74kt|u@Zㆼf Ub"]NJ^K@a$r쒗>uM^ZG˫dO o:rID^Y\U=4\4.$rrJV%or*Y\68$p iIIrCgJJ:\#%-pdh^vcfJU*%dMDn.Wd˩UGkGd@á7$)96KIZiHAIZW*mytyxSʕ*Y TɪdA $Yuty2ar0e=ނ(LF> 0u(o¡QH<(U=j`ʪs@1744 ohiiiQ6A QQQ`"(M 22C0T!A $)t!0lGs`Ӄ'*%p03=YXR !!¬:@ F(`쇕((F(` 6@ CːѫF(`u.E~ FW?"G(`\ɣ`Q0 F@,A0PӧO&L!6k׀ `8+-̩8SCSG4ڃ0`=v)@KS3ЖѠ#&L2w`cKFSG4ZAdk !`|||5u1!a($ F+54]h hY3w-Q0 yBNM h{.iLu5ZXqu`#h Ю#{xFij(@@׮.Ei1 ̱FPH0=ZG N8L&L\b9ϻ`@V ci1ʺg׮`[AFGYG(hij]K4cy ݐÃ7?'OՓqN )$@En@6`0GGDN5>y$2`Rϱt@`*{ALrKW,G=Vu!-#|1pSKR Q0rjJh ZҔ l8 Y;F4ڃ7+ZA!!^c'C7[]W M01kֺ¹V]ЭMN(ir%k&x)L`DR i"`&7Q:yXΞn q hHGP>żxG޲:b:6.]Gs(L`Cn4ʄ?7JH 94:9Z ౠͣ`#u&|p(Z F+gij!k֮Y;z(GrJHWhtr0M-Mk޽k]3 F&V`} Y Ch9=GwvCN htuQ0 F(h`Q0  G(`, F G(` =pڵ'Nܸvr`j&Miw;222 I' &2x.`.EHgyd̈@LƟ!7wٻ`Ξ3uGR] \\iw;9`H]Gjii!)b? h׮^ڵs'ǁ[IPի "*<#`&$8B P 0uS i (E2RӀFT6\$VQ@RY 10\5h)ZY n@` HcSEU) ف9Y +z'&%a `TWl7 Z!Gwc/49}g 5o@Gчv)x;<:2 SBFGh1`|HC26@)`LKG"x6"4e6|E,ܧ5uOT#.:gQ\aXdZYRd0gNŊ`Z͕pFNn+vI#Id@S&w +ʷ:} X~QѪ/70W`Q0 hZABVf~}x5%fo)x+ի ĺs*P;SD9H(h6 F($ O[{piufl ~!}L98$`Q0 H೨JJ =֭ TA `Q0 !u$㪭#oIy :`Q0 F(ԑV?/o gYu@Ѥ݌? F(: <֎q҄6cbRҦm[q ,V8`Q0 `pM͐X!97\T7AU֑Cc/ Zb}(`Q@jW2 ݚ5 /+9P Yjnaq`>:<`uHRb Q0 F(Ȁ)"`U|9[X`9['@V`Q0 1/=MLJVӉh`Q0$_H 4ģ`Q0 F& rQ0 F(htu5k]'^>ĤDjsĉ>O=q4ZAQ@\lrU*HS!7UV` 8 rbƠwE7 sY}iw(x@s` 0ցh&c< F`4ZAQ@,GYn29q`P G( H@yN-n` hӝat2/+)־O< Q0 h9 Fi !१Dƥ<:Ð7#-.W,G(7U` edXD-`} Z' nnd4h4a(>u4G((~!|?O%7'CZH.7`޼U<`h9 F`u$  t(G`m q̴tbyI)+JAVj `҄ &L-7FU@AQ0 F(X@V`Q0 F@(`Qh9 F(``4ZAQ0 F(X@V`Q0 F@(`Qh9 F(``4ZAQ0 F(X@V`Q0 F@(`Qh9 F(``4ZAQ0 F(X@V`Q0 F@(`Qh9 F(``4ZAQ0 F(X@V`Q0 F@(`QqʧON8qڵ׮Cؘj-,44 M-- {4 G(`WO<ٽk׺5kU#DDFFFZF&!) {ʀ&BK7њrQ0 Fu@ d #.7\ہ*E`hna#}LKomjjm5w(-#&f@Ѩ`Q@  U1:"r]#&|!ޅt%}6F(`@ѯ_ 8ԢN@F`Q0 D yA!!tI#I&(`2@c+37}`}ƶF>bSyXU ּ[`Q0  ;{_Y^RJL!vFGG(`P _\SW{a`'ؕDrS`7B' }| څQ0 F(y)##s'Voznݚ5X4|2]@kF(`9Fz zwdd}ARC֯`Q0 D yck7r aй-7BleBB[. 4 su(`Q͏Oժh"[k72TffQPH0 9j(QB֬҄T]hU&|j]5 F(`Y X@x]zuI`%yVd-@Ge0.]r9E9YKZ^R LHJQ0 F(G)##S]W ZOdEza=^GZFFd$к'OQ0 F(db5!!N\ ^yj9u}Ĥ$J`Q0@&H#iڱ{Iff`\M㛙G(` c@t=(XGkD^>^bQ0 F(B@,5sS* n"9[`Q0 i4F(`L@(`Qh9 F(``4ZAQ0 F(X@V`Q0 F@(`Qh9 F(``4ZAQ0 F(X@V`Q0 F@(`Qh9 F(``4ZAQ0 F(X@V`Q0 F@(`Qh9 F(``4ZAQ0 F(X@V`Q0 F@(`Qkll8ӧO%7 F(F Ak)_/kO<֎'OQ0 F(4Dftr e+-8wy~^kgOwu]hQ0 F( {:21)i]Jk҄ >% 2;M22m  Q0 F(D">>>`7ҕ4a-y#">yW֍(`bs +,=<`9< wNkJk2`gh]SjLHJw`Q@@dVO<&֬֔Q4VoL`m ]vy uus֑ Iyh}9 F(F Ȭ KJB֚ XAY:qXA$uI!((bbFGDn޶u4 G(`C:Rf 4/t˧8ֻJˀ$h5(MvQ0 F(@W}=,(ԣp1LKG(`X]=>Hn@} YG(` |-AFGDAF(`>HZ 8`Q@@Tc9?od$L`g1-/)5ӇGcn`Q0 hZA.7XAAB6>[\ 'N tqs=XnQ0 F@P8`W]W DXGBAN0Ժ= `Q0 Fb">H`eB^>>G팂Q0 F(Bk -,FC|Q0 F4`Q0 F& rQ0 F(h`Q0  G(`, F+Q0 F(  rQ0 F(h`Q0  G(`, F+Q0 F(  2+H>>>]< F(`&%YQ0 F((`Q$/'O _jQ0 F(r@dVZ9phh9 F(f ȞUNG?s `Q@#@b֑wGvY`Q@g@,T7QSKÓ&LX0o>r]܈vڵgnHv8 F(`@@ܼ[,gA҄yuH^v"D ֩gQ0 F(@@,3XI jĉåXkfD5G(`b`u;,!H`O1($`R`Q0@>Siis 8`Q0@1(`Q h`Q0  G(`, F+Q0 F(  rQ0 F(h`Q0  G(`, F+Q0 F(  rQ0 F(h`Q0  G(`, F+Q0 F(  rQ0 F(h`Q0  G(`, F+Q0 F(  rQ0 F(h`Q0  G(`, F+Q0 F(  rQ0 F(h`Q0  G(`, F+Q0 F(  rQ0 F(h`Q0  G(`, F+Q0 F(  rQ0 F(h`Q0  G(`, F+Q0 F(  rQ0 F(h`Q0  G(`, F+Q0 F(  rQ0 F(h`Q0  G(`, F+Q0 F(  rQ0 F(h`Q0  G(`, F+Q0 F(  rQ0 F(h`Q0  G(`, F+Q0 F(  rQ0 F(h`Q0  G(`, Xik>}>}h|Q0 F($ ZA.75p. 瞻tq42 W*p[e@* D9H`   \,8܍j[@U‚6p%l jՎ[2PZ#X-x?zދt0 2`b1AUِpUQmѧ텫n᪢ގjK0kU=SDF( ]AbNZ /vpE1u;CHvpkB֬GD(+H$xt d +vpE1-J."I SBi\nZt0o;"1DA#̂Q0@ >H"#-‹!=9Z a:Fh{mlAs<:ChK]Bl(@PA"&AЉ ig-4B."i¬i1"]gJi1N#[bty()F \x%l>]>m/v!\]Ѵ p/tsFU@ L 驌.THu *]g9h4"Yд3φ4͏AtC CS* ,sMBr%u҂tPh7"ug2Cin7 Q@-@ Չdgg'Oh#@!дRr Z/-դ2Ӏ `()+`htfP]`Q0 F(`, F+Q0 F( AQA~kphQ0 F(p@);.Gӧ$V@( </4>a c@,]:\\k;d!!@e&LdkukjiiU2)-vV!@=@]e-M*gŴh Xϟ>:d$:@D̛ *Ԏ7jiΎ F( ]:HQb'` r%~xǗWPu[yI)۽k7АB-F% Yb VZ0 Z'O %@ͻFb /Oqq0 -MKGheFW`\0:"rt(N# 0` Q@  Ak֬&2ii^=ݘ c*NRwBvt@@ȕwGB4ٓ~!\axh C YI Pp0 $5M``l/7R;fQ@! GXiij=XlYb0s?>u$dL#4F^^AhSoPh(OGZia\,̸K`?o|"^E9t||=`A1 hj|N~^Ax"`5R;!)qto!$dyd %挂Q0 $׮S2^]02 F d eFyXNLd ͑z(CJX5"v n#Q0 F=@T5˅{Y(N `%L'Ȼ82 (mւ 3-r+$d6? Tܲ9}Lx2\M--_/ѻSF( {g Cѳ k弇/n&AB[ q"( rDSmʳ ˟-D{2lx(DEhM3 vdGfUO)a-%1n= [>W/)q>;٤¸GuJ>. Sa9XK8q3dH d9cZ:[!W!Kl*!$\;b@=F(=e] Bltrd`%LmGFz@KXUrR1$,exddF(@ yGpkVVW0Ճo"Ajil lz^  9F(4hD juDZBS4bWFjдkWB"A9 `" !;f-F( F` + -ȇ-##r NO*]{~@.)>yD_poWïS#(/'`~y@Ξn`o*F r g< d/"CA=R1ו➼H !*V(LA mQhkGJ <Ӏɫ3nmn ѥ7`Ph9 Fv U:X'vEs>d IBQ0 = r [6H6`>p׭Y ߒD-GQ@E@(`"isjhTc0́1}LAZs L(|7 F2`` ٭`uӍ| Rs <_9ф.) r5CYb9HEȅnh[3!g% ?铧 (tO^4ads${vF>4 'RA.wQ sCCh(a 5 Bx+* QV7{w[KPw(h`Q0 b`Q0  G(`, F+Q0 F( 0OW3lIENDB`PK?ݫ;1OEBPS/httpatomoreillycomsourcemspimages470011.pngPNG  IHDRzVU pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}"U]| KJq8}<>~H@$P;@5׮^%^P #5 " E h8P f@ n zD4YH@=18 и=LP9!JPD0&cxR{k`4 BH|gsvA/AD g#PHg;`X nI'>>GkjiaKC`&‘HiX(E=vBB .EPyV bEpݴtr\׮]h` 'OnnaM'ORuL+ j@P!@|<@P"IJhMW@ܼx9i 2D(x @ܐ  4 NbUIPg BT@n`UL8ׯ]h\O**JRRJxewsh`E#Z9 *tdqLP @4n:&` T%B+ \DGP0  V>$1 Z 8 Ft4t4t4t4t4t4t4t4t4t4t4tD& ik׬c`xAk׀ 0gqW@dz3$C3NZ@<1qd4& 8d@lxA  x׉__<$+Y_ Fp]P#$! kpwUV"^fM Ĭ7׮wt.s.ÿ.n<;*@Qyiedx.ÿ.JΠʪ64@Tn\o6mX@n"Ph I`ξ>z͆PbU@Zxeݚ(G=|Z_o6Ϣ5:, 0@P]r@%7*h+D;!)q]dEBV9 lZ B/A hI؆ AHTWP0ju@/@FBfBJm 0@VtZZq%;yD >250&WK|vEIR1 HVZ!0H 5mwhphphphp ( [#4 {&80? a h7 F  n nȓ 2J8Ꞵ@ R D`zyZDHP08llwڅk@+ϛw #F M5Hk ц4@ nHz׼x&02'!h>x u0VL5H$xLD~ d "0WTA| I&vtcT# ĵ: !!t'f3U@gMC  5x_QF35XQF35m+ɐh4 h4IcOZWQ5 n'hpk& Wv&  Z;ed/9#I֥q$I#f95@haBW@MW@MW@MW@MW@MW`(IENDB`PK?qrFF1OEBPS/httpatomoreillycomsourcemspimages470013.pngPNG  IHDR{T-_ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVz5($Y Zf-&s `X`MP*U )f2M …{ X@QT& Hkii (.C*` *&X`׮]~ :&`D4~IHKHCZ.$F 1 x Tilm M h=No@!No@q-p.{Ѥ{)1ek(H/! ?*"RL7vZ(EG!lx ހ"& W\<@q`p'$%[pEYI)0h Xt r$MzyR[0o>0c"n )B`Lb\>cp\ mg8g@ H"s[Hu'2 M͟>}>k&02&O x 9k׬tusÕ_ d$&%aUY{.zbT$ZkE6ִ>@q&L8y$3ЖK`PkngNDuW]1ZZ!RC(ā-x"{@T0i +Z.0!C/O\%bCO8 tٍkץe- nJ\9P س,tG ]h@1744X1Z{ׯ]6kj|6h~{7*޾||&`7v'*8z7777 C`r4h(v@ao((r8@*474No@!No@!No@!h1YpT\F6:,r#8 7K(YFEnD V!t%d!z!Q0A@1XC` z%@@7#r!&bQH5װ1~1&`ISD5l _F hb*K(\@EnĘ h)_F 47/r#! yy& qg@|y& /r#"muK[FPH5ht֍ F44444"XIENDB`PK? QQ1OEBPS/httpatomoreillycomsourcemspimages470015.pngPNG  IHDRuR e pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV~@.!;(4 (M @+!13|"LA*hil dA`@3vfTD1hX #`AW7W4qDtkJR溺ZmӶZZX}JP7+͏X(  0XHI+x)ůHeh. $φlxP&7ڿt-sHSHu*t7jN?D-Wn{."r>T@_Hou AI`pЇ% A  WR8Po,_KHWDPd^&M@/h h4|i h4|i h4|i h4|i h4|i h4|i h4|i h4|i h4|i h4|i V>}`޼\(ҊOJĴVp@(I~횟 0PiRtD$P#P;P(`p#+|P> ?{qڨ+UV.AƑ!C1bWXQq}@Q9|~8K%^ ͟ȡC +* xvYYj;{qS\(CL}BŠz ;p0%TYZTd‚V.G7\jPVcGYaE3H@@_bGS "xtK'>گ"҄g'@E-I6%,Br܆x c$+3|{#0T! r |Nrr װ5(WXQ]_W.I @VT@J X0TYn5B:"rg*+~ X cyI)&r+!w` I@Ĥ$T`#7Áf:‹f"]A-@~*+&ҧ| FGh F× F× F× gČ 2 XF@oRC}4- F× F× ? `J޵ 29B/||Aa2@'O>ljP9#PBYK֬th]PH0D/1 fZu_d$ H߀\b99Ȥ7DXY=E⒧XMm3$4!a *܂|`+v%h.+^|,@$L@.0kj|dr28|x+ڂ5mh5k@1琂b)vP˧[ ;Z@LT_k +!xT@tHkB  '4Xm+xLf1 (@+{!\// ˢz_Oh3e+'f m *+w h}_ (_H/yE / g4:?D[@_ _ _ _ _ _ 1IENDB`PK?揯'**1OEBPS/httpatomoreillycomsourcemspimages470017.pngPNG  IHDR*] pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVA ߼m@fQ0AYI) k@fQ0m@0n7 5E #1)i8e?v j ##y֓'N\vbK@o m@@Q0  h`@fQ0  h`@fQ0  h`@fQ0  h`@ v͚(C[ɓާOrȌF( Rfuk֞}Z0ohu&ׯ]CvggH`Nh'r X\e ȦB) ΜZZZ|l5La,p|ș#}Ϯ9,wA)hb*h=y$| da"-yA!$@ xӷ&Z`903DGDDtZG-+0K1 ɇׯ]v1~KW,/eo\NndDa\t0:vb"XVwII2ң V .7(x@A0{L0C(, yF'$%ݍQ h N70zy 8r8yo҄ FzQ0@!d )^8|LΥX0M0R: F2l%@li'OѪQw,gh"1HMel2^G+|0sjƻB?Bv6m Ypx:`'# 8[9CibR-G ,^ {ꀈՇׁ2Z-'i<{KW,1X@7 pE`<[LJF40 HD^]GfR׭̆ot0O n'@\ l0] T?a 4 kynFuP[`+@` Ak@T^r ^H;B# P4ad; tdd5H2@Gs JΞn`񑙖>Nr:u=ky GG_h h4ѣ uKV,lnv;w >E鱻r5dvDjt(@f?`'ح&n^p ْ¶:ڦxv׮=ina< q|Tftؓ F0)Mslullf``f6\u۳k7|P 0?{'Fh9V} YbArYHșx5 ~4֬= Gȭ>HhS؞#x,́}?` 22z<@f?D`d΀9n/ƺ2‰|9'P"atؓ F0Cvs|i%Z #F%#TgੑG㋞ F07>IH`KKK y (XE| .yV`tݚ5Mh9̹C|2ЭxHQȚOx :y^6A@ُX+=`r CN=ȸ`s.NHsI79 Y}vd"Б@Mh9vP3@6MA|tk/rD@k"F F=~́ = Gn2nA"rR+BnuOA4~@C@<>~45\u'M;RH?y$<|p dk&5? h h4̴t麐JrZ#~,։xƆbA)Vp@[h4@=${ۜMAHNLQ?ehϮAB!MS`pݢ1@f?`L͐;)~ÔDa2yE-hN~4 r;&:|A(y!q M4H@ُ栦[@KS3A(B0Kzdh)f4MUh4w@3 ?3Xxf  ~^F7WȆ&h4L0Xlڶ!r ~5 s!/lp(=l FlDDXyhS!+];ȩV(dQyI)d,tv[~4u/<ÕH5<-R3 V—iQp( h9` l+B49iS3W @~@BhA:~4&}9BEB`,|=l F~6H0Mj#g'S1Wr#0l;D iG=h4ukO"5p7ϛ5p96&\K]Ik@ُX8>IHJlA d3Gy^(bxyI&@j kX5Gs9hpy G5y yWb땷)9*%# Avi@b4h h4O:zpgHCġ#E›+o!-Rv) RPߞ#Mf3&w#" G~4h9m-w7 v|ZRihiBNd 9`уh4@ s  󞦖& }o2k>G!4H@ُr`;$~țmBKR{zgl,| n;`op ~t-]r0 xϞ<7Yf ˈуh4@,+)uus}J4 ͇OGnk6 #H= 4x5 5 h h4ѣw z5x6  $OdɄ,6٩,d]Hlm4h h4@!ǮHHKpeIyk“A+ =O,),,,@G6A@ُr aϛ^}Ak׬ ׄMh9fI&Ugـ b?! rfz tMÞt4h ` b<{r yr d::Gk@ُ格܂|`%9lBV<%1xOkyV()l 9l3GGspHB {谢僐{ PȞ#az=l FY3 a ͇Dn+R#!M\H3`WG[h6lݑʌx+ 6Gt/~-0[{@605GsPVR :{?~&Ⱥ C^w  ~<9z }@f?zTz?}:u$f&]o4xs3avhߏ> F=~v>wa Vd'uu 09^1<{ }?`: rhhǴ6^8KX{>'cxI?ȉl >h4/BNRz1H<*g9uK0 }Q@7@ojw ϐ=Gy;n!G Fu9HHBP%TiRb;RC9t h41PO,7ޅ#c( rrwM4o+1F>"oDLh4=%H`)!)itph4kmj^f DJ@f?@fZ:Z` Q@! {* F`]PF(GB=kPh# 'Or*~Das(׈KukGc FG> ȂI4;!k BV@\_'BwKeh4R5֩@ZٽkNYrp)H&q0mDzBy$}K֗Q@ُ0_ M U $3 K`R~& C6P(@4`F[ gx &OGu@f?F&(j6ёQ0  h`@fQ0  h`@fQ0  h`@ĉR\B&Gk!h$f?eIpP~Zd,]5  h@GޮHt7 hte4F(0@o4F(0@o4F(0@o4F(0@o4F(0@o4F(0@o4F(0@o4F(0@o4F(0@o4zшCay!@f +~#@nl!hh4t -#3/隃(h4Q0` F(h4Q0` Fa ##s;F()G ցMͣc0^%@f?bAgO70e( @ 4yt44PQPI&  $Ϛ| Fw< >y l?h8 h  c׮I` ms @~$7A!uL = 0hh9{yz' .>@f?r@`iN˄f=5iD,w ,8X FW77#'Lm'4B-,,a$5kyCvO5v.4!uku@~ >1$ڠ<5~6 y'N,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVgnhpQ@@c0(#x Q0  2Qbh0` Q0 h`@fQ0 h`@fQ0 h`@fQ0 h`@fQ0 h`@fQ0 h`@fQ0 h`@fQ0 h`@fQ0  `Pk֬"##[$h4㍂ ϛ ad`ؽkׁ#h9 /X8o>2ӧO pxx F3(ɓ'h"?}^ь7 /I>@fQ0xAgO72WSK+8$dxx FWF^fk,h4㍂+(~Ѧ(h4㍂Q0 F3(h4㍂Q0 F3(h4㍂Q0 F3(h4㍂Q0 F3(h4㍂Q0 F3(h4㍂Q0 F3(h4㍂Q0 F3(ht?ׯ]t􈴌̰9nx"]v r'R'Od>>>M--$&<4 l]Nf6`C ; S;0/a,ɓr==aFYXXY @f<֦#`%xD0'Z%?}|ch{u]9GhHbaR_`1 `rr`od3J`M8iьGO@LL@ȱѰHHJ\ W7x3 t;w\8`8y3|,TXcЦ4~5uaϑ?:Dk@Tllڑ+_`ZG]h*yLR$*9/_a 6>rM-M֣كv \L`#ǐ3C9 E2܅@-66S*|I@e0r4ՖL셌j2򰹻S=ڀkIR\oDC`Wjp-i?׬h5 e<`lt(\vG|lᇏ"31@.-vutAj;BBS&M=sy.g&&P~SVtXьG[Q`;H8qU{4swq` N ̊Th F3m6V׳ & Hz z \`sـu2d =\FHn;x9Yz Z<]P^:n,IRI\ ޹ af!Fn`.bf14ڈ9X t;@C&lF@f<75/`rgp:"*JFZ˗4~>+0V ϒ,gTnEJ +*SkiZp@ƃ+;vxN8k >T:`=?/s;r$`9g=fL̍Ѹ)ьG[~,X)<Xeix ,uN΋@rݻ@6ru`˓YYD䮛׋WC4h XS?0s.Z `n f2*s>o/>z4f BXFv F3m:`VH!Afy`$)UP - F3m;w!RQ~ݚ51BAn8 Xr$!^<4x"*v\y2k.` GWh h4ѺLN5g}Z9%c5(w= 92E/^L;ld@@s\xsZ`QG?P> 5A9 }@f<Μ,`a`ew"%<̜9 f X65A}<^~`jhƣ-Vw:䎐@KSKuaLkȚJ DGa t$xV%'9WG;)ьG[c"xۉg|A>cWB&C=n͚lTF@fc`NXܻ4G!MP\;r4Q~z-<xG?ޏy֜/W¶La#b=jv s1wA6 nss->G?hƣ-;!5~H$#/CkBj3Uc&Ld\G㎦ F3xey ;q`Z(<1 ggˏ|h F3m:8!HvI td 4\8h(!@ց5,i h4?N5ikghO/Wopazx4_C}`򵺞JG_^Z)vKa_N , o(dq.XZx4A&`Bʫ?`4Ѧg*ډAf@:Q.nPgQ`8Zx4nj_LudGDHKsZF!֎?ȓxVí?Ċ z]KhGS@׎]>޷'6A>3rXqӐ4h Xm~@cڃH\A! tz8zѸ)ьG[Lʐ#G?|B:Wӣl:xn''mmNx[SF@f<ڂo] gBϱ2%$ը +"\C&sG$ n 9gˏsg O$9Gv F3m0gn]>xۂ6lY3ej>h%ŋౙmi h4Ѽ }<`B).%gᛀ=eZ~w,dE i|kKNsyza67ǣ5ьG5*|>aޯFHYA5{.g?ѣ: \AnM@f<ڂu\gu#"Xn"">~Qw;xV3m6o_8XE>M@f<ڂ/^S3Z@nn9 i6N-@tl„/eAo>@f<Ư:Vg`,-'tŏ7$suqMƾ!1 J;}<xNR|SV|v:-d] BzwOt@}Oavtmȝ-y44h w2Q 7\I&B~lա,)t F`= A X7x[7@~/= F3=xX<_I W; rȓx vy@[wS@f$]mN!H6VCpt[M@f<`u$y&'N/_ Q#rm(98۵o!sx( h4sȟ /~ ћ7ю~Q7v lnI<Ƚ ΞT F;Zx5}NN޾rcs> *_ӅT\{a1J.М=q4h ~,XYÇ5SYKng~AYH4GA9p~_lUhGS@;w&ĉY\h;vXg=3iΜ;*h7<xiJEI7^y i^G@~' G?*(ϟu9qa:mW {a?s/dǶэt4[}$N;xV5abh#ьGA"%3Qs?=z3<@">z+]W1cǣbr ]v ̀'O<'OApHHu]h\h# 돩 9 R|䉓1iDRa9 W 4 iH;Z ьG{+9k'`&2 j$jPH0E:h#񞿀\B|G}`@fQ0 h`@fQ0 h`@fQ0 h`@y׮EGD{ 9D]`xhe<ѵQ\ -##Mu?`I}A1 >;s$ho4F(@o4F(@o4F(@o4F(@o4F(@o4F(@o4F(@o4F(@o4F(@o4F(@t\8Tjnat4F4z?``V'@ogAH ho4F(@o4F(@o/^r@f<YUυ0 ^2@fjk dh# <܀ݼў(\܁$@f<€=4<1hP/~YbD@.@f<C5 ͂pht4Q#1cߧLfB6O3~ZtD$2r]GHcVQhG, 5`>:2`O<rf5 h# {l M-+~tH(CьGrcv :O&MHZXmf,_L$Bu@@D&ħh`&NPƛ$aZ & 1(Ν FWJP2<ܣ!C~ZKS3vӘ}חk{ Y]bAfxW};v사#0Ie& *h4Q ugʐtk?d658at)( Fx[XI(##=O::o`icPHHPhC \ F`(`TZFfx FkQ0@5(h4㍂Q0 F3(h4㍂Q0 F3(h4㍂Q0 F3(h4㍂Q0 F3(h4㍂Q0 F3(h4㍂Q0 FIh>k;'cG2ь73 ~w`~99IENDB`PK? 92+2+1OEBPS/httpatomoreillycomsourcemspimages470021.pngPNG  IHDR(l pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVxU HX wtui w'M!̛-%-`07W:NhB 9 - ` l$&%Pa'C7C̄kQg!p93@@: f{PdC=<H^ z !+(t!mQ`!@@KFJ!BZ4Fb6C !B$0vh4v“'N;@)W!@fQ>CY ^ZG;4F! !CRh4FiB`&f?F^R@fQ@N&9!DK ь7 y!m#/bx !| <"Oӏ h4*`6B䍼 HGF^xB4=d#/ں푹 F3(ȋ h4㍂@o ppd@o !֍x:#u@^Z2 i6o DaAF9qF-E0pp@o ^?th4㍂ 0x@fQ0xABR"Z>6.( Xŭ[46S4F hSs4F(@o4F(@o4F(@o4F(@o4F(@o4F(@o4F(@o4F(@a~ڧOi! ^Q/###4ǧ>Rttmuh4 \p0\g!LspOaɐ 4huh43ä Aҽ&8;YЮFBQO8 ]uus+< X 9̴t`-pb$쒐.]#bgN89,TRtt2rg//ii@O` ~@96Q0 F@@:vym}JNiFOFH-?qDyI)B^g7fQ0D@A3ˣ#" =v$]~{5\E7oJEf;"=ݣGE,sG'1 t`V4a‚y󁩜Bscҥ`6bu,jhcFz2($́ĂxKHJ-$]Dvua@.&ބukI`~`W1 & ͟tbIbf6'3gm $i M!DҪx4D ."<"7u}^.tuDTMU$PVt{vukB /7IZd]$M[Y`] y*د[(2<7ѵ44h S( L'v$xl@:p0x˒-Pv4hƣ-VtOiQ{mt'& `Nf}}n҄ @Rk!?MMZx6ހ" Lvh9<}Z|f?̪ h# s @f< 353< $?C2m@8qԉ@@*P/kh h4fBFVS.HVG%0A:A>:<@f<`nf6`ҢUkQe0y)ZhOxO <`4h h4TuFH!3//mW,G:1 bX 2aQdMNhzx'L&h`-r`y>B z$x-o#Hx 4w} i/7o҄@rtM@f<`;AzVA!"9ٓh sf^A> lP ݝ@c@MR` >AI~hC2Y;xsԽCm=0wizvZș$#=}:ytH F3m0X"Cr zzq$Sd\ rdd@X @ KVw44h Ϛ @T0B6S60`]#?, DS dӤd:xp ay:, gMFn"w֟lٙ0;x?}f@-1)i4hƣ-x [/Z~E!|B^o?s I48:Ȭrȍ*x44[0o>UD +,rx^ސQM`n ]2Fc@}TÛG?hƣ- 6?tNdi ɷ@A Gx44h Zu~0x:utG?0'h F3mPg6BZN3ЄHY٤;z @f<ڂR`j:o_KAXkHȍ? 86Ao U=kcX?5ьGs֢G`1[Aͅ\ *65e(ьG>  N#=t #d- @@ٓD)E WVsݚ@G+9txmA[!G?`K<%wYbAT Q#`G?< F3m[`Af0ow44!x 2ҁrw4h :{J@AcBId& ?R3 iFא+D8)}b@f<6LٴxN2`L;x }d:Dhhƣʩ'<MyB +Ĝ{nHD;F8ьG>0됄D`} iv2R @[]M26D`ڜ?o = F3=x5u]#tq>|4ЍOJm~Sf~4)>.K!2<]II>ף}<:x"|-3-<3g "@6%~d91d;i h4@k"~cdw2'_lO"7;!=s.Bֵ9h h405KFS Myh緣Nx@9oxy!M@f<ڂf+=`7.Lِ'>h'A<@ 2i@;)F=W F3m,6thһdl\MPȤ͉ |_)ьG[ z2qr 5Hڎp 6`,̫G?hƣ-汵k֔~FoxfF>li >txueY Itic NŅTq ?X@k@`y\v0B`!ԋCsY1ƀeН֬hƣ-c`Xb9|[~3r<>@f<Ȳc?/o`&}i һ쇹 CTٕ$ `i h4Ѽ9 ~`3xZxsڱ7CÚ3'O`-'Q@ ьGs  ҕ8S~;2|/,F}@fOtPi4Au* Fk<@kS'O YGCcPh# Y2 0z(ьGLz-(x]){҄@ ׯ]?o޺5kGhwqs(Q ͇Vu3tUd&ȁ)Kt4g<+(HHJY ;.È?h~h=@f@f N8z:h ($$ f?>(h4㍂Q0 F3(h4㍂Q0 F3(>}||4a9= @Ғ@f<@ZF(<_@0`5(_p@gѠݻv4k@ ` gqqsh4 I@rṃ2LB222rьG[Jo7 MFS.le,@.& T[iKW,3xɤ nH{h52ϛA; (r zO@o" v0וΞn @f<FXypb 뀉X|h4㑜lsѰJ`3rXv0Zx$M۶&&%+=[`a6̲!M5kVW`eJu]-f\! ͠``|"`n R:`Tw5l?y$|e);HCB3A@f(h4㍂Q0 F3(h4㍂Q0 F3(h4㍂Q0 F3(h4㍂Q0 F3(h4㍂Q0 F3(h4㍂Q0 FIh0$Nc" ۝@5C() GeTIENDB`PK?^L[--1OEBPS/httpatomoreillycomsourcemspimages470023.pngPNG  IHDR(, pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVgN@fQ0s) ߇9oRFa5x`g5됹|ŬL߸& cB#7 VYbQGP읇35;>8@x``ud26Owd҄ &L$~[r{/\kN b Hh4pq46V$בWс8} SW}T@NX~/F+G{(:IB X;_x&h4 - B`{4d}ƃ`ŋ >` d߇>z<fV=_4xhQ0Gb~YxrX$ך:` &7Ga9zX  j+sK( 6{M# Z3t09 Xr^\S~¢/6NF foݣ!UQoh 0c Mt~< @ѣ?`8> Q0  2Ģ?:4 F@A$GGF(ѣF(@o4F(@o4F(@o4F(@o4F(@o4F(@o4F(@o4F(@o4z(ӧO'Ox䉅ְ@fQ0xk2ҁMLJ^Ѧ(`҄\~k4FwB6 F3(oz F3( 8$- ]@o ^[att5Y]W;lF2@x` ь7 Fx` ь7 Fx` ь7 Fx` ь7 Fx` ь7 Fx` ь7 Fx` ь7 Fx` ь7 F;'OBfSz-15ǖ Gx_`6:y$qgH>h1$jji@4lSZ F3&޵ӧO)8$DZF\qY@āg `X$lu'$%և =`?u~^tffaf4g-Ũ$OkS'NN7o:Gt¬\>4%0-]Ht%&%M0F# @ֿhpQ@@ u?W Q0 4bD?,V}'y{޹KW׏KG,%gb/yyߧLs{U(C41IH0GB{h0#{[GJVBpYCbXΝ "Zq|̊mb6b؅񃂷 o t ,):Gk@聕*.uɝ@$u U^{70qU'#".VYȫ@5 \M2P'st sPhƣuu-u`B|՘vZeQ _srX@:x҄ W@V:`nh h4pUx?W"!QqYs,_vL ػyXvsp q8-hyXzi!cGh h4ѼuQsM0VH+BA3 @x|gӷiW1G?hƣ-&nJb>hŊ5Sf&ԙqGS@#!X}/&tMж=~_ FFOsu5|..x5`+za6<@f<~ ^嫸1vlH1H[±Gtÿ>m@f<ڂu\9+mA bd 0#+ T{Jƶǀ>}@f<`f^X^obAٙVkjMp%bn`0z@f<Ưn30,5rqp۠oA2dvkX4}NNF~5ьGs?Ⳬ~ x $x(`= ZV>z^0M@f<ڂxt^ LƩcǃ~۷怏~: XՌf<x|L<_G$: x**'LffF@f<R`L|!Zd1 ǀm:QU䏟;a F3d3by(lV~yTHXV]* >~ȧ?ѣh4|<ډsf#;l?ccy=E qGS@IBυ?׬ϟP A5" ib2! Ξڇ٧7w44h [ r<3hI(CyXIR썧h}9w-?ϜG?hƣ-`do{HL" <ѓݨM!)dvHe`8WS# ?Vz44h WΝ Oώ ~`@:mg8_4Isx~:kt4h 8ut}VPw'>,<_]@k" b1GԇgO7BLah4v胏4s0z xw#!S cXG?xrhhƣ->e0{H34kji#kx֜WZH!cMEVw4h }TT G?~Cp϶w{wLT$( Bأ}<:x4_CPgjlln igAM8~7ѣh4;9 M4FXN tu&d|^p/}q!@/EG?hƣ-rPo1޼o Bc; W͙sk,pF~=ьG[%So b0}s9Q:x𜆶89 r~;ڢ^&bAa`E.T= F300|GYGD cG?@?WeݒG[@rgN;ó%|F~'ьG"]W ZnnB#/ I< ҄ /+:`} 7Ԥ5ьG[HWT֜/W!g3O\ܵջ#3HW~AHchƣq]Xr͍=޻ w:׎]V'hƣqo4`9diQD7!wnMwt{e/ ٦0w44h [K/d|,jD퐺RA0)#}Qѣ@f<o + Ǔd(4ܯLFBXv1MHs' Br.Dm;x̪**ł_k mA4h 8s w0}3̜a\aE 9f:" ܼ# oY9ьG[cB>^KSKM]D~T;'yTb`XQЄ_;vˈ_hƣ-cZ $}?SRo~; ȪhVki[栧;P~()ьG[PxӁI\4A`u AN1i`e}x H7Rw72̀ȼb\H QС5i h4|2 @LH9V澄$`O]P>^lD6B.!ЅA'@"l=|B?~kMx44hsf1S:a˖3f!WFs@f<75uto^XLxϾ?dy|^H!OHB5~_::Bk@>d^^Ur>ӀRXG?}) !F@f<ȶ :sfcN@_x EE$m~c&6_򋀎x44h:[{7;+w B* 6 +gE^N?PxG@_~c"`oCy ZkdrsAfc8. qGS@9أoߪ0iiQ"'p-lձ DLC& w.>:@@N-HIi>t?ug1ȼ¦;7lSQ6Mt4~<p ǃ @ff"@hfAbfaFl? F3%G*-WtZhUy) ) XJ@t^A>Be`@fyJ]hde׮EGDeL'Q(@WSW u)#Q5ެ9@rѴ2 he}hPG!E9@f<| Q@amaph4!\sѠq6Ow  F3M} f;wFCc7c =  F3Q37 H~kmp' ɓ'C"ǂEGbA]vrԠdWxT~ Ct1g@`2Yf5k8i1[X@f<( C&'O$  @o`$l  60i @o`i WN @o < 3<@fQ045ur F3(mѕ+` ь7 Fx` ь7 Fx` ь7 Fx` ь7 Fx` ь7 Fx` ь7 Fbh(L8Tjna1htwyCũc+20Z̻IENDB`PK?=++1OEBPS/httpatomoreillycomsourcemspimages470025.pngPNG  IHDR*^M pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV6;9p4dF2G?lj^v 2 ́ F'YHO?1) FFhG?o@ُ ($X7''-O  Q@o4`@fQ0  h74aQ0b@f?go@@fQ0  h`@fQ0  h`@fQ0  h`@fQ0  h`@fQ0  h`@fQ0  h`@fQ0  h`@fQ0  h`@fQ0  h`@fQ0  :s5hw\40 6^7 58yDtD${׮ukn޶u F(Ԡ{ڵI&[X%O<k!N~`P`~C/8PWD`S ]\]04F222^HbR05%v5k_'`3& ̄jh4A r KJ+Ȁ@${ 3҃CB F]A+'l>Q}ZZCqZ8@f?I&̟7YXJH `uz"`Rhk#1IQOڜ69 !Q0 L ]~t ( `]@ F]ZZ7 R F~tmxl޶X"9+ h4 @: F&(h4Q0` F(h4Q0` F(h4Q0` F(h4Q0` F(h4Q0` F(h4Q0` F(h4Q0` F(h4Q0` F(h4Q0` F(h4Q0` F(r[@fQ03^fZ7\fp@fQ0 !BCbyIp: F([7*@~`7>h4A 44Fh$&% @w}Zfy!]pHHBR"*Q0 (AN8 -n 3@1!Ww@. kGH4k̛s n W@"303,G` ػyɵk>8nEu8l^BNTwyA!!#'V'NI vijiA||ZZZpQ0 ,AR0=v\ i0`n0O@5` lhh_8o>0S 0%%&%'%H`54$ۇ12$kׁ`ٝ=ݣY ;H )n=s@T]W ,w% Ϝ%8 mHf@ZFz43 Q0 ~]#6 F f-I&;I3X: % !h߸vyoy&L ̴t( XHO铧h3NV`OMœx S*tJ95|N7@,X+ɰJfPuEonNx\e.^PDݢs`Ăր ޳"V^"T]0_t ^4yy΃6mj8w"dXKHt 9LVM--;}LX" gi`0'i d<Q65S X%$%O^>>`,RiVV(0aO`bv__onAh5 h{ L74i\D e`w6Y 4u7"Tf0A&k`z,9ԉPw?]`[C0IHu' rG?iȹ4#Ĥ$^>^H&:|)p2' ^ 9YX]5GsPmF0G)t !$$A}Ol޶RI ُ̖ Fd0cPs FvVrgl hyRB42'MT $>y yrG@ُ栳Iēݻvu g40~n':Ed ήOb Ah47.HH8'I6LFThRxN MH&dμh96;y`ӶEgHiHg2݇\O]WisByqbt@f? 58Iߜ6v' 3F)fǏvGfZ:F!h9V)la>7C_1 Xk]Hi'ë=Gt4h d5 '%# Nc@ xo0˝M@VA~4 F F05s#7W:7A2CY !M@[50;Z~4ur؄ LuIX+Ly ' ;B!+0JR8{F~t4h @=^po?|~)&=!U4x&pnwZ~4*roTBRk }?q c z~)q& }s.1FGsL4 :597':S!V퐛!G 6A7@ُ栫yYKSd}bG b]ݧ61<7z@f?BmDe#>x' |50ihiٵ{ ~4a]SWy?R 9B^zY 胸s :~4Jrye s$9 Bm^A>r+'2 ݖ FAu]-Kx*:"Wn@JcT' f9>gDFGs9V﮵r }FO`@m_ ugP h9@kǏv v[hߏ FJ-z-!C! s}x9bowF@f?`f=`o8*/)|)M w0XԊh~ (w6A@ُr'rrݺ̆ud;u$T js :~4NYzp6:Ek"0RQPaO:~4ӵ_GZhaC$dAIy r xp-qt'@f?zI @?3/F܎%8񃏋B@l8fG[@ُ>\c># |ӵg :rP XB. Q@Gs0}L`e9l 0USLژ,Ay@V1>6A@ُ؝j2Yu#amrH4hZat\YȬ[zv u:w"$OzyGk@ُNh m\iA{ Yrʠ! 9lrȉ&h4+7iM:~p\]>CHL~zGp! gQ? WF2( hIg4hgB{M䐷Am #"OllGGsoxUSs;h lO0֙hh9_TZomXȽ/snS\6ֱv QLA whߏ FXx l,d OVhCmE91^ 𑻚֬:X7μh9hmjf~5 bmBAaCG@f?`jffW<?=I`sˋ&h4T-hv"{}x:~ {±ɱ\ ̄Mh9 S3‘4"g1@1Dk~|ҏ<l6A7@ُ`ȇ3 A{ ێ?Ȥ_|R"0w(at4h,,,70Ck޺?!=\M@:~ZI?AFza4hr OΓ?ϛ &Ci'cm3]nl}=l> FAyI)0듄D`6Z#| ΀>V(im' Ѿ@f?z a|M ͈ u<)#! ewA:{G~t46!'?v D4 5&;o[Y{ +9ã1EO@oZ7݁4M@~\ p4 t4 C8<[ ~T?\Cijh G" n"sT?d^sBtAQ@-@ُ]yI)  qqs%f27 F9`y- S|R"ynQ@ُdG`{5 (4d=`krhJ@f?rQ0 (4w{ F|+_ FQX=y$ tmPh# ,7XQ'v- >4:@Tn~U5_%'Lߪ' [3nGot?G@R5֩@6e!g7Aϛ] ɫXwoF[n ֗h44MY>Cl!+!rst~4 (4Phho4Zk׬y =:> h4֬=y=:> h4#v F~` 7 F~` 7 F~` 7 F~`@5$@fQ0 QI~`:q Hh`]nn6@fQ0 ֮Y'7W (::` eddCB "oB``{Iu]-\ I:@`Ю9<`fD` Q0 hKJ\gO78@1rM9 `Pyoh C/| T9:3 FU'!mN̼U 0+^5 F%M1%,W]W Dsߙ($׮s03^BRbBR@g?Hkuyv(HlW K`袳Q0  MpjUIENDB`PK?݂!mii5OEBPS/httpatomoreillycomsourcemspimages470027.png.jpgJFIFC     C  4" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(_?dYm4?\+Zz}ł^M0M#$uax3wO>-4-Ok7[ K#* $ Qh)bكcӾ J!<ZmbXd,l0t!)Z|K"xeloMShN ;zw@'gϏNK? ȧfaeW /'~ؿ| YӾ= 2S"2ɩLY BBft>Aiikmkk H U++6Fٻơ>,tCefQk2- L?U ΊB|Su?_U/[J3-ׂgg؟hEP#d"\_WW BhGO&4DG៎ti2jq]ۻ/ Hgؠ(KS"@(31TI'xos_ >2~[I'_x]&}v}vfmb@=SwYGW|#Z6mz} ƾעHTe2K4r#Vr(%̷W|+8s'<+@l-f/GpoPC%(r5ˤUƺ?j4x#B.;N{m=y` + -ྚ_-7|'7[f]q*@0cFlD ;~ڏ5#s~~Ht#WG^mwϗ,0pMwgoOn{%?"8g[}UEs8g1]D4OGSog.o]٬RXP`mL ğNֿ!jxGojo|/t9,CEڌG=Z$ybI@"%_ş \}*平l<5-XShoݔ'X a_A ٓ7|SmGស*.{}aRd$>𦻩|Q5cI;=/\X=޽it 8 HRN_F?Zy&煯ŶŷmUuoyWN.Y%%\}c_o},MhXFklWaB`i+pqWx' ~ɡM٣2xb="iJU4L(]PA{ csxzY񿋭g}NJnubLt,71fWׁ>"J48-/ePKus}bi#*,v瞧Mq^cũxgt+qB?)eЮnQ;,% 2+< g־-z#뺶Yo/'ot qgw dWx$uo|q~#|] %N/4imHzHPQJ:](x^] ZDZZE2)ExcgH08`Es4-ú%;x$vDP4L$fv9,I$Rivi:M66TU\PP#;RkZ܅Yz_7 s|RŨŤ35i=zJVRnvsT-j-Y]Cdx"hQEQEQEQEQX?~(|:/=Oůilg5b qv dI I>v&_e(|[Q㏋m.PmvZm̱b vgNH>l(QEQEQEQEbDq ~RfWk}OF,3^70@#_8EWsڠ>xxL[xWG :ʊQ@]'w-h/=xkE?O_'^8Z_z:֊( /=xkG9 D{]Z(.u=.'w-hr׎?×Nq?O_'^8Z ?~V# \.L~8kyʶڕgّEv}0@P0KE(((((PK?).5OEBPS/httpatomoreillycomsourcemspimages470029.png.jpgJFIFC     C  *" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?`j;~߰~K]?GV,?,.7 eh"e{;o*sUMMnVp{/M{<@T_,'M-_;G2wE c; kIk ?ᓿি/.?R!~\6𧂮[6u/<,џ7NŜ{fbq*2f?>"Dhj/ȸ>8tXbIO}R"+Ϳ =Pxs/XzGܒx}'|M/۱AdnNyocLOgOk$\x#1iᙱ5恽ϫ~)o-3I׾6|^𿃬o.EAm<w@r>Pst:fzmj]Z]ʲE4NєApA~P<j.w 3\=?۝ Zw4I͂AI} 2E G8X/%e?cѮ[Qux?M'M BJ VG2wE'M-_;@S_,'M-_;X?d_+-OZ|<>.t47?4(10Z6wU `c=OM^hF S2Ul5=??BO&o_ڏGKOw/j^g5 +}zWDVo$;DpFBfO֝ YkvwSB 仰oYr+r3@5f{?@|7i O}1L k$4\kWE>"g\޵^1B}R;X9UiV6c_fߵ> 3ś,u} \i^d|EHI~ >/um?ö$:m,hYw[ܽ/pm+GfZ}"o q'mVm7Xn~#x%Kٯ W X3\msd23 Vt&WcU𝦹|ve9R.[ZAa*.y8Gbc _uySnskjkY)nnl eB,}EP#?&iާj߈-//G=vGekc o7gO (Q@|ac^fD՚σ@<=a xCkkّ*>T=7rKrZUl30~='h- F妕7I!gb2MvTP;(QEQE|wWn/Οi_S6y/j>'&}f6i5+a%+F E#m% X緞6x&@"0+) GEg6wšmlcAKyI NNkJo;a%Go#跚us&`yFAv_~X4 < Q1(գڃ 6 L-#2IJ #-ǯ2n|kN[f- pr41G+U  1Sj^𶱨i>Iv}.K6a&`Ld+ZPEPv?O&Ht4?(853Pj.>28X2b۱"ӟct|T'~vWs? >)M~p~²Q 57 ?9\?;+ HGj?_MG4?#Pq 57 ?9G4G+,p&#}e7??@r4G+,y/)gm/I/RCXZ[[䳲!6Xe7??]GG $$0|s68}_~?|)eqZz (|AXs_k߯ ~Š(GΟWEǿ%zw/%~mpWEǿ%zw/%~mzQ@ Ma<[U(ſeZ袊QE|A g?o/W%);q_o7QE$?/_,?}KwoD|@/(C:(|A/7ΟS5}_u G@QE>5 xqzqj1Wx%h nUr2VWD5kF 9C_L|qZj?!&W>8]5P _mς<-8]5+ֿ(+D5kF"e5#QEȌ W4_ i?Mu]GOYnӦSAҊ(!QE>xYL6O< PgrO|,x? f/ K^xN+G.4j)s?q[Dv8't?!&W>8]5PiʘC_L|qZj?!&W>8]5Phw|nz]0!aɶv#~ iڭhH."(*y(G״QE|%k>UN-[Vk ).$KeG,U'x袁+ֿc?+$PK?DBB1OEBPS/httpatomoreillycomsourcemspimages470033.pngPNG  IHDR[Y pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVThGS) WStnO{Gl@JAJhtdqQĂ\LBD~:7@`(@(`t@`bAꗎY`G` @`aQ4Z"Q0  FKQ0 Fh0 F(@-F(@%(hD` @`aQ4Z"Q0  FKQ0 Fh0 F(@-F(@%(hD` @`aQ4Z"Q0  FKQ0 Fh0 F(@-F(@%(hD` @!tӂy>|ڵDW7`BiyVshQ0@A{ !W?L&Q0 Fp-֭Y ܽkh茂Q0@AKk׮! &Ó'OFh:pڵ|4O %65C`y$[] TPH0.t DGDǢTR#GCHt@ #D60c#HtdpS'NP`Y޵+cqQ0@A{ Bu]mfZzBR]`@@`Kk`xO2Q0 pbA挄Q0 F@G(@%(L0{5וh0 Fׯ]+/)uxh0 F6l/j2 %_ G(铧X |ͮnn Ie2,8yvQ0 h "D666F("`ݚ>8DD"0ra!07A/3Me4F(9QhD`D\4@d#Q0 %`aQ4:0 F`Mͼ|dy֮YsZ* @%(@_TYM?:edd~T?@` F ?HSK rP˂hta\R54 FKQ0 *ϛ~ ɓ'ț l"Xos^(CtyI 51i„߸vہf֬KW,t1P /Z@1` n0_Y^xTxGys"kv* Ta'm6(@f%.'! ݻviji» A!h0 FQX@,Q0xnaI&E K FKQ0 5w2ϛ<d?})xӧOjx gB.s*{V]W w4aByI)n4z^"22N%HG(_ V_ lِu @F^H 8$DaQ4k` @op@]|IENDB`PK?a1OEBPS/httpatomoreillycomsourcemspimages470035.pngPNG  IHDR[zQ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVk&\$1) @LKG Q@@# F FKA0z84 \܀$0'$%-]|Ӷdn2,8Fv htdqP`ԇ lJhjiB 2̛QT#=:m9 H4Z" {BASK s\HY7 X(haP܂|"Sl } xz`hD,Ξn`3G׭YHpusk%; H4k, LKOHJ YRV'O! #`4iē'N[!Q0 H4Bi`A^ڰ_,/ %D\-B^(X@`qQ0 Fh0 F(@-Ӥ FaPhtaȓ'Nyp4(F FN7@`aQ4fq$iȒ䧰-,"]Ҙ` `Q@ 6 [^R A!! ֬|^ ]v͚9*'N5  cǏ'2" kVgA@qzkWBuCw C]ys玆( h0XClIj2>>7 ~Dº5k\\ځ- ڍ,8}L\=Q0 @# W>($rt"HHJ?q j10,`h0r փR!w:-7AيxPq1 FI FK ^6 Fh#65?y򤺮6!)r+(`D@HLJ5\̛7:`4@aR.n`׮]ㅋjii[ Q0 F 'B_fna,v͚OO<vP#D M1@\H0iXt rtKL9tAJ $@!\@K8<%¤ }:<Gl*(0|||h"v9L!!26.Ry4gO xSˀD L  rH!Ձ"wp)Xb9=( #ZZZxGz`@Lf]ࢻwNHJ Q0 F hR^RӧY8` c@Z`gayxqQ0@t2mQ0@` @` 0޼׮T @%(|i5^@dٲ@%(# Ƃ-&@`8 w IỤ!; F0|||5Dfɓu}'(}rus~;@hD`0ukjiiAnQ&zuM-M`Apĉ=vSDqQ0 #(/)醰! '!CI.qQ0 #@t<;a >}D[hta! }Hi+@'!޵k Iׯ][f-5wș.n X6CB ($ I&~ ,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVkDX(K `ytr>> 4Z4 ",lljCB0Łt Q@@A̛, 6C FAvmnaUHٵ]f]I&DGDId@YT3<@,A0p k׮65Er W77,WPd!X!`4jt $&%Ks sB^@dx nMXfh2@'NK̙H,p `d8cR@ 8` @|it( Ѣa`?yD`|`AFF @>DhI1 4Z4 .tr^>R,  Z]܀*[!2:I1 4i0ٵɥe?lfa}keƤ _#I&KHiq@ `, F;`, FQ0 F@E0r@EpM60 (4Z4 79j- ,jb@ `, FQ0 F@;/XfͧOn\~ĉ܂|``@--Z 3xz'Jk֭Y{u3>@b?  ߿fj(+.2vܩ,pUxFjǏ!8@?xzIPW(;Σ@y9 [Vq:' ׉0h؎2@ <0χ5;{ nᠡ|]ȥ J'`X QѠݔ=@yI)0'g~| PܥAtD$T/%#}<(~}6 @A= bnhh AM^> /'2:.nD>׮]`H̰69~Hx:xN-F F[ C;Ѡ4:0-_ F s`hbO>=}s(44Z4Q0 PQ0 -0LK=ih0T'v5yѠ4:0$ Y=}+F@d ,:{d"; FU@ C ]^~\ Yb9PXR65#oB@ \v3Ńd@(i8hjsHGŌhhUX޵3l^) ,5֝fN` ?9X"7y ĹX<z( Fg*?/o+p5 H# EgC q#&y끏R"@Y@P\@Dn2[ vn&#%5ydnA0`- N8l/ ?HW&hh&VC+\sX! Fj @Rˍ'6F;#h@5Yh5|c>r@a). # B֧Y$zF5k֭YK?ghR"h t$}93O<?miR"h@y5jd]ZC*Xk9n׮] X.`zrAJ'@ʂA{` Skn>Ll48 u۠M4: 9 F(P߉ICKsxOԏQ0 pbAkQ^AhQ0@v(F(X@ `, FQ0 F@E( ѢaQh0 F(hh``4Z4Q0 -F(X@ `, FQ0 F@E( ѢaQh0 F(hh``4Z4Q0 -F(X@ `, FQ0 F@E( ѢaQh0 F(hh``4Z4Q0 -F(X@a) `h4aº5k7/` @(w^]铧=nKSGh0yĄD;8$حm8Q02@!`)GhjiEݻv(#Cq wu4O>@6Y#,t\;6GpH7s@H3S @ĂቹfR@Hd8a ֮YD؃#![Gl*++(TsMx i[ Z8 hX߃ fpR `yyEu T ` ?@LȥZ Q0 F  D$)18$ X(i@Q0 ?~Y h: A:ԃ;LTV\rqL2Z8Q0f Ec sϐ(1 !t* c_B #@ѯh` ,?ofѢaQ躆Q0 /Udm5Q0xAfZ:onaWPp GSt嵫W?~H!-@:8u@7q9 `mi;D%~'FcB0w ;!@kVD+/)} dkkS3\f \j/7Ltxq |>MKS7ݻvCbx Vx4p5 @YRT p7}*)0$@KH(4au8H.+pus2PjǺ`PN5S|50$Cd ȦzS'NB| ^"dc 0c]\ϼj6 l\+d5GXJJ7o If$}u@_Ód,Dھ0wO2?0m 'LD>ZL*@{wڍ!DS4H w(?O/87#5e5o\{k/`+ n !r7i{&bX(`@Zh*jEe;$>"ꉏbm\yh$p[$&d5*0 { S`@z`DH) hޡWs.s@)xA ^ NM#fY Λ$bG i Q՜FEAd!! B&>pَeK|Sb F$S=Nd$x0b04*` HPٓ=)H߄$` @t(Nj^fADx\f S >A!!@.0\56}Vq(C`o`"@niLHJ\0o>fT)b mAΥ@]AHIjE"@L$vlHԛYy7@#づtvՁ+hdk4a"ZXREUdӶ*-*`Id吾0%k$R Jp4RX[@e6@4/]yLƒxi!'Tejq`ٵl/Tn9M Z#dHvEШ܂|\Mn"m0)^G"1YO$-0uEC)d_c'x Q~`\h/OZxd؂r ЏhM<SJ,@.Q7`t;X@j0@J]:Uc۽ D堡K >jL+7k" Jx7# zE`GRĽA&D#6@AqAMQY4P^S^a )xV؆b7b@l 62Qa3;; iGU nExlݶN&bj^bL)] O4e9%+бĒ&EXH6ňA^ޘsYu<}fN4댟Oc2Ԍ*,Z&\zK1%yWkkd. Ϙ~RA}:<^{n)Cg?HKX [d5(A%V_Z󔁤ܲ oOjC7ၤ[N:U5^2l& 8xͿ9VC< ء%a3D "BIZhb)8Q0 F@G(X@ `, ?SC&\IENDB`PK?sR,,1OEBPS/httpatomoreillycomsourcemspimages470039.pngPNG  IHDRux pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVO<} dHˀM@(X޵ԉ'O.OSK J邔fnn@eu@`:֬Yf-,ˀ嚦&RVی'&D%($"@```|`w"TjgԞ]F S`!, s ME ]@(% $JHJ$ش!!4ZQ0 h nmjSX%$%Q}Pb ׮Y%}EXC4ZQ0 `X6ihiRXh^yI$XUs>X rpQ@k&#=}/fhQ0 !M9"a?o|1W]W )֦݀m[B sA!! X;)y␽z@-@D)SxO FQ0 Fq:3`VSW<ӝ=v{@` ,ȀM3`X6[v6@@.f@c iHH\Q0 F( |<$-e% @M|Նz@) HMxv*D"׮^D@n#v-.@`  Xp2B`ag$\XH%h: ^<(0b!?`78$ E҅"'`gTw"\ FA K@)=(r-,urGݙ,|!3 /! L2@_$&%A3B@0YfdP>5 F @fu dg2Ōk!S؏?FrBs` E QXZ@@ pq\=G('#4 +), )7w. l @k?`lG iZX3fiBjQ\[B;q4ZnES^ Q@-؊/!Z8"J"@Ӱ@ uZ=I7 F@VQ~**%|A>x A&!g$\ 3-hTgO7֥64ZQ0g[XL0ԝv֦f@!+l7~Xjn\h98 F( @16NE!hwxBQd҄,9ij FQ0 F? J)fx(1@`2ds(|t0kbvh98 F(( d"b8 r4ZQ0 (d݈̔BvsX.31YrpQ@) ILJC[I|u@zğm` A'DNh98 F(4iD2L ch"$hRy d_p@(:J1&<}ZZZd@-Mh4ZQ0  ܂|`IDjء\lfa |U1IF45z'h98 F(HLJ_F OɇHH~k{ I. &d)zC? F( w $!NA`Y&f(-@]d\@LBk9(` _:NyR‘~yE!}#@1l⺌j@2>)q4G(AnA>`Od;U?Z U5 Z,; p1y DhD`RČ[|H.($<t֬,$6G($6 $JASN0RZB/ClmBzͣQ; F( I,4/AçA`,+) r0W)!E(`*`[ƒZ"Z n)Q0 F{^B68yĄf! `{> F(B҄u{)Vb,*eF(7W2Ƒ ,}VbګLx/7t(l_=A܂jr;ŠeS͖2`xOu|bW VCze wPXc`0M-- >gC@`6GNhiiANLJ%I'OrKa9C)( 56hJ*lBʛkĂYthKQ.`ӝ~5M`d'N[آ"5Gq  LiM w3|W,^7@s vGM+qB:Լq'h9H#q QLIn6HQ0 hqƕ2!qw-Q Oߊ3Q,D 4g0H(y, Fa8Z:5$'NjR \<UquKG~diAj֬Jg`h嚴`G(Hbq:c>y^9a)=UEJ((`y'LtT3|oV l A`ٴm誚! 2Bs_„-g XF 1) rS'ѥw)-#,vMr> D'Q0 5MuX>09`*5:@W77z+/)Kd2z҄4F#ttIHӺ @Ń@.3U&G( FŃÚZZTE3(/܁Q0@hiiQxV[_^R{׮XmHS 7*FrpYTߞ {vf1@VJzytm%U;d'![FK h4u`?tQ@R{o0cM>I2 KZ`O0=.]>k&ШI&:K m9Q I{׮C:zơ.T_O'WHLJڳk BBF{ːȮk׬Y8oh-kן?}V*2T-,ug'5`c[^R:z|4AȽk]e#xJ7ra׮37` 40ݐ5l#_2 g̟7Xkcm[ D0'FBr'wI`7e JM?+|hp_]W;2>dp6A`C| 6&'/`*-(+x e&4y#ZPH | ۃ ·-+Mu#S l auc &&`p6q^iQ%!r Z#dxF`y X 2 &! ChM\1( Ο7rl knɧNٯ]z%错dI`f!hzg҄??bYZY^իM ʊKGG|vzHRL`hG 1`0d`$3`xB,x2͛;wF 0UD'4@I +*Z}j"`\8`{.߳k7KJ?}ttz!C45灧3D y/r$ =}Ф  E!p`v!e0O  .w9ohiiso߳N Z#b @@'O#)&c6ҴDGR4*^G@[p#yF{բvŰ|``h N8I6N89!xS<<@`Zo  h_< Z$wg>}Bӡ!:F]ӧOfTkBptE4Zz`/r򄉐vBBb{ N FQ@[,2!,A``cK{G#h98 h #"!Ke],GBpt4ZI& A`$֔.I 9s FG {Đ'R`EycX;{G a h=8 h G Ȏ H; *1t1rp |Oҿv(IS! '!T@vG7Ь"F0: l FQ0*"ys uqsmҸH\9xuTrp >}8ԣ&Q@< q @ eq-n  -!zA(X@L{׮ukk kRG(@~qBR",0D M6G(&L r@Q,A9MQ0 heNT<[  \`AI G(4+vj PCE \*T`e =l.7>9(!)q4F(t^2 `{ bKF(+'DS r4[pړ'N Q0 F, f% eF(#w08޼k٣a4 F( ْ2`&LPQPH@Y̖.` @^\-M{{9lNQ0 j^'Q0 FIF(#h98 F( p{vF(`xYy򤵩ӧO= F( em5֬=y9z(+aX 6 _bRR|R /` ]@êDn[XG(@ r\.(T@Cܽkܮ=` hHh @`ٗ8z(<@Cl^&5 F((?}`޼( {9x `9{8 F(AZoOgbA!W荂Q0 hhЕ @(8y( 𕃟?}mkFcp @8A` Lns6pwm.nA1 ? FGDΞn5YX6(>ph6 ? |AW77`3MZF:%`kS3boijZZy@4=AyI'O5h!8  AH,SebM]-ƼLQwhzy#L5s(`!hד 0i„I&2YXXRh%4dyV*N,C66Ȧ5x)lWՎ(*  gnv=HőA('GyGDT9H~dYT6MBd>( zOLJcr;I,{@s GczQ ۃOE ('CFg-G(x@ L98 F(h98 F( FQ0 FH4ZQ0 F:rpQ0@`h`t`9x)܌GIENDB`PK?331OEBPS/httpatomoreillycomsourcemspimages470041.pngPNG  IHDRLh`# pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV:.sh`? F Q0 FE@IBu_;vKXFA>4ZȎQ0 (!AmP}'`+dh`P E,v84ZȎQ0 (#Gj h/ l@(Yww`I7P_=$x @`D@V'%;_?,tͤ֝c4ZȎQ0/}/n96 _# * s@(#}\eҐ@M\b;Jo]**TBvEYH_6,FZ/ay&RL-dG(-gVΒ=ő/pp/YXjܢz 4ZȎQ0ZRuWnѢ-dG(-gYβy͡bh}ׯ];y$r -M B\8 h%; F(-k׬ٳk7 )=e >>>-ϟ>_v ^nnA!?/d V -dG(rw킗fX V\XΞ8q^F͉OJ  !ɐ4ZȎQ0 hRN0HB`ٚHy"^8o'OLHJE-@`j`óRҨD.s sh!; F(4aO3XKs`l#wtSRBvQ@lYI)4,`y'LSu]lh!; F(]'O2ҁ廫|l4ZȎQ0 (؜>;gͤ[;@(sYEF t =@g,]| h!; Fp!A[T/aCB% kע#"Sh!; Fp^?׬ #ݮu9 _;v{oRuh!; FHi ?.2O$`pg1'4RAX"22rA `E 7B**Bv޹)/l5{wڕnna,O!:fI!-dG(q"zm4` ,8-cO<67m:ȷByy6]XH L@(#>|皵֍4i}۶V :",IKdڹHRtE4ZȎQ0EbJHp>}r% l2 XӰZZ@(((6`P,& 3h`Aj F Q0 FQXT 2P9hp @)Q0 `!,aCB\ uf'Lh` j X`v͚'Ov-dG(ldЍ/ 4ZȎQ0 H8to" F Q0 F>,v6$3w^-dG(jHs `=nZ: @(سk7a`Uq5:Oh!; F( В%,@<=-BvQ.n;ZZ2229=-BvQ; LZ[_G@Ze;;Xh!; F(>4%[_k[{"pwBRυW9C2) O F Q0 Ff,6)}4pPKH D ǀ.^7~8z ##sI#@Q0 (1!&t! y#\+p ,I<݁U5 ,d!߻w$$ -ȥtsgRr4[([CH@(C],d U9sut۳XJ2& qHYU='P!l5@(CK[(YZ -U%$MTd)L a67` ›.20D8.*-@ɎQ0 h YqxY +dEH -dG(~9!}-dG(4,oAk{mH2 d3IJWta@x o @(E " ^}mHf 2IHџ +#/H 5dBYYϟ>3h``)/ dׇGm܁I"TtKg2YeJQ6hp5:4ZȎQ0 -jlb1ԇ4QE$*:a RIRRBڶ/ذǔ'BvQPx)@ [F+#77 '`MWؿw}h1Rky#$@`ҧ&*;w D`˗1dAEB&!k [ 8s,jOFji 6444aQ[|ׯ]'R1,2(l[ ]ך:`rd o߅+fGBP2$!s,oc#hKvQ #[W X&VK$PXt~$ )@/)Ӏ#_ o]1 ,FV^ia i!y F[`<#&(I|Ʌt0J P`",/!Y<{wCJd` ,gAC *@Y`!E6ww(-|/ȐP#+go\ =[є4 F(չ !^ E+R* ` ,Iڛ`c ,aϚI0Q0 F,h >`>>`v` EF&Iu"rB/KX X0o>3)>>JƑR h`j5KJ!RX΂9رe(v.L%ltD'O%,x-dG($`p@H$,(;n޾t>h!; F( 2ME YfUZVwJLJ"F-dG($M--H9 lRr"-f>Z׮Y,^S@O@(r =K!f,ususd F Q0 FX[ׯ]vo7fJQ@@`d~$YHKIeE>ROe}WO7]| D-dG(d{+Ƭ 1K,0eVVF16yD`K /Խ@(@ ]<d?%uyPIbr2XIFcQ0JXȠAu]-#XȨ+5B>@'L6Yb:.XmsQ> F(r%,`G⿷^ʘR\c`<`9K-zlc3p=H0aQ0bKXYHцD+^$ukjjiq8Yd\iX5z(`d,FIrnBR"yЧ WPH0HE|\ ٮ`k]ʯ:6c@JNC9 @LPs%ΛlY; F(-a!p/LXlÞ>0tUh3v<,8ӧO7uo=Q9 @mR2iώ`%{N8G w"@Q{?-YB揮`{ ߉@0od,9 @,`:HQ Z2),~4źT@,h#)wM@>jX >r?jRSu`` Ӻnoߣ+RRh}TO>3;1)*Wm 3GBGbPq00Ցt؀:Y-d /^۳[{6l.]r[SKk󶭣:Z;dOvȀ`skϮ@ QB ? YZY^aΝT4sܹ@3'휾[0B|4< @_@8EՙY,]` hSVdztaQ@< r|BnA0p̣` hXܕH*HHJ֬+(NʷmQ@E@ kר[jOZf0+d-t---JΞnkO<<l 2 hҘL\\!_lb53-XL50qwڵp&VRQ0@N| kשn,i<,7 Ĥ$`)I'0pa$!ȆA9G F edh,$4an'Rp:|aӶ"{tS( h!;ߤ m4 6^^Z˔U]W;}L`U7z( h!;d7!) Yʋ-mQ@ щ jttKR fTY4X Y`Ӷ+jGI F ّ ed?dpݤ ̛J9 YH]0 F8Bv$|7l=gtayw]5 4:&;B۰bRR@ч9fO<(*.h%;KXHl coZW8q{d!KKJ׮Y3l h%;KCẔ\CHyJ̗Y`9 4Z^'M-MgnQ>~FEWA!ot9**ާ^2{r4 8LHS{Xpy--4)dC QP!<} @,5JD0 mn_> a[JAE h*%XȰ3IH {z!)Ӏ0@nXܬ[X@YQ8@+nfI kǮ0CRHJ@aY]UY%K~1wk#u\@c$iSC~) Xm wѵii` i&O0v0" R{@[n}6ce/Ϲ*ʀEt`H&-Ш AL?. Dzh&n 2>dF-X'R` )ˁȠYx ̒2#$u `VU ,!30rsSb&jcE$9prj~2PPVR 5ZDR KBB #@Ƥ >;#!n @@܌;w&}/H0RqVyI)%;x,;ha ul+M`eQ b"A/ /|K\]sI)Kݻv%&%nR.-x)0xi:f/Q;` 3wSC6#yRXQwJ h8(0rd ( ȏ*"ij*! _ZFaK3ZE@;J C22 %BCq ޤ " l[AtKU!OGx>w^@0u(BvPa]; 5`:>--ZtYԺؒ `rCViȉPQ0!b4a"d.W |Q0 F X!b6W!3 Q0 h޹}424qXd@L2W)`@&|'N\vmt(F|y߰&@Γ@1;z(`PԒ ]OӧO@nbRn`:/^{_{PB|^@uA!%' !F` ھǂExp$q$E  imj^f-0F`yoQbdӧO'Ox(nIBbH28v͚ѕ[`Q@-@,`]8oh3vQ0K~= xʕA!vt(`P )\!!O` f;ӌF( F`Q0 hh`B/d׮Y9{Q0 F ukhQ0 FU@Q0 F @`Q@C@(`h!; F(44ZȎQ0 F @`Q@C@(`p.dhQ0 ,dwڕ`c;y8`  at]fͺ5k!(`@ Bt@vus=wQ0 v!tMHJ: F($ j!{ĉ6]G(+d?}vmMQ0 F4d Y`uݚneddj%huQ0@ B1($b4F(C-dG`ah]&O8t` @~dm]@e3 ,^,lѸԉ uuA1 Fz!5<`Wؖs5 ?($`K.(@l|R"mmj>khu ֮YjGb KX`9M]ˀo|iV7]ft0~iі(@X Y 65Cy< F(X@t-dG(`b Q0 F(BvQ0 h d+PIENDB`PK?7퓴q5q51OEBPS/httpatomoreillycomsourcemspimages470043.pngPNG  IHDR pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVyΩVWO7%c44Z掂Q0 LK=tϟ72-kcP h; F(fc3:"ӧO">[ni\`?؂ FC`P]XmwJ4Z掂Q0R;w>G\/(p T>>>` RzyS @c `o]{C RBTٛK-0޼֦fs èk2}翗/9sH@e(#fGl}6w6OwJ ~-9 \V*c5 0IH\Jv-sG(^lnd\?/o c0 )/v )Y (`E 1` +*`uH5 FQ0 F4r` ݼm-p! :"r [` EA?4Z掂Q0 @ve.^bڼMeaăO>9&rajk$)t @`wr4T l6nng#[GUh FQ0 F9l6o6i\?۶?,J h; F( @SBVM۶TU@{"F($\ 7Z.xDnA'Ơ7Pn2wQ@Xb7 (:XOk `1Ph`%c ruŀ@e(`4r!X[hji[v@l2wQ@U;χ/!j-sG(Ă'N*`5=7 M]-sG($4r$n6'ΥL@`bUCh 2wQ@~Uhfa><|r|/*n;/z#@`=lRb¿/(ݾt"@)h;EJ 2`BRE2 FQ0 Fa2/UEXq^.CN( g9ZO3$e41Q0 ?bp lղA wUT@bk_{/@Y  5soR2qCnϥG2 x>'Q0 Fa g Aj\e/_92W37 X~;ӠöwkwK[!7 Y8o>OJc>|@[ \ǂEIBYUYYy4LFͫ_ކC,s*ˈ\|JR3XB K`<]2;{CBȳiDv^O>9jji-]W|NNZ* F\bP8GuQ@'u *1 [H3 ?X@d[MP,Н_%.L0a҄Ak;`UD@e.QNaLQ@y)% ~{+"׎XT@Э؅/Eϑ\4lk&~ `ۼr-s Oѐ01 v{.2.FD+>ob׮7)vnmrdzT-uI;;#0d<D^o Bk{{;ϟ( m4~un8qBFjܶプPSR@/ Wj@0Ap`j3-Mk,RY?~12(`FF @sVT`#N1s 5Z)<2 d|/F[ R_S8UxIgO7#1F2Vh; F( Kn #3-{.hmT\_ wk4u]d22wQ@&sF`1:"b` }(h?;A֮Y3<`i[]W;@e(|,ȀkרP*~$2VAb4Z掂Q0 (!!b0~'N@ ܥ+~_\ F[`P=u$E ,{̴tO 4Z掂Q0 MO>͟7OCK¬B3L)+)2U 4:0 F(Z Y=ۑv(\fU[I%v.Mr-sG(w~>Kz In~DhgAC<# ޵ 2 Oh`[~/SxfJ`4aI9>YJ*222lxq@]-sG( t[ 'iQPm). .`H%ߌVh`P%Xꑴt z$Ph&8y]CB96l@]B)s׮Yka3PM~`XWSK }uߋX\}}ϤM0j/v mkR}dt=}/сQ0x \pN2E^IB,׮M$? 2++S%|g l۶5it={Apm 1XXXG`^"F]Ft/ve @,s!K@5ׯt[CKr'ӳ ,%!wP^JSY3 O81Z쎂 pEfUaYb#%=:N*sg~vYL !)13-rxHȔ۶F('x )||rإΜfϐ2HH_wXXRS)`SZ5EU@D%`P\F8BJ 5@e.ix] =3u`z֢ĤS'NΟ7|t(,<>;s$q$Ɠ$5@dy5T2w]T\}kna1pz]0؁ ?Z*"F($-s xD"F([|5ש"xDCKbt(:2wٓ'O[/feY3KJo5>WZ_ ࠐSGF@2wml|@e ALl xț{'֭Y;iD VKu󍣀r@|<X37X8dȝ} i` b[r ,7o DƖ!Q0 m ,GL`>?}+[h]҂GM:( y9KW,V{i6 F@ 2$6l `0S F6@6WQP j#&(T iӶ6Ikt( )s@`GXj["F.0Z`;Պ`i .iS7!) X,7*SgO7 sF nړ{BG!@ IJKzx 7XS.āAIc!\sBaiw`fOJ@h@SK XSq4F?u$0ihiJQ0,@ 2waKu,Aͷavs-0Pk׮M0h( P*s umR .`Kr)dr]#gAWOwyI)F(@44\` XBZaX.6l Any؛.n2XP/@B~(A]5llBRObz޸v\`-sG iٰ0b ƞ:qan&Yz 퀵k֌n @g  bl-7Fh} K\ FHeE.n2wFgE ɬ<< @,)gtrE-dh ͥAyiiZ4 ]-s)?׬6rUTFg>x9x4`b6:"X77YX0o>0G>=.ZlkU/^ wZG|Sx;t}4` w\1IܼO[T,p4\^-u3?jxLE3!N5stZ-h`[;,XKt׬ K#h |/^[ܭ#dQkŀ-Ġ&4jw ke=r5sd|5,vQZs$ F: Xo'C7 IpUKS3]6h{:ҶX!Zd{TIlD[y&a=Tipg#]jt$IICqlXRq^BNnMTPcidU)vG ! h`{l`|`؂-ȧzL @{Ac 8I3`;ZR<mubIR H6 l/9@ӆ'XKI`*\`Q;yD`slZZ׮p;}  ! e4'xi ,F5Ehqb$@e`"R:~ N8 , C7ykFrBPA R\Y? F1 FAϛٛ{.E l `ѓ8, rh @ H4Zz`pc!7ݻv_vk׬S7:> 4Zzͭ7F] ~fUh; h2ҁngO7O,-֕ɓ&LpGϬ-sGmax `.6o!|Gz-sGm edd֦fʗG'An67<h4ׯ]|޵ X֓}ϮݐK[*8 F22w@Ѣ*`A 9w҄ $}kn|>ew*cy 9w0$Z&zy`Q0@sB׮Yn:,\=`PaCm P\s M--`ي9 =nQ@ ,pQޡSB% kGsG(*<FO|֬E.sE'OrrQ0 # υܣ)d႐GwsQ0  ,s׮Y^"d6rG(tc'llCwM-- ZД< .GzwfQ0 F( \LڵkFQ0  m3<63n 3iF(`@F!+ e.mӧ%b`o@;q; F(jm H`-sG(~ FQ0 F( |entD$(`P h;wQ0 h`-sG(~ FQ0 F(2wQ0 h`-sG(~ FQ0 F(_~i5^ޓ&LQ0 Fb~{ w,veddxG` 4Y֬=y` 9٣`4\`v!7>>` w4G(0)s`Ahhh Ĥц(`e]̛?ڰ` -@C6lׁц(`2e.a ,j$NΞц(`e.ZX&$%ј` E@lغk` e@̅l]8ohvk׮IQ0 ` 222i] x9<@ lyy>K̴tȎHtrz X65-g'(/)FA^A>M;I` 9@\ 6# IT)y!YXR5 ,jll!.]`k4UiKS30{-z4@F(@D̅a'Lkp! D n[4:O@'&%(h Z+Bu\{.`:yh@` '@$υ&L4a"8rSCƣ`Q@*-!) >. ,;{[r`\SW;٣`Dx.'O>yB0p +F(@`Q0@1(` ftxiIENDB`PK?!,!,1OEBPS/httpatomoreillycomsourcemspimages470045.pngPNG  IHDRdL pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV Ƞh(`У pk@ 5`XhN#(  V; FQ0 F Z0o>1)MGI,U V hNBRbBR"@`Z[222-d'M$R hQ8 F(>4a2}ZMw D`9 Xg@`j׮I`w-A\@PK^- G(Tk׬I@;DO?}`;}LRh(`PK"`M.72mC` x4dQ@>KW,r\܀v!!^#@ G(ׯ]=݃I@6V(~1+$ xqJ| FQ0 FE]-A0RKC Q0 Ń_#4ZQ0 'O2Rf0yHܴm+4ZQ0 im9Nj`>3-mX(dP^R , %/+l"T FQ0 Fɍ, .D50H U@`@kS31,\D`- G($I&Zi@E((9pMc/ %;hQ8 F( w $]\wm['4ZQ0 %LG. h(`'Oàw 2kp- G(O-'\H" )pSXQ@E(`Av&!,CkE+ݤaE!T"&:$gMa2ohQ8 F( [yR@ ϟ>CZyt0B*!y(q px FQ0 FxRA 䅊׮]reaHA QNjnѢpQ@ # ! 1\ E8iPhQ8 F( YM-MjF?# "AJ^T2Lk@E(מRhpվB FQ0 F6;@ Eۺ5k`バE3%,dX8BM<]rZѢpQ@v&lwrȋ!# CJLXyrf"uφѢpQ@`.|5؄m&$d%5br'O(i>NLC4ZQ0 `agL`h iAMx) V?MnD  صs'PP d3D8 FQ0 Fa,H,RA 8\z^6." FQ0 Fa0o\`A| 4 ”r҄4H"4:m2 F( K[N8truϠd|2CݻvCV,Eh(`5s,;^%4zVi)_,jIձ@ѢpQ@ O ZnڶHR4:^BI=6 /ξXf5`K`et>dtHњrarh%{p@E! -,p!( N8zr RvH2:rτV 1KRA&vLY^K`P<~8#5 o`S d 3O8~*ѐ4Z9`#1 @-ˑ_` @b@\ [Bh($-A`Z: F=d5֜L&*UJdKCH9lSX5hVY- `G( ؿLyRAG Y\;- O6 G.#ʛQ#ʝ)Uqt>UAH 4]WH (@ "gSfZ:Ftt_v Өd6K[5 _c4ZQ0 YX]W ,bKJ)4*8$$ $l,7h ̥]=xѢpQ@HLJbez^⇼X~=yĕk?!+F۞"ѭ`2d 4dY|UtOz- G(Ȅ2@ hW3~ؽkd#h(`P ddd(Y^v%1lO+XMTH:A FQ0 FdM ݞDHmh5zX(  FQ0 Fu@^A4a")+ E3$ & A`L(S7: F(Qظt_[9c55pܳk7A`IE!/Mll[q@Y2F(# $$% D`DS'N2`[M /*!!p @L^uEdڵk&"&LXMA!GQ0 F14#a\S1+jB E!- tfh`N@(oQ0 HWG[DZ}$bB6(E={` MukR׆+tg)i@ C~Ȑr}I8 F( ڴ" @:ȟ BڞA!8 ,"R,6 G($H>2s) &LKq6 ` *`A@2w|5ĄYCCasQ0bda M7h@Z)bX ` uH4a"ANm'- 5񯧡cȄ %C@WH[U^ Y[sV9n"XzVn޶ÉII"XfSu3y};O0{  4ZusqYvtA\gr`)u7VQ5)2=q cyB;@E!PSW $HoQopH5k(ldۆ'Nك&;_vZ(f:l[=r_¦m[!Nz(r]]`EJE!@. '03' ,D#"JPHxي&-0{!Hjhi{ͣ: ֘TN􂁙 kI$[qM(ʆ2UW77# F'%CxdݻvQ6o]t?l|u(D-*Ȭ#c"XRk$ UBEA1 =6]P6oJ$9L%?lzlx|DOh+hf^An0dzmN.`XAsjf( hQ8dHpRqzzh<w uiLK'{=k UM}裀 aQ. LCC^M-M`XH>fXr*خܼm+X1!i UQ S^A>b;+ KibrLD$0ĀHإ,ybRҦm[+0]y(aRHf d8&LHJ3҇r 򁾣JS2!Sϛ7zϰ2Գy! Gz@"`YI8Aw&ukRex>*XN0Qi4 '@C($6!F$u*gৢ *\n6T4l@ 8 $@>Hoym4}pcĵkK'xSt44lijvGSѰ4df 00!!1hٳk7hLOpM`/ uB@7ݐ 7wSz*`3x%ĉa. p ]'\ײPՃ8z!2F.0xG 'vg>2OE{}PH ̟7P^Rj 0($Xb1 o:89 Au0@d>k&[0o> *"ʀm6ա:MBr pSRҴ\ H{%4,K=XOjh Q >`{6!)qȥI&=D0!~NLQ6!) Vf`Ҩv6ЖћuT+>2 d 6\f*"r98WA&L4/-Yp6Z,҄T`ܴmy=eȠPL=`GA`' XN5>J`iY?T40MIӸ}H(^s(,āMT h$l'i- C#dU<@ރ<d8XxQ$vTgZ_4c- G=ڀ_xjk$.$!$)Z[r'H`Ks hQ8 h,*M^fͳ?t>ْhtpж=,UTxD+ TY o@E(! lr6{tz҄ Ԛ?o|JF Z?.[ q/![)ݽkפ ijiu8@fE!xV=1>}TVR dԐ{:\ lWU7F@14F- ,X$pp/AȠGr§3A!MHoF@EAZFQ~@ GYI{`.@AיfA@{{( BHwWG~h*<@I&65c (6 F(X^R lb6  KF(۶)Ӂ#GlvG RRu[X,]Zn i`;|1,Q0 F-@^A eI< p|dukn` c@(E!1lsB&!ӧO@.8jQ0@+ ./9fy(`\wM(6[bHQa5`\w-M 6L'Ox>c4zF(* f ]f` o@XZoMQ0 F@u]M'khF(X]~A^m} o`"] wF(`dQ0 h(`Ypߋ4 F( p_~m9@`h< F( 4ZQ0 F@`Q@E(`0hQ8 F( 4ZQ0 F@`Q@E(`0hQ8 F( 4ZQ0 F@`Q@E(`0hQ8 F( 4ZQ0 F@`Q@E(`0hQ8 F( 4ZQ0 F@VݻL0 Ѣp {IB|4F(d4 ,_{hP!gQjkQ`j Q@f$( V$!3B|@cyyh_0IBǪUQ kP`6 y&( p@ko]**\@ZV AҐ/@ܙ&`WBJS-6Ow6w&A&*6؉v=UQ6*5Fk,X j`g(D(^S9IAn9H&ۗ?.x27{\`TrUGBP0MT9Y-X/u;#eh0:1 " "V>2U0 棍 r$č` h:ΏXQ0 4`E(` @{G( KrӨIENDB`PK?%悶,,1OEBPS/httpatomoreillycomsourcemspimages470047.pngPNG  IHDR  pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVZ ۆ4ZQ0 ֦f`X<$Z {nK^AFh98 F(&6KJE![O~+1N`c&'@`5% }=tX͛rbRh`PZVR $H0~ɓ̴t\܀0IrpQ@B0:"6ǀtIkS3m/] FQ0 FE`5=Ԛ=9IÅ4ZQ0 (-tdddϚ9 AdWۃ&U@(0ٴm+lAfF(@%8 AΞn#-G($O>2 1A\Eau]-(,;rpQ@2hmj/Rf, }dg\ FG(ݻveC:C ?}dӶ6h98 F( Xqs#mnacU@Q0 F }  'N[Xh{pQ@,x 16}!׌29) @Q0 F2Z]W;\lq&4ZQ0 ׯ]v-CBh}~=@`y$U5tI@ャ`ӧOFzCe `cǷyVdAmQ0 H*!)q{$($\4ZQ0 uk #ĕ! h98 F( [ @( ($XAk`Q|v_0xݧ4K2@`zHR~bXJB'Rh`H;H6 \v3V54@rpQ@ rORa6 Â;H-(Oa-G(hB@5HNjZѺE FQ0 Fۃ2Y ) Aq`a@{7@``2E!dzR ;kH*!gRP-G(̢|/d d) f(枋+pHmIHyI)٫g  _-G(0  O:`%FRΆkkB"/d8-G(H"I{.`iD@ @XrAL~ȼ'O R ̓ -2az KW,%463-ĸ.x @,< F(량Rv@D&QBSÐT'`aH= ZX!)4؃2XNR-h98 F( Eyׯ]YT<) XGq@G FQ0 FQE! ,+(T, %G/ Ac8YQ0 20 DZ2 /,0>&/Kh$6L0>Q@<{r`Wv"cD8&6ehlht0߯,`D(NBf]y)ɀ.d}&ÐǏh9HԊR Q@-,5|<(,mBZ0R^?\h9H\FjhPRbe$D^LIQHBǁ- )L @05i?SPXCB-\x!HyCvW @ 253$_`Gjh0Ā.G+ht NYDŻ`F(@VQ~**Ky ᧿ ggMcNB@6P̴t`vk FQ0  KWkS3+khF-}"(4ZQ0 Q`6i'DTyt0RAHx*k׬!c5@1!"jR|Q08A C G ܁9l]ukiZ ԅ.@L 'p:d3`X, wu$+@1aE8]8orQ0 F]:qR (4 0Al 2`xOu|ĂtH~t NC6'3QQ00M_H9 ॅ( G l? = xxI~uAnVfFs Ix7QRaCR% 6[,]1u9EgO7(*N!]$ }(4=!i\`B@?TF」AH)F yC1#"[GM+qB:Լ9&TrOJF/"_ /`%WP, "Leۣ`Ш+eBJO-js@a/O8A@#, E(HFS!E(3tZ&+å @^ЋZ*ѣ` 3@`H=>Mݖ(ChxP52p|`y8KJ#Ⱦh@KK 7`t0iJΪ``1X s,x ,rpPU^Tߞ ,J=a6[9>=3-ئۼm+@,'OVM I IIˌ=<>g?tQ@R{C;t%{u]-0'M@F$&%M5ܥ@XN0v>{F 4\NBvC0J<,OXDa hXtl?`!{IZﱶiў VL>̚<=@򳂀_ h 9x Hޯ.'sSe3 X ]*m޼`7=b$Tn͚uk IX^@k`-- 8<<IiR@wUbGgNZ[1 ͇CvSh$ڲ 4` ;à \@Ou2tS@`2 !E!ѣ`b v6)5 lXTl.A t@]=I[XTն65O0a4hȔ YT l#dh]@H_/o0H MeII@'MWk4! @,? A!Q 9 Z]c-FG`4x *MvǍk!@3 s`9H 9h=4€mtDZU98"7AR -2ۉ'F¸*O/v@M-ȨRx_ UK@B6`ܥHSVN10-F@h!:fugP4ri̴t H gM$ ?fjeyOǏvdڠn~TxǏMkN$0m00 M$0`ɛF@8@4oܡ)T )^N?&{ȊR?/oȪ=u Lp<5xݼ!ZsٵSi轝T5u II[ST@"Y胼 ]lA  |ş0j=)ȹLI`9YRvAP`n%r1 CiԚ~^{G h=8 hG< H;yl+\%ہ7z4ZCXBڡX^v2C K6!)iH ˻׭YKrp F(d60((g0G{.nm@XCrp l=}잸 }cTB씖Օ =` f,Fq@L]p\ҡxM(` /NHJvױnJ79`L0ȱBdZn h9t C+!缏79 F(Og\ WE'lNJU> F(Y98'b?IPH0d(\GgF(b =l.7>,EaBRh0Q0 .1ĂjG$^"H^kQ@rp"N4-AB+A% ͯ=y@=||Q@70Pl rQ0 FĄ6ϛv {4F(z9-].3 F(@0iEulrQ0 F@Ҵ f4(``Az. , 8˻G(n F'`t@(`^FGDs(` @'N<}d4tF(#hxQ0@`h`t@(`-G(#h98 F( FQ0 FH4'OL0ӧO1= F(ezl]֬-=z(7V֬@-ȗe` h @M-ΞnW7ѣdG(@ r8z(x@Cbh mpC@"u4(F83-=1) 3mR'O9<:1  A`D͓-'OllBH l4a"j ΠtC &h`9L*LN80Xb9?/oϚ9ZX78${4@FP֦f` in8e"PBZX ?qd," {ĉxlw'$%N!A:>j:8VF(@~>>>" ؇$ Cem-Q0 F@T@Ѣ9OSFg-G(@ @98 F( ţ`h`t`vG96IENDB`PK?(̼1OEBPS/httpatomoreillycomsourcemspimages470049.pngPNG  IHDR- pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVx՚,zF=@`-`ed8,Gv@gO7&2L],0۴5S|BRh  &' ||| Ith9` p4i zh4UIpzdr .e4G{|frO"7h>Td/dp j2v-]>_ Y6 ! N@z.@1.)8q8zi*4{kǏ*+.:5WcJ u] 6 'hs"h)!*Xx#0p&ahZ 2[:nƼYKK %+;@uZvG X0o>Y KDCNIv@Mi 0 uH֬G EGD hZmB7dwU y@c0>DS<`;B%!R4i Tmi H'LhZk̟7XsUh4zyIVgOs<@8 yO81toLz˃ @΃vON8 d?Ly IIC*ȴ2^!h^v@`).-# $m!}a@17$Q@*\L͟?}J;< r <=[zBR ?zY uFY0HSK|$?@ p[ ãRR`5| JO!Yt;9n@ pZ#"Y3G;w=yz Gv8qKi@ |Zg@>. ?8$dG. qhG5𚐢 4\ EZe%@d(GH;i[ R2#B !`]{v1 )b`#w}thpu\# XkpX{ZApG!4x:|k >BL`v huJ NȈ Nb!h;di`kB$A<:= @ ϴN@1:=@L0XӘ3ȇGhh̛s@Q h(6 bw'F1 F9aA Fׯn7|u@ |Z[2G%%~a]CI&L0q/ZtGa"=fĵFza A!>@Dy_~@ d ֦f`K}K:?XsLHJ9@hBl|G+!;Ww룀(lxgO7ȏDn@i}CB ɽt9 F( 9'&%47s 6@i} r u`}h9 F( llM룀}M룀̢vSP4G92fM`M`M`M`M`M`M`M`M`M`M`M`M`M`M`M`M`M`M`M`M`bp}?}&} \hv QM]]vT4uȱCH 1) )`L;{]zyO0a4RǏxz}pOEGP(9 0? \JuнʏtrH?h@@ #?/!w|=.@k҄T1-`H_2H@ G;0er\`֥ֈ* ۶&\2@ $`̰I…Ի|!֦фKzx_/o IbX >HWC%:e4EҲr6٩;1 l;6-Mۣͣ1H/ѴNf '!<,4vϪ[qA!(ѴN&kשklBR҂yhuRght#͓5j ïFCs4i MZL1 C:`8N0܁}LK mHHXM-all0i„ݻv{U0Yf 0ţ hZ- Ң 4pAOO<i`7hMJImn˅&0A 0 22O-5ӧhhmj&eC 4ևnv']@}-ˁ$ `h95k!55kQ F-=2 +s"R<h{}loc rw J@ $M\ m-x F >f`A,y0=Ll'$%Z V:* @ G-;N?Nu#|J !&"r4@)ki|f7XG;`=vCF 5uhsĂV s.;5F$-Vʐqf/4aupcn &BFy- w-0]31{m`F[/@(iv9 :dM.GFl[>}t@1e djTLmi3q-x5M`{"@=%R~||ɦm[G: X0{ZZZ-M͐N@kQ:`{s( фN ,k%?>k&9y4Kf!U聴^F+[@7=qUΛiǏHMe%qA! &̾R`퀦,!KGÖl@(i}k!점`"Iqݻv%&%AZK6 6LKci$&U5?2{1%[Fڹs4T)2;u⤦'OG"Y]WKޔ3N8qĺ5k `)lAr X@KI܀_4 F:5-l IZhZ#~Q0R@(2ZtJIENDB`PK?n5e5OEBPS/httpatomoreillycomsourcemspimages470051.png.jpgJFIFC     C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?)@x+R' k).5ϵS-}??j~ߵ' |kGw0線GPg$\? +?1xMi7OtI,tx_TNaqCdí7?l{C㶁"+|`tؼY~?طOo 9+EPK?RM..5OEBPS/httpatomoreillycomsourcemspimages470053.png.jpgJFIFC     C  ^" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?((uگ gio~~[QҴo_- ]]^j4̶ guO>b4W5ݟ,è|GSEzu?jHwWPg~zC/=ڟ/]=:_{?$^ǨP cċ}OEv|O?>"=_S@],è|GSEzu?jHwWPgI;“LW?_:Eq:sp#r}x%_?#z{Q@(c-IG9[6}OE|poM-I@h 1?+NK?m?g|߅msIt ZRS*fU6Z?bG;_ïω ,]u= d&a7m&oR?ώǁey;1v`IRrTh_gu׆i=^me- q15*ar7)Umʾ_5*?.)iM}Ogǿ X)4B Ie`G)'Y2X|}+A,((*|Ox'WGc^WgeHdF8UROүE|!g|'uM5@۴w*$'ߏGM3м_ ŖgRisius<:?m <{Ceb >SAk3G{m-Q;G οw66~ڟo4ZfCZIms|L Mq X7f3eBA(BgOO=~|p|M%~ ۴i#.ogsA&-I@;\c-IG9[6ٟ?[(mµ/5}?jzyXK)d?_p+=+ h |7gyKi[u@FU0c=M|SW 6^6⻯ m|f :$`~D>EE(((>-|"c֫o[k}SGm<2 7ki|<i>UY}u y0HOi/+PJ6F=| g?o>_S7QE(((c//G\叄򘿍C rG|wZ߄oX:}Ӎ#]-[1ynqbgQE(((x|D xF{(Cn`RedTebހ._8x]kRz&.J{9e[F&ي~6?gPC~%8O5]8ͣj5ıx`?%_?#zXPȅΟ7g(QE| +_[xJ/R +_[xJ/RP;,JWĒJWĒ=χby?^E|>x|tI>2]v&IҶ36Gև{i?e?ANz{i2.7m ɉ\ 򘿍C r?? i^j^/%ޝͳF \I2U0EP ((~?$|.M牼?YԼ;h#gim[DUԣ*F#(O$mj|ּ'<ckeo#N47${-vl=kb-/UK[?V_V~\$ m_Ԡ]r㌕<+O&w? ivחWGft˹KI4tM,dL1R8 %Lw4ݟ1^E ( (>XK)d?_p+z#(?nfsV<]D/,~"Ubv3+ 2_?)w'?x4͟S_,om?pIʚ?ඟIe8^$Mϩ诖?ඟIe8^$M[O$/gW[O$/-c?S@rz+-c?SG? ğ9Y=? ğ iDXÅOT??!|lz/'_rG/,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV1Ivs `ihi(f 0ۯ[v5| '=,=UH^#_' WSK  Q0 @11bH++(zym[GTKW,"k׬ݳk\u}4lGP4ƈ]\Mݻv|`11h mᚺGwt R`:`f)C ̴t`trb``܂ΞS'Ng[du]-P^ hiiŁ0_ Y{׮щ)ţQ0D@ 5Јݻv۶Bp,X.0'CQM-I&U"(+ȇ_0ov!Fh 7r^At~:d=0 01 e1/|'OGHHJvn0UQ0@X KO>Af!2< h$oő;`@]G8 kb̂2ҁ-G;rY yUCDԉA9p#-ht(؏6{opy ݋s.N5ȝ4a-F\ F Q0, bPhA e )YlSLkS317"hA< !L=]Ђ jj!3"smM]8D9тx O ##sp@+@h5TiBa~Ib Q0, l(́a`_/R0&\U66/-Gw"`pokCn8@>!j]JB^"5+XҠH|#a:?8тx`CJaP7elz@ZٛG@3Tȝ$=7bFf8rx0V_ŵ\dXh n,f~^ޓ&Ls` h,W}@ہU]07n@Ed"#nD`L+ẝO8~&ѭd7]Bn)隣-Ae6^8 L֬ bhA<) I FZ2NJX;cdHHҠLU# eddF{*t閖L/䣝@u0Ga@z)<<`{t[#WPwhxu'>}4&/yڟ <}A%&^^A5@ģ`jc= |رg]]ԻrCpHOuN F Q0 **ܭLS;:5.) ΞC U``.\<{M) ZzDBR"Kk cBKW,M0mQ|kHKa 9<|ӧ֦f ,7o+6 H4ZQ~> aS C(\l/7}¢v%j-G((GRԻ O`GHPhA< F:{.iï_rɓ'ZZC4ZQ0 '`A @(`ݻvI3 !r-G(ä9kPt<@G(C]&8$d(6 F Q0 F'O=C4:41 F@ɓ'O@:~+F( p$>|.fVU >?BfҞ=yz TBpH4 n5k̛WP^0o޺5k;{1;V{򄉻w:w&;H>x3:"H.]|4eS޹%/B@f  ׯ]"QY544!#ax@,e. P`gn&Ĥ$7Wa 뀱4OJLyI) Ha*4@8p>uKXx@*p`R: !)LKmMF|+~`5XmŁ<,#*(3i4pd w҄yh[S UvuJps 4?oVMp&MtUM]-h@Jss s&j X M۶Y q1 pgbߟ YQ`.$!$!ά*8Pd8 / /EV lڼ TĂ\چ xPoE%2sl)û $Q042> ,=ŋw{hh&IqfeeP1-)<4Y LFIAjUz={.C؃Q0 eq `˿{ "޾ l;#1P6Y yjo/ X(Z1f,z^֫lBFQjl` b#'*#QMXIT50'QH?{T:[п.X<*UUp];@P# (/)Q֦斦殞n\FT ,Ȁ *X:qR,N0Ð26XC û9iDH2USWˇ{  !pÁ`y@_S0 &L`C򛑞>UգCpo ,B5@?`2\ #/22ȅM  qg"" `| &XZBl-&:AZZr ЊrLU= c]vf\H60FZB)x1L5SEA1($a`Y 4rHeeϮp7g&uKaH^O3:2x͋9l2K?/;_6Y g. b"4l!s#F` lb.:JlhZZX Ç(i~пmAY GX~:dsb f/5qlgG<;x֯_TRR5Gg҆: rƈ!}^>^ K,-G'xXB[*fF ?)xb4 jiI +]!PX3IJ/s- 8@QyYO`@gAƈfHT'jyp֞ SgD.3րe91d$x ΀c+ 걎Z.yy'%BOR ˺ læ@U n.| 1˜G kYCP2G vS`80Rx@lQ ui1u>p,s ;gp CQ.4nN5dE%Ğߚ姗ZEcŵ&Ğ0քnXrND%@ճϋ |Ӷ_ZbǬ| X-(QxDT+j1XϡڛMu߉agҘL:Ng eοv JO_T$*z=#$o@'C50$0z]/50 u19i&˜G1 hr (-S ZA*rH3\򎈅h˜%5| 2@@1 FN&[susi uq-s:yAȱGhA< FR"et@`{TLx{y>pt3.@(G$B@b@Le@+0:FL-`c $7m:\k>p.s(~}9#G2g-G(@N4:j>89hA< F:8yIY*8>v3;gN֐.h YUߋC4ZQ0 QA<Ljh `4ZQ0 F-G(`@ģ`Q0 F Q0 F(`@(` 0тxQ0 hA< F( h `4ZQ0 F-G(`@ģ`Q0 F Q0 F(`@(` 0тxQ0 hA< F( h `4ZQ0 F-G(`@ģ`Q0 F Q0 F(`@,A0 F&k&M'M6фA#@(X8qbxESK+ ?:"XTRMؽk% 9 ,w=h@ģ``uBN S@Bs!l_10%hhA< FFˁ `AlO['Ox Uؐ LK?9\6 GCaȄ ${9 ,e vA!GO<+ؤF-$iji _c"{VhAKJwF!K2]&BG FLjG(YR:qfR$c$mQ0:l [ٓ&L>kHޓ'N@Fw܇0h t>}$-#3< `na9C%k׬6; [ xJ<тxX`:!S:r7W`/xP@7c۔s yGGI4Z+ 6a5u ׮}M@4z5jh2)0ZÇ) yHHS/$-6ԂyJEy X"]vݚ55P1%&O,h)pN0Z;![4rfZ:0" B@n 2N7'E9Y}ἂ`v?ohԓTNRuhڣKJ\ g̈́,DS@p/+)'c0?>H:@ö,*J&  2i;2MSZ,${,߬Ze{"O#!#1P'OxThAk&0KJ[hA< !t=y:X]^\I7\܀Mc`7<#=I&htx OL-b >4Z (iah (LKKh"4ZQ0| /fb-Gpnw,]|4zj-lGu]-#d(Z#~[f9yD`*& )dCp4"ó|A ̛CܨݻvA9тx 0ϣiaa`Fw3ShAIv͚gOBVA!zHĠG\VRJCN +WphA=EGD&$%&%Aza-C!3Tb9= P`ʹ#8>yz5VhL @1 vvQ@]8; N\'} d34ݯA;@1n Ia`0g2шm Aht{ Rv4 _GΣ`-7WXoА  (S D(OI%.kC rI`annaH=y(iVm>@ZZZ9zSң{=45#{9< т;ff`s#NWO0X"Z[(Gk=w`hhhQ0@80KѤ &MKX`\.]Kg40h7b,JJFP4Zy@X: H`4!R`8 F4:Y@"Sn-Mͣ( F b,Ev9@+vڅ,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV'Of!!q? dHp.Є`W77P/޽kWfZz^A~^A,fF@KW,6o)wڽg׮'OEjnAh< :?^IIF(&0kj9 ,Ё5kCHe\r>X(wto޶USKk҄^Vh! h$ş?}f8bJN4֞5ֲ()AyI'G0 伂`9Ү F\Y ̫^-o,lRe[X4|>:"(nZ8\=zxkS32ZEAFtyFhq< "m:vl1QѠ`'O[#|||@qz`w'Ld VnA>D=Pً\ҸMmtT:`Y{=5k%iPH*1ZL- I&Lu->)ޚ@q"9ˈѢ.n%wcH DehKJ ϸ߁YZFfXuȤCVb6zո`0qsw_`^?o\Pc8#$d(Q08AM]-05hPh$GlMYO6`Ͽ5O0XRC|e.-nC. 1Cc@k ;1) ^|&hl$x&4 `)a^ۿ֬2$L 0 bQ^R C泔42 94lٵ;EPJZFm(֗@#G2 '60IBhR0?-!Is5H.,R׭YLJ| P df 62=:X5F(9$`c ۶; L׮k`m7X" ѳGp-[̛wFlC9 ѳGn}:{5SYI)42 ,(@e( m܂| J́$-#S^RZNA> FQ0ldr(Ĥ$!vKGc @ţ`7PkX`,T[v^Fc @w7 9 06nZj]6,+eGh, \44GgO8 9}Z k&MFD*Ѳx gӧуpu|wEŽ0g.+)]MQ0Ks p-Nz iL@e(1zэ,IE# hY< yYl1Oי@i޳N*Q0lnMHl/ u71@=  5Ӎk!{,̱ @GCF.`DuI[1 FQ0<:QPHhPfOnxt$HȁkA_/oѲx O`|`=?-n}Ȥ -[4!'4e#;@e(`"={@{vT1ۀ.. waG@e(n'$; k"1IuwxֶtE6 FQL1Ni@f~5`22yOml%#SZ Ƶ|~cbD%2-)4Nb4ZO Xx9q x4!n`H{M۶+$~UِZ^"@F! FmL# f@óA–fBv6BGFtB ruSn l03h@@ecׁ?8) o<mSd"`+Ȑ]=ȁ@e{JS` 1Z$l`)YY8eqkSy|y!!)҅ѲxZaMOܵ45 >A!J y@ţ`DG2&Ll@mZZhC4ZQ@}5޹3}6Fl11BӹF-=1}\ xlc`/^&ݖT$!UQƙݿυ|(@IRIpfr/OIH#mb 5TI T%@*Hir3GE@W ,9˗}(F.ę$ā gFnnC {0,ɀ/LubP=#>+vD1RBؗw%SHEnCqg(2vV@[rߋkAF4P hYYTRKJz|^`#w$, (-mukB|-,,rV7i„ϟ>Yd1*'MdEݻv]sϚ t95fT /ϛ т<3 gt 5* X4rߋo6w-h7Do==_ X];@a/[X8r~^" XaU_^R TS7N8R8$D 2)Vo޶"2@0Y!L@Ёcg4 %=D f/iji. 5uXcX s%/ 49P,€%ŹK ,)l Rk`E?Gd!k6 X޵bt%/ F-ZEe;w!Ӄg߿^h?gtDl" b`Yۏ|`@S&#܂|`t/dhj BD'o^,,xL].$+b2(çyG !X0=*XBϤP  B$煊:Wct|0b"[?wpM e1$?}ƺ4N[,2ҁQgO7oA6׮Y/] z˟= b`&U3]!59z`,&JJNO$b* l/jy!>p) LjȾp`@ F@ xPOơaydbA.޵R0K3 X CV; Xd>> yA@ӂCBű-rh&AWgO[A,IV4Vd|R"nij 2[y+@7)p43 xQ8R\zNd?A`=@e( BJ.F2,?hY< Fvp|8Jb<5h,]Y<X45WEm&hY< FN|(ly/?,z<{bq @L1: F(Xrdf-G(yKd`qc!x-G(f~Y6nH-G(ë8  -ѲxQ05#ϟh,` 7f-G(î,VUA;h-G( 0rs97hY< F(h,`4ZQ0 F-G(`@ţ`Q0 FQ0 F(x@e(` <ѲxQ0 hY< F(h,`4ZQ0 F-G(`@ţ`Q0 FQ0 F(x@e(` <ѲxQ0 hY< F(h,`4ZQ0 F-G(`@(\vm]dkҒѲxX}@;ymyIipHHgO7Iz h,;vÁePkS3il;֜&d#h\S,́e1! !)13-}]!!e1 Fa449K0JO@5` ,A~$gxʇ)5jŐj40ў:qRZF铧*Db? v¼sN?tЃ͍M6@ u֬^=`N狀-M@?~8P>o{;O08D @{=eԑ_HUփ5u/KJ} J[j`<ƒw҄ 'L>k&|yD EV @eu<#?>X.?}$:"3Q#ڦNBHs `kBS|}}ʴ/^ TB]Ĥ$`ѲxxW77ȡ-w{6!)iyGA֬5֑@ HӂK~;w쟫~ s‚yS#8m"8 Fa :{!2҇) wHǃ0ɮn`g9rA _!uxR@&"whtp fH0 ,$-/,!g&"K >}L`Ƈ뛴54h/^bJڱ>Mc6w6Owr`@ @e0yA!!IN oBc[`Wãp 4Ã)$!>$@eF`8: (AdlAZ@hl ?/o`Sضo]s*mUzH3,x(nv5̎ZXCfu 9YR3.f{_"0Ѳx C^HD<+vus=w9LS41ʥsg` @VJ@VS` 3D hY< !1dbd44Y` >e`VQYgO7x}=0yZ Ѳx OU2 XZٳkŃ&n9&Bw[ FF22~1^67W{c`PXIdY31v(7Gb5u4!@=&"3YhY< qY #_-qSK=>nZH3˜2E||  -G5Oo 37O8<`Zz̴t_/o@ ddd_>2zWOE3?} YQ`w.F@hY< 3:3xԁ3l%rhl%Ѳx slt.8FkzyGÖ @e(r h8 1]f @`)\=-G0oCn 6D*.u Y6;d]G1 3/ d95)!)Q]`fCZKW,&hY< sO<}7ȥ':̟72F},U$<Zo~=WP0hY;b26 x)iCxo1u@ x4-Q@S@kp` ,^g)2WKKXzyC&4 }`,@Z!gb򄉐`!trHׯ]D((.Jds޹}3oޤ= ]M۶֋`OJ,/)W8r({n@/<`ԝeeG!h,& ddd̴t`w5/W'CUTx&$p8p0-L~IFZ:0j:{GG'F4:^,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV F4M {.O;GH*Gk^ޘO` -@L#0صk,74=۶Ó&L,/)h! huk{nnhR'O!jj!3?@vkS30_v ( Q lK[+d2 L@-:TKW,*@60 Fe 9@üfхMB-KO^>^H! dDD{@vfZzBR"! ) v$9F=|`̯} S]\GWhD ܂|`)<d.̷ X([f]%2dRD$!?@0£e) ֵ%1Q0 F"1) ؤ _d\ @] hum xڵQ0@j],&Ȱ j%pX^C+Xo5ȥA G h؎H\'O[uMg͔`Xf+EL0XYAgb ٵ>qMfH1zQ@2ڵł ;^L L9z @ s$D ukS+<T`!+-#Dv`KX@I`D&wHXrcA3#=}-)O`l%%N2&3(kiq|Q0Ja>;;6@Ɓ#>`@-`_p,"  4-Q,y=` 3ܥ` A-GpFKab41)i] >J)h4U@£`ϟ>2L)#"lLK,-G0ZZ(`iX`lR M۶I(hRh޹Q0z(~mj Xߵ,m\*a,!4-G1F)wn\>i`oyԝ$XeCSmij/֓?s k֠(&rr#x>i44 @n T֬%xU9Uh h逌I퐂z@?eZuFkh)<Hڽk0 ">-,|s.` ;-MX['L rQ05k<3->k&ݦ‡YqIt' ~(gLJ@`ѶZlqOA+1O `^A~BRhK!TTk9Jm[M"`s<3g`tqsKRxHKd0/&JJ\`ƕGU Μ29f{iѤ HBR"V4Z pubm22y,9T̅3-q4#| @Ƞ-d@ph pI֟>}4l 8LK{v6w(#nD i!3QybW7ݻvM0y@G(A2Il-9 Ff54Z Q{᣿~ Upt6Am]5H6Rx,/_޹bϙ,Mo/θX=|@(X:`̙<<|,4!Serœ'OF‰%4Fbtc?.r$ "Z&M A>ZSh-< FX5X 9㇍N81<Ƚgv`ilGWSh)< F }' NE0duk޵ XB6hxIB6EptD$6x'O!YBG_-G(@-_d1&E0 2k@$XBRxfe`9Gb@`4Z Q0 F@-G(` @£`Q0 FKQ0 F(H@(` $RxQ0 h)< F( h`4Z Q0 F@-G(` @£`Q0 FKQ0 F(H@(` $RxQ0 h)< F( h`4Z Q0 F@-G(` @£`Q0 FKQ0 F(H@(`׮ 9gh)< F(65!X h)< F( [9h)< F(`@2($dȹ FKQ0 Fׯ]?oPRxQ0OJJ:{h` V7 a  X` 'ڽv`+xnnC/4Z Q={h8 *,p.{uH  -`Rxp(ɓOϟ>_v)x\JLJ5"C4Z QX>kN6OРy +vOB lPH 2h  5#hP @ SXe,+҂#$dhpd}>eWEhh=pڵgOUpus2-@4)wqlbJ]נ$Λ_]W;G%l-_wBJ1~p H9ul<0Νw{(@YYTFKJCwTׂ\H~L*P#ҁI6ypr3G*/^{ ~{w4\YEX",<**;$-ȅpGM@5V-ER BK@Ax 3G f l2{= X2ZUXLgotADf) C `c;ly &$%"7L02omj^f 0Akj V@]&Lv~3 m@wv靑2r`|X2@e?`2h|4ctAR 45{ , e {=`,kmFY`d JN"`+Y ( d n<[X޵uq+̤Q Y4i/Ктx` ,XV`cXG3<df1438 w8B)8]EdnfZ9j_H|O!+0q˅GE +r Ą8C0| > Lt*Pv 5Лe@sE-fҴhr1hƿ/x@'F3α2~a  Ȑ.nBX%&%\CB.]DO|`,́5 2 bG`QlQŏ` G3`2dΜ_???رHHHF21+Ț3I Q@ 2< ,vf&e`p cJa{`690޼=vwtCvEB* F-T̐pG'^ʂ\`s>13o@$,-mpA`ǺL&GH<}L`//),gK c2DX0o>Ԇ&e!@c *p'![ $Z Ydž7(nZ`knX Q[/A%Lěm2F`* Ch9(b|1@E{)>}Ir(`2,рmdu4ct93&Rxt0y׮$`wt93y FKQ0 "ϛ6ZSF3 h@~uq(h_ @((t(HCj e4Z Q_6zgʀOgfÑ* FKQ0 Fp?/9h)< F(&a 9h)< F(&IRC4Z Q0 K),.|P4Z Q0 F@-G(` @£`Q0 FKQ0 F(H@(` $RxQ0 h)< F( h`4Z Q0 F@-G(` @£`Q0 FKQ0 F(H@(` $RxQ0 h)< F( h`4Z Q0 F@-G(` @£`Q0 FKQ0 F(H@,A0 FpOiD`A<\ a2Jp`ކr`&OJ-ZMPn㥕yݚ#Ft? @#>h{5u^X~l=ʀt Lc4! lp080WBVUQ4Rm0m[$$%m޶ (I&;%3-: a`WWP)sysFCtD$c4Z +i-&e,2Mկ# B::n߻wGv lVB@K4Z +{!kOe1q~~^ޣ[ :qX5((IzutA߯5u£x1 0<7m! (,i4Z 79X1)ă@@>y$sTE;\`̥pYhXYIlͲw@(ğ _H/C?{!*?`>S @ lotH.-MD@݀ JA@D81&B4Z [R-Lkj['M@Ʋ^2H V I kht/_޹aniBbǐh#{I&K @>xS֖2Lp"\WA[4:;7 w;yx]7'07oۺtGC Ĝ9Y@3o@[@c8Rx B6t &X\Ҩ! k@4a L=3Wʢhl\FrqI3{vf g!|iS(V[f<¼|T7REmЉ``:"HI\h[x 7z b\< a`Y l?} :@(~ߜB#@V kR{Dr?WqiVȮH@£`&Ro)|RFFrpVH ȱ'h'h)< gh8`qThijU3xdX@{Xd͕fN0ī,Ca@(* ဵ@[6 -E)d-Gv|=x)u/6KJ:=d-G,nHuQRLK2X>:)G ٹQ0 'O Fry#"!E 8zHm aX0P@ dQʗ1h! 9yL9R_j9r#4++ȧ$1CvAB. X-`:[f-dng҄ZZZu2T]!ʌ֦f`Wn0T![pHH.e(@4Z cOt\F¥A/wGT'L1H%5/B<}Z-|.@ܜ20 8=F k&dX4[[m(SQP  BW nC:n$Y`hVmC 0,jF+xu:0{CJukc` XGÓ\kk"x 9@0NKX÷~BֽXLyp4$kH]&ER{׮Ĥj`(M]T|OGeO>zyCѝ5`- Ș4 9j4OrQ0t@X"/5Z&$%"/bJLjˣ+h A=_| i@S~Ϯ H+ekϛ,!{&f T:u`#׭Y _`4WCJ5]f&lÔl=DWx5ud'?}t)va2`-GJaJL@:)c 3@(4f.GF04Z Q0 F@uʳIENDB`PK?&Q221OEBPS/httpatomoreillycomsourcemspimages470061.pngPNG  IHDRg pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV1Iv`ijiiji9  auk֮]os2Iؚ67o ,5c`Cd5Ka`0f5,֬5kFd ]@,#ʷ'Og]0{{vfi -Ĥ$y=@ʀ(dƐ#`) w 4a^^R `-ϟ>C ̴t` lF Kwt:q> $j@R@KK (,m1ݻvN `d_Q0D@ 5Јݻv۶| ɐbTSKs҄@@e0  !̛,!]Q2+(6\#Q-}F&# .`9pfN`\ J@3x2\(W` 6@?@K.RyybmZbFǏ++Lp[ys"jv PPWoAd@TxxH `Q0@Uv KU da$'0B+CB  TGZ Iౣu`(cĐ ,F5ke1 lC[X-/P (Js5d2A8:"Xl~\j2F Tu4i`TFe҄$~`N]D;@ cx!QQQ`q`qwׯO8 I[73Xt##ނyzev g5P'}|}j@ş?}eggM^֬vIF0vQ9|Y[{]`%)Y^8Ct ݻvSYYy4mSp>kb *@&i@]8XEm޶%00 !8`m[?4 F8a-́pz]h?p0 yya(h ò 5H 1) , ͧdzhBgO7dcԤ ]Q F Q0 d-rFd4+?ywT4Z ddd Gr Xʚ˼N`x,ha ed LA 4֭YC! b :p6@ģ`٤ ֭YKMf93- Q@<тx x xo(@^A>}0h Fo"hA< msmts&Fqu.Æ` o F'F>} LzڣZ12@ģ`x`F&:.i F Q0, ⓣ1`fa`@ae !sgB|ݚBpO>; OJĚ,hE< v3uAdݫKɮnn`GxCXCng͔v?oz-Gp+`D\׮SXp77ߘH`Sg65c4Za>y." ;n,d)9yKde QDKS&PZ F Q0@܂Ѡ(;{V mq@4;*6 `UD[@(>`ݚ5VX 4GȂHwBҴ7!] Y4b +wЖ誉 kG|C.g SD^3r'$a"nb8tFz Xv<|2S64@"iIBIB|x{~OWO`D fY&*86\x)f-B3GhA<<.`A̬™b? =LRA|sX6860F 13XVKaB6iD<;!Vv0?/l<{I)L;{׮RxN-A,O) ,, dW Ԑau4"n;?,\eþM lY3GK lTsY8.P]WLd)`|ȹȂ4"vyx*s) lޟ-66z'Oh1ii \t@+ K `" 閖4abtDdnA>d&@N 7=?8yK{ߣ|yi:`HO}mQ0d+j0檬Q@Ǘ܀!0h 0{Ο2 j~H@E33?}|( 0#4ZQp@rhGԽGʮ]M6тxXC6p$ k׬yVROq `) 9:J@ģ``ߧLz->wk,,lH.|9дA @ģ``.\< Rh^v <"1Z ShA< F b! Y;L* F Q0 GxUQ6lF$.l̛9[wJ*j-G((lé>y'qY W2_ꂜh>z-@ģ`?/2(gA "@ qqs7QhA< F:90؀K=` F Q0 3=xH=gQ0 hA< F( h `4ZQ0 F-G(`@ģ`Q0 F Q0 F(`@(` 0тxQ0 hA< F( h `4ZQ0 F-G(`@ģ`Q0 F Q0 F(`@(` 0тxQ0 hA< F( h `4ZQ0 F-G(<}t(9 @(`'Ohji 9ghA< F(&ӧO'O1@ģ`av$,̇h ` pkSېs<@(`R`Y=@-Q0 Fo Kݻv%&% 0hxQ05k&Oɓ! -G(@<<^ AN8l^v5@A>>fѶ0hA< F:`VQsh8 ,6r>y,j?| T^pY`᫩lYɡY-G(@6ߧLs"hh@$44/YhA< F:`t?/7T2H>O p ###-#Wǧd-G(@<< q?,}'P  ]k0e\wd@Ѫ t. ºn]Cz~ Zȱo]hm[H{uHYXQPH0 d 4 x,\Shmj?os +czl,`dypFV_CSõQ3K~1,s"gNPd4XЊ`. /Ĥ$)3@  Db%!)4a"&D`AKhVD`)p|'*!Ⱥ5kQ f  u@N: 20-}Y ,m D,̪*L RBIBb]A%IH 9tΤ d+0e Z8B:BHY(FY3CE&Lr*^Xw^4S rK-4b?.ڱ?WEeVQagVVLcօȥy;:@u@n.($9N5FL3 j(@^{ߋoDK߇"*Bpf14`փ_,MLJ3it4 bik׬yJҼm'Q0+6tů;A !ijӪ*ͣ u9 JX<{\<lSu3*}@ =vIKJ! Ĵ!hP o[~yfRV$Mf jk_p-<&3AaхCzA ,\pM-. R yy$\4 Tr`E-65KH J9 h#P(k&kX8Bl:{ݚ5y'%+ 2%j fs sJ2O,w`c[]W 5obd&-R\ztb\23 29@xJUi'0gq s ! T6$wCK~Z<.r$,s )D֭Y< ρ)d46`[ؠLK3yH -WE)@$p) &4]u>p8-sQ 10@99 M53:"XBFR ͯZ{L0 BȦ%W @dqZOp="i@/:!h&eVUZ]l@ / B!y`n  +G"sc "'Y`Maޓ=#{tR]vFa1> p}NE1%gYdrcYW"YW[7IwB*CsզZ9h~|kgnH ^-Jkczm{$eYǴ:N|[n*GCa؀тF]`hhB]p;-sky h -G>0޼&B e.s6r-sF[%ytXl@7tQ]X72g`^˘ 4A2x>lct>@(Ja` 9Nd@@d>ex@ģ``"x&`]L1aFLj9<Th˜l0˜hE< FOjG`t3.@(r:Ȝ2ӜAź0qтxtpr  4g`!Ι5c-G(@O<#>  z3tfݯ;2,ft ` ҙoR`s[GтxQ0 ,OvhP4ZQ0 <:X iC4ZQ0 C\84ZQ0 L!?T@ģ`a$$x.@ģ`aTK{r9 F Q0 FW @(` 0тxQ0 hA< F( h `4ZQ0 F-G(`@ģ`Q0 F Q0 F(`@(` 0тxQ0 hA< F( h `4ZQ0 F-G(`@ģ`Q0 F Q0 F(`@(` 0тxQ0 hA< F( h `4ZQ0 Fb Q0 0'OG_'kjiiiiihi٣i F Q0 Ёŵk׆_%m[3ҁ%2$$^O,ϛ3Mpqs  M$4ZQYO0ɓ'222;@_L5=jzڽv͚ݻvM01 8"1Q0 A7Gض-/)%P]W{E`QjFGDB@(X-`sF| >m)1hȁ# [)hA< Flc`p,xo5Zym22ҁ5hhA< F,}y {҄ S I,b6$-)4:Y7 F΂fӶR؄\f/PO$;T)ٗX %---`&@14 _$y&ga3 Y5qEj?/o @?/`C+RhE< F2jk̴t lS@Ȓ H23 H4:F< FƧZ1b@G(qXnRĬē&L\b$-0`"ypтx 8q5!) #@u @G0s.րyyIy%&L60pڎHv+8:"Xut'&%ANݻv1 F ayx<mGXdҁ#z`nmjzRvIknb!~ m2d'Oh'DhA<gN8˗ 3y(9|dM{Bo\̴t Ix6A s$읿O6Pa`<`7 k_$!)(|3hA< \e^_Νa_y5Ce n]$X s%@M\[V# d0-MD99ӝ=$YEe7 _FF |B.HQ0@ZFɓ']=gݚ5xY3ejM-r) ޥ8 lgRFCFh e1o]f '}fWKSsyI)Q@}Ԓ`Iu'FI U22e%h]ϟ7ڵk]=hma(=vD%G2a Z,,, l]v]SKX @G,-KVb]I@ LJu F Q0 +lr`YTLOMC`8CJd S @ģ`l'!SL-,F%ȥ@r5^rC F Q0 dSV$!`---""ME@5B)L3}ѽ`h-Ξn`ؼ_>SXn͚R`D@A`hmyx"0o4E ]LpKS?`ЮA.IkGhȆ1x)<:4< (тpD #\<@ Q@-8BƅGChA a?yX.7-fx5Ȳ ^#c FI)JJal^ 1 ::,7{C D䝝rP)<:q O"ɛw'!Q0Gύh t-)4Xq7Ѫn '@(6iבᐗ=tf K@(` 0ɺQ0 F(``2΅IENDB`PK?xV*221OEBPS/httpatomoreillycomsourcemspimages470063.pngPNG  IHDR̶ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVk&hnmjף!3 Ѣy y,kj>yl]f4LFP4Z4a-+KȔΣ`-GZZHΣ`]<7d/_~> u~K stD$tdq4jX(NN tiv` 9@!~m ,$$*<݇8yZg̈́$4 V(UTx2}EBR]N81`-5)Ӏ2^F! ϓ&L Q0@h jc_pUd` l8O0kZZ `7xF'WhhX(ھj @pH0h^fmuh Z\xڵRʍA!Ghu$0H5'$%&4@5^Pi?6hPK缂'N̟7T2222;p0dwϤ ll0j4Z4^K 9:Ly/|hPA^A0X&OHɺoH99:"rt9@̓h~`L)Y=m5Z`I:+ݼm+,GOѢy p@+Rh5Ti=rytiQ0deFl `L+CB|JJ!GC@E(Ҡ Lp|jm-GHi8׌{v?o7] DQhhbbt&wn'NL0XLk htp s L 'O F;Shh@ ;T ,X0oJg@ͣ`ݻv3V7L`fa 5`dkz222@օ@׭Y;:ZƵ )Hb=d FQ0\2[j>hy` qYb|pЧ\7ҁ@ΐ44q)u,0htH |x%`p MfI&jjiQ?X5vtK(z$`ʧ2>`kNBV`ѢyDuAO{+~QD dF1qy;-[&gZwh<P6Y3 ȱ4-!#Hq`c s,-h: 1A<  :W77`1Hkѱa&MYia#V-[5`@.?\P 7@ WRm`Jh<̻J%)uxo>Z3ҁ-O;m>Fxyzv@ T\kiʂyqU4Z4g, ]](C.u^0o0+;2e(-E K#vv`v0WXCnu@5$az ۳k70A^AFd4Սe0ZSBέ6O8^ ukBzx4Z4[GS''Cdx |*&Bl`4SBLEN8p|`rj hm5Q0rd-*v p^@E(w9//g̴O>-%O5@E(Ă?.HmxrS ,/)ījGQhh(,,XÑjkͬ2}v͚%T\D9"8$d>@@ͣ`ߧLz->wktAMʠѢyᣐrgb߰yȞы hh}(Pft6>,#H TS =z @ͣ`oe1~O1O܁F IryL;@E(/<܆wB)Y-'-#3Zh< FHh8 @Q0 F4Z4Q0 F4Z4Q0 F4Z4Q0 F4Z4Q0 F4Z4Q0 F4Z4Q0 F4Z4Q0 F4Z4Q0 F4Z4Q0 F4Z4Q0 F4Z4Q0 F4Z4Q0 F4Z4Q0 F4Z4Q0 F4Z4Q0 F4Z4Q0 F4Z4Q0 F4Z4Q0 F4Z4Q0 F4Z4Q0 '~н FQ0 FO<E3@ͣ`a>}t5--!~-G(]HQh< F(M&Ș[X Q/h,Q0 (/)g^V(`X]nh< F(&X"65?y$8$vH FQ0 _ ׯ]O8S`q ut;-G(C 8 +3,> *l,\bz4@('!\A M-MHCxH ݢO@ey(hM]Hf If5[-u pWb^XS Cã=avşk}RXL30p1(pmP":A= ?HdK$ $ƌv܆a1Ї7s _ھ$`DԦ*ܪ*@`^~Ga`k A]4WZf 0!Q⶝l3G"V[k/_޹ ,xl_쌼<@@@M*. S4cX={\`lkf:0-7ڸgn4)`yI)dv:jv ݻvM҄g&A'dhB۠E-p/׿9s0جf`! _ѼnZ\th@tD$KL~^ޝ=ݸR`K1jyYJFXt&LJm޶!x!p, 9}!L̴t>x~v4l?w޽ d\y0Ԧj!iqtphaB' Hþ@ j6lAfr-WK@gzy'%« p,d܁d[`y5 A̤E{uy.m .1Cj Xpژ!F`m6х `ALyHMH/ 0逥0P kxMV [p)C" "HܟZ;" aG` Ak\|}egn:[~=ٟ?p5LLjl~*r&Ɩch=&x $ j}BJO`ɸp'Tm4!Dj5MR %)wpkȄhiJ?x]N"`]v=l@.f2CE27lC#8z@R A~/E@>d }fZ8 i{HeE30˺5kU],yNG`B7h )XTᙖ$XAy_/Л@'W2;t0֙z^4R(fFGDK[2PjuX@5'Llmj&Р ,։l~q^]  :;d:&i@/!h&@0xtM2(Aaeףh%5k tͣ&rsX:qR:/&E`4Q!ûF4P1( It ,qa]gn`:)|@j u`#X^'Mq

M/-ˮ4Z4Q޵xhPP.hh2zY;]k-G(vΑ7 F?hh铦h8 b c5hA}'YUQ,;@1F(`4e1D;kMP4Z4Q0 `VQ[G)=t=@E(`X`/h <ѢyQ0 l g-G(ɡ; @E(`x6$$\8D@E(`x& Qh< F( gUKѢyQ0<#7u<@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@ͣ`Q0@r2H'߸d؎^4 F4Z4FP^Rv{FDdpHΣ`(@ e .]" ȝ?ohȌQ0r@̓[VFFL ݳkhȌQ0r@̓HᎂQ0 =Ѣy`ׯ]p Wft`$t !)q]A!!||| @ѐ`m5:tri`9BR6AŐnm[ .c( [ 6#Ke 0d h,0?,8w(F @1 ʊKN?Nb2b*#h4xGfj`rڵs'4i}}ނvNC4jht@clAVا]L: (nn N>xh hh`Y,#HX5iĥ+FQ@-;V޵~|I;#shh`WԮ=Eӧ#y ̕ZZZĉEBR/@n92`LBBjj7oztCd0ۭG7? ` F[ l)wt'&%0d]$Z-sk27 ,{҄ QOFwu i^.+)-̧Ϛ e @EpKRpp*Y4 , &MX>K3-B R4:qr>nx Ix}?/]>+ k)!)(4,@ü :ASþ_) >Qwt$&DnmjV@d: _hȀ5kepOXGhtpH7 ؐV03utkji45<'z x6%iB-@^:e** xvE>Ka4(`f{7IIȋys;>}V[*!r7c 6h< -L=M0mI([߈+u@X.Kʼn̛D` `jV( 29P-t]f~`/r5WYI)hX{4jüԼnZ*G<$//Mƿw LKk54hy s,OR< 3uTs^Am[2O0&yh< 9006 GKgT/w!~dЩ/2no¥ FQ0й6z(pI`ۍrh4iV %_/ݻva@E(E#5p<lK缂|^bybR'Oy @N hq0 50nYl Z\W h< ?!͑ {jiBg4x)4Z4Q0B[j9n1Ѣy!s=zF(4akװ&\=:A9iQ0m9h%yu2H<-* F[ͣ`7@F(`ZD1޼sGe*-G0&Z4&͍&]&M th S Ј+޸ LR4::q1L #d_DlgĨNqEs^AAkS3yOR:q؈&z/!(a"gS Kc .nYZFd&D`S{a֭Y,1>.0Ck,2J\,ل FǚXL e`\VR 9|dE6 5kmѹ)x"'>m4x%&$%D^YT^RzfMޟDY !hhF&5k"HOS>2PXhUFGDBVtBeϨ`cKU{ÀzyF G&LW3T`-Qd ~/G4:֌ PZKp"E]%'LLHJ5'xrHE2dn^.1! hՌR>}_ y|)w p9p0ңw=1iDã`E3dbݚnnBX.-Ye@q0/ iŁMh4a}ĉݻv3V2MgG2d( ?,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}~ Q0l@(' 6l־{׮=vI hY< 'āMщPL,wE1x0c#t htn CJ `:nNE#hY< !f=Tv>IE#hY< !8yhYhhi2`uBR" ݏGQ0 8=Z 7ROk-+h, @·=žD7WXDDTr [4Z(v !߀A'N`/`|!A$`[2WPL@hY< hijѠ׭Y GGDs`7r6`Uk56t-G6'8b0>`d@6 HSA% 臏@QDM\ ,a@(gp:|5wQ< 1x$4Ƌ4 k׮g`PH0|SByMM Fa {R!Q>b4zg`D|n ?Dh,GL$=uNMOplc;($dݚ5@%+о]`)3Z,7=1+@ @ aS`yojhٟE 4h|k5Y`I7X+ݻvaY?}D4:^+r-xb'dG7S SBGCtmd`?is.ƚCh,nylжJh p 5zRW4:w7 F'OzA lᣛ񀼂Ȭlv@G(Y|ߋ9Yæ 'P^f 6=- FQ0 0⣠UlGr IK/`S'N8qrht8)qt1@ţ`?/F1d[E0( m hY< F:09Tض#wk2=p FQ0 3|n蚶Q0 F(x@e(` <ѲxQ0 hY< F(h,`4ZQ0 F-G(`@ţ`Q0 FQ0 F(x@e(` <ѲxQ0 hY< F(h,`4ZQ0 F-G(`@ţ`Q0 FQ0 F(x@e(` <ѲxQ0 hY< F(h,` pur-G(|Izh4ZQ0 OA| --x-G(޵ HYEhY< F(&&ȸ EhQ0 hmj~Y3h]< F(򠼤t5!!CQ 4.` apĉI&I`A=t=@e(X_GaO0B&ъ%K7K7\PHU,&2L|. 4cT3Gl@d{ߋoD}*r|f14`5\ |\9:@S@n&UR0޵uha(T@op/ _ JjU`a d Y [ x9 bHCLcM=/UTlBhR`W b#nn,bqR@p yf"izg!pjk X4v4hkaaVV6 Zo.r kU%P^R $!#ȭM-M]=ݸXFX/U>u$&8r 5=/d.'MAjjpO5@ܚ 7}p+4N4@'AZ:Fzjc[6?/boΌ,$M. ׮&m,|q, Ξn_/o` yVmƄD+U@xXu嚙,v!emna*44Sbd >kbPH0I T4rHRwyfR t 0,k9G c\2ӃF4 ֟];\@ehCΟ7"" `L1TsCpBW$>@3X / ~ARׇ[^W /_./[Ç[<ٟ?~pR,,R x  rƋ!%//Z6,M(xX=* lƓ'L$T82Q0 @MFFE{T=j5_¬s. '0 i ` @j\TKW,'^}KS3x$p+X#{!A (_<=.r, )!3'3f;]&30a]AH֖HBҍߤ :RQHfD h/yDbZg֭Y LRXSL?oP=,hDjHj2oMٵS'O8n51iDs q)&LZȢ=` CNM_< < 0aG)@ay̴t`,zEH4m!بݻvJ`3 7:"20y4j7U@ce=f)@)\f ̲jS!'!5y\Gf@k>;0$Z ϣ)]2Li_Hr t է)72kG3kFCch,,X 7;&`@ek׬?o#r!3 F4Z nZfJH@.Pp4dF(! FE0(`x-~ڧO \Pp4dF(! FA察5kr!3 F2[XL5Lr!3 F4.,m[0`-)JFF->)QfoD1r@ {Y3j(l, 8<`14<ۘ[X_p}O^,O8qI`f2u@0 &nEl@.Pp҄@Dg #&v&L O{bR6(ANQ@9Ѳx$A[R]= H F=p8$ ,C)eddeQgmS hY<ؾؽkWpHLBRPPhXttAYzr дO4Z$hijfjlb+*hm`YlB:)`ſv |>T4:w7`%)Ȋc`Y FO`X{.nZCΛ@<A  ڴmA]606E-:6\mkhS [0op$<"V0`y]@ Kֱ2pUI8ZΎ[ jOH{oY1bIΑ3@-́ԯ$F S5H# $OA3@edlBR"htx`rޫ^,h44Fe'`")Smlhj//z|"$!$L@Vg>Qu-'HLJ҂tJ\6ű$` `ܟ3uw]L1GBGbgb/ʀ^-)@ݍ 7@&GCc?8$FA&Xw @&O0Y F״a7~h8`67W ,_`1Vm[ŋ/Ѳx O *5=FQ|l~NdiD@ţ`؂'OL8p@ bjƺfvh,`y1?o^kSsPH0[h(|h8'L^RnBZ'OHLJ=r@Q0 `y*۸KJ!A@e(xtN0iD`P(6I`vQ@QcL\?/rh1rJ?v>HLKWQPt%\`A ?ߋ_kh/P%.wC hY fM0dD [ (lv4x蹵`@@.P& ߧLp! # Xvt6G4VxfNHJs}=iixr&X F;υ_s 'M_f͂y󀽜ёQ0@Š .]DlS#3zCB#!޽QdfVl0,X@G! h,F"\çG Y`AyGb<1 Lf gڔx壣`-AK wRA۳k7d=&r6dȤ ˤ2feG2IJpd yy( FzY ,I>yׯ]kmjrV,` Mwh10\FFP2r-3om(``XKKl f@6 H Y `dQ0 @1{l ` ,%fc r x ?( BJ[ȘP$4pWP00 H` ,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>>R~ XC222nnI@hah,t-XnnaAvh5k!2D-G4``:!)i ٽkm+` @e(z@ZFX"~h! h,CD^byM]kʣ` E@e(2jdDGDǣ`b Aݻv}i{铧42YSK @@iټQ0@ӧOMk׬Nd~lzyeH3yh]}G@>u$ͤ" h,òZ&=L0?*. FQ0< q3 s`Bi޵k44:^< ebx/SMƭM֬=  5Ӎk! ށU v(n)8x%}] ]]WllqmѲx 7vZəA no'0|+9rxȀJ5|h, |iyzlR ǿw{b`v҄ ƔafZ'h, L0 Gb@Ɛf 3ns[GOѿ\u,!!@ţ`׮ mq#BZF \1Ff`Qk \޵M FQ s>|/_zt!F}`[@trp0vErZM-;wЋt*<< ! Le4ZR[{ן {~Aӂsd /%P 1-'vоOL#!IBbsm `xt)ۀO`W7ElxhlIbZ Fama` XLeVQ9"ĉII `d]YΞn: 3S;ZqjkM[Zq]Y5F4:w74y10CCӏ4]PHKX$uP211wk#$ͳ\:Pr[M F @&x&0&q1iD YB?pTZ,,n) i̙5aWPS:؀ F(}';pسk5k!kbkRѪ# 2tLk׬6 @ >|HZ[Z^'}G0_vL^TLIK&(Z,r=  gPX"C΁!yV\h,Vs@,-MdE0îFbim-U&ԈdJX':"hY< |_응] F.RyhM+8ѲxFX'>q,e( tWǭM慄Dz FQ0 Fd96SyI)I]T޵ s@ţ`[=7]DlA66 `k FQ0 ̛n'â *Q]CBFG)4ZQ0p`4ZQ֭Y:p,ao$K`Nlq£G2hY< F:8qaSBZ* d,]\!g&-G(6_ [T( _5Ѳx h^Ah8 ~@(F(`@ţ`Q0 FQ0 F(x@e(` <ѲxQ0 hY< F(h,`4ZQ0 F-G(`@ţ`Q0 FQ0 F(x@e(` <ѲxQ0 hY< F(h,`4ZQ0 F-G(`@ţ`Q0 FQ0 F(x@e(` <ѲxQ0|/yxh,` fr-G(pIRb( FQ0 F0,C4ZQ0 f-#Pt<@ţ`aQ^E!~-G(Cھi**C 2` c"`XLѲxQ0 Ν/_>|XZsU ѕ@e(@SK䉓0/x_}e/>{H0P)@ţ`--k|􉏏o449ρw/JieϬ$!$)1 _d@e( ($X/7/`44h@# ˗X b,g fgVU";@h,[Xтy]4F* o.\g`VQf**L r@ţ``5ue%KW, J[8ϠYTJp" O//.'D`MӧO@O+"o޶u4G9\]W[^RӍPGd5\ ,#a@,sݚ5c`\S'N04\\ K`A<4֖04a"8X֦fi\?}7`ģX%&08 zk4 {z`_,͈ϟ>_v ؽkr&]H/ X42v \ ,j<ݙY EȜXA7w*GTi3rJdG9 ,@K~k|kׁ ؑ Ok!Eo\ ,gAҲI*!mxn!(3n$YFnEE3dCVa` l85Oٓ&@с ܈0hf>6wH",׭Y 򶰰-SO0ع30&&R4a" #.$ЅO@mk@ffE `4 s+g& !z9XmG7, $ '< ߐdo_X];@-MtqkS#!)ȀV%@u]-< /xĉKCr@"僔@7oۊj``A B@nfgOn]pd&-k,Xo}[t3x7S,!4d|Ȁo ZܐAi>6w8B/kj6 2X!/2\`b&/>.]DQY` tS*7`'V}DfKRy]!K)dx HE>rXc^Ń@V_`߀Osx9812#3@&F@Q@&\dA7W`Y |a%% }S܂|`c 1d_>g-M# Y7osnl -->|֯_@A-^>70=wV %8D@S½+j &jA6t"Bj_ Ba4!>4o&!^GB^ .o!o 9e1S``vܚ1+iTYL$ͫW%ea$ˑت}' ;:J8H|b XRe/t|czpX.9 )I!1)iyuў]q@| ɐHĺUdI5vMa&WE03\G g`޵Rܠ(XjY ,!+j c`U ,ll@]4p "f)0UMXAH6V1*>) V45CXf-d4pL?4#1-yG)zТ"@>':ȦALː y%WA@(Y 9 VxL"y/;D-F/B 4 -?,3 3b.lZ< 4z(8>e-jmͬ>-A\ FQ0 w@ E)h=T@e(Xn`8Z F?h,>|.H=ށZ`t3A@e(eѣ@=4x4(h F?#-G(@_\6td , 4@ţ`/^y xNq:h./)]f-䲈MbQ0 FA`[y'OpzP4ZQ0 6+(ؼm+> RhY< F(@SKk PB FQ0 Fp!!h,` ,w !@e(`qHm-G(@..ѲxQ0| EChY< F(>@ZFzhY< F(h,`4ZQ0 F-G(`@ţ`Q0 FQ0 F(x@e(` <ѲxQ0 hY<'$0`(@e`k׬q~@hQ0r@Ń}jmj&nd`f;XGqbR$?o-kΞn`/ X&Lt%èQhY<`1McHI=J.m$$OlOUQHzdb@$-#Limj-+?}{0 <9p0 Tlwm%ֿI}K-l2m8=}$!AETˤ 0h5O8A|?@c50wus=hB`faYNݐA("! sh,V@ǂE^`.  &],8 G<gLH)?öD] Ϛ Y F8s񷎮a߲ lzyS}&j$4ѠĄ @`q $7h)H`h@-05޵ ,fѲx}߇#ܙ]>y4@ V6t;hX*Z4P1xf4hY<9Yl_Yixhx`/c:"Xy4 e1%%5d}*8@ OUQƬc"`q̬=N bl̊1=zҀȦ$`[o%k)U7tyS"e'Ѳx`H޳Xkn3 x(0R x9Mm|)f(1)>]4bN%E[J@ep<<c8ƣ4JϚ .X/KݻvFO\-Ig5ׯ]ó"6@ţ``NHJ =(G||܅>1/] dzWAue7@ţ`XM(%uw܇UJ/Z DXA.8Zpy@\o4Za4n@ФEsfقȀ b=* 3h, [G@ucڍ9:0 ű] fM-Mc HȸvX˝l *tt㪨h]< !00, @ڭWlh#W@T$4Z$a]Lp |G&3k$&%M5r-Gl`5FaNI&۹d]i1Bן?o> *4:^< 'oz:r*<j 2{lmF/R -GMΜ1hPU3#P d;KG/%:qb hY< -F }XPqqqyI)W]W;@e(@_`` Tv͚g%@3CBF︣(R`C@:PeT RwNP h]< gx40y Q+M4Za GhX Ŕ/us ͛4a"0х2rr&t2id/Ð%.ư{.9zn@#] !ۃB)ٓ-+G+5ZעLqڵ׮/u5}e100DGbsX]5hN `Q]W;!֦fsb2Q|R" m Ј/&,Y|KϚI|Om;5k@'gvw !-i FfZ`@OK[!@. bgw55k̛ Ĥ$`f4GPaI&Ka`|䩴4%li 64|Btl|R" i%$%jii@)A(+,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>P@(8yDtDkKk׮} Q0D@`ěm+( q\vm4LFP4Z! z>y2Z ! htE`V05A!!ZZ"83-}Ӷt`h-)ӂy̛?:IڲR`)tCh<O ,PEPH0h65|`[ɓ&L?o^bRhCh<ۿY҄xW{׮&nCtܠء-I5uis{m.v͚׮t!D08O}mA@gO70 I&-I{׮=vCb`i>:C-@q|/&)L0\P L5XbRnrFP X@`H6__)4X/]4ʜ>r@E(nA~hP Ĥ$`:Joڶ.?o^9-Q4Zae c Wl†0>k&dPbt(鎎]E'Uf/f]B"xA }M-M'w/2r֦f љd2@`O>SӰv|-k*5-JJ7o:¤ ó10 LME3bd-GpSxG7T_rh @qIӧOT_1Yn1_T@E(~EI`_{9\@6[W [v4ȓ&L"`̈́-GL`4(p`Dyڵ$`./),h 77\D\e%@T721Z [![WddddlڶX" b! -G0KG[- \٧sۿDXq ,3ґh,7s Gb@dǩ'}pE`YCÒ~^;0Z5NEŁa{4Za>yl}@Rhh ?>u|>e {Jaȭ x !OZ >}4HlC4#-t)ԂQ0P޼m d'ު,{ZW2X {^f14`1ЇB0֤R i#h ڲh!EVWj6($x0z'O,2sG!wԺcH›m]f$靟,g -$By EWT $7?o WP FAՌ=)MAruș k^# be%- KFDž0AbREtD$Qj#hVLZN;jzWՐs/e%8 PVA!4:7 FȪEիÖf`;z@Vm[M`䭃@@Q0 FKyyE J"x|sܳkp rL1'F1 FQ0 ڐ -Vq<}׮-4JC"xKtD$diߕ7#<Gg4ZQ%/v۶^F= L浂Fi$44ZQ >kp*\ M`-Ch'u( h< Fp:*!3yD)i|f`@`u"f8-q>E ڵk֬lVNϨh99Κ[!găO/HbRR|RhK]@E(eְ9 Vi5K`}; hHH`Q0` FQ0 F(0@E(` "xQ0  h< F(h`4ZQ0 F-G(`@`Q0` FQ0 F(0@E(` "xQ0  h< F(h`4ZQ0 F-G(`@`Q0` FQ0 F(0@E(` "xQ0  h< F(h` Eff-G(sIR|h FQ0 F0iE_h9 FQ0 Fp?׬lC4ZQ0 <}(3 -h< F(;:$$8↜h` as@wkk@F(`h/x,-G(@ZZ'O A%/׿@,(rSp FQ0 P5k>}7w=/+̾۹(>2$)_h< F   +( `K%". *d%9yxUU!:@h< F 0Ȍ@/_b& YeV[k&qqf&I!ɘ@E(蠦;3-}?.B޽ YX"& ߡ _?yd|q'O61m 4O>I<Uy? 4:{KJ#"z05?/Lmf14ƃ b֬L6M-MXҝ:q3<,7$I6MNE` ,fi>i kd 03;(\ Xm@[ IITb}VE} 0=@Z*`d&@L`J@A"m= gD M< /}\ lKa`V-|GlT^v tk׀ݻv!'`RZFV@ o!se`;hpMaU,raJ #2s }2 0үJ OKa.s^>>---w &EE00T,BS$#-+R Bd?3s iz$䉓i4-2 !"X[2maa[4agfa\b L@h,0A#@!Y3r3-kuHT /ϛ т<31oKJ2:?HH*O<}TR_ \"@f}ɞ]x;t@-MtX8rt XaU,5u]-<,ĉK!e"al LA b՛m?[ %/$} dIICCC dxmV0.旧h2<; |/\`B rXa6 X(t@-^%/UOaԀXn HX޵(bhUе- 9H0ʀٓ3~jllL̎bbzz, o " +`YX f l-\Hs -M,#. o0_V4W2Wvu6֛=֯_{)",\QCKS]ZDXf H.?^wRP?*")ڂL6c I\[Tp{@$VבH1I& Yx + &20gMf\3~#apDr O<,.3= `;{ ޽ &atR1 l÷=>zT\x 62|ozl H.Q4޼Zx>߳k70vF-迲Rx@F10- |n>f`b%ChR@MHyl,E[97-L@,xڽk7a@רdXBV9 2 {F< 4-8$X ;"7vYCU@3Qq4Kiϟ>AJF!@3!Z o3'%ꖦfHº5k!!xf#ѣ-h)eˣǏh/ȅ&P aD3r(VRLz&U+,,d@c·AltVra$1`Lj[ehZ˖G@czF`E Xz-H m2l eˣ$@GQsku=^Μe]O \M?D-G(^~/2[XmGxh` $콆b4ZQ-_H3w8\@seR@`o]|;s% .[&h< Fğ 9F_ b.[-G(@vhlAA;0lh|hm72Aiː3Q@E((υ0Ӗ׮YDG( FQ0 #7h Z<lO0qyO" өi4FG(CZ`kd=@` CB1 C4ZQ0 jgQ0 4Zߩ1BLKTrhLo0}L\R_$>#ׯ]y[ 7`% 2G~`fav*C@BRbfZ]Fe*&h<|&0@F9 StAN*5,8}J yEuk֎F -0?:qRZF铧Dc4ZI&c}Ю N`Sz{v*/)0^iDXa@[䉓tlPH0K88d]6rhmQa?T )}O`0'xH2"x`plhdk0i 2 0"/V]`"Cm$`Č FǂG04 BC k'O&M'>W?PKMh/'0"x l @]\]x} IϽ3Rx@4GA<@E`HS^-G7!) 21x6@}gD pV0}rh<  fφ`xg"0~H]#"s1Ih Hȸ#8\@E!gZCKX ((NoY"x 7lKѱZ]sqs a4e1f{  "x "6Z>\nZH3˜e1lDGDuh @&d''GLKO֌Q0 kG@hlr!0F/ ]`X]!whH˚=h!nZڐs!FC`"x OltK.89 X h< '25u Sov5M jr@`x6!ת2T\0iwaK6`O> S[h[`f_`%,G)4ZaX0gF,/)A-dw@(n`r%% WL0h @ÿ4aº5k!h) G">)Qf45ke`4(V  !u2IHr8*Ep^AVfZzPH0 Qȩq@? h`Po@P,y.0|hD D`v"WJFAg<] ѝ`䓧OKKKzKAK@#z,Vڳk70ȀͫݻvL_ws>e{Hh$ B|Ȁ^ Q@H_9Xd2U7yrnOBI{d;/@s@h$O&7 F@-a `޼ϟ>3΀Em[eː H箦IjeE3Py7oJ~>YX[, xlBVJW!h' 3-!-54KJR@V((yy#Akڶ)=l745F0rG`HݚC` _Np<X3<ɳSd8(+)2FCHoC ( ~dn1ȀYEgbA7K~1 /y&p4*tt` hюOg:JЁ\ɓ֦iii{k̅6wt( XFx?o|2i<{󶭐%K޾/^E#L0XY-]|t n Q@#~)2XbE*U L܃17" RB./8Iid%[f` lC{[ zF榩 )FE-VSpYCl< " j*ꭩDpU!w^,ata u@ÿ&ctv /F.~Md^ {tRW ,18C~X ,ăBG Q0<@~E0yz|< "xQ0  ֌Q0 F(0` IENDB`PK?q221OEBPS/httpatomoreillycomsourcemspimages470071.pngPNG  IHDR] pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV ,UTV.E0}EBR]N81`- f l I (4ahP!htDbpS b֦" ,I&\vMSKk4@Pb'@ƒ >|@F< ,̛=ڵk%:z|-@ƒpf  JnbthZ ؞]b9i 8u$0HV愤D`c,"qT  Gs 'O/\њjv,9<}L w҄6d5 p- b^-@^A FKQ0 kGkP[]W ,G b@΍a]'Oa0Y0o^^AhiiKᲒR&h)< '4F[*0x(./)LK'c(-G9F ٵ{yTl?}d҄@cG/"h)< gC2 :h@ZFX\޵{ -ݻvO0X"Khtvn C'M-p222䉓5Z 0F&Rx 7=G%u`4@(~R^{4:.< ؽk 0Ѡ ӓ'O̩5kG X!ݸv960p&Km aOpus \v{  A `  9}L)i\oh)< ltlbo+ :1nh} 7  Rx 0lGlӢ ieÐO~ǯ;h`X6۰L^A $Rx ^)U=Yc@`|`;:"Hm/_>'肠lMCziQ/Rx {. Fʆ $o:_޹oTA _ Zu N"A]#10ٵ{0̖ \zQ012}LH[oݖ 8x&l @öa~Y`;h:@åed Vs;;}( od14@3Gh)< &MlvtCp3`VHK7xFczK66&{A1o]h_Pk } z'p '4:.< G!Xmڶu4-܁kft`sE<0ɥ+gQIH s|5\C #%}p@maq_^R L m`X,7۶I1}X-MuiM͐q4`|ȅȂ4Vfxuk8``ãE0)x€]@r`Ƞg{.ӎ0Kgm  jv.=vIO!ޣd7ZBn)9J:CY6^ n: bh)< ) IE-Ll L WLK^G_$$yixRȩ'NX8o>rjvAhD˗, -Cv"kjiٕ4 0 ?X(0] 6'ma4-S)%ځA;B ,=Jp4C6Rx8}a fJZEpgOhh)< F:vqkyɓ'i@F`-G(õtO>65Y0oKh޵ õt2l| -ukB6ș[X7KQ h)< F سk7@Դ?y9k׮ݸv~2АT4Z Q^ * sh N\r DW7/-@£`wN\:#-#3Zh)< F4z(` $RxQ0 h)< F( h`4Z Q0 F@-G(` @£`Q0 FKQ0 F(H@(` $RxQ0 h)< F( h`4Z Q0 F@-G(` @£`Q0 FKQ0 F(H@(` $RxQ0 h)< F( h`4Z Q0 %#ϐs6@£`R ?< @(`8_pYUeȹ FKQ0 Fp,C4Z Q0 CCǂELC4Z Q0 <>eڿ/8sh` mlC! 2`! \}w`! -G(@O< Ax˿{ &_0pd]h)< F 08yh8 ,;w=/2^ UTUCࡸSh)< F pqsmmj~횦hhK_9X e$$$ā]&qqfU (2@(( X O0qAQ& ȨJdjk *pUT$A-G(@222II[fMpHhP_Mݿw@.ڨajJJ0(@Ѫ~ 05㣝` r O8lh4W`SmTX Y`FnnC7@  Ăy]\ [fmgO7f?}3w5^p=yݻvtqTHi4 ?lttGGDQ^A~BR-a@/_ѦX Y ]F^ w4b&'pVz=v; Msqs%4W`Y 4O!E&8yDyI)܊O@*x*Xb9P(iPӢxC*-#}u̴t y44,09 I&[nI#u UL*@8@]U;@  `kRS6di`1٭ j1L,ϛU XN5n¤ {(70r" X ͢M۶5ą(-b`LfRARxx)^ƺ mTӝI\Ѐ{$L ZÚ`l 0G/`q ;I5s &%20]=`Ȁ5&&›ϐ  Qbl)`Cr[ش:l=DFA e 'INi& r9 KaHCLM=/UllBOКO<؈,tFtD$0#A4l"@'E3emy3'P|铧D<.ed$LQCJ) ҉V^R $!#ŭM-M]=ݸƀIXSeX/U=u$L8 RRω!wp&H!Ew|R"d؄Z; ul,y^ķGMh rI:58l3(@, TBf?^?ZKC`j+Z,ڔ: X+S| u) 2&MonA>̤2;2ZԨ€/\ $f93hJB#aH@֦f96`/X$cB,Hl]U.t @h6u(tnKy R-@)ˁP@B( @`Ҵ,U:r" ^i)^'MYd@L:Hs4A@v w`ΰNrQ dkD'I!#ŴZH) 1?:ɋr3!<$ dG5uG,eCzA.dy9uԭd/g ,OiBΘUUFȂ\̐Ი˙GG34z(_w\e#m̠BT, MD00$h)< F"ӝ3'kt/:p>y$dMrf FKQ0 D@``+x44yF˙I4Z QO$!ly`t93I FKQ0 P `+xt ֣˙! FKQ0 P/hPPyx4h>pA4t!]h)< F h8 udϮ:{vR @1(`9VmәiT9:q@@£`! 4 w/t4Z Q0 6Ϛӧ֦~-G(áE}9 FKQ0 Fpe0@£` 0@£`a4 -G(æ4Z Q0 F@-G(` @£`Q0 FKQ0 F(H@(` $RxQ0 h)< F( h`4Z Q0 F@kc'NqȰ=q&Q0 F04Z  P^Rv{FDdpHHgOhQ0@H <@,y]D@;i„ѐ`$m r@0xQD>wӧOC&$)\:Ȣ00.AŴY=yư[ 2FhxSW@0' śd+;9Rc\paed$Z-00lzF`3<==v65Qר] Kɻw-!=}TC *Zĉn II]-[+{v50=!'Oϛn`(Hv>Q[Bu4JJiX.]z-@Vk؟KG7Л^ޓ&Lz2Ó'NRX-RV V003"g6#hahV |f43yV`c҄ݿ@n\>|8A@xٽk$qFzX7/d1@Ydq-[s2Fyx?п I"R;-^E0\@jzݚ2 # p~0Eyy+^ tF4[^F;, Hk@7(&[|xj>r3,+ȇTT*hr$>}Y|b5 v>Ѳ9b8hhih{`!uY!RxŃd!溓6'=GF=bF%~7Ȍ1}}:`d@R>R,{ BٹQ0|w1*ѵkAHkD4HK^UC@PH0hn 8Ѷ(> ($d҄֬=@d9RYp;Q Kv/7 2k&_븉@C0E`֠t|j]/رm"2Mq7 F }I4$uk"8$dtDx 9@#~zԹKo1!!/6NS vಒR`t5 "^ C[&)"q`),I1\vB!ZPfpQ) /ޫ8 F4Ka&6]!)8 E'dǤ ȾehcF׺ %dH}CЈ.e'Ok\ yR*wܧcM1MvDQ0@ @ix8ry Ȳ`2P 9*O8{n`!>ˈv 0Ϛ9ZuۇK[` ,(1P#K $%/i 9 !{= ,d([TS=kE gwoi9 C`h0 _ S Sn:zX(N FKQ@YIBv9L22Ga h`dIENDB`PK?m1?.?.1OEBPS/httpatomoreillycomsourcemspimages470073.pngPNG  IHDR?' pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVyBvs 0h65k&MH 222m4E'OFGp(ZNodi7{"^, {#"뜎4@ê~1Jqx]X5K1`| xSW^A>;zRU@y H^ZI`PkI^AEY=Z[PhQE؞]?f-6vE)#H,€.!h6 Jp֬֬-V^R d-y FQ |`gg44T"`Ql:qh,d (2<<+,nΑ h( r]?"jj*NwL@E(@׮]m)n4>]KΑh(`Ϯ]`aaAHClt |i%-FJ/ #>+fuk֎0x,bÌU1@H>[ftj ^ݪ 좚Ӧ}7 vڍVXa(V(@׭YH(/kh c?Eդ Ϛl(9@E( <@ AܽkB0^`3g`v L܂|`TVhGrk׀F˜l@8P[ Yj D'3h6 @DF TXXb L?o0?zkא_ZPH0ZpٵvV N8\h^Zf^ȵ)` H_5!)*LKOu'8IhhCO<fi` /`a?n҅\K ^!å?'O0 ` " XiQS%Ddp@E 6F G8 }δ܅_] /tB+ŀA7]\ O`?!he4Z!0@훷mfA< ,G˯# 3B>y d3.a$H),=jHXn5KOدnA}dA-`b~þZfM xrzPAՅd % R XT@JO\Av F0D͟7XK %4__o [A!'h j⸼R{d*v FQ@5&_w=@珂Q0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E( 9@E(_f>/"lQɓ!r-F( 'O`_9\@E(a222ZZC4ZQ0y_<@E(# &_yC4ZQ0r]#"!bQ0 FfnZ )##3}̡8 4Z>>>hX ON8k׮AĤ܂|H Q@E(p,%y'!\d@)-#6 /"lPoRv +H!Td=`XNiiiA*4ZjD`6yР"4gO^YO&` lJHkw @aʭ0`dyfCq` ^v a``# a> H.€ f)_BB-sF`=׽20bdX;3< &&%IH;2k4А@``ٵFO54<$֮YL2g BL533-]܂\ *NumX`6vbAJJ-,,Xyy"*Sn+Мuk֎pi֦f`"HS؈Ҕ;vZctĂ\~zy{h3@.00Уȶ0-kuk[ x`< κ YxkFT N7@"  `_CP /IA hYd=)^A Za'LF:d4F% D/njMtnŒ. E pܐWc@6[`+E<)`y8޳k70'%bk׬L SQBJXGP K.1[:&LDk逛lT\U0jbׄ>ܦm[!trH&̴fe%פ ΛY/d;Б*xFe,̱1MP"ftp $ @/6enkS3-Ą( 4uB?g]x5D@[F0II1Zdq60SvxLhij,zI]xT" 6Dx'RB @;Z/\\!C8@0s`L[VSl['pS@CzlJx5 +Y12 @",!) XC7iMX )`p{vƵtI`FSkdPH0IV$'M5s4Y 6@Wh .H24m/[ XȊ`N+_3ݎ\޵XM'`afa/95^dtD$j0H)qL-5c0@@|X鳫2Pp󶭐@.z@R ,`S>BHj2!*C&()A·]> (i^!/ újau!ـuR S'N^N A"؝+v`[d!M0a@Ӏ zi#{"rz+Hg/"Hek ,EE jiϮנc0FЖa-\6 H4z(Uc{ֽShs3s3-FM/e`HhP#&M8>c0K@E(U5: {06#܊u\ FQ@eP^2Z~ gith6 ֮YlSV2 넒lmDh6 <ĜB;{@a`Pmw!PO[-5-FdmzhslEPegOnh6  lY0o7|P4`B-`22%XOU FQ0 F.҂ʐ>D"l gA"l ̛?@E(!($!h`@" FQ0 Fd%ҡh`5r@@E(`-F(Ch6 F( FQ0 F4ZQ0 0"lQ0@a`! h` a@E(`Eؓ'O[v<0dQ@!_]v{5Cu[!(`$g45۶Bb_NQ0 Fp4[a'O % iF(#p(`Eź5k.@=`` @C~,6:"XA12F/`0-Rnn'OxI^A>;`@a, XijiB II: F4L.7_FFؑl`@ákfpH5k`R@ uab+4, o҄: F4VZZI&@ ~]KJ |M֬f-૯Gu@ "l-xEX^A< 6֭YZG}d'GLB2+d#" 2"\v>E!8-MTȂ?[۠ڹSY^ab?Ie`4` ']z#O/Mxs ƀիO#hE@ ᱰGȦHX0o>G3ZE#ؗ6>v'`clO_IIU`زM4T0` 4a"t^@M].$N;SAX>ц@ {EaeH{rI`rll) &?3EXgO71d* XC j!Gc=' @dr"2I R U1C+^hϛ4&##rf#` 1Q6zT: آ B gO?NjE hilǏSys7DU[ i.#C."ȖsGe ev71)iϮ0W{WO[k<:@,Cˇ;vYL<(/)=GlPh ?:"ry#|(X7[ZZZu" RlFyp0_f QQSiq.dbרX>9b XF%ۥ'One|wD n1Q( Ii ̛p" 46v>}4hA;Dj" O[$i"`|+6Ր/ `s B4Z aE+Vk:ރ7y`Flqд0 h)e{Hp> _/o dat铧42Xdkji457&A!M۶BcO0/|4,̛/-#M|9d!3C-°b)Y FQ I ͛4aEՀ0P]W #=M FUDl[a,hhPݽk@$0.]LKG,u_3N4 ``_rݚ5pKms0$l7o KBCg @QO4&{4(p27ցg!uG6 Y@ɓݻv1)@E(@.x5jQ+Ѩ-S`+-F 8zd. -j4mP'FKGk̛eh}@ zf !{GC UB'rs FGzik{ Hh: Q@S9@E(@@M@Wbزf l@E(@28y$qJIõk@ǪmQh(2 ̨C3hVFFZ ,F7Rh(2i=zm0fj6]HH5¯( D+ց 5@^ ؚ-h6 I`m!ᬙ^s߀u( " r^8o>--k=:dt%0-FS '  Ҽ^8 VVAD" X/Fp lnPwIC"`' ߪJyďj"ܑD2!!V0Fll7m:+ :i0@nCXlIȐt<(  l9+ DN ׮Ʌ<l2[a+GC]Y2@?# ,;0c.)9 n80uP&r Gb !@-0/ރtԤ  i|'0d r㦊" /z 'pɣ;cHhv -@-$w%_ ? 59":lȤ yaC`{(ϷCl㫥F`Hb_lZ!%67d K 0tň3X $q. > l[{@ (?ڒ]kn)4:~? : )0=DY- ;Xiii9"X`qo@P`Xܓw68W ,`'%( a`PaYb>bd5 "l"W`-F(CLIENDB`PK?tkB))1OEBPS/httpatomoreillycomsourcemspimages470075.pngPNG  IHDRL pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVh k`-hMX03U6V` $ l#$bY 0+0%%cȠn5ZZ rnZN d7Nfz jɈ\\\Y8:ECC-!bIN$xJ 9pIGnM IIТ@CdTb.$P$|5s/C\m IJE X2}L vQ' 6'gfk:i8) muuI$3036O:iI8 A۳kרF4KFv݃)F4D9RsݣNupX3uҨF4@CZHf'M,%##= '#; >yl" yhNr=ټ88Xf@Zp'A@Ў׮ 'AD4e"O]@C `r,=OV >Xdc zXDsҀa k ND`cU& 'OttjC %`vќLEZCMI!@CBe ".U^R: d']:7`: X TS|$`I &H# X IaP qkUd'0q(\&h(h$V_0odMxP15#y AJ&Ltӆ%$`jf0W7Wќ"3fObj08i@zt5x@Ǔ'&m@ ݁0GS)'`n\Yf-uuPmX)+)8d #zPCh:p>$ iuh0ր`_E kZGtP~B0@+|(### *`xк"I, cvJ|NVk횵 ]?s-0#NLK".wI9vN Xyp$!@ 64N#N%$z$JFRC \ܞh.2FNȅd/ =0ḿU>gѐ qhiiMzn_sqn%#$ k`J1>. Y]4R0ȃ4#>r %@C`xu``tRy r>`4X^P< FA}Ȯ<2t UqpJ8eɄ4` ytUr@v0 F( FKQ0 F(@4Z2Q0 F:ђqQ0 @`Qhd`t@%(`-G(h8 F( FKQ0 F(@4Z2Q0 F:ђqQ0 @`Qhd`t@%(`-G(h8 F( FKQ0 F(@4Z2Q0 F:ђqQ0 @`Qhd`t@Cdӂy_ٽk׺5kFcq<}򤥩y4F }|||O<$e;y⤦ ?r- ,XQ\^Rv͚X(3!##I&"sxv<[;}L" R'`@7kjG}bTx]@Ujb{k];wE<~fN?Wu>~L9inl"ϝ kWBdd,B L'$"=h4އ1'~  @i7W`}ɓ,3ҁM۶edmxOcd  ehyt j,#"V HpXNRS|n8<1M3Ӈs!@(L:ZLMXW`< cЊfO@64  x?)R,Cf D4y Qp*>10&Ξ `m I6@dϘ5=4D+<ʀy4^@0>k&(w܇H4]V`QL:D0P p3P=͆Ă 7o i`,/9A]k4Oh5~IzjiPŜ7D,]>vfϛolt@6$PRK`7! &r7p+>@ւ ?O/fC0\Hl?{=H ,YBf iW la$+tV}5l]ƯXLc`uh XpdT1Ca|R"9dP0srĴVF(/NHJ39g.`!م?EA/tvZH:!m@`&t`]]]WX3'&diQBAJd 6E]8@Qd$2D.;[G>3> uLXB]@]i Xt!e3$PXv16H $!Ou S[ȴ;P)<)p 3@}ٵɓ@O\\!WQ:iI@||!ZZNu "C㵫W}ybǏuuիڦQ' ')+L2hhe$āY$:i: j`fd2%#@ 灕'ONN+`F1L)cNmG42/h\vR222 uҨ֬vL` `Q': h$ed dL8Q'ᤓG4$%OB F4$bf;uҠu@ QFF5ëF2:x'a.8PB. %`4A$d]q4N$8 l҄n$Hq0ADa(! 4&0P k Q|5ڭ#I@BBviPHKi2艫dZ Y Ci08i7hMM-̴tU$9<%#N"`|$hhM(+1ᚱB^TLөO"=dg N&䕏46@kTxڹTwjj! Z$`oɓXdP$;0:) ?($mJ@z/#NWxq8B1 Nu4dvȐBOI#Nd$냘PTt[kI@E־Aϝ it3+ A$zB!It^I@A҆o3+>5a$I@@)`"Ig@ I>*9UI+%&|̑4@ Ւytxz%1NLҐt877b#"idyopD|uyM-M CKK?vJ$!.hIpH!$0E q?}"cHEA1 ? [8 F(dx@Q0 F:ђqQ0 @`Qhd`t@%(`[U>yBcF(B@P2>F~Q0h@1ʀ{ GDO߃5Q' N'8(`-G(h8 F( FKQ0 F(@4Z2Q0 F:ђqQ0 @`Qhd`t@%(`-G(h8 F( FKQ0 F(@4Z2Q0 F:ђqQ0 @`Qhd`t@%(`-G(h8 F( FKQ0 F(@4Z2Q0 F:ђqQ0 @`QCk׬Yf-}5  *'%$%I۳krҤ N8 ap9sh~`Eΰ:Z[$ 'qŀ; p'aMK4TKFL>y3bLIPI!Ҁw>0؀w>0#%#r x3n2 {1 "Z x 3dCCA@ 3Hr '>']082r$y548 k ?iZt>h~tAANă|$jct>A@v-:0)ziA$`(ihi`(*'ӬIcP9 RsТ@Co 2,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVԉZZZ@}@1!wfV:7W`2'Q40q޵ 4(@*p@4hhhhG`҄ ܧOH1ǽnZh[Xm4(.'"sIȳ||| II#*? (+L? #a{qR5fqmSL5XڕbrywJLJ+h4QSdgO'OH-ׯ]kmjҪ!@ XK>`GP1@LK& F%|yX  F%RO4% (MҸĵޔ-@ލ`qX|{B]=]#h,&E #<h4QKA`Yd!A:rt4h4Q!-Hv`  ѹ'  ʥ+$h0,{]LK74Gh%d"q h`JJł#;7A!3h`etDh wG hڔ!!b4FfQ@(GϮ8@vtF4(G4(G4:xN&~'>} 9'V2c@s&?yTFF䉓# @%%)f҄  L.ƐݻvzyS84 h20]Bv|S*D F%m1(;~s◮X>iDw ]@~/OT`a@ !)ĤEn4(idMþD9 !!Hk2쉟L22Ҕ/[9 )#"Ma @%%u*k8rb4G`9͊&:8> ,}R$-)֬?o>v:DO5uXŤ9ɐ H5Gx5)'<@&J2Ahr)x-;hGaҘ Fo:u},&b팍ah4QҧGiMBq0 1 J!6MPL,^ސ_$TBV~]6o@mJ`a&'O!U0c #0ŃϳLF'h9X .wyh= D9 D9 D9 D9 D9 D9 D9 D9 D9 D9 D9 D9 D9 D9 D9 D9 (TӧAn !ddd6`ٵ䉓22@d 04[Xٜ d,]Aׯ][f-|\@T>n|\"St$}3Wir`ʊK>~h hkWڵs'\@s@uE R͍MQdžz@   # q3k(u]KpY2Q}C..`vVn`&1k&6+`3Ʃ'ϛ9R! j ;!)X!rDYS3ӎDJ@1! T% Lt`c 160Ef]eN;=yI)sT4EZOg@(Ξn`DTC#0I` ,f4mI;%@li<%TBE@73?.ac (e@]否:0()/2,8!']#cEEAtk4ؽk7H>@-0}Ë.׮YTt!QRMz`ueKL /|5`zy1T Eʠ+e8ppkS30(Rv ւ1+Hvt(I/0Ia 4ȼ ? ,i HgҠ\t{@R;X0a·@[;-<&Tp7M-=H@JG,k<܂|OJShXB'MR K`IsWP`|wts_n=hZ0D&t5N`ԁcv%@< 2ZAKPt]=vz-05Q@+M۶ L@326oۊƀ*̛OSN 5fIK3:SA!b\Tt*@: `1v)q?ZO0AF̀nß !}4@$QC p-@ r X`^<Lx 0P.;* 1ሠQ24!y &<lD X;o% 'JHW шuL^2-n!`"A@AtIFY95I EǓ]B3Ȁ$a-4:9"7IO+,{.n ~DO 罒4ƛ5G@"7v.ϋ8`{P`{Ѯ!yա+uQ1"|!|x,5n5Wݪ`냭J0F5Ơ rNlD' kBhS1(({Y`_v/hK+&J̼w!%Ou*Ѕ CL<\;A< * ^x|` zl 2ht(t F(t F(t F(t F(t F(t F(t F(t F(t F(t F(t F(t F(t F(t F(t F(t F(t F(t F%d#,^@GԱ4()M.i}ak׬O8xIyI),+`dd8F>=|Ǐmr ﵫWFIТ441MdǏ}?MB0cCS+QhM&4a",4q'R,7/>>>obh$g!W77wm+Xa4(;ڐSV(J`4()*/h"@+\4&Hyy ~>9@2&h>@̃w@Eց:yd^A<T@%% 8$u' C,rfA`RG[㢁y`\\@CB]Uu4d-sH2*< څlђLr9C5:"k=|<J93-qY^R ,!g`3a=p(mS .7t טŌY3I@ķ*7oۺ|*D׵k׀Ǽaxth@>kfbRq׸'X Bg*@&JjϤ ]Lb&Ξn`1 ) ޻BP~P4(YjN^A5kn,&3`dAr90Eڃ A(P/yw B@otCygR\$Vh8W4r!}h9h"EiȂA7=uL Hv!hM9 D9 'MD0 0@ LkH^4@wТI&k^AHhMIoH|smSȀρK^>>CCCxS2<3oվ4:$40ma hM9޵+1)iM'4ڦ0LD lD[22m ђr\2@ u7'2p@r'Od.f hG=IENDB`PK?*K%%1OEBPS/httpatomoreillycomsourcemspimages470079.pngPNG  IHDR pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV0fI&@Y,!'N3+d e&8c&>gYh`gq]@6U0ځ` x7=GHi4htm(P@a(0 Fhf hv_ oPٰ*~9Judn|||gĿ`DUv5<\5M͚ZZ#j FBYZΑڧ6hyqãf 0ZǑp5ˊKal&p@ 4R2fǑpa`#22@zU:U_`@6 q+ȟ4a x=H`?r$- t ]*#y7,@1diO S@47hgi51<ȩj#9(h$hN`x鈛UDpĉѤ6T9wܧuD!8$Dz = hBG( L@@Q4F( `@@ Rs jo޿~ZYIm[T#{" AN  dhں5k!w[4-!\3|6{nvZ`~zj yZZ djjiR\o4f0XX9@ 'W7ݻv=e3uC+@A B`2$@C:3D;6=fhf6Vm#rfUWX[!!&=vOKLJvv-%*sCn|63= KW,J6&M.iyz@ ՚FĴ 8ΧRZ!&;CDHg7($XFP*[>H6p}5C^.wgeND. &"k<i~bBRٴmledK}N"!ur0l~Exo5)?}L`30K,DbVkÍ"3!00%Pur0LkUB& ! :ۼahH \Kn`{(XSm8O`@dį[FF`4~99h 0QB#)1`RV 9X:aP9Ыq>: Ȳ ch=NH nkU`i tmal 4 7X>R?Ł\`L:b502 B`! o90"y|@6$dD qwm V0 Is@ G`B2g/ }DH x27}Z? UOz`Cn;DF+kTh`"6}R)@ U$QAX$T-Lj-(k6 1@KK e 4dE?Zo2*ȂGo@Cnj+0`{@d`Y6TCn.Z d@pAҝ4@ ϣbeZ)!}Ξn 12H?`6 @M]-D.Hk`L8<|܁C H F}Q4F( `@@fQ0 F3(P@a(0 Fhf h43Q4F( `@@fQ0 F3(P@a(0 Fhf h43Q4 ,A<$d/@ l^vcp~P2s j 76htzH#f|bNhlij*+( ̴'Oyp[@9 i@8SpHp^A>)&LtE+ҀH`%$%x!r*Sׁ3[>`^hDdĉ:Ui$5HN* &!:G8/|nE>G@QykWիw04P@tuxVzk&<@..À=6g XG ״0 O8 )ည-vOx@ 9`0^;A@d,ːF#!Z A)n~v>!r& `@0}Qz7 T@qVH x)$ VC: ~QkS`ZO6ByAHf4@xh_ֆi rY͒j!I0Q2J&9xACjX&mL U}-`* IIOa~KlAnLXERr$&)3P6dѹwEpס^k6K Ly6i0mue냆Fy \X 6V 9oj'otW3`^冧bZcգpY 2 &Y^ X!,]|f`Q@@5r5 @Ml]yȷ,7U ^f5gd 4joMu@$JT0CNސkH|_1LȦAC.B@rhShfKn`( kϛ@=CdHh $W@2'GC FI ||?}B |"'Cy*ih]UA2pe4uƣX- ḀD|ڡhD[@R?!7\C: 4h z }eUq; ul@}khOV2 \f_ Tn`3@ND5yV3bDhN@C<]WFdeh3i(0 F͛In(  50;9*D08HZH@4=jQ0i„I&Š༂@}Q0 F3(P@a(0 Fhf h43Q4F( `@@fQ0 F3(P@a(0 Fhf h43 xBĢQ@O@a`@yIO4#"G$ F3򐣈-ׂh43 X~TO }6#1@lina1z? R<08X(f0,l!Y3Gs ty,1iD)HGة] < FIy6 O,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV`na>iO>]& 4@F4Z+Qhiiyy; !!2 =Za|K v5 `]4 F>Ԝd( F `'OV @FpH0 `F(`d޵ i Q0@ Zɓ'ׯ]#ծI&̟7oԛ#TX+( Q0@ ZE3׭YdB6->_/o>`=!*s  Q0@ ֦fM-MH ]Im8r/HY(`z}`+Fƚl(`#H?e&ׯ][fͨ7G(h [͓&Ldo: <5:X ,O!@R;CʲR>>>`:@`a l߸vɓ'A!ȍty],铧.nq!'L BVSśzRU@lzexsQ0@ BgO76"rݚ'OjRA(),F >U`,O*je_fZ:Rs: W8! )j!Mr`Q 'z;` O!cM@ݻv7O M( Aljz ΅YJAe%];we!ǏFEGB [U {U3ll |1  z7Crd( ` NI=@ f,}iV`knр-_8 $ ׂuN$\3Hyi( Wc hKW,'&%EGDׯ]#{E#Vo{?@]А+Ly``HN]=_7e!ʦϚ aQ0 @ ]E Z Λd?{XxA* `KsH2'u=˛}ahIjR$$%} $n\N̤`٭gn$ X%x h y.$+› IXJX!% o*_Q!G7h Ԁyެ^96$jA@ b2i&L4a,/)?$Q92e2x7!Н`lzs` rw:(N sMS'N.7'RZFM ;dP'#!RJb7]e X"I`|e@[/** ^7? 220-p=,p;Z}|}ٵȽxPhu 6V.QVVhys`Ky`\8 H ccG`H Cy[qQbs5He%+F(Nkh$Q0 P=l.M6.;U@L3 %ZatYS90:0 H4glgyj $@ `@2HWOt( [6`t򄉃*9h0 F`na0FO|ăx~{vƔ\5ZaR#-/`@d6Q 6h(F(  ;gcQ@l-BDVe m@ `k`7?:"GO>+ `T h0 F lst(q"d$ 1 6hlR!{yڵkZZZ#^h-HZ!d҄֬bu68$h &Ln r'33$էFif y飀*> ,^h$   Cz&xj2| T<CG@?wv!'KB#64:4  FaIuZȜ3]-Nm`v \ 4Z+Q0 FjPɓ'y FGF(NӧOy FkQ0 k[7Au'O [_@#H``22 II yu +s~卼iahV4 `( FkQ0 H5u*a҄A1  hV4 -#.q(5k!F-Zaߓ'OFa K@(Ai @ ` N81z( FkQ0 HSQ0 hVpڵxF4yg,-#sĉ'N޵m4|Fp4Z+Q@ꀼs:BiW7A{&(4Z+Q࿧o'yQ0 F(@'O65zy])4W`Xfͺ5kO8,])4Z+Q0 Fz`ݚ5 _bRR|RHޥ@(`eGZA::F(#s `X$$%n@F(#s [OFoC4Z+Q0 F;hV` [p `efs@$ZaQ0O5y!F;$F('ңW8P9V @ `(@T)._4g֬?ou\z n5Ãn]9 =<@(yXKL`>}L\:۽ky켂^HXµ}jjl@la;/Ѓd Ԟ]N8 , > R ]Լtr @ár^4Z+!2@1,Z;{*l,X`c n޶fˮnےfi&ݻvM0_x A rNn(DB`WĤHF`-r)!KΉbq҄ &}"qdW k$[X<5O=!`Tq.-# 9onX+`@]@`7TfZus FkQ0dX tHq@fݴ>f< M\9B3>=/X >9^_f*/)Vf ?d FkQ0h湺jjiAFϧϚIj!||bXDGDِ2P!S npAg0RQO>kjibq-|#+F:AfZ:rU$ @trjU 1&n*k@vANT\ ?sDFCH"A%Z!#x=rS$cyLq wU J1sϢ8kS,VK_JC\L FbgxzB~&TGQ)B=w=pu*O|y!U2uY*B5u>B)S#hVCHLFjׁyRzkE,KjJC |Rm\IHW JT@X Z> op–5p-]f cPd?o|30xJYF"X /P`,^!&\&.I[` $lG]\pUJ(.W$YSِ~}---<GN4z3D׀ 3,i20Mh0 ; wfYI)L-k x+ 9l ukhX`vZbZT)-́=v/`  U:$-#MR`j/v2ґLnA>c@< ;O>A^Q .#5n>[OC-u6| p@ ;ڈ5 iBZuT_ b> n^@}Q0f9tH٧IuKބ$HKQg{<@C{yI)WȈ=Zׁ-U ԝ F ``.rD [@<'C }#˟@Kc;KzF#~ T,0 ի=ByX=y.#hGA2xHe0Y$h_a @[S(_@"iX/MG(yQ0 F(@(`Q0 Fw~/lPh_aQ0d= WPGZQh_aQ0d5k䀜=@F(`>ٵ[ZFMCG@(X3 zDO}z( X;ZIh0 F*!:"RKK|dn_/og7 A!Ob//)UQPD>(9! |:HA&L CbF(@CKK `꼂|`@ FXI0܄ہRc?'V3 se2.n@ٮe`WPu I(Za9u+ IbL,!l#o/c߱Vr|@A޵V>k߹,!Ui9\1_ؽ@>X+HPh0 F ?s-F A A }` v`+" #>vZa(<`2ƶ5H.&"XO`@ X7]}XOQ FkQ0 2n! Ng} Rȝxٳk7v_@e@)`jA8ZamxvJ(MDZ`Ks ;;X`OXCg켂`Eeg-?y$hty -#U-!)5ȅh+VG{rXo`oT9 *FwGc+QA lWf#5CnDra h0 F nlQ!m Q0@ ``-vmi`AHHJZbS) &Q0l@ `oV 22aQ0@ Q@ڼm+ ###m(h0 Fi@(`ZaQ0 Fh0 F(ht^a w03(#h0 HΙIC̑D'O}k 1`_`b22x@׆XWOhGa @0!!N\f HXD-IIͻvdwDM_Q0@6O.)`E9ٽkLPbV$= c '@|||]=@FqJB`,s Gl;Ip#r+/):< F4Z+ [)!=~Bltp<.,}+'fGFF04Z+ g?o !@PFxA֮YDxM0a4Fp4Z+ sl%O61 q4@p&LLP(~ Fka . (83% ̴tHՐg5'c4Z+ l4a85%3bCJppFGDN!;@ #[X! x) *m -#X; I@Hh.G )]`;8C$ }K vHۿh0RhL)׭YY%8a4Z+ {6 0Ā=Ha4X4 v̛_  Zad,J'@d!6bvB@* h0,FI 1`P ;Nu i?"` 4Vp@g4a¤[8C(Ā}ъz݅``v͚`/vGGS FkY}Ӏ *Ȝ]!0.HE4Z+ x0:9 Fk.{O.>w do+  GB׮Y3GCi {@ˆXWُ.'#F( FGF(|iy6F}@F(9B Fk&Mn`F5u7'e%KW,'ƑK`_ ?`y=9 <%>0&Xf-0jlG49B FkZ%9y #"9L(6"Ƒs 3\`p,: |׮Y <J=yR: :@o&&%'%vZa` y Rog.ȁ}Iv"AV s8<m 虬h`.j "b=o`鏜!.)4@R~3 hЅE0 m[i U;gh@ œ+ސGʎ =L!TfRqrr` 9ّS)@& \+V+o^^^ 'Cn: aL?I;xQfLK~Gp^82c?D/&SL pLL nU"@U&ײ$Q`zVu-LuWL J>gsC-IjM`U,Yưbi"DuÛ@Li5Es=>+,YJFE6̛lsQY Y lGGD 2A#9@p#2n_Y0o>/<x"(ll < Fk dٴm++`9uE#S v ,1H,g kjaJ|` `L/B !c /?/o$Ȣ[@= ~P;%w(L&&%IHrt,A@2ҧϚV%$% ;BR:gk()&, m!!@gF}rI-h4i`NC )"F+bR ΕCuƐ\j7e Ks0٧`^4`يlLpT{ch;^`Qw*AHpU# Fk;` Y G#e,>ݳk7uS2b@^^PX.v45#S[#2ٗhqk@ᶌn)31pu0w ^eks>Pgp:cL v! r歹9НX+Ȱ;PR?/o LȚQ`[NB&U޵ @@ gjDzٮnfA) Ł"+E O[ s@s ?d z>h,h-_]yׯ]"f3Dk1:[42`@S+F' GU/,{X Ei]+hx& -n`\66v}TmǬdu&5`X: GHE摗]zBふP VzW7W5cգ&1}(6d@}aņGMU=Y4ju<4ࣘDqXcu y9 F4:0 F(hV`Q4Z+Q0 F(@F(޵>g~ {@ͣ`ɓ'Ik׮ٵ>;`lC('$%R}I/8hV`Dދk֘[,<#tuD* yp4:4 F2?w@(# D hti ϛ۫{V#7@g鳋+|k̛ Ե|;œ"U'OLHJoM4adi$a(,ŵkN;EUg(hV`dB`%,1,X^RiVP@]K5]4PKPH0PH9/IƵX eC>`fat|pHax_  ҇Za ,Q@#/(7=@ξ3e}|R"$v$,"2S񩐓f; 4jݚ;Hu?p0X`K=F[%@ 99 %"yht^azKS3v{M8HfPNj\g#H (؅tX@@K.]duw h0 Z%BӤ }!W4=rךϴ\ ' AQ(44Wnh$W,G)oໆfZN;v8u]5QndF8 !)d>1]6 7`Y/D^!! AJI& z<D2N d.xo6TQoF]pܸI FF><u7Z 9Gt( w~y\Rs0mթLHH0Ґ [.W\5 aCV.m[E 7"sGG"h_aS#*WZH 2\6 F( h0 [RqQ0 Za g0׮c`h0 A{bb[A`|M`4Z+Raݚ5wBN+,/7gE3}Q0 hht (+Odd֓ŁkBV<\Z@k+O 9`P h0 wU }|n19 F(:Q0 F(@(`ZaQ0 FX`Q0@ H^]ʝFx(Ӊ^ F Q@EA|#'kN}w+Q0 F(@F(` @ `Q0  FkQ0 F(@(`ZaQ0 Fh0 F(hV`Q4Z+Q0 F(@F(` @ `Q0  FkQ0 F(@(`ZN8Σ`4F( Fk~ZyI]ϛ7 0 F4Z+ BĤ&h,Q0b@ Pɓ'(#]l WӧΞQ0 F,ѾhjiUN0䉓1 `d@޵ӧOMͣ2 `X@L018${52 `X@ Q0 F2f6N̛,N8QSW; 0 F4Z+MX`A`Q4Z+Q0 F(@F(` @ `Q0  FkQ0 F(@#e k|Iu E8WFFfӶ|||<?/O>9`\(4Rj;M@+D Ƞ`s s{lU%Xwtg1!)X0 Є*aA !E̊c҄ ( ~P\܀13:7 F0]? mR=N'Q0 Fo-I&zyc]< F=I'Ns8(+(*X+N'Q0P Fk`pY5:0 Fz#H42YZFF4x__bh Q+O< Q0 FZe'_FӀ/ukS4a7.g}^VR:`@,3wڳk susB+S O.nnnԲh9]=h#w^0oWPt :; hܩ^ II5ud8@3 CFFh. ` ʓ'NB[FF@60$׮Y W `P ' ^z5*|@1 I\( ^b9 Tt/QIp>I0 p2h3 F%6,C )T-(l)`l:C@k׫=ț>k"܅.p'XB3AVV9hНIA`c"] `%taXM@0]J45w\8w"fUD$ M@)q6w5 FDZX*NH,, jj(Zt@kS3,6z!"D^HK[`yVJ\2|`yx =LE{v";2uB ( 7 ,M Em[ 24hXb Ffij 5T!cAw܇ \Ur[ɓ2dbyc- Rh1L$zJqŢ|~LE=|t( W+@z "R{MfɌt {~X\bNWR81XKKQ)5z֬EvFTuBҜ*w`ŐhEsMF(l T+X4`YlI?/o?Ui"2 $}!Ed f7%dp'!0Y@t33)q5@`Yo]Hcx@@lZjF%Pc m[!s')k,H  Tw@.gIQ0 ' Q=PVQq<^Ǽ L\ C ?3?0v&$o:ȡhfD0ჵKFNq|}!Aa2<@m$PrE?\|`QnR(z4 Uەقl %ms+k>MG6S:h̍իS2#ؙn=jԅZ.dߨƚ_fARW(+.9H}򄗏IA!!a2 F( h0Ξn ӧO֬ Q0 F FG VA!6hQ0 4Z+ `_5 Q0 F Fka'N(@0]RN(`hV>}+[X]{0 F( h0*fٙi2 F( h0܀[M]OF `2@ \v y.AZF>u4dF( ?o>r%ana1eaQ@ѽ+=?|ɓ'N@fF(T@0~C Glv͚ukWįLKKv4HG4Z+  -#QA= F FkQ0 P@pHHq`m`Q4$ 'O4a4FɆZ˂G4Tk-Z|2V9zd4F4j;FL0a҄R˩"|'0t`m'mhtyQ0 Fh_a€ֶ k`+Q0 F(@+Q@nm#h_aQ0 Fh_a^ k`F( omݰ6 ZaO[[F7hVɓ'A2ң@E0Zˎ htyQ0 Fh0 F(hV`Q4Z+Q0 F(@m>kOit#(<@}a5AYI:qrVQ0 Fy FkQe!Q0 F( h0L'O֮Y!{ a2 F( 0|||KW,\fmgO<`@xInAO2GCcQ@ZaT ^BbR'P(` hV&Z $W77`a4LF(d 0~:}ĉ `@6 ##S]W{.Qϣͣ`@ êbp`PhtiQ0 Fh0 F(hV`Q4Z+Q0 F(@F(` @ `Q0  FW0iD  Q0 F1 Fka GaQ@<Za 0 F( (`ZaQ0 Fh0 F(hV`Q4Z+Q0 F(@F(` @ `Q0  FkQ0 F(@؆94ah Q0 4Z+ ZaQ0 F Fk GϽ` ht^aQ0 Fh0 F(hV`Q4Z+Q0 F(@F(` @ `Q0  FkQ0 F(@(`ZaQ0 Fvu58䉓*C> IZF&8$d40G(X@ C hji~$]'O"8w!9 F(hti(Ξn ΃_ \Y^A>L$s ѐ`4Z+ 1vڵv &L䍂Q0 -jmjFc>}T^R7}``cR.]RO622KW,'iJ3FnQ A!XŃCBF P]W &Tgy*!1)iJ`}`G]6oG'<vՆ7 ټmhpQ0 DZ^l!8rx4ܩ>} $7m XLȧO`` h;ی98 d`}1e!uU(x@\Њ] @v hQ0 HD݅yfZĤ$s I&70?yQT3 F( mPGi>} G]_/o`aa4pF($y_AFFBh' U( @ Dg)fĉAN Q0 F h>6mT5/E Q0 Fy T+\vmt@ɓ'?} Q0 F T+Q0 F( FL`Q4Z+Q0 F(@F(` @ `Q0  V+|ȫHU |I$`A`@L}'kִ657e]6hfSE12?oPSpQ9Hc;g -fa ٍL""m$I1rE)@ƒzQ0@1[X׮c]FF)@>$OA>0%,m d! 9RFFQ0R@0Oc b/"i3-y;ot , kgYgO`[4[G( 49p8`c;ʩ^p@z獁r\@C@ȊQ AA \v C+ bh`b c@$#5 ~1P׵W!\Ǐl Pjܹ&O?T )T TW{k ?Н@g㒅-<Dp u \14 8@p.D kb 5W#{kN8Uƣ @ƒ>pOHJ$8.`@.$/xQWPdC@3᷁0 FDZ,.H?oʡA!C֭Rn@H`BJ[/֭Y@{ W}8Xqfdpt( 9K\N,/)v xBRԺ`\-;:p ̴ϟ>vtSBSXZBm!k(`pB :qZi2i„k׮ :] R 4d5 ]hΛAV {50ቼ()ǟ>yJR-;$&#=0F(` a0-8eQ(qqL=^^<끶i)O&G0BNgvLTAlP) AT4wWD!Y>r;~*Pce6+0B=./YH$E6]el<9fssQlc/Qy1=e b9X=JX!bցNb M_KP:C3,+ >$'G=_uE{? 0DE r#xk foᇷB!tm)(snVc=HRooQR. FZ $zI; \F,|-U{{כ|ڶhl Z=}A>(.E,N<N9[· :9\ hr3={yX RR}nQ0 " 䥟@5e{vA{`Z"iDž4?|(|i-쿠щQ0 F@V+Q0 F( Fo`Q|_:IENDB`PK?`~~1OEBPS/httpatomoreillycomsourcemspimages470083.pngPNG  IHDRws pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVfnn9#"_d} l I@ώfa (_/o`> Lm~^D=s\b9y?},JN8g. F߰4(ZFF&8$d5mV ~/Ȩ=pY35դ lll4 ?@?2 )GBpXM0a4 3@>y Q-,UyIh*N 8G͟7XZ/Y|uցVVhN lVPLH`?~ݚ5}"-#C !1k~c3x@]ׯ]>u$f&e`h0rrrqs@0z+%9=$l0(='7vF:A IZF<;2:Mͣ)rDhײX9CF) ,F49 X6[VSKk" odkw,LK62,t*RM c}l3}L8WFFf󶭣.n,t%!9J F,K?uh Fw.O Fs.pߐ4Ssh\@z9@31d}0  F5ApHdeI䉓k׬"`Q[5̧Ơ`|`-tLE@ %)>>2yNAJg@(`8޼h"x :pX5A2UbvBi7]g/sqs?s9{hqhk׮Qe\r6 O81:PAO@:ԉuDp4?ԭr9ULKHJbڢ; hH`uEOJ$>Twbi3 9%ݒ(援ֆ hz`LF42vY \yD,!Pe4J` k^ 3Q`z%BJp"fv@L-)&rXut"G$;~ZQVvPH0=v?V0d@q`|z ĤAM4,@A[}v|fZ:+BHBy)ggn32Hƃg܂|`&:P%dƸ^,!xR} mv́.fcȍo[e !0t{(v (10̎ hOJ Hhji>}m]0o'.zg$ M۶N0 Xq r@q ΆKgC >nDJ\ w 4px$h'PQPfZ ֺgÓ'O!l$R7&Lf CXA&s< ETp)A.$!H3-%^xtk FsQ gK1@g;@cՋ7|#%h vhe@ {I22O/0Z`#8YV\Bk9{`; X++]O(H`Hu8@4"2 lPC)dT7n!/T(BFALKrg.h9{׮=v;*kZL:-jI&P 3!?2lY~l9WRoT|; h8(`7n@?JOŁD琸37Q1ZPB)5&6zDB6nnE,dQL`c{hLtt 'A`Ǘ@ÞF6ϨS09ZB{v১'%R|>3b X9 &0@GS?gn{* ?`)(T4|Ll`}Md"DLvusʹWPt?P ąV {7 #ImRvҀr]5w$+&64b >mz-.rZ@ X4((B`c 9ȅ\L3iD W4VO C %b 8r!8 <D@ u}n6Cu^Ĵ]4 s0%`X#AJI) 6z&PodRpx]Ca7 s`g vSp Lu@%>Ed1/Bp@s! ` ҧqHjBƥZq\O`|`’ ^` 9)D`w |$1ȍgD)M9+ae6 ^sFv~I$h:u$ 9 (iV60Ïg}M@s&|Y @ ۳ Vr n;  f6@ @:u$v(`4BփK ,4fDڟ{K$^M^Hffp* z(`+ LU=zHd-`'!!)"o\>DpcX0AG_G9ڼm+;Do@;G|q'`zuC+|( >px/r!{$)$ߌ6 M)d |4 `(kHȧJOVY0o>)H?E43յk̛7pX@uW<% ig#U2:wA.zL( Qwsusv! F2ҸnCrԞ]50EA6dA.Q@7@QOz @@ TS g?ѓ[T)( uIH6q4#u 1nGV@9j0Rp9(f4h+G\䉓 Ѡ FsOap4s0i"uԉ jH9 :Вvȩ.`9JKK XsQւϱ y\bv(a֬1J yW:y_MAKf8 .? LL<^ACQku~?/A{CyI)0S +GV@#bZ`T]}$isF'U:II$2 P8r8 MRYI)0RQ0 ]{liq Y`n]'1<@B0`ӧO XAi]N hE4iDm[G04ZG ,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVyr'N@`_Q0P XpwuaiG`S'N k׮%&%}ڵl`?:f2 V6YaL40zy̸D`X0o2F(@@XV;9$hkSstDyЌLK6 8P16큲@2 b`9KabzӶ̤ )2`2 F@`-v3ɓ'BT2S0N5&&"΃|`yn P`(:Dv͚܂| P; l[@Jm3=`5L0QZFX`HnZH0AB/ I@yu]-ZML(A.xyb LգmQ@@,X[% >yJYyJ҂, ϟ>cmpK~h 1'@ߣ!< K ,aE]?Ւ{I4P@ukk 0Is$č(N!{nՒTFRECK(`PK 4ayΌ)\l5^v5x Pͤ  3l T>=vS`dv҄ yZ Fedjj9 3y˛:IVNWP,y'OHI Ξn` 9D]b@@E-Ϛ D\Iod`7$d5 +W[jh=r 9_73-}4}f)7-1) ҀRB@,o|s;wG>I6ܼm+Z^R*Bftm&8vlLJ >rh!,kYd 00pӪG/ %  10H[Z'=dD\2 E6_ l\資Zu{Kif> kHӀ,}ՓoX r=u9e$nE/^pU.Irn4d`4Ɣe+}MŋZ22@ ".\HctZR$B`^*50Ȼ.uTxQw9H4k1*]55PjAuc!ڰ\oI@;']ZM@ç;wk`=ii>8#=}{ Ӣ2pSjdH`ȀvN*b@ft¼ ,ѮZD-ZB'#kEh;RiD`g̈́Ҁ! Xa @ç 2b?(oU u#1z_,7XjS&$3 C#|0M׹hRi Q0 P[UZ铧kҁEʇ㡇qEzR;)t++'-#4ݣfX0;"r"{`b޵k"b`vxwh JV$6-S^GGDBfbP6#ܑ, U r @BQ-Ć* i 0٠ܥõ0N\^36.4*K#me셑Gu@fZ:N0n'wWl`aJ7Kmv{@&h= a66iDM]# EHn=Hꤒ1wc'rr@E(ed~bD* }=z\-啟70!7},%h _n65 L!9 FDzG\4̼3yD`S<  8b<!dI;:Z= 4 UjC4XFǰ//m9k`AR!V Kk`ڪlij `zV-h@Qb6\4a"0SXXO0>#m<wfB䃁 X'OZ{@vyI)0b_@Qv2 Xܟ8qX@fa2 #^1S;2iV`V]\M.nXGh(`pHIB`-##lolNKHJ3pv}q $/U+3r-GJBVV`5||#|MM˟Y3׮YldXh( X 47 4`X* #  `Xpٵ!a@ӏ ց (O>ؐsErѪ$`fӶ'MO F[٣9[#h^(̻Qu[ L JLJmbS"@c0\HP]0ȉtMlJ/_~>ŋ]Qw r 0mb h^X/7o\' Et\Xj}b!{4ZdC\A\ EM* 9N~4޹:Ln\Oo0]c`H ,ltF FlDka 9T<\44*$/_ LC0FM@C}"()+dޑ-vcF(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(#\vm((@E(`$ן>}20r."{Q0y󁤹Ős9@٣`^fMpHP"{Q0OJJr h`ɓH`+v(6 XFcq#7hh zݚ5 ;{CBGhL*_ N8,׮@.D¢VSKkz FQ0 LH l>?}X(ڵk@6etbR/ې.! FQ0 ?W6ehh@ΰ2$؈A!2 04ZdQ@>` ߧLni H|p~ ah,Dy||ZZZ2z$ @٣`k``kN6O!@׮]{) W77ii X4 @Sd;`FyF-sF(@o]@hM 8yF`q<d@bU t:CBLK))je(yxx&~/.^% P b܀  3A   OS6nXՊd9 I3 F),X!aVQagVVL*@> @TFcOjBrn PM0jW77?/oU,쌂aVjsdf#׬{w>, ,78@҃B279 *BٻwjmjF.D`Čv[F(j` s _ _ +fg1*@Q!fspH4 ᎦB%Hh 1)i4F( @jk ^s/_,X!%8/|P[>_vmpc/| X9F5kn\ !Ȳa,~x:됮h?¨1kP gf14`֠ 1 m5)yB@Xay$;{! :"2!)1^;ib`ınZ!,@FfZ:tѡQ@ BkPM;2~^ 5Ɂ6j!r278yt+ .]p1[ i,ko޶" ,1kHl J,A_`Lp 9l0Tp^~! @Ϥ߽k7d.E6 ׮n1=%'!t^[KS3.Ջ'}HS(jP1~eӦϞ1v'bada峊5131 ! .jI,JaH#G]ϛ7MHwp =:f7  fh7޽ Y^ >UFa^M`r%:` .\%.n<І)mwEuztTd 8g ۠SwsPb,; 4p$Lnny6 D 9yAJj3 s@lڶ53-l0hF()g3hm e#  rX( /?/f"w~6uD6yDxI,܁  w/)=u$0 @-h-^'/!,-G7gJޠFw@G6x L[w~d# ,׭Y iSS$=U !$H0E q`iђ4 H $- 84aНwMZZZZ|3;wpn( K=Dh= Ǻ5kp-|ge@.Ze㣀x@WQ@&Ο7ad,|d % FQ0 P^GGD^vͭvdnƺl $h ׯ]=fPR^wt.Eqm̽NȲq^|$--o4F`򄉣5iFh|ɓ湺הe-G( ,7;a4(Fc4ZdQ@>8qdhPsq6, @٣`_W??m$*7@٣` G585e;Y%3'}z FcwJPis$Ν d|NfA@E(`<{UTOlwE/h= F(A/hM "{Q0kΡ"{Q0{Hss9@٣`fsq4ZdQ0 Ff"{Q0 "{Q0 "{Q0 "{Q0 "{Q0 "{Q0 "{Q0 "{Q0 "{Q0 "{Q0 aRd?yd>߽khQ0 +p5kKJts f(`'NkM-Gt1(2yѨ` ?@C޳k7\b eWleݣQ; F(~ |}5pa ٟ>}Q0 F4ls 'O}Ѩ` ?@C[byKSy ΞnW7Ѩ` ?@a]VM]-ѝ2`a hlk`ٽ`'O(`XE5kN8ӧ֦x` K@Cѓ'LIHJCBv_@2 FRh ӏ ̓,,ͮ-M͛mQ@S`na$_6<'3 s`) v ,̛9< ,׮Y3:9 h kׇ_m[3!&I?|5`fjmj6 ?t]_^R , j36#? ؾ`o|Mxas  &S@֭Y ,-*`[?8 /E@gbЊ cҔ v ($HcȀ }-ٞP]W l0́j:`t@ ""[XѤ G() ͟7o8x}؜y]@@C$\}.X ?ǣؖ&B%DC^Ad-=z& d Y|-##q-KVu()dzyO0axf.`XRlnIhА\1`<` x@_\Fcz@ZSڤ !KH]n1hy=WƖYdz+Fվ-0WXd\bR~+FFإׯ]6(6[yDF(9ͭ8_8wHbOAμhِ @N0$$"F(@kK'NRXȩVdHF[G\S Zd+  I&yp<-' *j2 9cr܂Be4QB/x2v)WA!uqsfw(5/}~ux$$%l`[຀ CXh F`NCKW,' =h|zd_30م4 Fr+c3֭Y;ZdCwyO<~Z8o'\\fRb /4 5`A}f} l;=e/ >M іutD$e ̡ [jݻv1hO<0SHkS3#ah30X_їm_jfA v` 9ʢP-r( NEjwo޶5z6G6-׭Y 9z }ʴ s_.7 7meN$"@n&ݻv {Cv{bQ/[iQBf֮YD@[d׿s^ [`%{1^:Z @ӏX;#i( sthVB mڶuQ@&<0k`[yUM2Mm{G_bO-lgM4A^@E660 r#Ŀ^@ώ^9 E ,l_ڰ"4FV @E6?2;le6543̤ Mn|<`y I3 x;w#:2Ν9 x17 @E6qӄݻvO0yFGF=.CB4^x T2gS,@N?(31T4Z񮮫+ȟ>k&ݎl q@#@-P\Q@Js8V(@tFO~XVrXX'tĤO FG(p4_L0X TՎ6`C s!@٣ >rc/ Ҽ A!5@̽h"`-Z^RzS߆Q0ˍF10GCkq y`1 $!hIM;@ek=vϟ7͕&`:c1"I&BGA1s; V@c0.g ;J\\ htyMzF( (*!H96r}+ 61 d wE &L*&q@Z2qQ0 9 JIoX(C{b( K꼂|ih`.T<lFܱݍkץd1@" ɬO9=D浀M3 FDQ 9:?o޺5k; d΀ܻ*xF%mGQ0  s8U rnKL=`}T<})%ހ\s9D`n!?Q0@JCNpqs7ym[dKgؙ$w톷|*|J0>)<130+VV\0o>䠘fR`hb?"s[ |9X.=qDpH lIϓ@hy󴴴F LY1 А8/5[G( ٣`XXXvbF( F! 24J2: Fp4ZdQ0 F4z(` `ߛVXIENDB`PK?'4_I_I1OEBPS/httpatomoreillycomsourcemspimages470087.pngPNG  IHDR} pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVIDATxb?(`zb Q0 F('bw ֮Ysڵp<@,A0OZk׮utkji}҄ 'O\b9Z͟7$-`d@cCDGD'Ok F* b$F(p@ C M`Q )sI-p!@FF2wQ@!bwO@ _-P`d`a̴fۭȥO i>>>P= )X y>y )F'%BdcĻw nJI`sY(XIm\Q@! s~^ޓ&L,@[!k׮EGD^@e%'O7[ukN0HB PJ`Y`| n>4׮O0h8\ĉy@6U[ II{vmMQ@ GvQWz1Dpb\ P >qsʢ#e\d?~*[z54.Kt" eK@h(:bwkhjiiji^0b FQN8 oi=b FQCBeGyIyzGd4F@;gܽkyGCc4F-@Xt(!8k׬ Qh; 0ݓhA^GthP< FQ^phji񹺹{( OHJ 0 -vG ؽkؠ'One&4a"d;h FFZ[SK XBnXfy򄏏XjHȸJtD-,p Њ҃GMƯZ˟.ϛ`޼ԟ>}jmj2-́ܽk]!a΂y"MHJ `-vGۃ?}pll$<f,R!j  !Thn5uUK+&LhqdYI)d]ѢQi> )Q0`y,n3fDp!mϟ@2#-PpD.l6 tҞ]3u њZQy Xnb].d. t0|XZ4XC@޵i`@LFknA>cG FQ׮]OHJzk׬v"E!+ ,E|1{ݚ@crX"Q.HCt Н@?y$Ph)C^m"ZDIX7 |R^?o0f!C|?fh; @XbB- +llb9njP/@6]͟\dV 4ޘ3<<(kR bt7 cz96( (y>̖AU8 h!EJZsB38$v k1%O<aeL?v5``nڶb}q h6u,̆#b;e(?o>/dy횵)edp\AܶZ%/xLyd&wHLb;Ƀr4Zr>vZ+Q,%d<^H4_j,dc҄Yh8дuke :/ 7`+̛a+lz8Zf̀7G2ѱQ؜:cL`C XK.<;S!%, Rr@^AD2*H3X[֐hfjwR] Iy?@.T .-] @YOcn@ : @x4|m^`c4Ux#zA9#h ,'>}J4H FkA#+}@.5k|2k@Kp`,(E X`s_J||@YH t#ׁ{PA^Ƶ,ƦQ@O@(@X_X\Fa5o%,F,4 9q > (#@@(`h; F(t4Z쎂Q0 F]@`Q@W@(`h; F(t4Z쎂Q0 F]@`Q@W@(`h; F(t4Z쎂Q0 F]@`Q@W@(`h; F(t4Z쎂Q0 F]@`Q@W@(`h; F(t4Z쎂Q0 F]@`Q@W@(``uk\vO||IWQ0<@`Pf YSW $'Mɓbw W@(xӧ杻t+߽kh htlw <~h hd qQ0 =bw <  Yf'Fd o@(;!)k%>} Q0\@`ڃG[X&L Q0\@`i+Kuk֌( FQ0m%dh; ޵!!2 +bw <00/+)aX0oQ ޮ6 F4Km bעXڞ}7h; :"r4F‚xœ&L cЊ+5M@tA!!$ 6 ]\]W5:$v)-d+FOb@ F!XѺh N@Sj`Q@W@Q0 ?1@`bwtg 4Z쎂Q0AhtlwQ0 h`-vG(A* 4mg@펂Q0L^A>= h`P[0 htaQ0 h`-vG( FQ0 F(+bw "p5G( FQ0(O2!Kh; Xf&ma h F4Z쎂A聄`d`-vG( FQ0 F(+bwQ0 h`]0 >}`c $-,jDW|`-vG` d$$%B|]_䎖`-vG&LY ]Xuiji(+X9 Hcy4G04ZzΞn` ,Iyq'Ou`-vGXT<޼ݻv%&%( FQ0XKR`y:| .pڵ!@h; KR`yԌkӧOe?`-vGfVR:(N FQ0`@FFXV` &{׮kh@ah +" d R((~ FQ0> ,m!"e!h; .𵕐 GtG4Z쎂%b6:"rye2 +3Frԉw6~;GWa h;  lhk`5֬ \|>Ѡ F7 @]O>`ѻ$FIPO; VCۣ:Ȏ'(a7XK^ , ia :xiƏ6uG5IFa[`|K=@1amHY<CX2Q@/xxgnaA#؅LAH{X!P2 g(6BpLr򗦓i@Xv'%BH{{t(3t2;&Fm|b \4-a! [`}n͚H`Nar3@v]M]  ,?"O4IXf-wI ڼmh֍@*躱Q@S -#7:5 Gw҄^75Xb$(`$`#  p.thdQ0 FD7hQ0 F(+bwQ0 g:z(`׮EGD^slwjQ0 FNv@2Q0 F]@`Q@W@(`h; F(t4Z쎂Q0 F]@`Q@W@(`/v1Wvˌez#y ]. M,qĉAq/@gO7M L"||W@|G6oG ]^/!)ixЧ\{% Rzy&tl./)uusZ:\M5Wm )`402ҁX\0oxm<%A~=t-MXI w횵@`,p>)6ݮ7 .؀4ovb< iͬX%020C%}Δ౶p֦f` P$DEAQ\;B {[`hH)IJ ` -L4j=CX %`됄\ #T@@OCyKj pL:tJh`c $?L&}4تwR5`r['$z:Xh̑ An2,T!h$Nv. -G`lc7V҃*R?o0/`Z6o7o D>$ pv׮YlpCFv#[`#i_ 㹦 wsu'd e`p*߽k7f5F<jME+<7yp@Cwe'UDt0@@C: N` /HPcЈxT-m]+MM.F i7Xż5-C9SXϕ;+rG[b8|lT!*D"odoWƄq$%7:PW{beQoN/j gQDZ E! _,Y1[´1s!_ ?" S*1gw ҕ/:҃E  ?og2y Q O ${{P")bQj >CCu =P 8~{bx[X@Vu)SDstfJv4д@ z񃷸>Q @Qs߫$T}w!6 6~ݑ^S-\DyS]>"O'vM;;1:B2o!܀H7",́%2;iGc@OXCè 5 &KFHKu] 퐒&%ppP_9XvMO |p'2IyT<XBC1PHOXSd`ddʃ)k 2ۨ؊œ^ #oGs DxaLh޳k7dfHsi-#$޵{l6.0BVq , 090"\!K ]uـ+pmuc"Q` tՁfB[XO4j2&u0ȃ2) @DۅNDMd`-414 1M-`5ZE ,d;} MSK7h Ѕ+d /A5$6 b`^,®_S OZ:y${<b? &++ Zڹk@FFj xDQ@e%@ǏCp?Aϟ;L&@7P=Ph#P DP h@pBTʀE]jom1j6 @sl5 DC7k4ZXNN`Q4R <~ w!(nLO)r`6.@ G4fY(@}wlQ0 H4`Q@O@(` -v<Q0 1s.h]ȭ}P Crdbw! gT9t ,P.h`ݻvAwtTjiieCNi׈Q0y[QX=\z\2@ @ i9@: F(<jYG,<|ؗDbzF0܋2 FFx !@.v!ښux̸g@=pQ@9_qB9bW 92x@ѻ=N02ҁq _/ox! `ù |%9%@)bG(7]vd!c6x!7@V)NER2lwZ ֥+CJj`=yΞn+`D0ʵ'%.# vns!7¯r6dݭk@ѻIp(~WAZ]@5+xxj A|(#,7% l9K` m@.v,́A|vilDBF: 'GS( o2b]]dT6ZHD]Ƞ vKpӕdTGdQ@fFMV"3kױJ]Kf]Ȑ{1\4;a1D? Fuk֢Dm!Q=ԵS!\ o ԰4?CU#"!Cyݚ5hwY\< )Aj>y 6ed CH84a dEځc`@V * @!0Wyys=dƂd[`f`S 2 4jX G'N\7OyD l"54 J 0 F݀J@̮- 5H/ȅg[@` [6, s`b=|sVȓrۜFO/^C"}0 @; F(t4z(xZ da h ցfcvtC6œڄ5ٛh(hXO -ĵq! h iHc2h;   ,yGOh;  @V_}Q0,@`8\# xnQ0,@`@PHH#L).yQ02@` Y3!Ȑ!" ` 3@(H > rh=<ݻv۹A0Q0@R=yĂy>'OȌ8 1({v!!-M͟>} Q0\@`. d`-vGv5k_df _@c`u@Y3Gd c@Q0XOr O8<`-vGk׬IIKW,?oޓ'OFd W@(ԉZZZ@}Rh; pqs=yliQ0 %)Q0(]+( FQ0Xdxa4F4:0 F(t4Z쎂Q0 F]@`Q@W@(`h; F(t4Z쎂Q0 F]@. DGD(N FQ0xL^Ah8ahȀ݂p (`h; F(t4Z쎂Q0 F]@`Q@W@(`h; F(t4Z쎂Q0 F]@`Q@W@%FOk&ٛ,I ,jGQ0 @Xnvt?yXe5@D8 AQ0X_%)򖖑Yb9<t`-vGX-0?KX( (lvte%xtGQ0@``$-yw5p5`قH\`1p|JM-Oi yTs '0[6d-vGBrĸ+֝c@A'eIWSKzuM-۶K`wqs\$dÇE$P#P1*~$x81)iݚx&$̛;ɐ2< FU@vGy2ڵkp.~u2QSKrm@/E3d,%8iOE-ʎ? h; -!f!2ױ$]^J!rX C4v5hg^APg&Lv!gSA-MYlHgOSy1 Fu@OMEȒ^8,ihT3y fbwϮh FQ@ W+Dd҄ Iȥ09 3 v3|Y=Z;@6P'O!]3P%ЮZbip T'O@T {݄0-Gx_#Q !'Or! Ȁ'//XI^,  .~zPH0d juIii,X0P1d7WYXXVA!!@72(v͚׮`h; |Ϛ,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}eaaqڵOS7>>9@EAB-,-]܀i4I` ؆& '-6` X4//Vəiu3~L:!wڵ`|`3nunhQ0 F& &uvtT`IJzU]'$%8r> Q0 FD~ CB&HT1 F(#%,́'!\<1H}) ?odI hݚp&>}(`c 8}/T$U1i;40Z Q0 F  &Aw!]X`y+'`tr^`-uIKEНBfZ:$($г@F^Ah #C34 F(9 ?Rh܂|x,-#_LM hX"S!u?ˆ:cѵ{`:RGBF( wڵ{nzR_4j(lO:{? FHHݻ .`idi`rYXC(H;PQP imQyI)w@ːɕ db w"=h% u"o$` w58 FN<>]"yHF(#hAX1 6}Y]W 9 'y1}Gk_9MͣfQ0@`VѕII@G.7΁q^A&vus?o聝`4@u(_{)6w= F4ZqBpH5kr(h5< F2`ЂrԺ5k|Q0 F:x :xh\znZjkGb󶭣i` hyp;ryMׯ]6_Ȣk&Lr ht>xVꞷJEף`hCe6rIjf֢Q0 F`4:= i O7nkG&9V5u:xux4ZF Jgu` xtbkI_/o`)u L{t.n; p]='0X5vs 9HHJ&u`u0| GZFFKKKCKGWh\WzXvM]:`rIȹGĉ]G]a`l[A@ɬdڎ~:P#dz9C)7ё@̻c׭YHfQx1nn@4HVŏZଜ;MIukDwI hDRWAZXHHCƬ#HLu-73x ]n\>h]LM͓&L o=O:hNfZ:{NZ FAm[Hn=`5OYѻ+7wyZ!'Sp4:< 'm|ZT-,RZ=Sj̰@fUNPuYbR0L0 G02tr6Q `rVY3G+uP9F M]czG0ڑGqDYIxa:x 7ixҨ 4Ԡ4H5rOf;L$C^?ȉ"hp%60lZ ً6P˻)@u(n铧 4;vXk8rx4G`r2 ;Tfsip m]Eu Pt Z FGpCh (4 #"1UhAz@vNv5u@wρG4`I&B 9'H2 55k)l@s@`ꇅ-7ҷy -)!}I|%OjXVD'|^f-.OAzhdG(_u qܦk_=ZiҢn?X a`e<+VCĆ$& 9+{:F FQ0 Fw!W@ .ٙW? ȥݵ Ndv@65 Ϛ8:xQ0{@N>y] K \9ԥEWrlNjlyKS3Y ^UG( }#>>)'MD'%[7Т:4dp=IIR@`.d4ǙiEuL2bLHY0o@5= yĉ+c4ZQ0 <}Dz p--nL {FچiȲm`ox56uh7aQ0`sH:1 Ξn` d+cȡp@Q0 F(P9#{F`'$&%a=| FQ0 F(2gϮ4A9+@?X@`Q0d:{$-&?ANv4ZQ0 Fkou]-3VZ3JXck(]5 F(kۈ7mJ XeBYJ} +ѻ+Q0 F)UB.Rm>}4yDH錣h< F(@bi 2!w)`| e> :xQ0 /x]5DMeRmi|_@]@u(` ^9ҁvwZWNiiizz'.b;Gk_@`Q0xkhsLKl5\H/1)X<h` ]FeMܥ< F&Q0 Fa h`Q0 h< F(` :xQ0 F(@u(`Q00 FQ0 F(``@`Q0 FG(`4ZQ0 F(h`Q0 h< F(` :xQ0 F(@u(`Q00 FQ0 F(``@`Q0 FG(`4ZQ0 F(h`Q0 h< F(` :xQ0 F(@u(`Q00 FQ0 F(C|i FQ0 F"v Q0 upzr.:x-A1 ؽk7r.:x},֮YWP0 `̴tHzN`  ш hii͟7o4 D [{4Lxh Jڷv FQ0//i‰./drz6+Ck4ZWfݻv;|#:yO@KB]`8Ykii ݓk<O3㫡 cA@`5kGB etur XBb4I <`Hzֻ׮]! FQ0 ABR k^N'Bȸw&0]C}+ֵ@5=aed@#%:Z0:8 o(/)Y!3<` p d SA!#ᠺؠLK?p(Xg`V X;`j|cM78-i#0}H Zb/S|RL]=C7=U]GKf:wgR]!-^>^-2٤WO7@K}anX,_/o`+wIrjXPHMϮnn X8j!.`޼̴۶BX.7r[ X٫` ܃`xWÛm47+#nSf(0= hpv"/MϘ uy&O6pfȰ3vơ[u%$%.86ѣ=fx`~ 0o x\(п>ƳXN(!Mz]O  ܉c!($CH iH[!=`$\>)c3ST4+=sOϣI[!c0+,֭Y3ҁ\`xtfb2!!?oK`JQ,G3Zg(pWؐLy88 X %0LI&<}TZFH2#40Λ/%# $yE@NWtX\ٵbɫ>{7mvGn޵2 It.RzruKHk׮cz(籰n-pP*0CN cW>Cdz]Ok@TT $*KJ3}L8؀9* yY@q"ip.<Gk ɓfaȠ%d!tb#XF?mt|ZE\10n _/&ڼmh3=c]U&MTDXE S@nfZ:FF2n0 ,ŜN'v`j@&U@)ڵ*` 6JF}VxWV!b54n]IdX>UɣB b tCzP_ICj;#+,]chp᪀u5lyDr 7Cۉ.7XCuk֔mSXDPV]yaQ@70S x-dy4Kv צ֬}q%b3=ChF3}@K|H㈤@VK`]a| O<^oj-ɓ1 C6~s 9צ "`>Ub@"BjSl`8OȽvt%-}3bf$10h}L#@:%-[WaˠjYH s4M۶ wຖm2r % l&$%;zdg23m,b{[99a f>eID.I1' '$%/d0P-Iac/n @YqBKc vq;*< l P˼s*?~Yz5c PWիpv0R ,PP|v "Rĝp/`[@LXtг.'"!090!z`%#6iZ LQ t/!\ vHC+%F-3K 陞 0 }00 _7%5b'\9tUN+}H=#k/Da)rQBy/tM0]wk+f']D4Ui)p:Q,8veGd㞞  ,9QBe CSKrT|Z8"R <7"-) ˈ-HՉ@rTa 7uIS!g/kp8wǐ6h+?=O J f@,#)j_Ⱥс ́tWH5)3z*CVhU7agCyxzb6 yg`}|dhhaP '&%޵kgG(q eA1 -g]Ƴv(: FQ0 F߹4 Fhz(@u(#Y37_(ӧOCq!@`Dپ5tWQ {: FQ0 F(``@`Q0 FG(`4ZQ0 F(h`Q0 h< F(` :xQ0 F(@u(`Q00 FQ0 F(``@`Q0 FG(䃓'N`h`Q0 h< F(` :xQ0 F(@u(`Q00 FQ0 F(``@`Q0 FG(`4ZQ0 F(h`Q0 h< F(`  ` >}D# FQ0 F(ҧ,+),`ye)8edd51 l:F~@u(` jتj``FjRSe+ kji;֔G:xQ0 ; V64\+D`?*ސif`e tyFc5Y`Q04a`ҳlmj2n`|`}OjhΓ'@]>s +~(` `naqa`F Xk+ݻvQ@`ot(4`!!"v`}IȐptD$fF:xQ0 F@#ٵۑ!ϛGF ~I|4@`Q0 V` q{s =I&.]1Z>4Z"IXj1 F222ׯ]dҒòWgaaA̐F>yddWP@. ^0z(Q@T_^ 2&><̮+Hn >)n ͯHv^>>`OHh< F(HZW(($$ <XyJ |UFdh@ w[%$%J@Nd@u(`K+3*S&M--G$:8^LAG(j@DճAGf̚]VRyјE֑-ց#)9\C}4'M FQ0 F`u/H䷀';Aicŝ=U]W lA:X3w['Nyph4&kQ0 hy܎X`g'JB#۶+K`*@[ LOC#0!Ƕ@u(ZHۓv0ʉ<2d[0V)*040+ueFɝA/ @`&z`X.9u~0UWȰh5< @.k&Z @kFp$0dT^0o>Us5s6P-8<2g4Za +i7ۑ!!f0TGHրJ9ښht>xJ T4ZG_^t@Ly} Y5ZhDRQ;{+K*.Zzp $ϛlV@E"`=ӎVU&xuz `aa|)v`Xt r9tOOӜ>k&%U&X `h]S1P Fգb78%9,}o1vN9u#.($X[n`8Uk׬2f!-=v9bi7hۏZD++<,T1/ V֬%}-ލM6:xp܂|HtՏ22ѪDA!ΞapOiSOŪZnkғvnW>zt@]= ~VKd_3Tܯ :3-},ˮ@`Ȭ9 "Ȏa,V`c;z4&0!:xЁ{崼g`3zW l&x˛Tv1ytm@#F@cу@}5! CG2v#!EX0o>Z-[ݧF8y$%ڇ+hij6wrQ@S@u୆B'M8<=pkSxhiO bH[f۽(9 2= [f=?:xr `893:$n޶u4k8pu+lPAnC>5⁊b^A? iWib@ȀH)-M͓&Le:M0X  wV~ >x48L$"@`$@d4dNȶoĤX`'nn00<_qi8 F:x .PSW 4`K _wҢ)Kkߨ>}l8.7#`@`p`e-7-f㥺{vfG pvݚ5M( h< HHJ*JapؠOdp:|h< ::x]CEshFOx\B^ `f:x hHh?F#Wb8G`2: _8A훃`_.:yѣ`O$Н悹um־ ,Q0@`P FRwx҄ z=w< Fp4:= /i222T V&L4=jxah %ׯ]VA!3t/R>kh`G`yCt'2ҁѓG(! F烇(/SxM=}\fMpHUΟ7r3% `@u'OvDD^i<ط@.S~Ɠ'O w'GV`@u05k4z`'͎!eJ }M+`Bo޶utzh&ǐS בI&Ba>fqK&%K7dl`wQ0 F 5YTnn*&K|`?iݚ5-MB. g4WN} 2K<jOX'%6< F4ZS`H-7҄ ^f'9k)`+)` =e 0ʤd-,,F}G(4ZS&65ӮW ϟ7XaAQ`mxy |Q@@=ݐQJ.cU2F$./)Le`U=$' 3=OQ0@Z`7X z_/ЮG>oLKɤ  ޼m+2.`p1wQ02@E@&!SW777WJFa턤`؉ܽk~S`;] /7IIQ0 F4ZӰ%'L+6w+ֻ0&AH!U2UA;즷bQ0 F:vF;@Ҕ +'"0E]׿8 H݇C<03-N`hp 觠 k׬+(wULW#:zJ(`D0̛| ֲ: [@ヰ:2 ltt`4@uP#{䉹EM]-Z~Ha< F( F_kϙp'Ovk_` hJӧOM߄$:w5(y'OB6LCit(` @uS/W ?]SK+9xtwQ0 F=H 2vjCvZzQ0 h<4dsގ_5 F(4ZFWQ0 F04Z0rxQ0 %{F(`4ZQ0 F(h`Q0 Ю)hQ0 F(X@C쓁4 F( ;br@ ~kGpKFO_\@Cvw5:= F@=v2 F p $̛7`\v ݼ> F% ?t]yĉ۶E< F=O'mCF( h`tq(3ҁv@Ce>jx('O?= F X4e%@X%[XHH(wfp(p!`5{v޽khQ@#暐4z(T4|Q0 F(`h=/zQ0 F(`9Lj!IENDB`PK?yKK1OEBPS/httpatomoreillycomsourcemspimages470091.pngPNG  IHDR ) pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}Bݿ`F 6T]W; `:RGBF!=`8S{uzڡeĬ!ң鋔jb3> Q0 FHDQ 2g"̍kץdp׭YgH-Xzy {y)wFIu/#F(#'O_ !N-LLJBU =̴$,GEֻ2Q0 FDl ,*`` ^l-7دצOu0m֬:L.n= F(N Gn'):"~0* yM$XfMYI)6h @.2If Ik K'OqnAPo}Q0 4z(t\BVN 9ދqiM--ڹK!U8F=uh@'a;)9ۋ'Q0@`0--A~~8H'OP>7 I&fA` c@u(@ZFfWE儓q\Fjtr`e{.`x`b Q06!0UU;Z%0jQ0 F4Z h}:&]h0i֦+F( FQ0xAndOuF^Akׁã` {@u(uиX޵{|;{Oڜ(/)=ph2`]5 #xP9|9uw3Sq(`0G`׮]i:TaAEף`A ht,z :ӧ׮ ;44wE)a-//)xV\e-MR x\\8 '@)gt&-4@:D֧OZGCc4tGTþdJJ08܀UBd?RBR"uI >e4y-, ˤs GW9 F\Q]CM xy4X} <E+UA.hLSLtp|`:v7hX M6:xp_;vIa;~l" v:qLBWH* X?Y03N\nn.nk*I4Z.Z3 N֦Ĥ$2 nPzМĄehD{/_X y'&B:sLnfa>j\M 9+($x4k iJ𥃶`VvdIu$0 L֬$:ݔE :x_2&!ha7]62ޭ_8oL0qΞ6T g^$E ѽI`P kJ`ɓ'v]6 \ v7m Y9zn6~@u(K,̩h&( {rnh5X(A5%-L^f-OE3KJ]:zjԽ}NJIjx󶭣 +:x s,PM{B-,8 ,u^A薤aMJ{v Ia@48wg 8:x [RVO.@ť  +(ai ߽k}dH4Za^.` iTwW W0$j ȮtnLʢ htM( 3-r1*``}I@s-Hxtl'N ʆSTIEEh< !fuȔ*Cf 4a7=a >y2Nש|:x C O)U`?X SRe>_G`c; 0Pw`s h,WD ?@`4] _L Ph_V~4"<ֱ:ˑ I lW7r=v3,y9]ZF铧@,h .CVN1Ɛ'} <i؃3GPDĆ u{|||\ lt2 [v`Hf h<  Cslے}U0U`qk R3fʹ~lVu M-M`=6@u(`Ȓ`1 >JC-0{9'udL'yiiMܛL}r IUkׁ$ !K4ZQ0 F}4WN.,K*w-,\\]FG(`w2IH0Ш}!@`Q0x_$id ݛ4 F(` :xQ0 F(@u(`Q00 FQ0 F(``@`Q0 FG(`4ZQ0 F(h`Q0 h< F(` :xQ0 F(@u(`Q00 FQ0 F(``@`Q0 FG(`4ZQ0 F(h`Q0 h< F(` :xQ0 F(@u(`Q00 FQ0 F(``@`Q0 FG(@{4(F0׮]22C4ZQ0$hPaN8'3`G(q/e Q0 Ov6@u(#\X (`@2hhgG(Yυ?,b1C]fyNPt?@` ku#wkhhaP65ttQ/h,aId ` gb/ Q0t'O&OY3~z FQ0܀]FR9ŋo{P֚lBYU굣5:qHB!!uCGp='OC`] wu04資ynFrI\#3u'.0G<ХW27#Gpnn ֬9u ־|ab$G! XmOk.Μ_\Vɳ4ZX ޵+I0h&w"/\v$$5.h;h5}'GB0DԻ']032f.2:x CW뵫tS. jFw|RӢyY|5zw-f" h ,^ڳk7/O 2 TI&L0qI'O f+} l|s\ Omjt.{JCҫ>N; s V`Ṇ@铧@ci` ɘyp.B X (sĂyP;0#"|S&PXAf^XLD$PsHPHP (NdaL` MfWCf!C@Xe&m tdɟkqUL @Fz 12IYc"r} Y YTht13 ݶ@-!=H}]D} ETxc\G&"`X@دLA!$ ہ /6mJd"W-M͔ŐX@A7) ތUCy#* 3tMT!kS17q$K7fz` WAu0c6Owmo%]Rzʕ"G3  L  M"'%xh&o 뗼bfx&X3tS$ 1dT}ѳ?S2PXD$ "2ޥ HX@6r4 [gmF`Cf'`E`*Zoݡȳ&?g:pvʈ] ]5;Aa7Ei.>thl!Kj [y _ o* 3m뷔]):~oFW0W[_^R:yDAzgc=Fl)-#]]W XCfeq n4s!NxO ἂ|xHގ谈H /ID 9.bf*SnzBK߷H Z| lCNxvq݈'u*CBUpqsƯ̆uPR #;!)< EG[s}5.4PWCe_آV̐n=%l'1VjMt̠KIy s5>ƓjU@0$h}x YD2 U}#1K[UF'_(ĂLKU,:w KF'07|yd1$B}ͧZhY\ -bbaEm8MBJ'O@/(кԻ?,z-WEhL Qj-fF^b ,'c%æ>_`)CH3/0s07"-SBc"X F!d:V Y/N8y$1k{4 4^8o>l*!(@ ~ (!n/d'hz}kuP`tH>fq0%֧S𾼂8t1>fJ ~@#4a=g$w|/sgNkA҈gMotov!@c=ChޥCr G9 zB[b [%F{.r5@&Q0 Ay @u(nׯ <y2vy!Cy6(iKY%=43'kz F(f;aljIIm)a =\~~(#@3O{=r 1WEʐUCh?x0[=ykjik'Nm!``҄Fz%@F$@Q0 F(ܿ\fM^A-_Ϛ DXN  ߳k5kh`M]mZQ0 FLFFfݚSa`=:<29 Uzy65 h< F(T'LN6ZAI lڶ X֣C@`Q0Jjk׬-5u xY]a'~h5Lh< F(4`?h4 Yۼ`|]]5 F(@L65»wveia ZDiF:9 4|41@`Q04a`o8($U5kRCaȢ̴t]{@u(` @0]=yDFFZ+ȟ4a"XjU |(`('oPL, F`Q0 XY:q}֚褑TTtr`@`铧U2FLȢ네nw'C@`x]+n&7WW7#w0$$%fM  O<68 @u(` y>}D2L ~:9!XW6=<0ħԮ-`ٵ{$&) 'NynA>:xQ0؏2S( Ȓ]00+=v͟7҄ ͯ4v`CyI)1}Lx&1) (Ӎ9d@G(ҢLt6($dKW,EmtDP_ }/,(̠kM(l` FQ0 FIřiC%5X{SL-(=޼I&PO˗_{b@B 27['45h< F( rwҝH/Ϛ P?$F E 4a"k+/܁p>}ʴ uk2@gӱ'r`"GK4:< F( h2X.9Q]W Y3=t !KW,W:!d0o`CQ0_p>bgC6 'k֜8q9Uh< F(,0\!ҡ]e%yE ż|`|W_/Ep6!5h4ZQ0 Q|a`>7MᚺZ`9Y̪*2x F:xQ0!]3^ٽky\\izRckb8JL؋<UQ>Pح?y i@`Ξn`MCʞr-z@21) ou]-2a`b?0 ,X=CVf! h?x C@XBRҤ  r'O;A SYjXx=9:  ?cb FQ09c"lc#1Khii $t h 8u$;@NhmjA= j i@u(0wKGY Vh30H,7*u0>k&LKQ0 H㎩!B¸~@@`/_޹K l뇜AO!N0qyT, Gߨ*/)djmV Hb=b@@`o"p]JWP{&uõ9 _LY[`]ٍM8.5Y`Pd`Ϯ5ZG` iIlTY0̇O|0wKJ%ٝ` nZ w4 hL>zzpȻ Eyl//7'nm }SjxCwO 2C)8$#aC>kh֣:Vk4lG@%<{yx}ŰCVã7ʹK! S}LƪQ^`<`xta4YEwSھ20/_/o!ɣaVV`* h4k׀n44F@u ~0WEGB{4Lj Xz4' |np4޵mW$'b>vE Q@h<<Ho\OSBBy\\G2> OO\N.5"8 'uPFu09ɣ FG MJ=*H?( ϝSصjY4:XJEnqr=bh< V^ڤ ܎اOТ&$%R74hPhKkC'NA-!HB/M Fa 85Y`ׇRLUܭMj(`G`Chrز+u+u`'88$dQ0 7ѱQ0x #wæ3;G( FQ0xy xP?~R!'5< FH4Z d.\4aÄA!T_=: = FH4:<d(lXe.7|k'O+ѣG(! F!&M=jb`U4L0ZKw=ZQ0@ 8A~.I4873ҁh< F( F |%1pj]C#]tѫF(#h<$5kZ# ؃ĺcuv+-kk_]܀݉4 F( F!N8}!WM5suOI>y$d3Q0 F( h++-#5Xob`4Z cX>`Q@E@u{ _(` '@u7Q0 Fp4zg(`Q00 FQ0 F(``@`Q0 FG(`4T`ih7Q0 >}4`Pho\>` n2 F X&Q0 @j`upPH sj@ : 'O8:)5 F$(du0vKJG#rz`xyv@({E@bR]#"htQ@0i`WSKkQ0 (aP"L0- qqsQ0 h]p|`{>kL(u0xDKS2Q0 h dddr Ѡr@ä`(4nQ0 hX`Q0 F4z^(`Q00 M/(IENDB`PK?y/qJJ1OEBPS/httpatomoreillycomsourcemspimages470093.pngPNG  IHDR  lsW pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVy&ǧ5v#L0l||ZZZL?!9 F(Ĉ O8Q^R dK׮]vH[XȌ* LEA!nngQ0@13 <V vtKp9p^A)FާO\v䉓dlE)Ҫ Q0 FD6>>f̴tHaJ ^(~@ZFXn޶CBv lύ(`bD3 $[Q ,dC٣`nsa`<UifZ:0V7]W!!O @)n]Q_;ߧLs` }4^b9d]7 F( (? >+ /DބDiF{COƆtF1u-ܦ5CiQ0@QZC-, e(t  U5v`wSgnPu!֚=$xXZ^:͜`  |(ǵĤ$xXޠI&_ɓ&JH cVQ*ȬkǮwEyx8← s`Q0\@ XbŽeؽkBiXF`u3^ݢqG |e6` 0䜄'N@`-w! Tݻv5uAHHq!ß?}gC*Sھl.`= {QD(J`nZv^-+)i̳|!ۊ+IHJ*T 4$&"H5VE%,ȁl^ #1)i Lc1~Ʌ(I65}0̴' L-́MUxvQ0@1^G8Z yyeAAR z2铧'' -`@,A0 ! Vw!MS 'D8Ѓ@&M6'y(`b Q0dԉօH .dyV`]/gbQ0r@V`̳;NN`=z&(# h< o6u$jlF`$G( k߄D 23GQ0 FEX`P/E܅>Nb`X0o>zlkt>G(hx]ث@23-``h< 57f;R(Ϛ `a h< )B?{gR Pk(`G CŇS!GK^m*.` B@CУ``oHhaa1<ɓapc iF&Q0 H4@4YkhiBz56>)H.74IШGV9iR_/o#=r  D^,= R?4hf ($E-`{ɵksh< R}AbGwݏ4դft1MF F+Q0yEXxuЮj"{a`} l;:Rq_( F+Q0躿 7ȜM1m`ص "ٷ9j~a  x .u0riP2 ,c"")ԾpG`*`qRQ@$EXC{ߋ#֬4II+Y0GI` ;[e)U8r5 GU" ~70X@Vp@r$x-kijvr`kHW2"M3:mI:T&Gq F+ OsZF8CAᦀվSzgzN̛}W XS2HF0]8BUEAu001zyMãh(;MS~^Hj2e`rݳk7jx7h<*`Ёep78\3$d=Cl<$ɠ:o^ޭM@y* 4dyjh @( %\عz@Få!4u!:S$1Cv4 ^^]W8ѳG(<s s[^R zG7 䠿2h}F5-l/ htx C `=4vW)޵ ؖ :qĺ5k!=oTBhhiBR)ucϛp|*M.`qIiO⺦ F+Q0 $=`A ̙222ntw$O[lCkK7dZXX;:iNL0XnBKg^>>`Wh< cEվ 3)b(Yv;v#wUid9bi1@1sRNl{  Fa yGa 8V k׬vGgWHVEAr1޵HO|n %Xe  xQ0 h7j /N$x:!) X` 'M̴t!@@Wxz8~ FG(}Lf@V`{v^5k V`X.QB HPCƊ7ܽD՟j!b""u0Zh< F(`" eTxlRP}{@cwaz?o^tDdgO7,G(^_*FTM@j}rqs5ﰟivh< F(֭YK6f?Fzh`\s߇5k_*.+4ad{? xQ0 ˷.`$.Nu+6==*.T^f D4ZQ0 FШ}s=4#!X–sPqvyFG3.@(` k_2`ߗFV{Z'` 4pM;@gAQ0 F`}(KReR{.?/o` 4jXl< F{`Q0$$8shgU*C:y \ xQ0 5{ο/hZΟ7O<~ڞ]!޼ю/A@(` jqjkMڷ|W`tD$!Gv+z4ZQ0 F߽$!A ÁV`畼VZFO |hL h`A ¬L#ÁL@]= F(`  xQ0 F(@(`Q0 F+Q0 F(`@V`Q0 FG(`4ZQ0 F(h`Q0 h< F(`  xQ0 F(@(`Q0 F+Q0 F(`@V`Q0 FG(`4ZQ0 F(h`Q0 h< F(`  xQ0 F(@(`Q0 F+Q0 F(`@V`Q0 FG(ӧO0 vBn x N8 $-,Fb pu 5 @(#޵khV`OϮnnC4ZQ05k޼ kDC$־!!u3a#p6}/2 YH0dB?'4GBPLϐ kT=! Tl`|`x!0 y )xݚ5T1$v͚ݻv%$%ҧ yxx& ,`4Ĭb? )䥞@bRg0Zp$!;wa 1-&O .MLK 'I&ٷ@K~ڻnZGFB:Xf[DoB*3,F.:vLσ2]O X ,]- 0𭹅9 |``诚a<݁;os" @^/bϢ,V_a-FDExzn1}R|@!*``v5/;PA!!.nn ͟4a7i[?Z {k /b Rx\rl2fVVT?e`];ZHg`e̬L<T@ xĪQi\ im45CZ:Xhd` ;wE 3&,`32{2bz]OE@,j t Q׭YnZswl(֮ŬꀝI&BF-R b)0c͕Ȁͅf VíM&V@@7zߋv2>'X ̢AjRھ ` W )``%@rOQשˣ/#d¹KGFX  L̸K >@~`FŢrX;@AHMiV,?@5%.eHՈ,@&^0o-dλ6&ra`L_{@Y4$ ߻woy 2ңK}֣B9=C|w`z#'; ֐$ %H{.dh LJVqLEA°: O?UA!@Ӯ_4xq7O>})gM0M@P͘SPUYHiD_ 9cɰY9'?CJ߀٘S YdG|z) +5 Dz|YoBFji''+6`; ^QsL]sBE=TM-M.yU VƐ^আbJ |kN6Owȍxăk֡CF K= \+uwj!5,(2d `g`"ϭL#XXHѦ!kn5-z;v7 rv͚R((ˁ)LϘKi!޹;3@Ogj Qy U&< 51ڴ́#5^>>dpYH5Ղ$4sZ6m$^`bZZ6 "kGhx\ P!ى&CoxX;JIWzebv끷L7@V: (\q11>EX^`ǣ`Hπ5|Հ@Yy. f%`ؒP!k( xzF>T ˈ-=iD`O|#!!ǙAgZȚȉ Pd/bIϐek6=#P o\'Ȫ![F/AiP_ P]6zX:}ҳ-*vȍK_2$@ h43k_`ʼn|"Ol55/%ugHe 9'CH!.9`5'Oy5a.ωVB Z陘%|gx/Rk^D3d]lr |I`<,:^2@Q0dH3u$i#a9'5\c& x Cp|H'( X>rMxvR0 @(ٓ t4؟}fwkhx׮H^醶[ج_;v}2 *ˆhz{F0׮]l#@ּp$Ν3_Y2 nMbVƐ̷r)wK}9t3@V` (afo].\ Q0&VÐ 9h< FLڻFCc UY NCo@V`23'ߋѣ``#!4+<3@V`D$!sͺѠ@>zth9 F+Q0 F(`f`JCh< F,KF ;h`F8F0UAFu F+Q0 F(`@V`Q0 FG(`4ZQ0 F(h`Q0 h< F(`  xQ0 F(@(`Q0 F+Q0 F(`@V`Q0 FG(`4ZQ0 F(h`Q0 h< F(`  xQ0 F(@(`Q0 F+Q0 F(`@V`Q0 FG(`4ZQ0 F(h`Q0 hQ0 F >}'O"JL0h"h< F([O0Xpuk֮]3&16eDG(`PM--HWFu[gO7yyvͯ_S'NM"`M[2q@Q0 Fz]0o>+Mp4a@IIgb`5 RgnP4ZQ0 F`C2J &&RKW,mWA!!0 xQ0 FJXZĤO0qWCh` 0:y$UQPK' :|Xkjii͟7'%;'O3 F+Q0 F`e6P]}^v a"dF6 >}5% ׭Y;b޵kϮ2O<'0`&G( \\"`MWOO>|7d_m1D?#8++)MHJyDN!JIUftc !}k` B2`@atk_8{΀ں5kpLEX`Ru&Ο7ؓ e! &M]+qFr?IFF/?;/g-!gBh< F(Dupu]mPHy:``K͕9 22٦\/",@4 F+Q0 FѧHAȕ Na7XFGD#zݚ5(+ |$$utl9Y<<t[4:< F([>}jmjrvihty5Z0oc -ָ-M(ڗt3h՞]q)8y$d& xQ0 hE5k܈: y.]>dƲZ\;w&ľ ` Y 5HㄤD@AadddvE#!7QR"3~f(XSyNARSE^/0:"23-@mmj "4Zae?-Wk)ؼ8nEPH0- Q0x0~-`<*`H5)Mw a<#TVjr'0<[@V`pr"ȣg={`=K!%y惧m 8$C0@c>bx79 Og9Q0<+``l@[&MHya۶s)dJyI)LwGi2nZF=`O,4 :0<9s F+Q0<lay:XQp/!YXzy#; _xr8Twց|asi#!cfv6Z x 8I|@s'kq`ݴm+v9Wt,6^]O0XSrې%0;( x Ot2h:'OH|󶭐s]f*; F.nT4ϛ ؼ6]x{ht()%|vBR"-;>+./=CxX!q=oYI)|H x :ÐKhz̢y:XZF%֣`-(A- 3A=9hÿ >~֓'N cKx8X9F[j_II0@V`D`ӛv d5`]VRyr6 \UKZi/FO ht()n2Q0H8cyZ otD$; xp%^ =Q0*A> t )Bn~ 4:= ~$!1Gr404OOJe 3 AB,TzrL:49Pو8{Q@ ݻvAT2($8!)i؜iRIݚ28$X xH !ɓ'7]z )" GS,1 F+VKѯC !620Zf (1)) TÐb XQ ` ,:Fgц0X0o>68R d,uK< x6 pqv))/IV xy>1=;iq֠9pB/e6hBIK W6G'y F+A}ߟk}k;&kX`{y %`;3-5>Lu3!GKp`$ؽ}( >hX 641@T9qtx@tXrU{K~/_g9Ӷ/+uu0/UGk_jukִ45[u}Q@hx :PplV]M DIB@ ؽk 9Ny󶭣( hx : -#;ChmN74z`{w z Gw@V`0ಒC~*] b4lZZTGW@V`0|g!B6F& U^ ?81)ICKDG'Fy F+Q0;yPq'nzAp|hh 4k RuG+Ӯ#EjryO<ɥQ0 F`4ZA edhr-+V'L`g9|u{%cGOr`GC]}-cG( F+Q0IfϮͣBI&@2Q: F4Z޳.V}_jM־:dQ@EXCdC9kX`eIOGt`Ӥ llĢ$'ۀLy!=ݣ(#hLe $@uer$ 7`vdfZ:Н\9z*`E.-#yyQ0 F9`*F {.MЛf\0o EvbRRnAp*ٵapO*H`'OB3M+`->wh>`}/_~E侠aYp]A[CJ1V,O"4q)qp:OSKk|Q0 F FapU1|/{M-JHJV@r]6&L $[! }!twQ0 F4Z&X%$x&_n޶'. zI 91($ѣG( F+!}O>'$% ԘG#bQ0 h2 8$$ tvQ0  xhp`ah(ʡFkQ0 F(f F+Q0 F(`@V`Q0 FG(`4+A~(`Q!\vm4G((9edQ0 4{222wQ0  \G+Q0 4+`W77`r(`2`0` hhWI@y4"G(??o[?`hA'&%޵k5q9 F=k&O2`hȯE@yIh< F=kH {44F( >}, %E^A>du(ɓ'KX>j@ &M, `0Z(Q@ ȚG`3wQ0 (4|*`H|]N=cs sW76(V(`Q0T@= F(` 00@oNzvIENDB`PK?0rNrKLKL1OEBPS/httpatomoreillycomsourcemspimages470095.pngPNG  IHDR 5J pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVyR]W6#((OikP`&8h0F(##9``>yZh 8 >>`?Ҷt4GHfhlQ0@_k_`ɓ' l`FEAT :"x 4aP%P=z=?.\H&,bOM]ˁ `YfhQ0 F !ijiBWXgvn\` /j!˵ BB$ytPھK~)Ӏw&/؆۴m6ZQ0 F jP(0etֲ&LZ2Ґ(۔WPW\{b_}_8菦0b~ptD$d"8$d4LF(#E'O*=w 1gze8;X.cѤMZ£a2 F( (O8 ˙5Ho^Ak`Q@  2+`ȶĤ$\fMgO7N%Ƅ̴tW7as^x d<<ɋTlqG(!h`' 5SuuQ/E>RO8{nH/X{6`֦f7k׮mukZ lu!z%V?,z-gnhK6J򀴌iأ` |GQbr>e2N0nBv54 ˬ/V|@``OX8`}r3GQll$d3 -q\#@DQ0  G+V/7y3x ȑ2:plj'\vO'O4m![ n(#hu>q଀ᛦvEj݉}ݚk׬CƍFci4F`R\I Sr996Ș?o-(`G )g5lºN$lja`|Q0 F x Fc;2U +֦{F(! F+Q0 7!)N0ܴ۶BvL0a4xG( Fa #"׭YK#e:{!'~Q@$ x O 톜KM-Ϛ FMkt{(h< /,M5=!n|||:\`htx FtЯHKMSZZIIԚ]` N@(ɓ'C`X_vM 9*KG((1`T߿ Yb _6H%~22226ⰹm (t`]@ҌЕ҃hhiB 56($z4IШGL0F*\EA13-bG( hx :|[@*Scȵc½v4U8d_. t ݬ{Ws mQ0 4 ˵k !t3@3]\qC( @n>ppWhZyI)䚬DG wMG^?wM Iἂ` -`G fyCqmI\Y~5iD_/ot#U:X@Cll!:j+C&: 4ZAJJ?}T3̺t` 6o Xf! -5hګji܂|R16C}9`5 4s7Lh< ˢfg~pdBR"|$M538$d5u0.@CУ`?.ڱ|>8 Y,Ff_R,7Z;!GYcGpߧLz-$.NuO]D7o}iΜ ?0$fwڽ{׮NEYbu⤴'O,́5h< }(dUy>W2b,u־Uk׬BC~t$N i``ld@qy6X x 7ˬB Á`"Ĥ$^>^`14a rX: VnN0N҄ aӶpy||V;01 x 7Eվ 3Fy]" +0jGp>؊zlvs@ dF7u!؞]@# FaayGa 8ȐC͆?}-MFz* 6TYkO_>';byK:&ahh`O>k@C^5,W4D ˻ AId3w޹%x@`+<={*<` ٿ4:= F(\XBV i i(ܨ6,hjifoM'?.%`?IB>~aӕ7B xQ0X01!Z::؍7`^J@5A@(`PX"#GB  4XިyuW_s4L9"*)|81`8 FG(eVQ[#1/@KSs?ӛꛀ!r򌌌]j\eJr B2 +Vhh< F(`H3v<}{8ynm/'7iD{3 *Cp+m <3L06ЖI(`.\Hλwڳk7s)䉓2`0\3d]kSOs !0`"π\y4ZQ0 @FƣIjg̕ ֠`4z؞]*'CTN`W77` $00}fb OG( GHw-xyz*sF oXj`Ke'i`z@T[^R c""u0fh< F(H9:3MOw (zbݚh EX͋F[t@(` ;w8oﰯGׯ]œ&Lx Y]W 3';h`QiK3AV xF`@ [4\ F+Q0 F(b-L^f-jRkF`222 h`!֮YMҨ.+־'O+QDG(`hz3ҁ/Ju+=<*.T>9 @V`Q0jH`ؕ]ekwj?M־R4ZQ0 F`/vaڭcVPY7"4z(` jGBQiWB+V)Zh< F(FN;:x:c@w:؍X&h` _F#, ɨ2]vI= h< F(@*6M\BĞ4a"g| 7WڹsXG(`0dfxZZF%M--Fh` >}$M tG *Q0 F(`@V`Q0 FG(`4ZQ0 F(h`Q0 h< F(`  xQ0 F(@(`Q0 F+Q0 F(`@V`Q0 FG(`4ZQ0 F(h`Q0 h< F(`  xQ0 F(@(`Q0 F+Q0 F(`@V`Q0 FG(`4ZQ0 F(h`Q0 h< FHO< Q0lw@r6@V`Dpu ina1`8Tw20IH -gh< FHwrus Q0 /_~>b?\@(#]ɓ'.nA1 z-fswr. xUokSLpHhh޹s:}V[!xbQ0 FT훙ӧ+(b 37k( F{`v?/׮utkji(ڗYEe(z F{`fU׎{ĉ׮޵ Ȗ}Gk!mpwy޾߇{IBq־@@*+FwP A{!sd>qĩ' ~_`-r@SKx\$ 9<݇hDTI2{h5{5` d| sVI]ޡ \&MVxsX^t.#0kɡE4Zfu ̴û#P v嵆h;zZh=ZZUQy1 =r5d2dBy2FxDfFGDl!. dC**`;*]d@yڭ@nkSk׀܂|>0w%)=X R,saf Ygb/d 2jcͬ/ty`!"d`X_t=$h8-]" h =ݘW)4-%]yI)glEՎqZ8{.d;2Ke`\隁*ѥˣ "`ʹ^LH<IHq-]fVVt V'LF'~ª6w#̛7iD`щf1Ї|wǐʘv JBKGٽa1x?"KA]Jw,]" h 30|ٽk'O/Lqϟ>AlxL4$$%``M t<MQ(2F>gXC*cfer',]$`8y^X!WZZZ/Y̬He .2tyd HGf`Y I[nkS4VuԘˬ۶׾;$wKy^ML@֬.\ T0T}!  ll![JWƐ]~!`*2Vk_?xRn Wh D 9i  i BF tG. "O5kr"Lϟ7ܥȲX(f L |Ŵi1hKKTV,@{0ȁ Vt< 7 `Bla{dAo?@h͠'N΁i- He<wyscM.]& |2 ^֣B;H/bM"9dɏ5kssp2.t1;@, s\ڟ>yFChWU"|Yb q҉3.n X77gK4% F{N rׯ]?yeHWccc#&HG׎M3xVs˷sYK@*oJˮ[~||g/z.JHJp {$3p-KH^29˙ >66xy Cm AgCFCÁ6 ]=vɥ+3̜[SWMI0(5 6 aym Aqut^ ȥ%"CA;mxW@.304c[P 4z-@+ۇށ Bb n~ ނDJõ j|`좝nm_ o_sduP腖f`++ t-R\Z I!! 88qUTӨD^f {v5tphLOL&T"w` jGA4?|+}&d9_|]Ր h @fFd? q5!yA52: $24M x 7SHkz$ڂjxe NqdBq6Ӑ>+1҂jB4ZPصaS}bݹ;h |q./)LKkli4:G(951d C&޴m__6@V` $$Os! ruC h< F9xw!]W>yr4ZQ0;kǮѠٵ{ȹ F+Q0 F"`_8 FPC h< FH,uѣA1 00g3 @(#0(6r4ZQ0 F(h`Q0 h< F(`  xQ0 F(@(`Q0 F+Q0 F(`@V`Q0 FG(`4ZQ0 F(h`Q0 h< F(`  xQ0 F(@(`Q0 F+Q0 F(`@V`Q0 FG(`4ZQ0 F(h`Q0 h< F(`  xQ0 F(@(`Q0 XF`Q0 -`{. ~](1OKKb44ZQ0 Fʿ # V&L(W777(#h< F(VQ:ӝ{M͉IIudԉ$$%&$%A@s`Q0x5kNYz4}E ~^l@(` jş ` 쳖Rb&^bY3̴t M F+Q0 F(ph0ʏ޹C#+ou]'O֮YCQm[1(_/O> .@(` jU M~/}(lV222 Xku0.@F(``gb5u,lLT%ǧrƌݻv{^U^R 7o: F+Q0 F(2ukYV2011[*0W 65K= xQ0 `H?. 35>uy\\G@4ZQ0 FP+ iU+ݻvQHΞ6'KJ9<w F+Q0 F( < R,Vk׬GeEGDVSK  xQ0 F[X\vf&0 T)-#ah< F(HBM<@EA YEs sr `j- Rh< F( XUv{[ - k֮YD ^]PHYa=yu}wagZ'OΛL$2O<2p]S@(` ;F ீ6 9`utF.t~zX` NaϛnfS>LK_0o> IX`~Y7Q 6&L1^40Yu`4k&.]"O<8 F+Q0 F@քw|2mv=GI&;/bZm`UlkbȤuKS3 (sMmdqG( CY Ag<ZipG'!)i]Cd`S ]9R~B.R!n H-7 C_f@V`ܭM**N/^ ]vtK5%-]ü`ch "`8h0xN \ id`}Kht(`#ܙ?/`ѧh`e=D^ZVR utF.fYlzy5XQnjxp}8`KBSKXI?ER@(`x6Ok}gH{X0\lpgD x 7, iYBÁEyy3/YbNx`_<:"23-}Ӷ=O>454@V`iOU@:Q&!TCТ+(f!'2sϚyEȂR`{TFP.w/dͅx~0p`LKfsLe4ZaMOf-`ÚϢ#;ke#"Q@XFF$VڵkTpM#m9 q:hòN&^١t)?R CC QS!r0@-:!e8\ F+Q0<]]`Z6穲f];Z"xYofaNE3N旡2 N ۶B! FaLKgllzb) RPnZ^A @s(ߑ֯_RK LҐ0hù޴m+Jj)]h'O&M 58ê^h?{>|`ƻ4Z \.O8{.*n;_l4!a .\4aÄԚf `;ht;V@(00ӨڞΞ6'KJ{*Uѐpym>,}/0_ "Q0 (mǧɄKG`zhfL0XkBnꥼU`c 5)9z#2@ {"jQ瘩z xpynn6d#`#D@ <ɓWU P\s`]5f4O,_0;t LwEuF"|rbRO!ׁ$dXMk@ f ښ)"`ݳknp3wvxUHK+`E',4׃3×J#VHB\5% h<@PHpkS3vUPHHl+ЛXEUiDip6(Xf s9h"+ʶi h\X.7Xﶤ HJHJ,+)zƵ`T7,طZXڱ|6;h֣64!n Nɀh4 UЃg N6o , i[X\A1m T٘vPE iY`yf x0:k*m9z Kp`M5rR4/7T$ [[qF.@CЃ@Z 䄄|ꞣwns:`҄ YkѾ( hx .9iku]UM DyڗZ`ݚ56&L x@=Q0 7_V{v=*a6N8 I2U( h< pus :2z9CzXďN%ҴJ= `udG.zԉC<$h(i0jjiѓG F+Q0Dk8ّFT(v̛ э4KW, Q0 Fa z5`<`L口`AhH ÿ WR']-, ( @CУ`PmߑffS~Q(`GCԽr(h< /d=<*.T־k׬  }4 F4Z gz;RK!T֦fH;z'(#"!2ҁE󈺬kI&aT҃,TAaXzy?}X־`@052sMvKJ%XL VE@`na> YEA} ckS3m=phtIBݻT7ryutD[u]p=] C]@Be` i[ܸvĉFUo^A`PhL5}/_hqyBRRPHQ`-,"o}5km T 2  nij֬-NC']A{#xrZA#[ ~;XyI)F| @3Be`Ԅ ȣ(* FaQpU1|s"M-rus;pp^Ad &lUֻ~^ސaR"ۉCH)`NHJmQ0@Vڗgb/%i|ufZ` ^R;ֻ@A`/Hk prE!P`ht&YEoR`'굠h}JL{.d. -# PX1k=v@l>khwQ0@V4s4p׎ =y膜Q0 F4Z8| )ӄfp>y]waO<!=y򤺮UiWBNa+(M3`h-ӧO X``u{._/o`o(~5`M<8o:/3-=yQ0@.XBV]Av%+0쩌 \CHxpq?dy`4@=! ږf`%^~yD|кr`fQ0 F  xQ:nV Pt(`Ph<2`< `*G`& Ѡ @Cf 'OQ0 ~^ H6`hWv7GBܟ hDQ@OΝSl1 Fy *hx`,~_8`[_yx*KGCc@1H{/_%>{H0hQ@5~m }y&@C`X.+րӝ3' X(&0+/^F(*/xxXmG=Q@@ç`Q0 ѳG(`4ZQ0 F( f:NzIENDB`PK?OhKhK1OEBPS/httpatomoreillycomsourcemspimages470097.pngPNG  IHDR}T@g pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>>`ppWO7PتwG(`b"OX Ѱ f` }g`Vk׬ Q0 FDf {< ٙi* 6.PX~ HL0X+C=(GqфE/]> Q0 F( ֩ V!\` dO5ؕr0,@ =kyC:5.4a"_)qIH Xp`@,T1XM۶2`` /[e =$@Y---ؼb'OJ >}ymij60M^Yz`Y` {@׻^+s.¥>_/[\Ka*Xf-!~@gO'./56;|Q0@_,/\ɓ'֬V׈eݽkש'J@C ]p{|N$ bT3@e@'N޵'C`֦f7k׮kkukKX lu!z| dq&LvF+]A^A>dG/I7y $7!)qQ0 F  "`{׮A[V^v B`I#U,dXCWf}G(! F` * -'ql0 rC [+Ξs.{Q0 Fzw :ie@;'AK)h Xk۶S= F4ZX=&cqJX6zN(#h; F]U`kT9hY3!kGQ0 7uU`LIEnZj-HO^1 F4ZA Y'OV;,Xt Q0 %zw z`;r]fudwyIdQ@<Q0'OaSTSXzQ08@ֻ`Ёk׮ C!>]T\,= F(l FǙG>}}ؑphZpF 'O,]< 0@w >p- `oX JX#b 6dOu] |h,=ZCxӶGd@ֻ[f]k\`aII<&`+0{ <%T4Z`W?:HS H`PV+,iR98@ֻ047 ]k֮g ^E5}ڭ};u$\C@.NX8owI | hZ%h;A'd:| Y4 {:lj\xcvZ$us`z !)yp+lM5'q, ޵{y@@s^h;o`"3'RX1,wyrЅKSS^! XoO.zYIr$ `^AIn`93-rrhzwp`MKW,'M=skׁ~zcb@3GCdq| ĺiX&$%-7Xzyс9 FQ@Bv`'NP=p֮Ykh4x;R2H'MLxLm[7($vM4Q0 Ik| Xfaf'A6;#Jv->zN5~@Q0 ֬eOqQL`QzGOTi_w |8= FQ0 YQ#MZj8<`ٗ4:?ObSZio\ FQ0 2{J5`p׻C-ȮqA2躪Q0  t*8shT'OHHJ%9TlA]OlBM@@`Xwt)s`rN8 ;sGr:wLDA!!&L\fmu0_]#qiOYc-h; s"d] 2PvZ5 vqs=c؃kB'* ?@c!Z}`l[=! ;O9}h {H2p`'Olݛ;B'ifv -T[OpЙ&L0XnBZ98KJ>y_@(V;4t!EQ@JA Q;aHA)pss"Z/^{YEvKĴӍII{vCuU`F@ DCsT7rW&g $!_w~ _%/bڸf@a@@(`P@dk!5 ^c1^>+75+o];wꅬ3 8(`߇ С H2}ѕh@SK r燹ytD2_q Ms"2r>'3I/< bGke|?@(`ԸߧL0t![ Cܑ4ZQ0 kܟ2IHpUZ| nVݣ[` -7{  ~_c"dfex7x021^ @`X[޹3<pU*%2 t!]>lL( J9 5dVk~<+ŀh; F(HE`@iָR؍t.40Qu^SW{} :p0Uja@V,:rNPwG(VܭMCw+] {m!פ dvpX!TX`%ȫz]܀u-}74ZQ0  ;**Lr!U3,F Op$ i?>BvDD^ zwQ0`rGGs$G7QǛX;͋醷ht](`;wX Ga0ջ'~_ւy>Qvuvi^ސUW4`Q5bfTDt5xF  = h; F(C k2T֬eO-PboA^S@(` Y mΓ`KR`+vuOzwQ0 ;ֵi: X1-,Pk׬DJrװ>D*zwQ0 {'`K: XM+uj+0@ֻ`Q0 t7oJ}8&Lx>璊]JzwQ0 /ֈ)RU,C2x}:`^6!fwG(Ak   Q0;w~,XbDC4ZQ0*H {44F0t3pU -h; h `A*ݥ+2 rc@6! e4 Gp,?, 8y]vH~ X{||| s;wU/0{Cw lA!`a@1䉓ZFF\\GtܽkpFXH] DA`Eb>0#w x:z50+~2#vdU)Pm ^׵ZX"{xW7I&ĤS9E`دfg`fee`;;h FQ0-ls:`.}%vkבZM--` kFðjM / uwZ}}`];2@ֻ`/E^/WEp=@b h];\AnA~yIikSsu]p~ֲ~-ޅVH q,Ck_ XTی73[#s,;-e cHzOZ  F]{v?oP/ǀu-| / *lnþEĂF|m5k̛WP@2H'`khcM]h95BgN)ѣ^vg-EHzZI7>)bt5=O"˱׮Ck`ݻu->dyd zؤ6,֦́f`r!1 F+T1~CtD[u]2agb~^|45dEƠ!uHwzXD-r 0%M ?ȋX2*ؽp@,>nfZ:0"Ϛ oLcVW.\ZH/`dZBRbBRdذz^Vkھ.8HڐE Z];yz0,7X| d04ΰ.Bֵl6 !S V|މqz0^ !]C=}q['MnZ`'~two>|YnKX7!CVF(i[Ĵ{.H^^gN"dHXLE@zwX6vs-ttr`2mmj./)־VHR"0 mZí[A`!nel($Mpa"~w!S= c@zw52`K)`X=}D<. >H5| ^#ݔHtd7^ou]-fY2:6xK?`RfG!;x;Xv8H GC+BkG"d*b[ ԛ r`dyy'$%"R4a>6ʀU;m7P6d$r/!jkMj<8s00il: /yڛr;0 hWÓ-sZ vU Q!!/Bk/E@ch2~7x5ϛD:XCKȷmf XȞVKb5ls֩ ޯmmj Yi0Yl޶Ȋ\DSA2 4'N[@-]v.FxDf{,^dھ2 r0,|M&|20ֹ rߧL/vo]GC!c{ 0ҚyHuC#@,.Xf 0.;@60dJ.]Dӭ,޹6o]Jc$0-]aNKS3d}a.@Y wy>1>5Jk2Db ˴!Es篭xvŊ?~z]L<VEx4XS3سw`Bpq .B1 `Ij X4 l7AYXBkKpi䩟&-h'O_"А*9b  /'\.J&`/*d4ikrƿJ0^/Ft*}(|(# _ԻxQD)X;{g=}d~ZGG @!p ,r}H܁SFۤeuO aNrfacuʜ,fU| 0,[̛  S .uk@|ǙTZ$0kt.dh@@g̢-QKN:`[t#77ݻhP?s0\710. h4z$ԻIZg>(v @O@zXڞ* XDm\/𪗫`vemEȠm H)0+] CBLsd5:|~r0@յXo0OblOB^ Y )\=T*]HH#o]f`K,@!Cy9G oOh8@g-ȅ>D|ӶWEAX AŐ=\7Qr(|NNF01!jkMQYb.B'9F_ua J'd@,3"`(CdIȊ$FLsk׮AE \uBDžЎzXAJL-ϰ( \n2hH */\Mb@]):`` L@1Gb< ɒl_]:9yi4d0|{xEk`O0pz1D%gb1-8n(y1iDbl*^@I;&JHz}I ?XwkSx4203g{g8`ү$ oOB3wVUU,{HhbO `LgdWX޵k0@>L FoD~0'$%)(S $/[L7L^`hez:~j4 Ka FJ[VR>rRB ?RCظnnu_KJo8 FC`\1RBQͬ# aS/^2I7zp;DkD>5ys#/K4ZV2`jK'1bHafhagH8ruitpHy=D;4Za>y'Ae>z2M骣`?.rM$@^ FӧR X}ZwΟ7j  4ZQ0 F`- ,Vl0XSI` vtXm_vmϮskS3 }`Z3IHXvVkJ Zf $U/~5V^b9 4+< 0@ֻ`Q0x{Hп/~^K;+ 쿒mV@$ 6*3-ӆ7zwQ0 q̬}ʴ_w `5 ɓ' (k۶&&%{U/V@(` j3[Gz!!ZZ,oF@wt_vm ht](` jtV._ \=$YUUΘvb++r-`ջtѕV FQ0 F(U/ܙ` mLL{vJ\65XzwG(`h6Ow {/_ia~вe Wԉ>h B@ֻ`Q0 LvX޵Z]^\']c FQ0 F( $JzXtyy5#"TYSW @(` _o)Fv-5^'L\f0w T)-#@(`wsW ,]dddWk>i  ޵kB 4ZQ0 UUq;aA!z^v  ܄aS@z./I A V=vUpO>IH?}pqsEzwQ0`Xed(ZU5k׭Y4* uՀ'`aNmclt2 E[fY3 &# yU`wmi}?M5+ g3C=F M`&YC/ƕ X<dEtt@ֻ` q^5t;.uus^ޣ'#bZl`4a*``h;%@c*1JEj! "4ZQ0 @΂}Эz!eY3ap(1/O<LKI&(jJڐ*X!࣭q^Cu5O 4ZQ0 pUA.\IHJ+'4gwej^/EwHAn/Ƴ 2٣@F(eVV`ї"& & ! ղR`X,fl]=26^/uVl* ˝54u3d FQ0 F^2t=zP]lI=k@< @`Q@}"`mD,jL101)iotqs{vƥĉP8 F`Q@} -#Z KXVrՍ̀St`My4`\/7 I``c.@ֻ`X--Ѯ"]8 N5Ā|`Ah0$0MF;,? `uvZ躪Q0A lfNFָy;2Ɯ΃T.]>k& l%[_A \:Ƶ 4 ^8W} 搅ci:wGp5fy2LəD ̖@̥9z,{fNozN y[rk#"gkh; lTVd:_@q̙mt+V6OBR jwv! NF'lly(@(`if$` =\%!RB;,̩k&%&%C wf8rx󶭐g]W5 g؉LK6L<>s2Fn:.3` |~_8k:$ 68IFfgPh6[&LvIKN΢ukSi46Fw|zwA}(z>}lv$zw gWPD-4t{ ;u$L6@A©M Qc ؂v4ZhwD.knmvy% 0$UAUZ@Ӏ=]HLC躪Q0 h<7ݳk:5z^^RMK.>|t44i`ltY(4:<耫 2!'Ls{A ̴te)Y6cL{Q1T4/c0J9l FAZn޶%n$Uk̛" eVTO]R} Ac*] g=X@ֻ;xSxnAPSW 89}Z9(Xjk%^ysUQV.r 9"qt_(ht~w kmj x!^L}j**<{$$ u0%(@ģ (,@b(X:|zV.Mom!M0qyVm4lb44@ kib5 s +]`ã( h; Wr8b'ÐY YKs?v=zׯ]CO`GָH@(\ ($rPY\X'&%& uk@FHne|||!!;Z@ֻ`pHvɡRBnOHkH+d4I.edgaa1zn( h; tmyu/ӧ曏4'4j :ޫ:T\ t*Շ=wh wVfT@壳` K@̣`I& Ib2X; F04ZA[NVT-/)x4}h hypȁD*VwJLJ=epa ht~wfQ0d1WJYXyk׬ָu; F04Zvш}_6GY!KRGy 䎞; F4ZR P`]dPHۂy̛ YGkp@+ V{ C^ >B0;~7 F( hޥ&-œ'L`1W -vӤ JZ^ٍlOֵ`p@.5kDHoFHf`nZ yXAVC[ t6nAYQ0 (4ʠAӂ9; 3A}Q0@wi2j_t!Uש'׮Yn͚ $`gX%tPXizt.F(#h;V cuBRuusvxyO.984`!#-rģ`hأmijV׵Bf'\`t.6:~; F(9 FݡN8ֵg9;O|yh[q{mӮ̰ }1k?O_'^8ZSWcu=.'w-kz( r׎?×Nq.ϖ?O_'^8Z_z:־>X/=xkG9 D{]Zcu=.'w-kz( #~|Mj3_Sp(QEQ_.?ڍn%i%)Ū 1®=T_'w-hW'w-h/=xk@hGn_ ,92s PϨTe;V>$U\|,Ϫ_j[5t_T&դJ62ny?؛u?*R6:;Z~~>XjWCO4p0H'4xcWnKšt1~~'kBk%9gpX/=xkE=Q@(EXoP? \#xIMGJ^mqs#8`//G\ (Q@Q@Q@~ǂuO<%fZp#Gr+c؟G47gxPEy6sqw<l>XPȅΟ7g%_?#zŠ(AEPEPEP 1?+N}O_xG'q"|24+^ /k 4pyeF⻈+maEymK xZA⻝!M$Emn$EiW0@&2$bDc翴.u~+|^s׾vZmzo.8m'tQ+JQ^Iz?dI>-W=[ĐP~ZgْOѷ<(}|/i-oNu-]tCWҤ巎xd4dZѢFcxoc[][}gQ}Vhl -|LyQ>dTUReⶓo_]~|FN?L>_i}HsO_)T *<$pec#J6F=| g?o>_Sp(QE+wG~ƿYXA$՝3pHFN*/[_X2zSP3[_X2zS k F]?VzvgBXZfq_^0i molM_y$(] <ӿH~>69~6zԶ|"_mVźySj$۰,Ĥ/$Ad# o< mx+%O$ȩpLeٗ rP  Y])<*/乎r,DRORvC4 &' _@ڥÔSehgƟ?T?ㇳK;SXom]5ƸReTR2e ~ZOt}SUQE]ryy$-31c':Q@/_|YYf>,~W>kltRo;TQ#LN35h[Iᆍ"<$mpS9O&B' oc3Ncmr B 8.!Qزt=ύb>Ek|u/+SFv[j>o&V7x"f,,&Gou5㿅:9 nm5ZgvmbRNcUX$yx;(Ϳ/`~ӿZ-W?nb"P A^ k F]?Vz??!|lz| k F]?Vz?mb˾?O_S@,ї|ը(QE|SWrTe?(g~4~Ͼ+\sxᶇj2}ޢΡ"k;x6׍-|yX)@ h-pAU z=~FjeهO_${^Zo=}yูG, nF-#vV}=kkM.]c 4$hWӤa3$ }cE|?.??MU?.??MUWړ]yWxWP(;CgŢX35\ZX,-$^b+U@rX¾5oռ3YS:UwZ6 ZӯÏ7{ E]'WxF[=cMch丹[.#VQ$q+g_B?K>-OӮ~4-5To(^s:: Y{P蟲?xvMw]t 'P܈Y֯ZBvc p|/S|WZ-÷6)CHIc$mc1e+/>|5Gמ#~`Ѽy'tqXڙ#?*ftNP 0Vfy~Ļ ~FMa >+!n*ܠR|$~x3kƺ4#cI[2*l?2ds]|a? iub׺E3M+14 w6=?#tiN?SA)_ Bdy1`y2#,'g&|shº՗sRӭj+2k|=8|?फ़Gfq\- FԬ[OxR}VH2#qٳ }\C6ZH\)Ffڪ -~<fq>%houe1pOŴ O/>"M_ڷH(x}~ k^%ف%qzy9wX4;O4&[[XVkkhG j*  ( ( (>X)2gOW=|Se|4z NzeIKDHX_XXvXjVq\A* =<N ȂMؠd@)P~_ߊiŸ^"<;}3{I"u(/H VcװkL-4Ӭm$|uZaK#<5zZ%ŮoK$pgnm=q/'¿8Zoڊ?b_@n!t}!~'0xlo ot/6pW'iS$^EQEQEQEQEPK?T1OEBPS/httpatomoreillycomsourcemspimages470103.pngPNG  IHDR2ٔ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVy2HȸQ@b͖ː'L\fhP̓ I IITɜ4-i5dfZOCB5&޵kHFtWO7 @ْk^RsrDeR cӶ222@ْXC:yrĖاb J֦f`Μ>khy,c 4Z[R (x6oJ 4Z[RI`LHJ B'̊hrHH%&͖ԭ-Ov)G$[R F%z h4[Q0@fQ0 l9 F4-G(t F(h`͖` :@rAh4[Q0@fQ0 l9 F4-G(t F(h`͖` :@rAh4[Q0@ׯ]kij \ ($88$d0 Fka>}9o4(0 Fka jj!g=d8 @(h`͖` :@rAh4[Q0@fQ0 l9 F4-G(t F(h`͖` :@rAh4[Q0@fQ0 lIM ##sĉp`_vm F%5&pѠ'XfMfZ5k}KJ^g< F%58TT`2UQPȖf `c L=ӧO@_yth0+y`8@֖M7,{ZT]C. >`O%ɱϠ``GnSQP-G5z{ ,1_@OѹA@rC1 luQP赚ڡ)4ڈ頼;X :if=V@rd`w ^+B=`eN`n  ~횃: ʐ@fQ0 s&iPSW d۴tXCu@Q0<{ DC4Z[Q0@fQ0 l9 F4-G(t F(h`͖` :@rAh4[Q0@fQ0 l9 F4-G(t F(h`͖` :@rAh4[Q0@fQ0 l9 F4-G(t F(h`RΟ7Op iӧ׮x@1[ ׭Y e0wr_\7P<}HTtKE4xo3dKC 9 L&0v(KJNbTk+$H $?}L:h rKg+YeBiڇ!&`50@nD>D0 709CnNayy[Ç!Өnr?T@Cc6mM]-0NH?_4i T!R 1\*`{ U|01#-Xpcޜ  _g+`hSx(@ yK` 9$0ݞ  `@T/ ,:c`;9s `\SXeABٖv&! )P=I`LII [NLj޼m+l0 dpHȹK<Tр:RX+s O5E7lAF,!w$c61((+iQ!Ђ)\l#%0 d5M bն3{B!@B`6j5Ja@Y^>^z:Q=!-#MS.0[B`;`L׮]t$ 2ZZԊk +@9X8M5*@`z0{n;?}*N=@.9q9H:Q`ۜ|H@QRoA?IaWvUP !J *03=1PKh`Lg2 4@ *MXՖd? `݈HKIUZZ@rϮ%)`0qF= p&؏h A $07m lڅ5DX,>Ԁ p~-ͧrȉ>̢u.7枠;Gh` =j{\ CnCq&@A%Iw<۱:`"֍@3$` 9'tInƀmTmM; @' } ə\O.7WjB ?~hp hkWGG\z @G08q8 /~$'"͍MH)+$͡O6;5M -]\[ÌJ!Ik5w?R LL6@n޶u4(+(Yb"rPCBF(tebRҍk!'/Ih}PԈs C*`u&'O`%yl(dBɖ Sg R G-!,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVy28R)ޑ8Px@,6(O :Xv0Dcqe$R`LPDzR`:]5n̓eGB*;J 0 F(`(-G(`h-G(`h-G(`h-G(`h-G(`h-G(`h"Ӥ ܓ'N޵k4G( Yfͩ'? ,]\]܀"i2:@n^A>DjQ0 FM@5#"]\;{O<MVbzo`e<XXkiiAp ##[?R`Q0 k\v D#`Q0 5k-,GB%h4()wU[/]0-G(v 嵌LgO7\./)EkYO0m@"{Q0 h e6&L8yy2-}up6pt-TO<AA7s@H7T:P#TJ^ ږ::"rgk׬އ  {T:"۵05i!@ZFfxGHIDPtk@<8R)=/b?(`AhtqQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0  ~ĉH[X,]|HH^yyk&M0i!4ھ`k`|і .@F\޽@`6f^4ھ`h`h`h`h`h`h`׭M׮]ï&($88$d4G(* ,jGnQ0 s Ґ, _{.0㺙`Q0 bna,e.do'O%x.nIIh3P^"65 X|͋-`7jjiXN5ԉ^Y5X!R` )Xn5kFCvQ0 ` ,>y,|Qv7H&`9 ,́ vH{4pG( p6A lDCD ` i_/7_0wPH0mbQ0 Fu@[ iJCPCki󊐣O89`Q@E@|lOBBx; Q0 F(. |5b\v ~-Pw誾Q0 F(. |5dLRF[ YGLw,  Q0 F(" & lDC5r'=> o\[v!; F(ڏ{n'Oܸ,u62@P( TV 4 ֐!Q0 F(T:i ֡ ` ,15 q  ͇,^bha= F(_ ` @=:x= F(TD M۶R 6G`Q0 F@Q~>>۶CC`Q@  YR2 F( Fo`h`h`h`h`h`h`h`eкӧO'O! >y:\#F}:Tr0@ kEސk׬8 .hmj Ah0|||Ĝ8 3 5Og#Kf(` ~@`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ B7}k#!-,מe@`H8 Xg* ֭Y3iđP.]|> Seкlx\FB6`Ez\F{03 dHe0arQQP Y=($x\ȨqGH/vM0ahhtqQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0 zQ0  ׮>ZaxQ0 ' &utD&vus  Yb9`_y^ 52$S`Q0 h_y-##vqib`Q@;@ƯjrfZ:r ,w=/W`A~Ξ'N@ ۶(`Q[X@ϛlh[`aa5|`Q@7@tODGDZ72 F( H>22"wԧQ0 F( 2hjim޶ؾڣQ0 F}@st(`}``Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@ף`Q04@'O[T]O<!?i„굓'N|0DFB$ꐈĠb}j8Z+.Ggh')|8'uDZZF& l8,C C (ICΧ8} 0`tmIENDB`PK?MD,,1OEBPS/httpatomoreillycomsourcemspimages470107.pngPNG  IHDRx` pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVE-,FsH2q`HD@ N/sĉϟ> }---ǀ^LKv#X ZϛW?vU'_""설Q0 2pqO& }իm2R \ey,|ȝ `#Yeq4q`0G@ `ܹz׮^EzXk F 1;P `4F#n ATڹG'  'V,5^FhčA}4xƼKJ5@bR|x B{׮O>Ycsus*XfhXF(@28yOUM0F.]$ ^O89V7 a $//[ؽ M(Hz%lF( .O<Zڂ0a~-r}@2ؽkyڟ>y:.Sd: `zLgAvjF5 hq@5׮]+(>k&b ;ώw@er,u!ͭ` `kxii` `65cmcߖO`DAcGwEȕ gcȒX'#n:lvm˼sb MC(Ys(ѷkNh4&VYKW,LKva'KJi,ؓm5 ߳k9x铧 dGgY@)уZAڜmaCn4!8"wGCi;x \ F́!z020 `F&8u$P)׮:xr4Y=]޾>!y(O>%$%gFeGg n޶utyHs s`%4h2`th2`Q@LA0 F( F+Q0 F( 4ZQ0 F(`!V65c=iF($Gb(k@6ehh`4(JѠ'_@D`Q0 h2`Q@(` F(`0he0 F( F+Q0 F( 4ZQ0 F(``Q0 F@V`Q0 h2`Q@(` F(`0he0 F( F+Q0 F( 4ZQ0 F(``Q0 F@V`Q0 h2`Q@(`b O>M@X4(7ɓ'O< ^WXKˀU ەi >ybb[tD$\b9J֦ݻvnnA!@ =iD/TkId [8oъ| A` Y FnelMV4h2 ZdM]-EIH5 Ξn`,MQ:4CV ֓Vׯ]T S[`|}-ȧV'c`֬]f >$3 0q C DG8~\Y^PW? (>~8׮^%Ҩ4р5lc`|<Jzys玆-$aY(dh$N k̴t`XaA(+(ؼm+G̠DY3G;s;R`&"uU;.h M۶jji3D Fbe0yD`w 29 (K# M@M`D'O?o19Pe^A>$ ;`n)H; F\e6i9'Th< > `U6x`n)HЈ MBRhRT !) 4׭YG PX  k׀(~4 2MnnW:qX F 0Q_* ,M[: h >7@v*XVr`W-=mPii<> h@ E8 F\e,SFSP@(4WF(` =nQ0 F@V`Q0 h2`Q@(` F(`0he0 F( F+Q0 F( 4ZQ0 F(``Q0 F@V`Q0 h2`Q@(`bZs(`@ 5k!%KG(`PhhT'O(/)>k&kQ0 F 0тyX(8z(`P|ISK ~Q0 F@ X_v \: F(* Fe 2!@Ɠ'O7 F(T44 \ 'M ILJ  Q0 F( !4`vgOwu]h䍂Q0 F@ Ȑ5E@nј`*2;wu `Ȟ4a5k3L|ڵф ,]|кm4n܍F R`ʐIHJ+2\,-My'|h ݸ>G@ Mg=`5lrusr!dt(`P &OӧC^xTq4 G(r@28ydaD$AfGcqQ0 (4+I&aUWjQ0 F ue:dׯ]?ohDQ0 F% oe_N ,q@IѸ`@ `y"=@e`4.G(l@2xɤ -,\𫄨ވ0`Q@AZ@֌B֏U%9 F(;O8{.` 9,3sQ0 4+jQ`A`ã: F(A IcH=GOC`Q` @ ѱQ0 F(. aM-'NF(` qo1C 8y N5zP;8]c }b;@60ޱLk00||ZZ@rTbRbŗÍ80_NI)L4;j݉(!=;[f-0O#"JHJpH_qHJ.ٽk7P;5`@?yt҉u!2w g̈́ +`!L@/wn"]XYS^O2V? : w% TeK(>P eAyAn/}@cphzgݚ5Sx!X%>Q@D!6z?~$Fey4kWxzavjL];w[V\&>Pp s*'7X]B|ܝ8~hh0#5$1rnܹ'eFh!`=cL&f}*{dP4 `Qw2~>` 3-}(I[XV ^9 d[7@hܑt Qt 5D7( `¦岐㇩At}Tu~J?! `Cn'R @=Ëm5uK:p3^9@4kn"Au]-(`Q>< Żhw&L20ISgiugnٵ  8FP! ֑ځa aȝ`$U4+HicK+*+قv01/Ó^LkÝ>A0s6&^ܑSh`c 9&2T]42V`|oѷPjx``B :; hM # a\كV-0cT]W_$bͺ* Jm`ru1 0YER,Th0wfJhVKS3T9xj}},d?4r+h%7`3ԉi>>^Ȁ~e285L܄ qGr=ԍ;`8L =v_^nhFU[9 FteH4#"HC[-5<*HbZSkv !II@D7t㎘Ȉ>WTI\KcagN:g@No;v@ڃOSX@!ò@8䎽!}.nnb7xNPaH@5dҟM"jj,b4a"4JLJ,A[vH14ZP JjOLl%/8uuCXwC=BBz>*D`f=E4:g@27!Ex3C_2e,:"RLnCz?f܁Yn{ Ha}AMgd_@ 5==@mhehFm[Y@@&Cz9 Cp+l;` ;s vq7>8OHe]h F+Ҝ>k&++)66ak\Nh܍F`nn=^ސ- F Frbx/]t<ѸNdbU{"}.`n޶T^GQ@L0aݚt FF -#CFh܍sY@=Q0 F( 4ZQ0 F(``Q0 F@V`Q0 h2`Q@(` F(`0he0 F( F+Q0 F( 4ZQ0 F(``Q0 F@V`Q0 h2`Q@(` F(`0he0 F( F+Q0 F( 4ZQ0 F(``Q0 F@V`Q0 h2`Q@(`b Q OSKk4FnP\vӧOĨcTPb4RI{.W7r49y$q)Rz(q7Z|cXMҺS>y( v$@`:ĉ?}ZZZDi'OXb92hmj?o^^Ahe +H4[3!0AZ­n֬ `th$ݰT^ 7`!>1)-5 TBZ4a"P{|6IѸY@pusS]0@H[H#3] V6>0wtWB  ٴmuRҰJˆi"0!N5XNAv1$ ipH00;@bxQ>wC4[f-0 MP6ȅFL &;ZA9 D"g+0JQnJ`B&ʧ;!M`24x}APkp#< HLq7Dش?,ߑGF0d @A@!Ĥ$=QŲR12}@_zXh<%r"f= }ly8ha 7`,ށ  )0XP<|&t7h(CB:k] td#]5fO  = uYx?oat uz h0V6qG (@5q dׁ#!qDnJs*'#2=H &yx)4X-[`5 -!=Ξn`]uAh2o۞Y kiW Z=0^uy^A%GšS`<3FF[:{GvedFmրDЏj  C l:g򄉛q4qi-:<%0uR KCIXK'O1{ ͧLA;2hs`tG㎲:f ;iiXbT>H]v2*5$Ү---bZ,r  Hڅ ג]1yѬ9I81!Hx7d#0.hR<~)Gt ;ˁv!whчV.ar8@ ʴ4 `6@ :ATTn]fN8 ^ܺXqUwCkf铧y?}󧖖!}׮+)+*0|-\`go_10@ F+Qhji8r˛gѸ>zF@V@?}{Gn  @[~(Q0 F{`Q0 h2`Q@(` F(`0he0 F( F+Q0 F( 4ZQ0 F(``Q0 F@V`Q0 h2`Q@Q>}= <}3h܍h ʀ0\<q7 Fopr=퀣q7n4}MIENDB`PK?ަ&&1OEBPS/httpatomoreillycomsourcemspimages470109.pngPNG  IHDRrU pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVv:O0.}JūBJUȓ~E S)@ p< @ZFnI& >tāy*69s'}R`@Rbb`Q0 F4Z+Q0 F(h< F(` @(`Q0X@ʣ`Q0 F`4Z+Q0 F(h< F(` @,8Q0 F(h_yQ0 F(, XdH9j]>}_y`Q0 Fp~5kN8djji[X@%@Y@6PnGQ0 F(r?$`oHOHEu{̣U(`Q@E@оy&Otr`."CFU5;^`Q0 F@'Ohmjvd8 ʣ`Q0 F() P_<"U (`Q@k@,~k(!^f͞]JQ0 F(`8b[0(`Q0 b)}g]6 F(` 2v8yDKSGQ0 F(@5ɓ'ʕ >}!|(`Q@  P 9k҄XU+쵸;{5KJG+Q0 F(@оrpHd2 QrbڱQ0 F(` {>qfZO-=C3\'0W@FtDh< F(`; !)i]'LֵZ@A3 sאk!cط4a+h{P/bj+5zD(`Q@* QXb= G̣B4F7+Q0 F(db Q0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`b ES֭Y{a_FH.!J 3i>45{Y T*AQ+wO`{8JG#qHTZۃû\@iؖybn@ZtI 0(JِnDzR`6a_3B@ p< F(`8^`Q0 F`4Z+Q0 F(h< F(` @(`Q0X@ʣ`Q0 F`4Z+Q0 F(h< F(` @(`Q0X@ʣ`Q0 F`4Z+Q0 F(h< F(` @(`Q0X@ʣ`Q0 F`4Z+Q0 F(h< F(` @(`Q0X@ʣ`Q0 F`4Z+Q0 F(h< F(` @(`Q0X@ʣ`Q0 F`4Z+Q0 F(h< F(` @(`Q0X@ʣ`Q0 F`4Z+Q0 F(h< F(` @(`Q0X@ʣ`Q0 F`4Z+Q0 F(h< F(` @(`Q0X@M'h{SZF&8$dn5O<hnaDw&L NPH̰ړ'O֭Y3" VKW,Ƶ GB>kuk֎U^ð6Z+[#$hkPz!4<];2f0m;!91 `#($xxht>y^Ap !2,]I&Z`z ش 0DH @F(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`^Ok&yc(f0s s`=`Q0 F `'&%R^>^`?.>i„ݻv/Y m\F(`Q@ )``p̴tH'mťݚ=ݣ8 F(`P(P6Xl`H.7_KK Qk׬qus+Q0 F(Ts2z^b9|ڵHP ƵQ0 F(`P)"=@'` :oL01 4G(`jb!]Z0o>&Təi ISGFgG(`@r2 7c1m!$`Q0 F( z,`Q0 F F`Q0 F($ FkQ0 F(`G(`hV`Q0  ZyQ0 F(, X#TGcb&L4z+( e4F(`wѰ`Q0 yQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`b Q0 F8Xfͺ5kGahkeE yј`'ON81` @}Q0 F(#"$@ʣ`6 Q0 jQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`rקOv^>> M-``Q0  >./)mmj+(V wVң!5 F(`V~䉟ygO78\`/-LK4ah`Q0 F(4ULpH ۤ G{̣`Q0 FM@Akk\v-!)Z <^`Q0 F@Ak=vI\hji=}Q0 F(% h å\aʣ`Q0 F@_w4F(`222@kU#]~ɤ ֮Y3`Q0 FU@AkeW77 yk&wD22M%8 F(`PZ+ǃW_/7O> 4'&%E:{Gˣ`Q0 FU@!FjZ1Q0 F(¹_X=/]Xd`WWP7Z+Q0 F("p D>}V%Xo`Q0 F .o޶Hf~ݻvY`OO˰G(`@r2HfZzBR"n>uY3= F(`"@3'NkkG(`Q@ uqQ0 F(b Q0 F(`G(`hV`Q0   CHF(@@`rtDhLQ0 F(4BQ0  =owA0IENDB`PK?޵'551OEBPS/httpatomoreillycomsourcemspimages470111.pngPNG  IHDRrU pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}~핖u {OSK>v=y'Hg*fC`fƑ8P qҩ V4a+([27 G)얮XN43iD΃tk@" L[$T*fC<}Q3P X It+  @ ?{uz8PtwJ@5O4`(<8PA!{8PvxwJc7Rbb`Q0 F4Z+Q0 F(h< F(` @(`Q0X@ʣ`Q0 F`4Z+Q0 F(h< F(` @,ؚMc:F(`a'T?@@KKnV`Q0 HBAWwCB \`'(B2񹺹<}6muO<Z'utu71)nQZFGhnݚu5F0ȉEh* yk֔65Ѥ  0D (䉓t -Ѕ4H#=}s +G@}#Ч@Ժ'NA gnD"_zp@f@-?oްL8 rhQ3J! bXkxJHJ&` BZ1n;xfm n&$%tn~؊ΞniEtqsݴm+b#`n؃@؆iqhhiL^A0N8 rhQ3J 8`$@F^AHwnf ҂lcF`m^(]FFkEy6XAFhd0#JG#qѢf4B@1A-`WqA!!rAVp5W7W=q:p@ lеve\"2u}qاґ>'5VnwkЀ x|89@&wmxȩ*:"TN_&MiW?T:"qѢfbW|5iz.tZ-M-؈ЃrkH$kO5szpґ>'54 F)Ȑ ,[d iAVI0598SHaG :'n֦f`K1'5 oސ:1uw3`m t? ?]R1;FGDBjh J׭Y tM'ME2A(3-5Du@+((;FN8 `>it&x2O׭Y>}k`o2z!3P;B .0-,,`̤u'oZ/jZiVE.58\nBӜ8]LS1=HPs*aGT Ă-C Fd}@3dO7 F]s!t3F0ȉEh*bb`Q0 F4Z+Q0 F(h< F(` @(`Q0X@ʣ`Q0 F`4Z+Q0 F(h< F(` @(`Q0X@ʣ`Q0 F`21iX'O<9S@zRJ.t8Ptݚ;Z T @V8˻;<eat4?shQ3 b 3ay9HHH灺A:怤RzaJBW&5C9!@1aQ0 F(jQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, XF@4)-#2\}v͚O H4I&'($DFFfXzɓ'֬ @,! Zy҄#@Ƶ5kGB*aX?Brp-20z!4<];2f0m; pQ?ێOF<ێ4:MZ|<epJN0axXHedq$Bje]5 F(` @(`Q0X@ʣ`Q0 F`4Z+Q0 F(h< F(` @(`Q0X@ʣ`Q0 F`4Z+Q0 F(h< F(` @z'O4?}v͚=vJ㗁pk׮A{O@wڵn۶'T_=tA I3@B 0 D/bŒ̴t'N./)T, -́em EF ;:"g V[@?ɖFzP2tRMq@ aSQP4a"0?D/J3>~VV\E uv@Y^WtPW!ys@hil[ "O/OHA4=ZȈ "R8~N4RE@ ܿ@.I;ODRSPDRD`'qA^* F`ݚnnqu Qi/$>)>  IYutA h| _`BNA: '[XaL~7Zi 2\ל~yke`҄s'oظq:fׂ4`| h Q@ &>8Υo@ZZVl+ x2t<є44إ !!eh$ RCVs &`fOt]TH2b'#"!Rׯ]4aK78 *H_zE@ZώçO2N< ͣms`S}6@ &Ct?`PB`kpd<<d6,@NFO<1t:ix2 ' c.]:Hs4G#qG"Υ/`? SP5 S;"z5`q@mހ<A" !q hh F∏A:)K! qh[Ʊ&vt#@ "S}P^R 鲗]I^4A!F YےDS S6M'mitR` ̴tH0BO|Rp H9XE#h)w?H_z9HfVfk[-&ȢkKV,$Θ>k&_5p. 0%AijH4i7L6yp8)$C9vgh$n͚I5Ó@ h RRB3 24 w7 >d h$e)~@L24lllQ0 F(`b"lQ0 F(TBĤ$_3C2(`Q@! J4t1(`Q0@Y+`Q0 i4F(`AhV`Q0  ZyQ0 F(, FkQ0 F(`b @>;t=@;yn$D5kO89Z&i<\ РG'f4:x0ڂWGcZ?P)4~Ovހn G(`Q4kQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0   'O[f40p`5O< ahkH tјXL0q4+`.Xf'FaZy4  ##<Cyǧ5\ӧkٵ<7Z _v r$΁xS>fA wڨD뀑qݚmOB~:`vtK}ґ/\Q@L03-r Љ'|KJ H&\s s`m҄ h#I >jmjh fA Ot(ll#M$ >0T 8ms|1Db?~HM++. "zvO,Dī:իs\ 46[Z_.Ч@.*Azqmj8?Ǐ!ERb#Z d(!!CR\ |A) R`]\b5  sT(" Bѧ=[ >dC`4m'%G\\@Z >)p Rs :=0<mb#=t$!ZV>y0McUTSWӧiTSKΝ aƵ봛!z\ @yk4*@ +d!:(`$ :H iYjq[{ȳͻQh7ERHyJ3 ֦f`畦s0tQ0 HtA: - h{.HPx׀`>z0$Xcdu]-D-!̴tuf`0 Q0 `pbW'-# $鰌'tX|"Me`  `a/o#t 6@Z(#8>J'>ѽv̻ ن  e:X7 A: 69HG=Em54!O2 M<[)x鹖ؐ6 >XcÇ>gk@r&CnWQ0 A: ' h_9($ WbOBĺiV`z-+)s!Ĝf=k,p܁ o,CC4=A: 6?HGOd" 0 P1$q`uNa7Ws@V.M{Ƃ,Yh-=H  |1 63HG8EFV̭MhǼ'L醧z >(΁ `7*H6;Hc#1)v#Z@QfZ:dZ26a:, M%[lz6|A#!_ Ѣ -^0o>Yt 1= H`b"{"DEAHyp$oó UgͤusryTM4* $-hR`,]H-&L>aGv2ZG$$LIJt#yybm$H!f}rE D;@1:vՆz -MNE>q8Ǚz6!r+}wiK3cR2 qt %Q0B 79hVilصZf-57 #t^;m|躒Q0/F(l `e !TANe'O[?z(`Q@-@Ln=ݐߐA!f`z4(G(` @(1) ~x9"ߌ\[X +`Q0 F X%CNZG(`@S+.F`Q0 hi4F(`AhV`Q0  ZyQ0 F(, FkQ0 F(`b <u @G=5kO89CQ@S@V!` ( 7gQ(  < b}t>@Q0D@ p< F(`8^`Q0 F`4Z+Q0 F(h< F(` @(`Q0X@ʣ`Q0 F`4Z+Q0 F(h< F(` @(`Q0X@ʣ`Q0 F`4Z+Q0 F(h< F(` @(`Q0X@ʣ`Q0 F`4Z+Q0 F(h< F(` @(`Q0X@ʣ`Q0 F`4Z+Q0 F(h< F(` @(`Q0X@ʣ`Q0 F`4Z+Q0 F(h< F(` @(`Q0X@ʣ`Q0 F`4Z+Q0 F(h< F(` @(`Q0X@ʣ`Q0 F`4Z+Q0 F(h< F(` @(`Q0X@(#]fݚ0 F`4rtD$\bhLQ0P''O Q0 G˂Q0    Q0  @#أ`6 Q0 jQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 F(`G(`hV`Q0  ZyQ0 F(, FkQ0 FEӧOغ`h* qk׬4ay_6؊2UKJֻw`c :D'_@mQ0 Ho'Z1`<:d'O%OQC}S)Z}A f􃌌L^AłyU0\bygO7a@ӡI&Χq}LI@m1ĿA:ȖfH1D{Ϯta70޸vh?~lomf(,0? d "^=1z?~pw t⒨8 JN?} bF h F`&5]:S >H R  }e`+FZF&8$;4ǼnZc \M--ٸvt44;_ddd} AJvٺ`hZ ^P^v-!)Z  Xt4X:B΅5ML" 2 h::C=HQ0 F@Ak=vI\P` X#oi7/1JJs ϴ6DI A: 6Q0 hZ+CFt-@=2H x 贶QSKމ>k;A:l` xx!6m)6mJ!H'X{] AJG(T-kd@֬@`Ϯ=xe˒ ۶B ;Zx׮C:@S{p4HAQ0 F-@AG]܀ Ԑ#g`"` ,[i3 q`,w +\v1Zj[$؃6:{ A: 6Q0 hZ+ǃW_/7O>5`y0E%ZZn@fǃ\&ze`^AjQYfƒҤuA: t@l`Vfi`ɓ'X?-7XAG~6}+R`ȥ#۸nZq-Vu Hg@?}=A:l`sCCehh(-#ŀEj҄ wힷp(fzeښ<'M$ Tl ,ǕR;{Q;3ϸwv@ÊFmy)%e7_q7£A:BO8qI`'mԲ^Т XYd+a@;x@[N8',C1H!"@ y-ߌm5k&Oh1Z@M5ءtӑ{ZZ@H|f k H) AJl-4bFmAT l}4H@1 gЮn\pz_b9yME yQQ0  @r1B(R!`] =_v u~0Cָ(`Q@! &ҝ=@'` :c WZFFz Q0 F(b@LU˛m2L Y ?`Q0 75B2}LHJͧND : F(`@3"B0:9 F(` c@,d>Q0 F(`b Q0 F(`G(`hV`Q0  ZyQ0 F(, X# njQ0 F(#hQ0 F(X$ sT.'IENDB`PK??.!!1OEBPS/httpatomoreillycomsourcemspimages470113.pngPNG  IHDRR pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>>i`i's s77'Z-, ϛ$G#l`۶( ^VՂyj 򑋳'O]%hjiEFH{׮'NKp`PTD- ,:"H.]Jb ^;tusE4a"0*9˅-@ӞLIЭ[r w4?@ i&++]z޵W1<~<DHfNcvsˊK+hnl̉ǁ?xzp"l&<1 *zɆ(3RӐ=HH6# @ @{ X&$%a HK87($6"hAn I@v"֒ȣ #6;8}L4=`8"̴t`| lRSI2b` I Ξ{yI)0Ѐk)eQ"tG}@Sx+:`,ll'M@8|Til '] Cf52bݚ6 \= 9S:y Œ8: r qI[Ȏǣh 6 "f`* <h&@jt\fP h1D b X0bOQ@7oZSW.:z X4ǞhP*׮Ytrx)`<`)ojc X8((Mu6d&s,F2IȀ x4@@*[}Ub\*I nC  @@-@ҿv!,ݻvÃXlMyy-5a OY,QX sa`$t@@ (| JKb{l#F!] 1=ma>>;/ݼw6΁9EФ+s 8mG²0@m[|`+\sU?E1tU@m̼ xí3ZnV`TQ( 1b$DC^/=IOJ}Ւ|z!<]xb&ȵa ^aCFԧZHJ:vKY)" ~qL4\/ݨFb6NctXVØ9EX8Lw0bT8}0m&W,LvnrnG$2l=hݕmH{n`տ,-$0ȄxLz VDEBb+>)ٓqg:,0!Y39sHmi S?l p.\%ǚ P%0Ɉ\=Y`RgX($bMK@F4J0@ 81-i /`  _x`0Xx+'0\pHW `\ jl'b`Tx|`^di"W]!>00@aieZ\EE>EV?R !G3$O)$eiYMHd34_^/3(ÝdSvU(Qhмyɬ "ު91fU#+O 4{/Nф٭Z>8~N7[(gA\:=V&0v*i1TZUǯ%$Ě==νm6\ 88n׶s4_^Hc^_u'0+FeAFP c;dH, q5U̶)$iU'Ha˳ qWR*K uaY im:BH{gQADڞ,X 22T0̶ӏ2*U"צQ@<і(`H-F(Ch5 F( F Q0 F4ZxQ0 $kQ0$@^`! h` I@(`H-F(Ch5 F( F Q0 F4ZxQ0 $kQ0$@^`! h` I@(`H-F(Ch5 F( ׯ][f-zTM-|Ei B.`+!##H䕨 {)2T~ؽk'x\\FT:4.]zǏ4ջv*}nZdomlݮ;:>)+.!]0h <t R  L@':ȀV-:q8s:LN͍M#@[#0T`^t8 @ :f`PCW P}}tP wk6:G3!3`T?ySJZF^q) \t$S.n [ F0p4#@ $5 Jp0;n$ @A`֥<f(aT, 2&2M &M>yB h DQOe?2DGD`@2t=9#m߽k%54d /`{XWS3^ZedRZ5'@! h T k @+x TQY9׀n/7MO fo*_;⛺)IHJjijb4f!S I8\PO@Ӏa.L A7z  @@Υ"/"Y?2h օ*ԴL@XC? T8<!!Z3Fa݃@XCMxAиL VVLY;MyGmװΚI\ q YdqZ^C#U eͨ:hmp`O. mԧOb7ͩ`G  @[OS@WpM*=yV!@k׮KW,G+z@'O]BhHhׂy!Fd(6>p52xow!6ct-1O1 Po+0 @ Y vЃMϔ]!6tVu!)O1ȟׄIa3NtjK k83)!َߜC-js%ur]waK suKuGdHE 9 I{*:sp v@dp+W uRtlFu'#uQ4 /`$ qQ8:\l:Je`lWxt f] O:D3)\>֌iG8)h9iVb"x]`x)dlHBIٵ;!)n |} tςyA ݻv%&%a  BB^^f4d!RtDY3!t]?}txMn"ڃ5#yy*ZFFt`P| 6#7&M̽w i|Fd' 03Qcn۱L7,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVm[&0`d@I&ijiaJWՎ(` bL䓧2dHȌ6NG(#k(l޵b`@ɓ&.]o4(G(# ׮s5 -4G(# h^m] O/(<`Tnی@آĥ31)y(`@rSSK XBVq":e'Oh -:G(# t^~sy3ҁmOM-ϟ>k7E'O!%:F_f-r~Q0  |:õXJ" Xt.B`@ȍQ0 Fi FQ0 F( h9 F(-7G(4@(`h`@`Q@rsQ0 H4ZnQ0 Fi FQ0 F( h9 F(-7G(4@,42~_I)ch&M@ J#GG"7yDH@ xOˏ0A7>Hj|'G< SZZ#!)RiH#NLJ kǂy8qTU8Ь%˩@S\xT8@f Jý•&(>yĚZH/dVq^9#OO$b{G;$م&<~$5#~?ĄOHFu8-ȇ+( _H_v8p!q !pG8yX| {a$#2!]u#0[$ N?_#A@ X|鲧Ob^` "+(z9k C، >p? H PAsk+~qHOgfw.=#4g`8A`ؾyK̄K C@_:q|`O3()+$%-!<0^8y O$45WL@eaF ` wz,7䉓%ǩN5J :vU{ LW\ r81Z@6-'M܌Bւթ@IҡX n޶=$#Y`%>Hj|Q@1$*KÑG`JKqG``5sO{@IENDB`PK?OASS1OEBPS/httpatomoreillycomsourcemspimages470117.pngPNG  IHDR7\ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV=}Ls 6ϛl/]|~ F "?/oiMuv͚R` ai4F2fl`ײk;I,1]u`yĉf Ffi`o.74(rsݻv܂Ѡ&'$Gp4Zn\'Ѡ h`@`Q@rsQ0 H4ZnQ0 Fi FQ0 F( h9 F(-7G(4@(`h`@`Q@rsQ0 H4ZnQ0 Fi FQ0 F( h9 F(-7G(4@(`rs Q0 FĂGӧO'O~D׮Y k{`O<d`nagf-Fo@  s׮]  ($jeepH;|M۶FGD]`gnaNϟ>0A4@nQ0@`-4i}ȕ?͟7 mL{iF^,IizO8p|`XU'$%(X@X7m`LRIIhfkRLЁ",'M .Gv  rҢ4飡6<'O! :, =nyV`{ \fh ^nٵF0 7)`XISyfZ:ՠi4a=v R@ ijWBR bʍ=7m , 0>HTx'"̓$40($ɓ'ȹ=y$P1DO)~d lZ`Vkddd}Ѣs  i0S3Ҝ4a"0+7_ܨ  Yf-Pف#!L P2 0kG4]t`J^W &6!UbQ@g@&0*`*' ̇@-6#D$ l *X+mG C"@D` 5i/:E6- M-p L @zyX@ M`mdˡFU0~ rIpZ mgdfnA>ijψbLM3M? [X~REGjjM֏Q@ rILJXg?  diR ͠ѝ K۶ `zE ;TBTH@XֽWu倝q`!5Yb҄@]NH: .=!x c"u4CљWP@"96ԝ@ vA!!7]t֬} N[7o&P__I&@VM |3/],| ZTT@ gzf'=5CC hH:hySY3]N8 l{]ZFf: -7Ґ#y iHN` vG@&|o80oU6fE II&IkN8 )pځhO`-7 Xh2$=7 nZD;x('0Rϛw 鈣`@ׯ]\<"H^x`[22O< \fZaK hI?9{BByDBR?XѢ86`1Q@@(>=To &MpڵDj@4Znt9STBh&JQ0 X@i۝KGy K@`Q@rsQ0 H4ZnQ0 Fi FQ0 F( h9 F(-7G(4@(`h`@`Q@rs|rȣh9 F>?Znd@(5ke`4(Fh9 FN{׮׮SZQ0l@``{Gh Fϑ{ 9t! h9 F:?o7a]"2 .fa5:^oF'] rshx@Ā4 3< j-+G`4Znb 8C! lȣ`-7G9y`DuH` DM@@GC(E F@#fN;$O:\? %rsȡp@\? =rs#dZZZH@(qk׮APxgOh~4Zn ૚`;&MtQhQ)C 6o dGGDh9 F&Y^R:rs3 iQ0 0@`$`}ϮݣA1 -7G(@@G(4ZnQY3Wz(4ZnQ9rsjQh9 F;@``O- +rsQ0 H4ZnQ0 Fi FQ0 F( h9 F(=Gn| r.2@t0 Z,$!4Zn\ .F9\ 9r7 d@䁥޺5k)?|3(GP"@#h3ɉ'h[YzM\L^ƧOalOJrPHٵF7pttKHO0hQM]-ڟ & `€(-7G4W8rX ٵF2` :ڵk, ,C`{D`6|uT\ ,o\L.nCw-@ y!zkWaܹpBtzJdp4:9 פ6N8I6lnA>y5zg/<@zj2 ,7o4! FQ@?Q3*N֏235Y?<@~@CK(0d~^x 3&΄D`܍2 0|=+)0 ['$%^7 ; 8P+_5kG'.ٜMN` ׁTzwdl~WB1dzQ@u9ۂM`L٣M!4Ѓ^@?AHyL]~^ޭM Bv #SfQׯ] dRkBM d/]#G^@LlI:( !Z\JiR1KC!ZK4.ˬ miRs (u:i@1᯵ `BH@qh9@ p]@]\8 l((B%`kaAjz`( 2( F+@NJvf#=},ІKMo( &\e?,,`lHzX人iii X^ 7j@O`҄@IرV W-:۰ 5}! G5lC}~:M .[M3!- m`}oSc3R  ,,[nf>k&\$z?AvEqH T IxZvdkbRP \ X@W ΀D6kCգ CQ_b90oCFI܂Ye`쾑t^'|J#iV`OHJ69,MY&ˁ9nfk`SČ?0K6bA ukIL ݖT^0I=:~O7 \4hc!abt[ $@Hxbh!. vFG4uXK异|x 4-[LLj]1 YR*0!}NԉQ2k5@iAL̉Ik ,zdyH7 CU-n80D7]?L-aO@7@Fs̓$m  ~Xn58QVhCt!5C: di8|! `@`ut z"8 2Yjf@q`BuD ,ˇd`W4!KFSWJ&KS#0o޶M@"q d"4X[$2@D2 i!A8Ax~`yG\@hPJ)A>̙MӃ @1adXFF4Z Cε"~Vn)0e[^ $DD4ɾXG!-J`HO2q oG@@!$l@60@Łi3;Buc'CGAٖ ̶ 9a } Ӈw!3N*MO?cS☧jsG-l7S!zn1$W(!L#aٵsgKcTC]=d@#icl@x\X øGA7ȪfCzrYLK#!Whq=s@zT/7!#Z ,2J l;T)y&M20`HKHQ4bӧOmBZnx6h߻ 2DHn6|@Vu4mu@PetSM6%gm@NԆ4 X: 9@x&Mm KF'-7Ǜ0t4Sސû H?|&L %0ԉUb6hbMEBrx/0  IC$Z,D+4!+((mWt$-14Zn%0VF%%$%#mA٤-7i` ?L  h2w4!w4iaZǏQ0 FQ0 F( h9 F(-7G(4@(`h`@`Q@rsQ0 H4ZnQ0 Fi FQ0 F( h9 F(-7G(4@(`h`@`Q@rsQ0 H4ZnQ0 Fi FQ0 F( h9 F(-7G(4@(`h` 0*M[?ih` 0.7]4ZnQ0 [Os蔛4ZnQ0  l(af~`Ce:Oڜg]\suJt AhÿDv9xΙ 6<dB&o\\f FQ0| .H$Ȍkw)C!f yXk$hC O2#z9 >k-7G.+1W3`'B[4赉B֜iT4ZnpMLHd q P:RN p Ip -ѲB@(Xp\oAfBPrpy@ Wf`-7G++qMFh  Gf`-7Ga u'O-F%d ȅLA6>< @``:*E̚Sh DE@(wG]CRp_3<5\L͏-7G d6<7֚M&"G&rs#c @^ބkjRF1 FQ@̏.0X|`CTL@H/4LPA7בqyKAh# F Н*26W`^ ruH;tV4ZnD0i`G MaG恍I&>}X-_hD@nZ`dtr` lu+x-7Gbɓ'rzw 9liVt @H,7$|s/:d!hI`itm ;o F͑G7\\!懊h` 0ϰ!N-7G( +r FQ0 F( h9 F(-7G(4@(`h`@`Q@rsQ0 H4ZnQ0 Fi FQ0 F( hIhmj\F|Q02@ĂR} K&FQ0 F,rؖ&>))s4XF( F" \J E'E}[O<,0]B*Й]T @Ds ŝ%E|^.n7Ӎ2@DiR7}L)` ,4j(T\ՎV]h򄉐+nF( hI,zO<̧z)4XhRh:K ;`UF$"ՙԤ7 I]xa`T{h#[KW,кv rs|]=ݟ>}ZWю4ZnQZF1 FQ0 @͕,w4(FA@`@{3،@c -,F7 hi'\hQKȴ65S6A!!!(1 FQ0 h N8IrJFF&:"hm[Iɓ׮{.` D@s f@㛣`ж,1i:lVI&X>~+C&0jD-7G(-HHJ:X+HLJ&Ld *ЄΞn`t=rs`yirtK/A'`c;+rs`I/ eSe ,=ь FF(9LK׭YE ,́yq t3Gγ#-7G(_ ,׀]iu!6Y3!E'h9 F+ D/\N8l޵Z˞  ' h9 F!LSwhbRҞ]׊Fh9 F OPΞnj"/ rśmCOD+1*edhqs90Rxk&Щ֓9I\ipqlq D uj{$!)l֭Y3\G9Ihq@CKhڠLCz\Gv`ӧ}@J!s3ԉII k,ꖛ@chݚ~vT&׮'0h'h9kmjf:w;{MN~Nt<{3NrҒ>0N!%u$  ,GPIXkW`l^gy󁙍ZgŖ /09 H;h(.KzJQrZ(('?<~ ֑" F ]# kZw؁=`Sz`ט%f]nka"6H |s zǻ@]\iH0@Z4ZntL&|cT\ ,ll` f`:,բ4a$Z \g)%aBR<5dz@ց^'ORBzD&zX2  % 2DB* 1 -MC%~" @ ;1d| ? Clnl?[y!Դ7 6!V_,XpH :&Z 1 ;qHa|XUn P&'b p8!nNb ڨ(j`w2<`>uTZ_,tpH08 N 2\ {Lr!_Ozxu&MCt< $I=x%[׭Y\0㙫 yY3GკL%$'X[ g؝\nlx.{ ހLE5&"gHM2@Y@-dNؾcP s`k^~D* h ȁNWCO]Hgn<pO<Srh"=C1*"oy"pBz!;wۀ{ ^P[D`2QҵFk-glXOM%T a &d8By'Vk%Ofd2Z ϛGTم  B$׉@ jhE0la$nvMiQ8fS k )--4db@:DS>q8PdܹnKc|2 ޅLOMC&7&Ih@,)5:͖GBNl!TY{0!! k`'B |0<@)Oc^AS@@ֺ/?U iy:3-FBԐ)o M -d 0)thrI/ϛ̀܍Q0 hc!'д w2 0k4*Gܢ=w"M-ʔ7Ĝ$#ebR` rs{֐&-# 9p h9 h`gJ@ΧQ0 Fi FQ0 F( h9 F(-7G(4@(`h`@`Q@rsQ0 H4ZnQ{Q4ZnQ@6r -7G( $Gȏ$@(ѳEF2rs`҄ O;frbt(~#2ҁZ`,q ]AL: thY9 h9 @X8rx5{v/J`Ât`P%rY9: > h{s]`ih p/e(~GO'h-7lPb&F h-7ITaL߸v낡IQ0h@or)C_{׮k01`%>)Q <:£`-7GuPXB Dx=1 h h&Љ2X>D_ e(xv~tj~h9M` $nIܗT4:95k}Dɕ|||g hR*;Bse3`iV`mLK' B@H]=@2:"vGv,mK:`sIIwyhބ\,i4 bSD۰62ͣ18 ht^hG65]Cx5k}mj0<}a:Q0 (4ZnBi~:p`#Z"hy J`'X"/RQ0 @~O$8Nz\'Q hfM@T_+,4wEM-p@&i~hP 69eddMNZZip@&irƺ5kG .}>LuE'G ףhIf!`pt 5鄌P% 졯]&8$dt|s -7IѴѠlꎜc93-|hd@&9Y?z$N3D`6* Fzn|T@BsQ h$TSyH24 1`@J伂` ,+E?/o i` ]@ @kSy #`4@'Ogwܧɐ#]` lrۉd̃?}A+}:]\̛Oӳ0F[2IsAr"9Yr4&L4a":ׂ+(rs _C&uy(rs\vFO< IIF{٣v FQ@W'ZYLCёQ@k@(7 whiiAfGtiiZ{vf~ Qneu%k׬Yb9$q S`!:"XnN5sW5B0ރBn]F检n m#0  9p0`cKF4:[h,Q0 BBr=#@g=23iD`BVã!< hYWl2j9'uG!)gt('A?rdh ~:T45K#F=@ uH}Xeviq|(N:06!u$@kS3Ȣ('A~kxk׬?o;zd(3AQnBZX["ZZKW,b4W5(QEQEQEQEQEQEQEQEQEQEQE_L_Ə! ӆ_S 1?+N}O@QE(((((((Sk </thЯ^Z$f7h+?L6L@ckU=>X)2ֿ2r+/-k+z( r+/-k()2ֿ2>QM+ 6UX`y#%`~ʹ<2k ,#kM<%^ Et- Wfզ3p?2#t' 1e?w߶kQMWJ|C5ԯEi%oB'\Gʐ(>O"';c"[cTq`;BfH8j_r+/-k+տ?o?P>~xON)ˈشr-(Rq$yxCB6yg_d+ώ>_ 4x~kеK?JBkO;ncI0_/Ə i_Դ/5c[Fl[`.|ˎddĿ>'x^|RcqjݦtΛvKUexsA"fn|'|+_('O(W|!{Z|:,el-f{J[YBoVF P˻ZŠ(5K=6MdhE%rXg "c>ᯃka:֣k߆}f''OQ@m~ |9CkNӵy_[,g~EHf\r\7uz@>yۨnc6wKJQLV@[>EQEQE|:|l⯈~0+ |7wo|!ؼ< ]X[%By1A>[GH<K|Y i_h1{%Ռqe/#V"'hgcqV0|ec ]Ƨ㟇t&MķzV-ͭFdP"%/۫vo|+7Zx/ı8:Z^41m)H, *)`Gm؏OW4ƿxLcDZϝk o"O?K(=9 AF/QGPы% Cz+?I'=n_|5%OjYfV(rȧ(ZDQEQEƁ)gLJ$֫zc@ckU=aEP (((((q'Oտh>)ogkxzQxo\#{pĶ}cj~Կ#6Z}O_,~_ڗ+^(QEQEQE|m|YfI5X?6,X}O@QE((((((cj~Կ#6Z}O_,~_ڗ+^(QEQEQE|m|YfI59?]nx`-7cvIMu(CH>b) !#kJ'ѡonr:d{>j~:g~'j|e |'XnSwʟ%r<cȬoC~ nT𖭮ZkQyCOd\6Ab d((((?:+ Do Zƥmb2E=6 Y ^~.~ӿX-%)h-%)kz( 2jo}c~iӠsĄ?ë-X,"Q匳 JW!~5՟<H~(KxNz|M;/>/?k,1`%Z6bÖ%ฦo>oi4 [M2i#]b dؕ'}ު@P0@6|WUէǟ;Gx[O;Ks2IirA%D)?w @Ojڴ?IgvF[Ftlt5>8x{]O>}=,.a-M쮯P]ȸrɶc x/ǒxWaK}T%HC+Dbu0fv$ sۿ,ҿ+X |@t+S4UAag|#W}4xU;x]-UKy$q:yw2H$u|&?+wᾏuV}zRܬKrGy*8pG$?exs~i\jZi>y 8$f[Hط$j*i>/qg|*2Ko+⵵\i\0\i3nI)kڼS|IF.tpxMEק-l_c4K;/(!߃k?Cթf4/j>ּ?hghF/,DH崓LJ^f J>X?hfkC?es3t< +_[xJ/R5X?j_z4mI(KG4mI(K_S@|w_lV՞+?߳@4 ;q sWP ((Sk5IW.?k]Lm?w=39jwt_b\m"l[2??gWO(լ@Xc7iV%O( MxW|;]vMcKiy $R!G_I7?_g?a;ᗊ,< }sg'1wXCy4%*H4;y77vkrQX˒9?şhoٹSCm _<'7,W>wzѣIkRbLjW{/og6^"Fm&k罸E)ݘ3H/h,_j~֚/ i> d!4_w q~6n[*pO8OݧZ\=nc.J?vkrP>XլGnc.JWO(լ@X?fKKb?oWGW8~?hߴi;VxcOtolR*'6jcqQE ( ( ( ( ( ( (>XK)d?_p+zc//G\ (Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@,|%h8k=xÿR폅~ӿ͏'fwm}l(QEQEQEQEQEPK?o%%1OEBPS/httpatomoreillycomsourcemspimages470121.pngPNG  IHDRi`|Q pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVJ4a¤ iߖXNy:uypBFÓ * `S^{ w'k* X0U4 jK7E@Ci4<CŝpСlXcp:xD@GM۶󸫛Ѯ ^]fMu]>>i@0[Lʝ=Cs0 tyBB \X0q4<) , `6T  rz Do Gkyiji[d$!tʐpyeP0`;lD 0W`t`h88~횴4j ,F7w_ |&|EkN a[%- xQ@0ߗ0a|4Fjԏfy@ *a8RH,Oa[%@m`10?wl;F$@öJ㓑3ZF0Hgq4G`4h;) QPH 'N$$%xGԉ!!p("F5r}LY@ùJHHJzt5keda;Fpr{!'\䏆̰ylo ,7?1)Ifpol kffZ:y͉x!MZ`<Щ-IDfI %Dؼm+L, !9Pq*57VIl XF'GL0:<2A04z(`(*aQ0 Fh0 F( hJ`Q4Z%Q0 F(F(`@@V `Q0 K4a༨ huFj@cUpUdܹ F,gomx`Ѓa LmX0<8,T O`9; e0kO !-1UHcL;[5F2JVӹxKNIl*Z eD ^%+DF|N4qBpeAd+zQ>k1H d>;02pѤ FI >wF)}?͟7ꋦp9ԉ|@K=ynZ۵kDGDvt_20(aL5P~^@cJIt*yXZF:3-Ƶw/-/1 G\ɓ'@"'`]'OTN'| h?g@v(` < BcCTJ0I"=bժȀS ɂVY GLo)th ]1j0MtKAJ%(x<# TخFŢ1O1Av[sII&*yd?!iȂy1 @I&Vˁ5`k[f;Z l@ڳZupn7@}`J;!"  ^H>`''@g!0\0 )) d .WFNhj `Bw O?`ʀkY P4SX djgەrbdHrD]u?xt7Vi8}k>lnћd+xāog ?y\Kb6!mHH@HSmڈ<Y3@I9x̶'ODo-:!=*Hs(!سk7Нȣ@"EI&Pם$5$]&?"x5V~>d0 6*@y!C'XE q:ȾvD?Bnu[a\}xwȮZ< m#ra5i1Nvb+‡k1P5CTAWxB+fjjQ  ,dE 14$Ƶ@4P+| :qRZFϹxl6^30t//Za? %Wb@$r8#Fs Ax@ S(@DJ`Q0B@ޗ0 F( hJ`Q4Z%Q0 F(F(`@@V `Q0 FQ0 F(P@U(`(*aQ0 Fh0 F( hJ`Q4Z%Q0 F(bAG(hpV uk=)@G:T%L:UhYsDb!2`.޽kkפedCBJ񹺹 O>A!!2i t5!0xi=pHPkiih+ΦV,H эy*MYܝ+!%fOtB}% ,9?:"֐] _b9$!R5uy@DDcL-M͝=@vfZzBR:|u`cqDc`_LSi3 `V@wI``t'$%65ۡ40ChU֮YsZ;ϚI;~f22@!i9I lO@z@) :b̛<@]DII@.P H> T) 6m q*6@ x_\z%zyUxC,($Ӣ“d@klS 0 !: $U7% h>)OtKm] tIfZ:d2NLĜ D'Љ4qFqK  /ݥ%JmA6@H?Q+C`uKB=}S>7 U=r_Sn)؊&E.s iI o  &JZu$ fwAiy!7ɛ)!ZD œ$õ@C3:V4B֐參3y8 F ]##L&L00| @KVC ,Y@R f]$;`!FdZ]KF䠃 #U+GRoF[y5.dZay]n4J4TbQO8 / Y ːw"JL27I%&%s˺5k1Fd6Q C2۱`޼`p~b ȹ%7Hu lPf&CJFQRB6CHDu-Hv8%n4Jth2Skiv3 ;tѪj1GX[fM/֬9eGGbS-3$΀H-LX;f} nk׃B@t3/`Spt'OX/ee`,?eJ&Lˀn&A!е`hU"ԋН*M!irn$ŸZbXfBZ `1M-M`,]H`rϮݘ-YĂ'p.{ AXr`~,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}z䉦]22nn|||p'O>"##C/v58BH x vC9J'0!mnau.y@||!!HbB8Ht$5Cr!НR,@چ'OrڔWPL^6g51{v4a"PȥXL0<8B.q39_ypN^ȅ;=^p(]0o>Ѕ%h "e%wnmjFN30Aϛt, dEa]J II X$#`4 Fi܂|H s{@eY3e5LBj`pX6:caaQSW bͨ@B@6m t$7!)KFnPHpE7W @Wv a$ MRdwtC:S2э,7< qlh t^<8 !QjHĚh%LK=>`~)a *=`))/P'ZKm`̱eH3_Pdvݦ^0oaH~ t 0 lكX_.`881+AҤD;@1-M͛mLwe$@F(A\d2`21[S!IC,qU$%Ic@X.]2v@WSpI yI;7o D I`=h EDBDri̷ ns2d- ,c FkׁAd2 w'0x w$dur\,G 5`k"w #'py*$ӿ+ vpuM R6[>B#<3 VdND'f(( -ĝhw@(vQ tkp70`^`&Bb%#Z'zI &D*<3hw CNRAZ|x \i r' (m@R'Or 8 y31xl( S`IOFD.@6t'Lc C(KՈ@ytYB lCzpW-aC&!y)[i@w] w@P `Ӷr`zXAj l!  [? R`PF 4A5Є d&rOf"` l\v/׮Ch7PX&ݖk<['-#箞nu,U`N` t'd~4$&+6\-=ف^:= @:0xa u4 X,yydt!8m`TtH]~@,x \ s [ ̺$%!F R=Ej>J@$n-,s4-R&@o8 F( @(`@`Q4ZQ0 Fhi8 F( @X!O ȝ]?<T_=Tقcm )ww[[Tǡ VrАphxXwi;ѶP-…*Kp]bGR98T !Nȁ4u' ;.F:@`Q0b@΢Q0 Fhi8 F( @(`@`Q4ZQ0 Fhi8 F( @(`@`Q4ZQ0 FsCCIN8u͓'O֮YsAivڵuk׮>}ڲy3# {nk˗.$X(5T#2nw`H!VA5G f@ ? "L5W[E񣏧׉ǁkWU) &]y@QFj 0xA); !I0͝ ˮ;0R W^ @S0FS! l@Ve;Pt)&f~1v$Kd* Ljނ _]m2F LIǡ*pW4U4@YZ!X3J=;2hq醻"j uVUSK +`EZF?}Z@ǗB94a [xxuH.r=vHOr]"0DŽAu@2F! 7^'0AB\߾elNešĨ &1Olܣtx;{A /rM&Xh H|y, PDX8И+,@:⫌E/lV؈@MO$Fęz˜-_(HQ'giAC&Ѻ$Xݴ@&IfhKa[]@0'a aI?`AK؇ҁ 3HRB"D`' PX.ۺ\-V=Ře/`sc n700PA+FQ8ǧEiHmind} XѳEdE $ <σu#=vKt RB7z/Z"P)$iV`mXX"}*A @D ̐֬3d3hޖSi׮tkC&܂|\K+ Si2;í &'$%*e`t d2aL@"Px(Qj#:!)q ` 0Ȧz E|V0p`T ($W!@)Q0 F`Q4ZQ0 Fhi8 F( @(`@`Q4ZQ0 Fhi8 F( @(`@`Q4ZQ0 Fhi8 F( @(gؐq*[;$E1'IB CSwJP~Pq'ORvv!AtB9N>冨((ڝKW, Or'0i]p|s҄ &Lu X4:yN[a' CŝTifb್G;GrQCx X zN#wR O7@;kjiQpS4TLy3O FgQF(h4`pQ0 @ FKQ0 F(- G(h4` JKC: >\v -CJkDgyY!8n1;/ѨQGY0_oHF Z>"&%hk(nFȈD;@ :xFȌz; 4lKCHG%6BQ@a?}ɀb Kw@ mi SH-ݻvAG I=O>@ѐ >) w&)h8K@WՎ {xN}Pd0T222IIM!jL""gg]fO!)l҄ 22 +O06.A;w~:0<{S%ʏ{pfC%;@eCVIb! @SKkܑNA[BYw`Q4ZQ0 Fhi8 F( @(`@`Q4ZQ0 Fhi8 F( @XIENDB`PK?w445OEBPS/httpatomoreillycomsourcemspimages470125.png.jpgJFIFC     C  8u" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ? u8X'r'kDHuyj>8mޱ{=ڥ!`+cdaQzπ߱ŷ/6_xFWʇu;āwHt)ٺxkNR=D_TO?)F' +a//ˏ_x7PG 'ڹI) 5{j?e RөG-bVvJIvJvPc/!ƕej{}+ό,u n Ԛ晚IDUXkmٗD|G>-|AдK&{}e4*/$q"'BJ|7vSM__-}O;Iw^{<.%_ CP{3y3I$I^sO/ ȟV7nx7Ln,"ּEO#[vG,Ak䈶JB#'؏Ys-_~!o wo¿ k>8lU:g&fK;Xv՘oW$/kZu{WQmo"6WW%㽴 }@W`w\j?w?dt <'FVL= hy%d}JfKhtm"I#.% :_Co W|W ]O.]QLbcfBgzïۿq_ ~#x:m:J_۸dut2 )W쟢'n'< |%?*/Xk<69 3XbYY S9M> |L5ώ-wE50VG1f"鱙$k~n9]~ſяiځ݆7cLn")!vkI4͒>MccI>=gFDj0\C|l-ng '`I[D74HҬ^>{i O%:/#G}?|Ao(~?e |gaj;>#CN=ė ^AwG9ѤH3PিO:/ٙ~$aL~#pYkW7wvdYB&%Av rk |⇅5NYoStWV)WF<A@59|v?f&yQkX}wSk|y|^k%?1~*e񍜟|K{^I\Gi&omJmY[ |iƟg~=7Rs* sUm6vyIx ~z_8z/_?>??63xcZ(5]q;[ʯ3C!VE0UV`|sgk9y#WؠS?c'Ou?~O}Egig+OJӡ@mm%o*ݲ܊?aߵx^g<_ &kE&XC0 =!7VSWࠟwƿ O>(D.<7xN^jV2?a͒2y3) 3?]A3Y~>) qvGSX4:_WU.rU+iGEo7^5<`##cXimᵳm@Xf.zb_8BW9k[[密 XRR\/|#wӴ/ 趗e#G%eK#'?3-@~ԟ4a_Z'S7MՑh]VRȮʾL"~~5? G]]'Y֧ރ(B_ܽ6p62BL 8>6|Y_~,㇑toxnZ| @*ܐ(3,G|?֬3浥osp15e\olZxWAqf1 !E]-X2ػ +3|lԎ\SSt[ZP4ѬM 24n @w|Y]jRK8FeD0$A (? j>4ZsǬmi%FeI +ѯίۿw QV\o¿ Z/<1]zˬ>$!ܩTJ.+h|u4}gYp[}(P k4 6N٭RX>FPF+k?cۻbt-egܛ ^-|-i1dsN X9F(/? 'Wį&c⯅բ,'*ڬ.Y/Ԑio"UK )EERlM_WſZ&mbahڭpe[x7ȯ I$ɿ%۴m{P'W~>"~ΧUK5- b,Xqފ(|c"_oom{%iޮ":uF$K?W~5[:i9#U3QI8F[)[*0:QEgQE+x>?okڗ8D>Ԇ-Mv$C< 9A(H(4c'Wo!|_~/Ƌ YkTu\jY̩4*##:,#mT([j(AEPPK?V1OEBPS/httpatomoreillycomsourcemspimages470127.pngPNG  IHDR>>{ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV'} 94-lϮ)~MV8P Y=ݙi6Y`|hlxC 褄$<`|`(] S >iln E%"4:ḳ! t dײ `p|-y&C$g`Q&LLJt0lyI)0‵yBL)h}"-oDNy@o`n^Kd>}.8VU $I#vV@.D!@!C# xv@M0ӈ7  ̛GF `{F !z 0 H|kI`IR4k_} Wo!.qD/V&E>%h jAvYK3fMQd]@1?FY^?W!:>rܚի;cb:r.3BH n(͝ D7#5@ u&ʍ\[2<Zh6`^f yzML5iDj [z1=ݐ\r8(0X79 XpyN8I|)" z%0 *`u1P7☗ ^CJ [,&Q)#tQ! S7@a9q8F)Ȩ>ug0#!srnܹ@]z& 9ZY MoA&&Ѭ\,FS``^D6 ,J`l$Ш, 4+yZbnwOLJU L 5q y$6R11鏦铧XF s\ Tu| 1!kT"*  |X ,GTg ThR>^LHEv[;Lܐ! t a`JF-݊m"v|ҳK40{҄ ^ws I\ 6 9 @%$np=ݐ@?dYl3aI$lB%![f6 ,qClc Rdj!5%#64kKML:2RlH6P+݁r%''nx K) L 9vk#W@bU $R-z4 mH,MD`Y6$s4P 6!9 -Ib$y 蚸}1W3B=wSl?}dI !u4؍9d`yL*X! /X^R 8Olټml \@9=/@'+C ПcaȺuTYI{n`Y% > XANs:}t.[d-;akzF Я'N| 9%@~Q0l@&Q0l@&Q0l@s Vd+IENDB`PK?HLYY1OEBPS/httpatomoreillycomsourcemspimages470129.pngPNG  IHDR=>[ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>>)I2 cƦys^zVW Y .rq &C?~j).+./\(bڹ$4L|@Yeh. d9cyxb?~hY(KŴs3A@'+}`RA<#ͣxlj&4I66A;Ŵs3 (-@R Oty'iw q( #54QIh-ͤ(Be:@Sz AQ@x)MMͰX{JŴs3 ( 'cb@r#ͣ0cN1L* j%0Ǹ Hr q( Gv@PYw݁e 0P$g 7Re`qD4RL;7:-M%6@(I$n$k_N1L$ [^p2>Z.AQ@TS׮]t 065I`m&$iAa r!1 UA61S*I #Nvte*[3hvn&db<_j҄ &L+wj_tD$A`f+d21x<0T[n%!hG3qZ)I2 [JɎ ?Ædq)#d9cPyַh}Kbx {2-$ @9Q0@8 Fo-l*A3 #CnMǑ w)e\) 0OW!l"jA6 4.}@TxH8hz灍9 @ai'FGN%#hEhCׯ]b}|&c :bcޓ=ZlHs$U A# *f-9|DrQvH(_BϷBZbpzvTNC.5dݺ(@`>OjP%BZI IyHItdQ2-Zz50j@^H6X0o>d>dӮȂ@7sh2xFPHȰϷ.p^@nZ) - .($$`b:$`fj> =\#J9$ H`iʁ[9?);b:)'聆3؁? hH@u  D MHx-Bv#p`>)ڄ:O5Ƞb \ ;y[izʹ#0 ޟFӔ3 M9@jCϟvZj~92:z~@/jv/u+gu2/cehhHEc@QL`4 }|` =@F(z F(Ci';' [f'O ot޵kϮ@ԠL;pڵI&Bf^+"g E w#O&Ȭ'OBBHA$xhA@$o!gZZF됩g`l޶n9r}(|5k DwNm['3-Z_34}Lek+)DDJ`=`y˪)?$ HBA]z5dBȠ$XFjtz yǏ uFԒcj-Վ O`̴[0o\Ɛt>h)2J~ b->eЧ@Sw fzy$_A`)Ч"d OBT& bǥ}Nd%MwE \K[I L! F&-صvg0S[u)@Qa<)]fK ¹+r `\$KdOMl{*D|K&MsBR]0o~gOuh nf@vL2V4g_3H`_SW<0KHcݛM6}| z ),ϛQ Jy4R2s4osut q ,JFْQ #R Ski17N^ l̄Qk _ t)mQ \s٭lixI gr=gS Hp` dbΑ③Cݫ6Gb o2F Ҩ|ڋKY= _O"BR&&=wb֔5@ӿ£|'M;B!Gx ,ȑ8}pf~ $&h/!)k"'[ }Z(OnjK(FiZ#lT43P'PwP Hη.tȴ9+ yp9M/8i11fe`ީ_b"5B0,U`&` @rH]ə+Ir2AR Hʴ\r)228FAs-I&`>š ֮YE+! Ҩ pBδ@Ki4iZ["v<> b6d>Oi͝dt$$kNH$Sȉmhr*\5"Y)nwDQ[`Y7}L5JVkCZXX'%n* @.y!=Siy#U9=̟7T^Ȗc 4z.(CR` =@vh4ߎQ0@)771IENDB`PK?Ahh1OEBPS/httpatomoreillycomsourcemspimages470131.pngPNG  IHDRdFl pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV|ϟ?5<<<222@qqqq999..Ѡe4F(#'Ok?ǐ˗/5222Bjt'''GGGMMM)))ff q> F(ׯ_ ? l (@^ " Wlyzzt4G`8s`w|ٲeǏTt땔,,,MLLFQ@7@}Q0 FO.++;x ݊>CCìH/b Q0 FH/^v8!xe\4q\󩩩iiiΝQ@;@}Q0 FSNςXޮ?) FkQ0 Fp߾} ؽ{r___Od/b9QQ0 ]={`ɓ'}}}1s!wx BS&[l!Gn`ѢEnG6l;w ?~`a]? OKK@AAAcc#^GSFmҞ={6+++mllFKQ@8shp?> ;vطo_oo/\p!ݟHiiLj=p60=?E ^Ł\`S tbe4W]oݺXX:+oeLѱV:`1.X9" Qܔ"E!z!$hC1G__?### @BBb4FI˗/,g( P\\2ާ7%BB 8z釡:9thK!y/ ҁ8:窪b$@r D}mImcd4,4M$$$;x9sn%J׵;x1."9 54nΗ (8[?,R7 Z˞!<2ƍ˗/+o޼wRVHxh` 2o̚5֭[@qR#ؐ2[O!ŋ Wl!a] LEۈCuuuI`#Z,r#+@#6:::jkkǰv&vK/^lnn>q)!! O}}}`A-000;;[DD YoÊ+~ ,O6l` R(MBVn{rŻuH n}amEEqN`ߔR܄-zb %$,$z>f3q5#ŒǛ !XWCBlѭ s-v:0Pcaoa[Kkų ~ n@Zr}ه WwnCT$1;AYvb.9wDN1c!oYIk 3?`׌m( \x D/! "%i"[[?D'w9J)`YVB+‡619J}lYԧ=?單]}?D}1\8' ,8yFkOl,rz%4X*$?W?M~ݎBQ9B8.}KrAɴ^<\Iмh@m7{a G:5dj8\"F`WtB⧉Dx¾;7ct]׶mUUCNNaAc<ؾqdW_c5ZGGHڬR-Qre*jm!+-䍦J XȔe;Dѡ[)O {G85ƶ4lQJ[ҬFې>gT7S4M7&~7mP.Sܻ4u]+P,˲읱 Ea@ttYh(|!YqI(>9kw ט 2V0r8i )RJw o}!`+kCaMC9 kgNk : Zð\,iaql0 HJ B3mH[k)gdpS1|$I8-r4M%,nQyP.lO3ȴEcM)+G^"`e!~^S,@ʶm:>r4i}\ɾma3&fp1DCzHq)a Uɲ˂!h83_0z]#iVԣH$Ac -}Jl`BRR2N?@ň7oۦ `DGꊴФҚdeJ:1z T %v|5XA,M \mfsts>%ݷ|aMWeYuU哏B :ps#)^k:7Z򜥔RU fz䝱0P [BHl@EOQ=W΅;чaXt0x3{J"/RwR5&?OFo/I[2ldQvN&pt܇LtԱ_ _!!^y m[uA{B-Lxx[P#р([إ1>xXsE k8;w fyvEQﭹQ7gA[m'ٽ_u]oiHIqO 3 8/}2وŗ\2{jw$UUyD^M8]!7gt!Ѳh>į낢*rF@\bu]SJ{1@ɕ H'5nR7c s/z {Uձ1:j"EiB(R X;MV`+o$"\\c3YHWЩ ?992.OzU-{OyUfwBSy7|XL`̙ s:ﲒMp"sdYe&fRt38a(mŠqF[@Ǒֶm%t]MrA˰0Ctf`3H_ŶIĪ q{)%'b?a"T_ GaM_ɣ, 2ݛSj$BYXD׷gw "lhaQD ],}=YLmSaŽ验gcBp/aɂU&Nb|. SO4qCR)s|;b#0k6vp#o({ܜ EK=6fVUxFXH60D1|譵k L+OP.U YK\>;8zﯘܶ_0tSRh%ߗBq)lqT?^ڣg =k)%k1':4 ;(\:<;a}th8L[e#2ž7kZGU+o68345w8_Cq]GJX聊?V,XŦ{\>05=0|O)Ō 0 F;$Ӱ Yd$.=- lb#zC˲H}4 _CnY_d3cGW8WMoqy%*3rgʩeN$"m[lBn In!Hhx^L(7x a PkWPX.Cל[2";_\5ƥq<8_G*$cF䔓 7a='Y} 8 DӂَWK;IN9(8s?W !,nD>VZ\cHET"+  O®\)%:F\_k ~X:S2! A5/a@~ގzB@-$W1.~;qH>%hOx|[Ny\jǨVͿ91Lnu~2t9ȷtu`@0d CeXpljgo=In@Iհ~g=Y?m[e%d34EL*qL1+}.3L޲,?ΝB8pW :9ޢL<<#`icDA&!Zkliϱx+8` Z%X- skp|@b0dYwv'_Ft -lTGj(lϔRu߇ e3| FT;pQ3: uNH^=j)6dU(Fj5)\K uI")*ޗێ1FJv6Pk_[kBtfy%o6ZmE TZ8@Ԫݯ{@Cɣw.݃_9SO q^0w-'@ V<< _V!*87%q~rT_Ti:Z'tL}#=AeG$.P ?%rHFu )(9_28 iSQdڕ(/QA/AFlFƼ/~Xs۶!}@Jۊث4}!  S0m(%"J `>HV,H. ]5ӎ/-I v1Bˇ yaـ+Y582wAk?=%jCU!e/}y $HA~%u`k=9/q;5S+-!+D-[nUF'K9%~_, 4!z;:tɒF4TR+^< [AWwnCcӆ mRJ@c)3XbcvW!7)>DJ63U"y/9ՏAy0a(= 0b`h)O9YEQ!"9}?ᅮ[Ç*޺o>W u]yz4(m/ˢ' b"H"/wbc[U6`H+`dȑ ~3jzΧamH[F#AT; QjcmN{t+}˲ZZ~(?SsqK)M\,V$)SoM'S "NX"E(mSyS-cH{[)K0< <`W$Mh!s玛0РɔTPQP(> FgH:S OEDA@g=]qn+FQ8Pk-K:`0ZފsEA1zhZrKrR0X|S}OnZ0kr:#am6TUCpUi y$IpէYdU1Tː"jZ$%@Bb߉.73!F/7b$B`ݖ686ln.Hͨ5g]m,E "[ehC}hX|5 Iꆔ6|Nq\P.Q ժvJT8&%hüZ CwQ/Y |ݪJK]w|qMl6˲,zr0n>"{Lg80n X{1gJx\V|>z'y/0sh& g3Y#3#KŏElFLY :A{ b; VgPP*uLO$)& 4M!yg0 C{dyzdғ,QҒXI78"*ŞW0^ +_Te<`zq"yD`2}BD2U)-R uQ3R,}ʝ3au> .WI'3.:) Чs~FJܧ`zyr9/19<^v"Vk#Y[qM M6;0Ȕ) xrxeܶu)gWnse\<ϵ֍[v_b#O+{,y.<h (gEfŹEi& 0wm7 0&Af,|) SCN=Y6jiKCaSJߧ&hjŌ4RCR0RCkV=iul{KWV9TMjY؟Pbӻ-=4/>~Xӽ/:U۶Y })EQ$%Nuz_`w:}?cms_a "nri/JX;MJ%}iNMS.Uv\EF|'X.{ Q߁X C4h(MRB~)o6ťRTdmN]OlRm]hZUd&*3HA$d;Ct;n6Co`tY݊nAq( h&DDQmeh"Wv) 1϶ܺ<8[WM :[x1'ȈƉ=HQ{/MKgwDz,ghrGLY޻R`&Vz @:A) v'^FE!H) =mۺ4u]Gp-{%eaRvEӞ5MhaLTDj,r_Ato]Ku1́[EƥJ;2zS=u׾T2 1mϜչAƛS-ڊӱs>)qYSɊ ѹKNcyyNv,$ сiAa^ܪp,۶]n*O &6\p @_)  ME FƐ blrQ/}k<]Vc!`Qa $~\a؜ǑI T}kzŸlGiov#.\,(<4)YAt= M>t`kx كcZy8CGK)锇̝ @ Do@+ԁDA#((# be!% "VxxǢrB#6W&լ zrsUU|Үc5G0w8AT\PSsj@E ǗVFw8O ѷm뺮( @*A9>P;**&HZ荹*$]򢂠$8(ܟeYm; <) )D3 6>&˹<5&p%vߟs*3Qk_I^k*'SX9/fa!xg>ƱB}vҵ|u^?q?y,UU]2i BwrX)8;"&lzZՌbѕ|5؆9 ɗ< Q(wֶCl<lma&B [3,٬fjQ4M0ёI'[8;K$/@Z˲$IqEaΞPޖh-u]NR3!^i$nڶxZ}/qR\tZ]RGuݖ<Ұj5 㽒Lx i3 7'L0͸톮QKrY买lۖe<'˸|seٶˈݳ0DU Ӏ" ;;,į*a;Đ yuzn8OPBbx}ݣ!;{a G9BD%h85Un*O|ʓ5U&S 1{xXzf4M]9>Qt+L u?`P.r`V@G>90Hi]UD,Kxhu3 q۶yڶ( 9+ruw}=d- 3|U)⵸%Iݢ̅ "LL //3LFzB}3\e~8 |O(*ꡄ>Q%i fce #:o;Fg'Ɉʜ8>-]mAl/ᇏOՑy*Ƨ܉i, '1Z+o9U;R4H-%.9u[T0SY@2+@ JwZ)m#8>`m( )X9؈!訑hXQJ@d|v=FnxD2]"cD f]F4B d<kLfvu"͌ySrۛaJfu4ՄH4 P i[νq#<sT.*[0=]tm'Kajol=o}\`9_^ĦyFTdee8z]H*b~q]ת꺞 ei,O,m{ð$Q_75H=La+7Yjg.!vt?9A,Bv UڞrvElotiZ5MSbv)lCB~z^bkHx? ~WPr$ 穹 1`wwD1%&^-vYx,w,KK`wJ !oq.,ߪcߖD.Ny$fYo`(ߏAԝ~|{D%K$4\ue뜓R~aޟ4NkݳrjBXU)%eny`SZfS;܃lJuf粄RZ"/8oeR@[3}6Ɲ٫P[k/x;(/M\HbOjMg-F^.+[!I reryϻ@%h=2QuP\HN7:ۭfasbf{AC4HsÑk>c ЙK7s^M7ZOZsq?Ѡp܈ x 4$7Ψ:8a.X!P^^QS9R*зijնmEeJXJ Hϲ,l[ʸl8O_2U ɢ(zft:Mt:gT}=|E"7ޓg{_܂vf́*$[[͗Dc&9"9k I87 }v' =Dod2 ܹ0@\8kNÒZze4rS.BԱy4UU5;C_ Iң\7`0<>eޔɫZpYOZPK{BQwO6Z1rQuSI4M وFq)s1&ObyvJo&4|;$jb F݉@ENo,ȋ!OX`5x (^q1ޅ$"%%qqJ]]_z˲mðb_9qC inrA҂|FDX&/$b-xݩYT5D'ngRy9#PG<] CFCGOq(9NFQV²G޳Uw "SJk$fd¼*\{9a}&Iy|*\٦%,C65 _bst8xQ>31qQ&|Sd^6x5nTcL>9,G0,ݣ&g-8F݄5ʬe 5򍜇w\УvM#$ʵ}.AWx;(Z_@ $t@ t@4d45O&wYqO"*}S<H+r `p.T>1x-0}IO. cT&}08 ^ I"^zOGt\n <ڼ##>2`NIcbǂs qin("( @wڍ,3IbN@mv6i~~ktLrU~ 7@]U,uqh&DJs\Jδ&!Rs!ۃ>PTy+ېv?ԥmu]Fzߧ| A(@ ;xIWL";UU *‹i6 '(6םdwy~ž1cJ8UQ+)\D9MӾ]j~HPS^+PLcK)!D€h9_v6 1G @(`FaD 4,DC8:dy'@*)-Xa\JM ym8C*r]<߳*a 7M*1Oeu_Ӥß۶躮,ˢ( cL 1hgDI5cf @_"gK߀g*@1;) Nq0#x)abJaNNв,N$IW,,\x`,qAk ̝DhDH87y N9I]74MM`qfUU|SBU_:'=FYY,bW|{fLVg:>U?SDtӱ}P*DiZ9:TкM{7ޮLƫm+b,ٚ_$L'ٙ-p$ttd9o۶,D;$1 ;8)v"r:Es´7/57K)jN`M=mEBzjMq0ꣳ)rkܢ! %KoZh2zĠz>԰EA Vl&bʟ.c/A9X/ !F``,$GT4MjQ%}G)FTwFgO/s{_|~ 13L5IU/@< RJLzp0dq0џo"\-`"jaH~LMG|!c݂`bZ5X{c R{ιp)k{qfL6ETAZ| YNCHXQKl2;$o KEҐq D}VjK'\a^DqtfDa8u]N}x)c$o.2.9ұ4mL\cY-.tGn2ZΨ;];Yeg49b<*,۶5Ms-C> ݥ!&{aU܇B*49,lֈ^(Gt|7ݹ;&kUU@Z7r'iN+ab7 _C -iB-SG+[r' 1f^i޳qUq$l+X|qFk{[ ]jx✋1n29c!"9{2~wS_kWꓤ~s2o5(?Z=MʅRbwR~|\7ZV)%9)RlDwba ֍!!|10 jr -RYA\mg'Rw^"ū,. T_7Clt T]߇4NĶCP6mkS{9^:P.-2;77-b]>dAUUQoIK6\YJ4eG(1.A Tgel6$O,d܁Hk5L)ݵkuVMDKC!TNZqAe!HѰ}CI'XD Cbǣ5џ%#ajD Uإ!Ur`Dr]z*x(-KVZie%$uEPw*AK_װ ,;  * ,~`ܝ.7d̆$[uC.wǿC>:8UUeYo_! k\m<)( X(* bǪDT47Pw#}<ꗒmyq %q$QU<.Z4߷?NM|ӾrItYg0,²RXv)kpOƏ9=aOzOZXԇ}7AMȻܝ?@gK;C Vװ}=7؏|иKL1$7y&!00C v v"8a\ .E\41'Il4$a v!X7!3v]W8je0tC9r M@ iY."^ע(v V-qQx,VxlӜ:o56&3$Ipⶋ`!(v߬Mgg(8kWiQk?~b_$( UF!p7[g`0?;A qܶm<}3.,eY%s~:V&xi$6{MC8b0T(kJ_w:kJWlǩ,b)O9cRփ̆!|!ת5^jRqOm[ѶIRYkNhqTi}MtZԢ.NnW8[ea j [.@]cx<_a)(J 6G-xK'3_E* &[n9`Ûe@ɝrՖsÁ씽hh-O0siEy&;3c!ku c6CiAўIOGzoO}\KûmB|T#S3L !wv;a )Z.(\85 %p6$Oyʗ=DJy31ߛ }0==:\i*DGK#7J/2Kw8P!zVy x*7y%f`.* 0c۶/ fۆjM 퀎3V(Qt;WStW)rMP/Ae[Ngp?+uo۶,>:(zwg([AvP3c Zry+s +[9+_{kT9:I>*3gK뽭Rs6Z;eaJy}/}]Oe͘o1`N?~wkܷs% m[C 13+UqbGE7.YQf~/ v`߽F: CYUUI 'zpY8Y>>22*)ǦST<ϳ,g]Sxf:Ay z}VcxlA/e۱6yFziZ~Y5I . Jw.7 @梨:"|nr >*(&!{'dcy/o [h(e/:c4 rmS0i1Z Ğ:{\;DkI& DGWAlvNCR 2zJU#c0p9Iiyc H(<478+Tu,b{,rVQ s̟* \٘ ڴ7( t"pdQqܶZk9TJQko)c* f@ hwI~HQBsMA0>{a @~}H8_ h^J(ͅd jA iN?sd̸!nZsLif AP,y~nC!lbdY'YF#3gx*vx Ըky.}^E4M}UJ#b ɯ& ,,||M4zP??_NE)T&O2q/u?j- !~P"ugZ]Ύ>i30ss%mbƝeY2 sVH?M0%o| ij . hrÙ]kq6ӱ$_І)Rʇ ٞA \etCq8+GTHJ9# j`ɼ*_ᛵ7#=֪AQ $,~O Αm PYoobv0%v)-br|BzP`voV(#Zr͔];$|+:C0 eŒ~.]rn/Ӊ'qC4I*D)uM~-NJP]I |oU<!Cis$F3M&1FCThX6FЀn~sm%\N6ykJcϊ€gWJEj {P+XMsU`PcCv6(IޱWzJiˍ6!fXj5s~-UbDeTk !L1 {j DS xdq6-X=A4/."͟<ϚRѼ㔀; ʊ Mn.oraAt˩)Py[Y= Fԩ}dOÖ93VԋLkLo@ˇ&,7.CiRJy,Kuo'Zk!{D1>{ qp ?ЃMa@78s(<3GƊVous E2:<R]X@Wa\Kv@8!?ϓmսwV8*~}߭tb~/7\)r(H| @@f\Pف$ 8 4->?}Imb&h?dǶ+|aA9~%0R11lG)%<Ƙ69!Zk3T5J6g+L~<9TQ,mR wEC8tJyYƷ] m)1lB4lCgIO$wW\$DJϳ|$_U̧ʉ"c8_]rrW "BkmJvˆKBbp4Ӱ{; _qĎ-]9 KK]à,D[7ƀ{9h v9%!;19,r!z;ߗqZ}Tw w¥2̥|s{3F(& f& &F\M;xù@L|蕅e7ev+hjw[Vp<#'@f]W-No8 o`Ld4M0u /Tek\RR6޶m,x^nAcy-<IqLSJB_OFʮh|>ӻT@cErQY}L;dYVE$ C@`<.ԨuLkCbbaײ,K4_ɿ@om޾cǪ^X s#^*bڕAQZVx'9cJA'\”xnf` 3*yR<[ @ Q4x O5ل7˰.lb?|VewI 8 CQq2f?\9٣"Õ#A(ཇZ^v~N* ?hH_ؘA4TVG %MVf/;<~k, ٕəpyN);\J !/LaYo@Gan ,|gy|rV:jXV%NY &朴a9Z 9hhSJWI+cWl1湔O(?fߑ*2/HNzRJdKfAB?C`b>n`Bn`!v98x, !$ZKPws A !W[֌13 {34[V;.MI8o}!uf+~xr8LHR [ 8 4:d9+LߜM"0eHh&>|4J)Fr"0[1z nܵkU.!3`LX}@-,,F{ @nf'8$A*xxrf!BqX m%( ӧãrZ`v`oʕ6AIIIoo/rEDDԐknnԌ>:5OO{xxd@`Ag?]t/~ѯ ҥ38Ԓ%rw;<]\9)S愈\s4\{[Y\guVᲇ"9g=C4)@ه&|>~ rĮniYk|J2.` !Z>/_-8, Lc(-x@Q7Qߌ(EU+h ٗL6n؟NØU,9g,8Z=s.ߓz#[N QN5 ϯ1xZkыͥ?{h1Ɣs AƘ뺶J)RZq`ܾޱ[kZk03ˇ"iδ3g̜9֭[@kt2 Y9[[[[RRr!;. u9uNw'JHH@*xH <5O<x<"7 ]gϞUVVB%5:Zh耔f(( >}iӦ0aaBǎ\ٜ VرcJ!%w}5 GȊF`V @ԩG(H·"HII;w.~5Gjhϟ?Yfɒ%gϞ# m .SL&LG(``& Gj(?~ܸqe9rȟ?ڻw455utt؈7 FkQ0 F(ٳgnB W%SQ0@pQ0 FRRRX̦C6.0 FkQ0 F( &&Y-hF`A lmm]]](PSS Q4ZQ0 F<<ydh(]> F(C˗/͛7O>GQ(IENDB`PK?VUcc5OEBPS/httpatomoreillycomsourcemspimages470133.png.jpgJFIFC     C  )6" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?Ox?1xfIsjW>\VRO_ʊ/_=~ |[? <K WKգմ},wϝa|HCDW߄|e/1GxW?m嶭uP[kZk~Y㼎@'xD3K5xL_?p}?&ifv_ξ>+jgIswX<ιo.?WQEm?ᮾ/Nm' :.sg/%?r_y1 |?"_uyq\sDŽm[ L:q8W~׈1~4f5[o*h-gwYjk?mG#}ܲyI\aiOӼbk}VXrIm;z?KG_yo~_k 8|c,6Z]/ k>W/$Pz8?>:??ӢԴ5_Xd?Wp~γh^2OobK-Ŵ)\_|# 3nǾ"~դ|%ݵiIw}Zm;}Med_㦱 ;F9aW{T#dEsAWо-]_/|;bE}T  DMWuYXJ_|%$? >7߇K{JJHIFwv/u?D?k: BOWwoK_Eomǿ6Cxwփ&:9"M.#]}_~߿pjc`|!֡/◉涖 3mڬDҵ/Or~o2g@?k]DǀHb.ү?澌kw@f4iOė#M'ߞOi%wQ@Q@PK?35OEBPS/httpatomoreillycomsourcemspimages470135.png.jpgJFIFC     C  (0" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?f'~$i-ޣW6Zޗif|[ʻUͩ]|dvWŤWWPJ~˸ݿI+~iÏƿ5".b_JA_HxO?!+6#R͟|HZx6_6 Kmk[}v6Oٿ/!*;Ax>xH]O֧L,d!Aokyl;i礕žssgߴU|gs,<Jo_φmsXϩ} đ?_|'4鯼)ZskY| ko|!OCOiq]]d^?}beO.<>9%xJ:2Wps,!G$V1~>ֳ+Ea+$꿼OlGޭ?_> xSPWlE֙ImynOJ߰?x|;OR>LSQKc*Dd_hi~e@ŝψDYyKM?umBuyo=/BRIKo*N%_Bx_}6M4|.ؼmSGR x?~-NR=R)?&9% y~oʳ|/y᥼:7?_O3ݮQk|InV&:<[[k\%(-k}E??{Qe?OM+QD_jNs,yw) Q@PK?"g7/  5OEBPS/httpatomoreillycomsourcemspimages470137.png.jpgJFIFC     C  *<" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?PC?؇εXl4o7ֲmdf޶*K;(H?_qKI7~V7?f/|to/ O~"&Ȟ+(㳳3G~+f~п g75T?|UuGccck?,R'UW 9e։k QnNxISy1g!'eu_ x# ?Zx6x{ - Gc?b#cb}oyW?kO$k^K;Ew쿹սݭ~~so~ x?jPG4럲^5Юmܧ<6>k 'MxwDZOZE?y7Ek'(g|C<ڌRbW$gߏ_k͎ٟo2>ڗ?Oh?~uk}"?E XQZm \09GuqԿ[ώ_{+AgmJU-3ULz|O_oM{(XgX:Nw?Eisksky4_O*n<w h4?d_7l:?@|ze=V9b?Wj'í| skbÞ,ӰC'wor>k|%σ񽷕Fn>/+t>g?|G:?iMya_?#R/5u,Ws \[_?Owg\M~tnU%̗Q}5F}#G|%q,Vzߛcy^Ly?-čD %)*]iW,2}߼+OKw~^i5vRIk~,^?f|k?Sz_'WҼ/yWȟq9 8<ZEnҭF#͆?6MD'uῳŬEZos?Wmb>'Y=a[yl@c/˅a_i:/ /xSÃP B-þ_ˬɓe^yqK|yqk]Rō c0Cfhh+Ⱦ#~ƿgxCҮ);2YI۱csq+1?)z֖k;6Cexhi?nẘX?޼>]ineֻ\q ]Gs?_h1x{Z4SXltBYTKY>/0%`_/bϲxyVEɍzGcGȝxkh?PK?Qa5OEBPS/httpatomoreillycomsourcemspimages470139.png.jpgJFIFC     C  0@" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?"k]ߕONLͽw Yea׮E?d|a{ᖮe<k>~v@"~qgF4?ZM}n0z\^E3uMOǞ"Ye5(Ïv}C?ض9no7 vGry7^cc/C3m|T~+a?*A'Xg_΃:*?_xB'̳o/<sf3)ϟP+Agh$xϙ$d^Mg1_^ [C3ۘĐȝ>{Wcᯅ_\y>r]}fm%T}1i߳Gƽ"];Ax7c̴AMל˒?2ෟr/ OfدV*(QMwܸcksC_*u)5OZE4MΩxO]Ӧso/_mWW1Hc|S9Q|>vp֞TۉsO2 H+ր?PK? 5OEBPS/httpatomoreillycomsourcemspimages470141.png.jpgJFIFC     C  &&" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ??BYAj6w7"IlW̸J{S^5֥M>[y Ϳڦgp:~+~~?n<3SxsKΓib|JFj?u~~ؖ>Zޥ: \ŬCyjZy=|xCox[Hio/W%[vG{v'PGt-Zͨ^[ZPlϙ&wRZ@^e&>;[kIe0q^{?Bs++[ULѣ ߵExO?)j&Jޡkwg9b*_yXkokir1Kmҟ7xh~տQௌ|O_yYxbk}ԑ)Q^eX#qa|YqgsB֥\꺄V [G=\H_ [ӿaA?WÀt? KK})*^}i⟈4OXӭt6[ˏE/>|$nq-#7ZjV:ޭsZ֛ +(T.\+> hqa~,o+xO|+d{m'fXgQIJF1|=|nkKm;MsॿԮ2G:` 8GCT%.l4;iH1v(=:(PK?j??5OEBPS/httpatomoreillycomsourcemspimages470143.png.jpgJFIFC     C  +" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?n??yIiYxkTޥnyKXlG?3I/2WUڕߑ PfoeIkπ㾃;[#><5ีC\}){j_4}S7ԭ<; }\wW~6+o>q |!X{_('?22?fuQOs'{o_K8״ *[K>ˋdg7}П/hnj_K|i 6zા* |0ѴEhzucSdUA;$>o?o?ok[:7P|ּ 3$m;u-폈;43҈mR%s3]ىI(PK?s zz5OEBPS/httpatomoreillycomsourcemspimages470145.png.jpgJFIFC     C  F" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?'<;VRjt[YDY4EfgbI ' ~?߳ŸWh:jzΟܭۼh$cՀ1_^Ϩ~Ϥ0ZB\9`UH$x  .waQrʢ(P5[; }iW5/x6zF{ꚍj^Idv *I<+g*UK|F~|6Axk CR s$|װD{WU mv#?໺?d |/<+RK h9 pw GJ ]M-C9 ~˿/xqFQSy>t&+{nV< ł___{gw WEP֯V!qr̐BziYQGg!8?jς_7É-%ίu(_]iwlP"D@cT+tN[i-2<7sY<$|w 1 ?o?wyh_!h~Ge,GY;y6OomhZ%֩j 'ii]\',~?|H e-u tR{9/4؎%kiA 2 |mU?,'!Dzf;WRKKă$,TJ v`aAtߨ|^}[} ~ \Xb}>;n{R\L>KoΝ-}o%F;t<芴0VE >_p*P-ǂd(U^]Eg eEU@}@t<^'~t[ǺFo55}Am"yrnIFrz?N?Noj~i=?j 1k_hɺ#!#+o;MsU^eb)Pܒ#eo5 eFN3^k//xsSNԭ#p $R:)3.WS\]4'4j*KvI ``iW_ ߵK qXO U&Hѭnơj̥AIoY U@TU]?B4+FMr۪4w9,rr}Os?i߲CL#MWV#q"$yPNHG#_ m? |t[ncA\z( x`~̿i?~2MelމNH/>(~_ g/WrV1ӐNPP" ¾M[^𶋦w&s#\u9wm{}Ч0UV;iZ!F3+`iw'z7'HwnmÅ/\:DUʝ`=`>8ʿ<'Eg_x}"v,s*2KaU@Fry>kkmcmp a"$ `(@6~uzm???f}㦇k?ԯ|/,.Vyۍd<_o~oڷo?txXQ< :T(GeT^|9>>i~Zu</etC¾?Ofo~]5~^% d>k(/߳G/5 ھO=RiHд.4A$rF \K#X5&gK y$ز\M"fj`XHPp >Yu34Kkͦ]\eK>閱y[4eVf <_jkm >F兮㘔 ?f.H YcLU?j+/SW *?0ke|v%Ķ15?vGyˁ+D2 |_J:oG` Km&1ȍ#A .|%S»B5v/ lm㿈51t|L:j歌(3)K,Xs<7?]~xiڄsHd6Sb <\,6$\_U?j+/SWPgU?j+/SWGxҴ ?t_߮KDi!un,br:iTG mׅ||5O hӿdox⮫j^Z\4:WtXԵIUfEm3NˁeP.& UoydY CeLvɤs1ǩRó|{ITпM^<'M7_w-/Do?ZN ƭ2F80dWY@]%I].|' xVǃ|ItZ! iI bPGigcclVvBhUPYQ@Q@yT:_Αk,P%|qo"΂-(n0'ד||@7if溊@v pʲ(M0n ӕg4|Y!&CKMwQ-<$6Zs-̱nQS#(_=h?wo_{KKI7" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?G_gEmm'Wu,  H]ʢe~_n[^&=O_4O=͵%GBG{}|yeg h/5yx~"xPo) Ečq!!!^2 Lj>[_"^)~G5FwK>awx,"H䇠-oh6s_an{| sqmeing@V;ZO0T|`+#{'h:f}6yh\L̢P#8{%d?m?&Ws|?3;xWLjChH1A}j<&uHmJ"řAH)u܀+/gg_a~1H5u/0~>6Ѯ sWP4&3,6u񋛶" e_]iυ/]O BweqLSE*:2䌮Tc~֞-qW~ hVzO׎lL.wJXXiIT xc? ;H||iu3GZݿR{3|J.V<`\xWXV_G :?:cŞg}6{ɚ;W D!CR2%VWq_Kkz]3Aek%搢)cv8U߶O#E寰 S~_~6Wį.|ceBJkHf !aq[84oJRֵ;춶 ,@ $IZ??OUfڵ՗ƺ$X5xsLVkiu?1ARܪPw[SO?Vu-_!|Gg⎯o>≴-.$N -Me aWk?[mg:Lxő^De`ma旚EC꧃GJR5MU5b$dhEP (((ʿjI>?nu&|>]֭s$v3<KlF~~nq]sxeR*{m?OS*7yvv72~0BChV- 6? +cI^Sen}b>qPпQ=>~> =_Ě-- hR=m&8CeRD?j7_.u{ OJ֬Mj>ˋ &$t*YHcg^A +Lp_o~Oேp!`lɧD$nU"G~'&k_y5/fkŭgUF@Fv*?U '◌>|>)Y #Il) ^5F8U?6_~!x-g'ӒGԡFQ,M 0 H_Nڧz.,,>}=Bo&zmkO3!CeIgĿ|xkC?W/T,k%Hpdw!p2P;o,MOx?wO$~&⏍:m6k$2g OIlrS< |-ڼ3m>u-2[6`3G1V5f|k'?YZ~,oq,x?Wv=Ӱ9SHCo,j[_!5%kd@#zCku=CiORО!|7S7uR_NזO cscœ{oƏ_|qto cMXԧA*HUETH/ON?7O wh|>}+?GmzQmCh Ҁu~Ŀ|>.|TMo*Vᶿ H\ dKF62̑:|0p5x/Nj5ƾԓNҴ_JY/9%X Xܨdk*oSM|>KS7{Í@ %#*ιHI?G_m߄x >Yh>)(ʛ͎)$Xn#o>׫"Ŀ8Z{?^|Fc}XS/7 M7*sg7o[_o ů_{ mYi6Vk&iq!kIh 22wqP/ISb4oMa GAsl4MQ޽imV")b%2::dcZ?ڂv>ύgí#4+ 0ik0n&X5_R?> |<[zw<5&}UKFHlf>oyAE>ol׼>f><<{=oLn<#[XKhF.H0#8P|VF&?q7N&Ꮗ4]bǞ:uսvҋ9 +Ēvs>x7o'[O/xöOc^h)Z).VL bT!?G|D'ug|G]ȯ8D>>>2 HkK[ +{i dXo W,H> ?_oZKS-qEo0 ]oI}#Hc] 2 ?/C[cK"l|$9Afe2uo9&_>9xO_ß^"` X=RaDQX5]J#f6_FP ſP?|/~к[^0O_Z|4g[Խ%"lOJCn%?vC <M )/5;MaJdߢ?6.jSlx~ҿ~~ 3&m|G򼨛-;6?टt~?go \>@vmYN%y'?E,0ƨQ`(|N Zi|Eh umH&!]*ll{WT(QEQEQExG>KKH?ך@p- @> !|T׬co߲go> 7|ᶡiHb4I^v=J?hhLcOxsĢw\2y<Cv* >}??u;O/?ߌGφڅs?a$S *܅el`?i>Ŀ?V7[cl.M«DC27.~t~lï6_ko߳[:}> ޼xV=_O]n.$["2}~ºA/RM>]ǔ~O0(ڊ쥦_㧅y!|To|[;Swnw]VK 69&!~ (g}A'5EG#Au6'eO=y~KĿ tO RA}o]M/0!N:WпX?⯅? Gweි{)a rRI4r@W_Q@_S :?dOh>1u?ƾ h\hNUVYDS{w',~ξO |s_Pi|u߂$6#0όQ]πE/-|l⏋^.66qKuw*Z 頞-wPW+׵>/KOs$m[Gj劶W_17? 5[_\y{#[VwT)b!F~&_㟍*K]d"&?-gOkq*7;c:r׎? ߴv?nXhz9us/ }kJ"1 ,>t?mx3z4״)dX=PhCXdBe%X\E'|4 k,nd_-epzpx5gËo>i4zn sGb^Yt$WeE<3l~$\x-MkM ,riI2̀\_9 D{]Zv|_z:ָC I{Ng?']'tӞ^Ժ:L;MV]אiG# q)1_*x?(Oįhְɪ7Zó1fgId$rMkg_~ 3xLI׼QS^Ӄ 1}N18b3sP ((((?PEޕ jG-D>UyGSʺ@*AA Ŀr _,8UT ;{GDSq3_k"C&ik {xKI3*<o-9x5ѴՌ>-Uͬڌ>4*YQ/Ϋ8u@./9 D{]Z?}/4zP]6u=J]7.qP~՟=;_)>ox=;J/|*,?OYb^5z1?pDiGa1znP?ᯌcjx⎡l4$_=~XmvPL%>ৈ<1k>%Uy?^W״cᶵW,#'ʘr׎?㟳qoNG%yxf~ߥj3qyt9eT!F70$-}W;~ߟa'ǿi/ :ԖIU4Miqx G7#EvyG ɨlo-rxI0T/GQ|['j2|IKUbVR Xkt3n2}_ڞ)?Ï*ďZ]}5kω"Ӥ?j2C4%u" m&j/=xkG9 D{]Z./>j< 90Fh_75VC:B[g0V*)P3|uD|.]+KIլL26ebQTDtGV`tN$W 4,omWˬK]gK/e5!)eUP ^oItt$ PnVN\fe qf?~^ok۳kZSCep/E8dgc,sh֖ (<e؏#-|?- __𵇁B~irKt]YćI;cSP"uݿS.[׆Um#ᖻsq6I!DNDŽU$`ݷ1ሠij|S~ ?h/Tv%G(I3~ԟ>_i hiM e$2"S%Z 9xXMƭˡxLY>9{V>"U2o]xF_\.tg$!"G]o"ZIe kO i>~vD\EfǏ5dZhd[j"E"ga.$ )_JқÚ4wbyYUx<ܟ-|Z[~?O}jK]FUnKkX'O2fm已 P;Pà.|#;G?:9uKuxXF YDlxkLj>{\Fsľ8E)ZK3U|Dy1cI߳g;i-Oiƞ/C}GCҼc=m/G)m IkH1,(dJ?gA7©u5)"mSL}F@kܿkyPuy!!aZbdџڿ). x bI2k7h@`==(ڨ+ .xn( 2? |r[ n}.oh4 Jq $+}/~<|0>QYjKs$-,.9$L8!Ep^ay?k/yK/kiwq")G_k<~|ѓ]HfzΓ.>m>j]5BrE(((moģA׌1BΑ ɍ[2)*T7 Y&"9tKᅑ%J+$q⺺(((((((((($9ch@VƼ߱K_%<,"iydFIIpA LP+įx7'QXq{3˦Jr.m틄u? /ŭ5ςk4QI1i2^;) hp 3D̻*>|`;¿|khx k7{w4-̬IewvUU =w}a5okĺjV&K{t?ꭢ_ļYev (((((((((((((((((()n(HNE:(((((PK?qxDxD1OEBPS/httpatomoreillycomsourcemspimages470149.pngPNG  IHDRS(; pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVnxh~`8'OXw Q70X7_㎂Q0 F2 Ǐ:^fMpHHPH04g6Iu T_]W5`na *-]x-`\vh`M]-nь7 F0ĂPC湴4Ij$0s Y+eit`aht|Q0 F9 FQ0 F(?F(`h`Q@cQ0 F9 FQ0 F(?F(`h`Q@cQ0 F9 FQ0 F(?F(`h`Q@cQ0 F9 FQ0 ׮M0a`pĉ̴ݻvF(T XF` f/]0_f )yԵh~yIPtÍkiq#(A Ṳ #"1of_enϟ>SOƝ(T@/:qXQ0@``!|)3-zD`7W> &JHQ08@`h`k^7s hC$&%;"# `?Ctt3洧ϚUyڭ0?|ڵ+C޵kӶM@*L@@c'OT`na4m X.CkZS h%@s COZZ@Jl޶f[VSKN|Ȍ д@ٓ'N/`vAt@  t?GB([ ^u6( :7W`&Q k)@O`OQ؅^,=]@^P I&1ir$dYLDhf:ǦiZ`v`(V' 1ވ IQkf`**StmG~# zZƽ/o`B_yo:gv9rhjٙHpEm^k)P{Ppc7x1A< TͣAҗR$Ǯ Jljc! 8UAv;F5燚zXpՓD5`] 6EcrRKd-I? ZgaP:n%seM,C,sf f|h1 (ȭ{`,ā.\^P6>)X@c *"SpB@CuçZ*r5b'C71ڥaX 6CX Q0@L,VpS'X@s 2t8ć4]8//V&Nvx/ L5S%{vL @6OB@@ǯ[Yp>`ǁ>3.n@` Rb-\]Q0 h2"yɘr`x lR@xa 7vx)!.@e.pC]@Wꂌ W|Q,H>yDnV?&Y g`l`ѹ{7  z҄ x5a@8:"o`p"Nh'$`hiimHZ>d.ߟ AnSr)xY DGB9LO5KCj,s 26!7Lq!ɸ<,׭Yid4Czʀ]"^>^!Z\29y$d_ ĝ#@/]Q0 @(`htjQ0 F9 FQ0 F(?F(`h`Q@cQ0 F9 FQ0 F(?F(`h`Q@cQ0 F9 FQ0 M sp!Q0x@> 5ݮnnǒEcu w@7ܸv מ"~jA Ṳ #"1F ?}řl}˧N\N.gh1 ;4LK,!Ǻ=zv2EiRu%&%AnPM< FQ04 lS{!#YMG'WF FQ04M 숌* D%w8Q@`n(<,@qC|W4 ,GO4Bڦ}$-UŴi1F*~kkGSUd YIYgceg3aE]8PeﵖlpBc`;Su}hBxb5qZkISiQ޸VBS6h9{:/}-H+p|'LjDUvK;glF1>?HO'c zkkk^W#}{=gXX !,63v'vI~g lvm4~Hb1+{O_k9v>ܸt<9K 2D/r@Vc_В*WlM1?JJ)kbԔ*&]_l$SE"EYpCc  ` R(z.Zp,\[Tq LW?i ŭbviĉa Xc*++"i):O܆®e2W{3zPQX3PAԃ;,:ݦ,S6hB0V`K2./Ġ4Bt?q17Ĩq18 KL s_Q_E,^vshڀn@JC` Bv1)_OJ` D8SB] ,1%fpPHV dgO5hih0L=).F4[ّ= ?hD*?*:>kR`?`hANd.|mno`  dC8|Ruk" ޵6'76@X ?d08_^7TH ȄSr%As'0ME8R 臏DWQs*Ҥ&_.@O9ClE\[Z':#`\$nR^M!giԥ[8˦{k͙\兇1R} NJ J\5ج44Z>^=F6UO0*+ȧYCD`f9`$80B A!!@5ZZZH[<,,nS"( DGB9L?u$d2h9T@XVDnCL3nHi+%# |@@ANW҄؎bh~ӏ@C̛4د# 8P A9 jV@( FcQ0 4:~5 F(@(`r@`Q0 4ZQ0 F( h1 F(@(`r@`Q0 4ZQ0 F( h1 F(@( ȱWB nXɓ֦f:F0L9 Fon#Ecu w)5@7@N#:":&y:T@ W4ܵ|`%Z0yIɃh1 5V B|mE;C08$خfr4hh>>wNs .T+ȧ[V|l.4\9`[OK.;OQ00{,04\Jrs>t :*F@8r~$>X6epRCb?F|bۙ|^d5V#<hCeHBfX^RJ ) D`wFÛC%`m(==#dDo7O(مBH ^re= nhx=چ{-nf7qȥ9q4]7Hf|p*O&1;'bǸ=ij5(y쨿C"! ?ҿ["Do~\kŁ7,W < &Y#} T@Pb &ߊ<.!yԽEEFZNQOLGl @r5_vǚ)*k ȋ X=O,ڪ> H~oY[!ن 3N,qGh28:82Cw2! XXX{bO=\ p92##b3TuWz*OnWk̏ߍpj d"eA,ˈ$.$IhZrcns<IQ&2Y/,)bQd@(6[1@8r"%F.n #|:A bVK" `.Rt>HufW&@hoTx:\GTaW9-ߵrTݴĸ'mKvYJ7S&apB7"K34=AczW?!2"[vI7׏?MFBI^$Em.zYxoD(=Y\=f{FQ?tfCNinK_7LPӂlL4&C.wW\6_ǚ#Ռ7>}(ayƀ&eQ ]WLV s௅U(B* !㘚K\;fEAFW#Yzj=m^O u`X3f>%d#aƧ? ):"OY=-m,fWH_, t P)`i٣مHpk&0C !|ZY:% h ?Pt/Vp9p|Ah,C6HO珈OMaB0m=0a/|0{"1'хq8]:Vh+@Apc؆2MG]fI&,XI ʳ*"PœO;A' ee@9F( ȀyO[ B;p"V&0`+8`!nZ3'ȥhOޠz=C4F-A&ґаv [8rЧ@ܧVk;dY (P} @v@3k^4 "?&\$Z8Zzew'+ϲ䡡=_BZ7?6w bfa5` ,X\k]eq{5%\Q*>U8Os5U,=#o @\jFB//U[+ȧA`U 8`m`OE`\BaS`*-@`Q@`cv]; F(Z7#Ŀ4ZQ0 FuN Q0 F(?F(`h`Q@cQ0 F9 FQ0 F(?F(NX7@Pu$#E @8t@$/_ܵ>{nq:y!_<֎tqa>uϺ5k!B鲳ghc jAM<:8$$($u?L4Z`u!I7׀ȻD;` n2@``l3gfZ:f6B/z.+'.X_rANh؀X'&%Afh;c "셌q]-Guꂿ r B@(vDFZB6CZ J#P%4]fM0] ^ ܡ {*U{hrBY.WeNH)zP??\撆R\_WM}UmJSc=e\GDg>T)Z St_'rL%!Shrk9{z.C NF]G&"22fZUjHSD>ZoLPa {4@P6Sl]B~wsr`*nJ ؿ&Ȥis:/! ?L#~ 4>I]GH45EA$S^ ҁr ʂM/" Lh -Ffd"\WH) 555'Ğ{q. /yȐ3TuWz]YZϿΧS_?hḩ8qz,{4MZ,_j n=2.r2Xƛ8A0/`qU6"B_/e'eS2rTרՏIFb*HcVJ 5rv_! GtwǙꋗ"pb8Sdz،C'Ц#vun*bgD_26g pA($PD @Lß T1].}ka_qe*BѧH^`pY.J0 f'}q=k+x R`FlPB<4:n kؐE5ce zP;o%q,nvS*e][d6r@5RV&bȄW;Y;"5đh2 Pj99rTQ4um#T7P).n2WTɞ8$Gɴ0$+}x1OgÑx^yYxZݍXI>>0YKO bBK, r{6P@o/O ,0yZfR  ]r9iKO`E?'l܃p|H o@j*8:X1@F,0O5z-rXW3:q7,kR`?`hޥ4^uꛗNZI9U®@l /hL6@FIm}w.Q{~P P}+_30BVEJD<Ìzǐަ4 X@P1BS"X P9-̤P*2`i9XVB (E#Gy%i5w*2<C`ұjdxW5Y-T OÌ]; ,} 13.Y_"QuKxH4X.4&L0CBW ,HCV1A:4@`WO0$ 蟒}`A!v,ORy&d#i5w670]@,lXt&( OqМ'?V{c׎%9@TbP @yN@F*NkGqQ\.0rPk+\ $ku+,VTl"2(gNr'TUR]b5 7!D/e(iAx'c vSy  MS B.^9V""w,`!\}عaX֠ Y XɪAsS, |UӦ\]'+hG "$ M !h/By'dYd.$dlY.*BJǰ~x>breaG*הYVFb )Dwx9?gj2̕9H7 W)TE$XJDLЂ\*U\eBK5= :X$:7358LmN%YdVx cQ0 {+ k9 FǯF(`P`7kp@(` R`cv=jQ0 ) &4s>P FQ0 F(`4(`r@`Q0 4ZQ0 F( h1 F(@(`r@`#%&  '[nhDPKzE`|;!G姐s.M!gv @(XA q`ٴiV3CB-H`BL4hOO8\\ 󊤖fr봶rS,C C6C( K s!G"FBj>t4 7ӳ&С4C9\8t@`h`9&:J+ ;P4Zmj`GdU!fH R  p(@; ۀ6 XZZZ]]=hm}aB\o> y0! W)'*)&tϟy-T Œ0t%ԙWBz-X(Ɔsi.muaVh>[&a.XYyp3?S2ZV;9 u:WPP]FiL^o5jcwü VZ}dZї;ӻ]Nqţ;ד4@w9GV=WxMy {!{e|ItfCS<"o ,(al|R"`\@\_:u,W77Ȇ8. tOD`,AvY3HhZ+_3OD^/kD  r$ T B&kbo9C]q6 {сI)qDZ^I9ZZ V!~$pӕ]%2xMv: i9 \s&x*;r"2;pG 4Tn` /.-̑$޿& Gp(@ђ${ VE؀<.2>Rua8e["n ҠMf 2Ed_WKkYFe"b 32%'Oኁ ;|p_l00iZEt _b$!1`sqs]#eا׆S6`ĥ$̓Ȋ?L]ٵ|%!kx Lv!C"f,٤o]  'Luk/Ժ|h Ka͞~ r$RkJr&#~S Z/d rHBVda]!FL k9t@va‹tE`0GC~l~/n_o-!uXQxnϻ Rj` ɟz?5QŘc/I,f':{!d 9*`Y&E]1MS0$du,1Ft\*mS-D3!٬e>bj ᙟUdX5<~0#G߼  `8(&R q~'M* ڃ^{RʎP{l 7$6m>z_{R93*ƥg#?_JwHA//[SYh񐥓J.g|"?g,vk}w $2BD0 lfaK#`V:h$ ^E |ueuP%Mv;FD! >r>@b8ҟhf cQȐ&hP FǯF(;t>w 9@痌Q0 P2 {5F@`nfa>X4:~5 LTEAF+!7Uȕ:Tzv-Q# h1 F,BjA'ŞV$Խct Z0gU@-*; 9c `<J`|$"@C\B;! i= jO݅ F?F?#_!##Cࣀ$ P4\vmDYK @yM`?F`X+N'~h# ?v\e. LYk׬A>HϢM}W Ob"B@^AD4;a ^Ek-Vzk ~ݸp!L33dX?kbSSMFc 麪)ViYr>R d*£:`m]?i'w\ lL+Wޑ7jw #VzuS&o_C,n@3bmO zDžBP!3@kz`?/|j`2yӒ-2l9`R( wUtE'`xDB4l?!HU$mL*΋S)ΗE+8JM*m8=RLcV \f}펝~ujVl.D:5)B탌ʝwdIҋ%Q?C p|ȼ+ [i{JLs sŮ{5t|"1 [ȩ.]b= e̛LJ;u#x  9H)&i ]/d-r'>}v!hDk ȹ@7Nh1 \5 iϮNb%#29`)X&$%b:HHx!ǰH mx1PPv҄׽uP20|b?dmq / FGDkx@6+hwkV',BRuBi }uNR[kDHq @h:r/>#bkhF[[Y}K[H" k2}A(fH7Cn#=@M0! Xb][(jU!* E4Ph1 VbX"_r(" 䛬H2* r*TjLQg*QLc!}A`]H &tA @kvȆ1{!7 憆PCOcX^۶{vHӳ֬MB?j>y t;223*1 A-[7oWVV* ޻{h/tn`Zp< Ԏ$`O[!Z|{w@hO Ȯ7_GC-= f]4Y pp ׮]zg 4.$ t_<vA,=K^>>CCC`:^mͳHLJD{$e""@V陙@e38u$ h7`(`-\`q|4|y^X@dibZoBN! 7r5d2 tMc` lCA܃=؅Gyo..p߁@z) 946`)kpqЂ664CY ăpB@(#Z'Ly`@`PxĉsGQ0 Fu䄘=vW@W`~y-ߣ1@~Ip@IENDB`PK?1OEBPS/httpatomoreillycomsourcemspimages470151.pngPNG  IHDRiK pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}T^RWq]N2 %hh4ӍG 0y,QPHW S'Ltqs' eyǏ# Y:#5 ¾vǏ᲻v# Ti2P&ʡ^z M ~Ler z ,X "`f(.N 0!ڳ0Į ʘUlEUJz'fvEN:Kc&pY,ɇQhʏz=&z@)kO2g=mT (v\g`+xBKА 0 i*pHc5 (\ l@K7\9(T٨nG0s>o| :F 0}̌ I@p56fه @u$p$f(4SP 5l1f |g%@' Xޯ8rP׺5k޵ Yقy][mF I*NS -HB 2`#`) r!B!ىh ̄!w(' *i\ò Bve!@v/m2?~1]uH޻ A׀7wnFjpPCkN?x$<| [F 0(L!`H * 53قS[4?} 7ʀIj0M7t6ji }gaaC7tCW TEk{x0s( ѻG(#}`h`D@e(`$-F(#h7 F( F˾Q0 FH4ZQ0 F"ѲoQ0@}`h`D@e(`$b>1r0Z  &,\yh |HH2.!|ix _E |d% bV0Prb> j(nBשBAnZTȷ2 9@H+G/ʃb̎ zV<2 @uQ0 F"ѲoQ0@}`h`D@e(`$)eߤ TGWi20(4} 3@Q0 FH4ZQ0 F" `Hb=2bd}Ah%>28&8ʾQ@öC;rxQ?"9X# а-ΙT#(ѠGJHѹQ0 F"ѲoF:htm(`$)e "a`4R!!#a hP4M5B@}Q0 FH4ZQ0 F"ѲoQ0@}`h`D@e(`$-F(#h7 F( kUU'jOF GR`=od0^MQx tvh aTْ 4d44YPP``s "o% Yn48IENDB`PK?3C##1OEBPS/httpatomoreillycomsourcemspimages470153.pngPNG  IHDRhč pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>>iϟ>Pd Z}'NF!ZE;2 >?/+kjir~$'n` ݻv3 `Jֈy0X2ҟ>yBnQ fu=iؙxU|P:`LPƚ&׮wPH0֊a$I"22Ӯ-7}2 2(@4m`r4a"72ٵ82f~ <NypgSF3 @7 F( F˾Q0 FH4ZQ0 F"ѲoQ0@}`h`D@5.CT? kC746xHOHlij}ڲy3#P \`,_AeeeO< zz@18~\Y^H" ~1*<(d켹s {k5Wc5 ի c@e- !iL@GЍ} 0k 0 Å # 34rqV@)!ڹqЦLE9l,0M `,=b'@0X} u<>3TӮOז3)HBMO- 23&~a`K-7k QIg'C%ilF@Xlz|r3ҁV&cϚ ճgn`(hfa:&_/yp.@k /$la,׀yXu45o {h >x_nC+{cMYo@)tb0a.!3F\ X'O9 1K! s se@ f=F@A92*>-#y}A.5 r5L tm[11yZ8P#źth0Yf-xhgDzyӶ|||nn 0tWb`>u$0hjiF#&]`jZ,wMdGL L45@@!dPy @ Hc~@bѶ-a1RA!-@wtK=vx `B@C)1) b\a]0o5X!0 I=L>q jMKKkhu 0iB:0ČJ`|XPH0d>tTm`)0 b:lƟځq ,"&@2"̭u@wB ^̲ }hhr=!ϟ>?*W<%xpZZ`}FrO ]8o ",0G=0)|z `( ^UztlP(:-*H:"m H*Hq b\\Ad` @q ۂ`Hg`ܨZę6 )ur.tsnA>0N8 L8):m"H!WK*spMg ֬G]@Ź`y4q;M۶ @ Ă-c6g kyi2kRTE v+}¾Z}@jH([ c…DZ TyDZV0W֣.]v*`6:i" uxb̲ p@[B ~Qls2rLM,gy 1 L 5u`Mb`U ,ڐGgq6rI`h#щ@&SH"rk \dlpZEnC 7-\sT^ V8<ڶO-:߁!!-z!d&g*]kr '&H@oα<78Ԏ`g!J1@B˰&kvxg *9x/ߌ[N¬ R0&asD yoZ Ը9_S_p57wX4X6^Ȁdd~T ԂU=P?h,Q)T4 ?~ 4H^L.+`~0 9xBuٜȄALj0K OBvy6,w581H^Ɂ?9J1 v)}KM-` `kت9 F( *}Q0 F(1hQ0 FH4ZQ0 F"ѲoQ0@ATG 'hP;qFƐ4`D`kZF[J8IENDB`PK? d1OEBPS/httpatomoreillycomsourcemspimages470155.pngPNG  IHDROi5-6: pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVDCYtH0>j"-#=铧 @,Ԫ .}Ovn7ʡ1q4(us{PH0 @L `h4Q0R@Q0 F > FH4G() Fs(#hn``@}h4Q0R@Q0 F > FH4G() Fs(#hn``@}h4Q0R@Q0 F > FH4G() Fs(#hn``@}h4Q0R@Q0 F  =pC ˧ORqO>Qk׮ Ѡ =:"r4qC5k W䍂Ѡ@MC 2DD 1dxhPhii  ?G( FGF() Fs(#hn``@}h4Q0R@Q0 F > FH4G() Fs(# Zf͍k׫j_nZ^>ޓ'N&$%!>ydJ@Wrw,|7W4C-}҄w=Sͤ !N5n߁Ր N8L=ٵ-ȧʢ!Yt5 S\zPW/*<MǏ@6ٵs'\@-@5s\b44+#5 r ~45@^ z\@46-͠)+.*Ú*1&`fM 0΀C9 9@5p.0"s;f*C(rcfj S$#*4`,@0'JH[@"T(̶ C+,fHxmduぁG>:dvb"lmjv!p)?o4^h`Hj"m ;F"ב `<`缅sІ$3`yyc=.0; `P`LKwus  r\ɆI v`j{nA>`ϮX_c:(4 d<}9'OojSA; Ư 545x+z1 S`:z|'wC*0'B\Inx" @a4aR\JH- Le%W ^u`nym`tqsV} IB60ffAU?!) #1#x 4%1) 2d j#@7#et90*! =p'\| I9Fk׀9H6+OĝKmr`2 G:PY["0;'N@ρ)Xb GA;{U`-]q-X;` gvo޶uHv<  +`\JFz2xsӶC=Ólh1ys*+`Eqa`5ڬ dy"2œh)Fz y:"t(Q:P.d$DWFtD2An;J j 2m -Mb8|! FQц`g@O\C-C 2H ~;lh<`|&(G|`oAfp@6P (.r؂ES .50p kAz /XT>1 ~' xIHlh `YЊ@'b ;!)-.~L5%q (pq`8F coՁuH$\ %" CyT :`PY2 5uD$fz7D2I)J6ȵA5H|(EM[ !F1y_yX'+^u\[L{7_4$+ K1/I: QqMCǻ9K)v<{]M0',Ր%(yCfkYHe!k 4`m: :ip>6֙ r[o$Mj`e8@1 FH4}h4Q0R@Q0 F > FH4G() Fs(#hn``@}h4Q0R@Q0 F  a Zvo9a58rBP ---bs3d S5p OxG$ bVm0PXQ`GR P6g{U#to2V7Z Hz2 tPPD`V  FGF() Fs(#hn``@}h4Q0R@Q0 F > FH4G() Fs(#hn``@}h4Q0R@Q0 F > FH4G() Fs(#hn``@}h4Q0R@Q0 F > FH4G() Fs(#hn`7i„!ꁓ'NRAO<֬7>} xn8aIΣA {b+1A7a22lna>  HIKIENDB`PK?[^1OEBPS/httpatomoreillycomsourcemspimages470157.pngPNG  IHDRPi_ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV0" 9y +(  Аk<}d @1iaKh&<ï[v  "A!C'Ond C44KtPsV!!2C1(>yܐ x]Oy0pI|3PA ၕ"  @L `h4ÏQ0@fQ0 F ? F4G(A F3(# 'O޵ pusõt2A†'N'O4į_w @H}r.ed\O>p56;Pп@TY@98;$PR™'Mpu`=yĥ+cfϚILzX_e,Gj+(u=ak׬z+Ei@'Hi*&`o`8:q2($xhvt6Z!w,0 d(>Wp`R;`a &x=A9 \I +.%zy-Ft`\[S/7M 1@G@`c8yY"ٵ[œɠ`G`a]*iƪoH9LToukTպb-RIݙa`H*: X!o[b`نYB>=p-tlD6Лr{TA,-@GhR H+cњ'z fbXɀr ru;yM\4c5xA]D6  `UiV@A\%09]w A8l{nPY0;XA >u#՘~>l:$&]Bu-@5= `튵M/`_ 6P103RH:O H^ ut3 "EiC@`WVR lXG:;Z_\@`|`C@@25'`z~G( ߤfۛF(N Fϴ`` @>Psa^ӂ@IOO>ϏܮS0cc B^&"@`f?)O6@*b\?LZFRYAF7cb X}:z1pArI#0Peʞ]!݃ "jI@ BB"Zi<0$&%A\`OaނoG>1$eH->08dC @,qt(0iB]KN|{ ߧok r&,X0o>I@e+bq65[` té'{q #Z\@/0Qofa.%#=? ,KT$Hw|!䌰ߑpS6S_3`fN,*df(dԀ@H! y֘_PDc:W>mEkh/W@<XaZc& 1w`I<,B Z6LP]\߁A' ۇӾ *5߁jx}u%1@4z(#~Q0 F ? F4G(A F3(#h`` @~h4ÏQ0@fQ0 F ? F4G(A XDCtH_*"-#=铧^[ 1R7ÛИ8𚀺r  @v` @~h4ÏQ0@fQ0 F ? F4G(A Xhg4Qp@2!kZnSsbr$\A!MQU#065 A 3#KJ@Z` V ukoM0qh|||O.7T hE00oJ׮Y,%0ll]\GBmL Ss;|M 0C\TOXae(,|%xW@4['pt>``@RZ٥|raZXo 5Mlw(3*$_ Q4_ hQ!V 2|5bCuPj?@.\X@y,0W9{YCWs4f`2<8 +` l3 N8);Sy @*C@)ÏpYa 0 ٳkY3n2@ѣ?Z֦fThP@26Zw2bKC`ӯ<O,@Ltp 2ҹĉ]>5A|R"xQ"޵;!)qV>l* hޤ_0o:`B[o޶u44SrH(ɑYCK=jt5 SѶ+K`|`xuk|J4aڶZ 0Cgx7 '^_vpiK=T<@<Ï1W p'aݣ2IxP5~Q0 F ? F4G(A F3(#h`` @iO> >yJuG;(~ݢw9@A3kע#"G7@ Ѡ@MC˰٥ Ml@CFw ʢu  5oyIENDB`PK?21OEBPS/httpatomoreillycomsourcemspimages470159.pngPNG  IHDR#b}! pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}tĉa`I,1T~@0[X ]3 G@L `h:4F=@Q@@lh:4F=@Q@@lh:4F=@Q@@lh:4F=@Q@@lh:4F=@Q@@lh:4F=@Q@@lh:4F=@ 5>y2i„ah't6qT U:+f y`zMg F(t6 h4zMg F(t6 h4zMg XFSkS]ZJyjna6݀) L}` ,ꀂ hs&\+wV:N5뵞X+GëZ`a(Lm{v'$%[A)4Bk`j@WBZox=`X[u`644 cV62@7 ǏGGTf 9X `s#@~WDz Xì(T0,/>'HOgVZ &2'8Zu@.8zIj#6hyV&3-xG. (L3xn ]bx{4>] l]X(TkN`{ t-382(+.6?~ l-M#9Hht&,pz&Ӊ'P׀P] H4 F(Q@@lh:4F=@Q@@lh:4F=@Q@@lh:Dں׮`lAsg #!Tt'\G`$*@QSKh p-`x*@F144F=@Q@@lh:4F=@Q@@lh:4F=@Q@@lh:4F=@Q@@lh:4F=@Q@@lh:4F=@Q@@lh:4F=@Q@@䜯ɓI&uU"'=єA]0C HKg22y#Iڀ4z_(~(t6 h4zMg F(t6 h4zMg F(A>}D׮Fɓ's@1 LK_0o~e&L(/)v)r󤯗7  ?2TebyNܽk&.5'Ohij++(M=Df]`ݽk7DTL^bNgLgԬ]yZZ blݚIxD fIDzX}g`Nyh"E0T[1Uu] ȀO'u o#0GV`"%Po5a :՛|CBH `KHJMRX*,r Wh&CDtgVȞ]lb>&MW77`4a"(0 EFxv*t$@89hh^_<`[u󶭼||igS{ ,=GSD,M- g\BjEVzll4o3&*  7]&5`~& &3`vQQP$(//\ @A[7I \KjG.2`Bb`> ?DS@N -6HF HC68r "0T7mJ.`G ȣ!'OLsCCB]TTSt֭Y޻{3߼~ O;@Ο_0oɓh׆2߳k]A + nu@޾ CZOؿ `FCi4Ox:Q@@lh:4F=@Q@@lh:4F=@Q@@lh:2iZ'nnaAPl ~)*WAnupSS` X807P?FIENDB`PK? v1OEBPS/httpatomoreillycomsourcemspimages470161.pngPNG  IHDR#b}! pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}~002<Ld#KW,7NQ@*A$C7K)4 0˃!x`y|ĉ)0 F@Q@@lh:4F=@Q@@ 9vTv "c&i~P`:&bH<@ `L%2 8È ve̛ X B PMbRP JtMm2`*-&Ai@.J@Y kbjb?Ǖ#į] "XOys?&%xlj@/P hDoR^1APDNOA 6<2`00 p`9yD`7Ғ@3DF @pu9 (4n{h:4F=@ 񮢠8 hy6 q88 -lh:4F=@Q@@lh:4F=@Q@@lh:4xOAH%x;! ֮Y3yDiHJ 9+<od&2 t3SFbR5x.]DSV^R bgLMh8G  #<-ܲm?~1yՆzhFL@#l9yyUp2X˼'`d`I,햮X>bJd@#=aG%Zwu` L1Olύ&2zأ&c=XU BjLѪ FT5@A$7m 4 X{ٵr7| ё4Bh;T Hkf O<7u+7Ȍ0btŶ`|Rdx4g`݊YV֤ !s@#|+Mg FןzMg F(t6 h4zMg F(t6 h4zMg F( ֟A..B&GBi cv @䬧s Z0C Ig@4ex*@F=@Q@@lh:4F=@Q@@HgO<9yħO+%{ڵ!7F 2@Mg`c !17sd |B C`H8XyTh]X0iZ; hZ <,/)E;F I!!@TSWdT`%+W5"8<'O9|E`s)A ೱ2CIIF^a:>  ' >>A׮]NLJrus&"  ;݁A$1*`@Z@]x3DtL~O}FBdZZ֬N҄ #d0Tt; D*z|a`bZxqD f`;k 9<Ud5lׁxĞdq7m j` cMjfYPH0=ϕ #o?2i>!mLCgX=rsx @){$yx5*FGNz'L] << ,ۀ 'OpR{۶b6)>cZ!7<`oHHfOJ 0 ,ph"-]v ~\9h0Pgo\>b H!/]* X?.  vCe8)z7Bns'D.qq ٱB5)̛L7.Zr60-"ϊYD 7W7W9 ː$ZApd)@*Aƺc ^>A/+)a{v톗{-'M}:h>8ߢ r6`Mv @vӉǕ#{-n@GU]*EvРb߁: F9zMg F(t6 h4zMg 8yĐ;%e4Zznhy6 h4zMg F(t6 h4zMg F(t6 h4z, g}~5>}ZfM+xGh J8aß@ Ǐ$ekV 8qQ@xqFj0`D 0䁱@SwON40_e  do6@SN&?WEGDB& L9B3ЂBB xx$2`]IDDt9[p> Dl3dSXGD U?/o܋$jMs s`cӂͫ< '2 0s8= < +!ړO.7@Nփ Gf1gCJz15@ di} @0[8 x1 `‚T@.4`o#Z<\$/T&5`+M0@0s %%3dڵkltP3pOJ"&Bj> ,M@0!F!_BRE+\ 0ycϮ#PAyI=X LaZZZ@5Ot0PbH70<`w0},@+ [Ia 46m 91 @ It;-c'@G3Gs 3!܁xS Hu :`,CgA(Y ȩJZ0ukUv҄Ȼ؁l`1 Q52Pm`Q (;54Ve܋_ @,0Vn >x&L /C@Nڳk@ I RH`91MI`S;k` !HLɀq:h l9`Kd XN:}@gd3xj`rJI xAG:Os0 +A+ m.Ld@THg<|9.1׵A l_#R>x0CI&A iVXK2` =C,0F X$nH>aW @,N̗@ήĵp :W`|  d`eTVRIt[{0—m:`al%BFD!ZM\nSׯ]:y r"τ/p,fɱ]˺CnA t' d\7sP @qv&`TM5s8Щ'lo]t6@?4F=@Q@@lh:4F=@A5>yJk^58'рk %up5<{7! X iE4U& #C(,20z8IENDB`PK?YR_1OEBPS/httpatomoreillycomsourcemspimages470163.pngPNG  IHDRT pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVw!PЄ%+>̴tP]W!3)O`|,0S HHɧA£K9 RiTi`GsPRiDfFO08 YB[Pu}h&1kc<*`El.`#lD:`nڶ}H`}WP!,m*&d`WSh#P p5` ̔@[ bj*vZ&1 SeD0.eH%WA ׬DEX~䶪K #H ;_^&s"Z͡|#\O*S @e&L<}(BLː686Wn\! IoϮ4 ,(`[ Zf (-Ȇ%@!;@4L A $lxO O/>Ed3"rbHKc1 F|XM"Rą ހ0  /(H M`# # h ;##H$lH .`5xN@w_ pY^E>zjZ@q5p8ǀ%0,UQA8 ܴWOY;lAB;>Z[ 0XC@;8:OAIhўJ''g\PUEkX'Bm_)[}uR\?NB4J|$FpE`_AP QWE9U%?#}&!- XCRx 'ZpS'NM&|3 s`Ȣ#DnV H IIx:G$Az$@?DOAC N0 p`@0 F#`@F4 h4h 0`@0 F#`@p4zȚ@k!cp-JD8\#[@4;q8zBC]= ,(ٴm+d-"%KFh$y(a+@W*bfd(Y@$T} ȅ/-Mg~s1!,72E$N+bAL̉9I@_@*Ȍ1d=$.P4 Huk Og~U<VpV@&B\RН%#<K"&`KF`KC_/o[N3.'* Hg@,-Ų铧9E`%Y<L. zx}3}L u,ij  H08p[*^䃧zS5[f+X4#O?@A22 hCQ (@K4 h4 С {+(:"Q@ "h@h`@0 F#`@Frۯ* (2"`c;i4@JA@)abZfZ>D1VeusD@dq.HCN8 jqM]̀:֭Y YY@FFm}0ݻvM3iݻvoYY{I`8q!#AJ: &bn#ds*m"<3P/d ێ,#,ڌ1D*G|/M] t$d* zD|%<|mo4d])d2$> c)5 ($=DJ2/YɌ\G,dOɡ@LYY'Tq@cI  cRz"/ Ll7@V'&H[x|> a2&~Ap ˊY"/00bH3 M?y $,́ ^kry]j h+1BR|hV L @>_@$3A$&8sZ b5d| 0!T9% T ë2JhU1I0'=H ]*O!dI~9Ry_GAN5&+{vSiM h,4AƦ sHRKfC" `>bD 4@ȋU xBlq:OM 4 Q Q6ɨ #ъR_,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV)9-Fub@<@KK nMZZu-@YJ9 ~`RE[nn-{C˩̴tpQ,llN(`2?xY YlN~HtDY3!\`+(@'Nwh;k0@)-#|BkS3 []W8E! T2k2>)q4(,vS,aDȩt[9PEAh@ϛ5N%&%_gR4Zf +J@IȬ]2C ,(?BNs^,Pݝ>j"x(igAG4{'MlvxL$]&̀w=38\A34ZfV2B6+ղRuaQ?H`&? MXbҭ&i\h@+]!wҮ_Z;uCtҵ4y Ë^xG /` ڵkLh50U.#O M HȨÆH#[@Kd]+0:qy/-yz~ I֠jgd,r $\܀L\ٵ(yChijf rLfZ:c@M]puHQ~HDIA!:l!)d |)@Yޓ XZoO+ߴmE"NOH/)ƒ H`3RѾ!t5a_,C-@vߠJz !ufI+FNU]W ls{@6<h^pLI+i45uy4[7ApHԼgns s`-@c`7đ,dbRH؊O;@Q@^!0U6B!GShA![ɞڃAݳk7|W II+@Y:C`N'M9䉓d`y=ٓ FˬQ@Y5l& \`QEw%4<Ѣ FˬQ@vpNpH聈(Z;ktI(2kP F@Y`h` %@e(`(-F(C h5 F(J FˬQ0 FP4ZfQ0 2kQ0@Y`h` %@e(`(-F(C h5 F(J FˬQ0 FP4ZfQ0 2kQ0@Y`h` %@e(`(-F(C h5 F'O22C4ZfQ0]}4ZfQ0rO֮Y,dN; FˬQ0 F.(/)[yC4ZfQ0B v2:@@e(zڵѠ*]̴I&#{h9 XFoP shP r X׭Y D`ϟ%'3 s`kkS3;МU!A?,,r#|&2 `5@qpGS~@2ky ֍93ҁ \TI|@sh ]lk8 BΙ@y9 2@B! ! V}X 7G( f"!HX/%'"-̇h(4w#g Xa]^R >۶B[U}`kJO8*Q0 F]fZY |KS33YCǟ) YW8b hZ-FFq $!E0?-`>M _O@t,! NHhِMg̈́'Zb x:iautt^6|[Gt%G&D$`!,A d@J+`LhSޣ]囷mav/xqhκFgZ@җ6H n`4a%HKA'\̴th(0PH<Xq@:{RER`3%E @FyI)  [\6fyت @e4PXdSH/eq%? 0^w`϶Վm+Ȁ6]c3-ps i IȞ{`U3iD`@IHNR{A (βR cM{ {k=#i`OZG 7&9F "XqB= hBis/We YnXR; ``o-Mhe 2 s9%kJA!!׮]_0oq>t22֬VmC)4?JhZ{@gt?nl4( @J Ȋ`iB:b ,EG@Km\Q6Ȩ@Y#@@ѓ] @OttypYv-66n"' ppnZ! @e(`ܮ6S?Tؐ}* " EҤ 1'.}g` h5 5z1R ̐@!-Ĥ̴t}" چ@Y{_F=YAH(|\* FzND; FˬQm>,:Gvֺ5kУ! ^* B*`#m+@Y11&ou,GpH^L mHEް@e('Mxh`.@gs y2KYCþ,.y$ htM(@@ gP98y"-#:lw`{.#,ҏ'@R qN' 4`p K@,`U[ `k`+0Y A4R)6XѶ@beKW,btD$$Ѧ` ͧ! ESJF >is:p01ꁍ5---E!Pukvm֬:6:L>h@Gr)i \`r |o[`ry,ٮB[_?rhhsS{2 \2铧ml`4a" 8d)'L.PV>BeF U`5Ck7B*j?/oQyxQJp<:^C= Xhxy7-SyG` EgAfCeV.<.1/#_$M IX藕jji-0  ;9 Rx{g )rG"oEjD>tr0ݝ,$c(s+!AW"Ny@ɞ_Rհ,h1(C98r)n @ ߴm+E GKьG$xI -GDu[7 /8{j'a@HȅTa`7X ؗL:cb?"~)kfa(>TSZF2cjq@7W`n`(ZϞ<F8`,+yE'' x Q0D@a/ٲi=r m D[%FqY䝵٩ a X( VfڕYT 暠ѝ(` IENDB`PK?I001OEBPS/httpatomoreillycomsourcemspimages470167.pngPNG  IHDRqoE pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV02Fq2æP4a"[XȌ(hPV΃d@kׯ][(8$$($XF(t4Z(t)y/t^0o5kX4W(t4hjiut >k&0Z;{Gs(44&-̴t 6%2}?lQ0 W(O0XzG=jj!a8`6ϛlhܓed JFwA0((Y,(## R---3 s`Gd4HGHB@2!)q4A!`ܽk8 `LKII|$i~:l(@ 9eY'DO 4=Z(X.fg)"ytYcP2ؠb! f2 $p4Gh@Q@N>3d4(І պ5kbZpHm[ry=hR>Tl,/z>Gu P%X,37m:`n-GZACܑ@%d/C h< H4] ' ,U@v̟7Z Q0@)dX+χ-ȧ|i(* F Q@fKYzP >N8IE3nj-h< (і2TSKꓖnnҎQ0@)o> U%wia)b`@|Ayі( 9W* 4dh< H927Gk6g@R.7Xct{@KVZ\&3,4Ɏ#)ظZ'II4P>chtb iL]w1PR@F`,S'N[ȦP2``vo>{K̛< #_ +( z)IHJG`$̬@*[k` e%4hL^`8/铧45I`v4 @Z 9 #3-]\i]> 5V9zW@\xKN` `a ܼm+4\MiP=//PkqmmC*`y ,,:X@Ëuk(JLhL~!EwYct4y[.nn:HLr֙GW!_A ^vE`a 7>w"D]A&Z5+dhLfRv]W`}W?z7q&8$XZFXt).|o \}gO7%D@g- -o#3)hR 2j& 9dA ,`%ِab=ZL Л7]5ԉǪ4Z(Q )]a0]I`J<-e`2AcDt"\|`id[@Wîѐ1\͇\a`޼O&$% &O4 {vW_hL.ޙ'MLGtQs3.~i)TtSPǃt:RJc!3-%d'N،4; I܂x@S&-A:øD6&M* e-Crݻv^.D:1%` ,'@b۳ meTY`gӃ 4m681!'`=X m)9݆ ``*G>W =u2{@c!CI#9lm`BL`CXSK铧2fh#l2VXe!e7d$u YLe%O-네DO@x;ЄGKpjQ ZwwS'NM[8o>@{])1@91HI+:"2v18+dO%2 L11J03؝k,L;tFam)AۗB}apE Nܓ ,`9Z_{@2i@|*,GGq #{Q= D(OE |Lt F[ʣ`P@Щ9 `-Gw"ׯ]sMAv|S#h< jijl%dq+ 9be4@(0 C 8Rq@nmj|5iP CBGhPtp6Jd$`XZFr92Q4Z(f ض< hQ0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 FQk@o4(h hP`N8$-,,F F Q0 FQ`222ZZAAS@(04a“'Or G F Q0 Fv͚I&[X@ʣ`|`y%ZZg :b Q0 F&~ &O`trut4Z(HsѰ4O<Ϟ<@6@ddd FCn F Q@WlsS'NN8y~y -(($XZGh< \֮YS]W;ħOSP!…\`ɛ$%#)Gm@ʣ ʓ'LˣA-,m!AIY e!&4Z(zH0< -A k!ma!`Wǧ !@($IyI)=Z._`gY8)MLJvh i@\'27($dݚ56d| .g63-؟6F#c`ٱtH`nڄ؇ Fg= eH"% yEH 0WLU\waBpt}H,7o:i„+fx|t!uP,|btn"yr5V0u6"Xٵ(L[x T'k٣``RIHJڽkm8iD5!,?#9cRX({.'؝f>:x  2 eH) ,OFHLL@9^!7^ `[Ӏ h D `x^IfDF A;4Ck"358x @oOJM֬'%|(RG e1r2H@R0 (T)0r"%wW7тx2~00e`*#Om y(m8:d1 h mF+0.7x$[Z2*gXA`#97EȤ"y;:"G`sҏf|.qtroPE2@lmj?o^l" X\hF 0"M@]@{G`p@p!0KСDepX2Q0@Qz dEBR;|"f6$\q`ݚLYXC8$=jHOCIB`Q #  SmV`r Xp?EN&D/DX!vǂy IhztJaEJP(Y<\˨GDiGґQC-\2ahPF,kXwu$2hP m$)GQ{@( `{D. F Q@oY8z)2hPtw"l(s5d5ֹD`:z@ʣbDF 9${t F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D F Q0 F(D FJ|ĉH cݚ&L=vQ08@By]k II||&LLKQ0 F 4"kmjٴm+D` l,KkzG( Јh)?y$($~UBR"ZQ0 F(T Fʘ (`Hź5k Mc`\^R;{Q0 1\SW孩`dF(`-e`i`couq? F( Fʘ l&[XF(`pAG֮Yl2 ֦ш` N@#P4a"˃CB荼` hDLAJἂ`W{.`t (\vՖ22Q0  3'L&}`q  II&LVh ̴t WkjiYXXY.@@ÿP^0o>k&\X:[XR|(̲:qrxԈÐUjH\gyڵgO05&$% r$b?Ǐ#w Oidh #5PWǏG׮^چlO5YPi hԠMfY DdE ƪd`d[0o>=Z1>3l|l/wtٞ6]+дI&zy22@ BwJyXR. ;éЁT@OQX uO<\fhi s YnulKqv%0jp | )7*1) X4KȔ# а-ׂO xLlhc@FFXrX A$e`5O# Ph<@ q 7< h`<<nR@6[%㮀IěNz F! gK؅ Hw?G\?yV! A֭YK '㲒$:B@ Ö2/<-Q41yͭMN"}K@ F.ȣBL=O2:{z-O|]2269:uT;> #{s lN'OidrxZ 9zQ@68d| lij6yxnOO8!u0t4Z(ٵ?py̛_^2OO<4apo@y̧3+]Cg@2I`DgL-nZ̜ ?TdP@iJC``N F e(a_޼mhx .ᇀ3GCf8-G@|> Fؖ!q(@4byG,ck``T2\@ʣ,e`3z2ibM]F=By{ͩxhRVO [ʐm47By = -e2@c;y-G@KK."E텒 \獞4@ʣd =X Rwɓ'vFBy =k#]!SSLȱ@GF-VQ8 f̑hP$:\po|44](jȣf4@( @^qU ͇lb 4ptbDS: $dCȣgX4@( ^W77W7ׁC2?)ͽW"kehQ@@,Hv!-eq|R"Kp0{󶭐Lu 'O"= >Zb3֝;OO4ձ(t4@ƅ!YR9X4H6HEzGOPhw'0<@5H'%(Dr< sLv` 27>`@HGZ(77IENDB`PK?@2:5OEBPS/httpatomoreillycomsourcemspimages470169.png.jpgJFIFC     C  \" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?((Wd EO kal?E6",+J1$r٫RR؏Ek=6ϖ?J1$rr?_ /Wg%_9G9 AF/WPg%_9G9 AF/WPg%_9G9 AF/WPg%_9G9 AF/WPgEO x{߱1Xi:?X0 %^"8?¨#߉xRmBEP (wo(Z htG#_ֿE%G¿#BmG,P?CWâ?a (D/>kP쵫i^!~ך/VS$׺d?k?ǟj_׆/O.l5FBgLO!N/#woٻ IQ;C-i:ZG#ǯ$؀N2O`9<%Wں^2-o㜺[K{&ӬY?̆AB dj}37^ZMqxN :Ηx5k(o5mLN|ܬ+"=c?`_c?]]^EiAikh###].Kd-kR-N>2w^x Q5M=Σwm.κuXa$#ƅj2;?%7߬΃kzEM ՄQuIp2 A3j(Q@Q@Q@,Kej=|[/MW QE ( ( (>X,/ V_SW׫z (Q@Q@(/}x_&_juZ[h>s$BdP䛀b`$g~~Пh 3UT[[23-ngDu1Lq 'gTп/3 sTdn|A?7^.X/6 WglP;b[~D<Z[{Sg{xFŨdLDc߁~^ktw_#A%Ο{meYmn#nQ]r20A>=w׼?%OaoވF1CPؗ$^xP+Tuޏ[sB1#Zo$7$P:#߉xRmB' ;>x>5x CM=72k pOOh>X:j4_G=#SWOOh,}OEP (٫RR؏Ek=|MR*_]6gosz;{)ekTs,;SFeom|φ :,%\id,0 Ы0$ZqxKŏi|;swmZ=v[lN"._x:tOƾ{DQҭui)hx8TQEQExGï >"⧃>6F~$0_xom"Ff;T zO߁? hW &&Ou-xuwu; ky㶚L1FCMs M_P]3jķ\]j7e[܁IQ*@,Kej=|[/MW QE (>XX?`m?~o|Ijs-c ?mGğ.|Im?ߵ?C;3\J^H %{\eoK 5ֿ 7xZ xNh76,fkE7K,zW_ڗ+^X?ɭˇ&+zc&_.>ԛP(QEQEQE|5X?j_zo,+jX>!0j&Ίߓq1s_9RU|\_]LW5JWm?qtRU|\_]gE3_GE)_Ehk""?6-RU|\_]@r3eS Co""F~Kej=|=x?I$5]Mb5Ƴu4T}W4 QE (?PK?3:3:1OEBPS/httpatomoreillycomsourcemspimages470171.pngPNG  IHDR,P pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVXkBVJXmEWDDBV2ʸyϮKW,g; @j0PXO5ZGgG(:Ѫzu̓\ [o[]W_+3 D4@ӀU/|KPS]Wrq¹G FQ0//2-Z Xg9v́]p` ;'xQ@E@U(#@.!ں$v`?HONQ0 hh`0hKW,"`Xa FQ0 F4O8Hݻv1c222'O Q0 h`hW@铧$B><4 KB9Yf ֪R=CukB5G#e"j84a"A==cI&>xHTTXaCCC8En\ G X~yeo^޳kwPHLee /53BLj~zx8ؙglݼyq(Z (ZEA1 4Q0$t(C(`Q0@Vգ`Q0 F4ZUQ0R5k̛^ 6j!h`Q0 F  1 F(B F{գ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`hӧp`0G(`y'O?ohPQ0h@Vգ`\pڵI&'Lܺ1 F( FQ0 Fn= ٣(hU= F>}4adz!!@R[!kQ0 uZ']yV=O<-,jj5l ['MD@hQ@ ǧEw4Xj`[~Q0 h pbRRPH0Hm ׭Y l1ͻw Q0 h *hj^`l_`C` s_uhX]7'M$Ϛ3ҁGoQ0 FHhQpH]KJG[/+[f'FQ0 F(#ԟ>}VxWՓ'LG(`L`na^- @YUɓ܂Ѩ`Q0b\f-.4U5d})G(`{#O8)4 F(`$W7'Oڱ @YU?}Dz`Q0djȪ؂00Q0 F(#@vjE4z(`Q0(zOqT4ZUQ0 F(W @Vsգ`Q0 F: `QȽ{`Q0 F(S'(`Q0@Vգ`Q0 F44I&}t5Jx'hPJl4A~'1@־s 4'O<}<Ӯ5R lC$!M-@/=>!!IvFDN2md&rJ4$rix++(@-wG4a¤ XY|((o_ h"#L|iabVi^z|Xzݚk׬TKS3.aq<|di#32 X#2p'7NFM#L|$i4lQ0 F( XHR=iDW0xeݟ>}` g+'|'A!!p֬ T(FW7uk>y'$%@gE(hOAk} oHEϛ X@Ad6rՒp+ddd!KNf"x `H@YH2 ::គ_!,lx=ݴHdipqey 8Taϟ;#a??hA@3[\z(wAT9-;t <7 +@ի~@iHxzB".ă;z1xZ"5$fn$r2& lS@0Eͧn"'L *e`K4$r4אCPWI.䨡E"'L >H HBH@6[`i.$[46r#"^O9pus6%fܽkW0UWsve%@p%Խ8 y`,@g.xcȥbsw4'CC|$AR1!) >yd8@>}- ׂ0xm=O`?7L>w#'_ 5E2BJƁx"8 ぞBMQ-MtOGI䃡L njkߴg" 27kio%Ѣ ?y,ǁNPF!i`=٩ ikc̛3#G9=h"!|4`+2bi@<h Ȭ!C@]vn\i#@汀^&h`} 6A_@X^Ϙ5R|%<.-&Aw sZF9i=xd1SP̪2@]' 0`i4js20 S!!Ӗ%ZZm1R-M@+MtHE=D>DND>x4R`t60m2pD3H` At$Щc%vGPeUmBÄCΙ\"F;ĥ 7:&EjϽ$u z@إG@~RA;ː{/izb w -j.Xv]T`#*cwKk;5юJS`3rA#ʍz t_Dl" ,́K( &'0́ng7S"`r WlBAC"O^Z $?8LD>C||yD>e92m`9z_$ }DSK3($M%P͂y!׮ijipzs@_HtusX0oާO!du]-f 0iē'N>-́э8w`W7!k׭Y~z!@r4C]_n!)d(˴GlFD@ 'WW&O ]H"vjTxǏ"e%>^"T@LD4k44?@ߑPWYQ$ޏU@F7/r8Y*ObFZd}4 WbD&r~0KU')$ӭLÕLO"G@c>kfYI) LKA[^=ݟ?}jmj'@FGD6̑[^1<| /0Z!Җf`CYٌY3׮Y u{vjAJ#3 C|M]-'0˴GfFD@tz#8$^B MBayׯ]Usus50ևM~$`4a"|@ hba̛I#3C3 5heL#Ls" -+sqsF0KwcӇkȝa2}ǁjf77x<8$=2906!X=>|QD>˴IDބ,EX˴IDpW ly$Ɯ~_f-d~nKSspH$YWd7 ~BS(/!)…$o/Fd L5#33W ,6 :'aʴGlFD@L4J # 敕.]y~@RxCb&k-k 7:"醫X#/΀1t.$W n @T $!\`jF+Gmꑙȁqӝ/ 9I YD>24'rie Dׯ]"i4e@l޶FSPx% oYrXcw)` 4 ,$߮]<9LF705C-JQ0 F@Vգ` p5` Ϛ [zykn ZEF(h``>M݅-`4ZUQ0' W(hQ0zUӣ` @Q0 l=`ah`Q0 5 `Q0 3ѹQ0 D֦fH7H@ ʀ d0vQ@7@+G(,5B@)`{҄Z@Y` > ȕy v-L v+&܂|` i+Y@Q@5~4G('Ѫz( /JAuii24><"Y pBz! H FG(7Ե'O$oM-W@b1ȴ:c=i`|t#(t4ZUQ@oBX@F!3m ^{6įw`PhU= F| yY֬fGk+a%AF(4ZUQ0 Iv[!0ZdIR ogLq! d<G(#ѪzjbR|B-+)ݼm+D4x5^V@'O,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVyrĉр` `d@(`-G(._DNuO<uҨ v DNu :"rݚ5Nuh'zQ0 P@`QhX`@(`-G(h8 F(( FQ0 F(@4Z,Q0 F bqQ0 P@`QhX`@(`-G(h8 F(( FQ0 F(@4Z,Q0 F bqQ0 P@`QhX`@(`-G(h8 F(( FQ0 F(@8҄w*.^fͺ5k!lZZnPHppHȨ&MpINJHJtusX'D8@=!@CrlI lOP'a j*F: k@'>LK@'a qzk(Q!Y,bZJqq<ہnzbDn@ ՙh=\zp[&b-nB0aYxaTt@ b-x$aOʘ?4%5πw;0πw;0#"r%?J~{=z0+lnfWc`(T6h/`hU I j4 ' qr q% q-Dv;h}]}z3 l<I4$:ct;Dn@ hyӧOV*' !Z%9.nIqt;i D; ==<6U(*'nI>5 ޞQ0 F() zw#"ꎂQ0 Fy4cీ` 60i @P,J Q7`Q@XchG(h8 F(( FQ0 F(@4Z,Q0 F ӧOa5O]ZLG4t . 4) ppI$b߯,^ *<TG{kkWN쟐kNLe@dNNPybˊK(>꤁rخ~{ѮV {vߋWFdNN@l6醯u@Colx5 n#uҨy>?$9 0P‚yG4$ȩ9N@'Pvus{੾F4$*]O4'^ӧQ':iX:i4I4TV222Ҵ?Дٵ>etp0&!uD-M@fM]-} NW %JD#0 N \&SQFݦ"%Nz)GRǀiJ=T5#Iw*Nyȶd2ȟ΍D.Q0 F* >@^Z0 F(( FQ0 F(@4Z,Q0 F bqQ0 P@`QhX`@(`-G(h8 F(( FQ0 F(@4Z,Q0 F bqQ0 P@`QhX`@(`-G(h8 F(( FQ0 F(@4Z,Q0 F bqQ0 P@`QhX`@($O>Ae F׮!MDΕy 2@@|||7HJ=v=yTFF O<}9~qy-,LhfM]Jnij-`0? hI\,^C* :3-=:"䉓[4a"PR8Id`+s7-cvkS7 0br- $&%HC]ԴtQ@&8s!kWp'xz8~񣽵Q0h0:֮^ LK_d.0c.c2@[u4އ+o?@]vuy?Z/̛X[@''Ov}`g-($d2)+)>,(`wf5k\BDC$'J{gH%|(<`RXi5gDrݚ5wi8ixp@bQFF2HDaҭHOcg0`*`~j7Y(ٔz V 0 0-4,ԛWP'gy2XaSEВ%xz (d"Yf(Ԍf/@@) I,3  &X,8mI&< !'X_T m*2tr`,2ҁ{ b+!)CLdg,S$E`4 ~ #x lb:2斐ӽg.$0{M-MǁM p!C״@zkV:kWF:E`q ,v*0 QË?S0kD`Fcq׮*wB#sCRkuZ`څXs0MN ¦"r@VVFR1x"uy"X| k;C%/1$^#5a{`_ >k& PHxF Ldt5 lkt`Y!@bnQ Y,B1@fd|d bhl 6`[ Xv3DH_o]=xS` er!@]p %^{cj @QyI:RᎂZf3^r ]󭛷tEDDGckvvv__`}:||nn22N_{ ڲy'Od_8AFFzݻvUoTt4Pv҄3044nXfMH`'OVkOggguҨh$/]>_9|𐝽=Jkz:2ҁ'uH&f@Ltp4s bO_Dٵsի\O?" N`wU:[Y^h2E@'Y4Q'QIe%@50I!8q8I@.4?#5 hEts~"̟;9<~p ; u$0 'Ix&W`p@BiI>6W n3b8) 8csI`nt n:iƬk׬nqݚ@'N5 % "`@A& Ahh,񣏧WFjڒ%C]'c.,@[jnlrkWm?w.N*|u A$ ׮; &z: D+bI@RJ-ĺ@m1#NzXn(}w 2K ߺB[If|\kź'{Զ1lŌw8WuɅ>N(T% We?]aT 6BHT2fمf"8CтbHm)=l {(3`dѳ/ 'M2||v/5eZ <;"!˝jj@[!## t t>%@c*ϚI[; KJ8rxC d#~=B ۽k70'vڵgn^>*viDHSK`mV-<ۊq=@ϒ7CPs Awe"P%@ N4-MEH}̀7QPкN HR %`{ mHg0-=:D6x ?AZ4N!>`8RbJpgtv HSLKh&Դ "2A#ntHpz@̛ $##Y@$;M,? 737V۶HHR!zݻve*'+RR.]\f=Ht 0ICX )٤ 1ŁJ@C 9ֲ8Zւ8j\tV3ւ8}B ոJ$4$z>>)quVb tytPGRJj"|.9=WJWcJv'ہITvPFU`W!8e"Bp`X v`-IGf!HE'P-Gf,IA]Rc:)x8 9 x3 x3Z,"W׃Yx\]v`v5ہY[ 2Nn rnx@ FZ%0hРFsq<'!IZBn!Bn pII9^r ct;KA@3IITv Pӧ@ITNv7$H8xq"՝@ CXTRVA EEEe*cI*}Pr`vK]3 *~ 0yIENDB`PK?X[W-uu1OEBPS/httpatomoreillycomsourcemspimages470175.pngPNG  IHDRc-QQ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV`(-#Cw@9=iD`t?,"4b&.nϛ􌹅P C?/o`WP@#o b`{(IDKW,/+) fH9V=5k$X(Ě@O8 q+Dr&! 3- $!@FFve 0F"Yh'~@$uqs%2dPn6و1h0ʀ刹r,,ll Mt$@n&L>@\ qey  <~PW?ǏIXGO/ˊK0e' + p] HM۵s'@e@D^bkWhb !lv H)?w.Ia1֑ -@] 4bjnlŒ`T_6aAUB $d  Ca 7-f"+ a՞%;Hяb(AVH<,3t~~;NvMtQ qNSBA=Z.MEg/Q9+uŕ1H)t|1Rk\ܮ\k[6! +ݽ(QbD= dNA^%>}RoI`n>c'n>5A:.` |45bƘh(Z\1: GX!b}k}p¾e,2z{{+q]\.PidS_Bu+.>ﲘvqŪuEH<"*Kb6 TM: I~[B_gh \%<1l ςKQp >WAF`YćMSS% L@n#Eʨh<(ҫj!ӝ>.0򀙁*O!cR? "X,Lׯ]]9U-Bf*iun*2Y22Ґe(^j3x*dx R "&S}Yw`. V`@ڹp@,xO` lBbٴm+0PZWIOm[gOٔDJjQ``A" Hf4 , &ҀQP %j-Cen"'DVu0$:(`X'yEg,/[w Bb8v~5uI|y2p\d X[kenz`PE~vu .]qˬ95G҈fO9 N( `Z5(xVAe/,M=z |?5 eCB2If&&Ѻ{QbvA+r#JS'ɌWE}`ͷGg~J ðl2E`y+?y|Za+He ) )?݈mpL#1?b\HMt~w YE5YuTʘoOEnMvͱj; SB 4;NWlCE;3v)>u:y #<~E@ 1z#M,+7Ճ-?wnYqIFj 1Yh)\ ,X<b&L1:իkֱ1@c\@4 ~0@xX$6F( 3HQp|(:.nhR6 ,:u jmj &Mi]X> M`/B{2.B NQ@u@ѫDm`Phq6 F(& FQ0 F04ZQ0 lQ0L@  G6Q0 hqF0z:( 2 wiEfIENDB`PK?SS1OEBPS/httpatomoreillycomsourcemspimages470177.pngPNG  IHDRs pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}H[H׮]6&2m42 F(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@18~<:"rx{bh@_ywt9f>ȇk"erM#L hU<\#Ofd`tffUupkU0h"GøL_UD>4`Q0 5 [s)i S4'! h@Á d[bh+c\6=YZCy'Q[(Y : i"ۈl" kzOy0$r@-d@QEh"Ǖȇel}59e@18~\Y^H'dC͍MpvTxĵW Q@5)>^@ ];we%?~+؋,M#F+?w.ھg.xF70!cbHEP5kpLTTp'Ȑ,0h"|@4Fh"'9ʀ ϵN8胁 W7WZ*`X ~kS3,-fPx!2P?]0onM o`tD]AY އÝh"ieM"vqs&nH6/lR!O4O.v!.HւmXrS29 &b`J? / ɚA#3ClxsݠDH^h"eړDN@lg ~uxgJ6R'LIyqCpܦIAlo 2;>$jl*˔4e_kZɷ@d @M52jiiȓVhǂlW7W{x 265cA200Q :\4Eh"F]at0F}Nu.G+v=Hn(&r" !W̛21Σc͟?o=@459K|D< 90`kFLT~N䠞0 dӮ;GNVZ&r@Zd d6TF'Ȯ+}! 1 K!JC 2 8l~ d VTg`PskHy(@EL䐹yptRBh">ekע#"qMl&ZH2GQ~`h%4h-/iV` @{*Ed!ܧ9֭Y }ϝ~XX3 0^ׁ*z7Ɓ/l/ d/nz ܪxDYO2DO%?oф'r`<&r\|XiȞ$@f}729e@|ZِT9iV6N+MC:2* D>B4cQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`Pb'O8y$VŻw~:'W7W\?x5kE44T|ڵݻvC|2tк5k}ZFFȱ*M#2m҄\`k<3ÉǕ];w| >^@Ad5?~HM TT *<'}5гի>pЏ΅k)+.:ȠM8%#׮^@V.0mAD]IMtH@q7э$hiQ DK$ӭLÕiQ _ )4'3@v  D# AA5czd2ѓfUK3/'?Y #MLAN/qҭ9cX4¹(} ˋBb5pWBuqV LdIh˪.b̝rfJA-a'  riQ9 Ns IKS3ࡕh$@?,7og5k y/Bє3$@ʹ 0f1nw@. [i&rRvc&$%BRh"N|iuO<'`'r߲2`#2YuMu=YOC L^+jGx"&0N-1kt2h"|i@א<  WUCڛOp$\J =/=def~BDt?vɉh"I|diޛdd!>^d/\c8vɉo4D>ʴLDz7x2T lz`zFmDOC%az&)M޵! pq릗!둞ȁ SM>Hm4D>ʴ]_H" U OHJ$k77W1W[~pH݉x,@ &tbTv[MHJVZS8+Ny4C{5hmHu>{42 ODD<>fXY3 l OC1뢍S0ЏLJ CB80!VK`9 ^LC73&r\X"iȫ[72&ȇq!sv7Pw0/=Xp!҄7>4i߾ӛVw_Ix?c4- DtCyU+ZPfZL&âR!0GN&EzvUTek#"jnF3}!\7`ݎp w崝mƊHleD@tL_:Ā c4D>ʴhQ0 F(`P׭Yu=0O<5yNp5&g2&ȇq6G`@Ъz:E 'Rl#D 2m42 F!N=hqht \(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F ~HOGcZG(2WO<iv횹h FQ0 ՞]GM'Nhii&Q0 h 8$d5#cn <`PhU= FAnA>,/)!~ڤ -,4G{գ`hU= FL^A'O}==`hU= FM@^Ad{-xpx'O"^@!F(T2`{.nM `E|R瀍=v F4ZUQ0XI'O'%F(hU= FભJk`-Fo`0G(D@ZFz`窟-5 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUȑ`Q0 4ZUڂ'U(rhPG /z cSA1 hh4[v5``6dhU= h4`]ɓ'A!A1 h huy4(F0(0a!!1 h hnn GphtD$ Q@k@U(Gby2 zgz҄ ~^ׯ]ӣգ XF`-]X-7X[*ijiYXX'%`5{vr`Y $GhhU=  v5Eٽk7DbRh4 ɓR`% l깺IH3ZIzG]׃mZo\>:8H $ -<>Q0 F,ѹQ0ҁ!k߀h4@FQ0 hj5}- ׮cdt(@U( ю&Ȍ.h -,5Ğ]Gb?ɓѠh(i \Te1Yy$@U( -#=:W=ot+( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`Ped(`xϟ>@V2hU= F(.ĉG hUMIЧN Q0 F0O<~Q4ZU ] *Q0 F(`ZѠѪN H(`H`z҄ hUM' ##W `m=z(`|||=ݣA7@U5@^Ad{-xhQ0 xɤ |+CVˎb z`;͵ط ͵G(ت޳kO>y2քHXfX: \܀h]#|'XΟ7jF(<83O8lP22e @lmjq(<70q'$%k0htz 0ټm+dt   mǼzz 8Ѫz P]W[.M׮$9`0GKM]-X'L]<1 Ѫz `na,=`?ɓѠhU= Wm=z(XVb"Q0@Vգ`iѹQ0)x薤Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F40UT`Q0 F ]UO=yQ0 Fׯ]DrI`Q0 '*wUv͚1Q0 F(C,7XsjꄤDoKJG#~Q0 Fׯ][0o>K mvĤݻv֣`Q0 D= de@lv׮YsڵiQ0 F('O֭YOKW,eӭ9y̴@uLO|||Ĩ40OHJ"R(z=2 Zs `zi  |bRRpH]>y2>(QA Փ&Lu Q0 fO`OXU[DV@ehQ `% 2h 1mfȺѸ`^2K[?:5@,:ҁdX[޵k4@F( ؟ӝ=u(Ѫz6LkShhQ0`5'O+@U(ֹO<1 FyA1 FQ;=ukFd@U(@s ћTF(X3 WA hdt( N8hѪzQ0 ]= @Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@,A0 F(`'NHˀ G(` 0~ډ'n\Jijh`Q00`]{v>}WÉII|@ڵk?}ϛ* 2q@hU= F(X.75C_U so ڽk7"ބab4ZUQ0 F(_%=yD`% za`={&Q^Auk֬[Xa'$%g4|Q0 F Jll4{+ש222 h`gO7o=iD-)h`Q@[8!' Si Xf` :"k#h`Q@tfZ:Vzk!|`= _6@Vգ`Q0 h%3{׮Ĥ$`. 2jmj ׆.ѪzQ0 F5kZ XeVzzVɓ4ZUQ0 F(~=]^R ,7mJ4&:{{?/;u @U(``8M,8$ؽ2B3G(`ФX0oCIW7708 FQ0 F(d`=`|s 2 %ߩ4ZUQ0 F( L0ӧOyC222!!'Oh`Q@VһwvoJ@.nANwUɓI&Rv͚<0 F(,7ov;JgX Մ6 F(#KrM-ۥD_u $\U20!m<0 F(p`I<=lm 51f@a`Q0]t`4o [ 7޵>F9E`-me< :kxƍk02 `g:۫,!-YJVՠ6Bpzج$kyDZӱ31O@kר^OC!ll"iI&/bm Π- @VU1V3H.ŨOHp=XԢV E{ & M0r4PD#V[7@ _fhz`ZDfHB^J tW:`wH_VJFCVN,C*ԉkH}wx d!լ][X 3h j=Zu >ցm! :9 ^5R3@*HkH(|^zyZU_,>}D(%ݖ xDTTi`40hQLû\_wTZZ惶W @\U;KW,öQ@D2M5/31OsRQ޿ECDedwLE{N6OA?ϻKi0@ xu@vAl*~pՋ#g4iiH= ( ]pkU^Axz6 ӍtuQ~N2Эk@1d5ro$x=p5aIyݚy?9!T ymONe>y T X CN1U5@1&e̴t`6o DQ0 F2B; HjhiB (/p6y?`4ZUcFg`% lQ0 Fd-RqJ>0w!\xы☵kzyS22?hWhUfn -`QSP$ g| #|lj' rZ8v FWCchݚl6zО; F(Ў.! VOG7\g̛,o!U/vՋJX, j|@s&OT Y~8dh+!`sU50Yc}HqPH8 F(Cğ Yk\` ,fusM]-/+)0f/+s ,"۴mkH t+1) ! *_B|/e?@Ъ QQ0 F( hhiDZKgF_`[;  !)^[@@5(/rfm/0TՃvA@z= F(®'N_kk׮k_xX a` -ȇF6V}txŌyR$jA{n+@RU[L 瀎vG(BN8H#"RHLϛ4z+q @üF]4dpc= F(Te`KR_ښr42i17A4l7kf`AS^A>doh== F(HF.(ښZJCiU֬\8hC W k Ti^u>jC6 gڍn`^5Vrd_+4d:jyh {Ր/ B&)44 )MuDI&zyO0e>4`\5.dyz!d@M'!{!NY=:9ԽR {nF(`(&#$s Jjk*@ydӐmA( \&H][ ;e yQ0 r ɫ 5.M5^OSxy>3 OzPH0%fR`8>y}գ`JXU65+ZL@w5tfZ:Da= 4Xk1@ ZZeϟ>G:hfU/tuskkFn S |zI&Vգ`X'&%A ƒr!׾ ]^I la .5ЀU#ʐ(?ѭI;fOm`Q0;֐Ҕ jkrn4P1]Xe @sv&p4F(8 t("e8Ж 񣏧(`Ɇ){qC]= v*ͱ2D<mttw(` ]Bâ|ط4a"*7Tv́vt F(`ʇ!d_Y[CWAbJ&)ׯ]BWhU= F(RbPQb`ԉ222Wdh FQ0 F(T(; e/?oG ѪzQ0 Fud4l2xP !WO@Vգ`Q0 Y[O5r੭!WN[ChU= F(r%K '3"@.=A #G(`P@'o̴4iN< FjJ``j5kRo9ZO&c 94 m4ZU  :> F(z.do>F? :qԂz@{Y Fj5k#"ll5` |?(` K#U/I@cN0v^5d! hUMBl҄ ?1)KW,wus Q0 F( dddHZ_ׁ4``Kp:Dzth&*d+I&uttvP``[)7WL) [!` є'Ŭ[fݚ@0CBGG($,<'O`|`^NR޸vK׮Y/a@U5n4L@quskQ0 -&Lc]S\[_#R`,Ax@VӧvG(k "XUC]&,R@VxАQ0 F(:OJlmjo&( æK 4|y6VXyV c`v(œ]}]ì@#W܍G(vr 5d.g:($x8@yyCQ0 F(*XBԉfp :)Ќ!;s.vtӣnDp@QS`AHï`aޫLZ,721ڍ%I2SO`jjiٓ@J"3n^>><*w]SW T 4Wob~BR"AK)_O4 : pPR{e4iz04l{Րn4ϟ>8rx= (O>^`n_/oݺB@jHtn5@]b9rɓ<#  &t.ax 0zi"LHXCj`m`޼s.B`=xB6;ҟ& T oU0׽CY,y G3 DX`t=( 2C&V\5@ \50?f Mae%|`BI  )\7 (p/;#i>ܭ*޼m+ ;sc#"!%; pk9*Y1`K;5 FP4l<}L`jeNV@7ÇFc uVVK3fʹ4aD׮]|7x; S: 2b@tr8=5n:d`"x3IlAvK Ё4nF( N( kʀ$L'+3`Fy\H؞: #OMyD>a \\N`3;d^f@W= F9Qث$#N@FH2 P y B\4=OX ,.7xF v6P|tA( bPH0e@x7^(dqCC|I<3ݭ[F̓T*]Jf׮щ< 5k!C /ҁ0G!<@U(d7798$-u]L@N9B5d]@p3H [ؿ!w]^R 4Ov| # h#3 UOq̀v` rpbZY\tуNII2wQ0 F(1Ѫ0\ 9( ؇ݚ`Q0 F@U5h`8:= F( FjѮGCfQ0 F@VӧvG(` *@U5@nX `= F(`PU5 Λ|kϮ4ѻwVz= F(`(V.t4W2z(`!hkj}3җXN4Z7 ؍m5 F( c./)>k&%_`% !K 4@v҄ &L[͋3RF(`Р:8$X[+Z[` _zt"fJQz҃ F(`,+ ׮YYMFl((&Q0 F(46ku2L*X0o>K;b+@;y$uGF(` 6@n_5:tus#o!OϛlTU/5WP05i„ѪzQ0 7 `<1) NYp3444 F( ieէց#G(`b Q0 F(`0G(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`Pb a&M8`L0z4ZUzh Q0 Fp4ZUmWPD0 :"2($88$d4(F(6 FG(VO< Q0 ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5Ѫzaddd_>`O>&Ѫza4N81`H&Ѡ@4ZUQ0+_{׮ѠC,7b4(@Vգ` +,ZGGPR$ 2Ѫzae\gO'Ohh!_Luh`vCB֮Y Gd ~{.`r2X>ڥ2` ?XKHO0Xskji(n`ZFFf ʰG( ($d*Q0+OHJO4ZUQ0K@`{4(F( FG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A 0 F(``5k֭Y_'ddded+ҪN@,cQ0 F#4ګ`Q0 5ѹQ0 F(`P`Q0'Х7, FG(` .H+lG(`5ѪzQ0 F( FQ0 F(貲Q0 F(<evhzQ0 F( FG(`A hW= F(` j@sգ`Q0 @5Q0 F(C rwUQ0 F(`#iHRj#IENDB`PK?Hs551OEBPS/httpatomoreillycomsourcemspimages470179.pngPNG  IHDR3 pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV)''OA! II@8ڵkM@Y3GceP h[~ PQP4Xb9r㺬(gQ@! +آLKur( h)? FNW]WɓYhN0qXuA:+`x )/)]0o~^A\X/7ڵk{` dO05"kٵHHJ Ym>yĺ5k NGZFh&=ZZZq9dv("##d] @1v]NZdfaۜ(Ѷ(  `n7W`lÚL*Kg` )Xh P=)߁ِ2ҁ"(2<[ׯ]G[UOJ 4ty!+G04:: F>,@ByOk8HOӧOlM $`(a+JXjFy)@#6IauPH@9 $\oUZ: w( dddpR9 ~")BI4Z<F$0:iT,X!$؁ ql1;@4g`jP9 1ဇU@:"M,qؐU\ W0Nf>X'acq4Z 3&礠x:)xrS5 l k l kʡb FKAbt`X`X[d^?&SV3`0@v@90Z 9IE`pZ}0%a' h, ]l?X`׏V^?Z>:h`聡9i00CNR~x>h ) AҐG.G pO4N 7I@ <9MwR`r0 N!3xz`<=0xAO@1744>}42:z8 NT嗲O}|}NT0AUJ'))+-4zEӧOX'`Ah2 Q0 F4ZS `Q֬]f @T"~P6Q0 Fhe]c3 F(h)? F(h)? F(h)? F(p ###={:i(: v M-7wP<6s07&^hmO`qZ̚(ENBN!$7:ڵk&'9@ j&` X?_vIXrzs =v3p/֓ćR xX4D"I@'O@ hZF@~@L$@6R heP Ҋi$X%kƬIt(܉tP +2{_)ؽ")`V˔N7tdXCRm[iWГJ bPtw e` 2HB*q(]X3D XRdD"$'((i$c<acv `tO0 FHhݐ'I T i:"vyC#Ҍ`4Z&ykS>IG[|||i飧fQ0 h)O,Xf IM+3G!s8 F(@Ci\XBKxzrCBBhڼm !@? F( Fȥ64OC"`0`ZJmy`9%O0 ] E<1#&|PHȂy R`,`ah-OByV 2e:/^cs5`[œP` ht<,)ъu`?r:X٫j! lI%PQ0 F@8MunjLK22SیQ0 h hWRXO5&h8Q0 h ht\59(Q@9y7 mhjiGiv:&tׯ]9 v`Dj`?}K'N&d5֬iij;Rk4ږ+fĤD`l KJE|^A~BR"drf5T0k_/o`U^`=A$. ##0X`tjX8rRvt SZ=iD^>'Q֦f-n$#Ϛ , =oĄI&DGDIbHiOHģ9gy``;4񗼐1 ]fmu]-r#CPŧ`0bBMa܂`S䉓٪mxYahhm'}yďK[OG`ĂߐVSWKpA( ($RHK_b9lndL018$xtzibAN@Q`S(G1FMe%6@6ij׆d`!;|H=)k׬EG,aVO!h+:` Xj׾^@{zH` i7 q!`4XCh0:TO!\HX'@5 ],D5?Ǐ>^'?@QǏ4PV\b`#)Z!"vD/'HQcۀ)EΘY A຀*!\d-"|!Cr ,bAngȵԘ}FԺ5kjj k֦f>\IZ?}6X!c@-`P@Zn$^R ݼm+DQs s  -Qb ! m`#"<z`iI6*Fs*>at2.?}L`&6'Z`^@;q6Pف#e1k I姦O:<`E? LySy[IQ@, Dr3D+0e2HCLiV?/o@aG! 8yyl֒r~'` lqԃ@A`4dF\'~xKyK.]̈́!;? hiy؂)_&i`'kC!{ȶ@I&?k t E@Lq ,YH |0ui˩'SQI \fM@ּ/GAnRkhNW`foX }#"]Z v ڧ pid|}1 GXv`eԅ B=c6!!ƓyҎ$&HRUp݌ǎ\ 9G:|i`LҐ BCZ' hQrO㙸1@Ӏ,P;YkYI)<2پ^@cW@O/6<y-)>qeݚ@FpHh *+.mj Ȁ+F^Ifj wܹpC K ȋ& ňPyҴQ0 F(JJBYI mP|69@FfZ:<:qrҭ3DY0ij'O,m^ojYf-|Ҟ~aPwb.T=vQ0  ,QQQQѭc UVVvݽwd'O/] *!e||}\7K7 عPקb8^S`U qN\ӊI8 FA!0ZQ0  P%(`g. 9`@K=v_V| IKf) H_/d3!ߋ 9dtfQ@7@,ry|'c&G0X%5wc[eK GOT`  -1wnGWO7d&(Q0 F(3a&^J9x|jji9 F(p@VRov4& x2\Y/!Nbch|Q0@a/[lleC։CNameC [EA2$&BP4a"P \i: >w4bF(* ffo [t(uż|`].eddG2MBZ<D@@ ݂>j?rKh`RrƖ9|>ȆI{Bʀ\ȥk7}7 v8zQ0 F@Qȅa$ #|;n&FGD]f`jZ)i[@O5(/)`jZ)YCq>} 8rخ>7`Q@9 JyÅ'&%!輸Zdï( zQ0 F(bed _9u :w9Ҽ|BVZ ÿtq.`- x@f\4hQ0 ҂F(vJBRb8FA!r|r+(>tɊ֬VJ( ԻiVQ׭L`Q0 "hhǶ*ve4x8;v%F["Q0 F( F` RytQ0 FDN)?i^>޼| >: F(`"a!Q@N=rQ0P FiXCN|0`hdwtCV+kyG(hUCɓ'ңW-Q0  N0޼֦f@|۱93-rG!֮Y[=z( FKyX}. [ry7Q0 FI FWRkX`~ĉKG(4Z֦fM--`ADga(`+O<2+mF(44ZԌQ0 htfQ0 3R~Q0 3*uk֞:: h`P9yQ@E@(@ yQ@]@(@`GQ@]@(w4z(Tׯ][f-'iiW77M-`h)? FEXg['$%AּkYc`@`PT;'&%yyG``@ˏQ@>⁅8Z^' ioړ'O_F]޵k4F8R~2D>yZZ@Dܐ*yAyI)իQ0@`PLz$IȬ,,ģ#"!.4aPd5YTKS3DZXLCā*Ull'7X[@!#h)? F䉓@*kUFFŐ:P XO<}'y@)ǁ4P';{!@8@#F*G(@E^j ,\ Km2o dd` ` %i-~ ݽ{G#kd=f ۣX>l@#6`Q0@`Q0@` F,1 j  $,IENDB`PK?A9c9c1OEBPS/httpatomoreillycomsourcemspimages470181.pngPNG  IHDRA pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV]v |||ZZ8 F0,N8`|`еk>dnaD4 ڈ`20wus Q0 " FHR,]ޮ} Q@ -#ӽtr`bLKmQ0$@1 Iѐm6SϛW^R: ` r@L(46}Lh1 F Ă_=udnA>fuBbQ0$M.;{!LCK31)i4G( 'O6!I&ȸYO0q4F*`KyttA ~(/)mt/]Qll!Q0d?0n'O|ed6o:` B@LxIfZ:W@6|x Q0 `WL`k׬ Q0 ! `p|`edhji>}TZFu7 ҨGځO0>X: F(< Xdddj9j.e%棡1 FD:s YCjc F4Zs >u2S;+;Mwt02x`p9_֮YS^R ow7Wj9hw?ڈ2zGOr`9-TY3<3֑KW,`0!jX jc]~Q0@9' RK?|.{4`9!O<SMk̛<03Cr^vOF&x WJ+7Q0  $k`[RUI`u2yĖ殞uw.!׮y$3-HnڶuG(gL+G( Xy?S`5 t8cPp]v2 F`"##SM(.,Rq`Z V֬ Q0 њc ^vڵѓF(l Hkh}Юݻvٵ2u?#@EAs s̍ li(`0"W2wܧ +j ؀<زaN8 ,dІ-O<^pH9,69F(\ םd50-7M0\sYIb:F˫ -4 ~` @6 c,g*n@Q0 !ATs65+.@ --- -M`j6hO<ΏVxd0yd9CibRRnAh1 `9 p AyI)dg~BR"S#hji & V!@Y3G4Xs@ )q|1iu'OFpDudRpt((@,A0|ah֬Sy<}ʊ `Ht7Xs;Q0 FkA n\)H̢ءx&T~c2" 4Zs j9Y2gX@nc~tڽk7/8@BRسkh=j7-;{6سkˣX0Xڰ>g Z@5`!!rˈ6IQ0 'Ѫ:#Cד&L7xQ0 >ǰ>}jZ^R`c %3D;@8:T5 F 4Zs j#:"~(=?G. Q0(@V \m`ÔlkS3ڛ>khc h>XCuǃCBFK`9HLJBp^]WEmt>G+x*FFYI: F4Zs ,m?}9=&-7yY`(92"CڀL6F( FV 7h8xݚ5ĉIIm6F( F`{v4a'OdddϚ9z(Ch1 _^(|ȀRCn>fQ@5( PXak 7ѥ` E@5( H{4oG( FkQ@rwa]> F(@4jQ0 Fi FkQ0 F(9F(`h`Q@њcQ0 Fi X W8,7_FFrk>dna1w``jd30IȘ[i#RF( XyXsnW@XL0{4{LTp5 4Ĥ !` -@ssru]mkS3uiVʈQ0ħKɓݻv]X[- I(Cy\Va]3 F,W'.]ة~^TvQ@#@j@mӧѐ >k&0;hwQ0 ' &BmCi\Q@-l8rvpKJGdAUУ6ov͚Q0 9 '^v!˫=uk޵ BT!\`"3-Hnڶsl*Q@;l$$%s`xbV V|ZZ%ZO<+:VTF֭Y3yَQ0 ! ݸ@kSY3GnС(+) Q0  ]f 0?.t.nnnѠ`"] "7 hG(  ͽlZA6Ffb_hV_c=Aؚ#8$dpUBf-' ~@ Wmؐ c`bҮl`,Bs0֬6ܲ jXZ-ڬO Z`h%7@lMCjDjcxӁ!ڛ`56CBh,o9g:~t( dlN0m k4=0ޭ9 !YsLmqϟ>?b^3d9u$ WP0`}s !݂#G m;gc^p;O<(ai4ڀo@П'rXjD]B3 + 3ؽk慩D((iː9R+6]`#|F4Zs LiQi#`?}L6.|z0XSW ԁ4F4Zs`ToB%f:rNt9v=VB=Zs! htm11X\b͓ayĺQ0@CBϚ Y6Zmkt IA1 F`4Zs X2iAj~1@/7bt(h1LK2нC藼8`9xItD$60 {.G( FV v,3ZyɓR~(h1K v2ҁQ0 3њcs SL:{~# mP6t(<gD.piQm+$Ȕr(#h1|!jJӧfH?r,hTQ0@ípqse&;$uk8Bn8rxt1(C<( {v޽k-##=N`9F9OO<l3F(r FkQ@>i`m4dt(Ch1 H}Ga ht|Q0 Fi FkQ0 F(9F(`h`Q@Q@%~`blZ0o x$Pڵk?}L> 0ڠCȺ^3 sW77KG( X5Ǔ'O UV''Llij=t`5ud$ p:6Vv L{ ImQ0  \V9tmm4GFq`l =F(* ͐o4 hQkG ~^ Q0  |5d r,hHZ`+߼m R>4/N`"*WZF20R`v_/і(Q9FOt=yfhcA~׮ *`Kpy֬>k&fuBbͧ4mt42N)DO#W `ϣv4Q08@1/#N86 9 dh؍<\ϛLo1 F nBVX1 40ڞI&L0HMoErC:I2! ,pkjiIb>+6'KJ7m::R:lL+|td { ɨO<V@.fօ=#2 )hӢh WLrtynh N*44}B$Λ k>--`+OSK铧2y]Xï#Y&nd45Xb[XzTo/*~ kȽţ=*b+S"`w Q0 h X.n|} #^\ MKӸ79"@=>)F"b"/Ql ޵ҙ{f 0AA)OKJi=ӥ+mHK `u F Q@@Ӣ#"!N L`=b(nV6:{-B`fu Z`N0>vnUȁ#=@{F*% -MpS'NRk=r L(Q*7?bv`ƐZ!OfZ: @ m }UՎmy:`DvvKm_SBa`铧C}s1=@ =z9QO< /%4]fJaɄD`=PH5  ʃH@,\:L=n`'1 rnA`˻!>!)i@43 c ːs1lni 覞a? Lc'NX8o>d ֓IXXU cn,1RVbZ&/,:= $~EX"x?ɬX]8t֮Y;.V[=J5@@ 7nY]W ,Mn<eDVr0kRC1;@505',@ *`7Է((B%ɽQ OOJ[ƀ%{ i,!u<9CoƬ^e%m!pJ5ֱhR:>)q ܄Q.vHKݻv Ek44 dfȀсh *RqHr\7 B@5p0Z̴tۡ \Ⱦ=*Ab!`4-b9U| 䖞ȝ0NMVdTd"੎A u1@wdAO41`s/uqs]0oe0밑A@nh Fka冁UY3GF+ifxt2r9@[AM?Vk9HLJBf'dKW,lT[됲rPUs|yP9 Xs޵k@4:1|ڥX@b/7Rm ,ӧ1%Z>hV2 m O3M۶Ζd}pkS2Z}A:gfʤ ϛ78Ghn:f"ml!+6o:Ske`~LK@V`NOiV퇘 oF`!$7C6 FkQ@Vd%&%Y!۶uk[hFU1'<>x ,qGLd C^1f @䢓ηF Z9N@6֣U^JQ[P `5;(RQ_q.2yl zc-ȇTҤ@`Q0(jM CﮅOy Tixd"P ڀ {6%R >(`5;\KgԀ8-r<<"@]7}L#=}s s YM4`?kɞi>(`3xf͉'p ׯ]gV-W7WI F`Q@a 6r':#@,-7W foxQh^8o~fZ:lls7cnauH!֬4 hlgO7y܂|`V!ZiFp{j. L,р9m 54"2lEP88braL]A!Έ#@7CR GwV ,) ؖ Axp ^Q? 55``dӶ^98+`ؑGG1Bh Z;[FM0v0w`ٵHCLGu0 =I֌x(wN65CO&L< P0h˫vyQ0 rYIifZRe$eBf#(`P >ZQNCn 철^b'Ȃܱ* x $ BR T1 JVvM|k^ @;@jV=H+ց OKuDT|I2|&_bSE{9*4&q@kԅ>|ZZF% l &OH``5u$7,{nhcmnP!M XuEB'u(ZX]& %'[\F `z 2OֱNg'$%A()9f!Ev1 CU#o5\9zbFTn0O9>JEѵ:cfVrd@°^A ћFnn]K[BNiⱸ4 좝:qr(` !KFGVp"0殧MW 7s1K@F1:v;!è)ͷAx90R<-wRols+ `TC1w@؝r19 X%$%ń 9r0&6c FJQ^R , ɀ t0&Lv)xd\|$E ϛtC` Rm0{c`Axۼm8~@#T9z_u5֬j峃6ٴGҀCCnĝhFw] ],)?Y3Qw Y9:tK:`y ̞Cq44k֦fjcMrq_8 Y:W.7Xjl^m$&%%.%09-y`b=lՎ/lj &Z`| 2H5 ЈlGx<3Yf9)p :O`fݚ t;֬LV 8YLPte^DO?NЦ(Jf5F8ؽk5LVbR4=v0;Hun]S9 ̛ٔ# Ȃ"mtjJq`1}LZͪ5t? |r| j-h`GE`[Owf=$^VtH| ` XmsIXf vd hhl@5ABR@Dv y6 SKsTw>ރn€ rk/dntVr@50[3'|c4ۆӭ,U~,0ٗa'O]gnHBb<7 !@5Tml `҄;G.ݻ2],6 Gl-Z:N r1hN]I̡ah0@p1r~wKґ0zWgt Rq 9w.azv4Zs vie% 9<{u%.] i43Ӂ*}g ?z(hcPYKσЩ ֭Y`95NLJť铧y|Ue%ZZKF( FkA r O8r'NK`Qͱ`޼zm)`Phtc9/?>}>ZmQ0T@Cؼm+xjXV֬q=z(ChՐx6h?cϮ]Ks(Z FkQ@?9䉓sG`(9F9U X[nQ@S@5( v'[/; FP4Zs Q0@`Q@њcQ0 Fi FkQ0 F(9F(`ӧO'OX0oLPH0PڵkvZ^ IQZZZZnn+F( X5Ǔ'O H&45wtMgvf 9< Ҁm` 9@W֦f`rӶ4@&>`e֬)/9l` !@9rh0`SSW{E`()Q0` N@j@] ΏQ@Kȁ# ?/o`b Q0 ? k G|i鴻ppQ@-@D]3 h 46m $KJG+Q0 9 V]vXmW=y!+)4a8y$I&铧 BT`zb>-H`Q0 ' |5d 9&L5ě0۰#+?/o`塹MktQ(s=vO5;SPND9m X ]C˔$1_pٯ` @Ldɓ̴t ^h`04ZZVpqQΛZO<pv+GNځ45o޶u44F(l XdddjIum5II7 h)-!)i҄ ni` 6@䜕{_`| HOاx8 "Ѡ`"x)WLHHm9oDQ0a0ɓёQ0@[sGbR//]&L_޵kt(0[gO7ljc(hPQ0@1 oA:\\_>y:rn.tyZZCU` B@LA0d=5k 7_)Q0(@C@>apy k&L <`0b 8+șPh}9~4Q08@ܸvSCy:u'OL5st(h1APH0Z`na d~1bQ0 3yA ?#Br:=rAhXBj `3|ҏ 6F(B FG\𠩥9>yDKS3] =z(Ch1  ``'OkVG(Z FkQ@ w4'`D222붆__j hWB1m`9FiXyp4F( FVQ0 F( h1 F(4@5(`@`Q0 H4ZsQ0 F( ˧O {ddd 7w^vO#ɓ'(X!GCr ] y!UV''Llij=bOL0BC`2TF['` E@s֦M۶ޔ0 yC.:y$v &܂SG(Z s4!_:h^A>9wbֿRaE( 2{.)C`PSWPHȁ#N'`e4Q0$@X[%-#>t4FQoy !+?Ȅ͠CiZy\v}y~mbRh`b>^z?~p?~Ʀi&++H8~H|`z>A GV̡@4،#˓'OΛ[iijji*-9 v@ N`6:"r6` 6@,Z9 Ϛ `Go@ +mQ0  ʅ̖3h o[*4S`ؚ6k%D`HΟ7vX`xݚA1 F`DBv2xUy!' H-kb[vPmz)V#^=1!kikCL0Xu8 F4_yyq 0` 6@5`U0ϛ=Zy)A1 F 4Zs @oz220Fo `b :ݻva^T^R %4a"0b uk,7-1)i4Q08@Rǜ'O`h6S]6JJ5FZQ0 "њ 8$dݚבWksbnv4a(ӨW7OQ0@sD`?jc؃O>V` @5Tg̈́VwcA1ZmQ0$@V ?15kϛ5`U:z(Ch1  WMwQ0@@yzpqsgQ0@4 -#Cɒ_s `1zp(Ch1 H2`4F( FVQ0 F( h1 F(4@5(`@`Q0 H9{222]'z4 kZnna.-#5j Xs}r  ~ 抶FEAq4@G&L+m `-F(_u!+4Qn[$ \f &S9>[$@Xi ,L9h:{ݎ&#n4Q0@O<>yJkX0a-(iBFW7AZFxjcnI5vW77j+~(`0bV V|ZZ%ZO<RyO82vvXN0qњcAEFF1\Q0 A,7kS` 6@$ p :ĤDhPQ0@VsШlWB I&(t;\܀In4(>y2x@$>}Eɓ'e%O ,ՉQ3LuGC\\Gb RB5sh^uIIaN;ٷSG XHRM,0 S_xʜ>ӵk@T䉓.Ce%@>A? hKJ! fb?džz hΝuL'Ǐt2IƒQ@|1#5 e%1 H4c vusG(x]] [ #1) Fee]? (@;1z$-8~e08vB'M8ZmͧT"ȻI~ !by_爔Q0lp`bZV% 弻w튎|2iXHgQ0  Wp?2t!K~[6@vݗ[䉓T7T@7``J}#F'ƏQ0,@ >9%'ꁭAXL0|8QW0((3OР=v` B@C,7_iji8rxt}0w3 F 4f;{!Gjcuk|iQ0 ! !bȞsW7L0QFFft(dH.Z`y(˥ٹ`J@ 皣r3C<_Sv8F( Xǀ-V̛?EG[-_=1I5Tp,ei1|` V@öal$~5kn gKJ_V]W;:5 F4lk[!'[XXsIƒhmj]kQ0 3a[sLl/eQ1zj sQ0 " ,5Gu]-V6Q^R KZt.>kˁ dG+̴t`mWSW +jQ0 F}U.P nij6#DnbK=S֬EnI&SbF) `a֬ YDt0P&@.nnY1ԉ@0GG(C Rؠ [0o^BRՌu0 ;*n)($XCCRu Rm0RP:nm4卂Q0 . ̦1r[XAʀGiP;"trR0xtejͯՂ104JJ0(ed_h>YM]-F\}Q0 F(Z kH9lEM lCMf%,Mi׮#v z%4 4!#i 3yd$ף@YPjW1 F( X0~^@2<nq`l6R>Bj#Hq s`1 X2X  حw F(`B9vnA ϟ>BQ,` )a#5(B/޽kg5`  9 D5 N i<>6x'OuVzطX̝` Hu4 `"8\ CN< eQ0 XW @f;mpb5 ]ٱ<-,:{GZ`d@$u'L4x,R$ (Xg 1Q0 F(X@$(yF( @!!&` h@Q0 FA@LA0 F($@5(`@(wG(`9P@yI ZjQ0 њ@LKe`Q0@a_['ȵ22#ju{ I@"Q0 F(@Ą -&X7†DM]-I&yyY`Q0 r) +(-nM!{KJUN~ 8Q0 FĄB GOH? XjU-@(`Rs .n `c^Am[CB֮Y`c 9z5Ӈ) dPwh A@rts(`RsH`i,"H O! >:w`A'3-XvtO5 /HQgV|Q0x@aY[U]W ,!Ĥ$ǥLUhEN-8k;({ uk+`/́54Zr`ep9{v'`yE(`   oA&Kp%0|u7Nå5 U222A!d 4ah` m[! i3e%5uXO PZʐ&9xomjv^ Zf`PÄ@J!&PvpwQ0@` ℤDȖ@`Av y%'p x XmPmeNpW. 6Fֲ` 怴KIH<퐪2LdO5 UY`8&6+ĤiQ0 FĂٮXJz@l޶ҧxj;z@O IwtiQ0@` e?kJc`ݜN` ^3F` 9|ov S Q0 F=XVѧQ0 F(@4Zs"ZZH(` 8 j'O<Ұ@fzF9`Q 5x5ù0(`4:Z)= F(#=`Q0 H4ZsQ0 F( h́ll׎{G(T@5 xɀ:> F(2Xzki 4෎@Q0 FA@XjO>e[rڵ8rr8 dQ0 @a9Z54 eyGȅQ pRF(4ȧn 1XȕMN]me`>Zlyp,;x<_VyF{֭YVp̴t!t Ms Zz^> F( lڶXMZH[mjj*n|Dh`מ=J= F( x;N?c (GC]5WfHUN쟀GǏ# 0o\ {-kWe%G(`bAՁe>to6>k&{c(nڲ]4 F( X0aKJXĤ$ ߀;qL'a5yk׮e݈7 F( kH":"铧2y Mxb v#Z_&^[y3904F`(@XZHOݻvAћG(d׮Y7/J98z3(`¾+edd T$~cV* M;$F(+ bFyI)N8=7pQ0 "1~BR"ڢQ0 F( Fkӧ)Q0 F( LM#gDIENDB`PK?`!MM5OEBPS/httpatomoreillycomsourcemspimages470183.png.jpgJFIFC     C   " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?}1O?= #I浣h> E]$FԥG5Ǘ~O#]O#~ۯqe#2:j֯ŧ,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}45,]Md5֬%ϴO>]vMSKvܖZv4HtN0ͤ.--D I4$ri#3SR'SL )DC)$}gna), GҴoPh $ b9 L!tnJld Iݒ\QDNIFDN2md&rJ4$ri@T&&L4a9O"($$ XzGl"eL#LѹQ0 F(`PG(`A z҄Fz* @3k|l̴t`o A+G&iF noKSSl3UTp. $8;:"(d \0oV@| 4pp{ia ax/pe!@^D4@l D@}`Hn:$rdch/fzZ,>94:$AXm gCF2 N?,$ϝ TG {@Ǐ];wSFM u͜?h/UN'h ~pU9@@@  _y h$ Ai@g@@[@wXsc$ p2b O29Iэ+["G@`51+Z DN2m%ri3e0 aOZ'r24"y<($LeddϛlJCٵ͍M!s f5tdKLpHv1/d]\\h#إ+޵nI !):x1W֮Y _Pw eBRXr&r$r` wtI;1|%AS%(^f x 759@@pۨs %4 |W M KqZIUs#ʀ` 8O}ut'qZeD~aUY2'wAջ:h.Znn\C#[4 7I-]ϼW@L m?!Jv7S0 `Ck}HކzC ׮M<$ a`}= D>2i@?$C+OU4J'r">Pd/׮]E{H^` 4-bbHxh}@D>GnPk !-ǁݕ6 @Y i!C@iiiAfwh:ǿkOϟ>3|ki$8ЛiKN pzdpDNDn>GH"2 3l:v]h@< yC 36ݐP^5d҄S3ПwQh] ``6B 1M--FfZ:b.`Ӗ L,QhlKSsWO7Mȁ9`Z>kh" |iDlds0ꁨTSKs&rb!['d!$'CReh&tr߀)h@f7px<6eAi$`d d5#d 9kWhlGҟ ylѽ*'M@yH3 Чp k<|J)$n%r Ӣ!" r|u n|`4%A^AtzVu"'L jŐb.֛k!>\30p+\o"xUE7VIxB*Y 2 ~S(_`"Q"V@ D>e/Ӏ%`"'L J܄=jxC6_PRn!ر2{ܨn0$xt".l|PiԊ_*M acQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5 n͚ݻv}䉦fPHJCׯ]+y󁾐z ( 4`޼O>CtZ*`҄'O}[S%0p @eA!nnC@/[ (mk0҃Ch"ݻv]v@_CRPėi#32 N?,$SL4]z DVsը?EʊK| !L&?0_ɫ@}k`  II=iD0i!p5&K/7Gf"D7f"j222)ʴGrFD@[V <`:)א;à)d /LDͰ.nnx2pD9&[OYD>b4:'r~UMH=PqаF$]44D@GI$L$)2m&Y3u`Q0 F4ZUQ0 F(t|8C4b#=֬+ӓi10{7 ƚZAz^t?x|--4k &q:itv n:ik]V6 F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`|i4F(T4ZUQ@e`na$_6<~IM-0 F@Vգ`PH=v4['ZU(44ZUQ@e ##\޵kDz5>}rqsM`PhU= FABR'O&M0B [mW7 FQ0 CB-,&Mkz::"HvtF(4ZUQ@0}LM-R`ws?y℟k׀4d=( XF`Z>>+Kxx\` 7h+9`#HM׮[@.v FQ0 hX[0`sݚO<+oTUuM]`4i„ @C FQ@[sL5Ȉ?ohaiDs {I&,7Ȏn^`O:>)qt{ hU= CB`5`<`}tzR`؊v^h htzh!+ilڷAUOvG(Ѫzl:nij 'Oӝ=ݣ1 FhU= Fl=[m jGbѪz(HYfhP x R^1 FhU= Fs ^rѣ:G(@4ZUQOwQU.%hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U(`Q0@Vգ`Q0 F4ZUQ0 F(hU= F(` j@U5OFaQ0 Fj:s I&]f44F(C=ݣA7@U5Y35KJ `!N8}5`== XFnozy5ڦuC"X\h`P҉ܽk'OS>: MXI1`ct FjzTl[)h^ĐI&5u(|s‚yM{⫺68$Mt4ZULv;̛, #"X>Z[KJ׮Y̪yv ,ѹQ0 yJ֣ČAUO{9ZO4ZU4nij Q0zzt($ FQ0Xj네D` D1 L02/;`G` II@rݚA1  j--- ybJQ0 F(C _"`+i`O e, sh4CdnaL2}t`ϛ7yѡGd,XXb@V}@'O֭Y!a2 F %k׬΂wie#}WPyV hb4LF( 68$=GQ@U(mvv?}lŏ(N81<` =h: X@: FC1(G$$%uk֎( K]]4 Ѫz@\06ګ`@ddk@NhU= @KKM*` (hU= w4F( `Q h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A h`Q0 5ѪzQ0 F( FQ0 F(`PG(`A e4F(` 8xk'0[XI---^>^ [SKo@Vգ`Q0 ݻv:q"(###-# *?| \sϟ7,0EPH01 FQ0 F(yݚk׬21C'57kw`d ѪzQ0 Fz 4*1) @4*l]> F(X=GGDfʕ4 &i`m=i„a4ZUQ0 F(!?o*]4޼m+4a72! )ivKJ!O@<`U]W;Z;X45`u`ݻv+ήn:6&O-  FG:6B!E\0B Q x6QH&&% Hkh kׇnht|0'%b ѭ uk}@40NT#"Ξ#+V6-h X #z3YE5i`Xgz= dyY3!k̀5@Vգ{kv:$:R40ِi9D ҹmGK2gnaA-hE09:`@40\iHLJ+oGR+YJ%w&FSluZ6r]O>kAXOC@^Ad$|mѪz@|Kiv+j)ͨ@Qt{WΞn`h҄wBa @U(x4P@+hj)ͨ: :n[P6<`嗘4w0O5SFFfh-Ѫz0u#h ލHu9*~ ph~;ӭM͚CȚp`=>TB FkQOO< t8j;;o0 : _>i Pӧ+QQQ nZiv F(KNt:`$k֔W $9<[4ZUmɓHQ0 F&] `7e]iC@gm`h8Q0 ;=: ؈Y0o~o:Ѫz8+([k~5khjн إ68y Fд(䉓3]jx X F7kQ0 F( k!ݥO>tr@PU[aWbO {F(`HI>tӆ`SoݚّBuuus>k&Vȁ|`K4! >}lnaNQ:(:蒼| n zuF@!X8o>Cbm=>?ATxǏ1ZR?? !F^, &OkW-:`;`b;\{k];w:vVP  恡fABpȁyX'hی>>Z`*:"r@6j:`4>PW):oW7Qjji] hjHe91?}4R62}9% hH ܹ(@ }:Qp}v-̴Vew7_ʢ#"ؠ{`h`jMsmF`d ūԇqzh:`Z E֮Y + JJ z@e@Tܑ3hT;y96ZM,I-v+nWd ͣO?@CB`nΣ[7@~w`a҄^Bx 1\`uHUKYK7` vx A[S7Mn RaǏ.(hi7Jk3 LxaҀ8Ҵߛ5"> +I] {n`\CX9C~ 1O;XIݰ`'to!;X,v탸pH 12=y z f0)W%xz n;17q '"w!Ou9|߅Rr!I>Namh`HY =Z@oB&6mۊY"eht!T`cKH<,$) J!τsG 1F,w6Pqked #)defȜ}c/q6ϔ<mZ@ެ_\6G΃W$``}0tL>nZ` T9|Z=B` aKW,V*%R؊zmARs&U7f^ s8p0V8"j 5"UA^&GpUxeЮ"X {Bg5tޥ&fP13g׮H`Fg IIO<]0o>j">7{n) V %#5anVf@SBhspZ{t + >F:hΓa]a_ ,w=Z_ؖ@rΠoFKK |ҧ9dkzH&<)=bހG&a/,xF^&=Or@e[ ï }ʃ]jR K{0ÁK'+ڀޗ{U HJXO#WG?ҬJ3Kӱ YgpH 1T# T*Xa[ghUMfQ^R`c $ \@ٞWnZ`fءsh/d//@/EQrb֋ki U!h@f%Spo@ j<NHQ.AG{6=܄aRv"IGѣ`Q N@JK) Mk V@Zjrbu]-'>`m !0.7XQ>5\Bi]wghUލ ͡ӣ`Q0lzՐȺ2 A!c2XjhiBzJ@Ӫ%"@民)S`!4H`D!G @ܪ nn(`ثuvM|u\[߸v`w?$ؐz)j^`HwFCNFQ0 Fu3aKϛrȍdӐ'hUՐn4~>,X=n4d#8/:@cQ0\91Z[CԪff}ϮݐǠ mU5r7wȉm,3 F(T ,ZX5 U[Ci`lQCnsc4jn4dݰB{2C-\F(ê?s?)0}I&{#ddڠ4<'N@!h6S䃄F+Q0 F-a^^Aځ%4/MF Hȭq$E!ށ 9ˆr`c x`m[*:Z#=}u3R!WI+G(#@=CѐgVd}33 `i;ѐh j` yyӐ 30gח- d`S!GQ0 F-@^A>yd,Ȩ4%S@&ORM@4kQk'NPOё|q||t-;axI%`)+)ݽk7o`5%$@jJ``cKpd,~ KHLg qkރL&An\c`Q@ 5l LS [*tu]m"e pH@VUcuYJ]Q99w6&i+ R`CرT d`rd(`@ `A4 L.f @|6H/AU6 F(䖽e_t́U2څԭQC,Xylڶ>rD;UR@u60:7oJug $@Y[>#uϮZ d'$%׮]ͬo\ܣ`Q@*wOXȍp|k@Q8NO@ ؜Vx' Fbf: Z`na0d@ LHܢ5ZG(*vkJtQ"NdEy= 9lp4† 9p0dgF/#`У`A&iX:kAJؓ'NPrsA(rc`!!R*tUfZ:d[Q @UZS̞S mQ0tkĤ$ȁTUUi k⅊4ZU B3`rt_(r`ZrOK:.!t*.@U(``GXN0kHU6,H l\Ɂ&</!AlM";RD'<eXl8gpW ĴYQ Fj1 @fI؍zztGH>B0pנr`Dm+ YF/j;X}',^]j pt=[RVPHh< @Dz tȝ<-M]=ݸF!C֠wݚ5j\\{|4/j1+駠n 8HuqsEK cMLJ:iy >Dns] Ξni@55FpX'K5yT Vs0g OM@0Fa\sKgb!%tgJ:PR}0*b$zCnZr)-uƝ]w B?%U ̊﴿RmZ]{+4^9>{!Yfy$N-ga9  :{5s$C*E qYޠ:c)@ǕaQ@g:`b?G@Yq$|oL@s!zQcxz[Z\ h>\ Ai@]p.kNdk. +v*-J+ZO182I204r{գQ@)]\jvm p!X!rY`ߴiA@GB.r!s 0`BෞCn1"ݚ!?}ɣ,1~ƃ(uCx24@#2Ѡ`RV !q *2<}L`LB@ЎwXۡ2r" !-ڴm7LEN01K#b}XgƎ6:9v7g<awZ@KƞokuOw׮+s.iRJkCYIDߏl a1i"SQiPQ0pPZOP @Zll#^+mijzXGAeu$hjiF!O\+H@0&֚ d<yW l"w! =srZ• ׁ#;/h_⁆&0n )o( sU!dӐ6o D@0lKg]F7QGjO0bB:% xE U[&:XYvm~ >cZsdxbd@5yyC\CF!>T by22 xk׮ 9  X`Aލh}` Ecq3݁?̗p1rxW'5w y&; x]D?e0ރ/}qs9 @nsPpzEp"(\[4BE|&Y$EKBjp\3yҹpKEs|dE5ʤ!7W嵌GC3B!w4>~D6[;(y4 @n2pnւl3 Ff螖&vKu o`(h vcM=Es /;F'{H 7qQ0 F(^0> lbȤ (1sL%'`M̟7w5A!!M6mۊ< `A ;sP4`U5eD^h:u3:m bKS3БIDUtgYQ0 F ϣc ѾΞn ",[lQ `D"ey҄ IIk׬4$4Q0 F(('*`&0p 1Vka=(`w"*|P|BP *I#LٰM Q0 Fp>xζOB W ! t`G:Xmڶر Dž "spn~:| lvr`gT.ˌH o@<N&R8`v<ȗ-@22ky{G Q0 F( Fl4F(`xb Q0 F(`0G(`A hY NfQ0 F(: FGkF(`UQ0 F(hU= F(` j@U(`Q0@VO>͟7Q0 F( F_`|`% CB\FdQ0 F@Vդu3\TGTQ0 F()ѪnL^A~PHڣ`Q0 hh&<:= F( Fjɓ''LFQ0 F(p@U5:Xfͺ5k7RvG(` ,Ѫэ^8o>vGѣ`Q0 hUҍ6vCBFeQ0 F 4rn(`!h$VՐEû l[ɓO<+M`Q0D@؍^2}7::"X='$%ф> F(CWڵk4= ؍Аú]ΞnW77`m= ׁ$Л:ط` hj0X8o>KntpHHBR"zudH(` c@VnA>*4aui6&Lv9 $GH%##}5`3e4}Q0 F04U5knaSRj4yV ZAnԯ"Ж֦.nnFIYI)0>y2G(`HUO5X'T-h`ϒ&Ж .Yb9 {&Q0 F(  pH2yD`]ն//[n͚j{;`2IEpI}GRC&>jj; 2Te!i4FB&GOGZ@FF< WI` C@KJ]{nxމms N,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVibUtp@V`Q0 D ‘!|4h5$vh> F(9 ~@<\xj!5:d\i[hO}Q0 FQ5k:!K {F8e]޵:n7'x'Tў(` >)RNT-ib҄ %!fC9d5,F4&hO}Q0 Fao> 2UA&![ҁ7}JZukP ݝ]hji-__k'Mp!QQQ`z6@ׯ] mdgg ]F(`ht}Q0 F(& F+Q0 F(`G(`ahR`Q@8yℊ"d0i`0pG(`ahR`Q0 J}Q0 F(& F``]#>`G('xɺ5k9sGoh> F(8@|&>z( F+Q0 F(5 IHJ_= F 4ZQ0 F}v͚vG04ZQ0 Fn|ݚȖ횏ahR`ܮ9 [X( F+Q0 FWkѮ(N F+Q0 Fh|ahR` [p5Ȃv`>5@ZE8@V`a5VXnn I]s'5ր hR` ۮy^A~PH12j*9J}Q0 A!@r4d&O 焤Ѡ F+Q0 FЮ΁5kh5dpyў 4ZQ0 p`c $\ByI)Vqzu]Ȭс7}T7@V` yp5x6q {Tw[H[ l*kuh> FB+FQsT @LKl*Ch> FP%. =#P7Z>{22J}!\.։'zp-ȧϩAbRQ0@V` ={.H=X/]?}ߚJM0x' ֑} @ Q0 0^m`ȁI&L0΃0 Fw {s GkQ0 FJ}!j Q0 FJ}!N81z(+J}!>}9`L@(`Q0L@V`Q0 F04ZQ0 F(3`!֮Y{s 0ܠukq--4a+( Q0<@V`!CBvڕ.##sar>}ݴm+n_/oW7W<_>`8~` %wyʞ|K[nA>ϟ>%$%1mwhR` 1:eݚ~,dC?]季`h> F(brq `Xy{&Lpus@?@`G(C^V 8!)H.7yڵkO>̴t`G˛Ȇ_ d̟7"HXP/]> F`4ZQ0 κdMV'N|`;Hkrt`m Q+"i¼v@+Q0 FX%{zR''N@g_{| F(y`G6MDEsN@trdQ0 ў(`HȐ5k uyu]yϛO8A9 >z'(B F{`!Yֻ< [.a#ϗ f F(\€$$%׽t?dAV! B؁v`C(i% F(swt0!`Z1m @s`Q0 F0DJx kFQ0 F(𻟗7^?w"V̴t^>۶F(`Q@  zԃB:ֻ C 1Q0 F(@!&^@@A>>`'`Q0 F( =*uH 씣9q> F(`PVCfZ z^Q0 F(DJBFFRF(`>'O\v ^*7)Q0 F(~:d5XgpQ0 F( Ur ght(`Q@E@t=&a}5nNQ0 F( z dܺ5kO8v(`Q0 (D ]!d`Q0 Wٵ|t'(`Q@]@X>`Q0 F@ާNyZGbQ0 F 2Ā'N[r̭Lu]hQ0 F(l RV22CbNrc f9HX񍦘Q0 F(;9:Q“'N[E15 h4F,0]q< Աw  r!!ң{G(`֣` cS`X9k FnɓCn]Q0 F( X+r ੩5`Q0 A:rל/1))>)qk> F(`:Z<($xQ0 F(pG`Q0 FY޵ 5]Q0 F(#аԁ]uv 5V]Q0 F(#0ԑZZ=ݮnnQ0 F(Q ]C-4a] )KȁfB.\\ԩO>͇6}L? F(`P ]SV̓_@Ȇ@z+d-PFE@[F(`A=uk֢L0QZFlO8iu[z2F//){h`Q]+u#Rf:twEQ0 F(r@tj\M-+S &E~+Б^`8>z(`\ :D|)tuusWO7# GʍQ0 F( Sָ|&LJ= Iw풖66S9 4'@GkQ0 F(+uW7W*־u-Ѵ2 F(`b Q0 F(`xG(`ahR`Q0 J}Q0 F(& F+Q0 F(`G(`ahR`Q0 J}Q0 F(& F+uOϛ~Q0 F(l XFpĉukB `Q0 F F+u]ݻvM0ɓ' cB-,FCfQ0 F 4Zcׯ][0o>F됮9Fm1`Q0 F@VXrkN;G(`ZԱw BBѐ`Q0T@J}k> F(`'OΛv͚Ѯ(`h$V|ݚ'O-,G`Q0 T#wG`Q0 Qu̓BCBF~Q0 F04+Ѯ(`hxVwv́h|<}Dz5G(X@ ]]I&8fk&Afr}d:aQh> F>Y߮% 9S!ĒZ#~Ⱥ`<56dcA'N+T?~ѴI{^{KSh> Fbnhh. Jeph-^C>XukK{" >h5?!'O]YYy-3ϸw^TtOn ՋUjcCLp<@!y(x!ۀ6츼4yexׯ](>u- L>ٽk7P=+ڧ 7]onmtPqiy tT ]9Fˮtb^A2rSWyQ0d5!`hI&wܧ4:> F(` @(`Q0L@V`Q0 F04Z>}4< `Q0 H2Ā'N[XFFzfQ0 F(hNk{׮C ]v> F(`pԱ`-ˁ5:^tiw(`Q@@:k>z?(`!hR5+=mQ0 F4Z3]fk> F(`'OΛG`Q0 Xߜ2!)qk> F(`A:rל/1))Q0 F(`:Z<($xQ0 F(pԟ-횏Q0 F( Rڽk7MS߽kk$G`Q0 F]\'Mx s 5V]Q0 F(#T II oij^b9^Ekjiut: F(`DWumu]kע#"?}Dyu`cdM޼m+Qv KJUh䌚Q0 F(`ԁ.3 $dyL47o :yDtDh`Q iH>8$y:]=k F`Q0 'ut'$%޵KZF؀U8d'@GkQ0 F(p8&XҴc3VF(` r@LA0 F(` @(`Q0L@V`Q0 F04ZQ0 F(h> F(` @(`Q0L@V`Q0 F04ZQ0 F(h> F(` @(`Q0L@V`Q0 F04ZQ0 F(h ELF(C\vmQ hO}`]nnaAO<| h;ہ>2 lBNżѵF+QQ0@ہ5  ب>ym 6@ӌ@=Q0 F(`G(`ahR`Q0 J}Q0 F(& F+Q0 F(`G(`ahR`Q0 J}Q0 F(& F+Q0 F(`G(`ahR`Q0 J}Q0 F(& F+Q0 F(`G(`ahR`Q0 J}'OI^>Ѡ`hRk@RKKk4(F(5:yh8ZG.سk74 Q0 h ,,,N8ӧѠ44ZPɓk(tA!@ryA1 h hR]LK2r GCc:M--s I&룡1 hhR5ztDk:{eddFdfӻw Q@#@,42Xg B%,75uc`k++u FedF{#x@QR#KCKq`hjimڶuk׬LJ0휠N<<`31)^yh#wQ_-ȇ)$O>mݚ%{vB V`m4dG(Ȫ}C5F^A?$m[GC҅rw쌂 Q0 F(uy1I&:$## Ѡ`Q@g쯛[X@E:ɓ܂>(`55kFJ`>1 F(`{222FR?y⤦h7}Q0 Fiȵ (SG(` tg|t 1`Q0 F04ZQ0 F(h> F(` @(`Q0L@V`Q0 F04ZQ0 F(h> F(` @(`Q0L@V`Q0 F04Z'OZZA1 dddFh> ޵XȎ3< 44?}4Z hRMA!A1  I.74(F04Zz`oG  Q@7 ##v(h> ]uBv4@F=0[i飃`G{.`)x> 5ˁ _/I&=  _#hVN529 Fց#I&@Ds X F+ur)i`ȡ1A~ڵݻv 9W_@ %`yt_Ɉ4Z KJ׮Yl,s(C>̎IӂyH`e^ FI0Fv77o:ZQ0 y=ׯ]LK hR'! ` Br FV'LV-W ~yFbZGȪѣ#"y T?꜏{t}`iI&.7_zB`m(i F+Q@{TBvpmVy II@h8Yb5kMygh ،ݾ8 FJ}(.!Cb*Q0 8$&FCkS30όhtN}2X~h> \t[^Rzĉ#h> p`9KƼCۣ@X( F+QL0XC^aJh> O>{nʲQ0$ٵ{4(F4Zr6hPa4FϜ#h> H (=z(| Q0@V;33z(` !@(`Q0L@V`Q0 F04ZQ0 F(h> F(` @(`Q0L@V`Q0 F04ZQ0 F(h> F'OF`h> F'O44GaQ@u@(tJyG{`G(+Xf-tus Q0 F@V`ztDk:{5FdQ@ @,A0 Fj'X;ܤӵk=8$d4lG(44ZQ://)=yS`G(@.ukS3;B1 Q0 F 4ZQׯ]6o::= F(r FʍQi}5(`(Qk׬yQ0 F4S -##3:}Q0t@V`@]FWQ0 4J}xޒ.-#=` hR ̌G(Ch> F(` @(`Q@?S>>>@(`Q@?p J}Q0 F(_7W@(`Q@'0iD>>>ڝ@' FhcH ~fG{Hb!;*CO0nyK!4Z"P^R uj#"= .!}tHKM9 a1g$jԘWP@;`,!Om /#w_H GTbFa\`}V &3\`F^0o>m`k+ԵJzZ@NDJ`Q\XQ0 F(CӴ4d߁u9l Y&L400AO:1&;P~ImZ1n4HS`QZf-222A!ҿ333f%$%ZX `L1FjE -#FDi֬^,unO ?~|8*+.?S3hd80 u ǁKpdh;o F0.h@"}`  : ][pȾ6{;{0$6Vg"Eddd#w/iyVh׃'OӧKUFH&M۶BfG@?N5R@ Zݳp/Co +7GBa&$=hWn:dfHs 2rnloةVٴ &;B6m=;)T?`!+2v(`Q0$@ Jԉ`Q0 (4+O>IQ0 F(B@'ʍQ0 F(h> F(` @(`Q0L@V`Q0 F04ZQ0 F(h> F(` @(`Q0L@V`Q0 F04ZQ0 F(h> F(` @(`Q0L@V`Q0 F04ZQ0 F(h> F(` @(`Q0L@V`Q0 F04ZQ0 F(h> F(` @,O>Qu.)iQc0 Ght(`Q0L@tݚ5k׬e Ƃv'8ز 2_WOFS ͇&4]mv  ZAiijh{BR"_t2HW7ukSSW+M QoB򋌌 D/_nnp&LX (($} к'OϧlM#ʿ@3$@000|zB2 t ;r'lHBRҨI0_Y^?q`b?kW# Ǐ'sV[ڹN&NvxzAe%6Чp7mzy0HFKúg@6ЊkWbU@(&`C?܄4HF/1xx1444 X4Q_E@Őt 5 g/ D0 K#@ ?@rϮ]@6gm`;Ҝ؜6KJrc~l6ǀl` }x?ȥbmԿؿ 4s-+)%o8$Bطءk`822gߊ{M0{vfMC> C)T,G;h@1OCB< 8 In Mh@@ t l HnTO4#ޗASɓzXAP9#<]f`!M(MR`΂&lzw"yC%3<[Ӣǐ> /0F~\f-GKLb5vҡY^d&LF*h`*=CFO!5*KF;@\C= |d}gn;x h;$ݸ@cZB[3Ҵ9!hԿoȌ xtZG?g!3hS8Շ%F;8@-O)xq)0TAf lA$]=6;Q@f L4@@F-_HB13@J׮DQB@T ?o~gO7dLc ky J:'!_@ cѣZ,ڿ2| i|4h4B6 `#>20a'$%-7)h&- DNY"7iDȒ`>˴֦f]Պ@PEGD x+sd -0/-M{p` h3~RZt>F!KϚ9e:пkRO!C@"wpA 0 /|O>Gc@lS4.cKzPcb%˸'{`?V/R^ZT[VJP} 7n͚'O¹22.nn|||xTjna1Q*t9>}hji/@04CQ*ɓk"p/~ey͍MQǏˊK\ Y PpܹǏ\O/ Θ?F;*r]ǁC/@6P(S40/p]xVkW"hbC]=J_]Σڹ^J I #Ξn`(:"N0H&$%I*ϖXl3ҁM]x &@5wjijg ($/7އӮnx f_S'H0H3*kG -$4F;AYpIeF;d5\ @t;úkãQ _\\`Vu(ȞƨG;3/3 ĕy%Fw K=*A)!)in`imij  @Y& G0a_`>RCr4;{GuDX[kq!a_bEA,vڽtr` H'֮Y;}!JFE\i} d#\ OHQwPe^p zD @=omC6=M_@ a5=UVR |q0/Ot@XfbR"fXF+Cj>i`i6`!^&h_۶CU`c\m a|| 2#!zڈ/3пO<Xī:l DJd`_{c b`-D40!/r F/t`Q0 J}Q0 F(& F+Q0 F(`ΩE'(B0wHg^9>Fwx$ˣy4~Gw 3IENDB`PK?S,]RR1OEBPS/httpatomoreillycomsourcemspimages470189.pngPNG  IHDRD?nv pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVCr/0oڶ*X0o>Ppݚ{vKW@5EeO8 U=NҀ-tIxyp|` T RH$($xtY6F^b90 iO?,0?6";*<l@q^b sm@Lj#V(+./ኂQO0իz@d  b2<| X%>k&-M,D |H iX޵ulŌVIXX!e` D "b!'m`O`ʃ7z`¥E3'dO?6dehH~LK߼m@{v:rDh471Xdyp([h]薦fEC4h6.?od yA# MM`tt# Y8@LHէ=].?6>`ִi QQ3̽ {4; 8&xǡxb:`~~wAKvyk``e{\8 f"ieee`\tP2Pahhj*󧘨ؖ͛?VV[ϟ{5x3^\y@DEEGUe`h p`oBLZnYO:x02:}b%k [' LJ?ǏO?INJSzSSh`Ν@֬^=f4 :PW%@1<0dO/(tUYq 2~AmLػ\;pZdAާR`M h43t^9?qt 200ff OZu30 qef#6 ,\\k׭YK蟙!˴pkna6) @yH`ƹ9(A +C/gp54) @y` L=ݸlK[ 9b@- @y$`:y4'V=KW,4,'F |dx҄ II @y$I&D.GN] t HǸS-fX C 5=#=}Kn4G6iX-g@4 &= 'FGDN0mL{y5|5k'`h̍66c uud?&rnmjoU=vE00Zhfq2^J^9ilzf\-̥mRM-MxGk>h43b[Ii !U3_GgYg9?4GQ92) L[܀ti}82Y55dhy;{1dBPH5pwrS@y w% 0Ѕ˯[rr&@6Gjظ6FHN\7Df!G5לh< 0%h< =vC%`*a?3d+@Qh43Yɓ&:[ד&Lz6qhV@@y3C-ϛ10 gYi !h43*R`f *.nD`Ndo]o4:6 !riӺ5k9y @5(fغf /XB `#b@y$5&̛!h0ʴ׺ em4G8y$jukBZ/ Y tg^Ap4@yP<Z//!o4q8!)q< (&MJf@.`XZF&1)W F3(ZG^y(أvFhf < F04G(& FFO'yGa!!_1JlTCN$;X<7|lM8 ^zPH01!Y[Q<]i!HCt| kVVW⒏?ި "R1aQ TTL;g| 8q8ЊԴ!h<`O醏Č x0Rv5Dgh43p~>r.sr7` Fknnk׬yɀ/Fx䉴 1hf@ZI;ӧ̴uk[+)ll @y5 c#"]\ 6lf6z8׮_J`Fa]r$ ٘vlf&C j'"<03Y FkfD>+Fř^ѿ eL)`fɸ7u<3\zPW2ٻkNzZ tqtkWzHM>~,@6Qn ˌr`0=D&448Fh433䉓]A O^p/Ƴ'H fɣ#3R0`-mS'Nbz)0*dX]C DT(@I&^v= w@/B5t',7 D2|+@l`Xɸr2|50݌ +-Ϋ_U9j=<`nM3,` ]'nj'̬5@!E`{a4l`h$EC;<< W !ց$D4@fQ3?C򰹅t`|Ʃ!т h< jݻvyyI``d f(qC^ ^|н hf#<qI`U 9g' ?!)i8-n<  a3`=:D4G22Cx' <  us4:= F04G(& F3(hf`̣` @٣`hkPr4 hfC@p! &񹺹%$%Lh43(9R޵{-hm`P3. >()@ZF&($d+(~횯= +< Fb+߼m+=<` 'I]< YXK[*r4BnمܙJ+G.z~i鐜 w .O<%F1PIƒ @=ff`lڶup K[р~D]_N-@[&+03r0Æ)>I<~[CQ'8$[֭Yv 9y 7 9@y`LgO7 \iFߞ,"Adeh2yym0L1٣`ӧ Ehf iۀ%,ކ8x glI;0@fQ0 J``Ρi ο4܁w%8s @y0ٵ{srtDk^A 1܁#AL@yt6 Z!Y(R]W "K#@39 iow3#45o޶{d`oNs5ƪ F V&ۨO `1L!$"&M2'rj^A>M+]$33ďZ8]N F332dA50Xr170v0W0T (\Jiw+ lsxoijiS F33`hN oY1BtjKy$5' F癉tD;L !j~^ޣъ@ud5rYO`ٵ(Yސd @5H1udA֬ aXm~Jc v `7m & @y`s/ULP(`{ f0;X(CwwhfYؿ>qOڰѩQ@r:1{3 ʥṿ 99:"2# a`頠=j6[h= ( ppIO|x ln@fQ@X9znQbX!O5s@fQ@pusÜzLC!9uiH/V< (v)i 0Zbih_@`R R ,9Ē/ F3(NcwduMc&L08pP! F٣``x횵{`gàḄ`(ZC!|< Vf&sy83 s`U<\W< +(9htlah43Q0L@fQ0 < F04G(& FGG觩%##3h43Ȟ9Yߢ̣`hefi/,/)5t*pCL-Hwܧɐc=4Z3 ƶn؅.?/-D vַ@Ooij^0ok @}222ku! 8$dt$` Xd * ZBZt@6Z ϓu4u@fnn+ G[k]Al ]_љkO< @ ց̴uk?qk*+)}M6F%dddHʌtqs+( W[0o> Fh60Ơ. ĥxNXi^>yJb-4D@\Z Y(R]W f6g<(2VZ|n]#=}`Xy w!P֢ !45ɚZb{z9-DN_ҭ+sLHWb.aq` Lȫ)@ |:C#cdIH i 5غW:jji3S Fhf<I"Q@y/n%7 W+$H}1F(`n {xL:qk/ ӧ}H`m@#}m6K!C{vvp/Fi$@6 3Ӂz4'o0|`:|5--- @XA ѣF`]ׯ]xk>N@Q@lA @gC& E4GrrfZ:dHN0fQ~oh= (Ѫ'NP4|낮Y0o<{˸@fQ@01ՐyhTSKkH @yK V5BfR~05}5d@}Q MP d9@ ??xIPt< (!t'O#"[?p0X>@yP'?C v' W44g#00޵r#<  \;d7RnA;. F3(@ZFnn2@r/<  w(hf`̣` @yah43Q0L@f~8t< t7#5m&f d 2{׮!:Y@y3!~F | dXH<ĉ![F4Z3¹n`m@cS h< ܂|IZ=I[4B  VȝC 4Gɷ<\'] wena1}̡f({uց991)ix\'@5( O~۞ׁ ,=4GsO8 9XN.L@y %H nn.nò@y l QPḳ`dK`̣` @yah43Q0L@֮YC2222ҐC4GsFBCB>0̣`(Jve˂ݻvDvN3zM]#!7No?oް @fFΉy$W3IhǪ E@y 2!a`-q[Fm[v4 yȧy@t :`ûáhtlZh@p $c2)4`=kR?[4nggI`4æIVdDj9kPU3[ 䉓@+\\]܆b<`$?0K!/F-b h  F 3m[!W{p|H䐼 F3`a1?:222d/.+kAgNČЈ̐Cހ(3-nwyA ] L֬v[m7b !S@Y60fcJ]0'S#ɖWPl&[m!!^0o>t&2 OVΣqus\U]W lo E΃tey-Mʐ-|`o!#hHOê F/ƀ0hy)P2͇TIT4r'!WD+/2!~5B Op8 TPV\,Az׮^ů@@ã#$K@#M*im>2#.Oo s4r:{!-z.Cv(2,=@+g`y7AR`N޳k7vkM-M`bQњs%g!d=ۼ d+51{ Hr'4 vn vQ6@T2h =x&@.s٧:nh`Ƚ9y 38lM^g Y@53Mz;1]u9yrAq kh43S)fC<0o:Df( ̛czyސsi] F3(KJ{zy(1)i^ @Q='mv6C lxV@@y`X r8_7o< `S C!+p]~1@fQTBs2K[!<\VR C} FFv?3a0}LCg9y n3-uGX1~  FkfT~QK۾ԠHekn:qk铧hAFdnn4y'W/n $33* lKWŬ̜s2 l'Bhf>16<`:n9`.|*dCw=@G (T4A$OZɻwJLJh<ڱ' @5H]=l`N']hNPSW;'X0o Fk {10#@Br2r Q@ydM۶Bv)vfa F# `nݻv-7A1Z(4GHiQO9|[蘄ThfC 1;́܂|`mh43Q IIdM*vւOČhf-?'suiY73-}ݚ5k@[`Ư FtfF^n.ny[̛Nb9N?/< #yp]VM}h@ WCv@9Yэ[<H3ĻmPy)ZiwM&Ml+CM('[|n]#=}`\U/@КX9/ 3p&Mpa4ByU5gS+)Ļm }ȅC@5X*@К< Ff] ޡvA[ϙNm` Nz 'O20XЈ^ ϐ"pQ <ӳ-pؖTYsoBR" d;5@q`JѵĂ=vCJ렐'ddfAUSW u'OXkeyFxl-nZ`@+80(!E`yI7 i9+g` [s.N^ Lf@ :Ș$ww<`O̎%Z{䉓t "HkDyӶ 9449bH d]4Fz֔h7H}45/7>vQ\Ɓzː~@#mpgRX=癁*e >3a0}L 0IQ`BDl4@ H~Ffa ̛π:V.Ka` :@ff*Sk*;GGiOyH4a"0K޵k4Q@1 lyڵ'Oyy Y:3-WIQ@ tWDKV,i# nmjQ<}d\2 @ |\!O9$Nay X lFC`8[:5S3 J-v!aK`epo` &_` f dJzyqZ*-#k 𫁃uk2n! &R+,[0o>0H~Fʺp3$@%3nbR IV"$fLe@T T2`.)`fOb)`a$tНl Y ܂|`t 0@`)x u@ ̮vn8͵k P :f'dȜ<`x|8m` $^(+)UQP6!Mќ<@  yuxضDnRqQd Uxj젥:8>k&r^g`a7]=G:!镘 Da&LUȚ0e((@,}dHxy@ iT&Q@ axzϮ.n82m~`Y^&Q@<RBR"xT'+%l ndbNf``*^l IIQ@ !aX`.b K* F`̣` @yOFO_ ?x`@fR9O0Gd=Bkz4 C pusݴmk^A0|<2@?dfAhkaۘ={vf/'C!Htt/]Ȁ7  betyP4z>nZL#5` `*Ốs1Oզ<:JJ8F@=j r[A!!X/0nj+O 7٤zHVՎ.B F!D"%Ч#v0Wx,&>k&fzn6h @3a hp LOa堝z? s!'Cj``|0MXjk4vMɀ~BIr>s.bj!lj4w?f輦t v` qsI-YFo ]@|`2TԸ:t8 R.``;͆ ir'$%AZ+F K"b!3(vTm6['. YU?7x ,Fs(R3CTeȇ9b~F,, 9 oբ s8=<@@A՟!,ZVR L lUm !@O-w:F$=lu!9+$@y2R` hN߃19W8rx4'@ YSK `Rr@K* F`̣` @yd[B@yPp( F3`FDِ~ݎ׮]Qgut?}@}t(  D O-7VщIICekl h4^??#@_Az}tqJ Uvܹ@C 2RFDe%kWB\d h̐]rS`m|N0#(;7!)@r=$p5!Ж;tr g fH Q iʙ5\b s uva]4? )?Hk:!H6N&V#*rm^A>ffcҀ6}́;[KKut{b` tv dw}AoiilBʮY}fxqTx4M0R 7d@%3Cr,LZH\`T%9`f %$@ R( Kf*9#5 PIx2ի!Cj@`p30$#t h!=dsmw5 |@=nY:mF< IO>utcfuko7x$yyt;{ u@ \y*e J̛d 6 H46pH>pK{ne43<@=3['L{ 3!ў( `̐+!)q2Q@ lO`0z(Z]^YIENDB`PK?4Bhh1OEBPS/httpatomoreillycomsourcemspimages470191.pngPNG  IHDR~/ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}  *{5Q0 F(`@`֗e%KW,ït5yXeR@A< F'/\\ ɓ'O<edpj[FFf4xG( ̎,+0W\@֬ Q0 *Mӧs.ٚZZ@.0@Y RQP>k&| $s)zѪwzbȊO] V``] ̛̓oBR" ̳XD19<`H`:|4AHÔnn2i;@1ij[`~d(`xpm UV>+djX]Ĥ y  `>y0/8閞nLKy X=` Bh*0{`fI&E ,Y͕ˎU(Rc\@+(޴m+P(us% ` PO8 dc&B0:@?}=yk5.7y  xkS3@Y`H q I&jji inL,_5yj܄$`63Ş]!jY (>< @扁2mΒ@-@qH, |t(BU20G|JuU~e@!^`r >9"t;lNVIbdYH_ZFa pa n { 92 \\xt\pw>8gɀD9|| X6]Zj@FzxKQ001%fY0=}K 0 Et JL -,yx gD|R;gEخ R[yzzx Ѡc2~}/"EDC_bvf3E"!"taUkJ|U<H{9wDkh^ru z)߅V|2 \QFI(>uԩϐ[JڲkJ)[a:]PĊ )ΈCؑ?z̓lך"pQA~m_v|9~lD+#4!S_^nUڋf=sȘ5X7Jm"6mnxa^dGSmL-@gMPܶn dNQ\ͭJkւ@i"J 7H&$KI/l,]I`O2) B,_"` ˶t><%X\iPX$IXg͇4"`@L>+x1Dkg4%O" fzV@!s@A`G(_P]8o> pn%@B`! > Ol ۀz RRILF[ (_ RXABDdt} <c2G`$0̟7n-kAaЊ R@hȏ$1CR5ɤ ׾dTL}wTnc4g,$Հ琀o  .ݻvCj$|0BjM![Ȣ*x6`c  gBȪ+Hs, 1h L$5 F83|+,d7 d#rTCN{fOhK%HfjH|7 $oȌ l̺5ku1k  T,M/@kD͡mv7*Vü m,ZJA'iii;5ؖh,d ЇyBLKV,#Pd3#` c [`̌=Bh+,@5!.$SaGjJ^0ŀ=;SaQ0 F(Ǐi @@ǏOZz5ʲC]=쵫W[ Zv J[e͝ 4 4 (D@@)nE\-p5@@; F(` ,OMS<rLnĤ$`vϮ!g@_&j@SKk@.`hՋ= m鏂add!0z Y5Ciz`ݚ5iJ'~^ޣ]`ݻv3- $/ L]|i;!) \5 F( "I-M˩kl`(`#rϮ]zyvvus+ȟ4ߒf2`v* 4ahHQ@ @U/]'=h A*xpJ4'@&}G]F(Ѫx`cC +u5S'NC;{ʀ {y&'O?T2`)H.pus6@3ҁc` d/76j= F( \k׮,qZ#"jd1  "8Xb`USW I 34t&nl޶u횵mzwblDM ߴmH8XL5"C4d k ` Z x}wGOx`Q@9Ѫ`Q@E@Σ`Q0 F]@V`Q0 F]@V`Q0 F]@"]>}Z9jQ0 F-@z`ݚ5e%nn IO<]fhQ0 F(^/|y󶭐n^A>|;(`Q@]@^~E:rY(`Q@u@U/@nX0ohPQ0 F(5Ѫed-,&M|_(`Q@u@U/L53!)6%Q0 F( ZUOyJIw5bI,]X޵ M--/M`e|2 F(r@4z'M6`[^RJh ZMHJž]Big(`&U/ZoC@JzxƽwV2W@vPHh(`*I՛[ĉ1^`trݓHP00/+)Z+i `Q0 F.@4Yfn7oۚdwtn5nWO70iD ãwQ0 F( $:<>#3ֵ(`:; F(`h; F(`hK@-]G\Q0 F(襁(`Q0 >}4E~^(({vz䩫+H>y>p3Kq~*߀ 45/7/vG(B F{`u[fZk׭Y彎.0`M8iD<k_ltD5k'̛Ηc䏦Q0 FQ0 ޥ+nڶUFFr$ zh#k׬vf dΞnS"tk(3`F(zG( :Tlp65K׮Yb …0҅:X[XNQ0 FQ0 ĸ@kSu]qIx2nE-@+F(d]fRtBȀjQ0B? Ob22`)3:< ^ **ZX+IhX@ ϰ"@!Ä$`VWxa.] /`DlRY>֯k hWuLD$ [,qX.CO%'v: Qx\wĴN9Zȁ)f{nz0&u`BϹbעPoDڵA[@FQ0b@ ^`^Υ!g!=KF1Zyvr0MO_rW0 Grus;=H77p- [=Z;7P\)F( ;g ao$A=  "G܃я }˖%-fӬ7-{:/]@p2h,W֢h+5?ŞqcH]*T~O!cD| cFVy ƙAA;0OlBVD!L_j^$7'6cI$gjC2-&CSUDňet9S b?f[>:"֟>@L@.<>y ,>t PC@7@vO5b ;S?aՊ GH r}p{ ;b1!7:jXI+B6d/Ѕ@q4 V@jJ,Ն3 { e5k6eAC֦Q@9PQPo4(['3,d+@1'WW)T1g@CPWի4r pp];wQ0 F~b?~5@@e4r@ eV!!6 l)+yPV{kF(`P8RNg} `Q0 (4zv醬@S*imj,7o/ n@HpPX#+=w1`ozI.߇SptlHdf˃k8 FG(`zG(`zG(`zG(`Yˬ֭Y늕Q0 F(> FVջ}`Q0 F=@΃z'O͚aAfdc`>TpĉasJa}\bѹ^|`ݚ5~@( 3/%n3 fg%6zG(`zG(`zG(`zG(`zG(`zG(`zG(`zG(`zG(`zG(`zG(`zG(`zG(`zG(`zG(`zG(`zG(`zG(`zG(`zG(`zG(`zG(`zG(`zG(`zGEkFz* i@wFC;P^R 􋃍 GN>f @F@,ǀO>'>}Hg%6H=`bnz ]tr m9@lI9.`ypF#`Q0 'JE h;׀M`;18$$($6BZ4D-3!\&M` n $ظX{TvXu]-> &ojm`;Ӆ_np-##3DpJl@g!Q4Zd dl޶U^L*XbTOxĮa`4U4铧 X `uiֻ@O/>h&6N8;T/htHդ萔 KvZx `1_bR}@0_"nz{@8]pusCd{)22صzgxR[Ca`E.}b F֬ IIA1 F(#h;0^` q4G(`hP(`h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 hB'O\b%FS PQP++(ĐI&L0qFZHuE($zg;>hEʨwFC#p}je5(<}d5;vViQz`,)zg;hN "F%@7(F'7(=($x(Q 샫pwqa ѹQ0 F( FQ0 F( XFk!ls 'Na9n͚'O¹||ZZp|j ɖ? hA_C`d VRqkẖ3X@f#TXS%< cǏ++j@s&Sh9x|&*<􂳁@Y!ϝK͍Mp{]ZV\4Ȁ+صs'P$)$ zh8&@gHMAs 19Xn>EPpcMD`׮^ _ "5}0Aw w ' !;9`,r"G rL @] ZXpf@jV2ׯ]l ;w6 9 7!)TcZ=&mtD$"dʨv[m9!!ńw5dz +H; i| FH$ً@Y~~3ws t*lV" `0#Rj@U/zoϮ]ĺvZ` /je`hijw % \~ 2LRR]W bth;@ @mk׬!rh!;,@ `]Ll@/@dH#Ԇ]Ll@VI ĺ`Hb4`Xu] h !9}L`=yPZ-)p3s70uX>D:גT`ZXA&!Ň+ҵ0^U;Vo$ܙx4iدM; FOH,d'%l %>>^Y3 ׭Y _@' h ^ C^niE4h](6m __`EY-lLȑa0{3/^`(!wA ; o;|`Uvh4!;j02KΨw䝗4QU{@8Q0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t4ZQ0 F(t2DI&"sed-,ed0U>}d]>}PYPHߠ'N8,bnaVׯ]۽k7􎖖&;-j֭YS8M--Qsuw\\qz4vF|4 {v*2,8$k  @?eZМ4h%&xzEG@ػvˊK>~f͍Mps[\z!Iw ))F2U"t'<4 q'Zki>)0;@ n5' ءw-CLi<0R\L Xgrm@FtD$o?5up II.A`[/ fD{@/tti9j-\;mX`pq@_c_>h村;|4D\`bws*++)C8 F^@u]'ƠocJ I@f`-M͐H.7/($M0[GN r##wFN0 `+܇}条壡}J`rц/ѭ%@U/+`6#inaA mC4 s.(Ѻ5kw1 ZR<ˣ3wFcGA* \ @V` 80` ]r=N  <Ѽ3bcG&S#hG*dWi-iyw1 ha}) A4ZR vL_6$u^ סv6f1dha}K7\Tk_"u@V@^A>v'2 ̛I@@1lhn͚Z 0̐!!t7;yg(d V%%6zI?*,/)]b9<S*0!f#/kmjF^>x€4&fsW ,uAgO7/ЏȺo0jlB6"l`!72`iX;#3vhHgدnijF|tkiV`<0;>>`۴m+0ho_"}F0Hp@,]ɓ@|Cs'C;8&B@NӌY3ъlm['R 3wFl飡}, uw> F^bA э;`1%6bT#>ٌk4vF}4$Ix(`Q@W@U(`Q@W@U(`Q@W@#nWEAq;DGDzg;TX&MD΀AU/0 he8\Vө0w&M^`N/Fvy+#5Ǐ fމ "8苲]:QP3Z2\C]];wzgz FedXAzg` HfMABRӏzg;X@VT+AjjwF3AWO'Ơ?Qȴ45zg;@VTuk֎zgpv`ݚ5}ɓQz+Ѫ|2\R0Gh`@VTCq)wF3Qz F7Q @-!l];pɓk&$% B'N@nw>y>}y!}ށlCZfMPH`LZ Y5'O7`!0DQ!{ygF/ߞ]HS@U/Nd-H6CNCn,w `]Y]W;@k&`B~8ށ$! ;q`cLҐZ I~ `mȥ7d@2/@W7м5Z@hiieӭ @U/՚Q ͛>k&$_!7X| i0XblMH7"ׯ]mvL@ZnXށ4iOZFf(9_^R n! ; `o$(F]hY`9w"lXѧ@sTK@X'45Z ׀`ٍHmvzg z25h4.5NB+ւ71Z\ѦKwxdfZ:0B@ށLEO/nzmWH#ecz #J-Hm )߁yG=HxwІU96D#ڵk< d{G$ԡAk'ovKA>9:K*yX{q@VS./2i-S>DIEAqc08g.-AW4:KCnaPC: d Uc]w-Axb2Mᆌ|\ +@+XhV@ !?}uA50hw\z`ځZ`=uf^ziؘNށ/za f`QN<8P!4c<vU K6p`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 h`Q0 e4'hhQ0 F( ,^ix%4r5k2?}?/Q0 F(t+֬+(!n[9 [X\vm4qQ0 F( sIOh@ -<`SXAWhj/ܳk5k"|Cf\܀PGW&Q@<^/$R`q,tX"/1#~nJZzJAK:{s!!3!7 F@z% ˋdddـǣ`P YB*]HNoXq%=˄$?yZ!Ld`! h-́E ,FQ@ AN0yyCB4쀽d⚺Z^2t.`E &@c-R!ܳk0k? }ڵݻv!Wpdd!#9o-~~:JPg/*`P3>_],AG( kn%@e͇.&L/ 22ҁU0Y`[*Ŗ׮Yi,` 5@ei:X+K &E?B*`]@Y Џ@BTؔA[,9 F`46ߵWϟ;ݵ6  ԬkN&ډD&b6CC\d|"nomw 0SeAʧC%#5 Wh\h,0sA@h,+.AVl0@F! F Nuk֜>^4Y\ O>9' $Q0T@V` 044IꌢﺺRIX,w7A}aX"KAؐ=]CN!+>u4ٌ! hEpdrk4@F@BR" W9 %w0O"P2Ԍ\YPk@wFWO7dX.7  UXHKo!75B3# @S G^'G( hd40>Ly)M75uvrt2imJ˗.mnmaggǣ !+||}ꁊ#_ōU1;;P)r= B@{73s_?RÁ?}'XH(u`nJ*:ŀ&lټ߁hP=;;:.@ /:xbG!ntz 8  * IIxK"!aw}Kؾ`Q@ h; ͟v3ՁhQ0 F-@ѶMHJjku!%M `Q0 h UopH xNkP_;خ Q0 F(CW8O5r; }kjNVWQ0 F( fKJ}`ii9y (q ;\ & F{bt(`ALs )o ^[wRBQ0 F(T@t:YFFK\8œvXݞ]B׎NQ0 F(Ӭ@r8 9yFQ0 F(4zsk^vݽk7 n`Q0 Fu@V 8rr~,0`Q@#@U/J<`Q0 h htwQ0 F(+ѪwQ0 F(+ѪktrG(`@`Q0 h; F(`h; F(`h; F(`h; F(`h; F(`h; F(`А\SZ[n͚k׮?} 6M`Q0 hhTnn'O-M@H:yh; F( ƀ'Ohw_'ƠW+]W71 F( F"##L:x.2z(`2ˬ:{ntD$.T-4G(`8!Xyy'$%1g_BR҂yNڜ M`:ѵ ` @Bν~oJɒ;ڽkWkS3W-##3}1Q0'O&M dϟ7X3 F-"0T @CWd [v5x^V&L־@ҪvC(doڶ9E-˥+Q0 !yi yQ"ʐurA/eVyI)1FU5Ξn[`b־Ded9` @Y1@\s sd,!)M(,7X% 5 m'k׬1-IHh m#׬ׯ]ָ5rat(BMI\a}N]f s]21 ?D "3vU}!**!j!@I( F^h ,z2hc ~(@*E2YBO+ed!,e@Ȳ,HrS`8^MA!n4L^>> 5}pH0 95`@@9p0dP8/xy4FP!b]f,Ծ)l.(>cL{=vaFnBL>` z;EE9y!\vY$&߅Ԡ` /Oh(3ä  \Z_0 FU@xhwR4 rh  @U/>`<Eڽkh!  &ݧK!MIMG u577 `dp6o:`(Ξn&t`E ga+GȬ[2||Y5B JgJisFukBLkmjZe{v"6P;d, "Uգ`d@U(+]`Evݻv/E;ڢX5eϾrU5P/~`Y^R Y _! >xu@ʼnI@{(t |fQ@C I E $G(XG*Q'y$@Q0 F(t4ZQ0 -x&y`"@Q0 D^0 F( h`|Q@U@Σ`Q0 F]@V`Q0 F]@V`Q0 F]@V`Q0 F]@eVW Q0 F(X@#ꍎQ0 F(h$\F(x@KS3,ѠH -##zR:V@#+C\Q0 r1Q0 ht(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@U(`Q@W@ Q0 F(n F{`Q0 F]@V`Q0 F]@(ɓOiji(`(Ur _fͧOEl7:gy7]eϮ'N-Vã5 F@U(C 65뼥+[X@DN8 dttӧ #"5ngO7OϚ9ѹQ0 E|~0P^R "׻@:XgјѪw^M]-VDv[T ݻvcuFBR"\z'֬uO˒'MDX#yd͚'NA42<#``4`%` &MDp.LKvP1kBR"\^lSnAhQ hw iZx o޶abO0qyIIh@q`GkQ0@zG(b eruk?Y#!7@2dQd1d `ug Y?DN'iVȂ@'[b%˘O8 Q0B@1744(C@I}'&V Mvvvbee孛̜>{zwJZ Z`ug_8 XaC/__X=Phv![{rdg%o.ZO`  4\'GKnIENDB`PK?#Sm(m(1OEBPS/httpatomoreillycomsourcemspimages470193.pngPNG  IHDRi(; pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVLl}sG(4ZQ+!ĤD`)gw9 F@ &LO`횵 2_ i޵;u{kN8l[m)o*~Ox䉌LgO7\t5@q`O^-7XEGD.]o4Q@-@í > 600؍ԯ7W`AOHJy@2rkjG(4:FF)6\ܐE\܀X`NK=`8n`PhAFiɓ'D`NB+IA1mL`PhAF>Xf *45#7 t.$PͧOFGF()bA!!AN.#К`2IQ0 FU@hM3O<]~1 Fu@dnn 'O d`P hAFl.7. rQ0 (4Z]=ݐ䥳`R3Sꁥ GΚ)OGϽ 0Y@ ">`jDj޵{܋Q0 zAv ȭǜ >y0zf( ;u$EdrK1M-MW77`M)F(tĄ֯`~v'd1hZ0 Xi_ hhcv:bBˍK5ǖ^sg ֦͆֬E> X6yy' ZrV|½]q!@Al_;h,:y⤴ `:bAW&  ,(Y .][#=}R X՚[X0IxiSw{@s, %|uP F :2`'##ѻ\Am$7{#otБh'^Q0 h 97xXB^ωvX_NjXSKr 5|P^Yn#d5'BBd-HAB \8t~ԍd`  63;JNfxX9h1XP /3`'(9 [' MRa|a.Щ{v< D+G(: DAv5ua "Xxu2@3S8=. ROai&LvN5 XJ M۶"` z0?$kXI {X% ; F@s#fS k&I, 5`W `=xc Xt&0e`<7jwd~o6dJyZ{  O[,dtل,_ UbnyK3c@5hj5pсQ0 h  N8^UbOB  ̺^ޙiynƄ$`*vj &@%+ˮCZAƒ-@-.!lE !-zJۀV]D.y,?}Q@@?F΄@2 }Op Q!BX wK TlIAB &^r_Ү Vxi "7xt>3ҵ^!TAdj>R4A O#@  2RhA6Z>@8 F( F Q0 F4Z @ׯ]2F Fﵤ@rQ@E@-Q0 F4ZQ |)3-}4F(?тj`w=Uq-Ȩ"c@5 F(тdp`hAFg׮D>F(3т:䉓 xW(4ZQ<}r7a`Z-Ȩ%9=z#(4V((ҵkb+!7¡]tN|K[F(n4B>żI:oFZ̛|U jϰF(4 ~ ̂ ΂+! 8$x]p>}@ uJJG Q0 htR3/`ӄ7ͤedF`PhAF4a"t~a4ߞ>yVꍂQ0 (4ZQtfn. YF'Ol_;AbwS! ڌY3#dfZzpHf? /$Vg* |`,=S(9,MHLJ7ݯ-Ȇ-d/)#Ob9R!`LfdPx9D0 ǀ vl< w:i0 4$~L\ lie8"nĚ-Ȇ--M@L(̜'pU9ɞD+2ҁF, e,v!]T  QЬJpECNbLICƳ"f.\`YEAn?oL#wH5 PHO Y@ۉp[VM@Xf`<2bZ&wԠM :&#Ok&jJ:d v;L'Fww/z$|zv n~:f4]E,I=;RА۶E)$ ] 1S'NVxk"1\,`X2B-0`}RLhA6lZKLJ2) -&?/o{[`BBk }c]TpGB/hyɓqj(sEQ¢D;0!hE|% 0SDb#mMLhA6ldRrR"dNГ5k\(_ŃZvi qXu6LHE i2̟7XsHBye +xQC]"hQ^r]?atY1Z4:F6<0u"$)рI 9%@'R`BfWE@qd؋.ec4jAˏu!d\쥋4Z OGG^pI 4SHڂ E(!k\ȹ}횵22Xh+cm;17<}A)AȘ^\~3X Se$DڸL$4܀>%r$X hϟ>u4 !O oL P`hځҡ:1X)L~$U+!1 $29|?]rw wkQD޴)M?津PyuyӣL}ڡc "<0(wl)doǴ,* b$Κ/RO)l^\*olR9HH@ 0f?Q43~rJ ]ڔ$eۈޑ6n"ҭ4InVs33}Q3z4I.E{@@>^M?M v8d GpejH -k1P#d"d XC ؋/@5@3uЄjX}'*4L+HKEs @deW3vtA:@MčJk7d*#|s!U:x-@VOH  =*vD*F ,_`*DzwzA~0d0kܹXOMhu:(`O ҡ6 .` lgb>n"a֒K:gQ0b@Pa/}`cX^R |)Lȉ6搅ǹQ0 @ yvBB9WnA@tBX *jI={O g@m\;;s l"A,$8˃/hmjvqs~nX"8pؓтl"m8RsZ9@2LeFYQ@c@$dXB_~`Y|h: H(siKSs xs)xv=vwtCFMBdjQ0 12cE]ܬCҡ [ 9 F( F]!֭Y ̙mEޢ>tή:OE2 Ѹ`|>3]XkcN"uB! Uț9C |!cWi7>8 FDx8$s6@ e%K17C%s!\]; ,\{-!%5Л@G}osk9 ^KB4> /F(- уG(ChA6 F( F Q0 F4ZQ0 <тlQ0@d`!h ` y@(`-F(ChA6 F( F Q0 F4ZQ0 <тlQ0@d`!h ` y@(`-F(ChA6 F( F Q0 F4ZQ0 <тlQ0@d`!h ` y@(`\0Q0 FI /Ȁ%NyI"e}:1)(2׮W/-#3iD`>v~h S?~,1#P ȆڹT4@Iի"p] }=\d/C Y(QdPcd0'%)wZ8o~nA>\5k`t0WA!!zT A  wy*xh[lZbFfb d`~^<7 <A ȅkvPrA Q6i/ˀNs @-`_V!`  Z -J\ܮ_) `-j6llœ7 a@ƞ]jM 4a"d ^Ʉ$J {C0rXX/cX+G(D $r ^$A ΅t9w=}̥+I 71) , ;`馥):@F6m.H )jEЅPl<`J@Q 5Z%, ̴ d"9Cخn!62?J d ޝD !MTXs,x4Q@#@,T1E*Ȁe uI`# dK= 2 "ز QV@A ,$AhPF(@ݍ?F`&B*v*a ^-JhfΝDޤ5 F(@PXACbtr^$Н%r`=Xs,lЖ` '@(`-F(ChA6 F( F Q0 F4ZQ0 < [䉓0 HO<A;@`O@CdzNKIENDB`PK?l>JJ1OEBPS/httpatomoreillycomsourcemspimages470195.pngPNG  IHDRI pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV1 FQ@ 65`hM8yē? --M ;$G('"XP^R`c $GrnZ`a dc#`hMly ۀx;; #4:|ӧOh`K䉓;ey @.v(ɓO>'$%BQ0 FU@ E]X/嵑>C.!zBRLK=Xj*VEvu]-LF  )06`A  XX@) 99` ht,(,!+H(`uus~'O˚[X Q0 h&[#O10)p`{t(T4ZdkI&Łm׮+3`XCGG(Q@H@ƅЀ 5eIF(mejs s`{%Q@ @E(nmleKk׮. FQ@ePSW^험(=:02 F@e*M--`y抹rQ@  ,'Ny5^޸ddo(6XR䏖ף`Pf)LIuׯ]}F <1 F(' "xB"Nob|||XU`fQ QvFGF(3 "54CBq'[v44F(' "r&dcϮݸ| S,}k@V.EmtQ0 DM2y2 `|L0dd@)[`i D%kUBL0@5qb`I 4m4֭YcnaH rhQ@7@ugΊ@,("!!.+!ϛW,XeV}x 9*h񞐔,'ÎW6U5i[@<o-N zh9u082ig̈́KKS3`bA0h"{tF>T]`G q+03yyAM@2d3 y [|,Z e_Yf`}C@n9zAF7@S 3@~Ldz9( Ym>4ltCeؙԐXO0XË9buk~fGѼIҙFByʔ!dٵ+5.>VT 5yl*bKFtP1OLJx΋x:+6\R7]lS8u$.`t !e=M:̦I׮YyVq]G.!w>7q*bP@(ͭX,‹l`sO=i9wh}jxBRRtD5kk]5AF<Z* ӵxl rZ;ZǧH].tH9/=F(: &H37s M  ЈgV9hi`x4.pZ @AR3jʸɰ5*CFC g!iFFǯG( 'NA n+/,^R(4aP X$eJ%;šcL{v̈́7|@+-`pRc4e dETБR@{~K}vY=@ׯ]XG3(#6o ,فM``6L")!)X󹙅9Prg+0?/]a YK7Q@śvA'፻s.PmPu0C}o70ц`1eF3(Ăyw*DS dS8pcm,p3"! dX F('[iF(`-G(`-G'O&M1|hhQ@O@E( 1xڵ7sQ0 hh5~`Z-5Xf"EGDrׂѱQ0 h5trUwt> G`SgN0M2%VF d_LKGZ!Nj,ن=z(T4l4-V F@ "Gils~D8\dQZF>0݆-VCc0E9@;=E(T4:=k `KpdAHIv9/(T4ZdR\^^ ܡ vz9"r(Z F_DՁXpCZӐkȀ]:|R㺎nQ@"{"9XG( FFFAKSsBRQ0 h/C5+׭Y3&`P h= KJ̛ gD b;IU;< ? EX 924r c@5IIհ,)pO \9=vCnu[WI`ut'i^6D/@&  q+ Wql5_2i[6VvRiBvjht[1@Oq8I)|~vdhm1%} \$ KuYoe$:cdeދӏRV4 b1*ps %`ں,GȾ"kZrUW  "{ ,݀50qD`2J\t\%,I50>} 4&e|ps -&!$B!&@ # Hu=M׀+wpi8% ,[5/BA0h= P k9VmUQ VHp h'q-fd@ӏ`ȃ=) mn4X^RJōZ4>>s i 2p^{|  {t7rme٥B8.gq&]fM+B dSL"{ yS4-py8t6! RW2֬EsF2Y4qZ@"d }y}޺zT:x"PvHtdE2ׁ"4Y^,$-#G10<m4(`T@ 4Zd! ˖۹ wxIZ7Ԇ\(LaG@37>< )đhrxCMIHR8mO</n1׭Y|w}-#"7 ō5l V@5vSV1<& IK0.n: ,읽NP1&^_LAJHԡ3::Ņvi]N0e넋bjhps=p??٪r_^+S &+Ԫ/~wR7 hZ"YW?=1IWE)s?&PP'\ +YR.(}`qe\?jR/enw'nHX#p3-ۮ:2(IwG^>Ya1(!PܲM\肜(05+?8<>h+Sf[!&e^glbRq3q(8>EAP( R^0-F4I`yvuCw=o!ye5-A8)_8_` na`pp_&9 i@i G᮵q΅R/Š*Fn-d`UT~ wO6 ռ.RoP|gXX;\س2?BOωYMkE{j KQZeȎ.3u( hcǴ>66C$sR!@^iMgFc:(> cǹv*H&zǣB cN?9H]zܹ͍Mh" 픥];wAN2Y<` 5@/C[X=ct2`2 [y y3ݻvÏ 7h$Q0  v.h5` X7l'Q0,@b$ek}0IY 5~D`3dlCNt`b")g-H63ҁ+[A\{u!(TOqOZ1l@h1xdKႡp(C E6d8sAK۲Ξn ?x< Ƶ@@G fm`"y+ /l !)uAI@2Y3:62hQ@k@$ 9 \tH x/M|Z%dnZOE KRXm(# E62il r7ZnهAC8Q0  3=4b/FE+'TҋVm`:MdeM^kOԁ!O; F( `Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@ "Q2 F(@_d65((zy] @nyI'O&MT TP޽kP Q0 F( luZYKK+8$(, 회LgO7WPpɼ|s \(*݉ I\0oާOV 7($$1)q@YʚZiZ (B.U (lSC -ȇ*j1D;@U/bvӐ\`I,!e4#Phy= Fu@Q: ,X\f-Pe`9@KM< \]66>~ZLgqekQ0 FU@Q^dry!\`S XR HMlH! ϐ3̓@60k,DpA 'Mb N60r,540"q~jt'^CQ0 )`1 W!&6PVKK 6293-HkRn&LuOHJ*~+;FV yڎr :<# F 0^hQ@u@TX jPax+() 5`QzZJM]-\MbRDˁ,,]WP,& G"#=}!RFuqlH@&(BX(T'5 }@'NT#ǐBDZ,&MmXvz铧d,b w9Gm. `&CL Ph`{v45+0wڝG {YkZb)Ib-y,XH`1,MlJ+q)hкJv&dK^<&`]lPAS'!'O '`0:8 F@Q"{n2x7vٵM 3ٚZЧd@j  K[03-9( ȰHg/1 , ,mj`L0{`ulȒj`,)us I  `IÔ4} mv AZtt 60X*-_<ꁕ0"9э<2v \Q0 hjg@r,0 qZ]FE kB $dkA(6dAE+#&<<`ՊlHS S dCr ^Bw/+-wJ`f$#=}=vRi3 ,Mxx"` Zb9?Xb8rm;wtkd~hQ@S@,1Ǭ):NQ@669\@ןGQ@c@,A0 .|`0,`4`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@٣`Q0d@8k(]fϮ]0 F@$s k׮]4yBz`lwdX^4v۶"[G.3һzed%-G(T4ZdS&R Ev@'^uAe ʆѐ2 FU@eb5 ,>^v XDE`Phn ~G`nD<$VNBQ@E@#( -#3}LLqs +ѣ`h= >>>qE5'P G(сQ@M,Wќdw ц(4Zd }%C[`9Wryp(4~@SKki@$q"RГWRt'N~*!x Flzڛm]f͞]ׁ/W6Bvh%{yIiPHh= Fu@|||IID߭iҢIM7hlTlUa Hi`@ek0 ٵ{Q0 h/[5G(T.3粞k&.]׮]Zf-{ "X^O0-D`̟7d/.  X=ڀ@eZ@]@O53@- p~ !;,,,e^C `Y3)"%e7@1DGڹmnl"O?*?w.P1Zʐ I\xz|6XeR@@e .8~9# \zW (D@Y4@ '&pX#;y`EիќG*Q0-v f۶ IIdٍZt``Ī`\fQ?`y}=0|JJN0cL`l.k@Z Cik5&LZ;1w @٣`Hym}"mi<,pҵ޽k =%x'$;{Q^R<&k< J` a"QkكX:cM@* J?o|> FQ0f` 9OX" ʐ <+45PkX`A(ٵX^Ȩ1/`6`ڥJ55q: q4^|ܟD(0OOIz v%f NXmW-@k htq |8D>>C\`hGi%/"z+Y4BYt(4dN$s s`@ spSjCZCbg U` R+r3@?&w`߻G1dI-GN4;m(FJL, &0e9b`·O:jhC: &v@]|*:|Y!k dmߠ{~u*ho˄ wb֦f`¿'# 2 U4LB -G2z e;f&-qA]*/0@mM &!Alнq@q m`@͟7ԏ66lkSt;BF ^Y b2'Y5@Yٝ@xHpW9:] J'ZZ1KC/` o(ǩ@s]=sW^r!&EQ zr5~׆T$ k VoT|o3W\ -T4J1j8k.qjm0#ڛ2h1BobZXSRzyɣ6k]9FtJa'LcY,`\3;]wαt+D}# *2 ;Up QdCN0@9--k@@u:X6ÎVxb]LXm Q0ZO S@d0:#XEzߐiAj TXVU&d;P@ 9{kǏyctF 9K׮^ݵs'PPW(SlQ0`` 0DUm[?QemTA ]Is7`p0m #kF(Z ~luBVEY3!罍(DkhAݻvA&_U@D64h=O]Kmr<(C ,PU铧@7D|>LȚ!^/db- hP}tDy]hu];Z@ 3s(* H8c!)IIAۊ&"/TOBDBBE0%r󏌌LnA>҄,G Q@k@$ % ;CR jE0B kzQ&$|A"v^!)AƯ[J#ϴ4560d5Q0 h "r1O/dC~֮Ysu -\>NZx4R0ro=o!zu!OF( -!9 h_/۶*%0$!G1}tja¾bJMlbIAr#^"14:ˤG(TĂܷ]f- _,s1̛T9$%($rpn7 |C. >t8dgٵ `YT Q !$C20M4yݚ5 t ؾ:p0ry NpQ@E@MYG1h hz,/=j%r,PDݏQVʠ&|#Ś*F(44z(` @E(` @E(` @E(` @E(` @E(` @E(` @E(` @E(` @E(` @E(` @E(` @E(` @E(` @E(` @E(` @E(` @E(` @E(` @E(` @E(` @E(` @E(` @E(` @E(` @,A0 O]50?y$2ɓnpH0\1--#3`P h+{bX[f҄ ZybA!!ׯ]Db (4Zdg ##,FUji ޾pw-?,G`-300TFjzC@A` oS]61)q4G(:"{8W77`!;iDj,u  ѐF7+ 7 F unA>\^RJ!mg"e,eddM'NhiiAFHF(4Zdsv` l Sh\B>D,ā"O3[6atTd]7AgO7iXԺ'X{c9 ͇ nM/720,ڣ`X( @XLKm`Cɓ'(44Zd ~ڵ'n@vYIi(4Zdrhņl' Q0 hht,{l`\@ qs ѐ FQ@&,(t4:02 F(Ch= F(Ch= F(Ch= F(Ch= F(Ch= F(C"Q,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV(ChH&kji.nn||| Q0 "aɓ'4]  cl)| Pk׀"4ʓ'N`0V"J땀%=W/ddJJ׮Y c` v#"kj!Q0 F`4 Ġ6l,E3@+Em[:>8{Q0@ Q hg>fXja4\̛lBZ{v@`o.5 F(T F'U(줯+5kׁh,(=v{ hX2d"e5 ,gD lBH8hQ0@d`ðācqѥڣ` @]f׮2 F 4Z ?Ց>(hHs,!fruG( FiY3[! G( ]\pBMݯ#cNQ0  .'O#" ,ll3q)GΚ;`wxtQ0 4 &\ ,Me%܌Q0@O׮cݑ,Uo0WA&-֦f`Q ;5 >g Nndhxy󞁎d}T2|&97`? <~ .+.QWvTfjǏl TDG8~(;L@]z@j*8HfA͝ ?}w@)S~rQ@_4e ]u2>e+x;ز6 M? vKfZ9)|,Ļvm[9 |H*L`<b q 9*(lg-6*̩@4:0 F2޵䉓p.03v5Y qm;_R`!9׀ @Ƥ b""(!m`'؝\tM=b)X݃xź^((##3ڛ`bg6ǐ36M)ft F`i!"9@,hY3!HM]-  F(T r/JZ 5M1GN> K ) ~{\>hz@-&IHې|:Hu`m-k̵GؤF(ჇDEEo\o7i„7ů_2!._l-r r=2P/rA`1,# FHqz(~]>=̙g CpI/e[[ ߽4h e@me͞ݰvZ`E3z &@  ^=F%00&$bh( cdO((6 (G@= F(P@(`@@^!@z =?y$|hQ0@G( F Dzi9Q0 =1DO>= F4Z R DGDz'( F D5_6z(ChHg׮`8z(ChHpuYpQ0@/3(ChH&O\\FFt횵`kS4q w!Q0 !IXC Rll$ !]i` II9 ȮGC1DJS5ɓ'g$@z[>(hHXf-f'2׼}[aDp`p=LHYf d~>bl3.2C.MLJO8 F4Z \gO7[X]G(hN` ]s3 F`4Z [YGM`p2ӣ4?odO-G` B@-D`S`iAn*Q0 "mO@}>QO`l#h'O]  +($d4<  hD0 ` '@?~ܵs͵W1ϟ;(c AN?H?-@vG(  {m[-,|X0oQtrd]@6PT=Fs0-G(2vKJekijNHJ<(RSWɓ֦Ѡp@(Tc`iv2&L\6!ׂ 4Z Q@}YH5C_ڄ=k}@2Q@}(xgXz>yH׭YKӳs4Z Q@þ32#60/2X &Z[`ud4Z Q@}iW-p-QCNY ^lnaPqXCҟϢ@.e܃nz cfZz^A>4aw-G4C7&̫@4vy`hK1`qo: @xu]-HL@]<\ H5"FQ$!XԳh/]jYvHr\@|G:=`Kb d( t-Pm[yn^ vP=fxЮŐ29(^c͛ ܔ탌`$@#@n0㌮Uu`p$ڲ` t5k0 "rW2"lyz jFj@utJyI)Ǭ!i2>jA"; F  \\!+< \`%<)P2ґ #"1$jHk h9D򝮸ZwPd,w`^%)` 0`-q}@.0i%8G{ &q$ch@& `tIY22 tt҄ 5uX5gHJCC'[IiA+xz)f#ǒ D1C^ZL9~_6TQP"xQƳq HOn $t @#$Hݎl$BZZs j?hijhoc ,6oۊK R7P%Ix Th!L5sݚ@_=6[=hd> ,N8 t<0qYZPX~} 􂁅`nA>P _H@ ^{ b @[NC2f| A_g2m1_KQ bnݳkfREYQ=.V{&? ^`GWcsT YY +zPi0k=y"T6yyt@3$ I4Z @ވ_5PSX%o6Bƞ3`  stlц~ d@.LA] %ލF4- }G Ʋ-֖/x#hrp`^2kII|tm5 nE»aLeH4ц99{7B":/@(<t* e | $]@ i'aI2%uG,ET1 NoۺB_sY?K~lᛦT2rtri`YR eYO'=ۋ+ъmCZXߗgůۚ8\Tkm;M3dJCuJ&Hk)PrC)VC͆0/40~sG ]مu{iCs簍f ,]qD0O B4Yڝf& C{`ҌY]z5~O*_  cED!_|^FU($)-Z70*R>0oht/3E{!rn,ݵs'Pf>~aݩtޯJGR̍ ĵ"K6 I$hϮaԼs)@7q@Zh"\[!  Ԃl8ch/> CdÝ| qY -p>:4$ .Q"ҪU>,rv`|.r8P}pf`Rm޶srrqsfk׮I`OhHV6@; lyY[,=GL V3G1PKQH dl4$ f!S/Mݐ?ӁmC#R_/ozWs`U^R:idi ($~Z5kG돑 >F; tI4p |Q dr HkQ(Sȁ[}In`i |9ڃ>q|4{Q0 \ lKMË샯r!E'gr8 _R3u]- YfPn$Q0    'еhZZ.]K}&(1) y7`.&r}БqCtDByD8d-74F܀ ] 9/!#~H> CȀN05MG -edM)y[;209r!hX֬a+e%Q0 hXA!!4 iIu|~J(а*1o\. YcWPg!dKdWhB`0 m9$䌲$卮`-/!@땁dY3;k R@ŘG(hHQT`i|\hQ0@䗆OQ0 ?х٣`Q4Z Q0 Fh8`ݚ5sWݏF`@!$\J ?erQ0 F[`Q4Z Q0 Fh8 F(P@(`@@`Q4Z Q0 Fh8 F(P@(`@@`Q4Z Q0 Fh8 F(P@(`@@`Q4Z Q0 Fh8 F(P@(`@@`Q4Z Q0 Fh8 F(P@(`@@ qQ0 F"@\f eYfZ: D@'OKJHP7P%ݻvX`  !  1|||y@ X]v-($DFF&!)X.]$.\wt!p@M0ҤMHJrusݽky ~+_f-b--#`|`YTYSW;F( SʊKN?Yȝr*}<?~L?~?h@Tx![& w-׆zp)` LH9nPcA!@rݚf#~ zF0 5@[Me`1V`A sk׬`Oɓ'iEdjqLw~%D/Pr T|5`<QDO}.nn :0 , еOA{v =\0 F( 0nAmHI<\x `Io-:ؖ޵{҄  X,7Rr) 4JKK+fKCc$e%@"5w? F( (uPWy ycΝQE8h͛;Bb`<~(Uڂl逌!WB ,"iOH?`t XJ݀ ăL(w)c uj<' hv^AI`K)-@,EZZ@oBɐ&!`,s l|Q'AX 5UA!q%5@6d`2dNQ0$@Q@6XhX.,7_JF͕m4,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>Q0 F(|eI X ڧOB22Ois `ILJ:u$5|0+(6x]\q5GTA: :ri?83DG00=^6C6$W`C[ZZZrOKk ͣ"= LrIHJ4!d^A>\ω'v1J4)[BG(`v낏 FZFy!V)U "y7+6Љd oYEHFVnOR] !>`n`Jf"G/m)]Q0=y$}c_ _utgPUs '!RML|g~k' P2tkPeOZ'밂g?a3 0$^? :E?R6mCu4PT8KP<&C͙Z˄!KJ s흪z~t^b;Of 1hl9zmCt9|OIq 9^^ )J:xJq)јa8-fc-]@ԥt}W1G6z?~p#֬^ p6L*8q8}U BD@[d48 h鮝;\ Yȅ} t;]ճ@Ad{ \800@ |1(e* "i M"TI$9 91Z.R0Kys"5\F)9l1`bĂQ4a"~vHH=lJ@@Zgh;N@Da ([0J-;gwXC]x>`} p@YI*Q0Pò)#g 6o KhVX,]6!z <(\ha+Nq@ ;-,Cd֬hx)Uֵk׀y>O2h>d0dyq K @vz` ֔u&&Pjr 62[ȓ:7]'X^CfN Q0Pせm73$~Q@1aVABRc\v>"*Hҝ5!E gOo1@WXCU)PXI@]9yx/p[0o0Ɖ yT\Gs3;|'\xJNb}A E/uG2dQHq%$ηlrYP@w yK @Ϙ KCACe&{-?A S ,MU~dqe[$7j6 ~BjrE8E :Mva! 7e^Y|%X9DOdz9,BMj ZafXY0EW {A瓞u[YEoO2EsMpCI3y;},G?0r%~ rfZC!HS ,uO[NMb H<%Kb{\)߷윱N0t,Ƅ }uuf6H$, KćO E LjU컜S+I N 4<{^NK۴,<V.G4>β{;*]X˵Ww٘~3|;px}`|tKME*ϐG6b9 ljs9]1a:Z"7.-cHF֕B⣮~v#jZ5jg'$1"k^x4 ӕhIݢ5"J%vx'APjAB=0Bϒ=!~ ӒG(`b Q0 F(! FKQ0 F() FKQ0 F() SC֨G[,1 .C =  :C݀u'qi`1 шBk0»pFSrolƬݘq)Z ە-Go3 lRӧ h+k`30 t44'(Ll4:sP E;gmxs5kr`yI)IV錴t #X+@[KgB`Hoؓ'N$&% ?o>@@s0ujtD$0"9pĤ$= Q~΀q br*/ ؒΊDfv^iGho~T!rby൐#c{/z̅IA湕G"Ihkp$Cڦr5|49I'+r˅'mGòΞnn8otD$XjLK+ȇh!a#9; ?@ m9$EvusZꁍ`ukJvtKæmϘsV`0@C@؄y\0?yΕ֩fa>Iӧ49 F(<&` @:ttO0QSK|? F8x)xPM-kRF(`DKW @ꌂQ0 FH4Z⏂Q0 FH4Z⏂Q0 FH4:?kע#"GaA ɚ4@O<=8aȍZ:@;i&L4aGv#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#uJ=vC'O(` N@T(ϛD]FuQ0 ! JK֦f BY0ohQ0 F B׮AZӧO'Op$⒧O*s(te i Q0@1{4G(`7CL0a҄wNKW,vd:-& e9yC!Xf-0(L4\vmϮc=ݮnna2 !  7Ed4p 0F]zPC 3ibR0xKJ3ҁX(l V! (m[M֦ѕʣ`z9Q0 ˮO>M0q44F`4v*ƔQ0@`PHHCQ0@`Q0R@`Q0R@`Q0R@`Q0R@`Q0R@`Q0R@`Q0R@`Q0R@`Q0R@`Q0R@`Q0R@`Q0R@`Q0R@`Q0R@ 5ׯ]ѫF(h⾼̟7{4G(eR#@}---|)Bp ̡ GgM-{GV[SZRQAtDh lna2h222'QE͜fRim(T1X,]|4pvmO8 :Fhus4)aY l+Q6jC 3 3= [`޼I&0Zn3"ӨR܏Q0C^AAgO7 65 F& a!>-G( ݻvT4kr @ kFb-G(@FFf4Fh? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h|tP{Q0 ._q .O:؎^!4 F( XFOq!"p|7W|)@70#-KZZW@%>v`<ϛDdv͚9Hep&; 8 FK|@gO7ٷ3?0֭Y KW,͑d=v޵f4;HHJڽk7r3? 6 ҩpg {08ÙR]W;i„I& `56Z]@30MS63 &&%(}\`y44._yVHql(k֌.Z FK|€w4F(܂| {׮Ѡ FKQ0 Frn! h`h`h`h`h`h`h`h`h`h`h`h`h`h`hCzOew $BBȾ,wQ0 (4Ƨ\wڵI&:B.A`:md,-?y$Fe3UTqiiiIȌnhO]vBSMF9T{O8AQO<TPj An6*9L4)`^U( [X,]|8Gs( 0GpH0 f-Q@<\6#FI/ XUM`Aށ{>#F4:s; F(#h? F(#А/?}n͚ш`4G H(VEAHO҄'OLKr}IyI) *uZJ jM0X0FH\=$tf\#M8Fh9bb8qOx1P \ (],518`Ν4Ǐ2UC`AF10vBlnl"/Ѐ9b4G#HJ6d HՑ  y |BbR"\f-\0o~^A>\]CiZ]!nnZ["@rϮ]T2gV䘫h-,6m'`HGhA$ OOA!!vAL@.<M]W I%8#C2y)OܚZZk2"S=@u9b4G !@$L񗐔ld#7g)/xAM4FN8 ̙0[R2r܈dGd!{*hC9kuVC0e3sһ6C4 Ek3+XJ 0@ܳ{x8;eH1#  rJ|xvTAS7ɰUFMvji`hr@yc@CFap OH* 14@1@[!?0eC"> dz h)H7uxw $Eщa6{Pvc!@FFzb1Tra ß2Gs0D,H7-|`A:g.]9,##L{~%O( '; YՋI@]@@29&L4w=2`Z LOHJ`D9bh"@馁B M`zw`]infYȍpq 9amT# *FK|. >)^ȹpBv`ȜtddZ@# L:XC`m#Xy4G -@䟲HKf`tKU`ʀ$w:-  Au`y0euFNX@%$%+r `[_ rn>k&9J@6.#(I6nBf\.yڃCsfJt hqY6zpm<3#F& ai>tI: _MyD#p ئt$!0u"G0݀# іvt LT53 =yS0%d|%n̢V|hsfA@C6.> `=%!) u-/SK  `4GzעA}ׯ];jj!m*Z Y;\m{ B$Q Gh4Ց' M-M.0 =ݐKjulѠ L䎶i9:pA @C0`P֮Y I+ Tl`%@lA L,HM/0NE־nZ$i g"wЌQ0#FI SRR \`j`g9}ƽ!`ג2<*++C^8"!"CN8 ' 6x p%Wq AnzgO7ZeddϚ e ]\G(9b0Gnn I-MVOu]-fʁ`4FhhLM`'wy1̈́$`Kl4Fhh;toK\(9b4G N@%>F ꅓ'N2)q7ݣA7 Fsh FK||ӧOh \l`Q0 FK||)[SK •ׯ]ï ~1#!;^{I ]THO+$}<Ú`Q0 FK|`ݚnibR"l޵ ڃݻvgF(9bp-&5\SW+ BdIdxPF(9bp%>dh8`y҄KW,Gv %V@@(9b,10iB%3ҁMs mT|a`{=\^>ϟ>ijinڶute(9b%~^A>C>8!) F(9b`h`h`h`:snZD0 Fh-,y@,pˁQ0 F( qQ0 F() FKQ0 F() FKQ0 F() FKQ0 F() FKQ0 F() XF>y{׮`ch>}tĉRiZkמ,ʁ#IJXChO6~t[(@lȴ45P4Z22f]Fb pqs~'OFb-|||OF(>q4(Xv@'FGGh0$@D`?f2<ڱ#3;{M`LK_0oh ~@%>aYᶂ;A!W``+Xó]FChO\v XW"kAD֮Yi[GsGH=#-F3 "dh @%>JiCj-I&vt7P pGn Ҝp`fH`>} FOY@'O+(2&]\ Ѳ ``YA!!qxm۶ΐ4ZCd+9AemRfQ0쀴 Z[g @:`3~G^0 F(hO2 {vt{G(`H-Iuk׬ݽk?#@Um1;@ 'Q0 )Ő4`h`h`h`h`h`h`h`h`h`h`h`h`h`h@.`@@ Z Tvu0~G1׭Y ~Q4Zf#=H{[ V_v X.; X7iD {@$xFd X} tXd/7]Ĕ˙i;& i..F(h F#`H.-# iD,)`ZML N8ana:r*`-G4絴Ĕq%[SW+M\<<'M (R/w>p(gM-Ms uԌV?!u; G2| I+Ėuk-bDֈ{vz䩌4P.`XOJ IT Q0 (4i&&%iBI&|% HKyRRR ̈́$`9  xݳk7H t$@*hd:q-@@oΟ7YxyyKyO$Ip)5"X| ` @ ?q? F6(+.inl¯fb`jAٵs'Pp!z"M#&AT䵫Wcu3$%el. ǏnTx uU΅3_lH=MZ!Gt(E(4 fl   qmaÁ%:/{:kR8Om v,Oܐ$l0r7M^Sc Cpt8KΒ6jk&@`  1_ q$d(c`7^yMa` 8@fZzWO7$$JICnk7(${@7e qFgGP4:s;  +RG6HjB{m : 8x/<|8@3Gw{h頼fq7dE i=}@mQ0 F( WM5-3-UghQ0 ==Fk:9GDCKBsh`ɓ #T![)oh? F(&q ?m)CU4Z⏂Q0 Fl\C.qE .݋'|||GQ0 +}`XS~Y&1شZ-Cih|Q0 F( K˖fmE>[EA6 z`qO FWgQ0 FX rhk&M,d!Q k`ǂzh`@u]ZеO0󼂂r` it7-G(x z8y FGuF(pus-/)=rؽk7Xblh? F(@PHA:HLJe=h? F(D!zB22qQ0 F() FKQ0 F() FKQ0 F() FKQ0 F() FKQ0 F() FKQ0 F() FKQ0 F() FKQ0 F() FKQ0 F() FKQ0 F() FKQ0 F() FKQ0 F() FKQ0 F() FKQ0 F() %[䉓!2 F(_fhpQ0 F0PC(((`h`h`h`h`h`h`h`h`h`h`h`h`h`h`h`h`h`h`h`h`h`0 8yℴ (-G(``h`h`h`h`e4Fyɓ'Om5u[ Q0x@1,,nj4C]];w@m]&^V\BgQ0@*>>fՙiv7-t A!mZ{O0hQ0 3ttɖfb <CPѡ8( OQ1` @mQ@['HXtp޽k'8F78! -n BȖFZDuIXt'!Ѹh? hWאR~ӶX` !)^.W QF\Q0 h88|m>f !/fqlyWF8 Tp 64Y(g<~L.,A%]Y6 q dBdF( FCa!O` ,4o\~! PZ^W T|u;{{`eB$*6ҁ"@٠`,"* 6ݽTef^>>CCClBV^޻{H^<%\8h8I@]`1Fި`kyWWg8IENDB`PK?ğ,,1OEBPS/httpatomoreillycomsourcemspimages470201.pngPNG  IHDR4MO pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV)O>ÎQ0d@/kjiKCW7׮!/` !@"y!; ܌6G( O fQ0@ uOO>a=*i,edd֭Y3ed` 9tred1t4 D`ID+0S'yr6$K@r)l9:ڮQ0֦f`1\v%d-1rX,+)x()i q4 D`YCiijV ݼm+>~{# ҰU#/fv%5[i2Xp 7l B~Z3,@Ϛ d @T4xNH(=}YOS d`P9!) 6`{ d @ G *<}<0E uE>~aڹ{2R&O dpJ @b $[T rqL) P;Px )/.wBϝ y1X# {k,P Oq~L!@Ιh׮^%Y F'U(cV!j7uͥb,7X";6~+Mz,G/P%~`C>'!dLt؊3Gch@]}0-0?i`{|R>3-0?=y8M`..y \,, [(PlamIAS$ Bjj΀H`!mmxb!gvNl8lNzHL@ J`O9 w`a#7W`>< b{*Dқ=q 0} Ufx e۶j(#`XQwq z)0 : ru횵 i Ǻ j~#ރur!R,;;`s.B+<<҄;Ch/m!;?@AytLE[!` 2DD@e@.M@[rWXZ֑5HV0i$q4!eHXv}vA!%)|p&v42A MZD\".48>BCT 4Ķ6:TEi+>8q쀕yraett*LƢ)["ŃW+0]5OD5Ȣ71w97q'xUh'k= -h"kW5k3wVh ,nv G,h` LE LX4 !  H"B$ش65 !<N0nCbkdrYd.% I&B+`P-6Uٵ4Z `{ K[9z@.ZHKW`V ,9Bl߹h@n$[t.S ^8 ^ I`iہmC`G ݐHhe=Ч&[:yݻvwAU5։HCh@ 0dH -o#7 S#03y )_`WPHX'*`f{.Ѓ4yI0LCRO/ [̉ 0[BHK`]3,߄Tgu .,0d,2P Yg? j ahEUqX`ߌN(:X Nc =YB ~%<;G%PX7ZRK DCL?%e89Q-W }>NCfHɧoߟѽRy.!hl)(ɲqC)('o1B Y9gʼn> @@hH$yCqXG|-̑_P yv- @7Q vhI.`H h/xt@i@Ijpf#YhE0h!@cs'!N j y| 0"t*-GVHºYGSm!y@p@nF̆V f F'UF( h@`(qQ0 F Q0 F(-G( h@`(qQ0 F Q0 F(-G( h@`(qQ0 F Q0 F(B:9*W2Q0  nebkS3H  qqsO<-/)I It+!ɼ|.Fz&0YB9(pQ0 0L<"$y65bvscНe%O?vꮝ;ENrmQ0@=B@5WPlD{ l=@6۳5umv횟79z\Q0 - b'Ue q]Z0|{GS(C A!@lAnی%A lݚ&L"8P  Y-DlebBR)F( "w 69{.`馥,(l`"m`r"Vg/7DX>_` 6@$ߩiA.ܺmpu"| g.](ؽk7I-f`d@V F( "s>>HRl]nڶ%LXmD[Hu0p` "@t,!%gA2 VHSظ~-[XR?G )GG(B -# Xu&LYy>yr bAPHM fC:ːQ0 FDl ,ԦϚ B4]HdrVf^3- |:ftG(C,OPM'OlB4,y ]!@䩒=`A`݃p6 V`m#s`BE,yI`v$D]b9r 7PKWO70gC 2 @4<,D+ȗ1[,F[@e1P h] ,=!r_Y $ldd:{u ^taqR`@FGG( ? D`$u9 ,hpQ@:0|-@%R%<b` r@ĎQ0 Fh8 F(P@(`@@`Q4Z Q0 Fh8 F(P@(`@@`Q4Z Q0 Fh8 F(P@(`@@`Q4Z Q0 Fh8 F(P@(`@@`Q4Z Q0 Fh8 F(P@(`@@`Q4Z Q0 Fh8 F(P@(`@@`Q4 ē'NF(`@_ ]VEAHO҄ ,3-" ɓ'%@vtD$P e]hQ0  :CB-,e"_^APzׯ] IHJKW,I10<} @=@rH;&Lnn`Ϟ\0oާO^+ȇ(r8|,PeM]h`bO(+.QW8q8fj wb?D ȅz1Q@0oڹ BikBPWoPyg Ek9nPcA!@rݚf#[F!=l6ʀIϟ7q0W' x}`G`}` Xe3ZQ0h@QZ "s`ɓ'iE$D&LB. Z],X'[ ʀ >yOaz=vy!Mp` f@Teڌ!yĉ`c[^R l4zyO0qtR8C B.%Fiii `pA?Z@ x)5F(5Jh7•7 ]fޢ+\=\2ܥu II@]5u OH.]23Xl  md ;p}<\8<`B)>c@XQ&yxdbRP/$"`, I`/t-@taEd0 Wdȣ`A J%B"3 ,%#X-"aDj\'O%>XHº*Z &C};5d``Ȅt(u D`/E!, !=\`p|)i2>u+a`ۼhXAj` ǧϚ ,NQ0$@P `//)LKtCB&- ۶R ---2&@n`X[kRr4Q0@Qm/3d\ : J( e:"x#|" Ysl'7` Z@T+!S+g[4ad¡Ȇ5l@@"X{2HO(U41=XKj"E٣`A2 .r"@ fBIB9@2B %K]Zg~XQ@-l.!0]C  œHp h fc XFVjÿIENDB`PK? 001OEBPS/httpatomoreillycomsourcemspimages470203.pngPNG  IHDRZ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVy,m\vڄDx6G( PZN6edJ,:`Ip|^>׮c@` 4)Q Z0o2&M,!cp-@܁!m=H:>)J]\)8o)Ԍ,8r<IRRjiiZ_/o`K jړ'O?(,<"Ϙ*#nrQ}3H 覃vr3"DͲ*%L97=GVrW5hI.0#ݐcK_LDhsIYp==cNUCE' ( L7׉ܱ_+8rV^Oplg GRO @{- 2 ,R)qE>FܦFzTLhYdVrk1g._ lxkH cs)x! DrA wW3<e Hud%/&6 ,p]ixi|,nS ^,"ÀMr]\nGQ0T@1Hh9X V-d(eLԖ&LuNO`]iHnN-d0ww֭YKX0d^ `OAح+lW?z(CŵXBVbA I ೬ òR2 )( k;CZgY5\ r0 P/a 7w'B su#KKK xegd*,І ,@< t [x£RW[)xh`b8|𐨨k^`kׁy!Kmݼ T deׁ/ps()+`'O53R3>@qN8 &6 ={md@ > Lz*400SVBHۖ CFNV?U3~rq'hgobg8tš`|(4 2  0@bx|f@ڞ@Y31'$水Q0 h !Mx@mxXYȰhqQ,j%JV*65ϟ7r)Z`\ F/!| rLh9; F(htrjrhQ0 -jZ"`@ 񍖳`@j)g!w(H@E-`0 F( (`hQ; F(44ZԎQ0 F@`Q@s@E(`hQ; F(44ZԎQ0 F@`Q@s@E(`hQ; F(44ZԎQ0 F@`Q@s@E(`hQ; F(44ZԎQ0 F@`Q@s@E(`hQ; F(44ZԎQ0 F@`Q@s@E(`hQ; F(44ZԎQ0 F@`Q@s@E(`hQ; F(44ZԎQ0 F@`Q@s@E(`hQ; F(44ZԎQ0 F@`Q@s@E( ɓ''O \ FQ0 F'O#"׮Y3X@`I&&ѢvQ@5 ##3iD`;h FQ0 F@gOwpH5k|?}4 p@,A0 FJZZ|||5=v=y򔏏e0ZMgsGh%\1;@5֬LK+(Ja>>  fu@,j r 2 t6#~:FnA>[6@{՞&:@ZJJ @0M` dѡ =|"C84x_jT5\Ukc"-G%F;quj 1!.XD hSmmYsڟ%)&d]zZ)Q Ymň6pe^T-JLBV-v+ ]^43/$ATxxz}@4e% Ʀ l`#ˮ]x10@`Ν pq> [;!26 ְ@` uM`#Tj//>²7 xLϼC %_uQ]%I.l;semFxtYJQp$pdj4TF:Eڏ 0G^ۺŽAå8|Fl?>ꊡS X4"}MI0#b\ KvҸt b;@K/9)i R(<'Ю<q!E n@s^|CZkX0!L'Ofƒl% xr-/?BI˅^nFJ G{I)e_A )if5-RcL&mZ|r *DtW-mQBH#F‹ɒ[b]7~l|bإs{%qdpi|MIIޖN%>c.dų ͹Pt,=! \@p'pOzRD|cp[JD(`e.b D:%^?>b03K竎/mDIpX i- i,f;g4T^?53Ƒc#hgtx 8 D)ƁrV$VʈNLG`Dʟ!㈆' ͹ AP$ptA 7E9xXQ(NvfBL³b,=r̉ X bz xN?g_lџ{Gl[ yua 7^j @e2&Mg<}"&G8P(9v ~wӷ5dA m(\op+UxR{b\UbǶrX&̚;@eG0KvWfY2V۝>ps69@gąz$]( l' ea$h3oگAr|0錱".x1A5no48;n AJǩ$3.?f\RVUėMas^r3fgB2.RWaDk]jhwxj77bPא_n}yQi<{jQO.M;J3R G .W&\@nL|!3gt ,{*A#OӾRBi?_v ARF~vH>p]@ a?p(nE8T-ymZ\ow X\;w8{ wa-E뷁\v`߾X>(wXTU*MwIsY E>`oc4gL)Z59q,ɯB4CKqkZJxe&_G8]a٦wDBQ >!3aCCT)! 急-2$zւz؆7@X-DŽt/:Dڀs`<[BWigРZVw@f#iLlE$6p5mrML@@Kn ,@[B~l?%lPCKX`G0; *C )@fk(/ AmQnNCr0!hԥh F-!GHa!dP2xOXEaN5C l|A 2ky#v`+:>)hlb2 Yk=X AF E-d0FLƢuQX"eRNwv! HZ5@1$ \<cm Sp{[z q-\983x>%wY()s Hq BƃU'O!c \\e d1 :}+!).&9݇x >`m X (qLa HAɴt6dcoH+ k,?p0FR ڣ``@ҍ( ~ D@YŒ"e7B3VLBǍfFH'i =ў oa@^ V> BCu! ٨F;ZH32G In/m--qGA: RC Ftt#h}r7He>:@mijb]Oˬa zq׭YnT3zE]#7\xde C]=} | 7($$1)q@YJ`HȌQ0 ( Ǐ++DGEm u>~v,+.!|9>r0(vjxHMK$\5k-8 <,Pl`l8r2G|FVQTF(ZPIOJ@nC/wڍ29u? m=` 8R @e\HDA5 F(l O-% >O` C}`À10HBSB.]Wܥp̛wu`P4tLsHBEJUq"Pv # ؞L(`b ԮF( - `Q@s@E(`=Opms2< hQK>H!`  j.O+ F ZZ3 o:IENDB`PK?//1OEBPS/httpatomoreillycomsourcemspimages470205.pngPNG  IHDRKZ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}L=k@-́q`i>:;4 F=udbRhtݚ=ԅ^vN`Y|,DŽ  V kgHC `o]Ϟ[OySKILGI&B DR2+d({wI`#TKKk҄ {v:;t'P.]f-"i  ̓X$=d` f@ a-MvYqµW5W>~dIO/2,P$*o\)@mAؿ@kJ@ށHAktԯ!l`C, lEt+̴t`lDkA]vm޴m+L`k r@`six(lg-6E0% `. Q(5G.d@X$&%b$@cΛ `_쥠@yy]+3Zp]Fra=)$:RvG( x!haa\hBC"O@`1{t 222g̈́5u6/Pl*v ɓ'f~BR"ILȕ 吕O/@.!O: ]2`60G( M: l-2!R]`O@kB ()}w6ٛd?7ۍԣGHA1E`PRF)5LA6UkPEN%e,@. !E <Zlu+!MT/FO`@FSآ!ãx-7Z @`tp8dy4Q0 @(-R8(xa, @"S7mۊ  $0JHJz;f:aң`ჇDEEo\߹4i„7ů_̟ (ח/]uCC`A \J*++G@-6gdt4q )Wݽ* 9s @rN8 ~lsk DM lC?f #<[0WF:je(,C1'u(`6 X xS $f(`(KҺIf9 F4z`5^ EFQ0 F,b6)1`ae4-F'B=,yh5J& ټmh: F((9 t(h%$$%6BG(p@zh: F(@4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`۽kh84ZQ0 ϟ>e]f4(-FG(D֦p4ZQ0 nn=0hh -FG(Df%)2 v'OD5£XNٵ WZF'.nn|||Ξn3 s`Xvt4ZQ@C,.edd|ˁk׀X8V{ʘ֭YvڼΞH`|ۚڠA̤/Nhmjl"` 'O޵Ƶ: X+`@Jk2.ip^Rɜ@5O`.H@qO< -8.6Ke`eY m[.2E* [VR M/H#zTKK X`4GQ L@oCz)0(b""=N, E*PϚIK( L_z5IFZ(͟;7#5mΝXe?~h7{qO/`@u]z"JipA hP# H4QX@scP9Y#AAM`$=~eůrYL]@AP% h1JN1 t`"-Fdf-Hq/F lȥ*1 F֜3HQHut3Ze4Pnilz u@CJR^WL|6j$ @dL=`5+?zI NV7vImvӐ@u` P 7.3 &۶=}\"mZ`| ԋk@ .!~0#Ch1J&]u yAˀEPhe4jKa AXf-l2 SsV xҥp;1) xR/@ /plNpUQPDn@֫B*i kZ L'@@-x20ǥr!4h $zNot T q P@' 7izxR`jFA5 uk-Bn,7\85@@к 0A}\笀 ⌤EN@ $`{a`e n~΃(,N.imjj>k&P=}%rXB!%/D TAP&`  L\Y@ +@7k <}o'f-: /MR I2 #k3һz}!X] -P` ^>2p3l,ݽk70Hmhe 1ٞ‚Xw0Cqg`5y:v+ǁil-x=DdY#ÀNj d2aw܇L>:0260vey,M5t f 1+?P;D`.ϼ+B`bv/ISpCF'6C `x>zPZ.[2_O^ތna :EA|ᒦ &FÏ hVb,صd[b}P)َ֥(#84S 1Q9YWǷx%M R|2%c@b5\Urc<צ"_+ť8ڷ#1f恈&H('c>8Tk!<$<<:Kb&6O9a x#hmm:h%ԡ `aH2$+ H XH -Ϟ<%"(Kpo(lC[:@5@V4 F,% FH2bVkc! i@,ć'p ^B!*.f%u_'Ns ]KC9) , rK`$= p@Lxȅ m<l†DKlYs w(j,C\o&5uO? GH > EĂ1!Op>tI`aӶwe 0 G)i`XBq̴t2`iY,T\.Ha%'VH 2Ұn%),:! )&P0< )C` 琪F1]3@~iv@@1ny Lx(p^x" YB,U-V iHshQ܌pQ} Y06w rE~kg!3C#05U/q71 Rsa O@FKށ##fZ]A+! Π%5bt\|AyVH-M͐y \Z Pj +\E$@eh1JIA I1eaz#Pa= dtq`IUN8 ЉӏM](d`ah`#pdGDu-mCF݉)Xwڍg91)XR9@w7 l𺸹- t(T4 Wƣ}Q0 F[e(w`94Gv&]*ihtO|'Z~-24.$JR{xV#6Q0 4ZHY|BH!PEnBdP;` ]@sO#pO=$W΁O| )܄Oi ^t-J䭥hʆ{Qh1:ZbtPhS? F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F( yڞ` D%k׬+q2ҁ*;{X ׯ]P0I&"4O\i'NB!k׬LPM` B@wbnA>q !ݻvC2R& GM--AbRҁ#w  I4a0LUy. @60xw` ,Rui&Q0 ' FCBZXXEe9 T!%02  XSt?}"#F(tDf` `ukBqA 3Cɓ'""+`eH"dۧ|)uA b4PZ³vށŊ ---xY,wKJX2#=}_/o̴t fy@5R&:"4P PYkS3PyRk:'Y5^@.nnr׮YTrQ0h@QZJ4=axY-"gn` /@) d R fV Op 6 )H%q l(a o]6:*: F Du"ް:\`Y,%[Qӽt۶B54j =Y 4lP` ,R"/$^&q{!=v6EG( X(7ް=CBւ@y,@n).`y ,q,6[hS 3" ~E-IHJry(]u֎`(.&`A ,M%&b%_ j B$0y /xS!/wK` ~@,T1?ԉ E\@ !rPVO HL`К`k!kBqU? ߁v t5Z滸&Q0 ? Fe`+xP %Ԛh@Λod-(s.vt,! jҮyaP); LG(DI %|d)>dM%38D^JRX޵ 2 ,4ddEՀG'&%L.B؀`Z1 l:2"+]`` X"v%#P(Lp@3Be@+L[C2Ldx0Eht~@S-;V0Z@6Q@DLcx(5 pfo` @6Q0 FE FQ0 F(h1: F(DAs@ψ4ZHc[<; F=@(pIENDB`PK? V 1OEBPS/httpatomoreillycomsourcemspimages470207.pngPNG  IHDR:[ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>LFJ0>9^ڡPEll@Az(>5 E^k{E:!g8{6L,3d:4d5Ke'ɂA!f]KwLp8P:^=ghD x%뜷Uw9?~ a@c`Q0 FP1vbx.\ӛA»wha\=_EƢ41F닠-փ={D{$P8^ ;=8H nIc*C/= %~9SPPჀ,ΠkIQ0 F( ,, X~9Wp\`TZD:>G(`Ч_]3Vp ͕)} \sX*v1Ov6biay|ârwM!3aeQ-RE]ק]tY|_~DGDDy8MyP}_U]Ovxb'!$}G ]R@}_ClfҶ-CZOFf)kB=̰DBeTjʈK=3N-wWTlPHш˛P(92i-7(Cm w,DU3bWMkX+VQ I-{Un5k6ma=bm <.G ޏ:+~4=@HV%ϕiy@,BR/BRV¹6nv넑Bfa 7dclD6$JD ;4 ]@7qE^yB![ ' 0!Eh4qn՘qhnV{K-2 1-Zf͵kkjq9`玝_|JLJKj@@ƦF PdmBBB222@-[54] 1JoOKpk@RUM#h#1=k6 *_\ q<НA!h f4w\nO%$RRI4`MH09y'OF/@28$WPIx( a"޽{'ԏ >~XV\d`UpUC](+[ >yh஝;*'OpVcA@5@-'pzst P .@eW@,jq`exDCyQ0 n͗?z>0Dcv` v1[qu.=Q܍=k3fSpI6Z0,+)&-(ϟ?IA #wtЯt$*Ѣb*f4 rؾpfsØ3EcxAv4Ն. r6/tlFF4W/~ǵ@{D1+{w4{3}Gh?uvβ9JNXǎit;3 `63-؛ fyb<h=r\@͕T+$.!s!.\}$9 ^:@='F>nB3lכΫk[dR@|f `nj_b=F Fxdj5.Ty2EA2;3H-sT%s^CxJ{dUXD |a`heE]كy>ܮ=FVc䃄"z* N ڈ}c@,Y ׅzRC{zykK^* q ʯt5 ܥʀ?^ mh'=@Kml x󶭘 XAHv X-O] q.'r0 [şd@]% 4`D>%tD[lcsL 70[3Liap3!nA閑 ;Wp0 Y k1sqSOX!8 ģ~㸉5`vC(R"oZuS] /xdjE?T䋎2̹5Җ lɩ׮]qҐKVaMܮ(NVsPy8.Inb <bA%n]nNWo.W~Qlgf32Xy@6r>MMywzɃtv"7囹ΎmM hX9+G/YQջ _,e\R>RҏLd)!m$mZK)읡NPWUT]%b/@_U<°V@! 2dIaj`bZurO6؂ѓNk/=׻Uǩc}su_kzgM?k&XWZ?1qB mۦid$kFoMFx7| ] &i4>YMh̢ȸ 9 SbgڮF*5&+5iOJ>+WyN,\4="{ P+ qRY#v ;p Nh`UU߇RU^:y{oe63@~"J D}:ж-/:jx] JPn~F=@n4PF(`!jjj|@TX ޻dIZN`a k \ML|w55?Ro2*ce$|i7-$߿ZQ)99 > F1Q0 F(`;@-@  ~m21<Le~,T#mRVpk^ԠJ@gWQFn =>8^c,$E) _gO'* ϔ 2|Z9rGKFc^39nJr4IS,YUfl Ě.;(K%݋V΅?!w$@_(`Q0 [UU مv5h-> F(` |@ֱ7܆"p .¿rKьE n8|aJ"a`B j%CsD:Ou0:8 F(d۷oI"j)hQ0 F(@־R(axý<ް !UkѰm@кrp\$Uw'z䆮CZ¥ZAȐS,ɰzTQÍQU GdD4 #$xRć{ *||?z^.AD.rjRZ *X]0"{RjYa2},YE[H&w'֯?0 F(` ^x$ht}Q0 F(2@(r-ga](1gF*0w]#ijB =8˾ۂUe\T5GƆw!6 Fo۷ޞv+Q@/(#KZE!TTC hf`! }~&!TH6K \9F(`^^^ @(w Go?`Q2|T$YuXm!8ڏ^G \3e!%źŸȞ44ᡍ2GgL1s$T|O IRbѴĜB0:> FP>Ǝ}`Q0 !} 1vP֬-M@6Dȷ@h;NkBv^, (LBT}4]F۶z~xlZ.˲rl6PHQ9HhppUcZ,qʒ$Ÿ5MWEXDZȺnTUTn7Xl6ux^; itvJܣX,J7$Q(|J3g`+c"!z +-ҋ7<@  X쎅$?yo^MQ\xpF$8~_mۂ alyƜN'ҧAH#JGqI_ Qm6xfdy>AȂH`L$i2ivωDZdBK5(1dZJ3"/ysfY}EAb-\feGqhF.U&%B-b,Iti DP`V]ѝ(4ѭqZPNu.:H>d>s \vmk .֐0!\,P= ~[L7$R(HjQwT#ח{oX/ a N"dF"$B\&iJj1YODuUQ3"D^`zX0s±5i{-jF2w$ú#5B*^-D=AM{C*=_,#Ҝ"7 Ety": >]iriT8w!z̺޺+ikOeYJ뿄"^z(0!6u`UfAR:+K9F*Z@mgSxS ux0ŋzum{V/:N^60܋؄E(]HxJ ?yX:zk /aa^ KYλJYPr#K w΍Qm)ʰt8gq~dL\N@c"~ZE{̜r f~`n(h~_*w𵕬cg7ŁtoZB9YXZ+(LBÜ /x9-ĩ}^P*؉{yc: : x_Q8i#ly֊e"vɊ) h6OLUmd- \n}إ7[Yܡ !"WSU"vusAZjU".ޜ)l\&)CEl2!]-<Q85 @ak,,H?ג!\ȗ;cC )@`lva|ݳ`;%OV躟64& kǩ#\wnU}23%~g۶\Xr1w +k%0 ~ W&q||B0-8hj>Z+ghh} `p {V|W<]Ėcp2D2MSN($&3ꭓ`:Nj,i !8&1$E.)ev`&Ψ|_2=KGP \ȎtJ"DV?R"מ|oPm G5qWVa_c$OR dzT ҔK_M1UlNqRt'humXw|"M#u}N+k%qit?rq5eIޕ]KẮ8 < -lt<3 >T0|kEwG`4z9H03CKqZ:B\:oʕJ"aKw~p^`=Y"η4p+I%2u߶W>Lו*Z}OjWjU o4- 0 ð'%>AB-?zNۀSaZ+ޜ,ſTo?m=.(`.|L;`kG'S~DZNAҤ2{ù*nc W6Yz J}̡#փDsOipH7=akΨ֟V-( iGT%0pm@kd1P~ŭㅗh]:I^XtJwU)*^h[AB& sJkHZ U4DZ/}RΨ{y!=(YT@-Y~/f[Umsʟ/&:J$$7tq2~Cc \u>䎐xbsjeQ"di2K.q-Y1!-Ԣ,c;*}qM Q n&r/^ Y׵<.HvTR|#kז0ÎY9ט%KV t|Lڪib*2ېlE0G gGK`Dr =9n>n,. >Q )kɳUh ֥c5MhcOF CeU[dv\[H/_31vBv9c)LT\~0[)ncx/ ;M -pijb;:1S2?ha 2 Qz*ռ[%, 6M;clLG׉&׃(<˪⽰eYx+U{r$`Ƞi~ZILH nWs,䨄,_!⬂Jm6Jmzq@%lR >NZkʑ<6h ~z[uM_f(o{]q*IFsf71 K) Ԅmh,( eG^1<@ھS_w=[XyEsW&B[ϠGэ' uChUy,4M:,>nm{2hwGwH@6SDCy{zMcGW7v7;Kw 2"/˂8}iM/'&\jtwfAwZ`2id:#iӲɫ26)o xҩ6$t6U%<åf0tZP,XX/q$#%\͓q׋2;{Z%nN6sUt -)Xlɸ7?` 7CbPaEDo4qv70tB% @hb_v0 ?v/פrP(iaieтg\DmXK_zj\xt]u zU trG-y^ onQ'-{Pz .m۪,a>SwwMۦSk{(X7dQ?@kgQВn,(h}Y/'5MSd5i%b}nlhBl4pQN {6AmS1!:maw'Ȁ+4nD,ƥ?ei CW :,8= 73MSG'.֥m[#I0^E )-;}u:aZ UU85;@m츲vUk"8Q 08XSs1R(q,^J`ۅ^Y( {)E)}nZ/܎[%K[7oR]M<` nXW3I|UAb %BQr$\:10)n{G^mk/D,<#~3E !xDz8N8fE*w;e1Y]:xhs`MXCn=N؁D HI^0vy'.eY6e[D y=C^ ־8)4uC%B 5%K2G]Rİ" V%J!p| _RgBLSlؤ`)Oj&ܨ]La4&MASN;MSYv7w Tб`q2n](<hU4Fa niTcȄN82wnv=ݾ||`6M((p8 {猣?д>TH]؞$aۮM'+  Øʚ~ LQATг0y|!z{!t(MS)Y8X@^Kk 8YI)8p wE!n46]ڶ SAxs1%~u5%57t`\4s$OR^ocUwլx8w`nIL:˲|IĘTe;BQXO%|U TuG^bco (jr5 -:ms{[~b 4=z*D5w/rexKZXAJ@/\b/prFvA 登Kr叀&|{&{=uu]E3 'eۋ1 ;:m<˙p ,c2i5zZGe&4 9v)v"K&'~}߇yg i#)q9vP%G@'ab(NTkbm[%.\OV_ b:UUaAe2Ge{M\2s*:\cFCNd_ ۵0P&$l9X7#W`>ժe9J$/;\$GjAݓ$߳{./]5S"Z(M<+~^JRTIV{%zE)r}߿|@<"یs͆|4rD3wnh.eFt%y5);6 7wr8w4Q}5x"6^l)8d0 /haj.w# !\BH8 6yi76P{0l[ϫiu}{/ x{K6 Ih oDL^^0usgCUuJG|_0M<@j㸮+vW,93wڶr4A%yaNydƼК)̅ĕ:}aFI> ߘlu9*quw(;7W`t*rzwQ ey2rlHU.2q܃/HC۶P&q3%2 k>W7*%uyOz>.4\ڷǏC[@MA >\̉S~5.k.&eh1C5O#J;˩~t[WNU8-P5N"+?O!T%73kl*1F+*0ϳ‚#lk$P$~bVu]J0l{$n,U`3>A1YHAٛ E҄ _ҒNh$s'\lD*/lP,n)EriW|h`OGڮABe (s$,2:Cd(E1g|qy޿>Hm=YYwNm}_ڤ^|}O{,t&ifњUl ДQJeHox@dŰH=h *˳FḨt jo}bT1B@u7' 3k+5)sa fnW# zXVJ3܋2QB!h\`3d\8pf81vIP~4-G_B07  OI3 e t5e qw5@(N4C;#}K)FnYZZ$d1oMR5i--c Y85{_] .}PKZW#LFˢ'@Oa&4do,S{Rf=i] 0 ̎eЮ`Eʛx(?$Փ,8Rr[;˻m_哮TiRXtȑS9"S nhPI9Q|:u*K0ďJ tdxiv^MUp֡=Iz\PT@Ū2+H`'-K \Dn!3[s=:_2#3Wb#|C?scOai=9E|{]8j Kix++T3`&=V#,J zF\,v!M(b܍Pz}SK1i]42@2K[fXEQNG7Zt@%M%G!; $q&jkB1~w!p~VD9(fx0줬zov$ ] ܄YQ52Z4PЈg8yZ3/wvbT@_kqiK)\p:'Hi$Wis)%OMFI%q\n7S.pQWA޷hI}MLIt@=h1d&f[#3gV$dGF< a \7zO՚m26 (1lw,ٲ]VT]8Q}#a[>:۝UֻZ4=-ZX 0{E֚}C@ yjh_-wzﮢ6*`>9nF7cyqEZ%W?MZ^yD]$9=I ! !OC Nq#bhWˏjSWċz1#?[JYZ+c6 Dı#eme9Zr8LRzu_WڮaJ?d6R> sHO:ɲ!U[+E(&~e^nnVr{ίv-H.K3Z96mfKHBqz)t)fz=뢔"(i}De95k#l=!HzFJ9BbyVQn ܍0@ ۰j"F #Qd|mť3d{Drڶ@ % hT䩢J#;>Aa}ߌȅhhP̼v.7@c:B4JFUƸ%YTDE-:[W._5?aSJ"E~ROՙbK)yat眖. E̲,~Ĥ"?•VJHm_u{RnJIZ&x`*4Eg:NhAL=f{K^XGcm#E@047_ԅM`bޏZHE~…`p ܭ5}?&AZ A4t>F\GPb]'໤NlsN/nKLB߬IDv 2vi-~a8F8C rS+J%Bq*6Ld<26 ])qBz=M.ْ?#nY"X΋]H+GWPZğo? na5Dl 0KD,Ni#R;c^I_t^9纮*.MOkk- MJ)gp%z1F [!nNMŧqj 7ԍ%s\n)?j[ɁJ͉ޑ2ex?Sn+ T69?J F \j-onAрV (6ȈfH,˛@OlKk,1Ҁ○B.!; Yk٫xrk9gQ)"ʳ*h4V_rʅCu䚎ԌM|aW_^-roZv@Mp%y W\|sW噴[_[tLf3ka?ǀ Kt 3q52RzgqeC<|@,Z+F֚%{ =/|<}' \KUz85:cVG(`Q0Arr2///@h@ Gn\DA>:9T0f.˃C!Zb+ Xb]x* D!<5.?Ȥ~[pA7|cWŦc`%җ!X4E0Ms/_ғș7װ'HiDQ0 F(`c`Q0 * @puF\> {?}T^RȰ-PvÆ &#"3 |y֬ct~Aud]'Ohij#da cT ̴t#fX 8 ) £4GwŔ2aNg@vS<ي`4GJZ?I:'ׯ][fy*ǗHr0zRh8 `҄D ̊tNk׬ݽkQ˧DxS%6IROy`S椂 󡘭Fx4i Tя|܉6Ƶzxx֏BK)E!j4S x T^12dVϬNgcphP4Gp0v(۝+a!X 9#|!< !ap=㙅Щ65]h2n/޽'7Jt$XTj,˄1q ]Ҁϗ 1/0&"|ICI !ZGd:3׾ۛ3MM.Is78"%vּkf cZ㱪 np:QDvMm?6a bҡ޽-L7eWn]ΊaccIO?>AڦAw-ZM{׮^,>xU@{l;x4Gh&A=iۤl@Z>|ܹ("%{l'O2\\ [ Ԧ vW.`_ ê䉓 Di(fbZX!Q (W޿xh(MZTc rH4.ٹc$bddׯ]g(NQ<vŸ A0’p2SI-J4vEhHH$"pѭ(8%evfweH8N4I .^ v:\x2Z׮벏 3={=̳NVccݽRMq;֫:Ÿ*QNdOǸ ׃V xH>p#})TG :)5q3I9pR! 7=޲ 8K|e5nɳ \bloatn9fMGbab NpL`s@ NlO#\.+Ψپ(1Gʪ$4]۽YNͪEjuiVYe%kW@D?EkM4jb;F-jM.sb l /< !{73ofb~GQqԗvͅ&avF ApQ8+bx=73b^__]{zxȽR`?_!FɹlJ*VjLJG0*ay)c3]dPBxewvhC|6 ,DQ$m,Db0.v`P_ֳn͸ݴsnjvLT)R,-' ,&%:LB89)ll2e$,IRRW=s9xņ$ϕ!o<}>bbv:݊' "]"8:0;̎+@lJJ{ZlmJ[ra*|*JzXA2oTuM,HwIc5 ")-XMWaՈ9i?i6+hnxcˁ( ]l6p{-`kneM-d{^vC^3WT  4UO3l[ II@{LF2ڵkh@n-MA!!GN0i3[! d-]0o-8̡d@d!0Tg@.$QWOwbR"Uŗ~LK /3!VSXXT)ȈbxAIaEVdT)HZVux5a^|A:.ïDӭαb<@.h(f ҂`:$bT!_Q7_+_4, Rs2NR/ry?K0\yu({Fh!B/=Ӻ~Vf2K4+GiV\~ @$ aM0 r$ 'y0$04ƟpD_AgpI"Ii ?:a3 mw~nf3e!_.l*?^GQH$Bum6'PCi'B VKUU AD1 Bےt|x4y tl<\ *.e&a„t [oAebHA ) ])hLCE$ ʲt^;F/&LDO>;9=4]b"nu j(hYs]`'ai 舞ky_hgDp#+k<< \Ѻeyr+ef.F$A1r1V[ z&΁1ˇy>=sd9(Z_뮺VM0:,ʗ Z1.VPxxOy\/V~t14q\<ڹqh4?NMSCZ|v\ijŪ\.-fځ^$l7+0QZ<_~UՔZ$DWpP7eRPbZamt{=_1;0A t2//@ôGahT+9l3+i*Y 0߶G?*r@L @T_됦ϟ>iv" 4[d)= lY}65W2l%'juG+0]5t d`FFF:!)i ͣq9=m|䩴  :B[iTX (7G RXfE;orAy" w'wb "kuvd… юτ(~z4 dXa=Ғሐ /Ӄh {^F[@h?]yܹsh/xD><#$Jݼi_aJd%IL]X}F\Y2 I!@b$J^PI;-m < ;($R4/f#U , #tnC Toj^Xcm5@nscǏ׮^M!Pu@Kr492f:ž?s  #E98`,Zc D1PAMQHb]8$Ʃq/SQ}tEOҭ?{EOSXa>1%6r1%d ;W Ov!U?M0xFDH{i-1p{VkMDE"bTr$ +4 }/AW)R 0{ )&Ii9m 2q&I6k .t晳n19l + ݅KrYrV){"uypp}P9C[RN5$!Qܙ= wr!0 F(`0o r.-CJ->C`Q0 F`~8@ @7M{$V8D=pDqp3ppV4V|=$<=`PI Vٸmr-6 27qlsgb(\el]!VPW{Vޱ+fmF-?bz4PF(`!jkk? s(OQNQ|HQ*(¾#>mf: q+ Qw"aۮ65}V$%:HUDS%~N*! UjN$ф wL)3+؊k}GSR"WuTJ| ېlUSsWo~a{v .D9x Mtl@@-zF(`P(`Q0Td ;g@B:`|Gf1"$TV>Ļ/ Sl/'h-v F NsB`ٯ%l{RVg_Q%%DUbO)"Q)((@³ ͨL `@ߍQ0 F(p %%$41Q0 F(`h;@``^!zQw倰~~cxyO_sc!N7!RWҠb*v{G*(wk-˶{VpgJ)Zb+{F`q=}gh?Lt^sAuTƥ: 1f2H bgI̓6,2FגJ?`Er,f"Xf30ho!)oCCB/o r)O]d%\-Q|[kakk\J齧ed<[X:Q""v^A3؈,$(TBͺ3owٝLopo˲wEQUUyp&R(&IS"[`<ϞArL|YG Àb-a18Fx% J"O)2_n a@ RC4@}Q}˗g9}(;Zuݺ^H6îXQ+D;(0sND2qL)m>ūg]daXUL:aeq0Mӄ;Y}%P8-,i4Mtce۶1n`|S2qi7}Jj j{1:B/2+f䦛n|u){g! D@.'6x^/`kcqũBgu/GfЪ,$֦ih>0 pXE}wƥaȁLPP}w, ۗiJ39KĥFw=ϓxWevu6$I;dq$!DlAYZ3b}6AQ8u Gd "ArM)Y(nrc=Ǧ` na(: FA,Ý؀ }! Aj>DQHX}`4sΥ Zy&De' ͰR5M;UPG*wœOS(\ȁ 7,6?͝v:!bێ)9 B"nf^& \+ +"L!}mM!7l\PJߊ\rYEzЍU9 0QDD_U6ݘKRXlv=z߉'"Ka=s0 * Cp,Wj$j#Pl~&!#,\M{E "J0fǣE4l8羐'u5pS!]uAh|"^Հ^zƜ?9KMRJ*jh* <߀ փhK .!w2X#O?l:}@S@A>kevx_eeE~RTRc۶ )[ lu&J qÑ[c^ X)PȬey|YyYr>J~n#XtOڶh%iO7-rLe}]q59Ǯ"fzUi[\ta{qqSLĝƹr,:M(ix XgiIT!0TEMY_Z,SYfT%:2ÔP6䌕1{؏N~~K.Gy@P `>~ĤiFiVE$_HZyj"ۀPrĦ;a>L+/8n׆"MJ=LDkހ"GCsv|eYl1koKO7р4GT5^I);Y;is >yA^ﰥ>s":kxmq_ i׷`w/ړ';WAƢXpgKn`\BMdeZe?rD'Sǐ_rņ+㮔.`M*9,TcˈSrϜu] &H:psT<{@8SJ;[kd(,7,Q!;%]c\%sV5O<&Ò1z`x1d-~`\R a0<έ O Ez> hea`f!>aLbK<35c2e(ah%*/C$.(+%GB1sຮMӔf2(lW)M0F9-dYw1Ñ;cnuIaf(`-ݶmuO9U2Ld¥X3a$@:.#P pYكrҗNXNK:o>d`, mF;Z~9;zhXzRJD)!F^p0scr]=g|zMN ]"ZkUJq6W)/ xFJGSEQK_-diz[2:8<bJ92wZMd :>mL?طԝQ 0 =|Vp:s_ UD۶e. uy`w]!sۇ‰d@GQxCAi ǝ0^)r6t\bAj{wIvş)9[lQVVpif,jjju{*-HkrhdիWT˗JJJpl/,5+Y`KrdtSM 붻wRųo߆_ճ` N ?g!{_~MB!K{٪*x2j/d<``8q8Qe*<5+ҍ!ʠgP o邏7 " S] aY& I׏zN^Gr ڂB2AuVCl`Qr[xzkWo… cccϴ߿ 2rvBj@;wZam۶@pUya]ׯ_ia/Ql bMQ4Mƣ`.ˇh]@f&MxĉGo޶5 ?:"ӧOD ؎?q- ]U`]K/^`5G?AoѢ?h4/GϟTFF2!0n.9v-6g7a?(Q0 a*;{1^DPg;/mucCkӚ&Edod箓@~Ne+-U~Q(q^kGҀ]R;IJ`Ȩ*'o۶˲м8}Fk14UzKM)sLt3JíRYQ]5 $xu=%!ҾkWg;sO,),Ai?د?6%L'8Ǝv C=-"[ys__Ak&= a?"WKqG>$VjT-!i2u2V:2|-ܳq@hV/ ƛ2BuK8>6|9!nVoH2 HCdANQx*]JYG@Ꞟ l$f-_~5}F5:`-$Gf|-/) 18y$r錿_5vD䑺Ц/|۳g R`ۥXSWN D.T!ۤ7Q &[YIݿo/n7&jh7%2)q*\/.~~1< =foqu%R"R tw]CcbI\mbߣjH82ȁ XI z?~\hnl"rBWӸΊc:i9E$Zo5F>ٳ%%%XjQQQ,T<$O0Xwh9B3(RD8;,ۈhGX0`u@ʟݻu&{4l־_OM--`>M~5--M" Fn >CҩB5 m gff6 n.~ѴQhs dHxB|Bk)s]h<4QmDtt.v0!Mj{@.ccc 41qqqNNN...f0 ;*Pkď  2 uc"" ua@avsP?7 :25Gy<(|b;AQ{am\ѣenh{ t(<-j21Չ8sL1ǐuI>#k dCWa iZIk:u*rJxĄg"c:::: 1IoK :490 -AX瀀YX9sf4"]1 |??q6zMJ%+ ATΛ[6R1tuͽX?/Z/oBdҖ:m!0g<>Vz4/[c1b2TQ\)a6 K)s yX-(h~  A  ;xA86K %E@J-mmvڅEVWUuH|~w8Wze O%l`aK 7qʹbL!z!{;;]~, ޒ$Ԝ:oG됢(b!2$9p{ !=pX͠aPv pgEkn(/-h9~jš܇~ߏ~dФ>} }A !s(s4M#{XH ˲eEQi Oji?q+ [f̂T5OػbBjX֖_>^|]@D[p "bC:.?c D=S>1ƾ~j} ᚕR˵#b;)%0ܖ@~pO%1Pd̆,ON[XZoCO!b#xb Sa[ 8GoH)eko34j6o"וּ8z)%☠[5aֺG؟#LY`&h1wy\ J ܦ>0k\[ lk?>AF.BiTYYE@q,*bi?*^%c`A扰Nٍ.@وgN5kt,P+3gH&$5퐉 xkЃ` O a( 8Pgp'p'{`JIjk3Mҙ؊pEq8PE Ըmۺ┌-as@o`7wqG{Vʻtu] J$m@S »eqd-R{Z,jbzb:0 (k܋"}<E 8h*=gxᾍ9[e5;fdL>o4h$4sQ"qL1O"U'(n_4M K/i,6{o'ά8uƱ`Q (z $K$mz> ݰaeXN|xota0E975ߎZ+o)EY.oh-+QV9Ӡ 0BЕB8 W!{YNN})[ͪCǂƱߜX m~b*Ud;/^4]TĈ$kT,&{iE>Q wcD?`u ԧtBD/JJQO>E4ޙd!N.5cٻ/2❵Gbqy7m[,K˲;<e9(Iì7wr-[>;y!X`|Ȟ$u!lXjFe(OH4 A$`/"xod{wҠm3Xd4MMMSͪX',? eaqZXʙL=,B#B,y͒0{?7ZɄ0hMev߷}S܍=;c]ą3MӡЏR ʶm{ﰬ/錄54/S1_Cbɾ] j^Ų,?i H9FtgԜ)ǓOh(`n߾_!+' { crn:@e5݀ZըV6'0=r:b߿6z+a;oĝwXdiƌqZ!8h^rT3⯍dG5./,+ԣ,$xeBa`ڠ.K\YKpQJ~\ x}]`Q"*7_~KE0^O"G6<1ș0'ddg9# VxXJ/H9Xf#S<EC1(`nHu]کqHwQ ,, 7`sH;7|} ~A - ~ r RnZZh5k^z bPDSK͍W[䉓O@vitŲ9ʳk |7߻w1)) … #+TQji„ #<7ϛ7X'#&Nт rd"X655ϟ?ʞ4̵h롐W!B^4iDeyzM7UWVl8ЄC6 @6r`:>&]@>^i?~+SL)W@2RQKW=;ܝVpvC27aƮ;}1Ч@B!G7\hVϒԽ>zn 0BlVc#֥|$- (@NQ[4g1NE4doQ(@%wܱ!6j FxZ__߀` c,x!=. &!FB(Hh#r )Ih zZ/z'zBmّij9m -s71 [@Fx @`0/Z ڨ\tdR?}g.L@ Yv!gx&g` c*cbbjii\&5`8P]] G]@ T t4 ?< |:a2.`n$k;_fWx1mLB 6ijBR3nN=>Rs5E%іFo.ly/KF6?gH0ssC)Wꐛ!=Qj4v_$\i# Aw`80B쀄%-;تRiWK# &ɡ osSuG$3 84swk:8 DumH wvY?!խ$[' u u (nڠI&BPMU5ֺ 4YH BdڋYk]Č>AܟTp`u٧O[ -QQhXkq`ؒ]# Yx! ,ϠS{ 6:"ٳ4NDKQ9ijv ّ8 KJ!H, lu?>b#* 5<[G1vMFj0 T:" YǏԲϰsYq |),RĿTфu@AbQ8^gׂI R@#-i@8qNm1v`0ྰkr`S?ƎgVv4b_ F[ƀz9T ȏ+6r޻ 1+ȇ I))`F^x֏9}6` (n|mEF`;b#2Uhk}&PvϮ]}d9dzn݂ @e(5hv.Ye oa×q!@:pB{3@q#]h5hk-)"[mBNQ@K51{n OX3/0EUTC\t h/Mp*-oq=?g4o>dDZFŠאMڕ-a>r` `p w "~HC %ÂyǓ'Nm2߿#^S䐞`4!) < Rm[ACMWrN8VP__8bCXS)d7RCfaUdG{ٲe @ B>a/g8fP$x0`ZK4ЙK2,G[ J~5Ufx ;N 4qX#b<5 ꮶ:/ %w }T;B$/?FsSɰji4-t{ `z (iқsA,Vw\7;$jj 2ͷn~Npj,!gӿ0R^8N !._M־a蜘yXsC/hz8/ViZF^]N7l} ?":>Zc111Xwx7pY+A;$rTQ66GW&qP6(k;5׾'Mx1 n(89N'0fjSlMӱmQ</tTع~zBw'[64rKZŶm$fR;J}+Ư\oew̜l:[:}ښpf&DX:|s  ZR\=k׮_RttL]CU!+؁*DZ Y:lC-\\-X;V,`#''`6 1)߰aW ={&-- @o!!! Q0 F( ̛7~+uEFCMMM־AV':nػAaH~L(lc\hCai\scZ+}|maӂF5&US+uOYc!d!vҚ3pKyW}7[,:ҳ7's%=89{,JSM4Ai. U$l[Yx*OEΙwD9xZ+mF!+!blSJ?Pw> pǎ{3h\p!*1M@[JW2L^If\=IKp /5h$r2> F0w\`X0pyyիW^MXx$ RBɍ2 ;0,--iGІN(4{mjj,` ˶Iֳ#%VkkkWU䌌;A v`MvͣXl5ֱBgD%v!ĉ$o_/j^@58;R)*#WglZ'œF,g|-Phː'ZAlk.^ĭ%U+f(*Xwk;,}&yQđ^軣h|β ѷϭo_pε/r{FOq=ZR?ǧm!D~(`Q@k~z`ul AXC=F@־` nA(ƛ#8+vؐSb{jO?]C{qsA 2_r5.{WxEçG`.VBc%( r_(,4{$ثeZ ;eTHۨNQDDOʩ]>_oR"֚s.bK1!rW,&~u4OBrWAYp!G(` ݁Q (`Q0Td {g PQ㒦 {Cqx1Z6`r5Yv5x˄ִF=M{~$z\:?s7}}ąKk>Q_z2&e㩶/'^Ҩ ߴ4/`Q0 v p5?4H1;4Yb!HKRw >\A(9maAkzC0 F( {W |jO9P0f67DKFu=iNxJ=n~4eiw aQA ԬCkf&i.pd[T +y T}-$cɧkݥύF>Ssss?z(`Q0d {g ]z #KfcL'Qԏ>u9*vj2_Xhzb%Q$˴p7"/5"WY 瘋6LyAb^3Ws]\z^zK4@(0ͮX+aJ,/#"u8\}}>ױ1siMS?VG@kF(` hQ0 F(`iii I/)d  d,LlA $N^{q?ttW߷ HH,ϤEE0׎l|}Y "+Xdq?Bu'3Fh!x& ;  w,=D+(j'^փ상)XH($X^c, /sF(aكͺ*(l}myR$l&9n+--mѢE/ap”{)Ueee߿7oam9.6ٽ`_g5k~Jp1,,,1… ڷ >Z ~`nܸET,`߿U}0$$*0a¶mۀKRz=qak60=` J`:6e 9.P-7 uΙR2l.c]hZ{[ XCd!/+வ(~Ós#ϼX"q~Bc iY`|ZlYh2ԼX]Ɣ}}k2HJ nhI^BvчDz i솯RP$Cy$>¥`UJ\ R3 b $e{#v=0UkM])B7?,WKc 7|kFG? ‰1:WZy.Є[Z;3,so]4}~˄ǛX~ 29% v`9tPrr2XTݼyk5@.r뤠Ұ;w+?yX>}ggΜI(1 :S}$9.\y "=kggLK.ѢioC`Mƣ` NkεWu9@`EHC.sysv|}}g?|0uԈ5;v@;8'5 nݺ4)`bϞ=4,1gccc]̊+ecclll,ԹsN|!V[XXf>ֵ4J@{KMME8q"L#1d$ֳz06~I&221>|<&]&`tr@(P⹂xxx"g3dsW7&-Br y6o'&C+A!=/hJi; SLҐ?|ȑ#ȅE"w`XO6-..… D\U4mmmhC =G1,--Eޞ[/U L6/4$4Dl08::.[lh#$$%^vm҄ (($U8{ Xa[Xu`]u93>y4hp %`hIM-Mp#& "b MoOAmM"yX3 ߻6JJpp0qvaČmB~v)bNІ6 t Ivۇ6O/`@G}-"'f9I,$Td`cYa!R`J#>MF2F"O6fIY4ɘ5 >^p{kdEYq 0P݀8~9\`L쟀\\M( { {g!D&)2Z [q.$(zb7a bh˟#ydi۶ko "+v_D#h0Gܐgo.<%ĩ* 0:w,3s"Rx8Ⓘ˲Gº-Fno}JtނGܯzX ˇ!v:!͹y>`]ע(x?ʸFRSJ2@t9igz])"WHae.c6LDgOcZaKX|'xݯ?JN;wmF!LqD/ɡHe^" )?倠|t[X7o}~ FQtxbd]\$e"nĝ@yǢtgVݍtײQ3zJӔG356 hI ;yxfmXNMfqA VdEO]{urZc 4i<˲.Vݠ=\>cj]>}WUe+y,J ``?mۺ+Y~ 5lHb5Y*Iqm4M@mƇ"Ġ"  4lZuEaUc+(LcBۣGwyx:Aط,KQЕaso_&/; 1R("k^R*VyzpB{kEi+'ð z;;;7ٙow(YT~ FT~[u&:]$vF]QΆu2E!KC]וe OC~) Lc(*M`i'IRKa6ih0oWĆ,% g$dKN vh4cZ+,&JT^V+h#Um@88Hny²j!ťAK#gFB;9lNCzto˥'"%Bb<$[@-v_ÛT ۿ"^M } @4 Q4b#\  H vנ6Bp`sl8VUVm{fN+ P5G6I hV-qsQ0 7MS\ D?:;<4,9_iㄭ|JbIQ`bdt]lH5a;M3u]y(뗄:27 k#.wPe>&0.ܧMk|і1(J}elHϬ?]~wz?|CX# f Wee~Sm=wA90 3DeYe^\z8٬W#( 괻??x |g{*p.`9e1aIЕW퓉f֘li~K%a{OPw׽=G^@7=Ү}ǐ1(RښLaL>J4HYQC !x%d&8;Z^49#"H缾Wє^, JMIY׵4`ΣΜNц.Z4M>m>FTu,vj;"O\x3B9Laۍ=a3C9`YfgD];0С8̽&ѷʆq'A`\!pͲ dE\[u(bG`+ڌ#{st=jBz[՘uh ?7 8Q|x 0P`z>v٫cp8Ng;v"LʰǴD]PL G|u]zB ݠ`pv8cbO81(798Nd 'He}0L'x#)| iX>MP$bd#S3”,1$Lfvyz6L^b("g. ۘsGzDQWK[+~Ɋ0ljyۦۦ18q@/ɐ !׽]4[ķ[\ѣbAhFU׽iCy xTGa:}E4*gX,HF*#a傺#qy3p(l)=0eSgb`:͆eYbV^lMϊq̧ z8H0L~3X\xLp RM!O:P(dWM!DA/#6s!'ov[GkdaAq@;E Iv\1Eɯ'U.owQS 8Sj. שgpj4v42g[ɛ5['{HA 8"sj.tn=$8ly.菆_.-վgO76?pw 0 ؓ},KΒ4(<G?jBE $2)_/,Bg%,iu- 7i cMPLm&""_@S1ϥӽ+i߯5$̆ЛkẮsGm(Qf LƊkxƦ,Kb|>m}̒ M&'b(aD4 ΁YhC}qCksTUYR(;^Ae=1^ HNd"pD$zf[ ^tQeVr6piWp760M<<ǥu1#ze T.v[ 'RpŽbv{z x^`ֳO>T;M&5wo\[\9BEȒJx\¹P4Mo+Ȉ{({Z"60)i6N֦d%%'S܊I$+b̶mm㘐9OuusB?^>__S dEI[mjRyGː:<ل(-&۝l;8VscLզ0q}|* ?֟an锑JEdS{}~1gL0X,"&o>BII\]' fJPE$X :a }{ãL11_ҶZ۞} F`],),-->Ll ?VpZZ/Ûw4zhQkk+\͝vxw?tbm\uu5i^SRRpUݑ#GhY عs'r2i 9}…#G[!/> G,C[/_yI)Џ@6r <>q`"/l-P h'OJaN`M^X+e a. <0ct铬XV='c }>N\+Ⱦ8CEUs5 )%'> s4( K+n9yhwt =$**Bl6J(Rɜ*.eԳ_(lR1{k%x7ˢ0K=~9+Nz/bF˪i/٧߯XK7nM"r`?Ih EXcvg61|aت*ZR666Gi uHk{hݻOƣ` c{Ŵ1ve  2224], 4AK/ɦ,\!KKKfffy#IIIhy~$dYxTTSM( ۛ}XII 4MƻwLƣ` T?nB;ׯ_#TbJ@'4 YkFa u'dM2]b _`(:t` lݺt]9 a9994.88 Krr2H|k XkP4q`X.@"zk 12dOLu l-0 D-l1au kIZOj F-t>O;%p a@3|;1W8޿k\ z{{?|X7o"boR=\ ̙C cm̙hcp;`6tjYjgg'̞=XRݳ2.ё?7o]v-Wœ$Q0 F0c0P 03rn˜#01s+u0m98%^^gK@+Yeb(eYyZϜ@xm%hDY]nʂ,cJ -,%܂NSYgUU}o#/2;K߶a역iqD%â)=@8!LwzTM8XY@מdLwNGb';MSY$Ң;x1nvoOˁ`уv-ڕرHKKsqqs2IزƳciǎǛ붝;w z{{}|| Y!zW5i0,[ZӺ@cm֬YxN0}x[r'N6"bƍ+**ţ t`2VzǏK,0ꁵ5< LQ }h`49 ;WlBACwq qgqg,-]B7w\q?\uD}yr Z/K }K? ZZ+pbC;*<؎_)G jg0g 'ZE9gz_4XkQ眠V!fFRGSJ=3h?0C4! X-/!%z D\Â)R ;m8P9b&#yR3 -1nJ!1,2L6%$rsTÇ>|$peX0h.ퟬZ_P&DKs1EӠǦʉႈ6Pd[ B,x.)MI.xPgΓ4P3P(ќtolO _.0^` *f f =3$KQHq|r֚R s˿cr`:@O0~tSZX1u`kSJ\DR)(yEe4Vjy-/`4r5}BęFT+ccv4~yɉ){v!VJzn$$ w1&~tݙYua{Xs<֚>*~ sekVtAL UWnz@w !pP:m-h Lv:ضMalT }ncWٔ$9(e~gcW$IUծ49wbR4Mj:ai@Qi^.uۭ,S ^(eF=zȕ3_뺆Km60H(v,K>S~ O:Ա?}3ā,xPMp,ר9C n`6]B]@T0v4/˲-#ru$I4-mGsݶMk°8dY)}ߧi20B"(`(& aM /|qQ̆/RJFڶ% #Qj Z:yvą,: ;5"3Y6("CmL.{R0<+ Vy @޹ @+ N,ܨ%c!0e!" "x?|o2%flqWm P&VJ/${)@0Uur)?fu3Y]u5>Xy?h9o% wA4_)0S<Ŭ)PPXRTrQ0 FD1Q0 F(`g {ז v!Sp2~J~ÿ F(` ~9@5~XOjژw;b8l`Q0 uW ğCBuegCKM-#'US#b.kl_T! Ɵ8:Τ:Ğᄉqi;y/~V `%b-ts>j3n1vGub]DiJa Dʺe7pݻkq"n/sψ:3<.\"%`au'AѤ5 FHLL1Q0 F(`h`Va(T1k^҇18޵{>W亞'ejk|guXwO@ewPPE X!z 07pBzZ(_Qm7O[C,l dLYg0޵@3W5#훷@kWL3tȋ\کvE) 1th{Z(7xB؃'KB&d2$3 nw:4zi oBuIm1L6e] !PF|nՊCK\z`#CKl_@^4R{ӪY ̰ b{s܁L8яq0:sf?(DgjI#76 >n ͸ܸ\=k9soP4fVeYz-@匤`2q KRձwp'ʀ9={)Ϲ:C.Zbcc~`Q0 "0($c_&&IENDB`PK?(mgmg1OEBPS/httpatomoreillycomsourcemspimages470209.pngPNG  IHDRK pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}"UQ0 F( h-> Ȭ;{skS3Zp`G#Zf͓'Oů_6il:r{׮'NPr͐Q0 F(G‚}LspxbROz'NBDBB86`Q@<Z|P ԁxnA> &Zg.t`@⣀|L3'!51 wڵ{nź]p(`@⣀LO8='O,7yVv͚׮khi; Q0 F( h-> %f.m[5\K2ҁY3GCrQ0 4F}w{:(trxGRm󂏈wO2Bϓ]> F(bnhh Q \sHk@6 Cjw9\}ܳ2`Q@<Z|Q0 F( FG(` h`Q0 *Z|ݎG:Q0h:~ FsedZZRxxoϟ7|V5y9ȁqAkS3PqڐswM3yk>`6  D;qH`j$#:q1 ]V0@srtD$l 8r̛WG?S@p‚?OJ# )OG(T]o70A.T3yDH^8fR_/o`OHJ֣M^݀SZ!`6 N8 e`I`!]ΞnHr9O r6BYB؁G  [FL՝ݐ'My #4---HOK hNJɫG FDxRt.;)ٵXZQ<|H`3a ̞,{.Ӏ*ܝ@8>s( h0[C0WEz`/st$Á]Ὄ,MKmkGvݚ7]'f|Xbo-d(T {g0 C vC({@ \/Y2@(۵;_vS\KmqcܧuQZ"u`0$c}ieqw` 4!vcE|\p<'t*Lz[ͥU`{$VX H6@_o ʲչx)չ0mYf8cA =!}7j ju7.r5Og M`2Вl3 xfJ)tO GSva DZZZW{^ ^@////gcP!C??;{yF=ˌLF($ErV%)%T8| dQj4uu$NdP(XTUfmDC(tE;bj2ٯSEĩǰtmhL> A`@EJCT/&'aw4&]ZՋnZ됶%c?/LJD\(*UxmcO-A{n%lv*MrXe+g~)`1%8) Y  Z|$N0 X:!]OWbe`:@z*Aug `O.[<X CFJ! @.SGPu^A>r@cBz["ƺy2x4\M-M 9X#;шk :> ι a"=D>]^ 5 RQT,B ſOiLӢlVxF-2zҾZ'-h.ͧbnXb׻!f#[q=\C:>NFc=5L=Ʈ1|ZLd9%_"Eu[{l p+?j?ug.NYj}ʆ:Z[5ʹ ! FaD#Q%MXA f,"Wi@4D"o[XD6Х2Vt~a2*p,Dz{{q;FQԴ6 1A yqjDgw:0۠,4eiw}<ϓr]kA\L)EX%<;F~?)yGEv\DɎ%4܋ X*;tyFSpoEe=Ǚ&Hpb k@BFU~;牴̻K߱?*8!)c~a"]Kprڋ;x*nN 0hځ0.}|!ʡQ & !~a0:7eKʏb6`Q0 F4:> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@MTM 8yGå8`4h Z[H/ #"?3 kWhPѼ3wF@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@,A0 _ӧO!!ߩnnh@޵KKKKSKk4BGh yDFF9f4Tl\VR ԉ'O\fMfZ:K@?ZѼf[GG3G5;p^LН f~>>y+xIbRh< FkQ@5lsZ=ׯ]$k1:yxy3q(ėXnΞ0_0o~|R"J*Fh8Ch_|P F(` b@P ؀wu]-d:u7(`҄ h"OEGD Cv = t0fgT4ay@1G;dy,H;M˛m;6M<`ǣ &صs'$۫ ўhѬwէX@11Z[Q0H]``͍nQFIon= \2V{PwIb`rgj'2G(0ڐ*j":'O>hOb4P8~\@U)ygŇ,2RRdʇU?0>Z w '//zbB> HP f5kd0낝'NӧѼ3$0)lڶuF@1`Lm Nc1!W1zȀ c=Ѽ3x٠ĔѼC@8 h Z\ x a4؊!b\5Z ѼC^E>wh->:'Wa48!n-Fh͝;wZ|:YCda4!\.-Fh;Ch->$ط[XF]nQ0 F4ah 8޽kׂy8p`#q4UQ0 Fh-N@êy׮Yȁ7B Q0 F(0Ł55kO8'$%(` hhȝo>>ĤtQ0 F(:ZuBGG(`0@C|Q0 F(p@C߽k $G;ߣ`Q0 F`ŁusȩF; = F(`@ Z󭩥6&`Q0 h h☝szG(`L@?yĂyG;ߣ`Q0 F 5kΛ?`Q0 H^KU:v׭Y |ou]-(`Q@$ ZXN0h7qfZztD˩[m`oșn@kbRhQ0 F( ^xgOwyI)"V/Xyy;u֦A'Oq:#q< F(`¾ 2)+uyU8Pr3 sb=IfQ0 Fs:"v̛nI&20Lݐyqj׮a X(`Q@@v$/ bݜc dztDdbRRu]h`Q0$@_XSIVAuT 3A"}Vpt6}Q0 FDS_}M۶N0ɓ'@6-.5v54[l@*k&Q0 F(GCq?/o äUQPO@(`K|`a;@LA#- F(`Zd,m!(`Q0@X2x'GbQ0 F 4Zcң'Q0 F( hXCS``Q0 hN3)(Z]v=!)&r` —X>ʣ`Q0 F-@1g@'O'M >OD jFA`Q0 h /uSY d4F(`'ȓMG(`Q@;@kG(`  C޵KFF O}jmjミdCM[fOy+ v5Ob_f P%LI&́0F.`Q0 @QZL^>fk̴͘;c*V@ec+}?5}G2yM۶B*` (tr: ؕ!!@@@c5X~`n Pш`Q0 @Q4~5`#tq4a rH/z(鵗'%zh8P@.2{fe 3 s`ãQ0 F(EֹK]ϟ>c0/ڂS'N"@Cv#+vusCX=WNvd\f" F(`a tݚ5*c u`}k.>t444zkS3 `Q0 FDu`?{ b ujgO7.DVXgt* m`Enݻv4sQ0 F( (ϛg+iN6&!9|n/u2P` 4 > ڍ֕ ̛$`Q0 FDT-~u،5Zr XCN`] 8!bHB༂|`ȁ"ukS3!*f.]hdalz4Hec&cF(`x!s"hǺ+=vwf+NM-M*qyş(y'ODDl/d4ZGn5.G[LuX?>27?((lQ0 F(9 #`Q0Z @'Q0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(z( XFӧO֬y)yG'O_K!~0m HbڋB4GHwRO0q].]M*`h_ =0:"hZM]mgOyGw`;HO^@x SQP#|?/o𚃧1 ̛4֭Y t<ΰ=y$Pb/!-# hhQ@\z)*&AVHk2W a(d hc Rhtu H<2C --M~SXpq/ӮaD‰_#+##C`h'A22Ґ0@7&@\gn ')!{5I a7`dmڶh݂yF( Fkq`Q/!o`'~!Tϟ7XkCNCPl0~c D1P1_ M+/)_/—f  oЂ;qٵ =|>?$) i@v `d7pHv5k& ݻvCC ȌfQ0@a=BA$"QA/`$scB`( g,ǩ@,oaQh,ymBmY@:(c@LՁ7ͱ=086ʧo]9Ue}7<@zU Q݈Iq+{4gvۚbI!vOncv%N#f@ E`?lt5Խ X/6b4G"2u6 CZK! 1c$FF@p@h-> F(P4:/> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP2T֬9yh8Q0 F(Ѿ8Հh8| `42h'O裋v:F(-iGCa 9#"XҴ0_EA1 ?hg8CiQ0 F`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ@ؽk'>}4<\`$G( k=v[X45>l`%t kKJ5\FkhQ0 H l Xùؒ'OD-X>S`@}Q0 s5ɓ'2`0 v1[&w=M`(@}Q0 Hūj#"f*޵ X?}dݚ5A!!2GTQ02@G( 'OhmjT۳k7mO<~BG( h-> F`5@21)iT5% 70 :bة`ahXpI---4}LwA222>Q0B@` \\!āp>>>MsA|Rn3ȸNQ0 Fm` U# 9Pe`7t@a@g ؼ-p`G( @X o`4:> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` ON8A׮=ylwEi4ZQ0 F(XM0 <ʀ5.2X?o165_~JV-tmfZ:٦h-> F(`ЁR`5 !)ţxݚ`GI$/($lojji[XPb@`Q0 Xf 7 ![gO7PWX Bj> dc=p0V)4 ##CkЂ e)1 FkQ0 F( ٵ[2TlL#[QsIs $h< 'MG<sqs  *v͚ϟ>AT@1hAā~9u$P(@}Q0 F( m҄Du~h,WPXOV¯_l:kw lx kr}4;=xRh|;P `A[]W;}׮=];80d FkQ0 F( Ȼ' *Vm} 4akgO7-|EՖ4㗮XDf. FרQ0 F(2LFwr ++,Yg#jS@NbVٴݻvt9">y$@G(` .|޵ލ^f B1;֬Ey{-MXuw͇NQh[ ~i dh[hۀ؁F:~fFa4Ō!CBx24a"ښU额Q0 h霝}a`USW5&>xHTTl-7]pl@#`Q0 FP4ZQ0 F(C(jk-;G( J4Hž>k&kIh_|Q@59͊Z@Q .XfMtD$^Ah/> F(2 գ`E:W%.x^A U F`Q0 F*\FFXsttCnRT=rG(`U֦m[!ש@*rZ|QNr^C*r`IE@(_->8WQ@*^O5$9@`|`NQ0PU8eIE@(`"* jCE@(KsG(*|PU4ZQ0 ъ|Vჭ"S_F(3װAOy" W˃|hCE@(|K"E9b#l҄w:w"{֬=u l>9@` [  k&%9n򮩫 "t!Xe!>`V@ły ){ FU)^8V'&%4X!"[g츯]I&.7)io`( D)pd)Q0b@`DJvpii~C*r)F\`ϮݮnnƬhpfZO N45޵;!)18$"`E`c <(h-> F(@T/!) Iȑ3GSRofD`  Envpw#z_7 FP4mQ/<ܑv_d ȁ?"i" ֬v!uL/7r%H ~h` *K Y \.e  GR] gkewƳ2.3} @#`(s/&' ,hq5+l8JCs˧OFyZ|Qnne h l pHGMl._ BZ`ٓq4 FZ| OR+ȇeϚ \"ffI}5g vp!̴t2;րedd&M6\?ZQ4ZQ0B  -,@A` J9 hmuH@6YzyPRe!- `X: } Ж@rt(i FWQ0 HD+l= to%*XCVؐ#ցU;f`G(4Ep6փ|D\o: FH4ZQ0d''M@{7]> F( h-> FOZMZrK C FP4ZQ0 *|A h`U(h-> F(G( FkQ0 FN>|m `i6 F(W(h_|Q0 F( FkQ0 F(`G(` h`Q0 *Z|Q0 F( FkQ0 F(`G(` h`Q0 *Z|Q0 F( FkQ0 F(`G(` h`Q0 *Z|Q0 F( FkQ0 F(`G(` h`Q0 *Z|Q0 F( FkQ0 F(`G(` h`Q0 *Z|Q0 F( FkQ0 F(`b Q0 F(Cutg iij Rb@G(:X!ijiO>|v+rc l`PHHЉ̴tY3p@۶";V@-]|4]4`JR`ɓ'Xu (E'ORXM^0o>:T{39 OD7` E ԏ F`Q@>X0o]kjquwT<1WonaׁN "(-#NE[g`xPnn@G"1)2n`EU}BR A]?ud58<@G(L=]vp`W%< Ҁd )5P r2x ^ q7!\n|6VAjh`2k0re 5PYIix䉓N`#myBAb wA*׮W Hm4ZQ0 FA]g F($` Y \ (@ewZpCVxAւ LHJuP^Xn1 @{ ^49JڜKW,`ck}G(4p5` _5"< d]2+2` ~p-s5 T~^@5@{MpI8ǡ|~ ` F`^@ @('ujHXhjinڶuj^:ͮ@AYxJWyC*'@-M͉IpC ]@޵ ZDw +ձz>1Sf6i FkQ0 FN,aKJG |R $`=$!(C`|`G <XKDB:m;0jVPH"A{ki@ע%%Z~Vl3v횴4maa1Vh-> F(֎Vu-4~} Xypk# 2I X#Ѻ P*@!][12;l@Y0o7 mEbjLKT*ȃs T4z(pElF^m+T:ڕ<!a g`VuA> 'M!ɘ:!$vr |2 ## 9" lB'M-͚Zi=CZ@HK4ZQ0 `f"G ؉\f-| '"dG//)3UH"M ` /U`tbq5(!6@#`=EHE>: ] PC׭Y?'5_{vB>۵ \2ڸ{n }52@G(DU CHR>NK냢 j& P'GE; xϟf`ݚMkx FkQ0 LB$9  #@ 4ZQ@5@Z\x"ڞu6jգj`༂ 9vȅ@`P 1fH2*2-Ҽ~:d4d+0Z'rݚ@ePwQ0 G(!g2C!C򆜚<4ejQ0@`l%r]s i雷m{y76L)i$H4l ; @=rȶI&g/dԠ=4{n#=}ca0P9'X ``G(XkjiBO$@7]F! k ! @G5u& -##c;8n T^8,dU.5ŀ!u%]FF@W$U'O wG;h/> FH*%55k؛Ԃ}B;DrK7P%}ɫNHJ4ah &F. X7pM툏T@(d@d/X%qfCyyn!' T"X80̛adCQ@@#`T# `tt'3-^Bay d9rEi 7t U?@G(>y:# wGp4L$w[Cv횵-M͐فukɓ'N~^CCBA!P Dk!*!缺[f P DWkS3Pv8d@`q}0wGeddFp&Y`u2ڱ3}L\& h  )s5`rh> F 4ZQ5 Hîö8CNM Q0  m`` `G(h> F4ZQ0 *| h`GbAh`MeU(Q0 FN<)y h/> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@,A0 F(Xf͓'O\s 'N¹!k׬K=}XFF:($d4F( h-> F(VƓ&L4am["|||>}>trs ky+(DQ`f` sW77 c]@(O I6 F FkQ0 F R 5k: K!\ V׮]`"@`@fZ  F FG(` tB V|||!!k׬9yd;[!vڮ%i%&خE M--:x FkQ0 F؟"`]pzغBӧO|| m(ZZZM͐` lҧ G֬vFat54VB XkkHU ׭Ykti̴׮ut1 R`khT'GhC-kgX*M`_X{Z/s>X }!hJL*hCv ǣ@EAki,st77>f`X[+/7(mqdG|p 5`NLJMr*.]ܞ+;Ѐ=v'nZۑxhU@@(d|W՞tXll! [!SX F( "` מW.G׵AQ:>U8h-> F( PXZ-atG>C" U8h-> F(<"sQ0+AR@΋Q0 F((99S@`Q0 F FkQ0 F(|U@@`*f{G(*9  ?[`׮p4A!'`EL'OlU8h-> F(`a4ZQ0 F(*k$ol FkQ0 F(`]> F(` U@(`Q0T@4`Q0R'֭Y nnauڵOhji#ht^|Q0 F^ׯ]>r^^R7}L!uO.@Q0 F(YT"`|Ӷ?}v FkQ0 F(Twt+VO.6 FkQ0 F(#Zf͓'Ow5i„'NU@q ]v .;< OO FkQ0 F( ,,,.dXI׾zXskk>wbRgP=qpiu@&Cr4`Q0 P4>k& .`m;@G(`(8y$> ݻv]vMSK ޼2N@(`Q>}:y=vKH/7V InZ|Q0 F(R~3wy ߴm+rUw|R"34:/> F(`$:83-(trxGT2HIx}ON-@'Q0 F()u`m1Q߽kj -gO{6 Y-,BFzykzȀ9g_]W  FkQ0 F(;! lȬ9rGRmE ǿ@A^@(`Q0T@΋Q0 F(Ch-> F(` U@(`Q0T@`Q0 @ hji[XG|0틏Q0 F(XyGGD^v-($$!) r~KyI)}Q0 F(#L0aKW,G|o`ӧ%H N@}Q0 F(#>iĚZs ɓ'i$xvu)@`Q0 F(hmĵcJŃCB27"p`^Z|Q0 FH-U;ӧO͛4ag ^MWh`Q0 pENjKY]mx lL0~8Pـ,kѝf`Q0 F"Lh :Z 9. 䉓=}@}Q0 F(#H_v2{G(`D03 Ypg|0G(`D ##'\!3I4ZQ0 F(X65cY0o>D`@`Q0 F([bLtD'O@6P$ ?1) M5k?y"i5>4x FO``Q05k e>y d'%bw9_=8$XC:uY "KgX"0IENDB`PK?Pǔ>>1OEBPS/httpatomoreillycomsourcemspimages470211.pngPNG  IHDR%;u( pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVy2Q0h@#|@d B[{횵NhX{׮uk[K,7X$$%jji G]v W{nG V!@@9i@@iO<1k&[X00䗗 S/ťn]@_E5AtD';{I`ԏD,++P8b42X]XF(bt$健 VKĤDX`<`aMB`t4G}@vGXwC]q8PH"4(4|ܹp?5676z@{zv*D ( q0ԅUUpg@젊P{G3@m8 CD;Ґ6\z"oBڳȭZ-\v`28[6+E #A 4 j?p0|XhWly@>0`5Y ڽk7aQ0@8,bAzh@ԝLaFRT Hԡs4q:[SiQǝT9 8G( hqji4H F+Rԝr끅7/d6;ܳkh@#L5XLdC&֑˝tRF+d=L L9hEpHv,߫a+(i6^vɓ'VnRD.2~x-7k3 F@1744Sun;;{Tt47<}Ԭ>֬DEEO8ŌY3`93PhPh›ׯ)Ztٖ[ -Mz` olۉF@5@[323VC_灥$;;fXu3h2p[>xed# PP@*NM`#GC@EA1v85X#! dXL@zY],MZvGy N`46LH,(Q@-4*K PL``4:6: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(b I&h8Q0@y@<ؽk'OGx`na10 ~ZtDOjGd ~@c`Еy֮Y3&`ԏ-вR c22򴼤m4pF`4کzy[]=A!!RHKUM-h~ lxКZH vY3 PhA hZ׮Y,lKR`:Z h y\:{1e-,|`C53-}4F4Z'Ov灭Ne(y!6 !љQ0`[b9ģ2 'vf"j4:S? |ƖȉxT> `0ԏ)C!Fg$~1鏆(< FQ0Rvt1k&%(< FQ0e]HKۤ@FYIQ0H@N1Ny>04a"D08$X>׸n͚'O S{sS`(6B.{Bh!!xVJQ@@Q@?v}d`9҉,j!=Q0 ѱQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@ t'O"dO'&L@KLJ Q0 FQ@?U^R?E:{GCu 8 (~ZtD$yVi k׬mhtltлA:}O>eI2Lhij!!e($ FQ@o`nai]f͂y\F`-FG`[2 9vUVR lώ`P C5u Dtც Q0x@` 7| ӧO6@ˁp h~ $:0Sۡ@re( FQ0=@XP*I3ҁR=!6 !bt 0I `s TyI'G(@@(xWB&KAeGCi Z@SL`` l{ Mzuk@7m޶u4pF`4~ ,@O8 ,LyC!e(? F`4 d޵ 2tty( FQzFӧr\Su]hJ4p@(=h p@ct!!A!0 h dG@-F]=> F4ntQ0 (4ZQ0 FE FQ0 F(h1: F(-Fk׬ Q0 Fh1J(/)E0}Q0b@dI&t(`-F|||=n`h%$$%BO< Q0 F, (-ݻvo/M5 eO6 ,Ϛ i͍[߸4X n`Srk׬̟749Q0@1)@lWd/߳k7f &iXB:.va"{Q0@+.nc=yd!,&."&''y`ׁR# h d_v ( ?2b>DY1XVɓ`Ӑ[fRخ'4 77$;zCFZ0g8iD^>ϟ>]CjJWe4aBM]mBRh #Ǐ >^QW@Y8lb? ΅s3RӀ ];wcxTx\ P=DhlKcDhǁ wvd@C$"LC/I@X5&)p?d)N!"O驥 A?hkإKiѼN@* >Kۤaϰxӗz>Lm澮VɤHdɂsCv:Kh?)K`)M-xWxn= 5)R2xdOPH0b b/P X:& ٵ2X&{唔@B<{ uցYs YYmW0|q)$:(Ă\ B, B,r* y<C(PX4\tlyIi+_31ddDXm. E`P ,NO68< G~h`0bX<3\Ý&" C@cJ V`QE@]֜$ Yi"9  deͿQ0 y Vy+cC]4%B$3 #rN*"2Hy_㙘DT/Dw?A92^fdz 4O.C 'M8z( s7AM4E Ѓp@ jP xAvNf?~nV\\q__8K4`=*ZKd V[+|!nEEEea‰UWm@le]0#_:ߏj+PHGSE8D7!Rtr4ݞfyf{˝9Vxq@D\X@/2 lms8 lAJȪk Ƶ@y X K#fC0Pb;|`!4FCK ZøR* ̹?5"x>R#&C^l;(%*4aru*4u@*DVFpO8(ǀmk<2R" `P\Q0Z3@69ߠYc%` @,c4=XCLʏQ0 7(`]e'G(h1Jv;3-r>ǣQ0  @`4@Q22tQ@(9 8$de(h%.l`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG(OFbtQ@DGD@`k6@r4(0@`b6'F h1: F( Azk׬ d@((yaM-֦b Q0 h &M|`adnaiaO@+"@,|%)rXC}Fv6``ciVL `󖦾@.kP -M`螮n̚U@gK;ã~]@ĤZz&HXRxK̴t`# (=PW?aDyyQ'*G{kds MpΝz@H{&xzmnlr<4 y1 UlYq O?~L֬^ t<]z2`]&HHMCK]ȱ%db"Z <^szW0ҢAn޼m+1D3!,3h?@`||0zHz-Mi  0lΟ7ڡ#@Y-F;:222x&V`W7(`o+!)QݻvSڃ< ck<ԓ &M d{֓QGTH- %)0 N$Z L**3Qp`M pdQC|-FɬGwt`Xl&$%S,m0["7? -F)jvQ0C x&LW)Cځ !dEجvKeO%=IF||&` X"cuK@o޶56ӀO|_ZFVH>k#%,y lB՝2}eĕi@Sp1 jEft @dW77Hv6!mkF j kh>1lJxAiA^O" `. )(o_X:Li=I-@b)Y^p$ƒSnM"rIψ4Z 57m:L,gn v[!_[p*d%PX_ t {N0xr/z)! ` rD5D/c~: H;R)<X BR0%)IR*o F^8o5X, DI* p$fV#ug^9̧ZX*?bV0; ̓v IITY8`țsP&6&P#iF(@hk0UlM ب_ D$,2VÇ;a mnL @߸v]JFC O5]!tm'L&1Ĝ 0 E/ZMPsb^/EVr Ж"Q;`! 8!^E7W4fdICRVWɈ~e_>aO|2%M( REb@-'.W!<(C_Ȳ]gۉHӿ*ԟY,Mu\IxY9M1;Vie[4]X\:u/x7a _29T] LPs67A-m΋ l w1/LHCV#fovS3hF+>?TмF^8u-ӏU8/Dz:`4u'oy,o =Cԋא/Ac" >P疾/?tVY C n%Ŝ_AI0dC)fAiA{Ii>~ZKP|ـU'JAN\2n/kkICfa݀Pf( PG"݃/~E!(AotS/t ItAqTM>44(Ǩ]V+$uΡ!EmttXsLJSAV*]!,'5)*b СG>ʘY,@$SH:E1lpbpU%4KeJm{N;؅Ekզ}E%s@'M- "@# "'Ld@e5\ wZPd>,=vClG> e v韻tg C0Gu@@ r>S@V,? ]*`# 滑Ȇ.7S '`f H8 Rfç[= Őb` 0&n[`K|{ hк64V6vttkɘT}@4S't#r mLϢ}-2ȶt007=~B o遷s/˥ ʃwƁ)gC^Rt:DB1z ${{W uX={TCKwE|G3Nϛ^$ /0 "Q0 p%iHh4@,mi}Y-|F }uHG@dw| `F \ 2 dG0Ă_f"2H (Ǻ`9 ,';: !Rc^j~k8y솯K0t@n:N>:^xjDB/f{@  r~HZc#^: ZkYW @e3|U`@C w H@ZZ։@`د7mda),kȎ|:Kɂyd@/1-/` 77 *ڤ1dXO=Zf P̮A%6J10 ;_8:rG]0  ĺQH& /%;^]Y2u+3 2h5XJ1Jg52QISFF^!7N8 Q ̡ mm,0dؼm+VBp5k4! $q] i"ߞ6B8C|=a{207ҴI2l,FGb)qq2o.<9 92 < r2Zz,A; ȐsF;>1-Mp 䄤$`}hP$($x Q@a[t$;ș~ `@AB*C!'rk׬u]BR@?`cAu4z=Erf3dhD rv\,7!萳ᓊYȁ@6%%(J`h> ]BO׮v|rq{.eG`rZ DRSt4%cFPr9: % $s,si8 H0FEGy b|,@Ȫ ؚ9'd3u` h1Jf r+hPԻg&푃@[0>~-M)x(@(9`taɵX]g..ޚ84H!i*ahta4``.FWH >lcX!w-P=oY&Ȕ ,s[@7@F[CT7Ǵr ywՌQ@*btj/@A".e JcUv5F(btPHîNZ"ozDs-c(44:6: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F( :׮YnZ} pk׮%$%ӧy i,!n͚X U?!Ϳ~\Ńp(`@P\ X[RXBI&޵ X I`A(~z^A>Ӏ&ttW'Ѱ( }h: FDq $w7!) H.s,\ p` D/!W?RrϮ]@Rs XQ0 - JQ`׮YS! ,aeeҍvW JF8R @4anp HJ'agQ@O@T^B 2uus%6ؙvoϛ"H 24H((\v Xl䉓#`y vu:T W?MQ0 7 *|ְ6>---xd@eDu]-xA9yϚ d,]΃@iΞn`WP4X &L"iYZ 7EZX3 F( PK@`Q .%hZ# X\B:r4x Dv94N:g(`pb)A!X\@ K\pĩ'ያ ց-d!S rќW?` N@)FM ”XJ7W% d70O ~b HC\aMgQ0@P ȊQ` Y@2yD`悌rReX. Sbt\hyIb y 0>>ޖuǕJ( XAf{@!*UZ5HJ&Ll =pp^A ; M@OIC/ӵk֎.`HZk2,eGBR} )Pn'_/ Bk>\]W +,]faaqĉA'V3?詃Gê`Mzvtri!f^*sF Uʥ+, +KUM--, @`i)js IASSWK 4FT?b` N@ ZE`בb5kF{( pْ-CG(B Fm`@`Q@btQ0 (4:6J'9`4F(~ FQzQ@9l@80]IENDB`PK?+vFF1OEBPS/httpatomoreillycomsourcemspimages470213.pngPNG  IHDR`^ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVyDI&޵h&D2铫&X &V @3@+CTeddF#np@!r YkSstD'{v\-M-H3f ͇kAQcݚ"r҄@)&R^Ce'N-i7($h# ژvhQ@ GP?~,+.QWys u܉@Y +rRv 8~bP4.ի*  ( F[C=ݛm4o! O>pW}5O<]2 I(ڜ|@.ng̈́(: Q0 hXB5x_>!)X<8$R[ػ'L^ /2#*4c(@@EH֭Y Dr6V~ȉ)` `c!mgd,#΀G( F!SR1 lK >^>^HA lcfX !!P`1< VL0 y[:LB:Fl Ѣv`Y,JJX XBm!ܠ`d.k7 (`c TT.pOAvMj[qkj$P1Ubb'OKJ"IIh+F( GrfS(,)d.I# CA `-jG( FF( FQ0 F(9ѢvQ0 hh`-jG( FQ0 F(9ѢvQ0 hh`a-^hmc65_=:gBhU;rM `ݚ5rvQ@*8y@Q0 HNGaT$@jG( FQ0 F(9ѢvQ0 hh`-jG( FQ0 F(9ѢvQ0 hh`0 Fpi4ZԎQ@5,gG2@p}jhʠV `؀uk֮]4ZԎQ@e,gGC!DiQ0 F(9ѢvQ0 hh`-jG( FQ0 F(9ѢvQ0 hh`-jG( F0(\E's >> Q@E@Q-5ZE Q@u@E(ukhji|`0zѓGClPhQ; @ 1) H޵ F'yFClP Qh (V(`hQ; F(44ZԎQ0 F@`Q@s@E(` >} Y ĬUQPDn޶u卶7C;SqD(h)o+ȇJ,V ukUjC X?kĤ$^>^!]H Q Q0s&kΝ@]i#0 ~/+.!I׉ǁ#Fhj 9 FjG΀mI& Y 1 kD;D-jG|%Ԁxdxnx@c5!!WA[?/-jG@ `xtHY`4FA@E(ȠA.A^Af݀; 4z(@t9<$۶( hQKv͚uk֎( h }@O}l>v(_ɓ}G~@E(ZZZv!֭Y;i̴`V( h vZ77`yana1:@$ +ȇ`c{}t( hPYxlR$0vht(ٵ ~[S7z} iBѢv0ٵ{Ӷ崙if>R[l4:0ZF򶅠'O!4/wݚ5@荹VhvZs a۟`{n'Om[G!< F v ,5N8c6&##r ݧBBF$-jG4\)>ڞ F -Y`J@NQ0 F@`Q@s@E(`hQ; F(44ZԎQ0 F@`Q@s@E(`hQ; F(44ZԎQ0 F@`Q@s@E(`hQ; F(44ZԎQ0 F@`Q@s@E(`]xd_f4z^H>}ڳkד'Oed]ܹ, wjɶ@ OHJ$`XVRtr*LKɝz ({ Q׮Y>Hs sB֬FD 0"Foy~ F[#s~tD$+s{#D}KS3X%r ,&M@5bXTs`A<ت4`p=XSW p ~>>>^`rvX-jG4iW@4iD<[BR sah\ ЄGCZjjQ:rB0`0K[y7[hQ0@#I ̢EM`a,ڰhe r\޵k.7OrS XRb20U(p@EHCF*òMD֬!]C炣OMn 4a,+i R ZfyPHYLI!~.d OHJ %k'O$؂IHJ7B+0Gϛ,1 /aV$\dhfX۞X;ChQ;`,+)R%Dx jRM YY`q ,E-MSPxF+X@K(K`42}t9Z,+z!Ky4Y7g̚ 1ǴTbX CF-^Re،zX"( =wU(ѢvD`&MN( l3 V!7`fAPHZH &5.n@]@:-B$ %.I!".^Y` iKX`U)7o L% !kq,hk|y}`@#KX`AiV`Al}"NKKN Իosɛ+I&`ЛXG z F.@AIꣀ FW &-0{ܐM.9GĔt-/W2u- 2PAW [`$ `"H[.]T@eɴ4ZԎ q /-M ,=3m@{?lMc >r!@k! X  ,0A7%陵54a0A5 F~Y>LPQPs3Y4:0 FHh8 Ѣv4>@ FQ0 F(9ѢvQ0 hh`-jG( FQ0 F(9ѢvQ0 hh`-jG( FQ0 F(9ѢvQ0 hh`-jG( FQ0 F(9ѢvQ0 hh 7^2 7Ѣv $hij-`|u` K@,A0  [ؘ\bna>Q0 V(0{n[#]Fd W@E(0si|[(h\\EmfZ: Q0@`@BRRpH]ll'M8 `-jG@Ξn>>I&2 +Ѣv 0 ٴm+y D2 %Ѣv <jj׮( FQ0`y!-22ң2 %Ѣv Xf-|5k4BBFe K@F̴t` d mlW(J`@: FQ0` !) FÁ*$yȻFU@` @>1 h`8v 4:-6 F(44ڪPQP Q@5k֭YKZZZͣF FZ:e`I&'N%8 )Ѣv $XfOA20zyɌ= #Q0)1 7 +V(HmؘMHJ-jGp4ZԎv^ޚZZO`@ >}n۶ٙi2 +Ѣv $Xf&I{ĉ׮( FQ0Ƶ%|||wtv S@E(HnO>޵ut( FF@`K@h hF(`hQ; F(44ZԎQ0 F@`Q@s@bӧOmDΞ hU; h -̑wKLigR'@`CFQ0@jGA^A'%&-SMLgOh0! hU; Ϛ lf#NK@GP4ZԎ: #K[`Y^RJI&`-jGLLJڽky*&Lj+( Q0 @~VSKa/!<h`x-jG]1rɓ'C`8-jG]d9$m*?o]F hQ; ehpH5kMk"XSKv4Fp4ZԎXm!FhG4ZԎ +>h ,y!Cw1h V 9QpH( F7掂uϮ]0o( F[` d`a5k _@E(H-jGd W@,k׬ݖXAvFSN8D [X|i҄ AH@:'OL0QZF׆Ƞ`Z6@|kwj:dbG  9@5^p@29`|`[zt('i}-Q0 h:lVΟ7؛u `slt(HG(.LzӧOkFh> ߰wiY ZZ_b9x c4F=I;: ; YZ/<B?| Q@p `e`5.Vy`mijvushQ; Z2dGGD·- +Cۢ> F^ZsgF((AkS3V^R:iD yڵf ])Wݘ; h i Xg @`s 8T͸R6 FUYy:@`Q@s@E(`hQ; F(44ZԎQ0 F@`Q@s@E(`hQ; F(44ZԎQ0 F@`Q@s@öQ0 FPC2"f]֬^@+F(4*axϮݐ>^[遥0[E i]-5LK:/4,vAA!!@#X$$%eL5cOf.7 Xl]4)CGGDEHk,-[--M\PT:؂@Hi6B7iڊ2v NX 0F+Hn~%!Zg=@E:&:.T9 u8H&^k! MX^dw0"ڵAD ,E-|!o$rv0 z۳@7`BAMZk E`|Ux^˾RXJm].6ӍR2< `qO4=i7< vMAl 4<2dlwӧPtW0z V ?!XMo *]*NI#D%AZ5oarPS:_%5Dr !Xwfo OL >noOx˼ .Ճfo%kU;X@8*Pt9a2ApaA:WN, t*BU-*"B;1ʇ \dkmBCGto!#f|8s"Kx' yA D Fe~7KgML+^9DZ-5$A~In[hA@x*Ψ}SC*FX8\s4yսK|Α̐ڏDMUa_o -&,KMQ" s TQ82XC&@IV1Kg@dN]BvYI)!!-6`!I҆p$% o@3 @Ch3"@U% @o RFz$I<̞8 k[X: rhd?gw {d5}j!-0`tӳ¹+1) Ҷݳk|R&Y݆5 #-!Elrn޶1~5xf>8 ) ˳EP%UbHG&4`] p_Pe&RؓFm[mJWT,j1"tHf h~2$($q,pQ(v@Kԝ^70G1 t& ZV1|@ҕ>p00%,0ۃWDMFq Ce̛HU+dICH6dWHSw=d# ں2F9 C!CA-dO+fK <`.'_/oE@)4RJ% 1eJ. P)d f6!*1;^d-Dfm8PQP&--jK| 8Chk  ? ކEn/^KE(je4FKH #k䣤F4`Q@k@E(`*jOFcea %@ѻ^^R:i„֦CȆ!2 F(ZrA5Xeڇq @t-j,0ATjiieCXzQ0By[NX07 DXk- g5}LG(5OǓ͇w @t*j! `3VAx(xlj7< hSQ 9H$oQ@ـ ̃Qƚ :JI 7V8q>U"ȕ𨊎 @@׮Cq̆-vԩ3^`9[^R: [ |$tԓKR^>^i~rx[SW8a:@RB>1a[Bl9\ 25\C TԂO$h`-ӧ44!15gBۚ ,"w4Q@p|`r /!s'M|W r ,!vbJ ?@t*j,ׂNE.`M( :Mrj>G(Vfz.zׂV@i2y;`] >smmQ0|v&Z{`ƿq\h TtsXbvE'0@sQGQ0`ݚh+mXȦP(|ry 9<,w- a@5@ڥɺeQ@@$-# ?0ﬓnQ]W !Hj҄ )0?IvݰDj!xa`xĉIW " ``cyrd PqChyHhwN(_҃مE\ɶ l³-"薆~a@0 [hõ@rY b>ȅ4~&hn 1ax1E*agm- 4z (m? 4Lj=_%Ekݚ5͇/Z,h3{G( FQ@o,C婯7[[,JJ96,"( FoaEgBR  b1P肓Q0@``@phs-x}LKd( FQ0`5Z|||ZZbwm; +Ѣv 0߅,jGUhQ; Kut( FQ0owZ8ohha h s+uG( FQ0X dZ atl '@G ̓$䏶dGp4ZԎu ` @`Q@s@E(`hQ; F(44ZԎQ0 F@`Q@s@E(`bQ0H Fa r? Ѣv ڢvh ahk X(`hQ; F(44ZԎQ0 F@`Q@s@E(`hQ; F(44ZԎQ0 F@`Q@s@E(`nQ0 Fw厂ah( FQ0hcF4:V; F(44ZԎQ0 F@`Q@s@E(`hQ; F(44ZԎQ0 F@`Q@s@E(`hQ; F(44[l|ɓ'jTQPDn޶USKk4>ΞH #!)"hnaG P6)wݚbvCGCa@+'d'NhW7f( FQ@',4E7iGllG[ģ8 4Ѣv @N`iVbNRQ0 3N2hɓRbl^Ah9; Ѣv%&%޵kyx]vm҄ɱ#kG04:0 |)[a@rӶ2225 V(7>k&_YI)<Ŕ-/)}IgOh9; ѢvZ`öMjywJLJrus Q0@ 5kڼmhah>}ɓ+W8wtv K@``_WO7Q^ lVՎ`X-jG`c6 X۳k׬  &Q0@ iwKW,݀; +Ѣv 0,>k]`-jG( FjG( FQ0 F(9ѢvQ0 hh`-jG( FQ@+ӧI&~5ׯ]#Ֆ'O ~K!`hQ; ` D%'OT"XL$֦r*/gc""M!`hQ; ---`![]Wʙ|oc5)@FF&($BCF( X//PW~Q@V(p5C` K@Q@2x 54 "w]C^z]@̴DHLŐbO4f5!(6zT(3V( ˬϰ'_/o`,ZkS @rƵ%n ukI=v[|#qȺ@) ۰tƂy0/ F[dlۡ,,!S`ضET2&-# ,X!3WgTQPssqsCEg " ,78!r(5DahvP ^h}s84b " bnanqO:uQ@@E(!!6#d-ȧ‘ I@w#oy> FQ@8yf1_0o޵kרx O]\eÐe FQE pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVzygLHJ2 edv=susQ@S@(LK+G6ERF( FQ@ ,Cة*N<~ں5kFy Z@c m'8 lT.7,7mXW77HZVR ,?} Kd!:>YSW+-#)ʁz*?%&%BG(btP3),llX)mKJϛyV{]!!Oi.]@\ n4aPhΓ'OJæϚ qwgO7  ڃ TW$#5 #Pի!\ pYd.ڹ}1Pիp&{khA&Q@ ѱQ@lۛȽ~`I|)d!`P$ WG4Z*Ȣkcmyirb@!Ѩt4ZZ`AeHK70gO{>Y@tڌ,āVO0.lՎF( dOˇO׭Yl{KO`l[2 2 , ̛,=!˒+DXHpi*##,!\Ⱥ%`[^R dKFdY@CMA͇Lu$ hM`4@vG("@(`Phph4O-k2xhh4z4(!IHJjij2%HQܐFm`  Q0l@`\(N F;)x38$Ν4aZgD줩 'O@zyO{ F[ehFZzpHd+5kZ;{9 ):mݻvA_bm[{1/}Y(h5: 'Oz^vD>-r!SR G?eN92 rjdoh؎4Z:Ü e(4\䉓`@` ͗vusYKѠ (0inaDO Gw.4bka҂x@&3mij~)!gB  Q@@Q@C;>X!NKW,^= wC !\g+׭Y r.(?c{e=Uw&a h5: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE XF>k0 h4Fa@ZI )-#3D`:GCa '[`tr>>(\ 3-X{Mͣ1 N(D`҄ 'O+(׮Ycfa2,`ԏhtD;ltӶ2`p-FGrH8r2$ zykjim޶u4|F`4:6: (/)}IgO7|Z XՎhϛ{׮$W77dqDv4F4ک w1;` 6@Q0X>ffbU!Fk N@(H ųg"&L Q0@`5k(8$mH I& p (9MM@m$ hkt (+)]H+ 'OG(< FQ0vI: OHJڽkyFp @Q@o,11)i] `D[܂G 4کzy۶>y$3-mtv~ ~@(DXzyy>ܴmhw~ ~@(\د,#IG`H=i .hhi`m65_vm4Fp@Qz`zڵ(>ZI(bNX.]|4F-@tDh u`Q@btQ0 (4ZQ0 FE FQ0 F(h1Jh Q0 FQr@yI)1G(#h1Jfk4:"r5A1 F(b6 Faht=@SKo҄O< Q0 F, *F`bšQN N8v9> |vhu]-ʠ'_8<' u}횵zzҩ lg<1WZFX:qOq,K900>%>%=v8r`As:b+6|v,Ik_jٰE1W@CLA D)pl Gb20'd` f2($؎[f-2bre8t&@p*+) qtJ X}SU` E@c̜BHh#&L$”l@hr`(ҩ80WQbRֶP ،vl〥PŐ@]@- n,D P (7nPPM1`52DL`T!M@$׮뭄Ėflg7|^YO>kjibJU m`G( &x R<-7k,&P`heP$3-ڵk&:Yc 6&L)` h5@?/oH+b ٳk7|;P1PD13Y (C%) г'C5!$J4.^w`YukCM;P'm ($@ @YqǏleykW"+صs HTx>^kVsO?4Hµ[ @]p-@ƼsŁ\ Tw$DBB HMChd`p݌JpadD"_&OF@O?jA(fWĂUBVquc`;4($OR OK HM2ʀVA!D+͸C ú `kd_ Щ6)dS͞]⻑Z@ Xs8:6 y]( X{hu]o`nX Y^]]`0W)+ъC K^`XtΟ7 `AvO/HZXX@ls1!<%~@{K: GϚp|8doωxU!hR>} u0/#9F(Ĝ2yęgyϟɐ'C/ilK XgP'3@Ztٺ5k \` (x] H-j,[t@ U''N$** XNAFn+ȷ`-$r ^m=N `,KI(w _2px Z?@׮q0+`?@KK8<  -y-QVVfMr߼~À{u F@1FdI%j+H IĐKIjh2`@= iG( F#̟7TZFf `$ҎLp 2;F(C hk|y2th%$&%V? F(ԓjjGCG(@Qrh: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(9k0 F(-F-MͭMͣ0 FT//)  FQ2yӧOA1 FXfMfZh4ZR#"GS~ɓ "`'CEǷ{׮4 h%[Xtt*0Ua,lrx5t:pKGEAG,D|҄@A(Ш'`@F $yyyd@,A@6 MtD6&"XL5 aPHKL`0"UWsM!b z. w,-`!ށX 4R@ĂK]f- )`I`@vPH0݂l҄ w@FFTC .]j`&)_/o`EL\^/ *4H NLJF,0.A`< u:(T` nX[4%PyUٵ  4 X._v=hkIV@ b\7@lH4L2+d"Ly;G@Z"߀tMvV4{:|l|Af`&0H@̇+6(f ,e(0j`-,) G0`ed0LA-[-)a]t<43i~Ӷ@<ƟI"`}hOJ$D!O50e:"' 3vs a=؀ :,` j60 8,,;2Ix0f #˳Wr9֒T'{jyAu}},gFȚ W+fhGy<ϳUԮHXu[{[k[ ӾjhXeglWW7s|3wu9Υ1 \pl qWzi @Y^!*<S|b?Pj?~,+.O.8q8.ZkǏm@ggMC'Z<8J$g@Dzvj;a'~v*<$f*B C@^ KKa {k 9td]k+@d`sڎ'qeys璚)5ճ-Mn f!d^VY < @@,dϟ7o>@ H`m n˸)d U+B Hnȍ7ۉ|v d؍E.n@V]*_&Ti"'ihh 5&Q\3 i؎0͓jH"=;+N~'Zr a mYAAspCv$&; Xrz9x䉨Z0$Nan}O"4n>wNn qV7[/Wl=СOl(t_W$C|,8`8K!7Na[qfǯ'JMfplfff 7,?a< w{[9jN ߪch%cc`ыPf8{YlJK*β Li.?)~_!g\mb0Y[^(@5ꦝGТ jFN.mh}5rdynb8V|c&\8Lz4|sH:HT,ͯۅI D˜n@@wˀh 0sNЫ VV|P`+dè6`@0I.y(.ltڧd7sKR4c̨̛p|dZn: Hҵ `Ŋ O$uDjc y4^DvK*DB1 icVXȆ#e"7 ̊j XIqI`̈́ !iC ,G gRmkD+IpA(Ȃp)x(7l*eu\U/*pN4lNB, $5 |,,~ w)aȪ@o]*`xAF!jjw8")Cw%IJM}; + \1 t3L֬lR"=S[1 B@/wHR9C(RVR '!፦pgR `j삡zo4F-~K Oy@8 me%@aTx!nIZZZj Nb3IpZ8qmS|;]R 'ȣXUSr;w"0!=+VEb$(9XLiATLv0 C؊L5 DȂ|%;Py-blG;'OX4 (z7B0 4pGLOM* '`>݅L4)|-ٖ%8t隶wOG vpU t]/Whh9̋?q@TJaz[X4Nz8pA`u{K2q *bNQyqªeYG*J@P(떑/[)O¾,ɣˬGP0OPq&y @PQ>_F(ł^DhRXky"Q T|)?% ,j.?j9B: lP *0zP(M`h~Q0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@(`Ph`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(b!['5@ƕl^A.33҃B]F#fQ0T@_Bn\IxE>>>M-- kKW,HO?!)rOKJ9@'Ȯw?}d-:\X0lC`AbÁmOHPH09޼k׮Aڪ)!= g @G";n#@A` o{;W?`L=AM4E2?PX¹'ObkS3PH:.76 l۰@!W^eZHO$I6bJR7 |HHQ0 3 ,v-ېy` N9xӓrI?p0$XCڛ/`_2 nî\`H$4 226 ~A2̚f֦f̠)7o Dk!ipAd`4hG? FP@-"||}EEE;a߼~} `_t)Phn wޛo(++E_8(nfa9``QڊY/B@/oݼ R?}O5uu t'Q@k@ Z(Rd=kOQ@6 h e4@.C^0 F( Fm`@`Q@btQ0 (4ZQ0 FE FQ0 F(h1: F(-FG("@FM Q@5z-F`@`MO3fIENDB`PK? EmEm1OEBPS/httpatomoreillycomsourcemspimages470217.pngPNG  IHDR< pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV(((4`Q0 h< F(` :xQ0 F(@u(`Q00 FQ0 F(``@`Q0 FG(`4ZQ0 F(h`Q0 h< F(` :xQ0 F(@u(`Q00 FQ0 F(``@`Q0 FG(#^< G(>}ڳk'edliW77 {{׮;(< F`*ukDGDutjjie/7o]<5`Q0 \45o޶knath쌂h< F(VjœBG'tG04ZQ0 V.nnXe0rm P_"+@4a"ZO B`0G(T:/6mmjT^޻w킈Fz{v*/)LK",\j҄ @D@9k}?/o2H 4 R% њx f@`b*<` 89 JDGD F-@`pҩ2S;v)Kc7 `4ZQ0 Y3R C A(C?S H ݻv[XH`G(:oj5:"r]*'&L\0o>d~7 ȀX֦殞nȶ%f$ ҵvg9( Boa[N@LE 5=dDz7qQ0 0 Fp=<`d&22JR#;||HkS`u֯ztݚ5@@-h{vO}utz E@u(`@kSVBR"x1 ಒR>>ބ$-Mz(= ҄T6?}\< F4ZQ0 ד'NZȈ46V>1gJ`M tR%@kׁu0×R2Ph< :xQ@W)*˥+C1n4|\yz!h` 'O!}e"kQ0 3uѣ` ؗ!& E^` -@u(RGb)U)`LKS3D]^ < :xQ@s)[+!Kdz!X>y$!)qݚ5 ꊏX+? TBfa.[43D Жuk>y< G(n`AFX@G(`4ZQ0 F(h`Q0 h< F(` :xQ0 F(@u(`Q00 FQ0 F(``@`Q0 FG(`4ZQ0 F(h`Q0 h< F(` :xQ0 F(@u(`Q00 FQ0 F(``@(DGD(h?xed-,FaP`e4F (`O>M0v4(Fp4:= F( 3-R2҉II1 %ѱQ0 F`&LV|||Mׯ] Q0,@`A -,6o O>(~ FQ0 FXޮniΞ'O{ã!3 :xQ0@yI)W@[pH5kh4pF04ZQ0 ?o]U/\VSKktbx ?@{F(H`w󶭸X7V`xQ0 SYI)Ӎ) k&(6 FQ0 F3VA!!nnX(`ZLK F+yyM۶ʌ8 >:xQ0ɓ'ox70~79g< F4:= F(`9c,O O0a4FP4ZQ0  II&L]ۀQ0 3:xQ0` 3-$kpI`HpQ0`KJM۶q(h?xQ0`-1)iyO< !XC#wϚ9Z! htM(` AnA>fmijN|0,7؁V*|4G4:= F(`╖Yb9Upśm Q0@G( Z`:iD*?}T Q0 @`!!nnAf1< F4:= F(mƶjݚ5N0h` zysO<J9g< FP4:= F(,px3RWOh<  SFX(NQ@gI&[[X@[FG0Ĩ,0 F("wllG\ܦϚ98`!!A!aAЁh< F'#"[` YlӶУ`U)-#ra`W?iD` 9r4a htM(`0`M h'a W@u(`ΞnW77`e<`7ik֬[v4 &"@ <$F04&'0FF($Ib Z@aFg8F`K`Q0 F(h`Q0 h< F(` :xQ0 F(@u(`Q00 FQ0 F(``@`Q0 FG(`4ZQ0 F(h`Q0 h< F(` :xQ0 F(@u(`Q00 FQ0 F(``@`Q0 FG.@}Q0 F(? O>-7? }]Fx O>C@FyI5k< H>>+,FkQ0  u04a"tddd53 X+ H4%@)i#?o^pH$I֬?oY3V'OiPH0uusQ0 F@Q:}5?/``DKW,wqsV;h+ "A!!;2ᦢ`c )-xkS>$Fmx =&Q0 F(@@!}f"zOJJy,R̈́4-}kEm"Db暺ZLeI~Q0  nYk&$% `2PٽikQݼ{.*41b0{# xU@`Q@ j쬋ۂyE9~]x=c:X\v]FFcz]SKI_kA*``4 b \蒓'Nb:)؏_0o~pH0 .:"Z7[@YyHWO(`R@T k`VsRk8BXXo+K---`7| ^+-F+`x8\ݞ@̀ցg2n*]f-l1Mh FwH ԒQ0 F(DI8 J JJuX-\"` Yu5`2 h!oz.`M ұX@P Ivt3J ғ_ UQPoPH0w D:j`CddNƏQ0 F@" ,OjjiB`RB .p1& ՉD֬A :./#aӶ@@1:GO5ϒ77;XL@w2@`Q0@_C*NLY+fn(7ӇT@Y w+OMV@O0d{WˀH d{Xk\`5 } d5r7T0VQ0 FDX4Έ8|rYw!K`u [,`{5`@(3P{5xP_\ gh  eH +`l޶0:>2F<Ch< FN!?u0Ȱ0:9hA4 ؑE^O׭qi(4ZQ04m[CB=cM'/n.P k% h\n IIk'gդߣ` :x!D\ o3[ˢ7|`'6ŋ G+Qb"]=:3-r)(VSK>@30Kp "у 2:x$W'ց׼Q)Jvhv @v/pEJ҈B~v ^- z2JO\׈sj !I+D0vQ;5+0L3΃-` Lg̈́\݅: >)H|,w+)g!n@3Ig vFLjC񌎏?#PWˁ ʊKj0:Av;@] M @j0;PZfjP0ǂ f"%-)N@-a 4qxqIN@.*s"lisc q$5G@T `JTO`q|D\ØE0^l;:h;>)\؅̟'X `@8rH}$0!Cx6K 3ۑGI (`r Y#/b- V d'ѬvKILY :آ'#-r5D%0 gyؤ Qv͚!lPh<4D<+  2Zh#:78-W)j׭Yc-H܅ >=K{ƞNȊhx%>#f86 ;aAдZ <Ԉ@@ݳk7-V@ ĤD9i-p7 > +`{b貲'4ZD`%@MM@uo\R@P hC+Fr'B B닠|5ae@ wP  (@ނd` ,j1>Py_@dϒ7~=Y0{."_0$wڍk0Ldd! .@ i U7!kjim4!od5Gkt!4&kԣ:R  LJ'OF=XC&NHيF^}4wVa1b` YSǕ=X]46Xyyoڶ \Ojxv,1AEgK"oo½ɓA22@oBn0Czp3eۘ`l3Aa.ȗiak  h)Н@HjQ@Әаyjgz@u(`@PT`Q{X<(($\ۙ/U~!"*dj X=ߔ@Оtr\M|{.x0`IA|U)Zk@ zb7rX+#dtZ\[DAspR@7@NoZ_%y>B HdsJ( FǢGzXn޶Ð 2 'B3!CФ Yr0rF>0 pܳk7Bw`S`X ܐadZx5v.qHXˎl FH+nfȞ=NT 9>ZL@u(@RBl"H\#Def\hd/| dT<(Ml!lAVA&`a0pv*hBpH0$ RbQH044!`-L@cѣ? d@@t& cO >7.EڝIr`g˰1;}_}:4Ǻ)yloKS3 xĉh߱os/OC:Y6U?!zĉN(GWB92hs3RӀ r:rxu lfR,d8dA>| r 8dg70 y|ݣ`h< F& /'[֡!캢]|pt:=!ht](Hl޶u( ug# }#"5(g hׂE޿ϛ/ >.nlP'!3rr8Tt(h< > nL, 0~-Ic |U0,F Q0 :xUYHoJJх-i''cR0ȇ^4 .ZKJ!g)CNre;>`Q0 FCOH>ޥHHJ"`Jk(Vk@C/Z v 78rMr (` ZGwh<m+_3&[vZX{ [ ;{GG(p Y` F! -RϋU%U 4bt|iQ@ =c#@h_/깆 H"w4ȃ  RH.`QgMh93uA`Q08@^˄$5uhc;* DB f[&` 4dt](` :`] U>k j;`LI@@Ő^e\&LD;xhQ0 F@>}A։bΞn5i.nnB?}|9aO0zl(`hL+`<`mGց('---YnF#nQ0 hؽk7d1FQ~i Q0 F(< Fϋ~횫h8Q0 F(h< F(V]}bh?xQ0 FMԑyOu02FdD0 F(FFfZzPH0/  1 FQ0 F(Tj#"f FǢG(`P|) MͣA$:xQ0 F`5@21)i{hh`Q@)8u⤖DGdht>xQ0 |m k41m PM]-IiȮEv'-,=`݀ȄDW7؇G(``f+t!ED% T XΞnU@`fa P5a]^Sժ]+c:j8 h`: Xq{ ^uX/`:IKLJ:u$ڗBcu$ cWO FG(` /'dh_fy5".k@jׯ]84ZQ0 F`M M'M@F`XB:q*;}L`63-xGBZ G`G(`e I&B6=K` pf`m'.CIV4ZQ0 F%zXꍘ r-PgX -Z0<z@9$@`Q0(dH+W0d(R +ĩh@kS40~@u(` Xf؉ٹmm1v!Nh4ZQ0 F VfpyI)z+%NdE7Sӣ@`Q0dy ֮YT0 tsF멏Nh`A n[MK91 l(@zGb4ZQ0 F`R Cv+Av"!5Hddĝx`4 =rQ0 )z>y`|N«B;G4`A H;%. {p:5 21 Cγ>b@`Q0aHwﲅ^MH<ѱQ0 F(X8rx/0,I4ZQ0 FQ์PPkQ޵ɓ'4,bQ0b|Q08QOe1G<>} le` e`PHh8 *nZ/l upBRbyI)7Y0PhdQ0 F2=wb'N]r^0o>"h`Q0 eo~ړ'OP'5 F(`PʺD)'upukǣG(`5kO]4H@(`Ȁ360!wt(` VrX' IHJ4a%Ј-5J sB] [!GWcQ0 F`ɓA[!w\܀9 B!]u 'Q0 F@ukryw @X΋VÐHS;F$Q0 F?FxP eRCF׮Y3%iQ0 <}򄏏<Ƌk&~Q@@ù LRk׬&׮F(`` M kjjkS3.@5ZZjXSK~&1h0!UofZ~yI'OxGo` G`_,3O8'$%BjI& U4^HBzG(# T^v-:"XwBf| j֯b'KW,S` )]׭YrkjFih>Sw6 F( ؅V@vgO7A-@e%XBR @Jz4i hȞdל4a7d5}kBj\ 2 )5 h0g qWP@Ӫ~h; F(dtu U3JO=& 4 9c/RC: ͇ p>;l#wfp) IIKF(þ&sՔ9u| C#!ʞ# l% ~Ӷ3ʣ`Q0[$`;yD<_`\@ h" b$YbyfZ:dK.P+p0޼D*yȷ$ml`Q0hAPHĜJ!N[u-r 8~: Ȋ-b!82Nz XY'e)U: _wQ0 FPۀ5kx1j߳k$t-:ӻ̑V{V~iM NH wm,/)eD`ǀJ,O1+r- F(.gCr,q݀ӧ3WZF|c`֭Y }\B"Hg86)?a[ [_1vVhΪ(rffR|Hr 0€V`ug^A!RSCt5+!ue@BnhTG(`'Ƥ ֮Y[S7zz;VPgnzށ @,q3 F(C<}DSKr]j0vxBbAhx>}3MD5j45[K4ZQ0 F:A!i$B`/Xk\[亹y(DdTVPX4@`Q0ݚZZO"躡:XBBU. ?:.]YXC>Tev4h< F(C @ B֣:ZGٵ '/ qզkkpZ8z/@`Q0xV-/{ytD$|t<}R"ap@1 Zy@`Q0 e+Q`?XFFfϮ&D FȠ4ap)0@ d l͟7o҄ QOx^f6 F(avUZRO*93-r TK`_X R!!@uK G[6@ L ȅ[N,LzyCR WQ0 F@ &L8o4,9[u*6>k&_ *\2OIֵ-M~"w7†u(e 4"h`;Qk`H||0kbi038 F(XAPHyO\C' ?b] b&h(f IGQ0 F(#kާOC#r8R\̀,(-#/|F(`A`2[e+kz ֦fmap 2ySˣ`Q0 - zI P/,j3qjy.Z6 |Ǥ=`Q0 HD:RYABc^t!'蛏(`cѐwF-LŠ؆ +܂'N[6($f=K@.H]knaax9 F(`0 edd51OV`+WL0,ZmU(`L-xtp@1(`7:"Rb Q0 F(9`҄ Iݡ='[Kh?xQ0 Fؽk$`MAέp`@G(`׮; |5#J40wh?xQ0 F\5 >}bޤ4`=`W7ȼ|3 sHx0ArG(`dΞn_/y@; FQ0 F(Y 3-}wV }o `@:xQ0 FVJ/8$dϮ֬ gcd@` ՉQ#h?xQ0 Fpus~7^zX@u(`,|ǣ1 FǢG(`4ZQ0 F(h`Q0 h< F(` :xQ0 F(@u(`Q00 FQ0 F(``@`Q0 FG(`4ZQ0 F(h`Q0 h< F(` :xQ0 F(@u(`Q00 FQ0 F(``@`Q0 Fb Q0 F(fk>}s>yJ.'N|||ZZIS@u(` 7{׮I&k5@VՎ4ZQ0 Fpy'Ovj -,ѲtrcϮsusKLJ IZG(`f:.7?!)zHU`WXFF{4 htM(` CwOKJT HL= (4ZQ0 FmbR]ϛGI&@Gh`a Z__%4a"+( 7G(`8rfZ:n%4* _=@`Q0dՓ'OL N:xQ0 9l4ڽk_8?oP ]L FQ0 F(  sb jGC FQ0 F( < p@u(`;aX{O<閑 4zN(`9 ^f Pm4d h< F(#{׽AHN8ѱQ0 F(A~%=i`@G(`dHwzh`0I9 rplG(X`na1z`'O!xG(:8 44a4&kQ0 F(@u(`Q00 FQ0 F(``@Q0 Fp֬?ok ܧO|)!) (T` ݝh< F(` :xQ0 F"x Ѡ@@u(`DvU h`֭YӧѠX@G(`8׮޵ hijڳk7tr>>> 2 F/':xQ0 9Ajii)V*y4h` kʬ4:< F(` :xQ0 F(@u(`Q00 FQ0 F(``@`Q0 FG(`4ZQ0 F(h`Q0 h< F(` :xQ0 F(@gUQ0 F0O<ٽkקOCedp)U.7/($r()~(` pڵR`ݙ+ hijd_d) c@F F`Q0Z־k^A 1Gw|RZFz~3P G'}@G(`8f`=֯% & P#O/@`Q0̂yaɠoYa`^hh< F(TR '2AT b 'M\+H@F'ht>xЁOD Q0 Fut޵khV3 I&L( S_v RCYk= 4D24`|v:֔DY5kM]mgO& т% hAjb ݭDu@u222ׯ] Q0 ,ᳪxV ((BUoBRdKhX ]ɓ'2c>`Uמ]- PB֬)+)JKJ΃s? ^Wґvpu0Mt4\ !)HBXeI쬅ϟ>@)eA!v?(1ER4: h\mvl5(yll#"ɀ5gDzIW7A)wt F`Q0<ܽk >\4 h< F( @ a Tgtw @4l>}t4F(thȬ]6 d IO<1mt4Z hji aG(C kJȅ@23-KȸkH,d~ȆZX鮞kP r'P6 w킬 yj6BGQ0z V*O_ 8rXB-Z/} ]@]B@`Z3 s`G( -0{MAH/s6`m _ >M r˄(= F`ZW77`R`HI&̵H\^R*##}`cˀt(x@4l~T#eQ@;ɭHb` *?4}LECA!!OGׂ@$&%ݸv}-xyau]hx``"`ªF r 2ƻ hd@u0m Z:&` B-nkVkbpz#!d/ߺ5kh|@@U ϛ7Q0 FWբIg:+Q@$~(`@&zWlM0X( h< F( yd6_cZӧukB FdQ0 F II@b{[Q{rP|t3}@`Q0rDH'jF@`Q0RvݻvsȎZG(`Wã@@u(` &[04ZQ0 FHɓ'!2[~ZbRhph< F(#+ז殞npgO5kN^0o~BRa4?xQ0 au Y $54!W<޵; 0N X%g!'wk0.j44ZQ0 F0ZZKW,s!1^779edCG{4ZQ0 Fp=H+q>n4:< F(` :xQ0 F(@cѣ`Q@,\A8-Rh`b5k֎< h`2֭Y l:wtDd0ш':xQ0 Cf{9AKH]?Q@kF(`4ZQ0 F(h`. FQ0 F(Y3vO>G(`׮; |V4ZQ0 F!ߧOZ.P@u(` EGD޵ 4ZQ0 F= YѠp@u(`,tZ`5d(< @`Q0]dddCB\֍P@u(`P^=&k @= F(#ׯ]F FQ0 F(Y ^`Q0 h< F(` :xQ0 F(@u(`Q00 FQ0 F(``@`Q0 FG(`4ZQ0 F(h`Q0 9Y`Q0 @`҄@44ZQ0 F(`+ b:xQ0 FQ@O@`Q0 FG(`4ZQ0 F(h`Q0 h< F(` :xQ0 F(@u(`Q00 FQ0 F(``@1 F(a҄ @OpI @u(`ѓh< F( GO3Q0 F(``@`Q0 FG(`4ZQ0 F(h`Q0 h< F(` :xQ0 F(@u(`Q00 FQ0 F(``@5 F( ޵kp.hb hM--W7) (` '}yyGTzM۶~Ph< F(Ξn`Nz2fVt4ZQ0 Fy'O@^65_vmt FǢG(`H`5tr`U]`W77`'x4 h`a>}`ck()ѱQ0 F(21ɓRLY40PhL@u(` 斘{׮!O0yGM@EQ0 FH^ׯ]ۼm+d־KW, 4ZQ0 FH22Jã FQ0 F(A:8$Xga@ޛ4 F(#k\`vya2 F`Q0 dl޶u44h< F(#\vOFFf4(h< F(` `Q0 FG(`4ZQ0 F(h`Q0 h< F( r,!kdddBj59Y T3}L ΃@_T 4ȅt \! &U@@]HXvtE VL@u(` 1!_i돀&2u3LJ: XwB¤L@ M`+…|40@`Q0@PHzLxB1MLe ~`c ^N c4ZQ0 FS`=nN0q҄ m[A3Gwt p@,A0 F(| >8q^Vi%wܧk׬ !\IXHCj1bhh< F(UdXo[X׮][8oY3U5poXIk5_/ox} =})x0u 2m 54\@)HM dٵ~ Pφ(U'*!`Àm^* &T4yt>+ιATFъ@,`}80!dݱ2 QE3x1p'nT`.v"{*NGR) tqB]OWK d:h< F(C A!U&d.փG`4&kQ0 @^N F`Q0dX[YJFy-(B ~{*tIENDB`PK?;`\`\1OEBPS/httpatomoreillycomsourcemspimages470219.pngPNG  IHDR!ghJ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVk&cLK 1o N0bפ z!uغ5kN8 $*Gf N@u($'OT':{ˁ\]!1.`h+ X@֌A*`gyղ̂yddz( F1` SfZ:z沒Rhh`@kS'O:{]jj}&(~ FQ0 ֮YV0@n1޼ݻv(f FcF(+vY#"edX铟7ܴmh(ah'%@۶(6 FF(hmj%yȀ"I&(6 F1` ޵+3- +9G4ZnjQ@+ к)17 ѱQ0 F(4ZnjQ0 F(:fQ0 F@1`Q0 hh`Q@+@u(`ZcF(` h3 F(V FQ0 F(4ZnjQ0 F( %9t(`&u'dddGO :ʟ>}"U" 9LQ0D@L̠cG &L4ah8+R # 0c,@Ξ f ]@.Q@CgݻvijiTonaD@ƺ5k P;1F( FG(-tDDQ^vYSK  Q0@1`M5)HK'F=Peˮ[GP4ZnjQ@s@z'O0k4FP4ZnjQ@`޼'NQ{.`Q0 4:f:NWfZ:O<,B Q0<@1` 'f2qLdiQ0l@1`[X>׮n2 F@AFFg 3@$1 kj5W7|s kf`DȬ ?9: 3 / `ma`UKJm9!)3(YIIwf `V7,Fe ?@d]7ll烏ïrR@4Z H`h>omj&ح9y$>>iD@rϮ]14 1e6: 3 1 `))O<ڭ"`nOJ 5!G" >؏d݆6 p6nᗠaѣ`@[b57]Ly@+ S3`s(pW0Znj4@,޹ -^ kI&,72irIw4 |w(p@T XxrLBR?We?vl׮YF)Rkd}Rt`Q02@_ w\*l:KHJ kYfͤ Ϛ ,X:_v (aCPw R<]ϟ>U]L2 n  &Q0 F(";.Xu,ǂy=`raHhZC0D2؋Z5&Dp@֗p]'掂Q0 Fu n ЮnnhcPy?'5:GdgZ Q0 FH4z2L0X~+ wu?h'G`=ua e4>yHZ_1jvm[}O0bTKS3d($b00F( hj>ǀڵk@'OZz v%l`oڶ#%` i@##YI !V rKϠqYN4Xf]"KW,,-9XWA1.h2_Q&>FX̀(R}[+ds'.Q0 F FV?e`)9@FFh'oFVl>*M`5{9`l`J؀.X]ɓ'C t*0TKAYI)Y@P|Q@ R@ZxW_czL0¬x VV2LtD$!;`f`WURm'.Q0 F% Fוtl ϟ>cJb=1)Ify5||}t(h3ҁVpH//xkS`8l ۶2)<dd Q0 F]W6 r0 !حկڽkw^A>PACh7ƹX!l+F($u ?o>4OkF b5k=R` AO*\  kjؕӂW$ˊjC`RXȷ9Q0 H4<`\"Fph4 k ź` YcӠ֦k]x]Kn64\& @Ff@ð5-M l*Fg0Y 4:IOmlDBR"֤U|Q@-@pο9($p M7B·[v0{ +?2 ԰6^ikUU|Q@-@í6]e+VYuȸ !7!-#7ۑO\gnndefvp:dOgnM$C<%## lL ,1) JY`_ls@"9rqQ0 hy$eT6߃X{4/0QSW \ԋ|x]D%4/(VPH0dyd ,P% 22@xn[eP!o.U h =٘&0 dX1 `h1jř:$ d..{vFÁv di`/T.Cr]v`rjԍQ0 (4:Xۡ %h _:p_v<@y K&`Ph1c(̛_ &M4HOl,{-t2FJe>5X.d-dh#04iȚZW7W3Y@O89` !r!(  4 ''v*VY8P. H>~fPh>?0j4 %hīw`8(@4.C%k M]5gl Q0 cFh V0` K@!q`7'|x>!le&֭Y Y"9 vBx1s@׮]׮A &Q0@ Hf*H(^ye%nn``mmjv1[EԜ[IFz@-hP;@ŐMC%r`D2` r1`:xC;Md\ӳ93LYMȂeu`5}L"# ͇OO'F( Hc!``3|`v,J=IF > gqi0Au77uAƓGFDr`vA$5PKYIi FvFoC(GnpoTq0+!FwISYGBx}Ap0(@9VLތ7dc6n |VS ^!(<|<Ȕ!mC 3N&F dV0;M ֦I&l'ѓGD?0GD+_[BR"ֶRM, %v ,`oɓ'ҫ$ȅCL/\`V!@Y`޺z+6#\F( XmkL`@51/HROfc`~=(@V*m[\*/>X?r ؕ" w+ȕw+`ת36-Q0 2̶9)wB0ӎF(;а]! `Gr&AnM\fUHKlЮ V$5ÉՌ70%&%. 2 /8%j%ȐIBRkׂ'&L@&iȴ |HC b峕 K  6@yyc: ޑZ,4D1Cg?~xΝd9a`dO]~dT-WYq m0ڥX (2}M  s2Ȯ ݏβa$%cx"ւ߃L0sv~w`[eG4z(_ ƜbȒ/~~:%mQ0t@1`r }'v#NҤ  eF FQ0 xi8 R@p9`|k`cF(v'C`I&((45wfZ:w_>h(` Lc`s ЏǾ gK2KW,z>F4ZnjAe۸W_SW De%]!@Nl2x.c ;x2'Z5"9N@Nj# f( k` 9>x8ߚZ.yK0'`OnhuH0u7$`Or3/yΞn`ii@$~i hRyp4dG ^3`t!RXO8y$,ju̞]05 &Lψ Vŵ. 8$X@2!s֜[fh3 ؀\сP`VT3#E6,Q@m$hz7ݳk>e w5kq=zrh]GoCQ0`rPƺ(YGgUX+KM@1uA w` }C4'%[ک_ &f\u U#4Q0l@1``+!`H \"e=Vct! / gJYhI H'/ܕך(5ʣ`읻 D=l;"X-BE?="2:=)jv܍fzIR.\"@.53Dv "-m# 4:3 7A4 bb'O\ vM%A-,;W'Q0к5h8ASFS( FQ0`~('Oe=?bhtl P^z_/o`'&8$Mu+F(t4Znj${ڵH Y]WK (k׬e٣`:f z) YR ``품mC .]֬\2 Ff fahhji8rxt( h3 ]Q` 9@1`P`FQ0,@cF(h3 F(V FF(Lӧ| l FQ0 F( @v XW@u(`PjFޚ{"+WcF;4!k gk"'{e< FXnht  oU-7Cˁd Q0 F=@1`ЁI&@$IV KBR+ČQ@g@u(t䉓i62E#5UvYf5kc޵൛`cF e҄XӭV3Jvk֮YvZHɓ(h+b5!>}T3.nnq3 ( FוR7`kSJ. 뛼| II1 F@cFP222f >y'O`ٵ Z'Q0 h3 hH=Soy`م) ~ veJgO'f`cF`'%Q`޼ZA6kΣ` :f Rq!EW0xrlu40G((@u(t !)qu> C3jy4ZnjA(,\V0` ,ue`Q0 hh`Q@+@ce`|(Ch3 *=hChjis FQ0赃` @s`Q0 hh`Q@+@u(`ZcF(` h3 F(V FQ0 F(4ZnjQ0 F(:fQ0 F@1`Q0 hh`Q@+@gɌQ0 h|1O&(H4fRx| ɵ@kjiԌ|mkBR"\8@1`+yy?yXjjiB9=& ]0oO:{iZ|:輧O@e0=d@u(X {'je>YT@% &1))8$@G{3Z`1!G#г]=}Q@1`HA ,3ҁ$׮YDڅBrɀ]޵x]'L~ЅČ(@u(LgO7V3V0N&q jS(HX'k&Zw":fQ@, O8,Z! z@V3AO<X'2&:fQ@'WPi]I&SvC F$TY3GacF(>4a" >y F8XRfN4ZnjQ0 M~`\^Ro=,Bز;51{ 0IIъ h3 F(+fSv| 21qӂ(S< FQ0 F d[ jI&@V*Y9,>: C$:fQ02f&[X d2O8W? :fQ0`]Ȧ`ހlvS!H`HE?`4z(`@pHȩ'` c8 _u :stH@u(` V3 { ^ FQ0 Fk׮]&wZXXO<:fQ0wټmphT@u( 9e K h`똉0ZPh3 F(@)Ȑo]L3 F(V FQ0 F(4ZnjQ0 \vkG4ZnjQ0 DGDٵk:oݚ5^* &Llij1(@4ZnjQ0 <}򄏏oօA!!}y5uGy< FQ0 FݻvU{fH8XZFr8h4ZnjQ0 |KYfq'`k~eb@1`ހ&|`'ON8yɈ4ZnjQ0 ,On'O (`ӧi@1`/7c .3\)##9w@1`wrqs@< lȽjh3 F(0gn`纺 ݃x FdLi@'=`A DBR ~҄ boc)`"0@cF(]VZF&cb7:fQ0Vy&2H"z7:fQ0ABR'OKJ3.g$R#fFu'll!n+{vDO=Z` j`na]&6 8$>8|kFh` vWSW ;2+AHkSyunlF5:fQ0gn`&($;3- 0|> XT55Aݻv ';y$47h` j+xce1#bM#W3}P2 yVtD$zpãcF( O@J^H`qT-hz c * fƬwZ+»ht](`PpAjT*ub>59Z5k0>rus#X4 F1`A 5l 3j + `%ZU9|Hjݚ5@Pd-8$(坐9D2$'Oԑsx FQ0 F|EeDF xCe:d=^Yf-@u(` Ȭ}'4Zk:fQ0 -́5dKkS3#`'):"kG28 5 @1`< BB ,]a=v:OCB\vڵ`|AE@@w ߋJO@F( S]`rAjW!Hb5ټm+h 6jr@1` |l2!`~Ktҁ#5 iij^0o nZw 9D L+xy=@Q0 o''2`O'Rv*uA9MN8v͚܂|I h3 F(`ɓ'Gn [rBBBcF(AY=#G%r5@ce`_ d@Su2tcrvfJRu#8%]>6h3 F(XI@&- /Ty[R/^'@q>>^1@vYI)DzhLZF6h3 F(XU,LJk cI&ypDT rG(TL+(@0g!vjو4ZnjQ0 ؽk99@#(ke;QBV^|Ig@s`AڝHV} 1'm9 h` .']] ~2`fQ0]Ƥq0 h` +xڵHif``@1`a 'f~ X;ycF( 8r8ؕzS(:fQ0Ѡ@@u(`X.e@`4Lh3 F(VkK?}{׮0@@cF( $$%]o7=cѵ h` +`na1z_4:V6 F(V FQ0 F(4ZnjQ0 F(Q0 FL0Fa(QQPįbTq@1`(+.?y$xI& 器 FQ0 F)/pS@1~$CBht>fQ0 F@cF(`&ՂBB~@1`Q0ꘉd2z@u(`k@X>u<΃%4:3 F(Vɓ' wus"H}3&h` +ɓHw_B:4`@Q0 0+/)Az3#7⛛+ȧzncF( ,]ƖZՇtW@@M@u(`ut[6:"#ylo:Q0 Fׯ]{)`V322s h3 F(Vڵk2? o̤ۙ:4ZnjQ0 pus+/)} xH: FQ0 FY3_d1 FQ0 F0ZZ0@Q0 F(:fQ0 F@1`Q0 hh`Q@+@u(`ZcF(` h3 F(V FQ0 F(4ZnjQ0 F(:fQ0 F@1`Q0 hh`Q@+@u(`ZcF(` h3 F(V F` =0i„'N¹O^֬E֥5zK&@1`̛'M-->>>i ¯>y`hh` =P9:"Xb91ZZu 3zW&@njQ0 $K yQ斘4t4ZnjQ0 *+(E׮ӧOiOgOhh3 F(`:Xs! ZF> FQ0 F222Nɓ'OKJ/E;W}7z2=@cF(Cyd8m FQ0 F6A bׯ]4ZnjQ0 O[f҄R8bx>>H@@u(g7%:"r횵y222M% ƒ@@ụ FQ0 F#~t RkiZZ=C V0 h3 FH{!Fz'* ¸|%($x0wڵ0>Q0 FXf '%+\ʰuiݚ5@oݚ.3iUfKS3^~:'OedXq'Ow_޵ (4zk@1`D` Dj5A9 M-MxYiwxH֌W6 FQ0 jwi ^=[4}xE<_ 0z/(@4:3 FHXCX ueuP_96 ?~(C2pĉH4A`]`Π$$%M0 vELf~(#6o DuHKGd=x@Q0 FqX`|?/oH}ɓkֺ2oe-'[+##! 44@u(#H{-$mHV3:_WB! ʴ;:fdPUH( |(`po 򳢇:fQ0AyI)̴tșX UfLi鐙Q@7@ce`A DBR5",Zml3FKW, O:njQ0 5Xf-|'"*Ztft4ZnjQ0 5 vMd5z!EVI FQ0 F IO<܍6iDLڨv'll`|'s( |(`Ps 2gO71`ApH0|p liil4ڏ` vWSW -b&c sI_/o5fih` jٵ;!)iӶj&3-"n͚HºX'W@@ce`A ZxcN8y_E8Fq@1`A WA 5 &t@DY8htlQ0APH'!=v!w_pU*V%xN9ѡ~(`P` 9@eX `Mcna^ ^,2 Cm@ F$:fQ0xQC>!4GX(`ZcF(` h3 F(`@L` :9 Υ>uk֜tq4i h3 F(k-9YFFzC@u(`iȥdnn8LltW&@1`aFTT FQ0 FC3G`4ZnjQ0 $8yDtD"|ӧO@D0fy(|l PHOv8cF(C@.YbY3"KW7W[a2]=vm޶ʀQ@]@kG(C EpA>>>d>|+#t<38-iFcF(C@N|](;y$`̌Z+` %Y6vĉf v%xDnjQ0 yEs I& znjQ0 /񱲩 uk"%bP اY0o[sRUPcBR"P= P5Gh?fQq`aSM-M`~פ ;{"ljY Xm@= b x9O>kps2>(Dr吻s@e`  Oߌ@1`ݔ̴t`I ,yddt+x' : )+)(CfS @.ģ .ļ X riq\(+`D`k}5 A3kHE@[; FA@u(#<}򤼤{z`\<x@u(#{'ތ7e VhP:f kpuk K44ɨ0fDFH4:? F~ƺ5kI-vkHSK @  Ǯ_|R A5h`0 LV9@.I+<`gӶ9 @1` I49 j  L0  1wqs>TtHL} \vmݐ~f)6 (4:3 FHzb+(C>#-m3pa ;va/H1'kAsX3i@tIэt4ZnjQ0 x!jV0Z uP7䂖ukdC@ukp61k&T?vYf t0r @}Q3z?@Q0"O^,!m׮.nn!ܥGȖ~`7%($r&dt-P O@Q0 FJ @N  )dݞ] fE IF FQ0 Fp={)Z )F FQ0 F01x`wa[dh` 'D9x4p5W7:fQ0|y5 kSP>G-@1`ea@ V'wlӁΞn^>>@]@eF@]` =ٗcnaɓ5||Z`G R+cF(CHyadh ѱQ0 F(4ZnjQ0 F(:fQ0 F@njQ0 `҄ ÌG( :fQCwn䉓P<4ZnjQ0 uL~А4:3 F(V FQ0 F(4ZnjQ0 !x @1`KJ? 9l :fQ0k׀`gnav͚0@@u(`V3SZ`ܵ< h` +EGD޵r((@u(`ȑƌ4ZnjQ0 LK_byu]-yt(?:fQ0]dddCB\֍(:fQ0lxi@=lQ0r5`ot]h3 FQ0 Fp/hh ,ѱQ0 F(4ZnjQ0 F(:fQ0 F@1`Q0 hh`Q@+@u(`ZcF(` h3 F(V FQ0 F(4ZnjQ0 F(:fQ0 F@1`Q0 hh`Q@+@u(`ZcF(` 1XɓI&(䉓ixpcF (N Q0G FQ@Xbh 4< H4:3 F(V FQ0 F(4ZnjQ0 F(:fQ0 F@1`Q0 hh`Q@+@u(`ZcF(` h3 F(V FQ0 F(4ZnjQ0 F(FCtDh Q0 h0b'O֭Y3`ߺ(AmIENDB`PK?"W>>1OEBPS/httpatomoreillycomsourcemspimages470221.pngPNG  IHDR']΁< pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVʂk׬MLH@C2 'FS( hQ@g@nzu`h Fs(4F(7u|}t`tk֬SPH0lPp@<8$M >ǛLJ,{׮S'N5@#"ɚ8]fϮ@5R@e)-#tڮQ@C@ ߵsgFjG{kǏǏxzŁlPի@Ƽs#Z@P] @h]Yq . :@4At6GQ0 vg!=Cr_냤4j}2vdf|鳫3qʼnK~)-Fn? -@---` x]?p̛ 3M8`^8o>\hhi¥ ]HSEk'hna<v $k#T)k`@d{zp)`Nfc̮Є'ڶܯC):Q0 (tIxE SL HJ^:43̴t[%ͣ!r݋V%$%Ut@A= FU@134.ĩ dpCX~a`fhmjg`rLs, X9C̍v;( @h;r%R M>9g*ΞfR{V"N t'9 deG -̯a470W<۠N84jt 0{Pq0+:`N& $`,!IO;H1$!M-Of9`/p NbF( &`~&Pxմgn`§ `nWY$ T O@P a&~@`0 9M0a_JJdyvq`2AHLJ 3 dP%<s&0AP Ry,0O/j $Uyd1+:dO\tkׁ9%f+t0[k@)`2 &V 2e9xϙ@.q  4O[&M'-hKa?H>IF(bZa=FI F׍Q@o@nzu`h Fs(4F(7\7 F@ E#"{z`pF(7 kSF( h]7 F@Q0 h4׍Q@o@nzu`h Fs(4sC!gx{׮e 3@,{M\d[Եkמ>Ξn1*{v=h0<2, 9V~;Xd1 h h8'@Yxւ 9}~t4sBYFt4[B_ddd0a֐i鐳tG("a9M| ddF#q d+ :qց: X}Z0oނy1OJ3ۦm[lZ2`v(T4<:`r }0e׮Y#-#Q0 h hx:`WPrg7l( FhJPH0Agv0D`FXZb~ք=%(0a^o?}xϚ 9.zjbfI! ߖ ip;itDyGs(.„a8rXZFoc|4ny%$wutQ@O@#1ם`h Fs(4F(7\7 F@Q0 h4׍Q@o@7iQ<}d4%@u`uTai h Fs(4F(7\7 F@Q0 h4׍Q@o@n|uC̟7oP%AZll{h4 vɓk֨((S:{׮̴tJp׮ %#= &b:d`  !C;t`Sãh #Oh!Q 0P}4yy,4ZѪrf9ڵj&/c6/yH: F+(4\[ַA.+sDA!) >Tw'@G653-.h̥@N*v^z VSK =v@̛lJ,0r .I@ v|H!Rl= i 4M3 s] Q+܀8@Ϛ ?i(r @{!va2ϟ>AXU u$%@Y{k #PvFjPټs׬^ $@.P" v*Є.Fdc, TkNpCT Jr!#d_u dA.w#* `4nP H8h&(HIg[$h]G5P]W,mB%Dȷ@XbB*M}Fc3r}4@YJ^lL#[ kh5>ꅴx-Ȑ~&kp:XEZ<2G=ἂ̴tXI 3L`OK 쀉K%Q @@SLTG ,6A|R"rn `V&;<5׮CL4jX@/XT?"@V,'HJ F0 !0t؟J L7``/!}6ec`nO<1QGs5 @U0SC" wEP=)x`EyTtMla$<\\nF*(lD '}Rjt^\Yx@::U}ALAuX{ .)` . {I|ĊY#-x_ܥuJ!tx  XZ7ւ( R@DD/9Tib#PBv6 4آ4X!^%A@#&**08W[s i)iHMnA>Z= /#h +( xf:0v1;c@[@.\ f6 l\k׀`~Dn] %`]TĿa<0Uht`غj0 )|ð4g)P!7 (  UȢ604Ff~c o@n r Fu`h Fs(4$uF*8p\ F FoҢXf-|(@ \7؆[w r@)`h Fs(4F(7\7 F@Q0 ޹ӧOC!x N:_LjϞ<9M-MN" ZC)'2 5 9"a1:"'CӍ x /@?:(N̙` r5W#U RV\|k2kCȆ?'*6Cp͝ `=7ePnX鞐|0ۤ "0$̛.-,x0WE65I@Gt0tJGGƉ`0bڽk;; 3||[n.npO,Z54MV Nȩīu^ nm I|נǞ߻  1FVd:qO 2n1 K FXZbf0c!Sf L R1bJAdKSY3q 0!#QX Pd0F*;ׯ]a ?}>wݰ1 F& &//.i4\i5hr=lx絽/몁΀* Q@]@,䅹2 z7`&AAAׅӆWt Lk8U2@L ܦЂQrr  `3\h: F@@E.!).?xt":=z @:ؐ'fp44ɺo@13 rI \^x- 'N@4eL 9po`Pbf0i=våCB Sjw@A!p'c)llɸo{҄k׬4a4."40&@.+B>XYXX3 07N |(65C&̛3|a'@4 m(sIy I'!!*w lE慣`(b@^kW+VQ~dMZ`BV < ]1@d@F(7\7 F@Q0 h4׍Q@o@nzu`h FoҢxJ J`F(7&M0 鈧Q0 F(7\7 F@Q0 h4׍Q@o@nzu`hCSF( a'O޵OAH,Pk22sb 68 a[sTyI)0G%$%ATB͢#" l_/oH̙(aZ!9#Y0og' ` D`:`T[VJFuusݍz(44ls9lB{Q[:sb@ \W]W l3Mnn҅{O ((=Q@u@6VgO5kQ0 46 -_ gEELyU0Z<>>-rs($ F:ZUn֬\ acs:޹0tW ej)ܖSp ί¹sLt=I5Pfnv!o{cb712f&Ɍ@RED%/XCJ1oK.Ķ$Z >/Տ:g0h5ѮZoW1744 4 'N"_F7x\lXtٽwb| Nxtfhh@;`t$`]u 0aU2gTt5E|F|tD/0qYr|/ _0o>{!Yg\vΛL@@ٵ `ć\a@@w-] t-;;;ě^@A,swg<|=@ہ ԜO.II@ِ FF6vvG0=+ꁂ陙@<`pamoݼ,@60}}!fk `$yyڞ]!T 2FA71```+{>xxxx{=>lð?fF{QL0ڮ7xĻ=t6%Q|V_vR"sH{O[ -b**a4@h:2C  23BBK!C{ ֳ`Pu(˦ѥD̄vJXlQWP l޶ *<od.]r<"^縸Bd%-H>`itAZhpZh1w[I&|7؈ 42ȶHcԥmEd4 ˃ R ' aW#cv!`\444^ê FuXT l`T(%}\kd1KD|1IO ۨD^3i}=iZ\S@Af@EXRY XHV$@ kaU @ud`G<f]PH 4RcΞ= R!Yv G L4ZUhdCqN:XFKIȝ3Dipj*h4Ѽ+d"<XpBZD@ 1 I7 IOCq`V>Zyh =uT.2\j@2yuiBR0#;q0 j$u22@ ,\ &YU%@a Ò \/@/G8A@< C0h1C/Ъh*g:Ί{?GU1R :Gzj!t2NݒXg#I|:Nm_d,Q`Ex5!%CTYgq(?* ւǔdֺeL`i,k(qȲnhA'?*h̃z/<`D7*Eq2N^;]a W=~Xٮ] DXc*#.sgW< ^"Ч-Mps CC (BY%@aa #J`g, ~(J6$;љQ0@gOyKJ54͵v Fs(b 1)Ft4 Fs(4F(7\7 F@ޤEG4Z׍Q@o@QL0a҄i h Fs(4F(7\7 F@Q0 h4׍Q@o@0#šQ0 Imy@5ͭ]f҄ XOD:yP ~PA`cK7 P htȱ<&G( &yԮnnZZZ~^hǛSLPHv|?0 ]v-|6 TQPDC&%#Mr;^hе#tjy"hE7 , c!\#mO_ 9~KFji 9r6N( 9p@uoc=!|ܔQ@ @LS BCRIPOF ?r' U"@>, n! (tEB#TIUGjD2B;py II`K~X r)fZdq=(HC:̷@+*: 'i!uYf@3 ᾐ0O b/[<%WE's 7m L1CȠ hZkS3 !Õ@4yDq ׀MgOˁNBr@Tt A +ȇ0P<F" ҖGM\Z X"̟79OB(]It4b҂4+$`7x-&ڨ@C׀V@܀u7yk38/hTĤu BBKJ]G@WEG%I` 'N\+`O\G {Ҁ^ );uEõvd( @x|oܳ+.TL͐5B!r;%*Rjs/@h | PAkS3Yrd'}y4bNN@`^œ\]`vJY?4z_V/OwIù@\lAN(7@IHFG|o:\MߘGF(溡gu$@F(7\7 F@Q0 h4׍Q@o@nzu`h "T߃G!xhJnzI `ݚhfG(hH{h0xG 4:2 F@Q0 h4׍Q@o@nzu`h Fs:Q0 hhxݻvzy((I1-bGGDN4 F@ \v͚'Ol޶ßaUnZ`̓5H砍Q@ @ó2&## >WuǷv(t4 sAS0C -MW77gG(?'y r.n ++IGF(  =v#rz<2A;B<9On\^=4s۴m+'4`WBf*5 YQZFQ0 (4s]yIigO7u%5Z?:H4lseډ/OCtOt4ZZ %:Ts.֦fp{ &~)($ցOw1o Bo@ޤ5l]5 -=`h Fs(4F(7\7 F@Q0 h4׍Q@o@nzI lb@u`uTai h Fs(4F(7\7 F@Q0 h4׍Q@o@[4 h h4!'OKJq4 F@ \B* 4&Q@u@&-`Ιy:F F FoҢXf-vQ0 pn24z( h(4F(7\7 F@Q0 h4׍Q@o@nzu?|"(n҄ #'x׮YhFbMփxA!!~^ޚZZ.s-]b\tD$0?'f؀֦f`iEE4uOЮ">>>Zv!222 I.j%j⚺ڑ2j#hI[i τ|Hnn`GbhU[fݚ_?_^7@@0LСp/"ԣ ibxf{^':/PPYXt_iiA2j=YT%={&Vqs+Et&J{ +uw] ōg 5bw[8hvTn~A 0ڵk+Iut L@wB2@2!) a@))i#9vyז@Λ. hũ'yx_tS w@78rkZiV`d@y(,A:{ldefEE@TTgn F4b1@ւ'mcihiB#$H:1) %Vxb )0_Y^ap HR>PhǏ!ܨ 8~Bڹ3#5 K?veUp)-M6d{.+ uAYq ě@ӀAPbfj4cz wu@@p3Vϛ;† .@uT2X cH[sP|`҄ *a_X܂|` uUo&ZICB^7̴t` s'`88`8N2Dv$FBڽ[ ht m ' I $ru"C`Ydhȕ/\A W/ IJc ` Lp* Fs>z7%v p'j`9>P='LmaQ@o@nzu`h FoҢxJQ0@ \'-#3,Jz؍n"BIENDB`PK?cXX1OEBPS/httpatomoreillycomsourcemspimages470223.pngPNG  IHDR pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVn`4Rb ۶Jd3.a܌Y^R T ) շ65՛[](^SW;u> F Q0O RB622A!!XtCJO?/o`Q,R(%ļ||v@Rl )&O,9<5(qXn" `Ycn@A(lB.BXBH!h?yXdFͰ4Z {vƣEs@Aml8X~h {@(qy2|ȖM-- HS,p`i >ut)4 kM]'0+ȟ>k&3d`nab@((y1VgO7[VR:,* F Q0 4{#( if/6_F5&'N[#r 8wrj8NI92wkkj`캺|o'MyVH ezJJenBRhX@(Xxnᐵؒ2 gk׬LAD|AB61) -pG2w,s!؅#r\P\*6o]q\6 Fw䲆ukM0|(X@)Q@~ )ĤX@)Q@0<`ily( F Q0 (YSKk@nYIOFe`-pG(̴t`vƬ2R(4ZQ@(/)}IgO7dZ?($$8$d5w Qh|)X\u222x4F2ea` _ l.]M[SKk󶭣5 F[`>}TVR dtt@0:; -pG( @KU`يUd\l4F($ݻvefo;lh4?/o`iV(yinaY; F8!Q0 H- lhybw҄ A7 hԌI&RX@xڹMFFQQ0@` 3`h$,]aUKpm o@3Q@l\V^#n-rsx-pG( ȀFp@f`Q@'@(` h; F(t4ZQ0 F@`Q@'@(` h; F(t4ZQ0 F@`Q@'@(` Q0 OnzGKQ4ZQ@2,7o]xA&Q0@)Q@^#^eqfZzpHHgOhpw2ts +I=}Xދ> @)Q@&ybw҄hRu`(@4ZQ@>+(&L@޿2:t; pR"l:G nnh4@(@\3i`-pG(hmj?o6xX>z$( h:kyy1 -pG(x ;:t; -pGk֬[v4 &DQ@ea`'OD1Bqhx@ᎂA07k* @ @-Q0 F(wQ0 hTk׬N܍`4@(2xItDh; F&wP| Q0 @&@SKt҄ A1 Fh; hX,s'MXkQ4Z>>۶]&:"ӧOa2 F@n|>ɓ''Ξnii`;X> F@<}y22%6ql;*HQ0 F a!!222iv.F׮xԷ45.]D ]ҎAht w@7.ŀy(pus::dQ0@N@SKkӶbMh\6zl(6 F Q@?,@\W7]K֭YSSW Բ{׮Ѡ(w;}L`iv͚k׮9ɓA22A!! OHJBy׮Y ,@`1gdq W7ݻvB|4F@-pGΞn3 s`)##  ^0okl` 4Jۿ@-@2>R @,y>. h%#Y`) ؞i{Ð65[Cց![-MA!+F-pG` G]v҆BB1yKѰ(7̘-`*m\܀,d2ԀG虐`-pG]dMmB-\` Tgnz^`:` l0 3!Q@', 3O8.c*dWSW m BBR@A?/ ޻wlXf-4z(P@ Gp'WWm?~: Mjb?PTӀhc B0F2T44ijŝl`srB#qL6&%pqi` wО}S5//)MHJƛh; F@D Y\^v X>>y"X.nn@v҄^ZF{=a y-pG(|nna,1[@Y`vD\1P М>k&Y2FGm_/o h; FJ~.ւuLҰP d=G 5s҄ w4Zϟ>%X> iiBn,&ï4npHwmČB?[\bw F Q0;RޝyXBd[[x h j_Vh=Xvtt@f̛{.>f2v7|Ѓ"`HH۹2w9wh)Se+I+q<\/ e+0!@erX"5W77`^,ǑLj׭Y,Fb|(<ꭼ`#Ɩ3'##%? ^: 5ܞ]EOyx H^ ÖW-߉II^"-pG(`gK`,!K@,P\ ,>k&HKlAn@9^ >AF\@lg.#Ч4$0͋Y"Ƞ 0F%ysQ> / 1HRt5BkZA<{T Nf6m @c`74Dd@@YXa-€]=2 V`Im2K!b k@gc&s8{@2X~[${v]A7=FWd0ij\ qA'LtqsEH 5 4y91A5 XCwF @(m[`/6 fVl9`FX@f̚ ,/4H )tb•t ߁ r Dv6j 1^]a<$,΀l>`}\:@b3 I4r)>HeLf@`na(. ðLEأ|E8T\7d#>ߎ܀{04]vqjZ:bX3+Lj}DC0ƅyu@=FF?dZNA̱~u"}d2Ku.;?>/nk@PmMyZQ0\Ǖ$AQ@4H=z׮^O?i`?M+#5 Ș?w.pA5W)+.2Zb@<>~Hy`@a@@"d+ 2 u9 o @pG(6sh)Z4 !5DGc-k׮zyB;] n OPMl)x ‡/gOJ%2p]w"@l߬@(KRH 5?&Ct`"^EdyG]$Y &ِZ MFv.,\ >ijh,$ogXxWz`h\ OGZv%~ٿ Rl0nAb%-ghGԍk 'r ,J!E6 *TU@)Qxs| HJO1Il \G?` ,0:-70ES ,{ÖvI RrAt24`Q O`}Pׁ#7uq򄉐 i@.k@ a]ȱ@TȭJ9#铧phOln` Łփt!]?=3{$@Sy{@ÑCr0h'Ő /d5whiL=֍+oKS3Qt (v?"F+rNbRvnFe@ZܑhRD4ZQ G[ːkׁ >f3skYI:Ўx Ζ mۅMA҂Ah{a]ܰv'y \4rXda@ZFp FW)Q mA&FW@f"+̧1Tl̀/fh; Fh z '璘C.k^lY6l&q4Y!-pG(+i^)2rCBX} >/ |Z`p@kFځ@`@`aA#7` IQ0 F(wQ0 h`:-pG(N F Q0 F(wQ0 h`:-pG(N F Q0 F(wQ0 h`:-pG(N F Q0 F(wQ0 h`:-pG(N F Q0 F(wQ0 h`:bX̛$p)Xf͵k-]Ф>y2׮A.!铌tPH1Y3Gol` @%-M͟>}ƥ :"Ȩ,m@ZF( 'OKX Xeh4Q0 )pO8{׮Ξn\ V`i ,.-VF!߉,mbrwQ0  )x˩8{v"X:'ɓ'0 @]@,Me%nndV3PH̛,܁myI)+ NC{$&L  FÁ ] ,%a`y5`JpL>XH+ .F44;7h,P Th;0Fa(:AXq2H. lz6 Pذ2QQPMmxhc@'`yV 73-RO<(  F`r!JJۂc(`2!)q])]U nc'Oh`8t.~rN@FFz;ЏxM]-ZE,j y` `]z< F( ĤD`{yҶM+fOK+D%k׬L b“'LLHJ-mG( ;iDH{.1Y ӝ`Y3 ,RF`$;{!qb#` l Ł j\\l&Tmm^U`ah \j`S*($DZHj1dk/VV IE-P,Zuhi; F04HO ;GĬY2 $M{[цQ0 F04z<bIbw4LF(~ F Ң4#OF`8.s ѝEXY ɓU ` K@(pEm+OA!y!X FU! .dg\8o'\9 F( h^H` +[砐`qSVR0 \w2huZ Q0|@Ѽm%,fKVZF& T`Y/Lщѵe` N@-p5kptizxFZ: XǮ+G( h[Bu[=cgP/Xf5k a` . \SɄI&Bκ>k&6̴tx*jlI&S V' ׮]'F(m \iR J_/oH3 XPKU!R\N{.`lna,g!,72 zc@E0BIJ,Lh}m./A5;,`YB! X\B%R. )X&Ł ݻvDԆ(3Z XLσ! 䍂a.$9<(6,.-Yl 1ߣ$?`rd~q h[Bٵ 2fQlx{WcZRϖcwtDgVژ9`e.E7d'bWVHV'|t\ \`]b91ofҰ{+D±6l }r-P*$-7r= fxG \aRf4GV@ ,9VbBٮnxS --||ȇpCJuk[y!R1uy'O Cؽk7zik׬(ޑ =*bZ4sup/ LWd ҂,U  *!C'I Y O)N@š`8rv4h(xWEh#\xKk _`cyV``& >5,k!3 \޴m+Z4+Gb Q0 m'с R`XmH dBXg]AX4 3GC~x=w8l28hcry=<5hp1ن!h#k׬1*NRe!>}ah#;=]0pusEkS`xHql8d`hh {@( ($$-/)VpYDβ Pz 48,Bhtp(T F'FZ֬,6`nڶZX8B΢cϧAABY NHJLHJUb ; `/doB4M h; F.hڒD12Df/ 99-8$`mᎂQs$y}?Dz}U̳ijir!g-(uIb<h 8;~3b lmi@A \ѰXzN0r Ĕ OG(b_8:4o.PVSK 2&@@2zw)`bB(#@NKF ȵyddKMeׯ]C;rah h; FQ XȞ>>s jji50 ɑ h; F`~^1/-, Fq$mᎂQ@,~I9"鸯#h; Fi IIyDj2F( F Q0 HuZZT ,3Yg@` zdGDn!Q0@` e(xGnG&wr@pH]f]X>y򤳧[-`-pG( XBV"u81)m4Fh; F2\ӧtdqmnAh(d@(`n l0XWvth F Q0 (q} l( F Q@U^R:G( F Q@tr`Lҍ` o@( ۼm+H-Q0B@n|'&L'O;{e'M,sm^2Nuxt}v<lbJ; w' 9B F_0of{ĉ£`-pG"sI"##lۼ߫x5 S຺.6/7zu( FpG=dHX\'ӧO!`-pG֦m[!ZaW.k׬MHJ{vƔ;u.(v' h. ϟ7Xt!8$"FS9iu`AahѺ-HyllR@rQ0 F Q@2w[22@ x4vҨ0J%Eݽk' bp-F F'FΞn3 s`#Xbe\@n\` ltS P1rH2FW4ZZϠ*ܽK33-RZFϙ8匂htHa Xf7x+Fv&,!k =-NQ0x@2cc4ϋ l횵@)`#X45C(@vAh8dY.tO< !Q@W,j"źgXښ[X\v( lݚ5P* Ș4a"`8!) XKa X. ``]'Q0  Q0\ǕtǏ#.,+.AA1p:(4!@$&%Uު; F4Z7Lơ\T5YȒΞN( F  >8i"x08o4ZpgL0v5%GӎQ@(hmj?o `4@pGMIW7v8w]&8$d(p@C &61)i4F(@4Z*^>_``4Z*ц(@ᎂQ0 F@`Q@'@C `O޵+c`ӧOC2~@HbA,,ڋa87h wDnLKXOq_YqtDd @5 'ҮRE I`KGß|17:]@( n`n醜&;iD+| RH "*>k&1[] Ѯr>p@`Jڦ!HO8g-pѫ(? Ah#{!!eqWO7Xbb~"|pؤre`r!a}ĂĤΞaY*Q0қ"f޵}X &$%YB; E$ =3-]SKVvq`i,áؚO=!gTKK Xr6h#|<|_/G'O H, >yd#ω2z-x! <9\Mv:Pؾ= : -e.@XH UOh*xD[ 4sƬ@^ Ka`ShPXRh]o`i6`22@j `!e.BN; yuֲx-@*hT?Ο;v{k0UFG ]z5&8]׮^E d܈kN-' 1pHlT}t3Ii@6A@C<켹s!Z?~<ΐ "HB]z5A3I@f ]t҇ "P=J$?G7pw\&_^%75qfJ*V4/bNXЍ 3pd\=uW ke<:|-FW)Zu=A$'la,7ؕ&f8҅w!@"Y4?($$h8d.RW77 ]f--V)}QSW[VR hw@<%Sk׬3k Ѻ5ku ~^x. @( &o ,-́%cL3 O޵W5]b9xyZ@v5l\ZSHƞ>k&xEP;P Xkw Kڑ ,r ` RȚ*rDl?M mA!h;01@) )@cds ) '6 RO5D%dTa IW@rPcǏFqMxz[ 6@ n5J F[V2 lh`F/+n*Q{t "zNqbεx5g.n dy x@. > ,sX3 8 vus4a0`O -MH j?PBzKRI킐'ӊ"^%h;@hnǂSls2b;I-X(7sI,# \`# (H}3xSԂyxSpdq]r]vLD2`vjC]=<8 D^Ë^HL57Bjbˁ t@ۀ!#! b6>5CvXOǏ!˜)_Y ٳOi khh; 0JljBǴ\W){l8ض3q iA+A:Uh!;kA|Rx-UWVtoU7%XH;6AI3Țnx%'*@FY dyX #((*=<^Tq@:Y{铧 Ir#0uʬ_/oV"ׯ]:Ѥ _.U98 2VI`F=`:y$ݦU4J, l޶QcH )'yh Z0o>䅜quH|O8)" =\*-pGZ ,Cœ`*شmkfZz9&(bl ; `A5e Tl'JEE0,M9ȣ-w qAdF+~E뫡xT4Z*` lF5ޛ$h1z6oA+xo.֌ l5.2y횵5uX` %, nk 6-RAPH0ZB 22$B@Fda&fbCf$g>t[ 􈽍mBR"Qcx*`*̛_<0|+^Gvp*m F Q@)!k%2d;G$PQD+ȵcX2M`rxea g,̇SArr0 .-pG56^A;@cyd0nz9ܼm+D!ڍ$!5rGDve cXK1Q@))iI/&8 l C-LKq l-[0 ;W22Ҵh;M t+ KUN,\ɀe>î!tэzl D{.07 @Bo45@09HM 0Y h w$k<hCb ~xتuLO5 ]Z"i~.P> i}t5[FF~/VPl|d@-Q0̴fΆ\>=Fj E@(-PQP\0lOed-,BB>y ZZڎ! htbHOҶ  ȅ=BX( F'FQN_|+##2ಒҧO ߠ`jX!{7(@(/ ޅc^wm^A>滺}wt0a e@( }/X[@r҄ 2wݚ5X_`6~Gb ]@( BT %MLJ\0o]Z` lN0ؼ r e@(7iQ :+/)ݼm+x $Gq i@(- I CO,6oGP4ZڂGX"cޓ6 w`t}bT=Fg (*m }@F(N F Q0 F(wQ0 h`:-pG(N F Q0 F(ea`P3 F 4 xGaP`.|0/d%IENDB`PK?͖;;1OEBPS/httpatomoreillycomsourcemspimages470225.pngPNG  IHDR|5k pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVp)X"K{vK"Ik . X&= .P_ q8> L*3 &Pq:l !Ѳzb`F֣/`lacJ $fh<M"M:6h> hƪ)XsZ8IXcX#E6`۞>y,DkE ë3`8Ciݚ5@C ^A(@]@:`g ,)^>^fvtg:lH#!"]p+H@) pV\ L mfO#FIf'dluQP7cgTӣ"BI2EGS:$}[ O<%Ub lh2UE * ar F=ϗuRb(,P'<|]L)" .>X/ d!.G-/&2 B1K hxF'0W#ȃ,Up-̑yY:-J]{vFǺ?hopHZOE@\!?`!g>űXbSw;jɘ)" ZcwhAj :[΀y6šիqdjΝ@a!@v<e\4 -4s'C>|208R`dFnv nMQ0;X'P;ҵYx ֕O@eDo`>S=g8S Qr `@")Jm~@6:0 \")$ 'iB-6s?9k BBF` t W!,w$eyd>\@e@5X+8\@d ht+@9@F4 ht+@9@ `?zP]^y@ѹv^9 F/|<>h9@F4 ht+@9@F4 ht 'Ȯ])J h8G'6* B 19 r9#~5ukehBkZ)m"uU%D1\{0¥ N7WMP!!YU.!n NA]ix)bu]-wKk׮!vi(Hޥn\t K 0Zh)/W6@#e{n+\U S XCl@Vch0XXX[m֬&0@  0Љk0;{( WT ױH`dCJ,rv-0շ45#_U%('R@7b۶nMD] ytS}WO7Z^sU%0Q 10AD%6:h8j]Wq:WUV 60m_ (npdhw4l~I:dc!U4*!8" YCצ@)rj,c@1 | D o"x@l'!}ARk! ` 1b@!G۫@ZVR 'H D@I X ,+p qG7?B.|L2 ަLwf ^Vbٰ4 ht+@9@F4 ht+@>+@>R hG*s#@֝ ht+@9@F4 ht+@щɅ |\( ܥTwf#^>> ] @f@𗖑\G h,dia@@`n5Dŭaڅ mt⩟(n"2a׆Z@lv%Fz6_ XO#or42?HcyXȆ8X V@e4Bs sс#)1ͭ>,Ϛ )\\qO٦TY]W ZH#rkN]z z^ȅ6ĝ4X/|HHڴm+0F!.xKH8yDHtB&Bؐ R2Noϟ>Chte09 qD*fC eBkG鞇q/@֝tf4kqz'Ia6h4:i0O E(Ƶk {qU&CN 3v b'tO l@Qx(*lSֈp7[:8Ή ځMy#퍰vM?r#-.|gwkׁ=ob^>^dK^ o 4"@>+Wh9@F4 ht+@9@F4 腏TGqX `\@u4 ht+@9@F4 ht+@k׬|i9 𑌎/d@j>yd򄉐G =`޼ϟ>_v-!)} %LMC؄vfr9d"p|1ZZZITr$0j RF񣽵 q2 k4 )YVCҪysxza>D["0 &L_mz\`9$[XK6xˑoD.|#a^@/.H!,.k ^,ߙE;N ԅtĂ*]YX*%}r tf ˿U&V m0p>>y" -4 e i!"ĄCH,BbMMV5M*D,"2lli]>ȅxJ^lI?/oxuLg( m@g>)L lX7cdnA>( Hp |N,+)醄0Pq |+F$H3Zy / ]̂h+0&d_q 8u7Vlڶ4 :Y['TC ݥ9eρbn4r,DSJ-^d *'/MD$ѧH q̌>D\5;"LO@3Lxb<8qR){&b jP-r:`$ W  nc&ҧ)D fDdĤ$xCu0|ND  u. 3A°r{9ٳ81wA]@7tC$xz6€l m_}I(S` A)%Ƙw^È'0bdafDqfxh64v"wXt6'bmz=&9F5"D1s UHoq[d4^ _ N'4w۠ {ʣW_) {|}C&˲^U_Āy &x1,*^1 H᰿<bp54sX F;V FsXah4:V FsXqX `\@>R hV FsXah4:V FsXNt0H.| ^kA R jlwz8իqdjΝ@a!@v<@ 8@9 zB ; Ht 0v2t#x!^!Xs!p@|mCk"rwr1?u$Wvr?} ϵ5Xeq݄ iK?/o`  {h2HP/C+{#C44!cJ@腏 腏TG;V FsXah4:V FsXN0D/|bԌkDpy@,Y!Fug@u7MMX"ZA^O`~F]WC h_ǖWPyV^>^y mtBb1ۍh1S@4aIIn.S.ȮZrPhDl$/uᣖ044즖_v`@oɄʐ4ڲr⅏ Á@B'! v0b,P-|

M8 zM"oD FBX/aT2!">b;V FsXah4:V FsXqX `\@>R hV FsXah4:V FsX$*9t6@!r7"Kt*muXM*w<"]N !7<-]#"̴t)!|xڵuk֢umyT1di]卹>Bh-, Ш0b54!,5u%Kz2 LI1'Lܴm+=vCn\trd+^ Gx\N VshE "*Z7 9?S.X*MSK ~Y!ks W@0rmU,:8P>@G7 UL ϵhhIӨ\\4P>5l$x6=\PF,%`گؤln#=}}Ʋ 5mi Y- !kȦ`A59 ؔpGdg(/Ybj`0+f4X{Is#ˀ\Z AC X5lcG4րmΞn`$_ 8r& jCgffƒ h\n@ BCr-a D`- @0ve''mfH6!t rXhBĄCsxD7.6kDk sL:@A ]h HCJA#4 e=@@C/6kp@ qoJ.XBWxG\e@1A22ՠ dx݈M$5V:4#Vn`#_ o~B?&"r'fAb $ eVh.RQ/൉@peM\7*R)=,H !B3_+#@j1 T )lE#tr(,P%@A/| $̛&oq &Sى'0{RwBL1OI䅏 7Z]N 1p3jΛ9 ~)$$ !w3diI`,/V;4sX F;V FsXah4:V FsX `\@>+@>R hV FsXah4:V FsXah4:Q ɓ'Bb٘D7oD@ {!{ hx*rSњիem ̧Z!O/C]=ʀno.\hxΓ'N@3e]0od/}! !id@ H_f+dEI Id FM #@ZF+.|׮'&%t` XZ`θA'^ hl &oHsi82>­2 B4ܮ],w BBN4XS&s;g sO pIRMAhِ(E:0!;oa^'mB`F:ݻvDX1(DyV'nh8G'ίf<[?L F |\`b%6:h8i$\WBR8qK  upD*P xbزF?BQA H71YɗHx`U7+H9@!0@7A1O>}Bd0F!{1႐jYI)$z7AN`tZ`4S'|װ-@ hW%WM LRkW1s$@ rA_0xY@d ht+@9@F4 ht+@9@^8@^H0x.| υ4Zw+@9@F4 ht+@9@F':$>q)bG\$][^R:Ț#<.a@~m=/|D@'% |||]@3:!kϚWPtr- s !>!mԢiwB1K hxF'0 F.oG`1 qBY@öE[6n.|VSЈXS`ud'ĦK1n+^>^kA R;@4M#h& aY1xz!@v D^Yq ȇ!e\4݆l!^ |J^A><`~-0v2t#xv\,'u?z0Fܨ>B!,0qP4ѫh8G'0#0J S~$!7i@ c&Y0/|vr?} ϵ5Xe54\󥟗7| ~#"̎&CJ=Wp [quuz vaXBmtS ᮂD` t ЅdXk 2{9! F/|V ah4:V FsXah4:V F/|<>腏 腏TG;V FsXah4:V FsXN0H.|$ӰCynхe]Mk E` b~gԵz5up"۶4lyHlc95dKIљ+ `I<*j]p4roj ԺQKK mZhiRCvSKîVZZțH@@][Q @-[-*^[΂7ʀrHDqH 1ZrO|

h9@F4 ht+@9@F409H.UBn#UwBV lS\9y) xKb94t9Pv@r0Z>:w" D 26Ei+w@11vm|hLK]9.uڵHj%`*AoNTa AHO*dd>BB=-`{ r1vڝHQkV/%r+&#_wՠ]_PWnP&-ܳPt Rh *LiYXP Lʂ`%3P kqqs-|`'u@1$HBd!Aɠ0ȒQZ$DLkdR1NbK9ȵ22Vo=!&rQC*VyK}Z ט>P6`r,@]*Oe6=  NT`KV ԉgͤJO=5p͛nA~.z@ :p0] 6-Z `a-,2$}8 NdСV10ih ޴6{# h%4)Z\8lG-0A=k=d ~:E@Lxn?I*C ?k)|2KeM'F*0H! f^NfwĒp#1rcYIO,HFDQt;IQ\ihtr@w+@9@F4 ht+@9@F4z# F/|V IENDB`PK?,z,z1OEBPS/httpatomoreillycomsourcemspimages470227.pngPNG  IHDR@e[ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}Dg{>y`޼ h6 Fa0iR`d[&3-i]vݣ0 F -G( Up-,BB@}`na>z( F{``^ǗHU(4?o>W~޵ZnnO>]vMSKkϮ]@6`| !###-#d$/\/i` F{``z,rVNylҖf` \Klmjfy PHi*ڵ{S\L``4ZQ@|҂ 5LHJ3&'^&X%' kM]-di` F+Q0 `u v cnn. -R˴Q0 F l| 8$x5u]Ъ T@]F( F+Q0 `',#-y:kׯ]w\GZPH0vQ״Q0 = 憆PC[= K',7ݝ]~]̛hji=yt-III3W T 4a";;;МS'Nٵϟ?}J1'QF;pɓ'N&Q0$@14F@rX|W6h#{EČUJQIiu҄ wM``H6 FWX*^IQ0@΁Q0 F( F+Q0 Xf Q0 FA@C`SL0F¾)+sG(@F( - +ȇ7E%i; F F+Q0 (ς!(4ZQ@ <[fy!vIiTT T?zh(dF(5F!X!`eeI$|i* Ң(# h6 F2[CNw $'d۽kS+#`ht((p.`mD)w킟yFsR@F(i]v '#F=ZF(@V``P Jȸ 2F+Q0 H4ZQ@2Xf]N8X{-7(x׮{c .L2 hHtDdKS3@u֭Y;ZQ@ Gr=1XA(OzAy4Q0@.ȻFl@C`Q0 $ lQ0 F4ZQ0 F( F+Q0 F(Ch6 F(`HF(` I@(`! h`Q0$@V``Q0 $ lQ0 F4ZQ0 F( F+Q0 F(Ch6 F(`H=~ Uӧ'N=d`hFPׯ] 6 F( F/CSϟ>l @(4Zشmvyaht(4% 3-}44F(. lZ޵+!)kMͣa2 F@!Q@|56o {`l3L`P h6 FO$O}'97D`Phtq'OttKn+fNQ@E@(Tk׬L}![X}B>G铧գ&5z(dF(޵HK/m[Gp2@; Fu:a6@rĜF6m*##3`h:~Zb9Ařisus Q0 4c`ՕW&M_5kWbRh5 F% F{``P@sM%dLZFfQ0 (4ZQ@MX3mڶ~z y @!Q@M ## k4 =k@V``P%&%޵kylpHh(Q@9!Q0 h|-d'O|q-Q0 4ZQ@ /@F(bnhh Q0 ޼~s7WՎ F{``]K Σ`@V``8rxtkFn VN~:^͡y l @(rh8yp4F4z(`tV`҄&L Q0T@nd`Q0$@V``Q0 $ lQ0 F4ZQ0 F( F+Q0 F(Ch6 F(`HF 'Oz(``Fk׬hPQ0 Fׯ]A1 F(h<}d`4ZAB!gD0]$XG&G+G( FB8Xf-=m%ZZ:(Duk$P ҡUpQ0$@FN:gna7 R֦f"&"`W7W"G(Chl;d@ہ/]utX͟7v4F( F{``P`vIp*($xϮ]h~$޵:p5`޼YQ0  l P]W ƀ,?/o\K~G>[!#ZHw"c kR yϣ(Ch6  >k&ru5kݩI&k&`mM-- [ZF`PHLHJ` f@(2ػ/k| @a* s (`FP'Nv€'Xc[CYH&##]*8 F(r F+Q0d@yIikS3dy=(߂y4$3ҁ>yUp4xG(r Fя!u 7!!=hׯ]+j X%$%Bā5٦m[:K|>^ݻQ0 F4Z!P{A&m,ǀ`m?F HK60-,FzhZL&! 'Cv1êQ0 F(FEXP̥+CC13-Ș>k+xjQ0 F+Q@)vBbԵkZ!k֔BNB$`  lP e>4i„I&B.``4ZA W+f^`\ FAWpHhkQh6 ;$*ZڙL;@v썦Q@9 l "v`9 9>x00'ޅX>yXQBRG[mR  (BLW BU𣖩 ³(>>9цQk\PȈ_: lb`<3-XkDj Fb`Oĉ^:@'mڶक़TkS&7 R`OrLds5i Zfxv H7 h`8O@;`cH^A}gl,c!X᪛!`7x zq_ g׏?k @(+-W7W #($s䉓Dy&Bß֮Y !^0o>dͿ@yXE%0@4z4ZQ@rP^R Ԍ|=X0o^ Ʋ=`3uix $/Zy!de|~u+ө/G[>T]C*ll%Cgȫ@GS 4c. gP mE?w\`$rf t' YYam$]b \͝5NG4yd1:d9hP 6Ѥ-! X'f$k V8B9@m[@A:U.ܖM۶C pÁQȤ Ifm^ Mܐc> F 4ZQ@)xFg׮ĤD`Qgn ɓ <'T1+'k wh}" Hm KJGWO7%㓐+Lq`u1z3Vth6 Fr r~I`+>8$XQa;avJv|*Xunv(F( 8w"Z ^Z {{cAz` ts.;nk`{<\9 F&U` u$##?O>k8` X`WAfY ݯ6r ݠQ֤}()(` mSewv5"g''#b=0`N8J@F(@}'ۆN8\W+6`O r0 87H~Y3GkQ@! lS'C"cAaׯ]k?[0o>P~y{!+?v={w j rA1'Q(d̑fO'܌,?E;(._5 hlVAx _9o4xG( (`! h`Q0$@V``Q0 $ lQ0 F4ZQ0 F( F+Q0 F(Ch6 F(`HF(` I@(`! h`Q0$@V``Q0 $ lQ0 F4ZQ0 F( F+Q0 F(Ch6 F(`HF(` I@(`! h`Q0$@V``Q0 $ lQ0 F4ZQ0 F( F+Q0 F(Ch6 F(`HF(` I@(`! h`Q0$@V``Q0 $ lQ0 F2`'N(((#h6 $ 60 Q0 F2 l I2`p@s``Q0 $ lQ0 F4ZQ0 F( F+Q0 F(CqL0a҄Mkp@`(@tZWP04'Op`4@tGÚf}\ lQ0@΁Q0 F( F+Q0 F(Ch6 F(`HF(` I@kFdQ0 F1 0uk+i 22.nnnnZZ2 F(  z`+/)%UWBRē'N٣1 F(H@U`?}Zf7wj4a\Xuј`Q@ !;aX+_3Ggp]!hhGK\fY3G#i`Ǐnߦ=l @ԜBVc ػ¬4jrw|赖Tǒ;d'H `< 0N@ZFf2cFK=hXJ'($H+H%W`Q0 U`Cxk*0NpPH x<&6}̛dĚ`Q@< ́\I,]ӧ I?}^N'O k׀\`Hv: F(`#ZZ: ~FgO7Dvΐg`Q0 F& *0`EM|||`f$`OQ:{Q0 F@QYf'Op%5i'K47ӏ2KJj+3 F(ex{OڽkקO,##k)6P2Qx!cQ3 F(h_ :* h` X{?& 7F( y ׼[";sy0֬y)g6iDI`}8:+6 F(22 uhjiY$:g`ȿ~Y0 `F^'OGs(`d:@-]*DPKKS]!6ݻvCZm4Mͣ`h$V`5rlfZy5]ls."wˀ]+#=}s y袒Q0 FH4+0Hsus]f-" >0x2XGՐ7kR* (nJN`AiYSKKFF~k1(Q9Ok& 9|V2hO=ueւ53FOW pt2 2It[>Lhc@ÿ,@[1ى ,pi5b]sځ0'Llƿry zXp` ސ`@1d;+TiD izh(_J<F(T4B\! ,7l w!ю+p{6!d\ "!Z i`L@,A0Ox¼r5kfZ: 2WW^>X?'JAhl޶i` [,k!c@ܹEI/`9yD3o8],-$;S`qsU W*P^K2m4 F( hXU`iĤDE09=Ek+ր~x g]}EHrga)7mhXU` @T?ip^eIF{`Z0o0MA.AENuM`>8 &$%b_[,Pf16 93?) X65% ȶ0W7W W'RݴQ0 =Cg4ab( `% ؀e4 9#dVG@@)Hw5d@3-ͮwt E?i҄ PLt` 0=0@N7vZ2 `?ydzL4$a$y!M6AFQ e5xd1| I>|y2vyڢTᙃI !>Q00c44€${.``;"4-c(hT` Z `{^?є7ieMtfFo~R W77坐u4p.2|E8@2L`@ ɁY}ZU*3bQWhL`Q0 "Ȇ桭р=3䐉 lF`4Q@$a5LA 5uC'M+&## r,71BIx>p?oj~zBR"|>3? +0`֡ `4NU\zX@.%Pr T]à ޵kQ0 ^Gf`u 9Y|ubjA~@ ]6< xNf2Y=v΁Q@* ]M$` _)]m$}WO7P刺Ly (I&k,x9ڵ3Yz+(l%@6d  OftG(D x1!0x Oy9& WH밥+a`P\Kށ v@ڠ݆t]I? FI Pra.nn૕v} t?I|?ilQ0 F( (U.V9 M2I&h$Q0 F(DQ6ZQ0 F((@LA0 F(`(F(` I@(`! NשPQ p%` n؄Ѱ`Q@E@4 h4G(`P(`! h`Q0$@V``Q0 $ lQ0 F4ZQ0 F( XF` Qp p`F;Q͇S? $yxGcmFC̴O>/`P (4k׬ٽk'F F+Q0 h_Ԭena1iS+G(. lO>]=g+/) (4ZQ@0yD`^=O<)Wi`F(>ؽky\܂`M설$hQ@@(T ׅ,鍵65{f4 F F+Q0 !^hR3ea`Ph6 F5laJ Gj @V``P 9G'T!l>>M۶%5 F F+Q0 (+T w C!&[ɓ'u(F(pusKLJ?o/:,($H޵ X{u`2@΁Q@k*>yR^R xrQh6 F6˲RaD_}9 F(hjة TRAk!6 F% F+Q0 CBh5֬=yĂy fa5 F F+Q0 aOQed(T4ZQ@ezUFZ:x(T4ZQ@}A&Z`a&Ld(r@F( HLJ:uy-edd&M FCfjF(u FF(.!Q0 hY3?}`5zd(4@SK+ Ϯnn1 Fu@V``Hȓ'N !ϟ7o8΃ l @(@FF&h$\``h5 F4Z ed GÁ` l !@8F(` I@(`! h`Q0$@V``Q0 $ lQ0 F4ZA_5Z`Q h|uƣ`Q4ZAϛFaQh6 Zf7C6`\ F+Q0@M]-6H 9 ` F'NN0*F=}HLJkmjaKW,ɨ"c` ~@(B@CB;dDɓfb-/)}G(Ch6 (4zvJJ̧O2]MB'MH(`H@0 Lpi"np`$F`|||:,8$d5ix&U&$%޵ Y~ݚ5nrņ)k׀V٣> F4ZQut'&%+HuB2Հ!\܀R.nx/b޵rY3H-QU2m6Σ` @(J@ ā"Z UOE*_]*8 ϠxѺ~S+##Yz%@=c5 FGk׬20wٵ .{V;yZuUpP  dˀ2ਙ4ab^A%DŽ} cݚYS'NB0@V``h U2': "@qWDwKS]R2tb ւyw5!/j#WY3]= #8$dt"s$BC.` `8r΅TrdU!/̇h鞶 [---#=}`7@ȑ ӖL6>FkM`R10A"h6 5\,e\gO7yHc+ˤG 8Z`uyV` +7WuPd (8p|^`65CLoLuCVsh( F+Q@((F` R2RbRCVnSpq`q_/o`+uk;ssܤ Ih F+QˋS̐u5ڦlxgC*-Yh*0:~ Hdd3'FC{gn`JTHC(6 FW!A֭Y _.?Z{ {Ъw ,1) $%P}yI)SNpQ0@V``ȂGSk(<x< ϛWVR  O0dCA:aOF F+Q0u(X|) )h!`UdaayV>wfZ:ZJHJܳk7jedd kS) [7:8@14F)֭YKry@9r$R` Ȇ_3&## TtX0{`qd`1 9ʕs~Q0T@.E"ZX M@oϚ *҂TWN, h#3_m\ FG( #b+E1F-qx_kna׎^9 Fn@($ϛus҄ I706(@V`` },Wp?1kO>e'ɀks l=r6Z0o>u@]e%hS*KR N5s҄ h5 F~@8F( @F =ZȀq[ƀRCkj␫'NtRM8r y5&0mP! F+Q0 22J|n OM_v,` V|7@yyW&jL5kr}Ԉ@Gu]^#Gc@nUq=i„_kLF9Q0 29ӈB䓐`).`7 (K Ce`,CҎGr&$%M~1?m qeD1'` 8 lbgvZ` `|`݃ 8$~0P(Xa`|S ҕm a7-M@+fs*N8`-hzvڈ1 cd &@C`п{}"r s& ?)3] |yDv@3ҁ]: M `큍ѳY^B7l1Ucl `@V``pẸwdP ;^.+`hydkS3dr(h6 c Y.1 )wxtAdwd`Hbk&1ÀCܿM+>ӰnL}ޘv{5GB_m@.C;+ `ژXO0jˁ"'#ȌGKPHz`uP \@Ξ'OĤ$7Wc 5n&0̺_@@(|<DŽp@: OBfp"3 ^fMPH0t (./)z2BX{<]Dm%Nvۆe2Q0 Fr|]:R{ + \3V]̓5Nh`It\BV: 'NiH7# F+Q0 F!AH6h;.j5 REaU f{? @V``:C\qny$:&Ҿa h`,,ֻdrX{ ҕ4a"rWR{ E F+Q0 FmReUEjWX«aX{h`:XC,Ca Jkݻv%&% -_X@`P,聕VkS-d؍ x+0_/oȉA큍Q0 F.WW^A@Ȍh6 F(€ ($j kb3 suA~=@V``! ցSLg\†;<m4ZQ0 <=6Ah` y0_ 0"Q0 F(Ch6 F(`HF(` I@(`! h`Q0$@V``Q0 $ lQ0 F4ZQ0 F( F+Q0 F(Ch6 F(`HF(` I@(`! h0Q0 F(~5k>yyֺ5kvyӧOZZAHWh:nڶu;@V``Q@PVRyV X٘7'O}g+3k֎)1 FG(R?%$%eI >0ނs22A!=v=`׭RSd@(`Piy5']}0`O!-O<̱!o8:A$ \fZ%h`J[fZ̤ -VA I*B[X]œԞ-($,ydy4 @΁Q0 FV[|A]윑e`?,. ׭YH0(`>0XGcԈׯ]$@F(|xk/`X^#N|ݻv=}r%|& 5ȅ@eMy-Mݐ;ɛ ZlhF(|pu`" >A V`ʟ>%k/HmdC*-Y Xg8rXk9iȺQ h`2 K5͞]7͟7FyPqWO78^+2]eF(L &p%loc TAc]&+` lQ0 Fq44:6 F(`HF(` I@C`Q0 Le F+Q0 F(T @(`*n9Q0 F(ChlQ0 FfY h`Q@e*{F(`Pgw3@΁Q0 F( F{``|ӧOh_v@ZܠVM׮]s<z wX^B#@s``JLJVHjH-P1P&(X[0`ƈQ ~~S3@V``@u]-[f Y(Cz#s `U!*jtGI F+Q0 F u,pa/22> ;@~-PH#: lQ@,֦HRhyyptgFnh`VuK[ȴ .瑘4ڥi+{V 04GSh` ?}iS6 ]B V,8 dddF!@V``r0: UP9N\!6 lQ@t k`;F@Y@F@x9 J@nd` n\ٽkdzlK <Y2Z{Qh`'Ou|h2W0(揮p  lQ@8Z{N+( F()OZf--Lv&W#ht(#<}~I(kpo3N F{``,0Jp7l@F(` I@(`! h`Q0$@V``Q0 $ lQ0 F4ZQ0 F( F+Q0 F(Ch6 F(`HF(` I@(`! h`Q0$@V``Q0 $ lQ0 F4ZQ0 F( F+Q0 F(Ch6 F(`HF(` I@(`! h`Q0$@V``Q0 $ l >yrĉukI4|҄@haO_G]T+KJiF F+Q0 k׬!I5k-,\֭YK#45GH\[A h`a~kS"; 702E|u]--3CY35%Fq<.{vZ D@vBR1d f@( s%!F%xPH ?p 7OO2Բ@'A&l`{F8+(4a"FXAf7mۊ\&MllАP# 4Sg:߽k7LHJd ٜ` \}<(XH>aEACCC« HV+ob&f- 7|d39("u"ABs^RUڐ#P9_c0$YJZ &V}TeV9Q"ѕ'`f ]V`` Z,@&5,!Rb}KD`5֋c L#rhB@d!z.+f0`5)Ш۶$1m@h)0*; h`x ɻvښ:-HBA@>! Z4޵ qusZܘ"||3tH@G(&X@Lx&_,偽74$^i.n%͸TBH`E~&>8y$|#ZM+/ms@B:U@5@Cv:I T@=Q0 I$Mbfth*Hu  [9+Y3[!z5d1!TI4| 2Y]W llA@ݻvM0vztD$P3 T3A6` #Vbh(\N9@B*`҄ ΃A1³ Ĕ*?(`! h`Q0$@V``Q0 $ lQ0 F4ZQ0 F( F+Q0 F(Ch6 F(`HF(` I@(`! h`Q0$@V``Q0 $ lQ0 F4ZQ0 F( F+Q0 F(Ch6 F(`HF(` I@(`! h`Q0$@V``Q0 $ lQ0 F2`(0i@'22#4ZQ0* 0h` !4y}@rIb`Q0$@V``Q0 $!Q0 F0'O铦Ș9 F{`` &M -#p|`56 h6 F(ݯ|||@/h6@V`` -3ҟ>̴ta x4І. lQ0|S`R3i„'Nk!6@V``a ZwZf ,4a"x¬`4: lQ0@.w9ӧ̴tȒP F+Q0 Fp* : <f F+Q0 F0Xu]-ADϛ{׮Ĥ$s  FQ0 ' 9u5k\\edd5V ah` [N8Q^RS_ (`Hӧ'Ott5@F($׮r`̀RQ#h6 F( 45#-,X>F(`ftAm@$ lQ@]N "@.`Q0$@V``Q0 $ lQ@+  Q@#@s``JOց~O89}LW6 F+Q0 F:0 OJ$f/trݻv^5 h htqQG5<[` ZȠ41)yFqhlQAf@d@A<'(" l (9LW( Wƀ䉓h5z(5 l x[A!!X%Vf6:5 h ht('vϚyἂ\K!jJJ!+5_Ϟ>yɀ\vf LQ@-@=Q0 Fi].u'NG/7o att(: lQ].2tIȌ1 htqQ0 F4ZQ0 F( F+Q0 F(Ch6 F(`HF(` I@(`! h`Q0$@V``Q0 $ lQ0(k;kٵ@'M8k h` 0V%O%fcU-#" bcݚ5 oP7j:@N0a4QR`Jr[l̄|ȭcCllxl |)jOG F{``#D"& kgZgSJQ@#@(`7 V?.D\ɓDc 7@"!F4+ljijh#Tf2xs'F(`*V6nn=x:a@e&Z P1+KRE>},##Cdg إO@5k?4YFFh8n+Vk׬w D\= 4ZQ0 kȅa90`g=ڳk7D%&h```&uL_ Ȅ$T&A\e?4:8 F(`15ug\f d XE((7zb`ET[Q*CIm5kdtDdPH|;a=e(`AWOwfZzBRkץed&M|Ttrb'́eddZ3<~P;B@eM@hk44ze&֦@n^AAx4dWTg&=@14F.@*`&*90(Q>LR XA\U`Z:i Qa;1 $h6 F(Zm RVp-b Wz49Q0 F(Ch6 F(`HF(` I@(`! h` <}ďQ4 qQ@)~ 竩 |+_tDY3y W77:A# h6 F(@i.nJfe/]K|@{^A>6 FG(`]%FzMO_ JJ7 -`l4G@V``ӧOs\w ̱A\@ {JR@(::dOnգR8 F FF(@EA2 2!c2ઈ'M:8 F% F+Q0 'dtQX];d`_ |pI ^!tqkCF( h`V`T\܂w`*LKwus$kՠ@YHtD$1~P('΁#Ϛk)/' h` s{. ћ!Q0 FpyBN04` g -#[ĉ揆04ZQ0 3hmjNLJڼm'F lQ0"/h8 '@s`` B׮Yǧ)3z4ZQ0 300 a htqQ0 F4ZQ0 F( F+Q0 F(Ch6 F(`HF(` I@(`! h`Q0$@V``Q0 $э̣ `ݚ'O Q0'T6i„铧D lP]f4FPN: lP-,,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}d҄? F FkQ0 Xdk/8nP5zw($k(/)Ҝ>k&knavM1GT@}Q0 ֭Ysڵ$dAM-`2L[0ohQ@k@}Q0 ϛ).-#ޞ>^\-M Xra} X%`0铹9@@ϟ>BȄDQ@_/ohQ@kZ0op XE+(09P X%$%NP xd(2`h s- \`$BG2@^`0Vw¬H2y)H ΐ!wJE&3:5 FY FkQ0 @}!!^Z,ٵ Q#`KMIQ0 H0 `ЂI&h u3y42:(u`M]-PX =}7Jv| v_?޻{ryjv !)sZbh(A T G3A1 :ёQ0 F(Ch5 F(`F(+~QR`Ph;4abtDdKS3\f Uݽk7(=prJ!O>92Ph9`{Q@1麣`4X?yZ0o>J˻g.^>ϟ>޵.=&YSK1`@F( _vt\ )=>k&OFCiF( @6PI. Q0 hhtkU>CC FF( zy?}dZZ۶W6 F( ($tW^A>:i(4Z{Q@,ؽkyV1n͚k^< FM@^`-,vڵ`< dO5D`(_/o`yV/ 'KW,ǿyQ@9Ѿ( tWnAh5 F@F(޵ 8Xu.> FkQ0 (M͓ٴm+lQ0 FM@^`P zG G(k j8yޏahQ0؁3FI`҄ 0 k ] kd@+G(` =@(`h`Q0@^`Q0 kQ0 F4Z{ׯ][fh8Q0 4Z{ZGbQ@k ?oz=(`4Z{ZZk׬F(FΞ׮+0 9 `@5 @@D7>y a0oV`WQ0 4Z{h5iXiiik/_/o`W RF7i+§O]vQ0 k ^`MxBq$&%WT&-#SSW)ӧI͜4ah5 Fp4:5 T`@X9W uñ] XaF$G(~ FkQ0XټmkpH5k2q-D~ZBR"P]Fm h tt'&%k&\+O8KٵY|y@]>'O "@A JrllG+Q0 4k :P [Ic+0i` ^M0QZF XA` &&ҀR-KW,y! h:qR٠;L)`lrFnœ5b` !@(\r"_3{Hh'Ov uW{oxQ0\@^`pU]+8$dh#,|N +I&e!PFFb` @(,~dTgO7a*6)uڵ= 9(A*M۶{rZX0^W7WZpQ0@14F }<4TwK6PQPVQ ѠCY(n%_vHiQ0 F FkQ@Z}Cs]ry@6Қ>k "Q0 F( h$,/5}Q@<k V]O<  FcQ0 F`5`Q@`5.]yԬl'Xf Ŀ r \0#"44Z{ZZ\ȑnyh+!3!)r$#Pm[ҸO~ߟ ҚV?/ou[G(F(@]]"` Roڑx~5`66Y[ЌF(@%^f%-l>S? #J` Wg ׌!]ukcD [ 퀵8nB@kG(@Ok` X|98$>pVBO(`.`!] S@@6q]%&%!:5J;!BMe:Zu -@}Q0 PT 8Zs( ~-,?o>[f-lC&B3]`xu !x9d!#yHO?!)h,^(jk^YmA ؗ^^DC<\{v0pjVW\z4l ϟ>#ot LHmd!7@1 (Z:hATxZEϝ ǏBV~8Ǐ@kV7wǏ~-@Θv3ǣ 4 †x;{kH-+.&ahtp! M =$&9yD`w> Hw "88Ԁ,Tz69l B[< 9n29@^` mp5H}vI4٧O`|'OkG+}4%,sMC^3 72VKXWjC&!)1]8:5 @^``/!s'0xtA&P v`O>,!= dgrrz5kCB6oJLWݻva DtBq h5 Fa~ ;Y)ׂkRVR),Zf7)yudU$@35u@K?֌Uȫ1P˞]!uWtLKGւkhA0 Z" XxëɰdQ0 y\܌bK%&dP/0#CN`}/!T{ zEBuMv'{]JZ{] !ZI,iLg@` 끂p.]Xzy78Chkll>v7im h5 Fa*=XS,] 9U㕘XۡEFJP ¿ ׽ew܇dR!o q k`taLq`=] G4Z{Q@@f0w F@F(` =@(`h`Q0@^`Q0 kQ0 F4Z{Q0 F(z FkQ0 F(Ch5 F(`F(` =@(`h`Q0@^`Q0 kQ0 F4Z{Q0 F(z FkQ0 F(Ch5 F(`F(` =@(`h`Q0@^`Q0 kQ0 F4Z{Q0 F(z FkQ0 F(Ch5 F(`F(` =@(`h`Q0@(''O Q0 F2k vv  Q0 F2k jt@. Q0 @^`Ps @``]1 F(`F(` =@(`h`Q0@^`Q0 kQ0 F4Z{Q0 F(z FkQ0 F(Ch5 F(`F(` =@(`h`Q0@^`Q0 kQ0 FDR#"G/åh Q0 F8 Z%##26h`Q0 hU{I䏆/u (`@{Q0 F(z FkQ0 F(Ch5 F(`F(` =@\{A`Q@ ~ Hk҄ZZ22@] yJ+,"X![hQCBBGa50 F2 `5ZfAbBN" B(/<\|||L(10F(h XH]6 EϺ5k `U7:B8 F(<@T8 Xo "Z`}p 15:? F(@^ȝ-*m['M{]ׯ]+22 1'@$=jQ0 F!@^;[X'utC!Di+CpQ0 F(  k/`3$,G<ӧO^ Z wz(`>@u-%PW`@: LKoijK]v3Q0 F(0fz > saZVHgڅ BB5 K#=}s s =m6 F( h~E\U HboQq(`@UYpvukIqQ0 F(t2< x=}DSK+3-Xag ֭Y{I`Dj\+|` Tr@-=4yQ0@kXM5sy:l ؋z>0($8 Y?'edFwڍQ0  Oij0`BR2"` 2B`5:"dyúd,Q0 F04"j/M-ݻv덤!5]|'OLb"|:qɶ` hخ@WAf ~/O4೵E֮Y`Ĥю ͛4a"F.$@ðhX@|1׮Y gZ էO!׌Y3!ۼ֭Y@v ZI L`żnckd޵r zգ`h",`ey32jdMts,mϛw]W]0[@C^E~јT@LA0dfa:#hv`܁ Q0`h '^  ٳkhgZQADB>yԞ|B ~(  ؅*vN0}Y _k . {ݚp q Q0 4GE6!iVx,%'f24aVq=m(I-ia00@WF$h!bh2@ ګ9]`烊3.ѢGlmlqaݳk X)ցKԈ|$bh2@ 2k},kdZHO**/m#|PvWu _q8+## a@@@ II I` ^ l9A0PRq1 F1 p_͌Uد6os xjD`x> qf F(  Q0 dS" WX{W~hq3 F(hh%֬AY_IqՓfQ0 ЮBBXKe+*W77^>A׮Y ?X ޵ ?rC@¬5G0#*b&rl(l@C~2Nڼm+K,L\AN02`jY0o>k.:N!ݻݻvٵK|^gO74]@6fѣ%LK_f-y`S ( 95 AM@fG̫t[ g[&a 1 Yt[:w'? FU@ѯt`ge]@6d1 F`F`"x֭Y(CI95x4($\*-` w\}tց""o=!ר}(Q0H'0@`_v rD L+ `P * Y{ijiAfc`a r7 ?{D I֬AN]=e%n: ":C^: W\b9P'E ?G(E^ظ ZuOܜi~ kXy;|9r Kp`  g Bv+C6@*׮[PpO F(5kAkS3V]]=@R`e62`h5 FsusKHJrVf*m4pF(5kr rA@PHHpHQ0 h>k&*j("d2Q0 h hd0i„'N`.Vf]=ݐh@Q@;@(׮M0XocU0:6 F@^`]]H] !)my]̣`F( >y򤳧yK@5222 G( ѓF( @R:@$##'k׬e!jCQ0 k5yDc҄ 3^pp 7`4 G("kuE87:"z`kH1< F4:5 F(`F(` =@(`h`Q0@^`Q0 kQ0 F4Z{Q0 F(z FkQ0 F(Ch5 F(`=kc'OKJ׮ijiQ 51)i4 G("Ѿ(D--'N- j/`ena$?}Tɓ`l!Q0 (4XP]W{\x zyf;a`j{Q@\JYFĭ]&LҪs`@^`UBVKMxAnE1F FkQ0 H!!@v͚uk`UeM5s4F(kd<' XNwQ@S@($` 2Ѥ&Mxĉѫ)G()kr|i ȅLw(44Z{Q@&HLJrus[0o]:G(44Z{Q@>VT222@ɓ'ѐ FkQ0 r ` FkQ0 (Y|`  Q0 hQ0'D($xHVZFftls @( :"r8{K"G04Z{CBݚpiQ0 F`22;G(h FWmQ0 F(z FkQ0 F(Ch5 F(`F(` =@(@bQ0 F(h_=ZQ0 4Z{#"`qQ0 F@V`~^@r4(F(Fș~Q0 F( h5  hii-]/3-}52 F( IQ@S546m 4ԉDJ l*``å}; Q0 Ѿ( PA` hJpHf`mU XaquswQ0 4D`D42rC1]NģXM0Q0 F04+0 "q]!>@]},iJQ0 8k Y3KtD$ XH$&%]Njijvddd5ЄI&9h$P(4:Q0 2ёQ0 `卹X޵ӧ@SCҰk39iy x(`{A4+遌R4=vut`=(d-Avxq̊ΖQ0 @^`Ё'Ojҵk]+W7W!BB+-`wy2֮YY { @T9 h>:`zQ4Z{6:{Ф'-," I-M֬v€5PX;gi@TT)8$2@&0FM ``lR=($h0*n]Q9 FkQ0l޼m+}`XxK.`~5 II@'O@gVf.nn]=R(^1'O OW X[!{`n~ cQ0t@s X`=GB@tk@w ɇQ@vv͞Cqoq`Hmi@k҄ ֬8H ocXo(4Z{(vG=mG6^Gc xP5pX7Li:uE:{ Hmyy-^(F<^i#$S XN 1\hnatus F FkQ0 Pa̴t`? I4a";-R'O@AHK&_{trE6ADF(X@{Qw,>kyum[CNVo竀'C;( Y l|:{m`C FkQ0 P Yg̀~z=.f̚]0C*X?MV]=ZUSnO¹nq=j~43k܍tG HCUHPH0Z$(`_ XATT@.\f (<4gzhbm@ 5Hu* fUriLFh5T@{QԛzIS8t֮YY,+)XSW XX.H]` ;` r1ش5g$&%{~xL{^9t= FP4Z{Q55kn`yC!>yT\vX@zBاr!k'O?`:'H6|-dy]\eU/~BM3XQz4G4:r8 Fz]-W#/G'8FLإ_ǵ( jhi+Chk v4 qy!.[E +` 9yIF4Z{u<"tW$W " :2<9`F'OBu8MO;!< ~3*1 أEB[&($1CBFh Zb !Б-8B*>&e+$@U?`<tr@5O($+uk'0i'M@C` v BANʀ+3 WP𻘁fB&Rׯ]K?8`]1 N#"ĤI:C໩Jz! -o \1~e`@^`p`Z  ARs W +a.[` K@(DXvO6`@( WD k֔B?Q0 F~x9!֦ˏ(?k 7֬olrusF-JQ!D:9i8/4Q0P FkQ@jVi€08$`PEIv h UWu]hvк{ &"'V!Vu* nQ0'.h5 SM5f"~Q+ٿ1 h5 9~H{&L^ 62^j?iukւ/2^ Y0o )<LHudk"Q08@FVfW7܂|l޵@-O 2F'؇+X{`zk]A!ntLZ FkQ0Xl0{ `kSsM]-PV`]8Bu4+][F FkQ@J1婢 *0` EUn Ik׬ F( h5 HsX-- Z8  )]m8 F4Z{ Q0C66`dFAnG( FkQ0͡Ѫk hQ0 F(Chk vpĉIFaQhCYA`h3 F&xɺ}l@^`!;_f-@JLJ >yrF(C>`C^wdX$ht(`ۍ 4Z{Q0 ֬Y0oS =}Ά~ڤ /FX+(T_^R(ڽkVO7@#` `e4'8$XSKkׯ]`|Y3ZM-Ms Hr P4)%|||@Y.@i횵@@e-ԏkQ0ؕimj~Bq ITBR YW5-Ji,n"wBBZ X]Msusa@uk&T? h` 0֮Y###S]Ww}ǐ 3U9: U9`E1m:_(kQ0`y h]ϟ7ӧOAk!Sb$-j`]1 F(0ɓ&`?U^bާ9- &~h5 F(0{.`oCFiij\~ >LBJ ҄sVg57B@^,7|)Q^R TT? htpQ0``Ϯ[nڑM@fCV"<˸BB\P|lڶ) Hw^|S C6%fx FkQ0 F@ŁHE.Z'\PkˀbkQ0o-7_v4Z{Q0 F2 D]1 F(`F(` =@(`h`Q0@^`Q0 kQ0 F4Z{Q0 F(z F{Q0 ;4a(@4Z{Q0 5)O<]fMpH4*s"E( FkQ0 F n'WPH0(9-lT4:5 F(`F(` =@#`_v 'OƖQ@6Ѿ(`I&+-W7ϟ>k FkQ0 F(`Xf &E`09`tg* F^`>yddP4Z{Q0 F:X0o~pHY3N81 Ch5 F(P5:5T@{Q0 F:-߽k $GdHF(#Ȁh8 -@#`Q0 kQ0 F4Z{Q0 F(z FkQ0 F(Ch5 F(`F(` =@(`h`Q0@^`Q0 kQ0 F4Z{Q0 F(z F9` p O>yJ&LsyF?H@^`4KJeI"u65]X `ՅH Sh5 F()YvA_Q,ϛ !T]4Z{Q0 Fy'OvJܽkP 3~2_]W;, FWmQ0 F+(x)S"-# dcU~+ NkhiZC8O-@}Q0 FS2iD`) [b/E?99L'O rSh5 F(),CvS0. , !R q h5 F(XW!WvnGUh5 F(2-)!kЁ]'NpESh`\Y(4ad}9iC]s8 F(ML !lD@^`!}ukR(j! %v1F(C<}k4hkQ0Ld (P]1 F(`F(` =@(`h`Q0@^`Q0 kQ0 F4Z{Q0 F(z FkQ0 F(Ch5 F(`F(` =@(`h`Q0@; F(T֬y)oPHVY[FFBZF}5k GÐH@}Q0 F(hijFHSKSJ' j#"DOSKs4 4Z{Q0 F:^{ZX2`&Mwus+vF?kQ0 5/{CB9d@ 9[K1yQ0 F(+oijӓ'Oj+p@TS r:RW @@(",mwC'ON8=2X\v}҄C<P / 1M--HE(BDFS@(|v͚=vO55d6%6Rֵ@AВ?Q;`avZ!8Sn8@D`_7h!$H0#:Xc xٽk7ի.HM h: +*´Pki @}Q0 FV"_3 ƶ;HUׁ#"A!!COpcè2]O<xh5 F( <ِS o`5Y@E`wi= T;yXWm\v (PefZVBR"04 Ce||aQ h5 F( >yb"rXQ7޵@RO0I~aPH0h/:N l|!jDmF(d`Wy5{Udmy IIc'F=-E6<o96\h@.0F~@(L,d5 5|ػ+(?o8UR(r}2`T7gdB2F&U~@';d1yQ0 FTE'O"OО:qҙ=mX%W]XABR"S|ӛp-$K4Ѿ("^prkX<WutwY-7ӧQ€oh2ҁNݘLkQ@}ȪZzg.K>E@v+Cgv˨ hZ*]\W@kQ@}{׮Ĥ׮ 3ZuB!J˻{љ6`P{]'FșO< Vؘc380Łv./de  h5 F( ̇T*5h C\ڒH R--(^0o'O#"!]yIiYIifZ:V`h FkQ0 F(޵ ^.a'[ `%##c+ȇl?> ؟O5ܥ3dh FF(Ҿkulzukֺb6mۊ&/I(ih5 F(t@GRrңuGS}y@Q0 F`lCჇ222pU\FFylt 3A@(`Zf |I!~xgD ;3-|`ɧO@Qm|d1($:(?xQ@#`Q@&s,7o fdZf |XAh FkQ0 F( <;X-_ hѓ89`Q0@^`Q0 kQ0 F4Z{Q0 F(z FkQ0 F(Ch5 F(`F(` =@(`h`Q0@^`Q0 kQ0 F4z(`'N'KkQ0L@tDh P ch` y28k׮65WjiitCBBs FkQ0 F2`0hW2ң ht(`h`'O. kQ0 vu5M-֦Рh5 F(t wusVcB kQ0 KJ?}dk^8 4Z{Q0 F@u]-FCB@(` ]&!)1>)1:"dF(NԉII FkQ0 F(wF'ShQ0 F(l2FCB@(`vhtpQ0 F4Z{Q0 F(z FkQ0 F(Ch5 F(`F(` =@(`h`Q0@^`Q0 kQ0 F4Z{Q0 F(z FkQ0 F(Ch5 F(`=w2wEHdY3G ֦摪k҄@&&%BOh5 FH=O"\vœzi|{>}rG.:Yf+B@( /ʀ BEhiKvi FU`Q0 kQ0 F4Z{Q0 F(z FkQ0 F(Ch5 F(`F(` =@(`h`Q0@^`Q0 kQ0 F4Z{Q0 F(z FkQ0 F(Ch5 F(`F(` =@(`h`Q0@^`Q0 kQ0 F4Z{Q0 F(z FkQ0 3ؽk[vV|3'OVQk)aF(XLGGD%7pus{)\KJHOXPI&fZ !eOG4Z{Q0*0H=PUpɄDHN5sӶ@L:hXo%$%f⪟edh4 K@(C K9`\Qk@ RUN^A>Ȋ5捦!e4F(]1 ÂCBePz`+(hT!U*+):ydpH0U5k!U/!43-]d 1eM=v] K`xG?C@> v/ݰ`݀F(vh"`9d#ٝ=XK+ӴZ1cL< nV]p4+6`yV2Jgu3@7:@FyItT`~ϊgрtPX)µ'`Ad@] N[hh(]sKh i9 >:xa$~gckc q8c$H`a7]bKO$b,!LWuN%!U:jNެNJiGA ?w:tH*^!xa^"7.`N #;o޺?v *0q( é^ݶnY¬2.4Z{Q0g0([kHEp`@k\ِ:k&x @6\k&G@14F((*03R@>s0 !a #P&ёQ0 F(Ch5 F(`F(` =@(`h`Q0@^`Q0 kQ0 F4Z{Q0 F(z FkQ0 F(Ch5 F(`F(` =@(`h`Q0@^`Q0 kQ0 F4Z{Q0 F(z FkQ0 F(Ch5 F(`F(` =@(`e4F(N* 0 =kB-̇{|XCc]f-$edF9h5 F!!ޏ&L^6 Kv '@^`Q0 kQ0 F4:r8 F(ӧOws Q F^` Z]܀hϮO< h` U+-^>^`k4@FёQ0 FP5uiIH4` U -#Λ5 FkQ0TAkSspHȦm[O8qڵQ FGG(C@ ]xGGGkQ0TAPH0dżJ# h5 F(|4,FyQ0 F(Ch5 F(`F(` =@(`h`Q0@^`Q0 kQ0 F4Z{Q0 F(z FkQ0 F(Ch5 F(`=)jQ0AtD'T Ta8rxa h` vӧĤ$^>^<*B-@.7~Up4Z{Q0 ;V`iO<VHxTA:1`` v~ZkSVu]h c@(`h`m&Oe` EEh5 F(2Hk) 'Ott^V9@^`! ぐALٵkQpHhX {@(`(`D Y|tkF(C @& pRh` 1dDX^Zm4|FkQ0d=dIhȌ@G(CS'N뭵k@3Ɉ4` UY?z"4`'N*M--^>ݻvw ,Q@9kQ4ar070h``w *@"yQ0 F(Ch5 F(`F(` =@^`''O/OL0| `@^`,0޼vGAC%J Q0 htpZ5;U(p@(#]&:"u#,7B0G 5'0 Q@@#`\`W CB`g ^2)G}@^` >Ӻ5kia,D > t(#ёQ0 FRPCrG@F(J1<E̊yJHJ:B^g@-1 h5 F Xi!<=|-Ɲ=@e@vkS3:Q0 h`-LPSWɓuk@6)C4— މ4p@^`,Bla22 IIh"@g(3kFQ0 F(Ch5 F(`F(` =@(`h`Q0@^`Q0 kQ0 F4Z{Q0 F xk=ʣ`ڂO>-7 x!htpQ@[{.^pG X{6՛[U"i@-sFF( dXge  `wmyq`lݚ@CH[[f \ (ej8ؠ4Z{Q0 h zGfZ'+ H-r[Q@'O3R/Bt4`@ 5ČY3ml!U]` ".e]! h5 F(!F-Y:y$hNAf#"BBUN0RFP4`;@ ͯVW,JLK4ZH&$%2T@ȼ|`>w S *W77HeԈlxBn7-## 4 xݚ@.a@c!˃ Q0 @Y^ab?Q@4P#S0=P?8~rs] 4<{zq>y֡:=RXhkQ@UH=^dh1@{Q0 F(z FkQ0 F(Ch5 F(`F(` =@(Lq:Q@@(SKS5kN8{׮RHu~2Z{]1? FFznn ID.~JI@d^im&`hkבZf D@?ĤDjU<1 h5 FNUyI-5t ̮c֭Yq@Q0jtŀأ F;R90 BBFot4Z{Q0g9ry3n*H<䉓֬Q@@(C {6U %4׮av '4Z{Q0 P`}5u /b"{-54*] lh5 FX;[Xm޶u҄~9wuOȀ͂3ư kh5 Flai𵍰> A1d4G@^`,p@~Q0 F(Ch5 F(`F(` =@(`h`Q0@^`Q0 `@EAq4 (?z @^`,%>>^>^`56 # h5 F(@KKӧO [4GdDF(CT.?/o`l44FkQ0T5k#"!=Q0r@^` N8ina{{4@(`>>>xkhQ0 FPu^@hh4@(`.׈4:r8 F(`F(` =@(`h`Q0@^`Q0 kQ0 F4Z{Q0 F(z F{'O&M0 hjikuф:d Dkj0 98yh5 KW, Q _F_uH FkQ0 F Q0 hht(`h`Q0@^`Q0 kQ0 F4Z{Q0 F(z FkQ0 F(CQ֬=yh8Q0 ?k@ `RXIJ#IENDB`PK?g551OEBPS/httpatomoreillycomsourcemspimages470231.pngPNG  IHDR pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>>:E6M۶@Ϯ+(3|6vl.%+yyc-j4ddd)䉓ZZ@+VP4:tC;;20{:N<IX.1 t4U@L06&!`ved i }|&0 9hiXٟ:q2atH}bZ~r6\cELƵ@  A.j!CΧY&sd]OASOO]\@дt`<`i 1ĠI&[N N$Po^A>`q ,^yx!Z S%J|4 Q@,C˹b 끋剎} , ll|H*߽kמ]R4 L@).`VCKbP( ,s!n;f4% \xD"1k &` ,OܥzŪ4GP4r ,+Isu>i5@MH↷Z MN`' x t3\H8 ;@$vKs Taexx~s"0Y lTj]\̛ lr'Nu*MQ0CcfaIfKW@YAU! h| E,A` x =&ha$H )$%^( Oh`x+ڐ'O!Y\`B-IGTxr !d|$^( OWԌVzWHCpY` L@-F+0oI`; ifH "uo(R#"בk׬& ` ٵ ^ 2¯r @l;0Lخ҄"l|1($y:R>G6%$%BZ&L2$(6XJ 8Ho$BR8P0`5lWJL5\8ţr4VtQ0 F@1(` h`@`Q@2ѢsQ0 H4ZtQ0 F FQ0 F( h9 F($-:G(d@E(` h`@ CB@ޝnr6th֬DYwMOh ,]|Z Qt6 kڎj׮]_: !Ytɣ`p-0 (4:M4 F($-:G(d@E(` h`@`Q@2ѢsQ0 H4E _3W=^G($ :_nO>z N0HY4aOyxv޵ԉ@| :"¼h.+-#trv +kDS=]"v䍛@7hb[H VjQ0 kΌ4 Ǐ6'?@5#ԵWysFG K46 C]=   ^;j r*H]FKK R'&%=}޼6- \W7koT @O]vS ˁb&|:FhZ+Z~lBBPgO7Zc; 1z~LjL||~0S*d  R5@.0 L@ ͇ -M0Cbv |D4-G!4pvr33-}i/(3 &`:@-!2!do\O@R`C@rmyެ@N2hÔnXK EF7Gb<MtEV 0JJ!#tL܍X@L'OĜ^$n`Ĕsd-L8;:"Xu;"9T^R:G >#y>҄*@\"]Ds 0[!1POD"]&`b҄^h1ɓŚG0NҸN? LKW,?p0?q Im2]<ۀ'Z l!! Dx\ q K t!0gumOH"]',@&#[0dTQPDpQ0@ϟ>zL}",)4Y:DJ`X +e(@_F^!0^e! 6Z rYT48x" W($&%'VHOh;pZAk9X,X`"Bf!M>C#1uH㋦r:Q?HP ؇4a"{v%+i$ȣ5Hm${`DbKl ̨ I$UD IOj|U`x\NrҖlH&sBzV'0 ;vD4-Հh֜A dwM[4<@uK`҇'#`w ^M/J!WŻ0MhW`p\^ bBȐ `A2K7'ixvAM@]-׮f( XggOwYI)dڅC׭Y[^  +dGP% A*Hs ['ΐbC rȐ"A| _ TCdE J`/( g[-Mv7I[!ȫ~@t?vx !iwewy,ǟG tn`^Ŭ! CohA!!ob);!7Cȅ Mg XL0mhcAt9x<D*<# 0A6䠅`F%nаmuVD𫽁`񰛵FI(p†~|c7hEśo J:(/ k4qF?}t4% pmmʀ hH17 Mͣ0 (4$Υ+*[vj!~Vhi>@ ɢs;zrsQ@9iQ0 F( h9 F($-:G(d@E(` h`@`Q@2Ѣ FOp_9 F(p@2k@n z1,Nm-*&"RZFf (K>}t u&L4aG()H҂,;޼ϟ>}h@ö ١$3њ"%B, 0UMb& IIIs`&ʀJ5h} ܼ`#F4<[, I yĺ5kᭃk AMQyx`k@UzO9 XΞnx~ MK`4SQȧ+K._/oy 4ӟ4ak׮Bϫ@]@@* @5 @-e0)Bh] "47d `hhhi"w&$ 0^]=hSy'1_t/0k"&9 '#2`, s W7WxnLLJt!P茼|` ɇmew}{.`s*ϚpbvLV]JF!Q^Ah֬y)vr3tVN ǚ~ FO y L" c Iف #IB|ޜg@6dyV3P HȨyYZF .z3qt*wXuA`!l^>M۶`cބD$Q08@ XTa w ^GyI'F4HgXCu*ZLqd E@ùvN5 iEIB^c.Hأ-CM!2=^XKzA#а-:*3 srs@&@>y6K^hm/֭YOI&jjiHMyF$a`D /T~r # `lr0zG!q! gF 8/&vBh槕tFM޴5ĽQ#A8ryֻo=:Ө^,z4P;_Y8Jѷu#UTe0v`0-x"98E$P Cӌ~N37c.?s:;͠ǡ*% ʱX+ 1Ix榆K-[)z7N}%ʺؤC 8% no$A{I@xrB&;AV O.?Pyd~pCpo%*66i+<+׋56s^A)ܮ|='&iy.f'%^]˗ 0 ba+NXI|/}vbS1"rJ1Pc6 |ðffzΥzjh>h. -~cOR1̈́4]?`z؉ LqgQHqRk6#Y/ IY~dHO<n"PC >D G'_ X.]%8XjcyFZta3=ʧn fLD$ 4үӌl@2m,L7AՏ#|7i687\ȨS⨶W#j_cGbcO l]\>ϔb8sJ! *9oǕ⚷Uz$6ď ]:t["Ѵ}6Z;A ^tW!R$Db[ƙUْqdž q#I,$KN<8j7:tԄ,-F0;M<8 @AP`B>bL2GeO l'Vʟi+6 )1¶Zg4>L wQuRj ]S)a(X*|]4JC9*MbClJl &3ǎx/Ap\I\x,R?(50kc]2;$'9Lˈ4IXgY*BC&Lo*#OթRj4Z>M0w3c $)HG)m\uvDƟ% C^h4۶+򗙦z(ys+} $SyWuNkua/PWk@'OL5K+  Ћ_IeО&)0,yM?wx_֚|_ |DTBkS@6W!&++jN?& 9ꪁ-MkVF)+.Z(Ɛ"clj]4 F(++//)q+v 3/h`[X8r2;6 MѢsQ0eX(` h`@`Q@2!9I}4X yg hH/hE; F dщTWukbnTj ]`s4 dI(p; FI FF(d@E(` h`@`Q@2ѢsQ0 H4ZtQ0 F FNt08W`PA҂\=)*&"Xj֮YhrpHt# b}ޫi2wu: F 4<["X6AkBܡ,R% rD@׮]d@)\ e%/ߤ ywXŁv%$%D HwdbA!)uAhv #pQM (iuR%mJqmS&Q0 F F)OFnrslQ0@i"`q'\vGJ{c8<9 `@ V'0D&rW铧ik`1,qk׬ 2OiJ뱌@;@ٵĉ@;{6} }4`Ek?hׯ]G;/ز?}FgZZZ+B ?/I&N5.Aݻv-7RnEm[UF`@ 3($R@Ryb ., L 䉓u Id{kj!lii}Q0 F)D O3kA{R`n̴'NhQ0@L0QSK2`0Eu [І8=17wm J=})l>}d8.ݽk؊k@+##`kL022 d@TBf@-M@ F((@v3($E---\kzt%$%%|||suZ2!) #h^b5kG((@óSȀ1RT)pu y5R"ŪHڀQ0 F`@`Q@2ѢsQ0 H4ZtQ0 F FQ0 F( h9 F($-:G(d@Cr]'ҡr4t@KS󠺰d! h22JCig Fr ;.1 IENDB`PK?g:5OEBPS/httpatomoreillycomsourcemspimages470233.png.jpgJFIFC     C  uS" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(?jwOKpI6\w8Whp! HR5'\f;+_DxNL>=qj=F}7I|1&]OTJ"`hVǿ~Not>uZQ d@Ϡ|TK/~^>7홮xÿ9T?e_E_P'nn=]4-" c(Q@Q@xa>#Vz67.ֺ]"(oT&O'=54P ? |?G|mƙl~$R5+l ј2kU+?w)ƋO x0++>$^$\j+:>'t;<9=H-Jd*iY2!k|e,xsÞ?~=ŅfdfE_ݤj@ 8}EQE((~"Q'5/i>ּQsaV_.f-ڢ ax|n?h;3itgOb[Uvvyǻ8!?u$k8θ[w0r pH㩠mX^|7%3ϊ7P7O xJ+Gvн]]涷1 @w?n {'O:)  naI?:Xac63O,iPŘ)?n^?i5(Wմ?ꚜ)I|/s5ԚwMjֶ pdH`̪1P}"_¯K<5"%EA>\#ZUq48D+dK rF cf7f<3-~Ŀ3j^2gF\[i_o1_:5K"3DŔҵ e ᷇!f{C~yG Kۻ3ҿ<oMeM5R?.;k~v@gT&ُ?MߵM_z߇ d/4VO]!O"bO1YGpXMEP ((W?ޝwZ,mžncMOs9륊)hf]J0`z;uHτ:7 x#῅܋E[kf)կ{ WHvMz'ĭ;Ye{߃Zmvye+:Y5F[ QĐۺo<wMk[]Zc-wiomemyer8UU$Ojzn:6ݝ 5ݬ$SD]I AQEQEQX?9=Gſ#ǪhŢmtꮌ`U9?.wJ|L7 :kӨs#+&g;vzU|K鿴i/5=?{YmOٗ^ּ{\Z$_!ɴeDz8A/ $~ا~麗/qsZmv"tmfG+\K4Q$$ [3s~}>YbK R.!wE&) *JHqdV s__yg_4;}B~N#8MF;|:?c_?#\~ɺl5J4mWRgRE%?_g_%]Yы:QD1G];1gۉɯo߇?gz/` hӧT"=h#etX!"/#Y4Xvwe][]iV:|REe=X2QbEP (((((((PK?v( ( 5OEBPS/httpatomoreillycomsourcemspimages470235.png.jpgJFIFC     C  /R" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(?xW|ubR巴/uHBΏu<ˑ5c)xTϋzď~0MkK-> SSHwYKI4KM~WqWD% |?ii>2H&Ueu "th?j?z+?i Ý#MOnuilt}=oȵ[`yREvg/@_Ÿ-A'@kĖUC紊(Op 8_Ew7JoxW}|;A`,6Llbxh@QO0>|r~!~ hS'Fٿo"ĺ;.6d}E;\O/SP/_u_o.bTnioc̑Mi;׼IX?gO~ٞ+Ogk;wzRϫGEjE"7%OE9m%?gKf#_ag|aa,,+hՁO |B`imsNQG Q~ZjO%qAs7/mr-X$xljt|~д_|d&+/>ǖceO6ݮ }a|"~7htDn_kuq {%Fy5«HVfäe i˫;~>i~ ~>R]oBOoey#-PEv(kž)o/z7 ?E%/lHlO F:+HʊXYcz(B(WgO4VCӥ%HԱXmVW8T5_^>4coKO%o:EvZFe'iw?ٮYa!` @>o?5߰w?iX\7촨(YUV@KcW^3xm/u] LQ-r $x8$W~ׅ>>|^տg:>7ǖV-~i=Cq ˶7!WmpMd|D?ŏ|f|mOg/ aawX l5=F R$>P>dÏ?odGZ׌t?GS[@g{WOk{9n"zʇk"R5W,u-fƾ G%C*jdXXZ׃ut=zDNmnagw$a2D~3⸟qz7~ kx>,2n(bmDx^U+_[_)wUan.> W?m綵\7=o X?pH|;|ikxNkV]%с.4pPaёH!5#q>$գ-n'Iƒp`xU /x\5Ah~( ~NK [*ڼ!' ;||-#jL?k^ дOpNuaf 7L,#IW__K ^h3xCடڴƛ5]]7 sPo0L!zƾ=<{[?PH1t$ֹ{ )?̠ntQb#I,fȟg0O $+_c\lЛH01zۑ83E?PK?N  5OEBPS/httpatomoreillycomsourcemspimages470237.png.jpgJFIFC     C  UN" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(<5gç>_>V=QYE~fǿ)(>ܿZEumQw.מ%CɥG-.dIx՟($+úoaqxfˋ;5+]Lx :z<w݌ ~ŞN#t#OXTKxQbKB:"FI++YEt_µt+VoW9y'nDV"Wھ>8IKgjk5Yjr\YI}%en2haieH4(QEkN0|&%M7KCT9Pt<Z1(y:Wfx/މf{ṶlKUWwڢI!Xn^/пm A| qAk+b^Kj!t#gRYpO$}E?:E~/~=z ?KƟJhVZ΍$-4vu$SMVeK |Mc_|៶hUK_ ׇ/}q4iݹPH( Q@ ķViڗclurח3HL{FR(䕋UY| q`wN/GX> xw@Ե 5OO}9XTds_@~_wOU_>0G,JƄ{ۇϕkm .$#jDlςǍ[xI>|wKmqx',+V, eAFY':7nm_%w6K0k8{VYYX3Ig@hӴx ?qȜ\2ݘ؆˖pl kW+jo?~^,~?xcL/ k3ve}iwPE%yWSFBw )?M? |J5-F]Ƈa5 1xH0Yw<;K-;OP{Gt>6^$fw<Jva'9 AF/W@:߲~ZX~j6O)3覀f7O"|پhYޒRG#ү~?Oǟ$˱׼OMsjs/U` y/؛ 5ۯ | ?wĚ͊y c>c[<(LZ*.oO x8uamaI+V/ \xoRΖi1#uW#nf7Bவ@w¿cú֗7 s֡{:6Wt1z.&?K(Ҿ!xn^^iZUPIIc%\R2 ڴA/_~ tH-+FԈmi($vnXK@(<~qpPIMj eco3S|(㭝ŸH|~vD5\x[IuDI~k6+Y8+>;^,е<_jj/-- P~w7a2]$+d۟KŸx\ :ioqbf0#'cs.N~߳e"Oimſ|D~ R .[+onT X/so'n;QօSE{-"S쮚I?g0H;Rv~ۿ]s9j_tšh:ԧ3 ?YY6RKC9K0O]ſ7koc}{Zn4׳26/k8"`"(n 3=f(AEPEPEPEPEPPK?c 5OEBPS/httpatomoreillycomsourcemspimages470239.png.jpgJFIFC     C  SK" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?({–3/'*9~uC]woa׶kk?_?f.3~h3rF?<˙X;v ?dsOAχ(Zxf /&A3+`-~`;2Ķğ xoƷan'>Onvą[ *0}o_cG h?+oÿ^=u"EױvaK<čdU ?KOh>6 ;⧈i}WZ}>\~_ٜo|fN/~> ~?CL|R<|OvO\hVMݾw(2P3UV0w |Bw؃o_'U[[dU77w:mHBiGE(+ϼc35c7ztJ֒^ٽ'f!&xG4P);^W?m k KN,`CG":CT_No_g(NOׂ&yG,vzF}877tYbCs_B@eO_Ǐ>xrUm3'w_kiVXIL@ҶCj '_~y.E_l4-Nֶvd`3r@?x#Ƕ~񎕭Ej:f&Er-e1a h(5W? m3Y޽FC51*Sk \ dҫM~dѭ|qRsZIMJ8LKh@$0$hFr?}_'}᫝v=(\MOj c[X>yI=<+W.Yf_~sSöRK%X/# ;>O3`7xkOi_ڨ͔ e0򴉵#c?:1cƭyG@/ЬeH^fqNWk׿4q*om~!N8,M%Oiui]l2It2oUؖXCZGH" -Q5m,XB%ÐdRgŸ_O(Vq]] /w!5ys ׍`kLqs#;A<3Tk_> .gƺ?h߈گ= ]fg5I f 8O|]пh {]3ӵ:40^[Gq>FpH5NJ ռyC'[=V['fV"2"A\zC?b?!XGiK~떱N7tLЕp$e$dPǨQEs9;^4?f/[^)}j i<-ђC%ϛ *v2ƻz3ھHqq?\Ae/&Ew=~g拧|$:}[Oyl.ܢE FdC"`.? 2՗G< H7̵eנU.tZ|-6Z|"o-KAx.yi1Ihn?g?~ۚw_BIx__ /lKK/-on'ixGq+D#ÿ\Ae/&"k;=&n\@qz?? 9\~ڟO<9{kAx_~XjZ‹1bU ]9nhfZOgg}Gzmı7x+hym9[X2 O?fy2~ͺY>;jľW)'fګhn~qب7@> >&WDG/Oίmh\MEJR{7H&Yko( ߵ?h5%iYgp~M#; 3'G'Y| L4MUusu[iG ZyeEP$y 1v`KKhZ'K? gFӴ:;]?OX`5 Qƀ*" @7rQ@(((((PK?G4 3FF1OEBPS/httpatomoreillycomsourcemspimages470241.pngPNG  IHDRf2I pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV2Xz5PU@(ld#ҀAj!-&kW@bG( i&O l'O`5%gDn~$VTr}` hKB[F`'xZjji10~q zy"1=` є3 4ox|`1 L (\]WfW:`&Pء60%`trH ,k.8d٣``IXFGD;vi wϮ'-` i8CZ `U9 F@1 !.kN{kYMǏC*}< lkW 2[zɰĚ ( IBPV\0lxbårjbI~(m6 Եp|` ؾ/&w k` vG(IpFM]-D\ZFϔ#*G( 0),́E]tQ}XW7WdikAp`'W| 2R9 F 8u$lBuk֜īl@Lf5`|qI"ϘvH[LhMo` !2O8΁:īl@äf /` {A!9r.  _F k4 8;:"؎&M a6*G( sCC d3v ,EEE_~`޼K%&%|lG>xgkSsBR"d4keׯ]x(:;{{اO@=n,H}I]f-P$2: 6DDTtϮ]o^*&$8 0a[ EZ A~'>$-#tBy0BlcdCd R@-VFsp-DpE4dY I$TfA>Q0 hߣ`Q0@1(` E@(` I@(` I@(` I@(` I@(` I@(` I@(` I@(` I@(` I@C֦f\',Ҫ? 'Xf - ,]|4F XXv_|7IR)QWahݶ5ؚ*)ix W$( (` I@(` I@(` I@(` I@(` I@(` I@(` I@O<:2Opo:P H"]>Dv~E&M0޼wq AT-O`bd!`֦f BK@k׮A K֬f*_/oLT4 >3- Ǖi.:8?tgs,~; E T,b=p5Փ-" 3ʀA &0B@GDI)|d@ y0O?ʊK֬^ gOKŁ"pvTx\ h8PWǏ.d^"}tz<.HW],״HZE<P@gxzaJt*<H$jd@L 4 6}U`(8$S &Oa[%VP*&4h>-x\u]4_GO\"i -+ȿN;.nOF- ҄ b Y 2 ,,F-$) h =},2\p q( cW\"i :q2!) xH!dkCabBk\Aq:h=!-_d)^>^4[ ϛ=D+[ia<.GΐM@ѧ[@A$цM`2:k'-D4_CKh/? @:{ePo\)|*bTs D IhRu=@hhƠL@'MOߐY>Zq9n`{3i)zuyA!~^ 'Lؤl j2z5Փj{'NBjV``> Fu@ \,w `y)0Gy<`c ̺ [yV(ApH] );G`S^"A' H{Y50 [`` tt0|(W   yJuZR )t]Z0)n,P&2@n9sȹKx\U1Mih#d B`h 84J9|p5Փ`Q^m;P O 7d}$> Fu@ BZ`iC3SaYH5=Mx#Yf !{@j*?`D<+5Փ}v6x` d5먍Q  ۍN8 *􊼕$kȂ0x2O@rj$2a + "  gll-,,p40xxIĉ#0_:g<]Q0 h 1M$H,J _@炀|Duk$$%BV@d$s ngi, `0]Y$n XMlH^{E2u9 aSxi*s{{;0uK/@@¥ׯY "`.B. ݽ`|FQьL`6P7]uM];;;${`Y]L@.P hh2-x+1] y 2oRr9P Po~ O0ed`:Wܺy 0@F}3I `)>DZ` @W@r/]w_O@ &-ɀ꣢q^DzOB&q`dA4l(xuˁERπ |!lM]-;S8y !BfW6W4΃聱`Q0$@ߣ`Q0$@ߣ`Q0$@ߣ`Q0$@ߣ`Q0$@ߣ`Q0$@ߣ`Q0$@ 9TNq7T`K<ݛ` hׯ]1YEC 3 Fy ^񭩥U>d;G`ms5k|(6 ^ 9o9i4% 0ǣl@S`Q0$@ߣ`Q0$@ߣ`Q0$@ߣ`Q0$@ߣ`Q0$@ߣ`Q0$@(nƁK, G.0p а-y#"KJ1;e@)wrqN @5@g5= T#re7P Fr̲Q@@#eRSK ;Fk%n\9B9(ZjWm,ցo-6k}`,+~3Gk/XXsdM5ԹM`#+3-=:"˛L#rV9YpBn 4ayG6 S05'i LB6 b>\0o~5g_ ̥L,/1)*.`bxX@Y3! |߭h@ԉ^XY.A:]r,-0ZMS` hߐ,Żc).x޽kAہ :Dh#O`),ٱ:u{>`͡!Ĩy<u6/,6PE_7-׍t$=`5kl*6g~0o`)K61) ^(涃 Gnz`f7@kS3Vqb6m[ Ixb 6(`B)+)JA eO54{Xsu^A>9|'O]\)t(m`bϮݼ|Ti^@$KȬ3BBp 5 ~u CJFrD@C呙9!OX0 ; b.C0[N@c^30OHJhs 4 3P/ &@h0r3|@.Dс$@@@HHCޕ욿A= JA1BM4AATrWjrWF3 ^~! *Mfvof/d90 6먿~,tZmLagJlhZ/&cإ7BUbiS\j5AdzV1Y/!Y)7ػ 6 X؀ Y}P/7aCFL/8`Yngg6~n9fFVPvW}9HZAA5 *`ޝBęגy~X y_1ȒN(#\MFi(ڔl:vWcCOU^Q$ mIIR~v6nnQQ&F-ك)K)^" fKby)#YFW-iԙF0  6x l,SZ3 <pYH(y-Q0xbu/0AJm<S@p, )!;% -Ab Fw]@ݸGp5ǀ] n'jim-/gO0Hآ$I ݻv#!5$/O@A`{Wò1N!KW"`BB.M֭Y>5ғ'LxpiL2!L]@>=v Qj,ːz6+3\5f 9q 8>9:~߉(º 0Br=K*hǓlq!y ;zW>lu/Q- {P &se;G"!Zԭ"NUHk{uu?8gBF,ydA$ND.I.H7E%SZ@ /Ut!ZK R_p1#j!D>',J5ɢ2r(Gάpѐse 9fp^U<\5 R;j`E2 htdQ0> n {Q0Ryll!3Q0 FHE5f@ߣ`4Ő7(` I@(` I@(` I@Cok9iҜ[s(@ r`sΦTCQ0 @ [SKXZp\e4 !lc׭Y;zg( +ODk&q nhij)nn@yvMot Ƒ>]%-pa>h7fu,E…4>Ӳ {.`YbX4  lH+,\\:~P靋T;BjP`5( 6T3:~2 h hsc`CJj8d:t@k }/p4*0 ̕`Ј+!'HkxO81 +ve4lAāvyI)+(@+`εZ7 im4o`,+ `H%2e=dJF TCp< d dQ@O@v tkrX]W [~s&Dkׁ ` K3V%,E#fؐrh#80@fZ:dy YaTj 4@^MuF(#y S 0R"2 iS`F"d >G4!\6ebn^ALHCp- (j|Bsr'n&P4|0DXf 0CJv ~zQk8`%J0u$? sx$'r/Ir( m=Q0$ { hQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( ޮKI:0`h= F(Ck}CnmЍ`K<]2 4`! h`! h`! h`! h`! h`! h`! hߐ;ưJ=_K&2i„=ObwڵR4ͅ9"#Jܠpt4lo`^lijvTBpݚ5E?`4hu' XbOԅ^pC0ymn{.80jt4y >_|43#k:qNGV`<`4G@ rXVG0 _"<,+d`9uƵftlؤ s;8pAB*$Ad?[ϟ>յ@ҘH`\%Oy,'M04[45!&`)`c ̟=|4d޵{.u@Ð;'hmjVh'ҹ@Y`trx =`W䉓a8 hhּ|xed0'*pH)d#φ[񌽎Zۀ1k RCj_Gz4 GM@ 5k44ѲDx M*S'N=k3 2 OdJm#(X@ö lݸvyaov|p1Iv 6t( -G@riXIdob'&%iji֦f^\dRB <}򔒍6@+1LE@6y@Egh:Z]J] )84?g42kא9$]\;0qT4ρIl}.>!\ȥQQ..F4z`(` I@(` I@(` I@(` I@(` I@(` I@(` I@CS:FO*`%fQ0 4oȞѝC 3 Fy ^񭩥U8eǣ`9vݚן@ ⛏o5uGGNlg8Q@6ѩQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( Fo0z(3ݮ{y! N8 ӰOmx"-!WHQ֮Y\^R r D@ S .BH[Q~^{vܐ/!c\|Cc2-!IP"Ƶu=ݼ|OGQ@b&[o^A`CޯdE@YU|||@M--m3% I"##C! 1g@ XB.ǚR׮]susŔIH? "E( 2l1`M,Z g uњ(Lq fƧJj vyIP@<\6 0 /T @MNH֡ 'YQHġb³cG(Sr"ch7?= I{7[7,Kv,aݯs$dub ރCTP<Fa3B3wU$.hs is1F3Q_RE:XfMkqg@ѳ5JxEVsUeiK5l-;C0q0С@, ]0FABZ$¤M{sϟޞ?}+8MfO(=MZ| B^!d Vvq[Zk9F[Zqq]\λttG/o.?{< Us,UH|& mevm)u`v)NDi0/5uG8"/ɋi(N_@ Lt/H@4ND=Ubbe!1xjު%EИL_I[7nd ĉ< јpκ'';a 'ha H<ą(AEu|.\ -EN?>Iљ鎁eh287ZPZ&zdup)75W>| rbc:8H!ާrNߟnw|c%őcq/q*Όp}CUAzl9 N0,)nPg\vZўX8BK0icWIV론E̜=I kJc@%1.κ sAl\1:d<-с&$h{@1LxHٍ5"g!x6@ ˅tFnmzepE`!v%a@9v\_UzX!) 1tDLBZÆc8.pAZwlAf$X#<}`%+IF$.7ES> @7 ?sTX ic*! x &\,V.v၌%dq9)p%i\@jԎfЛn\k`#".7EXk\)@P53Ǖ-O1*팮A }&*=w $@X' $&.x/ཀz`xC&) P;;Ί'Jljc'B !?ްl?˯!Y NBzEЕjm۶AqZ&ꖵLj0/ER`78*4cxeXTEyg'nP!$yX^L[8-GŜJ+gѹmwK!ђi! HHR9;9m/兑M]Cл8ThHaw@uXB٪.h`2D%h8f gn˨,4+ }@9 \M4}=Dn+C0*imjM`)7 ׮y|k׭Y ,3җXN]8iĄĠR^>>4CꕧQ0 F(a^|OlBe6&d.(`c JRE2j^j'L222?9 F( FePH.)`Ǎ'ҸiW [= F( FJ- c1O<` r@. 6 CBFQ0 OK1 tDik68P j@r4Q0b@ {҄ ׮]3hmjF\fͺ5kR@F6{_v>}MU\dE@ N@utO0I|R"RȲEJj3 5ʀGYF( ?FmU*4aG]5 ѱQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( ޙ'>}l\^3`K<'@ kΦ?Z׭d0(b.!g} B[TxP/x286Z2@NӵIENDB`PK?:d X X 5OEBPS/httpatomoreillycomsourcemspimages470243.png.jpgJFIFC     C  _L" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?(lM4*")gv8 ROa@o_kW⟉-%9_ta%ʨKh$fڱtGjT'B[[k <$?g˿IxgD}B-n ];+STf5=;> |ׄLzHQ7qxx+oI~ik[/xH`p'"Zp0$(WԔP (W?/AooЮM[,0y%M6{R'<=_xź妙i]jZpkjY؅DU$&aY^50|#ǎ~ |XS?;Oؚ[}n̓N4͂q\7gV{x!Gc#x_ZTM6bo/|eΏ sʏs-v<KUR@fwگmozeԶ/w޽-.oq2H9,_q_#I??'+ . ?`k/|f>=s~ |[mnm 'MA[RuKtne$M_}NjTQWuR y}yȉ!<1-q_#I??'+Ϧu?'ς+|dkZUԵOK{O.fu\;(FB)%T1"Ə?{i#OXTso <,Q)y.‚:"FI?'+ ;W0#ÿSĿu H|c׸Ե2I yvffPIQGjh$(?i-/fxwZV>'+Y0o:F۫DqHByoG?>%x;ğ|A|9BF\NחPZM+}*2NWU_O~K⎙G?s|q~oxW~&> }mB=$Z'$6]1\roOk|7" |5fZz uu弬._)|㿋t'w|]x R5 bo hz?}jikeIe{K6b5~$ 35_zG5Sߍ .,줾P_ R042$%_ƭx·vx4~#o.|Έ6[, lڠ W)75|U~٠|?W/<]c7^;uѦ#W#vA }($(((((PK?O5OEBPS/httpatomoreillycomsourcemspimages470245.png.jpgJFIFC     C  kL" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?((I>;~^"k:x[Ϫ6\m-W[kk־$6'yYc ?A u ~Ͽ>̿ ->-Eu r\{Hmx7Wv}xVĚmʼl9E= mPEP^=X~պ7je}{|Ldžol55FSlfr(ixo|Y^Ӆ棥[kjQpЙ'Y4m%Vr n}=A ukv#y,VUVpJ8a_'g)OW =jOqU?!=6da 27<_~z%׆~|ۯ^iݮ vѢU]8_[;[|5ּ]k+Miƫ[)\:8>:+i|ux ߉N_m4$,|; XStSXl6^|Mߋ᷋~#ŝg߇ᢋFF*b0F?mGm?ƟfǣZxG;5; %_$:G411LGϟ߷ 5;x;״[_?ݮyoyEXVxd[tU7>X2s?F> >xk:*ޣO]/GQ=5R~ĘcQySW9Mh-CZ]BUM[;B`%O:BIXO_ k#mSEo_xa#g;,Ȟ G'/ٗHRZ7K+4bj70\HI=Ί(AE7iVe5Ƴ^NOY%D3:W~w? ~Z« ,ih|Y&PёZEyL@EW3>IZ+__i_]#OxCY.GoXe+A: m YVa>֖_ K|aTKtZ;{F&*ܲ*@}_E|/? jCÿ x/1ޙ{-:;u#{iL1vPHP^.𧏼3c_NִmR.t[IYb2RD#H"ZƍQ@|1Gn4 ])~?xxgOI\iѮVX'*Cx*lC>~Gi_<15%Iĺvv2,fB7^OT~(߶Fk/-=2,̡ $r*8YA W=FJi~񯁵YsxUv;۶y7;nA'o)2LxV_A?"2%[U.$eqa||̚_%¿,m~!_CxǏvo),ef 1 U?)~^x֯O~'HoC<~}IJ)Ԗx"2$kε߳?7~"/&~;JxAIWpeMi&%ȓ`5~ Wht=.LbII UQj/2%~=~ m@%>3~~; Kw:· r',:r.mB{-:XtW9+ீ~?_0|?yS]kTZ^)Y9l@ʗzFC|,t?t%NP۲"Eb8` 1_]S ~_ %G"Zay uI]C)*@KR,>*7}v|'A%ron2v͍C0~7T?b_ Nm_'R4_XӒuu9nL14h23}(QEW?c?CԵ|dk-ׁx.=Lr.dHWKfw1(|a <'ş^+o. -Eh%|dSL[ ۋF?m,\xWYҼOxž.KS+vP[j$|{ ?fO.|v_cY5 9i5mWLŸ$.yJǟU Ox]r+ kZF5ޢɰ3ݘ3PEPPK?@HH1OEBPS/httpatomoreillycomsourcemspimages470247.pngPNG  IHDR pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVdˉ'W4\EAhm,G 1^@r4jFy XPenڄDH P-T222y'OZ 䎶<V`|nnGP0̵k׀Iϣul@Cill%+ QA.`ޣEfW`GX !h8ud6Gr' H_ $@`$rɓ''Lϛ'%#=Z@ 68Yb9܄'ݻv'1.6|44CBh@̜?}z)Ȇ[,!m.`R ΐ`0`d @LLt肧MF:$ﲒR 3LTB<$o} 1,@pǏz׮^pˊK|3-Ȁ(JM0Xlq -,e.0 hA9`& ` L @6YL$j^ZFB 2TQ@E@ê`i4F(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`b:Apy)0hA`4+. 4o\ իz?~vHM26'K=~ fb$dM B zt<;(] eyH 4\qME^AP#IT\V\) P ąjd@Lv1inn ̓M- |lk@\@5 ͇9lhiiA!@PxLCNrZAf'iY/-k1ORCNTx|R"O`= ΛZp&c { L֐ kpY9ͤQ@*״HZt{v>k&1pОz8 7 k׮!y ׮!7( M, Dq:||UJ`Q]\szmt?kf (>sxIX:rN8 T\s#0I/s'epJb`BzGGDf;¥2)G1V#w.˛u m4ar 䖗$|yx2"zA@@'h # :nt?8<`-y!=( @@ZF %VL08rԂ {3~_v= ۶ ,nqu]@ClIHJ@WKm PKpHH^A!OѤxaRxtAdhlHq"Y4AEֈ*uy.'fx`ބa@ ZU97+i%uFjQ08@1Aj !lH޲؃$5o|̈́CL oKL. dlPh;`Ckx^Ahze`'5-@LL퐪e!陓(0G@aą)ĽbaN=xOr!NzJԍv=f'g~HjnN^y{鲁D-ٕt2ѕaᭊ>xZw'S]5KK@aoKc wI^3!;baj݁U[O4ѩpIf!xBk\l$ o֛^״ Z8BGQ+uI`@8/Lhk[U)YQUngz@| =MGȑ A!!mp ސ$w8P8b Zdr\+7ko'1Bsrn&dO~G)D;~Hhˀ k4_P%i H0bM2ȑ4b4;p%! h >T%F(+GKQ@ G(`-G(`-G(`-G(`-G(`-G(`-G(`br.~dr[gPh > F(Ckkom֍`K<=2 4` h` h` h` h` h` h` hh7d"':E R={ڵR7>|U ݻvn4lKkRKS-@Dzy3ƠfWC8qHLp0oLK#=}̈Tp\^_ T =vczG(YC27oۚW"ky$$%KyM74 WHs Xh]|S΁# KĞ>k&0 IȖ@a8 hxZZZ"$A 7 Tj_E0&p \ܖhpW`,|||@L2/5&C/\4:Q0 h׼|xed0-pH)'!]rXf-.5hJ3hijF-!%;P)Q pn]FCKmXV D<}֋N8VL0 HьgSp}465բ5`u[]>=4lk# 0gWG`IJJ\qFtUp7+ܐBat= ,10^ nMa6Áht}(@ó N܈ 1'%[RR{ݚ5 I4644:@`|Ht'\閆.`̴ΞnRVOm=߻\b铧.d&S|( `}4F@1744 !B64"1A,k(1)ITTݻ "Q7.ff Ev X<6{ J lٵ{=|;!@]ׯ]JK 5T`K`.Q0@ \SKkAтz(`m]fթl@C2؜4 lgQ@ љQ0 F( FKQ0 F( FKQ0 F( FKQ0 F( FKQ0 F( FKQ0 F( FKpvQ0P*+,2Mb@,;)Kk$&%a4aw*/)MHJԢU@7ܸv>>)QFFf4O liw ,(v.:"rCX"@ 686{W`C{҄Ȃnn4([[wu]mgO7//<;Q@|ټ||$ylBQnU XL2%'O&05`mM]5Q=͟7/ 6Ί``S/6D(-j,iWCD8,eddm^\Rtk`f<`KQ= pUk׬vm5E@38Ë*q ivդ 0؋5_дUNF7g&-V@f"HJڈf 2#b!O3, 4Q  m8숊a.ViIVPi9xNq,-xMv;Pu}vZmIDI8K |#L\~4Z0CChi)Xk]7VC@w`|9d]`& ң+2-_f ;trZ LHA LTYLj I@ȣ@5_2 `|//P goV@@x0D1;@@hϮ@X R@oc]v?%׬! `*! ZLNmL:`Bc$(} P  >FoBRŁ6:yKV, [6!*>y_ ,m봀L3 ag^@R")`6*ǺCHȐŮSY3!9RS%ht9emk`\ x0'F69i 7Ѥ]:H3-! v10M4M0 `qu\RT\_[ a@={ |8vf);ad | "دOњ\S\JK0:kdFsڥm묫_eHs(۲ɔ;B5*R,,kKsq]Kl&NI^^/&kY]Զ;'-}RtY9POz_mF!i.l iQ|`=)0g* xa)]A=|A>_i=JNIp,'g̃a> CԬ*%i˕l Pj ǟ\]dw6xHݻv.H@ rAWyIhz7<K'Nbn3ok }~BR"|k&fѣF*XMiѣT@,5E XXw6GKQ]#eۣ( FMǘr`hMUb}x7 c@{ F_^A>Z zDLAnF S{v60+( Q@S@#n5!ld!W֬qqsfZ`k֓8d6:> HM, :{FlGu5k\` e12< B[ 4>5{҄ Q0 hht=8:RfE 22gG.)傖(@n#Uѳ'O5ҟ&` HcstbsЈ+Eu-8ө}mW7W`R.^F~B -ѴK8x7<>>Ӧm[l`9#F@qp`a} r;n# qLu\nc7źiqmp`WFFe;t% t+Z铧ǜeR2DB XB./,6jǯlՐjcӶxx?<}L8 T`c XF@El/7(l'NZdbP F.0a@_:( Tbw4'M$itXSZBM` I&) g  ^FF&!)x>r BbE&W77i𭵴ks>.|W=VB dqmA"5 uk'%V,ЍtB ^qGƜmlZ8m^5\8 Fu@ Xv[R,ˌ&˵H_/ojC`n<~jdcg%ld&L6xc-݀ځUQPFz6KG 5|j24@ V4_@6y~^@đ@Ѓ@K HJc U2Z t?0]3 h Q@D5WceHM#}UeyysRU-MpK Kz1 Tpq];wUN4 SC]=,SMEF@4bu m FA| @Y^ @epFIͳf hPhp\H~'dj8aj̛ ҄kji˟߽kAZ@K!MrVF*\"Ԉ5Y 7铧@BZ@P)JbBd'CF 6 Q8Șl J!@tt/]AK3!е) s ɁC%]=9{Ϯݛmfx ڼm+B *#~ Xd@ʁe _ T 1R:q`M4+(ZB`"/!=ur\Q0 @AYz=t0҇b^r;o<I6leYXM݂8ZW,"$]SB iqF# Lmi,|Gq H:_g&=#n=.ɇ⣼=c¸(Ǫ:b 8J$ϼ/}cXG%?[}]!>U K9PkfguN]V6!\E/u6\f69J< )`Qp)2\l|4 UvِY>z C5n$Y B|3*r 2p`y !/ $́~@AS 'h&c s`]2i;W'~Ht  n$U``4 KQW 3l8C`b Q0h:0 F(-GO6o:``4Z FF(hQ0 F( FKQ0 F( FKQ0 F( FKQ0 F( Lu𽗃I9beP[y:.lCh|Q0 *vQ0$`K<=2 4` h` h` h` h` h` h` Ⱦt@,k4ԓ'O :ׯ]ürZEwipܽk[a׮Y`cKg屔& x FGD.Q.0/%2&V`BDӂy?Sp5`bv45CR 5pE֭Y MzB4(o fhؖā)k ~>ZS -7V!y!!@df(  lRP󿫛+|[4 2𻘧ϚWP@`5qпO54<_]W{ [_Jth_79u#/e9:Z`1"$z ,A6C6x6F(" 7hn=6yd {g a/Pa=pu_a\hz&u.  m¦ aϼaf^8'ߎߣ/5,Y6+<{iC'w+UU#گ(-9 M=yNʩ &ӞEMtACj>Y\Gql0ś_Фx.{PR>Ī&piPGor+ʚк<[Bs95E*ڵG])<;fC?4!G+(YoZ=n!. L5@FQ_  ly4vV/"U&(lJ]~Wva^^ LDWAU eASEvW7cQBF>֏Vp Nµ~p B8L^Z Ul- Uؕ ~S-ndޮ%#h Vz,19_U!˱BXϝGKޠ#i:4P9xXL HfyZg66ͨ֌x5֌!vx5J1K_dPz ٜPxĥgPqFAmU"CMK#6PMx1|ʳRLb|G6~?" Y8'ih&h/!gXA<2I4!4dup/6IU#rB9ǣ^;V=r6s` =t85SW<6ȀK `_*ع Q ,m^1YLt!Ra.@4CC'*>&` O?YML7mM:`zyS8u @%8mO`*> ܏h\+y@6y,GmP`Q#3X4Hݻv5qjH[uXtd\F䲒 ܃1"mjDv30BBݴm+fdbM 0FoZ^Յz^s ޣy0Ԉ n@d2VQ~{Bi,RlTd*1WZא0{n[q(t|hM"' НjTή<k˹7$HP"'Pvbse( й1=H`)ʜ%|;?tKQ(;g0 a*H,k_.g?g0 5?*@0)! %lB4eUUh8h0H;q\N4n$qrncDs,a6i5pݷo9߶ - KSiSy<9y`8O`<!\I׾k>N^Οlr!7/%?yeWWqlb4GVfDQ S~L38? AC>;^h^0.z !wNּPO5/g>!#hU 0_Y^aUĀǏxz!|NK-MC4:2 F(yxvPda #R]ECh > F(2GGD|,GZA` Si-G(XY3MTlpp-9O|Q@@` h` h` h荃C* 6'^3T`KG(( gXP[6:"Rh2"%-#T ,]ܤ}^0h~ #%"@q,edd,F쏂Q0 (Ҩw n`^&@)ȾJZ҄8xxGS( ]jQq`tL|Q4RJp<>}z @@{>pG(@@Lx)`|ȭpp V՘[X 65e˩2BL}v͚S'NBJp`M UQPd +hG()%8f+ƵM׮#1=RlIIt(//j v]%8CwM`%8YC n5ZF7P PgL0tusڣ`:b!`8h 1Q0 F~@{2 ؽkdZmQ0 4Z  Q0 FA@ó?y]a^vmݚ іB6_v"x)%'r 7wC&9kL0(> @@i[@e G( 88ېB]!4rx" dC켂`{.=edd*l`d%8I<{/Ѥ20@Rl4'dQ0 F2qQ0 F( FKQ0 F( FKQ0 F( FKQ0 F( FKQ0 F( FKQ0 F( FKQ0 F( z׮AnTNBWp0SsG( +eA ,FKAedN(F2dlrhIENDB`PK?[91OEBPS/httpatomoreillycomsourcemspimages470249.pngPNG  IHDRqʙ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}z䉦hPQ0  憆׮X(:xPYYM]fMTg Ud5k-,(Zt!%3O'âQ@`])`Dk+u`jwS}FZIh4^F}@1R`bǁǏ46}Yի>^΅eڅ_@ C]=uG vF]V\_H.`&4F9Xz5<IHQ@@LCuvIH{.nr?:"2 ?1) ..##M]&>k&U@}'Ox]i `f".K|ZIh:J%>0 I&}`&fuk@.ՏU#p}`&`Yq \2"AU( hEćdKxy ,5WC2s ȆOX nH$,vĆK(exTSp{ M& s~}pHߍ6,=y?6)47 F?Ҽnu]-$mJīn I ݳk7-\v m4dXʖX S>f搲u0ܸv.UQ@O@L,7I:$bj||@X@)`itH^ 0iAZdP^R A!{D O c2 5x@6rf-]֦f<'QH`4 Wx6P``9ī ) ;;{dt]gMlCpl\W],ֵyxOg=Pgd`*Kuׯ׭Y{w*++fNqɧO}}ٟ5 6/]>k01ܻ{w͓&LlnmL!| LJʐ \v`@1v'悶w`AO;چ):}ȪMp%/"22Nh%>ZKXKgH"  `C2I6xTQ0P a? F(+ `h`h`h`h`h`h`h`h`h`hvݶ ,]|4= fpڵQE;iZbm|1'F]5 kŃU`w` &M8>:"r4^F}@㏂Q0 FH4Z⏂Q0 FH4Z⏂Q0 FH4Z⏂Q0 FH4Z⏂Q0 FH4Z⏂Q0 FH4Z⏂Q0 FH(_DX=P/ЊRzW6Lk׬:ohE!ȸzҢgAF^$#kvVDN0aݚ5 卖o[3ҁY3 ZmASISt-Vq._0o>brh>0$i'N3HqpqME@뀖.7~ Oz@Aϛ/:'Q0 5W {bEǏmlC]?eR@A8p)eyd.I6vbTmoil:S=G#\EUJr'ȋ :`@!bd]1Z -&`S%8$R/n ` I6P ]oaR222ZZv I}5h?92ZĸI`:YB 1g@%+:Xi '!㧐>,0ӢB"9{v톰 M-MT\> HxIv6` iЊ{VKky+F($ n\̇$k{ #e+%//<{h!EIQZ.;{#"i4$`hĜ6oe`xI QRBf=8ܕA;k"`@Fu0>>SfS"bJA2-.!0ϻU"Oyy;ҴrX[o I&Һ 1y@蒠`KeP L@xI OF_/oWPX(CƵk2\|40%$K"\xcpv`I d=}䉓4XBGVKy@.0dϰ"Jdm[!AuF0ĀRHCL6|'Q{W$тIa6ò@31XAY39L1KzHDIb l52mXk 5-չKFnK`3l+( &B.M #* jC )dY`k ^ F5~Px\Ngk@pRh=A<״HZh/;5 +ivH= FL;l`҇J +( -Mx2WP5N8 "Xҡ,rzAJv%@  חX qa\:>)YfM5 c!'A3i lAdA^q}m:w9h;t ͇@0i I`erwUkZ$-<™[ [ }#LKd(Q@7sQ0hp|h wTp9 wX,< gQ TT@Ch lŷ!@1${8%_+tƬBf: />Tq*Hz~EͦeYR FZlu4.Hr.=h ʈMS'[ypgZ#ǵ z^!,xM_=Q`s@Ҹ{$>Ϣ`Σ:%X1-⑗[dd,1`Pа-׮Ycfa\O0 g@q5< a3~/2h`hx=(('O!IIRxybtuSj5k!2v \R< ,ցNVQ^j lp`7i dyyP=d4Ү^4'kh l< D ,b(dV<|9& o޶X.7/>)y M#Ub MF6X븸KȊ`Y&>p5k@˚|t7ZXU5D:]nG`%>1WWcȀKR!X!@h2H+CFo5@Kh=GreFG4zZ(`@%(`@%(`@%(`@%(`@%(`@%(`@Cr=~tDrѻ/hijT4`hHq(0ij]2 h jw iY 3żfpqeRj-?__>r?R9fc 'Pvfۦ"̺vPɞjNXmN@9zdX4a},(^ ^hBdGgLgXv1E#=\Jk.i+!HTw:qyfk󶭠F_`i!W},8 l[&y 5#3 J q?/hħ-&wHXG0-&\S\ !-HKGK>LuYCLcwFCxq:d|("7 W"d<8 N"ǃ7 rA ȣj t8 P 't jEOrN>Q*DxiI^2#B%Y iF_,{:/H] yo|cK`8rw> %b_lA!`munFyk,q9dKЌ[=VYHhQU<"策Jƚ Ou` |NJK|#8x 4 Q`+؎" tAi4A 9CC*TOAAR㙷ov/Il֔ M^?]-1LOsD,3OPF (}O&PiЩ p85zǘ0 1DNo,@n)U}_8d}vP$fΖAzy'"w<&gܷ9>%1eF!4\rnq.0hFQ}ZE =_ii9\r/iWf8x جB~]ohlBvߖH dǏ HjkWYz44:3 F( ?4d-G(C@ų(sht=(`W7h F`F{@`Q0R@`Q0R@`Q0R@ əvM'OGSPٕ׆-ޣ`%>Q0 Q0 hH*dXQ0@u]`>F@ -~c>af4F4:s; F(#h? F(#h? F(#h? F(#h? F(#h? F(#hRKeOFn4Q?҄ X7!) r%ЌY‚mM[bukٵtl0mؔߧ vZQ0 h8_=iDL)80WeCY%L_Ns G1+Q $^cRy 6h~F(. ai]抵 jxŝj44iSHePulΞn`[-6@|R"7 9a[n@^0o RMYzpL6bXxH C:OG'QF4gn_.X l>Nzg*YpnkNqPhԌAhlF伎ZV?Dp嚴I@!ȮFGҺԦȋ mxl `Cg3%d<ؼm+0W/7/>)yL"d픻rMXC @`+Xx )z e |?DV9 @|T -6;Qi~F("a[ˀ#9hZO' טGDZ!p60*5r8ؤE FOK`h`h`h`h`h`h`hHG>p0+hijT[F4`hH1oX0i„ы/ TܜMGGD_7zE*͔p'Nؼm+VYRz,eddvڵgn--܂{.=y$ s`nZH  (vP Q0 fE`tfkS309 Y͕vWfnaT 攺RraRC?/o` O`t925]!~?ina! )!`W}:z( mX!'e o~I`.:~Bq``e^{v=7$=!0< i/KHJ&[3z(* g-\mԉ Z`3y.JX)P kHhI'I ";dF2< ,p~XpM@mV22`XA!!n҄ @6P( FtIkS3IP>.AL޵-xaIPmj { `E #!s@dfalMgAn}DA*Nt'dWmAsF7@] b @lc1j/"\S4؟F0ƆH3X-.8uٸgR@Õ li} iJI+p)iA"Tp lC9ƃ:=.U';gAv5ژE*HPxJpVh0HkX b `Hg=K: ّ3 h< +7@IJH!{IV p@3ܥaUe4 y!C%ftN?xV["`pй/2 F1 s,e cXhk"-ډ@g0t y"rSE h8//=l"-x!>2MI&3 ؿT{@Dj)0T54q Q0h@ Xִs"C%[gS8q0 \H^MduIhڣ`HbnhhBO\1YW]$_~ ^E.nZZZ3Owϟ?v'+?A>@.;;wg<uȌ /.**z2d!3vDZy< Tt t P_@P.ps@ɃQpp?27A{:{B||}YgGptC@N3J0@5@0kΟ p2v1XD x Z !f}ҥZ3(0x(1) :ȅ2ЏXF(!&++jD5W_zrsN?& 9|78]5 +ӒG`>Q0 h̟72 = F(hA ,CgRQ@-@%(@Q0 F FGuF(`-G(`-G(`mS'OGSPu׆`%~tDh̍@+Q0 F&!Y 5k"3 3L!Q@@ClV8p#(`@%(`@%(`@%(`@%(`@%(`@%>:]j9 FkfI=O<s<^_@ 9-v҄EZtFt.p3ң#"17 E.YB<{̼Ip<0\YB{ϮC%>0zyc-I 9-@..&Yr jBGKQ@F&;tt_E+7R4`Ѯ4xdBB̒1,:i .Y%>0}_vS n // :i[xQ@R v=)i($a6R2 0Pe-Xa[nKLJ"HLZm\z`HO-ӨpJ2`d` R(gPHGtQzFp ~$AH!LfOɏ_2|}" uwQz;,(J4]P?`&6[>&sV ˃!mp D%b)aR }'fkwCo3i{] 6_XVm%ybÆEp{f!F3LEQy@[vaÎAg>HΠ@]C \.G~EMZ$w7&:Gi"]U!u&> 9gz0**A0 1Ko~sj`LSx2Qc73ޅ&z?]37v0rx:#g)):Uo,rK$WFQ;}0PxvwXYPg] S,+MC(?y~4-ּ 3,9XkHsa Qa;ΟAK~8qcu_  zdmqΨ| Y벂" (>cpcYPnV%hB-#h$3&:G*8PHg{ /pdNE&FF%+^ǽ-W+^>^`2HEKTHoZE($!MK(" o~jH*u-z!+Tv, 鐆0} 4F `km.3` q)Y[@%>g)LĚmy)<dOr,! Ll  2"=5 l;䉉 h}3 |ȶG %E4v&MIÈQ6 QLKWhtX#ӁT 2ꇜwڍk K aP0 0=mN#C4 ,Z; '`P(Ic "ҳV42ncMNd5@ӐGot\l0@`̬#s&aKPo: BQ1N`uѸ>E\`D]'{҆4.Z\<۠P%@N!4CӺ6 c$EL²Gr O( 4W+X!xz5 rFUY=eN}}yձm…:f\UY8u-Gwأ٠W_jV~2 aEѬ6t]?v zQjc[qח LS-֌8x$s"lqLg粪D-,:GOVfY[`(䴮h, YZ' |K'ǽ01׶L`$ ,kA>K,6u[؂_Zc5*FF}'~a(:)?8!1YGxq憅Lԕ1}+HaS? `a`v $SGVI-Y?DZ:5d|`遏ZUW0c~ĩ+nϯnG`n qG=ъ*)qTN| ;.uܢ. ֧1S sqp,A&,;e"U& |F׻b?~eyQW2ǁ$G]5f x,n88(`PLZ O̟7/($x TBVW4VgQ0`Ӷ 婦OԳ'Oq* FKQ0 F6AH? @:`Q0R@`Q0R@`Q0R@`Q0R@ ə[b'xJcOF@KSڭFG(m㏂Q0 FH4$;0,(6(`@%(`@%(`@%(`@%(`@%(`@%(`@ÿdzh=޵k-~ZyI)Q@E U 2-G#b ~@ü6JI`e Dp=vS7BTQP4G⇊ĉrGuQHC 0W ׮]Q0@ Ey!&M5X+K`:hH y )}A.ʁRuV "䎆( m,ǫA1WSK ~V Ia ̀-x >u$<]p)`T9:3 a[iٵ[SKl<F@ׄ>y a_v Q9Z⏂h$s ̴%>$ӂ((p]`#q|?},h|]nZ`gmPXPh":`,65k|H!&@Y`+|D5 F%><=6<`),|yGuKM۶m!:"r244abBRbPH0P /@Mgƅ70 'W77`!drl(HH0&8rxP? F8 #Bv͏OJ @*&@f X30یau߽km[!AupnX㨳. y`'A|(ҀՀ-Q0x@X^ȇX{ :`q,2wuMK.+16ρ|`6؁]=3 s8p6VV<(d%>pTBVe H0 mIiԲ%4`H ,ЁU,a.V؁`H,ݻwsO8IeĀ4! e rl࣭4-,,0(0(B Fb,Oh* `>yD-71A0iH![iغ5k;|Ap%? Q srpn y4lˣ " ߴmRQ0@1744 !炗$$f*xܚ׮޸vovvv`z҄_سkwgO7P }~Z,P2<-8ȸ WfM 4)xw^zf&.CCC'Lw.tv:x }t-|@s||} d?خt-0 F&љQ0 F() FKQ0 F() FKQ0 F() FKQ0 F() FKQ0 F() FKQ0 F() FK|t0Z~]; .]lJ``@ c]fϮ ]ܐkhiCϵC#9yvBRD Pk܍Q0@ 6>d#0I`)n&k`KAukW"k`9VuU//.)R3S=yvsifyb+I@/0G/(lq`iigɓ6',e d' tړI&3 8Ҵe ,AKO-#&O'$e=yV >}%>0#4)`MIIj>Ih @ 6>0»d3$\y@R=EسkY3E!f@ǝ"fS*w7eϟ>'%#yEL-G4RfnuX>vM.`-|/*C% 873-W{OS}`Jɀ0= Ȟ(2]  y~9Hch3 QsfPH0Vk׮aN3GGDB ,5,` Dr'M\/7Аi'NYݩt0:-/)@Fz@s\ z jiU5lh#(]p_!a qa@*N@^ ~rZO![f-0a@1^@;@7 TQ0 `nR(_Sy^ßzѵkAFЅz?:P1B3I4M&%}G+nӷ>\ lnt|N>v~Lae*ZrT2%9(äd(5bm2êӪE ˹܃Dpx8jb^<fZRR<ѝ_ns-'x*,HXn T( *8z=ɏy'K5X^w)9anSLgt,퇈1IK ~ 匐 [H4 ^Aç C + i=0+( HgOg<2JȱIaCꡧ%( m̓b731zOR`  xt?d$.l,3!-fh y-85~ 0T ;كc@6E&Z2&!wb$BGKQ0@ خ E8̰!*#=}7$_ ki. "<7(nCFV'&%tQ vnHXb~^ސݭ& h,iAyMOZ@-M@{!,xV[@AYN~& n5XW>Ȇu}*ޢ[ XwF2||UM]-/Ozd])P;$xtQ0H@v(@u{i)3~D5͆c?kdecߛ,C$Of+V Lj\N`إ(2eCjiQhBǫ+#g^8˄ npB*Gٜȉ):a 7G6nB| ZXزT͚}eb?~eyQW( ޏ?RnΉǁ$Fp2Z獂A ϟ>a0 FU@`uk,7Im`@ވ2 /+(8wã`P h? F(#h? F(#h? F(#h? F(#А\|`g ! ̴@ù&q` k{ 0%yy%8)iWd tLBRS𽯣(sOB<'̛M--zb̧C> %ZIF0 O3R%&LLHJ4+(oX^lKv` LukցI%&%S&Pě?5GSKsii\R4lK|-pBs`s;8$>.v#0#=%(C?o- ~!&x"-pǐ6*a[i\_z k MͣE(ڨ7&*"=B\KqE#ujPsv$h wQ9 {a 3g Bb`!a.0.3/*2Jza%MeWIe!`}z~VmG)TjR.MJ(^3x奼,=9:Ffw}4z|~wp|ٞ~N 8ʋrغCbm8%LI||RWhLj0b-mu-S9~U蚀fsmeu׻B| .?nPQUtkX.dVq^" bR}_b58t=HD!!{?xJ S&CAwkkk^W{>8@\ .  |p& prk?%(;-,xMg)t<5jGYdJ!<oJ ~c./k#!MNM4u^]<ѬdX_< X28j˅ݲ{]7j ]j.߈֙,k5V Dɫ!m&9 ~N-&(UMZd `kbjPo5aR`H2']dE¥Qџ?rC7NLu=PTf`;LCJwB+41j̟}0dB1Ym;FHp}5s6%>mrƟ@ jj#c`,gwubRܱ|x [|Q?WxӾ=^]m yvp0v'{OjvQRuJL(VQ<` R(zZt]QwDtV-B?X_ X{`y}-ŕb0( J`}uj(8* LR!4Z`/m23xj&CouNhƐ3F״5y,1#~ 4wyؓ_8<ŁN4想'-|Tɨ]L`,Y-1 X 'Q.;V7C!lt;(xbY\XBtS FK|]#fmckqdv m`H7]K<L6Lh{Rq`'X"A \@/\;E^zqI *i@2ChxYIiݸF350!2 =vjPov7Pep&Q4q@e7pu7| &H7mwguzc(W\ s#1qBdzMΔC@fV0)UQ'fޘXr\e-k ˜l0*Zrl\TOCys"y4݁i30idx~"Xh5 K{Ffatbo/Z@FzR"&`n$CO.?Y}s8 P =tޡr*C*ui:%ć)@H =r%IY@,_WeSi!@nr<υK.L Uȇjiϋ"\­"*\'u΍c)'MoKUV()U~^~o6>փqLn-i1BtB]kC^@Csjޥ)MxQ4 2Kҙ8:C CX~w,B?h:X{s=!VeōpS4{T _ʖvHA AވVpޒֵe1#qݱ1Hб>@Y!̑Q0Vg6WxzcE0 FꌂQ0 ŌhJP)ܧ ~@%(`Au]mLDd|RxEx`sdtD$G^:@`II@)h,BY37Q0X-֡R ht=(`@%(`@%(`@Crn( FB ; dQ0 {FH4$K|R5Xf-uouZ"`t4$Kk2<` c@3`Q0R@`Q0R@`Q0R@`Q0R@`Q0R@`Q0R@(|!k֌l>H'`%?y| 3fɾ`޼ϟ>_v H`I=uk>_inaNEA`?v *00őoن9%M>3-= Q08@ yWcJA%0s6-5u=h~bR-{UA;~Bߍv0 d s V ]`0%~kSs|RO0K|`UHm`y"-#l98@[sf 4ӹ` ZZZhM`C 0䁭Ĥ$zh$CR)xrW'OxRZk,}B^AK@H$  IIth̛~PH0D`?AJ9g`J`b*`@ՙo=@W? *``kI`,!H&&$x,A&MzF£L*N rΛ}SiV((, FbØ.i7Nu@gI`! |L 1~4Һ1b2` 2ҁ93(T F8>0"KX`֧ NXڵk@51}Lx9vh> _I2RLŜAs)ZҷHLJB./ 4a"rm#j,^bw[()hna1n @ C++k&d I2{` < ܸv(LW4Zhx r{SV.ϟ> {vزp.Nٟ'LԦ: ZC ̀>=d~h҄ `M 0(P fMg\6K3?i2&!qWGۗMl6\TRFc| 盬@(2MzT_<7R*b78jgb6Ay) >L&8GJlBdXHrdQk3~bS)fs G `vv.z':r!z&\ ``iүG_/`gG[CU޴(3\H6dրn`y`?t7 ?Yj cm Dx9֪oWl-f*)eNLGu˄X#τ{8yYx:_?$<eX^Z}y @t@@38hՂ""͇&Msbۀ)/`Pi>ƶ] `̝A5$ Sݟ&)v3c:yN3%v\׋ njnJ5SZgF;N9u`feD$q~~-gʧ@üfT`: , -!P# W7WDDGK X9)!?$ rO8I#r? ,`0 Ml kh xTH:Nsף`X%>X'߀TkS3u&}BRć ۆ?}Վķ#W"œꞂXށ*@k, ؍k**:` `PG4lK|`l"4eB^ACaqXf# H- i |LKhOJ2*Muh 1A H`#" yoOܳnێ Lsf%`Kz2<rh8 htvQ0 F Q0 F Q0 F Q0 F Q0 F Q0 F |i҄ 0 FpĉݻvfF~4K|d@œ&L3 {t(s L{ NВ%D"@`YTsC(3ҳܳkr@ Xgc H'dZZO<鮮]b'TG( +ٻ-, ]KK+Y   ҂BBF-lȌ222A!U4lK|`iL.̃IE0}\nZxăoc;@Dɾn`|RAH!5!?@ lu6D ێ MkuׇᚴHjrըw67 0, 8m@u :@Y t~S-ďTT N/ϱsf8(h88~figY}xԚJTĴP1`:R燶K{n B@fٴ- gBqG1lrĄ(Y }  MEHLɅ 1F~HbfH[/p^f(Eط-`B[k׫)ȌSRnA>$-Xf-x5hnOK 2XIY3!) n`$[!]\q׮]HuUP䉓 ,P;43@m[)|`YI?}:iiÀUPDeN8 LO P@Bk`O&{HV 2xhna,C50 U/]aAL6 5prPf^A"?/oH8l` z/\2zAڝ1=@suS`r0;$XHl'-\e^DbaYHό:M;<.O Ļfox*m8۬/z S8M@lVkU格'=XW@0%q-gWD%F91GG}Q @:Чj7c*ҍ2O@aKq`4%KRzuAjj5L`ж萊> .OI=yŅds*FK|`T 3!B// ia0 (y#Ȑtne$$k`k)r41@#H(7 6 ^ 8 $;<15B:`X  Aht-m0"ڐ$u gD3iؘhKΞGɁ1`lH&P P=f3Xo }w CX祁R@5$oYCfΛ&f}&@L!u f!zs@4D g_0!?fl`•"L0Fz&m[9`:q&ցi )m'P m r'8Ev :`2 &P |h&>5x%Ö/`ߌ0lyRIg%@9y oj *lʏ ä:#ano߻ﲛͮyYP$4) ykQT%ct ˒zeziӱ$t<$4 CZ//@lIČEM`8\rQ'&34v $Ɨ ƷA7CcHXUU `8/ibAMvG dg߲lQuUB۶{{}p˳@1qusS4{ײ,@F[L;i# PGvzMae,ѣ =@ )FF|^c =z-G10G))0_Y^aȹ'☂׮^*&jb ? PFa;]kV7wǏ4) p"Ė];wbhM`(iP`?d6Zht@u ڰ>.I; hKJוCF#\95 qw kLA^6: ux n>~qQ0 FyyBɀ@8"hQlڶuYM-ϟ>'%'O|:v4H4Z⏂Q0 FA F @:`Q0R@`Q0R@`Q0R@`Q0R@ ə[/[ w5&!J 4pĉghQ0 F Q0 F Q0 F Q0 F Q0 F Q0 F  1tF(=-}T)MͣuQ0 4RJݻv!ϔ CLKWQP5kll \yZnGS(x@|T~:Q LJuk֞^n\9 F(A3xJA2<j65#`Q@]@{n  ߼m+^`PаmC߱C\vF9?}K=.@lpe=|Tg]OOkO;gQ0 %>(S^A>D+!*44'M&w5[)KE 2ĤI&BV ~'jh| )P(T6vQ0 !&++jN?& 9Q0b@`h`h`h`h`h`h`hH0!xhJ*ZW hHȇ Q@Ffd@B<~9ڠf9"IENDB`PK?P))1OEBPS/httpatomoreillycomsourcemspimages470251.pngPNG  IHDRyER\ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}z䉦hPQ@@ Cׯ]'88t𠲲2ݻv͚>lϮΟ%Ɋk$'5[XQCCCKfNNE`@j`O8$`.x !@ q -M?~DvjTxļs@ei@DE>^@𫱷QW:h#a(9<#@ S kV IB#!ah%`QarB`ڹM0aQ-"X:rP rZ^]O-IhxbBMϟ>&Lx vv-Mͮnn@ XMHJN8 1 =:3;Pdi%<ꁝ輂RbCzdOB`Ra  hi$fq ga1 M]jVDSB'J[.Q5<""*33 $W]a棌Lˊ@ \%ZRT&B3r.-d::(3\ֲR*`@)xy !XUd@äF* %"w! 0P l*M7#JA $1@xFv.# J'qJl`҂\`6r!CʑhQ#ݨYg#ıe`l{:큲#cM]P(0-[Xyzݚ_w2Pj'O| P/6 : C%Ơo&L `Jǁ$iCIY_4 O@Q{J4e `b6XЖuP(T .# I<3eYi08]E @C\ւ4a¤ G3Ġo ,h#"GBx( F˚Q0 F=@5`z-kF(4Z֌Q0 h`hY3 F( DYs5 ª ޵j@)7a5-/)7\0PAn):ohE!d@L 03i„H8 &}גDGD 0ց/Zpշ65e&Pr-}v[@]0d@* FzO8A Uؑ &-E~t`_>s@1dȞ@8;*~7͏TqP9( RyOҢzAa$0RtP S m@?&~ь]0oDDE323R@-P [TT.L#U &" L O`br:I>gJ` ~:U7]5&_`"^SWX- d\0u<J͚>>9K acRtv:xHIY"@_ݯ ^r2s 9>`004n%Iy@[}}&cu*P0 E c(hۺy iX?q-,}7S220݌H( ̙= Cb7٣@gJQ0 h`hY3 F(ѲfQ@@e( F˚Q0 F=@5`zbl>y: 6Nһ6bN!Y $0Gd@CYbrϺ5kGO,*vi׌ dY3N=xm`A3zrՀ`hY3 F(ѲfQ@@e( F˚Q0 F=@5`z-k`;wкpq#05k c^1i„ϟ>&$%AΎ}ILDs jZ1o܄ISNAwb/`jy ;#k!KJF(ZL`I{N}Ou]-/T   63`" &L2z0@"HFsx@ ϲ4eX#ut-9(|"] lдwOptMxD+$`|M0 <AF0F@ ϲ~$lzi.nȍm ` 9}L`+(lZAk`= )c W2#WbX#H S 5p]w? B:Mպxte 0/i~5Z$`'!vԩœafY_/0 Y,8 mj+ $Ԏ:EpYq,0]WPlW"X<{(JLJ f& 0.)xD_[ݼm+=lex{XpőQhlHV2m{v0!ԀDؽ L{*0dDXCK`# ȭ`utrFv!ѧ >hhk.<ZBzA(K`AF q,vdht&u0:X'Qh85VMK[.Rd\%BAf9t֎=]Ga[,f |=(g 2t r!l\m" /wE>Ջ`g[dF(e G;kXU㹖 mY9Xv`@M0-P\ipQZynnKW,LqF-M)iq mYlр6*@k}!/GnbQ@Ld0A*Q`Ξn`I Zhؖ5۲1N_j4/\vI ʏ!7se4RF30v l>I ;3+^>^Н![?t0 M߁ `FAn- ̺5kiA'21}L F,͂y4 fA O"& `aC] &L~:$n w]¯[&M_`DK+b 0]8rx4z 1/;$jiȬzX`瀖 sa@)`J8ԉ.nTCn|jjwF'0uvʭDEgH"ÿbK 5MkM9ȬąMN{i/@""2뾝?pFkŋH@.L޾wb{G[mT3 \*&΃|tD ?\f>'_q)L9X@e F4U!,kuyF;0uب-`6_Cܥ$<`!o^&@[ojFk  1,Jn*h`Idl@<hYC? }`t`Y|1' 40kP @uLJ"hϟ@zgc lL9kGv F(мm<q":O VbN1(rmΞs.!24t'OրlO؁#wȀ FZdZdW' `Gqb`g)X@౞ðKW,!@1q $: i ^W`n0<XHL$FL:&<'S5n4e_PTPk`ܽD62>L.r[hYZAiyYiN?Ț-$C)B+kq|'c5HԴ-#g#|PCNF'8Y3\\Y'@(!d R@@F$j/'aS )nddb P )0_Y^aU pq`4QW Q0 F=@5`z-kF(4Z֌Q0 h`hY3 F(!z:^Q05; F.@üq:-`F ؐXHH< lA65S|F*kܴmk^ABem[Uۅj`4˚`H4^-!]P8!)Mr ` ̭:z= F04RƆyOCm]X&57/Q0@ ˏ$`lQ0@5 P4 Q0@ 9uk' y@c46s8dh]9r Iv@["@؁Z4i *]m45U}F4l5A!kii*FO*[%|||g̈́s]܀V >%+[lt9(B gY'B20V)c \.:V ٟa'1U]A`=SbQ@@e( F˚Q0 F=@5`z-kF(4Z֌Q0 h`А\_9Hxq( 453UG~be <rlh6^uH8R H }>IENDB`PK?gecScS1OEBPS/httpatomoreillycomsourcemspimages470253.pngPNG  IHDRVQ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}Z0o^^AhPQ0 (8׮=y Ȟ?o!##`5N2e? ,1]\!/d#"ypKZBCBZMU`d@,C˹'O"H333-\@As s8\XDD[Xi PqM]-%XR----bȞ>kh` bZ]0o>jb,m[>P$ d@X6fG(X@ rXی@i V .u\4hݻvX[F(`HbbXK[`WIi,6-(%'O/,:?ċaPXC(#y׉ǁl iomfj~ #PYFj@8Ph2P=? F(DbQ -laan~kS3d: \lۤ222 Ip]'L;۳Zh = F( )g=OQ{.nBXnٓ&L405+%# a+K$`< XO AP1e)f) N h`{ea`Q hgfKS3)}TBF kױ ZfhZ`hҰY%;iD`a ,KL` _?$׮YDkH#A!@q2'x(F(sCCð񌲲z:['L444[t(ܳkY3!R_X0o> ޽kჇe(,[7oZEո`a ho@$4?!X4)` lJ`LgAuAid6'OFGiG((` @LA0 F(44ZΎQ0 Fm@`Q@[@(`h9; F(4ZΎQ0 Fm@`Q@[@(`h9; F(4ZΎQ0 Fm@ g ^=P ($88$d4IQ0 @ 'c F(АOr2;xhb``4:>; F(4ZΎQ0 Fm@`Q@[@(`h9; F(4ZΎQ0 Fm@`Q@[@rӧO'O ROpÿ~XLwٖk֔ӓd3?@ǏP (g8~.UV\fj8{b?\ (#R@e\RExޖ&ُTqP ? V ?R=Gɀ$eF8 P{vIbWFFFSK ^@.P V ,13f&P AN F--Z}7<.[ih#d@U#':J &HX$l`G ҄KSP1 Ȇ 0A:V4& H`na.xiBz ,EiQj\P M@/\@@\q(@:b p@inOybd!Zμip{2YV09IJ*fW_׫]M< ax(U^<<|x$üG#HV%QHdmQO (ho'1.%^@c;bu\z, 7[T|u4H1]ݼhrkh`OˆARU;3"d 5/o( 5ntn#T8]ۡxxO81te0d-6^/Q3 N'׵b/ol_3~}@4QhcS\3m!\Pnh$@>,Xzfe8HkHzwzUƁܱZy|Xw#yY@\󯈵Y&6/(Eض+(ױJAj4)-o?.]_"r'(C2r x 5fúZ ̺ s5@0b)6o w2FM{ fBZ#!+c`כ XuKsx= 3֬ اzdj&ZunB а@0 V0xdy̝ D6b1_XL +x`" i#qN$ߖ] z*c ."t zND۲H̆Z=Fj')'Wwye gCfIW~&LUK_l8ڸ!f|mzЖr;O]?F~~ܒ$ Z4Y|y֔>= X- +jXZ+a~wA;t6` 3 1= ]ßz Ds;A,)q_znEiSvjP~Q2Èx~i"/>E}Kj@ǒF^NvQ^H fl{h?_:Cu*/)<"!5-Da#Ue,d*~w J eCϭq*3%^%-0"0BW9|=``蹈#Bv-gG.?oY2 Fp2#XѨ5? F(h@stXv7`-gG( FQ0 F(-!9> >hXQ0 F4$ٵk֌? F(* d9Bσ6Q0 F@ rVZFmQ0 F@΃Q0 Fm@`Q@[@(`h9; F(4ZΎQ0 Fm@`Q@[@,:\95`j,7ȅ}hRׯ]H!o4arvQ@=@ù⵺6!)K`;iD! خ`J@ rX SȕZZ,!|enA$dd9 F(@ rv҄_,ykii۳c`kxx\`a ,I!Cׯ]CnBn b1G(T@ö6Qa-V8'O!83-|KJGS(@y 0ii<eY37oZ]Wv͚V(@ùE^`ϟ>I"$]La3 F(,lBb-̯aHiް= F( a[ͧO¹'O/?I=AsG`а-gBw޵;!)>}v IQ0 F@ rh  )/)ͳ@nvt7BV·A6A!%kFW׎Q0 2V]W ,1̛,aQ7xݚ522gDZb9LJ`2@ o6cL^Az}jmj"d) Pڵkw튎r!@k֌&Q0 F@ r63-= m ,v,̃CB ddd̛Q0 Fu@ r,nPHy!'O]x,5 F(T4l=vkji¹2XB@,ӧ1Q0 F@ rm.xuLknyIifZ:9`Q@*a[>yM22G Ů+P%,(`e40њZZ6&-f= F(DYk]~Ȱ,P:\ Ӑ$2 F(а-g&P'O&d(VCKrvQ0 (4lY`p'B!lW7'NZ b: F(a[ S`{Zl+!) >Zfm^AhR`а>k *]b9d:{[KJl`! 4a ,yli{ѩQ0 Fy zM--`Qh;VՎ&Q0 F FE`-gG( FQ0 F(-rvQ0 h h`-gG( FQ0 F(-!~铧rQ0 !Yή]fQ0 FP4$0DGD&Q0 FV@C=m`Q0T@΃Q0 Fm@`Q@[@(`h9; F(4ZΎQ0 Fm@`Q@[@S\O`'JFm B&LhmjwnC] ia"A (5޼H@ll'MHZ8UˑK4{JA5@7Ԏ˅hJɡ(G<)\hF4 ! a |<] d̛;7*KuWU 2ʰJw!0:q ǏxR8ٹi7 b4Ĥ$`5ob`mR%^:֬6 :#fcxk;qi>y v8 i~G<)\c h~qG0@Y`qqs Sbm X8o>044RLjpYH_ n\09Bd l҅wC; h*UeCT&Y-_mMȀ=O` TUx6@ Rtö a8 UV2~jT2QxrdLȕlgXߞK @DgS+&##AAQ|@f23٤u-;7Zg;۶as\q G $IIO=S>H %Boԝ:$x*tu0(YrTU і>GuU;مNEYżF(޸Ȧa%Jyʭ)a4?ߚevJ@K |wWկe7"4WfB#͑3sS= R M,{Q@L84f.G 2WPӽtr`=<2BTd +D ч3TUF6 1`` jC^k" !#0F NHH} O-p.I{ 'OD@yX)j`qt$lѢn` E~,lx2E@AD?k2FgnalC!3 W"kF:$ 1 =@@<twVQ|`>ƣ`v|rZxR=$[F Qq$g~=:"43=Lj"$AxGo*- K>iyv ,~8 *7Pa}2l͆.=kx'yW=(BE!.7w޽_|5QcBhoRvM^SuĔ`qA~(kU'\m B^$"KeVKa p\#UK%apn@|sb˚|,iNI&8:Q/{Y?qAYP`Adv#G _zD2\dpzQ΁$wbkQ UW6LBWI(ԳM& ].6(eZ';=EQ Z6Rz9OX H}uvjKt [Mj>` 8La3M+%RvxID=Bv.[wVU$ ]=yfR@rvbQWK79 F2#@(# 9#c s`4@]8` (`h9; F(4ZΎQ0 Fm@`Q@[@Cr f4F(Ch{vQ0 h hHgB~4 F( h=; F(4ZΎQ0 Fm@`Q@[@(`h9; F(4ZΎQ0 Fm@`Q@[@ÿ~uwBn B4ayFS(Z s9 EH2:^39 F( s9lfaWP ## >)P(ZSKwQ0 7a[B.ߋ le'O) F(B@ö> ٟ>}'ke!7*Q0 F@ rƵ\ukMWuT9:"r`Ph8[ B&,Фgɀe5k\\ofZ:ښQ0 F( }X&E`q`c ,g1Q0 F( аmȠ  PИ4H }@ 2T2 F(а-g54yT?F(4lYW77`^B2)2\" ~45Q0 hh8εk@֬+ȇ'%E`Rk! F( ~Ξ׮EJLJLKomj6,!k   O(` h87,֛CB[p`@8 F(4ZΎQ0 Fm@`Q@[@(`h9; F(4ZΎQ0 Fm@`Q@[@Cr'OG*` @C]fQ0 FP4$A4 F( hH2ңoQ0 yQ0 F(-rvQ0 h h`-gG( FQ0 F(-rvQ0 h hE>}¼u|Q0 4ݻv65B,Rϛ~(`Ph8XV&$%yyG.Rڍ,& {|Q0 hؖX&&%ٚZZt |||@qLQ0 hؖ p5k!l`#wt(> m9{5^>^8WKK ،E:GO_`Phؖ"sM͙i`Q@<&Cks XyV`šipB R`@!(9ME@a#p yY<"Dzի} @ !ŮT2\  e4PcLcpH\]`Y:9J[%@aẺ91hۏnZiD5އ-x(=---9vdfp &:-{^=vC@&\ h7PseȲ@lDg # гvL щkeЎ雺N!,}R Q<+2r4HFeg< qg@ C r \E gv1t`}spt8seJ;)=QF#/q>ZxQa1<|=R;C5d8^W#rMXn%$ gV t|:[nԸk&Kӡ0/ vv6e5C@<{6nb0fsp0ʄ+Yql>W3- ^h蝃ݓY J9gWfxjy'ө>={=S \Ic ܏ƽ ,ՠ`S\iPn$\1x0e`3ɋTu (|m0]2CS87 3Xb]DAUXI%M0LH)/H P#Z>Ze/Φm[HyI7Dd_/oQd{8C @ a8D7&z'Z¦ 7]PZ`^XMp8#v+bxs!ȃoqB@)X\᫷Kt⴫7ag(Sk;>NL0]My՟+;FFG G\uQݓ7P3 $KXf'"z Bt>xW~sT7|:̝ 0 E%[Xx``>4vmDaf bⲤjETY'^}O?jEm̼ 0}p'XRt93o>]w qq:/ޔhm#RB0&ò͔fkDJ]Q i'8&ΠJ93L?;1ZQb>EeBVzN \/5B&l"\3$cmݫL '  )3Q=D04 ,/]N)a 23T@.  2ة6`#xĊ <tVϬ@0}Kw:uYGvquS`mP~ɾϦSC랅a6:SqyQrUVaogS jP(N;w gLzͻ^僲@ V/$IE ^[®"&n/ =بÐC!a e)N](Q|Roȵ V@0D@ց8d XK03ze֠?8TLH}O:U)r@`b'CdC hwD@!Bv9,˞J8h >> '@WLM`*Y`sr50-Gzj y9(`Phؖ,/"kWKK+!)ѱQ0 F@ rk-SM .&{u4鋣`@ r䉓,r :)u uAkSsfZztD7|HaQ0 4geqKm _-_bm[EY`J@ rh"&*0&enay=; F(а-g-̯al7N̝u45Q0 hhؖS8y Y? {* _~0 F(4lY`vϮ I!,|!,!(`Pp.+)[!+gRu ͇[ \:_L6>y:z(l@y- l[FZFfR222m]f͵k׀1$֣̅dQ@  =`y 9D.8 F(蹈`Q@[@(`h9; F(4ZΎQ0 Fm@`Q@[@(`h9; F(4$Ϯ[䉓7 F( F۳`Q@[@C=k@4 F( h=; F(4ZΎQ0 Fm@`Q@[@(`h9; F(4ZΎQ0 Fm@`Q@[@,އ^).l /F(<@ù=ӧk׮޵+:"E.a"-M;^@ӂy?#` @ r<8$$@FFfyBvݚKW, w5)`vQ0 Fu@ rɓ'f,pB Ul5R[s `gѤ0 F(a[ Y)ӧ'N0`hR`а-go\Vk/4,]\1íMz4Q0 (4 -1'ʀnnȂׯ]_f ΙiV(`ehE7҄hna`c ,gѴ2 F( аm\G:`ݽkPZc HȌQ0 F% m9`ɓ'hkN8 _x0 F(44lY`+߇ q oՏŽQ0 hh؎B֮YAnڼ|xKb҄ pO<`pnmj./),4a"` ,Rׯ]2CB 1pG( @ùS| St8 F( FE`-gG( FQ0 F(-rvQ0 h h`-gG( FQ0 F(-!~铧dG(CА,g׮YkQ0 9!Y@9F(X@ rVZFz̗Q0 FP4:6 F(4ZΎQ0 Fm@`Q@[@(`h9; F(4ZΎQ0 Fm@ L9;ws}:6`P~v҄ ?}MHJCV{׮S'NznA>Xxy Y `qJ@iji(/)MHJD 5ko;gsUiTt( ׵WysFGG-M@A PWǏpǏ5BD2R&ch D$,l`omlѮ;׬^ 4pז@@gi>%@t XFHjQ0@1AVZZZRbRc,jnW7h`KȂ4~j̛o'\\!R@@L*D t+*rAkS]D&k\V*]5 F( P9 ,X\f-p|`҄KT` \B>T4hji1Y<}sMXM3$qe` !@rk|e5&-\H2QƵp'OF*XJi#݀<@g(; 9` ~@, /'ce-,RhoH [f'z@A`b!mI`a Sh]gO7VmD@Y8a@QmZj_(rIH9 d(d* =RgA׏-U]W $%P{nA>B.i"ΦϚ )D #*;>#n-D`3m~F X" |edZ.M~`=@*[`P`z+ XoK; F/ll .G " X@J^,2e`"S5A^A%& RDL d X ;:lQ0@1A Kx3 (9 !iǂyZA! m<7Zs{0.Nxm8{Q0@1AMY `ػGxiQ*`|Q^-(gnPd=Rݻv'$%ۀRy!I64yD6Q6 [CsTnyMuaVHR@kʅEҵ5H#m@oׯ]C_ }4hk@Z/x@4!@W=;6,ZZfͤ Q pWAz@e@65hq< F y>d &dll^B0CYPd^Rxڿ* ysJhBBv 94)8exWq 3  ى UJ` Hc Q0 F`(g u(`=vQ0 h h`-gG( FQ0 F(-rvQ0 h h`-gG( X׭Y ?kQ0 9Wc=eQH|SIENDB`PK?.Βw7w71OEBPS/httpatomoreillycomsourcemspimages470255.pngPNG  IHDR@z' pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}BVQCuhynn@wtObR(2@LCD"vZtD$ rDfZzkS3Z9E7L0h VhbB@C<|Hc2Ki!#`e|6lyph7vE-i41Q@!W;"O<ٽk +( %bZI@c3BH3ԉ Ii @ 򨺮vy{v ǙOO@.,0L@ehif 6Q0 Ǐ++IL)xFjQ@஝;\8$[|<"kV? F(%T HadomG Xj  ,\`,5 F( t< jjj!liѦ(2< 60A@,֮Ysu< CBO}4ah`@@\dz'O刦&ڮ'N[®E_~򄉐{ 5 ~^@vbRM=tgedм8軠`#"_6cRbkSsBR" ,k$0s/l!Xk&r dClM02? F(5 `SfZ:KOBJ(`S~{w  0 #60O,fڌ!M,nV~^Bt*xj`Q0 ؑNX"Z sxl% =E*>Ld)Cq/!"zv4Q0  ̟N |r mv[">\f5^v nΉ')#"ܓA]0 F(@L[+H{vF^R^g lt(`Gφ4&v#->8u$=8 F(@@ut3k׬4a\˦k9{,0W#Gi鐹* ~D`A\k/F!nϞlA:t@!e(P#d6y1R6 F(: bfN\lX|"omȫ=$jQ )Sy҇f8(aQ0 F(hy4 F(, FˣQ0 F`4ZQ0  hQ0X@G`h<` @,C* 17 F4$ˣ s"]i'=ڣ`4ˣ=v}xJ.wQ0 hϯkh(`fG@-NbtD(t4l#` 44o.^&KBȾvZgOˁRG(4ldz׭Y i`ЍFZF~t )lKu@r38d\ݼ`P lAZ:2 OJEJHJ^X&Q0 hxJPH0|<X8o]!hx7&F((@ó}`|i,a'`5 F(aX]s6MCKXI7H1,Z;{GKϟ>&Q0 Cȹ&L4aq)8y|Y#|5 Pp` [Fldy" މun7AWQ0 4ʣQWQ0t@72 F(, FˣQ0 F`4ZQ0  hQ0X@G`h<` @(`g]0z(T4Dˣ17 F4$ˣ>{41Q@!Q0 F`4ZQ0  hQ0X@G`h<` @(`-F(GO ߣ`@ֻXP03-3"Af]f65HYFRD! @qf(`@@1lHf`ϮݹpY` ؞j\xv!XAt XQq<CQdOQ0  2p~䉴4ЁK1d :u$|!e |9.NBf vk ȥx6@H@g'$%:{bh;xjOJ6-`Q,GQ{vpYDqrr>CE|D*F( _y3fRi` F(hQ0 F`4ZQ0  hQ0X@G`h<` @(`-F(Pth̍Q0@ (om7;y$}N`xQrN`x?` @(`-F(hy4 F(, FˣQ0 F`4ZQ0  hQ0X@G`h< k(t2,},P֮YgnDgr޵ @ZFϼ|nne@R\F(4 G¨R]v-:"~>^O<+(A!!&LLKg_)=z(hG 1bjj>KHa, S Ξnz^; F(5ݶK>yiijUhe=5 F(@@#b<>lډ yhupgԁm܂|`1yV`v͚Ѵ2 F@ شvCB"ODJZq_Q0 4l#`l!Ϛ1F=` B@ó<F%mGFFX$޵ Ҍ̟7o4AQ0 gy4yļ|h҄ Y3dfZ:"׮&Q0 p+7$UXH8rHyy]Pl.Pf搂 :d '>ym`0APhhX֬[OKK XH2mjQ@#@í<5 @zZr1`[$9 F(FF(hy4 F(, FˣQ0 F`4ZQ0  hQ0X@G`h<` @CrQtDrSlF(mQ0  !>ZbrϤ &M8F(hhQ0X@G`h<` @(`-F(hy4 F(, FˣQ0 F`Dlyt5\HC~%a%A? .\8>xn-ۤ >>A{c;-@!wڵ`|omj60IKSY31퐖iF;yx \wO7|? 0[3:[sBBdddA^(4a"0e`w+̴t$DDRhƵ; 蓆̒wl" Ьl@ #`(2pVy &$%K+L |0]\GK0ly%D.hqnZ 2 4|TL+'W77 rC Qu]-JuQT4IH &v0BZq,Pnಓ'LCll\`nGC64nN-'Q@/&z6NAbAۓQPr;( ` wl`Zd 8`i^ `cX6OF;_G+N89\Gm &xKZF!ve+k R*؏ oR O4Kp@qbR aU 13Qb&N ~4<2h. 1cXF/ȫI @ "LDH83rU uwt1 Xbx>$^81@%+* +&oNĕڳ4Uyÿo_m fY+eq nP! >}}C$|gy2D 1{V:]V+FI} Rq;t<LuO'C5^ `Q`X M/tPy~G&oJr8Zi,Y ܬ3S %eɫaAa&C><$P2ԛfN T7vPa!Ȱ 8'̓1 @Eb+b<^@/ 9pLLl;;Ϥh0^OxLYoX! lGVq˕ۭjPE@0U?.gf rY+9y>0D GZzP)ɲ̎L yKRm ^90,^(k5Pߨjnȁaf%qpV1%W9VnҸɍ&Aky6u OYS E}ȧb XB#{w؄ec* u\ ᐺ%6tq9 !ׂkLZ-l! lo= 0`JLJVY7 -`!CЛ+# ($}%PV #TD<էk`#nZ` 1 ^`BR.!dCh*psv7 0~eyF7h;__sB 5!$~|g'dVUZrNȶ_uPz\ $`v%7:-[ڟ`F)gxπRF/xr! <iqOӱ]EY2Ψ5[Aɱz`woe|'u=F L `瀣: r3k8ڞ̷Ԝ 0 DLnc mc(~KMxܤjDCՐ󩄿002ۥ(/_$u14ք,׭a )[,zP<؅7Hv+ ۭYh*( WͲ W?e % c'5=rߧ@g%wD1ka뀁.EItݚ5@Sx62 Rhk8 WK7 dO> ; iR  P x.9U,.!Y T` O Qg!ᦆŹ)Po! @ bhQ30:T^4[ivA(:VjVSXqv;=n8N+> \zz8UJ))7R^E9Kkմe??"q򨊣K1v|Y6v] s5bF$eCJpy `kseӞ) w㺪KqiD@&{c0Ih䇸+DK6:9â"(G{pt(rW4+)|gZ_He:My" 3 ?F] qEcT]R^WV[FW )42Dd>u@(s4602AԤ]S 5}{"J.%^`Czmlo޶u4ƁgOFGDBj1Hsh< 1))^G l7 :C5 hQ0 F`4ZQ0  hQ0X@ v$|q(@C<2 F(N dy4fU֭Y骏Q0 Fy dy4 #G(Q0 F`4ZQ0  hQ0X@G`h<` @(`-F(hy4 vE׮]&L0ӟt8?MuYGh<r1"V >odv Y sW7M۶}G |TY F#zdQ`"^9s ȥ INMUC̏?N8 EnG.ql*142r0YdH 0RShV "_/o c3&t %I7i@#Z5i/yx? ?r'-#Q!lA\F~u CJF>'OGu]dYK!a)?n} rBz" ׀ U ?Ք/b>o j -M\/P<@ן] ]PÁhmj60F`\ HsV0rqڀVH/ +X#R-B)7@<YqU%`Q( x="bبP E6#$?Xff6f=Yc5NU|md i=&dmPOzDBtS,D)Z6U<;Q{N*;O'JM`8[!7,~km08`%;+ O,@:~ >VчE%ȼp4)'5Gi ik7#hHn=(zG 8£^BD/(8-"Ty},"k#N[n J:S){gsP >@x6`j6a -LI< ^ 97&›ykm;H7| v.nQq䓠2;vvӄH߾'#@dq <| kSƐuA-pzvE4y|H-1W2Ea9%\S:>9|H3H!d\wXKv)TZ^ԦK[z_mgliMmJHcܯJQ_A 8WЕ3VO@Sl4RGF͚Մ&;0RO`#>3ָV@*:>f0S&\x, 2 Pe2ՁI@[ H^tcqA `2H[)x'>,c&X H)!B`YFj% CF ]S ZsipAH^ۥ!>rR$ "!l!ؑVv+?x{4GwdmSѪDSkXUYFA *K.^H'ȳLIZU{~yz.a`_Jb܊&cnq4y1LL,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV]v "ru S9'-8 F@1V`b:?y.Vl`na d`h5? F(]OjkXj yx ^>> )OVnn.nG(4Z͏Q0 ֬ݽk <2V7. m>7]Gk@  ߏQ@@(y< ˁl3 s - *CBr G+Q0 (4Z͏Q0 @XO0^Bjw7W IOg]Ȁ'$%Q2l0 F4Z͏Q0ڃ _!\M-D`>+4a"v;{GG( h5? F&LX0o>JS޵ LWP0_` h`׮B HCpHHu]($G(I&2u'̮VXkji-]|x@(# +HH'ͭ{HԚ@ tQ0 4Z͏Q0V ΫGcsb@1(#]2i֡U3L5Q0 F~@(#//)e/d[b=v¢Ȁ`4Z͏Q02 $&%} Q0 F~@s`:XD``c $F((u||| I@dQ0 F@(޵ R^o^A̓'OF⍂Qh5? Fׯ]cbs G;`4Z͏Q0 O2! -uzuv`L@(|XU@ƺ5kGc|\ FQ0 ?o]`;G@=;`4Z͏Q0kZS,Ѓ222>}G(h`X2;W7Ĥ_幧NQ0 G(>`yy: F(4Z͏Q0@W=``4Z͏Q0đ@GG( h`hݻv;YFf)FۏQ h`h($xĆhh`H>u=fho~8j~!ܕu<`/)dj~>}f$C.Ѯ(X@V` =5FA ( FQ0 سkhWW~7? F2j~!#gGd4@(C GG04 GGG(@4Z͏Q0du( Q0 @V` 1ftb TՎI GCa!TGGDtq44F(@G(J2b?lQ@$j~NGGQ0 4:h? F>}22]8/`h7? FwZZu(H@ P mr򄉼|O<6 ۙuף`ЦMk h`<1) ">G0<#NAEMO=~y&( g1/8 FPir.GxzAI` '@d<1L0 ҄_f ߑ;'OvP;s0:ҕ9ׯ.G/7ex)E` i@,f\H gn`$q yiѴ2 @֩ij9h#0Cʂuk*p >}Ӣ: >y $eGiQ0r@ jrf~`Z7gkF~횋+hp !Y@]@ƒw(kT7rօ.G@Q0B@1744 U0!%BfZzbR |Ο72vT|2`ׁ[7o>y$d,xwIϟ?݋52ٶ; F.I5uu=rXj-@O^`N6O gOedw5N0H@֦f 2rC۱3 FwőwZh }p5`?!)iQ0@7? F`3dץ+($@юQ0y~Q@E@(@V(T@(@: F( h5? F`_+F(dG(ӧO #Q0 F@V` 6Q0 Fy FQ0 @W^z`h`PkQ0 F FQ0 5 K( @(\vat~Q@.!v' ' B0z(A= F@ j~҄0ƏXS= F@ EGypPg҄ * - ֦-]8 fkF4?r4}5kF:0#s䪽! F ѹy`XEki9-%4 ؑMHJ$`b4:"ZX4 5h`]@{!G) iǏxqi UM-MՂdH ~W0z kWQý0<6 h8ki0p @ׯ]LGaJqUO< Y^bjẻI3څiˤ Vx qP#D1A!.!2 wn`yִQ@k]3ipނ@b=[6 yCi; }C%7=5.("(~ڼ?ԆTJ]s9 9CcO϶R/owPXU-"MӑJ |n8Jev .W]f~ԴJ8I,iYP j#ǧB[h>tj"8G]<[3'NVĄ0@m=→m;tKfP.ȹ͍2 x=*yhdU޼q ՑȎB$U/h Iŀ *1STC<_V.K-ٌeREW^U?JQv Ty  Da8:  lY aAA ( ̗6J 4yjɛOڿҼDK,Q1CªȒ.J3o'"䔻V4?3˰7a19!G[M |Xg%WJ2˜ kylJCG=څiybOQA/XTł&P7zAi?ky ,_c= zWЧ.`Z$ WT, 4-Ā4{āY> /$Yq$P0[E<䉓Ļu+Iއ$! "``c fE2<ZFߠD f mMHsF ͇T~Zk o's4dԉ#hK ϔa5t #1SYt  >vK1s'@Q\ B]@^J:@?QL%Q.?|ifnK '8W9N)Rf6uj"0% ծYȫN''Hk5~͓@r\&/?Ȫ^3ﲹң$sۢlQxGy|-S1ym4 : B ƕ"7(QC 7VN{ B>Hq: ~ycR9N N߂Gsĸľ@Hں]EM$$=mRnO5^ZS(z4̾im rPhP!Ƙ@[HDcuxvT^9sE"mԗ^+깛_?K ~xksEa50w.'@V`VA؋6`;ڇ Xy:D .H>3;|8vs^,2>Ld!h̆I$;s5V]o͑ZMNP*[jH#!8"Q`R8wDy\m[џOȵѼE*lt)G0R cw& GOznH<_}moƹ@ЧZȰFvsY~.O)X])1:1#?5/fیd[E|uH; pZtˑ6AkyVcMS'N9\z , <9l |͐*4WLm@|"P Xx 25MпXZ-" x.ev։6 b:Fbl~`~ EU2Ґ͔n82 Q`aYKRFųd^A('O9m^B65Ad! 613G*p 6G &Ќ&Zx;$kjeK0+lU/t&brxAӡՕ\>z3I6|@Nr4% X,] `vfjy d8/}dhn 441@ KRdD@n|2|lqZQ.$sk4C֯Bzc];<=H૲Z HOm] w7qhd[`۽k]F"3>噚g`딐Jog$f)U@#!:0ɀObs@޻|2+|J =NTF<. r Z&x 3jyA`J@;i[h#/yєgO̐#KO  me4I&Fw4!]{v&g^h%FOI{a<"g!|(P A!p)`btw0!7Es("!x\>~=j@O44OMIk?Դ "8k! -H6H`z HÇP qlG+9ãu)@NV$ME< LR "/]& `p)>HT9R|;ZH2`ف 4N*V7 QkNvjj >n:"T$9ZEmFP tx`q0nA a X)phL`-<\߾/ +f7 ?'bPj×u'G7eC^ ֖& 9fڝvQP,R+뉖FJBwtK3[~,/$JuwePƝe2SAy|~#s8eIiC׽Utb3XĞNJŃH6x CڛkT.J7*'G[]8~|e= 17FEKY=/D*ƴd"!Z?~C4i\!mAB cR4͒|0%wXD}bc"7g +!TG G'rt64ۻ|#ͧf1G06/} 0 @4{t G.ݦY>&PH! Y9 e|ֲ*, LGV0$WW62 Vk?pE~toL#+TOkޡK/"f.=;$fĔºQ.HT L'bY$vV ewg|] 6omoĦ V[ok*_!0E1ЮA“4L,ly-GP@hr1&ᝐ%19sXbPu5yh+dl!y7@њQ0PmӚ"0SCg~ }$KCoX`0eq [ÜU׈"4(A,)Ihf;xVl XkzUI0hpS#-ءJ PO,u5ט{!Yhw70 &;d@?`@~ ;r>,B: 0*8&N6A6:anltElb;gh oOJӑF'r'? X65M'y .UHVW$r+ 6naO]ew w ^ =F:u$)AxzGȾG`&1)IZF.. F[X Ȅ$g1]Cm=`lR0).\+7ƍż7^<:TЂE ɐovnJ;M !s_O&.[V l/hOmg/fs2 z W-[_=XÞ^ vG,a\Q9O@M;C:NN0)Ѻ\5-d,^<3˥x6!j3 WW,uy(]6F-wQ%^U @s Є|L!n3{= Dj?)QD |I=kb 5ŋBJLTuW|__ na(Z(,\@bb,&`:@yV8 =+3#U9k0G7\\JFz4ShW:>|kBu]-2&Q0 Ct4Ufha5y܂|`kx^k< F~@ü1d^0o>\X"hji-: Fl_ZCؽkOV lna`4GQ4K͆ȗ3 kQ0 F O<ߘwٵ[ZF)G[\ѣ`@1ѮArEbtD(vtc3,/?șr͹h `4@ój%s'PsԻtr`_7 F(:>!)y9⟃߽kWnAm[ѭ4`blɓu2 OP/PYpHx`d,0oBz铧@6k 9|h5? FYCV#֬}iuG+ p|Id7]g[痮\`Ƭfj>Q0 =Y/]XSW |?룻nF(mMtDy^A ̿?}9zxح۞]\`? >)q4)Q0D+d[ :q2a4GQ4܂|`Yp;޼u=}.(`6ܥed G'Ohzt( FD5W/T-Y|M >Y:i^>^s swQ0H@PH0Y3>ynm[!y6s4` W@,#9<8rف!` 7mwY=Up@@юQ0 F(h5? F(` [@(`Q0l@V`Q0 F4Z͏Q0 F(h5? F(` [@(`Q0l@ }'NQ0 Fs('(èѣ` АPd K3;dhQ4w(E 9yX=[XWA怙Fs(N Xh]Q0 dv]H? F&ыhG(`a h`Q0 -j~Q0 F( FQ0 F(`G(`a h`Q0 -j~Q0 F( yȱ!@Nz.'OvڕDH(`h؅:J#*4$Av`'51*KJ,gqck׬*~ZtDf=J -@GC7G$/ [`jJ3)Wdt |-,B`\L0k_á{d@C/T4a1$7~Br+@t kD`)̇ `WC2G LWf`` &i;d`p|30bToij _4XA^vmU.6'̫GѹyI=T`yڌQ0 \WwI3͈G&|`?$3-OLJT* ւV Ph_G\sQEdDž0޼ш#320GC֋ *ב*/)1[ It$}!:c<@,y>2tl ە֬:,,4q6T/'O)}!cnh; e-sc_g|o -֦f-!8\œ @?t %D1P~x7.gZ Б[Fs ?}:`߳k7lpt+'L0\ڼm7〹Z3J5$M(CNArpAI H\CITc6P,b3ofO>bFW|dXq4t10E^m>,;?yY3xtI/ܦBRepGܳ*/Oաm7 ĶuY;nEGl2.WyЦ̤|} ۪̈́Hq|&f\|~z;q.@)Vt ^S'QD,El1Ci=4B?JPU/&SS۹m = y[AT L~ dc5â}Y`fĘcENEv 7eC@Ca7!&&&Ğ{b/s9_d,,h&kGd֫2ZR,yZG׿n>#bJ\X`Dzє~:I "nQfi>a*^Gyp^P?.t9I?8euQ!?%R^F3:g(3@+Ŭw0`FhAE"/AH"? D┒puBgG:?-JpLrG<x; xu^ NXS bAWYĩoB|{>/xdw-F☐'~K:W0yӏh]zݳp0 xCpsq:RZz$e`5Lv3 "deG FIbH9l@lHI\kXv٣p4ѮnWbP8dŽuJqH+'x2\,1.\BɪC`dGsqs% ! NxCvxs褵k G t!A u<0 !J6Rr Nl؄\})P=@H  V[!"X" srEgX )UC+$OJw2&h`2d`?2MR-!R"@! 9e(̖@ FD !##2= e> !D\ ФhT II"傏|qgJ 7j p<xH5@2ٞx%#A-y; oA6>֭Y-e#Pf L=Sr J)vgl]TQ5McEZ )2AאBI5UTrёWHT*2j>a+1(cpRȲ8v\e~/ Cir"~T薱9y':(MSÉ0N#D[ 1 Ƿ1peӐ^Q;&hofYT+]e CqCG j+MuƎ^+Xy~MiA%ps jLXa*)@ȳjXRܢq_t9O; ,207I= KZ F@WtM.rNwOߏYZ7{}?p+Ͱ1"Jt~` LoPg~e ctu: g oh^ٖI#jl!:><ŠAx?Shw q eZ薘RS}THJh5$lG֟8%w}0gKhqߍtM`0ѣϣ/!af)jܿ#hPKL6$|t~mL4`J2.W씮. %Й⻝Dc\_^XٲYr^9&FX)WoX3٪"6ֽ_1%lNe<9j N{E)`:р iX߼Ir#'=ח̛Q 0DPw=aID1&d{כ@\Tsd~L5kx* Nb\NQC ̟7>7 1ƚ鐑pii"'0O/ R7=}i\(?gOkȔа&?,¿ ɁAnAm[ySKl^(t9d}MgO7d<ܐ|5Z{LZ,9uՑmlT#0Srw-g@6>6N³par#T0 t~|oZ@\j<=iDb3%1xna6V8(hPDD>y}BR"P+k ׂ$5ԃR 0―9A5b A@LxC}ൣR0,"d)W}DI'FD%AHO# \} H+ n9(l"|a kSPȳГd7 'QkҜ%{|u9ύf/LVN?oD ̕܏i[ٓ愜9A & y.hEv_vh& '(hx G'OM_}ԉO`l77]l8rxB>&s[݈jrwt v;r:b-!BE>)v<~f~ Z ;&" @>>X.]B Dn0m &HWzB|u:7 cR*Ƃw?t2Fе xD僡uQL0~ G{URpC M&dĞ3LFoHBl W,O9dt`*(u ZG*K7MDC>oPD\0of`ċt〉 ~@DŽF@1ȯ 0΀9#cG@Pf`{ǑϢJi'ݱhj-wAl#xrRm@P5/Aα!9ne4 p22RrYԸdr!V8d<WfA;ߚ%x@@d A@w"C,Śg83Z1V2 r!, : ~,.e1 ?rFv8l(WS}P *Ht91* $ @@w'ۑծ[w}8)hJIW@M: / 'YM6C${~ E1`]WJ, ̯ٔ`X; G`.~4JtF($w'.ޢ@V hY׬W7 y0o6>I\?ʘ⺍R)%E^".^{#=U9XvcH+GOĤ=iEFG /g+> q|,A7>QKI*|8m*΁]%XF3`r}Z"Z|2O )/eY@ kc 5Y1Wn?VddV ʁb%"Ghb3besxU|yr(Z`e  Uy!+1-܉퍲)syZYSKEd)>օA-ZbCt$eU睟 ۪q%Jh7? ŬyI9k,)t ^ȉh*]`/2a ZiydDDBSǟhBSG?yD` {2s4 sC#Hc-`MDOj@8pp0xY( RU#C8ԏDA͙o)<b2!x/\E VD1{et6P@=ATpNZq䁗гX!]cr,҅mYlZJkSs4H*@ͭZ¶!v͈aK-m 7d-g3OB$9˞ЁZ:Yߤ q3\b/G}Xn2Ј3`T!,%nDz6C:HjI~ 1=}GL6lܐWZL:3ݟth\4/}s O?̱M5읽NA!&V^Qy/=PHP Bceڃ lll:*ʟ;dC6~$Bfggv?ُe"N!λA+Pjwln5LY\#4^XoH Г}j;f;/aѼeE#5c8WB0 JR8e f(\,%( [t[RyYjmWb1!^`i-˺<1]^ǹ !$ UGq((Pq}OuS8+4Z2:n7%R)W77d(PF?QqȠrʘ+'  ^>. 7hzjj:*PM(ס3=Eptѵ";H\Ԯ0dJ3qGb5Uc!ʠdfOuӼ*"O3rh1z.@*:p!V>`CZuf#<%$J̔ST,ǎB?4ہ>*/htu(`tv|6,G+F2Ȇ.ib.eG6 y|4GQ@k@CrWG(VhV d5?Zِhb`4GQ0@`Q0 -j~Q0 F( FQ0 F(`G(`a h`Q0 -j~Q0 F( FQ0 F(`Q'OȾeQ0O&M0`$<݋ˈip)7򽮣`A֮YbHu gFQ wQ0@1r rY]W D I".##qQ08]Ѯbs `>k&-ɣ`(@LþD8qy\ ^>>(`pp}4ͼ'OC.ɣ=Q0 ` w\ќ_f+5:P? g#u4Wi#hW&Q0 (Vꐭ]r Ge Y(XXXdCG%'![޵'gbQ0Lu]-$Gِ{`#Ҡomj~?`|V5` c@BI&yprXcF(E 97YG=  s0M` ݩj`vQ0 F FQ0 #8z(B@(0 F(h5? F(` [@(`Q0l@V`Q0 F4Z͏Q0 F(А796dQ0y'F("P7Bhv h5_03i„BaP|526ԍQ0 hhtn~ xxGaQ@ j~Q0 F( FQ0 F(`G(`a h`0'N(r@(^> F(h5F`4GQ0l@ j~5&Lx k׀Rw킋f&Q0 '8yMv4FH4ly`Xaݚ'OJ PhA ڵk II dev`铧@h#p؂y44!S5unC[)8̛? et($V I :>z|R"iŝ=?oЖ|<1}&JHCxiN0!`5|hZ`0#/Ys 3 Ĥ$xyBBMb `Q0 = a7`Mu2#`kG@6!XᏂQ0@^D; FF(4Z͏Q0 F(h5? FOGp`P h5? FE㣃`@V`Q0 F4Z͏Q05`*G(\`t( I& *`d? F(ѣ` @C8s֮Y|a0Gm9ze| ,ϥh4$;r j!n| vGc Wx^>TC0\*x)08q"!)qL*ݻv=yut!gI2j-SFy&"_I0lA^r. 캍 Tu$ `N<: Wd+4?5kB!l`h5Os? yxyhi]KECuRQ0P0KodZ~H|=y 0 a:5@+){0A&hSYۤH8?]U2;dA_^^}_b1,n ׬:T5,wr )٤GIǒ끧hX4(mq&_C;Ǥ+yY ]|3'm~idH8+|)c,pPEX)F5qViVz`ΛQ;rc?Kn#f49_&+Z+7e@DD!\'W+#G ^ ^ @@`NGiq+O5ƕy șF! IQ@R L@1'n ɑK ^74`$:"2܍u+pE*>ꂔ'04V#h\P@$ְ"@\fS I sgt0 3h|0A@5h /pK uڈSg7@Bto!"t+_bkVг%yDelueY4=廔uuf~&## ^KQR}Dʷ.F8lh0쒕ie< 0;,LQX/\(f5r6Q'$-/v0Cy:AwH*{Uj'* E6y&'Ā c4O7ܾZ6=?x9A G&&nat p .~ %4 z{]O B.b$ӑ/嗍I+zQsig iZ4&1jKrS^XnCFF7|Rw=ݣ_ֲy\@ԁL#eV6ɼF^fؑsATTj:Y?uds^7tB5|dM{6r9/VwYTGwG[.T>/mNQA)gB-(ݛs ȤnkoA&9.w PAīy0'δ%2'5GE"xuќ{?eS妁 (wz g8qgr@l ꡁ T@<-(Bcw&X-o-SDӖwAjy1lFuˏ?>r y[m@#O% ypHv0&F,8bEg"y'}f''z >/9$00h6S1D=~W`i1"m,0 qPt ċҢL>z] C3oF&xKzŅumB[c9rER)q2"İoϴ|lѲАjaMcO1r9e,7J|qZz]m0K篕; Χ[m2`@Zo.kdüKGs46{=.ˆ=5cO/xZ(_R=H_kP37;' w=74ɫj؝Zg'`> N@< -u]kuZ.JT'c4?U[&Ra+ /s2'${% @U79 ܅=Å~ iD)҄PadT*pYTU0f ]Rv "F:>boB71{*[$!˴!< jhEB=.2XTdzx)4yH7*}Eź&wyf(P4ynZ>; 43U$ :50eEܮK1 ﯀g6>T ٢S|>auO5<'FPo'/GCv%!בh[:9r; mJHjV$89z '@,׮]\C L sux>d29{.5kn\铟7d}Om~tl NpYQVݻv# ֬l26o iց;`ba%{I`Ys 2+-H!-# J<RH-|\0oh5? 9yMpM#djm证8`@L쇹Z$e}8@~`&![]YU%rG(xM~@NGf/ pgW ]9Cc LFf}m%|=Zk`vfHnsX\QƄ +OO$ng'6H< 441A$$rg^6HفU nZP @V+׀0C^DZ' {yb +`)zhfX{~396c`{vKHqT+l`å,+a[1| &z ٻ<+uWDsx/~UVHg-s4EAR|0;3pVsyXc}1)e/oq o-Z 3Hai{خgR!Ҭ13d&/3oxƌpg#%JVz5I1uEF!`єpM5$`ൊO4g&6I.4"4.ջU Ca<k;#0YigdBlP(Ơ !E){Iq#Mo.8B=,Smw.my?:\X!m$G/<*Rۜs߷m /7*RloX+ڹ}Rjw6f)9U}O :Ȣw͖b}͸&UXJ,4Z:ՖR92\'xqt1:r tSԩ8DB0j],PxQF7${e(EDnK+ߧBdo1GCndڅE. 5S7? +*& "7! p_䊜O8 iQ`Z2 }3 C@TQPhZSf6~3GG4Z:$ .}eJq׬ZcC+0n\Ϛ ݼv!AڬM}@AX ^ )hm d/VTY ђkH!^6D5I ?/|V8g%| ¼kmYj5X#0Yt?9YXA~3Gy F`Q zZhRZ`*\C[ɁG!kp82g`a|# s Hu]-a-dIHC[Ѫ/2Q00s /%)0&"2!) Q k=NqlDT:Bf1`Vd@H)qgys dTE{iwF7 0$PsYk*1n.I/mijlO彰9(gJjnխ?,zWA~ܮq'1(1w^!;8 <9kO@{+ Y2NWd*( 'XPzMK=Tm\I6إAC4aZ?{ +% a\"4R4be^@<4C ҫhchlXQ%6`*B召046P$w_.]X?m&K " YILmh|_;iET]+z0 ]gt Ekq$9yYױdOiNT`0-8g eI M'5tFy[*Q6fdYSMo:<`Ѻcr`C 0|='ÒrekgoA۩iJlPVFD&K!(Q4 jZ̈@ځ?$$ܳ,a:D>'xZ\Q-JWm[f`G"/Y4ueBP!=_Tϙ"(./m'T:0G(44Zͣor9Tw`4GQ@9QchcKJ!WQ@pr7OV͍y!P"M6!6 F2 P"yy]׮]KHJZf- ܤ>&F=ϒmu9v_8o>0G7\\JFz4ShW:Z>uA k_#0=`4%0F8ݻv}m!R 9z ]"I+ț5('Fw̓{N Rӣ ^>$2 hڛ'@4a" lo_zLYc сQ0@ j~\ŚZH<~]7-E6y.0~. lߏjh$v/wG(' d\\! NLѣ`@j> XCΟ7/8$y]rG0 FdǼy*5ܥed G'Ohzt( FD5W/T-Y|M >+uus4ax/9; F,A!hg| 0Gm{`8y l`#h#G( XF'sxp1 C0 F*v+e`44yvǚ͑ѕ`vzȈhW~Q@@(Лg`h5? F]dho~Q@@(t֬e` h5? F]V:3nG(t4Z͏Q@?ȁ Q0 F}@V`~7 F(3!o~Ws?j` #9z:јC؏4G(!YypEF˩Q@ѣ`(tQ0 F=@V`Щ=gQ@@({vfiQ@w@(4>}܆<`zG(9kjihhQ0 h`x|BRhPQ0 hk@4nQ0 Fyp (x`M?t>}lG썂Q@g@,o{'O44 d9 0"HfZz^AhkP, % O.tfukVB@? F4lyHہYXԢe<aQ@E*&9 `=OKJ! yGkQ@8y赳m}lڶ4T8M IpdfZzM]-p = >xQ(#p->y&(1fibIH ]= 0 %FVhCk8` l{@nZ M%lO(# \iyI:xJW7Wd`P+?z$r4(>g|" d 毁6K hxV-دXy(AL 'N@NvG{`@ A{`lÏݳk7]f |4+F-t5i ($rxO9wb@ SzJJ'OeKHx7]*[@Żw}ot4aAy (D5ڕzoԉip>k&A-eݐA>`mC4U>e41Q0 Luy"kѣ`8bZ{ZSw`5 i d:`vɣ{G( h5? Futd`_st~Q0x@V`P@.EdD7 F(d FQ0 [Xn` *@('N@nFo`hR,1)iQ0 F`4Z͏Q@4z(`pUGcn !Gv"8 Fs(-,Y䉓+mBG( @]܀h44yl R8( ^5O8:tUBRh?l&M9ؕ ʪA2 ;7o1,7o4R|v8 F( F<} hR$RpFQ0 F`4y`-##>lC? HM͐`Aho\k/x 0W>D[`?>d=gHR`3 g$`+-s ȘdCKKZ 'hs(Қ&DTt 2&O!D`h$X'7b0KI&s&Q0P\OkRc\\!T]W 7` 5kש5@ ?o&rO:-WZ> Fy|"x ׎nwu|tD$d>~PSW [zo-ȇ D;h&WC6ɕrOA6]q /ddObuu]4)xڐA{` y<1${nJ\`Pwm]5O7X`MRfhM p#n,\ \% DzƵxځ ;mAnAs >ZHx2\%h'N XHH>y>c (扭G]W,d!}(? u(d' ˭N`]:rh? F(f Fyb7yՏ`a h'ɐEkXCB6o::': F( Fyjzfњ~HH *΍Q0 F Fy O$TyQ=NQ0 F( FyҀ&κyC@n2lnaqSG(h5O2@^Ǎ N8x| 0G'G(# u<8M&BFh'~v4BQ0 q(3JAw! FO Fh5O)v! {GkAU;0^ Q0 F4ZSYt7Z ,FĂywvG(#h5Opڵ2M\zNQ@Ov͚&BFAţ2 F( Fyjv"[!S{'8yDKS3kt](`h5OegoBsЮ4a"Q>>ĄQQ0 F(iҭ_}M]l=*xiQ0 F(4Zӣ[R]W;ZP]fS! eddFCfQ0 @Vg!ɣcy֭Y Yd UW7 ~Q0 piFQ+;0:? F(7zV`޵kc/wV7 F(ЎmTnnQaڍ|3j ]8 F( >.!(`h >j U#04_v `hhQ0 (4Z0V֬w^V?A9u$ju }wW7W`sg Q0 F(h5?([f |/ ,̇S;`Y33 Q0 F@VsCC ׯ]'NIw 7Uu`Q@#@^ WZZZj:'׮]{5pV3o30tI(`h5?dyd7 kji=sc g{p6& (Qkt}Q0 hzUk1綑U Syx!MN3\O !ϟ>_+ãvᐖ 2ZQ0 F@0Vr`@nLH@jAQ0 F(l FaІM8X=KXgna90ZQ0 Fpu|*IENDB`PK?kk0jj1OEBPS/httpatomoreillycomsourcemspimages470259.pngPNG  IHDR) pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVZhj`t755kha8 vus ZI Zs Hx9}LI`"| hj`ϛGucwgS[@e;P\)?};r @V` DplnaCjt`5HP :88yD<#-" {pdpHm( FQ0 7o > $[l`b\kחX['Oxׁ'j 8vs` 8 v`҄ eBjNp 4X'pݻv/iQ S_f )d@ IIXw;D`S*E(‡@6mۚYU4PG04ZQ@Ӫ}"ÚwtYI-vWd`e 4h 6 (E9*pqsJ2OxzBjmjqz'xl$IԵp|)Ѷ(:Ѫ}ڂ. ,ev:5N]'{<Y>صkn:Dl,#k0Jtv`-;}L3[T`aa ݻvi!Ry- PvϮfDV@N8G7PlI#jht}A d 2 8a B-`-Vx^;P*:._b;&51:\+ w2(z,& >Xf-m `΋OJ0F( h> F <",dH+V9h2dRm;Xg72z ҃2zG!n#IakZZ` t0g'N3`3# Dl1  n=0 _F4: ? F ZOx:vZ~w` Ȱhтy!3k,x]Ud/ 25p[*S`[6h҄0,!^Zh iգMPV 8P1Pyl`>x@O`CQ0 F̀ ݵs͉ϝ_eYq "O/ Aԏy|MupUC]={֬^MP%~e?~@6P H@@Yup!^HMCQ0 4: ? F >3~#?L`kGCzxNh;!xȤ xĤ$Jx؏ (4ZQ0U;Z إT)m`L{ hiM]-drdTygA7']Tց{Jn7=ϐK!3%D+icvOE( FQ0 _P!U Ԛ[r ט+rȑ'g+o`-T׽3f#D^B3Mk: w.=f ?@U(C@nf#{v$y\jZ9 W܅Ԕ<>"Sx(h> F`_)$'8mlK-v*Q0@``mqi]Cȁzb 3Cw7䮶D5 1^(Ch8pO}7 `޼s.[ +_u\ \O7@Q0 ^(S^9zVz҄@TVR ` V2 Hfr8{rw`|( F{` v@Jˆxj8]]/!uslm 78BBgQ0  ^(`Q0@V`Q0 F4ZQ0 F( h> F(` +@U(`Q0@V`Q0 F4ZQ0 F( h> F(` +@U(`Q0@F7lA0LpXft(`@V@n 'N(`p]F7 F(` +@U(`Q0@V`Q0 F4ZQ0 F( h> F(` +@U(`Q0@V`Q0 F4ZQ0 F( h> F(` +@U(`Q0@V`Q0 F4ZQ0ON8|'O&Ma޵ FCihjׯ]K+ꁁLjԼg.M-- Z0o'}D5k_>G(N FQ@iXyցTteeddF^6;1Qࠐ>0HHJ\(G( 襮zXy$&%+pusOVZFf9 D!!A!xF YGLHJM` {@Q@>LKVz^Ѻg'OHs`5vN]0=n:.KJGah> 1=ٳkד'O=%ׯ]K``4S"nn ~uD/u⑥(M9]]W` @U( @&epf@ΞnH_X@f`\_~Mӧ ^I&$$%k}Kn fy:Ix^xO*zJH>kh> F4: ?  å 4 tF @%]@6 0P B@曷m=w"΃XV* 6tG`{JP(`G59x@W(3v5]Iޏ ,]ÉIIn`}̛,u<eJ` @%`|,828y.0[6oZVR``Yv0 g@_^R T`hj`03-C^$);5uȀV$@Aשk6[4i >_]/V` @| B#"4l880P1f $P2 x֭Y YOoj !a2 L^P(#h}PZr]f-xMw 7mۺtDnj@R-sl`}I`hRԝu D3dQ0 F8Ѫ}P@:Xh@zqCTQ0 F4ZQ0dNd4F( FQ0O"mh@kň`:Gii*ܐhBRhՎ T-` FWȏ*ukր'MP411`Q hjnzhvԔO2 F(4ZyWQ0 F@εڂ׮Aҁ]׭Y ټ`|`/*Xb9D1 {\\GO?`"@GMk ͫ{׮I&8r30Z'O\8R 244@T>:? F(DZH/|󶭐wx>0@^W+@k!-`ߝot (`hjhGA!  GsQ0 4: ? ufZ: !]`t(`hjt-M 'W, !>{׮ѹQ0 F( h> !'$%[q߳k $?y&Azչ>P x =p`\ FGx8K lA %u7ͣ] 9g4G(?^(`Q0@V`Q0 F4ZQ0 F( h> F(` +@U(`Q0@V`Q0 F4ZQ0 F( h> F(` +@U(`Q0@V`Q0 F4ZQ0 F( h> F(` +@U(`Q0@V`Q0 F4ZQ0 F( h> F(` +@,A0\'ON81 @` N@Uk׬p`hj`C׮]Q0 F(h><rOZkQ0 F 4n k&_yIOFCfQ0 4Zi :{=v Q0 F( h>  @kjv[BR]ϛ7>`Q@Ѫ} ߐYRCjP`2@n~ 222=ݘ3f.+)]bNwItm6BCBFojrus22;FÊ$ׇh'FO F{`҄ <>Ŏrɵk֘YHPZ'(((4kM0" IQ0 F( h> >}7}Lʺ3e{F(@~2`|Aκ_f͓'OIw`'~4G(@U(Xf] \U5kO?o9M0`Q@h> CB\<G/`2@V`Q@o9zGhj`222A;i-xѪ}Q0 H: &0 XF$ӎ2 F(`@@Qj8 %`U(`D>9F(` F(`ahj`Q0 Ѫ}Q0 F(V F7:'Ot-OHˀh0Q0 FA@U($-0~\=衳`Q@$ :UbDrA#@h4abpHHPH04.\kjvvJ`rwhQ0 F1 h>{45_v Xv 5k_># kkS0=Hځʀ c!`Q@< I&DGDeR`_ ;vF&>k&03!r<'%}gOhQ0 F HPHO K%xbR"(GLHJ  Up_e4FmQ0 D΀YQ0 O39+~F.ƟG[1ZBU;| r}9d4 , rAW A/+)MLJtqsF? L3G!In@K[`$`5`]k01L0|MhȌQ@!tvC&́u6/ d3m[!׮Ys5`p9 ({E0/Kx`54&hDDZNv& `EMHPGcbd`B& _/)Q0 >)!djX;j 8]ĚTT̛$!=OqaHW-3-XG@{[`?}@$l~ 8$5$Gx`m/VBJ;`F(RW8 Yf 77uH @Xώt@uk֎FĀf F(#[X@` H$FA@C`@~]{vu:u]\іe`޼'Nb :#1M} 017/aM`6TQ*>Ut4fMov)1l@ ^;ę4ab+aMfZ:d%fC4+0nhE/~^:C%poR-:C{Ỡly&ˡ 6Hv{ LqͰ"`y Dȫ䀉|ħ2@jvZ^A>U$ZvW}DC`6q -&X-Lf./. >-<=rHb>xĭ z II4ʮn`E9y\߽k7d|e;7E44:?@ ׁO50?: ii fuLĐ v}Q0hZp;^I &ﰺmz)`.1)rMF|zȀp'فbc@O< {˃ АLLZȹ=H$XfR"zd!3ِ$>m[{9ϔWP0G,}Dz/u\ e` l2N5|EZn^>=v{o,yXˌ>0 !G3r3:>h@ ^;dXUC&~ sG@ XkcܐƩ4:x0':REAF} !K}3f̈́,T@c!0P;dƜw;hC㟪j)_mt6d~XS` BpGv.&Pp t=ADZ㸪mpgȞo*/7h dA݁m;`zy#@C8=LX'DAF=1Iu) po^1ɫAS\ Y`hPȣ@@1hR@6(;T\, 7m =u$Cyf M`A "q%r0'aUI۰<ٲR%Z@z'u-־&d$]Xx1#H  *"䓘!F )yV6A0 F( 襮5+D3!}8Hcy6df(w5{]3`\|p}g 3),\S@)`ou֎T3;5 )A&K.׫ڌV:(`+eHu`Q@ ћkk6BqU@ >RK;X8g2g̞jiiOڊ Bt`L94= R 6!l@jC `06Djjmj̀8rK܉@9- _7βא35 )s`J]vf"ʗFdo|J2`~Ӷ sMs f׌У`hpU퐃*!}k k~ M{P?oX\獬[,=A ڹ$#lddCIf` ( q6tjeHs`59$f[O6?PrrQ08E{;!Zm8` Iu v&Y:Z@Q@A4,bϛ\B JCH} |rXlM0 VPh8"` \ QH;FWuoy B%kvJ{w1T0 dw%Ȯ3ȩ5 nl!TT %` i`t<A2IO) 9 5t`PhT^0Wc%`Yt!S aR  !mRY| B.[9$(N^C3gA΅z*(@d bΐ6OC!BȘ>k&=C:r2 ÏQhR[!r-1)X\~5BN/8 xn`(׭Y 7-,"ʂ#[htHҍ ;8Cfxvr۶>1@5)aPl9~yׯ]`6) A:VlCwCO]He}ÏQ`? ,΀  |Hl [4# :2L?CLW3)&L~bxxy:  /9x_@[9_D&-`1_cwO Y yA=ݐ@q">L1~L@j֦xZߐqx˯ N+'Tb[!+ˎ Q)$]KV̐ l8r.? nt4F(@j 0G/iZǦBv:U;RӅwkiiM0CH ?,RU@N TvZ 7ay.P= d`Brt 1M`PX qrd@`f$!_8 F( ё55!u*V^O@Cj}+T , ~x]6 '@o=9 ^ZjeIXݘnZ`̶8AD߃7ˀ6[ ]4 8d) P0*/@f65ȀN@g610K@ѝ`Р fbI "h kA3l5d` ^S XF/F$ !.g2K86@'G^BL{1viuQhw(4z(Xf-Uș8U+lHcY 6̛=M~)>bu4GA!{ nOYh> ss/p5@kr`3`~uH}3҅f`mHK8x! i6h4@*`!!jOV\] 9}rfX#l@\/̘5t Q0 h ւo1$@GdA4X/.W['502 YQX}> F0ߵg {knӒr@Q@_ _ ʁ}AC gg/ `\F̑5` dF *6Ge*ȸ:`>>^'@ X=dO׭Yܻ l%M۽k7: {Q`L0:?-*N 4Z5x/G>i[DƧڞQ0 F`]fFF`&=y$Putl`Qa4' zT[vd@_\0o>TQј6r\'O ic*>r u^ސd3 F(] bzt4@.hFq @$T# (!'0d5|sTј22,xq.1d0 I`"2l`H;dJXDB^lLe+^G}`Lw ݻvcJqnu; !Fm"y@s߉L,ʀJ((`҄  Ȫdh *@ϵ',H:p2шJv3kj1o})\ T꼂|;>0F(ؐ40K{n@v R519Ȳ0< XqC| W'm7*`-MD4|h=l]i^Bk׬\LN;D;ˎQ0 F/9xuRU}4  FRECޟ7+_^R*=_.2L6rLSl?`]Y*4j> FZN\;"F@bz7V0iuYbj/. ?`4Ԯ1xr~gOwfZy X;;.nG`Q@< 2ځEspHm[վ# "'1UBn)+)%9 L7Lvh[\ܐ!@fѺ죫,G(? w1[ {ݚ5]SKOOkUa0zд"D<FC?bQ Ҟ]wh:zVbh؈ Wa: F'Owe.I,7䉓9gW:{{no?>y9czAht( VnvO.# 0 zyg#4 ;et` OKkk"̴ٴQI6.8e<|G;P0 4k`ЕcD^{Cۂy6r rYWkSsgOhĤ$`B4a9ti,qt4k`H`ܥk wulXM>k5'F0lf1es_4Vh> Fn:[a` m[;^f dhjiBD.z".#@&݁Xcʖ hX N@`  Ϡ÷'!#1i!V9yNAh> F`Por9R[s FQ0 F(;d|2V?2(`VXCΠb_|thG(VdQ0 (ncO ^1$@V` n>=Z[ r[|U聲Ch> F 0ǔZΖ9 FQ0 F(>q4h -,Fl@U(` +(=v :"r${ F7Q0 F( h> F(` +@U(`Q0@V`Q0 F4ZQ0 F( h> F(` +@U(`Q0@V`Q@0i„O>( FQ0 F(8y⤃-jQ0 it<}$FQ@ Qf^x3 h>l5kh4F(=ݣW4ZOt@@ZFfӬƵW4ZO0:8 F2ufZy";I&[&!) ]̛j~P0($x4ˏd@U(`_!;v͚k׮@b閦fW77`Њ ( FQ0 Fp9}BuM-M`U YX'ƬځU5w㎫}@da(@U(`8`Xjxӧϟ>a 3ֻe%~^;,V8|̪U8)'||X7 F}`Q@,z G`[^RYl޶<# ds 77i[+׭YD@)@ 7F8 fg`ۏhj`VhbH-Ӎ @Y;.O8 !c;>J.J+ Iz2d!Q0@V`Q@/oij! RI`Dٵ ޕVؘ- HS(G(~'Q Y6T O0Mvݚ5n@0g̓k!x@V`Q@&ؽk7uoW; TUr@s7{k׬3\N<Q 7y4"FѪ}Q0 ||Qz`e> :{ц́@<l(<w܁wtv' # &`< ʻ(6 F(d`>iD[ 6`] u\ APȓA!!tpe*6| 4FFh> F(`ؽux;!g\7 F@V` u lf,xH X嗕Bs^(4ZQ0 3Xf-ts -&L 6'mh> F(×t`M?}z}h> F(wBpb׮t(T4ZQ0 Fu^MqufCNA< (9t,($(2i'Oe߽k'ZGW Ѫ}Q0  {qmr 7y@qyP }WPQ 9(VM͐]y@KGSŀG(:`0/e%Xoţ.8#Cw0Į'Vh4Q0 F(:مqDjݚ zpH01l%@. s !r6p+!hj`*ΞA; F(]FSKXE9nإz= Wj\<쑗Bed{9A0Z;@V`Q0FO>+GkeH7XXoGޝT a@O3 jj"v:z׮A> g2Q0 hmj6/ t-!\`7X[k)---1!h;BB^+(v'M쎜\@w2:HW*Fkw`Kh7͍w\gu v`H5)@A 4h@U(íáT* Fkz׭Y fϛ҅`ed: Xe~9M-̴ti`?}J4YP5keAlm 5WM۶= u$4 v mHHM 4Z~ N:ppkS33H9qHq̀.9G{  .%E1KRkh7333(z/ ~GKʭ(+PA4/E0ū蝇(I/HXۮɔvs&i9I͛x+UX C199s5/YEb Ѫ}Q0 ?T'{NE&hU#@)tόY3ml!c@`ym9'?om@ݻ$۶By ?||@R=<>ll̛iEׁU5F%R2@O|@@`*I& C+x'Z3o>>=8سk7Ң|)MLJmS[! U2d)5k80  6d {]- }FzgUB&*@V`Q@pI`|}P*;d;dRx2! 4)-ҁ "; E2OI`- FH}Q dh/H;4ZQ0 Fudc7%Ycepyr=yԬt /fe8cY@ÁҢMC&!SL+Źr].n.SOtR0]g`}]!z hkq y{vo2@V`Q@ -#sa`jp^+Lm"Սl(`LpH 9|٠{>^rT-ߌ XfmPH0Uf"uΆ,OŃ0kw,0U5d~3!'vБ]CķZ' 0UHHٛ+@?9P΁N3@V j[h> F(!r_CKrY3ׁvH?Ej#='x=Bh2̪KV6.nne%jm NӂzV #Oã5:v 5 yV)-ݽk76ZvmE=UΐFC6 FmmG(|9, X%O0sVz65`~ԻAM97br[ǒZ; ϐv|-$lAZK4ZQ0 F_HvZ ZW@]:]UĀ$`<3-è NNwɤ ׭Yq <@=c y  W6-6 F( }\ \p\!;dSfq\;ƷU2A*pus[ ; x}x l`A&DهѪ}Q0 {r/?  k7k2d:d8z(PJJ! Z [!k{v6M6 |A܉aŐyV@`Q@>dQg\XBADpS.gEmټm+/99 DM4$̩`fA hj`2dQNn\:d3tbRR5 kZ\. Xy#c.냋 eѪ}Q0 Jr Nj , o~0G(~:' g |1 > ƂDG FQ0 F(:Dx 0COG{<@Q0 XwtSwXsH n«ybmayXGvB&@BЂ Xc>ȸgri:hQ0>VXc(yX%C Q]!7v ~ J._/oHM u>pp'fd10ed # tt( h}.b֚XI IIDFFfCϟ>Ap5"U5u& vbF5tӱo06FGG FQ0 L!\d,m[3KJĤ$ʭvRt! N8i P I `uAq(h> FjddB֬M7]/S'{@!:Xz^{|NW7W`S*Zm8uPAG(=o}k`}-hfocAll+KWZ hr ]%lˌv[G( 2Q0 )ؽkV{4Vi`:!) MqpÁQH]6Ǡ1\ Y@Q0 4k`ukBN%susWü5uZZe%6KW,'olh6uU:.v` J* j//)tρ9dPDGnh:ɓ4ZQ0HjVX 2ҁ}wH;Tٚ_ \Фs̛t.n8rŒj<@U(TB<x^|7P1n!'N='Pc FS(ѹQ0 )x .㟺Q T<Ի)@oo 6F( h}A ֮Y[SW b0@ZBΧ  oLl@FG7Q@^(|]\.I*$jI 73-Z' ~C FmU/CC 됻hW͟>}dn޶Y H?Nnt(4ZQ@C@֬!kS`MOh`l5kx̴t@M]-&L ܆Aխup3GS(4ZQ@Ӫ ۗO8 "ݻvA߀57f$lDGo`e ΁տsŇ.'j7= F@`&7`Dz9,7!劉$@ΣQ0 h}!  ׭Y >q Pzt(h}!Y3i]޵ Xazykji%$%ֆQ0 F@G(:7AF3uߟ@:` UuvdZ Эt'h揂Q0 h> F`^ k!+"-wus6 UrI I@npHȤ Bj  2,l@ Q0 @V`8Kc*Ж]V> Fk`Q0 Ѫ}Q0 F(V FQ0 F(`XG(`ahj`Q0 Ѫ}Q0 F(V FQ0 F(`XG(`ahj`Q0 Ѫ}Q0 F(V FQ0 F(`XG(`ahj`8 -#CbԌQ08@6 F(q 8$$mĨ`pQ0 F( h> F(` +@U(`Q0@V`Q0 F4ZQ0 F( h> F(` +@U(`Q0@V`Q0 F4ZQ0 F( h> F(` +@U(|@yɤ !ݻvh(Q0@V` p5R+=vijiтy#"O@Uuk^v}4lG(N F`_/o` G^V]=@-O> ̀eG(h}!q//)u;MZ: Y0` {@U(C{k׬vr1޵KZFMO_`saQ0$@ȏQ0'O֭YCR' Gedo+ٵ8(`G(\y:Ix Q0 9Ѫ} \܀9R+(VV C:J` @` 1ŃBBB0s {e%>} v̛k^>d=%@eh Q0@14F( 3-Xz!',]YwZZp6]EA1 ?`4~G(^(CL5 ]~F(`$k`Q0 ^( @. Q0 F2Ѫ}a_q`X@F(V:֝H_? F( { UIENDB`PK? ww1OEBPS/httpatomoreillycomsourcemspimages470261.pngPNG  IHDR pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV ?h> F(`׮9a/G(`\ ##$=ݻv 'h> F(`i+ik׬6}Q0 FZZ%MS2`Q@xɺa'y>>>`Xϟ7ӧO=Ck4ZQ0 Fuä GaHHϚ ׮Ys5`e?wh> F(`5`na1{Z-M] .O<ٽk l 0/7ӧOy&S h&-6y6Gy)b? F(,pqey 9C.vc\ ֮^mD׮^ť ˜7w.4d,T4 M`@gDG؄l)@`Q0_Ce%O<&($9ƺN3 d1N'8CBB-5r ǐhv`Q05k X=RTed K0ey 䁕 mȴ&h&5?udBR5`޼Z@λQ0 F(AqV؍ ƣR֦׮#/.1Tv`M 9BȘ}LȬ< ]8y$xU.w0Ѿ(`# Ci l޶58$Xf#H׬ZVQ Zb8p06<td|<*!n@c@G(` ;BB֭Y}TcR߸v<l  xJ F`Q0 F[b]̻ëv:`yHk&IeT< k&M- ڭ>? 2%Z *}Q0 h^CRCntҷ誺Q0 F(m  A֭A,RSfZ:2 n}Q0 edN 1v]v 嚵 hv`Q0dy'6TY?@`Q0 F.x jg/N#htG(` w4ZQ0 F(@SKğ>T@̏Q0 F(58$dH|hv`Q0BAbRp@̏Q0 F( h> F(` 7@(`Q0@`Q0 Fp4ZQ0 F( h> F(` 7@(`Q0@w` U]W;4ZQ0 FP'O~hlRh> F(Cu_ AAht}Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`e4F(`'OǮ}Ȑ 'k׬sx-,4"ׯ]4abgO7h*@}Q0 F(,{]tH]54Ve22 I֬9yP[KSstD$R}C40i„ahv`>}vIHJp!7.[ֻ2jj5=\=Pqal@: h> F(CL;[f-GN^`  62!<*nnaWtptDXgG(``9}u(Vtt+c`}5~-@g@O8yVXy-MO&Mo`+x?/!.hv`A ? PҢqusKHJn޽k7ZJJN u(@g/]A)`8}6莸Q0 F(}UW}lu`}r첛[8rX0oТ|(zpH0T@'!$|sfZ:[W8v [`ZZZ&G(]`߰V2XQu]-`= D@ӧO RI&;UT222#tm`hoڶ2aqI_t9d b#-# 2!nmj?oف_P @θv0h> F(4AV̐eYI)V!ԨPOD _4pV <S! *\*K ׭Y< c ^7WZXXT2mT `€l>k&%׍kht}Q0 M~ HKp,v"-v:f@rZ`QIb@`ՀB́*x<XUٵ2`|7WFdDWO7rk ط#->. n}Q0 |-m[ _@Zu ޼m+ɄdvHHJO0XMZ!;ǺM8r$:X 4 b2&7 XYH<$0:+Ȏ: 4`(v е@[htd~Q0 瀕 /$ H IIum wtCC X€` !jsa# 8d# O]D1 P4)l8p`sG<O@ŐRh> F( =/ ֋Il`EP:RS ^'Uv v3!'hVCVzy !U>M5h2@5i„&Y@`|)`4-ĉ@-@Z;, 4ZQ0 FHمj ֠bu,G2LÅ s"%{Å.JJRJy!dRI,bVOqLI/v!3s@`Q02 ,끕>kK4d0 F( \ !a]? o(9!5($HRk)2` `%5 ޵ XOC֢= r Z_9. 2YlBPH0xdm8; J e57' I с$8`q5k /hrzڳkq7cFbv9I dqb.)< FkQ0 F(T@,|4 !ktkΖvp΁Zf-U!Ų&L,]2Ki9ĄhxDh htU(` .Y) 6 9<r r2 q`>JV%@ō)4S!A4w`A R< E߽kOȇP j_VAx% FkQ0 F(DXB}u`;܂y׽UO\hN1W ԁ944:2? F(@ngȁ.Qb C=;Q/b FkQ0 F(,XwnڶvbH?G߽kWKS3Z`΀+ ,r#"`zP!Ӄ~2@`Q0X݌5k>}WPl=޵X1k+W---7`veddZ sA l HCroX؀ZTtp/o~ FG(`Dю[ArbW77^ 7 Ѿ(`Q0@`Q0 Fp4ZQ0 F( h> F(` 7@(`Q0@`Q0 Fp4ZQ0 F( h> F(` 7@(`Q0@`Q0 Fp4ZQ0 F( 9` <4a򕚣`0߰> F@` WP0<}d50 4}S^5('FkQ0@λQ0 F( h> F(` 7@(`Q0@`Q0 Fp4ZQ0 F( h> F(` 7@(`Q0@`Q0 Fp4ZQ0 F( h> F(` 7@(`Q0@`Q0 Fp4ZQ0 F( h> F(tӧO0ׯ]s>yR^R:iDTtD$ AhQ0 F(V22222`EE>y1[xigۂyռ0U@Q0@̏Q0rH>>^`,BBl]a`lv&|G(F3?}d4}t`S G֬4a"d>~ 6@(#4?yDBR"dd[C \v>:d#e(#ٵ -ukJϟ>A=v͟7Ƭ~}y@@AHM]-TPVR 4 H (lna1/HݧV`cAhv`$b֐eVҫپ^ސ䉓@Y`^]W D@e f/  VO<,6}Dؔ?P=F4y@s sHE607m:t(;v]^jA!!|`H ځ HoRsviQ\!pG|jw 3Xh' Z@(#{ؐN35wB!} l&=k׬4`yXt ZGnpG(잏^g*hg(yֵkfC]͘5~t 4:> FHs^A -AGb-`ٍ"rrUFJJ?}с&C`"ȁ`@R0`@N.] h> F2XϞv`WLk9d`ҏ4mQ@ёQ0 F4IHJµkf~>2m'_fJģ~Q@<Ѿ(`Q0@G(`I&0 u@`'O-)9Zen@G(:3i2xZXT}0v/}~mݐG4:> F(@/ͣ#"׭Y d]HOׁeY`c G 4ZQ0 6 ĎL7$O Q?z 4ZQ0 1kGb`9Ch> F( ~ 4 `4JF(` @}y++G'rrQ0 F(lRDÐBb'N:p}-'MG`Q0مv/b҄ h;?̛t\m1Z参Q0 F(4Dڼ;v꿳~V%+7os Q0 F( v1P6-`u^?{uHW~ݚ5@o| ^Y9Op`Q0 F("\d KOA3JQ0 F( 2ƎQ0 F(C hQ0 F( h> F(` 7@(`Q0@`Q0 Fp2` 0i@ '0 :}SO Q0 FU@` <+( x&'Oz( FG(O>I&[\+F{5kF(dO`EG ly3 FԵ;W , BJJ:kdk}J`߽.偽хNX}t-h Q0 (Ƀ8&ׁC; GAtD񋖖V]D@Cv_Hv>QA\ p];1)>,Zpm4Z݁U;I3; II'O?o(t4TOMLJD>Xp\ߖ,yu> ,}hPL~^ސy>Z;Z=VgkAg^V;F(rFf=bVHHùF&Q0 F% uXAÁaӭOB[ WxK2@m@tD$v86t,́u<^R[GHh4=($x: XiX \ 7<-~٭M4 8 F(n Fo\`Ϯ2ҙi6%|OZN`Q0D@ R޽kQ0 F04kf#`B-𼀦=}l@DGDCv0Q0 F( ׼5k֮Y >QX,7حLHJ9Kr>ĥu F`ahIo0sus:~@?;Г'L\f E4=m]*? F( `'M9&N;{^9YX8`CKkt(` ?@v_:;rtS -2A!l 6`Q0,@ }J=H`~ݚ65|f>r P]O^Ԧ ҄\ 9\3ҁFA[ݻvٵn PF` ]܆39!dy|u]h> F(Рݟǁ[2 F4(jwW7I&[ؙ+(@޵. `at/k!mf޿9 (#/I۶(4(jw`= lU5@AS ׻)!.G%†k!#(`j:ސ4 FH4XΪ~ d;Zu{#X#_^vX1 ~ dp~xD3kF7jȉŪZ[:1p5 d$Q0 R=Ԁz|H*/ϟ>]`<`}*Xf-x8h2hP1;ٱ4px,)r|tsP8.\|@a4G(At<>p0x~":mmWO7dX4{K .o`,t Z U; Ƽ'NB=v@:Z2E whJAZC1G7gU`,&F=d)1`Z\k恙XX ŵNSK [PSF3 @a#AG(u'N6yRp` ,fs[( `rRݞuQ@7@("oOk2V-p`  `PN8 >crTmgOو` }Q@Oڜ\6z( htd~Q@U; ` ,Ѿ(:¢|hhQ0 FkQ0 L0{GMGOCO$k&]߮nZZe%PC\vm22.nn} ȘȔ\>>^`ak0%T ֭Yz 8 V\^A#u6}]=d 0 JbX#Q0 vZ`,IX `)/)=e)>e J^0o>Hx7CA/fpر%%9PhVAv1}yV`jmj C͐T?䉓y@tmIѣX0o^pH0-}F.-W i=݁J,ϛC;@A`NP/Ir"^τv€NK|"fK| ]XMuks#3ҁ Ww~B3`طBhv`YY`!ŇQ0AFEdAֲstkn@"`uKrh`? XWwDbvY G 4oij֦fHNLKHJju~ |B= Vhv`hU5d;| c_/$ݜ}2XR߸v?ʀ=kkF!/ע;0vq(AD-`+B!xcs- ;s 2540jwZ>i -e#ZU;rryĬk#P+M.hϮݘCO<JRv Q`? Xϟ7X3f,4Ϻ5k0]k={h5<8U=x =0qk 4Z|AI& m`oKl!kVedw.#)I@:]BF{ĤPDڝ> Q @vgQnQi I'N@,"UFZY34DKK OBVN@`șl:qs2Dֳ@7O5rݵkV* <l:bj خ#|_q j[ah tusֈ>[ -޼m+ iLuUmܖ7е4LK/m{JaBZLZ8#W 219q@{v:ȆS Od xu\ax;Anwr`Iԓd !شַ}l"dse= :<6Jkk>Q; fR(k82(/%_9ʌa!J&͕Y,˺}9$_j?aYv\[Ő4 ZJNkba :3.FGPR(1KOi UCaO<f&LF?z"y FkQ0'%;.<Z`y~9X R-#>d4 2M wC.\lut1K3@(U|p9p5(}`ȴ65C,1vd䫵!gtp}^AxD2}ag 4mݰ,1d  0X s /`Z5P6<*:"r5!!mTZav QiM @]ւ'@5nCifa iֻ̖!CxV>c.W Ao:0 Ln%N0kR By,\/+o`Ƴ> ?~;X g3j*O֐S`hx(ȕP#u'3N&ϼ>'($yRIUڟ<ߍ@( @Nf?`E Y Qc=x 4 (n48<&(l[@z@ll!C֖3c|y($sУ*Q`]HEU@* la+Ξn:Ґś@RF; 7 U^r/`2&Ąnh> i`f6@a֐Mې5M@.dZy5U'e|huFy!7޵kpbNz _}cud `fv` ϒ~"T?o5@G=M۶C߫& 9JU |y3F2F'q0Аɐfev]*yV8 @Vf@1GAEYpY} $:=S!' L06 FN{Ӧm[62Y.)r#trzV _`&̀' ~hv`~Đ;+!x I!z#TbU9-:"(4؁7 j @B.\п#׾2` aEDm OGA/T HDf\`'!YPr1dQi4} C3ҁA hhIlf#=}~9}' !cU?ohlYI)/d7|ު7x->%d? T o`pw jk9yYdM :۶.|x}0 H.F10:|!=x3N Ξn\Bh8zbHoؽk襅( @r葉ߝ@G:P?yOϟ; "?~HMh">^z) iomsR@kβkW,@ʨ M 0 *U‡HCSh} ˸9SQP,؆HAY? r!) dz2A$`;$`(>DkG(Lrm[!`ځ.dwx!$HgO A'OE|@ٚZ``Q0 hv`HzX?/ ZDpH yKd+B, `r4.F(}kא%p]|fGW~DׂoU! "/Y`hv``\%_2DmḢz l 8r88$>mh\Q@-@(#@ΥZ ͇zr̂y |WO'O gMﶂ T!- h`%!獂Q@E@'юQ0  G [i\Ç|H%  G$6)z ~NHJG(.}Qn_R\OsC3(0``Q0 FG(>Xf3 -}-O!#q} V@`@N_'OXf<@7&&%v_lϟ7:xg]gO7V֬Yf-P#G(dQ@6o>eLÛ[XTxȉug/YꯁżX[Ղົr-Ph> F-@`аkg m/ ̛Uk׃CBp 9~(Z}R FGGHOPO@j/H+S'N@7W`e]CXChni Q0@`$`qOIEBIkmjsjv rs@t?>TF(5}֦f`r ؑvuatD$Yg:h&~Ux(Өj kj/Teddw 3ݘ-;drq]FS(4ZQ@O͍\U{:-V̓&LiV@ ]9 G;` h> FudZO t>iV NuYW]M/+)Eh٘H}> F@zy?ݱC{0}&65(*hQN<XM:*!oZdG݌6#|q`4ZYQ@<xzjgg(".2P61h`Q htd~P`kG|5*s-,W- \<}ĉ׮,7ڌQ0 (} 賰}vPGM|^k_(=,dfr '8k|H1Zz r@`~ 70<[VR=}L<=QUߤHiw2D#@xifyd Lc}9@v*b`./@<~  lȆ`TM9`ku@@t 恕:qus>Vh>2]1{O<J$ 2+d7PN9kkS45*l:]tˡ htG II}7<&&']p`KHJȉ͵`$AF@ qGY&cv 亄 FkW#!c *3׮YF`d|/rԌXVi['}h'N3$ԂBB ExnԆl'&%3h> FH22mZ2dH9Ev V[=AhtP謹7Y݁$:h'KHGG(롙>pP3f݇ {_9r#`Q0 F( FkUO Oc^Av_fMYI)?nQ0 %}|RUQPDQ0 F4Z 9؉zy` '@>yy`ծ5ZSh>"ydu]mbRhh f섭[ɓ'222A!wl00\w7hCm,]V<oE FkFw hmj҄ܖM+8B";($ڵAc{.`F'9Ci6k۶V]i /`;`O`a] h:uhP -@m]2O7x+~U!Q`Vڮz(! u1C h>x` u![ _Q0 mB FG(DGD% R\0;^VR ]\ l`@`P F]>}Gkt` #-عd֍Q@s4wN vӁM|BRkF>@ξ @(45umJ+ȇ/?}r Q@ٵ{v FkQ0 h>oY#.=.@FF΃ &M玂ht}Q0 F(n FkQ0 F(``apK`G(, :"r4F(T4ZQ0 ($~($`Q0@` <p`P h> F(`āfۛhXNh> ~I\7 F(iXm"'n5}0-޵ӧϮnf4׭YlPO5stzQ@#,֙4a ě4}RW7``KYPH`22ø }̛@NY( tL ` 2 ƴׯ]ߐEdq` '$% )BG2SFQ0 F`OTd_4@λzW7f!>`}?|`2GkQ0 F~ !.h}ttv`| 203? F(֬LKHC} @N۶vt_vmvӧ׮] Q0 F`,7$u@̏y@f"`oq Q0 F*$hѾ(G>!sZ22ң7qQ0 M||| FkQ@s'MaW77H΁4GjQ@7,N8$ xOXXA4:2? h kSKJ<0/uW1ڵ65/7XW30_ٻw Q0 F%`iyVdp}? }+rLA`E3``|횵՜DbQ0 F@`jw~(`Ph> ޵ y c_8 F(h> >X(`Ph> v}tp~Q0 ht(edmZQ0 FI :"rEKKz2x@GkwF`N8e`z:4ObG($C AAh> 0nQ0 hvh(`P(q;i„I&[@SKk,]3 F( FkQ0W;.` E@#`Q0 Fp4ZQ0 F( h> F(` 7@(`Q0@`Q0 Fp4ZQ0 F( h> F(` 7@(`Q0@`` ɌQ0 F( Yu``@pH(`h}Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n XF`Q0  }~]x]ܤedp MSK M5kFnQ0 F`6ȵ)J^0o~^A~PHHFZ]482[! _/I&"7Ռ`4w`Aw>kMm)+)=w";6( _5Ȇ8Xٛ[C@ã7@G(`Uk׬h*3ѝoH#䉓OQ@h> F($$%ijiidpwڝHޓ'NpuH `~t~`A=+kΞn[!-#WP0i [SKh#>y`|䉃H`}dzy;@@}Q0 F(|pH5kU&-zy h <1:P%vul޶H]~Ѫ}@G(UQP$^=w[!dplZ#[XCdBܚZZy>": XSwt54ZQ0 FApH0vBR-+)֦h{8Y34XU65Cjk—a1!)eϮ]yj`redGh> F(4d[@JXQu]m05*T`o([G lF'Ґ'OR7F FG(`5kv>af,&_yI)Uv;hsX7=M@:o҄'O6;>y2B4ZQ0 F@`ML 2XA*xN9 | AFFҒ֠@Kqu6;9Pn̛imwÏ TQ 90HΟ74htd~Q0 +HbMk :{)Y6}L` DxR@pnbR"=+KaEJQh> F( =T^>>`<($Xwh:P1$ \mijSZs I6N89:O}Q0 i?/k׮SaΟAk2҇kO zywQ6D1@λQ0 FI&BΤ#n \vɓr( h}Q0 &cj⚴dصdڧO]*wC;@^v}gԐhv`!4D>j* !y@sR, ͣJՎ&{v^KCёQ0 F(HY6 `\ۉY@U;^'^`u %U;xy³dt9l|@6v(@4ZQ0 FE4jANqs׭YSVR N1Ir Fq5ta{d @(`PZSq]w^Av_0o^KS3dy}ر޳k׵kׁ5ePH0yH% TTIRs HD-@(`>^z܀Q0 F( h> F(` 7@(`Q0@`Q0 Fp4ZQ0 F( h> F(` 7@(`Q0@`Q0 Fp4ZQ0 F( h> F(` 7@(`Q0@`Q0 Fp4ZQ0 F( h> F(` 7@(`Q0@`Q0 Fp4ZQ0 F( h> F(` 7@(`Q0@`Q0 Fp4ZQ0 F( h> F(` 7@(`Q0@`Q0 Fp4ZQ0 F( h> F(` 7@(`Q0@`Q0 Fp4ZQ0 F( >ya| FkQ0 F(pĉI&.7k v횵@]l( FkQ0 F( ;3-/+ y "Ғqus @,A0 F(`ݚ5_b9 $9ˇ(}Q0 F:V-Mg̈́Tp`nanC (`tg.`1c`y&L Ah> F(# F(` 7@#`Q05k6h䮚ؤ"}Q0 *9q>}"$;jݩ hv` XNk+Q@]@`Q0 pSk}Q0 F}-\8ohP -@(``]^S}Q0 F;xah?@`Q0 ` xM? }Q0 F֎;Jg}tm4ZQ0 F(ZwG !@(`t_O Fއ}Q0 F;ں!hv`Q!=vϐ4z(` ##s}{҄ &LsGP4w`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 FN -#cna1CI`Q0 p  !h> F(` 7@(`Q0@`Q0 Fp4ZQ0 F( h> F(` 7@(`Q0@`Q0 Fp4ZQ0 F( h> F(` 7@g 1ӓ'N(`< Fk!֮YD0 F(}(+(`  ##3@P75Q0 F( 誺Q0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`hv`Q0 }Q0 F(n FkQ0 F(`G(`h$#"GaQ0 ~횦րX @}22ȏQ0 F]kjw $QIENDB`PK?.oےww1OEBPS/httpatomoreillycomsourcemspimages470263.pngPNG  IHDR9bJ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV(` eȹ88$DZFz0'hJ`PhA!=&L-G(b Q0 F(p@e(` <ѲxQ0 hY< F(h,`4ZQ0 FӧO08(qhB)O8k'ORk׬ jjjG%:"ryt>43-ZG 0ll_Տt g<~ܽkAXs\Dހ@l eqkSk֭Y dp@)`ZFzXiiiyy#'Pb`&##d D\SK)tL {NZT@nhA O* '8>LǏ#$M0Ai`Aӂ'OFLG 0ǝT? &xB&Ĥ$>>Z` 0M01 (Q:2 I `J S'iZW pZ:qE@+  \\RtgG\I)r_cf2C9,x`C^S PV/It`^@lfr}Eئ&MV(ִx4tl,45!Z MU sٳk7rL..i]i&tӦQIQi 'i< (o`F\9p&R0: ԝ @4 Q8vNב %(9Ԁ@Lv|',m"P|yvK9ܷF"$ bԾEħ*;:gD?p.W@~pNyڕ܊\UuIj^uUxGxqP Ug\?yHNS @X\޲TCdV8>-cZ 1!d LżsDИ)', ֦`)ng%PTjIXdPzjP"-RcH6g}r1h3nֲ5} eMj*$)h) {\:}BJ 9^@/`.`. <b^ *`:1i?hb}Zldb%%k$f|Ч/0I)9>NikҌU"w/kD|\,i2>r<)h(S KXä}|Av5hr-z>MtLqB@X9w!TbFDMF hCǓa(qirdzDx J=nMJ #oX:UCrBKhw1ȃJhtFgދver+-UJ?YBU#M]a t"eL@TubbryTzq m6,]B(HWr`e5o atK4|tG;ՇUGWzFp6PM 9RцR@]T&$h:˧h[#yd ?Th'{=d ,X&y/0Ë3h!ÏhòrފQ .*PRC!-P ^yW&)]!<9F)(,E@f‡=("/,h  hk_ ȣfxDu ,IthS:O]`qȬd t<٭ul`p|`Ü@m=%fZHʁd3Ǫ2惷#E3=~^ޘ$iD'Ő*f;l0L6@2oGG8z \Oa @wY]>"TJ/^$O#^A1TeU|T%X-|׺G&n2I !Aȧ1PրXE&]vDp.X߷vvsoܳ 2 lvy)LT2P n[B*!y3&Vdְ5淄vf сUI70>n70=X sq)̀X ,:/8"F>sG8MԠVn{BZñc$^8w jbp_Zu\ehQ.l \htU8D?CM&9^B;ɇ$dۑu ,> .bx'bŋѪ}*ɆsI ؉nLd1,ŰH7&] q:>CaruT6n_RĘH9ιK0VZ,{«Cik :\?fs8:u]ɴ{\iUfqrcM%3ގh g3IV.K|(IȢ(P7gd5^QjǺOM& 6z|DOٜXhsJ3_ JӠ1S뾍Ƅ`>Kc 0@dI I _<σ+\x;2$o6"T2(9%MG(Db g Q0 FY#;6ۀl`@@G"ۼm8mh,`E< F4:F1 F(h,`4ZQ0 Fz{_v-!)~WtDkװ\7 F(44< bA7tkS3lfZ>kfyI)ߚћF(hx rËi -CB&`` 4aXCnՄ< \-5k]\54R`Q0P aY|54i׮CPe4 o5K7 F(Yc^/m>E*&RQ0 F(Ṏy2!-#=i Q0 F@ v1/S1X ~!|;=\:%yQ0@ òXKK 铆&ً\R {IaQ0 aY lW *\\ԉpQ0 F((@s}qpH|]\xXBes G(``@ ϲX^vm҄ k׬|߀2,KJlH1H Y`|uvˣ`Q@]@*n= \J_SA =z4 F( 0RE2Q0 F4zf(` <ѲxQ0 hY< F(h,`4ZQ0 F-G(`@ţ`Q0 h` 3@C, <9y'FS(@C, T[&M0ZQ0 (4:^< F(h,`4ZQ0 F-G(`@ţ`Q0 FQ0 F(x@e1 ]6 F(@,{w풑(~O>ï%ţ%Q0 hضlfZ:|u I~^p@h` Yϟ7o5A!RR(NLJb_`<Q0 Fy gY ,jkٺp|` jhi[v4Q0 Јv//l)cc\v (>>F(4'NH&K^dvtDdfZ5kF( F6KW,?p䰫[kSh`H,1G$Gr&$%b`Zqe1Eȣ`Q@O@#,z){ e`Q0 F\Y{.8wݣ[}6x!KR^R T3< 1{ k&f:Z4'`,%;0[Q (\i=, 6 fX"p I04 }$ >&΋d>~?Bf@PU `x҉&d`.EtN |ؔ5~UfCmp xq9x@^tIZZא4d!yk71X{@=uKe&eȨ@'iU11q-Ex%:Abp7]`|9 Y&I]찴tY _q[ @ ?6\z̑BAȕ|Yl>u(bQu)2e5rƍV6-f;7ߴCl/aPZēӑO\{o qmNkG "J#;y|0;~.Po> Q8M9E2ɠu0VYJE NK".?P&? )? i޽}?{,5Tߝ"WV c6,eYZSAz/j;0 }ϏiJޕIBDQk&ꐡPPc6kWσ^ԓ y >`WBtiH$ V۶xY"}˶([1ҐƷ>iwbj(K+]h~y 8ghYLvw7lf3x#XSڶbɋJ.e,rqLNxmw>=?C\Biq"[*rP,nq(qpw*GEH#/:B3SXTRdB/?PGdU "5 :*78;JC)N0: {.h׏bP)!#;H-H(`=3s`` `-??o.Q0 F`2XtnJ` @eģ` z@c`Q0 FQ0 F(x@e(` <ѲxQ0 ЛwĎQ0 7W?%HvQ@E@C,uZ@I&ţ` @Q0 F-G(`@ţ`Q0 FQ0 F(x@e(` <ѲxQ0 hYFWQ0 p>3r%/oBRkw0[*:"XےF(аmzyUA֦'O7 bQ0 gY|fbR'OR(N߯T,7yQ0 h hx wqsse5k!_&\jQ0  ,_Ҽv d¥g`K>LlP|4}Q0 hŐi،lˢI!Bi6k׬M"`:sw2.1R@l#/]înnMͣIdQ@@ö,Fv@@șrQ0 hhŐy؁<}EB`4<Ś98䉓eZZZO `:mĤ$8t4@F(t4. dddFaQ@@e(` <ѲxQ0 hY< F(a'֬  !8ɓ:q铧ׯ]C^V]vm4Xua"i ~y*\@L8KJ#" `j۽kP1-6] D@@W9آm'O4aPOk׬@?N0$$L |\e%VfIMKZ}uVd XZY% 1x̜V'$%R%lu@SI\n@FFa$5L{@IɑX{vF3 “i V;{hxD:0 e10)Sp^A\f-Z+5($S#˞)hL@=1h/HxB~6 )!1)'t-P^C,5Rt f,) 0QO|Z6M0飀nY aY lAR3.`z6:dDkzSAq+Z OSבi0w.nȭrxѹp| Su?Аš[4 nA<8^ڴ!ܑ~+@&b.ٍ'3Zv6*ɿ$Ywz6caWLw7z0]fGh .`Q8gjݺӆmJ-ƉkSU/_M Et,WP[vn oQMvE/PlQ5;A$ +v`]_ґt^,mf_5mMZɟ̢^kD]gzKpf10QAǏ6er08}2l.ۄyfUeHn.#~01Q$yãg_懜4aP+2O' 555'Ğ{qq.`NK*t [LOux-޿)b$CHbt@S5 :왌|:ӒzwjI.˒a~> WL(j&hBg-d嫃ƒJԂ?0ђ*ŹAHXE>3V5?A#o&6xc*;AP qR)Me0&U=2:@rUiVy24b`a9 W ؀P HPІ?m}{0юl/Lج!h|ۋ?ϋ9$WOZeU]﷦mS̴w4jW(tteqS]e^Ul\؄dVܕ] T?$zQ> {Xei;|H^~m2RſH%n cD'T-J;+, ]#lm1RM¢yQ)e/]e _VySmؿi<7ՙrs7t6pbaq8xưǞ- Q S ؑ2  Lͤ: ` jq: U悁3A$O8+cyd8㞂FF\e:d^ `B TD:@ ZaGl1]u4V7@B;d4}::ԓpq`r|qkAs-ƕhض!ƶvnmO뀊ӏ@ey~Gn~O\Pk=@+ -P) `rğd8 Jn5ďr?l&kʥ+dFd::S:7-Hb)%!EOO͑ne|.7cma`&@A[le~A(1DMN'c,r<$be DFNU}ڡy !*ReTZu A rGl'5YG. -1;MH.<R~T@Yi˧)L[+,&Zl:~_̓~cz&EΛo*<"Zi_Y W:.{t@y'vd.}}T-f0aCb'q D  q''pA։uub*/P&? MӂIC=N_vٲ(xsOΪ5u9~hIP @^QǶ?mAx=KI=apjYNy^;Zr83_EA<;*q*qn?4"{'&e4*O#UI Mu(jpg&I*㓓T4}YH:sV*Q6-~-pC7TA 8a,2h4bR Z6]8b7.LӔ%f3  4+11:X$ Qȶ+䨷QQR~Џ&#YKtGT^=,(8AIӞ.&kyαPXSK"kDGGfR"0p@Ƈ3&ᩎtaZAh[ PrMhe󶭣A1 F FQ@>,`Ph^Q0 F(x@e(` <ѲxQ0 hY< F(h݁7 0 F(@ G(`zew7F(/`4ZQ0 F-G(`@ţ`Q0 FQ0 F(x@e(` <ѲxQ0 p.?rw$]#"G( mY ,X[qfZ:V׮ ޳k]= F(9 YOw8r|ݡ7UyɊ;ll]\!BG7XQ0 lO01>)^Ȯ_ X.74Q0 ,wڥt8gnD+X.C`4 'O^v †3 2p&l;gCƔG( aY:,7x ,1yC.sϛ$]\e`-]by4Q0 hœ&LOJ! Ihk0F(F FhY|ڵO&&%Q0 F`4b`A`|ʶQ0 F( F\Yӧs(`,p%,p  ʢ-8p0Pڵk m@@.\6Q0 FM@ (E(7M5S Zb9`Q@#@ó,6cO*hrq`w7 F(h,`4ZQ0 F-G(`@ţ`Q0 FQ0 F(x@e(` <yPdQ@9v(` <.źn &M8F(mQ0 F-G(`@ţ`Q0 FQ0 F(x@e(` <ѲxQ0 hY< F(hş>}"Rj]pÓ'ON8;M0ay 't!v׮}q Z@)s17Xh8Fxe/@Mp{vzyBdL ̭QkS3$a:k.@ _v a{40O8 Jݸv͚ZA!T*`JڒWPdѳDv!uUKB(Sv%A279t^2M:"";-t,/\gaXrRIAGWǏj{Ք웪jMVPPԆ㮘98ס 7X~#v&\W$Z6SC/R73l<"F-9zZesEd=o?n/عcb l$DIA(@i 8p_,{WDCA Y{ϟ؎?m ӊ6r4lv >ag')&onʫn7aɣJctw1DЕ)p},o0Mzݍ—WM#C+xrHg:%0tO% doAyYdl]w,',ja _?1Ukfo/}$9&y#1OBo4OZ pNi6y1PQrV0L%y5Y)S"~_e=EghS9C 4;oa O<+xVxW+}.,æ =%n2;;Iy=ʲa [$޳ݐ!IV50[6r}V\Nx`f@\/W#.fs JکcQBbDLk5.SZ,"ȷo2E3!ξ{pF9!A rX i\c8 tGov(H˻Ǭ|keſ6lPNY]ɯ-F(h>l!fu,\E.m` خ "6CϚ o59 l[X@u)f`-Pm' Ϙ#7Ov]#ǁ^X#4n>܌ q<{ ^alG*8ΟCC;ܥ483t'tX0j`?=`2u&q48! B]k`m1 yp-[ RY&503SuxC3 f"XT uf2@OI=`rڴm+V~^! G|b(c4k iYX'i>'m6sIAQDׂ`0ŅYi8/1pQeOci,dCH* qm'D4ցûqhP;_gf1>]6M jK&-%̒ S5 ltFK2KEt֙IBmGEV<|8BL ^Q{ Gb@s(XVAD]ץE H`Y" l2RPdLȅ{@ 9:j< F(5a{m[׮Y`޼DX0dhii-].]a1DF(t4K`sXs gd ҷQ0 F("33G(`@ţ`Q0 FQ0 F(x@e(` <ѲxQ0 hY< F(h,`445ː9? F(hxQ0 kբmX0i„I&Q0 F% Fţ`Q0 FQ0 F(x@e(` <ѲxQ0 hY< F(h,`4ZQ0 Fe1_u]#"G( sY ,m}oEi6Mp=vC`:e1I&bkזX~Ĥ$2x8($x4AQ0 ,w)%##apQ0 F 4DF(t4BonAyO RIIpvyIh`,5N8Uh`Hwg1:q7 F( FzY|5s t0 F(X@#,vo~ڧOG(`@@ Ϲ;`in͚O[X[ٹR---^>^ wUk@-{vomjOJ| 2a-;i„ѱQ0 FM@ ϲXt"/@nn@U d;dQ@7@gfQ0 F-G(`@ţ`Q0 FQ0 F(x@e(` <ѲxQ0 hY< F(h/qmO&Q0 F ^Y|[(` @C,k&EwM]g h*f&. aҨ@Iژvi75 F($ _^>>x,5EpXTxa QTeHByݚ HsQ0 F@1]v iBU!$kC̨R,%88Fnh"@`"MRtpx4ahY< FrI+8<))p!Zg^:q5PKKS' ojhi&&%QⷧOB i" E%9(X\9 z: h)ۘ?oD#N荂Q0l@Ti\Ҹ0eK"\b9x|ز RƄRb4buؙ&bSc""7mۚWP;*ZWus sѴ; Fp)DyaefܔCk2$,񊄤DH4 ,dV2 n8%I̕Ir\{|Q0@1 ,4dX|`]jji ,4Y 9fGF;Ňk:X{͟7>: F(9 (`: ,ʢJ/`|VBF7o ` o bxQ4> 8}L|,jQE5k[^A0pm` @=e%. 4cV]Wp|8\II@A` $ `yVH`!TTpUh`b?lA nMfr%ˉ'>4O% .$@.@ц!%%G^]RX:p82rrg}D{Y%#而/&Q0  hY<$e1xQ0 4z~(` <ѲxQ0 hY< F(h,`4ZQ0 F-G(`@ţ`Q0 X[յCOQ0 F04.`45uphJ`Ph]< F(h,`4ZQ0 F-G(`@ţ`Q0 FhY|ĉ̴'KG(-̛{.Jn`*bޮ50ǼPjQ0 -eddX`4:w7 F(h,`4ZQ0 FekFQ0H@в{5)`Q0@вXCKOFFf4Q0 -1)itM(``4ZQ0 F-G(`@ţ`Q0 FhY<<#='NQ0 F`4B׮iQ0 F 4B״ut'$%jjiQ0 F`4rNjG Q0 F4:w7 F(h,`4ZQ0 F-G(`@ uٹO<MF` @ y4F( +jruk֎I? F(+qFQ0 F FF(`@ţ`Q0 FQ0 F(x@e(` <ѲxQ0 hY< F(h`O>]d `t(`@@/4aOyxvuI`[/##Y]&1) S|@<8$nTyI)ݎr@`.IF.v!@;&Q0 F@!ž^ޮnnu||iȊZBp)bf}dz&_{Ͽ ؘZ J7W(l]f-p|` ҄K Y;!pa `NO[fFTК`Q0 ekא[Z) ^>^ l, SsfjݸvXtاOR<Q0 F@11fڏu@Y̦%U@]S|hG65gGGD"A5),M0f* , ű-G"@'=mQ@@;i2dM០~znA7o ,ނywEh$5 +(Z d` (qԁ#]FJ`rV`b n .M-MW|gb`c- (j`i>i C@p68|;!)qtXyQ@@L_\C&AIZHxdj(`@V`& lH—Uhii!_lH"/ 5LPc \65/yX+WF( cA!  (x k-Re@q l 5`᜵kŠ̅" Q bx J  wȆ=bksX.]G]1Of;r; r@.3xp)`J@ŃWţ`@_< F(h,`4ZQ0 F-G(`@ţ`Q0 FQ0 F(x@e(` < !N=G Q0 (4.`458n(w7F(mQ0 F-G(`@ţ`Q0 FQ0 F(x@e(` <ѲxQ0 hY< F(h0\j|GPd҄ F(n sY ,X/~`) ȥ|@ӧltQ@_@,o|ٳTkSkpHjQ  BQ0 F(.~ y@A-X )a(`e13 d޵ Y 2j/7FM `4 (_V[ĘpukG( h&4 ۿhEvkSsWO7(`p++{I& ede,dNoy׮]Fk] Cb'O׎`[ehtD`[a{΃iQ@633G(`@ţ`Q0 FQ0 F(x@e(` <ѲxQ0 hY< F(h,`4ΣO<MF` @ y4F( +jQ>֬!= F(+=z(r@sw`Q0 FQ0 F(x@e(` <ѲxQ0 hY< F(h,`4ZLFaQ@g@,cw?}҄.v͚O`* j)/)MHJzQ@g@ó] ,U׭YWPP]Wgn=Bo҄@Y 2v )]ܤedF( gY lB@\K5up.h`x0./vP`L@ó] ,^'O'=yT^v dPA`⚺H 60wusCS?XRՠɶ65bM-+\Q0 h hxeY3>y׮Z <"x&y`:b` l8rXhMc`[2L9X ik `eqfZBgO7 ,1) `tnQ0@ 1'N:,ЁO<}"ᎦQ0 F@ Ĥ$``@SK  eWBfHZLZ@XK\SK2TlDP}E4 @g{!ZZZV*C9yD -<% Adk&GtDOBB ;Y1m!P ߁u I3 +ljQ0 /2:{d ia 82XV5u Л M`LEu`P6m _3zHulhН@׶65c[hے+F( h,a3y@d Z`sɓ'f'8|2&8Fy)A"KW,:[J<4@w[p^A 4ز$-rjDI WQ+F( o6@e)@ѰGVcdL< ʮܷcﻯs(&<g]]>[#X -P龗M Ъ %>5 SR,Y?&0.r sZ΢D˖NGM{rpX]wbfM N8huq$2Ht: tLE=`lR a0wtx x1b,\ĶI|Ʊ/įrG]Gaq;ɠ+}G8D\]*bq( R[kYATknDupcLo 2ԉ1[Nj=LZ,NdIt衇>.FA]pl[e4du(~ FNjG.`/Tն65;C?}/`-Ge0 F1Q0 F(x@e(` <ѲxQ0 /6Ȏ.`@ Q0 F( ^-[ ^4 F(6IENDB`PK?Bqq1OEBPS/httpatomoreillycomsourcemspimages470265.pngPNG  IHDR_m pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>>)i\>Lkߏ#$M0AJ44,%'Oxu@pq$q+ 0Љv?mu!P,9?%tZ9rP fvs*/2`oMZgf`lx>Hg'v+tͣx\bwхțG(DB]P *t[Jر5d*TѬʤ638A )xV؆bJbGl YvA63Lr.uor-@LY z{}Ar+83˂}uMC϶vI8ׄR6[?RreY#&ò'@K,^"+?3YnzpE}%kx҈" EGȣW]֡pHi6iH$.[7kC3, b=4/-p£ Q;0R+ðj?3 | kީet){q@}A SCWsA,. l?+ Qs8AQx DE|/w)aoNg>ơ. {sk8B<- !ZkjqP4egd] z ׌t}.7[(@eLb>kj˫> det⎚\iMTg?;]C 8҇Dlv4Db\t7W*e Ay+5f!$.ڀwfY  &T6 8d:g< 8}JRLPk, -k{%67D)"hm`vpIBt9m4mN#G ~`vlld!buIJWx*6sh@R9N8 ,z0Gf C=;@ J>`Fu-ČP &@ iTZHu/dl>\h cfDA\>`3/ I`,DK:6/X'b`~ o[&oEpx2 &%Gs1~a`t7$=[F̴v+IJWZMS ZCZN9r fu9Б`Z᪟v'@N9G]@ ĴbCһ\rߗCu8X^.D7!vҁݺD|^j{5X21<|@?ǡN2LpăY72TQ2˨@~_il*Qhb:wh?Dz]Z-8GaajJX_b!A@iݮ7ԩW DlpAqgFNi(v1L#S2ێ۔n*T6V3L&QNtdQb0u)25Ѯ 4n^ TqzB;}xos;`sFAf^pn< CQ$t?NMQ7E258 YpĂ) bY1i1bj{Miׅ4}9n|G˲NO2 cݖ.L7nq6{ 8znϳ^i],EPէыQ7ۮ[Tt#9- *MA(GQGIҙE#4Q&| RqT\Nl-.G(! Rq 9aP9 gQ0@]Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@`Q@ N8қQ0 F(]Ο7ٓOy|O12HJH lQ0 F8V\jji"w F k}КZ`Q@ V\!O:= F( n`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`h(}~ZPHh"`h?}f@,!%&dOgO r}Q0 ?$ Ѹtr*O8[\ZF&ք[خZ \jQ0@ rU`Z=mQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@ '>y]g8Ii_(`JPq9qj`Jť3 F( F.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq OgjvLM8`o0ۙWna p[@✈@ @9@.=:u_VHp#V1se<$vctO/Ǿy۱O)M+8kf.LSCbEAB<//ϛպ#-{טԦ~2,1Azu6djՔ|)< ٴ蝮jʋ K9=| &#DCTL9(Sc68ۭDsZg'7_]Њ!`}KEhC(FG8$IJi+z 8J. _7;3JAQ1^CneĢR4W޿tlOП|0o2G_K)qӄzZ/0p1M[UD0t{ HCt/jT;52j4:z'J#Yf{'5I3+2#:>j5:y@vjAP B'q*2V$$eXOfIvbrׁU~ps'A8::Կ_Om1ڎ8eE|@n[ؙ o٥r ̼\ɯf2. 7[;2.|'?rd&&PmYi)׋rՏʛݖML~?3 2 Kd=>WiʻkfBJvcU#X+k zvbf+EaY)`8:qڴa`:dAH*|4W߼m+ zˈNn@(dRm$IXsܸvs14 )FZP #ƏzX'#.Ԡ q`'M td |@р9 , YF p`XKs`>נ8Ңq r3%@!ٺLKxI8`kR>wtx9\!W[/;vL?.*A󎯗7dIBL#@5"7^Ft 2:>ƕNHS4i\/F!6]h(hd%0'O2Ҩ=*!Jqs1.7Sܝ 0 D0&*e)' N"T"Gٮ}}opi~⾸.yVfP&ArHN`ffڅΈyE7IV=ğ㪃U cQ\gAepvO{}۶xEQZ8y ɿ@ELF낎p#'aP(>m˧G<6HT̕|Թ4ӔI[%8˺ Z%h$dQ N4e4I(kTL4˲jBi䖬2 d4G `γ[hj H6,D%p߲D#pp 10|1t0%sPӗ_po) 72aTà9j$[x/,˳[dZt~/՟ĿoGmYqiүh_䞐A!]v#/' 7 uZy_Ȏt59|@@<$ZY&*@hQ0 F XF`x;# 4`=rgOZQ0 4ںyrvQ@ (`h`@`Q@rQ0 4zN88\5:< F4KNv x,(`Jť4=9F(! F.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FKdfQ0 mqv͚I&`e@)䫻 9e&Q0 F.@ð6x PvhkSk֭Y Ivhj`4 iji[X ZxiWĤ$>>Z` }(`@ r>6T` , Lt9҂_A> F(@ ~v/+XnJ_IQ0 F~@í7C€h>5i* `d@íU Rᒅ(=KW,ȃ`Q@.  ;u(`n%ֿfQەhBM`d@ðd@ݟVCFׯ]7`d@ír:x 2 W li'%&Q0 F1 eM]y!I&V¥r E$d|y!!느?}M`d@KW,'F1L\f-]6ɓ&,Nzf^A5kyDF(C,.GF(4hQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@ !>}d҄ IHF(P*.ˉU(#P*.-,箞Q0 FH4:v9 F(D-.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FK(xyFaQ ,.w孢|aX,/)mmjJA8yy#_9 F(h aq ,+Em[;{HmFxLDdu]-%$%KLL ` X-,׮G(a^\~Q\_C9qD(`4܊ݻv]q[ʁQ0 F [q ,̛Y [ibtg̈́KJ3iݻvTtu*GGD.7gix<~ N(|rnJ{cѸ|= %0N0O FKM׮]KHJZf-3~!iO 2 \y))Z;n5GI (t7f~u` =47@ ;!{ G axq.+(Xb'p\}@bR_u]-0Ë'M-Mڹĉ@ڍ_+ڥq/DS ?I', s RmLflڶR"vf# V\+(f{ o`|s`2Oȅ)'OfA |B՚0j"I'H&* ,/@JBnnViiipip [q O}U'2֯a(zJHC1#t Ĥ`Xǚ"_ NJh} w璃 [8zm{t ~'Dhv̐P}O;0Yb-Y|A֋ MH,Ihwk}U ڰiD('$[ s%n@QzEĢ0 }{5`B3{IjIZ&EҿI?YtC΋$ۗL NއmϯӋG\(Pk<8^$;Qh1X_ )q>ip{X3熒:kZ&5[jj䃖 mITe- N 3QY]xW+4k&lhFwᣗ? KLOuUw㟬hӓ6j|=~O(l7[+s<Hy@:\`JlG:&B ݰyڮ7$/E\lr_4,thC(ͧ3 9И2U+ĀIΥs G9 rp]W}ҤNa N(8Z.6UȦUlrKk Hau&+*OIf%#CH+ WĚTp8QJpݟw8 A}飖ر(RK<隖l4.Ò{R]57)s 7oUa9-deF!9n7` %pNNVR]H$VӾ%OzoD.zCJ$@!VEXW8Y 5C݅W:'r+nTڋ[;AQD̼[ ,~'Ld HZ _~fP15TZHKK$/_[C`S%OQbܛ 0 DbTݑ='+TUԯ:s87#71'RSW.a DŌ\,5ӂn/ira4w5(vpJvȸæmJOv\Z(A?p4 A3=,3#i&Ҽ d=R^(!dž N$u& D'%_qɢmB%(lW%lUE!Pwsrv{J;-OFFk4!($M9Dw)[a (CA9Str" `Dru8~!0bE&ُo٬A/pEV˲vͫC~x{8}6Ȳ!,梁 C±HT0MƶVk6Ijm:!6i<Tʹ۱Y[~koI0ۍ4FxW8 *#*3b4ZKJ,loѐ%:F7M釹۹=ί6(aRIRY'y|c^ib̍G配)+lIjF[jhqPcf`( s6vC=Z`8&1x\ 0N 򧝎eʞ_jGɖY дo'(˩r/""u %M :c/"UWK@%dMR,ިHʼE`L@,A0-5&:G( Fa_`qIQ0 F@0w|4XT1 FH4Z\s 3z8(T4z(`h`@`Q@4vvϠr`@C5\5Z\Q0B@ rV rڭ~`a htrQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@PdQ0 E^]]W|#X}iV`q T9f\FF&!)$Q0 F(4 ;~sBR 7B||KGG(?V\>ߐ r7d=ȗkiiA~Q0 pn%jv8q:'of¤1E]xR/` {@ðĸRJBJF4YXP['OIG(hN,Q,.̛ԏQ0 F@ %/S#6DH9֜D( ls 1 F(@4܊K---f҄wÑ ϟ>cG(+V\[X[ `Y d@5'N OQ0 F@pepH|K]\x;($.l~ (;F(enA5bk֜:q.l]ZXXd&N5"~ĉ'NB@wOQ0 C!eCv%(vQ0 F2\=gG F~Q@F((@(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( PZwy *,w` ~@C TN@` {@C+(d #G() F.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FKh Q0 p]&MpGd %i bQ 0,.D`,(׭Y} 4Fp\FFfi9 F(hqyZ0o>'QSKs45Q0 ťYX1 F( 09ydBR"RRk4G(5ke%Im׮e((FGDfQ0 @ {O8`| }KbtU^v;Z"lmjG(hx.-fBzKJ XIv H]`h8wƁd)/h` S=s;`jn'5'O]94 F(p+.׮Y)1y2i„$id4 FH4'r`shq9 F4Ks gQ0@]Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@`Q@ )fM--xE dK7HSHs4|nF Ą 3A( u. v@00G&Q)_XVWj;JtOB bljoVo=TxdlM_À !HdF.\4uz+C5Yѩu\#,M9fc4]Wpbi[OG M€aռ[ (x"p13MiB6!~I|1X+|eN!8E֢T?Ͻ/ߧM|^曲J)_З\ϗ~7Ɣ*<`q(|r"@ @pAAA%P AS A$(b@.}2FXEfgμ3N Pa81^o&}#x^\M'i%h8@Ãz7mP L Q='V `e`U )+71 1œ}!rXdrĜl_͕SK&5qZwJ>4q%wC `x9Ibob'I\SCşQRm/]Ol]Ҭou%cNbT"+=һCwJ i:RoBMtHM3l8έgvNو""ڹ&](k"l0;5~[]-BlOΣKTU7l9 XR*oi5a(깐/\FJm/5A.nG҄hԋI~gW,:qu+Fѷ{Bpgq+尠:x؍9;X$quPVg2TQ֝#ș$D?hie쭮i-v*&qb;uRO,1!-EOH}; nR9@kŧM[/v!wKQyՠ@[Z=T5+  )ج[y#_5{,_k2ͼ ij`ԍAqS&Ug@@_ d29VLcٻ೮hX-  (w ~Cpt0md h\XS֠WZ؁f,,ŕZG@@<$Z2MUĀ%2Q@4љ8 ٜKƮQ0 F2ѩ>,1q Q0 pm]8Y1` hu9 F(D-.G((@(`h`@ 'N((6W [%F( Rq)##vv}` h(22O44 F4:v9 F(D-.G((@(`h`@`Q@rQ0 4Z\"'`Q4l˵kL0%p'O0J rSfZh`4 K`#Xh65_v-|QJ9Ѧ(?aX\.7OSKrMM]-5rm|u]- o~jb}Q0 eq9?v D,u,15Λ?F(n%V#_p,1MT)kx`8V\?K!a@ M4Y ̴tQ0 F2V\~ *)pBKΞ+MAQ0 F(ulxI`iQ0b@ xD_3(J4Y\g&Q0 F2aX\2v!f#׮kQ0 F2V\ D`_9t<{v+4G(@p첦vV jR"2E>޼uE ϟ>&Q0 F2  FGDɥ+X&[خ F  RfV'P=|L3`5Oay2i„$i}A`a h(O@rh(sW(`$`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@% F(x@ `ixڵ$\ #׮M0~(`@@ 2K]1e5kw^`W}4}Q0 XǴ>}jmj^0om[dG`u l<j`L@ó S[XHȔ G Xlij<: ls s(`@ eȥ$L0mFhQ0 g79:?> F( pC֨IIC̓ukv.`4܊K`XVR`7|Ϯݼ|uv%dW5k!L`yIݻv[h*`@1H8rW >`+jQ0@ ϙq(`P n`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`h(i`YFF\KSstDkā"@q,~2HQ0 p+.5\\ ---` CBWKȅ2)W7f5jR%`A.A %4: F 4":&L A&(hO|K2G(hw1z/+̛,T ,T#"9% k҄ Fz6X] Ttu']f4펂Q@g@ö3 i6>}s AHnnaP8iģ` ?###gt 8//\kڽk` Z@#bfOq9yCWrQ0 F7Ay9a\LS -MJ` t-Q0 FĄY =={X#/2xtUN5sBq\2(Qn`y ,[ǗX~a`ssQ0@1A 4Q4,\M^Al/.0|3H w­=ݔl],+&@:S:2SE`, 폏Q0 @1K.֜&PCZbxbna9ĩED!4O' $F%.?`@@?`>yD 3 JTr9IzHQ0 FT\Bβl-.G(! Rqina18wQ0 FѱQ0 F( hq9 F(D-.G((@(`h`@`Q@rQ0 4lK};{vQ0  %`)2Ⱥ5k-!7K=vY-7oQ0 Fn@íu ,+" ~ 5jdu]'OQ0 F@ð3^ ra:tXP^5> F( p+.#ZiH-3zF(@|fӧO.x{CSl'ōQ0 0ۓ'O>&nړ'NB G!K wy9䤸$2 F(ekSsu]-fg<($RB!!铧"uQ0 mg|]222MKdǮ@ZFz4qQ0 @ kNO<`"@ nw"`Q@ 6v lWZXX Om?}H~y4G(nI&]v䉓pdfaic65M,:!Hk]@sFQ0 ?$ Dlp^m6\5 F(F((@(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(DJ O88\^9 F( Rq)##r~h $4H\fO܂|9ׯ]GB'MdKv,Pz6 P%2Ґq̣v]є}FER@S -MHpAٓ@] 蒧Ö́kd8q2'J ag(P@,8+8+H]A=Ewѡ.^x?)Ap24yfRѷ'% #{^$K& mwx;CgjQq^}s;ű;E{Z| EV؀a0$ Y︼k 9k "MnA)tQ u`T|`:cM` '\"zRR r! _bWX06a%!Js ,A0xh6I!VqԐB +T'-6u (MR>d&@Q`y`iB@@=,Eub71"l M.6h0}m]`D+%wusťr @3T\zE`[vQ׳tQBJX[2h1uؐRr@-|3q 1 ,"U$g|q 쎂 h2vӀ9`7 2[B栕Fp1`.v󵴴 u0Ha-k\%@&[( 4X$@3'@עu/FI 3@%iP@CN'3 ؄R!$d X'-s;.*lO,f"2 q9E3P%) X.@La!E4)tZ!MbDdy`xbnhh`UZ,%I_Ջ/@f9Ru-O߼~#** _9kw TZV5k?s/],O@ 4GB@Lxn4آΛ!Q2 (("*  k߽ t2)3 ڽk70ʀ"o__>:Yo_D iBJ.wN*-/344D jxx0` @BZ@/=t@ bF/?iCFWtsTtBaC¡^*N cW l!\~^|)(t47#& [b(@(خ60!c'Ohmj!nK(44r R0}L`) ZҢ䨺Q0 h`H> F@팏Q0 FQ FQ0 F( hq9 F(DJcOaIGO`dJ%r I؇IENDB`PK?qz ss1OEBPS/httpatomoreillycomsourcemspimages470267.pngPNG  IHDRaE pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV3oKʝ(S%*PI(>@,%C4` T|92S'y9L0O)N.٥@滸[Fv )a[\\JCK.d[VV'fFdѺ t}iJ܉ y4س dϡ.2 j=e2@^  &~ï8&l5 {VwLGۤ-ؿ鎮5n +c*nokc#`~7uӈ.ڿQ!ISjF~2}>1Њ{}2FhnBlmglkK kHJ$?# OI{Rn`0\cra_D\5/^KSVa 5b```IW 3Oe7Jݙٙ;?IFt WEAN3 zHU=`UNSa:Nviz⏏'J!ak|:.a2 Le.K!#H}i 1l퀒6\X>A?tchw?S9b k`cRuœ^IXZ6/XMsr,b \h~'0R$!Y   /5ARȺN@r;$ HOJS>0 >́ukì(\9 ~fBR"0r'1jK|6J05Ȑ͂yH=2i# Wl#'yLXǡ0΁" 2k 5n\ey@1$#sna 2{:O.4J/M PζG0v"4Xܷ̺#Efי&kFkFM-sOŞW CސK@=KiJ0`Q\-eMiF+d9YQk:2HQx@s;L"ϣ:`\n *%h '@T> ?eJV"ٵ=^{qn dXblkh2a޹9! oZ+0 UM ؀0^1AzDw:~{!9,_29GP'teu`1:!."8JS) 8dq0 M@z$[E Mjp~ hAL0<Dž0suw9} Jr%b[3?e sqۮiUM%TVs.n'|W(/VjNAS}A^?t ! F'pq8 %W q!ZZ \_ 2 M޶']+&R4HfI@D)"@;K`Awd^~fZ{H]_QB&U.h]bZjai o@4G]Q Wb)Ͼ,M' ʁԺ",j z悮 N+mPgY9/!y90[C ^i: 2k^EU{GrÐ[>7t|<(CA^0Q `82Vvu`}TYgH>ySrF2yӦp(h;hQ0 FˠQ0 F@-F( h ` $7& ^G{r4F( FA`4A Q0 H4` $2hQ0 FˠQ0 F@-F( h ` $2hQ0 FˠQ0 F@enr!a&Q0 hؖArf; [| Q0 F}@ 2(3-= mu,,̃CB W-w6z*(4< `sr9v1LQ0 F@ 2hϮkG;#| ڙ1Q0  ,׳I[^!RhW$ȍt)}Q@ Y;\1BƞRhRE+P%( F@R~i6{G(T4F(5YW%* `,ݻvùN ]N8/l`Wk3 F@e Z$x ( _nڼt0 F@cnY3'M,qe;{[KJ@1Ç'MdK% [ZFf@p{jtXzbr"gBWQ0$@1 F(H@e(` @A`4ZQ0 h4 F(H@e(` @A`4(>}tȱQ0 W]fQ0 W79F( +eGwoQ0l@IQ0 h4 F(H@e(` @A`4ZQ0 h4 F(H@e ;zQ@@ö &͋,/),V#\޵~3( g)bddd]ve3܂Ξ=vO0"&=z(4 g)CiBFg ţ`*e6:{ r!`3F(@ybyI)B́ N?MAJѢQ0 F@ 2hyd-"d|>d[FYQ0 F@ y1` (:"?o8SV]W%-#n؈5P xu X*GO(((((((((((??t? FuzX~\/?>(QEQEQEQEQEQEQEG_V?'싡|+W GɋM|z ?vkrQ9XݒgO(լ_S@\c7iV%O+z( ,??;8b7|Ci_fK-Dg>]X]Yܤtw*R~Abw=Cx㎉gaNZe7yE|Ua91go<Z=6^x//tOu7mEO=:%d[$qNmq4vkrQX˒oJ5][HF!ִym&a P%@f1PO(լ_S@\c7iV%O+z( H~П/ٷR?-#i?^xWE VTk)Vу{W7/ ho$6M$x4iuI u&L Y(po=Xj4/'R,\j+{r\8ÑՃ^X˒>XլGnc.JWO+|) / ldj<'<#((ͯfjg[_}" ޗ;;yLI8ݞwg9ݬ_S6QE ( ( ( ( ړ qA- I>.ψ^7j `#b+SƍaPȟW{/iI|BkqZ苩zN3 fsnЩ_]ZFWĿƾ}(AEPEPEP_+zcskv%}O@QE(((((c Y(po=XQ/z@(QEQEQEcvJXݬ_S6QE ( ( ( ( +' ~6|R(HdּS+"t@z 37? h@?Q/z,~x _xgYtFB  $9c WFR0$A}(AEP߶s:Y|3x/,y,x`UHA??b_iS;5I̹*聇k|h#◇u/ |B֘aLK&rD'J<ߌ 6  x/6mQ}uGh]KE}o%wٷ=Yu_j[?vd%(.KU猴 ?wzz^΋h'^bt>I${'v\hm?ž+si?Ɓ4m.ˏ]z-̺y>FJ/Cz/~Lj}6 6"7_AXesegmߴdXx!^;lm3N$-;tDdbe8)<G"Ԯ<MyO_L|ƷPBP '5W~ȿ>:|Yߍ 0Ӽ']FT۽ i#ǩ ǯj -嗉mZW64$&QL h߾3|u@) |[ZMKa1_6'ʲpC#*@5AOo%ͭ-$''H'%EshYGm׍S =+"[i\t :b{%W MZWX[|H+}kw 88#^ /ѝ+{t~Ŀx i~nؗ_-7 /ѝ+{?b_3ot1@h/'¿8ZoI^&{e{nZj:IՈee "aؗ_7Wm/ivBH,4cBh*@( (>Xݬ_SŸg8~X~: bFT]~m覽q?=> AG Pxt=> AG Pxt޷7ࣟg?o eVG`F Ѹ[[svȫ&`WJWO a_-4{+_\| tnTk%,XhBr# y<*#ދcU Gאve` =32'F0 &{m'֞(hzj><ˍ=s۩D]HC. P;3K?ٻ>T>]cU5]JC$Q#Yٹ%Ip>iZw}^n,$y&1rf;Yq?=> AG Pxt=> AG Pxtk?_ 5੿U'gK~ ־tOuլ`z)ҚQE((((((+('eQ^??t? Fuz袊QEQEQEQEQEQEQEQEQEQENGyί_SP:O˅:GQE ( ( ( ( ( ( ( ( ( ( CB5o/]}?a5źJt/ mˑ#^(QEQEQEQEQEPK?SoK=0=01OEBPS/httpatomoreillycomsourcemspimages470271.pngPNG  IHDRka pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVy*-#{n>>+Sh5kN8 [KK‚aQ0@1Һimjg̈́sRX|HO_FFã8 FPBSӁey;I?}d` HJȌF(CMM~ [+ZZ54ږimj"` iE ""`ȀhQ0 9 4?~ PW" իpe%ǁ $lP(`bub `,76yhݚh}0 FBkCB\܀kִ45#`,zj4>F(9 fo1NQ0 F  ږ> R=v(#mKO̟7MbM'0{.JGMQ0  憆ZPW]ή|] а"nZ w~zzf&Dj_%Ƒ=rj͇eZZԓ'O/vТ`0>/`p `&7X??}J!u1̈́X# Zf(`py3 F(X@1(`@@>`4ZQ0  -}N88ba h3 F(@(``@>`4ZQ0 h3 F(@(``@>`4ZQ0 h3 F(@(``@>`4ZQ0 h3 F(@(``@>`4ZQ0 h g~(#hCXf-e.Ndݧ ~h!tr24~k@tI` PnA~pHhht܇ހXr%$%M5ܥy@Hң`@DymA Q0B@ xLO(Zem[5 M`$Ɂ&Lt!i+;ZhЍ:޵ -65?d- {i0_lut3g: 1 *is^Ā̴t`)<}LW74: +AW((8rxP92:"HҮ~^@rӶGp4} :#&H G( aSfB`BSKkF אGp4 @rd=uk֎&Q0,@ >`g$Ǎ 3$G( ZA A1 gP` )qt A@mF ?o FC?Ѷ5uɓ֦I&mQ@es ړ'N>zׯ]g|!CBv5T ,yGfД>׀uh}(Ξn`܍ fFw6`4 Q[: H[edKJ̛9 X WsV @ )G(~ XW30L0q] <@yR sq'dR>T]t-4+E}F}`$>R@W73TFP @OpHH"YCgp.Q X[=ja :gn -M49P$ϟ\9ڃ lxg#ӓ'O `_ԉCŐ- \?.Ѣ`,7o:Z:iP7 bukB6'$%ίE =GC>}"'N{X@퐙{`c' 4GH4z!X|64pqsuusm h!Rz[z]9 F@>ѕ8`Ph\Q0 F-}F(h` gQ00 FKQ0 F-}F(ht} IIZ* Cũdo" h3 * ݑKm7h3 *+ z(htgQ00 FKQ0 F-}F(htgI&22ң'4: ݚ5'Ozysh(-}F(7vBBt_< FKQ0 h-g`.@>`\vOSK)fm޶^0oާO!{UK4ZQ@|.@F66x0 1gǴ sd (-}F(22xZFl u@FFft4hmx`14bK"-}F(uF^>2+v3ҁEψ F}F(Oc;` lj 3!h3 Igy6cU|<QSKI4ZaTu@wM]@P^R ,w\b@4[XL5th>O  JHJB}ɂya4Z\iji l}+!T`wl@=Q@M'^$ Ř4aݻv`+́YV6}oL@>XDGDҭi3\7}"q4Z*WheO<-nc!!i*-}FSvb]t!# r~ b'OJa$" FGGM5:WlhE.h8Us݁$dAnvM9i`g՘4äKph#|Yv wwh3 Z& JHJ_@=Q0 Fb;ͭvZ%4`$@=>}f#@>`P0Cc4` gQ00 FKQ0 F-}F(h` gQ00 FKQ0 F-}F(h` gQ00 FKQ0 F-}F(]OhQ0 F J>ͺ5k&L@uxw(`0tX' _ ~Eߣ`x@T%ZZF 1 F(@@ԙq(bXQs ` RT( S;Snn^k4| ݴ@`@Qm!XA 7L&$%6Q0 V끀2`VP0` jHHJ1͟CfG{QDث- Swd`h4G(p@Te,h̛}ut(H 2 (KRI.` Q0 F ,nNfZk р`Ig%$%_M< F(Dg]֬eAp(`~v`4\?lQ02@P֦fM-+C{44[>`d@Tn\v  4tQ02@Qy)\( *>&dG;xEx (h0Q0 F* FGD"4wtu`ց#!;ځ+< F(D>d9 Q0 F&ћG(h` gQ00 XF` >}/p@(|䉓xH`@(Hos!44@ g)OQB~`y@>yXdm0{@mQ03>>k&3׭Ysud!Fy!Md%Zp߹E#"Q Ѷ(؃+(ll! f'NH} W~-D5(GV{ Xh3 0& ]'`@)($dD ,b0zM`8{6-}Fo8rHN0!3-^y IZjFҵwƶhF F}F5&T>fd[@h 4 WdlF OLJO#-}F51h `/ g(+)ݼm+;RGUځb85`q>fHV4Z*u@ \; IICSKti?\nav뷫O#N8 Z:ӧ@(r{>ِͺ5k QWO7tP 4tSE]wڕp-qR@O!Enٵ W=AHQQ0AyI),My yk`Cs#V>9NA M< XI4C󒯗7p  D}`iLA.tr[:OiJ<JHy4w^U@^` IG#< 2KۺkBz[||@XA! ClHYY=l` 7zf hg *` 2hpr4` ug U,w066Xh3 F5S{׮O>CKJ׮YsA FKQ0 ֭Y3HIm\htih!qjEϤ XZx"rus]+3I`TQP U2`-h<^yăOˠ@?QpHhD  I`\  (+L'[)4v *<bԓǏˊK>`#w40@ 9/ȰȤ g`=}zw(@ w`vp\GWPc#Р.}dy<4l+ܢ=Zahu ^VRԼp|W77^>wSRn' @рfڍQ h@m]f͂yO vhգKG4dyӘ = ݻvZ7`5HdĽt4(Fp4Z R,zjjj O@'l ^M0qC׮ed kGh3 <.,XhRjcaa!w<<}rqsuus#a@@&-#=t}z NMLJ:uy,̉P h34!< (K` XjPLP ѣH"qjx ]lٵ}RjM|gk׮3 B9IeTPe ^]! K`r ̱c/\I8F 02 >ZZZGB CaQsv`}:=%  K`]7+ އ_ 0_M FTD&O>d`ɀ7'On+à܌,. &&ēCF @&wK3} $֦fGCD9`dT-MjsPb97]^R L] gܗX,1D+JAҹ\#?M =1:C%O01n iwyJh;z +!{XN HL[X- Y0ڕ>\TVR l0s IN LC`G7Bǔg1ljrձ93-pϚ9'i nf!ht  ̓k\$C˞R{4Ć=<}򤥩'T࣍vd>ddm |Ι4a7۶㢇Fˑ!+}Fwr9@mfϮݐ-W?khxx3z!h!l s]GB YK=`l(-}K],$Z20Qy껽E0ۏ2r@>љ?Z0o>0@::cҨv`uv E@(EcҀfR0$@3xr uق_1,@w4a:plm FKaǁl$&%AXp `QHņwt#PN6 9stI#"N:p0U/zF u@ma`>T'@ )/)ͺѢgxm VY3ll ݻvAUnPh3|dݠ:~:%M'##,XG giH=`1<`aAF7؎vک' ׀F< h3Ldr}0pRHIEA`4ZQ0 h3 F(@(``@>`4ZQ0 h3 F(@(``@>`4ZQ0 h3 F(@(``@>`4ZQ0 h3 F(@(``@>`4ZQ0 h3Lh8!hQ0 FmQ0 h3 F(@(``@ޤ< _'>>>M-ͧO,̃CBFg 3@΃޵+3-= r'#"]ܦϚ98`8y :l s-,E(N FK!xxkh Q@@?}ZZRO<v0ŁE.qR䉓< hXX]&8$ YӧOi֬@6~P<:"e M,Th4 htkݻv¢s XpCğ>yl˜kmj6͑ #xiVh$dKS˧Ϛ ٣a> h5>kJKK Z&(hnad\s"($XK$za(t4Z j,֭Y`|Hi?өԒlyy?I]N҂LC Q0 F};v` Y3E?n?ol|n` g`i@Y.( n`],h ؚ4a"xhh4 gh4&OG@`/Pւ'=/?A!@n&h4 sCCh( l[X<}{1```h|鲭2@q "TT`.kfNqI`syQͭ-`-@ej3<Z ,Gca>AW s! )ukBcP4x yp B C3dZ2IENDB`PK?ހ7y7y1OEBPS/httpatomoreillycomsourcemspimages470273.pngPNG  IHDRN pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV F(`DO>EGD F(4&L4ah8 r`na!l`uv`(2h\Q0 FMA^Ah f ## gwtkji45GGDvZx4޵ حg-?T lp ~)8$hk 4ZQ0 Fk@B=X{*֦D اt聭7H/΃@'O֭Y bnݚJسk7X4:> F(`ā׮-7X.lPHm[p/_,֯Ƚpi?P"_by8=?}L :΀h> F(``wusvpDLK@h||SQPŸ>yd9X]!wԉ~94:> F(``5 6 jԁt`8;{+iԵk 'qN<kݻv@D ^>^ U@A,>(`jjU5k4,jVufZ:<,IjO$dx2`:` l"-~9Pld%4ʐ@d.@5(`\܀``5yu*U9x;IR>}h dm F(`VO F(s!LJFjd9:1JRd7 *X0o|\ }Q0 FWQP 7[i (` <  }ȧϚ7<8@`Q0@ZF7tb|K  |ݣ 4ZQ0 F(!!G9@5(` M4ZQ0 F(]jh> F(`>>۶eX@`Q0 F.>k @> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F( 3`Q0 BBehF`WO74ZQ0 F0yyC'O>@ΣQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(` pڵ@ؽkװ @`Q05khjŧO֭Y3iD<'N #fǐ ̛_^R:< @`Q04?o ItDEBRbKS:ܭ`T i@5:Pv,;C=h> F(C65ӨC9|W77i>>>`>G 5 f.7^,]|ȅ*'O:@`Q04@^AApHCNؽv5- ShAa ke4Q0 F'NN05uZZe%%Sc y*HW?iD`Om\ O/  \ 1֬[;kHБLK"` XT@5(` lPHV< x֗"*>K ;T dkqzW77/ l"h`-}!5:ٛmjyIk׫j)4 0dHmx5`ۂx]4ZQ0 F;ҡ=@D%n` [!uIKS3|js ga- U8hM# k_mjXj+׮]KLJzɺ5k mz [/k=N?)`  dL4ZQ0 FO<PZD9L% WP0i78$'WU z;I:2 5@Rl %XcVvϮݐ0_8o>Z,l"cܭׄYZV 6& ]7 F(:l*ºi ҡ*jCh`U Ax4[(M ~X\! m&L{"'N,}X :g<qls8vPgh> F(@VCzc*H˛~޺5k!l ORAOj@X{`hqEk܀4/e[#PV̐h:d: Ȁ[nav"ȓ#@_@P9z '`}Q0 )M̛w4 &C WWWg45QBR"hߐayjlƬ5R :6`MC d铧\j<(~E`k2 3J?#Z+{iO=JȄ=>H!1) h/dQ0 F((1aՆz͍M(.+.Zgom$'O!vq$\Ǐ>^@tՁrծ;Ǐ~`QP QdHP%\ y*-# $9ܳ@k} P˵k׀==ic(e@`Q0X 7aW~d +7h@E>ޕcÀ{RX㈘hF` ow2-##3}Lť\Q F>~cHG(`03kgY;d]>yW3v,*~:Pد CW7cLi׵!DN:5'B@+F(`h.:Vt΁w4` ܗO Kkگ'$%@)z. @G1 BvЭ΁ F`Q04iJk w9XXUo BM|̉a FkQ0 F(2Zݻv᪏!ǘ3m>}ls`ޖ6@Q0 FSHVClu@.ggh> F(C,]v9Q0zݚ5wU\ghqkN9/eh,y N@`Q0-v=V:2 Y\f T22ҟ?}\953-`ș62Qzvup֬OeAoK] hF` pM]m 9*>+;x0>yA';ʀť9 l/0zH7 G(`ȑï;t@ΣQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@(C\vy4,]||||ZZ'O֮YWI@ل0 FktE5kyx_.##S]WK O},OE- `#!u65񹺹>?}'Mw=Z@5:83-}Ӷj0Xzyd4F( ՚[X +V%:"r𮹫@rb30Ib0GGw풖wwBBaqIG(`PR`! 8$ Fkttӧ׮^@e%D7'M Q0 F{78#T| DU@uG6)0Eyywt cBٞ>y*-#WP3ҁztD$52M Q0 F*KE`9c@Ϛ yi`L4 54!5>P u'YZ]W G';G(C@je`.M\Y,+(6Nkh׆EFCfQ0B@BR҂yG׭Y6vtzyKOliha@? Q0 F-:"Ș4a"ir`g 4ZukCp V\GjQ0AgOwM]5k[5Y6 O8inaȁ$Pɓ ;:00IS` ݧϚ YdŁHKKKJF:|@YzDJc3@( 93n4G(`-֑Jm('2V+BS#]sip W bGKĐ37m >zZ(`Zq6K1518 RG(`G`Q0 >(` C_3S TL` N9H|404-op] ]lD>({)\DFF͍UVԼ{׮#M01GS ֮Ys{!>(pڵH`]SW G5k?Xfcd%}Q@BX{A!! ÎN!|*0F+AhF` @ cia;Ty=l FG(Ă=v F( Wmk}^l 6V *sW77H~>w vفM?@iJl FkQ0 FXBVERkk}H‹ qy}4: kEF 6@5:E dloU`` 6 *eu)jaht,ytrDCnp.d!ha -,jj[jPHru9p(`޼|H.ؽk7'k#@Bw]Pύ:q h\ `5GpOIg͜?o~tD$pmە< KJ'=ݐ*)x He2ҁ\,D`V]=@q`]D4sZW Gbh(|1gha@~-]wwH"کF\X7AC1M1i„;R62E`c(`H$9VC4; 4:N~7A_(9rRX4qu?,` 9@dW-:Y44 F(`  ֣2 F.Q0 u'$$%#E^SB9'-M@[F'nG(hN>҂/r#@X&nL?ӧO֬fK\vڥV||w;@Y4` jva`XQqZf4FZ> ?u҄ zϚu5Z\KKSSK35Uu@ʃԌޠ:X@ rh(@ةeCHk?ץkbȱ5ׯ]:{5+FLKܗ 7> $L@Cx=8$dt{hUC7F[D `#q:ӧOČc+'OW;"`h萅Q8e`0`EvZ"/?#3HF( ZQ0 FD`ߝ=un`4ZQ0 (5mp`  Q 1`4ZQ0 (/7?F57LK߳kWM]-dx|tͭb)`Q0 = M'U/Z "W@]id8 hevb.ZnmjVhgJhV8 F(`dBׂ7V\0ozԯ@5% ϛVuk׀e` ΁ . "o_):!@eXϯ@*tG(`a{ Xe"4 F(` c@gkݻvߛmh'є+cʄ$J rVvv'%aU}v-7*eh> F(`$3 A``X5A+PR ͇,jD^1 _b#zʀhij\ t3 dBBx }q`Q0 F:3|NEkS3d@{֎@܂| dE,,,r#ۼ||RZF>k&sdzywiBFFT?/oȽg;X;M[ĵk5HK.`Q0 :  rww! [\]W XCU A.^у`G(` W@7Q0 F(h> F(` @5(`Q0@`Q0 Fp2` nZs#FG^Q@k@5(PQ0 F4ZQ0ŝnC͍oڤQ0 ht}Q00r#^Q0 F F`>}LKg_8޼DRΔĴ5FGn4ZQ0 s`tGZ :"rH0F$h> F(7vʁȼ`=cL_/o`qP@rξ~Z ۴GA@5: v&Mt=<Xf͵k-̑ϽF o@@X6r]0o]=1~U|Re"x=Z|G;ڪJA(d `"8$x҄ XoqC*rH/Q[A!!@r`k@_.0pl(:& Hdz}ZF::3 F F׺X 'N&$%t`~a3%< qȞl6&ni6}Lgׂ6\V{FLsSW=׽6ѝ`hF'ܷA!X[gr`e;R5uX).`%n͚zt9y 601(9f! D_/o`ZN=G(@\Ha7<`lRh> ɓ'ejtd]5kbfhu> F(t4Z p53bM۶޵=uȑ=KGo`O<WlO Tszrr ;Ƒ84ί_^[0:': F(4rktƘ.;̛H=| tfy-,uS;xvQ0 FH4Bkf`uyVd$`}8UgI`/-_f Mq$ݻvAfb]l? F(F FbqiԀM N8 9C嘎@:i^8`ƍQ0 F@}횵@9|]fͧO --MȹobNHOvr Bxxty wʍ`}t u +@6"А`׮9с.;J!uek89l^QГ 'Oum1?x0(`'X+§,AJ4!Ix`Q@;@װ` ! 3HsKד~0 .+o`]C(0H-ֈC5_ G;gG(`@>:v!Ű*vđb@A!gFׇ\u.G&kI:bGT `h$!3.2WK~)zgOhu> ȘR³m28$I|@׮YjN<|>*K(>nܡ;lF7 h`|(/6#<$$%B u(+: Y;R`-34Yn @.Mt!$+d;8sd޵ thԤ &M||@͈GwN={xGeQ@*{f"`% sۮ:{cs UvpH0x9\ asA!A ZU5Y'ϟ>Aс Ȧ!WLQ@$V~^e%77.[?zB(×c\! 2kzdC":͌f)d=hZ7dW'.ef4+wQ0 4{mQ@ \>}LK>l@5(N>uuBftj@`:`HKGv! G()}Q@?#̗GG( }Q@WCִ37v^ 0 Fe FkQ0 Fd|҄G6B@5(r0:vց]ѓG(h> F(>=ɓ'G(G( i`P hQ0ں!ͣ`x}t)6JQ0 0U+zP2ZhX!׮@FtPH0EGDN5SZFfݚ5e%wQ0@M]&&L4ah8Ah0O_W77fZ?T]W ׵`޼׮9`: F(` 3@qث./)u_^N޵kϮ]'T$$%EQ0 F(! <:2^f7I&aϊ'N#F(`!hv vف22$`|"F(`h[Pv!]v JHJTSm_f АѕD`Q0 {MFFsn&~yݣ(`hxMls.R6&Lg8,IzFQn9Xp|`ZyV]26XF ݽk|Ɩ<=xAh0,l<I 3 " \>5z&`2,l\+(8 /`'1  >-B|440>7Y/#4G݁i2Q0 r qESG @ F`OEA+ COQ.W7W.x&6Gc F^<ߜ,A%̛,hQ:_f͓'OF EQ}R&($䉓@?&99?YSW fI`k΃ Z u:} RvZ\"E̛@s}< I2n]b(` d  nXf躼\oڶH[{Ծހ&45wMgMA4& F`0ݻvMoۡŁE-s x4QD|DE^A˛Ԓ{󶭸|{n`&$%! ~ M`>* 2٭LD(LA ^ YI Q ON_LiT-OXP u*4ZA=vU*Xiav7 5Hsu`- :A%H0xG&x?0X,7!m `[׹ @`-MYgjDO>}LȤ̵kר~RX{Dkjb ^QOӸџ/]-S#bߘ0MT,L9lO=B*8 p# ȖkH=LoŬvlB| *N:dJJM.9!_4҇ jj 7Z wv7 PApn@h]Õڎ`JRC"rp]׼0:jrY ɽ_n?b쐡_ _*l.0H @Ck,i1T[]@ (S׹Hƚ^+S,?|FF U["VFS ]#53՚;ِo5Jj t6\u8>'  `r%KBA+1 kd x|v`4*uf T\\Jh`%x H]`k&? dP7DCijTA(4-́އ,-Z>%  R{L ,TTcocdãu\$a],6&x:vӁl`6C!@Ɗe.Xy<[ne'!mCZ2wӆl@;!!Q7 y*H`r$m[I]I D@qSd0j `G2$( YZY^ MǏ@AԮ;GC Cfb4Wg'o~4v|?`Tx<G0ի4LpA` ` EL6\`T#YpHF@5`<~ tJQu-m@+a*X .>& (+.GN-\鹹 Eݢk Fό#yt%%~^ }D~!+Շda2zU0h {)S!B&44xCs:/d-5ސzo>k&$_sH2)^c XdAv7xii@]زlgP A6h~uj[䉓26)K9@ jm,RlBDyul #DwvU>}9 /ix.up' ,?7@`) _:U[X"{Bh!` ;P/`\:e3xm"9ڵVBBR"d _)@-g4h[>fC}y!`Ғ &@IDDSD1sZ_9 O9} dWZC6e=YlXɦ|AȬhtX\4@f>6ѯ]jom +4d22wTV\9w dCPWȞ?w.DA"OUB+)7]9Z'.yQ@xxs<׬]4/D\ $Ł'cf=<:$BYRC` Ra ?|'o>C9v^zQDPP,&r݋s0fa.@Ӏ?I=i4F':7ھ{!"q]\'VNU= Qw>YE҉ERihi&u@K`9 jq(@ϠP4+L]KAUkBUΐ dw;ogU_2S`,ؕ@4a=S@Nw7|R|l>ZhtyNXH`4$"r2|93:0<LXBe͠:-5·m1Py}>Q7Q-mrFjl|ߴm+sȒՓ]t !Yoh́e"AVSp q pŐ O Qxgއ #, HXC.x>ء `?lR=v{r˞юPVB\l"0xj@5]J}H=; K#XAR!4|F}@c"|uJ(.## @x v(``ip RKi-QXv`Q y6I>eҐ9?ȥ6 X=u2 dzW!n?@z&0]\^ӰȍCv AbRR5yȌ 0C[̛tx;ddro:x>Pr֬d lAj }4ZBMJ>"E[47$>gEmZT!SI ב@>|900#w?uU8x "&`, 7#~I da meB΍9!C\hM`>b-QLp4a$f̍I!]!+R5`GϽ9 ߒЌ>ZhN)`WXb>\MBУԈ 2hʤA|`; hbTzr!)<2ZJQw ,\rA;3QF@5v(!  nS[koc ?,3- 2R` āu._f P*#-D@^ !TFs(X@) vX>1z(R7%O pX#7yRwG5 60 r!)x_;}Lȹf 93`AhN)vS(!#EO+o8 WJ= <ɓa ,*: FV@5:R⸸AVuB!F/#@M!S"ގ M1v5k̛,:") 44G+)hjjO8=sxqt$pLkag,7}hj  4ad;d<Vg͔HK@A4@V}Q0@ΣЖFO-횏i2L+ >} ߗ )WY2 7l(UB*4}\ FkQ0 FX?M ՋȮhdA!> F^@` :t`@` :9MeR`hF`0O>zymZÌQ@;@` RU^R ;[f-dk9 jf׭Y{nlWO7Vpx PQ0 FV@}Q0 )Xb9ǰ 90r-##moc \v X1ٵM-$rgFhb:?}A W<^| d:[N8YSW  222@bޮ=;F( (EZ[ v^Y3qix0wuskij޳kf6`S䓚<Q0 F~@5(4"@ZFkaI ʠ :\ZY1c t Xo HvoC:? F(@4ZQ@anNkN |9xu]^G9l X)Y;y }Vv6m޶t I!8lO 9MQ@yQ0 X Z Zgb` ̴t< k!@wtkwA# 6ukJ9O0&!`Ϯ]|:T/tl:P%f_Q h> F`uݚCUURIȥtX[edd0lT[$@ $(G(x^ 5"rq"+i77J`/\Ex5}h *n@5O!t` v'(H@5( dSJ-v+<<גkf D6G&M_٭L,C# h6 FA@5( \`uݾr edd&Ox <'\hn7hbtؙV@d@*f`@HAΨ CtAz ̓A';| F(@uUzgOwdkS3 ؀ KJ*!kٵ V.Lc+go޶MX[#i|K:diq`h> UZ+fRaOqwu?:4\`9l h>  V)[=ZgPӽ~:l?U7CF?jh :yĺ5k^۽k7P1l+@޵ (2_` '@5:]T-JڵkDGx΀:^VUI IUA!!`! hF.yR`}^ dɓu\sG>(IQs/z((`8ѩCi} hxKJG&C#Fl=D Q0 F.@5:a=c `= @.;'R 65+r(`@uXh "jXlS FB FHulV` FkQ:<r.֡ ? ejRk׬  6FQ0 GNMXO'$%ͅtL([PqR`4@5( _0oSB!:0 Iy y'PX `4Zr5Ͼ^+u"z-uݣG< r(X9ȀL=Ѕ2wѰ F׺'O-, xݻv^܄_>{IH`@"09| :h}44缸+V Fp f c҄X ?[$< h>  D\= >}/yedd +/d!@np'OXf-Ziiy@28$22ȃBBw/MchF`0zi7"G`\SW ׭YvVRȒ[xL- yh , FK4:>  |whPдFt?o񁭫$pL5x{!,sY0z (h> n^M7[m'n&$%B&2|pHȞ]%'Q0 QQ@&=u@5kؐOJVؘkwKS3dRXϛ?yȡoC7R@` 0v.Ű RWH|7_iG=*`5FaDG(n ($56xyցq  +i gO29!h> Fjl'  W"Qw*s kΘ5r2qgÑhaݚJhte(C 8r81) z^A>Sgi̺hOvuڵ AhF`ns.vtrqsaĤD`4z(V琕  ht}A 2 9stM( WShT F` 9QW77dCFCrP!a2@`Q0 Hc厂4ZQ0 F( 0;yQ0 hijѤ'z5qhk>(C+rs @ZFfN:Ǝh> FZZ4= l쐡ѽh> F( a[|h 6@5(`y'Fo_ FGP֬]; F(9 FkQ0./)} 2Ӥ G쌂Q0 FQQ0vqsƋc (`ґ:` h> 0hmjDO>kjiV`h> HHJ./)ϔA!!y ?yh(Q0 F>(zo ͛4ak׀lU3#Q0 F(} ݞzvȆ1 F(B h> !3yt>>ݻv30`T[rZM[? .GC2B׭Y`O}y NΣQ0 `A B}>(z !)q҄@4>>> (lqeyR2G(EGDS4Z!ٸƼS>k&4z(δ&‧O4@5(O>:q͕vV.`؃׮}wtg3OB} `NnĉQ0 F`@6$bh42n x`('`g=8$xh FkQ0.2 F(ė9?Լ{׮'O4:> CfOWG(+܉ԁD G -@5(ظVF("&,]˃4Z 7#GkQ0 F1|9>y:87h> 6@;̩k< F( \Fѕq`GǍQ0 F&} :ÏQ0 F4Z #> F(<('r No\>>`hFCsY&L4a"M`Aht}Q0 F( FkQ0 F(`8u`(?m` 22@e@r4F(44}Jjt—+ˀjѰ`h}Q0 F( FkQ0 F(`8G(`hF`Q0 }Q0 F( FkQ0 F(`8G(`hF`Q0 fFpA!!C*Q0 F("}  0 F( FGG(`hF`Q0 }Q0 F( FkQ0 F(`8G(`hF`Q0 }Q0 F( FkQ0 F(`8G(`hF`Q0 }Q0 F( FkQ0 F(`8G(`hF`Q0 }Q0 F( FkQ0 F(`8G(`hF`Q0 }Q0 F( FkQ0 F(`8G(`hF`Q0 }Q0 F( FkQ0 F(`8G(`hF`Q0 }Q0 F( FkQ0 F(`8G(`hF`Q0  `ϛDS+vuI>>׮kjiaYf P͓'O@>}rus55FGD8r(5e4ZQ0 FM7]馑O<Z'N+s.b* |`E}ϚJՎVht}Q0 XfMfZ:[L:>U5`OPT`|X|,: pG(`h` Өv!8 vl=@`Q04}5[ IuÁsFZ:I&N5]  !R#=}Hly@FX@`Q0*uH] /h2ˁ _/o`8dnZ`gH7" 7 R"]7 F('Q&BF,7?1)ɓ&Lvkj!X Yk[C[ؼm+,l F`Q0X5׬%ڗJM50($طNHJZ0oj F(޵w [ 9 8Y qr"? FkQ0 F(vRڵug'N䓺 x6 4_/oG (G(`>>>xE ;cyydX1iDNx F׺Q0 Fzzݚ522B]KJgԐWu[v]aEhQhF` TF{ > .JJ!| CO;K Pfa hF`ڂHWP>eV^l:| Ҟ6,-` u`{n>>^`O=@5m$@G(VXQkFYP^Rv`M|]'Otus] ܥA`}*U Цs` T`c Q!c@ׯ]'~^u]Gގ3@`Q@+ T4XP~; Al:8r|9Impm N\eB?}vwxoh!ZQ0 F(rx;vaP |i9ur}'>(` >nXk7|;G% F`Q04T:r .@ @5(` YN cu@r ݻvC"@]@6+ȇLM"x̾h (` @]j&LӧC[`Wkw ;1)X@xDHS(  L[222ׯ]k4G(`R_łe /MOHJB_>xei:n9}@Q0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F( yd Ѱp@}Q0 F(X5uy@d޵(ʂBGjG(``&LIHJBO< ht}Q0 FyX&Gk j F`Q0 nI GCo@G(``O<&RV֬1k4Q@E@}Q0 F(v)s`udV hF`QL0M|||y-Mͻw 4ZQ0 F(jyKJU8zz!`@@ΣQ0 F(5̛e@ɓ8xc !w\f d:P0!)2h? hF`QRTh,+ugF@Q0 F(h}Q0 !xP@et@5(` Cv  hF`0Oo.Mys(hF`h|]ׯ]+( hte(`5kh4!}Q0 Fɓ'>: hF`Q@|} > h> F(ZCz2@`Q0 hq h> F(:V(p@5(`s5hF`Q@L} ^(X@5(`bjt,AhF`Q@੹G @Q0 F( 4gŷ453 ]NGI FkQ0 F(  W4=:~ht}Q0 F( FkQ0 F(`8G(`hF`Q0 }Q0 F( FkQ0 F(`8G(`ht?(`Q0@G(`hF`Q0 }Q0 F( FkQ0 F(`8G(`hF`Q0 }Q0 F( FkQ0 F(`8G(`h8Z@`Q@7@5:y^Ah8Q0 F0222I4ZӢFp`Q@O@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4ZQ0 F(h> F(` @5(`Q0@`Q0 Fp4zf''O Q0 F(xOi#@14܉Q0 F( [X,]nh4@ϸ`Q0]|8XIENDB`PK?o|2|21OEBPS/httpatomoreillycomsourcemspimages470275.pngPNG  IHDR:* pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVFM@ 9+A外є4 heW`X 6'Q@@LA0 FP4]G(2 F(Chv`ͮ` @u!h`O&M0wQ5ɓ sF &4Q^R5!m 0āM͙iׯ]̖@HN0~004/P1} ǯVXWYwP#~é=vR@{0'  0ljzQQ@5e%Ⱥm$D (Q4pb:+֬^Mwp]Ttռs}l6];w#w9vQ[0o^BRu0!)Yf P= Ycna` 8$d2kTx`|SanNDwh&0\\q)7]>k yV5Є j`y) 0"[9GXmBF׭Y嘥gHPdpXXX6NIv` ffiv"jG'xdkfHX -&*xح5njנn`j],ijiB[t0 -́9Ҏk-02| `NTȝOHˀF{ u)LBrL%)F$c ̜@g@Н@H @,D{ZΆ41Z*a"\80@n~ʀj<ށtR]JHBK_/o`l  ^oS-!)0x"#4mM@OJl%C8Hi 9I-o gW-8 Z/Hj~]-Ix23,$Ayob5#3 >P .`gnxύ *Z@ iAy@,AmnЖ t iĉ9`B H3* j<ޡ' "ueCh6^lr"`!aH0؈r`J |/ v*a5ca B"/@^@4Q*C(C )ei(S0ɝSшOgي}M&YƘf >pHv;KR=[> G<GGNwMmiūo8ӠpW)*_fLMJ6ෘP/>uz|V3{?Q07-"0 zI£1kHo*Za$S ,K.IM_%j́ɀbG°-q&tؖ7qtx0 a\^[K#IhAi/l=cGY͌PY|i*^;-4"|/slE)(Z}\+w@$uh@ZDtWML)\gBVxC* U./"ïhdfr qr"1E*<18@ K)#U*|9@]G(2 F(-6!;(2` LE@(Chv`ͮ` @u!h 5]vLj#KF@֮` @C~iZ]G(2 F(Chv`ͮ` @u!h4Q0d@fW,#F(a]_F/)z( F/Q0 : F4]G(2 F(Chv`ͮ` @u!h|qQ@@RwQ@;@C _t4+9تі(ѡQ0 : F4]G(2 F(Chv`ͮ` @]?}48S9y#GOk&7V5B.$l8 WPu10)*w֭Y||d>$!*7ZpwhjCHd蜌hWp"fJV/IH\}wֵWHQ @VX\v ox-Uf`L&t\] kJ{)$Z: 5LŁz.ExT lGv(iXw9fb644D4\)l? >| kM6n mgp0 bZkP`` {ă`*"E 0 +{fg6Tԯ]KNbG0S 9*vrsVFp;)[g@ 7n)O-D$o8JZ+6!jDH Gy6FL)! =g&ܮ.t悧OfR-k3Ʉl H;<{@Ё€0tll̆ m IdO9!~ĮD7\2֓"@+jE[L /Ӡ? x{ڒDKt*fW`-fy;upC -Q@<$$ILd y}ݦ @L$ ` i[J@'N@(Fm< 9qoh=f- CA8 58L-C&:i@0ȮD"DH^Hn\ 24<`|@;Ovt2`PgUDw )+G D<@3)v}6"yHс+ 9ҠX9C:x>0=2Hq0 __ {|s , hEMh*84@:*ƮLE,#ZV}xg柙n(l:5[egt۞LxlqRJ}dሖ+np_T9^OeYW` ;J"d!4)R_,nSNjj'gM󼠊MnQzi馲+,w{,"#L8Vm€|qGw}5\WLaZюîqL nMzˋ) ȗM8ˋAi>$5QeW$xFPO- YOϊ%R hYDw * @/SYv  #L6S"Z87Sԫ!sX+O"N^ t 0zbi蠊׀n@M\}N66M0c>ʀcZQhCU*|9@]G(2 F(-v#!s2` LE@(Chv`ͮ` @u!hH8iȒQ@@(CАupj FkQ0 : F4]G(2 F(Chv`ͮ` @ `ex:<'@/MJMk׬9wh а]O8>kF\8oKW77=R2ң( a 9_|,dY3᧓A_T̺ZG`4J`HOv8]2 4]g]m_0PF`4+A.BQ0 Y |gs(4+s 1 3]Z`\ N81а]Y|(@n,/)}IBR ̫igD]4 yu,A.C :q(l'C\xY~q[Go4zau(~ F7ЍQ0d@fQ0 : F4]G(2 F(Chv`ͮ` @CoUӧOKFw:ߕ:4Q0 hH^YSW;zk\P〯ß]B &H4 ͟1B @f՜"(sdCr͆Ѕw 0`qΠopuu9>h)j\s}4;0T JDturS[]_ϗE;SYI)?Fƿ?# OnEw KqXCj 'AZI##*u*'J9$ YDtu紐GbH(7zّ[c84iW*arIQxa44l2(FK%3j=p_s$ՊX-a-x(#QS`nb0. FP^O&:CCr&#eПQIaҿH'lzȀo!^z-T^CMf2m"ԠC6 ?ZW&I9dy]b]~r-}±+ $N.s*:nb_ܷFx-,4Ep/9ڨEtL˩ U OH0%ٵO7SDڥр'_ -JH$0HXv`iB؜Ha@`M,ڬmD/XU0) `0AFfedC[!ʀ 7r`j4laQ`n2HO 0Vߩq`@GtBNHn(H{rB@fpȦAxksLn\>Jh L"&Ū iI`fWA0部&rKK2l 0J 27h7qc1RhO-]0I'</fp9hx= 2yh 2 C$<@,tI 15ĈU%@Xay܅1/@^>G@@(+{ {RKҰPdcJT&wS~Ɋx{=-/bNAzer-w7^7%jm!Ltk-X ]FgzWh<@8-\"T5g \A]e[:mLt|yk|7I-y}w8C(u%C9Vt6">c\9֙Tlw*[=sCa LaO0 gʢdL+UU==L*@~ bobr3a$ѷ$7%;C!915"?~Uի@JQQ@Dq9:zSÄ? g'@KF=hµ`#59-Mp@WFjqLQLyģ Fw!9Cf9rXa3 Fd>- lZ 4]Gi2 anK̠¼(R=N&h$FIIDHZ@(Chv`ͮ` @u!hH8ZF(hv`UM`h: F4]G(2 F(Chv`ͮ` @u!h4apVLFr>$@1 k\fͤ O&Cz<ll){.0vr/2|ڕUoC*+Gy mvmijNHJ|a$C.@>ir9ɾd *@3Bn9$^-7?vHP ~-&UQhxfW`C'!RAlAnN!wQX4YaX@q"}OSr @ ϳ_ƃ^ u`'S^"K 8\W *@3BwHO8ev{7޻y KVu!aZ<9`#~G;Z@#Dp5^ƣrPhxfW`bVkl"ZSW .~S6j HeK^Q[X.v ThO,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVyrO>dbխ2 Q0\@1\G(*ݻvkSx IiDTM`]\,́$; F4ZQ0 PBݳk7:WN9dj2LHXaOH#@,ƎQ0@V`V֬Yf-Ns-fL'66؄*v u@(#pk׬p+[./7RCؼѨCh: F.cKS3|BE  (+&BXΞEO`\G(ӧOM*BvnnvaGP4ZQ0yDHVs b] ؅C h: FO<)/)5uyޅ:u(B F+Q0 F ؽkfUZ [MLJn~ZtDh: u]A:gB6W`'XF( F` RfZ:fV7o:CYO8l"F( F{` vSu]n޵ D2Q0@\G(5+N5+x0d2m<`\G(50 󖑑y((5'O 8pE:`0Q0 Y4B&\'O8ˣ`0\G(ntX֬W>_btu f@( ̟7rjY3_͊y< F 4ZQ0| Z=5Ʌ( F+Q0 >HmH6pus{ Q0 uaKJ:} Y!uk֎( F+Q0 ؽk]#v67W yv( h: F>}v[+i"&Lc]3< 'u!/{f( F+Q0 6.M)5} h+5M`p\G(`vW9mqr4 Ahr``s\'79[x: 'u! G&$%hS)a 6@(C`0hr`:T4r0F(l F+Q0 FC@ ?\G2` E|lH//r}:޼ϟ>}>khhr`聓'N@nlI&>M8` @(w[G'\G(B F+Q0 ;Ljji(Ch: F`ׯ]Q0@V` j F+Q0 u!m]4 F4ZQ0*M8` -@(f]4 F4ZQ0zZ£` )@(|9Q0 um]'< F4ZQ0xHћG(r F+Q0 /x) Q0 u F`\G(2,,=:,< FP4ZQ0 s` A@(<`\G(xhPQ0@V` Rz|` =@(@N]4 FP4ZQ0jQ0 " (((s.NQ0@\G(`f`(\G(r|e8` Q@(Q0 F@ B!++(MI=L0i„I&Nyp4F& !Vs s A2?yd]II$ILv--!7:zZCv5NB@0U'W7dX0o{A4*WGSڐ}GPH0~ZtD$0_a֠`@.]S||||@HE.> ׮]KHJ,>d?AA!!omj b2kׁ$0J:ز\+P|ݚKhRp3rŚ ̴t`+0cI̒ vu]-xjjpE%P ,0h Ǐ4huTxR̛; DhۉǁldYez?Frf@<@t ts30=cA*` ?R0 -`-B_@Y2" H!l @.h!e]{f+c [ȃ]aɨ h'X{ QI{B``vLΞn\# IvBR0oS8 -a@Ve,sH\WXf Rgnr} ̢z!`݊3 bE\VzX (gs<R`0N 47 6) v\-2H &5O2 Mp.0tfZz<e-20]-`Q l I{T>D^4;6X.P1;@CS;:10?}A1:fݚ5Uif!…I&޵g\zH♾ZXa5f%j s{fmUs}\:ٝ CQx -ܢߵ^\@gs!Z)4sosI\aTUC\\nz(tb6W/w4Ǝ~7$YpgyN3]%&@!&at4z;1Op2J<R=j:s]7+R&264^Y8~ep2>]w+͐ q,JˆOP{Cy{S7 eC%q -bAMnSs\h Yb)X\O7;0_B rz(3vq_1)B΢ Z_剦s@AԢh m,T"9'膁j.6$5=Rq$/`K2T̪IyNn7%5hey,Azi"Yae'S>_7҅W;fʫyfjrf& ])d DEsгUVI? @n:EG/j`*1[ͱ'v妽`Sq`SKOuŎCn7.ްZ 0 pqu"\ď> *XQċ&/k|!s}3l'WG^"7x/T<v Dc l@*&ex |ߧU0c!I^I$Zs^%\a͊VCף'\4W b`x/HO3VWF 4h7dR5+ze{,Pwv'@-\@:u 8˩ t!ܵZ؇PGriN|H/ƔǔWY nz gKL9AN_  F/i3 @ctI2CX0qOY(,cK _%W<`vm0*Û>銰 ^!(g,Q&YK Ҧpҹ&%+O[XȵlՒ䛅f7(d u|vu/9a ׀?\@1:2:@q5~ா{w7 m ~մ~>9 _q r:M2&8 Y)0>l$1I\G8L|G*$O $dq+Hk(vx5B ڀĻ\υ+%S4REX+Ϊx?.`na(Z"s e+&`X\re%6ڎ]<ϡ~,*Wj>Oi+XdƟr15 TCLo:S_@kzT %U"I_/E)vnS|;Y:lSREhٷ$FdF2Thĺ}j}vD~leiLgZ@XC qB$>gxeWRYDul՛|DH`z3VߨSkCf&%0* . C3Q{k8x? m`EO:JꥪR׷0eꨎ ))}8^iU ٓnnɃ/nxDӫDv v>\dG"CMv%kbq*,K6 CfTlayХ`K,-{%g6V0۴;jέaœQ+5׹gUptd(?6=nam \Uidfw(4 :xse ;ؒþZ$lx `5m!#P9F'y M&:0AQ;O?0sF7 0e. {YY>; Uı[%(¥}B,+AZq4U7ұK)qeDP g5.p6+2dߕV5R+<%^+2,yWKZ@Y05h  2'5s̍ZP)4 MA :4$J l X{9 znCJ^&MAWZ$jyw<;}AX CIIĤ: ܈O M#Il7k##)OWn%p@%x3H_/K& :qr `ԃw÷CAN7 I/rk2̈́_14`SxW0@'W8dɛ xg L. &`V?]VR $O2]8nF`4Z'pl9w_I}~-4A<ށ8"?xޠ'}pAkntO+ !#ü t\&\m٤|A .yUp[/!6::\nguAΜ6qR?u؀y9(b$ R ^rp0& @D_Wi}C|2g-=nd]BefHGE:Tf)@{t45e#m +HME ETrAh~?&T_$(gh6oK%SH=`luXFߒ3ph-{r Q( ݄>yF%%ŶvXؙ&rP2N Z ]9P;ԕ`GwzB"F9R{/v DYU '%Ue6*ar2 Y9 ߌuނ]1 (?hpp F{C@1ر6]!aE+C.OED=?NJ>r"?H(@R80;] wDFzrPmyJ3@缡S{Ą@@,t(\'dBBCK38$~S&h`AȄ:T F3D5@VMe `lB$n+?e F{C@oO ̵;!s&  O ɔZsb"", E|8 !e7p| s1dJy&A)iCs <*` t6@|8` Na(u:cH%ݡd,LGI{09!a #-|K-^O#U*9Q0;1%`/>Xr =w&b+1A1K>"t;)_9}OK\K9D>d&{vV/c@xkݢMJ*-a`(Nj;Ζ)4R ι.ntz?_>PwL AnEARV0`Z<ZtP*%(uT̾CP@]ݽMfZT*)JAiuk^zylVJrQM_N\sݧ$8)MRbl:v ' NaQ_2?޿+eټVqA-1x Dose$R LI"]U[.!{bG198R6҄_0dB>Zr<@^OW"!|[A ء Pm a@ge5 C=kwx=VxkhG@a60S7W-CH)TϓlIcBˋ.aG#ªadƵ(lK~)M1H.Epqc>*׼Gi4] AVýhL@CiAaf`VN Q0T@ u44 F}`#Bӣ2 ]4 F(`Ph: FݍQ0 u .`H\G(`*\G(`*\G(`*\G(`*Ε+3{_v(.[^R:zB(#'@ Q@E@L5Se/8(DO%x F(沯7f4065ï_d?ڶ4 +W`59yDeypHH^A &Q0 G|DW6ܹnng 5($x4Fu@ [^9`vף`0 Fp< xt4*Ws MW sv(``UXڭ\`* FjaȥpɁPǎ gz (`L )[`> F FP`?#e!`X׺U"/w` PIl>X{*v4F% XF 4llM]G(9 1) v^GdPh\edd CQ*GS(ï13ZA&d9O`a3j Dq~B@#ruus;y~-,F`L :qrt{(5, _'1[6 4 WG}4h^{lK@d ႦI&|+~:vt65C*kVz%2 XB {5M22:Bxɺ5k>y 4"7}I&KV, 3;P=pOJ| 2a-VzQ@aX&%`JP F(B<%~Ԃ&(s`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@ C$&MDq6 F* 0 T[X`v>h>`~ɓ'N( hhUx6\G(`F+Q (@` Q@( @N:ZQ0@V`Q0 F@V`Q0 F@V`Q0 F@V`Q0 F@VP Fa F7Ռbڽkש'?}[/##&{57i„I&.]S(``3/oBR0c*R"8$Vw Q@-@ð V&$%yyQx%shR`x`wus||iXՔ[6 hUj MW^)0-7Y5k9 lBm; F(ryO<?oh 0 hU Vp&rN89:; Fp wqss,Z ko\fZnkxx\`D _v د2}ȎQ0 3f^n5 , &MX]W߄ѵr@ír6K`7c;{\_/k֠)f̴t ʖ&Q0 \h%r[kjq U[|$@pAQM۶k֦fN5}۶5`8, 9T<@ðrE20V+G^՜Q0 F+ ف-OM8y$< /G(p\ljV֯@ыGF(fٟuU~Q@O@ -P=ya,Q0 FP5$d0ޅwLGp4zA!ȃw7W} mUQ0 n gnx6b0Q@O@ír[yϛg\mij1}L.ہTFW䏂Q0@bR0>0#O!x@P%d0O`NљQ@6ax00;słyj"ҹKW,f8FYp607"sG(Cl޶u5kpPHrKWX(<m~^e BSwQ0`JX2 gy wQ@9+F(`*\G(`*\G(`*\G(`*\G(`*\G(`*\G(`Q0 4䉓&LQ0'_6z<'lX"F(hhU'`uh h(Uy E"U>y/c=y؏JcGjO>a=rM{A# 5𪮼,xx!p&઺w¯SVR dCHZtvud.k׮y #e_@|#&xԼS` 4i)hI\ Ac,ԐK@q`@ŐEa@65Ys]q2 > jX$7A'N FH)t0dHKK &(,j0 +};ca N H  hPRb`Yv؊R8糝/J\*#GtݬXOTW(w/ {YN`[A&\dJJfa^ _)#s,yF6 xUJ[opd/ 3esѩŕ\ ڽEV0waF[+EXX:C5CErBGML d]Msƙ<^6`*d4l㫛f=d;{  CA (DH,REa"`^e bv#;.벥֯(pWG 墇stT}*`k:"Zw)v`%X8Dù]0yj>88@6( BADڥ4]5Glėʯ@|IL :4Q4I&D>w=kFcڢ zM>s㫿/쫢mC;{nedE"%F]kOK :a5Z*ץ;ňX-;rfiAZ>){ ٤ Qx,<7݋E!~Ac$6`%i2d\,ar+de1@n?_Akw*K1Dɜ t6.^^;|{]\' &lQm_A}iv/:ouX3@s=IP DedFt?GV& rɂʁ"LOW&,C^6_uz:BOJb~`l0x>nCmr>7yFa9pa&?a Ey>h8 b*魛{?r2r):>Ng ;gUߍqVrKʘobp(FN(S+GWR3^I3;z|Kإ҈>H7͝3pnE( R3A<YGp&ݞ\;*0Օu)ɞUQK|muq57vU1T v8m :؎x^S2:,+f4`5`lb(x@:EjбԎ2qA7uؼIH2F@׮kcb}D}2: L:<7MrP;I7(AKA9:!:!yu *|~I ץHה(\V'`-7?* 1IDHˀ{y&;wb"V=45O51F $R 1ac d&Z, 9sXZ8 `fF DJ:D}4 b:3p.@=hǎ5S+xg ݀H;\G`epH,Sxx r)k0@F!\jBۗ P"XC2 KaG}EA,Y+f3mBMٻ@|3~`do2'BUAu@cr RO,(\`x ><0Pr(!GBZ* a*`6As z5+an5kGq`xz DT읱 0EY0P-=>P Al،Ë"EBBq9_8ws,`LDҋaF WaqPZH @Zw:F\vGcoI Rq%n1i/&_3<+j@ñdNтy|lw+VBRԩM{7壶\czJm [Iո9Ib~ .Zzj39!ͪz7bZ˃\$4wXV|~t>SO͉Q OZܮ8hgV%%;g0 D)V4{ G|BZ iV43gY~)n:̣i#ܷn؜V 6VRJ|}?dĊ^әLz?Df!HG+r Ѳna x%^Q|we+smhgJ@LBfW)2PA/uAI`?Vq#~aG(@>.W&NL>ESϴt?::lT.#{gt Q5tvС:[= +?T(`bq4C3qT g])ϑW7I+~WKdRVTapZ4:էK\ nj< xfrB8^r7hdy:lrUHJz腔08vq;O& v4,N6<@3hk ʜ~|\@rt4Z.9+4NEGU${0!jB -:!ȾЄIM!`䴼17Bz!C ruOCFe!Iș)  up 0:!wkA5l[ 1? pųEW=qʕ!`F F t.g5.J5B3;SPt kpml5f  F+\vS.O:@W`p|˫ ^` 9q)ifa 9?d4 S'њMxCx.uI\T.1kD [ {%Ȧ^kya 7hZ.r3%;a RHā ED @O"b@$+đx離hSo'Z$jғ&[HOguUj\Y;΀P3 !@]F`ģm1GSwcPt'x@4ԓсHO$F8d+^G2 Ak$us{ZrKԢrlAH˥KlPD5PjDsUCW $PS8CqԴg @jH` x`*(ԝC]W6J!^v?;EѿP>q_Wc4h4I\]s-CT{0BexmIC]0>H "8%|nXd*pPA?Sa|@KEAqp: j*&m 3L ) Gg^G XX `֬>k&z\G(Ckͥ+T$"zqix@,2_ᑕ+(et"v۰ƟaV\Zql@W΍Q0 F(T4ZQ0 F(T4ZQ0 F(T4ZQ0 F(T4ZQ0֣` @( @V7 F4ZQ0G(CPzI&(# ,F#e4*WF(#r8`Jk^A>J TG(wl=~4:: F(`Ph: F pF( F+Q0 :bhr`Q0 hr`Q0 hr`Q0 hr`Ȝ(`'Q@9V v'O (*r+mk`fG})|}h0 hUp'BGy -0Z \ 'O(' ᗵSȸ7`{.Hed+'F Q@O@mA?}I&ϒˑ;Dׯ]֦f -{284ax@ M%>@}J ҪLK 'O;2!>)'֬r@PH( ˰]9 3 `h P=T "pV;M`PhʹQ0 F( F+Q0  FQb`Ahr`Fы%F( F+Q0 F( F+Q0  xh Q0<@V` ۹`hr`Q0 h(s}5p7l_]- ?:? J5kh{q_1 &Lؽk7fufȐG v9`JkpH`;hn//)-V-M͛mMpVBgi(tAukp'OX0o>Ru Jj+T`8r+ȇ\q5%Λ TR0$ Opz҄ O<O. H=`]ufb$=hm!WR`*z  d#=ZY;{}\`ud]-L+֦Cn6QV4B垧ñfͅ ֭Y v^Fc`4svU'O[tm$?oމ' rU{Iii`SH&$%A.I&&$%3* liji+l f dwtCZ @q IphP]V f>P[$l ~+lKjhi@s f򻖙2E]SW A(ZXNR ͇{XNAF`qiJjaZxt"iK!u,K!Q`N0ۇC b;PSh!T`Vq9̛ !q;.\~@ fogC3T@ (H!W V&tRQz>ӟ8<<$YuAeo{1k_:maWYicc$9vwVKřv9垅яH4,U_e3-gybxz&諥{BHf aZ][1$tHۻFQX9CEaQ<7h0'-}m\b᷂G'$%]9ԡFcدzF0/]rIfZ:V5^Q7Wcdd0 d't/P/~xx'KypCVȰptD$$̱ [y (8:@1#fD *s@@ll'MHFšϛBp'L&ֵ*L7{vFv9F&̢<%,fF) wdɒ`n \&dɖs8էI&3)lZ8@vxc"43bW,=Z!H\KⁱYfGZ!"܍'|UpD'P;dM 0}ԟ`sZQsA( GAL=QCTIumt$6 9ő[NGJKg#`jhޗgA%:U(Ai"@rה#k+%F\* g* dގS> <'X=_8*"d2O&$kҗ&nS#T"es^A)A^vYfj^v 6I6( jorb2N9s㑊VlJsC0H :xiZ.8jMUH6t8q2P%\ b hF>j>>!EywQJ%y1zn\Cm;xo= q<j2U/cLѯץ9UىO0DX<~olC֠ƱCa>PYv%b[y)(x4ebL`ąJ4YtmO)ckIY*GҬVk=ݞUY.D_&=,%(^ G%)_K#LC 4M8}k<*J֤d/9sX0dWi=H'lvH˩N%܎`92ss0B7Yoh!OG1b O_??ܤBjtF ހ-!e·y 0 F{#k'+) @ *^8rIzr,6 Ⱥ$$dP><.Q'r h I"2!{R pW0ܩݽ. 9Xݼm+dLj (C y$0;)S|m򄉚N6@LKwO~@6@Mtd(80K.QgI 2 `]ؘfуt*o\RaudBR"0 AN<d`Hg@SKHh+&S| ȹ'L,+Gnhy` z1|,4U+`M͡0&WH/f'p8hV]Wkfa>#~00IjF 1wYhA҄F`̧&` :T}J'v˚Ğ<x(u֚l.@&m)^)F $z&!נ䍅k"2S^JTEIW;E~)GMԦ T@e\%50pA p9&ith]KIm176, O̼Ԥ7&Pi淇=3/a$MUGD[UoblIƢA0) |r+$G&xܠKXJD"8a6YM1#}zbEK";6yKfakkfܿϺid-)#T"vw@]-YA,LxZl]0X 2Jw8VZ[WHS Bs IEŀTTbL$򽭜gUcE}fJ>g,4˹GVnf:Nɘs;\ud-? D[6> P=Rd2VK$-1+{n!y Y* RbH`²NS`^޼plv,EwC͆S֩ZgZ:C_VCZ^wi * (?@L&X{Yo;z"{&mLT\n%.-4I9 6sD7 i/ ]w|:.(!]̴t`"&M< -5y󁂐KS3d~Z4 pt#" A&/6IcBR 4 >\חAIF9k׮m_qysI_/oiQ|?Hor?yL+i @Kijiq̓h@+qЖeb& HBے8x܌k*z"ϽdHlOUWH8cСhI[PF h49OQ ) ` mA.@k}ZMu@//؀Νh W Zi4" *zh|%`jtP%D|0|k`;Nyxv[G,`-Aٍ܋S:A,DŽY`kt&Z|K}bj^DZ92Fu716 Thx:u 'H.BN@K[ k5!HE^ o?RR‡\'$$.-v+A. Fxl G̀a (فE0c.l}XB|7|`ODkJ:~b͞YݗXo 'sW2V ,ɕĝ2d 3A(s 3HJvLA_= Pskğbǎ۽recA/ξhK@#] -;?t9ca 7fl;J}1kb(xTJb7:K9rcqVɓ)̃:0ڡ p)%щUCȗhRiϛd +$.&QށGYӿ(9ʺ'vyؖo+$Ea {&"I-C9_qkFX<oV"}dIQҨJ=g`\n Z&VamF a  v!9tZcU&!2nVfLLQH+'0B5GOjQj4--@vx_E/B8 .߾#?ߪݻF8˦,fɕB*ɺ&LɕOۭ*5982 +qz 憆!ě4a9*vvv@.> (`Φ^2܌uade׈p]@XJ}['kN% dfWOh74v5vF{:< D!PQSVV2ny/2}g>x33i3,ڽk!PrVP dТVFX`G €."*|2 w:߽tkN8 /Bj-x T4MR[6or09@ ߸v~"ad `t* >n=^-k׬ٳkd>2: @*֦f;_~]SW5 ׬*ja@-@ vH.E`IcOVsGI? ?c4de(yp4F&9Q0  \: F04BNl44 #WF0nGe`4s`{7Q0@V` l`\G(9>Q0 FP4ZQ00hu hr`` 5F( F+Q0 f`\G(ӧk\G( s`v {䛊G()׬_K[`PZ- Vx ceSkSstDh'FצA+̴tȼhJ@ N`).ELׯ]_f+03hvpA\B K`X(h&J;`tV}Q@ 0::8AbR 켎(\Gf_zt2lЬfF'\k 05r@#rD"݁3 F#3g`JQ@;@#ruustemWS'Nno45k uk䏦Q@OLAgؑΐH@d ႦI&|+~:vt65C*kV2CBOѰ44*ד'Nb+fi+v`ƃzybxpt)'Oв-Ek[R8fQ@!a y˃CBz܂|m[rtf&O0::)xWL ><̀ Q@ ah":{5+&dHYSK (y: H6춎 *bJJgcx@ír50?y$q\ܮ1 hm=p@dC^0oPHOY"%]6 (4܆)``:ǫ5z((A@nX)y铧lWPp}8+ @ށQ@#@írG2ܳk7|&P9޵;~t1(AFM` <ؼEh.h.+)q$}ukFGD>֦f` Իׯ]@/;z(-אڐ,-#37h.h6]5ցL5.^]W u܂|EM]-Z =8Fhu`̴t---^>^ --G`6w|R"a Y8i„Q@ a+`~Xbzv#hSwv[tcm-34z(O>v[G(@@(A&v[G(`@(v[!' WNۏQ0 F2uPs ѓG(p@(䃓'N@ΠQ0 @V`ZKO5GO` \G( W7:: F(@4[PQ0 ^$?~8,=c{k8PW٧@) /y (l 0+ő׼s@Iu$P jyZ H~u̝Q0 Y=\Z'Oa/҂w^ WvzvPH0`z6 `gAmT Fc2t҄ 1 8:z4VGo ChšZyj{222UCKR$/7~c(4ZB0Wwb> Ff kp4?d9`,|X]%~L";]H( F+W3KJGGFr ?FHX#OU2V*CtyZ-@FpHdg'O!\,hz 1ntdx!UXի!"1"d44-Aih'28 hh7]?oOlcF2hmj2B08d{4(FM@V8Au]O c2+dF#Nr dz/1)it?Q0 h htA>! ]8jV` YG(T4Zg̈́l_8y℃-䮛+&0 F(ʕCr3:<8 F(u~r0`H(F F+WrÇ Cbs|> F($ FW VBz>&B@fGe6{>y:)ʕu%9O<=i-M͐a|q! M@CGCT|h=;G ɓ'OEUFV@+@ڮvl@. ֩3`\TFFl@fdddjG#eQ0 F+WĤ܂N@E| F/` ʕ >;:D< y̛¢זQ0 F~@+u'2!;4>`5+dzXB΂ Q0 F\م*/)TՎtVs GQ0 ʕXXHvt-Z0ȃVII!3 F(T F+WTBBR(1IvUmH 魺]F(hJ+|<%*` ~@+m %]Յk'yԄљQ0 F4ZMV "Yf-j?>>>`p'%n` @UA! SO8gn]U7ц(`\[p|P'ֲ#v==qr? &myQ0 (u`dy6BF>- `ԉ@?ARatwQ0@VoV2V `\\0;CX= PTN*lwSG(h:('e5 :Cqt\V'AUu ew? F(~ F+U!=v$x_^Y{} ZtH>Xjii}1D `Q@<uYAT`b-̥ed [:; RB:OA'XRH4@huQ0@VC; \vS* /o 2ܮ׮C`M/ `hrbX]uA#8Q^>^{*`d@٧Y`'Jt=Qi O ,钎(`rqIENDB`PK?v'1OEBPS/httpatomoreillycomsourcemspimages470279.pngPNG  IHDR_a5 pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV9Fp4` FKQ0 Fv@(;aQh0 F(ht``4Z:Q0 Bׯ]">}t \R@]OP8(/)ú&BsPd҄ Mw5\1dAdX'/\bH]{׮Hlmj fM (#_UjijvEh !Tcd5kƠwGet\I<%9)&cj8R -0dX)^5W {bx mG,PWKc8@PW@#΅8rΝ@.8 A8@ Tq>zg{s8 '˸" eD $ȥi|R"-##/rVu]-f)V&&%nn{IyBs53 !L I-s0+ fX\)O^ hPdCz&,gn5"dqHF!`,gy[LEklQLǴ(1H22M-M Oşe\ fp DыW(@(@i -@ wwi |7+Dg$t.{d!yR#XA|+Xv~߬ȭ?7sk^-cgqySd9a7qHr ,L@6i_tfEaqd2JvɯNE5  %z7`]1HˀVuֽ?6E_ .VKAsѝ :T.|ZF=dpQI¹Xmd~b%AN$l$}qn Q@;HP q@AH#4 yGZ!{1((>Xޝ?3/ Iӟ7yuߊ+i ,VVnlכ &CeE:+Hlp}D_ΗX*Q] 6˺soi* y@@_Ei?+lidy,Ң$!#I" F0&Q$e3^wb!I $qΜVO_x3AWiJӓW[ws)܁ 0P'p ȧGHE,\~_Z1P`$aW|$9^N r߷hIZqlGSG =.~-';' 輠CDc3"tsRߠYj .=1,pTVv3ҹj<%_ t3g\ Ɍ@6 ' 2i«t,&P#2P]P#Ոi/VY ! lE oZL"$]"/F lB˻INH'UT +`,A2FwN;< '#/g/KhaS #ĤB`_6S:P>*pxw ҊDx5kT+/| stiwy@='H2_0 Cn,@!}rHϼ Z9@c-j)#Tx,C&> CqTy<.?V8ȓHOBF g V'fgX<) Pi0/tAi JE.@4(@N\Q%q6U*•]iFZYIl"fg vחy*eǡK&yFmS#ExRYvd6Q8\[?H&{W z96 Ve V Y?"o0˙0O[wl9phA@Z䋲,n[kÂ׿Sߧ|L'p4F eHWE@QUVKs~b1u M+,pF>Z3Q~NN.>U;0]ql؛ͭQTu/\["6|&"!mQpxʡ 4v]|!'@;t5S4Z_Ѽ9+$5 KJDSghB1o[:lSeBI?8TNL Sg񸊤I⻲@{)@;i-RH-Y1 `(b Z`ٓR2%ֵ` ~@Mm[!?TYW"q FKZa (;aQh0 F(ht``4F%O88\5:F8 +T:@TNB^? F04JisZ9sr4 htaQh0 F(ht``4Z:Q0 -F(@` FK( x(# ,Rȕ@)Cw`c;T@|mg~^ޝ=O F4J`Áp---`rAa5Q0 pnkא[ W90;g].22F(V:F4Js k W-3A~Q0 1V:s;h%NP> dK MWlQ0@ qΞR`!څC׭Y[^4)'OGw^ h6-ukHL5YJFFfӶk׬vA"f4qhxޣ)|Z`y)6ZbQ0 FwpQ0 -F(@` FKQ0 Fv@(;aQh0 F(h(wxɤ  `JP0Ά-Fp4Js +*'EGDQ0\@;Q0 -F(@` FKQ0 Fv@(;aQh0 F(hؖs%JACrfyIhhx&LXf F;9v]M 3-#f? F(ax$0?}~llKS3|%0G3ϒvusW7ד'N&Q0 aa;,CBx(eQ p+|4|ÍgD0 FV@ítDk~:[v.//ڨPy#"VQ0 hO<R(@DEX0oana>ibp@,AʀܑAQ0@ 嗐1-hnٕM`n @\v(44,5z(8@ I H$ȓ'O M``4 ;'%[^fMBR"m Xp@A49z(@ QĤF4Eu]-P ء>k&e0`]2M%`dbp(|y`s(T4{Qh0 F(ht``4Z:Q0 -F(@` FKQ0 Fv@(;V* UkGp4dJ`s A0Q0 0*C\FIENDB`PK?pn[0[01OEBPS/httpatomoreillycomsourcemspimages470281.pngPNG  IHDRk pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV]vO>>`, 5p)v@@22222@Znn@6\MtD$\b9y6&r +(/kFRx 4 Aڶ,Z2FfW`4QQ0B@ Xh[Xx'`{.`Q SA M"'@t2@'O2]h6|y4͍Q0 3Q oExZ,mw[ĘFs^YiE)oQ@-k׮Add m I`Eמ]54! R6: B6 ^@V\fɣ`H@̞'Ou|}d|'fNg/Pͺ5k% ˲E:{}|} >iҞ:qO<~:P2Xego?O޵HE(lټee@KXp{ s|r8nD`f,/0tFn?. r\&I& T1 F04Q0xh; F@; F(h`4ZQ0 Hk׬X!C/JHwȅ( Q4:6 F(4 1Mh; F( jj?}T^R,xڵϨh`ko޶p x'O֭Y  GSht(fggؠl@q{ h`FgthtaQ0 hw޵ktHSKo6 wУߺgt X[XXY( FQ@slBffEppHfi>}le?}ڵ'O?oOq mAht"FG`1HFF& ?xPQ0@οZM-f:li|K!h:خķPQPѳFebWO70 II7)6:">`Dr ,|3\Hn4G+utO6A!!R8ryFc , ɓ'4)'A`1"U/ٖBR^6jrf~$A t4G%#-JAP3;t р &2 Q0 (: XO,7@lVmMHJڽkX(@@ I?6SW# ի$DI'$K@tb?zɳt@B;`aaIt р ڿn8@= tW?M`0pV(@$ϿK[x;ZJ g@OB3~2z(/ &,if>yr|Ghr !)&H Li飋)G=@u0qCZ@yllGj͍rn]=fA9&Q@ )|FH{z5Niא]?} @]d[J) )_g|XPHȵkOHLJ-F@&M0i;[wQmϠq2'O6mJƥ#0`~_ |'\Wj>.!!!A!j׮YC^ē`JBi@@fZ]I EpyIh98 ~/;u$fe`WP@9Z;+>PZF ,ҀW7s9x{t{t : Y2(|Gf搳"{eddFF@I`.j{֐jF/i5y`Ȣuk,MU_x-M`8nːȜ M`[⌒:zTB/ڽkW'Ch11 hh:OFFf$>AlEʑKr q5  ͮnwt!(1 ,m90ٴmk f/2pŒQ0@ r0^Dy$:"v4G B ##3œcF(em0^0o~g2҃s4k[Vc !6ȯ& 13Tg׮'OjjiC.hXKdRgM0`* dl y֦f` @6zZL||3ϛ,$v5}aA}]VR斐VBdpHp̺5kjb/&xA `4ք9 L=iCRdz2|) (PLAjpmydcLQހM:.HRC (H X @Nf{y[?8wjYHԽ䩅|$!~'i dʔB]vuȖt`Myi@,  Y>?k9<ڂQ)(A!d@kLWH vusVW#6z(JIZ`b&?/o` -  `uO3 ʃ s;06 HȪ/`/i`* XEyy:X}T(=\f&Z^p8; 5({5`jƬt `L@/No@z ^/]>1d^sxX2@r@jLHJZ0o].i4C/! Y '.~6^a^J6=;P'?@)9 F_ f &#BFjMR04d>g4vF@%73-2> J~hw hKy]74$ huOŤ`P - rII 2GƦIht!4d\޵*G(hK';p7 ./dC;fhm|C/I=5 @<޼A䞿< F FۿkC/ k׮ O>-+FM@*7o 齎ĴUw"KF( hKC9T^;N@Vq3o FA gEC@E)SM0q; htmp'O _~אfw\s#]F F.9GXT 5mkNa8 F@ ]0t pHl]0oAncQ@6wЕ~ 2wH!g!t{( FA AXjjiUQ0B@E0,"2buks/6׮A ѕڣ Fa!MK`AN8D TBotD$}֚ȗ XG&wXuK !W'$%~>}֚{ tzyF-_̵kd`Og`WP0MNƖA5Y 2`Z3ϛ|$#'O+ Ը@nnh>박k !!ugj'8bʁ/PvӶnnR˽Gh;|ńwnt1Bf >Z ,yz+d-3}":Xb d>+=h _`X[X؄/]yV` \`A SO8R< >y Fۿí}AXB i)6{ЄH&&4Z`STZF'C@ta>y/ϸd@ZZAw9>@(9ˇ mN! B@6SbR'Ov gs Xk׬} h; F  ~q ЈvVuA`@`uQ@u@(` Q0 F( C(`_v rǣ`Q@&@㿣`Q00 Fۿ` p|h8P=T)ih; FZC6lhtmQ0 (` Q0 F(k]8OkhtaQ0 @7 9غIHI-7(WWP@]Kh; F(eu̟7XPRmQ0 FmB˛䝰h; F(Xɓ+S}htaQ0 ̴t`[]WYΛaÛF4%$%M0"Qg)iyQ0 F*߯,)uUOǏ5#fj.{k ȅȅhwQ0 Pǁ'hX]dp.P ^C \ (؄lPQ0 F(@[LK2Ϛ9ӧ'NL0"WYSK rP1P+!nnk׬Z@(` KΞn\v|=3rh'4xQ0 Xb`O^Dȋ{՚ @`Qk׬?o[]W){ĉk׮|||֬EeDSu92224ZQ0 Fm l.آ1d{׮̴tHa,KJ.P'\ Ξnvxj4bQ0 @#װբ  BK伂|`X[䉓 cz̥edG0/ 9 XCh`4:0 F(h`4ZQ0 F-G('xIyI)dkިh`XN0m5^ސ4xQ0 +ù `gNR hwQ0 `MW`h; F(X)5`4ZQ0 F@!;d`tvȉ @q'OX0o]dddj!D@֦fM-ϟ>_v (+-#)h`t.1A53ϊT,ayxϚ ,mc""3<rWR`鬅Q(`9@d@h c`n 렐`F1D6O0[4`0=w"g8X|N @(` NByp^Ayb`ԌB -G(P^R $j&Mp TPHkOEb-G(d0޼k'Ѐ- -G( ڴ'{ Rf{n=222.-7--DQ`bQ0 PdT΅,@> ޳k7H-%Z׮45\^>^Њ'OʛmE FQ0 F(&e%KW,Gn>Kg`|ad4wQ0 ֭Y Y;,"-G(E^1޼O>A&@?Q0 Fݳk'O n/%hm,5IENDB`PK?)zaza1OEBPS/httpatomoreillycomsourcemspimages470283.pngPNG  IHDR=eA pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV|%=I^ğ. 9;4* N5^ۑ/`+GPL*T,ˀ o[A^Nuk[O2k<S@e@Bp3x3 5m`yj -M$)a!YRucyt.@L~4r ׮{R%' >;H]uFNc.' ZA7xu"h"h-lǓ S~;1fR  SA1P $dYpIMĸWa2~1OUVAc^om aތ]>g}Iu} 0_i`qX %b:R lgYg&y4žYEBMWGj]^ rpߥH0~ژj$&w_\1[Chސ[~|u`=t1SXt @@;Pc+/D0LCt B̂'ż[D"IOZGCyAU! XXX{bO=\ p.0'K4e>[LNھfwp-r9Ertvd4vRnqmxq{.|n CϗC;®^-lQe\𙫨\FlF~/Z띎Gߗc'c"=#AԂ8|) ^XFn?*Ȓ}ϕrk|yh=\gB|ZCVe'"jsښ=H3=Q=r),I㩐f[줛[X|YQ]Wg*wlȠL87@46+1ZQ Pm+( S[f-yX'O! z( 5u0J@7@Ƶ:7xYhh^z`u?Ph T(_H֢< v`8r?I$H`&xtO7#G$  ;wNO#d:b$'H!擑p@KTt pĭ͂QH\ &އ@%l ޡzO-@"rl}l𜜐;Iv :w4JDXuIx彆Ph8 UQqKa؂NgN5W[܉9y4fٕz1nEK`pX_΂X=P-hQ(ǽ2x6vZ~z8}nUFȥ, ɲ6+eHm.Go+C`v wJUd}paR  ̝"0pdM^֞c'Iȏ&"E U_H1ɒ1z@i}z}78z=J0)Q^~/xĥĄ -OiO0"dM z^.O-yA*8٩*Ĥ# 5ԌB 3y*xǬtK4 e.k.0CWbZ+j7خ`0b  Ӆ=}9 F4z<G`m]8wpT@Q0 F( hq9 F(D-.G((@(`hM0IJQ0 4!W\NQ0 Fb3F( F.G((@(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( p..q]i ;5 % bQ а-.w`cUX>fïdvD(G(0<X-7}IR !1ov> F(h.Zs sL&/\ `< aq$EV޳kh"`h͌{hs^>^+с ϛ9N` 8T\BnX_/ _n>isQ h&H+(2\ܞ>y::3 F(@4ZkzߚHCG(*.l` lBj(.G(  e#O}m؝~:P.Q0 F03.##iV`xڵΞn<P f" "87!)q4qQ0 @ #6EdbRVqo0sG[Q0 0@6 F(D-.G((@(`h`@`Q@rQ0 4Z\Q0 FQ غKw8yh`r`4Ċ;h > F4:v9 F(D-.G((@(`h`@`Q@rQ0 4Z\Q0 FQ M5rk {hˤ ϛGk۹Fwk֔=B:8>GvIg'An|"5#)zp@[֬F7Z"&֦f72!y(GL&qӂyiz7@Z~";@WT>y+p> ixe\Jٵ7S0 Bs Pڵkd;آT0h KL15kmb Ю`6~igO7D|E"G3ovus_xu`Ěį_nna[X@ M8T niRHu07_L ##˅v<~?oےNr}.n $dfa X y^8o>$E+CzX>\qBR"&gZg! AԺvǞl9_Z.DzMFv#$Sf\ bLWJ*#RrT`QnA=WpwulqBSE2wC| ʽ$DQ5nÍ01@\00ه'uJh~!}gA1fw75V婊3`ݯn2 ZOnM 0ї,OQ ?֣,KYNgq(钹|ZCh`a[w/54Nrx9#5yS9Hvܤu՚5ozkKc|Q*#6sAu5 RVk1,>%WF;N̕5 y1ZөX!Jȥ^)+Q讷6Lg(uDݮS|P LuV q%*ֈ%+_v[}c5K@yU7eҽ?¡-_oHA(u Q U ):pY<6> K+ >WPf?)PVۻCeX֔*ͱ Â,`®0UR/_S ABL"x_hTG1jw)DaA8Rz^ E#dU/9;֡OShj]8x nKCRAzENмCa``k2wH~!!LJ|L0aMV:wБKaƒ0,9`t.SH@ B4r{_ DԤ* !1 e.gl!}ՙ$c͈ y>+}vIDCodžD͡nnPf|7Ri9 ͥfL|[cs =廖m.%F$TL- AC`x KP(8+R-yK5,)'7>*G KRp Z.4::J~_ߡ?5s3FJ°6"Fs9) -hګcx`#6`#\ T~?f2(a6o{?/jǙN&v-j˲z`Cb$tbVW@Uш|EQau\mrHc7C9GE?uD-Ut*;fs-GƐo ĶmVt{ZB"2z&)W*R \FK X5 I+$l u Z?t]Pf/`Tؤ TPQ8V$R8z4K0 aFW rh4!XTں5T7KuhRoq TTlrN2lX+~Ϡo=ZىAP&0!(hS'b{ͅ j DHQ3_Z'a@A]KD`9jSAUi$uya')X4TC*[@g rl k٭5n@6"-+G(hq9yll`e47CQ}{h`pQ0 h3> F(D-.G((@(`h],4Q0 Fp4ĊK8 F(@Czuk֎0 F4ĊK1 F(4:3 F(D-.G((@(`h`@`Q@rQ0 4Z\"誠Q0 F@7| IIhs޵ rHnA>RH`q9` ٺvusLKGjmj~ P*!)~;F(x@ ĤH% J`rP8-ϔ7 F( aq`|؁""H&;G(0,._TҼKAn6GnP|4qQ0 @ M?,,`c;z((`Ks[G(hxhk9fY~@\BR"Q0 FH4܊KHyܿfeѤeG(aغO'OOkii!߮s Q0 F(hA!{vw]*w=:}Q@$aX\&&%['LN(T`aaF~[$GG0G(@sm[׮Y`޼Dp` ,ROG7 (th`@ #6pL`kT,_o4 F( Fp`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@CletDrSG(1 F[`Q@!ֺDާ8 &M8F( F[`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@(`eӧOwO;;?>F(p@,#-M͐%>k&k׭Y ,43җXv#(`eM]-f^AT`c l~` yy:F(! Xq9g`4Ċ˥+*[v5hh,680 F(ѩQ0 F( hq9 F(D-.G((@(`h`@`Q@(.?}tڵAlU0M5(dCy Dq9i„֦f ޵ (U^R5ϛ)Ld& 4Ɩ>7/mЁhnŖ!` z,a tI@ ׵([r['nɆ`vq.<P}fZ:P#rJ hqV]W -$P*!)qoϮݘuTYIiBRR^A@[i7Б@3(! /ZI -I&C/($%0f4߰,.-,e“ԁiSK7{:{OyQ nRT)4Ĥ$`ؐ;yz(,Iш&O E@@-SZg-`Mx v#-\,+1r/0a %XX\0o>郿6CBhO5@ c֬Λ44R222@oڕt(i=t `V뀮Y^,rHqmdwh39l"O L`/ S^A.Iv0cF70M=p_B |E"E@UK|O؅ D* m7t5ݕ"0JCV$SAtMoH&uB RO*P52C]_Z;v^g)܇[IӴvd@؃TBX, ]JAR ɉRJί>{~cq<軮E@8 zO"/gw w\P 28ag>賉"\8~j5Ɔoà@m' )p: YS5*i&eL=#>wc-녠(i۬ S8S a[A.R5?Oh΢eyνJgp_zݕR&?(FUHc#d ZÏB9"dQ.#_|q4#x7v~m$R5U-xݢp`"ƞڲgw=z18kHF=L??V;}%2aRJ{3 ,]3z)0'%c*H MDW<cw u,Ip ` L'!l`\cnfaghl3r슶1|:qXxTB*r3DAR>fVSg `/e)0ndAĕt I fB?$ͯCs WhRS12B` X9#OpS KFqxp:v͉Abk SWdBM-Hcx",ǫ~u[ڇ t=VHAxzW#|ݼxw"_Ft@3כaRuY!e3 "H`\L:S0JָFdKX ++6ٶWMNvNP%&v,vscsL¤a:@U|puE(/P&IB5Bno=;9ۛh4t]k}rlAC4mM^z}v;ݩTryHAgZ*tf^ֆ!^O@90\Upͥ,M,,#yŢmY"/{N~0F`EQbƫa 3zx^@J} {+AɄr!f˪z}yQ,bBV ] LD/-_4z{K2EfTk z$G͇!7hqL m˦A>,#f ̊arl)j[(IG4IZLH@卖I+6EDE!F10ҖрڵDP zy{#,62G=RFқBđ HJ0$|`DK8QKI5LC|HڠpfW@vQI}}z~&sOJb=r\ƒ{RdO|na Z`؊ ~e;Qg$ٵ˾vJdU5:i(UcmoB5'VŊByq)EV.ŦxaYHEy27/F.QiD8kl[&Gj'`g%3kZ 7QQF(nqhDiK8*;x_)iIq6G7ƟZqζ\Eoj5leQPy۫+myf<̭U$B_\a8"GHF(@]8Ѳr@#\o58 F(e4F6*(hu9 F(D-.G((@(`h`@ Z>F x:z(#hrQ0 4ZKW,TMF`@Q0 F( hq9 F(D-.G((@(`h`@`Q@rQ0 4̋K\W5AGٽk`24 F(T mqy5_/o+ ֦f ٵvĎQ0 ax<0rS'Nb33-}Ɋˡll]\!w0ݺ9 F( ar?ׂo_,"̛?F(%d!=nM-M8Xt¯~` F8ZR [;d|s4}Q0 FVqbI7W`XhQ0 FM( 1) 60GdQ4Z22205M`d@#9X5/4 F( FVq  :q2($x4Q0 4KW77`2ӧ'N$ VQ0 F@p^f'O-,֭Y , R~Y3'M%+Cz@-{vomjOJ| 2a-;i„qQ0 FC!ypU`4z(`h`@`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(Dbu:O<MC`@CqQ0P XqtAuk֎^6 F4ĊK̳GF(4:3 F(D-.G((@(`h`@`Q@rQ0 4Z\"誠Q0 F@,c&L3/oBRոk׬ٳk7P0!)~xtD$FbQ l]zyUe t#M `< aq l}?oލk׫j1 ̴tѣF( T .y=y , 1Kҥ+8rͭy4}Q0 gq ,h8yv%LdMODf(`n%Ck3W@ţe(H@ðu ,'jN8}!g]m`@'85"&L?o1N*Fs LQ* lڣ>0d>ِbk׮A[f 0zyc1PMvllz̴t`'4;@&5 :6]W 98hP :MpBs?0i(T%ϟ>Sg 1QP]WyV#:=ꖕnnm  9u$'0j?H )7q:$b _V\f`dO@q㼹s3RӔN?U5<~l h1*BE6p)>milBvP *30dAd. Ap;HvIh ;~z gD @1+[`U,($X S`5X[] JlW{ [222p# # [E.0܀ 7xr᷿! \`kxt0:hj>}.A`6:0q#walp|M޷&wT@ q]  %@)_Bz {Ϯ M-MDv&jn-ҧNAPw>9 Q߸P\ CJ`dA\W^@\/N!1 MΛy7Y}mnAy DZ׿r/c3m;o4 }8fzE6ʖOϋha=(2j@j,NgAR4-su:I7 IwQj[UYﰛ?|/`~ӥz x%BZC~hwм{ez%CCmy6ZI[b*KbqE~(u!΁ zp|R$Z W3_0&5 |Ï&mu[փ/KEp_9ڛӛ_#ft EPM0LR!RdCPlhDly4k?O9a N*BB+!JN\PC<(cqAX0l7-ƮYۚ,E8{b–1=Lc O_~5od)vCU%۷x$7F#t5HJcXO\kad/`lU""yWE\&(7wDЁᚑ[1ia0-rHsѵ3bO׆f\@\j1dr?7.y%k$;ؕ5biժ\ofR`IIi^ɀMP bm bkwx<xYBxTCC]\c!h" Mf3 O{v(qT, a,5ى ^(B-]%f'C7IΆ[ G 41P :-;:HLiXG3: & -Mf?$@[ iC=xg4Qd'9Q@F@<\gm!{t l@zZ DY@r硹 @4qq]A|rISE#bRJ+pH!%,;/29Af " "/7mi|pRnettM+k'>Hd,rJ`v@ \B ғn BCV)%獊Ŵ(˴lA0tWDzO'*Ԩۉ8n*g{?w"NIFmfVˡ&5ZT!"PRo|eQDj꒴\4$2sv~֑I:۩F ůŒR1/8{=]O2 /o4kenb{xZf<y|D q P(֐5l{Mæ` 0-0:TWҴtIP$}_3{33yJsyJXö$q0Z᰼RDx~(7W`CńOi&\d9uq뵱eYY4GI_FaDZ4 m0U+[ifSN4GQ@aMK˶ GT'\i0: Ry.14(@MAڀwrt*0F(0(/)/Ʉ {ib0C!7z÷m ~WAZ/G𝔐X<3<`YR<9.3tN F[T/(ݫ(EcZpQ0 F(hׯ]Cn*jji^] d¥P`{G6 Q0 F(n%-zuXq Ƹ . aGGDf;؎54 F(@4}sP ꆜݻv -C`AhxXVf]Yk̀ .gnuf`Q0lf_ X.Y\FF(`c '($``d@ðu9yxbXbA ȅ_[,"̛?F(%'6ǭ @ţ`Q@ V\{h;|ׯ] -P`29>F(p@í@v8hRȲ@0< lu 1 F(b dg2 F(nKi4ZZ6)##s U YF(hbSd$CԏQ0 FA@pf > a%RNKQ0 F~@ðLHJܽk ,+s$.!]u.Q0 F(hN{ui>8/Y3R~7;iD`X\.Yʁ R`ɓuk&L `@1H8r؝G]5 F(@Q0 FQ FQ0 F( hq9 F(D-.G((@(`h`@`Q@!L}]44 F4ĊG(hKW,TYfh`@C< }tp`Q@@S=`Q@rQ0 4Z\Q0 FQ FQ0 F( hq9 F(D-.G((@S\7`]wyڵuk~)($mm#Pp@<8$ӈݻvo~miH`@ ?}|||1.g_t<]vK~ wewrQ0  ڹ3#5 񣽵͉Ǐ}<@6PH(TW@7'*<js'M R@pm7w.0dU@{@M>@ X</~hV`@1z||"}'^$dpe%0A>.I`0!y!HHh7]'o 8Њ'؆ 1X*2LKG(trI̩`6*LLkDn2 dٵ˖jhiۭz铧pہvi"c)(XC z`8q\zye#@.7l3Q0@fƥeqIK㞴%>Jϟ>c" l165C `qlBF)NjagtH]̛X[Kpn޶UEAl4 F)PDya9#~X+'M& IP`ضF2n;|LIausm9y9HkSmk@F(@ \`&G%hdXC<-&^U$I @ SzL̸` @Ln`/؁d`xTYJʗY]\y(`bS ;@Yxq̎5k */)?oވ`f41FF(hzgOwYI)dnH& MT.7",Cl eȜ &MR2@YL1P R{51F@!]v[#; b;WfT@Y = .H @z] T  h !DhP :@1uhpfwo9',i}7>ԩ%£EPȽbY/zzŒ0YVåU(Vܚ}=,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>zuqqptt<11@$ݕ(evvZbhii)[[[gggccc&'';;;F)qssdd&moll:xVaR RJssOq*J(D闗D"!!P(z}}1)r9)CCCZx~~FĨdo0Urӣ"oei#^)d[s`&).!qO 䉈&KAdt`j5|>ϴK:XGfàڅ`,٪q{{[+c6fbF:E0১'SSSѰw~~PJ#I9RL"J0錤6Y HӔ( -"Z:ʵ9%n͒?HSіZ$>IAZ)T;f4d( [fDP4,g4aVrYDu/QpudXz?<<#h3#')Up0&(nᷣ88J/%!b˃{qRZ+.MΙRJ:4dG;g'15A>a+v:jF&3"\LA0;: fd +z-7M܅\r7Mq" $`|#)@Q`ER``1l˝ &Sl9f' fII#$d)lG(Zh}% أH0^m70LY,;4jd̐`ŴBp3H#EXqjܙ Eq+I)sWc,F忿od{R;LI }(ztB_F7v΁E:T4.o[+^x_B}S0Bnc˻K<90c `{ %> a.n``@@ H@A)H@pK^2i.ǥi^74%3#/ڶv}}pJ7q` "hyi eG k*Pf(DASLTn6H!sXEJ `dD,|HbpP3d"gU+ ML!$^)iUЯT*~͒\U-y3-~@̫ ,A`dUj5!yɡw뺺d)÷ &[liFyR >ѠTC(9Iٱ*GHjJu۶(dfH nQkhqWk޸Uٓe8fGCLԾS^H@o1Ѫ>"醙1Oq7+nv?D`{E{|Z98} ̋gDn9v$췎k"%i*60ćE5MwE&"qRn8Gp!d-'$_ITЪvU˶f\.aLYׇ2J.rvnRt_ڇ2bGdNp /S.teճ)4n;NJyQz߉D`]2xw 9S? Q=l]* <ħ M0QFZj>ZIAqqt -DyZr:|^S &9|> !-Gg.bSU C1zTb2Ódͣ*&1s"FsՂaq1gBCy9g4O$(bP~hQ  4yWAkf],I5zqcC85LΏ R aInbaKRڍbKrNa/g,{҉J3K?X c`^B'CH`, `>m i HMP3ah2Fyz#"`3'$j~֑,r 〳DNr9ԄFD4q~wp[su.(,7eEPnT-ŶvpjbED Au^ZʸcmL:lWڛ㑳@e8푏í\K*:kF\8{# `IB.8u ٦J@ջB %(1!DbR1ēU$Yɪ)g*G>׹u>tz(GDq&I 0&08 0+˩T+~rb1BG9( &ACNgR-  Ng4DP(h(ۯT*aP*N'0lQRa. pjo\ ϋ8eTߗoUnT*JL&V+Bh gu+kE)X,KmBTj3l5샅pq]HVX,&DNB\Tt3hFQd =$-bO[5I\a.+EAj#-Yja-_%(f K|>`4 \\ĺ +,"~i@Wlaɶf@L7JbvE@2DZC׷~4MXs0N'~#Q5!4ɑԙye\8ǣj%W&3m9sJflE Bz GjS U\k1Op<'e$u]<PEH<Isb8>YjMӼ:<(5+z0 \+/#/PS7"?]%nRxj }SeYxf,"ȃtjk!z `л5۶ D$=}pj7 030r|7ptw:{) &ҙ4uN cY:c0}eY.:[D.^mۖ#ilG~H1!9$p]ZQEbMoQ,[c_By>N㘳ʥ:#Pn' pQ;aWi8}J$:{kYQ9n𕈀f8}ivpJ@F,]jyg& [kG #::,AIH>/K{/ΞM5.j(u]#c#9ܰ)̜;A:] 0 D":Z84dV8&3u<4) ˎ?Wz<ZڜoZk|l0s1!,X9Bb.CieG]O4:yqg:5jyfk`۶M .&qj!oh@?{yX@gH9jdRr"\Z# d wYa(6 97+c(9L$S)==RJm닂N9a ÜEt(+xpc̃£g\t4I_3K>m:N|&pC(PE͢yK= _Yu])<:V!p~0MA拢ޟDhڿ%ghQ.S, !8StlSw@u }c闅` u]UUoǃ^-Mõ۶eIwg lԪ@9n c%Z=GRp,yO QaG^sѼxs83u]yY>`7bDOLl\A P$Nr*0~UpA7_[Aw\]?>!8iK6mZ$5_-d AAx_uI4M-rg )Ÿ]%@8Y^TBMD2lͪ|eQV_6 5Dy"kjsEn;g&AY^Y|A3!P}¼ʟ p]<8Zl"bYvM) u]1M{oS<  >u]M#"w:2`۶9^dsBdHK*Y1B00p\pHGFh/Nw|q(0^5\JE'QNP$ZP(t2ɋxLQlv׷wηGsAyN>jwm[%M=(tuU0 F-{'=<}Oӄ3L0 P_bxa8i|;uZF}oF%5 fpj*2@{EQ, 4UI(d[Rq+ ۶!qG'U]8o"ʲMơ*0}zue^ j2t?IGS>h7$|| 0E`JV`j`؃+R ` I'+SDܝ织8)/9D@{ܡ tA[w$ X^^q2K19p3⍺_A:&ǭVZ<6!{b^#+*AAѠi" RXKƢ(jVBc4&rMT7} ò,AS?\hE!BFMͿ]JT2SQ5n?%umq]0 ѺŒE%2y4We6QiPR0h]OL1E y#b2C7:6htgO$4Ĩf ga横pRk.˲m|` uĔ0DsJ  P?r @*H#NS@2zY"SN#o]ȚMe&VMʆVv]](eYFkk/Xp"..pYДZme2"])4M) 0 ɞCup03^RN)V5ǿb h qG4sa(WȊJ]86}HHՆU|LJG7MNT%|b/$?C_JM7TA7TĮ&YZ 8mk͙. 56odJV)Mfs6)ZD~ jL?sPΔYsY0Ŕ]"CbaDpw ,]|R1j.fxwsh4FK\J289\AE`<gCZzܵȲ?.#&K)|k_ 2EFRIK`=+888[/+ G%&$=ho9RRV"[1_kuέz,lsέ5Qk~Q1F7g h"qP"YΞqI.1@jbv B Mp{ !LJmv= na C0;0'N)mOƜiڎ!xyS2go@;H}J !N_ve| j\-ZW\d&w3iא5WVV6޲exvr1NghXmGӏZ/ {{`dkx)g6E>ۦ0lEde dyEKO\e 5,q)/^-&3rXek $:[gJ`CBGS.O0&XB bᓵ5Ț.vQG`l Ψ' ̀x,JY !/ª1F=?| &v>K{֕פ'#\UcDE3J (:RED#?DCf>,^)/"r<ÒCo * Ѥ}شT-"F(L. Ϥ&G^{w޺<)'"'Thc{[,$f rozR,r0;6'aD38h>޼9Pn+# 5Us:8ɢ])\q=w\JIn+D";ER\TwP&N؎9řZi]bgZ,#:P Re}D ޣ/} 'ާֺ9^[aC&o&_&G=|0g'vj=YI9CM}?𰙙e"nrRҼ2Zm{)g:pVȃlN+9#ȦbX,QZk0kߝ.RDM*mI_.ѽ<(c !v #ϱ, Q>&VQ,> Iq@% b>imYTiW(ԝ] [Y*Za: zvz "!ԑ.ɝ'3g$k-c \q&8`"'+(nSr${S6#9,TsQdKcJKJXքg,]Ltag HH3'猝&llə= ;s-\qO gZ,c<\X2fnsR/ӖKDZNr ][kMC|=~cdn)-MAMgPMqx< \)%vVAZu|Q[k؇!vP Z} d5l=k\"Crt%nJEu=ZFo 3ma8> +=ld3dי=wX;!eOӡ%ۍ%fgF]@@(PR+!R AC${I6{VrŝJ!3vvvWmy}ɏl @p MCGNfZe+mm$>ǜI4 ӈ!k+P7su|s#vQUUYQ%f3{!@E㘪ϲ,Bi;HmﺮnF*q4 q(u] s ԯ*0|%!v}7MPU.$B g*.m80ČԔl&À/|>dOAt n2dE?#/RT9<k$R8ϾQ$Rh@sw1[h<yd* ~$Q0 a@C 3 @1Z@|~hdQ0 փ #6 r; X899!Ds5%`t֗2!@L)ȀtjщQ0 F `r:dFL )b2Na@:ŋQ0 F|ti.r(ŋ-?{!C6B H@,C 9`t5(̙3[l/o`ׯׯ_g[QoLLL@9ڵkYYYś5}t`1yS t@.*-z.PybWQ0t?&LPSSq!W߼yr 伡,,,C9sٳ_߸q#99 퀜m = :oժU1SHA t?3fz!RFbt4n*$$V ޴ӧ+ {5 @BI7-BAC1Q0B09K{Tߍ,@60ɷo>z>>rɓ! #d38drdTڴin_s; cG1WC1Q0B7o._ 9YǼ\`O`ƻw}ĉ`[%}L]!{y/^XGgRmj !lc2 Foi8::BͧOҭyjt!m6X Wkn߾-sbSNA+ob5oЮdE^TG1ڀȪHR5hzKhbBkp!.SFڍ% Ր+! m4RlH2 CH[+8P1d!@ܑ7B.HM1``S|GD.5׏B.&:Á>F<̹h^z)c;L,qࣿ@P 2BEI7S` E ,,lll|IV}.bI10߿X8;;+))Έ,C; @:8r 遧w!h7O ϐ cQ0B }9LS sw0p9C@N_8ZzyӦMx,";::=$%u @gG|^]Q0!][ʑ3au9Vp!M{77ӧ-O:qƋ/eX#~4 +!.fsQQv33395`q5|DDa j H"JRm :b*KQ;y'FF&3םsf̏{4I}  "gFIA^ũ8a֓%D{!yy78/f3}ߛA+-KIz$Al`00İ* 9EQо˲ 3f[z2%9am2 F( +萋`ֹ0 0{J<ڃP9ddn9|]%KC_x%nX⬎C.q0,:ټFnH/JnҶ9AZƎb2;I;&Ev4iN M߽$pAaܴ77JFoz]}6HIR9EM uuj P+(w%Jx (#@Bؐ2 Wn!  @ BAH@adotOzYĎ|u}ǥ\b(檓F#nlrswEy` O{67i^m HBPTaU;g.Kb3 $LLt>Zա̈Y2xFeYZ, sRifVkfẮm%Zᦟp"P5)"z0d0<28%Ɂ:w YpAhbj,kOlYd# ytA Q8wiYɢ-vTxvPBz46tRYmm?7Q9P1~Z 륌rY]cɨzѐإj,njr5/IwTw,\,`.^-w/:Xf+-Q5/>esݜߩCHqM]:B}'xIyǎ,%(mGBQCzGf/{C5T1yG3E].#8xoPpந`/࠼? }&%UcBDQd~u]$y[O̹RtZוo@XԌp~]qЌ!(yAFyjeY6c֍8yg`9DF8PQ.a8Mu۶UUYeY8Ƭi^d l!*dDDh<n۶,K8= b ۰!^<%X݈UلX~, DwWQ8?_NYjrKwIGUΎ;@v%dwgd}X;0]uxHe! $r h{/Cιyl"V;jۄL5D-3^W1Fq~ikޫ/Zk)%(-^/ d" \2<r! #TF2FO___kk+,& ;q)#oyP6TN:`w3pYkKKKLLLĉe,2|] @A h e| L&Vף`(Iɓv "03C*c`?##>n6R`G2==k!cغAH! v W3K!"9 .YRGQQ㞤Q02*#Ô)SN 4 8W^٧OyÆ y*|7Y%95l`e׮]ׯyG ȉ(r6` @,h,d> ,阍Q0<uU~gO`Z {wܡϑGeccCv6r;O``~zl`G[DŽ AZD.7RĀq L`D`BDD9|j>5t+ Ww*2/44yϨ6dE|9fb@1!r#xltgc^u% C`@7;>xFםaAK<{0`=`i\2)\` 2%55~D|ȂAW˂ &Le@Gk $$Y ,߾`8D !׀SCnvuA@G$@!1 0yQ0B0?" eEO/JmܸغWVV444ȣ9yL:lGnż6R\d! Uƣe(!?;;ɓ'øF.%3f?@iӤl;;;]]]Ⱥdc.l9<% ?ݻwx2C0 [މo P2b )AR X{G(d8`|9S@_b.Ԥ=LLLbeҤIh7 h@Έw ,[n)ȝ)1d w#ov F(RHHvaRc͢ wTh) F>2P,C\ !?@N v%1A`Q0b?Fg999M`rׯl>vJII pY~/0_;v@gccɉ#ŋӰӐBpq(6̀t;%ݻw\f<<00,qv wÇ{1}!"Ă Z|C%یQ0/_LIAA @n`` 0133 _3Hh.턻0/ntgo߾ݻw}L!1sλw(96nbϴ =`ݻӧO*!A@ >zhxB d} l\^<#;#|K__T!!ô)p倽=xy9" @Lp@6d#JjHv{(@uU4|(Dd ddM*0+3pzK/x G@7Mj`$ccc\gb W]@"ù@o2|,6(5@hS 2 ?o2 Fy&F|x4$@n,d 0 [p  &x &@i4<==\B {Ȑແ444S@Ύߑ߻N >p߁gXYYv l _~6HXECs&{R)p %Z8`. &~6xtB4 Fnoo#DG?H:::޽{jŋpr{,??>|H޽{cccAVr RB!,@0) u-Q0+WuWOjq}SSHN!70Gg!@A7l놟 Tua},l-f xg: ? jt}ѳ#Go߾w?rNEL(ߞ l3ѽ{S;,@! ۀ Ȩ#Q#LٳgǏwp0<$yrjs0klnB>7ޠ  L41svّ`?ߗD $s& l'xS{$@1 \P_Ƀv2(lܸŋhh#&@AȭX2B՘S*2$'LQd@1/G'Gbbb-$)>:a62 ?q )C۩*2=z(9@DD N=*%#XHvÇ! K ;^!lbY !,,,Μ9r?qDl 󎱱0[|Ty<YӘ $rn}ܣ`$FF[nb$ <-SF(Yd6"@N΢# ihG/òCG Ő7lYm'$qn>UTTdH>Xv`2(4Ç,9s^ X w@`AÀgtvQ , %fN } /\!GSF(pwvzr~@!="H./Q0 Vxq< &<3\d?%} E0ZRy ߗ ~ >`(3 >||)xY @)2  (@__~;lw|j.@,3$=d@`@{߇75 ]` X6, ﰄ秌Ѷ(S CG>> ihm>PF("y h 7wȥA9h44#ZH @4440ޢ|أ`dav( ؃Ʈ@2@1۷R@)6l?a„}Fc4F88x… j@^d ~ |mF5yv( @!et r8yC.c cĉ !`F'!"p@1AK kR:sɣAHk@L߿b ?nQ0 Fd$2˃|;Z}@,wB)qȽGe y(`: >~i@[!d בyhwQ //S Bbb@I R*,, `@Fd'L92rÆ = 8 a78q"%kF(quu9H~lrf &AAAd8hD%e ^Q0 F!9~r'"@2 9oFtQ9~ =@EYS 4eL``-ˀ: :ZlЅ .\ّ<:3 F(`lܸR 2]PФʥjhܚjh ")栩bcPCae > :psϹs^l6(Lmvvi||zeA0(*B|TT*8zA* Lf>C(u$j5}aɤhض3")0MB!4`0(ǹ^ [:Bsq6MI$~8r` +%tMH.e\.#N'UUA8kX,p2HX,xp^ɵ(vSn! ĉl֛/@*ZVjSDvK|rF0r<n&&y{>:aɲ(} G] #jz=P_~q 0=((FCDhH$JURpq :ٗL&Syy730O:]M]]2eYPMuvFНX@EQLӴm[smڶu]9zQPte;0p}9NM[).EQi y$iFepZ6SKEǹdֺEQ@ge) |=#] NѾ6-MQ8 ?{ JU՛M.MӺ-ǑDŽA0 y@ap˝6CoI opj APj -\udyCKNA h 8JJH@3@{8"?Dv.yRӁ~׾a`AG!2._ۺ a }/IdN/4[וNBYjuI{^M^VQ4}B8|5m=jD6 7IvjJh&2ϳkUu0$I_(=^Qm۲, Pb.?iE-y(Nq*4ތT濯d@$c9d ,equM=K|[ۭc).B]^->֎d=N.|5> l'EI:o}ke mUZ|6 J4V bIcRlZ`{45<[*%眱)3*m;I$Q5 qp>7;QfY5`)q _RDG]`w\zInFډ5z{nܡ/<3HRwVilx6C!k0 Dނu,'nzqC^e4֚&u^sF\tCK׷}-XYLlfleYaܐJ;ڀ,D+ꟾ{<8329=E.}LTcïbm:X1 H i>D cNBgU{:hEZx#<" 8!t9d y ƀ^6UE$BkpQ;|ê og қzD1OG!Z="dNٷ{rMwN8L !5p}~/<+me?{QR2XO%:`\-D!V~nJɵeY`IO QȓSDZ% Fv $ Hm.7N[^&Xh0W.q|fr|]6h.JsUUϻŬnR)S4$Slg.çiz&>u 3f*߿t2FR׿@Q{zz|  \Ss Z|'N@Vf͚$2l dO?)aUVϜ9Akɏ?Fľ>` >=,,L2IM!c;chhihc z &/EtI tH`8_'N}`(_',_5VJb:"8y!9<Ϫ>f@R[ }a)tί.GY+ӷh,ʣLPzH>wNif6tZm"Ñɽtn*  NDVcSeYq\olhNuP$Cx xmLQQ<ɍ`֧޵rBnf&':[DXWZ@S_ODkB_1`Wx5Ca m5pjң`0W(<~_2ɚd!i|I)9OykNVXf;y۶i)I8ayYX~қ 뺺YKϞ_%cXATR ŋι2*Kh5\eYaP4~], fj=MJrTAc{` OXY O^W^`㺀"8{BkE-OEr&\>_=Zc x )Q7P9B@)ݲ]L)AwV]J)ι{^jh_Ykc65+:! w8b/g>3 vqJ@:jNιXs3Cy'ߧ3Xؘ]X/Da4 0KvϐER0aMtٽeY}_ʍ%@m㰮ksCOí"ņ^ٮ먁xeXY4?V;]-Nu&܁Lm菾w]@/ul2Uir8RJA^S fBa E!hFLB@{wϟ3ʏw2urqĦ0BãUPgPe'SLQT<^AsՑRCHѩXrq0]_L3:BN :(t_ !4`J!5%;PfB `Ztk%V`P9y;RȶrlY<{SJL])u5Zhk1* peVFmHNZkF6`8z #z)2ݳ0SqQL)ђ-6x9AwT?+yl` Ҟ(6cL8.eDJM{YJsq0xHDـbҨv Z 3d m &Z u1.;_/N =a`}f;o]Ƞ'? Jֳ 尽Ls"nKo{~&N[#5T3e(2̑592#tJ6%@ 0KW.,׃JMt:cnJɄS2¸y=6X4n$O"g*+_ps&۫w|O*Q$??Y-_evQPq$+l8"Hp_ۍ/w`K!a@>x3Ύw^__y rxCBb}*++)~r!Q r9<i#G>W\!H<=۷o322dM&Cvg޽2O~$}oYC@]_~;w.nȸ `J>h#:#'BH ogn D HDB-Ed|Y_=#d0}߯;"GT0 bVP"򾲌._|0ܳ,dGTZSճp<}DJD)q1C̼~(,\" hm[쇽PHnYa 83:H0,N{Ow\͕`Y$)8ahU=ˇ>"<_I*[Qe;2D13i:3옫 MV2LxbB uc `&6a&]؇%Xͳp\z.;;W]XqpƘБu=49gAy5BƏg9撩ꜛ{RJ,3B2i#3WJ{'P{\1W1W˞%Gj}S Z֓&/;^cK" igB)ƀVs@NTb\WSe}Gnxb(;Z'*ZBD Wqwp?T"v}㷖s{nmܚ au咎qp"+-Zq87T'HC@C,]<<gC  h6(SsU:+&Dy84UHEQ (Z  [l۶,K*\m|;U۵D1lwZp YRL9Leo$ |f .<@ ѲއέTGڮb@E3SB,d @?} /%MGNg[m8[V;ºJ)ȋ\;sc-m@$O$HVyERs[-C$zb.XﺉE2`DzZkB phs (D&|A\.oPH AM?[koSI,UV!\HRD͓}QNtb'x5(cߧm!@E@h$H, KH8;'@0ݗIw#He2Tmc]C&Iq#L{(ۉ/:;8JPZ`57 C #[9V#P$+iج;X@Gi*՟?׋Uu]apjyATU #AWAWUUy?Yk2]N6p]#@\T=!5]jg}PI>f8y*PU4q<3u ˡ1fd" Smp9j ?oVIӐb'P͛`١EÆ`OU'fGAQ5P = yғFDK.l~OѹrI>WC]22[4y]>k FʳɅru\S]7/\07E92H޶+8_01>[A^G[ȋWh-ACi> (nqg i$xwS6uR JN`7zlŸ-0 2a7 2躇y/ <Zzks/+Fn lI0ƨ973,ډsΦ)w%I zbm4Pz8=;(eσ4~Vr8SJVy V?1h5!zΉb:>_8ngNXba x3lB^,)R;}E:!?H{-KNsz\*Ȳǝ}ZkPG&sUBʠI,5j=-d#=cTs,zۺ1[VLJ31j.ܶmCmh_@!ktLфR ew(|׮R|=VTB:&}ti#9g]RHqy>E{U5ʋaD6Ơr~+eOk};KáIrLra(Z@\pC/eEĘoc<̗r=g;O ʩ )]5 P9GlPcn%W뻨&91 ҟU7-(vVSz`e?K3_p!赭I̖$JTѺVNA6Odꑽ9c'on X.hU_azt{G)Tid O%ӏsrN @=9s5Um4!Xna lst!Ҵ-&aQLqǏrGc3[JˉCL.Vcހen̟sK!C8,=ڝ;x )W}6ŚDsuU{X\r"f-W Sʯn ar ,ϲ7GwոA\ra(-\: Yc6ݧ8*s1xu×R”gF2Ƿq$uzO!='>d8-ăLe k-{ܩdTdN@O},@_(S|(=WUte~ KM+AL}B( LD] jCg1j4F2C 'ECk-*?znL9F$:}6iczX,H] ɏ+882AL鷈m#ޑ#iO~ wvs>DҩW=EGFA8x{oȹeYk32 "N8lbYAXB|A=h+5G?veԕykrV28ђw .Nl%kWA {K[b5ȅm%63f/OAiC "?~2/ckMR,b][+뭺ȩU1缟D 6䜓u!cedKLK~Q (ZyAYU ӥ#(>HqE["ysnIg|S,]&۶Ih۶y[Jii,eY!A fpi=*S56?6)ƘcP#&N8?DЧPPQRhx.{Q9ăD;UjVZ `."5R5˲Kav8@ބ9(<Eh&\K0%/maRS|>~3o?ujjYRjZyYŖ(~8?,2cY3~h#>\i 4>y*x")&#e?XfI=eB2nL8~; w <-%㘦)[mD|oHZB{ C۶"Jg3ABCPLˁzX3(+ԙߏ-U 0[i1u1Нu% 4o.\œn6^S=@b)dx 0Pt!H=2BX{0≯(P*qؕ{d3\cW} uݺ(yV-'k55A}'<.S!RSroqOq5GDZ۶(T͢3Zҥmn"K (1mÔ*,s&M0>L|gQeYjQL` Qo;tneBM[e!Y6M#"!yB=v<=8 Z^Q `ж$o_:c\  +K`LX{' $TSXZ odBؘ 33R@;&K-(`*M~1ld#)B›ǭ{Ip2ovE:ib)Ls2Р )fk‚rDqeY4 ]{p46\9Ҙs*Ny<L~fb3,S,¹U BpS]eYw]Zr988UUEtFc!RS%-zU|>X }%(cZ?\8SH۶qhGFro~&x r0f-˩t0pNWfH8Ovuɗ?`Ɇ2׺ ! E-X Q3;d&`v̻X:Yr(εml/׼wO=ęs嘼c.yn=mA!86jS &z$jY=/ZPI{[=@t)ӵ,v1g q'e 5n"%Y'a=|Q SȰn=ETvʞ9y𾨖n%D?|SXb)iWp0>|u prh%%lD GW.z[?S[,} Jp!J1k1)|vJkLAwbOCK&1;eQ0OIʜrke)48e $hr E_b` .'Y%b쀑 =M;G۰~-,Boc.d9˧gNSeݘMg}ZEnBoQP<,+?Kɜ}0 "J& %5_ uqbS-W"Z+Pɧpڥm FWW9ga|q51{95jpj3‚=#Պ3rEلPŦWחKڷ[Ժ)@a/w`!B?cᓩpё*] lN2Al`A ȃV=ZS$N}ǎ,q fDm%%% `D" j55"TD2s;a bJӮR=XQ@+7 K$ -pd/Mfך{`q|shpt|eY󬵾.?P}H6d@I2dq4u]j۶,L U4̇GnmKӤȌ8Jm}Z~'Ϻj@@2>EpˎFKE*pwWyqR=,j8>%Y9q$w>BE!&t]׹0+fr;Nzc=`ObkI]H)!2o@RZa2Z ,^e[phU)]y20IFdXksDWxU)E?M)Qa Fى KzcK"MZ ,> 59,ȫ.)`~֤4ftaqz \9|:P ؙWZ(r:Tcgk;RvƜ. {cQnk)=a]F~+ tk,_8bAe R2b6`@I#ˤࡈ\Xr6gC^ӫKeKq>,!"G>]P-|hbcu}\֊q#W_'x7LRZJ05 @(O\4mYkXϯX9A̅El&rM/B=R6liBfg |2܊R(p5"ވS2x7"IOJ֟9U^O|~_ : + 1+PQP!( =]:J6` Z`[,|&Q8]wuɯϯzx۶(4cm{ۓ]4MGY(jc  4Aa $DɻP(uBg=44IXP~B,x])R[8}S ˍU1@ БF4ϠMUU.BP>ߺ օ]U5r2_(&IB]|.{_:_\ ?U$(NG@7@҄Tm6˲԰]>;qbXʤ0WWy x^8xVV<%2bWokY FGoH\0W}j=lz&d%WEhJ4Mh2'8,cnv]>+kjEH|&Ȟ-|E8M=>ӀZR$=,( |έuL @Iyum=<[JùiQFo#R.R+ag! Ca"{O)<h 4(hjHlޮ#R4+70rmA<0@lGوV;PU}MuhxHIVm) #_gl Cў1` Z2BJI$/?Hؑd)7"a!h uضiWG\)eYR veX}Fl29c"~K0@~J,$ME8M9 cMSq5+=OzJ{9a%v`dU_c?_nhʺRS3<[%{j= 8" 2BFM0]5b8+Цi"Aժs4nu]mtiДH2sx'9K mMj9#3 )aO0Q{)m{z{s8+n-t)>y"jQ\ƺl~)1uIsǑ+X>Дϯ ~qMBG+a; ѳ5`Z` *\KdXy==Kdԅ ޓRJ@{g"Z vS~q!\B  })&cOL A֥dKb_!3/I-fM,3pT(LφK죵Vܩ7,-xOoc?\C%eg CѪsPv%9G`" }W\(@qB<ϑ x(+swӖLspGmpt|FJ6VmSrߪvÀ3sGx8{Ccڀ3-u! -a)L+5 9&s 6[*@Ԭ-b'7D/Lo;R肳H%:zXYpc~1hX3Lȴfy4Ms j#gⴸm]׶mT+,E`е,Jɱ䓮ţ}  °}Z lwSLG56'ﳅBx_ޔg {gBqMt*5O5e)V 1F ݺ+, YYDWl8*wlR X}H祔N]C#cg  qNq;lhb(y}*| S sոG.qۚ`udߖhmIDSaQ;<{T`Cji r&} Hm)Q^|~SP ITj#j\GR R6?ޤUs;J^z%'W0|`tbzf?=bA}rGxs{ݡ6';14;;-s+ҞWFdN:i|\RA(X5rv>kBiѷ:+j>;)+LӇe-^l}õ޽fw0UimHq&0-)gDƙ[O&i4;DAR?5Iof. YYYm<\OOYpǎ $6Rx<6wTـ۷#o* jqhʀYaT̠F\v-22>-['}L)H9A[~Mvww3LY(;cT  ?P;Fl y{/|̮BLɟ!B890a$8n[ڶA^Ț.m{㉚$;,]**ym+?&3GGL/OӴ,@@ i2qx#ߒMjWs뺲F&8"Gm8B;fBovFB`EƔ=`<1WgI 8.ӍڷkR%T9W7 mFnS[` .+h,Xs\~#K{1W__Nl[Үbo|@{b}n&LrV_1u~DU!Y: *HGέg8>W]g`Y6M쭐6rHd6n 8NMӘɝ.Д(n;;Տǃ5u]Kd/mۗeOEāur6l eP|>ie]2"B%5L`̠v] dz+髶uM?Eap-Q+s]B\T_䈱D0y~_y-Fʿu@~!X@"H`XHh+@sL{CNg!tlPH *[?,4Mh$Ui5W4s8x7u]{0Qy 5TDJ#RiQx脷KN`ȀR{xhۖbҿ!~Kgq9TA1Vl X}DlF$7V<|V /A'y@@u]uֽ':-ۦ%3-(7,Ԫv0 *a$_B"[ɟӑ֓PW S49;1A| swi/!сQe&C)Ϻ^n0 Xd4qeln@d]E-#x<U?t Q#mG&^HT55<rweq_3DF5&)NZYW³}^E}bڱϞ}V6Wa% na( #ݑLɂ٩_4SJ(vs|f"0Up(`|UB`R \wPWL.hj7 M: kW5͒aӇ| p׳5KlANMj7Bi/S/v;-=F+]Ha^3bdhEO+'MH c1rQc02ݪT ;рbhOM hڛјk7NHz6+E58eL\J-g넺L[^5_rf]5 h^ 3a_&Nk.,H`)ΠvVc}+tg\akٟɶ#GFv.Bs^:~,6)q sR~ߛ@ã6Clk'-T,BcUGj(Q*4C"N VsVVqk[B-F=+4R"jd!'0 !WPu x6W$̸O.,Y)v]4lL|nzu3fIs'c3&|]\{am"[P(z1fSt oe|F W&d׶i5Z(] xGQ(ۖe 78=ֶяGZJ -#1,/-Z4{Z֛G fn'Y@<ʿb׏NQ0 ǎ ag0s!)u_"Vn/#;9{@I?2S-&>i䘩7 uE}3;vi;62+=:cu9W%wikbEJ3N̨JyXDY\2q'[ҳSWY'MA>[rtPVS Ec>C]a-Lo*0M].*@i>3 Ҍ`K=ՖĄp2|G]f) A loa Α,/#exU/1>CǙO[}Ǒ) ++F 6v,tj^Q?9!w#D[+V">yz@HWL1ycUEx.0,7̒jʔ$}JvܤŞ#Z,6!|"7o|RH ŸO 4}ٰGׂŪ?1&eoNKK4"C}}}z\k=s]WK(IENDB`PK?O=ZlZl1OEBPS/httpatomoreillycomsourcemspimages470287.pngPNG  IHDR+sK pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV h0iH*((E@Dᆏp:8 X:WX0!/|c}g!WE*s:=IAɖw&V`A6h쿅. hCX%OGaT[U*Rg:.-C*.ULD0GTIsȥXd=Ȑ~E1 ځbsEXstEJ=2UJ+:n#sr#=-z Ra P0OXs2IN>Ĩ/h3U b7(7!CdF#r+սuJN[Օ*yp"?O>D`vPH7BޅBS BV@6$uAJh ҄0h@4f7kx1 0A€j|^3c M4/e4#L~K,, sЬjry9ۿ/8aqN7.koބF'Y4rck5T~HCvU-ioV @0^ w]lOHFٙr$5:Q@Dc4=^j6?Ŭ@F? :*4SD}h䎏£y>K/MqiGʇ -St#\{+SP.]zh yk@9§bZ}xWj MH+RC uH ,!'dXCXI)*ï0^!F"j¾h\ǞJx%Wm~;PJV[5Y^*ojq H!e*7UT<>66 NI NE׼(Vc!ZCLth@Y.99B֛Bc b\ dɰGi>=!s@0a:/,(pCAdY č\'!$faHi9!S|y<!$hCh~h |RKMIxƚF=6x;l(@1 ˂\%r)4xj/='H/!-QH s0*^x…!f @ >x, !/脴 |P"h?Zw_`8:|;^<0D@n5Isa *\;>U̜TwϏJ=)8X eO+аJ֗Tܫ/U7F!ȐcI+mMx hHA#!A ucA!p3 Cum05| …KzƐ!$T _/*Q}\kaRFd5AVׯCHǶ0_yaLBubX r2IڸjD˴ Ra_;0^5=`.H 0I 㡤?bDakpdo~Z^%xajhy@d [!吗3%CsF92S$mP3)z?]u  1jORAz['މ< ȫW@Cnp!C RXD ^Bb2")df2fZ]U3ZUviz=Nk@C5B1 'BȋBc(LqlǵzndR&D#o𴈜!(r2Ma\h ^MT"ҹ^-5 ]~OUh<'ސ ᩼4(|9=rv,2DyĔ !y5HOyA ZP1d 2wɂT+hG= Hi!/s~Ѷ@1iy ھ4T̂BXI`AKPܐy8hSaEbYXI~H "p!QRH]CeQX)P\1 .!#``05@ Q-f!r@֧‡G^p>;ys !F֑OHW |/Z/VcUOBwݛy#[ph?" [ 0 &x OEށ 6l0@CG Y`GR\څ6m-|7'~c.ao`~6'޿? @d.c4>||(\}HQ 7)/t7 O‡&,[ŋ;ifVd\Bn7SU DO- Tʐ\:|͇v'֑Q4AHRjn !]j[x#@Wa/E_v$$Ar)$MC&!s@^*hQn+DRSË[d6 _Ih;wc FIx ޮ37-ZT'.Ř-;.BlD޻ o@kC  i_C l=_?!]"!3F>~ONr94o#*z!FpP c.C[ׇ~,hK@^[hCZ2A:Psd\~2|%Sj Z S`bb"P%|,$T5fLC {H R t4ה@9 ɂ7j _x2riϱBah" `v~ vo Kº* mF~&x oAjvxb{gKGpuM,4$B!AGxBbb_i%k͐wn䕠&Ç h!I-h{6K@@CG.QG:wo!,V#xa·O T ^O4#{D[P-fZ@AFE 1S*<5YwЛGI0?q w3Jj60IvG.='x+^r!7Z}!@ Q`U95>u^%$~4vVP1v`,a::: @+PY||%R|r3u=$P Ws/?gw}Cfl[I႐C" '#/Ef-B;r|ؐB~lZà F]<,kFOg>, @jjLs\x 1^4@1 B>JBjSx8xR.n 8|> oy3jHr옅7 =GNLp_oWP@ <"_ ߬*>t74Ee10AC H@ Z"oÂ纯_R7(hG,Xr@bh C98;Q[ŁQȝ w` c6AF BNE@ݙ V6Or!ѶIĖGZM8}>99Fp:ǖ[Xh2=c AFQ$3]!m'H:÷2.$,4{g@w%b#>4ОӭzYFVvr D@{Hw?ޠG7B> ~Nl>ep<~ c{ݻrr+r?(2|F!r u(tdO,f r8|/(Qp'AJy89:(lC>rk0M oym(n!CP EXoܳ\Czz|TyyRC+4hJJ <W}#,CfAdSR A^_ yy(O7 dE"g |&iH-e0߲ύR}ǴMjm99x o#osC D(F{Ж&|5 r\d;BK?@ Ga LD]UmB_ҼQŧE*9IsH_$%,uAG@KuJ|%|T&E0[J%#90k'\ - N%sgJCidb\*m_p `I"SA<ڦP\m)5_J)Zp ji*`[ 1DK1ȣ HfǸi=뤶 iPE\k~4=FFI%E+ż*-!9>) N@@0lټK. ILU#ʹvQhv@_п$j O%WAV|wK#yG0tU%iGu,&Н1\_ z'j㜳1;B!gqFF[?Ҟ⩙O26c$Phf`9X/QhJEPXg 95TL;c@8BCImB]U(p5D^"wsiSB$^ ܘ5<_f0)NcuS\cKl,4X߿_|u,P" 7&߀1ǜOB $ /3@;hq'ĺL:"]?H.'O&C-UhF8ʻx d=q,7rRH^6Y15`}I[5HdWI9 !y1-s)u&ީ7#%s0Q]ۡҭFCbxX`,(h0Zp^RyZ\f zϚ%B+QeL{202+ښ"Q=Rm-sg0 >U8f7y.)@:KnTj;ϓ>2 @@4$fz)%*a Q=lj-&9:i^$fe^ D-E :u -Gltr7E{ i* rxaώ m3Lb},\me<<#/0څ8֥6i_|MFlPL{56&_l|\<9_y]X0}!]Xl[ݴFp[bw= 4(b֘SL!8(&z,\qt<fd6r 2Jh XG?0yip44z<&@# VYq#a@[υV)?( 9/1m4Κ16E;-X73$猼XíFǵ s eȤ0i"i Bׅ {t|A`Ç;<# >1YZZ!k6 0 "TL*0&)_B(Q2 ;J>)sN%Z1 $yR@и6~MyS f 1nTYCiwr΀d\jk-Ƙؚ֚R"F4#y󼗶/Q9B/h?Z1_ ,ȣgK0g) m4u l<@H%\!"ilI^ BFgK+Hࠝ_ ?N@τs 7:L /U|:Sv^.E"fn|%@bWy,ϐ ztG]Ԃ~Sx,yN-Oar ]oZr9괭98:z"y'pj(D^xY?:`W^ %v=b >+LB-Rg9h>^y7;UКJ]%,ȀB0@ Tya ډ6|C}@0*82u7#?$57G"2 g#/ _oC^4+a&Gx OQzЄ)#laʱnā% yH(h8jE$|<[Ay6ty8/[D.@=w \#X?9:n)J:*hB0g>+D;w` h $1` N((,M++Q;20x?=OE/ݏє'Ә#p # k1Fk7Ec[@.nrs){b\IJˠɐ#dٜ~ΙJ)Lik ІP"1n4xQuR!O9"kGܑ6 _Yp§+|4i[4+ˈ9T1#`|EڒPZm*|Gޏ6S6l&Q kl֭tmKu~XMq.`:bwMUs#J@&%Rρ괷6`E+Ob`!qJ\[7׉14 D/XE'u!lHb챆)d"NHpg!q%A O 44=a[h'j-𒏊C~ cS!P ';|E y)ȼ @ș@= v6 GHv$aq=nIu 012T0rT_K<ikUXy!OUgm.#>^>\`k?/?];c@h EAG[L{p b@vKo;L 88L,:zQP~k\|!Kk˞81hz61P E"{Ry%1pdǫP8 p< }q 6): 8z @ݹ 1tn2e>(u)bH>ã4Pؔ@D'\!8rO#/?QD߾^g畱{ #2UOr_!ĭ`ѽOs4HbuA#d<hHʉ)E)/`m1 x"ry ChGL㦘(tHa0 Pw)0 Ek Bv 1֏G3XN0`M5UcSYi(ܯuQ8nPLf(a>cufE^ '[S?_#uw0 Wxۘb5D5{f頹/Aye1- .[ z*A>=LS\ aW!bf幖; 4zYrb*zx_(>,?msm ƺ א ZXCusOPw)@  c7A%$ @ dQ Z*-[58`.K(bPP4$'m_`]+231 5n< 1GnqLg?[j u !:Yu/qjĔ0M 39HAneR1y~gňY'ɟ$Z] Ǎ'p?;kmO m>1 Čs<#gѪuhݡ墘[㦘c#M$Pw8 Ek7h&2_ =PfT|ڵ؝B䫗B>@sfWYẻ[dգun:E fjЩA DQj~riWB.d2:GcIG9835Wjəi/uET|-RXEz`&1l< ӝM@H8[JU.-dwkԂUX aRzƳQ%X6 ߞJj obyu h}ç4瑏Ev? !ώBR8$(@bB .謠qud?gZk;;rΈl%G.CK\fYRkdu ɧx_KPPGK-%ww@P#|xt1܋&}.93;H}(|!|S-jI@Yl^yӴO~f#ad( :j5tΊBF^#֧+C]v3Z݄<|\ G.Qa]67{Sȝ*xgHx;Az&*l*݃!|%=ȁJ류ϟ2 ^5oBR-ZkBh%bcmRK+9'^Ԃb(+EasA9]ҋE/ \ޒ[+#.(]{F V3A mM֏N௵J)'ps8 $Q>b#XZH]_+sjA(ZI2Bt-3lƱJ_j#`b`F= ?Ui$ 9?=m?hKw}Y9i #LχB (k|&)\; Cp~s< _V1H" wwl@p8YihOj;WxeDeWIKET&u 5?׉f,ɄSzΆnl "x 67_Gpw(0{Bl!C9;' HOmGkJ-qWj݈&nv$%Ml~V>Ќw vٷmaFP/AN1Kۑ/G4PBC6T5#FOh -׌*Wȩxz`R|B$@!pl owDQX6M`IYz,@YX] HCr5_0 Ԁ}ucpp浪1 SUO 8 9`r';g`jBJk`Qh / <4`@ ?o ~o03Faum]{J&o-4˼xhRu(m@LZO^H +д ͡{ S.{_G0 # B 3$9L8%![*y$rE^ lQ@bҫ&5x6t ~r~n$Pkޱ2N"3a26i#|s)Bm'iȺ૟`)憓h߿{XD>lR#VWuIG yS|~}쁖]-Kw xoy >^*;j#ؖK`O~õWR;;IEhhm Hx#p,d複BF> BBQ ߻T ?ؐu݀Vu=uF uK-,UA!ِQ*.d7MY: @ ~@$)b.pUdlɡ]dO#IN4ws%]Po?y y~2#pvr97 738Ma8HyYor@6 dC7B67"bx߅!g-Ul+< (D #rmn+@q|x*d%?d 9}#3>pd@6wBf r*y(\A9qup]O (Wpqx GbDح7u@1lj h8,Z6EDʔoaMhKJ xO#Oȅ.bVբlM4|֏Dk{areyXV222BR*U paCv?#,тs Z>:а-G!%8\\7G= $t1r si q$΀^![!"μJ[h8)AnhGZFf]vxrf!'qxiq&eHl(@0 k?3AkX5|#!ƜyB>n;l=^(Nȕ U*! ނOGor4 w,zS=HDDiYҢOCĺLs=9LUA O;nی`G#o_xD‹:HWT*qP3u[t4L=sh; "!"tțO3Vі"0 1 Y 9B_.#ZKXgz OߣM" 8_߻BȭCڑ&c|Zp7'͛7GO m) 8'H,)΀_R o"GC!%÷ |@a!^`@x~SLz0 ys?;XyD>"Hy@Y%|w|b "=g/dXbm!R4R(d,>΂y |(>H _C;XI q<9 @ lЀ_S3!bȧ X C3~`Wb̂ANHAnk_ׅY|XCdO@#nCbx&;+zQwxn8l3ԝtU6aMO@}4RQ@)Ăl@> XB#!֑87t12x ~rA\Aper |8 >h/!kgBFk[h22|y%N|#ODeqM{m~ȅ($qjA}0xXHcE#܂\cY%끗!d& 2Āth̅RB"!ALh'a3F&R<yO4 E[UDd+!(\=ڪP-#sWbd:APZFЈKd w#߿__M\?ݡ1Jj|*XZ&~,So%FJSV?|&򕲐h@`oxϑ_/}Uihjt@JSi7,Fa !<Yj| AKȃo ؏}Ӿ1q\'䓔@h FnO * D>~'|U%$bz@ϕ@ܑoV `]Jk א*4 _46:|)KSiϟ?s < wy@OxpVvdtiWH/G'DAD.Tg!qO&w1ЊdRGvrG~~S F" fѨ[ 0o5ٕ>ET1sQX(@g0ìڐo 툼 f(|B-E/FKyC ᳾+1)SMI-u5!~U-=v>Qh8) F<댨د'~,)#@GS1HE.1==-Z\WRhxL" \ y+f]r={k,7`h#dΘSٕd{3VCj1؀@<_^BB92`Z!o!u vZyQ爐m v\%f(=!@cH6n H7->A!!-w ^kvrCHq=+H{&֤"eI`@dg }chM@ y{Zj uuD6pAIMy 1㵸&0 @||(³/ZU5 0Ƚ.HT6PJA Çu"A[;<&SFHq>v>Z$AtaB.elGa^#_C*,<2񸓌I)=TYERh+5 ̪ ~$1\/#SMlkR4KlDSOU"g>1?EG܃^{1pӂq@ ûE^ ? yz6iMG'`A? ZŌ?HT'ΰjbqH֕h($bFEm-0*qYLeE<4|G6~ _97|䞆FJ#ىLp 6'r4ݍjD"SP+B*jNuȫ<#pz}ןbaz v9 [(U9GLLK5;fO(P^ ϖ@;@_Ax^RR*uM "/@۶1YqH]2 Qߡy Kȱyu-4q84 ߸@C:I$%?ݞSn$˟1pMc#ysDz@ݕ _|hb7O7hQ$P;V jDve*TcG8iFOU-} 㾰|⡺(*WB $$Q݈vh{;(H`` !F!o#pa*@k~'fSRs8kס@B3߃Dkc-d\K05܆ V%1x>? %ׅh: >| Oo3;W5Ӂ.R6 ԝ D(G!`͇M{auTk-V'v;*1 ]R۴t9mѨ0p4I ǀy5ЎwML1dԽA@"Iı?0{ZLY|%DA}QUC,w}XbN !rZ> ! \'j H*_T/ OoB.ˑwϙAN~ !9Rx̡.\[@f 0 ̝ 0B_A4{ FhbtREG=cA4@$fs)žA2t:|wN4};5ȳpYx#" :E2O\ `VRfb.F[\8Wm -|.-enlb'8*J!dJQlL9d%V4иKD)3%mȕkf/lʴD&̫ЎKz,d֩<`Mܟ@6'PY#, e9w4] hcNecG )\@1PnÙ␳&{$U/ L"`]넿G }edߢ/0wH@0_YF`lS6[ڕrgkhmYcq%8%e_P6 3@-NL{fTjL#tc.DrmI>lC&!3̡(x ym ,q>R!@'<#uxm+r m:ss%h:Ib Y(b}!'#8ZWh&֍lhk(y1nqbݖkE:2 bV  wg 'VLlBAPqOm-H>EdLxvu^WʩHF] n@ /æ$ߗ/l/W:, AX&|˪uO6>P"'晼xI a{¬q)6F8NQH&GuhOkH"wܣiH rƞ>|<\XWbA ʐ/̀ypv ,<W1RWj9 7qhqPސ9kxٝ)b!ya2w(g11=%Ε2vUP\Cz͠@A&f$!g56k\Bri'L"y 1wb- ȫ$юԑQHL Y6ƅ40GJbX5e ğ<\ ug@jN> vG" 70< ={$Wab ,l"`_$1hQz]kpmM@-8{䎑q3: au!GhS"*m նj#0; !UueQ h]Sl9I:xÜ`m>.)V؎!0?lNCqxvtT"d70ǜ_bD@xDFML&| 0x<}y Gkn?SC as0ڄ6bԝ; C;`qA[5D;ZcνF*3[(6T'g1m 6ẃx*y^fF;'k -IW(G5%G19<)O x7b<È xO${B&бBF@}ŋ)]0v 58X[!bn-` t 3-smeq1d316)̀9.ڱ(R9Hye&ZVaG'YCPpS/w}wWUIFV{$!~?*^DߘNfbOo_h%v(0 ޭ1](m3U%P&l×4c 8Fb| Ia<]\mrcY{Sx kelBItW1 `Wn@jYL@i̙3qqqDIz׉?DNN&O4٨Qfuq1ןTkïE,:5Ifh;B,<@p)TIccS n4и-ViwK#tC LA *Q (DlA<[=)ºuS=n b{Y3JM6^ĀXs r ~R _b6A N"-f͎,Bh1uZu=.q&X |eLb6ƭUh imQunHo,>`yC'ڡ W4_ 7T( 1&k$ŀ- ( LHSf΅T|揼@aZs"k$ϺUhLq ITFM)GDT+O}Oחax=4\E&׌e~&HgUJP\QZH=kbu-'p#8kҝxs&8 igT1А39)!8 s0 r/iyi:BK5\J Vt{?vm|Jl׺7i0F^<㟌&$JYYjp{k!ĝQ 0 Cyvof؃*鶺ձ*!aqr+g{хaTr28DAבܑHo=?X_ w5QKS#Yl\v|H'ڌ¤1T+TܼV!! 6sqj~ Jsa"18 Hm b$kJ*8A3 >Չ;-81 C0^`ްʀ ;B W{P_YteaN߲%&@j}qȭt.']M&zp=/!XW MP3ǤCN):31V,LC+cqsL4~+&$(B^}\ ٙ@ !] TʉDx6X\qvA?SCfEg-|'kU?QPC INR@‹c'ePI֓ك{Qg{"'V3X1%Xw.\h|LXysֱI 3#UwX"a.E>mۀuh͑@10 CQjו:3#uBd)Q"QOuVICNBܜ GV&,!>7]*fmᆡ*ז@uÎ=g;/Y =?٭~2̫5I ePW$G[H㪯D8NÇE.Q _%J̕OW]7rJlhbfX{B Z܇"ʰh3Xahs"ѭgKJ_TsZIjɵ#2P{$FK!lz 69W-6t=Qjf$e;3H%Z(I!)N)D!mEH^U i4[teJaPoJº@~#nVf6KI"uCȅG@E "ni@[>`: Sl?0l8|T "㙒ֵKh]{ӕ䍒} ~B@$PLg\q?h0U)c] Fg )rȓ#6hm 1 W;3SmBϢt=Yi4Q2 *]8Ea мT *jYFN7.5LPo"l}LGm@haU}jRLM,B7sB?vsQn $[; f'8=VO T!cs<[o^:}|1ݮޖ=h2w1Oi⑵DfSlLHЅAA +؃\L-yk>"clɂC#r%YP*N~B'X5L%u} yH\=e"^tZhc+ .b@] MDO`p qarS3Xz|beFKDv3Ku$h/_t}䝷ґF5ANpi!_ѶcRusnn !xR&u4oR rDT")gg0j(I3J!- ;1aY\x(d0nwG}u3RweBY]_~9VEǬ^T BaeDvU[NM[ 0 òOw>A*~I{,{YJDy;Aόn> !h m5p'90({= J>c.:P }"l̝ !0Ɉ !|V]El9淅- ޡzfߣD0pAHʆ,nR|ўfm040h015|`Yd0γ)Ku,hٮ&?6j3XAuAmc;DEZS)#Nͨ4j3e?TyP$Ari,mr^'mKNԫ[WcS 0YMCjG.X8>D?5!h|K]<ZU[ S(3ay 8OʁB `ΗLIENDB`PK?ϿOeBB1OEBPS/httpatomoreillycomsourcemspimages470289.pngPNG  IHDR  pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV$/u `1>>Zqv` y,vu.. (@ ($iB6J"H8$!+-Zr>Dw'Æ7!F!E4L%^ $ (BN7#g. d]HV萵K"0ɢ-,zmpM|Sd`ᱮ ^& `r " E;vA|P PEEEH2,<9Ox+i@Cc 2ǃ'.@ ts!dZcO1]"3z5@ 4 )Cjsx2؄|[ dǏS@@Rd Z I2b T'N (`Cxƍ}ۃ]@ 0#C@6A4)4ϱM3Hh<`y`^6$7!%0(GKTB`hQ`Ŝo`R1F8%%W‹LrHBFN憅 x >%J\+4)c @6 _e)`-?zR8uCD~s.@ X]VHi<\J9ȦoEUr lЀ @ I4H-ú> @N4(Cf>nc}&e:tByp0L5`dœG~}J()DX(@  Xj 4u=]x-3Z/A f\8hC#`{JJ<\ vHUC6 lQϑ廙4F!4( >C@n/Vw>@S#C~\u5$d!k@PB*7/𥥣}yU*c@:v| `.Rw@&<dX(I p P;r8tR("C^e`` @PC/BZ:IB.!Fx-*' 13 mE^ ?SȅG@{(0+g=G"x9 ?~ r0BzHl o#Z]xry/YJ pY)>!I!0A@NJVN` GFwRXeasxzdShc@ѻot!+HBNzZۻ`p!t ÇVrcrdyVf!$"\c2lQ "ظ3L rf !ዜC |B"ſ`;I 44P d4 "e @F!9`heԌy$ W] H2p_Ӏ xQL5#g(aKLs đM;I^)dN yV1k" H9!!!BF+̠m(6m>AX(ZCGږœfA4r1L^A29Haɀxs=1j*31fǚ<u= ?D=1{xjW C `-J_bs o6ŌZ$z  7&)5=},fb"u3[ ?!wqMfb%^fm Zb6'<yW+Rk^vщ+)둗M\af -^ڒ G1g5 ! m`VڑTv}ch0i F]!C|r' >-J6ea_9JpPOhK0 &b29bm+<Ya c?u t78OX^a'אReԃ@53I+ J@\Qd G"@ XIE:Z*pZ W+m^u (hA f %wW<'Q>/:. Uw$@1 AsŐX < c 4[rg91R z`(Α/A [M KE 'ZCDӨ% ,Ȟ[\Ku<Ҙ#h1>J'<<}4{QbDL- r8rXM#;WAOE ' E>}ТSv-E[o{KMwZTWyŜCb}@  dvZE5|ʭrxoxTç\2xN=J%k*䅈5b0%Q#7)G߰,;vђ~m'XQ<` _{Vx4JBM ?Vmr?|LmNFC F! Ѓ g 1J2y!6 à *Aim 17- X%^`)Geg}} &aOQJc>@ !H h<;=wp*POѪ{ k0@츊aj4ZSfyDgI&)S )~|Q`4';LO )k>}6hͅs3~*Hzʅ< 3 @1 U * h9:&̆2[|=@1 f@vr*/'~0E ޿RfK0;M* V&?lpvO%(N[@KL$ g#3{"c}`{Kȇ#/b_Ûhc^Eyh7`^А{"oy9U3'ѬCQGby Fu=rEQX$i FGɬ bvnԈ9 $KS̫ƐКh502]޸Dnn]G;Z[R61;NC !]ѡrG3 pr/\0mF.0(T!N1!5{ !4pXAy0ّ;7=r kW>6 :(1@ >4cml[hNMX䈜/̐4sl`ac4W}6Z|\sQ*a eBeK^i֓!F!3 l̻!Gd葯@ GGA^kADfh]jbRkj~v U“ G^V.$ 1@4O/Q0Iȫ!o&>A'P&ZL {ͧа*GO~,I|xeN3O^̽%aF~>9TBdjFѡeY\A#oǕF.!68vN"@H݁CY6 h΅R'qC然m Oj:~{hqe0\(ksԉny5@1 "*v֥XIBn.V`]R?ky :IpM@~ Ah}&\h; =(9Ȅ*ܝ,_/КCX!wqЮFF-bi-9t[ @tmsB[yF4^,ĪL +D^iU;H箐_MCq r JHS _o?B ErȆr:Ёp:Cq!RK!'DnrW>qoI:A!J\G c@ '#MBy<S$r9c!km6yB4Px*DIm4(zb\]_6cE3fu"dzr34̮(!Y %#(obGN-Lyڬ3LاE4Q"5%bTIxwe ϲ"ySJS'hHc<%> Z9s2 ʓ&a mU e5M=ڴژ+ҳ%#R's(4' 7~ rIyJJ##RL^;Uw]+*Rw0Z HE^tCccZ<u%U:ԭ {m;?* Ӵ.D1=O@ DGpƎzxq+0ZHxrY H@G:fٶxWt;Od @ poĀt:\yah eɛ_? m)}ht!兴ab vZ "{m9Z@3^]‹ bS*%+ґwG:B?S]xbZ'S"jZu6O}#=SB%av/E%CѰa1րn7u>P @ h.x ؈1hXN )8Zq O(3JfeJP ږ)I:vj*'I:zJ"ml&, so %ւs,H%T$2tMQ#ZB^M`zN"Ba"Rڰ3Yb]9JƩX*~8/sO3!=%_ G%X\>KzIf v()vXL"a0 s4J +9x4-0kI POǚ4#\lh97ēВ;.Pyʓ))jyoZSͨ Dђ,R\(1vhG5^9֣H]rg(V˘c &y9i D(,RH𡕩t"3=l*z"qݖ,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVj𛏫#EC2@Si?VK%%TȰA tn``bV^$p2 uiu8P*V:-sR8z(8K3hږr~4.- *7$ t:/M}hI;EwZx\ϞӸPv\{}*@\K7&6klV1WTin4Tgw-h!ZXݱ@ XM$:hI)1 ܉q6 \  s@ VaZ⣘< [v0 QҥX>MiE$8=R{Qe߹T$g>yT38)~bO9]5L:]N@-ԼʰCXJh k㲮́CU轂组#f0B>5Nt{| Q)hnlO4TtBRGEQdȌE3bRW@w \`5v WD&|D:;;lvR Ah1GfI>>!լp,H)s7Ooeḿ%Vk9?.l.&Srwȳ*♻X@BS-IJ %/Bp,%Ӱ0'ELbu'u]h"(1J0{N$@$̣yԤR}Im*Qx79lx*\ky?U3x¦~ ㍪ǏZZ TIYÞ")_PV+9ifFM)CNș=$< Fb (i1PgmE3srz~7.HzTT/g$J3#f @Ð7)m&U3_U_o?̦z;9ӀZ4" R xv:1JOđ-Yq,L *PQЊLM Ov y mu WzxBQ,9I\kR R\, w;o5Vo{;AH_9 }AMx~([浼ِosVETf\H1Y` oH<-ګ)HXdH wےbk%'>ʤ8^SdA@IJ&ir`"0 %<<^V+dxkbhrleTx;2+5bʔ՜AP~̦3x +TV[#5찉нGR  v ՀX\ ƺha5@5?"X1Lj0P z0g¶ġR2>a ^ORi2F(gp4V69i5_mb?V=s g(u/.jL17M4sDFąXoTv$RYG*nWI2$T2g ᡳ%ˬ%rN '@iֆ_V3p< 'Sr*,_'d!90Z3HaאT"l*fCMEfQ`bj #>tbe'k ! `.Hq94N(ʧUxbbfЎT@C,<3qO(.n'ӆgi&rOuLyW 2xL}3;J` 3J[B-[|qlIJ)cV2٪DV:sCe~\no ax8,ԦW%|_ N ^QiZ3IB|KtCP$VӸFWb.)WRgؓKI)̳t J郲2'5_S[2S@~7#fhG:ȉ1 }ȝz5Řg0aM:@ GMaNecmE`/0% AՔ:M;֫kHF'FL@(Ml-|(3s X ޾6fqM5mh {G#WoMNk&G<@ BI+qGZ邜p-$3"$X`T.C57[VЊC}&Y̓pXEU`fT\5!f?ґ 0ޡC+AqlY,)>o56hfDչp ou7Mۧ IጢjG{ɥD\c |hzH^ -!9Gzrr.ӻ~r8 ց4}qV* D֦MNZjV!Lh>:9WIEC5A?H$& tD~2%in  7y$uV0g;k-Hj#f Uq!8kZQ5qa_Y>K))Iz]cy +Lz trwm1_BCnm;].͍aPթٗ[N)-ryv>C;X,HI3Za Ń(CM笎V ɖ]`㺿GV/- :90Ie@Z`/gR]TkB"K!Q~Zvմ'6E.Ů 0^v/XZj8戀 utqv[Ui~nt2E(sA:׸&r^-`.ׇgn6rOv35Z# X\IyT>1ɽ נ&SxpZ|1 ujpq1&*!J!*m_jVIUwPYeP0z@)dQ~* ,!R4AkjioEtзDa|^ '};H _a!4x D2ΓIvN7>$AΪ'6f0ԵȳfN8@ZĹF^L] 8L&Ucrm!h XkؓHĞjتTv(0 p\jZ:\g;9u\ 5,:;$#KK0d ٬ FJ<$DȣeQo?A,fjލj)srNLRՋeOKG`WwDs]#ƨLg;ٻO0zn CWld@d*xy J5;;Zɀ\Kgr 3ӀDŽ"wo_++g@jфTU": E|M8-LM8EAI0LT%՟*\ԬCq&jf0r)u`Kl@#?{lQ 0 E& _RmjP|>ĜdzI:#;۶ubfwYmOIgk ~E} 5's4-bEĦTEj7]x'#GK9ym/bY,_ - oV+}rQ"2L=ˈOpd\ k$F @ @!Ҝj[Tf?q\TFuL}(iEȠ)qao$P+HnpGOhw=jMsA'W I4>8I4kͩ'z44K;8ȡ-oH @/v<*]m4xZ;vr4r֊Wzmrs'Y#b=τ-ֺgZQ?X7⹩ OcLAt1 ?v;X* Ѓ)Ɖ=2 QScS7Qجf=G{<!(t8g;h/}yrHf{~4Lm+h^*_p:&84+] AwVapWRMldצZ&K电iʯ^SzUAwn1fA; ]K[k6AfE $)IխaFoJ?_z!$T>qK'Z`Th =W;Έ!W ^5y{*,Lz4 FM&D'7;?Gm ɪaa*C]V>2Mz׊#1"x 1!+CNh!9# 0@D^~Ϩ>)fW 4%; cdg W7:NϦ؎(Ŀw/q^l)@JqJh7(%D ꩀ$'jPrNYiŬ73!"˔laaH ]2egZ2JudƼpv)0 ڃB"~@qBֵF-HXG8(PuU6nXj4+DGz v>SȨ2VA 9|InKGLY4p{Z9> Y51h-l]+):n-2Р zB Z' s44Cc슶 MBd-h+7S 3Z84Z @A v!/(1n0q%>8(̦P$u4Ɯ *&ꖙlM Hp͎cN^>Ê]vz4E^UgtH| q4&Ү,- 9v -7VF3:Ă.!YٴaY!Yǚ,,M!"Ai0$ys>at܈aQBvu:s&:*g(]1~r\%kgp0_Z9Bcg=\ݪ FeoӖ4 a5ӫlѾ@<1GС/aLStdqO>l{#cg1j L`R ǃ G5EGy@h 4uQn?[nOלHmvN+{qcϕv%Ϊ͕1dMoF1ICãhV@"70ƈܨE`ºȳz(9D\[0s>&1,vF)9p듰^N< kg010¬P%Y kO)IVqa~޼hBwJ9e\wNqB-9Z#):ƑhUy&NJK)׆#B,xAoT!ESXGnm3#cgp/ݑAE\ڲy[7|{*ZhRBB> 誠H9eUYǧ\: m@[ɰ-`|mv yF (x!:7K1_s!$5>ڡ,S[eXjdKd ig0@-!+ E).;GH!J^tA K4†`)[fi^& ŲqX InRP[Q*gP,>cumQ@ܒ9-f v[@BAP6b.bOb F'}|f9Ce%QA˺gPۭja{{6,fO]V_ѕF:yڕuQ])QaL?32_)%b̭ٓ’<)hZR̉E^݌Vg|Һ֦p)`S13!q_DgOI3a|f; vo r + |j _*OTu:dX]66E C߮0/]_/iests nSÑXэtы6eop}uUwc OZʋG~Q:t炘\/ Ķk! /ekϐ& T>=@ =h rO琌0CFCyi)ZƵ0ŊécEz\ N lue|=$31ŘRgތn%=˱؀_-B[NL{^ixUZhmG% MFX?IiƘIm qa oF,. H2Dޔ=h}hJW4 2轢+:N T!!oD*C0i$1O%eؓ;gTMᙩ`Ӻ<[rv)@|"R^AҠ|g]00$w=5^%Vږ"Œ/U/u]oqu e-=>3^1KYG_׭&-w`"O)3oGDqUSzr 9w`]ڱvy3`JKn7A^ʅg1J%:̋h|NŖ1|a]iQbG;7 @ 0@F;JIQs 1GLh m5 H&<UaCų 5;'١M8/GvR *!x] 12E x;+x#zz,քk14< BTrq<ۉRzhsJ`0# GXNM(0zT"=dYabcJ6~, "QE "Gz+ J,Q> H ԹsV@XAģ-Z(xȞX3KB(4K·d?mbYHjn#4YU +nX;c@լ]\66Z8Ҟq'N Gw6rd aJF~M^m—f WxL HLW1PD΁Ha݌Wys70 Xs[N I[h7*X3Hb`1(V/f`sga_9;˨.~H{f tڰCDc)4 xզ|N>j|G:f;ՕC[IKb1}X+|25m#l7#vSҫV%( ĕ;2u }#u/Z- π$D;$豖"hМG1)Ztpg*k[颍+ah3RюJUy5<%і`>-bf_5# .T 8;.P@a4~K* jcXJ+3 +`^ށܪULO*KxnN|la2;7OFĦJeIQa _-ZKIJy63j8x0 <.,_^Bݖٔ)sDV[ w`8Y#Op5NI ݋K8![1.q;q-#gW!oEn\ (A>pX&G\Cȇ -ց>c;1` GI| B} ݙ€t/90g8 G1*a]ܐG2&VdЋp=ÉC$*O\G ("afK}v!'i=3<3XiƳvF0h3X91l^c0w)0E?tGtѽD|$\=\5WQ,GN.nImz!]}dS|Uƚ / T QB9bFP6UcvF0 cCAqrP)LPG C2ݤ0Be/YIkw_6$| H6q'~F ]"o?5b~zbB7< D(gaN9J.N\cÕ ^mk x\5%Pv) P=GuM mmÿP4M%Ob(C|tm3Bwi9NN_}\V !MFMf 0ks|`LxP=1KN>0r9@Es;O%/ƅFl)BsGj9*!Gl$D喔$ǧ(ԫvwI JVݻn."OW/ 挜T<49Y+lDokA ;(ߔZ 7$"Z 'Ґ,qd; 1) b{q"A_1ЭBn XDׅ˱ ym:{6\v6Uifbt52;@OMbZ^YvXZ nHv/{lgm|sb(zD__Wت0: ŝہj|,UQIz&FؗFT|$ܶ2ȎU濆n5-CeWs;_G]7]a}Yc1z g#e0A?]8 7!$"k7-'oxPΆXIdtQu"RQbes-U3plm~Q+&ގr?u_Q Ie< {#ױ/ b{@ ̢$ZKy̻jV*:7{c/qBGkOus8ֶS@??rPAC$m?߼ 4b䢧0X#qT#Q)/W1FCb+DwrS%V{ wN=*%:bI+JFCCҳG3 +7ťGAy},!YBPo#~Cr{=8DN'b56^cfB0CbUa7<w .GD0q71y"@Aih+T9 `F[bN:L, ̙NJ  gg0 KAQB.+8qiCB퉖,s#H1 Y-}ƠzZ`!}$}] &T$ Y(Dw(cl9OM b YeyZ,c ΣIGpVԪü J"Z_K!XO v.)qoSGaU3HYa`X=j" (IA(Ű.8+7Hdh_J:ċC7ȣE6}>vz{oBXAHShv|4}&D:GFYl)N\(0"W笐;-pzР#֡xN9 #f8GD-;-Vц Em'ikN\*>3J Am_ @:@⇶&(eRF5)Lu?RvKwQJa7 @h ;-~ 2`፣* :lKQHu)/(_@#)h`kk r# y E~Gg&P< %!0G7Ѵ)Gks hH'hgaBGniĜ[ @G~ ZSFM\ Oc^HdU'"'VWdaN"wюu֛td` na?C4&FP֦ ɰ6 )I)I[=3Hbr 8/%`>mE6p&TcoY5\HK?CJq9hPh[0/4uj k1GI|0KD\g*>R2  hn@"8qmú38a/OSSXC; euL!((#o vPG9s]zʜd(+:ϗ+ ?-JaMM}Pɣs %qF)P g'Bi((ρL!]xi t0d7&< @sk8Y81mg2J V8*s+?:]glRM*~%&@f]~r*\0Lڤ}>_eĴl%JO pwQo@τ€n &i\kIRه#{]UbY#/ڢ` R"=ع0nL"8Z|iz>nXo| |ͼV#J>_V,5WZk;Guw=m 0_񩦑tYq""[ =7ѼՉlJCߪ`~h`9+FM9#Wz0 Xqp$0.Qů ɞ~,yR*weSNTzp8GIT sNf4l0hvҖ̝K C AE-iu>PN|%#tO ~ zq+!`K&n \`Kw`sI ="W~"+!OhsO>"Iඬ#͕x XH~i{*7J4i&lFO `=>O׻8tQ9ҨKL {W#-9 l{?%ӆCkL \]v ; JL bիhj}BXK>4,D#ryn@%˺urc<֤r{yvG׼YO aT*xfʏwOk ,P֕dY7ԥ>p4S-YFoWIv?AWƒWr)ag L*KH-j '^";`zB{bȮF'`|YΊMd#l%3həzb9ڴO+-ʯߠE-f]'ԬgO'ڱk֎2K/X5@O`(-@ ߉F_?bah 8^ 7XRJ]? $ ykmܠWikxKR=((v7M\䎃I6"$ܛN qSJў眂OmO:*,sζ5i\5T;zm+L{JIV`ͼ1鄌lAi {ZB'"d Iߗt/\rOꆱlq^Ѐ޾(Ѹih^aG[Ivbתq$x l_ /{7i8F>Qzs Qz!{Ib aj& $ .3G^t=]`= peزB0lp^W-}Gjz))ov(,@w21)KbRӂS y @#CR}Q5˽t!7%SBιn4G!u=sm\#k+Qh@N, FRJb&)!?4*.lzQ@:AvG/iZ?Ui>>Ns],4.TT\a\o1= 1* G  x]zʪ٭б]({IKn!Rd9vZrj 7 66WdfE&msYG``7 Բ<6\cb+z= :sd33Q:'{`FCewwo~P+-Ӽ`tstJRe 4 +]Eݜ 9'oy+uc6Æ\2ށg;ď{j ~G„}@A\^75HzQ$^1 e$g4g8b)| *T3ET/k38_S98s[a(O8p-{%VWHP>.95'&$T@0Pnrx2z* `˦9mǢ_v1$F-&nEҶNwA{E6()a|O; @۽ B17BuDALCi\GqLcj})u-l(>݅/ʦ3e:8ie*F+y8HP r٥3H"R ҦQBw$KbN>=kEM $ePTI!%[`XD2㾅R-z"-p̤ΰ#stDcsLAfHO[ > :XW3'&:f-:R,D^ N%#h':xz$#j:OhY(,Y=y3#8;A>لMM6)S-D91|R1܎;Z~vgZk)*q@9kjZԂ:&a)@(-lyD,Ắk`qs1ZKR `tsNL4[mJz}G,w?rYp<E6S{HIRD0Yb/_!ӛ7k=l擱rQ^v90E7 ƗL&3*BAON|ڿSmB{Hb5 Ȅ %zr$=\|=E[.kzK_Wͩ0yP\ IܬZP2\Das.ȌβP@E嵝˽44G+kxMo'{!7I x")FCSbNB<iA;D 2׊'deE1UőׅBv@ Rb _[^<.3NzE$ ?m8s٪,[<_O&Rðzo(%WHVH?} ;bwt+s`irrY4U7P>xKB @EɊԻ7ͣ"03~Iș @ЃtMf7IP4gF h26YPqL 2Ha Xw:I;W8hNo9(+1lnocK`>*Yӹyf=ή켬js|ɮ<#\(u_lÜWFȵ4^l7] go:;kÑ![`=s|W^ @ na m/^IJVM3#ߧ zɣ&1 oԞny@Jki$KD-6|%J~*zAA]b:}0mrO#[[ @bO+B"^6L)UjÏMaS%oN+i01j!/ .*΋h ^WpXs"?`Ú$h_()6˦{:0wv5B+(e&htTIW I27lL?D:5kGp3\`?zgN8<IQm׭F|s\ >^M".#lx\S_*Bؑc. =33?hbZVlnh#$WEoC3Q:9g1lC Qs\.WLZF]x#ug87!ȕ;E3@WP,MFy {Y%M/k)I_hf/2+;hk^Ӆ /k:az;k/Dyn[ahŅ[ݠ©A/o{ Bn߰'DrP5- ,9ƑvD/=]>A9SnQ8wDD1 tz:6:F"K1vȣL;f]2x%1YElϣr3Jy#eB_[YT:V|zDS k }A ܎Vi=7G z7*&e ' z'ƌ"׬B'QD#.LhdH;@f0~Rq KP":H~#F-/UHeK^Y+IELm @ڹ@Za`V޴xhIͣ1j"V-_3*z:16S0R_0ۺ3+$08Jj&NFMi}n#)|>ptAOMj{dJ4R. K՚\.ꠄJ)wھ_seD_оl[{be @MG$Ɗ\pV?6]GįTtZn5.A ynRN~A$6̏fKÌ^k  0^#mBLt쥛;oJ?ψFf՝ 4Q"q]D?AÅ Yk@\;P@e0bDOG[8/p_qH-Zd3K 0 zK| B!cZVw_MDuvsJO<+O'5қf ۝0w2KR %E`^ncm3S3:[}8/wa."NKLn9>; E;JJ,Vl"q^{?E0v0;ʭ5r"5H/խcx/BFLE! tH'rwPK P(syt;\k 1@@c }. 5SJTGc8K "馔qHugE*9jToBesK5^ .㈅NZ+`qA _ma2,G,Dlq&{O:4YȻҥ ʵ̈́O$jO2ɕ)`lOќw[*SmKiNˠLZi,2zQa_+#ZQH4M0v :ɋp'-\ppEmv ?= @ ޭƵ_|R9t% B#9HZaA,5I3a[餓BtJZlͥ[-gqןM#Hf5ݪJSPVPEڟNc^R/| 7 ɐg 5##s׽.;J4pymi /#0\T{ްd Ir9CC Ny`>*1TQ2R9^R֓T6x * Β$?ѭt]Fbu\Hj62 l@cDF $iK 0 QTԤ$g.tsWSj{b2.6uv&6`l<{`Lr_R4(-eyD{P +#p/&t2vb]YO0Ǘn\Y d".L,#PB]bȇ,dKF 뽐z^NVr^ x Eu&K6M%aVa>I_Pa+I=6aYweT]g1FvG`hO{ւbT X/CQ"ː9]UCvqZ+C3,r28F|[\8oz3($8Ϭ3-'X.'5j!09 jn譹>Ed&k2wH]{@澶:ҟ8= ^.չV)JjL+$+0/b2\lj+E)֮9D,@0zJedLl bXO <6"j- ő ?Duj)%N[19~j0alO)kqBd9d"|FȂA3FMՈ{b|K 0CB?Ȏ{0&Gb,}z’] _üʲ~/1P~lL\A -vtz*:F9 R4kl{ZH*2s|QQ1YRV$ՠZlw{,|tJk/Lc$;fA69 ̨4!c_UP[3Hb= Bb>Pt_k"rw֛AfpqAs4d;C'$M9RHLhF֙sđ3kPwn 'Ϥ4@o}N0B yG7q{] hyt?}Ao,#>TK^ɪ\~`nA 5́h"#U͸dzf替dC}'VpkV7Ήjt\LL Db `Қԙu-ꁴAب /ҽF  1*WI_Q`t& e<샤銿t3{"w!g~cd`XQCaF^n/. v[!`}K2F:+ .(r5EJfJTT o>p/6j˵Rm_=BgT*V3cVJ}XI"  øfy\>rΑX1/]G@(?5×,+%n# ()58U^g7e\uH(2.CbXALChm`[iy d^ެ GV[uܚZ\7M3/[y*no9DA[ҮW34MP'ĭ 2i̶X/y58beCLh-jX5:Cl8YVuzYFòq:[x^ q64K0K/H;AW+ðxVC[ l2*A hY^nX`bHu`oK+D%1ϳ7 |fv$ÿOiO0.75䄪"ez ׽ S"js2^dbjנFp]^1Y&IjPx-?5aY3:U^0 )> <0/LšGN8dP?}c잹2Cf6]9Ȕj&SZ[{N_?B]Pv9 d3 ֫Le5#ոؓl'HITANEs:d?wm*HǷY~@t ^uaZ0]r-&;ZBF9OwG@@$N^5%YG9K &8 &7d$5u'&V9J%l'~Ȧ-%Z=d4H5v.=w`Lr$ S5$sK;ka6_ެiD”"P8W~nɇby#`G+?!% J-{><㴌u~v9 \iN-ƻ&:`J! iR*j6ݘU돥vTfu,K#pvA1$e)V wnY>. y$SSZ)>CG`stˀ%48 ؙ 0u"à,B 6тZFї(65i E-H/sW9P&<>0T_}+SSr?2taKx4xy9lTMrV=u(Q8;& 3J(`?u0> D˭8o p"2dcb!KLiuГa7xh'#5|LTO2V-Oo46;,R~LoNtfunǣsGa?C!ړ,,CNT/DQi37.%?rP( ٠d* [I 1[N{sM+0!XVp)۠ҽȀlx_~\o<ݏx+2K㲈w'fY6 iBf|b,o&$ԝj:67I!(Ք&1 L.M 8cA[U}Y(-:wstԍ^ң(PЫq4Z% q(ÐBfIpDA >oRXyo(;OC+$DtqIg ZS4?m&\!β6 5DUee& .B}י26XX )0tN{e8ꇲ١v4@[8"18٥x[[{8EdJgPry{1 LBWThnŀmj¥l{Z1\47zm+E3\m[HR=-KryXd gi_t#޶#\;7h1|N(a_Kh !m3TZ)zJ3pĸ=?RkDB6"5s8Ohѱ K@!tbb(w4IX=lKI)~څк@hl4ꔳȧ57 inL99&QGp9ik]0@3hQRƌ0l\\Pv)@ E|Aڟ1YT/j#U77t (҅ k#<\ +A+OCD;ϣCU-$M'E>ql6֚ϷtG#.ڂmsP[4HF KS[3άRω9FhW1o{&XMGjD&OC5aTwF1h @A1Tڻ(RΚٴas D]3V=d׋}{^$Aڀv}"qsi+OAgBvg(/ɐJNz`w&Uz 7(˵UH aZߡ'k}_r\ 0CaKeCNة׫\[Ϊv|cY½IM2-A)_g%:'qSBk'V'AEVrJISW ٙ@8 `Bma.ك\ԚM\mzg^w?T􁰁b9hjup? `c7fB1 D7WgRja5 3ߺf[DXA8yv.) [`Eۊڀ42١|1,v+-.%bt-;Pܞ #^ѡ릿{_4*+EX}ڥ0`{ c r` 4lKH$tvֶ<.V*l);hnM}t[iT{tڍ<חӍӧHGmvEMo0>$i5km3`h?WBc(ٚPZКy @-ɤ ԃzS6as({/%)XjIh!P!&ukf%.aVUεAS'dBu5MiF@ p&JfO1j[b.OMVD:a#aw Q]- tsKafLGaxiH$QH9rE-<娴2xs[wVEO{?v,4[:Ux*6Yfdi D+Tfek:Y!6bډ&gKy=1+X[L-Ҡ6|8<sI(a?2 Eo6M xp|K~sy K'4@B 짤-B:c鱵d^B``TLQ~)rw3[R8~7Do܃,|Q/sìv*PfsNh&%R GYV0m[c=[`hBd0W @+~vʆUhó`~WM> x5#B.#'Fm[::WAژ4[{VfsK=GNa~GIҠZ L)"tݗLc7bn٪˄@EΘ+6F s& pB`k3Ja?Bl?df4 G-7XsGvPZ,c&Rp(]6|Piu?eczǼmx\!Jҁd؁薛}OB^0ޜyQ$e@ ]?t CæQ )1o>=!\Y$WRaĢ`Էl\`Gzp3Us%}6qY&syg96G7n^BA 0[ z=$\DԅU;3]Y",9Lr<6;-vXl8`\r AO$d;7FС¯' d04ϒ0elx7fzT̾ M$1%Q4PvJp"eՐ^ډMB3,>a4 @ 0OχNtOƿ~hT7Ft\qSGw!2Bq1d]}~Z L=@XkIA j_(`u #Roטib_3~502XRH'I`:Ni@<ɵsXK4EO߲y N-,yl"yAk둘ःTta%Y|;@zSׯ7/Rae râ;. ^B-vbn}W};E4#"nH3 w(MJ{1EERJfIJk6(#i&&3}Pv)1%&٤3{l%Zrjs9}sCL+hau9cV' 9il`Eqo!wpU3 ֬T.ymk ,=+q_2=.X;b(םS`bMwKL o-2OH_ؕ(v,[H3FKurLy"S(zkx@KĞ\tn^ޟj|Dj}17A

W{ú7y„$VndcF>hzKI6DRe`?\[=?}'Yb%֩ sW*/3?.CI$ވАdE Bsw=Pv)1Bfz Ji;M]Wڢ󈶘fBpAyGW\mٿƨk3źmDliA"5%dcٲ@@݅"=7lvs'xjx(fxR('TSDlMQZ&`i GbZ[B|{dRZ9-TIU0>Л }#ת3=j2,p_LA h``XWzJPՎmc4E[z*OqcK*0 9p֎n#i75hS}DkoGau> F)Oar9{5G7UݭM|"0vG)1 DGV#iLKlZ%DzhhnqD3ﻷ{ARuG;FHgg5s2`VAȚNVr;Eܝ&E )XTc:lds%'.@-g 9랂̙+pD=K;rDiTLPٿ"WŶPM)S)ce'C٫@X䫲e\O]Y-Qļ/n}Ξ9evq8c38f5w9hS_ Dix- @ 0ZAx>ccXۑM=NwXN]4Eԛ^9S'^ E7 0+@.:^d$QE oG j,-~L'Eo^^qzr @ 0td$<ᶡh_7֨{O1XH= vs6=F#fHR,!%zEE4+q z!.P/1,i^5jܣ&u`LRa _=(*&zp$1n[@;ˎZ~oqQ3\:Z),㝺YMvvꕷ7X6Gj+zNF'TTNu:3 zjٻ' LC6y yN$C+0(Lpu C_we9qMŊyL>'5jfv/j.8^Ucka-+'cg@ջ CZw{ I}Xϋ1xG5/26w*d%Fe>HH-V$n71?ZdWQw"L2y.*㡵z Ng>v90E5![W(['cԁG!ޖ^K^9b Hb+:].A\k=76J (a{}feL/A5?͡2w\T1C1Axɑexx(Pyu7)@]=z:qf'`zs~?| im(Nov'tr+g4C+'7A@Բ$4-7XE !7:] wvl'//{3؏objvoN0)~HUj"71N\=`aDĵŔ;~|=N #u()Aw&*'j@,$y4:2dQwtaiai"?s^:sBWS Yocdl,x!B8嫋 H$GCMQ6  r $_.2Jx]^(d?c /QQk$1>}v}.2g^y\MPo1 CB$. CEnFtl`p ޿+GW &+C cm%#"jb :Qd"*a+펴"5ːukOJƿ@c[G ;Ja ܇ópaծBq8n 9opbB"4M,qU +=|H./ؘ4p?p9S]j6a_)˵R6Q>"S0s˔b'qA~EW&LW|Nbr5| y7&|EpG;+Nٔʧw#>]"II jW*B5wd˙oT%s).Q"6d_`՛- @ ,OݼT,g ̟7s iUS6LY!#0 Sfb ^E:MsWmP4A 40'%zG(ˮlA 0Y<=bB01F .=\jK?r3%ZX{גc-ޝgOUi[@TCܕw1O7dd`B+k0_Ju 6(wq*[t]ʐ^s>ޚf[M,!Lu[c-JUݯWO$@ oʭnLGu :8h4DԮf-$ttطnߔ8<ЄVxCL#h7(LcDߺ Fh̓cu#1+RD#9׳]`LK`38a`GSw64bK|³y&!2(t qSľ4zT !B۽,0pf_PK.]+bsq݄@Au @Gzxvg'jB'[ƊCS73x{B?); Cݚ7G@ S"]DF F?%dN:'+z2 nV7If`1g|VB7]3b BR^ΏG@ba,El,05ܹiz)ӲFH)+ZT>&88KЍpT"m]8 T'K:$5hwS|GfpcH }x rA _܍18t9|.:\#siלrITI( L$`]3dgDUrwe!Hq6'/\+v0<A%:&cZVj\ZFC*8f}"Sjq],'G'uϟ!3: ]&3 S ;sb Hm럊ȖQӻ^sB ՛J j758%(Sm)d3Q56Bfl[OFޜNԮx~XXx^裭c8C/EMݗk:f7jX6A6N %?o LahU,! P9t6wexT(o B5PtM { E*7wih<6\MĥL(η;68V ˙6?p6K(ɘzu/_ Af)z˰~jmrRqUޅٗ3iM3LZm;!]͙qݹEU0hWBV03Ҭ$-bsN-I0AvޯcYy#o>d=X~bXz6y.͇[DB 6l'Zʴb'L'|p b#77;iagSK"LtG}߃?@z|ʶm)[]3EӧԮXq HO_>~1n|?j|N<xQG|1 FJfeXeH3*4p'ȑ_|Sw18#n@D@c-#;\_ ߱=$|iØE׌ ^*bwW\Z"?sŐv{ׄ|_5gㅖYx6S X` }kkk+ͻȳ14`w^R?o>/?|@Շf:~ Q^spLֱ?O >2|=B7ƿ7Pm+r-LliJeo7+c.~ > CV'ď]xLs8-t-Ryn[nkSs~W : ᧀO 4~)D%z]Df=Z[R%koE<ܠ>Fk=ŏ:-\7=>٘2+ X _:RH DcII)7%iӭ<@q,π8Y#'^gfsoldoxž-ε=ŅZlBkܘCn -S [kDž,7N\Z_i9-!s a$6 FAX~炵 4F ?VM:} [y%2Sj˚??lCuo4o_?|/}GYϊ\4DMiwqox+/]ۙH_,h_٬x{RMj>((((((((dO'ㆍ@T ;GmKn3l2@=EyDS/>6b~$`Mx{N ld3l93D;3c@ckU Rߊ??/qhzg},u s߲k>X?x?({8?fL{+K9Oۭ:m>)pΟsx؄E|_(??~?λ7"j2.-t ^ 'K[voQ,# |_m{PeCjׅue6$e#1';hS{]ό-ڹ=~P=NRueo쬖qD{KWcOSULqj_P={ j9|P4=Aչ$a:鐉nc jqt"{_?!Ϟ1x~$x7? Ei\kw̐,Maym6ֽbžIaZu!e-œN.3] USű[߂M/ Ɵ죥xNӾ'nU7_:e< uh,3A![j>fۿ 5G]Ŗx/# k"&*n5;8:5h}6 j_x]#zi1qjSnme1<3+C++25g|I1/m'@Mݖ='Q.# -0ft-MU`[iZ=9O FɔÔ_m?yk_@ _PO>(c~kc#g )8y_)|| <ZŸCHk[ "IAt2r<V_ -~ M񆏬ZITڄv8Az0m$ 1''iT|;oxOSPYhjfyE2| ٓIcͮku9կڵ$ԥcFb700+궏i!ҭTfexe]I A Y(eXWOg+.]3;.6\rGJ9z\9?)WW$ys6+w;W@ϫ(QEQEQEQEQE|PC~͖ iM}σ^,>2Cj2sa ?h{6(-/X9wxoı^>=idt>ď%l4)g{gxggi4[,TlW|j^YN?eoG 7i;_i~K{q>שqmrUАpAupA=r5?(~opjNA xN;+ XSlv4WQ,rYcrh?J<RF'߉-u^ӡ[wwm*T=)z>~C_|*4èue_=֭rZfM%{&beo [k#~{Ykja;C ]IJTx ٿ}{k~#qHR&=qNE|?.>Wog,~.\|&v>tW%յ !qh~)HmFָܴ331~şkԓZ.}KQA jFSQ@Q@Q@Q@Q@Q@Q@Q@|m|YfI5r~+~.MA|1s9hzEm_ůIl$dX "mQ@Q@Q@Q@Q@Q@Q@P>i֥{ {lqIU(Ps'X|/̮{Co?O:Vv3i>)&yEHf1ʊ7M~v+G~?~>5<[^ .i44I 7a `Cۿ ooVVZt+tvYBkhRT u^Dag0m}rH#-~f|[3 *A?QL On,Wˉa8FY(?x⬟xcާh$d#Q֮5y-glKU~v'dfMP,}E|3v?d_/폫îP>'ĞMm|=/4WuXjB`{hc I#F WJ()xzO.xQ.d"Z5ژFa<%6 9M>&WͶepEy :C5eE`B%>ZGa5ƻJZ1]I%֐z-Kۈ0FW B&+ 5S )~.J?6xu}k"lN䴣 dE;o)W㝣`O8 ~ж~ze/#[ɭG_jm 󴛷-/j%[b!}EP^@ ?"(_'ȆեiҰ y%I} /{mf(Xh"Y|Ci?& >CЀhCVeNKσĦiw{ Y$ɸ2;$obχ>2|_ݘ!? ''qN"(*Ui{z>؁VK9|ɘ6_,d#FG<|'UlGRž,Wh-tUƺE0`EqiQo菩 ƥ,%cʈDU]OA@B|~֖/ ;! ITDA@63X(*|Zw_χoAU,ξlV:S #"FP?r!T}EP^Nu-6+x76kyb/iP0lpqsxm{8RHI=/i|?C&$ĶZkfL\lK۶PXГv,v}W*_VU0}SXdVUD k]"(VpZSjYۺA&{q#FlnX8ZdH#H#D$cu-{Du'p >9ǿu_ S k9?6c5pYC$ݫOk?i|9O 8\C i$O(-_[' yI"O~eIC*x^Hmͬ#: WϞf*_ WWBE.{ۦuqIqNY5 ~N23[. w<*; |KkrS٤Ңt wUኂ;?! t_ 鶤g'N~\ ):~_Dy$7_w/IW->`C5J˾JYM(WYddT@lOvY -M-5/i^-ΫKn`ỹxV[tp299S|)erT1hL6zݏz?&¿_ jRw{]_ľ,ҟi(c$k;RNʭ9\ (l)B8-i'V z$ux J'o xfjeOl{Uq ou3'O*)kX>84,ִQ6{֯Ű?NӟR^8?HfϊE!?hm2V8`庄~5x7Ή>$4,d?"_<ڎuK#[zoß %ލU#l %(5|Qs Q=kx\o>G ^s\ۃWa+k϶}_~>]q_=~g _j<_cߍ_ua|D]n-cHU"5 %݆[~x_ < 3{Jt}>pƱ@_:|[|#8h|oSSȏ?PdXdƟvk 3j~YxSWvͣ _G7o 7^֭kkسQ?,I$mO~q/# s*ET03EoQEW|=scM-dYæ>fg<PiEPEPPK?'ػVYVY1OEBPS/httpatomoreillycomsourcemspimages470297.pngPNG  IHDR pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>>d5&L@%-#cna!##3db Q0 FkdKΞڧO8őx&Mg ;($lyaH6 `֬ݴm+d@JR`dkiiI^>^ *Rׯ]omjKR@G('Os v 1)( TM-M {.v&@E(`@28$lBR"\ ~ Mkc4:3 F(7M{\nn5>}0'׭YQ 4*6!\HO=bH"7l>0C*h&X:eHCh? F(+ķXE:{2,xB> B}bF=)X- Ch? F(w>͎k= XO0-5k׀%;6&R@q  nK|H?70t@`z`̀{ dKdVlu6́e'Mv@Z ¿R2t ua-G(XClѤ-t`s.p9^^RgVSKXO@ dV.P ͇d3`5@1744&Q0 FK`[ϟyr]eee {e@:X DFGC4:? F(`ݚȂ@.!?8@@E(`3 s,y>}| H4:3 F(Xٵɓ'i`{g8ѢQ0 FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(HR&LJ~-G(44O8v4'O@"-G(CB7;W Iɳ4ZQ0 FQ, ׮kedd\܆gh`(4̛Yf͓'Oe4ZQ0 Fhji[X{.d'!)i FQ0 F(@H2{ڵ'N ^ѢQ0 R/@F~hh? F(( !)ɓ']ddd-,1= F(p,llmO>utC}3@Q0 F(@>-G(@`,{@`Q F(p@C6-,, z`cyye:ҿ&@z^ LL0qY ($ O>70 F(4|+d ?TXaeHO|MDIIX@M۶u`3iÐ+`C>3-H'$%cQ0 F}@ غGkKsbJK+CJbSYI)P}.xk]SW T v仛8VK@AbVA, F( R?Kg`)\ڻ?f)х\u z!](<; F(h :{[#"!222$m`4ZF Q0 FP4:3 F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(#h? F(`@E(`'NyyT; F(󕏏o} FQ0 F(׮I`=/G(|D`q[4 @~ZO>qQ0 Uc؇ߣ7@N޵'O0G xQ0P}_/OT.]|@@E?M=خÏQ0 0N5s4|F( y|HRB' Tɓk׮ݸvXC@m@iM֦f`N0nh -7u&d1j@2 ' lCZlڶM;S4] 䱠hOsln-fl_(`$`w>0A+@Y4t@i"5`֮YS^RlW-zb ˁ `htq'72 qtM(ėlcA\&ipkhm[GbmS!dQ0 hWn>jpGȸ?@G(@22#ImSChQ0X@YI)"`a ,-,6mJ :`ۿhfkSj-G([27 vZ9{&{` 2OJ~ڰ@Q0 <=p0rks "i ڍDϟ>f Z~G;h!N8 $ΛOPe^AAPH0 ,L/!z\ϛeȽw~i FQ0 <"'$! եe!TfJޥ+Wz a9@E(CKO -'!kRWAL! FQ0 6Xfd@$< aг{)u?h6x @Ӽ` yRwD_0o>Pˁ5E3 Oba }:~mQ0ȆǓ XA Ξn`D ?}f>Ѣ! ׮Od0Jc0WKfg`pڵ>0@ ^`O` Z$Gϣ#"i4t4ZQ0TD[]`̩I&jji"^ 釓oE`4ZQ0TyϚ,VPnZ4:$x3Z^Aj}0aPO<~yht! Qlzs1t`Wп:Hf%!` Xe` wZe`<@`Rש IuO<&L޵k@`nnx$%&%-]9?dŒh? F(H;sAryrukAl-G( %;!79E.iY^Ab^`?:" b FQ0 FDBedd-,mrOLJ:y℟yimj&0ѢQ0 |;<%j`KX#75Qk8RaV?h? F(xl\K[" n`  9&MH`H{8@`AZ0o>V?rXO\(+)1w킜~:\@@E?LУ0 F~ ,3҉i/`aQ%BC@4t LF22m Q0 ` l nfk>y93iD}=,@-ٓ2&`6AN@6dwa*`sNĔJפ.|◤rhipHG@MmTԁ܂B2O2X  r0ߝQ@ pq{keyԴ?(`>&` x1yL`7o\ ] ɹ-M#*xhՏ^=yz XwE @}`aX4 F@I&L0r ɻkJJ$ZsvN9 FztϮݐ{J!p/ N:!w' gTL7~5(&2`Tx)׮Yl=ypp4r~`/7e:\V3 s='/%~*iQ@v50B6[q&yW^R @s9wvh$Xomj, IF?L=:i? FMsy֭Y 9m=obNX {Y3G,@v  >d (`qta(AZ fF`g>BT⃆j=P ,#y FPiLd "A=d9?IkF(dHsƵO9-,㎮@4Rw^zPWOY^ab?y&̛; h>^;G(]=@R1MǏGG@t`B#&rQ0v46A쮝;Ghr`ckSRӌ`6'a>ĉHM--ȕ @ww"ih/idx88Fh8r+Ӷ@}ɫuF(X!h ,!yK^}#s&R` oc X?df$ڵs'dd*C~e%@F( lg$u;B.>p(Ck`,}>yB|iK>H=4`#!0 h]k ID<` d@Dv 'B` !da`aw&6 F` ]oܽ @í,́lPH04aM@FFXCB` El @ryà@mdE < ApkWxzQx 6%nQ0T ,׮ լ5} lC&jI]O!Юuk֎F(m8 ,E?d\0o>1C+M* @d〤+VYI&wm?0:; FP%dӧOۇ | 2bN[ ;pϜ:qv.&R' `6n Ћ'N$$%[ׁ3@}\x.Nqh`? 0y@,$bg`E m%M׮]0`6Zifa 32Lj}҄ tV rdddF|F(m8 ݚs* r'Or v=~ =kQ0 FiZ2 YHOnUiGyg^<"Q0 F M h t^@nbs^x] i!*vQ0\G,KJ'Nz@ KV=BQ W0T\`bk׬:@,Ԧ( t+@)݄YHuc GwQ0  aNhA`J$`DgtgQ0@ rA$6q5OpI=V6i#H`Q0 աX*ZbvTAJ2:{GG(ӈ-6`Ɩu|3ȇ @5g0z@(`cXO0ɓ'4BI]z,[-,;XF(`pȌ `qD `ݚ;A400׮];u$|P1d`t(`~d,wڵgn9d'3@A` rk҄ 9;{"IjQ0[4Z@X2s sHelc6uFyI)z `tm(`21h-}2n >Oosb? F( F*g? F(44ZS@ d?/oj]5 F(4ZS=}L`?:"y? F(l F~W7GC. mQ0 Ѣ`?&`AhG_SK ̟Q0 F(X@E?=n0 F(< FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(q FQ0 F(HEw+ FQ0 F(` v4׮~ѢQ0 d|2;,@`Q AbQ0 F(gƾV(`8@E(`8@E(`8@E(``g@E(``'Ox ;m->y:`h-SfZ:8y` i@E? ]lldbRm[GdQ0H@nUcXL5b4LF(hO>~nA>hQ0 Ѣʍ&Ο7o? F( F~'NO]vXOpa"4ahcQ0@ܢy !@-'OX0o>|rQ0@ĢXdO0X=ݐ+Ե` ݻvՎ.` @#k7/,/)#}}` ,끥m[!?Ԍk`Q0 T~^'OԐBTϛ,߁|u]!#h TX=&Q0 F`4RI&d۶Kj F Oĸ2 DV>{Q0 @>DC < ?bV@GKQ0 F4y!ppHHgO7z!G. }`qjrrJ`Q@k@üLv9r>@mQ0 F4~`;<&[2`!N=`hX _R}U6mJR}` |hR` @ö]_د@`4X M0q4Q0 Yϟ7X]O8 AMm`Ah#>{\[#"fRMF`Ah 5u7!TwOHJZ4` @í G>O@nOHJmQ0 ᶥk]ʆL0@^yڵR IU `ģ`Q@]@íl \B |!Ѵ z׭Y;F(!ɓ'O'rv۳O݅7^65 `IQ0 F@RGBi_v-:"vVefZ:H]@ed⌠`̓7G.F( /H nP(+DG@?~4Ճs,P2RӀxz=~xwU͝Q0kilfR`1kNj 4pb`,@뇌 %'Q!ѿ@ԉ Q0 aAuރ i^̂Rʫ AM-M`r= l> 3 /[`lǬ!0۹.l2<6z|(֮YsI2@Q5p@)`) & "a7@1aIe=qZO#rUmVQ069 ,I-o޼m+;{a<^ aAM 8df铧Z(ٳk5p ջ5Bc--DZT1pϝk&}excRc5ayڪjҧ\p@ {k4\g c4pQ ʊK G} v4؄߄kWxzUYgа:C޳{hknZ ,]̴tFv`s '@b aVE90q4P #.F3(Ĕ$"e~^훶m%rRI U)Uq݄\K=v mF(`҄ @۶IxG)6\@ ~+ȇ@7AmQȤ !+اeH,F?a ݼGs $Redm:8lA/~Q<f'oSx2d50VsLu#OYq xz.-{xqn,!{!V0o\*.+|h!~b.6!5<-ĐF I-Wh<#6]Wį߇ܯmZ0o0" @ ï@RBN dS=Vhn\aلȖ;rcFm;@~b~"gq!5pR9ej`&?-1-w`Fn`rp a髼` XmF]vaH LCGQ{f"F|`vZ!h}>dv0]@L51ut:Muih8l-'z 0I>|2`8A!22}9; >,wx0NR PbJ2\{`C# @nu^(`X @60I<-Ȫz#=} {0 dՐ͘*:7dk)[ arr13?~ZHWWns p|҄@ a[b ^ f Lvu(/)ݻvw @it(l̊rO`z [b!) XCf}; X @~ c=  rWD b`2c'O`vM-kGb9Yrh36bNz4acX@N\9Z7!.nx.w2wj'L0ظYf-}JEs aw@1?dT2ec9 I +ϚI݃DF(  &H#Aֱg ku#*a)b L II [0o>L|ش-GH_H69r5`1 ix %ZeFk r߇q22 Tk׬vo%8A20~`^z)dT2{C`lPd`:{am`uE-c[#%81qt23IbRA6:q|h ?0;YKLH3] !N8: ZJJ!SZ ̎>jC~`)䛔֎7h@z:O׵@M۶N0:isX?G6B+`_{~^@G|2;Aŝ4^PQ~WhOT9͵t6!av9].:"!~OFGUIrr 2ԃTȰL '@E?gH::x[r`!TTFLi8ݫ<e{v톴]Oc5?i„ݻv3W$65ǃ)^8o>hniZPvh ^a! #Pv 9{R 9r PYTx5We\9*?\$Q@vD&3|~E6yٙ>4t:v9 $!'5* dm$R$. l"@>`ȅ@CGc|PWf= 3ͦ:hOY3DH!`6k!{`onݺ< ("ש;9BfБo@Ӷ?If'? ꚺZv O4Gs(Q@F0KvǴ{;'M7`MhO‰'7W2.X?yWNƖufñI@~vf- Ia q5׭Y Y3k֦f` 3@^!gHX CŜT4xH-iN+kh]8rXZFR5{vF 9|l Pdڵk< (y7ڑz`[7r' ǁ~  yBg@>`;dۀꁥ

IW[hJ̓On]8LG! FQ0 FCdGr(Ф [ڍ23-23B} Q0 F -!6 9xg<<`{r) FQ0 F yX4X; @@<' lCN2ҎѢQ0xŁ#q`x4agiji BKJ}?[F4z=A`PgNk-.ɉ4$ 8A4:; F(+@wN[v5@ffarڵS'NB Xy > 22Tq6@`TQu]]  RQL6pqss߀=ĤP8Oj*88q5!)=(k Sjh5fgڹJJWAv!]=dRh?ZQ0Bg6.!E<?/o$ 4 FWQ0 F(pus;p0u5@AΎƔvV]Mp.@` >V>}x.,XI?x)֭Y+{R7<T@.F.둯bm׮]wT @E(`Ĥ$/w2 6dw !$& q/ #+`Q7|1+ |AY-G(T.]G.KL}$H@|)HvusCz$($OЏ@@;G(҂,> nIF]vuk*82|, FQ0 F( nN0@.-t`5,E/-G(ȃ"x央{$o֭Yua(Vö@ctOa1`A z}Hy=>]@`|&OM x- ^@4<.`뚺ZHyM^/7 %w3zedЎf]v ( ~vxI(@ya{׮ rȈb! |}@ {n `,o\.-#yds2 -M-MȤ I&@G I4Z喦f!:(`G`RW"84:Kr  6iwQ0 ,AVѢN-uk}I.XPHhQ0H@-7r!x|X6G(h> ,7> ,`h&@|n}4dF( ~j>`u5(` @;+yJ(C ŝ4Z`5:? Fh? F~z׮[v5ŝ>5IQ0Z~@E?]<0`?>tEûEQ0 F@t1ȸhȌQ0 h-i,!ۻ܂љQ0 F-i%>μaQ0 F`4ZS[ @$$%6 F(T F~j֦A~Q0 F 4z5Au]#$6ll3!GgQ0x@5g~-iFqQ0Z6@>4~.]?o71:4 F(@E?dm[9 lG\vHOt4pF(t4‡~r'G(h5 F(T F~]` i̶˶4‡ɓ' L@!3 FP=- 'Ĥqm Kyxp=GBw F~z`1dxQ0ڙ+l2Ѣ :"H.]|4(F(Ii FѢQ h-G(4Z`o FѢQ@+R`o{ Q0 F( #?ۻ@`Q/ѢQ0 FѱQ0 F(q FQ0 F(q FyG(#L02%"ˇh`\, H%=iQ0 F(q FG(`` k htgQ0 @>!{ +ѢQ0 FѱQ0 F(q FQ0 F(q FQ0 F(@&LPQPaG]3 F((ypY҃ ([2`IENDB`PK?RE * *5OEBPS/httpatomoreillycomsourcemspimages470299.png.jpgJFIFC     C  t" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?ڏKV7gм7ʉqWSEP,i‚X u2^?j7Xht׷E},NA$|?<M%G6s&T|N8`F8;ǩ#|Hҿh |)~?Z~#44|\9If8dKGŏ3^ׇ- 9o|@f$NU/>9H鸪`(/Q ?a}gᱽ@ND=ßR{ŋ_j_ZlrR8&G/e ՑJxw^0Ӥ?ќLU h@+~,~[5fi 9䰼2mDee |rG4k,R++ )#R׀Oelٶcg)M`qqI4Ro*|2?).|38FUrOG@ ࡟ <>H1‰ڟ<8ͣ1f(2a^?,xf|-Mj崾dOhj(((((((J꿵KEyu/B-pA 5?~k5Q(o{o|x^=wix/gX:[EmA:xZGDbm ~" 2\*$gO< 2&~xnj/ķ s<Z[r{\+~c׊uE|y?|F7驧jq&odKZUrT1$˕_x%22A xb9R<IJ2fn!@=K5}hV4YՐ5TRd98A5` O|t~+;O,#L^K{x$wYL._D܌Bhn}EA4>zP|I;\/ pk$mz`Nm䇎:_?x /w_QAd/oky$>5aV(; Ea7xKo~KY o{wp٠vxsľm_ xTo"ZjuOz2H ]((('?O_u/M|e4?s{.VmEGS͎)FYTŽ WսrvI>9~ɞ_Rl|yUԵmBӴyΪֲ֚no5A~֟h߄9,(K u5G5j6P;X3I r K6›$+vN9bEW.Bsc7]|KυGᆭceisai)t]txq=p>^O~X_wf=oou ,):-Z=W 'ػN=XiZOjHome&eu~pFdO_K]6YVL71[[;@8OQX7^4k>IeZσ:F)(pU1+?ioxh5ux _BF)-%.81U}'?h=|_NKk 5KNSKs㨯G/(/47 e-ݪ -#rVHO%`$7*I#cl Ks7>* 4lnu(b,% y;CdO55tUnq,s\F}RA^:t柪iZ^a.i٭Y#}XGֿ=/k'!xU]լg{>>iK )f6298RyN>oh|P?ǟKcC-%{Vo`֮VyS᦬ҙN\ó;%$3٣u'5KTec}/#4O4rz[R7hOػg IZ\~#H!l_P>ОݔUi*_ZI浓l8]\DS KI[#{#xx _U |iCᗁ~薶Zoh6}4V2`1NN 8b[} LymzUچStRēyګ:WʟU?jP4b}Zx6cwėr[ d $ 7k#ntm9{:[%_iڒ쬾a,+6>Rhioxdŭ>7M_P]@fmfԯGo(-cM /)^1_|2xCctxssB"T| @㐨 b|c?l?kƑ-{ :5 C;^kI}Uc@WH>[/X 偡Ȥ@ j&tf|}i^<ōO]CbR&-EhV3!?8K`W-Ꮖ*^U{:}Pկd"$r?_ ##O5WU<^>\ heu6\macπo'Ư^=w ^:Ӓk=>Y%ͱJ;݉?5='/#|ah{n.U7lݲU ,lFQgJx3Ě!4k^ YxMN[30RDi=~_Z_:'eExF&_9K$0f!0UB׿_qiupeJt]r"pF9P>Ua7߮i#xs ů֚n ԵIYHV;( Ǣ/?gxįzWG_FwH%m+{Ďs|9Ie^, 乙E}(wcQf8P?w*2nC/ⶓyѾoشE\]Kgq $F|r&[/HdBZ0aHUUF$73|:&M#-VWn_NEEb" Jɬj~%'ſ]ndԴEy4M]HZ$C P.S=x/q?Zi*iqs=^Zk4$Li SX> |O ]oBsz3"Hs[ w~?~͞?vSž QHJIy :&dTr=ZQ52N[*o|]鰼55yrc;>|Za>j?h+IooT:q -mce OeX"Hy-s}k_D<{i~mu+_x6c J5!H'WuS@7Ï_]Ct?}:8LײY Y_5=7F@5 'Z-/MѴ}#NEoiCkT*\wO1ǫ>{G!USW^ku?hD|n<Ƥ/O` _:_Sj|.5p:߈n[+nΗ6C*͖ݚҀ?.:C4_)h ir `˅ԤV䑗VEh2}O|OV&K0@)0n%; YVԷjoWi+zxoI}2i@`UdHSənXxZ~.ޑNjq7qxOEM1۱V1yMFu[efVj ?=q?>+Ꮗj/|5&񍦣^'ŵh-SW7H,Ak~~:/ltrErI;Q@93?gmῊΡ\M-Wpi1XUÔ:גx* |376M7{!fIc>d1G!^ }cy~2AWiR<M n]2Xx8nL .y gz/xY 'Ěy ŻOg[.eM693ND?ڃZ-M>xs_Xơin/b5uwc٫>9/'Ԡwfy-u;ygM>k;/ 31!V0Aׂ,%TZUm&x|o(1*$m,>a=ˊ8|%_~-Xx:YEt'?f<(7g9QIng4\<#m5`=ph8D%@h((D1ȁ E-P_kLnau/[I6# ;j :4Q;ģ16۝5;$}k@)?DB;M6+[XƁ~@W{ ~Ҽ1#:7 |H.46C}Ϳk&l#مV,E3O-;_5YxWچ1?ݷb>f+Fo <+ f;I׮vHpOzKR}F>'<+p&$FmZ1 mk⟉3Ai"E|Eúkjб{b|=(# 4~zfk"G]s Ѽ5A.®HZm1TA_7ݮk>)xe4^]̶-O7wv^ip@>mx~G|jN6_PZĺ98P3^yxR;H7_nKjZW7X[fnJh1_rxk@Ӽ)?<";M6+[X`,qEz+~ ~?5/7Bi^Դ.V_&Yg ȊRaf>=sUп`~ioA|8Ĵݎh]V{kUa2Le/*5 ?>'ZPK.xoH$wMC]"#*Լm٫Hf>_ yLdKm8'f|yYs;xuח?vDQ.$NM{QEQEQEQEQEQEVtk BWmd7Q@%EچF/xExw[]/G Rο{+{MZΙA'brq]_O5AtQ5 u#Ow};M&~G{k?lj_*b|?Z=qWHð*\GyG ? >3\xW +KHci'WSg+2]u Vʷ۵7M:i G커g^ ]s)@NeQ`A.F~sgRcg<1?:+,fP@3\"B3^+|5ǂ>MoSi0xKy =S 1$[Zml͜ k((((((((((x¾'<_Y|en"%]P{QE_(((PK?Pڀ5OEBPS/httpatomoreillycomsourcemspimages470301.png.jpgJFIFC     C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?j,^5}Fu)Lm%fԱ$"mE@W CCKz\s$u,F3krvs𮍫i>I{|@[|P񎝩O~r]ZkK,ѳ:+ ~|+zÏ-|ye:u_ EY;#AGA ϥ _BL[,8HJ㎟ğ|"/5.oFALD˳:!_/m|= (GS?عhPK?+]gGgG1OEBPS/httpatomoreillycomsourcemspimages470303.pngPNG  IHDR-[5 pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVmy1ū15HyM<#*+ P>!\w6mΏ~2o)y= Nɨ2( LL"<D**s  '0f~`v&b(.an1W<@ -M`zڠ-لtNF(+)l@!U#h [&93 D`D E/u?P^k &Z $׭Y,ߔ?o#2#=}d #BJuko]GЧ_=lKH, 6g{` Z8uԉ3E \$E% |HVG\8o]/DLF|<5h{iC.,y+@؂ÚG>y ,!Sm:o҄Xj _@Czn0I1 2di]l/ [Г&LdQZ!@hs$ / 2,院0k9@ض{Hp8?4,ؠb%3xi\`%ꝥϕξ~H ۲Z/-p<,Mnw>nEqRDT> bCޞB< =UH@Vi< 1VyY|JY`nw.:zv@E$6 ?4Tfj8kW—@t-h++.A^zE70o\_"8 `\D n:2AVXB YlaU)@ yu@elȫ)mde0AXcz XhWihQ :<`({aJ 2 aۡCuƂy?6lh֫-%5u[jsa.Al;+hpx{]؀ MkZZx'IĀwYvl)A[5BuZC 4k)sH(u2E`цA`@ mr" ƜC,@L" XE3^*0c_uB{ vw+4`ٴ- -EA L_ , & D`V?)i\zO8 YC:Գ( o/OY2h[pCȓ'zug 0F "`Q YBs.01320E0}' Hl<gx<0GQ"9`ʛ4a0+d`df-m{T<KU"C ȊS3HfZz|R"7Y<9R|EZF@M۶#@1jPũ.nTN8/)+ 5PR#O020,axj`.%hP=Z i;##8 F($A3q4/xid\dȐ D9,ǎQ0 F `QhQ0 F`4ZLQ0 F4ZLQ0 FD]tr|Lg_P}// `u[H((ҿ=fq zIɓ7xQ5o*bQ_ W_u47j5^j48|t0(F}1x|v0,ƨ/tKT&P#4:6= F(h1= F(h1= F(h1= F(h1= F(h1= F(h1= F( &vJ\NCgMҲD0!O?"b_5 F(3 })Y<4v#*$Uknr=}I  $mz!<3=]`YC|x.Q!!A!p.L s)_DbDEd^{0bCG#8$!"_z6W\hiic0 [5}]ܨ`N|4a"P1f D r1XWO7sNefN7A"={.`ttiC/5@ 겒R#/I%\qn=VnijXO,A5[I@-˘\[z;{Ig׮]J :ls s`T0GSO3 "8'r";D/4!1*hᷯ~gZhDzNBa:6%M)&N I^0%m'gPћ5*V!nq%rjs!g/ Y*d+_Q`oϐmN]tGorCѵlkGQiEHMz5!0ڀ OjgItH·;L9 rFGpH0$7R#5*l`iHԀ̑ l |%`jk 'O HZӐ gSj; g߮r OgM #/]{- `!,bbϮ]t;4g7f٘ xyC>w @ u hij"[4ʡဖ `ery ,>hxf d ֽPX9 x <&vo@:wp mtusZm\]A;U0BZM.` *B!{񤬤R/&$%TF \Ú~'{+?L]sHB"u xp`ib!H YV,hǓaB`[\zރGP[oS$կv%MIŏK;3?5]8fqJJ_97v/脔A/0@0ZXm!lHoȝ$ ~dިf`ǝ [Ƈʌ.d (G9Wp=h`AjMRkhև5u8` l X#Gn\tj2t/ X@; Ŗ x<ٟS$GT TL??ЃXORA ) ¸`b5lG > v 0ǣ-4:A4:!,U%[`Q0@ӣ`Q0@ӣ`Q0@ӣ`Q0@ӣ`Q0@ӣ`Q0@ӣ`Q0@ӣ`Q0@ӣ`Q0@QmS:K+Q_ 3_PYF[憇/B)ީxx=@Q~2n[R0Q_PFpC!b߯,8~($BP`1Dq1He4i$=(` j@(` j@(` j@(` j@(` j@(` j@(` j@(` j@(` j@(` j@(O>(h1= k@b4(F(T FQO< Q@]pIڜu7@ӣN6GջhZZ@!bz@'O(XfͧOF FQ-M|||!!A1  eddF XF`;uz44FU@kS36}Ѡhkz7y2ҁS`'1)i4@FX:hPh5=ٷ^vƵwؔ Q#{'>y 51 ?`4<h|AD/6vGx ِD5@Cy 3Q%Vh F! ΞQ@D2:<8@C $;T&LMTJ!>}Ԭ5:7 - 54ښ2`ݚ222裀`]h1=dkF7 *'`:zƠ4ZL2Hjhi( ~@aRG( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( Fɓ'֬!O/QM-[F28yWڏ&*@<_D!BGOb* Fo$ h1=(a_ӧ'N%\`-  Qp}2twݻv͟7tBRhhtlzhHcϮXKs.B+/)u%; <\8ADlDm[9WP'`NGg 9@QBrk؞ta`a t0S65F0=H56G#+bz`nz  5AQz@("}V5:c`4ZLlM'&%޵k`2e=}L` %P78$KDlYK ht q}"0)[@5u8KlHf/]|4j.'* {$ׂBأhzJZFz^j'ON0WO0! #`iW_vmtw"h1= ֭Y;.׆HHJ S-Guۀlu4:0]4.dbzP[ZpBΦ,6!Ә2ښbzP@\bXFCэz |l@Ue%[?@(f1 !((>"g̴tHg)=UyI)$Q9m ؎hTNS ed'i&@robRA @:FXR])iih7>k`ht{(b?  Sب%øM ,.m 9n\ CrkCh1= p 6vFO~䤡 $I 4ZLȂ<`{ذhdAGP. ̛9|%*-G[i0̽! k<rnıhTk0w3  s~O<JQ@&LT'`F2bzP-G }3 ݯ@40A\sjHϮ#9>yrڵD4ZLS$$%BFl =rH>s-l@4U$`tR'M윎6| HDyGC- Ϟ 3ؚj>y h6$!ƖnG V) lã:)v?/^4a)=zijf*yC@4yDȮӁ]OcE3A'Վ&Z`8'Oi]C=H h&V6|֭Y;޼a_`qĉchQ3?b1rUkS 9>t-iҬO40I&Bx09 hMĤ$ bm#@-h7!jt h1MC0'! 'ep)Q@x ^NKW,!6 (~/xt h5= H&L\0odX(Gϟ4a AvFbzՂ^f5kᚢ.-(ahPkA J|`'n0?y$Vy&L}t,0`'MIQ III8w?o*ahǦ!e4iV`5rvXKg͟!EZ5r:{}4 3@\LM͐XRCXQ&D5ZO)THu]FSp44 lKN5sd{@FxΛ?ihDh i`CXWp]G F``@~`2@1 l(Gri `HgO3p4yzbNA:LN8E% Fw!>--jøwus>k&$E+FbzuT!`p1Md c,ô7'-(`MQ4ZLn`ra><h}ݚ@̛=z0hП>}Z0o0]SM~ Xh˚Z FǦ f'`|{u]-#| >ha < PcȆ~к;yV<h5=X2|Bj-bӶ\^R wtzXT$0Zw)C@4i֦jmMb:6ooaHrh up `LHLT&Z et 5@Ӄ"S xjM#Ei tXO$$%]rrt- FoJN rqsp@=]dHEk[1 !)aj-'ABzU8lXGKvGh1=ӧOux2(x (5bz y%u^AhP5@.C׮9n> 6G('N@n@ 3@#&=v4g.=jjGSHS'NlZ `z4E ;@#޽kdi0drCSKYrM@: td6`]ܤG aKɓ{4i` l A&uk,7GOҍ̴tȚw`uKLIT=z0˰4Rix:q6{2:1)ii{4E W@#޽k`Hg t lMC/FY lޢ-7 X8B: >3 6o:ZF]>t>xc uk8Bj2zxi`Sɓ't:p%IQS#HB$|U ZZ%%(`͕RQ0@B(9"[|!h< (OQt5F b;5 FS($ F^`A h`A h`A h`A h`A h`A h`A h`A h`A h`A h`A h`A h4uĉpt4ijP 2O Q@@ÿܲq |(JQ(_LˀyG#{P[0F@܂'O̟7o4GU@BR"f(QLhjiM0(N1 }83-}tzHY $#"GKQ@9ѝ=244Ri`kz@ F(KOShzXRoڶt҄@D%222.n:F2 jij( STPH0%&a hdmof`zyd@{׮̴(Ҁ(1)s֮YLN@4* XFf"JL-7fQ MC[6!) $EIb ?@\WPJQ=ׯ]ԣ2 @ʁɓ''L Q@9 ԓ&L Q4ZLS\܀6GU@bR̺5kGb@ӔDhPȦ-hBH:qr4(FUN h1M|52oP =}t4(Fh1= FZZ(-G(`P-G(`P-G(`P-G(`P-G(`P-G(`P-G(`P-G(`P-G(`P-G(`P-G(`P%[ׯ]#e2dFɝX'OuyDZ/( )'0k9E3uo}#x`Cr 1@Qnij&;ȾRhԽyݚ5(< _A S}AYf oy꾠$aP<|!-#C7_U!4:8 F(h1= F(h1= F(h1= F(h1= F(h1= F(h1= F(h1= F(h1= F(d4'O ^iFHl2 @bX'M,ytuAKSy 설$jBr0:vz[^AufZ]s.n40Q-7/8$Xz8X.:ꇾ29d,4<,2ҁ52O5X@Bٛme40^C[2g2 `; Ξ!煓'NHl п)'## CzXut8rXFКE\ iCZĐeCwU~'[)Zv8 8STM]-LK\FFp@42$:mxꃊ A؃@І l3 lM-`JS ( K`ohkZGV;vo p#;[SK<<ɀ7 F[ӔЖ֐n_x , jW7Wũ>}WZ4ZLKJi>2ZAtD$rEWzŞ<.u.nnByB,`%!)i(ZZZ  ItXf-$EoMN_IC}! O D_-n$_Hk:1)dT 530.}w xx8Xb9lna`|/HMTTyX4Q*E+@1NJ hvKH@ !*~yAA$ك|Aҍ@LTXE+⩲DnKS3+Z-A/o /a\ۡ$f X,RF2|wY;( t@ȀѿBN// ɺ H[rCht qQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5 dz5BӃ&Q_ c_45m0D -Et9E:Ŵ}ZPz'uT?|kJ,ݨ/!4L@SQ0 F4:6= F(h1= F(h1= F(h1= F(h1= F(h1= F(T X_W7!rgͨL0҄4aB^A`>Net@Cfx t 0!/QrUkSy )bgD:W`_:d/7Yp5@AEByI);UP)QcO {#">`\L0q0Q 4&"rϮ@w֬H'NB@;?-A-Бdd#o40R(C6N $.2&cXXgf|R"- @ i?~\V\bom,GٵW ujV0o܌4#'cţ#r[|KV ,;\̎g^@2>ԝA,4QDU+x v\7xFOLJ,Iެ%9-8`[@Gj& X8Dl~@7KG!=3`Q(64,2~'0 Ը:@ ><{X1V6`EtrEnl –f-.5URزl5Ȁ  U P N`hnFUS 6hPڽd0iVHi`y L;C)ڀOQm9`9!)8l!Jf|5`/@VӾO@L!G<`8ET ^3 :Pn,wpF9IA5 *L`gOP<:c0we 뺀y 90xaϟ>S׵9_a0 v]E/? b PfppSjk ERY׾fm{:Y8&=[ 0 xO ŗd:`IzD ̩~'_IIj9m>~HAyu!0 } E86big!Bl l;wK?I4M%eJt@8FX.Ko3rNLA[\>Ra5kL)L"%(}AH**d%s`|KIENDB`PK?{s;;1OEBPS/httpatomoreillycomsourcemspimages470305.pngPNG  IHDRQP pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV񹸹"zls `qϮ׮]9ΛI~Z?}NCK ֮Y ݻvˁ)-+ejl`'%B/@łyӍH Ys !_ 'O%=@ #֬^)UV\h2#,P(!];w}6@Y`b?еE|<l\Zy_z 2p%0`(Hvq:; ^'$%I`u)lAd"V& i"Y4D5 l}Ԩ&@Ш3`U  0=}COI t3$Ga`R7],hz`ZP* Cd I=}L?/oH٠z&4iXԘWp23#輮n_/o`2PMi P0ʴ &:^\@p_hBXNןBѺTPLRx.NVM~0/7d >$ТIjrEJ tbTN&*9܀6$5>:(HOb嗤&!v캫_`-'Ԛ 0 aG30GOJH}XIW4M Y |hr, &(MLOa5$4M;ԣhw$k#P6]И"SG;#CMQ!{vcʖ/Z}`t%@L32aw i (J_d0|a hXL&C`XA  LX<$&Gx8^{.hP7AJa&!˫WCgZsxe(  i`BF v`jBiNl@?@o7 &GȨhji>z0O<䅬@+gO@ > ⃡9Vg W?S/Y6`` Ra <+(Ż~ā=)=ۍI*xXH9u^|PDEDŎ7^6;K)#WF5Aytj4`(},Xv<! FjgĤe2^ۊZL[1R%؊D * @q\g0Atq*yJ^ E pH#b|< Y,;Daq^O n%Ѓ ]/@Pzy1 KGc ?`D:;z FcnQ0B@1 Ź6̍|V̛65$VQ0 F@ X1 Yl5Ïk3ҟ>y QP]W?odgt(`DA8'N铦YF^>>--Q0 FH4(`< F`Q0 3bzQ0 5 UHgST_; A(Hu N*iDbAtr(m]X׆bxr`&/΃@T;X9`i!t%?ݢvf '[v-_ NX-7Q_Phq!)v _H"ht qQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5 MiϬUv[k/ Gy2I& B_/&*"}r/ 1 q $Di $;}@iqCLL=\^R m"D\ [s@B 'ut*N wFǹK1}q0uf_HLr6.͑5#($TM𢭵r@GgO7I "c0́ ̀9šr_6@1LWWO "jϝkb<ʚ9q8P OU@LP--+.*_ԓǏ?xzxL:T{kL@ a $ uj l:N 51h b*];w"4 _ɉ3 H @dJ@J$*ZNcӐMBR"6g[MRTBz|A4֮Y w*f2_ 6_!%In0ۤH' `78Z`*@ qU wр>$>@6=J`.788#w`,pmYd. Z&ABX. '!Ğ]C hݳ(0.O>NhAKSs*npӾLd,΀:5-hR ` ,Zes'M+ ''. (#ih~ ^|!=xRVR *#РhMCaPAy󯁗zy8>Ap E0/F6b`7f`FS9똥+{0 33ĂgJАr)xTknS2j,lNWp /`4  baԫ?|X[Ӄ|{֬0mAf!Ed ^.])n[*S;D䉓hB8zeli30rXT]  NFFޛ  LKgwA@DЃ^Xgukfŵ5 F=FGaP}0cڠ |`Q0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5 B4w0; I 5z0ź5kv"on Z S\r! z>T}9 㘵I\4Nߩ/=ȁDE]8҄`[)`8I&`M CMm` D -htlzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5bzQ0 5 hii͟7o40AtD'hj4FhS h1= wrus 4 ##B#ß>O>M0",]\qd?% FQ0|Dhk^0oh1 ܼ|:Xt5`䉓@Xec Ik@MH0qBRY3]$e5k|02\@ӣ`X܂|`ᄐئ п>xp^A0F%5=yd4dH4ZL֠fmA -5A`c;i„`!(@%PCi@dna,H>}y<upHpYI w PG@(Ha`Ii-7dt< CkXXR f@(@m@'v+G#X&*$$%d;f+bz 5`InZ`6ڊ~;%@hI(@'OμUKW,z5 h1= آf#ԣ` FQg:{e4+:ZR:ԭMͣݱ-G 0=:6 VRwtiL@S  lSȸːO<+i`XLd(-G,͏X]fݚG =7OhJZ0oh FQDA1 c4$ܙWg׮֦fs O FǦG(qP]Wɓ}8$@(`ЀłyG FQ0 Fy2zA 4ZLQ0 ! Ѡ-G(ԣ! J'O[fݣ;F(Eu6($yϮݣG2@ bzy'L֟ZZXs֭Y; Dq0\h0 E1 9uX@O=vr'N97uw6hǦ'M `Ll޶u`[@`h'OL0rhdQ0 d63U'OAh&2zQ546h iȂQ)rQ4 zX)DH軸Gz #e#h iHbMu-F`@n~:@ r\M]퀇@ a(i.45iϟ7o֏VWO&y 5zhiktD$׼p`d`'!)iݚ5vaX:oe  $y Fi lD.Cݴm+hvus@Dby 921h@O<=vFHaX4?!-)3t&L\F72s(Tm ipY Ff8h1M) m8\Ys 3 ]a4ZL,etpHyX`* FB{׮2z Y1=:@(@֦ѕ`Pӣn@@(w0=y$ 2 I $,G FǦG޵vFC Š2A hi\Y8r֬ѣ}; bz 0*g+ZZ`d cpXBbz >蹲`ȵI!䌎x@@ӣ`H=z'O?:4c 7vH;z`҄:!)i4( FQ0 eddF:tS:!)q) 4ZLa૿GbѦ4ѱQ0dۺ{֭YQ']'r=P9txdgOhSh1= x)0 Mk1ht,'&MbG'@ӣ`:SlGGDKj`ɕ[Ov3213-XL5s4-G(Ux]b>H}::܁ h`R`ɵyarkS3dyxX@`0k@x 2~4.@([ޫ!ѣ7Q4ZLQ0/`Szx.Gwڕ4ZF4:6= F<X؝lj߳khPPh`[X,ԓ&LUwBRNo:HKG.#y yN8Ak~^ޓ&L40w kR15umG=lO5s::j76{i4048Fзr,Uhg!`,w=i`#>6ncIcuXfmbR&U>?`w @ ",~fPr/ahuN]!=vAFr.]n\`@Z-M5'睈tIiZUxj$0|9Cϩ 2^QL ͟>k& ҌX_&%=K*52T@lMCb/ӳ1]T`*.2jA2ҁhX`|a` ŵ`%`3!)|ݚ5]SX1 X$&RRwq҄ d_lxdA!Tr_sZZZZFfm[Iˀ} ,!1iĄ4ښ&Sax/)!4H 􅯗!Y(17_#=}x\N[ ,=^&$N`6H 0 ݲ+ nag= >U\'PK6}X `~-DI:?Jm,-ŔT%UHH\*F|>^D%CmvrUL&o0h!Ԡa;tlbO*4AuNDzsC Q_ _ M_mXR;@]@yҿzd4&}AL4i)Q0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( FQ0 F( v'd/F}A]@-|4=<|:a%!N1lnaNgS7`+wP=9bD50!ZG`Q0h@MQ0 F4ZLQ0 F4ZLQ0 F4ZLQ0 F4ZLQ0 F4ZLQ0 F]֮YC]3h oSkSsBRPk@#8ĉ?}y'Obb{)uo#KHYCK|1KJe4h'WW(+.?W͝ t#kV HM @_46@ǏޱzgT`,];wI+쐋 H&' u/G0@|d : H< q'P<3F!{Z uPO%f0~-otOpsw~Lą0?p'wΈiy }kΏ l=QJlhȱOTkzڍ65O5s'C C%. LK~POZA!! (`&?o^^A~0:2!)qP@ X1 <Zga3, kKJ5qC'&%hΞn SzsH7Λ? bKL$!dj`w'V6>[h(P A6݆b{ 0 ~#`=a4eM Zk?N8 )מ>y uC1ARgy0S e`I @,%2 1t后Mu7@fO.g(6h1 >RE;S ͟>kPAߵ!N 9%Ttx^SX+-ȇwh`i` C@k!=' -0怵w3$I[:úLC˺_^ d_ I9pM&`X[)h`Ʀ~dp 15 )ImӐFܐy46i dd`='TlN3@ @1 ЮzЫé3JyU&tk&,CA2N|!W0͟7MEׯ]n z"4Ї@YÇNV|Ro!<)S`ePb#G4/]<" 2 jdKӸP E_ ڈd0tFK9~+(7xkXkB*Nx wqs R˝ [IENDB`PK?o}XX1OEBPS/httpatomoreillycomsourcemspimages470307.pngPNG  IHDRTz pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}$Fb`'OdddpqG( FA׮h6!$ʍӄM3&Wa D=,́'!}5`y<},)NHY#"dBRҞ]쁍 Ox! :~PLK04-55V5!o @Rn\qrW3b]Ϛtr 9#D| _0xL̹yV>0 P=Pud!- `L%II]Z EΛ铧4i F` "ΞnLe0, +ƵZ`|`BQ`1,\`Ps໼Firm@CQ[ : +`6 |`]=ȝqȚg xFh M lDD$0 њDi55@oCZļ1\L@&YY錼St+2AZ.ȂQ9`R5 *O Μ4a"M=t'2^hK!3rOW} $ 0ScMBu0};O aBs`t|Qq8dGPUF&z8øq*LnM*F|n@*53Tf)q c[9ksOgnB;0UVsHfD  "X/m kP;y$Oy k$,VG{]p"=!Y `-dPґ>/ajP(_ohJ#R?Ph:R_B!z/Ҧ9o9ca N,g"V@(0iAxKebrKwοGW#z:cW)'9?/إE ,efqSU` bUW@BmI^w?y Hqp0l6ٶ]`o 鼫z} Gr!HLu;z%q @l@ pK~Yq #`q?x`q$D Wx!;D0Ҁ`>*aQ@=mk׬oz{[ӛm  :0߲y dxQTTr* c@@ٟ?tvg`PVVfgg D? F ש' |(zRR]8a-wMbFvР X58q3xjh+%5Z\`Q0x9*qQ0 ;G(`-G(`FJO:iuOL@ hwܧ9DͳA` TiW-"izF}1x|QCi6F}휿ukR.fa >a8Ũ/ 4v[/'z@N0Q0 F4ZXQ0 F4ZXQ0 F4ZXQ0 F4ZXQ0 F4ZXQ0 F4ZXQ0 FZg @ Mԥt8!mnAm]I$x)u7 M٣` 3@M1y{[ ׆ b\v*ns(8;`ݚԪxx=3 *r=M3[" š#Hڪ [rO5v2"ϙW60_nN^I51DE$GXr_+ZbKJ~Fnc_/oW77j! <'W=Rz=&nC|{.`ttisi/%5u@VDze%@Gb F"kM"*׾kUm-MR <Dцu+urwusMR}|q'u4́Q LfM^y;A Qi:^dAwXլhQٲ:LJWk@"CR;)UK)_ʳl3X B vCjq5QrBLܮV̗, *K1o S`#*:}{RLY;{$@[ i$$%l_|$E0kIs P&5HJ77C?ܩQ5 o@-FGpH0z$7R# # $a1PN!X& !-0 %`E4h'h|`0ύnx:.hR6)M1|&kQy\r`逜{v"8055n4HUlDA28 :k`@45wQXoڗ `%ry ,>h/$Gc}ClQ){ 9 X*n;8iB{$BEZhtusZ\A;0nZ /6 `;B9{񤬤R;&$%`F %fQRXCjRV]'Aav5kϛ?cL!CY5 RW(Bi Ɠw'V(Sx'퉡x0HO]_._bytDyd@c5RrGCnG<*BDT\ ϚIH=OZs -ZH$7ƸhD86\ 2`ٝd&g0JLJ,ŸhEV@,!93^dAȾ>UnFMHJ6K Iʼ|TiC۶9z0\Ka c2Z'{`HmVO<%]$8YP)! DAQXcC yf0o!ahh-Wl钞N0=w-HFHC0Q}k=NJJtI+〥$ՓI`1𥟐RrI FOݣyv(1B:}gDǰ 9QMCe}',H9Ph~"jjsJ2f0Gm >rCcx5> Kg"{+5Q@/ N\䉓BϘz҉,[,֮Y 젓C3ҁ3^f-xg5gArd A_/o5hZ5ka ȉ 5z#0ź5kv~$uos Z Y\r9Փ4 2 'uQ}'+y5}AGh J'#@Tό|A _0PpyqA} 1ǁ@( pQ@4 c#b(0!j`!h`!h`!h`!h`!h`!h`---mߠJ^T F Q0 )k׬҅5RQ@9zA CBddd&OHhzX@ @֣` ^P]Wɓ!܂|>>!Z *@(wLKq o G)4ZXQ0AgOwbRv4a+ O<vP e4F(8uqs4a"iji3ds #Լv EK琄(Ch``tk׀M'NRO\I;Mef5?of^A>j)-G(2ئXtN0ݳk70"X+кb ݂y#"t  FǬG(X48r'o^z0\@@lȞ;< F8 nG灓qx'GeP-ף`^ iT&RQ0x@TIIK#"G'G70A!!2@GM--#=iD[`wqs1fT Aq_kuCab!# 9uCd̚>Gr@5A^A0/7rs?U5H\ F`mybnaYL&.-#, >eׯ]@`Q F[֣``9,G)'02XFC !=~\@D#Ph`ha= FȪEpxS*0!)XR4$1)q40 h`+x6BZ٣Hg@(#]TLX[dԜN1:Hj"[hLO@;#&4hӠ9xئ e =`\]W Fdo=y5k m!24ZXǤ ׎ʢ/R# m⤦XQq 4`hmB'ha= Pl;MͣC ݚݻv@&'غ#t&y t`fM(@ L!D2K *(I~:?2d k M6q3:VZ0ha= 5p62ICsw4ԥ#7`=<ha= `CfP-)[>X39iTe|˘ ` k|yMH`P`?XT 9-@BRҺ5k0:/hX$ha= Fw̛w5ӥG,ԌZd#y4h 8lv? 6 FFrI 45(`gX./xp4Q0 (45dju79uh:`PhtS m6: 2 F(ha= F(ChaMCv͚O@eH:lQ0 0@ִM% :"rtqQ@ š&ܥvQ@!š&rY d _PHȓѻG(-i 'w<#(3Q0 (4zS MdyyI>DdذQ0 F% ^a 9zH8$8$kC N(+>y2BBKA .G3( PYbZ{]5:  Q0܀H>x W@(nr`5z󼐻 ]hïe [frդ  ;Z Ȼw4a:YA`G{hQ0@T[>"m[̛78222nnk׬T4N3D>|`,ll!zWs G4ZXS VfZ:dY!d< h TI`t ႚڮn` ,=ϟ>M5JZF&!))($Q4):ϛ|d sX^651H?|#RYI)]v\?p0az/( h˚ pff hh@bR]X``<_/oxXf- `Ń7iD Mf#h˚ ` Œ|Iƃ!f%. Rm(X"O5XX45k` L'b4kQhaM5DHb`a dHn%Lݞ]5x$rRdP==>z4ZXS'Y68x()!!@4u9P`! l{W4<SI5P1ml4:fMi$Xzxr2`u* sh=ԌVN0@YgO7А2"6ڌh,4lv!Qz523ҁ XCC:a݌@A Bfeq- 5u065yyW;R{,Wl+A"6$8@WOwޡs,d hiirCGVgo޶u4`Gš:r5 v]ed]\%5DytnS;ko@F-Q)=p G`4ZXSf @oc4FUu>@w~:x+8$x5= FP4ZXgYyIFZ*Q0  dg2!֭Y3.`ha=ldu:_BR҂yF玂Q0@ [nZmI&ٵ 2k7z@( ` B~ r@IO<*Lہ亓шD<EL--/VZ-/{v\a, Fbt>yLE۪] jfa>@w&w `IMyshBnA~yI)\]ѣ`3ڐ<ܱn[\{֭Y -D;@`.ؽk7цte( e`2&W` >PN^84ZX[).kS~ ҭ &O8d^ jwusE+z~,=h@ gLdm6],!C"1)vi#"̛7:x= UD owo6w fі09{SSK3}^5kGb*?It-?o7^`I=H֡hzW772i^5=ՁWvO +UG`22ή_u.Q, ~w80@#m[utD$th\30LfeףP:Mc֠)>W5:`fw@ѩ`pi%$%"w֭Y,q#d: FǬG(C.Pk׬Y=@G(ttC[ӵk״b4ZXQ0 C[׭Mk׬ @֣` JvN~ZBR? FǬG(X t lSO5蘓'N4ڲ`D'O~mp@r  !Jhz Z xDXR޵Ɩ<0z 4ڲ`$`1 $KmꄤO>c;  z֭YlG8rM<8$x4p-aQ0 FXf-֕65fkiשqE( hzu'OZ'5K> F Q0 F?'Z[ XnKp@ `8`nal24T k - `M`DDe3h^ jav_/o k]Ɂ4!)vB: FX:8$m0MF Z@C&5`:'Ovya_4nnr[fZ:f"`Ȇr) gFA!\tD$~Kjx0H bX@S'KF(iR"` ZZZ+w G25iʁ`?}\6sTQ0@ K-k`O>aM||`˴ }Z\9 F(05kr@-M~,? _FFXv oHuۓ'O!'ڌ&Q0 F`D-/)} -`;X]=ݐhb&g`䉓0 DؠԐ`KȚZ۳-ȅy3M /j!=D6̛4vQ@,0@(!mjMŗT؂vus&F[%,0 I@@6o::2 M;ꤵ2̘T]W;w '!N@fXR{E`|h& ܮI&.X ѣjF̧M0޼Ѯ`D50ʟy^hbJ؜L;-fA m kaZF(@kָɓ'lQ0@Qm_9bN8wi1_K- Rݻv+1;e@`AKkG(" PX&P聂+ 2[Ok€=>}!MZ`tm[`5|$d .+)X j |`Y4WlNBR*`Jӵk״h5050s%^0 P@YXCք[ȁ>!(X0o8dO[)x<B r 䏦9L0 -G 2AN8 lWF1jc횵3&3|z6܀I&oNhw{Ё'`0-k`&-5k53-հgO>naQX'L0a=2 F kc";8$dfX\@EA|[k[X^yy/~TD#-Ĥ$m^@`͐). 2 k -M`q42`g8 % Q0 / ,!{`+#|貇Q0Ξ'O,E=@d֐1ǵk֌Œ@=v(Q,dݚAA-@oE63:]F`D`z| k`I m_yQ0b'F *hd&XX0b)fO2཰ rl;<qe4abQ0 IR묁ց#'OvȞ=Lu Ovp` l2t@(/)Q0 F )' 0[&3 jC@j wϮݻwEȐzv3 FD%20#O_,6`:I>Xl޶uyq4Q7:FmK(`F6B?i l,ݵkhhi9TDT:q=;F0DAM`FK)ddd ڝ #ף`: |SX#铧k׬  ; ]_] qf0X kFO o@(` @(` @(` @(` 3a=Oa(`}{;Z|8i7TyIWɈQx /1b::Ž'PsRm{cj"sLX+GQnij&; Ⱦ{: "oݥ/ }8q0ŀlf Hq?|v/;SANj^wwSO #ڥQ_ _] /֭YKW52k&8,7o:tKj`=,nXq%5;=C 'O  F=2 " F40 x*  Ѯn`knC;@ C xu]-8ྀ~P2Eu_Pe y|04ZXSKJi^2ZAtD$ri׊^<.u.nnyb-` &!)i(ZZZC@,jI5`vZH6 IʿF<֓zyCg8A0ZJ8I7܀ubR"/(rhG /h)u}Ajf"`\3h/q}trp|@_ hpQ Vb?%Ր-? Rk 1DT'z܃6.HZc IFe+ezHv/H VSeG h P:}ޖfWzuZT΃,Eg_[ &'_ ¸I[Ipd P>Ky2`@ %5uV%-#=Cw*o.94:8 F(Cha= F(Cha= F(Cha= F(Cha= F(Cha= F(Cha= F(Cha= F(C5H~qrͨ//Zk itJF$:DZ8Bv7Q=Hy:5 oqTό LH|b ANQ0 F( FǬG(`-G(`-G(`-G(`|Q@+L`hNL@z5d1\k0 ۸`kT_&@,tp7rK@[{Aɵl^ߊ B&ӓ'Lܽk׹KGz %0'AXYS'NOZFm4sv&ϛWO h8f F-W}R OHkOZ``LD@/@TN[1 .,֑͐@8`р /`SSC( y`C| t`v0!k>zjݚ5 Q)Iq|8i X@O5+H2[3 ^`sp OJk? Ǐ'xz)+8~SPPWoܹh׮^>Pe%6@aBMb8P8 #5 󀺀1a"kc>0] 0GHz؄_@kN` $k`F$7 ._z5t&6MbEeՔ+BnA~bR2-(uS]Wk(fڴm+ ltSf& lRi>/]&g3xT--m;0dHrSxPH0pP=O^ Y5=@O ޛN5ӏ`K-D3St` %  c>tv0е4g# {sR.e~tRO6z)'[NPf0{X&Ο7w@q`: <ܥ _-Y+R|`gF?#J@+IxDkkC $F h} N@%@4hgG{Z!A>niiAtv05`aMf;(lAifwa}IHÇ$ [`zyxf!q ̛V*A!!:ضf h20`-!}8\ n*$𬥁 ] Sd230;w2/1 P`:'w} 3-ChVّ5kg,i ,Li`@ca@%Vi@ `@6!:=(u`Ex   5In"4A92a\@"hMO'O!G<NLJj>GE*!bO@fXA( &@d'y;d*qQ@]ʠqh8PE]\DLtb&DbJB/9.rmۮQ?<:8ր$ _}s dry~Si~+8{FqeS\c^ <xVgsdy#9 0vckq0ƍ,3%Ց0-kg<=CXB炻TrPsYHIXbk(pwo?' S.QՆ!UuX%ԄuOH]l8FK6_ͳJTj=泲H#Ev H$9[@zo>xD]oý}ѿd\IR(S\0<S*4K{@D*SFXO : G+]>S}ސ>]=ݣx@Q0*ȼ.>k# l^g N@4`@}p`<$ZC}jgoz20z!@(C@NbAQ9/h^:>ъ0(` @Q0 Fy]PIENDB`PK?|MM1OEBPS/httpatomoreillycomsourcemspimages470309.pngPNG  IHDR7\ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVy} I IIp4Zn]BBh Ĥ $F\bh9,@PhsY3GKa ϛE1쁖\f-[ 3@LA@'G04Zn ޵ HB `8-7 F# HH4ZnQ0 Fi FQ0 F( h9 F(-7G(4@(`h`@`Q@rsQ0 H4ZnQ0 Fi FQ0 F( h9 F(-7G(4@(`h`@`Q@rsQ0 H2FӧOׯ]#Ou`byɺ5kedFo`I \\ r |+('N,]R׮YR]W;@BPSW ّ$pIHsrQOnAhu>  h?Xn2oJ_W^R ,RGhPfIՅe]֬|9 y`tt¿Q[g Tl 8D=P(dTiiy^|obaݺ5k}ڢ8f棕(3 r:'` .@KK XJL0دRtBK A!@D!>HHv <8L~#$-ABO L-lKL#lRt+_3 QOzMp<ۛe%ȭa)bdҌY3} > N@]tf#TP]wCKI`EV5 ]$tDvYlW.72 AD2 ߑ[aaHmL9ک"o"F(5 &X)v6 >̀1lN >`G XC@ϟ>NHd@-IdmۛiWtSQ@7@?F;mjh҄ d!K婋kpH+ I7]r54:%,CB ()dGM`qm0 94pM0YwM GCa r*X[tqt4zn(>> F@`x&`ch9 8udfZ>>Z-7G0ZZwvՁ Y6 h~\tXgl:!9 cM_/Rs sRW FФ G'1hꄓ&='BJτD9`-7 S &T1B!MuttTF=v]&3-Xz"ohܤ+#͐"k'zdO/7XA֟(@4Zn޵ XhBn `k1 hgvH@,-:GrM`=2IՃ8!U` l{^: @C_cɓ'w,xw3E'۾ܯQ0 FM:=vKh gR䄤 hI$rkPH0- F}4 @t9~4ҵգ`h9 |cs5!!gB-7G-U A1 hC> IQ@O@7GQ@@㛣-y۶̛;js4G@7G4xI+xpHIYI)Df4Znh0y>Ĝ4a"ןW?:4 h9 _1~5 Z6GSs G`@#@Ϊud40ˡebRR"Q0h@#ܤi#+-# $z(T4Znt@u$n^t4ZnQR=ã̏L@\Y,&F`ĉN63?}˨vt:h`4Zn\Y,)dF`tXhBJZAQ0@#@׬[v{JJ K\,G/2-7G4"m`!yv! 3=,+mW2@#]tӶf,ɓ'bƵheebR-7G4 u+RVB&vȼ|hY9 h7E79:1'!eePH0#`0-7G6Z 33Pc1IEkאJ$u( FQnng]֬I@)pMkhi`@@ $ C7]G.C%9x^]`$8i\VNAhX&bF)ID0"uP-p@hY9 rsKnk|t( FQ@Q Y&9iDxVU! `-7GEe(-gy@e[(ID-ИhY9 rsPAW77 (i D2, lt| i@(h v8P <ݽk79:3> (rsPTVb=5#1) k_ oB E`h-7Gi> ~ G.+ N#еkh: rs>yjy;DbAh8JS3 [h`@w킔;G`4ZnXZ]/S3 [~{Pm#h9 @r#d|\Ad:th9 @ERtD$W?h$C.C7hBPlrsм+|CK-`hLK2X>D GQ@@ 5gs,he(`:#--J@#[X@3 [q;2ZR@#cFYu])#X-H@',Fبf >e--=G@+Gq2_0o5kvl+G@1(B:{7o*-#S^R _: Frss2~( FQ0 ߧϚӧɠL`-7G(  Yfhs`-7G(((4ZnQ 찟:qr4(Frs|E'Q0 @`Q@rsQ0 H4ZnQ0 Fi FQ0 F( h9 F(-7G(4@(`h`@`Q@sGO_Fv6a4˓'O֭YCvJ#j@#Hm46,m:m^\|x"0(ht 'O&QtDع.n>Z-7G.'NisC^ k׬@NHJ?rs`6֭YDS[+2 36;{PdI0  ߟ?o> LumO< FF4 JIȵ?+(6?wO W?$ ټmY3̴ѳp-7G464 P2C\-R˿h rsjQ025y Q Y0o:֤ X#S!d cW?C  @YnΟ7ڵknnyZZZ% lMN`}ϮݣAA&'dW)lu@:Ĭ-P)P3-Ȍ mMIH&Q0H0e6h \̛G3uY3 l%!<\0o> @aioZ`JW`ѩ5zT(YڕchKl  +4yBR"f/ۀ/ r2EnfaNP.oBK@-zoGK g0+ q"2F. B^.C Th$䥬&E(ɣ>Ӧع8 I M -Mu($4MEq:;x&7oJ|ŨK=J{V!^6^e6 9mo4!;($$!9 s:d@XU}HZ= @]kx cY0o5CD,hr,ILLJ$?C J0>k& aH1 UH2IaB+%%R6<'NԐ\@XoBVa](\-h{ (dT_hp>F,x9 s.R`Cedh2 [ T x[X링Z@m(G0pj'|&$dWA`XÏQ]N Y`΄T]R $#b5L`<}8` tV@-Mw| q 2{u`ׁmmj[0o>P =@&Oh-ȇe+%# ,z(#joPwFL)3r 8r\6"r R~ey24u:q8@v[xzQب  d0HM*|qΝe%@W} d)sG'Ol ځukɓa Op%dr<-7G&Lu @+dr<| FQ0@8Q@& u~`ll!eh^Q0AKS3Ljf2 Ϛ 9>rs Bnh5617q  Rӑ`h9T}ZrsQ0` @(`'wh9 F(`nZM--Snh9 F(Hv͚'O!7h9 F(0,1[-Ĥ!l-7G( <ׯ]LKY3hg ZZZAA 0޼ȧOttk@ +ؽk40J7'O &k@@( edd\(1&q"Мfԉ׮],6`58$d FQ0 ֦'.$@r[v䔛p6'OZ' ځبLLJ6ށ2 4ZnQ֮Y3<`IGR!>Ү@6+ãD4ZnQ-ݻvs;M-%KW,NalK@rY $ЦI2@`ȼIP:d.أvj"fפ E'/+Y %`nW4@(J18`SKLw >y ΡaOM영ڔ#r@``x \VgX\jhi65;غiji,dG)+ $@- FQ00JxD18` ,1'O-KLdO4[n;y_09 .GJd@(V>X98@@8˩rJÁe.rs 4" ,DPxYO]+T4Zn! .m%2if5@)C^#k|$,rs Ad {F RP~v#kT4ZnA 0 ̀R YsHQu )dGJ*-7GCqe(dbϮ\JNDV ,+]\G'ih`%}Ƶh >-,LʀjFCF FQ00`% f F hx&+Ff\aE$IhLHd{¤ # h9 HXErX63ҁIHJ !xN=! FQZ-8z>s\v)H07h9 Nr ,z6o:Dy`:bh(Cu,Y u9yd0hO9rs'LflHY9:XI `|lw'@z*O6rsDǣ#"%&dbte%-ڑYM 7i F]hgs@h;yޡ;-7Gh<3-Xbh)xbmcNٵ{5X;i4e@` inH-7G( ,!kh` 0oBC4ZnQ0 @=:&@`Q@rsQ0 H4ZnQ0 Fi FQ0 F( h9 F(-7G(4@(`h`@`Q@rXӧIS[7Q0 F rB~@YI:.pQ@E@&Q dǀ/5`@@dD7ϛG=O<䤬kC 3h4F( hI ,hZI2d5@DKHe` t h$ @FxOFFK!W3*%M`Y]WKe-fH]Euw &` h$f3`=1)) v4T M 8{_~^Aօ@tɡx((@B#2ڹm[!xϟ7o4@F FQ0oM--`}tm( h9 FY3U`@`@1Q h\\FwЎ@ΧQ46cid>o`I9/&eFrsz'OpusQ 4O@`C@@&$%-7G(!C{vQ 5ud/X%'!+[G^ F7G(mXb޵k8Kfl'r8($ FQ@+'JbF" [?\$Bh90tPipqlqn1 yGG9 F44Xѧ5g'O]~ĉI&8\?I=udbRh"ZXrOf׮'000G Fm֦gJ`5k̛W^rbݚdĄ 0݆]n ;,́e'y F]tkQ`B CA!!O<f֦fB&BM'XhBj/p9#”/_#ypƯRBh9=p0tŠ'Oi^oEEX'%CǠu cElV!̧.ZB)G~ 2-7Gh -nZgΞ6#m81>r!1_/o`ERPgS ́ }>vq߁u @ ۨT9|L4ZJ2 FX`o, cن\`WWQZjCK<#3" X0=vKViϟ>khi+2W+ISGw ʡ +( Z fmCH!hTLB6!!@1! ,4~BH 9cUSK*܀ 8$GͼX:Ԙ@A`o2 r ,.JFȔ+|w4AlijV۽> }*`j; Iݓ'O֭YknaYh T@@ͼ㏂ w0-v],5qfZ:xPm @ gQ0d0:=` -#@z囶m'M#/Q Pys싂,?[ (]Tk׬j*a'X3W ZȉO{ ͓i32}V6d'0dyy>}5@LHJ6Wvk* TYSW;:r0̇ܦr:ȩûw6WQPT&;@H& i(>kf^A'O ?  ? \` ,IbØ ]qЧc sTL6? Y<7bl&0 @=?`!,IH!m<0dqH&5g.Mhij/3x2k/9 ^JސP/JIHSSKs0'ORHrJHJē_tBYȽ+ w9岒R^1>L@rX'zOm,T-iGL],2i#KL8` 3Gfg`&g# II" M?`+ H(a-nHgn\m{H $q)g s$I* ydbY]W;9@t43-=8$x>x$dmhu LuzFƢbb, 9qݚnFSUG8F65rL<$ږV@)5(ݼm+Z kQx`>V ,1@A煀3}̧ lmj7? ocBJ=X x( #h,| = %nĽѢ` +4A 2xP^;! 6-0?;: rعKAE^>^`gsyAs`iuH@R2"pk׮+D9+x2):!#G?u Q@O@tzXlo.7?3-} m[P֬Y0o.1rs`:~%l40 DSB t"膖Q@@5<p U{piTh7hFC.ԆJW|D`|hE'Bs 7!؀-/)}  h@SKXn%;̛,7!mN4ZnA _:}rP+u(4ZnO#.]\!d( FQ@+Z2#Q0$@V٬` ]@,G(4@(`h`@`Q@rsQ0 H4ZnQ0 Fi FQ0 F( h9 F(-7G( WK^)> @`[dFQhسk7&? @`Gh FQ0 p&NX7 :rs`5 vGrs,Xb3< p=sO8hQ h9r/D~`)yI YuhQ h9rxa5-q:d/6 (hX@Ȭ[61)i䔕v%?iWD--ɟQ@<rsD`j҄x"#PY ff$,F( h9ABRY^R*Bfx"eepH;&G F fFGDˇh )+OZ' p@F!44GQ@u@H%&'LHJ@$kJHrt( `҄ &L0-Aث@`< nv((` ݻv  ~h?FA2CZH(h9Zn0w%PMq"'dpMΡQ0 @&ek> p; %U(h9ZnRi?JH?}((nnr}:J IHJCh9 &MNGCN`H-7GEe%$8ɩV ܑc—7;kG4:IAk3 : >g Q@hIlYur'o>:> !rsW+iZ)G7(@kٵmSw#O#9< GF( h{eSyI) n F̙ѩQ@@Qjf M`2\c|V4Znt,qP+rzR9)!e((~X\nڶuLX( Fۛ#,7XtN5s8%2@pKDAfF7 @7Gt{HOC qGE`$mo\H}LKwW4ZnhMC1HGGD`@#;_SE((@H222KW,J限쳏`@Χōsy CA֦N(t4Znh7؎7>yB3>yuD'OZ1sh9 PJO*.pp@&i@mr*&##6F!qM-`-7Iuk֎Š.nnׯ]EWX񍖛hIf!`%|B:J9nQ`cF94@& خimj q 4XSVՎ(@4Zn 4Áj44O?H޵HO?:"HRx?4Hvt h FMr9g>xg0wtCy"o̜4a74`9I F 9JZFz҄6%a>yJK!;4AJ[О}p;hI>+( ,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVXJwbsWϨ- Л=t΁hY%O'd-ա ?D‰z>y1<.}#߿ aQ0 F( UZjjjGG@@#t*@1<RJW#"Tk= RASBZ= FkQ71vZo}C(qȃ3/s Vd-.Z@JeĞO3'BP$32fi1+ʮbZ ,S֜3e ԭu,Mo"$BΦXo! :8P׳WGϲ Kr9WW.\d׏v*G(` 62++kGG@2aw?2=G&mR"3Gx ~>DVVi#7/'%<ăny}E1B@]PꝤv<76"KIj8:Bt9iLM<Q@;a哾rGRMLiFNGMSX€Rόu_`].lGDMWꎀWBG"mۈPP@6k3nAΏ2+S35h3p+nHo1!/5LoŻU 6W)1cKUR#`wWu}s:x ў(`9룧O{NAvy$fke@b sN`菪1h3H*Em[ rJj@;H 7J1|Vك=AY>$H| )!p)o3Hg4@m3p@MCB)=:r#/w|s~O׽4$tE̺zR_U(Kxh8^ӸA)e!Qvk|e 9IAo?Q !ЫysDcXsޮ8nlρRjeDP$xcSuuUE/IZh"]ɣ~pXg-I 6tlj|Q DsHu.iFUpɓ9QQFΟ.T.OOm"9 Oy`wRx"(Z.rīwgsn3:}UTf2,}-Ό3jV5 fd3A)yR6 -|#\uUc[.mqnL(=AJp~Q_nBEFK/ONi4 ԙ}4>[d + R<`q57dmviw0 -;]ӦFS`d߈ &̺gQ0 F0Cld4 bQ0 F "0n.90%5!!ǖbx>(@hiu0dI[IVUP;:lӣtX'ɉsև?=+P)ͤZZUH`]H?,Y<tQHiU~ey`)~C`BmjfG1lMp؛!wtS/2XRUQW; tii,CIDvgmUZ3Wd}rfWzN7nj9Q0 F(؞Sbb+3JaahA@')GPhpT_O:<>B醒e޼,}mIq jkѐ09a`ِjp+I:dH9-[04Ԥ ۔(^iPTu4l c5)U%^!Y- cMeTMc~V%Ҧ__0VQYm3_; ^JF FFF`(`b`JEr~3==#H1cY"k8k*&66$A ^(Rd~'eY\xJ13N$l:mQJn&B/¶Gf'-Ek8iѬ+m[(Rq'ˌyP]EGElڑ!Lu=Frl 'ҩjjPyp&,c O7[ Ø;Gi^~pw.) @7ɑr<(l21ˉA =߫߮RJ.4=ܜxTL.hO$t:H:wKY밫6%k[Dm+vlyRx!- 6&N20sj #-& UJ jҘ/~C9]ݡY/ O^$Y荑XA=zed&2ġ]!Ԑib B۠E %,:dx1i, 0fts3j#! 2Fg>ˁm! c\YM_GmY!e$b%rBMq))Ȍ LͨcFҷ 'Or$T~XX\U9O8~pLjd'4OEZ&̒3,ܫ3aqpx0.=wm_d$# o2-3*lzܾ-5;aׂq4ؓ^uٶR*Ga󐎦aYh~8jL+f*y@ۨigFnuE&-FoČF䘂860YڒaF|}UM>q9U:J̄]e;+j?alUWC%`Җsgln3sNQ Я &_ب c3TTVTOWA"a L"X,;~+R1D,p? *Mvf90僋\7'Fqfچ[cwR#el378ӀiwNqs e$ӑn{GIZ6[;lK+Zh6k #c`O+j.k0%ç̰AIN@sU[5cFQl&қGM؝K36>J̨n5cZwM!ê5-HbmFdh5.-#F٠vHM߳e ?39eZ5AYS֜' -j(2_Ӛ~r'=-xHJ&T?ˑ LA-CϫӤeH8AVAڰe=hƐxQ]3=g+H `.xz5F]rc=Aҫэ0Dk 5QrOzP~"p.$?πE`%.=?TG4V]6{˺l 2/&ewx3 ;î;? c^;0Oքq ;a0uZ=CX6[.*iONI`j,vTL]Be`׳w^+hT|)jv.5̷0zIɾZYMX/q6vc'M3,J[V٘Qاx!.y})Hbt։AgS*yC/`JMt!5#) ڝp ">.L}wy}{M?T<][Egiw5>ո1D9"ęԖ~pvTw įEF8&EeKg;ȍ (ڋiJy/Y:mlcPz.RFIoI% fVtpt +/v;dSM[fW;"y9Ɇ)+2rsbi_3ƛ,>cEXrb>-iw au[6|MQD3H^@v,.a<ڼBUUD>+BBҨ^l]u/pو)*1QUҕ%gAJ# |~.uT]?#%_ z}u2ZׁAWo?zQ~["zV VhFGYލZ:r]nS04 :J @]_ZBpDH 7s][f 1~x<.mXwX~eY=nSVˋRI,<m$?|On{$?V8yװB:kV6G/D<AP3xu2LZ F(` (w@p~ )IP2kD$ @xiGG@ήab7pHݸ#{G11*~q{ޣi..W|B&L-7m^p}Oٰ(Q~&UE۬]h7W- RZZf ɵүx/ʵA)3#2@J&`4oRׅZ۪xnArl1Z^(mK+r>e5eʬO0'T@l,IN?;b.⬎PWnEhvJpCDi;E'ܷG?N`Qc1/aOfAEm@ݓ{!,X@L@-5Y# u@(`!4p.nrWX#VAP#sa0t&F`n|YR@wv\WɡXcAFVνw94!N[}uГ3/+CAQ͕Z%l@-B,tHjBn YsgV=3ն4mޑNjiu - Ϭa#:ei#7lH 뛭1XnbI]\^㫭AC(v3Zmuu!Qcr`:jU־|ӧ7B;d l@# 1?q>\Ȓ?V "v7 @("%#ulT+HW%us[Zi{Oʗڈk儂jBKb] D ZRliw7Sl_p߷G\P\pJ]S85qwl )O1`vzlB[ת-kF{N`Q0 = $ka0Ț=eb~3| s 6X @zNbfTXbz;8qBFyhvZ$(U['JY,SV{G'&]1 V3 W4j[2\:IVLiS{ɴ-Db5}{Qێjxy ]4Z=}-M3NŮ5ItwYZÚ[Hi}b09̉C5ƵYO{Beբ[mUVOj@]\>vIbqr]|6 ~lߌoтh͵a~SW9*!g«;'w5QNx LAuQ0qϤjA+~} `ጼ?l5^Rx @ kOj CJOj(H1@wCAN3oQxfM Gmpٟ;!V^^KX  f0G %9La)סh aIޑw%MS(̨PYyҝڶ(KkA|6:q"?a Ga!v_;Uf&281M3g=`^(W _7Q"K%=~O90aڬ_=d[ZkЊ k19#Y!Y%V&aЊx5vSSFr Ú6 1U)jzcuXX'tTC9Y۟ U7j I\+}0/H=s2`Ƶ4=L,GN*$ho~Y+'g1 =bn#1jDz-Mu6Qx$~L%{=pיMŤěuHR^ט irNcT$fifYsvA˜>Da]T~%э"UT~>gjcZ;5E|m洙$>^pfLUrئ%deu#~v!Tm,$mO7,yٔ"+yӘh Sڰ]Es_UjZK'Zvd/P܄{Etё0 J J|{7oBt,|>)Tp45hّ22E}>Bq\EQĨ#CnfpJL{ʘ_*>Ac~}rY,f^a#/I^bԅڜBKۣ29Z&U %Ʉ6Oku!%e͗fT#s۶!ԩ',I]Rd4qFQI~O{;:1L/D6T!hg26Q՞ftGePk["+4#%<zÅ YF3uLㆿ&2R)<{`wH*˟2dNڴ:y&Z%4^e2S"1 OB휙s)PƈD|{bEVII4+HVPI-7R\q;3ab>Z4rj-$!Ce{ DT앇(STtiGK!Fyˠl Mc=dG$n|30cmt}9(|t._rEUzSr&okP~ ;iǏƤJO=oh Tڭ{()z!W~|ɲپx-FSs-D`8j< X.5=g&\.GMi利:8T]5N|>g^״>~ڗbl3\c֝..6>]']~!xOڎ;؍7w'6J78g%}V8g+sZa]5U&]IݿD+ 6_gA#!t._ Ww)nU4pi[҂QŤ-:V 27DhuCd$vء$K)}yvq]hUlGXuy"I\]e4CxԥWgj(3QCGO[*I"/Li٣!X\~jKjeq_[zpH I@ }F-Cx:@1(u,[wtcרR xz!|K껁pLh܊W7NA?ѳ9Lo8t⼇'iW@Ž` ޖ9 JFH_ϰA#} 6^iQ l T5wKd1{ɾoz-5| Ep_QT939U},g *ub>d[*͓WXSj8+uuD(Cqyϴ$ L Lq"?8;avF`I 9IZ>[ Nblko/7#bwbSzl L\ҥ&YY+ '^5,pyx!~X櫛k3H=$K0Ȍ1,ދ:_ۥ=4C4,$EF%!` I1\ӂbmPR]z[V");h;qrCcN 29]0aĻuY*32RCZ(\@#I`hiDSM;<Ϝi J_VW0FT`oՀ4㽙%;ljR0(uXܶ ָϺra #4zibRۓy9t_(@EeǫfĬNFm*=ο&'\FjCoXИ4?`0ݲw/;QJKA82C 3G_Ws y=}& t&_~ًG:d_”fL3fLǘR{\kh/YJiu]Ր@ػc m6Vkk$fG#E/b؃l>,[k|ǩ.z(zbErP%YDiHU+lʻ\@Q$/;׮¢2 ԃա {Ph)Q˧oH24|:6BL;HPauv# s7k>k؀lG% {YTe2042iJ,͆nUio*Ɉ~Pp0v]8J I/{t=aBo4jK0t8)JBD Ռ`Bi>Y3hD<ό - U[ڽX`3t6ί T/V,g{kmLc:aHT=C#ʜp6QmkFLx(qӷ.QEA9rVdo-ǔZC/gnv N'ww0a8z-G 2BnzVb1;b~GK~߰s5cګt$x~<0aČ-؆0Si/5|N0ӂYw{IlC\얤|Tmv_*Dla[Kͭ~I!0v'F5tcƸ!h&+=i,KvvDyZ8+zQ33KwdQ k%9 FY:ѢPML`ݲ4&p3ۊ#c ﻠ'F-MzB?_I#h ̴4ApWM3BPSE0+}y[׻Ƨ@+t%g3aT~߻]̇N忤$2 ?C?L&iPϜN@DZ)d[n0 DѠ_t8 2_{ͅb>$=>jC֗/}!He|z'Ϸ~c!Y < Dd nfl{2dZAyY4QP9U@"ٸ62&9ÿC;$% n0H ÉMtG" e*UT{#ḰQN>a{˄Vd@Fl4BsX0MVH!v>=h߳prM\W"wǩzZ1- .+_6xmb1D}sMEႺw0X.)/F 1^WU yl'ŕ94p@F8eTen q& 9l7*/p" i+GJ IFiQ:Hy[o>3a ~(Ziiڜ" ;֓[n0?_ILʹ2jڠUM+ScQMHD8Á6ANal|ZV.Vʆl a(ct"06`YݴIpouѤrdd^q>u]g$UKS6v#qQW`Fzi"W*8r:FcccB~,g+ \\!mҙtCұ_mWyI{ˆL7g|j6uK6aUm8)H Ojzwgx ع@ԅ?MH&/3@uGax.eFKw3Ct" ĪhT$\'MdLcso͌L($'`78[>Mz-b;^F6hxa=)ZţhfFAMWbu}/IWYS()cPA;!G[V_ZD`n^>}̕  ݸhj5aDj"14ˆuIe:3iuc0Zv:`Ra !3qi.V{ϭGo^kd" Do!KʚwbxD*15:jޫ5=5+xV܇l/V3:. L7: }ٙ1|U b7O݋b! }4zvf)[ qfngXpMp 69zsF)Ֆ00vE; OJb2 '(w.%t;sO 56VoyX1C@kz{ʧ.ڥEY`Rav'z BNWi8Yg+oWrK*v5˝'d%a)Ysw F*D0g$)`) RرJРsT dO%+嵺v`xKfI \KCN4}y 2H)ú#zL\?yL6b)abdɢ2#ߍV,%ʟKմcЗˌ`ʧVf^]lOa2#2KQ/uxMA.x8C4^),keF r~Gt=$1dg[˕IFWλyrcMwD3ʁU=7K&wZ@ìW餳k-aQ1ji)ہMmZSs='4lnrP.& Ƅbv16tis0.r/՚֎=+ }HFoi$T]a.KU!292azɲZ1|+𽼦Q=7o_鲺X;AtJPѣidE5$NeYcF/L&+wnN]^/a">v+ d &l:(N :S'x"[K_8jJ`6Lm1]* V.UgJѲ:-SKPy5ptY1}pƍh&gk~D( dc9]#~Hi`Y`L{܈i*Llk`Lb<μ k!4~\r A:?uHm4˦N't~&SxXaR^씄x%,6{qhuVެaٺWZ'^LRܖ .@)nW6 /f"%iH)cVK1ΧR8BX27dk!k(|b]>>lG1Bnõ~Q0 F(L={N躣[a }$¨tdK48NJb>_XկζmF~kY\'BB QJѲusQU7!4'~>qSp)IS9+Μ}/~]ȍ#>iZrTZ0WZ=^BVI4*Y9y":EajBi8\bn_DX=UTVLDQK65>6mӨeR N L$ӨUNg"v:Yu-3UeHVFT솘">?rU :nb-cPjT2lj5-$](2RY"ՙ>VBrn4̡lC #aM8'Ui"nUڴȵyfٳ\;1N߿bᩔaG$dۭ?J.٫'3 E#N JאZ4O ahXzJ)%IH86lK)/y?+ֿB+?z䔁|Kc>L*OD5`v1fTГyմQpa%.IJN| OFA@_0eTnBaV v ; 4'G{Dk8&Mow59ELm^QYPvZ,P+;8äFIRs#m\7HL,7f"D+P"ؽ:0s^9 |*^Ɔdycn#14@řA["avm"˼7\wRퟰiG}4h>zN [|;q0!#(7BG Q^BM]~D -36{k䋣Ki>nj~Njb݁ DY#KꦝBL}@,#ҙ`{9{33 -^mܖa L{0709Nؘ5F `v]p7RhfkPƮt8N툕n?VJ*<ّE HDZ:MEAGՅCf;qN5ߢ0lKgL7xuYr=Qactx>NxQ`ӄ؞E̺qxY:i(S T7vksiՐ͂պuAӥm2f7t UIZ@Rx={^NO+[CJ'wg0 _@'MmOvldO@2E`yT%!9m{jQtXӆ5mej[DRЯO4jS W+=\Y%R #jj,$Xe6A5Y_ڮ-0PMoU#J~yjFlZʏ7j{tR74ld|kWyvyf!ϧ)"ǹYdӊp7qΘ93Hn 7JW`X̀|9lֺἵ(Pn(ݷҔzCŧd}.Iڛ̡GE.§{_4%~g RV6  z.T߲K EIHwqI$i"9+7X|дYfeɠ>[V|(4<6ClhVe8_oMh]`j?C[!͛3KR1 8 uuyA0LI?ա@M9axAf_I׉5&$cJE!FcH:tN?&5g`"{Q- sٛHm+jj&}F޶>[DD95z $>Ω猨Í?L:qN+ggC!/Ht4c!@b+{{%*:>3LB4ދF 祱^aJaayaw$;YI<ޚԐ)KT(]"z(-;Dٿ^-1ms i2A7M"gj9oq$ltQ D^G{xfϖ5&|X2== Vٲ}6sgc\puƩ* `V=2jQIB; 6]SZ}_ *;~?)CPY%&gܴo+׀bn=' ŀ9reg7G>K. L\wHyF3wм;a%ʃ%V8ގ|׏L09#Y^fBc*|--z7XbҪ4DXvkx8ҷ(} kD iAlQ'ȣ;O@4*?ϖg@2}iP~GDtEIZUK>{Z8|6O ]1)3Ѿuz_|B:=l{KxrUU'~\ra 37HOz٤]Um7}|HMۼozۍ\IީioZէzPsLH.#iQv;_Ae|V6.*9!F;ը`gѡͦeg i(#o Y;T|,p͢@M u4N&ir!C_ MM âV%9Dbʮ2hĠ4n}[:e}1Mew hF`%M7,> ǁlV- f0t=[ ``ll0zjk| N Y 0 @nħ[R@z|Q9}q#4R~4y/=,#m2-q'xⶍNdEc N.q ?FtD#HGn14 ->rbںzuͻw(5جFv.c}ioK1_ c' g}o @y\LN6{< >ն2v#J|%;Fpα߰osc,(;OaZ§b) LY#(2cQ0 F(f3qah>n[!#e2xBvۏhTR4)G>RJr囊 rӑ?qE3)ޘ%trlkυњGj ƒ|A"^}QYm˃.8 &D(V2`cI2}Yڎ屆"VB}tV3q4(^h=)Uq([_s"aJ.bZa͌i.h,\5JذV (a5 x'[+@Yqt&$-tOZc\5!^zv!"ÆF&#(Q`x a 輿'>bгF6}6AZhX˜mpV{Emx'E s_rWxp;_hU;?|;m(r4ݿXMD!P9.FuPU%,B(}]BBx^K6ĉţDjhS 'ZLUbvhJ%gG7"hl@\9' WCE؉ך=*ZCH~g;߰: wv%< DT-txeX# bf57q1D{m n|Lqܓ >3m? X?p"SKJ:P6噝<.$tmn aztGz1,u-%5JˇL󇬧Piĝ| ?/\ Ad`@S>3h1LhG%5ۊ!ÚfgVy VpINX߹e)dDt`⾴҇ϟ}Y4{|NyQLD!Fg:䓆P't)ћMytuv4Hm:vrpD̢ da$KE)L?bq0:YHivIo<18Vg8au\=Ba\rX\8%'N eYDU}q@wGDOK*}+%%Ckgjhh@ ݌>B2a%~OV~HهǾ#xBK>h)~K#Pn-Z 5iPwG @PRnPO;cRWl\ፘybf:`6A/BW ޚ|9HV5;Rq;w0sèL`qH_U1L$Y'K y*_џ&1#gsTXZa,ӗ,j!՚q, A#!9\smQFdH9ԧ\ UVQ>cWX'Z[?*,ʇg2D+\bKZo&Xn_AK0C{d4w78c3`(nmƘ(O1Ԏs Qy68hE¶1OQ]cBQiX??)Wg;( lwn<Nps 44 K2Ҍ-C9ʊ*1`d AEshY:pl+oĨp^qTѹ좇M|& XȦ1]y;|Ð1V3CP#~k DyAlad P}ts?}5y0[BǻSeS(Àz`Q0 @>[ _g0 AIFlE-18. "J8kmH1b3htkNjҒ1mNZՕl>g7;E_jQx5ĸN̨A1(ӒM#M!CNG栅CZspuk!~q"Z%PLJh=XGRt\'8g?ȾQ80uׁ*N7N ]aX2BuZ^BM։u&G_GHtׁDk-LKNK'p2H&\)ƿnʩ\]Xns!9oY.S\s?@=9$S q-u~+da./z eYVl*$[LZ`} na%dL2GHY@G^Eڴd2CONߜm+klUfK #&8qP;qBuʖ1d3;x?ҎV^M޺9L7d~هԻ/ ~:MS=Џu=h)y"RS6qšڽ0dv|ak8,GL4f3)my]N?TrCo Oxd2V+Βv8u]#wd|C6NR(Ӟg .91iXOu][p8HI7Ͱu\աLt:!l0f`nm4AUksORE |{jRa@F Qu%9Dޮ8(P@NS_6CDdA$ThcB24+k!m9j=jtA1 y EijKF!8N&d t*hMG<6(!?@.#"q>Kx(xB䏯s`H(b'A[U3L#((vq<pi7A( OmDĭå4HjKhz[,%sH$~H;EbftG(k)d^YET q}Mu=drZSG0>=5J Ư8!\_x:+ H^Y-!F`]q}۰V#쉾CmooDԘRYApM_T+=4A7d=~KwT~< ':~а9Qr #| 5v~ŪGd59M C]v?Ŋ+pWd5X~4x ~P?y x_wh4=s+kazQp 9"`NNS3ZQ 즎ފ$BCtڊk_FJr%KѸ88Ԧ)Zb3KCB?Kؠ {l W8K\șJۉrVOEJ][ 3gB4o2<-or~o3;r"/_s\F6bgTQǦ AeC1%C7;s-&BmAj Β&uӥiBB:9'<%W&Ͳ͒ 1k4{7\}0`1ͽPttRU b$<bDD @˰wUf9G:f۶y:aMy-vԟ"nʖcנ=v2 d`H"Z~A7NBs_"V2RT!"4¸&:^w9>! lD5&-2:o&Ip{_c F]ХKu;{ILIڨ KFIWMSRk`:+s~'wg0 ~O/N5* &vx1`Gb#5jz}|RSc֓i#D㖭 mcXGǮxP?O0vG&\lR 8ZSR_9b;xvnEQywtu)f&בּmͤB[v XFygE ûpzT6S"% ,T1`kzXf }N_%s 0!rLQЪ(>w}ogt3b:1isqZ-P%J\%P p32#=oo>ow_nOi3T 1!☴N{oc]_}>O^u=Q0 F(C? cg@ =ugmVmKBD+eyx6;""g!GމFU>G9,I}3uI&6$|g=3}55NM}i@4ĝLNMU":ox댼I›KMDr͠Ѕ[F~H+zL6ؤng6ZֺBk-i5Zr"F2k0ÒLOΙM5IJ3ŬmuUT5ѹK,/5G11P,rQ0 Fx;^`n At+\%'r8c"p+c1妅aA2),\ fYTx4u1$6%GcTV'OdNAUSz[R,zku,T* `F[ջ˭^YKVSrUSU$Smpr>eLo]F7VD ) .2U$$e&,N}[mjÁY"Q_ɫ^@L 4eM B׎Q@dG%}J !@V(`lravdG݄%ɦJ_h TSS%1o91ؕ6d&Γ5q9\<`ڮ !^_f1lS8I]GMM|yK$19?qdHnPGl%2l+*j@׃"ZнnǾrboz]= |\>uq򃡥yB|%zSsmќs_^uh?vU\O>\<'} ѥ`Q0 K  cgB! @Z "0IKxvӭ:}9yYx ]q\nơIJ /F)n@Wq!N3HEIhؕ*q(,QQ$xMD* boe/Xys^&컆Ѭ:JqqfT =]$¾ !Tz{eǯɐ͒>*ipZV|(];+~-۟)%K EN_ 'T3o Gsm^d:Q!~r]Cz(s!̒Z8daXa) -1%N+|(JNv`p0CleysC)n.#S1JyR&Do xoe'NDepY KO* #EJwx DV]?GzNF{N`Q0 甘 9 n,BLNj4Y&y ueGUS`Pxde{o$7Csr>-i{Xd!cHVL^Q+9 [{G6A~2t'_/HY T|Z n~X:0t}b4 p患h#85#6Gs % $RX%vV[G PvZ~5XUJIrբVIc6;dڣֺdJ 8[r 2^up[S}GihOFa1Ԍ)!06+፣w%-b{+@E+zj+`>b+3 Ήo?.!:\}?#FF(` beev&I _Rf h(KCU)e/NzhvxSKm6X6:I"P"_u2bC 摹]/9K6;R֌?K}Zg{! SD,xU UZSmo(Tj[ҽ3!_ Ɇ XMtW ) jTYFVDglf)K4LC_ta%vwTE;l?/pWأw]ކLE@@5a}ji*3vCȸ9 l@d7 F(`P}Xoƍ_~ع0 1G-54j&EL^Uq~,U"Zk 8!`fқ!"t e=L&xw"fL1ͣBR6kUzsYVDp\N/I"^.Ȗ-2a"(cLuͭh+0E)NŮ`O?)bB.ڵr<ǛZ&K68L2-gRG~f5]e S}ibnW٬ Y탓lt ў(`s/ 0TvCo_|I} E,6/O)ě]aN5X_SGVkw8J}wu{e`W DC[s&ce $&*oa -$5 +ni%]%ᣜ5.wYSj."N}!¨~wV(9&ER?KiT03S8 !)HSЉوEtw4ht)(`so0a!Pjp3qش5ɢ#p6a*|]gGI7BTR΄&EzJMŧ >zՋWy2軦Hrnmm XXCY 8syB3>8w 3DB{>'Bђv:b LCkS$&q qN?EV)a“<1V{1[B&2sAl iwI|@$%&L0)'{vK>|Lo0BjfX>uZgLp/D]AŦ7QѨ1^!0)RVK$Ce ($UD?1Z`6SbK{Ҽټ!yH%бJ u>6Kr@~1$o ^1Gf>l^Qի<'_ߛ3?r~<{Z|x S෷k n( GR(R(()r)O(gje>hzV`xݨw>-h?i) >Z$[ŔG'XT5r؆?}fY3D6`]$f7Bvc^.L~BL|7hւi[F3>m4X&)M%4=7u6WÖ8yt43M*u([G/ӖB=,e5%{"r`FE3h~&@EGxT`i5HbZiٕ^F&V$ս< S4%w㢐SL'Jc2j4oGNQэ8`^S]@7>aV׋6Tp3\d4 !+#☈TEO86s ^r[b Nނѻ 'JeA,vo/!]7j.P?_ a"G+!^-ū74H24NaQHbè™ D;ٝAk 62M>XZ5tP)FZP ćhq=JVhkMnwsB6crPKPdVҖ+ZN8|J$Kzhv鎴v\;/GoZhZQ:G!>4O}$W3"3Hz5I'#xr傿^uKO1NJm 0sM]lj(<ݔh_?'6Y9! Lz7oa7¼-vAuG?]q} 0 0.ҏ<BJU$}JR𤷪Ӧ+W9ܷll[ *'dňl,"c* CQ8!ڦC+Vcx%X֣W$.?OHVV$́){7e."tv Ɛ<0\a4sxCҊIr4X>L5@~a(!EG9(HVZˡqeT5rD}IѶ%f%fSCc%@ E[K&6`= bJSKZ=% и퇟Ƶr닖3GnY74ax /9ke{ئy+gז0~v3ϤI~CɞFT>tx29 gvaqT1&:v>9yy@vӕ\,߅Ȉ;X^> #WNp;qA9mԇ@!,-DqL5V\\kA?2%{_cőr^N-KՔ!` hw]S5p9r髱nm6v-0]p4sط@tKiLJFYc.fR I5fI |n˜<!ܕ-oL?mf=mZAaX#CK -aVrrrCƪHƃ](SAQH1 3qGdڶ Vu+BpTn⫝YmWygO>wD^1N ( R!N9*f޺v_^:ac+vb@W*r,SlW cV-S"C_XU~$ $4VcڋLg7#ud[i:&M߮2p V24`FYM_ {[ε\uv)֢`o=n0v90ay[_-L%E6c?yCS]ہ=6>ʌgIKb4N~d6d722v]ו,@=0& `VYG, MpCkFǂ,{' 0N`oɝ V =Sخ]Mc"yɪp̀ͩa8r40X ʰG}#cy!i!\- Aiȡ#н.BW("f۩Z(vvCZjZ0?qɴjnc@7.#~<EF'~5lg##r)yl  a7fein3"$gl|3 ɴVUN;|d=* @ A&'kjIwG頏{2u?&5Ywٶ#7lV -_Ig$2 3FĴh^0H5مZ5A2mLV`lk+yߞшq\5F;3 Zah`ƤƇ&+Ƿ`pmhrGbd>dwȮ6rj"!#sr>R8_F4_N?i '|׋/"&]mLtV dtְ3$e&49 6@]l>AԇkݞPw90¯Zh,S/#6-8H:{}e_Q1u[a؎*1]Ec bQEIPl*-(.h|I0zsFsb0"@U?'hLghL|HPXRnC8lC,u}di6x صPð^e|) xk@#?Bŕ7 aс5>V꧟AV8"SUIHY*g%14L+!󖮨CPAj8ӳ>T%!1.6WX73=L~U[+8c;0Q،356,ŵOM1ؚ0za'XSq asWEma?0!U2q؄-vQ ChpYzFhM\*⸟'VTj8"eJC J54*$Vn)ǘƄc Mc=r䒼Gkx>7gTIF7 (k4  @2B7a4V)O:lX@!\L}v"ҫ'UN}{l0 dw/d.xDANq̛[{&߲Hq]&3GH x+i0Iзc^4٦Q6fkEG*H{/ |09"R@0$~'5Rdhl#Ah&4 օ;Nh6a-I;:z $O֍OWH fƎ i Osɟ(䴟i3 DCH5FM ɜ}c*E>8=E4Ё1"c*'+[w{: Da8Q-DJR:Wy2=qs' LZ}%pf0t,\˭pY6旡7z|9%A?Xn\.lf@Pލxɀ“ߏl.C6p{^x+v@ S}veu jCB srlfNE1XAooA<)<65ٸC%1oQY5OJ.sxctM̥~R, Wnhդ!9&Vo!QyIK‚_"[,ϟ b00?Y<˂apd& Kȱ(Uv` D4BN\vFK7fK_u 0vUP$_S$^ UQ^ E)BQ0X&"nŶY b6a$Y6T_h,t Ʋ;Tѽ(#vu;w]v ۖGc/Ly䟅3^?ϙ.BYⵋI#S6+Z@(݌-qi\+F@BwIW^lT!8]r&8n*y1cAƀd p~ 7.;#k1Qx+AN%:I> ?ЂBFV}B N\( D 2)/C4*_g?$k⼷((g ޽j@ޣ|(m&هS[1 j:x rELv_! o9#Ic(@ j(<~z: jpE u6R7ZThFJDhga}O0? ع 0a N)vNjI<ʁ;щs"vԺ͏\"F 0vqW i0Ɲኙn^`2v3Dk c\VE9Ժ ]0b^#".$K0UXch ?aʑѴ4DeHL u 'I˜Cu.,+f M*Hp/%"1=~N"oA sDoG)ZMeCqo1: @(hQ,gQF \V̴Eˋ@ H.;Gi! ]؋XMw$e_Nj2 󌹌\y'[_qBkIf*}.I殌]&A\ hѹ#z=g Yn ! /gg0 W@BwHb'sޫT1 ~oSZtCRgph C^0$4iW5<:1s&9WR^>l"V9\X1u)f#Ik(cӽzǍ5atUQN+1b@0Rb;;e_5HkC^Mv./z"c4(EsV"]TŌ*%$FϏW <5ͩ;;#&~ܨHnt3GT* [GkCV=xOBl%)ER%X lB<{,K\YO1ڶM'RJcY}z}dq-T+fY箊V 7 83ho0+aZqf]TIc_f/c~<*c>9gFx7jR010 1H7˵0 [7Mq^'Ϭ%FC 1nDE[1,ja$i!ɴ}WIg^TSu3A_!Cz#K%%D̩?SFlB@|tZS77p<#O65ƎḦ Pq_R %(1=@۟ 6f.d)QI\qWh63^޲GN݌(Rd ӎcuoLmפ߽XخY)9}F~TChT: lʝlݣd?#"MO᷑sQC$TK)}M B5$AX TNbs/#/+qb8$= 'F"dS1$^r^=9qi{FRGAb'O:BSSg Hw'n=y^kAJc/=w6BJxXˉ")Tb:@fW.%& Z[/(w!d݂JaU)?5=+Nkvތ]'&M,]θTsUwEٞbnm\c=|3Zuʥ*\|5mf>*0!3^fIN1}ʟuj;#eMUhqS{QHEcR8g,:e0g -Qgs5:~bqI3{&RM:[f,oH\5f)1ֻ_K+}4 9oy.jdqѭWaX=ZɦzE4L]~W6&A.f_ ڎX,{(b:iD7ZjN>RIHtR#N0omŔ&E5Gc%nB-~D0Xb8B4&-Ő 'iqn=z==%3 Gq]!,b GX%ѧϷiDDmi JI-}7^5<9raa wPB>hxSQ| _^@WXjy^KOț_ND3l YgQ|8QWXvSu#UEjlIq^7:i'PFRb}c?$۳mt8K.I`ѥlvbCXNCym{i!dXndCsnu JI-nT2Q*B;6,nI`m@WȊ27+ye{HY54}3- ه\i7]V VYfS<]B;D3gγybY$0vwԍWi9%5ߛNM<1C4lV,@Zԩ.Muhcիl@Tߤ8gDkfⴊd>3p-{sD{ A:?^Im<dΟi??Sm A A5#|̽:QNV9RZ܂###-X~X-ߍos03C=*Pv.; 0K#Vk=>@vp>'}{lnީA.&5w~\IYtt#^e] i[n?] U`έPw'5ͫ}!k&׆$ |ZޑSid9؀J' dޮwM)s XByuyof+i*0#FD\f)}YMiL*ǍNC΄ 5@@ *1N-µvu^tҒ!E̫(k},nTkq^c_qP䳋!o{j!D*Đ9cd!J8 @//h4zS9Udkcx sCɭ 벀Gǽk dhwm>U]Z*Aycr{3[ n[Dd(pk]e͏bc-`z}Xwb$IF[3H>0"1=Ss#H#l'ʶQ`hv0f v눱uܘ4nofYz#3KlX"bqϡz!]mɇy$JLCao10mhp[3nU~CIɨnLg{2>GhR  n>GvS,3lR=䄛YE;&Kױ5+jf]2 5i[$zn_̚J@v"J73)W[+ʕ`vj'0\_= x]'MVf+b} 5֞Uk 6o1-$(׎!dӋ?ᄴ.=Հos|ٞ%:5QՏhO'c>^"&{)($R4bhk,ۍ{òiO/\Z*UٽVAęNOp@>mb ƪLDS}h yxe6psv.!I~o ġ[E^=,7bƿȀe9#Fs>m9-wM3 hc0!2e@Pt#oTmm{-iBP#0V:)lPEt򾼗L֐:S,cbv)#VK(\u"Rp]\bqڜ朗UNmTQ0 F(C[Wrڹ0@on@C-;xEͼNZTmoloiWzzB0׹*τ'nA&yo- q :'|pBB،/̫<|/4ˢqaǸ 067\'Q7LyBȫ<ٮ5eykH׵m7?UlfފȻ9]8;afmUx\DavYFmztP(JHߔ (-cxrq]<{pzZ\n\''NjtʶMӤhob i>+I{ ^YBL]Oec\L , ټЉ^d# n23g?3Ξ?_iەqv4"9ſG0 noG_\jxKIQ&uM{{{z?>>vsscR%v4(= xzݷ...ܽG l:arɉ^%dյI~yy9N}~~+ʎh4>==Kdě~_ +"xk9Zz3c PwҖTłǥQW pjF\.ĝECh 04@%=BU]Ud2Ql޿ LD)ddBP bTQM~GYx4L6z. h-zZW괊" H*:;;]˼d"fCIN V^4BӋW@<=a^Ȍ_]@2H)/EixMZ7DArh&IA6iNxz3If8LS Mh y-3^QZ. i1#$pz^aSX8[j|&ۍO t]=َsAXDF1*Tt!Ĩe.)wT~ 2f [~$\H_[/. yΡSv r{[cPp|TӼkܟr(RTQ2voeQd;o9+ag1 1clV1dXKWUj8m/b+'6(8FC>-רwT4Ze-$<{&G-?I @׭_j~C#{a$ms# {D BquV6c`io.@9wƿ#CFuK+Bl'piZߏ;2=Y;.mVVZ62%?fH৞@eN(b &g.nFʆ*gRЯDHIOd8͎23䩰 ៃܬ'tu,hԙ WXP7d;u@Fau-'$EiHZȌp|1;cy)CEߨn52QOȮ G/:ŒNfspcbܔs=82SfW5zc"R<][E!c#2&2)wځb}6wn]5yǀe`7iu67 @KJ(8)!PB @K%p'29Dϟc'b_>]5sX5'R~\S51=he=NdӖrH Mxh\.XiE.8 f,*ØuhX%iɫ0a?(4 -l6;8Bm0+#{ %0?+0PFau{VնD'0t`jP;0dcRrM{ TT{$QK5"ըyp4Bwa5M7=aN7hs߹ki”]5k3RSFw?>@+U҇4s7eL3҂Xܩ>3|R.=gGK~P(gP Omj'wg0Blrk}0N j|I_uoIY>PGTx7/ uy80*Lbq6>|*HKS`japW k1+;$ccdrhHsèF;Y6`IinL‹#Oxi`<'*2muA>4B[N>"|cVt5`uGb4H=WXΐ+ͬ ߠ%r&;99|98۱@:YD@cTL,"ը֠DS.1U2"U"1u>#1]oX{xa@Jfqq0ysq XzKo$k-uڙLgeH". SodSוukSnp@'=7?7Jxp@ï#,hc; |W@a6en-68.I8wG /kjk'al_#r\/ 4bAc0m-,  wu^"!8ٯbHZ!7s].×ّ@z]bƕawbHhns'ʪ[@TcDnk\Y-Sl**항m hs,.{xNچJTT05{ /ܪig@Q0 F(,='`S`sq(wԣ=IPDĚϩzbۆK|}"ر6<5. s`3 `},q݈00ef]RB멹 %m$:bt^S' !?D:,V:8!NH !{GGW[f7EP0tE"PVP3*!k#+;pCJ­LJj$!Gsi 7Ո2a) z ݷC6Ǒ$د!m)+jU1F9/nGĝxc$` 'S6 zCO ~)>C MG~F asy$}p#&71G{<{x9Ey[뺒;U\#t6)s꧞ $D~bƎr^RgwKE s/νe401a>,HMsUFU^XmD+vjǥg}/#pD^ޕy325hP|s_\H20SxמR+qYX=zx2n EuVhζh~9v;6  FT'X:sy2p0lrЭj$f4qU$|UƉʝ&u=vanT&#Dsj&Q=%IC:@0Z)-~[lCwV~&:RtaVm։YD)(?Ue)4Q61%iƙcd7?V{16pj|xͱ %]wt0 a8+d ;bF*9nJiN++G0fLo6RsmlO|nC՟[ǘ;;}~^RrRNtz^ÐId)⡑[J24RʶYÏ9* |"5lSCJ\PoJF#LT^:|2/}s\DAČ#OJ&=H¬8$ؽ.a.mPMl7L]0ZYY&)EV'jY`ʋ=MƐ^'YUǙz*x83tUٛM831syH2#.I\-o T N*CSr3/Nf8S;l,F͑Aׯh2=JR֌?q@`a[PVqAr}gF~-C:3j3Uu Bu3% ڗSw0%֞v=-Q'v8pF쳝C} *@n|}+'d5ģRJ@_x:g?;^sUɖH}`J+ab}̳ghƬ(6Mz|-Mɯ"#' 5舙?eV'O_iT: uS9fN,S*y%FK5P(., 78W05Ҩ ȟPs#!'I>+n2$aS1l9LoW_8˴u'Q!ZN]]"V/KfDz2iz=R}L]}F+dR4%8r uP&]nY&O ra#Qh SG%A?.B&do%@R>XŸj;4[5^/~/?1Yvnc=Ңbx s| ?8\!6& -9ZbE| ;[,@ Y\ZDmSsɵ7ή-Y X΄yw|Fw@g҂MnֲrW("VLcTR |>5kHϨYiqai$M/`g5`crcW;aȐ*#yQ dvNk-&i3O(u|$SO]⋖wg"sBuEG(5ݑ]vGj8ٛ}]V{z>/mgEűF)q[NѤyzlD:$* /.?22vF9 .X'Yپ(!Mk|9C;AVIPy -*?E TN>@!w _&Wp9⬐rRbϸ| @>_=H)`e(KcMo#tFM}:x6Xv'wIĂyy|~~`iwԋ\@9͘x)5{wn&IZLhZsT}(mY׆+g'la!@,DaW2r_hӁ8MCbl=2=|Y0 DsC^nԑ^M q9eG+9>ւsJ}HK#6PM6z 98ڑ<wKr7]:L!&gM`Mhu; ˉ$H,/Xrf}L8EAczv$B|f?ɕz|X,E)`&Y2CwA0axf_<9Ţ0 0%AIV`x/S IaF $+qZ8>&U{N[WAcm}A )2gL!t/nXc069}0aUðv,D5C sZOI0 0s(@=9cSⅡ>^Qpp.m*\)}6URQ@_e{[yɜ[lݫMhxT4m_ ?ь)Iᒻ@̵<=ٻf5`F;4 0Ǧz0̌myg؜M;dj>CLu9xj3cguSD{tzP RI ]9mFeC}v(Qy*IϿHH9WFj#˜M@ k饎3g_5apMvBؗC)_w*I BQt+,iVc}6L>E_j.Z 2p &y3}=~?[4a-I|:7/U2v\УnuFSƤ2}Op BvFЯMf8У~XSm˝E1~m=QˏX!k!T;W ;`D*̎.;O=[Tz?-E'sOupC>]+Jk̀9&YetrY[=x.;=fdSD*q[,(QѲʌg/i< Zt?kmLD2ugW|Ȫ_~feN3)7ݖ8IuiznoPUqj9q[huR~nozG$a9+K`!5U3&^%=ߎ\pA䗿H(Ix;}o4ծ%텍ѡfu&zؿcw'3>vu+@KsN(E&k޺Jz1KɚZW;;!&D2oOVw6.˨=mFtn^gԯ}#Osb;׉ 4dP"Wٕקds:Rw0jN3dVTF0 0fh>'jӝ\'-<^w#L,fblZDP=)8X'Cgh!Qj6~~5 Tw#Cwjm'ME+]Pr[r:/C/B^O _ _ _"`tִ7 F( r 7r M^@+1jm| $J,%ٵ0ðM2B&4 q?;B'nVIpڗ A\k~}S½7mDQuK("#*NK !qS*6*mLeQ'toei;f}%jk]Ggn^\O,MOܵSS9q N}~BlQ'Soy;M6xRm{nn8ZҞB^<@(QRTbtC9`p VV dU#dO7fvEnu!؂mŒQ0 FdF );m[q]%x銑ׁ0vn90DV[j\o|3Ljh|zyݸ7&sIf#/;p hxYpM˰zE+} ӹ1ĪvDs*y-8CK8 YRվVp7AYTފLq)]PbLo D7n1~W_j $/RXRG ̶_G̕n5*ǒ os}l~#*rld+R'MW0?~90#m>Ht3y_&}Nd%" Bo9YOެP3N`l]3H a_/9@oP zKI ~ʉ*c*Ҟ+IH/D-pEQŝrWsZHِI!|iiv,%30 tGre*Ę|thzz;&"fRx^ʉt#;wJIՠ~7.|U/CA"$)L97R;$n9AwАh\`14F%G(`@.Zm׈"vuPuApv;0 _Mc@ Ə>ى!+X+I)61IaܴKۢ3~ |I]QBHN!ꔻn9eۊ8~c]:-F!|G+Û6B T4TX"Rm7 ,a1\ ;_DReH`jP?ÅslԓqD.!*45D>0+`T2!fJt_ r|$x&߀~ֱshQ0 F(hH~58|1V Py='|k 0 n%GMgMrotmB7}~|SfBDFUBd ^T/ RnY:hC9ٚ*si\uęlݠ:rMi>}S6 7d0Z(=-o1CSkSN+f p5cJwϕ6eطb"%{ƜN1@rĜ4ۘ9 Z&*iIYCCXS5vi31#{| Dk7z \+v^ ^4WO鍨q(Is{޺Xe19|B_@'?^=$іB:} ]B28ZrheQ0 rdA`эv.x,7G&vдs ka?G@&MݣC @!m LU BMy'&8NO#4AYU"?@rY  Ync4\>9Y1aDS#vaaָLw`w$YFE\T@Vh;Q8)2獥K%ǥW9,5ĺ!'jb֙OTs^h5TO&C'!A-k! A8 pJ[%)Y0yLp)l;myi/߾ j>ߙ9'9dYF2cgu{K{iYtA <1P*=/6IlOHS-*>xȰI~ߐ-Q {N!@ЍM-J_FE3<5 mQIIZf\a A<7zmpM BOҏWP1dSfQӃF e!cz%q!z7ʃY^ʦW3W LTZ moP2piƯֵ%14.B7WEy4$y>%iwt0 a} &ALU`6aF`~⧞JMQl}>{1q[t8z:鴷r^6PkvoOnM {XHY,]9UFhƑ&DJ z^\-|qg#7VKAO;)dxid6GX?TT*X|ClN-cJz͔Gj~OFIEحL1dlr}rBcdԠ] M0CRgtR{iCIͱ(9A!BKk,|K;@5M]1]8S{em: Rz%$I$ucJXաGs+VU:}d^:NqЮlchȤxMz-(&.oeݚlF/!OG /yezwQY[Ƅ⦵XD;g^Vykt@&W;)"F^^pdoq̱H{Y~$1P?ډ'NdVd˥t+}-{J7e>F_*an89qv ɀ-@X}iʬ%d=W$ YZe<9qX1)R.da.rui]r Y>StC!4ɓ+/@aI29Tc{jtX55V:U|tN= aDdYRVcex{ڥ3I^GQN^i2YM}3輜7fZVSCtDx]"+ϠɃR#NA}OzVx24RDӀMgY"Eq&_TMnŃ3Ψ4V\qҔKpb9Slrexd0iNZkj>5ܽ\V$a xm(( ŻsLc[(r~ȀDT쥬B>P%nUǁg}'`zL}#" ;V2OC%R>j$V~tPU xhhS@JdHS [}qZ3aj?Z}/( ؍9U)ĜEr%:#q!PLlLl{Wf]bK69~JkĎ31YғF(@R3X!}Dа}`PÑ͖^+bהEݜ,#SyD4Ȏ#k2Q0 C8 7qEze9j u'dt7[#;=s~فʮN/$}CzY(9۶9F7e)P8Y S!{ s'N(1/{w!lZFoхbAESeS;&3Lu`4 Cj* Lug4zKWH`uu w+$W,?>D.uz3.CgpB8 tCyKq.ϣsf| ֽHP~~(Z('2lĎ/s},H5yRR坉>ޖf`w!8ĆНk|Ly&'gD)/cu1ZFǦm>_C4vt#3y]q e9#lp=бG1# 9۶mdgLy7J+5Q=:moތGJ"&? :N<`ǬQ5CӦ>y_@=Z}'PL鸣bj<z3c3(Ɂڨ*VȶHF۱FvwLyX7( ÓmOGdP/|<9rD,q X1O6>;Ek}䐹#Yܶp,8"'po3QPmH*Ae+{5.ڜw0s}/*ܝQ 0D\oԡDE|05q7qVCK-5$h fի0҉J/ 9M5Ey1{̸Q /?d#;gA|Cc;Erjڼ1DgIIMӏH^ptDeOnN"]JEcj*"FtI[Bcj\8[$B)*Yj%:Tx~Z` :uL_v3g A~"-+;#쌣6o(ZܜA GG[襴u ^/D P#,DbE-F?kD7 =S_aTBɰxMq?(yGnjFJoVc f6;k" q F*]&b -;I[3 lF r8B!_1],\VQ'lgM ɲIћP0cPv9 %d ]ҋ/KSWVUa4ձKUe%cx4S/eV[˳,>idnMϏ)KhOp ֧o7>MA^-k}2( %|5t0ԲKSol jS8~ZfS)%fb)^vYfa8q]mEkvN]p%(fM"^'H#) .+̄dr8{U2|{09Q0 F(='`7sH@i?@@RdH@֕Բna=<Njώс-5W0x]egc~fdL۶׵p 2җ2Qx 0vs7eg즟 1# vT\,mLKO4T$3릀APa}+H݀P͚O@Zg޷f*ʄ!Ěpkz}]OO_ .|Cf7 򭱁JNNar "6y`.iS0Z>yDD_ѩ;-ydLDtUQ0€eM՝$ox{ͳ7kvT%#~|[EL2dZ-B?896iQ0 F(v='GGT` kg0P]e޶/C[Hn:1tԬ7(z&[~pӚHGiם+':pҌEpJ2dzm-/X|@gf%ru&M}ioAL];+Ag|==:PXb!?"nI(P@0v0aAa,568wJ[w@`_%TJ(eS";o /#EwznJѩǾ#EuE@DG^\4Y8:7n>A` l| @ aT2Ժ"K+lK\Ȕ]/nBڤC);+[:7 d,g; Mk^3yQy+VP \CL7ZMbi{q4%POOjfsB9rBzB~_BKk,E꼮\Ա%^mT+J\%Yks*&o\_BApI"c% f Ss ˟ҝ6U"]M fj\v?_Ľ#- Nѥ0]_.`Q0XKPv; 0 )zȠ4< p- #'_nےIO2? @tۊ&ݖgv- P'*?;+~5hF~W! pᲹDIlD6ޔܰ^ )5y,vҾ@q4 qģ9ugQUĵ}i X)avģ 'l!I-y@߿TGQ0 F(sRSSKOO@ڹ0AXsaӍ̷mINGe1Nшw=қ"ak%05N<ۙXQs""ح~?:;cALH #TL֒_ ҬK|$ 2S<`w:3gEWblIJo[_~]vu=}th2XY=D]_Ҷ-h(WZsF(` W0C$ ˲g g>U#Vg<7>jj l) xY/ \QX1 Dʖ76yM<۷l?Rp$C%xuT~ƯRFxi=3t{$ޫbiu]'eKtӛRuWt [b T3 `2ܠO $ Ӹ?;+Sss.C)lY nvVBfCށ%vˡ)ϊJ $y[feJp[UWU, Sse[ڡ '@x<73cE6f^2L"R)(ha*`[ ta\_¡dABBr'/BSvPb;D]>s(3VBHFC'Աrn6.5۲SEmD.0,? z%pljEDm=+oKykI@CF+Q0 F(899MMM ۛ"! IENDB`PK?>,>,5OEBPS/httpatomoreillycomsourcemspimages470313.png.jpgJFIFC     C  c" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?iOQ'9_b>+xz'7W2ޙɺ[v؊|Kk7>?|dǁizv!fQ#I,-rb ޻ $pLs]@|)kqO> 8O>(A

)[ϊ/y{G,-ԯ$WMLܪ?_~"~/d$xľ+{oxGC߅Ӭʑ͑[eX2#7?iڢZa?h_xC&t7~ / FfY-woΩ4I^D zO$^?Q~xZºn54ۯhqw9 KKk{եd }?ַ~߳<J5=?䵂km#K%̩ 7ҙ X~>4~:?_|[Z=[JV1.eEyGP,ΎB#_~ ~|p пď jm5ϗ>y%2š4v&FgL* [㧌0x_य़4_>Ԯ4c/[bwkiie!O6rLH Em(xoOƯ%ævme.weK$+9BYTc|aqٿ߳~|FOKw RޞΥx^m@4kq1I@XoDQ_m[?l?nyx[mV\r^{mÀ\B3nhoF_)ߍ%KV ZvKHm$RE$!s/xo? WhTvfZ$ӒA $DI @Y<[_Ww/~|_OshIHO ,f(cUcYQg$V!J_"x[ ߌIeǧM*7("s|丕F ƀ?f/7^ҼS(_k4j_jV f yLĈĪնccxo1w_º רiBXZG B2ʓ܂˹k<;aCὤ >bgM7oOZ:m y1fJř|Ox?I?گ[ c7>3kC~5c pifw0CtR2 `4<+[-59smN/ wۢʗ_legF͈L_#'W#K^ĞCT]n=VxNV-F훀y:7\wvG E|Pe^ܩZJыryqWѿ_sx7% ~̟oYqV|ug6u ɒ [Zv他(. WUtrCEq׋ l> \gm~=xrn.Y Jvͅu Pp^Z4+xzt3OKJ[;H-c ?>f'*7m?+p-|cթ_ϫGC6};.!$^Asmƽw IB칢hk}CDvXut}S^No& x-&T(w?&tҎ^[[n!ЬZ/>)n$* }O"Ǐ5la;[R_m$0AmC~,0| j>xUğ!_l<ݠiX#C i(Vhό?u,|19k#P>t%Fk7XGj>O0<Q[s ]Dd.$~quc2takiiS2aV;Bcݮ sJ:/)#M־|()V~`T[yK,s[3bp_km~?jHe?H? tKxLuj򛖷ӮV+cj4 Sƿ᷆k~uOv5~,Ӧ$>x{{輘ޑY1u*~~ҿg~zu|DӔo xl_!mk[YdpQ} ['3:V (zԖ]"eyA-ķH[[}uq?i:|EOCڴZmzcŮu k"6>M;?F_17CZz|0mN^8嶊BwkklKs#P$"3 d?~;^2> xa⯊cW Mr4ʸW/l>klIOO ^ bHtl(qCh#5-"({)~ƚw+< kP⳶M8*,>=Gv啖)b@Hn JsVQGQCy 'j_/_DŽWm펙o Cl~=֓c>y~Z[9%v+3A<%iWu+?ϊ|!é}Fu+9.cj[آ,!pҹ6E 댯EVt _k1[eE(1gBy~W߆M??e?3>%k4N O&ϞP{K"1G_ύx7+WqiAu?K%_Z(dhVUdfpod~#^KVu)QTeFHQy<ȷW~<xk >'xr.A> V˨b-Ƭ=\x59Y|ſ|}sݽy5M'Y޶:(``DL^s#_~ |+1?񍯁A?yf$BÙʱ) hlqƪW཮!ር5 RbKjR^J|2O?x#~?vVzGh^.T///ӭmgeTC ?~_g߄W\\wh;J<ˏ{ QV?)Z$_|'K]3Ʒ:OTonq>[@3;KPf :N.@?J?`˄ ]F~u#2Q?8"tS2k_獾:oq'Yѯ|C}=-axiE)+wzx??߂/%^?|Cq_jh[A+tV;&__I~:ZG<?_Q>#ӵQ{Gpv6dFAgG{vWM1xwV diVUo$帎\) dg?gfj?';k^|#𗋼00s^U PEq i)af=qomnĿ~xv=^6ME$vlV"x3,/ 4/&-|#厙 ,%%5U(V]@e#oGߎ6|!oxgPt;ZY%fĉJa!@7߂'ω;/߃^v1Z?~_cOZ8SQ`2$Iqʁ(Mi1#ex_g¿Ym5-GSG;x]"L q[q\_ďT?>ky5kEiq6qM'e@A HeixW 1+X&AMWO?hK]Sƽ;U. uQqw_G)>r`Y.=>-| _?5#7:^ԄY^ژdڌq<2`;5[Q]~σ<hGRy_k%VnͳwnN3Pc_ߵMOq?f :H.t5/"Apsj:jkP 5NFI I_@L ?n? %WÛ J!}sqii "&a>r' N̲Z6r.me#z|?+xM8/?gOz,>lⰰ%1E6B Y ^4~UD~ΣtO5 id-d 2+'o!x&|\֯!+I-&, tgyſ<{e*u}sT,B`jA;>_gox;R Tqm$Qʬ9VGepÐTȯf/-5|{GK65i["@cdK1J>ctG~ܚTom'h#ׅuǞW;Y8A6RGznx!Xb?1J-n{{_V+LuYA)vR6$ [.xñJڞ4zGOYA9)EF9Eѵ> A$ǽ/i‹tXKW&[IDudL\jVqͺ1cI/t%ettk+RxpޯR2 -_ta}gwpџ.h*,W+1(D\|D~);> x;?ZWݹ/*ۀ!H \"-W~|huj~gX_j&VI.P.JaUWS >'|؏*K_]f|[jq@XQEWVԟ%DAq7/N4sX_A YkBͿlgį*XMm"A(#$A?.u+.: n$le;n$NI+D:WHlVE?ukjdmdibip0#7[l?'=wko? 7-F5 -e[oT W&şx?sk;ZkGK=J?(7-6߼94 Qow? `|:Eeuf-嶶]VkX pa@ "?iOxMi?g[[_i-i5Ӳ[rFDkn_ų?OOTbFm +˛3{q 514-Eymqj} ^Ѵka.O\[ڋ]P[ɥіXY,v d>>0|"ط +ᾍ\4qG&WE_ψ?׆5]>ik ?n{Zĭ|Ȓ!i,I`2?\ l4oJе$CikWmqИ|/Oo4 EowyZFmzNybY.D ?B~xNÿyVKOVѣHÊƤ??2h`Id,w:W|KqZ--[)r/\z ޑxLtnzsx)DmAm,c dҚE<+SqxWF ix6b ZK૦RH UI%hIc5[j44||FԬl{2輺%:A ,śG$*xc_>)oÚ:|5V&ceNx%0YX qyA> ׮uq4}>;q\g 搨,#[:kU΅W+$SUt`C+) H4Q@xt? !ЬcѴ]&`A8@+GVt{K6༳dxJnee$ ([{{{;x- HEjQ@6Q`,TRhр=Ք0=AEP͍wgm/nFJ\ӵds#PX5mgH$1A*:Ҋ(Z( (?PK?TLCLC5OEBPS/httpatomoreillycomsourcemspimages470315.png.jpgJFIFC     C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?((((((((((?_QcqOxV#zubWE,Ț}Gc'Wǣ L??IV=Xz4\BU][˱lmAe:Vώ|u{k|Uƹ4Pbeu";1d.H濡xcK\.i[/V@k/^`]_~0\T4N v2)f(*3V$%씭?>9xǿ^ehm?hKiCmE`֟b "}A^ u?|,ZyR cFtHtUdV%~Ecs(EnB>4%<c-Y޾rOLҡheWiQq". #xT[O xj>ǀ>BFC/Ydڥ#S}Aޏ2lI#Pf1mru>滨^Khz}i[" .c-iP h~ L-?g(AoC\]xrLaG3Q;%c3l# ג|M?_߇NiM7*$D;初co-UM)/O|[jςP2 QW`_Њ0$"E㐔柳w}Nj~ '"e-ݑke:ֲrR]QEQEQEQEQEQEQEQY>6xr?gHMzimrhZ/^w~)ovi{`KKSyf I#1B|ɀ  CKn7a~9]V熗EVl]rK+r df,d@gw5/:sD4Wz_#v_>f6R?\/8xJP ˋ`S$@jLςaFfZҵ[I񍔲hӼ[DdTNQ,7$iU3_d`,M_uMt@?nϊ_WD~ ? \Yogac"}7a2x¶]Gex;L$$a:J;F$8 2fǺ+iKPi }Hrd؞YNQhg5֦] &.\KDgK6OIJBo3E_p[HI*ȟŚ6>gi2IYixf&bQqLZEvT,/4廞SQ[i| XQ[2F>6I~5V40 {:G0F GvT;c'19xm-yZxQ/cȣ].#x5wvHMَ`EwK* ~P;s{4{wH]H/BU%\!׻~/tEoգ3BE}MPDs"Y> eXӧA*E뫨Ice?j n_:(hvyHn-${E2iNJy WRG--+ j0]I=m4O ̾_bڑsH6<.كH'q-T(bd.ʠl̖mvv\]hbIPF8O9\s2T wc}J+;XO_$qņhۜ2z3>@7:|Ri:om4-rqy FYE';AFUozm%DE;DsjFHq<3/')e{w@YƒH|>mkǕ 4M4lOT A8g&|c~>=_y^-In턯mY?YG! ;_ßo[ Ҽ-rtCH+1] ܟȎr~@?y 8?d'4ۉ +hWJeD̅2R?_5qAGʗ j Hgstu]h0r6-}u—6,ȡe# :+#?<3 >x.F<]h\k;_6'wrh2G~h袊(((,?mPio6B˲5bwo͓=xU]wuܚwk|h6֬"H`ISU22/.#Uu$Cj~4z_ Ү7\=/om͓jsc 9[fa~ۿ7iTi0~>2 w}LtK.ڤsJ!O+Y$?/||[׬le_I0.vɩʱH>ȶK$>FߙjN>RGL6>>3Et{[sN,>3 @061(*ǛdfxK+ j.IW51 F`;o $|TO xbyY"gi-ak3X0R=ڧO0 |;z>wf~YXVq([0!F6H.I'9(eUyd| ψzFxiI-7_fx #|oᯈ%}>('/ xH_^_Yqscc$AXrHILZ)|7U> x/:zlO>k&ԩ X=7 3*[`SDУIo_zkZu^<6krqbKfZdY7BwF Yoo#ׇZMOKPZ8_9A O  E{td-n;k fonpI)z#Wg/Þ3=r-Uך`mF|I,-8g*~⊿/пo|Y/Cкyon䫩>63y_ ?+e^> _|nFwtbDK8'w5:uMk]<]_4 YE\I 5 1DwJDz9_>/)#9wV]K\j"ա@=ds G&xS></%12!݂0wjfӀ''<)tkXw(%&nW^he\WB <2ʑm/&}Am|=RM[iaX٠C?L712D Bk?wK|T׈{eǛ ;d *30 \~?PO59QN< {[Y|T2 @Cl3/\·I.bEu}q3B2G(p |:x/^oIz))LYUzfpJ͹ _gK? >zUMnVK4ɮaNI*l;xV RoɥvpڶI:pY<:gSzךյGy"‰TaW݁4[Dwjj]ۺM+XYǙ6Dž-"Z,MhdwP%tV[xSl*k7p_?cm^y1Ȓk,_p(Yl6ij-e%5ZCh@d0?;QewC>:u/Coc0K؛K$0}ɜ5H1rʎ@,t 7T4Z${ciq#./K$k$Wx.hev6۸" 8n]~.Fi1DvHlo_V[UVjH-P%[ODQv Zii1ؤWv40],ʫq s\A#xzΙ5DD qbЬ@e,f9Kyy.Em &RzK+<Ź]"C V+1`|L&$\&idXXE8\<Rd__iss$F$Qi",97B@Ca ;FԼ'EթK=2hc˚)-2 !TU+ >Bۣ~_>)|}2H2JnAtoIܐ UlbWnڬg_*~wLAlNer?>p-MkiiY,̐eػ*,¾j :xݾ|?0h"}“뚔nL, mA/w&m+e/Q% |Do/;/ߏn-#ãeP.wHY-+O5G> ; Vx!5YvyxͻdE?i) 3OM6h'm"2bw1dl mKE?h]vL|{i`V<5Emo՛P<(\/xp^~|x?=%616w C5qG?vזY 1FВ\' EU~7߲U,H[[)|]Ծ&bԾ~v6k+œxk ;,s$N 9bPO~'~ߴ]ĺ_ˉ@]=~mO]_VdBR(;|3w?gQSibׁ4Kf-z~3[$X`mm:/||~~1k b@5+m]YÇZZGmULmP+ݾx{ |?𞓡:1ۧ%X @|ZWɯ~k?,ӣҵ D\ Elmt`7Kg??Xxuޡf/\=xL+E$kGM,orkE͐ң 'mW H~R<Ҽ3/W, 7Μu+䀏.k?넨ɓy_A/_ >xvF i:&hbK8cGz9 7J.: ηr^ Kvft "I( J0(o%/BQO?/1{t ߰ AbtR+MC_f{'[jo",qe?A0XZyo$os:7Xy26V?~W66mƫDmvnCdDer?/ڋ/ Ew,im j7 U`0GodFvlof/ڻM0L4VTnO%՘)3YdR-pgW"ب.όW𯈵 ڏ}u`xzSOin5=VtUI!/匡O7:`? |9'x(ikGAn---S,\BW:o? j=@6FY)%iw$Q8VWM1t *'?Ko eگ'8RMl"m-@y`Ə߲ǁ/i?٣ԥE=_KKb?qRhlshE/[Ku^ilAE&Ih>BgQK Wwg].G**[jIe]@mUa?.p߇Z/&$CHMMp*c&?T/SJ׾Y>w7^|VՉs5G8Jo9C| ۭJh۝B+Dé[Kq9vG3I {.+ 3/4m5-vk<{^iȌfv ׷>xDZ[-SMeT)$R# j|sf^>>(~Ѿ/OR^xwM?2]jI [f|⾛O;*~!߿u)kܔ=j(:?_o3TxNDNxNwm滂M?PX/mZ)lNd^ <+2<9s[ڔ6-o[u98yQ@h'SߍuÍ4 G|`G3yEy$$HIJF |1?6 %i:ֿMjwZN[ --itp8&HFoO%WO!5+?mΧG[k4nIy __ I|f> ğ7j> 4 46i:B7vq}WƠ; pѿktc|y5YkcKp?tYf3,|IWU?2~>~>|l߂HEӹmh@;x`J]/~x/?>|o-ypHU*O'?l__= ^̓M%}VA'|+~G[8j>l*Z/_ðjWװ@wy3w%u/?N$~ 4Ѵ Yqqψ>}.y "v/椊c8ߴ/%ֳ&m/~)է𧇵(v EEǰ"ys,77_ a'3Kk#U׹5JHY b%$sy[kO*$t/#|tIBx}(*g?7ğhߴIxé.LlEޏ$Qm(QV?C˞ž8} 3,Z ?a i4(G $-⯈Ö|F.u l63xppOAW!N!k_-2^^ um0 d1, q^x 7%`|g"#@УS4=o^~T;_>VX|CxRӴfִ[?I8ss$qGako~"x~:xTM6K^Oj8o$HE(WY]?|-Li/<_.a䋓g:Gk`R= mm}2k??o:o^TZj0CreU 2(~z|L~)_-S_A:B÷Ul@&SZZ<{,|{xz) [gI%9 8 a9BW$}t~ ,c#ۯ( [ĿV?|c}q~~*Ҽ(]zYuITiνRWt>Tqbx^Ȗ9XEYj:̪F]n TzG˥xkxqR-&E [m7N#FⲬ$u=k_]wOwx{C7kYk3DD2[Mtm_jet뚖qh6Z8&.L6RZwhsϸ[S-&'Ï}?>:|qĥI-hK_& w^I^P=RUJ3= Fg*2!9+(U\xU?!kT[#hW=TK4Pk_9>0x3/Eo-Пut7)jþ59gWTqgO_<+u௄G/uOZ׽Nzny]Uy_gkfkrK8/ N#mk0^kkkckp a!$ `(RQ@08EQEQEQEG7x?ź-j2zu"HnBE"7 TE坦i-sGN|SZGEo<|Eu bG<5A)SܝUF8|z_??sxo\~>[^-5}F$*4gm nNO;Gg*N;i%OC_FAv|/\>U-inVL;}ESx?swyJ V^1j]xLcw Ѭ[%>e< >|:*S-Yڒ'ԜI$@7{G/O:.xWOۦF9٠ms[`CgeK%U1;?k>>~~x{GjZd/m'1y'P}~S~U<5JW⟉wqǺJcR Ak?6osws<5-6*w烺Ft`ְ ~>"Ho> 7z2Eomz4hXB00W_iY:.|%8j\@mc+?:>3"M[W(4Bi[x9<̪mH6#~ٷ¾"HsMOE+o5ųƌw094ax<)5}rTO+Fú%@|0K1?9x\>h#"9|xyvo/Ot@rrrIo?a%GŸlK %ơu-d v{ÿ؏o?Co/^N(4V$IB,a=AOy/JSmsMmxk6Ⱥ}yD~%,䝼et.^𧍼|1FzM6 5 Qyֳ"88#9?L/M_Wu`.niPMsu$pB'|+SÚ~!ű֣T,D =;D_(݂Wh(((((((((7n!1RN|\ =}_ EύZuTҬ-Pox`~$iNj~ ]]8hr#M9cHF1_|=?ཿ׉nEaum|MӡŔZb,IJ&6.~_-Bͤ5>xCmxIK ÚE!$AkKH FO'T'$E-Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@PK? 1OEBPS/httpatomoreillycomsourcemspimages470317.pngPNG  IHDRL pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV8?v,lђ F`Q_v,s Ѡ4Zҍ M {A= h$3pkk]42Ϯ 󡣀 FKQ@2pusGk׬s|||A= h$`,`hOBGyPhI7 @˸&K@T4Zҍr0ڽkuGXMet`D-FX˻Rja湺AG("ђn Ϛ ofSGkVgOh؎-FR0 HJZv.0dYWO(ђnPCB 7ycv&L GW -F ۶*`ER6&L4شmh17 hhĤ$H, *̓(6 N()ѳLFuOJ\8o>+/9QP*###-#t6@)z`{pt4Z @t4=w0HD [pvT,PݻvKsG*@%=0O0qþՁR?/D䃗! n Z׭Y;bf8z//) 'y+(5( 9X 56>@ѩ4a"6f LZð&L<[GdO r :tsiwƀX5S}`Bz)fF]҄ gSu ,eddDđ[L G#=C s8wk׮M"Cd  1 U{vxe(GI `lӭ*6+F/i]({3P%S fd`!>P3@1!|! 7WH#>8ʫQ0 КEA!x Xt,jDl@4_e H -N;d`WAvS˺eL2ғ&L@*2Ng'B UA4K薦f4X3 '%5[-C|-y:_`n XB>/qh#nS5,ꀌ^ ŃZ~40s}GpDfd\p]G+m20֘B.lH;U@$`c0S@V8Zv@KW,Ḁ`E`SrX r5\ {tM]-^])H|k9hځ|qmI `A.|!Xx vi̪fm3?/o9@Ĥ$>s`zt.b @:t {ATȅG@c@A>XrA4 tj&}`sGbV{a_^DGD.]|CE@ > tQ@^G(hI7 F( FKQ0 F4z+5k'O@ydϺCL0Xi8>>>`T&JLK+(sCbr@Na]f搣J ߴ0kE^ȝI@I@1pYeTt?b׹KFAf cll;{A`Iwa2y ЛӟVW}<'7۵s'GeyX@Ӏ# HMf t-Ae@@46u }L6p.0E.M^tO-m~@^xe`v>k&Y >}Y>q) NM¡Ckb ! >y 9V}6Hb#xY1MXi%,&`5&G;c*h\ , AgU#P D+r*6 Sxҩ'DR`#xNDbr*%$d 5j0 e[3yD`y`2 L9`3*6kK0: L UK LZZZdD mG;m9I=R*1@Χm'i`:_|(Lّ=@&!D@J#%8 >wc͠=c )TCH-^`aQ" qEI@|Zf-a@/6܀Z] |,!{X>cڴm+A%@*rOecDaii`ܓ]1˯g+z z~+vO@"r}Л%T)?P}/"aF2t(֑HM-M@&d =9]A(B-uјA`@vDž]o`kܥāQB 4 m 0=9`H H[ed005(m|` 6<_/oE8,1-8O؄YK& pMH t#HHh2n&r[&,X@@ۀ3ϟ>u^.q. ,U>y2. &) lBh`r2fp|`◖fZ!|` 6%=V ٵ[#%h(ENg@Z'!2`={nx=E?]`bHd6`eu#Dsbf!rčb}x:+d `NM`^gCOd10)⁙z yyC'N,B*0dϰ otr]z6 F`Z%X~bN9`N6`'i^ YK` ږ,ּLL`]+ȗ{ FO``cdT FO`Ps? Ft`ꀓ'NhŤ  A  -F(@S h: F( FKQ0 F4ZҍQ0 ?ђӧODGb'OxO4ZѼkmjBjO`qxLK&fq'N- νb !;gk~nA~5P`(/)7؎bCa,+)݌t ] ena| r0\CB ݦ4a"0I`&=vo6vedImJz~aZ X=CCVnZR2vD>,¡v1]t+`-D K Xur*ğ tЩTq !{F8%2-EN"\@b|08r vd` 4(q@; 4؃p%zJboj;Ot`(w-&c`NUt30I   yTMBi~=%WR¯M"J=}%3}&ԀYrh11 d `h'B;O̘#Ǖ&r`sx҄ էAt $0[^KP&>`hhhfT!W}d_c:ju:,|2|` `lœ=\SWKiz`o SBL8' 5Z\#_ ɞkׁG^!D%p@]p' Lv SeL`R@!xfC@F @,\%= 2@gcٵ>`4MXc52ZJ^֬M4z  sI?Xx.]/%@ډc!/0}P[\> `kI&Bnz'9`J-dr2L$AM&ovրLI`i_yk2!Vx$k<`߁FМ̴t`٭,M[h_$ 0654&BqԃD_*bf7W83 )d1@1/صsBTx\-M6'GVyU8 Ԃ&;`b?ID*|P9~ >~J`ģj*ɶ}P%x_sܹhp(&,e%@@!]t&L8y$lkŧOJHnhɁM岒R` >3Rd_ yK;am=vCBR#x:>a0OR ]K:!\DQgOV׍ ; F]iE+#pwI 9!!s:* ԝt` Ԉ瀴yh$Q0 F ھ1`,~ Z-`}OKR-7k>ٞ]54O%;LG(;+?yڭ9XhnQ@s0S4:N7 F( FKQ0 F4ZҍQ0 ?q:O6QwƣrTq+=vM Q@%0n2nZC('M|'[avhBZӍ[f~?1cș* {2&,I<铧ìA8TlY&kVVW?&aΝ>^6TL S`=a QLz{`FǏY&hGDr % =#VAۼm+mCp,pu3) ߐ hl@~~?z"h#~wB.o  ㅈ@:: ;M,)d` KH_y[,HOtjH`yV@[֮JX`mT5ݶjij0_` X'-E!'Ѣb$`Iwfk*6#ZUt"bLn NS :8cl r+)_hW * ZcdX kQ ע sҖ;!dxj]9<<$`FJd5ɸ>i!LG.рevyXkATҝz `׏Ԣ@tJMɻx Kv)*E;>fݠ8> 9.fͥ ȍ`S @ ҿ ĐA~:yEwf;GD`c ;sSpe(: 6o D@.D\#h'ch@z!R6OђRD-x'<\i˛=Gu0Fך YįȐ~)+4!>H^60 ^M= m^wX% mXXX>X uk֎Xa-EI%;? @ѵ#rus:? F(ukc-OgQ0 Fby K4xO⌎>k&dRm{Q0ȋ6d6d%)[Xhhi ն` ~~5!;@ ޒnts(C `ͳ$#``h` @%(`-F(}?dh ѨӍ+!T߸vu9$@{+v94 xlmj\%K1 ~~)y`>!5w|L+砐``yi 0ŀIttL0(aw99D ^vmõ>k2J:860k&۶B "y $MThϮݣ foKZFA[Q~'[ ȹC+hPH@/B7*fLB|oha1'Ѷ4uXԺXm^h̽BN T ڃҊ1BN- G7$F$ fr_;tt4V@@*&RJ`Ӷ0yVC#1:"$|[؁iX  P͠mœ}_;Џf=~@W`@Iǁ\J|RUAy)0t/-@`df; L'[J0I$&%Sv:H4yyktCGȜ V ȠP2t+q1T>th"򺱹a5 =v>HXCs `>S>"3&4zX>Bhf XfZ<)S-d)f\ XFŌ*䪏N9 @Ѳ:r50"`R$o/I d&$%'(#Р>]}OI2A!0ByHl @n=pA<uk@N5DߦԌ L I 0iA7ft2tC$$%K:Q0%S Oe /Ut"bLLGfk44 @ Rݸv:ϟ>c+Z1]|ZqN-ƴpO'`V@S%*  4vkȸŘ!NA5P@;n%z.֐D^ B -xxUFytZ;PZE Y64l ؽnJеDwh i$#`pb]w!M<`d$83 ԞDv x˭"L! Oȋ S!wo޶Ȩ†7e,@ LE G`[2,Uyɮ M! 'i Zҁy-8~R2ZZZkׁ!$Oxx <(Z9خnu-  J ݦh HAfaaAp00(G{|` L2H?}BҪn:`Yl : Zґs`6F(ԛ!=3`Xnڶux Ó&LLrÌQ0dР>X-hji6F(*ؙl (C;8Р.FَQ0J =`*AP FoA` @%(`-F(8 'pc@``r@+={;={b jji <X/0CL02MϞyjqq,%8U)LCK!MkvԀ%&.RA榐8@\Nkr[x =AU K:H䉓ih! L7 0N8%;VSQ1 æG=M۶*xA\<x; r?%b 0LA Vfx$ l dj4a#IqQ0 MZc g@2,}0WB:2Ėf`X : ceyǏL(4t>R;U? P:st() @ ޒR +=rA W1''d4x60//)鳆;naϚ9yD`F6M^1%0F{`:61gQ0@t`h` @%(`-w"yy~_xlv!_42A50H࿝X6p!ᖦff6m-D` DZRo҄h Q0t֒29 LD^4_z5"6 \dA֍( QI)\7` r z` F` @%(`-F(hI7 F( XFrdN* xe-̇͞^15q\o vM۶^6D > ,YkS'OW(,VNܽk7m@*?ǣ#ի͝D@&}A>~(ի@ӰkN4z yHpfE@urqZ{`PXCf\uī*G=W7W 4G+2N<7[Sr'Z #> Ō䎥ݻvAzTk[!%7cKX{`hO"86a /=v+_h̽BD`aGR{Zqo,d\v}XJHҀl{( )`n]@h <.1{@z -)a6`fh!hJ[8o>0*݀_@Ne0Cn&W`7,F&0 `2F%f`"?p0y ykh_ ,]Wb hЭ,b v v ҝIqуE:B |ukVס̲REɘOA#0cqyXQРi` J ^a M`m0k0MDcWrha1 0y9g9$+暺Z*-a˵k* fz]\c * ,܁ Icp"Ywj:6 I ϛg^A5ۤdbgn*Fz G,0۶45{I @hFe ~M$%Hܥ"#P#P;QsߓïG3Z3؜Ԃp`͊&$3xڡb l:uT!5e @nfZz x,oE@ 60n#i ؐK{G W@.yjy`{(Da0!uwIi8i0a2#U| ZMa)hӶ ,Ȥey\xB5X ѓd*0%=ty)@ t ؠ < Z=`)΀5'O| q<<5 ;\ T[VZFԉ?}{(gnH^mdrĉPtc{te%pM ` W,˰0!DP*}t4z(:e"Z;wPmђnQ@msl Р>sr!0!縎`0fN0xQCKsPeX%(C }l F{`h` @%(`-F(hI7 F( FK:zO>65c=e"5i„̴t8rUQPsy <.}'020lwP޵k҄āv$DGDvtCf`7[v0WWHܴ-i5@6C Xi+o0-.h6 @tm6 s'bE8=m\5; hQ+!`ǗY$`1̒4d]L;@myV`-MۆfJhB@Ŕߌ @\]0oұ_cpFAI "iirq5&0L0nA2N9Ԫ+5dHX̑+TM\D# Kkîm;,'ѺBmvQ";u KIL%* (ʅ4 $Ժ*Ѩn(zDP\6뀉;h`>@ }S_vM^a`$ ?c܅6 ?22k|ɫ"`KHJ >ӆ\?9W݆tD%d`X>?w7x'LbQ0fD90ҨeۥWof48a=}-?F09]iTUjQ/%恎6ӈ _ ̧1+|: QI)\7`8n޶;p0"X{[b_ǃȂ LPbd5?]5b1Z ~&-&ڥ`,BB?n="he0󋦖&.$ QIwJ/]f k`CF#p4$ba80 !:C!`HrRrqhڵkk&Hw2tsQ1@ Wȝ</N8)%#\.ܸv^0}l.]9$QrK&A[LHd JFOzCle0}L29` %\׊Qt?}F#"yo ֿ#o6 sXN-ʻ@\@d \O΃ IE# …wd ) Cp1d u2.+lڭ"H{(D[W`@ ~`{ X /`K zcpm`'-#CRq<DLF(dK)TՀy,vçƯ@_#eCH $,́b* t2y׊$`nG4 b2= 2yk񔿃?j`ZਛBWO7֙فDג H ;ht~pn Lbep,/(U|/J)˵ݰ!H;y! yaݠ*htqnd`wft~sktPg]![ZvtCFCs eF{4c X 2BqI`Q]qC@/7m 2ȃoE<6ـ'O]\B\++)l?o-Dh`]0e4zFؔ۽k7Q g2X BZZZE;dp@%(,G1d4o<+=` hI7 @amѭo> FoAFt4Z/W#Pu`SؽE>`|D`@z h40%d#4AR 6xAe$0u$D9cݚ5CA9xxRuϮݐ)9 H5A^A>0!w:E3j`q +WnڶUFFm.c E uǏǏ!@\] ?h~; *:{p@Ϣ)7wǏ lTxQ0t0N$$ڹ.d$`:Z(F!<`Z@nA6_9Ĝd'`-@F`?c`yY;06T2:H6Ⱦ[CWwIvf ;A>hJz4|8@lU:3.@ސ74@ £RwIw|+0a@?&#-}mQ0H8`1QVRv5M1X5HD2x@f#1U r;($ty¼\جCshO&>]60NiVxGCIֻE`JHJ"h `/50H`OX1\`T=MUO?}ƼQdXR𙗏3YNS`aB@IH[F ̓o:>,#S;;IU5K:<nb``k HHs5qL;9cds[!C: ȅɋܾ>k&0qF <3rIHs:gp^|$pmĸhH%E"[ Mkq9kPtD͒8ԍXG1 mc`R( Vs C63-_ }HDnL ܥY9Fzvo,ďS  R ys"ZH&la jt6p3P Cs _y4 XGۮn/k\j$%ZO 8K 3Z`9Y 6F$м1 ȅ;$X }a<4^=\=S8%gP`` o@#伍|o"I-/0?#a 2سFF(ܐA:db5 ^#>NK_~36'O.R r3VŐy Z!{ y5 y>x `F"ɚ>k&0s;rƶ!RcCZ hB0ʀIȐdq4HZX(@8H"Dc.h܁R p@ek :f$`LZ97>6.H2ٰ .Q[ߺG;dIA2W - `c &<T.AOѦ"J:`M==03C\-jtF4@O7 HPȑU#66i:.2:^`04PK+g: FKQ@hmj'&&%# bxcFQ@@%( K%SȘ|o+Zԉhr?q5Ctc@%( `m^ # V`і[Ov)0,bd``Jl4Zҍ0.7p)vBM6`ORZ͟7yvb`?@[6 F ? Ⱦ;@Z vB!K0' &"![_ڱʎ @~+"h-FhI7@^G(hI7 F( hGre #ʻw¿ b[]v ([?:?=v%$%dI5,|@r9 X ̛ CSK`mɄ18fX 9P0! &Mo4aD1x \ϟ>CN} x654^/>yH4RЃS1OFYI)0A 7Ee,2ҵYgDN!gX8̒-g+&!7Nfa^y3)P/FC]=+\ˊK.G7 EFT"{zZ0o|1PFNdQ00%Wb!ib,r^ 7/w>Nپ ip,+g@5l!@Byk)2oCnXe>s! 2Rf@93PlCX HONq:q$î4^# b.B>LX4i!xDLpNd dS @y Z_"*EK # D@a:qXs=)ه &WQ@0#t2tc5|S,3UzWn޶X BOH_B}+}M^9$Q084OC@nQRuJ*|)dk&'0@[ !RV5{6!1mZ\%7j 0t*45,E2O #IL< l( %cbv$Km%+#_`c !t,'=:br|ME9u!x&py+r9M D@-&F!Ǎ[49 &M@0`t#I:{]!~U>4.<;C Au,>@1jAx̢u B GnQxE&VD+戟t. G!sdtwI!BLh:cv!Xj@ 8 F ݚmuI2H;0OAvX4@![X^LK  908qܥ1|T(!^RZRXފ:xf`Hٚ񐵇 ђn`uP!H`kQ$G^! }t 9ByGI<%S9 hZ 8!`<DSF[%`p (nѓ8G(Tvp]i<@%( ɓ'IjAv@(rYtc-F(-Ah: F( FKQ0 F4ZҍQ0 ?ђnQ0@txR? 38 Kr\Mdby Ҩg|O0YڙVݽk׍k!,179MMA(Cc=n-M͟@84gȹ ~r _/oC [/ -A3e9`)h␛r'L he7돀f !"g`j! ; ,,i 1x?oK+\k\Bnbaݪo@ rn 2KDHf*N>7u0 @ !|B-0;S>0_@06v%O MMRAB Y%KDNI9OW0-ߐ44w`Sr0Cݓ&LB UYlf^QHS-d ! 9RW>Ak2ZAB.i\'QW7ˀ[M0@{v(@1!L"ƖfzV{;j {r1 w dB/鰞 9u4}C_ 3d 9f`^̜-ܞ]:ȹQ YC@@PH0$w- 7rPj",H6Wٲ 18c-ّ߉X:`\1h081\ L@ T6 [H$r:^d*ެ}*Vf- ,<0[U8&<DNI8am`C‚ZӈO`O#sG3\ᄙYJe0'TȝVx# e]xF 4!9% IjyX ,!3D0 "s dEҠ:u kkhA &--t'uwQhD`I!ILܚYr}0kOђrL\fZ;`N5 )<^67aMDl ZU|UC]xe%/Ew0cBFfk\P@4Cn+@` خļ~+!tύ)dߠ` f`5'J B<KJ)ĉ{ ]}njkbR 5<LL4@w6@7}#D5pzy 9(y L--#=Z Z#` OҠEL K$uZ!`ϮKV, ؾsg%0dRIo`(5xhH=L(~^wNoѢ)(`Od; [+>۠ qx^V6&0i{BR" 8x3@ ̾W`0~` CzE`'bt(VGbX9!φAa L@Q-̮4djҗgX@ea@(M XCbn jFJOFi-+)OCWM0qɠc=p0%ځT d@)Q`? R[jpSѐm1G倅*@3 (Ĩ!C WDhT#=~ڵk]1c V4@ѐفO!d0d)rrM`[T@+ZH^GM !}+u,bxFGF(6bѓ8G(T+{c XFgQ@byAђnQ@^M,2ђnQ@0qQ0 F4ZҍQ0 ?ђnQ0@t`h`nW)O=iʹǩ~nZQ90EJ:`APMT9g\tv4tRb reV\d >6Q'p-G?@}!iVLx17b  V #-)Hg[) ț `JdGMZ ?}GSxy1sՇPdЀtF)ȵCs ۍ\L@0~^C>y|/0a3nAw9b2x@BƚU X00lsSdԽSd`I,L8p= p5$iқ&0* (M}, Z<Z0o6^O \x1j@)`3 (;jEjĤ|`Y0oh92A 9 Y`l:[CKkR83&d^kflkABX7 hj2ҧϚghs1eWdN08|`rd`pC+ ( N0 ʚZ*I*7Znݚ5hNf& ,]ߟ?}F$I\1P]Iv W =: IQ]juJȸ%GkO3/:`SI iYX!@Rr8q^!kin{)f? (lho\\At)\цw!{8k!Me`am@`aa1CZBk x]1v>ӧnxs-;9!cUA h )v\ * h`t-{˸ ̘tYPvHQ`)=G`oX0o>=::h; ^|YQ LNߐH*6yOEK ycڐ< L6A WE3 ؔz|=BtXuQ!h)vP i¹7[##'`l`@ S˔V̑(;: 1 qG(:x4ϧ6[O R`@ ޻܂y]\:OY1`htۺ5kWQ0 F& O 3S@M:` !0hQ0 F4ZҍQ0 ?ђnQ0@t`h` @t{}O,~/켦a ˞ z?lA x`ݤ HKܑ7 ӧk $ @Ėt'wCoIHJ Yf DuAvB" )/)@?_N8tr]!5~:0mx.&N5OI uǙ ZL=0B)LKG>C @2m DX(\8o>Zز{)U* vonHrBۚ GO0b!GiRѸ_^Le) r0Ѷ5 2F* Nyûu)&dO rsŠ zȵtkG^?X sLZ*td[lyѭ,6mJ۳k7!jRm( jzXAW Ls.]=Yq :@[HP* 2  /ۍ`]V` r ,y-yoO`ݚ'P]TJIȴ45{Q+!HFcEQ0ڱvc7B* $ lo.BO)(N@"Ow:6\< TsISpkqLwQ!ϟ>SLr: |=hSn`-@JI WCEX0o>dv {n>^'I#ّJI7I%u=(6RoB]6F!(82dap/CBiAɽWfSuԘUՊl¿mh aLh=$a` ~ɬі9`NFMi#=}40.7`:4XS}xMTԫT ƪC`P  H )xxBB(3-Xc,0gD9ȻY!fB,&"F-'O N5skׁ)d9E00`hnaS3  ̛<Ў9QԬL1SC@F3wddHcR  h# -{`0{x1@."vX@= F[` {l3;*YU@'qQ0  #QD-F(׮]P1H@F(*{>k&d`; FKQ0 F5 q F{`h` @%(`-F(hI7 F(ث 05g"C!HȠfX sE5d(;D| ]\юu>"PA_6iݻvAn=Ɠ*[M䁓'N L\+ .8 y1˄֦f<遃:}-M e%?vꮝ;"zX(E Ys #"3"oCO4١>^;! 0Q0H0iu10S@ }$}w!0ƒ8@.fzC.2hL_ K"@{'-*.`\]Wik׮yyA\UC BΌ6_!!zҠ` d`%eJkKJ T{hF[؎&i 4pyJ+ HtHQq Y"iAڳ 选|\vt., 1FjCNKJ5IϜ`oP`=9ڠKo\\Ar2d f `P]~e$H׀m`)܁AV-.f=3 }NNEs2'.:a29 `@jEJ=Kpp50$ \KS3|A9t( p*X7W{͎X( -f@YGz@UA*!%d 1.ş(vZ%KyX:Ɓ\Q^ A7 tuhnwZ `Id<_/hxD LFϴx^,sp-@1 }T||Zw3`zkEC 8H &L>1%Z !9 akNFd TM^R+AECo֌Z8 !4vf%bs!"\ҍJJQ0 YI7D@O7 F( FKQ0 F4ZҍQ0 ?ђnQ0@t`h` @%(`M4=TvHG` 6@T.hyd)`@Q]Ս| ׮Ax(k\} Dѹٓ@T.֮Y3|I 4`]0o>`s/($( T>8 ( {vdǻ{n!91ZVR }ce8u$_/o{P=y65C6A$ p)A 4a030TקO^vMKK @v`kׁz.03r=8, Gv@)d.` D.p|h>~XY^.r[3:g+vsǏ@Xo| 0k'Xz50*?AYq wTb];wfk̫p5<m[`FtZz8(+MF~6P 0l\ps9!BDoG0 MH=,)0B"1ʛr6,ЃnV\@*+K$NXKHJ77 $"* 0 -`'9scN bЬXљiVP HC.&!\*ȡ 9Ouq3;!-4-|<z 8 ct|gpQ`䢝ㄜ9!l*@zgȡx$L<k8:qRst,0؁}a`1 @4)逥8oxRoC8 ywYpqs]0o0;*OLͧ^Tqt2xEy)yk !M[ jM @cdnAOJF 0Bz%ytr+ %#09 42t{ z=T1q:0)= uhxaLoXS/0O)JH#ϭOTL e$X'6+<@|pA&! H XA ;xV%]0xHIU~H5z_ \ 83 $!P.Ff;k \ TLd"؂nz`I{nH!tm[sR5H@'}ZA=vMÜ Zt .@d@π \ :kWIOuk7qUJgYyۀ%$+OGu@.Z씜t*Xta5i + -\s0|!HAAj;ې&( WZr a59SHXq}`1)2$KFF4YMhc"Pؾf`JbJH $2HF&rw!w]/Y|) S>&}8f K:M7vZkBh˰ic3 <X U&Ltnک&]bҕ4,^j܅Jd8ZdC "!୪h h{ YlB5ȅi BaC6]W & ̈́&r҅wP0k!PԲ}4|k^Na )!kkM Hr3@Ѷx܃k7E;d& ,+^/i /`@Enoõl^B|tS@&Cp6d2 K )r`+r+2ݣ?0':"ȎD; _ba9Kbb/`4@,Gl/jD}1;?GMc^²$0q^clzG1h]V#<,Ec t˜CQ[DJmn%lFi}`Z#T n\gjL4i ;jXxy(+m/6^A彴x@4CνC=x+dza ;^(|WZbQ>3Fi{=]}Q0@t`h` @%(`-F(hI7 F( FKQ0 F4ZҍQ0 ?ђnQ0@#v͚琳!{NtFYK ;\zM[P!+xx5 >݀޽kt4qa@n"z{/P,($x gБOs pZV\ȗΛ;WY^녧@ekV紥 ׭zh=ڹh Ս+S\zu\I}HMz'[ +F`EG# ] 2S<ɞ*! 9C7ϒ w) XE((:$:a[靎2k!5 XKoW=#*k[GsljЏ{$oIO~3erIn&sӡ/".C]*@ dx\".01 D%D02ވ`ъTt-0k LQ0x5\H,’;)WFPq!F}r$y0 rFftDdfZm[!,B[0w@3 ^=ťc\COn-m#) 9Z#O/!)q@K:W7֦f B>0 }W?i&JHkji6PHa\xk(<2m=$˵ѻr=ϟ>c"@" nځHbC9T: Ă1lA4~ 0~/fv^ސ#1ST<8`ZQQPlmqvqPH'! 3=\;'C.ãĊT59`I6 LE0{#U f]t `& UQed\\!WMeBxhͩ%@t?c-l Zxa^X&ɯ LXoig= <,x1[Tkk@lk'`0Ryȣ~Sr{@/|"Z# r*`҄ P@ aCfƜ ]\ r7@B`[8o> 3LrAs٠- xϔgdl`!`aV #CkHbmRZRjqMQ2L"f"Czl$jzr6,0; WC+h%0 /`aI`!%yV 2 M3ڠLxo5uby<] ?uEn:@xZe tZ a7΅E`A ; 3 &u5LahsD؉^־fPmH›x5[ rnݳkw0eCιW`RwA"y8 kXb(>)3P WVu`2  ȕd| RcUAnAKV,qwZJJ$f΃N] w"II ؈y@0 WkS}O@1:u$S`kkȢWw6:܎9 :SrC 5{l5 R3Z r X _&c`P ̃| К$% @fa {(#  Fϧ` @%(`-F(v'M2sbQ0 F%AhM7 F( FKQ0 F4ZҍQ0 ?ђnQ0@t`h` p5(ϛG@wC6^hi׮YJe "d7k@&@/}Gs/F-0Q P\?bSH9BNdd`*\yn-Pf FJ E0-7 _# ܂ A֬^,75@t!7]:~Pփ Av"U¥(7[Sx++I'څ R #ѮFȝdx _+Pȑ'\e`8"o!yQ@c|=C: r`NbXAa||10`'mĔx y&%+(!DGDb+\`eu DqzEk|xPIqTi@Zm1nYf:s .@4lna M۶[ z"0:\CN:`ltS?&<})xU a ms*ޫLӔ̃@4ҁ {+$cZ HK``ϽEX@{?0@Ϛ t(dXUI ~O} yƀ|@gp=px(H{<7K i޵ ,uugt#1mǐ07u2Pera@o@wB&I 5,M|s{氊"2nѰwԀ]1m+hJ:;Z`wzOAIxa6D%P%[S`9Xl޶u40/ =Tp0XϹ*i X YFoJ=v#*,Xll=?c VfIiЈ92[@KkiiY qKBĵh3^|uSF 7 X1޹ l=Am@fAVYXJ:-5f@(8F"7l>]ȐhFD{ Jvr{PXiݸv A҈ a`W,MaDޒ @[OԌ<1"CT`6LKwqsz2 DȆ# Zf͐8us"`2~:Vzo޶2CRπ{m ^Cvu$X, /]狵RG:ߌ&yDSWyܺ:]y&S'N\maiVq?ϖ*t`KjL7M0a7G ^>^%)@o2ԁ:Ɖ8pçBJ(;!E06mۊܸjR }p]H ]1 ,phi`{ z k91c!r@^eB| )H0 2LF ĤI h|Q0 F4ZҍQ0 ?ђnQ0@t`h` @%(`-F(hI7 F( FKQ0 F4ZҍQ0 ?ђnQ0@t`h` @%(`-F(hI7 F( XFl@+Gא[4Zґ쎂Q0 9 z#1<;"F(  `[U^IENDB`PK?X75OEBPS/httpatomoreillycomsourcemspimages470319.png.jpgJFIFC     C  %" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?wISaa/g9{[[?8o| 4_%p"4M4,Q #̄ZMG>~/NᯈD?%t:]N8Us6-cn,>#ľ]?(K3ēi3xr|[k6@a^لIH?h-ސV_G%k ii:QKCN;-4EPlH >+#|=&~ | ΰE?4ߴ ImGV+wZ ib c?3 ^;x|J?goنSco+y"TѤs0;NQdEr)p-~x{})`\-w+7@vn\_g?~4kZ'AxZv zW;]MN"Y0.Y [<.Gu?'?+ |A𞛮>mOʱH¢]c(lrH5~~ ?~6~7x?[ѡ}Xh'bh PPII>*6w^Y²E|;м3HaKBұpUK 2p(d*W_{cƃ/M5:\Lf2"U&(PK?QF 1OEBPS/httpatomoreillycomsourcemspimages470321.pngPNG  IHDR /\ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV>> G~7!) `4hhD&̴t hh p5`{RFCژSSKop S<~FY^a՘i>^?~?ǁ^= @~bԏ!իF+\"ʀzK]4 v>rt$#"@- W @.<eFh#P# A@)J55ǘeanA>{I|MHJ6=цv9X]ƛjEv ZTA| lœt̓h]ܐ3Zp HV~@6G@Qy b=h=p KQXQ@IIXGD y8%k quBb`! 5Z#ka, * &X6 e@-F`ZϚO@ׅMGR -H|x8s:,Ntь  k@rȂ֬Q0AtD$3@!&z50% 8ъ!7WHYT@QdHWT0wRj֦f-R`Ϯ^4IXmhx #cN\cb% "8X&ۆ׮YܢeN Vu@C0-ţ  , y"hjϛwuiixC KSK"WJO<];zEHZ y`::漰Ab̎ "wI-: Z\#;F2 2{iLn`&[^hkVO.^z2y Ym$͝; .fm0)-hilUS0DFȶS 'Wcy2L ,!U;J Z!p rwG _a 5P%t!裕( @njnA>&T՞tܠ&`s Ÿz`84jю x8{nk#dCe oۏa $hijyy@6o D@=A!2N(}:U$[@J"JEGD"{@2t xx;@@̡ͭ\`⬩mmj"`N&<Yx z, X4aRBN:ꐅ#L_v/T] R@c`mIA DȰ< J hil!oO!F;Jx4#Ӯ~:?Jq(b:XN퐄bm15 <&SPe!e- DDzt(#L d\`wu]-ia[61)it(#,zx@'Ϛ )BB}֦f^>^S`h` &8rQ@!3G(h4 F(t F Q0 F26 ׮}it~xА30e)q.]V0h+-# h`XAʩ'N?B-An(I\ O {v)vn$ٽk70+ !=ABj×w]T ot@̃Tk׮%&%:quhi}@2 Xc!c! ,r Pnݚw' 9>p0Zځ,́`޼'NN,@нr=Xoܵs'# ;݀$A]hdK̃0ϵFFK;HrB6f o6 !`cGs n|v' kB;XZD@Q4ƴv`C3ǼH@p&FS]@tׯ]ك-m@20iDHTJ 4}ȠiDf7Hi\mCЅ88 ni S'N mK )o@A*\Fy󯁛-2$ٲcI(5_abAq o"A!! ~`uk/5@,huW1w СׅH@h`6! (AA!dxѵ-Cp23?؀V YĔ$CHf䉓dOvq{%Ĥ$```.!) qwtHD`z)Vv "9˩U0bQ(dNZZZ'LZvݒ9c xT@GRXpkY^>^ȥ6xۥR0a]i 1@ ن8rMɢPiXBf:ĖzzuM? {^VR ̨TEf) ef.<mmF9א`G71&̈́+C˗ KA^@Ϟ:qT" #hm"Z4C#Мs.qfOIW@v"`Zf j… ~( G/u*{. Z+Vcœ dȘjVp@$`aO "tBb/@yPڴ %ڀ-=`jB .`:UXB\K!@oB6`u ELOJ&H ,&)ڳk7:95m CnםWoGB1/(@T1Cs 2H27鲓'N V;tZ#$Q2=$ RcL߻KE7cfd^>&³ d rw& L:&bX8o͛{wS iX|._ׯ]JI7ŴJ3;;;(<|Pԉ=8@`'wޅP;P0=3n Žwh<]69Q0 L~ \ W`g `60 tMyIh 7]_f-m2 (٩"zŏ bz%ϼ|hۗ(`ѫ4 9}"u Yb9|?/&"Plr6j"ǖ"ؠGu22샍@>3H#̠`.)ii8X@h &yV$k$`@q`E7<')N? 1G Aܻ1z[@ѣ`q"n3ZkZw^[p:mX*!wFP+ڹ]r$̛?4D1=v#oA}.l֯ ,>zP }2?) ndOrI8ȱ5^+G@W-]1zPZZQpiijw(ˣpty  iDfTܨx =L@>5A= &`h; L y]1ʙ Lmh0م sHGP? ra"|P \Cу0^K%H; ,߁#I_6K4j]1 0W-xܱ SG!bCCbtI =w"Id[퇺kxt)P-|w"r5똀F( Ev͚I&F(T4(y` c` :@(`-F(cLt8rq(`D"`-/5kn\Na`0I&@rusхUK^AaZ"`Bk.iji})lvS4:C0.^` nږcl^'N%PLͥedl8@\X@΢E>eHc{=?`٨hd P;;vK]8tlB"11) Eh-ų"YLCKϛ 6ANbO.8q~d kN S;PeYq ൫W uRiV/ I@_LSgz`£ǏP?~FBt@6Y逖( AT'1Gd /8(@qMV;2ң dw㙀)sTV$8 uP , *@- chQ9P;kb"㲒ѳ ;a4a'L+%)Tpu= N߁ADrC0- .5x2 ,/NWQaNB+ȹA!DfX, >i (CyqFOn 𡌘׮]C. =8_/oZIx%ci.'q7\nb)UhnH`6M'` Y0M&1<h20)(z&eJ= hR0Ar&+ xğ-^dg~kցE!0&An(yx-=چ~q4-KFM0WȚl)&FR {NǞJ.m[Aq]{ Ҍ U 7^@nlN i O`A0KQvȊb`6f<:YgFk+iji2 dhst h8 UBR"0'v 1+& ]{*`9,9 ӠF8![FKhԛIJ$AGn0~h0mgQo!#2␥iz״9w"{n`XSB 'NbD% (xʤQ`|`G[Zq9kߐUh}.QE4jH1ɖT9{ [,21Aj):G X)&^sd  C?0}BҞ"dMOz69Z,đK^&T9r@ xӂM$ŘlȠ}PHȤ n*_Xt\iU\3 1 t9{ ^ata /K@ ̊y <Lr ^<H4 hȾ91!#%H%[jijV@Z@ &`6zr3Oԅ $ 6 }7x=p;"gz؁Se dtVt`Xc^eBP7]&!`jNd^_FE "xCҖļrRb^D6 bX0KkΛL$#]qfF2.c:@Ostzr| R@2tQ0H$A,rF|%UD@ˋ`9Bwk r0w2aTq @+Sa40]G 4rWr⟀ܚyV x$rhsixHOOvO d#^HdLpl32CM-CL2< l4Kh Eɘxo` s(Fz&G+o ~TE.w&r2=܎m]2P I&C4LgYIC{rIq #M-5ڳk7I .iyX]> V  r?cܓlLK r-Z:1\`oB&݀էD @ЃWӷ! inJ5]t/V̗ ^Œ.9F%- <`O;ְ)2Gs ΰa&w/O5kr_lf0*?#'5`͛@b@wڄhxM{%df (/nz@e ym+r,> ^x9 eB\k!U1!9 =W8#k(4j*cx@`9 F(t F Q0 F4Z0Q0 тiQ0@L`Ah`` :@(`"jdUgnaA7`  X@^F@N  \\!'1Ȟ*8m4i y9垘Sۋ/N|(C۔,=D?iDIjI&|r~[kS'O1csg A% 745_lH3Sl=<`ra\fDD>_>?HڵkϚ)=B'N,{(r,d@.@+ Uhׁ> Hr-ի*Bߵs'V@s 0uQ<\7V+ ˊK t*W+UC r>b=|plR5Y`c -wm+ ?SWiF Җ s`0\epuse@MSmrȽ@dwFp$!-#yx+ H^lAD.{ |d P jQ@a,w>L=ݛmMES@,d联M(LK2Ϙ46nk`mJD@w:x${|`&`09,wR a|?/6ȎukҮKc@ %u8>1sieGCfiрڳk7@a΄k!G)!)N s4U2f"iF;/ zlMh["pz2 KaG]YYA.˄T5We8 e 0a_ѻ,_LA}f (?`XN'xSР9ڜe `(Hb\'G|TD&^e! y*wf20BCb^a4  M -)H ض¼o%E!dD,j!# <( k` )<|ƇG4xvb4Dd. {FhX@LIgE7@'XQ0 тiQ0@L`Ah`` :@(`-F(h4 F(t XF`Q]22nтi'6 hii;4 &#.?4aꀑqѽTCH*/)\`ݻve{ @(׭YsIHYS3 sW77\9r8.h4KO5w3|JJʆ_Cԏ\ lHH_v#uy֬ ` Xp[XXkeȑ'LlqMHJ2'KybP-M+>~ 6{k<7yV17DZA.VdKv++!7uS$\ի@wGBǏ!hF@(q'@pVPBR`]'^=%KS)Y`hsi(X&]0ԵcI!J)@nZkS3v`\P ǮAV[@ _lQxh"@19|8b.AiHOOhv`0\H5 ({n~:0q <[S#N1oHY22끳ZxD`R8,@+ xu!&<H ;C4ahsiHUӍ0_T)y׸BTb#@zO9r0OTl=Qb[|u eM$:`4ciL l\SW;$*P@/tӏCn4S;.%p|ەD>y 9&- *xX$0P0M VF@U7*b 8ܬ>Dp~p`b7ɫtX-}4 ׸b M?:~` 4a"P;$y~60M L"maL@_ MDH"` 0X,q5SA 0ّ=4FNO8 L H{`LL^ (-#Ma엿oK,&(ᓸT8R(C2 !H* .D"όY(Gtoil#C]={k&͉ "\.M{Fg܇< {,@@k r|1 C`]( ak0M#]7BZ%^gxp Gҿ_kG+ l.;Gi`PCz["D=B h" J@9]J<  >x'h\n}E`r#ftti`v]+sl)/NHJ)l./!C 2ySI] CVZ"a1qPͥYKKK NSKs\iIɅix ltBRLB!;Q U<@4c6X`o҃vJ v*DP2T _jlil([RneCzW 0ipK rfFd7@ Yuy @V\M]-2mC`tE Jv^M |̖{2 qKI` |9C1 =ZwQ0@L`Ah`` :@(`-F(h4 F(t F Q0 F4Z0Q0  /)EO<S3|IC8΀T0tDf!B>3S#ztS llܒ8 lN0'N.[! Z1r0`ΞD~WhEc13-)U(:Kp ~nZ`S]WyV`T]ED 4<99r0B<@QtIg t m6! Ix.vFB@OjС  "9iPV I1J )^2 &uo:rC'z`1E_*Au@ާډhN֤ v i< ij (].9'N K C  i, )9:"RSK#*!3AUj5MI&Re ,d<&t@|R"^8o>%`ha\G] A _[ÈlwtC( [CKsݡhaa`| 6N)iduHC'L8y$7&}LL+/`:`0D@QZ0 q2<O Q0k$H- .4! v@_m[!~!2+,PK%PMHJ6IZ.n\ooJ (?#ɀo @Qo{vUO5WCɆ=<ؔ2o\bY9# uwoA&Fg K\;9u 0@NGCw/q$)³Y94n]~=o=S-żr7dn]a:57ֻ ܫwk^hctj wGSjT izSe|fOHJ$m'Iޏ69 4-<:{ l0YPZH Brg|VP+$%@V*g1Cn9@*Qm"J̄sHe"fIMabsc U0 ` :4>&m\i  ,^kF M< _x BQI!%4))r tJJ†o\e?[@ X) Dئm[e10!93 ݤ ڭS3 s? MލO8- 4HBݜr g^f^`ѵk׀>EH=+D cq Aj+& %$CQgE%ڡ kZZR2KV,]ZŊ)܁zs84C,F(*\@KK:6BO@4?(2]5۲#yȭhk!y44B=N`ةvtMqFS(tH9^-D,&87#̴֓tȢ[.}g` Xb9%̡όzwu'=  #ftmEup@>?ڥQ0 F FoI` :@(`-F(h4 F(t ]0!:7 %Tg u9x[EA13-D,0G*g-,3` )`]d0t`i[5k@w[0 -TqECȏO|_5 gsW7vb@1TǏCC;Xo(+fj3RӰ9 ?L4YV\F r#񷹑h ^;qG uIwPJkWX@t-oж`ަ t2䀌 rGZFL\Oi'2q?v9gw*@ѵ`:u$x-jGoHjJX|Rs u >3)0{FzN}?ZƘ#(9w,&0k*)wXOfa0ش`<`guw&Ӑ#)4 r*0['%z%I>P@ѯ`S@6d+( `y'9rwyj0.Tf 0@ٓP!Ȭm\B.pr3;>yJvb4 s {v i W030$!#`݆Hy.7o ȧOk` Q^*7o`LK&QWA6dԩX_=OԦm[)F!=Ar,@ѩ`\ MRB9 ȒΛT5FFQ.`Ĵ};ܑ;FO? XhdU0ShD}q+kp\1#@CHӡ)K @t* _ 7= ) uO-jrOZ[r@ LLL yzD,_u I+ -#MIZ"fpA 3a\8 4+3$B ,eІ&OKx.j_b#7a Jf(`] Y>-)6>s/ L L_Sy@Ӏ' 7p =@= & 蘅:d+WF̭ԹK%@5Un654GK [Pk Tp`#%# `ɸN2P$L$Ml507 #`,Jțz\=r& :?o ND\B,鼲2 ,Ht 6{OBV[0o'Mjw^BP@DRbGFh}#^ 0a`/XhKC@)`(b}:`K\e ]`,a/PB˟ŖX[ҮB")1!ͽ &L 4خk A Mdq`%k'Q0pRm:<; @-p),Z5#@mQ@Ri4X=udBRhb`dD'XC@Fp( ȁ2xv;F(pY+<@,*,p @Q0 kv`Q0@L`Ah`` :@(`b d{ 9 Ȧ؜hX fU<@ .wiy$1;~^XXf EP=@.q5k!7`9y0{=]hp bX8,OBXeҁ#3tᎂu0!71,} 5 r(9yuH7 \\~iyI)86JCuiQ9)C8&M&  Q@ | Fl֭YS]WvtFHJD&*.{![0HC] =vS^9*)J[SJ!X(c^9 !3B_`!LRLFzy}6xY7桺|A`$DKHG`s8DJ`) X*}9|N`_, -Cun"AϱL 8%z4րݙRtِHMp;HF~~\|R"0֭YKҶ82P^9*C[ZZZ=Yf"ױDԌ$%i2mna,n<<=~S h9ϝX[@ {:Z]4dܰ; Xv,ـˍkj:M@kvdbHr@PDѢ h_6t%8OM8%4|FPC$$%M06 ~*{f((bMķ$-X:8p`&=@D ؏0``p'_ m<ͮ{!-vs"ClIZ4E_Jˁ#rY^9@01Zyg^>^`1M7]9`|nn gK0C`tۓ R ,CG0zpg\Jt1\`VAilYx-Ӆ昭Yx 0o޶6B$0@0Ō1 Bll1r"0. \IkrokS3]8ktK hޕؑƬ| dUFv:J4őOL@0G2|,%-#ӚZme@)80'M@I-_H3UM۶b-i7ig:d7F<](`Xà 2Lal tC61*$T@e%9h+mY;`hhiBb 7b}2? Ґ,f8yD,0#'6; tg^A0:ԅ$ R I<)ue{$tv-@1d *<'WW>(+.HW؄6?~T;q!@; ۅիnFj3֬^  u?~t G_dxQ@S;##`h+7dn8ܢA> \:1D|CTzG $, KF Q0@Ld{['Zj.1 @Nv"?/o FF2тiDH 2 :;?& U\HG`sP N XoQlC,@4B' >e/6R !;h{T~,I߇l#dǀ}8j(ndE#@/IUA3%B8%#aMvƭa(wP; XB^/mG: 1x˘}$J_ZG.hs8w=mA~"T lMJy[2r? mh}%G[/k0ylanj455ϟ>!@%( a65dozp@%Y3O n̩#N{ zPv`%2ZOۏŐDBFC`4cѶODnŚ\!AM :tI^x or%:|H2'OG "G(mEhX] GtRx= ~7ANe ِEvw1Q@u,eOVɏTtS2Un"Dl/ljG  LR AV K@6Xk*6hymt.'c*pUM -7k l! ( 4G0f@'ٵ{0LD ~0L$LC4u(2y2 ̢mMT\CC7wB AR1 &ȅ(&L! ]\`hh3D@ jq90bZG @A`R:-Hr~!{,"!) "MUקCV ̰'O܂|:_ @t* #RZFz~dd膜yP;DX;toj:' 8 9jRȥr:iiJ38A } B`h:F 4+3 Auȑt|dtr">60MGQ0B܁Y8)کr_EF9 ) zNa@oCV;bhI5! (` ћF%Dr8r=g`Jʯd :]9`,b6zyRe 9ge;D|h 7O.f&"h5us0`Gf>@%;n 5tbuCUƨځC:@)`m80YAdD*r%//&V B9Yli0?@ѯ`Fs%ˡ2Q7_;7!N( o"kY@݀ `̟߬hXf-Iu zѢv3FM|/Y@kׁr88V`six:\ ;N ; C.X¯h?, :L0 @Aؘac(+X= hP S*0L`/ǧ萘s -&}"NѢ "K@E4a"etad⬳S-P LjJ~JńԌ(f Z ~*ە >ʝ<l@Nz+WE:)EVI*0GBat!kVS! <rn+)PX@`.D r oCewtvhmjvqs߾,F< H /wlM WDoHo:x<XA`I:L5`[6 s&rM ~U.pf:|0"@;=T-&QaLP0G&M@duby`5'|e0J80"/2F {{P$i Hh(0"@C`@^ &Λ9S.OWH6-h[j~ 84s B`k~7d -98hA%Ȅ̞]+7HROL$@_WBlڶt %hr800:54y@q`LC.EPH0r-~6kdrs,Z0}$-#S aY1~)d0 uA%6@m1CkCu`P5<|A| R=O0X6ѫ_@,6GwQ0Pyw҄ Q.rPt2f0c hx2ҁ ټ9u hL2K &9Q0 F54J`@^F0 F(t F Q0 F4Z0Q0 тiQ0@{ӧO78] aJAY1Mp%$%bLnv(: zL~^ސGALb ry3ҧϚ9Z6 R AZ`,Yׯ]*شm+؂(qкmЧ9^ @8~B _  ];w½ de#իBV;`D#G.P RM}`\z50qFG \ @唐f sWPNjU FO#PR, GKJI:e2k9 Мs@ѵ`:u$u/7 DO@.A3TѢRyFTi('XL0r7yU>#]=ݐ IƘ 2A%g@z]7 ؠɇa܂|`g'1oR!nZ9.rB"l:}_ 2Hr5k؃|֓? N׽F=X t0/jn; hWqhdX6yyS>$>} i@l%i.vVLD ~0-`v%`gD / ~ HBuF3 ob@ ܦ@M1&R$ 6drbZO5ԭD r! |Hz $%Pshs@\.jL#~4Ud0XBɣ+3`V !ͨV%id D<K@G$q&>)XMy>]l^S,M.r!w0`6qA I;C@`oij4 Uh ހ"IđdߑkfZ:Џȃk@50;%X4Dۂ >]@Ok@)`",:ȅ\_<Z=8F'P4"`pk?W̋Ju;yD`l""[, Lr^\v(,z ̏LtD$%#텗)r,L %Rrd} /GL] G-OgY @m1ڷ)<  Q0كbqԻ@2+M(H84z(̟7>h0^,G;q`  Y0oHŶA id>4F(8 =p@]Q0 F4Z0Q0 тiQ0@L`Ah`` :@?oS>}3q.e4٢1JT ,g!{z *T9/ |µWkǏwI /?~\V\tb?~kVkG~|%0-# P"(LH]ARR&0Ě\!X9P b<ԽWv򑑞6 B< X}]3xUȾ0cQ1S Ӝ} 0[=#ȳ|bu>HO7@t- uc( Z1,=_pnA>;.ȅy-&'i @+sDjmj}CGkrɐ)o.Q^PzDY9x?.>)Yf-I zQvGorr@c`s/(3$Eiji%$%S%vOM8 bD$tr7IEP'Odzthi[ hW [?A) tZLbF(y: `|N68s uK8U.nf~J!i@_((" B%Q@70i8۹ ͧ<&yx܏ Eq0s<ҽtD ؏C y4 XTqUJk$ 7UPgNuvi"v_״FXb]) 4Z<m&<_A+|%0sؼ|/ zLO G' ,ˁ1v)l@ ,Č_vu<RuCd4КKvM܉= = &1~sqs| ҏ1A|XPn(RRKS30""`5 |Fy\߀"` YC=0""ZH@Ѽ`vP1@(/qa`pi`Dҵ[ Jj?]I gtqPAetJJPؖDI- HD LR(@K7`M ۶B.O*Kv@Ѷ`LNI?}!Wf3%.2(L(t/h I . ̏XG &d.! ò׮]浓'Ns'O$xS 9Ivan\z,#r(8uAv464c'G/J`o!`ܟNk@`捂Q0 Tojٳk7 ,7;-M@'YQ0 FT>k&$KBPq21 Kl" 2= Fn4-]a@ /?(`4 e`Ah`` :@(`-F(?Of3 q-B71eЂ׮޵/8$^|--ؤ zL~^iy&O8}L0fùw^ZP^Rz XKk&# D\WI&|NbZO5T)D 2T ( 5# L !IDsx.*Fw rzyh4x)nP $ `{1ɳ+ȇOXZ`r4>&^ a`knSl% ]'-#Z``F- ]-Ȁm. %V 4+FG' s@Ld$IZ9@ӮSeN̐a\2YAJ{Y X@#S4@ѩ`y&bF-dxA.Հlǣgrr,1gtD?5Rx9 &< ( ;2Hȃ- Q h7[ 3h@C#+V7! (`l9`#q> Z!JV!Lh0RSi@3xei-HyV "7vCU."[0oS/@ѣli`Btqs?o 0e ϑ/L67h{p̙hr\|R"d4RK+ +Es.eR)3-Xco}J @-,`1 lCO  F 0{ w^v~"h}BR0ESKϣqRV 0" 9_mz*؊gE;0||7[LZ1!\f3@\L{l!YR̡m:L`f֬/ # e60Q0  o\M@8 p!w}GGdF(X>}t@:4X &-$`^?2F(@0yʆ4oϛ;GG(>1~bTaA{F(Xh2Q0 F4Z0Q0 тiQ0@L`Ah`` :@4}dOpc>}xu}/0NJHJ88Ӥ eS.t 7G+m}9_Q0HJ̴t-0O>k&k`\tw rpLD\+o9)O0aݚ5`--#Cˣ`(05A` \Vw܇ 2! I7ww `p=c Z0AX,ҽr llPL" `Nj'EGD<ϱX;es1'izv / D$LRHO$]N+u/y. va ``ຉ&o6 $$%J A.@Dchʹn'9_C8!wSrx9@ѯt7W6|7䪕M6C` 1=`£b%&no zl@=tA^B$H9 .%DֽrTI4i+A\) Ўk( 7mŵk JlQOR (x?( l l'ZL{c-!c~hYOpq4qwݻv ѣJLq 38'1ưb/`M--\E$5RZLZEv$EC2ipMgQP >}$` t9}zHeg0?HJ`"((b-Cq5D m {d n `!@vt#+4aBac5(z47$ͣp 4!P_JT$=૆3z`'}Zyô^@t i9N;3=! s.A8vY@ҁR &K%"sS&``2&fJx`lj1>E#$ eeV$G4 /!73=<ǠNr*=e˩F/qRkSs'& dmM0&`3 $յ Rus|Ze;枀'4F"ŒE`y f(KRT̀m \]tHȫFEGD!`FEAKJ!D^ZM. fy1G̲g` Lϐ14D /dZȘ$!s0{X!4XCngE4"Q@,h\A7Û& 9^>! #Y@:qy39P X,Bɾ:@ xtǕQ0 Fv "R?~GhН,GWKQ0DN@ ت`ϛG~@ ̛?ΐ`H܁<I&I)i"@`"mQ@ufq[3G(h4 F(t F Q0 F4Z0Q0 тiQ0@ѻ`༕r&aN81,ˌD{p@6F7f#oEFޖ= M<޵ lC @t]·΂yvڍY*+^J%`t,>yra( r 4<7Ι W0Apz'yM$`Lɡ2T L1hsi}gAALF z[7W {ݚ5<(KdѠ ۴mh.= Z;ŮѲ648'Ri ~َ )`fa)t0+Hmhօ ˥m[iԓYz4=9F\b9ID \ϔ ir'!'d ,-<-&Q5\틧6n7vom. iۢ5"0cÛO3gp$  Az h` ,8`o ؀`0!03>1D-Zy^.횈`"h WWNSKIG(D`}YJFz0 |QBR"6 m7`x0gFwy0ɓ'i@ (WPP]WA{(F0q/v6K G,!@CDk9T/ |= ֬r!-*%Zdf ,4a"k׮Av@h xÇٴˌTDׂ UVll|=0)[C|<̅t迴oEˮ!KU#=R=ZdF*bsfvusӔ6ԁTM$TQV@\Ós: D6i~f $ll~>6pS!{ FdZ\RqTs1 (jeF߬,׭YKR ucpFԺWZ-`w|N" {8a .w[Λlcĉʵi݀Z f7` 3#@ѩЁ̬]/ȁ4`?T.ed =<<50c"@`fXd Tl  1v/ !L@ѩ5 PyL?}+(Lwt#WJJF㵘OH rBfR# ׀Ih#G{s@ 9B23yYSWKFELA` j 1vZOgO7h]z ti?~sleyO/d5z?[ʊKT9hEGPũ'$TtV@/}lG`׮^"JjS=uY9bܹ@Lfb!F ztm2NAVNj@Ҁ`G>$4> F Z4uK h+F(@.|to!mڶFv`)E 6WZuYG(Am} º5ko\6]B 4X F(<?= 4z(`-F(h4 F(t F Q0 F4Z0Q0  ZLG( s= hR0AvECiMXO B%`* Fz&Le`TBv#* {&5psi0}y(D !WM5rhҤ B1%-#d#MRr5kAT>_g! @4)n\yaB{n^ >H_WYM;Z BnZHD@y ][Xio<7@D!Sds &H ̓ DBE-0:d,C0 eȺv[0G +C1 ,/y*<30zy-S'N /*`% cH XQ[%Uq%+q\(ewmI˸!0_j (ȩLX$ WXC6@zBZgbAj`+ k8eQJ20ց݁#d*`x`k!H M %$%B]\<rB@P=Pl`_Q`z umVxԺ𒊽`:ĉty(lr/FҝEh1$ [tk@Mdr l=@.e  :IqLX3)0 F^ @T. ]\ `,v2tcvy'OD;FZOA>E ,9 4 ~65H#fTI7R`]Lǐe`J &OY +-*>:XgRO!5 @Q`ڳkw^A>yy khq) *!h<9Cu: ; rpqhAW]巃K%ڥUH6OJբ0 dm` X3)0ua'R5~1-@ey4dAah  u|ϛ;u@kV^]nTU /#FU̜kIL&DY曡`k U f>5m[gY`Xό63׮#>Rf>Qd2 ĤG03b L)Hv@Q+G+01oF̽5y=Y`yTRKS3d,h0{.&L1FNOpE[4P!7W`BJ? _I#@,ԊY|H τ@q}&d h8}٨|uHA :"> Jȥ;0y F !?x.AHÊօ2@1 &pO8`Q0H.g@hozZ? 8 Dnijvq!^(L , 'j@H>-@v*m赗` 8@ˤCTl(iaufRze`Ah`` :@(`-F(h4 F(t h5+hOA})($T#|`>`@d9/ \2V-A҃c;@ѪԼp+v͚=vO0C---?/7 bP^RZVR{n`&Vx|:',7?:"yy$\L|ib!O'QWh?&,*nܹ# uЎڂzGߍ-M@ٲ |5g+S)AI ؈ەUV Vqt.쁍 xG*Z6ِOG&Ï ʑOMӭqs+ &0T6!wh`eќty4 /'M4asrDfXc3 hu%:Dvյȷ! OLC ׃k x!is ?+ `Tc`-7 ԺWna-)ѣv) hijmM]-Mmv- 0gs@@1Q=RM*!K g%;8g܁3+G`yt]FEY 1̆M@<0 T D; bFېytip3h"k1{8 %!]`QG2 r^ʴ%Hf` >`~; t%` &%70KB&Zk-=HEF #mƊ4F8fX 8r8 0􊁵m8•FPcp_;l@<82%(l܂|K5 &ȅ6ȑ ̶! .qҀOBj)u9f3R0a  >b!=|YA GOLG5 &'Q/dߒ€m@N`ؾC.2CԉȁC.hw`,AnpS/0p SƘyrK!1 9_e`v!vp 6jGǘg߀j1l8lpAJK43ҁe" ~p!81Ӵ@) ̟9 ,))dfy)䮮I&@svw: N`<`~DSׯ] :0aڶ=&^>^R @j_`d0Ib Ȧ]v Dċ nQ0K]÷"CNH]@1Q0 ;Fy t@L`,C2i65G[N7\з@M0W%> F('L<{򔗏ϛmRii`gO7MNjh &z ( >k&8=Ѯ(`-F(h4 F(t F Q0 F4Z0Q0 тiQ0@L`Ah`` :@(`-F(h4 F(t F Q0 F4Z0Q0  hzW(`P]j?@LQ0 hF< C6 zMIENDB`PK?5OEBPS/httpatomoreillycomsourcemspimages470323.png.jpgJFIFC     C  &" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?h~(O"~~"Ѽ)_~!w_HT_,Q:mA Iv> }h yhPr?*)6 8=Oǟ!Wx5"7|skxeY>e [Ѭ"I >|}sZA]HR[4)qx2\4\H7)*wO^&~i>KOa _NqHL3Xݲ$yᯄ/?Owz0OOׁIK^;SO-evI`a2H{`7ǟwG?Z7Z^=1Wɐ7!ݱxHvhȠL؋?%O-jqi|yS[o9\N|rGEW1w^1l8׆> h}C3{/"p8H@<JFh;UtOj|BnmTl׆RXyP)as⯌ <7)qCP2TX.剙UUT`(]~_ߍ)A?,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV L6 H4`Mߣ`8Mߣ`8Mߣ`8Mߣ`8Mߣ`8Mߣ`8Mߣ`8Mߣ`8Mߣ`8Mߣ`8Mߣ`8UƳo]k׬ zZ(@Bj]eddq->yDfZ#ФKJ&?@!}?jnaϟ>=}4  4@٧O@'%)   -#ɓ'pkLRbI&ɼ(L'=ݸBx@ ]ZV\fysǏlil T)G$Ǐ5I^Xei40);U@\ 4"@#vLIx@BG@.@.!>lG ȕ,ZE+ -M׮*5=|pM `. d]Bvj`eɓ'L^RIƉH(*L0WV~K uTD$b YSa88: Dþ \_ Xp ?wG o6T Mb?qd֪AdZ*;b4!2Z8 ai?Q_YDئuIMY.r!V4NMa(#e4.̆*ǍKs[Ds YQ&͈yD~TA$$,屌qvKA (rJA fPr^wH@9Gms98pX?^"^Ef*4q6ڶELB#ɊU[RФ w`цKvcw;DmjU̫1)YOPeUAIN}t:YV(@A:?`AĤ?egug:q0 'Lꮹm @\mǙ\duA**<z} _*C#WhCؑ3iaK01.DIp@*M^0P{Ł@74 a.$ehā=P&d`>A-;w`\wS9u^؁F1;?ĸ O@/ 7Ƙ$m𠁸97Bfx:ԛk') F'/.mWc+:E ;+K+IYbn) .oр 0+Li;0o3V`+oetsARV]LfH٩:7NUc瑒þ'iW'KvHʹz_"aɀ!d4@Fp4Gp4Gp4Gp4Gp4Gp4Gp4Gp4Gp4Gp4Gp4Gp4Gp=PEAq4,FMߴ;Z铧ΎR@`?b~(m h4} h4} h4} h4} h4} h4} h4} h4} h4} h4} h4} =yd|CQ0D@V7W--=vC.(20lfa|0qϟ7o :~#kN89ll{nUuaQ@@$O>S*Ľt*4#p!碏(? 7֋ 7Ec4GhXx/y'O! a ݎQ@#@45C 7J.vM N8 Lߐۺȸeob@_~]k L@tuH!Q&h`ܥ{Gay!$>}5_/S'N"-( 2oH<8c%˃t@G( 27N@>Q0 h lQSxrѰDre\8om[TnZ`+etd  cO<ٽk̴tqSKC][!wGG-@\~îD<.##*@rIHJh4DN*".J4a g@{ g@{ g@{ g@{ g@{ g@{ g@{ g@{ g@{ g@{ g@{ g@U Q0 HM߸`Ho\;U=z( 4}Z= F4ڿhhhhhhhhhh'0 Q@@Ld'SRo*4apDFnmj"#=kR >>ϟ>G} 7ozEM-R\xfZ:hz"9}WBy kfG@"9}#L{#  s4A`qnZLq<n6GM@CBz-M5xk׀M׮՘v Ip|`2&q_/o26K_ӧf x%J`4F@ n`ܼm+}yD}3AN,h%4iNbDsbR '_HBG;J"xѰB~۰ Z"{`Z_b`@Q>iX#;!)i4GDZXTg'%jii[|]X*Fˤ  +(Q@u@ N?D 6I{GDNr8 ;`8Mߣ`8Mߣ`8Mߣ`8Mߣ`8Mߣ`8Mߣ`8Mߣ`8Mߣ`8Mߣ`8Mߣ`8Mߣ`84a w'OGck '(~ `i^CIENDB`PK?Cۤ<<1OEBPS/httpatomoreillycomsourcemspimages470327.pngPNG  IHDRe[] pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV1V"@񹺹a.hy @@22!!} 8[`j$&X.]:H}:%0|̛ :  k׮EGD45CLKGKȮ&h DA_/o`XXXDD]-Ld d0a8qb.C \P4ukB4  nLa&LB'*<@1LWWO4* ?~h"];w[ۜ8~S;Q@ouYq kV:΅. ?`!!N Z TFL}C <% (jCj^|,]Y3!jpB6?> xzm2ט]\ځl]O!T~^R@B|`@0ͧ.-B-Ai 5:Z l 7dwсYc"C֯%SI$H< 0H] hWq؅:"g7em|@! 6K<gy1΁2؁4sI NgM?/ή8+ P'o|GA+,ކiWy"ܕ_a Wtkح<~02"q?w\ mY bXv3Ċ8!/ͳa_1Lǩъ ѷZC w4 zm(ˢtbV]u|z}Jqh2rW)*x '|!d`v>I"`IA%VCjj7o ,Հ%ðHKT߄tP[E(դ6`h70CDT2 DvE98P1kZhx@/!0]`s0zB.+)V^q`rx+OXC8d5i` m3' t6AT ۄ$`8HO-SObD"sXn8d9[{IxʑR15H? C# jq]0Hl"S;&aD8& *o`2( o 03?LЁW r 2@&WdN&4i!t)Z toQZٓԍ`Q6\CP/0 H@1Qe+|9D|R"-ȧCo505cyL eϪ,7(jcҐ"ؔ'Vh4@.gf=dd=d]NX` ,s fOzRѡ "쀘k0/b@& Q^@*r%8D""I("Q .Mʦ/`.'Za(Vbfw{= o:QJ~FWt?Ƭ+&PDbyj Aע(h0.NB{5n*O_µ3lo|z~1j\AmF%:ݗgҲ4 ~?|*^(9n ."@"Bȓ8d3A*. t0>?%u˿$R)c f(v[ #-fYR]qd( ` ZM!d#b@Wy6ԡNu\D@ןQ4a g@{ g@{ g@{ g@{ g@{ g@{ g@{ g@{ g@{ g@{ g@{ g@{ g@j`j#1 F{ g@H?? 4Z~ h4} h4} h4} h4} h4} h4} h4} h4} h4} h4} h4} {]:w H? יZZ|||h7CF>근r(@@$oXb92?/o;CN7߉S]W;Zxz"!}Cr'Vx\d>\ZFr?S'NBd7(' 7ֻl&O)bQ0 0s O!h@DQ\=l47d"h4BNh 2̲nZ}OA.>[Q0D@_~O0yy@ta`:vE310OLJ\ p4F@R +K_ ,qݛ逎Q@#@do`M䭭kB׍{DN&F#ߣ` @ӿ7#&!MѰDr ,#Oِ!S@+CCܻقF 'w'R0 cCژ#!@|@~ [)*Oa ͏,tQ@$ 'II8S0 -e F7 h4} h4} h4} h4} h4} h4} h4} h4} h4} h4} h4} h4} ~PEAq4,FM߃˧O]8 HOܡ'OMߣT@Q0@Q0@Q0@Q0@Q0@Q0@Q0@Q0@Q0@Q0@Q0@Q0@5}3P ,5S`P9X.7w&gO"+M`}'OH<@oURbr "z`_fm[ P!p"\WwQ@9 '4 LR ;3-юR o^Q@K@,hN` >k&, ,I_ cebP'Om_荬`@6>8i仴 n 7wtVr V@OӐ5kZ=>%,"} Lܐ>%Ձ4~M+, Q@;@$!zD>[2``]> h ht( F( F( F( F( F( F( F( F( F( F( F(  ӂF 1k` ]@?~:tvkjinIpB3 IENDB`PK?w^M^M5OEBPS/httpatomoreillycomsourcemspimages470329.png.jpgJFIFC     C  C" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?|yۉdoo3 Kَ8ߒ}QŻ躷5߈z}A (B7RpU-me⼅ٚXp!=x M>iݗawGYbPl2K0H~sTqӚ?ିf<+GޯZt}3! & @8wۀ_ u%F"#M{?=}]dVp3!ϴ_ٿ WOfׂ5ɼ> \wRn*m6}o)x:L^O"ViaPv9 #;ԟLWj>)YtP-:0m.w Hpx5YWNG/ٛ7x{aQ0 /?m_~vկWȌ(1"ƿ([ `~ov/~$k:otu$'ٔr* ݂05x# }4|Jj5(n5q$PF>\һ}O}H,D۷F+g;3>Ĉ洵%巆y&pQs\K`~x '|@]~Zn$cbI7@Qp2q^O^#QGo6d(EΠ98K>~ʟWv&❬5k̍p4k_2+7_ <_Z4+;!kx^&a e29#eMW^?ukmfK]CmNg{yY8%NvG5X6 ϋ(|֍w+MƋ7 TGkߋ_~2:hZh4~|H"v ۏLWxI~fҵ7?0Kmg QBR0YzP/Ǐ ]|IQgQմe7Ql@@ %C1M#q|=NO Aeq}y}#:5/8Xʞz|?  "[LPuRB&h5ko.>,z};ımaZ{4eDO',R+~.xß>|'>|R[HgV+Řvƥs(goc2[m݈HCa`:q|I~-G{?.k, RTr ^ ??Uݯ%i,4oMnWf$6܏ݼddoۣ^ ~վ9Ǿ*]:U&57Zv r,ۂ[kc@>e~xGhkOv9xp^%ea;y퓌ߋT |X-VH\G4SF&UdDF;+b|viZE׉4M%|h|Qhm7"ˑF^ѿeK|j|5xs:E=VE;Qۉ]4g Ua>&~Һ-a CC)F8 twQz&_ ]|~F_Ck[REH9Kăm-enG_/];W_h]V]b,mP)L\rثxUfkP?xJxhj0nɰ d,@?Fijg~$5+= ׶隤-|mC@n*XoS߅<{.žLghQ1rhk7g|;_`HΖ/, 0<Cjct9`Dž+Xoų]m,̹mɍ~6_] >uZ]Ѧ4>|[XMUq rwVsV| kz"y y|-k%O]mOj׿{}.;o% < y 6_Vn΋ A+g a~e߅|Z-̏0巰{$w}Z13y|<e/᷌?;VEԠ8 7vԓ_)0`);b3D4)u AZel$n+@wϨLxǷУ(=hk85lbKX A9Ƕ1_.tt]-*Empp3K _ѯe߈[k:im ̬>`AdT\&g:f@'5I] ZHđ;c=JƵ&nAX*]r!3 ־!x4jV񮎺[K29Ȉqs ,yWvy߱$ `ҳu%铑 \GumFg jdsq?l.;I`y"X~c&X)P~'ۿҟ=\ك.!o&58'`< }];p>ҡ Q:#oqck%_N9|+ ǹ=W $Ipʕ,[O v3Đ $1UQH@6q9U|K?R/쿷 㛹R0K܆\P*/~ |w3#Fm/X)mtxH.BP'8$/3 |xz|YzVsrJ\ķ!]!a]7υGō KGg-6=Zx@2 ՛rR`c+Ojqww%#m܎=wX.l>&xV;i/nHoVf1G ~^[߷_l>BHׄu "Т/Dq$1N2,Dcz[:'Xfĝq`;!6uugpۍV{O/m:g#5yTWQ:&GB =p%|=!Z|Bm'A,2j)o /`71}?:&uó6r@Z1bb C >-~ǟw+$% C[_jw~яq"Nn5]7R.l۸ S៊MxNl/y]"XKUeBOc9iiV^ m ui`8 ޟEs&`kZoaqKs#ot: $ @0x [xфPTyj+7wP.q!@X<`E;P.좗H.IؤYwF2DHXZA? -[dJ˥[]Ϣ06.d;A F~> Iӯ-/ĺs~&I!0:78GgD?~.| o׼-f{H,)¡/( k(,lj QȖ6d搘|.ҿ(a,|K - Xȋ2)Gr?:D_oiύ)<Mk25zlK#0HfH + \Zx*uA+.4i r -ҭf{4!>A=xkçEy\H4xX!:lF9l_f_wk0|(vi:jڬ o-[lm!M( 'ڿ੖/#ue\[kM޳ η71Ie0` &[SΗR| W/KS$;㓞g:} 6-m@%N'cO:PQsw]\o/y'F}=8.N w?^|sAhlZ,,L$m; ff#IϿM1?$@/҅vѭ'=(|1zi/Zina+'f| 3x>_Q?)):м< ,6Y&)]RT7v)~ɧ˥x^3M76Ye{y?u3) G/fOvzO(|E=>?J5oqV7#D%Odm,I[cnػwAyeK{&(͆$ƣSB=-ox៍z߄"ht+[5Byo2 T&g!R_6>&x>;;gYS-ѩWf c,9ژh~R ~Z'oZGm;DttRnod E#j9^|~5xĺgow{a77\b@b Awou)ÿd3]M[$qs$I<~ }S|Qw]źvs>ǺE,V$x*`IH8U#H5/0G}ynVKA3 QyA0~$?^ыQkwW*H_n\'~6R>nxZKK4o@ɑ}}1vA^(/#5Gǫ Plyqqw"`/|,JGZ>~0~Ϳ1E%I2Eܘ+]8 s|C຿foX3kFI&yg_\tl~~ɿg_ۋDvhXC:TҼmmeTxHW&%9?ؑiЭKye#Vb9fy }?_Gƿkk^2%- Yɠy 2m|nrw%~ѺgJ4 $\}m k,I,}ˌfPk{ FXE[_[Cu$.Ӟ:hf_;~"[fe?UX!`3 y?o~#xjI]m˪K 7\s,O;Eb݀8IU{76rYŇ#J(, 9c䙼8~).kQ^Ph'P*'zGP+xGĞk[?T:{d ^c8C7  HKOEl74o/kr`y%#To؛#7ρ~ mZiFjAqO\e}oKJ>P0^}KѕQ! >}>8?d58]4.o!v*I85Oأ>hO+Ǿz9Y[lCL$L|gfoħO Zvuy,6sFD˨Z& E d`{_ڿG3qs7zdwsb֗[B֓?"G;Q\2h 𼶇 WWy}Mn& &I< sq$95 AkP].AyM!n __?>@nH`GZC/oSw㯂fZӡ!#v*8 ÿYo~];E{>F'kv3^Z; JQˣ,rO]Ai*@ ?x㎹m&m_\S>qm"rҿBWK᩼|i:l<%EpAUH \T^m|Oؒ}#WַhXȗf>CŸ7?[hZ`mNmOUn1G!S.72fՒg[k=OT4?ic4$28fEQR#<[`?`CS^}]G4yB^Tw9d95xW~'|2]Sut{y![ź}VEWDwF gWٟ@ytwOUUy^qۗ }Kǟ涳 5? }0!<"(*m|4~_f?d}S0N$"4KX`V+Y<v%:FLO>3◍ẆW6ˑbp$G? ?_at.m+Pga>pqϨ漺ړ %C [iBqހ>7~?_<[kⶏb,o{ w |?N~6 #oi"O?hrlit5VHb\$uBk~/ڋ Gn `҈v<ռ#k %ցL%τ-mvfyQf՟Mo۝[^ӥ#jYalI^)?`/_\g<=[4_h#͵)#(a? ?`~%a 9[Z'[\TI+lqs~4NU_uMwSxDcT-Eˢdde #q@ y?|)w1VlO(LHAtG~P ZAY導gP ض!(Ibs_^O >=|5{Kzv(;巺HKu̼gC{~7z?[aLKY2<֗ǯۻ -k߱SkapfK6{ym-̲Gn8wػ<A{yOKm7r4pHH {@'??N7gᶭywaҥyJjNpۅQ8?V>>~~(|)EmSb1XW7}F+%D6LkcLP5<]h?dC?da{[QyeGo-xX|-?W{A7z(v\^T}ݿ~+?c߳JS F m<k4_IO^vU&G[JtkTSaB+%__'➟i,ִ[}Ynoxʰ1pCRy ">l:?ि7W|6Y8@69FU=\Wj_'_5x# F\,^ MeBHzq -ZKo.^5 +1V2M;\\sJ䑆Yl$z&5WZd~!ꋦY{s D$#Lqp: g 97~Kr֭mO^bh+8f[ z`}_S0$'n4-&U2W9~{~_ 55/&fe,;+Os\ IPxW6on"Ut`eDGYxP/؏Ui}'_u_] U.5X#%cQKT? y|Rl:!&vQ3BmYЯmq+I)OY|:U'O#Hbcu$ so|luc:˦SK\uxd-F@>47߆? |C6]G[BTd'{*g7 +gqm F 2*BGp#x"7짫蚖ygnI9'S,1f;s|MVPgvH;CpésxԈ,bTo$7"(MÚ*XtMʷ d;Q,5Qѭk|ld.8tr|9~φXI#9tU*3$ROcIFۋrOqg$Cq` d<+q+8x>/>[x~|%X5ۚRgy% 6򨻴EЮ.x\垃 ΅M-6u՞vVCJƯ4"E<5gm&Ԇ2d7*he nÿ@;7~0^6>Zoc@r}I"H(2&Ѽ #o"Ė-Z.lS,!}Z{)dh& %O!ϖ.tĉ}F&uyoC=Z3k4_xVIl%2h\k9CH̒Ud A???ǀѦj 1c2bA ˨Ke>y]H2M@NjiM|)tr;7=zO@'x##]K#Ok-[]6GHcVIV#1Ik>4~7xO>xAcmZg ei.㻹:\Xa$Q ϙ_Ip{`Fc,AbT'EУ9f u#|h /E[<}O {<\ T4si qq[(z) Α\D%iu+t,d ֲ"q%l7VcC D;`2ynL֏q:W />9&~rk4+TYux׷-5m?lB6L H|6(nx+~ bVl4-:sIyei%͵ZՊw c8|0Td7Mg2&r[-^@={Pʿh3G񶹭п > i gM_7vSî"6 vH2xs\ gmx,+}6f,Rʵ@,a=M ~ͷZUo-d^sTnPzIwsБڀ>Eu66퇄5:s k-ƗũŧHGKIR)hFdYQywjOUkm+3a&Nj X0,+o (&K]F2%7MW{O`㠩u P A$A>*(?,+koh>ke+\6/\kgv&?Z'W4SkN m%AfOie(^YY'Iì,KF8RpԐ}8*/V>h;<3Ӟ>#Vm|sq;I7"~:S~Ert#[5qJ&$ǵ?~$_sXh-m4]G];+kDfp5n $ mPˆ(\g2QX&x   A=5_x~ k%>tBYm,4h,Y9dXQXBÛ߳%9Fv;,|䁒/cfnQ=ՖZ([dq+Kd ߎj^^\FױF *@F C>wnVi5͚F; =COWe- IA[󤗡nY9 r.Bn p18uH#L:ࣞ:q׵~f//'Px Z֧. 7LiMVyWo@\/_kCIl?Ͼ^!6z/W7}>7:x>t\"Pm`,_Yp:cl[d;8(Je[;ƾGiKg[_[K:Bdo(#5gh_ ~бu{h/=2â)Sn W(@Ơ;}Z!k Vrp}j1}hX,wgߥ~iMV~ҟ dY EWXhm<5ѱj5$Yp#(c6qokO_x@ioiZuy"}Lw#4PHr~d\u(G֧(^'V}= 7|m}Ҿ5 Ѯ}ᕧdHuT͑0l`s@pm .O³2DIिWπ~n/] Qp|dL:D~y 6WkK?d?ݺ˨RӜ)GŴI@vgY.6c{Ui/n[2|1~?|'lO?~5j\ɪKwa cmY#,LH*)e]O~Z7̺XГkҴv<~ʹLF2\L$@F\sT jOnlT=?lo?l<{.5m I%jw gzsī{JٟxL~cŞ%Dz/u %ҥc)(9R}Fѷ @?[K# u,( fm}?ge?/Jbox>%|k]xOS- Ú-ob#N#M)VCmb6~:_/Bl}x{{Z):!Ua ,c@Zt\ E9n5]*J.J|A~y`7|'Mk^u>hQܼAAe#p8"~ջxc/ ~5_ŏ|FkIeC3U˵[}rmdi9<s}*jDXˍOl3? [Dm͉RFOC~!3T'66fe.{tE=ߘ{pswCJ`,j됩q@AwMIMxv dz})릗eH5lc?iVi+bE1c0!G8gfY%ˎ6yct\O9Ka"ݮ́IrsnLǽAXjgI$+fHGjmդsPm6p{ M}рpN;u3[ʓ,eƈ#V]B^$0x=zP5}4Dy@0cG c3@-hй}yOVVrlKWeFͿ9=}WaӤG=fr@dF皵..>׾|_~ GmG>5Cgwo4sF؃*Lh;@o7$m_ TjK_E܍01/-OH_>>4I|Cëh7. `R'r+i|;_o=c¶6P_)|${u3x o-Fu?KĞ-&o].F.7RV4!? h6ڟ8_gǾ>_-K啌o>N[A$gǚzm5Q^UonvJS9݇Z[7>xI^~=/ĝBQ+/ dNVߘ|_8w~"it}HhR͠hf>kP FBřbR۟e'bƿQ٣?k㆔"xzҗH<~`T+. o]>rzg,2iRN5ncTpʲ)bFnHy|KP3ߋxAmc,Ήb'I`3<17m<=>2z>uvxO -Icܗ5,wr)g9?5bSB<7w?7^h x{Gy?RaKZ[xn1ohg/39ofYO ~$]LO>X:_=`/DFbL #_n\#abe ˡ^WSKG\{( 'ߚwǶw? |mf_~dҴK]OHe&A%Y|>PpG^<yG. oϝ!yƌBN}#Q,ÿj &/GGٔ[ʱLP 6 xcDe +%kMfO2"Yvؤ!Fݤ1@?|d|RxNh !^Ӽ5ikzoxY,>\k¿? ?J5!@t.;7sD6vpH8ʌ}_~%x^cnxR|Ei|` p +Үu kUvԒp;<ր>Ie? G~8ހ>Gqd 3kS΂.`b~|Iux'CKុ~9 ZE栺Dv7]%Lc<9跿$N =stT%"58Xe,O׎B c  zp:~kKS,- GNsŎL\[`rP+tF_($gϑ@o;t翹CRE?5@ H@PApԃS--N?z6n<[UլA(\ӮY+Y+C9xK릸E(s6сgJ^DX̠s R;_ARL Z$"O1 #:|$ U|!/)jzmWž KGxZ%gmXC) +9-3;ʐ F}='I*`͵QʀCy1\g_~cڭíȾK*n+ (Pkm>$D .;@ :s^VK ;mVy` 98UN4`6r=֒Ger'~s*3nbK4-.Dۮs0rN>vHK[kLfOF*s8-oI=­BUr:inO>ϧW]G*]QHS>^YV] Eji6W|EGPc?_>|U.i[8+i.-Fq|HH.}ľ{xPGA#Ok/G,/|8;ĺ5Νz|%cG?m$?%h6v > ^Ŧ.cӭТ e1cu ߏ? ѿgڗ:U;O=Bvn(bӯg*6ddnR= ~&e~$MC,[Ǻ_|%jw7w#|;lMc2U"pC&7bi03@>|u)ujG#Ó&xL巎If\fmAU䃕d!H|=-:%=[A cF*@u 3υ37|y&hTӮ'mvYe_5Q?߳'P.lմk1g.>#U߁^>MEwc$5$Rc$ƮOΣFo = o9 7MKX-:*48PeOş^o~ӯ~S:NV;h|+A ˟okO @nbR[9w@x/{xotBHt-.&?adQ0#{U+g|P|@m!WA%w6-wOS YXH 8 G[̙.DѾ+Ͽo>?;A/?z 6xnH,jfi ǵ"9enTu~ 'SU?"mo<+qpX ,]WPyAb6P?m?E| j:EuZޟEo!7#Β0hbv۝ߠui 4#SӮxZLJ UIrܞp8F-wxpDS{߉?wmH/~(K}^W#Cֵy^IJO v$֯ _Km*kxN[zOq,E|w_~xM~z?<}T:ۥhX%G1M@/#tX71itxGt[H-&biKqb?&~&_Hh:/+ڂK@;jYWb_NiM? o>xuz7<$ 8ट!(z j+ҬU7Q^o;IqUъ9$; #@>.9x ~?Ŧ-!#2n^c W| !G߶G~)=#i #]FOAKm2H͂'kf_r */qk. ;ˢӦ>#'> 3 YwOٷR}7_˫kOHXA![!ʧ ѿߴg~|fy#CQT|yKXQ܇fB+N).~Aࠟk~7|'_ 5 W<0IH/(~E&e6y2HHH °?jƿoC~ i0֗e&@kV]6kE*F`K26@/*W}x"H~/[,WLYk=fܷ}$p`a<2]cu5 ]k oӥhSo4ZIijvH6r|k Gԧo>#?/WėL8\D?3υ~ο+ᯊ|9eX+sB4R݉@n3> Le#}j~.mO ؋[ \A/ĶUo,~ӗh70FX~x[\587a{Q*9$.Xp1_5 >*߱:oF5ue lPdIZ "J͵ WYa>kAIԾ'u_|:}GNpd9`s.6h,@_֟7z׉4Ǟ#uKͲF3b"eJWq, )_7Jt?Tu?%-:8n%C2+4b,G_77?uKik=#{i?,1]`4dP}?U 'W~*>'hKKul/'K*U%Jqʒ3-?5?|w¶4k?i7VL5x27wcEmxTsF#*ɵZgvb6Yx.8//V3_jZjy (~\ ~J_ H|}ow5 yp'PF`R@=xkCu jOwg jQ+J A ؖ[GT g>Au.N]yU%Tgg޴}\T7!q۱ UխeHm8q+FrpOP2ӷ5٣Q|͌F;Rd $"\<8#>ޕ%ԚI`ڢ!$r >T;(%Ol~L98?c7R9#Dryhgͬ;[s230`DdJ_?^+*G:e>%ΧM$y{w;@msf`^G XvW{!~{}`u^ ~vZ'G aoi(&Y$ K]쪽{oߴ¯ڷᅏ#Tѵ3EMo:C2uI# u?f-I #Әv[$qt˶1.RC8:p!K?%👪e H4ɵ >F9 ]G_'~xҥoj)k+ܛG@ȑ]~e|]ZCCHUKr*ΰ]]0 ;1=J??aBk|uaoImaO[Ζs沑#:]F~/G7e?BmSH,쭧HQH`[˚2Cn2\@HG YCr9",]Fs>Ak&>lF NBb'd_" ~ᇊ=Dv"IV9c^(q׌l"ѿmo/&8Dp\4UP {P醩i^Ѯ6nV|@{ } H%:0Ɩw G Ub_Qoz_*؎YkU w!E"+_f_ Pg#Xi+xQ0h%ydh2z/#{-NKYXYIۜgLWK>oLP8|w {ׇ?x2k-nc ;4 ѶKEO* |n}ωEI/i hֺ:3buJs@R &c0QYGis¶3r}8|5[o>4Z|zwѵ[s5F7"_1)L>? kş 4φ-/'zvyG5R#&p+X9eK&;s#fY\ c>|R_>/|-m/Y ng PT)ɂFOj­Vេ|^~'xoDd+\nd;YXP6B: %6U#lJH8m@x's>$O/i?gO ~Ϻ'ǻxR{M\ڌ(${{W@*_$A>xc6|I&5G(Y$ޙІ>[1Qpӓ)TE唩# vOZϓRIy6o#9~K7Ɛ<{mknOXhBZ;x !PA%\2=>4M?AGg/5t4(cgU(MO]+MnuĉJ{.p;qSEs*UK$"/w<1~Sc~83~П Uc[X!1#x$*[r:Ɨ5ĺu70òHGNz |]uIt_CiK`c XnX yெ/]sg7xIH}xUHZh/9$t /YxwƟ5)%Tjz|8n#|//!l<+3 v^! dΉNc[ rgO?V8 MFM/;U;nA'Ft.q!s7kc$m 煯UA[22MeRY Tr#)6nuc~4󢝢TYLyf#oH/5t/:4goD,AKV,3(F2w5ķQ$1#JI0$c௄T?ڃo4~!c;㵎-be @ W/gyh_ꯨ$̲x-R;<XҒJ}> WH/ Zӑoj5'#bP} jXե#qRx?Pb&m+ ;He.dSd #1bNByH'IGD~'ZԼ*!f`0M3YFGqlOD3дeAH1i:3O%RKu;L$zJ'["WJbrceaIN}>_4UǃM/NYm=Ŭ|D@M~~׆/Z+O}KqӎO>[߲:yS4M`X1`N[v\d`>|nO XYU[1rwly?8৷~_W_]IHKф1jnrw޾73f~xkO Ii 3u1 /H XW[{ho/i YGi{&7ԆFR VG߳eZ^5,wh-ĉvef`621)K|kd~#e7gYʕ6͎kFŝ:;6Vjx8lW떻 ~>(s_?4yuBȉR! >p +g4[o^(O> ӣi԰qn*I\BZN,j~0y>heomG$ӿ.d`۩s»B }2=}_C4i|7e9Qtn/t񥨎yWXu Q$7P֕2\65 :@M.(Ih"O*դ3.,b/\#8!\?v|o||F b6mmZ0fGUQs+18_]ބwNG6w3Dd8f_1O#q0?e^~xG4Z-["VXRz8 q@QOnA׵=gDzΨnn9`}b4;eI H◎g+?'2 7RV652Kfl}_ ?exKJW?>YM]< {&~FKO&|V~e%ߋ_ kGG_B: = 9_>k>Y9$tDXuMJ[+dS63;*`<3c/|p5x> OAt&(e.` gyy$]W?G-7ᆻ2xoA,Fh>yGXǜ2i4Ŗ<65k}-lM9dg"3;''hPgWH죽G j@Kh$~Y ~Ο| χ| Clo`KRgDHdtV*=*=wVC+_<7wOΑF~Yop9~RS/_N6^ M~, qD% ~`Q?ywwOwπ_'=ƟgihwVoeMr}[YD2`=~Om|^־vĆ":\LQ~yVO~?6~h^#c6ƝǒǒWx%rT;w+;lK?S-M8iLɷY3߰k\ş go#^$,cH0#Bl?''1?m3UGp*p1T'9?|7>{GsXh+xܪ 0zV>57p֬m&xjK{=[V `J~e3/ w>2kSP% -2nG,)n ոfoٷGZl塶֭t]B"wU1" y$k[P ,[gd>ke=;Ga@;hW/َL׿k=/I;z$NE] FpW)_%+`,-*7wb(l`F3p'Ck$u{&-#c*q{V&iw4i<2#KoF![s x˽E\+ / !9n%.V-͌.~?O;xaS>싐\ 'm+7h4bm5K{hKE svG\@(Kwwg+H)f'',%<|<ǥi䱐 w>IsK^\rQ*;~=ijw;6Ub *t;n%^=؟dxsI*]l*qK-m*fL#l:x~a[>~;Dy' 1;⭟A ]:}X1M܏Ͻ}K@??dw6iw1Ѯ.ll,|kⲑb,CBcc[ҽRe u.^K KCplck)9Ljھ?k_~^,zޭQk|L62ѪݾmIVg)25xRPw -Aހ:?>03(~ωxbt,D*m ] $0'#)c Rxw/>,|EeS^5hPox~kij-q*IRǨ\gkxFilgOxUe[IJǏ,f86Y1(ƻ7~'YҒiki x͹233~q|wjC&i!/:P#JWp&#r0>xk:io_xIo¿Vmu, DcOhğ/TJC]bkh$̶E|P@pImq؟o*/5 I񖣨Kɵ'0|wD#>(@ڽ=~qͱi$b 2iҡ01 zIuYX!?~@+ll/ߴs@Լg=uo ^ܵ24Y`3_~G|F%>:EK^H%7LŌ+7Z:;i'VPEDcf;_s7@tE5aUYH;3, }I[,Dٗ*2xiр׋l|m rzUYd<^A!:ǐp=cl D'|F8ǯ\ǎ<{YGw(sQ ;<kIӣI-X,XVo{_O|-|i~#]X:f_O^yT2prQ6|[uY. QyCc&nܜ) Gt)u{En "knݏšIx1k:s^_٪,a[N u1BwdC׊+~|#p-v!.apnN{ ontsƚUq,3j1G$03#)l䏘sV1|&,Y:i쯗WC43ckA wkmQf3iq4Xv|#!s P F k}A|h/}oOwwZ0 ˢXO&md #U@fa yL|gaijŨ\N]u RM#D8%FAsiQ [RS ԰? #7]/ |,OEC3 +!^9%"F>gA('wPWUD ń]Nx#9)yؤ*dq۵OpG%ї6"62HjMNq9hQ=h,uu%[Mf[J+vG+@5;v(̹!z`f6>}_&*Ϩ۔b_ LiV91l{ԤCw;ű_ Ο^ր'{6uvLY7F`Q?_P3ͷ;_=Ϧ1{on q׷8?g㥧_AySnF| n2+ _:=eujZWw)qwއo3 zd. 6ޯIq> y<?i(- LX#Et7w.e>=oZ-&zL.,c)7#u$TI#3ߗ*QxFxP%Q=N~P |j|%xtk5ͽ#l_`@T&^K^cu+9ulѵs29Ͽ??x'ŏxM('VGoN9XzY/nSg Ő2;dGg >׮}_Fd-䋍G^ba$W|<Ej8G7+r}M|cRj |C+Nq0>nGSfO ;2NG^hY+x9/'Ҏ,ƙsAIW `W῀ |%dž~ۥlmeiи T`1_%G~KHCn2Iysox'Uo]]xV;YHgsH=M}m`b#H`p$Vu HiKBHlҾ%G\FYs?Ow*JS˯ۛGנ<՚A*Kcps1޹|Y4ցZjNvqt\7ě'B\1p׮B{ss 9 ր>U}+]v6 }94;|VP 0/@}Qn"[@'b\cZN V)_.gǽD(|1eH@]7]Mj6&?q'|vm7@Xi$.F2x9=|tm'OZ]Hlʹd|=C #Fc-r,|ꀯ~k2_;O@_H;xƺJCBKy ܄693@Q4gY.aFL:K4!-Ǚ=kntsOB7v;Dp0S~$xN]j?$@'8zֻ8x%@t.omo ~mJtKhŴl1 {N9۸n' g]趟4XfmNʼ;9fzWShBd*W\~.aQ.T\v8<q@)OMLf/]9#ƣfv|;x7^g3 fDqd@',$YY1$ڇ,ê@WT(rGN@/M𷃴 @Ǧq\  s}jGo خնW> q!W.Zo)%u$*vO7ag,lc'=zPz[EKy&yMڻKt<?2*CO"95,P\1>*KX a* ?1O"vL7v$8pqg޴||\3O^hufY3F#y:Ki{ޫ8ۇ,s5gk블$I1gPEX&`Esz̒eH-@B|g΀4,S}%PT5V8qryбKi>$4fC=?Z@ b@†=ր3,.IR[gʞ<@(:ibV\ zV놸O& P9Ӹu=~Þ/;t;A'Nq_?x" onڳec]gՏs֯༿7O¿.@mY滺HF>|$]SP}+ 0 _'C*2HGOn9@iF$`@ 揗&n`]hG`G|sG?~Gx $$CH8våm 5?|SU䏦Ð09lty,Kc8'u/EM,{~][|6?Pz3[BjӼa1-|#IpAy9@hq73!cĘ\sLĜEI7H/pkY| nxY-T#ߓz_Wye!GU;eKҒ.WbV$qhN)¤k$/:ۡɯ{Z 6րBDrGw`F^@qe,KIb't@)6ƼqGQQ^[pl=O_ڥi.,q<؎nKdp;?UJa*WJOsSM&NA2,'U'+4vlIP;xcrs[^%W Ur#@/gg4J\F>fhNAD:#*F3qi:|ns>CH]: +73E#I +bY3x?JYI`ڬGilsz \XO$yw6$kZ<Aö=*χJ@~OI p_xF2G)pF}kF`.2rXy_Ϝ[I'ÿ~ pq>w{;gu/ψtkmzjv=$1g (nQ[Qp?Z$+˘ܞ[g'<!yVr(Qۜg=8: F̲2=6{㾸P\,j#0qO_!ylBu Vq:[(JAE`sx?qw$WlQ0duyIH Tn9{Q:YZ+$sm y;IS|=T]223)ܘ8@}Az˫Y'p 8XKqZ;Q\Hy`0qU{`Un9Y擰219J,ض"ċKl%HKx|~`hi?<+xA{$.#M$d=+/A| wws4Viqu]q@'x C>#'hv~*J; A\VvV,0ib/?υV^iJ1|cv/}Ex{E櫣]I-$I=bH/"qҝxhxy$:w}mܶ@1ӶFhݞ8rp1WEc-#b-/д/ EݒW2py8o>1|=fc\EgBnm&Dz d=}:EhIѷL{*]B#lEKʧ V%Z: -ѓqJ;)PBO_CxF(e;˵?N;,%"اE0Xp׭VejgteG[k{W$w )#FLقCkm?u=*'l$L;/Z@-]~Ѵpߧֳ{")ܡ`pr@n H5ys Oʳuϴ}?nO/z*.w.1?*]RS17 q1ܜuZ=L,%@Ht9YvaXpdN9\8U}E$Amvo5a3@gT\^D #T28%B0 4[h_ϡ=)acMa.$t=y{LS|AqvA I ̠u>"Q$(٘y'p1X/?Ŀ[o0Fe ct{I|COR` m7ZV># +HbfE܃pF)g]&=C췞efM*FG6OJ {ǟ_]RN4Qy取mDhϭhIώ_1궚zƑ5_hWAsgFW̅/P}kGHyuW=ry:]OpqPn9PK8Eoyc+ךot2M>ws̱+,#PW/A+ aNkh5872KpwٵN_Oм1CÇF#yr=v u$~X|5>)uI[H@Wi^A2Gc9]c:֟{|?e`焴IK1ϿC@߅>)x-&u &hՕ)\ߝ90A^*w_/t iwӮ$fI$Cyc[״WO|5yKG%$yiF~e[>~Kdqs I65r@^ YaT]ɔ!c ۸i8*䭨L"?̌K3\.5\7>/jc*yH$81Y:׊=._ ^ >F+{cCwր6{ՑdfbX'x*ٯ9 ? |!SUֵJWoC^i;E g,=1]9UeՄv׻![(1!QҲ~xqhypjW1L^p||Ȼw@.r1U}P-ݎDחhҤc{sZ/&Gd/_E=~5:ZIwDP9^xҾмA6uVgڮ%Ϧ@;u`:bXn)3A8Z{x梨. Fer98 ׭po`ks(vl# {?ZkIj7a}~KM4 *'Ko7 2$eF 汵+(EިN[?u ZmBXdw=(}oJo(d@ȍ }ERVӒ4y@!z9ڊC[Z[,c+>)4 zelR ,ab#*B , { C .r~a<Cmmvgx³M%֦-e^'ӁP]EhڅbsdM 0@(vSzwmܹg\Q>H'sg%ٴm`18WvpHakhI#*Q<SP Ġ@c"`v1\vXp"kKx7H=sڿ~|Vw+z'/!Kx#As}!yߊIgE7>f8=ɠ  pH {U.:\H#E6e5kpм|y+Z١=^e9I<v`v-peB 5ffKEx[s6# {j {IXO;_pwNa;^C@ᗄ~&/mm?ڤ%!v`[hžpG'8|*S].vC\P5ũfeۨc3%@޻h..W`"K Ҽ_ƿ|nSvς|B5+fr|&1HIKf:dq%PFY:/?SY^>,x+Qt֖ڝ䟻H1cq?h?>#j-A/.h"`Aq&U6Yzx;~.k-/?iڔv:\Q[i%E ;|8?6rĿp5=Ӯo։ )E<̚2[XY0GZBc$&ь|=1I?Go>ܚ4.jRO{?h|U|O/4/Wm-59374Qe,~]lz/mcs`+yq>'9Eu&O s 1":x w>zz o\J#r'$\E6Txp[4d!Ί/0rq 6s&;3 X<}W)|u`iogN_ Mbۖ~YS Y>?h.bkEb7Yx"~<z.-JuK`wk_MIPrFkOĿ?Q/Cs$./͒nǩ4&{-GnE31 Fʱ3Cۼsڸg4ό9h6{bZd |&Qtl$K`+TLLS*rT@' ›\G'`x[m&ARPyYzOĿVfwyhskiz4{_c6sОkRn 9p::+[Д'!|^;dz:9[HGx1$Cf@1kv=JrS'@0=p? j?49!@Dn4UȸD'# !nC]{gI;,e<si&'͈#}YbQu5}{m,.*Ʋ{po;IG(&R?X3ꯣ|A:Z>ta UR?0=1i+2Wh9L`egI\a$<?OkiѰz|yN $2 #qQ+d*q2C1 +?kCGjv_3a20-u[}c0ybAs%ZV 1(ހ5nnuEnq)zpʼ`(N Sz3]EmO2%"F.zΰ>`?[/tR2]uJ6'=A0'?jͯ45$HbZ_0b2% #݀FOG㤿u᎛uwfE{E[8]da5;q!Vr Qv &v3txF`<[Xݟ>h4hd6Εo{nȠ20  YRTbHg$ c2m1e9>瓂ykkLXJ /<–q3"Ib; ""K 6YՈy<OOÚfa=V )ڝ2unszO`1s~V_7׀^ɖoRV;ywz~\K8Jm:t^G_;@. `uҝoe}R\d ~&O#ƺgBծo0[vX#wpcVۖ;:T߳׎ys_]kRI.#g7UUۜ tZј_) %XpI0'}Su\KYăÞԭE9f0: sN.(<5\iڏuxTOo$ou'Fq^UOĞ 9Ƴi(%>;[k9afo0ɿ !!t=6}R[Hh , 7\_|9^>'kΏucOmh4Nix 6Bwk|EO5x7z+fV`~U dSG2W|-Kt rmmf\# 8VxF­ ^K.4Wͺ)0ᕳ7Jٖp0bČg<|?!og|2ӥv뤸wIB | ^wypZpWz8>k?TKcǕ8j9d+/0I{#ހ[llg8'ߚ齬t=l*vbqs7 y/%ujDdrW㧇+K>^ }b{(9o]24\H<O~Cxe0@Q" Ԝuk+$>#}7u`0WhOJ|K7fO'!;1sF;$gr6+7ǜx׮x'PHDwnb)s88Ϸ5>@u9vJƹ46婍# ےp~'}eWk%ka Á#'zvk<1pma+)8$g#_-x'kTm#s+ۼ d6ҢF X {@է#dyo-V'鞵fA\}xdbINo_k"D~8 ۍ4(ViY6spr{Lض>5'xeETGݓr <㞣֊3~:&j4|xJ3X[Shd&epC yWÏ^ .f+~,xPH.`= #i}F\36$P4'^S1?$ t42B:0,,H 8 DF8%=K{Pҟ*D#q?W9_ ֵԋH6nѰO#¯XFkq_|nՈ*Dn[,0 Kv$=ĭCBoIvQG$rAcfnhgƚ O,m%hNT`r}KjF1k}B% kI=Ͼ'er_jZK٥ku%| 7Y.}{ov)(Shʎg85?q-\_OCWCC%_$sjڌijȸG ۃ׮i mVd6B&=13?-ְLInl>P}_րhhcm8>;rpb&Tqz7J#Hr̼`7\_\yUR6Ɓܢnuywkcu=͙ #b0F3~>۾(x4AkZm*ʱI5 z&SG.4zlzϋBHx #c_lo J3uz+N U"C _ _|NFmW FEVexc,px7U>eqkzτ{43U%Y(xM$>K> 9<5KO÷ ʡ*U#  o6'1/NĻ=mL<:u5cHxEsPWfshR{|+HpzWIƯ;6 DԿ-ͨi]F|eO@G.?oVTo_gsq0kF!! ͞1_]7~7Pf+EZ ѳ%PDc# ٔ&= I.t8~ߴm_/ :|#t-nߤlc;d7=&>y\`hPysRvn}Q/(~&G܇&/kBs܁vV1YK NSkrC+ XՋ !Qd?G7lv>6h'^6~;}3]N ר#Sbqc*zsV~EL4^›tC 93-?"41*U H?6?9Oz__h֩bk?|/JR_5d133뚾ot NKƀ?8mo'٭F %BQGC@ uH5 Xx$5,l9t|GEt>% [~ H *{:^.<#!ed~;dvxK]h`F 9'96?m9OH ϓVC4nK:-fCSZEXU[ڀ?3 |z;ƻFg- Ge|x,'w~_6h6J_j̚Hmb4cϮA4N]-;Qq"$\ î@?Om~Ш&VNO$km졟M{$VD##֛y6y̑  ΄nw "V'_n r~/e;^1~ d2 `<s㎕x~ 6|gz^C KFu F~q|]| |j?:Whz<.1ux#&6Yrqoŗ>6>EH˛?[k GMa(.$.33)m մSKɂO%ar\ׇ;|$wO^-_լ9|)>4KZ|kI~ڞ;E&B)");NN~1gS ^|,h֎>*,`a#,_?hqPA-8^wB_f{:7;:zF=5FT$__/s6xC🇭&Ӯo9`xWnAo x5_ؒUωׄᵧ5YDQ$BylJd2fWkُG_:;`Mgۈ\CnD|`wM--ZhV0K6A?eſ74[&7Zח'ͅ$!3Õ(F2Fs\o ~%xLHBmw9 hxZ_ώC# 8n5&G]D\,߼U<_(峟סkUl[FD<l~̞o6#tfK bIR+hRb#; ˤ~3j_!u⻍-t?H!dLb9)?f~Ӻ2|=Y^heGO$>ܣ5 (Ө JxI2D1I(}28%T3^d__^{YaW44aI(iguP=wHZyj2/#7Z&Ekex<ȋ3ĒH?O_G^"΍`%V,bc&RyT9rI8?j7_|^-խ֡h n5WrER0 n$p02H߳_i{ơ M<.>6XxO6SXܢ#b[nrsq@Ks{Cϊ?m/xί'Xqw! ]ǃ~>~ܞ07Mc5[O41vJ ٪P|O?WeӍ-(*f f&9=hL Tq֧6PQS Onx(sG*IDnaR\!n<|k.&x jchze77qoo*^FgBGʣѵ o zOҪ5ͥIJ:VI6Y?_ ?j< Ʊ:I񾣦n9&t ݷh?enWq_\YoӢp DF=F("np[8Uϥ6 y\ |g>7/5xKRiz -BL{裒WH3ބU_}𧃾k> FO5+jQ8YZ4ľ m`#;)t%ًDm y:{m nѪh1OJo ><~ w}Z $w5H z~鿶?={Կf/ZUtra"m5%YRpF zUI 3J m#nFfdYvM-6q̏uO M/'jzLcJ= J0KZ!mm"5$|.Jzb=Kt!P& YOZd6O+\ZT`7&N >xĿ+xF1cwx(PJ%}ȕJj?]6JmK!Ėy5t]Exw/M BĨ%p2I篾P“,xrqG ~Og08Ҭu Oڮ+ XcUu7m+W<-i&ۏ[P8NjOP;Yʆ,ޖ H׃k_PON?tNR#ȢP34 g?=\ |ݸw4S_Oy pR$r ~ie..GIN53rf%F ;fA{61 0-#{<1@dx"X"o-T,噗H*#Ζq4yrNq緭N'N2Ƌ 3lNX'sX3P+<ǖ.Å'PսLvj+WWYM5tUF+2aIĒV9?¾l/zς:mղN̈eJ (Bzg}(ҿa?cZ^ I v f޶GPJ)?gsVּF>*&ԬwIb̃;A ^2B쯣-^8_tcaIϟʶt+G&UOZrdǯh_#/C}ǯyq' 'iWƕx&Poik⸥hlx,^*|j1izO8@#~ƥc޾~|}~ x>2_e4rĀhzͤ d{$ٵG2`+H;O:o+#}S]oZ]wۣh^"CZݥŲy`D2ʠ`8 ?h?|ռEm↹%1iqwt@wiCo Dſ?#|h^">/xJ<=T :]̳~G Enȯj)*|@qY'ѭЭOo22ss #"ό߶/߅WSHmRJPGCb~"~Κ?b #}R ^i &jR V"LoW$k'5 xM Mt߈jLi036G]Dp? ट_O%7~Aí_SԌ:=Vl~V\VeN0 Wm/.>.~:_|k:ݴm ˻r# U  x?w+Ox7Y#/XU|&c/<ח7z?z&L|N~J??Oo_Qe=Gur-uU0+bVG36 '?Z~U>0~п;|=!*6vFUȤk?>+xW¾#?_: YbOoo&(mGAe"7x+tGC}ctm^+x>˾Oծ/@]+;7?غO wXAkѧ&FŒ >nAOSoq$R>xNXg +InHk #j_>|=1Z.c/|U N5SZӧtUIpE S?^x?kx"_&y$6/1܇ 8v?oWýon3vX=SwS_=/Wþ?6K H|-&KHmr#1`N`/[x\h)8mC/J_/kJV}ź1T"V8b<G?T_7~:<;Ꮞu^X̉qmi q%`6 @?P}徶5[xlJ6:/$1FG=FAvs*ky}}^ͪömjKKm̦Dr66U9+bMW,d n61 ⷿiG&m riyquǛ*ix>ռJ-϶9Wψ?# j ^\Eq}k(e_0S=3>ddo_Yr/2+h&I-H@ +?n,IOÞ#?Fcu!WyS*JyÒ< >9~z9m" bi4˕p*S| }d>"φ3\v\[hm^GZH%o.!ky`WᶣG|aċ v]h|Qi2c* <nUN[;X{iF4>;Tzn9kȗ3\_mYQo<Ҡ1F Qc>=ԼQB?5ǝCng?gp4^}|Ugߍ> Z>' :I.ghwv&Yr qUUxXH#|/+Qx\)q6Z o;yY拤j6q[_{4ƻ/Yvu xinml)^u*액%5ËYDw\"I~UfPMd]~ #-R^O5uDҭt-VzыFh܂ 0@>Ӯ7((d$wsׯEzZb&hÀl0?5B7"H<]4sgɷǜ<"P?~D~VW@`G⛱ :T{tߴ?B.u+m{Y#!Qh}6[~)y5 S㇈KŶb 8l;g(A)"$d26gKf LA=ʀ:CmV ůH@kgoj_|{5ŪZ$bwKLx-G\@69[Z?&vCօu<7^Kw Ѥ/R!~Lt#=C0滖) :gUAǧ?i?bF CR{ ԛgO$$9_V X.9++g 4oT P^u) pؗoʿE?_egw6|Td @B~K8k_q_>&[QX"mu(R(<~+ ×?žugGEoHu0ifQ.v!O{q{J(6^IbO-pk>|Jb~~;7MuKA{sɊc(܁sف'-y|R/~w? ^|;O.ku^=wRX Xc#mH5>,~4|v~g{ PI'q[p#6AH]kE?ڮ}7]JVаeK2"k߂[o#>KG-|F/%4T NLl&.# I?e%A]?;x< &fK+X1"4^k(jx~ׄl-$E#4O.1 vqoio{C| oۨvkw7O?6Ң2 >jyP%|Ɵt_x{Úto[CRMͷ #Ur(ٿe/٫UT<,\]O[6yYdI''׋lQ?g5I| .,6TXF/c_>7^|_rMݼXyGtI#I1 7 ak ~;xi>z5-sS ŤA5GD]y>&w?u_lZUFs]: k;p b"ΏM*ٿk>#tI9 ԉ'fQ27`c8ZZ>N{+hcxP4CwúI b;>Ȋ|$ N Ak?.ᅵ}3񽯇232ܓhp~*Z~x[4G",'@qJ!ۅoFxv7ַM;;˪K&_L4<dᾳ:%dYnVQ$r(9i{E=|}uE:$kKSXp@൧<Ϫ˩_~ַ:S @H°]^O-aVIך+[LRBCqn|w!Zgß_B< gE֤_5D C`־yVWZ_ZvH.*[P%pA9"Ӻwm^N~\|/,;̣apJy}cj5i~ok0[)*džߌ:ߋsqllj{h@T# "E-'19A[-?#ϢxmJKˮi@k{66~+~ٻn XcԊf[mֽ^C:\VwWa쭭A$ 1N3#y#{gž M ?^*BLzrcT@B h_k#Z aNm%Y-QYD)FQ@I=ԤK GPCdvb]o(cLvvB;3`?*|{W*.o#Q{~K{?iCmTH9n(hfO+4^&I Sf>~ M%[pv%rq\Y[<Ӽi\d(m`*A'wڰm9{ ariQo-Ʊqw;bTx8>NcTL`jJ#OMGyot9ڊ w#xGZoi%ͶԊ|(sZIܴ߶.\P-zI=*Ҽ976x4B`xW>(/7Kn ىB,55i7d,'lcϵ~R_Džt1Aio1o)tݸFF2k>> ip,:v%QI$KKI95-Iق4d"N::uL( Gُ>(xNAe )¸#[4?WIuVoR%v#+i-a͒ܓ< m-T_CGOTu?붾1<ͫ>g*g8]%:mg74ߊ0닥^‘",h3\ ܮXA}%mwK)W"7lު>ZMyOi qǯZŸJOF5)b֮|; YW$7kC|F7@ _W;HmxKW_xzBXV4EjD`)Rj-ƙ[MǁӵR&3$V+d/20_?x$K?OۛOG 0Y^ygF,Yֹ߈H/SO%*:X4;uZQo4ۥ]>7r7̺[_ck̻O#ؑEUI Gi$뼁 >w=|G'#RMItf{hc%3"|̱n/9oC4x'y5+6^k6[Ʊٍp@g8z)]ʒau+N߆E[.6Y#LtKQi>¯zIK&b _JEk_'?mol|]Y`l[fgHd6=q ˯HsZ{R8ڊ5xc!n=P,A*ds t*xOQo~}VKhu#Kწh8bTP:!t7I&vmx^2rp?7k_A ֜͸M|Er_:׎*~27Yi4{8w+1He;BjKsYi D:v኉^wP[oʃ^=g+xuMHug&ik~ MN3yhG_h!|K'KPy k⏃w|u} M4\'>F׌ 2φdY|f1G55M#S'2?Y`u+4;~Z99)in~ڑ,hYT1Vd]c` cJWvW=v˂sd 9A4xc7ǭk:ϊ-5*m]nbm1nFu~ r^ #猼G ?7BӴHLS Xyci'OmF}ZBkk.>y»J$gkr<9/O k͕ŸW$Fv .*Xr~ҟࢿ P^j>*XY]_lrT$pg?tQ71Z$~Ξ- >Qb3ce' hn #5w,!I'@ϧ]*LҾW?wjVg|w T1bؗw+E,?_/$@>edy82RRF r6:r@-s+8s?W^"Ħ5Ixp:rgHdAx'5V #DC9)3هQYdl.ݤXv3ĠIA$GϽsDeA""iHAJ%qj"dU?jQ⸞v?t#PI9?1ְu+OK%uM#A %Cd9e~Uf!O.cK`oA`u|#迴N+GXG|EXsU:(Fq$ڇ&;~,\j$R[Zѣ8.#K6%w?混 эZ0%__GωS?/7Q_#G7Gg )^]1@͗CuI|Ci e 9U=A(! ojW:<֤۫I<0Rpp P@V% ;ȯ~?mu?%xJm7m"ِGH31Jg%Ǎ~?|3>+Kþeφixvoݮ a=:P,mbbk]I ~tq|(˝!q jl{ E!u{r_FZ7SĞ-K~" ޗkzuxd)ye He:S+s ?g~!'İj_i ŻpHBК}+Cm?P2gj[ iݙTf.N08 M? ~~~;aG_MK(f?iDlM#6H#4'ݿ~k|'텤x9ko#q[OĪ}D8 .E|O@jS/)C\Ԋ<O#8|9C#'#6~<1(DY\p@i@a‘Ym#InqO֭A h7R@.H9U\g'/lw H,NޠPkI>p. vݞޝ=8}nwH?Zch/_usZkz7SF^KX^qhr Ia]'^1{kx{८sgCu6|LRXΟld6!0BV?h^|9/\^~ |_uijު_Z2K(2 $1#W|':ÍVҼ)i%ɣ $[!#r񿀟S_z s~%Ҽ4~&0%&UmӉ(,+·o*w)xÞUE6x1C_&ۉh_$j+4OM/öm+xB]KO4/?Hnb7<#I:@Ooڣ$?h|yw[],n[敓eDI~_1[ޙx~׭5[kI/Mާ-^Mџ~ k <_2izƇ_kmg-!n.Q|Îk?_>0|\?_M񅗋i;;MZj:dtv8"2D #p Jˬ[>'f:%).kam>rh_]ˎehZwWFFG[ ~4(W^!"9%bQwlaya%&1.XrGM?%Cό 5; ~~ oĞ.w{U|_>i77w6E2$UvI,()G# iiOxw>%ӾOoJkm.ⲳo"c $Y!$skW, |9Ɨi"]#[/z֩i_]Co^ջOJ1ec&Y0F pH+G2+.S.*Go6glO$d|nԇ29]Ӂ;Vr٥+̭ ד(u sy$l'=O3GY9 bUdv56C$3Zq_R>>$/4=xoVqoA+1+" <0$7> KkWQw'd,@%Ux_62xWǶ0̀8HN>vG|NƝi3q|X7c} /fUst_ë;^x`n:jcE~~ȺS<kq~vm4xR\/M 4ē8v8_7 F>V74I E(2$ ~.Sþ&%g3$*< ޫ5i^2߇_xmC![m7RLiCFv>;W O? 6'ď ڛ'%=/}=kDxdV¯ y9>>~-pxɎ>5M𷊬% EO9%ҤqE [E6? [!M2M.)wXXP][ +Asw |ggު*@ʷ9 I Bw?oYͯUi i6i?*ZV] ?1U|,ƹ~:-q+P'KАM(<_lۏo+[8n!\#@tV#y!NAm^D/WU|A1El.- wܪCPs@x3z=αd=\/So(/»x FW_6ƀ.K%ؘ2'Oʪo qҬ,Ku#[9\M|71WYj>6eΪ-ZóGb`[rN15# >k}BIh{ \|OLyx{ -3D.ݵc&Sxb[>&?721ى3ej8E? ˸tm]H.$M #ߘm u ?vyK?76%QKy.i&Ml$RN.U5k_O٧+tO7KO%XyMcԯ!1B=* oAuDtoVk-D&uUofQa9|}.淤No[AH I2\ĒGl `P_d?x2)-{9GH)5SßŔ:íC~>CWQ^i[u;-H +PL|!i[y i%͡Xvk4y>gJP/x[Ė)7> |}q]uAUԡ]ƪPm}‹mnj1|@ s-EgKeT@Ҹ/3o왬?DLj< o"C6䪢#Ŀ?h~4s~։75m=5N[-^{$.-+W6 ]f_F5-?-gM//|M{=ż:bBFcQFMI߰ /P7jirhG;픕#(+%Tw>x'z\VYIɦ;ɷ2F".v>A'_gMH,g־kzrv#I `pGn6͟߂kvUV=gO8˦ .Vp~6FIzg'ӯ z`1 ]Ǝa(R*ek53qcc>4mtȖK==M4][erO|#l:&xlomSRHc5PmgPڷ):[7veXmC>jkm&j/20K]cؠs#>G{OwφtIҵcM.#3Z\ԙId )g4 x|ޗ_|8=6rOceqq^)b!& Z~׋~"k:_/g[LSC0ǚM0YTpv_O٧V5ˈ5Kmd<ڎm̒<".y$l_h]pMQkB~8=5WuV"7^cx7B~O]qJ'oI.-"TdpE{_? |K=-Sǟк1-ωxghC"A`{5֖c0s{c?g4P}Y@F?ʷ&[9Q2X$naQI&}#q$1- C? (ާG\ڻs_Z?EwZ.mn<)h!) ’r3_z9ԅȉ2Ic{ӧZY_~6}oQ$>?cυmx?UY5[q{_128Pbg9 Âk%EH:aYzyv˟lyBTt{n,Ǵ?2SkxSf>S.i|q>?W|[qwkɮ4I@6\uWW'~ǎ~.ao*_GQ.QI &TTnN3ȯ,.ϕoi,FXd;]\|-kx*xSRf}ӥynZ\X\1]~|V,udsiI+#ΠdҮ8.w# rqR ]*ŚhwqȖmm!O1K0 _?Mg>:B_\6קŽܘGyWq@F[|1J:^xXCuK (WR{.!47em$2x1V/?ks9^ c5t]^M{-ʬXf.]U`C A~! ú.hi7L^4+mgoc>xLb?-rSpƻX|2|U?$ZZ[uK hˌ$**WRwO&|#}2Zw/./уpsF#,aX P|9@|--C_, X^]C4*=k2 kYWOʧg_1T(`{k~i57k(.`1j 3E~ޒI<̧0>2~ߵO^ Gdrͤ%1Fdɲ1,mv%>]R%,|7iykzW%Kt^ a̛$ ǟ>_f Ş, +Mi"G|۳F)@3Apfzgjկ|;yM.ž?'&DZBmw+ik~3xgB^ƚxRMZ] !m<@ns߱^&}K2qy|?eUmn6)eg¼lmaU~ԟ=xsgĞ8{ Xs uo8LdLP_TxYR vy.lƑLnB"cb@ː~՟?jKa%LJOgt=~u`ɱ|o| ,|Hz754{RXյ :I [K㷲rQ#^]L; 70h;*\ beXOr襘(K)ӷ_d9=S^s ZmR#,pKĠoݧEе~+Y7P9-4rt%8T-9d˟cm;[ia:Dע1 $~@7)9j+s6#Ygקa9Dy崕gcWB鶋"xMaҙYbeT|pO0hw͆4t9\cxO㟍^xsxF᫫V5Y')]jm浛,g n9BfjHIk:Fmg̟Ok-VUUHBrv+ssn|E $_#*)H \ȑK'܎CO|_<g|Ek&u ڌ&H LLq~lfR*30,e '+~1spqp(ko!: m s@wKi4ZA AӞGGo:j>r2~e##lnY2U#lu~_Sllim+V6Ɓh-ة &٦ ;n s ,.1n#9^r=~hB5OMZUB}[ 95u($gmY1&n RP}}WS*WAƾe_ _js am?9gi]n;RނH>d*Tyf[.H$wj_3#$`~X\k¿[ 7T6Qeci-nP~B3Iu(Z|vJ0׎j{|~J(U-7S'gfvo3lDG֜Ž[ZJȪ7%I'=Nęu]5uj~܏q_#@l8RyVSK9~&í?|5s$9I P6#ÒeU;kmpN&p]d!Ѕnxj7Lo[y 1I<L:垟v"lc=4ikr!Pn7 g;-vN r|4]Cv&EYʟ̀|'885쫪|ybӵU>ig[)m>uغS0ܳ *O= ǣG2@Dq퀁NCp9>kۻ}أc|%EIGJ7{i%,]2$zPA%Úy+MgZfajOofKzϱ(tue 6Fkk߫?Ɵj^A.5)nuR]ŞpTYTI4HWq3EҭH6I&Í9d-ۍ Ir?y}3}hc?,ԯu?xwQ5ka4o- 𑬿8G̛oJO_5!m&.1 i\Y˖s^qAvc2rDgp@ێH>ku-Ʌ$Fx;Lx '>sj#K'" me~?|;յ-ohW] TѬKpU*7:)';-#&dWF3ǽCdw Lj""WS@4'G{K FNKq1FX8jߵ.o ,"n'v3qT3,3K2G h@ =*KI.E"?fa8=: |3hn U-$ފ{oItBφYIzQ@DǣWkg=5#i{VY`b\y ((|0 '7sc&7⴬|;Vis ɳ#Q@1NϟO, {8r}WͷKBu+ (~WÒAj6y`uO4kQ_fi_ >hr_ 9n'(}/G/Y]?R\+0?J>GxS@|Թ)8'vO?Q@4[t=_$kI1+[ ?ӼOo=4yBoqӊ(n| `6[8e`.l듃d2~O4,[̹p[;MPYxwFgK 9U;ۀ:w-4-(M#{cz(F`|Z}NOp;ed`sh!дcrgl2+dzEiwDJ d (kQc\Dޫ h^\d1k9ϥP4khJAg,9^:~=M`%2֝P<% uQb9ެ3M\ӛOD(" R-4(/F|?+i󔑗' J( _+- C+0$mDр#39;J( š η2YZ2L`5r>M*$H ؖ&wk4 ii(7^Nsӊ( V;vU2m*8l#85QdpҨ?~@w:o.Ϙ@ ^VƄߙ>(XkEpJEPPK?M|c|c1OEBPS/httpatomoreillycomsourcemspimages470331.pngPNG  IHDR&p, pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}KE}q[ iVv(`Q0 h֮YS^R< @'Mɓ܂|x`Q0 FApHHbR]ϛ P"s׊P28Z{`~@FjµW"e%@Ad5*y1DQY(Q" hŁ%l #pKDv2nXz5Z0,0H@O!!\" HڹkaAfϛ;sQ~D,\/X$`Q0 F` ,l"/XU^\ڵkFԁʤedd׭Yhk u# [Oq暺Zb- ~Y0o>71Y Xwڍ)`C : y@6y~Һ`ƌSHgypq &421(`X,Q-ZX{AR8^`U> ?"(ueSrk_dM //) FnVQN C1n2!l1GPA0d)ICYD Iϟ>#nO@ d|Q@c&(`& ku"/j`W-H[`uW\vO]RpqXC6CY3ҁV$&%X~'F-iLFzUBjG`=yx@8rMYy +r`"G:Q#G4 1X;@sF;`Q . Ka`,*0`R }ͼȪ.`Y%b[ڐ,P˱VzkQ'p5p")jٽk7@LXcv܁! ip`F1ZNR8d"S1@1 XdPh_XEh20d` LpNDs< 8Ξ: F(hRI DqG'Pp)X@]=|ohSHe̋GqRXh|ϖmMgaX= =)0 ws|OG@TCeT?:NL 8hBx<ZU-m"n0 DU=ZX5Ο7XP.ᮐZ=5}kS3֩t`@WXC$¸J>""%i`7yD! ݐ0נam}ֹh!H Rp_b)`;d@ZX;3`Q #-jU.3|PXN0X{ff,?/oHGoASuH/4^-ۀD gOB VVVÁ'q~j |`%^@K;@.73pZ5g`b_F(P$C W H4I@)7W0!3@g8V?GF`Q0 FػaS?%Lq!DD2Zv U,ꚾ˽ )xzZ)q9gzUJXޚyLPKSsBRY33Ȟ]!$kw---+-E9ؼm'0f=n_1h/|'=m[l?/oѸr@jqG *4a"IXSd$c5q<$q'̌Q@]3 d̆0co30G[?;# >~ZHH Zdt)@ZA!@3JȜ5r>Ow;ߟ8`Q@  |8#G(4Vagz`5xXDDmVX' `AvIKb0 C:HO {tA@0 F(g-92?GF(3v|]\\̪^Zg+G[낀q#O53^s֡ކp|m.6_]Nȕ Q< F@!G׌Q@_(z`Vuus_<  r% DX Q܁^}?G;Zxݐ; 2ށ۶n/p#|Q0 F p> F(5vU!\m5ueZ]Z'!w L`aS5k9XOK2  X?^uc`Q@< ,8lQ0 -,ܺ5k$rﱆT0FUk\=h5͗C/YYm[!wƣ-tcuZ~=19ĐSG(. Z̀n`K]6 F.>4i/n|?kkNҏ΅Q@ @8t`}< F(` r@(kGG(`d(`Q0  'OLLJ]> F(` r_ }q\B;RF(`Q0H@Ak#G(`!T> F(` E@f#ӧNQ0 F(C `Q0 F4zd(`Q0D@1р`Q0  `Q0 ( @O"@KS3fżtHLw*U=504a"x^A>*~I3riݚ5XClt ( ꌨ%@',3'MZf h`4e)URRq̐'mP1,J :tˍBl4mP1B-t.n@ k׀]D^>>:q@9J\R1X-%1, i0URNC-FUC ey)kVnil3RӀ\dΝǏ!l{k?׮^`͝ 4Tq .KIu .K`DǏc P=Vq&8P8TiZj)9 uHhڠc 䉔4dx:BFF_`׮#/ҨA"K|ݚ@ m?1.K\c.TiZ6C:rcMr _\ZF؈:Ⱦq9Dg -MȠ?}Ұ+͙O  VqO>A| A,cXJcpY: ` j9 Pn1Z j9$@B;?! h1!**zKձC'M{׮7$&%Ag`سk7 70[UȽpׯ 4-=3O~q^ @sc)URRR:;f4TiZNPz1Z j9fFx :"COU1GO`54a `"4ZQ0 F(CћIG(` vJ aLg$y t|Ƃ0ЂrZ0a Y+I;ےFI7d<~-8Kp, Tg_׃bqnȳ$VyVn岳X^v+ qkA_iޏFmW8_Z->gn?f#dtb$ޖ"]Q7];C $7Q]\}uV89}cݦ zUn|o}ݏyԕey~|ה/kO쇮Jfcw3,o2K0AƗq]F|}Sd @"4sJ;]{!βtwѹ.w^3]]#bf(r~[יꋀjyq; M~2#a/㔣oTAeiIMR@;AT=h*xYQTLRe\ ʍs&B$!͠el)UQ/SʾEJw` J5R^A0(`Xo>_vv7 AH m xGPH <4k$@Od;)>=b̸{ ;)L칯^ Z|Ci8.CӮ| qѻu)]x]W&ͳ ogiw'gU1gfK'Mʸ~D1%pLc4><IF/}zX#@+e-[Vyn,[rOl,X'|5D%UOASW^N;~`Rawm91,`o 1,zZI YEQ碤j)P+ "3YTPgHh5m\W5s|TeH7`Q7Y1!^i1v>%g X9w b ؀dF݀lQO.@7 xn#hUP05oӗmocPex{$mbѺ8q_`"=13w 8A/gv XhxxUԥȝnzivƃ@(f^vvg:xL 轡tlf3bzjGp0i&p`cjة8?BpZow7j]tL`T);4mOp@_/{…( ipRZʊrAMRƂO+ˆ?; [sFDLgQ,ppW5Q:Vz&91H׌#h{S5I$R5I!K*Xwjt^"tSvOg ;x}'pn6Uc_*YE9T%uPMޟj4ڇOѴ1 UL/p\TϰſNQ0 F(`N3i6 F(` U@(`Q0T@Qz;3X]bhrpKrQ0 F0D]0~i5qM4HC8IHu VKIu .Kch1$E r%6Ѵ1 p8.>f7=;hh[qgʁ&Lo qE'1Ie)jr c9 )A˄:r36n 7Kr'& א/$(4hV۱:81u&َe)I!AZDv с.!6嘑6Ѵ17Q0 F(`G(` h`Q0 *Z|Q0 F( FkQ0 F(`G(` PvڵحZZZu5k APH0|.֦fݣ5uېOXC>X 8vIe)!AEpu Iс!6☑6Ѵ11r @ѰXG`'Q0 pDmA!!E4gN Zl aVȗQ@glCNwBK!3 F( Jkq0N!G8`,GaQQ0 F(`G(` h`Q0 *Z|Q0 F( FkQ0 F(`G(` h`Q0 *Z|Q0 F( Xhd.ٰp@! E0iḌP` {@T:R}N8O*DG\v\KJ3ҁ$ٖX-cH \!)$:c6pq MJ4-FƐHbPWc{kiܹ@FTxd4tqTYqɚի?%4hkΌ4< 4v*C G#RCF`h~J; (4ABl4m A$ADy܂|YcnxPH0 WpYUtgK 喒,cH \M1J8 u ZbicH @Q/lh݁j@cm4,%Fؒ KɶlP2ȖM1 <}q; ud bicȥ bDZh=Qe%d`d8Ł 4-`-N:Ah0m&6hQ6:;|zb\q50-/؄|['R C^`ZJF4 Ht KP6w MHK4*FJDZ2'zZ<9āFK %Irǐ2X-%#$:c6w MJ+FPI$Dmwrus#~~~ݚm%Rɓ'>}Oāa[@K)w !Ri@cX:*i.A; u bicH @Q П#gtwfZ: ?j 8p QU]WR\@'M`|8x2,%5XJcH \M1TIx$C:rM Ѵ1$I ]r`",h&i̠&L -`Eӈ* w Q0 FH Vka 𒖑ۤ)7`EӈQ0 F@Ѫ/> F(`ZhfQ0 F(`G(` h`Q0 *Z|Q0 F( FkQ0 F(`G(` h`Q0 *Z|Q0 F( Xly C׮} MPSKkH6i`j;`! ޵8wd0O~nij~Gh9XcF05@eQ0D@QgD> 2ҍ'O,}ꁦ!n׮Y4hyZJcH8^VKiBhTi*uڠJVT u䤍*FƠJb\316?~_~~q cΝ@6VsL r{KcI@2R>@<R-*d`.i)MCjM*mP1K@3 F1 6_6 PC1dAed@ fhⱔ$Pb)\O-NR; 5$:Uڠ1Kxjq;!3 Ѵ18@Q;TY/+.!X=lYH;Җ!RbCxjq1d4 1Cc2#*mЭM6mSj&C]=LW|<@c> )\,E'XcF!/HA6Z 8=CݐQihiZ ڹO+`'2'ֆi)1!Rdqb⤶@v %!@j4 Ht AP=mch2#'mЭM6mS5O}KHJܳk7-XP1\/[{."-%1$YG+e)MCjM*mP1NTɪ*1 hTi@T'Mw!-# Y Wz63uOaꁾ{)p<R-%kVKiBhTi*uڠJVT u䤍*FƠJ$©/ZZiA!Ϟ<=qY3!^>H7׮!-M@ZɃl'd׭YWRRC⸺;X-cH 2i@cP CA:IUA6HĨ,ԙWP@IEl@\ܐO6@ކ 8@DT1D@ȧE((Se)!RLq`D9 4r y!@R4 Ht A-(mxnc2#'mй:6;,7@Q'Vyi@d>yD 2 @%X-cpYJcq .KM4RCf;ZAj )A:rƠ*F@9$@BVHLϟ>wu;DDE N 89d.~Ig@ׯ_{6| Nj)U$9 +`k@RjEMԐJt6suscFƐ($ 沁j;̀hV#0CV B|\b,%1w1XJhit2C1dGi裛cFƐ(Fƀ;fDͳp\NݓTq .KIu .0 e)UAj P%:HM&APGNThXS8NX?=sH``-hPYP~0W8h9`4F( E-NG2FQ0 %ћIG(` h`Q0 *Z|Q0 F( FkQ0 F(`G(` h`Q0 *Z|Q0 F( FkQ0 F(`b̎[f -LA!!!C4_Ԍ&U]W;tа/Q0@ Z~+200M lQ :&>Yr rl҄ w%Nr 5upqd).0 V H )ch V0rICMv pW^:o\&gaSFd,c uz8ΎV!0C 1xr 5#-m Bl:f  *nV8?(NCZJ-OQ1MC"m cpA2#'m& %=}铧ׯ]۳k($PZZukJȬ_ݻps0Ł& w􆙅yfZ'O`M@!՟:q(~V͸I*   h Aq,);*!3 iTit}AkFNhڠcHDyq #| 4xTx|J.T 3cGTq P%Aqc2DziTnt"s暑6a!63,DS_ 'I1,c%> h!0CRFǨcFC< *ׯ]?ol$|5k 3AxkS3d>(8IR1@P\8̀ RC`P9AcpAkFNhڠcHD22No: "dO<8,g̈́K$K,/-P IP%d$m14R \3rƐ(FMC ̋c0y>y1Vs᱔*'^KO!1 E ;ch:`.\32Ơ-c_ r^ T^A~^A=0'a hS>zXzjF(!@EAX}РG(`QћIG(` h`Q0 *Z|Q0 F( FkQ0 F(`G(` h`Q0 *Z|Q0 F( FkQ0 F(`b^fSBBdddh4`=l5z(ؐ/Q0,@ Z|ݚX[I& 0 Z|yjF( 6>i_/o B>}*/)uLKԮ~P(E6] ocpYK$KqRC. HB蠊cpqICM@QNƦ,xzYr 06bw 4ro D<*<&]1Tq IS`xc LK_E?P0:(w \6 fDX ce N3B-8Lq >Ǭ!>'RC+/r xIS-Ngǐ2X-S.m 'ԁ8O.\3r-1/mTFwv͚I& *ٵ|y@'dZZZ@kQsa6@8-UR\ZK+(ǐ2,h6p9f@D'1#'m Bl4mд  8221p'LStD$[5Ԍ_h,-7(R@0Cꂏf\zh&>8xISψ:CF`ψ:B蠊c5#'m Bl3I#D52OM)ZcHZťq(cpY[lK5 zjCb`iIq 7 f!] Vp P~)|@ ݻv#{"tk ^U8xI8n cH,4M3 uࢃ &6t!66hZaDS_\&M?q!I1@'^vas!yin@W**|8nf1,%Nx51d .Kq \: A-☑6h!66PaDekVlzC^J)~s1 S1h'R4q;CRi6F$׌1 ṵLD΋# HChOw0xA&Lv/Q0̀"D!YQ0 F(8ћIG(` h`Q0 *Z|Q0 F( FkQ0 F(`G(` h`Q0 *Z|Q0 F( FkQ0 F(`G(` e8yFEAS΃CGѣ=Gs(Z PKdB r5kwABR.6`KLJXOfΞnLCp"-S=\\\`@CRtMN'::hR$U3r3 ѴAj QY^a ' 0zh.`P%3VkaIA!!u4K  \6 F4jי!e]Ph.`P ͤ`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@OFGDb #Z]&XSW;T~4rkZjGgb0mټeddOd?$KIu  5d,9}'| 9Ύ!5:pYJh1tH4:;ݻ&LD;;$:1c_ 3 *} ɷ@ wYfZON8܏$[āz&4tjT RCcTq сRDCӄJ1 )7cD!66H*ޱbPW7qqL6F^l.^L6.Ka"2,%1Bj);e)*uBit1@)̸K-пҎh" n1u|xyI:!C蠖cx26$ ;ǐ}CuO2:Dyqi Ο_tYu]Y@}w--/~9yD{{{;{{<2223ϸׯ'Me)Vq+@tj)$ VK׭Yc 8$!5:pYJhchPiw 05$ZITq ˍ!_Q1/m4/@TX|W'O@60{C.8=Xz⟑qYKϺ<-%1xBe)rǐ,J4Q14M4q c_n ] Bl4mZcDyԴ];wB@ a}nil7w.qUO/^ (G "4 h&~Kp%RR5H cH\R+Z'TFg^*rcH;fbicH Qƅ efai[ [zc8T,#$YJcp!RDCRtಔZD4::1U3 Ɛv̐(F;V@Tŵ&f4 Ȗe:wiji]X&P/@=VKcZJcp!RDCRtಔZD4::1U3 Ɛv̐(F;V@TQcYqAkWfͷAbΝ>^@q # 4(4 2 Rx0d) xFRԊ&8 AQc_n u Bl4mGHO@EAS΃CG'O@\b9gF( S#8z(4-37@sԁf> 6ͦys*4 (}C=AQ0$@(`Q0,4z3(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@(`Q0T@`Q0 FP4ZQ0 F(Ch-> F(` U@,#O2F8yQCQ0 [?}deY->,iDїW0ZQ@-@Q_f768hmj6LK~\ӧO@xyI)ĸāz&GhⲔ$,%1,%)dHu .@SP%:pYJj41 IWn Bl4m 78~#[<~~ZYq 78\}TxĚիysB -#5 ;],%1B!1x.c(\Ms Cic@43 -7cn!66H P46t" 9@@ q4\g0w 004o)S=ಔT` RC$iʣdDCŐŇh1T3t ѴAj-@TQ acQ!c@RC4Vq<>e)Ie)!CcpZ;e)D;P+d$m c_1t#=L$B-nfa`| ֭Yiyq:U>yE47--%1.KIu .KI RSs UFMC1 ~Ɛp̐.FI F=8$Ƶ^@\63-}Ϯhg,+)2,Pשbz> ?:"҂7UpYJc\\2:cIDkP%d$m ce13 ѴA *̋#4 2@J͝ R3J:k2g^n!/:pYJa4Q14 q y!Zn E Bl4m:/@k&^:'OO8trxfZ'*9@ukWಔT`,%1,%)dHu .@SP+:p ֎J H rc;fHbi$@Qߵsի?~,Rh?~"__][UeYvw;WVW4m,ZN5=ioe;g?ŵ Sc׉ bQi>ߓ~Wѧ;L~t潿ݡ}Z]`(_F|VakdOIU4׭ȯ͏uO^+LQ57~+ٯ%>/qRw UlN}Mdi̶nU!lGL#_LNw㋂<2,|\ʹP Z}?YM1?T.K.4prM9iʽ!?vk)h0]͐pS^FN.s4FĈh x}۩w 2HKhI,کE U9RRJDJ*>7n3TNW qi-0iKrS-THUj% c0CCyB1 yj<{9J(p& iXz$>"% n>gU`avzvv)ݳr )T=Kx8u_^U]qq^rNׅ 9yŤVK\z/ n>YᙺgyҤ[4qfhZHi~|~z?|Ijd~_%e(<+Tz={o&j"NdvG1=5zTU8v|O`X5y>?X@b&$v">}p|85* !8˷ػ].M`R^wR43*GH<*jWV j Ε0|_6> F(`X_65; F(` v= j$Q0 F(@AvlCp .߇yr?C$##ه> F(` !Vy-oZX8o> $udc:0cy@dC45F N܂|  K`Q0 F`׮],!q` $=r^; rT]]W <:`Q0 F(@KK3h`E9ku< $yx!'.:'tk@^Mn@ x)x\:F(`GC6^ِS% ;"̟7Rp U0C]u=G(`Q@ɓRȁqKW,GH ZxXCKOJz(`Q0 h gٵj/  Zm5 ͇/ևlJ Q0 F(>vDW7܂|׮8q3h`Q0 xx ^t`yD*IENDB`PK?o221OEBPS/httpatomoreillycomsourcemspimages470333.pngPNG  IHDR[C  pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}ls "^>>ai 8=ynn'O>yR7-!ǧn!l Pj@ rlMw;~YL˗.fE`"dݻvmݼڵk좢$ekք=}h&0{[fݚ,h'M|2`ACS%@tuE@0454a"-7?=3h5kkk=?޻{7)>Xf S [(+<~?W u6 u'7w.$E ܏?kVdFjVhb? .dA@7*<3Vc*#46Z@-- ~@ J4 K`LnΝ:r3s&0x `IK\dK .Vr `j,)h5K\Q@U{v 6ƀmZ:k> ;<KJϚُMHJm'&%QZ`z.c،F1O]. lc!D_Fh Xh+Dv64fkhiֽz:Xu, , L IITZ ;`|A!XUY{2TBVS;ZZZ@3%,0 Yx"uc@?:q)~`na, *^& R.7^F30R!'0VC:`&y\ LO~^@Tw0 )$.R5YíKW,+T+ƴ.#0*UL0XBѧ I&-$5l*yFSK2]-"ON8;ÂVHNAJfˀFDz kA$J^4R+ 3&x0&ZH v0 nsp`!>/~dWnijLMa1 9"7 <7[] ('Qt# ,1) T8TMp  6uq̐Bm3pb|m>ca&&@F!r2<Q;Y+2e8E8%,d@h a*5YMd0g&@Dr`j'/v ft  T9::Jh>Hik܏IhT]2eMxEh~Ƞm9ZWiM{uve5xxSݍ3d$ s$K xs7c_a| N 8'GYPFzP Ck[N|5xK*Յ{U`R.*' -dAixp2Cp*>,wl޳k7~vȮ|:h`"䁽s.R$iKtx> !~ ;< uxQ! q' Wki52R ͐n`s2K%0 I @  qDGDIbPj;`-ȧ6`L0X n3yIHSR!O8 B·_Z9f0[" \CX?8ʖƖ> (/ >\64 F@ѣDX8o>0mX=}jQ`OkQ@O@4/c)im;L`o_ \.Pqa,xH;7a c@4/eo9(t43#KI&((t@hh0X1 F z/( FKQKG4Z"E 9u4@F,aBsn̛Q0@FF2 "y5}CGp_<$~ja`M=xHEߚIfM2@5̪28:{H*na\@qZo T2`@-htdqta I`xm#t? S3j(" oQ?rh0 FydD|W@` ҃htaQ4F`{ Xh0 F0`(Z)@%(3-7~)4xg*wc0DAFFfrF4ud|^0:ZLJf|0Nڽkk0sus wh0@Q׀+o'%A!Xhc._r 9F hg-,ht,WX-ZFsm̫ 6֫ S"`ӰfU2Y(:L .`-GbQ4cEKUd01M}Y 12e< V"sr1O볽dz@h:@ami]ģ]woKxڗ6*dѡ @_0@T hgh7IJ^nLkz،)bm⍎)6@,Y>u<Ч:_0:8@1Q=i=i*H" %]0m .`DN܂x'OV[@utZ7\Z 1;hryԺa ( 5Wc^ < F 6_eǞξ{; ҡ @LO] < F f` |t4')v;#,]|4KQ0hy:hĔQ0 Fh0 F(@-F(@%(:%dj'N EkZG](n͚Qwu@I&m3Ii/< I ݂:`j* %0wڍ'h#"AO3Ӈ_VAJw@^Ԋ\R^Rzu`"ZGt˺km2qGk1'ῼ LZZ@T/|||y@6 (Z J`~;LIOT$h L`U`:;{̛ =z`4]8$Jg+0*7~U(PDk 3-1:x&bjePnDki;`Ρ!\OV[vXKdQL@m[[fTL TI[V5Բ5*Чocs_ij՗؉@ bK O>n h5L=[J]ؓ&L RΧ}@VB.P` =U@TrV%gLI)`@`4'ؘu kjU  =`8`8mv&ZoTFzOCfy4'`?  Й<1A`$̓I9lH)dLX4P;dDs%0vIv @* c^"` SEJ/Y Bi@plx|=RCb]Ey>j1E:7AXD-AB ]JH|0 OBnҦQM-M}qܱ4hMȂzPVn ?UV0%4'O |24}2ld A  &N"wzyA*0aHOnWyI)rVcvuz)i@ `#LRHx3bhjmjr~`ypd!Fu^6hdZNT:Ȥ#dV"j;)U< ݓ'O{q/4nw킯YPQP:XѺD JKQ0 FJ = F(@-F(@%(hD` @`aQ4Z"Q0  FKQ0 Fh0 F(@-F(@%(hD` @`aQ4Z"Q0  FKQ0 Fh0 F(@-F(@%(hD` @AopQQP_C6̮` "|'O848$$ >/Q0  P|> ]6oJ∃֑Bs sd.PMKSY3G;^S::D`%( MHLK/ bK=v*8!C4 , 'N ,kjj" Q`j f,#"yZ ͐pz!K #/vڍ0 fr"D ^6z; ^9:Y_55 X#GqLZŰnZ`;хu OpXSJ'RBC@=! Te}^A-  W`%yH @1>ѩQ0 F &<?pWkmpQ0B@`mL0q5vm[Gۜ`@=(spHHu]hgae҄ S4{G/t` ddN`4@at( FG` @`aQ4Z"Q0  FKQ0 Fh0 F(@-F(@%(hD` @`aQ4Z"Q0  FKQ0 Fh0 F(@UAZ$ 2utD^Z;$e@,ڲҚZZ kȭDĴtrZn͚kB?>k&75 0f4a"x  m.\0o>: sE0g$xBR"b254>LKOHR  ucgN8IhWkSsgO706i4;;,ӧDؽkׂypult8ht4 q222h*,.q@pzy Y"ٵ s`vq0%A@{نO[zݚ9}@X=׀+'-ވK])ʀCڡr^!@Qs!|`@.b0]Z-v}<Lt\r  fy:|`L$` e_ @d֫õw5=K:`!^fW{*yI9x֝Y&%KR^rS`6gXvMq5= Ni*$ЏFz.nC|s%‚y\i70>0 `V&\ ANiK  =t| Z4K`ڽkw  A쓴kE'Mdw)~:#zh ֦ E@U>":J@ $C{{s.W7Wڙ1-44Gk sg"@ LfA(#ư2 C4>i49Y_*GY0}z]B5W(ǐIp| K_! !JutD$k@{4Lb4fR`|./za@+Mk`2XKm[_dCz Ɖ@ӭ: F( (( :,fУ`aQ4Z"Q0  FKQ0 Fh0 F(@-F(@%(hD` @`aQ@`A&9 u h|Fuk @ ֬^mtvTWu'ZaiݵWIX:i0:`Z &>} Y@]Ӻunt$_?%0Ӻ z䉃-x??í9p0tFzܥt@hwt8U ; @: ':*f^]vjc::4 A@A'}x@ >M<`j[G&@1"ӧ$C 9juE[8 k{ X 8 sPcNRvalum:Z7tn⡵hCkѧGE@T+Њ^Z7>1Kz;u4m|b4H1i3/41c֭uTDE 2"Vh7䣛uA>dAڍ/Ⲏv1Ed@E 2݀: `k|bi\:5vhe|G;apѨ7vyvO\05pE'[08s-ICh( p_PE=y$_@+cFjuO<] ),D'Bn=֙[C¢uZۢ0&$䁆S -,:Z* t[qIg ˊvԺk! FwCQ0  FKQ0 Fh0 F(@-F(@%(hD` @`aQ4Z"Q0  FKQ0 Fh0 F(@-F(@%(hD` @`aQ4Z"Q0  FKQ0 Fh0 F(@-F(@%(hD` @` 8 F( F`aQ4Z"Q0  FKQ0 FhS]hZ[ \f-0#+ka@61@5aA`yeuC J`YCK1P4:`=DbsS PD @Jii9jPDX7B>0W3 -۽k 2KJX"1"REKs :z`w/ l/[FU-AbyMXv`L'0iD]@[uD[A4 LpqCIPA HBZtH*6t2!1H0$@QFן@OB0 iMʋb[0o0'00d! ?]g̈́ d:A0 ~ƵTϛyy1eK^ 46ecNF"PWի#mZvIul @OSy֖A\`:0Rp[9 6@EܞV)r Ӥe%:` Bz d; o2/f'$%yiH`{1EJQ":xCF.1qJQ`W!'H--5@QT"bkn= N r's PA Y|ׁh~:rLq3aE|!µ +5;*⭻N/@yd jPM.iH3-"Z  r@+Hнw ?}ٓEEEig0ղm*FRdt4LQj >\bhh4'@kiiŇ x=kkoO8OA/P[=],Jvđd%euNjEu3F Ik`O؟ŠTG ڹML*T@!> uhm0 ˊK1mwCËL qjS (-v趭sKW,[8F@ iLɓ'tAK ڞloH=v:|0e`4WSR45I&G븃_N aZxFp&@?@ Ɂ}'`1'QQ2FI~p,33e.v!l`BefCC-j,TV,]$~S5k޼~ d=DB`=#JIENDB`PK?D)zz5OEBPS/httpatomoreillycomsourcemspimages470335.png.jpgJFIFC     C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?o>۟~"xGo wy|? J[ /-4R4Kwq懒M e?د_/=>n-V/Z}^ۢI!>q Q:7~xW'߀֖,Ԭ+X|"ҥdxTO9-.Bu( )^}SZ^53¾2x([xj)[ Y JG o>+Z6y? ^/AuE%*H  B `4< (>+xVnK#Z&q_HI`>S1Oj(}<sx3?<'qM6M+_k>3onghtb([PK?v[9..1OEBPS/httpatomoreillycomsourcemspimages470337.pngPNG  IHDR|GY pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVy ?yd"u4LF( (m <#ׯ]-Ξ'NDGDK4 FSkS3Xjyy4gyE ,n-y22zKW,Ң]zݚX'&LF1izzb,z ZS`~LKǥh‰'Z)8$DKK "`j$ ϚGͺ5k-z2@FPHh: F@`.!ݻvK (aM]-Mۡȥ lB q  jOp]k=!)it( ݳkwbR6T 6@|F),| آ$M۶ۃ~'{v > FĄ&v s=I `Y/:RgH`k4`\4V0M` 9@Lh-2` X@ }Lrc5WQP:T:ejC x* *Z" Y1dΊ<4pZ-MX0%92y$ :H_hd`GD' d<( ֭Y3iD ”D }Z4(5G(Ą& fȅ-#HܥwG;%+e2d֦f` , hhrR"@e@A]X6 >bW7=vsȜ//Zu5+w~^Ԁwpu k">'-edRR@w"@q.`y; F-@1!>F"E6 "̛T?}L| (ZH ԵyV` WPؖ ,E&d iLAXd^A> ڵhY)`SXBB O14 pp ҶҰ\cA0 "Y@XX6 FS:%ivYu̙F(.M`!RCJHCĉ` P6@Y`,@A=k,v }[, gʦ@זe6-wj XB* (\xCHۮ |BCl!f< ִCʩZ` ]]@09,k=V#=}Zɐ$&&$%R\»X]: F Ą\"wl` _ !YX8p0d?$_A!}Xۈ&hii"Is3=6v%)tlmb}P?}7 >)h  \ojt8> \FCCπ}v;rewbJQ0 s80S1g$gDA!xƲJ}OKbI",3]$=:8_/)u}HmQ1ڃ/X(v~AE〷X̀ |˛PXڐcTGEiͥ!{2/VI&AwozPxPp"u'.Uq~i6ߟSޟIK q+TR0 |_YasFp3Y3u>e6I ˡO|7qٮpvz'+(й賛 EP*cƋ[ <=E[1T=O&O.LF)4B,ͯHlltZ: Fh:l@s3rI zğ9׌)3m+` 2 bQ0 Fa{=MWWCՏQ0 Fѻ@\Rϻ` @e(uȒt h %@VQ0 F 4z722?ZQ0@C/@GG(4Zp#2 F(i F`Q@>2tQ0 4ZQ0 F FQ0 F( h: F(-CG(|@e(`h `@`Q@>2tQ0 4ZQ0 F FQ0 F( h: F(-CG(|@e(`h `@`Q@>2tQ0 4ZQ0 F FQ0 F( hJh8Q0 h %\v-:"ɓ'A1 F4Z_yyѠ h %I`kt]1 FBkŀhJ&\b9_fZ5kFd#r[@`cA@.0ϛG<<:HOh/@ .F6m $KJh41m1bA.6o , adnald~^"D8iI&KF`/M@e-M AtF֬=y$7*j&{<-5Á2b``|`p@][OI 3fp Dыe؇AǦ;-' 0/! ?NA/ WB7&b,Dhf3/kٕŴ{ <^6hTWhžR%Ow!Z1DT禽ƞG9h:Gn;AϼsK |o׼wR/u s*Jŋɸ x48}30(IGx}K٤ Q؛(VpZqW+=A@)Y$37of6W=lͧI)\N Qibű6" ;zs7/ᜌƇ^3pkj=I` )? m,jVa6aX#JKɥ R"}e{ nN}i "NFY)9rT[v&nH$`P(IP"b i:@PKR$7E"ݭg;Yce2<` r0|`@lp:8w 3 k gOіfV{{&m*nͱ|=1BQ

.~yoYfYiQŸ䄾T91CzRֱI0w=H A`C)~'"b̑`{x\[玟1xb<7y8F\tGʬЭ p,HC9 `盧Q ?HX{-]{y !ED5^ w$~ay&  CQԉK8nr#PJiBrssNPqMA-JG>h4?50!Gz*=U z8;]uNXk)#OL**GۮM;Ȫif ۉKim+ jG $I/Wa+<@l.~7n;j']k?j[Ig#nR . 0/UZ_BBe*)3NG˃m Y( m('QM$rK _ݨc2O5aJ] tNv`;蓟"PT$m|=#-n;z4aFQXZ L9a)2+[{j9-4[_Iīz1;Ɓ ȒIY-B6C ?"O: 㔹0uyME#J?]l1]Zs%e_PݖtXic`^8{Ȁ$[L#7Ҹ.R yk;~H \G}RSI.tjx"v.B!Ul40.&!GRs|`(ixap.iyOo*js oja|bQ ّ AQY ~J P*`AnVt1CS#x J/!dJNeъ0qqn6@m 0 -s.AP`O,9PD2 ƾ|?ߝ={MevZ{j)cv Hme'G(u,*}`>e͜?Dv6Un? ߮CXLR+[{cQ>iMpjwS-JȐ$ZO,fbU~iylQYtF'7e6MA-%FMl]Jtb=:M8{0o_NE*,-M--z0  ؀ڥxL1KtE* _UZ)|꿃 \_*LûX cgzuǤPi2n8N0C(C p7MG`5k+תGRZ6&kUgÃs=m1@Y!%k^EP`Qvt(z#U͹,T-ʈLȕWh^b}fPQVxDHZʛȇ@,9 * $K \93}9=a3$⇙ڿ/1C .\`@$6YES| ´ sm 6 sd\ <$7˅H b@4,@RQ0vGpM?4mBae`e "HJXP;z  ,S(S҂}p]8\kHVH:d Ӂ*!}&Z#هY]AX[ 3A(-0 g JNXyXg?'P \%s>]g@=y-DF."J?ͼ* woٺoCl&qLA~E@E3,x|֯֕C$5C5CZ=FEL?ycdJhR⁰?x95iΛ-64Uoa*21]kHȷb2 }|_14'۩FVm(H h`؀!(i @0(XBB#=?wj(<62?rYZI{+!qvcYì&ʜ'~2Aaz&Dc1hs`?Wu Db.="~fE}EQ`^G`Uq{/?4Z_k!<A^a CZS ,1%d r]y 2ȪbG(OAk[ w,FhN:2d3h: F@}7Z@CQ05k2tQ0 4ZQ0 F FQ0 F( h: F(/?IwTQ0 4Z {DF> FPz'N>^ @q`Y9|a̛4*Q0 -Cc|Wbˁy0߽kWpH0 Cn NHJ ,7unn@6BSG(2 `-'dkITT rs:H]f5k`'<>}+hQ0 h ll \CF6`ϮݚHRPB M`Kz6]yPn FP`qV^RjLRX& _`q~" I C=\#Y<` hJehϟ7f)P PeYIipHJdpGYXKO`^F? F(a v}캎"@gEXn.7T]]uII2wݚgp ,@FH(t4-|x@f؁ 傭E,3FHdhG~j:tv1%A!5Zjj}'MC"aZ Bfe(ݻv8rr35q,`h;@/X%7+(2t&W#"2YI:`hJ5,1&2ۃ%6j6?MZ,<@XB`~y*`Y-C\?I~:g EK'Oc4> ,珂Q0 @k,4I={iRX>bt4ڗ`@`Q@>2tQ0 4ZQ0 F FQ0 F( h: F(-CG(|@e(`h `@'\@FFztG( h:œ ]$Q0@R^\< F04Z9^ZFrr(xMLJeOe]8h` 6@e׮eutÛC}|``޼+kji PS)y`ht^ `5$] ,(z`q ,R!ݻvAndjQ0 F FP*uky22X,bNiji2T.F(hJ5pĉR#=֦fR(> 0 M!h؎Q0h@T"oyZ|`hԤ GKQ0 'a;l ^v>v]fY D@g0^SKk-M@C&M,L%` 6@:"RN5X( аmVq"m-,B!P`Y _fmMV-@|V4? F(v(ۘII6!q!|.7) ,w $[ZF( FP`I}E`]22]uh O>N>>^Q֬5!< F`4O g2 &L(2 kYPOvڕWP0zh(hJ@;\'NHC!K` @e`k$䙥Q0 F4:: F(-CG(|@e(`ht pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVy$:"HdC;i i h4 Ѡ Q ?O/چn֝8~hcYq0qb?5WF'HId@Q Oo' {.edd?铧@rϮtɆv6.A..iȣA1@$&[>Yu@l&``_n%mZAs u@6lK4JnhP @Lx\Ӵh[f zJCK3($nm$0qMɆv6(A..iȣA1$@1r.J XřY`OC)HhjiѧMO8 h)}"Ɇv6.A.(iȣA1$@1r1$ִϐOJO׀t#m[>th?F%H%E7y4(Dz@0PbG Q`Nħ%qJرݦHl>p83xܶ}WzDjX7 {))ŭ\|D&J 刼dc`ְ/1_UB5RR'JRHŪpZdf-Xj& %ȡXkS30yp̴̈́t}.]x| F`0x 9Y45KWX`,/)t .Лr &L\8o#h#d`8| P@;{тw>y$ ᐙ1d' ͟>k&1.`!&}D`&Ə4dM%;$H @VUvtc2dIhXnnaA$``j2yD\\ e"ą@S$le$Ѓ#*dPYnAy*!` na(: HAb wwwwke@# K`5T9$m99$E*+Y-8PNh;jU2<}ނ3W"Fv 2{qcQOg?-el' %dxbI>w>]9jdT9 RC i֎ q+ pOԠB;SCE|J@}!O4/msz|0  \@p@qpYO5k)GB>ҙ&qFݼ: K >"Y|/0qW#̮$ Gt?y$#(l6aHPvq|d:,ȴy|~߽DvB"@Fm2!ni>;\qVrV*FmQAY"zB^@UٯB@R; ` n0k#0qR=`@>H s! L@?e҄ $=m'>BE%0)nv ƵT\H}J 2A3mkS3@c'fdNL@[KJϚIh%5@60H*IJ@<.)܂ظ$M%Ic&E @ SA( IʟHyQ hc%8;{dk| ;"VvGM(7;op3_dаa">U8)U<Պ W*n-C"Q6hS-≰`f}& 7d|k:o#dwϥB\a)kjdC\e=z1DH"BD"UBys<&&y۾fX3(;cVT hQL#dHco<@b$I<xXjOw BD`?٦ qZz_7rȪ|.Cp SY, tIivd4a󳉣H=K1Gҵc"uqh?ލKf'\H W_ߌBzhHY42S׻"ܳ3 < 8``(!g4%y&F.y(U6YJ2~yh"$ɠ:CF !+D^q2k.\6󡸿nq[V+Y 3qV(Eexx [:ȄlI @0 )x({"PvЏ,u ]58G1N B$,z-Iu)$|E"gSr"jgx8 An1,?W'D^F[(žn׬|"lk,{E@K< %~<ցDNP +a:lZl30D |G$HSxfn2l!@e}O95PZ $ =`NK: yix } yޫO`@<9xMVb& ( ̴t`R0:`gwQ\, )(Y }vxBHlS;]uJ䆛''lij|Ii L LOa;[!Q1@d$@ZOM@;JJ2EJ;Oŀ lcXm?BNmb`X!&` R= veB '*/7RKhg#0 s !耡J KLĬ`!c@Cfݩh>$R=y#t!=*R$hiiي`b4+۶c:w_f-%vKO@6Q@>0P1T! [&EZv`%h8V3çS@Q`Q0l@1(`\ P*֦VR`ЂkprM`Эx k\z >y`C| \ˋM `P:q &Rf4F`$jii]mЌQ@mۢB$-̟V\vzaʆ87Q0 h  ke2.g(Dj?̀{@(ToaA'a198ya0t ,)Q0 A5 J`@yazà.]I@Z3` 9sN P* ȍHx ?CzrӐF(֓}N3 Adȁ\W2BH{7G(O@vš 5:31@yI)X$x0ϛG.?yh! M0qx ``i|@X.zQQ@6cFj1C`ŭ24kVMHBr``).p?`7X; 222A!CDR>vԉĤ$k `œ$P@B C̕H,+)ЛZԂ׮]q:dȡ"X`ݚCk r_+䎠=v9ap_8ҊOJĬeyO8AD,b$&xsP7)2̃wxV‘oҌ~:s} 7Ki !(?3ver !MEȍ[laaKIPI@I?[t+zhmjyp`#b#!Ր׬^,`omCGԨ%dR#@1@`Yq $!h^:9kVr҄{G) 7x1G(̃$6h8LL^ސAM۶N 2D,($҆. 憆7QQQ)<ٔ`cm1 σ'O̓C^^AO~H=ݣRF !)a`M`Q0 (4`Q0 p$F(`4ZIQ0 F( h`Qh%1 F('JbQ0 FN@(` s%{P \vmH_=O_1xAh&,H2 PbEq{`x>}򄗏 ꗮXNNl9=1)J`R*+Ǻ~؝SJRi&B̝c@(/)aRO gÏ'ah$}ڵ$``|͢ѣWC tO0ljBGÍyQGҨ$T5k#"R;[@C=@ k`nP l[agw70hDLeh$%A ӼaY3V (l gOh'Nܸv( lA.)Τ  gGYCb 2\04|j&utCL8u$P*l0B,<1nL2pHA l[C&HM~I9N^tF9C)L:f@*k|dޝ QPHA)F;B<91#KC%vf)I ^ı* 0~,׫v $Mx'*.u;4n(52V)fU#ѼCne -RsMt9fB|z21sSC)`;rK \ 6)# "$V?9O8n_.yҪVd`5]~֭  `MC1wŻ8@].P{ A?'T-O^'׌~bwJi\MRoVviZ^Ȏ\T0!6'^U_k:.hPHoq@ior8YHfJ'o-߰RiiVs I(HxR}{[)4ާ4R2g;~λje˞}MC۟K<) M-͍SZP47mfH, ]Khg Y2K`0 (A,41F?FIcM^u5Ok`+%D`*"6@Y32H|ì 8X *O@kDȐ0̛i '0@. įRťrށLD)d9VhYOvԠMDCfb1DG-ƪ `DXU2@[l7cR 2Z2d L@6F\ 4+ `,! sMaMa;E$a&c[j[N5)zsHCJ4>H8d)G8O@ x^Ȝ0d؇T>ke/Xt U h EC@0v_a}sF' P2Awhu.z!Vg B0Oz'q.0M?p%&?WVQuIO 9>_o H!_2hy4>/ GGtHRRq?3xZ۸68UaUOn9MӸ)ֶJ[N+:͛.1njָD_ӆ1hw_2yCg0Q"?;1Q?R@e,JtTr@A͌@ M*QMR*TvoQ`ۗIoñ?Y?\sW啔'!]Iď`׷7R#7lB0  Q^fDTIm% z+.Bh-hi#6' <@O|t(9U>5(Hǹvu tʼK]1  Pg]\ʾ b`Ic>{֑44T3aۉ10РFB*z7ւHHZ;<8\ 0O LM^FVKj@dn5YY^%bC>j3YG1.H0_ 3>Xۚ/>O,: F(+KF(`4ZIQ0 F( h`QР$}?o'6S`]CQ0 1$ +PqT9CXKH`ENjBNg͍` B@_I@6+ s0_5.9XAgOh>`M~ sʜQ0 F40H;.i4lG(CTGrgh8Q0 -`AnH?Ȳ&L0"C!ɴ65~ P1 >930 [EAm'Ou(v"r3P=h^s:W4$ @"zÅ 7@G;Q0@A+xMPDi :(+VN'|㮀9LO~ Xc범R:|ћ<5}$ 5[zX*RgaHX+N°l/QX#(3?BN1,ZMXoY'gLo5&bVڊtw'0CC]9DgPܦ:EKCBK OOFr@eq @4;1b>M`:1U}7Oleb<Ų!kU F<69o~d>&jRRkgSmm,3LtO|ާH5-oȑyh0F;[r"t{qM\.MM!GBzmEW!Kc |Id.0`q]2&>.?-G(< O< <Ћ\+< ֳA+р}H73aXP1D°w( ^RC <}䉵ib|Q0 MT…,.#"O8l1]Æ2- OȽidFFz r`L䲌 !-Ӡ`k!ă 0oQ0-C7E^^b45@n\Jv4|8r"(40OHJ:(مGty M5,^5Y_$Yt57pO@O9} Sn.Z+q0Kmu @*> o 4R0p|Z 7l 9$8X;Zl xN~(ixw]ņuH"K Wx%ɠ|6VD<-w-5 Gn$m;PVwߊ2EϷY]ÁqH&go?~+I)V"Q05@Nxy=3_W_ a?G×rW9{yxE0b>Ǒpi+GeQ.UĔ}^i76fkeDspZH9"0 @=(g#hEcpaD?IV='ܱ8&Xw@PHJ8o">%|a<x6:~կ{Ԓ+$sSWaNPn?Otx; m-:Mqo];w 4Ool2GEetvSnJ?ѡ|[5^5L,x±J]2vS I,j%lf7V_36P傰U#ԺO&vg/9uV#o&[ķ>p@I-nⴀٖc~uڏokGB`O|?&!mw$2"c.Yn_V}),KiڮOǯi*lAWlWmMN?|Z/ArI B>"FFˠ.TpH_ f}/>i:&۟|UhP$+e#fM$`֧߯T_i 'HohZkx+׸/XAiVewnΠ4_J?n̆o p'FM"ٮ/.gf[n cho㟎E+M-aŋ/HSrKGi^6$@JGȿr7i߀߶o ++sj:&c?k6V0_[I4zt2&.-AnR̡`^#⏀T_N?׋߆<_aO/#kjT7ʢqwgp?U+gӟ? Q\\/$|NWK!gI< >vQ_Ǎ<E"54eb;ayI/'?ݠ&~~^ )hgCݞ0FYF]!򑌷l{Y % y¿_=D  ҡ$V nE#DDcWsSݦ~ҿGpmo3\@iCsk̅9R;Gj=W~R%~-~ɿ/{|;~>$|apٵݳ2kyiD2:JXYc#gKeV?W콪/^n\\2i<>Rf̓c7p?jϋ߶Ŀڟ^/&7+<"4 l:&?o ~֣_NxnfY9 sLap_ C|b%dýoDђH$N" #+1,YA?WA+v5⇄{vzGMo.tά~tJ& ˶0{rŭc v|9}Q2×~/<5Fբk;KO}[iNrȱdCF[qɾ5~4~^ k5~ MS!V sGo ǟ~8~6χ,nbgs i܋ Gŏ~x࿊'|i&kvdlAU7$P !O@ k忄7=LzjB;m*R4gCܪ,,KT]<x|D?^<1|NW "6ok2[vf@Ňq@oFBѿ6±vpZ%dqGx 1' hi!M};v[|Dxp$>M~0\E߃3iPGXDs`%ƛ1wlr yτpo; |C.M>4'ēse:Y$aDc=C~ ~xvoQA>o='kvZ"Ҍj6[]F%$É1!\X_K~0kŮ,iʾl9EasPw |Vb Ⱦ6i}GzXxCKD{xɕQ(,;_pGWk|dAJ.# I5-=.cUY--, # Ms跿?>t l;>{h%h[o 8t ! ;ǖ*_N]C:'O3x6vz~#ZcKXD%ZYdN!/Z¿~Z}Χn~6躎65r+P4f(5mp̧lk_Mφ^|EOwOIKĚl!c0\;y)\F@1< 'QquxH^[V]v%UJҼ@)5l`YR,V^}9gH QEȘUgݗG|@|c1x9|P 'xi:LWˤ")L>)ce9goa>:%ޭY5t]+Tt&Jy2C-x;˧V JK>%V[YG& ȮCt(#IMnƟVotڅHK+ahdkm%**|dܙ')(u~_7x6V,4xn;-^kk<.S$*)UϚ*%]wmNY|Wf_7zāsN~(Ԯ~om{K${ WAArgLѼu _U^η y$I<\ry&(%H<#X$q,3\3Ś2O}ŰЇſwVWI`ך6;i@ʤ͞Elm3>WzS[(d-]Xj`OG-¬rKI KuJ$xSÿ~~5Oxf;u^鷱ʳxwp`H?g=??V.=bMJ"0ܽS@ub,QXN $Ut?4'; =&7ƛ/Kgocqi o3]Fe $ "K]Ժ_}|%õtKO چ:j2bq5I -!WL(W-xE.la "2A^H/%FB OC~?~ w<[O+:JRtY o][ZxwTїE3g`4| [⟌fo:75H|FGBHxGg/IA%xxw\ּ5ax t˹8nѻ+;W3~5~}=~R7Sj7EYeX7EHHc= aX= ڏ×z&K^ D; fЈ_ן|⛍SD ꗺ]\o4P xc0[ A@iT~6GN<7?^x!m+粊 S+ˬBdVP' KFo!_T&: 4˿ _xf[#3F~_B>~As{C_+፷=k3[OwAqnMbaNY[i~D&˞O kX-lE.]#OV>T 䙉kܪK1*=7߄'úm~-7:nr}Sb"Gwfu77{R Qg)k t/x3?I>!Xo5Y{8B8?)n$}hUQa@ |Zqq[ vZر&[_9Q49$ Ji#wOY7x; ;h wfK/_m<-(yیWV#9? w mSᮯxW<5 sjZ%oqZ#u>鯢ONkX5;`"; 勋Xg3@5Y|Y%Z`  )D)xF7g?R_*2xk >7xoT(; gx{B +?M;<1+h!ޙ\X˘cp୺&`̖~.M<-ޡJO hď<3:U0?piGzVzNs$ddX{'%TC'ƽ-5/o$QYGe 2eyU6^|GÿB+xljJ$v o6$*Y|(=xQ\hM}>;{Yڍ( ; ";x_\`SK{mI%.n#.#"96U >M|9c~׾c6H/]x f+;NRhxJd06h2_w:oO h4wޡ^Сm kڝsWws6l{ ARO ~^I ?mg%2E/ex,.dcvN~Unoooe?G[ĄSB^I n^tyWr?}/ ۭ}Q:'+ Iӵ+I-u VHn`J ׼<16k>moC s3~{^/O_xS4.`q<c9$fUbq V|UO˩Ț%Qn86`~%ŏ? >-ime@E4[#*TYܫ&>*w^%L:o){kby[BR2F#w_*j!3[HT/nBTNFpq3rK_hڇ ׇ-O{5>A# pɕ=TQEUt=%CA{[_Y9J |@B5o|OկiijKm&)|̟h UNJQ@nW?gᗄ~5,/{xAIT ; (M?&g1CM͔Lw|78dkP~߲Ƒm~e]bH5ՅĿvnYN?O~??aYco`Ml{trO3]IO6ol]嶶!qPq$(PK? `K`K1OEBPS/httpatomoreillycomsourcemspimages470343.pngPNG  IHDR pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVw".Y`y@`zb# ,wڅ)|IBRhQ0 F@+5k1|||!!!8 F(t5ݍ,lkGۣ`Q0 Kɵk .7,5`RE#=} X׮,6@Z: F( MNBhK.W7Ξ*KLdѺԎD.%0 Eh`nat< FD?o^kSm[5 o`,&0 ]v΅PDĵ`7ZXmH}A9چ$Q0 Fb"Ң\0nf9P!ɓA2"1 I&zygόQ0P !ݻvtXd3@AtD'Z%Mp' ;1)>?yd~<h. QYнv`s{`W JN:jh@.Km ȁ !u@cQ0 ?q&*)2F4ЛnM~؈9&6dn>z\ZFb@B`'l= F@1K GOpÀ6ڬ( XHm玂Q`OX(#hJ'Gaz-GE`t9(4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4$ 'OɧOӧO^޻w?} ?o^fZ:-  @ \7 F ^v[X",5EkרUNm=@7S[Z@@Ag_pg&P'F(b70󗗔b{vsusv`xrDV9P=UF&<,_(.7W궵`XI(#+1G<Kjv/!BO͏[TLRK M--\7 F $ncxp|`QDԭ^>><=dn6 F4 4` 5611sQlY FUF>b*M]Z텗@L& x9 F(  N?~Uj֬^,TI]?~ 4Ǐ[xz.'5#!PV\2kN3Q@ @,Cԅc,POp 2NRJ`A5qā`at=(4l''iH0HA$`Pа-i$|V]AAU`p@öyy `I_u8(T4< qqQ0 hx>N2CdrF8(4< ll!3NBU`p@ðW?@C̃dHXu`(@ð!0N=ŌQ0@ Â{ qA2;::N2 F@ {`O$E`XE>:N2 F@ {f8`8@u̎Q0,@ {`IZENbF(@@ê'a4O81:N2 F@ { tZ '`$V.$$Xu!A~ ho`>nY$$G(! U{`I~td&66G/8I@a` o@äE3`!xvtt{7dyNh-4|(p(9tꂃA|ah8otc' |=KF/A qQ0 e( ;y$JHJye AKK+ .@!8 by: `㢺v4SQ@k@Z.~ l˯s.ҧLKGRT%&%3&M0iD4gL5-ҵkmqQ@k@ClXR QfX%j҅H cԆn-G(!Vp?hnChuH"MF^ X-QJ~̱lOKb,uzQ0 h!!hgnA>lC Ds(E3@Y4G(9 }|}uy`jeee`iu7_ ' HQtqIvv̌: c@*QuM-陙izJ @EA+(ՐEwKW,u(# hQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4ZpQ0 F4Zp!֮Y3`@(*vyI'O ">}~f[Xiji@4ȣ`-G!!֬4aPX.]<3-pA@{.@ӀV'%Ȍ( F Q0dY3n#2 B]= cx`ѿv--G`4:= ӝ=rkS3 e%+-#l !т{ 1,d2:1)ISKky@sewBR]#"GQ0@ܣR@ ؾltAM]-%먴dhZWO7?ZvAh---`v zZ$hs ``|j/G#z *@('%45ӳYD֬E-^"BŲӡ` 8т{P%,B d)7fNY> hyܫт{P CBv B`f,d^vtCzq=   8:E+ѝl[XHHS'N d3 s`i+y{5*j4G-Guk~XhٵHaXbTiSf,7F Q0@ܣ%)\[6i7ڵAԶ.($h#իQ0 4:= *# 3P{s@ܣ`7q?E]mB -#*N-h= *w q7xؖH9 h= *43? h= bRUШ9? F F Q0܀xҒ+d:h= rQ0 H'O4at#h= FA|nD`]SW;|xRpi5h;G(*΄FB֓oT-7?:"re0e;3-}򄉣kF !LiPpCl"L` dC.PM$'RnǼQ@IW(dZƟA =pblSٵ{4tF`֍<}Fe'^)z=0Ɓ~h I [hw@.ڂnM-{`]H)Q@kv͐CW@yI) E`0bakxAR}qa5X.h1=݃|(Q 9s|&Vno { OءMCzRKJm'N$`$b&Z'ML&LON@'06:ւ8y(rƀiXb&?jUd28# +IIP(' mu#f8U֓SrYI)LLJMϣ`yܐ=vj0 S8f3d ks( Sp{kS3rdy'z`y qF^f](inجڣ#~`"=>}?(9y(&M]6|LxFxd$,䉓@a[.5 9 rZA!h+0o`a6 lgCЍ6X;T=nGDZ 9rQ0 h?`M2Ȳ5ڣ`h,x |t( F`Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0 т{Q0  C\v-3-}ZZO>-73F[X(Z F Q0dݛm@.imjSh2vqsuus Q0@ܣ`h`븺n`pHn޶j؊'O8h`nAh= 91Q0dTMLJڽk!7:4a"IAIBB:{9 ,]Ɩ*Q0 hhC @YXI&oJZînn6G| N@(JLO<6Łe.P@'HL5-H4[F($ F O`p!ړQF" IJ3޼m+ ^^R:ZvAhHbF$ `|Xlz/]|h=TU,V OJv֭Y,6Ɓ'Ob @x=y f@]=ݐؑVT` ,F$ZKBf̚ $3Gיhݓ&LQ% dmD 222wE22@~ 4G(" 8Chii45O0-,\^>aϟ>S'N|: *h&x hh+۞֬v0z90_FHzml'O⌂Q0 F aH;,'22QOTlˏQ@1Q0T4|Xb6($ӧOTl@(@ |+?`5{:9 Fy F Q0f ,it=d @(29*BE5Z`G ,т{ n-mQ0 hóxŘL$@(nvFAht(&U]\FQ@*т{ 7@1h^'sٽk7X0o~gO7Q0 RpC6OnC>R.n೿)yV^Rn!!q: Ą'v͚'T:x j57]e8 lE; FFg$lm tߔ_9 F X^c^/2 F+FA1Y-[m\"F( zgW77`MF`0OBJ=4qƍl,l ( Z҄0 ׋&Q05nS0nXf70Ww@E|+u er;G XPϚ aCXS*>#P"LX@\tDhp`ƨ^^gEv(Bt l G[%Ł<4ԚZ* [+/I`X7C-Mۣ`Pyؠ@.}!%NP |S6(3h,>tƀ\E6( q$rZ:NW` L(19p|5=k l^>^MQo@hdITُ  &XfRI 0G{`fI !0_;'@A ĜԆ5 cVkSsLD$d|4dGdQ0 lVc]+( 8`+EM`ySŁBxMO45 R{= ! +zQ0 #Γ'LhM `r%Y0o> d$&%u kِ; iYI)х1OG]!bM]( H+Қ4a"%-dǁ#ՀI-G(X[X]XvӢ1 9F=9*s т{ Ϛ, ϛGCDȭ)-KT1 hٍ(=.nM@j\'R{ݚ5T9*`X@-Q0 ?߼mku]-I/iT222h= FijM=/6_F-ÁeY3}eX@G(rPۅ h&b꘼'Nvc4ZpQ0(@pH=uWCe|yM2|@(TP‚믁e70@F _/uт{A4}5?/ECK|#u Bh33-]EAv҄ ,L"t/>>>Ij4:99 F !!Y^R lwC.>AOiXvCT GcŴ49@Ѕl-G(tn#֬OI 8qs.2O @x:󸂼I&ˀ@&L6҃BB̛IM-MIZ`i|f 9@ &PW? V5WS 1cZǏI ;*<e] D QGLh= F` YjFbZBC+*eFb 2N @`` CZ`|E h= Fk׬yI.Uoq: Umy$>)q)x4aPd*`}$m<X*bp҄uC:fi F Q0 hPɅ'`@vy_V]W; @04ZpQ0R]N8yy [BWMp т{&M?}&,x1,+)2;h`8`!y<|o!Uxȉ`Ξ$@ܣ` RFc *"C}N FQ0ld~XҨ6(!)*c/@yymq -Y|kCƻm7aRO& 45lד@.4aдfR}f-ã=Juk׬4 w.@s@ܣ``1}I` @A`c XZ d'C7k@4Z@Λf%ľty.0cs hC TKX`E O7&ED`YI)g] .0p.j!7KH[XX/ F Q00n` l!Ϲut;\i|ؖ5 _p>  r@b'w`I*##3yDdAP:r+Mo`a> т\ $!*\7Ov%-G 4Zp ;s 1Pu'?F7A9Z)[Gz *@79!{sGC!>1cjKB QZ|*-ltCge|ށ03p_6Z f7jKBlqC Q0H@*!??2~ZxND I'$%+EG} 8т{󶭐m`FÄy'%,~ ]kG 4ZpS 7 l`zt؄n4gmg?I݂hO;*G- Hsɓ'@6`ŤqBRbfZ:ݒ3 (@ \M> >iXٌG F Q0f ,ЩkM#=bfa>@(29*K#54"Xވ;:3 4ZpQ@|O!Xf]GD-G,^i1ɐnΥU5`]U2 ]Uo1'ڐ\Q@<т{z,% 1) -GI Tx6 F@7Pa/= @X R`|5(Cf(Țq7DnZ 61O`4- i  3iBIhCl*zlq4 3,,F+eFOFҼLA!R{td fgjdLhCr(  RQ0 h]CB r( eU OJbe7}vf&Lꎽ<}F'!$ddny!b4GB)%5H! 9BM4//)\ ZB1[WT0ӃM70#[yGĂ4 x22Ӯ-7rϮݸI&̟7kw-ȭޣ`cq>u$]L_Q08@! n`q[<0,ǁ4o>OX n /I!OKHXAn6@RpT`gݘ>   &xhِ3%ĕv&U(t̎n\0o=,{ @Lԉ"( Q@`|>Aԝ?v1 h`Pb.[irr=M,S FO8td D/Zz Si@Ӣ#"fQ0@Ƹ4JGK]Rlaa1&LXȺUL q5kXb$`buS|10Y#'B-F G lY΢Ûy7}RaWOh= ! *\yzhrT Ć,RR` T>G0eI[6Ld$kk׬]f |Pvt( H+cx" lAO@s/Gdc2l_vH fcpus > ? Ew((k(9`4%f 006Ay&L4aGS4zY(2`ųj i4F(`h-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G(`-G Q0 XF` v͚֦׮wtCD>}~ J510wus Q0$@ܣ`hS'No`! dEKJZZT3Ek׀ځhBBR"( Q0@ܣ`Ȁk׮ݐf2D ]SWKv{׮=vI 4 X( FǸG&vWO7 ,ŧϚ 6R lk+G^hVQ0@ ϣ7!l#mKmH{V ymd`P-Yk5j܂|` ;iD`na`<ʓ _SW lz;0 P-]\YtvpH lb#$1*$$%o #:"͢Q0 P-Y6Xi >)H.D-Q/=[po7 !< TZZ%MͣjD`޵ M<($:'k,> !wyv7}dfa_%6 7F:HE^L {v&cM7.wqs`PC'OX0o>mw4P]W,KyE*LW6#PL0a҄wM'p؀2Ѳ{`gԉh7׵{.8}2MȦQ0 а99mD`tcTbM A!! G Q0@C'On]BR"doP O5\@ܣ`hw07Ș[XbLg>TvhCjNiQpV T\kHR?pqsM'h= vs2B 74#F/W@(n-ns sl3 ̟7Xnk F Q0܀4h hsP]2i„֦f`w$`41 W@) LZ h@gN898[׮][8o>^15 + 70я.$+\u6h+Ξ{y֬ݼmh茂Q bPH t5oRpK׮Qw(1` P@_eG/  k҄ߣ3 3L?JcПū l-GB/w l `H#OIFFB/ڭFG(:x~:֓'N2e6  &i@^б `HiT65nd~=  D ,s9^JHC+Z T0iDI ϛa/]!G=Q@9x)GQ@C0ՇJ>yftfr @, Zu`>KniNj炻\DlR}^ ܂ѐbX(S ykKW*h`;Cc8>4FR{t^} 6@ԿWky2 h% mIrp8y6( SpO0Nٽk4((+))xyI)Od ( H خvH>y l״65Fơ `r70<:3 h3\]W6 h ͇$&%x Z@ Q0H&0ZsXd";k 'OC&;z9( F Q0de l c攛 8;GP4Zp >}v6=`(٪=+IENDB`PK?Ѱ LL1OEBPS/httpatomoreillycomsourcemspimages470345.pngPNG  IHDRem pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVXj`|. ھh5dT l Q0 ' `c $9 1wusRK~;w"-MhE'>`A @i>޼֦۶jjiA%KW,\%n/P\ìLs}y8# 3nNZZZ$1Q0  &Ґq-B}Ab XvLKGM` 8 ms 6wu׮srgO@f<9Yt_kкsgtOh:0@۟'G`9/^׮ˣkp~@ O* O I& AAd8 F( P*́ZcB-M&r,]\*@r`#XvO0 Z6F(T~m'NE]̢sLc2j@-E(44JsFA`aM£z=#RS2 F(@4JsVk4fUnnaVilbX $$AEVKȌG()T22:#7g̈́ixݴ&nmYzHB@oVRɓaQ0 eh9޹,>zj` ,hjiQ f\%[|+BھǂE_&-#4 2]O<Gb:-ͩ FWavSFYF(Ҝ&WBRhP0Q@G@9yG/ 6G(Ҝ0 a:&6k{F(h FKsjab|-_> F()Ҝ0 (h6 F@T,hxhPQ@@90 ZhQ@O@95[ktate4ZS]\1Q@_@hE} ;:2 F=@T+FAɓѻ)F(3Ҝ `tٵ{2 F@T,hms\7 F(@4ZSf-`4ZS ,&B0(h4,7BnQ0 FKAӧQ0 hiNkt֭Y;z(h4z` ,ҜҶ0 <(h7e4ZST~ wSFYF(@@hE0:2 FbZŏ=C׮Yina2P,?/s߭MO<\aQ0 P*́E_ &L4a"}ĉ0ך߇xQy5xhȀh|4FZ~m߉Vӳ %\;E9sD;%Ѣ|4J^ & _|eyIgg<MC` ,TXss|,L☂*tv4b222W荂Q0 Riά(yx8f{u]-2‚ms& ` Á A+gQ@@B)~mjk ,ʑ w:'N45_v Xx%&% T c" h;O֮Y h^``@ v(b sQkFW(Q$āhr$-GQ0 C`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`Q0@`O>޵k4F(e4FMk׬ ׯ]#Lis ss  Q0@`k׮ʀ_PǷtrHF@O<4a"Di@r 揆( FKQ0v蛶mr OKU{vڽk7Dh> (qQ0d Ξn`kzyȂ]=lcBBϚya`Q,#Y1 FP4Z!\-,̛,ႚZZy'OXf %b@FkS3$F| !@(JXp م ȀG)XC(B FKQ@>{)=m?hlnA>Na׮`-G X"{$$%b.?U5keKPH@/'wD~:-G"t.U޳k78@?ySU-=!) XmL0a4G4Z򁌌 dsXȢ$eb҄tQ@|P Hk8]=Q@CRmfaԜljjiϟ>S'NmrϛlCQH&LV h4T9dcϮׯ]O#!-JX@b7!)qy -G`4Z`sXOŢ5(/)Ŭ34@#0'[BNq? -qQ0$4+}JLQ@]@( ?&lb :`Uqѐhi> $3Iz`-G\aHх`-Gܲ'h3(? FU@`AVh `(]8 $xRoRdddBGWʏ@mQ0$dC e3G ́LII3 F5 Γ'L?oޓ'KW,ZQ@ ,ms`5њ|bq(:X|Wv.a  k6Q0 c4O8I׮3f_ }-gF d`0 Fqs7N89ddd&SQ08@ OHJ7Qb Zl)c= X*4ꓮIL=sbڴ0:2 qi~M4($_ ]9Ji, W/.74F ͙hE<hwe]r.7Ha @g`:VzX^¢JyR֬}q`?$)hlH}铧XST,OT<֣` Z@,4X9d XhViaSִ65tY/_` _ZSmŘM\膳?TM$mq66?> g ;0F֬^ Dȉ'(+?~8o\ d@];w}{;'  ~(9TLih&5> h`BkDi>:"h]gO^`(b֦f`w&M2\^` @s:G2f1cyj`por9HP_8 F `S0 H.')`ƂCBpqKJ `Q4s4GPD́ OQ@#Y 9M r8P t<  |ݚ<T26b L~y,3IIm+Ci7ip)C L>/d(5-73y-,Fw @(X|GGD.]RIiRM vus Q0t@` ,'OX]W&l_KyRͼ~ړ'ON8g.`䏖`7C@6ϛw d|.&9Go޶h5kll:0`-G=|||-MȂyry҄O  Ir؈F:KL5zy2 F 4ZU네$`nZ5d9盷mY^R:Z!h4ߋ'NS`#}}]m @LߧLH{x) Z\FFbjXˀA!h4 X/6G߁%f9($ӧOTlJ feX> F@CsUssr GT#ɓ'hMf=vS"M-|E&LMr`=4;~,XD**@.g@ĉYfd覢] IIk׬]0o>dv4ՍA h4XLs#G޾ёHW:q21) ,́MiRBPSW`޼$7 -|XĢ>(/kFD>X.ĩ^[X \fhi> 3qQ0$9RȁO h SңX h4C@n*́E9gN Ëm +Q@ؖ'͉YjT 6Pivm AQuș2o# }̽pKE얢ݹE{΀Eܝt`?-3 fǣG{! IԵk48 F@!fAΛ֮ f@]xT 8d(Q`x 6$qS+ݓ9 ? &xs$cٵxE?0&Q@|-01`؏X*V 9z( 1\-n dtoyIikS'?S: h gN`S)0a6))JJuE`b ` &M/ -, Ӟ tdr`43-}4dGd҂CB'O0 ])ʗX>d @,EytD$P ֒xP/0>i, -GDZik0}\գ,F g~(pQ솴I:@SK+($hZ DQRE|sK   I`b;ph GS@F  $v́$HW Qq"daBRhK*[G(AAB]BJ$a޵hZ5ue: F`B F IS݇b=>t/| -, KJ!7 s؍o~^.@Q0|<0CNF5@`=+`|`we@G<784x@(C@"XKIH1,-ZT@Xf`(N01($^VCw X[Çh4``lJ5\ij`<`m1hמF;lj4ZQ04*!׉P46Hq'j9N<|Q00\v|Ƞr!q,0 w^ݰ6T T|c# I F״Q0 hՙ`I&M̓\`gnd'!)IKKf%xu-^J:M0)X-Z, FKQ0 FMS5ϻzX98wjij&S^R( l--/+f"4an+(X^$˧4:2 F(z؆s!z6GH :8xjjj}k_&oedjE?4ZQ0 &*d0GΖЈFֱ-kJ3 @(&Rfi< b6̛,.=J9Eȋm>%[7]-s@` A!NFPiڔBFFf]@dtt nZZZ۫wfXc1o" FKQ0 L!`|\F Cas$.=/` lPʬ cmҢGq` | ۀ,a;ٵ{>x Fu~N xԉC_/H),XzyKs-&MxIℤDpح4<Xॐ@u@1j 휀>_Y^(?~:`iYʊKb6Q1;Ȳh&6·c+@`R!WKk] y (-G(`FPXfi0vZS`%?a U=ёQ0 u+.XToMaJn s4ZQ0  NQmlO0#i {| vuI`'O}!'*KJ>k栽b`@`Dp HiAT+䉓@]:Q`<`ݓ4Whi> Fk׬ngO7pzS7:"|&*׭Y rjG|XCnŐUڞ{`R/= p-G(Aɓ'Fϓ&L ٞN!ٽkM%f[XMlI,7XDNQ)HÜr!+@&&%h4Ckע#"7o 6(0u"russqsΫVaFQR+oinG=4Z!CBzkS3i݀ۉ9zx d+g([?$'A@!`t7I`,ݙ4:B<| n:qryA!`{uyHQltF6J֬]f "[}6/ GCT@(2*-Mk'Nṽg2i`9^VR 4j]=#mH]AU/0 sJ@`Ȁ,P#5uakSsgO7% `=l8:bKRi4d+Ga@d Xڢs`)5fl(4Z =49dr3{7lQ%7m $KJʕʣ`hiNv!&n2onZdA` }jBqT`hiN2SYIh> Xp+T˃BB+!:d;hh4'ɓH]ڣaBy0VBf,!jS1 N81tlm z@kZ!!ZZZykS j 'O'y֬r0+ G(ҜVm[z`cp4L k,́6Qra`W [0o FKs18$y@x1on+ $\n| f@`Hs sYhȖ'qĤ'Oй59 4Z! xCؘkeddhB;u$=>lPhi> $ `nM9 }w[v> 4Za-YamtVfh4 HHh4l,腖f`<6ga h4C\ccY^OӀAQ@<`HH1qi]ٵ{5ygO $@(`V65 s Q@* \YFQ@E@uZ,gedFGWFy 39<:`-]x? F 6m4 ң Q0X@rɢ`P7'`CFAF^[& rݣ`Ђϟ>3`7]Lf5.`P\v 몏׮Ѣ l( В9G(<V1ז@xnZp^g? 3 5-;>)<8L9=BB*wOo~}4F&&K`Q'ڵn`t| f@(9慵k @Ĥ$̼T^Rtr(5}L4HjؘsdKS|d ȉTiY0o>0a2 7  #3yKs`^f 4ecZ6g9曒hL'68-&*>y`ف\ׂ'*Wsݚ5&˝GYW !:%,!xL*튎4́ )!T,JJu(hXdJ$eHY[  F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(hi> F(h>}`޼d׮ghah4CI&~.Lv2,]܀Eh8! h4C[ׯ]?o䅴7oZ^Rv͚`M{'OؽkЄrR I= (| }6?boG׮]|HnZ`DҼvtf E@`h` ,?}4yDdfɲRM@9 \4ah!hL@;7uus?oޓ'O222Rxݚ5ym2iD`9F| !@C4k֍FYP9$&%Ii+} !@Crߋ?WvpH5kY``y II]=ݣ(Z diΑϬ}ʴ_wFH+kQ n`,ϛO=[Bh!h΂L:e/_F#rs `nZRXR@ 65( EF`,^ l3++HNzzm`;iĵkQm}aBR'ϛ:} r@s;>:B9/M5|m[hpZb0:ż|3F4wC4{h`ND+-,,h6;h>i„'N6G`4|2Q02`1Dnfa,ͯ_Fb7!)rP( F! ddde"S$u6σBB!Z`t4Z! e1'>0xJ27,r]C: xp4Z! caGӢ 4سkk|-G9i64i1vVGp4Zafפ6d 9D΁̴t`U|(f FKQ0,[!c;O`ilC<`ۣG(.e^/]|tM( %{(`ZB/10O`70 F^޵؁FCZ0O8I'O2nzign`fpus{h> - Db7t0; j ${@.G0ׯ]Z}~h| b@LhH9l]` 0 $bp?u4GBqݚZZZ@04=&|yI)U,@0h[?;(0BZh sж9m4a"?:h> 3 s8 ,ߑKs``߳k7p nLG#!n4G˗?,[! nCN6+ Q0@ 7kjskׁm`:$ ϟ>a@D\'q$Ə(8TRʀmyn>gA=Q}r!? 3 &>e%D^? d8(IvA;c,@jGwƏA =0 mD2 D: h] fG0`:%'M!0gF(l @90o r{ s +(8p0/ѐ4 t0W`CFFL@:{G} ~@L^y\\-́@WLLKW,ێF̢(LAkACr1[?k2@S*%N@vKGO4Nd|R"8x2E9]lCѻG-l;heHZGx^@m[GGD~i6d+g[XX6gF-Z d,V Bĩ0V r73  ɓ'-, €'5@h(ʣ#""E90M5!=v_r G!|&L4abgO7FD WуҺaO[7 h4Cm,њ̭Mͣd+.n=`-Gh~$X -`@U^eIENDB`PK?n1D1D1OEBPS/httpatomoreillycomsourcemspimages470347.pngPNG  IHDRm7Lq pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV]ԉgd`Zbyɺ5kN8 hiiO<u4M112AtD$zeddeGSKo40GA@Й?oE$4a"P>)ATŖ z_@خnn.n!!A: bPf2|A!OFh䓧X+=v޵ &O[?Z\ T}ŮnHyI778Xmb@'O@zZ>裀FG>}$:"r5a2 @1&[M_`PH33WQPp ("mXPv2{'Bj!X.-#Ll: 2ҦGZZXNkNlLKY@nBR$pQ!!222am@"揂Yc ˉII&-`,ϛE'; FJy/рdX ̓kHIJXfiǩ'"p$F (CCKST`=}L` lY` d L%p.oKIs ]@d) l#} [LCݓ'@gkii'F . *ܓbj3r1[ӸToQޘVތY3}JJ!)`b!دt@@ +l!.]E|`gB`X|O0!`4fG8 I5if~_`#R_C-[  ށtCw?!)i O%d=F XeL ȅY{v톰 䉓k׬ h%xb"E}䩆&x"D@R2ҟ)0K{)2Fw*,1!43 Y† XxG<}UHg޽kP% ;#| ꁲPh:(,ׂKUR'Nd'In!]T* n&e1t( ( |HwEd 0_t!<RP= 04Li LC?*G˸Q@^mbKS3#`Lafat 0o;O@Ѕ|f+d8rk8iQ@O{Qfu`) C9PF =k9̒@S[Ѽ|02F[G*u5tK l΅Dͥx$ۀR5X4C6V '@gG1!Z30|͂yM--/WRAL!.<6!:./p-3"n2 ?Ahd\;r yY < &'TQ'4 F cw܇ q ]봀%G ܜaϟ7/3-}xs  iD!dis z- ty=y:yDp0X{I #=}Kzjq<htbDpe>lSs%6X˪QYȷ_r] )h,/N†&sr^A l -yiKvtCNN}R]2}L`@&!49@`Yt$A 9Hq tMQn=} 5 F˻ XFت \'B{& 0`l Az ϩk [x'\6M:X 1y /4{Aڏ9:7:jH#jX _jո4ZލP Yo ?%v+\#`nӝWOhl , H# \J $B [pVM /M ,&xfx4:~70 ;`ĺ6b`,\y4$kX),5 %S2d R0p׮]%k+( T< F˻ڸ&͑vSfFd !Kစ# W`Q>|`b"Ek(1 L@nA&!Y-Fb qDQ @|,jr28dYlx"-YAJ#:SNH#OWdO`ğ`yW PaQ`eΟagg'XF[6(`p`5uu홝u8,KHJ*`g'C˾2\w Ш7_߻{ϟ@0,JC )`3< 333a[}w?{3,_ (P/XS}}||}ᲥK_4\IY{@% .J S^>} 43xI G@Yʆ@@NIG !/34lGzX8rxQ&kY %@p/s\ Bā V l7z*0I=5{-9:b9<A6oW @w#(/Cin @(ز%9+oF.@(w~~$( aiųa铧Ĝ> h_, :*F@ÒnhVNbH_6 h}7d{95k@LL>h6F׭Y, G(-URC@4aAx @0+MFd&߽k4<'h>;`Vݷ6Z dfQhy7L OCv:;brgh2@w` 1Ǵ`2 n $~z]2 F() F˻Q0 FH4ZލQ0 F nQ0R@W޷QF F˻Q0 7@37@w`; Ͽ'dQ03 ,]WPp [ȩ`-FnCHw>>>`;໥'f9~L@( 70zyCN@ZFf IINntDh7 @w{a,,uRй"o X5Y[yC A!!@yQ4Zލ;LĤ$^>^Z4iDy'OL54G;@@(D H* ξv ]F-F ^ѨāEj)\"lה8mJŀ  ah#0 K.xOb21'@@TM8p0ъfa]V G:@w`2} dt!̛F'Ghy7d YG\rhhO6{jn"X7h˷ *kQ4Z mu`I^.`NO4kvΝ=ݚCʡQ@@ Ip@XpygN;`yLw4* ў( 1n`-C$8zɓn`o@Xf$𕦐-vL@(uϮݐ2nY7 -F; u@w`{dZ|d; Fn $s-(T4:?; F() F˻Q0 FH4ZލQ0 F nQ0R@w`ht~v $ )>>>M-M^>> zѐ-F@'NHkRxQ0<@w`Al2czo5kЫ-F.@w``,.ϚyżO;h܏Q4Zލ]Z`#RGvG(-FNgn@J۶ih$d@(ϛD6BD`'wӶ@t F+F0i̛%=D!ؾ[b9\1zN(-FpIL֦!xt6]7 F˻Q[ AzP"^n ,zVn޶u4ZG@w x vPk&h;&L0Q , ֭Ysu`I$-#g`60wus^'OwL`-qV<[!O_S䊎ZA>< ,*vgh#`<`Q0`), j>@We' @/@ 1 ׮́,!B. kq[1WV$Ys :ЃśZa|( 8$p& iŁE0wl:K vS|R"N+Jn3wLhnƵ`s 6ŀ D6Q蛏 h}7 FPw5`/:"CcxzjVs:ȣn )R \LqIAP=.0h}7$[&׆qy`<`2 Džbv-i ev`k)#^L*FuPY?RA1@.! tŸ?}s.BLV@A3 sɸ&Ĥj%@Ӏd`7@30ĵ;1s4ھYd?0U=M fn޶t^Gi vfs

M ,zcLԾiV"hndvhq$xcyC1~T&(("x ^/,@\E(ax +"Ҍ#バcA Q񑃍-dI0B0Q6/BV}I^߱Ibh)`-h׵pXLuks]xޖm0s57Mv`lIwK(i|uk%iAZv6u' ']ih){g ظk^ུk``I\,#IQgIii:B$ &}@w#+U-FAA:~0x?V6 )0ۉ>))<}@dWP R`pt@w#2F)* * %>1 `\h;"m @ze%V1ͽϟ>#Vj.xn^A\IÓ&L$kAD@E*!\8;HX0י{S/EJ_W^=y6VO-tS~ld%VO1o[7 uan>9~6B+~Cp I]MM lMqDe^9 OpoJZ 8ĞylA.W Q4;` nx^ _yWOG04˻ukʀ/MC}Pb횵֬tf]M]&G4r;xo遒13tSm[1%Y7z (hw3QU 2493>)mtPb4gGdzrh@ F FώQ0 F nQ0R@w`h`@` mkjiȘY[X.F-F`iE,-?=`2h4Zލ/:k 65O0|`h7  ]ƃܑKW,'M=zt( h8fe-񃿝,ϚӧI&(@4Zލ|Xe_"Xz+/)Q hx-^4T iy|( 46m ,8O644!Vk-q l.R4Zލ e`޼R8_2r@`W77`tCbehn W9Ma\֦f`6po*m,d A|m$m@#,sh#[O@ĀnM`q [g@Ax#X&"D<3˘R@:aD-F2 p lZ 2ת@VR$4]o8t&hyG&LDߐ.]Z`):"X`/:7S{K^_bP8NQORBnL'I A ֬u 2Wk, Ĥ$` 4h2".Sf ܳk4xsr@[&OŒ'| c^>p0Gld tρ$P34AY t'r ;gt C :K0{xņ`&ʏ񳔦Iχ?ZVN6ԃ*I=gNor3\j~nzʴ1$X6wAJS.BWi8rs4k^w|1>LIurVbs^n-D9ZAY6UtqhԾ[f 0~A(l!s5JD`) jij&~=|n2 \ ڿ=fp bXh#г@>&AejwĬ%^,9acn?=hed/PICgn q^X) OIbr,@XS-F>0B!2Ȋ_}4*`X!MC(N%y,HVG it,#!38d'Lu] q hyG88rxt0O (`upl@Z7O+fМMV-4>Ukt-v+DLUYȆz NmT0< ʹtwbLpi| A%q6%)X1;e0/KԩLZ?(^Dxtq*m%#@2@ O!*HyXDH<`X ?.($vT`ٱfx*y< ( @,_ DXpN,!zh?w wȂ8 XEof5 }j Tpqey I@Ń;@I]r:Xeoml@Q0GFc9F4Zލ&M>,(i4(F8^A6`G1 4zF@O>Au \5 *MFFfq7 XFfD[m`@f_@GBU;0! Fs( 4?C` irMbRQ0@֪Or̝T1bWIgӮe,q:Z؍88_YxM|a7 xdj00 En؀'Nyy޵ ؍-F r`׮AΌKF4v m=a|RynAl( h4LSO%]|R"`-Fwۭ%-#|(x@w` `^3 F(#hy7 F() F˻Q0 FH4ZލQ0 F nQ0R@w`h`@(`-F(#hy7 F() F˻Q0 FH4ZލQ0 F nQ0R@w`h`@(`-F(#hy7 F() F˻Q0 FH4ZލQ0 F nQ0R@w`h`@(`-F(#hy7 F() F˻Q0 FH4ZލQ0 F nQ0R@w`h`@(`-F(#hy7 F() F˻Q0 FH4ZލQ0 F nQ0R@w`h`@(`- _v͚p`- >}T^Ryĉ`PSy7i„X 'O&Q0   zwn҄#3}`{` Z@(>y $׭Y;r{ZZv]mD/##333ҁ=׮ Fף`$yyәY'%~idN\lڶ5أnmj@926GDԉ`{vgZ[yy[ X# ]8yD`[M`myϷ<C?lB'` '%0>k& d[yRyh Ph>h O0~L@-+[ !X8"`j{b?[ӌx,7o t{@[ "ۃT_Ȥ Q02@.g֬MLJBS,DZkj6%0I\J"12n,f䉓xlKܽt0g̚ , ---{ukP r؍w@[h#id4$ug'!f:`>~Tq|`Gv|aӶ2TsO&6iA`Q]W ~F( hؾd,ؤwp k"Z<Q,;ЊN䢁<`t9) M$5~Kynn@ I`.3P\SKH@渚x< FDnm(]W`^ /pw.y^RD2<*=x`wĉ2P[M`;v;sG( hUAU`fW,-Pw䉓hMZ ) .`+'-M,C[ZR}Q0 h&ݤ ̛pm@qHlM! dXg-h ݣrIy,169Ȯ[X ѡQ0 t&f `٧54;R`VIQ0 F@ >CBUCnWSH # ã( h;`Yv <d'% YM Q?`a7 ^f tӦ` @? .]:{w??  Q0 F@oܷn̴tp!zRvJ} tƭo`4@-~i Ա-+@ `b\`XuU1 7Z2ܪ1 FDd ,JFl#)r<Ub "}c ,( ;d=p0fgF"Idr'Q0 hؾnyy#d8ޝ6OZ[ဒg^ ,Uᮢ ̛`03g;{G hXfh@.0Wٵ^@NÜ.%NlyAI"*X~`W蒼|gׂtOQ0 Of`oxҳ؇pZHA: hվa`, ; 鸆XA: x IIXM`Mw&LvZE׆'L[4֬puh`1`c ${-Fn`&I|º'OKuW2Q0 FsxIKS3lU&`@w4·L܂(w&LI~|Ξ` @_1d؁]=7 F`4ZQ@ Q0 !0ya\HIENDB`PK?']//1OEBPS/httpatomoreillycomsourcemspimages470349.pngPNG  IHDRű pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV2ƥQׯ]g`&L95j`0j4F5j[7r0It1|jԨQQ!6jԨQ(` F{MQFQF :@GF5QF&=u6 G5jԛF5Lz4Sm5jԨ7G5jh>$5jԨQo5j0hO}I8jԨQ5jԨaS &Q0 F(` @:3jԨQ5jԨa2@=&QFzsԨQIO F{MQFQF :@GF5QF&=u6 G5jԛF5Lz4zalhpԨQF9jԨQì@é>jԨQFG5jDhG5jԨўQF:@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0(`Q0 QF5jԛF5Lht}ԨQFQF w5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=ubb`Q0 F4:>jԨQFzsԨQ;@5jԨQ5jԨa2@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@L `Q0 F( FG5jԨQo5j0~QF5jԛF5Lh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jaQ0 F(QF5QF&4:>jԨQFzsԨQ;@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@11Q0 F(`X~5jԨQF9jԨQd FG5jԨQo5j0~ўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaS &Q0 F(` @F5jԨ7G5j QF5QF&4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz0 F(`aht}ԨQFQF w~5jԨQF9jԨQd F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F(`Q0,@5jԨQ5jԨa2@F5jԨ7G5j hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0(`Q0 QF5jԛF5Lht}ԨQFQF w5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=ubb`Q0 F4:>jԨQFzsԨQ;@5jԨQ5jԨa2@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@L `Q0 F( FG5jԨQo5j0~QF5jԛF5Lh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jaQ0 F(QF5QF&4:>jԨQFzsԨQ;@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@11Q0 F(`X~5jԨQF9jԨQd FG5jԨQo5j0~ўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaSўQF5QF&=u5jԨQ5jԨaS &Q0 F(` @F5jԨ7G5j QF5QF&4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz4S5jԨQF9jԨQä@=QF5jԛF5Lz0 F(`aht}ԨQFQF w~5jԨQF9jԨQd F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F{F5jԨ7G5jh>jԨQFzsԨQIO F(`Q0,@5jԨQ5jԨa2@F5jԨ7G5j hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0hO}ԨQFQF :@G5jԨQo5j0㵫W?vG&!u> yQF5l QFF@09d`IENDB`PK?_ھCC1OEBPS/httpatomoreillycomsourcemspimages470351.pngPNG  IHDR v@ pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVj,!K <@ЬC +\) Ê$#+\F%F +bUG( R@Z)ׯ]CCR-K űe >>\1dLq.A11HFV.O +JV@@|lp&l627:"`0݇΃ĸJSK =y$.< 4) 1PFa呖f+ M;rXB ׂUha jS;hk F(@Q0 ~<Y'M@pN|Ef:<6"KApHHPH0U^~6)IC<*ENWpX/jj1EKWDx~<HWѡO#@ߏUMIR8AjgXhk F(@ @[6q5Ohwd]K _8) = +d);1]#;qu9YblȝukbxЂOȞ#Byt3ҡ/GjM/aSALO"_ F]`4OF( hxھuk@> k4 F +,NmA Vw4a"֨Av alr u m r_W"#fOhBaT=i)2;  p{Xm'#B''#Vӳ@Q0 '`4Pd i[Ca S`'TGnٟ?}wQs?` &m-ҌZf-V vbŠ=mTOi C i+]g#/Cks㆘D\yO0"e.ӂHDLX?D @F( h4Q@OvM;F ]ac '(\M  rk)1a @ pMRZŇBjWGGQx W_yy`€ M @F( h4Q@A?OXQbRϹC^E /L*{О;V;h5 Fa@d  878&26uNT6.)=|%Fa£a5jBd~5h(\m41!@ۏ*MGÊx6a@Q0 '`oԣ)<hjpuop3[4X"@h haO@;@AbrLs$?Ե}V T]G5 \1> v(@Q0 B7`/'Q\!׆8" Ƣu$f\-o2 ЖW u?u;ǜڎD> 1pd`P9 .v(@Q0 ba }ڑD^>Jx#L>)&NQʠ[kXbI8(@, @v$1[\Op.osb)»71E3 \Z +\GŘ( (x">-ρxd5h _G37$8G ԾO F]`4OF( (i9TFr+*S@|/}A F]`4Yb5K#|a]OkXb9@܃;\#121-;֬%@ӓqVgNхA F]`4OF( v$ٝ OI4IqaCBp5qu7PVl 'r<$>h?ќ, J;TP򤮃6aEt@Q0 '`b miju6\L5 4 eZcz pusӎ$(2t+"޵yC. ns}0Ȇ3]"D\/7Š#d-Uq}ĀO#AD]XC"OB]nA! FdX2h5PaE @F( h4Q@y H= ~ #( nQX?*Nq(9WD*@ 'ǏG\JQ@DpI@ s6 {4FlXhk F(@4 Ftr7H @jO?!ׁ̈́+#u!-pM2d6aEQD.ea+]!OYRVKW@@\1)Vh t +\bX4]hd K Y"n3q$O#0|2 Fa@ĞWO~׎(7%(xȾ){Ad-9XQ䝍OQdsGǓ AA"$ۃsѶK @ `H\Ǚp~!YFZk r4 !?5]K9wL51h5 Fa@d 跾87ܓ:WHjXp1JK65kqBj !F'p#%a xus@|Oj_$9G <?Z߅AO'|26/"ܤ aa쓐Nsj8 @F( h4Q@ r`y@m\?v$.c$hvSr6isf9#0b$!2vڍ5חbAn' 'C p#\^I\ r_:{ +xW-؉T+pE:r> e' F]`4OF( hsG}û2zc @ 3sG $a@Q0 '`'y!s{ʍ%V6ik  POWKW, <@RhDvscrayX0Sǃh"!VX}Mb<+]x@g$K k3ψuB\ T UXOH!/($ ׌(py!Ãd+<'<h2 Fa@d @.\9 ^f-|d"gKu@mȮ,A1B3ΝYDIX:WYdc]NŰBf#Nֳu~"%i 9!wf9Nu0 bϑ@> yFy@@eXP9Y+67K2A\M̙x`zy$kF\l,rS9F^Xa5 *RA"N6ARpcbs$@?!cZ yP {YQ" 5M`3H<܀67(|khFjX1 I ouZXtnl>mwQ@h>0 b'd67V@{Lhp׆5"Ê{au!yaEg쟠*BHWYD %\jht)\߅52\E{Lt!%aEg$)whk F(@ pf,< t ')ھ"D6a?!f \ӨPvd.v^ {h?=y NFQB*Op4N C0(PkDOHJs 'Oۯ9@O[lɌf ++(k"tXw0.s? ^;?c,X##p)߁ II$Oc3!uG5k33hS̞9@F( h4Q@h>0 P~"/tO~<1&\)x0@¾yzj2 y%Hc($ +0 p&r>HFF&D΀>$G.oss KCFb OX&>-j.O1 q0ɸO D1'4zȽ#j4+mwQ@{Lifݜa5 thi1 Ftr·Yȓ8hX]<C: 3p:1SĜ +lt!g%Fs2<"z\aŀz<$J^2qM;y ԛ_SBJ7=#a@Q0 1 ?N͉TTiVRu 0r3qkHbSF]8w~u0 m'OHdOp;b3 Xl;<\ᆫO@sx?*Ddh5 Fa@d F(@Qsɀ:vxb\*@@srG SU8WXҏa5HQ#ߏ7%#NvJ`hk F(@ yFRQׁkף[@{Oos4C:=+ODLn+Qw톇ZC>3hB IPDjOA?Vx'@_O [KA!nmwQ@h>0Hk󝁸p 7| #{,"Sx\Ea_w#O 9ow!:`a@?!#ĉxz)2 Z䰺NXKaaH x4 +x߆q40|2 Fa@vmm*\mGY sֶ&;.D 2U@Šqs <acdj#3IWhiՓĕDKW@@4V F]`4OF( hQ0 + uQ:X׫ B dsy:ˑ%Fb.E `\ˌ+Iw< WXrW8 _ Q@'@U^|}>2OzOՓj#:AF9:y\? +\x O>!&q܅p54?0 j'݆0M @RÇs䁁ݫC]7H@, Hl2q 3 >Ayh s \ M;2 F\ _-,6\|rkTB;>9 WAR]ExmwQ@h>0|2 Fa@, #yĸ{(nY@6)#vs}~<@!X<}S1"kK fރ5Ǚé@Q0 '`Dll.=u8ܑu ̝w:GI LA?A>v1"BLZ3'tqB³:9 mOh5 Fa@d 3̦b;v,ր׮\B0?]9ؑO =#IF V\sqS@h\COp;ƘmwQ@h>0 Jw9'|vrdO)JVp  I/VcN w*!s,nZx!#r!''F=%xha@b nNOK >yGk><%>-dW k` U\5T s4 ^\F@Q0 '`D ]Α'w2 37zJܙOa@, F@ȷcPf#)H“Hi:s| &^ŀ2'hFkBvrW:T~:{g%nyl0(1C4=f 3r@0(x &a1B#R.|cϩZ ȀTxc Ϝ@u'}+<+<[pݩD. $5a.W!9AH R (@Q0 b!8$ I̽d3:syFd:1įDA5D +s$rHOWĂ=Mp-ڠ:s&:HjgO;_[<>r0z'p!Ճx/@Q0 '`€liv+\|Xs#\ e0 s$ІMlDGF9wG<KՖ@^G#*OGkq_>3q5%g ϹKHJF^{g(s|5eZM 2yQP2BLI %& ='40|2 Fa@Ğs <'@ <(NAOBL9spms$kN9q>D r3m gҡ|& eux9zOh5 Fa@d BI]*檁]EaS~p( Z@bȝ jhMy}|O. ٚKOWUU輾CX?v(@Q0 '`L0ZE^+|{ƺ5kKc[ 1^2 q]RC@x-\gx~S72qa= ~<1 g!j}@ v1wsvrgO!mT@h5 Fa@d UΥ86Hs$V%PzO_3Ύӎ$uW ĝ#(:XMjX1P6FLLϙ(9sxw'5]E1@@F( h4Q@ qy7'?G;I2 D.WD` ( ϖd'WP -y HF_ px?G"%#FJWh!&Z`"Pvv(@Q0 '`4)lsS7ŵU!o k|& \sg@.pmAR5̀ 2d_*< 3Pum3bh!paZ~J<#E9۟>a@Q0 '`D ydhFԀ5DyF\q'Dy mjsc`{ suhOah` >:O`|O F]`4OF( NRۑ C#45Õ"[BnIh6bmO,*dc%x'Gt#wW9nupt!4-b结Sv$Z9QZGkMn\t3q? ~f9rWA 4p$ W=mגmwQ@h>0X߅|{[ [ F!WX[hܑa9"咁 +8<"!rs#qO)pԜFktjcOAY^ab`pHK ;*<b.) d.Fa` +- F]`4OF( hQ0 + Jɸ^Ǻ(uy5RsV7ՙ.>aEG.u4FHe+  Шo+K=u< bMVXGc4?0 b]4:[ԣz4.g7Ê@w#@ P0<˟(njUԣH7dGBv!yUT +|hk F(@Q0 ">-df*;\FQo%!ynZ<@yK;a|\ K{~"ڡxO uCI9wtb4:-MI v2(RÊ%T݂ ׿!'d9b= b'' t"c'æ;\gJ ls$ahA#,0wF!ϙs8hk F(@?AnS"WXĜx=Aڗ#㜻P(a@ H2f@F( h4Q@螠asO| 6hb1 ;=F?!>X@iQ@ @;$!]hd F(@[9=wD:2o>-Z+  }ZCޣ}G#FӢumwQ@h>00VB(Sv wrPdbg69AJ|l{Z,܍^WpkЫfsW0k P>A>J LLrQ<%#s0 IX 7KEGE³JXMq\.tELs F]`4OF( B; ~l1g-Hu+9nh?}Bn jV,V0NCf K!kQhbLacb:2NoF-G=mxc@IPH|h͐w/]9g# =݈v$τWxE'3Kю(SHk%2.W?udZE>Xg#`rttϹ#υ@@Q0 '`DsHjGwG;.i⚥!w&p&Iyp)<)< ~+Z_i$={XOShQ@| F]`4OF( hOpmFd"??iȽ:'Dl7ց|KbWZ9puuȓ qU( =E }9\BOp+3ˉhk F(@Q0 "_SW _lTM>bZf-~ )1MO-"g&M@1\^D+|-r#{ ެVXcAt*\?| F\"В% (gd~e֐ LjX1PAƘ-A9G!"ÊNW40|2 Fa@HR|is#wڍko.' v2NC v \WP:"Beu?s3xhZX*e 4' @Α{&r>mnRWamnvGƄ ;e{(ᴂs+"dq!21=m40 2ȶF-gѰ"5 F Xb9@0 1O$ Yψ<2bvOƮ[mk E<k?"x0ugѡOyFՐhk F(@O栵֭Y̓| r )##k#jǀa <1ghFs<#)-? $r ZN\|r>!=2'x̃;uVȃF'#@Q0 '`n> r FӌWW!dd6ۑ>v6rNqgKӗOVxr#@F`mM.9(9/X9O6710<}9O +\}?v(@Q0 g׉l#k(dh} yBlFkj0sv.6~eYB> sGLSV9bPW??8~?@RŽ B "*  KUdx>aDT1j4V40|2 Fa@Q@,] XG(@ZF NYzIENDB`PK?Tmm1OEBPS/httpatomoreillycomsourcemspimages470353.pngPNG  IHDRű pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVf@M IQF5j5b(`@JV!h22 dI 䉓ʐup $$I1F=  ^xή"[;ֈ@qۨQF5, Ae;@]\ !G8Z(#q?tzȝ{dTIy? ]EcZBF{F5jhO}:jKOOS@1>1.@~'fO>1~WA4G{F5jhO}(<=ubA^~&tq#I&b9dWEAޝE1>1!9{ScZXqdTxR *0 Z G5jԨў M {꘳hYN'S5=K;̫F5jԨQFCl`?IvOh=hȫaJ!Wd,VO}҄p* +( Bāށ[?GN=QF5jԛð@Sr 1Ye_Spi4H=QF5j>j=u:r`O؝(Vl$C蘮4awjxSFF&($Ȇq-5jԨQ=QЀԑ{,DHzԑȮBԱΩ{@YHRCG{F5jhO}({D~O< w L̦V,בkt>:.=EFF5jhO}@ԁ-Ƚg8<)ax!ԩx:VatV }\^4W?~>jԨQFGrO FoqԨQF5jԛ(On֓cQwzrhWcԨўQS Ȝ9$K I?&M6nna*6H&Hu9"Ξ!4х8;靥U [=RרQFΩ,:> 8d[飣 US'(?dddedaKW#BRj5S5jz28DxoUt ZVO@sM]-wPHb!MHJN-v3u5jhO}(xO OO<tYD͏ ASAS8S5jԨ=un=u\[ޱQCv'^ٮB3jok>VW!OrZ Fa3&>I=d<{;71C~d@LO55j>j{4{3&f7?t1F:~Qtc!F G{F5SS\rV#p;g!#UxB[JUx ҝs>=Q*1yאӛC[XhO}ԨQF9z0 F(`ah8^e Bt~zdLq~_f- v2\b~Gf QFzs Z(ux!n3q ٮ vdq4:>jԨQ#a FB9n,!=I&`n%nO:ą@@`m||KW,GsOUԑG5p`!a^dr>jԨQ=SS'؅rwB 4дMvO J<8S5jԨQo:@ :rg'^f-fةEZa05 c 43=ukcMu@ktapH.Oa*@[`jAv==QF{F :@ :">1S6*ɛ&uN?[lUXn1jhO}ԨSSO<2>S "'*F#!222A!!51\EvK1pݓ&LrQ$ԑ]M MBy..!壑 3EG5Hz0?AQ xPTx vrbj8jԨQF FCl@m;dO'O?}wˆ2ry>At4j1jhO}ԨTP V٩QF5jԛC}N OO}Ԩ5jԨQFSўhyԨQF5jԛä@=QF5jԨ7IO F{QF5jԨQo:@GϣF5jԨQ&=u6G5jԨQF9Lz4Sm>5jԨQFzsh>|5jԨQF0hO}=ўQS rzaSG~@hyX5S>FG:@v$/q R[\ʜzKԓu[ݒ@ǯiQ$Le^dH~k(F7xz(r3B3n1ϼ^Ȓ ۞LmA%`DzN U?D:FޗiO9 bTt4r f# .CBv=u<+w1߃TLXw9Ge=QkF' 0]|C(nh;@ă0J~8$.FGy'CSW;Op[zsВfsRJZ ^ XEdrSc± F1oqd㊑ܖ\UCaYPnܵ͞B<+(ylJD)G Aϧ7 U.**6(eK,:[f˚SoP: 0 wAbDg`!*T&粏Ia|V"uXh@c!^YIR+U`G((L,Ub]qtV]`s؊R[5ڼODKH1'Q#'):zb oz{{0)X;?ԓ"t`e 7QߑG%uYmd>saФ{p^X@*`nO7/{$uƧ3蕨Up!I=3>ncNls8FUeKKGa~U#Aq S!8g֓.ԉlA>)E 8*vHۀMC"eσw1IG<>1:%i>18-@,gIZl ϩ#òw[dC39u3la4et!$Y?wG\ P<NFAbhhO}ԨQoŞ:@a!:1\SO'f8ӹk>s\c@FpF<2 bhEvd1s"iy:hhO}ԨQoŞ:@@ ~ɥ""c~8m8krlWvVDXVC1HPF}Rݕ:/bU@X?Zfts@Up kʺ&4sS?%#}dDiaC_ t▝4+[&֝GJ~`Q^{伸{=+t3ՐeCJ@ 'WW`Ȳ'E#( Y Qxc*Li$H AW7$`'G$P=d>Q*PŸ<ȈAzA"c#('GFCl+aiH6Xhq]OlIKpĬuN ԟzUy:О8u8G[ u J+e?WHdS5j 2fs߀٣38oZbG|'mH5Ǻnc@|b;]gH~׮300'fVFQݲўQ jd\ f Vc1O@ wpFa5IXafgO w0~7A"A2xF:~5jsX3 `#Èw42pn-uAШQ=S D~}Ɂ#`ͯ;G}imτ_'(H޽p:9ĀNxR ljԨўQS <'F!s1w?QnN/E 1~'FUQF{#@,>: uM'!wƢ5%e&t(>~8V1!pD1kb?` l5 fGxņqSII"UQF{û@,XpXJ:;zTW1>_àN"~5~@"N5S5 @ xN"p.\K4+v<BWwJH:玊ݑW > +F|ra5 5jh faQ0 F(u5jjWA p`5k!KW,'*\{=>1o9< 7H45UR} ڐC_?MB9H@(8$%iJԅ|);5jt}$  q*_Cի0}]H\A'HB9s;ɎAWÓ( #ȻNa5zQ FºP P` w Ijԁ@z̦zOYc"{ B9X' | %@5hWR `j@ƄYA%1)KAHW7׼|9E!3$ kć2C?Ĝ' [F<1ЅAz^B#Oǥq{? dTn.:5S =ub!8Sc U{xhN\E0})3dCn#uaR6̩LxRÊr]33FG{F pO z>|AԃB^~zJvf` 1 3kğ=@^Sqh5j>j a`w$F=2@!9* .RnZL`ְB 7Bq 1\a{n@7ھz~5K*USSλWЇB#O|AW \GcRS)(%@3[<>"EkI@} pDV5H(գ*:EgѴ*\IF 1"( Qe(~+t n5j4ĆQDlO!Ô%1êSECFY!}MH7<1-q)~?SGAiDKp* {fPB+PVi~>S5j{D:d slО[trU i,)C'J*ͩc)kjeA!!=18@޾+ѦS5*Ω#G0<  ht;Q2@!="=ubzUz4 %\}) {=Bى<^QO$( {;F{FG"3Xa诎~`#PJEbӃsRWX&u@?؎‘g?Z^.p45yIT Dn%oE@۬yYI_W~ =u:d~wkXF|GZ:JV$G.#۸ؽ=uIn5b};6a(SYAV,vJ``gW^y6ߓ]l 9AԕD{pZ#/c'~QS4نY$ixשۈYOn~A K2D̀.Wq cD UhVHM]h{;hO}ԨQo:@ާ>|5jԨQF01 F(`Q0,@! 9 z\rnZf1 S}pHP݈ Qh5Iqx6Z lijFU%*a9p׆M6m oiz[S4GV C |vo"7_!5RȭK p`<($n&L" ю2 lHB:S*y5 ءY  +b.30DJҭ@, 4;c[$+CI*UF;F Iهa8>YPBr=u̝K0g֤"tRxUƺ¤O-=홺I_t\E5=U㸞p@B\\!ш]_i |RVq=ؖ݃qZ< V/DѪԝ Q~kQ2;t~Ps.7 k\!OǨh)ng'sZV]rCFz#T cbUuż@cځJPK,Q81pq8BH, CL}@ Qg!]$ȃ%~"mrˑrL,QٍާƑO25 lqB@reCOzzq,Ҍnyb@ʵ0~ȣ3 1q<:H 7LdҀ[2dΠɞ]nRV9. ]ެV12Pcr#3ܪT2[KBYOj̰1SFԶڗ5_c m3X9wu]R%N Sa(Eg Vc850| QN֬S*>A#PJ/ZZ츪Y6٬qDއGј sWQwA콄#bp]HǙ:H1*2Hapv0D u 5UrU.uk R6 Fj9SOb%w<&آar](`u?:tU4*j,,f5NIP9yĎ:(Mc`qê|smd>$ea2\W n we_U`pSvԇԝQ C~Pb@з C]pҭ;.Z]>~nR]{M ʶGQRGAkUo1=g^@O+N%O:Hsw(c*@%|AO%u !IJMkX3#j0s㤮>n"uCH༷H52*|kpBioDEiA9kQ-%sE$~XD ^KC$/ %MƩͤ!  OJP} :I5Vwu8<HeӯN5([SeTu&Wp x%rVzԇ]1@ 芼 ]Tǟ`:%o^?$FDcX`d,CE2|Fw2OH)h7 QH=LV]$)'lOi~x\UU jƤ*+8* ]Kcg%H Pˀu=(Jj]=Ab&r/u5G~M8ۺڃcɿmI*+։3tiV^h"`}bjOv_U4ًe! vÄ gq?"\YU%@GQPRolA!̈́IMAB /v^e͓ A<:KF$RE}R4 UT?/'+djL!rM d 2 T5"$< idGT(ݮ hG)Q'IPR9{CqCT++[fm@~H?X4"nPε7'a%ΑrmE9XD1.)Cֻ@U=G: nbYi T\#`w1|o<3 jT$jbSwz `*3G{0O5KR !/s06;?AČ (ؑwAh_7_{02vTS?Ϩ#cȄ3{*$:<1Q(4 =F#A)'QTB:@|| -" fH,p?oئy< #99èQHcf'GC =uS4S5jԨQFGp:NϦ1nF ʞQF5j@ AS ѫ%lGqԨQF-jFQ.:@G{mQF5jԛä@=u 7ӳw Uy.[<*ʥ+#v6ByG5jԨQo˞:@ "(:¸ G6qdj>jԨQFԇ}O FwR6g~BÞFב5jԨQGQ0 F(`ahDjjiA'M|dA;]~d/[f- őDApHHPH0P$3yX̻((ibt}ԨQF~ 4PWEKrLb]UyW#n]r2jԨQFzs,хr: ']^H_GC5\bZbv=uwnypCAp_!Q=QF5jԛð@=u,$0:yk{zZQF5b@#ޱu] gF@C:֬]f 7s"ҙtdy {F{F5jhO}xhsΩc\usF5jhO}hDԁ}_`M$^f , pqb\b@:]5S5jԨQF9 {4zF5jԨQ&F~҄ڞ͍v/7h" ^SFHȢ$6DhٵZI]+zj0$T@銴B JbsHy) 8.K!W "gm8YSWGŰ#GZD#=zS7g`![syRd &MDž1d 9̻X0p<{b( rݲTs`HT7 yXI`Rl ,0EOSrXQ,%dgk9ch>$?r`U "h;Q2I?>m \eWCRuٍ#YRgi*Fʨ.L cH'* Ml{4H0@+nw;4 b\ F9TQgeb8GJ@q GPHH^A>dz (G̩39 O@:ELg# Yw.R1wWS\,k5DɍvD.@k_Rqv2dU.]>?5N#oHJWhsȆ#KDLbUM]-%"3S8NvjGv$ZL_2 A mx)q×Yɕ8ڑ WjG!1@,  {Eas6hO}Nb{$.bk*I +IN/Ў*!XRqNk[Oș!S J΃hߩ$(8ZSxS BBzQFQ(GFj5FF(`Q0  իB?nZ!}bKS30ې a5C 3A(w} k^A>5DEEWE;FCl'bpE v) !H:epzimvx5BQH@Jy?:!`X o!鰔FA41lz#0y@ CyrjL*hhԨўHwbTa u(hyX5S@kGèQEͨQh=uB!vHO ӏ3_@g=}bu=g!`҄ sIryDćr#{-0C "pA< {MR;AWa"##P8~05j>zB<:.u\3F `|@XKSl.HBgaR@~ViO+k(Zޗ$vN`5`O5z\=Z`W:rg Đ4x!WtXkw`GNW#*$+\@Jp`4jhO}$wv) @>]z{ F>6/Af0ـj(C%#J-+SAy\9.^5Ty},Y2 0z]+W{Mt;HJabA-~UTIH1e) ~܅b>IݯJp[6=UJ~P,0PC?!G16pFσ(G#.a5jhQ3Ҍ ĸf&B& $-mf\^:OLNq{; +_p 1Hpe>jhO}mKW, 17"! 1 CiI&2f+(pY*?HtA<3xԨ#m;@`=ZgZ :!k}R䯁CVPY; u~& ƠhhԨўH ֮GFݲ`ǁ+/*HHJ"y_|zuDNĜ7$11C 'FFG؞:@`CLaà[M\˞:k 2IJ=QF{F TO X+w܇9[f A&Ltq!hzÔ;thJL+sT$WaNb8UB XC +dC ǩ x 0ϥGS\HF!2bW5S5:@M/\;q"gIw*{x!$ Ӆd$mj`TȒ7S'x"=Ƀ[F;@FGBO y7q :Q~>g~};.WQ=H:xWqJf'6OB/ݳ;j>Q$@11Q0 F(`Xt F!I& FG֬5骚ZM--d!!A!INPerXD^=N|#+^(UhӸUB OO-m{nASx7OO2D|j3K# b>܍G:@s[%Z^S|hG:>F5F TO 著I,G:@SjAgO7AHC9XB+(B HrB6 YU@.dI#%MBe X]qdWtM7-ihi1:mO y ?N$+cp/5S5j{9a>Z}&mڃA ] &l 3uz2Iyx+b'٨RS3 FZiT Ϙ@cN|ȒEi‹CUYbsS1Vq2j+wWfPN(fuݟkn̏7SL}?{O~֞:rXf7`:.X{h HQB>p4($$ "N( UX#yN] qH=v m IIh_H ]*# FƐČGS~6L 1̎>Ib&x'@܆V'GR=Q@,D=>(r Ҵludv}\Od=u oiOsNm4pdc' 2IbOh,ljQ>:$>u2<}:={FG{F :@`jcާic-p/"w!}={5h#:~r@ yFӃg Ti:xC0.Jzi 3'RBk+3*QXx  II}ўQt 71=u"##KAQT<*:}b y;d :AԉkpdўQS޹@AH7Bt[zC/:Z?pǥK䉑? `Sj?R89]q^%%E"E] oAuzUHT@(g WWF=12\Es**?l Kk!I9u<A*IɃn=u2 ?>S5 =uKi U\}b.h~QFQJ(`Q0  >%ǐhtKcKS3ȞF+I ¹ؾnZb\_X]EdX6!~qk^A>Zx"c3i!W *uy*$Zf 0TѲ6%a5,EN$(]^7Lc1@, }=Xw Q'QhwRb`v0 (CR;zPvdOڤհLd.]54œ-mc "]6T܇Dz X#$uZpm(b'&x!#@P~J;SXGYaD+]-jhSOjO X"Ic I:P&*}A?(}ycp8iVvG-ؐ rA?-ؘ%Kax8j).MOne­Nݕ/~_t%.6TbK)  pchGWF{ee4z#,{5OHJ{\Nd>]0j\JlcBۥ& CYptŹ*b{PQ*#qW.]lnKNgqa|>J06R:VyS6V*Bpb )V[P<.b%hL;j%>behyUATUqms+Aa=.NeukG Uq.|T&zyc<# VG&sVʡzlY-Eu^&!h9|]RHfUAV+uWkN"4> 4G1S,Z-\M)JLHJ,Ț:*OC*ugLn6UzPvݕzł%ʍcpQ\un`x+YVoTKQw:Z[ɂ3K\!:Py c*۷=G @F}ե0G2n8 J]+Q?N}SuAm qIc,Z&2&Z;blX{ x1pbNJW:L19`όꆞ]pXx]&;bT~v.T3vN{zb0;*&kٓUвje{RzX {mANj ӕ7UNJSov; y&qEw k SؙĻB][ ;S+anQ0;/Ɖ"4K>/?em(VL@SFzBGSΪm{"rKG|b'VL=y/x`H*Xk]t7x3݂I)L}@ts ^yI}lBRǽjkza0UhS4w N3R~_VpZqIKr-I/MVRg{(@H=~_ԕQ.A bUF7U_8TDX#aS&`/ө|#ˏXGAո0 ȗq q5gl,*u3B-QMtVUF8uޫ^ҁѡ"J<<(MEFS!*EcƢ܋STX]'t<#Ua~W DX+ qRټjI5l,ajX8;JkP5AcWOW`B{+ՎVQb'U 0XÉ" ?VЊ)JY 2"9;eW#!Z}pH{}:Fy*z0Ċob˴Z1 ǣR>&^JwUsW^-@Ҕ~"lkk| UD5<?_W۴xv!L1`PX#v P}:^D/MO%8Vt=ގ2+y5*%|Q ZGa 6*R JO#F~FmTiQ~hjta*z Kyb4q2;EpVήpNWOȾѰ"{F#@v *1ߌđ=物|&~vdsAeh?oԨў:+6FBϩLT\GJM\FX*;n7FQw>jpX>7$:@x}kȍyx - q_lلo&~w,\EvX-|i, 7z0cpQQdVO·83 F"g쩓}S`h 5S' ў:=u]A0f/)5Rtn )#CXdc‚Ě[/J>iG7%/O{kU]J)}^.DQV!l=L<"-Q#دU]A y~U+4{P>p} :( ߣ=qD#X 9IԒD5#ugvP?Kp1.`Wh ї_?rl( W|W>~;VG6$ {ϪJAе>Է̜ j'@ =S }_p+p!D9! ]"MyAjCl`P >CfO⣍Wo0oJURߺ߷bb`Q0 FҶtr 2<Bp7ZP藚Z:Va#r~h-||dnCtz>"5&4 y?x y ȃP^ҥt}Ǥ2\Qn ٬0,%?xA4iG0qWb nתgz׫:j I[Qģy]vzg9R|~RPgS8s&5W"z;K Ǜ呁2b|H+ɻo2Q gH]ju{{7Ă<{X>I y*=K΃Tk$QBRXQehnUzt3PS{3Hy`RBO,K'naHD- Ȭ/fjVxTc%1H3q;.K1n2r}|1 k) OTTp+ RgلWAםw{g0^cR"ݮQWWf0xɠe*CQ 6VذQ}Dy .g&W&Tu{~ 0pov`48jkmi[B ;qyqn8%;u[kTw&uvczo]*ga}*[~YJ*mG\RRffqeXԯ]A0SO 6 8'a(}jM|T*b+*ΖdAV̠"UÝm+FUVLB"U#n/a VE&Ks{$6=Q6Gi1%l/Ƕák-p^yU~"Dp UzjzJ՟KO0zc}Fp1zy #FQH5 XH:@6&k}}BG3B#jkwusE6 MlFP}D^ 9̟>y*-#G` 5=ub5@^7Z C:Vxj:m;{F!#_P< BQ  ]˃]+!F3 WX1PD9Z.e4Rh) vh_j>j:%iS lu(,oIoC.Ccc.҆kN );5xgc GZ 'O5{q]:IpXS>g*ZEs&hl>ju{i{O@52>0^%hA@ijW> k+kZ( 9Vr rs?>sXѮG1P.XKBRZ@A'g*OQF{FQS Jҽl{Ƹn.COR!w1g ;eddG,b^As8F}:2@-ƯQ "U 6ўhO}ԨfECWOg!O:^cM Yӽ&Ճꩣ}"GuNOrţQ "U#nhO}(*@p;Sڽ {y ;SNŎ,vF{FQS u2v.O f LvXAWRhG*WFR -u4'1Pb40g qK@ w`[.^C.Nlb5-m#0 }uk3 $ lC&L"\фJF#}TYa:zCN4]:ǁ R^ׁ=m¨ў:^lthB5T?y0F @R DN=uY wXS  2Tƺ>KVoИmS[_Y l:OμHؤl-q"7{Dco4Ao&6vsP 2~Wlj̫A/GLJT k2[hS̬taWdyJ+oW8"?Irzas4Bv9hꑩ+Ucu,=xU2 2< 1HE]Jaū[Z^Kڬ{e ox;a Q@bt>al) Q?Rrq]$i*,& a*=ϳA6?G/];Pe#M]/ƒt,kC6ݞaC_U̮::gF5Kv3}1h)HjS:~tv9pw:wpۑEWoz uƼxU#zK~K&w} :8[H Pxq`C\ W1k+_!N9Tzv?>XtՁJ5K*516*oov9 lojCz,9*qиDG265H7+R)`}c$`-~w{l"P:E0,s0h'J=1+uG \JHCp6|dym_(?D2q@3q7Ѽ혳ʐ";0.Wjpv{%¬jy5F^x1S"r^55DYJ#og0 z Mc,DB_V0!ᑒqeS\'uiZ[9of~0]/:3huכ{W:8EZgj NďG_rGzpT8)J0q }Rͮ*FUݣ+Tl?R Raz[c0u=I{M?'#o]R'[;BӖ:?wr'o#^$ué@=OA!uD?L-сUêD+c_|`*7 a OpC𺇃OB#}TÏ=fp732C(s<]Ѝ5RpPJ@9îߍu" [{!L| xLL_K}0uDWPj&<䳴g-[|̪Z=+5~\5F{JA)ڠGYEUi׫yb=u rwVhM+gjj FvP 5yg @DW0 Nk h_C\0=uH0SIsD.@|MX r&BNȹpل$4(LA!!D? Dr%0[+(:W Պ  /p"!?P%Rc-Ɋ3V7''}ߏOM]¤p\s.qh)^-gm9Y2u>kԩX]b5(9r YpqWIeP8(+ex VBN1P4r&| PnC~bF?#B&#MYJv?}j xq]aѨ^% S 1Wj|VTAܶGv=e屙r[>{u,$X5Yg(J7NN R%MIZEf)j۵%gVV]TS NVSWYW+gE_iK=UKdo#-q"sa'ʭ8HHP5qa}z9<}sd~0T;G}%pB/=pl(.$^5xthK%Y![18j{rEQ j^mwBHlծ TQ 0C .VOd1s?SF**bQP咼 饔0* 5T +aC,u]4ʳ+f"Hص${zacRÓSUjk|l*;=^=TSaJ'F~FѢ2EQF+2 3Jɀ0MImbI%  QM"@j& {4S҅%ix(q5 Q'QO,#̉.QF `O}(Z@О:uB=-ߑG5F`3 XZ ҰG#|}3Im/9JvtLcÊSGm75kMHJ"a>QF7 XhO>{Lt(2zDzhO}ԨQF{û@=u :u<kAAEN4S~.Ñ'xmAV \Bt<5jp~ў: V BX &Vsq']aю< VnCKG5jhO}hNiO:S'"G{F5S=u쩯[O2 Omn=ủpL@M2z ԑgq5jhO}xh,}S=u\stc !6S5jԨўphOq7"0D֭Y S>'Mv :Xо&ڍ{a̛v '` '!!S߽k7fXS>ZEUb{,dhO}ԨQF{#@=ufr NNE;`Oz d(~a9ԁ.{.bȇ@B |;;=uyV@VVrG{F5S=u1 09$sT"GiCŠXX [cVSfJ̪ZLZ&OY].!HE*7?4z}DzSܗzuԨQF^F_!T7n>yDG5j>l{4:>:EQhX/S QF-jF9u=QF5jԨ7SO F{QF5jԨQo:@GϣF5jԨQ&=u6G5jԨQF9Lz4Sm>5jԨQFzsh>|5jԨQF0hO}|5jԨQF0hO}5jԨQFzsh>|5jԨQF0hO}5jԨQFzsh>|5jԨQF0hO}:&6jԨQF5a2@cbF5jԨQ&4Sm>5jԨQFzsh>|5jԨQF0hO}5jԨQFzsh>|5jԨQF0hO}5jԨQFzsh>|5jԨQF0hO}5jԨQFzsh>|5jԨQF0hO}5jԨQFzsh>|5jԨQF0hO}5jԨQFzsh>|5jԨQF0hO}5jԨQFzsh>|5jԨQF0hO}5jԨQFzsh>|5jԨQF0hO}5jԨQFzsh>|5jԨQF0hO}5jԨQFzsh>|5jԨQF0hO}5jԨQFzsh>|5jԨQF0hO},٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}t 9d`=}d4F(5u@*PQP Q0 hh1 F(@(`r@`Q0 4ZQ0 F( h1 F(@(`r@`Q0 4ZQ0 F( h1 F(@(`r@`Q0 4ZQ0 F( h1 F(ӧO-`-M|||yXe׭Y3׮HZZ I@-&L6̛k&Y<9Ryynna>$062WLT0Q%xx@@0W XE  h300Psb=8$] i`yz`8w" x=̈IK!# *@< l73J;65?!1 sXIE 񮥥 _ s . Ap"?3:X{`@>ڦ9@1AFF cfApHH|R  ئ =9v62 hheIӏ-M; y2)Ё PZؒ2>ir*< % H1}LE`m/݀-ex2 c  X6Ȁ Z + -lduzH{F(4Z [ iCZbHRCUV`)z X!/eϮ] dWgC4'4rWԁ>d!A,#h1lV/E+H65Km`2XDY_9`)8ɓ12:XsZ`'xɄ hahtp.n3[=6Z3!zPءXKB,ӄtF<ta ILiz9d Ԫ</[XSW I ׯ]7h]CBKJ 茴nւyk`-P`JR#n($,4?, J>`,F`@L3W7WbV̦-Y(ȾBjU%4Ȝ;A 64R5G545ne WQ?*9%Nww卌 }nh*HNW!8`FH1uo\sDg_ɬV&+ш8 >H|7M7%gq"=mՇP5U}!,9CUUm@ G'WWsU!?~#&TG 1.O?Fj20&,+.1[z5\pܹ@ Q͍M6P#P Y#h5@JR&VW L0@R@`.4eXСhs)PJA(h]xDuahpEA+i!KI7?>Cgow>czXmѷ b\Që0. K@7 M!z\S4K!L[`g }ЂJ!aԯaU"&\-ۺY HL0b!tr/uv} l^ Y n@.p)`7h7(4Fޑhht(r `#s - 'jw\\\Aݗp#}C)4ZQ0 ٵ ϩVׯ]g@ݪV**ӁV _%2 htcQ@}S rg%+u/d&f4:hh`P@)/)E[M >t*3m@q5MK 7}B[1z25@`+{!NZX|C6;|gJAAE z-̟*TA EKKS3PP1rI&@̴`@K ` @-{a|+ i=Zȗv@N}>y⤫+x; ȝ*Ѹ@6OWH-t@pH0j @`ȱ:V(vS[0'!!</T4:~5 F(@(`r@`Q0 4ZQ0 F( h1 F(@(`r@`Q0 4ZQ0 F( h1 F(@(`r@`Q0 4ZQ0 F( CDGD(`P?;B0z(44Z v ? FaQ0@`\p5|54q]A-䉓 <\..6||@OISBk?`@2($$8$Xzpȵ6 XyL0^tj=^{>4HKLK%kpb? F(@Y^ab\zH" 8~hի<>^?~D:PW B t` C"h1 F?V-hړǏ6Q@5V7u+*`YvC܀YZP@W`,n͚'ObJ%$%Be8ƒvc9]@gCECqus[f'O]h1 FIl3@A`x uT9R8r,] 99cm'k;1 RR.y: FQ0 F`A~٣1@"oAO"!^FO9c ;I&JȬ]@uE-DxEE^#o0Z0oGe%%+3-y%?F(Y ($X 5e@f322@y,& 󠤝t~d/G"Б|` ). RWHV@űm?F(]n`(@.F. WV h :_/oxK2ҁrxZ"$v+e%@qR@5222䝤B]ݳkY3_BF(Uۺ5kƵk׀UC; XaoĤD`of@n޶GEAu`9>%-@*Q]@} guJx@G(q131"KXGGPh!@c d14r̍@ۛ{ .ϝ;(#hji8r|.+)4a"|-P> >lMs\Cg]=.ȡ5t> Ѽ4ZQ0 1 II&L- b<}Z% ZV!@X]A0_dh]kS3d9QL*- @3G(C((J`񪩥yDCVZZyͮ =y)"?$ncc @_Q0 F( h1 F(@(`r@`ȃI&h8:?F(ڀ3kĥx5kCBeim'O8A'EShP9, F_Q0 n+ 얮XN9x}: S@`htcQ0 F9 FQ0 F(?F(`h`Q@cQ0 F9 FQ0 F(?F(`h`Q@cQ0 F9 FQ0 F(?F(`h`Q@cQ0 F9 FQ0 F(?F(`h`Q@cQ0 F9 FQ0 F(?F(`h`Q@cQ0 Fu cQ(\N89<4`0zy]Z @(TyDGDM6O< _V^R _ dSh@`V4޵k4dq{!b Q0 F8X0ofSƵl_b'O!*t쎴5%$%jjid @14Q0yZGatt FQ0 F:")JjXcXf5kXNlW5u3!A).##9H2 FǯF(XjWxBj#l<-,hm d4ABnvA!d; FQ0 FۼmbbR}*Q0cQ|04@(`WP@]ht(`r@`Q0 4ZQ0 F( h1 F(@(`r@`Q0 4ZQ0 F( h1 F(@(`r@`Q0 4ZQ0 F( h1 F(@(`r@`Q0 4ZQ0 F( h1 F(@(`r@`Q0 4ZQ0 F( h1 F(@(`r@`Q0 4ZQ0 F( h1 F(@(`r@`Q0 4ZQ0 F( h1 F(7\0o5k Q@pĉݻvQ@?F(̛?` c>>>`ct(``@Cttypt(`@`Q0 4ZQ0 ?4a@ZAh` [p5ȑq&LtR^R y+ F! -pY &mm`-2, sWe/Baw F Iɓ F(*iƁX7h'OvGZ]I= FQ0 FȪTQgO7I[h` OP]W l\ù|||򑦫[dM] ukb[FF&>)h` OiJC`ɸtrZ6 )-,g`(($lh1 F(U'O&MiV`+{4@(p?F(# ;h FQ0 F( Q0 F(?F(`h`Q@cQ0 F9 FQ0 F(?F(`h`Q@cQ0 F9 FQ0 F(?F(`h`Q@cQ0 F9 FO2k^"* FpHHgOhQ0 h1d3BGgQ@g@PIJew6 F( F돡^mR`Z?ìBV*`Q@k@hS`< F(?0@E9` c(`@C'>:s> F(@@χ$L{ΜQ0 KtDh( EɓѸuhq @L'OD14LF`m '@,QH^AhXQ@k?rO>Qw FG(jk&MdP2̛`c;<;b @`Q@P^R е'O4]5$BhQ@c5"֬uusddd> FA >ylŴ45#f䉓@As s77(&V`j*KT8 F}!Vy@Z7]<i0g@Ǡ22 IICvT vϚ jI`S0|Q@g~ڵ!XzIIcH|H`0d]Q44Z UPSWkoc 1 FΞn`;yĤ JJ;{F3!FG(t4:>8yd^AhZЄ+yӧ@e@rhD`?50 f|`(`r@`n1"chtjkvi4{q_x@Q0 +&$%+f'',7_ Fcv h1 F='N8r+4/޵ X}AyF FQ0 Ǥ #" H9k׬۽ R+љQ@*Q0 22KW,2Zll}٧NF3zQ|u@V @Q0 2Ĥ |7o /!z+ze ?L` r@Q0 (jk X@Už]ddd2h  j" c0_Z7 F.@(Io`xjij \P`<Ξn`?stb 5@(I5K2Z9&bٝNL?;2`H?F(  r$ڊ^鎌( FG( $&%]OFFz9O>Nfh -#v>y=Nj c@W`Phji~i; F@, F/OL0jQ0K<&`Ws@>yQ )R=k׬!22jx{ɓ'ʃ:F,:Ps\ 2 F@䮣 8:X+`f~^ޘkIiѬݝ@$0j4z/( F$STUZR@ XPQ0 F( h <ꁽJIu o?;BFiF(4:Al{"t]䉓22ҐQO̟7XX65=tۤ ֮Y[SȆ􇐍zu ;!)^G+k`A㑝1 @;2 (tqsܞqA6`P;pңWG( FXD~sm XnڶRDGDf2A !4tmYIY3VMܱ 9 e:n`96`wݼm+@=vWB|Ԯ X1'OHQ0 /+XVBP\ hPH0| h`jyX|Lc]pE*XY>T|"W,ǁ(tq *;{ l rd6 ǁ$YM|U/1ȇQ0 %lTۭE'daRh,a=|WQPD[w'ޑ9D;nf  /@{h<Щ{Ϯ]f} Z7zz(#hA\hc=BO>ch7AFH` tkױ~:"x#{e(`0 k+Y :? ȫ e+DU{ *<"## B tڪ-S!&cR*sQ0@8 e`WXC!hl x /U׮YB|@`.n̴͚t`%HLJM*:T ,'K~=bpgS8qJAFF(# v,v \ )t X{%:Ƚ@V)`ѿ{n`,[5&d\Jx)d)҂O/]螲R`T$R@M͐Yw`0}L\ (B @3Zo ( "` 4 h@J_UVQ0 3 Fey`7G(PQP5`l6 6m c&51Q0 F(?F(}K:Q0 oyad#gԂrp|^ӡh9~ ͇k׬q} (* FǯF( ٵ |o  ~c%I*NB>glX}(::("W4 p,7Xymׯ] Q+xrh1 F9@SKXRR;&4Ȳ]IhQ@pusd>IWpL0a'O^[b4ZQ@&閖Y0o^YI]!Gׯ]|w@>a @(`#!)TV$S uc445 ײnZ`{,= F F?F(@ vA "ʚA[X/.]eFoCh1 F9`7>}ũ@II^bzQ0@` _ 9*?!)_hwd E@_500wus.yXdٵɓ񹸹8 ]3v\ȘKtDd^A>/y d!ݑDIQ0 3 -Mby4r|> XL5s-3ҁudfȅ x ܠ5z( hU@U!h\̽7+/ ">aqC᫤1 -BIX"`Qv! ߀!~G0!] F _1:@.`FUFF9,X>$:BkSTlH5^.VG(@ѪkO89t[ qHF nߙ#*v1'ESFDy{.j5h dd Lb|7#Gd,k95rBFM0+=F( hRƁ vGO*0;ӪZ qCT\=е@+|׋^ޣP`DJ$`a e-MX,CBufX@t L8^$`i[ ^r6T@Z0Z?Л6 P4(#M`\^@VSK 29 Xh][VR& ^ m"#>r0j*u{8V-k}FwxQ *LK "C}sa8@r@ Ρ1_B$0=' ЛO׀z(஗܀%5kxQȑݐI˜5Ӱ[0o>fA 7v]1_FF:8$XZK%9F7:"dQ0 G #OFFmah-|Qwx"P\ 5! h1 FV@y~;D+`I4zPFH)>>Z°Xa9F( `Q0 4ZQ0 F( h'CQ0 F(Xfڡ|/(`bYb9,vZkSsu]ְ 5z&=𐠐ukO]`b!`1\ϤgIHKAFnGI @`Q0 4ZQ0 F( h1 F(@(`r@`Q0 4ZP<}Q0 +h1 F(1 FQ0 F(?F(`h`Q@cQ0 F9 FQ0 F(?F(`h`Q@cQ0 F9 FQ0 F(?F(`h`Q@cQ0 F9 FQ0 F(?F(`h`Q@ ` 3ӧ׮AO<'Op4hד'O] h1 F( :"+mTXy+ x4:~5 F(n *L]-,dddp2 FQ0 F0X `APݮDLAEah` C[@`ȮAh` O-рp:: h1 F(LZoc$t> Z\[f-|iݰ{v톐O`+ 䉓k׬~@r҄ 5`nMta?s,}KJĤ@V`>k&01 }):"^kji-];`r8Q4kyM 4X"yrĉt @Yv hvBF*d8`LK_f-QVRJlH.{b@Lu BFZїW^K;Т 5Һ 4]G*d N`]p.v'OIh 1@1 孢hd[׀?o(pU21`fU0K: nm4kpbTRC"bwG2#H  (U=KV!@ :r I&aL$æDAt s2l # 4؇fɀB$Kn?E0vqDiað&h[]\9 L f ZbR 5`Wf!:%MA$P uc^Ad!Z 6o LꐃG+D0&ЮUȑ(;DˣS dj+!Z9Y:2 #bGhi&#kLx8f5uk{$"i`RtDZu~ `x3@ǏCǏe%QiX=~xb{k {Ak׮^z 5(4)@'-3*p)*D@o 92$PdAr~ $yP|uLHZW? WAySр6E- `A|(H` :`Avݤ ǢX49}[.Ӂ᏶9)`\Cֿ@xQ @Cu ( kA-`hMvj_BԢǯ[@ˡnFG@1 0| d9p@ v@ߵ65A-4 1qBǧ9 %HOxG*aP\fcpyr63-}ՑaVG*!t]#n6 >ʣ` 8a`ĤZG~PSW;|Xn׮A 4?O!R}}<Žk`q4o\0>CLXSș@1 x(@6 +!Z a3*`FY0;`NQh J@,|CJF¨S- vH^|:& (Z XF02irAi4F(`h`Q@cQ0 F9 Ǔ'OցW[X 'N/xzc])x"!,M޵O/MQ@ç~ZtD$lΞaS͟7v 7m:[̛yTyyy49 FZY "\(@@ç-G޾ blxx:k F:0 EZM%$%!I`wdQ0@ s` yV`kZ#"X> .69 3 ~ qE^AAPHd0KJM!I2ҁcY6Zah_;J"Gì L".XS1 A"n а?̟=ݨz N>!=jw @yh2qU(4/BF#n li* Fzfh5ZFhB;0i` s f2קC Ј#x8"W!'N|IZFmx9%p3U*>xڐ[9D_I\FrHB|Ⴍ|cu<llѼ<# mW4abbRFۡ?oA! Ft $rǵDfZ䓣X%$%RO"TEOY݋|k֮YC ҂0M"`7ס 8 O~.?gT Y`~2`p`w Үb^A9i„; qK)YȎ9 b;f+($*k}*F*Xf-lgO7Uъ6z̴t^k@|hޕ0וy at۰22M4 <kƵA`eFi5"w!#W!Fd ^+̡?+8֭Y?Zk4z0w e"uӶ"wDw\M@l޶ qIMpko1p2é qqsIͽClw풑~ )`<($d(6@k׬yd(֐4Z +0 6FoWr8.L'~54:~5 F(+ UA/V$ìuݚ5GWO\P4ZQ0 8@_Q0 F( h1 F(@t? p[vOgn9N䉓ϟ>3/#G( WK@7yCΟ7|sp*>}?N t,S4abtDpJ``|(6rX@Y}8m5sŇM> TUé;,Gu `$(S{Q;WfQ@ : evZ Ɓv6.pM` KrҤ M+ tW:#7!3"c &!ݩa&G( tvTW8qǏ}<5W׮]jD@^kil{w^Ǐ_< *<FÁi{0= 9axi9X cB fkB7(4`χqvUBw Fh2ZV!`i4V!Uh2 F Fh2ZV!`ieW_/oE#=} {E\8yX` 22w5̪a&G( A]',1O. R= (Ud_FF nԑ8MQ@@` SzBZFfFXkA` i;̈I& Q0 H4̃\\9 ٸonG@[~ ~`9DgxI7HJM0qԑ` hކ9Q@<(($v-Z rFhFANsFV'+诡`Ztqs۶:r@ǏCǏe%QiX=~xb{k {Ak׮^z 5(4)@'-3*p)*D@o 92$PdKF%4ΛB.)jympVC ^Go0ԑ#GF h sL^AK;On҄ cQ,Zir\ ˣO hV:2952bx I#G(@4 ffѰo+H`5`q9 Fp h>Gh vZk #G( %fHhO5iì\;Q0b@1 W hx7]܀u$0u$0S&k9 F  aCH}Gû.##An ֑Q0r@1bGfa%fa4lFE(i؃];  [HyDwB;bxF՟jU2au$ŧn9M"i !@,#hVk:rU>Ma i4F(`h`Q@cQ0 F9 Ǔ'OցW[X 'N/xzc]'22CYܽkO_ OqڵH =æ0?o^kS3=yM۶*k=+ ߼mpk&p3UhiRKK Ҋzm(&L"BG2! FQ'yï 5Y*EP $ cĤ$ȍCkA "A!![&7t <y[B2KS@j̴tiuk֞CfXB 㓣(9 F!!T9y [SW; 5vLoRkDEA؊AI&L8r*=HejGHGy&6~Ggԇf9X梞+5t)RQs"VM5I^ffZat7H2tt3Vd.hE*|2d]p 30 rpN cXU!.n|8<bV!=o|X=n͚` (]Q 2p( h10^wBjc)':t%G u@`'%1:1@?F(. F`Q0 4ZQ0 F( h1 F(xp iW7%C(`P4ay0> ><}G`d@?%,亱̴t_/raVcmyFz&Lf] a&G( &eT; H;*Xf͂yMVaF M!;(D1b]5l<;\(CF@ѩatX8ׯ]־#ܧ<ٴ65] @ѩ<)oX..-#yR9 8asp:iZ|Q,ll!]u'vtl=ZSщq0"H<<)r9ҁj* F;%rr4M9ttFȹ^DrqlbR, WX*rdY3E5k 9 F:S z5-#C$ Ih3`xij] JF`.D.n YI."iU!NU84GBFPV=W7a3̋Ѐ_2̪d06BkJݱUH |K"0<}$hL@_ߐy Mv8]ʀt,vfsΐHh^%; (XO8r•GK. y)uA==^4_?/a]G*d r<h`V.H -,բjwR!i@g֭YKlx:/,=p-o{!Uh2Zk` -X3! x#5-MLY1I9&9" hP#/*hP\􉗏:`D z ]%!]D8`F_a&G`*95!)Ymդ u_!!) XXOyyO5iȀ  *4XoW!+}pLHJr_3SRiF*kС^G«&G.nx)1AS ˋ9 J@;8鶷&N*r} ,0@S4¬!G:Ο7oH/_ _1ԷS6Zz 0)}LC}4Fktؤ2 <6dy'0d` )5BjD=Cފd], i<@LAT`z>1) Rˣ!zgwCzarȆJ`֑Cw/fߓLFzà9rAegv1̛lo`{s |L|\p , Doo$+H15i ȅDpF'"`š5a@X [Aێ'QLj%KN}5i!I3 &G B!TL~ 3my5V;L!\D0j%)$Br)rBpr#N4!ބ8H`jrYz%ẇ$>! -MBANC})+Nj)k#% &~`G  ր%΀@4#`طx b/Cni`msuk:`u(k RnL@o)Yue @Z 5W8@]Џ׮^?茉T1@ ufI (2^:*&x%ɏvpd hkWó?PB0}QOIm͝Gde4tkf`l8rЭ Pآ6 h YhK!GCxFS&?ћ ֭Y^(u'gi-M5u,Sۂ-ܽkdG1Cc.9@09 & Of<cfߴna I0N1i dv{>@_J@p#,zRt(&SY11= $2W &7 AF!(C* 5@#![N)OJ:4wܧiCr@)ܥtمLHwYgsN@):BKc]>+iYg&4mv%[n^;xitO?ɖƦ`Ad%.`f0)) iXw1|aA̴a0S.]#쐑۶Bk܇No49޼a&pusu$Ö؂l\]a2@@q \r! T67 +b rB{ṫik !ѧNZ}ܹnӭ9Li-ɑ/[9C@7@@0%! vlnlB[i@Z0db?w.$B&6賢A k0УLTOs [SP%淩{F9{?a)?@7P'&`l7USU򄑡6@,#cǗD+MAONfgC~ eG( -,X0od4g̈́/9䉓?F r`׮O9=vf_bi R rX䒜49 ~C<]걪~:1'T> D6 F(6@kTAͲXK|u5l'S xgBqusơ @(``w^Cn C%&%'ME@5k!|"z%3-X@vz#T(x 7 F(6 ($X7ȬY3!''OI&uwB*mlCXTJJ]9H$u'!) II@*udh . ! h` 9*>CFnNDk Ī]tPY mVWM* @uP_x סC]HO5 9<ΈĚ&18zS(f O·M)q\IY22!rX A!,\ FȍI& ^d_ )`Q;yX @"XgF.;[ (Mkhs{vFtk f@Q0 F,X{-zEZFfج F`wN5@`<֭Y<0 FǯF(\y@!nijb @(` dh8 E@W`Q0 4ZQ0 F( h1 F(@( |y4F( ZHoƋ]ZZ'i 49 F@ѵ\&`wDkM͘G  ?A։ ӈ =~9 {egO7 r~$`X;t4 F05h2 FI ]@U% B2҇YIw i T@0>a\V!`4@j BF#nhV!UhčQ0@ *d Q0 .?8ZV!7 F4G*d4F( ?ɫ B5X| 诠! 77޵ HHJr8<"ϟ>A$_@ߍ^MA*dmH3q L0q҄ wܧ4XH;0q$ F2 ,z B-uh1ZPh9Pi3mkSp 6e0_d A`*QI#ny@e飥0+ 9,(Dfkg6՞tr0+ S#vA#7H^4 249 F Q̐ȃ9b(($\aGCr&г@aP%$%br!J}W]W kG5Ъ#&?"#G(  `a-7䉓| ,41F 5y03qnAd~-0;[@&޵ 2>F؁^f-y0Ū2>!sZCk8M  @  XCC<"XZ ) }GQ{fCS#0M:r?4Ta_ ;1u$_ڮM(@ Wy4l#kkIZTGp?}y4֬F|s%&HaVG@ k}8Gøެx5؇w9Z a1ˣa\A0#GXp?}y4Bqbf3FZ?}y4@Aj#5$wiaVG# # YKY^aܹ_?o=bիe%@nXɨ&; ? &O&*Z@#_&-#3,'0^CGhc @̐Ɠk|`0q` @LA0 F( @(`r@`Q0 4? "Cӵk<4xB/a6O22#Q0@ k | Zϛa/7ik-@n۶4 l 49 F4a"orvx ^y0@3>^;yӽWEN%(N Ovu0Itx\א*x2S` @ç00GI4tHias< fL[F4|ꏄ$ 5 Y3ãjFiij6}G4 WyIh3 vǏO?G!WkV6^ kW1l/H r=\dYqH;iz@ ,lC){æw@OAB^40 쎠-[Ni G{!`xeò aYY3BF4V!U @*i* Fzk4a~~h2ZV!4@_@R&^^_W?Z ]@*d Bh>y􂃍-~p4"T!bo\^]W;̪׀ؽkk541Y:Y 9` 5O3;y0n轼Hسf\vM0!)qxu{xb`cV\!;d̂޵kϮ@6h!hn" 7!)ixsT Yt.pm[]LIh@45e4S1,1ddy(d񝹅,5-J]IHBct4Z *p:^ ٓ'Nn<GkG`1:V]?7R#29n͚ FV c z#v5kU !Kxu vb4G܇cQ@*֠5uO<򖑑B FG(Ho(xhP @(`-Ch1 F(`ԼtH&&%JFQ0 FA'OZ FQ0 F5WC(`r@`Q0 4ZQ0 F( h1 F(@(`r@`Q0 4ZQ0 F( h1 F(@(`r@`Q0 4ZQ0 F( h1 F(@(`r@`Q0 4ZQ0 F( h1 F(@(`r@`Q0 4ZQ0 F( h1 F(@(`r@`Q0 4ZQ0 F( h1 F(@(`r@`Q0 4ZQ0 F( h1 F(@(`r@`Q0 2`Z׮EGD='Ohm@`--@?"Z``_3oBIENDB`PK?1OEBPS/httpatomoreillycomsourcemspimages470357.pngPNG  IHDRv7i pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV}|%FCrb@G(N8G i(O0YvbQ@<(`./)ţاwus[56||ր9 Tpѐx@Q0 F`EWO`kk&VY!^VӏV4`Xf ܍T ͇tā[oCnlu4Q@` z׮Y9@T -#C( c ؀" XT+u ̀6`} ?,M$

at25}x: ?!) \Ok"@ׯ]$i`sh]`d@sû S؛* M`oӧϮn5||*G@ŝ=D؀MH@ 4 @y#|-704V0Xpַ65;7r;~Re0&l`4Zg8q՗qpG0Xvk۶Bj`2uKaZAfp `kkjcY d'w5XЮ'On`ta׭Y lKWS((Vf1Ԛ.M(hv7[ `dd}*.W.1-|>^ _;iOL0ض8 v \m+P!&^J`sA B2:? Fp4ZgWՐav`51RMށ*I]v2`~vk x doK3<`8'%ʀ+xiwp@^8`2֌Q0 +8pW]0+oHi XN5f Pt0J6C kq`U  um0=`B||6ddXC\v$4]p/Y`  ,do7>7dhX(kG }`I CJgJS؉? h _3 FGbR0XL=$wMj= l/Rqq@KSsYI)==iU8Rr(* Fa^m+ `Q6 _v 4zlCyBR怬;M@;yiIpY`c!8V.]!z.@{@[9>ama%H(441ټ7` E4{8;8'F7ӆ R[.2Cvмx頔%`sKZ?^MUcjN tK+2{&1@T]I*? (6f`/o萷􈃟Ie3!ى_wz0_ wweoUv zDǏ_zǏāqi!j wߏՏ4HM5 xjnlP ^z5J\n %).7l3@@V \Iq#t'Q0@.AxqR2K0랴~`8rxlP֬A:\gn'&B!G>_v i৥yyKW,l4]0o] [Q W@B>}yVi1 7@Nzho rusMHJLL@F#or`#?$vΝ6w.x_ȆA]y4Ho?w.<ƑG;] 7h5 $ځh#hQ@} C5BN-\Ő@l$&%V;'G( FQ0 Fmv Xckn}~z41h栉Hî`$`Q0 FQ0 F(q FQ0 F(`G(`h`Q0 FQ0 F(q FQ0 F(`G(`h`Q0 FQ0 F(q FQ0 F(`G(`hʟN88`Q0 h|Wh8Q0 F(`JG(` @ʠ` `(h1@ ytʾs7iKfp@<؈s^̇&U*0G|W.`I&+̴t` k׬5HHJ8mQ $BBC-#=ݻv.@ hhCQ0 FPHUV\DhQ>^?~\z5(׮^Ȃ'(@1jb@zN #BG( h֭YVբwt;MT h_HM]5k.]i@F-,CBJJ>yBʼn @/MaEMc`G(Js]ZF X+S4S XO@)`Kɓ'X8P.Q@]@gPY3 F-@V`,"5ӓ'NP.9ZM ;v5<O3 F`4ZQ0-VVT)v=PoQ(4ZQ0dΆl$.^"B {AYH]$yF(Cj5k%##Cr6#@.AE4a"O[BТݻv;ؒOϴ,͑Zf-ЮC`0G(q !) L)`U UrKSsPH Pdyd45޵ kK5k("C]k  ZW77BjSh;vutTM{`G("bnUu lC r؝vɰ bf- lLd{ 7ٞl&OCB9drLZ|yC ! )0zs(D FQ0 FVNKW,^ Xq55<2O @3U^R +N`c* ؀Zy`֍@ii~%X7 Q0P F`Uy!۶e?Sz9n͚֦f`} '$%mU.`5`;}L]ɓΐn׮Y`|E@9]OAwAhQ0 F⡿g @>vܹ͍Msmu0.h@3 u뉿@/?yg=y0KF(4}ĉHh6_Re욏ELgt1 & ڭmC^A>s2 KdM`(BG(]7 F(ףu=xNHZFfpߍ&Q0@Q0 F(#h? F(`8@(`Q0@Q0h Q0 4ZQ0E^u:y' _A'y -z5kA$In2=h? Fh&LWtp$]~3Gb<-Eڷ`w (L94ZQ0 F(@KW,ݩHg@;]7 F(`8@(`Q0@V`Q0 F4ZQ0 F(#h? F(`8@(`Q0@V`Q0 F4ZQ0 F(#h? F(`8@(`Q0@V`Q0 F4ZQ0 F(#h? F(`8@(`Q0@V`Q0 F4ZQ0 F(#hQ0 F(N8&"###-#32`]ׯ]2_7h] @Q0 F(8ły#" `޼O>'y@}u?/o`;`к FQ0 F( L5䉓^jo4| u?vkjmh? F(#9 vvKJGCu?}pW$['O FQ0 F@-:t(HOZ l޵)[X` "W77`hs^k׬!Q@loe @2׻F5`0Z ina΀m$lHiyh? F(`VhAdiP'x9?@dna`c pxP'_t @G(`P 44=2A ($Ҋ4a"d-` "G(`PƒTr>}zY=uaȡ]-htQ0 Fr:#g?0A@(`wG "`Q0 FQ0 F(q FQ0 F(`G(`h`Q0 FQ0 F(q FQ0 F(`G(`h`Q0 FQ0 F(q FQ0 F(`G(`h`Q0 FQ0 F(q FQ0 F(`G(`h`Q0 FQ0 F(q FQ0 F(`b Q0 F('N8 d[ɧO22 >}4iD>>>H$$%jji Zh? F('w^0oޝ!"@KS3QSW;׮eO5V޵+:"DA!!4:? F(hXC9_/o`7>F뻺䗕4ZQ0 F( 6`XŤ M"s 4$VH 4ZQ0 :\8tߧLLKHJG֮YYCۓ'ON8A7ĨQ@o޹˗_w~/XaBsO0V@@kjiT~\4oQ@?Ã3ޙ{B@Dkߩ30Wb(0il5ԈxI`2<ý{O>=0~zORi7D!,@AG(L\e:"**6Vȣ)x5kBBdgi32ik֮Y3}L'Os y'̛dICBRY@0IށBڱ ׄ0YEQ@Wb2W@~X^s$koO5g uV lnH2@|ܕ7 ?Xeպ;#6I;]=e%ZRM@0J\Y @(`Zv+ܙ1P֚HW6i+ 6o:zCڳk+0_nna>Gt!A솵 @(``#h H'W1Qu ` O>ٵ  G4ZQ0 FH-M*+){H0wk1j4oQ0 F -, ݢ44`Q@pĉO| 0Gɟ?}µk0R;'O /ͣ0n͚'O-uh`Q@hZe#/֬]fMM]-omjV6ݽk7ݪ@uhtQ0 F`&L,2UlgO7݂t^BR;>p@(`A vx" "ȡ#h? F(``%`ZR5ͯCfHX`Q0xAYIiWO7̛'##S k422KWX@~`kOSK04ZQ0 F(4!)׭Y{I׮A&W` #h? F(`0'2h!_< Q} WE#6xh`Q0kk!\`'`` ~H>Z@(`Ц=|?q}b ]? F(`xt>>"֬@`Q0  ƳX9\ !)_A@@efy-4Zɓ&vb L׮]  ;XF(__}`S` O)XӣcYf ?uQ0 O\d-h`  -#n "b@h 4Z1LF+ukֺP;{Q0 Fvu>b\sthb@SK 'NdG( 1 F!9{.`*6|c(`$` ? LKG *!x4:@VC@C7 F(`ݚ5%@`c }!7((BV&Lܳkʶ45# mt8М4zZ`4`ݻvCݼm+_b9|LX'$%B@5!gdm4`dh2/pܫh?$A|R"0`3`X ri`:cZZ5OxX 8i4`Bs=.Ѝy w X~6.ş>}\H % "[{H4ZQ0 _wRࣷ.`hP2iկ&_z<` \"S@@`vMW7ko]ӉI4ZQ0 3Z]ާhF+/Ez-!7W 54 D-M@6dAtD4ZCV!+] W,63-R C]q*i. l€F\;$l\htżѠWK~1rV~l}2 <IK^7Vu1'9B $$5)@ 9Аz)fT_ Vu 4H/1A/_0N l @h`6pY 3%_;v %^''R6Zm `ukx, 2~)>| h? F(ؗgnxՖM-&_0yBFRf׭Y?XA22-M#g0i``$[H@A &N }4,@xh` Ox&§CS~oJJM&@vCc@:Tz]@ Xo޶9x (_X@0$)O9$f9` <*0z(:5 SqT]A|R p#'`u8ªD`yׯ]{ (t g5?ѹ!Ֆt5=lu?&vKj[>ٛmEJ͟79@>=4̔@ F+ЮGO5ml F{CANێQ0 F*֋rv}>;AZ@?bw| (:#\U>j>`h dPvϮ]'Oۂh3#Uh$:F0m;<G(,Vr24Y?X&Lֻ ?bТ]ѹ! N8G`26 ,;!@6ܽk7'Ȗ À`Ci'424z(`0`X/:ߢ9fc=za`ura: F! '#-ذilF(i 1A:$@!WJ@Δ~͟7X#'w2p` 3'{Wź5k gߣǥ@V<-cY ":y$S?ZYقy`a  %'4P`40 FA rlQ0 F&8y]NX@+G(P@@FIӤ ̛?P h? F(kԣs`W7Wн5ki@*^7tn`Q0 cŞ`Zf-;nX65- ]fsʂy!wE]D\ ̒|L P` o-(=]+ 4ZQ@~7s> <+HG I݌2 F% ($>^V22hkYFW!G( #>“̵r̴׮Ѯ(#h? F]]=$-#oijэ9G(I FQ@&  V6`G`4@Q0 =A!yOd=fbt(@@Q0P F{`Pm[]v6?iD`ſLu]Km~ qhr͊ I ni Fz#80 F݀ˇkNx$hrkz釷"ȃ7Q@}5FÁH@(dvZ!zKSsM]-d<2@>|䉓$"3ZQ@:^6F@` c9~`Xm^`Q@ 2~jk= @V` p=[22ңa5 F & 0ht*M--ݣvQ0 h  ,ǁ8txE@|]U X޵؛\m YSlP/M"d҄Ⱥ~:A@`+59 qI:Օlk||, .,+)ĭZ؋ MK,\$GQ@k_ ~'h 5+|VBR"dBKJIr &6P/A}?gnJ;3b,zlBQkNf "٘>mY;iL-{D"H `U7kXwF)֋ d"ٳ·KUEA1ޘ 0j^8hOVN'$% @[]xQ0 F(hOmh+f ȗ:wGVm db`"ƼO>cr1$<ѣF(`]c`9 jtus ұLCU,1_SKh5BH= Y$5dwBπZd`KbQ0 F 4Z!ԌTrfIxdh65=AQBu]-P$3-H DU/`!8$  ,  g!1)(4J! `Q0@cZXp/~BR"̂5nڶ\,֑׾AdT Kց2I<MkΘ5mh>6 `YlttCāl!F%$% ;p(g`#@-.n`76 I& \ȚȨU7`Q0h@1N֤N6Q0 a I}t냽3GBAF㖮X>c  ;`Q0 FQ0LQ0` FG( L0'5"Itzx/^YYy4(F((@(>}'8֋@g.CT4 F@L!G-1l?{ηOl\@YEe4Q0P F{` Cs^ X#n_^e4ZQ@&v[!82?Лr%+?F(@@(dH  +'g_;v9a_ھt;{hh4ZQ@~-Mk׬ٽk !.qð1VQ0 J[43-ܥO>M0k3'#!ľ:rQ@S@+G(B.vb] +`at;oQ0@V`_2@?**\e|+эp`G( ̟75![!`hQ0 h s>}ڳkד'Oϟ> ]aE9kįدݽk0 'S~0P˞]T|ɓ'NL5rAF Q0 F@ѰVe%5E-`|`)IFhf`]0o^tDd^A08}ݚ5k׬醴f[fZ xz{x*T 0GKQ0 FDXC- -O>!V$@nkI&nڶA6w ۏ>l|F(# cW771U` 2X4i:v"пq``z rYol(` u@4<$50ǔV222D rlSݏuz0n!n>yiI`&?5( ,0d<^+89dvW`H;-w܇L 2`A&O`5Cx|z ⻡aQ0 F( Mi'^5^d`҄CHAkC%5@\w^lv-&F(Mc>wɓk!dx&/ E*y҄ C%5@\k r  >k&d-0DMgO70[GQ0 FDX޵ s\t&iȵ(-CeX޵زl⻡./5`}8J>02ʂ}lw IQ0 FDuZZeV@k׮waIe@wvtc6_]aa@ œVhkijÀz&C|F(`9{]43-X"D<y2Zl!cQ0 ? \`]2jwY1lG RQ0 F(N Xzi`< ,.[b'=aS| mzӤ詽`a e]0L[i `Q0\@1(`Q0@V`Q0 FQ0T0"1 F(Z tDhXQ0 F(#KPH=ܷOg&TpHHPH}"ly`G(`"tm#-#=,7ֆqčQ0 F.@KF(`h`Q0 FQ0 F(q FQ0 F(`G(`h`Q0 FQ0 F(q FQ0 F(`G(`h`Q0 FQ0 F(q FQ0 F(`G(`h`Q0 FQ0 F(q FQ0 F(`G(`h`Q0 FQ0 F(q FQ0 F(`G(`h`Q0 F ` ?Ν_¹^s"ͬCEN8a\v NBhtAh` Csͺ_w¹@6˷r)uHU~kS3">s.( FG(a3IHP׮D!!1 -Q0  ayS.W77#8` @(` 0yRh,A h` Ojk6O0BG` f@(`x`l"щQ0@V`a {Z,50Zk SvxkukN0ӧO,{H~CI5<d0_ i /]7 ? UO dI ik*E0KmF|袿Q0$@ѩ~^@YpxC9l~wMLh5Z?YH FDݚ5oH̛?\;whHH@n2vG'GDC 0Ac|AdVUirI&L0q1c:ݬRQPMjijnmjfofg~ hmF['*\ kji `"enau4GP4gn XF`w | UTk7fQWZ5 Fu@ +J'O ZiXN5AH ;M `8a>} 2x9!Ε=w @?xi`c ,s0N-xpyc<5H ;H_é0nE]`4G4.ȇeBn _G֦f׆G]R&0M":0X76ȸJHJn`b?pR@1 *\h'&%0NЪy`kbx%O1Z0P`]'Oē&,]\ ;{G0UɎ&Q0h@ GCΘ #2}L׆M z XB0`x!I^P?q4q%XSW " Z[شm+dޔJQ0@ ?!) +HuYj>1d ^V-à}9e/诡]-GN( qu2gy󀱖>̚8aì3$+x 20M&&% &A%!hѐi;`]`i$xcƬNF˃{NEas&0GQ0 F}@1U'huɞ]אː#ܟr4pQ0 F@4C ~sS8`6$(n XFχhģ`b Q0 F(`G(`h`Q0 Fa5ӧ^ ׿qKa09@*ݓ;iO4aʼnFQ0 ! a` @ZF3T7 0Jm`?*  "( j*mnk׮?5ݣ`Zb~+("inaN i1 =w"U 1k&U WQP+ú"5AȃS`҄ hk[a@MaZb jX);d.F67CBЖ16~LGIk`` nijѣ`h?Lߴm+o6V1dL\n8Ĥ$8{nj囷m"2v]7 8T0 F(h ,p%p=v͏X\vm8 u%r2Cp#.;I?} hU`2= F4Z70 M`=1}'3dgIfVk׬ r,7?8$ͼ`h? F(++G @[)3o` 0҂lѕ`h? F(xiٵ+h< F4ZQ0 Tծ]v]?( FG(j%` !@Q0 F(`G(`h`Q0 F Vׯ]ap2Xf _'`ݻ@K~ѯ; ́7(`Dɓ'i=etD)m!Dut>|s"}ʴa5`|o{:nXQ0 F(N?x~>GQya+Q޾3l~`DQ0B@ѩ_fΝ7?(`DɇqL<ksN8KX>lbߧL2ZcY` u@gX#VEPV'i;GD>i8Q0 FP4|uaTD:A `RQ0 F4|M--q2ʊ9a D` ߋCw5MQ0 :a'>p]Y_ 8A^AS=5lZ*gb@ķr)և[$$F(`Pа,vki Dé腷XmG(`p>g!!#0<'O&MGO[` @Կh `4M6 >iݚ5@d.`@@ CG[-4IS$i@4ί`gF[ivX[£_8wjQ0r@BJ[`Q D@p7lRׂB 亸Ňz _ l{#/5pJK̖ߴ/̪*!ACq`Ze` ?@,#ǫȥmu]-f-&h?֬ݼmM`S3'kxɌhE\sZ}`[0lnVPߺ9 Fpzzg _dt ¢><0nrAUWWP0Bc  ;bi6m S}A!/mii ?y$0Ā@Śh"%U 4qx "li?zO|4FA6 XF\܀H|׮U@ovtS0\Xh71*s$SY jT2TkN=$x͝cV#U֬iij>kh? F@1y=#a;i~f5`赡nr&K3fu` h ! ᴻXABn {w~^ aM / FKqG( Fa ^րy0n%ҿw%xgN{Hr'u_|{.kG(t4Z7,L׀]aY;C!=RY3Gs(h`aH`]7 F(`8@(`Q0@V`O<-ӧrQ@{@s`GQ@7@Q0 F(`w X_*3 _>(`D꿼XwtD䰩)~ kFz&LNIXϟ7|EwìL gY` Wٵk W*ܡ >@ng҄&}̴tppM'32( TajmjX10A49 p疦f uy]\54 @F} Z@tZT}?H8eSu J9%SVR:z(  A @n+!)M$x]&##闠Ễ&GX^WOQw"Romjfѐ`NXb9<qVO*QFa3yXQԣʉDN[ZQ0,@o038rX;BJXGB]"ZiV֔ Џ@0)qEn D`z _@é5l('65YH3ׁ#!'OJJ7U2r_ Y HyyyrC DK[`{. \3`c LQC9e5``iFւ 7  I`y , mD`ܟa ,:\`f Q@6sL GjnAd`=rI]հD4A N ӗe".d,UcV$V^W'@W`# ͇tY], MHr4 ^5ԛ8k< P[`k݌/^{; JǁZ0i{Hϟ>r`,!MF7W` iJ'8@-†@<#`LOWGҒ`*q ( d| d*6 G ,0U݄<فŇtut3׀IFZf%@BR0R<@@4W^r;`a?0!I` }4qF 0=;c~h_Dx0ܭMxVTǟp!lHw>q3i 6 HZ( S M0YM`g!//3F>y , H%-# 1 Wi@݇|x$,1`/"<"A2YLy32A Z n@RZe4Y &stg f,E0O@hl<>~_g(c!ɐa]1@zY1y:a@@n!Ƴc!W@e/9.+<1Kir7q%V( ِx)`s.ׂzr`A9$!N2/ŐXLeVQ!FnT.c&ѧt}E4D#Xn޶XBh򎎈'Bs.vt+#=}`zx Y9l( /` w&L; I Z;Wb,֑URd~:0#2 On_ BHq4M h4F 9?a8nܹ Ǐ=Y0n1;c`Gi&G?XAtD$d i)[?}e#hm849 F( O/##vjʰ9.8$RN{6Ffl3MeQ08@ ufǚAn/(\kf 0Mk22N2 F(p@mpx X r/k8d@g@+dSA vJ (F[`h؞9xpZ(ǀ;~+ɇq16m"`4mFh `Q0 gF#n0'OZU 9 FWF#n@SNR\YdHCG( Fč#cDZhe rܓ!޽k FzMOF` @#?HE2̖# {& ЭEt>#|!x*ա`@}bG?o'OÁJu]-xG*U;`yBZs? ZA_S_vm횵{vrqs-G(5 X##H֎Ԫ,]^CV ͋Fm[ Oߴm5k ]` B@,A0ZdϮZo5׳'O]\>r32!5܇-u?ZwT -#4ɓyZŤ`#~s؄k[ Pu4/Q@k@`J$hِP F{`ȡX `ZQ0 XfM\0 FP4ZQ0 ޵KSK 2ӧw( (`eVO (>rTnAP){.hQ0 F2 x ã:6k06GX;f # ġz aġ4a¤ w0K07ץ+#FXʐ&}H` hpUu j&1c6a`KV26M ~6n6tV'>)4 `@@k< ?dnauR`Ó00$&݌@M0 X2 OH 7м`|H/0׆q(0:? t?X[v(V'T6õ.z 5͐kM# }u2\7&_'L7q &h?ZhWacQ堐`\sC:M27y&h?ZhTþ:uk#ZBRpj[r0kV( [é&wuasr(`H>y;׵nT|:]i; ׹` ht 02*wHQ0 F04|s aU2ʊ9a,='N^irQ0@ Y3!5%kmj3}! aӳM]W0KJG(`a ]jD@0ښի|<>~8"; 9&  Qа#!㑗^ p W 1a&G(Cp^7mA>yԬD@;ZQ@@|h `0&5" ct9(homF$Mh8 F4"F[ivrkF(* XF?!-" }nش$z-($xݚ|||ZZZj` HΉ'kbRpJu gW[h"^pusf7SQ0@1K2U#xNcv;pkkQ˅ { 46rl " f1`;\p}d8nQW?̮4Hi[6:D9 FDw5ZV`PbiFm=y=:C[ *`YZFz~% ka൓'Nb&Ex;hӧ[FZFf`6dpkѪ`9<ǁX1 ѧ^C·n6O l$ ` r@7 3KѰˑ!!uæ% YCGyV 2Hý Ѯ(t4Z,1ŀ.A@C|4l!^/*t#њx'0AC0F(r XF`ʰȀ \ONڧO̟7oijNLJ{׮`׮ ` N@(ҖI!bA>z` @`A\\^4 F@V`u@F(4ZQ0 \v-3-X?}䉓f[(h? F(`5}LY5uF(ѥ`*5 F 4`Q0 FQ0 F(q FQ0 F(`G(`h`Q0 FQ0 F(q FQ0 F(`G(`h`Q0 FQ0 F(q FQ0 F(`G(`h`Q0 FQ0 F(q FQ0 F(`G(`h`Q0 FQ0 F(q FQ0 F(`G(`h`Q0 FQ0 F(q FQ0 F(`G(`h`Q0 FQ0 F(q FQ0 F(`G(`h`Q0 FQ0 F(q XF`Q@9` @Q0 Fmh80 $䎟IENDB`PK?p;881OEBPS/httpatomoreillycomsourcemspimages470359.pngPNG  IHDRe pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV I [ 022aD(` Q;s`ZnHL=[pdF`Fh)V,GTj{O>!^Q9RJJ|FbxKr jfC,Ym|Xi㾕ø %+_]O0 Ld`˷L?gEW>|&Tוld[sbTя?mQ0 F(Ϟ=0:pTSS3.`Q0 Fy&M@LՂK-J`;0ASjiz)Au>T`Q0  Og`mhL!`Qс{( TDB q ZT79c„ ;dXGv_ F"MoA~ _ˆ¡|d E$Vmm=]>M U\@_20A9Frd*9prΖn++ r(jɁMy :lpO%pP1]w%YcD`>4?u+l7ɩq]c7%ٳgQ0 Hivg>>^M--s A-7?($$ MӧOׯ]CF.t5kM~dܖ<a 1/9к-o/K>聚`T-,XNP'O֮Y A!!]m`ӽn`?%b!22'O8y$PMkS3/8 W7We@w`.H^+i!:(_"uFCPHXw&ؿ&L4aQ0 .Q =[v ;DubAC %P)Z*0ye_Y/w)5,'aw%,~D}fR0ඛf1RQC2'kO^@K@i zt-:fD GD\ ЂVCo&j*AP3#&R:_A_ _.xiR+SNgv+2-'] ]8~\Y^?!z1z+Oh\̕Y@mB H"/:C!fyU@5@vYq X ZkN2dϢY̅x FwQ@̙3 _"ՏτPsf$SBs{@?[EN`7%MCu!qj2Dx3+i y,灸$Q0.NpBSᣚ~1@9s-(:T3G5!G\Ƽ4%mČIQ;$v&Cp 1Ov{Y`u` .Ș'ODyT\?ihQ`cyj"u]vD@F;daΟ?aQ0 6v +޵s'PիƊ}<F22c@q2%&~m|t_($m۶A _-/D`B Anh@`v=XCKOC[.2=Z,rk7en{u.ΐorB=z %G"Wc J>֨Yu;_M]-d ׯ]edd"!?wt3}-XV[+=^ >/!)%~{PKKS3\]qWrlwFWL38` Aҫ3Rz|.k8eܝ:qm˱ P h7'zU)EJ%[YT[dېCl0 bMc]`{4zz(`Q0`핕^2@a[@h"]2ES`˲$#SEޥ"8"gPΐ#`7&. gub9;BFc;*R5Dsd\kLMF10ȃlq"G"OZR̦`6~.rz[=1VʏXSci>1v]G)UB!J)`I,yLuG Nd^׾h5 qQ0 F۶m0htzQ0 F(H_@w~-dms/)7`|R$H"ǝ?3 Cn%F1e nQ0 F(^2@%ᖦ׮=yd$Or хGk?ϑ1nZ,ؠőSs$NtAY\W?KbDxPX PT!smyLA4 >g硞σj'+rz\t԰J_JN rڒlqֱ=G9Q);..c%zFkR(Nw wp\ Z<TGG(`5@\O0'>H]Aſ;ᆹL O[V9byhaFL|wȃ Q0 / h/Rg h aSKYBpB>ə*'ZSѣG(`&(bAȥ6UJpmeӺ8r>`$%%! C0e*:s4Nz_2Ɂj&ms͎5Jd=P:a+>>ۥs̷-wjcvK͔Dzߐե#hz4PK\˻F(`Z.bջښ6YM2KVz2 (mHp1k}Q0 F(@ԈA/hBE_@DDbKB AbʄI6^ >B=n,;Niqf2C[nrv ^<|^o[0hV j?+9^(PdrR^Fme|>@l6C2@CsVy䵒$c$=Pa[Pp Z݄[B "jrpz "p,%0saA"!\!o@^y{~0c'YT$046p8T*LУO~~3-Ǣ(%v}/5NHwh4nO d"&84klmm4M6Zy_.{P{4>q^d-*4MIg ;D/2{+uq"'\?zФ%z{,ZۑlY}J)+uZn۱ E[f3E]hթu|l:1}$3P"_,^n7@F,Kz ؎`$f3OC8ɒssVdp\] f }-lbڠ9gI-ա]>"Iu]ر7O/>**SW RjK%R FKʞh7Z9ޗA%r)C}xHP2F"RmThc@i}UPf|ģ7 DĖea$`M 0܉u(ׇ ہ%YZ}0ϰȡN f?\%'gĀYg$;0$t[K@D}~aΠ74~EzUyブk/$,˔ HPr}<Ϸmpg ,kޙٹ֡mEXIO]C˲<;P eh4A]Ѻj\P/[UU&To/j4ŕhuϡW8" W_mֈ_ vz+P?]#gyH$PN=\. T"8`Ԓv>Q/QqTIh? QJD! ƏRGQQ)D\>ٗmg1f̎{oW2 Wp@)w fv0/T  ^6b1*zPݎ)pX[^=fr9~#PZn7҇FmP~s D4r x\ҤiN9 i섊16)J|wU/ɮ-Z l.2Q<,T7a"3ռ8j|mpX!`_-[TVT@I[U}TBkLJ Q_Vi֣} j Ŏ=c=;[*ٽw EL'KO:X JѰaE?74y:F,GY$}R$rq1nH a(]<$JDtA#vH#م,؎(d\nDUW[2t.O6qsLOklEQbJSn] z&_Ca gpm{%TZz1Td")6e$ nB5=!O.v}ͷ'O q,d'qdA!ѩ)eY>1iҍi^J[<O?)kX@G-?'uZN7GZ=mMdXr|9/ ʚy GQoiOF+яm۸h$:Gヨ*ygܼ ln0ĉ*\( w@:AT=r'yr|Bbx~m1W,M@*~7&CWx85%\ߟr^j5oQOIz|> 5DPgٿ"t9 mK`rmYJyMLqH{^ ju]g#'wE2eb9tݖe6xit$ǹ2sgn]23g ꀫ }۶ }OS1Ѝ9I#ٛIP `'+OxϤ݆EKϘU^--i=#)\j"<1}ajn[)qR t:qSPtJŗw-_#xVy>A"R%J$\Nlf T9JO+12(}^\ Rb( *.qkn%iOp Q+5UCfiա߃ˑo҇qN.Px'T[3# ]a :˲v6݊r (m/oر$y R<E}[Ҥ^VP6}C2B7rCq[ JV#PtH"#񖘩b7{{_ՇU9CYjGi6^B=Bm6q.)ޯbey1lufٗ| @0 BAL IcIמ,Cj۱TN;v~84:}.~a,n46Erכ- DQĎs }ma`ۄR%[h]tDqFEQhV+I8E%@ i+>Wwm^,J1Z֚g(;a]Ъz\(n4ޅNӴ,KUʅ@1[$Y|Sk@ѿ(@@wk%dƂPt5Di@P};POJ#t P"huszTI4̓ Mz 2m;}P m;bC;ɜ);TVALH u9 00 ֊Wp&v) @9uKO".KMᑼ~ Ѡ4E)}$fٯK~=s_oe#6K!%r"qG(\Vs[ ţq&/0 LBoX 7m[B7d5Ʋ,^Юx@߃u(6M3ϳ A VHC3K %? :?X~cل2BڴPBKJEO}:i`n T{ jqaW)P]*5*G(F󤤡wR׵#JQfPyʒvm) @(-Kuzfc x{DNҼMrD 4#: `F(ᯰ#K)-LzGZ؆a.RS0qj,Y9+P%r/:!8/\+{R־uߍeocTWFIZ{j0=#5IMs#vHQ4Ya HUj1CRMdcC'Y?DѴ ,@9&R຅rd ڥe4s{UY?tkrEnR!OO!PQ'rVk6ab$RK2#\JK)e*I3"$dYw%ue_Fc5-H`XuT"]~P P%1>8EH:1@Υi\lq,4mq`qI\+H1brf%AaGm>]D&i?u7A} Na` :NO 4CJ.^^4y5Oť#=sP_Ί1J1pvTfIG3!$`"#)u P~录q+ufU"Yo.UW5҃Jh>V,#:7=#B>pF%i pdϺ&~.ZjZ 3%%v%9 @?ܜxNAO!qW|HVG,E"(<ODksۈ 7#WYlsLsn 4$J%F1,q=uhJRƘ~B'rr dF~e_M̰"^UAН9ԏi_oݵUBMIij1B9eV!eIR:s&~{QvƗs sBZk3*X4?aL"֒nBdmO9g >ߩ @q)ɀw ,Y,Fn,^<lYam8ߨ3jx  -b=:ivnѥk4#9Hd ^v8 00*/ai/}⍌L)(jR %#N_+7s:h67$/hOJ.UUPLjȒT[IK5G=U0.R{-kdSb1ry.-Hә.GOvzCӝW,󝒸~_`z_J^lA5^x&J pFnНpqa(Wڮa Ec2K:N(98Nu $ec"N,y}ȍ$cy. *(:R? ((c+fA-n#Љfj)qu蟵Asi;H& ,:jVOkS8yExCMC^R{( FiH Y !f` .Sk ګL NhJ oSZ9Nnv(O\fK6k:A2y~e3-h,HSZr?DJrus4a"{q:(.rʠ``C~\|ȵ5ʑ#Gn)dp~YdbL b&2zNxE?b&b?S8\7._g|9fuE K!sO[ 2"etb&0V.]CQgkG`*z-,,,!dQh8@ڮAF>jU;_F(0C:]LG Ԏ ILǰ/zylR#T?|ΫT|WНjs wFEpO0ǎfY^?x I#S+;R6*k_Ύv 蘰dH 4:KraL>r;і{ǜuI82;o&6ӆ9zYBb,CܜqSke=fE,K>՟'COJ&=b V2ń;RWڮA %)zAxPD* ;$:* s!fo{kVV Q 1xC8⼞PO.I=:09!Z=)KWܼeLew! jHj)%)GA[ ϤP]ԧCUBwyy7!,pۛ("&P^>.h}ˠ%R a ڏ= ޠ0Bfd+G$g%{並 %,VV!-VN$l 5siRޢ1ruՀ^ kApV`&:# ȿBU@RނUQYQA.?acZKղ<8Mfx<i}z- .{JΝwFi))A!IzKBJZxs>9ZCGZMkm޳gQJ髑CՖO۱~^vDQr۶c~5ΎxW!3[xE9exI$J( !WE;;#O'R! f4nJD ?'7~JVWs33mB0qs۶/^jSAm[<˚I 6x뺒5i;.wd~e&95Mv ti4LP78WK2]/|}u;Q8G'Rj<ܰG3dTuY_o..vβ,>(Kj9g]Wƌ,5Aq98T*o@QZe45]Ug1y0Xca/4METm ij:a0$qP%|l{/RYPS^8_/~0qŶटyJEz z]WedZȀ<$Iv'1U W b`Y؆}aq5O$79 hڶݶ$I|_84hF_ y~?4y,ˈyIs:#NP" 9Ga^Mtx ð,r"-T{[w@? (@"}yZUUYCǽ!`U@! 2^l ߽W")Iyl/YqLYq3Dဵsgxt(! x;\xk?Tʤ ?#-lp$JnTbFqq+vEW w=⺫΍ ⷌԴF-6>yF0ܑc):{k?Z:T,kIa C's҅=*>1TJWb4y dC58/;{ >䔞dEOq8&#pEW[UpUcތ]rrT>3^X 37A,=PV@)eJj^2 ۶=zjAd諶ϑYaoMj7EvQ;a]h[NA(yDXWy !a͂wbTT-ųrL9ZZD~RԨ0rGxtusF(=jв K nz];wlZJSL9tnFpܑciFjAQKK  >4iD dl zu8҄tZzڵCm *F0b)_ VJ`Z:T,@јA,x.)^4 +z6Rh\Xz1=) 5AOHZES ``Xv$4ò|{߼qR0 B@ZVn[/d2G"|ĥd2ɍ̡F8l֝呑NC husɣffY'sOv,\7u raaǞ 5XF#]B|@Fl6KQvqHSv&;fp߬RX;54*g齩)bEܔ]h޼z 4 kp ''i$IW!.m6a"Np\b`;'L&ηrpvi0<hZ R)` QBq+|}l Xr vnZ^nPzp(6hTZ[]/c/Yjm5` E="e3|@W&:X~pp5, : ERwQ sgSk ǠO,Sϗ{pS)BUW[d0U@9< S*tk#ogx0 Q,[1,nt uI=>8 .%4\.=Gf ^ŹގRoxJY.2Ly9݄]X:fo$C:^H2]8>BЮɶY|Ӯsͭ\P@z+)jMZ#ļ.t0 -e/sbֲ'Ft< llMH*H@ A 6*(2P 6@ R *N9DA.b9w |Q;w %O`8 efE?=~k8^o7HɘmTZp+*Ar<<`65 MueG2[:2 M<%Z=MEQөC EK ʐXɲ \̠v`rT+_:WMp.a7@@A-I)6'7]dp)^53lI j3d;G{P8$lڦa B3Jb"8|_*A}gYY#vppPd"|m[tI _??lkSos%:"XY E ;CUEeyׯ]C'.&&##s43)8KsN4/̈́X /j haJ葧p,٧-MHH2"p 'PbN&'L+K  D ̟k"K#" ;Z hz!ЌXẀ&_> @,$'X[ٳh!,4pp@,E3 "@xpK$ڜD/0TWh@Vճx&W0#`@̟;>~PW1h%`#m<~\QP\Xdb8A<3⚫puzpΝh>n8cRHRk(_A*EO1K!Z`R}.B)țK@0HE,TىW&Bn<`EH=Ll2ՍЍ|<U&u 2E0tj`'!^c_r*i=Zg-M&jԮ*ݒ/U(- \2-8wUZYNy"n} lFKa]D .%.!anaD22ǰvv1%V/tRRh`$“.ӧ! BKBY400c'!liH9.,Dr?{;&<Ȫ+%%%߼~'__4 i BX h齻Aኁ(hieGœFS ߿}X?65/z6=3F S =`y bz m_F\ 0}RpE.?S.'iR KUUU=yo"=Lio\0SL*4abzf;;;=5`B} >E6fbRЛ?D+_nhhHOBdQ Cf3d9}0ZtyСC;fcc@.3Sgggii)(`Q0 vQQQ3Jaj Pf*aS¾()i(6RdZ/ #&&Pba ~pbOYǭT_o'q# r\< jhMqlW{#@k¾60=_E\_h< F(` ^2@v(`Sx 8%tCzkX)ͮUzibR5jv8ov4խcDȽ#3dQLTWL&e8Ü2Ywp+t(úzgR~EN=||meˏ{gp UahgQ0 F(@\Q0 F( ;a+ [NnJq ୒ڥ1jw45"A+{31CNCxSMCjY&WT4Ͱ2fPs W>ڗo۶ 4K`Q0 E/ (`Q0 ;gB1 -ñJĀfdס,W4'NnŚMs:d(Z2B-*Jx#lI*`VY}ǝArN+O(|X T4 !"ό1Ȉ. 7MCdY}onoo/// Q0 F(>p @L-Y*k,cG=ZΤ2P& DQ6fdԿ,{*x {I.ic/bU֜s]\h< F(` ^2@1Ө\4;iɲyiAQRc4qG$$aqA@"^UUUyC DBeY("Al]_"(ś;cYkmm۲,,q3 8yͿ/WQH Rxl|hb"DB\iIBtie1UN)Bl*/Ĭq}xS6>}z=YQ*ߡYw$I128l6k609;Xi Z^Tq4Emh4M!rt:|#"AGMpiKLsEN$ X,u],K٪ KbDH_~}rɄ ^nw8 ʸ̉)ī Ch4#5°XnݮděvS42p<0,sa0,b5J3,=p@tl6Pj3<*b^#I!3WQmtUxr,ExqT—= 0-ޑx .<Zk/ N[+#x@J*`Ȳdfo ᥰ|]*IKGɿ3mIiԦ /{_UXq@89x\~̶mi<}ǣFe !+Z; lP~E-1 %?`njRa %<JW}] ۯIf$7]J"xC\XSJ;&`īC|cL.),G a%/4sAOKu .Zkwbi9K)~OzZu;jXyy4ĉpO9a n`)%G>RI$K`i90aO~܉CA œeY;`)ʺ,TߙRqj ZKSJbːXN8*XN48jXE$6%-Kp@ArЙтP +?w'M߹c6N<ʪ 9瘳łr|k<8?bƉ1{j?hIJFSJpX#J=rz Q0AVV @w=yX$l1<| k,d?Lu/إ: t.D;wu0Tia#ƅȲapB1&ؽ{7X]: ߾}E,&GQ0 ;w.J0PX c @#F R؃)rȁ),=Y6PhNH_|HÈkOBýRJqi(a1+E# @S1Xkq7N )i vQ m[zU@^2%9cx 2M$g*xR4VLZX-8b>/ IsƅŘ, 뽯 K  [ B&*AR֋Dׅ>!Փz 7A+.)`K}\d,ChڵYcNxCCI X\G=k!-RrܹsBaso߾hxi/k]/ ޻wvZM]-Iupo$,74 wa],sid#VZbʳqv0S:v3K`b.}~M0)faik$C ;{Ϛ d,z]\\XYYMp mmm0ta#M #bQ*FFF@A 1E a34}=xVÇPʫ'Y )jk񀐠8qbqZn^աq®gO <[8Ģ2-uY- g?I*++DA2ZyP"K\/c Z-,ˡtjZ B B`miX*v+>mdb٫YXʆHA`S/O WKO0 W*X㘜Su;26 =REnY۶߹), [ziը(u]Sh$ Lij^Ƈ c@Zf»@rÆ [!u͚57 +s򅉘PBki݆kr}5}X0 '~֦MB̳̍n:wV^ މD؊,qiHL F'bUׯLH" g1X%%%AN#g+[XX#Q!'Nڊ vڃBF!  ?{\ S-% @ 'O81`qa d?H SdT +7 Oi:؎/r6ڿ#(]=0 ǝ/Xa^W'KB§)$a ap`pka%_}X3~qmN \{o4ʠ< 78s55ӭs*u'15͆Ck@*Rue =2ka9@H0r7?~J88Hِ̤~{J$+ {ag$9g͟ed7q$GW=""-)zMq>סi<r`?97"ڜ xNdK6i?䣱b1LPSj/aH/pG@,JG=}&?2L1tcWϭDѽ/%9Z8dYzp>`XN116ծ6.f 8:8圛Xutf.t]ZhkؔR]RM3=9`PWFD(2tw,s?~E(51\pDpb*I \<^YJaʾpH8z_!81À:Ĩ, H$k۶8^(B-؊vP)`a-{gt1іW+J2" $7qlL6sї|[VdҎ6Ak-A AfZqBW=76-v9cf J.]z'.a9%~3jG` RDz!)?uR ҞF21kEbHDxCBfYW1E&(9<^eR,bcs'$uܵ °y.Gz+BU&lc|U$=!K.ضbU [HhpwV{')s6ufL2&Rq+,봾@VLVXk}lReNQd3` sx39-u.ݬmN]~xĢG2 +g>#2S{RC`&DUUB''zǜq-1\*kGcuҽ;u)t(=PED ٵ1ϸk?}l)Ũa;-mX1`9gn.ĜZk|])d$սVh4J"s7{%-HOloi_dֆP(K=}ORGZ͡{/ y8:C95[+o8DJ RaOY@@Cن9<Ҫ1)V]kL" c|Zi2)%ks@U5-J$[)e :qD֚uT59g:W|PR 1۰ 8F #2"ǸH5SQwυ\#PeT栐۶K!X;Oȳ`jy@r(傂RbMlC>Oֻ@6| ș{8egϞA4K` $PQP68ZZZlN=y#̆&Ǧ֌ %\(`'$>Ӥ 9TKk_9#{{BF2gpB[[[\k [͎ uW@D8[ C"6D*>@PiIj?\wG,P @}Z n ݽٙ7s{{aYX'˝垰H=` ' Q0f_ ,XVʭVlڳT*Vlur%h/9*<'xzE>~HM]'(#nZTV\bomsU$=q^scl рfp0 $}Ab!'c*€`***pVUU5\3!G>Ph v1^N my?"]`+F[_hZ K {^[!R>\gOVtD$ Ȃ{L1߲G\ث[by} {׵)`z%3ut`F\ʄgAw%2EXꚏ HmXѣG#mz]@T^vRC Iy$߾}{Ѓ?0!ղb붶˻K ie{a:\@WO/.!GJ9\cb: jjShsD-`2i2c,y7o8}IPp,<`۷J^ XH7!hBZz!L+0H # ]K@ 5M57 l2.d Cgt[s%/$1MQk[R4UjouѰ b@A39hpqwpĵV4!* /MG,I]̴)}QЌdj~Z@E8/ )b5QM6g0g0|vY"|6+1K%5ivuE? ݴg*ښ6갚gcy41IW; _8SEp0 (6p,QblLc>Ɯr uGcy|d 8UѠB];w׮^MUH*`)YCF}MEXj-"2`<~<|=h g 2(oUU րeϟ 5\@oԀWVV 3=N1!rG%Pd!dqU* pd'4{\ /ªlMׯ]cecCn  b@ʬ+V<`%p?o~jJEXDb(<!܁t$`!dZ0o7f>% 'Nv]@llQIRxhɓHk) LxFrW.ڼm&Z9rD^^>a._L|Glz= d~ ݲeˆ-|\YO>0pw8AB Z|FjMRj s`bNs.{a޳'/>9!n!͢h^8 _|R5/uV㗗k&ǃV1"fRR~J kde^Kx4,ED(Ɍoi}TQkX6$NLer=ER_$aO~ d1F|pdX>{)p?>5,L>%$R5J,nŢi camY~A4 [e )2 MډurʲdaIu8%C{SM2޾e'Xa-RXׅ"p`m1|`3`."B&fHKz RBF`qX ;vm@O q]d r/ !Slp[ȸWVP <`!L< I^a73R0 r'4~4x=භ?>dX5ߺu>m:>d2w@og`}a}z30߾}{X&ZazSsGsx=!il2jv)WvL!&kO۶ 662$z+!6<ϚtELWtr֏@;}/8Q &t!RQc2FRѾvIDPG\M~_T̗(SgK/uͰ(KNӣIJQo}<)2NeDul[8PD^Îߘ!Jwܵj7A@Q0 F(`P kk?K F%Gl#p'I&AΩ ;kDIy A2S+F.P& biv⸽ab آV2+->>0 v gc ,n9#+lVh˲՞@KmB6G(`  xNǼUT"u[ AiDzM;IC '~(O!^Q0 ĄY%]6Ԍ| KxIЪ|]vr#4s^"'B,uNR LXxb)XAh>hRWb$d{@Ҁ"+ظq#@Ё}ҒQ0 F(`k0C!ɈLK܁(gS mUXAQ72*쐜A.lUr1"kLV!ɮ뺧[% cAE~YϺ %( ,F@Qmz*,<b}ĦQb~w`LJ*2Mߦ_g)f! DQAp=$h\Ӥ"hLI@jи} nCgWm(I?x,ĸi6ǧhO<6e,]MTUM9&$ddbyQuZey)TE۶ؖ1M[EL$f$\걌1E!Nd)H#Lga!RBlsNTeBW۶u, KF9 _-ƍ_-{fpB1< Va#CR6d y4ln}e_1\[s.1^K !HF#{7ƨsUNAZ QHx(78́STZS|%rKN!KseXsNKc9M>|G0l[bNCAD)3 U_#HƠeE$_|Wa[H.)% fX3q OW% Xk}/2  N#-HaG_UqCekGlChbۤaJ Dc̶m]Z+9V c+ݙ;VO9桾P:VN#h~ b)%@>U@M\RWsy-SbTJ& zgggj9Xƹ;jS;{]ʀ[xAoYmPkc[[[P7`<_ Pm*nͱ!GF(#f/ \qo߾]vTB :;;ͩx'Ú`\ E!7o<\j.77ϟ?ŃKkuu5u6##cǎٳ c{{ ...v5j`׼0ťZ68pQ3=}"|||ZZw k0V5[(K:x8yd^A>.O>-7yg4;F[@LyrY2hWwwwsrrTFT>dlg999͜9 N ƇzzzR&FsΝ;k#0`܀=(_mGH[mmmޤ,:X%l"s} uȸ{nR+r\G>2mA5rY^R /Ѝ'MǛ LgwiȞ"8(\cZYI5k)i1:X:qIc2Z cDݻwi1M4`Ǐui1b?~)Rl (70ܹG Gll,sssi4uGjb&۷ S7`РQFGG߻woD )+DG'E֮^=<|;O`PYq {U GgŠ ~`+ʨ Axd@7@-@rts 07M?/4R` ׋y Hd&^RR"))iK1>sPw˖-˖-χ^LpG^pؠ6vڂGo߾Meee*ڂ:{prHX.nߏGnwWזI0 H`̿+R5á*\^6dEZe" sn4iXV*ˮFưWكQ-`fe0`d>wCsfe2HIDE Xq;Z(|wVBd7"4JTЃx<%.!0L&Lm 1t@|[`q͚q{;E?XtaB7Fve;IR\,PjK[qY1 IF׫jv+d4a%<ߒϑ0Z1H4G"1M^8E"X6wBr݇8NMk ,4Z?#ɅdsoI0O")A =E de13TB" !ݱ~ @٤& ate9' U=x'*z Ю ڥ+*^> 8$~\ʑv]&Wm]K?/#Mߥ-D2~dYZlI}X#L`tAB@\k6hUl6n[ VH^/v$4Azkv[sl!w>#qڱ"i80,/dDUO&E*oL :6^zT=͐+nñ^)7ýcMNBV4)-G9w,(É 5>JYVRM}zV+pj&pg.6rJ ĽD9: K`@Rٳx+:<6c5A<łM؏J9 GА]!p) v!Tq:^ 6o3ifxu:]K0 ;0@={{g0.`H8/yeB`lڅ_;ڙij8*ج(V{E@H_3**%́.$SuZ"w*9!QN*Hym\}X5,K4MkY,kiC(K,-Xsl,MQYZ`%&D$If!4\qxdr6->Il#t*0"r=e ](fN8d!nu @u[s:<:YSFN"59}!XOGT|>هqOL pF/!*4MÇ] 0 E ]SĵgN3@`f@z੆SHDIKm?nDM, V\&ۖieYcUUdASkq6#.VJ<*ȓ88/O\@g~w]m ;@vkW+ADyc;_Og:dR온ԭ0Ǩ)"F=K<˲5A?_wлlI0(*]T-к(X+&[`J m=\d 6p=wKR>_~no}^v8f4P3g]A 1 74`N 4C4Ӳ&X"Q倮g̱X1$[tP0J)%De ac6aXQ_%kT`, 35t` Y,#/XX-ؕICct]9/"/*=evp*K#4v˂Xd`q6>y`l+Ƞ[gퟵ3/0w70Fd5Q@l ; W>diAX3 ;r q/ZCM EG-өDtҾ2 ,Rl;GI+w1?s g;}B^&q>OzSèm=|fPlŠx*Jꋣ1Iwy5~O@3o' I/Z{P458+N"E]xwdAк_G>]b2,[O!{璃 Dpn` [n[e*Lh4 "OOZz mvo/HI}W/Cc5|̟ŶW !~XV8vZ6\inmGy]%R7!?!pB^7B8jm].ޤ)"r#r+&ojs; C? H2-ƭ_&XuM=փaUؔ&ų;ab^֓5Z 4aVkYv<-N'Myv:1WL~9$@Uz|m_=Eۖe@$%`,D ʀE۷ܽ{?/$Z s߽{Gbdee J޼yݳg3HkAFJD7RRR͛7)d#ݽ{hA6 F0w)0"z7ſzc:mCRMms'ϐ^Cǀ9sg悅DV829.4MXZ WTlC'H,D͛h"%\&!!!`@ (( 11~k24`,X`oo:MΝ;h,bhhHKm=P@F Q0  5ICnnn4H2o4w:4]v 2H fbn  ̀VsΥ]b X`ONN ͸hGQ0 F0 h/ܹs H4An"oۅo,^#-P4U&&&`QNL\;;&lh566dL `ٵ 3`iյ"j`>{1hF70Qikkl(l&Ǔ ڋyZF ڠ.3BLP?b PEHJ$,UĿqqMou1*X/1?7^%Y}xfE9de+dr,b2,711VVN<-\4!44|a„ TQQٳg&'yyyΐzSn]t A`k ?l" ^~M\s@9sHbCXČi kjj"2`$ JNNvtt$x&$`Y5Gv`TQ@I G»Z #?8(,Eȃ<3;AOp;l1X?+4_Ǘ5sa x#h`7HX T='|QL.ʠ(*T܏{C:s qզʝlyǫvd(TRuٚC}gpx,I?3sz@4%Q0 F(^2@ `kd0Flx*Y5Ka%lH JTȼHy8#r0%4쵖܁L60+v 0pM Ig PvG˵bQ|ڱ7.DFĚN߄\\AL.E;E3ђ9+QԺb ` @ף`Q0 F@5@h`cq}p+zjef=xu[RW_3ceF͵r8꟝N4Ǹn:@/l0u)b->mX;kP]kHv洲eVRAğ=Gɪ9@C-,7A"9}d^yhAo&X)dYV=V!awk$רQ5yb"7~UBd[JFLeX5'= F(`N> a(`Q0>p +aiyJ>3OSu`y G|@mx ^oɤI**K(Y >=ŜZ I`=gZ15G 𑔻gF3"h7`QP I,=@f}(fIX׸$4̦<ޡh| ;X>1z͗1g3Hu1AήkFF+bŒY&~_lbᙿa{N%Bvo|,~}2cOG(`AK &2d"1{T1Th.eGkQq*6;Ⱦ읓 <hxli i>% (`] f(oGs^ry}_i Z8ǏZZZj]xaQ0 F(xyyKvGa`Q0  &YIENDB`PK?yQQ1OEBPS/httpatomoreillycomsourcemspimages470361.pngPNG  IHDR W>, pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEV_v-!)-Mϟ7ٓ@]Zyhy`ݚvu]-p c]i@+7l70?~@ǁld٨ DǏRlp)\YYq p]dey HDpjXCu`Co5 T2RN@ II.JKAL* h n-e+a7-7W8WKKkϮp)W$) -M`2M/H _i3T###8 7?Z.-# I@p ƀ`q:\uT]`3eCrפ Fahx H:F|C ~,<)g_^R TR>MmC 0iD// UgOw^Am[-7hX`c`bƹ-9BHY̔* J=}/H ]LH n>r 0mGS4<$i>Em+,,!kT)H?B(,O{F4lTnn}'NH}S'NG >73mnaBpY`)аA! l`y'x!S]r 4]R@4n&P ܦFCа]3 !3-II|ȝZTBR"P FN]=e%lw`>4a0 j]xO@qzHr}L GHt7axO?~6dQ &J!/$A׮^"A]3|f$^D@ u2`k, l+#EFzH!ki4W@kGwd ` \mHQ=y2>\A ( mkAU K^ ytYHAV|B rX>kh `&Y?/oe:HJM _֦f`r_f !cz@&O4"&" ϛpgO@@ׯ]Z7bX7]oViilvڹ P%P AQcl2@pO/d6 @(@y!"XCm$ >#[CUXARH -7iij҃c F(27}L`-"H  ዴ!| F(}Z^CnƩ'd`n&t`"`0:dɆ'bȲ`"kk+\Hk [U2hB^+` 9Ѽ1 <&"v!Ǧ#S9|^45Ճw$KJ&sPMu]-`c lzM0 2 ~I`Vr!OAۏO 4B_,uǏ sE x ڈѹQpM+ l۳47F92Z5<@Q@|/Gm@phY䣷z4Zo s i@@aޱd{ I:HV@ ׮a8}\47F"<ͪ'8 @ycdOg֮Y`ck"[| xv4aP%D "dŁZU!C"cheRi@ȎHG:a4eXr- FŇ8@s u ?~[jZ䮝;R ?ATx b|FxFj|:Ȇ ȡ r d<|LeX1B@@c#⭑9p0d)v!+]\%4t{"(k׮.31?y$D% Bs9P;dGBR"߿`<0[ 7UJHCq` E6'ukB ͤ$@4`H gām$x -n'|]ۤؾ |=*o\lCwKt U<nJ36VM ]Ѽ1r3Ƃyj9> ,޵l]uHe褥+֢.Ѽ1Tl̤ٽLa6kxMv&e`f9w>2Lpע]@-@ hI&Rh&`+HTThཻwPc344'0WK_`Kȅl<"^V v7]߳k7P7`ZTVV }}Hr$A޾C@vzf&g4h||}FaUI@-7. R="rEI6(@Q0 ``47F(h4oQh;Ѽ1 Fv@yc F(@Q0 ]32h W@{ Z)_ ^kh> &8 ?}MHJP +;fR@Vfd3; 9a7 ~k#x{1`3 eJX ~]>.x o`yXB.54C$8&{C2qjy:l?y$f}4S -Aك) on5]#pː?-%ι,]|?Eغ=چ< ,@Dv?& ӈyZ ]0 (* g@kD3`na-l4Ut6+( m r*rGy (@Ar$kyF4lFPH]m!`OL!!\ ; ( 6D@ uk׬y : 9m 1 K;|n8 9*Y=.@ۀ%gg*i7]-HD0_k\Mj|4!}Ϟ< -\_L.0o7Z;ON Fר hT < -iKk@F_} ʍѼ1 y.0\ehȗAlLmI\eѴ47F (/)u\$ & $!82Q 5f@u.H}'L4apc hr4RY`GP=X\@ "];wŁǏ!IŰe%p6&Xȭ.A؆z^!/tkTQJrjCDh_|1b@LZW:M`r7euK}>̞ P;ed+ 4ˏ@yc\bIY3M&`-Y~A3 FcH?rkgO7d ioѼ1 I&9YT|0{`[I#* p[&  1!<C'Lٵ߀ *6{& b 3 DN@k8„/c@|\L  !l`aC6 /*"v!&? _lke0W@z,h&M@" FH6(@Q0 ``4:7pk44_$1wp@H}#hy-@yc@h h1 PZ !C gSsdcdr<.sN8Dh=dݻvA!&@Ѽ1 4ئ%`Z|d"|,0fŁ ܂|HzmmjBCj!Ls UxxO8`M۶Bd du P(gn7gOd53>F F6нM@D'oil2 ;R]JI@25Ww/GQx*m쩂uODhcM=KW,G;r/Ս|h*HYGh" hjnO;@mQ@`*Iq`֚* hQ|;@T#w Ǐ݁&1ys=rU!֬6`(!)= E8 .]|A;wo,!h21h#@@tkdYKѾ0>eiLy pYp<?I&O8i0ii%dS64i5w8r`];E Fp">6Oݳb9f/Rc SZW{CB"@y*($ +vgъpy+q`@&$%pC˟Qhػ@ Y<`2Җ#J9< oQރ\y;I ui T|{Z#.$'Pقyd`Q@)ȅȗ Eױx0%D=VӰi@V?{٩hAxX~)dAm/\ lP0cpA`VB0ܸvk`c Oc\c ~4w6|:\ \}fZ:uG@mDe؄gc-[/5nDhjP'%h=ސShT -ZxuA.``47F(h4oQh;Ѽ1 Fv@yc F(@Q0 ]k8h W@-5 Ksh4o aN5ꣀ@Q0 ``47F(h4oQh;Ѽ1 Fv@yc F(@Q0 ``47F`l{ht=(7]鳆= ?yDfZzBR""h#]VSW }vR-,i-I FH, z9M=)b@ -`v9ὃf$틏h`|` ;d;ʸ܀T/hR@x>s# %3i51-ï ' D@Yx31 3WM=qP-$hM51= `]f-eO2BϛttC40I`]liiiA T(4W.]oO89yD4ZohLǤ 5Z2?…L< V}iyJ44b=@#S'?<W4edk׮Z"?>)2:LQ-|<@#E@FFY4^V&K͉7h;G1@捑^o 7?8`A1CF LgfpF]m*> FH ,ځHE#@ @@g#NOp.dJ -c~:^` 9=u`~@蹆Pe2e`BĜ]` l;6BN9 T9-j% W(Cܙ@yc4o@mQ0 ``47F ]Dd`d5n:ѹ ׯ]70Һvڤ ]AḐv7FJƈ2ϚdnadKH@4JS+h4o.mFl(4ڦ2qm!c\ F{vf-׮R2F5lA]y` ֭Y +ȇɓuk@V| KhZu]-rhπ,T du:y$e=.gмSZo6׈vH)L!)_ L l[h&L^%'`R@ +K>֒s|iy@6b`VZ4#{u.7b?  PWOuc#&WfjC]=dO p}hډ!];w"G h 4 n G d̈́KizDh1rM6Zڰ)QT4)^>^8XCZJUO0nѼ1dQUgn `B60O t8@ycMk1rd9U`v*UGbR4`@ZK@ycD`ЁmCO@F#* iViD$d;~-|59Бs!ih0t F<0&"`gg/]v oݼh;_ԉ@Aj`_?"0ǚ"@-aH 4ϟZ`7֮Y'`: WjV핑*x3. Jʴݿ1A4ڦ;Ѽ1 Fv@yc FS %6 9`{ 22gaaurr)zcfN `2 Λ1)W77`@;U"rtUP GJ " H"@멆z*"?[xz ]/?~j ]j_ 2_@ш'vI̊5HDh1d}^RAyႴ}r OpHE`UP^R:}L$P# ZkD FpCY/n~R7`IܻT9r` FC<}Vj2[ڤI* (?YڵkϞ<݁qL [4:M-͓'NB4A\Tp"P#d]3>^Hj!^ "Xz470?o0e<灓50DD"8 -{At\Z@ 9mȆ;]MV%<1fxQ<47 T/{kVh֬GC4ZH…,D8(`|0/%8d+9f*䪃vrr,pS>vd:V .fQMČG?fDpL @ycH"nhE,9Oic lk303H[`-PEzXCx3Pd#Ah_|8ba| ]`6+HVW2%6 ^Sa::ekhkׁ2U\@H! h0% :!` lC#.r"rI3͇[`^ t'f6XGBDѼ1u.b HH2jr| H6\ 7!a# ZDЅ@<lAZq@WXe{ ٧DD[ ܿ(rY E7 GN )Ȑ~ )x"rI.U1.` lŃGpY ]_D? ut^/-6T9 r _/oaF@捡7o`NHѣDZmSl8]Z׈! F(`,2@b yITh1 Fv@yc F(@Q0 ``47F(h4oQh;T(( y4:/>xh8 ,lnѼ1$ohc F(@Q0 ``47F(h4oQh;Ѽ1 Fv@yc F(@Q0dxY@멆?8y-^7 g{s-v4ԬlI&L0qdT@Y?WPL[1ƒ gԒdy#"!JۃSRJFj :h4o|>0'%B.!/RXSK9kkf:q|}\*1) ğGH-@yc$H) )BAJ47F"L`7"09Д]vȋl@Ѯ3Ѽ1'O!)a@:"<3-K'U`j#TN\P h2B%k{&m9Hv@T#ֆ<çZzO8qZH6؀( I<($/($Rk,7hQz!mBH=gn`Eǀ FIAD 0H&Y'v<`* ؏/D<hmjꂛwZzϟ7o҄ )m̄. 34] @ycϟ>TYanad ޴4:!+Diwݚ5TCZA۶3صk׀ՄP>@)@@.֨CU [ x9Q8y$@ぶdKw`-BCr '!)fj2 pB̄B蛶mEw ,01ʊKv ~fܹmSւw&"I֥47FC`gCU4Y >v/sNѹPx V@H $J>:2l^g^L +#vmS 1H`'$%= Nw.7 Yt7|0̟7XNKjrD r^Xphj1,k`kl/M&*bTikVsi4PC!xqYq .46}ǁ\{kkW" =酬hJ` ێD@O?NdDh1Dn${M/V!q|`CRE O0ߐE v T_C 0Ѵ1l+CN&Ry#Sed 9z^ Yt<M_Ag+ _މ\A(f`C6"/Ѽ1$0r`l75Ռ*"`x426`@N ª"hfaU%;cI47@k@*x)Lp /^x6/T Lh%(v  ;+@s_[vg9E@ FP`xD tlGZV;vC 'd;'Oq :} Ѓ Gsd, y E@95@yc(`BHpAn)An@{H@]7C:DgΣd 0!@U@K3ہwBwӠE#&">9$|\ ز+5@)C< F"@ZCM4m4VCƠ uHcd®ۃ(&5` =5e0X @@ahz4;Ѽ1 Fv@yc F(@Q0 ``47F(ht * 0H@^A>@ .o4@{Ѽ1`;v oQh;Ѽ1 Fv@yc F(@Q0 ``47F(h4oQh;Ѽ1 Fv@FN?|P#4I&L8y$h4o|39O>es y;($dZhjȇA_w  2!Ѽ1 Fv@mQ@سkw0FrOɄ|")ip]p=}|mc?}-7F1rΆ&rܮN~ He!W.A4&&%zyN)zc)Fܨ`c;}LH1iV`u.;vYy '>69'aZ C^@5kh`~s `,]o\f`|`Yh4oҀ4ȇ\D-&/@`L%2x׍hHĉ%fPXK F(  uk S>ZOj n 틏^ȵ`5yy{fPؚ @f!Qg>y D@ 03'k4;Ѽ1 Fv@ycP  A $@yc`}"B&z>yuk"w3!Z@q_/o@4؝.q'޵ n)0K,7N9̨17]G^8T@Z RcN5y ogoJѼ1 $օV𥄓&LVc JƘ C@ma70Q[䉓W@f90[b@$b`%.!* ]Ȫ`6vf9(.-#( osPP;l@b#QVR tgp.oZj!3*@B !-7  XMEFh1  L LN}-80c5K`-0Eٵφs5)Rof`>Zn#0~F!n :TGsݐUX7ө7!HLJ&k`,|&M b SE/0y 1 #&|7&>`OC2%x `y܁:i|$IS΀pB%ԉ'(\}@HNsyk8BJqfNMh [R! XCO8 ~T\@yc&\6XnA> c"`߆Z/Hw* F0%$xA ɆL)D_b9P y*{f h d[xdl-îC@ag3㘳Os/a4a " \&S;;kו'O =M\`by= +++GEGCj6044yEOg0۷45w =2:C3πd#+]tA@߽t6d;0lټ]N ̥@h`sk+|-@LDjZ˂z4im΃C"LNEgDhj F(@捑 'z 0N r lPA FŇ6Ed!FG 0Ȳ` ' >uWTR4o; F! ֮YS^R L(Av1m@wא֦f Y] >$ `P5&$%sE 4 d gQ0h~=~իBv؉ǁWTx.Y v D6 X28wΝI UxDh1{A!dGm s]+nOfZzPH0ZX3= (.V#^6CM47*@æ6Oi7s0rI<` l<HHJdVpy9Th_|ȑSZ&xZNm@.vIPb 1 BOP _B!ʀ&46!R@PWs@]iu"ǏfB9 @ڹb+R@q,IpoŁ"i@AȊ" Y"T T$2 34 i@b B o@ +,v:6Ԇ,]mRc^6"P:@BPxSƄR^::a_  [hH{M`ᑐaàZ3k|R/E$-#̷*N6hSkR̝f(.rCc dW>P=fv^CL^3m֞$ }p4J\BD^6 >vf kv`>A;}L2uƯllA+V ~0N]3 f>V@5G k@L@,0s 0mݸvE5D `'d LиbIY L@g@r$z;!(=.ɶ ()q,*`*ܴm+ Qu @sw/_-"ZkdMxgCfg\--55G 侅+CP)!Si.P cSQ`-9) ^` 40G>IΆBFπBC lEd !`ʀ য7\=&9ub Tir@eSXdnAuIA;H2lHZFޱ^lAN|0DR`z4 @@jB %@r!(̑Q0@14ruWDa`ʃߍI=v`*$HހIߐ- 2'|$0u^V)!/DFG#!w8E&SDm YI 23Fh ֌ ӐTCL` r@s"-?,%# y2>3`=+zp5sGa` FR\1[X1 5//)IENDB`PK?D5OEBPS/httpatomoreillycomsourcemspimages470363.png.jpgJFIFC     C  *" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?k ~ϾtCg,_ZcT}r᮵;(-͙[2(`88&~ǾR|R??iî[xC{_hZـ58[TъUmؼ?f.DSk-5̗ F3)VZ"*mT@<3㖅e@{k^*.,=R{ѴnSHGqx p1_\pgG;>Y>,2K\xw[{2hdPt, u Yk:ӥEu0rDoC_4xsO~>𝎛%,c"AٖhqHkq>5M+?l//Ck}"H/<5#%,63>ћ>Lj#.#2A K,d yIey7Z{\E /AN0Qu!"̷|=8n_Mo+#N_8W-P#PK? 5OEBPS/httpatomoreillycomsourcemspimages470365.png.jpgJFIFC     C  !" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?_oxw@-ΥHBG(ݕ4 A$ gz%լ~ x 懪跚VA14WqV(V8$:%x7pƾ&q?r T]Jd]$K fV88E8b#FA,IEz}Q@PK?y5OEBPS/httpatomoreillycomsourcemspimages470367.png.jpgJFIFC     C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?j,ѿjOڏËWvw ;3jS]I4ICLA.p_uo?io x3>YX.]+ڔ!$\N|Ŗx0GT7M v!^h,m@xU#?{7^o]Gvar3KP\Kg\|FAƙ&:7/]Z]vE4Nѕe 8 🅼=o i 0 %H#5eEP=Ю;[Q@Q@PK?5OEBPS/httpatomoreillycomsourcemspimages470369.png.jpgJFIFC     C  \" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?WO_P_~ G|MLďV}Er_9u+/jSéWD4Krj۪&( -w5h15Ա;F^8 @Yhh?lC-wٿL)'e|pǍ$w⛝zf(nT[<]z\,_gcS/2uat}`:(*Ioϒ ?x tA8e|OLm"~ߟ 7~_GR.".,Q" 2SO_ ~|e+AV^{#GlMHI)YR lA,{O+xcz}/Đ"2ռE@#ͺ3 ' t7>?/o'h_!A<Oxm^{^Q&Ff;gX(p$G4+zO!?eK^Ki%y=#WY鐬ydq٧7?cd/=_𷇼&.ol}դ6"֬|ٍpǑwk+)75|U~٠|?W/<]c7^;uѦ#W#vA#h~%<-!4[烼A}:T>'h QֲhId(+2׃?o'@oWТ]x'Ğ5E.y9 $vi$軙> sï?Xk'oPu8cfJ.!0!C 0$oS Nm;M0DtH5t|_j5/LbNYlv_P<+ @-Uÿ_{}kqx\M&..mB6l;/j|ßk,4~k?iF6"i"Pd?vYP#g~ʿ<)<|/0㱴gqCYei%v1]PPK?,Lj1OEBPS/httpatomoreillycomsourcemspimages470371.pngPNG  IHDRR" pHYsgR 9iCCPPhotoshop ICC profilexڝwTTϽwz0R޻{^Ea`(34!ED"HPĀP$VDT$(1ET,oF֋oZ/K<Qt`)LVF_{ͅ!r_zXp3NY|9,8%K.ϊ,f%f(Aˉ9a >,٩<9SbL!GĈ 3,F0+7T3IlpX"61"H _qW,d ėrIKst.ښAdp&+g]RәY2EE44432PuoJEzg`̉j- -b8o׿M]9La.+-%Mȧg3YះuAxEK i<:ŹPcu*@~(  ]o0 ~y*s7g%9%(3H*@C`-pn VH@ A1 jPA3hA'8΃Kn`Lg` a!2D!H҇ dAP B Byf*z: @]h ~L CUp΅ p%;56< ?" GxG iE>&2 oQEGlQP UFFuzQ7QcYG4G۠t]nB/o'Я1 xb"1I>Lf3bX} *QYvGĩp( &q x)&gsF|7:~@&h!$&B%pH$D.q#xx8F|K!\H$!i.%L";r3EHK-AFCbH$^RSIrdd 3Rx)-))zR#RsiSiT#Wd2Z2n2l2d)EBaQ6S))T UEMSPgeedɆfȞ!4--VJ;N g%K-sɵݖ{'OwO%)P_RRۥEK/+))U<د8䡔TtAiF쨜\|FyZbU)W9.Kw+YUEUOUjꂚZZZCu:C=^\G}VCEO#OE&^WOs^K[+\kV֔vv[]n>z^^u}XROm`m3h01$:fь|:kG23hbabhrT4ߴw3=3Y-s.q_vǂbgբ⃥%߲rJ*֪jAe0JOY6rvvtXLǎl&I']$NϝM.6.\ι"En2nnn[g=,=t٪E2}4\j5loDŽǞ~q=''Z^utv&vvEv >mяN9-{ LOgsΝK?7s>xOL n\x }N}g/]>uɫ,u[dS@u]7ot.<30tKn]p;;SwSyoEVfٰ?x' nNFG䓦pGŃvK>A^e|X"qUd=OEQHxI!p8< \.{$  [L|%g"}YU+9eD=*V{X:EN9Qu]y8ƮھӮ ɼ\72z,v n(xeݠJߡotNC.w1e?eQ),y?[OR(`^`TLK)#zƼqĭ[&Rg)#QULlmTŖLvU}a aUU4NqJڡ^v4}X.3=yl!xg!ei.)#TC~tԙQ92yzi?Ąk`y@i6 e.W772Lz4>)s;˧0M./)鮮%Ƒ2Aw 0*>U~a]v4%B 0֬F+l.1@@{vJ! ([ .@e@w&$%! &$%>ˏ¯(v"F0ֈ}dv`-BVT4ԉDF5k9k- T 4X6@ 8 t9-J`޼׮SrAgk҄@& )IQ(E`ǟYIQ$t3! 8@LL\ 6pE;3l6dlA[eYPj+.<SQ?CDs@P]j2uhjmv<J}Ilm6}z]+qxF|29W k,Ͱ3 it8j4AE¯ɶ5IJ.w8LRR%E{4.Lm6j۱)8+`E~Dw2QBXBlQ펲-r-fs8+:[rnOF5*Zld2+CRmB;p`&MjD[:g1e w '\K4SOZd/do\|fC#Wµ צ̰:LAJx\ i)3A'ʢ"x@,`ɸh_5  '}zW=jB{ X9˯o:?#O{YƎ @4 Qp `A TJ.47@H>v$+ʒ*8Y{#''9JtuJ#|+3 g3d1ȃQW\Up5: /7?ѥy4hh E' td T ,,/,!c&z);xyq2#| ӆ@`BN # jxY~XvضD9DwPl$:]4%*OWv#LA I ᯫJ;Rnƕѭ2V_}cͬՎp^i䮓3b qDhRZglc+;G.K}Jw0R`:5)UQ-v=-nرQ0CkM^F KG7x>$h8qE2@-IJ˯dkCgvmr &(7떎 )/"$zIʆ WV(ѶM껙 *tp';GDY6_1/L&FYGS9j)mG^''a 7gAq㮕=z@ $'2_xyAY4L߿|OQkV8* d 5w\!Q{g]_FA)p4k#1Hb'}\,:p ^ZevZ'0f,//a0$@ep.>1ݿcRpB [Y7?_+JuPaxl7ջӠTOkq(X%;pA`t$eATt!GcPiJp<i|l?jsAqĪe[5>K%c^䅓bb5yD;~[s ywM;/]t zթ.SE!"X6`WE1ݤeZ2pīj9b|($+WDTvNq%Ql4kb,m1 _@G:E6Tv`N XIQ9H.ľ?[X.$1N3Y)ܛk+K۷GNkԮ\qZ'7{K#GZ=r .zlLl}+n}!Rs\]cmG&+| c ~+评#h X=~Uζ  Ok(d2F$"%ZrWgҖ0*w@ [gw߳l4CC+4Ńa!'6Lޗ{2_M˟ڨY<<sBɨ F(`"`Q0  `Q0r@V{`Q0 FjoQ0 F4Z퍂Q0 F(A FQ0 F(#S0ßIENDB`PK?q5OEBPS/httpatomoreillycomsourcemspimages470373.png.jpgJFIFC     C  =R" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?<)K6$ӤuXF,n#|"8 ( ( *3yh/nA 77m댐3T|E/ xB]6MmcRM;Ji]=o4W<'3xú<ڝbMĂ8ܱcQb*|~6 ۉ|3+_t2ȊRKkbURM$IkEP_8x,CK@|MF5 X98h:wZX!ooW 95?oSq⇌C|zI|A}1[Co9ǗgWş>-~z׈l4-i_ V[Bno?m1M/PR0yK,fLdD||K(8%C)#;~Қzm/4ךq/ͻWӥf$>>?>-k:f/Vo-.nψ=Lv6|(fwgvi? 4Pqi夋sޣ`b&8O k;[7!Sy|wfߗsJ}O373giiz\{eCpuA'<G];d<{WU[%b`1XZ1QMqO$_'Bx;(S;`MF+=urMZC_EPEP j4?\5 |B񎇫Bq;jHsF6H0H"5wzL \to|E2ױZ |^ecċ*~>Ai[_hK).+}h`nA qm*|z(-t'%ԣ{8dbs#\H7,|wOυ帗Úղk f1V#5?}GǞS~ \þ]A 6FDhp\ ( (?PK?;;5OEBPS/httpatomoreillycomsourcemspimages470375.png.jpgJFIFC     C  4" }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?((((((W<;U-> i-n`VExV+FK"2& E|O<O~$]ZͧOcq8'+$ d%c/TQEq<|4?~0 %8D,J̱+H#lh؅RhW|9&WӴ/J{IJ{a}-#ʉ4ym)j6e_^$M~wڃx&HhVeHYmn.IΥg vP(xǿ|I4}KᦃiPi sGxʪ2+IeGBCSī߅.&ǧ|L;? z,^\ib2ƙ{Uw((+υ? ;J;֯)Iֵ-dq++8\koC_wѨ_/hx_G$|*]ҭmiK K)%i\CA_|DZ7<+ydN&If[(K؈_숬z 6+gH7e|L4SzY4+#2>rt94HVH$dšAWHGj,~ |)м00.4="[PI zYu8ԜŦ$ ji63; X+<]3GH迵|k՗rC^My q\Gψ.~;/"|x'-$ Gx"vvYu`irEqW2kKk?Wu?/=~%? 5>n \?Q_ڿ^n%Csk6ZL^Έj_ۻOX?/5/7ˆϝ'|}l4SZy~i]jam5¬,]jN\ O'# ',Mck;?{gggΏ=y^6oJ|O|=y'N|_> ڔa%}y~iFI- ?7>4*UőomZKrC9BT3Vk%^T,>9?V[ ?>'ǫ^6h.l8US#,ݿ;~1Caॵ5]Og0Kky (( x؇I*BGW'+_ړC_̺y]7|;Ž:.OH.,X_ΗV6D4Q\NLۿiٻ{gھt}qu>_d?fO G 8?$dq@ڇě:LJ֬VR\ Ѥ6y,c݂EuF߅> xg|]+^Oo%[lĎ0Oj~ ":gj/o`a򘍤R1mC1@$ kZtB:)km ~|>!L5+)EKҠ͌PwB^Eǂl<%o)?Vl_A3>^⾢B^6tQ=ō8;22̠rq@g?LooU<7&:&m07O̚Mqg&šQ䥴Ep%$_េs_Kch2\Zy&CIVig-,ɯ&=Wi>y|xNf-<k6yW( z7ǂ,]v{{-K—/5o:n,lFB:@3ӿokr1Cxmmkp|@֩{}$kn0Igyh^#9zoNN3>b>3퉦>7~ KMgΝo><Wn,][bt~/|RЗbGK. t,]2XPء~z|/xg߷wŧjZuԖ>gIdu`T#"%f{{u߳RCdk!bR1\R?H ʥxþ(: w2$24SB $r+#YH Es& wu㨠WpZ O.M9yXm_' m;QCPo_&]M$Q@GD .,-|t%gmK7+kĞ![[InVѬȮˤ&!Ĭ ³J+O7W|ϓ۷w˜@Z( Q<|;ߍ>x;W^GO \j%NTs$fH=6v4Pnok t ؼSMލqq2q4Df**? kzΙ=gZ}ޡ,=՚I5E#B DZ6dbT+BYe7DͤgkCVծ|^y[kgeT*(#$>3X&~ȟi6ˈy-XLJ tCl#ʷ|' hMW_? /b][M7W֭cf[J)~CEȵI2 ֌_;RDu*|9'%Ol|+_\jC~t[tneS-$)xHiymf"71,]+->!ݝDAgfbqbO$R_??Ǐ|-?ZY|_ҵIkaquF͹_d|g+1i>;xC㷌|1kg?|j|A~%PּosS@.~fV޲_ٓ?~mL#|a/1nt]CN;;k[gxgY3JPkοfvCkuOm"hizn,vq,+Y$r 9 w??K_Qx CPWZȗG٭Ub_.9R"nd| ξ(GSmb(~ɿ4&}bO:hK&j Er CX_bO_ t4|;_ECdR,y&Ι>%O+gVԼ'g izlngsqY$ 6!9+Ğ6wE-&c'o ZOYfRd<' De (ξh^΁eCs{=V6 s4,0@I$yfbI$WhF >kIz-5h n ԑ$uY|)?o??cO}ygnqТ ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( (?PK?2N)[ [ OEBPS/index.html Code: The Hidden Language of Computer Hardware and Software

PK?Z☳OEBPS/LiberationMono-Bold.otfOTTO 0CFF -G FFTMO h|GDEF OS/2)z `cmap31 headsK6hhea `$hmtxU5d ^maxpPname ypost& \Ơ_< P33af @x1ASC Tg`:E V^=W JzT , u . +   M >\ (  &" ^ (  8; \  VCopyright 2007 Red Hat, Inc. All rights reserved. LIBERATION is a trademark of Red Hat, Inc.Copyright 2007 Red Hat, Inc. All rights reserved. LIBERATION is a trademark of Red Hat, Inc.Liberation MonoLiberation MonoBoldBoldAscender - Liberation Mono BoldAscender - Liberation Mono BoldLiberation Mono BoldLiberation Mono BoldVersion 1.06Version 1.06LiberationMono-BoldLiberationMono-BoldLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Liberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationAscender CorporationSteve MattesonSteve Mattesonhttp://www.ascendercorp.com/http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlhttp://www.ascendercorp.com/typedesigners.htmlUse of this Liberation font software is subject to the license agreement under which you accepted the Liberation font software.Use of this Liberation font software is subject to the license agreement under which you accepted the Liberation font software.http://www.ascendercorp.com/liberation.htmlhttp://www.ascendercorp.com/liberation.html>~~ O\_    " & 0 3 : < > D  !!!!"!&!.!^!!"""""""")"+"H"a"e###!%%% %%%%%$%,%4%<%l%%%%%%%%%%%%%%%&<&@&B&`&c&f&k ~Q^    & 0 2 9 < > D  !!!!"!&!.![!!"""""""")"+"H"`"d### %%% %%%%%$%,%4%<%P%%%%%%%%%%%%%%%&:&@&B&`&c&e&jE-tfx wuq -*"!=0!CB9630-&ܾܷܿܲܯܧܛHED'%$!`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_ nabftlh!rg;6o=>ds/219ixt}`k5>:0jy~  |6u IPmLMNvQOJ#LiberationMono-BoldS a  ( ( T! $+29@FLSZ`fq|(2>JU`dhnt{"(4@FLWZ]dkqw %+29?EJO\ipw &-2?IR^fo{!+7?H\aejovz} %.7@IR[dmv!*3<ENW`ir{ &/8AJS\enw    " + 4 = F O U [ a g p y      ' . 8 A J S _ j q x     & . 6 > F N V ^ f n v ~     & . 6 > F N U \ a h o v {      " ) 4 B I P U e u dxuni00A0uni00ADuni037Euni00B2uni00B3uni00B5uni00B9AmacronamacronAbreveabreveAogonekaogonekCacutecacuteCcircumflexccircumflexCdotaccentcdotaccentCcaronccaronDcarondcaronDcroatdcroatEmacronemacronEbreveebreveEdotaccentedotaccentEogonekeogonekEcaronecaronGcircumflexgcircumflexGbrevegbreveGdotaccentgdotaccentGcommaaccentgcommaaccentHcircumflexhcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIdotaccentIJijJcircumflexjcircumflexKcommaaccentkcommaaccentkgreenlandicLacutelacuteLcommaaccentlcommaaccentLcaronlcaronLdotldotNacutenacuteNcommaaccentncommaaccentNcaronncaronnapostropheEngengOmacronomacronObreveobreveOhungarumlautohungarumlautRacuteracuteRcommaaccentrcommaaccentRcaronrcaronSacutesacuteScircumflexscircumflexScedillascedillaTcommaaccenttcommaaccentTcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuringUhungarumlautuhungarumlautUogonekuogonekWcircumflexwcircumflexYcircumflexycircumflexZacutezacuteZdotaccentzdotaccentlongsAringacutearingacuteAEacuteaeacuteOslashacuteoslashacuteScommaaccentscommaaccentuni021Auni021Buni02C9tonosdieresistonosAlphatonosanoteleiaEpsilontonosEtatonosIotatonosOmicrontonosUpsilontonosOmegatonosiotadieresistonosAlphaBetaGammaDeltaEpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsiOmegaIotadieresisUpsilondieresisalphatonosepsilontonosetatonosiotatonosupsilondieresistonosalphabetagammadeltaepsilonzetaetathetaiotakappalambdanuxiomicronpirhosigma1sigmatauupsilonphichipsiomegaiotadieresisupsilondieresisomicrontonosupsilontonosomegatonosafii10023afii10051afii10052afii10053afii10054afii10055afii10056afii10057afii10058afii10059afii10060afii10061afii10062afii10145afii10017afii10018afii10019afii10020afii10021afii10022afii10024afii10025afii10026afii10027afii10028afii10029afii10030afii10031afii10032afii10033afii10034afii10035afii10036afii10037afii10038afii10039afii10040afii10041afii10042afii10043afii10044afii10045afii10046afii10047afii10048afii10049afii10065afii10066afii10067afii10068afii10069afii10070afii10072afii10073afii10074afii10075afii10076afii10077afii10078afii10079afii10080afii10081afii10082afii10083afii10084afii10085afii10086afii10087afii10088afii10089afii10090afii10091afii10092afii10093afii10094afii10095afii10096afii10097afii10071afii10099afii10100afii10101afii10102afii10103afii10104afii10105afii10106afii10107afii10108afii10109afii10110afii10193afii10050afii10098WgravewgraveWacutewacuteWdieresiswdieresisYgraveygraveuni2010uni2011afii00208underscoredblquotereversedminutesecondexclamdbluni203Euni2215uni207FfranclirapesetaEuroafii61248afii61289afii61352uni2126estimatedarrowleftarrowuparrowrightarrowdownarrowbotharrowupdnarrowupdnbsepartialdiffuni2206productsummationuni2219radicalinfinityorthogonalintersectionintegralapproxequalnotequalequivalencelessequalgreaterequalhouserevlogicalnotintegraltpintegralbtSF100000SF110000SF010000SF030000SF020000SF040000SF080000SF090000SF060000SF070000SF050000SF430000SF240000SF510000SF520000SF390000SF220000SF210000SF250000SF500000SF490000SF380000SF280000SF270000SF260000SF360000SF370000SF420000SF190000SF200000SF230000SF470000SF480000SF410000SF450000SF460000SF400000SF540000SF530000SF440000upblockdnblockblocklfblockrtblockltshadeshadedkshadefilledboxH22073H18543H18551filledrecttriaguptriagrttriagdntriaglflozengecircleH18533invbulletinvcircleopenbulletsmilefaceinvsmilefacesunfemalemalespadeclubheartdiamondmusicalnotemusicalnotedbluniFB01uniFB02.nullnonmarkingreturnundercommaaccentcyrillicbrevecaroncommaaccentcommaaccentrotatedotlessjonefractiontwofractionthreefracitonfourfractionfivefractionsevenfractioneightfraction1.06Copyright (c) 2007 Red Hat, Inc. All rights reserved. LIBERATION is a trademark of Red Hat, Inc.Liberation Mono BoldLiberation Monoh  !"#$%&'()*+,-./0123456789:;<=>?@|BCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abgdfj}srx{e     ~ !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~oAuiwvpqtyzkl@ABC      !"#$%&'()*+,-./0123456789:;<=>?@ABC*7: .'-=7!a$%*......199:::&:,:F:N:T:]:d:j:p:v:|::Sh|!Rg}$3BQ_tv".@PfvWg}|$ix#2AN[alMZgtr2Ga{r&6JYixĈĖĦĵƟn}Ȍțȩȷkʓʦ-;KZp͌͛ͨͷaӳi~՛մ %.7E{ׄגכױ&T~(.5;AJP!'-R`fu6Lbpai-5q ) / 7jq<4C ` f"v%%&&'''''''''''()))*,p-02k337:,:4;;$<@@@ABDxDDDDDDDHHH8IIIK?LN&PSTTWWZvZ~ZZZ\]p]x]^^^___+_9_G_[_o____________` ``+`T`bTbwjjjjjkkkm m6ouxy}`*s]C  .Fp|BKl4HOV_r ,:Tr'@Zu 8Yu"CRct 1Z 0<#j %.,O܈ܠܸܳܶݖ߳7khU,3n> k>! B" # Km(M-<ȋ-<(wEb)B=-ɋUTUX}y1*u*UXu*UX#hh*UTUTN UXUXOUPUVUXUVUX\UPتUXتUXPUUUXUVUX*PUX U*ѪѪ*٪&᪬&᪬,*s1UT1UT2V*UT*UTUTUTV*UV UUUV UU*UyUVyUVVTUVUV**X\UV**UV\UU\*'UU'UV檫8UV8UVyB*UU@CUUHUT <<1T!!X.UU.UV UX38UT骬UTUT쪪 *r着UV*UTUT*UXUXUPUXUX PUV UXUV UXUV#UTUVTUT٪UV٪UcɀUUUTUHUTTUTUV UT몪 UT몪UV:IE8zQ֪٪XܪܪUUyqUXqUXݪ|`|`ɀIKUU*UTUTUUh媬媬xUTUT%*%UVT" " UV*+UT+UT56||몬"UXUTUVmݪ UXݪ UXۀ*UVC*̀UVlUVlުUUo쪫쪫UU3ӋIUX 3PUXUX**%UU UV UV UT UVUX UVUXUPUXUXUVڪ֪٪TܪܪUTyqUTqUTݪ|`|`ɀIKUT*UUUWUTh媩媪xUVUU%*%UTU" " UX*+UW+UU56||모"UTUXUXmݪ UTݪ UTۀ*UTC*̀UXlUTlުUTo쪬쪬UT3ӋIUV 3TUVUT**%UT UT S\ UT WPUV UXUVUTUVUVUXڪȪUU̪ЪЪUVbUUUUVUUUU*ً&$UU"UX"UT * UU UU *UTTUTV𪪟UVUT}UT}UUTUXU p*UUUUUV UXUUXUUXUX𪨋qnn*UUUTBFJUVJUTJ UXJ`WƪTȀSUTUTUV*ˀq̪a٪0UT1UVUT1UTjબ6U(,TT+U+T&TTV T T$UȠ$UT )*-UX(*UTUT説mUXmUX܀b b TUXΪIS]UX]UXV㪪㪨㪪㪨UVj~UX~UX*aaUT UVЪ UVЪӪ֪awت*UUUTUUUkT䪫T䪪UT*UVbUVb**UVꪬyTUj磌j磌ڀUagVUU媪 *U*UUVUVUVUVUV *V**UVUTUVT4UT UTUV Vx$(UT,UVO,U O.Tƪ1UUVUX몬몬T몬UT몬UT*䪬䪬UTTm}UTUVUV*UT-UX V$% X1UTUTtt UT*UX^# =ʪUTLeeTL*窬MUV窬MUU*OQQUTV*ZUT UTQ TQTOUMUTUTMUX*LUPKUXKUX-LUP5UTMUX̪AӪڪBڪB*@窎>窪>y;UV8UV8*TUVVT UV UVUVUVT%UV%U,UTUV3UA=3U,UTI%UIUV%TIUVTKUTUMUVUTMUUP S STY*^_UT*Y*UTUTy窬窬*ڪڪӪI̪5UVX-%8*Ut TT UUT UTUT*1UVUTTUVUV*窬窬TVe@e@UVʪ=VkGYNRgN)&L NiGYj&t&,v,#t#,v$ -% j& w|x7UXo檨YUT檨YUX*GUPӪ5UXӪ5UXT%OOUTªuªuVUXUVʪU\ʫ8UUUO U]UT V"UUT4*UUUVBRUX;쪨쪨-*UX%UTUT%T`TͪUͪUTT *MêʪUTʪUTUV٪mYU8UViT*HUt*HUX;UV$*׋*UXUX܀ UTΪ:모1X樠檬UT!ggbX] ] XXS<~VƪUXUXVPUd UU+!*UU++O]@UVk@UVkI{RًD ;UTUU;UTUU1 UU')UV')UUX1*ğĕ>*CUVgUV⪪⪪TVvvTUrrTUUબUT⪬*qUUqUUVV UV UV"$"UXUTUVUV UTUTT{UTUT *㪬㪪UTVisU{PUX*êêT0_UT_UV݀UTrUVrUV(e UTbU__T]V0T[*8ZUT8ZU>UT[\.UX%UVUX%UT모 qq*UTUTUTUTـ֪#T UTUTT*X X !UTUXUXUTUTUȫTTUT*9Ut*ŪUXŪUX*UPتUXتUX*UP몫UX몫UXUPUXUtUUT U8 UUUTU UTtUV쪬UV쪬#UT}'UVUTUVUTUVzU]zUUTUN䪬UU䪬ꪫUT{e{eUVЪS˪UVUUUժ)g)g4㪫?UU?UUK*VWU(KUT UU?U?U4UTUU)U)UX*4V8wvuuTUTUTT窬窬TcelTs s UVUTUTV*UT*X UV UXUT UX"TUXTUX{{*UXUXTUTkT*UVUVTs{몪{몫UT{䪬UU䪬UUUT*aaho UUo UUzz UVUV!$UT*UTUTTU UTuV lUT**tMU8UX=nn7UX]UTTNvNv̀Xaتaث@U*骫Ǫ骪ǪV*UT SS*UT#UUت#UVت*UTUV7*=UVUTUT * UV UTT UTtUTUVUTUV**?]V᪪*vfQUYaaݪUVUU**UV0UVUU0UVUU6<ߋJUUAUTAUT-,UT>UTUU8T3UX3UX$$(UVUX,,04ɋ7*UX0UTન0UTન(`UXUXPUXUT*7UT*JJȀUX]UT]UV몬檪몬檫*UU檬UTUUUUTUUTUT *UV*UVUVTUTUVUVUT*UTj+UTT***UXUX{UTVUTUXTڪhUT{UV{*Xp㪨p㪬窪UTUVdUVdTTUVҪUVҪTUTUVYUVY*ͪUTΪV*ѪѪ bUV~U[*UUUPUV#UV**VUT UT UUUUTUT UVTUVUV*T*UV⪫UUUTwUTw *U󪫘**UTUTUV,9UU9UVXD O OXWTFUTT窱窱*TyyUTUTUT|UTUTUt*^٪UVUVTUTUVUUUTU*l󪪚UVUVUVUVTUVUVV V8T 9 94UTUVUVUV&UTUT**UTUTબUTબ *Ϊ' ( ) * + =, }A- . / bx?xM0 1 1E2 w3 4 g5  6 7 ;8 9 v/: ; ;zUXsUXsUX9QUTQUTyVUXUVUV*SUT\bUVEUVeU^oQUTʪUVUUT*hh)UTV/쪪/쪪7UV?UT.'UTUV'UXUV%^wUXꪨUUUU모쨐m㪬UUTUT U骬骬TyyUTUU${U8]TI@UtqUV@UXqUV *T9 < := > ? w@ aEŋ|બTUVUV*UT檪mUVUT䪪UTUVUTUVUTUT}ȋdA +B C rD  =SR w|x=uR.y֋wpE CF KwG H  UVUU UVUVUVUV*g᪪UVUVUVUVUUUUUUTUT?U<8UT1Up1Tܧ)UT!Uн!UXUP;*UXDUVUXDUVJPKUT|D|DX;UTનબcUTUTQmlUXlUX*o|o|*UXUT窨UV窬**{ܪ* TUVUV*T*UTUVUV*UX UU*bbUU*UUGUT;*V%UT UT UTUTT}}UTumm ـ \ \TǀIUV/hªhª΀UUK説TrrtUUvvV&0UV0UVUV<*wI UXU.U4!UX*UTyUTy*UTUT**UT~UT~**UT{#U8TT骬Ut骬UTUTpp XmmmUXmŀ*UVUXUVUXUUTUUUTUUU窫T{U {UT9UV*UVULUUP U_UR UUUT(**o7}?UVGUT=U+2#UTGUV}{yyUTUVUTUUUT~CUTO[[T٪vUVvUUt몫rrT説K΀hh[VzV8UT . B. &*UVTTUTT䪬䪬TT\\TwJ EK !ORO*UTUXU,UX TUUT *UX&/T*/UX/UX,XLcЀUXTT€G5UTvUtv`XઌުપެڪUV֩XUV֫*֪֩x8RFL krM 8 LUTUTV*VUTUVUX)4**&UT&UTTUTT#UTT* 説 説㪨ުުUTUTaB:6UX2UX2PUX%UTUT%UTݪUT`UX`UXT UXƪڪƪڪUVOeUTRN O ~P  O Q RR xkUT TP55TT UTUT UTUT몬몬TTiiժUT&xeCUT*9UXUX'UT(UXo0oݪUXUTબUTsUXsUXꪬUPUTUXUTUX窬窬T*બUTB*1UTnn*UTUVpX說說VXzyzy*UTUT*UVq UTV*UVUVUTUV UV UTUVUXeUX{{T骬骬UTUVrUVr**UTy3UT.UVUVUT#T UV UV UT zUT**܋ UVUT UVUT몬몬VTiiժUTS qT U 0V W UXUT}X}UTUXR,UTUTyy{}y몬UTUT窬UTqq UXnn*UTV}ZoZo֪dUUYUUYTUVUT9UVUV*ĪUUYUNYd0o0o}CUVUU UTUVUVTU#UUUUT*~~T*UVUVTyyTUU64.TXUXV~\~\*ڪUTUVUlUUUTU@UT窬UUsUT*rrꪪUVUVUT&UVUV*8͋z=UT=UT1ˋUT*몬UTUT*ـ UTϪ UTϪTCX Y Z 4[ 7mUTw*vuuUTuuuTV몪몫U{WTRUT*UV*UTUVUTUV*e+\ ] zR^ _ b=SPUT**p"UUp"UW4FVUTUxUTTUTu檬UV檬UV UV *UXUTUTTġTUTTTUUT* 4UX""+TUX<PR/T˪X˪XVXa܀UVnUVnTUVyUVysT㪪㪪**ܪW"UVUVUV*~yyUV n nUV܀a]ր UVf UVfપUVUV*$UT}$UT})*w[L=)*$UT$UTVUV UT UT)UT# UT*UTUTUV"WܪR*T㪬W㪬UTs *UTV(TTUT#aUXTJ*˪˪T/RP<+VUXUX ˪EiT㪬㪬T*ꪬꪬ*UTUTTUTUTp檬檬uyUTUVUUVUTUTTUVUTUV*iUVpݪpݪ*UUVPTtUTUTV8UT*UTU4UTUX UxUX UTP UXoUXoUP骬UXUTUTUT_Ҫk*UTUT* Tm 檬UTTqq媬UTUVp䪪UTUT䪪*xSUVUTҪҪUU모i檬i UTUY UJ U *UaUFUUTUeUV*!$UV$UV(*UT1*UT0UT}0UT}1*!k/k/>_:IT䪬,UTPUUTy`ӀPD@UTD@UX*&UT L6L&{TUV-UV-تUTff&VMMpVUU(Q6S{UTHH+UXSaUV}\;⪞6<=UVhUV䪪UV<骪VpUT9UVr$}UV*UTjUTjˀUUUVUVUVUV TUVUV*#*'UV>CSUT UTP9_eUVkUUk*UVUVUUuus{qUUaTŋ3UT U,,&UU ! UX&UX.UV0G@cـffUU݀k12UV"T%UVUV%UTUU&*PIB'UV24UT"*$UX$UT&*X&*"쪬22kUX݀ffـccUTXڪڪUVkUX10쪫UT*hڪڪUUTcvUTUT**UVUTT|xxT檬檬pUTUTp檬檬|Txxxxu|rr*UTUTp檬檪Vxx|*UTUTG&&&䋋6䋋'䋋'6&w8 j*䪨UXUXU>k⪨UXUX PUXUTx窱窱*UVUTkUTV媪{媫{UUvUUv*UTUUTTW U*UTUV*$UUs$UVs(,|,|+UV򪪼V󪪧UVUU쪫쪫UUmʪvaUVaUUUT*ܪߪUU⪬⪪qUVUVUVx𪪟Rfʪ*^UVUUUOUU#UUUU*U\UV*UVUU磌77>*DRG*<UU<UY2UT*$*UX*UUUX*UT /*4!UOUUXU\UXUVPUTUXUVUXUV*骬骬*䪬U8TUtUT XUX*UT5UT,uuUXUTڪڪ*UTͪͪʀUTUT eTXݪݪT Xq q `UV*UVX+UX6T XJU,TUUTUX򪨘兩直TUX0)p"p"ހUXccҀ*X UXX UXɀ*QUTvUTUTsUTsUTUT䪬ڪTThhl p UTp UT{{T#*!UVUT!UVT/TV$,TUTUTUT** y yUTuq]` U]>UVGUVۋSUTI* UV5*+UT&+UX&"*-4UU4UU7:k⪪}UV}UV*UUUTUUVUUTTUTબUiܪનUU䪬䪪VxUUxUU񪪝UVUV*UV#UU *UVUVTUVUV#(( *0UT8⪬媨UT説UV説着*w몬w몪Vryryqxqx檪wUVvUUvu說쪫UV쪫UVUUફUeફ*UUcKn' ( vF ' ( /e ' ( l ' ( :m ' ( ` {m ;8 9 "` +UT UT UTUT*xx*UTUTnબ+VUX%UX%UPUXUtUXUTp⪨⪬pUTUTUdU@UTUTUHUlUTUT UT TUT**UT XUXUX *-UX*UX(UT(p#۪UX۪UXT*SSI?7BMuMùbbbbYwPwPAD**UX*UX4UT*D:,T~qqUXԪUXUPUXUX*PUTUXUTVL*TxT`xUT*yUT쪬UT쪬*Ttt*UT_UT*UTUTTo窬窬*UTUTxUTx*쪪UVUVTTUVUVUTUTUVeUTtUTtتUUT몬UU몬UUUTUT몬UUwwy*{UUb)UT**UUUU-*/UTϋ:UT*0UU0UU(*UUVxUV*"((UX,0KwG H dAF KwG H UVH O w3 l 2~ 4l 4  Q C  g5 e RR]RRe g5 ~ RR \ g5  }RR ? g5 UO RR 'O q%qIˋ>#xE/IJR4.X!RR<8/7 7e S e 7 I S 4 7 5 S 0 CAT:UTUX3UUX3UT쪨+q#q#*UXUXUT* UUT*SUXSUT\*e9UTThTUTVDTX XUVUXPUXUXV骬骬UVUTUVUT*s説**&UT&UT*UTUTUT4&UT*UTUTU(  wAUT7 U-%UT"UV(,X6U@@ԋQUVKUXUXu3⪨(UX⪬(UXUTP_UX_UXX Qi*UTUTUtUTt᪬㪨oUXoUX說ـUVԪXUVUV*V>XUXwUV檨UV檨UTUXUVmUVmUT᪨UVUXUVUX*UPUXY<844V-&&*UXTUTUXUXT𪨘uu UT*UXUTT*Q UVUTUVUVTUVUUTUU𪬋UT*~~ *UUUT&eG ڪ ݪUVફUTમ*骨骫""(U.;UVUTUTUVUKUUU`UU*窱窱TUUqUUUTVUTT UUZUV*TUVUV *%UT3UH+TUV$Ud$UT|XUV UX'+UUAT:UT~3U~3UTX+䪨#䪬#*UXժժ̀ UTUXƪڪƪڪUVOeUTUTThVUTVDDTX@ XUUUXPUXUXU骬骬UUUTUUUT*s説** UV&UT UV&UTUT>,*u__ TF-;8 9 S~ qT U ~ ;8 9  qT U { ;8 9 3  qT U   ^\^iUT檬UVTUXUV檨UU檨̪UXbUbUUVUX몪몬UUT |'UUSNUVNUV|UUǪ * UT UD T*UhUU>RުUVUoo窪UV%UV%{2UVUVNT^_UTN==0TUVUVUTUVUV" UT QUTV*UUzTzUUTpxlQUTXK :e Y e > Fl Y !l > y Y y > D Y  ? y Z 6y ? n o䪪UVoo** UUUU U6UU UUVUVUTUVUVUVUU"TV)UVUU)UVUU1UV*9UTUTU*UUUTUTNaUnժUUUTU=UUUUTU(Ԫހ*UT UUUT UU UVUV*RD3IR *xx)wRwxRx0䪪UVoo** UVUU UVUU UUVUVUTUVUVUVUU"VV)UTUU)ULUU1UT*9U`UTU*UUUTT؏(NaUnժUUUTU=UUUUTTԪހ*UT UUUT UU UTUT*RfRD3IR9f9Rw@ Jm 4[ X w@ z~ 4[ !~ w@  4[ XX w@ n UX*UTUTUXUXUT~~*XUTUT{*UXUX*UTUXUVUX*VUXUTTD T VhUX UTUX*TX UTUXUTUXUPUXUXT4[ Ln  w@ U  4[ ~W  w@ ):2UTV(UVTUTTUVUUVTTmT窱窱T#UT$V&UV&UU!*-𪬃*UT{UV{UV*UVpUVpkުnUVUV*zzUVV4[ :2UTUXUVPUTUXUVUXUVTUTmT窱窱T#UT$V&UV&UU!*-𪬃*UT{UV{UV*UTpUTpkުnUVUV*zzUVVA il \ [l C rl zR^ l C [` LY ,tY ? Y Z  kl q [~  nO Dn  %=:2UTVUVTUTTUVV UVTTmT窱窱T#UT$V&UV&UU!*-𪬃*UV{UV{UV*UVpUVpkުnUVUV*zzUVVz "  o   r ' ( @ j5f xXxXx EE8 E2  ;sUUVUV>UTUUG**ۋۋU4,*:: HUXWUVUXWUV *drfTh*  < @ <  w      r  y )>6*x-x-&UTmmހfUTfSۀ TgVܧTUTUTUT * X*X06y+UXy+UXT$۪۪ҪXɪɪTXC[U\*UX8րUX2T#UVV"UU$q*VU:*VCUTOUTCá7-TUU#(&#&-*UX3UX3*7*:ڪ*᪔᪪UTqUVUc誨UU㪬UH㪬UUހ*UTUTt*説UU説UUUTU몪U•x* UV UUt4UV,X: ** UX UXUT*TUTVUXTUXUTP VUX UTUX vvsUXTUTUTUTV8ŪT;TtZ9U0T(U~(UT~!**UTUTpબȑݪڪNwCUVUVT*UVDUVU.,UV *( UT T UT%U U$ UT$ $$.lUT}vv骪UVUVUTs窪窫UTUUUT**UUUV**UTUT* UV{UVր٪٪*w䪘w䪫TߪUUߪUU؀*UTUxTU4UUUVUU*쪪 *H%UV%UVUV(7UTV , ,'TUVUV*#UT#UT(*,UTUTo⪬⪬*UTUTiUTiۀ d dUTՀ]R'KuV*ǪUTǪUTΪ*ժ_ժ_ުUT窫ƪ窪ƪV= VEMM"UUˀ``7jttKUTTL UUUV8",,"X5*== XBV4UT00{-v*v**(UTUXU̱UT$T#UTUX TUPUXUX UPUTUXUTUX UPUXUX T < d:,.VUVUVV1TUT2UT2#(3UT(3UT+T211h0T0*2.2.1,UX1UXRR*UXhUTUTНUaUT_T]U]UT*U UXUVUTUTXUV˪UV˪ڪʪkɪkɪUTSSUǪUVM U˪UVUZU'UUUQ'UVUV/UT窪7UVx7UVx=UVUCUT0T%UU%UVUTUTV~~*UU}*}UT}UT}UUf**TVKA UV  p *V X*UX'z!UUz!UT窨UXUTVTܛUTͪSȪ\ UUUT UT બ sUVsUVUVUVUV< q _UTUTUXOનOનUV\֪UX֪UXPUUUXUUUt*TU8 UUV UUUM2ѪUVUUAӋ׋D*UU> *NUX^UVUX^UV *n~{UhTUUDUl%UU쪪%UVV1~=~=VLV5/>UTMVMT΀TfUTf骬媫rUUrUU*qrUT||gg* UTUX R$UTTX6UVYUTJ ; t;*/X*UTw  UTAUXt8*説説&UTUTi*٪UX٪UXV*Ue܀Xjjh**UUV UXUVX UVUVUXUX񪨙ww**UVUXUVUX**]tnJA T*UVUT T   TUTT}TUT窬UT窬*媨㪬㪬UTUVUT檪u aUX UU* *UVUVUXUUUUUUXUVTՀ٪٪*UV쪬p쪬ptvUT|UT|mުUTnU説 誺 *UU񪜤V>""V&*VUUUUVUUVUVo*u{{T"9UT((2UT}{yy**UTUVUTUVUUUUU*,T%%X!T𪨩 UTm * UT UTT*UW*̀UTZVZTUTTϪUTϪ*媬Ϊ媬Ϊ*̪ڪʪ'>1BGUVGUV)HIII*HH EUTV; *(UVUV UT $UT7TT@ @ F *L SUUTTU UTӀ TڪڪTUTvvX$ T UX)UT)UT 8 UX8 UX=UTMR*UXUXUPUXUXUVUXUTUXUP UX UX UTબUT*eUXeUXUVު쪨ުo誨UVXUV䪨UXeUT jUV⪬UV⪬UTr#UVUT#UVUT(T窱.UV.UT0*UT3UTUV㪬㪬V*bتbت᪫ԪUUЪUUЪ*ZUVK UUUժժ*&䪪&䪬-*UU33{6VUU;U,2UT*)UUV)UTUT!UUUWUV𪪗𪫑UUu}*}UT}UT}UUf**TVKA UV  p *V X*UX*Uw#w#UXUܪܪ֪ЪЪ̪ UȪ[aUg g T U窬VnV#UVqT U ARg𪫋UUXzzUV*着@着UVUXUUUXPUXZTUVULUU*U_UTUUUT>UUUTUUUVIªªUU*ɪɪ*ˀUUUU 1UU *3UU 5UV 85UU*9ɐCUVUVHUVHOVҪת UTܪ TܪT*V窪UT窫UUUU'T.#X!!UXnBUXUUXUku *UUUU!*]UTrHrH݀=UT__ˀ&*NUXNUX *C*UXUXUV`Ҫ`Ҫ**UUUU* *VUUVUU* VUV֪(U/UVr/UTr:>9UT *UUUU,T$U%/UV%/UO*8AA UXH*NUUVUTԪUTԪ*{᪦{᪫T骬UU骬UUUTcת *UTUUUVUUUTUUV'UV4/*)) #UTV*UTUT$UTUTTTTVjUTjTЪЪTUTO8o*UVUVT UV UV TUTUVUV**TUTT*TUTUT*𪬝UT&0uUX䪨䪬m*UTUXUUXTTUT׀UXԪEMUuUuVnתgתg*֪䪘UT䪫UTu*UUZUUZπ[[UUUVتU*UV UU֪ UU֪UllUuu||UUU3U-T(U(T"UTUUT񪪚UVUVUUUU}**UTUUUTUU*򪫅~~UV󪪄*UTUVFA UT UV *TUVUV UXUT UV UUUXUX*UU8X.UU모모XgUVgUUUTΪΪʪƪ UU[ UUa g g mssy!*&^.*UX)UXUX)UT*&{{y!wUTwUT몬UTUTUT UXRUT?u?uJiU]U]*QUUEUVE*8+5 UV!U*,Ѫ,Ѫ7*AUVAUUKUUdUUTK* U6 V!*2UUUX:UX: *@UVYTUVتت|ހUTUVUTUcU⪬UH⪬UUUTeUtȪcwWVt>UV6UTUV&*UTUT & Ts T媬 VUT SU TT VT UTUT*eeTcaUVUV0Ӫ0ӪNUlUTUUUU*UTTxUTUUV4Tl T V@UUKUU*UTUTUUUTUUTy𪬏𪬏~*UT UUUT UH UUcUVUTR𪪋UVUXyyzUXzUXUUPUXUXU*Z UUTUTUUTUVUV* J*UXBUTUXBUT*8llڪ$*UTUXUTUXπ ʪTiRGRG'UUȪ!*ڪڪUV\.,UV*UTUV*U( &UT"U"TUVTV(UTUVvGĪUXUV*YpYpUUT۪Ӫ۪Ӫ㪫ɪ몪몬UUT-UVUU]0*h8UUs8UVs>*UU)n+AU$=UT U9U9UT#**.*.!;*UXGUXG *V*dT٪UV٪UVĀܪUT UTUTUT*}}UT⪬⪬ڀUTUTUTUT**KUUԀX۪۪*UVpS UTUY*UUU8U*UsUTUVUTUTUVTUVUUTT XjI UUT UUVUV*UTUTUVU?UUUT UlTTUUVUT*TUVUUWD1 F/UTUTUTUTT~~TW TUT UTR UUT UT * TUTUT*UTp䪬=UT*2骬骪UVttVX䪪 䪾 ߪXڪjDruUVUUTUV UV *UU{{VUV%%V/*8]UX#UV*FF>lUU؀)t)KUT@ *,UTUU""1UUUX;UX;*FQUVUVЪeeTtt磌UTUUUTU*UiU)w w ` *XNUT*Tww*UX 䪨 䪬 *UTk8(UX4*o/0o/Tת"UXת"UX\PUTUXUTUX€ Ud7|mmVӪ\UX\UX*CUUUVUT55"UUUU.ª.ª;ЀHUUHUU*eUdϋ=* V6UT6T0UT*U$UV*UX$UQ$,UU4UZ4UVX;*ܪTUV|m|m*UTUVVUVT*TUT䪬mUT*\\VX*sUV> 1E2 1E2 ` X8*모1모1**UX"UX"ͪUTͪUT* *Ī~XUUVUU*U+jUUjV쪪쪫*~~VU𪪋UVUw UU U-UU $$V&UV&UU*. UV6 UV6ȏCUVXnB;T UU4,TV$$*о X7u{ɀkUVkUUUT*ʪtC*UTUTU8Ux TT UtU4 UTUVપg4>*8*UX1UX1P**UX"UX"*VUTVUTT *}zwzzwhӋ@ Ğ80UT'('UX+3UU3UV ŋ@sK窱UVUTܪUܪUTUUTx/!UTT UTuUTUVTUVxx UT*UTUT TT窨᪬᪬TڀUTjLAUX6UTUX6UPP,UTUX"U\UX"UTߪddTTʪoUTnn*UTUToUT䪬䪬UT~s}E e z  ~==E' ( 4>X8*모11᪨**ש"ת"*ªUTªUTUT *9wFVKT UU6UTV++  X7K*ѪUTUVUTUUE?E*.UTUT.UTUt*Ҫ) * + xE tSUT*GUVĪUVĪ|UV|UVz*xexe*UVUUު ,T, 8+UV TV]]*h* rS/ sUT*UTUTUT*UTUTG^TTT$UTU-UUX-UTP1UX 3Ԫ**UT᪬UT᪬T~w~wUT񪬀񪬀TTysyUTV*񪪖񪪖UV~UT~TUTUVUUVUT*$*3 ULʪU΀U_UTUOUTUۀU\䪬^GUTUTUVUVTUVw݋J* *BUTUUBUTUU8*..*UUX1UX1 5Vŋ,X(*直##骨T㨈㪨ު*٪UT٪UTր UT &UT""TUTUXPT UX" UX"&*UX/檨+UX檨+UX*%*ӪӪ*ªªUTCuUTVߪUVUXUVUXUP֪UXN VUVUXUVUX* "X'UT!UT**UT|UT|X ꪨ ꫨUTUTUTs*[l[lUTFwpRTT㪬㪪VOUVUT`UV`UU*UTaڀUj j V*檪檪V*xxV *$.+UT`US`UU*U\  s E EHUUTU(UTɪ^ۀooUUu{{**UUUU*𪦋**UUUUU* UUUU UVUT TV UVUV UVUU B8 .UU.UV(*!UV!UV*L*_UV_UVTw$ 6 1 ;8 9  v/: ; =, ? z XP h[ z +B g=1KE5UTUT骬骬TuUTuZ`ꪬUTUTPLUTUT쪬yUV΀*᪪,UT᪪,UTVF*AVUTOOUT ٪ ٪'UoUVUV5V*<UVU TUVUUUTUTTV UVE;;)=r 3y;;4xPT UEE:/UT&UX/UX&UU#-*ËNj>X8窨2窨2UX+UT\\ƪUTUTUTUT 4KTUVӪܪӪܪ*UU<%V@**UTUT*UTUt*πªEӋ@ ĞĞ0UT''UT+3UU3UV ŋ@>*8*UT1U1T**T"UT"*VUTVUTV *U=krrTVUTUttiP/!UVTUV񪨚uUTUVTUV0E9>X8UV骨骨ހ*UX#UTU#UTT*TܞUT nPUT DUUDUU9UTUU%UV%UU",33 7VUV**UTjUTjF@\UTªUT\TV\N\N*UTm䪬UTUV TUUVUVV||V #UVWIVV˪˪$Ӫ*UU۪*UV۪0UTo6UVUU6UVUU=**ϋeUTUH!H!;/.=UU.=UU"UXIU_iUXoU<bUTUXUUpUXUUX*\:\:P,UXDDTUdªUX쪨UV*תݩhתݪUboUXoUXUVPUXIN * UT xUX*ޟV*UTN>**-UX-UtT UTU8UVUXfj\({{UV *TUVUVUVUVT*UVWUTW&*؀pp3*9UTɋ6UU.UV'UT-(ǣIUXUX*bTnjUTIrIr.9UX ΪUTUX)BUT*説UV説UVܪ*ЪUT*(UtQtQVBWU$JTUT>UT>UTUT V' UT'** UXTUXUXP UX UTXUTUT*AED|UVݪUXUXUV(~ΪUTccUVT᪬᪬UUqUTUT%UV*(V UT UXVPUXUX* UP UVUX UUX$T*)U< D3Kccw/T>KwG H UV*ʀUTժUTժ窱UVvrvr*UTUUTUm*p UUp UUUV몪着!t*UV*UVV5*ˋ?UT* UV* UV*T"*UVUVUTTUTTyUTUTUTU*TTUUTU AƪT^|^|UVTݪ䪬ݪ䪬VjsUTsUT쪪`UVЪ@*7TUVUV UT(UVUVUTUXUVUV*UX 1 X7UT : UX;T <XǑUXPUXUXUTߪjjihUXhUXۀeUX*UPUXUX*̪ЪKЪK݀UUUXUVUT* *UVUVUU"UUW6UU誫誫UUۋߋ UUUV7 ++"UX6AA XLVUT٪UXVUTV+UT2&pTUO3O3'XN*h(*#*UXUXP*UXUX**j j T*ت *UT UTT TTTUUUXTUTVUT"*,UTUX"UX"ݪ``YUXRRĀMjD-UT&UVUV*UVUV*oqT骪UVUUUTxx*UUUTUTڪUU_OpI׋UTUUTT説UTwUTUTTzz*UTUTUUTU< RUV#UU1VUV9TL9 TAV V` UT ޗ:,&6UVt*yyVUTFF*UUUVUUUV쪫wફwJ EK nnhnUT *UVUV *UT UTUVU UT T UT UTV UXUT    UTء5檬UTp*UTjUjUTTTPhPUVUTUT*UVUVp3T檪F5ꪬ w UT U UT UUT UUUT UTU UV * *UVUVwWU(KUT*?UUU?UTUU4))T"UU''*U&UX"UVUXUT*iiUTڪ"T4 UTUT VxTh UTUTVDTX UT TUX T%U&*UX"UTU"UTUTTUT*T U TXU(UtǪUXǪUXZ*UVrUUr*બqUTqUT*UUYuUVUTx*TޖUVUTTUTT*U>T#UT骬#UT骬Tcm{x{xUT|⪬⪬TUTbbVTΪE3UV.V$UTUVUVTUVUVUTpުUVd媫d媫ʀUGUT*pUUpUU窪 UVUV*UUUVUV*_UV)5T*PUVUVPUVUUm*$ $ k  y|*UTUV+UV+UUUUHUUHɀaaUUV說誫U**U쪧UVUUUUUUV*S UUUUUUUVUUUU * UU+UN%UUU]UVUTUUVUV*#,,V8*CCUVP*\\UTkzau)UTUTs窬窬誨骬骬UT&buTUV䪪䪪*oUTUVWUVTTRUVUTUVꪫUUUTUUTUVWUVTRUTv**V!ۋb&TUTUVVUVTTUTUVVUVUT*UT'@@ccqT U M0V W wI RRzR^ V V$UTUTUVUV UTUVUUUTUVUVUT*UVUVUT%*UV,UV,6UVs[c-͑=*8UT8T0T$*)U.UV)UX.UR UP8UXBUXB MUVUUTXK骨A骨AUX.UTU.UTUT$UUUT*U$UXcUVUTXUVpUVpUUUTUUѪUYѪS骧UT骬UTU3 UVUVUVUV UU)UUѪ)UUѪ0UU8UVq8UVq=*{ͅBKɪUTUVV8UVUTTTtUVV(UYUTUTURVUUUTTUT*󪬦UTUTt⪬⪬TUT _ _TVM] ,&JUT* UVd UUdV䪪ګ*|+V1UV+UV'UT#UVUV#U UV!UTUUT *U UVUT UV *3説UhTTvUDvUT**UTUTvꪬꪬtUTmV몪몪VUVUVpbpap3,iFpbpap[(HRCNDU:UT:U0UU&&X .*3UVmUVUXOUV1UT1UT cUT(m%UTV UTUVUTUV*檪UV*TUTUVUTUd~UUUGUUUTllـUU]WGI>3Ut3U)T U UT"(UV(UNUT,0-V|'|'UT!*ߪߪa*UT Ut TWn$*UVUVUVUV**V*~UVTu쪪쪫UUT~UV~T*UVUUUVUUTUVA.HNU;UT;UT1UU.*3UV6X모'UV모'UX UTcUcUT*UTUT*=mP%TTV UT UTꪪ檔UV骪UTwVwTzS}UT}*UUkkdUU]Y**UVUUת(UUh(UVh0To9UVv9UVvAՋK* UU@UT@UT5%*0*0:UXDUVUXDUV KRUXP*誨FUT誨FU UT;UT0U_0UTT$TUXUXT 9EVɪUXɪUX*تߪتߪ*T窫_窫_*ЪUT}7UT,*-UT: *TUTUTUTtt UTojj*UTRҪTVhhUT⪪zUVzUU*yUTU`UTUULʪUTUg!g!骪2*UVB"@c= Vêề UUU UTUU&*,v,v169UT3 UUUV#*:UXUXQUV\_U,RTxFUxFUTX:ު.ު.T"^* UXUTUTрXժժڪUXߪfߪfUTрvSvSI?{LT>UT % UT UTUT  TT**UTUTUTUT p pڀUT[UT[*UTUV[[UTڪUVUUUTyzzUUwwz UUz UU*UTUT*%UV>UVLGZGĪUXĪUXYxUV檨UU檬lTꪫdꪫdUU*UT_V* UT UTUU⪬rr몬UUUTUVUVT*!UVkNjljUTUV TUVUV$T*&*"UVUT"UVUT3* *ϋwJ EK ` >e**&UT&UTTUTT#UT}} r rmhhUTـaUVUTUTUVUKUUU`UU*窱窱TUUqUUUTVUTT UUZUV*TUVUV *%UT e @UUT*U UUU UU*zUVUVV(*-UVR($T UVlU UTUT UT **:-UTjjTȪ2*/UT稈窨*&*ت UTت UX*ɪɪT UXE9VUX檨檨V*_Ϫ_ϪUUĪ誫誫UUT1UV UVUUŀ*UR*UU5UU@UVUV@UVUUK*ՋA 9UT9U0T(U(UX(UU--*/VؽUTUV骬TgUVgUUUT*ʪY RN O RN ` 3UT3UX)PUU UX UX"(UV(UNUX,0-V|'|'UX!*ߪߪa*UX UT TWHVUUVUUŀU,ӪUUӪ*Us*{UVUVUTUV쪪{UVUU> UU UUUU UV UT UVUV6#UU#UTU!!.U UV UV NUV` WGGUHnUnՋ>3UT3UX)PUU UX UX"(UV(UNUX,0-V|'|'UX!*ߪߪa*UX UT TWm 8  e zR^ ݋*UXUX(TPUXUX X'UX*tipUTwUTw|𪬁𪬁UTUT*ooruuUV𪪕𪪕VtUXUت g gUUX檨)**4UVH4UVC*X݋,,ELA 6F \ mF A e \ e A S` UX Um UU   UU UXUXUVUPUXUXVPUXUX*iIiપUVUV**vUTvUt᪪e[QSЪUUUWUVl誩說*UVUVU **UT UUUT UUUUVUV&&/UUŅ窱UTUTUTTUUTબUVUUTUUUTUU~~UTUԆ*V*<~*UUV* !UV*UVUVxT*UV UV TV UV UV   UV UVUVUTUTUVUVTTUVUV*i?iબUTUT**vUTvUt᪪e[QSЪUUUWUTl誩說*UTUTU **UX UUUX UUUUVUV&&/UUŅ直UTUXUXPTUXUXનUVUUXUUUXUU~~UXUT*T**UUT* !UV*UTUxT*U S| TV W0 UT   UT UVUVUXUTUVUVXTUVUV*i^# B" # !d  !g P> k>! 0 k>! E i GEP*:UXUTUTɀoUT*ꪬUXꪬUX*P窱UX窱UX~UTUTzUX XUV UV * UX UX* *UVUVUTUV:UXUVPUXUXUVUVUTUVUV*񪨋F< *.UTUXU T)U UT T TVUT*UTUTT⪬bu2dOB ) )Rd}UV*UTjUTjˀU*UVUV T*UVUT*!'UV))SUT UT[E5iUVުUTUT⪬UVqUVUVUTUTUVUV T4UT*UTUTUUf=U$X6T0U0TUX(Tx!Ux!TX檨UXUXTXUT_UT*બUXબUXUTUTwUTwUT**UT[UT[*UTªUV>*UVUUTUVUV*UXUX P(VUX0UX0*7>=Y*րUXjUXjwwUTV*V򪬋UT**UVUVUT**UT)0(TUTUT*UT UTUT  Sl UTT W@ UTTwwUXjUXjTΪFG0GG6q21"KRUTUXWUTUXUTUXUXUX UX UXUX UXUPUX 3K!HuUTUX UXUTUXUPUXw j?T7TU0U0U *T%UUU%UTUV!*U#UU#UU*%UX$UTUV*UUrUUrUU䪬窫UTwUTw*VggUTVҪ]*VUTUV܀*⪪ppX=UTЪ2Ъ2*&T* aժ*UTUXUVUXb*تwتw*ݪlݪl*۪檫UT檫UTwЀUUʪUVʪĪA DGGOWW7րllLUTV.{{!Tywq!*&UVUT&UTUT-**^h yi   `z -UT'*rr*UVTX"*UTUVVTUVUX *#TUVvUXvUXUVUPߪ UXߪ UXـ*UVUVxҪeҪeoRUU?VU?UUUX Ul UHUU UXUcUV}}umڪUXy{y{UUҪfUUUTUT UV UV UTV(UTTg*媬UVUTUVUT䪪UUꪫ }}UUT&aqUĀ/UT/UTB**T+UV'*T UTUV Tki   `z OUT*/~w,~~tj5f >rmN0oˋ:L9UT4UX/UX/*)UTrr*eUTeUT_ YUT߀*㪬UT㪬UTUTttttTUT쪬᪬쪬᪬UTyUTꪬ*%UT UTUT UT*s*UTUVUV*i[ժUUvUUv㪬窫UT窪UTTUTUZ̪UtUU˪ [U֪UVUV$UV쪫$UN쪫)UU.%UV!UTUUUV UV UUUVTUTUVUVUT UVT*llT*UVUU𪫧UT" U*UUXUXUP)UV UX. UX.*1Uto*T T直몬몬*TUTqUTq*UT䪬䪬UTqqtww*VUTUT*Vu֪۪*બ&UVબ&UVન4VબCUTHUTϋcު*UT᪌g᪪gVyiUV*UVz z *UUUVUrUVUUU9UUTUUU*UT T UUT V UTUV*|ځUVUTUVUTT*UVpUVpVUTi90B;UTUVUVUTUVUV%UTUT+UV+UT/ UT/+UTx+UTx%gg*UTUTTŀMUTUXF誨説TbbUT#ǪUTǪUTT IUTUV檬UV檬TUTUV]U]]UUTUNKUUKUT[͋9V11)!!UT4XUTSTX V؝ UT** UX UX*UT** UTUXoUTUX*nn*XUTIQYyYy*UTjUTjc\\UVˀQmoqss*UUUU{*wwUV⪪s骪UUVUU}UUm U; U* Upb UU *V*UVUV TtUTUTV8UT*UT*UX UTUX TP TUXV oUXoUP骬UXUTUTUT_Ҫk*UTUT* Tm 檬UTqq媬XUTUVp䪪UXUX䪪*xSUVҪ|Ҫ|UUiqi UYUJU *UaUTUFUTUUUeUV*;UVIUTબ1*0UTUT0UTUT1**vTtUTUVV8UT*UVUVUTUX UVUX UVP UXoUXoUP骬UXUTUTUV_Ҫ{UTUVzUTUVVUTUTTUTTWUTʪUʪUTɪȪSUVUTҪҪUU모i檬i UVUY UJ RU *UaUFUUVUeUV*!UV$UV$UV(*P1*{0UTUV0UTUV1*q:sg䋋sw:ыqeiP  d  wwLswsLpTpT&w'Cl;UXT1P(UX(UX  * T UTX  񪨗XUTUT*UT*UXUXUT**UTUT* {{UTUTvꪬUT\*تUXتUXߪP檬UX檬UX*UPUXUXTEĪ**UTתWhתUTUVSDrUVrUTyUVUVTUVUV* *UVUVUVUV *񪪗񪪗Vq誺wVUF着UU着VqwUy { { UUVUV6 T'UV'UT #*,,T4<<AUU  P%%n%#MM%M~%%%n% %n%%%%n%%%s   k )%r%k%P%kn%)%Fp%  r%M%kn%kn%#%p% M%k%fk%%%pk  M2%%k~%k%% 2%_p%2 %r%k%f%%  %o   r% %%kn% %p f    r%r%k n%kn%% o %s%% %%k%f    r%r%k%%%kfk%%n%kn%%f  o  33& 3  ()))bW+++T+++bW+++T+++W++.+T***W---T***U+++.)))U+++())))))2W++++++T++++++2W++++++T++++++2W+++++.+T******aW------T******aU++++++))))))U++++++$$$$$$U$+%$+%$+%$+%$+%$+%)%)%+%*%*%+$a+$a+$a+$a+)%$)%$)%$)%$W+$a+$a+$a+$.++%a+%a+%a+%b(+$.+$%$+$aU%a*%a*%a*%aW-$a-$a-$a-$aW%a*%a*%a*%aU+$a+$a+$a+$a-)%$)%$)%$)%T)$%)$%)$%)$+$a+)%$W+$++%$(+$aU%aW-$aW%aU+$a-)%T)$ sss7?Dpp|9Ri-ZgZg#WiWeu7UT UVUUUVUUUVUT(UV(UU/k6誫6誫:UU>>:T UUUU(( UT/66 X:>>*:TUXUTߪbb[ UTTT* XUTUTUV*UVUXUVUTUTߪUVbUUbk[誫T誫TUU*UT2 /,,V&T &*,UVUT,UTUT/ 22/UT,쪬,쪬&TTjj**UTUTUTU UTUUTUTЪ쪬_쪬_Tـjjjj*qUTxUxUTUUTЀ ӪӪـUVUV*&xx/UT2UtxeUVUTTtUV䪬UV䪬l쪫UT쪫gUUT۪۪ڀUT#55g`yUVX%UT$$*$UT쪬쪬"誨䪬UT䪬UTનܪ   hY VUVӪUVӪ*UVjj&V,UV쪪,UT쪫/*UU/* ,UTUU,UTUV&**&UT,UVUT,UV /*UT/*쪬,UT쪬,UTT&jjUT*ӪUTӪUTT YYTUTӪ쪬Ӫ쪬UVTjjjjVUT쪪ӪӪUUTY> DUTΪ/UTЪ1UTQUTGUVUTΪΪ[[sQGܪ*k UVUT UVUTTUVUVUV1[:sCUXUT* UV UVTUV UT UT*#UT?]zbigUTUVת着[[תUVUT iz.(UT(UT..(UTziiתUT  CUV?UTUU?UT%7////7%?UX?UXCV ӋӋCUX?UT䪨?UT(7ڀ/T/UT%ȀUXUX UTCCUX*䪨UV䪨UVڀUTUXUVUTUUȀڀ䪫䪪UTUVCC* UVUVUVUUUT%UV/UU/ڀ7䪫?䪪?UVCV,쪬V UT UT*UVUVT UTUT}}UV쪪쪪UV}UV}*UT쪬G쪬T UT UT*UTUTT UTUT}}UT쪬쪬UT}UT}*UT쪬,QZ UVwvvxzzV}'UT,-UT'!!TUT Q{{UT{UT{몬~몬~*UV䪬䪬ߪVڪڪߪ*䪬UV䪺UV* 몜몪UVUV򪪛 ,UTV UVUV}}UT쪬쪬}UT}UTUV*쪪쪪TUV UV *UTGUTT UTUT}}UT쪬쪬}UT}UTUT*쪬쪬TUT UT *UTfż{ UV{{{UV~UV~TUVUVU UTV%U%U UT*UUVTUVT UUT UTZUTwyvyv*xUTzUzUT}TUT؀ҪUTتii*UVUVUTUVUV򪪟tXX89ꪪUUVT}U}UTUV*g|C|UVgikk⪪UVUV88X88ꪫUVUU}}UV||UV!T*UU9898UTUVUT}}UT!T}}UT*ꪬ99X99UUTTTUT*gUT}C}giUTk}k}⪪UTUVꪬP'UV$""UV**UT"Ț"'UT'UT"|"|*몬UTUUTTUUTfتcڪ|UV|UV몬TUTUVUUdTUTUGUTUUfتتfUUUTUVT*UVUV몪*|"|"%UV C~~~~~^$"UT TUTUTUTUT* T)UT*&UTUTꪬppUXggUTX֪UTـ*۪UX۪UXUVꪨppppꪪUVgUVg*UT֪eVg i iTUV媬UV媬UTzz"UT*$UT^RTpVUT V< vT\*TVPUX*UVTȗUTUUUTUTTXV모UT몬**䪬䪬⪨બબ⪨䪬䪬Ts몬UT몬V*T䪬T䪬UT⪨*બબ⪨T䪬 䪪 s*UVUVTUVUTUVT*UTU80UVUـ۪۪UUUUpꪫ$UVUU$UVUV&*()UV&VUUUT$UV$UVT&("UT VUT*wUTv‰tߋTvw檬Tl UTl UT*UVUVـ*۪UT۪UTUVꪬppppꪫUUgUUg*UV֪UVUUT UV T*TUUT*UVUVUTUVUVUVUTU TTU몬UT몬**䪬ȑ⪪઎…⪪䪔䪪Ts몬UV몬Uc*U䪬UH䪬UU⪪*પસ⪪U䪞 䪪 s*UVUVTUVUVUUUV*UTUVWUX*߀UTݪUTݪitUXtUTUV*᪪kk*nުqUV⪬jT⪪p⪫pUUUTw媬w媬pUUUTUVUT*UVTUVUV*ww*VUUUV*U*UVUUUVUTTUV UV * V UV UT Ҫ*תUTܪUTܪuUU㪬s㪪sUVdUVdUUVЪStUT`UUت ت *UV㪬㪬uUT#UUUT#UU*(UU-UV UTUV **UTUVTUVTUUTU**UT UUUT UV**V"*&TUXUX𪨦wUTwUTnnT*ڪUTު*᪬᪬UT Tt!t!UT"UXUT"UX* YUTܪUXܪUXUV*utut{檨UXUT檬説*誨UV説UV説u UT UT xUVUV*񪨛ȪUT*ӪӪUU直骬l骬UU䪨磌ߪ着ߪVTcUVTUVUV*ww*VUUUV*UV*UUUTUV  V V UV UT Ҫ*תUTܪUTܪuUU㪬s㪪sUVdUVdUUVЪStUT`UUت ت *UV㪬㪬uUT#UUUT#UU*(UU-UV UTUVT*UVUVUTTU**UT UUUT UV**V"*&X$*直 UT直 TUXUTlUlTUTUTӪ VӪ UT*Ȫ T*UTUTVUTUT  UTUTUTU*UTUUT{UXuuUTXܪܪUTUXYUU$$UT%&&*&*%%*#* "))*(Ut(UT%%*$* " "X UT&X"UXtUXtUXTUP⪬ UX⪬ UXUTmબUTXoo檬UXUTvUTv*窬zUTzUTTબUTTzz*UTUTUV檪o UXo UXUV*પmUVUX⪪⪫U直tꨈtꪨUUqUXUVUTTmVߪ UT U*TTUTdתתT"aUVUVUTTUVUVUVUVUUUUZUTUUUQUUiફ%UUU"UTрUԪU+UU"UT.%U1%UT1'*233**3V+UT+UP2UT*0UX02UTԪԪT3Tb3b3T2ڪ1ڪ1ݪ.બ+UXબԪݪрڪUXڪUVUTbUbUTV*ԪWԪW`ͪUUUT*UTͪ+UU+UVW***UVU\'*UU%UVUO UV UT* *UV UT UTx*UTʋT *UTUT*zUTUTUUTTUT].*+UTUTUT$UX eUT{VVUV媪qUVqUV*v|v|z~w~wꪫUU쪫*UVUV ~UVUWUUVUTUVUU*UVTUVUT UUUUT  TVUTTTU*UTUTTUTUTUUUTUԪ**UT٪UT٪*説檘TTUȓTܓT UUUUX  XD 'UV{UU~UV媪qUUqUU*v|v|z~w~wꪪUV쪪*UVUU ~UUUUVUUUUUUUU*UVTUVUVT UUUVUV  V܋GUT{VVUT媬qUVqUV*v|v|z~w~wꪫUU쪫*UTUT ~UVUVUUTUUUTUU* ܋ Y O Y GY  G  2~ SIuTxUXxUX**UVUV*xx9 VVr UX  UX-UTUTUTUT*UTUTUTUT#UX(CUX*4UTUT̪**ݪUXݪUX*yꪎ骨ꪪ{檨UVpUV㪨XmHUX* UTUT XUX* UTUX UTUX檨䪨X~x~xzUXv直v窱*直UT窱UT窱*UTvpvVr檪n檪nUVTy֪-UT'*rr*UTTX"*UTUTVTUTUX *#TUTvUXvUXUTUPߪ UXߪ UXـ*UTUtIxҪeҪeoRUV?VTDUTUX Vh TUT UXUUT}}umڪUXy{y{UTҪfUTUTUT UT UT UTV(UTTg*媬UTUTUTUT䪬UTꪬ }}UTT&aqVĀ/UT/UTB**T+UT'*T UTUT Tj MUXUPUXZEUT* UTX  x*UTUT` *OUT*Fa@QU>V 8 ` l q4he)=g) ""&')'='E(((*+,/01579g; ;5====?^@@@@AAAABpBDEFFyGPGHIDIMNOPSTTU-UUVWWXXXZ\^5^[^l```!`)a-a:aKbb(bdne:hNjkoqswsxy{*{{|}΀قDŽ҆{ɉԋ//    A*ϋ   NEO\ UTUXUPUXUXxUTꪨTꪨTXVrUTrsUTS T*WUXUTUX( UT0 *UXUX*[UTTC#T4U4UT@L9UXX모*모*X#UXeeѪXUT UT MX>;*8UTUU8UTUU1**'UUX0UX0 :D Ud}UToUHoUTbUge3UT(X窨窨XQ ڪlUTUVUTUVꪨU窬窬UT UT*T񪬞** UT説 UT說nUV qT-UV-UVC&ZUT*Tww*UX 䪨 䪬 *UTk8(UX4*o/0o/Tת"UXת"UX\PUTUXUTUX€ Ud7|mmVӪ\UX\UX*CUUUVUT55"UUUU.ª.ª;ЀHUUHUU*eUdϋ=* V6UT6T0UT*U$UV*UX$UQ$,UU4UZ4UVX;*ܪTUV|m|m*UTUVVUVT*TUT䪬mUTUV(UVQUVUVQUV說s* sUTXc㪨S0S*DXȪ(Ȫ9]UTSIUUIUV>*+2929&GUUVUUV UXb ,媬VUTUTU%=UD5UTX-Uh直-UT直%UXhh*^TTUT= x^x5x\ nTV~~𪬃UTUVUTUwUU骬U骬UU**檬(UUUVPUVP骪rJAT UV UVĚ/&UT&UX!UV!UT( X*XUTߪUTߪ΀UX{UX檨檬T'ffUTͪͪŀUTUd|mEm*XUVŪUUŪ*CuUXuUT% **UVUVUUUV"**MM9VπEhEhQV7UT0 UU0 UU-*V)UU)UV%*!!UXUU E xx(xx Ӌ@* U8UT8UT/(UV(UUUT9UT9 *@GUV{;ǪUTتUتUTUUUagUUm&m&UV:N`UU*˪˪U&g&g-䪫4UU4UU;UV͋ s`H3" #x rEVUTTUTUTVTTUTUTmબUT*UT*UTpUV"UV UV"!UXΪ UX UV_UT*xUV쪬UV쪬*UTyyUT𪬏UVUThnh UTUHUTUdThTVDUT*,UX UTVf?UV+bIbIj]U(QUT UUEUEUT9$$"UX+2UU2UV UX6: *xx* LE* V==4+,UU+,UP!UXGUXG WVUV̪aaiUTqV qUT*TUUUTUUn*ުު㪨説*n񪪤UVUV2*;UV# U4EEU(UUժ(UVժ1UT᪪:UV:UVAVH fE7KqUTllUT*UVUV骪UTyWyUTSvUV**UT(W(UT*UVnUVnV說UV檪sUVUVUVUVUVUT2KgUT VTUVUVT UT. 3UT TU UTUT UUwTvv몪UVUVT|UTUV ʋi[@ʋBB̋6_[̋ dɋɋd {\3%a:{3!e * >` )UV%UVU!UT !UT *UUUVUTUTUVUQ*U!UZ*X!UV!UU4*FUUUV* UX UX UP UXUU UXUU,wUXꪨUXPUXUX UU UXUV*UTUTyU$AK*UUXUUXVP۪UX۪UT㪪*몫d몫dUTЪ}UVT UV *UXUTUTUTUT* UT UT T媬媬*تTsUVUT*XXVUTڪpڪp⪪ܪꪫUVꪪUVUV*KWѪUVUUUUUUUUVUV"U񪫴.U TiުUVUV**UTrUTr*UookUUgتȋ* 몎몪V&*3UV*UVUV 2$* ՋA 9UT9UH0T(Ud(TX(UU--*/VнUTUV骬TgUVgUUUT*ʪlUT|UX UV""ªKUX:-UTjjTȪ2*/UT稐窨*&*ت UTت UX*ɪɪT UXE9VUX檨檨V*_Ϫ_ϪUUĪ誫說UVT1UV UVUUŀ*UR*UU5UU@UVUV@UVUUK* LB* 77/*&&*U""X _UT߀evevUTΪUUT*U UUUVUHUU몪UcUV!vV**-UVrR*wJUTwJU UX?T֪5U֪5T*)(*XG*UXUV쪨UV쪨ǀΪUXΪU؀TUUUUVUT*4 VVDD#UP\\7UVh@t@tGUVً TUTuUTu䪬UTUTTeԪ`UV.UT UV!UT UV!UT**UT TT LD <UV<UV3*UT&*UP& 0:UN:UU UXDN1UX+UTUX+UXUP!UXUXUTUTXzzTUTT}{T*骬UT骬UTTUTUXUTUX㪬 *mm᪬UTUVŪ~YqYqրfj[j[UUUT磌磌UUVUeIUPIUUǀU[\UU\'UUۀ/UVq/UVq7UT~?UVGU0@UT9U|UU9UTUV2 쪫UUUTwUT*몪ŀUҀUTfVfUTUUT骫UT骫*{rUUrUU*oԪڪ બUUપU[UV"UU+UPjUOUUU\UVUTUVUV,UVw33:VV͋ EUTƀ^^*UV몬媪몬媫UTUrrT説UT*g8UUg8UVyV*>V5 , , V$T¨UTU UT TUT*UTUTUTUT*^^ǀG RRRR c RUUT۪ooTuy{y{ꪪ*UVUUUVUUUT*UVUYU]]UU⪫UUfUUUUVUTVUVUVUTVUV;UV9UVV7UT7UT*!UV*!UV*UTUT >UVH Nj-(:‹T4*  RRR CAT:UT~3U~3UTX+䪨#䪬#*UXժժ̀ UTUXƪڪƪڪUVOeUTUTThVUTVDDTX@ XUUUXPUXUXU骬骬UUUTUUUT*s説** UV&UT UV&UTUT>,*u__ TF- QU,*JTUXDUUXDUT⪨b1b1UT&T*/V}ooɪdժYժYUTwwUT VFFUΪΪ5V٪@䪪@䪫LUVUU[U(NT UBUBUT6&11X;*DD UXKR UVUTUVUV}٪xmxmUmmUTU֪Ut*f]TUT*$UV:$UV:;UTR"*UT}UT}ummTUTѪUTѪ*TK UUUX*bb*UT 6VUUVUUVVV Uܪ**UV窪UV窪UV||*UUUUCUT:11)*  1UX;UUDDKUV݋PXJ直DUTDUT窨;*ߨߪT[[UTUT᪬mmUT䪬UX䪬UX모UTrUVr*ygVUTUXUVUV UX <* UV0UT UV0UT*&UT*UTˋ1UTªª/UTI*ǀUT\V \UTـTmUTmꪬur}r}*UTs窬UT UUU UUUTUUV*%UV~~;*GUV okgUXgUXUTڪWҪ*UTUXUTUXުoꪨoꪬqxUTxUTݪ}e*UVUV*UTT\UTUVVPUVUX{UX䪨䪬*UUݪUUݪۀUTUTeڪQJ:*7UVUTUDUT-UhU#UTT*U*UT1* UTË)U%T*"UUT"UTUT TUX <t'UVt'UV᪬ *UTUT`ϪUTϪUTT Y UTڀݪݪUTUTr r 쪪 *UVUV*!UV!UV1B*UTUTUTUT*TzzUTqUX*,UTp$p$ހ*ccҪUXUTUlUTU@AR|R|*UXUV㪨UU㪬⪫ݪwתwת*̪UT *UUfUUf"s"s'UVx}},-UV+U (T*&UUV&TUV!UTUT UTVLUT着*VoUVUT磌磌*UU몬몬sUTUUUTUU**kܪUTUUUVUUTUVUVUU}}UUfUҪUUUV"U*))t07UV7UV=DLDUTU2UU)UT)UP#*)UW)UU X. 䪪UVoo** UVUU UVUU UUVUVUTUVUVUVUU"VV)UTUU)UUU1UT*9UUTU*UUUTUTNaUnժUUUTU=UUUUTTԪހ*UT UUUT UU UTUT*RD3IR CUVUUT UV UU*UUfUFf"U*ꪫ*ꪫ4UU>EUT>%UU%UT.;%UTRUUyꪫKꪪUTUVUU**UX* *UVUVUXXU]VUT٪V٪UTjTUVUTUUuꪫ檬|檬|pUTm*UTUV*}}UVUV& Rv0XiUTVQ٪UT٪VcW UT UVS W UVT *SUT* * UV [U%ZUVTUVUVUVUVUVUV'UVV'''V#V8xK(g* UV UTT  UTUT UV#k ŋ-ŋË* TsHUT**UTUV*uutUTsVsT*T UVWUVT쪪RzUTzUU8 UUUTUsU|UVUTTU0UVUTUVTUVUVTUTUVWhTHT UTSDVdRTy[}ܪ⪫|說|誫VUU}}쪪ꪀꪴ窪䪢UU**UUUUUUU*UUUU\UPUVU U[ UVTUV5UVUV(($UV &*.UV.UY6U?UR ?a8]勋_< wow tot |XkT᪨᪨րUXUT*+XDD*UXUTUTUVUVUXUVUXUU*UUPUUPUU@UV0UV0*UTUTUV*00)VVĪ4Ī=U*F㪪F㪫KUVUۋPKT*UVUV=T+U4;UU4;UV)K*UXUX*kT| U|UXUT誨U0説UVTLbΪbΪϪ۪UT誫U誫TUUU(KĀ TUUTUN[$UUb1U]b1UVU誫L誫LUU[j [*UULUTUULUX *ʴ11$UXUX; ˋ@<*UX7誨7誨0UTۀUXUX *LUTUX T! D >{  f SIuUxUXxUX**UVUV*xx9 UU UX  UX uE5v +9VgX)鋋4S UUTUZEUT* UTV  *UTUT * yo4g_3 TUTUT **UXUXT*UTMT](XUXUTQUT*HUXUX}UT쪬*X窬 窬 ToUXoUXnm m mXmUVo說Ԃ*廒|着|VX쪨쪨*XUUvUvUvUvUUvyUXUV UV UXUV UX UT UV UVUTUXUV*UXUX~T~UXUX*UT |*wUXwUXT᪬᪬܀UTUT܀᪬᪪VUXww|XssrqqrssꪨUXUX**UVUT#((#UTUT*XUX ^\^ ^UT*UTUTUTTUXUXUTx*  sUTXc㪨S㫸S*DXȩȪo9]UTSIUUIUV>*+2929&GUUVUUV UXb ,媬VUTUTU%coc=U 5UTX-U直-UT直%UXhh*^TTUT= dY*yMyMUXCܪ9UXA!"UTL&UXrQUTyVUXUVUV*SUT'V2==*G"QD@"YUVtUVUUUT]UT ]UX .Bz f몬TUTUVH Nj-N‹hh  ui UX*UTUTUXUXUT~~*XUTUT{*UXUX*UTUXUVUX*VUX@UTTD T VhUX UTUX*TX UTUXUTUXUPUXUXT bҋU IP" \r\ +UT'* UTUUUXUVPUXUXU3UTު媫᪬쪫᪬쪫TUUeUTjꪬꪬUT*hRS*UVUUbݪݪpUUUU?*׋ [4 vv9 pUTT *UTUTSUXUTWUT0 *(UTUX~ꪨꪨ*XnnUT*UTUTTm䪬 EM [UTUTڪUTڪUTqqUT*rUVrUV*oqUTUTUTUTsUTs᪬ UT UTTUTUX eEUT 8UU8UV0#*((5UVUX=UX= *CIUTOUTUX誨<誨<߀2TUXUXŪŪT E<<EVŪvŪvYlUUbUVb߀*說UT誫UTUUE *UUUTUVUVʪ(^(^0UV檪檫>VUUD 2V+ $ $UTУUV UTUV UTUTUVqoVr r UVVUV%UXUV%UT* #UT!UXTUXUTתZZTUT*ԀUTתUTת*T{g{gTUV窬ު窬ުUVUTixxUXUT쪬UyꪬvUTUDBTR/`UV/`UTXo*RUXGUTUXGUXUP;UXUȻT$*TUXUTUX* *EE*XUV窨UV窨TXUV[U[[UUUXUPUVUT-UT//BUUVw몪UVUU**몫몫*xUt!窌!UV窪!UVV"{{*&*UV(UTUV(UT*+.CUT:*(UTVUXUX!#UT }UUTUT*UUvvTuu*UUꪫ{%|(}+UV}+UU~-*0UX2UVUX2UV2T3UV&X+UT X.*,UT,UT%TUXUX{ܪUT*ժժ؀UT}y!uuT᪬᪬UTdd*UTmUTV\UV-UV-*rUTBD"VtEUVEUVi*U^*UU UUTUT*UVUP"UUUT%U[ CUTV.. UVUTUVU UT U UTT*UTUTUTުUTު* Ӫ ӪT*ΪUTMTVUXѪUTѪـvUVvUUT*檬|檬|UTqktt*UUVUVUT%VUVUV7UV@ UxT UU4UV*#U **UVUVUVUV,* 3UTUV3UTUV8*ɋEUTUTTUT`۪ UT۪ TUTUVVUVUT$UV&UT&UT6 *FUTUT*UTUTT窱窱TUTJUX<*.> > UX#=NUXNUX̀PaUXaUTU骫ܪ骫ܪUUTaiUnn*uu*y#}#}&*(ća*UVUVhUT᪪u᪫u窪llU݀eUY *UUUUURUUUWުo3**=UVUU=UVUUGUV*QUTB5UT5UT/$UU7 쪬wUTxUxTUUTUUTUUTUThڪ yCUTUX9򪨻모'UT䨘䪬(݀UT0UTUXU [a*gUXgUXkUPoUXoUXUVꪪ檬ꪪ檬UV㪨yબ UT*UVUVUTUT*UVUV UVoUUTUUתUUת*Ҫ,*&UT&UT UVUT* *T#UTUTUT* UT몬 UT몬 pUTUT*Y UX1T11/*UX,UX,*)*}%}%UT *UXUTlڪڪ UTT`` TӀ]]T_aA*UTUVUTUVTUVUU骨䪬䪬ުUUتC*UUV-UV-*D*ZeUX%UUKUSKUVuV*4ZM @UU@UU5*'UU)3UV)3UU>* XQVZ "UUX-UX-*8*BB׋UUVXDTAA*:T⩐⪨f+TUX#U#UTXTlBUT**UTUUTT T UTUTaЪЪXUTO*̪UTUVUTUVh䪪䪫TU}~}~|{T~~**UTUUUTUV#((T+UVrsr]VԪUVUV܀UV᪪UV᪫*U~y~yV{|}}V*UUUVUV*UV**3UVNj6/UT/UTUV $ $UV**TUVlBUVUT*UVUXUUUTf*⪫W⪪W**UTUTU*C?UVUV*UUVUUUUUT *sCUV7UT+UV-UU+UT-USPUV+UTҪ+U$Ҫ7UTUUCU  UVT   VUT  Uԏ UTUTߋ[ UTUTUTTUTUTUT ŋD⪬ΪUTbqUTqV4窬TUTTxUTUTꪪ*wxy pNjzUVgTUVrUVr*몪{UV{UVVTUVUU*誖⪪UUqUU檫9UVTUVUQUUUZUUUVUU*΋9UV1*UUUU%UTUU UV UVUT#* ݋*UXUX(TPUXUX T'UX*tipUTwUTw|𪬁𪬁UTUT*ooruuUV𪪕𪪕VtUXUت g gUUX檨歈)**4UV4UVC*X݋ [UT]_UT*쪬UTwUTwxxyUTzUTzT$EUV,,UVUV*'T))%!UT4  1UTUTwwTUTꪬꪬUTww窱UT>*VUVUV**UVUVUT ݋*UXUX(TPUXUX T'UX*tipUTwUTw|𪬁𪬁UTUT*ooruuUV𪪕𪪕VtUXUت g gUUX檨)**4UVH4UVC*X݋ QUVVUTUVj‹ UT UT T * UT UT * UT4ugTUT説説UTUT}UT}**rUTrUT**UVP $*UTUVUTUV**V*~UVT*xx{UT~U~T*UUUUUUTT Kً Kً UTUTU**UTUVUTUV*𪬋򪬋VUTUT2**$ V T UT UT*TUTuUT Uc*UUUTUH]8UUUTMtUTUUUV*쪬V8TVTtUT UU UKT UUU`UU*  UT UT* UTUT*UVUV *'UVUXUXڀUVʪ+UXUV X*UXUXoUTݪ ݪ *UTΪ]cTiioTuyuy窱*UTUTUTUTTcioo窪UVUT܀V窬n窬nT؀Yk*U UT㪫 UT㪪UVvv-5UT-*UVUU  UXUTU**UTUVUTUV*𪬋򪬋VUTUT2**$ V T UT UT*TUTuUT Uc*UUUXUHUXUUUPUXUXUUUV*쪬ŰTVTUT UU UKT UUU`UU*  UT UT* UXUX*UVUV *'UVUXUXڀUVʪ+UXUV X*UXUXoUTݪ ݪ *UTΪ]cTiioTuyuy窱*UTUTUTUTTcioo窪UVUT܀V窬n窬nT؀Yk*U UT㪫 UT㪪UVvv-5UT-*UVUU  UUUUTTUVe*ԪC-UVUU)UTb%UVԪ%UTԪ ZUU6 %UT+UU%T+UU)UT-U&ԪUVeUUTUUUUUUTU쪫쪬 UT V(T+UTTҪ&֪ڪ+UTڪ+UXUTo6goUXUTZڪԪڪԪ֪bҪUTC+UV*  UT w(w % %  %r% o%r ^% %^ } < 9*55.T.5UV5UV8 <<9*5t5t.Tcc*UTU TU,UdRtʪtʪUVcccc*UTtUltTU@UTR ʪʪUVcc.t5UVt5UV8< UWYYUVUVԪUUԪUUgg'UV+UV檪+UV檪.UV}}.+UTUV+UTUV''UX+UUUX+UV.QUTL*UXUXa>*ʪ5UTʪ5UXTDDTUXUWY}Y}UVUXԪ檨Ԫ檨UUUXgggUUUT檫Ԫ檪ԪUVUT}Y}YWU sRs7UX*'*UVUV $UT*UXUXUTLUTUXUUT*eUVX֪y֪yVUXr⪨r**UU٩XUU٫*֩p&R& D;EX3eDYu{]Gh}mrFeeeJ,PPfcHH&=Wu[-[jnadu|vuvE\ay 1&_bIf!k!T&eosY |PHHHHHf.jjjjjjnddddvvvvT\\\\\e\&&jjjPnPnPnPn\dddddP|P|P|P| vvvvvIfvvEvvqH\H\H\&y&y&y&y==4> &WWWuj.\&y=4twW>csHd= .2FowF$LowC(\P))I/w\/P&fMcHP= AYYO9Vjfdbc\nn&11oOOcfF d yvvu\ &   &DDoq?pA;dxG%[-G2^vvvvMhe<4_[t[osjjjjjjjfwhh4n%%n<fafpERE)P@Cɉo1v$ oPK?|((#OEBPS/LiberationMono-BoldItalic.otfOTTO 0CFF g\.FFTMO in GDEFό OS/2)z `cmap31 Lhead6hhea $hmtxXptϬ ^maxpPname{,hpost< \ _< ??8dP33Paf  @x1ASC! Tg`:E V^= e& TzJ }  .A p+H   M Lq 6 : 2a  (  _ 8 \ p VCopyright 2007 Red Hat, Inc. All rights reserved. LIBERATION is a trademark of Red Hat, Inc.Copyright 2007 Red Hat, Inc. All rights reserved. LIBERATION is a trademark of Red Hat, Inc.Liberation MonoLiberation MonoBold ItalicBold ItalicAscender - Liberation Mono Bold ItalicAscender - Liberation Mono Bold ItalicLiberation Mono Bold ItalicLiberation Mono Bold ItalicVersion 1.06Version 1.06LiberationMono-BoldItalicLiberationMono-BoldItalicLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Liberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationAscender CorporationSteve MattesonSteve Mattesonhttp://www.ascendercorp.com/http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlhttp://www.ascendercorp.com/typedesigners.htmlUse of this Liberation font software is subject to the license agreement under which you accepted the Liberation font software.Use of this Liberation font software is subject to the license agreement under which you accepted the Liberation font software.http://www.ascendercorp.com/liberation.htmlhttp://www.ascendercorp.com/liberation.html>~~ O\_    " & 0 3 : < > D  !!!!"!&!.!^!!"""""""")"+"H"a"e###!%%% %%%%%$%,%4%<%l%%%%%%%%%%%%%%%&<&@&B&`&c&f&k ~Q^    & 0 2 9 < > D  !!!!"!&!.![!!"""""""")"+"H"`"d### %%% %%%%%$%,%4%<%P%%%%%%%%%%%%%%%&:&@&B&`&c&e&jE-tfx wuq -*"!=0!CB9630-&ܾܷܿܲܯܧܛHED'%$!`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_ nabftlh!rg;6o=>ds/219ixt}`k5>:0jy~  |6u IPmLMNvQOJ#LiberationMono-BoldItalicW  a  ( ( U!1$+29@FLSZ`fq|(2>JU`dhnt{"(4@FLWZ]dkqw %+29?EJO\ipw &-2?IR^fo{!+7?H\aejovz} %.7@IR[dmv!*3<ENW`ir{ &/8AJS\enw    " + 4 = F O U [ a g p y      ' . 8 A J S _ j q x     & . 6 > F N V ^ f n v ~     & . 6 > F N U \ a h o v {      " ) 4 B I P U e u duni00A0uni00ADuni037Euni00B2uni00B3uni00B5uni00B9AmacronamacronAbreveabreveAogonekaogonekCacutecacuteCcircumflexccircumflexCdotaccentcdotaccentCcaronccaronDcarondcaronDcroatdcroatEmacronemacronEbreveebreveEdotaccentedotaccentEogonekeogonekEcaronecaronGcircumflexgcircumflexGbrevegbreveGdotaccentgdotaccentGcommaaccentgcommaaccentHcircumflexhcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIdotaccentIJijJcircumflexjcircumflexKcommaaccentkcommaaccentkgreenlandicLacutelacuteLcommaaccentlcommaaccentLcaronlcaronLdotldotNacutenacuteNcommaaccentncommaaccentNcaronncaronnapostropheEngengOmacronomacronObreveobreveOhungarumlautohungarumlautRacuteracuteRcommaaccentrcommaaccentRcaronrcaronSacutesacuteScircumflexscircumflexScedillascedillaTcommaaccenttcommaaccentTcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuringUhungarumlautuhungarumlautUogonekuogonekWcircumflexwcircumflexYcircumflexycircumflexZacutezacuteZdotaccentzdotaccentlongsAringacutearingacuteAEacuteaeacuteOslashacuteoslashacuteScommaaccentscommaaccentuni021Auni021Buni02C9tonosdieresistonosAlphatonosanoteleiaEpsilontonosEtatonosIotatonosOmicrontonosUpsilontonosOmegatonosiotadieresistonosAlphaBetaGammaDeltaEpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsiOmegaIotadieresisUpsilondieresisalphatonosepsilontonosetatonosiotatonosupsilondieresistonosalphabetagammadeltaepsilonzetaetathetaiotakappalambdanuxiomicronpirhosigma1sigmatauupsilonphichipsiomegaiotadieresisupsilondieresisomicrontonosupsilontonosomegatonosafii10023afii10051afii10052afii10053afii10054afii10055afii10056afii10057afii10058afii10059afii10060afii10061afii10062afii10145afii10017afii10018afii10019afii10020afii10021afii10022afii10024afii10025afii10026afii10027afii10028afii10029afii10030afii10031afii10032afii10033afii10034afii10035afii10036afii10037afii10038afii10039afii10040afii10041afii10042afii10043afii10044afii10045afii10046afii10047afii10048afii10049afii10065afii10066afii10067afii10068afii10069afii10070afii10072afii10073afii10074afii10075afii10076afii10077afii10078afii10079afii10080afii10081afii10082afii10083afii10084afii10085afii10086afii10087afii10088afii10089afii10090afii10091afii10092afii10093afii10094afii10095afii10096afii10097afii10071afii10099afii10100afii10101afii10102afii10103afii10104afii10105afii10106afii10107afii10108afii10109afii10110afii10193afii10050afii10098WgravewgraveWacutewacuteWdieresiswdieresisYgraveygraveuni2010uni2011afii00208underscoredblquotereversedminutesecondexclamdbluni203Euni2215uni207FfranclirapesetaEuroafii61248afii61289afii61352uni2126estimatedarrowleftarrowuparrowrightarrowdownarrowbotharrowupdnarrowupdnbsepartialdiffuni2206productsummationuni2219radicalinfinityorthogonalintersectionintegralapproxequalnotequalequivalencelessequalgreaterequalhouserevlogicalnotintegraltpintegralbtSF100000SF110000SF010000SF030000SF020000SF040000SF080000SF090000SF060000SF070000SF050000SF430000SF240000SF510000SF520000SF390000SF220000SF210000SF250000SF500000SF490000SF380000SF280000SF270000SF260000SF360000SF370000SF420000SF190000SF200000SF230000SF470000SF480000SF410000SF450000SF460000SF400000SF540000SF530000SF440000upblockdnblockblocklfblockrtblockltshadeshadedkshadefilledboxH22073H18543H18551filledrecttriaguptriagrttriagdntriaglflozengecircleH18533invbulletinvcircleopenbulletsmilefaceinvsmilefacesunfemalemalespadeclubheartdiamondmusicalnotemusicalnotedbluniFB01uniFB02.nullnonmarkingreturnundercommaaccentcyrillicbrevecaroncommaaccentcommaaccentrotatedotlessjonefractiontwofractionthreefracitonfourfractionfivefractionsevenfractioneightfraction1.06Copyright (c) 2007 Red Hat, Inc. All rights reserved. LIBERATION is a trademark of Red Hat, Inc.Liberation Mono Bold ItalicLiberation Monoh  !"#$%&'()*+,-./0123456789:;<=>?@|BCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abgdfj}srx{e     ~ !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~oAuiwvpqtyzkl@ABC      !"#$%&'()*+,-./0123456789:;<=>?@ABC+8 xz"(8uX #}'z(G.|2222235>>>????9?A?G?P?W?]?b?h?n?|?AAAAABBBBBBBBCCCC%G GKK&LaLpNLN[NiNoNwQQQQUUUUUVVVVVYY\^^`Lbef3fKm m0ott&t7tuwwzp}}k;B<9L_s]l&5CYgt'6ETjy :P^r<O^m| 5H-c$ <H]h| /E%:J`o'6G o~ &5f¥²¿g˔˩˽./CShzӍӝӭӼ&6F; )7ETc-@Tۂܲ,8FR}n&/8AOx):W xKQWM 7FQ    "!#$#,&)N+++-+C+X+g+u+--000003L46(66777999O9Y:-:2CFCNCVClCrCDE(E_FHNIzL/NxPP-TWWXXZ__ __"`bccc>cLcScqcxfffhChmhj?km+os&ttwwzqzyzzz|t}m}u}~!Bao| $,4DTcr & GVH%Xr?+)Ŝǥ Ai̢̎+ϩϰϹ0G\zІДЮ2MhсњѴ *GdxҒҳI|ӝӬӽ$<IWgxًٴz݊ݖ }fsW<$,5<Z @   eU,3X> >! }" # m(M)-*ȋ)-*n(wbn)B(-(ɋ)/()ɋɋUXUVUVX7UTu$u$X۪۪֪TѪѪЀ UTUTUTUTUTeUT}1UXUX1*}*UX}*UX*#UXUXUPUXUT* UXEqIUXUTUPƪUXƪUXVUP^UX^UXڀPmUXmUXvPUXUUબ᪨⪬̪ UThhU⪬UTUT$쪬)UV|)UV|**UT**UTUTUT?c߀*r UUr UUUVUUVUVUVTUVUVV*\UV*UU\UV\UU*!UUUU!UUUV檫44yKUVUUj@CTUUJ @UT@UT-!-!$.UU.UV*3 8JKu몬UTUܒTUTT UV * * UV  * UVUX UVUX *UPUXUX P UX UXFUVUTUT_UV_UcQUUCUHUT*UTUTUTU ~,𪪐UVs~UTUVIEUQ֪؀XUVUVݪylUXlUXUݪ誫`說`yɀUVIaUTުaV܀ n n*yy~!UV&T *UT+UT+UTT5˓&!UX**#UXUTUTTUT窬oomk}C*̀UVlUVlުoVUTVUT ThUTVDUTUVIUX3PUXUX*%UVUX𪨙𪨒UXe**UV行UVטּ**쨠s֪تTڪڪTylUTlUTTݪ説`説`yɀUTIaUUުaT܀ n n*yy~!UT&U **UX+UWUX+UU5 ˓+UV&UT!UV*#UtUT直UXUX窨oomk}C*̀UTlUTlުoTUUTUU UUUUUVUVUTIUV3TUVUT*%UTUT𪬙𪪒UVe**UTxUT**~UV{UUUU*𪪋𪆋Ԫ*UUUUgUUgUUlUVqUVq&U//9*UB&%*UU##!V UU UUUT *UTUT𪪜UV}}UUTUTU UXUUUXUUUVUUXUXUyyUX𪨋qppTUU説2B-F(UTJUV(UXJUT"*JJZꪬƪ*Ȁ㪬UT㪬UVTˀg̪ުT0r1UVr1UT*UT6U(1UTT0U0T,UTTV T T$Uȧ$UTUX)*UX*XUXUX檬UX檬UX᪨ܪܪتԪIƀZUXZUXUVݪ㪨ݪ㪨䪪j몐UX몪UXV*aUV}UTUTUV|𪬋UTUV᪬~᪬ToҪwUV*aUTaUeTiTiUT**UVbUUb*UVUU*UTUUTUT̄UVUT*UVUUUVUUTUVmqUuuV U񪪙ʙU6UUUUUVXUUUU UVUV*  *VΞUV*UTT4 UT VxUTOO#ƪUVzUTUX{몬{몬*UTUTVUTUTTUTTު}UUTTTUT*TUT T UT UX-UXT$(* X1UT#UT*zzoh# Y=UUTf*UdUVUTdUVgTkUV5UU6UU7UV7UV UT<TUTUTUQTQ!UTO'UMUT'UTMUXLUP4KUX4KUXت>ހ;UV8UV8TTUVVÀUVUVVUUUUV UV1UVUV =:TI3IUV3IUV-KUT'UTMUV'UTMUU!PSSY*^ ?UT UT<997TT43UT3UX2UP1UX1UX1*UTV UT1*T1UX3UT#%'' UT#ʪɪȪȪUTUTOUV骨T䪬UVUVުتت]VUV@UU@UUUV=kho!YN{g6Zd %imYj&t&,v,#t#,v$ -% & ww|xq7iU< UX\UTOUpN(*B*UX50UX5䪨h UXh UXT*ЪЪXUTUTuUVuTUXUVʪUVʫ8πժ ժUUTqUTЀUVӪUVӪրUV *ɪɪU"UUi"UVi*/UU/UU4**8FD* UUAA<'V7UT7UT1*GXUVXUV!XkVUTxUTUVUTUV**rfrf媫mUUmUUު*UTUVd䪪䪪UV1#UV(5UT UV<ZKTȟUT0T$$UXUX'UTTX* UTUX UTUX *쪨ss⪬UT+sUT kkue׋qtsުTUXߪoߪoUTXd모da*^h^VUXΪaj,**,UV UT,UV Tl)T T'UVV@'UVUT#UVUTUT*An{"+UV$UV(T&UV&UV%T%UV%UV7%&&(T*UX##6* UX;UTUXUX+UXUX'P$UX$UXUX*iiՀUXXXTUX;*UTvUVvʀ*ҪUXҪUX*UP᪖UX᪪UX*Ȫ{@0 UX UX*Nj4'UTvUTv *XڪUTgThlili**UTUTUTUTWڀƪتƪتŪTĪ\Ī\V*RUVRUV̀]E UVUVUXUX*tt⪬UTUTUTUTՀ Ϊ/T))#TUTUT*UX!UX! P#TUX UPUX UX UX(&*{#{#xr*iiԪUTUXUUXUTU UT*XPPɪXUVmUVmUTـUV\U]\UǀUNIwUV:*X ŋ6UTrUTrX֪UTUTܪn몬UT몬UT*y䪬䪬TTllo/_wTUT*UUTUTUTUTUTxUTx*mUVUTUTmUV|說|說*UVUT{UT{*UnnTUު˪*ત UUપ UV}.UV<rUUUVUV*UVժUVժڪ"ߪ"ߪ-U*쪫쪫GUURJT ΞΞ:U""(UT1UUUX1UV67PeP:΋bgS/;/)+S U8 * UT UTUt UTUT * * UT UT  UX*UTUXUTUX쪨쪬*T*ZUX&!Ut3UT.{{誨UXUTe*ҪUTҪUT˪*ĪUT̪*]UT]UUTTުT䋳eYUVUT!!(*T.Nj-TUTUhTUTUDUV쪪wتhUTUVUTUV몬UTsUVsUdTUU᪬UG᪬UU*ܪgUVU說 說 UV U}}UVUVUVt{YUUUVԪUVԪUUkkUAUVVLUUTM *EUUEUUUV BRUXUVUTUX𪨳𪨳u!TUXUTUTTܚUTЀʪ*ŪUTŪUTT٪cYUVU8iT8HUt8HUXBUT$*׋'T T*UUXSUXT܀WΪ:UX1Xs!UXUXڪX_ _ YXS7XUT㪨UV㪨LXȪQȪQUVUXccફUTUU {UxUTU4UV*RRϪUUUU*UV᪫2v2v:BًFT ?UU?UU7T UU)UV)UU'1*Ī*>* UXCUVUTg*UV|⪪|⪪TVꪬvꪬvTUppTUUબ䪬sUTUV}}UV*UVUVUV* UV V V" VUXUTUVTUT UTUܓUT9UT*T᪬᪬׀UT*VUTsU^{P3UX*UTUT*0MUTMUV*UTUVUVUVUV*(webU)UT_)UT_2*]VB[*ZUTZU[\UVUXUX {UTUXVPUTT\ U UT TUT)T&UT #UUT#UTUTUT*UXUX * 8!UT UPUX UX UX&UX{"{"*XUXUX*WWUTUT*U,UXUVUXUTUPUVUXUVUXTUPUVUXUVUX쪪PUXwUT쪬Q*X"UU_"UV_1TUTAUVe*UVzUVz*Tk䪬k䪬UUUT誫e誮e着UVЪUVo䪪]ժUUUWUUު##o-UU*UUUUA*׋WU0MUT UUCU|CU<9TUU0Up0UT**4V 8awvuuTT窱窱TUTUTުcmrTwwUT UT T|UTUTV0UTTpTV< SxTW4UT*UT* UT T@ TXVlUT* UX UXT"UTXTUXUTUXUTUX*yUXUTT:k*UVUV{sw몪w몫UT{⪬UU⪬UUUT*aiUtt* UV UUUV UFUUUeUVVUVUV VV"TTUTUT{VwUVypMRIUTUXUXj~TJvJvƪXUVتUVث@ր*ުǪުǪUU*}aUTڪ̪UUѪ֪֪TUUnUVn"骪(UV(UV.UV* UT UT * UV UTUTouU\*UTUTEh]*UVUVfUVQ *YaaݪUVUU&UUUV-UU-UU5*<ߋMUUGUTGU$?T-8U/X UT媨 UT媨*XcUTT*|v|vUTyVyTTzUTzUT㪬㪬ToUToUTT窬媬媬**pު쪪ު|eUVUV UT'UV*UTU&*T(UTU(UTUT&*$$ *"UT&`&* 5UT nۓMUTJGUX*APUX ? ~w@ )gEŋ{બ|UV|UVT檪mUTUV䪪UVUTUTUVUTUT8ȋ^%A B C D M=S䋯Rw|x=ugR)yo֋wj-pE F wG ,H UU UV UV UVUVUVUV UVg ᪪UVvUVUUUUUVUT?UTƙ660T*$T;*(DUVDUVUXJPUX$#UTX UT*UXUXy%T窨窨lUXUXUT*WmTߪUXߪUXUT*l|l|UTUX㪬窨㪬窬*UTܪUV* T*TUVUTUTUXUT UVUU*bbUU*UUGUT*;*UVUV%UTUT UT UT.$窱UTUTUTUT *˪CUTȪK説UVܪ/ЪªЪªUTUUKU܋UTUTUVUT UVUUUVUUUUUVUVUV*+UVUV1UT 7UVwI \UTU*.U 4>!UXyyUTUTUTUT*~~**UTUT#U8TyUtyUTvss媬 XUTUT⪬UXmT*TUXTUXUVUTժUTժU*T⪫U ⪫UTUU{9UViUVપપUVUVmȪͪҪҪ**UVߪUPߪUr%U[UU%UVUU+*#UV! UUUXUT*UVUT}{yyTUVUTUUT}COUT[V[UT٪TUVUTUUp몫䪬䪬檨説[ۀ*r"UUr"UV3D.5< x8UT..*&*T*TTVUTUT窱窱uUTUT*aUTZUTȪwJ LEK eOROUT*UXUX UTU T *UUT UX&/UX*.UX.UX)UXLUXѪUXUUNG5UTvUTvϪXeުeެ*ڪUT֩XU֫*֪֩x{8fRA?FL +rM wUTUTUV*VUTUX)4 UV T**UV&UTUV&UTTUT UT2#UTT窬窬T]UTwUTꪬXꪬUTUTRs BUXUXUT'UTUX$*ج*ꨀUTꪨUXo*UXUTժYCUXUTڪUTڪĪOUUTjRN ;O ~P m O Q jRR  x kUTUTP55TTUT TUTkUUTU$UTUTݪc&x eUX"XB0UXUXUPUXUXબUTUXUTUX*UPuUXuUXx窬x窬*yબBT1UTtt*UTUToX檬檪tXUVyUVy*着UT着UTV*}q UTUVUV*UV UXeUXUU{U{UTU,骬UU骬UTrr*UUUT9y3UT . UV UVUT#TUVUVUTrUT*䋟TUT TUTkUUTU$UTUTݪccS qT U V .W UTUX}}UXUTXUTUTQyXyUT{Q}UTyyUTtt檬 UXUTUTU}UVoUVo*d`Y`Y*TUUUYtUTڪ܀UVUVUVUV**kUVZ _ _VUVપપUV%z%z,V*UU UV UV UUTUVUTUVU#UUUU*UT~UT~*UVUVUTyUTyUU96 4 UX.TXUX}yVu\u\sڪqUVqUUppUUsUVۀ*媪 UU媪 UUV4*UV7 ?UVUVz#*=UT=UT7ˋ*UTUTT UTn UTnTԪԪΪUTȪuX Y  Z [ 1 UTwvuuuUTuUuTVT몪UT몫U{UTUT*UV*UVUV*UT3Y/\ ] R^ _ =ۋSPUT܀骬骬T!UU, UVUT UT UU UVUTTUVUVUTUVUTUT*w UVw UTUV說UV *UTTTUTTUTUUTUT * UT4UX""/UTUX<PRۋUTT檨UXUXUTUX׀쪬)LaV܀着n着nwUVyUVyUTTUVUV*ܪeWUUUVTUVUVTUVUVUVUV 着ww窪UVUV*UVLUKUVUUU`EɀddV5:CUT䪬 PUT^㪨MUXCSUTP|9UU_*e|k|k*wUVwUVrU{⪪UUcaTŋ5UT U00+TUU!&!T&UX.UV0c@U`UTULs*TUU骬U;骪UVUpw526UVVT#UV#UU%V*ۋMUTJ'UVQ4T"*$UX$UT &*UT1UTUX(625oUXhhڀccUTXتتUTgUX"O0qUTUVhڪڪUUUTcvUTUT**UVUT*UTTUTUT|S| T*VUTUTUT*骬sVUTUTTUTUTp{檬{檬TT骬x骬x*|䪬䪬oUT檬誨UVꪬlUVUT*rVUTUV UTG&"N&o&k6o']拧'拫6拧&w8AHO}O}W_p_p**UVUXUVUX_Ϊ0*UV(UVXUXtUVꪨUVꪨ쪬  *VꪬQUTUVaU\aUUUTUOUUUTUUUTa UUT⪬UU*r몪"UVUV%~%~%*V$0%UT%UTUT*UUUU*sUUUTʪ㪬]UV]UUUT*ܪȋ*UU㪎㪪UVUVUV{4"fUUʪ UU^UVUUUVUUUUUVUU-U磌55=*DRIUT*UUUY6T*--$$**UU*UTT/*4UU0'VrrހVa!UTUXUX*UTUT#UTUXUXUPUXUT**` ` T TΪUT݀Xߪߪo XUT U `UT*TYTXQ(+UX8T XJTUTUUT*UX UT 兩 直*UXUX0)w"w"*UXUXUXժ*Z UXZ UXʀ*QUTUTvUTww骬UTUTUTUT媬og݀TjjUV 窪 UT窪 UTUVUVT UV#*UTT2T?UTV$-UTT TUTVT UTT UTUT*wUT` goa *% UTUT*UVUV UTꪬTwUTUT窱UT}V}UTTUTTUUTUVU U*V¦z* *UV%UTUV%UT)-UTV)* VUV!UT!TX骨骬TUTcUT窱窱TUXssXjj*UTQUT*ԪUXԪUXg㪨UVfUVfӀWWVUTU*UTUVU,UVUtҪe$UV,UVꪪ,UTꪪ4*UVNj@b c e;UT5 T&1UTUT UTڪoo}T*UTUXUT*UXUTUXUTTUUT*UUTUTUT * UTUTUT UT UX#UXUX򪨥򪬥xUTUXUTUX* PhUXhUXT*ԪUT*``*UTvUVvUX骪㪨骪㪨VUXm TUTUXUX UTUPUX`HT[>_UXժUTUVTUVUXUVUXUT說UTUT着٪]wxyUTVԪ#m#m2*|@+ڪUTUT}}UTUVUT* *UTUTUTlꪬUTuu|*yUTyUTUT説説rUTUT!N~Dd  !t tb ,6Cn8 -*!+UT!+UTT7ϋTͪͪUT+JY}eoqoqUT~ʪ*TUX쪨쪬TUT]Bc @E ;,)z&UXz&UXt!UPnUXnUXi*ddր__րd{d{iXn㪨n*ުUV٩hUV٪րUX_UVX٪٪Vު㪬㪬骨窱窱)T)*UTTUTUT!UT&U̜&UX)*2UXT모모*UTVTTTUT説説UTww *|UT|UT*TUVUXUVUXUXUVPUXUX V UXUX*UTUTX*UX|| UXUT모UT**pjW&s&t%s%tsF6=*UTUTUTUT*#UT*$$"*TUTUT$*(UXUXUXUX訠説 UXUT UT ՀXΪ̪*UXժժ`UTjjP*䪨UVUVનUXgw UT&XT *UX UT UT*HUXUX~PUTUXUTUXv᪬모᪬몬UTfUTfUTڪtUT檬UV檬ۀ㪨ܪબܪબUVUToa UTUT*"UTUTUTՀĪUT@ 2*##UX##UX* UXUXUXUXUX*UX*UXUXXUPtUXtUXT Pܪ UXܪ UX֪Ъ_Հbbڀ|iwiwrrmrm*hUVck}"`T**X UTUXUTsUXUXUTPUXUX*UTUTzTyOn(͋UTT* **TUTse{㪬UTUTUTUTબeam UTyyUTUTt|UVo䪬 UVUT UVUT몬몬直(UV(UT3*TɋWηη)*<UTMUTe m UU **UVUVUUUTUUUXUU*7UTUVՀy٪y٪TUV窬p窬ppvUT|UT|ު̪ۀUUVUV*(*2UV*UVUV* &UVUTUVUUUVUUUUVoVu{{*"ċ9UT4//*T2V}UT{SyUTy*UVUVUTUUUUUUT# UT*ZUXZUXԪ*UVlUVlUX檪Ӫ檫ӪXSÜUTT_*٪UUUTUNUTUU䪬U]uUVuT%UV%UV)NR/W0R5f UVUUVUU"~qqcUUV#!T UUUUVUUUVUUUU誫UUꪆ**ttۀVYUUUV}}UUUVt !UU80((!U V*UVUV ԥ2"pU`u쪨UTUXUTUX*PsUXsUX窬*UTUV說um.XUVUV*XUTUTUX$UXUXUX+UXX'UP#UX#UX쪨UP婠UX媬UXހUTUTϪSUTŀ*˪UX˪UXUTdܪdܪߪaUVUXUVUXʪQUXUV*zz*UTUVUT T UTUVTUVUT T*'UV}'UT}-ˋ: T.UT!***UT1UTUX1UTP UX:zV,]T٪TUTUTUT*yy*~UTUTUTUT*檬*UTTUTVpTUTT<UT*TTUTTUT,%UX UT TUTUUT X*X'TUTUxUTx XΪݪ֩!LfJbhg h yi v6j Hk h yi - UTUT*UUUV*UXUX#UT(UX UT*(ffǀ?̪T*fUTfUTyq骬q骬v檨{㪬{㪬~TmFUTUT UT UH UTT Ud UTUTUT *UTUTTUTUXUX**UT䪬TUTxUTxUV窬着窬p着UTxUT着UVબvબvlrUTnUnUTUU֪UTUT***UT"Twwk_TX&UTUTVTUTUX# UXUTUXUTUT򪬜yUXyUXt *ooުUVUV*xVeVeUR檫?T UX* UXUV"UVUXUVUXUVUXPUXڪVUXv{v{VҪfrUVH UT  UV󪨋𪬋UTg媬UVUTUVUTu䪪檪yUTUVUVUTUVfq9UTܪܪ>UTߋ+UV(*T UTUVTȞTUUTi Q6j Hk UVUUUTUVUU ՀUV٪UV٪UU%p%p.**6UU6UV>FSU0KUT UVCU|CUT;*&&+*-#UT4UU#UX4UU7:k⪪xUVxUV骬UUUTUUUUUTUUTߪUiUVЀ *ߪUVߪUUV!* UV #UUUVUVT!UV!UV#V*&UTUV&UTUV%*TUVUV #((08UT⪬媨説説*UV몬UV몪TVUVyUVyTUVxUVxUwUUvUUv說窫UV窪UVvUVફUVફ*UUc nW' .( F ' .( "e ' .( ;l ' .( km ' .( ,` goa ' .( UXUXUXUX*XzUXzUX qqlUXgUUTTVTUXTUTxXss*rqUXUTUTXu*UXUX PUXUXUPUXUX($ *X*UX n o &p +=, <UTUUTUU"~qqcUUV#!T UVUUTUVUVUUVT誫UVꪆ**ttۀVYUVUV}}UVUVt !UV80(ƕ(!T T*UVUV / F / e / l / ` goa E2 XF E2 e E2 El E2 ` goa Aq r 7 0m ;8 9 F ;8 9 e ;8 9 l ;8 9 {m ;8 9 ` goa 22242220;s t {u ~w@ F ~w@ e ~w@ 2l ~w@ #` goa C {e IUT1T,Ty(Uy(UT"ff\RR=_kX UUEUTEUT; (((UX.4UV4UT6* mUTppwUTUT몬UT몬着ݪݪTV_FL>׋8UTબબbUTUTUTT*nUVUXUX#UVUTUXUXꪨtt*UTUTUTUT***UTUT UT* UTUTUTXUXUX *@ UX PUX UXUX UX #||誨UXUXUXUXc*ϪϪ*7TuuUVbUVbTYUVPUUP*}AXY*D*,UT*UX,UT*UX8*DX모모UXUXTUP|UX|UXPwUXwVLTT骬T`骬UTꪨy몬쪬몬쪬*TttUT*UTTUTUT*UTglqq*UTvUTvV*yUVUVw UTꪪ UTꪪrUVe⪬t⪬tUTUUTTUUUTUU쪬쪬xUUUTUVUT*UVUUbb𪫳UUUU,/UTϋ*UUUU,UUVUV"((*, UX0wG ,H AF wG ,H hAe wG ,H \l wG ,H @0( UTUX UXUXPUXUXUX **8UXeT㪨UXzUXTު쪬UTXu u rUXrUXo o nXmUT*rrV쪪|쪪|XUV쪨UV쪨*XvvvUVvUVvUTUVyUX UX UX UT TTUXU䋟UT*UXUX~UTTUT~UUXTUXUT*V,wG ,H ud` goa wG ,H %v n Dxw Kx y wI 4z wJ LEK F wJ LEK )e wJ LEK 7l wJ LEK ,` goa jRN vF jRN wve jRN l jRN U` goa U\V.UT説sUXsUXsUPs UXo'UVUX&⪨&⪨#UTmUX]UT&UU41UV41UU+*:U!DUV!DUVXJTQUV ?U0UX>UT=U|jUXb*ܪYܪYUTQ*HVUUTѪSUVVUVUT*TrUTrߪUUߪUU**֪Q**UVUUUVUU*/UAUV#UVUV'UT+UViU0!MT2U|2UTA**SUT>-UT⪬⪬UT]UTyTUTꪬꪬUTUTscS 0( UTUX UXUXPUXUXUX  **HUXeX㪨zUXzUXTު쪬UTXu u rUXrUXo o nXmUT*rrV쪪|쪪|XUV쪨UV쪨*XvvvUVvUVvUTUVyUX UX UX UT TTUXU苟UT*UXUX~UTTUT~VUXT|UXUT*V0qT U &F qT U e qT U 1l qT U { qT U 9` goa U}t}q| } \~ [ YF [ GYe [ Ztl [ N|` goa R^ pe 3UVUT*UVUV*UV U] UAVUUUj UVg*V窪窪UVUV||UV*UUUUTB U7UT7UT1*&11$;UXEUVUXEUV*LUTSUVђ̋Nj7UT,,X&*窨窨UTUXfԀYUTêjêjT*YUTUTUVUT0?説UV**ѪLѪLĀUTuUT*쪬UUUU*pVU!'UVv**UVUVTVUV UVCU0*9UT/U|/TUT&UTUU *UT U UTUT6'hh UT*UT]UTªR^ t` goa ' .( jk wG ,H " ' .(  wG ,H @oUTY*UX00/DUX8a檨UXު쪨ު쪨]UXUTUUT U,UXUTUX~7UVUXw?UVŀ2b2bJb' .( .;UT4wUU쪨UUUXUVVLUVUTT`m~~*UTUT#UY*$U&UR&UU&!*-UTxUꪬꪬUTwUVwUVy*{p{pkUT񪪋𪫋WV媪媪0TV<wG ,H x0;UT4wUV쪬UTUTUVUUVUTUm~~*UTUT#UT*$V&UV&UU&!*-UTxUꪬꪬUTwUVwUVy*{p{pkUT񪪋𪫋WV媪媪0TV<+=, e wI e +=, l wI l +=,  wI  +=, ~ wI  A- . z UTU*.U 4>!UXyyUTUTUTUT*~~**UTV#U8UTTTUtUTUT*xx* XUTUsUXlUVT*UVUXUVUX*UTeUTeUjToU oUTu{9}UVKʪϪԪԪUllszz"'UUUV UU*UVUVUVUT}{yyTUVUTUUT}CTO몬[몬[T٪uUVuUUUV몫ꪪꪪUV{પUUUVUV*-=UV3UVșF ͚8UTUV.UV.&*TUVUV TT UT UT| UT|*UTUTUTlڪЪǪUT]KҒ{0Aq r 5=qj=y.UXUTxꪨꪬ*vUTUTUTUT窱窱TUTV#UTTSUUTUT*ss媬 XUTUT⪬UXm~UVqUVqϪ*aUTaUT܀ƪnHnH{9UVުkUVUVUVUTUVUV*Ϊ UV_ UV_ڀlls%UUz%UVz2#UV! UUUXUT*UVUT}{yyTUVUTUUTUTU*.U 4KD'}CVUTѪUTѪ窬ۀqUVqUUppTU説[*UVUUUVUU*1UVVUVV 7UVUV$UT*UT UTUT UT*UT**UTUTT UT* U媬 UT媬*֪֪ЪUTʪ/  wJ LEK zR / ~ wJ LEK  /  wJ LEK 8 / ;UT4wUV쪬UTUTUVUdUVUTUHm~~*UTUT#UT*$V&UV&UU&!*-UTxUꪬꪬUTwUVwUVy*{p{pkUT񪪋𪫋WV媪媪0TV<wJ LEK >;UT4wUV쪬UTUTUVUUVUTTm~~*UTUT#UT*$V&UV&UU&!*-UxUlꪪUVwUVwUVy*{p{pkUV񪪋𪫋WV媪媪0VV</  wJ LEK * M0 l ?FL +rM #l M0 oUTY*UX00/DUX8a檨UXު쪨ު쪨]UXUTUUT U(UXUTUX~7UVUXw?UTŀ2b2bJb?FL +rM ! M0 ( ?FL +rM xe M0  ?FL +rM / G1 l wUTUTUV*VUTUX UV T**UV&UTUV&UTTUT UT2#UTT窬窬T]UTwUTꪬXꪬUTUTRs BUXUXUT'UTUX$*ج*ꨀUTꪨUXo*UXUTժYCUXUTڪUTڪĪOUUT:^yo4E3GW<EiEEiEj<WNp E2 m jRN @u{ E2 W jRN  E2 R jRN uoUTY*UX00/DUX8a檨UXު쪨ު쪨]UXUTUUT TUXUTUX~7UVUXw?UVŀ2b2bJbE2 ;UT4wUV쪬UTUTUVUUVUTTċm~~*UVUV#UT*$V&UV&UU&!*-UVxUꪪꪪUVwUVwUVy*{p{pkUV񪪋𪫋WV媪媪0VV<jRN ;O ?;UT4wUV쪬UTUTUVUUVUTUm~~*UVUT#UT*$V&UV&UU&!*-UxUlꪪUVwUVwUVy*{p{pkUV񪪋𪫋WV媪媪0VV<E2  jRN zEE5CUT; U33,T(UV(UU99@GUVC^{T}UV{Wyપyફ窬UUUT*UTUUVUUT*TWTRUT*UT UV UV UTUT UVeUVUTUV*Ѫ/ѪKUgUX O 'idUTUU۪{o{ouv{v{説*UTUUUVUUT*UVUVUӪӪUoUUbfUUUVV*VUV;UV:VV:UT:UT5!UV!UV*UT*##T>UVHm O [w3 l ~P #l 4  Q C  5 e jRuϋfRP]fRR.e 5  jRR  5 o 9RR N? 5  jRR I' %I8>#xERIJϋgR(4.n>!fRR pe Y ve p> l Y l 2z f> <z Y p> { Y Y 2z a`? <z {Z ?  UVUTUUUVUUUVUUUUફm UUUU UUUVTUVUV!*~*~6BċUUUUTUTN_UnUTUUԪU=ԪUU`UTm*UTUV𪪒UV UU UTV  * UVUVUVUVRD#IfR *x_x)HwfRwxRxl0UVUTUVUVUVUVUUUUફm UVUU UVUVTUVUV!*~*~6BUUUUTUTN_UnUTUUԪU=ԪUU`UTm*UTUT𪬒UT UU UTT  * UVUTUTUVRfRD#IfR9cf9fR~w@ bm [ X{ ~w@ z [  ~w@  [ X ~w@ UXUXUXUX*XzUXzUX qqlUXgUUTTUTUXUUTxXss*rqUXUTUTXu*UXUX PUXUXUPUXUX($ *X*UX n [ v n ~w@   [ W  ~w@ );UT4wUV쪬UTUTUVUUVUTUm~~*UTUT#UT*$V&UV&UU&!*-UԃxU,ꪪUVwUVwUVy*{p{pkUV񪪋𪫋WV媪媪0VV<[ ;UT4wUV쪬UTUTUVV,UVUTTm~~*UTUT#UT*$V&UV&UU&!*-UTxUꪬꪬUTwUVwUVy*{p{pkUT񪪋𪫋WV媪媪0TV<%A l /\ Fl C l R^ {l C }` goa D (e _ me D 8 _  D 9 _ l vsqsUT*UXUX UTU T *UUT UX&/UX*.UX.UX)UXLUXѪUXUUNG5UTvUTvϪXeުeެ*ڪUT֩XU֫*֪֩xEXzzXXꪨꪨXUXUX誨UTĀͪUXͪUX`모UTqUTq説h説h쪨X֪VdARdbcbËR‹UXT T UX *XUTUTU*UXUXUXUX*  UXUXUXpUTUXUTTXUT*zPz@ qqlUXgUTۀߪߪoUXUTUTxXss*rqUXUVUVUXUXUV{𪨒} UXUX fe'Td$UT*UX VHv}}UTTUTUTvUTv*UTՋ7  T UT UT UTUT*UTUT}g*_k.UXUXUPUTUXUUXUTU$UTX쪬UT*UXUXUTUTUXUXTUT *UXUX*%UTX UT UT UXUXUTUPUXUXUTwG ,H RUTUXUXUT*XzUXzUX qqlUXgUUTTUTUXTUTxXs(s*r.qUXUVUVXu*UXUX PUXUXUTUTUT($ *X*UX n Hze o &p e Dxw Kx y e ;s t {u e q| } \~ ae p> : Y  ^Y /? Y # Z l  i[ u  Dv n i=;UT4wUV쪬UTUTUVUUVUTTȋm~~*UVUV#UT*$V&UV&UU&!*-UVxUꪪꪪUVwUVwUVy*{p{pkUV񪪋𪫋WV媪媪0VV<{      }r ' .( @ R5f r勷xXxXxW E$8 KE2  ;]U$SUTIUUX*nUPUXIUXUXIUX$;AGnGnNXUƪUƫ8UV*ت تl*UVy/8Aj!UCCaVUVۋU,*::.H'UXWUV'UXWUVdrmfcTY!owUT𪨝UXUXPUXUT*_wꪬUTUTUTs檬UTԀUTתUTת쪬Ttgtg*UVUTުUTުhUVتiPxTvvUyKcU8DRTRBUt`UVBUX`UT-o*UTUXUX*UT?*s6UXs6UXߪ-UPUX$UXUX$UXɪɪ* UXªETX窨窨VXO[O[˪UXUVUUફUTy-o䪬UVUTUVUTq檬3*UVUV+UU€8ʪOUUUU*wwUV_xت2UV2w2UVw2UV7<'UT UV0 UVCUTUT:*UVUV(UT UT"UX"UX#UTE2 ` goa C }` goa  > * <  < 7 Iw O    }r  > y)!UV.X("UT"UT**言誨X*nUTnUT mUTUTUX*UTUT ***X UX0 UX UXUX UX UUX*B*UXUXTUT[UT}*UX***UXUV2TUV#UVUV"UUUVq&U8UTVBOU(ET>/UTN(^UV(^UV n~UTUU{{VUU󪪟**@ UV UVUV'.UVV"%%V)T5쪬/u>UTMUTM*΀pfpf媫oUUoUUp*qyrUTX UTUX TUX TUPUUXUTUXeҪUX**UTfUTf*TҪ6UVYUTJ;;UT/X*TIw  FAUXT8*񪬺񪬺x&UTUUT*TUXUTUX**UeVXݪݪh**xV UVUX**X UVUVVUTUXUTUX *񪨕ww*UXUX* UT]t2A T*UVUTTUT UTUTUT*wUTUTUT窬窬TsUTUVTUVar UU **UVUVUUUXUUUXUU*7UTUVՀy٪y٪TUV窬p窬ppvUT|UT|ު̪ۀUUVUV*(*2UV*UVUV* UVUTUVUUUVUUUUVoVu{{*"Ƌ9UT4//*T2[8}UT{OtyUTy*UVUVUTUUUUUUTTTUXUUXTl*TV@UXUT(0UXwwUTUT説ڪ֪UTҪWUT̀ZZUTUTqϪqϪl*gΪgΪa̪[ʪU>>BGUVGUV7HII*I*#UXH#UXHEUT ?; UV*(UV UT;*TCUT CUT *N SOUTTͪͪՀ TUTUT*UTzzTXT$TVUT$UX,,3 : UX: UX>BMgR*UXUXUPUTUXUTUX*UTUXUTUXUP UX UX UTk۪*UTUXUTUX*f쪨f߀誨oXo䪨UVUXeUXUPUXk *UTUV檬UV檬UTyy񪬴UTV+UTS1UTF㪬F㪬**UVتUYتUUԪURЪUUЪ쪫ZUVUVV}򪪊~UV[ ckk*UVUV&UUUUUU.*1UV80**'UV'UTUUUWUVUT𪪔UUuUT}}}}UUf*UTUTV=A T| UTUVV0UTV UT SdTWH'UU!VzUUzUVmm܀*b b Ӏ UU[UTUUUUTUUUV UV UV 着UVUVUVUTUVUV*UVqT U ARgЋ着UXz*UU@UU*|UX|UXUPUXdZ UVUUTU*UTUT*̋r{>UUUTUUUV쪫Iwªwª**UVɪUVɪTˀUVUU1UU*3UUUV5UVUV5UU9ɝCUVUVHUVHOV yUTz{{UU𪫋OU!UTߪ!Tߪ6UTUKU$!*UXBUUUXUXU説zUT UUUT UIUUUb UT UVUT UV T UVUXUT***UT;T *UUUU3T$U./UV./UO(*8!A!AH*UXNUTU*UVzԪzԪ*u᪦u᪫UT檬UU檬UUqUTcV *۪UU۪UU*U檐'UV4 */*UV)UV)#UT**UTUT!*$3T%UTUTUܪUTܪ ͪ檬UTUTmmkUTi+o UV-U4/T2Ux2UTV.**"#*'UT'UT+ TUTUT*T󪬜*𪬚 𪨗D0모p誨*UXUXUTUX*ggUTUXԪETŪuŪu*nЪgЪg*֪۪UT۪UTપ*媚Z媫ZπUU[UU[UVتUUUVcڪUV *ЪUVeUUeપUVUV!U&UVUU&UVUU'**1UV+&& UT񪪗UVUVUTUUUUUT}*UUUU~~*UVUV8A UVTUTUVUTUV*UTUVUUUT   UUUTUVUT*"VUTUT*બબUTa a UT UUΪت* ᪬ UU᪪ UV UVUVUTUVUVUVVUV^XX;Tx5x5*/UX)UTUXUPUXUXUPUT UXR*uuUViL]L]VQ`E`E*8UV+UVUVͪ[UV UUUUUUUUb$ު$ު-6UU6UU?UV*ӋUUTM UEE V4UT4UT2UU!:!:@UV UXY}UVyتyتUTހ檬UV檬UcUTUkUHkUUheȪՀUUV#UV#*5V(-2>V6UTV&*UTUT$T'''Tબ T܀UTUTT*[檬qUTUTUTUTo⪬T΋mps*V*UVl*UVlC*UTUUTUUUTV UTUUUUKUU*UTUT*UUUTUi*UT UUUT UU* UV티R܋*UXz*UXUX{PUVUXUUUX*dZ UI UUbUTUTUT*TԍUV !UTXUT7UT1%*UXUTUXUXoUPުUXުUXe*UT*iGGT'q#UVTUVUV*5UVFUVUVUV UV. ,*UT*U(&UTUV"UUV"TTV(UT GMUXUV*ȪpȪpVUT^Ӫ^Ӫ*ɪUUUWrUTKŪUVKUUЪЪUVUUkk&UUzz2*UU<)n+͏ U8#*3UT.3UP.;*&G&GV*UXd檬٪̪UV̪UVܪQU$T:T$U$UTT*UT UT UTTتU䪬**UTݪVHݪTـTdUTUVӪXeeUU*ꪫpS UTUU UV* UT U UT T U UTUVTI UU* U UVUV UVUV   UTUVU?UUUT UlUTUU**UVUU*DFnUTUT*UTTT~~UTT TUT UT U UTT *T TUTUT|{=UTT2񪬳񪬳直*X檪 પXڪv#Dvrvu*UU֑ UU UVUUUVUV*%UV4 mUV媪媪Vs*UU:UV̪:UU̪Y*媪 <)t)BT *99UU*UT*UP1UU;;XFQUV  WUVUTЪSeUTez쪬t쪬tUT磌qUUqUmUiU)w Iw ` goa  ` goa qT U H'   w  / ` goa wQ&L-n*UX AU UX:UT3UXb'UTb'UTXonUTmm᪬UTUTUTTUT~U}Ƌx_xnUT%UT*UTUT*eUTUT*fcUT݀nnUT*UVUdUTUUUGUUUTVTTUT UU&sGTPڪTݪ V\ફ TમUT*U骨T骫UT U UT'U.E e x!UVpU*8989CXNUT*Tww UXUT䪨UT䪬UTkUX8(UP4*UX/0UX/PUX"UXUX"UX*PYUXYUXUT UT4|mmUVӪQUXQUXUUCتتUUu{UTCCVJQQΪ%UU%UU0*U:UV:UU*QUVϋ V5T1$UV1$UQ-UT,UU4UZ4UV%;*yܪUVvmvm*sUVsUV*ppmUUV/UV/*E*ZUV *UV UTp> E2 E2 ` goa [w3 4UV0X+直&UT直&UTt UXUX*UTaa\W~ʋpUUUV**~j~jVUV쪪UV쪫U*UUUU|U𪫋*UVUUU_wUUVUV/UU ((#&UV&UUUV.66UVCUVEXqnB=T UU2V$UXUX7v}ɀdUVdUUT*ʪtC#UT檬檬 eUTUT*8UT*@4UXUVXUV`X5UT5UTTċ}z$wzz w hӋBUT <<5..&X+3UU3UVX @tUTKqUVتܪتܪUUUUTx/8*UTUTUTeЪUVUTUT*@!Ƌx_xn .UT.*.UT.UT,*%UT*UTUT*eUTUT*0jUXUTUXULUTU`YUTUX@*֪֫0(onUTmm᪬UTUTmUT⪬⪬o~UT}E e O ݋DUT*6UX6UX,XPUXUXXUX'UX*tUXiUTpUTwUTw||UTuuros*UTUT*}UX}UXUT UTXUTUXUXUTtUX窨sUX*pptxx$UXXы==Ekk' .( 4UXt*XUV`UXKUTUT"wFV UUEUTEU ;TV2U2UPX7UTK*ѪZUVZUUTE?QU(=UT)UUT)UTUTܪ~UTUV) * o+ E Xtn2UVUTtG說ĪĪ*窈UV窫UVU*qeqeUVUV⪪ު ,T<, 89UV0TTV(UV](UT]$h* rS/ "sUTUTUTTUT^TX$UT-U-UT1L )wԪ**UT᪬V8᪬TTTtwUTw*zz*TUTsUTUT*󪬖󪪖UVUTTUTUVUUVUT*$*p UUʪ *΀UTUTUۀ䪬^UVUTUVUTVT*w݋L* *FUTUUFUTUU>**,UT*U"1"15V UXŏUVUTUV#UVV~UT~UTX誨説UT*k UTk UTh e )*&UT&UPTTUX"UX"*&* UXUX *UX * UX,(v$UXv$UXUX*٪٫(T*UXUUXUT*uUTߪUXUXUPUVUXNUVUVUXUUXUT U U #TX'U;UT.!UX!UXTUPUXUTUTUT*UlUlUTF_wЋeU,JTUT0U説0UT説*UT[oUVUT說UT說ww窬UV窬UUUT*jjۀcaۀUl l *uuUV*UV *$.UV4UMMtTl  ݋DUT*6UX6UX,XPUXUXXUX'UX*tWPiUTpS\wUTw||UTuuros*UTUT*}UX}UXUT UTXUTUXUXUTtUX窨sUX*pptxx$UXXыE .kE9oUUVT說U(誫UTɪUUU`^UۀUKoUVo*u|{|{**UUUUUUUU|*𪫋UUUUU[UVU,(U"U UUUV%UV%T.UUUVUVUT@UVU4TUx6 G1 ;8 9 G /: ; +=, ? O wP [  B =1Kkkҋk݋GE5_}TѪѪTgʪʋ* T窌窪V(*6#TUV'UT+UA4VUVƪ̪ʪV* ٪ ٪Uન窬窪 *y&UUUV&UVUV+*0UVUTUTUT UV{En;nn;n{)8=r 3ryn;nn;nN4_xn U@UT6&UX6&UU,UT-*× UX UVUX UV UT UV3UTUX(UX(᪨"ccUTĪUTĪUT=4UTK*UVXܪXܪTUU<%ۋ׋8*UT$UT䪬$UT䪬*UT[rTUVEӋBUV <<5..&T+3UU3UVT @UTUVTUV`T5UT5UTTU=krrVUVUVTUUVUV⪪iP/~qqh_UTUTV0E9,x'UTx'UTUX!٪٪**ƪƪHUTUTnR UUUUUU%UV%UU,337VUVUT*YjYjUTF@UTQϪUT~UTUVaުTVPNPN*UTmV骪 *UzVTUV #UVWIUUV˪˪VӪ۪۪*Uo2UU2UU;UV*ϋeU0ZUTUOU|!OUT!/:=UU:=UU0I&&UUX_iUX+UT)*UXUX*%UXUXpUPMUXMUXUT&0UTUXU,쪨UV˪*\ݩh\ݪabfUXfUX*PUUUXIUVUTlUXUUDTUhUUTUы4UT*"UX"UTUTuUT檬ŀ(TjT[8({{=DKUVUTUVUVݪɋ9UUUV0UT-++&UXI*bTUXn UX6*2UT2TX.T+UȋUX`XЪ?Ъ?FXUX*΀(+ުB۪*تUVتUVԪ*ЪUT䪬8qUV(UT7UV7UT UT˙HTWU$UTJTV>UUT>UT*''**UTUT UX~UTqUTq*֪UXUT}op#A'EDuݪUVUXUVUX(檫~UUTUT򪬋UT*ހ UU᪬ UU᪬pUTUT몬UUzUVz* UT UVUTUXPUXUXUT UP!UX!UX%*)UT> =X<8ުjUXUXUXުii*UTUXUTUX*cUTUXUP9UX9UXUV̪ĪKĪKUVcUXcUTߪUUҪUVժتتȉڪܪ KUVUVUUUU`ު#ު+U窪33:*UU@ߋ UUUV=T 5+5+,6$UXA$UXAPLVUX?U09UT3U|~UX wf&uTUY3Y37*N*hUVUVUX**먘몬窨 T㪬 㪬 *Tު * UT TTUT*UTUXVUXUT "UX S*TVUT*+T#TUXUUXUTUPUXUT* XXTUXƪDOUT9#z#zTV֪UTUVUTUVqUT骪UVUUUTꪬꪬUUUTUT*UU_^pIB*UTUTUTUT*iUT説wUTUTUTxx窬UTUTUTU< RV#UUUV1V99AVUT:<,&A6Ҫt֪*ڪڪ݀UTUVFUUF*䪫UV䪪UVUVqફwJ LEK n/nhnUT UVUVUTUV%T UT T UTVUT UXUX PUT UX\تUTT*hjhj*TUTPh5PUVUT檪*uuz3TFcꪬUwUTU*UTUUTU8UTUUUsUVUTUVV*VUVUV**UVUVUV*swWUT*BUUBUU8T%"UU''UT*UUX UVUVX*󪨤󪬤UTvv*UTUT U UTTUTT4" UT Vx UTUTUXUPUXUTUXT P TUX%UUXU<UTUpRUXUTX* UXUX*TiiaY UXY UXRKU|UTU0UXUVUXUT*UVrUVrcબުUTުUTUU*yY|u UV UTVTUTUTUUTUT*U>.TT骬骬 TTcm*UTxUxUT|TUUTUTUUTҀTΪiE.*UV&&!UTUVUVTUTUVUTUVUTUVԊꪪUTUVUU|ꪬꪬ*UU㪬㪬TiUVTUVUUUVUU骪 xx|*UUUVV*_)*UVUUhUT*    TfԪ|*UTߪ+ߪ+UVHUbHUUɀUIaUUaUV磌說着誫V*{UUU쪪UUUUU*fSUV UU UUUUUU*UUUU * UU+UU&!!UUUUV#,z,8*CCVP*\\$UTk(z')UTUTUTUTs窬窬誨UT骬Y 骬TQUT&bfՋuTUV䪪䪪ToUVUVTUVUVTꪫUT**UVUVTVUTUV 0T * & TUTgۋfb&UVTUTUTUVVUVT*UTVUTVUVUT'8@@fc1cqT U MfAAV .W wI kfRAARR^ *UVUV$UTUTUVUT UT 'u*UVUVU||**UVUV"UVUV*UTUVUVUVUV[c-CU(@UT=U=UT7$*.UV1.UR+UT8$B$BMUV=UT6z/z/(Tkk*UXUȟTTc@EIXMpMp*UTUVѪUUѪժShUThUT*UVUY]*ϪϪUUU i &UUU쪪쪫1V6KUTɪꪬUVꪬUVsTUTUVUTUY㪬UmURmUUmm'TTV$UTUT쪬쪬 誨UT䪬UT䪬*UTeUTӪY] ʋ<,&AAA6Jm㪬UTUVUUǀ*ת*ת?UUVߋ+UV'T$UVUV$UTUV" *UT UVUT UV *:3f+UTUh説TuUDuUT**UTUUTTUTTċUVݪ wwRUTWUT*UVqËfpCbCpCaCpq3<,iFCpCbCpCaCpp(HfRACNU=UT=U4TUU,U,UT#.*3UV UVX UVXuUTmMU(7UTV!U着!UT視*ڪUTUVUTUVTUVVUVTTSUVUTUd窱UUvUGvUUUTߪߪTUU]2WGfՋ@*6UV6UT.*UT"(UV(UN, UT0UVUT!UVUvUTUTUU`UTUTULUTUVUV$n*UVUVUTUVUV*UVUT}{؉~UVUVu쪪쪫UVU~~V*rUUrUU*UVbAfCHfNFU>UT>UTUU--$T.*3UVUVUXTUX=&&UTtmPN9*#{#{T䪪UVUVVUVUT骪SwUTwz骬}骬}*UUުުUTUU]UVUV~Ъ*^UVUVUVUT*UVUVUU*U*3x3x=*FM UUEUTEU$UT%UTUTUT  TT UT * T*TUTyUTy*UT䪬o*UTUTUTU|TU0UTUV窱[窱[zڪUTUVV$UUTyTUT쪬UUw}*UTUTUT*UVUTT T VGZ6GfUTUXUVUXUTxUV檨UV檬ڪTndnd*UTUTUUrꪬkrr *UUUTUGUTUUUdUVUV2kNjQjUV%UTJTUVTV UTUV&*UTUT5 *ϋwJ LEK $` goa  =3U@-UTUV'Ul'UT!|UV'+UU+UXUTUXUTUX$UT *ꨀꪨoUTUXU̘UTTUT**JUXJUTT*ʪ9VUTUT**VUTUT >qj>ye UV T**UV&UTUV&UTTUT UT"TUTUT TUTUX쪬vUTUTUTUTs檬UVUTUTUVUKUUUTU`UTUUUTUUqUUUTUTUUdZUVTUVUVUUV UT*%U e @ªʋ*媌媪V,U:!UV$ɋRɋ( *$TUVUVVUTUT UT UT!UT*:**jj *TȪ.{+UT{+UTUX%ުު*ͪUXͪUX* *9UXF檨F檨ª*UVϪUVϪҪĪffUT1opUVqUVq檪UVUV*ZZ*UVUUUVUUUU>*GUVՋC =UT=U$6UT/U/UT(UU - -UX/VꪬUVTT`UV`UUT*ʪY jRN ; jRN U` goa ~P m O AՋ@*6UT6UT.*UUUX"(UV(UN, UX0UVUX!UVTvUTUXUUXUTUPUXUUTUWH<UUUV*ŀ|Ӫ|ӪU}}s}{}}磌UU쪪UUUUj> UVUU UU6.*%%!UUU!!.UUVUVTNUVUV` WG7GUHfnU/nՋ@*6UT6UT.*UUUX"(UV(UN, UX0UVUX!UVTvUTUXUUXUTUPUXUUTU$m p  e R^ ݋DUT*6UX6UX,TPUXUXXUX'UX*tUiUTpTwUTw||UTuuros*UTUT*}UX}UXUT UTXUTUXUXUTtUX窨sUX*pptxx$UXXы<,,fAAfELnՋfA %A F /\ F %A ue /\ .e %A u` goa /\ ;` goa C F R^ F -% -% 6_i6 i6 -pE PE  D # zKZً  (  9  Tp`n ^ c`bk/hb/d`6kn`pp`nkVc`:=UTUT*UTUTV(UTUTTUT*gcTUT٪٪**પ媬媬*l骐UT骪UVTTUVUViV n nUV檪UVUV**UVU UT#U('V&&t#UT***UT#UT#*&*( } "Ad6b;jiV᪪᪪**檫UX檫UX骪᪨쪫e쪫e[QcUXનg᪬ UVUT UVUT UwUUUUUTUT**UV UTUV TTUlUT&&*/UT Ó)UXUT*UXUX~UPUTUXUUX쪪 *‘usqUVUXUTPUVUXUVUT~~UVUVyUVUUUXUU !UXUVUVH*  X UV UV UVxoUXk֪iV᪪‚**檔UT檴Ut骪᪪쪢쪫e[QcUUફg᪪ UUUV UGUV UUdUVUUUU֋**UV UUUV UUUUVUV&&*/UU Ó)UVUT*UVT~UTUTUUTUT쪬 *uusqVXUVUTUTTUUUVUU~~UVUVyUVUVUFUV !UVUVUVx* V UV UV UVxoUVk֪xiT᪬᪬**檬UT檬Ut骨᪪쪬쪬e[QcUUફg᪪ UTUV U(UV TUUTUUUU**UT UUUP UUUUVUV& &*/UU 8Ó)UVUX*UVT~UTUXUUXUT쪨 *uusqUXUVUTUUTUUUTUU~~UTUTyUTUTUFUT !UVUTUTx* V UT UT UTxoUVk֪# }" # !d !g :> >! 0 >! @E ti ~GE UTUT UT UT5UX*&PUTUXUUXT *TS*XUT骨UT*䪬کUT X   UT UXUT UX *UT:UX*PUVUXUVUX*򪨉UVUVUTUV(F UT<.UT)UT UT UTvmUTUTUTu2dOKB n) Y΋)΋Rdv説UVUT*ajajUTUUVUV** UV UV !'UV))SUTUVUUUVUV *UUV몪UV몫%*UUUUTUV窬mUTUU  "04";c" *  UT UT* **UTUTUTS T V!UT UTUXUPUTUXUTUX  X!UT3UT-UXꪨꪨpUX?^[1UX*UXUX UXAFKUXKUXT᪨˪c˪cѪXתŪתŪ**䪖'o"VHU*TcUUUUUTtUUUT*UU*U*T*TUUo$(UUVUVUUTUVUVNUUȪUUȪЀUUUT-UV*66u@JRUT JJG(EUX+LWg*VUT몪U몫TUTUT媬s UUs UFUTUUeUV***&UV,( AUVUX9UV1UT/UTX'XUTTUX TrVrUT**UXeUTUTܪܪ*t᪬UT᪬UTTsUsUTw{UVUTUV]*d UTk UTk*qwwUT$#UT#UT!**U44X@UV<UVTԪgg~UTtUTt*z}}}}쪬 VUT**+UVUT6UT AUV5UV$$ T UT UT UT UT*UTUT*TUTꪬ*㪬㪪XVg 3T U+ #( # UX UXUVUP UX UX* UV{{UVuo骨橘9Z('UXT$P!UT!UXUXTPsUXsUXUV*ܪeV۪UX۪UX**ફjફj*`窫V窮V*TUTV䪬qqrsc*TUVߪUVߪ UTttUUTT$!*UTUTUVUVUT##$T4yQUTz䪬z䪬VUT檪ҪUU*4UTyEVEY WUTrUT T * UV]OUTUTHA$A$9T).UT1.U )UT3UT 8U 8UT=YրjjUTwUTwVUTV򪬋򪬋UTUV UVUT9KUT UT0 (T UT *UT   *UT  UXUT򪬏tUTUTǪ}ABFG0GG6q21"KRUTUXWUTUXUTUXUXUX UX UXUX UXUPUX 3K!HuUTUX UXUTUXUPUXw#UT!UXTUXUTתZZTUT*ԀUTתUTת*T{g{gTUV窬ު窬ުUVUTixxUXUT쪬UyꪬvUTUDBTR/`UV/`UTXo*RUXGUTUXGUXUP;UXUȻT$*TUXUTUX* *EE*XUV窨UV窨TXUV[U[[UUUXUPUVUT-UT//BUUVw몪UVUU**몫몫*xUt!窌!UV窪!UVV"{{*&*UV(UTUV(UT*+.CUT:*(UTVUXUX!#UTj?T7TU0U0U *T%UUU%UTUV!*U#UU#UU*%UX$UTUV*UUrUUrUU䪬窫UTwUTw*VggUTVҪ]*VUTUV܀*⪪ppX=UTЪ2Ъ2*&T* aժ*UTUXUVUXb*تwتw*ݪlݪl*۪檫UT檫UTwЀUUʪUVʪĪA DGGOWW7րllLUTV.{{!Tywq!*&UVUT&UTUT-**h ?yi  d \z UTUT***UT"Twwk_TX&UTUTVTUTUX# UXUTUXUTUT򪬜yUXyUXt *ooުUVUV*xVeVeVR檪?T UX* UXUV"UVUXUVUXUVUXPUXڪVUXv{v{VҪfrUV UT UV󪨋𪬋UTg媬UVUTUVUTu䪪檺yUTUFUUUTUUfq9UTܪܪ>UTߋ+UV(*T UTUVUVVUTUTi f d \z  T * UT8UT+*બબUTXQUV*ttV*쪪UX6-bJL UU UT TUV*T UV UV*UT}zwUVqT窱窱*UVUVUTUTUV*UVUUU UTUU UT*^|UT**(UVh(UUh<*ۋ+UVT$ $ UVUTUT**UTUT *$UT( i f d \z j!m-UVUXϪUPaUXaUۀUTlTlUTqπvͪvͪǀUT_ UVCU:T2U2U<V/T-Up-UT#T.*))1T5Hi  d \z {qqUT  *+UTCUUҪb֪ԪڪԪڪZUTUUog6oUV+UVڪ+UUڪ´֪&ҪUV+UVTUV UV p쪫4qq쪬 UT V(T+UTTҪ&֪ڪ+UTڪ+UXUTo6goUXUTZڪԪڪԪ֪bҪUTC+UV*  UTyq5q쪬UVUTUTUVV8UVTeTtԪ&-UV()UT+UX%UV+UX%UV 6UXZ Ԫ%UTԫ(%Tb)UTT-UCԪ*eUTUUTUTT%6q5qUUUUTTUVe*ԪC-UVUU)UTb%UVԪ%UTԪ ZUU6 %UT+UU%T+UU)UT-U&ԪUVeUUTUUUUUUTU쪫{쪬UVUTUTUVV8UVTeTtԪ&-UV()UT+UX%UV+UX%UV 6UXZ Ԫ%UTԫ(%Tb)UTT-UCԪ*eUTUUTUTUUT  *+UTCUUҪb֪ԪڪԪڪZUTUUog6oUV+UVڪ+UUڪ´֪&ҪUV+UVTUV UV 쪫4  #;t q=GUTDUT{AUX{AUXUX9ڪ1ڪ1T'NUXNUXTUTUXѪѪVUXiu^d UX  *UVUVUXUXUT*bJ*1P1PT*UXw*UTzUTz*UTUTUT窱wwtUTqq㪬 *UTUTߪTiUtǪUTYUTV٪ݪ٪ݪjتUNӪUXӪUU]USUTUVUT~ЀЪЪVԪتUVVUT UV UU֪UYgUUgUU2ꪫ2ꪫUUIUV׋E U?UT?UT9*$V/,*:UU%UTD%UXDأUUV UX*!#UT#U#UT#U#TX"T"U"UTUX ª|êUTĪUTĪ**lѪlѪUTڀתUNתUU*ΪUVUTUVUV* U||VUUVV"UV"UV" UV" UV"!  TUVUV*UTUT"T&UT*T𪬛y UTUT UTUT 骬svvv9lpUTT *UTUTSUXUTWUT0 *(UTUX~ꪨꪨ*XnnUT*UTUTTm䪬[ N[x>/~w,~~tR5f >rmN0oˋ:L9UT4UX/UX/*)UTrr*eUTeUT_ YUT߀*㪬UT㪬UTUTttttTUT쪬᪬쪬᪬UTyUTꪬ*%UT UTUT UT*s*UTUVUV*i[ժUUvUUv㪬窫UT窪UTTUTUZ̪UtUU˪ [U֪UVUV$UV쪫$UN쪫)UU.%UV!UTUUUV UV UUUVTUTUVUVUT UVT*llT*UVUU𪫧UT" U*UUXUXUP)UV UX. UX.*1Uto*T T直몬몬*TUTqUTq*UT䪬䪬UTqqtww*VUTUT*Vu֪۪*બ&UVબ&UVન4VબCUTHUTϋcު*UT᪌g᪪gVyiUV*UVz z *UUUVUrUVUUU9UUTUUU*UT T UUT V UTUV*|ځUVUTUVUTT*UVpUVpVUTi90B;UTUVUVUTUVUV%UTUT+UV+UT/ UT/+UTx+UTx%gg*UTUTTŀMUTUXF誨説TbbUT#ǪUTǪUTT IUTUV檬UV檬TUTUV]U]]UUTUNKUUKUT[͋9V11)!!UT4XUTSTX V؝ UT** UX UX*UT** UTUXoUTUX*nn*XUTIQYyYy*UTjUTjc\\UVˀQmoqss*UUUU{*wwUV⪪s骪UUVUU}UUm U; U* Upb UU *V*UVUV TtUTUTV8UT*UT*UX UTUX TP TUXV oUXoUP骬UXUTUTUT_Ҫk*UTUT* Tm 檬UTqq媬XUTUVp䪪UXUX䪪*xSUVҪ|Ҫ|UUiqi UYUJU *UaUTUFUTUUUeUV*;UVIUTબ1*0UTUT0UTUT1**vTtUTUVV8UT*UVUVUTUX UVUX UVP UXoUXoUP骬UXUTUTUV_Ҫ{UTUVzUTUVVUTUTTUTTWUTʪUʪUTɪȪSUVUTҪҪUU모i檬i UVUY UJ RU *UaUFUUVUeUV*!UV$UV$UV(*P1*{0UTUV0UTUV1*q:sg䋋sw:ыqeiP  d  wwLswsLpTpT&w'Cl;UXT1P(UX(UX  * T UTX  񪨗XUTUT*UT*UXUXUT**UTUT* {{UTUTvꪬUT\*تUXتUXߪP檬UX檬UX*UPUXUXTEĪ**UTתWhתUTUVSDrUVrUTyUVUVTUVUV* *UVUVUVUV *񪪗񪪗Vq誺wVUF着UU着VqwUy { { UUVUV6 T'UV'UT #*,,T4<<AUU  P%%n%#MM%M~%%%n% %n%%%%n%%%s   k )%r%k%P%kn%)%Fp%  r%M%kn%kn%#%p% M%k%fk%%%pk  M2%%k~%k%% 2%_p%2 %r%k%f%%  %o   r% %%kn% %p f    r%r%k n%kn%% o %s%% %%k%f    r%r%k%%%kfk%%n%kn%%f  o  33& 3  ()))bW+++T+++bW+++T+++W++.+T***W---T***U+++.)))U+++())))))2W++++++T++++++2W++++++T++++++2W+++++.+T******aW------T******aU++++++))))))U++++++$$$$$$U$+%$+%$+%$+%$+%$+%)%)%+%*%*%+$a+$a+$a+$a+)%$)%$)%$)%$W+$a+$a+$a+$.++%a+%a+%a+%b(+$.+$%$+$aU%a*%a*%a*%aW-$a-$a-$a-$aW%a*%a*%a*%aU+$a+$a+$a+$a-)%$)%$)%$)%T)$%)$%)$%)$+$a+)%$W+$++%$(+$aU%aW-$aW%aU+$a-)%T)$ sss7?Dpp|9Ri-ZgZg#WiWeu7UT UVUUUVUUUVUT(UV(UU/k6誫6誫:UU>>:T UUUU(( UT/66 X:>>*:TUXUTߪbb[ UTTT* XUTUTUV*UVUXUVUTUTߪUVbUUbk[誫T誫TUU*UT2 /,,V&T &*,UVUT,UTUT/ 22/UT,쪬,쪬&TTjj**UTUTUTU UTUUTUTЪ쪬_쪬_Tـjjjj*qUTxUxUTUUTЀ ӪӪـUVUV*&xx/UT2UtxeUVUTTtUV䪬UV䪬l쪫UT쪫gUUT۪۪ڀUT#55g`yUVX%UT$$*$UT쪬쪬"誨䪬UT䪬UTનܪ   hY VUVӪUVӪ*UVjj&V,UV쪪,UT쪫/*UU/* ,UTUU,UTUV&**&UT,UVUT,UV /*UT/*쪬,UT쪬,UTT&jjUT*ӪUTӪUTT YYTUTӪ쪬Ӫ쪬UVTjjjjVUT쪪ӪӪUUTY> DUTΪ/UTЪ1UTQUTGUVUTΪΪ[[sQGܪ*k UVUT UVUTTUVUVUV1[:sCUXUT* UV UVTUV UT UT*#UT?]zbigUTUVת着[[תUVUT iz.(UT(UT..(UTziiתUT  CUV?UTUU?UT%7////7%?UX?UXCV ӋӋCUX?UT䪨?UT(7ڀ/T/UT%ȀUXUX UTCCUX*䪨UV䪨UVڀUTUXUVUTUUȀڀ䪫䪪UTUVCC* UVUVUVUUUT%UV/UU/ڀ7䪫?䪪?UVCV,쪬V UT UT*UVUVT UTUT}}UV쪪쪪UV}UV}*UT쪬G쪬T UT UT*UTUTT UTUT}}UT쪬쪬UT}UT}*UT쪬,QZ UVwvvxzzV}'UT,-UT'!!TUT Q{{UT{UT{몬~몬~*UV䪬䪬ߪVڪڪߪ*䪬UV䪺UV* 몜몪UVUV򪪛 ,UTV UVUV}}UT쪬쪬}UT}UTUV*쪪쪪TUV UV *UTGUTT UTUT}}UT쪬쪬}UT}UTUT*쪬쪬TUT UT *UTfż{ UV{{{UV~UV~TUVUVU UTV%U%U UT*UUVTUVT UUT UTZUTwyvyv*xUTzUzUT}TUT؀ҪUTتii*UVUVUTUVUV򪪟tXX89ꪪUUVT}U}UTUV*g|C|UVgikk⪪UVUV88X88ꪫUVUU}}UV||UV!T*UU9898UTUVUT}}UT!T}}UT*ꪬ99X99UUTTTUT*gUT}C}giUTk}k}⪪UTUVꪬP'UV$""UV**UT"Ț"'UT'UT"|"|*몬UTUUTTUUTfتcڪ|UV|UV몬TUTUVUUdTUTUGUTUUfتتfUUUTUVT*UVUV몪*|"|"%UV C~~~~~^$"UT TUTUTUTUT* T)UT*&UTUTꪬppUXggUTX֪UTـ*۪UX۪UXUVꪨppppꪪUVgUVg*UT֪eVg i iTUV媬UV媬UTzz"UT*$UT^RTpVUT V< vT\*TVPUX*UVTȗUTUUUTUTTXV모UT몬**䪬䪬⪨બબ⪨䪬䪬Ts몬UT몬V*T䪬T䪬UT⪨*બબ⪨T䪬 䪪 s*UVUVTUVUTUVT*UTU80UVUـ۪۪UUUUpꪫ$UVUU$UVUV&*()UV&VUUUT$UV$UVT&("UT VUT*wUTv‰tߋTvw檬Tl UTl UT*UVUVـ*۪UT۪UTUVꪬppppꪫUUgUUg*UV֪UVUUT UV T*TUUT*UVUVUTUVUVUVUTU TTU몬UT몬**䪬ȑ⪪઎…⪪䪔䪪Ts몬UV몬Uc*U䪬UH䪬UU⪪*પસ⪪U䪞 䪪 s*UVUVTUVUVUUUV*UTUVWUX*߀UTݪUTݪitUXtUTUV*᪪kk*nުqUV⪬jT⪪p⪫pUUUTw媬w媬pUUUTUVUT*UVTUVUV*ww*VUUUV*U*UVUUUVUTTUV UV * V UV UT Ҫ*תUTܪUTܪuUU㪬s㪪sUVdUVdUUVЪStUT`UUت ت *UV㪬㪬uUT#UUUT#UU*(UU-UV UTUV **UTUVTUVTUUTU**UT UUUT UV**V"*&TUXUX𪨦wUTwUTnnT*ڪUTު*᪬᪬UT Tt!t!UT"UXUT"UX* YUTܪUXܪUXUV*utut{檨UXUT檬説*誨UV説UV説u UT UT xUVUV*񪨛ȪUT*ӪӪUU直骬l骬UU䪨磌ߪ着ߪVTcUVTUVUV*ww*VUUUV*UV*UUUTUV  V V UV UT Ҫ*תUTܪUTܪuUU㪬s㪪sUVdUVdUUVЪStUT`UUت ت *UV㪬㪬uUT#UUUT#UU*(UU-UV UTUVT*UVUVUTTU**UT UUUT UV**V"*&X$*直 UT直 TUXUTlUlTUTUTӪ VӪ UT*Ȫ T*UTUTVUTUT  UTUTUTU*UTUUT{UXuuUTXܪܪUTUXYUU$$UT%&&*&*%%*#* "))*(Ut(UT%%*$* " "X UT&X"UXtUXtUXTUP⪬ UX⪬ UXUTmબUTXoo檬UXUTvUTv*窬zUTzUTTબUTTzz*UTUTUV檪o UXo UXUV*પmUVUX⪪⪫U直tꨈtꪨUUqUXUVUTTmVߪ UT U*TTUTdתתT"aUVUVUTTUVUVUVUVUUUUZUTUUUQUUiફ%UUU"UTрUԪU+UU"UT.%U1%UT1'*233**3V+UT+UP2UT*0UX02UTԪԪT3Tb3b3T2ڪ1ڪ1ݪ.બ+UXબԪݪрڪUXڪUVUTbUbUTV*ԪWԪW`ͪUUUT*UTͪ+UU+UVW***UVU\'*UU%UVUO UV UT* *UV UT UTx*UTʋT *UTUT*zUTUTUUTTUT].*+UTUTUT$UX eUT{VVUV媪qUVqUV*v|v|z~w~wꪫUU쪫*UVUV ~UVUWUUVUTUVUU*UVTUVUT UUUUT  TVUTTTU*UTUTTUTUTUUUTUԪ**UT٪UT٪*説檘TTUȓTܓT UUUUX  XD 'UV{UU~UV媪qUUqUU*v|v|z~w~wꪪUV쪪*UVUU ~UUUUVUUUUUUUU*UVTUVUVT UUUVUV  V܋GUT{VVUT媬qUVqUV*v|v|z~w~wꪫUU쪫*UTUT ~UVUVUUTUUUTUU* ܋   O  Y x  r ~P S(IuUTuUXuUXT*骬骬vUTUV*k9UVUVTUVUT UX  UTUX- UTUT*UTUT*UTUT#UX(UT UX*(ffǀ?̪T*fUXfUXyq骨qv檨{p{㪨~XmFUXUT UT S UTX V UTUXUT *UXUXTUXUTUT**UX䪨XUTxUTxUX窬直窬窱p直UT窱UT窱UTબvબvrUVnUVnUTTUV֪NUTUT***UT"Twwk_TX&UTUTVTUTUX# UXUTUXUTUT򪬜yUXyUXt *ooުUTUT*xVeVeVR檪?T UX* UXUT"UTUXUTUXUTUXPUXڪTUXv{v{TҪfrUT UT UT󪨋𪬋UTg媬UTUTUTUTu䪬檬yUTUTUTUTUTfq9UTܪܪ>UTߋ+UT(*T UTUTTTUħUTj H䪨UXgeZEUT UTXx UT*  `T *K T * UT8UT+*બબUTXQUT*ttT*쪬UX6-bJL UT UT TUT*T UT UT*UT}zwUTqT窱窱*UTUTUTUTUT*UTT UTUT UT*^|UT**(UVh(UVh<*ۋ+UTT$ $ UTUTUT**UTUT *$UT(!m-UTUXϪUPaUXaUۀUTlTlUTqπvͪvͪǀUT_ UTCU:T2U2U<T/T-Up-UT#T.*))1T5sUXUXUT*UTUXUTUX*𪬋UT}* UX UXUT*UT *UXUXTUT 򪨋UXUTUXdVTUTTUTTTUTUT**쪬ox UT UTUTUT  UT * UT UT** UT UTT{쪬UTUTUTVUTS\zTUTV(UTyyUT֪ UT.UTUTT`UTVLUTXUTUTW@UTSlUXUTUX窬 *mmUTԪ]bXgg*XUTyUTy*UX"UXP4UXUVUX~򪨋ƪҪުΪUVTmnmnUV؀YTUVUV*UTq*UTUUTTUT󪬫5U@.UT'Ul'UT!*UTUTUT T w͟= !%1=HSo5 vP 0 Z l m@EgL[s:Yx !$%k(*a**+,,&./1 346;.<>@@C;CZCeCpDFTFnFFFGaGpGHH6J>KKLBM(MNO*OQ=UpV_WXqZ}\\]/]:^ ^^6_ __-a aa=aOa`aqaabbcdefzhjn%prvDwxyyz|}%}}}}~ ~O򇭇ɇևBϋg/'/  83 63 AL*ϋ ؋؋  HEU0\ UXUTUPUXUXTxꪨꪨ*XUTrUTrsJ T UT V T UT* VUX UTUX*(T 0 UXH*:*UX+UX+T*UT ^TJ#T6UX4U6UX4UT"@L UXUX UX&X*jUXjUXתUX U TUXUڋ>*;UTUU;UTUU00)'U"0"0: UXD ꪬ!Vge"UX nUXVPUTUTT\ ڪlUTUVUTUVvvTU檬檬qUT TUTVxTUTT4UT } UT UTꪪnUVUTUTUV UV,TqTOU*DUX9UX9*/]%]%RGUXGUX *UT9]U0VUTOU|UUOUTUVF+994GUUVUUV b m,UTVUTU%BȋIꪨUXUT+ЪUTM x^x5x\ an]VUTUTz쪬UV쪬UꪨUU説U説UU窨*檬Ut*-UUj-UVBUTWUVŒ͙JATUVUV*/&UT&UX %UT%UT* X*!TXߪߪ*΀UTUX*`直'UXUXUTUTUdUTUHUT|?m?mXRŪRŪUUC٪UX٪UTUuتUVeUTUTUVUVCVPPÙa#a-U߀7t7tAV׋7U05UT3U| UU3UP UU0UTV-U\UU-UTUV*&&!UXUU E$ _xЋBЋ_x(xЋBЋx ӋB* Ukـ"tUT tUX PB,z mf`TSfUV UUϪϪ ׀*UVUU*UUUU3UVUUUUEً]ULSUT UUIU`IUT?*$4$*T+ (2UU 2UV6 UX: *x_x*n LG* VAA:T,UU,UP,%UTG%UXGWV01UV}̪{a{a*iUTqUTq窬*pUUpUUT*ު[ܪ UUVUV(*8V*!UV33UVIUVVTUNUWg!UU䪩!UU䪫(UUUU/UV/UV5Nj lEoKqTll*UVUV骪yyUTUVUTUT#UVUT#UT$jW9}UT*UVnUVnV說UV檪UVsUVUVUV*UVUVTUTUVKX  VV,*UV*UV UT UT.UT3UTUUTUwTvv몪UVUV*UTUT|UV ʋ[ʋBHB̋[̋$ ɋ2Rɋ {\%a:^{!be ֋* >a` )UV&*U TUUUVTUTUVUQ*UUT!UZUTUUU~TUUU-U*UVUU-*?UTUTUUUTUV  TUUUUUX,UXvꪨ檬*UU T UU UUVUVUTUX&"*G*UX0UTUT0UX*A*RUXRUX΀PaUXaUTh*odod骫TUUЪ} UV T  *UTUTUTUT ߪ]*~UT}UT}|{TtĪUTǪʪʪ[UTUVpU[pUܪUPUVUVUVT*UVKmoqUV*0UV֪0UU֪DUUUYUV TViUTުSUVUTUV*窬r窬rUTUllހUUgKk AUVUV **UVUVUV  2*$UT* ՋC =UT=U$6UT/U/UT(UU - -UX/VꪬUVTT`UV`UUT*ʪUVȪҋ".5<UV ..ȪKUT:**jj *TȪ.{+UT{+UT%jj**UTUXUTUXO *9UXF檨F檨ª*UVϪUVϪҪĪffVT1opUVqUVq檪UVUV*ZZ*UVUUUVUUUU>*GUV L ;UT;U$3T,U,T%UTUU"UT"* UTuU窱磌窱磌몬몬**説説sUUUTUTUU窬 窪 V{UU{UU**UVUV*V UV!UVr UXUTUXUT?U$9UT{3U{3U窨+TUX$UUT$UXրͪͪ* XGUTUX쪨쪨UVUXUVUUUTUUUUUUT*4w⪬VUVUVUTUVG *ĀUVXUUXU%ު%ު-r5UVUU5UVUU;͋ 6,UTTݪݪTGUTUTUT` t.*!UT!UTUV*UT TT LF @UXUV@UTUV9*&&)T0!:UN!:UUDUTN0 UX1+UT+UX!UXUXTXUTzUTzUT*T}WT*SUTUpUTUTTU<UXVUXT *TUUTUUT*~qTqUVfժ[ժ[gUTUNUU*{UVUVUTUVʪV[ UV UUU۪mUUU$着$磌+UVUGUVC?UU?UV6T2쪫UUw**몪몪TUVVUTҀTfUTf몬UUt骫t骫r{pUUpUU*oԪċ* 媒UUU[*"UUX+UPjUOUUUU\UVUTUVUV(w񪪼9V͋ EUTƀu^u^*UVUT媪UT媫媬UppT説UVڀUU媪 媪 V2UV*UV/ 4>UV5,,*$TʨUT  *T*UTUTu UT䪬 UT䪬iUTUTҪW AϋfRRfRR c ifR?UVUU۪{o{ouv{v{說*UVUUUVUUT*UVUUUӪӪUoUUbfUVUVV*VUU;UV:TV:UV:UV5!UV!UV*UT*##T>UVH Nj(b:‹mT94* ϋgRkfRR C/+UTVUXC*Ԫ/Ԫ/UTXċUT**JUXJUTT*ʪ9UVUTUVThUTVDTXUV XUUUXPUXUXUU骬UU骬UTUTsUU説7 UV T**UV&UTUV&UT*UT UT!*UTUTUTUT *YܪժΪ UXUX9U$UX4UT/U/T*(UTݩ!Uݫ(!UXӀPTUXUUXUT *U /*}UToUVo*dWYWYUUTުުUU{UToVUV媪UV*vªȀUVUUUժ"h"h,*p5x5x?*H[UTQ UGG>*&4141+UT;*DDKR UTUVUTyUVyUV٪rmrm*UUTUTfU֪UV֪oo}4*GUV.6> x*޹r** UTUT UUT$T*)U;UP+UTU\lUTl TsUT媬UTUTબUTi UX*UUbUqbU*U:UT 6UVUTUUUVUVUUVUVUVT UUV UVܪ *窪窪VUV||UV*UUUUUTCUT=*§§0T**1#;UUUXDUXDKUVX *UT7UT2--X'*窨 竰 *UXکڪUTYUTlબબ*᪬UX᪬UX모UTrUrUTUg*UTUXUT* UXUT UV<*0UT0UT&UTUTU,UTU$UTUT W説*UT媬UT媬UTUTI*ǀx\x\ꪬـUTmUmUTuU}U|}TU0U܋UTTВUV*||UV0 7UV UXPUXUXUXUXڪWѪ*UTUXUTUXۀߪꪨߪꪬUTqrUTrUTTݪꪬeUTT|UTV0TlUTUTV@UTTUXUXPUXUXUV쪬c*ҀUVXUVX*UTQJ T:T7UVUܿUT*-)T3 UTË)UT%*!UT!UTX UVUXUTUVUX&UV쪨쪬UTkUTkTۀUTb Ub TT TԪ VUT*jjoUTt t z *VUV$$3BUT*UTUTUT* *UTzUTz*qUX,UTw$w$UX*ܪܪaUXUTUUTTAHO|O|WUX_㪨_㪬*ݪUVתUUת**̪UU*UTUTUUTUUTs쪬쪪!*UV%UV%UVUV&'UT*$UV$UVUTUT 򪪘L着TVoVUVUTS磌UT磌UUuuT㪬UU㪬UUT*kܪVpUUpUU*UVUVUUVUUfUVU *ҪUUUV**%UV%UUt-UU5UV5UVȆDLETUUU&UT#*)UW)UUX. UVUTUVUVUVUVUUUUફm UVUU UVUVTUVUV!*~*~6BUUUUTUTN_UnUTUUԪU=ԪUU`UTm*UTUT𪬒UT UU UTT  * UVUTUTUVRD#IfR CYЪUVUUVf ު ުUUU]sUPsUUU"U["UV)TUU1UVEUVBUT?UV%UU?U%UT:UT;5URUTUUyꪫꪫTꪫꪪꪪUVUU*UT *UTUVQpUVTY<UTU7UT]V٪٪TjsUVsUUTꪫ㪬|㪬|UT]jUUww)UV"&UV $veiUTV٪٪Vc UVUT UT UV* *T * UVX[U}Z*UVFUV*UVUV'UV'UV'UV'#Vxpg UT UVR UTT W UTUTUTUTTЌUV𪪍yk ŋ|ŋAË 1sT*UTUV*uu*tssUT*UVUV*쪪UTzUTzUU8* UUUTUsUTUVTUVUVUTUTUVUVTUVTH* UTVd3p[UVܪT⪫UV說UV誫UU몫}몫}ꪪ骫骫*䪪UV**UUUU*UUUUUUVUUUUd\UVUV5UU0UV++UV&UV&UV&*#.UV#.UY$6U%UT?UR ?aN8]d_R< wow tot |XkT᪨᪨րUXUT*+XDD*UXUTUTUVUVUXUVUXUU*UUPUUPUU@UV0UV0*UTUTUV*00)VVĪ4Ī=U*F㪪F㪫KUVUۋPKT*UVUV=T+U4;UU4;UV)K*UXUX*kT| U|UXUT誨U0説UVTLbΪbΪϪ۪UT誫U誫TUUU(KĀ TUUTUN[$UUb1U]b1UVU誫L誫LUU[j [*UULUTUULUX *ʴ11$UXUX; ˋ@<*UX7誨7誨0UTۀUXUX *LUTUX T! N~D >{  NfJ S(IuUVuUXuUXV*骪骫vUUUU*k9UVUPUU[UU UX  UVUX {E5| ݋+9Vg-Xn)l4S 䪬UTgeZEUT UTV UT*  T * ]yo4E3 0( UXUX UXUXPUXUXUX **pUXeX㪨zUXzUXTު쪬UTXu u rUXrUXo o nXmUT*rrT쪬|쪪|XUV쪨UV쪨*XvvvUVvUVvUTUVyUX UX UX UT TTUXU􋟋UT*UXUX~UTTUT~V$UXTUXUT*Uȋ UXUTUXUXUT}}窱XUTUT*UXUXUTUTUXUXTUT *UXUX*%UTX UT UT UXUXUTUPUXUXUT @닲^\ɋ^E ^=UT*UTUTTUXUXUTUTx*  IUTUXϋ>OU*DUX9UX9*/]%]%RGUXGUX *UTao9]U0VUTOU|UUOUTUVF+994GUUVUUV b m,UTVUTU%cocȋIꪨUXUT+ЪUTM UX)%*#UT*UT&&X# 8A("LUT&UXqQUTnUXSUTUUUV_accVeg1>K9D@"IlUUUZtUT tUX PB,z mf`TS*&4141+UT;*DDKR UTUVUTyUVyUV٪rmrm*UUTUTfU֪UVZ檪oKuTsqqom x*޹r** UTUT UUT$T*)UՋ1UTUT̪lJUV*1UV  k<< oUTY*UX00/DUX8a檨UXު쪨ު쪨]UXUTUUT U(UXUTUX~7UVUXw?UVŀ2b2bJb c 3yM4nf oUTY*UX00/DUX8a檨UXު쪨ު쪨]UXUTUUT UUXUTUX~7UVUXw?UVŀ2b2bJb 9Ғ, 9҃f, VUTUT**VUTUT!=qj=yd UV T**UV&UTUV&UTTUT UT2#UT󪬟UTUThҪڪUT[UXUTUXUTUX$UT *ꨀꪨoUTUXU̘UTTUT**JUXJUTT*ʪ9 ff NjfN‹qhhf 9Ғ+ i Ғ " \r\ +UT$$"* UUUV*UUTު媫ݪ쪫ݪ쪫TUUeUTӋUTUV hȋfR&UVVw쪪쪪VxUVUUVf ު zު*UUss"*~*~4UTɋ [n4 EMk [UTUTyڪyڪUTUT説q説q*UTUVUTUV**oq瞋UT*UTUTUT窱窱 UTUTUT⪬i}*|UT{UT{UT eEUTA =UU=UV7#*1UT1UX5UV"="=UXCIUTUTUX**UT;UTX,,媨%ݨPUXݫUX֪PϩUXϪUXTO?@&+UTX.*,UT,UT%TUXUXUXܪ*ꪬժꪬժy؀UTUT!UTUT*qqબUTUUTUmUTV\UV-UV-rUTڪBeVUUݪUUݪ*Vm~o UU+UU'UV 'UT $*UUT*UVUP*"UU%U[ UVCUTTUV.UV.TUVUTUVU TUTUV UUT UT*TTUUTTUTUTw V 檬 UT檬ThhTڀcqpoUMUTVTѪUTѪ*ـpUVpUU*o|o|pqҪހ UUVUV*,*<1UVUVN UVUT UUVUV#UUVT*UVUVUVUV'' 4UTUV4UTUV9**ɋEUT*UTZZրi UTi TUTzVzUTUV$*UT*UT8 *FUTUTUTUTUTT窱窱 UTaUX*!!XQVZ ,UT**'UT"U--8*BBUXUUV ?UTUXɋ<3T/T,U,UTUX'ꪨꪨ"XUTjjTҪ UXKB 骬UTUTUTUT*_ʪkTT۪۪TـUTO~̪}UV}UVUTh䪪䪫{UUT~UT~窱{ꪬ UUTUT*"**T"UTrs`rUV]ԪUVUV܀᪪᪫UUVyUVyzꪪV ~~$UVVT UV UVV$* 6 UV/UTUV/UT$z$***TȓBUVT*UVUXUVUT*تWتWު*䪫UT䪪UTUV*}CeVUUݪUUݪ*߀UV*9(UVUS(UUUU7U㪫GUVCUV;T4UV-UU4UV-US**ʫPTUVT"UҪ"U,Ҫ2TUUCU  T UVUT * UTUTvߋ UT UTUT*UTUTUT ŋ}UTΪ܀bߪUTߪV4TUTTxUTUTs*ꪬꪬUTy 8oNjzsgV몪rr*몪쪒UV쪪UVTUVUVUVUU說⪫*窫窫UV UU**UVUV*UVUUU9UV*,UU,UU)UVUUUVUV$UT#*""#$ }[]UT_UT쪬UTwUTwxxyzzTUT$E, UV,UV UV'T ) D)%!UT4 ͋fA fUTUTwwTUTꪬꪬUTww*窱UTUT"fVUVUV*J* xUT ݋DUT*6UX6UX,TPUXUXXUX'UX*tW8iUTpStwUTw||UTuuros*UTUT*}UX}UXUT UTXUTUXUXUTtUX窨sUX*pptxx$UXXы fQVUVUUTUUV\j‹  TUT * UT UT T * TUTfUTgqUT説説説説TUTt}t}UT*媬UT媪UT*UVP UT*UVUVUTUVUVUTUTUVUTUV*{𪪉UVwUTUV*xx{|~|~w*rUUrUU*UT _  KCً KCً KDً  UTUUT*UTUVUTUV*𪬋UT}* UV UVUT*UT *UTUTTUT 򪬋UTUTUT UcTUUUHUUTTUUUV**쪬ox UV UUUTUT  UT * UT UT** UV UVT{쪪UTUVUTUuUUU6 UUUUUVUVyyUX֪ UV.UVUXUXUPUXUXUXUXUXUPUXUTUXUT窨 *mmUTԪ]bTgg*TUTyUTy*UTUTTUTUT~򪬋ƪȪҪުΪUTVmnmnUT؀YUUTUT*UUq*UVUVUUUUUU󪫫5UH.UT'Ud'UT!*UXUVUU X  UTUUT*UTUVUTUV*𪬋UT}* UV UVUT*UT *UTUTTUT 򪬋UTUXUT UUUUUVUVyyUX֪ UV.UVUXUXUPUXUXUXUXUXUPUXUTUXUT窨 *mmUXԪ]bTgg*TUTyUTy*UTUTTUTUT~򪬋ƪȪҪުΪUTVmnmnUT؀YUUTUT*UUq*UVUVUUUUUU󪫫5T.UT'U̗'UX!*UXUVUU X  UUUUTTUVe*ԪC-UVUU)UTb%UVԪ%UTԪ ZUU6 %UT+UU%T+UU)UT-U&ԪUVeUUTUUUUUUTU쪫쪬 UT V(T+UTTҪ&֪ڪ+UTڪ+UXUTo6goUXUTZڪԪڪԪ֪bҪUTC+UV*  UT w(w % %  %r% o%r ^% %^ } < 9*55.T.5UV5UV8 <<9*5t5t.Tcc*UTU TU,UdRtʪtʪUVcccc*UTtUltTU@UTR ʪʪUVcc.t5UVt5UV8< UWYYUVUVԪUUԪUUgg'UV+UV檪+UV檪.UV}}.+UTUV+UTUV''UX+UUUX+UV.QUTL*UXUXa>*ʪ5UTʪ5UXTDDTUXUWY}Y}UVUXԪ檨Ԫ檨UUUXgggUUUT檫Ԫ檪ԪUVUT}Y}YWU sRs UT7UX'* $TUT*VUXUTUXL説mUXUTUTڪeUUTU yUVy*UXl⪨l*y٩Xy٫~*֩pu&fR&A DkZ(>1wLeR+mr,;CE^meee  S >T!4JjJJ ijB(g3#]MT$& D &LLD\Y!`7k=R}T&e9:6'>S    4444JJJJJfiiii 333333]TTTT    ;&LLLLLe\\\\333S]S]S]S]E T T T T TT$T$T$T$!&!&4 4 4 4 4 AJDDj j jj  &&&X &JLJLJL   DDDDxi\i\i\i\i\i\jY!!! 3Dsg  ]}[!!"!!! H !A4 J!d4/N*j/3N*DqL~=jn(jLj qHS44Jq!!! HX !!J!S!ts 3_!VT1!!!!L!]""zL BT&oD  &!!\vjYjYjY++?'ZW>Z]*M>G7=2^ vvvvMhe<4_[t[osjjjjjjjfwhh4n%%n<fafpDD%?[xQrɉo1v$ qPK?HHOEBPS/LiberationMono-Italic.otfOTTO 0CFF =K@$ۅFFTMO jo,GDEF OS/2'w `cmap31 head6hhea $hmtxWx ^maxpPname7}postT \h}j_< ??*dP33Paf  @x1ASC ~&g`:E V^=[! '`zl D  . 7+    M Bb ,   *4 v ( & 8S \ 7 VCopyright 2007 Red Hat, Inc. All rights reserved. LIBERATION is a trademark of Red Hat, Inc.Copyright 2007 Red Hat, Inc. All rights reserved. LIBERATION is a trademark of Red Hat, Inc.Liberation MonoLiberation MonoItalicItalicAscender - Liberation Mono ItalicAscender - Liberation Mono ItalicLiberation Mono ItalicLiberation Mono ItalicVersion 1.06Version 1.06LiberationMono-ItalicLiberationMono-ItalicLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Liberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationAscender CorporationSteve MattesonSteve Mattesonhttp://www.ascendercorp.com/http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlhttp://www.ascendercorp.com/typedesigners.htmlUse of this Liberation font software is subject to the license agreement under which you accepted the Liberation font software.Use of this Liberation font software is subject to the license agreement under which you accepted the Liberation font software.http://www.ascendercorp.com/liberation.htmlhttp://www.ascendercorp.com/liberation.html>~~ O\_    " & 0 3 : < > D  !!!!"!&!.!^!!"""""""")"+"H"a"e###!%%% %%%%%$%,%4%<%l%%%%%%%%%%%%%%%&<&@&B&`&c&f&k ~Q^    & 0 2 9 < > D  !!!!"!&!.![!!"""""""")"+"H"`"d### %%% %%%%%$%,%4%<%P%%%%%%%%%%%%%%%&:&@&B&`&c&e&jE-tfx wuq -*"!=0!CB9630-&ܾܷܿܲܯܧܛHED'%$!`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_ nabftlh!rg;6o=>ds/219ixt}`k5>:0jy~  |6u IPmLMNvQOJ#TLiberationMono-ItalicV G   ( ( UD$+29@FLSZ`fq|(2>JU`dhnt{"(4@FLWZ]dkqw %+29?EJO\ipw &-2?IR^fo{!+7?H\aejovz} %.7@IR[dmv!*3<ENW`ir{ &/8AJS\enw    " + 4 = F O U [ a g p y      ' . 8 A J S _ j q x     & . 6 > F N V ^ f n v ~     & . 6 > F N U \ a h o v {      " ) 4 B I P U e u dzuni00A0uni00ADuni037Euni00B2uni00B3uni00B5uni00B9AmacronamacronAbreveabreveAogonekaogonekCacutecacuteCcircumflexccircumflexCdotaccentcdotaccentCcaronccaronDcarondcaronDcroatdcroatEmacronemacronEbreveebreveEdotaccentedotaccentEogonekeogonekEcaronecaronGcircumflexgcircumflexGbrevegbreveGdotaccentgdotaccentGcommaaccentgcommaaccentHcircumflexhcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIdotaccentIJijJcircumflexjcircumflexKcommaaccentkcommaaccentkgreenlandicLacutelacuteLcommaaccentlcommaaccentLcaronlcaronLdotldotNacutenacuteNcommaaccentncommaaccentNcaronncaronnapostropheEngengOmacronomacronObreveobreveOhungarumlautohungarumlautRacuteracuteRcommaaccentrcommaaccentRcaronrcaronSacutesacuteScircumflexscircumflexScedillascedillaTcommaaccenttcommaaccentTcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuringUhungarumlautuhungarumlautUogonekuogonekWcircumflexwcircumflexYcircumflexycircumflexZacutezacuteZdotaccentzdotaccentlongsAringacutearingacuteAEacuteaeacuteOslashacuteoslashacuteScommaaccentscommaaccentuni021Auni021Buni02C9tonosdieresistonosAlphatonosanoteleiaEpsilontonosEtatonosIotatonosOmicrontonosUpsilontonosOmegatonosiotadieresistonosAlphaBetaGammaDeltaEpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsiOmegaIotadieresisUpsilondieresisalphatonosepsilontonosetatonosiotatonosupsilondieresistonosalphabetagammadeltaepsilonzetaetathetaiotakappalambdanuxiomicronpirhosigma1sigmatauupsilonphichipsiomegaiotadieresisupsilondieresisomicrontonosupsilontonosomegatonosafii10023afii10051afii10052afii10053afii10054afii10055afii10056afii10057afii10058afii10059afii10060afii10061afii10062afii10145afii10017afii10018afii10019afii10020afii10021afii10022afii10024afii10025afii10026afii10027afii10028afii10029afii10030afii10031afii10032afii10033afii10034afii10035afii10036afii10037afii10038afii10039afii10040afii10041afii10042afii10043afii10044afii10045afii10046afii10047afii10048afii10049afii10065afii10066afii10067afii10068afii10069afii10070afii10072afii10073afii10074afii10075afii10076afii10077afii10078afii10079afii10080afii10081afii10082afii10083afii10084afii10085afii10086afii10087afii10088afii10089afii10090afii10091afii10092afii10093afii10094afii10095afii10096afii10097afii10071afii10099afii10100afii10101afii10102afii10103afii10104afii10105afii10106afii10107afii10108afii10109afii10110afii10193afii10050afii10098WgravewgraveWacutewacuteWdieresiswdieresisYgraveygraveuni2010uni2011afii00208underscoredblquotereversedminutesecondexclamdbluni203Euni2215uni207FfranclirapesetaEuroafii61248afii61289afii61352uni2126estimatedarrowleftarrowuparrowrightarrowdownarrowbotharrowupdnarrowupdnbsepartialdiffuni2206productsummationuni2219radicalinfinityorthogonalintersectionintegralapproxequalnotequalequivalencelessequalgreaterequalhouserevlogicalnotintegraltpintegralbtSF100000SF110000SF010000SF030000SF020000SF040000SF080000SF090000SF060000SF070000SF050000SF430000SF240000SF510000SF520000SF390000SF220000SF210000SF250000SF500000SF490000SF380000SF280000SF270000SF260000SF360000SF370000SF420000SF190000SF200000SF230000SF470000SF480000SF410000SF450000SF460000SF400000SF540000SF530000SF440000upblockdnblockblocklfblockrtblockltshadeshadedkshadefilledboxH22073H18543H18551filledrecttriaguptriagrttriagdntriaglflozengecircleH18533invbulletinvcircleopenbulletsmilefaceinvsmilefacesunfemalemalespadeclubheartdiamondmusicalnotemusicalnotedbluniFB01uniFB02.nullnonmarkingreturnundercommaaccentcyrillicbrevecaroncommaaccentcommaaccentrotatedotlessjonefractiontwofractionthreefracitonfourfractionfivefractionsevenfractioneightfraction1.06Copyright (c) 2007 Red Hat, Inc. All rights reserved. LIBERATION is a trademark of Red Hat, Inc.Liberation Mono ItalicLiberation Monoh  !"#$%&'()*+,-./0123456789:;<=>?@|BCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abgdfj}srx{e     ~ !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~oAuiwvpqtyzkl@ABC      !"#$%&'()*+,-./0123456789:;<=>?@ABC*7 Dw9m3!v!$))0C4444448 ArA~AAAAAAAAAAABB BB'DbDoDwDDE7E=EEEMESEqEEEEEEIJIRLLN$N3OOOOOSPSVScSpWIWQWYWaWiX'X-X3X9X>[[^``blehhipppsOw$wJw[xx${ {/}ktG:^pValx:Ody(7$9N2AVkR=O^m|!6I^p=RapKWmxhs .;gpÎÝëúrʼnŘŠȔȣȲȿ &3AN\ɌFϢ 2Lel1@Ueyڈڗڦڴ .ܵބޓ.(=Rap~v )F`y#4/8@T\k.   xG"K%t),/B/J235r5z5555558>8L::;;;$>"?AABCCDD*D0EBEGGlKKMxMOOO"O0OPO_OgOpOxOOOQ@QoQS'T7U3WYmZ[ _b~bccejjjj%km;memrmmmmmq"q(qSrs!sWtvow{~MUe{g&4\}&6=DR[ck{*39*K?bJ0(j=A' ʡʩʺmKcЌЙС+<֯mݰ,@GNWj|$2Lj8Rm0Qm;J[l{)R(4b& $ Ga -%WU,3)! $!! [" # o}g;,;,;,<,vuv]7,7,9,;,UVUTUVX,T骨#骨#UXffT*ЪЪϪ Ϊ >'UTUX!**|xx UX媨媨UXTH2,XUXUXP XUXUXhPUXUTpǀrUT*UXTT8Z*` `媨gjnUXnUX*PUUUXUU}~~UUTЪ *ߪߪ*TUVuUVu#*UTUTU,,}UVUT*UV UV o*ꪪꪫUVUVUU!*Ef"UURUUiTUUVl55UU *ɞɞ5*UV,UT,TX#%***UX.UVhUV UT UV UVUTUXUVUVUX"")UT;1UUTUUVT TUV UV UTUTUVUTUT*UVV@UVTkTl䪪UT䪺t⪬UF⪬UUހUTUT*_UUk VUTTT$UT񪬢UTUT v vTVપUVUTUTUVI'UtQ֪؀XUVUVݪylUXlUXUݪ誫`說`yɀUVIaUTުaV܀ n n*yy~!UV&T *UT+UT+UTT5˓&!UX**#UXUTUTTUT窬oomkUTV*nn*pyy**vUTUT**|ܪV UTxx UT"UT *$ UX UVUXUVUXUTUVVUXTX||UT*UXm۪UTUXV֪تTڪڪTylUTlUTTݪ説`説`yɀUTIaUUުaT܀ n n*yy~!UT&U **UX+UWUX+UU5 ˓+UV&UT!UV*#UtUT直UXUX窨oomkUVT*nn*yy**UVUV**ꪬܪT UVxx UU"UU *$ UVUTTUT V,UTTpUTUTV<!T؋TUTUUX *પҪUVgԪYUUTUXUPUXUUȅ*U塚אּ*UUT*nnu-UT>,ELUVLUT'UXT"\⪬UTUTIUTIۀMتQUT=UVe>UTબ?UVબ?U0⪨CUT䪬GU|85UTUT5UTUT0++$ UT) UX/UXUXUPUXUX*UXUXUT*ss* UT UXUT UXڀ֪ĪTUX\\UTXݪpݪp*UXt۪ꪪ۫8UV*֪ kߪUTijUVkUVkUT檬Ҫꪬ`TUVpUUp*UTjݪjݪoTtataUV̪k᪪UVaUـ h h*᪪UVUV$*,UW},UU}5*ɋ'UV%##! UU  *UT UT UVUW*UUUTUTUTUU*UT<નvUXvUTk쪬k쪬ۀybUTbUTԀ]yUT*UTUT UT V  TT T*VXUXUTUXPUXUXUT PUXUX*UT#TUXꪨꪨ TnUXUX}UbUUxUIxUUuu說VUVUV檪VqUVk䪪 UV䪺 UU *UFUbU*UIUUUUUUUV UUCUV*:113V(*>UV"*T@@**UV{# [U,VUTUTQUUTQUT$ڷLL4*KX>6T!UU!UT&(VUT0UVUX0UT*6<P"P@ [p "MHIPUV1UT-*zzUT#*ߪUTߪT*TЪUЪUTU*UTIUT*̪UT̪UӪTڪT=%PlD UL T U` T T V STUTVUTUTTwwUTUT䪬䪬mUTUV쪪wUVT*骬d骬dT*kUUkUU۪UTUUTUU [*UUV UV 檪xx*UUUVUVVNvUVUVUUUUUYUV܀ᪧ᪪)U*33>VUVՋ݋J UUUV: *)* UT UX=V BRUX&Ut2-{({(t"mmUTԪUTԪUTΪȪUTD*UTUTTUVTUVKTAA UV7*$,$,(!X,UT,T.T 1U,T#p#p**UXG5UXXx$x$mUXmUXh*cc_[UT*UXUX*рȪªȪª*?תUXתUT*誫 {UTGUUVʪʪҪڪڪ0UVUU0UVUU8T*AUVՋC =UTUU=UTUV .).)&1UU(=V 0BMUTUVUT몬UV몬UV*⪬䪫⪬䪫ުUڪ|ڪ|תԪUt߀U㪌 㪸 *U쪞쪪*UV UUUV UV*"T%UVUV+UTUV UV **!UTUT##"* 'UT"*UTUT*|UT쪬UT쪬誨 䪬 䪬T᪨ު(򪪊.T}UV#o%u9UX*UTUTDUT%%UV\"\"*VUVPi!*iUU-h-h6UTg*eeEcTLUTLUXNPQUX UV TUX UVUX UV * UTwwsTool iUT&*UT"UTT*(UX!UTUX!UT"UX&$|"UX|"UX誨*UXUXTUTUTŪGUT*PxPx̪UVkUVkܪ*pUXpUX*ԀUVҪUTvꪬ⪬oUTUT *窬UVuUVu*x{{UVfUTڪڪݪUTચoફo䪪T誫٪誮٪磌*ЪUV㪪oUUր٪٪U*!䪪!䪪*UUVUU*ӋSU0IT *@U|UU@UTUU7**%***UT0UUUX0UV4* )UTs*UT䪬䪬zTttttmTffTUTƪ_۪*UT UTU UT l着*UVUTUVUTUTUVUX UVUPUXUXʟX#UT #UT X.)UTX*UX|| TUX모모UXyUX쪨6UVTڀ窱ݪ窱ݪuUUUTrUrUT쪫TUUUTUVЀ*ȪҪـVUV UV * wwUV*UVUV *UV UVUV UV T UVUV *UVUV*!VUT''.*UT40( UT U*TTUTUT説UT*窪nyUV쪪SߋՋ નh*UXDUXUDUXUT"*UATuuVl[c[ccXkǪkǪUU*c٪UTWTժժTmm#說*UVUV*UVUV06%U %UT%U%UT#TUTUTUT5tUVUTUTjUVڪ_ڪ_*ުӪUUӪUU*ΪUVЪ*iUViUU몪,UV<FpUU ^ڪڪ᪫UU說UU誫#UUU)UV)UV/OUTJ*ЪЪ>UT770K)UT)UX 93UTUT窬U$窬UT㪨oߪ骬ߪ骬ݪ*۪۪*UTުeTT㪬 㪪 *UVUV*!UTUT UV.T*UV&UTUV&UXTUVUT!UX%%(+UT&!*UTUXUTUXUPUXUX* UTk UTkUTڪ**UT窱UT窱*& x& & =[$ w5-.w6' (' .w5aw6.~ SXUX UX UX/UXUX)P쪨$UX쪨$UXUXgg`UT̪ ̪ UTUXKUUTXU,모UV모UTXUVgUVgUTXUVͪUUͪpT쪫I )T؝%UV!(UV!`#*'UT 'U *UTUX-UP>TX᪨᪨XQUT{SXЪ׀䪬UT䪬UTߪڪ䪬ڪ䪬UT媨a檬a檬T㪨٪બ٪બT۪m֪m֪UVͪĪC 0)*!!!&UTUT&UTU(UT*U*UT(&&"*$TX3=UT~W]WۓMUTJGUX*APUX ? @ ~A E]UTપk窱UV窱UV*m䪪kUTl}mYUUUTQ Y|T*Q0 UVW\ UVT*SP%]%B 4C aD E r=_wJF=up-N.`_,v-pF G H I QUTGɋsUTUX̪8̪8UX=*UTUXUtUXU*ҪEUVTpUTV<UVTTUVUVT*UVUX;HUVqrss*uww*UUVUBUU*U *UVUV*TUVUVUVUMTUUVU^UV#*\UVUU@*MUVU]=UT$(UVOUT*TɪUTɪ*UooiUUhhـUVaiUV䪪Ɠ說 *쪐UUUU*|V%,UVVUVRE8UT8TV-UT"U"UT"TAUT0T۪۪TT;o*TUTߪUTߪTeJ B쪫쪪UTyUVUVUTUU@UT *UUUU*UTQTYUTH:7UT|UT|**UTUTUT}}UTUTwAT݀Z(Z*UXUTUV XCUTA{UVUTUVUSUUM*iUVPFU<UToU$*ST8U8UT(**+UT* UTUT UTUTتꪬ*UTUToUToߪUTB< eUX"XB0UXUXUPUXUXબUTUXUTUX*UPuUXuUXx窬x窬*yબBT1UTtt*UTUToX檬檪tXUVyUVy*着UT着UTV*}q UTUVUV*UV UX)UXUU{Un{UTU=骬UU骬UTrr*UUUT9=  V0T++V%UTxޜUV* UTUT UTUTتꪬ*UTUToUToߪUTT U QV W NX ЪUVUXUVUTUUrUUP{UVUTUVUVSSMoiUV+UV'UU## *UTUTUUTUTUU쪫w*쪨쪫*5KIX,&  X*UX UXUX UX C*UTUXYUXT}Q直UT窱UTxx**UTUT~*{{UT*説UX説UXo UPUTUXUTUX٪_y3UTqRqRT^ߪjߪj*tڪ~ڪ~٪تċ*᪒᪪%V9UULV* UV UV#*UVIUT?55V,UT#UV#U (UT-UTUTUTSUTUT WT UTUT*eҪsT㪬㪬**UTު*Y Z @[ j\ "]1VUV*vvTuuUTvvUT}UTUT*UTVVVT^s%] ^ _ ` =iUUT UVUUT+UU UT UUUT UV * UVUT *UTVUVUVUTzUVzUVUTu UVu UTt *sn TUTUTT "UTUTUX UT UTUXUXT *iԪbUT}UT}*Xl媨lT*ꪬکXꪬڪaUXF֪UThꪬUTꪺUT檪⪜⪪kUVUTUVUTUTUVq*VUVUV*UV񪪡z骪UV*hV*FUVUD*UUgUUܪUVUV窪ww!%UT=:u:v=+UV)*UVڮ|UTV*)*-UU#UTTUTVUT UV""""UVUTUT*㪬㪬r TUTUT~UT~UT*UT*UT UT UXT UXUT8UXԪ(Ԫ(ĪUXpi0XUTUT X_UXUT󪨉XUT}GTUTUTUT* UT窬 UT窬 UTUTUTUTmUTT*᪬|᪬|T*qUVqUVUT*쪬l쪬l*UVGUVVUjUUjUV**UVi;ÙUT\\Հ모e檬o#UU UT  *UUUVTUV:EUV|m-U-UT{-UUT-UTUT-TUTUTT4XUT Vx UTX )coX骬ӪUTӪUTT]UTTVTTҪT\UTUTVUtUT̪AeKX5K!Vd]VUVUVWUVUTUV2-;UT;UTC#UT UXs,oUT7UTPYUTpHUTUX7UXƪ=UXLgLsUd UX]]**UVUTUaUTUUJUUƪΪΪUV_+ mUUUXeWW=UTUU7UT=UQbUTdUU/UXUZHUT6UVw8}ܪT骬UU骬UU**ت UU*UVUV #'UV,",lSUX*TssTh]NF %UX|"|"x*qq*h@hTUXتتfUTUXUVUX᪪PqUXqUXUVPUXUXUVڪcتfUVUXUVUTTUTUV몬"|"|'UT'UT%*UT*""$'UXUXPUXUTx{窱{窱*~UTUTUTUT*檬UhTTUD UT *UT{UTUVUV*UX UV UV UXUXT P UX UX*UTUXT*؛直 xUXUX檨C<<%<'<%<'f _UT #UT*UTT&UTUIJT$UTT!U!TXUT UT *$(UXUPUX:T-UXתתŀUTUTրX٪٪`i*UTUꪨTXUnUVnUTUVi-UX*"P"UTUX"U@UX'T *-UlTX T*8UXUTUTUTޫ᪨骬䩐骬䬸䪨*ߪ稠ߪ窬܀sUTUTUV8UTTU TtUVUTTUVTUVU*TqT_UTR0UTX|SUTUTV(UT檬UT檬UT֪ƪ> TX1UT$$+UX UT UXUXUPUXUX*UPUXUXUTUX*UPwUXwUXrmmܪUXUTUTڪUXggjXmxmxT*骬UX骪UXVUPUX +UX!UP UX UX -UT(zz UTXન`UXUTP}UX}UX窱}UTUTwꪬꪬ모X쪬RvȋUTUTUTUT UTUT } }UTUTUTTڪߪsߪs*̪U؀ UTrrUTUT*UVUV*UT~|䪬V媨檬檬UVUTUVUT*##-7UT^MUTUT**%UTMUTg <UT UUUV*UTUVUV*UUUUUUT9I Y直]説a説a㪨Uު᪫ު᪫f*UTUhUTUUUDUVj䪪䪪V*zUUzUU*UV~**UVUVTUVUVJ=J UU**UVUU*m&UVꪫ&UVꪫ.UU6׋EUU$$8*61UTHUTUU**vv*UVUVUT着磌TUۋQʀZUXZUXԪ*UVlUVlUX檪Ӫ檫ӪXSUT᪬o_*ـUUjUUj*uu%UV%UV)NRYm8&  UUUV %U[UUUVUPUVUVת UTUUV 'J UUUU  U}}*몫UUUUUV*UTUVUV~~着*UVRUVV䪪sokw)UV*V UU1+*UV$UV$UU UVUVUVUV TUV $x બ_`UXUT誨UT誨ĪUXu*X*XUTUTUX UXUXUPUXUXUPUXX&󪨮󪨮XXqqު*UT `UT ZXƪP*UTUXUTUX*PdUXdUXkPrUXrUX**UVSUVުjUT_c UVg UVg*UTV!UVUTTUT.UT*4AU(:T 4U4T-TT'U"'UT" )*//4T UX)w%܀TXӪXӪT=UT^TުުUV0*BVUTUVUVcUX"VHUP2UT-UX2U,-UX?TMU=UT n nUTрK𪨊{UXUXUTy쪨@!-Dl-n*Fl-n! uzUVUXUVUXUT*UVUdUUUGUU񪫉t  UUUXUUUX* XVUX'Lh :6i j ! uzUVUXUVUXUT*UVUcUUUHUU񪫉t  UUUXUUUX* XVUX' Lh ~UUUTUUUTT UTUV!U!UTTUVUXUXUV*!*UX$UTz'Tii̪ TUXUT*jj⪬TUT쪬UT쪬*tyUTyUT}nબ UT( * UT( UXUTUXUT*몬qVtUTUXT8⪬XxUVxUV*UTꪪUTꪪ⪬VkvkvߪUTsUTsU᪬㪫᪬㪫*߀説UUUT "Twwk_1UVT&TUUX*$*UTUXUPUXUXUTUPUXUXUX{{몬UTUVnުklmUXmUXoqyqyU骨몫UX몫UX*નg UV UVTUVUV*UX檨UXUV_*rxrxVҪfvUVUTzUT UVUTUT*yUTUVԪUTqwqwlgm* UTUUUU*UT~檬UTss Vxx*UTUT"U*%UV#*T VUTlUTUUT Th !6i j UU򪬉~UTUVUU󪪋Ъ *UV۪UV۪UUUU+UU3UUUV3UVUV9ˋKU0DT *>U|UV>UTUU7*$)T+*"2UT"2UU7*UXJUT֪*ڀtUUtUUUUkUVkUV*TUTUVUTUUՀҪUV**^UV^UV,:UU**UU UV/UUUT(UV!UV! UT%UVUV%UVUV'UTUVUV(*UT&UTUV&UTUV"*$UV)UT)UL2UT UT;U`CUUUTTTUUTUTހ٪䪬٪׀媪UV檎UV檪UTUVUVU[UVUfUPժUVժ*̀UU~Wd]W5( 7) ~G 5( 7) g 5( 7) k 5( 7) 8l 5( 7) a BLb 5( 7) sUXUXUXUX*XzUXzUX qqlUXgUUTTUTUXU,UTxXss*rqUXUTUTXu*UXUX PUXUXUPUXUX($ *X*UX  TUTUT窱窱TuuUTUTUTUT* XUT S TX V T TV UT**UTT UTUăQ̃UT*XUXUTUX**0m }n =- ? UUUT %U[UUUTUPUTUVת UTUUV 'J UVUU  T}}*몫UUUTUV*UTUVUV~~着*UVRUVV䪪sokw)VV*V UV+*UV$UV$UT UVUVUTU, TU0 {G 0 g 0 k 0 a BLb E3 G E3 g E3 Qk E3 a BLb Do 0p o8 !TUXUX UXUX UXUX PUP UXUXUXUPUXUXUXUXUX*pTUX𪬋uT*骬 UX骬 UXt UTUUT U$ UXUT UX*⪬تހUTUXUTUXP쪬UX쪪UX{UV⪨UV⪨UXmUX UXUTUT  UX UXUTUT*X󪨢UX||UXUTUTX=9 ]: 5G =9 ]: g =9 ]: @k =9 ]: l =9 ]: _a BLb 1""#$=q ]r s ~A OG ~A 0Og ~A ck ~A >Oa BLb aD g }H UX 1UTUX,XhhTʪUXʪUXUTCSSI UAUTAUT8V'*.UXUXP7T UX:Ua}*wUTwUTUTlબ媬બ媪T`UV`UV*UTF*.UTf.UTf**UT説tUTUTUXUV)UV||UX*骨髨s*TXV@TUTTlV0TT|UTTUT *UTUT*UTTpTV<TܡTUРUXX UX"*'UXUX UX*PUXUX#UX ||UXX᪨᪨*Ҫ UXҪ UXV*UTªyªyɪUXЪڪЪګPUVЪkƪkƫ8UU \HZ UV:*1((xUV!* !% 8% )X-UT!*UTUXUTUX**|| *UXUX*UPUTUXUXT*|v|vXwwTUT骬{骬{TUTw쪬w쪬**UT窬V窬TTSiUTyUTT* r r*wwUTUTUVUTyy*V 骪 骪TVm~UTUVU\UdUOdUYT*ªUT*rUVrUV窬UTUTuUU몬몺* UU𪜕m8{(U/UV/U2UTU5U?U$7T0UUU0UTUU)UU"UV"UV"UUUX'UUUX'UU)H I G H I Yg H I k H I t!TUTUX UXUX UXUX PUP UXUXUXUPUTUXUTUXUT*hTUX𪬋uT*骬 UX骬 UXt UTVUT T UXUT UX*⪬تހUTUXUVUXP쪪UX쪪UX{UV⪨UV⪨UXmUX UXUTUT  UX UXUTUT*X󪨢UX||UXUTUTXH I Ga BLb H I t TUTUT窱窱TuuUTUTUTUT* XUT T TX U T TVUT**UTS UTWQUT*XUXUTUX**4u Ov 2w J x K fL |G K fL N|g K fL k K fL ;a BLb 0"O G 0"O 2g 0"O k 0"O &a BLb MgUhUTUDrUVrR*ЪUTЪUT٪UT⪫UX⪫UTUUI}YЪUVUVΪUV_UU_UV પ પ)UUVzz;EUVM CUTCU$:UT#1U1Tܹ(UT7UAUVUXAUVԛPݓMIUTzd*iZUTiZUXUTR*yis窬XUTUTq*䪬 UXe誨%UTUX"q"q!UTom-]!UT΀VVTĪ檬TUTf f TUTЪ`*vѪvѪqUllmۀ骫aUUaUV[UQUVUV%쪪;UUPUV*UVUVUV=U45UT-Ux-UT#T)UV)UT/T=T&UT۪&UT۪*ǀUTUTuUT説UT説UVT !TUXUX UXUX UXUX PUP UXUXUXUPUXUXUTUXUT*hTUX𪬋uT*骬 UX骬 UXt UTUTUT UX UXUT UX*⪬تހUTUXUUXPlUX쪪UX{UV⪨UV⪨UXmUX UXUTUT  UX UXUTUT*X󪨢UX||UXUTUTXU QV ('G U QV 'g U QV =;k U QV 'y U QV \9a BLb RTlUVKȪ UU |UW٪m!*骫(UU(UU08AUT;* UU.&UV'&US!UT.UU6UX6UV< BH5am0+y/*bUUbUUT*gHf3fP &kUTUUUwUVwUUsqo몫o몫l*iiUVUVڪUV媪*qUVqUVTtUVtUVV쪪쪫UU}UUp UVUVV*VUV9UV7662*V--'!2UV!2UUT=Hk3fP W84 k joQ [k 5  R .  6 g '"~ip"c:o"j" 6 + '"S  6 o "S  6 yP '"S ,fP 04&Mf +S#s]+ p"3,:o"j"8co8 g T {g o8 B T  o8 X T F I eUT*UXUX**UTX窨@UX(UTUX(UX*3@MUXMUTUTYҪ UTUTUTUTUTTUX>UXUV{UV{TTUV骬UV骬UTrr*UVUT9H /T))TUTUT"*%UT%T&UT'UUTT~~ UTUTUTUTުUUTUTT S*UX%UX[UXqBUPW)UXW)UXUTUTEUXEUXUTYҪ UXUVUVUXUVXUX>UXUV{UV{X骨骨UXUVrUVr*UXnHB V/T))UXUX&UXUTTlTV@UXUTUX PUXUX㪨ioUTUTު:5TVXXԪUTUVUTUUv説쪫説쪫pUUUTUT񪬐񪬐UTV|T T0UT*'w *V UV UVV}}U"U)UTB900%UU#UT0#T0:(EUVEUV*VnWUTT~~ UTUTUTUTުUUTUTT0UU*UT骫UT骫**UTUVUTUV檬VtTT8UVUUVTUTTUVpUTPUTUVUTUT#UV#UU&UU)UV:UT*UXUX**UTX窨@UX(UTUT(UXE*3@MUXMUTUVYҪ UTUVUVUTUVTUX>UXUV{UV{TTUV骬UV骬UTrr*UUUT9H x/T))VUTUT"*%UT%U,&UT'U=9 ]: } U QV J} =9 ]: 7~ U QV ;' =9 ]: 8 w U QV H' w ,K[*L",‹UTgتUTUX檨檨PUXUVUUUUӪUXffVUT說 wUTUVUVtaTUVUVTUVUV**UUE UVQت/UUت/UVUUKUTgUVDQUV_UTUUܥBB*6"UV*UX"UV*UX&P*UX*UX/UT TTbUUUUVTUVUUTUVUUX` VL/UTX&&UX!*xx窨UXUXUXۀԪU**UTUXUTUX*TaUTm UT*UVUXUVUTUUt*UUNUUUV*ddUۀiUV*U*UUUU*UQUU;*L<72UV2UV-*ɩKNyUT*U *UTUVUXUVUPUTUXUVUXUUUP* UX쪬[UUUTફUTફ*UU_cn*y"UYy"UR.U;UYT"VUT$6{7UVUV쪪Ȫ쪪Ȫ_UVUNUVUU**s~s~檪UVUV*}UV}UUU UUUUU*UU< UUaUVDUT66+T*UTUV UV *T*UVTP UT V\} T@}TVltUTtiબ*תתрUT3?*UXnUXn **UTUTZƪAU(UT5T*U*UT!UTT|UT*V0 UT T= 3"> mg *Y g = 3"> l *Y  = 3"> 0m *Y  ? !g Z #g ? k Z $k ? Gx Z  ? o Z I @ x @[  @  G@<3UUU}򪫊UUUV*jjEUV\#UT"UU"UU UT*UTUUTUUTV V$TUUTUT檬UUpp**UTUUTUU UUV檪檪UVUVUV*UV D"D > O0ȋm0O8p",UV77ƻI*(UXWUV(UXWUV*eUVsUT]UTNXx3UUUTUTUVUVUV쪪MgUV*$UVUV)T,#UVH4*TWWV+XL9T*UXUXުX*٪٪րUXUTe ]]bP ZUTDX㪨UTתU˪U˪ѪLUVUXUUUdoTUHUTUUSʪ*UV"UU="UV=5HHSUVzUVUUT*UVUVTUV\m0ctmUU檪UUVUVUVUV*󪪩 *JUV UT UVUTUVUTV7/T!UV'(!UT'*UX*UX 3UTOUT&X&XUT1UTSªΪUTUT{[{[ꪬUTUTҪUҪTԀTUVUTUVπTƪUV_tc0\UT{{UTUUTy=UT´00*1$UT5UV$UX5UV8;;UX=?UTUXT*UTUUHUTUdCUPX<55-UX%UX%PXUXUTǀ   | L 5( 7) * .+ g,  .'[L6ȋbTTTUXUX * UT RtUT UXX8UXUTyUTyX媨嫸*UT੠UTબlUT0 E 2 =9 ]: m.E3 5 EZ]UT* UT UX* UTUXmlk䫰*UTߩUTߪTk#7 o8 +0+S0S:1m.1=9 ]: S||WSEE; U< ɋ0 30{l5@q@ aD V W  4C D/!ŋ׋CT;;3T%V//$UX7*>> UXEUTE56Iʪ**UXѪUXѪ窨TniniUTUT٪쪬٪쪬ԀUTUTX2/2XUVj䪪֗骪С*UTV!$*TUVUVUTI57EUćTUVTUVUTU$WUVT Ӫ Ӫ*ـUTUV#UT+UV+UV4VɋZUT*XD㪨DתS˪S˪ЀLdUXdUdUTUHYZ[UUUT&9&99UUEQUV몪wUU*UFUoUU<\m0wtUV7UVҀ<*媪媪@VD*GUt1UT1ўʣã7/T#UV'(#UV'(.UX.UX4 :[UTUX*̪*̪UTYTOΪUTUTy[y[UTUT⪬Ҫ⪬Ҫ܀ԀUTUVUTUV΀TƪUV_tw0\UT*UUTvꪬ=UTô22,T15UV5UV X8;;UX=?UT 7UTUX4CUT1*<.p"bTtUT*V8UXUTUX T TªҪT[JUXJUXUTˀɪɪUTȀRUTRUTVRҪƪҪƪ٪ƪફƪફƪvUVUUSUUUV骪uUU *UUhUUh&u&u)VU󪫸*UU'UT%UU##**UT񪪙練着UVUTUU*~~*UUUU*UTUTS UT UV * TU  UT* UVUT vUUvUV*kkh Ve e g ig UAۀUfUjfU>ހ Um Umm UUUV*쪪쪪UV UVUV UT UV<= q ?UT UX;*‘Ž3*/UT hXRERET"XeUTUX%%DUUUTUUU,UUUT*VUV*UVUVU۪oUV,*hUThULQ0䪪rVUV UV UTUVUUUVUU*$$-UV$UV(V2* UV7UT説UTUToCoC᪬ƪUTUVUUUUTmUUTdUV֪UTUT|vv *UXUXUT`̪ګ(UTUTUT]̪UTUVkUTFFV8UX"UT$$&(  YYOUT UT   UTUT TUT T* U T UTV}*窱UTUTTx쪬쪬UTTxxUT*UTRau?UX5UT+V+UT#UXTUT*ppހc*UXUV*||UVUXUX*H UVx* UXUVV*UTUXUTUX }모모 Xgg] UTSk=Hx檪V!UV!UU'**,‹B7UX7U@ 3UT0*/Ul?UVUTUUUTUUUVxUTUT|UUUU*T*UUX*UVUVT*yVUT UT UUU2HU*UTUVUTUVr⪬㪫⪬㪫jUUUT|Ux|UTU4o檪UVUV쪪{{V*UUUFV ҍUVUVBIq+TUX'UT#UȋUTUX*UX*UXEUXwwUTUT説ڪ֪UTҪꪬUӪTU,UV+4Q\>>@UTB>FUV>FUV9*G33H+TI*IUXIUTF UX/UU*UViU UU媫 UJ媫UUUUawUNwUUVU]UV󪪧UVUUʅ'UT#UUUVTUTUVUVUUUUTUU*~~*UUUU*UTUTS UT UV   TUV T* UU UUUTUT UTU骨䪬䪬* Vݪݪ* UUުܪ UUUT *ggߪ UVUV說yUUyUVUVUVUVUVUV%UVUT"UTUVUVUVUUTUUT#V*UT*,,-T UT.*-UTUT̪΀UTUTժ ffUTuu" UX **UTUXUTUX*""#T UX%*&UT&UX$X"rp"*UXUXUPUTUXUTUX*(UT0UT UX UX UTUTUX*ddܪXUT모U모*rUXuUX|PUXV*UXUXiV᪬UTUT*"UT(UT(UT,T0UTUTꪬmm*UTΪ֪Ϊ֪dTUVZUUZ쪫*UVU QV @`"i΋*UX*UXUX{PUUUXUUUX*n* UV UTUTUUUUTUV{;{UVT쪪:쪫:몪ꪫAꪫA*骫UV骪UVUUUVUUP1UU8UVUVE*JUVxJUV*NpTTV]y*UTUUUTUU*򪫋U*dUTsUTs->UTUXUUX*~UV~UVT*UTyUV UT UU *UTUT * UUUX*UTUTUXD*UX5UTUX5U䪨,Th$Uh$UXaZZʀ QUTHªUXªUXɪЪҪЪҪc*UVUUs*XH=UUUUVUV**UUu*UVUVUVUVUTUVUV󪫧UUUU$*(AUT *:UU:UU5*$U//UV//UO(8!A!AH*UXNSUVUTvUVvUVTT⪬UV⪬UUTf쪫f쪪*UVUTUVɀ Vͪͪ؀$*UV.V7UT00V)*!! UT$$)UTTًqWWUTUTΪUUUT*UTUTUTUT|| UT{UXUTUPUXUX**pUXpUXT ܪܪUTUX]OUTUXUxUXUTUTU4UTUVUUTUTUVTUVUTTUVU$UUUTvЀ磌Ъ磌Ъ*ԪتUV٪iUVUUUUUZUUU UQ UV'UV磌𪫵%UUUU󪫡󪪛UV||wUTUU*~~*UUUUT**S UT UV* V    UT UT UVUTUTUV$TVUTUUTUVT U UT UUUT_UڪڪVUUrrUV󪪣󪪣VUV UV UVV " UV$*%%%*$$!UT!TTUTUUTT*%T(UXUTUT@9{2{2y.w* SX\UTM\UXUTMUT X XT/"Ë7UTuuUViO]O]XQaEaE᪪8UV+mV㪪UVUVq檪!V*CCeUU݋ UUUV9T#*115U UT> UX>DJQQVUTѪVѪUTتTߪUTߪf*ժժTUVW0=VUU.UV 7UVIU0UV>T4U|4T$UV*T!U)!UT.3UX3UTT6UTe UTҪҪXUTUUTUTUUTUT᪬ks@]mUU誫UVq UVꪪ UVꪪ 򪫝TUUUU** *UTTUTVUT*UUUU  UUT~~*VUTUT**~UV~UV*UTUT*UVUVUUUTUUUTUU* *UU UUUT@ "dދ*UXx*~UXUX{PUVUXUVUX*n* U8 UUsUTUVUTTUVUV*T GUT̋:5UT**$*uu(Xߪ0ߪTXaY]axaxڀjgjgoUTt̪t̪*UTUTKOUV,UU,몫BYUVUV*VUU 5UT*2//*TUVUV TT%UV%UV)TUVTXUVݪUVݪTTUVYUUYܪǪoUToUTUVGKQWKUUUЪЪUVUUkk(UU/z/z6**UVUUUUUY*ۀ%UYᪧ%UN᪪.UU7U]UV7UVUUN  fB9UX0 0 (X!UX!UX*P8UXUTs쪨UTUT骬rUXrUX*UTo*XUTUTUX|| *UXUX*UTUXUTUXUPUX8H*UVUVUXન UVUX UVUX**yy}1T:E {[NEk.tUV㪪UT㪺UdUIɪsɪUVvjvjVUU쪪쪬UxUwUUUn,UVUUUVUU*,(UU!UUUUU"UV5@UV@UVUVWW"*e*$r7 2 =9 ]: SES{E; U< =- @   V W  4C m4C{S{[{S8=Hr.rRER!jUTUT᪬T᪬UTUTjjTTުުkUTUTUVπ TݪݪV)9UTUVUTRzUUUTUUUT*{𪬋T9UU^9UV^W !#UT#U"T"U"UTUV*UV{E6G6G6=""6G6G6|m0|WPH @UTUU@UTUV7"."&UT)UU( UXőUVUTUV/U**UTUX%UUX%UTUPUXUХUTTT U TTU$y{UV*UUUTUUUTUU쪫 lH*0UTUT0UTUT*^ªUVy쪪UVTH3UT3UT*pM?OUVGT @UVUU@U4UV7T/Ux"/UT"&)UU UT6{eOUVOUU6*>ЋUT_MUVw_?E?wUVUTUV/U**UTUX%UUX%UTUPUXUUTTU U TTU$֋SPH @UTUU@UTUV7"."&UT)UU UXU >g,ʀ D9D9Tba۪UVUV*vv*UVUU@JUVUUҀӪӪUVUUhh'U/UUꪫ/UVꪫ9UUϋTU!!AT/8=UU8=UU/I&&UUX_iUX UX-UT+*&T$UX*mUXUT*&UTXUUUVUXԪlԪl٪UXުתުת⪫X檫_0JUVUXUXVUX%YU<AUT)UpX)UTX*UT説UTqq䪬UTUT>=sU<dUTUUpXa*Ϫ@UXϪ@UX *UXUT̪5UX5UXeUV2-55 -}5UV)G.GG*i_UX@;TUUUV1-;;&IUU!UX!UXVUPc*UXoUd@gF^tUUVUUVѪUTUTRUVRfzU8,UTT4XUt4XUX>,*Hdd*UX;UTsVprSEv;UTzUVzɪUX]ߪ]ߪڪXUV]UU]wWQUUW4*UTSxV<UTTpU*UT UUT UHUTUU*UcpUVp説UTV**T1UVT$< sJUXʪ0jUT؀Tߪ ߪ V *wwTTUTH I #UT?쪬Vsͪsͪ**UT⪫U⪫UTUUTUT*]ުUVVooV몪UUUU*UV-UVUV***UVUVJ>UV2UTUV2T(UTU UT$(UX(UT+*T*UTUT*UTyUHyTUT Ud⪬ UT⪬*UT_UTU!UT**^UT^UTb*fsfs*oUVkUVk窪UTwڪCUT:UV1UV1*TUV*UXUXT"" X+UT+UT0 * UX> UX 7UT7UX:UX53᪨੘UXનUX*PݪUXݪUXTc%UX*UT٪UV٫̪ȪhȪѪڪUXڪUTlUUYUTժժ*ڪCUͪͪU UV UV'VUUUUU5NjUT+*VUVcVUVCUT" UXFɋ5UTpTUTRRTbfy<8T/*)UT)UT" -UVUTUVUXUT|UV쪬쪬UT q UTq UTUTબT * UT TTTUTUTVUT X"*"TUXUXPTUXƯUT UXTUTӪUX]fIQUTV$몪$UT*Ъ։쪀પUT*骫骫*骬UU骬UiUTUUjUBjUU؀] ы2*UTUTUTUT*⪬cUT}UTUTUT몬UT몬窱UTv~v~媬UTUTUTـTҪ !@/UV!UU&**4UVUV=IUUdUUT#Te& &J@પUTUV*oUX:UTꪬUXUT/A?UXUVUPUXUVUTZTZUT֪ǪUUIUUIU?UV5⪬V*媪媪UVM*UVUUUת j j'q.x.x4*:UU;,/-DUT>>7$0.UV0.UU)UT8UUBUVBUVUXLVGU,6UX.UTUX.UT모&qqlXggتUT̪Y*UTUXUTUXҪUTaUTaU*UTUTTUVU*TuU(/7TE7UT7UTUT T*UTTtUTV8UTT UTUTllUTـ]̪UT}A{9쪬UTUVUTUV*媬j媬j䪨誫㪬UU㪬UV**䪬w쪬UTUVUTUU 񪬝񪬝UT$VT UV UV#TUT'UV^2^HfD*rUVYUVYUT쪫UTU}򪬊򪨋򪬋ĪΪUUتUVت䪪DHk_OBUtX *ઌUTપUTUV!,ɨ.UTBUTUTVK fL ;a BLb m1q|TH z/T))VUTUT"*%UT%U&UT'UUTT~~ UTUTUTUTުUUTUTT*UU*UT骫UT骫*UTUVUVꪨ檬VtTT8UVUUVTUTTUVpUTPUTUV(T!!UTUT#UV#UU&UU)UV4+UTUX(rAY)UTY)UXUT5NUXNUTˀY_UV *!8!!!UX1 Wg %UVUTUVƪˀUVUUUb ݪ ݪ*UUUUxxՋB>* 993*-UTUV-UTUV&$UU)UU)UN*,PUTgzꪬpꪬp骫UTUUUTUU᪬jj݀g5€Uf+f+=U"%UVUV1+UT+TUV$UTUTUTUȳUTN'UTh'UTh*UTV-TX*UT直'U直'UT"*UXUTbXΪΪƪUX*UTUXUVUXĪPTUXTUT*ƪUVCUUCkꪫUTZ 0"O ~P 0"O &a BLb joQ (P X^\2UU*xȪxȪUUUk*骫UUUV*誫UUxUVr UV UUUU+UU&UUU!UV!UU**((UU6EUVEUV*XUTkUVO9OUc?UT9UU-UT&UV&UV!UU'UU'UUUX,UU1UV UV TUX UVUX UV T UVOUV*:UX%UT%*T)ϋ1T*UVUVTTUV*RT*XUVUTUTUVUbUUTUIUTUU媬llTUV֪.f.ߋ)eD=UU6UT6UT/*UVUV !UU'UU'UU,UU1UV UV UXUX UV*:TUX%UT%TU^.2^ߋ‹׋7*"UTs"UTs*ܪUVUVTUVUV*UTUTUVUTUbUtUItUU㪬UTUT*UV]   g _ ! 8=7=fHMKMKHEtS|iHK@7=&f%B G %] G %B sg %] 6g %B ]a BLb %] -a BLb aD aG _ ?G d% d% -W  pW pW -pF PF  b A Z l < l M m qz8xW^k8oN{zz8xW^k8h%k8*Wx+>UTUT*UTUTUTUT{몬몬UT UTUT UTબiefTgg*UVUTUVUTTnUVުUVު}UTeTUVUVTk*UTUVUV*ww*UVUVUUVUT*!U&%T!*UTUVUTUV$UTUT&BoBXo@o@[oCoC Y'WCiV᪪᪪**檫UX檫UX骪᪨쪫e쪫e[QcUXનg᪬ UVUT UVUT UwUUUUUTUT**UV UTUV TTUlUT&&*/UT Ó)UXUT*UXUX~UPUTUXUUX쪪 *‘usqUVܪTUXUVsUVsUT쪬UVUTUVUTTX΋쪪򪈙򪫙UU#UTUXUU&UU* *UX UV UV T UXUVUVTUVUV*~~Xܪ誨UVkUXުkUVUVo*檪UT檴Ut骪᪪쪢쪫e[QcUUફg᪪ UUUV UGUV UUdUVUUUUV**UV UUUV UUVUUTUVUTUV&&UT/UU Ó)UV#**UTUVUTUT~窱窱쪨 UT骬骬TqVdܪTUUTHUTsUV쪫UVUUUVUUUTUVUVV𪪋ڋ쪪|򪪙UV UVUVV UVUV   UVUVUVTUVUVUVUV UT UT窪ܪtUVTUVUVUT쪪cުkUTUTo*檬UT檬Ut骨᪪쪬쪬e[QcUUફg᪪ UTUV U(UV TUUTUUUU**UT UUUP UUUUVUV& &*/UU 8Ó)UVUX*UVT~UTUXUUXUT쪨 *uusqUXܪPUUUXUTs*쪫UUUUUTV𪬋檬쪨򪬙򪬙UT#UUUNUT&T UTUV   UVUTTdTVHUTUTUV UX UX窪ܪtUVTUVUVUX쪪{# [" # !e f!,Dl-n! $!! X $!! @F mh EUT3UXUT%*䪬䪬Ԫ ĪS*XUT骨UT*䪬کUT X    UX UXUT * UX*PUVUXUVUX*򪨉UVUVUTUV(>UT"!UT"!UX)UTUXUXUTUT쪬窨⪬P0OUCrCYS_8283k}VUT骪V,骫UTUT}UT}uU説説窨U檬w;UV1*&U11V>*J,",,,!,SUX)UXUTUPҪUXgUXgvv*UTUVVDUVUTThwTV TVUTTT#)UT 5UT , # # UTUTUT **UTUT*UXT UXUTꪬ檨⪬⪬UXUTcVFGG,UXHT`UTUXUTUX檨oUTUTTTLe0i ULm UTp U`sUXUT쪨yyUTUXRgUXUXXUXUX4YC]/?ZUTVXUV㪨UV*ת]˪]˪UL窫UX窪UdVTUH€UTUtǀUVʪUUʪ#*UV]]bgꪪUVwUUUV*yyUV\0wtY$a'*i)i)V+몪-UV몪-UT.UVUV01UT UV UV7UT/TUV'(UV'*UX*UX2 :ŋ2*UX*UTꪨ*UTꪨUXUXUT*SSLEΪUTUT[UT[UT몬Ҫ몬ҪTԀiUViUVaTYUVtw0\UTyyUTUwUTꪬ#*1UX5UVUX5UV8;;=?UTZXR*窨I窨IX]4UX]4UX*(UPUTUXUUXT*U(i?UT7UU//**$UU$UV *UU!UU!UUX#CVLUUT*T`nUTn㪬lwlw*UTUVUTUUӪYUTmUU⪬⪪UV *q q UV UVꪪꪪyUVWUTNpEpEX;*Ъ0Ъ0*%UXUX* *aժ*UTUXUVUXb*تwتwUVililUU۪檫UT檫UTwЀUUʪUVʪĪA DGG!UU,˪,˪7UVUUllLUTVUV UT  VUTUT*#UT!*UT*UTUTUT}}*UT ! uzUVUXUVUXUU*UUUbUUUIUU񪫉t  U]UXUUUX* XVUX'Lh s ]  UT "Twwk_1UVT&TUUX*$*UTUXUPUXUXUTUPUXUXUX{{몬UTUVnުklmUXmUXoqyqyU骨몫UX몫UX*નg UV UVTUVUV*UX檨UXUV_*rxrxVҪfvUVUTUT UVUTUT*yUTUVԪUTqwqwlgm* UTUUUU*UT~檬UTss Vxx*UTUT"U*%UV#*T VUTlUTUUT Th b ]  UTUT9UT+jjVqrssUVX說ꪨkҋ> JUVUVTUVTkUV|UTUT*UVxUVxTTUVUV}UTUTUV{ު*T漢磌UT|HUUUTNAT4UV+4U+!T>UQUTh V ]  ^uʪSʀUVXUVXڀXߪXߪX䪪UT骈ɪ骫ɪUŀUT UVCUT<55V3T$T2*3UX*3UX89UT h UX*UTUUTUTV}}yUVu𪬋UT*UVUVTUVUVUT UT VUTUTUT!UT T* T%UT** UT UTXꪬUX}UT]UU磌磌}UTUUUTUVT窱UV窱UV*説UT*UVUUT* UTUT*T UV UV TUVUV*UTUVUTUVqUTUUUU!UVUXUXUPUVUX*UXUVUXUV*#UV)UTUXT0UTV|T$UXUTVUXUTUX*{ { 모 TUXUXUTUTeݪTUTUpUT}UGUTD*UXUX9UXݪ1ݪ1T'SUXSUXF9UTҀժ~ժ~ۀXUVd' UX UPUV UXUV UXPUXUX*X`H*0UX0UXUTP}UXUTv쪬쪬TyUTUTe,̪̪PUTUTQ̪v̪vUV*cUTcUpUUT㪫U<㪫UTUѪy[y[*UVUTUVUV*cY[]]UU*UVUU&U㪫vvыIU0CUT U=U|=UT7*$V/*T:UU$D$DUUVX!#UT#UTX###`"UT"UTUX mUTttNiUViUUTԪӪjӪjTUgVUV媪 *|UUUH~UUUVUcUVUV T#UV*#UVUV&UV& &&&%$$ UTUVUVUV#UT#U 'UT+UUTUTTUTUT 媬o'wqNȋ * UT T< UTX Vp T0TV|UT UXUTUXyyuqq ** UTUX SUX UTP VUX>[L Sj[,6w⋋,֋! w&wm8& }bByF J:*5*UX/UX/x(窨!竸!⪨ݩUTݪUTT *aબ*UT㪬㪬p*UT窬UT窬*TuiuiUTUT쪬֪cbҀGTXX*UVUV*hwhwm䪬rUTrUTUbЪЪUUUTUUtʪ[UVުު*&*U)UV*UVUV*T.*ӪӪ6TU:*& UU""#UV#UV)* UX UX1UT~UT~ytt *UXUTUXUT*ުgg*UTUXબUXલP䪪UX誤UT몬|몬*UV檬_dUVi*i*kmUUVV!*@UT"UT"UT%(kUVުUVaUVaڪvcUVUTVUV UU UV}} U!UTTUTUUUUUT*UT V UTUV,'ꪬ"UVUT"UVUTVKUT90B;UTUVUVUTUVUV%UTUT+UV+UT/ UT/+UTx+UTx%gg*UTUTTŀMUTUXF誨説TbbUT#ǪUTǪUTT IUTUV檬UV檬TUTUV]U]]UUTUNKUUKUTX**UTUXUTUX*PUX(UT*rr*UTY*UXUTUT*vmUXmUX説UPUTUXUTUXUPUX/kmooUU~ꪫ~ꪈ*UVUV*Vi說uUVUVUVUVUTUV'UU*UVUV*1UV-UTV)UV )UT #*x*$,,UT5>UXUTUT *X UX UXUTUTUTUTS*UT V UTUX )UXUT**bzbzԀ]𪬋TUTzzzzz*UTUTUTUT𪬐}UTSTW,MTUT\UT*ZZVUT̪UZ*_UT_VHUUTުTd$UV UU *UTUTUUV V*#UT#U'T+UtT00*0UT0UT/*T𪬋TUVzzzzz*UTUVUTUV}UT*rr檬UTUVq媪UTUT**䪒UZUT__UU모ު檬!UV UV  BUU *UVUV V##'UV+Ut00{0UTUV0UTUV/*UVUTUVUTUV* UXUV'UXo*骬bUTbUVԀ](S(,#.ы(Rˋ(+%P' ' d'  w-.wf waw.f LpTpT&w'Cl;UXT1P(UX(UX  * T UTX  񪨗XUTUT*UT*UXUXUT**UTUT* {{UTUTvꪬUT\*تUXتUXߪP檬UX檬UX*UPUXUXTEĪ**UTתWhתUTUVSDrUVrUTyUVUVTUVUV* *UVUVUVUV *񪪗񪪗Vq誺wVUF着UU着VqwUy { { UUVUV6 T'UV'UT #*,,T4<<AUU  P%%n%#MM%M~%%%n% %n%%%%n%%%s   k )%r%k%P%kn%)%Fp%  r%M%kn%kn%#%p% M%k%fk%%%pk  M2%%k~%k%% 2%_p%2 %r%k%f%%  %o   r% %%kn% %p f    r%r%k n%kn%% o %s%% %%k%f    r%r%k%%%kfk%%n%kn%%f  o  33& 3  ()))bW+++T+++bW+++T+++W++.+T***W---T***U+++.)))U+++())))))2W++++++T++++++2W++++++T++++++2W+++++.+T******aW------T******aU++++++))))))U++++++$$$$$$U$+%$+%$+%$+%$+%$+%)%)%+%*%*%+$a+$a+$a+$a+)%$)%$)%$)%$W+$a+$a+$a+$.++%a+%a+%a+%b(+$.+$%$+$aU%a*%a*%a*%aW-$a-$a-$a-$aW%a*%a*%a*%aU+$a+$a+$a+$a-)%$)%$)%$)%T)$%)$%)$%)$+$a+)%$W+$++%$(+$aU%aW-$aW%aU+$a-)%T)$ sss7?Dpp|9Ri"_e_c9]e]c7UT UVUUUVUUUVUT(UV(UU/k6誫6誫:UU>>:T UUUU(( UT/66 X:>>*:TUXUTߪbb[ UTTT* XUTUTUV*UVUXUVUTUTߪUVbUUbk[誫T誫TUU*UT2 /,,V&T &*,UVUT,UTUT/ 22/UT,쪬,쪬&TTjj**UTUTUTU UTUUTUTЪ쪬_쪬_Tـjjjj*qUTxUxUTUUTЀ ӪӪـUVUV*&xx/UT2UtxeUVUTTtUV䪬UV䪬l쪫UT쪫gUUT۪۪ڀUT#55g`yUVX%UT$$*$UT쪬쪬"誨䪬UT䪬UTનܪ   hY VUVӪUVӪ*UVjj&V,UV쪪,UT쪫/*UU/* ,UTUU,UTUV&**&UT,UVUT,UV /*UT/*쪬,UT쪬,UTT&jjUT*ӪUTӪUTT YYTUTӪ쪬Ӫ쪬UVTjjjjVUT쪪ӪӪUUTY> DUTΪ/UTЪ1UTQUTGUVUTΪΪ[[sQGܪ*k UVUT UVUTTUVUVUV1[:sCUXUT* UV UVTUV UT UT*#UT?]zbigUTUVת着[[תUVUT iz.(UT(UT..(UTziiתUT  CUV?UTUU?UT%7////7%?UX?UXCV ӋӋCUX?UT䪨?UT(7ڀ/T/UT%ȀUXUX UTCCUX*䪨UV䪨UVڀUTUXUVUTUUȀڀ䪫䪪UTUVCC* UVUVUVUUUT%UV/UU/ڀ7䪫?䪪?UVCV,쪬V UT UT*UVUVT UTUT}}UV쪪쪪UV}UV}*UT쪬G쪬T UT UT*UTUTT UTUT}}UT쪬쪬UT}UT}*UT쪬,QZ UVwvvxzzV}'UT,-UT'!!TUT Q{{UT{UT{몬~몬~*UV䪬䪬ߪVڪڪߪ*䪬UV䪺UV* 몜몪UVUV򪪛 ,UTV UVUV}}UT쪬쪬}UT}UTUV*쪪쪪TUV UV *UTGUTT UTUT}}UT쪬쪬}UT}UTUT*쪬쪬TUT UT *UTfż{ UV{{{UV~UV~TUVUVU UTV%U%U UT*UUVTUVT UUT UTZUTwyvyv*xUTzUzUT}TUT؀ҪUTتii*UVUVUTUVUV򪪟tXX89ꪪUUVT}U}UTUV*g|C|UVgikk⪪UVUV88X88ꪫUVUU}}UV||UV!T*UU9898UTUVUT}}UT!T}}UT*ꪬ99X99UUTTTUT*gUT}C}giUTk}k}⪪UTUVꪬP'UV$""UV**UT"Ț"'UT'UT"|"|*몬UTUUTTUUTfتcڪ|UV|UV몬TUTUVUUdTUTUGUTUUfتتfUUUTUVT*UVUV몪*|"|"%UV C~~~~~^$"UT TUTUTUTUT* T)UT*&UTUTꪬppUXggUTX֪UTـ*۪UX۪UXUVꪨppppꪪUVgUVg*UT֪eVg i iTUV媬UV媬UTzz"UT*$UT^RTpVUT V< vT\*TVPUX*UVTȗUTUUUTUTTXV모UT몬**䪬䪬⪨બબ⪨䪬䪬Ts몬UT몬V*T䪬T䪬UT⪨*બબ⪨T䪬 䪪 s*UVUVTUVUTUVT*UTU80UVUـ۪۪UUUUpꪫ$UVUU$UVUV&*()UV&VUUUT$UV$UVT&("UT VUT*wUTv‰tߋTvw檬Tl UTl UT*UVUVـ*۪UT۪UTUVꪬppppꪫUUgUUg*UV֪UVUUT UV T*TUUT*UVUVUTUVUVUVUTU TTU몬UT몬**䪬ȑ⪪઎…⪪䪔䪪Ts몬UV몬Uc*U䪬UH䪬UU⪪*પસ⪪U䪞 䪪 s*UVUVTUVUVUUUV*UTUVWUX*߀UTݪUTݪitUXtUTUV*᪪kk*nުqUV⪬jT⪪p⪫pUUUTw媬w媬pUUUTUVUT*UVTUVUV*ww*VUUUV*U*UVUUUVUTTUV UV * V UV UT Ҫ*תUTܪUTܪuUU㪬s㪪sUVdUVdUUVЪStUT`UUت ت *UV㪬㪬uUT#UUUT#UU*(UU-UV UTUV **UTUVTUVTUUTU**UT UUUT UV**V"*&TUXUX𪨦wUTwUTnnT*ڪUTު*᪬᪬UT Tt!t!UT"UXUT"UX* YUTܪUXܪUXUV*utut{檨UXUT檬説*誨UV説UV説u UT UT xUVUV*񪨛ȪUT*ӪӪUU直骬l骬UU䪨磌ߪ着ߪVTcUVTUVUV*ww*VUUUV*UV*UUUTUV  V V UV UT Ҫ*תUTܪUTܪuUU㪬s㪪sUVdUVdUUVЪStUT`UUت ت *UV㪬㪬uUT#UUUT#UU*(UU-UV UTUVT*UVUVUTTU**UT UUUT UV**V"*&X$*直 UT直 TUXUTlUlTUTUTӪ VӪ UT*Ȫ T*UTUTVUTUT  UTUTUTU*UTUUT{UXuuUTXܪܪUTUXYUU$$UT%&&*&*%%*#* "))*(Ut(UT%%*$* " "X UT&X"UXtUXtUXTUP⪬ UX⪬ UXUTmબUTXoo檬UXUTvUTv*窬zUTzUTTબUTTzz*UTUTUV檪o UXo UXUV*પmUVUX⪪⪫U直tꨈtꪨUUqUXUVUTTmVߪ UT U*TTUTdתתT"aUVUVUTTUVUVUVUVUUUUZUTUUUQUUiફ%UUU"UTрUԪU+UU"UT.%U1%UT1'*233**3V+UT+UP2UT*0UX02UTԪԪT3Tb3b3T2ڪ1ڪ1ݪ.બ+UXબԪݪрڪUXڪUVUTbUbUTV*ԪWԪW`ͪUUUT*UTͪ+UU+UVW***UVU\'*UU%UVUO UV UT* *UV UT UTx*UTʋT *UTUT*zUTUTUUTTUT].*+UTUTUT$UX eUT{VVUV媪qUVqUV*v|v|z~w~wꪫUU쪫*UVUV ~UVUWUUVUTUVUU*UVTUVUT UUUUT  TVUTTTU*UTUTTUTUTUUUTUԪ**UT٪UT٪*説檘TTUȓTܓT UUUUX  XD 'UV{UU~UV媪qUUqUU*v|v|z~w~wꪪUV쪪*UVUU ~UUUUVUUUUUUUU*UVTUVUVT UUUVUV  V܋GUT{VVUT媬qUVqUV*v|v|z~w~wꪫUU쪫*UTUT ~UVUVUUTUUUTUU* ܋ K d H@H4HfHK eHH; B9UX0 0 X!UT!UXh*8UXUTs쪨XUTUT骬rUXrUX*UTo*XUTUTUX|| *UXUX*UTUXUTUXUPUX8P*UVUVUXન UVUX UVUX**yy}1T: E joQ ! uzUTUXUUXUT*T̂UVUTUVUV񪪉t  UVUXUVUX* XTUX'UTUVUTUTU UTUT!U!TTUTUUTUT*!*UT$UXz'Xii̪ XUTUT*jj⪪XUV쪨UV쪨*tyUXyUX}nન UT( * UX( UTUXUTUX*모qUXUPUTUX⪨TxUXxUX*UTꪬUTꪬ⪬TkvkvߪUVsUVsT᪪㪬᪾㪬*߀誘UTUT "Twwk_1UTT&TUUX*$*UTUXUPUXUXUTUPUXUXUX{{몬UTUTnުklmUXmUXoqyqyV骨몪UXUX*ન|g UV TTUUT*UX檨UXUT_*rxrxTҪfvUTUTUT UTUTUT*yUTUTԪUTqwqwlgm* UTUVUV*UT~檬UTss Vxx*UTUT"V*%UT#*T TUTUTUTUT Twi UXUXUXUTUPUXXPT  UT UX UT UX P UX UXT*UTUT9UT+jjTqrssUVX說ꪨkҋ> JUVUTTUTTkUT|UTUT*UTxUxTTTUT}UTUTUT{ުʋ*T戴着VT|HUTUTNAT4UT+4T+!T>UQUT!uʪS[ʀUTXUTXڀXߪXߪX䪪UT骎ɪ骪ɪVŀUT UTCUT<55T3T$T2*3UX*3UX89UTvUT*UXUXUTUTX}}yUXu𪬋UT*UXUXPUXUXUT UT XUTUTUX!UX T* X%UT** UX UXTꪨUT}UX]UT窱窱}UTUTUTVT窱S窱UT*説U*lUTUTV* UVUV*V UT S TW UT*UTUTUTUTqUTUTUT!UTUTUUTUTT*UTUXUTUX*#UP)UXUTUXUPUXUXUTUPUXUTUX(UT*{ 0{ 몬 XUTUUTTeݪXUTUUT}TUXUVUX*ss*UXv䪨UVUXUVUXo窨 UVUX UVUTUTzUVcހ*pUTpUT*WwxyUTV׀!᪬!᪬6*TJƋ&TUT! ! T* T!UTw͟= %1=HS[w"vS% : d Cl<[gw!"%(*) ,.G.f.q/0062S35@89{;X?A%C_EUEG:GYGdGoHJuJJJJJKKMN)NOUOQDQRT=XY Y[M]^_`k`vac$c@cQdddudfhnj j0jBjSkmm%m6mAmLnn2opqUtuy{},b܅_2 Ɖى `,!-8t@eKX5K V]V :t7 :t8 L* ċ4ċ  w(w VEmXgNj ;c}; UT UT TUXUX OT*[,UXUTUX誨誨UXqqUT檬 UV *UXUX V GUT;*ZZT* UT/T UT*UT%U%UT UTUTUXUXUT!! #UX%UTUXUX-UX*&PUX UXUX UXUPUXUT]ɪɪTE0lEU0CUTAU|AU$;UT*5UUV5TUV-UT'*%Uл%UX/UP:UU UXD UTުm{UT{UT**UTxUTx*UTcc\TUu4sYUTC**UXUX*UTUT ЪTتtખtફriUUiUlـU`U?`UU**UTr+*&UT&T TU|UT|T説說UToUVUVTUV UVWU$LTBUBUTV7)UT!X.. UX;UT"T}}TUXUXq UT⪨ QX⫨mTXHUXP**UX(UXUX(UX窨#lld\UX\UXT */XB᪨BӪUVũpUVŪ*CeUXeUpUUTꪫU<{7=CC*UVUUUUZ#ת#ת-*6UV6UU@*Jϋ=T 7UU7UV2*-UT-UT(',UU,UV-.&UTgh媬i媬i*mબqબqivUT{UT{تaUV*ժ6UUժ6UVVNf*#TUV%UV%*(+UT ՒCUT<OU*DUX9UX9*/]%@]%RXGG=3ˋ]U4VUTUOUxOUTF+V94GU+UTU+UXU bV UTNêz5UV5UVUTӪr6^ UT_**UXUXqUT⪬⪬*નUTު T0a0.0:l0+ sl4J}UyyvsUUsU_媬UUUTULUTUU᪬*k3UUV5UV5ꪪOV!UV*#UVUV%UTUV%UT**UVVLBUTBUTV7(.UT.UT5* NjՋ8*X&UTת&UתT* UhJP+*(UX(UXXlld\UX\UX*UT*|mmXUVŪUVŪ]CڪUXڪUTUUu{9UTUV*UVQUUQ*΀bb*UVUU=GUV1/UT/UT, &#UT#UT SESSS  m0Ћ^Ћm0ˋ0Ћ^Ћ0 H5m0ˋ+y/T*ӪUUӪUU**ȋ*U骎 骪 xUUVUVUTUVUVT$VUV*UlUV*8UUQ8UVQTnpAUT; UU/&UV&US".UU6UX6UVUT< B tBuS55SSiX= 04|S 6Eu~UTꪬqqUT檬UT}UTmUTબ UTUTUTUTUTUT1}4="UVUVT UV"!UXUVc٪zUX{*TUV窱UV窱UT{UVUTUVV@*UTTlUT*JJTUTUT!UT`!UTUTVL#UXUX$UXުpiUX⪨ߪܪܪUTUTi zE@<UTiުUVUVUT⪪qUVUTUUUUrr>>UVTUVUTUVUX [U$RUTIUUXݪnUXIUTI$XUT?UXUX*`ɪƪɪƪ*UXت5ت5lUTUUy/UVoUX!UVUBUSBUVd*ۋJUEUTEUT>,UV77ƻI*(UTWUV(UXWUV*eUVsUT UTNXx3UUUTUVUTUVUV쪪MgUV*$UVUV)T,#UVH4*TWWV+XL9T*UXUXުT*٪٪րUTUT UTUX+UX&&媨ܪUXܪUXӀUXUTUXU `S݋IAUTAUT8-T33UX5T  UT۪쪬i쪬i檨⪬બUTબUTT``*TUT_U GUT直/UUX/UTUXϪKUTwꪬ p>70UTUT0TU)T"("U""UTX%)*)UT[UXX22*UXtvS UTުUT{m{m*TUT骬UT骬**ccUTUTȪjUTXUXUTUTT UVUTUV7UVUX-誨誨᪬ڪUTڪUTaUTUT\ Ъ ت ڪ *ܪ ܪ l UT UV TTUVUV*UTUV*UVUT *UVUV&UT&U,-T5U-UT&UXTUXyy骨 UTUX UTUX᪨iVUX5UX*.P|(UX|(UX!PkUXkUXaW W UTXUTUXOO*XUVnUVnTڪUVUXUVUXUU*UUKUU}~~UUުUUT q q UUUT쪬쪬V*|UTڀrUTT'UT&UT&UT"T򪬪{{*UTUV TUVFTUVa*gUTmUTmpUUߪ쪫ߪ쪫*U֪֪UT[UVЀ٪٪lUUVUVzU!UVUU$TfUU&*UUªªsUU0YUT DUUDUUƦ1UT"1UT"')*//UX4* 8 O0ȋm0O|WR ;R7UVTŪx[x[UT*㪬UU㪬UUiUTUTЀUUȪǀ*UVUUUVUU*1*UVUVUV9S>UVUVR̪Q*ΪUVUUUSUUUUU UXUV UUUU(*UVUUUU*ˋQUTH UV7U/UT/UT('4U@@ٝ[UV lEQg٪UTUVUTUV*ڪiiT㪫UUUUUT.UT-,UTUV*TUVUVrT*l#CO#UV*VUVwUVw*V몪*쪂쪴UV쪪Ҫ쪢]UV )UV)UV*UTUV+UVQXdI VUTUVUV UT UT.UT3UTUUTUwTvv몪UVUV*UTUT|UV }aUaxaUa aaP 0Vm0}o# ֋* HYn UT몬*UVUU*UUfUXUTXUTWUTBUTǪ-UǪ-UXTXʪʪ*X٪q٪qUV*rUTrUUTTMz UV T*UVUTUVUT*!UT=UTssUTתUT*}UTUTUTVUTTPUTUTǀǪǪWTUVqUUq֪*hUThUVŀ}kUU䪫UVU+֪+֪B*UUX1UV,UU ' $*!UX!UTVUUUT"TUUT *eUT檬UT檫)*UUŋUT*UU*UXUU*UVXUV [V窪窪V )UU UVUV2*(UVUVUVUV*# %UTT$Sy2VܪUTfTUVUTUV*ܪjkjkd^v^vVȪ UVUTUVƪˀUVUUUb ݪ ݪ*UUUUxxՋB= 882UT*UVUV%UT$UU)UU)UN,P檬UV*ɪܪɪܪTUUCԪ*᪜ UV UL*UU쪒U_쪪UU}UVUV#V4UV ?UV UVBT;*UV3UV3+UT$*UtUT*UUT1T *9UN9UTUTܪܪUTUTOV-TUX*UT'U'UT誨"*੠બ*XϪϪ*UX*UTUXUVUXĪPTUXTUT*ƪUVCUUCkꪫUT ђAUTip"}P:o"j" I eUT*UXUX**UTX窨@UX(UTUT(UXE*3@MUXMUTUVYҪ UTUVUVUTUVTUX>UXUV{UV{TTUV骬UV骬UTrr*UUUT9H x/T))VUTUT"*%UT%U,&UT'UUTT~~ UTUTUTUTުUUTUTT UX#U *!UTUUTߪ\UX=UTUd=UXUT{UHeUd*UXUTt*URNKŪUVVRUVUWת!!k(U*UUUU*Nj׋F ̢̢"U..+:FUVFUVR^ {7vUVqȪqȪ_jUNjUUT*ت~ت~֪ԪUV**pUVpUUUV*몪몪{UV!UUUV!UV*)UVUVF DUTUV6UV6*+T $*UT'UX 'UL )UTT+U`TTUT쪬쪬UTUT*[檬UT䪨⪬⪬kUTUT (*&UX$UX$*#UTUX.)UT)UT*#*稐窬UTUXddЀXS֪e*UTUXUTUXߪm直m直o*q檬q檬UVm說UTUVUT*UVUTUVUXP UX UX*CUV}}*UTVHUVTTdUd*UTUHI;UUUUUVUVUVUVUTUVUV UUV UUUV USUUXު UV㪫說誫xUVUUUVUUTUV UVUU UTUU"$IUT@*7UU7UV'*(UT(UT!;EUVEUVUXK {UVUTUUTU*ҪpUVpUUUT*۪x۪xՀUTܪ*UVUVUVUU說 xxUUUV$T+UV/UV UVDUVTIUV9UTUV9T*,T U Tp"UT V< UT&**'UTы1TxeeTTCUUTUTU, ;UXPUXUXUTUXۀڪUT*bUXbUXfyj誨j説m㪨pުpު*ڪUT֪UT*UTUX?TUXPUXUXUV쪬c*ҀUVXUVX*UTQH UV:T7UTUVU UT-&U&UT+T4 UTË)UT%*!UT!UTX $UTUT媬*kUXkTUTTت Uت UT٪ *ڪڪUT *kUTkUTUT 説 說 V *~~T UT d[2UTUdUTUT* UTUT QUTUT窬Xm:'yyrkkeUX_ _ ϪXUTUTÀXɪɪVcUXcU*UTUVTUVUT_ΪUT쪬yت*UV媬UV媬uUTUVUT#T#UV$**$)UT&#UV#UV*UTTTVzUTzqUVk*yUUyU`骬UUUTUKUTUf᪬UUiUEiUV۪*UTe*VUVUV䪪t Uet UUV*$9lUU ՀݪݪUUUV!UU)UU*007>ы?9UTUU9UTUU2*UUVUV#*"UT(UT(-2 <3UUV}򪫊UUUV*jjEUV\#UT"UU"UU UT*UTUUTxUUTV4V H eW]cUVUUUUUUG쪫aUV.)VU UTUVUVUUUTUUUT*UUUV쪪xx*UUUU>UT UU**UVUVUTUTU9IUUT*ꪬUVꪬUVUT㪫UT㪫ހUUڪ|ڪ|cUTkUV說UV說UUV||U*UV*TUVUVUVUV* $DoUVUTUVUVUTTUVUV*UTmUTmrwUTUUUVUTUT UV\=Um<*V窀窼*UV誚䪫~UU}mUUVUUUV*UVUVUV*Fp_g * UT UT * UTUT UTUUTUꪬTttyk ]]9n9[V-P .R *UTxUT媪UV|r|rUUUT몫UT몫** UUUTUT*TUVUVUV* TpZUV5̪UUUتUتʪUVUUUV{{}qUVUV V)VUV''&*,$4UU$4UU%UT:UAUV -cp 7L7 9L9 |XkT᪨᪨րUXUT*+XDD*UXUTUTUVUVUXUVUXUU*UUPUUPUU@UV0UV0*UTUTUV*00)VVĪ4Ī=U*F㪪F㪫KUVUۋPKT*UVUV=T+U4;UU4;UV)K*UXUX*kT| **UXUTUXUVTTUTUVUTUUWfĪ誫Ī誫UTUUG ĪUUĪUUUV_2_2*A*UUOUUO*_ToU U_UTOUOUX"U̷223%*;UVP;UV?UV XCUTϋ?*;UTUX;UTUXP,UX,UX#*J X G,E,~L w%w zY VEY !^w( l5 UTUTUUTUTTXT UT UT UT T, T V UTT* Y8wT !TUXUX UXUX UXUX PUP UXUXUXUPUXUXUXUXUX*xTUX𪬋uT*骬 UX骬 UXt UTUUT U$ UXUT UX*⪬تހUTUXUTUXP쪬UX쪪UX{UV⪨UV⪨UXmUX UXUTUT  UX UXUTUT*X󪨢UX||UXUTUTX ;0,eۋ*ۋB勨,/,UV77ƻI*(UTWUV(UXWUV*eUVsUT UTNXx3UUUTGUVBTUTUT**UTTTUT׀UTԪ #UVH4*TWWV+X󋽋*UT*"UX"UX*UT_@UVUV$UV**-UT UTUXUXUT*XzUXzUX qqlUXgUUTTUTUXUUTxXss*rqUXUTUTXu*UXUX PUXUXUPUXUX($ *X*UX   UX*,UT**(UT+'UT'T!TwUwUXqPkUXkUXd]UTϪ*]UX]UXUTتΪ}r"gUXgUXϪ UTʪ*XתתVXmqmqU*몫UT몫U*TT9z UV *UTUT UVUVUV#UVUTUTUTlԪުUTYP;֪UTրUVUU*Tgqgq**UVUTUUUV*ŀ}UVڪiÌff4Ӌ&#UUUUVUVUVUUV UZTU UQ UVsUTTTUUUT!3U<-UTU'Up'UT"*UVUVUTUXUVUXUU**w[oUUgફgફ`UUYUTހ몬#UY몬#URT0UU=UY3UV9 2(UVUVUU** ΐ*Ty2UVܪTfUVUVUVUVUTܪUVkUVk䪪lvlvVڪm*UUUU*#UUUUUV Tll X*UT쪬*骬骬UXTqAU(5T*U*UTT!*UT UT T  UUUT %U[UUUTUPUTUVת UTUUV 'J UVUU  V}}*몫UUUTUV*UTUVUV~~着*UVRUVV䪪sokw)VV*V UV+*UV$UV$UT UVUVUTT TV !TUXUX UXUX UXUX PUP UXUXUXUPUXUXUTUXUT*hTUX𪬋uT*骬 UX骬 UXt UTUUT T UXUT UX*⪬تހUTUXUVUXP쪪UX쪪UX{UV⪨UV⪨UXmlUX UXUTUT  UX UXUTUT*X󪨢UX||UXUTUTX UXDȋ5UT}oK39UTB!UX"UT*UXH誨H誨ĀTWW\UŪ۪UT۪UTUyMRW9UVUU$,G#g+U*3UU3UU;*CUVOU0IUT CU|CUT"U4.4.,T:FUVFUVR^ {7UVpȪpȪ*_UTUNUTUU٪*a~a~_]UVdܪܪUVu#UUUTUT*TUXUT򪬋UT媬oo*UTUTު UVDUT66+T"Ĭ"&*UT) ) +TT(#UT~#T|~UTTV0ުUV.6UV r 2-UTXUX*XUXUX*UX쪬aTUXj誨j誨*UXUTUT؀ 窬UX窬UX UT⪨UXmmTX窨筘T*(TUX0 wT*몬몬*V쪬m~~*UTUT  UU UYT*UUUTUT* * UU}UUUT}UT몬Uw몬w목誫UT媬UT媫*ફTV_T*UVUV-**<UT "a#wc wY 2-UTXUX*XUXUX*UX쪬aTUXj誨j誨*UXUTUT؀ 窬UX窬UX UT⪨UXmmTX窨HT*(TUX0 wY "wfY m1q|TH z/T))VUTUT"*%UT%U&UT'UUTT~~ UTUTUTUTުUUTUTT-IG+UTUX(rAY)UTY)UXUT5NUXNUTˀY_UV *!8!!!UX1 !TUXUX UXUX UXUX PUP UXUXUXUPUXUXUXUXUX*pTUX𪬋uT*骬 UX骬 UXt UTV UT T UXUT UX*⪬تހUTUXUTUXP쪬UX쪪UX{UV⪨UV⪨UXmUX UXUTUT  UX UXUTUT*X󪨢UX||UXUTUTX wT*몬몬*V쪬m~~*UVUV  UU UYT*UUUTUT* * UU}UUUT}UV몪Uw몬w목誫UV媬UV媫*ફVV_V*UVUV-**<ƋUT gegHfH + {Y zO  UUUT %U[UUUTUPUTUVת UTUUV 'J UVUU  V}}*몫UUUTUV*UTUVUV~~着*UVRUVV䪪sokw)VV*V UV+*UV$UV$UT UVUVUTT TV TUTUT窱窱TuuUTUTUTUT* XUT U, TX U T TVUT**UTS UTWQUT*XUXUTUX** wY mY #L# %L% #tp"ӋUVUVUTUVUVêccHw͋ @ ʪXπ骨UT骬UtڪUTUTlf*֪UV֪UVҪΪL݋Tתת*𪬊*窱窱UXTy UU9UT***#UTT\%*UT)UVVP)UTUX,*LUVUTVUV-UU-ꪫ>OUdUU !UT *着UT쪫U<쪫TUpUUNUVT*[uUTu*몫UUK#*UV*UUUT18,*0UT4UVSX4UVT8T WT=UV UX&*.UT.UP.UTUX.U\UX.UTP,UX*UX*$UXPw*UXUTXꪬvv*UTUT*窱}VDUT!ThV8UTTtUUTTUTת]t*\--*rUTڪB{9BKUUȪȪO*UUkUV.UU'UV 'U $UTU!U!TT*UUVUTUP*"UU%U[ UVMU,*AT6U6UTUV,*UVUTUT'TTkk *UTUTԪUTԪUTYTTTUT説CpUVUTʪUTʪ߀ӀݪUVݪUU܀UTUT۪UVgUVЀ᪪᪪"V7UL7UVC UVǀ *٪UV٪UUV$* UVUV UV$UV  '.UV UV.UT UV266V5UTȪVUTUT_*ڪ UTڪ T㪪T쪌V쪪UTUV UV1T*&TUĸUTA*ыUTUThЪ%નAX/UTJ(J*UXUTETǪUXǪUXUVPbUXbUTjrܪrܪ٪֪UTVoU檬 UT UT *UVzUVzT*UVUTUVUTTUVUV۪UTg}g}*UVtUUt䪪ꪫUVꪫUVTUVUV*fUUڪUV*᪫᪪qUVUU'UU*9UVBɋ8TUU3 3 /****&UTUTV5UVUT*qxqxUTު{ު{*UתתTV] IszUT*UXUX**UTX窨@UX(UTUT(UXE*3@MUXMUTUVYҪ UTUVUVUTUVTUX>UXUV{UV{TTUV骬UV骬UTrr*UUUT9H x/T))VUTUT"*%UT%U,&UT'UUTT~~ UTUTUTUTުUUTUTT UX&UP&UX&UX&%UT:X50UT0UT*(T`!UXPUX*UTͪUTͪ*TQeـddTڀg;TtUVtUVTѪબgબg܀媫UTUUUTUVӀΪkU`UV 1I+檪UU*骬骪UV!>?UV[?UV[\s݋ UUUU'UU3UV3UU>*ԭԥQVZ 3ZUV]*Ԫ|UV|UVUV᪫UV᪫uU窪yy*䪂k|UY|UU8!VUU' 6 4UU2UV2-TUV"UTUT#**'UVUVTUXUVڪUVڪҀ٪UT٪UߪT媫U$媪UT*IتVUUhUUh*ހkUU&US&UU6*F!UVTUUUV UV **V*  T$UUc۪UUUU TUUVUU*VUTUUTUUUT!U&"U#UT-#UX-UP8*UXBUXBUUVUTUXUUXUT*1UTUX,,UX(*w#w#檨*UXUXԪ UXRUT{{ T UT骬 UT骬UTUUTTUT**UTjYHjT*QdUTOUTɀZZTaxhxhpuxux説UTUT㪬*w"UYw"UR/U=UY S  UV t*TUV*UT rs UT T *UTUTUTB^ުUT߀*UTpUTplUT᪬窱᪬窱UT*nnUTo pawwk!UAު]n*UVUVUVU\TUUUVUOUVUivU몪UB몫UU*檫kUU*檫 UU檪 UUUV w$ UVUUUUUVUUUUUU*UU,%UV*#UV#UV#"#UV*#UT*&2;UV {UVUTĪڪĪڪUUNjl_U$GT*0UUT0UTUT*ҀªUVw zxUTUX⪨m檬UTUT*q>>ErhUVUV UV!UV<@ fHK@ BfT8TUTxUTx*wwUTxx*UTUT(@fY0UVUU*UVUVUVUV*UVUV B9UX0 0 X!UT!UXp*8UXUTs쪨XUTUT骬rUXrUX*UTo*XUTUTUX|| *UXUX*UTUXUTUXUPUX8P*UVUVUXન UVUX UVUX**yy}1T: fHn*VUVUVUTUVUVUVUVUVTT UVn`*UTUT%%UT,2V|UTa*ݪlUTlUT᪬*UT|UT|⪬UTUTપ*ުn   C C D UX*UTUUXUXV}}yUVu𪬋UT*UVUVTUVUVUT UT VUTUTUT!UT T* T%UT** UT UTXꪬUX}UT UU磌磌}UTUUUTUVT窱UV窱UV*説UT*UVUUT* UTUT*T UV UV TUVUV*UTUVUTUVqUXUU UU!UVUXUXUPUVUX*UXUVUXUV*#UV)UTUXT0UTV|T$UXUTVUXUTUX*{ { 모 TUXUXUPUXeݪTUTUUT}U UTUTUT*ss*UT䪬UTUTUTUTo窪 UTUV TUVUTzVcހ*pUVpUV*WwxyUVT׀!᪪!᪫6*UJ&TUU! ! T* X!UU UUUUTTUVe*ԪC-UVUU)UTb%UVԪ%UTԪ ZUU6 %UT+UU%T+UU)UT-U&ԪUVeUUTUUUUUUTU쪫쪬 UT V(T+UTTҪ&֪ڪ+UTڪ+UXUTo6goUXUTZڪԪڪԪ֪bҪUTC+UV*  UT % %  %r% o%r ^% %^ } < 9*55.T.5UV5UV8 <<9*5t5t.Tcc*UTU TU,UdRtʪtʪUVcccc*UTtUltTU@UTR ʪʪUVcc.t5UVt5UV8< UWYYUVUVԪUUԪUUgg'UV+UV檪+UV檪.UV}}.+UTUV+UTUV''UX+UUUX+UV.QUTL*UXUXa>*ʪ5UTʪ5UXTDDTUXUWY}Y}UVUXԪ檨Ԫ檨UUUXgggUUUT檫Ԫ檪ԪUVUT}Y}YWU ggTDUTVhUTX  UTUXUTUX **UTUXSUX T* Vԉ*骬骬*ꪬUҪXUTUVUTUXUVrUVrT⪨UVUXUVUX*ۀتs,r,MKH Dy#Z5ptS?y4'\<T\vttt 9t99Yt9a99f9f9(nj*Rrg?IJpptOP&Pppn c*tfuXI xtGt>`':H>:7t9999aaaa&9fffffnnnn9%IIIIIIptttt&&&&bPpppppt!IIItptptptp9&n9t9t9t9t9ttOtOtOtO9P9Pa&a&a&a&a&929P9P9PcPPfpfpfp999(n(n(n(n nnnnnnjc***'7I!(n  [-^_-^9w99fa99f:9jahxP}hWxP pEH}!2}p}9wt(aa?399wM999?9f99t92IP^tNPPqLpLp5GMcQtPn&&PqLyjcjcjc???E gg ZyS ceK=;_.8Rvvvvi iuN4lttstsjjjjjjjfwhh4s%%n<fafp S]R1>ɉo1v$ rPK?ZHDOEBPS/LiberationMono.otfOTTO 0CFF ^֑gfFFTMO gGDEFP OS/2'wX `cmap31 headkW6hhea Y$hmtxUClp ^maxpPnameyUpost&T \;*_< ^^P33af @x1ASC@ ~&g`:E V^=] +z0  Q . +   M 4e     : (  8 \n  V{Copyright 2007 Red Hat, Inc. All rights reserved. LIBERATION is a trademark of Red Hat, Inc.Copyright 2007 Red Hat, Inc. All rights reserved. LIBERATION is a trademark of Red Hat, Inc.Liberation MonoLiberation MonoRegularRegularAscender - Liberation MonoAscender - Liberation MonoLiberation MonoLiberation MonoVersion 1.06Version 1.06LiberationMonoLiberationMonoLiberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Liberation is a trademark of Red Hat, Inc. registered in U.S. Patent and Trademark Office and certain other jurisdictions.Ascender CorporationAscender CorporationSteve MattesonSteve Mattesonhttp://www.ascendercorp.com/http://www.ascendercorp.com/http://www.ascendercorp.com/typedesigners.htmlhttp://www.ascendercorp.com/typedesigners.htmlUse of this Liberation font software is subject to the license agreement under which you accepted the Liberation font software.Use of this Liberation font software is subject to the license agreement under which you accepted the Liberation font software.http://www.ascendercorp.com/liberation.htmlhttp://www.ascendercorp.com/liberation.html>~~ O\_    " & 0 3 : < > D  !!!!"!&!.!^!!"""""""")"+"H"a"e###!%%% %%%%%$%,%4%<%l%%%%%%%%%%%%%%%&<&@&B&`&c&f&k ~Q^    & 0 2 9 < > D  !!!!"!&!.![!!"""""""")"+"H"`"d### %%% %%%%%$%,%4%<%P%%%%%%%%%%%%%%%&:&@&B&`&c&e&jE-tfx wuq -*"!=0!CB9630-&ܾܷܿܲܯܧܛHED'%$!`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_ nabftlh!rg;6o=>ds/219ixt}`k5>:0jy~  |6u IPmLMNvQOJ#TLiberationMonoRG   ( ( Yy $+29@FLSZ`fq|(2>JU`dhnt{"(4@FLWZ]dkqw %+29?EJO\ipw &-2?IR^fo{!+7?H\aejovz} %.7@IR[dmv!*3<ENW`ir{ &/8AJS\enw    " + 4 = F O U [ a g p y      ' . 8 A J S _ j q x     & . 6 > F N V ^ f n v ~     & . 6 > F N U \ a h o v {      " ) 4 B I P U e u dsuni00A0uni00ADuni037Euni00B2uni00B3uni00B5uni00B9AmacronamacronAbreveabreveAogonekaogonekCacutecacuteCcircumflexccircumflexCdotaccentcdotaccentCcaronccaronDcarondcaronDcroatdcroatEmacronemacronEbreveebreveEdotaccentedotaccentEogonekeogonekEcaronecaronGcircumflexgcircumflexGbrevegbreveGdotaccentgdotaccentGcommaaccentgcommaaccentHcircumflexhcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIdotaccentIJijJcircumflexjcircumflexKcommaaccentkcommaaccentkgreenlandicLacutelacuteLcommaaccentlcommaaccentLcaronlcaronLdotldotNacutenacuteNcommaaccentncommaaccentNcaronncaronnapostropheEngengOmacronomacronObreveobreveOhungarumlautohungarumlautRacuteracuteRcommaaccentrcommaaccentRcaronrcaronSacutesacuteScircumflexscircumflexScedillascedillaTcommaaccenttcommaaccentTcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuringUhungarumlautuhungarumlautUogonekuogonekWcircumflexwcircumflexYcircumflexycircumflexZacutezacuteZdotaccentzdotaccentlongsAringacutearingacuteAEacuteaeacuteOslashacuteoslashacuteScommaaccentscommaaccentuni021Auni021Buni02C9tonosdieresistonosAlphatonosanoteleiaEpsilontonosEtatonosIotatonosOmicrontonosUpsilontonosOmegatonosiotadieresistonosAlphaBetaGammaDeltaEpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsiOmegaIotadieresisUpsilondieresisalphatonosepsilontonosetatonosiotatonosupsilondieresistonosalphabetagammadeltaepsilonzetaetathetaiotakappalambdanuxiomicronpirhosigma1sigmatauupsilonphichipsiomegaiotadieresisupsilondieresisomicrontonosupsilontonosomegatonosafii10023afii10051afii10052afii10053afii10054afii10055afii10056afii10057afii10058afii10059afii10060afii10061afii10062afii10145afii10017afii10018afii10019afii10020afii10021afii10022afii10024afii10025afii10026afii10027afii10028afii10029afii10030afii10031afii10032afii10033afii10034afii10035afii10036afii10037afii10038afii10039afii10040afii10041afii10042afii10043afii10044afii10045afii10046afii10047afii10048afii10049afii10065afii10066afii10067afii10068afii10069afii10070afii10072afii10073afii10074afii10075afii10076afii10077afii10078afii10079afii10080afii10081afii10082afii10083afii10084afii10085afii10086afii10087afii10088afii10089afii10090afii10091afii10092afii10093afii10094afii10095afii10096afii10097afii10071afii10099afii10100afii10101afii10102afii10103afii10104afii10105afii10106afii10107afii10108afii10109afii10110afii10193afii10050afii10098WgravewgraveWacutewacuteWdieresiswdieresisYgraveygraveuni2010uni2011afii00208underscoredblquotereversedminutesecondexclamdbluni203Euni2215uni207FfranclirapesetaEuroafii61248afii61289afii61352uni2126estimatedarrowleftarrowuparrowrightarrowdownarrowbotharrowupdnarrowupdnbsepartialdiffuni2206productsummationuni2219radicalinfinityorthogonalintersectionintegralapproxequalnotequalequivalencelessequalgreaterequalhouserevlogicalnotintegraltpintegralbtSF100000SF110000SF010000SF030000SF020000SF040000SF080000SF090000SF060000SF070000SF050000SF430000SF240000SF510000SF520000SF390000SF220000SF210000SF250000SF500000SF490000SF380000SF280000SF270000SF260000SF360000SF370000SF420000SF190000SF200000SF230000SF470000SF480000SF410000SF450000SF460000SF400000SF540000SF530000SF440000upblockdnblockblocklfblockrtblockltshadeshadedkshadefilledboxH22073H18543H18551filledrecttriaguptriagrttriagdntriaglflozengecircleH18533invbulletinvcircleopenbulletsmilefaceinvsmilefacesunfemalemalespadeclubheartdiamondmusicalnotemusicalnotedbluniFB01uniFB02.nullnonmarkingreturnundercommaaccentcyrillicbrevecaroncommaaccentcommaaccentrotatedotlessjonefractiontwofractionthreefracitonfourfractionfivefractionsevenfractioneightfraction1.06Copyright (c) 2007 Red Hat, Inc. All rights reserved. LIBERATION is a trademark of Red Hat, Inc.Liberation MonoLiberation Monoh  !"#$%&'()*+,-./0123456789:;<=>?@|BCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abgdfj}srx{e     ~ !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~oAuiwvpqtyzkl@ABC      !"#$%&'()*+,-./0123456789:;<=>?@ABC*7 Ya9o!%b&3+//////2;>;K;a;i;v;|;;;;;;;;;;;>>>%>.>6>>>>>???(?D?K?T?bBBEEG;GJI II)I/I7L~LLLPPPPP'PPPPQSSVxXXZ#\_` `"ggimemmn[ncqJqnsvwyyy{a|/~~~ 2FYs%3@Th{*:3G\+@Vs@Th{$2j-<KZn#1}Sjv !-IRap@XgoSap|;tn#7Qkb¿*9HWetÃÒáðTcrƁƐƟƮȁȏȝȭȻ &˷͞њѯ ,<ENW`iw,4AevYuق٘ٞ|ڂډڏڧڰڶRX^ۄۑۧ۵ ݠݩ 4CexGTdd w t   % ; O ^ m &GT !'""4":##%D%J%P%]%s%%%%%%%&&'(+)+),m.]//36}6779=!=)>>@*AAAAB BB(B.EE E'FFFGI&JSMPPPSSVVVVVYZTZ]Zl[[[\\\#\1\?\S\g\v\\\\\\\\\\\]]] ]I]^_ ffggg(gCgKgQi`il.psy|=\PXi;HPt^_qx+>Og}3Lh;Xw6Si *:M0;HdqXók٤܉/ObegoFTU,3E! q!!  " # 6}g,3,,2,Hu]7,,5,,(H~*UXUX*⪨UT⪬T*TݪVݪST UTe Ve S٪ TUT V>'TUX"UT*UUT*|xxUX媨媨 TTB2,XꨈꪨUT XihTϪϪpTGMVUX˪˪8V*e e媨UUjꪫUXꪫUXUUPUXa*T UUߪ UUߪ㪨窬窬ꪨUUUVUTUTUV~UV~ UT UT * ȃUTUTUTUTUT}̪Ӫ*ڪ ڪ *UVUV몪|UV|UVU!*>f3VURPUUp*UU`UV55OU$UUDT *:U:UT0*UVUX%*** UX.UVUXUVUX /UV1g UTހ llp TttVUVT8UVTk䪪䪺wtUTUFV,UUUTTUT؀ԪUUk&#UT#UTTUTTpp݀aq:I'8kQ֪٪XܪܪUUyqUXqUXݪ|`|`ɀIKUU*UTUTUUh媬媬xUTUT%*%UVT" " UV*+UT+UT56||몬"UXUTUVmݪ UXݪ UXۀ*UVUTV*nnVyy*zUTzUTV*ꪪUVUTUUUU* TUU#T*$UX UXUXUVUV UX UXV⪨⪨UX_֪٪TܪܪUTyqUTqUTݪ|`|`ɀIKUT*UUUWUTh媩媪xUVUU%*%UTU" " UX*+UW+UU56||모"UTUXUXmݪ UTݪ UTۀ*UTUVX*nnXyy*zUVzUVT*ꪬUȋTVTUT* VTT#U*$UV UTUTUTUT UT UVX⪪⪪UV_UXUUXUU}|U{{UXUUXߪߪUT >TELUVLUT*TUX\%UTTvIvIMoQo媬VUTUUTUUUT T!UTU!UTUT"T̯2UTUT+UT UT UT)/UX*{!UX{!UX骬UTUTi*ت @ت UTX]ĪUTUX__ۀXnpnpUVUX۪۫8V*֪ UX檬檬*窬窬UTV UTT֪ꪬـTUVpUUp*UTqݪqݪT|a|aUV̪ʪ*UUUVUV]*cii+UUUU4쪫4쪪>UVH'UV$V"UT"UT UU  **UTUVTxUWTUUV4UTThUUTVDUTUTUXનT窱UX窱UT骨㪬쪬㪬쪬jyUTUTUTUTVUVy}!UV&UV&+UT*UXUX VPUXUX PUVUXUUXT*UUXUTUT*X~~ *UXUXUPUXAUbTUU窱UI窱UUTww*VUTU*V‹Ԫċ*ߪߪҘ*Uꪄꪫ{UUUU "CUV:UU1UV1(*80VT5@5@8*;UTUV@# [U,TVUT QU QUTUTLUTL%KX--6TLXNRªXT*^^ڪUVUVuUT88V++**UVUVUVUVTUVUV%UV*BB5*V=UTRKN*LVUTUTڀKV⪬L⪬LUTQUVUTQUV*V Y}}UTO⪬LUT⪬LUXTJUP^HUX^HUXTIPªKUXTUX*@@%*UTUXUTUT;UX4UXUT*&ddЪUTUT*EUtUX쪨U쪨ҀfUXfUXUPꪫUXꪫUXUUUPUXLz'UP "XUVUV*!'U#T U UT}xxUTsnn݀cΪ}*oӪoӪTUTӪ`Ӫ`UTԀT_T_UVVɪϪɪϪV̀[UV[UUUUUU⪫UVX$#UV#UTX *oo*UTUTT1UT+*UTUTUTUTUT UX"UT UX"UT*#$0-Xzz%ggTUXǪǪ* UXĪUV|UV|*UXb᪨b᪨*XUU]UU]zUMI}9UX(0(@*UXOUtWU(AT*,UUX,UTUX*PUXa**UTUTUTUTrs᪬᪬ހUTUTܪTi)0%*UT(UT(U(%UT"UUT"UTUT*mm UVҪUV*ªUTaUaTvU(UTՀ۪۪UVUVUU*Z%UVNzUV TUUUVUUUZUU&UQ&UU1UVUUUVUUIUT*VMU(DUT;U;T1T(U!UU(UT!UT(V0UV0UT 6<=P"P [ "HHIP=UVUX8ꪨꪨ᪬,Tت%ت%UTSUTSUTL EIR*[UT[UcTkT=%\lDUV UL T U`v T T V SUTUVVUTUT*TT%%T*檬檬*ݪݪTcUV*UTdUTd**pUUpUU߀eeժUUT[*UUT UV 㪪ttVUU򪪤VZJv ULUVUUUU_UUUUUY*܀ᪧ᪪.*@UVՋ݋H* >UTUU>UTUV4* *UXUX =VBRA;w5UXw5UT-ffUTUT˪˪T UTKUTG*ĪUTĪU]TUVTKTAA7*,,!X, 1UT/ppT*UX@5UXUT$q$TݪUXݪUXT*aa^[UT*UXUX*рԪªԪªU?tUXtUT *UUUVUUUV(ƪ(ƪU=UVl=UVlG݋ՋAUT 8UU8UV/ &UT)&UP)1UU X=VBKUVUTUTUVUTUVs䪫s䪫TUݪ|ݪ|*Ԫ_UT ܪܪVUr r V%V򪪶򪪶UV-+UT **UT!UV!UT .#UT|#UT|*UTUTkڪڪUV#%uUUXUTU$UUTUTU%UV%UTUV"UV"VPi iUUUThUh"UTg*+Ue+UTe2*cT</UVX*%%w TUXUЧTTTUUT *T(#T*UTUT*!UT!UT"-UX+yyffUTǪUXǪUX UTUtKȪxȪxѪڪkڪkU*xUXxUXԀҪܪݪުުUToo窬UTUT#*|'UVg*UTUVUVUT媫o媫ovTUU٪UU٪**ЪȪ *ϪϪUUa'UU'UUoUV,>UT,G*UXۋˋ8{1UTk1UTk)UX!Ȫ!ȪJUXUTX5UTX*HHUVUXϪVPϪUTڀT\UVUUUTU򪬋UTUT *UU"*UVUVTUTUVUVUT*UTk+UT*UT UXUTUT窬oڪhUT{UV{*Xp㪨p㪬窪UTUVdUVdTTUVҪUVҪTUTUVYUVY*ͪUTΪV*ѪѪ bUV~U[*UUUPUV#UV***UT UVUT UU*UUTUT UTUVUVT*UV⪫UUUTwUTw *U󪫘**UTUTUV,9UU9UVXD O OXWT2UTT窱窱*TyyUTUTUT|UTUTQ*UVUV׀쪬ު쪬ު*UTUT*Uqꪪy*UVUUUVUU*UV"UVUV"UV*%*UV&T''V&%% *# UV!UT UV!UTUT*UVT̤UTTUUTUT'UUTTU۪UT۪ ʀUT( W) * + , =- D. T/ 60 P0S8281 2 ^E3 n84 5 6 =7 8 =9 ]: E; T< =_T3s3s9X[UTUTVUVUXUVUXʀ`ԪƪԪƪjUXUU5UV5UT# UV88*U%Ī%Ī.U*ݪݪAUV*JQWUT]U]T* UUV UTUV%窪zz1T8 *UTUVUXUVP*UXꨀUUꪨUUwUXSUTUTg䪬5$UU$UT'T.U 9UW 9UVXCTNUVNUVX*]: Q= "> ? Y@ ~A ]E]UTપkUVUVm䪪kUTlmUTUU**UT UVVh UVT*TD]B C XD E .=_8wJF=u@N._,pF RG H I U*TssTh]F %UX|"|"x*qq*h@hTUXتتfUTUXUVUX᪪PqUXqUXUVPUXUXUVڪcتfUVUXUVUTTUTUV몬"|"|'UT'UT%*UT*""$'UXUXPUXUTx{窱{窱*~UTUTUTUT*檬UhTTUD UT *UT{UTUVUV*UX UV UV UXUXT P UX UX*UTUXT*؛直 xUXUX檨C<<%<'<%<'f _UT*UT*UTT!UT"UTU"TTUTTUUUTTX* $(JT:Ϫ*UXϪ*UX**UTתXgg`UV*檪ꪨ몪X|nnUViUV-UXUT"PUVUXUUX%UT *-U1UT$rr TX֪ޫUT᪨䩐䬸骨*䪬稠䪬窬*sݪUTݪV8*TުTtުUપT⪐T⪪UUVTyT-UTUTUTUT{{*r UTr Sh*TUTWD TX,UT$$UT+UX*UTUXUTUX説説nUXUTUTת]UTۀUXݪݪ᪪X媎x媪x*UVUXUVUXUTUPUVUX+UX!UPUXUX$ -UT/UTtt UTcUXPUTUXV UXUT}TUT몬몬*X쪬RUTUUTUTUT* UTy UTy*smUT*ڪUTsUTs؀̪UT` ⪬⪪UV!T,~UT*pp*TUVꪬUVꪬT&~&~0UTŋ^I*UT3*3*TNjMUT&g (<UXUP UXUUUXUVUPUTUXUVUXUVUUUUUXIYUT]aaꪨU䪬᪫䪬᪫ߪ*ڪڪbUUUTUTVUUVUV䪪vUUvUN|!&&*UVJ=J VV*UVUVUUm*ꪫ*ꪫ0UU6׋ATUU7$7$-6#UTHUU*vv*UVUV着磌TUKQW]UX]UX**UVlUalUUXUJӪUUӪXSUUUTUUTUf⪬⪬&*T,UV|,UV|0T5UVRY8& wUV%Uપપ\VUV JJ UUUU "*UV}UV} *몫UUUVUTUVUVVV*xRxUV䪫sUUު)UV*V UU*UVUV""* UVUVV x u|쪨UTUXUVUXP窪UX窪UXUV*nnkXXĕUVUT UX~8 4*UT/8UT/p*)*l"l"cZUXZUX* UT*UVUXUVUX׀PߪUXߪUXVP{UX{UX*SQ*UTUT UVT UVUT(**xxɋAUT 00(T " ")*UT/UT/*4T)%TTժӪժӪTT=iTUT㪬 窪Tpޢ*x$UT$UTUV+2cUXVHUP)-UX)-UX;MUt׋骨UXUXUPUX!DlnFlnh Li 6j k h Li ~ UUUUUTUTUV*UVUVUXUX!*$DXת%UTת%UTX;UċUTTUTTU$쪬UT쪬t~UT~UTnબUT( * UT(UTꪬꪬUTe⪬}UV}UVUTꪪUTꪪ檬Vovovoosos媬UUT㪫UT㪫몬߀{UU-T'UTr!Ur!UT*UVT"*TUVUUVUX *$**UXUVUV쪪UX쪪UXVUPn UXn UX**UVkU㪫UX㪫UXUUyUVyUT骨UVUXUUUXUVનUUg UVUXUXqܪ_UVꪪxꪾxުҪfUVUTV UT WTUVSUVV(*TTԪUTuwuwngk* *UUUTUUUT**~qUT UV檬 UT檬UTwwT$T*%UV"UTTUV UV UTVUTTGi 6j k -O UU*UUUT UU٪l2{{AӋKU(BT *:UUV:UTUU2**$!UX+*2UT2UUUX7*LW,֪UTڀSUUUTUUuUU䪬UV䪬UVTTfUVfUUTҪҪ*۪۪lUVUVUTUVUV* UU$#UU* UV UV**V**xUTޥUTUVT*'UTUT,CUTU*T~U~UzTvTvUTUVV媪UVUV*UT䪒UVUV**媖u媺uUVUF䪪UU䪺lUFUUUת]~W]W( W) /~G ( W) bg ( W) l ( W) m ( W) a Lb ( W) 2sn o 0p q =- ?r 60 iG 60 g 60 l 60 a Lb ^E3 (G ^E3 g ^E3 ;l ^E3 a Lb Ds w0t 8 Zu =9 ]: G =9 ]: =g =9 ]: l =9 ]: /m =9 ]: Ua Lb 1""#$=v ]w x ~A tOG ~A Og ~A cl ~A Oa Lb XD ag H?UT9UXUXl,֪֪UTMMUTSSGUT U<<2V(UT(UX. X7T:Ta*UTUTUTUTl媬媬媬媪ުתUVתUVЀUTmUT*6UT6UTUTX,ذ* 䨀䪨UXUTUTTUT䪬U䪬T*TVUTTUTUTTp*TUTV<UTT*TUМUX"*'UX)UX*&PUT$UXUT$UX媬hhԪUTUXUTUX*GUTQyQyZUXcڪcګPЪvƪvƫ8 H:1((x!*UVUV # 8# (X-UTUXUX*||*UXUXUPUXUX*vvUTX窱窱*UT쪬{쪬{*UT窱쪬窱쪬UT*窬窬TiUTdબબUTUTUTꪬxxUTwvvV䪪ުتU\窱UUTUOUTUY\*ªUT檬qUVqUV檬UTUT説UUuuUT UU8${U1UT1U(3UTU5U?UT6*UUUUUUUVUVUX"UU 'UU 'UUX)H I G H I ~g H I Gl H I  UTUXUTUT UXUXUPUTUXUTUXUPUXUXUTUT*hUTUX𪬋u説*UT UXU UXUT UUT䪬 o UXo UXUV*⪪تkUVUXUVUX*P|UX|UX*UV⪨UU⪨UXmUVUXUTUVUVT UXUVUV UX UX UVUVX*UX||UTUX󪨧󪨧XH I qa Lb H I n o ;y ~Oz 22{ J F| K fL |G K fL !|g K fL l K fL a Lb }"O ~G }"O g }"O >l }"O a Lb gUdrMrͪ*UVUTUUUToUTUXUTUUIA UU*UVUU*'UU_'UV1TU>3UT#7AUVAUV ԋP*TUXUTr*cUXgTo*XUTUT**m UXe誨UXqq&o%UVmn-2]*T΀VVTĪUT*UTd d TUTЪ*ѪѪUrrmT骫تUUتUVUTUUV[;UY[;UVs~=U45UT-Ux-UTUVUVUTT&UV&UT.*5UT-%UT%UT骬mmUT*UTUxTU4T 3 UTUXUTUT UXUXUPUTUXUTUXUPUXUXUTUT*hUTUX𪬋u説*UT UXU UXUT UUT䪬 o UXo UXUV*⪪تkUVUXUVUX*P|UX|UX*UV⪨UV⪨UXmUVUXUTUVUVT UXUVUV UX UX UVUVX*UX||UTUX󪨧󪨧XU QV 'G U QV )'g U QV ;l U QV '} U QV G9a Lb RUVUV UP UU USUUVUXUVުT㪫UV說UV誫xUUUUUV!UTUU!UTUU$IUT=*UUUV(UT'*; UXEUV UXEUVK݋SUTUXDDu:TUXUT0ת%TY(YUT UX֪ڪ*ުUXުUXmUT直UV直**v檬v檬*mUVUTU_ a Lb ( W) Q H I  ( W) 3 H I  ( W) UXbx*쪨쪨VhmX直直XUUUV UXUXPUUUXUX * UUUXUUy}y}zU{몫{모UT說媮媫UT*ફUVҪ#UTi#UTi4zыp*`*H I 0UXx*쪨쪨V쨐mT窱窱TUUUY UTUTTUUUXUX * UUUTUUy}yzU{몬{목UT誫媬媫UT*ફUVҪ#UTi#UTi4zы*x*=- pg J 'g =- l J ;l =- {P J )P =- ( J ' D. T/  +BUT쪫쪪TyUVUV*UTUTUU@UUT *TUUXUUUT*RUTTH7*UT|UT|**UTUT*UT}UT}*UTUTAT٪_(_UVUXWЀUX`誨`諨UTફમ\窪PDDUU*UTUUUVUVUUUUT%**++t05UV@6U,UV,UT&2V RMU,UUAT6U6UT U,*VUTUTUV*UTUUTUTTU*UT T UTT*CUV*JUTȪUTȪ]tUVtU[媬UUTUPUVUVT*UVi*rUVrUU{"{"+5UV5UVˋJv Ds w0t 1H11*UT|UT|**UTUT*UT}UT}*UTUTAUTԀɪɪUXUT}UUMJx*?UU?UVbVPCUTU+UT2V UT쪫쪪TyUVUV*UTUTUU@UXUP *UXUUUXUUUP*UXUXXcJUV? 4 4V!UT!TxUTV4UT%UT*(*#UTUT#UTUdUTUHUT*֪ UTX UTX**UTUVTUU_窬i窬imUUUTUT*UV]Ut٪VkV몪!UU몪!UT|*UV3UV3*=V60 |. K fL  60 W K fL | 60 P K fL %P 60 T+UXx*쪨쬰쪨V쨨mT窱窱TUUUY UTT`TUUVLUX * UUUTUUy}yzU{몬{목UT誫媬媫UT*ફUVҪ#UTi#UTi4zы**ГK fL ~ 60  K fL | 1 05l <M cN 2l 1 y! <M cN  1 !P <M cN yP 1  <M cN m 2 l MEHUV/T)x)*UTUT"UV"U $T'UUT*T몬몬UT䪨ݪݪ*ʪI)CUT*9UXUT*'UTmmUTԪԪΪUXȪUT**hUXhWPTUT䪬S\䪲UT窪ꪤ檬ꪪ檬UV㪨{બ *!!!!UT8w|o64(4SS4(4XSXXS]rM ^E3 u }"O } ^E3 . }"O y ^E3 0 }"O 2+X$$TUXTX UTUXa*UX㪬誨㪬誨ՀUXUTUUT UUXUVUXw UVm᪨UXUX*UVrUVr모$UX$UX*1UT^E3 q+UTx*쪬쪬쪨V쪬mT窱窱TUUUY UTTTUUUUT * UUUTUUy}yzU{몬{목UV誫媬媫UV*ફUVҪ#UVi#UTi4zы**}"O ~P  ^E3 P }"O ESEsBUTӀݪݪ*>NlKUVȪUUUW٪UVUTm%骫+UU+UU2*8AUT9* UU( UX&UV UX&US*.UU6UX6UV<B5a0/**UTUUUTUÙ*H\fP -&UU*UUTUVUTUU*qs몫s몫T*ߪߪ*UVڪUT*媬UV媪UVVTsUVsUVuwwUVUU VUVUVUVVUTU UTVU9UT6-V'UT'UT2UV2UU X=H\fP n84 l 8o l 5 b &R B. & 6 g t"i":"j" 6  t"S  6  C"S @ 6 FyP t"S MfP 04&MN +SsK+ t"3n:"j"8M8 dg T g 8  T 8 8  T ; aIeCUT9||u'UTnn(*UT0UTZUXȪ_UT*ܪUXܪUX*UP㪬UX㪬UXrUT檬UV檬*㪨{બ UTUVUV*UT*TUVUVUTUVUX>UX{{T骬骬UTUVrUVr**UTHUV/T))*UTUT"UT"U$T'UUT*T몬몬UT䪨ݪݪ*ʪ\ SCUX9{{'UXlle^@^̀UXQ)UTUXUX[YUV UXUVUV*UX*XUVUVUTUVUX>UX{{X骨骨UXUUrUUr**UXH/T))*UVUXUVUX"UV'UT'UT)UTUTX모T䪨ݨpݪ*ʪ5TVXXԪUTUVV0UUUTT|쪫U쪫TUUTUTy𪬐𪬐*󪬔󪬔T 'wVTV}}U#U)UTB7*++"%UU00: UXEUV UXEUV*ًVWUT*T몬몬UT䪨ݪݪ*ʪUUUT骫骫*窱UV窱UV*檬UTUVUVUTUTUV*P*UV' UX#UVUX#UU&UU)UVCUT9||u'UTnn(*UT0UTZUXȪ_UT*ܪUXܪUX*UP㪬UX㪪UXrUV檬UV檬*㪨{બ UTUVUV*UT*TUVUVUTUVUX>UX{{T骬骬UTUUrUUr**UTHUV/T)x)*UTUT"UV"U $T'U=9 ]: h U QV yJ =9 ]:  U QV ' =9 ]: { w U QV W' w ,K[*L",i۪UTUVTUXUV檨UU檨̪UXbUbUUVUX몪몫UUT |'UVSNUVNUV|UUǪTЋTU܌TČT*UUU* UVUT UVUV߀ 媪媫*UUQUT^_UTܘBB6*UX*UX PUXUX- T* UUTUUTTUUUTTЋ\QUTXK ] *Y  Q= "> m *Y  ? g Z g ? Gl Z '$l ? | Z r ? ? Z  | !@ r [ Y@  @<3UVUUUUU*UUUU*UTUUUTUU{UUttUTUU媬媬䪨*㪬㪬UUTUTр 㪬UU㪪UUV4 D"D Q> YO00O<)R)hDD"D Q>"<<<UVUUUUU*UUUU*UTUUUTUU{UUttUTUU媬媬䪨*㪬㪬UUTUTр 㪬UU㪬UUT4wD~A Pu \ *} ~A W \  ~A lP \  ~A yn o \ Ln o ~A P w \  w ~A  \ _UXx*쪨쪬쪨V쪬mT窱窱TUUUY UTTlTUUV@UT * UUUTUUy}yzU{몬{목UT誫媬媫UT*ફUVҪ#UTi#UTi4zы**B l ] l XD }l U_ l XD a Lb E Cg '` g E [P '` P E  '`  *( UTUX TUXTUUT UX  &UTUX UT*UTUXUTUX**%}8*UX UTUXT؍UUTUUTt쪬?V}V}TXު᪨ު᪨Vd|UX|UXƀ!YVUTUXUTUXܪwo檨o檨*UXUTiUTiUXتn,p2HË‹UX T* UX UXPUTUXUTUX*UT** UTUXUXUXUP*UXU̐UTT|*wUXwUXT᪬᪬܀UTUT܀᪬᪪VUXww|XssrqUXUPUVUXUVUXUTsUV쪨eXNjV_TUXTV UT*X/$M UTUTUTTĝTUUT UTTUTUTUT*yy*UTUTUTUTyD fo |*wUXwUXT᪬᪬܀UTUT܀᪬᪪VUXww|Xssrqޫؓન⩀⪨UVs UX]UX؀~jj*UTUVUUs*T~᪬~᪬U߀UTPz** UVUT UVUTTUVUV**!UT%UT *TUT쪬UT쪬 檨બબeUTPSUTVɪɪπTUVqUUq݀*媫UT媫UVUŀ'UU5UVƪ5UVƪOUTUUiUV1UV+UU !*UTUTVUU"gpp UUUTTtTUUV8UT*UXPUUUXUXUUUXUVUVتUX }}(*5UUf^L`:`:'UX5#UT*UX UX"I cHYwQmo 0p q g ;y ~Oz 22{ |g =v ]w x [g ~ Q  _'g R; >? t; OZ R; /@ t; 2[ El Q     P Dn o $UTx*쪬쪬쪨V쪬mT窱窱TUUUY UTTTUUUUT * UUUTUUy}yzU{몬{목UV誫媬媫UV*ફUVҪ#UVi#UTi4zы**}  w o  | dL ( W) P 8& 0  CNENUX>*͋EUTE5Iʪ*UTѪUTѪT骬i骬iUTUT쪬U쪬UTUTTX/XUV* hUThUTUV骪骫着(*.UT.U6*UX-UX-&UT᪨᪬TeUTeSe TeVTUTUTUTUTUT * X*X06*UT+UXUT+UX*$iiժXUTUTŪXIiUbUX?eUX2TH#UV"UU%UVq-UTU5UV5UT@ڪ>*.XŪŪUTeUTVUXUVUV*D UUVU'UU'UVM0*ѪUVUU@Ӌ,QjUTiબUVપUU*UVUVT9UVUVZUTlUT}C}CTƪ窬UV窬UU*mުުڪUV֪$* UTz UTzaa*Ǫ UTUX UTUT2kUTFF8UX!UV!UT( & YUYOUTUT*UTUTT$UTT*VUTR}UT窱WUTUTUTx쪬쪬Txx*UTUTcR?us?UX5v+v+骬#UXUTUl⪪UVcUVUX}}*UVUVUUUUXUUUX UUx UUVUV *UXUV*UXxUX*}모모VXggV]S0=Hx檪$UVUV$UVUU(*,B9T )T0*"?UVUT䪫UVUV *UUT*UXUU*UXUVUXUV***UXUVUXUUPUX UX PUUXUT*UH窬8UTQUTQHnUTપ UVo UUUV쪪쪪|UV#UUUV#UV+BIUX,T%%UX!T{E UTm * UT UTT*UU*TUTU,UTUV4Q.>>3BFUVFUV+*G%UT%UTHI*IUXIUTFSԪV UUj UUj*UUUY*v*UV  !*U!!TU(%*!!TUUUVUTUVUVUUUUU**UT~UT~*UUUU**TS UV*   *UVUX*UUUU-UUX%모몬TUUkkUT*ت UVت UVd UUUT UUUT*bb* UUUTUVUTUVUUUVUV"*%UV"UTUVUVUVU*UTUUT$U$UT*))+UT UT,UTSɪUTUlUT *U@UTUUTUTU UԦ"**UUXTUXUTUUT*!T UX##$UT*ذ#Xr"*UXUXUPUXUX(UT0UT UX UX UT֪UXdUTUVTXUV모UV모*r{UX{UXPUX֫( *UTUVUVk䪬UTUT'*~~2UTT6UTUTꪬmm*UT֪֪֪֪᪫T쪫Z쪫ZUU*UVU QV j@`"i𪫋UUUXyyzUXzUXUVPUXUXU** UUTUTUVUQUUTUZUU*;*TUU:U:UUAUUAUVUVUUUUUUP L1UU 8 ˒E*UVJUVUVJUVTNUVUV*TTV]_UUફપ UTUVUTUU!*UU&XXUUwUX**~UV~UVX*UXP*UXUVUXUU* TUTU]UT~qHqHܪ=UTUTUTˀ&*êUXêUX *UTUTUVUVUXUVUXUTUVҪUUҪ⪫*ww*H=UUUUVUVUVUV*UVu*UVUV*VUUUU$T(AUT; *5UU5UU$U&UT/UV&UX/UO8AA H*NUUVUTUVUVUTT骬UV骬UU*ު쪫ު쪪dUVUT⪬TUVnn* UV UUUV UKTUUUVU`UVURU쪪UYɐ7UT00)*UV!UV!UT!UV!UT'T+UTT&몬&몬!*⪨٪٪**ȪȪUTDUUTUTUTTUTTV,|UT|{{UTT骬骬q*UTUXUTUXު ffրUX]QUTUXUVUXӪUTeUTeUkUTqTqUUT磌U$磌UTUUЀЪЪԪت? UUUVUUUUUUa'UVު'UVު/UT䪫7UVꪪ7UVꪪ=쪫D'UUUUUTUTUV||wUU**UT~UT~*UUUU**TS UV** *VUX-UV*%UXUTުު*UVת ת Te UVMTӪUUӪUGUTUnUdnUVꪪUVUV*&-UV"*$*UV%UV%UT%* UV$ UV$ UTUV!UTUV!TUTUUTT*$UT(.*UX*UTUX*UT'񪨰񪬰直"UT UT\UTM\UTUTMUPUT XT/"7DuDuNiX]X]*QUUEUVE8+5 UV**)UUѪ)UVѪ3UVUU݋݋G UUUV#*5UUX>UX> *DJQQVUTѪUTѪxت檬ߪ檬ߪT*ddҀUVW)V"UUͪDͪDVgUVIU0 *>TUV4U|UV4T*T#!U#!UT)V3UTT6oTmkk *݀ UTf UTfc``UTTΪ%@]UUdફબ*檪UT쪪UT쪫*"U&*UTUT**UUUUUUT~~UTV񪬊񪬊UT*~UV~UV*UTV܋UTSUVUTUEUU Uf UUUT UTUU@ "d𪪋UVUXyyzUXzUXUUPUXUXU** UUTUTUUTUVUV* *J*UXBUTUXBUT8⪨⪨*$*ժUXժUXT UYT٪x٪xkUTgUTgUT̪̪UTUTKUVUV%T˪FUV˪FUVUj*"5UT*2 UU/ UU/U*TUVUVTTvEÀXXݪXݪaTjYjYǪ{UT{UTG-FFƀ)UY])UU]2*hssB*UUIUV+4+GUTA U;;3#*+.+.;*UXGUXG *V*d=UV gUTjUV UTG1UT1UT%UTUTxUTx䪬UTUT UTԀ̪̪UTK+RH"MO6UV1UTUT)UV!UV!UTUTUVUV**r UXr UXkꪫUUsUXsUXw{UV UTUUڪUVڪ#UTɪ'UVRjPH46YUV`*gg⪪UVUVUT UUV(UU(2UV5UVƪƪ*\#UU#UU-V8UVUU8UVUUCVNUU)4)OU$CT *8U8UT*#$#$*9UU9UVUXEUTQUV3UV*bbzjtrtr*gUUgUVԪUTUTUVKU  a Lb  a Lb U QV '   KU C 60 a Lb w0*$UU$UUUUUXUVUXUVUP% UX, UX,*1UUt;UTUX4--X&*nnf*^^ɀTK䪬*UTUTUTXUT䪬Q䪬UTUTqqr*sUT00WRj/UT UT6 6 UT3UTˋ-UTT۪۪ UT*[UUwwiUTz⪬m*UTUT쪬& UTꪮ*쪪|UUUUUVUUUUUT3 g ?%?UVKU BUT9U9UPUV&UV&*((/ X6$* UT} T}UTUUXTUXTqU⪨UT⫨ mTX<UXP**UX(UXUX(UXન#ff*UTUXUTUXP */UVX᪨UVӪ_ũp_ŪUUCꪫUXꪪUpUVTU< VUT55!UUUUªª8ЀDUVUUDUVUUQ**ϋ;T 3UU3UV-**&& 'UX,UUUX,UV-.3}gUTh쪬i쪬i*m媬q媬qmvUT{UT{*aUTΪ aahooUV1CZ? ^E3 ^E3 a Lb n84 9UVUX..r'TUXUXUPUXUTUTUT˪ *QabUT*UUAUpAUU;UVUmUVUUU>UUUUUUUVUUUVUVUTUVUUUUV UU UU UUUU*$ UU*UUUUUUUVUTUV%UV% UT0UU UV UVƕޓaUV@IGuË2 *UUUU&UXU#UV#UUUX)3UV66e*݀UXlUlUT媫TUUUTUavUU窬UJ窬UUT*mRT|UTUTV0UTTvv檬 UT UVUXހڪpE?55 Ë2 *UUUU&UXU#UV#UUUX)3UV69UVUX..r'TUXUXUPUXUTUTUT˪ *Q/e*݀UXlUlUT媫TUUUTUavUU窬UJ窬UUT*m T|UTUTV0UTTvv檬 UT UVUXހڪ`R;UTUX4--X&*nnf*^^ɀTK䪬*UTUTUTXUT䪬Q䪬UTUTqqr*sUT00WRj/UT UT6 6 UT3UTˋ-UTT۪۪ UT*<E g 6 ]B8UTUX %X* UT QxUTY48UXs쪨zzUT窬UX窬UXUTUTUX窬窬UTz UXz UXUPUXUX8UVeUTh UVk UVk*tt%*UXUX8UTB=H=ES[S( W) UXUXl֪֪UTMMUT.k0*PF <UU<UV2(UT"(UX"UP)UUUXUX *T * + , 3 *H-UVUTUdzUVɪUdɪUUЀUGUVUUUUrڪ䪫i 4,,4UV%UU((UV.V4V< DUd DU, VNTYU60 4PT UTZ UTUT    UTUT MdUTUT**UT#UT]lA(UTڪ|UTUTTvz窱z窱UT*TwUT4wV UT TUV TzUzUTV|UV%UT(A]lUGUUUTUdTUVUTUTUV쪬cM ZDUTUVPhUVU UT U UT UV UT*wQUTH UU$UV$US!+UU2UX2UV 6T;UV-UV(zzt*nUTnUTidd* UT&UT""TUTUXP UX! UX!%T3UXUX/UPꪨ+UXꪨ+UXUT%UPUXcUXUTUPƪUXƪUXUTCELS|S|Yu_n_neUXkժkժpπuUXCN VUTUX!UV& UX& UX,2+UT""UTXUXUXmުEnȪQUTQUT2몬 D(cUTxeeUVUVh|પ|ફUT*㪬骫㪬骫݀UUTUT]̪ʪ*UUתתܪU᪞᪪VUu u x"{$9>UVUUUVUUUUUY%ۀ+ᪧ+᪪:UVUV:UVUUDN6 6 TB8UTUX %X* UT SpUTW<8UXs쪨zzUT窬UX窬UXUTUTUX窬窪UVz UXz UXUPUXUX8UFeUUh Uek UVk*tt%*UXUX8UTB<E 7[NEkNt^UTUdIUVɪUUɪ}UVjjUUU{{*UUUV*UwUWUUTUUU, UU UUUU**,'UU!UUUU"UVUVUV5@UV@UVUVWUVWe*r=7 2 =9 ]: SESE; T< =- Y@ 6 V V  C 4CS[S=HrrRERj説U媨T⪬T⪬UTUTkk߀Tjj*UTUTAƀ*b$UTb$U,:TQURUTCfVUZ!UT""!UT!UTUVE6G6G6=""6G6G6|0WPF <UU<UV2(UT"(UX"UP)UUUXUX *ŋUXUXl֪֪UTMMUTUVqUUWUUWUUUT쪫 lmUT6f6fUT*UV *]UTUTBUTB*!UT\M?OUV <UU<UV2("(")UU UT6*UTUVUdUU**>ڪmUTUT^?E?UXUXl֪֪UTMMUTSPF <UU<UV2(UT"(UX"UP)UUUXUX *T {>?T|P|P΀ocochavavΪUTa*UVUVm媪ԥ*쪂쪪UV}3JUVUV*ҀӪӪ UUU&h&h-*U3ꪫ3ꪫ;VUUϋQ*UDUT!DUT!8/=UU=UU!UXIU X_iUXnUXb*ꪨUꪨUUX_:UX_:UXUT,UPUXUXUT*/XUVUV*UXflflUUX檫ת檫תꪪX_=ުUTUXrUTr+9UXUT̪IUXIUXUVe2-55-UV' V*ʪʪ'UTUU.o.o5UT}Nj@80UU0UV(- ; ;IUUUXUXV*c*oUd@FytgUVgUVɪѪUTC*.UUUT\UT\*U\U8T#UTXUt#UTXUX,*HՋ6X#UT#UTw*FpSEv;*UVzUVzUTUXUVߪU[ߪUUXUP]UV]*WQ֪TbbUTݪݪ#*+UU檬+UV檬UT<, eUTJUXʪjUtѪ UTe UPTtU\tUTUV*V!UTH I *?V}ͪ}ͪw*q⪫q⪫UTUUڪڪUT]UTeܪܪUUVUVT'UUVUVʋ׋JUV>2UT2TV(UTUUT +UTT""ꪨUT᪬UT᪬תͪͪT?UTЀ*ժUTժUTڪ*ߪsߪsVoukukUVUTڪCUT:UV1UV1*T*UVUXUVUXTUVUV$UV X)UT)UT. * UX< UX9* 5579UTUX55UT᪬UX᪬UX*PުUXުUXUTe)UXUV٪UV٫UT̪UVhUUl쪫UX쪫UTUU UUVUUUUW2*UU;UV誫;UV誫CUVUUKUT +*SUTVUVSUXVUV)hTEE+(by<72UT2T+UT$Uȥ$UTUT UXUX *-)UVUX#XtUVtUT䪬UT UT **gUT* * UT TTUTTUT V UTX",UTUX"UT"mڪڪUTUX[[ΪUTI/U(UT!UUV!UTUV*UTUVUV*x UT說 UT㪪ު~પ*骫骫UTUUUUiUTUUU$UBUTUU*]P9UTUT檬檬cUTUT*UT몬UT몬~UT~~窨UT᪬᪬*TҪ @UV!UU&*V4ɛ=*IUVUUdUVUUT*e &@UT*UVT񪬲UTUTdΪUTUT説骬説骬*۪UT۪UT׀*UTUT_Ԫ+U4,T.Ux.UT*||qq UVتUUUT]ԪફԪફUUUT*hUVhUUm rr몪*UVUUUVUU**3_UUUUڪkkUvv,*UU3UV3UV;Uϋ  ZB8UTUX %X* UT SlUTW@8UXs쪨XzzUT窬UX窬UXUTUTUX窬窪UVz UXz UXUPUXUX8UUeUUh UVk UVk*tt%*UXUX8UTBn IZUV},},VCC*UUUVUnUVUU=ફU_ફUUUUL}UV}UTUVUVUVVUTUU* UU UUUUUV+US%UUUX UUUF UUUUVUV'00;UVGUVUVGUV TS* UV UVUTlTUVzb-\WUT說RxUT檪VpppppTsUT*UUUUV*UTUV\.hUTU*UTU UTUUUUUUTK-MUTUT*몬몬*ꪬꪬUTUTwwTUTHHHH^U QV H@@HW NX J "@H@"U_ BX*\UT\UX4cUT /UVUXUPQUXQUZUTcTcUT᪪ǪUVIUVI?53HHUUUU(Ѫ(Ѫ1*U9q9q@{GUV,/-IU$AUT9U9UT0$'.UV'.UUUX8UUBUVBUV LVGU,UTIUVYCUTªUVUV*a窬ު窬ުnUUUTyUyTT)UT%!!TTjja UTX UTXT8^ H,7'KHKH//1UUUV1UVUVIUT媪aUVVUV * VUT U$ T UVUfHHUTUT媬媬UTUTUT媬*qUTqUTUT説UV**rUTrUT몪 UVUV**4KK4KK4f,##K4KK4KK4sx^"@-D<*UU33+*"UV"UV!UUUX'UUUX'UU,UU1UVhMEEwUTx_X?&n&nUT*UVUVTUTUVV@UUTwTl磌UT磌*kkdU]=/^8D<*UU33+*"UV"UV!UUUT'UUUT'UU,UU1UVhMEEwUT/0ߋUVN,UT𪬰骨⪬⪬UT۪ Ԫ ԪUTSUTƪV^^TeslslUUf磌f着ӀVWgހllUV UU窪몪UU|*ZRUVU֪֪UU۪પપ.Vxxɟ.UT?UTUTVK fL a Lb M1THUV/T)x)*UTUT"UV"U $T'UUT*T몬몬UT䪨ݪݪ*ʪUUUT骫骫T񪫂UT窱UV窱UV*檬UTUVUVUTUTUV*P*UV' #UV#UU&UU)UVCUT*9UXUT*'UTmmUTԪԪΪUXȪUT**hUXhUXTUP䪬UX䪲UT窪ꪤ檬ꪪ檬UV㪨{બ *!!!!UX1 g %;VUĪ'ͪ'ͪ3?UV?UUM[UdBUThhUT* UTTUX-T*UT窨'U窨'UTબ"*٪٪ҪX˪˪*UXUT*OUXOUXʀP\UX\UT*ƪUUCUUCUTZ }"O ~P }"O a Lb oQ \(P X^\VUȪȪUUUUk骫{UU{UVUV說UV쪪UV} UUUU UV+UP$UUU[UU*((6EUVEUVXUTkUVO9Uc?UT8*UU)*!UXUV!UXUVUP!UUUX'UUUX'UU,UU1UViUVݪMUTUX1UVUT1UTXN9TVߪߪЀUVUVTUTUVUbUUTUIUTUU*nnTUV֪..eD<*UU33+*"UV"UV!UUUX'UUUX'UU,UU1UVhMEEwUTU^.^yX?V&ߪ&ߪUTЀUVUVUTUXUVVPUbTUT\UIUTUU*kkdUV]M n  g U_ /B8UTUX %X* UT SpUTW<8UXs쪨XzzUT窬UX窬UXUTUTUX窬窪UVz UXz UXUPUXUX8U6eUUh Uuk UVk*tt%*UXUX8UTBI=7=HKKHVEtSiH<@7&B ;G ] |G B g ] g B ;a Lb ] 7a Lb XD ?G U_ MG d% d% >W  W W pF F  #  Y=      Aqz8xW8Nziz8xW8i8qWqx>#UT!UTV(!UTTTUT*iUTiUT۪*UTe܀TjjnrUTrUTUVnުުVUTeUT*۪UViUViUV檪檪V||#&$UTT*UVUV*UT$UT&>BoB-o@o@0oCoC''~iફUUUV**vUXvUX᪨ee[QSЪUT UTUVl説説*UVUUT **UV UTUV TTUUT&&/UTŅ着UXUVUVTXUVUVપܪUXUVsUVs*쪬UTUTUUT𪫋UU**~UT~UT UUUTU#UX*UUUUUX UX UU UHUUUc* UV UV UTXUVUVUTXUVsUVs*᪨UX5ުVnnr*vUTvUt᪪e[QSЪUUUWl誩說*UVUVU **UT UUUT UUUUVUV&&/UUŅUTvv窬TUTUTબܪUUUTUTs*쪫UUUUUT*V𪪋UV**~UV~UU* UVUVUTUUUVUV#UV*UVUVUV UV*UV* UX UT VVUTsUTs*᪪UV*ުTnnr*vUTvUt᪪e[QSЪUUUWl誩說*UTU **UX UUUX UUUUVUV&&/UUŅ直UTUXUXPTUXUXનܪUUs*쪫UXUUUXUU*V𪬋UT**~UV~UU UTUUT#UV*UTUTUV UV UT TdUTVH* UX UX VVUXsUXs*᪪UV@#  " # >!e !Dln/! q!! oX q!! F i EPT:UXߪߪ*oUT*ꪬUXꪬUX*P窱UX窱UX~UTUVzUX XUV UV UT UV UXUV UXUT *UVUV UXUVPUXUXUVUVUTUVUV*񪨋>*UV!UTUT!UX&*UTUX * 󪨒窱UT몬UT몬*UT$P0UCCS_8287k*V骪骫|UUT}UT}wU骬骬*U檬w)&UUV1UV1>*J,",,,!,SUX[E!iUVުUVUV⪪UVqUVUVUTUTUVUVT UT*UTUTUU=U$X6T0U0TUX(Tx!Ux!TX檨UXUXTXUT_UT*બUXબUXUTUTwUTwUT**UT[UT[*UTªUV>*UVUUTUVUV*UXUX P(VUX0UX0*7>)UT*ҪUXgUXgvvUT*UV~UV*UT{*UVUTUTVUTUT*-UT65UTT,##TUTUT UT* UTUTUT UT T|ꪬꪬUTUTX*UFGG,UXHT`UTUXUTUX檨oUTUTTTLe0i ULm UTp U`sUXUT쪨yyUTUXRgUXUXXUXUX4YC]/?Z i?UT7UU//**$UU$UV *UU!UU!UUX#CVLUUT*T`nUTn㪬lwlw*UTUVUTUUӪYUTmUU⪬⪪UV *q q UV UVꪪꪪyUVWUTNpEpEX;*Ъ0Ъ0*%UXUX* *aժ*UTUXUVUXb*تwتwUVililUU۪檫UT檫UTwЀUUʪUVʪĪA DGG!UU,˪,˪7UVUUllLUTVUV UT  VUTUT*#UT!*UT*UTUTUT}}*UT ! uUUUXUVUX着*zz{{}  *UXUXUUUV X *UXLi    -T'UTr!Ur!UT*UVT"*TUVUUVUX *$**UXUVUV쪪UX쪪UXVUPn UXn UX**UVkU㪫UX㪫UXUVyUVyUU骨UUUXUUUXUVનUUg UVUXUXqܪ_UVꪪxꪾxުҪfUVUTV UT WTUVSUVV(*TTԪUTuwuwngk* *UUUTUUUT**~qUT UU檬 UT檬UTwwT$T*%UV"UTTUV UV UTVUTTbi    OUTjJUU#UV*vv *UTUT*xxTUVUVUTUTV{ުUTxxUT|UVTUT&N=*T++++T>QUTfi    UVS*ʀjXjXUVX骪X骫X*UTɪɪUUŀUTCUT*< UV5 UV53T23UX3UX&T8, i **UXUTUXUVTUTWLUTVS`UTUVuwT󪬒󪬒* UVUT UT * !UT UT TxUT T%V4* UT T\ TVPUTQXUTUX|UTUU磌磌*}UXUUUTUV*T|UV|UVT説UTxUVT UVUTUT*UUT**  UV UV TTUVUV*TV*XUVUVUUU3UV(xxUV_ #UXPUXUVUXUV*#UV)UTUT*UXUXs*⪨ UT⪬ UTUT*ceުTUTUT*}xUTxUT*UTsUTs*UT䪬aT܀nnTVeUT*ꪬUVꪬUVUT*WުT᪪ 䪫 䪪UTUVUTUU%T%TUU  X*X  X!UU{qqUT  *+UTCUUҪb֪ԪڪԪڪZUTUUog6oUV+UVڪ+UUڪ´֪&ҪUV+UVTUV UV p쪫4qq쪬 UT V(T+UTTҪ&֪ڪ+UTڪ+UXUTo6goUXUTZڪԪڪԪ֪bҪUTC+UV*  UTyq5q쪬UVUTUTUVV8UVTeTtԪ&-UV()UT+UX%UV+UX%UV 6UXZ Ԫ%UTԫ(%Tb)UTT-UCԪ*eUTUUTUTU%6q5qUUUUTTUVe*ԪC-UVUU)UTb%UVԪ%UTԪ ZUU6 %UT+UU%T+UU)UT-U&ԪUVeUUTUUUUUUTU쪫{쪬UVUTUTUVV8UVTeTtԪ&-UV()UT+UX%UV+UX%UV 6UXZ Ԫ%UTԫ(%Tb)UTT-UCԪ*eUTUUTUTUUT  *+UTCUUҪb֪ԪڪԪڪZUTUUog6oUV+UVڪ+UUڪ´֪&ҪUV+UVTUV UV 쪫4  #;t >GUTD*UXUX9UXݪ1ݪ1T'SUXSUXF9UTҀժ~ժ~ۀXUVd' UX UPUV UXUV UXPUXUX*X`H*0UX0UXUTP}UXUTv쪬쪬TyUTUTe,̪̪PUTUTQ̪v̪vUV*cUTcUpUUT㪫U<㪫UTUѪy[y[*UVUTUVUV*cY[]]UU*UVUU&U㪫vvыIU0CUT U=U|=UT7*$V/*T:UU$D$DUUVX!#UT#UTX###`"UT"UTUX mUTttNiUViUUTԪӪjӪjTUgVUV媪 *|UUUH~UUUVUcUVUV T#UV*#UVUV&UV& &&&%$$ UTUVUVUV#UT#U 'UT+UUTUTTUTUT 媬o'wqNȋ * UT T< UTX Vp T0TV|UT UXUTUXyyuqq ** UTUX SUX UTP VUX>[L Sj[,6w⋋,֋! w&w8& }bByF J:*5*UX/UX/x(窨!竸!⪨ݩUTݪUTT *aબ*UT㪬㪬p*UT窬UT窬*TuiuiUTUT쪬֪cbҀGTXX*UVUV*hwhwm䪬rUTrUTUbЪЪUUUTUUtʪ[UVުު*&*U)UV*UVUV*T.*ӪӪ6TU:*& UU""#UV#UV)* UX UX1UT~UT~ytt *UXUTUXUT*ުgg*UTUXબUXલP䪪UX誤UT몬|몬*UV檬_dUVi*i*kmUUVV!*@UT"UT"UT%(kUVުUVaUVaڪvcUVUTVUV UU UV}} U!UTTUTUUUUUT*UT V UTUV,'ꪬ"UVUT"UVUTVKUT90B;UTUVUVUTUVUV%UTUT+UV+UT/ UT/+UTx+UTx%gg*UTUTTŀMUTUXF誨説TbbUT#ǪUTǪUTT IUTUV檬UV檬TUTUV]U]]UUTUNKUUKUTX**UTUXUTUX*PUX(UT*rr*UTY*UXUTUT*vmUXmUX説UPUTUXUTUXUPUX/kmooUU~ꪫ~ꪈ*UVUV*Vi說uUVUVUVUVUTUV'UU*UVUV*1UV-UTV)UV )UT #*x*$,,UT5>UXUTUT *X UX UXUTUTUTUTS*UT V UTUX )UXUT**bzbzԀ]𪬋TUTzzzzz*UTUTUTUT𪬐}UTSTW,MTUT\UT*ZZVUT̪UZ*_UT_VHUUTުTd$UV UU *UTUTUUV V*#UT#U'T+UtT00*0UT0UT/*T𪬋TUVzzzzz*UTUVUTUV}UT*rr檬UTUVq媪UTUT**䪒UZUT__UU모ު檬!UV UV  BUU *UVUV V##'UV+Ut00{0UTUV0UTUV/*UVUTUVUTUV* UXUV'UXo*骬bUTbUVԀ](S(,#.ы(Rˋ(+%P' ' d'  w-.wf waw.f LpTpT&w'Cl;UXT1P(UX(UX  * T UTX  񪨗XUTUT*UT*UXUXUT**UTUT* {{UTUTvꪬUT\*تUXتUXߪP檬UX檬UX*UPUXUXTEĪ**UTתWhתUTUVSDrUVrUTyUVUVTUVUV* *UVUVUVUV *񪪗񪪗Vq誺wVUF着UU着VqwUy { { UUVUV6 T'UV'UT #*,,T4<<AUU  P%%n%#MM%M~%%%n% %n%%%%n%%%s   k )%r%k%P%kn%)%Fp%  r%M%kn%kn%#%p% M%k%fk%%%pk  M2%%k~%k%% 2%_p%2 %r%k%f%%  %o   r% %%kn% %p f    r%r%k n%kn%% o %s%% %%k%f    r%r%k%%%kfk%%n%kn%%f  o  33& 3  ()))bW+++T+++bW+++T+++W++.+T***W---T***U+++.)))U+++())))))2W++++++T++++++2W++++++T++++++2W+++++.+T******aW------T******aU++++++))))))U++++++$$$$$$U$+%$+%$+%$+%$+%$+%)%)%+%*%*%+$a+$a+$a+$a+)%$)%$)%$)%$W+$a+$a+$a+$.++%a+%a+%a+%b(+$.+$%$+$aU%a*%a*%a*%aW-$a-$a-$a-$aW%a*%a*%a*%aU+$a+$a+$a+$a-)%$)%$)%$)%T)$%)$%)$%)$+$a+)%$W+$++%$(+$aU%aW-$aW%aU+$a-)%T)$ sss7?Dpp|9Ri"_e_c9]e]c7UT UVUUUVUUUVUT(UV(UU/k6誫6誫:UU>>:T UUUU(( UT/66 X:>>*:TUXUTߪbb[ UTTT* XUTUTUV*UVUXUVUTUTߪUVbUUbk[誫T誫TUU*UT2 /,,V&T &*,UVUT,UTUT/ 22/UT,쪬,쪬&TTjj**UTUTUTU UTUUTUTЪ쪬_쪬_Tـjjjj*qUTxUxUTUUTЀ ӪӪـUVUV*&xx/UT2UtxeUVUTTtUV䪬UV䪬l쪫UT쪫gUUT۪۪ڀUT#55g`yUVX%UT$$*$UT쪬쪬"誨䪬UT䪬UTનܪ   hY VUVӪUVӪ*UVjj&V,UV쪪,UT쪫/*UU/* ,UTUU,UTUV&**&UT,UVUT,UV /*UT/*쪬,UT쪬,UTT&jjUT*ӪUTӪUTT YYTUTӪ쪬Ӫ쪬UVTjjjjVUT쪪ӪӪUUTY> DUTΪ/UTЪ1UTQUTGUVUTΪΪ[[sQGܪ*k UVUT UVUTTUVUVUV1[:sCUXUT* UV UVTUV UT UT*#UT?]zbigUTUVת着[[תUVUT iz.(UT(UT..(UTziiתUT  CUV?UTUU?UT%7////7%?UX?UXCV ӋӋCUX?UT䪨?UT(7ڀ/T/UT%ȀUXUX UTCCUX*䪨UV䪨UVڀUTUXUVUTUUȀڀ䪫䪪UTUVCC* UVUVUVUUUT%UV/UU/ڀ7䪫?䪪?UVCV,쪬V UT UT*UVUVT UTUT}}UV쪪쪪UV}UV}*UT쪬G쪬T UT UT*UTUTT UTUT}}UT쪬쪬UT}UT}*UT쪬,QZ UVwvvxzzV}'UT,-UT'!!TUT Q{{UT{UT{몬~몬~*UV䪬䪬ߪVڪڪߪ*䪬UV䪺UV* 몜몪UVUV򪪛 ,UTV UVUV}}UT쪬쪬}UT}UTUV*쪪쪪TUV UV *UTGUTT UTUT}}UT쪬쪬}UT}UTUT*쪬쪬TUT UT *UTfż{ UV{{{UV~UV~TUVUVU UTV%U%U UT*UUVTUVT UUT UTZUTwyvyv*xUTzUzUT}TUT؀ҪUTتii*UVUVUTUVUV򪪟tXX89ꪪUUVT}U}UTUV*g|C|UVgikk⪪UVUV88X88ꪫUVUU}}UV||UV!T*UU9898UTUVUT}}UT!T}}UT*ꪬ99X99UUTTTUT*gUT}C}giUTk}k}⪪UTUVꪬP'UV$""UV**UT"Ț"'UT'UT"|"|*몬UTUUTTUUTfتcڪ|UV|UV몬TUTUVUUdTUTUGUTUUfتتfUUUTUVT*UVUV몪*|"|"%UV C~~~~~^$"UT TUTUTUTUT* T)UT*&UTUTꪬppUXggUTX֪UTـ*۪UX۪UXUVꪨppppꪪUVgUVg*UT֪eVg i iTUV媬UV媬UTzz"UT*$UT^RTpVUT V< vT\*TVPUX*UVTȗUTUUUTUTTXV모UT몬**䪬䪬⪨બબ⪨䪬䪬Ts몬UT몬V*T䪬T䪬UT⪨*બબ⪨T䪬 䪪 s*UVUVTUVUTUVT*UTU80UVUـ۪۪UUUUpꪫ$UVUU$UVUV&*()UV&VUUUT$UV$UVT&("UT VUT*wUTv‰tߋTvw檬Tl UTl UT*UVUVـ*۪UT۪UTUVꪬppppꪫUUgUUg*UV֪UVUUT UV T*TUUT*UVUVUTUVUVUVUTU TTU몬UT몬**䪬ȑ⪪઎…⪪䪔䪪Ts몬UV몬Uc*U䪬UH䪬UU⪪*પસ⪪U䪞 䪪 s*UVUVTUVUVUUUV*UTUVWUX*߀UTݪUTݪitUXtUTUV*᪪kk*nުqUV⪬jT⪪p⪫pUUUTw媬w媬pUUUTUVUT*UVTUVUV*ww*VUUUV*U*UVUUUVUTTUV UV * V UV UT Ҫ*תUTܪUTܪuUU㪬s㪪sUVdUVdUUVЪStUT`UUت ت *UV㪬㪬uUT#UUUT#UU*(UU-UV UTUV **UTUVTUVTUUTU**UT UUUT UV**V"*&TUXUX𪨦wUTwUTnnT*ڪUTު*᪬᪬UT Tt!t!UT"UXUT"UX* YUTܪUXܪUXUV*utut{檨UXUT檬説*誨UV説UV説u UT UT xUVUV*񪨛ȪUT*ӪӪUU直骬l骬UU䪨磌ߪ着ߪVTcUVTUVUV*ww*VUUUV*UV*UUUTUV  V V UV UT Ҫ*תUTܪUTܪuUU㪬s㪪sUVdUVdUUVЪStUT`UUت ت *UV㪬㪬uUT#UUUT#UU*(UU-UV UTUVT*UVUVUTTU**UT UUUT UV**V"*&X$*直 UT直 TUXUTlUlTUTUTӪ VӪ UT*Ȫ T*UTUTVUTUT  UTUTUTU*UTUUT{UXuuUTXܪܪUTUXYUU$$UT%&&*&*%%*#* "))*(Ut(UT%%*$* " "X UT&X"UXtUXtUXTUP⪬ UX⪬ UXUTmબUTXoo檬UXUTvUTv*窬zUTzUTTબUTTzz*UTUTUV檪o UXo UXUV*પmUVUX⪪⪫U直tꨈtꪨUUqUXUVUTTmVߪ UT U*TTUTdתתT"aUVUVUTTUVUVUVUVUUUUZUTUUUQUUiફ%UUU"UTрUԪU+UU"UT.%U1%UT1'*233**3V+UT+UP2UT*0UX02UTԪԪT3Tb3b3T2ڪ1ڪ1ݪ.બ+UXબԪݪрڪUXڪUVUTbUbUTV*ԪWԪW`ͪUUUT*UTͪ+UU+UVW***UVU\'*UU%UVUO UV UT* *UV UT UTx*UTʋT *UTUT*zUTUTUUTTUT].*+UTUTUT$UX eUT{VVUV媪qUVqUV*v|v|z~w~wꪫUU쪫*UVUV ~UVUWUUVUTUVUU*UVTUVUT UUUUT  TVUTTTU*UTUTTUTUTUUUTUԪ**UT٪UT٪*説檘TTUȓTܓT UUUUX  XD 'UV{UU~UV媪qUUqUU*v|v|z~w~wꪪUV쪪*UVUU ~UUUUVUUUUUUUU*UVTUVUVT UUUVUV  V܋GUT{VVUT媬qUVqUV*v|v|z~w~wꪫUU쪫*UTUT ~UVUVUUTUUUTUU* ܋ 4K e H@H4HH4K eHHo; B8UTUX %X* UT QxUTY48UXs쪨XzzUT窬UX窬UXUTUTUX窬窬UTz UXz UXUPUXUX8UVeUTh UVk UVk*tt%*UXUX8UTBo  8o ! uUVUXUVUX着*zz{{} ^ *UXUXUVUV X *UX xUTUTUVUTUT*UTUTUTUT!*$DTת%UXת%UXT;UVUTUVUVTXUV쪨UV쪨t~UX~UXnનUV( * UX(ȋUXꪨꪨUXe⪨}UX}UXUTꪬUꪬ檪Tvovoosos媪TUV㪬UV㪬몪߀{UT-T'UTr!Ur!UT*UTT"*TUTUUTUX *$**UXUTUT쪬UX쪬UXTUPn UXn UX**UTkV㪪UX㪪UXUVyUVyUT骨UVUXUVUXUUનUUg UTUXUXqܪ_UTꪬxꪬxުҪfUVUTT UT WTUTSUTV(*TTԪUTuwuwngk* *UVUTUVUT**~qUT UU檬 UV檬UTwwT$T*Ƌ%U"UTTU UT UTTUTTOj TTUXnM.P*(  T UX UX P UX UX*OUTjJUVp#UT*vv *UTUT*xxTUTUTUTUTT{ުVTxxVT|UVTUT&N=*T++++T>QUTUTS*ʀjXjXUVX骪XX*UTxɪɪUVŀUTCUT*< UX5 UT53T23UX3UX&T8,**UTUXWUXTRUUTXU UTUXuwV󪪒*8 UXUV UV @ * !UX UV UVUT X%UV* UT T0 TV|UXUTUXUT|UXUT窱窱*}UTUTUTV*T|S|UTT説UVxUTV UTUVUV*UTV*B*  UT S VTW UT*TT*UTV(TT3UT(xxUT_ #UTUUXUTUX*#UP)UXUX*UTUTs*⪬ UX⪬ UXUT*ceުXUVUV*}xUXxUX*UVsUVs*UX䪨aV܀nnVTeUV*ꪪUTꪪUTUV*WުV᪨ 䪬 䪬UVUTUVUT%V%TUT  T*T  T!UTw͟=  *6>FNj9?3K  : GKC;x|Fd #2%h&B)x***,[,,.01f457};n<>@ABBBCD{F F"F*FeNghhhhhhijjklcm/p}rtrx\z|с.Ņ~p|Љ4V%2?KWb+:KXK V]V t t * 4  w(w VEmXNj &;c+;UTUTUTUXUXUTUT**UXUX誨誨UX UTq UTqUT檬 UX(V%%骨!UT⩘(ۀTTUT UTT-U UT'UT!U!TdTUTVHUXUT!!#%UT9UXX1UP骨)UX骬)UX߀!PUTUXUTUXWª ª UTUX=0lEUT͒>>*/UTUV/UXUV%'*/:UUD ުmUTUT*sxsxlUTee]TUu4sdKX2UT᪨2UT8**  ЪتzખzફUTr᪬UU᪬UlgUUTU?UUUT*Ur5U0UT+UUT+UTUT%**xxT⪬⪪UVa WU$UVLT BU BUT7UVUV"T!X*UV*U2T UX;U$* UT} T}UTUUXTUXTqU⪨UT⫨ mTX<UXP**UX(UXUX(UXન#ff*UTUXUTUXP */UVX᪨UVӪ_ũp_ŪUUCꪫUXꪪUpUVTU< VUT55!UUUUªª8ЀDUVUUDUVUUQ**ϋ;T 3UU3UV-**&& 'UX,UUUX,UV-.3}gUTh쪬i쪬i*m媬q媬qmvUT{UT{*aªˀUTUV*#UUo.o.UV9*CCUVMWUT rX㪨SUT㪨SUX*DȪȪT'X::T X]UTSUII>*+V229&GUUU UXbV NݪzUTUVUTUV"Ӫr6 ًC9UTx9UTx/UXת׫(UTTK UT>1 T0a0.0:l0+ s4UTU窱窱쪨骬UU骬U_rUUUTULUTUU**kUd.UUǪ\Ǫ\VVVL BUT BUT7UVUV"* NjՋ<*X.UTת.Tת#T*Uh?{+*r(UXr(UXlffUTͪUXͪUXŀUT|UVmUVmTXԪŪԪŪkCUUUXUVUT% *UVUVUPUV UU*+U[M+UVM6πhAhMYUd0T--** &&#*X SESSS 0000 50/*hUUhUUT*䪬*U窬 *Up쪪UV}}$VUV*OlUU-UUĪĪUUAUT9 UU)T!&UV!&USUT.UU6UX6UV<B tu55SSi7= 04S 6EuM~UTꪬqqUT檬UTUTUTmબUT UTUTUTUT*UTM}4V" UVUV"UT!UXUV c UV٪UXUV{UTTUV窱UV窱*{UTV@VUTTlUTUV*:J8J UTT *UT!UȖ!UT * UT S#UX UT W$$UTUXުi⪨*ߪܪܪTUTi zE@iTުUVUV*⪪qUVUUUTUUrr>*TUVUV*UTUVUTUXUV _T3s3s9X[UTUTVUVUXUVUXʀ`ԪƪԪƪjUXUU5UV5UT TUV4UU4*UU*UV5UVҀપફJUTUUTۋGTU??5T,UV!I*UXWUVUXWUV eUVsUT NUTxΪΪUTH>UXT*z*Xͪͪ*Xުqުq**UTUTUUTPz** UVUT UVUTTUVUV**!UT%UT *TUT쪬UT쪬 檨બબeUTPSUTVɪɪπTUVqUUq݀*媫UT媫UVUŀ'UU5UVƪ5UVƪOUTUUiUV1UV+UU !*UTUTVUU"gpp UUUTTtTUUV8UT*UXPUUUXUXUUUXUVUV ƪԀUV!U]UV!UU*62 UV(UV|UV**ڛ!UV $TT$R2ܪUTfUVUVTܪpkpk*UTvUTv[Ȫ ;VUĪ'ͪ'ͪ3?UV?UUM[UdB; 44-UT*UVUVUT$UU)UU)UNUX,RUV⪨ЪܪЪܪUTUUCUT* dU]dUUપUV$UV$z,VV;VBB*;* UV3 UV3+UTUVUTUT0* *9UTN<*h*h* UTTUX-T{*UT誨'U説'UTT"*ffTX̪̪ŪUXUT*OUXOUXʀP\UX\UT*ƪUUCUUCUT UUTzFzF<e2UTe2UTT'*êê*KVŪUXŪUX̀lUVԪUUԪ܀R媫UT媫UTU#- *UUDUUD *UЪЪ3UVUUi"P:"j" IeCUT9||u'UTnn(*UT0UTZUXȪ_UT*ܪUXܪUX*UP㪬UX㪪UXrUV檬UV檬*㪨{બ UTUVUV*UT*TUVUVUTUVUX>UX{{T骬骬UTUUrUUr**UTHUV/T)x)*UTUT"UV"U $T'UUT*T몬몬UT䪨ݪݪ*ʪ PUXUT\\ .UX]UTeU\*UXUTUt*N UU* *ŀ)UV)UU2UVUUUVUUATH׋D* UVUV UP UU USUUVUXUVުT㪫UV說UV誫xUUUUUV!UTUU!UTUU$IUT=*UUUV(UT'*; UXEUV UXEUVK TUVUU}ҪUTUVUUUT*TxUxUTTҪתܪܪUV*s UUs UUV*UU4UV4UVV@LI9UT9TUV,T U Tp*UT" V<" UT*'UT0( UTUT UTV8TTtUT T*WWĪUT ;okgUXgUXUTڪUTUTUXUXUTUXހy㪬誨㪬説㪨UTުUVުUTڪUV֪vUTUVUTUVUT**UXUV?{UX䪨䪬*UVݪUVݪۀUTUTeڪQH:*7UTUVUT-%T,,2UT UTË)UH%T*"UdUT"TUT TU 7UVX-T窨$UV窬$UVlVUTUTUUTUTTUTӀ UTԪ Ԫ UTUT *ggl Tq q VT񪪞񪪞VTdQ2UTUbUT*UTTT*V$UTUTUT窬m6*'窬窬TggbUX] ] ΪXUTUXUVȪUVȪܪUT)̪ *ժUUުUVުUTUT%򪬵*UT*l/UUV+T(U(T"TU}UT}*V몪*ުk**UTUUUTU`*UUsUKsUfUUjUEjUV**UTeܪVUTUV*r Uer UUꪪUVUV**$3lUUUՀݪݪUUVUU,**2UV2UV8>ы>*6UTUU6TUU-TU%UUV%UTUV"(( X-2 <3UVUUUUU*UUUU*UTUUUTUU{UUttUTUU媬媬䪨*㪬㪬UUTUTр 㪬UU㪬UUT4 D"D Q> HeUVϪϪUVUV#UU+UVUU+UVUU3Nj.U#UT #U UT UUTUVUVUUUTUUUTUUUVT쪪xxT*UUUU>UXUP UUUXUXUP*UXUVUXUVXUIU*~UV~UVUT窬㪫窬㪫⪨UUݪ|ݪ|ـUTaV㪪㪪tUUUVUVUTUV#UUUV#UV*4 RD&UVUTUVUVTUVUV*UTmUTmrwUTUUUVTT UV=U<UVUT*UV窀UV窼*誚䪫UUmUUUVUVTUUUVUVUT*UVUVUVUV**.FK_(g*UT*UTUTUUTUTUꪬUTTttUTy#k ]8!]99[!3VP \RT*x媪TUVrr*UUUT몫UT몫** UUUTUT**UTUVUTUV*TjyZk5VUUѪتѪت΀UVUVUU{{UUUIUVUUUbUTUV V$UVUV ,4UU4UU:UAUV -c>= 7L7 9L9 |XkT᪨᪨րUXUT*+XDD*UXUTUTUVUVUXUVUXUU*UUPUUPUU@UV0UV0*UTUTUV*00)VVĪ4Ī=U*F㪪F㪫KUVUۋPKT*UVUV=T+U4;UU4;UV)K*UXUX*kT| **UXUTUXUVTTUTUVUTUUWfĪ誫Ī誫UTUUG ĪUUĪUUUV_2_2*A*UUOUUO*_ToU U_UTOUOUX"U̷223%*;UVP;UV?UV XCUTϋ?*;UTUX;UTUXP,UX,UX#*J X GEL w%w zYw ! uUUUXUUUX磌*zz{{}  *UXUXUVUU X *UX PES !( 5 TTUTnM*  T UT T, T V UT* 8w|o UTUXUTUT UXUXUPUTUXUTUXUPUXUXUTUT*xUTUX𪬋u説*UT UXU UXUT TUT䪬 o UXo UXUV*⪪تkUVUXUVUX*P|UX|UX*UV⪨UV⪨UXmUVUXUTUVUVT UXUVUV UX UX UVUVX*UX||UTUX󪨧󪨧X |*wUXwUXT᪬᪬܀UTUT܀᪬᪪VUXww|XssrqqrssꪨUXUX**UVUT#((#UTUT*XUX TUTUT𪬆𪬆UTuuUT𪬐𪬐UTVV* XUV UV *X UTUTUTUT *UTUXUTUX** 0,e*B,/z<"0 %UTUXTUX  UT%Uબબ\VUT JJ UTUU "*UT}UT} *몫UUUVUTUVUVTT*xRxTV䪬sUVު)VV*V UT*UTUV""* UVUVT rX㪨SUT㪨SUX*DȪȪT'X::T X)]UTSUII>*+V229&GUUU UXbV )S ًC9UTx9UTx/UXת׫(UTTK UT>1NݪzUTUVUTUV"Ӫr6M UTUXUTUT UXUXUPUTUXUTUXUPUXUXUTUT*pUTUX𪬋u説*UT UXU UXUT TUT䪬 o UXo UXUV*⪪تkUVUXUVUX*P|UX|UX*UV⪨UV⪨UXmUVUXUTUVUVT UXUVUV UX UX UVUVX*UX||UTUX󪨧󪨧X aUTV{{KsBUTk8 O-0YUX,oUTUTVUVUXUVUXʀ`ԪƪԪƪjUXUU5UV5UTUTV4UGUV!QJ 0Ҫ1ݪ9UV說9UV誫AUUՋۋGTU??5T,UVƷ!I*UXWUVUXWUV eUVsUT NUTxΪΪ>5*"U+.+.!:UXFUVUXFUV R^ 7UV{Ȫ{Ȫ骬_UTUNUTUUi*ت~ت~UT]UTתeeުUV#UU UT*ܪccTҪUT ݓDUT66*+TUVUV!UT *T)T%~%~ TTު"VUVUV*,  2+X$$TUXTX UTUXa*UX㪬誨㪬誨ՀUXUTUUT UUXUVUXw UVm᪨UXUX*UVrUVr모$UX$UX*1UT 2+X$$TUXTX UTUXa*UX㪬誨㪬誨ՀUXUTUTUV UVUXUVUXw UVm᪨UXUX*UVrUVr모$UX$UX*1UX "o|#w ?Y< 2+X$$TUXTX UTUXa*UX㪬誨㪬誨ՀUXUTUxUT U4UXUVUXw UVm᪨UXUX*UVrUVr모$UX$UX*1UT UTx*쪬쪬쪨V쪬mT窱窱TUUUY UTTTUUVUT * UUUTUUy}yzU{몬{목UT誫媬媫UV*ફUVҪ#Ui#UTi4zы** "?fY 1THUV/T)x)*UTUT"UV"U $T'UUT*T몬몬UT䪨ݪݪ*ʪ-IGCUT*9UXUT*'UTmmUTԪԪΪUXȪUT**hUXhUXTUP䪬UX䪲UT窪ꪤ檬ꪪ檬UV㪨{બ *!!!!UX1 "+YUU*UUTUVUTUU*qs몫s몫T*ߪߪ*UVڪUV*媪UV媪UVVTsUVsUVuwwUUUU UUVUVUTVUVUVUTVUV9UT6-V'UT'UT2UV2UU T=H gbKegoHH  {Yw zOc &YU #L# %L% t"MUVU ] ]*٪UVUV#+UT+T4UTUU=U͋9T 1UU1(UV,*!&0*- o⪫TrݪUUݪUUT_S֪UUT!UT!5U P0 F*@TUXUX2֪*UT֫(*UXXTUTF Xn@I@m**êUXêUX*j֪ժ֪ժUTUVPUUP**UTUT êêʪ(UVѪ(UUѪ1fUVUUC*׋mIm׋C U1(UX.UV(UX.UV5UT@ ʪπ}UT}UtTڪ媬媬lߪ*٪UV٪UV*ΪL+X'UT'T!UTꪨU㪬UT㪬*܀UTUTYƪ 9UTUU**#UVUTUVT\UT&VP&UX+UV*LUVUTUVUVUV߀V媪媺U%UT+}+05UT UTVXUV㪨UV*ת]˪]˪UL窫UX窪UdVTUH€UTUtǀUVʪUUʪ#*UV]]bgꪪUVwUUUV*yyUV\0wtY$a'*i)i)V+몪-UV몪-UT.UVUV01UT UV UV7UT/TUV'(UV'*UX*UX2 :ŋ2*UX*UTꪨ*UTꪨUXUXUT*SSLEΪUTUT[UT[UT몬Ҫ몬ҪTԀiUViUVaTYUVtw0\UTyyUTUwUTꪬ#*1UX5UVUX5UV8;;=?UTZXR*窨I窨IX]4UX]4UX*(UPUTUXUUXT*U( *着UT쪫Q쪫TXUUUTUV**uu*몫UTUUKUU$$X*UU5*UX:UVUX:UV*?DUX&*.UT.UP .UT.U\.UT*,UX*UX*$UXPW8wT*StUXUTUTꪬvv*UTUTXUTUT窱Q}򪬯T!vv*UTUTjڪڪUT]t*\--UrUTBEUR *t@UV@UV/d].)TUU U*UVUPUT"UU%U[ MU,*AT UV6U UV6UTT,*UVUVUTUT.(UTUTUTT٪٪UT*̪̪ ɪƪC*UV몬ʪ몬ʪ*Ӏ䪬UV䪬UU᪨ުުUTUVg_ڀll檪*UV"UUUV"UU+U5UV5UVUVˋJ Ut_u-U<UV*  UVUV VUVUT4"#*$UTUV$TUV#T#UȪʪ̪̪Ҁ*UT UTUV T*TsVsUT1TV&T'U'UT>*UUXы;*0UTUT0TUT'ThUЪUTAƀ/UT(UXUTEUVʪUXʪUXUVPgUXgUTUܪܪU٪֪i*બ UUUT UUUTrꪬꪬUVUVUTgUVUTު}ު}Vrtrtw䪪|UV|UVTUV]UUժUUUWUުo,VUU66AUULɋ7TUU1 1 ,UT*"UTVUX"}UVT*骬x骬x媨᪬{᪬{ݪU٪٪TV] IzCUT9||u'UTnn(*UT0UTZUXȪ_UT*ܪUXܪUX*UP㪬UX㪪UXrUV檬UV檬*㪨{બ UTUVUV*UT*TUVUVUTUVUX>UX{{T骬骬UTUUrUUr**UTHUV/T)x)*UTUT"UV"U $T'UUT*T몬몬UT䪨ݪݪ*ʪ 1T11*/*UX,UX,)*%%UT *PUX  UTת UTת *ԪѪѪTUTZZUTTҪ;UVUVTѪ窬g窬g᪨媫۪UU۪UV*ΪUV1UYUV1UU*IUUaUV1I+ ȪȪ*Ҁ%UUUU%UVUU.UTV7UVUU7UVUU?H݋GUT <UU<UU2'UU(UT3UV(UP3UU>* XQVZ 3]ԪUVUV}᪫}᪫UUVyUVys䪪UV V6Nj6UU422 *-T"UTUT*%UVlQͪUXUVڪUUڪܪҀoUToU*TUVU$UUUT*IUU?UVUVUUVUUUPUTU*%U[%UVs)!UVUU *UVTUT*U UT $UUc ۪UTUUTUUUTUVUVUTUUVUUUU!UT)%UT%UXP"UUX-UX-8*BBUX׋UUVCUT*UX@UX@*;*o5o5ܪ-UX%UTUT%UXͪQl%TUTTU㪬UT㪬UTbb UT*UTUUTU OɀZZahhTpxxUTUT骬VwwUUUTUT#UU)).3UV S UV *T*UVUV UV UT?rs * UT UT T UT*UTB^qUTT*媬p媬pUTUTp窱p窱䪪*UVUV*UTo aw5wk!dAs]*xUVxU\UUyUOyUiUVU쪪UBUU骪檄k**UU UUUU UU 誫:$UUUUUUUUUVUVUVUUUTUVUPUUUU[UUUU+UV$$!UV*UVUV"**T2;UV UVqWڪWڪUTUUlmUTT6٪6٪UTUV zWUXUT⪨Sm檬*UTUTUTUT**q>ErUVb*UV  V!UV@ H@ BTUT򪬊TxxTww*UTxUTx*UT(@YVUUUVUVUV HnVVUVTUVUVTUV`UTTUT%UT#U2vVHoapݪqUTqUT媬*UT|UT|㪬UTUT**ުn   **UXUTUXUVPUXUXUPVUXUTUVuwT󪬒󪬒* UVUT UT * !UT UT TpUT T%V<* UT UX PUXUTUXUTUX|UT UU磌磌*}UXUUUXUV*T|UV|UVT説UTxUVT UVUTUT*UUT**  UV UV TTUVUV*TV*XUVUVUUU 3UV(xxUV_ #UXPUXUVUXUV*#UV)UTUT*UXUXs*⪨ UT( UTUT*eުTUTUT*}xUTxUT*UTsUTs*UT䪬aT܀nnTVeUT*ꪬUVꪬUVUT*WުT᪪ 䪫 䪪UTUVUTUU%T+%TUU  X*X  X!UU UUUUTTUVe*ԪC-UVUU)UTb%UVԪ%UTԪ ZUU6 %UT+UU%T+UU)UT-U&ԪUVeUUTUUUUUUTU쪫쪬 UT V(T+UTTҪ&֪ڪ+UTڪ+UXUTo6goUXUTZڪԪڪԪ֪bҪUTC+UV*  UT % %  %r% o%r ^% %^ } < 9*55.T.5UV5UV8 <<9*5t5t.Tcc*UTU TU,UdRtʪtʪUVcccc*UTtUltTU@UTR ʪʪUVcc.t5UVt5UV8< UWYYUVUVԪUUԪUUgg'UV+UV檪+UV檪.UV}}.+UTUV+UTUV''UX+UUUX+UV.QUTL*UXUXa>*ʪ5UTʪ5UXTDDTUXUWY}Y}UVUXԪ檨Ԫ檨UUUXgggUUUT檫Ԫ檪ԪUVUT}Y}YWU ggV@X  UV UXUXT *UXUX ** UTTttTꪬU_Xii*UXUVrUVr⪨UXUXUUۀت,,KH D6B+VPtNr|g`ttt^,qqffOL $$IsucE^Bl84OtGt82wk qfffff8$}tnBBqqqqqqqq5bU6fffOOOOLLeL$B$III8nOLQ-t7 If flL$$1;$5pr\\2:X55qOGCfqL$_YViWV4 fBF^f\j|FE5 u\5B$BNN]PuZne"P-[;_ %9vvvvi iuN4lttstsjjjjjjjfwhh4s%%n<fafpTT%ɉo1v$ nPK?7x.x.OEBPS/LiberationSerif.otfOTTO PCFF j!(lFFTMP!.\GDEF GPOSsX GSUB D  !!!!"!&!.!^!!"""""""")"+"H"a"e###!%%% %%%%%$%,%4%<%l%%%%%%%%%%%%%%%&<&@&B&`&c&f&k ~Q^    & 0 2 9 < > D  !!!!"!&!.![!!"""""""")"+"H"`"d### %%% %%%%%$%,%4%<%P%%%%%%%%%%%%%%%&:&@&B&`&c&e&jE-tfx wuq -*"! ?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_ nabftlh!rg:5o<=ds/218ixt}`k4>90jy~  {6u IPmLMNvQOJ!dLiberationSerifSA   ( ( Rj$+29@GMSZagmx%/9EQ\gkou{#)/;GMS^adkrx~"&,29@FLQVcpw~&-49FPYemv (2>FOchlqv}#,5>GPYbkt} (1:CLU^gpy $-6?HQZclu~    ) 2 ; D M V \ b h n w    % . 5 ? H Q Z f q x      & . 6 > F N V ^ f n v ~     & . 6 > F N U \ a h o v {      " ) 4 B I P W ^ c s y | .uni00A0uni00ADuni037Euni00B2uni00B3uni00B5uni2219uni00B9AmacronamacronAbreveabreveAogonekaogonekCacutecacuteCcircumflexccircumflexCdotaccentcdotaccentCcaronccaronDcarondcaronDcroatdcroatEmacronemacronEbreveebreveEdotaccentedotaccentEogonekeogonekEcaronecaronGcircumflexgcircumflexGbrevegbreveGdotaccentgdotaccentGcommaaccentgcommaaccentHcircumflexhcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIdotaccentIJijJcircumflexjcircumflexKcommaaccentkcommaaccentkgreenlandicLacutelacuteLcommaaccentlcommaaccentLcaronlcaronLdotldotNacutenacuteNcommaaccentncommaaccentNcaronncaronnapostropheEngengOmacronomacronObreveobreveOhungarumlautohungarumlautRacuteracuteRcommaaccentrcommaaccentRcaronrcaronSacutesacuteScircumflexscircumflexScedillascedillaTcommaaccenttcommaaccentTcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuringUhungarumlautuhungarumlautUogonekuogonekWcircumflexwcircumflexYcircumflexycircumflexZacutezacuteZdotaccentzdotaccentlongsAringacutearingacuteAEacuteaeacuteOslashacuteoslashacuteScommaaccentscommaaccentuni021Auni021Buni02C9tonosdieresistonosAlphatonosanoteleiaEpsilontonosEtatonosIotatonosOmicrontonosUpsilontonosOmegatonosiotadieresistonosAlphaBetaGammaDeltaEpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsiOmegaIotadieresisUpsilondieresisalphatonosepsilontonosetatonosiotatonosupsilondieresistonosalphabetagammadeltaepsilonzetaetathetaiotakappalambdanuxiomicronpirhosigma1sigmatauupsilonphichipsiomegaiotadieresisupsilondieresisomicrontonosupsilontonosomegatonosafii10023afii10051afii10052afii10053afii10054afii10055afii10056afii10057afii10058afii10059afii10060afii10061afii10062afii10145afii10017afii10018afii10019afii10020afii10021afii10022afii10024afii10025afii10026afii10027afii10028afii10029afii10030afii10031afii10032afii10033afii10034afii10035afii10036afii10037afii10038afii10039afii10040afii10041afii10042afii10043afii10044afii10045afii10046afii10047afii10048afii10049afii10065afii10066afii10067afii10068afii10069afii10070afii10072afii10073afii10074afii10075afii10076afii10077afii10078afii10079afii10080afii10081afii10082afii10083afii10084afii10085afii10086afii10087afii10088afii10089afii10090afii10091afii10092afii10093afii10094afii10095afii10096afii10097afii10071afii10099afii10100afii10101afii10102afii10103afii10104afii10105afii10106afii10107afii10108afii10109afii10110afii10193afii10050afii10098WgravewgraveWacutewacuteWdieresiswdieresisYgraveygraveuni2010uni2011afii00208underscoredblquotereversedminutesecondexclamdbluni203Euni2215uni207FfranclirapesetaEuroafii61248afii61289afii61352uni2126estimatedarrowleftarrowuparrowrightarrowdownarrowbotharrowupdnarrowupdnbsepartialdiffuni2206productsummationradicalinfinityorthogonalintersectionintegralapproxequalnotequalequivalencelessequalgreaterequalhouserevlogicalnotintegraltpintegralbtSF100000SF110000SF010000SF030000SF020000SF040000SF080000SF090000SF060000SF070000SF050000SF430000SF240000SF510000SF520000SF390000SF220000SF210000SF250000SF500000SF490000SF380000SF280000SF270000SF260000SF360000SF370000SF420000SF190000SF200000SF230000SF470000SF480000SF410000SF450000SF460000SF400000SF540000SF530000SF440000upblockdnblockblocklfblockrtblockltshadeshadedkshadefilledboxH22073H18543H18551filledrecttriaguptriagrttriagdntriaglflozengecircleH18533invbulletinvcircleopenbulletsmilefaceinvsmilefacesunfemalemalespadeclubheartdiamondmusicalnotemusicalnotedbluniFB01uniFB02uniF004uniF005.nullnonmarkingreturnmiddotpi1cyrillicbrevecaroncommaaccentcommaaccentrotate1.06Copyright (c) 2007 Red Hat, Inc. All rights reserved. LIBERATION is a trademark of Red Hat, Inc.Liberation SerifLiberation Serifh  !"#$%&'()*+,-./0123456789:;<=>?@|BCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abgdfj}sx{e     ~ !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~oAuiwvpqtyzkl@ABC      !"#$%&'()*+,-./0123456789:;GHJK<=>0@ +(1DQ ##(,.F////3%;;<< <<#<<<<<<<====/AtAAAAAAAAABB+BFBdBoByBEE EE)FFFFFFFIgIoI|IKKKKKLLL L(L/NNQeSUX"Z{]~]]dfhkbkkm)m5ooqZttvwwyy&{r{{}{0GSn!1@EVgxJ\nY* N rev.E2C")gxˆũY#,L̫̼̚.ϛzԞS׶وSnAUp]tkgx->MZi0 (7zu  & 7 H Y i r |   2Wnxkziy;CN5EUf! !$&++..1j1t13m4[5+::<>uASDMEdEmHKuLMN OO'O7OGQTTVVVXX[]___``(abbc ccgOgUgcgnhhhhhhhii lmmNnoowq9qQqbsvxkx||m~q!n #Go;kze(90q1EWk}Q#3BKT`qDKECN^yĔ>LTl!ʎЪ ۹3Mqn[A $)@Pe + ? O _   m   ! 5 H ] p        * I d ~    "@\|)Kh"DVhz)%:e1CQ8 "%'+-14 578q9:Ø1UTUU1UTUV)""/UU/UV4UT9UV(UV""|xx骬UTUTVUTUT*TUlUT UTU@ UT બ UTq* 8UT؛ UTX 8֪̋[ *UTUXUTUXɪ*U9SUXVѪyѪy؀UVnUUn檫ݪyUXyUXPUXԪTjj UT檬檬U*直񪬧񪬨UTUV*UTUVUUTUVUV㪪Vpp UVu u UUUUiSIUVUUUUUUUU *UUUU$&UV&UV%T%UVUUUVUTêت_ت_ǪUVUTT*TwwUTsooݪUVu6V##UX##UX3*BO⪪V UTr r *UVUTUVTlUTTUVV@UVT$(Lw# [T=UXT=UX!UVUUULUVL**UX5UV5UUPUUUTkUVpS* *5@UT5@U<T[TwUp0ЪTffUTT檬檬*骪UT骪UT*UVUVpTꪪ ꪪ zUVUTUUUT****/UT.)$UX$UXU UVUV  UV~UV~Vx UTr UTr UX۪۪րUXy䪨[UX=UdUX=UT!UXULULp*UVTUU55PUUkUXp *5UX@UV5UX@UV\* /ЪVffUXU檫p檪*UV骨UU*UXUXpUꪨ ꪨ zUXUVUXUU****/UV.)$UV$UVX UXUX  UX~UX~Px UXr UXr UV۪۪րUV8q'UX$UTUT㪬㪬fUTUXUTUXȀ*ƪЪUXЪUXUV모mqmq**UVUXUVUX**aګ(UVUTk UVpUVp*UT骬骬UVTyUV}*窱dUTdUT܀sk⪬k⪬媫TUU`UV`ˀM)UR|*UUZ7UT2- UU- UU)T "UVUVUUUU?/싋9xd'UVUX(UX('&UV &U $UT 8"U "UT X*]V"pS*yUTyUV窨TUXUV:)UT(UT#**"" )1UXUTҀ*ת UVת UVݪ㪒Ԥ*UU%%UV,*2V *ң*Tt* * ]ꪬꪫT*rrUm}m}T۪۪؀UT<UV2UVыyUT7UU&UV&U\UUUVUOUVUW"*$&*'UU*% ) VV UUV UV *|UU|UU**UV{UUUUmUUU>UUUUUU*||U*UVUV*UUUUUUUUUU* UUUUUV*UUUU V  UUVUV*wiZ)kF8બUTtUXtUX:*rmUZ*UXCUXgV*rUTSUVUVGUVjĪUZKU0AUT*7U|UU7UTUV-,Ư:THUVVTcUVL+TV}UVUTVUTV媬UUj㪫j㪪*VUTΪ׀*UVUVUVUU*(yy@LUVLUVV*UKUTKUP ?33V'UX( 1UV0(TppUTتUXUXUTUT*UT+WrVpVe#.FB<>V72UV:2UV6*/1Ut,1UT,+*&)&) *UT,TUT.UT.*26oUX*V*UTU`TmULƪVXZZ*XUU8  UUXUXVVVYU4@UTUX'UxҪ'UTҪIUXMUTΪΪUT]骬UT骬UTobUTتUVتتT^`^`UVѪǪUVǪUV*UUU'DcUVUTMƪ7ƪ7"T2UT+T * * UT$UT UT$UT'*ۀBB*sUTUV᪪XooUV檪UX檪UX窫誫誫說UX誫8UXUXUVUVUV*,%VUXUX*{UTꪨUT**ߩ߫*ԩUyUTgU gUTUT説#9#'U$T*"UUT"UTUTvv*UTݪݪUTVWҪ*UT٪UT٪*jtUUtUVબUTUT*UVMw*UVUVt骪骴*V쪢쪫UU^PIUUɃɃˇ͋KUTC*UUUU1*(UT(TT(UUU/UT/ 6*<J#J"#,ꋋ@@7yt7y⪪V*tUTtUTUVUV|UT|VUTS@-<-UVTUTVUT"'UVAUV5)~)~ TqqߪUTUVҪWUVӪUTcUTc*ݪtUUtUVબTUTUVUTUV**MwUVꪪꪪUVwwVzz^PI2UU5*8UU8UV;>PF*;;1UU'UT$'UT$*3UU3UV 9UT?UVCUV*9VUT0UTU0ULT'TTU`UTUT[*ƪƪIUTW4AUV8UT0UT0s(UTબબTT^^̀TSSǀR{R{ˀUT[檬 *QEUTEUX9UVUV "UX%%* UX/UXUT*XXUTUX TUX͋{֪ѪUX̪̪UTUXYUVUXUVUXʀUPѪUXѪUXfCUUUV* T66UUD'R'R0*9UV9UUAIUVB:T UUUU*TUV"%UU"%UU*-T=EUV2Ϊa *UVUVUVUVUT&UVUV>V1UV1 UT11/UT-UtJ6窬"UTUT"UTUT**IUT ΪԀUTUVUTUU몬檫몬檮*쪪ުުbUVUTΪUVk UVk UV檪UTUVUVUVUU~%%UV+1UV0+*UV%UV%TUV UT UT(1UV0UT!UT!UTUTUqUTq*UTUVUTTUVb cgkk*䪬UTUTUTUT骬ooUT֪֪VppꪪUTUVUVUTV'UX*UV UV *UV UX UX"*)UV)UT"UX򪨧UTUXUX TPUXUXgت8 *UTUVYUVY*!UT!UT(*檬.z.z3UVË;UV7UV3UT3UT/UT**TUmm_T*תUVתUVԀ*UVUVTUUVUVzz着*UVUdUUVUGh$J|-UU./UU/UU5**:,V*+ UU+ UU)*&&# UT$UV T$UTT+UU3UWUT3UV*;CCLV *UTUTpFX۪7۪7p*)*ȪȪUT UX?UVOXʪʪҪpڪUXڪUXUUӪwVwV*UTF.' r rUTڪUXUX UT UTT)֪UTUT~___UT_تƋ*UT᪐ ᪪ UV*vv{T.UT6ph*V*(UV;(UV;?*X'VV UUV UV UTUVUUUVUUUT*UV{UUVUcUUUHUUUUUU*||U*UVUV*UUUUUUUUUU* UUUUV*UUUU   UUVUV*& '& *UVUU~ ~ UUUVUVTUVUU*txtxgUVUUUUUUUVUVUURߪUVUUoUUUUUV쪫>7UU/*UVU\UUUVUOUVUW"*$&*'UU#' ( ( N) LĘŗ "UT"T&UT*U*UT,.ܪTUT9UXUT9UX!rS̀\\*UUUX8UU* UX UX$,%*UXUXꪨꪨ UXUTiUTi*֪UX̪ThhUTUT骬UT骬zwUTwVuTsS#n>TV UUV UV UTUVUUUVUUUT*UV{UUVUVUTUVUUUVUU*||V*UVUV*UUUVUUUVUU* V UUUUVt*UUpUU  , UUUT*]LjUX誫PuUXUUUXUG*UaUdaUVрXXTUVUT+1UUUV=UV=*G*qPqP~TUUXSUVPMMH UVC UVC'ɺ8UT8UX0*ȳȳCUT*IUXIUXO *UUTYUXPPUXHUX誨HUX誨=X^^'*ȀUXIUXI ?5[TUXϪUXϪUT直^^모V秘ت窨تUXVlnln݀*eUUeUUUXԪUXUUUXUUXUXU UU UXUX UUX*UVUXUXUT**XUTUT**H܀a٪UTUXUX*TllTUT⪬窱⪬窱UT*k檬eUTUT۪⪬a⪬a窨UT쪬Ϊ쪬ΪUT*ɪɪ*ȪUU *πUT۪UT۪%*UU  UTUVUV*UTUT*UUUU**UTtUTt**UVUUUUXUUXUUŋ9UU9UX9UX6V0UX%,,&0V @5 P5:*>> UXAD\*UXKUTUXKUXӪ@UPP5UXP5UX)*33UXUTtUTtUXժի̪UVéUVêZTתAתAlUUUTUVUd*0UU!UY!UU0UUV@UVG@UVGʀ]d]dk*xD>TĖĖ4V0UX0UX,UP(UX(UX&*UUs}T*몬UU몬UUuUTUT窬UrrUUsUTw򪬥򪬥UT$/UVT,+UV+UV UT(UV%UT%UT*!*UTTUT*VUT UTUTUTTUTT*UXTUXUXUPUXUTV UXUTTa* k+ LR, - |. Lw/ <0 )1 F2 <6ȋ0Nl4oUTXUXUTTTUTTUUXm͋V@qb3pVӋs3 4 J5  .6 I=7 F 8 9 : 4; e< D= F6> 2\ST֣֙?4UX4UX-(UP9UVUX9UTUX*VVX9UT㪨9UT@-Tת"UX˪"UX˪*UT@*UT}}XVݪVݪV**ƪUUƪUVCUTUTCUUƪƪUV(Uiis@*}KUV}KUVTUV]UTeUTUVUVUV+UUUU8UU8UTDaP䪬P䪫[UTUU*UU TUUWЪ"*׀UTUUUTUU䪫vvUXUVUXUV"**UV*UVUXUXUXUVUUpUXsUUXwwUww*UXUUUXUUP*UXUXUPUXY8UU2UXUU%UV%UP%*,UUX4U[UX4UV!{V**UTUVUV8**UTUTUTUT*ՀȪr^R!+UTUT'UTR TXUT*UTUX8(X*UTUT ՀȪ r^? **UX#UTUX#UT直vvX⪨⪨UXg檨UXUTUXUkUTߪTߪUTT*m~m~UTꪬ쪬TdUTdUTՀ]sqTooUVT䪪䪪UVUVTUVUTZ Fo[ H\ ,] c2^ m1`ܪUTڀUTUT*iC*UVtUVtӪjh`h`V˪UTUhUVTUDbUU>UV>UV*UVNj4*,UT,UT%*UVoUTnUTU檬s\##F UU*GUT*GUTAUV#㋭#UT$$ UTTUVUTUTVUTUTUV{֪ȋ**ߪUVߪUVVuu*'UV0UUUV0UV*:*,Y_  g` wa b :堋^)r)J^rՋVc  d *e f R*MUT*U$UUUT$UW*5FUTTVzzV說UX說UTq UVUV *UTUTUV UTT T!UTF T5$UX$UX+**<ɺ檨ԪUXԪUXUV-֪*ܪUV⪬UV⪬}TxxTUVUU᪫iUT^UUTUVxUVxV ⪪ ⪪VUVaҪUUggUV*UUUG*UU Ud UV*+UT.NG%RN*%V *UTU(-UUT# UV UV***UT UTUT S0*UTW|iT媬 UT媬 UT*UTUT*TUTUTT*#UT)UUTHUXԪ2Ԫ2JUXUV\<+*X۪۪ VʀUXުVUT o o UV*UTUTUVyTUTUTUTq説說VzUVzUVV*ooUVliUV*UV۪UV۪TUUVM2) UT UT UTT$T ( ((UX($UTݪUTmUTm檬~UT~U*UTUTTUUTUTTꪬUTuutt*UTUTUTUT媬媪UVUV᪪kUV*Tj몬j몬UUT쪫j쪪jVfbb*UT(U#UTUT * UU UGUUTUd UV UTTUV~*UVUTUVUTT쪬UVvUvUT쪬UUTUTUT**UTo*{UUUTUUVUT S UT TUVV*UTUT V   UVUV*UTV TUVUV*|UT|UT**UV{TUVUVUTUTUVUU*UTV0UUTT|zMM-MMNNNU**UTTTV T|UT UUV0UVUTUTv骬骬tUTUVUUVT*U,tUTUXUX9‹gUXUTUPԪUXԪUX^UT>9@OTYUXYUX`PgUXgUTU΀몫Ī몫ĪUEUTUTHUVĪUUĪ*XUV UV*UU3窫3窫>*HUUyV'AUT'AUX8%UPIUV UXҪ UVڪ⪎⪪說UVV%V**3UTU.FUUUVUVTUVUVUVUV * UV*UVUTUV+UT..‹?UTWUXB*9UTL$UT XUT8̋檬sUTUXUTUXt説説sUTUXU`UXUT*ULuUTV᪨UVUXUVUX*UTˀϪϪU*Ԫ96g VݪUTUVkપgUV}⪪}⪪UVVꪪrꪫrU誫rUUrU_*UUUUL 8ҪUTccUVUUު !C!UV檪$UV}}*-UV*UTV( ( V!UT UT!UV$UT*-UTUTUTw檬CުTXfUTUTժUX_ҪUVcUXcUXUVު檬#AA 檫UTUU۪}c}cUTҪ(U&*##*UVUV*##%VT(&**#UT#V<*TTpU*TTUTTU(c**UTUTVUTlTlU媪TvUUVUUVT*Uc*VUVUVl媪UV媪UVvUV#UU#*%T |䋋VqYVqz9h9{@pV@{.%%ި#UTUVUTUU**vvT*䪬UV䪬UVUTUTmUV%UT"UTT UT"*%UTUT$UTw*UTUTTUT߀ުUTުUT߀*UTUVTUTUVUVw*UVUX-UX)UV UX6UTTĉUTUTUT U UTUXgaUXTժժ*UXҪ]V*٪UX٪UXjPUVUXUUUXoުުUUeUXg߀nnqtt몬UTUT**UV}ުUTl*UV|UV|ꪫUTꪫUT*r㪬㪬UTi_ـjjU⪪UVUV*UTUVUV *UT UV UU **UUwwTUV檪檪⪫ުo*UTvUTv*yUVyUBUTU檬Ui檬UUoUTuUVUꪪꪪwUUVUVTUVUV* UVd^|UUUUUUUVUUUU*UV>6*--%UTUT&oT*UTUVTUTyUVyUVvss檬UToUVUVT檪UV檪UVUVUV,UUTUV* UVUT UVUT*V UTTVTUUTT~*窱窱T w wT説UTUTUXUTUX説 ooUVUX쪪쪨쪪쪨UVUXo}~UVUV*UXX UXUT X UTXUUUXUUUX誫 o}~UXUVXUV~}}~UVUVUTUX UV UVX UXUU X UUX2g h 05T3TV2U2UTd** * [Zu UTUVT۪UV۪UVT*Y5UT7UVUT7UV説XD9UTT$TT UT UT#TT!!T*"Oګ(UX׀PTUXUTUX**UUTĪWzWzUTUTܪݪܪݪpUTUVVUVVC *UTUVYUVYՀ#h#h+*3UV3UV:T͋RkUU*ફUXફUXUUPqUXUJ UXUU*UaUFUUUeXUV모UV*ީx;7UVUX⪪mmU窫窮*X骨骬UU*ڪs骬UUUTUUUT*||UVUTTUU*UUUTUVUTUTUVUV**UTMBFVXr pV qqUVXપB쪪W UVTwSwUT說*UV⪫UU}}UT*U  UU*UXUX I܋ww:I܋xx:oM%>2g h ^ya7i:,UT%UT%T,UT3U TUXUT檨檬߀*UT UT *UXSb{D+z`UTUTTUTUT모*檬檬lTUTHUTUTUT󪬛 TUTUTT媬k-Ԫ׀UTUT*oo Uu%{%{(+UV*(UV* TUT%UT%*(+UT*T(UX窱窱Tooj*eUXeUXת*UVԪ׀XUV直UU直*Xoooouj{e{eתUXUXUU  UUX*UVUV*|xx骨 UX UXUT⪨⪬䪨UT檬U檬UTTTxUxT|UUV⪪⪪Vrruxx**UUUTUUTUTU $ >&( 6/UT&V%T##V$%UT%UX+B3X\\ViUUUXફફUUm@@UUUNUUUXU]+UV TUVtUVt *XΪګ*ުUV⩠UV⪬UTTUVrUVr*sytytUVT檪檬檫檬*䪨ߪ⪬ߪ⪬ۀުUUڪ+;UTT.٪!٪!*T< T.UT #U #UXUT*!UX**UTUV쪪rUXrUX* UPUVUXUVUX٪*ac݀*nUXnUXVP䪪UX@*UXUXUU*UXTUX**  L UXUXUV*qWڀxtxtVҪ5JVTTUVUV *UTwwUTબ䪬TUVvUVvUT*UVUTUVUT*tt*UTUVUU窫UTss쪫UUpTN!&*UT'UU-UV)* UT UT V*UTUTUT $0i   Nj^"rC}TU쪨몬몬**ꪬꪬvUVUTબ㪨UV檬檪UV yy}*U ^ rSVYYUUUתתUU݀UVUVUTUV^F UVDMUVVWUVXꪪUV𪫩$UU+UVU TUU UT UUUUTUUUVUVTT UV顋c*ɪzɪzҪUX۪ߪ۪ߪ䪫؀UXUXUʪO UUTYY *֪(UT(UT/UUs9UT=UV鋋> ) :j ~0VݪUUݪUVЀUV5b-U*UVUU UU񪫕񪫐*ꪫm*yUVyUVn*cUUUU*UVUVUUUU*AUUVUV**UV!*VUV UV * F*Α k UT*UX$$*窬H⪪ݪ UXݪ UXV*aUVU*UUUXUUUX**+UTUU` ڪ ڪUVTrrx~!~&UU*[UVFUT1UV3UT1UT3UTՋ`ث(UTmrww{TwwrTm⪪s*UV UTUU UT|**U"'UX&*"*UUU?`U Ul UUXUV*UXUXUPUXUXPUXB:ww܋@:xx܋l !k <m n l !k )6/UU&X%V##X$%UV%UV+B3T\\XiUXUTન૨UT@UXUXUPUTUX+UX PUXtUXt *TΪڪ*ުUX⪬UX⪪UPVUXrUXr*sytytUXV檨檪檫*䪪ߩ⪫߫(⪫ۀުTڪ+l ;UTT.٪!٪!*T< T.UT #U #UXUT*!UX**UTUT쪬rUXrUX* UPUVUXUVUX٪*ac݀*nUXnUXVP䪪UX@*UXUXUV*UX|UX** ڀ DUXUXUV*qWڀxtxtVҪ5JVTTUVUV *UTwwUTબ䪬TUVvUVvUT*UVUTUVUT*tt*UTUVUV窪UTss쪫UUpTN!&*UT'UU-UV)* UT UT V*UTUTUT $&m n iQ~QZcrcr߀*rUUrUWy٪aӪUU#UVUUFƪFƪUVUZ83TV. UVIh8説}TUVjjۀUVcUVڀV᪪ ᪪ UVxUVxUVUVV)UU03UU+* UVUVUUUV *#q>*{UVUTUVVUT S UT TUV*UTUT T   UTUT*UTTUT T*UTUTUUTUT*Tԋ{TUVUVUTUTUVUV*UTV0VUTT|a* k+ H a* k+ 9i a* k+ Xo a* k+ $p a* k+ ~q UTUXUTUX説 o}~UXUVX 6UV~}}~UVUVUTUX UV UVp UXUT X UTXa* k+ s+r ;s ot q6Lw/ Kj0TݪUUݪUVЀUT5b-T*UTUU UU񪫕񪫐*ꪫm*yUVyUVn*cUTUT*UVUVUTUT*ATUVUV**UT!*VUT UT * F*ΑF2 ]H F2 ]i F2 ]o F2 >q UTUXUVUX說 o}~UXUVXNUV~}}~UVUVUTUX UV UVp UXUV X UTXJ5 ^xH J5 %xi J5 xo J5 u v  =w > x : +8p 4; e< H 4; e< i 4; e< o 4; e< p 4; e< 5 q y DAAC4z e{ | C 9H C 9i C 9o C q y F Y]i B̪рUTUTV$UVTUTTUVUTUVitժ着ժ着ˀVUT#(>4UT**"wUTUTUTUTު c cTUTʪ!!G@V3qb3pV@P+ UVUV1&&UT,22X467UT3{{p)Te#e#̀LUXLUX *-yR UTE888*-X᪬᪬ڪ*ӪUXӪUXTQW[UX__eUXkmkmrXyϪyϪĀUXs r^Ƌ.V'UX UVUVUX*UX!TȋTXUUTUXUX ߪccTYOܪ*᪬UX᪬UT媨*骬v骬vUTUT~᪬~᪬*֪ȪUVUTgglqqtUTwUTwttUV᪪᪪UTـUVUUT*媬p媬p*ЪiTUV媬 媬 *j^TVUUUUUV*UUTTTUU5UT-*UTTpT V< UT9UVUT&UT&v檬UV檬UT䪨⪬⪬䪨檬檬vUTUTUTUT#*&*UTUTTTUUT*UTQxTTY4eUI vJ H eUI vJ i eUI vJ o eUI vJ  UX UXxUXW}UT}}}TUXX{wꪬ**骬UX骬UX誨窬窪UVpUXpUX*kgmUXssy|UX|UX*nnXન X UX UU*XUVUV*{UXUX{񪨦XeUI vJ c} UVUXUVUX說 o}~UXUUXUU~}}~UUU=UUUX Un UUX UXUV X UVXeUI vJ c~ ; Lm   K 0TݪUUݪUVЀUT5b-V*UVUU UU񪫕񪫐*ꪫm*yUVyUVn*cUVUV*UVUVUVUV*AVUVUV**UV#!*VUt UT * F*ΑmN mBO ~H mN mBO ,~i mN mBO ~o mN mBO } UVUXUVUX說 o}~UXUUXUU~}}~UUU<UUUX Uo UUX UXUV X UVXU .H U i U o U }  y+@3UTUX(̀ɪɪ* UTΪU|UTUT U0mUZتUTCUlgUTkU@iURGjUUUZGUTGUTO#rUX*UTUTUVWUTTQ*||ꪬDTUT>U>T8TTUUT-*U'UXV0ЪUXYUVUVTXƪ=+UV'{#UX#UX!UPUVUXO*UTUVUTUUת몬j몬j*檪ުUVުUVb*UTΪUVVkk檪UVUVUV~(UU//UV5VNj5UVUV' UT UTUV(1UV0!UTz!UzTUTUߪUTߪUT\\UTʀOZ  Fo[ H\ 7H Fo[ H\ i Fo[ H\ o Fo[ H\  Fo[ H\ c} UVUXUVUX說 o}~UXUVXUU~}}~UUUFUUUX Ue UVX UXUV X UVX%UTUUT UXT䪬UVUXUVUXUPUXUX UVUTUTUTUX UT UTUTUUT UVT䪬UVUVUVUVUTUVUV UVUUUUUUUX UU UTF( L   b H b i b o b q2} UVUXUVUX說 o}~UXUVXUU~}}~UUU6UUUX Uu UVX UXUV X UVX*e 'i u*˪˪Uwgwg䪪lUVlUVڀ_iiiil*oUVUV T*$UV$UV"*T'UT}}TT᪬᪬TT [ [UTQGK s\T8V UV UV *\UV UU UU* *UV#V%UU%UU#V*ы=* 4UTUU4UTUV+!"+"+4UT=UT=E*LNEz x gEu؋^2s07s*UT}R}UT*X$UXUTUT~󪬌*UTܪUT*٪٪TiAKUtUtUUުܪUTܪUTUVzzT=UVUU_;UT3 *+UU+UU$UUTUViM F2 s mN mBO  F2 ]0**UX##*UTUTX UTAUXUTvTxxxT説`説sUXUT檬TtUXtUXvUPx UXx UXVUPUXUXUVAeUVgii*UVUXUVUXP#UX#UX**0mN mBO ~0**UX##h*UTUTX UTAUXUTvPTxxT説説UXUV檪VtUXtUXvUPx UXx UXVUPUXUXUVAeUUgii*UUUXUVUXP#UX#UX**0ċF2  mN mBO  F2 jw# UT( V 𪨅UXVwwvVuŰT *TUVUTU]*%U1UNUVUV*UTST*W UUUT UU UT}V}UTSzVzTTwUTw*ꪫUUUU*UT媫T媪 UTVVwTwT*V UVUTUV#*mN mBO A UT V 𪬅UTVwwvVuU`T *ULUVUTU]*%U1UNUVUV*UTU T*U UUUT UU UV}UV}UTUVzUVzTUVwUVw*ꪫUUUU*UV媫UV媪 UTVUVwUVwV*UTUVUTUV#*F2  mN mBO  3 go P bQ R lo 3 g0**UX##*UTTXX UXAUXUTvTxxxT説`説sUXUT檬TtUXtUXvUPx UXx UXTUPUXUXUTAeUVgii*UTUXUTUXP#UX#UX**0P bQ R l0**UX##h*UTUTX UTAUXUTvPTxxT説説UXUV檪VtUXtUXvUPx UXx UXVUPUXUXUVAeUUgii*UUUXUVUXP#UX#UX**03 $ P bQ R *UT UXUT UX* UTXXUVUV**~UX~UX**UXUVUV*}UXUXV*~~V *UXUX V*X UX UT XT T X3 1UUT*UT UT V}}UT𪬋UTUVUVTw檪UU* UT UT U UT UT̋UT着ꪬꪬR⪨ڪL UV *VUTT T V( UTP bQ R ꪨ*xUVUXUVUXP UX UX UV*UVUXUTUT *UXUTXUT}}UT*UXUXUV UPUXUX UPUVUXUUXUT UP%U UXejoUXoUXV*yy*vvssUVok4 xo S !so @ @pV@AAs@V@qs s@V@qs?9?@px> r u^ s07 r^0*UV*VUTT8)T*UTUT ՀȪr^)T*#UT#UTzUTUT*mmjgsTnnnTnn*UVUVUTUVUTUV* UT Tp TUVV<UVU8UT TUV UtUV T\* UT VPJ5 w UX UXUXW}UT}}}TUXX{wꪺ**骜UX骸UX說窞窪UVpUXpUX*kgmUXssy|UX|UX*nnXન X UXUU*XUUUV*{UXUX{񪨦XU  UX UXxUXW}UT}}}TUXX{w**vUXUX說~窪UVpUXpUX*kgmUXssy|UX|UX*nnXન X UXUV*XUUUU*{UXUX{񪨦XJ5  U  J5 x0**UX##*UXUTX UTAUXUTvVxxxV說`說sUXUV檪VtUXtUXvUPx UXx UXUUPUXUXUUAeUUgii*UVUXUUUXP#UX#UX**0U 0**UX##h*UVUTX UTAUXUVvPVxxV說說sUXUV檺UUXtUXvUPx UXx UXVUPUXUXUVAeUUgii*UVUXUVUXP#UX#UX**0J5 F\ UV V 𪬅UTVwwvVuUVT *UVUVUVU]*%U1UNUVUV*UVUVT*UV UUUV UU UV}Ut}UUU7zUqzUU:wUUw*ꪫUUUU*UU媫U9媪 UUVUrwUVwT*UVUVUVUV#*T gU :T UV V 𪬅UTVwwvVuUVT *UVUVUVU]*%U1UNUVUV*UVUVT*UV UUUV UU UU}U[}UUUPzUhzUUCwUUw*ꪫUUUU*UU媫US媪 UUVUXwUHwU*UcUVUVUV#*J5 3 U J5 ZUVUToUTUV説説yUTUVmIT'*UU+UTUUUU UV UU UU*UUXUVUXUVU!UU!UU' UX UX5UV<,VT gU =*UT UXUT UX* X~~*XUT𪬋T*~UX~UX**UXUTUT*}UXUXT*~~T *UXUX**UT TX XT T Xg^!rTUUwwaUTvتުUT UVup\[֢UTU0UTUVU|(*UV$UT$TUTUVUTtUT)*V82UVUT2UU*<F .6 Q9o dW :o I=7 n,UUT*UT UT V}}UT𪬋UTUVUVTw檪UU* UT UT U UT UT̋UT着ꪬꪬR⪨ڪL UV *VUTT T U UTYX #UUT*UT UT V}}UT𪬋UVUVUVVw檪UU* UV UV U UV UT̋UV着ꪪR⪪ڪL UV *VUTT T U UTY{^s r^')5r^% ^pF 8 Si Y i F 8 FUUT*UT UT V}}UT𪬋UTUVUVTw檪UU* UT UT U UT UT̋UT着ꪬꪬR⪨ڪL UV *VUTU@ T Ul UTY UUV*UV UV V}}UV𪪋UUUVUVUw檪UU* UU UU U UV UV̋UV着ꪪꪫR⪪ڪL UV *VUVUV T UV UVF 8 *KUXXXUXUX *}UX}UXUT*𪬋UT*UXUXT檨UXT* ~ ~ X 8 * T*8~~*~UT~V<~UTUTTpUUT*TL /*UX *#UX!Y UXTXUTUT *}UX}UXUT*𪬋UT*UXUXT檨UXT* ~ ~ X * pT*苁~~*~UT~U~UTUXUUUT*UxL /*UX *#UXF 8 *UT UTUT UT* UTT}TUTUT**~UT~UT**UTUTUT*}UTUTT*~~T *UTUT T*T UT UT TT T TiY ;D*UT UTUT UT* UTT}TUTUT**~UT~UT**UTUVUV*}UTUTV*~~V *UTUT T*T UT UT TT T TF+PX@pVJMw۪UTUVUTUVGFFcЋV@q+I\4r^{5TTTڋ^4so: 9i Z i : #,UUT*UT UT V}}UT𪬋UTUVUVTw檪UU* UT UT U UT UT̋UT着ꪬꪬR⪨ڪL UV *VUTT T V UTZ UUT*UT UT V}}UT𪬋UVUVUVVw檪UU* UV UV U UV UV̋UV着ꪪR⪪ڪL UV *VUTTĝ T U UT: k Z = T^rr^*T*T*UTUT8)T*UTUT ԀȪr^)X*#UT#UTzUXUT*mmjgsqToooToo*UTUTUUTv**UVUXUVUX UXyUUܪUVxUVxgUXUUUUЕ VX VXHUUUUXUXUߪ㪫o㪪oӀUTUV쪬>7UU&UT&TUTUUUUVUX"*&*'UXJJUUЪskskh{]oUTUV説説yUTUVmIT'*UU+UTUUUU UV UU UU*UUXUVUXUVU!UU!UU' UX UX5UV<AUX9*~~v(Xn n *UXUXUXUXƪ*GԪUT]]*UT|UT|*XeeUV直䪪H V@qb@pV@UX *P"UVUX"UTUX # # #TUXUX"*!UT UT*UXUXTPUXUXUXUP UX UXXƪ4dk*#UT#UTwwUT䪬䪬mUTusTqqqTqq*UVUVTUVUT^rr^*  **V**UTUVUV*$*UTUTUTUT ԀȪUUwwaUTvتުUT UVup\[֢UVUVUTUVUV(*UV$UT$TUTUVUTUT)*V2UVUT2UU*<F4; e<  Fo[ H\ . 4; e< #0**UX##*UTUTX UXAUXUTvTxxxT説`説sUXUT檬TtUXtUXvUPx UXx UXTUPUXUXUTAeUVgii*UVUXUTUXP#UX#UX**0Fo[ H\  4; e<  j Fo[ H\  j @JQvvXUV⪨⪨jVUXUXd֪J6ˋ0Km4UXXUXUXUXPUXUXPUXUXm̋UT*UXvvXuuUTX説説rUXUT~qqתȪUXȪUXUEnn%UTUTVUVUV+UU8T8TD׀PqPq[UT~UU*UTUT*UUUTC ƪUVƪUSUV'UUi3UXi3UVs>}}IS]UX\SUTՙգ>-'*9UVUX9UTUX VUTUXUTUXkꪬTpUVpUVT*쪬mNAy4y4lUTlTpۀUTa VoRd%pVM9 : }>'֪תتتg*UVUUUVUU㪪sszRPI IRPvvTUU⪬⪬jUUTUTd֪#UTXUXUTTTUȉT؉TUUX1͋wQw͋1UXҍUVUVUXUX*UT,4"ˋ0Kl 4l K0ˋ4; e<  D= F6> :UTXUXTUTUXm͋-4*UX*UT"*UXjUXjd ^ ^XTʪ̪TUX\UX\PրUXgUXgiUVժꪪժꪪˀUVUT5UTV1* UVUV"T**4 UX>IUT aUVaUV*UVUVT)UVUV1*3UTE >`RDUXDUX7T""UX5UT5U$ X?UTIU΋3UTTSTS*㪬UTUT9JVJq9 UV8UTUV8UT䪪U*3Vq UʪʪUU_UTUT7UV*CzCzR*`>JpV J5 u v F Gq y  c $   @ G j * 3w 2s UXUPUTUXUTUXv檬UTUXTUTH*ꪨ檨TUXUX**UTXUTUX$UXUPzUXzUX*UV檪UXUVUUH*ꪨ檨UUXUX*UVVXUX c Hi%*U++3;UV<600UU!UT"!UT"3UU3UVƋB7UVUT0*򪬴򪬴쪨檬檬UTggת UT UTUT*UTUTUTTT!* V,& UT&,UT4T/窱*窱*UTlUXlUXe^^TƪUVȀͪzͪzVogdgdòwKwK<-YUT*UTUT|UT檬UT檬*쪨jjTЪ=7UTUT&&ꪨUT䪬UT䪬TddӀY*:UTWUWTqU[Ҁ``V *ܪ UVSUPЖ66+ UX UX!%UVUTUXUX*y誨誨 oUXUXT۪cuUT*FFTUUUTUV77UV;?kUUUVܪUVܪܪܪܪUUVjUVj**UVn3*"UT(UT()*UN*UT(UVUT&UVUT&UU**:*5UTTUTUTUTUTU^UTUT{UT{UT䪬VUTTUTT*xxTUT몬몬*TUTw>,;UT?UVCUVC*CVss窪UVUV誫ndmppX檨檬UVrUTUT檬UVqUVЀTӪrӪr*UTު٪ު٪媫UT쪪V쪪VUV€E UV*˪˪UU#UVh#UNh媫2UU2UU*?UV@9UT UUUV((T1UUTAIUV0UT)UXUT)UT{'*ꪬꪬ*#Tߪ"ߪ"ڀUT#UTܪ*㪬UT㪪UPVwwUXUX-UX*UVUV)* UXϋ3UX#UTનaܪUXـUTUTԀUXҪ]V٪٪j*UVUXUVUX檨mmUUݪUXIUV*=UV1UV1)*  * UTUTUDVUTTUhTTUUTTUUSU UTUTVU UTUVڪcUVUTUتUUتUVS*UTc*VUVUV*UVww*"UUV(UU(*-2 9:*-UUTUT**9UV֪ UV UUUV UU**ssUV򪪨򪪨UV$XUUVݥ#P-UVOUT-UVOU5*NNA*PEUTRHg֪XUTUTͪUUUV*ĪUXĪUXUUًa_TUXӪΪӪΪVXaVaV*ɪUVUTUUUTjǪ㪫R㪫R骪T磌ƪ着ƪVUVSWVתת*UUVmUUm&*vv9*UCUV3UT着"쪫"쪪UTnUVUUUT{{UT~UTUUTUT몬uUVJ0*$UT$UT**UVUcUUHUTUV#UV@ TZ쪬ުUTzUXUzUXUT=*yU,EOUXYનYનbXkNkN|1|1UTUTUVUVUVUUUUUUU(UUUUUVUU:**CUVӋ=T33*.U!UT=!UT=L*ZZThUV .$pp*XUT̪UT̪ LUXUT6UTJ_UTUVJUVJ *ʚ3UX3UXV'*#UV Ԫh UVUVUVUV*'|3|3?*UVJUVJTTUV^IUTUVUTUVUTUVTUVUUT؀n䪫n䪪TUVԪj !Y{^ s:n% MHXUT骬 uu窱UVUTUT1UXUV*PUV$UXUV$UX*몪몪tXUV UV TXUV䪫UU*qUXqUXUU쪫>UXUP UX UX ** %UV T모UVUXUVUX*ɪGBMjBQMUV UV VUTU *T UVU UTUT@9ڪUT*ccUTVڪUV*Vpp*7UU4::eUV򪫝UUV*UTUT UU * UT UV5 20t}^rҋ9UT(%T*UTUT TUTZ^TTV{UT{*UT⪬檬*ݪUTԪVԪT\TUTu*TUT UV UTUVUTUVUT{V!UT#UX*XUVUVX UT UXUT UX* 8T* mުXUTUT*UUXUTUXVUVUVTUVUVTUVUXUUUXo*誫*|{*UVUXUVUXժPjUXjUX窪*UVlUUl*߀ieݪUUUTUVUTT*UVtUVt{{*ƃUV{TUTUV説UV説UUUTUUkUUkۀ誫b說bUVрWUVѪUUU[UUUPUV-*t6UV6UV?*H򪫭T*UUUUVUTUUUTUTUT*쪮UUUT{{UT~UTUUTUT몬uUVJ0*$UT$UT**UVUcUUHUTUV#UV:.UU``*UT̪ ULUT UUa U_a UU*UVUVtU着着V#VPVBV33N+iUVUT* UTTTkUTUTUTT*񪬊񪬊TUTUTFo[ H\ 'oUU;UTvU UU򪬇~UVUTUTUV{檬UT V{{ +UUPNvhċalUWUUVUݪUUݪ⪪窫窫ꪫ}}UVV쪪w^K?UV?UUVU+y9^!UV#*,U3UV210UTUU0TUU*TV%U$UU%UT$UT.9 UTDYU4MTrBUxrBUTހa+a+Ϫ UTUhUT TUDWUV*ԪUTԪUTڪsચߪફߪ窪֪ͪͪUUTEUVdUުުު ު UVl*H"UV"UV/T=UV * UTUT UTUT*ݪݪ*ҪUTǪUTǪ**v*aUUaUV*UTUTUTUUTUTU‹mڪT*dUTdUTր*_QV˪UT˪UT]ՀUVɪUUɪ誫說UVUVUѪUVU[UUU UP UV(Ut9*UU.{쪫쪪UVeꪫUT*磌磌UUUT~UTUUTUT몬uUVI0*UV$UT$UT**UVUcUUHUTUV#UV:UT.*ڪ!ڪ!UTUA] ULa UUe U_e UUUV䪪䪪V||EUVVA* 5*-UT-TUV#TUUT" *S*T骬骬*ҪUTҪUTݪZ誫ƪ說ƪUVKUTUV UTUVUUU*&`&`.UU誫誫=*UUCUVB 5UTUU5UTUV-%'%'T0*88?UV6T1,,T'w"UTw"UTv*uuUT UTTqg݀UVjj⪪*UVUV몪(|1|1;EUVD;22V!!UT!!UT0UV0U6TUT=U*窬窬 UTTii dUT_UT_ΪUVK*SUT[UT[UꪬߪꪬߪUUT{UT{߀ܪ*<'ɀ#UVUV#UVUU*:TЋTUUUUTUUUVUUUU*V UU UU T}vUVvUV*{UTr V쪬쪪UV!/UU\vhċ3w H7ϑ>*8UTUU8TUV0UT (Uȵ(UT*3ȡȖFVPU@UXuTƪPUlƪPUT:(*UTԪۀ*UTUTUUTTꪬUpUTpggTec]UV׀ UThUVhUVn*tt(UUV0UV0*9B3TUV-UV- UT(* UV" UV"** UTQ̀{^u^uUUUT᪫ت᪫تU*{Ū{ŪUT *UVUVQUQQUϪ'UZUU'UNUVUU8UU8UU~IUV8&GUVΪΪ*րUTUUUUYT媫TUTxc*ҪUVIUT T6**"TTV|T|TUTV,ߪUTߪaUTUTUTH-UTUV*zz*UTUV1UVT4T8UV8UV8ĩ7UTTUT1UTU,Cya_v]v]]u]u]UTvԪvԪUVygPITxTV4U TUK^ UUUT UT UT V *TUU{ytڪ*c~UV骪UYVUUsURsUUs^sҪsҪ誫ԀUUUUUVUUTUUVUVUUUVVkUU䪪jF)UV*.UTUU3UVUV3UUUT4UVUV*5UU44+UUjwUT~UUVUTUV**UTUVUTUVTUV'K!lUt*Uhuu*UVUUUVUF* ^ r]U` c ch!m!m-*U88GVUU67F* 8UTUU8UTUV-***"UUX'UX'**U ު*UUUTUTo*uvuvzh~h~Հ*YUU:6 j Xh UUUXUYUX誫 }~UXUUXUV~}}~UUUUUVUX UU UUX UXUU X UUX3w } UVUXUVUX說 o}~UXUVXUU~}}~UUU7UUUX Ut UVX UXUV X UVXFo[ H\  3w :s :6 |Q F2 6UTUXUTUX説 ooUTUX쪬쪨쪬쪨UTUXo}~UTUT*UXx UXUT X UTXUTUXUVUX說 o}~UXUVXPUV~}}~UVUVUTUX UV UVx UXUV X UTXUVUXoUTUV説説yUTUVmIBT'*UV+UTUVUV UT UV UV*TUXUVUXUVT!UV!UU' UX UX5UU<w;TUX1UX1UP(UXUXd*ЪЫ0ǪUT(sUT*檬UT檬UTT*rr窬UTUTUT*w;N@TUX`%Teϋ܋΋eUUUXUIUXU*UbUV +UViApV7-S#UTUT&V&UT%UT[UTA**UTUT*/  Ji >TUVUV!*7X*)*2*:Ut:U,AT UXIUˋ>T*=UX=(UX6*P.0UXB͋ߪUXީުXUXff*XUTUTԪ]UT}5o5o*PUXPUX^*l3l3# UVUVUV,U*QQHUVӪUUVUUUamUT,,,UU,UU*((&UXUUJf\*UXUXn*ߪߪhUTUT؀UU֪ĪĪͪ$UU֪0֪0*=*骔I骪IVUVcUdA J5 J5 UTUXUTUX説 ooUVUX쪪쪨쪪쪨UVUXo}~UVUV*UXx UXUT X UTXUUUXUUUX誫 o}~UXUVXUV~}}~UVUVUTUX UV UVx UXUU X UUX .6 l@qVN UUUU2UU!UV!US*&UUX,UXUX,UV*/2*/VUX-UX-(*ڪ"ڪ"UXMM> UT/]iPV@qpcUlV|UTzU@zUVUV*몪J몪JuUUUV㪫UU㪫*Uo𪫋UUU]* UU \^mUVTUUUVUV*7UU/*U''!*;UVOUVOTcVUV UV *UTM Ъ**UXݪUXݪx㪪媨骫媨骫݀UXUVUXUVUPUX(.>4UT*UX*UX򪬭Trr* g gUXb]~Bq@V@qb@pV@@qVpN UUUU2UU!UV!US*&UUX,UXUX,UV*/2*/VUX-UX-(*ڪ"ڪ"UXMM> UT/ >fЪ**UXݪUXݪx㪪媨骫媨骫݀UXUVUXUVUPUXG>4UT*UX*UX򪬭Trr* g gUXb]7-S#UTUT&V&UT%UT&*UTUT説説 nUXUTUXUT*ת]3qVp,;*;UX1UTUX1T(UT⪨UT*TѩUѫ0UT**(sUT*檬UT檬UTT*rr窬UTUTUT*w;N@UX2UT2UT`%eϋڋ΋eUUUXUIUXU*UbUV +UViApL#= l9i l _< ًH̋HӋ@@V@ql @V@qb@pa* k+ }+1TUXUTUXTXUTX_̋~V3pb@qVN U2U"'/V2*/UXUT媬'f"UTf"UT΀*MM>/Ъ**UTݪUTݪx㪪媬骫媬骫݀UTUVU|UVUTU0)>4UT*UT*UT򪬭Trr* g gUTb]LR, - |.   kc)D MUUVWUVUT]UVUVcUTchUTo(cH̋H@V@qUVUXUVUlTUTUVU@UVUVUTUV3UV3*;eCDw̋F2 *cpVq,c) 8 BtRVq]VqߥVqRBt pV8'9cUVoMS7S75"T0UT+UT *UTT UT UT$U UT$UT'**0UT)UXUT)UX"UPڪUXڪUXҪUPʪ UXʪ UXOUTUVǀXͪͪπXUU8  UXUXVUVUVSUT;*ꪨUXUXUPUXԪUTUTkk直pꪬuꪬu**᪬UT᪬UT**ڪ#9#'UV$V*"UTUT"UTUTvv*UTݪݪUTVWҪT*٪٪TjuUUuUV*UTUTVUVUV쪪UVuu*UVUVwVUU`PI1UUUU6;;=?UVӋAUT:UU:UU2**)) *(UU// UT6*<  ?{ L#= cGw7UU/*U''!*;UVOUVOTcVUV UV *UT&m@pV@@V@qpcUlV|UTzU@zUVUV*몪J몪JuUUUV㪫UU㪫*Uo𪫋UUU]* UU \^mUVTUUUVUV*9 4 4; e<  D= F6> Lw/ FB l Q"ϋ */+i΋eUXUP;UUUX;UVUXIUTUPWUVUXh@qVN U2!!'UU/V2[Ъ**UXݪUXݪx㪪媨骫媨骫݀UXUVUUVUTU)>4UT*UT*UX򪬭Trpr* g gUXb]   3-5    >wmUTa*U UUU UUH*:;:;,HUUTUX_*iUd XgUT㪨V㪨V XG*S78S7pUT)** UXUT]ԪUVUV**fUXfUXVުުߪફUX͋B.H6**==>VXˋIU,@TX8U8UT/᪨թժUTUXFF XT1)**騠UV骬UV*ª֪Z֪ZYUVUT窪U窬UTVU,VNNUܪUYf\J8UUCUVOUVUUOUVUUZ8U I I VR*Zr^)^ra*UVUUʀ~UV~UU*nUUUUUV}6r^ŋ-~Nj"r^֋==ዋ^6r^)Lr^))^rL)^Fo[ H\ 6r^)Lr^)^,] c2^ K @:UU*#UT#UT$U*%r^Q$TT##TUT:‹*e %w9UT2 +UU+UV$!++4UX=UX=E*L2Xx*ɪRUTɪRUTX)*+a٪UT~UT~n*説UTTUTUTUTUTUT* X^s*UTzUTzUXUTz窱窱UTUTUT UT*nnV䪪UV̪_t_tۀުnUTnUT*VUVUVT=UVi_UUUUUVUVTUVUTUV UU誫UTUUUTUV*m s\*T * UV UV UT UU UU* UTTUUUUUTu*hUT UV UV/T?UVUTUVTTUUTy*UTUV⪪ottUV着着UVUV;ǟx*UXUVUTUVЀ*WTUSVT*SVUT*SUTV~UT UTTUTUT*||Tબબ UXתΪΪUXUTG d ֋ ̋V)^rL)^rr#)^rબUUUVUUUV 䪪ssUU|UV|&*UVUVlUV*UUT * UV UV UTUT UVr^))^r?eت*UT@UTdVڪ說UVyUVyUV| *V*UVTVUTU(߸)^r )^r)^rr(#>̋t)^r )^r)^rr@CUUN*UT[UT*!UVr^ۋCUTUU6 6 ,*!UV!UVUUUT"UUUT"UO*(U/U\+UVT%窱窱UTUVUTUV_*ʪʪKUT(_:*%TUVV~~y UTt UTt*UVUU窫窫T쪪骬骬UTUVUTUVf*֪VA  rr^))^A  n8&UVӪӪ*rફrફ߀UczczZQҪaUVUUUUUUUVOUVUV UU+UU+UU1UËPFV ȢȢ2(UT(TUT4U>UUUT>UV *F*UUTI*wwUTڪڪ^UTUTUVUTUT *UVUUVTҪҪԪT֪:URUU UTUYUVUT"QUV=**UTUTT* o6۪z*UXRUTUXRUTUP)*qUXtUT*CUTCUTت*UT$)^rr^)U0*&UTGU|=GUT=d*GUXUUVGUXUUS#zUUUXHŪUX̪UX̪Ԁ모UU@UY*䪫ުުxbUXΪUT kk檬UUUT#UT#~+3UU3UVUT:UTAUV@9TUTUTUTUTUT( *1UT0T!UX!UXPUTUXhUXh`XXUX*UT{~~(&q^2,UV*ZUTZUTahwhwUT쪫ߪ쪪ߪUVT[KU_$_3UUVBs:t^ a**UV UVUV UV骪 zzUT;UP,TU\UT;**QUVmN mBO } UVUXUVUX說 o}~UXUUXUU~}}~UUU8UUUX Us UUX UXUV X UVXL8 r^0m*UV*VUTT8)T*UTUT ՀȪ~UUwwaUTvتުUT UVup\[֢UVU4UTUVUx(*UV$UT$TUTUVUTUT)*V(2UVUT2UU*<FWT*#UT#UTzUTUT*mmjgsTnnnTnn*UVUVUTUVUTUV* UT Tt TUVV8UVSUT TUV W,UV Sl* UT W@y^ s44 USi UVUTUTv骬骬tUTUVUUVT*UKVժUVժUV*檔檪V&-UU-UVV2zVY-8UT-8UT?**P$UTUTT}:‹֪]*UTUTUTUT˪*UVTUTTV8ЀTcTtcUUUT骫T骪UTV=*UVUVUVU[U$UP$UU/*߀9骫9骫EUQUVTUUUUVUTUUUTUU  *UT  g` U  U }UTUXUUX說 ‹oUVUX쪪쪨쪪쪨UVUXo}~UVUV*UXX UXUT X UTX V W w*#*UUUUUVUV(*3UV>U I I VR*Zr^+ۋCUXUU6 6 ,*!UV!UVUUUX"UUUX"UO*(U/U\+UVX%直直UXUVUXUV_*ʪʪKUX ^ra*UVUUʀ~UV~UU*nUUUUUV}UU*UVUVl^7 UU UUVUV*&*%XUVV~~y UXt UXt*UVUU窫窫X쪪骨骨UXUVUXUVf*֪z@4^r)^rr^)r^+ۋCUXUU6 6p ,*!UV!UVUUUX"UUUX"UO*(U/U\+UVX%直直UXUVUXUV_*ʪʪKUX s&*%TUVV~~y UXt UXt*UVUU窫窫X쪪骨骨UXUVUXUV*֪8 r^0m*UV*VUTT8)T*UTUT ՀȪr^)T*#UT#UTzUTUT*mmjgsTnnnTnn*UVUVUTUVUTUV* UT Tt TUVV8UVSUT TUV W,UV Sl* UT W@y^ s4F6 ti *e o 5r^?'̋'4)^rL)^c=(V@pb@qVЋcqz>JZ^C^r4r^{5D H Vc OsH D i Vc 0si D 3UXUXUXUX誨 ooUXUX쪨쪨쪨쪨UXUXo}~UXUX*UXP UXUX X UXXUTUXUTUX説 o}~UXUTXUT~}}~UTSUTUX V UTP UXUT X UTXVc UXUXUTUX説 ooUTUX쪬쪨쪬쪨UTUXo}~UTUT*UXX UXUT X UXXUTUXUTUX説 o}~UXUTXUV~}}~UVUVUVUX UT UTX UXUT X UTXF p]H *e H *% *% %%%{4Y{qUtww * UUUT UUUT**UV#UV UT UVUTUV UTUV UT *UXUVUV**UXUXUVUV` * %UX* UVUV,<UXȪUX\vUV檨UV㪨窪p窫નUUXffXتy**UVUXUVUX UXvyUVܪnUVxUUxgUXUUPUU VX VXUVHUVXUXVߪ㪪o㪪oӀUTUV쪬>7UN&UT&TlUTUVV@UVUT"*&*'UXw**UVUVUVUU UUvyUVܪnUVxUUxgUVUUUU VU VUUVUVUURVߪ㪪㪲oӀUUUN쪫>7UN&UV&U\UUUVUOUVUW"*$&*'UUYتXffTUUબUVબ㪨&檬&檬UT7UV{UVUTӀ㪪㪪V UT$UV *UXUXUVUPUXUX V* V*UXUXUV UP UX UXUVUVUVn ܪ쪪VzzUUXUXzUU모UU모*Xq{qtww *UTUT*UTTUTU" UT UTUTUT UTUT UT *UXUTUT**UXUXUTUT` * %UX* UTUT,<UXȪUX\vUT檨UT㪨窬p窬નUTXffXت8qtww *UTUT*UUUHUUUc" UT UVUTUV UTUV UT *UXUVUV**UXUXUUUU` * %UX* UUUV,<UXȪUX\vUV檨UU㪨窫p窫નUUXffXت**UVUXUVUX UXyUVܪnUUxUUxgUXUUPUU UX UXUUHUVXUXUߪ㪫o㪫oӀUTUU쪬>7UU&UT&TlUTUVV@UVUT"*&*'UX8*UXUX~ ~ T UXyUTܪnUTxUTxgUXUTPUT TX TXUTHUTXUXTߪ㪬o㪬oӀUTUT쪬>7UT&UT&TlUTUTV@UTUT"*&*'UX**UVUVUVUU UUyUVܪnUUxUUxgUVUUUU UU UUUUUVUURUߪ㪫㪫oӀUUUU쪫>7UU&UV&U\UUUVUOUVUW"*$&*'UU8*UVUU~ ~ T UUyUTܪnUTxUTxgUVUTUT TU TUUTUTUURTߪ㪬㪬oӀUUUT쪫>7UT&UV&U\UUUTUOUTUW"*$&*'UUH44\04`303404L44%3404`40\44`04\3>QRH44\04`303404L4R\:TUTUTTuu*UTUV UV *UTiiUV⪪UT⪫UTUUuuuu*UUUTUVUT*iiUV* UT UTUU*uuUUUVUVUVVUV  VUVUTT  UTT_VV UUV UV *|UU|UU**UV{UUVUVUTUVUUUUUU*||U*UVUV*UUUUUUUUUU* h UUUUVV*UUUU V  UUVUV*BXV UUX UX *|UU|UU**UX{UUTW4UTSxUUUTUU*||T*UVUV*UUUTUUUTUU* UUUUTX*UUUU X  UUXUX*BXV UUX UX *|UU|UU**UX{UUXUXUPUXUUUXUU*||X*UVUV*UUUXUUUXUU* x UUUUXX*UUUU X  UUXUX*8xqWXWW@)UVoUSUSpUXUTkUU֪*:UT:UTX* 0UVЪUVЪUTUTUVUVpꪪꪺzUFUTUUUT**(*-UT.(UXU* UX UXUVUV 8'XӪӪ UVUXHx*WVUXUXPUXUToUSUSpUVkUTUU֪UU::XUU 0UXЪUXЪUPUUUXUTpꪬꪬzUTUVUTUU*""(UU.(UVT* UV UTUTUT 8h'TӪӪ UXUVxqWVWW@)UXoUSUSpUVkUXUU֪UU::XUU 0UXЪUXЪUPUUUXUXpꪨꪨzUXUVUXUU*""(UU.(UVX* UV UTUXUX 8'ThӪӪ UXUVHfHi*= =  I݋xx9B9xx݋a z! TV UUT UT *|UU|UU**UT{UUTVUTSUUUTUU*||T*UVUV*UUUTUUUTUU* UUUUTT*UUUU T  UUTUT*z! {;l qIf|`G|fRBUFUTUUUeUV* UVUX UVUTުT|fGUTUX**UTUVT UVUVwꪪUVTUVUV𪪆||}}UU6ȋ0Nl4UTXUXUTTTUTTUUXm͋V@qA9Ar3pV_r`9mgUV}⪪}⪪UVVꪪrꪫrU誫rUUrU_*UUUUL .FUVUUUVUN*UU]UV UTUVUV*UT*UVUVUTTUVUV+UT..‹?UTWUXB*9UTL$UT XUT8̋檬sUTUXUTUXt説説sUTUXU`UXUT*ULuUTV᪨UVUXUVUX*UTˀϪϪU*Ԫ96wUVxUVxUTUVyD̪]UTUTV UTTݪToUToiժ|ժ|UV_>4**"UTrUTr* UX UXTʪQ7UT3||q)Xf#f#ΪUTUXUTUX* *-4V,qb3pVAR=U46UTUT/Ux /UT )*TUTUTU UTUUT*#T$[ZUXUUUXUUUP*UXUXU  UXUXyUV쪨쪨UXUVw檨UXUX* +UU/99KL$K.dh苋7UV Tʪee**x8}v"UXUX*㪨UV㪨UV*UXUX V㪨 㪨 UX UVUX UV XXUXPUXUXUT WiX*۪UT۪UTX*eUX܀Tߪ߬ *8窱誨窱XT~s~s䪬UTުUXo UV UV*쪪h{{VUXUXV*UXUVUXUVX*UU | |UX*UUUUUUUVUV*XUU直直UUXܪUX UUUX UVPUXd^c UXUUUUUXUX 82؋**" UU" UUXUVUU#:UUUTрgUTUU!9UVUUUTUVUV"UU*UVUU*UVUU1i誫誫?UUы!U T UUU UTUU**UUTThTUVDHr3}*UTUpUT*U/UT)*UXUXUTZYZUX*P UUUX UUUX***@{`/{`%D񛋴b{D#{`1$VUX9UT誨9UX誨-߀UXUXYŪŪTEQT~W~WUXѪ㪨UT㪨UVۀ*UXpUTpUp͋IR$xxuUUrr䪨UUXUX*kCD V9UX9UX1%*)-UV)-UV 4VUX*DUV&Ck*UVUV䪪*rUUrUUuxxR$I͋pUUTUVۀ!V㪪(㪪(UV.UT~~‹ŋђ@*:UT:UX)!)- 9UtUX9UTUX V\C説ڪ窨U檬n檬nTlwlw*VUTUTӪUYUT*nn䪪 *UV UVUV UVUT *UVUV𪪛VNUTppX;UTЪ0Ъ0S%UTUXUUXUT *U(TLuLu*TUVѪUUѪUUTUVDUVD*)A DGG!UU,˪,˪7UVUUllLUTV?UT7UU//$UTUU$UTUV *UU!UU!UU#= UV UT  VUTUT*#UTUT*UT}}*UT  k al  " s l  " s I';UTT.٪!٪!*T< T.UT #U #UXUT*!UX**UTUT쪬rUXrUX* UPUVUXUVUX٪*ac݀*nUXnUXUP䪫UX@*UXUXUV*UXzUX** ܀ BUXUXUV*qWڀxtxtVҪ5JVTTUVUV *UTwwUTબ䪬TUVvUVvUT*UVUTUVUT*tt*UTUVUV窪UTss쪫UUpTN!&*UT'UV-UV)* UT UT V*UTUTUT $l  " s p8V~~UUUTUU]L*UTM`UTUUmJ# UT*UUUUUUUV"V||UT骬骬ToottUV*UTUTz*UVUVުUVTUVUUUUUpTOUT"&*T%UVaUVHUT/UV/UT/UT/U,AUTSUIUT*UT*UV**UT1l  "䪫sUUUYUXUX}UV쪨쪨sUUUXUXUUUV UXUXUUTUU*UTUX UV UV TUXUVUXUVUVUXUX* UXUVUVUUUUs  qqUT  *+UXCUTҪb֪ԪڪԪڪUVUVog6oUV+Utڪ+UTڪ֪&ҪV +UUTT UT 쪬i4qq쪬 UT V(T+UTTҪ&֪ڪ+UTڪ+UXUTo6goUXUVZڪԪڪԪ֪bҪUTC+UV*  UTq5q쪨UVUUUXUUUXUUPeUXԪ&-UP)UU+UX%U[+UX%UV 6UXZ Ԫ%UVԪ%UVb)UVUX-UTCԪ*@UVUVUTUXUV6q5qUVUUUTUVUVe*ԪC-UVUU)UTb%UVԪ%UVԪ ZUU6 %UT+UU%U+UU)UT-U&ԪUVeUUTUUUUUUTU 쪫쪨UVUUUXUUUXUUPeUXԪ&-UP)UU+UX%U[+UX%UV 6UXZ Ԫ%UVԪ%UVb)UVUX-UTCԪ*@UVUVUTUXUVUT  *+UXCUTҪb֪ԪڪԪڪUVUVog6oUV+Utڪ+UTڪ֪&ҪV +UUTT UT 쪬i4 #;t 54>GUTD*UTV4T9UXTx1UT1d'ϪUXϪUX*yT窱UX着UX|PUVUXUVUX*VUX"*j (#V0(*UX)UV**$UTv$TvUTUcTcUTX V Ū UTŪ*TAUTUT*xxUT*UTU7UTT,*TUT*MĪʀ*UVUTUVUTTqUVߪUUߪڪ媫ժ媫ժUUUTz^z^*UVUVbڪUVԪԪUjjww2*;UV=UV8 U33.$V)UT)UT/$*:UUDD*UTUUVUT!#UT#UT#UT#U#UT*UT"UT"* ΪTZZUV{Ӫ{ӪT֪몬٪몬٪UTjrUUrUVp*n{n{*UVUVU窪 窪 V{UV{UU*UVUV*"UU$V%*(UV(UVV((('&UT&UTUVUV#T'UT*UTT쪬쪬* UTUT UTUT *mD *H@Go@pV@R@LV@q@pY,(Ћ T"*!UTUX!UXUXUPPUXUX͋勋<ߋA2IRxUXUPUXUXPUUXUXUPVUXUTߪjUVjUVUTߪߪ*V䪬Qo( }b1XJu;<f:UX5*/H/ꪨ(!!*٩pUT٪UTՀ *UXETT˪ժ˪ժЀ*UT説.檨'T䪬䪬UTmUTmThUTTબ VD UTપઐ[UVتwتwހ䪬UUUTUYUTꪫbЪ|ЪUTUĪVUVUVV׀ުު!**VU.ɋ:UTU6+6+0@**T6֪֪>UU͋/UX UU&&p!*#UV#UVUX)*1 XT񪬦񪬢UTrrXUT ݪ ݪUX*تتfUTUVTUXUVUXUV*몪p|p|Xުƪ*Ӫ/UVӪ/UVTFc*^+F,UT.,UT.0TUT5UXOUUVUT*U \UV\ΪUgppUVyyV'UT""**UUUNUUUTU]UV*Nj4**,UVUT,UTUT)*,9B;UTUVUVUTUVU%UTUT+U+UT/ UT/+UTx+UTx%gg*UTUTXŀMUTUXF誨誨XbbUT#ǪUTǪUTT IÀUTUT檬UV檬TUTUV]UV]UTTUVKUVKUT! %UV%UU#**#UV #UVUU+* 9UV V*#VUVUV*.V+UV"V#*,UT,UT/UVUVV-UV'UX"" UVUX UVUX * UX*}}*直UXUT* UX UX P* *UT UT XUXUTVTTUT~UXUX*w*UVUXUVUXsUP窪UX窪UXUV窨UV窨몪yUXyUX|*ff؀UUaqTUUתUUתӪϪϪUUTVVT̪SUUĪUVUVêêRUUUTUUUUW_تUUUUUUUV⪪ss~UUUVUVUVUTUVUVUVUU UU U*UVxw*UVv*UVUVUTVUVUVUTUVUTUT UV ** T UU[2) UT UT UTT$T ( ((UX($UTݪUTmUTm檬~UT~V(*UTUTTUUTUTTꪬUTuutt*UTUTUTUT媬媪UVUV᪪kUV*Xj모j몬UUT쪫j쪪jVfbb*UT(U#UTUT * UU UGUUTUd UV UTTUV~*UVUTUVUTT쪬UVvUvUT쪬UUTUTUT**UT.2) UV UT UTV$V ( ((UX($UTݪUTmUTm檪~UV~UV*UTUTUVUUVUTTꪬUTuutt*UVUTUTUT媬媪UVUV᪪kUV*Tj몬j몬UUT쪫j쪪jVfbb*UV(U#UVUV * UU UGUUTUd UV UTTUV~*UVUVUVUVT쪪UVvUvUT쪪UUVUTUV**UT<[Z勋%kNj%ZZ拋kNjH( H( U( #' M( N) KO( \..aa>>a MTIэ.UX UT~q UTUXUTUXUXUTTUXUXrrހ aEbUT9S9o}UXTUVUTUTUV䪪|UVUTUVUT UVUV UV VUV UVUVuVUVUVUVUVTUVUVUVn󪪋{UV~~ UVUT UVUTUVUT)UV%T"UV"UT%UTSUVmX !H !J%+%+n%#!H%+#%n+!HK%+%++n% %n++n%+%A%+%n++n%+%+%n+m  mH k !)%r+%+k+%Jp%kn%wm)%F% +r%%+k+wn%kn%#pfp%% !H)%+k+%+rHnk%p%wmH)p%Fk %r+%+k+f#%nk%nw%f%%w !HK%r+%+k+%+rHK%w%w  %Ko F +r% %r+%+k+wn% %nw H  K +r%r+%Ak wn%kn%w%A o A%m%+r%r+ %w%nk%nwH  ) +r%r+%+k+%+r%r+%+k+Hnk%nw%wn%kn%w%wH K o pF U%U& UKj jK jK")))jW+++T+++9W+++T+++W+++T***jW---T***U+++:)))U+++)#+#+#*#*#+"))))))$W++++++T++++++$W++++++T++++++$W+++++9+T******cW------T******cU++++++))))))U++++++)cW+T+cW+T+cW+T*cW-T*cU+$)U+  U +! +! + + +! +! +!)!)!+!*!*!+ i+ i+ j+ j+)  )  )! )! W+ i+ i+ j+ ?++!i+!i+ j+ (+ >+ ! + jU j* j*!i*!iW- i- i- j- jW j* j*!i*!iU+ i+ i+ j+ j-)  )  )! )!T)  ) !) !) + i+ i+)! )! W+ i+ ++!i+!(+  !i*!iW- i- iW!i*!iU+ i+ i-)! )!iT) !) TsssT7?SSD2%9LRRZ75_e_c9]e]cT;UT UVUUUVUNUVUT(UV(UU/k6誫6誫:UU>>:T UUUU(( UT/66 X:>>*:TUXUTߪbb[ UTTT* XUTUTUV*UVUXUVUTUTߪUVbUVb[誫T誫TUU*UT2 /,,V&T &*,UVUT,UTUT/ 22/UT,쪬,쪬&TTjj**UTUTUTU UTUUTUTЪ쪬_쪬_Tـjjjj*qUTxUxUTUUTЀ ӪӪـUVUV*&xx/UT2TUdxeUVUTTtUV䪬UV䪬l쪪UT쪫gUUT۪۪ڀUT#55g`yUVX%UT$$*$UT쪬쪬"誨䪬UT䪬UTનܪT  T hY VUVӪUVӪ*UVjj&V,UV쪪,UT쪫/*UU/* ,UTUU,UTUV&**&UT,UVUT,UV /*UT/*쪬,UT쪬,UTT&jjUT*ӪUTӪUTT YYTUTӪ쪬Ӫ쪬UVTjjjjVUT쪪Ӫ쪪ӪUUTY> SDUTΪ/UTЪ1UTQUVGUUUTΪΪ[[sQGܪ*k UVUT ULUTUUVU_UV[:sCUVUV* UV UVTUV UT UT*#UT?]zbigUVUVת着[[תUVUV iz.(UT(UV..(UVziiתUT*y 1$X%%UV̪oUXoUT3UVf%X${UTdf3UXUTUX̪dUX%oUT:UTUT*𪬚𪬚ꪬꪬT||||Tꪬꪬ𪬚*UTUTTUTV(UTUTTUTVgUT*UXUXyꪨꪨUX|UX|*TꪬꪬXUTUXUXUTTUXUTVOhUV'TUVUU6T*>{UX^UPAUXMUXUPUVUX)-UT[UVj ꪬUTUTꪬꪬT|UT|TUTVUT**UTT|UTV0|UT|TꪬgꪬUXUXyUTꪨꪨUXUTUXT*UTVUTX*UXUX||UXTꪬǮ2JUTUV`I-2@[UVhHMUT*U\\؀.*k<TmgUTڪUTڪV UTUTeTQJcZHLʪUTkMkTa UT؀UfUTf܀iJL^PH誫"UT쪫$$'UTUVmmUVUTUXUXUVPUX UX UUJJLP!#UU$$&UVUXkk%TUX%UX%骨&m'UTLL^NJ쪨 UX UX *TyyxxTꪬmh*UTUT#X窬 kIUT/jIUVKUVߪUX]ՀUdd܀k!UUAUVUTNUT[UVZ NAUTB#UT*UTp:E:F;UTUT6?UTHQUUXDUTƪ7UȪ9UXHUTc*XUTUT⪬UXȪȪUVCUT/UVʪUToUT𪬩!UT$9T1UTUX)UتUTUTTܕUT⪬S몬ϪUTUTت֪UTUTQȪϪ֪)UT쪬**T*UT* UT TT*U)U'UX0UT7UȪ̪UTЪUTUVƪSQoG==HSSDUToNNDUTUU:9UT9UVFUTSUVHo?UTSUXoPUT UX䪬 UX䪬 UTo UXq ~UXUX*UTSUXTVR8UTUXXtUXR(UTXpUTUTUX**UXUTUXUX* UXUXUX直sUXzXꪨꪨqXUXꪬTvvT*ꪬUXUTUX*TUXUTUXUXUXp*UXUT T UTUX U UTUXUTUXUX UT;UT1UT֪)UT֪UTQOUTUV֪֪cUVUT몪ĪUxUTUVU4(UV(몪2<:UV1(()UT)UT2Nj{UXUVHڪȪ檪el*UVUTUVUT֪ـ]تeબk*q㪬q㪬UVTowتӪΪUV̪a_uNj7UV1V/VY*UTUVUTUVUVUV᪫UV᪫UUutut檪*UVUVƪUU磌f*ɪɪ*-*檬9UUs~ىUUTUVh:3UT4?UV.-UT,説UT-]*&UTUTTUUX!X6!UTUT骬UV骬UUUT$*UT)UT)*/VTmTVV몪T몪 T VUV!UTi&pww*)UTJ5UX5UV5UX7UV΋NMUT窨UX2sT媨TUX UUX UTન*iUTUTTUTުSUTAU =UT9UHUT>UXʪʪ5UXcTUXߪߪ쪨UV`WWqUX򪬌~UTUTUVUVUT*| *w UVUTiS᪪ TUVVUVUTUT*UVMȪUTUUʪUWU窫UTU,UU4ȪUP檪UUV U[} UV}#T'UVUVUVUV'UV1UT&P&UT0UTUVUTUTUVު쪨Uꪬrꪬr窪*䪪UVypVgg]UShit UT$UU$$$UUUT$+229UV˳,T''"T UXUX: ŋ9UT>誨6UX.説*UX㪬㪬*ުUTVЪdЪdhTUTUTUTUTTWUVGƪ誨UUUXҪЪUUQUڪ*۪ UVܪ UUܪتԪ UUUT**ll**%UVUT2G*ŀ"UVZ"UVZUުUTk*UVUU ܀ UTڪUV[⪪UXkΪkΪUVͪت̪ʪ[UNʪUUʪeѪުتI**UVUVUGUVUU Udʪ$UVV ^ ^րUVepꪬ *몪 쪪 쪫 *yUU2#UT#UT(97UT/ɳ&UTબ#UTh)*UTUTժ6]]*:UTUT*5m}UV mUV⪪ʪUVwacccwӪUUUV 窪UUyUUyӋǤUU UT UT *%UU*(UTmUTUTUT* Vj UTjۀcتUTת֪֪ժ쪬Ԫ'UVUT,,0UV8UT7쪬6UT쪬6UTUT2*i-UNFm mUUmS[wccتUVӪUTm *UVUUUVUV*F1Ud1UUTUVT U UT *)UU)TomkUUTUV֪تeexӪUUપ UVyyUXUXVUXUU!!%U>, >f*M*$UV3@$UV33XB!UT*UUXTUXTUYܪ UX*ӪӪ*XҪuU\*UXIUXjPsUXI6dZ6j^R!r^g<G yUXT骬骬XUTUT*vUXvUXT𪬋UTVUVzUVzT*UVUXUVUXsԀ˪˪UU€UX?6dZ6j^R!0\ BXUVUV!%UTUX**|)UTUX6r^g`UUV*U6 UU V}}UU𪫋UYUVUVVw檪UU* UV UV U UU UŰUU着ꪫꪪR⪫ڪL UV *VUUU7 U Ut UV~0VݪUUݪUVЀUVDU*UVUU UU񪫕񪫐*ꪫm*yUVyUVn*cUUUU*UVUVUUUU*AUUVUV**UV!*VUV UV * F*Αkb:V TUVUV*|UT|UT**UV{TUVUVUTUTUVUU*UTVUUTT*{UUUTUUU|UT U0 UT TUVV*UTUT V  UVUV*UT 'oUU;UTvU UU򪨇~UVUXUTUV{檬UT V{{ +UUPvhċalUWUUVUݪUUݪ⪪窫窫ꪫ}}UVV쪪w^K?UV?UUVUJm n U~UUUTUU]L*UTM`UTUUmJ# UT*UUUHUUUc"V||UT骬骬ToottUV*UTUTz*UVUVުUsUU8UUUUUpTOUT"&*T%UUaUVHUT/UV/UT/UT/U,AUTSUIUT*UT*UV**UT1 v@Tժ%UXժ%UX*UVڪkkXvvUVuUXUXUનUX ڀ᪨᪬T{]{ۀphphTʪUTUǀ-ת-תDT[UV`G*--T8*GUTUT,UT䪬"䪬"UTUT]UVUT UT%UX"䪬sUTUTUV}UV}UT쪪쪪sUTUVUVUTUT UUUUUTUUT*UUUU UT S TUUWUTUTUTUVUV* UVUTVUTTsuUX*UXUVUV*{UT{UTwss*UTUVUU UTUUUXUUUX*UXUUUUX UU *UXUXVUX VX ~ ~V𪨏UXUXꪨՋ<UX*ЦTX UT8UX쪬WUTܪUVܪϪUXMMϪUU#UXUU#UX쪫D8UUeg i iU*UXUXPUXUX<ՋUXVXUVUV *}UX}UXUU*𪫋UU*UXUXU檨UXU* ~ ~ X 8 * U*8~~*~UU~Ua~UUUTUJUVUU*UUL /*UX *#UXꪨ*xUUUXUVUXP UX UX UV*UUUXUUUU *UXUVXUU}}UU*UXUXUU UPUXUX UPUUUXUOUXUU UP%U\ UXejoUXoUXV*yy*vssUUokw@ ̢H t!  %qCW@1F!!$\%&~(_),,-s.0-11234405r6#79L: :>*?"@4@r@B/C#DFhFyH H)H7HOHZHuJ+JLN O OPQSSUV,VWY[Z^_`da3b&cdeif5f=gghjQkkkmwnp?pOp_stuu'ubwx}IK ={ɉmËOލmQk&0:GTanyVV UUV UV *|UU|UU**UV{UUVUVUTUVUUUUUU*||U*UVUV*UUUUUUUUUU* UUUUVV*UUUU V  UUVUV* LL uՋu IfH >>>$><%<> - V TUVUVUTUVUTUVUTUT*UV{TUVUcUUUTUHUU*UTV0UUTT|*{UUUTUUVUT S UT TUV*UTUT   UVUV*UT MiMi M%M MiMi$ HHpVˋ>oR],pVM g ֪*ڪUTުV<ުUTTpUTUUTTT~UT~̪MocNj2*)UTUX)UTUX!UPUXUXT ⪨ ⫸Tݪة ]֪UVU\UpUOpUYT*ԪԪ}VUTiݪ*UTUVUUVUTTUUVުkUVUVы(TUT骬骬UTTiiתUV >DUVՉՉJUTJ]UTO ͞"UV"USX)UU0UX0UV X5*.**UVUXUXP TUXUX*\UT\UTˀ Q **UXUTUXUT " "X&UT0+X{{p!*eUXeUXͪPUTUXUTUX*-V@qb@p ,,,UU,UU*((&UXUUJf\*UXUXn*ߪߪhUTUT؀UU֪?* UVUTUd̀%*֪1֪1UV>UUuuJX*eUdsUT *a*UVUV *?0UX0UX3"PUXUXE ًˋ>T*=UX=(UX6*P.0UXB͋ߪUXީުXUXff*XUTUTԪ]UT}5o5o*PUXPUX^*l3l3# UVUVUV,U*QQHUVӪUUVUUUamUT UTXA*UXUVUXUUڪêrêrUTs*rUVrUV*UTUTsV説說UVwUVHXPUTUXUX=UPUXUX'*TUXUTUXU TU$ V@qb@pV@ U)*+UVUU+UVUU,*)UteVUTVUXG889*UXGUUTTmUdXݪݪ*DUX44UXUXUTUX  VIRvvTUV⪬⪬jVUTUTd֪6ˋ0Kl4oUTXUXUTTTUTTUUXm͋V@qb HU@qUXUVuuT㪬UV㪬UV᪨ߪߪ߀UUTUT€ ŪUVŪUV̪ ӪӪV=qqL~`*sUd *`UVUV *?X003#*E XًGU CT*@UUX@UXUX7*PUX:΋UX @ UXUTSXUVUV*PU8*77RRH`nn_YSUTUUSUXUUPUPUUMUXUV @ @pV@@V@q @V@qb@p @V@qb@pV UVUVoUUUV誫誫yUUUVmIV'*UU+UUUUUU UV UU UU*UUVUVUVUVU!UU!UU' UT UT5UV<,V 8Vq @V@qb@pVTYI%:܋%r^T/ V@qb@pVJMw۪UTUVUTUVG HpV@@pH*V@qb@pV]H &Fu*V@qb@pV]HJ싋@]V \SJJ?4UX4UX-(*9UV9UTәVV}9UTo9UTo-TX"UX˪"UX˪*UXUUTU$}}Xݪʪݪʪ*UƪnƪnCUTUTCƪƪUV)*i5UUi5UVs@UT}KUV}KUVTUV]UT Ud*4+UU*8UU8UUDUPUVPUU[UT*[ UDX**8888+UXGUfTvv|fUTmmԪUXUX*)UX:: UX%UXUX֪ȪSȪSUDn5n5UT ̪]UTUTV$UTTݪToUToiժ|ժ|ˀUT#>4**"UTrUTr* UX UXTʪ + UTUT1&&UT,22X467UT3{{p)Xe#e#̀LUXLUX *-V@qb3pVɋi Ջ% "!UTUT!TUTUTUUX*#(UT(T-T3Uȋ7UX1{{p%eèXLLUX-V@qb3pV_ ̪UT_UTUUTTqTqUTiaaUTªE?Nj3*UX*UT*UT"UXuuTn g gUTUTʪ UVUVUTUU UV#UVUU#UVUU%()UVًCT 99UU&UT#&UT#*U ËɋT5V몬+몬+UTjUTjUTUTժժԪӪӪԪ*ժժUVjUTjUTUV몪몪V+UTX UV UVUTUVUXUVUX# # *UX1UX5UT*}*}UXUTꪨ8̋Y UXUTĪĪUTUXICVǪ{Ǫ{Ѐ*UVUXUUUX⪫gwժwժXWM *TUUժUUժ܀UTV%UTTUT+*z,UV,UT+*T||%UTUVUTપUTપ *UV[UVUUUUUUT㪫窬s窬s**ڪUVڪUV_*UT⪬*UVUVUVUVTUVUVT UVUVUVUUUU*UUhI i&%T"*UTUXUPUX*XUXeϋd΋eUX;UU;UVIUTWUViip UΪ|UV|UVUXߪફ߫(ફT窪YOUVEKɀ^UV^UUUT㪬㪪UV&~~1V6@V@ql,**XUVXUV*UFfTT UUUV4X#&,&,3*UX9UX9;=UV@]V PVeqE6^6EYV qP00 >pV,a< (KV:q22>V+q\(pVJ Nr'HV>qHˋV+qkxNipVi - EPUVUTT䪬UV䪬UVkUTUTUVUTUV*``TVԪ%ЋgUX9UV9UVHUVWUT ¬Xif UVѪѪ*TԪa  UT   UVUTUVUTT~UTUTT*ttUTo'!kY*UTUVQUVUTm㪪㪫媪T窫~窫~U*yUVyUV}᪪᪰*֪cUݪݪ UVUUrrU}}&*-UV&#*“V U   UU UV - )||**UTUTUUTUT UUTUVUV ު{TVjjVVҪUU:uUV)UV UU UVUVUV TUVUVT'UVUV UVUTUTv骬骬tUTUVUUVT*UIɀ UV``VUU檪檪UV)*0UV0UV6*NjGU0V=UT 3U| 3U(UV*UT!U!UT&*T+UV$UTUTT}:‹֪]*UTUTUTUT˪*UVTUTTV8ЀTcTtcUUUT骫T骪UTV=*UVUVUVU[U$UP$UU/*߀9骫9骫EUQUVTUUUUVUTUUUTUU  *UT  EG؋^2s*~UT{R{UTXX$直UT窱񪬌*UTܪUT*٪٪TiAKUtUtUUުܪUTܪUTUVzzT=UVUU_;UT3 *+UU+UU$UUTUV **UVGUT*UVGUTA#X#UT$$ UTT{UTUVmTܪUVܪUVUT*cتUVkk䪪UUUVUV&U󪪻󪪻U NAx4x4*UTUTUTpTUTU V5U,UV ,UT $*UU& UVUUUUV*UUVUT *UTUV窬窪UVUVk*UVUV* +UUkkiL&id^'UVUʪee/Uxˋ 4^ rYUՀ h hUUuu*{UVUV UVUV* UU UUT UU UV UTUT ? Nj^"r{ڪUVUT*ccUVڪUV*Vrr*7UU 󠋸^.riv7ws0S^rՋy|ً f拋^rdI>^r%,{^拋mt^> ^'r'%(H^rqCUVeUU{ફ{ફ*UUVtUVt*說UV誺UVqUFUXUUUSUVj\_ UV UV UV UT* UVUV UUUV *TUVUV*UU-(UU V""V"UV"UV(..2UUUX \XYT窱UV窱UVUT*xxUTV몬몬TVyJR T X UTUUUVUTUTUVUVTq +*UVUV1*>UU>UVUSgSgYTyˋ=*UUUU7**3UX3UX.#U)).3UV3UV*UX:UX:*=UTˋX=直直X7*m3UTm3UXg.aaUX̪̪T*UXPUX€*KKªXUT直Ut直TX̪m̪mрgUVaUUa*UXm̪m̪UT磌P着PV€K *PT UUK UUK,*ATA,UXKUV KUT PUX9UT7*UXUX1*.UXp.UXp߀%e%e UXa]]΀VVTƪ5直UVUXUXӀ*ǪǪǪǪIӪUXߪUTߪ*U55UT* UV UQUV,UUS8UZS8UVUATߪKUVߪKUVUP ‹iX V TUVUV*|UT|UT**UV{TUUUmUUUTU>UU*UTVUUTT*{UUUTUUU|UT U0 UT TUUV*UTUT V  UVUV*UT C}\5ŋ9}Zo V='X & *3  ËKKËmin  UX UXUXW}UT}}}TUXX{wꪬ**骬UX骬UX誨窬窬UTpUXpUX*kgmUXssy|UX|UX*nnXન X UXUT*XUTUT*{UXUX{񪨦X UTUXUTUX説 ooUTUX쪬쪨쪬쪨UTUXo}~UTUT*UXp UXUT X UTX UXUTUTUXUXUT UT 媬UXoo媬UTUXUTUXUTUXUTUX媨ooUT媨 UX UXUTUTUXUXUTUTUX  UTUXUTUX  UTUX UXT*||*~T*|UX|UX*UT{UXUTUT~X*TX*XUTT T * V UX UT UXPUXUX*UTTX ** UT STXV|UT|**UX V]JQvvXUV⪨⪨jVUXUXd֪J6ˋ0Km4UXXUXUXUXPUXUXPUXUXm̋wV8yZpV&2c0 UTUXUTUX説 ooUVUX쪪쪨쪪쪨UVUXo}~UVUV*UXp UXUT X UTX UUUXUUUX誫 o}~UXUVXUV~}}~UVUVUTUX UV UVp UXUU X UUX V@qF9F@pV@!U)UV)UV.UU.UU/UX/UT*Utd*SSDX9'GUUUXTUXT mUd{U UXgTتTUتTUXUD*UXUX:%UT  6\SJUTvJUTv?**UXUXTUTUTU$UTX*BUVUXϪUXϪUêsêsUTs*rUVrUV*UTUTsV説說UVwUV  UTUXUTUX説 o}~UXUVX"4UV~}}~UVUVUTUX UV UVp UXUT X UTX UdUVUU5*UUƪ>a %5UVe*DUUDUUL*T[ UDX**8888+UXGUfTvuU<*dTUXTUpUXTUX*FU8>a(ʫ*UX UXUTUXUX֪ȪSȪSUDn5n5UT \SJJ?4UX4UX-(*9UV9UTәVOU BT*6UUX6TUX,*"(__說UV;*BUVBUTIP }}Xݪʪݪʪ*UƪnƪnCUT=UT UVʪʪ_!UVUV\UUXUTUUT= UTUXUTUX説 ooUTUX쪬쪨쪬쪨UTUXo}~UTUT*UXX UXUT X UTX UXUTUTUXUXUT U 媪UX‹o媪UVUXUVUXUVUXUVUX媨ooUV媨 UX UXUVUVUXUXUVUTUX  UTUXUTUX  UTUX UXT*||*~T*|UX|UX*UV{UXUVUV~X–*VX*XUVUVT * UV UX UV UXPUXUX*UVVX ** UTH T8TXVt|UT|**UX NAUX4UX4檨kUTkTpڪUTUX VV9UX9UX1%*)-UV)-UV 4VUXUX>k5ת,UTת,T\#UTUXUUUTT*TI&#* UT媬 T媬TUTUdUXdUT ˪ ˪UXUV 8Vq@V@qb@pVTI?-L2拋%n=X/ sUV説*UTjUTjU骬ꪫ骬ꪫ骨UU骬骪VsUVUV*|UUZ^UVUUUTUVUV1,* V&Ut&UT$**&&!/8UU8UV#T@T&IUVK V*qHH>V Ջ<UX*hXX UX8UX쪬WUTܪUTܪϪUXMMϪUT#UXUT#UX쪬D8UVeg i iV*UXUXPUXUX<Ջ @ 5j@pV@@V@qc 5]@V@qb@p Ъ**UTݪUTݪx㪪媬骫媬骫݀UTUVUUVUTU(.>4UT*UT*UT򪬭Trr* g gUTb] ]iɋV3pb@qVN UUUU2UU!UV!US*&UUX,UXUX,UV*/2*/VUX-UX-(*ڪ"ڪ"UTMM> UT/ ^rr^Q.6$TT##TUT: r^)Lpr^))^rLp)^ Ջ<UX*ЦTX UT8UX쪬WUTܪUTܪϪUXMMϪUV#UXUV#UX쪪D8UUeg i iU*UXUXPUXUX<Ջ r^))5r^ / ^p24)^ &*%VUVV~~y UTt UTt*UVUU窫窫T쪪骬骬UTUVUVUVf*֪ 4^rr^+ۋCUTUU6 6 ,*!UV!UVUUUT"UUUT"UO*(U/U\+UVT%窱窱UTUVUTUV_*ʪʪKUT  ZuՋ@u @Xժ%UTիP%UT*UXڪkkTvvUTuUTUTTબUT ڀ᪬᪪V{]{ۀphphVʪUVT-ת-תDU[UX`G*-P-X8*GUVUX,UV䪨"䪨"UXUV]UXUV UX%UT 䪫sUUUYUXUX}UV쪨쪨sUUUXUXUUUV UXUXUUXUU*UXUX UV UV TUXUVUXUVUVUXUX* UXUVUVUUUU uUT*UTUXUX*{UV{UVwss*UVUXUX UVUXUTUXUT*UTXUXUT UX *UTUTXUT XT ~ ~X𪬏UTUTꪬ Iwz UVUUUTUVUVe*ԪC-UVUU)UTb%UVԪ%UVԪ ZUU6 %UT+UU%U+UU)UT-U&ԪUVeUUTUUUUUUTU 쪫쪬 UT V(T+UTTҪ&֪ڪ+UTڪ+UXUTo6goUXUVZڪԪڪԪ֪bҪUTC+UV*  UT %A K%  %rw% o%wr %wr rw%o } < 9*55.T.5UV5UV8 <<9*5t5t.Tcc*UTU TU,UdRtʪtʪUVcccc*UTtUltTU@UTR ʪʪUVcc.t5UVt5UV8< UUT|NmGmG^B*Okern`(6Tf|:x8>l FP$JtB|<^ L . X  & 0 V t  * P  >`n "578:T]`gopv 578\:DWhXDZD \\"h5D7D8h:3ZD "D57\8:Z hDh"\0BqDqFqJPqSTqVXqZq Dhh"BFJPSVZ DD"B\F\JP\SVZ DD"B3F3JP3QDRVW3Gq HL {{ dkopqv~shs]`gpv]`dJgkJqtJw3yz|3V^^333p dkopqv~shs  \L]`gkospBvBdsksoqsw|dkopv ]F``gF  hFh\L]\`Tdg#kqtwsxs|s~ssssss FF]`dJgkJqtJw3yz|3~1V^^333]pfvf w}|}}}}}}}}pv]`dJgkJqJtJw3yz|3V^^333wy|~j w| y{ w| w| jyLLLZ jy!L3fffdfLf333 f `m LLy3ffo3 33jyf& jLyy1hL LLLLLLLL 3LLLL LfdLLLjfm T  fqF  3 F3  j 33 3 ff3 33y3 d 33y 55jLyhhTUh3333`"'-13578:GSWXZTYZ[]_`dfgkmnopqrstv~ DD%XF9NqVZBdfNL9NZb(wXNB99jffhj^mV;VT;;s;T;J+;;;;Ts;TV;s%+-b9JwHNJP?X9+9'9)9+/N!J)T97T9y`?X5#ufX3bdUfDf+BfB{%RBBJTVT;;;;6J?5;TTTTTT++++sHHHHHHHVHNPPPP99+99N/NNNNNdUFHHHVTNVTNVTNVTN;,J5J;P;P;P;P;PTXTXTXTX;;9969J9+J9+Jk++9;'';9);9);@G;)+9;/;/;/;/TNTNTNTNV;)V;)V;sTsJsTsT%9%k%9++++++b7b7b791HVHTFsT%95}39wJ'V;;%N;b;TJ;;;%nT;s;P%>-j?1N\O/ '-1NM\OPY/ `'-'6JZN +KPN7-ODP'NDP;%;HTsJ?+;%V;A;;V;;u;+a;;V;m;;T;s;VT%ARS-;3;;=;;Hq9;VH`%H%P):H%H%%/H%NH%!N/KH%)#)##$`%%oE$PH%oNT9+9 9%%H$;+LLbVV??s-eUoV#y,my;`%XBUWwD-r\fd3M1d9dUfdUdTf"g{mm))s+kUFQ@;@<fBs?s?2dff/f&f"D22ɉo1a OPK?,UUOEBPS/pr02.html Preface to the Paperback Edition PK?w[Paa OEBPS/toc.ncx Code: The Hidden Language of Computer Hardware and Software Code: The Hidden Language of Computer Hardware and Software SPECIAL OFFER: Upgrade this ebook with O’Reilly Preface to the Paperback Edition 1. Best Friends 2. Codes and Combinations 3. Braille and Binary Codes 4. Anatomy of a Flashlight 5. Seeing Around Corners 6. Telegraphs and Relays 7. Our Ten Digits 8. Alternatives to Ten 9. Bit by Bit by Bit 10. Logic and Switches 11. Gates (Not Bill) 12. A Binary Adding Machine 13. But What About Subtraction? 14. Feedback and Flip-Flops 15. Bytes and Hex 16. An Assemblage of Memory 17. Automation 18. From Abaci to Chips 19. Two Classic Microprocessors 20. ASCII and a Cast of Characters 21. Get on the Bus 22. The Operating System 23. Fixed Point, Floating Point 24. Languages High and Low 25. The Graphical Revolution A. Acknowledgments B. Bibliography About the Author Colophon SPECIAL OFFER: Upgrade this ebook with O’Reilly PK?OEBPS/upgrade_offer_back.html SPECIAL OFFER: Upgrade this ebook with O’Reilly

Upgrade this ebook today for $4.99 at oreilly.com and get access to additional DRM-free formats, including PDF and EPUB, along with free lifetime updates.

PK?~wOEBPS/upgrade_offer_front.html SPECIAL OFFER: Upgrade this ebook with O’Reilly

Click here for more information on this offer!

Please note that upgrade offers are not available from sample content.

PK?dH>6  META-INF/container.xml PKʤA V5CMETA-INF/calibre_bookmarks.txtKNL*JO.-*J+/HLOOM,֪Q2F&@lDZrPK-?oa,mimetypePK-?H:OEBPS/apa.htmlPK-?eSOEBPS/apb.htmlPK-?䚄^^ OEBPS/author_bios.htmlPK-? <<OEBPS/ch01.htmlPK-?>ҋ::MOEBPS/ch02.htmlPK-?0z<z<DOEBPS/ch03.htmlPK-?EV:4c4cOEBPS/ch04.htmlPK-?FFL(OEBPS/ch05.htmlPK-? (uU6U6oOEBPS/ch06.htmlPK-?մ55OEBPS/ch07.htmlPK-?"@6OEBPS/ch08.htmlPK-?a &OEBPS/ch09.htmlPK-?=__ *OEBPS/ch10.htmlPK-?`ӴӴOEBPS/ch11.htmlPK-?2OEBPS/ch12.htmlPK-?&hyzz/OEBPS/ch13.htmlPK-?Ʌ''OEBPS/ch14.htmlPK-?ehOEBPS/ch15.htmlPK-?I>ݬOEBPS/ch16.htmlPK-?k_8 L L^ OEBPS/ch17.htmlPK-?Gx%%4 OEBPS/ch18.htmlPK-?b  5 OEBPS/ch19.htmlPK-?>Qrr OEBPS/ch20.htmlPK-?>@&ROEBPS/ch21.htmlPK-?J-OEBPS/ch22.htmlPK-?'OEBPS/ch23.htmlPK-?W2IIOEBPS/ch24.htmlPK-?ֆ_-NOEBPS/ch25.htmlPK-?4`>POEBPS/co02.htmlPK-?24KKWOEBPS/content.opfPK-?77OEBPS/core.cssPK-? !MSOEBPS/cover.htmlPK-?aa5kUOEBPS/httpatomoreillycomsourcemspimages469534.png.jpgPK-?5^1>OEBPS/httpatomoreillycomsourcemspimages469535.jpgPK-?(n881GOEBPS/httpatomoreillycomsourcemspimages469537.pngPK-?e^^1OEBPS/httpatomoreillycomsourcemspimages469539.pngPK-?B1kOEBPS/httpatomoreillycomsourcemspimages469541.pngPK-?gj]]1OEBPS/httpatomoreillycomsourcemspimages469543.pngPK-?=S))1lOEBPS/httpatomoreillycomsourcemspimages469545.pngPK-?pA881{OEBPS/httpatomoreillycomsourcemspimages469547.pngPK-?c c 5]!OEBPS/httpatomoreillycomsourcemspimages469549.png.jpgPK-?lВ1-OEBPS/httpatomoreillycomsourcemspimages469551.pngPK-?u1?OEBPS/httpatomoreillycomsourcemspimages469553.pngPK-?5++1YOEBPS/httpatomoreillycomsourcemspimages469555.pngPK-?6_hh10OEBPS/httpatomoreillycomsourcemspimages469557.pngPK-?j΄1OEBPS/httpatomoreillycomsourcemspimages469559.pngPK-?`ʤ5OEBPS/httpatomoreillycomsourcemspimages469561.png.jpgPK-?b5OEBPS/httpatomoreillycomsourcemspimages469563.png.jpgPK-?W U U1OEBPS/httpatomoreillycomsourcemspimages469565.pngPK-?Ј::1"OEBPS/httpatomoreillycomsourcemspimages469567.pngPK-?uS|6614]OEBPS/httpatomoreillycomsourcemspimages469569.pngPK-?:<.Z.Z1pOEBPS/httpatomoreillycomsourcemspimages469571.pngPK-?`OEBPS/httpatomoreillycomsourcemspimages469585.png.jpgPK-? N5kOEBPS/httpatomoreillycomsourcemspimages469587.png.jpgPK-?:F1}OEBPS/httpatomoreillycomsourcemspimages469589.pngPK-?J䁼$:$:1OEBPS/httpatomoreillycomsourcemspimages469591.pngPK-?}G**1'OEBPS/httpatomoreillycomsourcemspimages469593.pngPK-?nwDD1OEBPS/httpatomoreillycomsourcemspimages469595.pngPK-? r::1=OEBPS/httpatomoreillycomsourcemspimages469597.pngPK-?6;;1wOEBPS/httpatomoreillycomsourcemspimages469599.pngPK-?5OEBPS/httpatomoreillycomsourcemspimages469601.png.jpgPK-?tmm1OEBPS/httpatomoreillycomsourcemspimages469603.pngPK-?UF<<1OEBPS/httpatomoreillycomsourcemspimages469605.pngPK-?8~(.(.1OEBPS/httpatomoreillycomsourcemspimages469607.pngPK-?5*OEBPS/httpatomoreillycomsourcemspimages469609.png.jpgPK-?m52OEBPS/httpatomoreillycomsourcemspimages469611.png.jpgPK-?VE5518OEBPS/httpatomoreillycomsourcemspimages469613.pngPK-?!??1nOEBPS/httpatomoreillycomsourcemspimages469615.pngPK-?+8;;1OEBPS/httpatomoreillycomsourcemspimages469617.pngPK-?ihDD1OEBPS/httpatomoreillycomsourcemspimages469619.pngPK-?+EE1 /OEBPS/httpatomoreillycomsourcemspimages469621.pngPK-?{ yHyH1.uOEBPS/httpatomoreillycomsourcemspimages469623.pngPK-?yu225OEBPS/httpatomoreillycomsourcemspimages469625.png.jpgPK-?(&~ . .1{OEBPS/httpatomoreillycomsourcemspimages469627.pngPK-?Ce--1OEBPS/httpatomoreillycomsourcemspimages469629.pngPK-?-551 #OEBPS/httpatomoreillycomsourcemspimages469631.pngPK-?uM 5YOEBPS/httpatomoreillycomsourcemspimages469633.png.jpgPK-?@;,,1fOEBPS/httpatomoreillycomsourcemspimages469635.pngPK-?Ld&:>:>1sOEBPS/httpatomoreillycomsourcemspimages469637.pngPK-?::1OEBPS/httpatomoreillycomsourcemspimages469639.pngPK-?`xt@t@1OEBPS/httpatomoreillycomsourcemspimages469641.pngPK-?o2@v5v55HOEBPS/httpatomoreillycomsourcemspimages469643.png.jpgPK-?hS, > >1OEBPS/httpatomoreillycomsourcemspimages469645.pngPK-?̯1iNOEBPS/httpatomoreillycomsourcemspimages469647.pngPK-?a)W~~1gOEBPS/httpatomoreillycomsourcemspimages469649.pngPK-?Bdrr5L OEBPS/httpatomoreillycomsourcemspimages469651.png.jpgPK-?OJOJ1 OEBPS/httpatomoreillycomsourcemspimages469653.pngPK-?Tٴ]S]S11!OEBPS/httpatomoreillycomsourcemspimages469655.pngPK-?>1&OEBPS/httpatomoreillycomsourcemspimages469709.pngPK-?$$1 'OEBPS/httpatomoreillycomsourcemspimages469711.pngPK-?I3saa175'OEBPS/httpatomoreillycomsourcemspimages469713.pngPK-?y(""1O'OEBPS/httpatomoreillycomsourcemspimages469715.pngPK-?>T1 s'OEBPS/httpatomoreillycomsourcemspimages469717.pngPK-?5er1T'OEBPS/httpatomoreillycomsourcemspimages469719.pngPK-?r@y@y1]'OEBPS/httpatomoreillycomsourcemspimages469721.pngPK-?jA||1(OEBPS/httpatomoreillycomsourcemspimages469723.pngPK-?8x}}1ƕ(OEBPS/httpatomoreillycomsourcemspimages469725.pngPK-?1)OEBPS/httpatomoreillycomsourcemspimages469727.pngPK-?=2֢XX1)OEBPS/httpatomoreillycomsourcemspimages469729.pngPK-?4%1)OEBPS/httpatomoreillycomsourcemspimages469731.pngPK-?b/ 1*OEBPS/httpatomoreillycomsourcemspimages469733.pngPK-?~ 15*OEBPS/httpatomoreillycomsourcemspimages469735.pngPK-?7 Udd1)*OEBPS/httpatomoreillycomsourcemspimages469737.pngPK-?]mI991*OEBPS/httpatomoreillycomsourcemspimages469739.pngPK-?[ @@1*OEBPS/httpatomoreillycomsourcemspimages469741.pngPK-?Y551*OEBPS/httpatomoreillycomsourcemspimages469743.pngPK-?775*OEBPS/httpatomoreillycomsourcemspimages469745.png.jpgPK-?5+OEBPS/httpatomoreillycomsourcemspimages469747.png.jpgPK-?Okk1%+OEBPS/httpatomoreillycomsourcemspimages469749.pngPK-?!~$~$1ߩ+OEBPS/httpatomoreillycomsourcemspimages469751.pngPK-? l $ $1+OEBPS/httpatomoreillycomsourcemspimages469753.pngPK-?-NB+B+1+OEBPS/httpatomoreillycomsourcemspimages469755.pngPK-?/))1,OEBPS/httpatomoreillycomsourcemspimages469757.pngPK-?ټ0v0v01~H,OEBPS/httpatomoreillycomsourcemspimages469759.pngPK-?$001Cy,OEBPS/httpatomoreillycomsourcemspimages469761.pngPK-?-^N0N01,OEBPS/httpatomoreillycomsourcemspimages469763.pngPK-?Bf…<<1$,OEBPS/httpatomoreillycomsourcemspimages469765.pngPK-?ӧ5-OEBPS/httpatomoreillycomsourcemspimages469767.png.jpgPK-?` ;;1h-OEBPS/httpatomoreillycomsourcemspimages469769.pngPK-?B?::1sX-OEBPS/httpatomoreillycomsourcemspimages469771.pngPK-?\oEoE1-OEBPS/httpatomoreillycomsourcemspimages469773.pngPK-?<<1@-OEBPS/httpatomoreillycomsourcemspimages469775.pngPK-?4.}??1P.OEBPS/httpatomoreillycomsourcemspimages469777.pngPK-?ЩԙUU1V.OEBPS/httpatomoreillycomsourcemspimages469779.pngPK-?L881&.OEBPS/httpatomoreillycomsourcemspimages469781.pngPK-?ACC1/OEBPS/httpatomoreillycomsourcemspimages469783.pngPK-?881Z/OEBPS/httpatomoreillycomsourcemspimages469785.pngPK-?uǫ5/OEBPS/httpatomoreillycomsourcemspimages469787.png.jpgPK-?~661/OEBPS/httpatomoreillycomsourcemspimages469789.pngPK-?#C#C1/OEBPS/httpatomoreillycomsourcemspimages469791.pngPK-?8BB1E0OEBPS/httpatomoreillycomsourcemspimages469793.pngPK-?)l k111Y0OEBPS/httpatomoreillycomsourcemspimages469795.pngPK-?6_BB1‹0OEBPS/httpatomoreillycomsourcemspimages469797.pngPK-?Hy܏WW10OEBPS/httpatomoreillycomsourcemspimages469799.pngPK-?EZAA1}&1OEBPS/httpatomoreillycomsourcemspimages469801.pngPK-?HI;;1gh1OEBPS/httpatomoreillycomsourcemspimages469803.pngPK-?sOSOS11OEBPS/httpatomoreillycomsourcemspimages469805.pngPK-?XٮWW1N1OEBPS/httpatomoreillycomsourcemspimages469807.pngPK-?c,VV1KP2OEBPS/httpatomoreillycomsourcemspimages469809.pngPK-?aa1+2OEBPS/httpatomoreillycomsourcemspimages469811.pngPK-?H5 3OEBPS/httpatomoreillycomsourcemspimages469813.png.jpgPK-?:%/JSJS1:3OEBPS/httpatomoreillycomsourcemspimages469815.pngPK-?ٕ{"{"1o3OEBPS/httpatomoreillycomsourcemspimages469817.pngPK-??` , ,13OEBPS/httpatomoreillycomsourcemspimages469819.pngPK-?q4$4$13OEBPS/httpatomoreillycomsourcemspimages469821.pngPK-?{v~vv1{3OEBPS/httpatomoreillycomsourcemspimages469823.pngPK-?殗kr r 5`Z4OEBPS/httpatomoreillycomsourcemspimages469825.png.jpgPK-?di\\1%e4OEBPS/httpatomoreillycomsourcemspimages469827.pngPK-?-5hh14OEBPS/httpatomoreillycomsourcemspimages469829.pngPK-?vhh1*5OEBPS/httpatomoreillycomsourcemspimages469831.pngPK-?02m2m15OEBPS/httpatomoreillycomsourcemspimages469833.pngPK-?}(56OEBPS/httpatomoreillycomsourcemspimages469835.png.jpgPK-? 2$$16OEBPS/httpatomoreillycomsourcemspimages469837.pngPK-?x37371:6OEBPS/httpatomoreillycomsourcemspimages469839.pngPK-?i vAvA1er6OEBPS/httpatomoreillycomsourcemspimages469841.pngPK-?|G5*6OEBPS/httpatomoreillycomsourcemspimages469843.png.jpgPK-?56OEBPS/httpatomoreillycomsourcemspimages469845.png.jpgPK-?D?~~56OEBPS/httpatomoreillycomsourcemspimages469847.png.jpgPK-?ˉ56OEBPS/httpatomoreillycomsourcemspimages469849.png.jpgPK-? 56OEBPS/httpatomoreillycomsourcemspimages469851.png.jpgPK-?[҃57OEBPS/httpatomoreillycomsourcemspimages469853.png.jpgPK-?z#]]5"7OEBPS/httpatomoreillycomsourcemspimages469855.png.jpgPK-?ם5;7OEBPS/httpatomoreillycomsourcemspimages469857.png.jpgPK-?;!!5T7OEBPS/httpatomoreillycomsourcemspimages469859.png.jpgPK-?:2:21k7OEBPS/httpatomoreillycomsourcemspimages469861.pngPK-?::17OEBPS/httpatomoreillycomsourcemspimages469863.pngPK-?)UNcc17OEBPS/httpatomoreillycomsourcemspimages469865.pngPK-?1=X3^3^1<8OEBPS/httpatomoreillycomsourcemspimages469867.pngPK-?Չ\\18OEBPS/httpatomoreillycomsourcemspimages469869.pngPK-?Z\\18OEBPS/httpatomoreillycomsourcemspimages469871.pngPK-?¦  5 U9OEBPS/httpatomoreillycomsourcemspimages469873.png.jpgPK-?M 5w`9OEBPS/httpatomoreillycomsourcemspimages469875.png.jpgPK-?g>`>`1n9OEBPS/httpatomoreillycomsourcemspimages469877.pngPK-?pGbb1=9OEBPS/httpatomoreillycomsourcemspimages469879.pngPK-?bb1!2:OEBPS/httpatomoreillycomsourcemspimages469881.pngPK-?C>]]1M:OEBPS/httpatomoreillycomsourcemspimages469883.pngPK-?}D5:OEBPS/httpatomoreillycomsourcemspimages469885.png.jpgPK-?//1;OEBPS/httpatomoreillycomsourcemspimages469887.pngPK-?APQ7715;OEBPS/httpatomoreillycomsourcemspimages469889.pngPK-?-  5 m;OEBPS/httpatomoreillycomsourcemspimages469891.png.jpgPK-?R- 5fs;OEBPS/httpatomoreillycomsourcemspimages469893.png.jpgPK-?*<<5;OEBPS/httpatomoreillycomsourcemspimages469895.png.jpgPK-?vA  5-;OEBPS/httpatomoreillycomsourcemspimages469897.png.jpgPK-? 5;OEBPS/httpatomoreillycomsourcemspimages469899.png.jpgPK-?#5;OEBPS/httpatomoreillycomsourcemspimages469901.png.jpgPK-?M%d5W;OEBPS/httpatomoreillycomsourcemspimages469903.png.jpgPK-?Pb<1z;OEBPS/httpatomoreillycomsourcemspimages469905.pngPK-?D1;OEBPS/httpatomoreillycomsourcemspimages469907.pngPK-?9L##1#y<OEBPS/httpatomoreillycomsourcemspimages469909.pngPK-??3##1=OEBPS/httpatomoreillycomsourcemspimages469911.pngPK-?5#5#1{7=OEBPS/httpatomoreillycomsourcemspimages469913.pngPK-?Q_5Z=OEBPS/httpatomoreillycomsourcemspimages469915.png.jpgPK-?1>1 p=OEBPS/httpatomoreillycomsourcemspimages469917.pngPK-?S{1=OEBPS/httpatomoreillycomsourcemspimages469919.pngPK-?eU%%1-=OEBPS/httpatomoreillycomsourcemspimages469921.pngPK-?$`1-=OEBPS/httpatomoreillycomsourcemspimages469923.pngPK-?]R R 5q=OEBPS/httpatomoreillycomsourcemspimages469925.png.jpgPK-?Wf5f51=OEBPS/httpatomoreillycomsourcemspimages469927.pngPK-?r5c$$13>OEBPS/httpatomoreillycomsourcemspimages469929.pngPK-? 1X>OEBPS/httpatomoreillycomsourcemspimages469931.pngPK-?s881s>OEBPS/httpatomoreillycomsourcemspimages469933.pngPK-?P==1P?OEBPS/httpatomoreillycomsourcemspimages469935.pngPK-?tBtB1!Q?OEBPS/httpatomoreillycomsourcemspimages469937.pngPK-?-AnmAA1?OEBPS/httpatomoreillycomsourcemspimages469939.pngPK-?QPsDD1.?OEBPS/httpatomoreillycomsourcemspimages469941.pngPK-?8jj5@OEBPS/httpatomoreillycomsourcemspimages469943.png.jpgPK-?ѽ5.@OEBPS/httpatomoreillycomsourcemspimages469945.png.jpgPK-?!|/|/1B@OEBPS/httpatomoreillycomsourcemspimages469947.pngPK-?>XX1r@OEBPS/httpatomoreillycomsourcemspimages469949.pngPK-?ԓ 5@OEBPS/httpatomoreillycomsourcemspimages469951.png.jpgPK-?k0e e 5@OEBPS/httpatomoreillycomsourcemspimages469953.png.jpgPK-?~D{1@OEBPS/httpatomoreillycomsourcemspimages469955.pngPK-?Ñ 5@OEBPS/httpatomoreillycomsourcemspimages469957.png.jpgPK-?| 5gAOEBPS/httpatomoreillycomsourcemspimages469959.png.jpgPK-?Ҏ!!5AOEBPS/httpatomoreillycomsourcemspimages469961.png.jpgPK-?y֣K K 5$AOEBPS/httpatomoreillycomsourcemspimages469963.png.jpgPK-?|÷ 5/AOEBPS/httpatomoreillycomsourcemspimages469965.png.jpgPK-?uT{. . 5:AOEBPS/httpatomoreillycomsourcemspimages469967.png.jpgPK-?/f 5 FAOEBPS/httpatomoreillycomsourcemspimages469969.png.jpgPK-?g;X X 5hSAOEBPS/httpatomoreillycomsourcemspimages469971.png.jpgPK-?δ  5`AOEBPS/httpatomoreillycomsourcemspimages469973.png.jpgPK-?%4 5lAOEBPS/httpatomoreillycomsourcemspimages469975.png.jpgPK-?㗩1nxAOEBPS/httpatomoreillycomsourcemspimages469977.pngPK-?sӆa1YAOEBPS/httpatomoreillycomsourcemspimages469979.pngPK-?I1aAOEBPS/httpatomoreillycomsourcemspimages469981.pngPK-?V551bAOEBPS/httpatomoreillycomsourcemspimages469983.pngPK-?q ̿1AOEBPS/httpatomoreillycomsourcemspimages469985.pngPK-?'ԉ  5AOEBPS/httpatomoreillycomsourcemspimages469987.png.jpgPK-?R1LAOEBPS/httpatomoreillycomsourcemspimages469989.pngPK-?L1AOEBPS/httpatomoreillycomsourcemspimages469991.pngPK-?&{1wBOEBPS/httpatomoreillycomsourcemspimages469993.pngPK-?0uYY1%BOEBPS/httpatomoreillycomsourcemspimages469995.pngPK-? ЏCC1:BOEBPS/httpatomoreillycomsourcemspimages469997.pngPK-?q[1~BOEBPS/httpatomoreillycomsourcemspimages469999.pngPK-??<1]COEBPS/httpatomoreillycomsourcemspimages470001.pngPK-?`^$$1"DOEBPS/httpatomoreillycomsourcemspimages470003.pngPK-?,Z717116GDOEBPS/httpatomoreillycomsourcemspimages470005.pngPK-?)_e111xDOEBPS/httpatomoreillycomsourcemspimages470007.pngPK-?hrr1)DOEBPS/httpatomoreillycomsourcemspimages470009.pngPK-?ݫ;16EOEBPS/httpatomoreillycomsourcemspimages470011.pngPK-?qrFF1)0EOEBPS/httpatomoreillycomsourcemspimages470013.pngPK-? QQ1CEOEBPS/httpatomoreillycomsourcemspimages470015.pngPK-?揯'**1^XEOEBPS/httpatomoreillycomsourcemspimages470017.pngPK-?r..1xEOEBPS/httpatomoreillycomsourcemspimages470019.pngPK-? 92+2+1EOEBPS/httpatomoreillycomsourcemspimages470021.pngPK-?^L[--1fEOEBPS/httpatomoreillycomsourcemspimages470023.pngPK-?=++1 FOEBPS/httpatomoreillycomsourcemspimages470025.pngPK-?݂!mii57FOEBPS/httpatomoreillycomsourcemspimages470027.png.jpgPK-?).5eGFOEBPS/httpatomoreillycomsourcemspimages470029.png.jpgPK-?}JJ1 TOEBPS/httpatomoreillycomsourcemspimages470195.pngPK-? K!0!01jTOEBPS/httpatomoreillycomsourcemspimages470197.pngPK-?2&YY1WTOEBPS/httpatomoreillycomsourcemspimages470199.pngPK-?ğ,,1TOEBPS/httpatomoreillycomsourcemspimages470201.pngPK-? 001!UOEBPS/httpatomoreillycomsourcemspimages470203.pngPK-?//1RUOEBPS/httpatomoreillycomsourcemspimages470205.pngPK-? V 14UOEBPS/httpatomoreillycomsourcemspimages470207.pngPK-?(mgmg1MVOEBPS/httpatomoreillycomsourcemspimages470209.pngPK-?Pǔ>>1HVOEBPS/httpatomoreillycomsourcemspimages470211.pngPK-?+vFF1+VOEBPS/httpatomoreillycomsourcemspimages470213.pngPK-?j>1BXOEBPS/httpatomoreillycomsourcemspimages470221.pngPK-?cXX1PXOEBPS/httpatomoreillycomsourcemspimages470223.pngPK-?͖;;1XOEBPS/httpatomoreillycomsourcemspimages470225.pngPK-?,z,z1YOEBPS/httpatomoreillycomsourcemspimages470227.pngPK-?C GG1YOEBPS/httpatomoreillycomsourcemspimages470229.pngPK-?g551+ZOEBPS/httpatomoreillycomsourcemspimages470231.pngPK-?g:5EZOEBPS/httpatomoreillycomsourcemspimages470233.png.jpgPK-?v( ( 5`TZOEBPS/httpatomoreillycomsourcemspimages470235.png.jpgPK-?N  5`ZOEBPS/httpatomoreillycomsourcemspimages470237.png.jpgPK-?c 5GnZOEBPS/httpatomoreillycomsourcemspimages470239.png.jpgPK-?G4 3FF1{ZOEBPS/httpatomoreillycomsourcemspimages470241.pngPK-?:d X X 5ZOEBPS/httpatomoreillycomsourcemspimages470243.png.jpgPK-?O5pZOEBPS/httpatomoreillycomsourcemspimages470245.png.jpgPK-?@HH1ZOEBPS/httpatomoreillycomsourcemspimages470247.pngPK-?[91([OEBPS/httpatomoreillycomsourcemspimages470249.pngPK-?P))1[OEBPS/httpatomoreillycomsourcemspimages470251.pngPK-?gecScS1)[OEBPS/httpatomoreillycomsourcemspimages470253.pngPK-?.Βw7w71&\OEBPS/httpatomoreillycomsourcemspimages470255.pngPK-?31^\OEBPS/httpatomoreillycomsourcemspimages470257.pngPK-?kk0jj1\OEBPS/httpatomoreillycomsourcemspimages470259.pngPK-? ww1'e]OEBPS/httpatomoreillycomsourcemspimages470261.pngPK-?.oےww1Y]OEBPS/httpatomoreillycomsourcemspimages470263.pngPK-?Bqq18U^OEBPS/httpatomoreillycomsourcemspimages470265.pngPK-?qz ss1^OEBPS/httpatomoreillycomsourcemspimages470267.pngPK-?l`aa5N^OEBPS/httpatomoreillycomsourcemspimages470269.png.jpgPK-?SoK=0=01^OEBPS/httpatomoreillycomsourcemspimages470271.pngPK-?ހ7y7y1)_OEBPS/httpatomoreillycomsourcemspimages470273.pngPK-?o|2|21_OEBPS/httpatomoreillycomsourcemspimages470275.pngPK-?%1_OEBPS/httpatomoreillycomsourcemspimages470277.pngPK-?v'1<``OEBPS/httpatomoreillycomsourcemspimages470279.pngPK-?pn[0[01"}`OEBPS/httpatomoreillycomsourcemspimages470281.pngPK-?)zaza1̭`OEBPS/httpatomoreillycomsourcemspimages470283.pngPK-?D#1aOEBPS/httpatomoreillycomsourcemspimages470285.pngPK-?O=ZlZl1ܻaOEBPS/httpatomoreillycomsourcemspimages470287.pngPK-?ϿOeBB1(bOEBPS/httpatomoreillycomsourcemspimages470289.pngPK-?en1TkbOEBPS/httpatomoreillycomsourcemspimages470291.pngPK-?`f5(cOEBPS/httpatomoreillycomsourcemspimages470293.png.jpgPK-?;jk k 5)(cOEBPS/httpatomoreillycomsourcemspimages470295.png.jpgPK-?'ػVYVY14cOEBPS/httpatomoreillycomsourcemspimages470297.pngPK-?RE * *5cOEBPS/httpatomoreillycomsourcemspimages470299.png.jpgPK-?Pڀ5cOEBPS/httpatomoreillycomsourcemspimages470301.png.jpgPK-?+]gGgG1 cOEBPS/httpatomoreillycomsourcemspimages470303.pngPK-?{s;;1dOEBPS/httpatomoreillycomsourcemspimages470305.pngPK-?o}XX1@dOEBPS/httpatomoreillycomsourcemspimages470307.pngPK-?|MM1dOEBPS/httpatomoreillycomsourcemspimages470309.pngPK-?:1IdOEBPS/httpatomoreillycomsourcemspimages470311.pngPK-?>,>,5"eOEBPS/httpatomoreillycomsourcemspimages470313.png.jpgPK-?TLCLC5fOEBPS/httpatomoreillycomsourcemspimages470315.png.jpgPK-? 1RYfOEBPS/httpatomoreillycomsourcemspimages470317.pngPK-?X75fOEBPS/httpatomoreillycomsourcemspimages470319.png.jpgPK-?QF 1fOEBPS/httpatomoreillycomsourcemspimages470321.pngPK-?5gOEBPS/httpatomoreillycomsourcemspimages470323.png.jpgPK-?.p1gOEBPS/httpatomoreillycomsourcemspimages470325.pngPK-?Cۤ<<1gOEBPS/httpatomoreillycomsourcemspimages470327.pngPK-?w^M^M5CgOEBPS/httpatomoreillycomsourcemspimages470329.png.jpgPK-?M|c|c1iOEBPS/httpatomoreillycomsourcemspimages470331.pngPK-?o221wiOEBPS/httpatomoreillycomsourcemspimages470333.pngPK-?D)zz5iOEBPS/httpatomoreillycomsourcemspimages470335.png.jpgPK-?v[9..1oiOEBPS/httpatomoreillycomsourcemspimages470337.pngPK-?do,,1iOEBPS/httpatomoreillycomsourcemspimages470339.pngPK-?'t""5 jOEBPS/httpatomoreillycomsourcemspimages470341.png.jpgPK-? `K`K1.jOEBPS/httpatomoreillycomsourcemspimages470343.pngPK-?Ѱ LL1{zjOEBPS/httpatomoreillycomsourcemspimages470345.pngPK-?n1D1D1qjOEBPS/httpatomoreillycomsourcemspimages470347.pngPK-?']//1 kOEBPS/httpatomoreillycomsourcemspimages470349.pngPK-?_ھCC16  ^8}META-INF/container.xmlPKʤA V5C9}META-INF/calibre_bookmarks.txtPK:}

Code rattled around in my head for about a decade before I started writing it. As I was contemplating Code and then writing it, and even after the book was published, people would ask me, "What's the book about?"

I was always reluctant to answer this question. I'd mumble something about "a unique journey through the evolution of the digital technologies that define the modern age" and hope that would be sufficient.

But finally I had to admit it: "Code is a book about how computers work."

As I feared, the reactions weren't favorable. "Oh, I have a book like that," some people would say, to which my immediate response was, "No, no, no, you don't have a book like this one." I still think that's true. Code is not like other how-computers-work books. It doesn't have big color illustrations of disk drives with arrows showing how the data sweeps into the computer. Code has no drawings of trains carrying a cargo of zeros and ones. Metaphors and similes are wonderful literary devices but they do nothing but obscure the beauty of technology.

The other comment I heard was, "People don't want to know how computers work." And this I'm sure is true. I personally happen to enjoy learning how things work. But I also like to choose which things I learn about and which I do not. I'd be hard pressed to explain how my refrigerator works, for example.

Yet I often hear people ask questions that reveal a need to know something about the inner workings of personal computers. One such common question is, "What's the difference between storage and memory?"

That's certainly a critical question. The marketing of personal computers is based on such concepts. Even novice users are expected to know how many megas of the one thing and gigas of the other thing will be necessary for their particular applications. Novice users are also expected to master the concept of the computer "file" and to visualize how files are loaded from storage into memory and saved from memory back to storage.

The storage-and-memory question is usually answered with an analogy: "Memory is like the surface of your desk and storage is like the filing cabinet." That's not a bad answer as far as it goes. But I find it quite unsatisfactory. It makes it sound as if computer architecture were patterned after an office. The truth is that the distinction between memory and storage is an artificial one and exists solely because we don't have a single storage medium that is both fast and vast as well as nonvolatile. What we know today as "von Neumann architecture"—the dominant computer architecture for over 50 years—is a direct result of this technical deficiency.

Here's another question that someone once asked me: "Why can't you run Macintosh programs under Windows?" My mouth opened to begin an answer when I realized that it involved many more technical issues than I'm sure my questioner was prepared to deal with in one sitting.

I want Code to be a book that makes you understand these things, not in some abstract way, but with a depth that just might even rival that of electrical engineers and programmers. I also hope that you might recognize the computer to be one of the crowning achievements of twentieth century technology and appreciate it as a beautiful thing in itself without metaphors and similes getting in the way.

Computers are constructed in a hierarchy, from transistors down at the bottom to the information displayed on our computer screens at the top. Moving up each level in the hierarchy—which is how Code is structured—is probably not as hard as most people might think. There is certainly a lot going on inside the modern computer, but it is a lot of very common and simple operations.

Although computers today are more complex than the computers of 25 years or 50 years ago, they are still fundamentally the same. That's what's so great about studying the history of technology: The further back in time you go, the simpler the technologies become. Thus it's possible to reach a point where it all makes relatively easy sense.

In Code, I went as far back as I could go. Astonishingly, I found that I could go back into the nineteenth century and use early telegraph equipment to show how computers are built. In theory at least, everything in the first 17 chapters of Code can be built entirely using simple electrical devices that have been around for over a century.

This use of antique technology gives Code a fairly nostalgic feel, I think. Code is a book that could never be titled The Faster New Faster Thing or Business @ the Speed of a Digital Nervous System. The "bit" isn't defined until page 68; "byte" isn't defined until page 180. I don't mention transistors until page 142, and that's only in passing.

So, while Code goes fairly deep into the workings of the computer (few other books show how computer processors actually work, for example), the pace is fairly relaxed. Despite the depth, I tried to make the trip as comfortable as possible.

But without little drawings of trains carrying a cargo of zeros and ones.

Charles Petzold

August 16, 2000