<?xml version="1.0" encoding="UTF-8"?>
<kml xsi:schemaLocation="http://earth.google.com/kml/2.0 http://members.home.nl/cybarber/geomatters/kml.xsd" xmlns="http://earth.google.com/kml/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<Document>
		<Style id="start_trip_placemark_normal">
			<IconStyle id="start_trip1">
				<Icon>
					<href>http://www.fieldandstream.com/fieldstream/images_small/google_earth/starting_line1.gif</href>
				</Icon>
			</IconStyle>
		</Style>
		<Style id="start_trip_placemark_highlighted">
			<IconStyle id="start_trip2">
				<Icon>
					<href>http://www.fieldandstream.com/fieldstream/images_small/google_earth/starting_line1.gif</href>
				</Icon>
			</IconStyle>
		</Style>
		<StyleMap id="start_trip">
			<Pair>
				<key>normal</key>
				<styleUrl>#start_trip_placemark_normal</styleUrl>
			</Pair>
			<Pair>
				<key>highlight</key>
				<styleUrl>#start_trip_placemark_highlighted</styleUrl>
			</Pair>
		</StyleMap>
	</Document>
</kml>

