<?xml version="1.0" encoding="utf-8"?>
<Shipping xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://service.ecocoma.com/shipping/fedex">
  <Package>
    <Postage>
      <Code>20</Code>
      <MailService>FedEx Express Saver (by 4:30pm in 3 days)</MailService>
      <Rate>15.21</Rate>
    </Postage>

    <Postage>
      <Code>03</Code>
      <MailService>FedEx 2Day (by 4:30pm in 2 days)</MailService>
      <Rate>15.93</Rate>
    </Postage>
    <Postage>
      <Code>05</Code>

      <MailService>FedEx Standard Overnight (by 3:00pm)</MailService>
      <Rate>27.31</Rate>
    </Postage>
    <Postage>
      <Code>01</Code>
      <MailService>FedEx Priority Overnight (by 10:30am)</MailService>
      <Rate>32.02</Rate>

    </Postage>
    <Postage>
      <Code>06</Code>
      <MailService>FedEx First Overnight (by 8:30am)</MailService>
      <Rate>59.77</Rate>
    </Postage>
  </Package>

</Shipping>