<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<Style id="PDOplace">
   <IconStyle>
      <Icon>
        <href>http://maps.google.com/mapfiles/kml/paddle/grn-circle.png</href>
      </Icon>    
   </IconStyle>
   <BalloonStyle>
      <text>$[description]</text>
   </BalloonStyle>
</Style>    
<Style id="INJplace">
   <IconStyle>
      <Icon>
        <href>http://maps.google.com/mapfiles/kml/paddle/orange-circle.png</href>
      </Icon>    
   </IconStyle>
   <BalloonStyle>
      <text>$[description]</text>
   </BalloonStyle>
</Style>    
<Style id="FATplace">
   <IconStyle>
      <Icon>
        <href>http://maps.google.com/mapfiles/kml/paddle/red-square.png</href>
      </Icon>    
   </IconStyle>
   <BalloonStyle>
      <text>$[description]</text>
   </BalloonStyle>
</Style>    
