ࡱ> JLEFGHI7 LbjbjUU 7|7|Nl D$ \\\T],]$ P_____fgth<$ C] [hd0f[h[hC_p__(_p_p_p[h_ __p[h_p_poxbSF i_D_ `*\$ R\Qmniȩ<#FpXi_p$ $  Microsoft TerraServer: A Spatial Data Warehouse Tom Barclay Jim Gray Don Slutz June 1999 Revised February 2000 Technical Report MS-TR-99-29 Microsoft Research Advanced Technology Division Microsoft Corporation One Microsoft Way Redmond, WA 98052 Microsoft TerraServer: A Spatial Data Warehouse Tom Barclay Microsoft Research 301 Howard St., Suite 830 San Francisco, CA 94105 415 778 8223 tbarclay@microsoft.com Jim Gray Microsoft Research 301 Howard St., Suite 830 San Francisco, CA 94105 415 778 8222 gray@microsoft.com Don Slutz Microsoft Research 301 Howard St., Suite 830 San Francisco, CA 94105 415 778 8226 dslutz@microsoft.com ABSTRACT Microsoft TerraServer stores aerial, satellite, and topographic images of the earth in a SQL database available via the Internet. It is the worlds largest online atlas, combining eight terabytes of image data from the United States Geological Survey (USGS) and SPIN-2. Internet browsers provide intuitive spatial and text interfaces to the data. Users need no special hardware, software, or knowledge to locate and browse imagery. This paper describes how terabytes of Internet unfriendly geo-spatial images were scrubbed and edited into hundreds of millions of Internet friendly image tiles and loaded into a SQL data warehouse. All meta-data and imagery are stored in the SQL database. TerraServer demonstrates that general-purpose relational database technology can manage large scale image repositories, and shows that web browsers can be a good geo-spatial image presentation system. Keywords Geo-spatial, VLDB, image databases, internet. Overview The TerraServer is the world's largest public repository of high-resolution aerial, satellite, and topographic data. It is designed to be accessed by thousands of simultaneous users using Internet protocols via standard web browsers. TerraServer is an image tile server that delivers a set of raster images based on a users search criteria. Once an image of interest is located, users can pan, zoom in, zoom out, or display meta-data about the image they are viewing. The TerraServer is a multi-media data warehouse. It differs from a traditional data warehouse in several ways: (1) it is accessed by millions of users, (2) the users extract relatively few records (thousands) in a particular session and, (3) the records are relatively large (10 kilobytes). By contrast, classic data warehouses are (1) accessed by a few hundred users via proprietary interfaces, (2) queries examine millions of records, to discover trends or anomalies, (3) the records themselves are generally less than a kilobyte. In addition, classic data warehouse queries may run for days before delivering results. Initial results typically cause users to modify and re-run queries to further refine results. One thing the TerraServer has in common with classic data warehouses is that both manage huge databases: several terabytes of data. TerraServers topographic maps cover all of the United States at 2 meter resolution 10 million square kilometers), the aerial photos cover 40% of the United States today (3 million square kilometers) at one-meter resolution, and 1% of the urban areas outside the United States (1 million square kilometers) at 2 meter resolution. This report describes the design of the TerraServer and its operation over the last 18 months. It also summarizes what we have learned from building and operating the TerraServer. Our research group explores scaleable servers. We wanted first-hand experience building and operating a large Internet server with a large database and heavy web traffic. To generate the traffic we needed to build an application that would be interesting to millions of web users. Based on our exposure to the EOS/DIS project [2], we settled on building a web site that serves aerial, satellite, and topographic imagery. We picked this application for four reasons: The web is inherently a graphical environment, and these images of neighborhoods are recognizable and interesting throughout the world. We believed this application would generate the billions of web hits needed to test our scalability ideas. The data was available. The USGS was cooperative, an since the cold war had ended, other agencies were more able to share satellite image data. The thaw relaxed regulations that had previously limited the access to high-resolution imagery on a global basis. The solution as we defined it a wide-area, client/server imagery database application stored in a commercially available SQL database system had not been attempted before. Indeed, many people felt it was impossible without using an object-oriented or object-relational system. This paper describes the application design, database design, hardware architecture, and operational experience of the TerraServer. The TerraServer has been operating for eighteen months now. We have deployed the third redesign of the database, user interface, and process of adding new images to the database. Application Design TerraServer is accessed via the Internet through any graphical web browser. Users can zoom and pan across a mosaic of tiles within a TerraServer scene. The user interface is designed to function adequately over low-speed (28.8kbps) connections. Any modern PC, MAC, or UNIX workstation can access the TerraServer using a standard web browser Internet Explorer 3.0 or later, or Netscape Navigator 3.0 or later. If you have never used it, look at the TerraServer web site at HYPERLINK "http://terraserver.microsoft.com/"http://terraserver.microsoft.com/. There are four methods by which a user locates an image: Coverage Map: clicking on low resolution map of the world shaded to show where coverage exists, Place Query: entering a place name, e.g. San Francisco, Coordinate Query: entering the longitude and latitude of interest, or Famous Place: selecting a location from a pre-compiled list of places. A successful search presents the user with a web page containing an HTML table of image tiles fetched from a SQL database. GIF images surrounding the image tile table provide the user with the following basic controls: Pan and zoom Display image meta data Download an image copy Control the size of the image table. There are three fixed sizes Small (400 x 200 pixels), Medium (600 x 400 pixels), and Large (800 x 600 pixels). Choose the image style or theme. TerraServer stores three image styles -- imagery stored in TerraServer shaded relief, topographic map, and photograph (aerial or satellite). We expect and support the use of TerraServer image tiles on remote web sites. Most data on TerraServer is public domain data. Therefore, we deliberately chose simple graphics and storage methods so that users could craft their own web pages that display TerraServer image tiles. Imagery is categorized into themes by data source, projection system, and image style. Currently, there are four data themes: USGS Digital Ortho-Quadrangles (DOQ) are gray-scale or color infrared, 1-meter resolution aerial photos. Cars can be seen, but 1-meter resolution is too coarse to show people. Imagery is ortho-rectified to 1-meter square pixels. Approximately 50% of the U.S. has been digitized. The conterminous U.S. is expected to be completed by the end of 2001. Some locations have more than one DOQQ image available varying by image source date or color mode. TerraServer stores the latest grayscale image. If only a color infrared image is available, they it is converted to grayscale before tiling and storing in the database. USGS Digital Raster Graphics (DRG) DRGs are the digitized versions of the popular USGS topographic maps. The complete set of USGS topographic maps have been scanned for the conterminous United States and Hawaii. The original images are available in three map scales 24,000:1 (2.4 meters/pixel), 100,000:1 (10 meters per pixel) and 250,000 meters per pixel. The raster images are re-sampled to nearest power of 2 meters per pixel. Aerial Images SPIN-2"! are grayscale 1.56-meter resolution de-classified Russian military satellite images. The images are re-sampled to 2-meter resolution. Terra-Server contains SPIN-2 images of Western Europe, the United States, and the Far East. Unfortunately, there is little coverage of Canada, South America, Africa, and Southeast Asia. The SPIN-2 imagery is rectified, i.e. rotated so north is up, but is not ortho-rectified. That is, the image is not rubber sheeted so that each pixel covers a consistent square number of square meters. However, given the height of the satellite, the difference in ground area between individual pixels is small. Encarta Shaded Relief is natural color, shaded relief map of the globe. The full resolution image detail is approximately 1 kilometer per pixel. The image is a seamless image of the globe between latitude +80 and -80. The Microsoft Geography Business Unit assembled the image from a public domain combination of weather satellite data and elevation data. The image appears in the Encarta Virtual Globe add-on product to the Encarta Encyclopedia CD title. System Architecture TerraServer is a thin-client / fat-server design. The TerraServer has a 3-tier architecture: Tier 1: The Client is a graphical web browser or other hardware/software system that supports HTTP 1.1 protocols and HTML 3.2 document structure. TerraServer is built and tested with Netscape Navigator and Internet Explorer on Windows, MacOS, and UNIX. Tier 2: The Application Logic is a web server application that responds to HTTP requests submitted by clients by interacting with the Tier 3 database system and applying logic to the results returned. Tier 3: The Database System is a SQL Server 7.0 Relational DBMS containing all image and meta-data required by the Application Logic tier. Most web pages are dynamically formed and contain standard HTML 3.2 tags. All imagery is stored within SQL Server blob fields and compressed in Jpeg or Gif format. There is one row per image tile. The row contains the meta-data describing the tiles geographic attributes and one blob field containing the image data. Imagery is presented via tags without the aid of java applets, or other specialized client side controls. The SRC URL references a script executed on the web server that is fetched from the database and sent back to the browser prefixed with the appropriate mime type. TerraServer supports Netscape Navigator and Internet Explorer V3.0 or later browsers. Zoomed out or sub-sampled imagery is also stored in the database, one-row per tile. Four higher resolution tiles are sub-sampled into one lower resolution tile. The process is repeated for the number of levels in the image hierarchy. We found, and our graphics colleagues have confirmed, that a 7 level image pyramid is the maximum for grayscale imagery. All levels of the image pyramid are pre-computed and stored in the database for the following reasons: We wanted to build the largest physical database that we could. A 7 level image pyramid would require 25,600 tiles to be sub-sampled to create one single 64:1 resolution tile. We do not believe users are willing to wait for this operation to be completed on-the-fly. We did not have the resources to develop and support a high performance, server-side sub-sampling and dynamic image generation application. We wanted users to reference TerraServer imagery on their own web pages with a simple tag and not require a client-side control to display and sub-sample the imagery. The web site is a cluster of machines. A set of servers executes Microsoft Internet Information Server (IIS) web server software that interfaces with the SQL Server databases. The site is designed to support a variable number of web servers for performance (more net cards for increased bandwidth) and reliability reasons (a failed web server does not take down the whole web site). Increasing the throughput of the web site is as simple as adding another web server until the network web and database servers saturate. The web servers connect to the database servers that host the SQL Server database via a separate internal network. This protects the SQL Servers provides an extra level of security from hackers and a separate private network that does not compete with Internet or other network traffic. Currently, there are two database servers one for aerial and satellite imagery, and a second for the topographic maps. There are also two 100mbit subnets between the database and web servers. The number and size of database servers is determined by the popularity of the data and convenience. The bandwidth between database servers and web servers drives the hardware configuration. Topo maps are expected to be popular, so we decided to host them on a separate machine where queries for aerial photography data do not have to compete for bandwidth with queries for topo data. The shaded relief data is small and replicated on both the topo and aerial photography server. Web pages containing imagery have a consistent layout. Users can control the number of image tiles that appear on a single page. The users monitor size and Internet connection speed dictate their choice. Web pages are dynamically created on the web servers due to the millions of combinations of possible web pages. There are a wide number of choices for dynamic web page construction on Internet Information Server based web servers ISAPI, Active Server Pages, CGI/Perl, Cold Fusion, etc. We chose Active Server Pages (ASP) for a number of reasons: Fast and easy development ASP host Visual Basic or JavaScript engines. An ASP document can be written and debugged without requiring a compiler or other elaborate development tools. The execution time of our ASP scripts was dominated by the SQL execution time and the data transfer time between database and web server. There was little or no performance gain in using a compiled language. We chose Visual Basic as the scripting language because it had better support for error handling. The Active Data Object (ADO), an OLEDB object, is used to access the SQL Server database engine. The Visual Basic error object could trap the errors raised by the ADO object. Our Visual Basic scripts process URL query strings, access the Imagery SQL database, and dynamically generate HTML pages. One ASP page, Tile.asp, is responsible for retrieving Jpeg or GIF formatted blobs from the database and sending it back to the client. A second ASP page, image.asp, is responsible for executing SQL queries to fetch the meta data necessary to dynamically produce the HTML tags which format an image page. These two web scripts are called 85% of the time. The Cmap.asp (coverage map), Place.asp, Geo.asp, and Famous.asp implement the four search methods described previously. Each major function, e.g. Download, Image Information, the Home Page, etc., is implemented by a separate ASP page. All TerraServer ASP scripts have a common structure. Database access is performed by calling a single SQL Server stored procedure function. The SQL stored procedure returns one or more record sets. The ASP script calls ADO methods to connect to the database server, call one stored procedure, iterate through the returned result set(s), and disconnect. This design achieves the highest performance as we learned during the first few weeks of service. Tuning the Application TerraServer was our groups very first web site. While we had some professional graphics design assistance, we developed the web application by the classic seat-of-the-pants method. Also like most software projects, particularly Internet projects, we were under marketing pressure to release to the web quickly. We learned a lot about our design and products we chose during an all too brief beta period and during the first month of live service. We initially estimated the application was interesting enough to generate 1 million hits or 250,000 page views a day. Later we increased our estimate to 5 million hits and 1 million page views a day. We configured 4 web servers to support the 5 million hits and 1 million page views per day estimate. Officially, TerraServer went live on June 24, 1998. However, there was an article published on the front of the USA Today Business page on June 22, 1998. The article proved we grossly underestimated the popularity of the web site. Starting on June 22, our four web servers managed to deliver 35 million web hits and 8 million page views. Millions more were rejected. We quickly grew our site to 10 web servers by the weekend and learned the following: Web server software is really a TP Monitor. Once we realized this point, we used the tuning skills we learned back in the late 70s and 80s to good use. We treated the database server as a scarce resource and used the web server configuration tools to optimally schedule requests to the back end. Prior to this discovery, we unleashed requests from the web servers to the backend via a fire hose and were genuinely surprised when the database server ground to a halt. Round trips to the database server are costly. Therefore, do as much as possible in one trip. People look at imagery of where they live. While spending many a sleepless night the first week, we noticed that there was the interesting sine wave of Internet connection and disk activity. In highly populated and covered areas, we would notice a precipitous rise in user connections at the start of that time zones day. Between 5 am and 6am PST or 8 am and 9am EST, the number of user connections would rise steeply. About one hour later, the number of connections continued to rise, but the disk activity began to drop and reach a steady state. Over time, we realized that separate users were requesting the same data as their neighbors. We had 2 GB of physical memory on the database server, about 1.8 GB was SQL Servers memory cache. Thus many of the queries were resolved out of the database cache. Over time, we realized the TerraServer web site is busiest in the mornings where we have coverage. Thus our web site is very active from 11pm to 3 am (Europe) and from 5 am to 3 or 4 pm. But it is not very busy around 5 pm because we have very little coverage in the Pacific Rim and East Asia. Our Microsoft.com and msn.com colleagues confirmed some other web usage facts. The internet is busiest on Mondays and Tuesdays. Saturday and Sunday is half the volume of Monday and Tuesday. A steady slide occurs from Wednesday thru Friday. Thus, we do on-line database maintenance on the weekends on-line backups, table reconfigurations, etc. Scenes and Projection Systems TerraServer is map and image data tiling system. Unlike online mapping web sites, e.g. MapQuest, TerraServer does not re-project the data to match the users request. Instead, TerraServer displays the image or topographical map data in the projection chosen by the data provider. TerraServer allows a user to navigate the length and width of an entire scene. A web page contains tiles from only one scene. Lists of links to scenes that overlap the viewed scene are offered to the user. Thus TerraServer really is a collection of seamless scenes and not a single seamless view of earth. The reason for this is geometry and geography. The earth is a bumpy ellipsoid. Maps and computer monitors are flat. It is impossible to accurately present a spherical object on a flat surface. Cartographers have addressed this issue by developing projections of the geoid onto flat surfaces [5]. There are many projection systems, each suited to present certain regions or properties. Multiple images in a projection system can often be joined together to form a seamless mosaic within certain boundary conditions. These mosaics either have extreme distortion as they scale out, or they introduce seams. DOQ and DRG data are projected by the USGS into Universal Transverse Mercator (UTM) projection using the North American Datum (NAD) ellipsoid created in 1983 [7]. UTM is a projection system that divides the earth into 60 wedge shaped zones numbered 1 thru 60 beginning at the International Date Line. Each zone is 6 degrees wide and goes from the equator to the poles. UTM grid coordinates are specified as zone number, then meters from the equator and from the zone meridian. The conterminous United States is divided into 10 zones (see Figure 5). Each of these UTM zones is a scene. The TerraServer mosaics each scene, but two adjacent scenes are not mosaiced together. Users can pan and zoom within a scene, and can jump from one scene to another. The SPIN-2 imagery is digitized from Russian satellite photographs. The Russian satellite captures 160km wide by 40km high areas in a single image. The satellite takes one image and then begins the adjacent image, overlapping the last image. The overlap is variable, and when digitized does not line up on a pixel boundary. To create a seamless mosaic of SPIN-2 imagery, all SPIN-2 imagery would have to be ortho-rectified. This requires precise geo-location of each image, which was not available due to security concerns. Without rectification, if tiles extracted from separate SPIN-2 satellite images are mosaiced, the tile edges are misaligned. Roads, rivers, and other geographic features do not line up. While this may be understandable to GIS experts, it is disorienting and unacceptable to novice users. Consequently, the TerraServer treats each 160km x 40km SPIN2 image as a separate scene. These scenes are not mosaiced together. Users can pan and zoom within a scene, and can jump from one scene to another. TerraServer Grid System Users can zoom and pan across a mosaic of tiles within a TerraServer scene. The tiles are organized in the database by theme, resolution, scene, and location within a scene in the TerraServer grid system. TerraServer supports a fixed number of resolutions in powers of 2 from 1/1024 meters per pixel (scale 0) through 16384 meter per pixel (scale 24). One-meter per pixel is scale 10. For UTM projection data sets, the SceneID is the UTM zone assigned to the original image a tiles pixels were extracted from. For SPIN2 data sets, a unique SceneID is assigned for each scene loaded per theme. Each TerraServer scene is planar. A tile can be identified by its position in the scene. The tile loading program assigns a relative X and Y tile identifier to each tile as it is loaded. For UTM projected data, the X and Y tile address is the UTM coordinate of the top-left most pixel in the tile divided by the tile image size in UTM units in meters. The following are the formulas: X = TopLeftUTM_X / (TilePixWidth Resolution) Y = TopLeftUTM_Y / (TilePixHeight Resolution) For SPIN2 scenes, the X and Y tile addresses are relative to the upper left corner of the scene. The six fields Resolution, Theme, SceneID, Scale, X, and, Y - form the unique key by which any TerraServer image tile can be directly addressed. Each TerraServer web page contains image tiles from a single Theme, Scale, and SceneID combination. For example, our office building in USGS DOQ theme (T=1), has scene UTM zone 10 (S=10), at scale 1 meter (Z=10) with X=2766 and Y=20913. The URL is:  HYPERLINK "http://terraserver.microsoft.com/tile.asp?S=10&T=1&Z=10 &X=2766&Y=20913" http://terraserver.microsoft.com/tile.asp?S=10&T=1&Z=10 &X=2766&Y=20913. The TerraServer search system performs the conversion from geographic coordinate systems to the TerraServer coordinate system. The TerraServer image display system uses TerraServer grid system coordinates to pan and zoom between tiles and resolutions of the same theme and scene. Imagery Database Schema Each theme has an Source Meta-data table. This table has a row for each image that is tiled and loaded into the TerraServer database. The OrigMetaTag field is the primary key. The meta-fields vary widely from theme to theme. Some of the meta fields are displayed by the Image Info Active Server Page (for example HYPERLINK "http://terraserver.microsoft.com/imageinfo.asp?S=17&T=2&X=17&Y=122&Z=17&W=1&O=c28080a1&P=28+km+SW+of+Orlando%2C+Florida%2C+United+States"http://terraserver.microsoft.com/imageinfo.asp?S=17&T=2&X=17&Y=122&Z=17&W=1&O=c28080a1&P=28+km+SW+of+Orlando%2C+Florida%2C+United+States All the image tiles and their metadata are stored in an SQL database. One table is maintained for each (theme, resolution) pair so that tiles are clustered together for better locality. USGS DOQ supports resolutions from 1-meter resolution through 64-meter resolution. USGS DRG data supports 2-meter resolution through 128-meter resolution. SPIN supports resolutions from 1-meter to 64-meter. Each theme table has the same five-part primary key: SceneID individual scene identifier X tiles relative position on the X-axis Y tiles relative position on the Y-axis DisplayStatus Controls display of an image tile OrigMetaTag image the tile was extracted from There are 28 other fields that describe the geo-spatial coordinates for the image and other properties. One field is a blob type that contains the compressed image. These tile blobs are chosen to be about ten kilobytes so that they can be quickly downloaded via a standard modem (within three seconds via a 28.8 modem). Gazetteer Database Schema The Gazetteer lets users find images by name. It contains the names for about 1.5 million places, with many alternate spellings. It is a simplified version of the Gazetteer found in the Encarta Virtual Globe"! and Microsoft Streets"! products. The Gazetteer Schema is a snowflake database design. PlaceName is the center table. It contains the formal name for unique location on earth and maps a unique named location to the TerraServer Grid System. The AltPlace table contains all the synonyms of a unique place. The StateName and CountryName parent tables identify a places state/province and country. The AltState and AltCountry tables contain the state/province and country synonyms. Lookup by place name is surprisingly common (40%). So the user interface was modified to make it even easier. The top of each web page has a simple name lookup field where the user can enter city, state/province, or country separated by commas. The home page has an additional link that takes the user to an advanced name lookup web page. The find a place input field allows the user to enter a subset of PlaceName, StateName, and CountryName. The supporting database stored procedure builds a cursor that searches for the name by performing a join on the appropriate tables depending on which fields the user specified. Name searches are performed on the Alt tables, which have synonyms and abbreviations for places (USA for example). Formal names matching the search criteria are returned from the PlaceName, StateName, and CountryName tables. The ImageSearch table forms the association between a named place and a visible image. The ImageSearch table identifies the Theme, SceneID, Scale, X, Y, and ImageDate of a visible image tiles that cover the associated kilometer square cell. The load program inserts rows into the ImageSearch table when it has completed the image pyramid for a certain area. The ImageSearch table serves as a one-level quad-tree index of the image data [6]. The image display Active Server Page scripts use an additional table, the Pyramid table, to display the name and distance to the location closest to the center tile on an image display web page. This table is a two-level quad-tree is used to find population-weighted nearest neighbors of a given latitude and longitude. The SQL stored procedure scans a rectangle of the quad-tree to determine the closest city to latitude-longitude in the center of the web page image. The quad tree is implemented atop a B-tree by giving each quadrangle a name that is a prefix of the key for records in that quadrangle. In total, the Gazetteer contains about 4 million rows and consumes 3.3 GB of space. Our first design used a fine-granularity (quarter kilometer) quad-tree and so used a hundred times more space (400GB). That design needed no computation during lookup. The current design must examine 50 records on average and do some spherical trigonometry on the coordinates for each record. The new design uses more computation, but it can process a record in 3 microseconds of processor time, so it seems a good tradeoff. Database Architecture The database architecture was chosen to demonstrate the scalability and usability of SQL Servereverything was done in the most straightforward way, with no special tricks. There are two database servers Imagery and Topographic Map. On the Imagery database server, a single SQL server database was created with two File Groups Gazetteer and Primary. The Gazetteer File Group is comprised of one, 5 GB file named t2b2gaz0.ndf and placed on volume G:. The Imagery, Image Search, Load Management, and all other tables are stored in the Primary File Group consisting of many NTFS files. Each file resided on one of the four logical volumes and was 20GB, which is a convenient backup/recovery unit. Initially, 53 files were created to achieve the 1TB database goal. Additional files are added as new imagery is loaded. Currently, there are 71 20GB files. Plans are to grow the database to 2.0 TB. The initial files were placed on two 595GB NT stripe-set volumes and the files added later were placed on two other similar volumes. SQL Server makes all allocation and placement decisions within and among the files. The Topographical Map database is similarly configured. There are two File Groups Gazetteer and Primary. The Gazetteer data is replicated from the Imagery database server. There are 42 20 GB files spread over two 559 GB NTFS volumes. The TerraServer database was created using default settings with two exceptions. A bulk copy option was set to improve load times by reducing logging. Also, a truncate log on checkpoint option was set. These options preclude media recovery using the log. Instead, Terraserver would restore from an online database backup and reload any data that had been added since that backup. All tables are clustered on their primary key and a few secondary indexes, mostly in the Gazetteer, were added to support searching for different name combinations and for on-line loading. Retrieving one image tile requires the simplest of SQL statements: Select * from Image where PrimaryKey=value One set of Gazetteer tables and one ImageSearch table serve to locate images by name in all themes. The Loadjob, Scalejob, and SearchJob tables are used to manage the online loading of images. They hold the state of load jobs and are used for monitoring and restart. Hardware Architecture The web site is configured to minimize single points of failure, protect the database from hackers, and scale to support additional users or data over time. The Tier 2 and Tier 3 software runs on separate computer systems. There is an HTTP firewall in front of the web servers and a packet filter firewall between the web servers and the database server. Having the database server inside the corporate firewall allows us to load data to the TerraServer from within the Microsoft corporate network. The web site has eight Windows NT servers 6 web servers and 2 database servers. The USGS aerial imagery is maintained on a Compaq AlphaServer"! 8400 containing 8 440 Mhz Alpha processors and 10 GB of RAM. The processor is attached to 7 StorageWorks"! Enterprise Storage Array 10000 (ESA-10000) cabinets. The disk arrays are based on UltraSCSI technology. Each ESA-10000 contains 48 9 GB disk drives and 2 HSZ70 dual-redundant RAID-5 controllers. 4 sets of 11 disks each are configured into a single RAID-5 stripe-set and managed as a single logical disk by the HSZ70 controller. 2 drives per cabinet are available as hot spares. Should a disk fail, the HSZ70 controllers automatically swap a spare drive into a RAID set. Windows NT Server sees each large (85 GB each) disk created by the RAID controllers of each of the seven disk cabinets. It stripes these into 4 large (595 GB) volumes which are then each formatted and managed by the Windows NT file system (NTFS). Each 595 GB volume contains about thirty 20GB files. SQL Server stores its databases in these large files. We chose this 20GB file size since it fits conveniently on one DLT magnetic tape cartridge. Connected to the AlphaServer 8400 is a StorageTek 9710 automated tape robot. The tape robot contains 10 Quantum DLT7000 tape drives. Legato Networker backup software can backup the entire 1.5 TB TerraServer SQL database to the StorageTek tape robot in 7 hours and 15 minutes or 17 GB/hour. The USGS topographic maps are maintained on a Compaq ProLiant 8500 containing 8 550 mhz Pentium III processors and 4 GB of RAM. Two racks contain 140 9GB hard drives. A row of 10 drives is configured into a RAID-5 disk volume by the Compaq SmartArray hardware controller. The RAID-5 sets are connected to the processor via Fiber Channel. For reliability and performance, the database servers contain three 100 Mbit Ethernet cards and is connected to three separate local area networks. One network card connects the database server to three of the Compaq ProLiant 5500 web servers. A second network card connects the database server to three other Compaq ProLiant 5500 web servers. The third network card connects the database server to the TerraServer image-processing center which is inside the Microsoft corporate network. The TerraServer web site is housed at the Microsoft Internet Data Center a well-managed and secure facility with excellent environmental protection (emergency power, good physical security,...), and with high bandwidth to the Internet (about 3.6 Tbps at present). Hardware Capacity Planning It is difficult to size an Internet application in advance. We originally planned for one-million web hits per day, which is far beyond what we actually expected. At the time, other groups were reporting small numbers (e.g. 17 million hits per week for the 1997 winter Olympics.) But, publicity and interest in the site was very high. During the first week, demand was in excess of 30 million web hits per day. Ten times what we expected. This was not a pleasant experience for us or for our users. Now that the novelty has worn off, demand averages 7 million hits per day with peaks of 15. The web site is configured to support a maximum of 6,000 simultaneous web browser connections (see Table 1). Additional Tier 2 Web Servers could increase this number. Table 1. TerraServer hardware configuration parameters Max hits per day40 million/dayMax SQL queries per day37 million/dayMax image downloads / day35 million/dayBandwidth to Internet200 Mbps = 2 Terabytes/dayConcurrent connections6,000 connectionsWeb front ends6 4-way 200 Mhz Compaq Proliant 5500, .5GB ramDatabase back-end1 8-way 440Mhz Compaq AlphaServer 8400 10GB ram, 3.2 TB raid5 324 9GB Ultra SCSI disks 1 8-way 550 mhz Compaq ProLiant 8500, 4GB ram, 1.2 TB Raid-5 (140 9GB Fiber Channel disksTerraServer Data Load Process As with other data warehouses, most of the labor of building the TerraServer consists of data scrubbing and data loading. The TerraServer database is organized to simplify the TerraServer web application that presents image and meta data to end users. The TerraServer design avoids dynamic projection, rotation, and other sophisticated features found in commercial GIS systems. The data loading programs pre-compute the GIS details and present each scene as a seamless mosaic of 200 by 200 pixel tiles. All knowledge of projection systems, re-sampling pixels, edge alignment, merging pixels from multiple images, etc., is implemented in the load programs. There are two image load programs in the TerraServer system TerraCutter and TerraScale. TerraCutter re-formats imagery received from data sources, tiles it into formats acceptable to the TerraServer web application, and inserts the tiles and metadata into the database. TerraScale computes the lower resolution image-pyramid tiles for a theme by sub-sampling the tiles created by TerraCutter. We implemented a simple job-scheduler system to manage and track the data loading process. Each processing program leaves a popcorn trail in the Load Management database so administrators can monitor progress on loading new data. New imagery is inserted into the TerraServer database on-line while web users browse imagery. The table design and load program insertion order ensures that all the required metadata and imagery is place before the image is made visible to the web application. Data Flow USGS DOQ data is shipped DLT media written in the tar format. DOQ files are in a custom USGS format. Meta-data and image pixels are contained in one file. Data is 8-bit grayscale or 24-bit, RGB color infrared. TerraCutter converts color infrared to 8-bit grayscale. DOQ files cover a USGS standard quarter-quadrangle, which is a 3.75-minute by 3.75-minute square area. The order of DOQ files on tape is random. Adjacent DOQ files can arrive in any order. USGS DRG data is shipped on CDROM media. All 1:24,000, 1:100,000, and 1:250,000 scale maps for a square degree are contained on one CDROM. Images are in the GeoTiff format and have a fixed color map of 13 colors. Meta-data and image pixels are separate files. Files for a single square degree are grouped onto one CDROM. SPIN-2 data is shipped on DLT media written in NT Backup format. SPIN-2 files are in a custom Kodak/Microsoft/Aerial Images format. Meta-data and image pixels are in separate files. Data is 8-bit grayscale. TerraServer System Administrators use the appropriate off-the-shelf program to download a tape or CDROM to a directory on an image editing system. The current image editing system is a Compaq ProLiant 8500 with 8 550 mhz processors, 4 GB of RAM, and 450 GB of disk. The TerraServer System Administrators launch the TerraCutter image-editing program against a directory containing the image and meta files downloaded from tape or CDROM. TerraCutter uses the Load Management schema tables to make sure the job has not been processed previously. Or, if a previous run had aborted, TerraCutter will pick up where it had left off. TerraCutter uses the Load Management schema to catch duplicate files sent on previously processed tapes or CDROMs. When a directory has been successfully processed, the download directory is deleted; the tape is physically marked as processed and shelved. All further processing sub-sampling to create lower resolution scales, correlating tiles with named locations, merging pixels between tiles, etc. occurs within the memory of a custom program or T-SQL database statements. Load Management Schema The TerraServer load system maintains a set of tables in the TerraServer database. These tables are not visible to end users on the Internet. A set of Active Server Page scripts allow the TerraServer System Administrators to schedule and monitor the TerraServer database load process. A LoadJob row is created when a load program is instructed to process a directory or a specific list of imagery received from a data source. The LoadJob row describes the on-disk location of the input data, the source tape/CD, the computer system the load program ran on, the load program version, the date the job started, and the jobs current status. Load programs update the LoadJob record each time they complete an input file found in the source path and insert a row into the ScaleJob table. This is the signal to the TerraScale program that a block of image tiles is ready to have its image pyramid created. The TerraScale program updates the ScaleJob table with its progress information. There is a set of administrative Active Server Pages that TerraServer Administrators use to monitor the progress of image pyramid creation. TerraCutter TerraCutter is a fairly complicated C program. The simple part is formatting tiles suitable for the TerraServer web application and inserting them into the database. The ground size covered by a pixel must also be fixed to multiples of 1-meter resolution , , 1, 2, 4, 8, 16, etc. If necessary, TerraCutter re-samples the input image to the appropriate resolution as the image is read in. As tiles are produced, TerraCutter saves the tile image into a temporary file, computes the Image table metadata fields, and inserts the new tile into the database using ODBC API calls. A single image tile is inserted in the scope of one transaction. The challenging aspect to the TerraCutter program is handling the image overlap that generally exists within original imagery. For example, USGS DOQ images cover a 3.75 minutes by 3.75 minutes. Generally, there is a 200 to 300 meter / pixel collar surrounding the 3.75 x 3.75 minute rectangle. Thus adjacent DOQ images contain a certain number of duplicate pixels along an edge. TerraCutter combines pixels from multiple input images into one tile. The merge must ensure geographic alignment so that roads, buildings and other structures that cross tile boundaries do not appear interrupted. TerraCutter does this by carefully computing the starting point - location 0,0 in the image tile. For UTM based data-sets (USGS DOQ and DRG), TerraCutter looks for the first pixel in the input image that has a UTM X and Y address that is evenly divisible by width and height of an image tile. For example, USGS DOQ images are 1-meter resolution, so DOQ tiles start at 200-meter boundaries. DRG images are 2-meter resolution, so DRG tiles start at 400-meter boundaries. Rounding the starting UTM X and Y coordinate up to width and height of the image tile simplifies aligning layered maps containing multiple TerraServer data-sets. The UTM address for pixel 0,0 in a DOQ Image Tile at 2-meter resolution is the same UTM address for pixel 0,0 in a DRG tile with the same X, Y, zone address. Input image files of projected data-sets, like USGS DOQ and DRG, will overlap other image files along the edges. TerraCutter must choose which input image to take a duplicate pixel from. The amount of overlap varies from file to file in each data-set. Figure 8 depicts how input imagery files, numbered and outlined with solid thick lines, overlap each other within the UTM coordinate system. The tiles, outlined with light dashed lines within the numbered rectangles, depict the challenge in edge matching. DOQ image files typically overlap each other by 100 to 300 pixels. DRG image files can overlap each other by 50 to 1500 pixels. However, only one file will contain map data while the others will contain map notes and tick marks found along the border of USGS topographical maps [4]. Conceptually, it is possible for up to four input images to contribute to a single TerraServer tile. To complete all the tiles for a single input image, a total of nine input images are needed the center image and eight surrounding images. Unfortunately, the projected data sets are not delivered in sorted order. Finding all the adjacent input images would be a tape-shuffling nightmare. Hence, TerraCutter uses an incremental load algorithm. TerraCutter tiles each input image independently. White space is added around the input image edge to align to the TerraServer grid system and the input data is re-sampled to the appropriate TerraServer resolution. Tiles are then cut and held in memory uncompressed. After compressing each tile, TerraCutter looks for a tile with the matching Theme, Scale, X, Y, and SceneID properties in the appropriate TerraServer database imagery table. If there is not an existing tile, then TerraCutter inserts the image into the table and sets a visibility flag to visible. If a tile does exist in the database, TerraCutter compares the blankness of the newly cut tile with the blankness of the tile in the database. The following table contains the TerraCutter decision tree for handling image overlap: New Tile BlanknessDb Tile Blankness Action0 %0% 99%Discard Db Tile, Insert New Tile1% 99%1% 99%Merge pixels from New & Db Tile1% 99%0% Discard New Tile, Keep Db tileTerraCutter performs the following steps in one transaction check for an existing image, fetch the image and merge pixels with the in memory copy, compress the new or merged tile, insert new tile row, and delete old tile if necessary. Using the SQL Server concurrency control, other executing TerraCutters are automatically blocked from modifying the same tile, but can be updating other tiles in the same table. The TerraServer web application performs dirty reads of the imagery tables and is not blocked from reading the currently visible row. Thus, we are careful to delete the old tile as the last step so that the web application can get to a valid, but soon to be replaced tile, when TerraCutter is at step 2 or 3. The program proceeds on to the next tile and repeats the process. When all tiles are cut from an input image file, TerraCutter updates the production status field in the Themes Original Meta row to indicate that the input image has been completely tiled. TerraServer Administrators monitor the progress of the TerraCutter program through database queries against the Theme Original Meta table. TerraScale TerraScale re-samples the tiles created by TerraCutter to create the lower resolution tiles in the themes image pyramid. To create a lower resolution tile, TerraScale takes four tiles from the next higher resolution and averages four pixel values into one pixel value. TerraScale repeats this process at every resolution level until it tiles the lowest resolution tile for a given theme Figure 9 depicts how the highest resolution tiles loaded by TerraCutter contribute to the pixels at lower resolution. We refer to the tiles loaded by the TerraCutter program as the base scale or base tiles. The number of lower resolution tile levels created by the TerraScale program is theme dependent. The USGS DOQ and SPIN-2 data base scale is 1-meter resolution. TerraScale creates 2- meter resolution through 64-meter resolution a total of seven levels. The TerraScale program continuously scans the ScaleJob table for new work to do. If it finds a row with a job queued, then it reads the job characteristics and updates the ScaleJob row to indicate that the TerraScale program is handling the job. This lets multiple TerraScale programs consume jobs on the same queue. A ScaleJob row describes one complete image pyramid. The TerraCutter inserts or modifies a ScaleJob row when it inserts or updates a tile in the bounds defined by the top level of the Themes image pyramid. In the USGS DOQ case, a single top-level 64m-resolution tile has a 64 by 64 tile 1m resolution base. Several ScaleJob rows will be inserted for each DOQ processed by the TerraCutter since a single USGS DOQ does not line up on an image pyramid boundary. TerraScale begins a loop to create the tiles at the lowest resolution. This is the top of the image pyramid. It recurses down the image pyramid (higher resolution levels) until it fetches the four base tiles in one corner. The four tiles are averaged into one tile and inserted into the database. If the low-resolution tile had been sub-sampled previously, then the old tile is deleted. The TerraScale program continues to walk up-and-down the image pyramid underneath the lowest resolution tile it is generating. When the top tile is sub-sampled, the ScaleJob is marked as completed and the program moves on to another job. TerraScale is told which resolution levels are to represent the image pyramid in the search system. As a last step in building an image pyramid for a particular low resolution X,Y value, TerraScale inserts the appropriate rows into the ImageSearch tables. A tile is not visible in the TerraServer application until a row is inserted into the ImageSearch table. What We Learned Initial Results The TerraServer project began in late 1996. A prototype was demonstrated in May 1997. Aerial Images went live with a demonstration web site in January 1998. The full site went live in June 1998. It has now been operating for over 18 months. When the web site was launched on June 24, 1998, it was overwhelmed with 35 million hits. We had clearly under-estimated the popularity of this type of data. Working with the hardware partners and the SQL Server development team, we configured the hardware and tuned the system software to handle 40 million hits and 300,000 visitors per day. Traffic Analysis TerraServer continues to be a very popular web site. Below are the usage statistics for TerraServers first year on the web: Since the launch, TerraServer has reached a steady state of 5 to 8 million web hits, 5 to 6 million database stored procedure executions, and 50 GB of image tile downloads per day. User Input We received over 18,000 mail messages from users. We tried to answer each one. Most messages were constructive criticism or praise, but there were substantial complaints as well. The most common complaint was that images were missing. The server has only 30% coverage of the continental US and very spotty coverage outside the US. The second most common complaint was that images did not align. This forced us to go to the scene oriented design described here. The third most common complaint centered on the Java applet we wrote: it was difficult for us to get that applet to work on the many different Java Virtual Machines of the common platforms (each platform has many JVM variants). Table 2: TerraServer traffic summary July 1998 to July 1999.SummaryTotalAverageMaxUsers23,104,79863,128149,615Sessions31,011,28484,730172,545Hits2,287,259,4026,624,60729,265,400Page Views367,528,9011,004,1776,626,921DB Querys2,015,132,1665,505,82617,799,309Image Xfers1,731,338,0524,704,72314,984,365 System Availability The Compaq database server and SQL Server 7.0 database management system containing aerial imagery have been extremely reliable. Table 3 summarizes the availability statistics for the period through 1 July 1998 through 1 July 1999. The system went out of service for 3 hours for software upgrades, 2.5 hours to move the server within the data center, and 33 minutes due to a software bug. Table 3: Availability statistics for TerraServer SQL Server.Hours%Elapsed Time8760100.00 %Availability875499.93 %Scheduled Availability875799.97 %The topographical map database server went into service in December 1999. Except for a 30 minute period for a software upgrade, the new server has not be out of service at all. Database Size Table 4 summarizes the database size as of February 2000. Table 4: TerraServer DatabasesAerial Imagery DbTopo Map DbDb Allocation1.5 TB1.0 TBUser Data Rows170.7 million104.4 millionUser Data Bytes1.1 TB.75 TBLog Size75 GB25 GBThe database is backed up regularly to the StorageTek 9710 TimberWolf tape robot using SQL Backup integrated with Legato Networker. In on-line mode, the backup consumes approximately 20% of the CPU resources and takes approximately 8.5 hours to complete including tape changes. Table 5 summarizes the number of uncompressed images received from each organization and compression results: Table 5: Image CountsComp.RatioInput ImagesInput Size (GB)Tiles (M)Tile Size (GB)Aerial597,5005,864133.61,136 Topo5.44,3352,00639.6762 Application Size and Complexity Table 6 summarizes the size of the TerraServer application source code: Table 6: Application Source Code.ItemModulesFilesLinesT-SQL Stored Procedures20205468Active Server Pages (Tier 2 Web App)33415727Load Programs37039301One full-time developer and 4 part-time developers built TerraServer. 1 full-time system administrator and 1 full-time data-load specialist maintain the web site. New Satellite Imagery Users Remote sensing and aerial photography have been a niche application due to the high complexity and expense of tools that can view it. TerraServer dramatically reduced the access complexity and cost for simple applications. The application is so simple to use that, high-resolution imagery is now available to the entire Internet population. We and others have been astonished at the wide interest in the data: tens of thousands of people visit the site each day (see Table 2). Relational Databases as Image Repositories Using relational databases to store image pyramids of common graphics file formats, e.g. Jpeg and GIF, forces the separation of storage management from image presentation. The tiled design allows rapid pan and zoom to any part of the image database. It also supports background loading of new images while the current data is being viewed. The database system is able to handle much larger image bases than a file-per-image design used by earlier efforts. Storing tiles individually also allows for easy on-line editing of any portion of an image. Choosing a ubiquitous medium like the Internet and the common web browser as the presentation tool enabled the rapid dissemination of high-resolution imagery to new users and applications. The Value of Cooperative Joint Research Because the project had to use real data, and that data was expensive, it forced us to enlarge the project team beyond database and systems researchers. By including additional companies and organizations, the project goals and requirements expanded. This brought additional skills to the table geographers, graphics researchers, high-resolution image interpreters (a.k.a. spies), and GIS experts. We were able to blend the knowledge and skills of diverse partners to build a powerful spatial data warehouse and produce a more complete result by solving a wider set of problems than just a database or operating system problem. Integration With Encarta Online TerraServer became part of the Encarta Online web site in May 1999. The Microsoft Encarta product team cross-referenced Encarta Encyclopedia articles with the TerraServer imagery. As users navigate the imagery, hypertext links appear to related Encarta Encyclopedia articles. This vastly improves the richness of the user interface. Future Work Layered Maps We are collaborating with UC Berkeley Digital Library Project,  HYPERLINK http://elib.cs.berkeley.edu/ http://elib.cs.berkeley.edu/, on layered maps. The USGS DOQ and DRG data sets are in a common projection system. The TerraServer tiling algorithm cuts tiles so that client applications can identify overlapping tiles from separate themes. We plan to work with the UCB Digital Library team to build a client application which will display TerraServer projected data-sets that are in the same projection as a layered map set. The layered map user interfaces has the same ease-of-use goals as our traditional single-layer HTML interface Dense vs. Sparse Coverage The feedback from users has encouraged us to acquire complete coverage of smaller geographic areas. Thus, in the last 9 months, we have concentrated on adding the USGS DRG topographical map theme. The USGS DRG data-set completely covers the conterminous United States and Hawaii. Thus any U.S. user is guaranteed to find some information about where they live. We have focused the corpus of the TerraServer image on the United States instead of attempting to load a sparse set of scenes from around the world. Distributed Web Sites The popularity of the web site has encouraged other data providers to offer interesting data sets. These firms generally have a commercial interest in advertising, selling, and distributing their data. They often have data volume, security, and user interface requirements beyond the scope of our research project. The present TerraServer design allows multiple database servers and multiple web sites to be configured into a single TerraServer web service. Currently, we are experimenting with off-loading the SPIN-2 data to Aerial Images, Inc. located in Raleigh, NC. The Microsoft TerraServer site,  HYPERLINK "http://terraserver.microsoft.com" http://terraserver.microsoft.com, and Aerial Images site,  HYPERLINK "http://terraserver.com" http://terraserver.com, gazetteers cross reference each other. The multi-web site service design allows us to locate web sites near the users with the most interest in the data. It also allows individual data providers to tailor the TerraServer web application to their specific requirements and taste. We hope to add other data providers in the future preferably at least one per continent. References [1] Barclay, T., et. al., The Microsoft TerraServer, Microsoft Technical Report MS TR 98 17, Microsoft Corp, Redmond, WA.  HYPERLINK "http://research.microsoft.com/scripts/pubDB/pubsasp.asp?RecordID=155" http://research.microsoft.com/scripts/pubDB/pubsasp.asp?RecordID=155 [2] F. Davis, W. Farrell, Jim Gray, R. Mechoso, R. Moore, S. Sides, M. Stonebraker., "EOSDIS Alternative Architecture Final Report," Sept., 1994,  HYPERLINK "http://research.microsoft.com/~gray/EOS_DIS/" http://research.microsoft.com/~gray/EOS_DIS/ [3] B. Kobler, J. Berbert, P. Caulk, P. C. Hariharan: "Architecture and Design of Storage and Data Management for the NASA Earth Observing System Data and Information System (EOSDIS)". IEEE Symposium on Mass Storage Systems 1995: 65-76 [4] Laurence Moore, Transverse Mercator Projections and U.S. Geological Survey Digital Products, U.S. Geological Survey, Professional Paper. [5] Arther H. Robinson, Joel L. Morrison, Phillip C. Muehrcke, A. Jon Kimerling, Stehen C. Guptill, Elements of Cartography, Sixth Edition, John Wiley & Sons, Inc., U.S.A. 1995, ISBN 0-471-55579-7. [6] H. Samet, The Design and Analysis of Spatial Data Structures, Addison-Wesley, Reading, MA, 1990. ISBN 0-201-50255-0. [7] Snyder, J.P., An Album of Map Projections, U.S. Geological Survey, Professional Paper, 1453, (1989). [8] Microsoft SQL Server 7.0 http://microsoft.com/SQL/  The entire TerraServer web and database application was developed by one person.  Originally we built the web application in C and accessed the web server via the ISAPI interface. We abandoned this approach after determining there was no performance gain in our case and a substantial increase in development cost.  Actually, UTM grid units can be in inches, feet, meters, or kilometers. The USGS chose meters for most of their assets in the UTM projection. UTM is not used above 80N or 70S [5].  SQL Server 7.0 supports a new concept called File Groups, which replace the previous Database Device concept. A File Group is a named entity which lists the physical files that store a specific list of tables in a database. (  PAGE 5 (  Figure 9: The TerraScale program computes the image pyramid by using averaging or using nearest neighbor algorithms on the four lower-level pixels. Figure 8. Tiling overlapping UTM images into a seamless mosaic. The dotted lines represent the mosaic grid. Up to four files can contribute pixels to a tile.  Figure 7: The TerraCutter breaks a large image up into tiles that then can be mosaiced into a scene. Figure 6: Gazetteer and Image Schema  Figure 5: The ten UTM zones in the continental United States. Figure 4: Encarta Virtual Globe shaded relief image of California, 8km / pixel. Figure 3. a SPIN-2: 1.56-meter image of Atlanta's Fulton County Stadium.  Figure 2. A USGS DRG 2-meter resolution image.  Figure 1. A USGS DOQ Image of 3Com Park near San Francisco ACM 2000. This article appeared in the Proceedings of the ACM SIGMOD, May 2000 in Austin, TX. Permission to make digital or hard copies of part or all of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for components of this work owned by others than ACM must be honored. Abstracting with credit is permitted. To copy otherwise, to republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. 7    $ ar+8 SnoW|!!z#{#$,$2$4$''')))))****++++++),K2⬦ 6CJ]56CJ\]5\j5U\mHnHu0JjU jUjUmHnHuCJ50JOJQJ^J 5CJ\5CJ 5CJ\@78DMWXcyz$a$ !K78D 'y % S \ 4 a & F$ & Fa$<$a$UYst+ V2?WnW!{#'c)x)) & F4 & F3  & F3  & F)*+*,.001M22 568:;;<?m@5BLBD)F GHAIM & F1 & F/ ^ & F0K2L2<<TTUUVVVVaafagahaaaccmcxcddddd=e>e?e@egg%g&gPgQg{ggggjjllIlRlWlclllllSn`nnnnnnn p6p:pFpRp]ppppppphqsqqqVr]rwjMU0JjU jUjUmHnHu6] jH*U j0JUPMNO4PiQ.RSUVVXYZZ[a\5]] __abb?efg%gPg & F & F1Pg{gggh#i=ifjlOnNp rjtmvvz{Q}R~CEƀb & Fww'|0|s||R~~~~~~~~~ *.-=Wg}ÐҐӔޔfnרبĮŮǴ{PQпٿ/@i mHnHujUmHnHu5\ 56\]H*OJQJ6] j0JURR~~Dn0T$IfCEƀb$Ifb$$Ifl4            064 la-<$Ifv$$Ifl      06           064 la<=Wfg}ÐҐ| $$Ifa$$Ift$$Ifl      06           064 lamǑȑxЙ|zxxxxvxxxt$$Ifl      06           064 la $$Ifa$$If Kbʤ֤}YרǬĮܳǴڴ $$Ifa$#$-6VW`eĵ|||||||||z$If|$$IflF.Jr 0    4 laĵ>Tw`{PRaBRbWA & F1^ l $$Ifa$$If\$$Ifl4    t0   64 la $$Ifa$'.6ke\\\ $$Ifa$$If$$Ifl  \3 i\ t0   64 la67@KRZke\\\ $$Ifa$$If$$Ifl  \3 i\ t0   64 laZ[`nxke\\\ke\\\ $$Ifa$$If$$Ifl  \3 i\ t0   64 la  ke\\\ke\\\ $$Ifa$$If$$Ifl  \3 i\ t0   64 la #kigi^ $$Ifa$$$Ifl  \3 i\ t0   64 la( $$Ifa$$If\$$Ifl4  h t0  h64 la ~pxoo $$Ifa$$If$$Ifl  F$   t0  h6    4 la '~lxoo $$Ifa$$If$$Ifl  F$   t0  h6    4 la'(?DLMJi~xoo~mkmx $$Ifa$$If$$Ifl  F$   t0  h6    4 la ijk}$If\$$Ifl4  . t0  64 la~txxx$If$$Ifl  F . t0  6    4 la~xxx$If$$Ifl  F . t0  6    4 la!~|xxx~Xxxx~vvk  !$If$If$$Ifl  F . t0  6    4 la $If[$$Ifl4   t0  4 laF@7777 $$Ifa$$If$$Ifl  ֈ$ 9 v<== t0  4 la #=7$If$$Ifl  ֈ$ 9 v<== t0  4 la $$Ifa$#(-.N=;9$$Ifl  ֈ$ 9 v<== t0  4 la $$Ifa$h $$Ifa$\$$Ifl4    t0   64 la $$Ifa$ke\\\ $$Ifa$$If$$Ifl  \ \ (  t0   64 la[\23abc./0tu DEFrsT|%&0JmHnHu0J j0JU jCJCJaJj0JCJUaJ j0JU6]jUjUjUjU0JjU jU 56\]: #(ke\\\ $$Ifa$$If$$Ifl  \ \ (  t0   64 la()79<BCkhe\\\kZXZX $$Ifa$$If$$Ifl  \ \ (  t0   64 la 'P\wua/%\]^_`abcdefghijklm$a$$a$ST\]cdSTHIL#56CJOJQJWOB\^J0J6CJNHOJQJ^J0J6CJOJQJ^J jU jU jU jU jhU j]'U jU jHHU jU j0J0J j0JUmnopqrstuvwxyz{|}~  !"#$%&'()*+,-./01234567889:;<=>?@ABCDEFGHIJKLMNOPQRS  !"#$%&'()*+,-.//0123456789:;<=>?@ABCDEFGHIJKLLMNOPQRSTUVWXYZ[\]^_`abcdefghiijklmnopqrstuvwxyz{|}~[\bcIJKL &d P  1h/ =!8"8#$% &P/ =!8"8#$%+ 0&P/ =!8"8#$% P + 0&P/ =!8"8#$% P DyK yK Dhttp://terraserver.microsoft.com/DyK Hhttp://terraserver.microsoft.com/tile.asp?S=10&T=1&Z=10 &X=2766&Y=20913yK http://terraserver.microsoft.com/tile.asp?S=10&T=1&Z=10 &X=2766&Y=20913DyK yK http://terraserver.microsoft.com/imageinfo.asp?S=17&T=2&X=17&Y=122&Z=17&W=1&O=c28080a1&P=28+km+SW+of+Orlando%2C+Florida%2C+United+StatesDyK http://elib.cs.berkeley.edu/yK :http://elib.cs.berkeley.edu/DyK !http://terraserver.microsoft.comyK Dhttp://terraserver.microsoft.com/DyK http://terraserver.comyK 0http://terraserver.com/DyK yK http://research.microsoft.com/scripts/pubDB/pubsasp.asp?RecordID=155,DyK -http://research.microsoft.com/~gray/EOS_DIS/yK Zhttp://research.microsoft.com/~gray/EOS_DIS/?Dd19J  C A"2>-ɥd7">w`!>-ɥd7"k <9>x} ,l2sjݰlpf6kZQVG5F|OV׎Z-;jZj5'Ǣ Qsd(_$'99Z0E_) {5e- :2Ut 5=|0Ā +}@e"f]9,^3>[}~ |6]PO!/0Uxp )JZ}{wg([e=)5i5^c7s~_FeU }.vE8K?3 /9Уu[WP7GN )!-;Rtū5'uUMz:$ Hjzgݮ -SоGvڎC*'|ؚc~o/_>n`iw0?o`;NӶG?\Oa/>/6mɗ-Gu1 [ :u%Qԓwߖ>w8q^"[}\^Y2Y%70ICGWf4K@(39mҶu/ڱ5[jB+6p{G+IX`-r5!kCrn}0^QƧې-JO^Jm}k*=cS\opAוO>ro=vȵ.or? p:}p{8DQrߚoSYꛨwKl /qA:_BKOVwP]ߞݤ?,KَuZ/.1a;J[Sm}=k1Ā''׶UOo:nSK;I젺p+*=_J;Vl.\}ԗ%6~~4|?Ǹ_7.|3}{F=otx_bpT|q\}Cc~nKT|r/l޾ }>.S_쨸5f\}!ʥ';?ǀ˻yƎT|r_XY~ u%pNZ>v}+eeڕFmMgig{c_S06U;l-y]N} 6ihRX^ۛWykQg8vG;ݩik1|v ;_D˃H{džjciy=ٮO6P[׫k{lO6Ok >>~:__/WcRs=?y:_̗y4ZxDwq>ă_?L\?D'~R5[bM}P{7GķZo7ǷIdݨK|CQg= c|1Z})kp/A_mhk?û:0?,i{7v+ϳ;,>~ŗy |=>g<)X>͏<|ouu _RK' ӃgjX%i;H1Tvx̃OfWQvxb`[-7y*}/cBpag~k44vbTXvog"}?v> ]wg/y:6WglVAegciBPcv1M;ɘhi#o]4nt}TqvB];FEşCھb6LCb ikO=x@&e{1?yil%K\~oa3xd9GW"X{?A>ׁ%|o<ŇxxolS' ~!? |?;p{>?zgwZ>}+;P|†x D! w}u ͓h~oi/Cި;|m-}&f}eNWC]u_^P!iѣUԳwcr׫wk[$qg~]űu8H-3RԝUoC=?TOgOBy 'mnQY  RT"=D?f0~_o4x6`?̗0|{u3UӍ^_ƃxw>!|7{|Kqƹ F~N}{5*};2}? +<+kf.N>x@vjo{jOk~]ί5<T;_{r}R^WUjw}1pb׷n kqvX`~;7m<Al!-G|[0CNFeMf KD]g6='+W=El81ɘ'ٞz;Z=H f!Hy^tMHyS6]L뷘r=m>_xګ}kWю6֎4~f<3&BԼU˸SQ{=b\jd׍nq8U8Cƒwh;ӌ>#}= =T;" 4ijIޠ]S8k\&jɁO՗-F};R ,Q-`fjuϫ=\7I{Tz~-uwMɐcݍ+.ݚiƋ7 ˿h{B3ؘ ȎlE}XaF?Ìl7`{C[ƭ,jd] c] F`i){R%z"90oS}g0:y0*s< t~6 ,= F8U_ Ë'0NI^ӯ0N8\^m{VX0I0<ЛG#aTIx_ ,n=]Z?ޣO?QP?q>8Bc룍`x~q +iOȼr<߻Qo/wœ|'M>[yXg Q#z&/GTL׆bwqxRtGī ϊ%bX, >.@Ї< ~8VU߈v>At]Q_+z|}XW %;FF|דٸPc'6. ?3ggk+(fuA^̂1gLe3ٳf)gR̙Yzܹ=<ϙe9sz9y\|.c;mx~[7meE y(濣,(K`{d7o\?_?>|6>E X`(.P Q/T/^aPYpƒŋEJ ǻ: Eҏ2/<0}ƲKwwKUVX]^S0JKa +!|)|ot=+R WeXi,]\/,W~\acJʪ[.U\{>U0V#=}ރOZ50>}**e իJ)X l5Vl5ڵh+Jyʺuf (eʺrXWV֯/+ny<_+mؠ|>T>c%W(ҿB\.<(yq"J+;l۶nx|i;b1?ˊaepcrpH4G[ȕr_Wh(# e!Ex l@ $$c2b 'aYaxn: +M D] f<ʎD䑂<@F}}0q T8)B$θR st:sEPp badI9WΙqc) K(`>HA)3a% \76NE YNz\Wt@A.g'-+*;V(D XX  nRmP@on[- dPc/x3)"H@9sV8&$e"ƛHHL?0#ifmt?aU $"tȈtzD{Ѕ"֖N:N2ah+h>OI4Bhw& L%5L @ CHGz.} a%Vˠ! H3̍$&#Gtl2C+nG@$M`]]]|D8EaNuEH{"0܏GOW8N: E Jh`$ȥ(G[B$9n/rz4?mS SmZ #ZL˙%6R}IF@haK2$>1]^cb.@.(~佔@D÷d4D,X>]}YPY֌DzhcD,"1<2HccSHL3A nh;.vC ؀Z HZJw#(9zGLmpC/ gSD H*7[d@th;YAN6a$  zu@̿g⟉YtŠ-,?h;p0"Pab%ډx07gde4T1IDU R~%B3B(xKs<b([B&4 06`wlO:A*s<$ g"`#'OWi9O7TPd 8V`-3N@d"O`}}9; 2q YL mLR n >}^˸"Ap7`l^R>LAJ<{'!ONɜt@ d2/~0D( %0 p&ZLuaGF!0zVbc ddZ2L4e6Q`҇pcDet 4K2$[`x9S+سhIHy0#ʄH)? LG&ʠLG#zԀn D!H@?;rP01u|PB ZÌ1UЃ CCC8A+U# 5P r"DZ-ۍEϔP@`| nhOLW}}6 R! JKػ4016EC3vLfc)ޢ$4G$4#h4 ElvA8sib,ZʤH}ɢYv]f/*HT5͒ زKށmB}tRAT[EB1- p@&NJc=Y i`# d#Zf)(}(c"L?bpCjtkRa+X /B&U' NPʑfj1LPz@GmY ytFV-` #ƙ 1'nWLQq<(ܑB#6%4ViפR\DTeȄ0)J0 :)s7nŘ"@v P@x r6(?=1P` .dOID#Fv\xAqu2$܂~\!ğFy?;~ 4KV&F1b!FzWq @#s2rr%fC6ԛt9KÿG uR8y(G Fs[%P28q &v(e^Qpd`+Sg[-#KWtwEø^j--KwLHDPC}Q)[ig܈&}c}}LkT *ej\ 0ta/mi;.RL𬘻z'fPq*P#F MMI$zK29`I1À]+"!KsH @JVA !PJٶ$6li .A_-+J;`4daJ@2$͝,(`#Ily@&%@GVUC=&kHu'omnfƱWF#wJ&-r% B hKr%*i'mQG?,) .Jja33nU_SS}C0`ST:¾)!zg2Ԓ̑lEhK%eq@&Yq{jREHZ?F`{ MҥӒ.` [E7czy\fIKQ )spl\ 0R@_֕ZZ:IdF=.lxcm`(f@W>! .lȲ(F:(>x[@w ]]@BV{W:EtaƘTvxpYp -.'Rɵ^X{t-t ]hKo ?v*;x+㥼CkmIb/PQ% Z-Y$`#%+7+4!,ړ?nD{W_Ј ..Ba@ nJ!#" uԒKZbI86_H,9<角! b-nǾ l ~ lk$g5}T  ;ޡKyro9J! .d,Ngֆ{8 CoC(SrBpJxQ u6HVh AN'G9c^@vr M8nkhjd>'6n!%pC b z4Ln!.uPӴ\@AؽP)K"q,1A¿\o.mܑS09rGۘF (D4E @/0ѡ'G.f7! H-׿ʂ>@ۘr+ ʲly;ql>"Edo_on*M}>OY(Ѳ$ |~XLW =?i;@ ؄I, [%G:w0jR& f]ĈM(!̒;Ms9`_ LE{dwoXԄ%%{ :N&f 'C4,=]4݆W7xT-ޘROibfM.Aۘa y[$ ==6vΠ$j[&;Ԇp*~5-y 1==&5edGZ)pGJ%!{)6J>@8|ZUy2E7 @oM|}(ƍ x4 Y55Iq>ZǙalْ] v |A =N˕gHƥTRBDoЗ4slN Kb0=i(Gy@L⽻Vtu>$`#@dG [ywwM>Rٮ 4M涏A5n>- RS@G#oΐxę`h[,]j__كH?\4!iEոM[BRGaݸ/{(n<6G' (`ItR_0B䁨BxHI4|X8k/ORL`P[J>Aq6=&MޖK~b#י3!v"E8ݼ4%Wb1R4q*#h@@p6P]~q]Ef_o6\M&-nPmm[@H :6sL 9YyVXmCO ( KDX,Ba|CVu@Z H>IeJ{ي}}'-nBF$G/hMf7$ל⃻=3OkɄO>rlY/Y *nSH0ьzSFH|%ps T PU٧9*`]ąTJj $őՋOvܷ"DrhǛŰ`ˈE`&=RVrYF!nf=Ue?" F>$CA.- rip^]7bN`VJMɖv KbG(nQ&6twvv6 #X,A.RhcfF"z~&#/Hƞrlf3 ~ kwIl-f \gO8+xki/! IOwk,n2R.ء_JįcMIFڴ 9o,;JK9 %#_e܏XK9^3O!Z^˩W1"p n;S6@"W4&)qu~ 4"DK6fn)lxHЙL$ :.! @ ٝ2$NUj\G C OjLQXEJ|#F#Pccin|R0mSꂽxkrܠZ2et+D%2%LL(ÖvʤbdV+hESSs'DNtqvԑM~T啡j:ؕ_JVD!~[ʏ[2hHy%hX 3&  v~޼#-m fL#Ben01<a*1l>Cb([>bgkf6aq r@V­atV 2#}wMGP:dNQ#+[^*t1`9wj[f-PPc(Tp<8lujTRm@O&T#E $RWAҋ2 E' (W1xe^&)OFM[J9ZƴN'y),s3ɇ"+RJhB=x#aǭж+"Hn$u =\?O/M''>FX CE_6%!4O2pYI (pEaP{"着ch"mn~a eVOpg%]jWP#)܇Iթ8XNA(#-ۦL$ID +w?<6hPM7 MrLu\΂0씂:K Rs]/{-$VglKird(@emFuE4t=f-ޏ~J,IK,-d y/CoZq D,CM݉uw3r+NU./%ƖiW4yw}1f@Y*wm̘@wզm*mq X b~k瘕bnҤ".8|Tw稶1mVgQlS˛8|i Ĩq\ '@I&?ô˶42s݂6< Hz!]Ք䨥9 StR', ^gōѷ鳍K} ៵ZG:%6if<(I`ީn{Rפ3%;#;B)68 C###;{r}%;T8){3EԚG*T9}sfl~NmpOn!('I$?UCW i5uoPMj{>BWǪ7ۏŽbc=qbY+x}٭N{p Om'~)7(~vNK1Z\F[4VׁgzOͿZ?lc}̃o6?M^(FTT?PB?Yhtxpq\Vk[Tf\7cXjBU76/;ÃjnߖjA/OfxBC_=C7wƒs6@mgyT>K᳒\|6X1rq_#ND/Eb|vv+ys YɸH u.q2?mhbcG,ilK?3 /yf/֌]X|n{B񀣔kש|9_:{9?{994hu6?q:ׯ{r;+30 xRϹP{ ; Uqd=zk)չxQ6+s?\*e` DdVJ  C A"2.<wwMȤ۝Hw`!ӝ.<wwMȤSAPC*8xQcmz秙Z%#`s!p 1eOQ Z "4 7F&eRxDȅ"(]j]hY11 BPbВ -zu6穪~cޙj<+Uy^=}:Ku#E?K~ /BT*IoRe*OR*=ozjb%2O;+f÷~s~_̗^70x|I7momƪ߈S5?'>]L?|\/i菉u/T?͏m>||/?M= g;V}s6g?ǿ?{?(w?zos=~}n~߰+3wq~[͟~׳d/__+^o+E|ʯ_dW9W/4zѧrD_3GQ7mʉ='QK~Dͥ}:e>Ϳ篹?d>Ϳ~o_9kQ}m_]^+dr+oD_Yķ;~wξ˿sg'O5oNo9ÿ嗟o:/3ܽ?OɮsgYҟw.O5so?Og?O[Ow~t߃\_~ƛw(J otgv;o{uSο"h쌢 gkQCةopF?3L gIn\x\q@g+{y|SW_6-3i>['0u6Ɩ߿yq||l>|] L]];[zwRoqFE"_ZN=n^N&JEgD]U᭳uI/1#=7pF __)|J6Yx\ķpF __E|Q|glc^+>~L}·_2,gisZQS?J.;2>:_Wzk;P*Nԗ ]tg3 K8WK'uwz9we̞kp_ѿ7o?|Eպv'gOHm15$6=kZgߦ/6U|U 8c_ >g\r ɿMWp F|g S¯qF;$ukQW_6-3itۖ OL;InFE"_ZN=n^N))E'u WsoR7q='p_Sq|+9]uz>* HH2ّd6$#c#lHfG*Fِ̎T$!IfC2;R16̆dvbl$ HH2ّd6$#c#lHfG*DnwcyO&w^!H]ĕk5\ GM >uz&.:K|9GzK \y&=%㣒̘T$3$1CIfH2cR1̐dƤb %!ɌIJ2C1d$3&c( IfL*P̘T$3$1CIfH2cR1̐dƤb O̷rr$"7vw^B2/r[\ #"uWvQp-'u7q_P/p['(Wt/Qp5'&usQp '5J "wdJN2 R1Ldb%:4HŨK2uiQd$ .IA*F]LT$S'uIN2 R1Ldb%:4HŨK2uiQ?Q2?yJG%3'%sIfN2KR1̜db%9,IŘK2sY1d$$c.IfI*\̒T$3'%sIfN2KR1̜db%9,IŘ(_?&c9O*.-.|+;רk|8/|y>U_.jNM&?Nk5.6/Pp%TS2?<*ܑёd:$sG*FGIC2wbt$ܑёd:$sG*FGIC2wbt$ܑёd:$sG*FGIC2wbtNW>Q;>LM?kiY7!Aϐנ[gHfk3$5xtQ֍gHfk53$5xB< | :%[ƕ ~8./F3"| gkQ"|e9U|U 8c_ >Ee_7m1Oq I "gm}1O-{-7Qt+ߒzY8Jpwp ?A|k8[I F|g S¯qFoIT8o)~*glHϞّ?E/5~-3 $@K]|Wg3+q's{H}oķq??+Jg$IԗN_3>Θqc^vW(zz9kZg⫗!+]|Wg3+q'We_7m1Oq IT8o)~*glH#Gw(z'ɿ#;g_?BNGwN_3ΘgW8?Orwe$68c_$NGwN_3>Θq)<2sFI5~-3 I**gt]1įpve$w F|g S¯qF  SW_6-3{/{ Os5_>NsU3\Z׈)$F=u}gtzv|q6tHLmO!3M>鞩k#3u7q{^ඎtgtgtΎt%\͑9=Sp Gg5.1Vj%\9tͬ-UfǍ&)3J"HSⷹ+grOpF5|M|gEiy8ʙ'8oe|YHѕsZQSLJ魋]tDi'L3Y'wROq}'6uw_.Np{ 7ud:zk;2F}82F}K{y^v|m%Sc3nbz]w} ?동޺9tz2ty^F: ]CN/Ce9tz2ty^F: ]CN/Ce9tz2ty^F: ]CN/Ce9tz2ty^F: ]C޲'|82]EmO[GSё*j|92]ELWQm̐*_N].n?N1:'~|}T2|82]EmO[G|*:2]EmO5G#U#‘*MV2]E]$!IfC2;R16̆dvbl$ H؜(޲d޲'|82]EmO[Gү}tM>nzLWQp G6YuftuWrRWqM'.u7rQpk'W޲d~̏JfOGmitUzOEGmtusdz[82]Eɪ3C 3d$3&c( IfL*P̘T$3$1%c[1[6dOGmitUO>ɧ#UM\ϑ*nt& .JNU*ߥFN3n> [Q}itM>mJ}tM>nzLWQp G6YuftuWrLdb%:4HŨK2uiQd$ ~d~OJfOGmitUzOEGmtusdz[82]Eɪ3C 3d$$c.IfI*\̒T$3'%%c[1[6dOGmitU'LWQS͑*&tpdzmUgLWQp%'*utRwq#' v?Ppq~~)L'&LWQ֑t'LWQS͑*jR1d~T ^dՙ!U3bt$ܑёd:$sG*FGIC2wbtNW[g|05AϐנgHfk)Y7!AϐנgHfk#3$5xE~o{{x:/>?+tf{v 8,SzdI}쌢{R;k%G&K gJpx%So%[Ro8UzeV /px%soIeV/pVx%o%[Ro8zieV/p>%# 3$R_:k)/*^fuI}t2KKgY]R_:ҹ=Htn2KKgY]R_:+I/ ^fuI}2KKgY]R_:[޲ǽ|71?\4W\\2,3ZΘ'8cߊOq%6\r.&3zX8#8%WWh/&)3FX8Z?ђȩ$ڨ W ?fN+dx̛ B]8۸z[9$kA}8_S_o}>n S|H}ýýýý"ý%ý(ý+ý.ý1ý4ý7ý:ý=C/WYhD]genN%N#7rQpM'u Wr/Rq)'.ڞmz9[|+:4_=W.+]Og<"-ߣFאli/%3&S\"קl g5Mďp)!yK\$3.Gg8c_??O 龷-cf2 WKg#q62ڸYM4ŭn=.D55ߧN|i~\8˸k'u w6'ڌg$:.tLqoSq')rSqܳA55ߧN|::NgNe2 ESY2?zJG%3$1CIfH2cR1̐dƤb %!ɌIJ2C1d$3&c( IfL*P̘T$3$1CIfH2cR1̐dƤb %!ɌI(dJ^䒳(w鄙 uwߦnNS)n㒌M}k;==nξȥQ L]];[s!K{O|d$ .IA*F]LT$S'uIN2 R1Ldb%:4HŨK2uiQd$ .IA*F]LT$S'%d~zT2sY1d$$c.IfI*\̒T$3'%sIfN2KR1̜db%9,IŘK2sY1d$$c.IfI*\̒T!y>9{tLqoSq')rSqIWqƵ} wOg|voQp}T=%ãIC2wbt$ܑёd:$sG*FGIC2wbt$ܑёd:$sG*FGIC2wbt$ܑёd:$sG*FD|_̆dvbl$ HH2ّd6$#c#lHfG*Fِ̎T$!IfC2;R16̆dvb HŐgHŐgH؜(MG3F}05A߈Ig| z ~&5xdoF,3 AW$3O?Tk8ܭݞpF _=|Og, kY!pJ*h8c5~-3 ɭݞ]& ?ޟ=%# $R_:e|Y| g-=1O/p-bA S7qF? Bg/$3.Gg8c_?B ?ҩO=l1_e+'__9eN?_3W_Wn\ɞWTS}/JIpi⚾apFypY㌔|!) WqUJ`tq]߯Jlp3|qF!yn9yTH#GwN:~'ɿ#;/%3&S;{'ɿ#;o'~35HIH)K8o~$~3($$w~THϟ#@;'?)k8o ~"~3Tns$sj&{G8c__T$wN __M|S|g#3ƯpF!  S">?:mvq[ymqh[{8c_-~+>{so}Ψk8~!~3R>l!)K8o~$~3($VeƩIN[V5>nzOO[ᎎ}5S nMn8@e|k9{OSQ:^Nu$E'u WsoR7q='p_Sq[qpp_WNo*FW}U^Sŷq5Z|g\/'8c^Z*wLSƷ "g$D!rV1Ҋg8c*θ_/Ck]to.G ~J=mܵ|pO>k^NC}8_R_'Cf2h?)>zqYUL=~,=~L=~,=~L=~,=~L=~,=~L=~,=~L=~,=~L=~,=~LDžQ;LM?k[3 Aeݘ~&5x~נ{g_^Ig| :%3 A$3O?H'ŏ|?FYGN/G5˳QgL,~[<rSZ3jxy?j^ŏF8cg5Hy|TGN /GU˳Qg,~4k<pF!³e9)oI[IN/SڤpZx&3˔67-^Is-7^I2M g)mRo8$K )mRo8MLizeJ/Sڤp ɭ$K ?ɔS?;2R_:A S˔6/^I}L2MKg)mR_:܃$@K)mR_:=LiYeJԗN* ?)eJԗN/SڤtFx&˔6/B ?ҩ?]|ןXONɉ]#\Q@$8c(=/E\*^npF/E1| g?_n\r- θ|Qg ?_4+qF]nT?_t3xٟ/)>x-<-g}54l# ֑u zёu Ⱥusd]z[8AѽkPp%G5#]ȑu n턓\twD7ΏpW|S| gpȗqW|J6U)LQ~3{[8^&3J8j>\Y}U8?\-8|,gS!t(NNSLJ(DۜNM}\ Wv91q'wdF)Ɍmܵ#'3RWpH!'3RpSGNf)NN|]׭~^уWtrˇ?="/]G߯r~3xe9rkQ..Θe gr>g\r]q]m1.)Xeg$\er]8]}1şDQM2M2=GN6lHƥbCN6.JlH]59ِ9r! vdC3Uoop]'7s_Qp죒LZϑ7jI[82Fm3iܳ̽QLZɑ7*u7rdz[;2F}d6$#c#lHfG*Fِ̎T$!%csud^LZϑ7jI[82Fm3iؐ7jI+92F]5{F̽QpkGި63Uoop]'7s_QpsȕQ }&ͤ-{Tlͤ{⚎̽Qwq#Gިg#soyCIfH2cR1̐dƤb %!ɌIJ2C1sdf̽QLZ*6dfJ̽QWqMGި#so3ڑ7ͼ区$S'uIN2 R1Ldb%:4HŨ(<%ӣLZϑ7jI[82Fm3iؐ7jI+92F]5{F̽QpkGި63̜db%9,IŘK2sY1d$$c~dlΒ1ɜLZϑ7jI[82Fm3iؐ7jI+92F]5{F̽QpkGި63Uoop]'7s_QpTS2?<*Ϥ{#so6F?2Fm3i%GިgHŐ7jR1d~T {>[H2##tHT$!;R1:LdH(}#_9>Lm3i Gևm&֠Snlh6Vrd}~נgHfk#3$5xtA֓gHfkU3$5xL< | ֢O=wL2Q7Z:AX\3 =Dҩ\gtrN43p/DIn\d}!q/DS˹:g$Y{.Ksuk˹:QgLrNt3Sәͳ(rFUg8c_| ~~b;' 'ƒ|b 0~<'ҟP 'ڃ| ~b>'꟟ '|b oH#Gw(z'ɿ#;g_?BNGwN_3ΘgW8?Orwe$68c_$NGwN_3>Θq)<2sFI5^%S?HH}TrN..^%39sx9'we$w ^%39sVx9'wN  S9sx9'w/OrNnqɿu7(zsrs39(osrNn2~TrNngtrNnn3fx9'7Kroۜk^Mq /8#Za6wTrNngrNn3x9'7w3{R;$/)%>vx9'N/ؙ\R;Kc2^Oc/\R;+Kc'ɿߓة\R;mKcgsrI}l$_?u?NoMOr|I:~L}·_2,gisZQSLJnruNti*uw_.y#xRָrIΐ3'/pGΜƵ9s:r$=nșt>]8r$uwș-\ ~B=;osH]ĕk5\9%dT2ui!gNR_*9I}k;r$u7uI{ޑ3'ui!gNRq׎9I$S'uIN2 R1Ldb%:4HŨ(<%ӣ̒T 9sWqIk\ۑ3'#gNR9̒T 9svI%9,IŘK2sY1d$$c.IfI*D%s̮h<_哜!gNR_*9I}k;r$u7uI{ޑ3'tU‘3'˸kGΜnN ~Kť#"uWvQp-TS2?<*ܑ!gNRϐ!gNRϐ!gNRϐ!gNRϐ!gN;$sG*9IM?C*9IM?C*FGIC2wbt$ܑёd:$sG*FD|A'nL?C2;_!AϐנgHfk{3$5 Y7!A_!AϐנϐנӲnL?C2;_.!AZW]@;0}~W'=&~rctO #%3n%[Ro8ky}tW(XeJ;9B|%]%+)gt2 p /S g2Q;+y*vn2Q;Li't /S }کeJ;vxN訝)^:jgT[_.nzkq8u^l3 bfe5·p?[V|*sY^+| g5MďpגY)@ __M|3:,Dz?{KF_k L~Ӎd7 }&{io3MIސ#iQMmGӢEm7yO+y7]8tklj;IwIg\WpB|3Y^+*Ι8o|E%HC杳Zg8c*θ_/uvgdsvt/Ppz9G|:K|:[ G5k5\ H]ĥى+wEmWLo=-ߣFאQƗpF Dgl[)IFSH]R5|M|g=#/įqFkJ 6y%|I|g4Tm5,3YS?U௩qm'>u7u\A\I/eܵ|;O'{'-NE\ F]õ͉y5#.=ȌPWqƵ} wO_g7 '2uwߢnN ~Kq|k93'zJG%3$1CIfH2cR1̐dƤb %!ɌIJ2C1d$3&c( IfL*P̘T$3$1CIfH2cR1̐dƤb %!ɌI(oefGeqMrƋe/p'kk\ OMq{'tE6Ne2 E'ܽzK'FE"_Z΋fQIA*F]LT$S'uIN2 R1Ldb%:4HŨK2uiQd$ .IA*F]LT$S'uIN2 R1'J'Od$$c.IfI*\̒T$3'%sIfN2KR1̜db%9,IŘK2sY1d$$c.IfI*\̒T$3'%%Oۿyy_EI8Wqe~<Ƶs>s.=nyο.s>ʸk\ϣy4;2}mq8+;2}p-?<-[cy۞qҙ6W̼qh[{8c_-~+>}osam3j&{G8c__T6鳂MA __M|3tm)SzdI}3%>vh[{8c_-~+>;{I=&3zX8#ߓ)K8oFn?E6eMY3_C_拙)k8o ~"~3T6rY^+| g5Mďpג鳂MA __M|3tm)oI3-72,3ZΘ'8cߊOeN1{+ߒzék8~!~3Rѭ$K /&} S?;2R_:̃$@K/%3&S٥S>Htj&{G8c__T ?)K8oFn?E>y}l^9̕w32,3ZΘ'8cߊOe_9야wpF _=|Og, k}`gP—WqFߌ>t[LԹ!p:םxy<9qqOi87(LsFm1Oq I6 %ET8o)~*g{i;."^K+k'8pr#!-N1FQNN"'}{>ÏˏGx5wɏ~?8ɏ~;ɏ~?>,o26g2dF|w[yM.;o7{;o;NS)ߦn㮝+܅|b;z:&s2''WrYãz ߣ ߯7҃q??+Jg$\?/|E5h8c{^|kquBz2θ_oZ~r+1ORN庇3ҏ'dž5~&/YyHk'Ӟ{WqDirir9affD=-k\*6/Pp%'*utRwq#' v?Pp%%C}:z;8Ot}Q IfL*P̘T$3$1CIfH2cR1̐dƤb %!ɌIJ2C1d$3&c( IfL*P̘T$3$1CIfH2cR1'Jf1ɼe{NQeNkj:l*6/PeKNU*ߥFN3n> 9#KK\ uPp3' wpN1#=%LT$S'uIN2 R1Ldb%:4HŨK2uiQd$ .IA*F]LT$S'uIN2 R1LdbOOQIfI*\̒T$3'%sIfN2KR1̜db%9,IŘK2sY1d$$c.IfI*\̒T$3'%sIfN2KR1'Jן?fFGUsh[8rByƥb\N= s.'GU\9zϣ.n v+s9jws/N7ZSNN%ϧZSi gG=Dҹ-A2θ_o>/~38#?CTN__-|K|gX'c+WM*_m1Oq I*_WN_3>Θq^9%'휋$w5Z| g}q$wN__-|K|gMi[6㣦+7MmF8c~%~3\"7N_3>Θq8%eq}|_goqF:dqh[{8chJے#Oc&^Ocg~%~3{I= "gm}1O=~/>$5Z| g}q$N__-|K|gO0Ǚofq[28d =}AF 28d =}AF 28d =}AF 28d =}AF 28d =}AF 28d =}AF 28d =}AF 28dֻ 舡 2azk{GNYCN.ʎA]õ{=đ0ntytu Wsd:o?=wp9#>gx? |F|g?)gU|U| gy) [ۿrFhk8//>%~K'g,{[8[6dOiG7>ttM>ɧkG+ G2]EMN77%%.q?dd\g39O2Gvz|ە;?+smKWW >U,U_.jNM&tpd:zKلL #aU\ӑ0.nt vd: 4D;M2?z>*!ɌIJ2C1d$3&c( IfL*P̘T LQq)uWrd:k:2Fō֎LQp6fhIƦ,czYg'L3-nSYE'5Wٚ|lϑ0j߲ Gè˦lBL fKLQs?hM]j?}m$~FO 4D;M2{JG%S'uIN2 R1Ldb%:4HŨK2ui!a#‘05.eb25V.JLQWqMGè#a3ڑ0&l4)̜db%9,IŘK2sY1d$$c.IfI*LQp Gè׸MX+92F]5FLQpkGè8@I$c[1[yDM0ʹNyDKtQ IM#LQF)5oTrd:'Кt>6? 5O$id~xT2##tHT$!;R1:LdHH2#CèG#ak\&dj@]⚎LQwq#Gèg#aM$i)8* HH2ّd6$#c#lHfG*Fِ̎T LQq)uWrd:k:2Fō֎LQp6fh'g~&>ggbxO?E'x~&93qϑ0jxt5L 1g#a3>O?HOkyއL%sn2d}C3xy??3+$A>d.;383}1{ts.!S1b+޽K2hCv Ls Ӂ0` 6l p )6P @CaW L1(?^'s3ܛ%ܫS3xy q̅3i%_3>?c,p/3G|L)sT>?=όp/3[qLwJYVx^g8c9}~3+sN/3ugLWyN&D3sxyO3g>s'IgN/I}>g/I}>gN)$?i}>Ϝ^}>Ϝ8$?̩}>Ϝ.^̙Eu/&Y|^ݏgEv3ҫ1[d*^6pF/_dgG8c/[q8uJُҫ1[ |^q/_dg8#}^ݏb.TEv3!Θ⧹S~Naٟ?{+[e[i;38rwHsgp;pwH!͝C;!-w4wCZi wi;38rwHsgp;pwH!͝C;!-w4wC:to}Lsgp0L нuk|;D vz[:wrϳγuRk9yJ̍<%vNGjs|\ ASbes՘竱?c͝ߙe[k8+3XgB,`MY~ 3j2( S8cϳnޚe<STgtuQƗqF yX x&CP|guyk|;s/o9V>s/o1'ƽO'ao qSqe'"ur?CKvSqC'.uWwPWpE[?.}+zE>\}5m[—to:J]ŵ{= ~AG\>1? \ϑG#QoqGGs'(9rup?.n|U?/JfB23R1&̄dfbL$ HŘH21d&$3#C.᪎G9z[8rwt̄dfb\Ñ3R2ֽe\ҽO̭U\ GÍ H}C.᪎G9z[8rwt̻Lr=6? ]ȹF%s2(&ɴIhJ2Miєd$&)4IM*FSiLT 9:rus?n[ё2Mi!QWp GFNJ̟/JfE2R1V̊d6b$lHXI2+ِdV$!C.᪎G9z[8rwt̊d6b\ÑR2ֽe\ҽOӟNfRWq-'u7v_P/p;'#O 9:rus?n[ё2qs\Ñs-Kd$H*F_#}IO2b%><їd$H*G]U99rp?->ktoy.{H괒{HV7s[4ϭN> {i[*^ynuzxyYnz3xym}tg4V7#Mq/oud!]̵ ^8!ΘV\3oV,?.o^g%gR8U%[]R8 %s[]R8$LqFxyKgqܳ$LqxyKgw?ڼc.i%wұy]nsw N>s'w N/&;|qF/Sג!Θ⧹g.]?/eVt\8{+pwqgp;Drw38";D" wHwC$w;!Cĝ!pwqgp;Drw38";D" wHwC$w;![wg F΄-ܜ:2{cCfoQqGfoQq]GfoQqsG^|[j;jȷUe\ݑo;#VQOqkGR!>w9\5jXJeVRxpƉg?y>4xLq/ΨeVRJR8cϳJ<SJ8[Ig2{+)^fo%52{+!^fo%]Q>w#lEm=#GfoQ[AÑ[֓PrdXAl-n-1--[\ޑ[}r$;GfoQ/qc*W.|yEU+]5zmK[\e\eޢ^**VtduWwdu7tdvdJ2{+;2{82{z:2{z;2{+$Ɨ+]u9d&$3#CfoQqGfo!˸#;##8@foQpeGfoQpGfoQpSGfoQ/q{GfoQp q[yVr쭨O2b-5쭸O2b-2-n-)n-=.6duWvdu qd7udwd WH9foE/$J*ޢ^ފ_HT E]E E=ŭEǥ҆ޢ.ʎޢ:ޢ঎ޢ^ޢ> rd|VrKLn-j3#/93#Yޢf=:2{Ln-j393 Yʎޢf=82{Ln-j3#YX+4_zdf}zdf]}c3$3=x3$3=x3$3=x3$3=tّ[sǑ[ԑ[ޑ[A^:Mޢn;Ս8#yyuxy5pF/ouXnGՍSʾ[T Ս8cglV7:8&{oQ1TV7.^FC1_n|~_V7&N+[ݸ3xy/p/ou#gV7.e*^ [x3xyoq/ou8{66^]1[x3xypFoq1wTV7.^C1_s0'R9I"3w>svx.gN>$?̩\R9=|K3grI}].ϜRI"w>sFx.g/̉sOϜ ^%-R9S4[٥Kg%[_ߟӿѽ5{o]\Cz_LfN__]|Wgskqħ23oo8!~(~3=He[>Bve5wp?{^ gr_~s9Ua|6!ܖ?:U/}W]\Ñz:82/Rq':uu?ݗ25T ީae^XI{yc[^YzJ&꫏{ye%3j ~ f竛{yej^YZzw뫭{yON:x[j^n૿{Y5q_4+KwU/Sq~G-c\ EUooqy'Kz^N_n 7F{=n鼦;_vD^+znW?1Xvk "3!Θ8?OqM2\[Su|]|g CSƯqFkJvk \2,3:Θ8cߋ?BzmK Ϲ̹l_B.~o_.*Nu:?Nk5**\t/Squ'u7tROqk'= \yU%}u<%<%['8 "uWqSq]'!7woz;8ҷ}IR}Rto;ҷG ۣ֎Qq~uWvWgǞELHfF*ĎT$3!IfB23R1&̄dfbHwpo/̌T ۣ.QwpCG#}{{@]ɕ:K撾oefN3;Pp{#"uWqSq]'!7woz;8ҷˤlHuWwo:ҷG=ŭۣ70%|\Β9]Ldڤb4%&ɴIhJ2Miєd$&)4IM*QqG&ɴIŐ=2Hu7toz[;ҷGYo`J \i^)?EɬHfC*JY̆T$" +IfE2R1V̊d6bHwpo/Z̆T ۣ.QwpCG#}{{@]Օ:^̧7['|8ש븮z;ҷGۋ>eSlё=2Hu7toz[;ҷGYo`J \ٹF_%d~Q2}y$/IT$'GR1LdIK2}y$C׸#}{QdIŐ=2Hu7toz[;ҷGYo`J \_)Eɼ+/ ɼ"ɼ+/ ɼ"ɼ+ҷGzT ۋ^HT ۣf=C*Qx3$꽁kgH{Szd^7zɅg|z05߃eߘLAWijɱ=x393=z&zYXtQYXt]<߃g=c={kgrg|:%ۋƕLE{}߽,'߇]I֩+89~.~3T&3~}gu1Oq,+_f2,3:Θ8cߋ?B翿e*{N.LNi;̃$@m!~(~3=He$Ro;e|Y| gt1O/q܃$@mF\3o8yI}Tuwq?A|*qgI7N_CPgk{>KϤq;8c_=~/3 gI7N}=]]tHv. ESWqF?s\ggo/2Ψ;8c5~-~3RYV:*d?;e|Y| gt1O/q+|>;U|J?]7Rt$ "3!Θ8?Oeb$:.3)X8#&#G/#~3%O8&#G^?ߒ #W'N$7Ru*:8c_ >yu7I_:.3)X8#}H)k8)~*~3($7RuԽwQxwouo[wh洢'3w8#?AxTU ďpGQ|l} PJWpF#Hglz!B֏^)}±wKƔ4dMGGNy?M%GNM GNM#'x{dӢMqd;-j{Tqo:NpE>_/I5grx,KS1wpF __|A| gcV:LSCwqF__)|J!#Vg C]QףнuU/QɹB}##pSq='u WuO/ ~Ič\ F]: o{ҹ}W+}o'}oh{ e9cXU8U_.Nn?N{={_.Η+]u9d&$3#c"LHfF*ĎT$3!IfB23R1&̄dfbL$ HŘH21d&$3#c"LHfF*ĎT$3!+%xlu#p{#"uWqSq]'!7w_Sq'T.NEٸ_.Nn?N{=g>@]wzd$&)4IM*FSiLT$$6MII2mR1Ldڤb4%&ɴIhJ2Miєd$&)4IM*FSiLT$$6+%s2(lHXI2+ِdV$!c%ɬHfC*JY̆T$" +IfE2R1V̊d6b$lHXI2+ِdV$!c%ɬHfC*J?:/sz|O.~o|O"|O:|O!n|O5|OT9]t>ItWw>It7t>Iv>IOҿ)]OWs2(><їd$H*F_#}IO2b%><їd$H*F_#}IO2b%><їd$H*F_#}IO2b?yo~~нe{ֽuI2Wӊ><p?;Ng.8TU ďpGQ|lgPJWpF#Hgl6_cÅ?ziE1~,~3v#**3zX8? JIN#Hgl6_#vN_.L7N+zI}c qF>~I}TU ďpGQ|lgPJ?KϤq.G8cߦ)[%o[$UN+BwQgc qF>BwQ)TU ďpGQ|lgPJWpF#Hgl6OuNt>C' iE$oc qF>&#Go'~3-8co>m&{?Y2μ]eϾ%ѽe6=H2>wu̦+%xW_̿ʗ_(ߦ| ޿ʗ_1n_/;ο*_vUĿɒqk|9?^Ϝu$?IOϜ2,3:Θ8cߋ?BI"Sķp??KRg'y;n'I'Kƙ$o''Zvr%LO>C{?CӅ8e5wp?{^ g3Mg&31Xw8?۩p_d81}?\u ?zI2,3:Θ8cߋ?BA Sķp??KRg'y;nI'Kƙ$˅?YGϒ3oT,?)k8)~*~3(%gR85|M| g c/p S6ydy(UcobFtI7wq??[Vg\cB|E|gt]C1ůqJlJ*]u|]|g CSƯqF}J-dN_ ;hA;Ӥ6Z[wnq\Y,5WDVFcj@w\Yf:W"fZN=j+bf折gK%\ A/wQpsxrZ̜'Ŀqfk'x,7tJwqu'x\qWtuoyEz+]τ{d%~!Lg4 ]1q1כS5ɨ+89~.~3T5$u gu1Oq)!yyC2oG(U&U =3U*ߣN n>A%ߠnzN#nN1w;A B]5]ywo|I}RrPWp '.u7r#oELHfF*ĎT$3!IfB23R1&̄dfbL$ HŘH21d&$3#c"LHfF*LHfF*᧮FJXg2g2gl? B YdX~z&z x33ɰ;LAg2glg=a=c< YdXdNg2g2#ݕV̈́g|֑aj3zdھ=zdھzdھ}c3$=x3$=x3$=x3$=x3$=!A7ij!A^u?\Sd!] |C|g#sopF~t1v*:8c_ >b {2Ψ;8c5~-~3R{H2m/u\3oR,?i8c-~+3$L.+~358S)&ϒ3o:.3)X8#yI}e5·]o/I.Nɿw]u{;.K8#ӟ<;Ip qC_p'3 5nd]J>;E|Wy w2S.:>Nf0%S5̆d3R>A[|vhᯑ9'O&RMFN#Hgl[IHѩ+89~.~3To7Rt8c_T$2,3Zk$ɿS$7Ru.G8cߊ?8&ɿSWqF?s\g)&o:u|]|g CSƯqF*&ɿSƗpF =k&RU}TpF#Hgl[{bީ+89~.~3Trk38c_T櫼)d2,3Z֯нrvV'޽U]ֽ~%wGVC9Mj].ܜ:a5y>l*H]Uu\ ~H=vɝ/ďqFU|U-O;goYZ%8o[80K+%~)~3Ψk8[\6.űl|̾N nߣNU*#pSq='x~iq WuOI6>%z; Kr9YX;sϱwXdc}?a5~?'k{5~N9ks9YX;sϱwXdc}?a5~?'k{5~|ŵ%|ф'2ֿ:wdUcLx~ں#vȄ'j];2n6kȄ'Ȅ'Ȅ'nȄ'%nȄ'3]%$62z;82)$62ቺ;2ቺ:2z[;2z duWvdu qd7udwd 34̟\4)Y̆T DY̆T D]D D=ŭDǥLx.ʎLx:Lx঎Lx^Lx> 9cud|S Oɧ0;2z;82))|ND]D D=ŭDǥLx.ʎLx:Lx঎Lx^Lx> 9*܅>)wᄧgLxf=982)v3EG&[u|!^Nq/g8#ooL)[l gHÅ?z)^IҥMmg.mRo;qA SK6.^IҥMm瀗.mRo;A SK6!^IҥMm'yHҥMmJ90gR8Y&K6o^I}lҥM'N?KϤq*x&K6o9^I}ҥM_v3xϗ]=^eO8o^eo5˶p/c|g2/nr-|*he>_3xϗ]>=⌘~ykh #k} )EG5˸#Б} )nȾ`ȾuWvd_8A=Mנ^N89D}oN 2oN|tU߄_vf3 wqW *sS J7ʔ٦?:\nG8MW|gp/ 7c*|ٛ}3\o8MI|gM891{>: |891E$:|0I[-n?N _.bGNf͢cnm9z9r2#updF*Ɍy1kɌ;‘Ǹs\+=pE+Vz7^ɉoF5W|)~2e5(eM gt2ef3x|{LY93|s˵ͨeM g 2ef3x|'LYs6nN˔*heMg2ef3vkOs**3tdC)nɆ{\*gɆ\ّ k#'RpSGN6^lH}>RjN-n?N;L뭵9;$wޓ6tz֎Q[Ol }o֓Vv8F=M{^Q--ߢnNc1nN5,ߞE4'mH{Tΐ7jI+;F]u{঎Q/q{GިOhJ2Miєd$&)4IM*FSiLT敒9?_{҆Q[Oڑ7jIK {#}o5\Ǒ7nHwd=o$" +IfE2R1V̊d6b$lHX])뫳d.髳^4I:Fm=ikGި'-3zʎQpGި#}oKޑ7}0՜[- ~L=-w;ɹF_%d~Q2}I:Fm=ikGި'-3zʎQpGި#}oKޑ7}0LdIK2}y$/IT$'GR1WJ/dzQ2/ޓ6tz֎Q[OZ*gH{:QpSGި#}o'y`H2/$J*Ƌ$B2bH2/$J*Ƌ$B2b\)뫳d.髳^4I:Fm=ikGި'-3zʎQpGި#}oKޑ7}0՜[- ~L=-w;r9( {#}o֓zzʎQ!CިYϐ!}oԬgHŐ7}0&̄dfbL$ HŘH21d&$3#crd{ 3G=tdz֎S[OAdzѬ'05߃g=a={Sg2g|z/Ld=oYdXtM< ߃g=a={Kg2g|nչp9;6:zgg{S˹:\gLrNv3x9W'{=gosu-1˹:1X\grN6lYU˹:\grN3ULK^׻4쬣\H..-q  1 a  !Q  9grH F:&#G'俑SƗpF?STg{'QH俑Sķp??KRg'ѹMIHi[{8c_~'3̷$ɿ$7RuR$FN/9LrN.:{KN!&ɿS9 rN.:KK /sIorN.:cK/gޮp>'Å~F:A9'C!wx9'C gtrNΘK9N8o{sr?p/~%^'!; +~^ca3vx9'gęrN9?^Ϝu$?IOϜ2^%9>sx9'g/)$'R95K3gsrI},rN.Ϝ^%ssZx9'g/\R9qïqr]߷{䒻C;ВCgc qF}^%F_=|Og, [q\W\+8o~$~3Έr/r7*:⻿to8c 'gBmLOYY:2흺k92흺;2z922흺:2흺92z[82z;:2=?I,)92흺k8_֥͙8ytx#wh-5q_c>\97g_~ 3j2( S8c7g#3"HS7g8c:AKr @]n{ ~J= ;\ L]S)z:|+;s]y7wE>\}5~>AU~FkH[3w8##$-_ZbTU ďpGQ|5(q] WpF#Hgl[ss`Tuw-tA1%:~JEzcD \"_n|/wtH(JZrPWp '.u7rSq['E\ N]u/vY9d&uIfY'rՙH2:{DDp&$3d&uR$3!IfB23R1&̄dfbL$ HŘH21d&$3#crd|ec]|eCN.᪎J9 z[8r(wt4Лwq|KJ]59 9ϩ縭FE"_5,ߞE4IM*J]U9 9r(p4P-i7Mi!RWp GNFNSiLT$$6MII2mR1Ldڤb4̟dV$!CN.᪎J9 z[8r(wt4ЛlHŐ@+#Rwq#g%ɬHfC*JY̆T$" +IfE2R1VWJ,KꎹOcs:@K#R7p=GNJ9 S:.9r(up4P.n?N.|:諳d/JO2bi%\Ց@#Rp GN⎎z'GR14P i]K2}y$/IT$'GR1LdI_)Eɼ+r(u Wu4Pi#‘@#޼+r(up4P.nH2/$J*Ƌ$B2bH2/$J*Ƌ$B2b\)Lrz&a=9 LRu4Pj3Iϑ@Y$ GNf=9 Kz&)9r(5뙤iԬg<뙄Lug=IX@g3I Lz&:_C\=jۃ˾1tU<tO<B<Q<tIYϐYϐGYϐYϐc7f=C23߃g=C23߃[K;뇖1~,~3v#_?-m)w{G8c_#(>N;4KVpF#Hgl['-yK[L "3!Θ⯱_H}洢'Ig?;Ng'IgN_=|Og, [qSJ?IO>s.G8cߊ?8yH}Tuwqܿ.rxSN+xӒr{8c?k>o??Ygg-p5yy6AYggpyyB Y g5g7p3_#?'&@m=Hvۚ aM"&'*td8ʘ':\*#+++#\DD*gr+|iii ODo1kG _%oC9UxY-ފ5ᓸUT%oC^Wz?aKYdm(3 fUx%ì?pջrVB{|/bֈf%~VB9UxY-ފ5ᓸ*dջPf5x#~ĬOAX ex& wu_cO9 {I\IY{|/bֈf%>s4Yu(sjo0[&|:R9K 0#fx/~,r&:*ad=?/|.p%8Fwo?ʻ~-OΝq}rss[4_K*iZx@Dd 0  # A2?*㈺XHhmr<?)w`!?*㈺XHhmr<.S8+T?x #gy.X35vM3i[>.hŮVsEĺ7L&XxRI|3J5!1(2I cϤ 0%SX$r"6RZQ}J@'sϞ{)͔%}>sCKQ`Pmɓ?+~KԳxV%TͧZrϙXܿp8"|##g^bg:|3o|K#O_r~;tmÇɆ_|vU#?ALx[x_gR-o_sh6}Б]kKcpg{o9޵|v<~v۵ ?VtQ/*{w:RQ?>S}#yU8u[ԟ}ԟ% /|j8u_>(cQ_/7oooS7CtRH@~͸7SX%r[V+}oP}U}QG|u k*Sg__~?O)q?OYR NoSۿIi~Uz;w)MӨ=z66ꁷzᅪzN=oO];wo>H]R>NJ;M&w E{Eޣz}e!s}B_Ȥ>h#<cyԇ/>?C..P}x!П|z#0^ CB}O>ȟz#Cy>D]|!RG~G>AG>N>J}죄B}">Ǩj'.ր)\x^ԧO+-S[̧g?IuS3>^> L} e[vxyۦY>K}>K9 _r矧,?ꋗ@}UC}|:ԗu+_c_"^jKWԠk4}_׏RGQk~W6u`c_p_=N=uqQM/o_Q''&o4'ߠTM[lQOZԷ|j?-ַ>6w6ߡo?XY^󿾚?S?ڟ^?K?yI09M\VEqX7}>iytM fL&3Q -vZrVT^ZjiK֗ЄeF%s:ߔm7n:`i|rBat՜@3N` y9\9]GW{)yYdǑd.%V-W* "լ$%4մV%j9 g욼yvVtL;2ptaRevE!4-O8t<˦9l^ ys0q8?peA؍K䜟҇$'Oj-"FVԵF따uF(y>oS{00Y9T`֔bjKq6a3>#غw)Ȧ(мiɏi )YpZJ5jjג;Ac<%Irk e8sO_T|"OnLse Ò3=ՁQbwLJ66Z^jIΠѭZh,S`855=`y`»}s}GȩIdZ.3x |#/ )t{8~7!o&3H:)yKӸjjQJ'Vk™bSmvi:b<S2wx8 o\rOd|U`tp^@t?r `$ZVr)pqIl۱}6CO|1 Au姫#Me7s ȶ\mW.s9'_>/oǯ&kbJ]ժi.w3kL/7|=pVЃG- u8Nk6e~ Ӳ/'$Μ;m# CN%%NkU-hiI:_j Hk }SFy1y]@`!="fz>{"?=18@ ӉOqqOfr=PGO$O%u[iIsg'Bd PvyBgM>'K(kӒ)AH t"Z ǖrIs>cKz ڽMP ˣ8gBfx0>wff\ӚgŭdrK`&tU4qZV eMTdslIBl|ϧypDNlP >+4M0&+Z'jd2h%O)z֗&ǹn,'nʪ'L&m:oMy?9gAM}nߕ݁l2"9T4BEaCwZ-)7N ] NJaS; M75)L#@Ԙ1͓oC }yIApZ+OO$(-X\N^>O$q\r^Q4!iHPf ƘfBXpH ޔ7MkDUsƖJ B`[]f;Hqy8Ӽ˱Uv&KmevQ9:p^7[BG`[7N2 eĢӤڒԆ/ {' S#Ϙx47q||lj{m*Ls~ٴ8f D5 &P @# lIHi+?J)=S߶Ð6MeqO9vt{a3X8c^i40uAa?`۱7m]IԩS[C}OMqBHp5]37`J@yI^bYS SSsyƛ4"3='?b@5 <`\Ov l63Q̜7a"4Gqpk7 t_ͽ e.f{i֚@51=0oN;1dQ_c^ {ץ@Ϝ,w}nwҤ5@;X'P'w8L6kyң㋁mHKa=fRC2D#8 %2X^K^{9#\>wވNi 5K8RA{ MCvhhd&ˌ=3g#`4 gO8ȸ<._k2,.3gzTF515?7Mff2X Dq(:4 m9LmMC"y7AÑ3Ir=GZ|Y24yH]*Mzb<ɖ>ՇJgkfaíiAQ)D*!L 1okHuD^ڤ 1$SM {35dfbf8nT4n#; (2mY$6Sv~֊N[`@HGĄmyMqzQB6I >i:tD [Zm2W3\9AN9M7p0me)6jb,FoPH@DB~2B@٤ܡ z;IB#ı:r;ȓM>K<IMI&ܚ8>`1 M|(f(WZ^O77)8+a"aX,Gad槜υ`d7 E7uG籩pMggd(6G\8^A("8aQ&2(Њ@Póxv H 1+ oc%66P6n u7.LVF6ؼ&k26{1GJF:OM8Лjv@qML=mS: d 4)J^#ly?+ꦹg*=0 Ã6iVXzI$.3Jʻ:EqXe(1qy{#4@j1~@"pql-MTsSq& V!D!ҙ5~P|vUlqMz F2tێC#B!D66 (2( isLٜ^2q ϳ4-@*.= m%HI(qTJfew1pJPMf&cSFPkv{{9.4lʐ={=dvc'r8U15R?˨yILBMIu0DADO@eH!o69p8& GX|LIze2E>St&k4*|1i!tsnO!J5'UE1& &d:?BNʄgC:lx.1<\݆^98 S:MˋN*"AԤdP 8eGʲ>CŅ'I$he\c4IcMw/\ 67Z7$R!{lq:LF0U-ʂM,DET& 3qMIlWz ph;#0*cRXЋ4]FhǕ!> ٜ^-Cu0pK$&Vx!t)U I8G%0D@lXv\n.MF1c.WiB,A΁ñ&KC2@ =aq8 +L;:[N][ .=ݐowuQ"2a&!09#&9lv>A0WwJtJ/&Rvm3[Y,hPeg jyv8h1Yĉ MD+҄Q8`Ŷ]fBfg4%NC͸p9!'pB+:|1tENd`,ytO~ź g|,V:fЈބ+8eݢ.&,MNL\#(9Z€/ʰLC["4GS6 2? F`APeBmn}kٔ! \-c@mKӁ+Ve*"]`1CH<a*;D(4oc A3ΐ-6!߆j"X-*gd5(<٤UPSܲ}ОH1^CeLIH<H&؎o c^b E\{KD;d̡g &<8 5 (9^Tl]!HdAvėp 6( z 顠͆ }Nyڋ Б$]E^g,.}"qA H\pbEVEÔΚl .8NCDL&H-itQ d$!R! ND+NhAFL̰c%5VPu~6٢Pr. /c]C3ՓE?SHgJ(Rk@M j "<` XִvOLZX@\z-iV/Ovj5Udh+ݽrXrʤGjV3MsXٕ bMoav_{) &٠]Ī\7CSem*fl;(YXN)?}Tө86)Sۺdx-E쬖ea]tl4S`"&C)M>)> mߞDfCi4p8dy۲+B,({^]F")B*| Id|S'("*8*5*6jzl<ۨ} L|d͖삘7NU'8 =QȪa?WLs\lDžUAp 2a̔mPTʫELmgyٻ4ζ[Xeۆ C%"NLd! Ƹ9 XK-{.B36uEFQJgJN<"/QNg,r!m;1^hgYBىpO 񆏴llJA;̯nj7{ Q@%6'㸏`p(ө@v;eBmv%v&;mbCf=͎}fM;)!ZXہؾpEEz;eBa9IApi] > l p!+|hP|h^[5MHrf{įj˔a 2N O[ژ-+_$M2 WԊ)~gx6pض a/k"DzYʅdɜj}ӌ\,Z[a/T5ԊbLߖgBbmY/ mІ<+'^QDnz`%,լj*$~Zf 2;vBs<[XR#V8F bS+ȷh"&"<NbzM8q)fY5K/Ogb/5zҫF@=O%-ol;@;E[nx曤V>Hڗ躯<<8S=vX$-r0 bS^X]n}iU]I߫\YxlfQ6'@2d"k⼿7DQ]SiOgeRɫŜ[t`x!9e|ڽZw[5 Rk-5Rp$p4ujIj+2AU~'<1+@S?~1klRJ{V.imHZTү%nTN6Tmہ53,ƅ3KqS΅uRtU QYrcBdr(b> 6ZVjNfmjӥV.YӪWV.Q"Z.x`I<^#!Οxa7ޭ,T aV8}z}n*YT-|JFbkR"$VɂOTj^}U^jJ.ITݪHjX崢&jN _7-,W+32-~ga`\*྅#j5!&HZj5m쓱{Ru-ZnRUU/Ʋ|3K=$ *뗌rzH*zSͦ'JO=sqr*lCV˱ݑB.j7$mwOҺ;; d4)՘Mqj}ւӁ_D _kt/vFE,T3BO΂1`x"$([%Mi\jZjUltɕ]KcK\گsTT,W_ 0K5p2-,JW¢'`a i쏳B/,Ѵ鬘`Fr-P$?׭U-E+ZK$I@l#"rgF |I^w֍hzNfR#P$#6VPeH&;J<5Էj Q6 :JI 4 |[[в UlQ[i4 DI<c8+|jt! Qx0mt)XPf6#.xCdBRf\bTZ"]Zxu/}nEؽxvoݗ~cvo#/Kv}7n=Aހ훱?;!ܔݟݟFo-7c!aMٽkv_~ؽo֛Kv}7nM5)F쾒yW27vsCvon`wpSvAސyQMv?uCv/ݿm| ߄ n/X\?Us렯߽:u\{F^|Q/_ԋ/zE^|Q/_ԋ/zE^|Q/_ԋ/zE^|Q/_ԋ/zE^|Q/_ԋ/zE^|Q/_ԋ/zE^|Q/_ԋ/zE^|Q/_ԋ/zE^|Q/{񽰇MMQzD=D"QHC$!zD=D"QHC$!zD=D"QHC$!zD=D"QHC$!zD=D"QHC$!zD=D"QHC$!zD=D"QHC$!zD=D"QHC$!zD=D"=9BQwu<3 aϐ/nZa^"#n=x>L1x~ő/y;[oF_{fyH}Z?ܨfWx?L}#r^F87՟Kupwl8pG3]zl=|0[_͙=v?xN;xuxݫG~4lÒ+gbWPQ~`C8=~|_̺SG^+ͿFں{|j_n s$PTH)j?u}RwοSw ^3 k_PwV:s]g'f/_3~;#(F} pQ 0Q8+Fǻս>j<՝8wvF]8|N#5F+?֫#>u| \_c?֙Ĩo}{?#{;2w߽5|<̋a&q :س81qx2̋=|6:ӷ=|JI\b c:`wLKr뒾ߠ'ߪs}d/g8g_Q2صؕG>]^m>G>o$\3D'eoEgLb̪ҾR%@iU@;? Y%:h.?*Y%:xMMM][NHVO]m۶-h-`LTTEm߾ Q.uYg˄D.7<}}NJt%+zuh ]/3@!*PC_Wg!BTkA]EܹuzPwQg녨D_.׿BTѠFwQox_D ]vD@s'D%jb5QJ4 Դ.>}M5ڻwkh6]??f QhzzTJ4.kh>|dh1]?ah)іJVV"_5??qV QրZmd9u;qߞ.7:*FQJ Ԧh$DՏ["Y%ڊ|wUJ Զh$D;P?vQZ@-BT=_/{DZկV!*Q6qMJt!1c1!*Q;v]JtIqT=CJT*ՅJB{_$D%Ujg녨DAD@ D@ *DCA ECDA `ÅD7!Ԟ D%͡f!*n%Dc k>M5!7*dsd*ѽ O۝g|<?rk%b7J[JK^KJ?,ՕWpuK/WJ-IaS鞰45M :>7D 薰1n ]m@ysT_nʛS 8>:Rh騭4Yþgc??s.s_c.yM4ɂ^qଜ,葓gdA,8+' zdY9Y#' ɂ9YpVNɂrGN=rଜ,葓gdA8Y8Y+N|*NdY9Y#' ɂ9YpVNɂrGN=rଜ,葓gdA,8+' zdY9Y#' ɂ^qSv2v>]WSNq >%jLɫ:})l`>SOɟ {gh\qi4c~B~2Rs>v>\us=fk;.}llumѭ;㫀#˜}6C2w:>]iӌ\/#+nLyoyWŝWWWOvORlz:>ʷ9KQGsQRwym-wnBNH?!hh"u<=H]ֺP]ֺ˄H@Z9!Rw%>Z뾮"uAZ5P UGk!Rw->Z뾮"u׃z!RuP}}}]ԍUGkh!Rֺ!R7Tmu_HDP}}M"u@Z5MUGk !R7Tmu_HݣjhzTUGk\!R7TmRymHRPKs-,u+ZRԭ&7R>Zkߞ"u@ˍNmDQoH&Prm,uՏ[FHȷ[H6Prm,u;P?vP-pjGԵjU6[H]6qMuH}9$Dꎁ:>"uv!RwIqա~"uuֺEjhH]=>ZH]P}}"u@Z5@ UGk !R7Tmu_CHpP}} "u7!Rw3>Zn"uQY"ajBn n2ɹ|d}PsMp=meHiΦOfuq=^/]Έ g#‡[9qC0.'k{p~~M tù!\n 3pۀ3ՕS8k)}/}۵Ƹ޼&T*hUXWa]uUXWa]uUXWa]o]R@W>|h[W~S%gs}5n޾'oy{*HSAwd.B(/ۧ?^d堖F[. tNn2@( Ʉ/z!uɄ/z)Ʉ?@w4& ݑLx@.M&} kLx7ݻ7MPowZn2NP;ݻ:7v] Lx@wM&};̈Lx@wM&= h;&u<Н]r oLLxY37/%/ܹɄePe˒y;Y7~Iȯ$p omdF>t6M&jXnay;HQFF%!M& r5H8ԿqBx;h%v*}^M頦9<]ou?i_/ #!k!jisv>=ŠXoZJcR!]ji+v5դ}X-kA%Z!}ԋ}{Qo7@ Bx &ҾoFP=h-\e޾uҞ.MH{$oz{o m3fҞs6 nPsǓݒyۊt6M&mՖM2o"?J{ߣ\s)fNp6 q6=< 5k6b{6Pfesf##A &n-4nUӾ1k7cVlpڇم ;/o\^sVXWa]uUXWa]uUXWa]uuk`k`k`1mOռ'o2S`=٥2QFOg}}mvf<TlMos"r"2zDFA-ύ\V!ך7GM&2zDF/Қ7'M&2(q6Қ75PZ&Jkzd"7AiMLdDF@iMLdDFҚ7h?(qҚ78(qJkzd"@iMLdԗDFePݦǷ9!ך7Ȩ~IѕȵM&2j`ne4DF@ ˍ6LF"޷Bd4 Ԩh$6䷩ۄȨTCn2|w:N&mdME5=n2tPZ&Jkzd"G@iMLd4DFAiMLdDFKAiMLdDFAiMLdDF/Қ7h(q6Қ7ȨDF[@iMLd:(q@iMLd(qAiMLddd"ך7Ȩ T[n62:`.?(YF!c: sڇ0]0~^.^>aY;̬tޠôhz/:F8J+!8FkClІ`' ޠ9f.G\UXWa]uUXWa]uUXWa]e](;f15q6i}f:slƕz~ego#3޿T%m<"|*E~4JǑk&U:DnUOȵp*r#M&#M&t(<"dJGLTJPyDDuUYsUJ;7ҵp*]J;7Ai&U J;7R(<"dJA/kϷ QI&v4PyDDf#M&4vn2QGAi&U J;7P ɪUQeF[&YV"#M&Ԛhk$sȵp*>7zɪ2U)FdU9 Q JndUڊ|wU*m-76ɪKT?~)D~ 𯅨oAVzU=߫_JzW}xW*uH}9$D:>JL},̈́AQ}UԇR6 Ծ!UAš/JP>!vn2Q/b=UJ@%\%J_P{^e!tB9uBTFP7-n 眷QoF؝C*݉Pxw QoVnoIV N.dUKھRm+HiΦS]bza#ý/}au_д49|&_J#ipN6>՗BJm:Rj&j+.ۣqnW *º *º *ޱ qerwemQevc+kCdOڐ^Y9! %f_[x|3K\~T2JbM&<.1'ruŴ2K͑ҍ8nNզخ6ׄC͈p%4.3)b ga_o I0;>6„X{MxۀX8pp> n8 }eb{4mNº *º *º *wB yq9|Ε\?gsZm 7)6*WN??;qHIZoFfl:~m6~mHh#|hMȨTcbm%~&rHׅȨ TSx$YFo!+~f-!2j՜Y i?ϺGZAFk,6mmBdth%==!2zޗ,OBd#7ZdͶ.Nb&2@EqwIQ=X"A]k× @}!־^ DFW*־6"!!2jx= "@ko7͠nқvPBdt;b{Bd4X~4^&k& 4Pb4!2 jf}O)DFz ֞?< DFz,֞<&DFOz2֞=)DF @-` h %|o-,֞s."V'+%k?k!2zў,e2}qpaD+a;"ڇ.;>jp}D.4gWLJsq]wؗnC6oKNZhu|-=lDiZtGQG# m+\o8^\ƹ}ñº *º *º p]ιCLӓ밗s6:}K=C̹瑯w{Z[bG6,JLm<,/1#sH<=Z7Č΍6Z2KɄ%Fk}d>n2qZ7hLxx\bM&<<.1Z&q KɄ%Fk}d>n2qZ7hLxx\bM&<<.1Z&q KɄ%Fk}d>n2qZ74'Myx\bM&<,/1͹њ%hLxX^bZsJqZ7̍vP2K{}{OKޗsBӑC2KɄ%6gq KɄ%Fk}d>n2qZ7hLxx\bM&<<.1Z&q KɄ%Fk}d>n2qZ7hLxx\bM&<<.1Z&q KɄ%Fk}d>n2ayY;>n2ayy>7yX^by_bzvmѧ!]+hXǍ8n 5㣫4{jD<,4ѬG̺xy)e6đ 77w'NXXX᭰Ûp> 8 }b{4;uUXWa]uUXWa]uUXWXׅ(Zg >w~3m&τQw dk _WWC5aE8E&伽ΫalMoU?™WwO;#`pl{;{9-6 ҡO}rzD:ޞ mR\H=\n=7HrPs-,uk׭&(d"u/Ү[M&R(d"u?]Lgsm]L5PuD]LMPuDvҮ[M&R vzn2sԽJn=7H~PuDꎂҮ[M&Rwvzn2?Ү[M&R(d"u}iz]L {zYrd"u@ˍO]\n=7H@Ps ,uk׭&jXnan$})DFmd m6!R!7Zd|w:NM517DR7vzn2頴sJn=7H#s]Ln>(d"uAi׭&[ Jn=7H PuDVҮ[M&Rvzn2Ai׭&Jn=7H&PuDAi׭&Jn=7H렴s5Ү[M&R(d"u͠s;w<-YZk׭&kՖMD~0,u!?n]\s5`Y Q:>uL}|;&D%jծ> QN:>nuPGtQU%*dE+pJTJ 7DAiWT&h(*d ]QLT+pJ4vEn2Qn]QLTAiWT&vP+m*XUD%jBn U'ɒU{l7J[JK^KJ?,ՕWzpuK/WJ-IaS鞰45M :>7D 薰1n ]m@ysT_nʛS 8k>:Rh騭4/X^lƹ\M-º *º *ºz˺ԋQ:wu;fi:R?Z\}ߓ)Wh&U"__o+Rx;Pw,uGG%KqZ&;DnOȵM&RgcqԅM&Rw(q}D5=n2M&R7D5=n2AiML렴M&R7D@iMLn(qM5=n2iM&R7DfҚ7HݣM&R7D6=Y#ך7HRPKs-,u+kMLn 5HkMLnuI7mjSnMyqk"uPhRVtj[nmn!REn"u{@Q^VPfkզ> C9H1PǷcBTX.DN:>n"u:B.kML.5=n2zPZ&Jkzd"u@iMLn(q 5=n2ᠴM&Rw(q Jkzd"u6=Y"ך7HPrM,uO%Kݽ{v}m=meHiΦOfuq=^/]Έ g#‡[9qC0.'k{p~~M tù!\n 3pۀ3ՕS8k)}/}۵Ƹ }}b{4ۊuUXWa]uUXWa]uUXWXׅ(o_l򌝼n`ؙ'oy{*HL1|3o!_Iȵsp oZmdޮB;Lx#PڹcɄ/M&} vn2O@i& vn2fPڹcɄM&}vn2훠sp owM&J;w 7v/(1dw@i&;Lx{vn2qPڹcɄ;Lx(1d۾1d2c6g:ڹcɄ@ˍO2oD;Lx;h%v0r1daF&#TH!jTnQy{ԏmBx!7ZdގC>N;'AM̍6Q2o"M&J;w 7~PڹcɄM&J;w 7v>(1dŠsp oM&]J;w 7v5(1d۵sp o_;Lxvn2&PڹcɄsp oM&}vn2m(1d۷@i&6M& jwx[2o[k&޶jˍ&%==sѧ9]f^0, npl0Ԭ 6nۈڼJCvnZFF}t9@SaePdP{4^նWN `k[M8kf켠DBy=n`a]uUXWa]uUXWa]u;u! Fqo>_{!sNi.{?g?$I:ךgSA6=YF/$iZ&-<7r2Z\kzd"Қ7PZ&Jkzd"Қ7gM&2 Jkzd"@iMLd(q5=n2NPZ&5=n2^PZ&Jkzd"M&2: Jkzd"㠴M&2(q>5=n2Q_jZ&Au,#\kzd"~F'YFW"ך7h J`Z& 5,702|zF (Pr,ېߦ~n"P $hq8!2jbne4DFAiMLdt?(q5=n2PZ&5=n2bPZ&-5=n2 PZ&5=n2ZPZ&Jkzd" M&2Jkzd"FPZ&m5=n2렴M&2j5=n2[M&2j5=n2nPsǓݒeԊ\kzd"6Pm$ dg'R;0iΦ¤vZ`Vc{Z`\`^{a``bad0Z\w6zN:@}tZm*O`k ӆ ѳAG 4/xB__sVXWa]uUXWa]uUXWa]uukX٤y͛mfʪu}JW^5xZ {ھRx;PjmΪt\~T*GGLTNHV?!#M&dV;7RJ;7ep*}vn2Q+Ai&U Ue{UBTi(<"dJׂ#M&t=(<"dJ_GLTi4(<"dJ p*5=/D&T֞MJ@i&UJ;7lPyDDGLTi.(<"dJ @-(w $KZWY"DZmdUZ\;7PkrJ!#M&h%_VBT駠~U~~.D***Ui+V! Զh$/RU5_ÿJ[BT~~m^* ]q]!t!1U:vL*e24JGqBTCP#>JAlP~LT)X*}gBgRPyDDꋡBT)sD*}ԗCyїu ` QAjnJ%Ԟs"Daw ɪt';C)D[Ѿ%Y;;U/eس+kJn#}8kOvٺreχ-vpˎ ڿ;vBn'vjM A&6mKwB+ ߧa;}ۀT_W+ *H г7^lƹ]Y+º *º *ºzǺ.ĕQߕEݏ7 U>+kC{xe+k<'d﯋}%oy;PJLm<.1GsQ<+:7pĜȍvB2kKɄ%Fxdu IP'BxC!uab3s o#PɄ3s kKɄ@ig&Lx;v~n2pPɄ7M&v~n2gۜy;v~n2>md>ɹ|dދg9V/6GJ7lz9UjWz^`"\5#F6ṳ̂p'e|'d'& cGc5 lc~coY0 8bbd/89! *º *º *ޱ 1'();WNrMSi'P܀ۨ .w_I;\!'jiseUjXUl3fȶl݋^txUj9"m$#Z`_i꓿OT1l~?C"[^Ci7^6WW۾NbYl|{r3VuWEsn{x5aQn2|d.)YF{%DFA΍6Z7D^48P"< DP#gJ& TPS#W tP#ge ˹_H #Bd4HyBd4H٦BdH9BdHBdԊHBdHYBdHBd"#g^"6Fm"M6En"FPsBdԖH-Bd:#2_"&PMIdHѷȨTsnf2ڃ|O<!2j՚UڐEڶ APs,޷}PF{_N ?~NQheT7ۺX;(y$YFc^.uy}_.DF_Xz]XڼJkCh83\nuC= DF79Ko"Ak۷ wxPcx!2jR}$DF@Mӄh&=}=X{=X{= X{^- ֞-"%%Bd ԲX{ιLVZ;, AyPF{^#_K_{ QۯDhΦoFNñlߋ[.(kx]v]a_ fA/;i];z.n!Jc(>NO=i1oFm8kvW7hHpxq= º *º *º *wB|rwv{:}33{COO^.#ωw/1Gykmy۰(1Ƿ9Č#%x$Fk}d3:7h<<.1Z&q KɄ%Fk}d>n2qZ7hLxx\bM&<<.1Z&q KɄ%Fk}d>n2qZ7hLxx\bM&<<.1Z&q KɄ%Fk}dӔ;4IqZ74Fk>n2ayi͍*%Fk}ds07A<<.1=!<,/1F{_2K vBKLGn<<.1Z&nۜyx\bM&<<.1Z&q KɄ%Fk}d>n2qZ7hLxx\bM&<<.1Z&q KɄ%Fk}d>n2qZ7hLxx\bM&<<.1Z&q KɄ%fexR2KɄ%hKayYKa|ٵY8GbDwDa7lzf4Ԍ6p}P(nF:m2)xGvC767 VwVXXXߝ;acac`oY0 Xccd/8<UXWa]uUXWa]uUXWa]c];km+bW/'{Ls\bw?v~GqNtQl38j)|U_3_քٚ*:5Ug_=(;SCu}ؘG0J>UAx{*w[Ϸ9K"r"R4rd"uA-ύ\ԭB]LGsԽJn=7HKsvzn2Ү[M&Rvzn2@i׭&{vzn27Ai׭& Jn=7H.PuDҮ[M&R(d"uAi׭&; Jn=7HqPuDJn=7Hsvzn22u6gsȵs/7Z?Rw%rd"uA ̍6P F]LnaцIGmjTnQ6䷩ۄH]h nq8!R7h%KTuDꦃҮ[M&Rw?(d"uҮ[M&R7vzn2s-]Ln)(d"u+@i׭&[ Jn=7HZPuD^]Ln(d"u@i׭&k]Ln (d"uҮ[M&RJn=7H[s5Ү[M&RddkE]L T[n6Rw\~PԽvr=se`a0gY`Fﶍ^4+N-4'K },>@kô>>Bc;LuA溽qR !X ܳ\?uo9… y=rº *º *º -:W!/6G9W!*dLȵIO<3TOiտq𞏟=ktRKmSò-+,/y~ɾҗ.=YJcGحgr;mo?,^(,*+W<3O1,y{9=/oje}xyK\o^~[/{eӷU~|tou]Ϣa\#RILpuSt ?+l=!Dd,00J  C A"2 RM)v " "{ iw`!s RM)v " "NcD(A x p}WaOxu=HҬ+Isg$_] _"I oϑ%iBI>F|!no-.=Ջ^s.?#EGFs΂k ER@i%Ƈ=7܄n/!f5w=>;x>| lٻo7φfO#M4Α stnܧ ٬/!kR?OMgx'Z֍OM6.疤H#[~b'<)dMpcۤsjėK̞w^ek؀əkxO89vgɐ%>vlD+ .wM# H>`MXkB[/ -˗/xi͚5Ү< =ҳ>+EFZkdR{.黿\+Y闩R"=˅י3_g<.d3ֽ ֘KMæl4`ҍ>jZc{2OtE9we[K󸻪\ewU6[]kحýKTܳGMA 1 E8_̊3b; >; Wc&fJU9Z@rHɤ8}=#'Z`漨M] 2PT^&hӉ%@Ȕ%,):p_JD>TkoMU$~tށ1c.56̆bM4zWae) 0`3:`o$j9z,-i ܸ<W7A'w 57f#2.VHE% 50+O+TV0\ӝ xOP 2#L]c+h]ݡi1[Oaٲ#&YZl>59iW=VեH_W{~]XWI-pW2 X] j=sU?j(|Bx7eA!g3>]ʾޅ*sR`AsMs ֑Yd- |>ڝ˞.K\La}6 An\PP:m%7:1!2 `b$ B)VMi,2we>&gfZ6{0[/ԫff ,S _t9.08fY\9Gmqa6p%Rm!̇!32Gf 9|?ܽ!&X z1ZaMo֪ |ll@6̪cX@S~$-ptu~GsfFL3e0/gϜi $vu\DQ̖k/C"g#h@pۙC9^T`]]%U|%%l\¼_6Hh5˩~h1'1sبy/І.t2=Y/(f̙I;S9cC3x&Ly*\[4G# ې(s!y&ff.x6C̤1]b 8Z3sًz0$ItfCYN-312=}:a5AGʘm\IɢBQ;6̱YY`;QA)cV(v13X0|`N9."T_]I):ggW0K ;X7s%3I.uaw;4[O9gI*P'aHS(W73y\JD?fS[m/>ݭ;VP 4*W2A}g88iVf>P۶)'c #%z{Cv0e SbVDZ+Y}KиʥNCԸk<5&Dl%qɇ;-Ih5 )gzbd:VFm1[T4/D>ٴL.@"eruw4djE3wPMH 6S, (jᗚ 4k!)uf9Ckݫ+t3P{w%ÓC Ak-mF<S䜍=rRA7 fsobdnq4Preޟ3VZ췪-l)//嘣 :,DČڢI|%c"3t#ν却ȧVYNFtcaM~DfB>g+u/fzznQ\kM(nۿ<%3Ȉ .Yatb.BŠD|JFV{`' Apemgh+ S&9nL])YMPzaٜM V|b\ݵe>w0X߁ =鰞R 5\]Zz2y})p\.FRl :ڗpJdw\jg;~X@Ҩ=$DzJ>vc h88J'#s'!X%`ݶWAIa43tuvm> كP*g!8,SYEXh9Wo663Y9(j|4W܋&bK/_413(Ff0aQŹeLn dxu9 |̏Uv@= jdTH@*Ri<͵8,ư:IMp\5Ɔ6.F:cnt9l0տ7Fme ՛( w0Br4Z=JQi{MmBҩX-e>|jo.6*eڲ`Ne_Q@>w ԝQЩ<+8w20a\\_.XQy֓AҩfF}\~c~\ɫ p%O31IVKx ~Vui {5<ȫca6-bS@3YR;.cSt\tt2{Ɯ$U ϼ G̨e=3)|fˆ%kA^d^o ݛ>sYuK#y\F+PXwz"t>a9gdX`YmWufJa&¬WΞ|w)>e/*(ESm;iEs;)0!ixWzy24R^OA0s~3}\xX愡E[ qY>RDIkۚ>fs3~9*^̜( }0"anҙ {f0\XaFd6F{<P #*߅VC?,j[Ea~‚>e+ȿshHE/H@e4 ھ d,r][/!~6480g6gw+^&G\}|]&gDҥЦsYdSk+2# ݪ NT_n# - G{票sf!^HaOxjB_Ey'Oᘋ4FnA"N9ITxK=gm;0SCMa{[H`N=&kam= MPD^}M/u-CQ n*8!QNΔ?Q EM&bsOLܚ^.̧hS96⤢sG fa? }*_ 'n˴)+Ffoױ4If@~ș3mʦ3{lx2ڠ0f27}rŎͺS+y;4kiU4EAj\>V7sU3H7oۡ .M/7-B?n>+bbt#@KۡƷ"G􏡏e9ϢsM|wvjK ax2 uٜ N-Ì9;?[dDX&K<{,dF+Ull7 €޽O8=(LR 4t f'f6[7~ }Ućs*WcU)Hm?a)1QGl ck4|(J8=(m^-xɵʌs1` VRO%0wtz#7ߢq`,zU?{ɵ\;uqm6.Y꿅Bp[o})s^/^rmz2H34YU9M (ipe3u}- 9>KeP S\^8V^6iB"Gq\5 \ G h牜#-Uϣr{nbLKmrDX=VlqoO2!S!:HB&]^̧fZjuxWшyqH@5E9GBL~z;3{0H'#aȸw \qCM?=G&/" )x'ʙk{B̋~@f~PQƑe/!2AgͅLr5V]t#{C%fZ cˋ_+oEϾ,)}G3h!6jagdnCtuT<>x̧ҡ&?yvr̝h ;*(4dCژӏ8ok>d5de+ĝ6⳦[tW%PZϹɌS;c\0=k Ĝ4hWwC lH+\U) 3ўn3˙vsPB?l3(E<^bfM,s; kH"|8f-u;S3fl,| $d&3QkvT¬œצqʣԤj.۷JF÷w^0~}fD0f0:班02_ngD`EFq۵gwfOm~_ׯQ%7oln~A9 \R$7!3sz E! $*a\_(n?ֵgKcI#yE'z~یU䔵3lm&@#$κ$lİȠ5I 饑" zti;9y9sVsosZRVeKhxY.ԐuZȒmžFj'@m82Kӡ㹭 {TAi1c=z;\茓؛U]0#_ޕ]8! qsU;o^'3`mQHOuuh>O-wN~b9:LyQ x‰9Ӂڶ4M cdMj݋VYZAcjȾS.\qןϧWpw0yUI'TK{$pDJ sQYM{5؆Fx 9V(<@(pi@{R4&F* tw2L$ՉVʞ?s5f鐄u,BAT^90b\`1P}3V-]D:AHX5Rtw ygfUA%>_I>Y3GT1D m)sCq1ۓ߼Fy#;b20;kI7h 23g<_³AU6?*epcgc?)+&wYlsZv5Al}0i}15%e2n'wlxXͲՎ]u?~_Cs?:de,Gs9mvpOݛHm$U^XH%g'nhW+|ZRGYFTwZaTov# jftԎHu_ CpN:WK`\K E$:~g9bV{A啐9 dずY}9Ui`zjnt[_nPቷJ~LWpO^29X8kKOë4ɧN 0ǹJqT^,XNb |qU('{FWmv]>;mۊ1' u41:ĀV8gִيI!.6՛u6mu#(N )<m|'8hi,3[kǟVQ9Url1qk/3Dkrb(0s[taD826ۑVeRM8\<$yUb3jѸpQ6=>ʍ^a[t*wFr1zfd0?ʖXhǰ(0qQ.ơRzMs:0Xu{ֹY慶I+)yǸWY.$Xx;8ӧI{i"F /R{\FV2u~%o2bOsUkV1`JK $c*-d0U{H!F}zTWGz-moZ4<S838Bzcgں;aRs5 RUyI2Ŕ# )#8!Z fqߓRE=~>[dZK:[\!$f!z6pTu|FOLU" G!8%ŵ241#f"ykRxJf5؞1Oc&n̡wx*R!1Bx8Qy grH݂I?!4fc hHU ? QϿ}/51"uBSmR~cg8$ӮeI pHlGm&h\\[D̶~|Ņ3(mˆ>ɩ=6ycM' P_ AHVZ>dܞ?\RXdzAر+O`^Oβ44,/M9g{w=+Zݖ[-qݓwwWR^y#\  9EgXjc;wx]ϛ(3 ( ( ( Z(qSPr)H5  +Kw@rUH{Jm닝,fwk| \y ~K[hnc8(]@#]̢@@8avq')8R*:m#r{{ixÆb9$`x=}rBJ"||ܜ9*$ >=UM=ȑC/b)[U>^cQXm!?c>|6r·o8vFc5FxD#4i۲OִV&!@?OTQEiyk&3w=ZmK+:o#fvNxjwᑦhN.fǓ* }(9Yjg=5.qmodUHf$$NSyfә'r0q c%I+%A#?֣ԷHPl1 vz#>->!;<@; 3?ΥxՂiei!F|øU][EL%U󃎇4Sw>n+(((()CzQ@\x>i5 MNH=qT](;vCE㡨VW.-4dmo<28ޯı۳u6㱇<5SkHhK S+,n^:d~=li-z3n91$?e݉Ra #6U|G=kMV,mmlJW!$cԖћ(6ݡQ*+Lo:85w \T*y Hݤج"(2ʹp\dU *0k9[ϸ8>l`ܒzKv\)hyxJ* >]7<}G~=mpz \sOc佔q[!Douȶ&ZU d9cOzW8%H6&Ac(hiYƲVpA j-&4BIS ;q8~T&f=Q_JxAEPEPEPEPEPu2:P4i[^}A̻r1]n$;"X" ny##phD]²VNx4gijvD0%_\qҒ[Ei776@$t{㚭mzח*r-wiL9'^ewE>̱ v9ϥPh湑CFݧ94K,f0G^Ux:c= 2Q`x\5jF2*mrG=4ؚ+ƥ3R fVa8ՙAU`#Xz|Lג$K 7'J$%!Ϩ *˴U!s݃B}) Ps{e1 vג} Qif L0 G9ZxxQ_JxAEPEPEPEPEPJ %)ȥQM"8e_A]j 9.F@Xt B]BgFBsӯA^v2K'] S[i_kFCQ! *EFˍ>mrD!  1g'vVWP>8bCҼ1Xc2[ItBcz[kg*X >%5#v#9"s38ZsQH w8GS52jZ$fR`FG2K9<CvI"Z+n|\pq߮2:3EvkiVo3;q抵]g!p1֊om袊s ( ( ( ( ( (e(4 1x7.ccc ~rx:1 AZ~&,zmyu?3zdgޡG̰Ii`{z\jnI2F: W.cBG|EyQC ,zZG*.Ώ%: Xų]&lK Hvk %OY#Zu9FILnP@77xZ–fЎ0ɼ/Tk;%(Ǜ"D3}ҵ|]3wҮǡsX:neIc2\x6i3E {$iu}W,Uڱ4S+<(((((((}KHx!X2\,VRwLp~P0 LZsnP*AϫCsd2בP/=wn/(6̼>2בPPNG  IHDR)֑PLTE3f333f3333f3ffffff3f̙3f3f333f333333333f33333333f33f3ff3f3f3f3333f33̙33333f3333333f3333f3ffffff3f33ff3f3f3f3fff3ffffffffffff3ffff̙fff3fffffff3ffffff3f333f3333f3ffffff3f̙̙3̙f̙̙̙̙3f3f̙333f3̙333f3fff̙fff3f̙̙3f̙3f̙3f333f3333f3ffffff3f̙3f3f9ųtRNSyFbKGDH cmPPJCmp0712Hs+6IDATx^͝9B$ɖEW ( l6 Bnd+)9> j-͟y2ߏO6;`s?f(]-gȗs~љ3==n >E@=f@/c=ذ.ٜ\>pvsX SاI=ԛL,|=>?>=~E,;} &t͂w9 {+c^?2a2@Wv*OO.w[˺XӐɏ\wv{ﱜc{#oݣgϷ% &^{"ݾy- @޹[q+d8=:\띤r VϏwa7mx= dtEt x;~ rsvx6Wbf^fϛ_`+$` yqwtU^FA8< v`. T=9TX&ZЗ:u>\~}n6AW9p}V}$"Wx(Ida{JKA<Y? gAV*s' =8ēk>@N7%Q2f:t*Cɼ։ҩDW/ nÎw%ì*0C<"3ploxREQߛyn >]ŇwO\_tF3QR7Ny* ϲnS~~IGG(ygA/>nrg67X<]XD6ץs7(Q9̻2itҮH |`լ2'j<2*Q'}+EDQq%ET8ڀEIØ OXX*+cU, Ta_[y"0D^ZJR:_Kb7qeL5\*<118zq)PMyﶧGۼ •K\^Zy`̿6 s1bQQ,Xw\XYu_<o;j!F y(rQv`a^Ӣ@8`b%:%XqM`LG5 ^oXKi/׬) ]1fS8ke\`8.2@ o`bQr Z~ #k[Z YR1;z՗! ޢ"a^<j#;9Qy1F W)Ak" ZR8eXZo1lIKiM1tIкmti}Z 9 tb;8\Qָw18 ǎgY|`1Z+_nSC^ Th$ ԡ[h"+-ӈO bZ0t$&9SyrU\Z]$cUu1BŢCXDaDn.Mպ\+QjM* }v+]2IhQ89?GäMN~9(= %!W^lYԳ czr?ZUzHؐe*ańo=/Ë5]xV:c)/ CaWY4J(3VbV V;DI1ڋUF6ayWWK.oo/H7߸pʯyNB( D;+ILQc\1w/:p!(S39 {4\x ,@_̽Bh~ $1ZMsU6$0w)s~_/_UH(vDWR.,F*0f+9/i&06+NRC4bߨ, HF ւڟϽ4$ Yg^ ,>JkRO JsQ:&k/X f`25_xUm9#@*Y֍BG<C]r28Ȁ$T;Ż-I=q30>='M2% GBg &f~eث(.w_{i#I1q.mR=< !PUEu'/F%#y2pnq m@%q|oUwTƪPµ!aX3OIBjXZ?:98$Eo1jz]MBbxt"!,xܻE-$c؀(ĕ%Y մ=}dj[y{iy)WӋ!;H)?"{ [ku,=jx*LeHnNL|i0?xAC{_@Fz6F0~Ś8Y( ѷ)60.;.qu(c~rQqy].KԿQJnzck G/J<@(ɣIl@^.9HT2q$Zd(S12"/>Ѕ7r,>'X怔&smyvpPYՐkZq1Y K @| Yń᳤u\SYËRn߫yiQ(X2띜BÁi) tBVW A*աQSK2!ByQ,p[jI@XNYYz4sTu MDŽ%Dq^u!!mv~>X;;ԛ Z,GsJ8LzXlPpZ!ȳX/aOpm3`tA0>KX(+P mC"ab2ɂQ;tϖP!L(#5x }&B$o-wNIplʽ1/O/@ZAx@1B`ц;Ge0񣢥=yA^F)mMsѦ?ͣB3L8 vL$G@ߴI۠#9 ^>[{ƁZP_1M)7Z Q[] M"7@cbHj]1hNTI6(;`@MT~Z.&96F;ggdClP12dvb}iPWڲti'Ԭ%G`AXΦ("ēnݽ J spr4@ bjŮT=&jq0FT<}0:6P92 p .ua̳u\~3B봔L%aP`&j[vPS0 ij9;D))A祀U9 (/~Tc~Hzu%pXb( odE kP12WwaHc&sP>]y;[ajkDZ?hw8x7k 8& #R9sTBN x0EamhaXU*bK@NIRpŨ[ Cgԯd5me(U/#r_I<|SN0~5,p]\&[,T[m"@SWٸ&r#%r<}h  !0։;H4P'MwyQɳ*J03ީ]l4"]~^v0/ :by׃?b x+PR{/fP?Q:h/|1)maLA.A8'S⏹lx&hF=JDBG864uQ<;&,Z$.N&Y>o}yZ Ι Q:cF+)* 4*! ݸ_|/ϓwSїaEnUakKזr}a'IGhJybӰg|RfR[hŨ5HE@KyZ #>18+hT(RD?hqckGE|u/Y 1Eqrd .t{'W|A~ΑhX݄@$llJlLA֖[ul&?;(.8SAZӾDO3.Uq F$6;Hm4y L)u;”O$ލ_b{S2CHw`L(%/\ٰ?ZF^P|s(Z2s|Wa#7b~^C Dsb0(n5G/RTK'36J'qihԍb> 1bJM.UUqN2 Yp  '% $Jtn0RJJgFIiX4y5H%Q/0`&?+.փO>4"!M!(w^L)Aʎϼ1/P"yC[%4ruQ7 _ &L?7RY]/78~pq(m*pgrܧ8O׊ݏK`/M(FђW$~QR>xRT% #h(=1C=VC;7bP>Y~-:I_Ⱥu"h+3)]GdHROES_d7}3w$@%=9 ocSG{\Upnq"8s}ɉyߥo[J{cyʨk4ook/ ")["Nf |C0uˆ_ÇOX$)e[((|\W[m(Wh_^P" W(Whet;bGh<;?׬wٝBY"V`.$Vb]b8psIk+`BYiwDb\oENYfMhɽ  t/"Gۆ*3K*)wgq079k %t%Jw͍ayyv𶻿$Ddɸ-_ }*O03W$(jR%K+G:K$@oyOrCm6Ϊ]^.R@=W \`.bgX>-l}DRڏP~S!Jh=I96M^T;AӘ$:UVd;XNo*EqqVb<l+l=9daj6VAb1=6#%{tNXd;̶Z7MokdU;0P`l@4.94cv&U $D8ff̎dko2w{6=ͨK:ldw/oxLdfbxyuD2O(!^;uKD0EN?/nlJ>*pPǼ"[Gq_[m4asw^|iZ} -āwxp@TXL-jj">RI) ,G/O&# }7E-&ýh-Zゆ.^7>\qE#>b UU g6Z 80y!P;H|b2bqh@(diW,[FDH?dĀvڂqN:I?ť`EL2>v>[Fd@=`x(?tD;a4UYi ($][*E?7PsBaM0 ,BXFRJ4cVC8̃]ٽ%l% 1b_Dz" 0[b.2#hd'jvP&Lk*hȱ~q}ۯ~63dB) l Aa:Yp?μP;88QjL_#WX.o-=VpoQMpUr͋-0 m7' b8;v0"e+(}ODQ D f>ŏ-QzoI28}<'A@E_(@(LĄL8fQJoYӚlM#mA7>Rcdu4-DN *@dU$J4m\T{g{ ]5> 9toM^Fmˊ_=2*8ni)bݾJޠtDM 4 ={V R~Ko=ՂJhDMyKJ?afÚ4zt'fNkB#ʋG'3=yd*meԍS˗Ցh՞Y'ݞ0 PG)tݨCqw E#dk~ft}u@;]h8<;=n;{)"QՔ]~!7-m8a5L(QF1dl$YGO<6o+g8ӰsDɎ,֪H4i᥾fLTFR :B-I5V;"d҈ƻZ԰#X}}:2CIq։8 gIK_kT/o :hSw)|vϖ Js t uӹFV6 ㍉5 iQU*wJ`2E8^"wx;D^ mH7B%xbwN@}ƣ g|]8#&RBH=|ͲbUb=TU]1FƀW:`k+BZ(s;*9䱈mhx~%6= 姽K_ECNc%Z{j  da,W֣+T{_G *Z6X%{vlH~nР-hʏyӽLEDɶ D[I=/p}#S( \wmz/`1Yn"‚2A 68e"F1ܓ;^b{,OQa~@Jmmr*t b8şXTe͟3jޞCx; `HnQgC_I=$Bgk7mߕt$cH[Q&%LWDm̚ȶNi M1R{:!̋Nwd8zbT- ]ߖjcWnbnTY\۸)@UVXQQlM;G4:9<,vc+UK1&@É03`ׄ ],2d L9 vt;<Pc&E=)9߾@VO"Hl6 ) M;77h-cmGGM. xѤjUHddF{R<ؔ7{e1nu> |AagL}E)nQ-6$ƹD8(lj3И_CJ5U6(F? :C:>4U |Nw/H8pfqpՂOҒQ>^+̫nU~d/MV^ō$_;dc 07ޏMc}`pXbͨ5m*B2?0d.2KʜaJJ0W=c)dYå'9S*5D[h^cRPU\cv Mq1O9)٫Lms{3Jd{WV;wlSΕ8w )l$x,/̂f- <qJWDj2 x䴛D5/)f\&0y?`š2 AosMnHr D%0a Cg-Sp/ԍ.8 p뚫poO  e{lI@ΊoSK<ơ7"Ol9$l /o3=~0\u)y4_n\CQHm㮡D5s&~Xh{Q@KE9o'CwYR$Sjj  \WoC©5,0΁υ]M<0?fe͒,rc(S&;ӝZVl"7A]`r3<އ8} EwSpirψH[#Y~%s7sSp2'sV.3G?ރq} =C,b9LW/Z<#0_ozv"qA^3`a72>Too=A~M FlpSqYw,b%{暽m.PJޤT4KXUV(u-#R6 ؔfp;j5 ymftD~2,Qg(:tN dD\bC0xn½B͇D[_oæ&o,ua/FLO5=jE-(9 ({;B|,d鈘 Bm1xٕGu:2ɨc=o7 Bܕ1R!%4CJ@=bE'hIqD܅<MnGsE3?(|x?MmBcNw{^8]8`dQo4*޳D*XX5W]lnSunf ~ء7T8̍sʃ$⤧9IENDB`'Ddo KK   C ^A F..\Photos\VldbTerraServer\topo.gif"b&`?4s-C& wn&`?4s-CPNG  IHDRtܭPLTE3f333f3333f3ffffff3f̙3f3f333f333333333f33333333f33f3ff3f3f3f3333f33̙33333f3333333f3333f3ffffff3f33ff3f3f3f3fff3ffffffffffff3ffff̙fff3fffffff3ffffff3f333f3333f3ffffff3f̙̙3̙f̙̙̙̙3f3f̙333f3̙333f3fff̙fff3f̙̙3f̙3f̙3f333f3333f3ffffff3f̙3f3f9ųtRNSyFbKGDH cmPPJCmp0712Hs"JIDATx^]vXvr}HWMaP]YZEp``BLR^TI3;NZ'5;{s/.T re[|}9NGv*t?(s? aM^}9/2ǻ*J7Eos̏/i&ġM]ዦȳSytb/)+ n nin{=!OJ0Zv+or^G ͅ5vC-~ҳћ/,cޙٯPGq>ƾAB\W 3u% P$n `-{B&[ŵK3\b7U(+ XM), "td.]fx-/]?U f%L$McE B1P 7.Y$g4F8FSDFI{)NљIRc˵}h(s|r~CS]MK@hW@)'A˾km SFãs"D+sBXk(f bY`X3Ͷ@ǰb@fK0;.50.[}}#r]0AXFl%\=0E:z\5N k^'qͼx[5B4,()PdE@NL K&'"%}Ɵ'UIl 6VO g <$t1P-Q /ŏXH{~R%FnB ߁HEMԖ:/K͍iEFGqk  UĹ]ETG[AgACI^,  Gbfp 1v:00!bzel`3ePUو"*!kS.1/D \__L;7g4 vV!1Y=Ia sR.bIq3;%2C•y*5md7 AFcb^QNf2{X<!| "fW-MX^`+) 9[xSHhk>M>0+CJ~Eb5hXQ+Er,F bZ'dls:fK$z+}j4n}e.w30 }-5>S=B`|i7#[{CWӜ,uK 263t}lx!Q1_o e<2kL "# ef i5tf33bKa# "hL=ƚgfKHX(VvƛaOFR~e02&kN@ی_26IHMTZzLHD%]k >5JCo5Q%_WJJqْ]͒`OCUk tWYD6RRha#w#H.[a̎-\,U`,_BXE`qƄY^O{H[.{243ӗ_>4<29&VWB  :(DK'SxyY*z$~Gli8+up >o>N$m.JH* lL66iE4f< L3&/gev(Ʌ\10E_b 2*Lwt ;4* !ׅWLuȐ:f̠.s)klׅLv:, `02 Go\j(xҐ43fȣaq%~YwOww4ćYܗ4vq/eRK) \n_m-mV]5.prÁ4n4ẗTRGܐ߉> W[;8"cy< r`Q($ݾ<>0bDT2b}ƊJ T Oum/ػV( qݠi4:r݇(F]~{F}KȖKyM(h5)!cJ4$" %t]|C!Bf*tUs75!Kb< U?}i5}X/2F FgLQL{Y~ryIXǫ-U3AceL" gnv3bd=\urִB\Z fHU 6?Ö1‡Tfd:}apu9=3hDO\ʕ !D>HQpswR! b+3w @Р$fHi7\|\{I6?,:A |6,B: t!I4'( EnM$ϦE?Z& xk;CC-3hP;5wG 5xz^Ov BH{C'Ha2HTWwɋaDxZBǑ[,M\+X ue\Rno=qr$u $ X"PL~P*DDAAՏy_ {ǀe;{3ԟ:08u"gh0 tn2#v>~ I%8=s7\* E:-_*~=ڕ؝ )=KF'.,"snY3e|(=w/) <",J~:CC3=hL3"932)rr5o´7]--g;dlZ[!E8U^ ŧXj5/ykt g+|4HS_r}DH`,598܊)@hJqڂx_2iti{ѫ nigf̌s(+>:ɖZm@W>JA:i&73% ,4giY?+otC \o2(u В)lTLЛHUѶ )tgv}UvcIfNn8V\mV ]bV Ȳ%Fxz>g N?.xVI>*Z2C+B~3i Ds2gL\ohPZ4c敄IC&1blYK߲r}8}9z5uqz$Dݬ<2='sa*z}z,YnyiH V #87/ C33s!׫l6#XlզѠQCJZl^=@Е~atw }A&p ?aJ5P#}ǤC `_ޡr+ PĞ9J^y5}qOX4 P  7$9r7y'.hvFKPm a\w*y&=֧qr)aU [:R̵0h{WhwkR:h#$R,BS(+Ŷ @LZ[#& 1|lm^X q ME9dF2Z(fwB݇r:5f L[jĹ(Z͟hC z`[t/Q@pP j-%d!;)vSJ<;G><$Wӕ/2w# 9iZwUtb55*;1c6Ǘ|xC{QnKP+a=YsnPa-Y Sv KLgPoTKrDe2jKJ2 5x!>zOjh}!3Jitͤa'9mE2DYغ^ ,*aaN`N3`FˑClBi^P~цHC8?f_7rg-$KnLbF08߭Į3-h˜Xs7V;3K?(uW\krldl +j6DgȬ%vB h`E!W/UF8kWc%ζSهR mAXcq)Rm"y7&M}}$5l$A[ҝ28:B¸nċ88]^ \3P>!|m0fg2KLmv}"K˳rHgHHa` x+`t(1EIr N3y:"B I'( 9\C(uJ tR{O.#>a1gR?PQs!apg^NۓS1\؝]u1GL71a?Wih͂6n156)ÉMק`og!q[4&3Al}pп⍐:hKb_[4h= Lܲ2Ns/N͈[s^Gb$|V13G $ԁ$Ʈ #&xY=e",N+T^8{S8C NyV.d[ؖbTo$K<!gz*:^ 4C e’|aJ_P3H sXQi^&=L+E5Β?dzXuJ)Aym9nә%5!۪i LnD-[ {IIX,/-!>Y*Hx%*vzٮX]_VxR*Bj;]LцA?i_Ǎf -}{T?vc` ׏ /ØϼMLym>l {.ȡ#d3\W";^.<],BDIL~?q ^f(Jlgk*4:ldC-`Vc &i3!6Ms V|Hk Ek Т,n7LCT􆽿\5B42Z6\:Ki]g]Fwl yoGEֈ{`q|]|6>,a<#$l h57"E22WI4%dV/ K(4xÙ$BȤWPFhB|,,8x 08OeI>B|GhMF4 X?r^dzYE`[|SIJ?/;?!43%]VF䰧WI3u=8}#bóWQ}<>Wɦ)28z"ouwY{noG k3WX%&MJ 5NTΝ`F/JrZ BӺUDG+LfٲE BYݯDFTv̐*2KjcPsAB7BnPd'8ao|SC0!2k|@Aި $sVD ƅ&Eȹb$hh7'L)=*BƕLjpv;qzCZЌ9%(>Sq͇'~aߋ4ivS1)F|xjFEↈ9,1R(9SIDգ[CYz*l񰿂$].j<@b!LM[6|+kOM>zHC{g2SЂ*eB` ӀGZ|x>{T!R9ooup?;nBO"(M!:4^WUG5ncBCȇ#b4r*B觷b)H">t&|zq%5vQ}Th6rz٘.z\7!AD'rEͽxg (ߞFے7Ypfs%U<"G.}g.w52w ?*E[MW bpԁ.~"d5+=d-W8-W`bwUɛ IENDB`y.Dd   C lAT..\Photos\VldbTerraServer\CandelStick.gif"b-3T /@%a_c-wn[-3T /@%a_PNG  IHDR׸PLTE3f333f3333f3ffffff3f̙3f3f333f333333333f33333333f33f3ff3f3f3f3333f33̙33333f3333333f3333f3ffffff3f33ff3f3f3f3fff3ffffffffffff3ffff̙fff3fffffff3ffffff3f333f3333f3ffffff3f̙̙3̙f̙̙̙̙3f3f̙333f3̙333f3fff̙fff3f̙̙3f̙3f̙3f333f3333f3ffffff3f̙3f3f9ųtRNSyFbKGDH cmPPJCmp0712Hs(IDATx^=ZKmsDƁCDHi*2Z{GVWHt]?N9_{n_{~<:;z|;s]2X/xyݿ^g4y9QX$rF 18-٘w!ߎnOyI;IzdaLQ*^|ʭHKr6LN(C:ui NO&|#!fAz'8\Z<'veB>!%9o>=pKDjClۡf*ag׋'AC_tmfp\"K<07 !Cpaw xck2\ o~|[gad!>_p=> L$# $].Vvߌ6>r9x ;݃cJ ^GQ{ݿ?X(DJ4]# Ň[]^/r2ס7wۇ=d~?vh)\7~3`zwwݑCCqy?%d}U!7+AQhI]pp-g?}_arm4Q J\uz4H^C/l p3JOQ]]RwRx̻r_”U^oKYROg22 Hx\C[I! hPeû2i9s ^alS$qI5e֎4R%JY.wZG[w;N6ORJBprr t'cwZc "v9^ġ5茙sJc0C _aHT?IC:F+-J]@<'xI5ɕ8E}~m:zz},+Hm8:?dd1NKY,9@*P: Z6;P~K_'~/XHa^hY;O*ck@,׹ϘÐN^9$Bt ;?1:GLץbw=ZZ82!RSTh-kZ3Gv]￾z5SZ:Ds{xxO?IxQ Q ²w6Q|->8ѯh?}H9:I|:IQg{yr\}Cb\O05tc#"s.\` y}E)E[%99J'#"K;2}X2C/X6Şߐӂj-`wr$swZ X?q[NuQ3tF{VYp(C)ߝUD2˵"Z}%"5ιٿ3|yWeMgHl fxXa| w痣D=X:Cq(34 &5Sc9Nɺzal(!YZ_ͱ,9X|V4x/fm.Gᚽ*D+yBt0Qi pXxEqOU+7kN{eFW0 \3#~ \UK;1]ő ܬf`9@N.J7ϫlGq{vd'͍PY}!:,-x$5'Cei[tVA4<9llp56>\dL똔MW@ќQkʍ~&n6W+÷w e5%*X W"^z5jIUP,.0MAlP_Ny` =:\D\ +`Wq0s=,/W!?a's*7n`U x)| mZ@ L_!.l1-\kꏑP(찕DnbNh(j&Š"%<@mC۸!@-&PAX8D)&YZm\ 66P}*Gsؤm7K@Ć)gûRIAAh5hMGZw&ׅZ>FzGz32J:N\_ذM; ¸' я^pd ѤW hA¿H%~;N YQCȏhFB4>zuF)Bj"oˤ4hjM>+^Ά,m,=f:?t7|eiQ7rn\1 }\ vph@U[E*+KIu7 >!a 10ՙ>Wi|ҩ:TG-H="]a T9HsMՀ9HmF 2JJxp/_is+[RY*z;UozߢT8 _!;.Elg*헰S|ɿ['2$;j07< ~V(?9dzċ?a?`r!cp$D"VcD/A8Z0rfƠ>wA 6'Kz?#61M/˛hrSh \!eC,/ޡB(ڵN 9XIr9z"bmheآָQ0a|Qy˧%u-ĒQFG~$NRm'}?<| bt._oGU0P ?PBz$ S1S5EFuaqpaU}H\^_\TI:ݽu?g מp1p}KrHJ`U h(zf6mh y"%[nS,t?(?Ae\@u=Ԅ.,ƱPkr/|ɡ=GG <&VLSDV`(m 2R8tuw/sOE)Z o+Za*v@x ]U]z1_$(hm{GI,Qs T=QN*$S5+mnz>9iUVVȺp*5[4wpf}1F#K,gkƪb> 1]ރ(/P/ 5AA km?P/ӗ~i ˌi0( 5Ƣʅ7K뾦̞;P nCTq'Lv&aQʊ68g~ uЊ{R,DZZnhctQ[El+Y)QX i&f/x\|Uaoo;- Mol !&W1MyJ! u [L B>khtLdM'MD"_ш1.:LPi0z19?4Z " 8Yp5z01\_Ly\kmSGCZG*`%,Q_idEPJM1UROO+.B󗩖NP@'xO=^mON%j KB -~$PWzx,7,Zke*;f4>A*_q5?e0`l\A/Nqy _fhۿ\q`u'=_͎/r{_UXzB '|.kqWpACugwD 7*ZL~yꩼZ.̣;l 1Icp~`h |%͸,Zч zJj5k_v|([rhv]KD'련RG¨MG+΀Tk =8=])ۭbo-ə[ټM>vԶp4AkA q#gt  d`0k};`ݛ t΄[үGVGj;BL~J3hMW qs]1sV,ꠕ0dkͼ[} EDʯ,b5(sN)>/lJ#Z:7kGVO(eeb.~\@M$YmPA07/q,>$bv//b +ASaQX z$=@i{\S|>然FgËusʒɅ(յc-n SB98zlrv00Sݭ0_qpYl:h0TA \fcלJ.];C6VFVoL{$j3Vfp;M [6̱,N1=I#YH5GI:5T`"`b.N %]3$RNbiƠ;]%M2P 8BSRKӹ P%񒎽1K3 9pdH Ag+DwPA]Aи@lӴ3US _٭'vSfw1[fLEG%kJgNYb vq$ [l#{o+}x"*w)}c4$pۑa_oBZ ÖWaQ߅KWoRx&{M.7O]n+:{Ib,eŏMLq֠'`PO :ڍiTM{sؕˑ-f)D88RH})@t̓?haUJ6يُNYJ7iIHa~R?b릨~G,-&J;*s24wr6.b[ЇIv:Wt9\l]ߎnMm3Em gƖK*\iveÄ])D̊*W+.8]Jm,[?6ϵojAe+ѝWPٕZ%;nB5bИ= c^3]T^vfzVx˭c{h%NڄĔFqp0b9qd%ivaD%rftLKZ)_ؖ5aU~QMhs ? BB/Jl\̝Dm;%JGԨy,}!)4>>-D+s´}gۇ&o M{@F[1iE|g:ZV/yL3,zȳ=%iuH86HV.9l%MwoqGaU_y|Byv%5 k՗{o|~6 *SZ~k~vsKߴL3>K(]A\lR]H` $6KixrI7{XtAL庀~xR+Mqrϝ޼b%̉,[~sϝϟ0w[/Nb ](k]'s &'5N c),'Mkb 72mWZ.m5E|Rk_ Y2څ7Yݵm-5e~tU}yp~/lQPcƂ7%7L/IId,/zS&Xg9˓ے+Q;⠂#Xg@wX%]ژ}#}Nz1y^fÎhՎ,z 'Ou^О$[,L~&*@ȗԆ] 7{Oz/l:|_X _udG4\WRHعw0 k޸՞o>P^Eیp||fJΨz 2܅M|.Daz_B_cl)kYh 4Z2AMy.c)6`,Rb:E(0y'  ovfv"^it^*!M8Ak5[ .LdO9qyKbraF9K&NSd|TJ,"+ Rc t3&RI&/S9 (E*6kA3%dا$fzCurKf[iQ )5#ĩ3*! ߞvB__ivY+ueF n JBx~V^l^(G)%sY0]qhw-/Cek@+kƵ ?Mn-XyΠ|N\HX#ICz%9֣"Zkނ<( "yt8; %Z"߸Uvg~M[G2z=y<ș2οBHyjڸ6Gȷ7JKQn5xJjJVv'&VgAHf VsSNͺ9/L+cE,~wۏu0 ^㫐F8Q͐gWXE,BOe$; lx&!WÝwuyլHƛ͢ T<ČUQ,GxDmKw[nbz͵KX5_ ?ܞ7=d F%y1be:Y@ I.fk<9cI fTwUQ5eS8Y؍殟l*s,o%G̬el qliY~u87uY#Ye-gٖal+8`P`*?X~ $\I~AkV*IlF$e4~ {=&T?Y6]WIޑn.xeE>{ 8m> ll >/oL: <#G75<`hU$ e_?K x+9Ѧț|s|kԽ[ h~kϾ|B_jDr|LLaoc#i\n{[/f\;Kb9u+1l?t_G׀"5S!lƂ|dX(]ٰQBذGuITL7LJٻ^6ySig' U-&G{4%Ӟ7N>סLO?cyHQ"+.Z+($wשDjtjq_ {Q8+U)Sy1ŕ )U`(@> Normal $xa$_HaJmH sH tH d@d Heading 1$ & F<@&'5B*CJKHOJQJ\^JaJphT@T Heading 2$$ & F@&a$56CJOJQJ\^J@@@ Heading 3$ & F@& 56\]J@J Heading 4$ & F<@&5CJ\aJL@L Heading 5 & F<@&56CJ\]aJF@F Heading 6 & F<@&5CJ\aJ<@< Heading 7 & F<@&CJB@B Heading 8 & F<@& 6CJ]L @L Heading 9 & F<@&CJOJQJ^JaJ<A@< Default Paragraph Font&L@& Date $xa$*O* Author $xa$.U@. Hyperlink >*B*ph@>@"@ Title $xa$5B*CJ\aJph8&@18 Footnote ReferenceH*>/@B> Listhx^h` B*aJph,@R, Header  !, @b, Footer  !&)@q& Page Number<@< Footnote Text B*aJph6@6 TOC 2 ^:B*aJph<o< References & F-PaJLoL Paper-Title$xa$5CJ$OJQJaJFoF Affiliations$Pa$ OJQJaJ8o8 E-Mail <CJOJQJaJo Abstract$ & F(>T@& Tf^`a$ B*CJOJQJ\^JaJph&X`& Emphasis6],7"PbqS?2U2U     8  " D q78DMWXcyz78D 'y%S\4 aUYst+ V2?WnW{"##T$Q%&&[),+n+<,,{-/l1O34~576 79:<<>@A]CCHxIIJKLFN&P;Q?N}~CDbjpzLixǘޘagFR՟SC@^*XCVhpqu~ҭӭܭ@^Юܰhs̴εݸbSμ޼ӽs.?t9vw !+,6DNYZft~%bcdjlmz|"#2@NO_fmnw} "#$/<LVefmov|56;CIOPhknstcap/78Nl2MND+,<=>?@ABD  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~pqrstuvwxyz{|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopr@ANOP000000000000000000000000000`00`00000000000`00000 00S0S0S0S0S0S 0S 0S 0S 0S0S0S 0003 03 03 03 003 03 03 03 03 00000004 00#0#0#0#0#0#0 0#0 0#0 0#0 0#0#0#0#0#0#/ 0#/ 0#0#0#0# 00<0<0<1 0<1 0<1 0<1 0< 00xI0xI0xI0xI0xI0xI0xI0xI0xI0xI 00AU0AU0AU0AU0AU0AU0AU0AU 00F]0F]0F] 0F] 0F] 0F] 0F] 0F]0F]0F] 00c0c0c0c0c0c0c 00o0o0o0o0o0o 00 y0 y0 y0 y0 y0 y0 y0 y0 y 000000000000000000000000000000 00D0D0D0D 0DD0p0p0p0p0p 0DD0ǘ0ǘ0ǘ0ǘ 0DD0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F1 0HF1 0HF1 0HF1 0HF1 0HF0F0F 0DD0h0h0h0h@0h@0h@0h@0h 0 0@0μ@0μ@0μ 0@0.0. 00t0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t@0t0t 000000000000000000000 00|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0| 0000000000000000000000000 00c 00a 00p 0 0 0 00 000 0080808 00x0x0x0x0x0x0x0x0x@0@0@0@0 0@0@0 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000K2wL)MPgR~<ĵ6Z 'i#(m8/LiLK[[+\^0__@WWXXXXXXXX !tl ,2$wUMϫ|G>ODlJ@v (    C F . `vv`TT`TTv"    C F . ``TT`TT"  H  #   H  #   B    |  3 @ . `vv`TT`TTv  H  #  H  #   B    T  C  B S  ?n{"N,=> IQ|34;t;vF}FmHuHvV|V5Y9Ym]o]llqq{{~~$'؃ЄԄGKEHbk6>ݭ@E^cЮӮ0=bdt% EGNP$,=>P[333333333333333333333333333333333333333333333333333333bxM,/9>>??@tbarclay'D:\1tb\Docs\TR_MicrosoftTerraServer.docJim GrayoC:\Documents and Settings\gray\Application Data\Microsoft\Word\AutoRecovery save of TR_MicrosoftTerraServer.asdJim GrayZC:\Documents and Settings\gray\My Documents\jim\PAPERS\TRS\TR_MicrosoftTerraServer_Oct.docJim GraysC:\Documents and Settings\gray\Application Data\Microsoft\Word\AutoRecovery save of TR_MicrosoftTerraServer_Oct.asdJim GrayZC:\Documents and Settings\gray\My Documents\jim\PAPERS\TRS\TR_MicrosoftTerraServer_Oct.docJim GraysC:\Documents and Settings\gray\Application Data\Microsoft\Word\AutoRecovery save of TR_MicrosoftTerraServer_Oct.asdJim GrayZC:\Documents and Settings\gray\My Documents\jim\PAPERS\TRS\TR_MicrosoftTerraServer_Oct.docJim Gray]C:\Documents and Settings\gray\My Documents\jim\papers\TRS\MS_TR_99_29_TerraServer_SIGMOD.docJim Gray]C:\Documents and Settings\gray\My Documents\jim\papers\TRS\MS_TR_99_29_TerraServer_SIGMOD.docJim Gray]C:\Documents and Settings\gray\My Documents\jim\papers\TRS\MS_TR_99_29_TerraServer_SIGMOD.doc4~k|  x6h/}Z[f) =  5    Hq^  E 1j G  r 6 E\ [ yae2  ^Xb%  X'J%SH* .6;1 v2 e6 ^gLL8 '<>"D ;?N}~CDXCVhpqu~ҭӭܭ̴?9vw !+,6DNYZft~%bcdjlmz"#2@NO_fmnw} "#$/<LVefmov|56;CIOPhknstM>@4)G+@{X|| |d|e|{||@$L@j@@UnknownJim GrayGz Times New Roman5Symbol3& z Arial9Rockwell;& z Helvetica;Wingdings?5 z Courier NewEMonotype Sorts"qhB&B& !@`820d/YU2Q/Microsoft TerraServer: A Spatial Data WarehousetbarclayJim GrayOh+'0 0< X d p|0Microsoft TerraServer: A Spatial Data Warehouseicr tbarclay Tebarbar Normal.dote Jim Grayte4m Microsoft Word 9.0e@e@X@\!@՜.+,D՜.+,h$ hp  Microsoft Corp.`/ 0Microsoft TerraServer: A Spatial Data Warehouse TitleH 8@ _PID_HLINKSAH9-http://research.microsoft.com/~gray/EOS_DIS/Ehttp://research.microsoft.com/scripts/pubDB/pubsasp.asp?RecordID=155;#http://terraserver.com/Y "http://terraserver.microsoft.com/A http://elib.cs.berkeley.edu/_http://terraserver.microsoft.com/imageinfo.asp?S=17&T=2&X=17&Y=122&Z=17&W=1&O=c28080a1&P=28+km+SW+of+Orlando%2C+Florida%2C+United+States3fHhttp://terraserver.microsoft.com/tile.asp?S=10&T=1&Z=10 &X=2766&Y=20913Y"http://terraserver.microsoft.com/p..\California.jpgl&..\Photos\VldbTerraServer\atlanta.gifJ"c #..\Photos\VldbTerraServer\topo.gifw*..\Photos\VldbTerraServer\CandelStick.gif  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./012346789:;<>?@ABCDKRoot Entry F{\MData -1TableWordDocumentSummaryInformation(5DocumentSummaryInformation8=CompObjjObjectPool{\{\  FMicrosoft Word Document MSWordDocWord.Document.89q