ࡱ>  ek{ "jbjb22 RPP  P P ++++8c+@~1GGG"d'(?@A@A@A@A@A@A@BjEA@-{)!"{))A@30GGpn@303030)PGG?@30{)?@3030r9TJ:i,_++`s9;:@0@9E30E:30:{){){)P :   Rensselaer Polytechnic Institute ECSE-4760 Real-Time Applications in Control & Communications DIGITAL VOICE PROCESSING EXPERIMENT Number of Sessions 4 INTRODUCTION The idea of converting the human voice to a digital format traces back to the 1940's. One of the original motivations was message security. It was thought that the digitized form was so odd and the equipment so expensive that eavesdroppers would pose little threat. Digital techniques were not to appear in more practical ways until the integrated circuit era. Today, digital voice processing is an attractive alternative to analog processing for many reasons. 1) The digital format allows long distance transmission through a chain of repeaters. The noise introduced by such a chain increases much more slowly in a digital chain than in an analog one. Carrying telephone calls through light fibers, for instance, is difficult over any great distance without digital transmission. 2) Digital processing and switching have steadily dropped in cost as the price of integrated circuits has dropped. The filters and other circuits needed for analog transmission remain relatively expensive. 3) Message security is much easier to maintain with digital transmission because it is easy to encrypt bit streams. New services such as car telephones that use the open radio medium have a particular need for this protection. 4) Different digital messages may be multiplexed onto a single transmission line and separated at the receiving end without crosstalk between them. Voice, data, and video may easily be combined on the same line. The heart of a digital voice processor is a conversion of the analog signal from a microphone or other input into digital format. Some processors convert the signal into fewer bits per analog sample than others. If two systems both achieve the same quality of conversion, the one with the lower bit rate is likely to be much more complicated and expensive. A practical design is a compromise between quality, bit rate, and cost. The simplest voice converter is the simple PCM (Pulse Code Modulation) scheme, which just maps the sample amplitude to a binary code (a 12 bit code in our PC). The code is transmitted and reconverted to analog format at the receiver end. The first part of the Digital Voice Processing experiment is a study of digital sampling. It shows voice coding as an application of PCM A/D and D/A conversion and it explores some of the problems that arise here. It is assumed that you have already performed the lab dealing with A/D and D/A converters. Of interest is the time spent on conversion and the total time used by the computer program, since these control the maximum rate of conversion which in turn sets an upper limit on voice quality. The effect of coarse quantization is also studied. The second part of the experiment explores the properties of the voice signal. The human voice contains certain periodic and non-periodic segments that alternate and it has a definite peak-to-rms ratio (known as the crest factor). These and other properties may be used to design voice coders that are more efficient than simple PCM. The third part deals with one of these alternative voice coders called delta modulation. This scheme digitizes the difference between successive voice samples, rather than the sample values themselves. This approach requires fewer bits/second than PCM for the same voice quality. PART I - DIGITAL SAMPLING THEORY Figure 1 shows the basic steps in the digital transmission of analog signals by PCM. You should already be familiar with the operation of the A/D and D/A converters in the PC.  EMBED Word.Picture.8  FIGURE 1. Basic digital system, including a sampler, A/D converter, and D/A converter. The output assumes that the D/A contains a sample and hold circuit. Two factors affect the quality of the transmission in Figure 1: 1. Discreteness in amplitude. The number of bits that describe each sample is called N. The lab will demonstrate the effect of quantization on an intelligible signal. 2. Discreteness in time. The rate at which the signal is sampled is R samples per second. R must be greater than twice the maximum frequency component in the voice signal. Experience has shown that an 8-bit resolution at a sampling rate of 8 kHz will encode good quality voice, a quality similar to that of a good telephone call. It is assumed that the amplitude of the analog voice is well matched to the A/D amplitude range. The overall bit rate here is C = (8 bits) ( (8 kHz) = 64000 bits/second Lowering the number of bits/sample reduces the voice quality somewhat, and so does lowering the sampling rate at the same bit resolution. Consequently, the overall bit rate, C, is a rough measure of the coding quality. C also specifies the bit rate needed in the transmission medium. Thus C is an important parameter in the voice system design. People who design voice systems are interested in finding the lowest bit rate that gives intelligible output. The cost of transmitting a digital signal through space (as with a telephone) or through time (as with a compact disc) is proportional to the number of bits transmitted. There are several approaches to bit rate reduction. One is to design a more sophisticated digitizer, that uses the properties of speech to reduce the bit rate at a given voice quality level. A simple method that we will explore is delta modulation, which takes advantage of the spectral nature of speech. Because speech is low pass, each sample of it is close in amplitude to the next sample, and serves as a good predictor of the sample. The delta modulator encodes only this small difference, instead of the large sample amplitude. There are other voice coding methods that take advantage of the predictability of the speech signal, notably a method called differential PCM, or DPCM. DPCM is much more efficient than delta modulation, but it is beyond our scope. Another approach to bit rate reduction is to restrict the frequency range of the transmission. Although the human ear can hear sounds in the range 20 Hz - 20 kHz, 99% of the energy in a voice signal lies below 4 kHz. The telephone company gets good results by limiting voice to this range. We can gain further insight by tracing through figure 1 in the frequency domain. Mathematically, closing the sampler switch at a rate R is the same as multiplying the input signal by a series of unit impulses spaced 1/R seconds apart. The result is a series of weighted impulses, denoted by v(t), and given by  EMBED Equation.3  Transforming this to the frequency domain, we get  EMBED Equation.3  where * denotes the convolution operator. Figure 2 shows V(f), which is V(f) repeated every R Hz. Thus the original message is still available, but it is sandwiched among a number of replicas shifted in frequency.  EMBED Word.Picture.8  FIGURE 2. Time and frequency domain equivalent pictures of the sampling process. The sampler effect is modeled here by impulses. If V(f) is passed through an ideal low pass filter, the output will have the same spectrum as V(f), which means that we have regained v(t) (see Figure 3). We have assumed that the repeated spectrums in V(f) do not overlap as they do in Figure 4. This overlapping phenomenon is called aliasing. It is avoided when the sampling rate R is at least twice the maximum frequency in V(f). This is summarized in Nyquist's rule, which says that the minimum sampling rate for perfect reconstruction is twice the highest frequency in the signal. This rate, 2fmax, is called the Nyquist rate.  EMBED Word.Picture.8  FIGURE 3. Reconstruction of the signal v(t) by an ideal low pass filter, shown here in the frequency domain.  EMBED Word.Picture.8  FIGURE 4. The aliasing phenomenon, shown in the frequency domain. R is the sampling rate in Hz. Another kind of distortion will occur when a non-ideal low pass filter is used and parts of the spectral replicas appear at the filter output. This kind of distortion is called reconstruction error. You may hear it during the experiments as a tingling sound above the voice signal in frequency. If you encounter aliasing, it will lie within the voice bandwidth and have a more sour sound (because it is non-harmonic). EXPERIMENTAL PROCEDURE The object of this part is for you to try out a variety of overall bit rates and find a minimal rate that allows intelligible reconstruction of a voice. Different combinations of sampling rates and PCM resolution bits should be tried at the same overall bit rate in order to find a good combination. A Nyquist rate appropriate to your voice input should also be tried. Figure 5 shows the setup for this experiment. A microphone is the voice source. A small preamp boosts the signal to sufficient amplitude (10 V peak) to feed a 16-bit A/D converter. The DSP CODEC input spans the range 1.3 V to +1.3V, providing an LSB accuracy of 0.0397 mV. A 16-bit D/A converter produces an analog signal in the same voltage range. After passing through a low pass filter (abbreviated LPF), the signal ready for subsequent playback. An oscilloscope monitors this output signal. Background: This program simulates two methods for recording and playing back audio signals in a digital format. The first method is basic storing of sampled data values and playback. The mode of sampling can be represented with 1 bit per sample (the coarsest, but most compact) to 16 bits per sample (the finest (smoothest) but least compact). The second method is delta modulation, which records the changes between adjacent values. Depending on the delta response, it can use 1, 2, or 3 bits per sample. The coarseness is determined by the minimum step size of the response. For Part II - Voice Signal Characteristics portion of the lab, follow the procedures on Page 9. For this part and Part III - Delta Modulation portion follow these steps. Equipment: DSP56303EVM and 12V power supply Headphones, Microphone and Preamp BNC to Banana cables, audio cables, BNC alligator cables or BNC  EMBED Equation.3  stereo mini plug Oscilloscope and Function generator PC or Sun workstation with PC card RS 232 9 pin cables available in the studio if not already attached to the PC  FIGURE 5. The experimental setup. Equipment Setup: Connect the RS232 COM1 port on the PC to the EVM DB9 port P2 (DEBUG) and the RS232 COM2 port (or COM5 from the SUN PC USB/RS232 converter) to the EVM DB9 port P1. Attach the function generator output to channel 1 of scope and to bottom (left) audio-in port (P4 LINE IN) on the EVM using a BNC- EMBED Equation.3  stereo mini plug cable or BNC-alligator and audio cables. Alternatively, this signal may instead come from the speaker out port on the computers soundcard or the microphone preamplifier. Note: on the  EMBED Equation.3  stereo mini plug, the sleeve is ground, the tip is positive-right channel and the ring is positive-left channel. With another BNC-mini plug cable or audio cable and a BNC-alligator, connect the output top (right) audio port (P6 LINE OUT) on the EVM to channel 2 of the scope. (OPTIONAL) Attach speakers or headphones to the P5 Headphone OUT port on the DSP56303 EVM with a stereo audio cable. Connect EVM power cables to the +12 V and Ground of the power supply. Turn Power Supply, Scope, and function generator ON. Getting Started: Go to RTA WebCT page and click on Course Handouts ( RTA_Spring, Laboratory Information ( download [voicedlt.cld] and [voicedlt.lst]. NOTE: these may have already been downloaded and saved in \CStudio\RTA_LAB\VOICE\voicedlt.cld. Open the ProComm Plus program. It is found under Start ( Programs ( Data Terminal. After this opens, go to Options ( System Options ( Modem Connection. Select direct connect-Com2 (in some machines it may be Com5 that needs to be selected). Com1 is automatically selected as one of the ports but you need two ports opened for two-way communication. Check the box that says Make this connection available to ProComm Plus. Click on the Modem/Connection Properties radio button. Ensure that the Use hardware flow control option is UNCHECKED here and click OK. Click OK to exit the Setup panel. At the bottom of the ProComm screen on the second to last status bar, you will find either 19200 or 9600. This indicates the baud rate. Ensure that this is set to 9600. On the same status bar, on the leftmost corner you may see ADM 3a. Place the cursor on this, click and change this to ANSI BBS. Click on Start ( Programs ( EVM30xW. (C:\CStudio\DSP56303\EVM30XW\EVM30XW.EXE) This will bring up a four-paneled window. Above the left top panel you will find a red STOP button. Click STOP. From File ( Load, load the voicedlt.cld file. (\VOICE\voicedlt.cld) If you see a little error box that says vector error, click OK. You may need to quit EVM30XW, power down the EVM for a few seconds, and go back to Step 11. When the program finishes loading, click the Green Arrow button or on the left bottom panel type GO Start and press enter. The information is now being transferred to the EVM and a set of instructions will appear on the Blue ProComm Plus Screen. The demo is now running. The last line of this text should be s - 8 - 48/1 (see Figure 6) to denote that the signal is being processed at Basic Sampling (S mode), 8 bit samples, and at 48kHz. Start the audio source, and you should hear the sound through the speakers/headphones. S indicates the sampling mode, which can be changed to the Delta Modulation mode by hitting the M key. 8 indicates the resolution or the bit samples. 48/1 indicates the sampling frequency. You can change the resolution by typing 1 to 9 and a to g. 1 to 9 and A to D will change the sampling frequency. s - 8 - 48/1ModeResolution(bits)|( Step SizeDownsamplingS  Sampled1  48 kHzD0  Delta 0Step size = 2  24 kHzD1  Delta 10.0397 ( 2# of bits mV3  16 kHzD2  Delta 24  12 kHzD3  Delta 35  9.6 kHz&  FIGURE 6. Key for status code. Basic Sampling: Basic sampling processes the input signal as if it were doing an analog to digital (A/D) conversion on it at a certain bit resolution and storing that value. The output would then be that same digital value sent out through a digital to analog (D/A) converter. This is simulated by doing a 16 bit A/D conversion on the input signal, masking the low order bits to force the value into the required number of bits, then sending it back out through the D/A converter. Resolutions of 1 to 16 bits can be accomplished. By pressing 1 through 9 and a through g in the ProComm Plus window, the resolution will be changed, 1 - 9 corresponding to 1 - 9 and a - g to 10 - 16. The amount of memory required to hold one second of a sound sample using this algorithm is calculated by multiplying the resolution (in bits) by the sampling rate in kHz. This gives a result in kilobits per second. Divide this result by 8 to get kbytes/sec. There are three adjustable parameters used by this program. They are the sampling frequency (48 kHz maximum), the number of bits (16 bits maximum) to be used by the A/D and D/A converters, and the mode of operation: basic sampling or delta modulation. The default values are 48 kHz and 8 bits. Type go start in to execute the loaded program (VOICEDLT.CLD). The basic mode is used in all steps 1 through 7 below and the delta modulator is used in Part III. When executing, data is passed through the A/D converter, with the parameters specified, and is subsequently passed through the D/A converter. The status line s - 8 - 48/1 appears on the terminal. This line tells you the current sample rate and bit resolution. The s identifies the mode of operation. The last fraction (decimal 48/1) is the sample frequency. The last digit (1) is the divide-by value for the sample rate. The signal was originally sampled at 48,000 samples per second. To get the output sample rate, divide 48,000 by the number that appears. The default value of 1 yields an output rate of 48,000 samples per second. To change the output sample rate, type the corresponding keyboard character d where d is the divide-by ratio in decimal. The following table shows the correspondence between d and the sample frequency. Keystroke {with }dSample frequency1 {!}148,000 Hz2 {@}224,000 Hz3 {#}316,000 Hz4 {$}412,000 Hz5 {%}59,600 Hz6 {^}68,000 Hz7 {&}76,857 Hz8 (*)86,000 Hz9 ( ( )95,333 HzA104,800 HzB163,000 HzC242,000 HzD321,500 Hz The value $FFFF00 is the hexadecimal bit mask. Each hex digit represents 4 bits of precision. To change the output bit resolution, type the corresponding keyboard character. The following table shows the correspondence between the keystroke and the number of bits of resolution. KeystrokehhhhhhResolutionDelta modulator Step sizegffff0016 bits(Do not use)ffffe0015 bits1.13 Vefffc0014 bits0.56 Vdfff80013 bits0.28 Vcfff00012 bits0.14 Vbffe00011 bits75.0 mVaffc00010 bits40.7 mV9ff80009 bits20.3 mV8ff00008 bits10.2 mV7fe00007 bits5.08 mV6fc00006 bits2.54 mV5f800005 bits1.27 mV4f000004 bits0.635 mV3e000003 bits0.317 mV2c000002 bits0.159 mV18000001 bits0.0794 mV00000000 bits(Do not use) The program will sample the voice signal picked up by the microphone, signal generator, or the PCs line out audio signal. This will start when the command go start is entered. You will hear your voice echoed in the headphones during the sampling. Ideally, the program would be able to record about 5 seconds of audio at maximum resolution and then permit repeated playing back of the clip using different sample frequencies and bit resolution allowing qualitative comparison to a fixed standard signal. For now the best work-around is using an audio clip (preferably just plain talking) off a CD as an input signal that can be replayed over and over. If you have problems, use the command quit to exit out of the program and start over at the DOS prompt. A suggested step-by-step procedure is as follows: 1. Set the sampling frequency to the maximum value. Using all 16 bits of resolution, connect a sine generator to the A/D converter. (Do not exceed the voltage range of 1.3 Volts of the A/D converter). Set the cutoff of the LPF to 3 kHz. 2. Run the program, and observe the output of the LPF on the oscilloscope as the input signal frequency is varied from 0 to 5 kHz. Note the relative phase of the input to output. Provide an explanation. 3. Repeat the above using different bit resolutions. Note that it is not possible to remove bits out of sequence as was possible in the Introductory experiment. 4. Vary the cutoff of the LPF, and observe any changes in the output signal. 5. Remove the sine generator and connect the microphone-preamplifier combination to the A/D converter. Now repeat steps 2., 3., and 4. while observing the voice waveform on the oscilloscope directly. The same sentence may be used repeatedly while the sample frequency and bit resolution are changed. 6. Determine the lowest number of bits that give intelligible transmission of voice at several sampling frequencies. 7. (Optional) A portable CD, cassette player, or the PCs CD drive may be used as an alternative sound source to observe the quantization and sampling effects on music. PART II VOICE SIGNAL CHARACTERISTICS THEORY Speech is a sequence of different sounds, the alternation of which carries intelligence. There are some 75 of these basic sounds, called phonemes, in human speech. A language like English uses most but not all of this list. Spoken phonemes last from 40 ms to perhaps 400 ms, after which a new phoneme begins. Some phonemes are really continuous transitions from one sound to another, and in switching from one phoneme to another, the human vocal apparatus slides to the next phoneme in a continuous manner. For these reasons, human speech sound can change as rapidly as every 10 ms. The human vocal apparatus consists of the vocal cords (in the trachea), the mouth, and the nose. Sound begins, or is excited in the trachea, and is shaped and modified in the mouth and nose cavities. Phonemes are broadly divided into two classes, voiced and unvoiced phonemes. A voiced speech sound is one for which the excitation is in the vibrating vocal cords. Examples of voiced sounds are the vowel sounds. The excitation of all the vowels is the same, namely the vocal cords; which vowel is produced depends on spectral filtering by the nose and mouth. Many consonants are voiced as well; an example is the z sound in zinc. On a plot of a voice signal v(t), you can recognize voiced sounds by their periodic nature. They are periodic because their excitation is periodic. In an unvoiced sound, the vocal cords are still, and the excitation to the rest of the vocal tract is simply a turbulent rush of air. Examples are the s in sing, the sh in shoe and the f in fish. Unvoiced sounds tend to be very low in energy because of the low energy of their excitation. You can recognize them by their non periodic waveforms. Another way to characterize phonemes is by the dynamics of their sound level. Some, like the vowels, are continuous, singing sounds. Others begin or end with an explosive sound (these are called plosive or stop consonants, respectively). The sound t in time' is an explosion followed by a brief silence; the k in sicker ends in a sudden stop. These sounds are harder to recognize in a waveform. One method is to look for the amplitude shifts. The detection of these different speech sounds is the key to voice recognition and voice synthesis equipment and to very low bit rate digitizing of voice. Detection proceeds by measuring certain parameters. Chief among these are the poles and zeros of the mouth-nose filter, the amplitude patterns as the sound unfolds, the voiced/unvoiced/silent nature of the sound, and the fundamental vibration frequency of the vocal cords for a voiced sound, a quantity called the pitch period. The aim of the second part of the voice processing experiment is to recognize and measure some of these parameters. You can find additional information about voice phonemes and parameters in references [3] and [4]. EXPERIMENTAL PROCEDURE An older utility, x_soundtool, is not generally available for this procedure. Instead MATLAB will be used. Unfortunately in order to hear the waveforms in MATLAB, the alternative *wav files must be used instead of the *.dat version. The x_soundtool utility was preferred because it allowed the user to hear as well as see the waveforms simultaneously, although not at full resolution. MATLAB is available on all RCS machines as well as the RTA Suns. RCS workstations are available in the VCC. Headphones may bee needed to listen to the files. Either utility may be used to help in the analysis of some previously stored speech waveform files on the PC or RCS fileservers. The four available files are listed below with their filename and spoken sentence. 1) samp.one or samp1.dat, HAPPY HOUR IS OVER. Male speaker 2) samp.two or samp2.dat, [CROSS] THIS ROAD AND TURN LEFT. Male speaker 3) samp.thr or samp3.dat, THE CONVICTS HAD NO HOPE. Female speaker 4) samp.fou or samp4.dat, OPEN THE OLIVE JAR. Female speaker All files contain 16000 words, sampled at 8 kHz, and are represented as 16 bit words. To run the soundtool utility on the RCS Suns, go to the SOUND directory in the RTA directory (/afs/rpi.edu/dept/ecse/rta/SOUND) and type x_soundtool. (Type soundtool if you are not running X-windows.) Set the sound files Directory: option to /afs/rpi.edu/dept/ecse/rta/sounds. Now selecting the File: screen option with the right mouse button will display a list of available sound files. The above four files are in the list with a .snd suffix and may be picked by clicking on them with the mouse. Select the Load button to read the selected file and display its waveform on the screen. Note that the screen resolution is limited and not every data point on the waveform is displayed. Zooming in on a portion of the wave may be done to observe its fine details. Selecting the Play button will play the waveform and display the portion currently being voiced in the box on the left. Try out the other functions available, including the continuous looping of the playback and playback of only a portion of the selection by picking a start and stop point on the waveform with the mouse. You should also observe and analyze several of the other available files. To load MATLAB, simply type MATLAB at the prompt or on the workstations select MATLAB in the Applications menu available with a mouse right button drag. You can load a waveform file into MATLAB by typing load filename at the MATLAB prompt. NOTE: The files may be too large to be read into PC-MATLAB directly. They have been segmented into files with 2000 words each, and may be read into MATLAB using the load filename command. There are 8 files corresponding to each sentence, indexed a through h. For example, samp1.dat is broken up into files file1a.dat, file1b.dat, file1h.dat. All files, the original complete sentences, as well as the segments, are on the development PC, in the directory C:\RTA_LAB\SPEECH and on the RCS file system in /afs/rpi.edu/dept/ecse/rta/speech. To load a file on the RCS workstations, you may need to use the full pathname, e.g. load http://www.rpi.edu/dept/ecse/rta/speech/samp1.dat. Use plot(samp1(1:500)) to only display the first 500 points of the vector. Any portion of the vector may be displayed this way. All the files are on the RTA web page under the Voice Sample Files item near the top of the page. Now you can manipulate and analyze the waveform with different MATLAB functions. A suggested procedure is as follows: Determine what parts of the files are voiced or unvoiced. If they are voiced, measure the pitch period. (Typical pitch periods are 5-10 ms). Find the peak-to-rms ratio for the waveforms. Compare what you find to the peak-to-rms ratio for a simple waveform like a sine wave. (Speech ratios can be very high, as large as 10; however, speech peaks may be truncated without much audible distortion). Try to identify consonants as opposed to vowels in your waveforms. Trace any changes in the short-term average energy of the consonants. Determine the Fourier transform of some sections of the speech waveform, using the fft function in MATLAB. Transforms of voiced segments should show a line spectrum, at least roughly. Example Calculations: Sample period =  EMBED Equation.3 ; Signal Period = 60 samples; Pitch Period = 60(0.125 ms = 7.5 ms. Signal Period can be found when you zoom into a MATLAB plot of a sample samp1. The distance between the peaks will be the signal period usually between 50 and 75 depending on the words. Average peak-to-rms ratio for say samples between 8000 and 10000 MATLAB code load sample1.dat y=abs(sample1(8000:10000)); rms=sqrt((sample1(8000:10000)*sample1(8000:10000))/size(sample1(8000:10000),2)); crestfact=max(y)/rms; You may substitute the average of a few peaks in the range instead of the single highest peak max(y) FFT MATLAB code z=sample1(8000:10000); f=fft(z); r=real(fft(z)); i=imag(fft(z)); subplot(2,1,1), plot(r), subplot(2,1,2), plot(i); plot(abs(f)); PART III DELTA MODULATION THEORY Because of the low pass spectral nature of speech, the difference between successive samples is small compared to the signal's peak amplitude. It is therefore more economical to digitize the difference between successive samples, rather than their amplitudes. Because the difference is much smaller than the amplitudes, fewer bits are needed for a given size of quantization error. At the receiving end, each difference is added to the previous output to form the new, updated output value. The third part of the voice processing lab will study the simplest of the differential voice digitizers, the delta modulator. Before looking into delta modulation, let us summarize what we have learned about the different kinds of voice digitizers. Simple PCM is the simplest digitizer and it produces the highest overall output bit rate; it requires perhaps 40 to 60 kb/sec for good quality voice. Schemes that use the differential idea need 16 to 40 kb/sec for the same quality, depending on how subtly they make use of the correlation among the speech samples. Really low rate speech digitizers must obtain and use the speech sound parameters that we discussed in the previous section. These schemes range in rate down to 1 kb/sec, although their voice quality is not very good below 4 kb/sec. Delta modulation is the simplest of the differential schemes. It is illustrated in Figure 7. An input analog sample is compared to the sum of all the previous incremental steps, which have been accumulated in the box labeled ADD. In the most basic delta modulator, the difference between the sample and the sum is 1-bit quantized. If the difference is positive, the quantizer henceforth represents it as +V and the digital output is 1; otherwise, the representation is -V and the output is 0. In effect, the quantizer extracts the sign of the difference. Successive values of +V and -V accumulate in the ADD box. The delta modulation receiver is simply an ADD box that accumulates the +V and -V steps. Each channel bit either increments or decrements this box. The approximation to the analog signal is a series of up and down stairsteps. Figure 8 shows the signal approximation when the input is a step function. At first the delta modulation output climbs up a flight of stairs. Note that in the steady state the output oscillates in a limit cycle about the desired value. This is because the 1-bit quantizer never gives a zero output, and the modulator output must increase or decrease each time. If this oscillation were large (i.e., the increment size is too large) the output would be a poor representation of the input. This puts a limit on how large the increment size may be. On the other hand, if the increment is too small, the approximation will be slow to follow the step change. Voice engineers call this a slope overload. The best increment size V must be the result of a tradeoff between slope overload noise and quantization noise from the coarseness of the steps.  EMBED Word.Picture.8  FIGURE 7. A block diagram of a delta modulator. The "output" and the signal at "X" will be the same in the absence of errors in the medium Figure 9 shows the circuit operation for a sine wave input. An important thing to note is that when the sinusoid reaches its maximum slope, the approximation has the most trouble keeping up. The maximum rate at which the output may change is V/T, where T is the time between samples. For the output to follow the analog input accurately, V/T must be comparable to the maximum slope of the sine wave. To make this happen, we may increase V or decrease T.  EMBED Word.Picture.8  FIGURE 8. The output bit stream response of a 1-bit delta modulator to a step function input. Bit '1' means 1-bit quantizer output +V and bit '0' means -V  EMBED Word.Picture.8  FIGURE 9. The response of a 1-bit delta modulator to a sine wave, demonstrating the phenomenon of slope overload. Typically, a delta modulator needs a T much smaller than that specified by the Nyquist rule; that is, it must sample much faster than the Nyquist rate. But the basic circuit produces only 1 bit per sample, so that the overall bit rate is quite low. One purpose of this lab is to try out several sample rates to track an audio signal. At each sampling rate the optimal increment size should be found by trying different values and comparing the slope overload and the quantization noise. If the increment size is suitable at each rate, you will find that the audio quality improves with the sampling rate. An extension of the delta modulator idea is the 2-bit (or 4 level) modulator shown in Figure 10. It is the same as the 1-bit scheme except for the 2-bit quantizer and the arrangement of the binary output into pairs of bits. The 2-bit quantizer is defined by the three parameters A, B and D. Convince yourself that the two implementations in the figure are equivalent. Another attractive alternative to this concept is illustrated in Figure 11 and is referred to as asynchronous delta modulation. The input signal is quantized into discrete levels. Whenever the input passes from one level to another, a pulse is transmitted. The sign of the pulse indicates whether there was an upward level transition or downward transition. Although the transmission rate is higher than the Nyquist rate, it has the advantage of using only a three state pulse (+, -, 0). Note that the control has its maximum number of changes when the signal has maximum slope, and fewest changes when the signal is flat. However, normal synchronous delta modulation lends itself more easily to digital methods and will be the only mode studied in this experiment. EXPERIMENTAL PROCEDURE The setup for this part of the lab is the same as the one in Figure 5. The delta modulator performance will be explored by processing voice and a function generator waveform in the 0-24 kHz range. The modulator is a short program in the DSP. To use it, run EVM30xW under Programs in the Start menu. The variables are the sampling frequency and A, B, C and D which define the 1- or 2-bit quantizer. (see Figure 12). To what must A, B, C and D be set to create a 1-bit quantizer with outputs +V and -V? As before, the program uses keystrokes to change parameters in the program on the Motorola 56303.  EMBED Word.Picture.8  FIGURE 10. A block diagram of a 2-bit delta modulator. The two quantizer boxes above may be replaced by the single quantizer characteristic below. The upper of the two boxes above is a deadband quantizer.  EMBED Word.Picture.8  FIGURE 11. Asynchronous delta modulation.  EMBED Word.Picture.8  FIGURE 12. The general input/output characteristics for a two-bit (four-level) delta modulator with deadband and possible implementations of simpler modulators. The program implements five types of delta modulators: 1-bit (D0), 1-bit deadband (D1), 2-bit, and 2-bit deadband (D2). Currently a 2-bit without a deadband is not supported but D3 implements a 3-bit deadband modulator. A 5th mode (D4) is in progress to implement a fully adjustable delta modulator where A, B, C, D (as defined in Figure 12) and the sample frequency can be arbitrarily selected. The input signal must not be greater than 2.6 V due to the limitations of the A/D converter. The user can then change the parameters of the modulator for reconstruction of the input. Delta modulation uses a bit stream to specify a change to the signal rather than recording the actual signal. By doing this, the amount of memory required to hold a sample is significantly reduced. This program uses five different algorithms to accomplish five versions of delta modulation. The first algorithm, denoted D0, uses only one bit per sample, and therefore can only represent two states. One state indicates that the signal is greater now than at the previous sample, the other state indicates that it is less now. If it is greater, the signal increases by a predetermined amount (step size). If it is less, the signal decreases by the same step size (see Figure 13a). The step size is shown in the ProComm Plus window in the place where the resolution was for Basic Sampling. The step size is  EMBED Equation.3 mvolts. On a steady signal, this algorithm will cause the output to oscillate at the sampling frequency, with an amplitude of the step size. The second algorithm, D1, uses one bit per sample and adds a third state to D0s algorithm. This third state is a dead zone that allows the output signal to be constant when a constant input is supplied (see Figure 13b). The dead zone is determined by a threshold value that is half the step size. When the difference between adjacent samples is smaller than this threshold, there is no change in the output. When the magnitude of the difference is greater than the threshold, the output changes according to the sign of the difference and the step size given in the equation for D0. An unimplemented algorithm would use two bits per sample, and adds two more states to D0s algorithm (see Figure 12, bottom right). These additional two states allow for larger changes in the output signal by enabling large steps in the output as well as small steps to track an input signal better. The third algorithm implemented, D2, uses two bits per sample, and adds a dead zone to the previous algorithm. This allows two step sizes as well as a zero output for a total of 5 states. The forth implemented algorithm, D3, is a 3-bit deadband modulator that can be used for performance comparison to the other three. The last algorithm, D4, is a generic 2-bit delta modulator that permits the direct and independent setting of the A, B, C and D parameters. This is incomplete and still under development. NOTE: The codec used with the DSP blocks DC and has a fairly high order LPF to smooth the reconstructed signal from the samples. In effect there is a BPF from about 50 Hz to 50 kHz that is filtering all signals through the DSP. You should be able to verify this with output signal data from low and high frequency waveforms. To observe the DC blocking, input a 100 Hz square wave and watch the droop on the output signal using the S mode or any of the Dx modes. The output LPF smoothes the signal from sample to sample, with some ringing, sometimes making individual samples hard to see. The system also has an overall gain just slightly less than unity (about 0.94) that should be considered when making all measurements. Delta Modulation Guidelines: For the output of the function generator use a square or triangle wave. Voltages exceeding 2.6 V (P-P) will be clipped by the converter. Aliasing will start when the input frequency is more than half the sampling frequency. Start with delta mode D0, choose several sampling frequencies for observing details on input and output signals, capture these pictures, and mark sample period and step size. Are they true to what you might expect? Explain. Keep the mode the same but vary the step size and frequency. Observe and note the results. Do the same for D1, D2 and D3 modes. Obtain the settings for the best approximation of the input signal, i.e. what step size and sampling frequency outputs the best representation of the input signal. Using the Program: Once the program is running (following the steps on pages 6 and 7), the mode, sampling rate, and resolution/step size are changed as follows. Mode: Press the M key to cycle through the 6 modes - Basic Sampling (S), Delta 0 (D0), Delta 1 (D1), Delta 2 (D2), Delta 3 (D3), Delta 4 (D4). Sampling Rate: Hold down the key and press 1 9 or A - D for sample frequencies of 48 kHz to 1.5 kHz. Refer to the table on page 7. Resolution/stepsize: Press 1 9 or a g for 1 9 bits and 10 16 bits. The values of the A, B, C and D parameters may be adjusted by following instructions on the terminal if they are adjustable. The selected mode will determine which parameters are relevant and available for adjustment and the current version of the software will explain what can be done. For modes D0 D3 the step size is B as shown in Figure 13. For D1, D = B/2 as in Figure 13b. For D2, D = 9B/14, C = 3B/14 and A = 2B/7 as in Figure 13c. Again, ideally the program would be able to record about 5 seconds of audio at maximum resolution and then permit repeated playing back of the clip using different sample frequencies, step sizes and deadband thresholds, allowing qualitative comparison to a fixed standard signal. As before, use an audio clip (preferably just plain talking initially) off a CD as an input signal that can be replayed over and over. Once the program is started, it runs continuously, sampling the input signal and reconstructing the output based on the current mode and parameter settings.  EMBED Word.Picture.8   EMBED Word.Picture.8   EMBED Word.Picture.8   a. Delta 0 b. Delta 1 c. Delta 2 d. Delta 3 FIGURE 13. Three Delta Modulator voltage input/output functions. KNOWN ISSUES: Using 16 bits for the step size in the delta modulators should be avoided since it does not work correctly in all modes. In general the larger step sizes are less than what the formula predicts due to slew rate and other hardware limitations. Occasionally the reconstruction will jump up and down on the y-axis and produce smaller steps than should be allowed. This can usually be fixed by choosing a different value for the step size and then going back to the original value, repeating if necessary. Here is a suggested procedure: 1. 1-bit delta modulation a) Set up the 1-bit quantizer and verify that it works properly by observing the output on the oscilloscope for triangle and square wave inputs (1.25 volt amplitude; 2.5 volt p-p). Verify the sampling rate and the increment size V and explain how you did this. This signal should bypass the amplifier and LPF and go directly to the DSP input. b) Vary the input sinusoid frequency from 0 to 24 kHz for several increment sizes and note the effect on the output. Find the highest frequency that the modulator will track for each increment size. Compare the ratio V/T to the theoretical maximum slope of this sine wave. Make sketches at several frequencies and discuss what is occurring. 2. The deadband modulator In this variation, the quantizer puts out the three level output (-V, 0, +V) instead of -V and +V. a) Set up this scheme and try it out on a sine wave. Note that there is a second parameter hidden in the definition, namely the width of the quantizer input range over which the output is 0; this is the deadband. b) What are the advantages and disadvantages of the deadband modulator? 3. 2-bit delta modulation (with deadband) a) Set up the 2-bit quantizer configuration and verify the sampling rate and the quantizer input-output characteristic. b) Find and record sets of parameters A, B, C and D (set B and determine the corresponding values of A, C & D) that give the best reconstruction of sinusoids of 50 Hz, 100 Hz and 200 Hz at input levels 0.3 and 1.2 Volts. Explain the effect on the output of changing one parameter while holding the others constant, in varying degrees and combinations. Explain any oscillations that you observe at the peaks of the waveforms. 4. Compare the advantages and disadvantages of 1-bit versus 2-bit delta modulators. Compare delta modulation to straight PCM at the same overall bit rate. In comparing these three, think about which has the highest audio quality and which is the simplest to implement. 5. Assume that a signal sample is random and is equally likely to fall anywhere in the 10 Volt range. Derive the relationship between the quantization noise and the bits per sample in a simple PCM digitizer. APPENDIX Signal Sources on the Suns and Sun PCs The workstations can be used as signal sources for this lab. The CD drives can be used with audio CDs to generate voice & music signals and the NCH Tone Generator program under Start ( Programs ( Tone Generator can be used to create sine, square, triangle, sawtooth, impulse, and white noise signals. Sun Audio Jacks Sun PC card Audio Jacks Microphone purple ( Microphone red ( Headphones black ( Headphones black ( Line-in black (( Line-in purple (( Line-out pink (( Line-out green (( REFERENCES [1] Carlson, A. B., Communication Systems, 3rd Ed., McGraw-Hill, New York 1986. [2] Stark, H., Tuter, F. B., and Anderson, J. B., Modern Electrical Communications (Chapter 4), 2nd Ed., Prentice Hall, Englewood Cliffs, New Jersey 1988. [3] Rabiner, L. R.. and Schafer, R. W., Digital Processing of Speech Signals, Prentice-Hall, Englewood Cliffs, New Jersey 1978. (This book is more advanced.) [4] Jayant, N. S., and Noll, P., Digital Coding of Waveforms, Prentice-Hall, Englewood Cliffs, New Jersey 1984. (Another advanced book.) FACULTY RESOURCES L. A. Gerhardt, W. A. Pearlman *HIDDEN* ADDENDUM: The only completely correctly working modes of the delta modulator are D0 & D1, the one-bit deadband modulator. D1 has a deadband threshold fixed at about 0.84 volts and a step size of  EMBED Equation.3  mvolts where step is a value between 1 and 16 entered by typing 1-0 or a-g.  PAGE 1 B !#-`b!uJKbcdefF_9Nr !!!ԸԭԎugԸԸ\ԩԩ jh> OJQJh> 5B*OJQJphh> CJOJQJjhah> OJQJUjd8 h> OJQJUVjh> OJQJUh> h> 5CJOJQJh> 5OJQJh> 6OJQJh> CJ$OJQJh> OJQJh> CJ$OJQJaJ$hCJ$OJQJaJ$hOJQJh$!"#-`ab  q h^h``$d`a$gd> $`a$q EF  YZrstuJfC$`a$$L`La$` h^h`89NOq r !!! """##%%R&S&o&&&s($`a$$`a$`$a$!!!!!!"" " " """"""""##7%%%%%%%%˼˧˘vmdUjv8 h> OJQJUVh> H*OJQJh> 6OJQJh> 5OJQJh> CJOJQJjhah> OJQJUjq8 h> OJQJUVh> !jwhah> EHOJQJUj2C h> OJQJUVh> OJQJjh> OJQJU!jr hah> EHOJQJUjC h> OJQJUV%%%%R&S&T&k&l&m&n&o&&&&s(u((++..p/q/////20304050Y0λܬܙܙ܋܋|ngXܙj Khi%h> OJQJU hdh> jGh> EHOJQJUj9 h> OJQJUVh> 5OJQJ h> 5h> j8hah> OJQJUjhw8 h> OJQJUV$hdh> 5B*CJOJQJphh> 5B*OJQJphh> OJQJjh> OJQJUj)hah> OJQJU s(t(u(((()*+++... /,////203050X0Y0j0$`a$ & F@&`h`h`Y0j00000 1 1 1l1v11111112"2q2r22222k3v33344444444555#5`555555555Կ԰Կ԰ˈ}ˈˈ jh> OJQJ jh> 5OJQJjxCh> EHOJQJUj?h> EHOJQJUj9 h> OJQJUVjh> OJQJUh> 5OJQJh> OJQJh> 5B*OJQJphh> B*OJQJphh> CJOJQJ1j0 1234Y444445566)7`777|88K9u99:: & F hh^h & F hh^h & F hh^h555 6 66$6766'767Q7p77777777v8z888889 9 9999!9J9999999999999>:@:::::: ;;;===================h7h#h> 5OJQJh> @OJQJh> >*OJQJh> OJQJ jh> 5OJQJh> 5OJQJJ:;;<=D=k======>>$$If`a$l gd>  & F hh^h ===========>>>>> > >>>>>@>B>r>t>>>>>ԾԕpdddZdKddd jDh> CJOJQJ_Hh> CJOJQJh> CJOJQJ_Hjh> CJOJQJU_H(jh> B*CJOJQJU_Hphh> CJOJQJh> 5CJOJQJ_H"h> 5B*CJOJQJ_Hph+jh> 5B*CJOJQJU_Hphh> CJOJQJ_Hhh> CJOJQJh> OJQJhah> OJQJ>> >>>$$If`a$l ^kdG$$IfTlFE 66    4 laT>>>X>r>$$If`a$l ^kdG$$IfTlFE 66    4 laTr>t>>>>$$If`a$l ^kdG$$IfTlFE 66    4 laT>>>>>$$If`a$l ^kdH$$IfTlFE 66    4 laT>> ?:?P?$$If`a$l ^kdI$$IfTlFE 66    4 laT>??? ?2?8?:?P?R?l?n??????????@"B#B,B-B2B3B h> 56 h> 5h> 5OJQJh> CJOJQJhdh> CJOJQJhdh> CJOJQJ_Hh> OJQJh> OJQJ_Hh> H*OJQJ_Hh> CJOJQJ_H jh> CJOJQJ_Hh> CJOJQJ_H1P?R?l?n??$$If`a$l ^kdI$$IfTlFE 66    4 laT?????$$If`a$l ^kdJ$$IfTlFE 66    4 laT?????$$If`a$l ^kdJ$$IfTlFE 66    4 laT???@@BBCCEEGGHh`h$h`ha$`$a$`kdJ$$IfTlZFE 66    4 laT GGBHDHKHLHHHHHHIIII&I'I9I:IKILI]I^IoIpIIIIIIIIIIIIJ!K"K@KAKYKZKrKsKKKKKKKKKKK L L#L$L 5OJQJh> OJQJ_Hh> CJOJQJ_H h> 6 h> 56h> h> OJQJOHHHHHHHIcLLL$$If`a$l kdK$$IfTlF$ Ku' *p06    4 la T$$If`a$l III IIzccc$$If`a$l kd3L$$IfTlF$ Ku' *p06    4 la TIIII&Izccc$$If`a$l kdL$$IfTlF$ Ku' *p06    4 la T&I'I-I/I9Izccc$$If`a$l kdM$$IfTlF$ Ku' *p06    4 la T9I:I@IBIKIzccc$$If`a$l kdON$$IfTlF$ Ku' *p06    4 la TKILIRITI]Izccc$$If`a$l kdO$$IfTlF$ Ku' *p06    4 la T]I^IdIfIoIzccc$$If`a$l kdO$$IfTlF$ Ku' *p06    4 la ToIpIvIxIIzccc$$If`a$l kdkP$$IfTlF$ Ku' *p06    4 la TIIIIIzccc$$If`a$l kdQ$$IfTlF$ Ku' *p06    4 la TIIIIIzccc$$If`a$l kdQ$$IfTlF$ Ku' *p06    4 la TIIIIIzccc$$If`a$l kdR$$IfTlF$ Ku' *p06    4 la TIIIIIzccc$$If`a$l kd;S$$IfTlF$ Ku' *p06    4 la TIIIIIzccc$$If`a$l kdS$$IfTlF$ Ku' *p06    4 la TIIIJJJJK!Kzxxxaaaa$$If`a$l kdT$$IfTlF$ Ku' *p06    4 la T!K"K$K+K3K@KgPPPP$$If`a$l kdWU$$IfTl\ X 064 laT@KAKCKJKRKYKgPPPP$$If`a$l kdV$$IfTl\ X 064 laTYKZK\KcKkKrKgPPPP$$If`a$l kdV$$IfTl\ X 064 laTrKsKuK|KKKgPPPP$$If`a$l kdW$$IfTl\ X 064 laTKKKKKKgPPPP$$If`a$l kdkX$$IfTl\ X 064 laTKKKKKKgPPPP$$If`a$l kd0Y$$IfTl\ X 064 laTKKKKKKgPPPP$$If`a$l kdY$$IfTl\ X 064 laTKKKKKKgPPPP$$If`a$l kdZ$$IfTl\ X 064 laTKKKKL LgPPPP$$If`a$l kd[$$IfTl\ X 064 laT L L LLL#LgPPPP$$If`a$l kdD\$$IfTl\ X 064 laT#L$L&L-L4L 56OJQJh> h> 5OJQJh> OJQJh> 6OJQJTbbvcwccdOddddrisicjdjmmennozp2q3q4qJqrr & F Dh^h` ! h^h``kkk-l>l]l~ll mm"mmmpp4qJqZq[qnqoqpqqqqqsrrWsXsYssssssss tt*tHtRtUtqtzt|tv||h> hsh> CJOJQJh nh> CJOJQJh> 5CJOJQJ jh> OJQJj1ch> EHOJQJUj 9 h> OJQJUVjh> OJQJUh> CJOJQJhh> 5OJQJh> 5OJQJh> OJQJ/rrsrrrrBsXsYssssssttRtStTtUtqtrtstzt{t|tvv` !`gd> vyy{{||$%À΀LMi܃݃:;Êh`h$`a$`%&=>?@ÀKMNefghiۃ;ÊƋ͋ԋ܋4⽹ulllh> 5OJQJjth> OJQJUjT8 h> OJQJUVh> 5B*OJQJphj3oh> OJQJUj8 h> OJQJUVh> h> CJOJQJjQgh> OJQJUj8 h> OJQJUVjh> OJQJUh> OJQJh> 6OJQJ(ÊĊŊ8#$OPlSTwxijS !$>`>a$$`a$$`a$`45678 !"$OPQhijkl Tz{ºպպպpպºkǺպ\j9 h> OJQJUV h> H*j hah> OJQJUj 8 h> OJQJUVh> 5B*OJQJphjhpbh> OJQJUj 8 h> OJQJUVh> OJQJ h> 5h> h> CJOJQJjh> OJQJUjK}hah> OJQJUj8 h> OJQJUVjl~ ϡСӡԡء١ܡݡ)<DEHIMNQRu0npݷݙjh> OJQJUjG9 h> OJQJUVjShdh> OJQJUj>G9 h> OJQJUVh> h> CJOJQJh> 5OJQJh> OJQJjh> OJQJUjh> EHOJQJU3STיؙhijgGǟkl )tu01mn ! & F hh^h`¦æĦƦǦȦ©ة$J{LOXYZ39:DET۳*+<=лллллалЎЎЃЃt jh> @8CJOJQJ jh> OJQJ jWh> OJQJ jh> 5OJQJh> 5>*OJQJh> 5CJOJQJh> 5OJQJh> jܟh> Uh> OJQJjh> OJQJUj#h> OJQJUjH9 h> OJQJUV)nȦɦVW٩0ح !Kîlmz h^h``$`a$$1 ]1` a$gd> z{LMNOXYZ۳,Tz{|}~۴v` h^h` h^h`=>@QRSTcdegwxyz{~ߴ .<>zõ35Pݵݵݑ{ݑriݑriݑrݑr݆h> H*OJQJh> 6OJQJh> 5>*OJQJh> 5CJOJQJh> 5OJQJh> @`CJOJQJ jh> @`CJOJQJ jh> @`CJOJQJh> CJOJQJ jh> @8CJOJQJh> OJQJh> @8CJOJQJ jh> @8CJOJQJ)vնֶ׶  $ !`a$` h^h`׶߶.6[] !"ûûûûîÚÁÁûuuhudh> h> OJQJmHnHujh> OJQJUhdh> 5<jhdh> <EHU&j9 hdh> <OJQJUVjhdh> <Uhah> <hdh> <hdh> <OJQJhY=dh> <OJQJh> OJQJh> 5>*OJQJh> 5OJQJ# !"`+0P/ =!"#$%`|HH(EF(HH(d@r DdH&lH  c $A? BT³K%{ӤD TT³K%{Ӥ_p^XhxxXolGsg64-VQ@gD*rd*gnouwϾhumJSQ[4T r|PR UI R$BTUP)uE\x3n}mϼ7y͛73o}5`4;l5и@;=dQg|p { "liCV o׀Hoct*:ƞ>_=4n#_BG:HX49:2W3tR/Z!GX5ex@g|W C.[I)?\fu(ceآ-ѡiw0-͘bNVr= `*Eld kL6-T+,k8)e dv a*Ͷbm -ĈqSZ6hZezkZG` l Mw],Cyt)Uq8Iӥz.n:Z\<L<'U =iLq;s9[19/ZdKg<[4D[S.Qn Ȋ+O֋QŐRUͼ4,`*1-CY[;)wRZ+gU5kǧQ7 Ei`uqD;3K`\1!缈3xKTb\qK&R26Ɔ4G3YX\a,ZV𨔦82A߇^F`uyhfg!Me E5!9RUCb5:f$Y:R7ٞ,x paR$KF>k9`Ւ% EBحҌ*. hN7J[/vˉ!g(&wrE8Ű_tyx9~8q<ĂZ8ƖIjx WASZ|D3FV"އeY ݳ)(󵢫e˛L:a<),p Hi@6f5on%q#X(L1K)kdXzI2fΈ3C w;&W Жy֟V,xarB/zB}nVt;ϊ|yW̑jywW}d'$7X !'uBf|lYP'V ,Nw&pW˜I&>`pց k !} V5xa v*dvӭXN T(9 ζG Y"V'4 .zz'y;N;r$;rxG8 ߆^5';x_p0p<='M8A'3ZnA1?u/ RɆUd+&ٜ7a'^?g02.j t^!!a* cafM;] ܷA;w| m#egzQ x\ۨ.ELT->:wz d"L&(]U58ܨDp^ûwAfFu2/iqe,D^~ u⶯wݝpu^tG^aٽF>= t1{y,1)G>Ro}7oh+x?&tK?o%Οbg뗁ZQ'X:IJPKd8z*K$YȾl6p*9Bt,Ȏ чd;r@}K8+WOcVt}^yO_A.‹h+%|L*\q=m4ߵz&=:YױʦR̿CÉV~^W,)XL^~\FF7\r)P{ ?}n6tknRQS~IJZCkNcb0(: 0d08xa e0W6$]GFSηקycbѐ*зuDTћog˃|\k>Ƌ./?DdB  S A? Bob2lH&7R]K TCb2lH&7R]dm%(+xUoD~&mI.4QXZT9xxe{DzAHq?@Pk{iK-=\zpI]\F9ĥ蝱!\eepW:(Q{|amX@%+:p ^+g>;&\5 G)geUSxӔ|<\-k>: # ȚZȌN(hk\Te5ea+4^Vw0|7؝_r@7;v쭇C؟ԿJɣwi/E0rF1_YFbId2!|p6B4<-izv˙cg?ayl猸6q)gIFK,J)yX굦qp_ -X cgqcTBdbE [7M vCOxļE>j|F&1$!_~,Oc>Nb8} A55MDREQ郄) $=(Exr,iTf'A2~zb~đ&&Zo]TMDLgQ)NlcQAc I\<&9]kdQq+-;jqrD-: _G"SPt5]-S=Pk11:TAVh9_ȳ^Cm j i5b5T98`l؛.q=#*[WuYt딊Mt-xġ!~J!# =iK Dֳ6k֊Mas5hoZ:|5.V)%+Co;\Qf NF Kh{6]̡V6&DMg/~)by)[|gW:Gz8W d{\f/ =uzoWЄKz`C}p[}y}2 b Dd B  S A? BM~ఐdI|C|=QN\ TTM~ఐdI|C|=QNp%(+"xUAoD~$mHkDJ=F@vc{wSH"h/!'Vw& =@ @BpgB l{fƳ:q2 '䖼ť˫k_29 Ue  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~)  Root Entry F-_#Data ɬWordDocumentRObjectPool)a_-__956130466 Fq__Data 1TableCompObjXZ DdH&l0  # ABf%hrD Tf%hrT<^hxxYoG{LrAIӢӖFMno}u&P[4Dz}aumD(ɩK(FQ ('  BRĨ˛ݻ[lGgg{ޛٷi87wpsM>)a%<%>5yb:c6N^jav A."W;y9GSSgm"dJӵQ%GR%SF^PLzSbݢfI+RDB)MVm$Ȥ5[)6N=ҁ&fŤj Tժ͂V--{Lp [NlRRen e9TSlXj~_AKBZH(YԞn%ZhRczz$J'BT7Ѯ"G DjFYBğЪ PE_ *m=N j)/t,6Ȃ tѵ?h8Eݰ(óa͗GD5)WʦʎUTtJdfPePI-lϥ&gkΑfP7O EdNn8ƼgUS9,g11xGVkeIm8zDmH̓\J cHN^z*'2MS Fyhn)ag!C"Fʺ⼆J]Gb1r'>,> D{N`T }`Ҋ箕eRo[BۂjaipZv$[Ya`y9䅜 ZSu™T('i_S,Ńcn婺ʕu0%k o2f:;nc1D)Z 9(K7 5ֶ#%B?KpT2>sVWw_;3S(kЪv.t.@o WmXg[p?;c%ߠ/qۼ[GH*> w:zjVNU8Vw(YF(~-=%ae t?foA~~?1e@aLH8"닐oJ$:ހ4Kp.G b4,+oyz9Xa\coBrvb7x.y.𦩛gTqV/az""Sh'39SJS}yXe{ݺeyiIW?Q1. [nseCgWa-Wx@b{ )2"tj4ϱ6=GϦt~d"V]a <ҩz%E$w^pl5>8$@! *>yga??nLV6ʬ(L_Rp6"]x2%nHQnx!4­|ao8i_N|@]XS5Cy|F#k[) 0CAz!1 iQHa`(GG:F>_7q$6 i4@4NormalCJOJPJQJmH <A@<Default Paragraph Font" @V@9 z` @GTimes New Roman5Symbol3 Arial3Times"h:eF:eF!r0C@R KR K "$'*-037:<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]`cdefgijklmnoqtx{}~ FMicrosoft Word PictureNB6WWord.Picture.8FMicrosoft EquationDNQE Equation.3_ 2v(t)=v(tObjInfo ObjectPool _h _WordDocument /SummaryInformation( @ jbjb /l M       ,7 W688            B  MM      jU N N!"~ #!$D%%! ,, g(HH(dh com.apple.print.PageFormat.FormattingPrinter com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.FormattingPrinter HPCLJ4550 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMHorizontalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMHorizontalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMOrientation com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMOrientation 1 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.subTicket.paper_info_ticket com.apple.print.PageFormat.PMAdjustedPageRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 3.199500020345052e+03 2.449500020345052e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMAdjustedPaperRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPaperRect -5.000000000000000e+01 -5.000000000000000e+01 3.250000000000000e+03 2.500000000000000e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PaperInfo.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMPaperName na-letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPageRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 7.678800048828125e+02 5.878800048828125e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPaperRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPaperRect -1.200000000000000e+01 -1.200000000000000e+01 7.800000000000000e+02 6.000000000000000e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.ppd.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.ppd.PMPaperName Letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PaperInfoTicket com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PageFormatTicket  Oh+'0H    (08@'ososR K KNormalfR K2KMicrosoft Word 10.0@@^@@}T-h {'l%  *X_`AT~TUV?-(X,W-̙s9lDo;3ϙIS64JѕShVJmDtaV ZMi UЀWO1ǥcF~C~dK6dn)QTO\  Su7's3/ӓTzAW4F窗Ֆ] x}E<㩩PjSxm(oVFde.k!szyZdyBW,H6ǒjEH Tǭ[hT&<5hFA:~QS I33*]9lTԞeQht4['є1Sexhu*Z֥ctъ7"Y ^ofutI MgRqOn2&q )o7b5Ls̠ڕNʠ)[^Jy>$^zCs̜qi1ìnNVzMYO&avjbnDȸHatڄ1=jfqW_ge̯SXy:UrrOg:I5 Z̻xϓ9<9ɴ@iY*,q5;`ZfPA*ƃ?Kt&D;k T->}qL\ݵY> QQfr(O!ݮfr;Z,/0}3^`L7tnM`LH ~RwI-/\jy.9ٵ2#|ZZmZּ0-`V0|^ `0|';^~9^Q6*K˫Z^iigRwK--?ە5G˚k2/ղhYj6-kހM˚;Z,?"a0~L?*0}?镨_iy԰ZZ^+򓖖K-oZЕ5>N6-\-k~=5Цek9--`ܯÏ_`x-\ׁK0$^`xCZ԰音&卖Z~Jjh.i2?j92?j9k-s+߀`90~L6M`z#7:2}bZ~Aj/[Z~YjR˯ZZ~Mjy.jQfӲӲ۵Z#6/02~   7~~_ï50@-%5lwJ-QjyץJ-o큖?Rˡ@>-$d2?j9ȧe~rgײ-sߒ LL L ;N0_s~#'H =KI-ZgiCRrHs7ke6-Zv-ý忀0w{`=0 {?D`@Z԰XZ>"!KK-/\ˊ+-^>-$d2?j9ϧe~rkr8;Z,CQ0;L &#`0vL #'cRæ?nie -+ԲZV ޮepWlZeZ}_`8  í֦(LauJ´dhe2CJCJ?SJeasrG:NBZeZverr ^2gY9IPe2B SA`L+U8+l #NZv*ˎc>\Nmɯҕ5s*-…bNsi8:-ި^4ߠN/[sq,hHmDk6cO]3n|սz5@jhKd":v jZNhYc3+É){3Rw͢洊ѭT Q J'!g(O 8y +^y⢡44^G396s[vy[1Zn[):;1ۃVlQw2f?(~CM,U͕4G\76E(k>\B>mMi}r}+zqi=HM~%v_ >6*@{<03FUe F=¿c53~0[q/~d}vkbJb2 a%x Xx0 9 31FbGg߀`=Y7Y7_,z+,r` ዅ_c Y0VQ1eNfׅ|3g"HxϠws8z#w;9}%19XƱ2\sopF8c|h#F4#|yw+}yl@ӑw}%b%Õ9zkיO48EXc&c&H3N  SD`-0K'ipp>Hpp>D|;K?W9&*#ȍɣȫG?ҕD}P)) Ag_`! Agd!{. A8Cr>B~D~~:8yAÃ˹D";^~/ ds>=NB$G~ =9E,ƪzzf VYg{#TˢtGO[~|ZI xÎ{.rZ=gSy{UK/Ŵp v;Ÿj@qVۓ|o%6o%yśNe#wc@ HLf?eSPr|2bn/كDd=Qv1{=&rݟ;鋒r޶l7m;a}xKN8ƓX#6o w;ʻY_b{xdbbdwóha0 o P s0c-q#?ia Q)|'LZt`· x L`Lx[?cQ̓\:jͥO1w>9*|?la00 "!->`~[0 |{Gqea Kq;aanN`E)?@ABCDfGHIJKLMNOPQRSTUVWXYZ[\]_`abcdehijklmnpqrstuvxyz{|}~|ggm^8sc'DŽvl!nU8=ЃC6z-5}V:ha5^ڲ:J^%/h'llƷ!4ub9mW6[b`j3f0 lπM``#x lO}8l]G+翆VmDQߧo +G~ſGJ٩_%9 Vט ETDWVI7BY}+&( NeY, O75ZȪiG7$-oA;:7,W့j ~/Չ|pG:+ٺm^a 4l><VnwueżGPCP i4@4NormalCJOJPJQJmH <A@<Default Paragraph Font" @V@su` @GTimes New Roman5Symbol3 Arial3Times"h:eF:eF!r0C@R KR KWord.Picture.8 FMicrosoft Word PictureNB6WWord.Picture.8 FMicrosoft Word PictureNB6WWord.Picture.8ObjectPool_l_WordDocument /SummaryInformation($DocumentSummaryInformation8,@ jbjb /l M       ,7 W688              MM      jU N N!"#!$%! ,, g(HH(dh com.apple.print.PageFormat.FormattingPrinter com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.FormattingPrinter HPCLJ4550 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMHorizontalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMHorizontalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMOrientation com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMOrientation 1 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.subTicket.paper_info_ticket com.apple.print.PageFormat.PMAdjustedPageRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 3.199500020345052e+03 2.449500020345052e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMAdjustedPaperRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPaperRect -5.000000000000000e+01 -5.000000000000000e+01 3.250000000000000e+03 2.500000000000000e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PaperInfo.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMPaperName na-letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPageRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 7.678800048828125e+02 5.878800048828125e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPaperRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPaperRect -1.200000000000000e+01 -1.200000000000000e+01 7.800000000000000e+02 6.000000000000000e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.ppd.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.ppd.PMPaperName Letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PaperInfoTicket com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PageFormatTicket  Oh+'0H    (08@'ososR K KNormalfR K2KMicrosoft Word 10.0@@h@m ՜.+,0 hp  '!Rensselaer Polytechnic Instituteic$  Title_956135122$ F_ɿ_Data 51Table!#=CompObjX]Dd 0  # AB Fy\@Ua! D T Fy\@Ua!:, "}cQt{ x{{ z$a3 kgg9y1QP"B JMIM<$JS)+˷gzfg;1wG;ݿOgܛ04&%*xWLD`(, ?dt=1Νi\MawPY;iP 2dL*jc^5ֶ ˞C6rvY5|j&wib=Oz2;)*v8C֚XW ,f05VwUbY^ͱ^:*llK{PiOcNhE'Ҩ'*?][V-R!2U9$d$-TQݩ73>w**Ծ`B6_qn.ZsqkGZU$Gi6jeP)4X)zJnXO KG03J=^j )#`̯"bcq~$\ŸmNGNw6~E7: m%3Y OY O|GI_#!2ּL}dWg_N&>@=~+I'!j?b}>URIâ(b6&6C1†,Eeja1X'bhN5-)RU k1Ehˆ*h"[5(ꢺDu)*QU ˢE,ǨhLb%jLԴiUT䙞 (6i~樄 }ɥ2[HH,Isr2,#cdB#sgiIMS C7cQK%K7YWtº(Fz@{oT.)`;l/ nN[luij(تW}6Yn9}{3\_gp_/^:=m USjWx|)Tט>L^QkAbtN`:.Ӌ1Lxf`:e.:bysssk9WCUy}EW]P=XlX|e\lw!Y l"Vy8|{q85}͸侶qOۂ|5Wx|DOXvdITJ5Vc~~T!JP]8%-nIPM!%T3+AmƮ:y5-pcثW =S%_e9!IJˊ}un!R2xnɝu}pwu==.se#qE^wu#]Csא5qI$ dO>rO %Y> Qd ׸N~u wE >ϝ}~,+.+k(V管 k<_W@e~A~ x~/ :wAʢUR"+K]Yʲ2<;߃@ =@M}dB5>n]S~`|}wy7"EDhx ÿKH12bUBUy1r'Bd com.apple.print.PageFormat.FormattingPrinter com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.FormattingPrinter HPCLJ4550 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMHorizontalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMHorizontalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMOrientation com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMOrientation 1 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.subTicket.paper_info_ticket com.apple.print.PageFormat.PMAdjustedPageRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 3.199500020345052e+03 2.449500020345052e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMAdjustedPaperRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPaperRect -5.000000000000000e+01 -5.000000000000000e+01 3.250000000000000e+03 2.500000000000000e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PaperInfo.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMPaperName na-letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPageRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 7.678800048828125e+02 5.878800048828125e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPaperRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPaperRect -1.200000000000000e+01 -1.200000000000000e+01 7.800000000000000e+02 6.000000000000000e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.ppd.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.ppd.PMPaperName Letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PaperInfoTicket com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PageFormatTicket  Oh+'0H    (08@'ososR K KNormalfR K2KMicrosoft Word 10.0@@5@5DocumentSummaryInformation8g_9561352727- F__Data o1Table*,w ՜.+,0 hp  '!Rensselaer Polytechnic Instituteic$  TitleiDdx 0  # AB rұ#jxM) D T rұ#jxM)t)1^&`, x{{@CD6A(<1Iq}.{rR QPc48qЀ$jBŷƘT?R홞uL?qqAH7j`rQ+gt(4yD@;;=\kuL$C;flyr䧓LvY._\R0(ѦD2ɤt-YL2PN(qZ.<(mMgK\NKX#E %ZG"*pDˢ<兼3Mg %v.FWX'D:JZTZ씍MmYV\T+Պx(UJE=PNxp'(Cd BsqV&*4-&p\ȇJP!( E$֖bT]+dXXf$]d"OH2X<;L,LxN'eb|$Ԩ 4$B.ӪhRY|ǨƒҬ'rmVSkɳsX}as}Fcsy0u[DB5+lIb~@֜uEItgsCr쒯/o/?1í&=qᅣԷz0]”cILn8[ǔI -peOPU ꗃx[^_U>*)APD?UĠ;x]BJnѯ$٭>=b`FܒO}zUDeRʼnt5?S/l89&~.ϑ,I 2Y\LrpY)\K~.\2*LCJn\JV *J|v_`_Z;pN!H .[܃z-WDmUfɿkyJ]ӵ]\B]߾֢kjlIau. EN4\! }8`(DhUE3A%yG !8|40y @#a+h -a3 7MP|#h ay! =GzYua>M ̺rb#Ĺ#$$8xU@N Jvn 5@n *v7Ցr&^7@BCʥd_o7CB% Ab urnp;w^aAwHZn )v7rF a%h4:h^V@hXe  9.A,hH;`#w`;w'W|$+P>_JLgyxjrLrYj܍\wiXWwTxH(;iːj!2 @ý4|=e zӹ#h94Wqe(2~f`f>Wzu/^˰r(_A+~:g@*h_bP~ g,h߈g6yN`Q 4- YN0;Aw:ྪN ;TKJ'%oT@gI l@ V8@ K+HH ! !b Aԍ(Ԏ0HYr3HXk- a>b\p# ߬,]wc .p' T,ǩ)S}^oȢ$Ծ`V$ @/~0`y8J?8kG1GP|]߶s7xrW.pbn L⯱/ dY,52* U8,#/`$|ˇ>hx4 w;Pm6 4  o` ŵAk}}N9P=3>LvTdxN`^ݿ9maَGw3];MNI q&Gm@?>O~4}5 8LTi<?̧^ZOeigʿI0gݺO% 7YM&5 i4@4NormalCJOJPJQJmH <A@<Default Paragraph Font" @V@t` @GTimes New Roman5Symbol3 Arial3Times"h;eF;eF!r0C@R KR KCompObjXObjInfo+/ObjectPool1_k1_WordDocument.0/@ jbjb /l M       ,7 W688              MM      jU N N!"X #!$%! ,, g(HH(dh com.apple.print.PageFormat.FormattingPrinter com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.FormattingPrinter HPCLJ4550 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMHorizontalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMHorizontalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMOrientation com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMOrientation 1 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.subTicket.paper_info_ticket com.apple.print.PageFormat.PMAdjustedPageRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 3.199500020345052e+03 2.449500020345052e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMAdjustedPaperRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPaperRect -5.000000000000000e+01 -5.000000000000000e+01 3.250000000000000e+03 2.500000000000000e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PaperInfo.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMPaperName na-letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPageRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 7.678800048828125e+02 5.878800048828125e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPaperRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPaperRect -1.200000000000000e+01 -1.200000000000000e+01 7.800000000000000e+02 6.000000000000000e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.ppd.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.ppd.PMPaperName Letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PaperInfoTicket com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PageFormatTicket SummaryInformation(1DocumentSummaryInformation8_9651290984F__Ole  Oh+'0H    (08@'ososR K KNormalfR K2KMicrosoft Word 10.0@@>,@P ՜.+,0 hp  '!Rensselaer Polytechnic Instituteic$  TitleFMicrosoft EquationDNQE Equation.3  18FMicrosoft EquationDNQE Equation.3CompObj35NObjInfo6Equation Native 5_956304126E 9F _ܱ _{˳ ["f*79vუ^:Xk9x#~w]e>$xR8)tK- P!<@eUx29͹fKLYyCjDXj-*T=MGv|Mk70WoZAC"78KˏU|@̓oWC;E+/Uh)q| |۹SNG#Z48Y@жMt8d&|=Cwm) ?䋒E'/8ֶɒpX4$ ^cׄ)04iamQ%4N t4-RDU}tѮa҄qҀup2C8 ÐE'%Ibt|غ[AI*ULoIFH#)r7I%4I4 i0ͩe~zb|Ƒ.z_!**ǦU "9;y$#*CHF>u(w9/{lHJ#!4{0v_Fn2dkw[&^eMXne:mRf!NR.Gl}L)ggڭbHKNO/`7,Dd' N  s *jLA? Bl kwrH T@ kwr\D@b,x[ `չ>gn,8UهrUW(ZnYb6ِl Zm+hֶ'Uo^(Z^ÊO(wΜ$;F1~9Ι;ߙ1l?[n2J$ݻ G?lc,qq=f9c:\I.:/#*ff9jȰ9͞˶Ey/W>OgqOƣe55W}_#i%Vklm,kD"i6暵Eڜ\}~i5}6moK5MuZcsnis5ݜ*Ӌ l[> WHJZFެ5^Nx744w봺t16*AqlԨ;P*4[y92=יVyL`}A-}`t~nǬ\]ڸw[Ooۑuџ*Q G[Д̷6tє%~5ٕ2W\i;תnng: |"L#ZH.Ѣq-Z h3hiǝMk)cY,Z3\6תqZ//N>C% (7gZtOH "[n*^`Nx|k-̧+Tă?WD)I7%;k c,ghiL\u "S_[+>&_me!r~W#]+^+^cl^mr:r%w;֖ɬXE3s) _ӑ廟GqmD!dKc爈ea: &QCzToEߍ[dBX~xK9s-7Ȼrm54ͧ1*{b%FkzTFokOYBJ+g%Ϡ5%>|t1ͦ\S#>[S (',(LfsY:FbƷB |8C&RIg#6們/k8Gr*su3Ds(|ERez[U<>ף¡G@  iר?ϗO '@ 'D8ᠦP"iZ8ZCA_40F Xez( ¾@\E]$F{Pm:B<>ǴGn<|坞T~.F]_MZ]R˷K->-د#.2ώ ek9k9-s(~L L woџM`0}گrdi!a?jiQ'7ZZ~JjgrDw7ku6-둁v-QPiy.90?``u0:| 7-C09F> qפM嗤[j9KZ$iZ_-iM<;*r4$Z,{v牲j9UJgs;y s` 0< /Dnu`8 OyRæRZv-R[ײOz 4 ٴ̳b-'Big`ZNZdžF˜w-`0}^ע?+ 0})/udi+aﲴвB -+ԲZVTCækY1y]`h-Mz0bӲ fq ?ςg`y0~ ȧa<_eeoCÖajYahYвRajYZV\M_WZ֑ kksؿui+20F`" H6bYq0Zqi*W[%l$T٘ #NZv?R^INz`PDwMEn_ZϨRŅb.#X2qRtsSS(jq"aDMHՂ/اj{WdCwؤo,lh1r/J6ud%[~ӮƊ8f2}CHnwphjFGD ~ae  Vd4x"VRaxԧL39+bN :HE91mJzzQv(M"t6rY}O7s(tkW3.!Oiո~K(/eˢeWyɤ'Cl=?MlgamgLyc{&Ӽw-&&mbi,blLi\7uY-"06 τ &8fA׏X8a^.asϹ_Px&\^.s0WtI`A[g¿f\U0)e}uŽg~y fzLck v?[ԡ\2Q0&F`D'*<"""BD hNx&|KDx\PC>s5dHg(h`c?95q); ~3 ~# # ]]*dU9CZU8'{I0O`Il&9M%jF*#g*l綐y"6dўeJ)IF.a͜odS͜L1r DONO9D EԞOD pT!p%R=/v;mV{#Z{%s5%9[n&Qc̦BSq;ƴ $r#uasӎQ<,Lɵ|:"iYڡ$z=يmÜ{GmDi3*JҌ5Jݣ«¯咑~-"06 /9-,W 0^^.s40G.jaT®EWGe`,&k4&cy L 9d`L^e`N$ sy0@xUx4&ى++%«/20wsha«r[œmaNY-*4^.`ca-C1AU20_H c0F x |fb*(a[+ /e]z>=zɿ$T{{)fg -نt[!;{17ʥ1< 1o]RKEKbީ#٦~#7exW;|GYm)㔳:=d7ߣQqbXSո^?P2A0Bbp5+_.UN.Gw`չTwMcAy##MIĽ mWL߼arݛA^8kWI#ml^O)=B"|$Ad/PD<ժ>=AZ|xX[LTk_Gv} fgΓҼ 4<|+a*{/ySEUƒmd2|>XLzoבWʉkwwq7˸_F=2":D)J'|'ډv"bD Qm@T"g#sG`SX:6CIrIO!U \P,t_ $'2> [^NV"zדv;,0>G ]2= !_0 ŵjXwhpl ns0l0l_10lo_S`}Ș|,c~ 7CPơDd N  s *X'A? BO%mg`WVh+) T#%mg`WVh,ZhdQp x((ڎCwNBͮjRAQ(6!^.IV[)"Q U#* H)jJKkL[VԩX߷vnwb/ϗ}o|罬ɤۉ.8_9L$LŁ?Yo QS묹ZMv}tWҨk/滨iѳfΘOǰ1/P .aFRzTžG,T&/5qxNI/,aL6ijxr8+*/I\2,ŶLhsŹjX4seV)ҼgKfW&e&:N;|ʶUVLL+ɵmfNTU␏.Ŷ`]4+(Uh e~({ߧ}giЯ`dgWZm'ԛ-vVu+Dչ vLŹ| X.,g6/t%¥D|kg7dr̢շ t:) 4&t)]sbbG~Yγ$ldl&7*d6_2Y>,|*͊i5dm .>?]d`U$Eb|IWq%MivkQIӕjvA㸒+Zc#Ht1]c$2=< t) U$vy,D2EMdRf] IeHI.`3[qgVDeu1iU+Yֻsu\)/w6TvANg:i#!±cD4a5[0smU6 VE:Ue,ZUvëacF2+f >^1XIU'k?k?吵LT՞SX`zYT `yx~%f?{,}{\3G&6w['b1I;ڨ'+?sZX٫VEJɊFܡ3w(} _ L\LMdSP ijyCDUDYpԙp52APrISvψI~Lfxۃ*Ȫ0Ak"8]?o9 9z+m}Z䣣zDa,)SubۗXNDNBFIc@A:ż^w/MtM>KHf!J[;?º9dFEYB$a4&6C5B"G0BRT70O!"i!M5b)FDdՈDeQCGd1IҢ !YtGc2$MbAhJ8eAH6)Ȅ {h:m`r7m(ZH(KjFNځBKh3u!wh] h7ݍjL1r:,V,VY휕1+2S'Z`S=We)~Og} i*ʸuFuy4E&EܥUCzC$Fz@o^/7`lwvOg(>Ѿ.17J_:幮r_q_}=W-R{}EטXk,5/ c% M0}ӷ=0,CFnAz9)纾^}u&{:_K|5ƾ1+}T5_W4aM:$| gP7b`!B ,&`+]|{q85}M.侶sOjunļ,)eO%+,ER=ՋAs%s@2PT@TgQ*.C2P]9HcpS[湱9nUԫ`yY* ɚWZVVzZcD%dx%VϞ0~  7&,6= |'KȼK]oroz=rގ>WE˪rcwU]UqWՆgR=d_W@n-7~ho ݽ;딫]wWswWrwor]ݽ;{ݨ4x|˞hZݟrw7pg74t7ڀk4Z.jRcw5]MqWs@t) @v& w ^0Ad[:Hw:Cqwuw#ww=wv}2x˞n;@x@ǸNuw+wݧ\wh.]TyՍR\w;A <>r/ d_F>WA {@Aw)s}kݝg 4rWUTqUy5(V㮡yLFOC_nmMVK#iߏv]GY뺻g+vsgHF}uUyUdlxU뮢? y+ =dSAv*M ;d/F>9 ;dhOn~;]wswqwp}w+45tW .j*J {ﮢD*2 Ztׂ= |m W"rEu s^NI>?)}-I4S1Z/ƌ~5Sq39fY\"J.&(lhM!H=DcN5nĄ5GsN95[38Ȓu&uwFUt'MݼkG9L4:'c!)n;hlgrl\22ާ0zc%OS7 5}O* cGUSo.&.xd ?!hjFj`z6PuuWP{t *,WPf{V9+p ?WN]AU];R]AU|i]AUNVRe | R+OFNC` L݈=@l 90,΢mhWceP+prg+p 9+p )>h'pȲweU4"i WЈ)Rͬ$ j1[@&Ap/k@xYA*N=U`WfB:-rVѷ3 I+-~;75ߺRxV`T{4]i:\5y}p9ʐgy[tڡg3y<)nĢsr}, uF0XOErKc<5v:Y# \1Z,󙌑NFSk!gX@Sq%hfj d9};!#KbXnlFo2-7\Dl4cQUH4xdьI ==8\Y#7yZfigD#ܭ н`!ebwXc.@XO0 6T5ʆO0}s,b%FUj! El.1d`(TfK aRLOK͋DjKq0Z&(cIq\SY۴g"x\f )`ܐUXdsT`8 %+ͶTNf_. mE }k8 >S.pL5TD\ΞV {r,6\hUhW6Kd.GsߊŒQ |3y՗.@_Sdp*L\9 SP />ck;YzфڋC=B][P4C˼*ZG.Lf l}~e0w:FDΆ@8EkK7Fdd ~  FfW)ƫm[0d2}[Ks@5N++dž9τXO/:U ղ'qG5U>SkՌU,Z's8g?9\[Yc$`߻qI0az˴=jFʁ#oIHQO@I#Z_7ݲ!6%sThZ:/{UUa'l>d@I?#'I͗CǍ`&J37dvx5X7ʪ  %;39i {N}f~4JKJqzY+C6\04Fn,'!*L\^5"jȴHgb8 [i4E\&\y‹u߆ {FI|Ҵ^u$zr!3ߒ $XYC?ƿq_i얟 Ly}iHENEQT]V[qu]Š۩p^뗵WVw+>٭]S7ANTͩ^/NG<0W5Sj^n1J>y/>צT/dyȏ}("f |󋔦$5I Gďm_L{4@ڥYVC!+UZ y);HIK1V5]9w~؎ۿfLmoGavyflם*b~fvm|3Ŗ[eZ_Ah4ٟ߷!nc P<.⩆ o)+^*MA`ʫ9nS_8>&Y"}4> ǀ#@}D}D0ph84ނ 㘳hX }eP/η& "6#D#k0P];>A@dE  w%(ybq6~j 9b~i+gh5d%FZi@lݐaֺ|'~G6X)XfVYM64 6h,6x&ݽd[76Pݕl+@6H[2l0 l0l0l0l0l0lp N58A'6P `,`4De`K;s _UE7c? (lY3 ٠C ^jW%?UJ~ & h]x XoS)```33 0pV .H & er5leWz ̏vB 6#K0Nv F.`{?Z #hJe~)U@AJ~p$MB.FZNsl5mU*Dx9d -@C А&H hX@\Ɯ@ÔhjZf fNO GϚeKĭؘYJE﯇ס fV&G~kw(WwCZ]b!'hsOc=lzJ.)EIs؝'ϩߕq2L?JlDd@B  S A? B^iZS/zG T^iZS/z xTn@-?TQqAJTM즑OHqz^'V]˻qRJ=rw(Ai:+!Xi흙oߠ܃t 7 3q f"X1 Z\y X:G}غ,;)l`ө1zln]׹TpT\$\90fh.\9I2&&U=xd>|]&epϴo Gbv0JB[%\,D"g},wأ]epPe6*.@1u/l](ύ/EFt#2Y.T% )5on(;X"oDR 2Q27ia5H!ֆV8Q2ac3c6a2R^Ǚ RbH$Ѵ)}J0 46 V"?NwGƊ2Hk⸮Zp*)XDqfH\9r1dcXJl}|_rwĺ%^81}]L(iaqR49W7X&w?1ME5iMTbVyEXVn=:.Ŧb}[?my1eWCV+!V ӡI8< e`,#`wH6wԎK>7sG4y_B/i:g]z%"Q(D0E:{],n)bS} D8l77hYȾj,T"֔bkR5qj4_ؙU)R=o\-Xw%/GvS[^{1r7۬9 "G"zLQȂBZ4/\SУ#jӚfVG tt鹷Dop}H198 <$ד?a\&Ċω کq pHYs  "tEXtSoftwareQuickTime 7.7 (Mac OS X)ԫtIME  IDATx ~So J"RR E)4c3OBTRҀ%JQ"S4i Kss}\.x>^xukcGB!B!,1S݀B!~?h?4y73Yr%'>\s5M !Ba8B!0a׿5M kYfя~T7%Ba8B!0/?nNuS(>M!BxB!0cM7ԜzC=4M !BHDB!f 6hԧNuSB{3Έ(B!iKDB!Ԥz (!By35\_K.iN;o/'Uq:&BaQ,B"Տ~n_j;47/~Q^cA,"W(F;ÚO~o[q=.2pWUs6_6h6B!b!B"V}K_j]w"Ds.7M{:[]?͑Gٜ|e{.9ֶbu{]gѼ/l]v٤RB! HDQ*<|bMaov>NMQ2htۖz)s0}_[QS9qԩ]u~{a?R~_@N )uak{Qou?t?=O.M .`y4l1:G{hƹ<RM_-s҇muW3dD_'=yӟ^T;BM:-o;/RW\qE_cy)*tAK^R̽:i,H^{6|n/4K,D!B?F@[Moj7LY =) Jqx0><ԧ>UR/j? e& .RwB;xtjw/x WUnSA_R@=[n9K |$0}ٗ\կnu<[{T}K6ov="l6_"}w}kJ}!F9"x^V/}c/cBaEg?RF $%b/}K-ܲ }QGڑt!8笿 /U;OdnGuUHsԵ϶\{"?/yAW\iE[6C!Bo"B +rVfY ,+-czꫯn;,= k4[mU:&nm.$ĩlUx7RVv~/i#DǢo)'\tEEP#4*Zh|fꪁDvV_}fw,BAo({7?(頢a3( # wUW-•8 w_)(M?nsN84юkaXg7|.[V.1"H$zb!\pA/[ou?b>%hSeY",2؇{^bƜ 2D4 _L}O; S_@\4}OD2\ڏOj~$8֠iO{ZSwH Xq+}_,ۢ.Zz~ Gplø~\sΫ q=h[orCrLD8("Zm- =(+Ko>Ojp^9M%ɱ:G"qzpߵJ>sI'kQKikf\r™7o{s-jlĭn&`%m\/Rz/ '0'ckrTpBk9csuFBu.A}f4i!Bק3 [/15-n4Ã0Di533ӏ|*".MA}!o䪫g?YYX4^ʱ]D|rt,6}ߺmmpG?{.;Mppu V B·s5e"Jmǹ!qeIUg@ؾc6+28I-Uj8'4[:MH^b~sc~RK:)ѿ9. K /Utw`ي9I98ݝR{|t-ܑ62-"B!0Dn88=Pvk]9 AC_y&|6₾%H@DRkDx_߬e?i6VuYTqjqEFZ@*J]?DA;. {82 IJ98> IhJ\}n}bspqG@_/m~93 s0\]yRս4i;ˍvg0x*N$ 2Ba(6DEJrexJ𻱮@5'Ϫx"`5$zO~VcuL+I!`1n*jQǨ0|+ NEn20Nԑ+UhYZG};AQ )S%JΙq1RcW4cOZ"RV5bQ[>40[pk]Ƌ0u[_Vgg>?Hin^C\b!BCD!*a7A-g1CD );n@/G\\'pBAF>R+@AlRklR`{A#GKy$6 Դ#(oMf$y;Kʝ \LQ+uJYT8Ŵb AK:kQƯk;.,=}$WBgܯ,QW?vBE:gMNtZs4HqnK`C!& W0^+'BY\.VxS .8.aAC@G:ܠJF)A"6ڎ8nX's4 9S9"K*PM֟ί=0tJ#{~swl"h^{UjUY6 G`g>s% +';񎒺׫.X7f&S2,׻k^z重v'h |!\VJt3o~t8 kJ$?X%J5 uTG !Bx" W<F`*N΢quäI6|1 No9~/<=(5`#1ɛ֠?! |9-iQ %*-ĕO몧6۬ytlcI8ΈO+G:GpIG=C2H_jg=/ }ï;ˮ ƺc#"KmV=&c rv9i%H|s|n׏|#e3פ-es?{bԺ戔~˱ ޵~Y`=j!BalD4 o%>x^8x Kͤb4X?@NT(}C"ucRk $8WҘs._sM(k~|gmhi[ouql}-;nvb9X\268\8ǎ=ؒJ6sl"Do[MmtPx@QS&_FiC!&b}̡!؃#N_P?kv) Hi"jQ{J1r%'^\cTj[;LMD ϹYKK%GhRaMN-O`VO,\;u;}/FP:p ~pU[IK 3nv3 !/ (B!0qD7:a\;DO<ItM֊k? uL@)Y4d.1Z \o}G땾(-Bijۮ%J ꘍urs3阈DxlM˹fn eMVPv?M27,%x]/SN)!*څvn29۰rDB!ss/޼ru~|v5ה}B$D޴  "V]}h)F.9/?G l*ݸ7>eYy|7C=T<6@Sjcw*HFIh0cA5T&PAhLtUVkiINC1irqka}@UC-"Z/g ;tc?N( Ιƙ; 0 0nG|k{QR2?ij`rGvzL 붢t!BLzt=\P=d 8#p(Dޯ.AA*`{"\5WnԪѼ P;}M$ t}CksO:7烤xOFsddPve3k4DYJ4f9".(By!@jJHl":͈C9LJ߳8`5U GR3wyjQ"צ}C٥N;S9J+/~,}n7.baI0_dܽmoI"TN§6ZM.ACnE}H%.׶wmcɩZR3.wj s1M6dԋb0'-^BnwnN/|\\Ô!uF5=9#qB! NDHs(y& j $5 -K%?"j~Wr z)'F ߑIQ߅ /& e6* n%BJ+TΛyKI$ڨ40 L{gq r|#"HI#(Reɠ Nfyb tĪ=E{s/`$},"R70FnI2lO?Kİګn!QD0iFm#ǻrNs{nq/ TVgI֫mt5bc@!ATΝmKuu"씢:SWnh\/~yHzg~>q)\a ^~VU!B!LpCDtƁ]F3klc\]kS&u/"6wf g1qQCk kt6A̾mTZM_D ҷ@R=V]PױzM6{QayZܯJ{UkE}G{q )a:.Ñv{EZl!BND ! Yq@ я6K-TG?z&;tM>SݔЇx_:!Bʴ~ӟ6W\qE~B'6?߿6_~y0>ߩnF`~5W^yT7# _T7#B+B]g?Z?~B%sOs}\ Ass=ŭ s osg Ür-7NJ,v[+R3<4s5T7iyS:GW!f6BkkYdnFa~gwOӛ:Y`&UaNK/mvuT7%L0{9ۮ~K/=G7|ͣR!B^L;Ql/B3'< ]=Xx/ԬK=;pTǕ&qNB!#$B!B!¬#X!B!BuD !B!Bb!B!BaQ,B!B!:"B!B!YGDB6!B!n@!t`/[nW~͟"=Qj'5/yK׽u+7|[_u]{\sU<1͓fjGl'B!`D"?|;͵^{ q{\yk^,"H}Rn>` 4?{|#ĸQGլ*͊+שv}_|X?z{nIKf}x8:  /p3bL[?Ou]We\3㗘l8 3+hN;Kַ?(2?O~5.hyB!B!ؤ?Yw88j" _qE}%N;y+^QrUeo糟lqqpptm6+۳Omz馛xʼn򖷼Һ/ϵn!+@EI[)w?_}sI'9J {3r!ZkUa\Y2ψaE]lfevlo5i<;x~w{ f!B!v"M2_כ:eABysJ0ADLlw+-AYrwWr o(k//b:IR [Z6}K_*'>]#XRZWַ!L/$fs-"V0_;S193;]l'h~w)!P1anY?d!B!v"M2vr-آysKr-K]"+= FH#Icz%n m58פ%mUgkFq@%-L2`R>N>ku0(5הdG2o{9%W[mc-h}K_r0_)9C]vَC!B!&/5j-B`V+nG&&I/5^w-_}E_׏8`_ms1>xƸ7M 0߾88S"|(&}kUVZl?Z}0Bwc''ٙgYꌹH̉6B!BDLUk=.n)\XW{G?* ^{"w?D6E:RHep:NM7ݴeP` L49֟ j קoE w,R!L1[^L^eY^>~fC!N"IDmVC)Raԏ.1SwxP*'rBI;eYb5R뭷Kz'G3_5/DC du|SjM})ɍjsmka| _I~CzD]V~BW_}uF 'Kkn_uMbv7?G"tYqҪu h^xaq0L[?SNT_5H6z/ !LRfJXtmݶl!Ql kEɽګ?^?ͱ͞{YR)cV1JjUCmJ"&U Me ^[RENկ~uI?G{#$T& AWSMJ9j&hap ǴZJ\b!BHjMU5_iK.9sJ]YR*R\sMyü;5($l;sHb;V<蠃W^47SO-i#j wd/Yge1I|+^'?)'Qjx/(BEPQTev/zRZ{B:7lv!'      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdfghijklmnopqrstuvwxyz{|}~)`m])g7.=w>St*my(JZf~ZƒjlVf?oO?98~3)v_/RLNnonu(Zo%IB0oM7mcp_WmxW^yH}>%H֎6wD?$&Z[Vn "l]b*R{sA{b{ $p / z&1-B!/ i"'醇rHs駗t_W'\V`D#R^FI+)Xjqqَ:iV/?6E]TDN럺Z(P0jLgY d*v]w]qA=Rw(4H%ꃠB!ƟON3?,w߽+b^ĭAmT]w0Gq\j?Ѡ {#jp %ͫ+k_ZIل_*fۗ_~yqMu0gbn߭v1+B?ǚviw-E͢.!楕B"\n#eB!4f+o Chi~o [,s7Fx&NeA]pP s,0/7~|xxwnj~ayK_Z܈3f9n^s"j3K.S-a byM|[:*kaB 5[nȋn/a,qB!L&.9K@ 4o}2 k#C\:@Wˊ%K|uI&#J]wݵVf{Lw3̞˹C(&m7/cNP+m裏.BYuwv¸"+sfu9(ͫZ#мϸaz5w^qF;+ gG!B8"M"k J$My?UD" 浯}mAC8JމZkTuʸ 0xE'~tY>76 /|1o}{_Zgis9KV[~vW8iYSV{ʂ"`^m݊3t&bjK,Ba(6?"ZpvaUЄ+OzsR]x%}#JqI2<w}(يmmQqU{fvmWR(3B!&D{{Ef+(N.n&-qꡇY\P_?6l+VDIŢVyRp?(~=% z5D'B6' BHg?[7D c! .(bߵ/GK.d9m9Ǵ+G7O>+ _2ǻ0}[=cv\G{}Ϲ0fO=fwln"E !B!4QL`-(OZbDƒ@Oםw|_-. N~_7sΈH5(x3Jp8(FvO,x'?=+x%|{+BQE1b6 k5\nc 'ZkUy{^9A~|l򕯌p,S[M@#}[ߑT IDATJ!}s9?C8YեC/| e< 'զc7sa5+Bw~&j|/OZ_Ќ-cm7n'=b[aUTk5n7/..+B}=v."~.R5<#&כiE##ȹ?,m1?򑏔~~zB!BӍ/NK{zYn՝vک馛ʹ5w}ߩ 5K_MozCB\Q/#D{DsܩW}\k1-O!B! Ì`監>~Ed 66o|K}?.*|d)Al7G/n"7qf!D"): L?x'wQG2^xJN1܌EI[%{e< 2am6`"SԷN8Jx>w cS?+N$rhqꫯ.n)0nLI1jzV=.?IU˜U38'}XmQ {a8f\9=)ߋB!B.hQ3P@`P`qUwLȡ(t7NbK7H:W!\0%$Nݤ4/~qqԴ^0[ov.mT!B O&5сVyU8j ZŴ[ݓU B*r\']:)5Or ntGSWť[y;QXmSFًmj6m&Hgޟ… \wW:R Q\p~_XerJR摅z֫rNBsP.B!fSg #y)z6Y#l*E5>яGBO~۩"=LԹ*hBMdMJP3_/gE"6oOIpqe9}L 3WBq]Q!Yn+9/}@JdҶ6Qhs܇-A|6R$?@2'bp¸ʪ KXB-oϷzO<뵂p7N!B!tbƊb"b^z[vmJ+3phD )N)$*f="Ϲ;(q $.LVW㕐fu]wx~ h!Xa:mNwё+u,HjATD]+o~ݹ$v' E/?\=أF:@@ti[!B! ʌZHjeI$% Wx~Q[J.cSGj[]qSuOyF> AP6ՔFXm;pTE#>%eo,jOyy1AQ\+&v\rI`)粞)R(}ߪt,ΧdN'|JU\!7 ΃kHa !B!dF}PG|AX]4g?٥z]aP4YpHsOAs)8ڮ:L3v&"Uq\VlذkFmHŬq:?Ϋ^zHz"҉vzH/f:.j e-_M oX #uf?7]KN}s#+p7uB!Bӑe.PoIo~sI+rP/T nOW+x&jyP/Lt"K7bD'ՕCg1V1yuLÌWbTю8bJdZX- ŰDDZYEUW]TVG1f;C+`9F1M:XUkg毼ʲk] ֚2B!B3Hgu{)jqMDM W_}Rk҇Gh*͝B#j9TFȨp<݂WnkA!#>N;BcY ["RB=O5ajaCS+b7ܜwyE]Tgja?u<3ߝO" hu]WAƨmQ7:B[nsUv# nK5 c5W2pl !B!Č%#8MDm0i{=2^ڑ6uA`T=}cő袋-?qztC-K"/,  K >^C*`묳\7[MVβ.[ZpLV1-}na~qE`lrl7\bιl S '1oƒtdn-A5Z:_!^r%Kkq\ t ҧ΍H򕯔y8moK8_j7ぱfW.svB!0XQL\E"R'ALQn jz߆n $F -/ˊve湽8d6 ǝ8Uk_E?!Rn8A9Nq&oD :15B!bƊb՚7;? k.n6#H&pXMs]w-4JyI'aFiRz9gAOuJ|r^ĸۨE^#MMM#e3A㬎W-1 (X'OJZ.vL@0Jk,kx@"k _[_##ñ~q>;A~M*"F;::OPp7kBvotB!aƊb5h.^U KU zmHAF -sj=Вv`Q:X<^x"qqI7YXuT<\5p>< 1!.p=4:C]`U1Yq9׷f=yOIIwI}(y;J*e`\_jͮSű hоm[j|Vj}{;cRg mضd.C)cgqFsꩧb'uOruKin6݋{սUB=XĥkQpeWWMRiì,\%c֫x|>N6CB!01"?D8"`SNyXƉ#m_|qs7+Bҵ sQ$8s/ffI=j*9NZGNu1^pC615\uUxq.߿DKsǹTS}"q. qeZM[[ׅ *焕coӌ#xǸ8BP}ơfa%g1;_K>! X#"dΤsK9&![9UƼctOWsj9f/$N%Eyo}c/u<8Ǝ븹ӜVXa8W!B?f읝 CC=أc^Ú8>OOo0k>x@!Dx(]m&AѡILjikjtDTx;@mw E؍#\}GO}S%f8j}A@_}Sq~㛈)H# ghdl/C"x*Rg;v3.&Ұ,[1%%[ݿ *7z|R8,ALྱ.4}kEGQ'}K$TּAݟg8_}q@y1-QO! tܵ .x{ ,έшIƊ Ks>6 {M7-)I51fji/+5Ba]b%FM0ă|uFyK@2Lm[`ui3A`YZ̃[]3,α^?uñVte_'555KaE16xgqtUW]و>hYaW׏p@VkG5svɇ ~\wy#5 7PjzI]>uZۋcʾ7^c,Á@-)slmEjGݎ/v_}qP =huc׫0L}Xu=lM<_enN#[qK,u舼L  %Ba3c< >C{jH †Ńnm Dg?G iN;N-p䧮*xq#=mN#HŸV&#?AyM\8ikl|eZ4ۨ BH[u>gb/<굫 -usλ~[Vjj"S{8Z {F0fF}쵝^?3ݡKrrͬ@/n0VW%şq?Q{˦()QWMUB:N]8d!fp/\ - ZhN,((65X<K1QK7r d}ׅsur ڮг7VA)4)F[Kj(#",2x*Sb @'@1I,1ޥZ9nlOߎ7 w8XO]Ug]w2Pc 4ƸI3Sˮ;Yx1fpR#Uɸf;VZ_q=v"]#?PnO\{8]S\s#z}9V_(7๮Ӫ5(gLX1۴X!0g1}UPD}-o~sLy{ۗN+Az.AjVP`RZk"Lԛ_zV T6{Kϫ 3l$ D:U㤓N*5Y M.1o;=vB q|7g*Q ĸ((6~J  q#Cय़sozf;SIҗN8Y}KѠc:c%4mP+"F$\ #DN`$%:;t)BdP/IS!T;kqqUqݵC9Y!:z1Uy:S {y]SWʝ.5s*u몰  -1F)Q:[qgxE6rC!9" P+o 1(]JZWh=(ZV=z@8DYeU !nJ/xA!NaE18n_α7EBuDV åö83^?6Kpp7rHL0S]HX&qw sꪫLs޸kEZ%p"tVP1ӍPi@LiMZt̹B[6tN]{|5Mj_ 2'jcqc߮DwJ>v]Bښ^f1*]G3Q۩UpkDᘽd"yf~ {\yG^ :b-_jWz=GAƔ]յkq-آ΋/C=y19U}Zǎk0/B!03Ѣ<(ASUT5P?=bJգh`-Dr7/A SH},=J:e ^qL)ܫVa=lu\k*ڎlv Ck-x] ޻{>tMtDϾOl'r?{1fW9a^\uܾͯb!œVD&&Rԕ MQHiCV!=sU. !C5AD9<Z6VRÃR2(C!n0 #)UP-g jc;< }G{=Wj{!4㵺 A0>$AsWM~uU7ڟr<0NE2VaZ4ƫ~g̉g k^.%ִפ#\|-#\G*I;Gp6uՏ1K6.k;ϽrΏ[追ګʞHݭ/v XID&D*y5ƌU}}y6޻ e^jCڰ[a!S{"ъwi"njў;R?+=Mӡ_{JD`=W-moS*2:އ=Ko4)1D[b,5 ]'Zq[]-)]CSʾk+fM7-c0]C8^T\Am{Ѱ{TGaf~tB^xQCuo#4)V kK7^ΥtLb1lZ`UzUy8{q]EP.|c YB!y1^`6vTgߙHьmӭ_BasKON38ya,@4YXɮS}p\~Oȅsm&~WnWN0"cֲ j1.7 ]pJ^t(%5(钶]k;NDR۪ʱ58kc'|W)Ŕ|$N<IJukM^pC:D5XݐغXW_=2qE|$&aL?> 5 ]+H)eӶt KVذLBv;P1`1 BĝwYrC-#k4H7$w}W3 mJs`B~sx뭷.mLպQU19HJ"Lz&G}ZH|ZB@qsՕɧ/BKDBaC SW//ZK6iel_*^9-(713?AIw}J8FA!)_]b5\o{uYH4` ou,"qm!Pga!Bb! 8G R+9ƫAZ_'Ϸj)o#D[okzU)k -pt瘫Ji:Y+bą8!V &Q ,PwITԯ~56[Y*r{]r%[o]\Rw?Vcʢ'YK.BiDhoa"*f\%RB/~Eg aW_ ! 3޵>;YRZWfT~w,+A*^nDN:ԧ>UD"'MZtZ!m%e5EirRS9ڋ|3['*tx57؊+X 3F#n r au$׺h!h ^blxD-e.S( 6f+ p)f#V }]Į:ܿ @? Q#5^imQ~׾k-N;4kvGQcAp?:]E1Q-#q/}PraxEQ̘>׼x;$!x3-"-o9. s 2N 0V DVo^җn(%o !]V~Na%W (Eq nF|m}E?K?,`ueB؆mJ$.r-7&|~i|ilQ϶^풞.x_|qYS*ʿ *]wI]wUS6YS(gel/Kh7Hkmc>ϙ$ΆBa뿉R$->CvpdeE??L/![ne) 6k1-ikD'@޸6@nDVau~O!6v|h%v뭷I˜ J!L?|0"i!>F}/˶zcʾk.ANi~ &W*8&紎 l ^UgnUDŽ|'+kCupG+Nw8r޸8|8Bx$;B3xH<vD bAM,n0a{>C BȰ.LY!̩}xTaSĴn>B!0gQ,BcAp5B!B-`B!B!Q,B!B!:"B!B!YGDB!B!0(B!B!fB!B!¬#X!B!BuD !B!Bb!B!BaQ,B!B!:"B!B!YGDB!B!0(B!B!fB!B!¬#X!B!BuDwR- ! *`(-؉ba7!*!H#3s:8~]\{x|7kbNΌ^dzm۶͛-gN/@.=z4@Od*ݻwg2)صkWF/@2DjղQFپ}2z)Əo/aÆYr,[l$d!ժU# @|H+3z"fΜiK.?5jd9r%! ɕ+D f|8v-#_:Zhaun v8Ƅ 7ް}eRbơClɒ%_dRb<`5j  8}B(UJ{x Ŷlb;wB(+W.+_,Y2X-G exǟcW^ssss}$١C9sZ9Q;x.r劺#G=t|bΟMf&M:ӬSN;w4߀yǎuVۿڵk(V)REfpB{wm۶m֦Mڵ,X]q#dƍ_Ճ-Z؅^hxʕ+_ 6X/zE yϟΝ;vַo_+^x.}Kw^۽{=) 0aM8f͚p.{쾆M駟nҥK3ڏ?h?xK.P xA(/8ȹ5[f[_ypҪU+"bK,ۿkڵnݺyTZbR~T nٳg{& P3fo|s=ֱcG˛7o1T O@%5@R(Rˤ**/v{ीQ5\wS ŋuټyѣG{{'@VC(2có0ͪھ}1X'*M۟y^{}%t/W^mׯRB*/_n[lI6ZSj| 6> 2~ƌG+N8!jŘ&"^+ќΝ;СC}>߿;կ_[.@~O}VL ~gyOޫz3ϴK.$I'xuA]6GZB zMn9`^kyʗ/|$t-[fSL`JV߾}DC1UKKBLH:V^vlӧ{rI'yUUi״iӼJL*UMi|.dh"Sav،{Zڶm-7oJQ5LMk5JUY O}_;9҃'{=TKM歷j3gP.=o_~v ߑTagƍ9($O= Gג 6@DGH>Fe[n7h:,]lz^QRWpH4^y;쳭B 7i$|p h:]{a*Uj`'v}8FA-1Ub;vD T!vwZrBWx>UթK4;M3C5jM7d?WEp|VZXPե(5bSe~"j7lKQqr$HU(Hhz)HUZN={kwVu~n KA11]Jˊ$RՔB Kbh4MkG]RHsm;+2QЦ{߽Y8- [)R e˖D*ulVm۶ٳVZQh ʤ`T%Ӻm2%KڽrQ5Ƿ\@4 eǵU/_s?#YE6`zhݪ㏽2ZB=`Oi~µlX:gp>0jժ*/^]PH/bִiЎcU5פIʗ/o;v '=82)Ҏ6mx +iժ(ҥKC;QƥO}sԩIU͜9>#Kl+@J㚂>[TE5jԨcv>Tpڳ>{̬kj׮愍9̙o0n֮]끑x㍡00T\ڷoaCC۷O;vXEG0S:}r8իW+N4J0Ç*$=SSFϯ޽Cѷo_+V?4^Z& {.'GΝ뮳|,/UsiGN?S3U^+4SO;^?״ilƌ^RUJ^~W\qE\@|@)RPN: {/Z|ɾ#BUlE*]R^Æ ,Z4KΧ~jSL*lT]x֬Y3|.*QFY] ?.%gyլYӞ{9ojL;Lj(4z?{׏-[JNטO3d>pBT x_g3nq)T^/ۏ?5]Χkի]ps1UO$ )ehґ=\{w@r=ls-_ós=n+X`m6ꪫ:du^z1O>;Ygez:k@LX~-]wTŖ%W^ꫯc=Ub  9g=M<كf͚pAb ֩Ы@VH6m[a?jժbڅsٶdtLܹ @Lʞ 8ٳǞx 馛lٲetIvV `KAO?d}ʫjժUKUca[8U-kGAC;r6l0^J1d:u=ScRuѣSO)p)ΘjiTJUsqV^=P1ZkvIjv'LA؏?a[:1vy[=/@R ,=^ɥB o;wOKϏ1.b/hs=Z8kKٳ{آERdPNݲeKsYbR\9kbI*'jkl׮uH 4/e >S?iXW(&s̉7S5k|=E%Jkyӹ-Z: b@zKUvݻW%RJ֡C˓'^VPjQ_[xW*jԨi 4~O(m*S(פI p<#HZdi֭['*`Ұ^zY=R@5}^OIu_)HqJU;nZF1P P$+WRJ* /Y$4+]!j2矏.jTv H[p1kWkAP]2OKRq5 ZR%YڵCիmÆ iZ,jKj͛7槟~ UCP!bI*/R Wti{}2h޼WEj_+V,4LWh?b zjIzHU^)Rرcmݺu-bwu͛U5 vꩧ&J-R5Zp:D/+VZ'-ZP !1AUeʔI@*nUZzkڴW)hN ‚vGP ح[76lիW/ѳjyb R Rmڵ+W:tvd>P #)hڵ~6w\5k-URaB,q ʗ/Ο&LHkN ~b@X˖-6GL?eW-Y bbbbOd"Gvdb 9rرo(A3gN˟?Ν۲gOzCua?_޼ypIݻwۜ9s믿˗۾}|:X~};sZj/_?ۂ l۶m~_\rYٲeGּys+^89b ٸq 2&Ol )*YiN;4;쳓hvmٿk߾VXDCa՗_~i>}v: t^sEك>h%J|+WGyy۾}{(X ?;ڶmkjBXO> QȤJ)U_^PСCk.۹sH}M8>RJ۶e/9s֬Y3ˑ#G:i$:LWZŊ=XSP5^57N:$>|)R[ή:ꫯ:J.mʕ38úv[h{9mꜵkNLZ?s(Xk6 '`}`O=D*S嘮#/^lbdj,_|]TߪUB׭_뜄b VJ턚LaT?h؊+|*4iZR-Z.\hիWzQ:6{V . 3=w%xK9`jT\0PW^+޴6CSЦu(80XA(b±N:ٛo?* Zt1-Yb*Uv'|z?h؞={lաydjThѢִiӈS՗=]?4LaZ:u^#@V}MQ[n  `MK.#±g_AS ͂J.E1kQcp.U,p,B1r) 0UlEwN TuYgn;v -Qi|X$:VmA5Tm?$+S(KZTyecE(b-[fqիWG-j ڶmǫsϵRJ9iGG(Vuv[ҥC!vn }'URUbR+ ^;g믿V}5h.R+VC~g{w;JjFYb1^}վfP}OY*2ecmJ@LPPՔ'x~Go1T(չsg1R(eʔ]Z&K,+hSUY0{,>:oaÆy6[[>þ;5\c&M яF?sDŽsaR3кuf=zqڵkL +#Y¤ m޼y>lֽ{w{G|HQ׷nJ(L5kjwWg)UiWh`^֭[[…C5쥗^K.g|Mp,MsveYCᘂ3gz{6x嗽ŒJ@@W^^ֲeKСx6k,`hƌXz;:Ps8PUXOSN9%4K_аTѥJ/ r)l?*z!۱cGs5uymҵ*_mvUW/B9b S +pHYR3xAB#S˥״iSkܸKVCi~ dB`O>_ɓ=:nÆ V2qFkkjGK_s5o<)SЦ7d$gF/ U^[8)R;#IV\]1 W͘1#M- PLմi< oFSpVJ 駟L![еo+Vť-[i 4SW^b2__(@VC(A\`￶tRZ(@̠R ?-Yۤ*Z+,vTv94,x]0LT*4_h" ŪU fm}[mwשP B1(To,/QW\sȢ km-ڵ '/=,9r*R(e˖P+V1ZMRUmz_lHӚA%f@V@(ܹsCUbճgD ZK.A'`Rz^ߟ3gSxֹsgkРA^u( Br4gϞKB|WHB{' 5 "P`G٦M 4좋. /YjB_~ƍUeN;jW 4|5v{X=5RӮjU椩R3˒;'P dIG3}tѥ`JIuR_B퐪ںuW}fԆ9bQ[U[KT VN{1OoT0(QϩP, iP PH MR$bbbbbbbNΌ^mGÇפȖ-(T\ك ӵi}:Ww`wu|AV*B1bhѢ B*TH'w^a)PL?=SkQxVqիW˗/}s'pBct~UR` 6xk㏽z #gmAW$ .N? ~oڴh_8pj׮mUX1IAomZ\"PPb "Ǐ $믿|<_v IDAT'Z-lĈV@DxE(2RJYӦMCmHU}昪RB6[39?w ȄTih]-߿w\rKj޽DT@(2}yvC$_|Ȫk<}C"E}&X.H^*`ӹ3f̰'|4n뗥+@8B1[GEVRuԈ#kWYB3gFʛ7uͪU5ۼyRJÇmӦM6g[tW)(+_5j֬I$b SQ &E6l;$*TWE #P쥗^9yv[,W\)Z7P d*k׶-[F hTtꩧz(U,X}QKu~*T+6gW]vO{d+B1ixr"IɀXSJ;vխ[֮]kz}7M2gr-v '0`~*TA x -WF-bM4 K F^zvw[ٲe[lϫȴS%@ 1gqwe˖om;wB1S@+\rފ ے%K ĠjժY>}|KY|cvB1To>ۻwoGIi}ZK\xVB9>c[h:t(  sə V[ 5p>!+jժ;7%u믿Nn]z֤Ii2)j׮mA'~z{dɒ/+B16l`NW5ifիWOP6uDߴiSkذaC19sO>ѫ>3oԩʕ+8^ IUXwU>%B)< wbyk}O̟ .@ؼy-\п֪Urx& U9rCቾf˖-юľ&%JO*}F \g3gΨkٻwZ~?t\9%b ])$ٵks=[[|IkmĈֻwo+Z1[o'M7.wzP ''N^{+o}J(RHx( bŊYۺu6rH?FSH/+ GƵm۶PSP1j 9s68ϬY_@P(/ի}6ĪTo*$i&Uw :>Kw}UZ,XLzS{Z.<L5 W_@0R|M6SB>k׮l5,^_+|l+N;4k׮W}^}Yd b ](Ҝ(SЙgyLc8URA MTUvW4H^Ud\pwy^UOs\իWN8_°?0bsfDE\8_{W]S駟n[ 455sM'D F٥K`T!* Ӳ B1 ިPsξ aU!U |4KAW@Lt @y ?3ܟ{ 0U)S WkB,Hɥ| 4?2K3T PAX5ǥH 2{SL+>O9PJ~!C*@D(Ҝ.)PZ"'RU*m۶[UJA*:uigk$ю t/tƍJQT۷JFP@|͚5G"FRjU:*D @S`U% [h1RdɒPУI2΃ P anݬrJXR%tREԻ&Z æέl>`3g}jsU5[> 8+e=u={ N4)tRP )a4T~OrH؃6CU)$֠*+Tzz.)og (`=zJ8رcs^MJد_?ӵhGjˈ6J}j vURl+TS~T^=2HkRŋ5jDT-GAHxɱm6{饗/8LkVSb+S#[ݩS'o ][oU]7o@ WWr(l+}ǟ~Ƀg}֚4ib'|rޫBLg jsU~>h_:gٲeW,o>CZd@B(Ҕ?3UX1j+(AТ%5['Um*3;1mz6l'cb޽Vvmk޼WBM-}V)(mĈޖ'{wL/L>3G  t:N8"QEI+SU^J*b M)тEA^]U%OZB)o߾=֠`ΫjJ(횩ʯCyٲe˼4%Nڬs7U֩W^vg'I1paf4ᡧ$f}Vѵ@(Ҕ*!*UH)d *-15gH.]ڃ$PYg~38jߥK{衇QA]$ Z:N“rJ5k~jٳg[ uЯZJׯP[:tCᡪyXzШJ!`pY4̯ׅޏ`R>g@ 5TE l֨6DU?"h͚5>^s2S;QEvF# [bc5kJҽUˤ*4'MUT\SZԥ%NӦAŝ>jHUj*S(60 P )'tW(vڨ} Z;Bl…?{>>.3@RXw Se֥_ :~u}v(UkiI￟`Z6mkP[oDVT){5}P`&4SL E*|+SL 64H;0~w^!t)`gy+@R[rE /^D殕qiOao̘1fPvm3g*8Uutz.F- ޢ힩I{6NpRJ:N:% *ΝZѩ0k?4qhRѬ-`kNUY zƨZK/ۤIҴ}POo6 .;\޽}7JZk}]SJ)$8pW)l `„ 6n8{Wmĉ~MQ@ӧ~ŭ?s>YV-;SSiEbݺu @ iJPÆ \rZ[ڥPO8Rh*{ñ`B/9&Sآ!:B',sԦ\C SN9fHTI֢E &VӦM UAÇ[5Nv5 ^*~І t\Jhfƴ1;s0T_};=K(SC[a_]-P 9W_}͛7ϖ/_n?Yf Tֽ{w$=h!KʕX:"@G3KVeXbT_zD9H jodMbD*4լ8Uٳg 6n4,͝;w@PEa ҂ߧi#HgccƌhƯye URH7j7Ԯl( d)o!7c 8Adk.MwP +к{|FʹN696k|Fi>;N4L1J*e?PwUIإ f9h yBmd 6lcg&DsÆ Hkb C~ @zabbbbbbbNΌ^Ȝ>l[llٲeRӟ#Gd2@&B(b _~F/H5%LP #wܖ/_>˞) iѣo>u޼yKr9s#0 qtʗ/odi ~aˑ#]uU?^Rhݺ5 ڵ?=^w5Xɒ%3zI1B1B1B1B1vD8|߿">Őre Xw^zwXl2x52 UbĉֹsgŐjժe7tmٲEe?ȑÆj $^u[|yb%Hwlٲ;wn;w,Y2 8묳l6o<[.F+bbbbO2 ?t9r$1.9s@j'+To>l1a >l}*T(\ VZ RY\lԩݻ#wA˖- >K,G͒o)WLoKƎk7nL2E(ֲy@9Y߮*"E^DD4Q*(. P(I4齣te=|!$L&\srf%yGusNno" K"K{Zt,P+R[jJ'Ӑ%J8&/_|ٳpͧ~jђBtmٲ%#p]>=Dѿ?IB!D. QL!H8ӕ)%DC,T6-B.ńB$|Ν;0&H]!J֦B!rbB!DPP!נAD(H]; !IZ!B!BCB!B!H;$ !B!BCB!B!H;$ !B!BC'B!B~skno9iN9ތ(&B!B-rǏws{S;vQޔ(&B!B֭s_/7G~VZ]uU`[ IDATB!ҝ_A>B!)^xzܵkW}O^FB!҂'>=X?9b7{;sl<@Ox,-7dzkB!݅^پ}Ru$ !"-Xfۼy:,WfMwED4fn֬YVCAݺu-|3t~p\]gm2o}%J"ewXҥMwr?:M8 8ժU\cˍ2;D1aB!#QL!) رc2:%so1A);ednݺD)(V{({m8t܌3l_{ /`12>},BńBPHY!~c~S,Y2fѣݦM2\hcR̍7h裏7{mTRPBQ!ծ];m/*L! !"eABڷo{Tq=z4C={cZyd$k].](=Fh~݈}e8q"íA1s?%8>lN !B:r !"eA2e0O=wa!ׯwVr\pA勈L#F"AYfO>1A n:ߌm0aYf[6Ǚ_eӦM3rʮZj&!ڵqe˖XScB!H$ !"eYp _8ʕ+jԨaΩ?JqIQX~E1'# ꫯŋ[ 矷} ;Νg[ƍ݊+l߷onc<˵k΄1!BTGB!HI(G% aÆ&F-[UT:5" GB-%rCRJxE#X43`x>p?x mtdy 2h GS)B!bB!HI"C͛[!A y{?ܞ HGcƌ,2eX١"0~ĬXDhx X;mg߹s5kVB!"/#QL!)-7̻pGy7WժU$(DHbFF,UVx ˾ŀ "mլYӎm۶mńBHB!Dʱ~ C!HI&9F1XdA ^F6+D%:@{2 {q >I;묳Nr!$"!B$ńBrPzjB]vFMyg$ϟo\A>')E$;(=B'c9(ҩSbB!H}R!)!?NS?&JD.J ÉS֭)+_k֬9b\!"EJj؇u%&Bt@B!R bCRÇw#G \ㅩ 6Kn\`˲҈t-X~6R~yDK gqFmIB!D"QL!).SGtfQFO?fϞs²8q=lٲrѵO_YbEsr8LB!!QL!)Á,` ׃>h]&Õ%7nN"P͙3u2][,޳GJq-Z4&g\f<ýuWB!d$ !"%͵`i&]3} UVrSL,1\bZBv7|va/Qkٲ7 !BġH!B?N4Jq!4+f"..įǏg M{n{7ߜKe8q¶]&)ܿ[vӧOvYgۻ *ĔM&B!bGw_B!H _r(kCC릛nr[l1k&^ e%UJעE + ÇԒ"=/[-Z}V&`שS'w=:B!CB!<O3fp4VZL}E c8ywM7eSׯwwu8uu<+RHǗ駟v? ȑ#]Rud_-o߾޻ҥKR!ybB!;8UF{suݜYybWt~n,~-`@_<^s\r+\p9g,o >?~mD8+H!ĊG@^~._~#ɕW^:uꔥ>+}aonn@Jd zm"rBHB!D\A8Yr8p;t ap%hڴirV֙/_-lٲ"P!.% D{լY;FXѣ[h[d{w\2e\'BGB! ΢7xm۶D[n]q "姟~mmԨ㲍8:vZhe^vZ ^u+[E5Co%|M GtK6T!" !B@ެYܹsܮhѢ&(޽h R@>l+! 3}p\rO?59nk5! QQF(BHB!D wիgt#0ArU$JV|C^yek:]hвeKn9^ !B$#ńB7֮]-[faM6MlbŊAD"B)Le!31sӦMFX;[*TȎ'YrӧO7T!"Y(&B6a?X\t"Yb> A2Çg[$JV/_9pt}VܹWN9?XK!B}$ !".# 1(PIv8i͛7͘1D/}'*}nժk߾}FIf2u7[5k֌i{S2uB!DQ"-aƠСC Nc(ڽ{uM۠ك!H^/BBc[oYGfm%##o9#Q~71;τB!DV"@ҳgO3-6vzrSN5! ŏDAsbv@̩[93H,ww3JqڴinҤIE ?qDB!H6T>)Hp!~_ލ=:CiذaJvE0p܄ L# +Vt{;SL_21O?[=d|u}W?7… ի;+2j- t](&BE"a`ƠlJ?ƌq|(%OM7Znm@)"q,/nn#XnJ%,l}`_':iUӦM޳#NGhL4:8yB!D!D`r6lp={ۻw ҅… #ʗ/o☜cSHs?~܎={iqk\s5&1R>הQ ^ԌsD1@l#QL!ɊR)08>C+#C,U"Y:k,רQ#w뭷*U#q,4S0yf8㌨TC~|ڵkݒ%KlCVS X;wQNrBwdɒ)B!DG"e`Њ3 ac&)cs̱VZ*RbW\qE|r+]>"}Ȥھ}=?1\tEAK.=K)6m%,Xr[c7p[`9rd+R= ((&BdE".@_b~>lαs9$s;xP†(6ĮZfCٶm JŊ }uvZ|]ƍ!!Qz=v؈E"!碬>/x?!-tRnݺb>װߔ#)h_!ɊD1!D]3aĉ&)@_$|(}ּys 'ω@~@Ɨ!0 ~&x߾}T&c.RrZYϷI\jլ.^Cģ;WݻXV8;e$>=C&QJ ={n{D^"~zH> Ӎ򩧞rGci8xYd;v}9]-"7B!rbB p7x<2MYY>׆t80P۸qcF$"@7Bd!ԭ[2*T@_~J6xX."Wٲe]z\ժUE0G}d%5+^$֡CWt+d{͛gU˾*UըQ#.e^,T˗/ 3ʕ;ig ]vYDǢL2OD*To]գ.9… \b`g}0H4b^59|}/)3tR!ɌD1!S\2A 0A -'? 10m c>@`@` * Dt(3  ܆ϨQg}f۷w+Wc{ !!N2HϵlҾ|Ox [o[ ,8)jml[N6iĄ9K %n1%`8D ڋ/s9?#~RrucǎQ7XB!H4ńH^|"43ln3B'omZ^ǝ70̘ݻ]v뮻.l3"ӝwi>}X~.l2sH0@'}`p(pY֍3 !Ba"໊s) f'4e|0bA/U+R0` i12:%=z0q*'m8qV"L Rg]~P?A}\)e{PBݗ_~iȈlq1~'ŋ︲Xw(aÆ}" G 䧼/ZA곙pyXlCHGݻ  '@qϱ},^ Rϖ!_ǽ@ .2-^|j[knKh`(ܙ2ܣ>j?[ ?ǏW_}{32ބB!bB$_(+A Ġdɒ3AWO?djD)cd{A p0A'=,#T9sOZ'A+WpCC;خ.{l߳gO;y_r+H>pvѕM[qSB@~a# '@sW(n!:7r@-@~d|UR3sZKb֨.e5^C1ϔM2"AL!y bB0 y@ cAe嘥Jr_}۹sI%\b"p\* rFX|cl>@reTw:H@Jwq"ߚ]{!)d 4-Z\x.\qD&$ bzOBW(&D(F5B9@f 1f``VאFJ E1~Ǡ &(d .:Qh8-iFIE:w߅tF_|au-tbN&l4Р QFQMRE9 IDATB!H"I݇ iOfձ΋b5\tZ9(ġE?GW&Ys&BHf^#t;b:%҈|q" #e^쵔-tMVB!BD1!M@#y%O 啈_pc`MIenSٻwoײeKk`G$2 r!xUV͚aP ]+;t`VfU7/kԞ={K,B!?H" lr"p–BP>ڈ[ i$8/AuӦMC7Z?f͚%?~sQR >rUT0oݺ^6¶/";%_ӧOwcǎ5GM wwըQÜ"XNv#V=sܹv|(#s,'1!]|n6נA£mhQD +)t:s+R$38yU!B"Q,A(`PD:+ -A $ (lx>&B(B@#m`y<7?LǺL_ºX'%Pف =s&pL)U 矛Hv=ҡq?4Q\rM%_ p>|If6+^#^2h@D\ǏKI7g7|:YwG$ܢ<B!!Q,AAw^?Δe&P~A A4xb7c '蚆BvN͚5+0a'i6mrӦM.@zʇj׮mGON;p¶#hQ~Pz?e#cƌq_ a,4%V8]X1„4pY~}+B8Ķ岬AٲÁ XSzq!,Y2dvۄX0l7)cCGX<&!Ž7cr0H"㲌9B!H77/,Hguׯ7( nDy n5PX"N=3pWovaDc6~O9&1cd߿~(Fh /2w_mf^( .7D05[%"sa'DI9eҌ@☈|8yM7dHJB9ܓ%Be+d 9&I$@"<+q@HX<1J";f"Wmڴ9) qkƍ%o!JFmF4WU_`|=|9{ lٲFIԩSL9c"Vlq*\ C SB?cPBnƍ\BDDܹ_d! U^.R$̜92pPF~`N2.5B"+h߷cXӉT(ӥ0,4k-B Tx_h9Ƙ4\Un!D1%iS׶m[k5}tkEppfBDb"K-LU @KfzDžvA@OXdؤ%^x11C9_MxO#}H$ݯB!r/&Ǩ`!s /UV)bi`K@ WNcGwH3u˗љk뮻޽{&MWȮ]e˖fۯ`k]5jD QFT+ Mt#8le ! &4}]8D.*UF``BDD4A?!] X:~xȿ!bD]e8( .;O>iɓ'[>7o[lk"_t M@Y%XժU͖+x<vf:sB!r&~m#q< !LHʬ&SNcBa,x=<2I:uѣG/҄ D4֮]k;.zT  |p> w! :&5Pn8 9T{pJ9ž}ܫ>3w[&"$M±b 7fς"L?q:t(#_,+xѣG3J&3F2rSNn۶ms~O&%p @8 y%>0CSL5aRn_\ dZ} s'X&&O>q: !"BXPJkaLa8pgQJcv"/!rv ٗLRË`ʙjԨaMرcĉBDž4oΖB! P`Ź~Ffµ p`҄r\ G:^y7sL,޽e hm6gɄ_ǝX\\9\9.>Ó 0_qFb;J/6Ez]uU yHW8WAPf۩M6ٵ'V80OuBDD1%h-Z-Y, \$[~;~BRaT\ٕ/_ժUÄ1nGi)B4>aR"T LPаbŊVގ!+|nvx%\hѢE s?(,]͚5ıprxˢ[ E.G{7L&ph؉}M4Ap{=~;mۚ+-"cL^uCs,I&Q Vvk6nQ^=נADV,*{[u Èo+\pZҮ];k[p&PCccǎ EqwygFb %Qٺu$1+;^?>oLTGrEi x/$bc=f vg@L)?T+ݺus;w6Xu,b1,ZaA!BnHbl1&5kTbì/7\ss[x\OPmw",Bs8{wx8s>fуc PB c9a1"\O6'bcNfرcŒmNJmDCdy BGyĞ +Aalo&kǕ"bVv}fsεcXp Qbs ,e>zǾD30mÆ n&$FRm  uN\"߈#l\6A@b"T ;_ qNK<$"}(&"Zj+YcD &؀RJ!; q&YhnйEX'}qӦMw=vq hZ>~n5,sSO=DB`Rr-[ B '!Cl, _1Dϋ:q-X!f%K =0"[Θ1ÜKe|r=nfql?vqMIdsIPP"DH^zs"qX>'>:0|uE0J%z 7_) !ƻ~qz1r9 QLD p ?7r3#3e&} gō23 t"9D5VX6FGD1!HCHA&MpxQ .qƹ{7# м @殻@AƇS2ȿq n?y^H,a'CﮊՑuLŋۿq<"mC9gÆ 3m do\.'.+\Y lee8.2XRE[fä#B$7GM>+m'kTiկ_+VLb"[H ;:jQAibqs`xf zqsN 2:2sό=)f홱'z\d0sM6!+8&^{s;_D+p.n<ⱍ\(q]7ol/ bhesrMmLb"_V<1mne(?#gL@Z_l/cV^mpTi! XaYf'y !Dv(&"YgfQ3f۹s`]\d3!P'\!7o4i勽6L2n)ՠd7~Ũ+B$'@Qp/!zyQ9|)DDJ(Y?;>2VQLM}, D]ʖ-k8VZeےU#,'\c~1uu tz>"1 ޹0D:7nhcڽDg圛R˹UFX …rntAƞ pbq 5za5}R  23 5j6޽{;7c N|l%/̈¿{Ad(f[tB쁰1zhsNqB#3һ}I8{ a YGhAa2}庅HU br>\{oh¹AiЗQKz D/˗/lHLЗ ?tq<>2QŤE %AlGxnHƽB&N?\0 ytf y$@5L1 .V|D!4^ wBx!Q,F<ڲ n81&xA-X7%<BCs vEkl'D6>#sV0!D(&F/\ !Dބ7@NÁb8zebǢELD,2\HdQ똒J&1bX/bСCm]~(*\>Ek׮pR2pʅk4pN s|>k7"VpWM&pe{w2@8(DXdM65a3E}srN3!D!H$ńBw(b eL" N'iRZ5׾}{ Z$3p:p9(+C$bb9Z84ibMV n&@-k֬1a,3'J3Љ;p !xFsH!BXlӧO77 8Ev&UPAB!D1!BD@1!*PZYT@!gbLΝM<3RFh4' CDzᇳU:(Q̊r\zW.!`'qzQ1HO!^G^[,.{B!.ńBwLE p n0DBtpwĖ?؜IOGńBo$&In^ŃHna&nyfgÀldB"k "\.ˆ]T)!bQ:I72JVlڴBb]}17.%2eKrU X-[ f͚e"[֭[N9&h\bX`ܸqjժn&^LlJ)c9BsKYB!DVHQl=Ynn+Vf3gC ynMf7@3`pM-ΩBXxb\rIԥL ]2>O׈k2DX#ч ׯ܄p{5M=z0q G>`?rOÚ5kfǏ۹s nfde'rIdńBo$W^V3Zp̓lbfqfF:x9t .|837t{}L˜B$'\ ]9_׮] 08= (IJ8: A>++`" Mn( IDAT\rrع~z;LfP5͵91?&=%OHJ'qxgGBX#9[!BX(&b: (=#GAnɢE1V`b dܠ,߾we7o ~^y{C=d7B! }]ŹΑez8/_n@8e[!,EpK3]v`sF}>By#S=a ؏5p!~,K\h>$?VC1cѢE% !"H1C1/QݡVXa"f)%y뭷,~n! [FL`v(Æ sR>ȵk.dɌBѣ5;\EGyL}{2(f*F( ep 5ܦMw=(0 A'ѥvtϚ5s3f0\ =qB"v$LBcb x)DD'!3!+V&x/3{o]2y/PHRY!BD& (|v3M %&~@ M`B,^{-#>l%9^CD)#W A W @[ M/Z| _ҥ:BI-bx;$4Ա8 8&\p'p ѐOD!He3_{!/5.?v<|Y<3{ExX T:)BC Fq|\apڵ&/1|0!HNTx\p/@41M-Nøx8s3gt&LF2#Gtݺu3+XHAHtxaf45j PO!"^H1sc/]8>3kN.7ԷvefevD!єzG]i&3bWrewǥcD2pu]6MO!Bh(&b'СC-GBF$] pcse&ؗN14,"5.]tqw;v0x:qJ ƍN{&t BD'Ns _dr,+fNƍ۱"íA&Mu]gCX6bb~{/^l"Ν;M3:{xꩧ AJnq}O?u}3o"}En]VL+UԈcr !BHQ`aÆoD\CC,X`a^` J)R;e9 0JnjbRj8¹ԯ_?p0իW~D%Kk([j*7g{Οgw%qu3'];qڑ{-YIJޚ6mjۻpB׳gO%p5>p6lp/,70uԨQCЕ&3c]v&$SVw->B!B QLDΤx;p6Q׺uk{*4۷ow r֭s-[4yFPN8z&Lڶmk1_us9!HҁbŊV:Is=>Cw饗Ν;[czy-D| ~;ݱcuETBPBرmefʕ6W_}eNm7n41 1a"+R;c sMp hѢ&RRa!B$'Ġ(Au0tJ* jhkwWY\֭k}ux2ͻpuQxw(7\/ǎVj``}M7|9fJ(a{ꫯ6b8-8^'%_Ab>K/yPZLY%CwDŽB D6N` &1/z!b .%g!`~V)⤃UP*jr*U2X^"~J#qծ]$͛݊+}+_pFNۂ8ydˆl׏م NJD6mX߱P 1B!2^MB QLAEdr WOښ5kL C ֠A 'X`y|O &%`|u%q}Q8p!QIs#k6i$G ">׾}{p{ QtD8|ߘez\p B$ܷkpSY#D TńHw !X[\O&!x"E8FvV2KӼ7GԢeV{ ϟoCٶ=z,d886aSL6DGB$8*)sOPhϛzi{9nwpʕ-k/d|7.ի-+.B{TnlC 1 $D _Mce˖f @+X"nݺY?3{9 GTܶm {oݺe h\ Q-qFA%JrseBC  R&2~pje@86N..Bewq#R)*x ڐ"|"% o۶9 0D@2Fe甀HpX<݆|ns3,?*Tb3αxc>Ԕ? B!4'43L8Lj?BO$ -jBLcsҐ_l/C#NZe˖4ȑ#7ްwN2;~}YqN98BdI_!DwaɈcz(bB$fb`l.0f(o#7jȞC'9[-2wQ-[tV2^[X1[n`^"X,3f/^GKlĪC/Ϸ2ǏK i7C qӦM3:\0IHGIJ/T)^bBx'?C3#F$#A!~!l*Ye.TV͜ja^4CdwYݨP 2 "،8)eJ.)FQ339/}W_(i\H/-[y|2cɟ%ck)UL7h ݥD1!r*X5kִGa@x#l?"vES d!ᔡTS7"AF7QvcNa”رܰx(D|CxBx}g)Lr#s27k&<="ٻwMdr~"B0ALH8ߟ+ QL+ϟ߬mڴ3J72*D)n]YZD ͦt&Dډ2]Э[7sX%Byd O SNuG6_n%n<nȑv.5]vu_mp,HcI޽{&RFђ!FiӦ̆J! "1IeKpQCX2BlN7x套^ԩc 1ÂˤX(XrUxqN ֮]֬Yc"JLtbٌdù\3\,vrσiwyu! ecv&B@{!Dv<+WիguBDFB\rܸqn喹8SN=z@! 5s/_&I@>"͍7h%ˉUH6e'ǡUVD1 ܹD(ʔ7)]d K"ٳW_}e HhIp3".7!3}v6tZ),H&!¹k##k]^ !rݕ! fqΜSL87p^(sL$;> 63}0R;J@f f2 *Y!f~2'J96縺(Wܲee/D 1bevٲ"qZ.}٤w"͹ 'Cۓx[ΎnIy(=%VZo !JIOnx̙֭>Sj*wL; [0G M ,J*Qa}јujpǃݻ 8|Mpg_\_ 7nϗI^߼,XfɎB /r VÄB"if@Ԡl̙JYwi%rO;Az+S 6"1PH$/b^2)R$k+T}F"b5qD0;X~?`nh:Ga\^Esn k}628Y9bl&Ǽ[^!DyaȪBDD1!D_xի[e"&0@7yIa @!bQnM"(xFMXf".wܼyQ҉D&yreJV7bmζa޼y&RF~x-;t=& >&hc[)Yúؗ/\p˗?A a߅oܹ3'Yv˖-UR);(L1󱮭BBw B<gE? JWYH>@2IDB)4@_>8g Lpu!ZфrH+I&STR&*ᶢA)|errD|߅g|>2'#Bao9qpspH|(v6l~^^p'`QMo D&ԵUDA^>k'`Nos Ȭ&(9F5-rc"}!/rQj( F… g* ZfMF sRٸ؞3f؀/^%C qn hŊF"BI IDAT.2^zm۶͚0c}F8n =9?ur ]d !BC3ܬ? k"H"`BeD1g_)eÉ1~xS OB>_ O~eŦD1ܲCqSqD<K щ#"X`9 n,J)\9 WWf_(/\ժU3W8َ;y1mX#1;|WGLfٶH!Ä"(&D2`{=WBs0hߵk6Pݻex`>nŋIA,8 B@~ ށwu-CS—(FySsΉt 3'߇z: >3M41w-9<]+1eRA-g1Bou*?,ר.eqmZ{3]t$D%?t۷9ԭ[ײs0PE((c3ϘK İ@@2ekr%HUpݡ#D =\IܜO6ͭZ*"Yb:8pNJ*Hy:tbęFLu8=r>C,m:@%e/nZ(BdUɃ1X$dr}dy{3uporpw3k!9&~GeLd" 3eM Dzv*qg]\o#p,"u!QL< yٌJ.}@͛Ak(A TĂ 's .BpSΉ^ . wDXHgF""+<1K}< %$S[ Xaf̶\@CcmO8r 22E;Jo^kj3cǎa/,*&ӧOʴ涊U;ǀVl&Kuq<$Iq<3l{+V]xq\c&+i̘1D@űWUTeq|TRs@*-+ b;\pATwg8F=olc&!.,.ۢ#sύQZ9rA*k7۩8'4c'_lܸq+n]]jܟp^*jx&(5RYsO3nf2=M!ATK'Zki+>ve|hkorUܖvY:ǃSL޼Pq"&-Z7ii(Fcx>$%{}dxfLY|^cCǎ+f ,x/XŘ$|łEg}vsWr!TuBf8*Բߧq1< g? 8 0 wyTgnKx^R|ťF7r81p&m_t}mTViZ0"{gޠY\ C9WPLxVj8J D99> m s\&LZ}{Ẇxse/iɽ±!܀צPh,U2IjX8&tec-8Y[ĨU^ %g1דiè=ue؟>b@.c=m-O?t4iRT(µxnm۶v3f5&5sbgjHo\ aÆUDprIr9I*>R`Z(`̬8>$W`mZ;h|:Z5!tjp0|pgu\Ajr초lxAb<6?'(iɽ-\vc ' 8ap2[UX*X&,Ij0.d H* }x{xc^ݖb >Z3XUPE7GeETr!A[uq+[p/4]HHosL⤇7qĉZ߾}*.>+Ƽ1SvIZ:h3A|AJwVK1sU4RKU}+Y  *fy6\h^/;;!${cj$˝y}RT8dxojckuIh3B,µpܥr X gFXv,j*-رc:3]\k&cxLVgԈ}I'EUW]Ə'8Q;S7;8pb VIjpMJT "瞋hձG*¼>Wg7B-ރi]ҫP 6*g>3 mM7v %(HauO 8Y9⾬E '&ܰmcPњ*_@b1EZO5'|rTQQkQ2r-q2I'TJRda7K9>rdM*ndaυ w@uqT6Ւ\AJGPI1́Aa[K+hQynB%޲A>BUai-)4H09*1S >f^E|/.I RE5AMZG%IGq,a@ֺH(9#F-ٕ ?W]'{=cjm+.ܰr%#/3~e' n #\xX $IRª|&>3W,W*6W迲lVuC=Wdz1992Y&^3ޘb|`gY5G]~q[uQъ}~kÌ%IuC=UcYc[x;: | L(ƶ0ʽ=)T)1 f*޸Tq=b$ɣuM'T2Ji/'s|I.3hgd-#0 w]!*Ʋ{BU5s*rޗre6x.},bCn햎=ؕ^w߽Z#T7H[qs( rjP}xʎH$I &LB*}"b ?a8ɂ,Q.]ZeMDeaև~U\TYU䱳*3. 8b5dFp 졍˃Txf#W[ӧ4rUcǎ&\$  fNDp;gfp[ kn6f<^>DRJ[$Is¡#<2V_d> "4b"d=RYNMUٹITX*b۩bAdA3{o\aYhQY\էO믿o܏&viX1f˄Yg}vzcFk9??ycI11|/+0]tQa,$I^zO<1=cqt E(FW.]sj +Z3 8G!qYB|9K8?㫼x+!JY/7}7"SEŒ {rD}ݗ~sG'w!ƛ^}魷ފNF]q52jrhkn5&_VI$I"YİwVH?02gd \"UW]ay䑘O|E{$2 g?ܨ䮻J#GB퐄g'Oh<"/ګ*  /NEP[V{J2ԒU^˨QUնm0LTe88~ d8Pim,/TTeKŖoj81#U+3Yatp<9sf1cF, H7Gy r'ƴ0 -n3gΜΝߙ?vק)ScB(,3'E89U-16:gEKn!A}Ƭ5x }QQҪgTGx:ujIR.(??o܇Aiw hs*Ѩ={v>}z d&8hO?WW ͜D}0@X0?bH֦l>ښY>ȶxCr6pV|h}բ-3ޏ3dO.N _ޓiyU^o5\hwC{מו^ n~=-s~MTNBW q0YfsƷp}c.ӑv ƎC=s xf=A .bС8F-ӻw/pa15y/ 'Aۺù h0|Nkң>ZFV՝D*s5KyV$d oTqʕsN"PʡBeY(I!Wb+&p]ɓ|7n\\]>ckY!X3b!x҃>kT+ۙ^{->~iߠ]{,%Fl,9_y!9!T)x<℠>>qC[>$7x9 2$BI>6T8_'1\a NvxXmLNf8nM81fpuglӑ$}[=?1͟??Bsาdɒ"{'X11g?Ys25΁x1c 8?Ocە)g8VJ>W|1b6q{?XTYM>s*ӱYULr&4;bR͟q徔7:J9B aWvQI/)a愒-O\_dpB%!Wzv+E&^‚!p 0`AP|@eȹ;tCyxor~ }%\y$HaR0-gUn 8TT;9d+Qa~ :NO5's$bn%m.TzWP /0~Y2(deƹC=>.!LuU/8XkYje9 =C1pBoUdAƛ6+v2mD^t6 6,NO;%oT\Zg*`#lƊ22#fN8P.5m|#H>x|Z_] urjjK K/1^k**/*#IʏK)f3SVE*9,.P曗t !9C^xP!Fhu">ef#܅}87 u FT3Hv7R&ρWu6XU;0Vɇ~8ڏ 㤖pOMdTFpö׿Ftl<жO\mHj#b)vK 8(rl{<۬ƕrE I ״kRŕuJ&MW9Yv^2W\@ᤈ '_V>ndUo#<ꨣ']L@سgR:{ YUཛྷ1.|69>p᫶OTGh-:W9)(+/OW }\+_8Uyi^wuQ=IJ [Im2\36vbRŇOhѦ{ 퀄 {+ڼ׭\U]*~y&w@Xc ϝJ^n\=TSq8V1~rܡ RP̿E*X3 IDATa%ў0IRͬܦ- Z:(O&bW)sqEY*䈓%+(hr8N礄ޚԲ=VᾜtZ&q-j#/ #1Z瞒7?x VͤҊjBA 6R,̱ɱ֘^ziV$IPL#PK 8:)aF m&TbbB '@Sa=Pܞ|W9Q1f1*bOXr";?g<ۭjޙƏP޻e6$\Vn.(4pb- X٬1^L/j8Q1q*ה$I̳Xp/38=1"~_*MńqB݇2t;X^va't) a+1 }enSO=fX_$5>)vDWkTOe J m!!+xe$}U$xk**i{gS s*krb I$IgIuǑ#GFWǍ>X>J>rȜpVQ#c3U[̯!"aY sΖYxXV줖Ǻc07=Z2Ot0>a<5%Ù-E{M8o̯T.jeii'㽝םcG6{B… #;E 96 E W$5,bR?yHO>dt%B*NަL''tRj׮]D9EΊ sD'7w\T`Unm;s.(Ny\ZoxG1yU&z!FюgAxϤziMBn&c}ey/e\tuRp `X}ֺ@R ʼ3lc M1/<@$I*ijX7]xBI!'T# :4sΉʇ,Lc`2' ʍl TtТI;e>}** 8 hqΘIg~ˈ#]}tQDA 9 u uo} ?#r)&e9塚lٌ,8J)u{<69=m[ mr_׊1TE7W$?C1qRB؏8PŕTUT?=:-Y$Z91!~P~Q deTv.I1m)vOuN$5^T(QD{UO },.9Z̩/N۷PVѢXHm>>)K} Z/ rJs9Ibe^I /- rHT,tr뭷FXR[.W@EZPRUj( 1V7&#c[+kfSVY[EW%C1ITaLȉKcI>s1+2ho[z饗 PQ!<4^{fQz_ K/svAw˿Я ek TX~mT $IRQ,Bƴz!'pBr$!L4iRd \jԩsފa$ d* shjOYxz\xk~5oܕFΙ{UW{"I b$(*T"h YpaDJp@{yӧOON @0I[@O?]"e>P q;B,^~-[ValjR^j2c`XT vرTI*o38#vio^.`4jI$I*@, \_,ih~Xw0S1bDb-@{ĉӂ TqN*y:V$b,${gV=3g[n آE9+Z)&5.o3gFвV{*%vAtQG7x#fV F8Ts5yQq2i=CӸqZK7xc|o6xxn^;ըQRWbߨuBeƃ>sԢEn|<{GwJ;-LE\rաCrkkIuGy$=iL;c,1!C1IT°a_򗨲"{b>U6B?%͞"ۮ͓E~W /[mU:d^ytww}7OX<ύ 51+fm&z]4cƌ~d+w]vY7o^9Q2dH8&{Km%5LܼqA/Nq[2$IUԩS\BK}-) T2Wx[CAmp Rcǎ]P .?c;(2.J_}$r>jQŰΝ;=իWO.UFyg1Iʼn)GB3*Ķ~tGNJ}JJ% Ϲ!uj=iwO#G!*B]0$IU⤃6=*ϟ-tT-1*_(¬)ӺW9n-1&wEXG;gϞ=ڵk:M7$4:Ecub)b)~_E]wJe,":#ⶅ+*:"s֬YQu5wfJh6oω 5agZ9A>j=z8OLjb)txƮ;찘2PRIT%N43UW]U9<@j߾}SN9%$qM1cƤѣGWr :" |OsL+(eߪO>9©'x":T rغu }h6mZTq"N%+`,V2Gmbl#MT*W?LeC^\?1op*vaxorLRuI~yQI &L%*,U$\Y@>PFWm D"Pz+Y+UQJu >:uҥ[oƌw޷ j0ÅV-$[TkB%1,~I1ÅJ:+V"yUT4HV\q{'F% i]ٹmRS3eʔh͚*4bmQ1-f-R]`x_IQIt_=]yiҤIѢGK-k+@?ϯX)ݶmJZLDU/6⼽_~9愱ʠzPP$5, Q$5h §ZV:ujbudžx5%DF / l6lX:3=O?]Pv6(fׯ_:c5]1I$IRh"򗿌v5nl ~qK"', cAE3pB<~x+%PL$Zkb !x;vX߻!3rvKonb 0Ie(&I$IjX$ c=bq}FH.I5e(&I$Ij E{i]vI#GL;whVIZYb$I}0*Æ 860I-b$IzGa,ҭ[4ttA0$% b$IzEe+S6bĈ:uߗUPL$ITo5kI2@eW_}-IePL$ITo Zje: BO?4-]4}+V{/}$Ij@ڶmJ%V%5_~e B{.]~$"5q~aZ|y}$I%KwIeokK$Iڰ`tynHj5vmo\RamJRJyS1$:5nxmu>Ok(׿7*L5o<Rlٲ4wܴQ̛]FjV߻U>H_}U}d'?I'tRZ$5n믿~35k׮]}>$I SO=~_5h TG͛so_gu{wT'nHMHJnI!K/\0T^ᡇJ-$C1I٠ARN_]߻z@ŋo\߻:#1Iꇡ$I*_x`K|M}$ b$I wߝ^|ŴjHZIӧOO_|E}$ b$I kLj >$5l~$IjFZnV_ݑRc믧{7mVJRf(&Iwٳg-[w PIj|$IZԣG4nܸ IRϗ$I$IR1$I$IRٱ}R$io⫪믿r;_$vI$] ,HK,> n;gΜW_ߢEԾ}{wK$?QI$aӧOOǏO~asFvu]?<_Uے$IePL$i>4k֬_K/T:tH]vMkvm$IRr($I*ҥK4rȴFU9+%zm$IR-1$IZEFn 6|ta[N$I$B 3fL` jT-}VI$C1IU kԨQimQղe4vԬYj$IҊ $IV78qpU'Zs5Ӿ$I]b$Iu`ذaitYb^p$Iʓ$IRhݺuAhѢjW_=^iJL$i0$IaK4hPZ{}۶mcYMK$8C1I:°#<2/* wԳgO$IVC1I:UE޵&ym묳x$9C1IG}4=/]) }Q3gLa*6dȐԷoߨΓ$IPL$oO'Nj1*.ލ@ٻwoC1Iʜ$Ik׎U |Q%I`(&IjӦMc%D{㿒$I0$IyiJ-[]V;|J$eV$I$Iꚡ$I$Iʎ$I$Iʎ$I$Iʎ%IR|7믿Unzj~l}mӛo>ԬYԮ]Xp.˗/O_~e|y؏[A o>Ӵ: kV}$IRI $IR,Z(_fOݺu+|W^I~=;vLm۶- ?k׮ `l֬YOov4hP~Zn8:.Y$K:7tx;w6xBUm…׿u; @ӟڷo_'$I2$I5/<}'i뭷NƍKmڴ),[,N?|Twq' wh"]pimYRFmA nڴi͟??}GuzI$C1IT#!TVQEtP3DK^{UJۜ;wn|{w{M㵡j+*Zl[o@Ex6|_2ѣރ1IPL$5H͛7wInadMD`m":ujTĽ  80qii 65Ȯk8㌘ՐI$5b$AZ귿m}*E%\fϞ3h=3N;€6,ZT ɨ(cح-'|r|_$IӴ.J&%wޏ*,ZsEfnfum ml6Z91Ì9k}ͻ뮛>Կhdل Ҽybr{~X구lx|f̱/6oSl$Ib$A"` Xw1j*V$bP?Hj Ȍ2OuVU3 b{lwűb-R& r~^tOiʔ)VʾQEk3]*{믿kB;; #kIe,tp?^3VJof|Zj*mʭ<&t;wa[9xhuȿ$I*$Ij0y1Z)Ǐw^p~-ܒnX f5;XHrGh.VĤ=rBQtM?@܎P:*Bx|2lvK:uX|'HGŨ:ӌ3b=Xkkc\{J$ 7ܐ| j۶mTcL4)=CAXI09rt.]Tβ׉i\#4̙cm|.J$I ѮGE5 /"t#3*֭[)AϏ].ZJ|/k%Q?)fvq? B?0#*ʫ~b2+%\P@Љs $׍`bUK^vEhD^ 705yLxLL-x]wq~ 6c?/?*?#*ؗo ~{VI0$I+ߏP0AeSVUED |.*<Ȩ#(*TAŬ.!SEFF mcYVh˪je̬:e%|<mTb~R9FWĺ袋:}u]aaAe]Vz- 3 .s C9$-^CUWE_'pBדGJC~FT5I%IҪe(&IVSf bT3^tH{1%'NPuʕe\m]̜buG*=3r=ܳ"aۄEc|~{߫v(>dUKpek`P@SO!&Kc[T1woݻwl ,O?=BBmlwذazRu980~xMh,z  Xt +|$I 1$I+ſUގ*#ڮ vDB*D**1cDxSO}kmF N 4(lx zůPV!yYE FT^XlWϞ=رc#^bs{cܲ@ *>K-*tRmǶX]37˶{ǜ7RmQ[-1IT~$I+P IDAT bR#QTiUZiCe]g-U5 2Z*?'%,$y17XnFXXUH@- =.- d1OkTwQAUC!'2ʐ?Sl=(T$C1I oy7U]B%M"Xɲ"*mj4B~F8U[lʱb eeUf|3l;*¯B=6 dUl̔O~w_x. n둯2L$?QHF0BXAS(ڈ0v(FMPhcSUJ-µژ_Ef6-UoTeb[IUUTe+rZ:6Yygםbٟm1Ie(&I=VW–,ɇU0 Jm9 %ѪX T\^b*g^L*-[ ,1(?\{/o(&Ij$Ij:vX`a_8Xl0}]ai7%UX/B3gN{Gnmѕ+ 1++Ֆ+O i~/٪l_$!pB$Ij:wr{7|0/XIVhy1bDEzVdh!Yzi|UU_UCi|# c]vXU?߂lɒ%1_Wj$I$Ijy#h" 믿BCsצ7|h_]!(g}Uj*>oGOP?pg^ngϞ:x.m(#<sC*^?=x≢bbz6믿>-Z[?9tT~$I퓒$ѣRꨣJgώ;yV#Gv=*w.{"<#Tm]:#("ki뭷NrH}_C?mFT}I|<|NtAiƌ r-[niСQ_|q;wnYoGydzWc[&LʱÇh$ӟ G?#IT$Ij Ǝ_Yh$!߿T81wXI3fLTF]uU1K/lРAQU ̘ݻi* W^yeTxyg" L{챴GXꟹxm{4uԨ#;,4w]wEXiuV̔$I C1IT#Lڵp))X܇ꢪ*jӦM b_oұ-T1*Ke JӦM}`sW9dhܦUV?vT])7oQ<wK裏 uj+keI܎6LnSa?c>"W\C+ꙃ}汘Co,&0*/}{g:cbk@- I $IR/|Q)D BU Aǡv}{߾}(&B.ZJ¯z*KE2phI)E0K뤓N0ЫPphcZe˖'?I6{oTeQݖxo>i`kkuGKs9W~w^W2c%k?bF x^.]s=7fQ/Ǽ2׎e]&S2~=wI0$I5B@W;F] ŘU B,Z "a6WeT]'hʭb0<_U!6T`h4Y5łD:>QF ˖-׍`,@#,~e\lblU2b;$IC1I豲d6%*WP}<,h$iH *)j푒$IPL$5z7 gC*kGuwYfE3h٫J$IM$IjA:Vj+829cƌ#DeNl-DI$C1IQ v)ܭo=͝;7 &p3Ncƌ %IT $IRN8!B~8>pxVBlС1L %IT $IRAտbn؇~>l$IRPL$5I`b$IC1IT6h|w+1\1\-[gOZ֭SVRfꫯ^p;^Z|yoҚkZlY~'믿i-Xl`>wNITn $IRx뭷ҕW^>vyV_|3}SOz(-X }lX;v)K.1rp홉6mڴ_Ƭ4(([%&Iʍ$IR pH$aFJzjСC\/²8 ]K.V˗^z){1_-wW׮]#bVaڐ!C3&e{#Lc*"utΜ9O;<1IT Ol$IRA6rѶHa_:Ӣu6Ƭ67<iرxgI&Lv,Te16u瞫>`ܹi…y+^~i֭[6KIPL$^}t5פO?4fO<1 Iu 'ݻGE#T1$?^zUTp"L!U_ܗ*5nU:YyӧOۃnM7uR$%C1Ix'#"ݞ={Vi  m/BeaiIrd(&ITMP"I"XAr}-i`=?{」mM21 mlAaT1,O?b܏If1?7H{w$<#D*PL$#C1Ij"*߾[lE.ffnչs-Fp?=? IK 78CkBFCaXne$IR1$I+ oٲe[oVl!9Y6~+DE(GE;dvblTb>}r9Irc(&ITMNTjeU۶m%Yaۡ1wuI~֯_k ʪh\`Aia\:t 6mZEuۦ+AFg$I*Wb$IDVnUWV**JAE VezQ1ǜ3gNŊgϮ"bhZ"g͚ C_|Ũc{i$Ij $I`)7VM>馛FxʑaY_=~6pўIoV>c̅ F+_IIT $I*ʋUs䗢}I5ٖ[nUh[TQQlٲF+TnvU_;v6Ji$HJ?@M6}ժn$Ijj $IXP0f'[52FmPf]/r gҥK#ҥK\YFضn[3gΌ0P,ku՚&IIH$hÂ(Vؗ`TekVސ`O>i|G=ϲ}aAoŲݺuK͛7wȾ$I*kb$IjxO`;|ݞ#+;B3jM:5=3Qm oϞ=+2B^z)Z/ͲU-%Iʕ$IR51S,7X= R̘1#l>r+w>x,""46lSQyF%A[o{ 2Ire(&IT{GjѢEY2N<9U#8"}jw_2[0V\`A<Kr#!$IRӐ$IR P5`Ŭ/VfUjO퓠ݲM6ٗ$IJb$0묳Ϊ.zX9-qرo߾Q)Fロ>쳊Y^܆y^;csdʸ!Ν;WvI{'=_1fI$PL$*Zh֭[&y衇FF3ThUֱcf+II$"Bl=e$Ij(!I$Ic(&I$Ic(&I$Ic(&I$Ic(&I$Ic(&I$IF}$IVg~;-[,}_mz뭗6tӴ߫W_{/-]4}owԲeԼy|g=IPL$5I?/b׿P!zZk"jժUNkf룏>JӧOO˗/oᆩwŖ~^~履~:eAU6mbKlMd0m…Of͊m}ϛ`GiO}M-ZK$C1I$$]yU4mƩSNO>i:SO=?СC4~4p*.(M:5}'aAkĉiРA?q:thzK/&M:{<,"(d{rKmzj:ãr:A$IRce(&I,*T֭:S Qx`O)SO<1tAiu-1s{,µRB1iӦ;/*l"bli>H5* vi{i-|BID85|UTRvhg}J hd&M yL}I'[`;&%I} 뗆 ͛7/8uOOnaӿhdaµn)Bv-V9d/IT. $IRYp)*g̘_K.EBSN9%j*oE;]wڀR.]*fx'͝;7BW^y% f"Yaa7ߜ|yw8GQ֭[jizO6{X yh:thl.I$55b$,PyuDCW6W`. Ws̉]܆)I 'vpTl?hѢ`Dz왞zD3>4uَ>0cmM74p QF H'׿beJQv6mk"II@%W#@"3TmMÆ *!ܢJߎ*mF+#cTsڵkLيT~͟?hcVF;&OaAB6Z?{FVh xN:tP'YV9>LF'IIc=6m6 LŜ/V+2*b>mݖwboYY[?2L*܏abjhqoL=\lk„ qjt=a?3FgU$IRcg(&IAN;Pb W_PTXs9!C>s !"bNٯ~xl6O<Ĵ&dW^E{$I2C1IT6j:H~@e;vgUmVEE %^/b*-|{'O?4ς!NuM衇a3hdf5$IM$IR^x4mڴ:;cJ 4~lٲ/Ɗ gG*Y%fV1-{\G_yw}7~FhGeYpmr~#v%JIԔI$Uʩ[o5#" 9Z.61Ëf TyyQj|=zt9e`U]^C-`Ik%?Up{1`? Xʛ$IMmK$UVGy$g馛TIE׀*͞=;=mV|,;RUFF3(cW 'z]њ ·=*ʨcك>aA湴k.1cD$IR90$IM<ѪXYYHF, Jݗ<0|}!lzU^T$M#øfmj fm/_ JlIlclql@m񚰭]w5:KL$ C1I$p2 XkeQW!R{Wn gI*ܘ ~2IU`PE*͋PPKKl;wp0L$C1IL eMB+ʶ2$IPL$0L$z}$I$IT $I$ITv $I$ITv $I$ITv $I$ITv $I$ITv֨$I/҂ Ҳe7|SV_}ԩS:߿YwuSk]q KmZk9[mJzLhѢm5\3m~i7o^ձ;|;cϯ=]Vb$IM$Iw}Q8qb5kV/KkƍtM7<*?@k{۶i&zꩩk׮+JŰw}w뮻b+e˖3Έos=7}FϞ=_{SLI&MJ˗/{^/f͚铺w7$IPL$;*q~ebo~31cFVV=zػ(+s7ޑ.AAP: "[4&&1&Y9gDS1 4 6T("TEݎe?kf?~ ;q{xg̙3 UFղe¼yNT%Z-ݹ/k?Z¼lڴ{e+Vu{֐z,ޏu_ӧOV'tRhذ$I $IRLPDKap0Av!\:_RW_Ue':4j*߀I&iӦ{!uMp"ӷox-RqXT <80l۶maʕaҥ׬Ӗ-[ѣGmI$I $IRCD; ARPM6eZD4uK/4{1kԨQKb07*ȑ#iV`@E &s!\ „ b@F(FFUu]{k6r!]vYUI$UVb$©[nٳg fr-Z@%QFЎ ^-X 1l4$IUґ$IQTq{TI$Ueb$I9vN:ŝ< R$*3$Ia_l OZ+m$IUڑ$IayXpaعsg=C{1IH$UP~iXdI'jݺuhҤI*ow|饗b(\qƅ8 ]$IRf(&I*7yf͚}EqH|2 *zgΐ*}ƌ1ȪYf"I.@wy'\{a:;q$IRUa(&I*?\vei ٳgFΊ+H>}QFe vᄚhѢx6oVZC1Seַop9C=II$Ij2|xزeKuA}g]:ukC:u.Z+yi>,ݧkȯY$IRec(&I3.½1a ;É'OֲebSN cǎaOQךJ4iR8c{81,6Ν;?a݅^W $1"VqdZ57NXH$I $IR#iݺuCCG: 4%aEEWI *L#bvJ%I*6I$I$I` $I$Is $I$Is $I$Is/Iծ]So03!IJ$I*7۷o- }Yhܸq0`@Yfٳ'~޽;|714I4vTo5kքuC9$>c$Iruck6NKQ=vڰrʰzW_m۶/Ԯ];4j(t1p~ QZ^GֶmLaç~xΝ;.y\/X!OQsժUaǎXhҤIc\M6״k.4lذ%Bˍ7 6uM6YfaŊn[l 3gΌF- $IR2$Ie橧 ²eĉѣCZ~W_}5 ,D\$TUVaܸqa1DI[n]+xs9' <8j<3{AoРAϏpUWŀ׏1"El(z뭱FsύmWT;wkҥW^ /N=pd2lذkٳg/<~SNa$IRI1$Iek1!իW~v+]w] Xè"#$ iw >`xcCv_<{kԨQaРAC*t?3s$;wn7o^ X!]>}BӦM ][oua]?i1{-P{ /^z)g_\KYP(Ƶ"{wÓO>ݻPZIlI2E;@/bW^83cd~A 3pWĀ /Mu b^]s51l(YŹQB{.V|ecx㍱ 2KpW^ye h$aNb0F+%{ںuI$% $IRzJ&iuSNK%UB#$G.x`OT V /c}TQA:T+/5kVWheZB=BϞ=c,I@->:V}Gqܡ. s$r3$Ie6o=W5ofEN+/װ*$l9SL$ *B3V!EI&q>XI"Pϙl+3*e1l3f䰋b۶mc5o kyQΉcN4),Z(n\lJ@19Q׮]o!B1sU;OIT $IRxwVtر zJ-JdLi#yc+#O0EL1B06؝J8fuHncryW:=zYNZSuXJ;I$IRG򫠐+KUj.vl̴?pLSO*0Z=idZRgZ(i\jUl#?~7VP } '|r<;^}?aZ?+Pf Iա$IRQIRGIPCpTP I`` hǣ0sׇ9sd 87d}cg}sdMNExF@vꩧkQT2tbo˖-[nYGUp?y*ZI{ $IRHZ QPR3! /t%GR1+u/b$mɱiqI0ꫯ˗ǪTFyge˖QvuׅY]"﹔d;$IMb$V~VЬ.*Œy\ڵ+VTx8׋*1Γ`iᜓPszGc %Ŋ#cӟbOP*Ҫg 9L$IRqTUJ*$c(|AUL"HBg zhZ:&SOT~T1S߿8**x N+#RzҶQMdɒTfx|0S`}0 cE_:ƧJ3Z9!ٍAl8fUŒ01+׫W/C1ITlb$L;G OÚ5kB-҆A<'N . 7n /?xhڴiÕuʫ/߶m[ZxB@CPzvaaȐ!q~cdžn!]cܸqgek̘1_is*֭+Rwy(شBf|V$U>N($IecǎqNas=q7y0xQEs=P-^ lMJ42c}D*ojEx똼+#GERw!*7C1a}ITh5$\{o:t-͛7/38K.sjbetk#f OB1L혪<'*m^xax'c%ޟzZP?!&Ȕ*9s];Re+I?VI2E0A+nxP VPEa|jmܹW^nl 0h KRIT8&NN[xkƍ+ܐwQF cǎ3x^$I%PL$9WѾ6eʔ8Gxꩧ}Wncgϫ*[."}6)IJ$I68.,l޼9]>< <8¯Wb$TIrC0F.JL0;L$$I$Is $I$Is $I$Is $I$Is $I$Is $I$Is $I$Is $I$Is$IRŴe˖p RbۼysرcGy/C$U b$)_~i>XXoa֭ ITIh޼yܹU5edݺua۶mm۶f͚彜*q{?WVW#Iʛ$I1cƄ.]]vRrW_,Yf͚ڷooe^߿^K׀$IGy$,]4wqC oy/I$)'"%Iў={$Iʖ$I$Ir$I$Ir$I$Ir$I$Ir$I$Ir$I$Ir$I$Ir$I$Ir$I$Ir$I$Ir$I$Ir$I$Ir$I$Ir$I$Ir$I$IrN^$IRU{_۷={*~^n]XjUw}~oڵC&M2~$Ic(&IT /^{_ {ーk׮p뭷͛jժ}aÆ F$IPL$>z~ CXǝwޙxT 80W$I翪$IJ_vX>|xQFl# K 0 yX$I*>C1IRRN0}ХKbk֬Y6mZJI$$IR):qjժUc <8~~%2If(&ITիN:йs"Qg- IDATUzZn<1I俬$IJYϞ=äIBÆ H6hРd͚5Kq$IPL$p wޅkڴi8C %&IT $Ibc\ cɡC$IR)0$I*իW'NO)S%&ITJ$IRi۶m>}zhҤIvHBdI$IJ$IRBlCX-֨QlYb$IPL$ j*L:5h"!CqR$I$!BQF+f͚iӦ $IT2 $Im3gwsĎ8∬K$ $I?jժՋUbmڴqIIR濶$IAݺuìYBvbĆ 掓$IePL$ 8092oڴi8C %&IT $IIFbdǎQG)$I*{$Io߾aԩ_~u$I*#b$Æ ®]{)wl޼yXf*Qk.eHT!ITH|A={vضm[y/EUaJO~еkW+%Iʇ$Izp77R$)ӧΝ;IC1IaذaEVH0>䓰`s^$I$IpATISO=.\h(&IR$IЬYۯ"IQӦMm$) $I$Ir$I$Ir$I$Ir$I$Ir$I$Ir$I$Ir$I$IrN^$I*ݻwǏU?٧r7>(\2cǎCþw5EE\o ^zSNQFzes}QuϤ0k}s˵[n$I8fI*‡W_}5| f͚VZSNqƕ.${GÝwÅN:)y1-[¢Eڵk~ YS[ q=r_̊+k֬Ym\ԯ_?# 0 lٲAކ ›o7^{߿T;u""y֭[{q}ի{X'|ҥK×_~=XӦMC>}+*IR3$뮻.,[{?6?AA`4lذpa*ʂs{饗bpCzk׮ W]uU$k֬YcSQ*j5i$W^>~8<#_ *3OΝñfΜvz7?x{͘1#}a!} L.½jA~p-P 5 \sMNZ?a={챰|xm 3k93fL6mZ *3+IR.3$B歷 z 5#|!o*6oÊ'x" g?Y8ꨣbUPeGAU>͛7M[.Tz.m6F"#{})ó>~߄w}7~K.!`Zzu >|Xjƍ}ຍ?>d7o^ X;^_B`_sJ*,iѢEݚb}/g} i2^6mi'%a^킅 5 Jv,"qL #31i?dSNYU?ڷo_lpFY"*)';etrrɒ%1|ꩧYPL*(ΔOVs=+`DXTXu6y|SxOs 5O<1>IT*r?!Px+7JwZuHN3_>~c"U>IhA_*l?Q\'Hd] EAոqz R3a=K819GB*W*6s\UP 3hyq1OQ7C q;Y&<#mb1D[(%I*b$U1Z9"}*Q:蠬*PGO-}FT10*hKޏ_qqGB}>89/$yg'QCS JG`*IX,Q"׬ jԊ2au&#JUlzkrXmļdUv ge^ّGU zT200g;:T1\J)v$\dgG޲eBU* Y/'i[ey Swg1DŽ[.%qC1Iʇ$I?C5 hk/~&D!Ȧ /1T:A(s/*th~xx=AرcÅ^+aȢڋ/f͚wm,np¹slޛ_3ώs8ZYv7u1kc='|rzZ00ApH5 ۘ1c”)S"Qu *ZX׫ gp_% ex1TTL=\ç~:㮎3иFTVo^#HqIU&ZYr-xFYd$|ITQ+ @DT{Z9~8;cPCa%\ %-TQDxF y晱2ic(fLQe̥*.* h$dJޛ9b`|AFRT?r@Fõ.9Zc#A"L$g:ySDE H({ryςvT"&1K1+! `uWJB,\HB$G?Q#@ $ެ-iU$ծ$B1.xTtıGGE {EgjǚŎ\StK(a!s`H1;&?>B$KTQEfOj܃%҅B\l'gw]- } 39דz-g)dL/IJ$IVYPO?d7OӸ# -aT[cE(Ʊ8}-' (I$|38> XI,O ' Ole CompObj8:NObjInfo; Equation Native !]A  18 kHz =0.125 ms FMicrosoft Word PictureNB6WWord.Picture.8 FMicrosoft Word PictureNB6WWord.Picture.8_956162025@ F m!_~!_Data 1Table=?CompObj#XDd'$0  # ABڽ;ߊ[}ნ,[D TSڽ;ߊ[}ნ,p!(?bLz/!xY}lSUn6 fJf LtjBBHEH&A>%,2I3"ߚM0$1"DD%QIז}tm{={{P)j1 | QE_؁èA޲%~N˅Z?33gjj` Ʈal m0E(6{6n m-[~Ck %(`'/BeبCkuu(j_LT]kk\M|pyC "^>+/D^H+|;p#5S3(ؖS;O&sv4VV#7+-fs'?@݄Ռ-N{qG8fk_Փ̸Fflo˙f ΢8Λ\7ҿSmlϬF:͜{'6,g<#Ck8اʫ¾Mkậ:~. 'n4.Ozn<[>w>G'VۯM|c]ѼOvN5UlC8lKpL:65;" /cJ#Fd+~k07un\Vna׆e?M_,Ƴ].Yص®vǻaTo瞮=odww9ɨ6ZqO3ԧyhTyA}~Pﻺ?XԯA}ϐ}!~L!P^#}BkFp{3mhRK[PCq|ڬ.n}1~mjߣAdVJEyVSvtw\qDNmUs-!ݶd^Dëc ÞlRmqz2f=A)PB36Z2Lb_*Z%g! c ~Ob:je9]\*MP~f&h L -Md)A[F>@ EC&M$F(d$oD@D N)dD畑B%ObjectPooli!_،!_WordDocumentAC/SummaryInformation(D@ jbjb /l M       ,7 W688              MM      jU N N!"#!$%! ,, g(HH(dh com.apple.print.PageFormat.FormattingPrinter com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.FormattingPrinter HPCLJ4550 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMHorizontalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMHorizontalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMOrientation com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMOrientation 1 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.subTicket.paper_info_ticket com.apple.print.PageFormat.PMAdjustedPageRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 3.199500020345052e+03 2.449500020345052e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMAdjustedPaperRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPaperRect -5.000000000000000e+01 -5.000000000000000e+01 3.250000000000000e+03 2.500000000000000e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PaperInfo.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMPaperName na-letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPageRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 7.678800048828125e+02 5.878800048828125e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPaperRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPaperRect -1.200000000000000e+01 -1.200000000000000e+01 7.800000000000000e+02 6.000000000000000e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.ppd.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.ppd.PMPaperName Letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PaperInfoTicket com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PageFormatTicket  Oh+'0H    (08@'ososR K KNormalfR K2KMicrosoft Word 10.0@@ @i3!DocumentSummaryInformation8_956162237<WI F "_4"_Data 1TableFH ՜.+,0 hp  '!Rensselaer Polytechnic Instituteic$  Title]Ddt"|0  # AB톰p]0y)D T톰p]0y)AsuUJ5{xWMHTQTQ҅0ɈT.?ЅT6P#,R4@J \B!Da&-\П8{gf|o-s޹;{n,#KO 9E>h Tp20uRym붉~h5C4e7P4~ty G(Q%B]jv%,Kj[U+ur53 tHuHm*~{3ȏVh7O5 s]w Y\1g|hQڭܟc?(:c\?^+1OUi^1c\ uigi>ٖSh&'I4f"ǩ p?.nqE 6Y-Usg.Q5 C"VlۋY J?̊.4%MJ.%iRli)s;)N~ϥ̐1W nm|l}! [p!$T63JОISEUGƒ[U`[6f$O zcgNĉYņ}t/)ݓ>u=ԋ~f${4)-)ދnPnqWPSv_>g0A/0܂9az1z{6,JYӬ?Pwx͎[K/7׭EwTUVJX*fDY,Fl]_mmG)9뺁kkٮIit뺎uup]r]_Ya]_2kT^+;4<2%s/F2&ƛoڱs>p7`kη3,}# KCQ<0ri$B>|ߜőN i4@4NormalCJOJPJQJmH <A@<Default Paragraph Font" @V@ fup @GTimes New Roman5Symbol3 Arial3Times"h?@ABCDEFGHJKLMNOPRSTUVWXj[\]^_`acdefghimnopqrstuvwxyz{|}~@ jbjb /l M       ,7 W688            7  MM      jU N N!"\ #!$%! ,, g(HH(dh com.apple.print.PageFormat.FormattingPrinter com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.FormattingPrinter HPCLJ4550 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMHorizontalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMHorizontalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMOrientation com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMOrientation 1 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.subTicket.paper_info_ticket com.apple.print.PageFormat.PMAdjustedPageRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 3.199500020345052e+03 2.449500020345052e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMAdjustedPaperRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPaperRect -5.000000000000000e+01 -5.000000000000000e+01 3.250000000000000e+03 2.500000000000000e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PaperInfo.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMPaperName na-letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPageRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 7.678800048828125e+02 5.878800048828125e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPaperRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPaperRect -1.200000000000000e+01 -1.200000000000000e+01 7.800000000000000e+02 6.000000000000000e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.ppd.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.ppd.PMPaperName Letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PaperInfoTicket com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PageFormatTicket SummaryInformation(MDocumentSummaryInformation8_956162644R F"_1"_Data  Oh+'0H    (08@'ososR K KNormalfR K2KMicrosoft Word 10.0@@:!@-" ՜.+,0 hp  '!Rensselaer Polytechnic Instituteic$  TitleDd0  # AB {]"C@GmD Te {]"C@GtFx.3xLUUd8(51D4")0p I2u{j&&"ps5N'} mo{;s ސϜ: 3X1=CcP 6_q}OwoZ;4zx ~A#8(b@72G({:~ぐǻA{#[?LT31cY;odGb͌36_ mXt`Cw1K6L̶=~n3 6wp[0<Gj0;}@m۲w[?xEe7b2hTT=}?>da&=`93|y L ^bl0ꔟ:;&lm3WV7VZq_{ nlyi ~5jX{X-oGv`}5 ±P2)LdsGo>C[ߣ}^L a{\k1읋{qb1- kxYՓղ"'`H%*-97/+xzSV4FN)=AobJKN Q/K3b:cIq;b$oXғ-;VM ۪t.>_tZl=ۤd;7`luK$c9ZrXҒS[r-,Ai-ۆqT- lҒIlIjaO"Sz)w_doZ'{Vzi^77{ls :7uK[*+haIܥ1nftFJ[rX2sMUos$6)Uâ'GIy$?S1ە-l#[ ٮg,qd874w~Sΰv\}1YR!87u][gl6ױO8 c{~rT2⬧E1Q\x8Fj!O\.}J=S6KϏJ}UU 'yϮ˫\MvӲss`ZrS|fT'&a[rU\+W~l3&^-tdt+m7L'-GiVIgNOv#X쑊F.TZr黥yJKN qɭYgCQ+0$Mv!+ƁϥEn1U0JppGn 6apW";n+=-c\0*-.^[rХASBW& 7y-%u[ߟDDZEf>eͅv{.7HזBM冡BZY'{]Sy[r"Zג|Jd#8{ Os8?/Y]b=92*CX|3nI-3⼒p+xƳw7+8(4_uO6 |ڊ{}wNr#<:}w]rF|TDZJb +zգ\46t8,>7sMk:OTK-,('ODlM6JZh *o0ct>  1TableOQ(CompObj)XObjInfoPT+ObjectPool"_"_ i4@4NormalCJOJPJQJmH <A@<Default Paragraph Font" @V@t t @GTimes New Roman5Symbol3 Arial3Times"h com.apple.print.PageFormat.FormattingPrinter com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.FormattingPrinter HPCLJ4550 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMHorizontalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMHorizontalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMOrientation com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMOrientation 1 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.subTicket.paper_info_ticket com.apple.print.PageFormat.PMAdjustedPageRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 3.199500020345052e+03 2.449500020345052e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMAdjustedPaperRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPaperRect -5.000000000000000e+01 -5.000000000000000e+01 3.250000000000000e+03 2.500000000000000e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PaperInfo.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMPaperName na-letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPageRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 7.678800048828125e+02 5.878800048828125e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPaperRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPaperRect -1.200000000000000e+01 -1.200000000000000e+01 7.800000000000000e+02 6.000000000000000e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.ppd.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.ppd.PMPaperName Letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PaperInfoTicket com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PageFormatTicket  Oh+'0H    (08@'ososR K KNormalfR K2KMicrosoft Word 10.0@@"@" ՜.+,0 hp  '!Rensselaer Polytechnic Instituteic$  TitleData Z1TableXZbCompObj,XObjInfoY].Dd8'0  # AB^:rj_o:D T2:rj_o^&eGa@:xWk\E>lc&jmzDQC#4$.X,& ŸB7]%Hc꣭blRiZd[A&TTSgfMr{,^9ߜ9sΝEĻ.*Z6'[|b2'#5C`L%R3Tƽ KS‹ZEb1*y"(T <~x8kO42ht|'\b*{>- ezQx+N4,uܺi,Śqх!峑"Eу!)sZ cth;rd/!Fa(vw9ֲtDT_J#͝&OlQikw3b5sVf+xܖx |zEb3kzц {-(G[fS5bk2yomd˰}#pUGsDً^\6_--:UdLCjG0բ1`q)/P&L 1؋n^V,UYV[#R)48G9dg.qM/)#1G^d ͈c6s!y%ĹnE|N1f/c4HM8NӘ)Z K~iZ>L\\Io'gi^~0 O.ule\g:: '|ˎ՘G@iSR?G]@sߓ_J(c^LR$<.'( dyWgx_W1gKOA%Ol6ܦ6)>q%༏yRGa,VdUiMF$F0 q դmFq?,uƲ Oxkʦ: c&rϬg/!^~FIlgShSgk袲9~b~JQ)s}m*5ORKM1Q6!ݝi֬la+;p'ed'w9;fn;x]&d~gVݳgS0wtO\q;Ը2uLT5|rֻOq ߈|]{7:2Ά…_L_j;0#C|?s6YEOL?LWZGM+0Xt4D x kcAN%[f09q4~Ë|J(͸moxOyL+ W_4s;i pq1Yw8%eZg3 i4@4NormalCJOJPJQJmH <A@<Default Paragraph Font" @V@Q 'y @GTimes New Roman5Symbol3 Arial3Times"h=eF=eF!r08@R KR KObjectPoolxE#_F#_WordDocument\^l/SummaryInformation(_DocumentSummaryInformation8L@ jbjb /l S,= ]6>>  SS  jU N N!"#!$r%! ,, g(HH(dh com.apple.print.PageFormat.FormattingPrinter com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.FormattingPrinter HPCLJ4550 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMHorizontalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMHorizontalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMOrientation com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMOrientation 1 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.subTicket.paper_info_ticket com.apple.print.PageFormat.PMAdjustedPageRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 3.199500020345052e+03 2.449500020345052e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMAdjustedPaperRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPaperRect -5.000000000000000e+01 -5.000000000000000e+01 3.250000000000000e+03 2.500000000000000e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PaperInfo.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMPaperName na-letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPageRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 7.678800048828125e+02 5.878800048828125e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPaperRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPaperRect -1.200000000000000e+01 -1.200000000000000e+01 7.800000000000000e+02 6.000000000000000e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.ppd.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.ppd.PMPaperName Letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PaperInfoTicket com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PageFormatTicket  Oh+'0H    (08@'ososR K KNormalfR K2KMicrosoft Word 10.0@@$#@$# ՜.+,0 hp  '!Rensselaer Polytechnic Instituteic$  TitlefT4qM悕f%E8_E"wEEC{( ʋpnT=q}~Z9 iyw$4Ћc-5T% DY7A!슻1@~;l$O7xcGKK0ׅg; 8Կ\Is?IXJ & *t#t) |={vYZρw9OBVak>}z ި#tk'hKdnTi-$h#d*ATZ1wlѢE1b!׋+^1u״r Rg dΕ@2 bHռ?lK>_Bdfq?xxf rEEdRǚR7a2n$)IT0MTIf=qӕW^"&~XOUpL0~[CXFAUI.TP) '֔T$IH_" OXG@C!m OEZv3)խ[X}FxPc!! 0IUsΝX3jRg95)͠띄)IVITF0$5L~?ׯ_ ock͓`)0>ٽ3*}=B7BVBJ"9JM0|:׍`Zu>'-a$IPL*/C8O!Dza?SQEe]O@:'O O?pꩧ~g;J8d8ƚmp0EEUO!ׅV7ET?. PJ4P͖UbTu91Ak%r jxw>r)1LwS uK.e\guVޟwh7\|y9=tCR& 5j-=3ׁVۼVW^RC~gg>*pg?<7.|]m̥z衇:Hnza~ZqEe\pwfR%',Pɖ g]:#G!$x)ܧ+V%! EPz<>;VeB(q_~'=lrߩ_gT~kNfj#S3A~x3 p>\ nseĉa2<вf8א]!-,+k!IR3$mvu(*Ya ~ʌ`0T~xW`+&MЋc&HB n) rT>0ПQ }8;!:l @\^‹~8$s!l+,(B*Zrm:uj Mi8믿>̙3'V&RP%!ם@Hx=J1# v8 7&R;a 4fAזv^BP k!dmd!a%\9sߝÇnUpRQ ޽{64"#m#!_änڴi}[=P }zQ׵kx|~͌5Sͦ .Z2-8%׃g_s9~R :Q9_Y~ XqTf#!@jq n(D8& 3GHC -GT"26/yMj gL@eaNƹZ*8~~ [hQT%琮-:( 25\/g?Y\*MX+!Nr-"#*%cR39$byˌ1 y u׀P B5:crN3=c6g6d>1םk6/IsC-xVxƩՒm &IRPmOim$IREshwcСC+Ďz*v#|BB 0;%dXYP%EGä́K/>:=Υ5#Q izݒ_>VA%p3ŠkCPH /)׆YEh m<<3,x¤sm/]$$ ïBےT$)-?ӖGy ᣨE 鱤p ǭ 6TQRtRbǓ$I3$I$ITI$I$)I$I$)I$I$)8h_*ؽ0M/vu>܏do;vUvRIPL*fٲeaᣏ> [n cbڶmzgʕaݺu{88n=N|7o!*&M]]6^:|sdɺu6m]Ӆ۷osapNtw֕%㯓'_~ܹsٳg.e?אt1l2 hxҥKêUb"xaڴiaܸqAaΝuӆѪU__1p_B /c?~3gN `' Kw?6mЄk *l\y`_O>dX`A x>xyHӡCp#F>;Piꫯ]wJ &O?= k֬/=#E]7nu(ꫯ*O 3gr?-q IDAT⊰q|_TըQ#yݺu BPI $IbBQIE`16laNUӨQbUM=\p-5<lٲ%~~نAR?q:"fSUTo=k|Y1cP{q/ x-׎P/rrw_ o5 Mm=y"=z.rLRN$6C1I*9B n!{AT4k,|Ix衇=z+vmaȐ!%paÆ>0d1LJ*3 RjѢE 'xmjֻw2XPUb[yב?c I7m}ݰp>PFQI5R걒veپ} ;TLr?=K5NZAY#d{r^{mG?^Ӓ@شbŊ!N%׉.JzL#P^z?}>}maРA{ Fmɒ%gwҤIeڎ*I*/C1I*9B;#i"h޼y8gj0*W^y%VaQ=gwq#{?:sÑGYa#G[y!V^٬Yرcc5UF%]w] la1IWEDw饗FH {po[ ĸ[sN8Ӿ7kGiF;]6ŵI P0XP(T~~MUt܏̭Wkkyn;wn׿ύ;E(ITC1I*9fѪcұP . ><7Q%VUK CСCcF%Q&He~J0Ja-Z hP ? ƨ c=~ScIAIV~Pւ05* 9¾/y>l 3T1P03b}|pH(Xig$I_ $Ie@#! ,/kT(QEFԩS<+mP ].be U%;Gj\ۤ4? aÆtcO%!]I%IRITE$71G0-jU aRK뚼 B) *ZVf1-ig$/f%'N'Cy_f%Y6K"ʻ1B!-%1 Kcu8h$)wITƐ$`]wñ\ JΟ `OUsĒ*+ރ+]C=4V<%vʿZ<1T1w +f% -<Ηg+4/ZYDc>S32pJ$2$bb 'dY~}k-Sk7[DXҨLI2rH}ciCBO?4J`7LbK ekڵkc5Y- 'Tu1K_ƳǮI*KR@8yOΦq%IR$Iԙ4iRN !|?-Z:8Ca~2OǎEE KozOT&CvtLGsnن>9UlRT%5쥗^83ƍGc5-*13& I4l:tA1K$[\rmG971xQB.]/Ib(&IR%GxAN (̙wU;_͛w[L\~1!JP** "tٰaC #X O=i~ʈ>2+EAm { akI%Q)Fm~kA[^=٠0!Iڃ㱡ퟏ=Xl$6mZl8P\Q7pXUVTvP+VĵpOCɒB$IU$IU@$3h$t>2v5$r *z!X:R E|;C A8_6k x`A{F蓊kLTevUU{Υ$Z^Sgyq|lKB#*h|GcHH׈#}1?yui*kñvsL <τtɬ8BLJ s|YdeeȐ!(Vʋ@t . R Z5S')($T+J#N!XIσ>.M5!!a:`g<Ta͟??RMXPxş3of yPH8F_saΏ-a(3t|' =8O* %IRc(&IRӪU>Q9w>EU7SN-*~foMhB8ECJ,.gd;Gp7M m2ɻ6Ԡ_:&3ب̢VlUZ ҧЕFJ0M9q jwޱvqM$PL*A,*Z&x=Ve.eMꪢ 1cF6kAUYaI+b6׃Ci]%t%2P&LA,Cspބc|.Q$C1I0 1W6 1߳cEؙ0Hhl߾} L>8_ꫯ IvJ-cVqApQٔL.%e\'*ic%31f{1+?< #sA;d˖-;dzEUb7|1K†b ?Ob56$I%š $~h]dgǤE_+;9d!ГO>JL=B! l<*xoVxW19UɎ}PY-AY&1x -@L$$+$I DE4ޥ2"\9V&*ueX;ogyf h$ܙ3gNŎQ-Ƶf~]w1# 'tM ˗mdVqB1,f_~?YiRΎ>^tE*ϩF٢E500|IPLJᡇ 2h%dƍ} CZNSC1pMR!Q2{4ueo K,-h2kӦM'uE Ũb&-!?cmK0znuTgW^ٻ@e$IRi}RJ%op7yZå#5EB%Q6@ŽPdXAF `GRgי쳤DfB{:bŊxT2?&!#L33գ>:IRRG[%3ת%I$I ;,`P#fHuaoB^{-zT$1L[X#m1B"[n])\1beE7(p׍ ,\N}?ϸ3hrZyqSN6aÆϴ+2ˌkN`IKcx0ݻw8bײe"HWĒ{L!a\fyT&ՄI'kcXa$2_,$UrG :O֬YZ>VbsMMAC-%Th"*ɓ'ǖ¢-5!b REhn T\zꩱ]1is%0\/*hffV*kkTJq}ؽya˖-^s;Cb{!)h~A8/8fqC :u*"/ϚOwJ*8/%Ud\tp?Y!!RA>iҤd9kl$4TSJG~aqJ a a4ءyV<0VlKPK͛7NAAQ~iځ0>uKȱkHfus_~P#Zp"KZS{Q }Xxql7=Jcz\|RyFNQƽzrx/ν(k YkNޗ%[0 w婧kΜ9qW /0׿.pn$Q*(& 41:*x(,BdMExGhz1x4pRaAk*cv稸2@!dIf(&IRE0CS*9I:tI$I$C1I$I$C1I$I$C1I$I$C1I$I$C1I$I$C1I$I$C1I$I$C1I$I$C1I$I$C1I$I$C1I$I$C1I$I$C1I$I$C1I$I$I*_W_ gT1,_<ر!IRg(&IR1̞= I߳{^$I$IԸq0`y^k׆իW:-ZXyӰaPZ^$I$IԥKp饗;wRTEu][o cƌ cǎ 5j(%ԩ!$IiITH͚5 G}ty/CUŋþwj׮]K$IF$I$I9b$I$I9b$I$I9b$I$I9b$I$I9b$I$I9b$I$I9b$I$I9b$I$I9b$I$I9b$I$I9{$I?oF;C5{) o6[.ر#ԩS$I$IR#^x!TV"زeKo’%K͛CFI $I*nݺ={'iӦtЯ_PV^$U(K$7n\9sf]vy/ER_7|3+4m*1IJa(&ITAԫW/4oPLRSvZː '%I$Is $I$Is $I$Is $I$Is $I$Is}R$޽;ڵI>ܹ3ThժU o,I3$I*EV ,;vH= . ~mxB:uB5~oӦMðaBKc$I9PL$mٲ%̙3'i+ƾ7߄{,hɓGc$IR1I$ۇ]y慯*~g#F~uI$%IJQ Œ3B۶m>^vȐ!a+%IC1IRDEW߾}Ø1c⼰"\:ujhѢE5I$E%ITMrڴiK.qȢ0`@Yf N$)7I$Əj׮]6n8x≡e˖VI$U%ITh4iRܹs:(gI$ C1I2ҳgpLJg%i,~I$}$I*#j SL)T^KI$g(&ITF؉{aĉYU$Ub͚5$IR1$I*C_-ֻw+e& =z;NJ$C1I2ֵkp 'vt:tP$I*$IR# c~^ hdȑ#3g$I*:C1Ir@b5޼0ɓ'vڹ$IR)_Y$I倰㎋ayg#3&ԭ[$IPL$t9L2;;QR%FX֥KgI$"C1IrBرc.Jݻǯ$IR2$I*Gmڴ 'tRhҤIldXnݬ$I*e IݻΝ;Þ={{)R9cܹsCڵѣC5Ž;{YRvIREb(&I֭[fϞmVKJ ƍn-cRUsYg8`LTaTz$U`- F 6l(H'Æ n$ITitAuVHR%gߖR$IC1IR1iҤ0|8FTw [n-H=bJK.aVZIR6mN I$I$C1I$I$C1I$I$C1I$I$C1I$I$C1I$I$C1I$I$C1I$I$IT||MXn]ׯZl'ڵkWXjUعsg}Æ CnǎO>/5kmۆ}7lܸ1~޽;TV-h"4h _}U\~'`=k׎l]Tdž ͛Þ={Үk~5իW/k}^vm<_ѴiШQwuu͚5u{˖-aaҥ=y&:t-t5j*T^=5_| 3Znݬm۶>ps-߿Pϵ$I $I`ᬳ u۷?OC f:+2_>j׮]Ël{aׄ&L|UV裏:7mڔs<>jԨ4i:v?=FA9-X PAPBðabؔ)YfMϗ2eJ7n\ #3:'xb=zt~ޝZUun=t4L1MʜʴR Ahx=@Af Y9)jZNYebQaw{g_{~kusogXre۷57u%\_~E˗e˖^paǎ1л+Ô)SRBSOŀP`O6m#<$I:I,]4lݺ5'NL Y`A fտ',[pa&+%k׮]x3b$΃ k&VU>|8̟??of0?~&TUQiDBD%)UH֭T s i˖-aܸq1)qoVwREP"ۇ}܃ 6{.^!8֭[0 O?/SUUm޼9̛7/|޽{cءC`rժUa1c='MzPN>PLFPLFaVEY4k,j*5z'О3*hK޳gйsX BBC" !#Dܶm[8vX h_,gKeڝ1R-9ݻ9Nr~C=O]oɧ~:p zu%$ [bE\Í7Ss׃ׇ_=L6lכ}h޼yL _y%IR`(&I2ѣG:ujjOjD-Y$VV}3kd[\EPIDATIѣGceL8/eTB*`F-Tg%"6m̙xX6pdq>gώY3&On%![f̘CLB^z)VQV}G0E(F#R?J޽ceeLIPL$eFBֶ4IEGTBHR.T*w}1`+e:GYo߾ŵ 1(ObC"UC^ U '0ʭm$8.رcX ̧`d裏q)ITnb$0׋ mOv0aBal 4w3̘1cs *jqMVO@+g3"Ai-THz7BRJFUZB}_$I\b$A0ğAbJ)r=Mc 1ˬK1$uc]6V% ΁߳$?n߾=+|Qgٳ'qうXITy $IR,RnX9DX2Мj2E[#튴R&T! .Ny03v3$H)gHDp$ȡmC1f-[,~$IR1$ڵkWx'SC ©Ri,)ƒbU9H GA!LR IP9ujVQT;JRW*xm4 jY0 lǎPs3XK @ G(FVSȽ&"%0%(Srpo a $Ij< $Ij\$BŸR'ޢPaH|%ySTE_!Z>}B˖-[, NZQ-rG ?| 89bTH0;bjQ͇@vTR@,L9d OZ|6Jݻ*b#~__휒$~I1|xXrexc,;&-$Id(&IUGK,?ɀƠ–w}7PiF'BI ;&;B}TGuWuf}{ؾ6nٲX۶mcXkI{)*޽;~'7ߌY)BH$1$Iñx +ƨ0ڌ.v9ʡCkC: .3R1py1(]<)Z+UQѵhѢ?WWb 8(N!h,%IT$;%UYO#F_|q NxСCQq"<}QE;#`sg h_z޿7o^ |5kZZK/4i s7tSIᨕb$$IvԖGvEm.=zCճVz;cT%L'O.8_~T3^_ulٲk׮q;;Vbdjܸqq}xr1ۋYcǏΜTcca&McOf-i2eJlܳgOV\򼤅x<GæTfJ c$Hn:>7|/ߒJ|Xsfnq,γBzr.xoJձcNJ($8o'JNaQC(3w0zh+zu$$jڴi +҂d&TRs% a?2]̢"@Ǐ?gw s!h۶m hdDQ\bT@vOdn!A%\X Q)!PN\;+v/Xg*X~)>|=&("Jobe:k.sHS=ֲ`5:ԦnʳG-a$$f(&5J(ƿªINe7$I9lHyT$t^Ғ$I$I8b$I$I8b$I$I8b$I$I8b$I$I8b$I$I8M$I*͉'ÇÁoߝ}١*h"y x$I$IR=! ۷o_XfMغukػwBs9'4k,t- 4(i&4i$I?aI$Փ;wٳg˗CǏ@3w|Oʕ+Þ={C˖- Ir2$I'Fv%\IP,\?#I3$I'B$IRó_$I$IPL$I$IIIicÆ q8C%I>vY?4$IPLtXpaXzIiرc?hӐ$)/C1I)I& 'N{|INg8$j $I裏Zi I9v^Wt*9'!I$I$'I$I$UC1I$I$UC1I$I$U|Q;IENDB`Dd@B   S A? B^iZS/z1@ T^iZS/z xTn@-?TQqAJTM즑OHqz^'V]˻qRJ=rw(Ai:+!Xi흙oߠ܃t 7 3q f"X1 Z\y X:G}غ,;)l`ө1zln]׹TpT\$\90fh.\9I2&&U=xd>|]&epϴo Gbv0JB[%\,D"g},wأ]epPe6*.@1u/l](ύ/EFt#2Y.T% )5on(;X"oDR 2Q27ia5H!ֆV8Q2ac3c6a2R^Ǚ RbH$Ѵ)}J0 46 V"?NwGƊ2Hk⸮Zp*)XDqfH\9r1dcXJl}|_rwĺ%^81}]L(ia|]&epϴo Gbv0JB[%\,D"g},wأ]epPe6*.@1u/l](ύ/EFt#2Y.T% )5on(;X"oDR 2Q27ia5H!ֆV8Q2ac3c6a2R^Ǚ RbH$Ѵ)}J0 46 V"?NwGƊ2Hk⸮Zp*)XDqfH\9r1dcXJl}|_rwĺ%^81}]L(iaW8yNM}\$'+-meFi}50jg>7tvd0a_( g ?#{HS},KO;+XvYA2ye 7ssh$$XэyT|&KK:tB ~,8JdA]Fb& o/F;4+bC&Jx vHbXaMt뢳Ud!m[tKѦP Q= Ha~A{gSq h\PX> R8Vz$x0YX$rqȑZ̊ru '[/ͮV_*%b Q_q2.# X2s$<42Eƚ Q WN5\KJpu<@֙bcj96:jtZ]z>ަׯ K2UϹdmm1)Kܶsg޶T"g,]Tu}CUƚ :\0̙)ӡ91kjߜӀ̜RMUFDd'rN   s *r[A ?  B@NQ&L72# krg TNQ&L72# kr0@bI/xYklU>>Э ?,ȂAL$k T)B JEvgδ8朻{ΝAwihˤV"c}{&zN LڅZpiwTò͚1}vX~Y> a#vfj3J8|huf>"3 Ⱥr 9l8*TiyrȬEKJbHG!|06pž\){ţCW,,XZl@ic<wA&6|$&S#0A9|Fd}:a:A-Ȫ%zrm8FGorgt;SlC1+subִ3f*3^f8 -_^q_ZwLFeCxylgq 1ʆn},>5" X7><(~\s|ct;'_TO59r |E1Yç5JV~O'U.rXͽ^ݾXTZk3e(]}PpMJGky~=^*Q7sq}ش#b4OM<_v7!=PIh5'wx'A:SJ$ε !6H<.P" ^ 1D1Dj˿Ԇw[C!6H|>1DS˪krQyڰfhCk6٫=-&ݶ,-}]q>~,o~_2(l0PqQDWڿSYO]uLGUb/b';bOQ_C-#3+ckJWݧα*vi1mGY镗[hH4iS ]e]핝{t.q.] ;OEFKҺ6[e5`{eJR{q?ku%}U:ک1[g4JhGsqe`rjwn mwymLW?q;瘗C0'">ew[{pQ{{ߡ8{1/jc<6ۚGױ^^q}лqo9?eT.Pz*t\p߃71EIԳW9ǩ{=Qޗ ۳srX[pbqx9gpwGZnTj .suH`>yĺna#PF0d`ѫt:_٤͎jsa2;_8JLE=_%*灴|@B!]P>tGPA *( wE:?" _$0](HlI 23%#$/_'!ȧHOA(E(rB@ nEjaI i"ȗ2l&ߪ p՚>ƶwM7-[mODdt"TN   s *AA ?  B,d>X;4On\wo T,d>X;4On\TpvU4OxXQlEfvn[m֨\! x%"T#B^V{P`b}F _Hŀ&b!Qjܕ^;{wsǚ6ߙooC}ggd,bWd38" > {Yđ-#O =}/`r,valqO%4H~Ӹu'(W ҈S6Q{, /Q pQLJj{UWT39Z4Fo;nM<ڪqc.~rE_9~=Y?yÞ<۪OPs4Kģoe-M󆾕9@S'x]_=p09H#_?ڛ TM^6SDdu{w["ZDs݁CyxQuoEonsvLj$>iE{JƨR>FZFs_ekF_/o b(Mۈ{(g[!ƝJ^ًҼ! 884,ˆ-֏Rbx;ĩίmY3^ҲJσsX]|.&a.%cQ1;2$J6쯥t TAΤd쟒Ig$hu"%.dOJlɖ?V%я[lF*[t1Mm) W\ tu-Wa*[YWdƊ8Wߊ#WxE()]I=WVfr9|9kFWln9VrL[O{#a _1ƿ;%SlEQ_K'LNw }.}w )~sLK4~*HVunI8Ԁ8jC{}ߒB_ ]s4 d@Ҳ5,[i{+?xΒًŁuJ״UgB@ "4d,.|e߃=,:QJ .k=Z>#Gpd5ZV,'_=(_a68ׇJ#cdgC1Nt&_1l&~Oz{ѡ\mԶYMmqf&S4+3-6ޣHsm8Puqn(yYPo}9ݘ#l zO|k Gj,L3T,<!>1E>0s>Wyz8;/gվxͷ l='[6Gni$創B'ž 9K&V5oOybw7~~_S[V<[딶,qV c+xIoށR,gkmx3*&ybw$흉vHY⎰R/kz 噓8: @K|/!=% XgB7P*_ 3Z2r]JeNqu%,Uĭ}Siφb'zYByodH{2_>Dd8'3"H  c $uA ? BlFEe#fG } TlFEe#fG 0HGa:xX}lSU?uU֕dN45:0YN 33lN7%LK(Ąl3q D%c*M@@깯`}Ͻƛ{}=s=~>3*·HʎlHA,(*A+ .@R%Mi ha"~P R2Y3K͸`ji(]wSe26@ wD|$0nid'y$lpQPʷj\Exƃ }Lz'_!ʪEG\nw&A1d qT<={YgEXm%T.~m?4~R!eQur.].΅C\H~@$gg$Wuat`FXO}]*˴ѮgDkA:>_956163338id F#%_7`%_Data 1TableacCompObj/XDdx( 0  # ABbYe:36gD TbYe:36g4!adQx]hUwvIv"AY7QI6,%/*m҆6n؏5Im JcK_bQQPDRQт(楠~xMsNqB sgww&?A5&\$13 `#z;'p=X߹+#1H'?|w>fE݃N܊2x3ss:q2v#œ~:#[h&ZӿWېQi!Щ~rWxKjSH;TJ|â ]Yu]hT^ct[#TPSQr46 |7|؉ȩ ݦXQtYSs7:}Ȩ!v%6/}::/GЖ7;͆Y7Y7 6 |,nZMkVfr*MvmZ&-Z#^eqSGnYԐlh7Mì7BQ`q"7@7)(YMqS5&gZv) r#PN9uizhܸVIIr3fZsh7?7B }mq3An&LX|Dn 3͛B hq3Nn݌[ݼAn>=&P i1r3fy-cM}B+7#f$͈09AqvV  B즏鳺!7Crq-[3ꠌΨddĭIh6jeӞ++:Nߣ'q$alL ;ͰsL?L4Wz&QZVˌcqgAƦTcF+fr;nu+]2-F _bN>a:/_'|Z)nF AyRO犸<]x Q<-Fjpz?XJ߶w 6s6* @{wny߅u_a>Qk 撷%c=33( i4@4NormalCJOJPJQJmH <A@<Default Paragraph Font" @V@^ t @GTimes New Roman5Symbol3 Arial3Times"h=eF =eF!r0C@R KR KWord.Picture.8 FMicrosoft Word PictureNB6WWord.Picture.8FMicrosoft EquationDNQE Equation.3ObjInfobf1ObjectPoolF%_G%_WordDocumenteg/SummaryInformation(h@ jbjb /l M       ,7 W688            '  MM      jU N N!"#!$N %! ,, g(HH(dh com.apple.print.PageFormat.FormattingPrinter com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.FormattingPrinter HPCLJ4550 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMHorizontalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMHorizontalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMOrientation com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMOrientation 1 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.subTicket.paper_info_ticket com.apple.print.PageFormat.PMAdjustedPageRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 3.199500020345052e+03 2.449500020345052e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMAdjustedPaperRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPaperRect -5.000000000000000e+01 -5.000000000000000e+01 3.250000000000000e+03 2.500000000000000e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PaperInfo.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMPaperName na-letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPageRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 7.678800048828125e+02 5.878800048828125e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPaperRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPaperRect -1.200000000000000e+01 -1.200000000000000e+01 7.800000000000000e+02 6.000000000000000e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.ppd.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.ppd.PMPaperName Letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PaperInfoTicket com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PageFormatTicket !     :#$%&'()*+,-./0123456789K<=>?@ABDEFGHIJMW[OPQRSTUVXYZhi]^_`abcdefgzklmnopqstuvwxy}~ Oh+'0H    (08@'ososR K KNormalfR K2KMicrosoft Word 10.0@@i$@6$DocumentSummaryInformation8 _956225289m FV%_%&_Data 1Tablejl ՜.+,0 hp  '!Rensselaer Polytechnic Instituteic$  TitleDd! !0  # AB.lp p ) D Tlp p )GS`*RxXmlSU~Ӯ]q7>R(| lmƈn6& K ,485Q1#5"~h!L$ =lmo/s>}ΩbӴ^ _*QEoQcI_0uecsOd};N&&~IڸlqsqKJ"xUaA|=,i POoڲekWv" UR͠*>ExȇܨMxÃ<0L%6NeN!iKnm'O'%_A#6|.|8 3Zu.d/tdBo dC+P4T nnr-,Z=]&x,BtB[78zߘnNo!ݞbOe\>,0q/<*.HQQmI y\[RyE>{Ra᪜C!f O!:y,*yB«`<^dM`V NIJG͍Z B#i[ڶdX`c;<*c=Mf vR΁k鵬 0^K'̮ y (LhVc&=)bmSF-6.6PBF6!OZ ~:MlO`jNoɪ(_4XNuhz2NpHVk>GL#e.xŰem'Ilc-d2^.f_L;&#eUip +h#f{Qh }Edֻ~#Ͼ9U+Hr.Hry\rrЙX X\8QX(-Z9Zô\>+\&|6eler[eܸ~j= eH׾d>츉J=q:S0CyE c!F1g=QuJGu/֟>qO }GBO@+ܮ6vw{ԁmllh4!>AcoA4jPר|,r8ߞ.5#j@fSn-UW[Ψx濚d^Χ>|Sv|걚=; )0?Q?#{fMeMjhR;FX+]s#OjE֌lEGq='g4b-v/ҳ/ð~zw: ;23‚w86?F T}Qb>  SS  jU N N!"#!$ %! ,, g(HH(dh com.apple.print.PageFormat.FormattingPrinter com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.FormattingPrinter HPCLJ4550 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMHorizontalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMHorizontalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMOrientation com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMOrientation 1 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.subTicket.paper_info_ticket com.apple.print.PageFormat.PMAdjustedPageRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 3.199500020345052e+03 2.449500020345052e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMAdjustedPaperRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPaperRect -5.000000000000000e+01 -5.000000000000000e+01 3.250000000000000e+03 2.500000000000000e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PaperInfo.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMPaperName na-letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPageRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 7.678800048828125e+02 5.878800048828125e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPaperRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPaperRect -1.200000000000000e+01 -1.200000000000000e+01 7.800000000000000e+02 6.000000000000000e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.ppd.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.ppd.PMPaperName Letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PaperInfoTicket com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PageFormatTicket SummaryInformation(q;DocumentSummaryInformation8C_9709196722tF&_&_Ole 5 Oh+'0H    (08@'ososR K KNormalfR K2KMicrosoft Word 10.0@@ '@f긴 ՜.+,0 hp  '!Rensselaer Polytechnic Instituteic$  TitleCompObjsu6NObjInfov8Equation Native 9I_970934078{ Fi6'_/'_- 0.03972 n i4@4NormalCJOJPJQJmH 0`0 Heading 1$@&5<A@<Default Paragraph Font % #Data N1Tablexz;<CompObj\XObjInfoy^DdG\  C *Amode.bmp"b'q58̫$DD nq58̫$DPNG  IHDR[vgAMA pHYs+IDATxYҬ6@aƼ^Pm̕RDcJ/ TH4y]fg<"8# 8# 8fgSm&~ԳK_8xKOs#N)a+?Nm(y=–(fGXJ,P{x 5GĪ\͕jJߏ}q-Ք?3UDFԣ莥P jooP߂WӠ$2 _z*ew~?$1NV6b4pvL,ˎS9\`:NsPNlbz3uCLGڻ~Fޚ71FrD3+N2V`|j,geVkoʼf+ Uc"jhZo5qޔDs\FpW96ﺮEzUږye-_Kc8"8.,qgBQi*i`$վSM9:Uw%GG_^UPK۪k*t4xҟH=sҧ1VїJ0ѣ*aěuQuLc9zz~{g_?,dwnLhS|J/UH"Y  8GpGn͍? 8# 8# 8# 8# 8# 8# 8# 8#y]t%&9rǃyw/Y # 8# 8# 8#N5G@@p <)u;C#vu ֥昊L?=@N< nu/bϾz/7;odNp ]T5l\y}۟@)r1>sx[.Kx)u9(Ry@ƐA78cquʻ,)?_o?,sՖvtϑpKZ/gEn<1Ͷ] vSo[qϑ 'qVB6e:qc|Ro;H!x68A/*z c=|_P] mx]}w^yXoxrۘ2~\hRߴ=J*^]q-ߵT̒?,6 )1r^OEhฏj^[ұ(פ?#8nEWzίVR'/09ҝǟTs$+>aɊT/<|xX5 k#0JҠK$r<įr,p e2 $d@u `@Vߵ ߔi$~Jj9J>s`'/>(܍, odf w}>j}G09iV2]<8mmwήvgc<)Q-}se\0zY1q)B*VvQxJ^=͈)Lwjr,d _se'Ui(:jn}ŧ9oP;~ً?\!b=̽型jR~fs|[-+Sѩ4שfv K 15r`&V;J:I)Y5)TtsSSҴˀ)&Jψ:{9X1Vʆq" ; "A 60fY"PVnV?q޶ܵOk]cj)ogynbC{ゴ}([q\ex>ǭ#2bu`t ˝+˴t:_8WԚ;NaʹPL j \nF"1\Ol}66^NXcHqGn\dWsc%zY` O7턭`{'~_7ynN cbfq{G.}o.]pyKyXMzvEM=:b?-),'3N~qs[َrv~]\)(~N﹝5g6 7{ t#NňaioH];[S*Kg5SvVv_ث-7'z\zOuiUec*,OZlj,@ m{w!ޘ۞wOA薺e}ea%W֠IFm27ǖ}Tܮ))Vw! =G$m> Ь}m7U)}sc;* |dٹTgv=Vvgl|'p?ծ)˦9WS}WX ?W5Gyȼ^YgۅPtz⡞z ]73lia7^{Z}m5a }S _. >Ob,AcPw2Ta\Hz) qێe[ JY:Ε!5~}\_=gbӉ~ |wP|'Yw ˥hxۀ<qmC=esNUE1r `[@`m-ԪrtT?d9&&i1\(V2ͫr=1f glf`Q6nn;qTX+dפ{ϊ4 8x~;7*SNB'x5~€-yuA)X僯PlމɞoQxKm*bq xo2E |` XTϼu86n`w^YRXNN Fvǵo]^uT[\7&6 xlHʽh%Qh O%V_d<* Z =`tM)Kϳ5x6 8# 8 ,Vv)MpLu²?,."8փdEG N7#>ͲB5ʭ O`,bbMԻRI#p$:.uCCm9.<]G|>7)fa gxX(S''O_]ƃ4@@pG@@pG@@pG@Nȸw7([ '9BDƉ躮Ie @IcJ=PsC,#djU_>;5GqS>P;FG!Y #\!8֯0,H]ZGj> <"I\̻a[F?j(c4GBqUܹӗ`W4d_'NȈ9"h j#P@$p@@pG@?%誉DIENDB`%" @V%%%$#:l,B$\;=[0DyJ/l@J(  Z  s *A ? ?N  3 * B S  ?% tt+#4 _1009959337 _1009959362 _1009959468 _1009959974 _1009960715 OLE_LINK1&@@@@@&&&@-t% @GTimes New Roman5Symbol3 Arial3Times"hjj!r0C@R KR K FMicrosoft Word PictureNB6WWord.Picture.8 FMicrosoft Word PictureNB6WObjectPool}c'_'__1009960711 Fcd'_@'_1Table\CompObj~_X [4@4NormalCJOJPJQJmH <A@<Default Paragraph Font" "  """"+,,b$;D p0e0e     A5% 8c8c     ?1 d0u0@Ty2 NP'p<'pA)BCD|E||@3 "+0 < ( !W@[ fB  6DNB  S DNB   S DNB   S DNB   S DNB   S DNB   S DNB  S DNB  S DNB  S DNB  S DNB  S DNB  S DNB  S DNB  S DlB  <DTB  c $ZD TB  c $ZD TB  c $ZD TB  c $ZD TB  c $ZD TB   c $ZDTB ! c $ZDTB " c $ZDTB # c $ZDTB $ c $ZDTB % c $ZDTB & c $ZDTB ' c $ZDTB ( c $ZDrB )@ BD38c? rB *@ BD38c?rB +@ BD38c?B S  ?  "(p 0t'p "0"t&p 0t%p 0t$p Z 0Z t#p 0 t"p * 0* t!p 0t p b0btp 0tp 202tp 0tp 0tp n0nt S t1  t=1 = t1  tm1 m t1  t1  t51 5 te 1 e t  1 t  1 t -1 - t 1  t ]1 ] t1  t  t+  it* t)_ _t$$@L "@GTimes New Roman5Symbol3 Arial3Times"hAAAr0/  Word.Picture.8 Oh+'0H    (08@'ososR K KNormalfR K2KMicrosoft Word 10.1@F#@9{|@\{|ObjInfoaObjectPool|'_(}'_WordDocumentjSummaryInformation(rc "jbjbSS  11"] ,.  H?  !" jUmH"      !"" N N!_"`#$%|HHL XG(HH(d'` QQQQQQQQQQQQQQ Q QQQQQ Q"Q(Q@QBQJQTQVPzQ|P~PQPPPQPPPQPPPQPPH,A4d 8Hn`8KI`,@ 9 H9 _0\U%> |+x$|tHyA|ex04|t\ $HEA|wx|t ex7P$`HA|vx6Px%xfxK|{xxKʼn!R})t, @|PxKHL, @0|{P|"0H0, @(<|wP|vP|{PHA0|0u,Ah,A`Rxxx|tK14xxxGxK5xxxK4xxxGxKE|Hmm`~ Hm]` Oh+'0H    (08@'osos ssNormalf rm2rmMicrosoft Word 8.0d@F#@l/d@/d,\}&8P@}?Kx;;|HÁ8,AD|B|(@|f(P,A98H , @(@9aD8aD}Cx,x@T,A;|~x8lK&`|~x,A x\HA,AL8HD|~x8lK%`|~x,A$x\HuA,@;8|@@|@A,A8ap|P8|P8H`8@x~xfx~GxKu8|~xx&HQ`x&xHQ`8|dxxKŀ@8a8pK`x&HR)`pv|`@ 8xD~x|4xxW~H5`~xxH`8!|AN |a!p|x.,|3x|+x|#x@8x8|#x8H`8`8!|aN ;`d 8HP`&8HP`&8HP`a8|{x888HA{8hHA? , A iH)A lH1A8HxdxK=8h8*89H-AH|exAhxxxxdxK8lK#-`|~xl}cx88 8HрAl HP)`&HP`x8!|aN |!!p"|3x|xa,;@A(xdxxK8!|!N .,@8x8|#x8H`8`8!|!N 8xK]|~x,A,A&xHN`||x|\HA,At|u@h&8;HN]`c\H}A,@4&;xHN-`c\HMA,A48e HN`&8HN`&xHM`A8||x888HA8xhH̀A? , A iHeA_ zHmA8HxxKy,A|xHuA>TcA<xx8HHMAx||Hq`Hԁx8HexxHAH||cu@ xHATcAT8|8K'`,A$8x888Ha`H<x8aHK`H$xx8HHyAx|*H`8 88HEA~ HL`&HL`|8!|!N |}&!;9|#x|t8|x8; K|{x,@$8`8!`|} N &dxHKa`||xuA|}tH,|lHeA,@ |t|}x|@$8`8!`|} N ~|P| QO0A(A(8`8!`|} N @ ,A@ ,A 9 H9 U#?MA8{|d4H<{8c|d4,Aب.|À&HJE`||x|{uA|tH(|lHIA,@ |t|@$8`8!`|} N 9 |h:~A,A>H,@x,@||B|:>Hh|ct|A$8`8!`|} N }B9 @$x,@||B>H>8`8!`|} N |!|~x~,@8!P|N ;H!A|}x(@0;x8|";HрA|@A8!P|N |!;|x|#x,@088x8He`!8, @,AxHqA||xHqAxHAH)Aa8xH-A8,AHA!8HxK!8}#Kx8!P|N |u@ 8`N |!8e"8H$`,A0HMA|lx8l^HUA8`8!@|N 8`8!@|N |a!8|+x|x|#x|u@8`8!p|aN 8a8;<;aDHIAK)`H-A 8a<8!p|aN LxH ,@xH||xaLxxHA,@`aL8PH}APW@DaL8THA8aTH",A;K`8aTHAxHǍAaLHA8`8!p|aN |A!|}x8`"|+x|#xHQ`|x,A DocumentSummaryInformation8|WordDocument|>2SummaryInformation(bxDocumentSummaryInformation8h ՜.+,D՜.+,0 hp  'CIEEMtl:  Title 6> _PID_GUID'AN{0F54DA80-CFF6-11D3-9CAE-0800076FBE41}`|x,A KI`8,@8`8!`|N 8XTx888T>@ 8`N |!|+x|3x|;xHA8!@|N |!,|+x;|}xA$|#xx8H靀A|x,@<88xHYA8T{A HA|AxHIAx8!P|N |!,|+x;|}xT>A$|#x|3xxHA|x,@<88xHȩA8T{A H݀A|AxHșAx8!P|N |!|x8`agT>882!lFFFvvvvv  vI4}, 6Fw@RFZh$"F r߹vv<<  EMBED Word.Picture.8  B  "%CJHj2< UVmH jU jUmH  "#$% "#$ N N!" #!$,%! ,, g(HH(dh com.apple.print.PageFormat.FormattingPrinter com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.FormattingPrinter HPCLJ4550 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMHorizontalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMHorizontalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMOrientation com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMOrientation 1 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.subTicket.paper_info_ticket com.apple.print.PageFormat.PMAdjustedPageRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 3.199500020345052e+03 2.449500020345052e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMAdjustedPaperRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPaperRect -5.000000000000000e+01 -5.000000000000000e+01 3.250000000000000e+03 2.500000000000000e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PaperInfo.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMPaperName na-letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPageRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 7.678800048828125e+02 5.878800048828125e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPaperRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPaperRect -1.200000000000000e+01 -1.200000000000000e+01 7.800000000000000e+02 6.000000000000000e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.ppd.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.ppd.PMPaperName Letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PaperInfoTicket com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PageFormatTicket TB\;=[0DyfZ{E(Cx]1hAB&$gr Am`a؈ J#hha! ga\ˡZ5UPr.5xw YYY5#CVu62)u)l .bi;ffBU#Hxt"Т) nZA?g?y lps+O%ɂ1BD! GkfQn+ӑ ,DyLd֑BGYЀ#,wE&g5"yFUZt+͊I!SL<):m|S]&U\LPd3bX)~2T K2[W/rJ$,D82r\XZ:gŋ%{.ԑa"dɉdBɧq+4H/a_?VԺ#3,E9rYGlɤo{+x2nU<-2t*Re[ok5-{A9[OޥV5ZTۭq֒FoWL ՜.+,D՜.+,L hp  '!Rensselaer Polytechnic Instituteic  Title 8@ _PID_HLINKS'ALJ mode.bmp _970934237w Fv8(_m(_1TableCompObjpXObjInfor i4@4NormalCJOJPJQJmH 0@0 Heading 1$@&5<A@<Default Paragraph Font   " @V    l,b$0jd[o!6P/yh@:(  V  C &A D1.bmpN  3   N  3   B S  ? Dxtt tt|84  @­8t @GTimes New Roman5Symbol3 Arial3Times"hjj!r08@R KR K FMicrosoft Word PictureNB6WWord.Picture.8 FMicrosoft Word PictureNB6WWord.Picture.8FMicrosoft EquationDNQE EObjectPoolS(_PT(_WordDocumentD8SummaryInformation(DocumentSummaryInformation8@  jbjbܡܡ D8lFFFvvvvv  vt1333333,^ ~6_F^_1111RF11Zh1111$"F1 ߹vv!11tt1111 B D   CJH jUmH        N N!"V#!$%! ,, g(HH(dh com.apple.print.PageFormat.FormattingPrinter com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.FormattingPrinter HPCLJ4550 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMHorizontalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMHorizontalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMOrientation com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMOrientation 1 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.subTicket.paper_info_ticket com.apple.print.PageFormat.PMAdjustedPageRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 3.199500020345052e+03 2.449500020345052e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMAdjustedPaperRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPaperRect -5.000000000000000e+01 -5.000000000000000e+01 3.250000000000000e+03 2.500000000000000e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PaperInfo.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMPaperName na-letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPageRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 7.678800048828125e+02 5.878800048828125e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPaperRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPaperRect -1.200000000000000e+01 -1.200000000000000e+01 7.800000000000000e+02 6.000000000000000e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.ppd.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.ppd.PMPaperName Letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PaperInfoTicket com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PageFormatTicket nH0jd[o!6PNG  IHDR۹6gAMA pHYs+IDATxjH@ѩA=sđY1|&!?x=ߢ z Р z Рle 6z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z p=\7õ}_/y]:[n/؇45@^45@^45@^45@^45@^45@^45@^45@^45@^45@^45@põnׄ[<#l>AAAAAAAAAAAf>,p;&f[! z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р z p=\7pgf5a4۲hkhkhkhkhkhkhkhkhkhkhkນχk=3 N ;xFٖ}@^45@^45@^45@^45@^45@^45@^45@^45@^45@^45@^4o|>\YvzMع3ͶCAAAAAAAAAAx{nZk-heР z Р z Р z Р z Р z Р z Р z Р _q:\۶khkh^!m-j7u̕cy\u*CAܩ~m!}G5fAAAAAAAx{n6shkhkhkhkhkhkhkhkhkhkhkນχk=3 N ;xFٖ}@^45@^45@^45@^45@^45@^45@^45@^45@^45@^45@^4o|>\YvzMع3ͶCAAAAAAAAAAx{nZk-heР z Р z Р z Р z Р z Р z Р z Р z Р z Р z Р u3zf^vn@-hkhkhkhkhkhkhkhkhkhkh8|3sgmه45@^45@^45@^45@^45@^45@^45@^45@^45@^45@^45@wy{O]>Yf#3̶CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZoOkhַCIENDB` Oh+'0H    (08@'ososR K KNormalfR K2KMicrosoft Word 10.1@F#@TZ{|@{| ՜.+,D՜.+,L hp  '!Rensselaer Polytechnic Instituteic  Title 8@ _PID_HLINKS'AH#'D1.bmp _970934469 F6)_\o)_1TableCompObjsXObjInfou i4@4NormalCJOJPJQJmH 0@0 Heading 1$@&5<A@<Default Paragraph Font  " @Vl,b$S4@=PՅ.T^/z,@`( H  V  C &A D2.bmpT  C   T  C   T  C   T  C   B S  ? htdt|Xxt`|xt tt4@|tCtp @GTimes New Roman5Symbol3 Arial3Times"hjj!~0-@R KR KObjectPool@O)_O)_WordDocumentR8SummaryInformation(DocumentSummaryInformation8@ jbjbܡܡ R8 l  YYYy{{{{{{, 6YYYYyyyyYyyYyyyyX6y ߹iyyyyyy D B C A    CJH jUmH         N N!"#!$%! ,, g(HH(dh com.apple.print.PageFormat.FormattingPrinter com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.FormattingPrinter HPCLJ4550 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMHorizontalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMHorizontalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMOrientation com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMOrientation 1 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalRes com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalRes 3.000000000000000e+02 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:08:46Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMVerticalScaling com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMVerticalScaling 1.000000000000000e+00 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.subTicket.paper_info_ticket com.apple.print.PageFormat.PMAdjustedPageRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 3.199500020345052e+03 2.449500020345052e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PageFormat.PMAdjustedPaperRect com.apple.print.ticket.creator com.apple.printingmanager com.apple.print.ticket.itemArray com.apple.print.PageFormat.PMAdjustedPaperRect -5.000000000000000e+01 -5.000000000000000e+01 3.250000000000000e+03 2.500000000000000e+03 com.apple.print.ticket.client com.apple.printingmanager com.apple.print.ticket.modDate 2002-01-08T22:10:29Z com.apple.print.ticket.stateFlag 0 com.apple.print.PaperInfo.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMPaperName na-letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPageRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPageRect 0.000000000000000e+00 0.000000000000000e+00 7.678800048828125e+02 5.878800048828125e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.PMUnadjustedPaperRect com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.PMUnadjustedPaperRect -1.200000000000000e+01 -1.200000000000000e+01 7.800000000000000e+02 6.000000000000000e+02 com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.PaperInfo.ppd.PMPaperName com.apple.print.ticket.creator com.apple.print.pm.PostScript com.apple.print.ticket.itemArray com.apple.print.PaperInfo.ppd.PMPaperName Letter com.apple.print.ticket.client com.apple.print.pm.PostScript com.apple.print.ticket.modDate 2001-11-06T01:45:50Z com.apple.print.ticket.stateFlag 1 com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PaperInfoTicket com.apple.print.ticket.APIVersion 00.20 com.apple.print.ticket.privateLock com.apple.print.ticket.type com.apple.print.PageFormatTicket nVS4@=PՅ.TPNG  IHDR_gAMA pHYs+IDATxAn8ʜMFiVޒo).4Z}z~Qd EPd Es<=EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd E84Gk0ngߛ>ȩ@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"TOoyAEչ3ޜZT(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@׋k3 \Cչ3ޜZT(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@׋k3 \Cչ3ޜZT(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@׋k3 \Cչ3ޜZT(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@׋kBչ3ES EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd E84zq{fk(2:vFٛS EPd EPd EPd EPd EPd EPd EPd E"t |>W/ܳOg`G P P^=NDŽ~Eo߰}n窟jا̩@"T(2@"Tfup~}n3}fv P P P P P P Pf^/EչZT(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@"T(2@2?c+ş{u "r\3!{sjP P P P P P P P P P Pf^/u,p EfWH0{sjP P P P P P P P P P Pf^/u,p EfWH0{sjP P P P P P P P P P Pf^/u,p EfWH0{sjP P P P P P P P P P Pf^/u,p EfWH0{sjP P P P P P P P P P P'>/yхe#)f9Pd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd EPd Esw?g1Ղb4IENDB`     *P !"#$%&'(+-./0123456789:;<=>?@ABCDEFGHIJKLMNO Oh+'0H    (08@'ososR K KNormalfR K2KMicrosoft Word 10.1@@lg3||@lg3|| ՜.+,D՜.+,L hp  '!Rensselaer Polytechnic Instituteic  Title 8@ _PID_HLINKS'AH 'D2.bmp _965146565F*_b+_Ole vCompObjwNObjInfoyquation.39 0.0212 step-1 Oh+'0 $ H T ` lx'$Rensselaer Polytechnic InstituteEquation Native zU1Table,FSummaryInformation(|DocumentSummaryInformation8tJ_csQb\sY|'E8nQ~sG2ЖcG̢~ <7 )iM"vQ ncQCQl4Ňِ%ZtW(urL4X cϣӬOk)|?.B[Al9<'yXϖ`Y ?QA|ԾE{V}8^V6:ю7 XQ ^\f20' ϊx((c ᳦iOmb;U*XH1]ŶfBt]AB9iȅ+x-kuF:nm:^NMM^>fMaOkvm|v>y<c?η:xtwUXȘ>~;g>~968dk XJb1'/axL_Ŝ?0]Ԧ_&rq}X| Ǧ嘬R1vLm| maqYEť_e2@7b]t­e,7c,N@1Xh. +?n:_xNbn5/gI>{!h<*?uPg4\Fha΢ mq gip<A%K>,;x(-/Q$]N bO$KD(lE?zǖ~"n"7$Y4ׯ(ԢZG?J?γ)??j~~OK) t_`Q~"%T.-^Ӈ~)p֫}4g(ҍId֦~''sG>7a ړ~1ƜI_. ?MP}<"g~KK%<_'~~J?Y~S~~*atlF'$C 8 (~>4DzTs\3_w8axcϨW?%?SO+?%54~O'1~R~v~)I_HeQu#"~v~V,U5bU^vUԬzBtVv?~,utVY:+Og"w=GHLIqgŒtvs]K D\1^[EV"N+R"n#W@l"O0☇/qY"n`I"\#K".f}Ɯ@[yl#Bwsxc28ޏ{RH#yi[gbTceQsr-32Y FH\+'{Ր$9 I= \h΋%f=G_O.FfhzP\Wc Z{g>%]ۚ%n544 -ئ$B(mZ@yR#(By >B*i!)F A!(Q -#mKw/Mnsv曙]A !@=}+ax*^Av Dӥ^Ē<U<_}%pf=27oo" LX}k9bTz`࿒huRFzVk.O^+^rr) AC?@\ނY9 ָZ+<9]%'( Q o48j p#\u4Zc_^KT;4}1J$K+"hCك9psM=f)eQG&iS[D&'{u:> nP%:TwIVmnG!#s%oQhiЭAx`n(AdO/8CZ?D1?]E86q!fE9 [3/~hL609>9b`b5N3e:9 0|A7_;΀glE?pN92;g(w_3aP1.,bL#Cb1w.#:.23:)~:Pfv\(aE* evdEg~?sM9{,Ft̙B\5\&4́/L% j|rݹe~8UYާpY  +:s,hUzY%zqJ&cmlGvΰw~ %G _]$"MȦg=KMي=*8"` 2]B1ɳSAi eY>71$N #.w~`^,0~'s-Sb HnEq,Rj?y>no>iY.6 K%Զ>V~۬Utr{(1thF]L1˅vyxaoF[ C H6mf1b#?ASbc"_Ǻ;v*a:0kSlWM+T$Xw$қEcU]W|ʳS=r[]^]JUᵻ #6/k4k˭E*λ+ӭZ?ŴNMl6u]=[N`I?. ###xOQf׺j#,[Rl/ؓ8pD)c+XyXţro_A]]Qx=d~`;kL+ޓz"*.~^!E-H]2iv=+!m R[-H[ hϧ-\Hfʖ|d?mQωl"mM6z>ԪWoE$AIt,0n_9%ʌ>`Qٺ% I|D53ywc/v8JM0C2Dz;E3H4(:h\6qok w*%%o%DdB  S A? B"EI1 Aߑ TEI1 A(1 h RxTOk@I[V $n h&$d-k/ QM~&7?{y+kl0/ZP?B7ӌdME=&mm܁k}y$` x UX #wEi;e|L?Yx& iNbI\eق ṶeW%7jTEڱe楟#GBt- "?֊BaX]$QtOYfkPl2 ߋ"cy\^ΰSݨe7UaS.tv-拚7`G{+dDdBJH  c $A? BZAB2DB%M TZAB2DB%MbqDGjxuMHTQ;^Q4 *L2IX( *DQACmA 7da_ jS>HMA - Q( +uy3Bq8;wwJŽC(!9jWAYz?[vnE/Q5;A"f|{ b9}1 TC0 wؤBkU ͜ ֜mP1ѡژ.[xG Z-{2 +*G;rGf)CdLXhK.G\2֊s4sLY&<}'J͠ڔUV#Yv cQ"y@IȊJ9r]#XEv:(IV# ,ENśKd# ;VG\r$R. P`n+*%eSJi [ |Nxk\)YQbچsB:M>Nr̭"H2I8jx2xSYYgkG8jq@0rs7qb>76wƏyPB ոޠ~fJ'wk`D wZje 'P/Uz.* X%Fͪ4D: :@gsie]m(P{@/ETPyis38i>oV ]6ݦjq)`(Io66'~+9},m94{rn}4f0o2WfuҰ:)7Aj AƷm"mg TPG1۶35B~?m{0`4bfA}&wCDھ[FIʷf-lW*& yô-QPB ^[EnݥCP8j+/\vZ'k[Qyu\U:= \>.SB$H;Խ{ȋEI8g>ޢ""ոݜf~qĜagA]A¹28e \Ƭ Dd/JJP  C A D3"bid.7HWÅ<%wE n=d.7HWÅ<%wPNG  IHDR|.gAMA pHYs+IDATxnF@Ѽeft҃s% ?`Gޚ T%f T%(0@IJ* PRa T%(0@IJ* PRa T%(0@IJ* PRa T%(0@IJ* PRa T%(0@IJ* PRa T%(0@IJ* PRa T%(0@IJ* PRa T%(mp-û T^bG%(0@IJ* PRa T%(0@IJ* PRa T%(0@IJ* Pങ^*T ;#ʎ@IJ* PRa T%(0@IJ* PRa T%(0@IJ* PRa Ti3YT ;#ʎ@IJ* PRa T%(0@IJ* PRa T%(0@IJ* PRa Ti3YzF}09>3o߀ T%(0@IJ* PRa T%(0@IJ* PRa T%(0@if/z9\y/_n-|_ݭkQa T%(0@IJ* PRa T%(0@IJ[=6| f=z#PRa T%(0@IJ* PRa T%(0@IJ* PRa T%(mL=vx-7I4gܹ;%(0@IJ* PRa T%(0@IJ* PRa T%(0@IJ* PRaV<_kfRas,*;%(0@IJ* PRa T%(0@IJ* PRa T%(0@IJ* PRaVz߽ϫ^s5X G=q3#PRa T%(0@IJ* PRa T%(0@IJ* PRa T%(mp}f*f=.#PRa T%(0@IJ* PRa T%(0@IJ* PRa T%(mp}f*f=.#PRa T%(0@IJ* PRa T%(0@IJ+}7,|8u+UX#PRa Tҧs[\¬eUv$J* PRa T%(0@IJ* PRa T%(0@IJ* PRa T%(0@IJ* PRa T%(0@IJ* PRa T%(0@IJ* PRa T%(0@IJ* PRa T%(0@IJ* PRa` TGIo%IENDB`DdB  S A? BJoMu"'|&- ToMu"'|@ Pg xxTKo@;)U*Vb4V XN:k˻ISJαJܠ?_0u VZ{g}.ll>^z:}53mGZѤAj6ɒ8&Omg0m!O\9of1B^!.D(*YȨP1*$ByȺ5P*% B'6"<, ?g{;ɡ6Z.W&zQL\gҊVHTF2Ja}o}RPK Normal.dotmRussell P. Kraft180Microsoft Macintosh Word@Be@k.@#tjz@&Sq_RT ՜.+,D՜.+,l( hp  '$Rensselaer Polytechnic Institute3I> !Rensselaer Polytechnic Institute Title 8@ _PID_HLINKS'A@3dƦD3 F Microsoft Word 97-2004 DocumentNB6WWord.Document.8666666666vvvvvvvvv666666>6666666666666666666666666666666666666666666666666hH6666666666666666666666666666666666666666666666666666666666666666666666666662 0@P`p2( 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p8XV~OJQJ_HmH nH sH tH N`N Normal$h`ha$OJQJ_HmH sH tH R@R  Heading 1$$@&`a$5CJOJQJL@L  Heading 2$@&`5CJOJQJH@H  Heading 3$@&` 5OJQJDA`D Default Paragraph FontZi@Z  Table Normal :V 4 l4a _H(k (No List TCT Body Text IndentT^T`OJQJ.(. Line Number4 @4 Footer  !.)!. Page Number<2< suba$]dhOJQJ61B6 subscript@EHP/RP greek$]a$CJOJQJ_HmH sH tH PobP sym$h^h`a$OJQJ_HmH sH tH @>@r@ Title$`a$ 6OJQJHR@H Body Text Indent 2OJQJPB@P Body Text$`a$5B*OJQJphBP@B Body Text 2 `OJQJ44 Header  !LQ@L Body Text 3$`a$ 5OJQJPK!K[Content_Types].xmlj0Eжr(΢]yl#!MB;BQޏaLSWyҟ^@ Lz]__CdR{`L=r85v&mQ뉑8ICX=H"Z=&JCjwA`.Â?U~YkG/̷x3%o3t\&@w!H'"v0PK!֧6 _rels/.relsj0 }Q%v/C/}(h"O = C?hv=Ʌ%[xp{۵_Pѣ<1H0ORBdJE4b$q_6LR7`0̞O,En7Lib/SeеPK!kytheme/theme/themeManager.xml M @}w7c(EbˮCAǠҟ7՛K Y, e.|,H,lxɴIsQ}#Ր ֵ+!,^$j=GW)E+& 8PK!\theme/theme/theme1.xmlYOoE#F{o'NDuر i-q;N3' G$$DAč*iEP~wq4;{o?g^;N:$BR64Mvsi-@R4Œ mUb V*XX! cyg$w.Q "@oWL8*Bycjđ0蠦r,[LC9VbX*x_yuoBL͐u_. DKfN1엓:+ۥ~`jn[Zp֖zg,tV@bW/Oټl6Ws[R?S֒7 _כ[֪7 _w]ŌShN'^Bxk_[dC]zOլ\K=.:@MgdCf/o\ycB95B24S CEL|gO'sקo>W=n#p̰ZN|ӪV:8z1f؃k;ڇcp7#z8]Y / \{t\}}spķ=ʠoRVL3N(B<|ݥuK>P.EMLhɦM .co;əmr"*0#̡=6Kր0i1;$P0!YݩjbiXJB5IgAФ޲a6{P g֢)҉-Ìq8RmcWyXg/u]6Q_Ê5H Z2PU]Ǽ"GGFbCSOD%,p 6ޚwq̲R_gJSbj9)ed(w:/ak;6jAq11_xzG~F<:ɮ>O&kNa4dht\?J&l O٠NRpwhpse)tp)af] 27n}mk]\S,+a2g^Az )˙>E G鿰L7)'PK! ѐ'theme/theme/_rels/themeManager.xml.relsM 0wooӺ&݈Э5 6?$Q ,.aic21h:qm@RN;d`o7gK(M&$R(.1r'JЊT8V"AȻHu}|$b{P8g/]QAsم(#L[PK-!K[Content_Types].xmlPK-!֧6 1_rels/.relsPK-!kytheme/theme/themeManager.xmlPK-!\theme/theme/theme1.xmlPK-! ѐ' theme/theme/_rels/themeManager.xml.relsPK] " "R-R !%Y05=>GUk4="`degikqvq s(j0:>>r>>>P????HII&I9IKI]IoIIIIIII!K@KYKrKKKKKK L#L 55566666 6 66,696:6F6G6R6S6`6m6x6y66666666666666666>???????@@@ @@@@@&@'@-@/@9@:@@@B@K@L@R@T@]@^@d@f@o@p@v@x@@@@@@@@@@@@@@@@@@@@@@@AAAAB!B"B$B+B3B@BABCBJBRBYBZB\BcBkBrBsBuB|BBBBBBBBBBBBBBBBBBBBBBBBBBC C C CCC#C$C&C-C4C""">G?qA@(67"`@`>`@UnknownGTimes New Roman5Symbol3 ArialsNew Century SchlbkCentury Schoolbook? Courier New;Wingdings9MNew York3Times"A `KQF$:S RTI3+xx2d>YK#q+?d r0 Rensselaer Polytechnic InstituteRPKRussell P. Kraft    CompObj`