Skip to content

Instantly share code, notes, and snippets.

@zbryikt
Last active December 12, 2015 02:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zbryikt/4696905 to your computer and use it in GitHub Desktop.
Save zbryikt/4696905 to your computer and use it in GitHub Desktop.
TW Geojson modularization

TWGEOJSON Modularization

/* line 9, ../sass/bootstrap-switch.scss */
.switch {
display: inline-block;
cursor: pointer;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border: 1px solid;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
background: #e6e6e6;
position: relative;
text-align: left;
overflow: hidden;
line-height: 8px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
min-width: 100px;
}
/* line 31, ../sass/bootstrap-switch.scss */
.switch.switch-mini {
min-width: 70px;
}
/* line 35, ../sass/bootstrap-switch.scss */
.switch.switch-small {
min-width: 80px;
}
/* line 39, ../sass/bootstrap-switch.scss */
.switch.switch-large {
min-width: 120px;
}
/* line 43, ../sass/bootstrap-switch.scss */
.switch.deactivate {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity: 0.5;
cursor: default !important;
}
/* line 46, ../sass/bootstrap-switch.scss */
.switch.deactivate label, .switch.deactivate span {
cursor: default !important;
}
/* line 50, ../sass/bootstrap-switch.scss */
.switch > div {
display: inline-block;
width: 150%;
position: relative;
top: 0;
}
/* line 56, ../sass/bootstrap-switch.scss */
.switch > div.switch-animate {
-webkit-transition: left 0.5s;
-moz-transition: left 0.5s;
-o-transition: left 0.5s;
transition: left 0.5s;
}
/* line 59, ../sass/bootstrap-switch.scss */
.switch > div.switch-off {
left: -49.5%;
}
/* line 62, ../sass/bootstrap-switch.scss */
.switch > div.switch-on {
left: 0%;
}
/* line 66, ../sass/bootstrap-switch.scss */
.switch input[type=checkbox] {
display: none;
}
/* line 74, ../sass/bootstrap-switch.scss */
.switch span, .switch label {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
position: relative;
display: inline-block;
height: 100%;
padding-bottom: 4px;
padding-top: 4px;
font-size: 14px;
line-height: 20px;
}
/* line 87, ../sass/bootstrap-switch.scss */
.switch span.switch-mini, .switch label.switch-mini {
padding-bottom: 4px;
padding-top: 4px;
font-size: 10px;
line-height: 9px;
}
/* line 94, ../sass/bootstrap-switch.scss */
.switch span.switch-small, .switch label.switch-small {
padding-bottom: 3px;
padding-top: 3px;
font-size: 12px;
line-height: 18px;
}
/* line 101, ../sass/bootstrap-switch.scss */
.switch span.switch-large, .switch label.switch-large {
padding-bottom: 9px;
padding-top: 9px;
font-size: 16px;
line-height: normal;
}
/* line 109, ../sass/bootstrap-switch.scss */
.switch label {
background: white;
margin-top: -1px;
margin-bottom: -1px;
z-index: 100;
width: 34%;
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(top, #ffffff, #e6e6e6);
}
/* line 121, ../sass/bootstrap-switch.scss */
.switch span {
color: white;
text-align: center;
z-index: 1;
width: 33%;
}
/* line 127, ../sass/bootstrap-switch.scss */
.switch span.switch-left {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
}
/* line 131, ../sass/bootstrap-switch.scss */
.switch span.switch-right {
color: black;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
background-image: -webkit-linear-gradient(bottom, #ffffff, #e6e6e6);
background-image: -moz-linear-gradient(bottom, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(bottom, #ffffff, #e6e6e6);
background-image: linear-gradient(bottom, #ffffff, #e6e6e6);
}
/* line 138, ../sass/bootstrap-switch.scss */
.switch span.switch-primary, .switch span.switch-left {
color: white;
background: #0088cc;
background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0088cc), color-stop(100%, #0055cc));
background-image: -webkit-linear-gradient(bottom, #0088cc, #0055cc);
background-image: -moz-linear-gradient(bottom, #0088cc, #0055cc);
background-image: -o-linear-gradient(bottom, #0088cc, #0055cc);
background-image: linear-gradient(bottom, #0088cc, #0055cc);
}
/* line 143, ../sass/bootstrap-switch.scss */
.switch span.switch-info {
color: white;
background: #5bc0de;
background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #5bc0de), color-stop(100%, #2f96b4));
background-image: -webkit-linear-gradient(bottom, #5bc0de, #2f96b4);
background-image: -moz-linear-gradient(bottom, #5bc0de, #2f96b4);
background-image: -o-linear-gradient(bottom, #5bc0de, #2f96b4);
background-image: linear-gradient(bottom, #5bc0de, #2f96b4);
}
/* line 149, ../sass/bootstrap-switch.scss */
.switch span.switch-success {
color: white;
background: #62c462;
background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #62c462), color-stop(100%, #51a351));
background-image: -webkit-linear-gradient(bottom, #62c462, #51a351);
background-image: -moz-linear-gradient(bottom, #62c462, #51a351);
background-image: -o-linear-gradient(bottom, #62c462, #51a351);
background-image: linear-gradient(bottom, #62c462, #51a351);
}
/* line 155, ../sass/bootstrap-switch.scss */
.switch span.switch-warning {
color: white;
background: #dbb450;
background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #dbb450), color-stop(100%, #f89406));
background-image: -webkit-linear-gradient(bottom, #dbb450, #f89406);
background-image: -moz-linear-gradient(bottom, #dbb450, #f89406);
background-image: -o-linear-gradient(bottom, #dbb450, #f89406);
background-image: linear-gradient(bottom, #dbb450, #f89406);
}
/* line 161, ../sass/bootstrap-switch.scss */
.switch span.switch-danger {
color: white;
background: #ee5f5b;
background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ee5f5b), color-stop(100%, #bd362f));
background-image: -webkit-linear-gradient(bottom, #ee5f5b, #bd362f);
background-image: -moz-linear-gradient(bottom, #ee5f5b, #bd362f);
background-image: -o-linear-gradient(bottom, #ee5f5b, #bd362f);
background-image: linear-gradient(bottom, #ee5f5b, #bd362f);
}
/* ===================================================
* bootstrap-transition.js v2.1.1
* http://twitter.github.com/bootstrap/javascript.html#transitions
* ===================================================
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ========================================================== */
!function ($) {
$(function () {
"use strict"; // jshint ;_;
/* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
* ======================================================= */
$.support.transition = (function () {
var transitionEnd = (function () {
var el = document.createElement('bootstrap')
, transEndEventNames = {
'WebkitTransition' : 'webkitTransitionEnd'
, 'MozTransition' : 'transitionend'
, 'OTransition' : 'oTransitionEnd otransitionend'
, 'transition' : 'transitionend'
}
, name
for (name in transEndEventNames){
if (el.style[name] !== undefined) {
return transEndEventNames[name]
}
}
}())
return transitionEnd && {
end: transitionEnd
}
})()
})
}(window.jQuery);/* ==========================================================
* bootstrap-alert.js v2.1.1
* http://twitter.github.com/bootstrap/javascript.html#alerts
* ==========================================================
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ========================================================== */
!function ($) {
"use strict"; // jshint ;_;
/* ALERT CLASS DEFINITION
* ====================== */
var dismiss = '[data-dismiss="alert"]'
, Alert = function (el) {
$(el).on('click', dismiss, this.close)
}
Alert.prototype.close = function (e) {
var $this = $(this)
, selector = $this.attr('data-target')
, $parent
if (!selector) {
selector = $this.attr('href')
selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
}
$parent = $(selector)
e && e.preventDefault()
$parent.length || ($parent = $this.hasClass('alert') ? $this : $this.parent())
$parent.trigger(e = $.Event('close'))
if (e.isDefaultPrevented()) return
$parent.removeClass('in')
function removeElement() {
$parent
.trigger('closed')
.remove()
}
$.support.transition && $parent.hasClass('fade') ?
$parent.on($.support.transition.end, removeElement) :
removeElement()
}
/* ALERT PLUGIN DEFINITION
* ======================= */
$.fn.alert = function (option) {
return this.each(function () {
var $this = $(this)
, data = $this.data('alert')
if (!data) $this.data('alert', (data = new Alert(this)))
if (typeof option == 'string') data[option].call($this)
})
}
$.fn.alert.Constructor = Alert
/* ALERT DATA-API
* ============== */
$(function () {
$('body').on('click.alert.data-api', dismiss, Alert.prototype.close)
})
}(window.jQuery);/* ============================================================
* bootstrap-button.js v2.1.1
* http://twitter.github.com/bootstrap/javascript.html#buttons
* ============================================================
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ============================================================ */
!function ($) {
"use strict"; // jshint ;_;
/* BUTTON PUBLIC CLASS DEFINITION
* ============================== */
var Button = function (element, options) {
this.$element = $(element)
this.options = $.extend({}, $.fn.button.defaults, options)
}
Button.prototype.setState = function (state) {
var d = 'disabled'
, $el = this.$element
, data = $el.data()
, val = $el.is('input') ? 'val' : 'html'
state = state + 'Text'
data.resetText || $el.data('resetText', $el[val]())
$el[val](data[state] || this.options[state])
// push to event loop to allow forms to submit
setTimeout(function () {
state == 'loadingText' ?
$el.addClass(d).attr(d, d) :
$el.removeClass(d).removeAttr(d)
}, 0)
}
Button.prototype.toggle = function () {
var $parent = this.$element.closest('[data-toggle="buttons-radio"]')
$parent && $parent
.find('.active')
.removeClass('active')
this.$element.toggleClass('active')
}
/* BUTTON PLUGIN DEFINITION
* ======================== */
$.fn.button = function (option) {
return this.each(function () {
var $this = $(this)
, data = $this.data('button')
, options = typeof option == 'object' && option
if (!data) $this.data('button', (data = new Button(this, options)))
if (option == 'toggle') data.toggle()
else if (option) data.setState(option)
})
}
$.fn.button.defaults = {
loadingText: 'loading...'
}
$.fn.button.Constructor = Button
/* BUTTON DATA-API
* =============== */
$(function () {
$('body').on('click.button.data-api', '[data-toggle^=button]', function ( e ) {
var $btn = $(e.target)
if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn')
$btn.button('toggle')
})
})
}(window.jQuery);/* ==========================================================
* bootstrap-carousel.js v2.1.1
* http://twitter.github.com/bootstrap/javascript.html#carousel
* ==========================================================
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ========================================================== */
!function ($) {
"use strict"; // jshint ;_;
/* CAROUSEL CLASS DEFINITION
* ========================= */
var Carousel = function (element, options) {
this.$element = $(element)
this.options = options
this.options.slide && this.slide(this.options.slide)
this.options.pause == 'hover' && this.$element
.on('mouseenter', $.proxy(this.pause, this))
.on('mouseleave', $.proxy(this.cycle, this))
}
Carousel.prototype = {
cycle: function (e) {
if (!e) this.paused = false
this.options.interval
&& !this.paused
&& (this.interval = setInterval($.proxy(this.next, this), this.options.interval))
return this
}
, to: function (pos) {
var $active = this.$element.find('.item.active')
, children = $active.parent().children()
, activePos = children.index($active)
, that = this
if (pos > (children.length - 1) || pos < 0) return
if (this.sliding) {
return this.$element.one('slid', function () {
that.to(pos)
})
}
if (activePos == pos) {
return this.pause().cycle()
}
return this.slide(pos > activePos ? 'next' : 'prev', $(children[pos]))
}
, pause: function (e) {
if (!e) this.paused = true
if (this.$element.find('.next, .prev').length && $.support.transition.end) {
this.$element.trigger($.support.transition.end)
this.cycle()
}
clearInterval(this.interval)
this.interval = null
return this
}
, next: function () {
if (this.sliding) return
return this.slide('next')
}
, prev: function () {
if (this.sliding) return
return this.slide('prev')
}
, slide: function (type, next) {
var $active = this.$element.find('.item.active')
, $next = next || $active[type]()
, isCycling = this.interval
, direction = type == 'next' ? 'left' : 'right'
, fallback = type == 'next' ? 'first' : 'last'
, that = this
, e = $.Event('slide', {
relatedTarget: $next[0]
})
this.sliding = true
isCycling && this.pause()
$next = $next.length ? $next : this.$element.find('.item')[fallback]()
if ($next.hasClass('active')) return
if ($.support.transition && this.$element.hasClass('slide')) {
this.$element.trigger(e)
if (e.isDefaultPrevented()) return
$next.addClass(type)
$next[0].offsetWidth // force reflow
$active.addClass(direction)
$next.addClass(direction)
this.$element.one($.support.transition.end, function () {
$next.removeClass([type, direction].join(' ')).addClass('active')
$active.removeClass(['active', direction].join(' '))
that.sliding = false
setTimeout(function () { that.$element.trigger('slid') }, 0)
})
} else {
this.$element.trigger(e)
if (e.isDefaultPrevented()) return
$active.removeClass('active')
$next.addClass('active')
this.sliding = false
this.$element.trigger('slid')
}
isCycling && this.cycle()
return this
}
}
/* CAROUSEL PLUGIN DEFINITION
* ========================== */
$.fn.carousel = function (option) {
return this.each(function () {
var $this = $(this)
, data = $this.data('carousel')
, options = $.extend({}, $.fn.carousel.defaults, typeof option == 'object' && option)
, action = typeof option == 'string' ? option : options.slide
if (!data) $this.data('carousel', (data = new Carousel(this, options)))
if (typeof option == 'number') data.to(option)
else if (action) data[action]()
else if (options.interval) data.cycle()
})
}
$.fn.carousel.defaults = {
interval: 5000
, pause: 'hover'
}
$.fn.carousel.Constructor = Carousel
/* CAROUSEL DATA-API
* ================= */
$(function () {
$('body').on('click.carousel.data-api', '[data-slide]', function ( e ) {
var $this = $(this), href
, $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
, options = !$target.data('modal') && $.extend({}, $target.data(), $this.data())
$target.carousel(options)
e.preventDefault()
})
})
}(window.jQuery);/* =============================================================
* bootstrap-collapse.js v2.1.1
* http://twitter.github.com/bootstrap/javascript.html#collapse
* =============================================================
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ============================================================ */
!function ($) {
"use strict"; // jshint ;_;
/* COLLAPSE PUBLIC CLASS DEFINITION
* ================================ */
var Collapse = function (element, options) {
this.$element = $(element)
this.options = $.extend({}, $.fn.collapse.defaults, options)
if (this.options.parent) {
this.$parent = $(this.options.parent)
}
this.options.toggle && this.toggle()
}
Collapse.prototype = {
constructor: Collapse
, dimension: function () {
var hasWidth = this.$element.hasClass('width')
return hasWidth ? 'width' : 'height'
}
, show: function () {
var dimension
, scroll
, actives
, hasData
if (this.transitioning) return
dimension = this.dimension()
scroll = $.camelCase(['scroll', dimension].join('-'))
actives = this.$parent && this.$parent.find('> .accordion-group > .in')
if (actives && actives.length) {
hasData = actives.data('collapse')
if (hasData && hasData.transitioning) return
actives.collapse('hide')
hasData || actives.data('collapse', null)
}
this.$element[dimension](0)
this.transition('addClass', $.Event('show'), 'shown')
$.support.transition && this.$element[dimension](this.$element[0][scroll])
}
, hide: function () {
var dimension
if (this.transitioning) return
dimension = this.dimension()
this.reset(this.$element[dimension]())
this.transition('removeClass', $.Event('hide'), 'hidden')
this.$element[dimension](0)
}
, reset: function (size) {
var dimension = this.dimension()
this.$element
.removeClass('collapse')
[dimension](size || 'auto')
[0].offsetWidth
this.$element[size !== null ? 'addClass' : 'removeClass']('collapse')
return this
}
, transition: function (method, startEvent, completeEvent) {
var that = this
, complete = function () {
if (startEvent.type == 'show') that.reset()
that.transitioning = 0
that.$element.trigger(completeEvent)
}
this.$element.trigger(startEvent)
if (startEvent.isDefaultPrevented()) return
this.transitioning = 1
this.$element[method]('in')
$.support.transition && this.$element.hasClass('collapse') ?
this.$element.one($.support.transition.end, complete) :
complete()
}
, toggle: function () {
this[this.$element.hasClass('in') ? 'hide' : 'show']()
}
}
/* COLLAPSIBLE PLUGIN DEFINITION
* ============================== */
$.fn.collapse = function (option) {
return this.each(function () {
var $this = $(this)
, data = $this.data('collapse')
, options = typeof option == 'object' && option
if (!data) $this.data('collapse', (data = new Collapse(this, options)))
if (typeof option == 'string') data[option]()
})
}
$.fn.collapse.defaults = {
toggle: true
}
$.fn.collapse.Constructor = Collapse
/* COLLAPSIBLE DATA-API
* ==================== */
$(function () {
$('body').on('click.collapse.data-api', '[data-toggle=collapse]', function (e) {
var $this = $(this), href
, target = $this.attr('data-target')
|| e.preventDefault()
|| (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') //strip for ie7
, option = $(target).data('collapse') ? 'toggle' : $this.data()
$this[$(target).hasClass('in') ? 'addClass' : 'removeClass']('collapsed')
$(target).collapse(option)
})
})
}(window.jQuery);/* ============================================================
* bootstrap-dropdown.js v2.1.1
* http://twitter.github.com/bootstrap/javascript.html#dropdowns
* ============================================================
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ============================================================ */
!function ($) {
"use strict"; // jshint ;_;
/* DROPDOWN CLASS DEFINITION
* ========================= */
var toggle = '[data-toggle=dropdown]'
, Dropdown = function (element) {
var $el = $(element).on('click.dropdown.data-api', this.toggle)
$('html').on('click.dropdown.data-api', function () {
$el.parent().removeClass('open')
})
}
Dropdown.prototype = {
constructor: Dropdown
, toggle: function (e) {
var $this = $(this)
, $parent
, isActive
if ($this.is('.disabled, :disabled')) return
$parent = getParent($this)
isActive = $parent.hasClass('open')
clearMenus()
if (!isActive) {
$parent.toggleClass('open')
$this.focus()
}
return false
}
, keydown: function (e) {
var $this
, $items
, $active
, $parent
, isActive
, index
if (!/(38|40|27)/.test(e.keyCode)) return
$this = $(this)
e.preventDefault()
e.stopPropagation()
if ($this.is('.disabled, :disabled')) return
$parent = getParent($this)
isActive = $parent.hasClass('open')
if (!isActive || (isActive && e.keyCode == 27)) return $this.click()
$items = $('[role=menu] li:not(.divider) a', $parent)
if (!$items.length) return
index = $items.index($items.filter(':focus'))
if (e.keyCode == 38 && index > 0) index-- // up
if (e.keyCode == 40 && index < $items.length - 1) index++ // down
if (!~index) index = 0
$items
.eq(index)
.focus()
}
}
function clearMenus() {
getParent($(toggle))
.removeClass('open')
}
function getParent($this) {
var selector = $this.attr('data-target')
, $parent
if (!selector) {
selector = $this.attr('href')
selector = selector && /#/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
}
$parent = $(selector)
$parent.length || ($parent = $this.parent())
return $parent
}
/* DROPDOWN PLUGIN DEFINITION
* ========================== */
$.fn.dropdown = function (option) {
return this.each(function () {
var $this = $(this)
, data = $this.data('dropdown')
if (!data) $this.data('dropdown', (data = new Dropdown(this)))
if (typeof option == 'string') data[option].call($this)
})
}
$.fn.dropdown.Constructor = Dropdown
/* APPLY TO STANDARD DROPDOWN ELEMENTS
* =================================== */
$(function () {
$('html')
.on('click.dropdown.data-api touchstart.dropdown.data-api', clearMenus)
$('body')
.on('click.dropdown touchstart.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() })
.on('click.dropdown.data-api touchstart.dropdown.data-api' , toggle, Dropdown.prototype.toggle)
.on('keydown.dropdown.data-api touchstart.dropdown.data-api', toggle + ', [role=menu]' , Dropdown.prototype.keydown)
})
}(window.jQuery);/* =========================================================
* bootstrap-modal.js v2.1.1
* http://twitter.github.com/bootstrap/javascript.html#modals
* =========================================================
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ========================================================= */
!function ($) {
"use strict"; // jshint ;_;
/* MODAL CLASS DEFINITION
* ====================== */
var Modal = function (element, options) {
this.options = options
this.$element = $(element)
.delegate('[data-dismiss="modal"]', 'click.dismiss.modal', $.proxy(this.hide, this))
this.options.remote && this.$element.find('.modal-body').load(this.options.remote)
}
Modal.prototype = {
constructor: Modal
, toggle: function () {
return this[!this.isShown ? 'show' : 'hide']()
}
, show: function () {
var that = this
, e = $.Event('show')
this.$element.trigger(e)
if (this.isShown || e.isDefaultPrevented()) return
$('body').addClass('modal-open')
this.isShown = true
this.escape()
this.backdrop(function () {
var transition = $.support.transition && that.$element.hasClass('fade')
if (!that.$element.parent().length) {
that.$element.appendTo(document.body) //don't move modals dom position
}
that.$element
.show()
if (transition) {
that.$element[0].offsetWidth // force reflow
}
that.$element
.addClass('in')
.attr('aria-hidden', false)
.focus()
that.enforceFocus()
transition ?
that.$element.one($.support.transition.end, function () { that.$element.trigger('shown') }) :
that.$element.trigger('shown')
})
}
, hide: function (e) {
e && e.preventDefault()
var that = this
e = $.Event('hide')
this.$element.trigger(e)
if (!this.isShown || e.isDefaultPrevented()) return
this.isShown = false
$('body').removeClass('modal-open')
this.escape()
$(document).off('focusin.modal')
this.$element
.removeClass('in')
.attr('aria-hidden', true)
$.support.transition && this.$element.hasClass('fade') ?
this.hideWithTransition() :
this.hideModal()
}
, enforceFocus: function () {
var that = this
$(document).on('focusin.modal', function (e) {
if (that.$element[0] !== e.target && !that.$element.has(e.target).length) {
that.$element.focus()
}
})
}
, escape: function () {
var that = this
if (this.isShown && this.options.keyboard) {
this.$element.on('keyup.dismiss.modal', function ( e ) {
e.which == 27 && that.hide()
})
} else if (!this.isShown) {
this.$element.off('keyup.dismiss.modal')
}
}
, hideWithTransition: function () {
var that = this
, timeout = setTimeout(function () {
that.$element.off($.support.transition.end)
that.hideModal()
}, 500)
this.$element.one($.support.transition.end, function () {
clearTimeout(timeout)
that.hideModal()
})
}
, hideModal: function (that) {
this.$element
.hide()
.trigger('hidden')
this.backdrop()
}
, removeBackdrop: function () {
this.$backdrop.remove()
this.$backdrop = null
}
, backdrop: function (callback) {
var that = this
, animate = this.$element.hasClass('fade') ? 'fade' : ''
if (this.isShown && this.options.backdrop) {
var doAnimate = $.support.transition && animate
this.$backdrop = $('<div class="modal-backdrop ' + animate + '" />')
.appendTo(document.body)
if (this.options.backdrop != 'static') {
this.$backdrop.click($.proxy(this.hide, this))
}
if (doAnimate) this.$backdrop[0].offsetWidth // force reflow
this.$backdrop.addClass('in')
doAnimate ?
this.$backdrop.one($.support.transition.end, callback) :
callback()
} else if (!this.isShown && this.$backdrop) {
this.$backdrop.removeClass('in')
$.support.transition && this.$element.hasClass('fade')?
this.$backdrop.one($.support.transition.end, $.proxy(this.removeBackdrop, this)) :
this.removeBackdrop()
} else if (callback) {
callback()
}
}
}
/* MODAL PLUGIN DEFINITION
* ======================= */
$.fn.modal = function (option) {
return this.each(function () {
var $this = $(this)
, data = $this.data('modal')
, options = $.extend({}, $.fn.modal.defaults, $this.data(), typeof option == 'object' && option)
if (!data) $this.data('modal', (data = new Modal(this, options)))
if (typeof option == 'string') data[option]()
else if (options.show) data.show()
})
}
$.fn.modal.defaults = {
backdrop: true
, keyboard: true
, show: true
}
$.fn.modal.Constructor = Modal
/* MODAL DATA-API
* ============== */
$(function () {
$('body').on('click.modal.data-api', '[data-toggle="modal"]', function ( e ) {
var $this = $(this)
, href = $this.attr('href')
, $target = $($this.attr('data-target') || (href && href.replace(/.*(?=#[^\s]+$)/, ''))) //strip for ie7
, option = $target.data('modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data())
e.preventDefault()
$target
.modal(option)
.one('hide', function () {
$this.focus()
})
})
})
}(window.jQuery);/* ===========================================================
* bootstrap-tooltip.js v2.1.1
* http://twitter.github.com/bootstrap/javascript.html#tooltips
* Inspired by the original jQuery.tipsy by Jason Frame
* ===========================================================
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ========================================================== */
!function ($) {
"use strict"; // jshint ;_;
/* TOOLTIP PUBLIC CLASS DEFINITION
* =============================== */
var Tooltip = function (element, options) {
this.init('tooltip', element, options)
}
Tooltip.prototype = {
constructor: Tooltip
, init: function (type, element, options) {
var eventIn
, eventOut
this.type = type
this.$element = $(element)
this.options = this.getOptions(options)
this.enabled = true
if (this.options.trigger == 'click') {
this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
} else if (this.options.trigger != 'manual') {
eventIn = this.options.trigger == 'hover' ? 'mouseenter' : 'focus'
eventOut = this.options.trigger == 'hover' ? 'mouseleave' : 'blur'
this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
}
this.options.selector ?
(this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) :
this.fixTitle()
}
, getOptions: function (options) {
options = $.extend({}, $.fn[this.type].defaults, options, this.$element.data())
if (options.delay && typeof options.delay == 'number') {
options.delay = {
show: options.delay
, hide: options.delay
}
}
return options
}
, enter: function (e) {
var self = $(e.currentTarget)[this.type](this._options).data(this.type)
if (!self.options.delay || !self.options.delay.show) return self.show()
clearTimeout(this.timeout)
self.hoverState = 'in'
this.timeout = setTimeout(function() {
if (self.hoverState == 'in') self.show()
}, self.options.delay.show)
}
, leave: function (e) {
var self = $(e.currentTarget)[this.type](this._options).data(this.type)
if (this.timeout) clearTimeout(this.timeout)
if (!self.options.delay || !self.options.delay.hide) return self.hide()
self.hoverState = 'out'
this.timeout = setTimeout(function() {
if (self.hoverState == 'out') self.hide()
}, self.options.delay.hide)
}
, show: function () {
var $tip
, inside
, pos
, actualWidth
, actualHeight
, placement
, tp
if (this.hasContent() && this.enabled) {
$tip = this.tip()
this.setContent()
if (this.options.animation) {
$tip.addClass('fade')
}
placement = typeof this.options.placement == 'function' ?
this.options.placement.call(this, $tip[0], this.$element[0]) :
this.options.placement
inside = /in/.test(placement)
$tip
.remove()
.css({ top: 0, left: 0, display: 'block' })
.appendTo(inside ? this.$element : document.body)
pos = this.getPosition(inside)
actualWidth = $tip[0].offsetWidth
actualHeight = $tip[0].offsetHeight
switch (inside ? placement.split(' ')[1] : placement) {
case 'bottom':
tp = {top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2}
break
case 'top':
tp = {top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2}
break
case 'left':
tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth}
break
case 'right':
tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width}
break
}
$tip
.css(tp)
.addClass(placement)
.addClass('in')
}
}
, setContent: function () {
var $tip = this.tip()
, title = this.getTitle()
$tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title)
$tip.removeClass('fade in top bottom left right')
}
, hide: function () {
var that = this
, $tip = this.tip()
$tip.removeClass('in')
function removeWithAnimation() {
var timeout = setTimeout(function () {
$tip.off($.support.transition.end).remove()
}, 500)
$tip.one($.support.transition.end, function () {
clearTimeout(timeout)
$tip.remove()
})
}
$.support.transition && this.$tip.hasClass('fade') ?
removeWithAnimation() :
$tip.remove()
return this
}
, fixTitle: function () {
var $e = this.$element
if ($e.attr('title') || typeof($e.attr('data-original-title')) != 'string') {
$e.attr('data-original-title', $e.attr('title') || '').removeAttr('title')
}
}
, hasContent: function () {
return this.getTitle()
}
, getPosition: function (inside) {
return $.extend({}, (inside ? {top: 0, left: 0} : this.$element.offset()), {
width: this.$element[0].offsetWidth
, height: this.$element[0].offsetHeight
})
}
, getTitle: function () {
var title
, $e = this.$element
, o = this.options
title = $e.attr('data-original-title')
|| (typeof o.title == 'function' ? o.title.call($e[0]) : o.title)
return title
}
, tip: function () {
return this.$tip = this.$tip || $(this.options.template)
}
, validate: function () {
if (!this.$element[0].parentNode) {
this.hide()
this.$element = null
this.options = null
}
}
, enable: function () {
this.enabled = true
}
, disable: function () {
this.enabled = false
}
, toggleEnabled: function () {
this.enabled = !this.enabled
}
, toggle: function () {
this[this.tip().hasClass('in') ? 'hide' : 'show']()
}
, destroy: function () {
this.hide().$element.off('.' + this.type).removeData(this.type)
}
}
/* TOOLTIP PLUGIN DEFINITION
* ========================= */
$.fn.tooltip = function ( option ) {
return this.each(function () {
var $this = $(this)
, data = $this.data('tooltip')
, options = typeof option == 'object' && option
if (!data) $this.data('tooltip', (data = new Tooltip(this, options)))
if (typeof option == 'string') data[option]()
})
}
$.fn.tooltip.Constructor = Tooltip
$.fn.tooltip.defaults = {
animation: true
, placement: 'top'
, selector: false
, template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'
, trigger: 'hover'
, title: ''
, delay: 0
, html: true
}
}(window.jQuery);
/* ===========================================================
* bootstrap-popover.js v2.1.1
* http://twitter.github.com/bootstrap/javascript.html#popovers
* ===========================================================
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* =========================================================== */
!function ($) {
"use strict"; // jshint ;_;
/* POPOVER PUBLIC CLASS DEFINITION
* =============================== */
var Popover = function (element, options) {
this.init('popover', element, options)
}
/* NOTE: POPOVER EXTENDS BOOTSTRAP-TOOLTIP.js
========================================== */
Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype, {
constructor: Popover
, setContent: function () {
var $tip = this.tip()
, title = this.getTitle()
, content = this.getContent()
$tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title)
$tip.find('.popover-content > *')[this.options.html ? 'html' : 'text'](content)
$tip.removeClass('fade top bottom left right in')
}
, hasContent: function () {
return this.getTitle() || this.getContent()
}
, getContent: function () {
var content
, $e = this.$element
, o = this.options
content = $e.attr('data-content')
|| (typeof o.content == 'function' ? o.content.call($e[0]) : o.content)
return content
}
, tip: function () {
if (!this.$tip) {
this.$tip = $(this.options.template)
}
return this.$tip
}
, destroy: function () {
this.hide().$element.off('.' + this.type).removeData(this.type)
}
})
/* POPOVER PLUGIN DEFINITION
* ======================= */
$.fn.popover = function (option) {
return this.each(function () {
var $this = $(this)
, data = $this.data('popover')
, options = typeof option == 'object' && option
if (!data) $this.data('popover', (data = new Popover(this, options)))
if (typeof option == 'string') data[option]()
})
}
$.fn.popover.Constructor = Popover
$.fn.popover.defaults = $.extend({} , $.fn.tooltip.defaults, {
placement: 'right'
, trigger: 'click'
, content: ''
, template: '<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'
})
}(window.jQuery);/* =============================================================
* bootstrap-scrollspy.js v2.1.1
* http://twitter.github.com/bootstrap/javascript.html#scrollspy
* =============================================================
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ============================================================== */
!function ($) {
"use strict"; // jshint ;_;
/* SCROLLSPY CLASS DEFINITION
* ========================== */
function ScrollSpy(element, options) {
var process = $.proxy(this.process, this)
, $element = $(element).is('body') ? $(window) : $(element)
, href
this.options = $.extend({}, $.fn.scrollspy.defaults, options)
this.$scrollElement = $element.on('scroll.scroll-spy.data-api', process)
this.selector = (this.options.target
|| ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
|| '') + ' .nav li > a'
this.$body = $('body')
this.refresh()
this.process()
}
ScrollSpy.prototype = {
constructor: ScrollSpy
, refresh: function () {
var self = this
, $targets
this.offsets = $([])
this.targets = $([])
$targets = this.$body
.find(this.selector)
.map(function () {
var $el = $(this)
, href = $el.data('target') || $el.attr('href')
, $href = /^#\w/.test(href) && $(href)
return ( $href
&& $href.length
&& [[ $href.position().top, href ]] ) || null
})
.sort(function (a, b) { return a[0] - b[0] })
.each(function () {
self.offsets.push(this[0])
self.targets.push(this[1])
})
}
, process: function () {
var scrollTop = this.$scrollElement.scrollTop() + this.options.offset
, scrollHeight = this.$scrollElement[0].scrollHeight || this.$body[0].scrollHeight
, maxScroll = scrollHeight - this.$scrollElement.height()
, offsets = this.offsets
, targets = this.targets
, activeTarget = this.activeTarget
, i
if (scrollTop >= maxScroll) {
return activeTarget != (i = targets.last()[0])
&& this.activate ( i )
}
for (i = offsets.length; i--;) {
activeTarget != targets[i]
&& scrollTop >= offsets[i]
&& (!offsets[i + 1] || scrollTop <= offsets[i + 1])
&& this.activate( targets[i] )
}
}
, activate: function (target) {
var active
, selector
this.activeTarget = target
$(this.selector)
.parent('.active')
.removeClass('active')
selector = this.selector
+ '[data-target="' + target + '"],'
+ this.selector + '[href="' + target + '"]'
active = $(selector)
.parent('li')
.addClass('active')
if (active.parent('.dropdown-menu').length) {
active = active.closest('li.dropdown').addClass('active')
}
active.trigger('activate')
}
}
/* SCROLLSPY PLUGIN DEFINITION
* =========================== */
$.fn.scrollspy = function (option) {
return this.each(function () {
var $this = $(this)
, data = $this.data('scrollspy')
, options = typeof option == 'object' && option
if (!data) $this.data('scrollspy', (data = new ScrollSpy(this, options)))
if (typeof option == 'string') data[option]()
})
}
$.fn.scrollspy.Constructor = ScrollSpy
$.fn.scrollspy.defaults = {
offset: 10
}
/* SCROLLSPY DATA-API
* ================== */
$(window).on('load', function () {
$('[data-spy="scroll"]').each(function () {
var $spy = $(this)
$spy.scrollspy($spy.data())
})
})
}(window.jQuery);/* ========================================================
* bootstrap-tab.js v2.1.1
* http://twitter.github.com/bootstrap/javascript.html#tabs
* ========================================================
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ======================================================== */
!function ($) {
"use strict"; // jshint ;_;
/* TAB CLASS DEFINITION
* ==================== */
var Tab = function (element) {
this.element = $(element)
}
Tab.prototype = {
constructor: Tab
, show: function () {
var $this = this.element
, $ul = $this.closest('ul:not(.dropdown-menu)')
, selector = $this.attr('data-target')
, previous
, $target
, e
if (!selector) {
selector = $this.attr('href')
selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
}
if ( $this.parent('li').hasClass('active') ) return
previous = $ul.find('.active a').last()[0]
e = $.Event('show', {
relatedTarget: previous
})
$this.trigger(e)
if (e.isDefaultPrevented()) return
$target = $(selector)
this.activate($this.parent('li'), $ul)
this.activate($target, $target.parent(), function () {
$this.trigger({
type: 'shown'
, relatedTarget: previous
})
})
}
, activate: function ( element, container, callback) {
var $active = container.find('> .active')
, transition = callback
&& $.support.transition
&& $active.hasClass('fade')
function next() {
$active
.removeClass('active')
.find('> .dropdown-menu > .active')
.removeClass('active')
element.addClass('active')
if (transition) {
element[0].offsetWidth // reflow for transition
element.addClass('in')
} else {
element.removeClass('fade')
}
if ( element.parent('.dropdown-menu') ) {
element.closest('li.dropdown').addClass('active')
}
callback && callback()
}
transition ?
$active.one($.support.transition.end, next) :
next()
$active.removeClass('in')
}
}
/* TAB PLUGIN DEFINITION
* ===================== */
$.fn.tab = function ( option ) {
return this.each(function () {
var $this = $(this)
, data = $this.data('tab')
if (!data) $this.data('tab', (data = new Tab(this)))
if (typeof option == 'string') data[option]()
})
}
$.fn.tab.Constructor = Tab
/* TAB DATA-API
* ============ */
$(function () {
$('body').on('click.tab.data-api', '[data-toggle="tab"], [data-toggle="pill"]', function (e) {
e.preventDefault()
$(this).tab('show')
})
})
}(window.jQuery);/* =============================================================
* bootstrap-typeahead.js v2.1.1
* http://twitter.github.com/bootstrap/javascript.html#typeahead
* =============================================================
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ============================================================ */
!function($){
"use strict"; // jshint ;_;
/* TYPEAHEAD PUBLIC CLASS DEFINITION
* ================================= */
var Typeahead = function (element, options) {
this.$element = $(element)
this.options = $.extend({}, $.fn.typeahead.defaults, options)
this.matcher = this.options.matcher || this.matcher
this.sorter = this.options.sorter || this.sorter
this.highlighter = this.options.highlighter || this.highlighter
this.updater = this.options.updater || this.updater
this.$menu = $(this.options.menu).appendTo('body')
this.source = this.options.source
this.shown = false
this.listen()
}
Typeahead.prototype = {
constructor: Typeahead
, select: function () {
var val = this.$menu.find('.active').attr('data-value')
this.$element
.val(this.updater(val))
.change()
return this.hide()
}
, updater: function (item) {
return item
}
, show: function () {
var pos = $.extend({}, this.$element.offset(), {
height: this.$element[0].offsetHeight
})
this.$menu.css({
top: pos.top + pos.height
, left: pos.left
})
this.$menu.show()
this.shown = true
return this
}
, hide: function () {
this.$menu.hide()
this.shown = false
return this
}
, lookup: function (event) {
var items
this.query = this.$element.val()
if (!this.query || this.query.length < this.options.minLength) {
return this.shown ? this.hide() : this
}
items = $.isFunction(this.source) ? this.source(this.query, $.proxy(this.process, this)) : this.source
return items ? this.process(items) : this
}
, process: function (items) {
var that = this
items = $.grep(items, function (item) {
return that.matcher(item)
})
items = this.sorter(items)
if (!items.length) {
return this.shown ? this.hide() : this
}
return this.render(items.slice(0, this.options.items)).show()
}
, matcher: function (item) {
return ~item.toLowerCase().indexOf(this.query.toLowerCase())
}
, sorter: function (items) {
var beginswith = []
, caseSensitive = []
, caseInsensitive = []
, item
while (item = items.shift()) {
if (!item.toLowerCase().indexOf(this.query.toLowerCase())) beginswith.push(item)
else if (~item.indexOf(this.query)) caseSensitive.push(item)
else caseInsensitive.push(item)
}
return beginswith.concat(caseSensitive, caseInsensitive)
}
, highlighter: function (item) {
var query = this.query.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, '\\$&')
return item.replace(new RegExp('(' + query + ')', 'ig'), function ($1, match) {
return '<strong>' + match + '</strong>'
})
}
, render: function (items) {
var that = this
items = $(items).map(function (i, item) {
i = $(that.options.item).attr('data-value', item)
i.find('a').html(that.highlighter(item))
return i[0]
})
items.first().addClass('active')
this.$menu.html(items)
return this
}
, next: function (event) {
var active = this.$menu.find('.active').removeClass('active')
, next = active.next()
if (!next.length) {
next = $(this.$menu.find('li')[0])
}
next.addClass('active')
}
, prev: function (event) {
var active = this.$menu.find('.active').removeClass('active')
, prev = active.prev()
if (!prev.length) {
prev = this.$menu.find('li').last()
}
prev.addClass('active')
}
, listen: function () {
this.$element
.on('blur', $.proxy(this.blur, this))
.on('keypress', $.proxy(this.keypress, this))
.on('keyup', $.proxy(this.keyup, this))
if ($.browser.chrome || $.browser.webkit || $.browser.msie) {
this.$element.on('keydown', $.proxy(this.keydown, this))
}
this.$menu
.on('click', $.proxy(this.click, this))
.on('mouseenter', 'li', $.proxy(this.mouseenter, this))
}
, move: function (e) {
if (!this.shown) return
switch(e.keyCode) {
case 9: // tab
case 13: // enter
case 27: // escape
e.preventDefault()
break
case 38: // up arrow
e.preventDefault()
this.prev()
break
case 40: // down arrow
e.preventDefault()
this.next()
break
}
e.stopPropagation()
}
, keydown: function (e) {
this.suppressKeyPressRepeat = !~$.inArray(e.keyCode, [40,38,9,13,27])
this.move(e)
}
, keypress: function (e) {
if (this.suppressKeyPressRepeat) return
this.move(e)
}
, keyup: function (e) {
switch(e.keyCode) {
case 40: // down arrow
case 38: // up arrow
break
case 9: // tab
case 13: // enter
if (!this.shown) return
this.select()
break
case 27: // escape
if (!this.shown) return
this.hide()
break
default:
this.lookup()
}
e.stopPropagation()
e.preventDefault()
}
, blur: function (e) {
var that = this
setTimeout(function () { that.hide() }, 150)
}
, click: function (e) {
e.stopPropagation()
e.preventDefault()
this.select()
}
, mouseenter: function (e) {
this.$menu.find('.active').removeClass('active')
$(e.currentTarget).addClass('active')
}
}
/* TYPEAHEAD PLUGIN DEFINITION
* =========================== */
$.fn.typeahead = function (option) {
return this.each(function () {
var $this = $(this)
, data = $this.data('typeahead')
, options = typeof option == 'object' && option
if (!data) $this.data('typeahead', (data = new Typeahead(this, options)))
if (typeof option == 'string') data[option]()
})
}
$.fn.typeahead.defaults = {
source: []
, items: 8
, menu: '<ul class="typeahead dropdown-menu"></ul>'
, item: '<li><a href="#"></a></li>'
, minLength: 1
}
$.fn.typeahead.Constructor = Typeahead
/* TYPEAHEAD DATA-API
* ================== */
$(function () {
$('body').on('focus.typeahead.data-api', '[data-provide="typeahead"]', function (e) {
var $this = $(this)
if ($this.data('typeahead')) return
e.preventDefault()
$this.typeahead($this.data())
})
})
}(window.jQuery);
/* ==========================================================
* bootstrap-affix.js v2.1.1
* http://twitter.github.com/bootstrap/javascript.html#affix
* ==========================================================
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ========================================================== */
!function ($) {
"use strict"; // jshint ;_;
/* AFFIX CLASS DEFINITION
* ====================== */
var Affix = function (element, options) {
this.options = $.extend({}, $.fn.affix.defaults, options)
this.$window = $(window).on('scroll.affix.data-api', $.proxy(this.checkPosition, this))
this.$element = $(element)
this.checkPosition()
}
Affix.prototype.checkPosition = function () {
if (!this.$element.is(':visible')) return
var scrollHeight = $(document).height()
, scrollTop = this.$window.scrollTop()
, position = this.$element.offset()
, offset = this.options.offset
, offsetBottom = offset.bottom
, offsetTop = offset.top
, reset = 'affix affix-top affix-bottom'
, affix
if (typeof offset != 'object') offsetBottom = offsetTop = offset
if (typeof offsetTop == 'function') offsetTop = offset.top()
if (typeof offsetBottom == 'function') offsetBottom = offset.bottom()
affix = this.unpin != null && (scrollTop + this.unpin <= position.top) ?
false : offsetBottom != null && (position.top + this.$element.height() >= scrollHeight - offsetBottom) ?
'bottom' : offsetTop != null && scrollTop <= offsetTop ?
'top' : false
if (this.affixed === affix) return
this.affixed = affix
this.unpin = affix == 'bottom' ? position.top - scrollTop : null
this.$element.removeClass(reset).addClass('affix' + (affix ? '-' + affix : ''))
}
/* AFFIX PLUGIN DEFINITION
* ======================= */
$.fn.affix = function (option) {
return this.each(function () {
var $this = $(this)
, data = $this.data('affix')
, options = typeof option == 'object' && option
if (!data) $this.data('affix', (data = new Affix(this, options)))
if (typeof option == 'string') data[option]()
})
}
$.fn.affix.Constructor = Affix
$.fn.affix.defaults = {
offset: 0
}
/* AFFIX DATA-API
* ============== */
$(window).on('load', function () {
$('[data-spy="affix"]').each(function () {
var $spy = $(this)
, data = $spy.data()
data.offset = data.offset || {}
data.offsetBottom && (data.offset.bottom = data.offsetBottom)
data.offsetTop && (data.offset.top = data.offsetTop)
$spy.affix(data)
})
})
}(window.jQuery);
/*!
* Bootstrap v2.1.1
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333;background-color:#fff}a{color:#08c;text-decoration:none}a:hover{color:#005580;text-decoration:underline}.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px}.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.span12{width:940px}.span11{width:860px}.span10{width:780px}.span9{width:700px}.span8{width:620px}.span7{width:540px}.span6{width:460px}.span5{width:380px}.span4{width:300px}.span3{width:220px}.span2{width:140px}.span1{width:60px}.offset12{margin-left:980px}.offset11{margin-left:900px}.offset10{margin-left:820px}.offset9{margin-left:740px}.offset8{margin-left:660px}.offset7{margin-left:580px}.offset6{margin-left:500px}.offset5{margin-left:420px}.offset4{margin-left:340px}.offset3{margin-left:260px}.offset2{margin-left:180px}.offset1{margin-left:100px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%}.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%}.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%}.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%}.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%}.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%}.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%}.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%}.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%}.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%}.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%}.row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%}.row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%}.row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%}.row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%}.row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%}.row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%}.row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%}.row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%}.row-fluid .offset8{margin-left:70.2127659574468%;*margin-left:70.10638297872339%}.row-fluid .offset8:first-child{margin-left:68.08510638297872%;*margin-left:67.9787234042553%}.row-fluid .offset7{margin-left:61.70212765957446%;*margin-left:61.59574468085106%}.row-fluid .offset7:first-child{margin-left:59.574468085106375%;*margin-left:59.46808510638297%}.row-fluid .offset6{margin-left:53.191489361702125%;*margin-left:53.085106382978715%}.row-fluid .offset6:first-child{margin-left:51.063829787234035%;*margin-left:50.95744680851063%}.row-fluid .offset5{margin-left:44.68085106382979%;*margin-left:44.57446808510638%}.row-fluid .offset5:first-child{margin-left:42.5531914893617%;*margin-left:42.4468085106383%}.row-fluid .offset4{margin-left:36.170212765957444%;*margin-left:36.06382978723405%}.row-fluid .offset4:first-child{margin-left:34.04255319148936%;*margin-left:33.93617021276596%}.row-fluid .offset3{margin-left:27.659574468085104%;*margin-left:27.5531914893617%}.row-fluid .offset3:first-child{margin-left:25.53191489361702%;*margin-left:25.425531914893618%}.row-fluid .offset2{margin-left:19.148936170212764%;*margin-left:19.04255319148936%}.row-fluid .offset2:first-child{margin-left:17.02127659574468%;*margin-left:16.914893617021278%}.row-fluid .offset1{margin-left:10.638297872340425%;*margin-left:10.53191489361702%}.row-fluid .offset1:first-child{margin-left:8.51063829787234%;*margin-left:8.404255319148938%}[class*="span"].hide,.row-fluid [class*="span"].hide{display:none}[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:right}.container{margin-right:auto;margin-left:auto;*zoom:1}.container:before,.container:after{display:table;line-height:0;content:""}.container:after{clear:both}.container-fluid{padding-right:20px;padding-left:20px;*zoom:1}.container-fluid:before,.container-fluid:after{display:table;line-height:0;content:""}.container-fluid:after{clear:both}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:21px;font-weight:200;line-height:30px}small{font-size:85%}strong{font-weight:bold}em{font-style:italic}cite{font-style:normal}.muted{color:#999}.text-warning{color:#c09853}.text-error{color:#b94a48}.text-info{color:#3a87ad}.text-success{color:#468847}h1,h2,h3,h4,h5,h6{margin:10px 0;font-family:inherit;font-weight:bold;line-height:1;color:inherit;text-rendering:optimizelegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;line-height:1;color:#999}h1{font-size:36px;line-height:40px}h2{font-size:30px;line-height:40px}h3{font-size:24px;line-height:40px}h4{font-size:18px;line-height:20px}h5{font-size:14px;line-height:20px}h6{font-size:12px;line-height:20px}h1 small{font-size:24px}h2 small{font-size:18px}h3 small{font-size:14px}h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eee}ul,ol{padding:0;margin:0 0 10px 25px}ul ul,ul ol,ol ol,ol ul{margin-bottom:0}li{line-height:20px}ul.unstyled,ol.unstyled{margin-left:0;list-style:none}dl{margin-bottom:20px}dt,dd{line-height:20px}dt{font-weight:bold}dd{margin-left:10px}.dl-horizontal{*zoom:1}.dl-horizontal:before,.dl-horizontal:after{display:table;line-height:0;content:""}.dl-horizontal:after{clear:both}.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}hr{margin:20px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #fff}abbr[title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:0 0 0 15px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{margin-bottom:0;font-size:16px;font-weight:300;line-height:25px}blockquote small{display:block;line-height:20px;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:20px}code,pre{padding:0 3px 2px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;color:#333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}code{padding:2px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;color:inherit;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}form{margin:0 0 20px}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:40px;color:#333;border:0;border-bottom:1px solid #e5e5e5}legend small{font-size:15px;color:#999}label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px}input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}label{display:block;margin-bottom:5px}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:20px;padding:4px 6px;margin-bottom:9px;font-size:14px;line-height:20px;color:#555;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}input,textarea,.uneditable-input{width:206px}textarea{height:auto}textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;*margin-top:0;line-height:normal;cursor:pointer}input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto}select,input[type="file"]{height:30px;*margin-top:4px;line-height:30px}select{width:220px;background-color:#fff;border:1px solid #ccc}select[multiple],select[size]{height:auto}select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.uneditable-input,.uneditable-textarea{color:#999;cursor:not-allowed;background-color:#fcfcfc;border-color:#ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);box-shadow:inset 0 1px 2px rgba(0,0,0,0.025)}.uneditable-input{overflow:hidden;white-space:nowrap}.uneditable-textarea{width:auto;height:auto}input:-moz-placeholder,textarea:-moz-placeholder{color:#999}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}.radio,.checkbox{min-height:18px;padding-left:18px}.radio input[type="radio"],.checkbox input[type="checkbox"]{float:left;margin-left:-18px}.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px}.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle}.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-left:10px}.input-mini{width:60px}.input-small{width:90px}.input-medium{width:150px}.input-large{width:210px}.input-xlarge{width:270px}.input-xxlarge{width:530px}input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-left:0}.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:20px}input.span12,textarea.span12,.uneditable-input.span12{width:926px}input.span11,textarea.span11,.uneditable-input.span11{width:846px}input.span10,textarea.span10,.uneditable-input.span10{width:766px}input.span9,textarea.span9,.uneditable-input.span9{width:686px}input.span8,textarea.span8,.uneditable-input.span8{width:606px}input.span7,textarea.span7,.uneditable-input.span7{width:526px}input.span6,textarea.span6,.uneditable-input.span6{width:446px}input.span5,textarea.span5,.uneditable-input.span5{width:366px}input.span4,textarea.span4,.uneditable-input.span4{width:286px}input.span3,textarea.span3,.uneditable-input.span3{width:206px}input.span2,textarea.span2,.uneditable-input.span2{width:126px}input.span1,textarea.span1,.uneditable-input.span1{width:46px}.controls-row{*zoom:1}.controls-row:before,.controls-row:after{display:table;line-height:0;content:""}.controls-row:after{clear:both}.controls-row [class*="span"]{float:left}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eee}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent}.control-group.warning>label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853}.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853}.control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.control-group.error>label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48}.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48}.control-group.error input,.control-group.error select,.control-group.error textarea{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.control-group.success>label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847}.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847}.control-group.success input,.control-group.success select,.control-group.success textarea{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847}.control-group.info>label,.control-group.info .help-block,.control-group.info .help-inline{color:#3a87ad}.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color:#3a87ad}.control-group.info input,.control-group.info select,.control-group.info textarea{border-color:#3a87ad;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color:#2d6987;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3}.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{color:#3a87ad;background-color:#d9edf7;border-color:#3a87ad}input:focus:required:invalid,textarea:focus:required:invalid,select:focus:required:invalid{color:#b94a48;border-color:#ee5f5b}input:focus:required:invalid:focus,textarea:focus:required:invalid:focus,select:focus:required:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7}.form-actions{padding:19px 20px 20px;margin-top:20px;margin-bottom:20px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1}.form-actions:before,.form-actions:after{display:table;line-height:0;content:""}.form-actions:after{clear:both}.help-block,.help-inline{color:#595959}.help-block{display:block;margin-bottom:10px}.help-inline{display:inline-block;*display:inline;padding-left:5px;vertical-align:middle;*zoom:1}.input-append,.input-prepend{margin-bottom:5px;font-size:0;white-space:nowrap}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{position:relative;margin-bottom:0;*margin-left:0;font-size:14px;vertical-align:top;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{z-index:2}.input-append .add-on,.input-prepend .add-on{display:inline-block;width:auto;height:20px;min-width:16px;padding:4px 5px;font-size:14px;font-weight:normal;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;background-color:#eee;border:1px solid #ccc}.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn{vertical-align:top;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-append .active,.input-prepend .active{background-color:#a9dba9;border-color:#46a546}.input-prepend .add-on,.input-prepend .btn{margin-right:-1px}.input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-append input,.input-append select,.input-append .uneditable-input{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-append .add-on,.input-append .btn{margin-left:-1px}.input-append .add-on:last-child,.input-append .btn:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}input.search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;margin-bottom:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.form-search .input-append .search-query,.form-search .input-prepend .search-query{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.form-search .input-append .search-query{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-search .input-append .btn{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}.form-search .input-prepend .search-query{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}.form-search .input-prepend .btn{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display:inline-block;*display:inline;margin-bottom:0;vertical-align:middle;*zoom:1}.form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none}.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{display:inline-block}.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0}.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle}.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:left;margin-right:3px;margin-left:0}.control-group{margin-bottom:10px}legend+.control-group{margin-top:20px;-webkit-margin-top-collapse:separate}.form-horizontal .control-group{margin-bottom:20px;*zoom:1}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;line-height:0;content:""}.form-horizontal .control-group:after{clear:both}.form-horizontal .control-label{float:left;width:160px;padding-top:5px;text-align:right}.form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:180px;*margin-left:0}.form-horizontal .controls:first-child{*padding-left:180px}.form-horizontal .help-block{margin-bottom:0}.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block{margin-top:10px}.form-horizontal .form-actions{padding-left:180px}table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}.table{width:100%;margin-bottom:20px}.table th,.table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #ddd}.table th{font-weight:bold}.table thead th{vertical-align:bottom}.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table-condensed th,.table-condensed td{padding:4px 5px}.table-bordered{border:1px solid #ddd;border-collapse:separate;*border-collapse:collapse;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.table-bordered th,.table-bordered td{border-left:1px solid #ddd}.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0}.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px}.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child,.table-bordered tfoot:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px}.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child,.table-bordered tfoot:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px}.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topleft:4px}.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{background-color:#f9f9f9}.table-hover tbody tr:hover td,.table-hover tbody tr:hover th{background-color:#f5f5f5}table [class*=span],.row-fluid table [class*=span]{display:table-cell;float:none;margin-left:0}.table .span1{float:none;width:44px;margin-left:0}.table .span2{float:none;width:124px;margin-left:0}.table .span3{float:none;width:204px;margin-left:0}.table .span4{float:none;width:284px;margin-left:0}.table .span5{float:none;width:364px;margin-left:0}.table .span6{float:none;width:444px;margin-left:0}.table .span7{float:none;width:524px;margin-left:0}.table .span8{float:none;width:604px;margin-left:0}.table .span9{float:none;width:684px;margin-left:0}.table .span10{float:none;width:764px;margin-left:0}.table .span11{float:none;width:844px;margin-left:0}.table .span12{float:none;width:924px;margin-left:0}.table .span13{float:none;width:1004px;margin-left:0}.table .span14{float:none;width:1084px;margin-left:0}.table .span15{float:none;width:1164px;margin-left:0}.table .span16{float:none;width:1244px;margin-left:0}.table .span17{float:none;width:1324px;margin-left:0}.table .span18{float:none;width:1404px;margin-left:0}.table .span19{float:none;width:1484px;margin-left:0}.table .span20{float:none;width:1564px;margin-left:0}.table .span21{float:none;width:1644px;margin-left:0}.table .span22{float:none;width:1724px;margin-left:0}.table .span23{float:none;width:1804px;margin-left:0}.table .span24{float:none;width:1884px;margin-left:0}.table tbody tr.success td{background-color:#dff0d8}.table tbody tr.error td{background-color:#f2dede}.table tbody tr.warning td{background-color:#fcf8e3}.table tbody tr.info td{background-color:#d9edf7}.table-hover tbody tr.success:hover td{background-color:#d0e9c6}.table-hover tbody tr.error:hover td{background-color:#ebcccc}.table-hover tbody tr.warning:hover td{background-color:#faf2cc}.table-hover tbody tr.info:hover td{background-color:#c4e3f3}[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;margin-top:1px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-image:url("../img/glyphicons-halflings.png");background-position:14px 14px;background-repeat:no-repeat}.icon-white,.nav-tabs>.active>a>[class^="icon-"],.nav-tabs>.active>a>[class*=" icon-"],.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"]{background-image:url("../img/glyphicons-halflings-white.png")}.icon-glass{background-position:0 0}.icon-music{background-position:-24px 0}.icon-search{background-position:-48px 0}.icon-envelope{background-position:-72px 0}.icon-heart{background-position:-96px 0}.icon-star{background-position:-120px 0}.icon-star-empty{background-position:-144px 0}.icon-user{background-position:-168px 0}.icon-film{background-position:-192px 0}.icon-th-large{background-position:-216px 0}.icon-th{background-position:-240px 0}.icon-th-list{background-position:-264px 0}.icon-ok{background-position:-288px 0}.icon-remove{background-position:-312px 0}.icon-zoom-in{background-position:-336px 0}.icon-zoom-out{background-position:-360px 0}.icon-off{background-position:-384px 0}.icon-signal{background-position:-408px 0}.icon-cog{background-position:-432px 0}.icon-trash{background-position:-456px 0}.icon-home{background-position:0 -24px}.icon-file{background-position:-24px -24px}.icon-time{background-position:-48px -24px}.icon-road{background-position:-72px -24px}.icon-download-alt{background-position:-96px -24px}.icon-download{background-position:-120px -24px}.icon-upload{background-position:-144px -24px}.icon-inbox{background-position:-168px -24px}.icon-play-circle{background-position:-192px -24px}.icon-repeat{background-position:-216px -24px}.icon-refresh{background-position:-240px -24px}.icon-list-alt{background-position:-264px -24px}.icon-lock{background-position:-287px -24px}.icon-flag{background-position:-312px -24px}.icon-headphones{background-position:-336px -24px}.icon-volume-off{background-position:-360px -24px}.icon-volume-down{background-position:-384px -24px}.icon-volume-up{background-position:-408px -24px}.icon-qrcode{background-position:-432px -24px}.icon-barcode{background-position:-456px -24px}.icon-tag{background-position:0 -48px}.icon-tags{background-position:-25px -48px}.icon-book{background-position:-48px -48px}.icon-bookmark{background-position:-72px -48px}.icon-print{background-position:-96px -48px}.icon-camera{background-position:-120px -48px}.icon-font{background-position:-144px -48px}.icon-bold{background-position:-167px -48px}.icon-italic{background-position:-192px -48px}.icon-text-height{background-position:-216px -48px}.icon-text-width{background-position:-240px -48px}.icon-align-left{background-position:-264px -48px}.icon-align-center{background-position:-288px -48px}.icon-align-right{background-position:-312px -48px}.icon-align-justify{background-position:-336px -48px}.icon-list{background-position:-360px -48px}.icon-indent-left{background-position:-384px -48px}.icon-indent-right{background-position:-408px -48px}.icon-facetime-video{background-position:-432px -48px}.icon-picture{background-position:-456px -48px}.icon-pencil{background-position:0 -72px}.icon-map-marker{background-position:-24px -72px}.icon-adjust{background-position:-48px -72px}.icon-tint{background-position:-72px -72px}.icon-edit{background-position:-96px -72px}.icon-share{background-position:-120px -72px}.icon-check{background-position:-144px -72px}.icon-move{background-position:-168px -72px}.icon-step-backward{background-position:-192px -72px}.icon-fast-backward{background-position:-216px -72px}.icon-backward{background-position:-240px -72px}.icon-play{background-position:-264px -72px}.icon-pause{background-position:-288px -72px}.icon-stop{background-position:-312px -72px}.icon-forward{background-position:-336px -72px}.icon-fast-forward{background-position:-360px -72px}.icon-step-forward{background-position:-384px -72px}.icon-eject{background-position:-408px -72px}.icon-chevron-left{background-position:-432px -72px}.icon-chevron-right{background-position:-456px -72px}.icon-plus-sign{background-position:0 -96px}.icon-minus-sign{background-position:-24px -96px}.icon-remove-sign{background-position:-48px -96px}.icon-ok-sign{background-position:-72px -96px}.icon-question-sign{background-position:-96px -96px}.icon-info-sign{background-position:-120px -96px}.icon-screenshot{background-position:-144px -96px}.icon-remove-circle{background-position:-168px -96px}.icon-ok-circle{background-position:-192px -96px}.icon-ban-circle{background-position:-216px -96px}.icon-arrow-left{background-position:-240px -96px}.icon-arrow-right{background-position:-264px -96px}.icon-arrow-up{background-position:-289px -96px}.icon-arrow-down{background-position:-312px -96px}.icon-share-alt{background-position:-336px -96px}.icon-resize-full{background-position:-360px -96px}.icon-resize-small{background-position:-384px -96px}.icon-plus{background-position:-408px -96px}.icon-minus{background-position:-433px -96px}.icon-asterisk{background-position:-456px -96px}.icon-exclamation-sign{background-position:0 -120px}.icon-gift{background-position:-24px -120px}.icon-leaf{background-position:-48px -120px}.icon-fire{background-position:-72px -120px}.icon-eye-open{background-position:-96px -120px}.icon-eye-close{background-position:-120px -120px}.icon-warning-sign{background-position:-144px -120px}.icon-plane{background-position:-168px -120px}.icon-calendar{background-position:-192px -120px}.icon-random{width:16px;background-position:-216px -120px}.icon-comment{background-position:-240px -120px}.icon-magnet{background-position:-264px -120px}.icon-chevron-up{background-position:-288px -120px}.icon-chevron-down{background-position:-313px -119px}.icon-retweet{background-position:-336px -120px}.icon-shopping-cart{background-position:-360px -120px}.icon-folder-close{background-position:-384px -120px}.icon-folder-open{width:16px;background-position:-408px -120px}.icon-resize-vertical{background-position:-432px -119px}.icon-resize-horizontal{background-position:-456px -118px}.icon-hdd{background-position:0 -144px}.icon-bullhorn{background-position:-24px -144px}.icon-bell{background-position:-48px -144px}.icon-certificate{background-position:-72px -144px}.icon-thumbs-up{background-position:-96px -144px}.icon-thumbs-down{background-position:-120px -144px}.icon-hand-right{background-position:-144px -144px}.icon-hand-left{background-position:-168px -144px}.icon-hand-up{background-position:-192px -144px}.icon-hand-down{background-position:-216px -144px}.icon-circle-arrow-right{background-position:-240px -144px}.icon-circle-arrow-left{background-position:-264px -144px}.icon-circle-arrow-up{background-position:-288px -144px}.icon-circle-arrow-down{background-position:-312px -144px}.icon-globe{background-position:-336px -144px}.icon-wrench{background-position:-360px -144px}.icon-tasks{background-position:-384px -144px}.icon-filter{background-position:-408px -144px}.icon-briefcase{background-position:-432px -144px}.icon-fullscreen{background-position:-456px -144px}.dropup,.dropdown{position:relative}.dropdown-toggle{*margin-bottom:-3px}.dropdown-toggle:active,.open .dropdown-toggle{outline:0}.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:""}.dropdown .caret{margin-top:8px;margin-left:2px}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.dropdown-menu a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:20px;color:#333;white-space:nowrap}.dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a{color:#fff;text-decoration:none;background-color:#08c;background-color:#0081c2;background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}.dropdown-menu .active>a,.dropdown-menu .active>a:hover{color:#fff;text-decoration:none;background-color:#08c;background-color:#0081c2;background-image:linear-gradient(to bottom,#08c,#0077b3);background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-repeat:repeat-x;outline:0;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}.dropdown-menu .disabled>a,.dropdown-menu .disabled>a:hover{color:#999}.dropdown-menu .disabled>a:hover{text-decoration:none;cursor:default;background-color:transparent}.open{*z-index:1000}.open>.dropdown-menu{display:block}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}.dropdown-submenu:hover>.dropdown-menu{display:block}.dropdown-submenu>a:after{display:block;float:right;width:0;height:0;margin-top:5px;margin-right:-10px;border-color:transparent;border-left-color:#ccc;border-style:solid;border-width:5px 0 5px 5px;content:" "}.dropdown-submenu:hover>a:after{border-left-color:#fff}.dropdown .dropdown-menu .nav-header{padding-right:20px;padding-left:20px}.typeahead{margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.fade{opacity:0;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.collapse.in{height:auto}.close{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.btn{display:inline-block;*display:inline;padding:4px 14px;margin-bottom:0;*margin-left:.3em;font-size:14px;line-height:20px;*line-height:20px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;*background-color:#e6e6e6;background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-repeat:repeat-x;border:1px solid #bbb;*border:0;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false);*zoom:1;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333;background-color:#e6e6e6;*background-color:#d9d9d9}.btn:active,.btn.active{background-color:#ccc \9}.btn:first-child{*margin-left:0}.btn:hover{color:#333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:9px 14px;font-size:16px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.btn-large [class^="icon-"]{margin-top:2px}.btn-small{padding:3px 9px;font-size:12px;line-height:18px}.btn-small [class^="icon-"]{margin-top:0}.btn-mini{padding:2px 6px;font-size:11px;line-height:17px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75)}.btn{border-color:#c5c5c5;border-color:rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25)}.btn-primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#006dcc;*background-color:#04c;background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-image:-moz-linear-gradient(top,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3}.btn-primary:active,.btn-primary.active{background-color:#039 \9}.btn-warning{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#faa732;*background-color:#f89406;background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-repeat:repeat-x;border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:#fff;background-color:#f89406;*background-color:#df8505}.btn-warning:active,.btn-warning.active{background-color:#c67605 \9}.btn-danger{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4f49;*background-color:#bd362f;background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-repeat:repeat-x;border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:#fff;background-color:#bd362f;*background-color:#a9302a}.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}.btn-success{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#5bb75b;*background-color:#51a351;background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-image:-moz-linear-gradient(top,#62c462,#51a351);background-repeat:repeat-x;border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#fff;background-color:#51a351;*background-color:#499249}.btn-success:active,.btn-success.active{background-color:#408140 \9}.btn-info{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;*background-color:#2f96b4;background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#fff;background-color:#2f96b4;*background-color:#2a85a0}.btn-info:active,.btn-info.active{background-color:#24748c \9}.btn-inverse{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;*background-color:#222;background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));background-image:-webkit-linear-gradient(top,#444,#222);background-image:-o-linear-gradient(top,#444,#222);background-image:linear-gradient(to bottom,#444,#222);background-image:-moz-linear-gradient(top,#444,#222);background-repeat:repeat-x;border-color:#222 #222 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:#fff;background-color:#222;*background-color:#151515}.btn-inverse:active,.btn-inverse.active{background-color:#080808 \9}button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px}button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px}button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link{color:#08c;cursor:pointer;border-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-link:hover{color:#005580;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover{color:#333;text-decoration:none}.btn-group{position:relative;*margin-left:.3em;font-size:0;white-space:nowrap;vertical-align:middle}.btn-group:first-child{*margin-left:0}.btn-group+.btn-group{margin-left:5px}.btn-toolbar{margin-top:10px;margin-bottom:10px;font-size:0}.btn-toolbar .btn-group{display:inline-block;*display:inline;*zoom:1}.btn-toolbar .btn+.btn,.btn-toolbar .btn-group+.btn,.btn-toolbar .btn+.btn-group{margin-left:5px}.btn-group>.btn{position:relative;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-group>.btn+.btn{margin-left:-1px}.btn-group>.btn,.btn-group>.dropdown-menu{font-size:14px}.btn-group>.btn-mini{font-size:11px}.btn-group>.btn-small{font-size:12px}.btn-group>.btn-large{font-size:16px}.btn-group>.btn:first-child{margin-left:0;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px}.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px}.btn-group>.btn.large:first-child{margin-left:0;-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topleft:6px}.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{-webkit-border-top-right-radius:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px}.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{*padding-top:5px;padding-right:8px;*padding-bottom:5px;padding-left:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn-group>.btn-mini+.dropdown-toggle{*padding-top:2px;padding-right:5px;*padding-bottom:2px;padding-left:5px}.btn-group>.btn-small+.dropdown-toggle{*padding-top:5px;*padding-bottom:4px}.btn-group>.btn-large+.dropdown-toggle{*padding-top:7px;padding-right:12px;*padding-bottom:7px;padding-left:12px}.btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6}.btn-group.open .btn-primary.dropdown-toggle{background-color:#04c}.btn-group.open .btn-warning.dropdown-toggle{background-color:#f89406}.btn-group.open .btn-danger.dropdown-toggle{background-color:#bd362f}.btn-group.open .btn-success.dropdown-toggle{background-color:#51a351}.btn-group.open .btn-info.dropdown-toggle{background-color:#2f96b4}.btn-group.open .btn-inverse.dropdown-toggle{background-color:#222}.btn .caret{margin-top:8px;margin-left:0}.btn-mini .caret,.btn-small .caret,.btn-large .caret{margin-top:6px}.btn-large .caret{border-top-width:5px;border-right-width:5px;border-left-width:5px}.dropup .btn-large .caret{border-top:0;border-bottom:5px solid #000}.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color:#fff;border-bottom-color:#fff}.btn-group-vertical{display:inline-block;*display:inline;*zoom:1}.btn-group-vertical .btn{display:block;float:none;width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-group-vertical .btn+.btn{margin-top:-1px;margin-left:0}.btn-group-vertical .btn:first-child{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.btn-group-vertical .btn:last-child{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.btn-group-vertical .btn-large:first-child{-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0}.btn-group-vertical .btn-large:last-child{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.alert{padding:8px 35px 8px 14px;margin-bottom:20px;color:#c09853;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.alert h4{margin:0}.alert .close{position:relative;top:-2px;right:-21px;line-height:20px}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px}.nav{margin-bottom:20px;margin-left:0;list-style:none}.nav>li>a{display:block}.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>.pull-right{float:right}.nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:20px;color:#999;text-shadow:0 1px 0 rgba(255,255,255,0.5);text-transform:uppercase}.nav li+.nav-header{margin-top:9px}.nav-list{padding-right:15px;padding-left:15px;margin-bottom:0}.nav-list>li>a,.nav-list .nav-header{margin-right:-15px;margin-left:-15px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.nav-list>li>a{padding:3px 15px}.nav-list>.active>a,.nav-list>.active>a:hover{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.2);background-color:#08c}.nav-list [class^="icon-"]{margin-right:2px}.nav-list .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.nav-tabs,.nav-pills{*zoom:1}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;line-height:0;content:""}.nav-tabs:after,.nav-pills:after{clear:both}.nav-tabs>li,.nav-pills>li{float:left}.nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{margin-bottom:-1px}.nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>.active>a,.nav-tabs>.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.nav-pills>.active>a,.nav-pills>.active>a:hover{color:#fff;background-color:#08c}.nav-stacked>li{float:none}.nav-stacked>li>a{margin-right:0}.nav-tabs.nav-stacked{border-bottom:0}.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.nav-tabs.nav-stacked>li:first-child>a{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-topleft:4px}.nav-tabs.nav-stacked>li:last-child>a{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px}.nav-tabs.nav-stacked>li>a:hover{z-index:2;border-color:#ddd}.nav-pills.nav-stacked>li>a{margin-bottom:3px}.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px}.nav-tabs .dropdown-menu{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.nav-pills .dropdown-menu{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.nav .dropdown-toggle .caret{margin-top:6px;border-top-color:#08c;border-bottom-color:#08c}.nav .dropdown-toggle:hover .caret{border-top-color:#005580;border-bottom-color:#005580}.nav-tabs .dropdown-toggle .caret{margin-top:8px}.nav .active .dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.nav-tabs .active .dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.nav>.dropdown.active>a:hover{cursor:pointer}.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover{color:#fff;background-color:#999;border-color:#999}.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret{border-top-color:#fff;border-bottom-color:#fff;opacity:1;filter:alpha(opacity=100)}.tabs-stacked .open>a:hover{border-color:#999}.tabbable{*zoom:1}.tabbable:before,.tabbable:after{display:table;line-height:0;content:""}.tabbable:after{clear:both}.tab-content{overflow:auto}.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.tabs-below>.nav-tabs{border-top:1px solid #ddd}.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0}.tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.tabs-below>.nav-tabs>li>a:hover{border-top-color:#ddd;border-bottom-color:transparent}.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover{border-color:transparent #ddd #ddd #ddd}.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px}.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}.tabs-left>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.tabs-left>.nav-tabs>li>a:hover{border-color:#eee #ddd #eee #eee}.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover{border-color:#ddd transparent #ddd #ddd;*border-right-color:#fff}.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}.tabs-right>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.tabs-right>.nav-tabs>li>a:hover{border-color:#eee #eee #eee #ddd}.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover{border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff}.nav>.disabled>a{color:#999}.nav>.disabled>a:hover{text-decoration:none;cursor:default;background-color:transparent}.navbar{*position:relative;*z-index:2;margin-bottom:20px;overflow:visible;color:#777}.navbar-inner{min-height:40px;padding-right:20px;padding-left:20px;background-color:#fafafa;background-image:-moz-linear-gradient(top,#fff,#f2f2f2);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));background-image:-webkit-linear-gradient(top,#fff,#f2f2f2);background-image:-o-linear-gradient(top,#fff,#f2f2f2);background-image:linear-gradient(to bottom,#fff,#f2f2f2);background-repeat:repeat-x;border:1px solid #d4d4d4;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);*zoom:1;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.065);box-shadow:0 1px 4px rgba(0,0,0,0.065)}.navbar-inner:before,.navbar-inner:after{display:table;line-height:0;content:""}.navbar-inner:after{clear:both}.navbar .container{width:auto}.nav-collapse.collapse{height:auto}.navbar .brand{display:block;float:left;padding:10px 20px 10px;margin-left:-20px;font-size:20px;font-weight:200;color:#777;text-shadow:0 1px 0 #fff}.navbar .brand:hover{text-decoration:none}.navbar-text{margin-bottom:0;line-height:40px}.navbar-link{color:#777}.navbar-link:hover{color:#333}.navbar .divider-vertical{height:40px;margin:0 9px;border-right:1px solid #fff;border-left:1px solid #f2f2f2}.navbar .btn,.navbar .btn-group{margin-top:5px}.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn{margin-top:0}.navbar-form{margin-bottom:0;*zoom:1}.navbar-form:before,.navbar-form:after{display:table;line-height:0;content:""}.navbar-form:after{clear:both}.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top:5px}.navbar-form input,.navbar-form select,.navbar-form .btn{display:inline-block;margin-bottom:0}.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top:3px}.navbar-form .input-append,.navbar-form .input-prepend{margin-top:6px;white-space:nowrap}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top:0}.navbar-search{position:relative;float:left;margin-top:5px;margin-bottom:0}.navbar-search .search-query{padding:4px 14px;margin-bottom:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:1;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.navbar-static-top{position:static;width:100%;margin-bottom:0}.navbar-static-top .navbar-inner{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;margin-bottom:0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{border-width:0 0 1px}.navbar-fixed-bottom .navbar-inner{border-width:1px 0 0}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-right:0;padding-left:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.navbar-fixed-top{top:0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.1),0 1px 10px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.1),0 1px 10px rgba(0,0,0,0.1);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.1),0 1px 10px rgba(0,0,0,0.1)}.navbar-fixed-bottom{bottom:0}.navbar-fixed-bottom .navbar-inner{-webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1),0 -1px 10px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1),0 -1px 10px rgba(0,0,0,0.1);box-shadow:inset 0 1px 0 rgba(0,0,0,0.1),0 -1px 10px rgba(0,0,0,0.1)}.navbar .nav{position:relative;left:0;display:block;float:left;margin:0 10px 0 0}.navbar .nav.pull-right{float:right;margin-right:0}.navbar .nav>li{float:left}.navbar .nav>li>a{float:none;padding:10px 15px 10px;color:#777;text-decoration:none;text-shadow:0 1px 0 #fff}.navbar .nav .dropdown-toggle .caret{margin-top:8px}.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{color:#333;text-decoration:none;background-color:transparent}.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{color:#555;text-decoration:none;background-color:#e5e5e5;-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);-moz-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);box-shadow:inset 0 3px 8px rgba(0,0,0,0.125)}.navbar .btn-navbar{display:none;float:right;padding:7px 10px;margin-right:5px;margin-left:5px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#ededed;*background-color:#e5e5e5;background-image:-webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e5e5e5));background-image:-webkit-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:-o-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:linear-gradient(to bottom,#f2f2f2,#e5e5e5);background-image:-moz-linear-gradient(top,#f2f2f2,#e5e5e5);background-repeat:repeat-x;border-color:#e5e5e5 #e5e5e5 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}.navbar .btn-navbar:hover,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{color:#fff;background-color:#e5e5e5;*background-color:#d9d9d9}.navbar .btn-navbar:active,.navbar .btn-navbar.active{background-color:#ccc \9}.navbar .btn-navbar .icon-bar{display:block;width:18px;height:2px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25)}.btn-navbar .icon-bar+.icon-bar{margin-top:3px}.navbar .nav>li>.dropdown-menu:before{position:absolute;top:-7px;left:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}.navbar .nav>li>.dropdown-menu:after{position:absolute;top:-6px;left:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;content:''}.navbar-fixed-bottom .nav>li>.dropdown-menu:before{top:auto;bottom:-7px;border-top:7px solid #ccc;border-bottom:0;border-top-color:rgba(0,0,0,0.2)}.navbar-fixed-bottom .nav>li>.dropdown-menu:after{top:auto;bottom:-6px;border-top:6px solid #fff;border-bottom:0}.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{color:#555;background-color:#e5e5e5}.navbar .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#777;border-bottom-color:#777}.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar .pull-right>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-right:before{right:12px;left:auto}.navbar .pull-right>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-right:after{right:13px;left:auto}.navbar .pull-right>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu{right:100%;left:auto;margin-right:-1px;margin-left:0;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}.navbar-inverse{color:#999}.navbar-inverse .navbar-inner{background-color:#1b1b1b;background-image:-moz-linear-gradient(top,#222,#111);background-image:-webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));background-image:-webkit-linear-gradient(top,#222,#111);background-image:-o-linear-gradient(top,#222,#111);background-image:linear-gradient(to bottom,#222,#111);background-repeat:repeat-x;border-color:#252525;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)}.navbar-inverse .brand,.navbar-inverse .nav>li>a{color:#999;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover{color:#fff}.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus{color:#fff;background-color:#111}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .divider-vertical{border-right-color:#222;border-left-color:#111}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle{color:#fff;background-color:#111}.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-search .search-query{color:#fff;background-color:#515151;border-color:#111;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.navbar-inverse .navbar-search .search-query:-moz-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{padding:5px 15px;color:#333;text-shadow:0 1px 0 #fff;background-color:#fff;border:0;outline:0;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.15);-moz-box-shadow:0 0 3px rgba(0,0,0,0.15);box-shadow:0 0 3px rgba(0,0,0,0.15)}.navbar-inverse .btn-navbar{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e0e0e;*background-color:#040404;background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));background-image:-webkit-linear-gradient(top,#151515,#040404);background-image:-o-linear-gradient(top,#151515,#040404);background-image:linear-gradient(to bottom,#151515,#040404);background-image:-moz-linear-gradient(top,#151515,#040404);background-repeat:repeat-x;border-color:#040404 #040404 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false)}.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{color:#fff;background-color:#040404;*background-color:#000}.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active{background-color:#000 \9}.breadcrumb{padding:8px 15px;margin:0 0 20px;list-style:none;background-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.breadcrumb li{display:inline-block;*display:inline;text-shadow:0 1px 0 #fff;*zoom:1}.breadcrumb .divider{padding:0 5px;color:#ccc}.breadcrumb .active{color:#999}.pagination{height:40px;margin:20px 0}.pagination ul{display:inline-block;*display:inline;margin-bottom:0;margin-left:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;*zoom:1;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.pagination ul>li{display:inline}.pagination ul>li>a,.pagination ul>li>span{float:left;padding:0 14px;line-height:38px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-left-width:0}.pagination ul>li>a:hover,.pagination ul>.active>a,.pagination ul>.active>span{background-color:#f5f5f5}.pagination ul>.active>a,.pagination ul>.active>span{color:#999;cursor:default}.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover{color:#999;cursor:default;background-color:transparent}.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-left-width:1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.pagination-centered{text-align:center}.pagination-right{text-align:right}.pager{margin:20px 0;text-align:center;list-style:none;*zoom:1}.pager:before,.pager:after{display:table;line-height:0;content:""}.pager:after{clear:both}.pager li{display:inline}.pager a,.pager span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.pager a:hover{text-decoration:none;background-color:#f5f5f5}.pager .next a,.pager .next span{float:right}.pager .previous a{float:left}.pager .disabled a,.pager .disabled a:hover,.pager .disabled span{color:#999;cursor:default;background-color:#fff}.modal-open .modal .dropdown-menu{z-index:2050}.modal-open .modal .dropdown.open{*z-index:2050}.modal-open .modal .popover{z-index:2060}.modal-open .modal .tooltip{z-index:2080}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop,.modal-backdrop.fade.in{opacity:.8;filter:alpha(opacity=80)}.modal{position:fixed;top:50%;left:50%;z-index:1050;width:560px;margin:-250px 0 0 -280px;overflow:auto;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box}.modal.fade{top:-25%;-webkit-transition:opacity .3s linear,top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out;transition:opacity .3s linear,top .3s ease-out}.modal.fade.in{top:50%}.modal-header{padding:9px 15px;border-bottom:1px solid #eee}.modal-header .close{margin-top:2px}.modal-header h3{margin:0;line-height:30px}.modal-body{max-height:400px;padding:15px;overflow-y:auto}.modal-form{margin-bottom:0}.modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;*zoom:1;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff}.modal-footer:before,.modal-footer:after{display:table;line-height:0;content:""}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.tooltip{position:absolute;z-index:1030;display:block;padding:5px;font-size:11px;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.tooltip.top{margin-top:-3px}.tooltip.right{margin-left:3px}.tooltip.bottom{margin-top:3px}.tooltip.left{margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;width:236px;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.popover.top{margin-bottom:10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-right:10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover-content p,.popover-content ul,.popover-content ol{margin-bottom:0}.popover .arrow,.popover .arrow:after{position:absolute;display:inline-block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow:after{z-index:-1;content:""}.popover.top .arrow{bottom:-10px;left:50%;margin-left:-10px;border-top-color:#fff;border-width:10px 10px 0}.popover.top .arrow:after{bottom:-1px;left:-11px;border-top-color:rgba(0,0,0,0.25);border-width:11px 11px 0}.popover.right .arrow{top:50%;left:-10px;margin-top:-10px;border-right-color:#fff;border-width:10px 10px 10px 0}.popover.right .arrow:after{bottom:-11px;left:-1px;border-right-color:rgba(0,0,0,0.25);border-width:11px 11px 11px 0}.popover.bottom .arrow{top:-10px;left:50%;margin-left:-10px;border-bottom-color:#fff;border-width:0 10px 10px}.popover.bottom .arrow:after{top:-1px;left:-11px;border-bottom-color:rgba(0,0,0,0.25);border-width:0 11px 11px}.popover.left .arrow{top:50%;right:-10px;margin-top:-10px;border-left-color:#fff;border-width:10px 0 10px 10px}.popover.left .arrow:after{right:-1px;bottom:-11px;border-left-color:rgba(0,0,0,0.25);border-width:11px 0 11px 11px}.thumbnails{margin-left:-20px;list-style:none;*zoom:1}.thumbnails:before,.thumbnails:after{display:table;line-height:0;content:""}.thumbnails:after{clear:both}.row-fluid .thumbnails{margin-left:0}.thumbnails>li{float:left;margin-bottom:20px;margin-left:20px}.thumbnail{display:block;padding:4px;line-height:20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.055);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.055);box-shadow:0 1px 3px rgba(0,0,0,0.055);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}a.thumbnail:hover{border-color:#08c;-webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);-moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);box-shadow:0 1px 4px rgba(0,105,214,0.25)}.thumbnail>img{display:block;max-width:100%;margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#555}.label,.badge{font-size:11.844px;font-weight:bold;line-height:14px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);white-space:nowrap;vertical-align:baseline;background-color:#999}.label{padding:1px 4px 2px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge{padding:1px 9px 2px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}a.label:hover,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}.btn .label,.btn .badge{position:relative;top:-1px}.btn-mini .label,.btn-mini .badge{top:0}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress .bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top,#149bdf,#0480be);background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));background-image:-webkit-linear-gradient(top,#149bdf,#0480be);background-image:-o-linear-gradient(top,#149bdf,#0480be);background-image:linear-gradient(to bottom,#149bdf,#0480be);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width .6s ease;-moz-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress .bar+.bar{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15)}.progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px}.progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-danger .bar,.progress .bar-danger{background-color:#dd514c;background-image:-moz-linear-gradient(top,#ee5f5b,#c43c35);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));background-image:-webkit-linear-gradient(top,#ee5f5b,#c43c35);background-image:-o-linear-gradient(top,#ee5f5b,#c43c35);background-image:linear-gradient(to bottom,#ee5f5b,#c43c35);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffc43c35',GradientType=0)}.progress-danger.progress-striped .bar,.progress-striped .bar-danger{background-color:#ee5f5b;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-success .bar,.progress .bar-success{background-color:#5eb95e;background-image:-moz-linear-gradient(top,#62c462,#57a957);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));background-image:-webkit-linear-gradient(top,#62c462,#57a957);background-image:-o-linear-gradient(top,#62c462,#57a957);background-image:linear-gradient(to bottom,#62c462,#57a957);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff57a957',GradientType=0)}.progress-success.progress-striped .bar,.progress-striped .bar-success{background-color:#62c462;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-info .bar,.progress .bar-info{background-color:#4bb1cf;background-image:-moz-linear-gradient(top,#5bc0de,#339bb9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));background-image:-webkit-linear-gradient(top,#5bc0de,#339bb9);background-image:-o-linear-gradient(top,#5bc0de,#339bb9);background-image:linear-gradient(to bottom,#5bc0de,#339bb9);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff339bb9',GradientType=0)}.progress-info.progress-striped .bar,.progress-striped .bar-info{background-color:#5bc0de;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-warning .bar,.progress .bar-warning{background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0)}.progress-warning.progress-striped .bar,.progress-striped .bar-warning{background-color:#fbb450;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.accordion{margin-bottom:20px}.accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.accordion-heading{border-bottom:0}.accordion-heading .accordion-toggle{display:block;padding:8px 15px}.accordion-toggle{cursor:pointer}.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5}.carousel{position:relative;margin-bottom:20px;line-height:1}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel .item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-moz-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel .item>img{display:block;line-height:1}.carousel .active,.carousel .next,.carousel .prev{display:block}.carousel .active{left:0}.carousel .next,.carousel .prev{position:absolute;top:0;width:100%}.carousel .next{left:100%}.carousel .prev{left:-100%}.carousel .next.left,.carousel .prev.right{left:0}.carousel .active.left{left:-100%}.carousel .active.right{left:100%}.carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-align:center;background:#222;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;filter:alpha(opacity=50)}.carousel-control.right{right:15px;left:auto}.carousel-control:hover{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-caption{position:absolute;right:0;bottom:0;left:0;padding:15px;background:#333;background:rgba(0,0,0,0.75)}.carousel-caption h4,.carousel-caption p{line-height:20px;color:#fff}.carousel-caption h4{margin:0 0 5px}.carousel-caption p{margin-bottom:0}.hero-unit{padding:60px;margin-bottom:30px;background-color:#eee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;letter-spacing:-1px;color:inherit}.hero-unit p{font-size:18px;font-weight:200;line-height:30px;color:inherit}.pull-right{float:right}.pull-left{float:left}.hide{display:none}.show{display:block}.invisible{visibility:hidden}.affix{position:fixed}
(function(exports) {
/*
* d3.cartogram is a d3-friendly implementation of An Algorithm to Construct
* Continuous Area Cartograms:
*
* <http://chrisman.scg.ulaval.ca/G360/dougenik.pdf>
*
* It requires topojson to decode TopoJSON-encoded topologies:
*
* <http://github.com/mbostock/topojson/>
*
* Usage:
*
* var cartogram = d3.cartogram()
* .projection(d3.geo.albersUsa())
* .value(function(d) {
* return Math.random() * 100;
* });
* d3.json("path/to/topology.json", function(topology) {
* var features = cartogram(topology);
* d3.select("svg").selectAll("path")
* .data(features)
* .enter()
* .append("path")
* .attr("d", cartogram.path);
* });
*/
d3.cartogram = function() {
function carto(topology, geometries) {
// copy it first
topology = copy(topology);
// objects are projected into screen coordinates
var projectGeometry = projector(projection);
// project the arcs into screen space
var tf = transformer(topology.transform),
projectedArcs = topology.arcs.map(function(arc) {
var x = 0, y = 0;
return arc.map(function(coord) {
coord[0] = (x += coord[0]);
coord[1] = (y += coord[1]);
return projection(tf(coord));
});
});
// path with identity projection
var path = d3.geo.path()
.projection(ident);
var objects = object(projectedArcs, {type: "GeometryCollection", geometries: geometries})
.geometries.map(function(geom) {
return {
type: "Feature",
id: geom.id,
properties: properties.call(null, geom, topology),
geometry: geom
};
});
var values = objects.map(value),
totalValue = sum(values);
// no iterations; just return the features
if (iterations <= 0) {
return objects;
}
var i = 0,
targetSizeError = 1;
while (i++ < iterations) {
var areas = objects.map(path.area),
totalArea = sum(areas),
sizeErrors = [],
meta = objects.map(function(o, j) {
var area = Math.abs(areas[j]), // XXX: why do we have negative areas?
v = +values[j],
desired = totalArea * v / totalValue,
radius = Math.sqrt(area / Math.PI),
mass = Math.sqrt(desired / Math.PI) - radius,
sizeError = Math.max(area, desired) / Math.min(area, desired);
sizeErrors.push(sizeError);
// console.log(o.id, "@", j, "area:", area, "value:", v, "->", desired, radius, mass, sizeError);
return {
id: o.id,
area: area,
centroid: path.centroid(o),
value: v,
desired: desired,
radius: radius,
mass: mass,
sizeError: sizeError
};
});
var sizeError = mean(sizeErrors),
forceReductionFactor = 1 / (1 + sizeError);
// console.log("meta:", meta);
// console.log(" total area:", totalArea);
// console.log(" force reduction factor:", forceReductionFactor, "mean error:", sizeError);
projectedArcs.forEach(function(arc) {
arc.forEach(function(coord) {
// create an array of vectors: [x, y]
var vectors = meta.map(function(d) {
var centroid = d.centroid,
mass = d.mass,
radius = d.radius,
theta = angle(centroid, coord),
dist = distance(centroid, coord),
Fij = (dist > radius)
? mass * radius / dist
: mass *
(Math.pow(dist, 2) / Math.pow(radius, 2)) *
(4 - 3 * dist / radius);
return [
Fij * Math.cos(theta),
Fij * Math.sin(theta)
];
});
// using Fij and angles, calculate vector sum
var delta = vectors.reduce(function(a, b) {
return [
a[0] + b[0],
a[1] + b[1]
];
}, [0, 0]);
delta[0] *= forceReductionFactor;
delta[1] *= forceReductionFactor;
coord[0] += delta[0];
coord[1] += delta[1];
});
});
// break if we hit the target size error
if (sizeError <= targetSizeError) break;
}
return {
features: objects,
arcs: projectedArcs
};
}
var iterations = 8,
projection = d3.geo.albers(),
properties = function(id) {
return {};
},
value = function(d) {
return 1;
};
// for convenience
carto.path = d3.geo.path()
.projection(ident);
carto.iterations = function(i) {
if (arguments.length) {
iterations = i;
return carto;
} else {
return iterations;
}
};
carto.value = function(v) {
if (arguments.length) {
value = d3.functor(v);
return carto;
} else {
return value;
}
};
carto.projection = function(p) {
if (arguments.length) {
projection = p;
return carto;
} else {
return projection;
}
};
carto.feature = function(topology, geom) {
return {
type: "Feature",
id: geom.id,
properties: properties.call(null, geom, topology),
geometry: {
type: geom.type,
coordinates: topojson.object(topology, geom).coordinates
}
};
};
carto.features = function(topo, geometries) {
return geometries.map(function(f) {
return carto.feature(topo, f);
});
};
carto.properties = function(props) {
if (arguments.length) {
properties = d3.functor(props);
return carto;
} else {
return properties;
}
};
return carto;
};
var transformer = d3.cartogram.transformer = function(tf) {
var kx = tf.scale[0],
ky = tf.scale[1],
dx = tf.translate[0],
dy = tf.translate[1];
function transform(c) {
return [c[0] * kx + dx, c[1] * ky + dy];
}
transform.invert = function(c) {
return [(c[0] - dx) / kx, (c[1]- dy) / ky];
};
return transform;
};
function sum(numbers) {
var total = 0;
for (var i = numbers.length - 1; i-- > 0;) {
total += numbers[i];
}
return total;
}
function mean(numbers) {
return sum(numbers) / numbers.length;
}
function angle(a, b) {
return Math.atan2(b[1] - a[1], b[0] - a[0]);
}
function distance(a, b) {
var dx = b[0] - a[0],
dy = b[1] - a[1];
return Math.sqrt(dx * dx + dy * dy);
}
function projector(proj) {
var types = {
Point: proj,
LineString: function(coords) {
return coords.map(proj);
},
MultiLineString: function(arcs) {
return arcs.map(types.LineString);
},
Polygon: function(rings) {
return rings.map(types.LineString);
},
MultiPolygon: function(rings) {
return rings.map(types.Polygon);
}
};
return function(geom) {
return types[geom.type](geom.coordinates);
};
}
// identity projection
function ident(c) {
return c;
}
function copy(o) {
return (o instanceof Array)
? o.map(copy)
: (typeof o === "string" || typeof o === "number")
? o
: copyObject(o);
}
function copyObject(o) {
var obj = {};
for (var k in o) obj[k] = copy(o[k]);
return obj;
}
function object(arcs, o) {
function arc(i, points) {
if (points.length) points.pop();
for (var a = arcs[i < 0 ? ~i : i], k = 0, n = a.length; k < n; ++k) {
points.push(a[k]);
}
if (i < 0) reverse(points, n);
}
function line(arcs) {
var points = [];
for (var i = 0, n = arcs.length; i < n; ++i) arc(arcs[i], points);
return points;
}
function polygon(arcs) {
return arcs.map(line);
}
function geometry(o) {
o = Object.create(o);
o.coordinates = geometryType[o.type](o.arcs);
return o;
}
var geometryType = {
LineString: line,
MultiLineString: polygon,
Polygon: polygon,
MultiPolygon: function(arcs) { return arcs.map(polygon); }
};
return o.type === "GeometryCollection"
? (o = Object.create(o), o.geometries = o.geometries.map(geometry), o)
: geometry(o);
}
function reverse(array, n) {
var t, j = array.length, i = j - n; while (i < --j) t = array[i], array[i++] = array[j], array[j] = t;
}
})(this);
CHARSET="ANSI";
AXIS-VERSION="2006";
CREATION-DATE="2013/2/8 00:46";
DECIMALS=6;
SHOWDECIMALS=0;
MATRIX="CS0201A1A";
SUBJECT-AREA="縣市重要統計指標";
SUBJECT-CODE="CS";
DESCRIPTION="【改制後】縣市人口概況重要統計指標";
TITLE="【改制後】縣市人口概況重要統計指標 依 指標, 期間 與 縣市";
CONTENTS="【改制後】縣市人口概況重要統計指標";
UNITS=" 請看項目";
STUB="指標","期間";
HEADING="縣市";
VALUES("指標")=" 戶籍登記戶數"," 戶籍登記戶量"," 戶籍登記人口數"," 0-14歲人口數"," 15-64歲人口數"," 65歲以上人口數",
" 幼年人口比率(0-14歲)"," 青壯年人口比率(15-64歲)"," 老年人口比率(65歲以上)"," 扶養比"," 老化指數",
" 男性人口"," 女性人口"," 性比例"," 出生登記數"," 死亡登記數"," 粗出生率"," 粗死亡率"," 自然增加率"," 遷入人口數",
" 遷出人口數"," 社會增加率"," 人口增加率"," 人口密度"," 15-49婦女人口數"," 婚生出生登記數"," 非婚生出生登記數",
" 棄嬰或無依兒童數"," 婚生嬰兒占出生嬰兒比率"," 非婚生嬰兒占出生嬰兒比率"," 棄嬰或無依兒童占出生嬰兒比率",
" 一般生育率"," 結婚登記對數"," 離婚登記對數"," 粗結婚率"," 粗離婚率"," 15歲以上未婚人口數"," 15歲以上有偶人口數",
" 15歲以上離婚人口數"," 15歲以上喪偶人口數"," 15歲以上人口未婚比率"," 15歲以上人口有偶比率"," 15歲以上人口喪偶比率",
" 15歲以上人口離婚比率"," 0歲人口數"," 1歲人口數"," 2歲人口數"," 3歲人口數"," 4歲人口數"," 5歲人口數",
" 6歲人口數"," 7歲人口數"," 8歲人口數"," 9歲人口數"," 10歲人口數"," 11歲人口數"," 12歲人口數"," 13歲人口數",
" 14歲人口數"," 15歲人口數"," 16歲人口數"," 17歲人口數"," 18歲人口數"," 19歲人口數"," 20歲人口數"," 21歲人口數",
" 22歲人口數"," 23歲人口數"," 24歲人口數"," 25歲人口數"," 26歲人口數"," 27歲人口數"," 28歲人口數"," 29歲人口數",
" 30歲人口數"," 31歲人口數"," 32歲人口數"," 33歲人口數"," 34歲人口數"," 35歲人口數"," 36歲人口數"," 37歲人口數",
" 38歲人口數"," 39歲人口數"," 40歲人口數"," 41歲人口數"," 42歲人口數"," 43歲人口數"," 44歲人口數"," 45歲人口數",
" 46歲人口數"," 47歲人口數"," 48歲人口數"," 49歲人口數"," 50歲人口數"," 51歲人口數"," 52歲人口數"," 53歲人口數",
" 54歲人口數"," 55歲人口數"," 56歲人口數"," 57歲人口數"," 58歲人口數"," 59歲人口數"," 60歲人口數"," 61歲人口數",
" 62歲人口數"," 63歲人口數"," 64歲人口數"," 65歲人口數"," 66歲人口數"," 67歲人口數"," 68歲人口數"," 69歲人口數",
" 70歲人口數"," 71歲人口數"," 72歲人口數"," 73歲人口數"," 74歲人口數"," 75歲人口數"," 76歲人口數"," 77歲人口數",
" 78歲人口數"," 79歲人口數"," 80歲人口數"," 81歲人口數"," 82歲人口數"," 83歲人口數"," 84歲人口數"," 85歲人口數",
" 86歲人口數"," 87歲人口數"," 88歲人口數"," 89歲人口數"," 90歲人口數"," 91歲人口數"," 92歲人口數"," 93歲人口數",
" 94歲人口數"," 95歲人口數"," 96歲人口數"," 97歲人口數"," 98歲人口數"," 99歲人口數"," 100歲以上人口數";
VALUES("期間")="1998","1999","2000","2001","2002","2003","2004","2005","2006","2007","2008","2009","2010","2011";
VALUES("縣市")=" 總計"," 臺灣地區"," 新北市"," 臺北市"," 臺中市"," 臺南市"," 高雄市"," 宜蘭縣"," 桃園縣"," 新竹縣"," 苗栗縣",
" 彰化縣"," 南投縣"," 雲林縣"," 嘉義縣"," 屏東縣"," 臺東縣"," 花蓮縣"," 澎湖縣"," 基隆市"," 新竹市"," 嘉義市"," 金門縣",
" 連江縣";
PRECISION("指標"," 戶籍登記戶量")=2;
PRECISION("指標"," 幼年人口比率(0-14歲)")=2;
PRECISION("指標"," 青壯年人口比率(15-64歲)")=2;
PRECISION("指標"," 老年人口比率(65歲以上)")=2;
PRECISION("指標"," 扶養比")=2;
PRECISION("指標"," 老化指數")=2;
PRECISION("指標"," 性比例")=2;
PRECISION("指標"," 粗出生率")=2;
PRECISION("指標"," 粗死亡率")=2;
PRECISION("指標"," 自然增加率")=2;
PRECISION("指標"," 社會增加率")=2;
PRECISION("指標"," 人口增加率")=2;
PRECISION("指標"," 人口密度")=2;
PRECISION("指標"," 婚生嬰兒占出生嬰兒比率")=2;
PRECISION("指標"," 非婚生嬰兒占出生嬰兒比率")=2;
PRECISION("指標"," 棄嬰或無依兒童占出生嬰兒比率")=2;
PRECISION("指標"," 一般生育率")=2;
PRECISION("指標"," 粗結婚率")=2;
PRECISION("指標"," 粗離婚率")=2;
PRECISION("指標"," 15歲以上人口未婚比率")=2;
PRECISION("指標"," 15歲以上人口有偶比率")=2;
PRECISION("指標"," 15歲以上人口喪偶比率")=2;
PRECISION("指標"," 15歲以上人口離婚比率")=2;
NOTE="------------------------------#"
"指標項:"
"戶籍登記戶數:(戶)#"
"定義:於統計標準日之戶籍登記戶數。#"
"------------------------------#"
"指標項:"
"戶籍登記戶量:(人戶)#"
"定義:每戶平均人口數。#"
"公式:(戶籍登記人口數戶籍登記戶數)#"
"------------------------------#"
"指標項:"
"戶籍登記人口數:(人)#"
"定義:指在某地區設有戶籍之中華民國國民,於統計標準日不論其是否住在戶內,均#"
" 為該地區之人口數。#"
"------------------------------#"
"指標項:"
"0-14歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為0-14歲人口數。#"
"------------------------------#"
"指標項:"
"15-64歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為15-64歲人口數。#"
"------------------------------#"
"指標項:"
"65歲以上人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為65歲以上人口數。#"
"------------------------------#"
"指標項:"
"幼年人口比率(0-14歲):(%)#"
"定義:指0-14歲的人口占總人口之百分比。#"
"公式:(0-14歲人口數戶籍登記人口數)*100#"
"------------------------------#"
"指標項:"
"青壯年人口比率(15-64歲):(%)#"
"定義:指15-64歲的人口占總人口之百分比。#"
"公式:(15-64歲人口數戶籍登記人口數)*100#"
"------------------------------#"
"指標項:"
"老年人口比率(65歲以上):(%)#"
"定義:年齡65歲以上的人口占總人口比率。#"
"公式:(65歲以上人口數戶籍登記人口數)*100#"
"------------------------------#"
"指標項:"
"扶養比:(%)#"
"定義:依賴人口對工作年齡人口扶養負擔的一種簡略測度。#"
"公式:[(0-14歲人口數+65歲以上人口數)15-64歲人口數]*10#"
" 0#"
"------------------------------#"
"指標項:"
"老化指數:(%)#"
"定義:衡量一地區人口老化程度之指標。#"
"公式:(65歲以上人口數0-14歲人口數)*100#"
"------------------------------#"
"指標項:"
"男性人口:(人)#"
"定義:戶籍當年底男性登記人口數。#"
"------------------------------#"
"指標項:"
"女性人口:(人)#"
"定義:戶籍當年底女性登記人口數。#"
"------------------------------#"
"指標項:"
"性比例:(女=100)#"
"定義:男性人口對女性人口的比例,即每百女子所當男子數。#"
"公式:(男性人口女性人口)*100#"
"------------------------------#"
"指標項:"
"出生登記數:(人)#"
"定義:戶籍當年出生登記人口數。#"
"------------------------------#"
"指標項:"
"死亡登記數:(人)#"
"定義:戶籍當年死亡登記人口數。#"
"------------------------------#"
"指標項:"
"粗出生率:(0/00)#"
"定義:每千人中出生人口之比率。#"
"公式:(出生登記數年中人口數)*1,000#"
"------------------------------#"
"指標項:"
"粗死亡率:(0/00)#"
"定義:每千人中死亡人口之比率。#"
"公式:(死亡登記人數年中人口數)*1,000#"
"------------------------------#"
"指標項:"
"自然增加率:(0/00)#"
"定義:自然增加數對年中人口數的比率,即粗出生率與粗死亡率之差。#"
"公式:(出生登記數-死亡登記人數)年中人口數*1,000#"
"------------------------------#"
"指標項:"
"遷入人口數:(人)#"
"定義:戶籍遷入登記人口數(不含住址變更之遷入人數)。#"
"------------------------------#"
"指標項:"
"遷出人口數:(人)#"
"定義:戶籍遷出登記人口數(不含住址變更之遷出人數)。#"
"------------------------------#"
"指標項:"
"社會增加率:(0/00)#"
"定義:社會增加數對年中人口數的比率,即遷入率減遷出率之差(含住址變更數)。#"
"公式:[(遷入人口數-遷出人口數)年中人口數]*1,000#"
"------------------------------#"
"指標項:"
"人口增加率:(0/00)#"
"定義:某一特定期間人口增加數對前期人口數之比率,又稱人口成長率。#"
"公式:((本年底人口數上年底人口數)-1)*1,000#"
"------------------------------#"
"指標項:"
"人口密度:(人平方公里)#"
"定義:平均每一平方公里之人口數。#"
"公式:(戶籍登記人口數土地面積)#"
"------------------------------#"
"指標項:"
"15-49婦女人口數:(人)#"
"定義:戶籍登記15-49婦女人口數。#"
"------------------------------#"
"指標項:"
"婚生出生登記數:(人)#"
"定義:戶籍出生登記當年胎兒由合法婚姻關係受胎而生產出生數#"
"------------------------------#"
"指標項:"
"非婚生出生登記數:(人)#"
"定義:戶籍出生登記當年胎兒非由合法婚姻關係受胎而生產出生數#"
"------------------------------#"
"指標項:"
"棄嬰或無依兒童數:(人)#"
"定義:胎兒出生後即被其父母所遺棄,經由他人發現,並經發現人或留養人申辦出生#"
" 登記出生數#"
"------------------------------#"
"指標項:"
"婚生嬰兒占出生嬰兒比率:(%)#"
"定義:指婚生嬰兒數占出生登記數之百分比。#"
"公式:(婚生出生登記數出生登記數)*100#"
"●出生登記數(人)#"
" 戶籍當年出生登記人口數。(資料來源:內政部)#"
"●婚生出生登記數(人)#"
" 戶籍出生登記當年胎兒由合法婚姻關係受胎而生產出生數(資料來源:內政部)#"
"------------------------------#"
"指標項:"
"非婚生嬰兒占出生嬰兒比率:(%)#"
"定義:指非婚生嬰兒數占嬰兒出生數之百分比。#"
"公式:(非婚生出生登記數出生登記數)*100#"
"------------------------------#"
"指標項:"
"棄嬰或無依兒童占出生嬰兒比率:(%)#"
"定義:指棄嬰或無依兒童占出生登記數之百分比。#"
"公式:(棄嬰或無依兒童數出生登記數)*100#"
"●出生登記數(人)#"
" 戶籍當年出生登記人口數。(資料來源:內政部)#"
"●棄嬰或無依兒童數(人)#"
" 胎兒出生後即被其父母所遺棄,經由他人發現,並經發現人或留養人申辦出生#"
" 登記出生數(資料來源:內政部)#"
"------------------------------#"
"指標項:"
"一般生育率:(0/00)#"
"定義:每千個育齡婦女(15-49歲)平均每年生育的子女數。#"
"公式:(出生登記數15-49歲婦女年中人口數)*1,000#"
"------------------------------#"
"指標項:"
"結婚登記對數:(對)#"
"定義:當年戶籍結婚登記對數。#"
"------------------------------#"
"指標項:"
"離婚登記對數:(對)#"
"定義:當年戶籍離婚登記對數。#"
"------------------------------#"
"指標項:"
"粗結婚率:(0/00)#"
"定義:指某一特定期間之結婚對數對同一期間期中總人口之千分比。#"
"公式:(結婚登記對數年中人口數)*1,000#"
"------------------------------#"
"指標項:"
"粗離婚率:(0/00)#"
"定義:指某一特定期間之離婚對數對同一期間期中總人口之千分比。#"
"公式:(離婚登記對數年中人口數)*1,000#"
"------------------------------#"
"指標項:"
"15歲以上未婚人口數:(人)#"
"定義:戶籍登記當年底15歲以上未婚人口數#"
"------------------------------#"
"指標項:"
"15歲以上有偶人口數:(人)#"
"定義:戶籍登記當年底15歲以上有偶人口數。#"
"------------------------------#"
"指標項:"
"15歲以上離婚人口數:(人)#"
"定義:戶籍登記當年底15歲以上離婚人口數。#"
"------------------------------#"
"指標項:"
"15歲以上喪偶人口數:(人)#"
"定義:戶籍登記當年底15歲以上喪偶人口數。#"
"------------------------------#"
"指標項:"
"15歲以上人口未婚比率:(%)#"
"定義:指15歲以上未婚人口占15歲以上人口之百分比。#"
"公式:(15歲以上未婚人口數15歲以上人口數)*100#"
"註記:15歲以上人口數=15-64歲人口數+65歲以上人口數#"
"------------------------------#"
"指標項:"
"15歲以上人口有偶比率:(%)#"
"定義:指15歲以上有偶人口占15歲以上人口之百分比。#"
"公式:(15歲以上有偶人口數15歲以上人口數)*100#"
"註記:15歲以上人口數=15-64歲人口數+65歲以上人口數#"
"------------------------------#"
"指標項:"
"15歲以上人口喪偶比率:(%)#"
"定義:指15歲以上喪偶人口占15歲以上人口之百分比。#"
"公式:(15歲以上喪偶人口數15歲以上人口數)*100#"
"註記:15歲以上人口數=15-64歲人口數+65歲以上人口數#"
"------------------------------#"
"指標項:"
"15歲以上人口離婚比率:(%)#"
"定義:指15歲以上離婚人口占15歲以上人口之百分比。#"
"公式:(15歲以上離婚人口數15歲以上人口數)*100#"
"註記:15歲以上人口數=15-64歲人口數+65歲以上人口數#"
"------------------------------#"
"指標項:"
"0歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為0歲人口數。#"
"------------------------------#"
"指標項:"
"1歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為1歲人口數。#"
"------------------------------#"
"指標項:"
"2歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為2歲人口數。#"
"------------------------------#"
"指標項:"
"3歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為3歲人口數。#"
"------------------------------#"
"指標項:"
"4歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為4歲人口數。#"
"------------------------------#"
"指標項:"
"5歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為5歲人口數。#"
"------------------------------#"
"指標項:"
"6歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為6歲人口數。#"
"------------------------------#"
"指標項:"
"7歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為7歲人口數。#"
"------------------------------#"
"指標項:"
"8歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為8歲人口數。#"
"------------------------------#"
"指標項:"
"9歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為9歲人口數。#"
"------------------------------#"
"指標項:"
"10歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為10歲人口數。#"
"------------------------------#"
"指標項:"
"11歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為11歲人口數。#"
"------------------------------#"
"指標項:"
"12歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為12歲人口數。#"
"------------------------------#"
"指標項:"
"13歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為13歲人口數。#"
"------------------------------#"
"指標項:"
"14歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為14歲人口數。#"
"------------------------------#"
"指標項:"
"15歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為15歲人口數。#"
"------------------------------#"
"指標項:"
"16歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為16歲人口數。#"
"------------------------------#"
"指標項:"
"17歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為17歲人口數。#"
"------------------------------#"
"指標項:"
"18歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為18歲人口數。#"
"------------------------------#"
"指標項:"
"19歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為19歲人口數。#"
"------------------------------#"
"指標項:"
"20歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為20歲人口數。#"
"------------------------------#"
"指標項:"
"21歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為21歲人口數。#"
"------------------------------#"
"指標項:"
"22歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為22歲人口數。#"
"------------------------------#"
"指標項:"
"23歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為23歲人口數。#"
"------------------------------#"
"指標項:"
"24歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為24歲人口數。#"
"------------------------------#"
"指標項:"
"25歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為25歲人口數。#"
"------------------------------#"
"指標項:"
"26歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為26歲人口數。#"
"------------------------------#"
"指標項:"
"27歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為27歲人口數。#"
"------------------------------#"
"指標項:"
"28歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為28歲人口數。#"
"------------------------------#"
"指標項:"
"29歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為29歲人口數。#"
"------------------------------#"
"指標項:"
"30歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為30歲人口數。#"
"------------------------------#"
"指標項:"
"31歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為31歲人口數。#"
"------------------------------#"
"指標項:"
"32歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為32歲人口數。#"
"------------------------------#"
"指標項:"
"33歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為33歲人口數。#"
"------------------------------#"
"指標項:"
"34歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為34歲人口數。#"
"------------------------------#"
"指標項:"
"35歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為35歲人口數。#"
"------------------------------#"
"指標項:"
"36歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為36歲人口數。#"
"------------------------------#"
"指標項:"
"37歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為37歲人口數。#"
"------------------------------#"
"指標項:"
"38歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為38歲人口數。#"
"------------------------------#"
"指標項:"
"39歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為39歲人口數。#"
"------------------------------#"
"指標項:"
"40歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為40歲人口數。#"
"------------------------------#"
"指標項:"
"41歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為41歲人口數。#"
"------------------------------#"
"指標項:"
"42歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為42歲人口數。#"
"------------------------------#"
"指標項:"
"43歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為43歲人口數。#"
"------------------------------#"
"指標項:"
"44歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為44歲人口數。#"
"------------------------------#"
"指標項:"
"45歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為45歲人口數。#"
"------------------------------#"
"指標項:"
"46歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為46歲人口數。#"
"------------------------------#"
"指標項:"
"47歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為47歲人口數。#"
"------------------------------#"
"指標項:"
"48歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為48歲人口數。#"
"------------------------------#"
"指標項:"
"49歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為49歲人口數。#"
"------------------------------#"
"指標項:"
"50歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為50歲人口數。#"
"------------------------------#"
"指標項:"
"51歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為51歲人口數。#"
"------------------------------#"
"指標項:"
"52歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為52歲人口數。#"
"------------------------------#"
"指標項:"
"53歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為53歲人口數。#"
"------------------------------#"
"指標項:"
"54歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為54歲人口數。#"
"------------------------------#"
"指標項:"
"55歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為55歲人口數。#"
"------------------------------#"
"指標項:"
"56歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為56歲人口數。#"
"------------------------------#"
"指標項:"
"57歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為57歲人口數。#"
"------------------------------#"
"指標項:"
"58歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為58歲人口數。#"
"------------------------------#"
"指標項:"
"59歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為59歲人口數。#"
"------------------------------#"
"指標項:"
"60歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為60歲人口數。#"
"------------------------------#"
"指標項:"
"61歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為61歲人口數。#"
"------------------------------#"
"指標項:"
"62歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為62歲人口數。#"
"------------------------------#"
"指標項:"
"63歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為63歲人口數。#"
"------------------------------#"
"指標項:"
"64歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為64歲人口數。#"
"------------------------------#"
"指標項:"
"65歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為65歲人口數。#"
"------------------------------#"
"指標項:"
"66歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為66歲人口數。#"
"------------------------------#"
"指標項:"
"67歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為67歲人口數。#"
"------------------------------#"
"指標項:"
"68歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為68歲人口數。#"
"------------------------------#"
"指標項:"
"69歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為69歲人口數。#"
"------------------------------#"
"指標項:"
"70歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為70歲人口數。#"
"------------------------------#"
"指標項:"
"71歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為71歲人口數。#"
"------------------------------#"
"指標項:"
"72歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為72歲人口數。#"
"------------------------------#"
"指標項:"
"73歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為73歲人口數。#"
"------------------------------#"
"指標項:"
"74歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為74歲人口數。#"
"------------------------------#"
"指標項:"
"75歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為75歲人口數。#"
"------------------------------#"
"指標項:"
"76歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為76歲人口數。#"
"------------------------------#"
"指標項:"
"77歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為77歲人口數。#"
"------------------------------#"
"指標項:"
"78歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為78歲人口數。#"
"------------------------------#"
"指標項:"
"79歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為79歲人口數。#"
"------------------------------#"
"指標項:"
"80歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為80歲人口數。#"
"------------------------------#"
"指標項:"
"81歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為81歲人口數。#"
"------------------------------#"
"指標項:"
"82歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為82歲人口數。#"
"------------------------------#"
"指標項:"
"83歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為83歲人口數。#"
"------------------------------#"
"指標項:"
"84歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為84歲人口數。#"
"------------------------------#"
"指標項:"
"85歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為85歲人口數。#"
"------------------------------#"
"指標項:"
"86歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為86歲人口數。#"
"------------------------------#"
"指標項:"
"87歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為87歲人口數。#"
"------------------------------#"
"指標項:"
"88歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為88歲人口數。#"
"------------------------------#"
"指標項:"
"89歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為89歲人口數。#"
"------------------------------#"
"指標項:"
"90歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為90歲人口數。#"
"------------------------------#"
"指標項:"
"91歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為91歲人口數。#"
"------------------------------#"
"指標項:"
"92歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為92歲人口數。#"
"------------------------------#"
"指標項:"
"93歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為93歲人口數。#"
"------------------------------#"
"指標項:"
"94歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為94歲人口數。#"
"------------------------------#"
"指標項:"
"95歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為95歲人口數。#"
"------------------------------#"
"指標項:"
"96歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為96歲人口數。#"
"------------------------------#"
"指標項:"
"97歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為97歲人口數。#"
"------------------------------#"
"指標項:"
"98歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為98歲人口數。#"
"------------------------------#"
"指標項:"
"99歲人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為99歲人口數。#"
"------------------------------#"
"指標項:"
"100歲以上人口數:(人)#"
"定義:於統計標準日戶籍登記實足年齡為100歲以上人口數。#";
DATA=
6369768.000000 6350613.000000 1062767.000000 869803.000000 664814.000000 532961.000000 833937.000000 127466.000000 466035.000000 108693.000000 139847.000000 307039.000000 144576.000000 194350.000000 149989.000000 242344.000000 71301.000000 102938.000000 26722.000000 122729.000000 104929.000000 77373.000000 17664.000000 1491.000000 6532466.000000 6513324.000000 1102154.000000 879156.000000 685612.000000 544245.000000 856360.000000 130059.000000 486834.000000 112499.000000 142936.000000 313063.000000 147687.000000 196518.000000 152102.000000 245946.000000 72176.000000 104799.000000 27095.000000 126574.000000 109086.000000 78423.000000 17644.000000 1498.000000 6681685.000000 6662192.000000 1136300.000000 888560.000000 704248.000000 554569.000000 874986.000000 133143.000000 505296.000000 116042.000000 146167.000000 318950.000000 150807.000000 200473.000000 155269.000000 248893.000000 72974.000000 106472.000000 27643.000000 129497.000000 112187.000000 79716.000000 17985.000000 1508.000000 6802281.000000 6782168.000000 1164418.000000 894763.000000 719815.000000 562328.000000 888952.000000 134568.000000 521200.000000 119426.000000 148648.000000 323331.000000 153265.000000 203751.000000 157448.000000 251733.000000 73766.000000 107869.000000 28260.000000 132196.000000 115169.000000 81262.000000 18542.000000 1571.000000 6925019.000000 6904466.000000 1190778.000000 906988.000000 733821.000000 570162.000000 905954.000000 135914.000000 537659.000000 123262.000000 150845.000000 327530.000000 155312.000000 205823.000000 158808.000000 253884.000000 74353.000000 109231.000000 28658.000000 134470.000000 118570.000000 82444.000000 18941.000000 1612.000000 7047168.000000 7026158.000000 1218070.000000 914716.000000 748950.000000 578945.000000 920756.000000 137921.000000 554589.000000 127128.000000 153177.000000 332044.000000 157341.000000 207921.000000 160342.000000 256850.000000 75400.000000 110985.000000 28968.000000 136642.000000 120984.000000 84429.000000 19335.000000 1675.000000 7179943.000000 7152245.000000 1242808.000000 923325.000000 762623.000000 588536.000000 936053.000000 141006.000000 573817.000000 132120.000000 155816.000000 336670.000000 159162.000000 210843.000000 162699.000000 259953.000000 76486.000000 112948.000000 29301.000000 138572.000000 123246.000000 86261.000000 25955.000000 1743.000000 7292879.000000 7263739.000000 1263427.000000 933110.000000 776224.000000 595990.000000 949121.000000 142776.000000 590044.000000 137804.000000 157967.000000 340358.000000 160853.000000 213216.000000 164911.000000 263018.000000 77116.000000 114230.000000 29713.000000 140026.000000 125824.000000 88011.000000 27321.000000 1819.000000 7394758.000000 7364396.000000 1281925.000000 941317.000000 789465.000000 601972.000000 961640.000000 144669.000000 605144.000000 143102.000000 160455.000000 344076.000000 162339.000000 215893.000000 166879.000000 264815.000000 77440.000000 115378.000000 29955.000000 140816.000000 127731.000000 89385.000000 28485.000000 1877.000000 7512449.000000 7481207.000000 1308848.000000 947745.000000 804426.000000 610145.000000 975906.000000 146924.000000 619870.000000 147635.000000 163163.000000 348265.000000 164152.000000 218962.000000 168916.000000 266942.000000 77892.000000 116766.000000 30525.000000 142640.000000 130420.000000 91065.000000 29315.000000 1927.000000 7655772.000000 7623793.000000 1340465.000000 958433.000000 820600.000000 620634.000000 991717.000000 149839.000000 637071.000000 152886.000000 166760.000000 353763.000000 166790.000000 223534.000000 171645.000000 269755.000000 78693.000000 118433.000000 31468.000000 144212.000000 133957.000000 93138.000000 29999.000000 1980.000000 7805834.000000 7772091.000000 1375268.000000 969418.000000 837042.000000 631886.000000 1007751.000000 151942.000000 654106.000000 157821.000000 170104.000000 359341.000000 169274.000000 227121.000000 174312.000000 274745.000000 79756.000000 119916.000000 33134.000000 146136.000000 138505.000000 94513.000000 31688.000000 2055.000000 7937024.000000 7902440.000000 1405348.000000 983237.000000 852788.000000 640132.000000 1022493.000000 154021.000000 673477.000000 161237.000000 172725.000000 363424.000000 170693.000000 229669.000000 176398.000000 276889.000000 80411.000000 120903.000000 34199.000000 147187.000000 142057.000000 95152.000000 32471.000000 2113.000000 8057761.000000 8021749.000000 1431791.000000 999879.000000 867854.000000 648283.000000 1035012.000000 156356.000000 686273.000000 165495.000000 175305.000000 367801.000000 172262.000000 231594.000000 177906.000000 278703.000000 80840.000000 121833.000000 35031.000000 147971.000000 145517.000000 96043.000000 33816.000000 2196.000000 3.440000 3.440000 3.260000 3.040000 3.590000 3.420000 3.220000 3.650000 3.540000 3.940000 4.000000 4.240000 3.780000 3.850000 3.770000 3.760000 3.510000 3.460000 3.350000 3.110000 3.400000 3.400000 2.890000 4.460000 3.380000 3.380000 3.190000 3.000000 3.530000 3.370000 3.160000 3.580000 3.470000 3.860000 3.920000 4.170000 3.680000 3.800000 3.700000 3.700000 3.430000 3.390000 3.290000 3.040000 3.320000 3.380000 2.930000 4.380000 3.330000 3.330000 3.140000 2.980000 3.490000 3.320000 3.110000 3.490000 3.430000 3.790000 3.830000 4.110000 3.590000 3.710000 3.620000 3.650000 3.360000 3.320000 3.240000 3.000000 3.280000 3.340000 2.990000 4.460000 3.290000 3.290000 3.100000 2.940000 3.450000 3.290000 3.070000 3.460000 3.380000 3.740000 3.770000 4.060000 3.540000 3.650000 3.580000 3.610000 3.320000 3.270000 3.260000 2.960000 3.240000 3.300000 3.070000 5.630000 3.250000 3.250000 3.060000 2.910000 3.420000 3.250000 3.030000 3.410000 3.330000 3.670000 3.720000 4.020000 3.490000 3.610000 3.540000 3.570000 3.280000 3.220000 3.230000 2.910000 3.190000 3.250000 3.110000 5.440000 3.210000 3.210000 3.020000 2.870000 3.380000 3.210000 2.980000 3.360000 3.290000 3.610000 3.660000 3.960000 3.430000 3.560000 3.500000 3.520000 3.220000 3.160000 3.180000 2.870000 3.160000 3.190000 3.150000 5.260000 3.160000 3.160000 2.980000 2.840000 3.340000 3.160000 2.940000 3.280000 3.230000 3.540000 3.600000 3.910000 3.380000 3.490000 3.430000 3.460000 3.140000 3.090000 3.130000 2.830000 3.140000 3.130000 2.480000 5.370000 3.120000 3.120000 2.960000 2.800000 3.310000 3.130000 2.900000 3.230000 3.190000 3.470000 3.540000 3.870000 3.340000 3.440000 3.380000 3.420000 3.100000 3.040000 3.110000 2.800000 3.110000 3.090000 2.570000 5.690000 3.090000 3.090000 2.940000 2.800000 3.280000 3.100000 2.870000 3.180000 3.160000 3.410000 3.490000 3.820000 3.300000 3.370000 3.320000 3.370000 3.050000 2.990000 3.060000 2.770000 3.090000 3.050000 2.690000 5.210000 3.060000 3.060000 2.900000 2.770000 3.240000 3.060000 2.830000 3.130000 3.120000 3.360000 3.430000 3.770000 3.250000 3.310000 3.260000 3.330000 3.000000 2.940000 3.030000 2.740000 3.060000 3.000000 2.780000 5.160000 3.010000 3.010000 2.860000 2.740000 3.200000 3.020000 2.790000 3.080000 3.070000 3.290000 3.360000 3.710000 3.190000 3.240000 3.200000 3.280000 2.950000 2.880000 2.970000 2.700000 3.030000 2.940000 2.820000 4.930000 2.960000 2.960000 2.820000 2.690000 3.150000 2.970000 2.750000 3.040000 3.030000 3.240000 3.300000 3.650000 3.140000 3.180000 3.140000 3.210000 2.920000 2.840000 2.900000 2.660000 2.970000 2.900000 2.960000 4.830000 2.920000 2.920000 2.770000 2.660000 3.110000 2.930000 2.710000 2.990000 2.970000 3.180000 3.250000 3.600000 3.080000 3.120000 3.080000 3.150000 2.870000 2.800000 2.830000 2.610000 2.920000 2.860000 3.000000 4.710000 2.880000 2.880000 2.740000 2.650000 3.070000 2.900000 2.680000 2.940000 2.930000 3.130000 3.210000 3.540000 3.030000 3.080000 3.020000 3.100000 2.820000 2.760000 2.770000 2.570000 2.890000 2.830000 3.070000 4.600000 21928591.000000 21870876.000000 3459624.000000 2639939.000000 2385367.000000 1822102.000000 2689374.000000 465627.000000 1650984.000000 427980.000000 559858.000000 1301467.000000 545874.000000 748995.000000 565733.000000 910540.000000 249937.000000 356601.000000 89463.000000 382118.000000 356243.000000 263050.000000 51060.000000 6655.000000 22092387.000000 22034096.000000 3510917.000000 2641312.000000 2421996.000000 1831783.000000 2705857.000000 465004.000000 1691292.000000 433767.000000 559804.000000 1305640.000000 544038.000000 746241.000000 562662.000000 909015.000000 247801.000000 355686.000000 89013.000000 385201.000000 361958.000000 265109.000000 51731.000000 6560.000000 22276672.000000 22216107.000000 3567896.000000 2646474.000000 2460098.000000 1842337.000000 2725267.000000 465186.000000 1732617.000000 439713.000000 559703.000000 1310531.000000 541537.000000 743368.000000 562305.000000 907590.000000 245312.000000 353630.000000 89496.000000 388425.000000 368439.000000 266183.000000 53832.000000 6733.000000 22405568.000000 22339759.000000 3610252.000000 2633802.000000 2485968.000000 1848243.000000 2731415.000000 465799.000000 1762963.000000 446300.000000 560640.000000 1313994.000000 541818.000000 743562.000000 563365.000000 909364.000000 244612.000000 353139.000000 92268.000000 390966.000000 373296.000000 267993.000000 56958.000000 8851.000000 22520776.000000 22453080.000000 3641446.000000 2641856.000000 2508495.000000 1852664.000000 2742905.000000 464107.000000 1792603.000000 452679.000000 560766.000000 1316179.000000 541292.000000 742797.000000 562394.000000 906178.000000 243965.000000 352154.000000 92446.000000 391450.000000 378797.000000 267907.000000 58933.000000 8763.000000 22604550.000000 22534761.000000 3676533.000000 2627138.000000 2529763.000000 1856461.000000 2746819.000000 463285.000000 1822075.000000 459287.000000 560903.000000 1316443.000000 540397.000000 740501.000000 560410.000000 903772.000000 242842.000000 351146.000000 92253.000000 392242.000000 382897.000000 269594.000000 60983.000000 8806.000000 22689122.000000 22615307.000000 3708099.000000 2622472.000000 2548332.000000 1860591.000000 2751602.000000 462286.000000 1853029.000000 467246.000000 560643.000000 1316762.000000 538413.000000 736772.000000 557903.000000 900199.000000 240373.000000 349149.000000 91808.000000 392337.000000 386950.000000 270341.000000 64456.000000 9359.000000 22770383.000000 22689774.000000 3736677.000000 2616375.000000 2566220.000000 1862918.000000 2753486.000000 461586.000000 1880316.000000 477677.000000 559944.000000 1315826.000000 537168.000000 733330.000000 557101.000000 898300.000000 238943.000000 347298.000000 92489.000000 391727.000000 390692.000000 271701.000000 70264.000000 10345.000000 22876527.000000 22790250.000000 3767095.000000 2632242.000000 2587828.000000 1866727.000000 2760180.000000 460426.000000 1911161.000000 487692.000000 559986.000000 1315034.000000 535205.000000 728490.000000 553841.000000 893544.000000 235957.000000 345303.000000 91785.000000 390633.000000 394757.000000 272364.000000 76491.000000 9786.000000 22958360.000000 22866867.000000 3798015.000000 2629269.000000 2606794.000000 1870061.000000 2764868.000000 460398.000000 1934968.000000 495821.000000 560163.000000 1314354.000000 533717.000000 725672.000000 551345.000000 889563.000000 233660.000000 343302.000000 92390.000000 390397.000000 399035.000000 273075.000000 81547.000000 9946.000000 23037031.000000 22942706.000000 3833730.000000 2622923.000000 2624072.000000 1873005.000000 2769054.000000 460902.000000 1958686.000000 503273.000000 560397.000000 1312935.000000 531753.000000 723674.000000 548731.000000 884838.000000 231849.000000 341433.000000 93308.000000 388979.000000 405371.000000 273793.000000 84570.000000 9755.000000 23119772.000000 23016050.000000 3873653.000000 2607428.000000 2635761.000000 1875406.000000 2770887.000000 461625.000000 1978782.000000 510882.000000 561744.000000 1312467.000000 530824.000000 722795.000000 547716.000000 882640.000000 232497.000000 340964.000000 96210.000000 388321.000000 411587.000000 273861.000000 93803.000000 9919.000000 23162123.000000 23054815.000000 3897367.000000 2618772.000000 2648419.000000 1873794.000000 2773483.000000 460486.000000 2002060.000000 513015.000000 560968.000000 1307286.000000 526491.000000 717653.000000 543248.000000 873509.000000 230673.000000 338805.000000 96918.000000 384134.000000 415344.000000 272390.000000 97364.000000 9944.000000 23224912.000000 23110923.000000 3916451.000000 2650968.000000 2664394.000000 1876960.000000 2774470.000000 459061.000000 2013305.000000 517641.000000 562010.000000 1303039.000000 522807.000000 713556.000000 537942.000000 864529.000000 228290.000000 336838.000000 97157.000000 379927.000000 420052.000000 271526.000000 103883.000000 10106.000000 4815400.000000 4802764.000000 773207.000000 535910.000000 578409.000000 384981.000000 563944.000000 102114.000000 407334.000000 103554.000000 123944.000000 295153.000000 117813.000000 150497.000000 111901.000000 189704.000000 50686.000000 74272.000000 17218.000000 80620.000000 82986.000000 58517.000000 11340.000000 1296.000000 4734596.000000 4722332.000000 758921.000000 526413.000000 574643.000000 376219.000000 552340.000000 99695.000000 409263.000000 103526.000000 120669.000000 288112.000000 113858.000000 146213.000000 107658.000000 184909.000000 49289.000000 72689.000000 16697.000000 79667.000000 82823.000000 58728.000000 10947.000000 1317.000000 4703093.000000 4690815.000000 755777.000000 519673.000000 575856.000000 371476.000000 547247.000000 98164.000000 415598.000000 104535.000000 118683.000000 283515.000000 110872.000000 143549.000000 106462.000000 181910.000000 48060.000000 70949.000000 16611.000000 79569.000000 83880.000000 58429.000000 10947.000000 1331.000000 4661884.000000 4649355.000000 750977.000000 507614.000000 573124.000000 366289.000000 540035.000000 96874.000000 419083.000000 105326.000000 117287.000000 279538.000000 109438.000000 141952.000000 105842.000000 179578.000000 47528.000000 70228.000000 16809.000000 78924.000000 84680.000000 58229.000000 11075.000000 1454.000000 4598892.000000 4586320.000000 740661.000000 495964.000000 567335.000000 359095.000000 531291.000000 94782.000000 419807.000000 105773.000000 115377.000000 274461.000000 107771.000000 139845.000000 104160.000000 176175.000000 47150.000000 69233.000000 16728.000000 77548.000000 85496.000000 57668.000000 11102.000000 1470.000000 4481620.000000 4469141.000000 720449.000000 477850.000000 555083.000000 347530.000000 515437.000000 91973.000000 415934.000000 105103.000000 112312.000000 267103.000000 104616.000000 137230.000000 101531.000000 170778.000000 46011.000000 67499.000000 16272.000000 75068.000000 84667.000000 56695.000000 10987.000000 1492.000000 4387082.000000 4374556.000000 705062.000000 464338.000000 544774.000000 338885.000000 503407.000000 89270.000000 413397.000000 104740.000000 109515.000000 260995.000000 101569.000000 134195.000000 98819.000000 166057.000000 44684.000000 65713.000000 15879.000000 72962.000000 84275.000000 56020.000000 11024.000000 1502.000000 4259049.000000 4246380.000000 683788.000000 447782.000000 530473.000000 327299.000000 487562.000000 86007.000000 406910.000000 103793.000000 105769.000000 252662.000000 98070.000000 130068.000000 95706.000000 160503.000000 43377.000000 63448.000000 15425.000000 69931.000000 83053.000000 54754.000000 11179.000000 1490.000000 4145631.000000 4132687.000000 665288.000000 434361.000000 517969.000000 317324.000000 473071.000000 83018.000000 401456.000000 103151.000000 102604.000000 245488.000000 94493.000000 126430.000000 92009.000000 154851.000000 41694.000000 61137.000000 14970.000000 67198.000000 82355.000000 53820.000000 11519.000000 1425.000000 4030645.000000 4017604.000000 646322.000000 422573.000000 505367.000000 307674.000000 459233.000000 80044.000000 394093.000000 102451.000000 99229.000000 237474.000000 90964.000000 122552.000000 88171.000000 148987.000000 39978.000000 58670.000000 14472.000000 64533.000000 81883.000000 52934.000000 11595.000000 1446.000000 3905203.000000 3891851.000000 628689.000000 408163.000000 490931.000000 296724.000000 443360.000000 76625.000000 386146.000000 101287.000000 95564.000000 229656.000000 86772.000000 118586.000000 84483.000000 142406.000000 38244.000000 55974.000000 13971.000000 61293.000000 81433.000000 51544.000000 11910.000000 1442.000000 3778018.000000 3763723.000000 612010.000000 393660.000000 474959.000000 285805.000000 427359.000000 73639.000000 375565.000000 99752.000000 92242.000000 222212.000000 82578.000000 114284.000000 80698.000000 135389.000000 37163.000000 53620.000000 13758.000000 58303.000000 80998.000000 49729.000000 12852.000000 1443.000000 3624311.000000 3610012.000000 586269.000000 383774.000000 456296.000000 272309.000000 409053.000000 70271.000000 363341.000000 96990.000000 88250.000000 212716.000000 78008.000000 108902.000000 76078.000000 126923.000000 35397.000000 50959.000000 13160.000000 54388.000000 79463.000000 47465.000000 12859.000000 1440.000000 3501790.000000 3487448.000000 566884.000000 382966.000000 441335.000000 264466.000000 393170.000000 66899.000000 350658.000000 94956.000000 85278.000000 204235.000000 73780.000000 104065.000000 71170.000000 118364.000000 33547.000000 48465.000000 12709.000000 50473.000000 78678.000000 45350.000000 12894.000000 1448.000000 15302960.000000 15264921.000000 2471534.000000 1860567.000000 1647734.000000 1273171.000000 1929667.000000 318973.000000 1120569.000000 284564.000000 378329.000000 891471.000000 373809.000000 517962.000000 388844.000000 635100.000000 172428.000000 245289.000000 60040.000000 269219.000000 243131.000000 182520.000000 33404.000000 4635.000000 15492319.000000 15453700.000000 2530531.000000 1865686.000000 1682971.000000 1285752.000000 1950982.000000 319342.000000 1155676.000000 289027.000000 379413.000000 898264.000000 374559.000000 516748.000000 387252.000000 636075.000000 171266.000000 245595.000000 59760.000000 272278.000000 248456.000000 184067.000000 34112.000000 4507.000000 15652271.000000 15611742.000000 2584931.000000 1870882.000000 1714499.000000 1295254.000000 1968197.000000 319595.000000 1187809.000000 292585.000000 379586.000000 903554.000000 373279.000000 513531.000000 386077.000000 634939.000000 169599.000000 244719.000000 60001.000000 274649.000000 253382.000000 184674.000000 35871.000000 4658.000000 15770327.000000 15725348.000000 2626677.000000 1864350.000000 1737904.000000 1301532.000000 1975247.000000 320052.000000 1211904.000000 296767.000000 380486.000000 906650.000000 373329.000000 512457.000000 385703.000000 636602.000000 169195.000000 244681.000000 62275.000000 276626.000000 256873.000000 186038.000000 38405.000000 6574.000000 15890584.000000 15844202.000000 2662427.000000 1875044.000000 1760100.000000 1308271.000000 1988464.000000 319106.000000 1238135.000000 300868.000000 380490.000000 909654.000000 372737.000000 510807.000000 384357.000000 634479.000000 168635.000000 244172.000000 62389.000000 277560.000000 260772.000000 185735.000000 39939.000000 6443.000000 16035196.000000 15987093.000000 2710726.000000 1871415.000000 1787806.000000 1319157.000000 2000903.000000 319557.000000 1268339.000000 306485.000000 382018.000000 913641.000000 373321.000000 508326.000000 382781.000000 635069.000000 168283.000000 244360.000000 62531.000000 280015.000000 264960.000000 187400.000000 41669.000000 6434.000000 16151565.000000 16099905.000000 2748628.000000 1871660.000000 1809907.000000 1327093.000000 2010042.000000 319651.000000 1298465.000000 313053.000000 382793.000000 915494.000000 372423.000000 504897.000000 381114.000000 633942.000000 166831.000000 243605.000000 62361.000000 281270.000000 268579.000000 188097.000000 44717.000000 6943.000000 16294530.000000 16236801.000000 2788396.000000 1873292.000000 1835309.000000 1336097.000000 2019360.000000 320427.000000 1328155.000000 322061.000000 384203.000000 918792.000000 372864.000000 502826.000000 381492.000000 635347.000000 166453.000000 243432.000000 63364.000000 282487.000000 272659.000000 189785.000000 49844.000000 7885.000000 16443867.000000 16381272.000000 2826111.000000 1891448.000000 1862373.000000 1344714.000000 2031417.000000 320773.000000 1359807.000000 330814.000000 385785.000000 921253.000000 372723.000000 499211.000000 379992.000000 633662.000000 164795.000000 243175.000000 63023.000000 283153.000000 276411.000000 190632.000000 55205.000000 7390.000000 16584623.000000 16517481.000000 2865923.000000 1892181.000000 1887740.000000 1354200.000000 2042333.000000 322311.000000 1387612.000000 338219.000000 388063.000000 925134.000000 373428.000000 498423.000000 379974.000000 633800.000000 164100.000000 243281.000000 64045.000000 284717.000000 280392.000000 191605.000000 59623.000000 7519.000000 16729608.000000 16660355.000000 2907549.000000 1891785.000000 1913461.000000 1363720.000000 2053939.000000 325151.000000 1414937.000000 345623.000000 390824.000000 928420.000000 374687.000000 498526.000000 380005.000000 633917.000000 163617.000000 243597.000000 65426.000000 285787.000000 286266.000000 193118.000000 61901.000000 7352.000000 16884106.000000 16806974.000000 2950289.000000 1885352.000000 1935036.000000 1373258.000000 2063435.000000 327936.000000 1441272.000000 353525.000000 394649.000000 933042.000000 377173.000000 500746.000000 381800.000000 637001.000000 165160.000000 245040.000000 68375.000000 287475.000000 292018.000000 194392.000000 69614.000000 7518.000000 17049919.000000 16969519.000000 2988765.000000 1903092.000000 1962096.000000 1384101.000000 2078990.000000 329901.000000 1473703.000000 358806.000000 397560.000000 936561.000000 377117.000000 500790.000000 382134.000000 636279.000000 165170.000000 245428.000000 69723.000000 287400.000000 296886.000000 195017.000000 72834.000000 7566.000000 17194873.000000 17108585.000000 3015088.000000 1929803.000000 1987907.000000 1393801.000000 2089848.000000 331496.000000 1494077.000000 365330.000000 401259.000000 939650.000000 377182.000000 500477.000000 381838.000000 635626.000000 164689.000000 245647.000000 70365.000000 286943.000000 301717.000000 195842.000000 78606.000000 7682.000000 1810231.000000 1803191.000000 214883.000000 243462.000000 159224.000000 163950.000000 195763.000000 44540.000000 123081.000000 39862.000000 57585.000000 114843.000000 54252.000000 80536.000000 64988.000000 85736.000000 26823.000000 37040.000000 12205.000000 32279.000000 30126.000000 22013.000000 6316.000000 724.000000 1865472.000000 1858064.000000 221465.000000 249213.000000 164382.000000 169812.000000 202535.000000 45967.000000 126353.000000 41214.000000 59722.000000 119264.000000 55621.000000 83280.000000 67752.000000 88031.000000 27246.000000 37402.000000 12556.000000 33256.000000 30679.000000 22314.000000 6672.000000 736.000000 1921308.000000 1913550.000000 227188.000000 255919.000000 169743.000000 175607.000000 209823.000000 47427.000000 129210.000000 42593.000000 61434.000000 123462.000000 57386.000000 86288.000000 69766.000000 90741.000000 27653.000000 37962.000000 12884.000000 34207.000000 31177.000000 23080.000000 7014.000000 744.000000 1973357.000000 1965056.000000 232598.000000 261838.000000 174940.000000 180422.000000 216133.000000 48873.000000 131976.000000 44207.000000 62867.000000 127806.000000 59051.000000 89153.000000 71820.000000 93184.000000 27889.000000 38230.000000 13184.000000 35416.000000 31743.000000 23726.000000 7478.000000 823.000000 2031300.000000 2022558.000000 238358.000000 270848.000000 181060.000000 185298.000000 223150.000000 50219.000000 134661.000000 46038.000000 64899.000000 132064.000000 60784.000000 92145.000000 73877.000000 95524.000000 28180.000000 38749.000000 13329.000000 36342.000000 32529.000000 24504.000000 7892.000000 850.000000 2087734.000000 2078527.000000 245358.000000 277873.000000 186874.000000 189774.000000 230479.000000 51755.000000 137802.000000 47699.000000 66573.000000 135699.000000 62460.000000 94945.000000 76098.000000 97925.000000 28548.000000 39287.000000 13450.000000 37159.000000 33270.000000 25499.000000 8327.000000 880.000000 2150475.000000 2140846.000000 254409.000000 286474.000000 193651.000000 194613.000000 238153.000000 53365.000000 141167.000000 49453.000000 68335.000000 140273.000000 64421.000000 97680.000000 77970.000000 100200.000000 28858.000000 39831.000000 13568.000000 38105.000000 34096.000000 26224.000000 8715.000000 914.000000 2216804.000000 2206593.000000 264493.000000 295301.000000 200438.000000 199522.000000 246564.000000 55152.000000 145251.000000 51823.000000 69972.000000 144372.000000 66234.000000 100436.000000 79903.000000 102450.000000 29113.000000 40418.000000 13700.000000 39309.000000 34980.000000 27162.000000 9241.000000 970.000000 2287029.000000 2276291.000000 275696.000000 306433.000000 207486.000000 204689.000000 255692.000000 56635.000000 149898.000000 53727.000000 71597.000000 148293.000000 67989.000000 102849.000000 81840.000000 105031.000000 29468.000000 40991.000000 13792.000000 40282.000000 35991.000000 27912.000000 9767.000000 971.000000 2343092.000000 2331782.000000 285770.000000 314515.000000 213687.000000 208187.000000 263302.000000 58043.000000 153263.000000 55151.000000 72871.000000 151746.000000 69325.000000 104697.000000 83200.000000 106776.000000 29582.000000 41351.000000 13873.000000 41147.000000 36760.000000 28536.000000 10329.000000 981.000000 2402220.000000 2390500.000000 297492.000000 322975.000000 219680.000000 212561.000000 271755.000000 59126.000000 157603.000000 56363.000000 74009.000000 154859.000000 70294.000000 106562.000000 84243.000000 108515.000000 29988.000000 41862.000000 13911.000000 41899.000000 37672.000000 29131.000000 10759.000000 961.000000 2457648.000000 2445353.000000 311354.000000 328416.000000 225766.000000 216343.000000 280093.000000 60050.000000 161945.000000 57605.000000 74853.000000 157213.000000 71073.000000 107765.000000 85218.000000 110250.000000 30174.000000 42304.000000 14077.000000 42543.000000 38571.000000 29740.000000 11337.000000 958.000000 2487893.000000 2475284.000000 322333.000000 331906.000000 230027.000000 217384.000000 285440.000000 60314.000000 165016.000000 57219.000000 75158.000000 158009.000000 71366.000000 107961.000000 85036.000000 110307.000000 30106.000000 42418.000000 14035.000000 42346.000000 38995.000000 29908.000000 11671.000000 938.000000 2528249.000000 2514890.000000 334479.000000 338199.000000 235152.000000 218693.000000 291452.000000 60666.000000 168570.000000 57355.000000 75473.000000 159154.000000 71845.000000 109014.000000 84934.000000 110539.000000 30054.000000 42726.000000 14083.000000 42511.000000 39657.000000 30334.000000 12383.000000 976.000000 21.960000 21.960000 22.350000 20.300000 24.250000 21.130000 20.970000 21.930000 24.670000 24.200000 22.140000 22.680000 21.580000 20.090000
19.780000 20.830000 20.280000 20.830000 19.250000 21.100000 23.290000 22.250000 22.210000 19.470000 21.430000 21.430000 21.620000 19.930000 23.730000 20.540000 20.410000 21.440000 24.200000 23.870000 21.560000 22.070000 20.930000 19.590000 19.130000 20.340000 19.890000 20.440000 18.760000 20.680000 22.880000 22.150000 21.160000 20.080000 21.110000 21.110000 21.180000 19.640000 23.410000 20.160000 20.080000 21.100000 23.990000 23.770000 21.200000 21.630000 20.470000 19.310000 18.930000 20.040000 19.590000 20.060000 18.560000 20.490000 22.770000 21.950000 20.340000 19.770000 20.810000 20.810000 20.800000 19.270000 23.050000 19.820000 19.770000 20.800000 23.770000 23.600000 20.920000 21.270000 20.200000 19.090000 18.790000 19.750000 19.430000 19.890000 18.220000 20.190000 22.680000 21.730000 19.440000 16.430000 20.420000 20.430000 20.340000 18.770000 22.620000 19.380000 19.370000 20.420000 23.420000 23.370000 20.570000 20.850000 19.910000 18.830000 18.520000 19.440000 19.330000 19.660000 18.090000 19.810000 22.570000 21.530000 18.840000 16.780000 19.830000 19.830000 19.600000 18.190000 21.940000 18.720000 18.760000 19.850000 22.830000 22.880000 20.020000 20.290000 19.360000 18.530000 18.120000 18.900000 18.950000 19.220000 17.640000 19.140000 22.110000 21.030000 18.020000 16.940000 19.340000 19.340000 19.010000 17.710000 21.380000 18.210000 18.300000 19.310000 22.310000 22.420000 19.530000 19.820000 18.860000 18.210000 17.710000 18.450000 18.590000 18.820000 17.300000 18.600000 21.780000 20.720000 17.100000 16.050000 18.700000 18.710000 18.300000 17.110000 20.670000 17.570000 17.710000 18.630000 21.640000 21.730000 18.890000 19.200000 18.260000 17.740000 17.180000 17.870000 18.150000 18.270000 16.680000 17.850000 21.260000 20.150000 15.910000 14.400000 18.120000 18.130000 17.660000 16.500000 20.020000 17.000000 17.140000 18.030000 21.010000 21.150000 18.320000 18.670000 17.660000 17.360000 16.610000 17.330000 17.670000 17.710000 16.310000 17.200000 20.860000 19.760000 15.060000 14.560000 17.560000 17.570000 17.020000 16.070000 19.390000 16.450000 16.610000 17.390000 20.370000 20.660000 17.710000 18.070000 17.040000 16.890000 15.990000 16.750000 17.110000 17.090000 15.660000 16.530000 20.520000 19.380000 14.220000 14.540000 16.950000 16.960000 16.400000 15.560000 18.710000 15.840000 16.010000 16.630000 19.710000 20.130000 17.050000 17.490000 16.320000 16.390000 15.400000 16.090000 16.500000 16.390000 14.970000 15.760000 20.090000 18.830000 14.080000 14.780000 16.340000 16.350000 15.800000 15.100000 18.020000 15.240000 15.420000 15.950000 18.980000 19.530000 16.420000 16.930000 15.560000 15.810000 14.730000 15.340000 15.980000 15.730000 14.300000 15.010000 19.680000 18.160000 13.700000 14.550000 15.650000 15.660000 15.040000 14.650000 17.230000 14.530000 14.750000 15.260000 18.150000 18.910000 15.730000 16.270000 14.820000 15.170000 14.000000 14.530000 15.350000 15.040000 13.580000 14.160000 19.130000 17.430000 13.210000 14.480000 15.080000 15.090000 14.470000 14.450000 16.560000 14.090000 14.170000 14.570000 17.420000 18.340000 15.170000 15.670000 14.110000 14.580000 13.230000 13.690000 14.690000 14.390000 13.080000 13.280000 18.730000 16.700000 12.410000 14.330000 69.790000 69.800000 71.440000 70.480000 69.080000 69.870000 71.750000 68.500000 67.870000 66.490000 67.580000 68.500000 68.480000 69.150000 68.730000 69.750000 68.990000 68.790000 67.110000 70.450000 68.250000 69.390000 65.420000 69.650000 70.130000 70.140000 72.080000 70.630000 69.490000 70.190000 72.100000 68.680000 68.330000 66.630000 67.780000 68.800000 68.850000 69.250000 68.820000 69.970000 69.110000 69.050000 67.140000 70.680000 68.640000 69.430000 65.940000 68.700000 70.260000 70.270000 72.450000 70.690000 69.690000 70.300000 72.220000 68.700000 68.560000 66.540000 67.820000 68.950000 68.930000 69.080000 68.660000 69.960000 69.140000 69.200000 67.040000 70.710000 68.770000 69.380000 66.640000 69.180000 70.390000 70.390000 72.760000 70.790000 69.910000 70.420000 72.320000 68.710000 68.740000 66.490000 67.870000 69.000000 68.900000 68.920000 68.460000 70.010000 69.170000 69.290000 67.490000 70.750000 68.810000 69.420000 67.430000 74.270000 70.560000 70.570000 73.110000 70.970000 70.170000 70.620000 72.490000 68.760000 69.070000 66.460000 67.850000 69.110000 68.860000 68.770000 68.340000 70.020000 69.120000 69.340000 67.490000 70.910000 68.840000 69.330000 67.770000 73.530000 70.940000 70.940000 73.730000 71.230000 70.670000 71.060000 72.840000 68.980000 69.610000 66.730000 68.110000 69.400000 69.080000 68.650000 68.300000 70.270000 69.300000 69.590000 67.780000 71.390000 69.200000 69.510000 68.330000 73.060000 71.190000 71.190000 74.120000 71.370000 71.020000 71.330000 73.050000 69.150000 70.070000 67.000000 68.280000 69.530000 69.170000 68.530000 68.310000 70.420000 69.410000 69.770000 67.930000 71.690000 69.410000 69.580000 69.380000 74.190000 71.560000 71.560000 74.620000 71.600000 71.520000 71.720000 73.340000 69.420000 70.630000 67.420000 68.610000 69.830000 69.410000 68.570000 68.480000 70.730000 69.660000 70.090000 68.510000 72.110000 69.790000 69.850000 70.940000 76.220000 71.880000 71.880000 75.020000 71.860000 71.970000 72.040000 73.600000 69.670000 71.150000 67.830000 68.890000 70.060000 69.640000 68.530000 68.610000 70.920000 69.840000 70.420000 68.660000 72.490000 70.020000 69.990000 72.170000 75.520000 72.240000 72.230000 75.460000 71.970000 72.420000 72.410000 73.870000 70.010000 71.710000 68.210000 69.280000 70.390000 69.970000 68.680000 68.920000 71.250000 70.230000 70.870000 69.320000 72.930000 70.270000 70.170000 73.110000 75.600000 72.620000 72.620000 75.840000 72.130000 72.920000 72.810000 74.170000 70.550000 72.240000 68.680000 69.740000 70.710000 70.460000 68.890000 69.250000 71.640000 70.570000 71.350000 70.120000 73.470000 70.620000 70.530000 73.190000 75.370000 73.030000 73.020000 76.160000 72.310000 73.410000 73.220000 74.470000 71.040000 72.840000 69.200000 70.250000 71.090000 71.050000 69.280000 69.710000 72.170000 71.040000 71.870000 71.070000 74.030000 70.950000 70.980000 74.210000 75.790000 73.610000 73.610000 76.690000 72.670000 74.090000 73.870000 74.960000 71.640000 73.610000 69.940000 70.870000 71.640000 71.630000 69.780000 70.340000 72.840000 71.600000 72.440000 71.940000 74.820000 71.480000 71.590000 74.810000 76.090000 74.040000 74.030000 76.990000 72.800000 74.610000 74.260000 75.320000 72.210000 74.210000 70.580000 71.400000 72.110000 72.150000 70.140000 70.980000 73.520000 72.140000 72.930000 72.420000 75.530000 71.830000 72.130000 75.670000 76.010000 8.260000 8.240000 6.210000 9.220000 6.680000 9.000000 7.280000 9.570000 7.460000 9.310000 10.290000 8.820000 9.940000 10.750000 11.490000 9.420000 10.730000 10.390000 13.640000 8.450000 8.460000 8.370000 12.370000 10.880000 8.440000 8.430000 6.310000 9.440000 6.790000 9.270000 7.490000 9.890000 7.470000 9.500000 10.670000 9.130000 10.220000 11.160000 12.040000 9.680000 11.000000 10.520000 14.110000 8.630000 8.480000 8.420000 12.900000 11.220000 8.620000 8.610000 6.370000 9.670000 6.900000 9.530000 7.700000 10.200000 7.460000 9.690000 10.980000 9.420000 10.600000 11.610000 12.410000 10.000000 11.270000 10.730000 14.400000 8.810000 8.460000 8.670000 13.030000 11.050000 8.810000 8.800000 6.440000 9.940000 7.040000 9.760000 7.910000 10.490000 7.490000 9.910000 11.210000 9.730000 10.900000 11.990000 12.750000 10.250000 11.400000 10.830000 14.290000 9.060000 8.500000 8.850000 13.130000 9.300000 9.020000 9.010000 6.550000 10.250000 7.220000 10.000000 8.140000 10.820000 7.510000 10.170000 11.570000 10.030000 11.230000 12.410000 13.140000 10.540000 11.550000 11.000000 14.420000 9.280000 8.590000 9.150000 13.390000 9.700000 9.240000 9.220000 6.670000 10.580000 7.390000 10.220000 8.390000 11.170000 7.560000 10.390000 11.870000 10.310000 11.560000 12.820000 13.580000 10.840000 11.760000 11.190000 14.580000 9.470000 8.690000 9.460000 13.650000 9.990000 9.480000 9.470000 6.860000 10.920000 7.600000 10.460000 8.660000 11.540000 7.620000 10.580000 12.190000 10.650000 11.960000 13.260000 13.980000 11.130000 12.010000 11.410000 14.780000 9.710000 8.810000 9.700000 13.520000 9.770000 9.740000 9.730000 7.080000 11.290000 7.810000 10.710000 8.950000 11.950000 7.720000 10.850000 12.500000 10.970000 12.330000 13.700000 14.340000 11.400000 12.180000 11.640000 14.810000 10.030000 8.950000 10.000000 13.150000 9.380000 10.000000 9.990000 7.320000 11.640000 8.020000 10.970000 9.260000 12.300000 7.840000 11.020000 12.790000 11.280000 12.700000 14.120000 14.780000 11.750000 12.490000 11.870000 15.030000 10.310000 9.120000 10.250000 12.770000 9.920000 10.210000 10.200000 7.520000 11.960000 8.200000 11.130000 9.520000 12.610000 7.920000 11.120000 13.010000 11.550000 12.990000 14.430000 15.090000 12.000000 12.660000 12.050000 15.020000 10.540000 9.210000 10.450000 12.670000 9.860000 10.430000 10.420000 7.760000 12.310000 8.370000 11.350000 9.810000 12.830000 8.050000 11.200000 13.210000 11.790000 13.220000 14.730000 15.350000 12.260000 12.930000 12.260000 14.910000 10.770000 9.290000 10.640000 12.720000 9.850000 10.630000 10.620000 8.040000 12.600000 8.570000 11.540000 10.110000 13.010000 8.180000 11.280000 13.330000 11.980000 13.390000 14.910000 15.560000 12.490000 12.980000 12.410000 14.630000 10.960000 9.370000 10.860000 12.090000 9.660000 10.740000 10.740000 8.270000 12.670000 8.690000 11.600000 10.290000 13.100000 8.240000 11.150000 13.400000 12.090000 13.560000 15.040000 15.650000 12.630000 13.050000 12.520000 14.480000 11.020000 9.390000 10.980000 11.990000 9.430000 10.890000 10.880000 8.540000 12.760000 8.830000 11.650000 10.500000 13.220000 8.370000 11.080000 13.430000 12.210000 13.740000 15.280000 15.790000 12.790000 13.160000 12.680000 14.500000 11.190000 9.440000 11.170000 11.920000 9.660000 43.300000 43.280000 39.980000 41.890000 44.770000 43.120000 39.370000 45.980000 47.330000 50.400000 47.980000 45.990000 46.030000 44.600000 45.490000 43.370000 44.950000 45.380000 49.010000 41.940000 46.520000 44.120000 52.860000 43.580000 42.600000 42.580000 38.740000 41.570000 43.910000 42.470000 38.690000 45.610000 46.350000 50.080000 47.540000 45.350000 45.250000 44.410000 45.300000 42.910000 44.690000 44.830000 48.950000 41.470000 45.680000 44.030000 51.650000 45.550000 42.320000 42.300000 38.030000 41.460000 43.490000 42.240000 38.470000 45.550000 45.870000 50.290000 47.450000 45.040000 45.080000 44.760000 45.650000 42.940000 44.640000 44.500000 49.160000 41.430000 45.410000 44.140000 50.070000 44.550000 42.070000 42.060000 37.450000 41.270000 43.040000 42.010000 38.280000 45.540000 45.470000 50.390000 47.350000 44.930000 45.130000 45.100000 46.060000 42.850000 44.570000 44.330000 48.160000 41.330000 45.320000 44.050000 48.310000 34.640000 41.720000 41.710000 36.770000 40.900000 42.520000 41.610000 37.940000 45.440000 44.780000 50.460000 47.380000 44.690000 45.220000 45.420000 46.320000 42.820000 44.670000 44.220000 48.180000 41.030000 45.260000 44.240000 47.560000 36.010000 40.970000 40.960000 35.630000 40.380000 41.500000 40.730000 37.280000 44.980000 43.660000 49.860000 46.830000 44.090000 44.750000 45.670000 46.400000 42.310000 44.310000 43.700000 47.530000 40.080000 44.510000 43.860000 46.350000 36.870000 40.480000 40.470000 34.910000 40.110000 40.800000 40.200000 36.890000 44.620000 42.710000 49.250000 46.460000 43.830000 44.570000 45.930000 46.390000 42.000000 44.080000 43.330000 47.220000 39.490000 44.070000 43.720000 44.140000 34.800000 39.740000 39.740000 34.010000 39.670000 39.820000 39.430000 36.350000 44.050000 41.570000 48.320000 45.740000 43.210000 44.070000 45.840000 46.030000 41.390000 43.550000 42.670000 45.960000 38.670000 43.290000 43.160000 40.970000 31.200000 39.120000 39.120000 33.300000 39.170000 38.950000 38.820000 35.870000 43.540000 40.550000 47.420000 45.150000 42.740000 43.590000 45.930000 45.750000 41.010000 43.180000 42.000000 45.640000 37.960000 42.820000 42.870000 38.560000 32.420000 38.430000 38.440000 32.520000 38.950000 38.090000 38.090000 35.380000 42.840000 39.450000 46.600000 44.350000 42.070000 42.920000 45.590000 45.100000 40.350000 42.390000 41.110000 44.260000 37.120000 42.310000 42.520000 36.770000 32.280000 37.700000 37.710000 31.850000 38.650000 37.140000 37.350000 34.820000 41.750000 38.430000 45.610000 43.390000 41.420000 41.920000 45.160000 44.400000 39.580000 41.700000 40.160000 42.620000 36.110000 41.610000 41.770000 36.620000 32.680000 36.930000 36.940000 31.300000 38.300000 36.210000 36.570000 34.290000 40.770000 37.290000 44.510000 42.340000 40.670000 40.740000 44.340000 43.460000 38.560000 40.770000 39.150000 40.710000 35.080000 40.950000 40.880000 34.750000 31.940000 35.850000 35.860000 30.400000 37.610000 34.980000 35.380000 33.410000 39.580000 35.850000 42.980000 41.100000 39.580000 39.610000 43.300000 42.160000 37.280000 39.660000 38.050000 39.000000 33.660000 39.900000 39.680000 33.680000 31.430000 35.070000 35.080000 29.900000 37.370000 34.030000 34.660000 32.760000 38.480000 34.750000 41.690000 40.060000 38.670000 38.610000 42.580000 40.880000 36.010000 38.620000 37.120000 38.080000 32.410000 39.220000 38.650000 32.160000 31.550000 37.590000 37.540000 27.790000 45.430000 27.530000 42.590000 34.710000 43.620000 30.220000 38.490000 46.460000 38.910000 46.050000 53.510000 58.080000 45.190000 52.920000 49.870000 70.890000 40.040000 36.300000 37.620000 55.700000 55.860000 39.400000 39.350000 29.180000 47.340000 28.610000 45.140000 36.670000 46.110000 30.870000 39.810000 49.490000 41.400000 48.850000 56.960000 62.930000 47.610000 55.280000 51.450000 75.200000 41.740000 37.040000 38.000000 60.950000 55.880000 40.850000 40.790000 30.060000 49.250000 29.480000 47.270000 38.340000 48.310000 31.090000 40.750000 51.760000 43.550000 51.760000 60.110000 65.530000 49.880000 57.540000 53.510000 77.560000 42.990000 37.170000 39.500000 64.070000 55.900000 42.330000 42.270000 30.970000 51.580000 30.520000 49.260000 40.020000 50.450000 31.490000 41.970000 53.600000 45.720000 53.960000 62.810000 67.860000 51.890000 58.680000 54.440000 78.430000 44.870000 37.490000 40.750000 67.520000 56.600000 44.170000 44.100000 32.180000 54.610000 31.910000 51.600000 42.000000 52.980000 32.080000 43.530000 56.250000 48.120000 56.400000 65.890000 70.930000 54.220000 59.770000 55.970000 79.680000 46.860000 38.050000 42.490000 71.090000 57.820000 46.580000 46.510000 34.060000 58.150000 33.670000 54.610000 44.720000 56.270000 33.130000 45.380000 59.280000 50.800000 59.700000 69.190000 74.950000 57.340000 62.050000 58.200000 82.660000 49.500000 39.300000 44.980000 75.790000 58.980000 49.020000 48.940000 36.080000 61.700000 35.550000 57.430000 47.310000 59.780000 34.150000 47.220000 62.400000 53.750000 63.430000 72.790000 78.900000 60.340000 64.580000 60.610000 85.450000 52.230000 40.460000 46.810000 79.050000 60.850000 52.050000 51.960000 38.680000 65.950000 37.780000 60.960000 50.570000 64.130000 35.700000 49.930000 66.160000 57.140000 67.540000 77.220000 83.490000 63.830000 67.120000 63.700000 88.820000 56.210000 42.120000 49.610000 82.660000 65.100000 55.170000 55.080000 41.440000 70.550000 40.060000 64.500000 54.050000 68.220000 37.340000 52.090000 69.780000 60.410000 71.950000 81.350000 88.950000 67.830000 70.680000 67.050000 92.130000 59.950000 43.700000 51.860000 84.790000 68.140000 58.130000 58.040000 44.210000 74.430000 42.280000 67.660000 57.340000 72.510000 38.890000 53.830000 73.440000 63.900000 76.210000 85.430000 94.360000 71.670000 74.000000 70.480000 95.860000 63.760000 44.890000 53.910000 89.080000 67.840000 61.510000 61.420000 47.320000 79.130000 44.750000 71.640000 61.290000 77.160000 40.810000 55.650000 77.440000 67.430000 81.010000 89.860000 99.720000 76.200000 78.410000 74.790000 99.570000 68.360000 46.260000 56.520000 90.340000 66.640000 65.050000 64.970000 50.870000 83.430000 47.530000 75.700000 65.540000 81.550000 43.120000 57.750000 81.150000 70.750000 86.070000 94.300000 105.600000 81.430000 81.190000 78.900000 102.320000 72.970000 47.620000 59.800000 88.210000 66.390000 68.640000 68.570000 54.980000 86.480000 50.410000 79.830000 69.780000 85.830000 45.420000 58.990000 85.160000 74.280000 91.490000 99.140000 111.770000 86.910000 85.050000 83.240000 106.650000 77.860000 49.070000 63.010000 90.760000 65.140000 72.200000 72.110000 59.000000 88.310000 53.280000 82.690000 74.130000 90.680000 48.070000 60.400000 88.500000 77.930000 97.380000 104.760000 119.340000 93.390000 89.590000 88.160000 110.810000 84.230000 50.400000 66.890000 96.040000 67.400000 11243408.000000 11213301.000000 1751279.000000 1311789.000000 1209205.000000 934360.000000 1380319.000000 241261.000000 851908.000000 224762.000000 294459.000000 675130.000000 285361.000000 395960.000000 298704.000000 476234.000000 134631.000000 189537.000000 46921.000000 196476.000000 182467.000000 132538.000000 26366.000000 3741.000000 11312728.000000 11282404.000000 1774972.000000 1309434.000000 1226514.000000 938377.000000 1386376.000000 240727.000000 870984.000000 227559.000000 294232.000000 677292.000000 284252.000000 394739.000000 297023.000000 475160.000000 133318.000000 188587.000000 46722.000000 197737.000000 184957.000000 133442.000000 26648.000000 3676.000000 11392050.000000 11360358.000000 1801773.000000 1309308.000000 1244105.000000 942492.000000 1394391.000000 240691.000000 890755.000000 230167.000000 293952.000000 679393.000000 282873.000000 392911.000000 296936.000000 473928.000000 131806.000000 187174.000000 46877.000000 199061.000000 187972.000000 133793.000000 27901.000000 3791.000000 11441651.000000 11406903.000000 1820848.000000 1300179.000000 1255646.000000 944320.000000 1396141.000000 240529.000000 904916.000000 233237.000000 294080.000000 680560.000000 282669.000000 392581.000000 297069.000000 473866.000000 131045.000000 186376.000000 48115.000000 199989.000000 190116.000000 134621.000000 29693.000000 5055.000000 11485409.000000 11449662.000000 1834806.000000 1301458.000000 1265633.000000 945446.000000 1400062.000000 239410.000000 918152.000000 236323.000000 294175.000000 681436.000000 282173.000000 391492.000000 296380.000000 471880.000000 130337.000000 185554.000000 48132.000000 200060.000000 192464.000000 134289.000000 30779.000000 4968.000000 11515062.000000 11477983.000000 1850508.000000 1291742.000000 1275085.000000 946417.000000 1400134.000000 238839.000000 932046.000000 239335.000000 294225.000000 681144.000000 281528.000000 390186.000000 295343.000000 470148.000000 129361.000000 184682.000000 47940.000000 200233.000000 194178.000000 134909.000000 32062.000000 5017.000000 11541585.000000 11502202.000000 1864229.000000 1286303.000000 1282701.000000 947303.000000 1400242.000000 238153.000000 945959.000000 243345.000000 293975.000000 680785.000000 280187.000000 388179.000000 293894.000000 467815.000000 127820.000000 183149.000000 47622.000000 199972.000000 195542.000000 135027.000000 33962.000000 5421.000000 11562440.000000 11519315.000000 1875730.000000 1279513.000000 1289781.000000 947290.000000 1398342.000000 237326.000000 958212.000000 248195.000000 293424.000000 679764.000000 279214.000000 385913.000000 292919.000000 466041.000000 126727.000000 181557.000000 47920.000000 199389.000000 196806.000000 135252.000000 37076.000000 6049.000000 11591707.000000 11545418.000000 1887030.000000 1282691.000000 1298422.000000 947468.000000 1398540.000000 236447.000000 971969.000000 252826.000000 292885.000000 678645.000000 277643.000000 382952.000000 290855.000000 462982.000000 124864.000000 180042.000000 47498.000000 198383.000000 198193.000000 135083.000000 40544.000000 5745.000000 11608767.000000 11559552.000000 1899122.000000 1277556.000000 1305410.000000 947396.000000 1397466.000000 235952.000000 981486.000000 256596.000000 292522.000000 677590.000000 276368.000000 381078.000000 289202.000000 459947.000000 123197.000000 178376.000000 47705.000000 197788.000000 199683.000000 135112.000000 43399.000000 5816.000000 11626351.000000 11576076.000000 1913218.000000 1270948.000000 1311990.000000 947401.000000 1396456.000000 235855.000000 991492.000000 259977.000000 292352.000000 676162.000000 274915.000000 379434.000000 287360.000000 456802.000000 122041.000000 177032.000000 48092.000000 196877.000000 202389.000000 135283.000000 44625.000000 5650.000000 11636734.000000 11582510.000000 1927574.000000 1260450.000000 1315222.000000 946116.000000 1393154.000000 235714.000000 999065.000000 263338.000000 292217.000000 674594.000000 273596.000000 377914.000000 286024.000000 454425.000000 121905.000000 176151.000000 49499.000000 195932.000000 204640.000000 134980.000000 48475.000000 5749.000000 11635225.000000 11579610.000000 1935668.000000 1262554.000000 1319156.000000 944044.000000 1390927.000000 234682.000000 1009274.000000 264014.000000 291177.000000 670812.000000 271053.000000 374746.000000 283284.000000 449267.000000 120747.000000 174584.000000 49769.000000 193573.000000 206243.000000 134036.000000 49871.000000 5744.000000 11645674.000000 11587210.000000 1939844.000000 1276343.000000 1324894.000000 943899.000000 1388530.000000 233661.000000 1013618.000000 265905.000000 291218.000000 667920.000000 268979.000000 372365.000000 280416.000000 444133.000000 119205.000000 173205.000000 49865.000000 191367.000000 208390.000000 133453.000000 52631.000000 5833.000000 10685183.000000 10657575.000000 1708345.000000 1328150.000000 1176162.000000 887742.000000 1309055.000000 224366.000000 799076.000000 203218.000000 265399.000000 626337.000000 260513.000000 353035.000000 267029.000000 434306.000000 115306.000000 167064.000000 42542.000000 185642.000000 173776.000000 130512.000000 24694.000000 2914.000000 10779659.000000 10751692.000000 1735945.000000 1331878.000000
1195482.000000 893406.000000 1319481.000000 224277.000000 820308.000000 206208.000000 265572.000000 628348.000000 259786.000000 351502.000000 265639.000000 433855.000000 114483.000000 167099.000000 42291.000000 187464.000000 177001.000000 131667.000000 25083.000000 2884.000000 10884622.000000 10855749.000000 1766123.000000 1337166.000000 1215993.000000 899845.000000 1330876.000000 224495.000000 841862.000000 209546.000000 265751.000000 631138.000000 258664.000000 350457.000000 265369.000000 433662.000000 113506.000000 166456.000000 42619.000000 189364.000000 180467.000000 132390.000000 25931.000000 2942.000000 10963917.000000 10932856.000000 1789404.000000 1333623.000000 1230322.000000 903923.000000 1335274.000000 225270.000000 858047.000000 213063.000000 266560.000000 633434.000000 259149.000000 350981.000000 266296.000000 435498.000000 113567.000000 166763.000000 44153.000000 190977.000000 183180.000000 133372.000000 27265.000000 3796.000000 11035367.000000 11003418.000000 1806640.000000 1340398.000000 1242862.000000 907218.000000 1342843.000000 224697.000000 874451.000000 216356.000000 266591.000000 634743.000000 259119.000000 351305.000000 266014.000000 434298.000000 113628.000000 166600.000000 44314.000000 191390.000000 186333.000000 133618.000000 28154.000000 3795.000000 11089488.000000 11056778.000000 1826025.000000 1335396.000000 1254678.000000 910044.000000 1346685.000000 224446.000000 890029.000000 219952.000000 266678.000000 635299.000000 258869.000000 350315.000000 265067.000000 433624.000000 113481.000000 166464.000000 44313.000000 192009.000000 188719.000000 134685.000000 28921.000000 3789.000000 11147537.000000 11113105.000000 1843870.000000 1336169.000000 1265631.000000 913288.000000 1351360.000000 224133.000000 907070.000000 223901.000000 266668.000000 635977.000000 258226.000000 348593.000000 264009.000000 432384.000000 112553.000000 166000.000000 44186.000000 192365.000000 191408.000000 135314.000000 30494.000000 3938.000000 11207943.000000 11170459.000000 1860947.000000 1336862.000000 1276439.000000 915628.000000 1355144.000000 224260.000000 922104.000000 229482.000000 266520.000000 636062.000000 257954.000000 347417.000000 264182.000000 432259.000000 112216.000000 165741.000000 44569.000000 192338.000000 193886.000000 136449.000000 33188.000000 4296.000000 11284820.000000 11244832.000000 1880065.000000 1349551.000000 1289406.000000 919259.000000 1361640.000000 223979.000000 939192.000000 234866.000000 267101.000000 636389.000000 257562.000000 345538.000000 262986.000000 430562.000000 111093.000000 165261.000000 44287.000000 192250.000000 196564.000000 137281.000000 35947.000000 4041.000000 11349593.000000 11307315.000000 1898893.000000 1351713.000000 1301384.000000 922665.000000 1367402.000000 224446.000000 953482.000000 239225.000000 267641.000000 636764.000000 257349.000000 344594.000000 262143.000000 429616.000000 110463.000000 164926.000000 44685.000000 192609.000000 199352.000000 137963.000000 38148.000000 4130.000000 11410680.000000 11366630.000000 1920512.000000 1351975.000000 1312082.000000 925604.000000 1372598.000000 225047.000000 967194.000000 243296.000000 268045.000000 636773.000000 256838.000000 344240.000000 261371.000000 428036.000000 109808.000000 164401.000000 45216.000000 192102.000000 202982.000000 138510.000000 39945.000000 4105.000000 11483038.000000 11433540.000000 1946079.000000 1346978.000000 1320539.000000 929290.000000 1377733.000000 225911.000000 979717.000000 247544.000000 269527.000000 637873.000000 257228.000000 344881.000000 261692.000000 428215.000000 110592.000000 164813.000000 46711.000000 192389.000000 206947.000000 138881.000000 45328.000000 4170.000000 11526898.000000 11475205.000000 1961699.000000 1356218.000000 1329263.000000 929750.000000 1382556.000000 225804.000000 992786.000000 249001.000000 269791.000000 636474.000000 255438.000000 342907.000000 259964.000000 424242.000000 109926.000000 164221.000000 47149.000000 190561.000000 209101.000000 138354.000000 47493.000000 4200.000000 11579238.000000 11523713.000000 1976607.000000 1374625.000000 1339500.000000 933061.000000 1385940.000000 225400.000000 999687.000000 251736.000000 270792.000000 635119.000000 253828.000000 341191.000000 257526.000000 420396.000000 109085.000000 163633.000000 47292.000000 188560.000000 211662.000000 138073.000000 51252.000000 4273.000000 105.220000 105.210000 102.510000 98.770000 102.810000 105.250000 105.440000 107.530000 106.610000 110.600000 110.950000 107.790000 109.540000 112.160000 111.860000 109.650000 116.760000 113.450000 110.290000 105.840000 105.000000 101.550000 106.770000 128.380000 104.950000 104.940000 102.250000 98.310000 102.600000 105.030000 105.070000 107.330000 106.180000 110.350000 110.790000 107.790000 109.420000 112.300000 111.810000 109.520000 116.450000 112.860000 110.480000 105.480000 104.490000 101.350000 106.240000 127.460000 104.660000 104.650000 102.020000 97.920000 102.310000 104.740000 104.770000 107.210000 105.810000 109.840000 110.610000 107.650000 109.360000 112.110000 111.900000 109.290000 116.120000 112.450000 109.990000 105.120000 104.160000 101.060000 107.600000 128.860000 104.360000 104.340000 101.760000 97.490000 102.060000 104.470000 104.560000 106.770000 105.460000 109.470000 110.320000 107.440000 109.080000 111.850000 111.560000 108.810000 115.390000 111.760000 108.970000 104.720000 103.790000 100.940000 108.910000 133.170000 104.080000 104.060000 101.560000 97.090000 101.830000 104.210000 104.260000 106.550000 105.000000 109.230000 110.350000 107.360000 108.900000 111.440000 111.420000 108.650000 114.710000 111.380000 108.620000 104.530000 103.290000 100.500000 109.320000 130.910000 103.840000 103.810000 101.340000 96.730000 101.630000 104.000000 103.970000 106.410000 104.720000 108.810000 110.330000 107.220000 108.750000 111.380000 111.420000 108.420000 113.990000 110.940000 108.180000 104.280000 102.890000 100.170000 110.860000 132.410000 103.530000 103.500000 101.100000 96.270000 101.350000 103.720000 103.620000 106.260000 104.290000 108.680000 110.240000 107.050000 108.500000 111.360000 111.320000 108.190000 113.560000 110.330000 107.780000 103.950000 102.160000 99.790000 111.370000 137.660000 103.160000 103.120000 100.790000 95.710000 101.050000 103.460000 103.190000 105.830000 103.920000 108.150000 110.090000 106.870000 108.240000 111.080000 110.880000 107.820000 112.930000 109.540000 107.520000 103.670000 101.510000 99.120000 111.720000 140.810000 102.720000 102.670000 100.370000 95.050000 100.700000 103.070000 102.710000 105.570000 103.490000 107.650000 109.650000 106.640000 107.800000 110.830000 110.600000 107.530000 112.400000 108.940000 107.250000 103.190000 100.830000 98.400000 112.790000 142.170000 102.280000 102.230000 100.010000 94.510000 100.310000 102.680000 102.200000 105.130000 102.940000 107.260000 109.300000 106.410000 107.390000 110.590000 110.320000 107.060000 111.530000 108.160000 106.760000 102.690000 100.170000 97.930000 113.760000 140.820000 101.890000 101.840000 99.620000 94.010000 99.990000 102.350000 101.740000 104.800000 102.510000 106.860000 109.070000 106.190000 107.040000 110.220000 109.940000 106.720000 111.140000 107.680000 106.360000 102.490000 99.710000 97.670000 111.720000 137.640000 101.340000 101.300000 99.050000 93.580000 99.600000 101.810000 101.120000 104.340000 101.970000 106.380000 108.420000 105.760000 106.360000 109.580000 109.300000 106.120000 110.230000 106.880000 105.970000 101.840000 98.890000 97.190000 106.940000 137.870000 100.940000 100.910000 98.670000 93.090000 99.240000 101.540000 100.610000 103.930000 101.660000 106.030000 107.930000 105.400000 106.110000 109.290000 108.970000 105.900000 109.840000 106.310000 105.560000 101.580000 98.630000 96.880000 105.010000 136.760000 100.570000 100.550000 98.140000 92.850000 98.910000 101.160000 100.190000 103.670000 101.390000 105.630000 107.540000 105.160000 105.970000 109.140000 108.890000 105.650000 109.280000 105.850000 105.440000 101.490000 98.450000 96.650000 102.690000 136.510000 271450.000000 270779.000000 39617.000000 30203.000000 30981.000000 20543.000000 30876.000000 5992.000000 22865.000000 6599.000000 7178.000000 17680.000000 7279.000000 10251.000000 7957.000000 11558.000000 3547.000000 4624.000000 1030.000000 4468.000000 4585.000000 2946.000000 600.000000 71.000000 283661.000000 282936.000000 41124.000000 31812.000000 33379.000000 21669.000000 32228.000000 5951.000000 24377.000000 7136.000000 7683.000000 18324.000000 7152.000000 10745.000000 7994.000000 11517.000000 3449.000000 4675.000000 1084.000000 4622.000000 4926.000000 3089.000000 639.000000 86.000000 305312.000000 304429.000000 44924.000000 33678.000000 35021.000000 23468.000000 35427.000000 6388.000000 26754.000000 7618.000000 8126.000000 19434.000000 7598.000000 11461.000000 8927.000000 12418.000000 3518.000000 4677.000000 1238.000000 5051.000000 5449.000000 3254.000000 786.000000 97.000000 260354.000000 259507.000000 39104.000000 26998.000000 30397.000000 19687.000000 29068.000000 5487.000000 23153.000000 6798.000000 7139.000000 16981.000000 6750.000000 9781.000000 7604.000000 10560.000000 3108.000000 4188.000000 1093.000000 4012.000000 4864.000000 2735.000000 746.000000 101.000000 247530.000000 246688.000000 36862.000000 25647.000000 28793.000000 18294.000000 27655.000000 5092.000000 22171.000000 6575.000000 6973.000000 16227.000000 6299.000000 9423.000000 7235.000000 10088.000000 3056.000000 3920.000000 1076.000000 3790.000000 4949.000000 2563.000000 738.000000 104.000000 227070.000000 226252.000000 34286.000000 23311.000000 25982.000000 16851.000000 25478.000000 4701.000000 20614.000000 6025.000000 6230.000000 15003.000000 5616.000000 8857.000000 6621.000000 9204.000000 2700.000000 3550.000000 1026.000000 3344.000000 4521.000000 2332.000000 715.000000 103.000000 216419.000000 215596.000000 33231.000000 22154.000000 25068.000000 16111.000000 24058.000000 4428.000000 19825.000000 5932.000000 5963.000000 14287.000000 5356.000000 7715.000000 6029.000000 8383.000000 2463.000000 3415.000000 941.000000 3184.000000 4772.000000 2281.000000 741.000000 82.000000 205854.000000 205008.000000 31676.000000 20962.000000 24049.000000 15476.000000 23377.000000 4098.000000 19338.000000 5708.000000 5405.000000 13106.000000 5015.000000 7257.000000 5653.000000 8003.000000 2381.000000 3106.000000 849.000000 3015.000000 4548.000000 1986.000000 739.000000 107.000000 204459.000000 203553.000000 32292.000000 21151.000000 23847.000000 15284.000000 22868.000000 3952.000000 19205.000000 5898.000000 5289.000000 12939.000000 4744.000000 6910.000000 5242.000000 7668.000000 2318.000000 3062.000000 861.000000 3004.000000 4858.000000 2161.000000 812.000000 94.000000 204414.000000 203362.000000 32444.000000 21620.000000 24603.000000 15240.000000 22963.000000 3796.000000 19435.000000 6186.000000 5258.000000 12490.000000 4588.000000 6500.000000 4874.000000 7256.000000 2216.000000 2967.000000 784.000000 2943.000000 5017.000000 2182.000000 937.000000 115.000000 198733.000000 197659.000000 32255.000000 20691.000000 23647.000000 14773.000000 22182.000000 3683.000000 19180.000000 6188.000000 4976.000000 12146.000000 4279.000000 6368.000000 4665.000000 6908.000000 2057.000000 2824.000000 726.000000 2754.000000 5215.000000 2142.000000 970.000000 104.000000 191310.000000 190153.000000 32093.000000 19403.000000 22601.000000 14196.000000 21077.000000 3637.000000 18515.000000 6043.000000 4639.000000 12245.000000 3914.000000 5966.000000 4252.000000 6337.000000 1940.000000 2612.000000 764.000000 2584.000000 5328.000000 2007.000000 1050.000000 107.000000 166886.000000 165734.000000 27617.000000 18530.000000 19537.000000 11612.000000 18684.000000 3448.000000 15838.000000 5031.000000 4198.000000 10583.000000 3420.000000 5057.000000 3485.000000 5261.000000 1722.000000 2341.000000 662.000000 2191.000000 4743.000000 1774.000000 1053.000000 99.000000 196627.000000 195341.000000 34323.000000 25132.000000 24027.000000 14208.000000 21411.000000 3544.000000 18041.000000 5481.000000 5084.000000 11833.000000 3477.000000 5442.000000 3577.000000 5354.000000 1746.000000 2603.000000 810.000000 1975.000000 5369.000000 1904.000000 1154.000000 132.000000 123180.000000 122806.000000 14442.000000 12374.000000 11307.000000 11389.000000 14471.000000 3116.000000 7690.000000 2676.000000 3906.000000 8043.000000 3957.000000 5841.000000 4506.000000 6932.000000 2479.000000 3191.000000 771.000000 2272.000000 1933.000000 1510.000000 349.000000 25.000000 126113.000000 125704.000000 14609.000000 12669.000000 12302.000000 11490.000000 14890.000000 3162.000000 7805.000000 2701.000000 3755.000000 8141.000000 4728.000000 6180.000000 4323.000000 6949.000000 2323.000000 3104.000000 759.000000 2328.000000 1968.000000 1518.000000 365.000000 44.000000 125958.000000 125570.000000 15065.000000 12989.000000 11508.000000 11440.000000 14959.000000 3181.000000 8241.000000 2718.000000 3996.000000 8333.000000 3935.000000 6037.000000 4556.000000 6703.000000 2223.000000 2996.000000 747.000000 2342.000000 2080.000000 1521.000000 351.000000 37.000000 127647.000000 127273.000000 15069.000000 13337.000000 11496.000000 11642.000000 15492.000000 3159.000000 8293.000000 2889.000000 3894.000000 8261.000000 3975.000000 6044.000000 4605.000000 6945.000000 2318.000000 3199.000000 758.000000 2384.000000 1992.000000 1521.000000 327.000000 47.000000 128636.000000 128222.000000 15349.000000 13522.000000 11695.000000 11780.000000 15821.000000 3283.000000 8482.000000 2743.000000 3955.000000 8079.000000 4005.000000 5984.000000 4516.000000 6950.000000 2352.000000 3074.000000 751.000000 2476.000000 1933.000000 1472.000000 368.000000 46.000000 130801.000000 130415.000000 16115.000000 13777.000000 12171.000000 12040.000000 15994.000000 3104.000000 8675.000000 2722.000000 3900.000000 8309.000000 3994.000000 5892.000000 4479.000000 7137.000000 2298.000000 3103.000000 749.000000 2462.000000 1964.000000 1530.000000 344.000000 42.000000 135092.000000 134670.000000 16386.000000 14016.000000 12596.000000 12263.000000 16487.000000 3161.000000 9081.000000 2921.000000 4173.000000 8354.000000 4111.000000 6353.000000 4815.000000 7354.000000 2382.000000 3113.000000 843.000000 2557.000000 2050.000000 1654.000000 372.000000 50.000000 139398.000000 138924.000000 16978.000000 14516.000000 13000.000000 12953.000000 16974.000000 3221.000000 9423.000000 3104.000000 4257.000000 8743.000000 4110.000000 6380.000000 4865.000000 7567.000000 2429.000000 3250.000000 752.000000 2640.000000 2155.000000 1607.000000 420.000000 54.000000 135839.000000 135352.000000 16484.000000 14011.000000 12914.000000 12572.000000 16839.000000 3217.000000 9215.000000 2935.000000 4179.000000 8578.000000 4090.000000 6328.000000 4608.000000 7183.000000 2267.000000 3065.000000 782.000000 2489.000000 2047.000000 1549.000000 442.000000 45.000000 141111.000000 140658.000000 17581.000000 14871.000000 13487.000000 12819.000000 17270.000000 3305.000000 9507.000000 2978.000000 4353.000000 8768.000000 4312.000000 6500.000000 4720.000000 7385.000000 2369.000000 3217.000000 789.000000 2602.000000 2202.000000 1623.000000 412.000000 41.000000 143624.000000 143172.000000 17882.000000 15606.000000 13826.000000 13040.000000 17517.000000 3441.000000 9677.000000 3278.000000 4255.000000 8754.000000 4291.000000 6476.000000 4964.000000 7523.000000 2200.000000 3170.000000 765.000000 2647.000000 2200.000000 1660.000000 410.000000 42.000000 143582.000000 143065.000000 17959.000000 15260.000000 13805.000000 12990.000000 18189.000000 3301.000000 9790.000000 3174.000000 4282.000000 8795.000000 4251.000000 6446.000000 4759.000000 7387.000000 2312.000000 3099.000000 756.000000 2577.000000 2212.000000 1721.000000 471.000000 46.000000 145772.000000 145243.000000 18404.000000 15398.000000 14340.000000 13206.000000 18001.000000 3368.000000 10183.000000 3383.000000 4302.000000 8934.000000 4254.000000 6279.000000 4970.000000 7410.000000 2276.000000 3099.000000 848.000000 2665.000000 2180.000000 1743.000000 481.000000 48.000000 152915.000000 152316.000000 19774.000000 15988.000000 14915.000000 13941.000000 18845.000000 3490.000000 10878.000000 3458.000000 4525.000000 9349.000000 4578.000000 6478.000000 5045.000000 7873.000000 2329.000000 3137.000000 910.000000 2725.000000 2339.000000 1739.000000 550.000000 49.000000 12.430000 12.430000 11.520000 11.530000 13.090000 11.300000 11.540000 12.860000 14.000000 15.530000 12.820000 13.600000 13.320000 13.660000 14.040000 12.670000 14.110000 12.940000 11.400000 11.730000 12.950000 11.200000 11.750000 9.420000 12.890000 12.890000 11.800000 12.050000 13.890000 11.860000 11.950000 12.790000 14.590000 16.560000 13.720000 14.060000 13.120000 14.370000 14.170000 12.660000 13.860000 13.130000 12.150000 12.050000 13.720000 11.700000 12.430000 13.020000 13.760000 13.760000 12.690000 12.740000 14.350000 12.770000 13.050000 13.730000 15.630000 17.440000 14.520000 14.860000 14.000000 15.390000 15.870000 13.670000 14.270000 13.190000 13.870000 13.060000 14.920000 12.250000 14.890000 14.590000 11.650000 11.650000 10.900000 10.230000 12.290000 10.670000 10.650000 11.790000 13.250000 15.350000 12.740000 12.940000 12.460000 13.160000 13.510000 11.620000 12.690000 11.850000 12.030000 10.300000 13.120000 10.240000 13.470000 12.960000 11.020000 11.010000 10.170000 9.720000 11.530000 9.890000 10.100000 10.950000 12.470000 14.630000 12.440000 12.340000 11.630000 12.680000 12.850000 11.110000 12.510000 11.120000 11.650000 9.690000 13.160000 9.570000 12.740000 11.810000 10.060000 10.060000 9.370000 8.850000 10.310000 9.090000 9.280000 10.140000 11.410000 13.210000 11.110000 11.400000 10.380000 11.940000 11.790000 10.170000 11.090000 10.100000 11.110000 8.530000 11.870000 8.680000 11.930000 11.730000 9.560000 9.550000 9.000000 8.440000 9.870000 8.670000 8.750000 9.570000 10.790000 12.800000 10.630000 10.850000 9.930000 10.440000 10.780000 9.290000 10.190000 9.750000 10.220000 8.120000 12.400000 8.450000 11.810000 9.030000 9.060000 9.050000 8.510000 8.000000 9.400000 8.310000 8.490000 8.870000 10.360000 12.080000 9.650000 9.960000 9.330000 9.870000 10.140000 8.900000 9.930000 8.920000 9.210000 7.690000 11.700000 7.330000 10.970000 10.860000 8.960000 8.950000 8.610000 8.060000 9.250000 8.200000 8.300000 8.570000 10.130000 12.220000 9.450000 9.840000 8.850000 9.450000 9.440000 8.560000 9.760000 8.840000 9.340000 7.680000 12.370000 7.940000 11.070000 9.340000 8.920000 8.910000 8.580000 8.220000 9.470000 8.160000 8.310000 8.240000 10.110000 12.580000 9.390000 9.500000 8.580000 8.940000 8.820000 8.140000 9.440000 8.620000 8.510000 7.540000 12.640000 8.000000 11.860000 11.660000 8.640000 8.630000 8.450000 7.880000 9.040000 7.890000 8.020000 8.000000 9.850000 12.390000 8.880000 9.250000 8.030000 8.790000 8.480000 7.790000 8.840000 8.250000 7.820000 7.070000 12.970000 7.830000 11.680000 10.560000 8.290000 8.270000 8.330000 7.420000 8.590000 7.570000 7.610000 7.880000 9.400000 11.920000 8.270000 9.330000 7.370000 8.250000 7.760000 7.170000 8.360000 7.660000 8.060000 6.650000 13.040000 7.330000 11.770000 10.880000 7.210000 7.190000 7.110000 7.090000 7.390000 6.190000 6.740000 7.480000 7.960000 9.830000 7.480000 8.080000 6.470000 7.020000 6.390000 5.990000 7.440000 6.890000 6.860000 5.670000 11.470000 6.500000 11.020000 9.970000 8.480000 8.460000 8.790000 9.540000 9.040000 7.580000 7.720000 7.710000 8.990000 10.640000 9.050000 9.070000 6.630000 7.600000 6.620000 6.160000 7.610000 7.710000 8.350000 5.170000 12.850000 7.000000 11.470000 13.170000 5.640000 5.640000 4.200000 4.720000 4.780000 6.260000 5.410000 6.690000 4.710000 6.300000 6.970000 6.190000 7.240000 7.780000 7.950000 7.600000 9.860000 8.930000 8.540000 5.970000 5.460000 5.740000 6.830000 3.320000 5.730000 5.730000 4.190000 4.800000 5.120000 6.290000 5.520000 6.800000 4.670000 6.270000 6.710000 6.250000 8.680000 8.270000 7.660000 7.640000 9.330000 8.720000 8.510000 6.070000 5.480000 5.750000 7.100000 6.660000 5.680000 5.680000 4.260000 4.910000 4.710000 6.230000 5.510000 6.840000 4.810000 6.220000 7.140000 6.370000 7.250000 8.110000 8.100000 7.380000 9.020000 8.450000 8.370000 6.050000 5.700000 5.730000 6.650000 5.570000 5.710000 5.710000 4.200000 5.050000 4.650000 6.310000 5.680000 6.790000 4.740000 6.520000 6.950000 6.300000 7.340000 8.130000 8.180000 7.640000 9.460000 9.050000 8.340000 6.120000 5.370000 5.690000 5.900000 6.030000 5.730000 5.730000 4.230000 5.130000 4.680000 6.370000 5.780000 7.060000 4.770000 6.100000 7.050000 6.140000 7.400000 8.050000 8.020000 7.660000 9.630000 8.720000 8.130000 6.330000 5.140000 5.490000 6.350000 5.220000 5.800000 5.800000 4.400000 5.230000 4.830000 6.490000 5.830000 6.690000 4.800000 5.970000 6.950000 6.310000 7.380000 7.940000 7.980000 7.890000 9.440000 8.820000 8.110000 6.280000 5.160000 5.690000 5.740000 4.780000 5.970000 5.970000 4.440000 5.340000 4.960000 6.600000 6.000000 6.830000 4.940000 6.310000 7.440000 6.350000 7.620000 8.600000 8.610000 8.150000 9.860000 8.890000 9.160000 6.520000 5.330000 6.130000 5.930000 5.510000 6.130000 6.130000 4.560000 5.540000 5.080000 6.960000 6.170000 6.970000 5.050000 6.570000 7.600000 6.640000 7.640000 8.680000 8.730000 8.410000 10.140000 9.330000 8.160000 6.730000 5.540000 5.930000 6.240000 5.480000 5.950000 5.950000 4.390000 5.340000 5.010000 6.740000 6.110000 6.980000 4.860000 6.080000 7.460000 6.520000 7.630000 8.660000 8.300000 8.020000 9.550000 8.850000 8.490000 6.360000 5.210000 5.690000 6.020000 4.470000 6.160000 6.160000 4.650000 5.650000 5.190000 6.860000 6.250000 7.180000 4.940000 6.060000 7.770000 6.670000 8.070000 8.940000 8.540000 8.280000 10.090000 9.340000 8.570000 6.660000 5.550000 5.950000 5.210000 4.160000 6.250000 6.250000 4.690000 5.940000 5.290000 6.970000 6.330000 7.470000 4.970000 6.560000 7.590000 6.660000 8.050000 8.940000 9.020000 8.480000 9.450000 9.260000 8.240000 6.790000 5.470000 6.070000 4.940000 4.260000 6.220000 6.230000 4.660000 5.840000 5.250000 6.930000 6.570000 7.160000 4.970000 6.260000 7.630000 6.700000 8.000000 8.910000 8.680000 8.360000 9.960000 9.080000 7.980000 6.630000 5.420000 6.280000 5.280000 4.680000 6.300000 6.310000 4.740000 5.890000 5.430000 7.040000 6.490000 7.300000 5.120000 6.610000 7.660000 6.820000 8.050000 8.720000 9.110000 8.440000 9.830000 9.120000 8.780000 6.900000 5.270000 6.380000 5.030000 4.830000 6.590000 6.600000 5.060000 6.070000 5.610000 7.430000 6.790000 7.590000 5.420000 6.710000 8.060000 7.160000 8.730000 9.050000 9.330000 9.060000 10.150000 9.290000 9.380000 7.130000 5.600000 6.390000 5.470000 4.890000 6.790000 6.790000 7.320000 6.810000 8.310000 5.030000 6.130000 6.170000 9.290000 9.230000 5.840000 7.420000 6.080000 5.880000 6.090000 5.070000 4.250000 4.010000 2.870000 5.770000 7.490000 5.460000 4.910000 6.100000 7.160000 7.160000 7.610000 7.250000 8.770000 5.570000 6.430000 5.990000 9.920000 10.290000 7.020000 7.810000 4.450000 6.110000 6.510000 5.020000 4.520000 4.410000
3.640000 5.980000 8.240000 5.950000 5.330000 6.360000 8.080000 8.080000 8.440000 7.830000 9.630000 6.550000 7.540000 6.900000 10.810000 11.220000 7.380000 8.490000 6.750000 7.280000 7.770000 6.290000 5.250000 4.740000 5.500000 7.000000 9.230000 6.520000 8.240000 9.030000 5.940000 5.940000 6.700000 5.170000 7.640000 4.360000 4.980000 5.000000 8.500000 8.820000 5.790000 6.650000 5.120000 5.030000 5.330000 3.980000 3.220000 2.800000 3.690000 4.180000 7.740000 4.550000 7.560000 6.930000 5.290000 5.290000 5.930000 4.600000 6.850000 3.520000 4.320000 3.890000 7.700000 8.530000 5.380000 6.200000 4.240000 4.630000 4.830000 3.460000 2.880000 2.400000 3.520000 3.360000 8.020000 4.070000 6.390000 6.590000 4.270000 4.260000 4.970000 3.620000 5.480000 2.590000 3.460000 3.440000 6.610000 7.240000 4.150000 5.090000 3.000000 4.000000 3.820000 2.280000 1.650000 1.270000 3.000000 2.250000 6.710000 2.980000 6.190000 6.940000 3.590000 3.580000 4.560000 3.100000 4.910000 2.070000 2.750000 2.740000 5.850000 6.500000 3.190000 4.510000 2.310000 1.840000 2.170000 1.140000 0.340000 0.860000 1.060000 1.600000 7.070000 2.320000 5.880000 3.520000 2.920000 2.920000 3.950000 2.460000 4.320000 1.360000 2.330000 1.900000 5.310000 5.510000 2.050000 3.310000 1.680000 1.190000 1.410000 0.480000 -0.200000 -0.410000 1.050000 0.960000 6.150000 1.400000 4.740000 5.380000 3.010000 3.000000 4.210000 2.720000 4.240000 1.450000 2.190000 1.590000 5.270000 6.140000 1.980000 3.320000 1.220000 0.800000 1.140000 0.540000 0.210000 -0.010000 0.860000 1.320000 7.160000 2.250000 5.040000 4.870000 2.760000 2.750000 3.930000 2.570000 4.280000 1.300000 2.060000 1.070000 5.160000 6.520000 1.620000 2.830000 0.520000 "." 0.280000 -0.140000 -0.650000 -0.730000 -0.050000 0.870000 7.090000 2.050000 6.640000 7.500000 2.400000 2.380000 3.770000 1.940000 3.760000 0.930000 1.690000 0.530000 4.880000 5.830000 1.290000 2.580000 -0.020000 -0.150000 -0.540000 -0.690000 -0.610000 -1.010000 -0.420000 0.270000 7.500000 1.760000 6.740000 6.290000 2.070000 2.050000 3.670000 1.580000 3.340000 0.640000 1.040000 0.730000 4.430000 5.660000 0.640000 2.630000 -0.630000 -0.660000 -0.920000 -1.190000 -1.600000 -1.430000 0.080000 0.020000 7.630000 1.040000 6.490000 6.200000 0.910000 0.890000 2.370000 1.200000 1.970000 -0.850000 0.250000 0.170000 2.840000 3.220000 -0.190000 1.260000 -1.580000 -1.700000 -2.720000 -2.450000 -2.390000 -2.230000 -1.930000 -1.230000 6.200000 0.110000 5.980000 5.140000 1.880000 1.860000 3.720000 3.470000 3.430000 0.140000 0.930000 0.120000 3.570000 3.930000 1.000000 1.900000 -2.100000 -1.450000 -2.720000 -2.900000 -2.540000 -1.580000 -1.030000 -1.960000 7.250000 0.610000 6.000000 8.280000 1635617.000000 1631141.000000 267164.000000 230402.000000 184326.000000 141776.000000 272889.000000 28856.000000 121849.000000 24293.000000 22755.000000 57057.000000 22398.000000 40331.000000 31977.000000 47964.000000 14586.000000 25051.000000 9786.000000 39178.000000 26607.000000 21896.000000 2746.000000 1730.000000 1444021.000000 1441072.000000 259212.000000 205035.000000 178283.000000 117713.000000 205029.000000 24185.000000 118666.000000 22077.000000 20952.000000 50929.000000 23017.000000 31280.000000 26378.000000 40894.000000 11690.000000 23557.000000 3907.000000 31534.000000 25991.000000 20743.000000 2357.000000 592.000000 1381843.000000 1377276.000000 251936.000000 192667.000000 171953.000000 112821.000000 189254.000000 24256.000000 115888.000000 22175.000000 20435.000000 49103.000000 21749.000000 29069.000000 25157.000000 39766.000000 11286.000000 22487.000000 4480.000000 30270.000000 25736.000000 16788.000000 3660.000000 907.000000 1373363.000000 1365425.000000 266683.000000 172037.000000 162217.000000 114258.000000 183894.000000 27695.000000 107794.000000 22762.000000 20109.000000 46266.000000 21337.000000 29394.000000 27026.000000 44708.000000 12793.000000 22384.000000 8104.000000 31342.000000 25438.000000 19184.000000 5088.000000 2850.000000 1452575.000000 1446164.000000 250530.000000 192708.000000 168083.000000 116277.000000 216891.000000 31659.000000 114015.000000 24633.000000 20793.000000 49064.000000 22683.000000 33852.000000 27660.000000 50182.000000 16142.000000 25267.000000 7876.000000 32330.000000 26099.000000 19420.000000 4613.000000 1798.000000 1273526.000000 1268175.000000 231804.000000 177009.000000 153742.000000 97663.000000 177509.000000 24068.000000 109412.000000 23016.000000 18839.000000 43374.000000 19773.000000 25973.000000 21996.000000 36801.000000 12290.000000 22779.000000 3725.000000 27565.000000 23828.000000 17009.000000 4549.000000 802.000000 1264937.000000 1257488.000000 226483.000000 174294.000000 152251.000000 98538.000000 175655.000000 23748.000000 115448.000000 25020.000000 18820.000000 42354.000000 18685.000000 26368.000000 20679.000000 35824.000000 10705.000000 22605.000000 3727.000000 26268.000000 23908.000000 16108.000000 6177.000000 1272.000000 1442018.000000 1431240.000000 226810.000000 180866.000000 244261.000000 104489.000000 186368.000000 27389.000000 125592.000000 31021.000000 20592.000000 45537.000000 21177.000000 28546.000000 26415.000000 42531.000000 12224.000000 23413.000000 5497.000000 29112.000000 27131.000000 22269.000000 8535.000000 2243.000000 1414340.000000 1403402.000000 238874.000000 200735.000000 174829.000000 108102.000000 191024.000000 25830.000000 126054.000000 30496.000000 22733.000000 48583.000000 21466.000000 29251.000000 26113.000000 41471.000000 11952.000000 23847.000000 4597.000000 30348.000000 27503.000000 19594.000000 10098.000000 840.000000 1173040.000000 1164206.000000 208248.000000 168905.000000 142848.000000 86552.000000 156114.000000 20931.000000 102147.000000 25278.000000 19318.000000 40398.000000 18107.000000 25273.000000 19865.000000 33770.000000 9438.000000 18622.000000 4576.000000 24148.000000 24373.000000 15295.000000 7974.000000 860.000000 1196407.000000 1188788.000000 217631.000000 163599.000000 148328.000000 87515.000000 153778.000000 22759.000000 106317.000000 26263.000000 20308.000000 42873.000000 18928.000000 27648.000000 21322.000000 34252.000000 9267.000000 18855.000000 4835.000000 23257.000000 25468.000000 15585.000000 6935.000000 684.000000 1198561.000000 1184614.000000 223035.000000 160943.000000 139366.000000 86338.000000 145198.000000 26067.000000 103947.000000 26959.000000 20909.000000 42346.000000 19429.000000 27785.000000 22830.000000 36683.000000 11501.000000 19323.000000 7096.000000 23251.000000 26196.000000 15412.000000 13002.000000 945.000000 1213899.000000 1205171.000000 226660.000000 177268.000000 143182.000000 81416.000000 141383.000000 21575.000000 134191.000000 26209.000000 20942.000000 40521.000000 17749.000000 26057.000000 20803.000000 32144.000000 9675.000000 19104.000000 5308.000000 21437.000000 25008.000000 14539.000000 7867.000000 861.000000 1128449.000000 1117070.000000 203459.000000 175907.000000 138008.000000 84641.000000 140697.000000 20044.000000 99132.000000 24893.000000 19263.000000 37927.000000 16769.000000 22774.000000 17922.000000 28587.000000 8618.000000 17412.000000 4826.000000 19208.000000 24069.000000 12914.000000 10547.000000 832.000000 1598111.000000 1591554.000000 253250.000000 206785.000000 168355.000000 142890.000000 263222.000000 32708.000000 100511.000000 21957.000000 26513.000000 62971.000000 26553.000000 47659.000000 37390.000000 55814.000000 18719.000000 27960.000000 11751.000000 38626.000000 24816.000000 23104.000000 3017.000000 3540.000000 1437773.000000 1435084.000000 234434.000000 222805.000000 162731.000000 118211.000000 205884.000000 27597.000000 94930.000000 20725.000000 24934.000000 56939.000000 27277.000000 38599.000000 33120.000000 46987.000000 14952.000000 26043.000000 4682.000000 30745.000000 23234.000000 20255.000000 1960.000000 729.000000 1376912.000000 1374124.000000 224816.000000 208194.000000 157364.000000 114295.000000 190312.000000 27281.000000 93076.000000 21129.000000 24666.000000 55313.000000 27913.000000 37366.000000 29885.000000 46906.000000 15070.000000 26224.000000 4488.000000 29755.000000 22624.000000 17447.000000 1994.000000 794.000000 1377174.000000 1374007.000000 248362.000000 198370.000000 155248.000000 116397.000000 191322.000000 29410.000000 92308.000000 20084.000000 22417.000000 51523.000000 23831.000000 32937.000000 28965.000000 46549.000000 14283.000000 23864.000000 5667.000000 30429.000000 23453.000000 18588.000000 2381.000000 786.000000 1456261.000000 1451309.000000 240849.000000 196779.000000 162654.000000 118370.000000 217235.000000 35160.000000 98064.000000 22086.000000 23685.000000 55027.000000 25503.000000 38056.000000 31350.000000 56506.000000 17493.000000 27098.000000 8023.000000 33160.000000 23614.000000 20597.000000 3008.000000 1944.000000 1286021.000000 1282331.000000 214888.000000 201261.000000 146285.000000 98677.000000 183079.000000 26487.000000 91879.000000 19711.000000 21032.000000 49804.000000 22290.000000 31234.000000 26122.000000 41274.000000 13815.000000 24234.000000 4195.000000 27655.000000 22285.000000 16124.000000 2870.000000 820.000000 1261692.000000 1257868.000000 211762.000000 187098.000000 146154.000000 98256.000000 178443.000000 26014.000000 95238.000000 20072.000000 20870.000000 47968.000000 21914.000000 31459.000000 24400.000000 40426.000000 13255.000000 24904.000000 4270.000000 26800.000000 22577.000000 15988.000000 3073.000000 751.000000 1427213.000000 1422857.000000 212930.000000 193409.000000 237422.000000 104685.000000 190887.000000 28966.000000 108220.000000 23194.000000 22439.000000 50836.000000 23327.000000 32865.000000 28005.000000 44866.000000 13606.000000 25120.000000 4913.000000 30097.000000 25782.000000 21288.000000 3046.000000 1310.000000 1376816.000000 1371127.000000 224264.000000 192008.000000 164154.000000 107005.000000 190359.000000 27725.000000 105199.000000 23444.000000 23801.000000 53736.000000 24083.000000 34673.000000 30007.000000 46712.000000 14989.000000 25839.000000 5380.000000 31957.000000 26249.000000 19543.000000 4241.000000 1448.000000 1154510.000000 1150293.000000 192191.000000 178627.000000 134998.000000 85639.000000 157119.000000 21450.000000 88268.000000 20357.000000 20046.000000 44800.000000 19871.000000 28091.000000 22515.000000 37622.000000 11582.000000 20373.000000 3966.000000 24725.000000 22910.000000 15143.000000 3443.000000 774.000000 1172845.000000 1167436.000000 196289.000000 175030.000000 140871.000000 86304.000000 154257.000000 22497.000000 92102.000000 21721.000000 20795.000000 47684.000000 20880.000000 29538.000000 23637.000000 38362.000000 10935.000000 20378.000000 3878.000000 24782.000000 22147.000000 15349.000000 4472.000000 937.000000 1163548.000000 1158358.000000 197246.000000 180581.000000 136473.000000 85143.000000 146253.000000 25680.000000 92576.000000 22219.000000 19919.000000 46264.000000 20021.000000 28184.000000 23338.000000 37831.000000 10481.000000 19305.000000 4202.000000 23916.000000 23096.000000 15630.000000 4348.000000 842.000000 1192662.000000 1186897.000000 212159.000000 169056.000000 135721.000000 81434.000000 139470.000000 22794.000000 116568.000000 25724.000000 21614.000000 47351.000000 21248.000000 29977.000000 23786.000000 39126.000000 10945.000000 20505.000000 4414.000000 25150.000000 23814.000000 16041.000000 4878.000000 887.000000 1109372.000000 1103987.000000 198924.000000 152855.000000 131145.000000 81742.000000 142276.000000 21523.000000 95050.000000 22290.000000 18780.000000 44658.000000 19352.000000 25835.000000 21760.000000 35048.000000 10418.000000 18845.000000 4487.000000 22665.000000 22391.000000 13943.000000 4632.000000 753.000000 1.720000 1.820000 4.040000 9.020000 6.750000 -0.610000 3.610000 -8.260000 13.070000 5.500000 -6.710000 -4.550000 -7.610000 -9.760000 -9.550000 -8.610000 -16.440000 -8.140000 -21.760000 1.450000 5.060000 -4.590000 -5.310000 -240.150000 0.280000 0.270000 7.110000 -6.730000 6.470000 -0.270000 -0.320000 -7.330000 14.200000 3.140000 -7.110000 -4.610000 -7.820000 -9.790000 -11.950000 -6.700000 -13.110000 -6.980000 -8.680000 2.060000 7.680000 1.850000 7.720000 -20.730000 0.220000 0.140000 7.660000 -5.870000 5.980000 -0.800000 -0.390000 -6.500000 13.330000 2.400000 -7.560000 -4.750000 -11.360000 -11.140000 -8.410000 -7.860000 -15.350000 -10.540000 -0.090000 1.330000 8.520000 -2.480000 31.560000 17.000000 -0.170000 -0.390000 5.100000 -9.970000 2.820000 -1.160000 -2.720000 -3.680000 8.860000 6.050000 -4.120000 -4.010000 -4.600000 -4.770000 -3.450000 -2.030000 -6.080000 -4.190000 26.810000 2.340000 5.350000 2.230000 48.870000 264.890000 -0.160000 -0.230000 2.670000 -1.540000 2.170000 -1.130000 -0.130000 -7.530000 8.970000 5.670000 -5.160000 -4.530000 -5.210000 -5.660000 -6.560000 -6.970000 -5.530000 -5.190000 -1.590000 -2.120000 6.610000 -4.390000 27.700000 -16.580000 -0.550000 -0.630000 4.620000 -9.210000 2.960000 -0.550000 -2.030000 -5.220000 9.700000 7.250000 -3.910000 -4.880000 -4.650000 -7.090000 -7.350000 -4.940000 -6.270000 -4.140000 -5.090000 -0.230000 4.050000 3.290000 28.000000 -2.050000 0.140000 -0.020000 3.990000 -4.880000 2.400000 0.150000 -1.010000 -4.900000 11.000000 10.680000 -3.660000 -4.260000 -5.990000 -6.890000 -6.650000 -5.100000 -10.550000 -6.570000 -5.900000 -1.360000 3.460000 0.440000 49.490000 57.360000 0.650000 0.370000 3.730000 -4.790000 2.670000 -0.110000 -1.640000 -3.410000 9.310000 16.570000 -3.300000 -4.030000 -4.000000 -5.880000 -2.850000 -2.600000 -5.770000 -4.900000 6.340000 -2.510000 3.470000 3.620000 81.490000 94.700000 1.640000 1.420000 3.890000 3.330000 4.140000 0.590000 0.240000 -4.110000 11.000000 14.610000 -1.910000 -3.920000 -4.880000 -7.420000 -7.010000 -5.850000 -12.790000 -5.750000 -8.500000 -4.110000 3.190000 0.190000 79.820000 -60.400000 0.810000 0.610000 4.250000 -3.700000 3.020000 0.490000 -0.360000 -1.130000 7.220000 10.010000 -1.300000 -3.350000 -3.300000 -3.880000 -4.800000 -4.320000 -9.130000 -5.090000 6.620000 -1.480000 3.690000 0.560000 57.340000 8.720000 1.020000 0.930000 5.590000 -4.350000 2.850000 0.650000 -0.170000 0.570000 7.300000 9.090000 -0.870000 -3.660000 -3.660000 -2.610000 -4.210000 -4.630000 -7.170000 -4.450000 10.310000 -3.910000 8.260000 0.860000 29.650000 -25.680000 1.520000 1.140000 6.690000 -7.510000 1.100000 0.640000 -0.380000 0.840000 5.780000 9.350000 1.760000 -2.980000 -1.110000 -0.550000 -0.930000 -1.300000 4.390000 0.050000 30.540000 -1.710000 7.590000 -0.800000 97.030000 10.470000 0.920000 0.790000 3.730000 3.140000 2.820000 -0.010000 0.690000 -2.640000 8.850000 0.950000 -1.200000 -5.210000 -6.620000 -5.440000 -5.470000 -7.950000 -5.480000 -4.120000 9.260000 -9.610000 2.890000 -5.500000 31.270000 -2.620000 0.820000 0.570000 1.160000 8.750000 2.580000 1.550000 -0.570000 -3.220000 2.030000 5.050000 0.860000 -5.160000 -4.920000 -4.280000 -7.100000 -7.430000 -7.840000 -4.240000 3.490000 -9.050000 4.020000 -3.780000 58.780000 7.880000 8.540000 8.650000 11.430000 15.950000 15.170000 4.430000 9.790000 -2.090000 22.620000 14.840000 -0.870000 2.870000 -1.520000 -3.880000 -3.460000 -3.530000 -12.110000 -4.120000 -18.710000 7.240000 12.630000 0.870000 -0.390000 -209.530000 7.470000 7.460000 14.830000 0.520000 15.360000 5.310000 6.130000 -1.340000 24.410000 13.520000 -0.100000 3.210000 -3.360000 -3.680000 -5.430000 -1.670000 -8.550000 -2.570000 -5.030000 8.070000 16.040000 7.830000 13.140000 -14.270000 8.340000 8.260000 16.230000 1.950000 15.730000 5.760000 7.170000 0.390000 24.430000 13.710000 -0.180000 3.750000 -4.600000 -3.850000 -0.630000 -1.570000 -10.040000 -5.780000 5.430000 8.370000 17.910000 4.050000 40.610000 26.370000 5.790000 5.570000 11.870000 -4.790000 10.520000 3.210000 2.260000 1.320000 17.510000 14.980000 1.670000 2.640000 0.520000 0.260000 1.890000 1.950000 -2.850000 -1.390000 30.970000 6.540000 13.180000 6.800000 58.070000 314.570000 5.140000 5.070000 8.640000 3.060000 9.060000 2.390000 4.210000 -3.630000 16.810000 14.290000 0.220000 1.660000 -0.970000 -1.030000 -1.720000 -3.500000 -2.650000 -2.790000 1.930000 1.240000 14.740000 -0.320000 34.670000 -9.940000 3.720000 3.640000 9.640000 -5.570000 8.480000 2.050000 1.430000 -1.770000 16.440000 14.600000 0.240000 0.200000 -1.650000 -3.090000 -3.530000 -2.660000 -4.600000 -2.860000 -2.090000 2.020000 10.820000 6.300000 34.790000 4.910000 3.740000 3.570000 8.590000 -1.780000 7.340000 2.220000 1.740000 -2.160000 16.990000 17.330000 -0.460000 0.240000 -3.670000 -5.040000 -4.470000 -3.950000 -10.170000 -5.690000 -4.820000 0.240000 10.590000 2.770000 56.950000 62.800000 3.580000 3.290000 7.710000 -2.320000 7.020000 1.250000 0.680000 -1.510000 14.730000 22.320000 -1.250000 -0.710000 -2.310000 -4.670000 -1.440000 -2.110000 -5.950000 -5.300000 7.420000 -1.550000 9.670000 5.030000 90.110000 105.350000 4.660000 4.430000 8.140000 6.060000 8.420000 2.040000 2.430000 -2.510000 16.400000 20.970000 0.080000 -0.600000 -3.650000 -6.600000 -5.850000 -5.290000 -12.500000 -5.740000 -7.610000 -2.790000 10.400000 2.440000 88.620000 -54.040000 3.580000 3.360000 8.210000 -1.130000 7.330000 1.790000 1.700000 -0.060000 12.460000 16.670000 0.320000 -0.520000 -2.780000 -3.870000 -4.510000 -4.460000 -9.730000 -5.790000 6.590000 -0.600000 10.840000 2.610000 66.100000 16.350000 3.430000 3.320000 9.400000 -2.410000 6.630000 1.570000 1.510000 1.090000 12.260000 15.030000 0.420000 -1.080000 -3.680000 -2.750000 -4.740000 -5.310000 -7.750000 -5.440000 9.940000 -3.630000 15.880000 2.630000 37.070000 -19.200000 3.590000 3.200000 10.410000 -5.910000 4.450000 1.280000 0.660000 1.570000 10.260000 15.120000 2.400000 -0.360000 -1.750000 -1.210000 -1.850000 -2.480000 2.790000 -1.370000 31.100000 -1.690000 15.330000 0.250000 109.180000 16.810000 1.830000 1.680000 6.120000 4.350000 4.800000 -0.860000 0.940000 -2.470000 11.760000 4.180000 -1.380000 -3.950000 -8.160000 -7.110000 -8.160000 -10.350000 -7.850000 -6.330000 7.360000 -10.780000 9.130000 -5.370000 37.960000 2.520000 2.710000 2.430000 4.900000 12.290000 6.030000 1.690000 0.360000 -3.090000 5.620000 9.020000 1.860000 -3.250000 -7.000000 -5.710000 -9.770000 -10.280000 -10.330000 -5.810000 2.470000 -10.950000 11.340000 -3.170000 66.950000 16.290000 605.960000 607.420000 1685.510000 9712.810000 1076.970000 831.380000 912.810000 217.210000 1352.210000 299.790000 307.560000 1211.350000 132.930000 580.240000 297.490000 328.050000 71.100000 77.040000 705.190000 2878.290000 3422.240000 4382.300000 333.600000 231.080000 610.490000 611.950000 1710.500000 9717.860000 1093.500000 835.800000 918.400000 216.920000 1385.220000 303.840000 307.530000 1215.230000 132.480000 578.110000 295.880000 327.500000 70.490000 76.850000 701.640000 2901.510000 3477.140000 4416.600000 337.990000 227.780000 615.580000 617.010000 1738.260000 9736.850000 1110.710000 840.620000 924.990000 217.010000 1419.070000 308.010000 307.480000 1219.780000 131.880000 575.880000 295.690000 326.990000 69.790000 76.400000 705.450000 2925.790000 3539.400000 4434.490000 351.710000 233.780000 619.140000 620.440000 1758.900000 9690.230000 1122.390000 843.310000 927.080000 217.290000 1443.920000 312.620000 307.990000 1223.010000 131.940000 576.030000 296.250000 327.630000 69.590000 76.300000 727.300000 2944.930000 3586.060000 4464.650000 372.140000 307.330000 622.330000 623.590000 1774.090000 9719.860000 1132.560000 845.330000 930.980000 216.510000 1468.200000 317.090000 308.060000 1225.040000 131.820000 575.440000 295.740000 326.480000 69.400000 76.080000 728.700000 2948.580000 3638.910000 4463.210000 385.040000 304.270000 624.640000 625.860000 1791.190000 9665.710000 1142.160000 847.060000 932.300000 216.120000 1492.340000 321.720000 308.140000 1225.290000 131.600000 573.660000 294.690000 325.610000 69.080000 75.860000 727.180000 2954.540000 3678.290000 4491.320000 398.440000 305.760000 626.980000 628.100000 1806.570000 9648.550000 1150.540000 848.940000 933.930000 215.660000 1517.690000 327.300000 307.990000 1225.580000 131.110000 570.770000 293.370000 324.330000 68.380000 75.430000 723.670000 2955.260000 3717.230000 4503.760000 421.130000 324.970000 629.220000 630.160000 1820.490000 9626.110000 1158.620000 850.010000 934.570000 215.330000 1540.040000 334.600000 307.610000 1224.710000 130.810000 568.110000 292.950000 323.640000 67.970000 75.030000 729.040000 2950.660000 3753.170000 4526.420000 459.070000 359.200000 632.160000 632.950000 1835.310000 9684.490000 1168.370000 851.740000 936.840000 214.790000 1565.300000 341.630000 307.630000 1223.980000 130.330000 564.360000 291.240000 321.930000 67.120000 74.600000 723.490000 2942.420000 3790.180000 4537.460000 499.760000 339.790000 634.390000 635.080000 1850.370000 9673.550000 1176.940000 853.270000 938.430000 214.780000 1584.800000 347.330000 307.730000 1223.340000 129.970000 562.170000 289.930000 320.490000 66.470000 74.170000 728.260000 2940.650000 3831.250000 4549.310000 537.710000 345.350000 636.570000 637.190000 1867.770000 9650.210000 1184.740000 854.610000 939.850000 215.010000 1604.230000 352.550000 307.860000 1222.020000 129.490000 560.630000 288.550000 318.790000 65.960000 73.770000 735.500000 2929.970000 3892.090000 4561.270000 557.640000 338.720000 638.820000 639.190000 1887.220000 9593.200000 1190.020000 855.700000 940.470000 215.350000 1620.690000 357.880000 308.600000 1221.590000 129.270000 559.940000 287.720000 318.000000 66.140000 73.670000 758.370000 2925.010000 3951.770000 4562.400000 618.520000 344.410000 639.990000 640.270000 1898.780000 9634.930000 1195.730000 854.970000 941.350000 214.820000 1639.750000 359.370000 308.170000 1216.760000 128.210000 555.960000 285.370000 314.710000 65.620000 73.200000 763.950000 2893.470000 3987.840000 4537.900000 642.010000 345.280000 641.700000 641.800000 1908.070000 9753.390000 1202.940000 856.410000 941.260000 214.150000 1648.960000 362.610000 308.740000 1212.810000 127.310000 552.790000 282.590000 311.470000 64.940000 72.770000 765.840000 2861.780000 4033.040000 4523.500000 684.990000 350.900000 6287996.000000 6273765.000000 1066503.000000 799108.000000 705699.000000 512889.000000 796816.000000 125167.000000 481098.000000 111664.000000 143242.000000 349904.000000 142468.000000 185076.000000 140333.000000 245135.000000 64461.000000 94816.000000 22281.000000 110607.000000 101682.000000 74816.000000 12643.000000 1588.000000 6338147.000000 6323571.000000 1083871.000000 794560.000000 718123.000000 517091.000000 800651.000000 125199.000000 494229.000000 113508.000000 143573.000000 351750.000000 142412.000000 184338.000000 139384.000000 244524.000000 63534.000000 94439.000000 22113.000000 111189.000000 103596.000000 75487.000000 13022.000000 1554.000000 6367483.000000 6352256.000000 1097723.000000 788448.000000 727639.000000 519232.000000 801073.000000 124851.000000
505239.000000 115012.000000 143333.000000 352889.000000 141406.000000 183269.000000 138711.000000 242976.000000 62633.000000 93500.000000 22225.000000 111368.000000 105180.000000 75549.000000 13628.000000 1599.000000 6351281.000000 6334718.000000 1102480.000000 773897.000000 730117.000000 517104.000000 793040.000000 124282.000000 510610.000000 116367.000000 142929.000000 351958.000000 140455.000000 181817.000000 138145.000000 241720.000000 61980.000000 92718.000000 23155.000000 110940.000000 105647.000000 75357.000000 14375.000000 2188.000000 6341962.000000 6324965.000000 1104163.000000 767211.000000 733052.000000 515955.000000 789269.000000 123221.000000 517047.000000 117693.000000 142182.000000 350956.000000 139463.000000 181037.000000 137234.000000 239213.000000 61236.000000 91660.000000 23146.000000 109930.000000 106615.000000 74682.000000 14828.000000 2169.000000 6340141.000000 6322713.000000 1110170.000000 754699.000000 737506.000000 516305.000000 785221.000000 122495.000000 524860.000000 119624.000000 142034.000000 350272.000000 138966.000000 179726.000000 136059.000000 237542.000000 60775.000000 91015.000000 23085.000000 109737.000000 107641.000000 74981.000000 15306.000000 2122.000000 6324157.000000 6305815.000000 1111265.000000 744547.000000 739074.000000 514891.000000 780073.000000 121643.000000 532004.000000 121749.000000 141569.000000 348516.000000 137733.000000 177647.000000 134851.000000 235270.000000 59694.000000 90026.000000 22931.000000 109109.000000 108404.000000 74819.000000 16134.000000 2208.000000 6317471.000000 6297245.000000 1112429.000000 735008.000000 742421.000000 513948.000000 774483.000000 121137.000000 538805.000000 124935.000000 141468.000000 347106.000000 136855.000000 176111.000000 134569.000000 233929.000000 59115.000000 89070.000000 23166.000000 108231.000000 109311.000000 75148.000000 17808.000000 2418.000000 6310416.000000 6288960.000000 1112823.000000 731610.000000 745718.000000 512367.000000 770368.000000 120190.000000 545930.000000 128164.000000 141258.000000 345324.000000 135874.000000 173875.000000 133338.000000 231066.000000 57900.000000 88209.000000 22906.000000 107052.000000 110040.000000 74948.000000 19257.000000 2199.000000 6305498.000000 6282826.000000 1114363.000000 722635.000000 749313.000000 511147.000000 766629.000000 120033.000000 551828.000000 130629.000000 141351.000000 344405.000000 135273.000000 172896.000000 132831.000000 229082.000000 57251.000000 87588.000000 23232.000000 106465.000000 111049.000000 74826.000000 20453.000000 2219.000000 6294738.000000 6271195.000000 1115470.000000 712621.000000 751883.000000 509352.000000 762741.000000 120152.000000 556822.000000 133031.000000 141267.000000 342277.000000 134379.000000 172472.000000 131756.000000 226983.000000 56542.000000 86684.000000 23617.000000 105280.000000 113046.000000 74820.000000 21360.000000 2183.000000 6289980.000000 6262961.000000 1118233.000000 699977.000000 751527.000000 507786.000000 758980.000000 120136.000000 561341.000000 135492.000000 141528.000000 341091.000000 134059.000000 172713.000000 131749.000000 226288.000000 56718.000000 86325.000000 24603.000000 104657.000000 115033.000000 74725.000000 24800.000000 2219.000000 6272425.000000 6244139.000000 1114539.000000 699290.000000 752744.000000 504185.000000 755378.000000 119325.000000 566697.000000 136321.000000 141358.000000 338411.000000 132230.000000 171416.000000 130325.000000 222815.000000 55985.000000 85578.000000 24938.000000 102659.000000 115859.000000 74086.000000 26048.000000 2238.000000 6246822.000000 6216224.000000 1108090.000000 703799.000000 753620.000000 500571.000000 749628.000000 118082.000000 565979.000000 137481.000000 141384.000000 335180.000000 130179.000000 169592.000000 128185.000000 219051.000000 55214.000000 84595.000000 24944.000000 100342.000000 116710.000000 73598.000000 28340.000000 2258.000000 262081.000000 261419.000000 38117.000000 29144.000000 29981.000000 19803.000000 29811.000000 5777.000000 22005.000000 6419.000000 6990.000000 17337.000000 7038.000000 10018.000000 7798.000000 11127.000000 3244.000000 4245.000000 1006.000000 4273.000000 4455.000000 2831.000000 593.000000 69.000000 274495.000000 273780.000000 39660.000000 30913.000000 32326.000000 20944.000000 31189.000000 5758.000000 23524.000000 6935.000000 7469.000000 18015.000000 6929.000000 10525.000000 7821.000000 11114.000000 3147.000000 4261.000000 1059.000000 4395.000000 4802.000000 2994.000000 630.000000 85.000000 295294.000000 294421.000000 43413.000000 32673.000000 33788.000000 22642.000000 34282.000000 6174.000000 25836.000000 7416.000000 7886.000000 19072.000000 7351.000000 11238.000000 8743.000000 11959.000000 3212.000000 4265.000000 1224.000000 4824.000000 5297.000000 3126.000000 776.000000 97.000000 250858.000000 250016.000000 37598.000000 26166.000000 29340.000000 18936.000000 28029.000000 5256.000000 22220.000000 6606.000000 6910.000000 16605.000000 6505.000000 9523.000000 7402.000000 10070.000000 2810.000000 3765.000000 1074.000000 3846.000000 4740.000000 2615.000000 741.000000 101.000000 238521.000000 237687.000000 35450.000000 24871.000000 27720.000000 17564.000000 26706.000000 4890.000000 21322.000000 6398.000000 6746.000000 15869.000000 6042.000000 9152.000000 7072.000000 9632.000000 2760.000000 3533.000000 1053.000000 3632.000000 4833.000000 2442.000000 730.000000 104.000000 218978.000000 218166.000000 33072.000000 22679.000000 25012.000000 16264.000000 24572.000000 4520.000000 19771.000000 5848.000000 6028.000000 14666.000000 5403.000000 8646.000000 6455.000000 8771.000000 2428.000000 3191.000000 1009.000000 3171.000000 4423.000000 2237.000000 709.000000 103.000000 208471.000000 207656.000000 31998.000000 21493.000000 24126.000000 15498.000000 23174.000000 4228.000000 19025.000000 5772.000000 5770.000000 13971.000000 5144.000000 7492.000000 5847.000000 8005.000000 2217.000000 3087.000000 918.000000 3035.000000 4663.000000 2193.000000 733.000000 82.000000 197572.000000 196735.000000 30356.000000 20348.000000 23030.000000 14876.000000 22447.000000 3904.000000 18499.000000 5530.000000 5213.000000 12773.000000 4761.000000 7035.000000 5467.000000 7574.000000 2133.000000 2771.000000 832.000000 2843.000000 4439.000000 1904.000000 733.000000 104.000000 195864.000000 194974.000000 30935.000000 20462.000000 22808.000000 14670.000000 21898.000000 3748.000000 18301.000000 5725.000000 5087.000000 12608.000000 4523.000000 6667.000000 5061.000000 7220.000000 2042.000000 2757.000000 841.000000 2841.000000 4741.000000 2039.000000 798.000000 92.000000 195375.000000 194335.000000 30963.000000 20875.000000 23434.000000 14592.000000 21930.000000 3588.000000 18539.000000 5982.000000 5074.000000 12137.000000 4360.000000 6266.000000 4675.000000 6833.000000 1954.000000 2617.000000 766.000000 2768.000000 4915.000000 2067.000000 925.000000 115.000000 190498.000000 189436.000000 30950.000000 20025.000000 22625.000000 14220.000000 21228.000000 3490.000000 18323.000000 6006.000000 4805.000000 11815.000000 4046.000000 6146.000000 4481.000000 6504.000000 1823.000000 2492.000000 702.000000 2611.000000 5101.000000 2043.000000 961.000000 101.000000 183801.000000 182654.000000 30863.000000 18782.000000 21691.000000 13696.000000 20239.000000 3448.000000 17734.000000 5885.000000 4461.000000 11902.000000 3707.000000 5769.000000 4106.000000 6010.000000 1711.000000 2323.000000 746.000000 2442.000000 5235.000000 1904.000000 1043.000000 104.000000 159328.000000 158199.000000 26387.000000 17876.000000 18636.000000 11149.000000 17774.000000 3269.000000 15073.000000 4864.000000 4020.000000 10276.000000 3208.000000 4829.000000 3343.000000 4900.000000 1532.000000 2059.000000 642.000000 2058.000000 4647.000000 1657.000000 1035.000000 94.000000 189162.000000 187900.000000 33001.000000 24432.000000 23139.000000 13725.000000 20522.000000 3385.000000 17277.000000 5284.000000 4920.000000 11574.000000 3284.000000 5249.000000 3458.000000 5024.000000 1561.000000 2332.000000 794.000000 1853.000000 5272.000000 1814.000000 1133.000000 129.000000 9294.000000 9285.000000 1484.000000 1040.000000 993.000000 737.000000 1052.000000 214.000000 857.000000 180.000000 187.000000 340.000000 240.000000 232.000000 159.000000 429.000000 303.000000 378.000000 24.000000 192.000000 129.000000 115.000000 7.000000 2.000000 9083.000000 9073.000000 1446.000000 887.000000 1040.000000 720.000000 1032.000000 190.000000 847.000000 200.000000 214.000000 308.000000 222.000000 219.000000 173.000000 397.000000 302.000000 409.000000 25.000000 227.000000 122.000000 93.000000 9.000000 1.000000 9952.000000 9942.000000 1501.000000 994.000000 1225.000000 821.000000 1133.000000 214.000000 911.000000 201.000000 240.000000 361.000000 247.000000 223.000000 183.000000 455.000000 306.000000 410.000000 14.000000 226.000000 151.000000 126.000000 10.000000 "." 9433.000000 9428.000000 1496.000000 817.000000 1048.000000 748.000000 1033.000000 230.000000 928.000000 192.000000 229.000000 373.000000 245.000000 258.000000 199.000000 488.000000 298.000000 421.000000 19.000000 166.000000 122.000000 118.000000 5.000000 "." 8945.000000 8937.000000 1407.000000 770.000000 1065.000000 721.000000 943.000000 201.000000 840.000000 174.000000 227.000000 356.000000 257.000000 271.000000 163.000000 453.000000 295.000000 383.000000 23.000000 156.000000 116.000000 116.000000 8.000000 "." 8030.000000 8024.000000 1205.000000 626.000000 956.000000 584.000000 900.000000 180.000000 834.000000 177.000000 200.000000 337.000000 213.000000 210.000000 165.000000 425.000000 272.000000 359.000000 17.000000 172.000000 97.000000 95.000000 6.000000 "." 7887.000000 7879.000000 1224.000000 653.000000 933.000000 608.000000 881.000000 200.000000 791.000000 160.000000 190.000000 315.000000 211.000000 219.000000 182.000000 371.000000 245.000000 327.000000 23.000000 149.000000 109.000000 88.000000 8.000000 "." 8245.000000 8236.000000 1316.000000 610.000000 1015.000000 596.000000 927.000000 193.000000 832.000000 178.000000 190.000000 331.000000 254.000000 221.000000 186.000000 428.000000 247.000000 334.000000 17.000000 172.000000 108.000000 81.000000 6.000000 3.000000 8560.000000 8544.000000 1353.000000 683.000000 1038.000000 612.000000 963.000000 204.000000 898.000000 173.000000 202.000000 328.000000 221.000000 241.000000 181.000000 446.000000 276.000000 304.000000 20.000000 162.000000 117.000000 122.000000 14.000000 2.000000 8979.000000 8967.000000 1471.000000 739.000000 1158.000000 646.000000 1025.000000 206.000000 892.000000 203.000000 183.000000 351.000000 227.000000 232.000000 199.000000 421.000000 261.000000 346.000000 18.000000 172.000000 102.000000 115.000000 12.000000 "." 8195.000000 8183.000000 1300.000000 663.000000 1015.000000 551.000000 945.000000 192.000000 852.000000 182.000000 170.000000 330.000000 232.000000 222.000000 184.000000 404.000000 232.000000 330.000000 24.000000 143.000000 114.000000 98.000000 9.000000 3.000000 7472.000000 7462.000000 1221.000000 619.000000 907.000000 497.000000 835.000000 189.000000 772.000000 157.000000 177.000000 343.000000 207.000000 196.000000 146.000000 327.000000 228.000000 288.000000 18.000000 142.000000 91.000000 102.000000 7.000000 3.000000 7532.000000 7509.000000 1225.000000 651.000000 898.000000 461.000000 908.000000 179.000000 763.000000 166.000000 178.000000 306.000000 212.000000 226.000000 141.000000 360.000000 190.000000 280.000000 20.000000 133.000000 95.000000 117.000000 18.000000 5.000000 7452.000000 7428.000000 1322.000000 697.000000 883.000000 481.000000 888.000000 159.000000 764.000000 197.000000 164.000000 258.000000 193.000000 193.000000 119.000000 330.000000 185.000000 271.000000 16.000000 122.000000 96.000000 90.000000 21.000000 3.000000 75.000000 75.000000 16.000000 19.000000 7.000000 3.000000 13.000000 1.000000 3.000000 "." 1.000000 3.000000 1.000000 1.000000 "." 2.000000 "." 1.000000 "." 3.000000 1.000000 "." "." "." 83.000000 83.000000 18.000000 12.000000 13.000000 5.000000 7.000000 3.000000 6.000000 1.000000 "." 1.000000 1.000000 1.000000 "." 6.000000 "." 5.000000 "." "." 2.000000 2.000000 "." "." 66.000000 66.000000 10.000000 11.000000 8.000000 5.000000 12.000000 "." 7.000000 1.000000 "." 1.000000 "." "." 1.000000 4.000000 "." 2.000000 "." 1.000000 1.000000 2.000000 "." "." 63.000000 63.000000 10.000000 15.000000 9.000000 3.000000 6.000000 1.000000 5.000000 "." "." 3.000000 "." "." 3.000000 2.000000 "." 2.000000 "." "." 2.000000 2.000000 "." "." 64.000000 64.000000 5.000000 6.000000 8.000000 9.000000 6.000000 1.000000 9.000000 3.000000 "." 2.000000 "." "." "." 3.000000 1.000000 4.000000 "." 2.000000 "." 5.000000 "." "." 62.000000 62.000000 9.000000 6.000000 14.000000 3.000000 6.000000 1.000000 9.000000 "." 2.000000 "." "." 1.000000 1.000000 8.000000 "." "." "." 1.000000 1.000000 "." "." "." 61.000000 61.000000 9.000000 8.000000 9.000000 5.000000 3.000000 "." 9.000000 "." 3.000000 1.000000 1.000000 4.000000 "." 7.000000 1.000000 1.000000 "." "." "." "." "." "." 37.000000 37.000000 4.000000 4.000000 4.000000 4.000000 3.000000 1.000000 7.000000 "." 2.000000 2.000000 "." 1.000000 "." 1.000000 1.000000 1.000000 "." "." 1.000000 1.000000 "." "." 35.000000 35.000000 4.000000 6.000000 1.000000 2.000000 7.000000 "." 6.000000 "." "." 3.000000 "." 2.000000 "." 2.000000 "." 1.000000 "." 1.000000 "." "." "." "." 60.000000 60.000000 10.000000 6.000000 11.000000 2.000000 8.000000 2.000000 4.000000 1.000000 1.000000 2.000000 1.000000 2.000000 "." 2.000000 1.000000 4.000000 "." 3.000000 "." "." "." "." 40.000000 40.000000 5.000000 3.000000 7.000000 2.000000 9.000000 1.000000 5.000000 "." 1.000000 1.000000 1.000000 "." "." "." 2.000000 2.000000 "." "." "." 1.000000 "." "." 37.000000 37.000000 9.000000 2.000000 3.000000 3.000000 3.000000 "." 9.000000 1.000000 1.000000 "." "." 1.000000 "." "." 1.000000 1.000000 "." "." 2.000000 1.000000 "." "." 26.000000 26.000000 5.000000 3.000000 3.000000 2.000000 2.000000 "." 2.000000 1.000000 "." 1.000000 "." 2.000000 1.000000 1.000000 "." 2.000000 "." "." 1.000000 "." "." "." 13.000000 13.000000 "." 3.000000 5.000000 2.000000 1.000000 "." "." "." "." 1.000000 "." "." "." "." "." "." "." "." 1.000000 "." "." "." 96.548536 96.543307 96.213747 96.493726 96.772215 96.397800 96.550719 96.411883 96.238793 97.272314 97.380886 98.059955 96.689106 97.727051 98.001759 96.270981 91.457570 91.803633 97.669903 95.635631 97.164667 96.096402 98.833333 97.183099 96.768678 96.763932 96.440035 97.174022 96.845322 96.654206 96.776095 96.756848 96.500800 97.183296 97.214630 98.313687 96.881991 97.952536 97.835877 96.500825 91.243839 91.144385 97.693727 95.088706 97.482745 96.924571 98.591549 98.837209 96.718766 96.712534 96.636542 97.015856 96.479255 96.480314 96.768002 96.649969 96.568737 97.348385 97.046517 98.137285 96.749145 98.054271 97.938837 96.303753 91.301876 91.190934 98.869144 95.505840 97.210497 96.066380 98.727735 100.000000 96.352658 96.342681 96.148732 96.918290 96.522683 96.185300 96.425623 95.790049 95.970285 97.175640 96.792268 97.785761 96.370370 97.362233 97.343503 95.359848 90.411840 89.899713 98.261665 95.862413 97.450658 95.612431 99.329759 100.000000 96.360441 96.351262 96.169497 96.974305 96.273400 96.009621 96.568432 96.032993 96.170673 97.307985 96.744586 97.793800 95.919987 97.124058 97.747063 95.479778 90.314136 90.127551 97.862454 95.831135 97.656092 95.278970 98.915989 100.000000 96.436341 96.426109 96.459196 97.288834 96.266646 96.516527 96.443991 96.149755 95.910546 97.062241 96.757624 97.753783 96.207265 97.617704 97.492826 95.295524 89.925926 89.887324 98.343080 94.826555 97.832338 95.926244 99.160839 100.000000 96.327494 96.317186 96.289609 97.016340 96.242221 96.195146 96.325547 95.483288 95.964691 97.302765 96.763374 97.788199 96.041822 97.109527 96.981257 95.490874 90.012180 90.395315 97.555792 95.320352 97.715842 96.142043 98.920378 100.000000 95.976760 95.964548 95.832807 97.070890 95.762818 96.123029 96.021731 95.265983 95.661392 96.881570 96.447734 97.459179 94.935194 96.940885 96.709712 94.639510 89.584208 89.214424 97.997644 94.295191 97.603342 95.871098 99.188092 97.196262 95.796223 95.785373 95.797721 96.742471 95.643058 95.982727 95.758265 94.838057 95.292892 97.066802 96.180753 97.441842 95.341484 96.483357 96.547119 94.157538 88.093184 90.039190 97.677120 94.573901 97.591601 94.354466 98.275862 97.872340 95.578092 95.561118 95.435211 96.554117 95.248547 95.748031 95.501459 94.520548 95.389761 96.702231 96.500571 97.173739 95.030514 96.400000 95.917111 94.170342 88.176895 88.203573 97.704082 94.053687 97.966912 94.729606 98.719317 100.000000 95.856249 95.839805 95.954116 96.781209 95.678099 96.256684 95.699216 94.759707 95.531804 97.058824 96.563505 97.274823 94.554803 96.513819 96.055734 94.151708 88.624210 88.243626 96.694215 94.807553 97.813998 95.378151 99.072165 97.115385 96.074957 96.056334 96.167389 96.799464 95.973629 96.477881 96.024102 94.803409 95.781799 97.385405 96.162966 97.198857 94.711293 96.697955 96.566322 94.839830 88.195876 88.935681 97.643979 94.504644 98.254505 94.867962 99.333333 97.196262 95.471160 95.453558 95.546222 96.470588 95.388238 96.012745 95.129523 94.808585 95.169845 96.680580 95.759886 97.099121 93.801170 95.491398 95.925395 93.138187 88.966318 87.953866 96.978852 93.929712 97.975965 93.404735 98.290598 94.949495 96.203472 96.190764 96.148355 97.214706 96.304158 96.600507 95.847929 95.513544 95.765201 96.405765 96.774194 97.811206 94.449238 96.453510 96.673190 93.836384 89.404353 89.588936 98.024691 93.822785 98.193332 95.273109 98.180243 97.727273 3.420000 3.430000 3.750000 3.440000 3.210000 3.590000 3.410000 3.570000 3.750000 2.730000 2.610000 1.920000 3.300000 2.260000 2.000000 3.710000 8.540000 8.170000 2.330000 4.300000 2.810000 3.900000 1.170000 2.820000 3.200000 3.210000 3.520000 2.790000 3.120000 3.320000 3.200000 3.190000 3.470000 2.800000 2.790000 1.680000 3.100000 2.040000 2.160000 3.450000 8.760000 8.750000 2.310000 4.910000 2.480000 3.010000 1.410000 1.160000 3.260000 3.270000 3.340000 2.950000 3.500000 3.500000 3.200000 3.350000 3.410000 2.640000 2.950000 1.860000 3.250000 1.950000 2.050000 3.660000 8.700000 8.770000 1.130000 4.470000 2.770000 3.870000 1.270000 "." 3.620000 3.630000 3.830000 3.030000 3.450000 3.800000 3.550000 4.190000 4.010000 2.820000 3.210000 2.200000 3.630000 2.640000 2.620000 4.620000 9.590000 10.050000 1.740000 4.140000 2.510000 4.310000 0.670000 "." 3.610000 3.620000 3.820000 3.000000 3.700000 3.940000 3.410000 3.950000 3.790000 2.650000 3.260000 2.190000 4.080000 2.880000 2.250000 4.490000 9.650000 9.770000 2.140000 4.120000 2.340000 4.530000 1.080000 "." 3.540000 3.550000 3.510000 2.690000 3.680000 3.470000 3.530000 3.830000 4.050000 2.940000 3.210000 2.250000 3.790000 2.370000 2.490000 4.620000 10.070000 10.110000 1.660000 5.140000 2.150000 4.070000 0.840000 "." 3.640000 3.650000 3.680000 2.950000 3.720000 3.770000 3.660000 4.520000 3.990000 2.700000 3.190000 2.200000 3.940000 2.840000 3.020000 4.430000 9.950000 9.580000 2.440000 4.680000 2.280000 3.860000 1.080000 "." 4.010000 4.020000 4.150000 2.910000 4.220000 3.850000 3.970000 4.710000 4.300000 3.120000 3.520000 2.530000 5.060000 3.050000 3.290000 5.350000 10.370000 10.750000 2.000000 5.700000 2.370000 4.080000 0.810000 2.800000 4.190000 4.200000 4.190000 3.230000 4.350000 4.000000 4.210000 5.160000 4.680000 2.930000 3.820000 2.530000 4.660000 3.490000 3.450000 5.820000 11.910000 9.930000 2.320000 5.390000 2.410000 5.650000 1.720000 2.130000 4.390000 4.410000 4.530000 3.420000 4.710000 4.240000 4.460000 5.430000 4.590000 3.280000 3.480000 2.810000 4.950000 3.570000 4.080000 5.800000 11.780000 11.660000 2.300000 5.840000 2.030000 5.270000 1.280000 "." 4.120000 4.140000 4.030000 3.200000 4.290000 3.730000 4.260000 5.210000 4.440000 2.940000 3.420000 2.720000 5.420000 3.490000 3.940000 5.850000 11.280000 11.690000 3.310000 5.190000 2.190000 4.580000 0.930000 2.880000 3.910000 3.920000 3.800000 3.190000 4.010000 3.500000 3.960000 5.200000 4.170000 2.600000 3.820000 2.800000 5.290000 3.290000 3.430000 5.160000 11.750000 11.030000 2.360000 5.500000 1.710000 5.080000 0.670000 2.800000 4.510000 4.530000 4.440000 3.510000 4.600000 3.970000 4.860000 5.190000 4.820000 3.300000 4.240000 2.890000 6.200000 4.470000 4.050000 6.840000 11.030000 11.960000 3.020000 6.070000 2.000000 6.600000 1.710000 5.050000 3.790000 3.800000 3.850000 2.770000 3.680000 3.390000 4.150000 4.490000 4.230000 3.590000 3.230000 2.180000 5.550000 3.550000 3.330000 6.160000 10.600000 10.410000 1.980000 6.180000 1.790000 4.730000 1.820000 2.270000 0.027629 0.027698 0.040387 0.062908 0.022594 0.014604 0.042104 0.016689 0.013120 "." 0.013931 0.016968 0.013738 0.009755 "." 0.017304 "." 0.021626 "." 0.067144 0.021810 "." "." "." 0.029260 0.029335 0.043770 0.037722 0.038947 0.023074 0.021720 0.050412 0.024613 0.014013 "." 0.005457 0.013982 0.009307 "." 0.052097 "." 0.106952 "." "." 0.040601 0.064746 "." "." 0.021617 0.021680 0.022260 0.032662 0.022843 0.021306 0.033872 "." 0.026164 0.013127 "." 0.005146 "." "." 0.011202 0.032211 "." 0.042762 "." 0.019798 0.018352 0.061463
"." "." 0.024198 0.024277 0.025573 0.055560 0.029608 0.015238 0.020641 0.018225 0.021595 "." "." 0.017667 "." "." 0.039453 0.018939 "." 0.047755 "." "." 0.041118 0.073126 "." "." 0.025855 0.025944 0.013564 0.023395 0.027785 0.049196 0.021696 0.019639 0.040594 0.045627 "." 0.012325 "." "." "." 0.029738 0.032723 0.102041 "." 0.052770 "." 0.195084 "." "." 0.027304 0.027403 0.026250 0.025739 0.053883 0.017803 0.023550 0.021272 0.043660 "." 0.032103 "." "." 0.011291 0.015103 0.086919 "." "." "." 0.029904 0.022119 "." "." "." 0.028186 0.028294 0.027083 0.036111 0.035902 0.031035 0.012470 "." 0.045397 "." 0.050310 0.006999 0.018671 0.051847 "." 0.083502 0.040601 0.029283 "." "." "." "." "." "." 0.017974 0.018048 0.012628 0.019082 0.016633 0.025846 0.012833 0.024402 0.036198 "." 0.037003 0.015260 "." 0.013780 "." 0.012495 0.041999 0.032196 "." "." 0.021988 0.050352 "." "." 0.017118 0.017195 0.012387 0.028367 0.004193 0.013086 0.030610 "." 0.031242 "." "." 0.023186 "." 0.028944 "." 0.026082 "." 0.032658 "." 0.033289 "." "." "." "." 0.029352 0.029504 0.030822 0.027752 0.044710 0.013123 0.034839 0.052687 0.020581 0.016166 0.019019 0.016013 0.021796 0.030769 "." 0.027563 0.045126 0.134816 "." 0.101937 "." "." "." "." 0.020128 0.020237 0.015501 0.014499 0.029602 0.013538 0.040573 0.027152 0.026069 "." 0.020096 0.008233 0.023370 "." "." "." 0.097229 0.070822 "." "." "." 0.046685 "." "." 0.019340 0.019458 0.028043 0.010308 0.013274 0.021133 0.014234 "." 0.048609 0.016548 0.021556 "." "." 0.016762 "." "." 0.051546 0.038285 "." "." 0.037538 0.049826 "." "." 0.015579 0.015688 0.018105 0.016190 0.015355 0.017224 0.010704 "." 0.012628 0.019877 "." 0.009449 "." 0.039549 0.028694 0.019008 "." 0.085434 "." "." 0.021084 "." "." "." 0.006612 0.006655 "." 0.011937 0.020810 0.014077 0.004670 "." "." "." "." 0.008451 "." "." "." "." "." "." "." "." 0.018625 "." "." "." 43.000000 43.000000 37.000000 38.000000 44.000000 40.000000 39.000000 48.000000 48.000000 59.000000 50.000000 50.000000 51.000000 55.000000 56.000000 47.000000 54.000000 48.000000 45.000000 40.000000 45.000000 39.000000 48.000000 39.000000 45.000000 45.000000 38.000000 40.000000 47.000000 42.000000 41.000000 48.000000 50.000000 63.000000 54.000000 52.000000 51.000000 58.000000 57.000000 47.000000 54.000000 49.000000 49.000000 42.000000 48.000000 41.000000 50.000000 55.000000 48.000000 48.000000 42.000000 43.000000 49.000000 45.000000 45.000000 51.000000 54.000000 67.000000 57.000000 56.000000 54.000000 62.000000 65.000000 51.000000 56.000000 50.000000 56.000000 45.000000 53.000000 43.000000 60.000000 60.000000 41.000000 41.000000 35.000000 34.000000 41.000000 38.000000 36.000000 44.000000 45.000000 58.000000 50.000000 48.000000 47.000000 53.000000 54.000000 43.000000 50.000000 44.000000 48.000000 36.000000 46.000000 36.000000 52.000000 53.000000 39.000000 39.000000 33.000000 33.000000 39.000000 35.000000 35.000000 41.000000 43.000000 56.000000 49.000000 46.000000 45.000000 52.000000 53.000000 42.000000 49.000000 42.000000 46.000000 34.000000 46.000000 34.000000 51.000000 48.000000 36.000000 36.000000 31.000000 31.000000 35.000000 33.000000 32.000000 38.000000 40.000000 51.000000 44.000000 43.000000 40.000000 49.000000 48.000000 38.000000 44.000000 39.000000 45.000000 30.000000 42.000000 31.000000 48.000000 47.000000 34.000000 34.000000 30.000000 30.000000 34.000000 31.000000 31.000000 36.000000 38.000000 50.000000 42.000000 41.000000 39.000000 44.000000 44.000000 36.000000 41.000000 38.000000 41.000000 29.000000 44.000000 31.000000 47.000000 39.000000 33.000000 33.000000 29.000000 28.000000 32.000000 30.000000 30.000000 34.000000 36.000000 47.000000 38.000000 38.000000 37.000000 41.000000 42.000000 34.000000 40.000000 35.000000 37.000000 28.000000 42.000000 26.000000 44.000000 47.000000 33.000000 33.000000 29.000000 29.000000 32.000000 30.000000 30.000000 33.000000 35.000000 47.000000 38.000000 38.000000 35.000000 39.000000 39.000000 33.000000 40.000000 35.000000 37.000000 28.000000 45.000000 29.000000 44.000000 42.000000 32.000000 32.000000 29.000000 30.000000 33.000000 30.000000 30.000000 31.000000 36.000000 48.000000 37.000000 36.000000 34.000000 37.000000 36.000000 31.000000 38.000000 34.000000 34.000000 28.000000 45.000000 29.000000 46.000000 53.000000 31.000000 31.000000 29.000000 28.000000 31.000000 29.000000 29.000000 30.000000 34.000000 47.000000 35.000000 35.000000 31.000000 36.000000 35.000000 30.000000 36.000000 32.000000 31.000000 26.000000 46.000000 28.000000 46.000000 45.000000 31.000000 30.000000 29.000000 28.000000 30.000000 28.000000 28.000000 31.000000 33.000000 45.000000 33.000000 36.000000 29.000000 34.000000 32.000000 28.000000 34.000000 30.000000 32.000000 25.000000 47.000000 27.000000 46.000000 48.000000 27.000000 26.000000 25.000000 27.000000 26.000000 23.000000 25.000000 29.000000 28.000000 36.000000 30.000000 31.000000 25.000000 30.000000 26.000000 23.000000 30.000000 27.000000 27.000000 21.000000 41.000000 24.000000 41.000000 44.000000 32.000000 32.000000 31.000000 36.000000 32.000000 29.000000 29.000000 30.000000 32.000000 40.000000 36.000000 35.000000 27.000000 32.000000 28.000000 24.000000 32.000000 30.000000 33.000000 19.000000 47.000000 26.000000 43.000000 64.000000 145976.000000 145678.000000 23463.000000 17707.000000 15762.000000 10842.000000 17217.000000 3031.000000 12089.000000 3182.000000 3902.000000 8467.000000 3604.000000 5210.000000 4018.000000 5842.000000 1738.000000 2341.000000 555.000000 2651.000000 2550.000000 1507.000000 259.000000 39.000000 173209.000000 172786.000000 28099.000000 20065.000000 18894.000000 13280.000000 21276.000000 3526.000000 14427.000000 3797.000000 4464.000000 10215.000000 4100.000000 6033.000000 4679.000000 6740.000000 1854.000000 2663.000000 667.000000 3201.000000 3004.000000 1802.000000 370.000000 53.000000 181642.000000 181221.000000 30018.000000 20472.000000 20381.000000 13307.000000 22163.000000 3645.000000 15066.000000 4063.000000 4874.000000 10345.000000 4556.000000 6297.000000 4969.000000 7080.000000 1974.000000 2833.000000 706.000000 3464.000000 3132.000000 1876.000000 368.000000 53.000000 170515.000000 170120.000000 28303.000000 18307.000000 19127.000000 12435.000000 20810.000000 3357.000000 14978.000000 3852.000000 4573.000000 9598.000000 4157.000000 5723.000000 4643.000000 6806.000000 1846.000000 2714.000000 694.000000 3288.000000 3086.000000 1823.000000 339.000000 56.000000 172655.000000 172211.000000 29056.000000 18942.000000 18148.000000 12903.000000 21390.000000 3334.000000 15115.000000 3793.000000 4353.000000 9457.000000 4030.000000 5790.000000 4523.000000 7138.000000 2060.000000 3332.000000 708.000000 3192.000000 3063.000000 1884.000000 395.000000 49.000000 171483.000000 171012.000000 29620.000000 18180.000000 17811.000000 12822.000000 21554.000000 3237.000000 15463.000000 3818.000000 4265.000000 8981.000000 3889.000000 5461.000000 4186.000000 7112.000000 1911.000000 4038.000000 633.000000 3227.000000 2968.000000 1836.000000 414.000000 57.000000 131453.000000 131068.000000 22281.000000 14584.000000 14608.000000 9789.000000 15748.000000 2597.000000 11887.000000 3112.000000 3352.000000 7302.000000 3066.000000 4230.000000 3344.000000 4885.000000 1411.000000 2133.000000 459.000000 2348.000000 2448.000000 1484.000000 337.000000 48.000000 141140.000000 140636.000000 24964.000000 15318.000000 16062.000000 10749.000000 16885.000000 2636.000000 13167.000000 3542.000000 3468.000000 7731.000000 3006.000000 4239.000000 3241.000000 5066.000000 1381.000000 2061.000000 493.000000 2406.000000 2781.000000 1440.000000 440.000000 64.000000 142669.000000 142121.000000 25607.000000 16930.000000 16121.000000 10394.000000 16687.000000 2662.000000 13307.000000 3572.000000 3427.000000 7749.000000 3106.000000 4139.000000 3080.000000 4955.000000 1341.000000 2039.000000 475.000000 2352.000000 2723.000000 1455.000000 473.000000 75.000000 135041.000000 134512.000000 24021.000000 15342.000000 15430.000000 10250.000000 16008.000000 2462.000000 12512.000000 3364.000000 3240.000000 7415.000000 2823.000000 3928.000000 3006.000000 4737.000000 1239.000000 1869.000000 506.000000 2278.000000 2732.000000 1350.000000 469.000000 60.000000 154866.000000 154268.000000 28951.000000 18064.000000 17994.000000 11581.000000 17569.000000 2817.000000 14591.000000 3857.000000 3913.000000 8277.000000 3133.000000 4398.000000 3168.000000 4879.000000 1321.000000 2085.000000 504.000000 2434.000000 3172.000000 1560.000000 538.000000 60.000000 117099.000000 116626.000000 22000.000000 14266.000000 13505.000000 8498.000000 13153.000000 2157.000000 10938.000000 2810.000000 2739.000000 6151.000000 2348.000000 3135.000000 2411.000000 3765.000000 1037.000000 1629.000000 395.000000 1809.000000 2689.000000 1191.000000 429.000000 44.000000 138819.000000 138333.000000 26330.000000 17321.000000 16242.000000 10039.000000 15659.000000 2564.000000 12926.000000 3260.000000 3323.000000 7394.000000 2676.000000 3511.000000 2599.000000 4228.000000 1146.000000 2010.000000 471.000000 2098.000000 3076.000000 1460.000000 430.000000 56.000000 165327.000000 164711.000000 31275.000000 21373.000000 19975.000000 12397.000000 18732.000000 2835.000000 15525.000000 3895.000000 3933.000000 8504.000000 3042.000000 3966.000000 2981.000000 4803.000000 1266.000000 2054.000000 534.000000 2373.000000 3553.000000 1695.000000 554.000000 62.000000 43603.000000 43574.000000 7722.000000 5788.000000 4839.000000 3377.000000 5707.000000 808.000000 3791.000000 815.000000 968.000000 1507.000000 959.000000 950.000000 823.000000 1574.000000 537.000000 950.000000 132.000000 1035.000000 812.000000 480.000000 24.000000 5.000000 49003.000000 48975.000000 8504.000000 6327.000000 5423.000000 3768.000000 6550.000000 917.000000 4285.000000 920.000000 1042.000000 1786.000000 1005.000000 1125.000000 889.000000 1996.000000 621.000000 1121.000000 147.000000 1197.000000 835.000000 517.000000 22.000000 6.000000 52670.000000 52638.000000 9515.000000 6588.000000 6082.000000 3977.000000 6920.000000 937.000000 4584.000000 1004.000000 1159.000000 1916.000000 1083.000000 1253.000000 992.000000 2144.000000 681.000000 1106.000000 127.000000 1128.000000 874.000000 568.000000 26.000000 6.000000 56538.000000 56484.000000 10043.000000 6853.000000 6501.000000 4046.000000 7676.000000 1054.000000 5207.000000 1173.000000 1239.000000 2150.000000 1210.000000 1314.000000 1083.000000 2179.000000 655.000000 1075.000000 145.000000 1288.000000 988.000000 605.000000 48.000000 6.000000 61213.000000 61140.000000 11023.000000 7390.000000 6825.000000 4378.000000 8291.000000 1146.000000 5556.000000 1251.000000 1405.000000 2288.000000 1255.000000 1542.000000 1206.000000 2393.000000 714.000000 1180.000000 185.000000 1363.000000 1024.000000 725.000000 64.000000 9.000000 64866.000000 64802.000000 11825.000000 7137.000000 7334.000000 4801.000000 8849.000000 1147.000000 5774.000000 1247.000000 1442.000000 2527.000000 1391.000000 1688.000000 1283.000000 2656.000000 765.000000 1451.000000 187.000000 1421.000000 1126.000000 751.000000 57.000000 7.000000 62796.000000 62721.000000 11342.000000 6843.000000 7002.000000 4674.000000 8567.000000 1135.000000 5770.000000 1327.000000 1425.000000 2362.000000 1351.000000 1548.000000 1315.000000 2626.000000 728.000000 1426.000000 190.000000 1288.000000 1084.000000 718.000000 58.000000 17.000000 62571.000000 62489.000000 11339.000000 6589.000000 7032.000000 4668.000000 8366.000000 1149.000000 6016.000000 1280.000000 1434.000000 2416.000000 1282.000000 1669.000000 1329.000000 2522.000000 689.000000 1307.000000 187.000000 1373.000000 1030.000000 812.000000 70.000000 12.000000 64540.000000 64424.000000 11810.000000 6930.000000 7235.000000 4716.000000 8569.000000 1224.000000 6376.000000 1441.000000 1441.000000 2546.000000 1361.000000 1607.000000 1436.000000 2454.000000 686.000000 1215.000000 217.000000 1290.000000 1093.000000 777.000000 99.000000 17.000000 58518.000000 58391.000000 10716.000000 6259.000000 6613.000000 4292.000000 7383.000000 1101.000000 5981.000000 1268.000000 1326.000000 2430.000000 1292.000000 1593.000000 1184.000000 2274.000000 648.000000 1051.000000 210.000000 1120.000000 1020.000000 630.000000 112.000000 15.000000 55995.000000 55866.000000 10449.000000 5845.000000 6315.000000 4204.000000 7285.000000 1029.000000 5609.000000 1240.000000 1302.000000 2314.000000 1144.000000 1447.000000 1134.000000 2034.000000 596.000000 1011.000000 174.000000 1105.000000 998.000000 631.000000 119.000000 10.000000 57223.000000 57097.000000 10638.000000 6007.000000 6410.000000 4200.000000 7436.000000 1039.000000 5704.000000 1242.000000 1328.000000 2341.000000 1255.000000 1456.000000 1233.000000 2243.000000 605.000000 977.000000 199.000000 1065.000000 1053.000000 666.000000 118.000000 8.000000 58115.000000 57986.000000 10934.000000 6092.000000 6583.000000 4140.000000 7308.000000 1091.000000 6126.000000 1299.000000 1290.000000 2356.000000 1195.000000 1492.000000 1279.000000 2086.000000 597.000000 1036.000000 198.000000 1178.000000 1016.000000 690.000000 117.000000 12.000000 57008.000000 56900.000000 10879.000000 5841.000000 6420.000000 4299.000000 7226.000000 1096.000000 5927.000000 1263.000000 1303.000000 2315.000000 1218.000000 1433.000000 1198.000000 2127.000000 562.000000 893.000000 190.000000 1068.000000 957.000000 685.000000 96.000000 12.000000 6.690000 6.690000 6.820000 6.760000 6.660000 5.960000 6.430000 6.500000 7.400000 7.490000 6.970000 6.520000 6.600000 6.940000 7.090000 6.400000 6.910000 6.550000 6.150000 6.960000 7.200000 5.730000 5.070000 5.170000 7.870000 7.870000 8.060000 7.600000 7.860000 7.270000 7.890000 7.580000 8.630000 8.810000 7.970000 7.840000 7.520000 8.070000 8.290000 7.410000 7.450000 7.480000 7.470000 8.340000 8.370000 6.820000 7.200000 8.020000 8.190000 8.190000 8.480000 7.740000 8.350000 7.240000 8.160000 7.840000 8.800000 9.300000 8.710000 7.910000 8.390000 8.450000 8.830000 7.790000 8.010000 7.990000 7.910000 8.960000 8.580000 7.060000 6.970000 7.970000 7.630000 7.640000 7.890000 6.930000 7.730000 6.740000 7.630000 7.210000 8.570000 8.700000 8.160000 7.310000 7.670000 7.700000 8.250000 7.490000 7.540000 7.680000 7.640000 8.440000 8.320000 6.830000 6.120000 7.190000 7.690000 7.690000 8.010000 7.180000 7.270000 6.970000 7.810000 7.170000 8.500000 8.440000 7.760000 7.190000 7.440000 7.790000 8.040000 7.860000 8.430000 9.450000 7.670000 8.160000 8.150000 7.030000 6.820000 5.560000 7.600000 7.600000 8.100000 6.900000 7.070000 6.910000 7.850000 6.980000 8.560000 8.370000 7.600000 6.820000 7.190000 7.360000 7.460000 7.860000 7.850000 11.480000 6.850000 8.240000 7.790000 6.830000 6.900000 6.490000 5.800000 5.810000 6.030000 5.560000 5.750000 5.270000 5.730000 5.610000 6.470000 6.720000 5.980000 5.550000 5.680000 5.730000 5.980000 5.420000 5.840000 6.090000 4.990000 5.990000 6.360000 5.500000 5.370000 5.280000 6.210000 6.210000 6.710000 5.850000 6.280000 5.770000 6.130000 5.710000 7.050000 7.500000 6.190000 5.870000 5.590000 5.770000 5.810000 5.630000 5.760000 5.920000 5.350000 6.140000 7.150000 5.310000 6.530000 6.500000 6.250000 6.250000 6.830000 6.450000 6.260000 5.570000 6.050000 5.770000 7.020000 7.400000 6.120000 5.890000 5.790000 5.660000 5.540000 5.530000 5.650000 5.890000 5.160000 6.010000 6.930000 5.350000 6.450000 7.450000 5.890000 5.890000 6.350000 5.830000 5.940000 5.490000 5.790000 5.350000 6.510000 6.840000 5.780000 5.640000 5.280000 5.400000 5.440000 5.310000 5.280000 5.430000 5.490000 5.830000 6.880000 4.950000 5.940000 6.080000 6.730000 6.740000 7.590000 6.880000 6.880000 6.190000 6.350000 6.120000 7.490000 7.720000 6.980000 6.300000 5.880000 6.070000 5.760000 5.500000 5.680000 6.090000 5.430000 6.250000 7.890000 5.710000 6.480000 6.090000 5.070000 5.080000 5.710000 5.460000 5.140000 4.530000 4.750000 4.680000 5.560000 5.540000 4.880000 4.690000 4.420000 4.330000 4.400000 4.260000 4.470000 4.770000 4.170000 4.650000 6.580000 4.350000 4.810000 4.470000 6.000000 6.010000 6.780000 6.630000 6.150000 5.360000 5.650000 5.560000 6.490000 6.370000 5.920000 5.640000 5.060000 4.870000 4.760000 4.820000 4.950000 5.910000 4.880000 5.430000 7.440000 5.350000 4.500000 5.640000 7.130000 7.140000 8.010000 8.110000 7.520000 6.610000 6.750000 6.170000 7.730000 7.560000 7.000000 6.520000 5.800000 5.540000 5.510000 5.530000 5.520000 6.080000 5.500000 6.210000 8.510000 6.230000 5.510000 6.180000 2.000000 2.000000 2.240000 2.210000 2.040000 1.860000 2.130000 1.730000 2.320000 1.920000 1.730000 1.160000 1.760000 1.270000 1.450000 1.730000 2.140000 2.660000 1.460000 2.720000 2.290000 1.830000 0.470000 0.660000 2.230000 2.230000 2.440000 2.400000 2.260000 2.060000 2.430000 1.970000 2.560000 2.140000 1.860000 1.370000 1.840000 1.500000 1.580000 2.190000 2.500000 3.150000 1.650000 3.120000 2.330000 1.960000 0.430000 0.910000 2.370000 2.380000 2.690000 2.490000 2.490000 2.160000 2.550000 2.010000 2.680000 2.300000 2.070000 1.460000 2.000000 1.680000 1.760000 2.360000 2.760000 3.120000 1.420000 2.920000 2.390000 2.140000 0.490000 0.900000 2.530000 2.540000 2.800000 2.600000 2.630000 2.190000 2.810000 2.260000 2.980000 2.650000 2.210000 1.640000 2.230000 1.770000 1.920000 2.400000 2.670000 3.040000 1.600000 3.310000 2.660000 2.270000 0.870000 0.770000 2.730000 2.730000 3.040000 2.800000 2.730000 2.370000 3.030000 2.460000 3.130000 2.780000 2.510000 1.740000 2.320000 2.070000 2.140000 2.640000 2.920000 3.350000 2.000000 3.480000 2.720000 2.710000 1.100000 1.020000 2.870000 2.880000 3.230000 2.710000 2.910000 2.590000 3.220000 2.470000 3.190000 2.730000 2.570000 1.920000 2.570000 2.280000 2.290000 2.930000 3.140000 4.130000 2.020000 3.630000 2.960000 2.790000 0.950000 0.800000 2.770000 2.780000 3.070000 2.610000 2.760000 2.510000 3.120000 2.450000 3.140000 2.860000 2.540000 1.790000 2.500000 2.100000 2.350000 2.910000 3.010000 4.070000 2.060000 3.280000 2.820000 2.660000 0.920000 1.870000 2.750000 2.760000 3.050000 2.520000 2.750000 2.510000 3.040000 2.490000 3.220000 2.710000 2.560000 1.840000 2.380000 2.270000 2.380000 2.800000 2.870000 3.750000 2.030000 3.500000 2.650000 3.000000 1.040000 1.220000 2.830000 2.830000 3.150000 2.640000 2.810000 2.530000 3.110000 2.660000 3.360000 2.990000 2.570000 1.940000 2.540000 2.200000 2.590000 2.740000 2.890000 3.510000 2.360000 3.300000 2.780000 2.860000 1.350000 1.690000 2.550000 2.560000 2.830000 2.380000 2.550000 2.300000 2.670000 2.390000 3.110000 2.580000 2.370000 1.850000 2.420000 2.190000 2.140000 2.550000 2.760000 3.050000 2.280000 2.870000 2.570000 2.310000 1.420000 1.520000 2.430000 2.440000 2.740000 2.230000 2.410000 2.250000 2.630000 2.230000 2.880000 2.480000 2.320000 1.760000 2.150000 2.000000 2.060000 2.290000 2.560000 2.950000 1.870000 2.840000 2.480000 2.310000 1.430000 1.020000 2.480000 2.480000 2.760000 2.300000 2.440000 2.240000 2.680000 2.250000 2.900000 2.450000 2.370000 1.780000 2.360000 2.010000 2.250000 2.540000 2.610000 2.860000 2.100000 2.740000 2.580000 2.430000 1.320000 0.810000 2.510000 2.520000 2.810000 2.330000 2.490000 2.210000 2.640000 2.370000 3.080000 2.540000 2.300000 1.800000 2.260000 2.070000 2.340000 2.380000 2.580000 3.050000 2.050000 3.050000 2.460000 2.530000 1.220000 1.210000 2.460000 2.470000 2.780000 2.220000 2.420000 2.290000 2.600000 2.380000 2.950000 2.450000 2.320000 1.770000 2.320000 2.000000 2.220000 2.450000 2.450000 2.640000 1.960000 2.800000 2.290000 2.520000 0.950000 1.200000 5872881.000000 5857450.000000 978273.000000 751309.000000 621663.000000 479236.000000 752677.000000 119161.000000 420525.000000 100096.000000 139796.000000 335178.000000 135258.000000 183861.000000 136860.000000 236891.000000 71408.000000 101160.000000 24126.000000 105792.000000 92299.000000 71881.000000 13549.000000 1882.000000 5945659.000000 5929914.000000 1003365.000000 752252.000000 636275.000000 485849.000000 760313.000000 119335.000000 431754.000000 101177.000000 140458.000000 338485.000000 136078.000000 183098.000000 136709.000000 236906.000000 70605.000000 100893.000000 23899.000000 106593.000000 93689.000000 72181.000000 13934.000000 1811.000000 5990604.000000 5974335.000000 1021043.000000 753358.000000 646334.000000 490719.000000 764715.000000 118925.000000 440297.000000 101640.000000 140192.000000 340955.000000 135641.000000 181552.000000 135773.000000 236148.000000 69548.000000 100233.000000 23747.000000 106755.000000 94627.000000 72133.000000 14458.000000 1811.000000 6024053.000000 6006511.000000 1034827.000000 751604.000000 654516.000000 494035.000000 766113.000000 118905.000000 446097.000000 102529.000000 139894.000000 342463.000000
135691.000000 180864.000000 135158.000000 236216.000000 68846.000000 99751.000000 24266.000000 107080.000000 95121.000000 72535.000000 15259.000000 2283.000000 6067180.000000 6049159.000000 1049004.000000 755150.000000 664544.000000 497858.000000 769752.000000 118707.000000 454029.000000 103625.000000 140320.000000 344036.000000 135839.000000 180127.000000 134682.000000 235288.000000 67870.000000 98649.000000 24028.000000 107313.000000 95993.000000 72345.000000 15750.000000 2271.000000 6151231.000000 6132668.000000 1072574.000000 756932.000000 679705.000000 505980.000000 777638.000000 119748.000000 466211.000000 105849.000000 141723.000000 347500.000000 137040.000000 180116.000000 134959.000000 236792.000000 67720.000000 98213.000000 24031.000000 108991.000000 97726.000000 73220.000000 16274.000000 2289.000000 6249669.000000 6230084.000000 1096976.000000 761984.000000 695019.000000 514358.000000 787041.000000 121073.000000 480955.000000 108947.000000 143704.000000 351876.000000 138359.000000 180922.000000 135935.000000 238893.000000 67424.000000 98387.000000 24157.000000 110567.000000 99713.000000 73794.000000 17158.000000 2427.000000 6352447.000000 6331206.000000 1121495.000000 768150.000000 710662.000000 522099.000000 796175.000000 122726.000000 495323.000000 112758.000000 145658.000000 355812.000000 140051.000000 181744.000000 137535.000000 241299.000000 67508.000000 98777.000000 24492.000000 112232.000000 101656.000000 75054.000000 18556.000000 2685.000000 6441018.000000 6418640.000000 1141484.000000 776877.000000 725176.000000 529184.000000 804756.000000 123758.000000 509213.000000 116379.000000 147226.000000 358198.000000 141115.000000 181386.000000 138281.000000 242580.000000 67066.000000 99057.000000 24469.000000 113315.000000 103417.000000 75703.000000 19830.000000 2548.000000 6535786.000000 6511950.000000 1164127.000000 780656.000000 740736.000000 535749.000000 813122.000000 125613.000000 523136.000000 119973.000000 149416.000000 362277.000000 142877.000000 182319.000000 139331.000000 244367.000000 67064.000000 99736.000000 24892.000000 114780.000000 105142.000000 76637.000000 21244.000000 2592.000000 6601228.000000 6576672.000000 1180542.000000 780212.000000 752546.000000 540638.000000 819639.000000 127039.000000 533794.000000 122722.000000 150662.000000 363694.000000 143944.000000 182229.000000 140007.000000 245795.000000 67041.000000 100283.000000 25532.000000 115749.000000 107192.000000 77412.000000 22008.000000 2548.000000 6728720.000000 6700799.000000 1207244.000000 782484.000000 769922.000000 549991.000000 832466.000000 129675.000000 550266.000000 127361.000000 153678.000000 369115.000000 146866.000000 185193.000000 142578.000000 250261.000000 68203.000000 101932.000000 27126.000000 117613.000000 109888.000000 78937.000000 25262.000000 2659.000000 6819872.000000 6790364.000000 1226573.000000 785505.000000 784502.000000 556778.000000 842152.000000 131171.000000 567269.000000 130149.000000 155134.000000 371427.000000 148052.000000 186678.000000 143841.000000 252091.000000 68489.000000 102385.000000 28108.000000 118485.000000 111881.000000 79694.000000 26811.000000 2697.000000 6858488.000000 6826770.000000 1233776.000000 785224.000000 793718.000000 558570.000000 844889.000000 131936.000000 575204.000000 132641.000000 155634.000000 371578.000000 148338.000000 187179.000000 144098.000000 252625.000000 68302.000000 102534.000000 28553.000000 118635.000000 113110.000000 80226.000000 28956.000000 2762.000000 9728171.000000 9702324.000000 1492156.000000 1166647.000000 1036808.000000 824514.000000 1180759.000000 209470.000000 723464.000000 196340.000000 257370.000000 590621.000000 251070.000000 358240.000000 273036.000000 412449.000000 104261.000000 148356.000000 40503.000000 164635.000000 157795.000000 113830.000000 22857.000000 2990.000000 9818044.000000 9791736.000000 1517531.000000 1169308.000000 1053637.000000 829706.000000 1190419.000000 209559.000000 742793.000000 199534.000000 258102.000000 595020.000000 250358.000000 358199.000000 272582.000000 412114.000000 103337.000000 147585.000000 40520.000000 165888.000000 160781.000000 114763.000000 23362.000000 2946.000000 9908126.000000 9880341.000000 1544690.000000 1172597.000000 1071393.000000 833474.000000 1200115.000000 210185.000000 761341.000000 202552.000000 258480.000000 598563.000000 249671.000000 357184.000000 272611.000000 411213.000000 102170.000000 146579.000000 41034.000000 167233.000000 163911.000000 115345.000000 24712.000000 3073.000000 9960660.000000 9929750.000000 1563593.000000 1166342.000000 1082266.000000 834750.000000 1201161.000000 210322.000000 774440.000000 205541.000000 259219.000000 600779.000000 249311.000000 357077.000000 273143.000000 411727.000000 101504.000000 145835.000000 42690.000000 168027.000000 166060.000000 115963.000000 26531.000000 4379.000000 10008726.000000 9976804.000000 1575862.000000 1173143.000000 1091035.000000 835829.000000 1205875.000000 209454.000000 787132.000000 208285.000000 258742.000000 602855.000000 248393.000000 356523.000000 272326.000000 409902.000000 101273.000000 145646.000000 42848.000000 167813.000000 168325.000000 115543.000000 27633.000000 4289.000000 10038668.000000 10005490.000000 1591503.000000 1167367.000000 1098812.000000 836012.000000 1206588.000000 209004.000000 800150.000000 211519.000000 258459.000000 602899.000000 247301.000000 354448.000000 270693.000000 407883.000000 100477.000000 145546.000000 42791.000000 167778.000000 169986.000000 116274.000000 28904.000000 4274.000000 10021216.000000 9985739.000000 1595764.000000 1162452.000000 1101590.000000 832345.000000 1201249.000000 207590.000000 809028.000000 214466.000000 256763.000000 600921.000000 244881.000000 350242.000000 267679.000000 403049.000000 98635.000000 143296.000000 42283.000000 166630.000000 170783.000000 116093.000000 30893.000000 4584.000000 10029173.000000 9989746.000000 1603681.000000 1158471.000000 1107439.000000 830916.000000 1197282.000000 206656.000000 818329.000000 219643.000000 255501.000000 599997.000000 243236.000000 347080.000000 265959.000000 400202.000000 97346.000000 141610.000000 42608.000000 165537.000000 172294.000000 115959.000000 34290.000000 5137.000000 10058108.000000 10015353.000000 1614596.000000 1169335.000000 1115521.000000 829922.000000 1196815.000000 205607.000000 829781.000000 224029.000000 254703.000000 599436.000000 241519.000000 343352.000000 263071.000000 396208.000000 95513.000000 140012.000000 42017.000000 164404.000000 173808.000000 115704.000000 37934.000000 4821.000000 10070986.000000 10025384.000000 1624760.000000 1167573.000000 1121299.000000 829343.000000 1195822.000000 204934.000000 837442.000000 227210.000000 253864.000000 598526.000000 239766.000000 340774.000000 261430.000000 392883.000000 94089.000000 138473.000000 42291.000000 163827.000000 175540.000000 115538.000000 40706.000000 4896.000000 10128749.000000 10081745.000000 1646266.000000 1170577.000000 1131989.000000 831786.000000 1198320.000000 205854.000000 849854.000000 231264.000000 254502.000000 599710.000000 239264.000000 340349.000000 259865.000000 390283.000000 93279.000000 137437.000000 42723.000000 163426.000000 179008.000000 115989.000000 42263.000000 4741.000000 10123793.000000 10072571.000000 1659088.000000 1161978.000000 1132819.000000 828996.000000 1191874.000000 205240.000000 855059.000000 233794.000000 253823.000000 597231.000000 237629.000000 338133.000000 258129.000000 387050.000000 92808.000000 136236.000000 43659.000000 162421.000000 181319.000000 115285.000000 46439.000000 4783.000000 10143762.000000 10090990.000000 1671709.000000 1174132.000000 1139739.000000 827482.000000 1191717.000000 204399.000000 863580.000000 234247.000000 253690.000000 595587.000000 235229.000000 334563.000000 254787.000000 381973.000000 91736.000000 135035.000000 43664.000000 159939.000000 183315.000000 114467.000000 48003.000000 4769.000000 10214026.000000 10157767.000000 1687304.000000 1202257.000000 1152792.000000 830485.000000 1195401.000000 204050.000000 871428.000000 236788.000000 255492.000000 596492.000000 233737.000000 332538.000000 252382.000000 378502.000000 90818.000000 134494.000000 43619.000000 158330.000000 186501.000000 114357.000000 51418.000000 4841.000000 634162.000000 633651.000000 110576.000000 94413.000000 66131.000000 51023.000000 89413.000000 11468.000000 47983.000000 9926.000000 11671.000000 20471.000000 13337.000000 13061.000000 11376.000000 24936.000000 9353.000000 14553.000000 1925.000000 14753.000000 9797.000000 7485.000000 404.000000 107.000000 689440.000000 688876.000000 121309.000000 99021.000000 72126.000000 55557.000000 96703.000000 12584.000000 53444.000000 10918.000000 12835.000000 22590.000000 14487.000000 14432.000000 12452.000000 27423.000000 10059.000000 15826.000000 2107.000000 16134.000000 10817.000000 8052.000000 456.000000 108.000000 744394.000000 743681.000000 132506.000000 103699.000000 78466.000000 60083.000000 103716.000000 13553.000000 58900.000000 11959.000000 14053.000000 24677.000000 15453.000000 15920.000000 13541.000000 29652.000000 10741.000000 16796.000000 2261.000000 17345.000000 11741.000000 8619.000000 589.000000 124.000000 803276.000000 802163.000000 143565.000000 108477.000000 85276.000000 64650.000000 111247.000000 14867.000000 64709.000000 13276.000000 15334.000000 27067.000000 16813.000000 17459.000000 14678.000000 32176.000000 11537.000000 17768.000000 2534.000000 18663.000000 12765.000000 9302.000000 826.000000 287.000000 865989.000000 864655.000000 154943.000000 114809.000000 92259.000000 69359.000000 119635.000000 16036.000000 70862.000000 14722.000000 16825.000000 29451.000000 18179.000000 19265.000000 16019.000000 34448.000000 12281.000000 18721.000000 2805.000000 20093.000000 13882.000000 10061.000000 1045.000000 289.000000 929196.000000 927589.000000 167073.000000 119486.000000 100063.000000 74466.000000 127671.000000 17125.000000 76865.000000 16054.000000 18313.000000 32252.000000 19709.000000 20986.000000 17403.000000 37023.000000 13002.000000 19734.000000 3068.000000 21370.000000 15067.000000 10859.000000 1310.000000 297.000000 1001407.000000 999338.000000 180856.000000 125270.000000 108000.000000 80194.000000 137156.000000 18457.000000 84312.000000 17710.000000 19980.000000 35056.000000 21349.000000 22850.000000 19054.000000 40020.000000 13757.000000 21292.000000 3321.000000 22754.000000 16306.000000 11644.000000 1695.000000 374.000000 1073257.000000 1070454.000000 193829.000000 130678.000000 116115.000000 85788.000000 146200.000000 19892.000000 91910.000000 19281.000000 21655.000000 38106.000000 22896.000000 25013.000000 20814.000000 43059.000000 14622.000000 22634.000000 3702.000000 24139.000000 17378.000000 12743.000000 2285.000000 518.000000 1147975.000000 1144463.000000 207512.000000 136919.000000 124643.000000 91424.000000 155782.000000 21321.000000 100112.000000 21209.000000 23447.000000 41249.000000 24547.000000 27067.000000 22635.000000 45780.000000 15318.000000 23921.000000 4002.000000 25413.000000 18440.000000 13722.000000 3018.000000 494.000000 1211868.000000 1207769.000000 219982.000000 141141.000000 132123.000000 96324.000000 163654.000000 22522.000000 107289.000000 22752.000000 24996.000000 44050.000000 26068.000000 29034.000000 24023.000000 48298.000000 15972.000000 24925.000000 4345.000000 26566.000000 19382.000000 14323.000000 3576.000000 523.000000 1268316.000000 1264003.000000 231046.000000 144323.000000 138473.000000 100958.000000 171333.000000 23706.000000 113268.000000 24031.000000 26395.000000 46636.000000 27179.000000 30783.000000 25357.000000 50495.000000 16542.000000 25916.000000 4625.000000 27545.000000 20378.000000 15014.000000 3784.000000 529.000000 1330451.000000 1325573.000000 243046.000000 147851.000000 145065.000000 105839.000000 179388.000000 24980.000000 119562.000000 25490.000000 28119.000000 49328.000000 28630.000000 32757.000000 26739.000000 53276.000000 17355.000000 26988.000000 5103.000000 28674.000000 21575.000000 15808.000000 4348.000000 530.000000 1390544.000000 1385360.000000 254957.000000 152012.000000 152034.000000 110396.000000 187252.000000 26173.000000 126761.000000 26757.000000 29445.000000 51755.000000 29744.000000 34482.000000 28389.000000 55293.000000 17918.000000 27927.000000 5365.000000 29755.000000 22511.000000 16434.000000 4632.000000 552.000000 1442951.000000 1437262.000000 265354.000000 155442.000000 157880.000000 114795.000000 194368.000000 27289.000000 132297.000000 27924.000000 30661.000000 53943.000000 30963.000000 36114.000000 29578.000000 57144.000000 18386.000000 28603.000000 5605.000000 30602.000000 23238.000000 17076.000000 5107.000000 582.000000 877977.000000 874687.000000 105412.000000 91660.000000 82356.000000 82348.000000 102581.000000 23414.000000 51678.000000 18064.000000 27077.000000 60044.000000 28396.000000 43336.000000 32560.000000 46560.000000 14229.000000 18260.000000 5691.000000 16318.000000 13366.000000 11337.000000 2910.000000 380.000000 904648.000000 901238.000000 109791.000000 94318.000000 85315.000000 84452.000000 106082.000000 23831.000000 54038.000000 18612.000000 27740.000000 61433.000000 29257.000000 44299.000000 33261.000000 47663.000000 14511.000000 18693.000000 5790.000000 16919.000000 13848.000000 11385.000000 3032.000000 378.000000 930455.000000 926935.000000 113880.000000 97147.000000 88049.000000 86585.000000 109474.000000 24359.000000 56481.000000 19027.000000 28295.000000 62821.000000 29900.000000 45163.000000 33918.000000 48667.000000 14793.000000 19073.000000 5843.000000 17523.000000 14280.000000 11657.000000 3126.000000 394.000000 955695.000000 951980.000000 117290.000000 99765.000000 90786.000000 88519.000000 112859.000000 24831.000000 58634.000000 19628.000000 28906.000000 64147.000000 30565.000000 46210.000000 34544.000000 49667.000000 15197.000000 19557.000000 5969.000000 18272.000000 14670.000000 11964.000000 3267.000000 448.000000 979989.000000 976142.000000 120976.000000 102790.000000 93322.000000 90523.000000 116352.000000 25128.000000 60773.000000 20274.000000 29502.000000 65376.000000 31110.000000 47037.000000 35207.000000 50365.000000 15391.000000 19905.000000 6037.000000 18683.000000 15101.000000 12290.000000 3403.000000 444.000000 1003835.000000 999873.000000 124934.000000 105503.000000 96100.000000 92473.000000 119485.000000 25435.000000 62915.000000 20762.000000 30096.000000 66689.000000 31731.000000 47721.000000 35824.000000 51296.000000 15632.000000 20154.000000 6091.000000 19035.000000 15451.000000 12546.000000 3508.000000 454.000000 1029748.000000 1025590.000000 129441.000000 108428.000000 98949.000000 94809.000000 122749.000000 25896.000000 65337.000000 21383.000000 30681.000000 67914.000000 32255.000000 48563.000000 36416.000000 52180.000000 15873.000000 20461.000000 6168.000000 19424.000000 15873.000000 12790.000000 3686.000000 472.000000 1056457.000000 1051988.000000 133884.000000 111294.000000 101531.000000 96816.000000 126267.000000 26305.000000 67844.000000 22202.000000 31361.000000 69249.000000 32915.000000 49425.000000 37087.000000 53237.000000 16090.000000 20829.000000 6262.000000 19888.000000 16311.000000 13191.000000 3954.000000 515.000000 1083795.000000 1079107.000000 138215.000000 114750.000000 104519.000000 98873.000000 129756.000000 26722.000000 70599.000000 22924.000000 32006.000000 70663.000000 33531.000000 50255.000000 37845.000000 54125.000000 16366.000000 21176.000000 6327.000000 20303.000000 16737.000000 13415.000000 4190.000000 498.000000 1109075.000000 1104160.000000 142824.000000 117326.000000 107269.000000 100971.000000 133037.000000 27285.000000 73008.000000 23435.000000 32658.000000 72027.000000 34042.000000 50993.000000 38390.000000 55028.000000 16557.000000 21498.000000 6390.000000 20691.000000 17088.000000 13643.000000 4426.000000 489.000000 1133535.000000 1128435.000000 147187.000000 119648.000000 110133.000000 102899.000000 136402.000000 27678.000000 75624.000000 23969.000000 33274.000000 73239.000000 34594.000000 51727.000000 39019.000000 55859.000000 16743.000000 21823.000000 6457.000000 20966.000000 17360.000000 13834.000000 4605.000000 495.000000 1158790.000000 1153384.000000 152265.000000 121455.000000 112996.000000 104775.000000 139800.000000 28091.000000 78330.000000 24485.000000 33882.000000 74581.000000 35121.000000 52428.000000 39572.000000 56664.000000 16968.000000 22188.000000 6564.000000 21310.000000 17807.000000 14102.000000 4902.000000 504.000000 1183634.000000 1178089.000000 157859.000000 123349.000000 115848.000000 106829.000000 143309.000000 28472.000000 81109.000000 24872.000000 34449.000000 75801.000000 35458.000000 53028.000000 40153.000000 57229.000000 17133.000000 22499.000000 6621.000000 21567.000000 18174.000000 14330.000000 5059.000000 486.000000 1207657.000000 1201676.000000 163133.000000 125079.000000 118669.000000 108644.000000 146642.000000 28887.000000 83718.000000 25332.000000 34945.000000 76791.000000 35989.000000 53660.000000 40714.000000 57894.000000 17237.000000 22742.000000 6671.000000 21887.000000 18525.000000 14517.000000 5508.000000 473.000000 34.320000 34.320000 36.420000 35.710000 34.400000 33.350000 35.410000 32.780000 33.810000 30.850000 32.070000 33.310000 31.600000 30.720000 30.160000 32.860000 35.840000 35.830000 33.390000 35.090000 33.780000 35.140000 34.110000 35.120000 34.250000 34.250000 36.460000 35.570000 34.440000 33.380000 35.310000 32.670000 33.680000 30.640000 31.990000 33.270000 31.630000 30.510000 30.050000 32.720000 35.570000 35.650000 33.050000 34.890000 33.560000 34.970000 34.170000 34.540000 34.090000 34.090000 36.310000 35.420000 34.300000 33.360000 35.110000 32.400000 33.430000 30.320000 31.790000 33.200000 31.500000 30.270000 29.790000 32.540000 35.260000 35.460000 32.580000 34.560000 33.250000 34.720000 33.710000 33.520000 33.950000 33.950000 36.190000 35.350000 34.220000 33.340000 34.960000 32.230000 33.190000 30.070000 31.550000 33.110000 31.380000 30.060000 29.540000 32.370000 34.930000 35.260000 32.160000 34.320000 32.960000 34.580000 33.260000 30.860000 33.850000 33.860000 36.160000 35.190000 34.230000 33.330000 34.800000 32.140000 33.070000 29.870000 31.510000 33.030000 31.330000 29.870000 29.390000 32.230000 34.480000 34.870000 31.730000 34.190000 32.730000 34.410000 32.930000 31.140000 33.940000 33.950000 36.280000 35.220000 34.420000 33.530000 34.850000 32.250000 33.160000 29.890000 31.590000 33.120000 31.450000 29.860000 29.410000 32.300000 34.410000 34.630000 31.630000 34.360000 32.770000 34.390000 32.550000 31.300000 34.150000 34.150000 36.530000 35.310000 34.690000 33.800000 35.010000 32.460000 33.410000 30.050000 31.850000 33.330000 31.670000 30.020000 29.610000 32.540000 34.450000 34.710000 31.820000 34.620000 32.940000 34.430000 32.110000 30.890000 34.320000 34.330000 36.740000 35.420000 34.910000 34.000000 35.140000 32.680000 33.620000 30.160000 32.070000 33.470000 31.900000 30.130000 29.810000 32.710000 34.520000 34.800000 31.780000 34.880000 33.040000 34.600000 31.410000 30.320000 34.390000 34.400000 36.800000 35.350000 35.040000 34.150000 35.190000 32.790000 33.730000 30.260000 32.190000 33.490000 32.020000 30.130000 29.940000 32.840000 34.520000 34.860000 31.850000 35.030000 33.100000 34.640000 30.520000 30.470000 34.530000 34.550000 36.940000 35.380000 35.250000 34.290000 35.270000 33.030000 33.950000 30.500000 32.420000 33.640000 32.270000 30.230000 30.080000 33.000000 34.630000 35.040000 31.950000 35.220000 33.150000 34.810000 30.370000 30.490000 34.500000 34.520000 36.830000 35.230000 35.280000 34.300000 35.240000 33.060000 33.940000 30.530000 32.410000 33.570000 32.350000 30.120000 30.160000 33.110000 34.630000 35.130000 32.180000 35.320000 33.090000 34.830000 30.290000 30.650000 34.790000 34.810000 37.010000 35.350000 35.630000 34.600000 35.520000 33.420000 34.320000 30.980000 32.730000 33.860000 32.760000 30.430000 30.530000 33.490000 34.920000 35.470000 32.900000 35.640000 33.240000 35.220000 31.210000 31.370000 34.910000 34.920000 37.040000 35.150000 35.790000 34.770000 35.620000 33.620000 34.620000 31.280000 32.820000 33.930000 33.010000 30.670000 30.790000 33.770000 35.070000 35.570000 33.560000 35.930000 33.310000 35.430000 31.730000 31.710000 34.770000 34.790000 36.830000 34.620000 35.700000 34.640000 35.480000 33.640000 34.600000 31.380000 32.650000 33.820000 33.040000 30.710000 30.870000 33.860000 35.070000 35.560000 33.810000 36.010000 33.130000 35.470000 31.820000 31.900000 56.850000 56.840000 55.540000 55.450000 57.380000 57.370000 55.550000 57.620000 58.170000 60.520000 59.040000 58.690000 58.650000 59.860000 60.160000 57.220000 52.330000 52.550000 56.060000 54.610000 57.750000 55.650000 57.550000 55.790000 56.560000 56.560000 55.140000 55.290000 57.030000 57.000000 55.280000 57.360000 57.940000 60.420000 58.780000 58.480000 58.200000 59.700000 59.910000 56.910000 52.060000 52.150000 56.030000 54.290000 57.600000 55.610000 57.280000 56.190000 56.380000 56.380000 54.930000 55.130000 56.860000 56.670000 55.100000 57.270000 57.810000 60.430000 58.610000 58.280000 57.970000 59.550000 59.800000 56.670000 51.800000 51.850000 56.300000 54.150000 57.600000 55.520000 57.620000 56.890000 56.140000 56.130000 54.680000 54.860000 56.580000 56.330000 54.810000 57.010000 57.630000 60.280000 58.470000 58.080000 57.660000 59.350000 59.700000 56.420000 51.500000 51.550000 56.570000 53.850000 57.540000 55.280000 57.820000 59.200000 55.850000 55.840000 54.330000 54.670000 56.210000 55.960000 54.520000 56.710000 57.340000 60.040000 58.090000 57.870000 57.300000 59.130000 59.430000 56.150000 51.460000 51.480000 56.590000 53.460000 57.390000 54.960000 57.770000 58.810000 55.390000 55.380000 53.840000 54.310000 55.650000 55.400000 54.070000 56.290000 56.900000 59.720000 57.620000 57.460000 56.750000 58.750000 58.990000 55.650000 51.050000 51.310000 56.320000 52.900000 57.000000 54.610000 57.810000 58.440000 54.750000 54.740000 53.140000 53.860000 54.980000 54.700000 53.430000 55.650000 56.200000 59.160000 56.920000 56.920000 56.060000 58.120000 58.310000 54.900000 50.400000 50.560000 55.690000 52.170000 56.420000 54.170000 57.820000 58.340000 54.180000 54.160000 52.530000 53.420000 54.400000 54.110000 52.840000 55.020000 55.540000 58.750000 56.260000 56.440000 55.390000 57.530000 57.640000 54.240000 49.780000 49.890000 55.290000 51.440000 56.010000 53.450000 58.040000 58.010000 53.700000 53.680000 52.050000 53.200000 53.890000 53.560000 52.330000 54.480000 54.960000 58.260000 55.690000 56.050000 54.800000 57.030000 56.960000 53.640000 49.170000 49.270000 54.700000 50.830000 55.640000 52.940000 58.390000 57.660000 53.210000 53.190000 51.550000 52.910000 53.360000 53.080000 51.870000 53.880000 54.350000 57.760000 55.080000 55.580000 54.150000 56.500000 56.440000 53.050000 48.580000 48.650000 54.280000 50.270000 55.350000 52.480000 58.190000 57.600000 52.940000 52.920000 51.360000 52.850000 53.070000 52.770000 51.530000 53.570000 54.040000 57.530000 54.750000 55.360000 53.770000 56.250000 55.980000 52.570000 48.180000 48.150000 53.850000 49.870000 55.260000 52.190000 58.170000 57.030000 52.340000 52.320000 50.870000 52.490000 52.430000 52.150000 50.860000 52.900000 53.330000 56.870000 54.060000 54.780000 53.010000 55.570000 55.270000 51.800000 47.510000 47.410000 52.950000 49.220000 54.850000 51.440000 57.370000 56.430000 51.920000 51.900000 50.490000 52.530000 51.990000 51.670000 50.400000 52.380000 52.700000 56.310000 53.670000 54.410000 52.450000 54.960000 54.540000 51.160000 46.980000 46.910000 52.130000 48.500000 54.580000 50.890000 56.800000 56.080000 51.790000 51.760000 50.370000 53.010000 51.860000 51.500000 50.200000 52.030000 52.410000 56.020000 53.590000 54.290000 52.050000 54.560000 54.070000 50.730000 46.630000 46.640000 51.650000 48.060000 54.630000 50.560000 56.510000 55.910000 5.130000 5.120000 3.920000 4.360000 4.560000 5.730000 4.830000 6.440000 4.160000 5.570000 6.210000 5.970000 6.630000 7.240000 7.170000 6.460000 7.140000 6.470000 7.880000 5.410000 4.890000 5.540000 7.330000 7.090000 5.210000 5.210000 3.990000 4.460000 4.620000 5.800000 4.930000 6.520000 4.220000 5.640000 6.320000 6.040000 6.800000 7.380000 7.310000 6.580000 7.310000 6.610000 8.010000 5.540000 4.960000 5.520000 7.430000 7.210000 5.290000 5.290000 4.050000 4.570000 4.670000 5.890000 5.030000 6.640000 4.290000 5.680000 6.420000 6.120000 6.940000 7.530000 7.440000 6.710000 7.500000 6.750000 8.020000 5.670000 5.020000 5.610000 7.290000 7.290000 5.390000 5.380000 4.100000 4.690000 4.750000 5.970000 5.150000 6.730000 4.360000 5.760000 6.520000 6.200000 7.070000 7.680000 7.550000 6.810000 7.710000 6.910000 7.910000 5.860000 5.080000 5.700000 7.120000 6.060000 5.470000 5.460000
4.170000 4.790000 4.810000 6.060000 5.260000 6.800000 4.430000 5.840000 6.620000 6.280000 7.180000 7.800000 7.680000 6.900000 7.820000 7.040000 7.970000 5.950000 5.150000 5.850000 7.110000 6.090000 5.540000 5.530000 4.230000 4.910000 4.870000 6.130000 5.350000 6.850000 4.470000 5.860000 6.710000 6.360000 7.280000 7.910000 7.810000 7.000000 7.940000 7.110000 8.020000 6.000000 5.180000 5.890000 7.020000 6.210000 5.630000 5.620000 4.310000 5.020000 4.940000 6.230000 5.460000 6.940000 4.540000 5.900000 6.800000 6.430000 7.380000 8.060000 7.930000 7.110000 8.110000 7.220000 8.120000 6.080000 5.240000 5.970000 6.900000 6.010000 5.710000 5.700000 4.390000 5.130000 4.990000 6.300000 5.570000 7.000000 4.600000 5.940000 6.910000 6.510000 7.500000 8.190000 8.040000 7.220000 8.230000 7.340000 8.130000 6.180000 5.300000 6.080000 6.690000 5.820000 5.790000 5.780000 4.460000 5.220000 5.050000 6.380000 5.670000 7.080000 4.680000 5.960000 7.000000 6.610000 7.610000 8.350000 8.190000 7.330000 8.420000 7.450000 8.240000 6.280000 5.360000 6.140000 6.450000 5.960000 5.860000 5.860000 4.530000 5.320000 5.100000 6.460000 5.770000 7.170000 4.740000 5.960000 7.090000 6.690000 7.690000 8.450000 8.290000 7.430000 8.550000 7.550000 8.200000 6.350000 5.390000 6.200000 6.330000 5.750000 5.920000 5.920000 4.590000 5.400000 5.160000 6.530000 5.870000 7.200000 4.810000 5.960000 7.160000 6.760000 7.770000 8.550000 8.400000 7.520000 8.650000 7.640000 8.140000 6.400000 5.360000 6.220000 6.340000 5.950000 5.990000 5.990000 4.670000 5.490000 5.230000 6.590000 5.970000 7.240000 4.890000 5.960000 7.220000 6.840000 7.840000 8.620000 8.470000 7.580000 8.690000 7.720000 7.960000 6.460000 5.390000 6.290000 6.060000 5.950000 6.060000 6.060000 4.770000 5.520000 5.280000 6.670000 6.060000 7.300000 4.950000 5.980000 7.290000 6.930000 7.910000 8.710000 8.590000 7.670000 8.770000 7.820000 7.900000 6.540000 5.410000 6.370000 5.990000 5.710000 6.120000 6.120000 4.870000 5.510000 5.340000 6.740000 6.160000 7.370000 5.040000 5.990000 7.330000 6.990000 8.010000 8.800000 8.720000 7.760000 8.850000 7.890000 7.900000 6.640000 5.430000 6.420000 6.050000 5.460000 3.710000 3.710000 4.120000 4.490000 3.660000 3.550000 4.210000 3.150000 3.860000 3.060000 2.680000 2.030000 3.120000 2.180000 2.510000 3.460000 4.690000 5.150000 2.660000 4.890000 3.590000 3.660000 1.020000 2.000000 3.970000 3.980000 4.410000 4.680000 3.900000 3.820000 4.490000 3.440000 4.170000 3.310000 2.920000 2.220000 3.370000 2.410000 2.740000 3.790000 5.070000 5.590000 2.910000 5.280000 3.880000 3.900000 1.120000 2.060000 4.240000 4.240000 4.710000 4.880000 4.160000 4.080000 4.760000 3.690000 4.470000 3.570000 3.190000 2.400000 3.590000 2.650000 2.970000 4.090000 5.450000 5.940000 3.100000 5.620000 4.130000 4.150000 1.370000 2.300000 4.530000 4.530000 5.020000 5.100000 4.460000 4.360000 5.080000 4.030000 4.820000 3.890000 3.460000 2.620000 3.890000 2.900000 3.210000 4.410000 5.850000 6.280000 3.360000 5.980000 4.420000 4.430000 1.800000 3.880000 4.830000 4.840000 5.340000 5.350000 4.750000 4.640000 5.410000 4.340000 5.160000 4.240000 3.780000 2.830000 4.190000 3.200000 3.500000 4.720000 6.240000 6.620000 3.700000 6.400000 4.730000 4.790000 2.180000 3.960000 5.130000 5.130000 5.650000 5.560000 5.070000 4.940000 5.720000 4.610000 5.470000 4.530000 4.080000 3.070000 4.520000 3.480000 3.790000 5.050000 6.610000 6.960000 4.040000 6.740000 5.050000 5.100000 2.620000 4.060000 5.470000 5.480000 6.020000 5.800000 5.390000 5.270000 6.100000 4.950000 5.860000 4.890000 4.430000 3.320000 4.890000 3.790000 4.150000 5.450000 7.030000 7.510000 4.370000 7.120000 5.390000 5.430000 3.170000 4.760000 5.800000 5.800000 6.350000 6.030000 5.700000 5.590000 6.450000 5.300000 6.240000 5.160000 4.770000 3.580000 5.210000 4.150000 4.510000 5.840000 7.480000 7.970000 4.800000 7.500000 5.650000 5.870000 3.870000 5.850000 6.130000 6.130000 6.690000 6.230000 6.020000 5.900000 6.810000 5.650000 6.630000 5.520000 5.130000 3.860000 5.570000 4.500000 4.900000 6.200000 7.890000 8.420000 5.210000 7.860000 5.900000 6.280000 4.650000 5.910000 6.400000 6.410000 6.980000 6.400000 6.290000 6.170000 7.100000 5.920000 6.960000 5.780000 5.420000 4.090000 5.890000 4.810000 5.190000 6.520000 8.250000 8.760000 5.580000 8.150000 6.110000 6.510000 5.110000 6.150000 6.630000 6.630000 7.210000 6.520000 6.490000 6.400000 7.370000 6.170000 7.200000 5.980000 5.680000 4.310000 6.110000 5.090000 5.460000 6.800000 8.540000 9.080000 5.830000 8.410000 6.290000 6.760000 5.210000 6.360000 6.880000 6.890000 7.450000 6.680000 6.710000 6.660000 7.650000 6.440000 7.460000 6.200000 5.990000 4.520000 6.390000 5.380000 5.730000 7.130000 8.880000 9.390000 6.190000 8.690000 6.530000 7.050000 5.370000 6.250000 7.120000 7.120000 7.700000 6.800000 6.940000 6.890000 7.920000 6.710000 7.740000 6.430000 6.230000 4.730000 6.630000 5.660000 6.080000 7.410000 9.180000 9.700000 6.410000 9.020000 6.700000 7.310000 5.480000 6.490000 7.320000 7.320000 7.920000 6.850000 7.100000 7.120000 8.160000 6.960000 7.960000 6.610000 6.430000 4.910000 6.900000 5.930000 6.340000 7.660000 9.440000 9.920000 6.640000 9.290000 6.810000 7.550000 5.610000 6.720000 254776.000000 254130.000000 36437.000000 29522.000000 28910.000000 19359.000000 29077.000000 5615.000000 21733.000000 6309.000000 6757.000000 16491.000000 6715.000000 9563.000000 7432.000000 10730.000000 3113.000000 4105.000000 984.000000 4163.000000 4339.000000 2776.000000 578.000000 68.000000 270217.000000 269527.000000 38713.000000 31122.000000 31924.000000 20706.000000 30803.000000 5647.000000 23466.000000 6853.000000 7313.000000 17350.000000 6803.000000 10022.000000 7475.000000 10868.000000 3099.000000 4280.000000 1047.000000 4312.000000 4757.000000 2967.000000 611.000000 79.000000 292724.000000 291869.000000 42929.000000 32919.000000 33606.000000 22519.000000 34006.000000 6083.000000 26021.000000 7375.000000 7781.000000 18464.000000 7131.000000 10790.000000 8495.000000 11847.000000 3183.000000 4340.000000 1198.000000 4762.000000 5300.000000 3120.000000 763.000000 92.000000 246381.000000 245571.000000 36875.000000 25717.000000 28754.000000 18698.000000 27423.000000 5180.000000 22185.000000 6522.000000 6810.000000 15964.000000 6321.000000 9203.000000 7130.000000 9982.000000 2829.000000 3849.000000 1065.000000 3772.000000 4704.000000 2588.000000 715.000000 95.000000 236687.000000 235879.000000 35042.000000 25000.000000 27416.000000 17564.000000 26415.000000 4863.000000 21542.000000 6353.000000 6669.000000 15400.000000 6010.000000 8882.000000 6892.000000 9565.000000 2771.000000 3635.000000 1036.000000 3605.000000 4784.000000 2435.000000 710.000000 98.000000 217456.000000 216676.000000 32689.000000 22744.000000 24898.000000 16229.000000 24402.000000 4485.000000 19922.000000 5823.000000 5934.000000 14288.000000 5316.000000 8372.000000 6297.000000 8706.000000 2457.000000 3323.000000 995.000000 3186.000000 4379.000000 2231.000000 682.000000 98.000000 206936.000000 206150.000000 31606.000000 21453.000000 24073.000000 15486.000000 22919.000000 4196.000000 19267.000000 5739.000000 5703.000000 13544.000000 5107.000000 7356.000000 5696.000000 7903.000000 2256.000000 3140.000000 892.000000 3050.000000 4560.000000 2204.000000 704.000000 82.000000 195331.000000 194502.000000 29908.000000 20262.000000 22796.000000 14797.000000 22168.000000 3870.000000 18490.000000 5494.000000 5123.000000 12337.000000 4725.000000 6834.000000 5338.000000 7482.000000 2177.000000 2861.000000 813.000000 2857.000000 4293.000000 1877.000000 728.000000 101.000000 192887.000000 192019.000000 30315.000000 20247.000000 22484.000000 14486.000000 21625.000000 3732.000000 18381.000000 5672.000000 5023.000000 12098.000000 4415.000000 6361.000000 4859.000000 7173.000000 2114.000000 2833.000000 808.000000 2794.000000 4574.000000 2025.000000 780.000000 88.000000 192021.000000 191025.000000 30371.000000 20747.000000 23058.000000 14413.000000 21496.000000 3562.000000 18548.000000 5835.000000 4965.000000 11671.000000 4281.000000 6057.000000 4505.000000 6714.000000 1967.000000 2669.000000 738.000000 2741.000000 4686.000000 2001.000000 893.000000 103.000000 187568.000000 186524.000000 30465.000000 19755.000000 22258.000000 14048.000000 20982.000000 3461.000000 18265.000000 5877.000000 4699.000000 11401.000000 3959.000000 5938.000000 4320.000000 6443.000000 1889.000000 2588.000000 703.000000 2584.000000 4883.000000 2006.000000 949.000000 95.000000 182599.000000 181462.000000 30601.000000 18835.000000 21593.000000 13596.000000 20161.000000 3462.000000 17753.000000 5753.000000 4462.000000 11536.000000 3654.000000 5635.000000 4043.000000 6011.000000 1799.000000 2481.000000 724.000000 2447.000000 5028.000000 1888.000000 1036.000000 101.000000 157282.000000 156184.000000 25673.000000 18631.000000 18409.000000 11051.000000 17475.000000 3211.000000 14884.000000 4660.000000 3950.000000 9705.000000 3196.000000 4725.000000 3233.000000 4940.000000 1618.000000 2254.000000 624.000000 1979.000000 4320.000000 1646.000000 1007.000000 91.000000 187442.000000 186196.000000 32181.000000 25052.000000 22800.000000 13602.000000 20381.000000 3319.000000 17163.000000 5251.000000 4856.000000 11055.000000 3329.000000 5103.000000 3406.000000 5078.000000 1696.000000 2511.000000 779.000000 1849.000000 5004.000000 1781.000000 1115.000000 131.000000 322470.000000 321722.000000 46240.000000 37941.000000 37766.000000 24967.000000 36971.000000 7191.000000 27212.000000 7673.000000 8590.000000 20136.000000 8290.000000 11821.000000 8920.000000 13408.000000 3741.000000 5281.000000 1258.000000 5148.000000 5569.000000 3599.000000 661.000000 87.000000 266825.000000 266147.000000 38214.000000 31903.000000 31003.000000 20090.000000 30320.000000 5724.000000 23075.000000 6462.000000 6799.000000 16965.000000 6879.000000 9758.000000 7540.000000 10991.000000 3281.000000 4253.000000 1003.000000 4329.000000 4624.000000 2934.000000 602.000000 76.000000 282482.000000 281731.000000 40671.000000 33513.000000 34202.000000 21395.000000 32171.000000 5773.000000 24766.000000 6964.000000 7392.000000 17822.000000 6930.000000 10172.000000 7484.000000 11079.000000 3214.000000 4366.000000 1077.000000 4514.000000 5074.000000 3152.000000 665.000000 86.000000 306271.000000 305327.000000 45374.000000 34672.000000 35985.000000 23368.000000 35496.000000 6254.000000 27495.000000 7572.000000 7893.000000 19050.000000 7286.000000 10984.000000 8609.000000 12161.000000 3353.000000 4553.000000 1253.000000 4964.000000 5650.000000 3355.000000 838.000000 106.000000 257075.000000 256229.000000 38452.000000 27633.000000 30739.000000 19274.000000 28668.000000 5306.000000 23348.000000 6682.000000 6892.000000 16293.000000 6472.000000 9413.000000 7179.000000 10196.000000 2948.000000 3952.000000 1101.000000 3880.000000 5058.000000 2743.000000 751.000000 95.000000 246241.000000 245408.000000 36472.000000 26573.000000 29097.000000 18086.000000 27505.000000 4959.000000 22739.000000 6553.000000 6795.000000 15755.000000 6241.000000 8967.000000 6900.000000 9784.000000 2877.000000 3717.000000 1036.000000 3719.000000 5023.000000 2610.000000 728.000000 105.000000 227349.000000 226514.000000 34520.000000 24295.000000 26265.000000 16849.000000 25533.000000 4613.000000 21175.000000 6069.000000 6048.000000 14734.000000 5470.000000 8429.000000 6334.000000 8881.000000 2537.000000 3435.000000 1011.000000 3305.000000 4604.000000 2407.000000 731.000000 104.000000 218272.000000 217405.000000 33674.000000 22986.000000 25815.000000 16136.000000 24114.000000 4335.000000 20670.000000 6053.000000 5851.000000 14077.000000 5249.000000 7550.000000 5777.000000 8226.000000 2372.000000 3277.000000 901.000000 3203.000000 4770.000000 2369.000000 784.000000 83.000000 207968.000000 207073.000000 31976.000000 22164.000000 24614.000000 15621.000000 23494.000000 4047.000000 19975.000000 5861.000000 5313.000000 12970.000000 4937.000000 7183.000000 5482.000000 7764.000000 2282.000000 3017.000000 837.000000 2988.000000 4500.000000 2048.000000 792.000000 103.000000 206531.000000 205612.000000 32812.000000 22295.000000 24411.000000 15368.000000 23114.000000 3912.000000 19760.000000 6070.000000 5240.000000 12698.000000 4615.000000 6677.000000 5007.000000 7502.000000 2239.000000 2998.000000 854.000000 2989.000000 4829.000000 2222.000000 824.000000 95.000000 205446.000000 204380.000000 32883.000000 22932.000000 25035.000000 15253.000000 22790.000000 3752.000000 20000.000000 6258.000000 5193.000000 12218.000000 4486.000000 6313.000000 4650.000000 6977.000000 2047.000000 2831.000000 765.000000 2908.000000 4935.000000 2154.000000 954.000000 112.000000 198792.000000 197648.000000 32822.000000 21529.000000 23752.000000 14777.000000 22070.000000 3600.000000 19539.000000 6201.000000 4889.000000 11820.000000 4141.000000 6117.000000 4369.000000 6607.000000 1978.000000 2694.000000 753.000000 2740.000000 5111.000000 2139.000000 1048.000000 96.000000 194878.000000 193684.000000 32185.000000 22344.000000 23360.000000 14341.000000 21487.000000 3598.000000 19068.000000 5987.000000 4681.000000 11853.000000 3836.000000 5735.000000 4081.000000 6110.000000 1863.000000 2588.000000 758.000000 2575.000000 5229.000000 2005.000000 1088.000000 106.000000 168973.000000 167860.000000 27094.000000 22288.000000 20157.000000 12024.000000 18397.000000 3272.000000 15847.000000 4954.000000 4218.000000 9937.000000 3352.000000 4859.000000 3257.000000 5123.000000 1676.000000 2396.000000 661.000000 2056.000000 4520.000000 1772.000000 1022.000000 91.000000 322134.000000 321415.000000 46620.000000 37370.000000 38254.000000 24574.000000 37285.000000 7107.000000 27247.000000 7684.000000 8751.000000 19946.000000 8248.000000 11331.000000 8610.000000 13615.000000 3753.000000 5381.000000 1095.000000 5311.000000 5616.000000 3617.000000 646.000000 73.000000 323186.000000 322424.000000 46475.000000 38510.000000 38613.000000 24949.000000 37070.000000 7087.000000 27832.000000 7683.000000 8426.000000 19844.000000 8069.000000 11424.000000 8652.000000 13177.000000 3674.000000 5213.000000 1238.000000 5137.000000 5683.000000 3668.000000 678.000000 84.000000 267563.000000 266872.000000 38707.000000 32089.000000 31760.000000 20078.000000 30484.000000 5658.000000 23605.000000 6446.000000 6664.000000 16724.000000 6633.000000 9436.000000 7349.000000 10823.000000 3164.000000 4191.000000 1006.000000 4333.000000 4712.000000 3010.000000 619.000000 72.000000 282885.000000 282094.000000 41410.000000 33019.000000 34662.000000 21373.000000 32233.000000 5714.000000 25168.000000 6936.000000 7338.000000 17661.000000 6764.000000 9940.000000 7309.000000 10997.000000 3191.000000 4347.000000 1081.000000 4497.000000 5207.000000 3247.000000 693.000000 98.000000 306554.000000 305595.000000 45795.000000 34663.000000 36594.000000 23271.000000 35589.000000 6159.000000 27958.000000 7546.000000 7755.000000 18759.000000 7159.000000 10755.000000 8348.000000 11987.000000 3311.000000 4514.000000 1260.000000 4949.000000 5784.000000 3439.000000 856.000000 103.000000 257200.000000 256339.000000 38556.000000 27670.000000 31122.000000 19309.000000 28613.000000 5241.000000 23786.000000 6667.000000 6808.000000 16124.000000 6444.000000 9203.000000 6969.000000 10083.000000 2902.000000 3913.000000 1089.000000 3883.000000 5132.000000 2825.000000 766.000000 95.000000 246452.000000 245603.000000 36768.000000 26633.000000 29354.000000 18120.000000 27602.000000 4863.000000 23223.000000 6577.000000 6701.000000 15573.000000 6156.000000 8736.000000 6734.000000 9637.000000 2809.000000 3657.000000 1008.000000 3697.000000 5080.000000 2675.000000 746.000000 103.000000 227492.000000 226615.000000 34697.000000 24231.000000 26521.000000 16843.000000 25537.000000 4578.000000 21650.000000 6119.000000 5991.000000 14549.000000 5399.000000 8207.000000 6162.000000 8775.000000 2497.000000 3436.000000 989.000000 3299.000000 4663.000000 2472.000000 771.000000 106.000000 218499.000000 217590.000000 33813.000000 23092.000000 26152.000000 16141.000000 24155.000000 4295.000000 21051.000000 6157.000000 5770.000000 13963.000000 5139.000000 7331.000000 5588.000000 8090.000000 2326.000000 3235.000000 880.000000 3180.000000 4800.000000 2432.000000 826.000000 83.000000 208288.000000 207372.000000 32120.000000 22330.000000 24928.000000 15643.000000 23586.000000 4018.000000 20230.000000 5902.000000 5257.000000 12801.000000 4843.000000 7024.000000 5339.000000 7642.000000 2220.000000 3002.000000 840.000000 2974.000000 4535.000000 2138.000000 809.000000 107.000000 206660.000000 205730.000000 33397.000000 22186.000000 24720.000000 15362.000000 23077.000000 3887.000000 20044.000000 6078.000000 5166.000000 12512.000000 4547.000000 6515.000000 4792.000000 7382.000000 2158.000000 2986.000000 837.000000 2943.000000 4868.000000 2273.000000 840.000000 90.000000 205828.000000 204717.000000 33818.000000 22719.000000 25367.000000 15192.000000 22780.000000 3719.000000 20168.000000 6263.000000 5169.000000 11974.000000 4389.000000 6181.000000 4510.000000 6822.000000 2015.000000 2798.000000 781.000000 2883.000000 4970.000000 2199.000000 1005.000000 106.000000 199174.000000 198055.000000 32804.000000 22544.000000 24028.000000 14775.000000 22125.000000 3538.000000 19818.000000 6165.000000 4864.000000 11611.000000 4003.000000 5973.000000 4198.000000 6446.000000 1940.000000 2651.000000 751.000000 2610.000000 5032.000000 2179.000000 1023.000000 96.000000 195292.000000 194097.000000 31879.000000 23995.000000 23629.000000 14693.000000 21483.000000 3541.000000 18889.000000 6053.000000 4679.000000 11507.000000 3740.000000 5573.000000 3878.000000 5914.000000 1785.000000 2538.000000 746.000000 2441.000000 5142.000000 1992.000000 1081.000000 114.000000 324123.000000 323373.000000 48752.000000 37860.000000 37793.000000 25143.000000 37646.000000 7151.000000 27586.000000 7486.000000 8488.000000 19463.000000 8121.000000 11097.000000 8333.000000 13458.000000 3652.000000 5298.000000 1183.000000 5455.000000 5667.000000 3741.000000 669.000000 81.000000 322518.000000 321776.000000 47321.000000 37530.000000 39188.000000 24589.000000 37350.000000 6960.000000 27927.000000 7625.000000 8501.000000 19535.000000 7998.000000 10848.000000 8165.000000 13389.000000 3649.000000 5316.000000 1081.000000 5358.000000 5710.000000 3736.000000 662.000000 80.000000 323612.000000 322825.000000 47654.000000 38177.000000 39602.000000 24979.000000 37092.000000 6973.000000 28589.000000 7658.000000 8209.000000 19530.000000 7780.000000 10880.000000 8262.000000 12874.000000 3555.000000 5073.000000 1232.000000 5113.000000 5809.000000 3784.000000 699.000000 88.000000 267579.000000 266863.000000 39703.000000 31277.000000 32114.000000 20052.000000 30451.000000 5586.000000 24089.000000 6430.000000 6518.000000 16590.000000 6532.000000 9179.000000 7070.000000 10706.000000 3072.000000 4156.000000 1035.000000 4342.000000 4839.000000 3122.000000 630.000000 86.000000 282920.000000 282108.000000 42338.000000 32398.000000 34989.000000 21357.000000 32227.000000 5615.000000 25682.000000 6902.000000 7187.000000 17450.000000 6663.000000 9629.000000 7049.000000 10813.000000 3141.000000 4315.000000 1078.000000 4538.000000 5374.000000 3363.000000 705.000000 107.000000 306226.000000 305247.000000 46486.000000 33968.000000 36988.000000 23244.000000 35537.000000 6058.000000 28510.000000 7551.000000 7574.000000 18580.000000 7058.000000 10463.000000 8059.000000 11785.000000 3256.000000 4468.000000 1211.000000 4946.000000 5910.000000 3595.000000 869.000000 110.000000 257004.000000 256124.000000 39150.000000 27391.000000 31299.000000 19313.000000 28642.000000 5126.000000 24322.000000 6706.000000 6693.000000 15959.000000 6304.000000 8904.000000 6693.000000 9890.000000 2819.000000 3841.000000 1061.000000 3878.000000 5207.000000 2926.000000 780.000000 100.000000 246219.000000 245358.000000 37270.000000 26335.000000 29663.000000 18063.000000 27581.000000 4775.000000 23707.000000 6639.000000 6612.000000 15406.000000 5997.000000 8426.000000 6488.000000 9455.000000 2748.000000 3640.000000 988.000000 3658.000000 5115.000000 2792.000000 761.000000 100.000000 227319.000000 226452.000000 35163.000000 23972.000000 26996.000000 16778.000000 25572.000000 4498.000000 22108.000000 6174.000000 5932.000000 14341.000000 5242.000000 7872.000000 5915.000000 8538.000000 2412.000000 3373.000000 967.000000 3291.000000 4707.000000 2601.000000 762.000000 105.000000 218369.000000 217482.000000 34172.000000 22969.000000 26527.000000 16047.000000 24180.000000 4286.000000 21345.000000 6190.000000 5713.000000 13781.000000 5016.000000 7103.000000 5360.000000 7945.000000 2267.000000 3206.000000 857.000000 3185.000000 4815.000000 2518.000000 803.000000 84.000000 208111.000000 207208.000000 32759.000000 22039.000000 25255.000000 15612.000000 23578.000000 3955.000000 20530.000000 5939.000000 5193.000000 12636.000000 4705.000000 6798.000000 5099.000000 7460.000000 2143.000000 2946.000000 823.000000 2923.000000 4577.000000 2238.000000 801.000000 102.000000 206680.000000 205721.000000 34118.000000 21904.000000 25007.000000 15333.000000 23091.000000 3846.000000 20258.000000 6089.000000 5158.000000 12296.000000 4453.000000 6333.000000 4576.000000 7228.000000 2133.000000 2951.000000 839.000000 2912.000000 4873.000000 2323.000000 868.000000 91.000000 205877.000000 204802.000000 33665.000000 23384.000000 25673.000000 15144.000000 22794.000000 3666.000000 20595.000000 6229.000000 5084.000000 11773.000000 4285.000000 6003.000000 4324.000000 6639.000000 1970.000000 2802.000000 762.000000 2817.000000 4966.000000 2227.000000 969.000000 106.000000 199181.000000 198107.000000 32519.000000 23394.000000 24337.000000 15317.000000 21955.000000 3485.000000 19828.000000 6162.000000 4832.000000 11425.000000 3894.000000 5797.000000 3943.000000 6220.000000 1872.000000 2622.000000 705.000000 2556.000000 5028.000000 2216.000000 986.000000 88.000000 322386.000000 321599.000000 49928.000000 36327.000000 38266.000000 24977.000000 37491.000000 6947.000000 27813.000000 7608.000000 8474.000000 19132.000000 8237.000000 10331.000000 7982.000000 13293.000000 3655.000000 5256.000000 1137.000000 5399.000000 5550.000000 3796.000000 703.000000 84.000000 324475.000000 323693.000000 49718.000000 37870.000000 38770.000000 25178.000000 37726.000000 6999.000000 28402.000000 7391.000000 8247.000000 19095.000000 7859.000000 10478.000000 7783.000000 13129.000000 3504.000000 5227.000000 1156.000000 5433.000000 5777.000000 3951.000000 701.000000 81.000000 322861.000000 322089.000000 49008.000000 36944.000000 40284.000000 24575.000000 37448.000000 6807.000000 28798.000000 7550.000000 8230.000000 19183.000000 7656.000000 10142.000000 7639.000000 13016.000000 3473.000000 5127.000000 1052.000000 5354.000000 5876.000000 3927.000000 693.000000 79.000000 323643.000000 322811.000000 49251.000000 36819.000000 40173.000000 24961.000000 37122.000000 6857.000000 29307.000000 7626.000000 8020.000000 19312.000000 7546.000000 10416.000000 7914.000000 12632.000000 3463.000000 4985.000000 1236.000000 5202.000000 6000.000000 3969.000000 736.000000 96.000000 267593.000000 266868.000000 40880.000000 30390.000000 32494.000000 20103.000000 30490.000000 5536.000000 24716.000000 6373.000000 6361.000000 16368.000000 6408.000000 8803.000000 6693.000000 10452.000000
3008.000000 4098.000000 1019.000000 4381.000000 4983.000000 3312.000000 645.000000 80.000000 282780.000000 281942.000000 43439.000000 31451.000000 35472.000000 21349.000000 32222.000000 5522.000000 26283.000000 6916.000000 7049.000000 17195.000000 6507.000000 9306.000000 6671.000000 10560.000000 3037.000000 4296.000000 1032.000000 4563.000000 5501.000000 3571.000000 725.000000 113.000000 306198.000000 305211.000000 47590.000000 33238.000000 37366.000000 23348.000000 35545.000000 5982.000000 29277.000000 7527.000000 7443.000000 18312.000000 6889.000000 10069.000000 7654.000000 11510.000000 3148.000000 4373.000000 1180.000000 4947.000000 6023.000000 3790.000000 871.000000 116.000000 257041.000000 256157.000000 39973.000000 26931.000000 31685.000000 19282.000000 28635.000000 5071.000000 24790.000000 6774.000000 6613.000000 15765.000000 6181.000000 8534.000000 6413.000000 9698.000000 2742.000000 3777.000000 1034.000000 3916.000000 5249.000000 3094.000000 785.000000 99.000000 246269.000000 245399.000000 38041.000000 25977.000000 30232.000000 18079.000000 27598.000000 4709.000000 24254.000000 6670.000000 6493.000000 15170.000000 5789.000000 8084.000000 6134.000000 9240.000000 2610.000000 3590.000000 928.000000 3650.000000 5217.000000 2934.000000 772.000000 98.000000 227376.000000 226516.000000 35758.000000 23777.000000 27456.000000 16736.000000 25655.000000 4431.000000 22498.000000 6192.000000 5852.000000 14171.000000 5080.000000 7573.000000 5613.000000 8357.000000 2326.000000 3305.000000 932.000000 3288.000000 4767.000000 2749.000000 755.000000 105.000000 218421.000000 217557.000000 34958.000000 22649.000000 26990.000000 16029.000000 24107.000000 4228.000000 21733.000000 6200.000000 5679.000000 13569.000000 4855.000000 6861.000000 5044.000000 7782.000000 2169.000000 3141.000000 839.000000 3175.000000 4865.000000 2684.000000 784.000000 80.000000 208261.000000 207344.000000 33462.000000 21785.000000 25536.000000 15610.000000 23535.000000 3943.000000 20799.000000 5962.000000 5166.000000 12440.000000 4609.000000 6554.000000 4856.000000 7302.000000 2128.000000 2897.000000 833.000000 2947.000000 4620.000000 2360.000000 817.000000 100.000000 206882.000000 205981.000000 34170.000000 22348.000000 25406.000000 15319.000000 23121.000000 3834.000000 20774.000000 6060.000000 5102.000000 12056.000000 4317.000000 6118.000000 4347.000000 7018.000000 2081.000000 2892.000000 797.000000 2906.000000 4877.000000 2438.000000 811.000000 90.000000 206102.000000 205105.000000 33635.000000 23858.000000 26038.000000 15720.000000 22929.000000 3626.000000 20746.000000 6201.000000 5044.000000 11542.000000 4178.000000 5840.000000 3978.000000 6336.000000 1911.000000 2731.000000 703.000000 2790.000000 4982.000000 2317.000000 892.000000 105.000000 326628.000000 325868.000000 52597.000000 35964.000000 39344.000000 25970.000000 38315.000000 7173.000000 27920.000000 7364.000000 8442.000000 19357.000000 8078.000000 9768.000000 7485.000000 12781.000000 3492.000000 5261.000000 1146.000000 5619.000000 5817.000000 3975.000000 676.000000 84.000000 322724.000000 321924.000000 51031.000000 36136.000000 39307.000000 24957.000000 37691.000000 6800.000000 28719.000000 7505.000000 8255.000000 18813.000000 7942.000000 9702.000000 7255.000000 12905.000000 3446.000000 5127.000000 1112.000000 5400.000000 5701.000000 4120.000000 711.000000 89.000000 324914.000000 324120.000000 52049.000000 36668.000000 40128.000000 25202.000000 37772.000000 6789.000000 29431.000000 7272.000000 8028.000000 18676.000000 7462.000000 9655.000000 7148.000000 12763.000000 3303.000000 5003.000000 1110.000000 5544.000000 5949.000000 4168.000000 710.000000 84.000000 323039.000000 322236.000000 50735.000000 35439.000000 40948.000000 24621.000000 37375.000000 6694.000000 29674.000000 7532.000000 8080.000000 18951.000000 7463.000000 9673.000000 7243.000000 12778.000000 3326.000000 5022.000000 1053.000000 5414.000000 6038.000000 4177.000000 715.000000 88.000000 323703.000000 322845.000000 50825.000000 35600.000000 40829.000000 24956.000000 37163.000000 6716.000000 29975.000000 7581.000000 7839.000000 18986.000000 7406.000000 9958.000000 7454.000000 12358.000000 3389.000000 4915.000000 1215.000000 5243.000000 6234.000000 4203.000000 759.000000 99.000000 267540.000000 266818.000000 42153.000000 29253.000000 33083.000000 20121.000000 30526.000000 5494.000000 25360.000000 6360.000000 6259.000000 16131.000000 6211.000000 8410.000000 6294.000000 10234.000000 2880.000000 4022.000000 982.000000 4422.000000 5107.000000 3516.000000 640.000000 82.000000 282928.000000 282125.000000 44729.000000 30580.000000 36052.000000 21419.000000 32241.000000 5441.000000 27019.000000 6914.000000 6889.000000 16958.000000 6321.000000 8897.000000 6257.000000 10337.000000 2942.000000 4182.000000 987.000000 4573.000000 5605.000000 3782.000000 694.000000 109.000000 306403.000000 305424.000000 48737.000000 32360.000000 37982.000000 23359.000000 35626.000000 5876.000000 30019.000000 7558.000000 7330.000000 18024.000000 6698.000000 9604.000000 7183.000000 11291.000000 3056.000000 4329.000000 1145.000000 5001.000000 6185.000000 4061.000000 861.000000 118.000000 257231.000000 256381.000000 40920.000000 26458.000000 32315.000000 19279.000000 28605.000000 4974.000000 25383.000000 6805.000000 6487.000000 15471.000000 6010.000000 8188.000000 5969.000000 9506.000000 2655.000000 3723.000000 993.000000 3905.000000 5425.000000 3310.000000 757.000000 93.000000 246419.000000 245589.000000 39021.000000 25361.000000 30750.000000 18110.000000 27569.000000 4671.000000 24813.000000 6696.000000 6389.000000 14933.000000 5601.000000 7785.000000 5748.000000 9064.000000 2526.000000 3507.000000 899.000000 3734.000000 5287.000000 3125.000000 735.000000 95.000000 227647.000000 226826.000000 36703.000000 23265.000000 28133.000000 16776.000000 25660.000000 4367.000000 23062.000000 6201.000000 5720.000000 13853.000000 4913.000000 7270.000000 5268.000000 8175.000000 2224.000000 3232.000000 890.000000 3316.000000 4885.000000 2913.000000 725.000000 96.000000 218735.000000 217888.000000 35633.000000 22370.000000 27419.000000 16011.000000 24165.000000 4212.000000 22095.000000 6180.000000 5624.000000 13348.000000 4712.000000 6671.000000 4741.000000 7653.000000 2149.000000 3110.000000 830.000000 3178.000000 4970.000000 2817.000000 773.000000 74.000000 208559.000000 207713.000000 33526.000000 22158.000000 26013.000000 15649.000000 23586.000000 3947.000000 21305.000000 5936.000000 5093.000000 12226.000000 4441.000000 6344.000000 4582.000000 7138.000000 2070.000000 2842.000000 788.000000 2921.000000 4655.000000 2493.000000 750.000000 96.000000 207160.000000 206338.000000 34242.000000 22592.000000 25877.000000 15654.000000 23171.000000 3778.000000 20974.000000 6069.000000 5075.000000 11888.000000 4233.000000 5964.000000 4022.000000 6808.000000 2028.000000 2827.000000 758.000000 2888.000000 4921.000000 2569.000000 738.000000 84.000000 320862.000000 320087.000000 53911.000000 34278.000000 39736.000000 24892.000000 37260.000000 6781.000000 28315.000000 7100.000000 8179.000000 19169.000000 7711.000000 9058.000000 6828.000000 12178.000000 3387.000000 4933.000000 1118.000000 5452.000000 5730.000000 4071.000000 697.000000 78.000000 326895.000000 326151.000000 54480.000000 34715.000000 40525.000000 25941.000000 38273.000000 7038.000000 28995.000000 7267.000000 8160.000000 19120.000000 7734.000000 9152.000000 6860.000000 12456.000000 3277.000000 5148.000000 1121.000000 5684.000000 5994.000000 4211.000000 656.000000 88.000000 323006.000000 322236.000000 53640.000000 34144.000000 40411.000000 25051.000000 37505.000000 6629.000000 29905.000000 7484.000000 8016.000000 18538.000000 7555.000000 9166.000000 6724.000000 12580.000000 3227.000000 4942.000000 1078.000000 5496.000000 5859.000000 4286.000000 686.000000 84.000000 325005.000000 324215.000000 53696.000000 34885.000000 40657.000000 25193.000000 37651.000000 6685.000000 30325.000000 7322.000000 7877.000000 18535.000000 7350.000000 9393.000000 6809.000000 12509.000000 3213.000000 4963.000000 1108.000000 5625.000000 6094.000000 4325.000000 701.000000 89.000000 323047.000000 322250.000000 52540.000000 33671.000000 41397.000000 24759.000000 37232.000000 6616.000000 30290.000000 7550.000000 7961.000000 18847.000000 7363.000000 9349.000000 6895.000000 12588.000000 3277.000000 4970.000000 1033.000000 5433.000000 6162.000000 4317.000000 713.000000 84.000000 323603.000000 322767.000000 52472.000000 33781.000000 41410.000000 24964.000000 37058.000000 6625.000000 30788.000000 7621.000000 7760.000000 18770.000000 7329.000000 9597.000000 7105.000000 12165.000000 3271.000000 4876.000000 1176.000000 5310.000000 6319.000000 4370.000000 733.000000 103.000000 267593.000000 266891.000000 43473.000000 27922.000000 33563.000000 20185.000000 30436.000000 5437.000000 26061.000000 6364.000000 6229.000000 15975.000000 6043.000000 8158.000000 5999.000000 10087.000000 2755.000000 3980.000000 947.000000 4464.000000 5194.000000 3619.000000 618.000000 84.000000 283032.000000 282252.000000 45995.000000 29297.000000 36519.000000 21454.000000 32198.000000 5401.000000 27687.000000 6938.000000 6791.000000 16828.000000 6244.000000 8635.000000 5957.000000 10196.000000 2843.000000 4127.000000 958.000000 4594.000000 5668.000000 3922.000000 676.000000 104.000000 306404.000000 305465.000000 49960.000000 31157.000000 38495.000000 23365.000000 35522.000000 5832.000000 30739.000000 7599.000000 7312.000000 17837.000000 6558.000000 9324.000000 6824.000000 11134.000000 2945.000000 4254.000000 1106.000000 5049.000000 6260.000000 4193.000000 832.000000 107.000000 257225.000000 256431.000000 41899.000000 25588.000000 32779.000000 19346.000000 28581.000000 4944.000000 25900.000000 6854.000000 6391.000000 15302.000000 5884.000000 7974.000000 5707.000000 9370.000000 2545.000000 3628.000000 948.000000 3913.000000 5452.000000 3426.000000 704.000000 90.000000 246490.000000 245702.000000 40014.000000 24571.000000 31146.000000 18209.000000 27521.000000 4655.000000 25294.000000 6691.000000 6331.000000 14802.000000 5492.000000 7601.000000 5493.000000 8912.000000 2437.000000 3409.000000 860.000000 3701.000000 5322.000000 3241.000000 695.000000 93.000000 227730.000000 226916.000000 37372.000000 22731.000000 28363.000000 16867.000000 25593.000000 4363.000000 23385.000000 6249.000000 5671.000000 13777.000000 4858.000000 7100.000000 4997.000000 8080.000000 2210.000000 3181.000000 859.000000 3323.000000 4935.000000 3002.000000 718.000000 96.000000 218802.000000 218025.000000 35978.000000 22150.000000 27746.000000 16048.000000 24086.000000 4207.000000 22565.000000 6183.000000 5586.000000 13211.000000 4655.000000 6498.000000 4493.000000 7532.000000 2106.000000 3078.000000 794.000000 3155.000000 5000.000000 2954.000000 710.000000 67.000000 208625.000000 207829.000000 33953.000000 21688.000000 26409.000000 15829.000000 23584.000000 3926.000000 21599.000000 5954.000000 5078.000000 12081.000000 4404.000000 6198.000000 4339.000000 7006.000000 2017.000000 2796.000000 736.000000 2927.000000 4732.000000 2573.000000 706.000000 90.000000 319169.000000 318426.000000 54031.000000 33623.000000 39534.000000 25490.000000 37530.000000 6726.000000 28060.000000 6989.000000 8117.000000 18758.000000 7529.000000 8701.000000 6766.000000 12159.000000 3158.000000 4838.000000 1046.000000 5633.000000 5749.000000 3989.000000 649.000000 94.000000 320956.000000 320200.000000 54458.000000 33691.000000 40033.000000 24962.000000 37180.000000 6744.000000 28968.000000 7086.000000 8107.000000 19122.000000 7579.000000 8912.000000 6555.000000 12052.000000 3289.000000 4893.000000 1123.000000 5510.000000 5795.000000 4141.000000 670.000000 86.000000 327157.000000 326398.000000 55211.000000 34071.000000 40898.000000 25965.000000 38215.000000 6970.000000 29649.000000 7277.000000 8112.000000 19047.000000 7576.000000 9058.000000 6762.000000 12339.000000 3151.000000 5034.000000 1088.000000 5685.000000 6074.000000 4216.000000 665.000000 94.000000 323042.000000 322253.000000 53788.000000 33723.000000 40510.000000 24991.000000 37437.000000 6582.000000 30333.000000 7501.000000 8023.000000 18523.000000 7555.000000 9074.000000 6696.000000 12543.000000 3196.000000 4906.000000 1099.000000 5571.000000 5900.000000 4302.000000 700.000000 89.000000 324916.000000 324119.000000 53996.000000 34282.000000 40688.000000 25226.000000 37618.000000 6658.000000 30694.000000 7410.000000 7842.000000 18514.000000 7319.000000 9339.000000 6775.000000 12486.000000 3159.000000 4958.000000 1108.000000 5620.000000 6088.000000 4339.000000 710.000000 87.000000 322764.000000 321947.000000 52792.000000 32964.000000 41550.000000 24773.000000 37171.000000 6611.000000 30708.000000 7596.000000 7956.000000 18784.000000 7301.000000 9326.000000 6854.000000 12487.000000 3220.000000 4931.000000 1027.000000 5473.000000 6139.000000 4284.000000 728.000000 89.000000 323482.000000 322649.000000 52762.000000 33274.000000 41538.000000 25057.000000 37005.000000 6603.000000 31189.000000 7651.000000 7752.000000 18718.000000 7259.000000 9505.000000 7013.000000 12125.000000 3220.000000 4831.000000 1152.000000 5326.000000 6290.000000 4379.000000 733.000000 100.000000 267532.000000 266851.000000 43727.000000 27548.000000 33729.000000 20195.000000 30365.000000 5392.000000 26412.000000 6417.000000 6207.000000 15870.000000 6026.000000 8124.000000 5977.000000 10023.000000 2720.000000 3943.000000 942.000000 4453.000000 5183.000000 3598.000000 601.000000 80.000000 282866.000000 282075.000000 46156.000000 28950.000000 36679.000000 21499.000000 32100.000000 5401.000000 28022.000000 6978.000000 6790.000000 16756.000000 6213.000000 8542.000000 5894.000000 10157.000000 2777.000000 4070.000000 931.000000 4587.000000 5627.000000 3946.000000 692.000000 99.000000 306146.000000 305225.000000 50155.000000 30806.000000 38635.000000 23378.000000 35528.000000 5855.000000 30907.000000 7649.000000 7274.000000 17749.000000 6547.000000 9266.000000 6688.000000 11046.000000 2901.000000 4213.000000 1088.000000 5015.000000 6264.000000 4261.000000 817.000000 104.000000 257027.000000 256220.000000 41984.000000 25355.000000 32798.000000 19343.000000 28627.000000 4934.000000 26098.000000 6848.000000 6376.000000 15271.000000 5835.000000 7969.000000 5616.000000 9265.000000 2506.000000 3610.000000 934.000000 3860.000000 5492.000000 3499.000000 718.000000 89.000000 246345.000000 245523.000000 40021.000000 24423.000000 31190.000000 18177.000000 27542.000000 4665.000000 25372.000000 6680.000000 6324.000000 14748.000000 5470.000000 7522.000000 5455.000000 8884.000000 2464.000000 3419.000000 861.000000 3710.000000 5309.000000 3287.000000 730.000000 92.000000 227587.000000 226781.000000 37423.000000 22605.000000 28491.000000 16850.000000 25600.000000 4400.000000 23480.000000 6240.000000 5664.000000 13751.000000 4822.000000 7042.000000 4948.000000 8009.000000 2154.000000 3178.000000 850.000000 3295.000000 4951.000000 3028.000000 712.000000 94.000000 218674.000000 217912.000000 36059.000000 21962.000000 27875.000000 16125.000000 24055.000000 4234.000000 22703.000000 6186.000000 5586.000000 13194.000000 4603.000000 6461.000000 4415.000000 7465.000000 2057.000000 3052.000000 762.000000 3160.000000 4994.000000 2964.000000 698.000000 64.000000 335645.000000 334835.000000 56870.000000 36157.000000 41367.000000 26893.000000 39485.000000 6948.000000 29538.000000 7224.000000 8460.000000 19958.000000 7791.000000 9269.000000 7041.000000 12556.000000 3191.000000 4910.000000 1095.000000 5824.000000 5972.000000 4286.000000 711.000000 99.000000 319149.000000 318407.000000 54046.000000 33468.000000 39495.000000 25499.000000 37488.000000 6724.000000 28404.000000 7015.000000 8075.000000 18775.000000 7434.000000 8709.000000 6652.000000 12094.000000 3149.000000 4844.000000 1045.000000 5658.000000 5751.000000 4082.000000 646.000000 96.000000 320997.000000 320216.000000 54468.000000 33583.000000 40085.000000 24887.000000 37162.000000 6724.000000 29217.000000 7110.000000 8092.000000 19139.000000 7509.000000 8902.000000 6570.000000 12026.000000 3241.000000 4863.000000 1131.000000 5542.000000 5834.000000 4131.000000 690.000000 91.000000 326984.000000 326199.000000 54920.000000 33999.000000 40838.000000 25970.000000 38172.000000 6987.000000 29856.000000 7295.000000 8141.000000 19036.000000 7569.000000 9050.000000 6818.000000 12290.000000 3165.000000 5031.000000 1115.000000 5698.000000 6027.000000 4222.000000 688.000000 97.000000 322882.000000 322085.000000 53478.000000 33790.000000 40467.000000 25037.000000 37406.000000 6580.000000 30430.000000 7523.000000 8037.000000 18457.000000 7583.000000 9099.000000 6694.000000 12508.000000 3197.000000 4936.000000 1105.000000 5540.000000 5916.000000 4302.000000 709.000000 88.000000 324567.000000 323747.000000 53535.000000 34282.000000 40675.000000 25239.000000 37549.000000 6675.000000 30892.000000 7408.000000 7841.000000 18470.000000 7316.000000 9376.000000 6731.000000 12456.000000 3164.000000 4961.000000 1108.000000 5591.000000 6099.000000 4379.000000 729.000000 91.000000 322590.000000 321763.000000 52435.000000 33136.000000 41548.000000 24790.000000 37176.000000 6589.000000 30906.000000 7592.000000 7928.000000 18770.000000 7277.000000 9276.000000 6791.000000 12460.000000 3234.000000 4924.000000 1016.000000 5453.000000 6130.000000 4332.000000 734.000000 93.000000 323448.000000 322594.000000 52432.000000 33431.000000 41630.000000 25069.000000 37052.000000 6621.000000 31373.000000 7652.000000 7730.000000 18653.000000 7207.000000 9520.000000 7014.000000 12093.000000 3208.000000 4795.000000 1148.000000 5286.000000 6271.000000 4409.000000 752.000000 102.000000 267352.000000 266646.000000 43332.000000 27688.000000 33728.000000 20227.000000 30370.000000 5393.000000 26514.000000 6445.000000 6213.000000 15843.000000 6068.000000 8104.000000 5948.000000 10014.000000 2678.000000 3924.000000 945.000000 4428.000000 5145.000000 3639.000000 626.000000 80.000000 282708.000000 281907.000000 45791.000000 29131.000000 36711.000000 21476.000000 32097.000000 5402.000000 28164.000000 7009.000000 6767.000000 16698.000000 6252.000000 8517.000000 5820.000000 10123.000000 2738.000000 4062.000000 948.000000 4563.000000 5633.000000 4005.000000 700.000000 101.000000 306031.000000 305078.000000 49832.000000 30933.000000 38683.000000 23410.000000 35535.000000 5862.000000 30985.000000 7666.000000 7238.000000 17759.000000 6545.000000 9266.000000 6655.000000 11015.000000 2892.000000 4185.000000 1086.000000 5006.000000 6238.000000 4287.000000 850.000000 103.000000 257029.000000 256157.000000 41707.000000 25573.000000 32745.000000 19329.000000 28656.000000 4974.000000 26100.000000 6806.000000 6408.000000 15239.000000 5830.000000 7955.000000 5602.000000 9246.000000 2561.000000 3620.000000 937.000000 3879.000000 5463.000000 3527.000000 781.000000 91.000000 246303.000000 245459.000000 39720.000000 24656.000000 31196.000000 18192.000000 27578.000000 4667.000000 25448.000000 6661.000000 6315.000000 14737.000000 5459.000000 7527.000000 5413.000000 8825.000000 2466.000000 3423.000000 864.000000 3661.000000 5332.000000 3319.000000 748.000000 96.000000 227582.000000 226754.000000 37161.000000 22827.000000 28542.000000 16897.000000 25631.000000 4416.000000 23561.000000 6209.000000 5642.000000 13715.000000 4819.000000 7076.000000 4883.000000 7920.000000 2141.000000 3159.000000 856.000000 3242.000000 4990.000000 3067.000000 734.000000 94.000000 311368.000000 310556.000000 52593.000000 33840.000000 38138.000000 25332.000000 36364.000000 6545.000000 26808.000000 6510.000000 8009.000000 18795.000000 7401.000000 8682.000000 6511.000000 11737.000000 3088.000000 4590.000000 1030.000000 5307.000000 5455.000000 3821.000000 737.000000 75.000000 335554.000000 334746.000000 56868.000000 36008.000000 41411.000000 26901.000000 39482.000000 6931.000000 29810.000000 7268.000000 8428.000000 19945.000000 7663.000000 9280.000000 6870.000000 12521.000000 3167.000000 4889.000000 1097.000000 5837.000000 5961.000000 4409.000000 709.000000 99.000000 319084.000000 318335.000000 53945.000000 33469.000000 39570.000000 25529.000000 37440.000000 6689.000000 28656.000000 7047.000000 8041.000000 18727.000000 7405.000000 8713.000000 6648.000000 12010.000000 3148.000000 4790.000000 1038.000000 5657.000000 5749.000000 4064.000000 655.000000 94.000000 320894.000000 320088.000000 54198.000000 33594.000000 40035.000000 24900.000000 37056.000000 6731.000000 29381.000000 7139.000000 8084.000000 19112.000000 7515.000000 8895.000000 6583.000000 12033.000000 3282.000000 4878.000000 1149.000000 5569.000000 5824.000000 4130.000000 706.000000 100.000000 326830.000000 326027.000000 54684.000000 34033.000000 40849.000000 26015.000000 38132.000000 6970.000000 29953.000000 7277.000000 8145.000000 18976.000000 7570.000000 9046.000000 6841.000000 12258.000000 3187.000000 5036.000000 1134.000000 5676.000000 6050.000000 4195.000000 700.000000 103.000000 322572.000000 321755.000000 52990.000000 33941.000000 40458.000000 25073.000000 37351.000000 6594.000000 30551.000000 7545.000000 7978.000000 18406.000000 7602.000000 9116.000000 6688.000000 12469.000000 3234.000000 4903.000000 1101.000000 5545.000000 5904.000000 4306.000000 726.000000 91.000000 324422.000000 323583.000000 53082.000000 34546.000000 40735.000000 25288.000000 37551.000000 6659.000000 31016.000000 7395.000000 7839.000000 18434.000000 7279.000000 9340.000000 6684.000000 12436.000000 3156.000000 4927.000000 1104.000000 5598.000000 6123.000000 4391.000000 743.000000 96.000000 322521.000000 321672.000000 52050.000000 33447.000000 41621.000000 24805.000000 37143.000000 6596.000000 30985.000000 7622.000000 7913.000000 18684.000000 7243.000000 9242.000000 6785.000000 12487.000000 3207.000000 4888.000000 1018.000000 5428.000000 6137.000000 4371.000000 752.000000 97.000000 323307.000000 322424.000000 51985.000000 33753.000000 41632.000000 25129.000000 36994.000000 6652.000000 31475.000000 7680.000000 7713.000000 18624.000000 7231.000000 9474.000000 6909.000000 12073.000000 3172.000000 4793.000000 1147.000000 5257.000000 6262.000000 4469.000000 784.000000 99.000000 267282.000000 266568.000000 43019.000000 27960.000000 33781.000000 20230.000000 30356.000000 5412.000000 26600.000000 6473.000000 6210.000000 15766.000000 6075.000000 8102.000000 5863.000000 9976.000000 2673.000000 3890.000000 938.000000 4394.000000 5151.000000 3699.000000 635.000000 79.000000 282675.000000 281861.000000 45442.000000 29382.000000 36721.000000 21508.000000 32065.000000 5426.000000 28202.000000 6966.000000 6766.000000 16696.000000 6215.000000 8598.000000 5743.000000 10095.000000 2737.000000 4042.000000 957.000000 4545.000000 5661.000000 4094.000000 709.000000 105.000000 306088.000000 305078.000000 49454.000000 31284.000000 38662.000000 23445.000000 35628.000000 5864.000000 30964.000000 7628.000000 7225.000000 17740.000000 6532.000000 9293.000000 6594.000000 10967.000000 2924.000000 4209.000000 1091.000000 4973.000000 6266.000000 4335.000000 902.000000 108.000000 257053.000000 256171.000000 41323.000000 25866.000000 32797.000000 19348.000000 28698.000000 4995.000000 26212.000000 6763.000000 6419.000000 15191.000000 5827.000000 7966.000000 5511.000000 9237.000000 2543.000000 3617.000000 940.000000 3855.000000 5486.000000 3577.000000 790.000000 92.000000 246345.000000 245512.000000 39467.000000 24904.000000 31236.000000 18264.000000 27625.000000 4698.000000 25444.000000 6623.000000 6301.000000 14692.000000 5461.000000 7550.000000 5374.000000 8785.000000 2448.000000 3417.000000 863.000000 3642.000000 5368.000000 3350.000000 739.000000 94.000000 342033.000000 341036.000000 57572.000000 37457.000000 41379.000000 28388.000000 41009.000000 7064.000000 28718.000000 6824.000000 8545.000000 20562.000000 8159.000000 9658.000000 7214.000000 13193.000000 3250.000000 4860.000000 1225.000000 5928.000000 5833.000000 4198.000000 897.000000 100.000000 311257.000000 310439.000000 52528.000000 33767.000000 38188.000000 25315.000000 36312.000000 6530.000000 27064.000000 6511.000000 7987.000000 18807.000000 7299.000000 8682.000000 6266.000000 11701.000000 3062.000000 4565.000000 1020.000000 5340.000000 5475.000000 4020.000000 738.000000 80.000000 335510.000000 334694.000000 56632.000000 36154.000000 41437.000000 26910.000000 39391.000000 6916.000000 30022.000000 7274.000000 8420.000000 19952.000000 7606.000000 9271.000000 6858.000000 12493.000000 3128.000000 4864.000000 1102.000000 5871.000000 5966.000000 4427.000000 717.000000 99.000000 319041.000000 318277.000000 53554.000000 33690.000000 39493.000000 25502.000000 37353.000000 6680.000000 28830.000000 7029.000000 8027.000000 18722.000000 7426.000000 8725.000000 6721.000000 12014.000000 3155.000000 4785.000000 1070.000000 5656.000000 5791.000000 4054.000000 661.000000 103.000000 320724.000000 319902.000000 53663.000000 33897.000000 40047.000000 25013.000000 37023.000000 6717.000000 29490.000000 7113.000000 8068.000000 19057.000000 7533.000000 8890.000000 6584.000000 11986.000000 3264.000000 4884.000000 1150.000000 5539.000000 5869.000000 4115.000000 722.000000 100.000000 326542.000000 325741.000000 54083.000000 34239.000000 40895.000000 26062.000000
38080.000000 6988.000000 30112.000000 7298.000000 8114.000000 18897.000000 7556.000000 9059.000000 6818.000000 12238.000000 3179.000000 5022.000000 1135.000000 5686.000000 6063.000000 4217.000000 697.000000 104.000000 322478.000000 321646.000000 52539.000000 34255.000000 40522.000000 25110.000000 37385.000000 6608.000000 30629.000000 7558.000000 7981.000000 18324.000000 7564.000000 9083.000000 6614.000000 12448.000000 3217.000000 4891.000000 1090.000000 5554.000000 5911.000000 4363.000000 739.000000 93.000000 324467.000000 323617.000000 52665.000000 35008.000000 40765.000000 25340.000000 37528.000000 6647.000000 31111.000000 7409.000000 7833.000000 18357.000000 7280.000000 9334.000000 6616.000000 12416.000000 3150.000000 4893.000000 1092.000000 5550.000000 6149.000000 4474.000000 754.000000 96.000000 322466.000000 321597.000000 51545.000000 33807.000000 41645.000000 24856.000000 37149.000000 6613.000000 31095.000000 7585.000000 7909.000000 18666.000000 7270.000000 9249.000000 6650.000000 12395.000000 3181.000000 4856.000000 1019.000000 5494.000000 6155.000000 4458.000000 777.000000 92.000000 323258.000000 322374.000000 51476.000000 34211.000000 41687.000000 25172.000000 36997.000000 6662.000000 31530.000000 7664.000000 7677.000000 18556.000000 7262.000000 9460.000000 6767.000000 12042.000000 3136.000000 4769.000000 1138.000000 5268.000000 6310.000000 4590.000000 781.000000 103.000000 267307.000000 266575.000000 42657.000000 28294.000000 33852.000000 20262.000000 30385.000000 5426.000000 26659.000000 6455.000000 6193.000000 15760.000000 6027.000000 8090.000000 5724.000000 9938.000000 2641.000000 3879.000000 942.000000 4374.000000 5188.000000 3829.000000 650.000000 82.000000 282817.000000 281935.000000 45033.000000 29853.000000 36713.000000 21519.000000 32099.000000 5461.000000 28182.000000 6921.000000 6774.000000 16645.000000 6241.000000 8564.000000 5632.000000 10071.000000 2775.000000 4058.000000 959.000000 4563.000000 5690.000000 4182.000000 777.000000 105.000000 306172.000000 305159.000000 49159.000000 31599.000000 38738.000000 23458.000000 35627.000000 5883.000000 31109.000000 7562.000000 7224.000000 17690.000000 6525.000000 9251.000000 6494.000000 10948.000000 2908.000000 4209.000000 1087.000000 4962.000000 6293.000000 4433.000000 902.000000 111.000000 257113.000000 256230.000000 40970.000000 26174.000000 32915.000000 19427.000000 28655.000000 4995.000000 26249.000000 6755.000000 6397.000000 15173.000000 5820.000000 7966.000000 5444.000000 9191.000000 2522.000000 3622.000000 944.000000 3847.000000 5528.000000 3636.000000 791.000000 92.000000 309642.000000 308730.000000 51453.000000 34195.000000 37535.000000 25733.000000 36322.000000 6425.000000 25559.000000 5947.000000 7841.000000 19282.000000 7542.000000 9405.000000 6815.000000 11826.000000 2967.000000 4465.000000 1130.000000 5126.000000 5197.000000 3965.000000 832.000000 80.000000 341884.000000 340885.000000 57310.000000 37503.000000 41440.000000 28439.000000 40922.000000 7050.000000 28919.000000 6805.000000 8508.000000 20537.000000 8038.000000 9662.000000 6988.000000 13159.000000 3245.000000 4869.000000 1217.000000 6007.000000 5842.000000 4425.000000 894.000000 105.000000 311214.000000 310385.000000 52104.000000 34053.000000 38196.000000 25356.000000 36241.000000 6512.000000 27238.000000 6501.000000 7976.000000 18793.000000 7248.000000 8694.000000 6252.000000 11637.000000 3032.000000 4533.000000 1033.000000 5438.000000 5501.000000 4047.000000 745.000000 84.000000 335491.000000 334642.000000 56064.000000 36559.000000 41440.000000 27006.000000 39295.000000 6937.000000 30056.000000 7215.000000 8409.000000 19900.000000 7656.000000 9263.000000 6810.000000 12438.000000 3130.000000 4881.000000 1115.000000 5966.000000 6020.000000 4482.000000 738.000000 111.000000 318901.000000 318129.000000 52880.000000 34164.000000 39561.000000 25577.000000 37287.000000 6675.000000 28947.000000 6997.000000 7977.000000 18644.000000 7444.000000 8721.000000 6633.000000 11963.000000 3135.000000 4781.000000 1076.000000 5739.000000 5824.000000 4104.000000 663.000000 109.000000 320436.000000 319601.000000 52975.000000 34334.000000 40142.000000 25081.000000 36930.000000 6695.000000 29519.000000 7082.000000 8036.000000 18959.000000 7551.000000 8877.000000 6461.000000 11957.000000 3258.000000 4868.000000 1146.000000 5632.000000 5863.000000 4235.000000 735.000000 100.000000 326462.000000 325658.000000 53564.000000 34696.000000 40997.000000 26116.000000 38088.000000 6951.000000 30158.000000 7267.000000 8090.000000 18852.000000 7528.000000 9010.000000 6620.000000 12209.000000 3156.000000 5021.000000 1120.000000 5767.000000 6076.000000 4372.000000 703.000000 101.000000 322489.000000 321651.000000 51935.000000 34793.000000 40659.000000 25174.000000 37364.000000 6606.000000 30704.000000 7505.000000 7941.000000 18240.000000 7539.000000 9061.000000 6439.000000 12438.000000 3198.000000 4890.000000 1077.000000 5618.000000 5939.000000 4531.000000 748.000000 90.000000 324429.000000 323558.000000 51906.000000 35631.000000 40861.000000 25395.000000 37512.000000 6683.000000 31204.000000 7379.000000 7800.000000 18266.000000 7277.000000 9297.000000 6402.000000 12371.000000 3120.000000 4854.000000 1088.000000 5673.000000 6150.000000 4689.000000 779.000000 92.000000 322438.000000 321562.000000 50871.000000 34352.000000 41746.000000 24947.000000 37142.000000 6635.000000 31151.000000 7581.000000 7875.000000 18545.000000 7293.000000 9247.000000 6409.000000 12373.000000 3138.000000 4825.000000 1013.000000 5566.000000 6171.000000 4682.000000 784.000000 92.000000 323267.000000 322381.000000 50974.000000 34613.000000 41772.000000 25265.000000 37007.000000 6692.000000 31617.000000 7580.000000 7636.000000 18500.000000 7262.000000 9454.000000 6589.000000 11995.000000 3122.000000 4718.000000 1140.000000 5326.000000 6351.000000 4768.000000 778.000000 108.000000 267424.000000 266677.000000 42244.000000 28694.000000 33923.000000 20308.000000 30411.000000 5462.000000 26633.000000 6395.000000 6177.000000 15674.000000 6036.000000 8110.000000 5621.000000 9919.000000 2676.000000 3878.000000 951.000000 4442.000000 5210.000000 3913.000000 666.000000 81.000000 282913.000000 282034.000000 44614.000000 30324.000000 36764.000000 21592.000000 32171.000000 5496.000000 28266.000000 6877.000000 6727.000000 16559.000000 6238.000000 8538.000000 5490.000000 10005.000000 2770.000000 4036.000000 960.000000 4587.000000 5724.000000 4296.000000 775.000000 104.000000 306123.000000 305113.000000 48722.000000 32012.000000 38839.000000 23576.000000 35623.000000 5920.000000 31076.000000 7533.000000 7198.000000 17625.000000 6542.000000 9254.000000 6342.000000 10876.000000 2881.000000 4179.000000 1088.000000 4955.000000 6340.000000 4532.000000 906.000000 104.000000 301356.000000 300376.000000 49242.000000 33721.000000 36392.000000 24822.000000 35299.000000 6154.000000 24333.000000 5831.000000 7574.000000 19253.000000 7213.000000 9508.000000 6465.000000 11647.000000 3131.000000 4604.000000 1088.000000 5073.000000 5148.000000 3878.000000 891.000000 89.000000 309603.000000 308688.000000 51546.000000 33967.000000 37648.000000 25810.000000 36257.000000 6429.000000 25766.000000 5912.000000 7793.000000 19221.000000 7366.000000 9506.000000 6668.000000 11770.000000 2945.000000 4495.000000 1135.000000 5188.000000 5223.000000 4043.000000 832.000000 83.000000 341683.000000 340675.000000 57262.000000 37340.000000 41652.000000 28541.000000 40843.000000 7044.000000 29067.000000 6777.000000 8417.000000 20408.000000 7853.000000 9844.000000 6965.000000 13079.000000 3219.000000 4782.000000 1233.000000 6104.000000 5863.000000 4382.000000 902.000000 106.000000 311008.000000 310146.000000 52073.000000 34040.000000 38254.000000 25412.000000 36076.000000 6478.000000 27281.000000 6461.000000 7907.000000 18593.000000 7158.000000 8861.000000 6252.000000 11644.000000 3018.000000 4557.000000 1047.000000 5469.000000 5528.000000 4037.000000 770.000000 92.000000 335246.000000 334390.000000 56131.000000 36386.000000 41481.000000 27112.000000 39227.000000 6877.000000 30131.000000 7157.000000 8343.000000 19688.000000 7655.000000 9408.000000 6687.000000 12351.000000 3118.000000 4874.000000 1106.000000 6020.000000 6059.000000 4579.000000 742.000000 114.000000 318595.000000 317812.000000 52846.000000 33968.000000 39629.000000 25592.000000 37260.000000 6664.000000 29022.000000 6983.000000 7945.000000 18422.000000 7349.000000 8979.000000 6518.000000 11884.000000 3126.000000 4782.000000 1078.000000 5791.000000 5796.000000 4178.000000 676.000000 107.000000 320263.000000 319406.000000 52978.000000 34247.000000 40275.000000 25141.000000 36871.000000 6683.000000 29649.000000 7087.000000 7970.000000 18725.000000 7419.000000 9149.000000 6317.000000 11898.000000 3220.000000 4844.000000 1128.000000 5696.000000 5821.000000 4288.000000 758.000000 99.000000 326445.000000 325611.000000 53727.000000 34613.000000 41141.000000 26143.000000 38089.000000 6941.000000 30234.000000 7319.000000 8000.000000 18686.000000 7458.000000 9156.000000 6484.000000 12140.000000 3146.000000 4973.000000 1116.000000 5735.000000 6000.000000 4510.000000 731.000000 103.000000 322381.000000 321510.000000 52111.000000 34465.000000 40772.000000 25249.000000 37371.000000 6596.000000 30859.000000 7538.000000 7874.000000 18043.000000 7454.000000 9288.000000 6343.000000 12381.000000 3142.000000 4838.000000 1071.000000 5665.000000 5897.000000 4553.000000 785.000000 86.000000 324369.000000 323502.000000 51969.000000 35560.000000 41044.000000 25465.000000 37488.000000 6690.000000 31250.000000 7339.000000 7722.000000 18064.000000 7217.000000 9458.000000 6257.000000 12325.000000 3094.000000 4824.000000 1095.000000 5678.000000 6199.000000 4764.000000 772.000000 95.000000 322385.000000 321488.000000 51169.000000 33955.000000 41883.000000 25016.000000 37101.000000 6640.000000 31292.000000 7555.000000 7792.000000 18439.000000 7229.000000 9353.000000 6448.000000 12312.000000 3104.000000 4800.000000 1018.000000 5546.000000 6183.000000 4653.000000 800.000000 97.000000 323311.000000 322338.000000 51087.000000 34434.000000 41866.000000 25323.000000 36995.000000 6687.000000 31626.000000 7565.000000 7635.000000 18368.000000 7214.000000 9537.000000 6554.000000 11993.000000 3121.000000 4722.000000 1162.000000 5318.000000 6371.000000 4760.000000 866.000000 107.000000 267446.000000 266688.000000 42524.000000 28506.000000 34015.000000 20355.000000 30479.000000 5458.000000 26632.000000 6399.000000 6121.000000 15549.000000 6022.000000 8202.000000 5595.000000 9836.000000 2657.000000 3884.000000 937.000000 4417.000000 5214.000000 3886.000000 675.000000 83.000000 282810.000000 281921.000000 44476.000000 30492.000000 36892.000000 21650.000000 32170.000000 5502.000000 28238.000000 6854.000000 6682.000000 16451.000000 6230.000000 8609.000000 5447.000000 9931.000000 2734.000000 4030.000000 957.000000 4564.000000 5709.000000 4303.000000 785.000000 104.000000 338566.000000 337531.000000 56387.000000 37463.000000 40692.000000 28153.000000 40206.000000 6867.000000 27173.000000 6249.000000 8519.000000 21593.000000 8116.000000 10882.000000 7364.000000 13098.000000 3412.000000 4979.000000 1229.000000 5449.000000 5447.000000 4253.000000 947.000000 88.000000 301105.000000 300128.000000 49544.000000 33253.000000 36388.000000 24782.000000 35242.000000 6163.000000 24556.000000 5852.000000 7543.000000 19331.000000 7158.000000 9384.000000 6498.000000 11631.000000 3123.000000 4591.000000 1083.000000 5047.000000 5120.000000 3839.000000 883.000000 94.000000 309456.000000 308528.000000 51812.000000 33582.000000 37671.000000 25745.000000 36253.000000 6443.000000 25925.000000 5893.000000 7761.000000 19190.000000 7354.000000 9540.000000 6739.000000 11750.000000 2921.000000 4473.000000 1127.000000 5161.000000 5234.000000 3954.000000 845.000000 83.000000 341479.000000 340443.000000 57452.000000 36895.000000 41669.000000 28487.000000 40724.000000 7047.000000 29177.000000 6807.000000 8385.000000 20370.000000 7928.000000 9833.000000 7053.000000 13125.000000 3210.000000 4822.000000 1241.000000 6038.000000 5853.000000 4327.000000 923.000000 113.000000 310702.000000 309829.000000 52335.000000 33576.000000 38204.000000 25383.000000 36081.000000 6462.000000 27341.000000 6480.000000 7905.000000 18576.000000 7223.000000 8858.000000 6288.000000 11589.000000 3015.000000 4558.000000 1054.000000 5408.000000 5504.000000 3989.000000 784.000000 89.000000 334833.000000 333961.000000 56348.000000 35747.000000 41537.000000 27071.000000 39170.000000 6869.000000 30304.000000 7177.000000 8339.000000 19694.000000 7607.000000 9422.000000 6785.000000 12351.000000 3136.000000 4862.000000 1105.000000 5965.000000 5986.000000 4486.000000 761.000000 111.000000 318386.000000 317580.000000 53211.000000 33413.000000 39684.000000 25611.000000 37235.000000 6638.000000 29145.000000 7056.000000 7900.000000 18383.000000 7339.000000 8969.000000 6569.000000 11869.000000 3112.000000 4794.000000 1076.000000 5747.000000 5717.000000 4112.000000 697.000000 109.000000 320123.000000 319262.000000 53432.000000 33655.000000 40302.000000 25089.000000 36911.000000 6645.000000 29820.000000 7172.000000 7925.000000 18736.000000 7450.000000 9060.000000 6394.000000 11887.000000 3194.000000 4836.000000 1128.000000 5639.000000 5761.000000 4226.000000 760.000000 101.000000 326249.000000 325396.000000 54188.000000 33941.000000 41114.000000 26164.000000 38079.000000 6928.000000 30412.000000 7385.000000 8007.000000 18652.000000 7457.000000 9174.000000 6580.000000 12116.000000 3105.000000 4964.000000 1113.000000 5692.000000 5943.000000 4382.000000 754.000000 99.000000 322185.000000 321286.000000 52380.000000 34058.000000 40799.000000 25223.000000 37364.000000 6620.000000 30966.000000 7573.000000 7857.000000 18029.000000 7491.000000 9240.000000 6402.000000 12389.000000 3103.000000 4831.000000 1061.000000 5569.000000 5875.000000 4456.000000 812.000000 87.000000 324152.000000 323244.000000 52590.000000 34791.000000 40992.000000 25445.000000 37472.000000 6727.000000 31341.000000 7390.000000 7704.000000 18122.000000 7224.000000 9453.000000 6435.000000 12283.000000 3085.000000 4784.000000 1100.000000 5571.000000 6144.000000 4591.000000 810.000000 98.000000 322328.000000 321303.000000 51699.000000 33287.000000 41900.000000 24951.000000 37129.000000 6651.000000 31310.000000 7631.000000 7811.000000 18415.000000 7219.000000 9382.000000 6558.000000 12300.000000 3127.000000 4799.000000 1038.000000 5458.000000 6120.000000 4518.000000 926.000000 99.000000 323201.000000 322166.000000 51453.000000 33893.000000 41836.000000 25292.000000 37016.000000 6718.000000 31757.000000 7638.000000 7583.000000 18357.000000 7190.000000 9601.000000 6685.000000 11969.000000 3130.000000 4722.000000 1192.000000 5233.000000 6296.000000 4605.000000 928.000000 107.000000 267329.000000 266522.000000 42717.000000 28263.000000 34018.000000 20374.000000 30503.000000 5468.000000 26618.000000 6444.000000 6092.000000 15549.000000 6003.000000 8236.000000 5661.000000 9788.000000 2644.000000 3881.000000 944.000000 4363.000000 5169.000000 3787.000000 722.000000 85.000000 364242.000000 363080.000000 60574.000000 40192.000000 43303.000000 30288.000000 43684.000000 7420.000000 29319.000000 6756.000000 9198.000000 23258.000000 8662.000000 11423.000000 8135.000000 14025.000000 3696.000000 5511.000000 1454.000000 5733.000000 5897.000000 4552.000000 1046.000000 116.000000 338248.000000 337197.000000 56669.000000 36970.000000 40710.000000 28101.000000 40224.000000 6869.000000 27360.000000 6291.000000 8527.000000 21652.000000 8037.000000 10694.000000 7431.000000 13066.000000 3379.000000 4979.000000 1219.000000 5427.000000 5410.000000 4182.000000 954.000000 97.000000 300830.000000 299842.000000 49685.000000 32967.000000 36354.000000 24744.000000 35224.000000 6154.000000 24709.000000 5907.000000 7544.000000 19322.000000 7174.000000 9286.000000 6567.000000 11594.000000 3101.000000 4568.000000 1106.000000 4995.000000 5080.000000 3761.000000 893.000000 95.000000 309142.000000 308190.000000 51884.000000 33286.000000 37592.000000 25755.000000 36171.000000 6462.000000 25926.000000 5939.000000 7775.000000 19219.000000 7369.000000 9463.000000 6825.000000 11726.000000 2925.000000 4493.000000 1142.000000 5141.000000 5205.000000 3892.000000 861.000000 91.000000 341112.000000 340065.000000 57622.000000 36481.000000 41580.000000 28448.000000 40733.000000 7032.000000 29310.000000 6829.000000 8396.000000 20446.000000 7963.000000 9695.000000 7148.000000 13075.000000 3230.000000 4807.000000 1253.000000 5977.000000 5807.000000 4233.000000 933.000000 114.000000 310265.000000 309380.000000 52613.000000 32935.000000 38127.000000 25337.000000 36063.000000 6493.000000 27438.000000 6523.000000 7924.000000 18628.000000 7228.000000 8757.000000 6381.000000 11619.000000 3014.000000 4555.000000 1051.000000 5356.000000 5446.000000 3892.000000 792.000000 93.000000 334539.000000 333653.000000 56655.000000 35259.000000 41503.000000 27052.000000 39178.000000 6881.000000 30361.000000 7238.000000 8349.000000 19734.000000 7614.000000 9314.000000 6844.000000 12367.000000 3103.000000 4873.000000 1107.000000 5907.000000 5934.000000 4380.000000 773.000000 113.000000 318234.000000 317409.000000 53566.000000 32885.000000 39645.000000 25550.000000 37251.000000 6653.000000 29258.000000 7122.000000 7909.000000 18450.000000 7374.000000 8781.000000 6679.000000 11896.000000 3119.000000 4783.000000 1076.000000 5694.000000 5670.000000 4048.000000 715.000000 110.000000 320004.000000 319102.000000 53877.000000 33059.000000 40250.000000 25056.000000 36925.000000 6665.000000 29984.000000 7223.000000 7968.000000 18788.000000 7433.000000 8959.000000 6512.000000 11899.000000 3175.000000 4813.000000 1137.000000 5545.000000 5693.000000 4141.000000 801.000000 101.000000 326030.000000 325153.000000 54508.000000 33428.000000 41055.000000 26120.000000 38080.000000 6944.000000 30431.000000 7424.000000 8040.000000 18710.000000 7507.000000 9069.000000 6686.000000 12119.000000 3105.000000 4941.000000 1123.000000 5656.000000 5909.000000 4298.000000 771.000000 106.000000 322016.000000 321077.000000 52862.000000 33443.000000 40693.000000 25186.000000 37453.000000 6613.000000 31024.000000 7583.000000 7878.000000 18118.000000 7478.000000 9107.000000 6607.000000 12372.000000 3090.000000 4823.000000 1077.000000 5515.000000 5841.000000 4314.000000 847.000000 92.000000 324051.000000 323016.000000 52939.000000 34239.000000 40923.000000 25367.000000 37504.000000 6730.000000 31381.000000 7429.000000 7749.000000 18192.000000 7220.000000 9330.000000 6590.000000 12306.000000 3103.000000 4803.000000 1140.000000 5530.000000 6062.000000 4479.000000 939.000000 96.000000 322182.000000 321110.000000 52052.000000 32766.000000 41824.000000 24895.000000 37210.000000 6653.000000 31428.000000 7630.000000 7837.000000 18447.000000 7192.000000 9379.000000 6684.000000 12271.000000 3121.000000 4783.000000 1056.000000 5415.000000 6088.000000 4379.000000 971.000000 101.000000 323039.000000 321952.000000 51809.000000 33465.000000 41771.000000 25314.000000 37008.000000 6719.000000 31723.000000 7708.000000 7598.000000 18401.000000 7172.000000 9579.000000 6781.000000 11923.000000 3135.000000 4704.000000 1207.000000 5193.000000 6251.000000 4491.000000 979.000000 108.000000 375756.000000 374614.000000 62929.000000 41612.000000 43643.000000 30730.000000 45420.000000 7756.000000 30010.000000 6963.000000 9555.000000 24038.000000 9208.000000 11930.000000 8428.000000 14641.000000 4113.000000 5841.000000 1390.000000 5894.000000 6012.000000 4501.000000 1050.000000 92.000000 364034.000000 362864.000000 60912.000000 39661.000000 43256.000000 30283.000000 43713.000000 7388.000000 29482.000000 6837.000000 9219.000000 23267.000000 8637.000000 11337.000000 8243.000000 14004.000000 3666.000000 5491.000000 1447.000000 5714.000000 5833.000000 4474.000000 1051.000000 119.000000 338048.000000 336978.000000 56778.000000 36653.000000 40622.000000 28038.000000 40248.000000 6840.000000 27564.000000 6313.000000 8538.000000 21661.000000 8112.000000 10632.000000 7531.000000 13004.000000 3359.000000 4978.000000 1219.000000 5412.000000 5375.000000 4101.000000 966.000000 104.000000 300567.000000 299559.000000 49838.000000 32594.000000 36275.000000 24689.000000 35243.000000 6171.000000 24740.000000 5933.000000 7567.000000 19306.000000 7250.000000 9217.000000 6682.000000 11574.000000 3106.000000 4584.000000 1118.000000 4971.000000 5035.000000 3666.000000 904.000000 104.000000 308852.000000 307877.000000 52069.000000 32891.000000 37502.000000 25676.000000 36133.000000 6439.000000 26054.000000 5951.000000 7787.000000 19208.000000 7404.000000 9448.000000 6932.000000 11714.000000 2949.000000 4469.000000 1150.000000 5115.000000 5185.000000 3801.000000 875.000000 100.000000 340645.000000 339566.000000 57877.000000 35943.000000 41470.000000 28400.000000 40699.000000 7023.000000 29379.000000 6848.000000 8454.000000 20440.000000 7970.000000 9628.000000 7241.000000 13058.000000 3239.000000 4813.000000 1261.000000 5921.000000 5766.000000 4136.000000 960.000000 119.000000 309952.000000 309046.000000 52863.000000 32431.000000 38071.000000 25287.000000 36047.000000 6503.000000 27568.000000 6556.000000 7929.000000 18651.000000 7230.000000 8685.000000 6502.000000 11601.000000 3015.000000 4543.000000 1047.000000 5334.000000 5409.000000 3774.000000 809.000000 97.000000 334391.000000 333449.000000 57120.000000 34597.000000 41384.000000 26988.000000 39183.000000 6873.000000 30484.000000 7294.000000 8380.000000 19768.000000 7624.000000 9276.000000 7052.000000 12367.000000 3124.000000 4841.000000 1117.000000 5880.000000 5873.000000 4224.000000 814.000000 128.000000 318074.000000 317197.000000 54102.000000 32236.000000 39528.000000 25571.000000 37245.000000 6625.000000 29337.000000 7175.000000 7954.000000 18510.000000 7411.000000 8678.000000 6826.000000 11891.000000 3106.000000 4753.000000 1082.000000 5627.000000 5625.000000 3915.000000 759.000000 118.000000 319816.000000 318876.000000 54179.000000 32597.000000 40109.000000 25046.000000 36904.000000 6676.000000 30011.000000 7310.000000 7985.000000 18828.000000 7444.000000 8911.000000 6645.000000 11922.000000 3159.000000 4805.000000 1150.000000 5512.000000 5649.000000 4034.000000 832.000000 108.000000 325944.000000 325004.000000 54966.000000 32784.000000 40909.000000 26061.000000 38094.000000 6943.000000 30519.000000 7485.000000 8108.000000 18811.000000 7527.000000 9019.000000 6902.000000 12107.000000 3080.000000 4946.000000 1146.000000 5604.000000 5862.000000 4131.000000 826.000000 114.000000 321989.000000 320830.000000 53315.000000 32789.000000 40467.000000 25149.000000 37465.000000 6645.000000 31007.000000 7673.000000 7933.000000 18168.000000 7534.000000 9085.000000 6756.000000 12391.000000 3112.000000 4823.000000 1111.000000 5469.000000 5735.000000 4203.000000 1037.000000 122.000000 324004.000000 322868.000000 53237.000000 33751.000000 40751.000000 25328.000000 37548.000000 6735.000000 31521.000000 7483.000000 7775.000000 18233.000000 7214.000000 9385.000000 6780.000000 12305.000000 3096.000000 4798.000000 1172.000000 5493.000000 5953.000000 4310.000000 1019.000000 117.000000 322077.000000 320897.000000 52372.000000 32271.000000 41725.000000 24861.000000 37274.000000 6654.000000 31381.000000 7738.000000 7885.000000 18498.000000 7207.000000 9346.000000 6802.000000 12253.000000 3113.000000 4786.000000 1078.000000 5390.000000 5997.000000 4266.000000 1056.000000 124.000000 395979.000000 394826.000000 66744.000000 42894.000000 45837.000000 32349.000000 48398.000000 8248.000000 31454.000000 7421.000000 10091.000000 25254.000000 9547.000000 12637.000000 8996.000000 15432.000000 4316.000000 6168.000000 1443.000000 6487.000000 6260.000000 4850.000000 1015.000000 138.000000 375231.000000 374090.000000 63175.000000 40932.000000 43647.000000 30694.000000 45414.000000 7742.000000 30232.000000 6975.000000 9532.000000 23981.000000 9186.000000 11884.000000 8495.000000 14585.000000 4103.000000 5809.000000 1383.000000 5933.000000 5972.000000 4416.000000 1052.000000 89.000000 363559.000000 362371.000000 61030.000000 39214.000000 43178.000000 30218.000000 43694.000000 7398.000000 29612.000000 6823.000000 9221.000000 23242.000000 8630.000000 11331.000000 8280.000000 13953.000000 3666.000000 5465.000000 1434.000000 5752.000000 5831.000000 4399.000000 1065.000000 123.000000 337378.000000 336280.000000 56707.000000 36351.000000 40476.000000 27946.000000 40152.000000 6842.000000 27593.000000 6297.000000 8512.000000 21604.000000 8173.000000 10633.000000 7601.000000 12989.000000 3379.000000 4965.000000 1228.000000 5421.000000 5365.000000 4046.000000 980.000000 118.000000 300090.000000 299053.000000 50055.000000 32097.000000 36171.000000 24637.000000 35154.000000 6154.000000 24800.000000 5947.000000 7581.000000 19284.000000 7251.000000 9234.000000 6749.000000 11596.000000 3112.000000 4567.000000 1119.000000 4956.000000 4994.000000 3595.000000 922.000000 115.000000 308322.000000 307337.000000 52252.000000 32303.000000 37414.000000 25658.000000 36086.000000 6452.000000 26139.000000 5970.000000 7805.000000 19147.000000 7422.000000 9450.000000 6994.000000 11693.000000 2953.000000 4453.000000 1149.000000 5119.000000
5144.000000 3734.000000 885.000000 100.000000 340221.000000 339118.000000 58102.000000 35348.000000 41382.000000 28380.000000 40666.000000 7033.000000 29482.000000 6887.000000 8459.000000 20452.000000 7964.000000 9611.000000 7352.000000 13057.000000 3227.000000 4783.000000 1268.000000 5899.000000 5732.000000 4034.000000 978.000000 125.000000 309683.000000 308732.000000 53059.000000 31947.000000 37980.000000 25263.000000 35988.000000 6519.000000 27610.000000 6609.000000 7937.000000 18671.000000 7223.000000 8662.000000 6612.000000 11643.000000 3008.000000 4549.000000 1065.000000 5310.000000 5361.000000 3716.000000 841.000000 110.000000 334118.000000 333139.000000 57300.000000 34117.000000 41197.000000 26995.000000 39152.000000 6881.000000 30587.000000 7387.000000 8419.000000 19798.000000 7642.000000 9305.000000 7225.000000 12378.000000 3092.000000 4839.000000 1130.000000 5822.000000 5767.000000 4106.000000 851.000000 128.000000 317885.000000 316964.000000 54306.000000 31829.000000 39426.000000 25553.000000 37247.000000 6640.000000 29349.000000 7238.000000 7967.000000 18534.000000 7408.000000 8663.000000 6948.000000 11912.000000 3113.000000 4730.000000 1093.000000 5611.000000 5566.000000 3831.000000 788.000000 133.000000 319589.000000 318595.000000 54441.000000 32039.000000 39920.000000 25012.000000 36867.000000 6698.000000 30067.000000 7323.000000 8042.000000 18892.000000 7506.000000 8926.000000 6773.000000 11933.000000 3159.000000 4802.000000 1174.000000 5470.000000 5611.000000 3940.000000 883.000000 111.000000 325840.000000 324662.000000 55229.000000 32236.000000 40693.000000 26026.000000 38069.000000 6965.000000 30501.000000 7537.000000 8175.000000 18854.000000 7554.000000 9015.000000 7048.000000 12132.000000 3095.000000 4923.000000 1201.000000 5569.000000 5806.000000 4034.000000 1052.000000 126.000000 321846.000000 320585.000000 53611.000000 32325.000000 40297.000000 25082.000000 37494.000000 6648.000000 31043.000000 7708.000000 7952.000000 18158.000000 7547.000000 9129.000000 6882.000000 12376.000000 3127.000000 4825.000000 1146.000000 5451.000000 5683.000000 4101.000000 1132.000000 129.000000 323906.000000 322601.000000 53508.000000 33263.000000 40670.000000 25307.000000 37537.000000 6732.000000 31527.000000 7524.000000 7806.000000 18241.000000 7273.000000 9412.000000 6874.000000 12302.000000 3090.000000 4788.000000 1188.000000 5474.000000 5873.000000 4212.000000 1159.000000 146.000000 406084.000000 404937.000000 68150.000000 43663.000000 46686.000000 33588.000000 49921.000000 8487.000000 31783.000000 7428.000000 10350.000000 25787.000000 9889.000000 13028.000000 9379.000000 16328.000000 4369.000000 6558.000000 1564.000000 6602.000000 6459.000000 4918.000000 1025.000000 122.000000 395042.000000 393882.000000 66944.000000 42135.000000 45740.000000 32323.000000 48301.000000 8226.000000 31459.000000 7467.000000 10071.000000 25212.000000 9567.000000 12626.000000 9040.000000 15405.000000 4282.000000 6145.000000 1444.000000 6508.000000 6219.000000 4768.000000 1017.000000 143.000000 374369.000000 373212.000000 63242.000000 40297.000000 43510.000000 30646.000000 45298.000000 7732.000000 30324.000000 6975.000000 9540.000000 23994.000000 9178.000000 11870.000000 8529.000000 14531.000000 4066.000000 5810.000000 1395.000000 5923.000000 5988.000000 4364.000000 1060.000000 97.000000 362692.000000 361477.000000 60895.000000 38692.000000 43023.000000 30192.000000 43526.000000 7383.000000 29640.000000 6838.000000 9248.000000 23226.000000 8651.000000 11317.000000 8364.000000 13950.000000 3681.000000 5479.000000 1453.000000 5764.000000 5793.000000 4362.000000 1084.000000 131.000000 336699.000000 335586.000000 56798.000000 35798.000000 40296.000000 27936.000000 40054.000000 6822.000000 27629.000000 6319.000000 8527.000000 21586.000000 8178.000000 10648.000000 7667.000000 13000.000000 3386.000000 4967.000000 1245.000000 5408.000000 5335.000000 3987.000000 990.000000 123.000000 299363.000000 298312.000000 50122.000000 31412.000000 36086.000000 24602.000000 35085.000000 6153.000000 24825.000000 5980.000000 7586.000000 19255.000000 7264.000000 9247.000000 6775.000000 11591.000000 3126.000000 4572.000000 1132.000000 4955.000000 4959.000000 3585.000000 933.000000 118.000000 307792.000000 306787.000000 52307.000000 31776.000000 37246.000000 25659.000000 36040.000000 6440.000000 26199.000000 5984.000000 7811.000000 19147.000000 7445.000000 9485.000000 7052.000000 11718.000000 2956.000000 4456.000000 1156.000000 5108.000000 5117.000000 3685.000000 902.000000 103.000000 339805.000000 338662.000000 58238.000000 34805.000000 41293.000000 28354.000000 40586.000000 7017.000000 29554.000000 6928.000000 8451.000000 20450.000000 7972.000000 9654.000000 7467.000000 13076.000000 3224.000000 4784.000000 1276.000000 5883.000000 5674.000000 3976.000000 1006.000000 137.000000 309358.000000 308372.000000 53273.000000 31447.000000 37878.000000 25241.000000 35946.000000 6508.000000 27677.000000 6669.000000 7974.000000 18681.000000 7229.000000 8650.000000 6689.000000 11656.000000 3014.000000 4537.000000 1069.000000 5298.000000 5275.000000 3661.000000 870.000000 116.000000 333777.000000 332736.000000 57409.000000 33722.000000 41084.000000 26992.000000 39106.000000 6889.000000 30621.000000 7403.000000 8422.000000 19770.000000 7683.000000 9324.000000 7242.000000 12394.000000 3102.000000 4829.000000 1134.000000 5825.000000 5725.000000 4060.000000 910.000000 131.000000 317568.000000 316600.000000 54376.000000 31396.000000 39321.000000 25552.000000 37164.000000 6676.000000 29361.000000 7245.000000 8007.000000 18557.000000 7432.000000 8702.000000 7045.000000 11901.000000 3113.000000 4724.000000 1112.000000 5597.000000 5548.000000 3771.000000 833.000000 135.000000 319312.000000 318081.000000 54557.000000 31541.000000 39731.000000 24965.000000 36789.000000 6704.000000 30002.000000 7330.000000 8056.000000 18911.000000 7539.000000 8969.000000 6871.000000 11979.000000 3190.000000 4807.000000 1205.000000 5467.000000 5584.000000 3884.000000 1117.000000 114.000000 325606.000000 324328.000000 55319.000000 31839.000000 40535.000000 26032.000000 38019.000000 6965.000000 30601.000000 7544.000000 8185.000000 18831.000000 7559.000000 9090.000000 7140.000000 12149.000000 3114.000000 4935.000000 1222.000000 5538.000000 5749.000000 3962.000000 1150.000000 128.000000 321577.000000 320190.000000 53725.000000 31950.000000 40197.000000 25052.000000 37465.000000 6671.000000 30998.000000 7734.000000 7950.000000 18171.000000 7576.000000 9180.000000 6911.000000 12365.000000 3127.000000 4826.000000 1170.000000 5433.000000 5629.000000 4060.000000 1257.000000 130.000000 401099.000000 399977.000000 66995.000000 42473.000000 45790.000000 33172.000000 50434.000000 8324.000000 30268.000000 7211.000000 10057.000000 25880.000000 9743.000000 13434.000000 9486.000000 16582.000000 4469.000000 6429.000000 1612.000000 6412.000000 6367.000000 4839.000000 991.000000 131.000000 405503.000000 404347.000000 68429.000000 42870.000000 46636.000000 33586.000000 49810.000000 8497.000000 31943.000000 7462.000000 10312.000000 25747.000000 9895.000000 13046.000000 9437.000000 16305.000000 4335.000000 6536.000000 1561.000000 6625.000000 6453.000000 4862.000000 1030.000000 126.000000 394472.000000 393310.000000 67178.000000 41440.000000 45671.000000 32289.000000 48159.000000 8211.000000 31636.000000 7463.000000 10065.000000 25240.000000 9562.000000 12604.000000 9085.000000 15411.000000 4284.000000 6110.000000 1455.000000 6512.000000 6210.000000 4725.000000 1021.000000 141.000000 373793.000000 372606.000000 63408.000000 39628.000000 43445.000000 30609.000000 45114.000000 7714.000000 30432.000000 7004.000000 9513.000000 24002.000000 9176.000000 11870.000000 8631.000000 14563.000000 4082.000000 5827.000000 1405.000000 5906.000000 5966.000000 4311.000000 1087.000000 100.000000 362210.000000 360976.000000 61015.000000 38183.000000 42941.000000 30130.000000 43421.000000 7363.000000 29748.000000 6895.000000 9235.000000 23207.000000 8666.000000 11335.000000 8419.000000 13978.000000 3676.000000 5480.000000 1457.000000 5734.000000 5779.000000 4314.000000 1102.000000 132.000000 336069.000000 334945.000000 57029.000000 35008.000000 40265.000000 27939.000000 39943.000000 6813.000000 27688.000000 6375.000000 8533.000000 21587.000000 8199.000000 10614.000000 7680.000000 13017.000000 3389.000000 4959.000000 1253.000000 5388.000000 5309.000000 3957.000000 1004.000000 120.000000 299004.000000 297926.000000 50410.000000 30782.000000 35977.000000 24598.000000 34974.000000 6170.000000 24895.000000 6015.000000 7605.000000 19280.000000 7265.000000 9285.000000 6851.000000 11618.000000 3116.000000 4568.000000 1131.000000 4920.000000 4932.000000 3534.000000 964.000000 114.000000 307544.000000 306465.000000 52477.000000 31187.000000 37159.000000 25653.000000 36001.000000 6440.000000 26268.000000 6024.000000 7853.000000 19163.000000 7468.000000 9518.000000 7143.000000 11738.000000 2956.000000 4437.000000 1169.000000 5073.000000 5081.000000 3657.000000 972.000000 107.000000 339694.000000 338422.000000 58386.000000 34294.000000 41221.000000 28369.000000 40523.000000 7030.000000 29644.000000 6989.000000 8486.000000 20446.000000 7993.000000 9642.000000 7539.000000 13124.000000 3216.000000 4786.000000 1285.000000 5860.000000 5660.000000 3929.000000 1139.000000 133.000000 309298.000000 308116.000000 53309.000000 31062.000000 37814.000000 25227.000000 35930.000000 6556.000000 27699.000000 6697.000000 7996.000000 18675.000000 7272.000000 8679.000000 6736.000000 11687.000000 3009.000000 4528.000000 1095.000000 5277.000000 5260.000000 3608.000000 1061.000000 121.000000 333706.000000 332437.000000 57665.000000 33149.000000 40886.000000 26937.000000 39096.000000 6916.000000 30600.000000 7438.000000 8487.000000 19780.000000 7727.000000 9373.000000 7315.000000 12392.000000 3113.000000 4812.000000 1225.000000 5808.000000 5713.000000 4005.000000 1137.000000 132.000000 317552.000000 316084.000000 54517.000000 30812.000000 39161.000000 25486.000000 37118.000000 6704.000000 29230.000000 7302.000000 8040.000000 18568.000000 7440.000000 8707.000000 7142.000000 11879.000000 3153.000000 4735.000000 1308.000000 5582.000000 5510.000000 3690.000000 1332.000000 136.000000 319270.000000 317629.000000 54644.000000 31014.000000 39563.000000 24923.000000 36817.000000 6742.000000 29978.000000 7342.000000 8101.000000 18900.000000 7520.000000 8975.000000 6931.000000 11974.000000 3184.000000 4791.000000 1441.000000 5422.000000 5538.000000 3829.000000 1520.000000 121.000000 325496.000000 323762.000000 55372.000000 31298.000000 40367.000000 25983.000000 37918.000000 6991.000000 30487.000000 7566.000000 8212.000000 18785.000000 7603.000000 9115.000000 7176.000000 12151.000000 3127.000000 4915.000000 1529.000000 5534.000000 5719.000000 3914.000000 1607.000000 127.000000 410360.000000 409145.000000 68970.000000 42853.000000 46022.000000 34212.000000 51702.000000 8508.000000 30622.000000 7422.000000 10292.000000 26382.000000 10149.000000 14249.000000 9846.000000 17367.000000 4550.000000 6509.000000 1619.000000 6645.000000 6395.000000 4831.000000 1060.000000 155.000000 400442.000000 399323.000000 67241.000000 41702.000000 45780.000000 33135.000000 50340.000000 8305.000000 30433.000000 7227.000000 10041.000000 25811.000000 9713.000000 13496.000000 9504.000000 16580.000000 4431.000000 6394.000000 1611.000000 6442.000000 6340.000000 4797.000000 988.000000 131.000000 404915.000000 403755.000000 68635.000000 42311.000000 46545.000000 33532.000000 49687.000000 8465.000000 32041.000000 7482.000000 10297.000000 25736.000000 9911.000000 13034.000000 9463.000000 16276.000000 4327.000000 6544.000000 1574.000000 6625.000000 6445.000000 4825.000000 1036.000000 124.000000 393917.000000 392715.000000 67393.000000 40863.000000 45591.000000 32242.000000 48011.000000 8203.000000 31742.000000 7499.000000 10056.000000 25191.000000 9574.000000 12622.000000 9152.000000 15402.000000 4246.000000 6086.000000 1481.000000 6499.000000 6187.000000 4675.000000 1046.000000 156.000000 373275.000000 372068.000000 63536.000000 39100.000000 43390.000000 30545.000000 44973.000000 7710.000000 30535.000000 7052.000000 9512.000000 23990.000000 9157.000000 11917.000000 8682.000000 14585.000000 4076.000000 5804.000000 1409.000000 5905.000000 5928.000000 4262.000000 1103.000000 104.000000 361649.000000 360394.000000 61323.000000 37338.000000 42926.000000 30098.000000 43279.000000 7348.000000 29849.000000 6916.000000 9248.000000 23219.000000 8650.000000 11335.000000 8486.000000 13979.000000 3678.000000 5476.000000 1475.000000 5751.000000 5751.000000 4269.000000 1117.000000 138.000000 335696.000000 334553.000000 57150.000000 34470.000000 40172.000000 27907.000000 39863.000000 6807.000000 27828.000000 6436.000000 8541.000000 21562.000000 8246.000000 10651.000000 7780.000000 13042.000000 3368.000000 4926.000000 1252.000000 5385.000000 5264.000000 3903.000000 1023.000000 120.000000 298831.000000 297660.000000 50591.000000 30252.000000 35876.000000 24568.000000 34883.000000 6182.000000 24945.000000 6082.000000 7621.000000 19305.000000 7306.000000 9337.000000 6972.000000 11636.000000 3114.000000 4538.000000 1145.000000 4912.000000 4904.000000 3491.000000 1053.000000 118.000000 307424.000000 306215.000000 52612.000000 30730.000000 37194.000000 25643.000000 35906.000000 6450.000000 26351.000000 6094.000000 7863.000000 19142.000000 7465.000000 9526.000000 7211.000000 11798.000000 2944.000000 4415.000000 1181.000000 5028.000000 5056.000000 3606.000000 1105.000000 104.000000 339550.000000 338114.000000 58471.000000 33782.000000 41125.000000 28338.000000 40487.000000 7043.000000 29657.000000 7031.000000 8522.000000 20462.000000 8011.000000 9698.000000 7604.000000 13158.000000 3226.000000 4793.000000 1310.000000 5833.000000 5653.000000 3910.000000 1298.000000 138.000000 309145.000000 307788.000000 53375.000000 30531.000000 37751.000000 25215.000000 35876.000000 6567.000000 27697.000000 6737.000000 8052.000000 18689.000000 7274.000000 8734.000000 6815.000000 11686.000000 3002.000000 4507.000000 1209.000000 5251.000000 5259.000000 3561.000000 1234.000000 123.000000 333634.000000 331961.000000 57768.000000 32616.000000 40726.000000 26894.000000 38993.000000 6942.000000 30498.000000 7481.000000 8513.000000 19781.000000 7734.000000 9404.000000 7382.000000 12414.000000 3140.000000 4808.000000 1426.000000 5783.000000 5691.000000 3967.000000 1536.000000 137.000000 317428.000000 315676.000000 54594.000000 30298.000000 39058.000000 25477.000000 37035.000000 6705.000000 29304.000000 7299.000000 8056.000000 18517.000000 7441.000000 8776.000000 7227.000000 11900.000000 3143.000000 4713.000000 1489.000000 5556.000000 5467.000000 3621.000000 1607.000000 145.000000 319181.000000 317179.000000 54764.000000 30702.000000 39467.000000 24879.000000 36818.000000 6755.000000 29882.000000 7337.000000 8116.000000 18843.000000 7521.000000 8957.000000 6964.000000 11917.000000 3184.000000 4782.000000 1626.000000 5366.000000 5505.000000 3794.000000 1865.000000 137.000000 398417.000000 397261.000000 65898.000000 41121.000000 44336.000000 33504.000000 51091.000000 8446.000000 29263.000000 7122.000000 9937.000000 25781.000000 9368.000000 14074.000000 9920.000000 17022.000000 4602.000000 6501.000000 1678.000000 6632.000000 6093.000000 4872.000000 1032.000000 124.000000 409907.000000 408691.000000 69341.000000 42173.000000 46123.000000 34188.000000 51632.000000 8460.000000 30817.000000 7448.000000 10257.000000 26333.000000 10138.000000 14241.000000 9865.000000 17289.000000 4520.000000 6440.000000 1600.000000 6674.000000 6368.000000 4784.000000 1062.000000 154.000000 400070.000000 398960.000000 67556.000000 41152.000000 45808.000000 33103.000000 50257.000000 8274.000000 30669.000000 7266.000000 10018.000000 25767.000000 9639.000000 13483.000000 9564.000000 16533.000000 4382.000000 6368.000000 1616.000000 6460.000000 6311.000000 4734.000000 987.000000 123.000000 404432.000000 403211.000000 68806.000000 41653.000000 46484.000000 33460.000000 49466.000000 8436.000000 32272.000000 7539.000000 10293.000000 25711.000000 9904.000000 13047.000000 9534.000000 16311.000000 4290.000000 6520.000000 1627.000000 6626.000000 6423.000000 4809.000000 1065.000000 156.000000 393202.000000 391993.000000 67490.000000 40550.000000 45507.000000 32141.000000 47900.000000 8168.000000 31861.000000 7512.000000 10036.000000 25103.000000 9530.000000 12641.000000 9196.000000 15360.000000 4218.000000 6044.000000 1476.000000 6491.000000 6146.000000 4623.000000 1056.000000 153.000000 372340.000000 371114.000000 63697.000000 38378.000000 43336.000000 30503.000000 44797.000000 7677.000000 30674.000000 7054.000000 9521.000000 23932.000000 9116.000000 11892.000000 8689.000000 14571.000000 4057.000000 5760.000000 1406.000000 5911.000000 5916.000000 4227.000000 1117.000000 109.000000 361030.000000 359734.000000 61384.000000 36710.000000 42860.000000 30063.000000 43161.000000 7359.000000 29976.000000 6952.000000 9227.000000 23193.000000 8628.000000 11373.000000 8561.000000 13991.000000 3654.000000 5458.000000 1475.000000 5745.000000 5740.000000 4224.000000 1149.000000 147.000000 335229.000000 333994.000000 57233.000000 33885.000000 40119.000000 27866.000000 39729.000000 6818.000000 27827.000000 6489.000000 8522.000000 21589.000000 8231.000000 10717.000000 7888.000000 13049.000000 3361.000000 4917.000000 1273.000000 5378.000000 5241.000000 3862.000000 1100.000000 135.000000 298522.000000 297256.000000 50685.000000 29941.000000 35822.000000 24560.000000 34838.000000 6134.000000 25030.000000 6101.000000 7603.000000 19244.000000 7293.000000 9353.000000 7011.000000 11628.000000 3093.000000 4512.000000 1152.000000 4918.000000 4894.000000 3444.000000 1149.000000 117.000000 307098.000000 305818.000000 52756.000000 30274.000000 37135.000000 25626.000000 35835.000000 6424.000000 26419.000000 6135.000000 7892.000000 19135.000000 7459.000000 9516.000000 7241.000000 11802.000000 2924.000000 4407.000000 1208.000000 5027.000000 5014.000000 3589.000000 1170.000000 110.000000 339140.000000 337605.000000 58628.000000 33306.000000 41045.000000 28304.000000 40396.000000 7015.000000 29684.000000 7048.000000 8544.000000 20415.000000 8023.000000 9722.000000 7632.000000 13171.000000 3193.000000 4778.000000 1380.000000 5811.000000 5633.000000 3877.000000 1396.000000 139.000000 308740.000000 307158.000000 53436.000000 30033.000000 37597.000000 25142.000000 35785.000000 6569.000000 27700.000000 6748.000000 8052.000000 18656.000000 7281.000000 8752.000000 6868.000000 11669.000000 3025.000000 4498.000000 1335.000000 5223.000000 5240.000000 3549.000000 1455.000000 127.000000 333226.000000 331450.000000 57902.000000 32260.000000 40664.000000 26863.000000 39014.000000 6912.000000 30589.000000 7460.000000 8512.000000 19731.000000 7727.000000 9428.000000 7397.000000 12319.000000 3122.000000 4786.000000 1475.000000 5749.000000 5643.000000 3897.000000 1640.000000 136.000000 317024.000000 315132.000000 54697.000000 29982.000000 39000.000000 25459.000000 37012.000000 6687.000000 29301.000000 7282.000000 8050.000000 18493.000000 7413.000000 8787.000000 7243.000000 11890.000000 3112.000000 4660.000000 1514.000000 5514.000000 5456.000000 3580.000000 1750.000000 142.000000 379496.000000 378330.000000 61960.000000 38173.000000 41554.000000 31736.000000 49190.000000 8122.000000 27580.000000 6789.000000 9468.000000 24874.000000 9216.000000 13938.000000 9831.000000 16779.000000 4520.000000 6307.000000 1640.000000 6442.000000 5703.000000 4508.000000 1034.000000 132.000000 398378.000000 397226.000000 66373.000000 40625.000000 44370.000000 33541.000000 51026.000000 8431.000000 29579.000000 7136.000000 9906.000000 25731.000000 9348.000000 14024.000000 9978.000000 16941.000000 4567.000000 6444.000000 1642.000000 6612.000000 6109.000000 4843.000000 1032.000000 120.000000 409593.000000 408367.000000 69707.000000 41761.000000 46196.000000 34142.000000 51581.000000 8406.000000 31082.000000 7465.000000 10215.000000 26304.000000 10064.000000 14157.000000 9888.000000 17138.000000 4448.000000 6414.000000 1599.000000 6702.000000 6355.000000 4743.000000 1073.000000 153.000000 399759.000000 398615.000000 67782.000000 40596.000000 45759.000000 33048.000000 50076.000000 8261.000000 30888.000000 7301.000000 9999.000000 25756.000000 9627.000000 13534.000000 9641.000000 16540.000000 4355.000000 6318.000000 1658.000000 6480.000000 6293.000000 4703.000000 990.000000 154.000000 404050.000000 402814.000000 69008.000000 41458.000000 46448.000000 33401.000000 49519.000000 8384.000000 32349.000000 7563.000000 10270.000000 25656.000000 9818.000000 13042.000000 9543.000000 16251.000000 4267.000000 6469.000000 1607.000000 6657.000000 6393.000000 4711.000000 1079.000000 157.000000 392617.000000 391405.000000 67940.000000 39832.000000 45526.000000 32101.000000 47806.000000 8130.000000 32052.000000 7520.000000 9990.000000 25001.000000 9476.000000 12621.000000 9206.000000 15327.000000 4210.000000 6008.000000 1454.000000 6466.000000 6167.000000 4572.000000 1048.000000 164.000000 371986.000000 370697.000000 64010.000000 37835.000000 43352.000000 30467.000000 44730.000000 7644.000000 30843.000000 7060.000000 9524.000000 23864.000000 9093.000000 11921.000000 8701.000000 14530.000000 4000.000000 5719.000000 1411.000000 5906.000000 5894.000000 4193.000000 1151.000000 138.000000 360810.000000 359419.000000 61641.000000 36119.000000 42838.000000 30053.000000 43065.000000 7342.000000 30143.000000 7017.000000 9205.000000 23182.000000 8594.000000 11400.000000 8639.000000 14001.000000 3630.000000 5389.000000 1489.000000 5745.000000 5732.000000 4195.000000 1221.000000 170.000000 335190.000000 333897.000000 57495.000000 33731.000000 40191.000000 27814.000000 39720.000000 6794.000000 28072.000000 6514.000000 8468.000000 21474.000000 8194.000000 10659.000000 7900.000000 12954.000000 3342.000000 4874.000000 1280.000000 5359.000000 5231.000000 3831.000000 1171.000000 122.000000 298449.000000 297126.000000 50922.000000 29633.000000 35795.000000 24549.000000 34819.000000 6142.000000 25145.000000 6105.000000 7588.000000 19214.000000 7273.000000 9371.000000 7016.000000 11614.000000 3072.000000 4463.000000 1163.000000 4914.000000 4912.000000 3416.000000 1203.000000 120.000000 307003.000000 305667.000000 53050.000000 29968.000000 37106.000000 25579.000000 35865.000000 6394.000000 26541.000000 6147.000000 7888.000000 19118.000000 7428.000000 9488.000000 7226.000000 11757.000000 2900.000000 4381.000000 1236.000000 5021.000000 5013.000000 3561.000000 1229.000000 107.000000 338926.000000 337227.000000 58892.000000 32768.000000 40934.000000 28235.000000 40326.000000 6999.000000 29721.000000 7098.000000 8542.000000 20355.000000 8040.000000 9726.000000 7679.000000 13165.000000 3220.000000 4776.000000 1469.000000 5804.000000 5629.000000 3849.000000 1562.000000 137.000000 308580.000000 306930.000000 53757.000000 29690.000000 37576.000000 25146.000000 35832.000000 6539.000000 27929.000000 6712.000000 8035.000000 18584.000000 7225.000000 8731.000000 6843.000000 11605.000000 2990.000000 4476.000000 1367.000000 5184.000000 5211.000000 3498.000000 1524.000000 126.000000 332919.000000 331023.000000 58200.000000 31939.000000 40707.000000 26825.000000 39001.000000 6893.000000 30587.000000 7461.000000 8488.000000 19670.000000 7684.000000 9370.000000 7415.000000 12249.000000 3082.000000 4746.000000 1506.000000 5718.000000 5617.000000 3865.000000 1758.000000 138.000000 413504.000000 412291.000000 67315.000000 44638.000000 44412.000000 34304.000000 54627.000000 8797.000000 29920.000000 7610.000000 10055.000000 25957.000000 9968.000000 14760.000000 10367.000000 17675.000000 4931.000000 6898.000000 1756.000000 7070.000000 6155.000000 5076.000000 1077.000000 136.000000 379607.000000 378455.000000 62466.000000 37685.000000 41759.000000 31746.000000 49218.000000 8081.000000 27962.000000 6849.000000 9426.000000 24782.000000 9180.000000 13953.000000 9803.000000 16621.000000 4429.000000 6257.000000 1603.000000 6473.000000 5706.000000 4456.000000 1035.000000 117.000000 398433.000000 397264.000000 66825.000000 40400.000000 44472.000000 33483.000000 51061.000000 8368.000000 29929.000000 7192.000000 9818.000000 25679.000000 9281.000000 13935.000000 9991.000000 16801.000000 4509.000000 6372.000000 1625.000000 6632.000000 6130.000000 4761.000000 1052.000000 117.000000 409605.000000 408334.000000 70147.000000 41321.000000 46203.000000 34066.000000 51374.000000 8437.000000 31330.000000 7555.000000 10202.000000 26283.000000 9969.000000 14199.000000 9925.000000 17156.000000 4403.000000 6351.000000 1640.000000 6700.000000 6348.000000 4725.000000 1105.000000 166.000000 399546.000000 398409.000000 68041.000000 40493.000000 45802.000000 32967.000000 50065.000000 8204.000000 31071.000000 7358.000000 9967.000000 25674.000000 9550.000000 13542.000000 9633.000000 16417.000000 4329.000000 6254.000000 1633.000000 6471.000000 6306.000000 4632.000000 996.000000 141.000000 403660.000000 402427.000000 69524.000000 40839.000000 46450.000000 33356.000000 49468.000000 8361.000000 32549.000000 7615.000000 10226.000000 25572.000000 9763.000000 13019.000000 9511.000000 16158.000000 4238.000000 6410.000000 1593.000000 6660.000000 6443.000000 4672.000000 1085.000000 148.000000 392414.000000 391179.000000 68229.000000 39481.000000 45513.000000 32040.000000 47856.000000 8100.000000 32309.000000 7551.000000
9969.000000 24934.000000 9434.000000 12612.000000 9207.000000 15236.000000 4143.000000 5940.000000 1439.000000 6470.000000 6169.000000 4547.000000 1072.000000 163.000000 371977.000000 370597.000000 64365.000000 37444.000000 43349.000000 30451.000000 44674.000000 7613.000000 31020.000000 7121.000000 9480.000000 23799.000000 9039.000000 11915.000000 8736.000000 14519.000000 3988.000000 5681.000000 1415.000000 5900.000000 5899.000000 4189.000000 1229.000000 151.000000 360997.000000 359559.000000 62031.000000 36062.000000 42982.000000 30051.000000 43085.000000 7320.000000 30399.000000 7087.000000 9152.000000 23083.000000 8534.000000 11305.000000 8610.000000 13920.000000 3569.000000 5326.000000 1457.000000 5708.000000 5716.000000 4162.000000 1281.000000 157.000000 335213.000000 333870.000000 57897.000000 33381.000000 40293.000000 27819.000000 39719.000000 6780.000000 28237.000000 6518.000000 8461.000000 21431.000000 8145.000000 10597.000000 7875.000000 12892.000000 3276.000000 4859.000000 1294.000000 5366.000000 5218.000000 3812.000000 1227.000000 116.000000 298488.000000 297099.000000 51251.000000 29368.000000 35927.000000 24539.000000 34825.000000 6137.000000 25266.000000 6125.000000 7569.000000 19115.000000 7217.000000 9299.000000 6938.000000 11571.000000 3033.000000 4454.000000 1204.000000 4920.000000 4928.000000 3413.000000 1270.000000 119.000000 306931.000000 305433.000000 53270.000000 29620.000000 37112.000000 25524.000000 35820.000000 6387.000000 26615.000000 6176.000000 7870.000000 19063.000000 7408.000000 9456.000000 7233.000000 11703.000000 2901.000000 4367.000000 1300.000000 5031.000000 5030.000000 3547.000000 1380.000000 118.000000 338831.000000 337062.000000 59265.000000 32581.000000 41047.000000 28214.000000 40328.000000 6970.000000 29993.000000 7091.000000 8521.000000 20261.000000 7974.000000 9634.000000 7610.000000 13034.000000 3204.000000 4702.000000 1502.000000 5756.000000 5586.000000 3789.000000 1626.000000 143.000000 308446.000000 306713.000000 54023.000000 29548.000000 37667.000000 25153.000000 35825.000000 6505.000000 27962.000000 6749.000000 8009.000000 18504.000000 7168.000000 8696.000000 6808.000000 11527.000000 2953.000000 4461.000000 1338.000000 5155.000000 5176.000000 3486.000000 1601.000000 132.000000 356931.000000 355887.000000 57488.000000 37227.000000 38353.000000 29004.000000 47341.000000 7762.000000 26041.000000 6299.000000 9037.000000 23018.000000 8745.000000 13162.000000 9243.000000 15292.000000 4348.000000 6077.000000 1536.000000 6223.000000 5398.000000 4293.000000 900.000000 144.000000 413692.000000 412494.000000 67968.000000 44305.000000 44598.000000 34315.000000 54558.000000 8733.000000 30427.000000 7633.000000 9982.000000 25854.000000 9911.000000 14673.000000 10344.000000 17558.000000 4792.000000 6820.000000 1717.000000 7076.000000 6214.000000 5016.000000 1067.000000 131.000000 379879.000000 378711.000000 63184.000000 37484.000000 41952.000000 31723.000000 49212.000000 8009.000000 28453.000000 6915.000000 9358.000000 24678.000000 9094.000000 13772.000000 9792.000000 16437.000000 4292.000000 6195.000000 1575.000000 6474.000000 5709.000000 4403.000000 1051.000000 117.000000 398535.000000 397297.000000 67273.000000 40015.000000 44597.000000 33413.000000 50929.000000 8342.000000 30177.000000 7302.000000 9833.000000 25549.000000 9234.000000 13909.000000 10001.000000 16731.000000 4462.000000 6314.000000 1677.000000 6627.000000 6123.000000 4789.000000 1077.000000 161.000000 409535.000000 408246.000000 70425.000000 41295.000000 46392.000000 33978.000000 51368.000000 8323.000000 31690.000000 7586.000000 10167.000000 26161.000000 9876.000000 14162.000000 9870.000000 16997.000000 4345.000000 6300.000000 1624.000000 6667.000000 6351.000000 4669.000000 1121.000000 168.000000 399289.000000 398144.000000 68635.000000 39951.000000 45884.000000 32930.000000 49955.000000 8139.000000 31470.000000 7401.000000 9894.000000 25547.000000 9495.000000 13454.000000 9603.000000 16324.000000 4265.000000 6180.000000 1610.000000 6489.000000 6317.000000 4601.000000 1004.000000 141.000000 403509.000000 402225.000000 69936.000000 40437.000000 46459.000000 33319.000000 49449.000000 8301.000000 32882.000000 7665.000000 10179.000000 25495.000000 9710.000000 12948.000000 9542.000000 16064.000000 4188.000000 6342.000000 1573.000000 6662.000000 6462.000000 4612.000000 1125.000000 159.000000 392571.000000 391228.000000 68656.000000 39111.000000 45604.000000 32022.000000 47786.000000 8044.000000 32533.000000 7650.000000 9937.000000 24845.000000 9391.000000 12580.000000 9252.000000 15181.000000 4119.000000 5887.000000 1450.000000 6448.000000 6193.000000 4539.000000 1158.000000 185.000000 372295.000000 370871.000000 64736.000000 37364.000000 43529.000000 30453.000000 44778.000000 7566.000000 31530.000000 7163.000000 9442.000000 23611.000000 8951.000000 11856.000000 8681.000000 14350.000000 3863.000000 5626.000000 1404.000000 5889.000000 5915.000000 4164.000000 1286.000000 138.000000 361450.000000 359951.000000 62458.000000 35879.000000 43108.000000 30047.000000 43140.000000 7301.000000 30639.000000 7126.000000 9119.000000 23027.000000 8507.000000 11270.000000 8586.000000 13872.000000 3519.000000 5279.000000 1482.000000 5715.000000 5726.000000 4151.000000 1340.000000 159.000000 335503.000000 334102.000000 58299.000000 33090.000000 40442.000000 27874.000000 39782.000000 6758.000000 28468.000000 6531.000000 8421.000000 21338.000000 8041.000000 10545.000000 7832.000000 12868.000000 3267.000000 4816.000000 1313.000000 5385.000000 5252.000000 3780.000000 1278.000000 123.000000 298800.000000 297286.000000 51491.000000 29079.000000 35943.000000 24573.000000 34815.000000 6153.000000 25419.000000 6166.000000 7544.000000 19122.000000 7182.000000 9273.000000 6884.000000 11578.000000 3032.000000 4433.000000 1288.000000 4943.000000 4964.000000 3404.000000 1389.000000 125.000000 306920.000000 305374.000000 53585.000000 29478.000000 37193.000000 25503.000000 35897.000000 6385.000000 26843.000000 6136.000000 7829.000000 19001.000000 7326.000000 9349.000000 7169.000000 11576.000000 2885.000000 4324.000000 1323.000000 5013.000000 5034.000000 3525.000000 1422.000000 124.000000 338701.000000 336826.000000 59530.000000 32606.000000 41113.000000 28153.000000 40376.000000 6927.000000 30020.000000 7093.000000 8518.000000 20180.000000 7907.000000 9557.000000 7537.000000 12918.000000 3173.000000 4670.000000 1482.000000 5700.000000 5585.000000 3781.000000 1717.000000 158.000000 351922.000000 350873.000000 56360.000000 38172.000000 37039.000000 28479.000000 46454.000000 7841.000000 25944.000000 6778.000000 9063.000000 21897.000000 8430.000000 12619.000000 9089.000000 14821.000000 4309.000000 6108.000000 1579.000000 6284.000000 5519.000000 4088.000000 895.000000 154.000000 357173.000000 356141.000000 58074.000000 36980.000000 38721.000000 29014.000000 47311.000000 7675.000000 26498.000000 6398.000000 8960.000000 22890.000000 8651.000000 12975.000000 9216.000000 15122.000000 4232.000000 5967.000000 1504.000000 6232.000000 5432.000000 4289.000000 895.000000 137.000000 413812.000000 412608.000000 68673.000000 44250.000000 44888.000000 34284.000000 54508.000000 8617.000000 30939.000000 7687.000000 9845.000000 25693.000000 9749.000000 14489.000000 10325.000000 17312.000000 4688.000000 6691.000000 1706.000000 7031.000000 6302.000000 4931.000000 1075.000000 129.000000 380041.000000 378801.000000 63761.000000 37117.000000 42144.000000 31618.000000 49084.000000 7956.000000 28781.000000 7014.000000 9307.000000 24590.000000 8995.000000 13674.000000 9742.000000 16380.000000 4210.000000 6114.000000 1647.000000 6514.000000 5734.000000 4419.000000 1080.000000 160.000000 398538.000000 397288.000000 67598.000000 40085.000000 44775.000000 33275.000000 50941.000000 8247.000000 30575.000000 7362.000000 9749.000000 25436.000000 9174.000000 13799.000000 9943.000000 16546.000000 4412.000000 6246.000000 1669.000000 6634.000000 6097.000000 4725.000000 1094.000000 156.000000 409325.000000 408029.000000 70956.000000 40913.000000 46489.000000 33939.000000 51221.000000 8260.000000 32083.000000 7658.000000 10135.000000 26044.000000 9800.000000 14079.000000 9771.000000 16829.000000 4269.000000 6249.000000 1628.000000 6641.000000 6388.000000 4677.000000 1129.000000 167.000000 399150.000000 397962.000000 69114.000000 39608.000000 45961.000000 32930.000000 49910.000000 8062.000000 31987.000000 7491.000000 9830.000000 25375.000000 9392.000000 13277.000000 9550.000000 16177.000000 4153.000000 6109.000000 1614.000000 6499.000000 6340.000000 4583.000000 1030.000000 158.000000 403933.000000 402549.000000 70336.000000 40220.000000 46635.000000 33278.000000 49378.000000 8284.000000 33288.000000 7818.000000 10108.000000 25414.000000 9623.000000 12873.000000 9502.000000 16048.000000 4140.000000 6244.000000 1599.000000 6671.000000 6480.000000 4610.000000 1202.000000 182.000000 393483.000000 392091.000000 69158.000000 39150.000000 45887.000000 32068.000000 47894.000000 7981.000000 33062.000000 7697.000000 9922.000000 24745.000000 9339.000000 12490.000000 9127.000000 15065.000000 4027.000000 5826.000000 1465.000000 6434.000000 6224.000000 4530.000000 1234.000000 158.000000 373386.000000 371907.000000 65232.000000 37201.000000 43746.000000 30546.000000 44909.000000 7566.000000 31848.000000 7251.000000 9478.000000 23628.000000 8949.000000 11779.000000 8682.000000 14297.000000 3798.000000 5582.000000 1437.000000 5902.000000 5939.000000 4137.000000 1343.000000 136.000000 362171.000000 360611.000000 62952.000000 35550.000000 43342.000000 30087.000000 43243.000000 7303.000000 30879.000000 7187.000000 9135.000000 22953.000000 8468.000000 11238.000000 8533.000000 13793.000000 3470.000000 5229.000000 1542.000000 5713.000000 5803.000000 4191.000000 1403.000000 157.000000 336529.000000 334994.000000 58862.000000 32670.000000 40521.000000 27974.000000 39863.000000 6783.000000 28694.000000 6614.000000 8447.000000 21362.000000 8034.000000 10572.000000 7816.000000 12841.000000 3281.000000 4790.000000 1396.000000 5393.000000 5294.000000 3787.000000 1412.000000 123.000000 299180.000000 297602.000000 51863.000000 28946.000000 36116.000000 24574.000000 34871.000000 6132.000000 25797.000000 6162.000000 7525.000000 19024.000000 7106.000000 9229.000000 6851.000000 11452.000000 3017.000000 4379.000000 1304.000000 4883.000000 4957.000000 3414.000000 1451.000000 127.000000 306912.000000 305286.000000 53818.000000 29556.000000 37317.000000 25501.000000 35907.000000 6355.000000 26902.000000 6134.000000 7801.000000 18919.000000 7248.000000 9292.000000 7104.000000 11474.000000 2832.000000 4273.000000 1338.000000 4950.000000 5048.000000 3517.000000 1498.000000 128.000000 351727.000000 350730.000000 55731.000000 38308.000000 37459.000000 28496.000000 46231.000000 7918.000000 26234.000000 6758.000000 8991.000000 21450.000000 8529.000000 12574.000000 9312.000000 14911.000000 4556.000000 6006.000000 1535.000000 6296.000000 5302.000000 4133.000000 850.000000 147.000000 352079.000000 351048.000000 57166.000000 37988.000000 37487.000000 28431.000000 46493.000000 7715.000000 26474.000000 6857.000000 8904.000000 21715.000000 8310.000000 12335.000000 8971.000000 14559.000000 4175.000000 5991.000000 1542.000000 6305.000000 5598.000000 4032.000000 901.000000 130.000000 357407.000000 356360.000000 58868.000000 36947.000000 39115.000000 28980.000000 47258.000000 7575.000000 27017.000000 6489.000000 8826.000000 22705.000000 8487.000000 12687.000000 9114.000000 14906.000000 4100.000000 5860.000000 1501.000000 6224.000000 5464.000000 4237.000000 913.000000 134.000000 414078.000000 412793.000000 69427.000000 43823.000000 45121.000000 34193.000000 54329.000000 8567.000000 31398.000000 7810.000000 9781.000000 25538.000000 9658.000000 14398.000000 10222.000000 17231.000000 4604.000000 6607.000000 1770.000000 7028.000000 6357.000000 4931.000000 1112.000000 173.000000 379995.000000 378751.000000 64255.000000 37263.000000 42340.000000 31471.000000 49126.000000 7817.000000 29209.000000 7085.000000 9169.000000 24387.000000 8877.000000 13513.000000 9665.000000 16107.000000 4140.000000 6018.000000 1632.000000 6470.000000 5839.000000 4368.000000 1091.000000 153.000000 398308.000000 397061.000000 68249.000000 39684.000000 44881.000000 33195.000000 50866.000000 8147.000000 31117.000000 7474.000000 9631.000000 25231.000000 9130.000000 13650.000000 9809.000000 16339.000000 4310.000000 6171.000000 1667.000000 6649.000000 6157.000000 4704.000000 1095.000000 152.000000 409171.000000 407830.000000 71375.000000 40618.000000 46627.000000 33895.000000 51187.000000 8145.000000 32748.000000 7770.000000 10022.000000 25824.000000 9667.000000 13933.000000 9676.000000 16599.000000 4207.000000 6162.000000 1616.000000 6672.000000 6456.000000 4631.000000 1160.000000 181.000000 399590.000000 398312.000000 69599.000000 39401.000000 46179.000000 32851.000000 49899.000000 8048.000000 32471.000000 7612.000000 9740.000000 25211.000000 9316.000000 13111.000000 9523.000000 16061.000000 4077.000000 6032.000000 1633.000000 6507.000000 6444.000000 4597.000000 1110.000000 168.000000 405267.000000 403828.000000 70963.000000 40438.000000 47036.000000 33367.000000 49570.000000 8211.000000 33917.000000 7958.000000 10048.000000 25292.000000 9528.000000 12746.000000 9420.000000 15825.000000 4041.000000 6145.000000 1577.000000 6648.000000 6518.000000 4580.000000 1278.000000 161.000000 394949.000000 393477.000000 69879.000000 38986.000000 46177.000000 32178.000000 48008.000000 7942.000000 33551.000000 7783.000000 9929.000000 24752.000000 9273.000000 12428.000000 9113.000000 14987.000000 3956.000000 5761.000000 1506.000000 6446.000000 6318.000000 4504.000000 1310.000000 162.000000 374482.000000 372937.000000 65870.000000 36950.000000 43984.000000 30592.000000 45123.000000 7539.000000 32207.000000 7353.000000 9464.000000 23527.000000 8883.000000 11801.000000 8644.000000 14246.000000 3729.000000 5492.000000 1476.000000 5885.000000 6044.000000 4128.000000 1408.000000 137.000000 363309.000000 361601.000000 63600.000000 35176.000000 43348.000000 30157.000000 43421.000000 7278.000000 31142.000000 7240.000000 9148.000000 22956.000000 8448.000000 11313.000000 8512.000000 13790.000000 3470.000000 5200.000000 1609.000000 5713.000000 5877.000000 4203.000000 1540.000000 168.000000 337166.000000 335592.000000 59225.000000 32641.000000 40715.000000 27946.000000 39996.000000 6732.000000 29147.000000 6656.000000 8425.000000 21285.000000 7943.000000 10532.000000 7766.000000 12738.000000 3207.000000 4747.000000 1430.000000 5362.000000 5335.000000 3764.000000 1453.000000 121.000000 299485.000000 297802.000000 52180.000000 29136.000000 36301.000000 24571.000000 34852.000000 6097.000000 25952.000000 6175.000000 7534.000000 18907.000000 7007.000000 9178.000000 6780.000000 11358.000000 2956.000000 4330.000000 1287.000000 4827.000000 4990.000000 3384.000000 1553.000000 130.000000 352174.000000 351273.000000 56062.000000 38864.000000 37911.000000 27925.000000 45628.000000 7615.000000 27015.000000 6893.000000 9220.000000 21114.000000 8587.000000 12356.000000 9168.000000 14793.000000 4539.000000 5976.000000 1492.000000 6468.000000 5551.000000 4096.000000 774.000000 127.000000 351986.000000 351011.000000 56649.000000 38295.000000 38005.000000 28464.000000 46234.000000 7742.000000 26932.000000 6775.000000 8848.000000 21122.000000 8392.000000 12231.000000 9141.000000 14606.000000 4380.000000 5888.000000 1467.000000 6316.000000 5432.000000 4092.000000 854.000000 121.000000 352275.000000 351211.000000 58052.000000 38139.000000 37956.000000 28323.000000 46431.000000 7568.000000 27143.000000 6923.000000 8717.000000 21442.000000 8075.000000 12036.000000 8786.000000 14304.000000 4021.000000 5834.000000 1525.000000 6272.000000 5665.000000 3999.000000 929.000000 135.000000 357483.000000 356374.000000 59598.000000 36679.000000 39433.000000 28978.000000 46981.000000 7535.000000 27501.000000 6597.000000 8672.000000 22463.000000 8302.000000 12534.000000 8981.000000 14745.000000 3990.000000 5757.000000 1560.000000 6202.000000 5602.000000 4264.000000 947.000000 162.000000 413899.000000 412598.000000 69988.000000 44002.000000 45350.000000 33978.000000 54369.000000 8353.000000 32121.000000 7920.000000 9654.000000 25239.000000 9506.000000 14114.000000 10038.000000 16888.000000 4506.000000 6462.000000 1746.000000 6990.000000 6478.000000 4896.000000 1130.000000 171.000000 379814.000000 378569.000000 64986.000000 37050.000000 42478.000000 31422.000000 49031.000000 7697.000000 29740.000000 7146.000000 9100.000000 24115.000000 8771.000000 13277.000000 9488.000000 15869.000000 4037.000000 5916.000000 1612.000000 6474.000000 6001.000000 4359.000000 1099.000000 146.000000 398245.000000 396939.000000 68813.000000 39498.000000 45025.000000 33120.000000 50853.000000 7986.000000 31841.000000 7607.000000 9523.000000 25061.000000 8963.000000 13393.000000 9700.000000 16077.000000 4198.000000 6032.000000 1645.000000 6637.000000 6294.000000 4673.000000 1148.000000 158.000000 409505.000000 408052.000000 71935.000000 40468.000000 46849.000000 33854.000000 51148.000000 8091.000000 33401.000000 7992.000000 9904.000000 25573.000000 9563.000000 13735.000000 9560.000000 16365.000000 4128.000000 6065.000000 1625.000000 6650.000000 6554.000000 4592.000000 1264.000000 189.000000 401132.000000 399766.000000 70324.000000 39725.000000 46519.000000 32852.000000 49991.000000 7924.000000 33234.000000 7777.000000 9735.000000 25077.000000 9228.000000 12966.000000 9409.000000 15914.000000 3943.000000 5960.000000 1593.000000 6468.000000 6542.000000 4585.000000 1201.000000 165.000000 406684.000000 405169.000000 71780.000000 40236.000000 47326.000000 33455.000000 49686.000000 8169.000000 34416.000000 8085.000000 10023.000000 25244.000000 9479.000000 12669.000000 9394.000000 15719.000000 3968.000000 6048.000000 1577.000000 6685.000000 6655.000000 4555.000000 1354.000000 161.000000 396082.000000 394570.000000 70534.000000 38875.000000 46515.000000 32258.000000 48141.000000 7887.000000 33946.000000 7953.000000 9841.000000 24636.000000 9174.000000 12341.000000 9042.000000 14890.000000 3881.000000 5673.000000 1544.000000 6458.000000 6493.000000 4488.000000 1350.000000 162.000000 375713.000000 374053.000000 66495.000000 36680.000000 44161.000000 30717.000000 45177.000000 7560.000000 32544.000000 7482.000000 9435.000000 23420.000000 8834.000000 11844.000000 8633.000000 14256.000000 3699.000000 5447.000000 1559.000000 5868.000000 6133.000000 4109.000000 1519.000000 141.000000 364087.000000 362325.000000 64138.000000 35294.000000 43521.000000 30208.000000 43514.000000 7241.000000 31588.000000 7259.000000 9133.000000 22835.000000 8340.000000 11173.000000 8473.000000 13575.000000 3429.000000 5146.000000 1650.000000 5663.000000 5978.000000 4167.000000 1594.000000 168.000000 337709.000000 336005.000000 59592.000000 33092.000000 40927.000000 27961.000000 40114.000000 6673.000000 29235.000000 6710.000000 8400.000000 21158.000000 7794.000000 10457.000000 7653.000000 12544.000000 3135.000000 4690.000000 1445.000000 5240.000000 5433.000000 3752.000000 1573.000000 131.000000 364089.000000 363230.000000 57666.000000 41202.000000 39116.000000 29057.000000 46754.000000 7862.000000 28330.000000 7330.000000 9447.000000 21178.000000 8915.000000 12444.000000 9615.000000 15478.000000 4490.000000 6082.000000 1470.000000 6757.000000 5800.000000 4237.000000 752.000000 107.000000 352447.000000 351551.000000 56922.000000 39246.000000 38533.000000 27789.000000 45574.000000 7407.000000 27818.000000 6941.000000 8934.000000 20737.000000 8429.000000 11946.000000 8962.000000 14456.000000 4358.000000 5815.000000 1441.000000 6450.000000 5731.000000 4062.000000 774.000000 122.000000 352108.000000 351108.000000 57626.000000 38417.000000 38622.000000 28311.000000 46126.000000 7591.000000 27617.000000 6895.000000 8607.000000 20724.000000 8170.000000 11864.000000 8945.000000 14285.000000 4184.000000 5773.000000 1442.000000 6301.000000 5590.000000 4018.000000 886.000000 114.000000 352313.000000 351167.000000 58751.000000 38030.000000 38278.000000 28179.000000 46209.000000 7438.000000 27750.000000 7026.000000 8581.000000 21137.000000 7941.000000 11864.000000 8595.000000 14105.000000 3887.000000 5744.000000 1571.000000 6307.000000 5775.000000 3999.000000 964.000000 182.000000 357477.000000 356381.000000 60380.000000 37007.000000 39699.000000 28745.000000 46959.000000 7344.000000 28164.000000 6683.000000 8510.000000 22091.000000 8158.000000 12258.000000 8805.000000 14423.000000 3883.000000 5670.000000 1517.000000 6143.000000 5773.000000 4169.000000 941.000000 155.000000 413618.000000 412284.000000 70916.000000 43726.000000 45639.000000 33868.000000 54045.000000 8187.000000 32885.000000 8055.000000 9488.000000 24904.000000 9318.000000 13851.000000 9787.000000 16654.000000 4416.000000 6359.000000 1727.000000 6983.000000 6607.000000 4869.000000 1157.000000 177.000000 379819.000000 378527.000000 65542.000000 37133.000000 42753.000000 31249.000000 49006.000000 7531.000000 30560.000000 7306.000000 8979.000000 23790.000000 8591.000000 13029.000000 9366.000000 15555.000000 3940.000000 5748.000000 1568.000000 6424.000000 6143.000000 4314.000000 1130.000000 162.000000 398765.000000 397357.000000 69416.000000 39590.000000 45304.000000 33021.000000 50696.000000 7891.000000 32600.000000 7916.000000 9405.000000 24701.000000 8859.000000 13113.000000 9569.000000 15888.000000 4096.000000 5882.000000 1659.000000 6620.000000 6452.000000 4679.000000 1229.000000 179.000000 410795.000000 409245.000000 72553.000000 40970.000000 47278.000000 33811.000000 51259.000000 7984.000000 34211.000000 8321.000000 9771.000000 25339.000000 9452.000000 13488.000000 9407.000000 16042.000000 3951.000000 5920.000000 1589.000000 6602.000000 6730.000000 4567.000000 1361.000000 189.000000 402381.000000 400928.000000 71082.000000 39679.000000 46781.000000 32938.000000 50131.000000 7836.000000 33836.000000 8020.000000 9686.000000 24904.000000 9131.000000 12841.000000 9343.000000 15707.000000 3840.000000 5882.000000 1619.000000 6420.000000 6696.000000 4556.000000 1285.000000 168.000000 407741.000000 406191.000000 72419.000000 40215.000000 47784.000000 33572.000000 49719.000000 8053.000000 34988.000000 8260.000000 9905.000000 25014.000000 9353.000000 12520.000000 9305.000000 15479.000000 3893.000000 5958.000000 1596.000000 6645.000000 6962.000000 4551.000000 1391.000000 159.000000 397484.000000 395821.000000 71320.000000 38469.000000 46744.000000 32365.000000 48128.000000 7843.000000 34511.000000 8082.000000 9853.000000 24507.000000 9095.000000 12299.000000 8996.000000 14823.000000 3895.000000 5668.000000 1601.000000 6471.000000 6705.000000 4446.000000 1496.000000 167.000000 376639.000000 374923.000000 66900.000000 37104.000000 44490.000000 30749.000000 45290.000000 7490.000000 33161.000000 7515.000000 9427.000000 23168.000000 8678.000000 11720.000000 8525.000000 13952.000000 3625.000000 5338.000000 1605.000000 5771.000000 6325.000000 4090.000000 1573.000000 143.000000 364816.000000 362939.000000 64495.000000 36200.000000 43856.000000 30253.000000 43552.000000 7175.000000 31787.000000 7300.000000 9157.000000 22510.000000 8120.000000 11031.000000 8319.000000 13299.000000 3350.000000 5092.000000 1636.000000 5548.000000 6145.000000 4114.000000 1708.000000 169.000000 375140.000000 374350.000000 59502.000000 43561.000000 41116.000000 29889.000000 48127.000000 8148.000000 29505.000000 7484.000000 9430.000000 21091.000000 9129.000000 12557.000000 9759.000000 15589.000000 4440.000000 6181.000000 1467.000000 6805.000000 6226.000000 4344.000000 686.000000 104.000000 364274.000000 363411.000000 58643.000000 41462.000000 39759.000000 28922.000000 46691.000000 7631.000000 29117.000000 7362.000000 9195.000000 20736.000000 8704.000000 12027.000000 9353.000000 15104.000000 4329.000000 5930.000000 1423.000000 6735.000000 6075.000000 4213.000000 760.000000 103.000000 352711.000000 351791.000000 57963.000000 39357.000000 39145.000000 27705.000000 45470.000000 7245.000000 28517.000000 7028.000000 8748.000000 20340.000000 8180.000000 11529.000000 8728.000000 14152.000000 4218.000000 5649.000000 1437.000000 6455.000000 5914.000000 4011.000000 809.000000 111.000000 352224.000000 351128.000000 58674.000000 38179.000000 39013.000000 28104.000000 45860.000000 7470.000000 28142.000000 7050.000000 8426.000000 20388.000000 8007.000000 11628.000000 8784.000000 14119.000000 4084.000000 5656.000000 1497.000000 6268.000000 5749.000000 4030.000000 932.000000 164.000000 352411.000000 351248.000000 59357.000000 38334.000000 38634.000000 28003.000000 46092.000000 7289.000000 28409.000000 7177.000000 8396.000000 20816.000000 7779.000000 11617.000000 8411.000000 13808.000000 3793.000000 5610.000000 1571.000000 6273.000000 5948.000000 3931.000000 985.000000 178.000000 357363.000000 356249.000000 61155.000000 37005.000000 40037.000000 28601.000000 46739.000000 7179.000000 28940.000000 6829.000000 8373.000000 21780.000000 7983.000000 11955.000000 8554.000000 14129.000000 3766.000000 5564.000000 1467.000000 6091.000000 5926.000000 4176.000000 961.000000 153.000000 413723.000000 412337.000000 71693.000000 43889.000000 45934.000000 33715.000000 53895.000000 8010.000000 33777.000000 8328.000000 9327.000000 24517.000000 9151.000000 13514.000000 9581.000000 16295.000000 4248.000000 6221.000000 1680.000000 6924.000000 6804.000000 4834.000000 1205.000000 181.000000
380343.000000 378949.000000 66173.000000 37197.000000 43156.000000 31169.000000 48857.000000 7412.000000 31326.000000 7520.000000 8893.000000 23428.000000 8449.000000 12724.000000 9259.000000 15303.000000 3844.000000 5640.000000 1580.000000 6367.000000 6335.000000 4317.000000 1223.000000 171.000000 399969.000000 398475.000000 70249.000000 40085.000000 45729.000000 32972.000000 50686.000000 7723.000000 33444.000000 8226.000000 9300.000000 24407.000000 8707.000000 12789.000000 9419.000000 15570.000000 3951.000000 5734.000000 1611.000000 6546.000000 6674.000000 4653.000000 1320.000000 174.000000 411921.000000 410301.000000 73313.000000 40979.000000 47667.000000 33834.000000 51326.000000 7875.000000 34806.000000 8551.000000 9714.000000 25112.000000 9324.000000 13325.000000 9271.000000 15838.000000 3833.000000 5858.000000 1606.000000 6548.000000 6970.000000 4551.000000 1437.000000 183.000000 403375.000000 401888.000000 71897.000000 39647.000000 47184.000000 32996.000000 50085.000000 7743.000000 34475.000000 8265.000000 9617.000000 24581.000000 8986.000000 12636.000000 9182.000000 15422.000000 3755.000000 5796.000000 1636.000000 6352.000000 7041.000000 4592.000000 1325.000000 162.000000 409213.000000 407532.000000 73352.000000 39837.000000 47987.000000 33660.000000 49610.000000 7997.000000 35653.000000 8424.000000 9889.000000 24883.000000 9222.000000 12476.000000 9260.000000 15335.000000 3872.000000 5897.000000 1653.000000 6649.000000 7307.000000 4569.000000 1514.000000 167.000000 398624.000000 396897.000000 71800.000000 39089.000000 47088.000000 32362.000000 48273.000000 7779.000000 35216.000000 8155.000000 9815.000000 24225.000000 8908.000000 12117.000000 8815.000000 14519.000000 3854.000000 5591.000000 1630.000000 6324.000000 6929.000000 4408.000000 1559.000000 168.000000 377358.000000 375523.000000 67148.000000 38249.000000 44771.000000 30815.000000 45260.000000 7361.000000 33332.000000 7663.000000 9450.000000 22834.000000 8496.000000 11571.000000 8302.000000 13647.000000 3551.000000 5256.000000 1590.000000 5620.000000 6534.000000 4073.000000 1700.000000 135.000000 377697.000000 376961.000000 60187.000000 44390.000000 41979.000000 30578.000000 47374.000000 8280.000000 29825.000000 7785.000000 9398.000000 21152.000000 9249.000000 12586.000000 9536.000000 15199.000000 4322.000000 5998.000000 1395.000000 6916.000000 6365.000000 4447.000000 640.000000 96.000000 375273.000000 374476.000000 60562.000000 43679.000000 41763.000000 29737.000000 48090.000000 7883.000000 30416.000000 7578.000000 9191.000000 20733.000000 8916.000000 12033.000000 9455.000000 15139.000000 4302.000000 6040.000000 1416.000000 6794.000000 6467.000000 4282.000000 695.000000 102.000000 364377.000000 363468.000000 59688.000000 41767.000000 40411.000000 28807.000000 46503.000000 7422.000000 29843.000000 7465.000000 8937.000000 20296.000000 8407.000000 11653.000000 9093.000000 14757.000000 4154.000000 5696.000000 1405.000000 6672.000000 6340.000000 4152.000000 801.000000 108.000000 352645.000000 351612.000000 58903.000000 39046.000000 39528.000000 27533.000000 45261.000000 7112.000000 29083.000000 7133.000000 8565.000000 19999.000000 8012.000000 11301.000000 8513.000000 13975.000000 4144.000000 5525.000000 1475.000000 6386.000000 6103.000000 4015.000000 868.000000 165.000000 352389.000000 351283.000000 59365.000000 38518.000000 39326.000000 27921.000000 45742.000000 7264.000000 28921.000000 7174.000000 8285.000000 20117.000000 7789.000000 11393.000000 8561.000000 13743.000000 3984.000000 5497.000000 1484.000000 6277.000000 5960.000000 3962.000000 947.000000 159.000000 352328.000000 351181.000000 60290.000000 38406.000000 38875.000000 27789.000000 45824.000000 7133.000000 29161.000000 7351.000000 8251.000000 20401.000000 7654.000000 11314.000000 8204.000000 13549.000000 3688.000000 5499.000000 1529.000000 6208.000000 6099.000000 3956.000000 980.000000 167.000000 357643.000000 356473.000000 61838.000000 37237.000000 40316.000000 28529.000000 46532.000000 7004.000000 29858.000000 7083.000000 8263.000000 21386.000000 7799.000000 11669.000000 8339.000000 13837.000000 3644.000000 5387.000000 1428.000000 6091.000000 6092.000000 4141.000000 1004.000000 166.000000 414298.000000 412801.000000 72583.000000 44030.000000 46307.000000 33634.000000 53529.000000 7854.000000 34549.000000 8710.000000 9205.000000 24089.000000 8971.000000 13177.000000 9371.000000 16064.000000 4142.000000 6096.000000 1693.000000 6873.000000 7058.000000 4866.000000 1301.000000 196.000000 381634.000000 380177.000000 66898.000000 37806.000000 43559.000000 31125.000000 48779.000000 7252.000000 32331.000000 7930.000000 8803.000000 23162.000000 8240.000000 12397.000000 9017.000000 14943.000000 3742.000000 5512.000000 1547.000000 6308.000000 6549.000000 4277.000000 1308.000000 149.000000 401081.000000 399514.000000 71348.000000 40012.000000 46118.000000 32963.000000 50597.000000 7603.000000 34175.000000 8503.000000 9240.000000 24133.000000 8511.000000 12602.000000 9242.000000 15331.000000 3838.000000 5635.000000 1610.000000 6532.000000 6889.000000 4632.000000 1397.000000 170.000000 412887.000000 411228.000000 74251.000000 40960.000000 48145.000000 33897.000000 51138.000000 7777.000000 35577.000000 8811.000000 9639.000000 24731.000000 9173.000000 13030.000000 9077.000000 15587.000000 3713.000000 5755.000000 1608.000000 6493.000000 7347.000000 4519.000000 1487.000000 172.000000 405122.000000 403497.000000 72929.000000 39490.000000 47428.000000 33025.000000 49903.000000 7702.000000 35200.000000 8539.000000 9559.000000 24397.000000 8949.000000 12533.000000 9095.000000 15232.000000 3739.000000 5733.000000 1701.000000 6327.000000 7469.000000 4547.000000 1453.000000 172.000000 410183.000000 408413.000000 73847.000000 40833.000000 48279.000000 33650.000000 49571.000000 7868.000000 36403.000000 8570.000000 9840.000000 24497.000000 9005.000000 12240.000000 9053.000000 14992.000000 3782.000000 5768.000000 1671.000000 6509.000000 7552.000000 4483.000000 1604.000000 166.000000 399470.000000 397589.000000 72184.000000 40823.000000 47444.000000 32359.000000 48071.000000 7617.000000 35304.000000 8338.000000 9791.000000 23805.000000 8703.000000 11889.000000 8571.000000 14208.000000 3720.000000 5465.000000 1644.000000 6140.000000 7190.000000 4323.000000 1703.000000 178.000000 377740.000000 377039.000000 60341.000000 44414.000000 42766.000000 30790.000000 47435.000000 7909.000000 29995.000000 7624.000000 9165.000000 20821.000000 9177.000000 12359.000000 9674.000000 15560.000000 4234.000000 5682.000000 1412.000000 6856.000000 6429.000000 4396.000000 620.000000 81.000000 377757.000000 377024.000000 61140.000000 44511.000000 42605.000000 30466.000000 47244.000000 8050.000000 30794.000000 7819.000000 9150.000000 20742.000000 9018.000000 12127.000000 9207.000000 14802.000000 4158.000000 5850.000000 1356.000000 6910.000000 6637.000000 4438.000000 641.000000 92.000000 375631.000000 374786.000000 61808.000000 43791.000000 42377.000000 29584.000000 47905.000000 7710.000000 31156.000000 7726.000000 8962.000000 20370.000000 8640.000000 11609.000000 9185.000000 14813.000000 4151.000000 5855.000000 1415.000000 6776.000000 6653.000000 4300.000000 732.000000 113.000000 364420.000000 363406.000000 60867.000000 41215.000000 40731.000000 28649.000000 46255.000000 7260.000000 30400.000000 7576.000000 8802.000000 20005.000000 8226.000000 11432.000000 8946.000000 14628.000000 4070.000000 5605.000000 1451.000000 6637.000000 6490.000000 4161.000000 856.000000 158.000000 352786.000000 351711.000000 59547.000000 39386.000000 39775.000000 27424.000000 45065.000000 6923.000000 29773.000000 7308.000000 8388.000000 19701.000000 7843.000000 11059.000000 8299.000000 13663.000000 4027.000000 5410.000000 1475.000000 6359.000000 6321.000000 3965.000000 916.000000 159.000000 352316.000000 351190.000000 60290.000000 38483.000000 39561.000000 27816.000000 45489.000000 7096.000000 29483.000000 7336.000000 8158.000000 19829.000000 7645.000000 11096.000000 8370.000000 13504.000000 3870.000000 5370.000000 1452.000000 6242.000000 6165.000000 3935.000000 967.000000 159.000000 352624.000000 351417.000000 61125.000000 38420.000000 39095.000000 27751.000000 45644.000000 6968.000000 30109.000000 7665.000000 8123.000000 20043.000000 7483.000000 10990.000000 7937.000000 13257.000000 3596.000000 5363.000000 1491.000000 6145.000000 6268.000000 3944.000000 1026.000000 181.000000 358194.000000 356940.000000 62526.000000 37338.000000 40660.000000 28481.000000 46221.000000 6856.000000 30575.000000 7428.000000 8177.000000 21019.000000 7643.000000 11407.000000 8206.000000 13635.000000 3566.000000 5295.000000 1408.000000 6029.000000 6325.000000 4145.000000 1092.000000 162.000000 415501.000000 413940.000000 73458.000000 44614.000000 46837.000000 33637.000000 53327.000000 7635.000000 35424.000000 9179.000000 9089.000000 23717.000000 8765.000000 12875.000000 9095.000000 15724.000000 4053.000000 5971.000000 1663.000000 6749.000000 7308.000000 4820.000000 1384.000000 177.000000 382454.000000 380916.000000 67809.000000 37794.000000 44027.000000 31108.000000 48539.000000 7143.000000 33013.000000 8258.000000 8722.000000 22784.000000 8084.000000 12173.000000 8854.000000 14679.000000 3630.000000 5429.000000 1566.000000 6256.000000 6814.000000 4234.000000 1396.000000 142.000000 401973.000000 400371.000000 72270.000000 40152.000000 46577.000000 32895.000000 50360.000000 7464.000000 34844.000000 8881.000000 9154.000000 23710.000000 8307.000000 12392.000000 9052.000000 15055.000000 3738.000000 5550.000000 1619.000000 6422.000000 7293.000000 4636.000000 1442.000000 160.000000 414687.000000 412893.000000 75571.000000 40795.000000 48338.000000 33849.000000 51027.000000 7700.000000 36325.000000 9042.000000 9623.000000 24462.000000 9023.000000 12905.000000 8967.000000 15412.000000 3672.000000 5689.000000 1682.000000 6430.000000 7822.000000 4559.000000 1612.000000 182.000000 406051.000000 404355.000000 73483.000000 40765.000000 47801.000000 32955.000000 49772.000000 7551.000000 35922.000000 8641.000000 9514.000000 23981.000000 8720.000000 12252.000000 8871.000000 14786.000000 3652.000000 5588.000000 1700.000000 6185.000000 7747.000000 4469.000000 1526.000000 170.000000 410838.000000 408951.000000 73943.000000 43106.000000 48599.000000 33617.000000 49332.000000 7700.000000 36520.000000 8740.000000 9821.000000 24031.000000 8749.000000 11958.000000 8773.000000 14570.000000 3641.000000 5638.000000 1662.000000 6284.000000 7861.000000 4406.000000 1723.000000 164.000000 361495.000000 360845.000000 58225.000000 43236.000000 41417.000000 29346.000000 45146.000000 7392.000000 28832.000000 7273.000000 8609.000000 19538.000000 8368.000000 11220.000000 9094.000000 14702.000000 4227.000000 5764.000000 1357.000000 6722.000000 6257.000000 4120.000000 556.000000 94.000000 377805.000000 377104.000000 61266.000000 44397.000000 43314.000000 30716.000000 47381.000000 7740.000000 30621.000000 7713.000000 8955.000000 20458.000000 8939.000000 12023.000000 9361.000000 15261.000000 4100.000000 5613.000000 1367.000000 6858.000000 6649.000000 4372.000000 629.000000 72.000000 377747.000000 376957.000000 62324.000000 44358.000000 43180.000000 30357.000000 47032.000000 7900.000000 31588.000000 7853.000000 8939.000000 20393.000000 8699.000000 11701.000000 8923.000000 14471.000000 4056.000000 5679.000000 1353.000000 6888.000000 6839.000000 4424.000000 698.000000 92.000000 375400.000000 374427.000000 62689.000000 43368.000000 42755.000000 29416.000000 47632.000000 7606.000000 31645.000000 7785.000000 8810.000000 20035.000000 8469.000000 11379.000000 9029.000000 14615.000000 4063.000000 5789.000000 1472.000000 6747.000000 6804.000000 4319.000000 812.000000 161.000000 364547.000000 363490.000000 61523.000000 41366.000000 40964.000000 28600.000000 46144.000000 7106.000000 31015.000000 7725.000000 8669.000000 19750.000000 8064.000000 11241.000000 8671.000000 14332.000000 3986.000000 5506.000000 1450.000000 6559.000000 6688.000000 4131.000000 899.000000 158.000000 352650.000000 351564.000000 60164.000000 39318.000000 40101.000000 27368.000000 44776.000000 6808.000000 30354.000000 7459.000000 8287.000000 19357.000000 7692.000000 10779.000000 8158.000000 13399.000000 3949.000000 5326.000000 1459.000000 6335.000000 6534.000000 3941.000000 939.000000 147.000000 352512.000000 351334.000000 61000.000000 38707.000000 39771.000000 27708.000000 45233.000000 6933.000000 30193.000000 7602.000000 8067.000000 19508.000000 7478.000000 10853.000000 8153.000000 13249.000000 3770.000000 5273.000000 1427.000000 6177.000000 6293.000000 3939.000000 1013.000000 165.000000 353098.000000 351777.000000 61746.000000 38563.000000 39384.000000 27755.000000 45279.000000 6801.000000 30695.000000 7992.000000 7991.000000 19744.000000 7350.000000 10729.000000 7766.000000 13139.000000 3555.000000 5246.000000 1489.000000 6100.000000 6482.000000 3971.000000 1124.000000 197.000000 359180.000000 357837.000000 63305.000000 37935.000000 41061.000000 28486.000000 45995.000000 6733.000000 31289.000000 7821.000000 8087.000000 20703.000000 7460.000000 11104.000000 7978.000000 13264.000000 3447.000000 5154.000000 1397.000000 5940.000000 6515.000000 4163.000000 1180.000000 163.000000 416193.000000 414557.000000 74222.000000 44646.000000 47308.000000 33650.000000 53057.000000 7504.000000 36157.000000 9452.000000 8996.000000 23337.000000 8618.000000 12667.000000 8912.000000 15433.000000 3958.000000 5839.000000 1684.000000 6704.000000 7593.000000 4820.000000 1459.000000 177.000000 383093.000000 381506.000000 68783.000000 37897.000000 44407.000000 31054.000000 48289.000000 7073.000000 33554.000000 8586.000000 8626.000000 22387.000000 7892.000000 11928.000000 8629.000000 14378.000000 3567.000000 5319.000000 1567.000000 6170.000000 7157.000000 4243.000000 1444.000000 143.000000 403595.000000 401838.000000 73601.000000 39922.000000 46878.000000 32885.000000 50109.000000 7364.000000 35501.000000 9130.000000 9094.000000 23436.000000 8206.000000 12280.000000 8912.000000 14879.000000 3725.000000 5526.000000 1663.000000 6419.000000 7710.000000 4598.000000 1594.000000 163.000000 415398.000000 413533.000000 75810.000000 42319.000000 48601.000000 33724.000000 50859.000000 7533.000000 36986.000000 9200.000000 9605.000000 24062.000000 8803.000000 12586.000000 8783.000000 15000.000000 3570.000000 5553.000000 1686.000000 6255.000000 8133.000000 4465.000000 1674.000000 191.000000 406516.000000 404688.000000 73239.000000 43239.000000 48179.000000 32900.000000 49372.000000 7371.000000 35979.000000 8872.000000 9540.000000 23511.000000 8450.000000 11976.000000 8634.000000 14360.000000 3548.000000 5437.000000 1688.000000 5968.000000 8023.000000 4402.000000 1654.000000 174.000000 388973.000000 388172.000000 63342.000000 45782.000000 43928.000000 32338.000000 47755.000000 7878.000000 31244.000000 7861.000000 9265.000000 21389.000000 9214.000000 13068.000000 10008.000000 15555.000000 4300.000000 5713.000000 1393.000000 6973.000000 6520.000000 4646.000000 693.000000 108.000000 361294.000000 360638.000000 59116.000000 43270.000000 41805.000000 29279.000000 45022.000000 7245.000000 29360.000000 7302.000000 8364.000000 19228.000000 8179.000000 10877.000000 8782.000000 14438.000000 4114.000000 5664.000000 1334.000000 6677.000000 6438.000000 4144.000000 566.000000 90.000000 377763.000000 377026.000000 62136.000000 44356.000000 43673.000000 30588.000000 47237.000000 7602.000000 31384.000000 7730.000000 8774.000000 20090.000000 8755.000000 11693.000000 9131.000000 14974.000000 3999.000000 5500.000000 1366.000000 6816.000000 6823.000000 4399.000000 666.000000 71.000000 377552.000000 376629.000000 63233.000000 43715.000000 43448.000000 30248.000000 46719.000000 7786.000000 32120.000000 7932.000000 8775.000000 20085.000000 8558.000000 11476.000000 8772.000000 14389.000000 3991.000000 5596.000000 1423.000000 6886.000000 7003.000000 4474.000000 785.000000 138.000000 375372.000000 374380.000000 63182.000000 43560.000000 42886.000000 29345.000000 47492.000000 7483.000000 32163.000000 7924.000000 8656.000000 19699.000000 8328.000000 11220.000000 8821.000000 14370.000000 4038.000000 5730.000000 1483.000000 6717.000000 6957.000000 4326.000000 835.000000 157.000000 364235.000000 363168.000000 62133.000000 41068.000000 41316.000000 28503.000000 45848.000000 6980.000000 31627.000000 7839.000000 8550.000000 19426.000000 7929.000000 10986.000000 8514.000000 14096.000000 3915.000000 5450.000000 1430.000000 6563.000000 6801.000000 4194.000000 915.000000 152.000000 352799.000000 351637.000000 60737.000000 39371.000000 40456.000000 27338.000000 44535.000000 6669.000000 31050.000000 7682.000000 8172.000000 19006.000000 7548.000000 10520.000000 7945.000000 13173.000000 3850.000000 5232.000000 1438.000000 6285.000000 6691.000000 3939.000000 1009.000000 153.000000 352895.000000 351584.000000 61537.000000 38769.000000 40122.000000 27687.000000 44940.000000 6846.000000 30720.000000 7935.000000 7947.000000 19210.000000 7311.000000 10666.000000 7981.000000 13102.000000 3675.000000 5189.000000 1441.000000 6143.000000 6386.000000 3977.000000 1122.000000 189.000000 353982.000000 352566.000000 62371.000000 39084.000000 39754.000000 27692.000000 45011.000000 6693.000000 31364.000000 8362.000000 7915.000000 19483.000000 7213.000000 10440.000000 7598.000000 12876.000000 3464.000000 5122.000000 1465.000000 6036.000000 6664.000000 3959.000000 1226.000000 190.000000 359732.000000 358303.000000 63964.000000 38025.000000 41349.000000 28441.000000 45785.000000 6643.000000 31772.000000 8089.000000 8044.000000 20420.000000 7343.000000 10918.000000 7840.000000 13061.000000 3400.000000 5076.000000 1406.000000 5882.000000 6694.000000 4151.000000 1260.000000 169.000000 416691.000000 415015.000000 75117.000000 44604.000000 47665.000000 33572.000000 52748.000000 7423.000000 36873.000000 9759.000000 8904.000000 22880.000000 8449.000000 12477.000000 8681.000000 15154.000000 3871.000000 5712.000000 1705.000000 6650.000000 7931.000000 4840.000000 1504.000000 172.000000 384659.000000 382929.000000 70003.000000 37765.000000 44663.000000 31061.000000 47981.000000 7004.000000 34108.000000 8903.000000 8673.000000 22099.000000 7789.000000 11816.000000 8581.000000 14247.000000 3556.000000 5284.000000 1614.000000 6101.000000 7460.000000 4221.000000 1571.000000 159.000000 404260.000000 402456.000000 73728.000000 41502.000000 47177.000000 32657.000000 49916.000000 7219.000000 36158.000000 9234.000000 9102.000000 23063.000000 7975.000000 12004.000000 8677.000000 14521.000000 3655.000000 5426.000000 1678.000000 6198.000000 7982.000000 4584.000000 1645.000000 159.000000 415899.000000 413958.000000 75558.000000 45025.000000 48790.000000 33673.000000 50532.000000 7344.000000 37016.000000 9389.000000 9649.000000 23642.000000 8525.000000 12342.000000 8506.000000 14560.000000 3475.000000 5439.000000 1665.000000 6041.000000 8359.000000 4428.000000 1748.000000 193.000000 384536.000000 383739.000000 64221.000000 46128.000000 43500.000000 31655.000000 46725.000000 7634.000000 31480.000000 8016.000000 8881.000000 20556.000000 9044.000000 11875.000000 9416.000000 15173.000000 4160.000000 5891.000000 1345.000000 7064.000000 6540.000000 4435.000000 676.000000 121.000000 388661.000000 387851.000000 64060.000000 45592.000000 44324.000000 32282.000000 47622.000000 7742.000000 31798.000000 7866.000000 9094.000000 21129.000000 9046.000000 12752.000000 9725.000000 15316.000000 4213.000000 5633.000000 1360.000000 6961.000000 6652.000000 4684.000000 707.000000 103.000000 361097.000000 360412.000000 59996.000000 43061.000000 42120.000000 29133.000000 44939.000000 7115.000000 29917.000000 7296.000000 8214.000000 18995.000000 8028.000000 10625.000000 8576.000000 14218.000000 4026.000000 5516.000000 1340.000000 6642.000000 6528.000000 4127.000000 593.000000 92.000000 377477.000000 376638.000000 62887.000000 43684.000000 43971.000000 30497.000000 47013.000000 7520.000000 31799.000000 7770.000000 8668.000000 19830.000000 8642.000000 11533.000000 9007.000000 14898.000000 3923.000000 5441.000000 1424.000000 6807.000000 6911.000000 4413.000000 735.000000 104.000000 377459.000000 376472.000000 63635.000000 43919.000000 43546.000000 30175.000000 46600.000000 7649.000000 32520.000000 8023.000000 8719.000000 19828.000000 8431.000000 11324.000000 8620.000000 14140.000000 3940.000000 5540.000000 1417.000000 6880.000000 7139.000000 4427.000000 838.000000 149.000000 374922.000000 373869.000000 63537.000000 43249.000000 43055.000000 29328.000000 47218.000000 7393.000000 32747.000000 8064.000000 8573.000000 19459.000000 8241.000000 11038.000000 8600.000000 14181.000000 3975.000000 5644.000000 1470.000000 6700.000000 7018.000000 4379.000000 889.000000 164.000000 364199.000000 363062.000000 62507.000000 41076.000000 41522.000000 28510.000000 45657.000000 6865.000000 32197.000000 8061.000000 8445.000000 19178.000000 7828.000000 10779.000000 8310.000000 13827.000000 3828.000000 5369.000000 1408.000000 6545.000000 6946.000000 4204.000000 977.000000 160.000000 353106.000000 351823.000000 61165.000000 39436.000000 40697.000000 27308.000000 44262.000000 6595.000000 31525.000000 7952.000000 8077.000000 18746.000000 7444.000000 10360.000000 7839.000000 13020.000000 3792.000000 5193.000000 1448.000000 6205.000000 6771.000000 3988.000000 1107.000000 176.000000 353569.000000 352173.000000 61867.000000 39209.000000 40511.000000 27671.000000 44773.000000 6766.000000 31307.000000 8288.000000 7905.000000 18974.000000 7193.000000 10416.000000 7831.000000 12801.000000 3559.000000 5109.000000 1407.000000 6066.000000 6524.000000 3996.000000 1217.000000 179.000000 354427.000000 352934.000000 62957.000000 39035.000000 40035.000000 27686.000000 44905.000000 6648.000000 31737.000000 8620.000000 7874.000000 19211.000000 7079.000000 10270.000000 7486.000000 12681.000000 3380.000000 5039.000000 1480.000000 6010.000000 6839.000000 3962.000000 1310.000000 183.000000 360162.000000 358698.000000 64586.000000 38084.000000 41560.000000 28451.000000 45560.000000 6587.000000 32263.000000 8283.000000 8009.000000 20162.000000 7214.000000 10792.000000 7674.000000 12816.000000 3338.000000 5004.000000 1430.000000 5814.000000 6941.000000 4130.000000 1295.000000 169.000000 417878.000000 416103.000000 76439.000000 44258.000000 47780.000000 33566.000000 52523.000000 7394.000000 37410.000000 10004.000000 8922.000000 22631.000000 8334.000000 12386.000000 8581.000000 14972.000000 3855.000000 5670.000000 1740.000000 6583.000000 8215.000000 4840.000000 1611.000000 164.000000 385187.000000 383418.000000 70075.000000 39036.000000 44868.000000 31015.000000 47878.000000 6889.000000 34622.000000 9017.000000 8656.000000 21755.000000 7660.000000 11528.000000 8392.000000 13924.000000 3470.000000 5197.000000 1615.000000 5967.000000 7686.000000 4168.000000 1617.000000 152.000000 404520.000000 402610.000000 73411.000000 43992.000000 47364.000000 32669.000000 49540.000000 7052.000000 36157.000000 9408.000000 9110.000000 22693.000000 7760.000000 11696.000000 8453.000000 14110.000000 3546.000000 5324.000000 1666.000000 5997.000000 8170.000000 4492.000000 1737.000000 173.000000 391772.000000 390967.000000 65532.000000 48099.000000 44556.000000 32590.000000 47582.000000 7831.000000 31260.000000 7773.000000 9161.000000 21184.000000 9108.000000 11750.000000 9501.000000 15524.000000 4250.000000 5801.000000 1392.000000 7162.000000 6525.000000 4386.000000 717.000000 88.000000 384147.000000 383340.000000 64683.000000 45913.000000 43807.000000 31511.000000 46585.000000 7533.000000 32064.000000 8023.000000 8741.000000 20328.000000 8925.000000 11662.000000 9197.000000 14963.000000 4068.000000 5824.000000 1309.000000 7050.000000 6650.000000 4504.000000 687.000000 120.000000 388287.000000 387437.000000 64795.000000 45241.000000 44611.000000 32118.000000 47634.000000 7619.000000 32345.000000 7872.000000 8943.000000 20899.000000 8881.000000 12459.000000 9561.000000 15088.000000 4087.000000 5516.000000 1366.000000 6948.000000 6752.000000 4702.000000 746.000000 104.000000 360661.000000 359843.000000 60459.000000 42434.000000 42176.000000 29077.000000 44704.000000 7075.000000 30330.000000 7298.000000 8143.000000 18751.000000 7958.000000 10530.000000 8473.000000 14136.000000 4000.000000 5481.000000 1413.000000 6631.000000 6594.000000 4180.000000 672.000000 146.000000 377189.000000 376276.000000 63246.000000 43720.000000 43993.000000 30387.000000 46859.000000 7420.000000 32194.000000 7852.000000 8564.000000 19643.000000 8511.000000 11392.000000 8884.000000 14700.000000 3914.000000 5383.000000 1432.000000 6772.000000 6990.000000 4420.000000 791.000000 122.000000 376906.000000 375874.000000 64110.000000 43519.000000 43661.000000 30049.000000 46335.000000 7574.000000 32925.000000 8096.000000 8628.000000 19647.000000 8330.000000 11131.000000 8470.000000 14031.000000 3895.000000 5498.000000 1403.000000 6884.000000 7208.000000 4480.000000 887.000000 145.000000 374803.000000 373675.000000 63921.000000 43114.000000 43183.000000 29270.000000 47020.000000 7308.000000 33245.000000 8242.000000 8530.000000 19268.000000 8123.000000 10887.000000 8474.000000 14015.000000 3893.000000 5575.000000 1451.000000 6637.000000 7123.000000 4396.000000 948.000000 180.000000 364252.000000 362974.000000 62778.000000 41114.000000 41641.000000 28429.000000 45387.000000 6793.000000 32695.000000 8302.000000 8378.000000 18972.000000 7769.000000 10593.000000
8178.000000 13714.000000 3786.000000 5300.000000 1437.000000 6485.000000 6982.000000 4241.000000 1098.000000 180.000000 353756.000000 352405.000000 61502.000000 39799.000000 40973.000000 27276.000000 44176.000000 6521.000000 31964.000000 8210.000000 8053.000000 18600.000000 7325.000000 10176.000000 7701.000000 12779.000000 3706.000000 5150.000000 1416.000000 6165.000000 6860.000000 4053.000000 1195.000000 156.000000 353963.000000 352497.000000 62382.000000 39242.000000 40762.000000 27661.000000 44548.000000 6733.000000 31709.000000 8507.000000 7870.000000 18737.000000 7113.000000 10220.000000 7736.000000 12646.000000 3511.000000 5079.000000 1411.000000 6031.000000 6576.000000 4023.000000 1284.000000 182.000000 354751.000000 353250.000000 63584.000000 38949.000000 40275.000000 27616.000000 44717.000000 6619.000000 32166.000000 8788.000000 7850.000000 18984.000000 6963.000000 10145.000000 7360.000000 12469.000000 3338.000000 4985.000000 1475.000000 5967.000000 7014.000000 3986.000000 1329.000000 172.000000 361275.000000 359698.000000 65440.000000 37815.000000 41768.000000 28506.000000 45389.000000 6570.000000 32684.000000 8452.000000 8068.000000 19904.000000 7163.000000 10764.000000 7583.000000 12751.000000 3352.000000 4938.000000 1482.000000 5783.000000 7152.000000 4134.000000 1412.000000 165.000000 418214.000000 416380.000000 76287.000000 45727.000000 47952.000000 33427.000000 52346.000000 7311.000000 37958.000000 10101.000000 8870.000000 22246.000000 8197.000000 12180.000000 8408.000000 14639.000000 3808.000000 5559.000000 1738.000000 6432.000000 8409.000000 4785.000000 1669.000000 165.000000 385293.000000 383458.000000 69570.000000 41178.000000 45036.000000 31000.000000 47561.000000 6766.000000 34707.000000 9135.000000 8674.000000 21437.000000 7498.000000 11346.000000 8176.000000 13583.000000 3364.000000 5111.000000 1592.000000 5801.000000 7783.000000 4140.000000 1685.000000 150.000000 397709.000000 396959.000000 67662.000000 48714.000000 45026.000000 32738.000000 47671.000000 7940.000000 31771.000000 7975.000000 9552.000000 21541.000000 9433.000000 12049.000000 9727.000000 15212.000000 4301.000000 5849.000000 1300.000000 7160.000000 6724.000000 4614.000000 641.000000 109.000000 391343.000000 390543.000000 65916.000000 47835.000000 44842.000000 32508.000000 47406.000000 7741.000000 31816.000000 7720.000000 9063.000000 20978.000000 9006.000000 11639.000000 9226.000000 15345.000000 4152.000000 5742.000000 1378.000000 7127.000000 6622.000000 4481.000000 717.000000 83.000000 383805.000000 382953.000000 65253.000000 45672.000000 43996.000000 31463.000000 46418.000000 7449.000000 32513.000000 8008.000000 8665.000000 20140.000000 8780.000000 11467.000000 9062.000000 14745.000000 3999.000000 5742.000000 1317.000000 7007.000000 6736.000000 4521.000000 730.000000 122.000000 387760.000000 386771.000000 65222.000000 44648.000000 44712.000000 32007.000000 47321.000000 7594.000000 32650.000000 7934.000000 8850.000000 20748.000000 8765.000000 12355.000000 9475.000000 15075.000000 4036.000000 5481.000000 1431.000000 6945.000000 6771.000000 4751.000000 841.000000 148.000000 360245.000000 359419.000000 60748.000000 42427.000000 42219.000000 28944.000000 44634.000000 6988.000000 30629.000000 7308.000000 8076.000000 18612.000000 7884.000000 10397.000000 8360.000000 13927.000000 3973.000000 5447.000000 1422.000000 6573.000000 6680.000000 4171.000000 689.000000 137.000000 376544.000000 375591.000000 63483.000000 43421.000000 44128.000000 30354.000000 46648.000000 7328.000000 32499.000000 7931.000000 8499.000000 19478.000000 8463.000000 11203.000000 8730.000000 14554.000000 3852.000000 5358.000000 1428.000000 6748.000000 7037.000000 4449.000000 834.000000 119.000000 376620.000000 375540.000000 64363.000000 43462.000000 43817.000000 30008.000000 46116.000000 7500.000000 33368.000000 8229.000000 8620.000000 19429.000000 8221.000000 10955.000000 8333.000000 13907.000000 3803.000000 5439.000000 1399.000000 6846.000000 7246.000000 4479.000000 935.000000 145.000000 374723.000000 373436.000000 64140.000000 43099.000000 43300.000000 29211.000000 46790.000000 7231.000000 33575.000000 8384.000000 8488.000000 19064.000000 7998.000000 10757.000000 8404.000000 13968.000000 3843.000000 5518.000000 1472.000000 6579.000000 7181.000000 4434.000000 1071.000000 216.000000 364694.000000 363311.000000 62981.000000 41561.000000 41908.000000 28357.000000 45337.000000 6754.000000 33119.000000 8521.000000 8307.000000 18778.000000 7663.000000 10445.000000 8025.000000 13525.000000 3695.000000 5252.000000 1400.000000 6407.000000 7003.000000 4273.000000 1216.000000 167.000000 353895.000000 352461.000000 61844.000000 39749.000000 41195.000000 27273.000000 44116.000000 6459.000000 32293.000000 8369.000000 8015.000000 18403.000000 7254.000000 10048.000000 7617.000000 12638.000000 3641.000000 5101.000000 1411.000000 6117.000000 6875.000000 4043.000000 1279.000000 155.000000 354182.000000 352686.000000 62997.000000 39089.000000 40926.000000 27644.000000 44391.000000 6718.000000 31997.000000 8638.000000 7831.000000 18594.000000 7009.000000 10149.000000 7572.000000 12514.000000 3474.000000 5012.000000 1426.000000 5961.000000 6698.000000 4046.000000 1313.000000 183.000000 355618.000000 354010.000000 64381.000000 38764.000000 40358.000000 27643.000000 44611.000000 6584.000000 32476.000000 8917.000000 7859.000000 18830.000000 6895.000000 10110.000000 7308.000000 12394.000000 3330.000000 4993.000000 1502.000000 5909.000000 7156.000000 3990.000000 1430.000000 178.000000 361631.000000 360030.000000 65332.000000 38898.000000 41936.000000 28463.000000 45264.000000 6522.000000 33069.000000 8492.000000 8043.000000 19683.000000 7032.000000 10601.000000 7454.000000 12517.000000 3290.000000 4898.000000 1473.000000 5660.000000 7289.000000 4114.000000 1441.000000 160.000000 418300.000000 416384.000000 75603.000000 48026.000000 48194.000000 33320.000000 52033.000000 7199.000000 37933.000000 10241.000000 8882.000000 21888.000000 8041.000000 11971.000000 8213.000000 14351.000000 3727.000000 5486.000000 1716.000000 6236.000000 8563.000000 4761.000000 1753.000000 163.000000 392645.000000 391871.000000 66823.000000 48062.000000 44309.000000 32959.000000 47711.000000 7688.000000 31185.000000 7620.000000 9170.000000 20995.000000 9230.000000 11706.000000 9474.000000 15408.000000 4088.000000 5778.000000 1361.000000 7124.000000 6744.000000 4436.000000 670.000000 104.000000 397149.000000 396397.000000 67889.000000 48384.000000 45254.000000 32681.000000 47515.000000 7837.000000 32295.000000 7948.000000 9468.000000 21379.000000 9344.000000 11938.000000 9479.000000 15069.000000 4229.000000 5759.000000 1286.000000 7182.000000 6769.000000 4692.000000 647.000000 105.000000 390803.000000 389950.000000 66535.000000 47358.000000 45010.000000 32429.000000 47241.000000 7667.000000 32167.000000 7737.000000 8963.000000 20829.000000 8890.000000 11432.000000 9090.000000 15209.000000 4067.000000 5661.000000 1374.000000 7121.000000 6669.000000 4501.000000 763.000000 90.000000 383043.000000 382055.000000 65505.000000 45099.000000 44077.000000 31332.000000 46090.000000 7420.000000 32756.000000 8009.000000 8602.000000 20018.000000 8683.000000 11397.000000 9069.000000 14744.000000 3974.000000 5671.000000 1374.000000 6999.000000 6736.000000 4500.000000 815.000000 173.000000 387134.000000 386089.000000 65301.000000 44547.000000 44770.000000 31886.000000 47250.000000 7501.000000 32915.000000 7968.000000 8764.000000 20554.000000 8684.000000 12241.000000 9354.000000 14913.000000 4021.000000 5445.000000 1443.000000 6942.000000 6837.000000 4753.000000 897.000000 148.000000 359473.000000 358597.000000 60945.000000 41969.000000 42303.000000 28893.000000 44468.000000 6930.000000 30948.000000 7353.000000 8044.000000 18441.000000 7808.000000 10261.000000 8281.000000 13816.000000 3921.000000 5400.000000 1407.000000 6563.000000 6666.000000 4180.000000 747.000000 129.000000 376129.000000 375072.000000 63672.000000 43328.000000 44140.000000 30325.000000 46456.000000 7300.000000 32897.000000 8047.000000 8440.000000 19315.000000 8369.000000 11060.000000 8589.000000 14414.000000 3759.000000 5305.000000 1421.000000 6729.000000 7035.000000 4471.000000 932.000000 125.000000 376471.000000 375219.000000 64445.000000 43498.000000 43886.000000 30030.000000 45833.000000 7439.000000 33665.000000 8400.000000 8549.000000 19253.000000 8186.000000 10874.000000 8258.000000 13813.000000 3769.000000 5393.000000 1400.000000 6767.000000 7239.000000 4522.000000 1091.000000 161.000000 374998.000000 373619.000000 64130.000000 43546.000000 43528.000000 29195.000000 46658.000000 7192.000000 33900.000000 8567.000000 8456.000000 18945.000000 7918.000000 10617.000000 8295.000000 13824.000000 3778.000000 5478.000000 1454.000000 6524.000000 7162.000000 4452.000000 1193.000000 186.000000 364713.000000 363261.000000 63124.000000 41587.000000 42001.000000 28383.000000 45183.000000 6742.000000 33377.000000 8620.000000 8239.000000 18629.000000 7625.000000 10386.000000 7949.000000 13383.000000 3702.000000 5193.000000 1403.000000 6384.000000 7062.000000 4289.000000 1284.000000 168.000000 353938.000000 352472.000000 62243.000000 39579.000000 41307.000000 27221.000000 44006.000000 6465.000000 32450.000000 8465.000000 8013.000000 18185.000000 7196.000000 10027.000000 7532.000000 12541.000000 3607.000000 5062.000000 1416.000000 6077.000000 6981.000000 4099.000000 1312.000000 154.000000 354918.000000 353294.000000 63555.000000 38910.000000 41098.000000 27683.000000 44359.000000 6702.000000 32241.000000 8745.000000 7841.000000 18442.000000 7007.000000 10096.000000 7525.000000 12416.000000 3484.000000 4992.000000 1461.000000 5931.000000 6772.000000 4034.000000 1438.000000 186.000000 355813.000000 354171.000000 64189.000000 39526.000000 40527.000000 27580.000000 44539.000000 6553.000000 32831.000000 8963.000000 7847.000000 18661.000000 6773.000000 9997.000000 7183.000000 12221.000000 3316.000000 4935.000000 1514.000000 5811.000000 7218.000000 3987.000000 1470.000000 172.000000 361487.000000 359800.000000 64738.000000 40401.000000 42001.000000 28385.000000 45148.000000 6495.000000 33029.000000 8568.000000 8050.000000 19408.000000 6929.000000 10461.000000 7298.000000 12319.000000 3261.000000 4856.000000 1470.000000 5531.000000 7371.000000 4081.000000 1519.000000 168.000000 387765.000000 387104.000000 65585.000000 48012.000000 43228.000000 33505.000000 47524.000000 7691.000000 29771.000000 7404.000000 9251.000000 21099.000000 9064.000000 11332.000000 9345.000000 15274.000000 3970.000000 5897.000000 1359.000000 6967.000000 6320.000000 4506.000000 579.000000 82.000000 391999.000000 391231.000000 66955.000000 47698.000000 44426.000000 32888.000000 47610.000000 7640.000000 31570.000000 7624.000000 9067.000000 20861.000000 9172.000000 11601.000000 9291.000000 15309.000000 4043.000000 5757.000000 1343.000000 7130.000000 6747.000000 4499.000000 671.000000 97.000000 396453.000000 395662.000000 68199.000000 47962.000000 45398.000000 32572.000000 47423.000000 7785.000000 32724.000000 7935.000000 9386.000000 21179.000000 9246.000000 11772.000000 9357.000000 14931.000000 4176.000000 5686.000000 1296.000000 7156.000000 6793.000000 4686.000000 679.000000 112.000000 389998.000000 389034.000000 66742.000000 46784.000000 45114.000000 32297.000000 46987.000000 7634.000000 32438.000000 7745.000000 8894.000000 20674.000000 8825.000000 11347.000000 9002.000000 15126.000000 4051.000000 5643.000000 1438.000000 7132.000000 6659.000000 4502.000000 825.000000 139.000000 382389.000000 381376.000000 65647.000000 45015.000000 44053.000000 31259.000000 46008.000000 7365.000000 33012.000000 7971.000000 8527.000000 19911.000000 8566.000000 11297.000000 8970.000000 14598.000000 3951.000000 5637.000000 1400.000000 6941.000000 6803.000000 4445.000000 843.000000 170.000000 386265.000000 385173.000000 65467.000000 44139.000000 44857.000000 31842.000000 46972.000000 7426.000000 33195.000000 7977.000000 8717.000000 20452.000000 8620.000000 12089.000000 9245.000000 14825.000000 3996.000000 5396.000000 1425.000000 6907.000000 6845.000000 4781.000000 941.000000 151.000000 358917.000000 357940.000000 60848.000000 41984.000000 42361.000000 28871.000000 44300.000000 6900.000000 31231.000000 7453.000000 7980.000000 18338.000000 7718.000000 10125.000000 8138.000000 13708.000000 3857.000000 5323.000000 1410.000000 6547.000000 6643.000000 4205.000000 844.000000 133.000000 375743.000000 374549.000000 63646.000000 43255.000000 44248.000000 30249.000000 46261.000000 7268.000000 33157.000000 8152.000000 8388.000000 19179.000000 8318.000000 10947.000000 8539.000000 14327.000000 3729.000000 5258.000000 1429.000000 6669.000000 7070.000000 4460.000000 1051.000000 143.000000 376520.000000 375175.000000 64527.000000 43838.000000 44035.000000 30024.000000 45705.000000 7360.000000 33939.000000 8488.000000 8508.000000 19105.000000 8129.000000 10770.000000 8153.000000 13676.000000 3713.000000 5359.000000 1366.000000 6670.000000 7303.000000 4507.000000 1193.000000 152.000000 375039.000000 373554.000000 64306.000000 43503.000000 43712.000000 29173.000000 46575.000000 7191.000000 34180.000000 8652.000000 8386.000000 18800.000000 7877.000000 10544.000000 8206.000000 13713.000000 3725.000000 5441.000000 1456.000000 6479.000000 7166.000000 4469.000000 1296.000000 189.000000 364764.000000 363264.000000 63444.000000 41494.000000 42116.000000 28380.000000 45062.000000 6794.000000 33536.000000 8688.000000 8200.000000 18500.000000 7566.000000 10398.000000 7884.000000 13213.000000 3650.000000 5191.000000 1424.000000 6294.000000 7128.000000 4302.000000 1328.000000 172.000000 354596.000000 353002.000000 62647.000000 39523.000000 41380.000000 27186.000000 43913.000000 6458.000000 32715.000000 8558.000000 8040.000000 18068.000000 7190.000000 10005.000000 7480.000000 12506.000000 3605.000000 5027.000000 1465.000000 6048.000000 7063.000000 4125.000000 1442.000000 152.000000 355012.000000 353362.000000 63560.000000 39424.000000 41281.000000 27642.000000 44262.000000 6641.000000 32511.000000 8776.000000 7858.000000 18291.000000 6904.000000 9982.000000 7443.000000 12282.000000 3462.000000 4947.000000 1481.000000 5821.000000 6790.000000 4004.000000 1465.000000 185.000000 355795.000000 354097.000000 63835.000000 40970.000000 40604.000000 27530.000000 44400.000000 6517.000000 32712.000000 8996.000000 7817.000000 18459.000000 6690.000000 9889.000000 7086.000000 12054.000000 3231.000000 4871.000000 1503.000000 5680.000000 7257.000000 3996.000000 1534.000000 164.000000 384334.000000 383564.000000 65461.000000 48952.000000 42733.000000 32664.000000 47213.000000 7579.000000 29378.000000 7289.000000 8880.000000 20539.000000 8954.000000 11047.000000 9133.000000 14917.000000 3831.000000 5726.000000 1348.000000 6978.000000 6478.000000 4464.000000 665.000000 105.000000 386991.000000 386328.000000 65739.000000 47378.000000 43293.000000 33403.000000 47424.000000 7618.000000 30147.000000 7370.000000 9175.000000 20993.000000 9022.000000 11301.000000 9243.000000 15149.000000 3950.000000 5864.000000 1351.000000 6988.000000 6379.000000 4541.000000 584.000000 79.000000 391295.000000 390492.000000 67193.000000 47366.000000 44485.000000 32806.000000 47507.000000 7598.000000 31860.000000 7586.000000 8977.000000 20744.000000 9047.000000 11463.000000 9220.000000 15153.000000 4003.000000 5694.000000 1358.000000 7149.000000 6808.000000 4475.000000 707.000000 96.000000 395698.000000 394786.000000 68468.000000 47324.000000 45346.000000 32511.000000 47096.000000 7768.000000 32924.000000 7935.000000 9333.000000 21120.000000 9202.000000 11701.000000 9339.000000 14917.000000 4192.000000 5634.000000 1359.000000 7144.000000 6779.000000 4694.000000 741.000000 171.000000 389218.000000 388200.000000 66751.000000 46619.000000 45067.000000 32208.000000 46885.000000 7590.000000 32626.000000 7703.000000 8817.000000 20582.000000 8805.000000 11292.000000 8962.000000 15006.000000 4001.000000 5623.000000 1435.000000 7079.000000 6688.000000 4461.000000 881.000000 137.000000 381427.000000 380371.000000 65631.000000 44663.000000 44076.000000 31165.000000 45762.000000 7320.000000 33250.000000 8000.000000 8505.000000 19789.000000 8519.000000 11231.000000 8874.000000 14512.000000 3946.000000 5599.000000 1397.000000 6940.000000 6745.000000 4447.000000 891.000000 165.000000 385482.000000 384302.000000 65429.000000 44019.000000 44824.000000 31786.000000 46807.000000 7399.000000 33420.000000 8045.000000 8650.000000 20310.000000 8556.000000 11983.000000 9140.000000 14749.000000 3924.000000 5356.000000 1428.000000 6847.000000 6835.000000 4795.000000 1012.000000 168.000000 358469.000000 357345.000000 60892.000000 41876.000000 42286.000000 28781.000000 44098.000000 6885.000000 31429.000000 7536.000000 7955.000000 18246.000000 7677.000000 10032.000000 8077.000000 13711.000000 3808.000000 5281.000000 1431.000000 6500.000000 6602.000000 4242.000000 967.000000 157.000000 375788.000000 374469.000000 63575.000000 43604.000000 44369.000000 30255.000000 46081.000000 7231.000000 33381.000000 8257.000000 8355.000000 19067.000000 8250.000000 10859.000000 8464.000000 14201.000000 3661.000000 5282.000000 1417.000000 6625.000000 7076.000000 4459.000000 1181.000000 138.000000 376273.000000 374808.000000 64640.000000 43716.000000 44085.000000 29986.000000 45635.000000 7343.000000 34069.000000 8532.000000 8484.000000 18986.000000 8060.000000 10711.000000 8098.000000 13590.000000 3696.000000 5356.000000 1391.000000 6624.000000 7296.000000 4510.000000 1305.000000 160.000000 374744.000000 373237.000000 64432.000000 43448.000000 43735.000000 29123.000000 46463.000000 7211.000000 34366.000000 8735.000000 8374.000000 18663.000000 7848.000000 10538.000000 8104.000000 13605.000000 3693.000000 5375.000000 1453.000000 6430.000000 7169.000000 4472.000000 1321.000000 186.000000 365020.000000 363369.000000 63691.000000 41300.000000 42131.000000 28399.000000 44899.000000 6803.000000 33714.000000 8734.000000 8238.000000 18439.000000 7562.000000 10419.000000 7832.000000 13163.000000 3652.000000 5175.000000 1459.000000 6220.000000 7196.000000 4343.000000 1481.000000 170.000000 354496.000000 352858.000000 62418.000000 40072.000000 41529.000000 27155.000000 43833.000000 6426.000000 33061.000000 8565.000000 7992.000000 17912.000000 7096.000000 9926.000000 7404.000000 12334.000000 3571.000000 5011.000000 1446.000000 5917.000000 7094.000000 4096.000000 1478.000000 160.000000 354800.000000 353080.000000 63130.000000 40506.000000 41307.000000 27630.000000 44115.000000 6597.000000 32441.000000 8860.000000 7857.000000 18124.000000 6854.000000 9901.000000 7380.000000 12132.000000 3392.000000 4902.000000 1470.000000 5710.000000 6789.000000 3983.000000 1543.000000 177.000000 381414.000000 380722.000000 65489.000000 49580.000000 42188.000000 32132.000000 46280.000000 7361.000000 28982.000000 6887.000000 8994.000000 20189.000000 9025.000000 11245.000000 8939.000000 14892.000000 3848.000000 5861.000000 1327.000000 7072.000000 6166.000000 4265.000000 575.000000 117.000000 383602.000000 382833.000000 65670.000000 48431.000000 42804.000000 32615.000000 47085.000000 7539.000000 29737.000000 7285.000000 8842.000000 20429.000000 8864.000000 11004.000000 8994.000000 14859.000000 3789.000000 5663.000000 1323.000000 6954.000000 6485.000000 4461.000000 674.000000 95.000000 386097.000000 385405.000000 65952.000000 46933.000000 43404.000000 33272.000000 47298.000000 7604.000000 30393.000000 7342.000000 9086.000000 20859.000000 8926.000000 11182.000000 9187.000000 15024.000000 3868.000000 5816.000000 1372.000000 6970.000000 6424.000000 4493.000000 606.000000 86.000000 390321.000000 389418.000000 67351.000000 46697.000000 44404.000000 32770.000000 47215.000000 7559.000000 32030.000000 7550.000000 8958.000000 20688.000000 9018.000000 11447.000000 9158.000000 15089.000000 3974.000000 5657.000000 1416.000000 7141.000000 6806.000000 4490.000000 763.000000 140.000000 394772.000000 393820.000000 68363.000000 47321.000000 45178.000000 32422.000000 47083.000000 7707.000000 33035.000000 7931.000000 9289.000000 20994.000000 9155.000000 11625.000000 9276.000000 14815.000000 4169.000000 5601.000000 1353.000000 7086.000000 6763.000000 4654.000000 787.000000 165.000000 388136.000000 387057.000000 66787.000000 46095.000000 45054.000000 32188.000000 46709.000000 7548.000000 32783.000000 7731.000000 8748.000000 20451.000000 8746.000000 11183.000000 8910.000000 14924.000000 3980.000000 5579.000000 1418.000000 7062.000000 6712.000000 4449.000000 937.000000 142.000000 380574.000000 379409.000000 65522.000000 44583.000000 44021.000000 31064.000000 45634.000000 7271.000000 33465.000000 8018.000000 8465.000000 19678.000000 8435.000000 11130.000000 8778.000000 14412.000000 3900.000000 5595.000000 1384.000000 6874.000000 6726.000000 4454.000000 987.000000 178.000000 384820.000000 383451.000000 65333.000000 43959.000000 44709.000000 31720.000000 46630.000000 7405.000000 33548.000000 8097.000000 8618.000000 20177.000000 8527.000000 11900.000000 9069.000000 14700.000000 3893.000000 5306.000000 1437.000000 6798.000000 6808.000000 4817.000000 1170.000000 199.000000 358260.000000 357043.000000 60808.000000 42150.000000 42413.000000 28698.000000 44020.000000 6854.000000 31636.000000 7619.000000 7882.000000 18121.000000 7641.000000 9915.000000 7982.000000 13614.000000 3762.000000 5221.000000 1407.000000 6433.000000 6588.000000 4279.000000 1081.000000 136.000000 375484.000000 374081.000000 63616.000000 43608.000000 44342.000000 30226.000000 46018.000000 7227.000000 33544.000000 8311.000000 8318.000000 18990.000000 8169.000000 10767.000000 8433.000000 14091.000000 3631.000000 5258.000000 1426.000000 6602.000000 7039.000000 4465.000000 1266.000000 137.000000 375959.000000 374481.000000 64663.000000 43682.000000 44091.000000 29937.000000 45590.000000 7360.000000 34227.000000 8591.000000 8461.000000 18872.000000 8021.000000 10714.000000 8012.000000 13500.000000 3660.000000 5326.000000 1398.000000 6562.000000 7287.000000 4527.000000 1326.000000 152.000000 374842.000000 373178.000000 64633.000000 43237.000000 43738.000000 29117.000000 46415.000000 7215.000000 34409.000000 8778.000000 8379.000000 18554.000000 7824.000000 10527.000000 8149.000000 13581.000000 3689.000000 5365.000000 1488.000000 6417.000000 7212.000000 4451.000000 1477.000000 187.000000 364752.000000 363061.000000 63569.000000 41762.000000 42176.000000 28311.000000 44808.000000 6803.000000 33957.000000 8718.000000 8179.000000 18309.000000 7459.000000 10294.000000 7816.000000 13022.000000 3617.000000 5137.000000 1461.000000 6147.000000 7204.000000 4312.000000 1527.000000 164.000000 354209.000000 352472.000000 62028.000000 40844.000000 41497.000000 27122.000000 43694.000000 6401.000000 33061.000000 8561.000000 7944.000000 17828.000000 7057.000000 9837.000000 7333.000000 12205.000000 3548.000000 4998.000000 1435.000000 5851.000000 7139.000000 4089.000000 1570.000000 167.000000 369550.000000 368784.000000 63777.000000 49218.000000 40016.000000 31035.000000 45788.000000 7031.000000 27699.000000 6477.000000 8186.000000 20313.000000 8380.000000 10559.000000 8394.000000 14068.000000 3795.000000 5593.000000 1301.000000 6814.000000 6047.000000 4293.000000 648.000000 118.000000 380599.000000 379906.000000 65605.000000 49025.000000 42218.000000 32107.000000 46214.000000 7305.000000 29276.000000 6870.000000 8971.000000 20097.000000 8933.000000 11199.000000 8866.000000 14798.000000 3805.000000 5822.000000 1299.000000 7068.000000 6154.000000 4274.000000 577.000000 116.000000 382804.000000 381984.000000 65817.000000 47994.000000 42820.000000 32552.000000 46943.000000 7533.000000 30051.000000 7247.000000 8802.000000 20299.000000 8787.000000 10882.000000 8952.000000 14742.000000 3766.000000 5594.000000 1339.000000 6948.000000 6489.000000 4427.000000 723.000000 97.000000 385102.000000 384281.000000 65946.000000 46340.000000 43347.000000 33202.000000 47033.000000 7587.000000 30478.000000 7342.000000 9058.000000 20774.000000 8902.000000 11121.000000 9163.000000 15034.000000 3842.000000 5785.000000 1436.000000 6999.000000 6394.000000 4498.000000 670.000000 151.000000 389357.000000 388418.000000 67132.000000 46671.000000 44286.000000 32607.000000 47170.000000 7491.000000 32157.000000 7557.000000 8917.000000 20595.000000 8980.000000 11428.000000 9148.000000 14957.000000 3951.000000 5616.000000 1411.000000 7105.000000 6772.000000 4467.000000 794.000000 145.000000 393608.000000 392619.000000 68431.000000 46748.000000 45168.000000 32358.000000 46876.000000 7642.000000 33180.000000 7916.000000 9221.000000 20887.000000 9099.000000 11535.000000 9214.000000 14709.000000 4163.000000 5611.000000 1341.000000 7079.000000 6751.000000 4690.000000 836.000000 153.000000 387240.000000 386050.000000 66751.000000 45769.000000 44988.000000 32140.000000 46499.000000 7543.000000 33007.000000 7805.000000 8709.000000 20360.000000 8655.000000 11118.000000 8864.000000 14859.000000 3927.000000 5543.000000 1395.000000 7029.000000 6644.000000 4445.000000 1041.000000 149.000000 379897.000000 378584.000000 65454.000000 44373.000000 43961.000000 31022.000000 45485.000000 7227.000000 33619.000000 8072.000000 8437.000000 19548.000000 8415.000000 11035.000000 8768.000000 14331.000000 3876.000000 5566.000000 1389.000000 6846.000000 6712.000000 4448.000000 1120.000000 193.000000 384547.000000 383067.000000 65176.000000 44234.000000
44743.000000 31620.000000 46595.000000 7396.000000 33773.000000 8153.000000 8609.000000 20113.000000 8488.000000 11769.000000 9005.000000 14560.000000 3831.000000 5259.000000 1425.000000 6731.000000 6782.000000 4805.000000 1295.000000 185.000000 357898.000000 356583.000000 60685.000000 42099.000000 42405.000000 28679.000000 43938.000000 6858.000000 31799.000000 7655.000000 7839.000000 18034.000000 7611.000000 9886.000000 7920.000000 13528.000000 3725.000000 5239.000000 1420.000000 6443.000000 6526.000000 4294.000000 1169.000000 146.000000 375084.000000 373656.000000 63756.000000 43458.000000 44348.000000 30147.000000 45927.000000 7270.000000 33626.000000 8315.000000 8302.000000 18872.000000 8163.000000 10756.000000 8390.000000 13977.000000 3582.000000 5247.000000 1450.000000 6557.000000 7045.000000 4468.000000 1297.000000 131.000000 375897.000000 374246.000000 64857.000000 43460.000000 44086.000000 29933.000000 45506.000000 7355.000000 34251.000000 8650.000000 8444.000000 18743.000000 8016.000000 10714.000000 8029.000000 13466.000000 3663.000000 5331.000000 1415.000000 6523.000000 7311.000000 4493.000000 1496.000000 155.000000 374518.000000 372793.000000 64773.000000 43318.000000 43753.000000 29052.000000 46297.000000 7196.000000 34641.000000 8782.000000 8364.000000 18448.000000 7741.000000 10481.000000 8065.000000 13478.000000 3650.000000 5299.000000 1491.000000 6320.000000 7218.000000 4426.000000 1534.000000 191.000000 364386.000000 362580.000000 63318.000000 42341.000000 42255.000000 28261.000000 44702.000000 6763.000000 33881.000000 8742.000000 8143.000000 18208.000000 7394.000000 10212.000000 7745.000000 12901.000000 3584.000000 5105.000000 1450.000000 6066.000000 7225.000000 4284.000000 1633.000000 173.000000 351211.000000 350285.000000 59977.000000 47374.000000 37746.000000 29803.000000 44474.000000 6562.000000 26214.000000 5997.000000 7961.000000 18112.000000 8019.000000 9875.000000 7895.000000 13905.000000 3695.000000 5480.000000 1262.000000 6331.000000 5627.000000 3976.000000 809.000000 117.000000 368646.000000 367888.000000 63994.000000 48616.000000 40006.000000 30990.000000 45668.000000 6997.000000 27870.000000 6496.000000 8161.000000 20210.000000 8313.000000 10496.000000 8323.000000 14017.000000 3741.000000 5549.000000 1298.000000 6796.000000 6043.000000 4304.000000 645.000000 113.000000 379560.000000 378821.000000 65718.000000 48552.000000 42203.000000 31997.000000 46113.000000 7283.000000 29491.000000 6842.000000 8914.000000 20017.000000 8873.000000 11106.000000 8800.000000 14654.000000 3721.000000 5759.000000 1318.000000 7022.000000 6180.000000 4258.000000 613.000000 126.000000 381704.000000 380745.000000 65893.000000 47443.000000 42756.000000 32421.000000 46685.000000 7508.000000 30054.000000 7276.000000 8781.000000 20211.000000 8750.000000 10855.000000 8915.000000 14698.000000 3715.000000 5576.000000 1371.000000 6946.000000 6469.000000 4422.000000 788.000000 171.000000 384124.000000 383279.000000 65945.000000 46088.000000 43172.000000 33104.000000 46907.000000 7511.000000 30639.000000 7310.000000 9035.000000 20700.000000 8864.000000 11107.000000 9113.000000 14922.000000 3825.000000 5772.000000 1441.000000 6988.000000 6395.000000 4441.000000 700.000000 145.000000 388137.000000 387150.000000 67131.000000 46090.000000 44215.000000 32555.000000 46940.000000 7447.000000 32358.000000 7567.000000 8854.000000 20518.000000 8916.000000 11357.000000 9073.000000 14885.000000 3924.000000 5611.000000 1406.000000 7073.000000 6755.000000 4475.000000 843.000000 144.000000 392622.000000 391510.000000 68348.000000 46483.000000 45106.000000 32281.000000 46744.000000 7614.000000 33317.000000 7960.000000 9167.000000 20775.000000 9016.000000 11472.000000 9128.000000 14617.000000 4121.000000 5554.000000 1348.000000 7059.000000 6732.000000 4668.000000 932.000000 180.000000 386503.000000 385136.000000 66518.000000 45658.000000 44917.000000 32064.000000 46316.000000 7537.000000 33185.000000 7820.000000 8691.000000 20300.000000 8610.000000 11024.000000 8831.000000 14769.000000 3904.000000 5509.000000 1423.000000 6979.000000 6637.000000 4444.000000 1192.000000 175.000000 379751.000000 378286.000000 65473.000000 44650.000000 44004.000000 31001.000000 45399.000000 7172.000000 33796.000000 8122.000000 8394.000000 19464.000000 8338.000000 10943.000000 8656.000000 14282.000000 3809.000000 5505.000000 1388.000000 6763.000000 6688.000000 4439.000000 1281.000000 184.000000 383987.000000 382400.000000 65248.000000 44103.000000 44749.000000 31595.000000 46435.000000 7377.000000 33824.000000 8181.000000 8597.000000 19992.000000 8432.000000 11725.000000 8960.000000 14474.000000 3792.000000 5233.000000 1446.000000 6671.000000 6760.000000 4806.000000 1403.000000 184.000000 357319.000000 355965.000000 60681.000000 41976.000000 42352.000000 28639.000000 43814.000000 6912.000000 31813.000000 7691.000000 7793.000000 17956.000000 7611.000000 9865.000000 7926.000000 13453.000000 3697.000000 5219.000000 1434.000000 6369.000000 6516.000000 4248.000000 1218.000000 136.000000 374978.000000 373366.000000 63884.000000 43099.000000 44305.000000 30080.000000 45887.000000 7290.000000 33687.000000 8318.000000 8312.000000 18805.000000 8163.000000 10784.000000 8361.000000 13950.000000 3607.000000 5268.000000 1506.000000 6551.000000 7019.000000 4490.000000 1478.000000 134.000000 375419.000000 373717.000000 64888.000000 43556.000000 44062.000000 29904.000000 45397.000000 7348.000000 34379.000000 8642.000000 8406.000000 18636.000000 7968.000000 10656.000000 7993.000000 13315.000000 3658.000000 5317.000000 1413.000000 6432.000000 7294.000000 4453.000000 1549.000000 153.000000 373948.000000 372126.000000 64515.000000 43704.000000 43741.000000 28998.000000 46183.000000 7177.000000 34577.000000 8782.000000 8336.000000 18340.000000 7718.000000 10435.000000 8009.000000 13374.000000 3628.000000 5307.000000 1478.000000 6228.000000 7206.000000 4390.000000 1638.000000 184.000000 363269.000000 362416.000000 62500.000000 49776.000000 39088.000000 30108.000000 46154.000000 6981.000000 26932.000000 6026.000000 8144.000000 19407.000000 8053.000000 10403.000000 8023.000000 13911.000000 3625.000000 5606.000000 1220.000000 6518.000000 5733.000000 4208.000000 726.000000 127.000000 350256.000000 349344.000000 60095.000000 46701.000000 37751.000000 29763.000000 44305.000000 6542.000000 26445.000000 6017.000000 7934.000000 18058.000000 7976.000000 9868.000000 7799.000000 13848.000000 3623.000000 5455.000000 1261.000000 6334.000000 5582.000000 3987.000000 803.000000 109.000000 367498.000000 366692.000000 64113.000000 48114.000000 39978.000000 30873.000000 45473.000000 6948.000000 28063.000000 6455.000000 8125.000000 20106.000000 8266.000000 10364.000000 8265.000000 13913.000000 3703.000000 5477.000000 1299.000000 6796.000000 6049.000000 4312.000000 686.000000 120.000000 378324.000000 377469.000000 65707.000000 47954.000000 42101.000000 31906.000000 45830.000000 7260.000000 29553.000000 6845.000000 8899.000000 19927.000000 8820.000000 11050.000000 8783.000000 14618.000000 3716.000000 5730.000000 1373.000000 6981.000000 6155.000000 4261.000000 654.000000 201.000000 380486.000000 379492.000000 65772.000000 47158.000000 42600.000000 32327.000000 46600.000000 7449.000000 30096.000000 7259.000000 8726.000000 20136.000000 8719.000000 10779.000000 8869.000000 14639.000000 3695.000000 5523.000000 1378.000000 6919.000000 6465.000000 4383.000000 829.000000 165.000000 382830.000000 381931.000000 65882.000000 45597.000000 43085.000000 33005.000000 46737.000000 7499.000000 30739.000000 7322.000000 9010.000000 20588.000000 8800.000000 11007.000000 9086.000000 14824.000000 3814.000000 5741.000000 1443.000000 6967.000000 6342.000000 4443.000000 752.000000 147.000000 386983.000000 385882.000000 67069.000000 45703.000000 44142.000000 32468.000000 46798.000000 7427.000000 32469.000000 7622.000000 8810.000000 20429.000000 8890.000000 11222.000000 9012.000000 14766.000000 3868.000000 5578.000000 1410.000000 7040.000000 6703.000000 4456.000000 939.000000 162.000000 391858.000000 390583.000000 68193.000000 46267.000000 45022.000000 32205.000000 46488.000000 7580.000000 33493.000000 8003.000000 9143.000000 20706.000000 8948.000000 11456.000000 9122.000000 14558.000000 4098.000000 5505.000000 1370.000000 7023.000000 6738.000000 4665.000000 1068.000000 207.000000 386168.000000 384678.000000 66550.000000 45863.000000 44929.000000 31997.000000 46233.000000 7488.000000 33281.000000 7861.000000 8670.000000 20185.000000 8581.000000 10926.000000 8788.000000 14668.000000 3839.000000 5498.000000 1417.000000 6902.000000 6585.000000 4417.000000 1326.000000 164.000000 379076.000000 377496.000000 65355.000000 44563.000000 43941.000000 30920.000000 45294.000000 7164.000000 33872.000000 8146.000000 8381.000000 19400.000000 8298.000000 10884.000000 8640.000000 14164.000000 3773.000000 5475.000000 1380.000000 6714.000000 6698.000000 4434.000000 1383.000000 197.000000 383251.000000 381618.000000 65269.000000 43918.000000 44629.000000 31548.000000 46314.000000 7413.000000 33861.000000 8170.000000 8591.000000 19905.000000 8409.000000 11712.000000 8940.000000 14396.000000 3747.000000 5195.000000 1468.000000 6602.000000 6747.000000 4784.000000 1457.000000 176.000000 356943.000000 355434.000000 60653.000000 41804.000000 42197.000000 28581.000000 43667.000000 6927.000000 31772.000000 7676.000000 7794.000000 17933.000000 7599.000000 9871.000000 7926.000000 13460.000000 3722.000000 5228.000000 1484.000000 6345.000000 6545.000000 4250.000000 1362.000000 147.000000 374378.000000 372727.000000 63936.000000 43075.000000 44188.000000 30023.000000 45811.000000 7301.000000 33762.000000 8284.000000 8299.000000 18715.000000 8132.000000 10757.000000 8285.000000 13832.000000 3612.000000 5266.000000 1513.000000 6471.000000 6995.000000 4470.000000 1516.000000 135.000000 374707.000000 372890.000000 64602.000000 43703.000000 44025.000000 29849.000000 45290.000000 7341.000000 34343.000000 8635.000000 8387.000000 18606.000000 7925.000000 10621.000000 7951.000000 13201.000000 3649.000000 5271.000000 1423.000000 6355.000000 7285.000000 4428.000000 1664.000000 153.000000 355205.000000 354470.000000 61181.000000 49289.000000 38056.000000 28825.000000 45787.000000 6800.000000 25754.000000 5954.000000 7714.000000 18658.000000 8083.000000 10163.000000 7783.000000 13764.000000 3598.000000 5559.000000 1193.000000 6485.000000 5625.000000 4199.000000 623.000000 112.000000 362236.000000 361375.000000 62807.000000 49051.000000 39066.000000 30041.000000 45973.000000 6928.000000 27088.000000 6024.000000 8104.000000 19272.000000 8047.000000 10367.000000 7970.000000 13827.000000 3605.000000 5572.000000 1216.000000 6512.000000 5709.000000 4196.000000 738.000000 123.000000 349247.000000 348275.000000 60175.000000 46164.000000 37632.000000 29694.000000 44183.000000 6512.000000 26668.000000 5976.000000 7910.000000 17990.000000 7886.000000 9809.000000 7780.000000 13782.000000 3547.000000 5420.000000 1244.000000 6330.000000 5621.000000 3952.000000 855.000000 117.000000 366200.000000 365287.000000 64077.000000 47532.000000 39896.000000 30776.000000 45130.000000 6944.000000 28154.000000 6445.000000 8098.000000 19953.000000 8245.000000 10296.000000 8262.000000 13855.000000 3678.000000 5461.000000 1360.000000 6813.000000 6022.000000 4290.000000 746.000000 167.000000 377088.000000 376214.000000 65498.000000 47759.000000 41983.000000 31777.000000 45686.000000 7215.000000 29665.000000 6846.000000 8857.000000 19860.000000 8749.000000 10983.000000 8750.000000 14560.000000 3723.000000 5683.000000 1376.000000 6919.000000 6126.000000 4199.000000 690.000000 184.000000 379035.000000 377990.000000 65772.000000 46537.000000 42550.000000 32211.000000 46287.000000 7399.000000 30180.000000 7273.000000 8690.000000 20033.000000 8645.000000 10741.000000 8839.000000 14585.000000 3687.000000 5485.000000 1384.000000 6908.000000 6417.000000 4367.000000 889.000000 156.000000 381732.000000 380729.000000 65869.000000 45232.000000 43020.000000 32902.000000 46523.000000 7466.000000 30827.000000 7366.000000 8989.000000 20471.000000 8764.000000 10923.000000 9044.000000 14760.000000 3757.000000 5691.000000 1450.000000 6946.000000 6297.000000 4432.000000 845.000000 158.000000 386042.000000 384770.000000 66956.000000 45374.000000 44011.000000 32386.000000 46642.000000 7414.000000 32501.000000 7665.000000 8807.000000 20330.000000 8880.000000 11160.000000 9050.000000 14717.000000 3849.000000 5567.000000 1421.000000 6959.000000 6662.000000 4419.000000 1076.000000 196.000000 391580.000000 390172.000000 68156.000000 46410.000000 44959.000000 32128.000000 46409.000000 7561.000000 33692.000000 8047.000000 9083.000000 20631.000000 8920.000000 11360.000000 9112.000000 14492.000000 4025.000000 5501.000000 1353.000000 6967.000000 6719.000000 4647.000000 1216.000000 192.000000 385375.000000 383766.000000 66495.000000 45612.000000 44890.000000 31883.000000 46095.000000 7473.000000 33348.000000 7873.000000 8655.000000 20120.000000 8546.000000 10881.000000 8750.000000 14607.000000 3810.000000 5481.000000 1445.000000 6856.000000 6547.000000 4399.000000 1448.000000 161.000000 378315.000000 376713.000000 65409.000000 44254.000000 43853.000000 30845.000000 45120.000000 7192.000000 33885.000000 8200.000000 8359.000000 19313.000000 8277.000000 10888.000000 8593.000000 14099.000000 3759.000000 5457.000000 1413.000000 6671.000000 6698.000000 4428.000000 1412.000000 190.000000 382641.000000 380818.000000 65237.000000 43543.000000 44491.000000 31489.000000 46085.000000 7413.000000 33851.000000 8257.000000 8565.000000 19868.000000 8400.000000 11708.000000 8944.000000 14413.000000 3763.000000 5193.000000 1514.000000 6592.000000 6733.000000 4759.000000 1644.000000 179.000000 356333.000000 354752.000000 60831.000000 41596.000000 42149.000000 28568.000000 43531.000000 6894.000000 31876.000000 7659.000000 7774.000000 17843.000000 7562.000000 9832.000000 7936.000000 13345.000000 3688.000000 5193.000000 1473.000000 6283.000000 6501.000000 4218.000000 1425.000000 156.000000 373551.000000 371778.000000 63794.000000 43097.000000 44084.000000 29925.000000 45680.000000 7255.000000 33684.000000 8344.000000 8286.000000 18626.000000 8110.000000 10710.000000 8257.000000 13770.000000 3591.000000 5235.000000 1511.000000 6443.000000 6944.000000 4432.000000 1641.000000 132.000000 336780.000000 335908.000000 57498.000000 46840.000000 36291.000000 27529.000000 43338.000000 6289.000000 24214.000000 5539.000000 7547.000000 17735.000000 7635.000000 9823.000000 7460.000000 13225.000000 3277.000000 5212.000000 1098.000000 6020.000000 5450.000000 3888.000000 779.000000 93.000000 354143.000000 353417.000000 61295.000000 48571.000000 38044.000000 28794.000000 45604.000000 6769.000000 25910.000000 5944.000000 7715.000000 18601.000000 8038.000000 10169.000000 7735.000000 13735.000000 3567.000000 5536.000000 1177.000000 6440.000000 5611.000000 4162.000000 619.000000 107.000000 361068.000000 360172.000000 62922.000000 48470.000000 39019.000000 29949.000000 45813.000000 6904.000000 27257.000000 6004.000000 8078.000000 19217.000000 7973.000000 10274.000000 7927.000000 13713.000000 3545.000000 5508.000000 1214.000000 6539.000000 5685.000000 4161.000000 770.000000 126.000000 348025.000000 346923.000000 60190.000000 45502.000000 37528.000000 29602.000000 43950.000000 6489.000000 26735.000000 5964.000000 7879.000000 17894.000000 7867.000000 9754.000000 7757.000000 13731.000000 3537.000000 5396.000000 1281.000000 6337.000000 5596.000000 3934.000000 925.000000 177.000000 364997.000000 364038.000000 63883.000000 47307.000000 39826.000000 30657.000000 45024.000000 6884.000000 28257.000000 6416.000000 8058.000000 19858.000000 8190.000000 10296.000000 8225.000000 13752.000000 3672.000000 5417.000000 1360.000000 6737.000000 5989.000000 4230.000000 797.000000 162.000000 375653.000000 374713.000000 65503.000000 47153.000000 41927.000000 31667.000000 45453.000000 7187.000000 29673.000000 6847.000000 8812.000000 19740.000000 8680.000000 10931.000000 8731.000000 14498.000000 3694.000000 5666.000000 1379.000000 6897.000000 6112.000000 4163.000000 759.000000 181.000000 377859.000000 376716.000000 65754.000000 46096.000000 42442.000000 32091.000000 46074.000000 7376.000000 30271.000000 7270.000000 8654.000000 19943.000000 8597.000000 10666.000000 8826.000000 14518.000000 3654.000000 5465.000000 1382.000000 6898.000000 6394.000000 4345.000000 986.000000 157.000000 380756.000000 379613.000000 65859.000000 44819.000000 42934.000000 32721.000000 46326.000000 7444.000000 30880.000000 7407.000000 8945.000000 20405.000000 8702.000000 10887.000000 9040.000000 14745.000000 3733.000000 5665.000000 1465.000000 6933.000000 6262.000000 4441.000000 965.000000 178.000000 385501.000000 384093.000000 66894.000000 45512.000000 43890.000000 32325.000000 46524.000000 7361.000000 32672.000000 7695.000000 8761.000000 20235.000000 8818.000000 11093.000000 8987.000000 14675.000000 3778.000000 5518.000000 1411.000000 6932.000000 6629.000000 4383.000000 1233.000000 175.000000 390677.000000 389167.000000 68081.000000 46138.000000 44820.000000 32009.000000 46282.000000 7551.000000 33782.000000 8041.000000 9061.000000 20555.000000 8894.000000 11328.000000 9090.000000 14427.000000 4016.000000 5470.000000 1382.000000 6926.000000 6708.000000 4606.000000 1319.000000 191.000000 384545.000000 382900.000000 66475.000000 45313.000000 44771.000000 31787.000000 45956.000000 7509.000000 33441.000000 7909.000000 8659.000000 20059.000000 8486.000000 10885.000000 8701.000000 14501.000000 3785.000000 5465.000000 1464.000000 6816.000000 6517.000000 4401.000000 1486.000000 159.000000 377656.000000 375865.000000 65479.000000 43852.000000 43662.000000 30763.000000 45013.000000 7221.000000 33825.000000 8200.000000 8329.000000 19248.000000 8280.000000 10897.000000 8620.000000 14060.000000 3760.000000 5468.000000 1452.000000 6658.000000 6709.000000 4369.000000 1600.000000 191.000000 381797.000000 379914.000000 65318.000000 43318.000000 44406.000000 31429.000000 45974.000000 7373.000000 33840.000000 8237.000000 8545.000000 19793.000000 8369.000000 11692.000000 8948.000000 14296.000000 3737.000000 5201.000000 1519.000000 6545.000000 6665.000000 4709.000000 1701.000000 182.000000 355468.000000 353796.000000 60850.000000 41343.000000 42107.000000 28487.000000 43332.000000 6909.000000 31815.000000 7680.000000 7774.000000 17759.000000 7506.000000 9823.000000 7930.000000 13243.000000 3693.000000 5191.000000 1478.000000 6213.000000 6492.000000 4171.000000 1515.000000 157.000000 324250.000000 323564.000000 55594.000000 46103.000000 34424.000000 26344.000000 42404.000000 6216.000000 22482.000000 5230.000000 7072.000000 16984.000000 7257.000000 9343.000000 7218.000000 12899.000000 3319.000000 4864.000000 1152.000000 5830.000000 5137.000000 3692.000000 593.000000 93.000000 335691.000000 334822.000000 57716.000000 46108.000000 36203.000000 27457.000000 43138.000000 6249.000000 24345.000000 5519.000000 7530.000000 17691.000000 7569.000000 9809.000000 7435.000000 13189.000000 3256.000000 5175.000000 1099.000000 6058.000000 5425.000000 3851.000000 779.000000 90.000000 352891.000000 352121.000000 61372.000000 47887.000000 37979.000000 28727.000000 45451.000000 6745.000000 26091.000000 5950.000000 7653.000000 18493.000000 7994.000000 10092.000000 7714.000000 13618.000000 3536.000000 5475.000000 1182.000000 6458.000000 5592.000000 4112.000000 663.000000 107.000000 359813.000000 358795.000000 62854.000000 47866.000000 38902.000000 29845.000000 45504.000000 6860.000000 27365.000000 5995.000000 8011.000000 19151.000000 7972.000000 10239.000000 7918.000000 13715.000000 3540.000000 5491.000000 1267.000000 6529.000000 5627.000000 4144.000000 836.000000 182.000000 346753.000000 345618.000000 59972.000000 45265.000000 37392.000000 29496.000000 43850.000000 6431.000000 26775.000000 5961.000000 7812.000000 17805.000000 7819.000000 9699.000000 7712.000000 13665.000000 3526.000000 5380.000000 1291.000000 6283.000000 5571.000000 3913.000000 962.000000 173.000000 363603.000000 362585.000000 63888.000000 46712.000000 39683.000000 30566.000000 44773.000000 6842.000000 28313.000000 6438.000000 8045.000000 19796.000000 8150.000000 10239.000000 8183.000000 13668.000000 3670.000000 5385.000000 1348.000000 6704.000000 5949.000000 4233.000000 853.000000 165.000000 374425.000000 373390.000000 65499.000000 46600.000000 41770.000000 31581.000000 45210.000000 7151.000000 29832.000000 6844.000000 8790.000000 19651.000000 8655.000000 10885.000000 8713.000000 14429.000000 3663.000000 5639.000000 1367.000000 6905.000000 6067.000000 4139.000000 836.000000 199.000000 376766.000000 375468.000000 65797.000000 45611.000000 42296.000000 32014.000000 45824.000000 7336.000000 30309.000000 7302.000000 8623.000000 19876.000000 8600.000000 10606.000000 8816.000000 14471.000000 3648.000000 5432.000000 1400.000000 6817.000000 6379.000000 4311.000000 1125.000000 173.000000 380296.000000 379037.000000 65908.000000 44848.000000 42878.000000 32676.000000 46157.000000 7404.000000 31005.000000 7443.000000 8932.000000 20319.000000 8652.000000 10813.000000 9011.000000 14684.000000 3697.000000 5642.000000 1456.000000 6901.000000 6206.000000 4405.000000 1095.000000 164.000000 384563.000000 383011.000000 66782.000000 45178.000000 43794.000000 32241.000000 46373.000000 7360.000000 32729.000000 7723.000000 8737.000000 20160.000000 8777.000000 11080.000000 8954.000000 14587.000000 3763.000000 5487.000000 1421.000000 6907.000000 6599.000000 4359.000000 1368.000000 184.000000 389703.000000 388165.000000 68192.000000 45702.000000 44740.000000 31908.000000 46160.000000 7583.000000 33777.000000 8024.000000 9051.000000 20466.000000 8834.000000 11308.000000 9077.000000 14369.000000 3993.000000 5453.000000 1390.000000 6878.000000 6694.000000 4566.000000 1355.000000 183.000000 383835.000000 381978.000000 66390.000000 44897.000000 44533.000000 31723.000000 45754.000000 7540.000000 33469.000000 7942.000000 8651.000000 20027.000000 8510.000000 10910.000000 8725.000000 14480.000000 3811.000000 5458.000000 1509.000000 6784.000000 6480.000000 4385.000000 1696.000000 161.000000 376802.000000 374967.000000 65648.000000 43509.000000 43603.000000 30666.000000 44936.000000 7185.000000 33901.000000 8167.000000 8277.000000 19156.000000 8257.000000 10851.000000 8603.000000 13978.000000 3728.000000 5461.000000 1455.000000 6622.000000 6651.000000 4313.000000 1646.000000 189.000000 380842.000000 378814.000000 65235.000000 43149.000000 44292.000000 31359.000000 45850.000000 7366.000000 33703.000000 8261.000000 8537.000000 19703.000000 8363.000000 11683.000000 8907.000000 14181.000000 3710.000000 5182.000000 1522.000000 6511.000000 6612.000000 4688.000000 1847.000000 181.000000 317938.000000 317185.000000 53953.000000 45660.000000 33019.000000 25655.000000 41543.000000 5834.000000 22334.000000 5029.000000 7166.000000 16544.000000 7334.000000 9550.000000 7186.000000 12464.000000 3284.000000 4831.000000 1115.000000 5799.000000 4966.000000 3919.000000 669.000000 84.000000 323148.000000 322458.000000 55673.000000 45397.000000 34373.000000 26254.000000 42187.000000 6189.000000 22642.000000 5255.000000 7056.000000 16926.000000 7233.000000 9330.000000 7174.000000 12869.000000 3286.000000 4849.000000 1137.000000 5848.000000 5103.000000 3677.000000 604.000000 86.000000 334389.000000 333473.000000 57799.000000 45515.000000 36100.000000 27320.000000 42979.000000 6228.000000 24439.000000 5533.000000 7473.000000 17622.000000 7534.000000 9694.000000 7408.000000 13077.000000 3192.000000 5142.000000 1111.000000 6052.000000 5422.000000 3833.000000 819.000000 97.000000 351530.000000 350643.000000 61301.000000 47206.000000 37839.000000 28596.000000 45208.000000 6720.000000 26121.000000 5955.000000 7628.000000 18428.000000 7961.000000 10070.000000 7731.000000 13578.000000 3530.000000 5433.000000 1236.000000 6452.000000 5554.000000 4096.000000 738.000000 149.000000 358493.000000 357450.000000 62710.000000 47567.000000 38803.000000 29735.000000 45314.000000 6816.000000 27351.000000 6003.000000 7993.000000 19080.000000 7908.000000 10230.000000 7909.000000 13622.000000 3532.000000 5463.000000 1266.000000 6461.000000 5603.000000 4084.000000 873.000000 170.000000 345368.000000 344187.000000 59969.000000 44621.000000 37293.000000 29433.000000 43619.000000 6412.000000 26836.000000 5983.000000 7799.000000 17710.000000 7766.000000 9636.000000 7672.000000 13600.000000 3511.000000 5354.000000 1290.000000 6263.000000 5528.000000 3892.000000 1005.000000 176.000000 362354.000000 361211.000000 63756.000000 46200.000000 39579.000000 30515.000000 44561.000000 6835.000000 28399.000000 6431.000000 8012.000000 19737.000000 8071.000000 10215.000000 8158.000000 13607.000000 3642.000000 5349.000000 1351.000000 6678.000000 5917.000000 4198.000000 956.000000 187.000000 373321.000000 372121.000000 65407.000000 46085.000000 41669.000000 31471.000000 44994.000000 7132.000000 29861.000000 6866.000000 8775.000000 19594.000000 8628.000000 10853.000000 8708.000000 14374.000000 3664.000000 5607.000000 1397.000000 6888.000000 6041.000000 4107.000000 972.000000 228.000000 376304.000000 374877.000000 65767.000000 45692.000000 42206.000000 31910.000000 45651.000000 7322.000000 30463.000000 7350.000000 8613.000000 19796.000000 8616.000000 10515.000000 8779.000000 14433.000000 3604.000000 5411.000000
1392.000000 6787.000000 6289.000000 4281.000000 1267.000000 160.000000 379176.000000 377816.000000 65850.000000 44490.000000 42751.000000 32558.000000 45974.000000 7395.000000 31006.000000 7433.000000 8924.000000 20256.000000 8620.000000 10801.000000 8975.000000 14626.000000 3691.000000 5603.000000 1467.000000 6883.000000 6164.000000 4349.000000 1190.000000 170.000000 383570.000000 381991.000000 66944.000000 44729.000000 43694.000000 32152.000000 46139.000000 7401.000000 32712.000000 7746.000000 8725.000000 20086.000000 8753.000000 11060.000000 8935.000000 14531.000000 3740.000000 5462.000000 1441.000000 6841.000000 6549.000000 4351.000000 1409.000000 170.000000 389124.000000 387377.000000 68351.000000 45159.000000 44547.000000 31839.000000 45971.000000 7607.000000 33800.000000 8067.000000 9080.000000 20406.000000 8852.000000 11339.000000 9096.000000 14362.000000 4003.000000 5443.000000 1427.000000 6848.000000 6622.000000 4558.000000 1559.000000 188.000000 382708.000000 380805.000000 66592.000000 44475.000000 44428.000000 31602.000000 45665.000000 7521.000000 33483.000000 7918.000000 8622.000000 19898.000000 8441.000000 10881.000000 8686.000000 14386.000000 3775.000000 5443.000000 1511.000000 6718.000000 6432.000000 4328.000000 1751.000000 152.000000 375804.000000 373801.000000 65606.000000 43233.000000 43456.000000 30584.000000 44736.000000 7180.000000 33819.000000 8159.000000 8250.000000 19084.000000 8211.000000 10850.000000 8583.000000 13887.000000 3698.000000 5460.000000 1469.000000 6569.000000 6643.000000 4324.000000 1810.000000 193.000000 322250.000000 321550.000000 53253.000000 45390.000000 33212.000000 27018.000000 42986.000000 6057.000000 21589.000000 5105.000000 6919.000000 17330.000000 7369.000000 10594.000000 7673.000000 13253.000000 3301.000000 4940.000000 1162.000000 5507.000000 5033.000000 3859.000000 631.000000 69.000000 316804.000000 316049.000000 54033.000000 44960.000000 32957.000000 25552.000000 41347.000000 5827.000000 22544.000000 5035.000000 7166.000000 16484.000000 7269.000000 9473.000000 7156.000000 12401.000000 3258.000000 4803.000000 1112.000000 5815.000000 4953.000000 3904.000000 674.000000 81.000000 321928.000000 321196.000000 55720.000000 44836.000000 34286.000000 26159.000000 42074.000000 6170.000000 22727.000000 5251.000000 7005.000000 16844.000000 7144.000000 9257.000000 7169.000000 12767.000000 3245.000000 4812.000000 1133.000000 5874.000000 5094.000000 3629.000000 639.000000 93.000000 332988.000000 331958.000000 57726.000000 44869.000000 35979.000000 27217.000000 42729.000000 6208.000000 24464.000000 5527.000000 7478.000000 17529.000000 7504.000000 9653.000000 7413.000000 13022.000000 3149.000000 5117.000000 1156.000000 6034.000000 5391.000000 3793.000000 892.000000 138.000000 350076.000000 349154.000000 61087.000000 46909.000000 37628.000000 28453.000000 45058.000000 6701.000000 26159.000000 5958.000000 7582.000000 18342.000000 7908.000000 9997.000000 7705.000000 13488.000000 3523.000000 5411.000000 1228.000000 6433.000000 5527.000000 4057.000000 776.000000 146.000000 356998.000000 355893.000000 62761.000000 46802.000000 38638.000000 29611.000000 45100.000000 6794.000000 27434.000000 6024.000000 7970.000000 18989.000000 7865.000000 10179.000000 7885.000000 13562.000000 3513.000000 5428.000000 1261.000000 6451.000000 5560.000000 4066.000000 927.000000 178.000000 344145.000000 342874.000000 60014.000000 44106.000000 37198.000000 29350.000000 43423.000000 6390.000000 26868.000000 6000.000000 7771.000000 17628.000000 7715.000000 9582.000000 7638.000000 13528.000000 3485.000000 5296.000000 1300.000000 6256.000000 5486.000000 3840.000000 1083.000000 188.000000 361234.000000 359947.000000 63805.000000 45598.000000 39454.000000 30378.000000 44379.000000 6820.000000 28463.000000 6498.000000 7978.000000 19608.000000 8026.000000 10191.000000 8168.000000 13555.000000 3630.000000 5324.000000 1356.000000 6667.000000 5877.000000 4172.000000 1076.000000 211.000000 372799.000000 371454.000000 65485.000000 46085.000000 41554.000000 31353.000000 44914.000000 7102.000000 29949.000000 6940.000000 8772.000000 19545.000000 8586.000000 10725.000000 8671.000000 14282.000000 3628.000000 5577.000000 1389.000000 6855.000000 5970.000000 4072.000000 1134.000000 211.000000 375114.000000 373545.000000 65775.000000 45226.000000 42023.000000 31817.000000 45457.000000 7311.000000 30464.000000 7342.000000 8605.000000 19729.000000 8600.000000 10475.000000 8756.000000 14376.000000 3555.000000 5378.000000 1406.000000 6768.000000 6225.000000 4257.000000 1398.000000 171.000000 378092.000000 376694.000000 65763.000000 44116.000000 42559.000000 32449.000000 45863.000000 7424.000000 31028.000000 7430.000000 8898.000000 20144.000000 8619.000000 10807.000000 8991.000000 14530.000000 3678.000000 5580.000000 1484.000000 6851.000000 6154.000000 4326.000000 1233.000000 165.000000 382774.000000 380987.000000 66890.000000 44202.000000 43473.000000 32144.000000 45923.000000 7419.000000 32664.000000 7788.000000 8726.000000 20009.000000 8755.000000 11093.000000 8968.000000 14565.000000 3784.000000 5449.000000 1501.000000 6830.000000 6508.000000 4296.000000 1612.000000 175.000000 388120.000000 386338.000000 68454.000000 44801.000000 44492.000000 31769.000000 45790.000000 7582.000000 33909.000000 8025.000000 9049.000000 20291.000000 8820.000000 11315.000000 9053.000000 14278.000000 3985.000000 5411.000000 1439.000000 6786.000000 6569.000000 4520.000000 1592.000000 190.000000 381658.000000 379619.000000 66437.000000 44195.000000 44294.000000 31535.000000 45535.000000 7487.000000 33444.000000 7914.000000 8599.000000 19838.000000 8412.000000 10860.000000 8696.000000 14295.000000 3768.000000 5422.000000 1524.000000 6693.000000 6372.000000 4299.000000 1884.000000 155.000000 272099.000000 271589.000000 44424.000000 39593.000000 28522.000000 22194.000000 36708.000000 5158.000000 17799.000000 4222.000000 6198.000000 14864.000000 6350.000000 8039.000000 6217.000000 11106.000000 2716.000000 4407.000000 1073.000000 4845.000000 4058.000000 3096.000000 433.000000 77.000000 321120.000000 320414.000000 53452.000000 44690.000000 33160.000000 26909.000000 42811.000000 6031.000000 21673.000000 5108.000000 6897.000000 17263.000000 7316.000000 10530.000000 7651.000000 13190.000000 3293.000000 4906.000000 1157.000000 5512.000000 5039.000000 3826.000000 637.000000 69.000000 315412.000000 314621.000000 54077.000000 44308.000000 32850.000000 25449.000000 41136.000000 5805.000000 22665.000000 5003.000000 7126.000000 16384.000000 7219.000000 9409.000000 7150.000000 12331.000000 3204.000000 4757.000000 1121.000000 5811.000000 4953.000000 3863.000000 708.000000 83.000000 320604.000000 319790.000000 55705.000000 44268.000000 34131.000000 26037.000000 41733.000000 6145.000000 22764.000000 5262.000000 6970.000000 16751.000000 7143.000000 9211.000000 7205.000000 12751.000000 3235.000000 4782.000000 1190.000000 5844.000000 5060.000000 3603.000000 674.000000 140.000000 331600.000000 330511.000000 57510.000000 44653.000000 35865.000000 27070.000000 42589.000000 6152.000000 24501.000000 5493.000000 7440.000000 17433.000000 7460.000000 9594.000000 7376.000000 12911.000000 3133.000000 5076.000000 1150.000000 5967.000000 5384.000000 3754.000000 938.000000 151.000000 348548.000000 347579.000000 61062.000000 46167.000000 37544.000000 28333.000000 44812.000000 6679.000000 26255.000000 5954.000000 7566.000000 18218.000000 7872.000000 9960.000000 7673.000000 13423.000000 3530.000000 5363.000000 1234.000000 6401.000000 5511.000000 4022.000000 823.000000 146.000000 355667.000000 354471.000000 62706.000000 46323.000000 38534.000000 29523.000000 44823.000000 6784.000000 27483.000000 6033.000000 7925.000000 18895.000000 7825.000000 10116.000000 7885.000000 13510.000000 3487.000000 5385.000000 1261.000000 6421.000000 5511.000000 4041.000000 1005.000000 191.000000 342989.000000 341562.000000 59962.000000 43575.000000 37083.000000 29203.000000 43177.000000 6362.000000 26938.000000 6024.000000 7726.000000 17519.000000 7695.000000 9572.000000 7675.000000 13491.000000 3477.000000 5287.000000 1319.000000 6210.000000 5438.000000 3829.000000 1210.000000 217.000000 360609.000000 359205.000000 63794.000000 45653.000000 39316.000000 30228.000000 44267.000000 6781.000000 28575.000000 6537.000000 7955.000000 19511.000000 8034.000000 10137.000000 8116.000000 13471.000000 3591.000000 5306.000000 1351.000000 6613.000000 5824.000000 4145.000000 1215.000000 189.000000 371498.000000 370015.000000 65422.000000 45620.000000 41402.000000 31254.000000 44680.000000 7086.000000 29928.000000 6943.000000 8745.000000 19480.000000 8564.000000 10694.000000 8658.000000 14230.000000 3591.000000 5542.000000 1399.000000 6833.000000 5920.000000 4024.000000 1264.000000 219.000000 374073.000000 372452.000000 65686.000000 44806.000000 41868.000000 31709.000000 45355.000000 7359.000000 30491.000000 7360.000000 8593.000000 19633.000000 8583.000000 10495.000000 8750.000000 14295.000000 3552.000000 5358.000000 1412.000000 6729.000000 6180.000000 4238.000000 1453.000000 168.000000 376846.000000 375247.000000 65765.000000 43505.000000 42230.000000 32333.000000 45581.000000 7441.000000 31004.000000 7491.000000 8893.000000 20083.000000 8620.000000 10826.000000 9004.000000 14538.000000 3670.000000 5553.000000 1542.000000 6801.000000 6073.000000 4294.000000 1432.000000 167.000000 381698.000000 379861.000000 66981.000000 43789.000000 43340.000000 32045.000000 45830.000000 7416.000000 32742.000000 7798.000000 8692.000000 19888.000000 8704.000000 11056.000000 8967.000000 14456.000000 3778.000000 5431.000000 1514.000000 6754.000000 6463.000000 4217.000000 1671.000000 166.000000 386911.000000 384973.000000 68450.000000 44408.000000 44292.000000 31657.000000 45591.000000 7562.000000 33852.000000 8041.000000 9054.000000 20182.000000 8797.000000 11296.000000 9018.000000 14207.000000 3968.000000 5403.000000 1435.000000 6760.000000 6499.000000 4501.000000 1741.000000 197.000000 253847.000000 253288.000000 41241.000000 37260.000000 25358.000000 20795.000000 33257.000000 4736.000000 16770.000000 4126.000000 5785.000000 13631.000000 5999.000000 8499.000000 6191.000000 10281.000000 2835.000000 4065.000000 961.000000 4518.000000 3861.000000 3119.000000 493.000000 66.000000 271018.000000 270514.000000 44580.000000 38934.000000 28461.000000 22128.000000 36512.000000 5125.000000 17911.000000 4214.000000 6174.000000 14799.000000 6316.000000 8045.000000 6231.000000 11063.000000 2661.000000 4368.000000 1053.000000 4839.000000 4049.000000 3051.000000 431.000000 73.000000 319829.000000 319097.000000 53528.000000 44148.000000 33063.000000 26744.000000 42692.000000 6001.000000 21725.000000 5102.000000 6850.000000 17216.000000 7269.000000 10452.000000 7620.000000 13083.000000 3272.000000 4869.000000 1153.000000 5528.000000 5007.000000 3775.000000 658.000000 74.000000 313950.000000 313076.000000 54090.000000 43733.000000 32711.000000 25351.000000 40812.000000 5803.000000 22608.000000 5005.000000 7073.000000 16288.000000 7187.000000 9353.000000 7149.000000 12306.000000 3178.000000 4728.000000 1155.000000 5809.000000 4924.000000 3813.000000 748.000000 126.000000 319232.000000 318400.000000 55511.000000 44011.000000 33966.000000 25945.000000 41607.000000 6116.000000 22785.000000 5256.000000 6955.000000 16649.000000 7086.000000 9159.000000 7212.000000 12611.000000 3229.000000 4746.000000 1177.000000 5804.000000 5025.000000 3550.000000 700.000000 132.000000 330010.000000 328902.000000 57480.000000 43927.000000 35766.000000 26984.000000 42326.000000 6110.000000 24556.000000 5493.000000 7415.000000 17320.000000 7441.000000 9493.000000 7379.000000 12836.000000 3116.000000 5069.000000 1159.000000 5950.000000 5353.000000 3729.000000 966.000000 142.000000 347123.000000 346061.000000 60988.000000 45707.000000 37458.000000 28169.000000 44600.000000 6646.000000 26258.000000 5960.000000 7507.000000 18128.000000 7832.000000 9895.000000 7623.000000 13341.000000 3504.000000 5348.000000 1225.000000 6380.000000 5480.000000 4012.000000 907.000000 155.000000 354430.000000 353060.000000 62666.000000 45746.000000 38379.000000 29382.000000 44538.000000 6757.000000 27510.000000 6083.000000 7906.000000 18840.000000 7823.000000 10088.000000 7862.000000 13472.000000 3474.000000 5355.000000 1282.000000 6404.000000 5479.000000 4014.000000 1156.000000 214.000000 342440.000000 340875.000000 60005.000000 43632.000000 37049.000000 29120.000000 43013.000000 6333.000000 27033.000000 6039.000000 7693.000000 17457.000000 7644.000000 9472.000000 7629.000000 13402.000000 3437.000000 5243.000000 1300.000000 6166.000000 5400.000000 3808.000000 1356.000000 209.000000 359334.000000 357778.000000 63768.000000 45101.000000 39210.000000 30128.000000 44008.000000 6780.000000 28630.000000 6562.000000 7927.000000 19409.000000 8000.000000 10086.000000 8115.000000 13385.000000 3558.000000 5297.000000 1368.000000 6575.000000 5778.000000 4093.000000 1359.000000 197.000000 370408.000000 368893.000000 65443.000000 45134.000000 41232.000000 31113.000000 44490.000000 7120.000000 29961.000000 6949.000000 8737.000000 19433.000000 8586.000000 10688.000000 8647.000000 14126.000000 3607.000000 5520.000000 1415.000000 6808.000000 5871.000000 4013.000000 1311.000000 204.000000 372896.000000 371076.000000 65643.000000 44163.000000 41612.000000 31627.000000 45084.000000 7358.000000 30426.000000 7421.000000 8593.000000 19576.000000 8587.000000 10512.000000 8757.000000 14263.000000 3577.000000 5358.000000 1446.000000 6719.000000 6131.000000 4223.000000 1657.000000 163.000000 375540.000000 373879.000000 65792.000000 43107.000000 42113.000000 32255.000000 45395.000000 7391.000000 31031.000000 7484.000000 8850.000000 20002.000000 8557.000000 10793.000000 8979.000000 14408.000000 3634.000000 5525.000000 1548.000000 6737.000000 6025.000000 4253.000000 1491.000000 170.000000 380523.000000 378557.000000 67012.000000 43333.000000 43186.000000 31947.000000 45661.000000 7395.000000 32678.000000 7780.000000 8679.000000 19809.000000 8694.000000 11012.000000 8942.000000 14395.000000 3755.000000 5407.000000 1512.000000 6721.000000 6438.000000 4201.000000 1803.000000 163.000000 223411.000000 222871.000000 35164.000000 31800.000000 22283.000000 19069.000000 30280.000000 4057.000000 14305.000000 3340.000000 4983.000000 12360.000000 5462.000000 7576.000000 5665.000000 9827.000000 2394.000000 3452.000000 837.000000 3794.000000 3360.000000 2863.000000 458.000000 82.000000 252758.000000 252197.000000 41410.000000 36592.000000 25271.000000 20702.000000 33028.000000 4713.000000 16890.000000 4126.000000 5753.000000 13550.000000 5967.000000 8442.000000 6228.000000 10226.000000 2816.000000 4037.000000 954.000000 4544.000000 3861.000000 3087.000000 498.000000 63.000000 269912.000000 269385.000000 44646.000000 38424.000000 28396.000000 21996.000000 36368.000000 5113.000000 18012.000000 4189.000000 6153.000000 14730.000000 6265.000000 7998.000000 6209.000000 10987.000000 2623.000000 4340.000000 1051.000000 4815.000000 4053.000000 3017.000000 451.000000 76.000000 318421.000000 317596.000000 53508.000000 43504.000000 32914.000000 26602.000000 42407.000000 5978.000000 21742.000000 5110.000000 6834.000000 17110.000000 7246.000000 10410.000000 7630.000000 13060.000000 3256.000000 4850.000000 1186.000000 5515.000000 4987.000000 3747.000000 701.000000 124.000000 312537.000000 311653.000000 53904.000000 43393.000000 32593.000000 25240.000000 40637.000000 5766.000000 22636.000000 5013.000000 7049.000000 16192.000000 7137.000000 9312.000000 7145.000000 12237.000000 3167.000000 4692.000000 1158.000000 5769.000000 4856.000000 3757.000000 763.000000 121.000000 317697.000000 316828.000000 55481.000000 43318.000000 33870.000000 25826.000000 41394.000000 6040.000000 22818.000000 5261.000000 6937.000000 16552.000000 7069.000000 9111.000000 7196.000000 12533.000000 3205.000000 4714.000000 1172.000000 5776.000000 5010.000000 3545.000000 736.000000 133.000000 328715.000000 327535.000000 57421.000000 43472.000000 35595.000000 26845.000000 42064.000000 6107.000000 24632.000000 5504.000000 7404.000000 17269.000000 7383.000000 9474.000000 7345.000000 12789.000000 3079.000000 5036.000000 1162.000000 5927.000000 5318.000000 3709.000000 1025.000000 155.000000 345862.000000 344652.000000 61020.000000 45131.000000 37293.000000 28061.000000 44279.000000 6608.000000 26273.000000 6029.000000 7507.000000 18034.000000 7810.000000 9911.000000 7642.000000 13282.000000 3496.000000 5312.000000 1244.000000 6357.000000 5386.000000 3977.000000 1031.000000 179.000000 353735.000000 352232.000000 62573.000000 45719.000000 38281.000000 29315.000000 44356.000000 6731.000000 27617.000000 6127.000000 7904.000000 18738.000000 7778.000000 9994.000000 7833.000000 13452.000000 3414.000000 5335.000000 1267.000000 6393.000000 5426.000000 3979.000000 1314.000000 189.000000 341240.000000 339548.000000 59955.000000 43163.000000 36907.000000 28998.000000 42828.000000 6335.000000 27034.000000 6054.000000 7698.000000 17369.000000 7618.000000 9427.000000 7633.000000 13333.000000 3429.000000 5189.000000 1316.000000 6147.000000 5346.000000 3769.000000 1488.000000 204.000000 358261.000000 356670.000000 63783.000000 44608.000000 39075.000000 30021.000000 43877.000000 6809.000000 28600.000000 6581.000000 7921.000000 19309.000000 7983.000000 10063.000000 8112.000000 13335.000000 3533.000000 5315.000000 1391.000000 6542.000000 5741.000000 4071.000000 1405.000000 186.000000 369263.000000 367554.000000 65393.000000 44590.000000 40998.000000 31005.000000 44233.000000 7116.000000 29839.000000 6966.000000 8764.000000 19340.000000 8597.000000 10713.000000 8672.000000 14123.000000 3624.000000 5503.000000 1451.000000 6803.000000 5828.000000 3996.000000 1510.000000 199.000000 371565.000000 369682.000000 65612.000000 43776.000000 41468.000000 31535.000000 44927.000000 7345.000000 30462.000000 7401.000000 8574.000000 19491.000000 8550.000000 10432.000000 8744.000000 14123.000000 3551.000000 5344.000000 1455.000000 6648.000000 6071.000000 4173.000000 1720.000000 163.000000 374222.000000 372451.000000 65737.000000 42655.000000 41953.000000 32139.000000 45148.000000 7375.000000 30967.000000 7477.000000 8854.000000 19911.000000 8571.000000 10794.000000 8949.000000 14341.000000 3616.000000 5509.000000 1556.000000 6701.000000 5980.000000 4218.000000 1601.000000 170.000000 196954.000000 196492.000000 30822.000000 28707.000000 19541.000000 15903.000000 25478.000000 3606.000000 12535.000000 3203.000000 4755.000000 11283.000000 4687.000000 7029.000000 4966.000000 8548.000000 2437.000000 3369.000000 720.000000 3434.000000 3038.000000 2431.000000 398.000000 64.000000 222402.000000 221858.000000 35240.000000 31287.000000 22247.000000 18989.000000 30104.000000 4034.000000 14336.000000 3333.000000 4960.000000 12339.000000 5440.000000 7562.000000 5656.000000 9774.000000 2364.000000 3428.000000 828.000000 3795.000000 3338.000000 2804.000000 467.000000 77.000000 251510.000000 250932.000000 41418.000000 36149.000000 25150.000000 20618.000000 32845.000000 4705.000000 16939.000000 4112.000000 5695.000000 13471.000000 5935.000000 8382.000000 6205.000000 10160.000000 2775.000000 4021.000000 956.000000 4532.000000 3823.000000 3041.000000 511.000000 67.000000 268512.000000 267897.000000 44521.000000 37929.000000 28258.000000 21885.000000 36090.000000 5100.000000 18009.000000 4174.000000 6158.000000 14620.000000 6215.000000 7964.000000 6206.000000 10917.000000 2598.000000 4313.000000 1093.000000 4792.000000 4050.000000 3005.000000 500.000000 115.000000 316794.000000 315960.000000 53140.000000 43324.000000 32715.000000 26525.000000 42167.000000 5926.000000 21785.000000 5096.000000 6811.000000 17014.000000 7222.000000 10360.000000 7578.000000 12949.000000 3228.000000 4818.000000 1177.000000 5470.000000 4952.000000 3703.000000 724.000000 110.000000 310984.000000 310070.000000 53899.000000 42804.000000 32437.000000 25106.000000 40361.000000 5733.000000 22659.000000 5022.000000 7000.000000 16104.000000 7091.000000 9255.000000 7127.000000 12152.000000 3139.000000 4668.000000 1158.000000 5790.000000 4825.000000 3740.000000 792.000000 122.000000 316303.000000 315359.000000 55339.000000 42893.000000 33741.000000 25700.000000 41118.000000 6015.000000 22925.000000 5272.000000 6899.000000 16491.000000 7030.000000 9062.000000 7149.000000 12453.000000 3171.000000 4680.000000 1173.000000 5764.000000 4962.000000 3522.000000 794.000000 150.000000 327438.000000 326094.000000 57313.000000 43033.000000 35421.000000 26737.000000 41794.000000 6076.000000 24618.000000 5569.000000 7384.000000 17172.000000 7341.000000 9462.000000 7325.000000 12765.000000 3053.000000 5012.000000 1170.000000 5886.000000 5273.000000 3690.000000 1151.000000 193.000000 345068.000000 343712.000000 60838.000000 45155.000000 37149.000000 27974.000000 44092.000000 6594.000000 26333.000000 6071.000000 7458.000000 17955.000000 7796.000000 9859.000000 7650.000000 13180.000000 3473.000000 5304.000000 1239.000000 6309.000000 5334.000000 3949.000000 1190.000000 166.000000 352352.000000 350738.000000 62543.000000 45181.000000 38157.000000 29187.000000 44055.000000 6713.000000 27638.000000 6182.000000 7878.000000 18654.000000 7734.000000 9942.000000 7850.000000 13374.000000 3381.000000 5317.000000 1284.000000 6361.000000 5368.000000 3939.000000 1420.000000 194.000000 340161.000000 338431.000000 59974.000000 42722.000000 36787.000000 28923.000000 42563.000000 6345.000000 26998.000000 6082.000000 7692.000000 17314.000000 7625.000000 9425.000000 7615.000000 13267.000000 3414.000000 5180.000000 1336.000000 6130.000000 5302.000000 3737.000000 1540.000000 190.000000 357010.000000 355225.000000 63608.000000 44042.000000 38823.000000 29888.000000 43642.000000 6815.000000 28565.000000 6600.000000 7906.000000 19213.000000 7991.000000 10092.000000 8143.000000 13319.000000 3546.000000 5322.000000 1434.000000 6530.000000 5712.000000 4034.000000 1597.000000 188.000000 367825.000000 366056.000000 65509.000000 44038.000000 40793.000000 30870.000000 44093.000000 7097.000000 29931.000000 6959.000000 8716.000000 19210.000000 8558.000000 10645.000000 8642.000000 14002.000000 3606.000000 5482.000000 1454.000000 6743.000000 5763.000000 3945.000000 1575.000000 194.000000 370277.000000 368284.000000 65492.000000 43362.000000 41274.000000 31400.000000 44692.000000 7346.000000 30449.000000 7434.000000 8542.000000 19400.000000 8516.000000 10444.000000 8762.000000 14071.000000 3540.000000 5327.000000 1467.000000 6617.000000 6016.000000 4133.000000 1835.000000 158.000000 160628.000000 160216.000000 24644.000000 22423.000000 16395.000000 12767.000000 20276.000000 3281.000000 10658.000000 2771.000000 3930.000000 9075.000000 4196.000000 6727.000000 3982.000000 6764.000000 1864.000000 2794.000000 817.000000 2363.000000 2535.000000 1954.000000 349.000000 63.000000 195884.000000 195423.000000 30928.000000 28178.000000 19420.000000 15854.000000 25317.000000 3592.000000 12604.000000 3194.000000 4758.000000 11201.000000 4658.000000 6973.000000 4952.000000 8482.000000 2421.000000 3337.000000 708.000000 3419.000000 3032.000000 2395.000000 398.000000 63.000000 221301.000000 220727.000000 35220.000000 30934.000000 22159.000000 18918.000000 29944.000000 3998.000000 14378.000000 3362.000000 4928.000000 12252.000000 5379.000000 7478.000000 5615.000000 9707.000000 2343.000000 3398.000000 821.000000 3796.000000 3323.000000 2774.000000 492.000000 82.000000 250060.000000 249403.000000 41361.000000 35626.000000 25033.000000 20514.000000 32531.000000 4664.000000 16920.000000 4098.000000 5661.000000 13383.000000 5885.000000 8326.000000 6155.000000 10127.000000 2772.000000 3975.000000 993.000000 4530.000000 3826.000000 3023.000000 549.000000 108.000000 267124.000000 266499.000000 44277.000000 37759.000000 28115.000000 21778.000000 35923.000000 5061.000000 18034.000000 4187.000000 6112.000000 14510.000000 6198.000000 7903.000000 6150.000000 10802.000000 2587.000000 4283.000000 1082.000000 4767.000000 3996.000000 2975.000000 520.000000 105.000000 315047.000000 314195.000000 53188.000000 42648.000000 32539.000000 26409.000000 41852.000000 5907.000000 21794.000000 5135.000000 6780.000000 16915.000000 7178.000000 10283.000000 7526.000000 12878.000000 3199.000000 4764.000000 1174.000000 5421.000000 4919.000000 3686.000000 741.000000 111.000000 309587.000000 308606.000000 53708.000000 42397.000000 32308.000000 25008.000000 40118.000000 5723.000000 22702.000000 5047.000000 6961.000000 16019.000000 7046.000000 9178.000000 7130.000000 12096.000000 3119.000000 4613.000000 1153.000000 5758.000000 4815.000000 3707.000000 849.000000 132.000000 314919.000000 313847.000000 55244.000000 42323.000000 33616.000000 25579.000000 40796.000000 6004.000000 22925.000000 5310.000000 6891.000000 16396.000000 6987.000000 9033.000000 7151.000000 12428.000000 3162.000000 4665.000000 1191.000000 5721.000000 4922.000000 3503.000000 905.000000 167.000000 326576.000000 325093.000000 57209.000000 43005.000000 35291.000000 26639.000000 41632.000000 6070.000000 24713.000000 5592.000000 7359.000000 17057.000000 7319.000000 9385.000000 7280.000000 12691.000000 3041.000000 4962.000000 1151.000000 5839.000000 5211.000000 3647.000000 1304.000000 179.000000 343643.000000 342173.000000 60739.000000 44679.000000 36997.000000 27891.000000 43828.000000 6566.000000
26342.000000 6080.000000 7403.000000 17860.000000 7768.000000 9840.000000 7630.000000 13091.000000 3452.000000 5279.000000 1246.000000 6296.000000 5293.000000 3893.000000 1303.000000 167.000000 351068.000000 349430.000000 62492.000000 44704.000000 37966.000000 29034.000000 43887.000000 6734.000000 27573.000000 6238.000000 7886.000000 18567.000000 7729.000000 9924.000000 7856.000000 13313.000000 3364.000000 5293.000000 1289.000000 6328.000000 5343.000000 3910.000000 1451.000000 187.000000 338857.000000 336951.000000 59838.000000 42154.000000 36534.000000 28795.000000 42287.000000 6346.000000 26926.000000 6108.000000 7673.000000 17230.000000 7601.000000 9462.000000 7646.000000 13262.000000 3407.000000 5211.000000 1391.000000 6102.000000 5272.000000 3706.000000 1720.000000 186.000000 355516.000000 353704.000000 63630.000000 43560.000000 38687.000000 29749.000000 43504.000000 6772.000000 28614.000000 6586.000000 7879.000000 19071.000000 7956.000000 10032.000000 8097.000000 13201.000000 3532.000000 5289.000000 1437.000000 6477.000000 5631.000000 4000.000000 1628.000000 184.000000 366290.000000 364412.000000 65446.000000 43463.000000 40611.000000 30724.000000 43871.000000 7098.000000 29907.000000 6960.000000 8669.000000 19140.000000 8529.000000 10641.000000 8615.000000 13939.000000 3580.000000 5445.000000 1455.000000 6680.000000 5734.000000 3905.000000 1679.000000 199.000000 144734.000000 144302.000000 21442.000000 19279.000000 14770.000000 11747.000000 19041.000000 3145.000000 9418.000000 2560.000000 3929.000000 8291.000000 3865.000000 5575.000000 3878.000000 6340.000000 1733.000000 2551.000000 618.000000 2121.000000 2174.000000 1825.000000 382.000000 50.000000 159689.000000 159283.000000 24664.000000 22082.000000 16338.000000 12695.000000 20147.000000 3260.000000 10658.000000 2757.000000 3888.000000 9008.000000 4182.000000 6675.000000 3982.000000 6715.000000 1851.000000 2767.000000 808.000000 2352.000000 2527.000000 1927.000000 345.000000 61.000000 194737.000000 194246.000000 30904.000000 27830.000000 19333.000000 15736.000000 25172.000000 3558.000000 12638.000000 3173.000000 4728.000000 11124.000000 4610.000000 6924.000000 4922.000000 8401.000000 2387.000000 3292.000000 716.000000 3404.000000 3019.000000 2375.000000 426.000000 65.000000 219969.000000 219326.000000 35161.000000 30417.000000 22060.000000 18797.000000 29685.000000 3982.000000 14354.000000 3361.000000 4905.000000 12154.000000 5341.000000 7449.000000 5626.000000 9669.000000 2330.000000 3362.000000 854.000000 3763.000000 3309.000000 2747.000000 521.000000 122.000000 248665.000000 247994.000000 41055.000000 35493.000000 24943.000000 20415.000000 32349.000000 4619.000000 16930.000000 4102.000000 5642.000000 13274.000000 5833.000000 8271.000000 6144.000000 10019.000000 2719.000000 3946.000000 977.000000 4483.000000 3801.000000 2979.000000 571.000000 100.000000 265630.000000 264973.000000 44320.000000 37144.000000 27993.000000 21694.000000 35618.000000 5033.000000 18059.000000 4197.000000 6089.000000 14418.000000 6155.000000 7853.000000 6111.000000 10731.000000 2578.000000 4254.000000 1075.000000 4750.000000 3951.000000 2950.000000 551.000000 106.000000 313515.000000 312579.000000 53056.000000 42261.000000 32371.000000 26303.000000 41568.000000 5861.000000 21841.000000 5149.000000 6751.000000 16776.000000 7126.000000 10220.000000 7522.000000 12784.000000 3167.000000 4724.000000 1175.000000 5385.000000 4874.000000 3665.000000 809.000000 127.000000 308180.000000 307061.000000 53534.000000 41876.000000 32194.000000 24853.000000 39776.000000 5701.000000 22751.000000 5088.000000 6939.000000 15940.000000 7007.000000 9134.000000 7135.000000 12034.000000 3104.000000 4611.000000 1177.000000 5719.000000 4797.000000 3691.000000 972.000000 147.000000 314008.000000 312813.000000 55161.000000 42252.000000 33501.000000 25449.000000 40623.000000 5994.000000 23011.000000 5332.000000 6892.000000 16276.000000 6956.000000 8962.000000 7105.000000 12343.000000 3126.000000 4623.000000 1177.000000 5669.000000 4884.000000 3477.000000 1036.000000 159.000000 325207.000000 323606.000000 57093.000000 42488.000000 35108.000000 26545.000000 41370.000000 6053.000000 24736.000000 5601.000000 7369.000000 16958.000000 7316.000000 9346.000000 7279.000000 12613.000000 3018.000000 4946.000000 1153.000000 5824.000000 5160.000000 3630.000000 1418.000000 183.000000 342478.000000 340972.000000 60731.000000 44178.000000 36814.000000 27791.000000 43607.000000 6577.000000 26377.000000 6116.000000 7413.000000 17794.000000 7752.000000 9840.000000 7620.000000 13040.000000 3435.000000 5245.000000 1257.000000 6249.000000 5247.000000 3889.000000 1340.000000 166.000000 349589.000000 347798.000000 62326.000000 44087.000000 37692.000000 28941.000000 43573.000000 6728.000000 27530.000000 6264.000000 7896.000000 18480.000000 7736.000000 9907.000000 7888.000000 13279.000000 3384.000000 5280.000000 1333.000000 6286.000000 5294.000000 3894.000000 1611.000000 180.000000 337439.000000 335491.000000 59787.000000 41774.000000 36361.000000 28697.000000 42100.000000 6345.000000 27000.000000 6092.000000 7649.000000 17120.000000 7557.000000 9417.000000 7607.000000 13135.000000 3372.000000 5168.000000 1387.000000 6024.000000 5229.000000 3670.000000 1764.000000 184.000000 354092.000000 352183.000000 63599.000000 43070.000000 38542.000000 29612.000000 43237.000000 6771.000000 28639.000000 6591.000000 7859.000000 18968.000000 7953.000000 10002.000000 8037.000000 13120.000000 3508.000000 5239.000000 1437.000000 6461.000000 5569.000000 3969.000000 1724.000000 185.000000 169464.000000 168973.000000 25118.000000 22023.000000 16458.000000 14348.000000 22088.000000 3691.000000 10835.000000 3078.000000 4415.000000 9907.000000 4341.000000 6706.000000 4887.000000 7765.000000 1971.000000 2976.000000 737.000000 2845.000000 2590.000000 2194.000000 453.000000 38.000000 143810.000000 143383.000000 21445.000000 18977.000000 14690.000000 11660.000000 18867.000000 3117.000000 9461.000000 2558.000000 3916.000000 8245.000000 3848.000000 5537.000000 3860.000000 6282.000000 1722.000000 2521.000000 621.000000 2100.000000 2161.000000 1795.000000 381.000000 46.000000 158729.000000 158305.000000 24643.000000 21846.000000 16265.000000 12606.000000 19992.000000 3248.000000 10678.000000 2755.000000 3863.000000 8923.000000 4129.000000 6602.000000 3942.000000 6645.000000 1833.000000 2743.000000 812.000000 2334.000000 2516.000000 1930.000000 363.000000 61.000000 193563.000000 193014.000000 30836.000000 27447.000000 19214.000000 15626.000000 24978.000000 3517.000000 12592.000000 3165.000000 4724.000000 11075.000000 4575.000000 6879.000000 4884.000000 8351.000000 2374.000000 3274.000000 736.000000 3381.000000 3003.000000 2383.000000 449.000000 100.000000 218610.000000 217965.000000 34964.000000 30193.000000 21928.000000 18698.000000 29488.000000 3943.000000 14373.000000 3359.000000 4882.000000 12066.000000 5309.000000 7405.000000 5614.000000 9560.000000 2302.000000 3339.000000 838.000000 3723.000000 3283.000000 2698.000000 532.000000 113.000000 247077.000000 246381.000000 41020.000000 34913.000000 24793.000000 20268.000000 32069.000000 4604.000000 16964.000000 4108.000000 5612.000000 13161.000000 5810.000000 8220.000000 6108.000000 9947.000000 2711.000000 3932.000000 969.000000 4456.000000 3763.000000 2953.000000 600.000000 96.000000 264287.000000 263560.000000 44126.000000 36826.000000 27839.000000 21580.000000 35353.000000 5003.000000 18112.000000 4201.000000 6051.000000 14347.000000 6125.000000 7784.000000 6099.000000 10677.000000 2554.000000 4210.000000 1073.000000 4756.000000 3929.000000 2915.000000 603.000000 124.000000 311992.000000 310933.000000 52905.000000 41736.000000 32185.000000 26141.000000 41285.000000 5828.000000 21853.000000 5184.000000 6761.000000 16667.000000 7107.000000 10156.000000 7541.000000 12726.000000 3165.000000 4682.000000 1191.000000 5335.000000 4849.000000 3636.000000 910.000000 149.000000 307159.000000 305916.000000 53335.000000 41875.000000 32094.000000 24750.000000 39553.000000 5672.000000 22784.000000 5108.000000 6934.000000 15845.000000 6946.000000 9098.000000 7104.000000 11938.000000 3078.000000 4575.000000 1162.000000 5697.000000 4742.000000 3626.000000 1107.000000 136.000000 312549.000000 311255.000000 55087.000000 41818.000000 33360.000000 25339.000000 40291.000000 5985.000000 22988.000000 5361.000000 6875.000000 16191.000000 6923.000000 8924.000000 7079.000000 12264.000000 3108.000000 4579.000000 1178.000000 5617.000000 4846.000000 3442.000000 1137.000000 157.000000 323929.000000 322292.000000 56993.000000 42051.000000 34948.000000 26439.000000 41135.000000 6054.000000 24774.000000 5597.000000 7358.000000 16885.000000 7291.000000 9309.000000 7301.000000 12528.000000 3014.000000 4901.000000 1158.000000 5799.000000 5144.000000 3613.000000 1467.000000 170.000000 341011.000000 339392.000000 60666.000000 43497.000000 36595.000000 27635.000000 43274.000000 6567.000000 26310.000000 6162.000000 7440.000000 17687.000000 7753.000000 9861.000000 7630.000000 13034.000000 3441.000000 5266.000000 1295.000000 6227.000000 5184.000000 3868.000000 1451.000000 168.000000 348047.000000 346222.000000 62318.000000 43634.000000 37519.000000 28823.000000 43360.000000 6716.000000 27522.000000 6262.000000 7856.000000 18353.000000 7706.000000 9856.000000 7840.000000 13184.000000 3365.000000 5230.000000 1339.000000 6210.000000 5265.000000 3864.000000 1649.000000 176.000000 336025.000000 333990.000000 59631.000000 41353.000000 36205.000000 28532.000000 41900.000000 6329.000000 26959.000000 6085.000000 7641.000000 17019.000000 7574.000000 9416.000000 7559.000000 13054.000000 3363.000000 5141.000000 1403.000000 6009.000000 5181.000000 3636.000000 1859.000000 176.000000 173196.000000 172736.000000 25306.000000 22387.000000 16576.000000 15081.000000 22144.000000 4007.000000 10872.000000 3321.000000 4667.000000 10337.000000 4445.000000 7218.000000 4981.000000 7738.000000 2188.000000 2950.000000 704.000000 2955.000000 2720.000000 2139.000000 416.000000 44.000000 168367.000000 167871.000000 25047.000000 21691.000000 16389.000000 14277.000000 21897.000000 3673.000000 10859.000000 3080.000000 4400.000000 9843.000000 4310.000000 6648.000000 4872.000000 7702.000000 1964.000000 2943.000000 726.000000 2828.000000 2572.000000 2150.000000 460.000000 36.000000 142902.000000 142462.000000 21395.000000 18759.000000 14613.000000 11604.000000 18773.000000 3094.000000 9430.000000 2538.000000 3889.000000 8190.000000 3790.000000 5508.000000 3833.000000 6217.000000 1701.000000 2503.000000 618.000000 2073.000000 2160.000000 1774.000000 396.000000 44.000000 157680.000000 157205.000000 24537.000000 21533.000000 16180.000000 12524.000000 19773.000000 3220.000000 10650.000000 2796.000000 3849.000000 8867.000000 4084.000000 6570.000000 3939.000000 6593.000000 1812.000000 2716.000000 841.000000 2338.000000 2470.000000 1913.000000 378.000000 97.000000 192310.000000 191753.000000 30577.000000 27283.000000 19117.000000 15516.000000 24817.000000 3493.000000 12574.000000 3164.000000 4700.000000 11003.000000 4537.000000 6825.000000 4860.000000 8272.000000 2344.000000 3250.000000 724.000000 3367.000000 2981.000000 2349.000000 460.000000 97.000000 217212.000000 216546.000000 34902.000000 29719.000000 21840.000000 18583.000000 29226.000000 3912.000000 14402.000000 3368.000000 4856.000000 11990.000000 5285.000000 7336.000000 5606.000000 9479.000000 2260.000000 3324.000000 833.000000 3704.000000 3246.000000 2675.000000 556.000000 110.000000 245661.000000 244907.000000 40904.000000 34511.000000 24631.000000 20182.000000 31800.000000 4586.000000 17005.000000 4125.000000 5599.000000 13072.000000 5782.000000 8159.000000 6082.000000 9851.000000 2676.000000 3900.000000 968.000000 4416.000000 3729.000000 2929.000000 660.000000 94.000000 262878.000000 262055.000000 43914.000000 36416.000000 27648.000000 21465.000000 35032.000000 5001.000000 18156.000000 4250.000000 6022.000000 14256.000000 6093.000000 7755.000000 6095.000000 10631.000000 2521.000000 4179.000000 1084.000000 4735.000000 3905.000000 2897.000000 687.000000 136.000000 310970.000000 309777.000000 52738.000000 41821.000000 32079.000000 25980.000000 41027.000000 5801.000000 21902.000000 5218.000000 6739.000000 16541.000000 7083.000000 10050.000000 7499.000000 12631.000000 3136.000000 4634.000000 1186.000000 5312.000000 4800.000000 3600.000000 1058.000000 135.000000 305713.000000 304366.000000 53255.000000 41425.000000 31912.000000 24599.000000 39263.000000 5647.000000 22796.000000 5141.000000 6944.000000 15755.000000 6917.000000 9063.000000 7068.000000 11882.000000 3052.000000 4571.000000 1158.000000 5669.000000 4666.000000 3583.000000 1207.000000 140.000000 311263.000000 309937.000000 54999.000000 41363.000000 33134.000000 25280.000000 40068.000000 5981.000000 22948.000000 5379.000000 6858.000000 16144.000000 6916.000000 8916.000000 7076.000000 12207.000000 3084.000000 4551.000000 1181.000000 5607.000000 4825.000000 3420.000000 1168.000000 158.000000 322373.000000 320581.000000 56851.000000 41463.000000 34700.000000 26327.000000 40840.000000 6067.000000 24705.000000 5623.000000 7345.000000 16777.000000 7295.000000 9303.000000 7305.000000 12442.000000 3021.000000 4874.000000 1197.000000 5743.000000 5125.000000 3578.000000 1621.000000 171.000000 339427.000000 337766.000000 60646.000000 43009.000000 36427.000000 27519.000000 43073.000000 6547.000000 26328.000000 6152.000000 7414.000000 17573.000000 7714.000000 9792.000000 7586.000000 12921.000000 3408.000000 5240.000000 1289.000000 6179.000000 5124.000000 3825.000000 1481.000000 180.000000 346406.000000 344472.000000 62233.000000 43159.000000 37310.000000 28694.000000 42992.000000 6712.000000 27453.000000 6261.000000 7833.000000 18271.000000 7694.000000 9826.000000 7791.000000 13094.000000 3349.000000 5203.000000 1347.000000 6161.000000 5247.000000 3842.000000 1760.000000 174.000000 170357.000000 169853.000000 24127.000000 21636.000000 16471.000000 13949.000000 21296.000000 4225.000000 10529.000000 3254.000000 4827.000000 10604.000000 4795.000000 7161.000000 5203.000000 7995.000000 2143.000000 3117.000000 711.000000 2985.000000 2706.000000 2119.000000 450.000000 54.000000 172072.000000 171604.000000 25260.000000 22096.000000 16422.000000 14957.000000 21935.000000 3979.000000 10911.000000 3333.000000 4638.000000 10281.000000 4431.000000 7168.000000 4979.000000 7690.000000 2149.000000 2933.000000 701.000000 2944.000000 2706.000000 2091.000000 421.000000 47.000000 167220.000000 166705.000000 24970.000000 21472.000000 16313.000000 14211.000000 21704.000000 3654.000000 10847.000000 3064.000000 4373.000000 9777.000000 4270.000000 6582.000000 4844.000000 7613.000000 1937.000000 2888.000000 719.000000 2801.000000 2554.000000 2112.000000 478.000000 37.000000 141811.000000 141322.000000 21249.000000 18545.000000 14512.000000 11516.000000 18548.000000 3079.000000 9394.000000 2530.000000 3873.000000 8109.000000 3773.000000 5460.000000 3831.000000 6168.000000 1678.000000 2480.000000 635.000000 2062.000000 2140.000000 1740.000000 423.000000 66.000000 156533.000000 156058.000000 24282.000000 21443.000000 16072.000000 12443.000000 19576.000000 3179.000000 10620.000000 2808.000000 3836.000000 8808.000000 4044.000000 6512.000000 3895.000000 6531.000000 1793.000000 2684.000000 841.000000 2323.000000 2469.000000 1899.000000 388.000000 87.000000 190925.000000 190353.000000 30493.000000 26885.000000 19000.000000 15407.000000 24586.000000 3461.000000 12588.000000 3174.000000 4676.000000 10903.000000 4496.000000 6771.000000 4811.000000 8212.000000 2309.000000 3222.000000 718.000000 3341.000000 2959.000000 2341.000000 475.000000 97.000000 216007.000000 215284.000000 34702.000000 29443.000000 21747.000000 18465.000000 29011.000000 3893.000000 14432.000000 3365.000000 4858.000000 11905.000000 5227.000000 7293.000000 5602.000000 9418.000000 2229.000000 3278.000000 837.000000 3686.000000 3237.000000 2656.000000 603.000000 120.000000 244190.000000 243320.000000 40678.000000 34138.000000 24460.000000 20052.000000 31487.000000 4543.000000 16994.000000 4161.000000 5600.000000 12977.000000 5753.000000 8118.000000 6080.000000 9794.000000 2665.000000 3869.000000 973.000000 4391.000000 3687.000000 2900.000000 756.000000 114.000000 261962.000000 261050.000000 43762.000000 36434.000000 27554.000000 21361.000000 34862.000000 4976.000000 18184.000000 4297.000000 6015.000000 14141.000000 6049.000000 7708.000000 6033.000000 10536.000000 2501.000000 4141.000000 1073.000000 4693.000000 3866.000000 2864.000000 789.000000 123.000000 309295.000000 308005.000000 52640.000000 41362.000000 31899.000000 25823.000000 40701.000000 5794.000000 21897.000000 5202.000000 6713.000000 16425.000000 7039.000000 10017.000000 7464.000000 12544.000000 3097.000000 4604.000000 1196.000000 5284.000000 4733.000000 3571.000000 1158.000000 132.000000 304315.000000 302958.000000 53083.000000 41017.000000 31678.000000 24504.000000 38974.000000 5644.000000 22784.000000 5187.000000 6949.000000 15671.000000 6917.000000 9073.000000 7060.000000 11797.000000 3052.000000 4546.000000 1164.000000 5654.000000 4623.000000 3581.000000 1222.000000 135.000000 309739.000000 308333.000000 54808.000000 40846.000000 32893.000000 25156.000000 39774.000000 5981.000000 22904.000000 5406.000000 6864.000000 16043.000000 6921.000000 8908.000000 7039.000000 12142.000000 3096.000000 4562.000000 1220.000000 5574.000000 4790.000000 3406.000000 1253.000000 153.000000 320707.000000 318892.000000 56820.000000 40996.000000 34541.000000 26209.000000 40591.000000 6033.000000 24682.000000 5609.000000 7302.000000 16668.000000 7233.000000 9245.000000 7267.000000 12329.000000 2992.000000 4851.000000 1200.000000 5709.000000 5070.000000 3545.000000 1649.000000 166.000000 337755.000000 336001.000000 60499.000000 42575.000000 36225.000000 27396.000000 42792.000000 6514.000000 26293.000000 6123.000000 7426.000000 17468.000000 7688.000000 9729.000000 7571.000000 12815.000000 3378.000000 5194.000000 1300.000000 6124.000000 5121.000000 3770.000000 1573.000000 181.000000 172365.000000 171908.000000 23697.000000 21121.000000 16197.000000 15075.000000 21572.000000 4268.000000 10438.000000 3471.000000 5083.000000 10906.000000 5025.000000 7587.000000 5563.000000 8279.000000 2107.000000 2895.000000 749.000000 3053.000000 2569.000000 2253.000000 419.000000 38.000000 169004.000000 168498.000000 24009.000000 21289.000000 16340.000000 13826.000000 21079.000000 4184.000000 10580.000000 3261.000000 4812.000000 10507.000000 4745.000000 7105.000000 5183.000000 7919.000000 2126.000000 3096.000000 708.000000 2959.000000 2676.000000 2094.000000 453.000000 53.000000 170738.000000 170248.000000 25185.000000 21804.000000 16311.000000 14834.000000 21726.000000 3951.000000 10906.000000 3324.000000 4598.000000 10192.000000 4374.000000 7115.000000 4957.000000 7592.000000 2138.000000 2889.000000 699.000000 2895.000000 2696.000000 2062.000000 442.000000 48.000000 165858.000000 165290.000000 24800.000000 21170.000000 16168.000000 14101.000000 21449.000000 3633.000000 10796.000000 3054.000000 4352.000000 9688.000000 4229.000000 6520.000000 4841.000000 7575.000000 1914.000000 2850.000000 744.000000 2763.000000 2537.000000 2106.000000 507.000000 61.000000 140756.000000 140256.000000 21081.000000 18424.000000 14400.000000 11424.000000 18356.000000 3051.000000 9400.000000 2534.000000 3834.000000 8039.000000 3740.000000 5426.000000 3830.000000 6088.000000 1671.000000 2448.000000 642.000000 2051.000000 2112.000000 1705.000000 440.000000 60.000000 155313.000000 154823.000000 24172.000000 21133.000000 15974.000000 12350.000000 19377.000000 3147.000000 10598.000000 2814.000000 3820.000000 8713.000000 4011.000000 6458.000000 3868.000000 6471.000000 1774.000000 2663.000000 831.000000 2299.000000 2467.000000 1883.000000 409.000000 81.000000 189680.000000 189055.000000 30349.000000 26607.000000 18895.000000 15308.000000 24367.000000 3457.000000 12546.000000 3182.000000 4653.000000 10835.000000 4436.000000 6728.000000 4773.000000 8158.000000 2283.000000 3187.000000 717.000000 3321.000000 2933.000000 2320.000000 522.000000 103.000000 214604.000000 213803.000000 34458.000000 29178.000000 21547.000000 18353.000000 28674.000000 3882.000000 14396.000000 3405.000000 4832.000000 11817.000000 5206.000000 7286.000000 5605.000000 9356.000000 2223.000000 3231.000000 846.000000 3655.000000 3209.000000 2644.000000 664.000000 137.000000 243061.000000 242103.000000 40441.000000 34118.000000 24293.000000 19940.000000 31285.000000 4497.000000 17007.000000 4182.000000 5594.000000 12907.000000 5698.000000 8043.000000 6035.000000 9732.000000 2616.000000 3816.000000 959.000000 4374.000000 3675.000000 2891.000000 855.000000 103.000000 260530.000000 259558.000000 43542.000000 36087.000000 27385.000000 21251.000000 34577.000000 4972.000000 18164.000000 4327.000000 6000.000000 14050.000000 6010.000000 7689.000000 6012.000000 10476.000000 2489.000000 4115.000000 1079.000000 4666.000000 3833.000000 2834.000000 850.000000 122.000000 307741.000000 306422.000000 52481.000000 40992.000000 31744.000000 25723.000000 40408.000000 5792.000000 21856.000000 5211.000000 6665.000000 16286.000000 7036.000000 10014.000000 7464.000000 12458.000000 3062.000000 4582.000000 1190.000000 5222.000000 4697.000000 3539.000000 1192.000000 127.000000 302559.000000 301123.000000 52887.000000 40463.000000 31434.000000 24377.000000 38601.000000 5630.000000 22754.000000 5187.000000 6952.000000 15600.000000 6870.000000 9044.000000 7061.000000 11756.000000 3035.000000 4518.000000 1198.000000 5609.000000 4603.000000 3544.000000 1306.000000 130.000000 307945.000000 306513.000000 54718.000000 40367.000000 32775.000000 25013.000000 39552.000000 5950.000000 22931.000000 5362.000000 6820.000000 15897.000000 6862.000000 8826.000000 6998.000000 12034.000000 3067.000000 4517.000000 1214.000000 5523.000000 4722.000000 3365.000000 1279.000000 153.000000 319026.000000 317144.000000 56639.000000 40569.000000 34387.000000 26055.000000 40344.000000 6012.000000 24678.000000 5605.000000 7275.000000 16547.000000 7195.000000 9200.000000 7239.000000 12210.000000 2985.000000 4814.000000 1199.000000 5654.000000 5038.000000 3499.000000 1717.000000 165.000000 172079.000000 171593.000000 23225.000000 21048.000000 16211.000000 14959.000000 20786.000000 4510.000000 10261.000000 3474.000000 5181.000000 11024.000000 5062.000000 7870.000000 5915.000000 8123.000000 2145.000000 3013.000000 792.000000 3218.000000 2540.000000 2236.000000 445.000000 41.000000 170919.000000 170456.000000 23599.000000 20789.000000 16065.000000 14948.000000 21352.000000 4196.000000 10443.000000 3480.000000 5057.000000 10810.000000 4980.000000 7509.000000 5544.000000 8215.000000 2084.000000 2869.000000 748.000000 3034.000000 2532.000000 2202.000000 427.000000 36.000000 167666.000000 167148.000000 23916.000000 21075.000000 16228.000000 13700.000000 20905.000000 4140.000000 10534.000000 3234.000000 4783.000000 10406.000000 4692.000000 7036.000000 5152.000000 7839.000000 2086.000000 3054.000000 707.000000 2935.000000 2666.000000 2060.000000 462.000000 56.000000 169344.000000 168814.000000 25020.000000 21509.000000 16199.000000 14719.000000 21489.000000 3913.000000 10848.000000 3308.000000 4576.000000 10094.000000 4339.000000 7061.000000 4933.000000 7538.000000 2120.000000 2850.000000 712.000000 2880.000000 2662.000000 2044.000000 461.000000 69.000000 164502.000000 163916.000000 24631.000000 20958.000000 16015.000000 13964.000000 21246.000000 3613.000000 10773.000000 3048.000000 4306.000000 9606.000000 4186.000000 6474.000000 4806.000000 7494.000000 1897.000000 2818.000000 728.000000 2739.000000 2534.000000 2080.000000 526.000000 60.000000 139559.000000 139047.000000 20969.000000 18189.000000 14289.000000 11343.000000 18161.000000 3027.000000 9353.000000 2552.000000 3803.000000 7950.000000 3696.000000 5378.000000 3787.000000 6024.000000 1649.000000 2407.000000 638.000000 2045.000000 2097.000000 1690.000000 456.000000 56.000000 154177.000000 153648.000000 24005.000000 20888.000000 15841.000000 12269.000000 19195.000000 3116.000000 10583.000000 2835.000000 3812.000000 8629.000000 3997.000000 6415.000000 3853.000000 6414.000000 1751.000000 2639.000000 826.000000 2277.000000 2445.000000 1858.000000 441.000000 88.000000 188313.000000 187617.000000 30178.000000 26348.000000 18707.000000 15226.000000 24049.000000 3444.000000 12513.000000 3224.000000 4629.000000 10743.000000 4402.000000 6684.000000 4758.000000 8082.000000 2253.000000 3152.000000 733.000000 3272.000000 2914.000000 2306.000000 583.000000 113.000000 213594.000000 212739.000000 34327.000000 29219.000000 21379.000000 18245.000000 28474.000000 3845.000000 14367.000000 3448.000000 4800.000000 11739.000000 5182.000000 7217.000000 5575.000000 9231.000000 2191.000000 3207.000000 834.000000 3636.000000 3206.000000 2617.000000 729.000000 126.000000 241512.000000 240495.000000 40273.000000 33744.000000 24093.000000 19789.000000 31069.000000 4457.000000 17008.000000 4193.000000 5551.000000 12848.000000 5681.000000 7973.000000 6010.000000 9655.000000 2579.000000 3787.000000 964.000000 4327.000000 3639.000000 2855.000000
914.000000 103.000000 259009.000000 258034.000000 43428.000000 35670.000000 27161.000000 21125.000000 34260.000000 4961.000000 18148.000000 4359.000000 5979.000000 13959.000000 6006.000000 7639.000000 6018.000000 10421.000000 2482.000000 4081.000000 1088.000000 4636.000000 3796.000000 2817.000000 866.000000 109.000000 305857.000000 304474.000000 52262.000000 40402.000000 31471.000000 25548.000000 40060.000000 5797.000000 21809.000000 5228.000000 6674.000000 16202.000000 7019.000000 9969.000000 7442.000000 12397.000000 3061.000000 4572.000000 1213.000000 5188.000000 4643.000000 3517.000000 1260.000000 123.000000 300659.000000 299213.000000 52833.000000 40009.000000 31293.000000 24198.000000 38339.000000 5605.000000 22744.000000 5177.000000 6908.000000 15468.000000 6805.000000 8927.000000 7006.000000 11623.000000 3000.000000 4467.000000 1178.000000 5553.000000 4569.000000 3511.000000 1316.000000 130.000000 306139.000000 304662.000000 54570.000000 39900.000000 32560.000000 24842.000000 39246.000000 5945.000000 22934.000000 5347.000000 6801.000000 15797.000000 6838.000000 8778.000000 6973.000000 11914.000000 3024.000000 4498.000000 1200.000000 5475.000000 4696.000000 3324.000000 1330.000000 147.000000 163948.000000 163454.000000 21370.000000 19618.000000 15697.000000 14216.000000 19524.000000 4164.000000 9543.000000 3414.000000 5139.000000 11040.000000 5141.000000 7787.000000 5621.000000 7855.000000 2094.000000 2851.000000 808.000000 3012.000000 2434.000000 2126.000000 447.000000 47.000000 170465.000000 169979.000000 23151.000000 20758.000000 16061.000000 14830.000000 20555.000000 4461.000000 10242.000000 3463.000000 5140.000000 10893.000000 5018.000000 7799.000000 5840.000000 8031.000000 2100.000000 2972.000000 777.000000 3185.000000 2499.000000 2204.000000 449.000000 37.000000 169400.000000 168922.000000 23509.000000 20591.000000 15951.000000 14828.000000 21107.000000 4137.000000 10410.000000 3460.000000 4990.000000 10685.000000 4886.000000 7421.000000 5492.000000 8117.000000 2070.000000 2823.000000 745.000000 3005.000000 2524.000000 2171.000000 440.000000 38.000000 166042.000000 165477.000000 23680.000000 20802.000000 16076.000000 13550.000000 20619.000000 4098.000000 10494.000000 3209.000000 4759.000000 10277.000000 4672.000000 6966.000000 5117.000000 7743.000000 2059.000000 3019.000000 736.000000 2912.000000 2644.000000 2045.000000 494.000000 71.000000 167845.000000 167308.000000 24768.000000 21400.000000 16061.000000 14565.000000 21264.000000 3863.000000 10803.000000 3335.000000 4533.000000 10011.000000 4267.000000 6988.000000 4905.000000 7446.000000 2091.000000 2803.000000 715.000000 2828.000000 2638.000000 2024.000000 474.000000 63.000000 163054.000000 162451.000000 24469.000000 20626.000000 15886.000000 13833.000000 21007.000000 3591.000000 10732.000000 3062.000000 4279.000000 9500.000000 4152.000000 6421.000000 4770.000000 7429.000000 1888.000000 2793.000000 725.000000 2727.000000 2498.000000 2063.000000 544.000000 59.000000 138408.000000 137855.000000 20846.000000 17959.000000 14151.000000 11234.000000 17984.000000 2997.000000 9341.000000 2547.000000 3765.000000 7892.000000 3673.000000 5335.000000 3776.000000 5949.000000 1619.000000 2376.000000 628.000000 2010.000000 2096.000000 1677.000000 486.000000 67.000000 152996.000000 152404.000000 23801.000000 20643.000000 15688.000000 12152.000000 19008.000000 3091.000000 10572.000000 2859.000000 3772.000000 8549.000000 3971.000000 6329.000000 3857.000000 6357.000000 1739.000000 2628.000000 837.000000 2263.000000 2438.000000 1850.000000 494.000000 98.000000 187284.000000 186504.000000 29981.000000 26382.000000 18590.000000 15125.000000 23817.000000 3414.000000 12500.000000 3251.000000 4595.000000 10632.000000 4331.000000 6655.000000 4722.000000 7999.000000 2231.000000 3131.000000 718.000000 3237.000000 2903.000000 2290.000000 672.000000 108.000000 212110.000000 211201.000000 34111.000000 28918.000000 21225.000000 18106.000000 28211.000000 3840.000000 14366.000000 3471.000000 4781.000000 11652.000000 5138.000000 7162.000000 5537.000000 9157.000000 2159.000000 3164.000000 826.000000 3602.000000 3185.000000 2590.000000 785.000000 124.000000 239898.000000 238868.000000 40099.000000 33428.000000 23910.000000 19643.000000 30780.000000 4442.000000 16956.000000 4219.000000 5527.000000 12715.000000 5670.000000 7929.000000 5947.000000 9586.000000 2555.000000 3761.000000 967.000000 4283.000000 3611.000000 2840.000000 933.000000 97.000000 257314.000000 256265.000000 43301.000000 35214.000000 26944.000000 20945.000000 33909.000000 4924.000000 18066.000000 4384.000000 5943.000000 13852.000000 5981.000000 7597.000000 6009.000000 10334.000000 2497.000000 4072.000000 1103.000000 4624.000000 3780.000000 2786.000000 940.000000 109.000000 303791.000000 302402.000000 52173.000000 40038.000000 31242.000000 25384.000000 39711.000000 5747.000000 21792.000000 5191.000000 6614.000000 16070.000000 6949.000000 9843.000000 7392.000000 12268.000000 3027.000000 4530.000000 1208.000000 5141.000000 4600.000000 3482.000000 1270.000000 119.000000 298788.000000 297295.000000 52704.000000 39613.000000 31081.000000 24016.000000 38041.000000 5555.000000 22692.000000 5139.000000 6885.000000 15343.000000 6756.000000 8851.000000 6994.000000 11527.000000 2973.000000 4442.000000 1170.000000 5495.000000 4563.000000 3455.000000 1370.000000 123.000000 154113.000000 153542.000000 19442.000000 17904.000000 14146.000000 13822.000000 18629.000000 4049.000000 9148.000000 3291.000000 4767.000000 10076.000000 4706.000000 7530.000000 5722.000000 7810.000000 1992.000000 2718.000000 737.000000 2703.000000 2259.000000 2091.000000 526.000000 45.000000 162387.000000 161892.000000 21242.000000 19352.000000 15520.000000 14058.000000 19315.000000 4111.000000 9514.000000 3407.000000 5090.000000 10938.000000 5101.000000 7713.000000 5571.000000 7763.000000 2065.000000 2827.000000 816.000000 2977.000000 2417.000000 2095.000000 452.000000 43.000000 168906.000000 168401.000000 22951.000000 20510.000000 15890.000000 14729.000000 20334.000000 4421.000000 10174.000000 3443.000000 5087.000000 10821.000000 4955.000000 7749.000000 5795.000000 7941.000000 2077.000000 2943.000000 770.000000 3159.000000 2484.000000 2168.000000 466.000000 39.000000 167784.000000 167273.000000 23288.000000 20349.000000 15809.000000 14719.000000 20824.000000 4099.000000 10316.000000 3474.000000 4949.000000 10578.000000 4866.000000 7352.000000 5473.000000 8037.000000 2051.000000 2763.000000 763.000000 2964.000000 2469.000000 2130.000000 459.000000 52.000000 164460.000000 163887.000000 23416.000000 20635.000000 15928.000000 13428.000000 20405.000000 4068.000000 10448.000000 3230.000000 4719.000000 10171.000000 4626.000000 6896.000000 5062.000000 7623.000000 2037.000000 2980.000000 719.000000 2878.000000 2608.000000 2010.000000 508.000000 65.000000 166227.000000 165662.000000 24576.000000 21051.000000 15918.000000 14426.000000 20962.000000 3827.000000 10767.000000 3334.000000 4518.000000 9912.000000 4233.000000 6936.000000 4858.000000 7372.000000 2088.000000 2785.000000 708.000000 2789.000000 2596.000000 2006.000000 502.000000 63.000000 161686.000000 161033.000000 24264.000000 20419.000000 15765.000000 13723.000000 20830.000000 3562.000000 10657.000000 3080.000000 4245.000000 9406.000000 4109.000000 6352.000000 4734.000000 7324.000000 1865.000000 2777.000000 723.000000 2704.000000 2466.000000 2028.000000 587.000000 66.000000 137250.000000 136622.000000 20637.000000 17787.000000 14037.000000 11163.000000 17732.000000 2975.000000 9289.000000 2575.000000 3733.000000 7814.000000 3660.000000 5267.000000 3762.000000 5887.000000 1597.000000 2358.000000 629.000000 2002.000000 2064.000000 1654.000000 550.000000 78.000000 151881.000000 151221.000000 23562.000000 20626.000000 15540.000000 12025.000000 18827.000000 3057.000000 10555.000000 2888.000000 3774.000000 8444.000000 3938.000000 6275.000000 3824.000000 6287.000000 1710.000000 2586.000000 827.000000 2238.000000 2417.000000 1821.000000 569.000000 91.000000 185987.000000 185158.000000 29818.000000 26131.000000 18445.000000 15011.000000 23569.000000 3402.000000 12477.000000 3263.000000 4571.000000 10538.000000 4324.000000 6598.000000 4702.000000 7932.000000 2201.000000 3086.000000 723.000000 3210.000000 2894.000000 2263.000000 721.000000 108.000000 210580.000000 209653.000000 33885.000000 28703.000000 21048.000000 17972.000000 27960.000000 3801.000000 14358.000000 3478.000000 4762.000000 11521.000000 5102.000000 7126.000000 5519.000000 9054.000000 2131.000000 3128.000000 832.000000 3575.000000 3154.000000 2544.000000 811.000000 116.000000 238136.000000 237061.000000 39906.000000 33066.000000 23657.000000 19489.000000 30396.000000 4409.000000 16934.000000 4226.000000 5504.000000 12625.000000 5615.000000 7873.000000 5930.000000 9515.000000 2551.000000 3734.000000 997.000000 4254.000000 3580.000000 2800.000000 975.000000 100.000000 255475.000000 254411.000000 43279.000000 34803.000000 26723.000000 20747.000000 33653.000000 4859.000000 18077.000000 4376.000000 5902.000000 13704.000000 5928.000000 7520.000000 5967.000000 10205.000000 2490.000000 4031.000000 1104.000000 4559.000000 3731.000000 2753.000000 960.000000 104.000000 301790.000000 300365.000000 52056.000000 39603.000000 31032.000000 25160.000000 39359.000000 5714.000000 21779.000000 5163.000000 6574.000000 15932.000000 6905.000000 9765.000000 7362.000000 12152.000000 3001.000000 4494.000000 1197.000000 5118.000000 4546.000000 3453.000000 1306.000000 119.000000 152248.000000 151656.000000 18962.000000 17458.000000 14117.000000 13869.000000 17736.000000 4015.000000 8728.000000 3378.000000 5119.000000 10326.000000 4829.000000 7374.000000 5532.000000 7537.000000 2061.000000 2821.000000 814.000000 2702.000000 2269.000000 2009.000000 535.000000 57.000000 152353.000000 151779.000000 19288.000000 17617.000000 14012.000000 13674.000000 18364.000000 3997.000000 9081.000000 3274.000000 4729.000000 9983.000000 4656.000000 7407.000000 5677.000000 7691.000000 1972.000000 2686.000000 732.000000 2664.000000 2243.000000 2032.000000 530.000000 44.000000 160772.000000 160249.000000 21066.000000 19144.000000 15371.000000 13904.000000 19105.000000 4067.000000 9476.000000 3385.000000 5030.000000 10849.000000 5007.000000 7649.000000 5544.000000 7658.000000 2029.000000 2772.000000 808.000000 2941.000000 2376.000000 2068.000000 480.000000 43.000000 167095.000000 166545.000000 22727.000000 20219.000000 15753.000000 14562.000000 20054.000000 4366.000000 10071.000000 3437.000000 5048.000000 10686.000000 4886.000000 7673.000000 5747.000000 7858.000000 2061.000000 2904.000000 785.000000 3113.000000 2465.000000 2130.000000 497.000000 53.000000 166107.000000 165562.000000 22982.000000 20181.000000 15616.000000 14568.000000 20651.000000 4041.000000 10250.000000 3480.000000 4899.000000 10477.000000 4826.000000 7277.000000 5412.000000 7932.000000 2025.000000 2734.000000 759.000000 2917.000000 2461.000000 2074.000000 492.000000 53.000000 162779.000000 162190.000000 23183.000000 20300.000000 15825.000000 13319.000000 20101.000000 4027.000000 10407.000000 3241.000000 4678.000000 10045.000000 4591.000000 6815.000000 5020.000000 7538.000000 2016.000000 2951.000000 713.000000 2845.000000 2580.000000 1995.000000 528.000000 61.000000 164676.000000 164058.000000 24366.000000 20765.000000 15780.000000 14271.000000 20710.000000 3790.000000 10725.000000 3342.000000 4488.000000 9799.000000 4195.000000 6879.000000 4810.000000 7302.000000 2072.000000 2749.000000 692.000000 2769.000000 2561.000000 1993.000000 553.000000 65.000000 160194.000000 159463.000000 23988.000000 20195.000000 15621.000000 13618.000000 20549.000000 3534.000000 10592.000000 3132.000000 4214.000000 9293.000000 4056.000000 6293.000000 4714.000000 7259.000000 1833.000000 2741.000000 737.000000 2667.000000 2434.000000 1993.000000 650.000000 81.000000 136202.000000 135515.000000 20403.000000 17826.000000 13938.000000 11064.000000 17516.000000 2960.000000 9256.000000 2590.000000 3695.000000 7736.000000 3622.000000 5212.000000 3726.000000 5795.000000 1582.000000 2315.000000 622.000000 1968.000000 2045.000000 1644.000000 619.000000 68.000000 150716.000000 150001.000000 23336.000000 20528.000000 15401.000000 11892.000000 18599.000000 3042.000000 10498.000000 2903.000000 3737.000000 8358.000000 3906.000000 6241.000000 3804.000000 6233.000000 1677.000000 2584.000000 829.000000 2221.000000 2401.000000 1811.000000 628.000000 87.000000 184608.000000 183779.000000 29643.000000 25914.000000 18286.000000 14911.000000 23335.000000 3383.000000 12444.000000 3262.000000 4546.000000 10450.000000 4314.000000 6527.000000 4677.000000 7840.000000 2183.000000 3050.000000 719.000000 3186.000000 2874.000000 2235.000000 728.000000 101.000000 209038.000000 208066.000000 33788.000000 28297.000000 20879.000000 17813.000000 27704.000000 3785.000000 14315.000000 3501.000000 4734.000000 11420.000000 5082.000000 7060.000000 5500.000000 8966.000000 2108.000000 3097.000000 838.000000 3546.000000 3129.000000 2504.000000 852.000000 120.000000 236234.000000 235146.000000 39848.000000 32735.000000 23486.000000 19289.000000 30144.000000 4382.000000 16915.000000 4186.000000 5440.000000 12473.000000 5550.000000 7764.000000 5879.000000 9371.000000 2522.000000 3688.000000 984.000000 4195.000000 3551.000000 2744.000000 992.000000 96.000000 253545.000000 252435.000000 43251.000000 34411.000000 26462.000000 20557.000000 33328.000000 4813.000000 18012.000000 4346.000000 5866.000000 13556.000000 5882.000000 7469.000000 5909.000000 10100.000000 2465.000000 3977.000000 1095.000000 4511.000000 3707.000000 2718.000000 1007.000000 103.000000 143711.000000 143151.000000 17543.000000 16475.000000 13045.000000 13569.000000 16401.000000 3898.000000 8296.000000 3135.000000 4294.000000 10298.000000 4543.000000 7013.000000 5493.000000 7334.000000 1882.000000 2564.000000 874.000000 2491.000000 2094.000000 1909.000000 507.000000 53.000000 150443.000000 149829.000000 18789.000000 17229.000000 13957.000000 13707.000000 17492.000000 3963.000000 8684.000000 3360.000000 5085.000000 10194.000000 4744.000000 7267.000000 5500.000000 7420.000000 2027.000000 2758.000000 808.000000 2639.000000 2240.000000 1966.000000 556.000000 58.000000 150536.000000 149928.000000 19059.000000 17412.000000 13840.000000 13509.000000 18137.000000 3941.000000 9032.000000 3255.000000 4669.000000 9847.000000 4582.000000 7293.000000 5603.000000 7571.000000 1943.000000 2654.000000 728.000000 2617.000000 2218.000000 2018.000000 565.000000 43.000000 158876.000000 158302.000000 20751.000000 18915.000000 15201.000000 13734.000000 18806.000000 4032.000000 9365.000000 3378.000000 4971.000000 10725.000000 4939.000000 7564.000000 5488.000000 7572.000000 1991.000000 2722.000000 832.000000 2912.000000 2353.000000 2051.000000 512.000000 62.000000 165265.000000 164685.000000 22402.000000 20110.000000 15580.000000 14374.000000 19810.000000 4315.000000 9999.000000 3445.000000 4998.000000 10580.000000 4819.000000 7576.000000 5693.000000 7729.000000 2028.000000 2866.000000 776.000000 3073.000000 2418.000000 2094.000000 529.000000 51.000000 164298.000000 163732.000000 22742.000000 19934.000000 15495.000000 14400.000000 20361.000000 3970.000000 10194.000000 3481.000000 4858.000000 10342.000000 4767.000000 7198.000000 5359.000000 7836.000000 1995.000000 2705.000000 754.000000 2866.000000 2435.000000 2040.000000 512.000000 54.000000 161099.000000 160448.000000 22926.000000 20090.000000 15647.000000 13188.000000 19806.000000 3985.000000 10327.000000 3270.000000 4640.000000 9932.000000 4541.000000 6746.000000 4966.000000 7464.000000 1988.000000 2917.000000 700.000000 2804.000000 2542.000000 1969.000000 593.000000 58.000000 162970.000000 162245.000000 24011.000000 20526.000000 15622.000000 14115.000000 20379.000000 3756.000000 10614.000000 3431.000000 4417.000000 9704.000000 4143.000000 6791.000000 4786.000000 7233.000000 2048.000000 2721.000000 704.000000 2733.000000 2548.000000 1963.000000 654.000000 71.000000 158845.000000 158027.000000 23614.000000 20182.000000 15486.000000 13480.000000 20295.000000 3498.000000 10531.000000 3191.000000 4179.000000 9195.000000 4013.000000 6230.000000 4675.000000 7166.000000 1816.000000 2697.000000 735.000000 2640.000000 2420.000000 1984.000000 744.000000 74.000000 134958.000000 134228.000000 20262.000000 17653.000000 13793.000000 10921.000000 17308.000000 2927.000000 9183.000000 2608.000000 3663.000000 7661.000000 3599.000000 5170.000000 3691.000000 5740.000000 1553.000000 2276.000000 621.000000 1954.000000 2028.000000 1617.000000 663.000000 67.000000 149473.000000 148748.000000 23185.000000 20398.000000 15232.000000 11763.000000 18373.000000 3021.000000 10456.000000 2915.000000 3714.000000 8307.000000 3878.000000 6175.000000 3769.000000 6163.000000 1650.000000 2531.000000 831.000000 2197.000000 2393.000000 1797.000000 639.000000 86.000000 183031.000000 182166.000000 29484.000000 25635.000000 18098.000000 14803.000000 23088.000000 3346.000000 12380.000000 3275.000000 4503.000000 10317.000000 4292.000000 6451.000000 4638.000000 7740.000000 2166.000000 3013.000000 725.000000 3136.000000 2857.000000 2219.000000 762.000000 103.000000 207244.000000 206273.000000 33745.000000 27983.000000 20695.000000 17665.000000 27419.000000 3744.000000 14256.000000 3484.000000 4704.000000 11306.000000 5042.000000 6970.000000 5441.000000 8813.000000 2063.000000 3053.000000 837.000000 3490.000000 3101.000000 2462.000000 856.000000 115.000000 234434.000000 233316.000000 39741.000000 32411.000000 23246.000000 19119.000000 29848.000000 4345.000000 16867.000000 4187.000000 5410.000000 12366.000000 5502.000000 7697.000000 5818.000000 9255.000000 2476.000000 3644.000000 984.000000 4160.000000 3527.000000 2713.000000 1024.000000 94.000000 142605.000000 142075.000000 16781.000000 16430.000000 12742.000000 13905.000000 16619.000000 3742.000000 7808.000000 3158.000000 4582.000000 9877.000000 4607.000000 7110.000000 5391.000000 7364.000000 1977.000000 2605.000000 916.000000 2478.000000 1993.000000 1990.000000 488.000000 42.000000 141750.000000 141176.000000 17344.000000 16252.000000 12853.000000 13376.000000 16132.000000 3829.000000 8203.000000 3126.000000 4252.000000 10163.000000 4457.000000 6897.000000 5422.000000 7208.000000 1863.000000 2515.000000 886.000000 2481.000000 2053.000000 1864.000000 523.000000 51.000000 148623.000000 147978.000000 18542.000000 17122.000000 13778.000000 13540.000000 17227.000000 3915.000000 8626.000000 3335.000000 5002.000000 10072.000000 4661.000000 7198.000000 5428.000000 7308.000000 1984.000000 2705.000000 796.000000 2603.000000 2211.000000 1925.000000 585.000000 60.000000 148649.000000 147991.000000 18740.000000 17194.000000 13640.000000 13304.000000 17829.000000 3896.000000 8975.000000 3259.000000 4620.000000 9738.000000 4517.000000 7216.000000 5543.000000 7470.000000 1913.000000 2613.000000 728.000000 2611.000000 2186.000000 1999.000000 590.000000 68.000000 156887.000000 156300.000000 20328.000000 18863.000000 15008.000000 13566.000000 18590.000000 3968.000000 9249.000000 3406.000000 4914.000000 10592.000000 4859.000000 7446.000000 5436.000000 7456.000000 1962.000000 2691.000000 802.000000 2880.000000 2295.000000 1989.000000 532.000000 55.000000 163140.000000 162539.000000 21992.000000 19891.000000 15413.000000 14208.000000 19504.000000 4251.000000 9939.000000 3476.000000 4934.000000 10424.000000 4743.000000 7482.000000 5591.000000 7606.000000 1990.000000 2819.000000 765.000000 3027.000000 2400.000000 2084.000000 549.000000 52.000000 162472.000000 161869.000000 22445.000000 19753.000000 15317.000000 14202.000000 20066.000000 3927.000000 10168.000000 3528.000000 4790.000000 10213.000000 4705.000000 7110.000000 5301.000000 7733.000000 1960.000000 2677.000000 734.000000 2816.000000 2408.000000 2016.000000 548.000000 55.000000 159412.000000 158697.000000 22568.000000 19959.000000 15466.000000 13053.000000 19489.000000 3945.000000 10255.000000 3385.000000 4571.000000 9838.000000 4495.000000 6668.000000 4904.000000 7364.000000 1949.000000 2877.000000 707.000000 2757.000000 2503.000000 1944.000000 653.000000 62.000000 161512.000000 160721.000000 23653.000000 20629.000000 15463.000000 13938.000000 20136.000000 3718.000000 10516.000000 3458.000000 4370.000000 9596.000000 4111.000000 6726.000000 4734.000000 7137.000000 2004.000000 2690.000000 683.000000 2679.000000 2523.000000 1957.000000 723.000000 68.000000 157283.000000 156429.000000 23338.000000 20078.000000 15307.000000 13308.000000 20058.000000 3472.000000 10463.000000 3227.000000 4129.000000 9093.000000 3969.000000 6146.000000 4626.000000 7055.000000 1781.000000 2660.000000 741.000000 2612.000000 2414.000000 1952.000000 783.000000 71.000000 133681.000000 132952.000000 20026.000000 17617.000000 13609.000000 10798.000000 17113.000000 2898.000000 9157.000000 2625.000000 3625.000000 7570.000000 3567.000000 5100.000000 3670.000000 5651.000000 1516.000000 2229.000000 620.000000 1931.000000 2028.000000 1602.000000 666.000000 63.000000 148147.000000 147396.000000 23047.000000 20214.000000 15034.000000 11629.000000 18189.000000 2980.000000 10434.000000 2953.000000 3680.000000 8230.000000 3841.000000 6082.000000 3737.000000 6076.000000 1628.000000 2501.000000 840.000000 2169.000000 2363.000000 1769.000000 666.000000 85.000000 181528.000000 180667.000000 29487.000000 25461.000000 17925.000000 14634.000000 22887.000000 3324.000000 12351.000000 3256.000000 4469.000000 10179.000000 4239.000000 6351.000000 4592.000000 7622.000000 2146.000000 2948.000000 714.000000 3088.000000 2810.000000 2184.000000 767.000000 94.000000 205584.000000 204596.000000 33614.000000 27827.000000 20460.000000 17497.000000 27123.000000 3707.000000 14165.000000 3480.000000 4667.000000 11194.000000 4997.000000 6893.000000 5374.000000 8727.000000 2042.000000 3042.000000 828.000000 3452.000000 3071.000000 2436.000000 877.000000 111.000000 137990.000000 137393.000000 15855.000000 15625.000000 12449.000000 13846.000000 15624.000000 3634.000000 7716.000000 2996.000000 4647.000000 9785.000000 4337.000000 6852.000000 5719.000000 6819.000000 1912.000000 2455.000000 899.000000 2387.000000 2005.000000 1831.000000 554.000000 43.000000 140539.000000 139986.000000 16566.000000 16297.000000 12496.000000 13687.000000 16340.000000 3670.000000 7715.000000 3178.000000 4530.000000 9732.000000 4520.000000 7009.000000 5334.000000 7235.000000 1930.000000 2535.000000 922.000000 2409.000000 1954.000000 1927.000000 509.000000 44.000000 139687.000000 139100.000000 17070.000000 16135.000000 12626.000000 13151.000000 15874.000000 3754.000000 8119.000000 3127.000000 4203.000000 10028.000000 4368.000000 6778.000000 5345.000000 7077.000000 1812.000000 2457.000000 876.000000 2461.000000 2013.000000 1826.000000 536.000000 51.000000 146631.000000 145950.000000 18223.000000 16923.000000 13593.000000 13352.000000 16904.000000 3862.000000 8521.000000 3366.000000 4942.000000 9943.000000 4592.000000 7101.000000 5356.000000 7228.000000 1949.000000 2646.000000 804.000000 2578.000000 2174.000000 1893.000000 607.000000 74.000000 146704.000000 146028.000000 18277.000000 17243.000000 13464.000000 13142.000000 17544.000000 3821.000000 8858.000000 3305.000000 4566.000000 9624.000000 4467.000000 7113.000000 5477.000000 7337.000000 1879.000000 2554.000000 724.000000 2577.000000 2133.000000 1923.000000 613.000000 63.000000 154880.000000 154283.000000 19943.000000 18794.000000 14797.000000 13355.000000 18332.000000 3914.000000 9179.000000 3465.000000 4852.000000 10409.000000 4806.000000 7348.000000 5358.000000 7342.000000 1920.000000 2637.000000 801.000000 2836.000000 2255.000000 1940.000000 544.000000 53.000000 161128.000000 160494.000000 21527.000000 19840.000000 15204.000000 14006.000000 19226.000000 4189.000000 9810.000000 3580.000000 4863.000000 10288.000000 4691.000000 7400.000000 5524.000000 7487.000000 1953.000000 2770.000000 751.000000 2957.000000 2379.000000 2049.000000 581.000000 53.000000 160490.000000 159820.000000 21900.000000 19737.000000 15113.000000 14007.000000 19759.000000 3883.000000 9992.000000 3759.000000 4691.000000 10068.000000 4654.000000 7010.000000 5235.000000 7598.000000 1925.000000 2616.000000 739.000000 2776.000000 2378.000000 1980.000000 608.000000 62.000000 157815.000000 157057.000000 22017.000000 20190.000000 15268.000000 12888.000000 19305.000000 3904.000000 10143.000000 3474.000000 4498.000000 9691.000000 4461.000000 6577.000000 4830.000000 7253.000000 1905.000000 2836.000000 694.000000 2722.000000 2488.000000 1913.000000 699.000000 59.000000 159719.000000 158904.000000 23265.000000 20639.000000 15246.000000 13758.000000 19865.000000 3676.000000 10380.000000 3541.000000 4310.000000 9441.000000 4053.000000 6668.000000 4702.000000 7000.000000 1943.000000 2649.000000 679.000000 2649.000000 2517.000000 1923.000000 753.000000 62.000000 155702.000000 154860.000000 23036.000000 20208.000000 15103.000000 13128.000000 19861.000000 3406.000000 10362.000000 3258.000000 4080.000000 8967.000000
3903.000000 6068.000000 4590.000000 6932.000000 1765.000000 2589.000000 718.000000 2566.000000 2409.000000 1911.000000 778.000000 64.000000 132410.000000 131661.000000 19981.000000 17593.000000 13463.000000 10608.000000 16886.000000 2849.000000 9032.000000 2677.000000 3591.000000 7460.000000 3510.000000 5038.000000 3637.000000 5551.000000 1491.000000 2202.000000 626.000000 1900.000000 1995.000000 1571.000000 692.000000 57.000000 146800.000000 146050.000000 23009.000000 20191.000000 14886.000000 11470.000000 18035.000000 2937.000000 10346.000000 2918.000000 3638.000000 8095.000000 3785.000000 5998.000000 3668.000000 5964.000000 1594.000000 2473.000000 828.000000 2126.000000 2344.000000 1745.000000 666.000000 84.000000 179968.000000 179080.000000 29394.000000 25424.000000 17727.000000 14478.000000 22658.000000 3290.000000 12275.000000 3220.000000 4401.000000 10044.000000 4179.000000 6255.000000 4536.000000 7507.000000 2107.000000 2893.000000 687.000000 3058.000000 2793.000000 2154.000000 797.000000 91.000000 133062.000000 132450.000000 15441.000000 15470.000000 11913.000000 12661.000000 14832.000000 3546.000000 7776.000000 2892.000000 4213.000000 9407.000000 4282.000000 6681.000000 5455.000000 6807.000000 1764.000000 2481.000000 895.000000 2322.000000 1810.000000 1802.000000 558.000000 54.000000 135969.000000 135361.000000 15631.000000 15497.000000 12221.000000 13610.000000 15395.000000 3577.000000 7615.000000 2989.000000 4582.000000 9645.000000 4253.000000 6754.000000 5630.000000 6705.000000 1868.000000 2405.000000 891.000000 2354.000000 1971.000000 1768.000000 561.000000 47.000000 138496.000000 137933.000000 16284.000000 16207.000000 12272.000000 13452.000000 16084.000000 3605.000000 7625.000000 3160.000000 4469.000000 9598.000000 4433.000000 6914.000000 5246.000000 7099.000000 1891.000000 2495.000000 908.000000 2387.000000 1931.000000 1873.000000 521.000000 42.000000 137715.000000 137105.000000 16719.000000 16033.000000 12442.000000 12942.000000 15620.000000 3701.000000 7942.000000 3156.000000 4142.000000 9878.000000 4293.000000 6708.000000 5297.000000 6989.000000 1767.000000 2388.000000 876.000000 2460.000000 1976.000000 1776.000000 547.000000 63.000000 144425.000000 143742.000000 17681.000000 16930.000000 13381.000000 13089.000000 16680.000000 3798.000000 8395.000000 3389.000000 4859.000000 9782.000000 4526.000000 7035.000000 5264.000000 7084.000000 1915.000000 2587.000000 783.000000 2568.000000 2145.000000 1851.000000 616.000000 67.000000 144607.000000 143924.000000 17894.000000 17212.000000 13243.000000 12913.000000 17267.000000 3771.000000 8739.000000 3332.000000 4497.000000 9489.000000 4392.000000 7010.000000 5396.000000 7191.000000 1838.000000 2502.000000 709.000000 2546.000000 2090.000000 1893.000000 624.000000 59.000000 152885.000000 152275.000000 19571.000000 18721.000000 14590.000000 13157.000000 18095.000000 3866.000000 9079.000000 3488.000000 4769.000000 10265.000000 4747.000000 7225.000000 5304.000000 7214.000000 1882.000000 2579.000000 792.000000 2794.000000 2231.000000 1906.000000 557.000000 53.000000 159026.000000 158368.000000 21029.000000 19813.000000 14992.000000 13807.000000 18917.000000 4117.000000 9688.000000 3734.000000 4763.000000 10152.000000 4615.000000 7285.000000 5477.000000 7366.000000 1907.000000 2702.000000 744.000000 2914.000000 2344.000000 2002.000000 598.000000 60.000000 158695.000000 158002.000000 21464.000000 19872.000000 14905.000000 13855.000000 19493.000000 3830.000000 9917.000000 3767.000000 4629.000000 9918.000000 4586.000000 6918.000000 5178.000000 7492.000000 1872.000000 2563.000000 717.000000 2743.000000 2349.000000 1934.000000 634.000000 59.000000 155980.000000 155225.000000 21723.000000 20119.000000 15068.000000 12717.000000 19033.000000 3856.000000 10054.000000 3478.000000 4432.000000 9563.000000 4405.000000 6475.000000 4802.000000 7117.000000 1872.000000 2775.000000 689.000000 2717.000000 2456.000000 1874.000000 699.000000 56.000000 157949.000000 157172.000000 22968.000000 20719.000000 15001.000000 13587.000000 19646.000000 3636.000000 10318.000000 3520.000000 4240.000000 9313.000000 3995.000000 6570.000000 4625.000000 6877.000000 1910.000000 2606.000000 658.000000 2617.000000 2482.000000 1884.000000 720.000000 57.000000 154147.000000 153325.000000 23140.000000 20035.000000 14904.000000 12929.000000 19673.000000 3335.000000 10271.000000 3272.000000 4025.000000 8820.000000 3867.000000 5944.000000 4522.000000 6797.000000 1728.000000 2552.000000 718.000000 2538.000000 2376.000000 1879.000000 765.000000 57.000000 131133.000000 130401.000000 20072.000000 17549.000000 13311.000000 10453.000000 16742.000000 2800.000000 8972.000000 2617.000000 3532.000000 7329.000000 3437.000000 4951.000000 3584.000000 5458.000000 1461.000000 2155.000000 615.000000 1863.000000 1962.000000 1538.000000 679.000000 53.000000 145327.000000 144584.000000 23010.000000 20130.000000 14678.000000 11299.000000 17906.000000 2891.000000 10278.000000 2854.000000 3602.000000 7972.000000 3721.000000 5898.000000 3623.000000 5842.000000 1557.000000 2430.000000 800.000000 2094.000000 2304.000000 1695.000000 661.000000 82.000000 133037.000000 132475.000000 15668.000000 16125.000000 12140.000000 12287.000000 14705.000000 3344.000000 8378.000000 2935.000000 4386.000000 9288.000000 4226.000000 6485.000000 4924.000000 6413.000000 1768.000000 2471.000000 931.000000 2287.000000 2000.000000 1714.000000 512.000000 50.000000 130784.000000 130186.000000 15251.000000 15161.000000 11713.000000 12453.000000 14537.000000 3483.000000 7655.000000 2867.000000 4138.000000 9260.000000 4189.000000 6559.000000 5375.000000 6673.000000 1731.000000 2436.000000 889.000000 2293.000000 1786.000000 1737.000000 548.000000 50.000000 133747.000000 133141.000000 15313.000000 15342.000000 12043.000000 13378.000000 15125.000000 3515.000000 7554.000000 2936.000000 4512.000000 9477.000000 4161.000000 6669.000000 5516.000000 6572.000000 1828.000000 2367.000000 876.000000 2320.000000 1934.000000 1703.000000 563.000000 43.000000 136119.000000 135536.000000 15922.000000 15978.000000 12065.000000 13232.000000 15751.000000 3543.000000 7557.000000 3144.000000 4378.000000 9418.000000 4333.000000 6822.000000 5169.000000 6978.000000 1839.000000 2434.000000 892.000000 2368.000000 1902.000000 1811.000000 535.000000 48.000000 135494.000000 134892.000000 16264.000000 16084.000000 12243.000000 12715.000000 15345.000000 3636.000000 7805.000000 3142.000000 4072.000000 9685.000000 4222.000000 6598.000000 5223.000000 6852.000000 1731.000000 2331.000000 850.000000 2411.000000 1944.000000 1739.000000 547.000000 55.000000 142090.000000 141407.000000 17304.000000 16786.000000 13157.000000 12859.000000 16410.000000 3752.000000 8296.000000 3351.000000 4777.000000 9620.000000 4448.000000 6893.000000 5191.000000 6930.000000 1879.000000 2518.000000 775.000000 2529.000000 2111.000000 1821.000000 618.000000 65.000000 142501.000000 141804.000000 17509.000000 17157.000000 13047.000000 12696.000000 17018.000000 3723.000000 8648.000000 3319.000000 4425.000000 9347.000000 4309.000000 6869.000000 5325.000000 7034.000000 1805.000000 2457.000000 693.000000 2477.000000 2079.000000 1867.000000 637.000000 60.000000 150748.000000 150113.000000 19233.000000 18589.000000 14400.000000 12956.000000 17792.000000 3802.000000 8979.000000 3536.000000 4681.000000 10111.000000 4672.000000 7105.000000 5242.000000 7075.000000 1833.000000 2511.000000 785.000000 2751.000000 2209.000000 1851.000000 578.000000 57.000000 157046.000000 156373.000000 20664.000000 19841.000000 14777.000000 13567.000000 18660.000000 4067.000000 9631.000000 3704.000000 4716.000000 10019.000000 4557.000000 7159.000000 5398.000000 7236.000000 1875.000000 2649.000000 732.000000 2856.000000 2309.000000 1956.000000 624.000000 49.000000 156631.000000 155923.000000 21149.000000 19749.000000 14720.000000 13631.000000 19225.000000 3779.000000 9828.000000 3742.000000 4552.000000 9787.000000 4511.000000 6810.000000 5108.000000 7351.000000 1835.000000 2521.000000 715.000000 2682.000000 2335.000000 1893.000000 649.000000 59.000000 154097.000000 153354.000000 21461.000000 20082.000000 14885.000000 12523.000000 18791.000000 3804.000000 9929.000000 3423.000000 4377.000000 9437.000000 4331.000000 6379.000000 4742.000000 6991.000000 1838.000000 2729.000000 679.000000 2676.000000 2432.000000 1845.000000 689.000000 54.000000 156028.000000 155255.000000 22856.000000 20433.000000 14826.000000 13385.000000 19413.000000 3589.000000 10208.000000 3495.000000 4164.000000 9188.000000 3933.000000 6477.000000 4558.000000 6776.000000 1872.000000 2542.000000 657.000000 2589.000000 2440.000000 1854.000000 720.000000 53.000000 152327.000000 151521.000000 23120.000000 19794.000000 14751.000000 12715.000000 19485.000000 3276.000000 10252.000000 3159.000000 3967.000000 8707.000000 3823.000000 5842.000000 4452.000000 6620.000000 1691.000000 2495.000000 701.000000 2500.000000 2336.000000 1835.000000 757.000000 49.000000 129637.000000 128906.000000 19996.000000 17361.000000 13136.000000 10274.000000 16571.000000 2762.000000 8904.000000 2564.000000 3491.000000 7229.000000 3404.000000 4875.000000 3527.000000 5361.000000 1432.000000 2108.000000 604.000000 1838.000000 1950.000000 1519.000000 679.000000 52.000000 136181.000000 135670.000000 15681.000000 16263.000000 12105.000000 12981.000000 15499.000000 3429.000000 9006.000000 2862.000000 4362.000000 9112.000000 4375.000000 6533.000000 5312.000000 6793.000000 1865.000000 2482.000000 934.000000 2318.000000 2007.000000 1751.000000 466.000000 45.000000 130547.000000 129988.000000 15460.000000 15837.000000 11895.000000 12056.000000 14463.000000 3271.000000 8250.000000 2894.000000 4308.000000 9096.000000 4123.000000 6343.000000 4833.000000 6279.000000 1714.000000 2387.000000 929.000000 2248.000000 1962.000000 1640.000000 511.000000 48.000000 128398.000000 127800.000000 14928.000000 14931.000000 11507.000000 12200.000000 14236.000000 3417.000000 7585.000000 2810.000000 4073.000000 9098.000000 4085.000000 6445.000000 5276.000000 6543.000000 1690.000000 2381.000000 867.000000 2258.000000 1754.000000 1716.000000 548.000000 50.000000 131364.000000 130740.000000 14939.000000 15096.000000 11815.000000 13119.000000 14818.000000 3449.000000 7426.000000 2950.000000 4433.000000 9315.000000 4078.000000 6566.000000 5403.000000 6467.000000 1800.000000 2301.000000 867.000000 2314.000000 1915.000000 1669.000000 579.000000 45.000000 133729.000000 133145.000000 15514.000000 15958.000000 11824.000000 13006.000000 15459.000000 3470.000000 7429.000000 3115.000000 4292.000000 9242.000000 4246.000000 6681.000000 5080.000000 6814.000000 1787.000000 2397.000000 871.000000 2328.000000 1856.000000 1776.000000 539.000000 45.000000 133034.000000 132432.000000 15908.000000 15861.000000 12033.000000 12486.000000 15059.000000 3574.000000 7686.000000 3099.000000 3992.000000 9513.000000 4125.000000 6469.000000 5132.000000 6710.000000 1693.000000 2289.000000 838.000000 2357.000000 1908.000000 1700.000000 550.000000 52.000000 139782.000000 139090.000000 16980.000000 16636.000000 12982.000000 12636.000000 16137.000000 3687.000000 8186.000000 3328.000000 4697.000000 9464.000000 4371.000000 6753.000000 5080.000000 6761.000000 1843.000000 2452.000000 757.000000 2475.000000 2081.000000 1784.000000 624.000000 68.000000 140187.000000 139465.000000 17148.000000 16996.000000 12827.000000 12475.000000 16727.000000 3650.000000 8559.000000 3359.000000 4312.000000 9200.000000 4222.000000 6722.000000 5231.000000 6880.000000 1775.000000 2398.000000 682.000000 2437.000000 2044.000000 1821.000000 661.000000 61.000000 148704.000000 148048.000000 18881.000000 18547.000000 14192.000000 12778.000000 17528.000000 3735.000000 8940.000000 3482.000000 4613.000000 9952.000000 4588.000000 6979.000000 5174.000000 6909.000000 1803.000000 2457.000000 767.000000 2718.000000 2185.000000 1820.000000 603.000000 53.000000 154737.000000 154063.000000 20332.000000 19658.000000 14501.000000 13344.000000 18354.000000 4012.000000 9543.000000 3651.000000 4653.000000 9861.000000 4485.000000 7048.000000 5313.000000 7107.000000 1842.000000 2611.000000 726.000000 2822.000000 2277.000000 1923.000000 628.000000 46.000000 154429.000000 153746.000000 20869.000000 19595.000000 14491.000000 13388.000000 18977.000000 3710.000000 9734.000000 3704.000000 4501.000000 9629.000000 4441.000000 6683.000000 5051.000000 7202.000000 1799.000000 2475.000000 697.000000 2653.000000 2293.000000 1854.000000 631.000000 52.000000 152029.000000 151286.000000 21397.000000 19783.000000 14677.000000 12287.000000 18482.000000 3745.000000 9847.000000 3402.000000 4303.000000 9283.000000 4247.000000 6261.000000 4672.000000 6882.000000 1797.000000 2687.000000 685.000000 2625.000000 2401.000000 1823.000000 691.000000 52.000000 153950.000000 153187.000000 22771.000000 20142.000000 14608.000000 13176.000000 19189.000000 3526.000000 10176.000000 3362.000000 4110.000000 9075.000000 3872.000000 6328.000000 4487.000000 6626.000000 1834.000000 2500.000000 643.000000 2531.000000 2406.000000 1825.000000 712.000000 51.000000 150388.000000 149582.000000 22949.000000 19555.000000 14545.000000 12522.000000 19294.000000 3235.000000 10171.000000 3100.000000 3913.000000 8578.000000 3754.000000 5724.000000 4384.000000 6494.000000 1658.000000 2451.000000 684.000000 2458.000000 2306.000000 1807.000000 756.000000 50.000000 135810.000000 135352.000000 15868.000000 16632.000000 12245.000000 12778.000000 15444.000000 3377.000000 9937.000000 3005.000000 4098.000000 8540.000000 4076.000000 6158.000000 5075.000000 6696.000000 1861.000000 2693.000000 842.000000 2289.000000 2063.000000 1675.000000 408.000000 50.000000 133404.000000 132901.000000 15383.000000 15967.000000 11850.000000 12695.000000 15193.000000 3337.000000 8887.000000 2806.000000 4288.000000 8953.000000 4262.000000 6373.000000 5212.000000 6625.000000 1829.000000 2415.000000 927.000000 2248.000000 1965.000000 1686.000000 457.000000 46.000000 127950.000000 127404.000000 15117.000000 15607.000000 11646.000000 11810.000000 14173.000000 3206.000000 8143.000000 2831.000000 4218.000000 8924.000000 4028.000000 6218.000000 4712.000000 6120.000000 1673.000000 2325.000000 911.000000 2213.000000 1921.000000 1608.000000 501.000000 45.000000 125699.000000 125097.000000 14546.000000 14705.000000 11286.000000 11903.000000 13917.000000 3347.000000 7414.000000 2781.000000 3994.000000 8905.000000 3997.000000 6343.000000 5180.000000 6383.000000 1633.000000 2295.000000 856.000000 2229.000000 1727.000000 1656.000000 548.000000 54.000000 128921.000000 128290.000000 14561.000000 15048.000000 11600.000000 12837.000000 14516.000000 3363.000000 7300.000000 2907.000000 4354.000000 9152.000000 3998.000000 6425.000000 5275.000000 6315.000000 1758.000000 2248.000000 838.000000 2276.000000 1880.000000 1639.000000 582.000000 49.000000 131236.000000 130653.000000 15163.000000 15748.000000 11638.000000 12761.000000 15135.000000 3401.000000 7317.000000 3080.000000 4196.000000 9048.000000 4158.000000 6531.000000 5008.000000 6665.000000 1739.000000 2343.000000 862.000000 2276.000000 1840.000000 1744.000000 538.000000 45.000000 130566.000000 129959.000000 15574.000000 15677.000000 11828.000000 12233.000000 14758.000000 3499.000000 7552.000000 3079.000000 3908.000000 9360.000000 4026.000000 6356.000000 5026.000000 6565.000000 1642.000000 2233.000000 816.000000 2297.000000 1875.000000 1655.000000 557.000000 50.000000 137272.000000 136557.000000 16593.000000 16407.000000 12730.000000 12402.000000 15815.000000 3622.000000 8090.000000 3338.000000 4580.000000 9295.000000 4297.000000 6638.000000 4977.000000 6624.000000 1791.000000 2396.000000 742.000000 2427.000000 2044.000000 1749.000000 643.000000 72.000000 137943.000000 137215.000000 16843.000000 16904.000000 12628.000000 12249.000000 16412.000000 3586.000000 8476.000000 3305.000000 4235.000000 9058.000000 4136.000000 6577.000000 5150.000000 6732.000000 1734.000000 2335.000000 672.000000 2396.000000 2009.000000 1778.000000 670.000000 58.000000 146220.000000 145553.000000 18532.000000 18353.000000 13939.000000 12523.000000 17212.000000 3668.000000 8844.000000 3438.000000 4524.000000 9795.000000 4512.000000 6832.000000 5099.000000 6782.000000 1762.000000 2393.000000 752.000000 2665.000000 2151.000000 1777.000000 617.000000 50.000000 152322.000000 151673.000000 20025.000000 19514.000000 14254.000000 13104.000000 18044.000000 3938.000000 9436.000000 3598.000000 4580.000000 9698.000000 4403.000000 6925.000000 5228.000000 6949.000000 1795.000000 2555.000000 718.000000 2782.000000 2247.000000 1880.000000 609.000000 40.000000 152131.000000 151456.000000 20711.000000 19255.000000 14262.000000 13167.000000 18672.000000 3658.000000 9622.000000 3670.000000 4443.000000 9466.000000 4377.000000 6561.000000 4972.000000 7058.000000 1760.000000 2402.000000 691.000000 2629.000000 2252.000000 1828.000000 630.000000 45.000000 149869.000000 149138.000000 21329.000000 19425.000000 14510.000000 12091.000000 18219.000000 3683.000000 9795.000000 3310.000000 4237.000000 9113.000000 4166.000000 6146.000000 4607.000000 6737.000000 1758.000000 2619.000000 668.000000 2565.000000 2368.000000 1792.000000 678.000000 53.000000 151696.000000 150946.000000 22608.000000 19856.000000 14387.000000 12947.000000 18934.000000 3465.000000 10084.000000 3293.000000 4052.000000 8908.000000 3780.000000 6216.000000 4416.000000 6464.000000 1793.000000 2457.000000 638.000000 2499.000000 2368.000000 1781.000000 701.000000 49.000000 129648.000000 129248.000000 15110.000000 16293.000000 11792.000000 11761.000000 14452.000000 3164.000000 9676.000000 2806.000000 4163.000000 7895.000000 3931.000000 5700.000000 4726.000000 6431.000000 1968.000000 2578.000000 873.000000 2248.000000 2150.000000 1531.000000 355.000000 45.000000 132726.000000 132276.000000 15557.000000 16252.000000 11996.000000 12462.000000 15072.000000 3299.000000 9776.000000 2946.000000 4027.000000 8356.000000 3935.000000 6004.000000 4975.000000 6522.000000 1804.000000 2596.000000 833.000000 2246.000000 2016.000000 1602.000000 403.000000 47.000000 130451.000000 129946.000000 15000.000000 15647.000000 11582.000000 12399.000000 14868.000000 3265.000000 8732.000000 2763.000000 4198.000000 8760.000000 4127.000000 6210.000000 5109.000000 6455.000000 1775.000000 2341.000000 907.000000 2229.000000 1932.000000 1647.000000 458.000000 47.000000 125130.000000 124579.000000 14728.000000 15344.000000 11403.000000 11567.000000 13855.000000 3126.000000 7990.000000 2814.000000 4102.000000 8711.000000 3945.000000 6068.000000 4608.000000 5943.000000 1601.000000 2255.000000 901.000000 2165.000000 1891.000000 1562.000000 501.000000 50.000000 122933.000000 122340.000000 14042.000000 14608.000000 11066.000000 11618.000000 13601.000000 3246.000000 7257.000000 2740.000000 3907.000000 8720.000000 3883.000000 6205.000000 5079.000000 6227.000000 1589.000000 2232.000000 823.000000 2180.000000 1698.000000 1619.000000 540.000000 53.000000 126222.000000 125594.000000 14213.000000 14826.000000 11358.000000 12541.000000 14221.000000 3286.000000 7179.000000 2869.000000 4247.000000 8964.000000 3921.000000 6261.000000 5158.000000 6153.000000 1702.000000 2195.000000 815.000000 2227.000000 1856.000000 1602.000000 580.000000 48.000000 128658.000000 128068.000000 14835.000000 15518.000000 11445.000000 12524.000000 14795.000000 3329.000000 7208.000000 3023.000000 4110.000000 8903.000000 4080.000000 6362.000000 4901.000000 6499.000000 1686.000000 2284.000000 845.000000 2217.000000 1814.000000 1690.000000 542.000000 48.000000 128029.000000 127412.000000 15201.000000 15413.000000 11612.000000 11988.000000 14457.000000 3429.000000 7452.000000 3104.000000 3829.000000 9144.000000 3941.000000 6225.000000 4922.000000 6411.000000 1603.000000 2173.000000 803.000000 2247.000000 1840.000000 1618.000000 563.000000 54.000000 134805.000000 134084.000000 16275.000000 16318.000000 12514.000000 12137.000000 15487.000000 3543.000000 8009.000000 3304.000000 4496.000000 9109.000000 4196.000000 6482.000000 4876.000000 6471.000000 1725.000000 2339.000000 739.000000 2354.000000 2011.000000 1699.000000 650.000000 71.000000 135295.000000 134558.000000 16521.000000 16681.000000 12407.000000 11992.000000 16053.000000 3513.000000 8351.000000 3254.000000 4143.000000 8883.000000 4054.000000 6450.000000 5049.000000 6542.000000 1681.000000 2260.000000 669.000000 2346.000000 1968.000000 1741.000000 685.000000 52.000000 143722.000000 143062.000000 18201.000000 18176.000000 13708.000000 12269.000000 16896.000000 3604.000000 8722.000000 3379.000000 4442.000000 9628.000000 4425.000000 6692.000000 5014.000000 6622.000000 1712.000000 2339.000000 741.000000 2631.000000 2118.000000 1743.000000 615.000000 45.000000 149740.000000 149087.000000 19882.000000 19072.000000 14008.000000 12853.000000 17698.000000 3879.000000 9295.000000 3564.000000 4499.000000 9542.000000 4309.000000 6770.000000 5122.000000 6814.000000 1753.000000 2492.000000 713.000000 2744.000000 2229.000000 1849.000000 615.000000 38.000000 149571.000000 148902.000000 20594.000000 18906.000000 14051.000000 12921.000000 18366.000000 3589.000000 9514.000000 3532.000000 4344.000000 9288.000000 4278.000000 6446.000000 4885.000000 6890.000000 1710.000000 2342.000000 682.000000 2563.000000 2225.000000 1776.000000 625.000000 44.000000 147490.000000 146744.000000 21112.000000 19114.000000 14288.000000 11858.000000 17930.000000 3632.000000 9683.000000 3246.000000 4169.000000 8944.000000 4096.000000 6039.000000 4527.000000 6575.000000 1711.000000 2563.000000 648.000000 2531.000000 2322.000000 1756.000000 697.000000 49.000000 124511.000000 124105.000000 14679.000000 15956.000000 11431.000000 11305.000000 14068.000000 2917.000000 9445.000000 2789.000000 3907.000000 7493.000000 3673.000000 5335.000000 4366.000000 5946.000000 1832.000000 2511.000000 777.000000 2243.000000 1994.000000 1438.000000 355.000000 51.000000 126341.000000 125949.000000 14726.000000 15942.000000 11454.000000 11434.000000 14068.000000 3054.000000 9525.000000 2755.000000 4076.000000 7733.000000 3815.000000 5531.000000 4635.000000 6235.000000 1909.000000 2471.000000 850.000000 2196.000000 2094.000000 1446.000000 348.000000 44.000000 129461.000000 129020.000000 15155.000000 15995.000000 11726.000000 12147.000000 14687.000000 3202.000000 9587.000000 2887.000000 3920.000000 8136.000000 3825.000000 5823.000000 4849.000000 6334.000000 1731.000000 2517.000000 816.000000 2183.000000 1954.000000 1546.000000 394.000000 47.000000 127326.000000 126821.000000 14583.000000 15364.000000 11306.000000 12113.000000 14444.000000 3192.000000 8540.000000 2730.000000 4096.000000 8533.000000 4040.000000 6062.000000 4977.000000 6302.000000 1726.000000 2270.000000 894.000000 2177.000000 1869.000000 1603.000000 459.000000 46.000000 122269.000000 121717.000000 14224.000000 15239.000000 11152.000000 11272.000000 13469.000000 3059.000000 7834.000000 2765.000000 4025.000000 8516.000000 3828.000000 5922.000000 4505.000000 5764.000000 1560.000000 2193.000000 889.000000 2133.000000 1854.000000 1514.000000 503.000000 49.000000 120174.000000 119585.000000 13651.000000 14425.000000 10831.000000 11351.000000 13264.000000 3171.000000 7113.000000 2699.000000 3834.000000 8515.000000 3798.000000 6047.000000 4958.000000 6049.000000 1537.000000 2175.000000 805.000000 2117.000000 1653.000000 1592.000000 535.000000 54.000000 123392.000000 122769.000000 13862.000000 14630.000000 11127.000000 12258.000000 13856.000000 3204.000000 7019.000000 2823.000000 4156.000000 8765.000000 3823.000000 6084.000000 5044.000000 5988.000000 1664.000000 2137.000000 795.000000 2150.000000 1818.000000 1566.000000 575.000000 48.000000 125839.000000 125245.000000 14485.000000 15280.000000 11175.000000 12232.000000 14406.000000 3245.000000 7103.000000 3022.000000 4014.000000 8701.000000 3987.000000 6194.000000 4793.000000 6301.000000 1649.000000 2219.000000 827.000000 2182.000000 1780.000000 1650.000000 547.000000 47.000000 125611.000000 124996.000000 14874.000000 15289.000000 11428.000000 11723.000000 14162.000000 3347.000000 7359.000000 3048.000000 3745.000000 8945.000000 3862.000000 6061.000000 4832.000000 6260.000000 1564.000000 2115.000000 786.000000 2194.000000 1808.000000 1594.000000 564.000000 51.000000 132081.000000 131362.000000 15904.000000 16101.000000 12261.000000 11838.000000 15157.000000 3474.000000 7884.000000 3251.000000 4424.000000 8940.000000 4117.000000 6335.000000 4758.000000 6297.000000 1670.000000 2285.000000 723.000000 2298.000000 1980.000000 1665.000000 648.000000 71.000000 132788.000000 132065.000000 16207.000000 16474.000000 12166.000000 11750.000000 15751.000000 3438.000000 8244.000000 3194.000000 4060.000000 8707.000000 3963.000000 6307.000000 4959.000000 6396.000000 1637.000000 2219.000000 656.000000 2312.000000 1929.000000 1696.000000 676.000000 47.000000 141068.000000 140407.000000
18045.000000 17784.000000 13467.000000 12004.000000 16562.000000 3539.000000 8594.000000 3345.000000 4353.000000 9431.000000 4329.000000 6541.000000 4919.000000 6466.000000 1670.000000 2279.000000 724.000000 2571.000000 2084.000000 1700.000000 615.000000 46.000000 146912.000000 146262.000000 19730.000000 18641.000000 13752.000000 12579.000000 17368.000000 3804.000000 9134.000000 3451.000000 4407.000000 9382.000000 4231.000000 6629.000000 4999.000000 6650.000000 1695.000000 2439.000000 693.000000 2675.000000 2203.000000 1800.000000 611.000000 39.000000 146827.000000 146144.000000 20341.000000 18556.000000 13800.000000 12642.000000 18013.000000 3505.000000 9400.000000 3434.000000 4274.000000 9116.000000 4206.000000 6299.000000 4782.000000 6719.000000 1666.000000 2293.000000 665.000000 2509.000000 2181.000000 1743.000000 641.000000 42.000000 116614.000000 116277.000000 13900.000000 15099.000000 10620.000000 10218.000000 12787.000000 2814.000000 8623.000000 2537.000000 3618.000000 7333.000000 3506.000000 5251.000000 4094.000000 5247.000000 1771.000000 2523.000000 783.000000 2081.000000 2008.000000 1464.000000 303.000000 34.000000 121099.000000 120695.000000 14340.000000 15581.000000 11112.000000 11014.000000 13679.000000 2825.000000 9257.000000 2711.000000 3801.000000 7256.000000 3562.000000 5183.000000 4249.000000 5732.000000 1758.000000 2417.000000 744.000000 2176.000000 1940.000000 1358.000000 357.000000 47.000000 122901.000000 122511.000000 14286.000000 15603.000000 11174.000000 11113.000000 13673.000000 2957.000000 9343.000000 2656.000000 3974.000000 7525.000000 3687.000000 5367.000000 4490.000000 6048.000000 1835.000000 2394.000000 829.000000 2128.000000 2026.000000 1403.000000 350.000000 40.000000 125910.000000 125467.000000 14646.000000 15682.000000 11392.000000 11798.000000 14254.000000 3095.000000 9388.000000 2827.000000 3812.000000 7916.000000 3706.000000 5685.000000 4707.000000 6101.000000 1685.000000 2431.000000 798.000000 2143.000000 1905.000000 1496.000000 397.000000 46.000000 123987.000000 123489.000000 14062.000000 15148.000000 11007.000000 11789.000000 14029.000000 3086.000000 8354.000000 2690.000000 3991.000000 8327.000000 3929.000000 5884.000000 4838.000000 6117.000000 1665.000000 2211.000000 862.000000 2123.000000 1832.000000 1545.000000 451.000000 47.000000 119174.000000 118629.000000 13821.000000 14991.000000 10882.000000 10962.000000 13095.000000 2975.000000 7661.000000 2714.000000 3924.000000 8318.000000 3723.000000 5751.000000 4406.000000 5574.000000 1500.000000 2128.000000 868.000000 2064.000000 1800.000000 1472.000000 497.000000 48.000000 117291.000000 116712.000000 13310.000000 14205.000000 10562.000000 11063.000000 12915.000000 3075.000000 6946.000000 2648.000000 3756.000000 8324.000000 3704.000000 5900.000000 4839.000000 5877.000000 1487.000000 2110.000000 776.000000 2060.000000 1618.000000 1537.000000 525.000000 54.000000 120437.000000 119815.000000 13489.000000 14372.000000 10865.000000 11960.000000 13495.000000 3131.000000 6883.000000 2805.000000 4052.000000 8538.000000 3741.000000 5912.000000 4919.000000 5809.000000 1610.000000 2075.000000 778.000000 2094.000000 1774.000000 1513.000000 576.000000 46.000000 123133.000000 122543.000000 14153.000000 15119.000000 10956.000000 11927.000000 14117.000000 3150.000000 7013.000000 2962.000000 3911.000000 8509.000000 3882.000000 6021.000000 4685.000000 6114.000000 1602.000000 2155.000000 802.000000 2097.000000 1752.000000 1616.000000 543.000000 47.000000 122783.000000 122169.000000 14482.000000 15061.000000 11176.000000 11467.000000 13853.000000 3272.000000 7226.000000 2993.000000 3669.000000 8736.000000 3756.000000 5885.000000 4714.000000 6077.000000 1525.000000 2043.000000 779.000000 2150.000000 1772.000000 1533.000000 563.000000 51.000000 129175.000000 128472.000000 15600.000000 15873.000000 11981.000000 11549.000000 14763.000000 3393.000000 7740.000000 3185.000000 4301.000000 8759.000000 4021.000000 6176.000000 4626.000000 6150.000000 1623.000000 2225.000000 705.000000 2244.000000 1946.000000 1612.000000 636.000000 67.000000 129976.000000 129259.000000 15997.000000 16047.000000 11902.000000 11479.000000 15421.000000 3373.000000 8086.000000 3156.000000 3973.000000 8532.000000 3856.000000 6142.000000 4854.000000 6240.000000 1588.000000 2153.000000 638.000000 2271.000000 1890.000000 1661.000000 671.000000 46.000000 138294.000000 137643.000000 17892.000000 17367.000000 13184.000000 11744.000000 16227.000000 3473.000000 8504.000000 3244.000000 4259.000000 9252.000000 4207.000000 6381.000000 4821.000000 6311.000000 1625.000000 2222.000000 708.000000 2514.000000 2053.000000 1655.000000 607.000000 44.000000 144217.000000 143545.000000 19510.000000 18266.000000 13485.000000 12332.000000 17040.000000 3752.000000 8990.000000 3370.000000 4314.000000 9188.000000 4139.000000 6488.000000 4898.000000 6487.000000 1651.000000 2384.000000 686.000000 2636.000000 2175.000000 1754.000000 633.000000 39.000000 111127.000000 110776.000000 13281.000000 15031.000000 10137.000000 9817.000000 12548.000000 2718.000000 8208.000000 2345.000000 3331.000000 6610.000000 3242.000000 4606.000000 3735.000000 5158.000000 1639.000000 2395.000000 694.000000 2019.000000 1926.000000 1336.000000 311.000000 40.000000 113027.000000 112696.000000 13471.000000 14757.000000 10243.000000 9891.000000 12418.000000 2715.000000 8437.000000 2465.000000 3504.000000 7110.000000 3366.000000 5070.000000 3980.000000 5051.000000 1701.000000 2423.000000 747.000000 2024.000000 1946.000000 1377.000000 298.000000 33.000000 117475.000000 117080.000000 13875.000000 15245.000000 10755.000000 10682.000000 13257.000000 2717.000000 9049.000000 2647.000000 3669.000000 7040.000000 3428.000000 5022.000000 4110.000000 5530.000000 1690.000000 2339.000000 726.000000 2104.000000 1887.000000 1308.000000 354.000000 41.000000 119257.000000 118865.000000 13785.000000 15214.000000 10856.000000 10794.000000 13263.000000 2859.000000 9125.000000 2610.000000 3862.000000 7310.000000 3549.000000 5203.000000 4330.000000 5812.000000 1773.000000 2302.000000 801.000000 2074.000000 1985.000000 1358.000000 351.000000 41.000000 122235.000000 121796.000000 14073.000000 15479.000000 11075.000000 11430.000000 13805.000000 2972.000000 9107.000000 2781.000000 3708.000000 7680.000000 3589.000000 5506.000000 4587.000000 5877.000000 1618.000000 2337.000000 784.000000 2074.000000 1859.000000 1455.000000 391.000000 48.000000 120486.000000 120006.000000 13649.000000 14838.000000 10697.000000 11432.000000 13558.000000 2992.000000 8152.000000 2638.000000 3903.000000 8114.000000 3801.000000 5703.000000 4703.000000 5903.000000 1606.000000 2161.000000 829.000000 2052.000000 1775.000000 1500.000000 436.000000 44.000000 115958.000000 115416.000000 13457.000000 14652.000000 10581.000000 10629.000000 12715.000000 2894.000000 7470.000000 2672.000000 3819.000000 8108.000000 3621.000000 5570.000000 4299.000000 5401.000000 1447.000000 2050.000000 847.000000 1995.000000 1757.000000 1432.000000 497.000000 45.000000 114222.000000 113637.000000 12910.000000 13944.000000 10301.000000 10734.000000 12537.000000 3008.000000 6789.000000 2626.000000 3635.000000 8126.000000 3605.000000 5730.000000 4710.000000 5660.000000 1436.000000 2046.000000 760.000000 2003.000000 1580.000000 1497.000000 531.000000 54.000000 117544.000000 116927.000000 13164.000000 14153.000000 10635.000000 11669.000000 13131.000000 3034.000000 6772.000000 2736.000000 3976.000000 8299.000000 3641.000000 5727.000000 4797.000000 5635.000000 1554.000000 2027.000000 756.000000 2008.000000 1735.000000 1478.000000 572.000000 45.000000 120070.000000 119484.000000 13781.000000 14850.000000 10677.000000 11596.000000 13705.000000 3075.000000 6893.000000 2896.000000 3806.000000 8298.000000 3771.000000 5873.000000 4572.000000 5947.000000 1536.000000 2095.000000 781.000000 2044.000000 1725.000000 1563.000000 541.000000 45.000000 119846.000000 119248.000000 14113.000000 14798.000000 10874.000000 11182.000000 13514.000000 3201.000000 7077.000000 2919.000000 3581.000000 8558.000000 3672.000000 5735.000000 4590.000000 5895.000000 1484.000000 1994.000000 760.000000 2088.000000 1728.000000 1485.000000 549.000000 49.000000 126161.000000 125453.000000 15376.000000 15388.000000 11741.000000 11283.000000 14397.000000 3290.000000 7579.000000 3123.000000 4190.000000 8534.000000 3928.000000 6025.000000 4503.000000 5982.000000 1584.000000 2150.000000 696.000000 2189.000000 1920.000000 1575.000000 645.000000 63.000000 127218.000000 126515.000000 15806.000000 15743.000000 11664.000000 11212.000000 15056.000000 3291.000000 7938.000000 3049.000000 3887.000000 8357.000000 3760.000000 6004.000000 4740.000000 6066.000000 1542.000000 2085.000000 623.000000 2218.000000 1858.000000 1616.000000 660.000000 43.000000 135247.000000 134587.000000 17567.000000 17016.000000 12919.000000 11432.000000 15857.000000 3432.000000 8336.000000 3142.000000 4182.000000 9017.000000 4109.000000 6220.000000 4717.000000 6133.000000 1581.000000 2153.000000 697.000000 2444.000000 2014.000000 1619.000000 616.000000 44.000000 101996.000000 101656.000000 12333.000000 14362.000000 9397.000000 8575.000000 11458.000000 2327.000000 7576.000000 2189.000000 3020.000000 6054.000000 2909.000000 3848.000000 3197.000000 4692.000000 1797.000000 2308.000000 661.000000 1903.000000 1877.000000 1173.000000 306.000000 34.000000 107393.000000 107050.000000 12854.000000 14590.000000 9797.000000 9477.000000 12124.000000 2615.000000 7966.000000 2290.000000 3218.000000 6388.000000 3101.000000 4440.000000 3603.000000 4962.000000 1567.000000 2291.000000 686.000000 1961.000000 1867.000000 1253.000000 305.000000 38.000000 109250.000000 108926.000000 12989.000000 14374.000000 9888.000000 9561.000000 11968.000000 2600.000000 8203.000000 2377.000000 3385.000000 6892.000000 3226.000000 4884.000000 3843.000000 4869.000000 1626.000000 2323.000000 731.000000 1981.000000 1875.000000 1331.000000 291.000000 33.000000 113621.000000 113226.000000 13313.000000 14861.000000 10399.000000 10334.000000 12813.000000 2605.000000 8766.000000 2574.000000 3569.000000 6843.000000 3306.000000 4867.000000 3976.000000 5293.000000 1611.000000 2242.000000 696.000000 2058.000000 1835.000000 1265.000000 352.000000 43.000000 115516.000000 115127.000000 13253.000000 14888.000000 10583.000000 10466.000000 12827.000000 2748.000000 8858.000000 2558.000000 3751.000000 7085.000000 3424.000000 5048.000000 4159.000000 5561.000000 1698.000000 2203.000000 770.000000 1999.000000 1927.000000 1321.000000 349.000000 40.000000 118516.000000 118090.000000 13583.000000 15109.000000 10758.000000 11079.000000 13359.000000 2876.000000 8823.000000 2714.000000 3598.000000 7450.000000 3485.000000 5319.000000 4452.000000 5668.000000 1562.000000 2253.000000 768.000000 1995.000000 1819.000000 1420.000000 383.000000 43.000000 116857.000000 116388.000000 13246.000000 14517.000000 10350.000000 11039.000000 13148.000000 2894.000000 7946.000000 2594.000000 3791.000000 7870.000000 3684.000000 5518.000000 4561.000000 5682.000000 1537.000000 2067.000000 807.000000 1985.000000 1714.000000 1438.000000 426.000000 43.000000 112630.000000 112101.000000 13023.000000 14398.000000 10269.000000 10314.000000 12320.000000 2820.000000 7276.000000 2632.000000 3699.000000 7874.000000 3507.000000 5372.000000 4181.000000 5200.000000 1390.000000 1978.000000 820.000000 1927.000000 1715.000000 1386.000000 485.000000 44.000000 111055.000000 110479.000000 12520.000000 13690.000000 10016.000000 10402.000000 12177.000000 2925.000000 6633.000000 2570.000000 3535.000000 7877.000000 3499.000000 5567.000000 4576.000000 5458.000000 1386.000000 1977.000000 745.000000 1929.000000 1549.000000 1448.000000 523.000000 53.000000 114313.000000 113702.000000 12819.000000 13827.000000 10356.000000 11332.000000 12722.000000 2956.000000 6633.000000 2676.000000 3870.000000 8070.000000 3515.000000 5553.000000 4662.000000 5435.000000 1496.000000 1950.000000 740.000000 1974.000000 1691.000000 1425.000000 565.000000 46.000000 116860.000000 116270.000000 13455.000000 14515.000000 10374.000000 11279.000000 13318.000000 2994.000000 6757.000000 2819.000000 3726.000000 8097.000000 3663.000000 5666.000000 4433.000000 5744.000000 1478.000000 2018.000000 763.000000 1973.000000 1683.000000 1515.000000 549.000000 41.000000 116660.000000 116058.000000 13865.000000 14311.000000 10637.000000 10869.000000 13098.000000 3104.000000 6933.000000 2855.000000 3467.000000 8334.000000 3575.000000 5557.000000 4458.000000 5712.000000 1437.000000 1925.000000 742.000000 2023.000000 1696.000000 1460.000000 553.000000 49.000000 122942.000000 122241.000000 15123.000000 14985.000000 11432.000000 10967.000000 14012.000000 3216.000000 7438.000000 3017.000000 4093.000000 8323.000000 3822.000000 5839.000000 4374.000000 5798.000000 1515.000000 2083.000000 685.000000 2104.000000 1877.000000 1538.000000 642.000000 59.000000 124073.000000 123347.000000 15501.000000 15372.000000 11379.000000 10896.000000 14678.000000 3208.000000 7726.000000 2965.000000 3791.000000 8179.000000 3656.000000 5842.000000 4611.000000 5882.000000 1492.000000 2030.000000 599.000000 2162.000000 1816.000000 1562.000000 682.000000 44.000000 88828.000000 88494.000000 10719.000000 12685.000000 7669.000000 7946.000000 9946.000000 2058.000000 6197.000000 1897.000000 2636.000000 5127.000000 2436.000000 3853.000000 3097.000000 4031.000000 1417.000000 1821.000000 538.000000 1709.000000 1628.000000 1084.000000 299.000000 35.000000 98048.000000 97714.000000 11908.000000 13907.000000 8954.000000 8198.000000 11030.000000 2226.000000 7335.000000 2130.000000 2919.000000 5854.000000 2778.000000 3672.000000 3080.000000 4471.000000 1701.000000 2201.000000 629.000000 1825.000000 1804.000000 1092.000000 301.000000 33.000000 103535.000000 103198.000000 12316.000000 14107.000000 9460.000000 9154.000000 11676.000000 2524.000000 7717.000000 2217.000000 3112.000000 6146.000000 2990.000000 4281.000000 3459.000000 4775.000000 1497.000000 2196.000000 658.000000 1895.000000 1806.000000 1212.000000 299.000000 38.000000 105233.000000 104913.000000 12438.000000 13908.000000 9540.000000 9209.000000 11516.000000 2503.000000 7980.000000 2302.000000 3269.000000 6652.000000 3080.000000 4714.000000 3688.000000 4661.000000 1559.000000 2197.000000 707.000000 1923.000000 1794.000000 1273.000000 283.000000 37.000000 109668.000000 109277.000000 12709.000000 14579.000000 10034.000000 9951.000000 12361.000000 2491.000000 8501.000000 2516.000000 3455.000000 6595.000000 3159.000000 4680.000000 3839.000000 5081.000000 1534.000000 2136.000000 671.000000 1982.000000 1773.000000 1230.000000 350.000000 41.000000 111624.000000 111238.000000 12760.000000 14497.000000 10201.000000 10096.000000 12346.000000 2647.000000 8597.000000 2500.000000 3619.000000 6853.000000 3293.000000 4867.000000 4017.000000 5348.000000 1636.000000 2118.000000 743.000000 1927.000000 1862.000000 1311.000000 347.000000 39.000000 114650.000000 114230.000000 13164.000000 14757.000000 10397.000000 10707.000000 12852.000000 2776.000000 8528.000000 2627.000000 3487.000000 7218.000000 3370.000000 5113.000000 4305.000000 5455.000000 1504.000000 2159.000000 738.000000 1921.000000 1783.000000 1369.000000 379.000000 41.000000 113232.000000 112759.000000 12850.000000 14176.000000 10083.000000 10655.000000 12662.000000 2797.000000 7731.000000 2559.000000 3676.000000 7634.000000 3550.000000 5321.000000 4397.000000 5446.000000 1477.000000 1983.000000 769.000000 1913.000000 1680.000000 1400.000000 428.000000 45.000000 109329.000000 108808.000000 12618.000000 14135.000000 10003.000000 9962.000000 11944.000000 2740.000000 7097.000000 2574.000000 3593.000000 7645.000000 3396.000000 5199.000000 4038.000000 4994.000000 1323.000000 1899.000000 787.000000 1834.000000 1675.000000 1352.000000 475.000000 46.000000 107758.000000 107184.000000 12132.000000 13381.000000 9722.000000 10071.000000 11787.000000 2823.000000 6454.000000 2501.000000 3423.000000 7625.000000 3395.000000 5383.000000 4451.000000 5287.000000 1342.000000 1911.000000 721.000000 1866.000000 1505.000000 1404.000000 522.000000 52.000000 110872.000000 110271.000000 12445.000000 13483.000000 10015.000000 10981.000000 12327.000000 2848.000000 6456.000000 2600.000000 3752.000000 7850.000000 3397.000000 5344.000000 4538.000000 5248.000000 1444.000000 1894.000000 719.000000 1912.000000 1655.000000 1363.000000 561.000000 40.000000 113653.000000 113074.000000 13168.000000 14095.000000 10098.000000 10950.000000 12933.000000 2925.000000 6636.000000 2756.000000 3621.000000 7873.000000 3561.000000 5489.000000 4312.000000 5543.000000 1425.000000 1946.000000 743.000000 1902.000000 1646.000000 1452.000000 540.000000 39.000000 113520.000000 112936.000000 13622.000000 13906.000000 10357.000000 10577.000000 12706.000000 3008.000000 6804.000000 2752.000000 3355.000000 8095.000000 3483.000000 5396.000000 4317.000000 5533.000000 1398.000000 1863.000000 729.000000 1962.000000 1662.000000 1411.000000 541.000000 43.000000 119586.000000 118865.000000 14862.000000 14626.000000 11120.000000 10624.000000 13634.000000 3123.000000 7248.000000 2940.000000 3980.000000 8075.000000 3708.000000 5653.000000 4232.000000 5589.000000 1453.000000 2003.000000 664.000000 2037.000000 1809.000000 1485.000000 665.000000 56.000000 79156.000000 78882.000000 9529.000000 11532.000000 6764.000000 6911.000000 8593.000000 1954.000000 5475.000000 1763.000000 2410.000000 4816.000000 2359.000000 3079.000000 2469.000000 3743.000000 1255.000000 1719.000000 567.000000 1471.000000 1473.000000 1000.000000 235.000000 39.000000 85055.000000 84721.000000 10305.000000 12220.000000 7366.000000 7588.000000 9503.000000 1963.000000 5997.000000 1818.000000 2529.000000 4909.000000 2304.000000 3661.000000 2940.000000 3819.000000 1342.000000 1728.000000 517.000000 1641.000000 1539.000000 1032.000000 302.000000 32.000000 94062.000000 93733.000000 11378.000000 13452.000000 8571.000000 7831.000000 10553.000000 2137.000000 7055.000000 2056.000000 2807.000000 5649.000000 2664.000000 3524.000000 2955.000000 4249.000000 1617.000000 2093.000000 608.000000 1752.000000 1734.000000 1048.000000 298.000000 31.000000 99410.000000 99074.000000 11752.000000 13618.000000 9090.000000 8760.000000 11256.000000 2428.000000 7427.000000 2135.000000 3000.000000 5911.000000 2871.000000 4113.000000 3328.000000 4507.000000 1421.000000 2095.000000 636.000000 1838.000000 1728.000000 1160.000000 300.000000 36.000000 101249.000000 100937.000000 11903.000000 13648.000000 9194.000000 8817.000000 11054.000000 2382.000000 7668.000000 2261.000000 3131.000000 6394.000000 2965.000000 4517.000000 3532.000000 4437.000000 1468.000000 2080.000000 686.000000 1850.000000 1730.000000 1220.000000 278.000000 34.000000 105524.000000 105139.000000 12220.000000 14147.000000 9653.000000 9526.000000 11912.000000 2379.000000 8200.000000 2448.000000 3337.000000 6324.000000 3046.000000 4499.000000 3689.000000 4818.000000 1456.000000 2044.000000 653.000000 1881.000000 1701.000000 1206.000000 347.000000 38.000000 107552.000000 107169.000000 12302.000000 14094.000000 9822.000000 9746.000000 11821.000000 2524.000000 8338.000000 2420.000000 3486.000000 6598.000000 3157.000000 4662.000000 3864.000000 5128.000000 1574.000000 2005.000000 715.000000 1849.000000 1796.000000 1268.000000 343.000000 40.000000 110582.000000 110156.000000 12660.000000 14319.000000 10084.000000 10291.000000 12361.000000 2692.000000 8252.000000 2572.000000 3369.000000 6967.000000 3257.000000 4919.000000 4123.000000 5217.000000 1422.000000 2061.000000 719.000000 1825.000000 1714.000000 1332.000000 380.000000 46.000000 109480.000000 109011.000000 12418.000000 13899.000000 9765.000000 10274.000000 12152.000000 2714.000000 7529.000000 2484.000000 3542.000000 7378.000000 3419.000000 5154.000000 4225.000000 5204.000000 1409.000000 1891.000000 752.000000 1827.000000 1628.000000 1347.000000 424.000000 45.000000 105692.000000 105179.000000 12196.000000 13753.000000 9675.000000 9619.000000 11493.000000 2659.000000 6888.000000 2509.000000 3468.000000 7395.000000 3269.000000 5018.000000 3901.000000 4789.000000 1257.000000 1815.000000 763.000000 1775.000000 1631.000000 1306.000000 470.000000 43.000000 104273.000000 103709.000000 11782.000000 12981.000000 9440.000000 9738.000000 11358.000000 2731.000000 6261.000000 2430.000000 3332.000000 7392.000000 3298.000000 5193.000000 4307.000000 5074.000000 1271.000000 1827.000000 693.000000 1796.000000 1447.000000 1358.000000 515.000000 49.000000 107414.000000 106823.000000 12169.000000 13015.000000 9678.000000 10602.000000 11934.000000 2755.000000 6326.000000 2528.000000 3638.000000 7594.000000 3292.000000 5163.000000 4383.000000 5063.000000 1395.000000 1808.000000 706.000000 1848.000000 1604.000000 1322.000000 554.000000 37.000000 110214.000000 109657.000000 12908.000000 13697.000000 9840.000000 10595.000000 12504.000000 2833.000000 6477.000000 2658.000000 3526.000000 7622.000000 3425.000000 5294.000000 4163.000000 5327.000000 1365.000000 1871.000000 723.000000 1830.000000 1607.000000 1392.000000 525.000000 32.000000 110176.000000 109583.000000 13277.000000 13530.000000 10032.000000 10261.000000 12270.000000 2905.000000 6630.000000 2665.000000 3248.000000 7864.000000 3390.000000 5225.000000 4202.000000 5347.000000 1350.000000 1790.000000 709.000000 1906.000000 1608.000000 1374.000000 552.000000 41.000000 75977.000000 75713.000000 9150.000000 11129.000000 6646.000000 6701.000000 8142.000000 1903.000000 4886.000000 1585.000000 2342.000000 4720.000000 2193.000000 3077.000000 2557.000000 3642.000000 1166.000000 1677.000000 516.000000 1453.000000 1366.000000 862.000000 228.000000 36.000000 75499.000000 75235.000000 9083.000000 11116.000000 6466.000000 6557.000000 8182.000000 1863.000000 5239.000000 1671.000000 2308.000000 4599.000000 2244.000000 2914.000000 2352.000000 3524.000000 1180.000000 1630.000000 545.000000 1413.000000 1415.000000 934.000000 228.000000 36.000000 81148.000000 80826.000000 9831.000000 11746.000000 7029.000000 7240.000000 9064.000000 1879.000000 5742.000000 1738.000000 2416.000000 4687.000000 2197.000000 3464.000000 2786.000000 3601.000000 1263.000000 1633.000000 503.000000 1565.000000 1464.000000 978.000000 294.000000 28.000000 89845.000000 89509.000000 10803.000000 12966.000000 8205.000000 7467.000000 10084.000000 2042.000000 6802.000000 1965.000000 2698.000000 5378.000000 2542.000000 3368.000000 2791.000000 4003.000000 1516.000000 1964.000000 578.000000 1699.000000 1651.000000 987.000000 301.000000 35.000000 95187.000000 94860.000000 11184.000000 13243.000000 8722.000000 8381.000000 10765.000000 2302.000000 7097.000000 2068.000000 2869.000000 5661.000000 2736.000000 3917.000000 3215.000000 4252.000000 1347.000000 1974.000000 608.000000 1751.000000 1656.000000 1112.000000 289.000000 38.000000 96995.000000 96688.000000 11317.000000 13211.000000 8837.000000 8421.000000 10601.000000 2268.000000 7356.000000 2182.000000 3010.000000 6106.000000 2853.000000 4288.000000 3385.000000 4199.000000 1397.000000 1995.000000 651.000000 1769.000000 1662.000000 1180.000000 275.000000 32.000000 101205.000000 100824.000000 11708.000000 13714.000000 9280.000000 9134.000000 11387.000000 2272.000000 7857.000000 2368.000000 3201.000000 6048.000000 2942.000000 4300.000000 3534.000000 4537.000000 1380.000000 1929.000000 623.000000 1808.000000 1642.000000 1160.000000 343.000000 38.000000 103206.000000 102822.000000 11832.000000 13660.000000 9447.000000 9325.000000 11300.000000 2416.000000 8035.000000 2354.000000 3359.000000 6323.000000 3012.000000 4440.000000 3690.000000 4862.000000 1477.000000 1898.000000 680.000000 1763.000000 1723.000000 1226.000000 343.000000 41.000000 106600.000000 106176.000000 12221.000000 13948.000000 9731.000000 9904.000000 11804.000000 2593.000000 8022.000000 2490.000000 3245.000000 6733.000000 3139.000000 4729.000000 3957.000000 4979.000000 1361.000000 1956.000000 692.000000 1749.000000 1653.000000 1270.000000 384.000000 40.000000 105449.000000 104981.000000 11985.000000 13418.000000 9400.000000 9880.000000 11683.000000 2635.000000 7272.000000 2417.000000 3387.000000 7108.000000 3310.000000 4921.000000 4092.000000 4994.000000 1343.000000 1809.000000 724.000000 1757.000000 1563.000000 1283.000000 424.000000 44.000000 101866.000000 101364.000000 11731.000000 13350.000000 9327.000000 9279.000000 11058.000000 2545.000000 6655.000000 2420.000000 3370.000000 7136.000000 3154.000000 4813.000000 3745.000000 4581.000000 1208.000000 1730.000000 726.000000 1703.000000 1576.000000 1257.000000 461.000000 41.000000 100696.000000 100138.000000 11464.000000 12558.000000 9118.000000 9408.000000 10910.000000 2635.000000 6072.000000 2349.000000 3201.000000 7144.000000 3178.000000 4999.000000 4143.000000 4857.000000
1227.000000 1766.000000 670.000000 1726.000000 1411.000000 1302.000000 509.000000 49.000000 103822.000000 103243.000000 11838.000000 12598.000000 9370.000000 10245.000000 11492.000000 2673.000000 6172.000000 2435.000000 3499.000000 7347.000000 3162.000000 4977.000000 4229.000000 4840.000000 1345.000000 1748.000000 687.000000 1765.000000 1551.000000 1270.000000 542.000000 37.000000 106491.000000 105916.000000 12576.000000 13258.000000 9493.000000 10200.000000 12061.000000 2731.000000 6256.000000 2549.000000 3406.000000 7368.000000 3292.000000 5128.000000 4032.000000 5099.000000 1299.000000 1810.000000 698.000000 1735.000000 1569.000000 1356.000000 542.000000 33.000000 70689.000000 70401.000000 8413.000000 10244.000000 5882.000000 6542.000000 7624.000000 1580.000000 4488.000000 1431.000000 2189.000000 4341.000000 2037.000000 3050.000000 2668.000000 3407.000000 1080.000000 1457.000000 484.000000 1310.000000 1291.000000 883.000000 268.000000 20.000000 72272.000000 72018.000000 8747.000000 10712.000000 6310.000000 6345.000000 7720.000000 1813.000000 4665.000000 1511.000000 2243.000000 4448.000000 2063.000000 2926.000000 2414.000000 3443.000000 1109.000000 1552.000000 494.000000 1395.000000 1306.000000 802.000000 221.000000 33.000000 71805.000000 71544.000000 8607.000000 10708.000000 6163.000000 6233.000000 7780.000000 1788.000000 5018.000000 1593.000000 2175.000000 4387.000000 2127.000000 2740.000000 2219.000000 3312.000000 1098.000000 1524.000000 520.000000 1338.000000 1346.000000 868.000000 228.000000 33.000000 77237.000000 76911.000000 9285.000000 11248.000000 6696.000000 6892.000000 8631.000000 1781.000000 5463.000000 1693.000000 2312.000000 4472.000000 2106.000000 3289.000000 2628.000000 3403.000000 1172.000000 1530.000000 477.000000 1495.000000 1406.000000 932.000000 295.000000 31.000000 85591.000000 85263.000000 10207.000000 12580.000000 7848.000000 7076.000000 9599.000000 1927.000000 6447.000000 1888.000000 2589.000000 5164.000000 2404.000000 3206.000000 2672.000000 3772.000000 1410.000000 1842.000000 548.000000 1591.000000 1564.000000 929.000000 295.000000 33.000000 90915.000000 90597.000000 10744.000000 12784.000000 8320.000000 7995.000000 10192.000000 2194.000000 6776.000000 1985.000000 2749.000000 5387.000000 2601.000000 3722.000000 3068.000000 4029.000000 1284.000000 1882.000000 577.000000 1658.000000 1574.000000 1076.000000 282.000000 36.000000 92648.000000 92354.000000 10852.000000 12750.000000 8453.000000 8035.000000 10095.000000 2179.000000 7030.000000 2116.000000 2851.000000 5823.000000 2714.000000 4083.000000 3229.000000 3957.000000 1306.000000 1876.000000 621.000000 1680.000000 1589.000000 1115.000000 265.000000 29.000000 96771.000000 96391.000000 11235.000000 13183.000000 8848.000000 8713.000000 10913.000000 2166.000000 7558.000000 2286.000000 3042.000000 5785.000000 2824.000000 4074.000000 3343.000000 4295.000000 1297.000000 1801.000000 587.000000 1724.000000 1591.000000 1126.000000 342.000000 38.000000 99128.000000 98743.000000 11396.000000 13282.000000 9094.000000 8911.000000 10812.000000 2315.000000 7728.000000 2273.000000 3215.000000 6073.000000 2866.000000 4229.000000 3532.000000 4635.000000 1397.000000 1804.000000 656.000000 1693.000000 1656.000000 1176.000000 345.000000 40.000000 102233.000000 101813.000000 11681.000000 13551.000000 9334.000000 9511.000000 11299.000000 2491.000000 7698.000000 2379.000000 3114.000000 6458.000000 3001.000000 4524.000000 3774.000000 4737.000000 1281.000000 1860.000000 658.000000 1655.000000 1598.000000 1209.000000 380.000000 40.000000 101247.000000 100788.000000 11506.000000 12990.000000 9019.000000 9460.000000 11163.000000 2529.000000 7000.000000 2321.000000 3244.000000 6838.000000 3182.000000 4761.000000 3910.000000 4747.000000 1276.000000 1729.000000 697.000000 1683.000000 1506.000000 1227.000000 418.000000 41.000000 97964.000000 97471.000000 11353.000000 12845.000000 8969.000000 8897.000000 10609.000000 2433.000000 6433.000000 2340.000000 3253.000000 6891.000000 3034.000000 4605.000000 3606.000000 4362.000000 1150.000000 1641.000000 703.000000 1626.000000 1525.000000 1196.000000 454.000000 39.000000 96860.000000 96317.000000 11180.000000 12096.000000 8783.000000 9011.000000 10438.000000 2524.000000 5872.000000 2236.000000 3062.000000 6895.000000 3050.000000 4781.000000 3970.000000 4662.000000 1166.000000 1679.000000 644.000000 1647.000000 1381.000000 1240.000000 493.000000 50.000000 99874.000000 99288.000000 11416.000000 12179.000000 8994.000000 9849.000000 11044.000000 2574.000000 5969.000000 2323.000000 3385.000000 7054.000000 3037.000000 4767.000000 4085.000000 4608.000000 1278.000000 1675.000000 659.000000 1694.000000 1481.000000 1217.000000 549.000000 37.000000 58338.000000 58116.000000 7077.000000 8632.000000 4851.000000 5174.000000 6071.000000 1499.000000 3643.000000 1259.000000 1840.000000 3585.000000 1610.000000 2551.000000 1981.000000 2832.000000 962.000000 1291.000000 437.000000 1039.000000 1099.000000 683.000000 204.000000 18.000000 66775.000000 66503.000000 7946.000000 9746.000000 5542.000000 6155.000000 7217.000000 1501.000000 4300.000000 1358.000000 2099.000000 4088.000000 1898.000000 2864.000000 2535.000000 3156.000000 1024.000000 1351.000000 449.000000 1235.000000 1214.000000 825.000000 254.000000 18.000000 68312.000000 68066.000000 8223.000000 10271.000000 5996.000000 5996.000000 7254.000000 1696.000000 4432.000000 1432.000000 2123.000000 4203.000000 1931.000000 2751.000000 2280.000000 3221.000000 1034.000000 1452.000000 468.000000 1326.000000 1232.000000 745.000000 212.000000 34.000000 67879.000000 67624.000000 8098.000000 10219.000000 5810.000000 5874.000000 7360.000000 1670.000000 4764.000000 1522.000000 2079.000000 4152.000000 1993.000000 2590.000000 2082.000000 3121.000000 1012.000000 1416.000000 495.000000 1264.000000 1282.000000 821.000000 222.000000 33.000000 73221.000000 72909.000000 8727.000000 10853.000000 6373.000000 6502.000000 8177.000000 1683.000000 5198.000000 1623.000000 2191.000000 4228.000000 1995.000000 3097.000000 2471.000000 3182.000000 1093.000000 1438.000000 453.000000 1419.000000 1328.000000 878.000000 285.000000 27.000000 81306.000000 80989.000000 9646.000000 12090.000000 7429.000000 6733.000000 9091.000000 1840.000000 6134.000000 1813.000000 2452.000000 4889.000000 2285.000000 3024.000000 2538.000000 3541.000000 1334.000000 1713.000000 514.000000 1509.000000 1512.000000 902.000000 285.000000 32.000000 86461.000000 86143.000000 10254.000000 12354.000000 7900.000000 7596.000000 9601.000000 2071.000000 6460.000000 1923.000000 2598.000000 5113.000000 2452.000000 3520.000000 2920.000000 3773.000000 1204.000000 1772.000000 544.000000 1576.000000 1490.000000 1022.000000 281.000000 37.000000 88218.000000 87927.000000 10357.000000 12248.000000 8089.000000 7662.000000 9563.000000 2065.000000 6700.000000 2023.000000 2727.000000 5531.000000 2598.000000 3860.000000 3035.000000 3724.000000 1213.000000 1773.000000 584.000000 1609.000000 1509.000000 1057.000000 263.000000 28.000000 92469.000000 92095.000000 10791.000000 12775.000000 8485.000000 8258.000000 10367.000000 2087.000000 7221.000000 2186.000000 2891.000000 5491.000000 2698.000000 3854.000000 3186.000000 4074.000000 1221.000000 1691.000000 558.000000 1656.000000 1533.000000 1072.000000 340.000000 34.000000 94550.000000 94176.000000 10922.000000 12766.000000 8677.000000 8497.000000 10286.000000 2198.000000 7381.000000 2179.000000 3055.000000 5806.000000 2714.000000 4019.000000 3365.000000 4366.000000 1304.000000 1697.000000 627.000000 1611.000000 1581.000000 1125.000000 335.000000 39.000000 97673.000000 97273.000000 11225.000000 13026.000000 8903.000000 9074.000000 10735.000000 2375.000000 7422.000000 2277.000000 2963.000000 6182.000000 2854.000000 4299.000000 3604.000000 4482.000000 1200.000000 1756.000000 637.000000 1573.000000 1540.000000 1146.000000 365.000000 35.000000 96877.000000 96424.000000 11133.000000 12452.000000 8594.000000 9023.000000 10613.000000 2418.000000 6736.000000 2242.000000 3117.000000 6557.000000 3015.000000 4539.000000 3748.000000 4527.000000 1201.000000 1644.000000 665.000000 1610.000000 1428.000000 1162.000000 413.000000 40.000000 93934.000000 93464.000000 11001.000000 12358.000000 8587.000000 8523.000000 10163.000000 2304.000000 6211.000000 2235.000000 3127.000000 6607.000000 2906.000000 4428.000000 3449.000000 4113.000000 1098.000000 1557.000000 671.000000 1530.000000 1463.000000 1133.000000 437.000000 33.000000 92807.000000 92262.000000 10769.000000 11623.000000 8387.000000 8597.000000 9979.000000 2414.000000 5670.000000 2150.000000 2934.000000 6611.000000 2926.000000 4567.000000 3809.000000 4415.000000 1106.000000 1611.000000 609.000000 1569.000000 1320.000000 1196.000000 496.000000 49.000000 49410.000000 49230.000000 6122.000000 7443.000000 4152.000000 4273.000000 5003.000000 1222.000000 3117.000000 1112.000000 1574.000000 3159.000000 1460.000000 2192.000000 1665.000000 2284.000000 734.000000 1032.000000 362.000000 873.000000 865.000000 586.000000 151.000000 29.000000 54806.000000 54592.000000 6691.000000 8209.000000 4550.000000 4822.000000 5687.000000 1411.000000 3442.000000 1185.000000 1741.000000 3352.000000 1497.000000 2380.000000 1848.000000 2634.000000 906.000000 1193.000000 409.000000 974.000000 1021.000000 640.000000 196.000000 18.000000 62842.000000 62570.000000 7427.000000 9264.000000 5272.000000 5775.000000 6798.000000 1405.000000 4064.000000 1279.000000 1998.000000 3827.000000 1808.000000 2698.000000 2370.000000 2901.000000 946.000000 1254.000000 419.000000 1153.000000 1140.000000 772.000000 255.000000 17.000000 64266.000000 64022.000000 7684.000000 9800.000000 5646.000000 5613.000000 6842.000000 1577.000000 4167.000000 1358.000000 2003.000000 3954.000000 1791.000000 2577.000000 2144.000000 2989.000000 965.000000 1348.000000 440.000000 1270.000000 1152.000000 702.000000 212.000000 32.000000 63936.000000 63693.000000 7569.000000 9796.000000 5474.000000 5511.000000 6925.000000 1549.000000 4500.000000 1448.000000 1980.000000 3928.000000 1875.000000 2438.000000 1944.000000 2913.000000 929.000000 1308.000000 469.000000 1179.000000 1198.000000 760.000000 214.000000 29.000000 69112.000000 68808.000000 8237.000000 10344.000000 6012.000000 6140.000000 7701.000000 1592.000000 4905.000000 1543.000000 2071.000000 3975.000000 1853.000000 2940.000000 2323.000000 2960.000000 1018.000000 1337.000000 426.000000 1323.000000 1266.000000 842.000000 277.000000 27.000000 76951.000000 76642.000000 9119.000000 11572.000000 7069.000000 6388.000000 8551.000000 1743.000000 5782.000000 1719.000000 2339.000000 4640.000000 2142.000000 2831.000000 2388.000000 3312.000000 1240.000000 1605.000000 486.000000 1424.000000 1437.000000 855.000000 278.000000 31.000000 81792.000000 81478.000000 9680.000000 11801.000000 7453.000000 7159.000000 9077.000000 1967.000000 6104.000000 1843.000000 2481.000000 4848.000000 2311.000000 3304.000000 2771.000000 3527.000000 1107.000000 1676.000000 508.000000 1498.000000 1396.000000 967.000000 280.000000 34.000000 83823.000000 83539.000000 9876.000000 11797.000000 7659.000000 7252.000000 9021.000000 1948.000000 6382.000000 1934.000000 2590.000000 5239.000000 2473.000000 3675.000000 2876.000000 3485.000000 1126.000000 1667.000000 550.000000 1535.000000 1455.000000 999.000000 258.000000 26.000000 87641.000000 87282.000000 10292.000000 12176.000000 8051.000000 7808.000000 9777.000000 1993.000000 6862.000000 2073.000000 2760.000000 5200.000000 2556.000000 3649.000000 3024.000000 3806.000000 1130.000000 1572.000000 533.000000 1545.000000 1460.000000 1015.000000 326.000000 33.000000 89837.000000 89469.000000 10403.000000 12214.000000 8240.000000 8042.000000 9734.000000 2095.000000 7070.000000 2052.000000 2902.000000 5516.000000 2595.000000 3785.000000 3193.000000 4115.000000 1223.000000 1593.000000 600.000000 1530.000000 1510.000000 1057.000000 329.000000 39.000000 93079.000000 92689.000000 10741.000000 12474.000000 8502.000000 8628.000000 10172.000000 2270.000000 7086.000000 2191.000000 2825.000000 5882.000000 2714.000000 4059.000000 3440.000000 4238.000000 1131.000000 1679.000000 614.000000 1487.000000 1461.000000 1095.000000 355.000000 35.000000 92379.000000 91947.000000 10724.000000 11893.000000 8185.000000 8570.000000 10102.000000 2328.000000 6466.000000 2115.000000 2977.000000 6251.000000 2878.000000 4311.000000 3545.000000 4273.000000 1142.000000 1550.000000 626.000000 1532.000000 1373.000000 1106.000000 395.000000 37.000000 89632.000000 89138.000000 10607.000000 11816.000000 8189.000000 8122.000000 9672.000000 2199.000000 5934.000000 2126.000000 2973.000000 6300.000000 2766.000000 4211.000000 3282.000000 3855.000000 1035.000000 1473.000000 636.000000 1453.000000 1418.000000 1071.000000 461.000000 33.000000 42999.000000 42814.000000 5205.000000 6354.000000 3497.000000 3755.000000 4391.000000 1043.000000 2761.000000 926.000000 1437.000000 2792.000000 1284.000000 1968.000000 1447.000000 2025.000000 651.000000 898.000000 291.000000 804.000000 785.000000 500.000000 161.000000 24.000000 45978.000000 45797.000000 5695.000000 7013.000000 3861.000000 3935.000000 4625.000000 1138.000000 2936.000000 1039.000000 1473.000000 2962.000000 1357.000000 2025.000000 1552.000000 2107.000000 653.000000 958.000000 336.000000 812.000000 799.000000 521.000000 152.000000 29.000000 51094.000000 50887.000000 6176.000000 7772.000000 4262.000000 4491.000000 5285.000000 1321.000000 3205.000000 1121.000000 1629.000000 3098.000000 1407.000000 2213.000000 1725.000000 2440.000000 822.000000 1093.000000 387.000000 897.000000 943.000000 600.000000 189.000000 18.000000 58669.000000 58395.000000 6915.000000 8762.000000 4964.000000 5327.000000 6327.000000 1316.000000 3817.000000 1204.000000 1858.000000 3564.000000 1685.000000 2519.000000 2205.000000 2663.000000 868.000000 1154.000000 392.000000 1088.000000 1059.000000 708.000000 258.000000 16.000000 60142.000000 59911.000000 7182.000000 9343.000000 5283.000000 5222.000000 6353.000000 1460.000000 3940.000000 1268.000000 1872.000000 3710.000000 1673.000000 2394.000000 1995.000000 2754.000000 895.000000 1244.000000 408.000000 1191.000000 1073.000000 651.000000 201.000000 30.000000 60030.000000 59793.000000 7104.000000 9294.000000 5164.000000 5141.000000 6435.000000 1448.000000 4218.000000 1387.000000 1865.000000 3669.000000 1748.000000 2299.000000 1823.000000 2701.000000 865.000000 1234.000000 441.000000 1091.000000 1146.000000 720.000000 209.000000 28.000000 65009.000000 64712.000000 7770.000000 9838.000000 5658.000000 5768.000000 7194.000000 1505.000000 4649.000000 1461.000000 1935.000000 3739.000000 1730.000000 2746.000000 2175.000000 2725.000000 938.000000 1265.000000 392.000000 1231.000000 1204.000000 789.000000 268.000000 29.000000 72401.000000 72103.000000 8635.000000 11035.000000 6649.000000 5981.000000 7995.000000 1620.000000 5428.000000 1628.000000 2206.000000 4353.000000 2005.000000 2678.000000 2236.000000 3054.000000 1134.000000 1491.000000 465.000000 1339.000000 1367.000000 804.000000 268.000000 30.000000 77361.000000 77053.000000 9188.000000 11367.000000 7003.000000 6745.000000 8514.000000 1857.000000 5777.000000 1755.000000 2355.000000 4566.000000 2188.000000 3114.000000 2635.000000 3284.000000 1040.000000 1553.000000 481.000000 1416.000000 1330.000000 885.000000 272.000000 36.000000 79031.000000 78753.000000 9354.000000 11241.000000 7223.000000 6778.000000 8463.000000 1798.000000 6039.000000 1842.000000 2447.000000 4963.000000 2323.000000 3427.000000 2719.000000 3258.000000 1042.000000 1557.000000 513.000000 1448.000000 1372.000000 946.000000 256.000000 22.000000 82853.000000 82512.000000 9787.000000 11557.000000 7594.000000 7377.000000 9236.000000 1880.000000 6521.000000 1966.000000 2599.000000 4916.000000 2397.000000 3397.000000 2874.000000 3553.000000 1073.000000 1460.000000 507.000000 1450.000000 1397.000000 971.000000 310.000000 31.000000 85144.000000 84787.000000 9982.000000 11565.000000 7823.000000 7627.000000 9178.000000 1981.000000 6732.000000 1937.000000 2755.000000 5216.000000 2440.000000 3588.000000 3044.000000 3830.000000 1141.000000 1499.000000 568.000000 1419.000000 1457.000000 1005.000000 323.000000 34.000000 88185.000000 87814.000000 10282.000000 11866.000000 8068.000000 8161.000000 9622.000000 2134.000000 6718.000000 2038.000000 2679.000000 5575.000000 2555.000000 3833.000000 3261.000000 3976.000000 1071.000000 1568.000000 587.000000 1388.000000 1398.000000 1034.000000 341.000000 30.000000 87634.000000 87205.000000 10231.000000 11368.000000 7803.000000 8082.000000 9524.000000 2200.000000 6150.000000 1996.000000 2817.000000 5937.000000 2713.000000 4075.000000 3379.000000 3995.000000 1081.000000 1454.000000 588.000000 1462.000000 1309.000000 1041.000000 394.000000 35.000000 38862.000000 38697.000000 4498.000000 5718.000000 3172.000000 3727.000000 3693.000000 970.000000 2381.000000 891.000000 1317.000000 2482.000000 1147.000000 1925.000000 1465.000000 1856.000000 585.000000 791.000000 254.000000 693.000000 663.000000 469.000000 143.000000 22.000000 39712.000000 39535.000000 4778.000000 5940.000000 3207.000000 3467.000000 4036.000000 957.000000 2601.000000 871.000000 1346.000000 2560.000000 1171.000000 1801.000000 1359.000000 1848.000000 591.000000 817.000000 271.000000 748.000000 725.000000 441.000000 154.000000 23.000000 42641.000000 42466.000000 5286.000000 6587.000000 3582.000000 3652.000000 4276.000000 1066.000000 2710.000000 968.000000 1377.000000 2746.000000 1246.000000 1864.000000 1415.000000 1925.000000 604.000000 907.000000 309.000000 740.000000 732.000000 474.000000 147.000000 28.000000 47302.000000 47105.000000 5679.000000 7295.000000 3942.000000 4122.000000 4878.000000 1221.000000 2979.000000 1049.000000 1528.000000 2882.000000 1313.000000 2030.000000 1587.000000 2231.000000 737.000000 1006.000000 357.000000 843.000000 874.000000 552.000000 180.000000 17.000000 54511.000000 54252.000000 6371.000000 8291.000000 4644.000000 4944.000000 5836.000000 1225.000000 3550.000000 1125.000000 1735.000000 3297.000000 1559.000000 2329.000000 2028.000000 2445.000000 776.000000 1063.000000 361.000000 1014.000000 993.000000 666.000000 245.000000 14.000000 56211.000000 55981.000000 6703.000000 8791.000000 4954.000000 4860.000000 5920.000000 1361.000000 3688.000000 1208.000000 1753.000000 3448.000000 1549.000000 2230.000000 1857.000000 2552.000000 838.000000 1139.000000 388.000000 1125.000000 1007.000000 610.000000 199.000000 31.000000 56048.000000 55826.000000 6670.000000 8799.000000 4836.000000 4771.000000 5961.000000 1355.000000 3963.000000 1316.000000 1743.000000 3430.000000 1626.000000 2143.000000 1662.000000 2447.000000 792.000000 1152.000000 405.000000 1017.000000 1078.000000 660.000000 196.000000 26.000000 60724.000000 60437.000000 7249.000000 9296.000000 5307.000000 5351.000000 6692.000000 1395.000000 4381.000000 1388.000000 1811.000000 3516.000000 1610.000000 2565.000000 2000.000000 2513.000000 872.000000 1134.000000 369.000000 1131.000000 1121.000000 736.000000 259.000000 28.000000 68133.000000 67842.000000 8139.000000 10611.000000 6222.000000 5579.000000 7500.000000 1514.000000 5147.000000 1536.000000 2069.000000 4046.000000 1880.000000 2482.000000 2105.000000 2832.000000 1055.000000 1400.000000 430.000000 1254.000000 1288.000000 753.000000 262.000000 29.000000 72386.000000 72090.000000 8614.000000 10756.000000 6571.000000 6290.000000 7934.000000 1731.000000 5388.000000 1682.000000 2169.000000 4277.000000 2056.000000 2900.000000 2461.000000 3037.000000 977.000000 1428.000000 450.000000 1309.000000 1233.000000 827.000000 261.000000 35.000000 74191.000000 73922.000000 8825.000000 10667.000000 6767.000000 6317.000000 7887.000000 1678.000000 5669.000000 1738.000000 2300.000000 4690.000000 2173.000000 3197.000000 2529.000000 3033.000000 982.000000 1453.000000 476.000000 1359.000000 1309.000000 873.000000 249.000000 20.000000 77998.000000 77673.000000 9314.000000 10901.000000 7137.000000 6907.000000 8663.000000 1751.000000 6183.000000 1871.000000 2459.000000 4649.000000 2249.000000 3179.000000 2690.000000 3299.000000 1003.000000 1367.000000 475.000000 1351.000000 1315.000000 910.000000 297.000000 28.000000 80379.000000 80037.000000 9545.000000 11009.000000 7387.000000 7182.000000 8640.000000 1875.000000 6390.000000 1804.000000 2597.000000 4907.000000 2291.000000 3359.000000 2861.000000 3558.000000 1062.000000 1424.000000 536.000000 1320.000000 1360.000000 930.000000 312.000000 30.000000 83180.000000 82820.000000 9759.000000 11238.000000 7604.000000 7683.000000 9027.000000 2019.000000 6395.000000 1916.000000 2543.000000 5224.000000 2409.000000 3596.000000 3071.000000 3721.000000 997.000000 1450.000000 550.000000 1310.000000 1315.000000 993.000000 332.000000 28.000000 31733.000000 31577.000000 3712.000000 4791.000000 2701.000000 2667.000000 2959.000000 833.000000 2101.000000 813.000000 1107.000000 2079.000000 941.000000 1359.000000 1099.000000 1511.000000 502.000000 675.000000 204.000000 581.000000 559.000000 383.000000 141.000000 15.000000 35679.000000 35526.000000 4155.000000 5316.000000 2924.000000 3411.000000 3340.000000 895.000000 2200.000000 829.000000 1218.000000 2271.000000 1049.000000 1742.000000 1366.000000 1661.000000 547.000000 705.000000 235.000000 627.000000 616.000000 419.000000 131.000000 22.000000 36502.000000 36337.000000 4379.000000 5569.000000 2974.000000 3157.000000 3685.000000 875.000000 2412.000000 802.000000 1225.000000 2343.000000 1066.000000 1627.000000 1248.000000 1679.000000 540.000000 750.000000 244.000000 690.000000 673.000000 399.000000 142.000000 23.000000 39194.000000 39025.000000 4865.000000 6105.000000 3291.000000 3344.000000 3929.000000 979.000000 2475.000000 901.000000 1275.000000 2518.000000 1147.000000 1711.000000 1295.000000 1753.000000 554.000000 826.000000 268.000000 680.000000 670.000000 439.000000 140.000000 29.000000 43593.000000 43409.000000 5217.000000 6857.000000 3639.000000 3785.000000 4447.000000 1113.000000 2758.000000 972.000000 1412.000000 2657.000000 1209.000000 1877.000000 1465.000000 2029.000000 668.000000 904.000000 328.000000 761.000000 817.000000 494.000000 167.000000 17.000000 50455.000000 50208.000000 5871.000000 7835.000000 4322.000000 4545.000000 5347.000000 1144.000000 3274.000000 1048.000000 1593.000000 3066.000000 1439.000000 2149.000000 1878.000000 2215.000000 700.000000 966.000000 337.000000 928.000000 922.000000 629.000000 236.000000 11.000000 52060.000000 51835.000000 6237.000000 8253.000000 4589.000000 4498.000000 5403.000000 1257.000000 3401.000000 1116.000000 1616.000000 3209.000000 1445.000000 2027.000000 1729.000000 2320.000000 781.000000 1060.000000 351.000000 1029.000000 953.000000 561.000000 193.000000 32.000000 52050.000000 51825.000000 6210.000000 8316.000000 4450.000000 4420.000000 5490.000000 1254.000000 3690.000000 1239.000000 1595.000000 3151.000000 1498.000000 1969.000000 1542.000000 2249.000000 713.000000 1073.000000 375.000000 944.000000 1024.000000 623.000000 196.000000 29.000000 56554.000000 56272.000000 6765.000000 8821.000000 4927.000000 4980.000000 6176.000000 1282.000000 4094.000000 1306.000000 1672.000000 3256.000000 1504.000000 2366.000000 1875.000000 2296.000000 803.000000 1038.000000 331.000000 1050.000000 1045.000000 685.000000 256.000000 26.000000 63257.000000 62974.000000 7594.000000 9976.000000 5779.000000 5178.000000 6928.000000 1390.000000 4775.000000 1426.000000 1919.000000 3776.000000 1736.000000 2267.000000 1952.000000 2588.000000 967.000000 1266.000000 404.000000 1164.000000 1177.000000 712.000000 255.000000 28.000000 67592.000000 67315.000000 8038.000000 10106.000000 6158.000000 5882.000000 7365.000000 1618.000000 5065.000000 1592.000000 2040.000000 3996.000000 1914.000000 2683.000000 2307.000000 2782.000000 904.000000 1314.000000 414.000000 1227.000000 1139.000000 771.000000 249.000000 28.000000 69499.000000 69235.000000 8339.000000 9996.000000 6351.000000 5918.000000 7369.000000 1562.000000 5362.000000 1649.000000 2155.000000 4361.000000 2019.000000 2993.000000 2367.000000 2806.000000 904.000000 1336.000000 458.000000 1258.000000 1231.000000 801.000000 245.000000 19.000000 73035.000000 72724.000000 8780.000000 10267.000000 6687.000000 6444.000000
8067.000000 1627.000000 5842.000000 1741.000000 2310.000000 4332.000000 2102.000000 2976.000000 2512.000000 3054.000000 931.000000 1271.000000 445.000000 1258.000000 1233.000000 845.000000 285.000000 26.000000 75179.000000 74837.000000 9021.000000 10396.000000 6884.000000 6659.000000 8043.000000 1766.000000 5973.000000 1680.000000 2438.000000 4575.000000 2125.000000 3132.000000 2679.000000 3281.000000 989.000000 1329.000000 476.000000 1233.000000 1283.000000 875.000000 314.000000 28.000000 28251.000000 28122.000000 3286.000000 4194.000000 2362.000000 2564.000000 2624.000000 709.000000 1768.000000 668.000000 1022.000000 1805.000000 899.000000 1346.000000 1057.000000 1236.000000 427.000000 674.000000 176.000000 493.000000 483.000000 329.000000 108.000000 21.000000 28793.000000 28649.000000 3376.000000 4428.000000 2437.000000 2392.000000 2661.000000 746.000000 1944.000000 743.000000 1020.000000 1885.000000 831.000000 1209.000000 1005.000000 1350.000000 457.000000 621.000000 185.000000 530.000000 494.000000 335.000000 129.000000 15.000000 32499.000000 32355.000000 3776.000000 4924.000000 2649.000000 3101.000000 3029.000000 812.000000 2038.000000 770.000000 1096.000000 2056.000000 950.000000 1592.000000 1236.000000 1494.000000 487.000000 627.000000 217.000000 572.000000 567.000000 362.000000 122.000000 22.000000 33289.000000 33125.000000 3975.000000 5161.000000 2710.000000 2852.000000 3347.000000 787.000000 2205.000000 747.000000 1121.000000 2125.000000 979.000000 1477.000000 1148.000000 1500.000000 484.000000 680.000000 225.000000 635.000000 608.000000 359.000000 143.000000 21.000000 35845.000000 35688.000000 4402.000000 5692.000000 3022.000000 3033.000000 3605.000000 881.000000 2286.000000 839.000000 1158.000000 2304.000000 1047.000000 1549.000000 1188.000000 1563.000000 492.000000 755.000000 243.000000 624.000000 609.000000 396.000000 130.000000 27.000000 39986.000000 39811.000000 4800.000000 6386.000000 3358.000000 3437.000000 4069.000000 1009.000000 2524.000000 900.000000 1305.000000 2429.000000 1117.000000 1722.000000 1333.000000 1808.000000 602.000000 813.000000 298.000000 688.000000 756.000000 457.000000 158.000000 17.000000 46382.000000 46149.000000 5444.000000 7304.000000 3954.000000 4173.000000 4870.000000 1053.000000 2998.000000 960.000000 1455.000000 2806.000000 1336.000000 1973.000000 1703.000000 2019.000000 638.000000 865.000000 319.000000 836.000000 853.000000 590.000000 224.000000 9.000000 47922.000000 47704.000000 5823.000000 7668.000000 4206.000000 4146.000000 4929.000000 1138.000000 3164.000000 1040.000000 1490.000000 2956.000000 1328.000000 1830.000000 1601.000000 2075.000000 699.000000 959.000000 324.000000 940.000000 873.000000 515.000000 189.000000 29.000000 48271.000000 48052.000000 5786.000000 7860.000000 4096.000000 4083.000000 5039.000000 1178.000000 3402.000000 1163.000000 1474.000000 2910.000000 1406.000000 1811.000000 1431.000000 2030.000000 651.000000 976.000000 353.000000 869.000000 958.000000 576.000000 191.000000 28.000000 52184.000000 51907.000000 6288.000000 8250.000000 4511.000000 4612.000000 5671.000000 1181.000000 3757.000000 1183.000000 1550.000000 3015.000000 1383.000000 2181.000000 1750.000000 2065.000000 711.000000 939.000000 303.000000 967.000000 946.000000 644.000000 252.000000 25.000000 58557.000000 58284.000000 7083.000000 9281.000000 5319.000000 4794.000000 6390.000000 1291.000000 4462.000000 1328.000000 1758.000000 3451.000000 1616.000000 2109.000000 1811.000000 2364.000000 865.000000 1151.000000 378.000000 1071.000000 1099.000000 663.000000 247.000000 26.000000 62847.000000 62578.000000 7538.000000 9414.000000 5719.000000 5450.000000 6791.000000 1507.000000 4735.000000 1496.000000 1897.000000 3711.000000 1781.000000 2476.000000 2135.000000 2545.000000 838.000000 1221.000000 376.000000 1137.000000 1082.000000 729.000000 244.000000 25.000000 64559.000000 64307.000000 7828.000000 9389.000000 5890.000000 5459.000000 6811.000000 1465.000000 5002.000000 1530.000000 1982.000000 4042.000000 1873.000000 2743.000000 2193.000000 2568.000000 826.000000 1241.000000 432.000000 1160.000000 1136.000000 737.000000 234.000000 18.000000 67856.000000 67542.000000 8222.000000 9620.000000 6187.000000 5979.000000 7461.000000 1504.000000 5445.000000 1608.000000 2166.000000 4042.000000 1935.000000 2743.000000 2311.000000 2795.000000 842.000000 1175.000000 409.000000 1164.000000 1152.000000 782.000000 292.000000 22.000000 25584.000000 25455.000000 3142.000000 3878.000000 2066.000000 2293.000000 2431.000000 646.000000 1601.000000 608.000000 915.000000 1717.000000 735.000000 1104.000000 927.000000 1124.000000 390.000000 521.000000 188.000000 446.000000 441.000000 282.000000 117.000000 12.000000 25457.000000 25345.000000 2975.000000 3860.000000 2147.000000 2315.000000 2334.000000 633.000000 1623.000000 606.000000 938.000000 1617.000000 776.000000 1176.000000 957.000000 1085.000000 381.000000 595.000000 159.000000 442.000000 432.000000 294.000000 93.000000 19.000000 25985.000000 25848.000000 3074.000000 4058.000000 2218.000000 2141.000000 2394.000000 668.000000 1795.000000 695.000000 919.000000 1677.000000 727.000000 1066.000000 885.000000 1194.000000 392.000000 556.000000 169.000000 485.000000 435.000000 300.000000 123.000000 14.000000 29394.000000 29254.000000 3404.000000 4561.000000 2395.000000 2768.000000 2721.000000 735.000000 1857.000000 716.000000 995.000000 1835.000000 861.000000 1422.000000 1125.000000 1333.000000 441.000000 560.000000 195.000000 508.000000 506.000000 316.000000 118.000000 22.000000 30272.000000 30118.000000 3631.000000 4799.000000 2487.000000 2589.000000 3016.000000 707.000000 1985.000000 677.000000 1002.000000 1949.000000 888.000000 1331.000000 1028.000000 1344.000000 426.000000 600.000000 204.000000 568.000000 553.000000 334.000000 134.000000 20.000000 32598.000000 32447.000000 4012.000000 5258.000000 2773.000000 2742.000000 3244.000000 804.000000 2076.000000 767.000000 1056.000000 2081.000000 944.000000 1413.000000 1064.000000 1423.000000 434.000000 659.000000 223.000000 554.000000 560.000000 360.000000 123.000000 28.000000 36349.000000 36183.000000 4361.000000 5868.000000 3034.000000 3129.000000 3667.000000 934.000000 2324.000000 833.000000 1166.000000 2223.000000 1029.000000 1524.000000 1213.000000 1627.000000 530.000000 731.000000 268.000000 625.000000 689.000000 408.000000 151.000000 15.000000 42351.000000 42137.000000 5020.000000 6755.000000 3592.000000 3756.000000 4452.000000 967.000000 2746.000000 889.000000 1327.000000 2527.000000 1224.000000 1784.000000 1543.000000 1801.000000 570.000000 790.000000 287.000000 764.000000 787.000000 556.000000 206.000000 8.000000 44044.000000 43838.000000 5427.000000 7189.000000 3870.000000 3762.000000 4483.000000 1033.000000 2930.000000 965.000000 1356.000000 2676.000000 1216.000000 1657.000000 1468.000000 1874.000000 620.000000 873.000000 307.000000 869.000000 792.000000 471.000000 180.000000 26.000000 44093.000000 43878.000000 5307.000000 7306.000000 3741.000000 3679.000000 4563.000000 1051.000000 3085.000000 1072.000000 1352.000000 2666.000000 1273.000000 1662.000000 1323.000000 1820.000000 580.000000 892.000000 316.000000 791.000000 866.000000 533.000000 188.000000 27.000000 47903.000000 47641.000000 5800.000000 7631.000000 4152.000000 4192.000000 5201.000000 1079.000000 3497.000000 1098.000000 1400.000000 2765.000000 1259.000000 1979.000000 1605.000000 1858.000000 646.000000 862.000000 276.000000 883.000000 866.000000 592.000000 238.000000 24.000000 53920.000000 53661.000000 6582.000000 8597.000000 4888.000000 4395.000000 5829.000000 1202.000000 4126.000000 1227.000000 1625.000000 3179.000000 1469.000000 1917.000000 1663.000000 2150.000000 791.000000 1056.000000 345.000000 991.000000 1022.000000 607.000000 237.000000 22.000000 57947.000000 57690.000000 7034.000000 8718.000000 5252.000000 5046.000000 6205.000000 1402.000000 4379.000000 1375.000000 1746.000000 3404.000000 1643.000000 2264.000000 1972.000000 2299.000000 756.000000 1132.000000 338.000000 1035.000000 1008.000000 682.000000 231.000000 26.000000 59593.000000 59348.000000 7307.000000 8740.000000 5436.000000 4978.000000 6244.000000 1361.000000 4609.000000 1401.000000 1826.000000 3723.000000 1703.000000 2538.000000 2009.000000 2336.000000 762.000000 1135.000000 399.000000 1069.000000 1071.000000 701.000000 229.000000 16.000000 21800.000000 21674.000000 2530.000000 3269.000000 1807.000000 2022.000000 2093.000000 595.000000 1343.000000 491.000000 846.000000 1350.000000 670.000000 1023.000000 758.000000 945.000000 337.000000 466.000000 185.000000 375.000000 362.000000 207.000000 119.000000 7.000000 22680.000000 22560.000000 2819.000000 3527.000000 1839.000000 2017.000000 2135.000000 560.000000 1453.000000 553.000000 813.000000 1477.000000 642.000000 971.000000 804.000000 976.000000 337.000000 463.000000 164.000000 401.000000 373.000000 236.000000 108.000000 12.000000 22673.000000 22576.000000 2627.000000 3551.000000 1899.000000 2063.000000 2079.000000 549.000000 1461.000000 536.000000 837.000000 1402.000000 705.000000 1042.000000 846.000000 942.000000 337.000000 515.000000 142.000000 404.000000 378.000000 261.000000 80.000000 17.000000 23287.000000 23160.000000 2745.000000 3694.000000 2006.000000 1906.000000 2130.000000 592.000000 1620.000000 631.000000 834.000000 1493.000000 654.000000 935.000000 783.000000 1046.000000 352.000000 486.000000 150.000000 444.000000 386.000000 273.000000 113.000000 14.000000 26351.000000 26220.000000 3019.000000 4187.000000 2108.000000 2459.000000 2423.000000 665.000000 1678.000000 667.000000 880.000000 1642.000000 762.000000 1288.000000 1008.000000 1169.000000 391.000000 496.000000 176.000000 451.000000 464.000000 287.000000 110.000000 21.000000 27238.000000 27092.000000 3232.000000 4392.000000 2246.000000 2322.000000 2679.000000 630.000000 1795.000000 609.000000 909.000000 1745.000000 806.000000 1208.000000 913.000000 1175.000000 384.000000 541.000000 177.000000 523.000000 499.000000 307.000000 125.000000 21.000000 29405.000000 29267.000000 3610.000000 4842.000000 2484.000000 2448.000000 2918.000000 713.000000 1914.000000 700.000000 973.000000 1882.000000 833.000000 1267.000000 944.000000 1260.000000 385.000000 578.000000 199.000000 484.000000 508.000000 325.000000 111.000000 27.000000 32718.000000 32556.000000 3948.000000 5369.000000 2724.000000 2769.000000 3285.000000 852.000000 2105.000000 762.000000 1037.000000 1999.000000 917.000000 1341.000000 1090.000000 1452.000000 467.000000 647.000000 245.000000 567.000000 613.000000 367.000000 148.000000 14.000000 38704.000000 38497.000000 4630.000000 6307.000000 3261.000000 3394.000000 4034.000000 879.000000 2514.000000 820.000000 1194.000000 2291.000000 1111.000000 1591.000000 1416.000000 1624.000000 506.000000 729.000000 261.000000 704.000000 718.000000 513.000000 199.000000 8.000000 39828.000000 39634.000000 4981.000000 6580.000000 3496.000000 3371.000000 4003.000000 952.000000 2630.000000 875.000000 1239.000000 2421.000000 1087.000000 1509.000000 1326.000000 1653.000000 546.000000 762.000000 286.000000 781.000000 706.000000 430.000000 171.000000 23.000000 40137.000000 39931.000000 4880.000000 6711.000000 3409.000000 3332.000000 4129.000000 942.000000 2816.000000 978.000000 1226.000000 2425.000000 1153.000000 1492.000000 1215.000000 1623.000000 525.000000 788.000000 292.000000 704.000000 796.000000 495.000000 180.000000 26.000000 43570.000000 43330.000000 5363.000000 7008.000000 3767.000000 3807.000000 4698.000000 971.000000 3181.000000 1007.000000 1278.000000 2517.000000 1123.000000 1761.000000 1456.000000 1670.000000 561.000000 779.000000 253.000000 797.000000 794.000000 539.000000 220.000000 20.000000 49290.000000 49043.000000 6076.000000 7907.000000 4401.000000 3997.000000 5318.000000 1091.000000 3804.000000 1116.000000 1503.000000 2896.000000 1340.000000 1773.000000 1502.000000 1928.000000 725.000000 948.000000 316.000000 909.000000 929.000000 564.000000 224.000000 23.000000 52977.000000 52730.000000 6507.000000 8054.000000 4803.000000 4561.000000 5645.000000 1281.000000 3997.000000 1259.000000 1596.000000 3111.000000 1503.000000 2057.000000 1811.000000 2016.000000 678.000000 1030.000000 307.000000 939.000000 943.000000 632.000000 225.000000 22.000000 19925.000000 19760.000000 2463.000000 3291.000000 1511.000000 1892.000000 1807.000000 452.000000 1152.000000 417.000000 640.000000 1264.000000 533.000000 893.000000 759.000000 870.000000 321.000000 438.000000 161.000000 347.000000 303.000000 246.000000 153.000000 12.000000 19260.000000 19141.000000 2261.000000 2932.000000 1613.000000 1776.000000 1832.000000 521.000000 1211.000000 449.000000 745.000000 1176.000000 570.000000 872.000000 672.000000 822.000000 288.000000 402.000000 158.000000 331.000000 330.000000 180.000000 112.000000 7.000000 20060.000000 19950.000000 2532.000000 3170.000000 1609.000000 1783.000000 1867.000000 486.000000 1292.000000 492.000000 727.000000 1293.000000 568.000000 838.000000 722.000000 838.000000 295.000000 403.000000 143.000000 352.000000 334.000000 206.000000 99.000000 11.000000 20072.000000 19984.000000 2336.000000 3224.000000 1684.000000 1796.000000 1821.000000 468.000000 1322.000000 471.000000 770.000000 1210.000000 610.000000 903.000000 735.000000 824.000000 283.000000 459.000000 126.000000 369.000000 343.000000 230.000000 72.000000 16.000000 20739.000000 20621.000000 2482.000000 3377.000000 1796.000000 1691.000000 1847.000000 513.000000 1422.000000 563.000000 736.000000 1341.000000 579.000000 826.000000 685.000000 905.000000 319.000000 422.000000 130.000000 390.000000 352.000000 245.000000 106.000000 12.000000 23466.000000 23347.000000 2692.000000 3783.000000 1909.000000 2163.000000 2143.000000 598.000000 1517.000000 599.000000 783.000000 1448.000000 678.000000 1112.000000 890.000000 1002.000000 339.000000 437.000000 167.000000 406.000000 429.000000 252.000000 99.000000 20.000000 24428.000000 24292.000000 2923.000000 4018.000000 2040.000000 2061.000000 2370.000000 556.000000 1611.000000 545.000000 830.000000 1552.000000 733.000000 1049.000000 779.000000 1043.000000 340.000000 498.000000 162.000000 471.000000 437.000000 274.000000 117.000000 19.000000 26344.000000 26213.000000 3254.000000 4398.000000 2228.000000 2173.000000 2586.000000 640.000000 1727.000000 616.000000 875.000000 1688.000000 732.000000 1130.000000 836.000000 1104.000000 344.000000 521.000000 178.000000 436.000000 455.000000 292.000000 105.000000 26.000000 29596.000000 29447.000000 3632.000000 4995.000000 2472.000000 2499.000000 2943.000000 755.000000 1892.000000 694.000000 926.000000 1784.000000 805.000000 1175.000000 980.000000 1281.000000 411.000000 573.000000 218.000000 514.000000 575.000000 323.000000 135.000000 14.000000 34618.000000 34420.000000 4200.000000 5724.000000 2892.000000 3006.000000 3606.000000 778.000000 2227.000000 742.000000 1073.000000 2046.000000 982.000000 1426.000000 1265.000000 1408.000000 445.000000 632.000000 232.000000 632.000000 638.000000 466.000000 190.000000 8.000000 35798.000000 35620.000000 4498.000000 6024.000000 3124.000000 3008.000000 3550.000000 838.000000 2355.000000 783.000000 1136.000000 2178.000000 984.000000 1356.000000 1176.000000 1478.000000 500.000000 679.000000 254.000000 688.000000 634.000000 377.000000 156.000000 22.000000 36255.000000 36062.000000 4465.000000 6091.000000 3047.000000 3005.000000 3729.000000 840.000000 2555.000000 876.000000 1110.000000 2205.000000 1028.000000 1347.000000 1104.000000 1429.000000 454.000000 692.000000 269.000000 639.000000 730.000000 447.000000 169.000000 24.000000 39353.000000 39126.000000 4939.000000 6351.000000 3386.000000 3421.000000 4273.000000 864.000000 2893.000000 899.000000 1141.000000 2254.000000 995.000000 1590.000000 1293.000000 1477.000000 490.000000 698.000000 229.000000 714.000000 722.000000 497.000000 208.000000 19.000000 44619.000000 44379.000000 5570.000000 7277.000000 3997.000000 3569.000000 4800.000000 985.000000 3483.000000 1006.000000 1334.000000 2612.000000 1182.000000 1597.000000 1362.000000 1686.000000 618.000000 844.000000 275.000000 821.000000 843.000000 518.000000 218.000000 22.000000 13669.000000 13597.000000 1576.000000 1912.000000 1092.000000 1357.000000 1194.000000 338.000000 788.000000 379.000000 514.000000 1024.000000 422.000000 694.000000 589.000000 582.000000 175.000000 276.000000 96.000000 223.000000 215.000000 151.000000 61.000000 11.000000 17256.000000 17102.000000 2135.000000 2928.000000 1308.000000 1616.000000 1557.000000 398.000000 998.000000 367.000000 568.000000 1074.000000 451.000000 761.000000 645.000000 733.000000 257.000000 374.000000 141.000000 317.000000 266.000000 208.000000 142.000000 12.000000 16822.000000 16713.000000 1976.000000 2626.000000 1420.000000 1535.000000 1604.000000 448.000000 1055.000000 401.000000 644.000000 1026.000000 491.000000 748.000000 589.000000 684.000000 259.000000 349.000000 132.000000 276.000000 289.000000 161.000000 103.000000 6.000000 17549.000000 17449.000000 2217.000000 2848.000000 1399.000000 1560.000000 1619.000000 425.000000 1140.000000 428.000000 628.000000 1110.000000 502.000000 715.000000 628.000000 726.000000 258.000000 353.000000 121.000000 308.000000 279.000000 185.000000 89.000000 11.000000 17573.000000 17490.000000 2083.000000 2912.000000 1461.000000 1557.000000 1579.000000 406.000000 1169.000000 419.000000 669.000000 1043.000000 527.000000 772.000000 629.000000 703.000000 235.000000 397.000000 103.000000 320.000000 307.000000 199.000000 69.000000 14.000000 18302.000000 18191.000000 2216.000000 3058.000000 1581.000000 1472.000000 1620.000000 438.000000 1266.000000 498.000000 652.000000 1150.000000 506.000000 723.000000 598.000000 790.000000 272.000000 356.000000 112.000000 348.000000 314.000000 221.000000 99.000000 12.000000 20743.000000 20632.000000 2393.000000 3394.000000 1698.000000 1921.000000 1897.000000 524.000000 1359.000000 534.000000 678.000000 1259.000000 582.000000 975.000000 785.000000 852.000000 302.000000 383.000000 145.000000 357.000000 375.000000 219.000000 95.000000 16.000000 21615.000000 21496.000000 2633.000000 3630.000000 1774.000000 1781.000000 2075.000000 499.000000 1450.000000 488.000000 721.000000 1383.000000 636.000000 904.000000 673.000000 921.000000 295.000000 445.000000 146.000000 416.000000 380.000000 246.000000 104.000000 15.000000 23645.000000 23526.000000 2959.000000 4091.000000 1981.000000 1909.000000 2294.000000 565.000000 1562.000000 554.000000 786.000000 1517.000000 643.000000 978.000000 740.000000 965.000000 308.000000 471.000000 153.000000 390.000000 411.000000 249.000000 96.000000 23.000000 25998.000000 25857.000000 3202.000000 4470.000000 2154.000000 2191.000000 2580.000000 673.000000 1635.000000 624.000000 839.000000 1589.000000 705.000000 1006.000000 851.000000 1097.000000 338.000000 483.000000 198.000000 455.000000 491.000000 276.000000 128.000000 13.000000 30820.000000 30633.000000 3775.000000 5172.000000 2578.000000 2654.000000 3162.000000 681.000000 2025.000000 656.000000 948.000000 1823.000000 878.000000 1256.000000 1099.000000 1218.000000 397.000000 554.000000 213.000000 557.000000 562.000000 425.000000 179.000000 8.000000 32111.000000 31939.000000 4098.000000 5446.000000 2777.000000 2711.000000 3180.000000 750.000000 2125.000000 705.000000 1017.000000 1930.000000 866.000000 1201.000000 1033.000000 1302.000000 436.000000 604.000000 229.000000 619.000000 581.000000 329.000000 151.000000 21.000000 32464.000000 32280.000000 4017.000000 5517.000000 2732.000000 2652.000000 3339.000000 741.000000 2275.000000 793.000000 1012.000000 1960.000000 927.000000 1182.000000 997.000000 1256.000000 404.000000 618.000000 241.000000 569.000000 654.000000 394.000000 163.000000 21.000000 35264.000000 35038.000000 4505.000000 5767.000000 3024.000000 3025.000000 3797.000000 758.000000 2599.000000 804.000000 1009.000000 2040.000000 885.000000 1417.000000 1140.000000 1281.000000 437.000000 619.000000 205.000000 633.000000 653.000000 440.000000 208.000000 18.000000 10878.000000 10802.000000 1207.000000 1584.000000 788.000000 1082.000000 953.000000 311.000000 678.000000 273.000000 429.000000 798.000000 380.000000 518.000000 479.000000 413.000000 159.000000 188.000000 90.000000 169.000000 167.000000 136.000000 72.000000 4.000000 11694.000000 11633.000000 1382.000000 1681.000000 922.000000 1152.000000 1005.000000 283.000000 690.000000 321.000000 429.000000 884.000000 364.000000 585.000000 497.000000 470.000000 136.000000 234.000000 79.000000 198.000000 186.000000 135.000000 52.000000 9.000000 14841.000000 14703.000000 1788.000000 2582.000000 1141.000000 1386.000000 1343.000000 341.000000 876.000000 309.000000 471.000000 918.000000 390.000000 655.000000 553.000000 620.000000 226.000000 317.000000 119.000000 265.000000 236.000000 167.000000 127.000000 11.000000 14604.000000 14505.000000 1708.000000 2322.000000 1251.000000 1321.000000 1361.000000 387.000000 932.000000 351.000000 567.000000 891.000000 424.000000 625.000000 500.000000 582.000000 221.000000 305.000000 110.000000 257.000000 252.000000 138.000000 93.000000 6.000000 15251.000000 15162.000000 1948.000000 2552.000000 1219.000000 1346.000000 1385.000000 373.000000 1007.000000 376.000000 520.000000 934.000000 423.000000 623.000000 541.000000 626.000000 209.000000 306.000000 111.000000 263.000000 251.000000 149.000000 79.000000 10.000000 15257.000000 15177.000000 1838.000000 2566.000000 1291.000000 1336.000000 1351.000000 347.000000 1040.000000 359.000000 574.000000 889.000000 436.000000 657.000000 554.000000 591.000000 202.000000 340.000000 92.000000 281.000000 267.000000 166.000000 66.000000 14.000000 15934.000000 15836.000000 1940.000000 2740.000000 1389.000000 1271.000000 1387.000000 386.000000 1130.000000 425.000000 577.000000 981.000000 430.000000 624.000000 512.000000 668.000000 221.000000 315.000000 94.000000 294.000000 265.000000 187.000000 87.000000 11.000000 18132.000000 18030.000000 2128.000000 3023.000000 1482.000000 1623.000000 1659.000000 451.000000 1220.000000 461.000000 587.000000 1083.000000 518.000000 837.000000 680.000000 710.000000 258.000000 328.000000 127.000000 326.000000 327.000000 202.000000 89.000000 13.000000 19108.000000 18998.000000 2364.000000 3251.000000 1553.000000 1555.000000 1828.000000 438.000000 1282.000000 434.000000 635.000000 1210.000000 558.000000 790.000000 593.000000 790.000000 268.000000 404.000000 128.000000 366.000000 333.000000 218.000000 98.000000 12.000000 20553.000000 20443.000000 2588.000000 3652.000000 1708.000000 1660.000000 1960.000000 490.000000 1343.000000 485.000000 686.000000 1331.000000 554.000000 845.000000 645.000000 816.000000 252.000000 391.000000 137.000000 334.000000 351.000000 215.000000 87.000000 23.000000 22846.000000 22714.000000 2821.000000 3990.000000 1898.000000 1908.000000 2266.000000 594.000000 1464.000000 538.000000 742.000000 1392.000000 598.000000 874.000000 727.000000 944.000000 295.000000 427.000000 175.000000 390.000000 433.000000 238.000000 119.000000 13.000000 27186.000000 27021.000000 3373.000000 4584.000000 2274.000000 2332.000000 2776.000000 607.000000 1820.000000 576.000000 829.000000 1594.000000 778.000000 1093.000000 989.000000 1037.000000 335.000000 486.000000 193.000000 485.000000 497.000000 363.000000 159.000000 6.000000 28389.000000 28237.000000 3693.000000 4853.000000 2463.000000 2359.000000 2764.000000 668.000000 1904.000000 619.000000 912.000000 1696.000000 740.000000 1048.000000 897.000000 1129.000000 384.000000 538.000000 197.000000 553.000000
517.000000 303.000000 136.000000 16.000000 28688.000000 28515.000000 3631.000000 4980.000000 2397.000000 2329.000000 2895.000000 650.000000 1980.000000 686.000000 894.000000 1745.000000 823.000000 1010.000000 884.000000 1075.000000 358.000000 552.000000 205.000000 501.000000 580.000000 340.000000 155.000000 18.000000 8504.000000 8452.000000 1050.000000 1307.000000 689.000000 749.000000 703.000000 236.000000 529.000000 230.000000 315.000000 627.000000 277.000000 406.000000 314.000000 314.000000 106.000000 158.000000 83.000000 157.000000 118.000000 84.000000 47.000000 5.000000 9168.000000 9099.000000 1037.000000 1370.000000 643.000000 874.000000 811.000000 254.000000 591.000000 244.000000 357.000000 660.000000 305.000000 438.000000 403.000000 338.000000 139.000000 172.000000 74.000000 139.000000 138.000000 112.000000 64.000000 5.000000 9869.000000 9815.000000 1176.000000 1462.000000 791.000000 962.000000 848.000000 235.000000 585.000000 273.000000 375.000000 719.000000 306.000000 481.000000 391.000000 391.000000 119.000000 197.000000 64.000000 174.000000 155.000000 111.000000 45.000000 9.000000 12693.000000 12570.000000 1541.000000 2257.000000 980.000000 1167.000000 1143.000000 292.000000 771.000000 256.000000 401.000000 789.000000 321.000000 543.000000 456.000000 530.000000 195.000000 268.000000 102.000000 225.000000 201.000000 132.000000 115.000000 8.000000 12522.000000 12435.000000 1477.000000 2043.000000 1072.000000 1125.000000 1180.000000 326.000000 809.000000 313.000000 464.000000 765.000000 358.000000 516.000000 409.000000 475.000000 191.000000 266.000000 91.000000 212.000000 221.000000 122.000000 82.000000 5.000000 13077.000000 12996.000000 1677.000000 2239.000000 1035.000000 1136.000000 1161.000000 314.000000 887.000000 323.000000 455.000000 785.000000 364.000000 519.000000 460.000000 519.000000 182.000000 272.000000 94.000000 234.000000 214.000000 126.000000 73.000000 8.000000 13201.000000 13127.000000 1605.000000 2280.000000 1115.000000 1150.000000 1158.000000 298.000000 926.000000 310.000000 500.000000 759.000000 380.000000 544.000000 452.000000 498.000000 167.000000 301.000000 78.000000 246.000000 221.000000 139.000000 59.000000 15.000000 13742.000000 13651.000000 1687.000000 2412.000000 1189.000000 1086.000000 1187.000000 327.000000 993.000000 386.000000 507.000000 812.000000 376.000000 516.000000 435.000000 551.000000 191.000000 265.000000 85.000000 254.000000 231.000000 161.000000 80.000000 11.000000 15783.000000 15693.000000 1885.000000 2721.000000 1273.000000 1389.000000 1412.000000 388.000000 1064.000000 421.000000 489.000000 936.000000 437.000000 716.000000 588.000000 609.000000 218.000000 290.000000 108.000000 288.000000 287.000000 174.000000 79.000000 11.000000 16366.000000 16263.000000 2059.000000 2843.000000 1314.000000 1326.000000 1544.000000 380.000000 1099.000000 378.000000 544.000000 1019.000000 482.000000 661.000000 512.000000 637.000000 221.000000 331.000000 113.000000 321.000000 289.000000 190.000000 92.000000 11.000000 17808.000000 17701.000000 2263.000000 3202.000000 1487.000000 1405.000000 1691.000000 416.000000 1177.000000 415.000000 591.000000 1140.000000 463.000000 727.000000 556.000000 698.000000 216.000000 346.000000 124.000000 289.000000 304.000000 191.000000 84.000000 23.000000 19909.000000 19788.000000 2505.000000 3509.000000 1649.000000 1653.000000 1957.000000 530.000000 1291.000000 464.000000 643.000000 1207.000000 519.000000 748.000000 635.000000 793.000000 249.000000 371.000000 151.000000 330.000000 384.000000 200.000000 109.000000 12.000000 23774.000000 23628.000000 3021.000000 4080.000000 1991.000000 2025.000000 2401.000000 518.000000 1587.000000 508.000000 720.000000 1398.000000 680.000000 941.000000 848.000000 874.000000 293.000000 421.000000 173.000000 422.000000 429.000000 298.000000 142.000000 4.000000 24782.000000 24647.000000 3245.000000 4312.000000 2166.000000 2056.000000 2391.000000 600.000000 1640.000000 539.000000 791.000000 1465.000000 637.000000 917.000000 773.000000 957.000000 322.000000 461.000000 167.000000 492.000000 452.000000 264.000000 121.000000 14.000000 6111.000000 6050.000000 773.000000 932.000000 486.000000 538.000000 491.000000 152.000000 409.000000 198.000000 248.000000 392.000000 192.000000 270.000000 241.000000 206.000000 73.000000 120.000000 59.000000 99.000000 104.000000 67.000000 60.000000 1.000000 7060.000000 7012.000000 889.000000 1116.000000 571.000000 620.000000 561.000000 197.000000 464.000000 188.000000 266.000000 523.000000 213.000000 324.000000 247.000000 248.000000 85.000000 132.000000 71.000000 139.000000 97.000000 61.000000 44.000000 4.000000 7668.000000 7602.000000 895.000000 1180.000000 525.000000 712.000000 678.000000 216.000000 496.000000 205.000000 284.000000 539.000000 248.000000 373.000000 320.000000 278.000000 117.000000 152.000000 58.000000 116.000000 122.000000 88.000000 61.000000 5.000000 8281.000000 8235.000000 980.000000 1257.000000 660.000000 796.000000 668.000000 192.000000 512.000000 233.000000 308.000000 593.000000 263.000000 397.000000 333.000000 326.000000 104.000000 171.000000 55.000000 156.000000 129.000000 102.000000 38.000000 8.000000 10813.000000 10700.000000 1315.000000 1996.000000 835.000000 975.000000 960.000000 245.000000 665.000000 220.000000 346.000000 656.000000 257.000000 451.000000 369.000000 437.000000 159.000000 228.000000 84.000000 202.000000 180.000000 120.000000 106.000000 7.000000 10610.000000 10532.000000 1270.000000 1774.000000 915.000000 932.000000 987.000000 272.000000 686.000000 268.000000 399.000000 638.000000 301.000000 443.000000 328.000000 396.000000 161.000000 227.000000 77.000000 181.000000 178.000000 99.000000 73.000000 5.000000 11097.000000 11022.000000 1461.000000 1977.000000 853.000000 947.000000 969.000000 271.000000 747.000000 272.000000 367.000000 670.000000 313.000000 426.000000 385.000000 422.000000 147.000000 242.000000 76.000000 202.000000 172.000000 103.000000 67.000000 8.000000 11276.000000 11207.000000 1403.000000 1967.000000 952.000000 938.000000 983.000000 251.000000 794.000000 265.000000 435.000000 641.000000 323.000000 454.000000 378.000000 415.000000 138.000000 265.000000 67.000000 218.000000 200.000000 120.000000 55.000000 14.000000 11873.000000 11791.000000 1488.000000 2131.000000 1014.000000 931.000000 1022.000000 267.000000 864.000000 329.000000 429.000000 696.000000 317.000000 431.000000 361.000000 459.000000 162.000000 233.000000 75.000000 230.000000 208.000000 144.000000 73.000000 9.000000 13361.000000 13284.000000 1606.000000 2366.000000 1081.000000 1179.000000 1171.000000 328.000000 864.000000 368.000000 403.000000 818.000000 364.000000 615.000000 510.000000 489.000000 163.000000 228.000000 95.000000 246.000000 241.000000 149.000000 69.000000 8.000000 14029.000000 13935.000000 1790.000000 2479.000000 1110.000000 1128.000000 1323.000000 321.000000 943.000000 323.000000 475.000000 871.000000 402.000000 559.000000 425.000000 534.000000 192.000000 284.000000 99.000000 264.000000 251.000000 162.000000 85.000000 9.000000 15269.000000 15172.000000 1987.000000 2755.000000 1268.000000 1192.000000 1431.000000 355.000000 1018.000000 360.000000 496.000000 985.000000 392.000000 614.000000 473.000000 583.000000 187.000000 305.000000 106.000000 248.000000 257.000000 160.000000 77.000000 20.000000 17237.000000 17128.000000 2200.000000 3110.000000 1389.000000 1427.000000 1667.000000 460.000000 1125.000000 388.000000 559.000000 1035.000000 442.000000 636.000000 546.000000 661.000000 219.000000 333.000000 135.000000 296.000000 329.000000 171.000000 98.000000 11.000000 20549.000000 20411.000000 2653.000000 3594.000000 1710.000000 1720.000000 2036.000000 445.000000 1375.000000 436.000000 631.000000 1196.000000 594.000000 800.000000 736.000000 732.000000 254.000000 360.000000 145.000000 357.000000 372.000000 265.000000 135.000000 3.000000 4815.000000 4782.000000 570.000000 793.000000 371.000000 413.000000 385.000000 105.000000 310.000000 153.000000 194.000000 315.000000 141.000000 225.000000 184.000000 166.000000 62.000000 113.000000 25.000000 98.000000 94.000000 65.000000 33.000000 "." 5030.000000 4971.000000 639.000000 796.000000 400.000000 432.000000 403.000000 123.000000 344.000000 164.000000 207.000000 327.000000 153.000000 215.000000 190.000000 154.000000 65.000000 104.000000 46.000000 80.000000 82.000000 47.000000 58.000000 1.000000 5823.000000 5781.000000 719.000000 954.000000 480.000000 502.000000 460.000000 156.000000 387.000000 155.000000 212.000000 440.000000 176.000000 258.000000 197.000000 203.000000 72.000000 113.000000 51.000000 115.000000 76.000000 55.000000 39.000000 3.000000 6360.000000 6302.000000 738.000000 1011.000000 433.000000 595.000000 549.000000 174.000000 425.000000 171.000000 232.000000 438.000000 205.000000 296.000000 257.000000 225.000000 102.000000 129.000000 49.000000 100.000000 103.000000 70.000000 54.000000 4.000000 6945.000000 6906.000000 815.000000 1082.000000 572.000000 657.000000 545.000000 155.000000 439.000000 192.000000 256.000000 485.000000 214.000000 332.000000 278.000000 266.000000 84.000000 154.000000 50.000000 135.000000 108.000000 87.000000 32.000000 7.000000 9107.000000 9010.000000 1136.000000 1718.000000 709.000000 788.000000 797.000000 199.000000 572.000000 194.000000 287.000000 548.000000 223.000000 350.000000 310.000000 357.000000 130.000000 200.000000 67.000000 169.000000 159.000000 97.000000 91.000000 6.000000 8808.000000 8739.000000 1069.000000 1532.000000 757.000000 766.000000 801.000000 230.000000 568.000000 223.000000 332.000000 518.000000 247.000000 358.000000 274.000000 326.000000 115.000000 188.000000 60.000000 143.000000 149.000000 83.000000 65.000000 4.000000 9284.000000 9214.000000 1229.000000 1723.000000 690.000000 787.000000 791.000000 227.000000 638.000000 227.000000 309.000000 549.000000 254.000000 353.000000 310.000000 338.000000 111.000000 207.000000 64.000000 168.000000 151.000000 88.000000 63.000000 7.000000 9614.000000 9553.000000 1217.000000 1699.000000 830.000000 775.000000 827.000000 210.000000 691.000000 223.000000 374.000000 524.000000 256.000000 380.000000 316.000000 353.000000 115.000000 236.000000 58.000000 189.000000 174.000000 106.000000 49.000000 12.000000 9764.000000 9693.000000 1248.000000 1811.000000 838.000000 771.000000 783.000000 222.000000 695.000000 280.000000 348.000000 585.000000 260.000000 353.000000 302.000000 361.000000 115.000000 177.000000 56.000000 198.000000 170.000000 120.000000 64.000000 7.000000 11277.000000 11207.000000 1402.000000 2031.000000 907.000000 982.000000 979.000000 273.000000 728.000000 304.000000 337.000000 675.000000 304.000000 517.000000 420.000000 398.000000 136.000000 198.000000 83.000000 214.000000 192.000000 127.000000 63.000000 7.000000 11964.000000 11875.000000 1581.000000 2157.000000 947.000000 947.000000 1100.000000 279.000000 803.000000 272.000000 420.000000 713.000000 344.000000 463.000000 361.000000 440.000000 154.000000 243.000000 82.000000 225.000000 214.000000 130.000000 80.000000 9.000000 12950.000000 12865.000000 1733.000000 2395.000000 1054.000000 990.000000 1198.000000 300.000000 862.000000 311.000000 407.000000 832.000000 330.000000 516.000000 389.000000 480.000000 153.000000 262.000000 93.000000 205.000000 225.000000 130.000000 67.000000 18.000000 14507.000000 14405.000000 1900.000000 2667.000000 1156.000000 1194.000000 1364.000000 369.000000 979.000000 332.000000 471.000000 848.000000 360.000000 529.000000 459.000000 544.000000 178.000000 276.000000 117.000000 245.000000 276.000000 141.000000 92.000000 10.000000 3584.000000 3547.000000 494.000000 616.000000 279.000000 300.000000 266.000000 85.000000 227.000000 110.000000 163.000000 243.000000 105.000000 136.000000 101.000000 114.000000 50.000000 87.000000 23.000000 50.000000 69.000000 29.000000 34.000000 3.000000 3941.000000 3914.000000 460.000000 683.000000 305.000000 323.000000 301.000000 86.000000 271.000000 128.000000 165.000000 250.000000 115.000000 192.000000 141.000000 123.000000 52.000000 98.000000 22.000000 77.000000 73.000000 49.000000 27.000000 "." 4050.000000 3997.000000 529.000000 664.000000 302.000000 345.000000 313.000000 103.000000 289.000000 133.000000 161.000000 260.000000 123.000000 168.000000 143.000000 123.000000 53.000000 82.000000 31.000000 69.000000 67.000000 39.000000 52.000000 1.000000 4751.000000 4712.000000 597.000000 817.000000 398.000000 395.000000 371.000000 115.000000 338.000000 123.000000 166.000000 342.000000 154.000000 201.000000 150.000000 162.000000 56.000000 83.000000 45.000000 94.000000 63.000000 42.000000 36.000000 3.000000 5139.000000 5085.000000 588.000000 859.000000 362.000000 482.000000 421.000000 143.000000 328.000000 135.000000 187.000000 340.000000 169.000000 235.000000 205.000000 183.000000 76.000000 105.000000 41.000000 81.000000 90.000000 55.000000 50.000000 4.000000 5715.000000 5679.000000 686.000000 903.000000 488.000000 537.000000 439.000000 127.000000 376.000000 155.000000 205.000000 380.000000 180.000000 261.000000 223.000000 211.000000 70.000000 126.000000 37.000000 118.000000 90.000000 67.000000 30.000000 6.000000 7512.000000 7426.000000 964.000000 1468.000000 576.000000 633.000000 641.000000 160.000000 479.000000 168.000000 237.000000 441.000000 161.000000 285.000000 247.000000 289.000000 101.000000 177.000000 53.000000 140.000000 127.000000 79.000000 82.000000 4.000000 7288.000000 7227.000000 916.000000 1286.000000 614.000000 627.000000 660.000000 181.000000 490.000000 179.000000 273.000000 419.000000 204.000000 298.000000 204.000000 258.000000 90.000000 153.000000 52.000000 123.000000 126.000000 74.000000 58.000000 3.000000 7817.000000 7766.000000 1073.000000 1485.000000 566.000000 648.000000 656.000000 177.000000 549.000000 191.000000 247.000000 469.000000 216.000000 284.000000 256.000000 271.000000 98.000000 182.000000 52.000000 142.000000 128.000000 76.000000 46.000000 5.000000 7765.000000 7711.000000 990.000000 1438.000000 681.000000 624.000000 652.000000 164.000000 514.000000 183.000000 320.000000 430.000000 200.000000 297.000000 260.000000 270.000000 86.000000 183.000000 41.000000 146.000000 145.000000 87.000000 44.000000 10.000000 8030.000000 7971.000000 1048.000000 1518.000000 672.000000 635.000000 631.000000 170.000000 585.000000 235.000000 293.000000 491.000000 208.000000 284.000000 241.000000 278.000000 92.000000 147.000000 42.000000 163.000000 139.000000 99.000000 54.000000 5.000000 9462.000000 9398.000000 1203.000000 1727.000000 750.000000 812.000000 813.000000 226.000000 622.000000 255.000000 266.000000 564.000000 255.000000 433.000000 346.000000 316.000000 121.000000 169.000000 67.000000 183.000000 158.000000 112.000000 58.000000 6.000000 10024.000000 9946.000000 1372.000000 1832.000000 800.000000 783.000000 867.000000 230.000000 690.000000 225.000000 339.000000 589.000000 285.000000 390.000000 309.000000 346.000000 129.000000 203.000000 67.000000 183.000000 196.000000 111.000000 73.000000 5.000000 10748.000000 10675.000000 1457.000000 2018.000000 883.000000 818.000000 959.000000 252.000000 708.000000 259.000000 337.000000 695.000000 267.000000 425.000000 320.000000 374.000000 130.000000 223.000000 79.000000 172.000000 195.000000 104.000000 57.000000 16.000000 2745.000000 2718.000000 382.000000 490.000000 210.000000 240.000000 191.000000 76.000000 163.000000 93.000000 110.000000 177.000000 65.000000 100.000000 96.000000 94.000000 35.000000 61.000000 23.000000 36.000000 53.000000 23.000000 26.000000 1.000000 2859.000000 2828.000000 399.000000 513.000000 226.000000 235.000000 196.000000 63.000000 193.000000 88.000000 132.000000 191.000000 80.000000 107.000000 73.000000 91.000000 35.000000 71.000000 13.000000 43.000000 55.000000 24.000000 28.000000 3.000000 3165.000000 3143.000000 373.000000 578.000000 247.000000 249.000000 233.000000 63.000000 221.000000 109.000000 133.000000 200.000000 89.000000 144.000000 99.000000 97.000000 43.000000 86.000000 14.000000 72.000000 55.000000 38.000000 22.000000 "." 3306.000000 3255.000000 437.000000 573.000000 250.000000 270.000000 249.000000 83.000000 235.000000 110.000000 127.000000 212.000000 99.000000 128.000000 104.000000 97.000000 43.000000 64.000000 24.000000 60.000000 61.000000 29.000000 50.000000 1.000000 3834.000000 3804.000000 484.000000 700.000000 309.000000 326.000000 288.000000 91.000000 258.000000 106.000000 141.000000 271.000000 122.000000 153.000000 118.000000 130.000000 43.000000 66.000000 38.000000 79.000000 49.000000 32.000000 29.000000 1.000000 4209.000000 4163.000000 502.000000 725.000000 304.000000 376.000000 327.000000 112.000000 273.000000 119.000000 153.000000 277.000000 132.000000 173.000000 160.000000 149.000000 66.000000 87.000000 36.000000 67.000000 84.000000 41.000000 42.000000 4.000000 4625.000000 4593.000000 569.000000 747.000000 391.000000 416.000000 347.000000 106.000000 315.000000 127.000000 162.000000 302.000000 145.000000 207.000000 169.000000 172.000000 62.000000 103.000000 30.000000 93.000000 81.000000 49.000000 28.000000 4.000000 6137.000000 6062.000000 807.000000 1235.000000 457.000000 492.000000 533.000000 125.000000 399.000000 137.000000 187.000000 351.000000 125.000000 228.000000 194.000000 230.000000 80.000000 146.000000 45.000000 119.000000 105.000000 67.000000 72.000000 3.000000 6027.000000 5974.000000 757.000000 1124.000000 506.000000 494.000000 557.000000 149.000000 406.000000 148.000000 214.000000 323.000000 169.000000 223.000000 171.000000 213.000000 73.000000 132.000000 39.000000 103.000000 111.000000 62.000000 50.000000 3.000000 6206.000000 6165.000000 861.000000 1231.000000 466.000000 501.000000 511.000000 142.000000 401.000000 162.000000 208.000000 368.000000 177.000000 222.000000 205.000000 187.000000 70.000000 143.000000 39.000000 117.000000 96.000000 58.000000 37.000000 4.000000 6301.000000 6254.000000 820.000000 1196.000000 556.000000 498.000000 532.000000 136.000000 427.000000 138.000000 258.000000 346.000000 146.000000 242.000000 195.000000 213.000000 71.000000 138.000000 35.000000 118.000000 118.000000 71.000000 38.000000 9.000000 6605.000000 6549.000000 883.000000 1272.000000 561.000000 506.000000 519.000000 147.000000 485.000000 195.000000 237.000000 380.000000 170.000000 225.000000 202.000000 217.000000 75.000000 124.000000 36.000000 120.000000 115.000000 80.000000 51.000000 5.000000 7817.000000 7759.000000 1028.000000 1434.000000 615.000000 662.000000 676.000000 186.000000 511.000000 206.000000 214.000000 460.000000 205.000000 350.000000 291.000000 256.000000 101.000000 145.000000 47.000000 148.000000 139.000000 85.000000 52.000000 6.000000 8141.000000 8071.000000 1127.000000 1517.000000 613.000000 642.000000 713.000000 182.000000 564.000000 188.000000 256.000000 467.000000 237.000000 323.000000 255.000000 284.000000 99.000000 162.000000 51.000000 151.000000 157.000000 83.000000 67.000000 3.000000 1834.000000 1806.000000 282.000000 337.000000 129.000000 123.000000 132.000000 48.000000 124.000000 56.000000 66.000000 101.000000 49.000000 62.000000 56.000000 60.000000 22.000000 32.000000 30.000000 37.000000 40.000000 20.000000 24.000000 4.000000 2156.000000 2132.000000 298.000000 404.000000 168.000000 182.000000 138.000000 58.000000 140.000000 75.000000 93.000000 140.000000 46.000000 68.000000 68.000000 73.000000 27.000000 49.000000 21.000000 27.000000 38.000000 19.000000 24.000000 "." 2253.000000 2226.000000 309.000000 413.000000 173.000000 191.000000 154.000000 52.000000 163.000000 75.000000 99.000000 141.000000 64.000000 76.000000 58.000000 64.000000 32.000000 55.000000 11.000000 36.000000 44.000000 16.000000 25.000000 2.000000 2524.000000 2505.000000 285.000000 481.000000 193.000000 183.000000 192.000000 52.000000 174.000000 85.000000 88.000000 161.000000 69.000000 121.000000 82.000000 79.000000 36.000000 76.000000 10.000000 60.000000 47.000000 31.000000 19.000000 "." 2605.000000 2563.000000 354.000000 468.000000 193.000000 202.000000 196.000000 67.000000 165.000000 88.000000 104.000000 171.000000 74.000000 102.000000 81.000000 76.000000 36.000000 47.000000 20.000000 49.000000 51.000000 19.000000 41.000000 1.000000 3083.000000 3056.000000 403.000000 576.000000 243.000000 250.000000 238.000000 70.000000 205.000000 89.000000 113.000000 213.000000 94.000000 120.000000 95.000000 100.000000 30.000000 53.000000 28.000000 71.000000 41.000000 24.000000 26.000000 1.000000 3301.000000 3261.000000 414.000000 591.000000 249.000000 285.000000 247.000000 93.000000 219.000000 97.000000 110.000000 220.000000 93.000000 123.000000 114.000000 117.000000 49.000000 65.000000 26.000000 50.000000 68.000000 31.000000 36.000000 4.000000 3650.000000 3624.000000 455.000000 602.000000 315.000000 325.000000 265.000000 77.000000 264.000000 97.000000 126.000000 224.000000 117.000000 165.000000 131.000000 127.000000 53.000000 82.000000 23.000000 72.000000 65.000000 39.000000 23.000000 3.000000 5053.000000 4989.000000 683.000000 1061.000000 374.000000 387.000000 443.000000 95.000000 336.000000 114.000000 150.000000 290.000000 98.000000 178.000000 152.000000 171.000000 63.000000 120.000000 32.000000 98.000000 92.000000 52.000000 62.000000 2.000000 4711.000000 4665.000000 605.000000 926.000000 397.000000 395.000000 430.000000 112.000000 273.000000 116.000000 156.000000 272.000000 128.000000 168.000000 122.000000 161.000000 49.000000 99.000000 29.000000 87.000000 96.000000 44.000000 44.000000 2.000000 4968.000000 4931.000000 702.000000 1009.000000 358.000000 397.000000 398.000000 105.000000 336.000000 132.000000 171.000000 291.000000 132.000000 168.000000 168.000000 144.000000 57.000000 115.000000 31.000000 90.000000 79.000000 48.000000 34.000000 3.000000 5064.000000 5022.000000 664.000000 989.000000 462.000000 389.000000 431.000000 111.000000 361.000000 108.000000 196.000000 258.000000 118.000000 189.000000 154.000000 171.000000 59.000000 97.000000 28.000000 93.000000 91.000000 53.000000 33.000000 9.000000 5368.000000 5317.000000 756.000000 1031.000000 447.000000 408.000000 417.000000 120.000000 383.000000 160.000000 210.000000 290.000000 141.000000 174.000000 161.000000 167.000000 64.000000 103.000000 28.000000 96.000000 93.000000 68.000000 47.000000 4.000000 6261.000000 6210.000000 839.000000 1188.000000 493.000000 531.000000 544.000000 154.000000 403.000000 161.000000
166.000000 349.000000 164.000000 262.000000 222.000000 189.000000 85.000000 117.000000 35.000000 122.000000 114.000000 72.000000 45.000000 6.000000 1313.000000 1298.000000 174.000000 275.000000 110.000000 95.000000 76.000000 29.000000 86.000000 44.000000 52.000000 77.000000 36.000000 45.000000 34.000000 34.000000 14.000000 24.000000 8.000000 33.000000 38.000000 14.000000 14.000000 1.000000 1448.000000 1423.000000 229.000000 277.000000 94.000000 94.000000 106.000000 33.000000 98.000000 43.000000 46.000000 74.000000 39.000000 47.000000 42.000000 51.000000 18.000000 26.000000 24.000000 33.000000 35.000000 14.000000 21.000000 4.000000 1656.000000 1635.000000 227.000000 319.000000 132.000000 136.000000 118.000000 40.000000 109.000000 60.000000 71.000000 101.000000 32.000000 48.000000 50.000000 53.000000 20.000000 36.000000 16.000000 20.000000 31.000000 16.000000 21.000000 "." 1787.000000 1764.000000 260.000000 324.000000 138.000000 140.000000 119.000000 44.000000 139.000000 57.000000 74.000000 111.000000 54.000000 55.000000 42.000000 54.000000 24.000000 44.000000 6.000000 31.000000 33.000000 15.000000 21.000000 2.000000 2028.000000 2012.000000 237.000000 410.000000 155.000000 150.000000 152.000000 41.000000 128.000000 65.000000 71.000000 125.000000 54.000000 94.000000 73.000000 57.000000 23.000000 61.000000 7.000000 50.000000 37.000000 22.000000 16.000000 "." 2013.000000 1975.000000 273.000000 376.000000 157.000000 141.000000 149.000000 55.000000 131.000000 68.000000 81.000000 128.000000 53.000000 80.000000 63.000000 55.000000 26.000000 32.000000 16.000000 39.000000 38.000000 14.000000 37.000000 1.000000 2400.000000 2376.000000 332.000000 466.000000 181.000000 187.000000 184.000000 60.000000 165.000000 64.000000 82.000000 164.000000 67.000000 87.000000 73.000000 75.000000 25.000000 38.000000 23.000000 55.000000 34.000000 14.000000 23.000000 1.000000 2605.000000 2577.000000 335.000000 487.000000 190.000000 211.000000 190.000000 80.000000 177.000000 69.000000 83.000000 165.000000 77.000000 98.000000 86.000000 89.000000 37.000000 59.000000 21.000000 46.000000 52.000000 25.000000 24.000000 4.000000 2916.000000 2895.000000 378.000000 494.000000 238.000000 261.000000 207.000000 59.000000 214.000000 85.000000 98.000000 179.000000 83.000000 131.000000 105.000000 94.000000 37.000000 72.000000 15.000000 60.000000 54.000000 31.000000 19.000000 2.000000 3864.000000 3810.000000 544.000000 860.000000 294.000000 285.000000 325.000000 71.000000 224.000000 95.000000 116.000000 227.000000 71.000000 135.000000 122.000000 107.000000 47.000000 79.000000 25.000000 77.000000 67.000000 39.000000 53.000000 1.000000 3667.000000 3630.000000 493.000000 741.000000 299.000000 300.000000 343.000000 81.000000 204.000000 87.000000 115.000000 217.000000 102.000000 124.000000 90.000000 117.000000 39.000000 79.000000 24.000000 70.000000 76.000000 29.000000 35.000000 2.000000 3927.000000 3895.000000 575.000000 820.000000 289.000000 306.000000 316.000000 80.000000 264.000000 107.000000 138.000000 214.000000 106.000000 131.000000 120.000000 106.000000 43.000000 81.000000 23.000000 71.000000 69.000000 36.000000 30.000000 2.000000 4034.000000 3999.000000 561.000000 802.000000 351.000000 315.000000 340.000000 88.000000 297.000000 87.000000 146.000000 200.000000 92.000000 137.000000 123.000000 122.000000 46.000000 74.000000 20.000000 76.000000 79.000000 43.000000 30.000000 5.000000 4185.000000 4143.000000 601.000000 857.000000 350.000000 306.000000 307.000000 101.000000 299.000000 120.000000 165.000000 214.000000 107.000000 139.000000 129.000000 119.000000 49.000000 75.000000 24.000000 68.000000 63.000000 50.000000 38.000000 4.000000 980.000000 974.000000 159.000000 233.000000 63.000000 63.000000 76.000000 15.000000 72.000000 39.000000 41.000000 43.000000 21.000000 20.000000 16.000000 18.000000 12.000000 22.000000 5.000000 25.000000 22.000000 9.000000 6.000000 "." 1036.000000 1024.000000 138.000000 225.000000 85.000000 76.000000 60.000000 20.000000 70.000000 39.000000 45.000000 59.000000 24.000000 30.000000 25.000000 26.000000 11.000000 20.000000 7.000000 24.000000 28.000000 12.000000 12.000000 "." 1107.000000 1089.000000 169.000000 230.000000 77.000000 66.000000 85.000000 25.000000 73.000000 27.000000 32.000000 48.000000 29.000000 36.000000 28.000000 38.000000 15.000000 22.000000 19.000000 30.000000 29.000000 11.000000 14.000000 4.000000 1270.000000 1251.000000 175.000000 271.000000 101.000000 98.000000 88.000000 30.000000 82.000000 43.000000 55.000000 81.000000 20.000000 37.000000 34.000000 38.000000 16.000000 26.000000 12.000000 13.000000 21.000000 10.000000 19.000000 "." 1410.000000 1388.000000 222.000000 270.000000 106.000000 102.000000 89.000000 28.000000 109.000000 42.000000 60.000000 82.000000 39.000000 44.000000 34.000000 39.000000 14.000000 35.000000 6.000000 26.000000 32.000000 9.000000 20.000000 2.000000 1592.000000 1580.000000 194.000000 334.000000 122.000000 106.000000 122.000000 33.000000 103.000000 49.000000 55.000000 90.000000 45.000000 72.000000 53.000000 46.000000 18.000000 51.000000 5.000000 35.000000 30.000000 17.000000 12.000000 "." 1579.000000 1544.000000 221.000000 299.000000 123.000000 110.000000 113.000000 43.000000 93.000000 55.000000 55.000000 100.000000 39.000000 60.000000 52.000000 40.000000 20.000000 27.000000 13.000000 33.000000 36.000000 12.000000 34.000000 1.000000 1840.000000 1820.000000 268.000000 360.000000 136.000000 140.000000 140.000000 48.000000 121.000000 46.000000 61.000000 125.000000 57.000000 62.000000 51.000000 58.000000 20.000000 33.000000 16.000000 41.000000 26.000000 11.000000 18.000000 2.000000 2039.000000 2016.000000 283.000000 395.000000 147.000000 160.000000 142.000000 64.000000 138.000000 52.000000 63.000000 127.000000 57.000000 69.000000 56.000000 68.000000 30.000000 47.000000 17.000000 40.000000 43.000000 18.000000 19.000000 4.000000 2260.000000 2243.000000 305.000000 391.000000 179.000000 192.000000 164.000000 47.000000 171.000000 77.000000 80.000000 136.000000 59.000000 95.000000 71.000000 64.000000 29.000000 56.000000 9.000000 49.000000 44.000000 25.000000 15.000000 2.000000 3000.000000 2952.000000 449.000000 687.000000 228.000000 202.000000 246.000000 57.000000 183.000000 77.000000 83.000000 165.000000 49.000000 90.000000 96.000000 84.000000 37.000000 64.000000 19.000000 56.000000 53.000000 27.000000 47.000000 1.000000 2863.000000 2834.000000 406.000000 598.000000 239.000000 210.000000 256.000000 68.000000 167.000000 64.000000 89.000000 157.000000 75.000000 91.000000 69.000000 83.000000 33.000000 65.000000 21.000000 57.000000 68.000000 18.000000 27.000000 2.000000 3099.000000 3077.000000 482.000000 650.000000 223.000000 231.000000 243.000000 65.000000 202.000000 88.000000 109.000000 172.000000 88.000000 98.000000 91.000000 78.000000 33.000000 63.000000 15.000000 59.000000 59.000000 28.000000 21.000000 1.000000 3100.000000 3070.000000 434.000000 625.000000 280.000000 243.000000 255.000000 60.000000 236.000000 67.000000 112.000000 148.000000 64.000000 98.000000 93.000000 98.000000 36.000000 58.000000 17.000000 56.000000 60.000000 30.000000 26.000000 4.000000 727.000000 715.000000 111.000000 151.000000 53.000000 55.000000 54.000000 15.000000 55.000000 29.000000 35.000000 29.000000 12.000000 18.000000 21.000000 18.000000 6.000000 18.000000 3.000000 14.000000 13.000000 5.000000 12.000000 "." 750.000000 744.000000 126.000000 189.000000 44.000000 46.000000 57.000000 14.000000 57.000000 27.000000 27.000000 32.000000 14.000000 13.000000 11.000000 15.000000 9.000000 16.000000 2.000000 20.000000 20.000000 5.000000 6.000000 "." 807.000000 795.000000 108.000000 182.000000 62.000000 61.000000 53.000000 16.000000 59.000000 31.000000 36.000000 47.000000 18.000000 21.000000 12.000000 20.000000 8.000000 15.000000 4.000000 18.000000 17.000000 7.000000 12.000000 "." 852.000000 836.000000 136.000000 183.000000 57.000000 49.000000 64.000000 21.000000 55.000000 21.000000 24.000000 29.000000 22.000000 28.000000 22.000000 25.000000 11.000000 16.000000 15.000000 23.000000 27.000000 8.000000 12.000000 4.000000 981.000000 966.000000 154.000000 214.000000 75.000000 74.000000 66.000000 22.000000 64.000000 32.000000 41.000000 58.000000 10.000000 27.000000 21.000000 31.000000 10.000000 22.000000 8.000000 11.000000 18.000000 8.000000 15.000000 "." 1084.000000 1064.000000 168.000000 215.000000 80.000000 72.000000 65.000000 23.000000 83.000000 32.000000 44.000000 54.000000 29.000000 39.000000 27.000000 36.000000 12.000000 31.000000 5.000000 19.000000 23.000000 7.000000 17.000000 3.000000 1249.000000 1239.000000 153.000000 260.000000 100.000000 83.000000 97.000000 28.000000 80.000000 38.000000 41.000000 69.000000 36.000000 53.000000 36.000000 39.000000 12.000000 40.000000 5.000000 26.000000 30.000000 13.000000 10.000000 "." 1214.000000 1187.000000 190.000000 233.000000 91.000000 78.000000 86.000000 29.000000 72.000000 42.000000 34.000000 79.000000 24.000000 44.000000 43.000000 27.000000 17.000000 22.000000 10.000000 25.000000 31.000000 10.000000 27.000000 "." 1449.000000 1432.000000 215.000000 300.000000 106.000000 104.000000 102.000000 39.000000 95.000000 32.000000 49.000000 100.000000 37.000000 50.000000 41.000000 42.000000 15.000000 28.000000 12.000000 33.000000 24.000000 8.000000 16.000000 1.000000 1611.000000 1594.000000 238.000000 317.000000 118.000000 123.000000 112.000000 46.000000 112.000000 45.000000 49.000000 101.000000 47.000000 49.000000 38.000000 45.000000 24.000000 38.000000 13.000000 29.000000 35.000000 15.000000 13.000000 4.000000 1658.000000 1645.000000 246.000000 303.000000 134.000000 138.000000 111.000000 35.000000 113.000000 50.000000 57.000000 100.000000 41.000000 66.000000 51.000000 44.000000 20.000000 36.000000 6.000000 38.000000 36.000000 20.000000 11.000000 2.000000 2325.000000 2282.000000 365.000000 559.000000 168.000000 161.000000 193.000000 45.000000 136.000000 53.000000 60.000000 112.000000 39.000000 60.000000 65.000000 63.000000 26.000000 51.000000 14.000000 50.000000 38.000000 24.000000 42.000000 1.000000 2207.000000 2185.000000 330.000000 465.000000 184.000000 161.000000 191.000000 52.000000 132.000000 50.000000 70.000000 111.000000 52.000000 68.000000 51.000000 62.000000 24.000000 50.000000 17.000000 43.000000 57.000000 15.000000 20.000000 2.000000 2363.000000 2341.000000 382.000000 520.000000 176.000000 163.000000 180.000000 47.000000 149.000000 66.000000 85.000000 136.000000 59.000000 70.000000 63.000000 56.000000 20.000000 50.000000 13.000000 40.000000 47.000000 19.000000 21.000000 1.000000 456.000000 449.000000 76.000000 100.000000 38.000000 25.000000 25.000000 8.000000 35.000000 14.000000 18.000000 12.000000 14.000000 15.000000 9.000000 12.000000 8.000000 13.000000 4.000000 12.000000 7.000000 4.000000 7.000000 "." 551.000000 544.000000 89.000000 128.000000 41.000000 37.000000 38.000000 11.000000 41.000000 22.000000 21.000000 22.000000 10.000000 11.000000 14.000000 13.000000 5.000000 12.000000 2.000000 12.000000 12.000000 3.000000 7.000000 "." 578.000000 572.000000 92.000000 157.000000 28.000000 38.000000 47.000000 12.000000 48.000000 18.000000 22.000000 22.000000 11.000000 9.000000 6.000000 8.000000 7.000000 13.000000 2.000000 14.000000 15.000000 3.000000 6.000000 "." 598.000000 588.000000 85.000000 145.000000 49.000000 43.000000 33.000000 10.000000 46.000000 19.000000 22.000000 34.000000 11.000000 16.000000 7.000000 15.000000 9.000000 10.000000 2.000000 14.000000 12.000000 6.000000 10.000000 "." 643.000000 631.000000 94.000000 151.000000 43.000000 32.000000 44.000000 14.000000 37.000000 14.000000 20.000000 21.000000 17.000000 21.000000 19.000000 17.000000 11.000000 14.000000 11.000000 20.000000 24.000000 7.000000 9.000000 3.000000 756.000000 743.000000 119.000000 175.000000 57.000000 49.000000 51.000000 16.000000 48.000000 25.000000 32.000000 40.000000 5.000000 21.000000 18.000000 26.000000 8.000000 21.000000 5.000000 9.000000 12.000000 6.000000 13.000000 "." 828.000000 812.000000 130.000000 179.000000 65.000000 55.000000 46.000000 14.000000 64.000000 18.000000 25.000000 40.000000 25.000000 28.000000 16.000000 27.000000 7.000000 26.000000 3.000000 18.000000 19.000000 7.000000 13.000000 3.000000 946.000000 937.000000 129.000000 206.000000 77.000000 58.000000 69.000000 17.000000 63.000000 26.000000 31.000000 51.000000 28.000000 36.000000 27.000000 25.000000 9.000000 35.000000 2.000000 16.000000 21.000000 11.000000 9.000000 "." 981.000000 956.000000 162.000000 196.000000 76.000000 55.000000 67.000000 20.000000 59.000000 36.000000 25.000000 62.000000 18.000000 33.000000 32.000000 24.000000 11.000000 18.000000 5.000000 23.000000 27.000000 7.000000 25.000000 "." 1100.000000 1086.000000 173.000000 228.000000 84.000000 73.000000 84.000000 32.000000 71.000000 20.000000 31.000000 76.000000 27.000000 35.000000 33.000000 24.000000 12.000000 24.000000 8.000000 27.000000 17.000000 7.000000 13.000000 1.000000 1150.000000 1134.000000 193.000000 238.000000 80.000000 72.000000 64.000000 36.000000 74.000000 32.000000 39.000000 74.000000 28.000000 36.000000 29.000000 29.000000 17.000000 27.000000 6.000000 23.000000 27.000000 10.000000 12.000000 4.000000 1257.000000 1247.000000 206.000000 228.000000 100.000000 102.000000 92.000000 28.000000 93.000000 34.000000 32.000000 67.000000 30.000000 47.000000 35.000000 29.000000 16.000000 28.000000 5.000000 27.000000 31.000000 17.000000 9.000000 1.000000 1812.000000 1775.000000 287.000000 458.000000 129.000000 121.000000 148.000000 34.000000 109.000000 37.000000 42.000000 79.000000 23.000000 48.000000 50.000000 49.000000 17.000000 43.000000 11.000000 42.000000 31.000000 17.000000 36.000000 1.000000 1646.000000 1625.000000 252.000000 361.000000 128.000000 111.000000 143.000000 37.000000 99.000000 38.000000 46.000000 82.000000 39.000000 48.000000 39.000000 49.000000 20.000000 38.000000 10.000000 30.000000 43.000000 12.000000 19.000000 2.000000 274.000000 270.000000 62.000000 57.000000 11.000000 21.000000 12.000000 10.000000 20.000000 11.000000 9.000000 12.000000 5.000000 3.000000 5.000000 3.000000 2.000000 9.000000 2.000000 8.000000 8.000000 "." 4.000000 "." 353.000000 349.000000 57.000000 93.000000 31.000000 13.000000 17.000000 7.000000 28.000000 10.000000 13.000000 10.000000 9.000000 12.000000 8.000000 4.000000 2.000000 12.000000 4.000000 9.000000 7.000000 3.000000 4.000000 "." 416.000000 409.000000 69.000000 96.000000 36.000000 25.000000 32.000000 9.000000 26.000000 16.000000 14.000000 14.000000 8.000000 7.000000 10.000000 11.000000 4.000000 10.000000 1.000000 9.000000 11.000000 1.000000 7.000000 "." 441.000000 437.000000 67.000000 130.000000 21.000000 29.000000 35.000000 9.000000 38.000000 10.000000 17.000000 16.000000 9.000000 6.000000 4.000000 5.000000 5.000000 11.000000 2.000000 8.000000 12.000000 3.000000 4.000000 "." 444.000000 437.000000 69.000000 110.000000 34.000000 33.000000 27.000000 7.000000 31.000000 12.000000 14.000000 26.000000 7.000000 11.000000 6.000000 10.000000 7.000000 6.000000 2.000000 10.000000 10.000000 5.000000 7.000000 "." 509.000000 499.000000 76.000000 125.000000 33.000000 22.000000 36.000000 11.000000 26.000000 11.000000 18.000000 16.000000 11.000000 13.000000 14.000000 10.000000 10.000000 12.000000 8.000000 18.000000 22.000000 7.000000 8.000000 2.000000 587.000000 577.000000 90.000000 145.000000 40.000000 38.000000 45.000000 13.000000 35.000000 16.000000 25.000000 28.000000 5.000000 15.000000 13.000000 20.000000 6.000000 18.000000 3.000000 7.000000 11.000000 4.000000 10.000000 "." 631.000000 619.000000 103.000000 150.000000 48.000000 36.000000 40.000000 11.000000 41.000000 13.000000 17.000000 30.000000 18.000000 17.000000 13.000000 18.000000 6.000000 19.000000 3.000000 12.000000 18.000000 6.000000 9.000000 3.000000 752.000000 746.000000 109.000000 166.000000 61.000000 39.000000 55.000000 16.000000 50.000000 20.000000 24.000000 36.000000 23.000000 29.000000 20.000000 23.000000 7.000000 30.000000 2.000000 15.000000 14.000000 7.000000 6.000000 "." 741.000000 720.000000 138.000000 142.000000 60.000000 40.000000 49.000000 12.000000 46.000000 27.000000 21.000000 42.000000 11.000000 24.000000 26.000000 9.000000 10.000000 14.000000 3.000000 17.000000 25.000000 4.000000 21.000000 "." 806.000000 797.000000 140.000000 163.000000 60.000000 52.000000 57.000000 21.000000 52.000000 16.000000 25.000000 53.000000 24.000000 29.000000 26.000000 14.000000 7.000000 16.000000 5.000000 22.000000 10.000000 5.000000 8.000000 1.000000 849.000000 837.000000 147.000000 176.000000 59.000000 54.000000 48.000000 23.000000 60.000000 26.000000 26.000000 49.000000 22.000000 24.000000 19.000000 22.000000 12.000000 22.000000 6.000000 16.000000 20.000000 6.000000 9.000000 3.000000 914.000000 906.000000 157.000000 169.000000 78.000000 65.000000 66.000000 21.000000 70.000000 25.000000 21.000000 45.000000 22.000000 32.000000 26.000000 18.000000 13.000000 23.000000 2.000000 24.000000 16.000000 13.000000 7.000000 1.000000 1368.000000 1339.000000 226.000000 349.000000 92.000000 93.000000 113.000000 24.000000 82.000000 26.000000 29.000000 56.000000 14.000000 35.000000 36.000000 33.000000 15.000000 35.000000 8.000000 31.000000 26.000000 16.000000 28.000000 1.000000 803.000000 787.000000 160.000000 284.000000 45.000000 39.000000 35.000000 12.000000 47.000000 12.000000 18.000000 24.000000 9.000000 7.000000 10.000000 13.000000 7.000000 17.000000 1.000000 14.000000 25.000000 8.000000 15.000000 1.000000 866.000000 851.000000 175.000000 300.000000 47.000000 42.000000 34.000000 17.000000 54.000000 12.000000 19.000000 23.000000 12.000000 7.000000 12.000000 12.000000 8.000000 25.000000 3.000000 18.000000 27.000000 4.000000 14.000000 1.000000 966.000000 953.000000 179.000000 346.000000 52.000000 40.000000 44.000000 21.000000 61.000000 15.000000 21.000000 23.000000 15.000000 12.000000 13.000000 10.000000 7.000000 30.000000 4.000000 21.000000 32.000000 7.000000 12.000000 1.000000 1123.000000 1110.000000 212.000000 381.000000 67.000000 44.000000 65.000000 23.000000 63.000000 20.000000 28.000000 24.000000 19.000000 13.000000 15.000000 18.000000 10.000000 35.000000 4.000000 23.000000 39.000000 7.000000 12.000000 1.000000 1298.000000 1283.000000 241.000000 454.000000 69.000000 54.000000 79.000000 25.000000 83.000000 22.000000 37.000000 28.000000 17.000000 11.000000 14.000000 17.000000 13.000000 41.000000 2.000000 21.000000 46.000000 9.000000 15.000000 "." 1421.000000 1404.000000 276.000000 481.000000 84.000000 52.000000 88.000000 26.000000 80.000000 24.000000 35.000000 40.000000 18.000000 17.000000 13.000000 25.000000 18.000000 37.000000 4.000000 25.000000 50.000000 11.000000 17.000000 "." 1573.000000 1555.000000 310.000000 520.000000 86.000000 62.000000 94.000000 30.000000 78.000000 28.000000 33.000000 35.000000 24.000000 20.000000 18.000000 31.000000 19.000000 44.000000 8.000000 40.000000 62.000000 13.000000 17.000000 1.000000 1743.000000 1721.000000 346.000000 551.000000 92.000000 71.000000 115.000000 36.000000 89.000000 32.000000 41.000000 41.000000 24.000000 26.000000 19.000000 38.000000 22.000000 54.000000 8.000000 38.000000 64.000000 14.000000 21.000000 1.000000 1944.000000 1916.000000 398.000000 600.000000 122.000000 72.000000 124.000000 36.000000 103.000000 30.000000 36.000000 50.000000 29.000000 30.000000 19.000000 50.000000 25.000000 61.000000 4.000000 40.000000 72.000000 15.000000 25.000000 3.000000 1962.000000 1938.000000 424.000000 563.000000 136.000000 87.000000 130.000000 39.000000 103.000000 32.000000 41.000000 63.000000 29.000000 45.000000 23.000000 46.000000 22.000000 32.000000 3.000000 45.000000 62.000000 13.000000 24.000000 "." 1873.000000 1835.000000 448.000000 479.000000 112.000000 83.000000 119.000000 33.000000 86.000000 36.000000 45.000000 60.000000 29.000000 49.000000 38.000000 36.000000 19.000000 35.000000 3.000000 50.000000 60.000000 15.000000 38.000000 "." 2001.000000 1963.000000 481.000000 477.000000 108.000000 95.000000 137.000000 39.000000 102.000000 35.000000 53.000000 74.000000 35.000000 53.000000 46.000000 42.000000 18.000000 42.000000 7.000000 49.000000 54.000000 16.000000 37.000000 1.000000 2111.000000 2067.000000 502.000000 503.000000 115.000000 96.000000 118.000000 45.000000 116.000000 47.000000 57.000000 89.000000 40.000000 50.000000 41.000000 45.000000 20.000000 52.000000 8.000000 47.000000 60.000000 16.000000 40.000000 4.000000 2141.000000 2102.000000 509.000000 493.000000 138.000000 96.000000 128.000000 43.000000 126.000000 46.000000 47.000000 86.000000 41.000000 51.000000 36.000000 48.000000 22.000000 52.000000 7.000000 50.000000 62.000000 21.000000 36.000000 3.000000;
地名 重大竊盜 普通竊盜 汽車竊盜 機車竊盜 贓物 賭博 重傷害 傷害 詐欺 背信 妨害自由 殺人 過失殺人 駕駛過失 妨害家庭 妨害風化 強制性交 共同強制性交 對幼性交 猥褻 內亂 重大恐嚇取財 一般恐嚇取財 擄人勒贖 侵占 偽造文書 第一級毒品 第二級毒品 第三級毒品 第四級毒品 毀損 妨害公務 違反著作權 違反商標法 妨害電腦使用 強盜 搶奪 竊佔 偽造 有價 證券 妨害秩序 違反 藥事 法 違反國家動員員法 違反 森林 法 公共危險 侵害 墳墓 屍體 重利 妨害名譽 違反 選罷 法 妨害秘密 遺棄 違反貪污治罪條例 懲治 走私 條例 妨害兵役 偽造貨幣 偽造 度量 衡 偽證 誣告 湮滅證據 瀆職 脫逃 藏匿頂替 違反槍砲彈藥刀械管制條例 違反就業服務法 其他
新北市 22 10,783 1,360 6,971 219 1,941 0 2,992 5,658 94 1,499 178 15 2,575 177 408 305 3 77 257 - 1 345 - 1,213 681 2,036 6,146 224 6 1,478 347 456 536 2,397 124 153 110 7 2 36 - 7 11,856 1 440 1,008 20 62 36 1 4 - 11 - 1 131 1 3 1 6 218 2 852
臺北市 16 7,446 389 3,001 94 392 6 2,793 4,649 253 1,296 47 36 2,568 115 295 213 8 24 111 - - 217 1 4,957 1,064 662 2,665 183 5 1,734 153 334 458 2,609 48 87 142 25 8 60 - - 5,046 1 272 1,249 6 124 25 - - - 7 - 10 133 - 10 2 1 83 2 553
臺中市 9 6,961 1,363 5,067 81 1,077 1 624 1,660 21 368 38 10 143 38 300 92 1 77 399 - - 171 2 274 209 1,829 1,493 149 - 690 55 275 538 635 36 95 45 7 1 86 - 3 2,712 1 555 227 10 19 6 - 1 - 7 - - 30 1 1 - 5 125 1 540
臺南市 18 5,928 1,248 3,415 124 260 1 931 1,734 11 401 48 4 1,217 56 120 135 4 15 99 - - 150 - 277 188 1,196 1,417 87 - 776 53 123 260 426 78 87 36 9 10 30 - 10 4,441 - 103 238 2 17 12 1 1 - 9 - - 29 1 5 - 1 120 2 344
高雄市 27 14,317 2,458 8,107 150 378 4 2,095 3,441 28 713 130 22 1,931 74 403 163 2 65 306 - 2 243 - 627 359 3,174 3,862 105 5 2,299 140 229 543 957 118 348 113 8 4 71 - 3 9,276 4 185 532 25 42 14 3 1 - 9 - - 70 1 6 1 3 154 2 965
宜蘭縣 4 1,074 77 294 11 79 1 234 220 6 111 12 3 313 9 23 2 0 0 79 - - 18 - 70 45 332 436 27 - 147 26 18 43 65 13 11 20 1 - 11 - 2 1,401 - 29 49 - 7 - - - - - - - 12 - - - 1 24 - 84
桃園縣 12 3,756 1,552 4,266 342 419 5 113 1,259 5 140 51 0 90 13 274 92 3 42 135 - 1 64 - 74 106 1,786 2,646 348 1 65 28 188 218 38 66 53 10 1 - 41 - 1 4,844 - 184 45 2 19 - - - - 3 - 1 14 1 - - 2 167 1 277
新竹縣 3 1,314 515 658 30 77 0 286 384 0 137 25 2 233 25 19 32 2 12 55 - 1 68 1 67 45 297 648 29 - 232 30 43 42 130 13 14 25 - 1 7 - 2 1,455 1 35 56 - 6 6 - 1 - 1 - - 13 - - - - 49 - 135
苗栗縣 3 1,505 317 638 37 104 2 126 327 2 43 7 1 43 8 30 19 2 5 70 - - 50 1 33 34 439 1,055 57 - 111 17 39 37 66 13 13 8 - - 4 - 12 757 2 69 25 6 2 - - 1 - 1 - - 3 - 1 - - 35 - 125
彰化縣 1 2,545 340 821 42 768 0 613 664 3 224 11 2 301 24 62 46 1 7 162 - - 87 - 107 108 1,320 839 52 - 416 27 113 171 357 24 33 34 1 11 24 - - 2,820 2 215 117 14 8 6 - - - 1 - - 12 - 1 - - 33 3 315
南投縣 1 1,518 299 563 18 130 1 355 347 4 141 15 3 196 15 12 29 0 9 50 - - 30 - 72 43 546 412 11 - 210 23 36 30 153 8 19 20 1 - 8 - 16 1,461 - 37 49 1 8 4 - - - 3 - - 4 - 4 - 1 29 1 126
雲林縣 4 1,273 210 617 30 152 1 292 420 4 157 17 0 250 22 28 5 0 9 78 - - 52 2 68 57 844 517 35 - 129 26 86 54 44 17 14 25 3 - 42 - 2 978 1 107 54 2 6 8 - - - - - - 16 1 1 - 1 47 1 238
嘉義縣 0 1,148 130 333 14 168 1 403 375 1 135 12 1 265 4 26 48 0 2 33 - - 40 - 40 49 399 583 16 1 141 20 41 35 132 7 8 5 - - 14 - 4 1,244 - 57 60 8 2 1 - - - 4 - - 8 - 1 - 1 32 1 167
屏東縣 10 2,541 438 729 83 311 2 305 703 5 109 34 0 258 19 40 45 1 59 79 - - 63 - 59 94 993 1,364 72 2 151 31 55 67 109 32 32 26 2 - 16 - 4 2,331 1 64 45 2 5 4 - - - 1 - - 12 - - 2 1 76 - 344
臺東縣 3 290 20 177 2 45 0 15 50 1 8 10 0 5 0 6 8 0 2 84 - - 3 - 5 16 70 234 2 - 5 3 11 7 4 9 9 3 - - 1 - 19 255 - 4 2 - 2 - - 1 - - - - - - - - - 35 - 41
花蓮縣 1 1,351 115 313 41 64 0 393 450 14 145 12 1 192 8 8 10 3 14 116 - - 11 - 96 66 167 433 12 - 248 17 21 10 129 9 5 15 - - 10 - 25 946 - 38 56 1 5 - - - - 2 - - 3 - - - - 28 - 145
澎湖縣 1 143 1 18 3 62 0 76 64 1 10 3 1 28 2 2 3 0 1 7 - - 2 - 12 6 34 86 5 - 34 3 4 6 16 - 2 19 - - 1 - - 265 - 8 11 - 1 1 - - - - - - 1 1 - - - 2 - 25
基隆市 2 909 78 440 19 162 0 192 315 5 36 19 4 139 9 37 28 0 3 36 - - 29 - 71 35 770 1,087 47 - 72 22 33 29 114 22 10 20 - - 7 - 3 768 1 22 50 - 2 1 - - - 1 - - 3 - - - 1 32 - 71
新竹市 1 856 283 1,007 22 98 1 309 396 3 87 9 0 234 10 66 15 0 18 58 - - 67 1 76 40 204 390 25 1 159 22 47 61 92 7 6 11 - 1 5 - - 1,281 - 104 58 1 7 2 - - - 3 - - 14 1 - 1 - 39 - 90
嘉義市 0 824 166 372 14 143 1 144 251 1 63 1 0 62 2 43 21 0 4 32 - - 16 1 44 47 237 426 46 - 149 9 27 56 82 5 3 4 - - 15 - 1 845 - 76 41 - 7 1 - - - 3 - - 7 - - 1 - 19 - 95
金門縣 0 72 1 12 1 4 0 51 104 1 8 2 3 34 1 4 3 0 4 4 - - 1 - 4 2 - 17 2 - 10 5 2 11 13 1 - 3 - - 3 - - 136 - - 16 - - - - - - - - - - - 1 - - 1 - 24
連江縣 0 12 0 0 0 0 0 9 1 0 2 0 0 5 0 0 0 0 0 1 - - - - - 1 - 2 - - 2 - - - 2 - - - - - - - - 6 - - 2 - - - - - - - - - - - - - - - - -
重大竊盜 普通竊盜 汽車竊盜 機車竊盜 贓物 賭博 重傷害 傷害 詐欺 背信 妨害自由 殺人 過失殺人 駕駛過失 妨害家庭 妨害風化 強制性交 共同強制性交 對幼性交 猥褻 內亂 重大恐嚇取財 一般恐嚇取財 擄人勒贖 侵占 偽造文書 第一級毒品 第二級毒品 第三級毒品 第四級毒品 毀損 妨害公務 違反 著作 權 違反 商標 法 妨害 電腦 使用 強盜 搶奪 竊佔 偽造 有價 證券 妨害秩序 違反 藥事 法 違反國家動員員法 違反 森林 法 公共危險 侵害 墳墓 屍體 重利 妨害名譽 違反 選罷 法 妨害秘密 遺棄 違反貪污治罪條例 懲治 走私 條例 妨害兵役 偽造貨幣 偽造 度量 衡 偽證 誣告 湮滅證據 瀆職 脫逃 藏匿頂替 違反槍砲彈藥刀械管制條例 違反就業服務法 其他
新北市 22 10,783 1,360 6,971 219 1,941 - 2,992 5,658 94 1,499 178 15 2,575 177 408 305 3 77 257 - 1 345 - 1,213 681 2,036 6,146 224 6 1,478 347 456 536 2,397 124 153 110 7 2 36 - 7 11,856 1 440 1,008 20 62 36 1 4 - 11 - 1 131 1 3 1 6 218 2 852
臺北市 16 7,446 389 3,001 94 392 6 2,793 4,649 253 1,296 47 36 2,568 115 295 213 8 24 111 - - 217 1 4,957 1,064 662 2,665 183 5 1,734 153 334 458 2,609 48 87 142 25 8 60 - - 5,046 1 272 1,249 6 124 25 - - - 7 - 10 133 - 10 2 1 83 2 553
臺中市 9 6,961 1,363 5,067 81 1,077 1 624 1,660 21 368 38 10 143 38 300 92 1 77 399 - - 171 2 274 209 1,829 1,493 149 - 690 55 275 538 635 36 95 45 7 1 86 - 3 2,712 1 555 227 10 19 6 - 1 - 7 - - 30 1 1 - 5 125 1 540
臺南市 18 5,928 1,248 3,415 124 260 1 931 1,734 11 401 48 4 1,217 56 120 135 4 15 99 - - 150 - 277 188 1,196 1,417 87 - 776 53 123 260 426 78 87 36 9 10 30 - 10 4,441 - 103 238 2 17 12 1 1 - 9 - - 29 1 5 - 1 120 2 344
高雄市 27 14,317 2,458 8,107 150 378 4 2,095 3,441 28 713 130 22 1,931 74 403 163 2 65 306 - 2 243 - 627 359 3,174 3,862 105 5 2,299 140 229 543 957 118 348 113 8 4 71 - 3 9,276 4 185 532 25 42 14 3 1 - 9 - - 70 1 6 1 3 154 2 965
宜蘭縣 4 1,074 77 294 11 79 1 234 220 6 111 12 3 313 9 23 2 - - 79 - - 18 - 70 45 332 436 27 - 147 26 18 43 65 13 11 20 1 - 11 - 2 1,401 - 29 49 - 7 - - - - - - - 12 - - - 1 24 - 84
桃園縣 12 3,756 1,552 4,266 342 419 5 113 1,259 5 140 51 - 90 13 274 92 3 42 135 - 1 64 - 74 106 1,786 2,646 348 1 65 28 188 218 38 66 53 10 1 - 41 - 1 4,844 - 184 45 2 19 - - - - 3 - 1 14 1 - - 2 167 1 277
新竹縣 3 1,314 515 658 30 77 - 286 384 - 137 25 2 233 25 19 32 2 12 55 - 1 68 1 67 45 297 648 29 - 232 30 43 42 130 13 14 25 - 1 7 - 2 1,455 1 35 56 - 6 6 - 1 - 1 - - 13 - - - - 49 - 135
苗栗縣 3 1,505 317 638 37 104 2 126 327 2 43 7 1 43 8 30 19 2 5 70 - - 50 1 33 34 439 1,055 57 - 111 17 39 37 66 13 13 8 - - 4 - 12 757 2 69 25 6 2 - - 1 - 1 - - 3 - 1 - - 35 - 125
彰化縣 1 2,545 340 821 42 768 - 613 664 3 224 11 2 301 24 62 46 1 7 162 - - 87 - 107 108 1,320 839 52 - 416 27 113 171 357 24 33 34 1 11 24 - - 2,820 2 215 117 14 8 6 - - - 1 - - 12 - 1 - - 33 3 315
南投縣 1 1,518 299 563 18 130 1 355 347 4 141 15 3 196 15 12 29 - 9 50 - - 30 - 72 43 546 412 11 - 210 23 36 30 153 8 19 20 1 - 8 - 16 1,461 - 37 49 1 8 4 - - - 3 - - 4 - 4 - 1 29 1 126
雲林縣 4 1,273 210 617 30 152 1 292 420 4 157 17 - 250 22 28 5 - 9 78 - - 52 2 68 57 844 517 35 - 129 26 86 54 44 17 14 25 3 - 42 - 2 978 1 107 54 2 6 8 - - - - - - 16 1 1 - 1 47 1 238
嘉義縣 - 1,148 130 333 14 168 1 403 375 1 135 12 1 265 4 26 48 - 2 33 - - 40 - 40 49 399 583 16 1 141 20 41 35 132 7 8 5 - - 14 - 4 1,244 - 57 60 8 2 1 - - - 4 - - 8 - 1 - 1 32 1 167
屏東縣 10 2,541 438 729 83 311 2 305 703 5 109 34 - 258 19 40 45 1 59 79 - - 63 - 59 94 993 1,364 72 2 151 31 55 67 109 32 32 26 2 - 16 - 4 2,331 1 64 45 2 5 4 - - - 1 - - 12 - - 2 1 76 - 344
臺東縣 3 290 20 177 2 45 - 15 50 1 8 10 - 5 - 6 8 - 2 84 - - 3 - 5 16 70 234 2 - 5 3 11 7 4 9 9 3 - - 1 - 19 255 - 4 2 - 2 - - 1 - - - - - - - - - 35 - 41
花蓮縣 1 1,351 115 313 41 64 - 393 450 14 145 12 1 192 8 8 10 3 14 116 - - 11 - 96 66 167 433 12 - 248 17 21 10 129 9 5 15 - - 10 - 25 946 - 38 56 1 5 - - - - 2 - - 3 - - - - 28 - 145
澎湖縣 1 143 1 18 3 62 - 76 64 1 10 3 1 28 2 2 3 - 1 7 - - 2 - 12 6 34 86 5 - 34 3 4 6 16 - 2 19 - - 1 - - 265 - 8 11 - 1 1 - - - - - - 1 1 - - - 2 - 25
基隆市 2 909 78 440 19 162 - 192 315 5 36 19 4 139 9 37 28 - 3 36 - - 29 - 71 35 770 1,087 47 - 72 22 33 29 114 22 10 20 - - 7 - 3 768 1 22 50 - 2 1 - - - 1 - - 3 - - - 1 32 - 71
新竹市 1 856 283 1,007 22 98 1 309 396 3 87 9 - 234 10 66 15 - 18 58 - - 67 1 76 40 204 390 25 1 159 22 47 61 92 7 6 11 - 1 5 - - 1,281 - 104 58 1 7 2 - - - 3 - - 14 1 - 1 - 39 - 90
嘉義市 - 824 166 372 14 143 1 144 251 1 63 1 - 62 2 43 21 - 4 32 - - 16 1 44 47 237 426 46 - 149 9 27 56 82 5 3 4 - - 15 - 1 845 - 76 41 - 7 1 - - - 3 - - 7 - - 1 - 19 - 95
金門縣 - 72 1 12 1 4 - 51 104 1 8 2 3 34 1 4 3 - 4 4 - - 1 - 4 2 - 17 2 - 10 5 2 11 13 1 - 3 - - 3 - - 136 - - 16 - - - - - - - - - - - 1 - - 1 - 24
連江縣 - 12 - - - - - 9 1 - 2 - - 5 - - - - - 1 - - - - - 1 - 2 - - 2 - - - 2 - - - - - - - - 6 - - 2 - - - - - - - - - - - - - - - - -
地名 重大竊盜 普通竊盜 汽車竊盜 機車竊盜 贓物 賭博 重傷害 傷害 詐欺 背信 妨害自由 殺人 過失殺人 駕駛過失 妨害家庭 妨害風化 強制性交 共同強制性交 對幼性交 猥褻 內亂 重大恐嚇取財 一般恐嚇取財 擄人勒贖 侵占 偽造文書 第一級毒品 第二級毒品 第三級毒品 第四級毒品 毀損 妨害公務 違反著作權 違反商標法 妨害電腦使用 強盜 搶奪 竊佔 偽造 有價 證券 妨害秩序 違反 藥事 法 違反國家動員員法 違反 森林 法 公共危險 侵害 墳墓 屍體 重利 妨害名譽 違反 選罷 法 妨害秘密 遺棄 違反貪污治罪條例 懲治 走私 條例 妨害兵役 偽造貨幣 偽造 度量 衡 偽證 誣告 湮滅證據 瀆職 脫逃 藏匿頂替 違反槍砲彈藥刀械管制條例 違反就業服務法 其他
新北市 22 10,783 1,360 6,971 219 1,941 0 2,992 5,658 94 1,499 178 15 2,575 177 408 305 3 77 257 - 1 345 - 1,213 681 2,036 6,146 224 6 1,478 347 456 536 2,397 124 153 110 7 2 36 - 7 11,856 1 440 1,008 20 62 36 1 4 - 11 - 1 131 1 3 1 6 218 2 852
台北市 16 7,446 389 3,001 94 392 6 2,793 4,649 253 1,296 47 36 2,568 115 295 213 8 24 111 - - 217 1 4,957 1,064 662 2,665 183 5 1,734 153 334 458 2,609 48 87 142 25 8 60 - - 5,046 1 272 1,249 6 124 25 - - - 7 - 10 133 - 10 2 1 83 2 553
台中市 9 6,961 1,363 5,067 81 1,077 1 624 1,660 21 368 38 10 143 38 300 92 1 77 399 - - 171 2 274 209 1,829 1,493 149 - 690 55 275 538 635 36 95 45 7 1 86 - 3 2,712 1 555 227 10 19 6 - 1 - 7 - - 30 1 1 - 5 125 1 540
台南市 18 5,928 1,248 3,415 124 260 1 931 1,734 11 401 48 4 1,217 56 120 135 4 15 99 - - 150 - 277 188 1,196 1,417 87 - 776 53 123 260 426 78 87 36 9 10 30 - 10 4,441 - 103 238 2 17 12 1 1 - 9 - - 29 1 5 - 1 120 2 344
高雄市 27 14,317 2,458 8,107 150 378 4 2,095 3,441 28 713 130 22 1,931 74 403 163 2 65 306 - 2 243 - 627 359 3,174 3,862 105 5 2,299 140 229 543 957 118 348 113 8 4 71 - 3 9,276 4 185 532 25 42 14 3 1 - 9 - - 70 1 6 1 3 154 2 965
宜蘭縣 4 1,074 77 294 11 79 1 234 220 6 111 12 3 313 9 23 2 0 0 79 - - 18 - 70 45 332 436 27 - 147 26 18 43 65 13 11 20 1 - 11 - 2 1,401 - 29 49 - 7 - - - - - - - 12 - - - 1 24 - 84
桃園縣 12 3,756 1,552 4,266 342 419 5 113 1,259 5 140 51 0 90 13 274 92 3 42 135 - 1 64 - 74 106 1,786 2,646 348 1 65 28 188 218 38 66 53 10 1 - 41 - 1 4,844 - 184 45 2 19 - - - - 3 - 1 14 1 - - 2 167 1 277
新竹縣 3 1,314 515 658 30 77 0 286 384 0 137 25 2 233 25 19 32 2 12 55 - 1 68 1 67 45 297 648 29 - 232 30 43 42 130 13 14 25 - 1 7 - 2 1,455 1 35 56 - 6 6 - 1 - 1 - - 13 - - - - 49 - 135
苗栗縣 3 1,505 317 638 37 104 2 126 327 2 43 7 1 43 8 30 19 2 5 70 - - 50 1 33 34 439 1,055 57 - 111 17 39 37 66 13 13 8 - - 4 - 12 757 2 69 25 6 2 - - 1 - 1 - - 3 - 1 - - 35 - 125
彰化縣 1 2,545 340 821 42 768 0 613 664 3 224 11 2 301 24 62 46 1 7 162 - - 87 - 107 108 1,320 839 52 - 416 27 113 171 357 24 33 34 1 11 24 - - 2,820 2 215 117 14 8 6 - - - 1 - - 12 - 1 - - 33 3 315
南投縣 1 1,518 299 563 18 130 1 355 347 4 141 15 3 196 15 12 29 0 9 50 - - 30 - 72 43 546 412 11 - 210 23 36 30 153 8 19 20 1 - 8 - 16 1,461 - 37 49 1 8 4 - - - 3 - - 4 - 4 - 1 29 1 126
雲林縣 4 1,273 210 617 30 152 1 292 420 4 157 17 0 250 22 28 5 0 9 78 - - 52 2 68 57 844 517 35 - 129 26 86 54 44 17 14 25 3 - 42 - 2 978 1 107 54 2 6 8 - - - - - - 16 1 1 - 1 47 1 238
嘉義縣 0 1,148 130 333 14 168 1 403 375 1 135 12 1 265 4 26 48 0 2 33 - - 40 - 40 49 399 583 16 1 141 20 41 35 132 7 8 5 - - 14 - 4 1,244 - 57 60 8 2 1 - - - 4 - - 8 - 1 - 1 32 1 167
屏東縣 10 2,541 438 729 83 311 2 305 703 5 109 34 0 258 19 40 45 1 59 79 - - 63 - 59 94 993 1,364 72 2 151 31 55 67 109 32 32 26 2 - 16 - 4 2,331 1 64 45 2 5 4 - - - 1 - - 12 - - 2 1 76 - 344
台東縣 3 290 20 177 2 45 0 15 50 1 8 10 0 5 0 6 8 0 2 84 - - 3 - 5 16 70 234 2 - 5 3 11 7 4 9 9 3 - - 1 - 19 255 - 4 2 - 2 - - 1 - - - - - - - - - 35 - 41
花蓮縣 1 1,351 115 313 41 64 0 393 450 14 145 12 1 192 8 8 10 3 14 116 - - 11 - 96 66 167 433 12 - 248 17 21 10 129 9 5 15 - - 10 - 25 946 - 38 56 1 5 - - - - 2 - - 3 - - - - 28 - 145
澎湖縣 1 143 1 18 3 62 0 76 64 1 10 3 1 28 2 2 3 0 1 7 - - 2 - 12 6 34 86 5 - 34 3 4 6 16 - 2 19 - - 1 - - 265 - 8 11 - 1 1 - - - - - - 1 1 - - - 2 - 25
基隆市 2 909 78 440 19 162 0 192 315 5 36 19 4 139 9 37 28 0 3 36 - - 29 - 71 35 770 1,087 47 - 72 22 33 29 114 22 10 20 - - 7 - 3 768 1 22 50 - 2 1 - - - 1 - - 3 - - - 1 32 - 71
新竹市 1 856 283 1,007 22 98 1 309 396 3 87 9 0 234 10 66 15 0 18 58 - - 67 1 76 40 204 390 25 1 159 22 47 61 92 7 6 11 - 1 5 - - 1,281 - 104 58 1 7 2 - - - 3 - - 14 1 - 1 - 39 - 90
嘉義市 0 824 166 372 14 143 1 144 251 1 63 1 0 62 2 43 21 0 4 32 - - 16 1 44 47 237 426 46 - 149 9 27 56 82 5 3 4 - - 15 - 1 845 - 76 41 - 7 1 - - - 3 - - 7 - - 1 - 19 - 95
金門縣 0 72 1 12 1 4 0 51 104 1 8 2 3 34 1 4 3 0 4 4 - - 1 - 4 2 - 17 2 - 10 5 2 11 13 1 - 3 - - 3 - - 136 - - 16 - - - - - - - - - - - 1 - - 1 - 24
連江縣 0 12 0 0 0 0 0 9 1 0 2 0 0 5 0 0 0 0 0 1 - - - - - 1 - 2 - - 2 - - - 2 - - - - - - - - 6 - - 2 - - - - - - - - - - - - - - - - -
This file has been truncated, but you can view the full file.
(function(){function t(t){return t.target}function n(t){return t.source}function e(t,n){try{for(var e in n)Object.defineProperty(t.prototype,e,{value:n[e],enumerable:!1})}catch(r){t.prototype=n}}function r(t){for(var n=-1,e=t.length,r=[];e>++n;)r.push(t[n]);return r}function i(t){return Array.prototype.slice.call(t)}function u(){}function a(t){return t}function o(){return!0}function c(t){return"function"==typeof t?t:function(){return t}}function l(t,n,e){return function(){var r=e.apply(n,arguments);return arguments.length?t:r}}function s(t){return null!=t&&!isNaN(t)}function f(t){return t.length}function h(t){return t.trim().replace(/\s+/g," ")}function d(t){for(var n=1;t*n%1;)n*=10;return n}function g(t){return 1===t.length?function(n,e){t(null==n?e:null)}:t}function p(t){return t.responseText}function m(t){return JSON.parse(t.responseText)}function v(t){var n=document.createRange();return n.selectNode(document.body),n.createContextualFragment(t.responseText)}function y(t){return t.responseXML}function M(){}function b(t){function n(){for(var n,r=e,i=-1,u=r.length;u>++i;)(n=r[i].on)&&n.apply(this,arguments);return t}var e=[],r=new u;return n.on=function(n,i){var u,a=r.get(n);return 2>arguments.length?a&&a.on:(a&&(a.on=null,e=e.slice(0,u=e.indexOf(a)).concat(e.slice(u+1)),r.remove(n)),i&&e.push(r.set(n,{on:i})),t)},n}function x(t,n){return n-(t?1+Math.floor(Math.log(t+Math.pow(10,1+Math.floor(Math.log(t)/Math.LN10)-n))/Math.LN10):1)}function _(t){return t+""}function w(t,n){var e=Math.pow(10,3*Math.abs(8-n));return{scale:n>8?function(t){return t/e}:function(t){return t*e},symbol:t}}function S(t){return function(n){return 0>=n?0:n>=1?1:t(n)}}function k(t){return function(n){return 1-t(1-n)}}function E(t){return function(n){return.5*(.5>n?t(2*n):2-t(2-2*n))}}function A(t){return t*t}function N(t){return t*t*t}function T(t){if(0>=t)return 0;if(t>=1)return 1;var n=t*t,e=n*t;return 4*(.5>t?e:3*(t-n)+e-.75)}function q(t){return function(n){return Math.pow(n,t)}}function C(t){return 1-Math.cos(t*Ru/2)}function z(t){return Math.pow(2,10*(t-1))}function D(t){return 1-Math.sqrt(1-t*t)}function L(t,n){var e;return 2>arguments.length&&(n=.45),arguments.length?e=n/(2*Ru)*Math.asin(1/t):(t=1,e=n/4),function(r){return 1+t*Math.pow(2,10*-r)*Math.sin(2*(r-e)*Ru/n)}}function F(t){return t||(t=1.70158),function(n){return n*n*((t+1)*n-t)}}function H(t){return 1/2.75>t?7.5625*t*t:2/2.75>t?7.5625*(t-=1.5/2.75)*t+.75:2.5/2.75>t?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375}function R(){d3.event.stopPropagation(),d3.event.preventDefault()}function P(){for(var t,n=d3.event;t=n.sourceEvent;)n=t;return n}function j(t){for(var n=new M,e=0,r=arguments.length;r>++e;)n[arguments[e]]=b(n);return n.of=function(e,r){return function(i){try{var u=i.sourceEvent=d3.event;i.target=t,d3.event=i,n[i.type].apply(e,r)}finally{d3.event=u}}},n}function O(t){var n=[t.a,t.b],e=[t.c,t.d],r=U(n),i=Y(n,e),u=U(I(e,n,-i))||0;n[0]*e[1]<e[0]*n[1]&&(n[0]*=-1,n[1]*=-1,r*=-1,i*=-1),this.rotate=(r?Math.atan2(n[1],n[0]):Math.atan2(-e[0],e[1]))*Ou,this.translate=[t.e,t.f],this.scale=[r,u],this.skew=u?Math.atan2(i,u)*Ou:0}function Y(t,n){return t[0]*n[0]+t[1]*n[1]}function U(t){var n=Math.sqrt(Y(t,t));return n&&(t[0]/=n,t[1]/=n),n}function I(t,n,e){return t[0]+=e*n[0],t[1]+=e*n[1],t}function V(t){return"transform"==t?d3.interpolateTransform:d3.interpolate}function X(t,n){return n=n-(t=+t)?1/(n-t):0,function(e){return(e-t)*n}}function Z(t,n){return n=n-(t=+t)?1/(n-t):0,function(e){return Math.max(0,Math.min(1,(e-t)*n))}}function B(){}function $(t,n,e){return new J(t,n,e)}function J(t,n,e){this.r=t,this.g=n,this.b=e}function G(t){return 16>t?"0"+Math.max(0,t).toString(16):Math.min(255,t).toString(16)}function K(t,n,e){var r,i,u,a=0,o=0,c=0;if(r=/([a-z]+)\((.*)\)/i.exec(t))switch(i=r[2].split(","),r[1]){case"hsl":return e(parseFloat(i[0]),parseFloat(i[1])/100,parseFloat(i[2])/100);case"rgb":return n(nn(i[0]),nn(i[1]),nn(i[2]))}return(u=aa.get(t))?n(u.r,u.g,u.b):(null!=t&&"#"===t.charAt(0)&&(4===t.length?(a=t.charAt(1),a+=a,o=t.charAt(2),o+=o,c=t.charAt(3),c+=c):7===t.length&&(a=t.substring(1,3),o=t.substring(3,5),c=t.substring(5,7)),a=parseInt(a,16),o=parseInt(o,16),c=parseInt(c,16)),n(a,o,c))}function W(t,n,e){var r,i,u=Math.min(t/=255,n/=255,e/=255),a=Math.max(t,n,e),o=a-u,c=(a+u)/2;return o?(i=.5>c?o/(a+u):o/(2-a-u),r=t==a?(n-e)/o+(e>n?6:0):n==a?(e-t)/o+2:(t-n)/o+4,r*=60):i=r=0,en(r,i,c)}function Q(t,n,e){t=tn(t),n=tn(n),e=tn(e);var r=gn((.4124564*t+.3575761*n+.1804375*e)/sa),i=gn((.2126729*t+.7151522*n+.072175*e)/fa),u=gn((.0193339*t+.119192*n+.9503041*e)/ha);return ln(116*i-16,500*(r-i),200*(i-u))}function tn(t){return.04045>=(t/=255)?t/12.92:Math.pow((t+.055)/1.055,2.4)}function nn(t){var n=parseFloat(t);return"%"===t.charAt(t.length-1)?Math.round(2.55*n):n}function en(t,n,e){return new rn(t,n,e)}function rn(t,n,e){this.h=t,this.s=n,this.l=e}function un(t,n,e){function r(t){return t>360?t-=360:0>t&&(t+=360),60>t?u+(a-u)*t/60:180>t?a:240>t?u+(a-u)*(240-t)/60:u}function i(t){return Math.round(255*r(t))}var u,a;return t%=360,0>t&&(t+=360),n=0>n?0:n>1?1:n,e=0>e?0:e>1?1:e,a=.5>=e?e*(1+n):e+n-e*n,u=2*e-a,$(i(t+120),i(t),i(t-120))}function an(t,n,e){return new on(t,n,e)}function on(t,n,e){this.h=t,this.c=n,this.l=e}function cn(t,n,e){return ln(e,Math.cos(t*=ju)*n,Math.sin(t)*n)}function ln(t,n,e){return new sn(t,n,e)}function sn(t,n,e){this.l=t,this.a=n,this.b=e}function fn(t,n,e){var r=(t+16)/116,i=r+n/500,u=r-e/200;return i=dn(i)*sa,r=dn(r)*fa,u=dn(u)*ha,$(pn(3.2404542*i-1.5371385*r-.4985314*u),pn(-.969266*i+1.8760108*r+.041556*u),pn(.0556434*i-.2040259*r+1.0572252*u))}function hn(t,n,e){return an(180*(Math.atan2(e,n)/Ru),Math.sqrt(n*n+e*e),t)}function dn(t){return t>.206893034?t*t*t:(t-4/29)/7.787037}function gn(t){return t>.008856?Math.pow(t,1/3):7.787037*t+4/29}function pn(t){return Math.round(255*(.00304>=t?12.92*t:1.055*Math.pow(t,1/2.4)-.055))}function mn(t){return Iu(t,Ma),t}function vn(t){return function(){return ga(t,this)}}function yn(t){return function(){return pa(t,this)}}function Mn(t,n){function e(){this.removeAttribute(t)}function r(){this.removeAttributeNS(t.space,t.local)}function i(){this.setAttribute(t,n)}function u(){this.setAttributeNS(t.space,t.local,n)}function a(){var e=n.apply(this,arguments);null==e?this.removeAttribute(t):this.setAttribute(t,e)}function o(){var e=n.apply(this,arguments);null==e?this.removeAttributeNS(t.space,t.local):this.setAttributeNS(t.space,t.local,e)}return t=d3.ns.qualify(t),null==n?t.local?r:e:"function"==typeof n?t.local?o:a:t.local?u:i}function bn(t){return RegExp("(?:^|\\s+)"+d3.requote(t)+"(?:\\s+|$)","g")}function xn(t,n){function e(){for(var e=-1;i>++e;)t[e](this,n)}function r(){for(var e=-1,r=n.apply(this,arguments);i>++e;)t[e](this,r)}t=t.trim().split(/\s+/).map(_n);var i=t.length;return"function"==typeof n?r:e}function _n(t){var n=bn(t);return function(e,r){if(i=e.classList)return r?i.add(t):i.remove(t);var i=e.className,u=null!=i.baseVal,a=u?i.baseVal:i;r?(n.lastIndex=0,n.test(a)||(a=h(a+" "+t),u?i.baseVal=a:e.className=a)):a&&(a=h(a.replace(n," ")),u?i.baseVal=a:e.className=a)}}function wn(t,n,e){function r(){this.style.removeProperty(t)}function i(){this.style.setProperty(t,n,e)}function u(){var r=n.apply(this,arguments);null==r?this.style.removeProperty(t):this.style.setProperty(t,r,e)}return null==n?r:"function"==typeof n?u:i}function Sn(t,n){function e(){delete this[t]}function r(){this[t]=n}function i(){var e=n.apply(this,arguments);null==e?delete this[t]:this[t]=e}return null==n?e:"function"==typeof n?i:r}function kn(t){return{__data__:t}}function En(t){return function(){return ya(this,t)}}function An(t){return arguments.length||(t=d3.ascending),function(n,e){return t(n&&n.__data__,e&&e.__data__)}}function Nn(t,n,e){function r(){var n=this[u];n&&(this.removeEventListener(t,n,n.$),delete this[u])}function i(){function i(t){var e=d3.event;d3.event=t,o[0]=a.__data__;try{n.apply(a,o)}finally{d3.event=e}}var a=this,o=Yu(arguments);r.call(this),this.addEventListener(t,this[u]=i,i.$=e),i._=n}var u="__on"+t,a=t.indexOf(".");return a>0&&(t=t.substring(0,a)),n?i:r}function Tn(t,n){for(var e=0,r=t.length;r>e;e++)for(var i,u=t[e],a=0,o=u.length;o>a;a++)(i=u[a])&&n(i,a,e);return t}function qn(t){return Iu(t,xa),t}function Cn(t,n){return Iu(t,wa),t.id=n,t}function zn(t,n,e,r){var i=t.__transition__||(t.__transition__={active:0,count:0}),a=i[e];if(!a){var o=r.time;return a=i[e]={tween:new u,event:d3.dispatch("start","end"),time:o,ease:r.ease,delay:r.delay,duration:r.duration},++i.count,d3.timer(function(r){function u(r){return i.active>e?l():(i.active=e,h.start.call(t,s,n),a.tween.forEach(function(e,r){(r=r.call(t,s,n))&&p.push(r)}),c(r)||d3.timer(c,0,o),1)}function c(r){if(i.active!==e)return l();for(var u=(r-d)/g,a=f(u),o=p.length;o>0;)p[--o].call(t,a);return u>=1?(l(),h.end.call(t,s,n),1):void 0}function l(){return--i.count?delete i[e]:delete t.__transition__,1}var s=t.__data__,f=a.ease,h=a.event,d=a.delay,g=a.duration,p=[];return r>=d?u(r):d3.timer(u,d,o),1},0,o),a}}function Dn(t){return null==t&&(t=""),function(){this.textContent=t}}function Ln(t,n,e,r){var i=t.id;return Tn(t,"function"==typeof e?function(t,u,a){t.__transition__[i].tween.set(n,r(e.call(t,t.__data__,u,a)))}:(e=r(e),function(t){t.__transition__[i].tween.set(n,e)}))}function Fn(){for(var t,n=Date.now(),e=qa;e;)t=n-e.then,t>=e.delay&&(e.flush=e.callback(t)),e=e.next;var r=Hn()-n;r>24?(isFinite(r)&&(clearTimeout(Aa),Aa=setTimeout(Fn,r)),Ea=0):(Ea=1,Ca(Fn))}function Hn(){for(var t=null,n=qa,e=1/0;n;)n.flush?(delete Ta[n.callback.id],n=t?t.next=n.next:qa=n.next):(e=Math.min(e,n.then+n.delay),n=(t=n).next);return e}function Rn(t,n){var e=t.ownerSVGElement||t;if(e.createSVGPoint){var r=e.createSVGPoint();if(0>za&&(window.scrollX||window.scrollY)){e=d3.select(document.body).append("svg").style("position","absolute").style("top",0).style("left",0);var i=e[0][0].getScreenCTM();za=!(i.f||i.e),e.remove()}return za?(r.x=n.pageX,r.y=n.pageY):(r.x=n.clientX,r.y=n.clientY),r=r.matrixTransform(t.getScreenCTM().inverse()),[r.x,r.y]}var u=t.getBoundingClientRect();return[n.clientX-u.left-t.clientLeft,n.clientY-u.top-t.clientTop]}function Pn(){}function jn(t){var n=t[0],e=t[t.length-1];return e>n?[n,e]:[e,n]}function On(t){return t.rangeExtent?t.rangeExtent():jn(t.range())}function Yn(t,n){var e,r=0,i=t.length-1,u=t[r],a=t[i];return u>a&&(e=r,r=i,i=e,e=u,u=a,a=e),(n=n(a-u))&&(t[r]=n.floor(u),t[i]=n.ceil(a)),t}function Un(){return Math}function In(t,n,e,r){function i(){var i=Math.min(t.length,n.length)>2?Gn:Jn,c=r?Z:X;return a=i(t,n,c,e),o=i(n,t,c,d3.interpolate),u}function u(t){return a(t)}var a,o;return u.invert=function(t){return o(t)},u.domain=function(n){return arguments.length?(t=n.map(Number),i()):t},u.range=function(t){return arguments.length?(n=t,i()):n},u.rangeRound=function(t){return u.range(t).interpolate(d3.interpolateRound)},u.clamp=function(t){return arguments.length?(r=t,i()):r},u.interpolate=function(t){return arguments.length?(e=t,i()):e},u.ticks=function(n){return Bn(t,n)},u.tickFormat=function(n){return $n(t,n)},u.nice=function(){return Yn(t,Xn),i()},u.copy=function(){return In(t,n,e,r)},i()}function Vn(t,n){return d3.rebind(t,n,"range","rangeRound","interpolate","clamp")}function Xn(t){return t=Math.pow(10,Math.round(Math.log(t)/Math.LN10)-1),t&&{floor:function(n){return Math.floor(n/t)*t},ceil:function(n){return Math.ceil(n/t)*t}}}function Zn(t,n){var e=jn(t),r=e[1]-e[0],i=Math.pow(10,Math.floor(Math.log(r/n)/Math.LN10)),u=n/r*i;return.15>=u?i*=10:.35>=u?i*=5:.75>=u&&(i*=2),e[0]=Math.ceil(e[0]/i)*i,e[1]=Math.floor(e[1]/i)*i+.5*i,e[2]=i,e}function Bn(t,n){return d3.range.apply(d3,Zn(t,n))}function $n(t,n){return d3.format(",."+Math.max(0,-Math.floor(Math.log(Zn(t,n)[2])/Math.LN10+.01))+"f")}function Jn(t,n,e,r){var i=e(t[0],t[1]),u=r(n[0],n[1]);return function(t){return u(i(t))}}function Gn(t,n,e,r){var i=[],u=[],a=0,o=Math.min(t.length,n.length)-1;for(t[o]<t[0]&&(t=t.slice().reverse(),n=n.slice().reverse());o>=++a;)i.push(e(t[a-1],t[a])),u.push(r(n[a-1],n[a]));return function(n){var e=d3.bisect(t,n,1,o)-1;return u[e](i[e](n))}}function Kn(t,n){function e(e){return t(n(e))}var r=n.pow;return e.invert=function(n){return r(t.invert(n))},e.domain=function(i){return arguments.length?(n=0>i[0]?Qn:Wn,r=n.pow,t.domain(i.map(n)),e):t.domain().map(r)},e.nice=function(){return t.domain(Yn(t.domain(),Un)),e},e.ticks=function(){var e=jn(t.domain()),i=[];if(e.every(isFinite)){var u=Math.floor(e[0]),a=Math.ceil(e[1]),o=r(e[0]),c=r(e[1]);if(n===Qn)for(i.push(r(u));a>u++;)for(var l=9;l>0;l--)i.push(r(u)*l);else{for(;a>u;u++)for(var l=1;10>l;l++)i.push(r(u)*l);i.push(r(u))}for(u=0;o>i[u];u++);for(a=i.length;i[a-1]>c;a--);i=i.slice(u,a)}return i},e.tickFormat=function(t,i){if(2>arguments.length&&(i=Da),!arguments.length)return i;var u,a=Math.max(.1,t/e.ticks().length),o=n===Qn?(u=-1e-12,Math.floor):(u=1e-12,Math.ceil);return function(t){return a>=t/r(o(n(t)+u))?i(t):""}},e.copy=function(){return Kn(t.copy(),n)},Vn(e,t)}function Wn(t){return Math.log(0>t?0:t)/Math.LN10}function Qn(t){return-Math.log(t>0?0:-t)/Math.LN10}function te(t,n){function e(n){return t(r(n))}var r=ne(n),i=ne(1/n);return e.invert=function(n){return i(t.invert(n))},e.domain=function(n){return arguments.length?(t.domain(n.map(r)),e):t.domain().map(i)},e.ticks=function(t){return Bn(e.domain(),t)},e.tickFormat=function(t){return $n(e.domain(),t)},e.nice=function(){return e.domain(Yn(e.domain(),Xn))},e.exponent=function(t){if(!arguments.length)return n;var u=e.domain();return r=ne(n=t),i=ne(1/n),e.domain(u)},e.copy=function(){return te(t.copy(),n)},Vn(e,t)}function ne(t){return function(n){return 0>n?-Math.pow(-n,t):Math.pow(n,t)}}function ee(t,n){function e(n){return a[((i.get(n)||i.set(n,t.push(n)))-1)%a.length]}function r(n,e){return d3.range(t.length).map(function(t){return n+e*t})}var i,a,o;return e.domain=function(r){if(!arguments.length)return t;t=[],i=new u;for(var a,o=-1,c=r.length;c>++o;)i.has(a=r[o])||i.set(a,t.push(a));return e[n.t].apply(e,n.a)},e.range=function(t){return arguments.length?(a=t,o=0,n={t:"range",a:arguments},e):a},e.rangePoints=function(i,u){2>arguments.length&&(u=0);var c=i[0],l=i[1],s=(l-c)/(Math.max(1,t.length-1)+u);return a=r(2>t.length?(c+l)/2:c+s*u/2,s),o=0,n={t:"rangePoints",a:arguments},e},e.rangeBands=function(i,u,c){2>arguments.length&&(u=0),3>arguments.length&&(c=u);var l=i[1]<i[0],s=i[l-0],f=i[1-l],h=(f-s)/(t.length-u+2*c);return a=r(s+h*c,h),l&&a.reverse(),o=h*(1-u),n={t:"rangeBands",a:arguments},e},e.rangeRoundBands=function(i,u,c){2>arguments.length&&(u=0),3>arguments.length&&(c=u);var l=i[1]<i[0],s=i[l-0],f=i[1-l],h=Math.floor((f-s)/(t.length-u+2*c)),d=f-s-(t.length-u)*h;return a=r(s+Math.round(d/2),h),l&&a.reverse(),o=Math.round(h*(1-u)),n={t:"rangeRoundBands",a:arguments},e},e.rangeBand=function(){return o},e.rangeExtent=function(){return jn(n.a[0])},e.copy=function(){return ee(t,n)},e.domain(t)}function re(t,n){function e(){var e=0,u=n.length;for(i=[];u>++e;)i[e-1]=d3.quantile(t,e/u);return r}function r(t){return isNaN(t=+t)?0/0:n[d3.bisect(i,t)]}var i;return r.domain=function(n){return arguments.length?(t=n.filter(function(t){return!isNaN(t)}).sort(d3.ascending),e()):t},r.range=function(t){return arguments.length?(n=t,e()):n},r.quantiles=function(){return i},r.copy=function(){return re(t,n)},e()}function ie(t,n,e){function r(n){return e[Math.max(0,Math.min(a,Math.floor(u*(n-t))))]}function i(){return u=e.length/(n-t),a=e.length-1,r}var u,a;return r.domain=function(e){return arguments.length?(t=+e[0],n=+e[e.length-1],i()):[t,n]},r.range=function(t){return arguments.length?(e=t,i()):e},r.copy=function(){return ie(t,n,e)},i()}function ue(t,n){function e(e){return n[d3.bisect(t,e)]}return e.domain=function(n){return arguments.length?(t=n,e):t},e.range=function(t){return arguments.length?(n=t,e):n},e.copy=function(){return ue(t,n)},e}function ae(t){function n(t){return+t}return n.invert=n,n.domain=n.range=function(e){return arguments.length?(t=e.map(n),n):t},n.ticks=function(n){return Bn(t,n)},n.tickFormat=function(n){return $n(t,n)},n.copy=function(){return ae(t)},n}function oe(t){return t.innerRadius}function ce(t){return t.outerRadius}function le(t){return t.startAngle}function se(t){return t.endAngle}function fe(t){function n(n){function a(){s.push("M",u(t(f),l))}for(var o,s=[],f=[],h=-1,d=n.length,g=c(e),p=c(r);d>++h;)i.call(this,o=n[h],h)?f.push([+g.call(this,o,h),+p.call(this,o,h)]):f.length&&(a(),f=[]);return f.length&&a(),s.length?s.join(""):null}var e=he,r=de,i=o,u=ge,a=u.key,l=.7;return n.x=function(t){return arguments.length?(e=t,n):e},n.y=function(t){return arguments.length?(r=t,n):r},n.defined=function(t){return arguments.length?(i=t,n):i},n.interpolate=function(t){return arguments.length?(a="function"==typeof t?u=t:(u=Oa.get(t)||ge).key,n):a},n.tension=function(t){return arguments.length?(l=t,n):l},n}function he(t){return t[0]}function de(t){return t[1]}function ge(t){return t.join("L")}function pe(t){return ge(t)+"Z"}function me(t){for(var n=0,e=t.length,r=t[0],i=[r[0],",",r[1]];e>++n;)i.push("V",(r=t[n])[1],"H",r[0]);return i.join("")}function ve(t){for(var n=0,e=t.length,r=t[0],i=[r[0],",",r[1]];e>++n;)i.push("H",(r=t[n])[0],"V",r[1]);return i.join("")}function ye(t,n){return 4>t.length?ge(t):t[1]+xe(t.slice(1,t.length-1),_e(t,n))}function Me(t,n){return 3>t.length?ge(t):t[0]+xe((t.push(t[0]),t),_e([t[t.length-2]].concat(t,[t[1]]),n))}function be(t,n){return 3>t.length?ge(t):t[0]+xe(t,_e(t,n))}function xe(t,n){if(1>n.length||t.length!=n.length&&t.length!=n.length+2)return ge(t);var e=t.length!=n.length,r="",i=t[0],u=t[1],a=n[0],o=a,c=1;if(e&&(r+="Q"+(u[0]-2*a[0]/3)+","+(u[1]-2*a[1]/3)+","+u[0]+","+u[1],i=t[1],c=2),n.length>1){o=n[1],u=t[c],c++,r+="C"+(i[0]+a[0])+","+(i[1]+a[1])+","+(u[0]-o[0])+","+(u[1]-o[1])+","+u[0]+","+u[1];for(var l=2;n.length>l;l++,c++)u=t[c],o=n[l],r+="S"+(u[0]-o[0])+","+(u[1]-o[1])+","+u[0]+","+u[1]}if(e){var s=t[c];r+="Q"+(u[0]+2*o[0]/3)+","+(u[1]+2*o[1]/3)+","+s[0]+","+s[1]}return r}function _e(t,n){for(var e,r=[],i=(1-n)/2,u=t[0],a=t[1],o=1,c=t.length;c>++o;)e=u,u=a,a=t[o],r.push([i*(a[0]-e[0]),i*(a[1]-e[1])]);return r}function we(t){if(3>t.length)return ge(t);var n=1,e=t.length,r=t[0],i=r[0],u=r[1],a=[i,i,i,(r=t[1])[0]],o=[u,u,u,r[1]],c=[i,",",u];for(Ne(c,a,o);e>++n;)r=t[n],a.shift(),a.push(r[0]),o.shift(),o.push(r[1]),Ne(c,a,o);for(n=-1;2>++n;)a.shift(),a.push(r[0]),o.shift(),o.push(r[1]),Ne(c,a,o);return c.join("")}function Se(t){if(4>t.length)return ge(t);for(var n,e=[],r=-1,i=t.length,u=[0],a=[0];3>++r;)n=t[r],u.push(n[0]),a.push(n[1]);for(e.push(Ae(Ia,u)+","+Ae(Ia,a)),--r;i>++r;)n=t[r],u.shift(),u.push(n[0]),a.shift(),a.push(n[1]),Ne(e,u,a);return e.join("")}function ke(t){for(var n,e,r=-1,i=t.length,u=i+4,a=[],o=[];4>++r;)e=t[r%i],a.push(e[0]),o.push(e[1]);for(n=[Ae(Ia,a),",",Ae(Ia,o)],--r;u>++r;)e=t[r%i],a.shift(),a.push(e[0]),o.shift(),o.push(e[1]),Ne(n,a,o);return n.join("")}function Ee(t,n){var e=t.length-1;if(e)for(var r,i,u=t[0][0],a=t[0][1],o=t[e][0]-u,c=t[e][1]-a,l=-1;e>=++l;)r=t[l],i=l/e,r[0]=n*r[0]+(1-n)*(u+i*o),r[1]=n*r[1]+(1-n)*(a+i*c);return we(t)}function Ae(t,n){return t[0]*n[0]+t[1]*n[1]+t[2]*n[2]+t[3]*n[3]}function Ne(t,n,e){t.push("C",Ae(Ya,n),",",Ae(Ya,e),",",Ae(Ua,n),",",Ae(Ua,e),",",Ae(Ia,n),",",Ae(Ia,e))}function Te(t,n){return(n[1]-t[1])/(n[0]-t[0])}function qe(t){for(var n=0,e=t.length-1,r=[],i=t[0],u=t[1],a=r[0]=Te(i,u);e>++n;)r[n]=(a+(a=Te(i=u,u=t[n+1])))/2;return r[n]=a,r}function Ce(t){for(var n,e,r,i,u=[],a=qe(t),o=-1,c=t.length-1;c>++o;)n=Te(t[o],t[o+1]),1e-6>Math.abs(n)?a[o]=a[o+1]=0:(e=a[o]/n,r=a[o+1]/n,i=e*e+r*r,i>9&&(i=3*n/Math.sqrt(i),a[o]=i*e,a[o+1]=i*r));for(o=-1;c>=++o;)i=(t[Math.min(c,o+1)][0]-t[Math.max(0,o-1)][0])/(6*(1+a[o]*a[o])),u.push([i||0,a[o]*i||0]);return u}function ze(t){return 3>t.length?ge(t):t[0]+xe(t,Ce(t))}function De(t){for(var n,e,r,i=-1,u=t.length;u>++i;)n=t[i],e=n[0],r=n[1]+Pa,n[0]=e*Math.cos(r),n[1]=e*Math.sin(r);return t}function Le(t){function n(n){function o(){m.push("M",l(t(y),d),h,f(t(v.reverse()),d),"Z")}for(var s,g,p,m=[],v=[],y=[],M=-1,b=n.length,x=c(e),_=c(i),w=e===r?function(){return g}:c(r),S=i===u?function(){return p}:c(u);b>++M;)a.call(this,s=n[M],M)?(v.push([g=+x.call(this,s,M),p=+_.call(this,s,M)]),y.push([+w.call(this,s,M),+S.call(this,s,M)])):v.length&&(o(),v=[],y=[]);return v.length&&o(),m.length?m.join(""):null}var e=he,r=he,i=0,u=de,a=o,l=ge,s=l.key,f=l,h="L",d=.7;return n.x=function(t){return arguments.length?(e=r=t,n):r},n.x0=function(t){return arguments.length?(e=t,n):e},n.x1=function(t){return arguments.length?(r=t,n):r},n.y=function(t){return arguments.length?(i=u=t,n):u},n.y0=function(t){return arguments.length?(i=t,n):i},n.y1=function(t){return arguments.length?(u=t,n):u},n.defined=function(t){return arguments.length?(a=t,n):a},n.interpolate=function(t){return arguments.length?(s="function"==typeof t?l=t:(l=Oa.get(t)||ge).key,f=l.reverse||l,h=l.closed?"M":"L",n):s},n.tension=function(t){return arguments.length?(d=t,n):d},n}function Fe(t){return t.radius}function He(t){return[t.x,t.y]}function Re(t){return function(){var n=t.apply(this,arguments),e=n[0],r=n[1]+Pa;return[e*Math.cos(r),e*Math.sin(r)]}}function Pe(){return 64}function je(){return"circle"}function Oe(t){var n=Math.sqrt(t/Ru);return"M0,"+n+"A"+n+","+n+" 0 1,1 0,"+-n+"A"+n+","+n+" 0 1,1 0,"+n+"Z"}function Ye(t,n){t.attr("transform",function(t){return"translate("+n(t)+",0)"})}function Ue(t,n){t.attr("transform",function(t){return"translate(0,"+n(t)+")"})}function Ie(t,n,e){if(r=[],e&&n.length>1){for(var r,i,u,a=jn(t.domain()),o=-1,c=n.length,l=(n[1]-n[0])/++e;c>++o;)for(i=e;--i>0;)(u=+n[o]-i*l)>=a[0]&&r.push(u);for(--o,i=0;e>++i&&(u=+n[o]+i*l)<a[1];)r.push(u)}return r}function Ve(){Ja||(Ja=d3.select("body").append("div").style("visibility","hidden").style("top",0).style("height",0).style("width",0).style("overflow-y","scroll").append("div").style("height","2000px").node().parentNode);var t,n=d3.event;try{Ja.scrollTop=1e3,Ja.dispatchEvent(n),t=1e3-Ja.scrollTop}catch(e){t=n.wheelDelta||5*-n.detail}return t}function Xe(t){for(var n=t.source,e=t.target,r=Be(n,e),i=[n];n!==r;)n=n.parent,i.push(n);for(var u=i.length;e!==r;)i.splice(u,0,e),e=e.parent;return i}function Ze(t){for(var n=[],e=t.parent;null!=e;)n.push(t),t=e,e=e.parent;return n.push(t),n}function Be(t,n){if(t===n)return t;for(var e=Ze(t),r=Ze(n),i=e.pop(),u=r.pop(),a=null;i===u;)a=i,i=e.pop(),u=r.pop();return a}function $e(t){t.fixed|=2}function Je(t){t.fixed&=1}function Ge(t){t.fixed|=4,t.px=t.x,t.py=t.y}function Ke(t){t.fixed&=3}function We(t,n,e){var r=0,i=0;if(t.charge=0,!t.leaf)for(var u,a=t.nodes,o=a.length,c=-1;o>++c;)u=a[c],null!=u&&(We(u,n,e),t.charge+=u.charge,r+=u.charge*u.cx,i+=u.charge*u.cy);if(t.point){t.leaf||(t.point.x+=Math.random()-.5,t.point.y+=Math.random()-.5);var l=n*e[t.point.index];t.charge+=t.pointCharge=l,r+=l*t.point.x,i+=l*t.point.y}t.cx=r/t.charge,t.cy=i/t.charge}function Qe(){return 20}function tr(){return 1}function nr(t){return t.x}function er(t){return t.y}function rr(t,n,e){t.y0=n,t.y=e}function ir(t){return d3.range(t.length)}function ur(t){for(var n=-1,e=t[0].length,r=[];e>++n;)r[n]=0;return r}function ar(t){for(var n,e=1,r=0,i=t[0][1],u=t.length;u>e;++e)(n=t[e][1])>i&&(r=e,i=n);return r}function or(t){return t.reduce(cr,0)}function cr(t,n){return t+n[1]}function lr(t,n){return sr(t,Math.ceil(Math.log(n.length)/Math.LN2+1))}function sr(t,n){for(var e=-1,r=+t[0],i=(t[1]-r)/n,u=[];n>=++e;)u[e]=i*e+r;return u}function fr(t){return[d3.min(t),d3.max(t)]}function hr(t,n){return d3.rebind(t,n,"sort","children","value"),t.nodes=t,t.links=mr,t}function dr(t){return t.children}function gr(t){return t.value}function pr(t,n){return n.value-t.value}function mr(t){return d3.merge(t.map(function(t){return(t.children||[]).map(function(n){return{source:t,target:n}})}))}function vr(t,n){return t.value-n.value}function yr(t,n){var e=t._pack_next;t._pack_next=n,n._pack_prev=t,n._pack_next=e,e._pack_prev=n}function Mr(t,n){t._pack_next=n,n._pack_prev=t}function br(t,n){var e=n.x-t.x,r=n.y-t.y,i=t.r+n.r;return i*i-e*e-r*r>.001}function xr(t){function n(t){s=Math.min(t.x-t.r,s),f=Math.max(t.x+t.r,f),h=Math.min(t.y-t.r,h),d=Math.max(t.y+t.r,d)}if((e=t.children)&&(l=e.length)){var e,r,i,u,a,o,c,l,s=1/0,f=-1/0,h=1/0,d=-1/0;if(e.forEach(_r),r=e[0],r.x=-r.r,r.y=0,n(r),l>1&&(i=e[1],i.x=i.r,i.y=0,n(i),l>2))for(u=e[2],kr(r,i,u),n(u),yr(r,u),r._pack_prev=u,yr(u,i),i=r._pack_next,a=3;l>a;a++){kr(r,i,u=e[a]);var g=0,p=1,m=1;for(o=i._pack_next;o!==i;o=o._pack_next,p++)if(br(o,u)){g=1;break}if(1==g)for(c=r._pack_prev;c!==o._pack_prev&&!br(c,u);c=c._pack_prev,m++);g?(m>p||p==m&&i.r<r.r?Mr(r,i=o):Mr(r=c,i),a--):(yr(r,u),i=u,n(u))}var v=(s+f)/2,y=(h+d)/2,M=0;for(a=0;l>a;a++)u=e[a],u.x-=v,u.y-=y,M=Math.max(M,u.r+Math.sqrt(u.x*u.x+u.y*u.y));t.r=M,e.forEach(wr)}}function _r(t){t._pack_next=t._pack_prev=t}function wr(t){delete t._pack_next,delete t._pack_prev}function Sr(t,n,e,r){var i=t.children;if(t.x=n+=r*t.x,t.y=e+=r*t.y,t.r*=r,i)for(var u=-1,a=i.length;a>++u;)Sr(i[u],n,e,r)}function kr(t,n,e){var r=t.r+e.r,i=n.x-t.x,u=n.y-t.y;if(r&&(i||u)){var a=n.r+e.r,o=i*i+u*u;a*=a,r*=r;var c=.5+(r-a)/(2*o),l=Math.sqrt(Math.max(0,2*a*(r+o)-(r-=o)*r-a*a))/(2*o);e.x=t.x+c*i+l*u,e.y=t.y+c*u-l*i}else e.x=t.x+r,e.y=t.y}function Er(t){return 1+d3.max(t,function(t){return t.y})}function Ar(t){return t.reduce(function(t,n){return t+n.x},0)/t.length}function Nr(t){var n=t.children;return n&&n.length?Nr(n[0]):t}function Tr(t){var n,e=t.children;return e&&(n=e.length)?Tr(e[n-1]):t}function qr(t,n){return t.parent==n.parent?1:2}function Cr(t){var n=t.children;return n&&n.length?n[0]:t._tree.thread}function zr(t){var n,e=t.children;return e&&(n=e.length)?e[n-1]:t._tree.thread}function Dr(t,n){var e=t.children;if(e&&(i=e.length))for(var r,i,u=-1;i>++u;)n(r=Dr(e[u],n),t)>0&&(t=r);return t}function Lr(t,n){return t.x-n.x}function Fr(t,n){return n.x-t.x}function Hr(t,n){return t.depth-n.depth}function Rr(t,n){function e(t,r){var i=t.children;if(i&&(a=i.length))for(var u,a,o=null,c=-1;a>++c;)u=i[c],e(u,o),o=u;n(t,r)}e(t,null)}function Pr(t){for(var n,e=0,r=0,i=t.children,u=i.length;--u>=0;)n=i[u]._tree,n.prelim+=e,n.mod+=e,e+=n.shift+(r+=n.change)}function jr(t,n,e){t=t._tree,n=n._tree;var r=e/(n.number-t.number);t.change+=r,n.change-=r,n.shift+=e,n.prelim+=e,n.mod+=e}function Or(t,n,e){return t._tree.ancestor.parent==n.parent?t._tree.ancestor:e}function Yr(t){return{x:t.x,y:t.y,dx:t.dx,dy:t.dy}}function Ur(t,n){var e=t.x+n[3],r=t.y+n[0],i=t.dx-n[1]-n[3],u=t.dy-n[0]-n[2];return 0>i&&(e+=i/2,i=0),0>u&&(r+=u/2,u=0),{x:e,y:r,dx:i,dy:u}}function Ir(t,n){function e(t,e){return d3.xhr(t,n,e).response(r)}function r(t){return e.parse(t.responseText)}function i(n){return n.map(u).join(t)}function u(t){return a.test(t)?'"'+t.replace(/\"/g,'""')+'"':t}var a=RegExp('["'+t+"\n]"),o=t.charCodeAt(0);return e.parse=function(t){var n;return e.parseRows(t,function(t){return n?n(t):(n=Function("d","return {"+t.map(function(t,n){return JSON.stringify(t)+": d["+n+"]"}).join(",")+"}"),void 0)})},e.parseRows=function(t,n){function e(){if(s>=l)return a;if(i)return i=!1,u;var n=s;if(34===t.charCodeAt(n)){for(var e=n;l>e++;)if(34===t.charCodeAt(e)){if(34!==t.charCodeAt(e+1))break;++e}s=e+2;var r=t.charCodeAt(e+1);return 13===r?(i=!0,10===t.charCodeAt(e+2)&&++s):10===r&&(i=!0),t.substring(n+1,e).replace(/""/g,'"')}for(;l>s;){var r=t.charCodeAt(s++),c=1;if(10===r)i=!0;else if(13===r)i=!0,10===t.charCodeAt(s)&&(++s,++c);else if(r!==o)continue;return t.substring(n,s-c)}return t.substring(n)}for(var r,i,u={},a={},c=[],l=t.length,s=0,f=0;(r=e())!==a;){for(var h=[];r!==u&&r!==a;)h.push(r),r=e();(!n||(h=n(h,f++)))&&c.push(h)}return c},e.format=function(t){return t.map(i).join("\n")},e}function Vr(t,n){no.hasOwnProperty(t.type)&&no[t.type](t,n)}function Xr(t,n,e){var r,i=-1,u=t.length-e;for(n.lineStart();u>++i;)r=t[i],n.point(r[0],r[1]);n.lineEnd()}function Zr(t,n){var e=-1,r=t.length;for(n.polygonStart();r>++e;)Xr(t[e],n,1);n.polygonEnd()}function Br(t){return[Math.atan2(t[1],t[0]),Math.asin(Math.max(-1,Math.min(1,t[2])))]}function $r(t,n){return Pu>Math.abs(t[0]-n[0])&&Pu>Math.abs(t[1]-n[1])}function Jr(t){var n=t[0],e=t[1],r=Math.cos(e);return[r*Math.cos(n),r*Math.sin(n),Math.sin(e)]}function Gr(t,n){return t[0]*n[0]+t[1]*n[1]+t[2]*n[2]}function Kr(t,n){return[t[1]*n[2]-t[2]*n[1],t[2]*n[0]-t[0]*n[2],t[0]*n[1]-t[1]*n[0]]}function Wr(t,n){t[0]+=n[0],t[1]+=n[1],t[2]+=n[2]}function Qr(t,n){return[t[0]*n,t[1]*n,t[2]*n]}function ti(t){var n=Math.sqrt(t[0]*t[0]+t[1]*t[1]+t[2]*t[2]);t[0]/=n,t[1]/=n,t[2]/=n}function ni(t){function n(n){function r(e,r){e=t(e,r),n.point(e[0],e[1])}function u(){s=0/0,p.point=a,n.lineStart()}function a(r,u){var a=Jr([r,u]),o=t(r,u);e(s,f,l,h,d,g,s=o[0],f=o[1],l=r,h=a[0],d=a[1],g=a[2],i,n),n.point(s,f)}function o(){p.point=r,n.lineEnd()}function c(){var t,r,c,m,v,y,M;u(),p.point=function(n,e){a(t=n,r=e),c=s,m=f,v=h,y=d,M=g,p.point=a},p.lineEnd=function(){e(s,f,l,h,d,g,c,m,t,v,y,M,i,n),p.lineEnd=o,o()}}var l,s,f,h,d,g,p={point:r,lineStart:u,lineEnd:o,polygonStart:function(){n.polygonStart(),p.lineStart=c},polygonEnd:function(){n.polygonEnd(),p.lineStart=u}};return p}function e(n,i,u,a,o,c,l,s,f,h,d,g,p,m){var v=l-n,y=s-i,M=v*v+y*y;if(M>4*r&&p--){var b=a+h,x=o+d,_=c+g,w=Math.sqrt(b*b+x*x+_*_),S=Math.asin(_/=w),k=Pu>Math.abs(Math.abs(_)-1)?(u+f)/2:Math.atan2(x,b),E=t(k,S),A=E[0],N=E[1],T=A-n,q=N-i,C=y*T-v*q;(C*C/M>r||Math.abs((v*T+y*q)/M-.5)>.3)&&(e(n,i,u,a,o,c,A,N,k,b/=w,x/=w,_,p,m),m.point(A,N),e(A,N,k,b,x,_,l,s,f,h,d,g,p,m))}}var r=.5,i=16;return n.precision=function(t){return arguments.length?(i=(r=t*t)>0&&16,n):Math.sqrt(r)},n}function ei(t,n){function e(t,n){var e=Math.sqrt(u-2*i*Math.sin(n))/i;return[e*Math.sin(t*=i),a-e*Math.cos(t)]}var r=Math.sin(t),i=(r+Math.sin(n))/2,u=1+r*(2*i-r),a=Math.sqrt(u)/i;return e.invert=function(t,n){var e=a-n;return[Math.atan2(t,e)/i,Math.asin((u-(t*t+e*e)*i*i)/(2*i))]},e}function ri(t){function n(t,n){r>t&&(r=t),t>u&&(u=t),i>n&&(i=n),n>a&&(a=n)}function e(){o.point=o.lineEnd=Pn}var r,i,u,a,o={point:n,lineStart:Pn,lineEnd:Pn,polygonStart:function(){o.lineEnd=e},polygonEnd:function(){o.point=n}};return function(n){return a=u=-(r=i=1/0),d3.geo.stream(n,t(o)),[[r,i],[u,a]]}}function ii(t,n){if(!io){++uo,t*=ju;var e=Math.cos(n*=ju);ao+=(e*Math.cos(t)-ao)/uo,oo+=(e*Math.sin(t)-oo)/uo,co+=(Math.sin(n)-co)/uo}}function ui(){var t,n;io=1,ai(),io=2;var e=lo.point;lo.point=function(r,i){e(t=r,n=i)},lo.lineEnd=function(){lo.point(t,n),oi(),lo.lineEnd=oi}}function ai(){function t(t,i){t*=ju;var u=Math.cos(i*=ju),a=u*Math.cos(t),o=u*Math.sin(t),c=Math.sin(i),l=Math.atan2(Math.sqrt((l=e*c-r*o)*l+(l=r*a-n*c)*l+(l=n*o-e*a)*l),n*a+e*o+r*c);uo+=l,ao+=l*(n+(n=a)),oo+=l*(e+(e=o)),co+=l*(r+(r=c))}var n,e,r;io>1||(1>io&&(io=1,uo=ao=oo=co=0),lo.point=function(i,u){i*=ju;var a=Math.cos(u*=ju);n=a*Math.cos(i),e=a*Math.sin(i),r=Math.sin(u),lo.point=t})}function oi(){lo.point=ii}function ci(t,n){var e=Math.cos(t),r=Math.sin(t);return function(i,u,a,o){null!=i?(i=li(e,i),u=li(e,u),(a>0?u>i:i>u)&&(i+=2*a*Ru)):(i=t+2*a*Ru,u=t);for(var c,l=a*n,s=i;a>0?s>u:u>s;s-=l)o.point((c=Br([e,-r*Math.cos(s),-r*Math.sin(s)]))[0],c[1])}}function li(t,n){var e=Jr(n);e[0]-=t,ti(e);var r=Math.acos(Math.max(-1,Math.min(1,-e[1])));return((0>-e[2]?-r:r)+2*Math.PI-Pu)%(2*Math.PI)}function si(t,n,e){return function(r){function i(n,e){t(n,e)&&r.point(n,e)}function u(t,n){m.point(t,n)}function a(){v.point=u,m.lineStart()}function o(){v.point=i,m.lineEnd()}function c(t,n){M.point(t,n),p.push([t,n])}function l(){M.lineStart(),p=[]}function s(){c(p[0][0],p[0][1]),M.lineEnd();var t,n=M.clean(),e=y.buffer(),i=e.length;if(!i)return g=!0,d+=mi(p,-1),p=null,void 0;if(p=null,1&n){t=e[0],h+=mi(t,1);var u,i=t.length-1,a=-1;for(r.lineStart();i>++a;)r.point((u=t[a])[0],u[1]);return r.lineEnd(),void 0}i>1&&2&n&&e.push(e.pop().concat(e.shift())),f.push(e.filter(gi))}var f,h,d,g,p,m=n(r),v={point:i,lineStart:a,lineEnd:o,polygonStart:function(){v.point=c,v.lineStart=l,v.lineEnd=s,g=!1,d=h=0,f=[],r.polygonStart()
},polygonEnd:function(){v.point=i,v.lineStart=a,v.lineEnd=o,f=d3.merge(f),f.length?fi(f,e,r):(-Pu>h||g&&-Pu>d)&&(r.lineStart(),e(null,null,1,r),r.lineEnd()),r.polygonEnd(),f=null},sphere:function(){r.polygonStart(),r.lineStart(),e(null,null,1,r),r.lineEnd(),r.polygonEnd()}},y=pi(),M=n(y);return v}}function fi(t,n,e){var r=[],i=[];if(t.forEach(function(t){var n=t.length;if(!(1>=n)){var e=t[0],u=t[n-1],a={point:e,points:t,other:null,visited:!1,entry:!0,subject:!0},o={point:e,points:[e],other:a,visited:!1,entry:!1,subject:!1};a.other=o,r.push(a),i.push(o),a={point:u,points:[u],other:null,visited:!1,entry:!1,subject:!0},o={point:u,points:[u],other:a,visited:!1,entry:!0,subject:!1},a.other=o,r.push(a),i.push(o)}}),i.sort(di),hi(r),hi(i),r.length)for(var u,a,o,c=r[0];;){for(u=c;u.visited;)if((u=u.next)===c)return;a=u.points,e.lineStart();do{if(u.visited=u.other.visited=!0,u.entry){if(u.subject)for(var l=0;a.length>l;l++)e.point((o=a[l])[0],o[1]);else n(u.point,u.next.point,1,e);u=u.next}else{if(u.subject){a=u.prev.points;for(var l=a.length;--l>=0;)e.point((o=a[l])[0],o[1])}else n(u.point,u.prev.point,-1,e);u=u.prev}u=u.other,a=u.points}while(!u.visited);e.lineEnd()}}function hi(t){if(n=t.length){for(var n,e,r=0,i=t[0];n>++r;)i.next=e=t[r],e.prev=i,i=e;i.next=e=t[0],e.prev=i}}function di(t,n){return(0>(t=t.point)[0]?t[1]-Ru/2-Pu:Ru/2-t[1])-(0>(n=n.point)[0]?n[1]-Ru/2-Pu:Ru/2-n[1])}function gi(t){return t.length>1}function pi(){var t,n=[];return{lineStart:function(){n.push(t=[])},point:function(n,e){t.push([n,e])},lineEnd:Pn,buffer:function(){var e=n;return n=[],t=null,e}}}function mi(t,n){if(!(e=t.length))return 0;for(var e,r,i,u=0,a=0,o=t[0],c=o[0],l=o[1],s=Math.cos(l),f=Math.atan2(n*Math.sin(c)*s,Math.sin(l)),h=1-n*Math.cos(c)*s,d=f;e>++u;)o=t[u],s=Math.cos(l=o[1]),r=Math.atan2(n*Math.sin(c=o[0])*s,Math.sin(l)),i=1-n*Math.cos(c)*s,Pu>Math.abs(h-2)&&Pu>Math.abs(i-2)||(Pu>Math.abs(i)||Pu>Math.abs(h)||(Pu>Math.abs(Math.abs(r-f)-Ru)?i+h>2&&(a+=4*(r-f)):a+=Pu>Math.abs(h-2)?4*(r-d):((3*Ru+r-f)%(2*Ru)-Ru)*(h+i)),d=f,f=r,h=i);return a}function vi(t){var n,e=0/0,r=0/0,i=0/0;return{lineStart:function(){t.lineStart(),n=1},point:function(u,a){var o=u>0?Ru:-Ru,c=Math.abs(u-e);Pu>Math.abs(c-Ru)?(t.point(e,r=(r+a)/2>0?Ru/2:-Ru/2),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(o,r),t.point(u,r),n=0):i!==o&&c>=Ru&&(Pu>Math.abs(e-i)&&(e-=i*Pu),Pu>Math.abs(u-o)&&(u-=o*Pu),r=yi(e,r,u,a),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(o,r),n=0),t.point(e=u,r=a),i=o},lineEnd:function(){t.lineEnd(),e=r=0/0},clean:function(){return 2-n}}}function yi(t,n,e,r){var i,u,a=Math.sin(t-e);return Math.abs(a)>Pu?Math.atan((Math.sin(n)*(u=Math.cos(r))*Math.sin(e)-Math.sin(r)*(i=Math.cos(n))*Math.sin(t))/(i*u*a)):(n+r)/2}function Mi(t,n,e,r){var i;if(null==t)i=e*Ru/2,r.point(-Ru,i),r.point(0,i),r.point(Ru,i),r.point(Ru,0),r.point(Ru,-i),r.point(0,-i),r.point(-Ru,-i),r.point(-Ru,0),r.point(-Ru,i);else if(Math.abs(t[0]-n[0])>Pu){var u=(t[0]<n[0]?1:-1)*Ru;i=e*u/2,r.point(-u,i),r.point(0,i),r.point(u,i)}else r.point(n[0],n[1])}function bi(t){function n(t,n){return Math.cos(t)*Math.cos(n)>u}function e(t){var e,i,u,a;return{lineStart:function(){u=i=!1,a=1},point:function(o,c){var l,s=[o,c],f=n(o,c);!e&&(u=i=f)&&t.lineStart(),f!==i&&(l=r(e,s),($r(e,l)||$r(s,l))&&(s[0]+=Pu,s[1]+=Pu,f=n(s[0],s[1]))),f!==i&&(a=0,(i=f)?(t.lineStart(),l=r(s,e),t.point(l[0],l[1])):(l=r(e,s),t.point(l[0],l[1]),t.lineEnd()),e=l),!f||e&&$r(e,s)||t.point(s[0],s[1]),e=s},lineEnd:function(){i&&t.lineEnd(),e=null},clean:function(){return a|(u&&i)<<1}}}function r(t,n){var e=Jr(t,0),r=Jr(n,0),i=[1,0,0],a=Kr(e,r),o=Gr(a,a),c=a[0],l=o-c*c;if(!l)return t;var s=u*o/l,f=-u*c/l,h=Kr(i,a),d=Qr(i,s),g=Qr(a,f);Wr(d,g);var p=h,m=Gr(d,p),v=Gr(p,p),y=Math.sqrt(m*m-v*(Gr(d,d)-1)),M=Qr(p,(-m-y)/v);return Wr(M,d),Br(M)}var i=t*ju,u=Math.cos(i),a=ci(i,6*ju);return si(n,e,a)}function xi(t,n){function e(e,r){return e=t(e,r),n(e[0],e[1])}return t.invert&&n.invert&&(e.invert=function(e,r){return e=n.invert(e,r),e&&t.invert(e[0],e[1])}),e}function _i(t,n){return[t,n]}function wi(t,n,e){var r=d3.range(t,n-Pu,e).concat(n);return function(t){return r.map(function(n){return[t,n]})}}function Si(t,n,e){var r=d3.range(t,n-Pu,e).concat(n);return function(t){return r.map(function(n){return[n,t]})}}function ki(t,n,e,r){function i(t){var n=Math.sin(t*=d)*g,e=Math.sin(d-t)*g,r=e*l+n*f,i=e*s+n*h,u=e*a+n*c;return[Math.atan2(i,r)/ju,Math.atan2(u,Math.sqrt(r*r+i*i))/ju]}var u=Math.cos(n),a=Math.sin(n),o=Math.cos(r),c=Math.sin(r),l=u*Math.cos(t),s=u*Math.sin(t),f=o*Math.cos(e),h=o*Math.sin(e),d=Math.acos(Math.max(-1,Math.min(1,a*c+u*o*Math.cos(e-t)))),g=1/Math.sin(d);return i.distance=d,i}function Ei(t,n){return[t/(2*Ru),Math.max(-.5,Math.min(.5,Math.log(Math.tan(Ru/4+n/2))/(2*Ru)))]}function Ai(t){return"m0,"+t+"a"+t+","+t+" 0 1,1 0,"+-2*t+"a"+t+","+t+" 0 1,1 0,"+2*t+"z"}function Ni(t){var n=ni(function(n,e){return t([n*Ou,e*Ou])});return function(t){return t=n(t),{point:function(n,e){t.point(n*ju,e*ju)},sphere:function(){t.sphere()},lineStart:function(){t.lineStart()},lineEnd:function(){t.lineEnd()},polygonStart:function(){t.polygonStart()},polygonEnd:function(){t.polygonEnd()}}}}function Ti(){function t(t,n){a.push("M",t,",",n,u)}function n(t,n){a.push("M",t,",",n),o.point=e}function e(t,n){a.push("L",t,",",n)}function r(){o.point=t}function i(){a.push("Z")}var u=Ai(4.5),a=[],o={point:t,lineStart:function(){o.point=n},lineEnd:r,polygonStart:function(){o.lineEnd=i},polygonEnd:function(){o.lineEnd=r,o.point=t},pointRadius:function(t){return u=Ai(t),o},result:function(){if(a.length){var t=a.join("");return a=[],t}}};return o}function qi(t){function n(n,e){t.moveTo(n,e),t.arc(n,e,a,0,2*Ru)}function e(n,e){t.moveTo(n,e),o.point=r}function r(n,e){t.lineTo(n,e)}function i(){o.point=n}function u(){t.closePath()}var a=4.5,o={point:n,lineStart:function(){o.point=e},lineEnd:i,polygonStart:function(){o.lineEnd=u},polygonEnd:function(){o.lineEnd=i,o.point=n},pointRadius:function(t){return a=t,o},result:Pn};return o}function Ci(){function t(t,n){po+=i*t-r*n,r=t,i=n}var n,e,r,i;mo.point=function(u,a){mo.point=t,n=r=u,e=i=a},mo.lineEnd=function(){t(n,e)}}function zi(t,n){io||(ao+=t,oo+=n,++co)}function Di(){function t(t,r){var i=t-n,u=r-e,a=Math.sqrt(i*i+u*u);ao+=a*(n+t)/2,oo+=a*(e+r)/2,co+=a,n=t,e=r}var n,e;if(1!==io){if(!(1>io))return;io=1,ao=oo=co=0}vo.point=function(r,i){vo.point=t,n=r,e=i}}function Li(){vo.point=zi}function Fi(){function t(t,n){var e=i*t-r*n;ao+=e*(r+t),oo+=e*(i+n),co+=3*e,r=t,i=n}var n,e,r,i;2>io&&(io=2,ao=oo=co=0),vo.point=function(u,a){vo.point=t,n=r=u,e=i=a},vo.lineEnd=function(){t(n,e)}}function Hi(){function t(t,n){if(t*=ju,n*=ju,!(Pu>Math.abs(Math.abs(u)-Ru/2)&&Pu>Math.abs(Math.abs(n)-Ru/2))){var e=Math.cos(n),c=Math.sin(n);if(Pu>Math.abs(u-Ru/2))Mo+=2*(t-r);else{var l=t-i,s=Math.cos(l),f=Math.atan2(Math.sqrt((f=e*Math.sin(l))*f+(f=a*c-o*e*s)*f),o*c+a*e*s),h=(f+Ru+u+n)/4;Mo+=(0>l&&l>-Ru||l>Ru?-4:4)*Math.atan(Math.sqrt(Math.abs(Math.tan(h)*Math.tan(h-f/2)*Math.tan(h-Ru/4-u/2)*Math.tan(h-Ru/4-n/2))))}r=i,i=t,u=n,a=e,o=c}}var n,e,r,i,u,a,o;bo.point=function(c,l){bo.point=t,r=i=(n=c)*ju,u=(e=l)*ju,a=Math.cos(u),o=Math.sin(u)},bo.lineEnd=function(){t(n,e)}}function Ri(t){return Pi(function(){return t})()}function Pi(t){function n(t){return t=a(t[0]*ju,t[1]*ju),[t[0]*s+o,c-t[1]*s]}function e(t){return t=a.invert((t[0]-o)/s,(c-t[1])/s),t&&[t[0]*Ou,t[1]*Ou]}function r(){a=xi(u=Oi(p,m,v),i);var t=i(d,g);return o=f-t[0]*s,c=h+t[1]*s,n}var i,u,a,o,c,l=ni(function(t,n){return t=i(t,n),[t[0]*s+o,c-t[1]*s]}),s=150,f=480,h=250,d=0,g=0,p=0,m=0,v=0,y=so,M=null;return n.stream=function(t){return ji(u,y(l(t)))},n.clipAngle=function(t){return arguments.length?(y=null==t?(M=t,so):bi(M=+t),n):M},n.scale=function(t){return arguments.length?(s=+t,r()):s},n.translate=function(t){return arguments.length?(f=+t[0],h=+t[1],r()):[f,h]},n.center=function(t){return arguments.length?(d=t[0]%360*ju,g=t[1]%360*ju,r()):[d*Ou,g*Ou]},n.rotate=function(t){return arguments.length?(p=t[0]%360*ju,m=t[1]%360*ju,v=t.length>2?t[2]%360*ju:0,r()):[p*Ou,m*Ou,v*Ou]},d3.rebind(n,l,"precision"),function(){return i=t.apply(this,arguments),n.invert=i.invert&&e,r()}}function ji(t,n){return{point:function(e,r){r=t(e*ju,r*ju),e=r[0],n.point(e>Ru?e-2*Ru:-Ru>e?e+2*Ru:e,r[1])},sphere:function(){n.sphere()},lineStart:function(){n.lineStart()},lineEnd:function(){n.lineEnd()},polygonStart:function(){n.polygonStart()},polygonEnd:function(){n.polygonEnd()}}}function Oi(t,n,e){return t?n||e?xi(Ui(t),Ii(n,e)):Ui(t):n||e?Ii(n,e):_i}function Yi(t){return function(n,e){return n+=t,[n>Ru?n-2*Ru:-Ru>n?n+2*Ru:n,e]}}function Ui(t){var n=Yi(t);return n.invert=Yi(-t),n}function Ii(t,n){function e(t,n){var e=Math.cos(n),o=Math.cos(t)*e,c=Math.sin(t)*e,l=Math.sin(n),s=l*r+o*i;return[Math.atan2(c*u-s*a,o*r-l*i),Math.asin(Math.max(-1,Math.min(1,s*u+c*a)))]}var r=Math.cos(t),i=Math.sin(t),u=Math.cos(n),a=Math.sin(n);return e.invert=function(t,n){var e=Math.cos(n),o=Math.cos(t)*e,c=Math.sin(t)*e,l=Math.sin(n),s=l*u-c*a;return[Math.atan2(c*u+l*a,o*r+s*i),Math.asin(Math.max(-1,Math.min(1,s*r-o*i)))]},e}function Vi(t,n){function e(n,e){var r=Math.cos(n),i=Math.cos(e),u=t(r*i);return[u*i*Math.sin(n),u*Math.sin(e)]}return e.invert=function(t,e){var r=Math.sqrt(t*t+e*e),i=n(r),u=Math.sin(i),a=Math.cos(i);return[Math.atan2(t*u,r*a),Math.asin(r&&e*u/r)]},e}function Xi(t,n,e,r){var i,u,a,o,c,l,s;return i=r[t],u=i[0],a=i[1],i=r[n],o=i[0],c=i[1],i=r[e],l=i[0],s=i[1],(s-a)*(o-u)-(c-a)*(l-u)>0}function Zi(t,n,e){return(e[0]-n[0])*(t[1]-n[1])<(e[1]-n[1])*(t[0]-n[0])}function Bi(t,n,e,r){var i=t[0],u=e[0],a=n[0]-i,o=r[0]-u,c=t[1],l=e[1],s=n[1]-c,f=r[1]-l,h=(o*(c-l)-f*(i-u))/(f*a-o*s);return[i+h*a,c+h*s]}function $i(t,n){var e={list:t.map(function(t,n){return{index:n,x:t[0],y:t[1]}}).sort(function(t,n){return t.y<n.y?-1:t.y>n.y?1:t.x<n.x?-1:t.x>n.x?1:0}),bottomSite:null},r={list:[],leftEnd:null,rightEnd:null,init:function(){r.leftEnd=r.createHalfEdge(null,"l"),r.rightEnd=r.createHalfEdge(null,"l"),r.leftEnd.r=r.rightEnd,r.rightEnd.l=r.leftEnd,r.list.unshift(r.leftEnd,r.rightEnd)},createHalfEdge:function(t,n){return{edge:t,side:n,vertex:null,l:null,r:null}},insert:function(t,n){n.l=t,n.r=t.r,t.r.l=n,t.r=n},leftBound:function(t){var n=r.leftEnd;do n=n.r;while(n!=r.rightEnd&&i.rightOf(n,t));return n=n.l},del:function(t){t.l.r=t.r,t.r.l=t.l,t.edge=null},right:function(t){return t.r},left:function(t){return t.l},leftRegion:function(t){return null==t.edge?e.bottomSite:t.edge.region[t.side]},rightRegion:function(t){return null==t.edge?e.bottomSite:t.edge.region[_o[t.side]]}},i={bisect:function(t,n){var e={region:{l:t,r:n},ep:{l:null,r:null}},r=n.x-t.x,i=n.y-t.y,u=r>0?r:-r,a=i>0?i:-i;return e.c=t.x*r+t.y*i+.5*(r*r+i*i),u>a?(e.a=1,e.b=i/r,e.c/=r):(e.b=1,e.a=r/i,e.c/=i),e},intersect:function(t,n){var e=t.edge,r=n.edge;if(!e||!r||e.region.r==r.region.r)return null;var i=e.a*r.b-e.b*r.a;if(1e-10>Math.abs(i))return null;var u,a,o=(e.c*r.b-r.c*e.b)/i,c=(r.c*e.a-e.c*r.a)/i,l=e.region.r,s=r.region.r;l.y<s.y||l.y==s.y&&l.x<s.x?(u=t,a=e):(u=n,a=r);var f=o>=a.region.r.x;return f&&"l"===u.side||!f&&"r"===u.side?null:{x:o,y:c}},rightOf:function(t,n){var e=t.edge,r=e.region.r,i=n.x>r.x;if(i&&"l"===t.side)return 1;if(!i&&"r"===t.side)return 0;if(1===e.a){var u=n.y-r.y,a=n.x-r.x,o=0,c=0;if(!i&&0>e.b||i&&e.b>=0?c=o=u>=e.b*a:(c=n.x+n.y*e.b>e.c,0>e.b&&(c=!c),c||(o=1)),!o){var l=r.x-e.region.l.x;c=e.b*(a*a-u*u)<l*u*(1+2*a/l+e.b*e.b),0>e.b&&(c=!c)}}else{var s=e.c-e.a*n.x,f=n.y-s,h=n.x-r.x,d=s-r.y;c=f*f>h*h+d*d}return"l"===t.side?c:!c},endPoint:function(t,e,r){t.ep[e]=r,t.ep[_o[e]]&&n(t)},distance:function(t,n){var e=t.x-n.x,r=t.y-n.y;return Math.sqrt(e*e+r*r)}},u={list:[],insert:function(t,n,e){t.vertex=n,t.ystar=n.y+e;for(var r=0,i=u.list,a=i.length;a>r;r++){var o=i[r];if(!(t.ystar>o.ystar||t.ystar==o.ystar&&n.x>o.vertex.x))break}i.splice(r,0,t)},del:function(t){for(var n=0,e=u.list,r=e.length;r>n&&e[n]!=t;++n);e.splice(n,1)},empty:function(){return 0===u.list.length},nextEvent:function(t){for(var n=0,e=u.list,r=e.length;r>n;++n)if(e[n]==t)return e[n+1];return null},min:function(){var t=u.list[0];return{x:t.vertex.x,y:t.ystar}},extractMin:function(){return u.list.shift()}};r.init(),e.bottomSite=e.list.shift();for(var a,o,c,l,s,f,h,d,g,p,m,v,y,M=e.list.shift();;)if(u.empty()||(a=u.min()),M&&(u.empty()||M.y<a.y||M.y==a.y&&M.x<a.x))o=r.leftBound(M),c=r.right(o),h=r.rightRegion(o),v=i.bisect(h,M),f=r.createHalfEdge(v,"l"),r.insert(o,f),p=i.intersect(o,f),p&&(u.del(o),u.insert(o,p,i.distance(p,M))),o=f,f=r.createHalfEdge(v,"r"),r.insert(o,f),p=i.intersect(f,c),p&&u.insert(f,p,i.distance(p,M)),M=e.list.shift();else{if(u.empty())break;o=u.extractMin(),l=r.left(o),c=r.right(o),s=r.right(c),h=r.leftRegion(o),d=r.rightRegion(c),m=o.vertex,i.endPoint(o.edge,o.side,m),i.endPoint(c.edge,c.side,m),r.del(o),u.del(c),r.del(c),y="l",h.y>d.y&&(g=h,h=d,d=g,y="r"),v=i.bisect(h,d),f=r.createHalfEdge(v,y),r.insert(l,f),i.endPoint(v,_o[y],m),p=i.intersect(l,f),p&&(u.del(l),u.insert(l,p,i.distance(p,h))),p=i.intersect(f,s),p&&u.insert(f,p,i.distance(p,h))}for(o=r.right(r.leftEnd);o!=r.rightEnd;o=r.right(o))n(o.edge)}function Ji(){return{leaf:!0,nodes:[],point:null}}function Gi(t,n,e,r,i,u){if(!t(n,e,r,i,u)){var a=.5*(e+i),o=.5*(r+u),c=n.nodes;c[0]&&Gi(t,c[0],e,r,a,o),c[1]&&Gi(t,c[1],a,r,i,o),c[2]&&Gi(t,c[2],e,o,a,u),c[3]&&Gi(t,c[3],a,o,i,u)}}function Ki(){this._=new Date(arguments.length>1?Date.UTC.apply(this,arguments):arguments[0])}function Wi(t,n,e,r){for(var i,u,a=0,o=n.length,c=e.length;o>a;){if(r>=c)return-1;if(i=n.charCodeAt(a++),37===i){if(u=Yo[n.charAt(a++)],!u||0>(r=u(t,e,r)))return-1}else if(i!=e.charCodeAt(r++))return-1}return r}function Qi(t){return RegExp("^(?:"+t.map(d3.requote).join("|")+")","i")}function tu(t){for(var n=new u,e=-1,r=t.length;r>++e;)n.set(t[e].toLowerCase(),e);return n}function nu(t,n,e){t+="";var r=t.length;return e>r?Array(e-r+1).join(n)+t:t}function eu(t,n,e){Lo.lastIndex=0;var r=Lo.exec(n.substring(e));return r?e+=r[0].length:-1}function ru(t,n,e){Do.lastIndex=0;var r=Do.exec(n.substring(e));return r?e+=r[0].length:-1}function iu(t,n,e){Ro.lastIndex=0;var r=Ro.exec(n.substring(e));return r?(t.m=Po.get(r[0].toLowerCase()),e+=r[0].length):-1}function uu(t,n,e){Fo.lastIndex=0;var r=Fo.exec(n.substring(e));return r?(t.m=Ho.get(r[0].toLowerCase()),e+=r[0].length):-1}function au(t,n,e){return Wi(t,""+Oo.c,n,e)}function ou(t,n,e){return Wi(t,""+Oo.x,n,e)}function cu(t,n,e){return Wi(t,""+Oo.X,n,e)}function lu(t,n,e){Uo.lastIndex=0;var r=Uo.exec(n.substring(e,e+4));return r?(t.y=+r[0],e+=r[0].length):-1}function su(t,n,e){Uo.lastIndex=0;var r=Uo.exec(n.substring(e,e+2));return r?(t.y=fu(+r[0]),e+=r[0].length):-1}function fu(t){return t+(t>68?1900:2e3)}function hu(t,n,e){Uo.lastIndex=0;var r=Uo.exec(n.substring(e,e+2));return r?(t.m=r[0]-1,e+=r[0].length):-1}function du(t,n,e){Uo.lastIndex=0;var r=Uo.exec(n.substring(e,e+2));return r?(t.d=+r[0],e+=r[0].length):-1}function gu(t,n,e){Uo.lastIndex=0;var r=Uo.exec(n.substring(e,e+2));return r?(t.H=+r[0],e+=r[0].length):-1}function pu(t,n,e){Uo.lastIndex=0;var r=Uo.exec(n.substring(e,e+2));return r?(t.M=+r[0],e+=r[0].length):-1}function mu(t,n,e){Uo.lastIndex=0;var r=Uo.exec(n.substring(e,e+2));return r?(t.S=+r[0],e+=r[0].length):-1}function vu(t,n,e){Uo.lastIndex=0;var r=Uo.exec(n.substring(e,e+3));return r?(t.L=+r[0],e+=r[0].length):-1}function yu(t,n,e){var r=Io.get(n.substring(e,e+=2).toLowerCase());return null==r?-1:(t.p=r,e)}function Mu(t){var n=t.getTimezoneOffset(),e=n>0?"-":"+",r=~~(Math.abs(n)/60),i=Math.abs(n)%60;return e+nu(r,"0",2)+nu(i,"0",2)}function bu(t){return t.toISOString()}function xu(t,n,e){function r(n){var e=t(n),r=u(e,1);return r-n>n-e?e:r}function i(e){return n(e=t(new wo(e-1)),1),e}function u(t,e){return n(t=new wo(+t),e),t}function a(t,r,u){var a=i(t),o=[];if(u>1)for(;r>a;)e(a)%u||o.push(new Date(+a)),n(a,1);else for(;r>a;)o.push(new Date(+a)),n(a,1);return o}function o(t,n,e){try{wo=Ki;var r=new Ki;return r._=t,a(r,n,e)}finally{wo=Date}}t.floor=t,t.round=r,t.ceil=i,t.offset=u,t.range=a;var c=t.utc=_u(t);return c.floor=c,c.round=_u(r),c.ceil=_u(i),c.offset=_u(u),c.range=o,t}function _u(t){return function(n,e){try{wo=Ki;var r=new Ki;return r._=n,t(r,e)._}finally{wo=Date}}}function wu(t,n,e){function r(n){return t(n)}return r.invert=function(n){return ku(t.invert(n))},r.domain=function(n){return arguments.length?(t.domain(n),r):t.domain().map(ku)},r.nice=function(t){return r.domain(Yn(r.domain(),function(){return t}))},r.ticks=function(e,i){var u=Su(r.domain());if("function"!=typeof e){var a=u[1]-u[0],o=a/e,c=d3.bisect(Xo,o);if(c==Xo.length)return n.year(u,e);if(!c)return t.ticks(e).map(ku);Math.log(o/Xo[c-1])<Math.log(Xo[c]/o)&&--c,e=n[c],i=e[1],e=e[0].range}return e(u[0],new Date(+u[1]+1),i)},r.tickFormat=function(){return e},r.copy=function(){return wu(t.copy(),n,e)},d3.rebind(r,t,"range","rangeRound","interpolate","clamp")}function Su(t){var n=t[0],e=t[t.length-1];return e>n?[n,e]:[e,n]}function ku(t){return new Date(t)}function Eu(t){return function(n){for(var e=t.length-1,r=t[e];!r[1](n);)r=t[--e];return r[0](n)}}function Au(t){var n=new Date(t,0,1);return n.setFullYear(t),n}function Nu(t){var n=t.getFullYear(),e=Au(n),r=Au(n+1);return n+(t-e)/(r-e)}function Tu(t){var n=new Date(Date.UTC(t,0,1));return n.setUTCFullYear(t),n}function qu(t){var n=t.getUTCFullYear(),e=Tu(n),r=Tu(n+1);return n+(t-e)/(r-e)}var Cu=".",zu=",",Du=[3,3];Date.now||(Date.now=function(){return+new Date});try{document.createElement("div").style.setProperty("opacity",0,"")}catch(Lu){var Fu=CSSStyleDeclaration.prototype,Hu=Fu.setProperty;Fu.setProperty=function(t,n,e){Hu.call(this,t,n+"",e)}}d3={version:"3.0.3"};var Ru=Math.PI,Pu=1e-6,ju=Ru/180,Ou=180/Ru,Yu=i;try{Yu(document.documentElement.childNodes)[0].nodeType}catch(Uu){Yu=r}var Iu=[].__proto__?function(t,n){t.__proto__=n}:function(t,n){for(var e in n)t[e]=n[e]};d3.map=function(t){var n=new u;for(var e in t)n.set(e,t[e]);return n},e(u,{has:function(t){return Vu+t in this},get:function(t){return this[Vu+t]},set:function(t,n){return this[Vu+t]=n},remove:function(t){return t=Vu+t,t in this&&delete this[t]},keys:function(){var t=[];return this.forEach(function(n){t.push(n)}),t},values:function(){var t=[];return this.forEach(function(n,e){t.push(e)}),t},entries:function(){var t=[];return this.forEach(function(n,e){t.push({key:n,value:e})}),t},forEach:function(t){for(var n in this)n.charCodeAt(0)===Xu&&t.call(this,n.substring(1),this[n])}});var Vu="\0",Xu=Vu.charCodeAt(0);d3.functor=c,d3.rebind=function(t,n){for(var e,r=1,i=arguments.length;i>++r;)t[e=arguments[r]]=l(t,n,n[e]);return t},d3.ascending=function(t,n){return n>t?-1:t>n?1:t>=n?0:0/0},d3.descending=function(t,n){return t>n?-1:n>t?1:n>=t?0:0/0},d3.mean=function(t,n){var e,r=t.length,i=0,u=-1,a=0;if(1===arguments.length)for(;r>++u;)s(e=t[u])&&(i+=(e-i)/++a);else for(;r>++u;)s(e=n.call(t,t[u],u))&&(i+=(e-i)/++a);return a?i:void 0},d3.median=function(t,n){return arguments.length>1&&(t=t.map(n)),t=t.filter(s),t.length?d3.quantile(t.sort(d3.ascending),.5):void 0},d3.min=function(t,n){var e,r,i=-1,u=t.length;if(1===arguments.length){for(;u>++i&&(null==(e=t[i])||e!=e);)e=void 0;for(;u>++i;)null!=(r=t[i])&&e>r&&(e=r)}else{for(;u>++i&&(null==(e=n.call(t,t[i],i))||e!=e);)e=void 0;for(;u>++i;)null!=(r=n.call(t,t[i],i))&&e>r&&(e=r)}return e},d3.max=function(t,n){var e,r,i=-1,u=t.length;if(1===arguments.length){for(;u>++i&&(null==(e=t[i])||e!=e);)e=void 0;for(;u>++i;)null!=(r=t[i])&&r>e&&(e=r)}else{for(;u>++i&&(null==(e=n.call(t,t[i],i))||e!=e);)e=void 0;for(;u>++i;)null!=(r=n.call(t,t[i],i))&&r>e&&(e=r)}return e},d3.extent=function(t,n){var e,r,i,u=-1,a=t.length;if(1===arguments.length){for(;a>++u&&(null==(e=i=t[u])||e!=e);)e=i=void 0;for(;a>++u;)null!=(r=t[u])&&(e>r&&(e=r),r>i&&(i=r))}else{for(;a>++u&&(null==(e=i=n.call(t,t[u],u))||e!=e);)e=void 0;for(;a>++u;)null!=(r=n.call(t,t[u],u))&&(e>r&&(e=r),r>i&&(i=r))}return[e,i]},d3.random={normal:function(t,n){var e=arguments.length;return 2>e&&(n=1),1>e&&(t=0),function(){var e,r,i;do e=2*Math.random()-1,r=2*Math.random()-1,i=e*e+r*r;while(!i||i>1);return t+n*e*Math.sqrt(-2*Math.log(i)/i)}},logNormal:function(t,n){var e=arguments.length;2>e&&(n=1),1>e&&(t=0);var r=d3.random.normal();return function(){return Math.exp(t+n*r())}},irwinHall:function(t){return function(){for(var n=0,e=0;t>e;e++)n+=Math.random();return n/t}}},d3.sum=function(t,n){var e,r=0,i=t.length,u=-1;if(1===arguments.length)for(;i>++u;)isNaN(e=+t[u])||(r+=e);else for(;i>++u;)isNaN(e=+n.call(t,t[u],u))||(r+=e);return r},d3.quantile=function(t,n){var e=(t.length-1)*n+1,r=Math.floor(e),i=+t[r-1],u=e-r;return u?i+u*(t[r]-i):i},d3.shuffle=function(t){for(var n,e,r=t.length;r;)e=0|Math.random()*r--,n=t[r],t[r]=t[e],t[e]=n;return t},d3.transpose=function(t){return d3.zip.apply(d3,t)},d3.zip=function(){if(!(r=arguments.length))return[];for(var t=-1,n=d3.min(arguments,f),e=Array(n);n>++t;)for(var r,i=-1,u=e[t]=Array(r);r>++i;)u[i]=arguments[i][t];return e},d3.bisector=function(t){return{left:function(n,e,r,i){for(3>arguments.length&&(r=0),4>arguments.length&&(i=n.length);i>r;){var u=r+i>>>1;e>t.call(n,n[u],u)?r=u+1:i=u}return r},right:function(n,e,r,i){for(3>arguments.length&&(r=0),4>arguments.length&&(i=n.length);i>r;){var u=r+i>>>1;t.call(n,n[u],u)>e?i=u:r=u+1}return r}}};var Zu=d3.bisector(function(t){return t});d3.bisectLeft=Zu.left,d3.bisect=d3.bisectRight=Zu.right,d3.nest=function(){function t(n,o){if(o>=a.length)return r?r.call(i,n):e?n.sort(e):n;for(var c,l,s,f=-1,h=n.length,d=a[o++],g=new u,p={};h>++f;)(s=g.get(c=d(l=n[f])))?s.push(l):g.set(c,[l]);return g.forEach(function(n,e){p[n]=t(e,o)}),p}function n(t,e){if(e>=a.length)return t;var r,i=[],u=o[e++];for(r in t)i.push({key:r,values:n(t[r],e)});return u&&i.sort(function(t,n){return u(t.key,n.key)}),i}var e,r,i={},a=[],o=[];return i.map=function(n){return t(n,0)},i.entries=function(e){return n(t(e,0),0)},i.key=function(t){return a.push(t),i},i.sortKeys=function(t){return o[a.length-1]=t,i},i.sortValues=function(t){return e=t,i},i.rollup=function(t){return r=t,i},i},d3.keys=function(t){var n=[];for(var e in t)n.push(e);return n},d3.values=function(t){var n=[];for(var e in t)n.push(t[e]);return n},d3.entries=function(t){var n=[];for(var e in t)n.push({key:e,value:t[e]});return n},d3.permute=function(t,n){for(var e=[],r=-1,i=n.length;i>++r;)e[r]=t[n[r]];return e},d3.merge=function(t){return Array.prototype.concat.apply([],t)},d3.range=function(t,n,e){if(3>arguments.length&&(e=1,2>arguments.length&&(n=t,t=0)),1/0===(n-t)/e)throw Error("infinite range");var r,i=[],u=d(Math.abs(e)),a=-1;if(t*=u,n*=u,e*=u,0>e)for(;(r=t+e*++a)>n;)i.push(r/u);else for(;n>(r=t+e*++a);)i.push(r/u);return i},d3.requote=function(t){return t.replace(Bu,"\\$&")};var Bu=/[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g;d3.round=function(t,n){return n?Math.round(t*(n=Math.pow(10,n)))/n:Math.round(t)},d3.xhr=function(t,n,e){function r(){var t=l.status;!t&&l.responseText||t>=200&&300>t||304===t?u.load.call(i,c.call(i,l)):u.error.call(i,l)}var i={},u=d3.dispatch("progress","load","error"),o={},c=a,l=new(window.XDomainRequest&&/^(http(s)?:)?\/\//.test(t)?XDomainRequest:XMLHttpRequest);return"onload"in l?l.onload=l.onerror=r:l.onreadystatechange=function(){l.readyState>3&&r()},l.onprogress=function(t){var n=d3.event;d3.event=t;try{u.progress.call(i,l)}finally{d3.event=n}},i.header=function(t,n){return t=(t+"").toLowerCase(),2>arguments.length?o[t]:(null==n?delete o[t]:o[t]=n+"",i)},i.mimeType=function(t){return arguments.length?(n=null==t?null:t+"",i):n},i.response=function(t){return c=t,i},["get","post"].forEach(function(t){i[t]=function(){return i.send.apply(i,[t].concat(Yu(arguments)))}}),i.send=function(e,r,u){if(2===arguments.length&&"function"==typeof r&&(u=r,r=null),l.open(e,t,!0),null==n||"accept"in o||(o.accept=n+",*/*"),l.setRequestHeader)for(var a in o)l.setRequestHeader(a,o[a]);return null!=n&&l.overrideMimeType&&l.overrideMimeType(n),null!=u&&i.on("error",u).on("load",function(t){u(null,t)}),l.send(null==r?null:r),i},i.abort=function(){return l.abort(),i},d3.rebind(i,u,"on"),2===arguments.length&&"function"==typeof n&&(e=n,n=null),null==e?i:i.get(g(e))},d3.text=function(){return d3.xhr.apply(d3,arguments).response(p)},d3.json=function(t,n){return d3.xhr(t,"application/json",n).response(m)},d3.html=function(t,n){return d3.xhr(t,"text/html",n).response(v)},d3.xml=function(){return d3.xhr.apply(d3,arguments).response(y)};var $u={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};d3.ns={prefix:$u,qualify:function(t){var n=t.indexOf(":"),e=t;return n>=0&&(e=t.substring(0,n),t=t.substring(n+1)),$u.hasOwnProperty(e)?{space:$u[e],local:t}:t}},d3.dispatch=function(){for(var t=new M,n=-1,e=arguments.length;e>++n;)t[arguments[n]]=b(t);return t},M.prototype.on=function(t,n){var e=t.indexOf("."),r="";return e>0&&(r=t.substring(e+1),t=t.substring(0,e)),2>arguments.length?this[t].on(r):this[t].on(r,n)},d3.format=function(t){var n=Ju.exec(t),e=n[1]||" ",r=n[2]||">",i=n[3]||"",u=n[4]||"",a=n[5],o=+n[6],c=n[7],l=n[8],s=n[9],f=1,h="",d=!1;switch(l&&(l=+l.substring(1)),(a||"0"===e&&"="===r)&&(a=e="0",r="=",c&&(o-=Math.floor((o-1)/4))),s){case"n":c=!0,s="g";break;case"%":f=100,h="%",s="f";break;case"p":f=100,h="%",s="r";break;case"b":case"o":case"x":case"X":u&&(u="0"+s.toLowerCase());case"c":case"d":d=!0,l=0;break;case"s":f=-1,s="r"}"#"===u&&(u=""),"r"!=s||l||(s="g"),s=Gu.get(s)||_;var g=a&&c;return function(t){if(d&&t%1)return"";var n=0>t||0===t&&0>1/t?(t=-t,"-"):i;if(0>f){var p=d3.formatPrefix(t,l);t=p.scale(t),h=p.symbol}else t*=f;t=s(t,l),!a&&c&&(t=Ku(t));var m=u.length+t.length+(g?0:n.length),v=o>m?Array(m=o-m+1).join(e):"";return g&&(t=Ku(v+t)),Cu&&t.replace(".",Cu),n+=u,("<"===r?n+t+v:">"===r?v+n+t:"^"===r?v.substring(0,m>>=1)+n+t+v.substring(m):n+(g?t:v+t))+h}};var Ju=/(?:([^{])?([<>=^]))?([+\- ])?(#)?(0)?([0-9]+)?(,)?(\.[0-9]+)?([a-zA-Z%])?/,Gu=d3.map({b:function(t){return t.toString(2)},c:function(t){return String.fromCharCode(t)},o:function(t){return t.toString(8)},x:function(t){return t.toString(16)},X:function(t){return t.toString(16).toUpperCase()},g:function(t,n){return t.toPrecision(n)},e:function(t,n){return t.toExponential(n)},f:function(t,n){return t.toFixed(n)},r:function(t,n){return d3.round(t,n=x(t,n)).toFixed(Math.max(0,Math.min(20,n)))}}),Ku=a;if(Du){var Wu=Du.length;Ku=function(t){for(var n=t.lastIndexOf("."),e=n>=0?"."+t.substring(n+1):(n=t.length,""),r=[],i=0,u=Du[0];n>0&&u>0;)r.push(t.substring(n-=u,n+u)),u=Du[i=(i+1)%Wu];return r.reverse().join(zu||"")+e}}var Qu=["y","z","a","f","p","n","μ","m","","k","M","G","T","P","E","Z","Y"].map(w);d3.formatPrefix=function(t,n){var e=0;return t&&(0>t&&(t*=-1),n&&(t=d3.round(t,x(t,n))),e=1+Math.floor(1e-12+Math.log(t)/Math.LN10),e=Math.max(-24,Math.min(24,3*Math.floor((0>=e?e+1:e-1)/3)))),Qu[8+e/3]};var ta=function(){return a},na=d3.map({linear:ta,poly:q,quad:function(){return A},cubic:function(){return N},sin:function(){return C},exp:function(){return z},circle:function(){return D},elastic:L,back:F,bounce:function(){return H}}),ea=d3.map({"in":a,out:k,"in-out":E,"out-in":function(t){return E(k(t))}});d3.ease=function(t){var n=t.indexOf("-"),e=n>=0?t.substring(0,n):t,r=n>=0?t.substring(n+1):"in";return e=na.get(e)||ta,r=ea.get(r)||a,S(r(e.apply(null,Array.prototype.slice.call(arguments,1))))},d3.event=null,d3.transform=function(t){var n=document.createElementNS(d3.ns.prefix.svg,"g");return(d3.transform=function(t){n.setAttribute("transform",t);var e=n.transform.baseVal.consolidate();return new O(e?e.matrix:ra)})(t)},O.prototype.toString=function(){return"translate("+this.translate+")rotate("+this.rotate+")skewX("+this.skew+")scale("+this.scale+")"};var ra={a:1,b:0,c:0,d:1,e:0,f:0};d3.interpolate=function(t,n){for(var e,r=d3.interpolators.length;--r>=0&&!(e=d3.interpolators[r](t,n)););return e},d3.interpolateNumber=function(t,n){return n-=t,function(e){return t+n*e}},d3.interpolateRound=function(t,n){return n-=t,function(e){return Math.round(t+n*e)}},d3.interpolateString=function(t,n){var e,r,i,u,a,o=0,c=0,l=[],s=[];for(ia.lastIndex=0,r=0;e=ia.exec(n);++r)e.index&&l.push(n.substring(o,c=e.index)),s.push({i:l.length,x:e[0]}),l.push(null),o=ia.lastIndex;for(n.length>o&&l.push(n.substring(o)),r=0,u=s.length;(e=ia.exec(t))&&u>r;++r)if(a=s[r],a.x==e[0]){if(a.i)if(null==l[a.i+1])for(l[a.i-1]+=a.x,l.splice(a.i,1),i=r+1;u>i;++i)s[i].i--;else for(l[a.i-1]+=a.x+l[a.i+1],l.splice(a.i,2),i=r+1;u>i;++i)s[i].i-=2;else if(null==l[a.i+1])l[a.i]=a.x;else for(l[a.i]=a.x+l[a.i+1],l.splice(a.i+1,1),i=r+1;u>i;++i)s[i].i--;s.splice(r,1),u--,r--}else a.x=d3.interpolateNumber(parseFloat(e[0]),parseFloat(a.x));for(;u>r;)a=s.pop(),null==l[a.i+1]?l[a.i]=a.x:(l[a.i]=a.x+l[a.i+1],l.splice(a.i+1,1)),u--;return 1===l.length?null==l[0]?s[0].x:function(){return n}:function(t){for(r=0;u>r;++r)l[(a=s[r]).i]=a.x(t);return l.join("")}},d3.interpolateTransform=function(t,n){var e,r=[],i=[],u=d3.transform(t),a=d3.transform(n),o=u.translate,c=a.translate,l=u.rotate,s=a.rotate,f=u.skew,h=a.skew,d=u.scale,g=a.scale;return o[0]!=c[0]||o[1]!=c[1]?(r.push("translate(",null,",",null,")"),i.push({i:1,x:d3.interpolateNumber(o[0],c[0])},{i:3,x:d3.interpolateNumber(o[1],c[1])})):c[0]||c[1]?r.push("translate("+c+")"):r.push(""),l!=s?(l-s>180?s+=360:s-l>180&&(l+=360),i.push({i:r.push(r.pop()+"rotate(",null,")")-2,x:d3.interpolateNumber(l,s)})):s&&r.push(r.pop()+"rotate("+s+")"),f!=h?i.push({i:r.push(r.pop()+"skewX(",null,")")-2,x:d3.interpolateNumber(f,h)}):h&&r.push(r.pop()+"skewX("+h+")"),d[0]!=g[0]||d[1]!=g[1]?(e=r.push(r.pop()+"scale(",null,",",null,")"),i.push({i:e-4,x:d3.interpolateNumber(d[0],g[0])},{i:e-2,x:d3.interpolateNumber(d[1],g[1])})):(1!=g[0]||1!=g[1])&&r.push(r.pop()+"scale("+g+")"),e=i.length,function(t){for(var n,u=-1;e>++u;)r[(n=i[u]).i]=n.x(t);return r.join("")}},d3.interpolateRgb=function(t,n){t=d3.rgb(t),n=d3.rgb(n);var e=t.r,r=t.g,i=t.b,u=n.r-e,a=n.g-r,o=n.b-i;return function(t){return"#"+G(Math.round(e+u*t))+G(Math.round(r+a*t))+G(Math.round(i+o*t))}},d3.interpolateHsl=function(t,n){t=d3.hsl(t),n=d3.hsl(n);var e=t.h,r=t.s,i=t.l,u=n.h-e,a=n.s-r,o=n.l-i;return u>180?u-=360:-180>u&&(u+=360),function(t){return un(e+u*t,r+a*t,i+o*t)+""}},d3.interpolateLab=function(t,n){t=d3.lab(t),n=d3.lab(n);var e=t.l,r=t.a,i=t.b,u=n.l-e,a=n.a-r,o=n.b-i;return function(t){return fn(e+u*t,r+a*t,i+o*t)+""}},d3.interpolateHcl=function(t,n){t=d3.hcl(t),n=d3.hcl(n);var e=t.h,r=t.c,i=t.l,u=n.h-e,a=n.c-r,o=n.l-i;return u>180?u-=360:-180>u&&(u+=360),function(t){return cn(e+u*t,r+a*t,i+o*t)+""}},d3.interpolateArray=function(t,n){var e,r=[],i=[],u=t.length,a=n.length,o=Math.min(t.length,n.length);for(e=0;o>e;++e)r.push(d3.interpolate(t[e],n[e]));for(;u>e;++e)i[e]=t[e];for(;a>e;++e)i[e]=n[e];return function(t){for(e=0;o>e;++e)i[e]=r[e](t);return i}},d3.interpolateObject=function(t,n){var e,r={},i={};for(e in t)e in n?r[e]=V(e)(t[e],n[e]):i[e]=t[e];for(e in n)e in t||(i[e]=n[e]);return function(t){for(e in r)i[e]=r[e](t);return i}};var ia=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g;d3.interpolators=[d3.interpolateObject,function(t,n){return n instanceof Array&&d3.interpolateArray(t,n)},function(t,n){return("string"==typeof t||"string"==typeof n)&&d3.interpolateString(t+"",n+"")},function(t,n){return("string"==typeof n?aa.has(n)||/^(#|rgb\(|hsl\()/.test(n):n instanceof B)&&d3.interpolateRgb(t,n)},function(t,n){return!isNaN(t=+t)&&!isNaN(n=+n)&&d3.interpolateNumber(t,n)}],B.prototype.toString=function(){return this.rgb()+""},d3.rgb=function(t,n,e){return 1===arguments.length?t instanceof J?$(t.r,t.g,t.b):K(""+t,$,un):$(~~t,~~n,~~e)};var ua=J.prototype=new B;ua.brighter=function(t){t=Math.pow(.7,arguments.length?t:1);var n=this.r,e=this.g,r=this.b,i=30;return n||e||r?(n&&i>n&&(n=i),e&&i>e&&(e=i),r&&i>r&&(r=i),$(Math.min(255,Math.floor(n/t)),Math.min(255,Math.floor(e/t)),Math.min(255,Math.floor(r/t)))):$(i,i,i)},ua.darker=function(t){return t=Math.pow(.7,arguments.length?t:1),$(Math.floor(t*this.r),Math.floor(t*this.g),Math.floor(t*this.b))
},ua.hsl=function(){return W(this.r,this.g,this.b)},ua.toString=function(){return"#"+G(this.r)+G(this.g)+G(this.b)};var aa=d3.map({aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"});aa.forEach(function(t,n){aa.set(t,K(n,$,un))}),d3.hsl=function(t,n,e){return 1===arguments.length?t instanceof rn?en(t.h,t.s,t.l):K(""+t,W,en):en(+t,+n,+e)};var oa=rn.prototype=new B;oa.brighter=function(t){return t=Math.pow(.7,arguments.length?t:1),en(this.h,this.s,this.l/t)},oa.darker=function(t){return t=Math.pow(.7,arguments.length?t:1),en(this.h,this.s,t*this.l)},oa.rgb=function(){return un(this.h,this.s,this.l)},d3.hcl=function(t,n,e){return 1===arguments.length?t instanceof on?an(t.h,t.c,t.l):t instanceof sn?hn(t.l,t.a,t.b):hn((t=Q((t=d3.rgb(t)).r,t.g,t.b)).l,t.a,t.b):an(+t,+n,+e)};var ca=on.prototype=new B;ca.brighter=function(t){return an(this.h,this.c,Math.min(100,this.l+la*(arguments.length?t:1)))},ca.darker=function(t){return an(this.h,this.c,Math.max(0,this.l-la*(arguments.length?t:1)))},ca.rgb=function(){return cn(this.h,this.c,this.l).rgb()},d3.lab=function(t,n,e){return 1===arguments.length?t instanceof sn?ln(t.l,t.a,t.b):t instanceof on?cn(t.l,t.c,t.h):Q((t=d3.rgb(t)).r,t.g,t.b):ln(+t,+n,+e)};var la=18,sa=.95047,fa=1,ha=1.08883,da=sn.prototype=new B;da.brighter=function(t){return ln(Math.min(100,this.l+la*(arguments.length?t:1)),this.a,this.b)},da.darker=function(t){return ln(Math.max(0,this.l-la*(arguments.length?t:1)),this.a,this.b)},da.rgb=function(){return fn(this.l,this.a,this.b)};var ga=function(t,n){return n.querySelector(t)},pa=function(t,n){return n.querySelectorAll(t)},ma=document.documentElement,va=ma.matchesSelector||ma.webkitMatchesSelector||ma.mozMatchesSelector||ma.msMatchesSelector||ma.oMatchesSelector,ya=function(t,n){return va.call(t,n)};"function"==typeof Sizzle&&(ga=function(t,n){return Sizzle(t,n)[0]||null},pa=function(t,n){return Sizzle.uniqueSort(Sizzle(t,n))},ya=Sizzle.matchesSelector);var Ma=[];d3.selection=function(){return ba},d3.selection.prototype=Ma,Ma.select=function(t){var n,e,r,i,u=[];"function"!=typeof t&&(t=vn(t));for(var a=-1,o=this.length;o>++a;){u.push(n=[]),n.parentNode=(r=this[a]).parentNode;for(var c=-1,l=r.length;l>++c;)(i=r[c])?(n.push(e=t.call(i,i.__data__,c)),e&&"__data__"in i&&(e.__data__=i.__data__)):n.push(null)}return mn(u)},Ma.selectAll=function(t){var n,e,r=[];"function"!=typeof t&&(t=yn(t));for(var i=-1,u=this.length;u>++i;)for(var a=this[i],o=-1,c=a.length;c>++o;)(e=a[o])&&(r.push(n=Yu(t.call(e,e.__data__,o))),n.parentNode=e);return mn(r)},Ma.attr=function(t,n){if(2>arguments.length){if("string"==typeof t){var e=this.node();return t=d3.ns.qualify(t),t.local?e.getAttributeNS(t.space,t.local):e.getAttribute(t)}for(n in t)this.each(Mn(n,t[n]));return this}return this.each(Mn(t,n))},Ma.classed=function(t,n){if(2>arguments.length){if("string"==typeof t){var e=this.node(),r=(t=t.trim().split(/^|\s+/g)).length,i=-1;if(n=e.classList){for(;r>++i;)if(!n.contains(t[i]))return!1}else for(n=e.className,null!=n.baseVal&&(n=n.baseVal);r>++i;)if(!bn(t[i]).test(n))return!1;return!0}for(n in t)this.each(xn(n,t[n]));return this}return this.each(xn(t,n))},Ma.style=function(t,n,e){var r=arguments.length;if(3>r){if("string"!=typeof t){2>r&&(n="");for(e in t)this.each(wn(e,t[e],n));return this}if(2>r)return getComputedStyle(this.node(),null).getPropertyValue(t);e=""}return this.each(wn(t,n,e))},Ma.property=function(t,n){if(2>arguments.length){if("string"==typeof t)return this.node()[t];for(n in t)this.each(Sn(n,t[n]));return this}return this.each(Sn(t,n))},Ma.text=function(t){return arguments.length?this.each("function"==typeof t?function(){var n=t.apply(this,arguments);this.textContent=null==n?"":n}:null==t?function(){this.textContent=""}:function(){this.textContent=t}):this.node().textContent},Ma.html=function(t){return arguments.length?this.each("function"==typeof t?function(){var n=t.apply(this,arguments);this.innerHTML=null==n?"":n}:null==t?function(){this.innerHTML=""}:function(){this.innerHTML=t}):this.node().innerHTML},Ma.append=function(t){function n(){return this.appendChild(document.createElementNS(this.namespaceURI,t))}function e(){return this.appendChild(document.createElementNS(t.space,t.local))}return t=d3.ns.qualify(t),this.select(t.local?e:n)},Ma.insert=function(t,n){function e(){return this.insertBefore(document.createElementNS(this.namespaceURI,t),ga(n,this))}function r(){return this.insertBefore(document.createElementNS(t.space,t.local),ga(n,this))}return t=d3.ns.qualify(t),this.select(t.local?r:e)},Ma.remove=function(){return this.each(function(){var t=this.parentNode;t&&t.removeChild(this)})},Ma.data=function(t,n){function e(t,e){var r,i,a,o=t.length,f=e.length,h=Math.min(o,f),d=Array(f),g=Array(f),p=Array(o);if(n){var m,v=new u,y=new u,M=[];for(r=-1;o>++r;)m=n.call(i=t[r],i.__data__,r),v.has(m)?p[r]=i:v.set(m,i),M.push(m);for(r=-1;f>++r;)m=n.call(e,a=e[r],r),(i=v.get(m))?(d[r]=i,i.__data__=a):y.has(m)||(g[r]=kn(a)),y.set(m,a),v.remove(m);for(r=-1;o>++r;)v.has(M[r])&&(p[r]=t[r])}else{for(r=-1;h>++r;)i=t[r],a=e[r],i?(i.__data__=a,d[r]=i):g[r]=kn(a);for(;f>r;++r)g[r]=kn(e[r]);for(;o>r;++r)p[r]=t[r]}g.update=d,g.parentNode=d.parentNode=p.parentNode=t.parentNode,c.push(g),l.push(d),s.push(p)}var r,i,a=-1,o=this.length;if(!arguments.length){for(t=Array(o=(r=this[0]).length);o>++a;)(i=r[a])&&(t[a]=i.__data__);return t}var c=qn([]),l=mn([]),s=mn([]);if("function"==typeof t)for(;o>++a;)e(r=this[a],t.call(r,r.parentNode.__data__,a));else for(;o>++a;)e(r=this[a],t);return l.enter=function(){return c},l.exit=function(){return s},l},Ma.datum=function(t){return arguments.length?this.property("__data__",t):this.property("__data__")},Ma.filter=function(t){var n,e,r,i=[];"function"!=typeof t&&(t=En(t));for(var u=0,a=this.length;a>u;u++){i.push(n=[]),n.parentNode=(e=this[u]).parentNode;for(var o=0,c=e.length;c>o;o++)(r=e[o])&&t.call(r,r.__data__,o)&&n.push(r)}return mn(i)},Ma.order=function(){for(var t=-1,n=this.length;n>++t;)for(var e,r=this[t],i=r.length-1,u=r[i];--i>=0;)(e=r[i])&&(u&&u!==e.nextSibling&&u.parentNode.insertBefore(e,u),u=e);return this},Ma.sort=function(t){t=An.apply(this,arguments);for(var n=-1,e=this.length;e>++n;)this[n].sort(t);return this.order()},Ma.on=function(t,n,e){var r=arguments.length;if(3>r){if("string"!=typeof t){2>r&&(n=!1);for(e in t)this.each(Nn(e,t[e],n));return this}if(2>r)return(r=this.node()["__on"+t])&&r._;e=!1}return this.each(Nn(t,n,e))},Ma.each=function(t){return Tn(this,function(n,e,r){t.call(n,n.__data__,e,r)})},Ma.call=function(t){var n=Yu(arguments);return t.apply(n[0]=this,n),this},Ma.empty=function(){return!this.node()},Ma.node=function(){for(var t=0,n=this.length;n>t;t++)for(var e=this[t],r=0,i=e.length;i>r;r++){var u=e[r];if(u)return u}return null},Ma.transition=function(){var t,n,e=_a||++Sa,r=[],i=Object.create(ka);i.time=Date.now();for(var u=-1,a=this.length;a>++u;){r.push(t=[]);for(var o=this[u],c=-1,l=o.length;l>++c;)(n=o[c])&&zn(n,c,e,i),t.push(n)}return Cn(r,e)};var ba=mn([[document]]);ba[0].parentNode=ma,d3.select=function(t){return"string"==typeof t?ba.select(t):mn([[t]])},d3.selectAll=function(t){return"string"==typeof t?ba.selectAll(t):mn([Yu(t)])};var xa=[];d3.selection.enter=qn,d3.selection.enter.prototype=xa,xa.append=Ma.append,xa.insert=Ma.insert,xa.empty=Ma.empty,xa.node=Ma.node,xa.select=function(t){for(var n,e,r,i,u,a=[],o=-1,c=this.length;c>++o;){r=(i=this[o]).update,a.push(n=[]),n.parentNode=i.parentNode;for(var l=-1,s=i.length;s>++l;)(u=i[l])?(n.push(r[l]=e=t.call(i.parentNode,u.__data__,l)),e.__data__=u.__data__):n.push(null)}return mn(a)};var _a,wa=[],Sa=0,ka={ease:T,delay:0,duration:250};wa.call=Ma.call,wa.empty=Ma.empty,wa.node=Ma.node,d3.transition=function(t){return arguments.length?_a?t.transition():t:ba.transition()},d3.transition.prototype=wa,wa.select=function(t){var n,e,r,i=this.id,u=[];"function"!=typeof t&&(t=vn(t));for(var a=-1,o=this.length;o>++a;){u.push(n=[]);for(var c=this[a],l=-1,s=c.length;s>++l;)(r=c[l])&&(e=t.call(r,r.__data__,l))?("__data__"in r&&(e.__data__=r.__data__),zn(e,l,i,r.__transition__[i]),n.push(e)):n.push(null)}return Cn(u,i)},wa.selectAll=function(t){var n,e,r,i,u,a=this.id,o=[];"function"!=typeof t&&(t=yn(t));for(var c=-1,l=this.length;l>++c;)for(var s=this[c],f=-1,h=s.length;h>++f;)if(r=s[f]){u=r.__transition__[a],e=t.call(r,r.__data__,f),o.push(n=[]);for(var d=-1,g=e.length;g>++d;)zn(i=e[d],d,a,u),n.push(i)}return Cn(o,a)},wa.filter=function(t){var n,e,r,i=[];"function"!=typeof t&&(t=En(t));for(var u=0,a=this.length;a>u;u++){i.push(n=[]);for(var e=this[u],o=0,c=e.length;c>o;o++)(r=e[o])&&t.call(r,r.__data__,o)&&n.push(r)}return Cn(i,this.id,this.time).ease(this.ease())},wa.attr=function(t,n){function e(){this.removeAttribute(u)}function r(){this.removeAttributeNS(u.space,u.local)}if(2>arguments.length){for(n in t)this.attr(n,t[n]);return this}var i=V(t),u=d3.ns.qualify(t);return Ln(this,"attr."+t,n,function(t){function n(){var n,e=this.getAttribute(u);return e!==t&&(n=i(e,t),function(t){this.setAttribute(u,n(t))})}function a(){var n,e=this.getAttributeNS(u.space,u.local);return e!==t&&(n=i(e,t),function(t){this.setAttributeNS(u.space,u.local,n(t))})}return null==t?u.local?r:e:(t+="",u.local?a:n)})},wa.attrTween=function(t,n){function e(t,e){var r=n.call(this,t,e,this.getAttribute(i));return r&&function(t){this.setAttribute(i,r(t))}}function r(t,e){var r=n.call(this,t,e,this.getAttributeNS(i.space,i.local));return r&&function(t){this.setAttributeNS(i.space,i.local,r(t))}}var i=d3.ns.qualify(t);return this.tween("attr."+t,i.local?r:e)},wa.style=function(t,n,e){function r(){this.style.removeProperty(t)}var i=arguments.length;if(3>i){if("string"!=typeof t){2>i&&(n="");for(e in t)this.style(e,t[e],n);return this}e=""}var u=V(t);return Ln(this,"style."+t,n,function(n){function i(){var r,i=getComputedStyle(this,null).getPropertyValue(t);return i!==n&&(r=u(i,n),function(n){this.style.setProperty(t,r(n),e)})}return null==n?r:(n+="",i)})},wa.styleTween=function(t,n,e){return 3>arguments.length&&(e=""),this.tween("style."+t,function(r,i){var u=n.call(this,r,i,getComputedStyle(this,null).getPropertyValue(t));return u&&function(n){this.style.setProperty(t,u(n),e)}})},wa.text=function(t){return Ln(this,"text",t,Dn)},wa.remove=function(){return this.each("end.transition",function(){var t;!this.__transition__&&(t=this.parentNode)&&t.removeChild(this)})},wa.ease=function(t){var n=this.id;return 1>arguments.length?this.node().__transition__[n].ease:("function"!=typeof t&&(t=d3.ease.apply(d3,arguments)),Tn(this,function(e){e.__transition__[n].ease=t}))},wa.delay=function(t){var n=this.id;return Tn(this,"function"==typeof t?function(e,r,i){e.__transition__[n].delay=0|t.call(e,e.__data__,r,i)}:(t|=0,function(e){e.__transition__[n].delay=t}))},wa.duration=function(t){var n=this.id;return Tn(this,"function"==typeof t?function(e,r,i){e.__transition__[n].duration=Math.max(1,0|t.call(e,e.__data__,r,i))}:(t=Math.max(1,0|t),function(e){e.__transition__[n].duration=t}))},wa.each=function(t,n){var e=this.id;if(2>arguments.length){var r=ka,i=_a;_a=e,Tn(this,function(n,r,i){ka=n.__transition__[e],t.call(n,n.__data__,r,i)}),ka=r,_a=i}else Tn(this,function(r){r.__transition__[e].event.on(t,n)});return this},wa.transition=function(){for(var t,n,e,r,i=this.id,u=++Sa,a=[],o=0,c=this.length;c>o;o++){a.push(t=[]);for(var n=this[o],l=0,s=n.length;s>l;l++)(e=n[l])&&(r=Object.create(e.__transition__[i]),r.delay+=r.duration,zn(e,l,u,r)),t.push(e)}return Cn(a,u)},wa.tween=function(t,n){var e=this.id;return 2>arguments.length?this.node().__transition__[e].tween.get(t):Tn(this,null==n?function(n){n.__transition__[e].tween.remove(t)}:function(r){r.__transition__[e].tween.set(t,n)})};var Ea,Aa,Na=0,Ta={},qa=null;d3.timer=function(t,n,e){if(3>arguments.length){if(2>arguments.length)n=0;else if(!isFinite(n))return;e=Date.now()}var r=Ta[t.id];r&&r.callback===t?(r.then=e,r.delay=n):Ta[t.id=++Na]=qa={callback:t,then:e,delay:n,next:qa},Ea||(Aa=clearTimeout(Aa),Ea=1,Ca(Fn))},d3.timer.flush=function(){for(var t,n=Date.now(),e=qa;e;)t=n-e.then,e.delay||(e.flush=e.callback(t)),e=e.next;Hn()};var Ca=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(t){setTimeout(t,17)};d3.mouse=function(t){return Rn(t,P())};var za=/WebKit/.test(navigator.userAgent)?-1:0;d3.touches=function(t,n){return 2>arguments.length&&(n=P().touches),n?Yu(n).map(function(n){var e=Rn(t,n);return e.identifier=n.identifier,e}):[]},d3.scale={},d3.scale.linear=function(){return In([0,1],[0,1],d3.interpolate,!1)},d3.scale.log=function(){return Kn(d3.scale.linear(),Wn)};var Da=d3.format(".0e");Wn.pow=function(t){return Math.pow(10,t)},Qn.pow=function(t){return-Math.pow(10,-t)},d3.scale.pow=function(){return te(d3.scale.linear(),1)},d3.scale.sqrt=function(){return d3.scale.pow().exponent(.5)},d3.scale.ordinal=function(){return ee([],{t:"range",a:[[]]})},d3.scale.category10=function(){return d3.scale.ordinal().range(La)},d3.scale.category20=function(){return d3.scale.ordinal().range(Fa)},d3.scale.category20b=function(){return d3.scale.ordinal().range(Ha)},d3.scale.category20c=function(){return d3.scale.ordinal().range(Ra)};var La=["#1f77b4","#ff7f0e","#2ca02c","#d62728","#9467bd","#8c564b","#e377c2","#7f7f7f","#bcbd22","#17becf"],Fa=["#1f77b4","#aec7e8","#ff7f0e","#ffbb78","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5","#8c564b","#c49c94","#e377c2","#f7b6d2","#7f7f7f","#c7c7c7","#bcbd22","#dbdb8d","#17becf","#9edae5"],Ha=["#393b79","#5254a3","#6b6ecf","#9c9ede","#637939","#8ca252","#b5cf6b","#cedb9c","#8c6d31","#bd9e39","#e7ba52","#e7cb94","#843c39","#ad494a","#d6616b","#e7969c","#7b4173","#a55194","#ce6dbd","#de9ed6"],Ra=["#3182bd","#6baed6","#9ecae1","#c6dbef","#e6550d","#fd8d3c","#fdae6b","#fdd0a2","#31a354","#74c476","#a1d99b","#c7e9c0","#756bb1","#9e9ac8","#bcbddc","#dadaeb","#636363","#969696","#bdbdbd","#d9d9d9"];d3.scale.quantile=function(){return re([],[])},d3.scale.quantize=function(){return ie(0,1,[0,1])},d3.scale.threshold=function(){return ue([.5],[0,1])},d3.scale.identity=function(){return ae([0,1])},d3.svg={},d3.svg.arc=function(){function t(){var t=n.apply(this,arguments),u=e.apply(this,arguments),a=r.apply(this,arguments)+Pa,o=i.apply(this,arguments)+Pa,c=(a>o&&(c=a,a=o,o=c),o-a),l=Ru>c?"0":"1",s=Math.cos(a),f=Math.sin(a),h=Math.cos(o),d=Math.sin(o);return c>=ja?t?"M0,"+u+"A"+u+","+u+" 0 1,1 0,"+-u+"A"+u+","+u+" 0 1,1 0,"+u+"M0,"+t+"A"+t+","+t+" 0 1,0 0,"+-t+"A"+t+","+t+" 0 1,0 0,"+t+"Z":"M0,"+u+"A"+u+","+u+" 0 1,1 0,"+-u+"A"+u+","+u+" 0 1,1 0,"+u+"Z":t?"M"+u*s+","+u*f+"A"+u+","+u+" 0 "+l+",1 "+u*h+","+u*d+"L"+t*h+","+t*d+"A"+t+","+t+" 0 "+l+",0 "+t*s+","+t*f+"Z":"M"+u*s+","+u*f+"A"+u+","+u+" 0 "+l+",1 "+u*h+","+u*d+"L0,0"+"Z"}var n=oe,e=ce,r=le,i=se;return t.innerRadius=function(e){return arguments.length?(n=c(e),t):n},t.outerRadius=function(n){return arguments.length?(e=c(n),t):e},t.startAngle=function(n){return arguments.length?(r=c(n),t):r},t.endAngle=function(n){return arguments.length?(i=c(n),t):i},t.centroid=function(){var t=(n.apply(this,arguments)+e.apply(this,arguments))/2,u=(r.apply(this,arguments)+i.apply(this,arguments))/2+Pa;return[Math.cos(u)*t,Math.sin(u)*t]},t};var Pa=-Ru/2,ja=2*Ru-1e-6;d3.svg.line=function(){return fe(a)};var Oa=d3.map({linear:ge,"linear-closed":pe,"step-before":me,"step-after":ve,basis:we,"basis-open":Se,"basis-closed":ke,bundle:Ee,cardinal:be,"cardinal-open":ye,"cardinal-closed":Me,monotone:ze});Oa.forEach(function(t,n){n.key=t,n.closed=/-closed$/.test(t)});var Ya=[0,2/3,1/3,0],Ua=[0,1/3,2/3,0],Ia=[0,1/6,2/3,1/6];d3.svg.line.radial=function(){var t=fe(De);return t.radius=t.x,delete t.x,t.angle=t.y,delete t.y,t},me.reverse=ve,ve.reverse=me,d3.svg.area=function(){return Le(a)},d3.svg.area.radial=function(){var t=Le(De);return t.radius=t.x,delete t.x,t.innerRadius=t.x0,delete t.x0,t.outerRadius=t.x1,delete t.x1,t.angle=t.y,delete t.y,t.startAngle=t.y0,delete t.y0,t.endAngle=t.y1,delete t.y1,t},d3.svg.chord=function(){function e(t,n){var e=r(this,o,t,n),c=r(this,l,t,n);return"M"+e.p0+u(e.r,e.p1,e.a1-e.a0)+(i(e,c)?a(e.r,e.p1,e.r,e.p0):a(e.r,e.p1,c.r,c.p0)+u(c.r,c.p1,c.a1-c.a0)+a(c.r,c.p1,e.r,e.p0))+"Z"}function r(t,n,e,r){var i=n.call(t,e,r),u=s.call(t,i,r),a=f.call(t,i,r)+Pa,o=h.call(t,i,r)+Pa;return{r:u,a0:a,a1:o,p0:[u*Math.cos(a),u*Math.sin(a)],p1:[u*Math.cos(o),u*Math.sin(o)]}}function i(t,n){return t.a0==n.a0&&t.a1==n.a1}function u(t,n,e){return"A"+t+","+t+" 0 "+ +(e>Ru)+",1 "+n}function a(t,n,e,r){return"Q 0,0 "+r}var o=n,l=t,s=Fe,f=le,h=se;return e.radius=function(t){return arguments.length?(s=c(t),e):s},e.source=function(t){return arguments.length?(o=c(t),e):o},e.target=function(t){return arguments.length?(l=c(t),e):l},e.startAngle=function(t){return arguments.length?(f=c(t),e):f},e.endAngle=function(t){return arguments.length?(h=c(t),e):h},e},d3.svg.diagonal=function(){function e(t,n){var e=r.call(this,t,n),a=i.call(this,t,n),o=(e.y+a.y)/2,c=[e,{x:e.x,y:o},{x:a.x,y:o},a];return c=c.map(u),"M"+c[0]+"C"+c[1]+" "+c[2]+" "+c[3]}var r=n,i=t,u=He;return e.source=function(t){return arguments.length?(r=c(t),e):r},e.target=function(t){return arguments.length?(i=c(t),e):i},e.projection=function(t){return arguments.length?(u=t,e):u},e},d3.svg.diagonal.radial=function(){var t=d3.svg.diagonal(),n=He,e=t.projection;return t.projection=function(t){return arguments.length?e(Re(n=t)):n},t},d3.svg.symbol=function(){function t(t,r){return(Va.get(n.call(this,t,r))||Oe)(e.call(this,t,r))}var n=je,e=Pe;return t.type=function(e){return arguments.length?(n=c(e),t):n},t.size=function(n){return arguments.length?(e=c(n),t):e},t};var Va=d3.map({circle:Oe,cross:function(t){var n=Math.sqrt(t/5)/2;return"M"+-3*n+","+-n+"H"+-n+"V"+-3*n+"H"+n+"V"+-n+"H"+3*n+"V"+n+"H"+n+"V"+3*n+"H"+-n+"V"+n+"H"+-3*n+"Z"},diamond:function(t){var n=Math.sqrt(t/(2*Za)),e=n*Za;return"M0,"+-n+"L"+e+",0"+" 0,"+n+" "+-e+",0"+"Z"},square:function(t){var n=Math.sqrt(t)/2;return"M"+-n+","+-n+"L"+n+","+-n+" "+n+","+n+" "+-n+","+n+"Z"},"triangle-down":function(t){var n=Math.sqrt(t/Xa),e=n*Xa/2;return"M0,"+e+"L"+n+","+-e+" "+-n+","+-e+"Z"},"triangle-up":function(t){var n=Math.sqrt(t/Xa),e=n*Xa/2;return"M0,"+-e+"L"+n+","+e+" "+-n+","+e+"Z"}});d3.svg.symbolTypes=Va.keys();var Xa=Math.sqrt(3),Za=Math.tan(30*ju);d3.svg.axis=function(){function t(t){t.each(function(){var t,f=d3.select(this),h=null==l?e.ticks?e.ticks.apply(e,c):e.domain():l,d=null==n?e.tickFormat?e.tickFormat.apply(e,c):String:n,g=Ie(e,h,s),p=f.selectAll(".minor").data(g,String),m=p.enter().insert("line","g").attr("class","tick minor").style("opacity",1e-6),v=d3.transition(p.exit()).style("opacity",1e-6).remove(),y=d3.transition(p).style("opacity",1),M=f.selectAll("g").data(h,String),b=M.enter().insert("g","path").style("opacity",1e-6),x=d3.transition(M.exit()).style("opacity",1e-6).remove(),_=d3.transition(M).style("opacity",1),w=On(e),S=f.selectAll(".domain").data([0]),k=d3.transition(S),E=e.copy(),A=this.__chart__||E;this.__chart__=E,S.enter().append("path").attr("class","domain"),b.append("line").attr("class","tick"),b.append("text");var N=b.select("line"),T=_.select("line"),q=M.select("text").text(d),C=b.select("text"),z=_.select("text");switch(r){case"bottom":t=Ye,m.attr("y2",u),y.attr("x2",0).attr("y2",u),N.attr("y2",i),C.attr("y",Math.max(i,0)+o),T.attr("x2",0).attr("y2",i),z.attr("x",0).attr("y",Math.max(i,0)+o),q.attr("dy",".71em").style("text-anchor","middle"),k.attr("d","M"+w[0]+","+a+"V0H"+w[1]+"V"+a);break;case"top":t=Ye,m.attr("y2",-u),y.attr("x2",0).attr("y2",-u),N.attr("y2",-i),C.attr("y",-(Math.max(i,0)+o)),T.attr("x2",0).attr("y2",-i),z.attr("x",0).attr("y",-(Math.max(i,0)+o)),q.attr("dy","0em").style("text-anchor","middle"),k.attr("d","M"+w[0]+","+-a+"V0H"+w[1]+"V"+-a);break;case"left":t=Ue,m.attr("x2",-u),y.attr("x2",-u).attr("y2",0),N.attr("x2",-i),C.attr("x",-(Math.max(i,0)+o)),T.attr("x2",-i).attr("y2",0),z.attr("x",-(Math.max(i,0)+o)).attr("y",0),q.attr("dy",".32em").style("text-anchor","end"),k.attr("d","M"+-a+","+w[0]+"H0V"+w[1]+"H"+-a);break;case"right":t=Ue,m.attr("x2",u),y.attr("x2",u).attr("y2",0),N.attr("x2",i),C.attr("x",Math.max(i,0)+o),T.attr("x2",i).attr("y2",0),z.attr("x",Math.max(i,0)+o).attr("y",0),q.attr("dy",".32em").style("text-anchor","start"),k.attr("d","M"+a+","+w[0]+"H0V"+w[1]+"H"+a)}if(e.ticks)b.call(t,A),_.call(t,E),x.call(t,E),m.call(t,A),y.call(t,E),v.call(t,E);else{var D=E.rangeBand()/2,L=function(t){return E(t)+D};b.call(t,L),_.call(t,L)}})}var n,e=d3.scale.linear(),r="bottom",i=6,u=6,a=6,o=3,c=[10],l=null,s=0;return t.scale=function(n){return arguments.length?(e=n,t):e},t.orient=function(n){return arguments.length?(r=n,t):r},t.ticks=function(){return arguments.length?(c=arguments,t):c},t.tickValues=function(n){return arguments.length?(l=n,t):l},t.tickFormat=function(e){return arguments.length?(n=e,t):n},t.tickSize=function(n,e){if(!arguments.length)return i;var r=arguments.length-1;return i=+n,u=r>1?+e:i,a=r>0?+arguments[r]:i,t},t.tickPadding=function(n){return arguments.length?(o=+n,t):o},t.tickSubdivide=function(n){return arguments.length?(s=+n,t):s},t},d3.svg.brush=function(){function t(u){u.each(function(){var u,a=d3.select(this),s=a.selectAll(".background").data([0]),f=a.selectAll(".extent").data([0]),h=a.selectAll(".resize").data(l,String);a.style("pointer-events","all").on("mousedown.brush",i).on("touchstart.brush",i),s.enter().append("rect").attr("class","background").style("visibility","hidden").style("cursor","crosshair"),f.enter().append("rect").attr("class","extent").style("cursor","move"),h.enter().append("g").attr("class",function(t){return"resize "+t}).style("cursor",function(t){return Ba[t]}).append("rect").attr("x",function(t){return/[ew]$/.test(t)?-3:null}).attr("y",function(t){return/^[ns]/.test(t)?-3:null}).attr("width",6).attr("height",6).style("visibility","hidden"),h.style("display",t.empty()?"none":null),h.exit().remove(),o&&(u=On(o),s.attr("x",u[0]).attr("width",u[1]-u[0]),e(a)),c&&(u=On(c),s.attr("y",u[0]).attr("height",u[1]-u[0]),r(a)),n(a)})}function n(t){t.selectAll(".resize").attr("transform",function(t){return"translate("+s[+/e$/.test(t)][0]+","+s[+/^s/.test(t)][1]+")"})}function e(t){t.select(".extent").attr("x",s[0][0]),t.selectAll(".extent,.n>rect,.s>rect").attr("width",s[1][0]-s[0][0])}function r(t){t.select(".extent").attr("y",s[0][1]),t.selectAll(".extent,.e>rect,.w>rect").attr("height",s[1][1]-s[0][1])}function i(){function i(){var t=d3.event.changedTouches;return t?d3.touches(v,t)[0]:d3.mouse(v)}function l(){32==d3.event.keyCode&&(S||(p=null,k[0]-=s[1][0],k[1]-=s[1][1],S=2),R())}function f(){32==d3.event.keyCode&&2==S&&(k[0]+=s[1][0],k[1]+=s[1][1],S=0,R())}function h(){var t=i(),u=!1;m&&(t[0]+=m[0],t[1]+=m[1]),S||(d3.event.altKey?(p||(p=[(s[0][0]+s[1][0])/2,(s[0][1]+s[1][1])/2]),k[0]=s[+(t[0]<p[0])][0],k[1]=s[+(t[1]<p[1])][1]):p=null),_&&d(t,o,0)&&(e(b),u=!0),w&&d(t,c,1)&&(r(b),u=!0),u&&(n(b),M({type:"brush",mode:S?"move":"resize"}))}function d(t,n,e){var r,i,a=On(n),o=a[0],c=a[1],l=k[e],f=s[1][e]-s[0][e];return S&&(o-=l,c-=f+l),r=Math.max(o,Math.min(c,t[e])),S?i=(r+=l)+f:(p&&(l=Math.max(o,Math.min(c,2*p[e]-r))),r>l?(i=r,r=l):i=l),s[0][e]!==r||s[1][e]!==i?(u=null,s[0][e]=r,s[1][e]=i,!0):void 0}function g(){h(),b.style("pointer-events","all").selectAll(".resize").style("display",t.empty()?"none":null),d3.select("body").style("cursor",null),E.on("mousemove.brush",null).on("mouseup.brush",null).on("touchmove.brush",null).on("touchend.brush",null).on("keydown.brush",null).on("keyup.brush",null),M({type:"brushend"}),R()}var p,m,v=this,y=d3.select(d3.event.target),M=a.of(v,arguments),b=d3.select(v),x=y.datum(),_=!/^(n|s)$/.test(x)&&o,w=!/^(e|w)$/.test(x)&&c,S=y.classed("extent"),k=i(),E=d3.select(window).on("mousemove.brush",h).on("mouseup.brush",g).on("touchmove.brush",h).on("touchend.brush",g).on("keydown.brush",l).on("keyup.brush",f);if(S)k[0]=s[0][0]-k[0],k[1]=s[0][1]-k[1];else if(x){var A=+/w$/.test(x),N=+/^n/.test(x);m=[s[1-A][0]-k[0],s[1-N][1]-k[1]],k[0]=s[A][0],k[1]=s[N][1]}else d3.event.altKey&&(p=k.slice());b.style("pointer-events","none").selectAll(".resize").style("display",null),d3.select("body").style("cursor",y.style("cursor")),M({type:"brushstart"}),h(),R()}var u,a=j(t,"brushstart","brush","brushend"),o=null,c=null,l=$a[0],s=[[0,0],[0,0]];return t.x=function(n){return arguments.length?(o=n,l=$a[!o<<1|!c],t):o},t.y=function(n){return arguments.length?(c=n,l=$a[!o<<1|!c],t):c},t.extent=function(n){var e,r,i,a,l;return arguments.length?(u=[[0,0],[0,0]],o&&(e=n[0],r=n[1],c&&(e=e[0],r=r[0]),u[0][0]=e,u[1][0]=r,o.invert&&(e=o(e),r=o(r)),e>r&&(l=e,e=r,r=l),s[0][0]=0|e,s[1][0]=0|r),c&&(i=n[0],a=n[1],o&&(i=i[1],a=a[1]),u[0][1]=i,u[1][1]=a,c.invert&&(i=c(i),a=c(a)),i>a&&(l=i,i=a,a=l),s[0][1]=0|i,s[1][1]=0|a),t):(n=u||s,o&&(e=n[0][0],r=n[1][0],u||(e=s[0][0],r=s[1][0],o.invert&&(e=o.invert(e),r=o.invert(r)),e>r&&(l=e,e=r,r=l))),c&&(i=n[0][1],a=n[1][1],u||(i=s[0][1],a=s[1][1],c.invert&&(i=c.invert(i),a=c.invert(a)),i>a&&(l=i,i=a,a=l))),o&&c?[[e,i],[r,a]]:o?[e,r]:c&&[i,a])},t.clear=function(){return u=null,s[0][0]=s[0][1]=s[1][0]=s[1][1]=0,t},t.empty=function(){return o&&s[0][0]===s[1][0]||c&&s[0][1]===s[1][1]},d3.rebind(t,a,"on")};var Ba={n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},$a=[["n","e","s","w","nw","ne","se","sw"],["e","w"],["n","s"],[]];d3.behavior={},d3.behavior.drag=function(){function t(){this.on("mousedown.drag",n).on("touchstart.drag",n)}function n(){function t(){var t=o.parentNode;return null!=s?d3.touches(t).filter(function(t){return t.identifier===s})[0]:d3.mouse(t)}function n(){if(!o.parentNode)return i();var n=t(),e=n[0]-f[0],r=n[1]-f[1];h|=e|r,f=n,R(),c({type:"drag",x:n[0]+a[0],y:n[1]+a[1],dx:e,dy:r})}function i(){c({type:"dragend"}),h&&(R(),d3.event.target===l&&d.on("click.drag",u,!0)),d.on(null!=s?"touchmove.drag-"+s:"mousemove.drag",null).on(null!=s?"touchend.drag-"+s:"mouseup.drag",null)}function u(){R(),d.on("click.drag",null)}var a,o=this,c=e.of(o,arguments),l=d3.event.target,s=d3.event.touches?d3.event.changedTouches[0].identifier:null,f=t(),h=0,d=d3.select(window).on(null!=s?"touchmove.drag-"+s:"mousemove.drag",n).on(null!=s?"touchend.drag-"+s:"mouseup.drag",i,!0);r?(a=r.apply(o,arguments),a=[a.x-f[0],a.y-f[1]]):a=[0,0],null==s&&R(),c({type:"dragstart"})}var e=j(t,"drag","dragstart","dragend"),r=null;return t.origin=function(n){return arguments.length?(r=n,t):r},d3.rebind(t,e,"on")},d3.behavior.zoom=function(){function t(){this.on("mousedown.zoom",o).on("mousewheel.zoom",c).on("mousemove.zoom",l).on("DOMMouseScroll.zoom",c).on("dblclick.zoom",s).on("touchstart.zoom",f).on("touchmove.zoom",h).on("touchend.zoom",f)}function n(t){return[(t[0]-b[0])/x,(t[1]-b[1])/x]}function e(t){return[t[0]*x+b[0],t[1]*x+b[1]]}function r(t){x=Math.max(_[0],Math.min(_[1],t))}function i(t,n){n=e(n),b[0]+=t[0]-n[0],b[1]+=t[1]-n[1]}function u(){m&&m.domain(p.range().map(function(t){return(t-b[0])/x}).map(p.invert)),y&&y.domain(v.range().map(function(t){return(t-b[1])/x}).map(v.invert))}function a(t){u(),d3.event.preventDefault(),t({type:"zoom",scale:x,translate:b})}function o(){function t(){l=1,i(d3.mouse(u),f),a(o)}function e(){l&&R(),s.on("mousemove.zoom",null).on("mouseup.zoom",null),l&&d3.event.target===c&&s.on("click.zoom",r,!0)}function r(){R(),s.on("click.zoom",null)}var u=this,o=w.of(u,arguments),c=d3.event.target,l=0,s=d3.select(window).on("mousemove.zoom",t).on("mouseup.zoom",e),f=n(d3.mouse(u));window.focus(),R()}function c(){d||(d=n(d3.mouse(this))),r(Math.pow(2,.002*Ve())*x),i(d3.mouse(this),d),a(w.of(this,arguments))}function l(){d=null}function s(){var t=d3.mouse(this),e=n(t),u=Math.log(x)/Math.LN2;r(Math.pow(2,d3.event.shiftKey?Math.ceil(u)-1:Math.floor(u)+1)),i(t,e),a(w.of(this,arguments))}function f(){var t=d3.touches(this),e=Date.now();if(g=x,d={},t.forEach(function(t){d[t.identifier]=n(t)}),R(),1===t.length){if(500>e-M){var u=t[0],o=n(t[0]);r(2*x),i(u,o),a(w.of(this,arguments))}M=e}}function h(){var t=d3.touches(this),n=t[0],e=d[n.identifier];if(u=t[1]){var u,o=d[u.identifier];n=[(n[0]+u[0])/2,(n[1]+u[1])/2],e=[(e[0]+o[0])/2,(e[1]+o[1])/2],r(d3.event.scale*g)}i(n,e),M=null,a(w.of(this,arguments))}var d,g,p,m,v,y,M,b=[0,0],x=1,_=Ga,w=j(t,"zoom");return t.translate=function(n){return arguments.length?(b=n.map(Number),u(),t):b},t.scale=function(n){return arguments.length?(x=+n,u(),t):x},t.scaleExtent=function(n){return arguments.length?(_=null==n?Ga:n.map(Number),t):_},t.x=function(n){return arguments.length?(m=n,p=n.copy(),b=[0,0],x=1,t):m},t.y=function(n){return arguments.length?(y=n,v=n.copy(),b=[0,0],x=1,t):y},d3.rebind(t,w,"on")};var Ja,Ga=[0,1/0];d3.layout={},d3.layout.bundle=function(){return function(t){for(var n=[],e=-1,r=t.length;r>++e;)n.push(Xe(t[e]));return n}},d3.layout.chord=function(){function t(){var t,l,f,h,d,g={},p=[],m=d3.range(u),v=[];for(e=[],r=[],t=0,h=-1;u>++h;){for(l=0,d=-1;u>++d;)l+=i[h][d];p.push(l),v.push(d3.range(u)),t+=l}for(a&&m.sort(function(t,n){return a(p[t],p[n])}),o&&v.forEach(function(t,n){t.sort(function(t,e){return o(i[n][t],i[n][e])
})}),t=(2*Ru-s*u)/t,l=0,h=-1;u>++h;){for(f=l,d=-1;u>++d;){var y=m[h],M=v[y][d],b=i[y][M],x=l,_=l+=b*t;g[y+"-"+M]={index:y,subindex:M,startAngle:x,endAngle:_,value:b}}r[y]={index:y,startAngle:f,endAngle:l,value:(l-f)/t},l+=s}for(h=-1;u>++h;)for(d=h-1;u>++d;){var w=g[h+"-"+d],S=g[d+"-"+h];(w.value||S.value)&&e.push(w.value<S.value?{source:S,target:w}:{source:w,target:S})}c&&n()}function n(){e.sort(function(t,n){return c((t.source.value+t.target.value)/2,(n.source.value+n.target.value)/2)})}var e,r,i,u,a,o,c,l={},s=0;return l.matrix=function(t){return arguments.length?(u=(i=t)&&i.length,e=r=null,l):i},l.padding=function(t){return arguments.length?(s=t,e=r=null,l):s},l.sortGroups=function(t){return arguments.length?(a=t,e=r=null,l):a},l.sortSubgroups=function(t){return arguments.length?(o=t,e=null,l):o},l.sortChords=function(t){return arguments.length?(c=t,e&&n(),l):c},l.chords=function(){return e||t(),e},l.groups=function(){return r||t(),r},l},d3.layout.force=function(){function t(t){return function(n,e,r,i){if(n.point!==t){var u=n.cx-t.x,a=n.cy-t.y,o=1/Math.sqrt(u*u+a*a);if(v>(i-e)*o){var c=n.charge*o*o;return t.px-=u*c,t.py-=a*c,!0}if(n.point&&isFinite(o)){var c=n.pointCharge*o*o;t.px-=u*c,t.py-=a*c}}return!n.charge}}function n(t){t.px=d3.event.x,t.py=d3.event.y,l.resume()}var e,r,i,u,o,l={},s=d3.dispatch("start","tick","end"),f=[1,1],h=.9,d=Qe,g=tr,p=-30,m=.1,v=.8,y=[],M=[];return l.tick=function(){if(.005>(r*=.99))return s.end({type:"end",alpha:r=0}),!0;var n,e,a,c,l,d,g,v,b,x=y.length,_=M.length;for(e=0;_>e;++e)a=M[e],c=a.source,l=a.target,v=l.x-c.x,b=l.y-c.y,(d=v*v+b*b)&&(d=r*u[e]*((d=Math.sqrt(d))-i[e])/d,v*=d,b*=d,l.x-=v*(g=c.weight/(l.weight+c.weight)),l.y-=b*g,c.x+=v*(g=1-g),c.y+=b*g);if((g=r*m)&&(v=f[0]/2,b=f[1]/2,e=-1,g))for(;x>++e;)a=y[e],a.x+=(v-a.x)*g,a.y+=(b-a.y)*g;if(p)for(We(n=d3.geom.quadtree(y),r,o),e=-1;x>++e;)(a=y[e]).fixed||n.visit(t(a));for(e=-1;x>++e;)a=y[e],a.fixed?(a.x=a.px,a.y=a.py):(a.x-=(a.px-(a.px=a.x))*h,a.y-=(a.py-(a.py=a.y))*h);s.tick({type:"tick",alpha:r})},l.nodes=function(t){return arguments.length?(y=t,l):y},l.links=function(t){return arguments.length?(M=t,l):M},l.size=function(t){return arguments.length?(f=t,l):f},l.linkDistance=function(t){return arguments.length?(d=c(t),l):d},l.distance=l.linkDistance,l.linkStrength=function(t){return arguments.length?(g=c(t),l):g},l.friction=function(t){return arguments.length?(h=t,l):h},l.charge=function(t){return arguments.length?(p="function"==typeof t?t:+t,l):p},l.gravity=function(t){return arguments.length?(m=t,l):m},l.theta=function(t){return arguments.length?(v=t,l):v},l.alpha=function(t){return arguments.length?(r?r=t>0?t:0:t>0&&(s.start({type:"start",alpha:r=t}),d3.timer(l.tick)),l):r},l.start=function(){function t(t,r){for(var i,u=n(e),a=-1,o=u.length;o>++a;)if(!isNaN(i=u[a][t]))return i;return Math.random()*r}function n(){if(!a){for(a=[],r=0;s>r;++r)a[r]=[];for(r=0;h>r;++r){var t=M[r];a[t.source.index].push(t.target),a[t.target.index].push(t.source)}}return a[e]}var e,r,a,c,s=y.length,h=M.length,m=f[0],v=f[1];for(e=0;s>e;++e)(c=y[e]).index=e,c.weight=0;for(i=[],u=[],e=0;h>e;++e)c=M[e],"number"==typeof c.source&&(c.source=y[c.source]),"number"==typeof c.target&&(c.target=y[c.target]),i[e]=d.call(this,c,e),u[e]=g.call(this,c,e),++c.source.weight,++c.target.weight;for(e=0;s>e;++e)c=y[e],isNaN(c.x)&&(c.x=t("x",m)),isNaN(c.y)&&(c.y=t("y",v)),isNaN(c.px)&&(c.px=c.x),isNaN(c.py)&&(c.py=c.y);if(o=[],"function"==typeof p)for(e=0;s>e;++e)o[e]=+p.call(this,y[e],e);else for(e=0;s>e;++e)o[e]=p;return l.resume()},l.resume=function(){return l.alpha(.1)},l.stop=function(){return l.alpha(0)},l.drag=function(){e||(e=d3.behavior.drag().origin(a).on("dragstart",$e).on("drag",n).on("dragend",Je)),this.on("mouseover.force",Ge).on("mouseout.force",Ke).call(e)},d3.rebind(l,s,"on")},d3.layout.partition=function(){function t(n,e,r,i){var u=n.children;if(n.x=e,n.y=n.depth*i,n.dx=r,n.dy=i,u&&(a=u.length)){var a,o,c,l=-1;for(r=n.value?r/n.value:0;a>++l;)t(o=u[l],e,c=o.value*r,i),e+=c}}function n(t){var e=t.children,r=0;if(e&&(i=e.length))for(var i,u=-1;i>++u;)r=Math.max(r,n(e[u]));return 1+r}function e(e,u){var a=r.call(this,e,u);return t(a[0],0,i[0],i[1]/n(a[0])),a}var r=d3.layout.hierarchy(),i=[1,1];return e.size=function(t){return arguments.length?(i=t,e):i},hr(e,r)},d3.layout.pie=function(){function t(u){var a=u.map(function(e,r){return+n.call(t,e,r)}),o=+("function"==typeof r?r.apply(this,arguments):r),c=(("function"==typeof i?i.apply(this,arguments):i)-r)/d3.sum(a),l=d3.range(u.length);null!=e&&l.sort(e===Ka?function(t,n){return a[n]-a[t]}:function(t,n){return e(u[t],u[n])});var s=[];return l.forEach(function(t){var n;s[t]={data:u[t],value:n=a[t],startAngle:o,endAngle:o+=n*c}}),s}var n=Number,e=Ka,r=0,i=2*Ru;return t.value=function(e){return arguments.length?(n=e,t):n},t.sort=function(n){return arguments.length?(e=n,t):e},t.startAngle=function(n){return arguments.length?(r=n,t):r},t.endAngle=function(n){return arguments.length?(i=n,t):i},t};var Ka={};d3.layout.stack=function(){function t(a,c){var l=a.map(function(e,r){return n.call(t,e,r)}),s=l.map(function(n){return n.map(function(n,e){return[u.call(t,n,e),o.call(t,n,e)]})}),f=e.call(t,s,c);l=d3.permute(l,f),s=d3.permute(s,f);var h,d,g,p=r.call(t,s,c),m=l.length,v=l[0].length;for(d=0;v>d;++d)for(i.call(t,l[0][d],g=p[d],s[0][d][1]),h=1;m>h;++h)i.call(t,l[h][d],g+=s[h-1][d][1],s[h][d][1]);return a}var n=a,e=ir,r=ur,i=rr,u=nr,o=er;return t.values=function(e){return arguments.length?(n=e,t):n},t.order=function(n){return arguments.length?(e="function"==typeof n?n:Wa.get(n)||ir,t):e},t.offset=function(n){return arguments.length?(r="function"==typeof n?n:Qa.get(n)||ur,t):r},t.x=function(n){return arguments.length?(u=n,t):u},t.y=function(n){return arguments.length?(o=n,t):o},t.out=function(n){return arguments.length?(i=n,t):i},t};var Wa=d3.map({"inside-out":function(t){var n,e,r=t.length,i=t.map(ar),u=t.map(or),a=d3.range(r).sort(function(t,n){return i[t]-i[n]}),o=0,c=0,l=[],s=[];for(n=0;r>n;++n)e=a[n],c>o?(o+=u[e],l.push(e)):(c+=u[e],s.push(e));return s.reverse().concat(l)},reverse:function(t){return d3.range(t.length).reverse()},"default":ir}),Qa=d3.map({silhouette:function(t){var n,e,r,i=t.length,u=t[0].length,a=[],o=0,c=[];for(e=0;u>e;++e){for(n=0,r=0;i>n;n++)r+=t[n][e][1];r>o&&(o=r),a.push(r)}for(e=0;u>e;++e)c[e]=(o-a[e])/2;return c},wiggle:function(t){var n,e,r,i,u,a,o,c,l,s=t.length,f=t[0],h=f.length,d=[];for(d[0]=c=l=0,e=1;h>e;++e){for(n=0,i=0;s>n;++n)i+=t[n][e][1];for(n=0,u=0,o=f[e][0]-f[e-1][0];s>n;++n){for(r=0,a=(t[n][e][1]-t[n][e-1][1])/(2*o);n>r;++r)a+=(t[r][e][1]-t[r][e-1][1])/o;u+=a*t[n][e][1]}d[e]=c-=i?u/i*o:0,l>c&&(l=c)}for(e=0;h>e;++e)d[e]-=l;return d},expand:function(t){var n,e,r,i=t.length,u=t[0].length,a=1/i,o=[];for(e=0;u>e;++e){for(n=0,r=0;i>n;n++)r+=t[n][e][1];if(r)for(n=0;i>n;n++)t[n][e][1]/=r;else for(n=0;i>n;n++)t[n][e][1]=a}for(e=0;u>e;++e)o[e]=0;return o},zero:ur});d3.layout.histogram=function(){function t(t,u){for(var a,o,c=[],l=t.map(e,this),s=r.call(this,l,u),f=i.call(this,s,l,u),u=-1,h=l.length,d=f.length-1,g=n?1:1/h;d>++u;)a=c[u]=[],a.dx=f[u+1]-(a.x=f[u]),a.y=0;if(d>0)for(u=-1;h>++u;)o=l[u],o>=s[0]&&s[1]>=o&&(a=c[d3.bisect(f,o,1,d)-1],a.y+=g,a.push(t[u]));return c}var n=!0,e=Number,r=fr,i=lr;return t.value=function(n){return arguments.length?(e=n,t):e},t.range=function(n){return arguments.length?(r=c(n),t):r},t.bins=function(n){return arguments.length?(i="number"==typeof n?function(t){return sr(t,n)}:c(n),t):i},t.frequency=function(e){return arguments.length?(n=!!e,t):n},t},d3.layout.hierarchy=function(){function t(n,a,o){var c=i.call(e,n,a);if(n.depth=a,o.push(n),c&&(l=c.length)){for(var l,s,f=-1,h=n.children=[],d=0,g=a+1;l>++f;)s=t(c[f],g,o),s.parent=n,h.push(s),d+=s.value;r&&h.sort(r),u&&(n.value=d)}else u&&(n.value=+u.call(e,n,a)||0);return n}function n(t,r){var i=t.children,a=0;if(i&&(o=i.length))for(var o,c=-1,l=r+1;o>++c;)a+=n(i[c],l);else u&&(a=+u.call(e,t,r)||0);return u&&(t.value=a),a}function e(n){var e=[];return t(n,0,e),e}var r=pr,i=dr,u=gr;return e.sort=function(t){return arguments.length?(r=t,e):r},e.children=function(t){return arguments.length?(i=t,e):i},e.value=function(t){return arguments.length?(u=t,e):u},e.revalue=function(t){return n(t,0),t},e},d3.layout.pack=function(){function t(t,i){var u=n.call(this,t,i),a=u[0];a.x=0,a.y=0,Rr(a,function(t){t.r=Math.sqrt(t.value)}),Rr(a,xr);var o=r[0],c=r[1],l=Math.max(2*a.r/o,2*a.r/c);if(e>0){var s=e*l/2;Rr(a,function(t){t.r+=s}),Rr(a,xr),Rr(a,function(t){t.r-=s}),l=Math.max(2*a.r/o,2*a.r/c)}return Sr(a,o/2,c/2,1/l),u}var n=d3.layout.hierarchy().sort(vr),e=0,r=[1,1];return t.size=function(n){return arguments.length?(r=n,t):r},t.padding=function(n){return arguments.length?(e=+n,t):e},hr(t,n)},d3.layout.cluster=function(){function t(t,i){var u,a=n.call(this,t,i),o=a[0],c=0;Rr(o,function(t){var n=t.children;n&&n.length?(t.x=Ar(n),t.y=Er(n)):(t.x=u?c+=e(t,u):0,t.y=0,u=t)});var l=Nr(o),s=Tr(o),f=l.x-e(l,s)/2,h=s.x+e(s,l)/2;return Rr(o,function(t){t.x=(t.x-f)/(h-f)*r[0],t.y=(1-(o.y?t.y/o.y:1))*r[1]}),a}var n=d3.layout.hierarchy().sort(null).value(null),e=qr,r=[1,1];return t.separation=function(n){return arguments.length?(e=n,t):e},t.size=function(n){return arguments.length?(r=n,t):r},hr(t,n)},d3.layout.tree=function(){function t(t,i){function u(t,n){var r=t.children,i=t._tree;if(r&&(a=r.length)){for(var a,c,l,s=r[0],f=s,h=-1;a>++h;)l=r[h],u(l,c),f=o(l,c,f),c=l;Pr(t);var d=.5*(s._tree.prelim+l._tree.prelim);n?(i.prelim=n._tree.prelim+e(t,n),i.mod=i.prelim-d):i.prelim=d}else n&&(i.prelim=n._tree.prelim+e(t,n))}function a(t,n){t.x=t._tree.prelim+n;var e=t.children;if(e&&(r=e.length)){var r,i=-1;for(n+=t._tree.mod;r>++i;)a(e[i],n)}}function o(t,n,r){if(n){for(var i,u=t,a=t,o=n,c=t.parent.children[0],l=u._tree.mod,s=a._tree.mod,f=o._tree.mod,h=c._tree.mod;o=zr(o),u=Cr(u),o&&u;)c=Cr(c),a=zr(a),a._tree.ancestor=t,i=o._tree.prelim+f-u._tree.prelim-l+e(o,u),i>0&&(jr(Or(o,t,r),t,i),l+=i,s+=i),f+=o._tree.mod,l+=u._tree.mod,h+=c._tree.mod,s+=a._tree.mod;o&&!zr(a)&&(a._tree.thread=o,a._tree.mod+=f-s),u&&!Cr(c)&&(c._tree.thread=u,c._tree.mod+=l-h,r=t)}return r}var c=n.call(this,t,i),l=c[0];Rr(l,function(t,n){t._tree={ancestor:t,prelim:0,mod:0,change:0,shift:0,number:n?n._tree.number+1:0}}),u(l),a(l,-l._tree.prelim);var s=Dr(l,Fr),f=Dr(l,Lr),h=Dr(l,Hr),d=s.x-e(s,f)/2,g=f.x+e(f,s)/2,p=h.depth||1;return Rr(l,function(t){t.x=(t.x-d)/(g-d)*r[0],t.y=t.depth/p*r[1],delete t._tree}),c}var n=d3.layout.hierarchy().sort(null).value(null),e=qr,r=[1,1];return t.separation=function(n){return arguments.length?(e=n,t):e},t.size=function(n){return arguments.length?(r=n,t):r},hr(t,n)},d3.layout.treemap=function(){function t(t,n){for(var e,r,i=-1,u=t.length;u>++i;)r=(e=t[i]).value*(0>n?0:n),e.area=isNaN(r)||0>=r?0:r}function n(e){var u=e.children;if(u&&u.length){var a,o,c,l=f(e),s=[],h=u.slice(),g=1/0,p="slice"===d?l.dx:"dice"===d?l.dy:"slice-dice"===d?1&e.depth?l.dy:l.dx:Math.min(l.dx,l.dy);for(t(h,l.dx*l.dy/e.value),s.area=0;(c=h.length)>0;)s.push(a=h[c-1]),s.area+=a.area,"squarify"!==d||g>=(o=r(s,p))?(h.pop(),g=o):(s.area-=s.pop().area,i(s,p,l,!1),p=Math.min(l.dx,l.dy),s.length=s.area=0,g=1/0);s.length&&(i(s,p,l,!0),s.length=s.area=0),u.forEach(n)}}function e(n){var r=n.children;if(r&&r.length){var u,a=f(n),o=r.slice(),c=[];for(t(o,a.dx*a.dy/n.value),c.area=0;u=o.pop();)c.push(u),c.area+=u.area,null!=u.z&&(i(c,u.z?a.dx:a.dy,a,!o.length),c.length=c.area=0);r.forEach(e)}}function r(t,n){for(var e,r=t.area,i=0,u=1/0,a=-1,o=t.length;o>++a;)(e=t[a].area)&&(u>e&&(u=e),e>i&&(i=e));return r*=r,n*=n,r?Math.max(n*i*g/r,r/(n*u*g)):1/0}function i(t,n,e,r){var i,u=-1,a=t.length,o=e.x,l=e.y,s=n?c(t.area/n):0;if(n==e.dx){for((r||s>e.dy)&&(s=e.dy);a>++u;)i=t[u],i.x=o,i.y=l,i.dy=s,o+=i.dx=Math.min(e.x+e.dx-o,s?c(i.area/s):0);i.z=!0,i.dx+=e.x+e.dx-o,e.y+=s,e.dy-=s}else{for((r||s>e.dx)&&(s=e.dx);a>++u;)i=t[u],i.x=o,i.y=l,i.dx=s,l+=i.dy=Math.min(e.y+e.dy-l,s?c(i.area/s):0);i.z=!1,i.dy+=e.y+e.dy-l,e.x+=s,e.dx-=s}}function u(r){var i=a||o(r),u=i[0];return u.x=0,u.y=0,u.dx=l[0],u.dy=l[1],a&&o.revalue(u),t([u],u.dx*u.dy/u.value),(a?e:n)(u),h&&(a=i),i}var a,o=d3.layout.hierarchy(),c=Math.round,l=[1,1],s=null,f=Yr,h=!1,d="squarify",g=.5*(1+Math.sqrt(5));return u.size=function(t){return arguments.length?(l=t,u):l},u.padding=function(t){function n(n){var e=t.call(u,n,n.depth);return null==e?Yr(n):Ur(n,"number"==typeof e?[e,e,e,e]:e)}function e(n){return Ur(n,t)}if(!arguments.length)return s;var r;return f=null==(s=t)?Yr:"function"==(r=typeof t)?n:"number"===r?(t=[t,t,t,t],e):e,u},u.round=function(t){return arguments.length?(c=t?Math.round:Number,u):c!=Number},u.sticky=function(t){return arguments.length?(h=t,a=null,u):h},u.ratio=function(t){return arguments.length?(g=t,u):g},u.mode=function(t){return arguments.length?(d=t+"",u):d},hr(u,o)},d3.csv=Ir(",","text/csv"),d3.tsv=Ir(" ","text/tab-separated-values"),d3.geo={},d3.geo.stream=function(t,n){to.hasOwnProperty(t.type)?to[t.type](t,n):Vr(t,n)};var to={Feature:function(t,n){Vr(t.geometry,n)},FeatureCollection:function(t,n){for(var e=t.features,r=-1,i=e.length;i>++r;)Vr(e[r].geometry,n)}},no={Sphere:function(t,n){n.sphere()},Point:function(t,n){var e=t.coordinates;n.point(e[0],e[1])},MultiPoint:function(t,n){for(var e,r=t.coordinates,i=-1,u=r.length;u>++i;)e=r[i],n.point(e[0],e[1])},LineString:function(t,n){Xr(t.coordinates,n,0)},MultiLineString:function(t,n){for(var e=t.coordinates,r=-1,i=e.length;i>++r;)Xr(e[r],n,0)},Polygon:function(t,n){Zr(t.coordinates,n)},MultiPolygon:function(t,n){for(var e=t.coordinates,r=-1,i=e.length;i>++r;)Zr(e[r],n)},GeometryCollection:function(t,n){for(var e=t.geometries,r=-1,i=e.length;i>++r;)Vr(e[r],n)}};d3.geo.albersUsa=function(){function t(t){return n(t)(t)}function n(t){var n=t[0],a=t[1];return a>50?r:-140>n?i:21>a?u:e}var e=d3.geo.albers(),r=d3.geo.albers().rotate([160,0]).center([0,60]).parallels([55,65]),i=d3.geo.albers().rotate([160,0]).center([0,20]).parallels([8,18]),u=d3.geo.albers().rotate([60,0]).center([0,10]).parallels([8,18]);return t.scale=function(n){return arguments.length?(e.scale(n),r.scale(.6*n),i.scale(n),u.scale(1.5*n),t.translate(e.translate())):e.scale()},t.translate=function(n){if(!arguments.length)return e.translate();var a=e.scale(),o=n[0],c=n[1];return e.translate(n),r.translate([o-.4*a,c+.17*a]),i.translate([o-.19*a,c+.2*a]),u.translate([o+.58*a,c+.43*a]),t},t.scale(e.scale())},(d3.geo.albers=function(){var t=29.5*ju,n=45.5*ju,e=Pi(ei),r=e(t,n);return r.parallels=function(r){return arguments.length?e(t=r[0]*ju,n=r[1]*ju):[t*Ou,n*Ou]},r.rotate([98,0]).center([0,38]).scale(1e3)}).raw=ei;var eo=Vi(function(t){return Math.sqrt(2/(1+t))},function(t){return 2*Math.asin(t/2)});(d3.geo.azimuthalEqualArea=function(){return Ri(eo)}).raw=eo;var ro=Vi(function(t){var n=Math.acos(t);return n&&n/Math.sin(n)},a);(d3.geo.azimuthalEquidistant=function(){return Ri(ro)}).raw=ro,d3.geo.bounds=ri(a),d3.geo.centroid=function(t){io=uo=ao=oo=co=0,d3.geo.stream(t,lo);var n;return uo&&Math.abs(n=Math.sqrt(ao*ao+oo*oo+co*co))>Pu?[Math.atan2(oo,ao)*Ou,Math.asin(Math.max(-1,Math.min(1,co/n)))*Ou]:void 0};var io,uo,ao,oo,co,lo={sphere:function(){2>io&&(io=2,uo=ao=oo=co=0)},point:ii,lineStart:ai,lineEnd:oi,polygonStart:function(){2>io&&(io=2,uo=ao=oo=co=0),lo.lineStart=ui},polygonEnd:function(){lo.lineStart=ai}};d3.geo.circle=function(){function t(){var t="function"==typeof r?r.apply(this,arguments):r,n=Oi(-t[0]*ju,-t[1]*ju,0).invert,i=[];return e(null,null,1,{point:function(t,e){i.push(t=n(t,e)),t[0]*=Ou,t[1]*=Ou}}),{type:"Polygon",coordinates:[i]}}var n,e,r=[0,0],i=6;return t.origin=function(n){return arguments.length?(r=n,t):r},t.angle=function(r){return arguments.length?(e=ci((n=+r)*ju,i*ju),t):n},t.precision=function(r){return arguments.length?(e=ci(n*ju,(i=+r)*ju),t):i},t.angle(90)};var so=si(o,vi,Mi);(d3.geo.equirectangular=function(){return Ri(_i).scale(250/Ru)}).raw=_i.invert=_i;var fo=Vi(function(t){return 1/t},Math.atan);(d3.geo.gnomonic=function(){return Ri(fo)}).raw=fo,d3.geo.graticule=function(){function t(){return{type:"MultiLineString",coordinates:n()}}function n(){return d3.range(Math.ceil(r/c)*c,e,c).map(a).concat(d3.range(Math.ceil(u/l)*l,i,l).map(o))}var e,r,i,u,a,o,c=22.5,l=c,s=2.5;return t.lines=function(){return n().map(function(t){return{type:"LineString",coordinates:t}})},t.outline=function(){return{type:"Polygon",coordinates:[a(r).concat(o(i).slice(1),a(e).reverse().slice(1),o(u).reverse().slice(1))]}},t.extent=function(n){return arguments.length?(r=+n[0][0],e=+n[1][0],u=+n[0][1],i=+n[1][1],r>e&&(n=r,r=e,e=n),u>i&&(n=u,u=i,i=n),t.precision(s)):[[r,u],[e,i]]},t.step=function(n){return arguments.length?(c=+n[0],l=+n[1],t):[c,l]},t.precision=function(n){return arguments.length?(s=+n,a=wi(u,i,s),o=Si(r,e,s),t):s},t.extent([[-180+Pu,-90+Pu],[180-Pu,90-Pu]])},d3.geo.interpolate=function(t,n){return ki(t[0]*ju,t[1]*ju,n[0]*ju,n[1]*ju)},d3.geo.greatArc=function(){function e(){for(var t=r||a.apply(this,arguments),n=i||o.apply(this,arguments),e=u||d3.geo.interpolate(t,n),i=0,l=c/e.distance,s=[t];1>(i+=l);)s.push(e(i));return s.push(n),{type:"LineString",coordinates:s}}var r,i,u,a=n,o=t,c=6*ju;return e.distance=function(){return(u||d3.geo.interpolate(r||a.apply(this,arguments),i||o.apply(this,arguments))).distance},e.source=function(t){return arguments.length?(a=t,r="function"==typeof t?null:t,u=r&&i?d3.geo.interpolate(r,i):null,e):a},e.target=function(t){return arguments.length?(o=t,i="function"==typeof t?null:t,u=r&&i?d3.geo.interpolate(r,i):null,e):o},e.precision=function(t){return arguments.length?(c=t*ju,e):c/ju},e},Ei.invert=function(t,n){return[2*Ru*t,2*Math.atan(Math.exp(2*Ru*n))-Ru/2]},(d3.geo.mercator=function(){return Ri(Ei).scale(500)}).raw=Ei;var ho=Vi(function(){return 1},Math.asin);(d3.geo.orthographic=function(){return Ri(ho)}).raw=ho,d3.geo.path=function(){function t(t){return t&&d3.geo.stream(t,r(i.pointRadius("function"==typeof u?+u.apply(this,arguments):u))),i.result()}var n,e,r,i,u=4.5;return t.area=function(t){return go=0,d3.geo.stream(t,r(mo)),go},t.centroid=function(t){return io=ao=oo=co=0,d3.geo.stream(t,r(vo)),co?[ao/co,oo/co]:void 0},t.bounds=function(t){return ri(r)(t)},t.projection=function(e){return arguments.length?(r=(n=e)?e.stream||Ni(e):a,t):n},t.context=function(n){return arguments.length?(i=null==(e=n)?new Ti:new qi(n),t):e},t.pointRadius=function(n){return arguments.length?(u="function"==typeof n?n:+n,t):u},t.projection(d3.geo.albersUsa()).context(null)};var go,po,mo={point:Pn,lineStart:Pn,lineEnd:Pn,polygonStart:function(){po=0,mo.lineStart=Ci},polygonEnd:function(){mo.lineStart=mo.lineEnd=mo.point=Pn,go+=Math.abs(po/2)}},vo={point:zi,lineStart:Di,lineEnd:Li,polygonStart:function(){vo.lineStart=Fi},polygonEnd:function(){vo.point=zi,vo.lineStart=Di,vo.lineEnd=Li}};d3.geo.area=function(t){return yo=0,d3.geo.stream(t,bo),yo};var yo,Mo,bo={sphere:function(){yo+=4*Ru},point:Pn,lineStart:Pn,lineEnd:Pn,polygonStart:function(){Mo=0,bo.lineStart=Hi},polygonEnd:function(){yo+=0>Mo?4*Ru+Mo:Mo,bo.lineStart=bo.lineEnd=bo.point=Pn}};d3.geo.projection=Ri,d3.geo.projectionMutator=Pi;var xo=Vi(function(t){return 1/(1+t)},function(t){return 2*Math.atan(t)});(d3.geo.stereographic=function(){return Ri(xo)}).raw=xo,d3.geom={},d3.geom.hull=function(t){if(3>t.length)return[];var n,e,r,i,u,a,o,c,l,s,f=t.length,h=f-1,d=[],g=[],p=0;for(n=1;f>n;++n)t[n][1]<t[p][1]?p=n:t[n][1]==t[p][1]&&(p=t[n][0]<t[p][0]?n:p);for(n=0;f>n;++n)n!==p&&(i=t[n][1]-t[p][1],r=t[n][0]-t[p][0],d.push({angle:Math.atan2(i,r),index:n}));for(d.sort(function(t,n){return t.angle-n.angle}),l=d[0].angle,c=d[0].index,o=0,n=1;h>n;++n)e=d[n].index,l==d[n].angle?(r=t[c][0]-t[p][0],i=t[c][1]-t[p][1],u=t[e][0]-t[p][0],a=t[e][1]-t[p][1],r*r+i*i>=u*u+a*a?d[n].index=-1:(d[o].index=-1,l=d[n].angle,o=n,c=e)):(l=d[n].angle,o=n,c=e);for(g.push(p),n=0,e=0;2>n;++e)-1!==d[e].index&&(g.push(d[e].index),n++);for(s=g.length;h>e;++e)if(-1!==d[e].index){for(;!Xi(g[s-2],g[s-1],d[e].index,t);)--s;g[s++]=d[e].index}var m=[];for(n=0;s>n;++n)m.push(t[g[n]]);return m},d3.geom.polygon=function(t){return t.area=function(){for(var n=0,e=t.length,r=t[e-1][1]*t[0][0]-t[e-1][0]*t[0][1];e>++n;)r+=t[n-1][1]*t[n][0]-t[n-1][0]*t[n][1];return.5*r},t.centroid=function(n){var e,r,i=-1,u=t.length,a=0,o=0,c=t[u-1];for(arguments.length||(n=-1/(6*t.area()));u>++i;)e=c,c=t[i],r=e[0]*c[1]-c[0]*e[1],a+=(e[0]+c[0])*r,o+=(e[1]+c[1])*r;return[a*n,o*n]},t.clip=function(n){for(var e,r,i,u,a,o,c=-1,l=t.length,s=t[l-1];l>++c;){for(e=n.slice(),n.length=0,u=t[c],a=e[(i=e.length)-1],r=-1;i>++r;)o=e[r],Zi(o,s,u)?(Zi(a,s,u)||n.push(Bi(a,o,s,u)),n.push(o)):Zi(a,s,u)&&n.push(Bi(a,o,s,u)),a=o;s=u}return n},t},d3.geom.voronoi=function(t){var n=t.map(function(){return[]}),e=1e6;return $i(t,function(t){var r,i,u,a,o,c;1===t.a&&t.b>=0?(r=t.ep.r,i=t.ep.l):(r=t.ep.l,i=t.ep.r),1===t.a?(o=r?r.y:-e,u=t.c-t.b*o,c=i?i.y:e,a=t.c-t.b*c):(u=r?r.x:-e,o=t.c-t.a*u,a=i?i.x:e,c=t.c-t.a*a);var l=[u,o],s=[a,c];n[t.region.l.index].push(l,s),n[t.region.r.index].push(l,s)}),n=n.map(function(n,e){var r=t[e][0],i=t[e][1],u=n.map(function(t){return Math.atan2(t[0]-r,t[1]-i)});return d3.range(n.length).sort(function(t,n){return u[t]-u[n]}).filter(function(t,n,e){return!n||u[t]-u[e[n-1]]>Pu}).map(function(t){return n[t]})}),n.forEach(function(n,r){var i=n.length;if(!i)return n.push([-e,-e],[-e,e],[e,e],[e,-e]);if(!(i>2)){var u=t[r],a=n[0],o=n[1],c=u[0],l=u[1],s=a[0],f=a[1],h=o[0],d=o[1],g=Math.abs(h-s),p=d-f;if(Pu>Math.abs(p)){var m=f>l?-e:e;n.push([-e,m],[e,m])}else if(Pu>g){var v=s>c?-e:e;n.push([v,-e],[v,e])}else{var m=(s-c)*(d-f)>(h-s)*(f-l)?e:-e,y=Math.abs(p)-g;Pu>Math.abs(y)?n.push([0>p?m:-m,m]):(y>0&&(m*=-1),n.push([-e,m],[e,m]))}}}),n};var _o={l:"r",r:"l"};d3.geom.delaunay=function(t){var n=t.map(function(){return[]}),e=[];return $i(t,function(e){n[e.region.l.index].push(t[e.region.r.index])}),n.forEach(function(n,r){var i=t[r],u=i[0],a=i[1];n.forEach(function(t){t.angle=Math.atan2(t[0]-u,t[1]-a)}),n.sort(function(t,n){return t.angle-n.angle});for(var o=0,c=n.length-1;c>o;o++)e.push([i,n[o],n[o+1]])}),e},d3.geom.quadtree=function(t,n,e,r,i){function u(t,n,e,r,i,u){if(!isNaN(n.x)&&!isNaN(n.y))if(t.leaf){var o=t.point;o?.01>Math.abs(o.x-n.x)+Math.abs(o.y-n.y)?a(t,n,e,r,i,u):(t.point=null,a(t,o,e,r,i,u),a(t,n,e,r,i,u)):t.point=n}else a(t,n,e,r,i,u)}function a(t,n,e,r,i,a){var o=.5*(e+i),c=.5*(r+a),l=n.x>=o,s=n.y>=c,f=(s<<1)+l;t.leaf=!1,t=t.nodes[f]||(t.nodes[f]=Ji()),l?e=o:i=o,s?r=c:a=c,u(t,n,e,r,i,a)}var o,c=-1,l=t.length;if(5>arguments.length)if(3===arguments.length)i=e,r=n,e=n=0;else for(n=e=1/0,r=i=-1/0;l>++c;)o=t[c],n>o.x&&(n=o.x),e>o.y&&(e=o.y),o.x>r&&(r=o.x),o.y>i&&(i=o.y);var s=r-n,f=i-e;s>f?i=e+s:r=n+f;var h=Ji();return h.add=function(t){u(h,t,n,e,r,i)},h.visit=function(t){Gi(t,h,n,e,r,i)},t.forEach(h.add),h},d3.time={};var wo=Date,So=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];Ki.prototype={getDate:function(){return this._.getUTCDate()},getDay:function(){return this._.getUTCDay()},getFullYear:function(){return this._.getUTCFullYear()},getHours:function(){return this._.getUTCHours()},getMilliseconds:function(){return this._.getUTCMilliseconds()},getMinutes:function(){return this._.getUTCMinutes()},getMonth:function(){return this._.getUTCMonth()},getSeconds:function(){return this._.getUTCSeconds()},getTime:function(){return this._.getTime()},getTimezoneOffset:function(){return 0},valueOf:function(){return this._.valueOf()},setDate:function(){ko.setUTCDate.apply(this._,arguments)},setDay:function(){ko.setUTCDay.apply(this._,arguments)},setFullYear:function(){ko.setUTCFullYear.apply(this._,arguments)},setHours:function(){ko.setUTCHours.apply(this._,arguments)},setMilliseconds:function(){ko.setUTCMilliseconds.apply(this._,arguments)},setMinutes:function(){ko.setUTCMinutes.apply(this._,arguments)},setMonth:function(){ko.setUTCMonth.apply(this._,arguments)},setSeconds:function(){ko.setUTCSeconds.apply(this._,arguments)},setTime:function(){ko.setTime.apply(this._,arguments)}};var ko=Date.prototype,Eo="%a %b %e %X %Y",Ao="%m/%d/%Y",No="%H:%M:%S",To=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],qo=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],Co=["January","February","March","April","May","June","July","August","September","October","November","December"],zo=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];d3.time.format=function(t){function n(n){for(var r,i,u,a=[],o=-1,c=0;e>++o;)37===t.charCodeAt(o)&&(a.push(t.substring(c,o)),null!=(i=jo[r=t.charAt(++o)])&&(r=t.charAt(++o)),(u=Oo[r])&&(r=u(n,null==i?"e"===r?" ":"0":i)),a.push(r),c=o+1);return a.push(t.substring(c,o)),a.join("")}var e=t.length;return n.parse=function(n){var e={y:1900,m:0,d:1,H:0,M:0,S:0,L:0},r=Wi(e,t,n,0);if(r!=n.length)return null;"p"in e&&(e.H=e.H%12+12*e.p);var i=new wo;return i.setFullYear(e.y,e.m,e.d),i.setHours(e.H,e.M,e.S,e.L),i},n.toString=function(){return t},n};var Do=Qi(To),Lo=Qi(qo),Fo=Qi(Co),Ho=tu(Co),Ro=Qi(zo),Po=tu(zo),jo={"-":"",_:" ",0:"0"},Oo={a:function(t){return qo[t.getDay()]},A:function(t){return To[t.getDay()]},b:function(t){return zo[t.getMonth()]},B:function(t){return Co[t.getMonth()]},c:d3.time.format(Eo),d:function(t,n){return nu(t.getDate(),n,2)},e:function(t,n){return nu(t.getDate(),n,2)},H:function(t,n){return nu(t.getHours(),n,2)},I:function(t,n){return nu(t.getHours()%12||12,n,2)},j:function(t,n){return nu(1+d3.time.dayOfYear(t),n,3)},L:function(t,n){return nu(t.getMilliseconds(),n,3)},m:function(t,n){return nu(t.getMonth()+1,n,2)},M:function(t,n){return nu(t.getMinutes(),n,2)},p:function(t){return t.getHours()>=12?"PM":"AM"},S:function(t,n){return nu(t.getSeconds(),n,2)},U:function(t,n){return nu(d3.time.sundayOfYear(t),n,2)},w:function(t){return t.getDay()},W:function(t,n){return nu(d3.time.mondayOfYear(t),n,2)},x:d3.time.format(Ao),X:d3.time.format(No),y:function(t,n){return nu(t.getFullYear()%100,n,2)},Y:function(t,n){return nu(t.getFullYear()%1e4,n,4)},Z:Mu,"%":function(){return"%"}},Yo={a:eu,A:ru,b:iu,B:uu,c:au,d:du,e:du,H:gu,I:gu,L:vu,m:hu,M:pu,p:yu,S:mu,x:ou,X:cu,y:su,Y:lu},Uo=/^\s*\d+/,Io=d3.map({am:0,pm:1});d3.time.format.utc=function(t){function n(t){try{wo=Ki;var n=new wo;return n._=t,e(n)}finally{wo=Date}}var e=d3.time.format(t);return n.parse=function(t){try{wo=Ki;var n=e.parse(t);return n&&n._}finally{wo=Date}},n.toString=e.toString,n};var Vo=d3.time.format.utc("%Y-%m-%dT%H:%M:%S.%LZ");d3.time.format.iso=Date.prototype.toISOString?bu:Vo,bu.parse=function(t){var n=new Date(t);return isNaN(n)?null:n},bu.toString=Vo.toString,d3.time.second=xu(function(t){return new wo(1e3*Math.floor(t/1e3))},function(t,n){t.setTime(t.getTime()+1e3*Math.floor(n))},function(t){return t.getSeconds()}),d3.time.seconds=d3.time.second.range,d3.time.seconds.utc=d3.time.second.utc.range,d3.time.minute=xu(function(t){return new wo(6e4*Math.floor(t/6e4))},function(t,n){t.setTime(t.getTime()+6e4*Math.floor(n))},function(t){return t.getMinutes()}),d3.time.minutes=d3.time.minute.range,d3.time.minutes.utc=d3.time.minute.utc.range,d3.time.hour=xu(function(t){var n=t.getTimezoneOffset()/60;return new wo(36e5*(Math.floor(t/36e5-n)+n))},function(t,n){t.setTime(t.getTime()+36e5*Math.floor(n))},function(t){return t.getHours()}),d3.time.hours=d3.time.hour.range,d3.time.hours.utc=d3.time.hour.utc.range,d3.time.day=xu(function(t){var n=new wo(1970,0);return n.setFullYear(t.getFullYear(),t.getMonth(),t.getDate()),n},function(t,n){t.setDate(t.getDate()+n)},function(t){return t.getDate()-1}),d3.time.days=d3.time.day.range,d3.time.days.utc=d3.time.day.utc.range,d3.time.dayOfYear=function(t){var n=d3.time.year(t);return Math.floor((t-n-6e4*(t.getTimezo
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment