/*
 * jQuery UI 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI
 */
jQuery.ui||(function(c){var i=c.fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.2",plugin:{add:function(k,l,n){var m=c.ui[k].prototype;for(var j in n){m.plugins[j]=m.plugins[j]||[];m.plugins[j].push([l,n[j]])}},call:function(j,l,k){var n=j.plugins[l];if(!n||!j.element[0].parentNode){return}for(var m=0;m<n.length;m++){if(j.options[n[m][0]]){n[m][1].apply(j.element,k)}}}},contains:function(k,j){return document.compareDocumentPosition?k.compareDocumentPosition(j)&16:k!==j&&k.contains(j)},hasScroll:function(m,k){if(c(m).css("overflow")=="hidden"){return false}var j=(k&&k=="left")?"scrollLeft":"scrollTop",l=false;if(m[j]>0){return true}m[j]=1;l=(m[j]>0);m[j]=0;return l},isOverAxis:function(k,j,l){return(k>j)&&(k<(j+l))},isOver:function(o,k,n,m,j,l){return c.ui.isOverAxis(o,n,j)&&c.ui.isOverAxis(k,m,l)},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};if(d){var f=c.attr,e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l){var m=l!==undefined;return(j=="role"?(m?f.call(this,k,j,"wairole:"+l):(f.apply(this,arguments)||"").replace(b,"")):(a.test(j)?(m?k.setAttributeNS(h,j.replace(a,"aaa:"),l):f.call(this,k,j.replace(a,"aaa:"))):f.apply(this,arguments)))};c.fn.removeAttr=function(j){return(a.test(j)?this.each(function(){this.removeAttributeNS(h,j.replace(a,""))}):e.call(this,j))}}c.fn.extend({remove:function(){c("*",this).add(this).each(function(){c(this).triggerHandler("remove")});return i.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","").unbind("selectstart.ui")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect","none").bind("selectstart.ui",function(){return false})},scrollParent:function(){var j;if((c.browser.msie&&(/(static|relative)/).test(this.css("position")))||(/absolute/).test(this.css("position"))){j=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test(c.curCSS(this,"position",1))&&(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}else{j=this.parents().filter(function(){return(/(auto|scroll)/).test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0)}return(/fixed/).test(this.css("position"))||!j.length?c(document):j}});c.extend(c.expr[":"],{data:function(l,k,j){return !!c.data(l,j[3])},focusable:function(k){var l=k.nodeName.toLowerCase(),j=c.attr(k,"tabindex");return(/input|select|textarea|button|object/.test(l)?!k.disabled:"a"==l||"area"==l?k.href||!isNaN(j):!isNaN(j))&&!c(k)["area"==l?"parents":"closest"](":hidden").length},tabbable:function(k){var j=c.attr(k,"tabindex");return(isNaN(j)||j>=0)&&c(k).is(":focusable")}});function g(m,n,o,l){function k(q){var p=c[m][n][q]||[];return(typeof p=="string"?p.split(/,?\s+/):p)}var j=k("getter");if(l.length==1&&typeof l[0]=="string"){j=j.concat(k("getterSetter"))}return(c.inArray(o,j)!=-1)}c.widget=function(k,j){var l=k.split(".")[0];k=k.split(".")[1];c.fn[k]=function(p){var n=(typeof p=="string"),o=Array.prototype.slice.call(arguments,1);if(n&&p.substring(0,1)=="_"){return this}if(n&&g(l,k,p,o)){var m=c.data(this[0],k);return(m?m[p].apply(m,o):undefined)}return this.each(function(){var q=c.data(this,k);(!q&&!n&&c.data(this,k,new c[l][k](this,p))._init());(q&&n&&c.isFunction(q[p])&&q[p].apply(q,o))})};c[l]=c[l]||{};c[l][k]=function(o,n){var m=this;this.namespace=l;this.widgetName=k;this.widgetEventPrefix=c[l][k].eventPrefix||k;this.widgetBaseClass=l+"-"+k;this.options=c.extend({},c.widget.defaults,c[l][k].defaults,c.metadata&&c.metadata.get(o)[k],n);this.element=c(o).bind("setData."+k,function(q,p,r){if(q.target==o){return m._setData(p,r)}}).bind("getData."+k,function(q,p){if(q.target==o){return m._getData(p)}}).bind("remove",function(){return m.destroy()})};c[l][k].prototype=c.extend({},c.widget.prototype,j);c[l][k].getterSetter="option"};c.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").removeAttr("aria-disabled")},option:function(l,m){var k=l,j=this;if(typeof l=="string"){if(m===undefined){return this._getData(l)}k={};k[l]=m}c.each(k,function(n,o){j._setData(n,o)})},_getData:function(j){return this.options[j]},_setData:function(j,k){this.options[j]=k;if(j=="disabled"){this.element[k?"addClass":"removeClass"](this.widgetBaseClass+"-disabled "+this.namespace+"-state-disabled").attr("aria-disabled",k)}},enable:function(){this._setData("disabled",false)},disable:function(){this._setData("disabled",true)},_trigger:function(l,m,n){var p=this.options[l],j=(l==this.widgetEventPrefix?l:this.widgetEventPrefix+l);m=c.Event(m);m.type=j;if(m.originalEvent){for(var k=c.event.props.length,o;k;){o=c.event.props[--k];m[o]=m.originalEvent[o]}}this.element.trigger(m,n);return !(c.isFunction(p)&&p.call(this.element[0],m,n)===false||m.isDefaultPrevented())}};c.widget.defaults={disabled:false};c.ui.mouse={_mouseInit:function(){var j=this;this.element.bind("mousedown."+this.widgetName,function(k){return j._mouseDown(k)}).bind("click."+this.widgetName,function(k){if(j._preventClickEvent){j._preventClickEvent=false;k.stopImmediatePropagation();return false}});if(c.browser.msie){this._mouseUnselectable=this.element.attr("unselectable");this.element.attr("unselectable","on")}this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName);(c.browser.msie&&this.element.attr("unselectable",this._mouseUnselectable))},_mouseDown:function(l){l.originalEvent=l.originalEvent||{};if(l.originalEvent.mouseHandled){return}(this._mouseStarted&&this._mouseUp(l));this._mouseDownEvent=l;var k=this,m=(l.which==1),j=(typeof this.options.cancel=="string"?c(l.target).parents().add(l.target).filter(this.options.cancel).length:false);if(!m||j||!this._mouseCapture(l)){return true}this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){k.mouseDelayMet=true},this.options.delay)}if(this._mouseDistanceMet(l)&&this._mouseDelayMet(l)){this._mouseStarted=(this._mouseStart(l)!==false);if(!this._mouseStarted){l.preventDefault();return true}}this._mouseMoveDelegate=function(n){return k._mouseMove(n)};this._mouseUpDelegate=function(n){return k._mouseUp(n)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);(c.browser.safari||l.preventDefault());l.originalEvent.mouseHandled=true;return true},_mouseMove:function(j){if(c.browser.msie&&!j.button){return this._mouseUp(j)}if(this._mouseStarted){this._mouseDrag(j);return j.preventDefault()}if(this._mouseDistanceMet(j)&&this._mouseDelayMet(j)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,j)!==false);(this._mouseStarted?this._mouseDrag(j):this._mouseUp(j))}return !this._mouseStarted},_mouseUp:function(j){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(j.target==this._mouseDownEvent.target);this._mouseStop(j)}return false},_mouseDistanceMet:function(j){return(Math.max(Math.abs(this._mouseDownEvent.pageX-j.pageX),Math.abs(this._mouseDownEvent.pageY-j.pageY))>=this.options.distance)},_mouseDelayMet:function(j){return this.mouseDelayMet},_mouseStart:function(j){},_mouseDrag:function(j){},_mouseStop:function(j){},_mouseCapture:function(j){return true}};c.ui.mouse.defaults={cancel:null,distance:1,delay:0}})(jQuery);;/*
 * jQuery UI Draggable 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Draggables
 *
 * Depends:
 *	ui.core.js
 */
(function(a){a.widget("ui.draggable",a.extend({},a.ui.mouse,{_init:function(){if(this.options.helper=="original"&&!(/^(?:r|a|f)/).test(this.element.css("position"))){this.element[0].style.position="relative"}(this.options.addClasses&&this.element.addClass("ui-draggable"));(this.options.disabled&&this.element.addClass("ui-draggable-disabled"));this._mouseInit()},destroy:function(){if(!this.element.data("draggable")){return}this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy()},_mouseCapture:function(b){var c=this.options;if(this.helper||c.disabled||a(b.target).is(".ui-resizable-handle")){return false}this.handle=this._getHandle(b);if(!this.handle){return false}return true},_mouseStart:function(b){var c=this.options;this.helper=this._createHelper(b);this._cacheHelperProportions();if(a.ui.ddmanager){a.ui.ddmanager.current=this}this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.element.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};a.extend(this.offset,{click:{left:b.pageX-this.offset.left,top:b.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(b);this.originalPageX=b.pageX;this.originalPageY=b.pageY;if(c.cursorAt){this._adjustOffsetFromHelper(c.cursorAt)}if(c.containment){this._setContainment()}this._trigger("start",b);this._cacheHelperProportions();if(a.ui.ddmanager&&!c.dropBehaviour){a.ui.ddmanager.prepareOffsets(this,b)}this.helper.addClass("ui-draggable-dragging");this._mouseDrag(b,true);return true},_mouseDrag:function(b,d){this.position=this._generatePosition(b);this.positionAbs=this._convertPositionTo("absolute");if(!d){var c=this._uiHash();this._trigger("drag",b,c);this.position=c.position}if(!this.options.axis||this.options.axis!="y"){this.helper[0].style.left=this.position.left+"px"}if(!this.options.axis||this.options.axis!="x"){this.helper[0].style.top=this.position.top+"px"}if(a.ui.ddmanager){a.ui.ddmanager.drag(this,b)}return false},_mouseStop:function(c){var d=false;if(a.ui.ddmanager&&!this.options.dropBehaviour){d=a.ui.ddmanager.drop(this,c)}if(this.dropped){d=this.dropped;this.dropped=false}if((this.options.revert=="invalid"&&!d)||(this.options.revert=="valid"&&d)||this.options.revert===true||(a.isFunction(this.options.revert)&&this.options.revert.call(this.element,d))){var b=this;a(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){b._trigger("stop",c);b._clear()})}else{this._trigger("stop",c);this._clear()}return false},_getHandle:function(b){var c=!this.options.handle||!a(this.options.handle,this.element).length?true:false;a(this.options.handle,this.element).find("*").andSelf().each(function(){if(this==b.target){c=true}});return c},_createHelper:function(c){var d=this.options;var b=a.isFunction(d.helper)?a(d.helper.apply(this.element[0],[c])):(d.helper=="clone"?this.element.clone():this.element);if(!b.parents("body").length){b.appendTo((d.appendTo=="parent"?this.element[0].parentNode:d.appendTo))}if(b[0]!=this.element[0]&&!(/(fixed|absolute)/).test(b.css("position"))){b.css("position","absolute")}return b},_adjustOffsetFromHelper:function(b){if(b.left!=undefined){this.offset.click.left=b.left+this.margins.left}if(b.right!=undefined){this.offset.click.left=this.helperProportions.width-b.right+this.margins.left}if(b.top!=undefined){this.offset.click.top=b.top+this.margins.top}if(b.bottom!=undefined){this.offset.click.top=this.helperProportions.height-b.bottom+this.margins.top}},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var b=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0])){b.left+=this.scrollParent.scrollLeft();b.top+=this.scrollParent.scrollTop()}if((this.offsetParent[0]==document.body)||(this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&a.browser.msie)){b={top:0,left:0}}return{top:b.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:b.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var b=this.element.position();return{top:b.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:b.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else{return{top:0,left:0}}},_cacheMargins:function(){this.margins={left:(parseInt(this.element.css("marginLeft"),10)||0),top:(parseInt(this.element.css("marginTop"),10)||0)}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e=this.options;if(e.containment=="parent"){e.containment=this.helper[0].parentNode}if(e.containment=="document"||e.containment=="window"){this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,a(e.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(a(e.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]}if(!(/^(document|window|parent)$/).test(e.containment)&&e.containment.constructor!=Array){var c=a(e.containment)[0];if(!c){return}var d=a(e.containment).offset();var b=(a(c).css("overflow")!="hidden");this.containment=[d.left+(parseInt(a(c).css("borderLeftWidth"),10)||0)+(parseInt(a(c).css("paddingLeft"),10)||0)-this.margins.left,d.top+(parseInt(a(c).css("borderTopWidth"),10)||0)+(parseInt(a(c).css("paddingTop"),10)||0)-this.margins.top,d.left+(b?Math.max(c.scrollWidth,c.offsetWidth):c.offsetWidth)-(parseInt(a(c).css("borderLeftWidth"),10)||0)-(parseInt(a(c).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,d.top+(b?Math.max(c.scrollHeight,c.offsetHeight):c.offsetHeight)-(parseInt(a(c).css("borderTopWidth"),10)||0)-(parseInt(a(c).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}else{if(e.containment.constructor==Array){this.containment=e.containment}}},_convertPositionTo:function(f,h){if(!h){h=this.position}var c=f=="absolute"?1:-1;var e=this.options,b=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,g=(/(html|body)/i).test(b[0].tagName);return{top:(h.top+this.offset.relative.top*c+this.offset.parent.top*c-(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(g?0:b.scrollTop()))*c)),left:(h.left+this.offset.relative.left*c+this.offset.parent.left*c-(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():g?0:b.scrollLeft())*c))}},_generatePosition:function(e){var h=this.options,b=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,i=(/(html|body)/i).test(b[0].tagName);if(this.cssPosition=="relative"&&!(this.scrollParent[0]!=document&&this.scrollParent[0]!=this.offsetParent[0])){this.offset.relative=this._getRelativeOffset()}var d=e.pageX;var c=e.pageY;if(this.originalPosition){if(this.containment){if(e.pageX-this.offset.click.left<this.containment[0]){d=this.containment[0]+this.offset.click.left}if(e.pageY-this.offset.click.top<this.containment[1]){c=this.containment[1]+this.offset.click.top}if(e.pageX-this.offset.click.left>this.containment[2]){d=this.containment[2]+this.offset.click.left}if(e.pageY-this.offset.click.top>this.containment[3]){c=this.containment[3]+this.offset.click.top}}if(h.grid){var g=this.originalPageY+Math.round((c-this.originalPageY)/h.grid[1])*h.grid[1];c=this.containment?(!(g-this.offset.click.top<this.containment[1]||g-this.offset.click.top>this.containment[3])?g:(!(g-this.offset.click.top<this.containment[1])?g-h.grid[1]:g+h.grid[1])):g;var f=this.originalPageX+Math.round((d-this.originalPageX)/h.grid[0])*h.grid[0];d=this.containment?(!(f-this.offset.click.left<this.containment[0]||f-this.offset.click.left>this.containment[2])?f:(!(f-this.offset.click.left<this.containment[0])?f-h.grid[0]:f+h.grid[0])):f}}return{top:(c-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(i?0:b.scrollTop())))),left:(d-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():i?0:b.scrollLeft())))}},_clear:function(){this.helper.removeClass("ui-draggable-dragging");if(this.helper[0]!=this.element[0]&&!this.cancelHelperRemoval){this.helper.remove()}this.helper=null;this.cancelHelperRemoval=false},_trigger:function(b,c,d){d=d||this._uiHash();a.ui.plugin.call(this,b,[c,d]);if(b=="drag"){this.positionAbs=this._convertPositionTo("absolute")}return a.widget.prototype._trigger.call(this,b,c,d)},plugins:{},_uiHash:function(b){return{helper:this.helper,position:this.position,absolutePosition:this.positionAbs,offset:this.positionAbs}}}));a.extend(a.ui.draggable,{version:"1.7.2",eventPrefix:"drag",defaults:{addClasses:true,appendTo:"parent",axis:false,cancel:":input,option",connectToSortable:false,containment:false,cursor:"auto",cursorAt:false,delay:0,distance:1,grid:false,handle:false,helper:"original",iframeFix:false,opacity:false,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:false}});a.ui.plugin.add("draggable","connectToSortable",{start:function(c,e){var d=a(this).data("draggable"),f=d.options,b=a.extend({},e,{item:d.element});d.sortables=[];a(f.connectToSortable).each(function(){var g=a.data(this,"sortable");if(g&&!g.options.disabled){d.sortables.push({instance:g,shouldRevert:g.options.revert});g._refreshItems();g._trigger("activate",c,b)}})},stop:function(c,e){var d=a(this).data("draggable"),b=a.extend({},e,{item:d.element});a.each(d.sortables,function(){if(this.instance.isOver){this.instance.isOver=0;d.cancelHelperRemoval=true;this.instance.cancelHelperRemoval=false;if(this.shouldRevert){this.instance.options.revert=true}this.instance._mouseStop(c);this.instance.options.helper=this.instance.options._helper;if(d.options.helper=="original"){this.instance.currentItem.css({top:"auto",left:"auto"})}}else{this.instance.cancelHelperRemoval=false;this.instance._trigger("deactivate",c,b)}})},drag:function(c,f){var e=a(this).data("draggable"),b=this;var d=function(i){var n=this.offset.click.top,m=this.offset.click.left;var g=this.positionAbs.top,k=this.positionAbs.left;var j=i.height,l=i.width;var p=i.top,h=i.left;return a.ui.isOver(g+n,k+m,p,h,j,l)};a.each(e.sortables,function(g){this.instance.positionAbs=e.positionAbs;this.instance.helperProportions=e.helperProportions;this.instance.offset.click=e.offset.click;if(this.instance._intersectsWith(this.instance.containerCache)){if(!this.instance.isOver){this.instance.isOver=1;this.instance.currentItem=a(b).clone().appendTo(this.instance.element).data("sortable-item",true);this.instance.options._helper=this.instance.options.helper;this.instance.options.helper=function(){return f.helper[0]};c.target=this.instance.currentItem[0];this.instance._mouseCapture(c,true);this.instance._mouseStart(c,true,true);this.instance.offset.click.top=e.offset.click.top;this.instance.offset.click.left=e.offset.click.left;this.instance.offset.parent.left-=e.offset.parent.left-this.instance.offset.parent.left;this.instance.offset.parent.top-=e.offset.parent.top-this.instance.offset.parent.top;e._trigger("toSortable",c);e.dropped=this.instance.element;e.currentItem=e.element;this.instance.fromOutside=e}if(this.instance.currentItem){this.instance._mouseDrag(c)}}else{if(this.instance.isOver){this.instance.isOver=0;this.instance.cancelHelperRemoval=true;this.instance.options.revert=false;this.instance._trigger("out",c,this.instance._uiHash(this.instance));this.instance._mouseStop(c,true);this.instance.options.helper=this.instance.options._helper;this.instance.currentItem.remove();if(this.instance.placeholder){this.instance.placeholder.remove()}e._trigger("fromSortable",c);e.dropped=false}}})}});a.ui.plugin.add("draggable","cursor",{start:function(c,d){var b=a("body"),e=a(this).data("draggable").options;if(b.css("cursor")){e._cursor=b.css("cursor")}b.css("cursor",e.cursor)},stop:function(b,c){var d=a(this).data("draggable").options;if(d._cursor){a("body").css("cursor",d._cursor)}}});a.ui.plugin.add("draggable","iframeFix",{start:function(b,c){var d=a(this).data("draggable").options;a(d.iframeFix===true?"iframe":d.iframeFix).each(function(){a('<div class="ui-draggable-iframeFix" style="background: #fff;"></div>').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1000}).css(a(this).offset()).appendTo("body")})},stop:function(b,c){a("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)})}});a.ui.plugin.add("draggable","opacity",{start:function(c,d){var b=a(d.helper),e=a(this).data("draggable").options;if(b.css("opacity")){e._opacity=b.css("opacity")}b.css("opacity",e.opacity)},stop:function(b,c){var d=a(this).data("draggable").options;if(d._opacity){a(c.helper).css("opacity",d._opacity)}}});a.ui.plugin.add("draggable","scroll",{start:function(c,d){var b=a(this).data("draggable");if(b.scrollParent[0]!=document&&b.scrollParent[0].tagName!="HTML"){b.overflowOffset=b.scrollParent.offset()}},drag:function(d,e){var c=a(this).data("draggable"),f=c.options,b=false;if(c.scrollParent[0]!=document&&c.scrollParent[0].tagName!="HTML"){if(!f.axis||f.axis!="x"){if((c.overflowOffset.top+c.scrollParent[0].offsetHeight)-d.pageY<f.scrollSensitivity){c.scrollParent[0].scrollTop=b=c.scrollParent[0].scrollTop+f.scrollSpeed}else{if(d.pageY-c.overflowOffset.top<f.scrollSensitivity){c.scrollParent[0].scrollTop=b=c.scrollParent[0].scrollTop-f.scrollSpeed}}}if(!f.axis||f.axis!="y"){if((c.overflowOffset.left+c.scrollParent[0].offsetWidth)-d.pageX<f.scrollSensitivity){c.scrollParent[0].scrollLeft=b=c.scrollParent[0].scrollLeft+f.scrollSpeed}else{if(d.pageX-c.overflowOffset.left<f.scrollSensitivity){c.scrollParent[0].scrollLeft=b=c.scrollParent[0].scrollLeft-f.scrollSpeed}}}}else{if(!f.axis||f.axis!="x"){if(d.pageY-a(document).scrollTop()<f.scrollSensitivity){b=a(document).scrollTop(a(document).scrollTop()-f.scrollSpeed)}else{if(a(window).height()-(d.pageY-a(document).scrollTop())<f.scrollSensitivity){b=a(document).scrollTop(a(document).scrollTop()+f.scrollSpeed)}}}if(!f.axis||f.axis!="y"){if(d.pageX-a(document).scrollLeft()<f.scrollSensitivity){b=a(document).scrollLeft(a(document).scrollLeft()-f.scrollSpeed)}else{if(a(window).width()-(d.pageX-a(document).scrollLeft())<f.scrollSensitivity){b=a(document).scrollLeft(a(document).scrollLeft()+f.scrollSpeed)}}}}if(b!==false&&a.ui.ddmanager&&!f.dropBehaviour){a.ui.ddmanager.prepareOffsets(c,d)}}});a.ui.plugin.add("draggable","snap",{start:function(c,d){var b=a(this).data("draggable"),e=b.options;b.snapElements=[];a(e.snap.constructor!=String?(e.snap.items||":data(draggable)"):e.snap).each(function(){var g=a(this);var f=g.offset();if(this!=b.element[0]){b.snapElements.push({item:this,width:g.outerWidth(),height:g.outerHeight(),top:f.top,left:f.left})}})},drag:function(u,p){var g=a(this).data("draggable"),q=g.options;var y=q.snapTolerance;var x=p.offset.left,w=x+g.helperProportions.width,f=p.offset.top,e=f+g.helperProportions.height;for(var v=g.snapElements.length-1;v>=0;v--){var s=g.snapElements[v].left,n=s+g.snapElements[v].width,m=g.snapElements[v].top,A=m+g.snapElements[v].height;if(!((s-y<x&&x<n+y&&m-y<f&&f<A+y)||(s-y<x&&x<n+y&&m-y<e&&e<A+y)||(s-y<w&&w<n+y&&m-y<f&&f<A+y)||(s-y<w&&w<n+y&&m-y<e&&e<A+y))){if(g.snapElements[v].snapping){(g.options.snap.release&&g.options.snap.release.call(g.element,u,a.extend(g._uiHash(),{snapItem:g.snapElements[v].item})))}g.snapElements[v].snapping=false;continue}if(q.snapMode!="inner"){var c=Math.abs(m-e)<=y;var z=Math.abs(A-f)<=y;var j=Math.abs(s-w)<=y;var k=Math.abs(n-x)<=y;if(c){p.position.top=g._convertPositionTo("relative",{top:m-g.helperProportions.height,left:0}).top-g.margins.top}if(z){p.position.top=g._convertPositionTo("relative",{top:A,left:0}).top-g.margins.top}if(j){p.position.left=g._convertPositionTo("relative",{top:0,left:s-g.helperProportions.width}).left-g.margins.left}if(k){p.position.left=g._convertPositionTo("relative",{top:0,left:n}).left-g.margins.left}}var h=(c||z||j||k);if(q.snapMode!="outer"){var c=Math.abs(m-f)<=y;var z=Math.abs(A-e)<=y;var j=Math.abs(s-x)<=y;var k=Math.abs(n-w)<=y;if(c){p.position.top=g._convertPositionTo("relative",{top:m,left:0}).top-g.margins.top}if(z){p.position.top=g._convertPositionTo("relative",{top:A-g.helperProportions.height,left:0}).top-g.margins.top}if(j){p.position.left=g._convertPositionTo("relative",{top:0,left:s}).left-g.margins.left}if(k){p.position.left=g._convertPositionTo("relative",{top:0,left:n-g.helperProportions.width}).left-g.margins.left}}if(!g.snapElements[v].snapping&&(c||z||j||k||h)){(g.options.snap.snap&&g.options.snap.snap.call(g.element,u,a.extend(g._uiHash(),{snapItem:g.snapElements[v].item})))}g.snapElements[v].snapping=(c||z||j||k||h)}}});a.ui.plugin.add("draggable","stack",{start:function(b,c){var e=a(this).data("draggable").options;var d=a.makeArray(a(e.stack.group)).sort(function(g,f){return(parseInt(a(g).css("zIndex"),10)||e.stack.min)-(parseInt(a(f).css("zIndex"),10)||e.stack.min)});a(d).each(function(f){this.style.zIndex=e.stack.min+f});this[0].style.zIndex=e.stack.min+d.length}});a.ui.plugin.add("draggable","zIndex",{start:function(c,d){var b=a(d.helper),e=a(this).data("draggable").options;if(b.css("zIndex")){e._zIndex=b.css("zIndex")}b.css("zIndex",e.zIndex)},stop:function(b,c){var d=a(this).data("draggable").options;if(d._zIndex){a(c.helper).css("zIndex",d._zIndex)}}})})(jQuery);;/*
 * jQuery UI Droppable 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Droppables
 *
 * Depends:
 *	ui.core.js
 *	ui.draggable.js
 */
(function(a){a.widget("ui.droppable",{_init:function(){var c=this.options,b=c.accept;this.isover=0;this.isout=1;this.options.accept=this.options.accept&&a.isFunction(this.options.accept)?this.options.accept:function(e){return e.is(b)};this.proportions={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight};a.ui.ddmanager.droppables[this.options.scope]=a.ui.ddmanager.droppables[this.options.scope]||[];a.ui.ddmanager.droppables[this.options.scope].push(this);(this.options.addClasses&&this.element.addClass("ui-droppable"))},destroy:function(){var b=a.ui.ddmanager.droppables[this.options.scope];for(var c=0;c<b.length;c++){if(b[c]==this){b.splice(c,1)}}this.element.removeClass("ui-droppable ui-droppable-disabled").removeData("droppable").unbind(".droppable")},_setData:function(b,c){if(b=="accept"){this.options.accept=c&&a.isFunction(c)?c:function(e){return e.is(c)}}else{a.widget.prototype._setData.apply(this,arguments)}},_activate:function(c){var b=a.ui.ddmanager.current;if(this.options.activeClass){this.element.addClass(this.options.activeClass)}(b&&this._trigger("activate",c,this.ui(b)))},_deactivate:function(c){var b=a.ui.ddmanager.current;if(this.options.activeClass){this.element.removeClass(this.options.activeClass)}(b&&this._trigger("deactivate",c,this.ui(b)))},_over:function(c){var b=a.ui.ddmanager.current;if(!b||(b.currentItem||b.element)[0]==this.element[0]){return}if(this.options.accept.call(this.element[0],(b.currentItem||b.element))){if(this.options.hoverClass){this.element.addClass(this.options.hoverClass)}this._trigger("over",c,this.ui(b))}},_out:function(c){var b=a.ui.ddmanager.current;if(!b||(b.currentItem||b.element)[0]==this.element[0]){return}if(this.options.accept.call(this.element[0],(b.currentItem||b.element))){if(this.options.hoverClass){this.element.removeClass(this.options.hoverClass)}this._trigger("out",c,this.ui(b))}},_drop:function(c,d){var b=d||a.ui.ddmanager.current;if(!b||(b.currentItem||b.element)[0]==this.element[0]){return false}var e=false;this.element.find(":data(droppable)").not(".ui-draggable-dragging").each(function(){var f=a.data(this,"droppable");if(f.options.greedy&&a.ui.intersect(b,a.extend(f,{offset:f.element.offset()}),f.options.tolerance)){e=true;return false}});if(e){return false}if(this.options.accept.call(this.element[0],(b.currentItem||b.element))){if(this.options.activeClass){this.element.removeClass(this.options.activeClass)}if(this.options.hoverClass){this.element.removeClass(this.options.hoverClass)}this._trigger("drop",c,this.ui(b));return this.element}return false},ui:function(b){return{draggable:(b.currentItem||b.element),helper:b.helper,position:b.position,absolutePosition:b.positionAbs,offset:b.positionAbs}}});a.extend(a.ui.droppable,{version:"1.7.2",eventPrefix:"drop",defaults:{accept:"*",activeClass:false,addClasses:true,greedy:false,hoverClass:false,scope:"default",tolerance:"intersect"}});a.ui.intersect=function(q,j,o){if(!j.offset){return false}var e=(q.positionAbs||q.position.absolute).left,d=e+q.helperProportions.width,n=(q.positionAbs||q.position.absolute).top,m=n+q.helperProportions.height;var g=j.offset.left,c=g+j.proportions.width,p=j.offset.top,k=p+j.proportions.height;switch(o){case"fit":return(g<e&&d<c&&p<n&&m<k);break;case"intersect":return(g<e+(q.helperProportions.width/2)&&d-(q.helperProportions.width/2)<c&&p<n+(q.helperProportions.height/2)&&m-(q.helperProportions.height/2)<k);break;case"pointer":var h=((q.positionAbs||q.position.absolute).left+(q.clickOffset||q.offset.click).left),i=((q.positionAbs||q.position.absolute).top+(q.clickOffset||q.offset.click).top),f=a.ui.isOver(i,h,p,g,j.proportions.height,j.proportions.width);return f;break;case"touch":return((n>=p&&n<=k)||(m>=p&&m<=k)||(n<p&&m>k))&&((e>=g&&e<=c)||(d>=g&&d<=c)||(e<g&&d>c));break;default:return false;break}};a.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(e,g){var b=a.ui.ddmanager.droppables[e.options.scope];var f=g?g.type:null;var h=(e.currentItem||e.element).find(":data(droppable)").andSelf();droppablesLoop:for(var d=0;d<b.length;d++){if(b[d].options.disabled||(e&&!b[d].options.accept.call(b[d].element[0],(e.currentItem||e.element)))){continue}for(var c=0;c<h.length;c++){if(h[c]==b[d].element[0]){b[d].proportions.height=0;continue droppablesLoop}}b[d].visible=b[d].element.css("display")!="none";if(!b[d].visible){continue}b[d].offset=b[d].element.offset();b[d].proportions={width:b[d].element[0].offsetWidth,height:b[d].element[0].offsetHeight};if(f=="mousedown"){b[d]._activate.call(b[d],g)}}},drop:function(b,c){var d=false;a.each(a.ui.ddmanager.droppables[b.options.scope],function(){if(!this.options){return}if(!this.options.disabled&&this.visible&&a.ui.intersect(b,this,this.options.tolerance)){d=this._drop.call(this,c)}if(!this.options.disabled&&this.visible&&this.options.accept.call(this.element[0],(b.currentItem||b.element))){this.isout=1;this.isover=0;this._deactivate.call(this,c)}});return d},drag:function(b,c){if(b.options.refreshPositions){a.ui.ddmanager.prepareOffsets(b,c)}a.each(a.ui.ddmanager.droppables[b.options.scope],function(){if(this.options.disabled||this.greedyChild||!this.visible){return}var e=a.ui.intersect(b,this,this.options.tolerance);var g=!e&&this.isover==1?"isout":(e&&this.isover==0?"isover":null);if(!g){return}var f;if(this.options.greedy){var d=this.element.parents(":data(droppable):eq(0)");if(d.length){f=a.data(d[0],"droppable");f.greedyChild=(g=="isover"?1:0)}}if(f&&g=="isover"){f.isover=0;f.isout=1;f._out.call(f,c)}this[g]=1;this[g=="isout"?"isover":"isout"]=0;this[g=="isover"?"_over":"_out"].call(this,c);if(f&&g=="isout"){f.isout=0;f.isover=1;f._over.call(f,c)}})}}})(jQuery);;/*
 * jQuery UI Resizable 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Resizables
 *
 * Depends:
 *	ui.core.js
 */
(function(c){c.widget("ui.resizable",c.extend({},c.ui.mouse,{_init:function(){var e=this,j=this.options;this.element.addClass("ui-resizable");c.extend(this,{_aspectRatio:!!(j.aspectRatio),aspectRatio:j.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:j.helper||j.ghost||j.animate?j.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)){if(/relative/.test(this.element.css("position"))&&c.browser.opera){this.element.css({position:"relative",top:"auto",left:"auto"})}this.element.wrap(c('<div class="ui-wrapper" style="overflow: hidden;"></div>').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle=this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=j.handles||(!c(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all"){this.handles="n,e,s,w,se,sw,ne,nw"}var k=this.handles.split(",");this.handles={};for(var f=0;f<k.length;f++){var h=c.trim(k[f]),d="ui-resizable-"+h;var g=c('<div class="ui-resizable-handle '+d+'"></div>');if(/sw|se|ne|nw/.test(h)){g.css({zIndex:++j.zIndex})}if("se"==h){g.addClass("ui-icon ui-icon-gripsmall-diagonal-se")}this.handles[h]=".ui-resizable-"+h;this.element.append(g)}}this._renderAxis=function(p){p=p||this.element;for(var m in this.handles){if(this.handles[m].constructor==String){this.handles[m]=c(this.handles[m],this.element).show()}if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var n=c(this.handles[m],this.element),o=0;o=/sw|ne|nw|se|n|s/.test(m)?n.outerHeight():n.outerWidth();var l=["padding",/ne|nw|n/.test(m)?"Top":/se|sw|s/.test(m)?"Bottom":/^e$/.test(m)?"Right":"Left"].join("");p.css(l,o);this._proportionallyResize()}if(!c(this.handles[m]).length){continue}}};this._renderAxis(this.element);this._handles=c(".ui-resizable-handle",this.element).disableSelection();this._handles.mouseover(function(){if(!e.resizing){if(this.className){var i=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)}e.axis=i&&i[1]?i[1]:"se"}});if(j.autoHide){this._handles.hide();c(this.element).addClass("ui-resizable-autohide").hover(function(){c(this).removeClass("ui-resizable-autohide");e._handles.show()},function(){if(!e.resizing){c(this).addClass("ui-resizable-autohide");e._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var d=function(f){c(f).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){d(this.element);var e=this.element;e.parent().append(this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")})).end().remove()}this.originalElement.css("resize",this.originalResizeStyle);d(this.originalElement)},_mouseCapture:function(e){var f=false;for(var d in this.handles){if(c(this.handles[d])[0]==e.target){f=true}}return this.options.disabled||!!f},_mouseStart:function(f){var i=this.options,e=this.element.position(),d=this.element;this.resizing=true;this.documentScroll={top:c(document).scrollTop(),left:c(document).scrollLeft()};if(d.is(".ui-draggable")||(/absolute/).test(d.css("position"))){d.css({position:"absolute",top:e.top,left:e.left})}if(c.browser.opera&&(/relative/).test(d.css("position"))){d.css({position:"relative",top:"auto",left:"auto"})}this._renderProxy();var j=b(this.helper.css("left")),g=b(this.helper.css("top"));if(i.containment){j+=c(i.containment).scrollLeft()||0;g+=c(i.containment).scrollTop()||0}this.offset=this.helper.offset();this.position={left:j,top:g};this.size=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalSize=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalPosition={left:j,top:g};this.sizeDiff={width:d.outerWidth()-d.width(),height:d.outerHeight()-d.height()};this.originalMousePosition={left:f.pageX,top:f.pageY};this.aspectRatio=(typeof i.aspectRatio=="number")?i.aspectRatio:((this.originalSize.width/this.originalSize.height)||1);var h=c(".ui-resizable-"+this.axis).css("cursor");c("body").css("cursor",h=="auto"?this.axis+"-resize":h);d.addClass("ui-resizable-resizing");this._propagate("start",f);return true},_mouseDrag:function(d){var g=this.helper,f=this.options,l={},p=this,i=this.originalMousePosition,m=this.axis;var q=(d.pageX-i.left)||0,n=(d.pageY-i.top)||0;var h=this._change[m];if(!h){return false}var k=h.apply(this,[d,q,n]),j=c.browser.msie&&c.browser.version<7,e=this.sizeDiff;if(this._aspectRatio||d.shiftKey){k=this._updateRatio(k,d)}k=this._respectSize(k,d);this._propagate("resize",d);g.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});if(!this._helper&&this._proportionallyResizeElements.length){this._proportionallyResize()}this._updateCache(k);this._trigger("resize",d,this.ui());return false},_mouseStop:function(g){this.resizing=false;var h=this.options,l=this;if(this._helper){var f=this._proportionallyResizeElements,d=f.length&&(/textarea/i).test(f[0].nodeName),e=d&&c.ui.hasScroll(f[0],"left")?0:l.sizeDiff.height,j=d?0:l.sizeDiff.width;var m={width:(l.size.width-j),height:(l.size.height-e)},i=(parseInt(l.element.css("left"),10)+(l.position.left-l.originalPosition.left))||null,k=(parseInt(l.element.css("top"),10)+(l.position.top-l.originalPosition.top))||null;if(!h.animate){this.element.css(c.extend(m,{top:k,left:i}))}l.helper.height(l.size.height);l.helper.width(l.size.width);if(this._helper&&!h.animate){this._proportionallyResize()}}c("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop",g);if(this._helper){this.helper.remove()}return false},_updateCache:function(d){var e=this.options;this.offset=this.helper.offset();if(a(d.left)){this.position.left=d.left}if(a(d.top)){this.position.top=d.top}if(a(d.height)){this.size.height=d.height}if(a(d.width)){this.size.width=d.width}},_updateRatio:function(g,f){var h=this.options,i=this.position,e=this.size,d=this.axis;if(g.height){g.width=(e.height*this.aspectRatio)}else{if(g.width){g.height=(e.width/this.aspectRatio)}}if(d=="sw"){g.left=i.left+(e.width-g.width);g.top=null}if(d=="nw"){g.top=i.top+(e.height-g.height);g.left=i.left+(e.width-g.width)}return g},_respectSize:function(k,f){var i=this.helper,h=this.options,q=this._aspectRatio||f.shiftKey,p=this.axis,s=a(k.width)&&h.maxWidth&&(h.maxWidth<k.width),l=a(k.height)&&h.maxHeight&&(h.maxHeight<k.height),g=a(k.width)&&h.minWidth&&(h.minWidth>k.width),r=a(k.height)&&h.minHeight&&(h.minHeight>k.height);if(g){k.width=h.minWidth}if(r){k.height=h.minHeight}if(s){k.width=h.maxWidth}if(l){k.height=h.maxHeight}var e=this.originalPosition.left+this.originalSize.width,n=this.position.top+this.size.height;var j=/sw|nw|w/.test(p),d=/nw|ne|n/.test(p);if(g&&j){k.left=e-h.minWidth}if(s&&j){k.left=e-h.maxWidth}if(r&&d){k.top=n-h.minHeight}if(l&&d){k.top=n-h.maxHeight}var m=!k.width&&!k.height;if(m&&!k.left&&k.top){k.top=null}else{if(m&&!k.top&&k.left){k.left=null}}return k},_proportionallyResize:function(){var j=this.options;if(!this._proportionallyResizeElements.length){return}var f=this.helper||this.element;for(var e=0;e<this._proportionallyResizeElements.length;e++){var g=this._proportionallyResizeElements[e];if(!this.borderDif){var d=[g.css("borderTopWidth"),g.css("borderRightWidth"),g.css("borderBottomWidth"),g.css("borderLeftWidth")],h=[g.css("paddingTop"),g.css("paddingRight"),g.css("paddingBottom"),g.css("paddingLeft")];this.borderDif=c.map(d,function(k,m){var l=parseInt(k,10)||0,n=parseInt(h[m],10)||0;return l+n})}if(c.browser.msie&&!(!(c(f).is(":hidden")||c(f).parents(":hidden").length))){continue}g.css({height:(f.height()-this.borderDif[0]-this.borderDif[2])||0,width:(f.width()-this.borderDif[1]-this.borderDif[3])||0})}},_renderProxy:function(){var e=this.element,h=this.options;this.elementOffset=e.offset();if(this._helper){this.helper=this.helper||c('<div style="overflow:hidden;"></div>');var d=c.browser.msie&&c.browser.version<7,f=(d?1:0),g=(d?2:-1);this.helper.addClass(this._helper).css({width:this.element.outerWidth()+g,height:this.element.outerHeight()+g,position:"absolute",left:this.elementOffset.left-f+"px",top:this.elementOffset.top-f+"px",zIndex:++h.zIndex});this.helper.appendTo("body").disableSelection()}else{this.helper=this.element}},_change:{e:function(f,e,d){return{width:this.originalSize.width+e}},w:function(g,e,d){var i=this.options,f=this.originalSize,h=this.originalPosition;return{left:h.left+e,width:f.width-e}},n:function(g,e,d){var i=this.options,f=this.originalSize,h=this.originalPosition;return{top:h.top+d,height:f.height-d}},s:function(f,e,d){return{height:this.originalSize.height+d}},se:function(f,e,d){return c.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[f,e,d]))},sw:function(f,e,d){return c.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[f,e,d]))},ne:function(f,e,d){return c.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[f,e,d]))},nw:function(f,e,d){return c.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[f,e,d]))}},_propagate:function(e,d){c.ui.plugin.call(this,e,[d,this.ui()]);(e!="resize"&&this._trigger(e,d,this.ui()))},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}));c.extend(c.ui.resizable,{version:"1.7.2",eventPrefix:"resize",defaults:{alsoResize:false,animate:false,animateDuration:"slow",animateEasing:"swing",aspectRatio:false,autoHide:false,cancel:":input,option",containment:false,delay:0,distance:1,ghost:false,grid:false,handles:"e,s,se",helper:false,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1000}});c.ui.plugin.add("resizable","alsoResize",{start:function(e,f){var d=c(this).data("resizable"),g=d.options;_store=function(h){c(h).each(function(){c(this).data("resizable-alsoresize",{width:parseInt(c(this).width(),10),height:parseInt(c(this).height(),10),left:parseInt(c(this).css("left"),10),top:parseInt(c(this).css("top"),10)})})};if(typeof(g.alsoResize)=="object"&&!g.alsoResize.parentNode){if(g.alsoResize.length){g.alsoResize=g.alsoResize[0];_store(g.alsoResize)}else{c.each(g.alsoResize,function(h,i){_store(h)})}}else{_store(g.alsoResize)}},resize:function(f,h){var e=c(this).data("resizable"),i=e.options,g=e.originalSize,k=e.originalPosition;var j={height:(e.size.height-g.height)||0,width:(e.size.width-g.width)||0,top:(e.position.top-k.top)||0,left:(e.position.left-k.left)||0},d=function(l,m){c(l).each(function(){var p=c(this),q=c(this).data("resizable-alsoresize"),o={},n=m&&m.length?m:["width","height","top","left"];c.each(n||["width","height","top","left"],function(r,t){var s=(q[t]||0)+(j[t]||0);if(s&&s>=0){o[t]=s||null}});if(/relative/.test(p.css("position"))&&c.browser.opera){e._revertToRelativePosition=true;p.css({position:"absolute",top:"auto",left:"auto"})}p.css(o)})};if(typeof(i.alsoResize)=="object"&&!i.alsoResize.nodeType){c.each(i.alsoResize,function(l,m){d(l,m)})}else{d(i.alsoResize)}},stop:function(e,f){var d=c(this).data("resizable");if(d._revertToRelativePosition&&c.browser.opera){d._revertToRelativePosition=false;el.css({position:"relative"})}c(this).removeData("resizable-alsoresize-start")}});c.ui.plugin.add("resizable","animate",{stop:function(h,m){var n=c(this).data("resizable"),i=n.options;var g=n._proportionallyResizeElements,d=g.length&&(/textarea/i).test(g[0].nodeName),e=d&&c.ui.hasScroll(g[0],"left")?0:n.sizeDiff.height,k=d?0:n.sizeDiff.width;var f={width:(n.size.width-k),height:(n.size.height-e)},j=(parseInt(n.element.css("left"),10)+(n.position.left-n.originalPosition.left))||null,l=(parseInt(n.element.css("top"),10)+(n.position.top-n.originalPosition.top))||null;n.element.animate(c.extend(f,l&&j?{top:l,left:j}:{}),{duration:i.animateDuration,easing:i.animateEasing,step:function(){var o={width:parseInt(n.element.css("width"),10),height:parseInt(n.element.css("height"),10),top:parseInt(n.element.css("top"),10),left:parseInt(n.element.css("left"),10)};if(g&&g.length){c(g[0]).css({width:o.width,height:o.height})}n._updateCache(o);n._propagate("resize",h)}})}});c.ui.plugin.add("resizable","containment",{start:function(e,q){var s=c(this).data("resizable"),i=s.options,k=s.element;var f=i.containment,j=(f instanceof c)?f.get(0):(/parent/.test(f))?k.parent().get(0):f;if(!j){return}s.containerElement=c(j);if(/document/.test(f)||f==document){s.containerOffset={left:0,top:0};s.containerPosition={left:0,top:0};s.parentData={element:c(document),left:0,top:0,width:c(document).width(),height:c(document).height()||document.body.parentNode.scrollHeight}}else{var m=c(j),h=[];c(["Top","Right","Left","Bottom"]).each(function(p,o){h[p]=b(m.css("padding"+o))});s.containerOffset=m.offset();s.containerPosition=m.position();s.containerSize={height:(m.innerHeight()-h[3]),width:(m.innerWidth()-h[1])};var n=s.containerOffset,d=s.containerSize.height,l=s.containerSize.width,g=(c.ui.hasScroll(j,"left")?j.scrollWidth:l),r=(c.ui.hasScroll(j)?j.scrollHeight:d);s.parentData={element:j,left:n.left,top:n.top,width:g,height:r}}},resize:function(f,p){var s=c(this).data("resizable"),h=s.options,e=s.containerSize,n=s.containerOffset,l=s.size,m=s.position,q=s._aspectRatio||f.shiftKey,d={top:0,left:0},g=s.containerElement;if(g[0]!=document&&(/static/).test(g.css("position"))){d=n}if(m.left<(s._helper?n.left:0)){s.size.width=s.size.width+(s._helper?(s.position.left-n.left):(s.position.left-d.left));if(q){s.size.height=s.size.width/h.aspectRatio}s.position.left=h.helper?n.left:0}if(m.top<(s._helper?n.top:0)){s.size.height=s.size.height+(s._helper?(s.position.top-n.top):s.position.top);if(q){s.size.width=s.size.height*h.aspectRatio}s.position.top=s._helper?n.top:0}s.offset.left=s.parentData.left+s.position.left;s.offset.top=s.parentData.top+s.position.top;var k=Math.abs((s._helper?s.offset.left-d.left:(s.offset.left-d.left))+s.sizeDiff.width),r=Math.abs((s._helper?s.offset.top-d.top:(s.offset.top-n.top))+s.sizeDiff.height);var j=s.containerElement.get(0)==s.element.parent().get(0),i=/relative|absolute/.test(s.containerElement.css("position"));if(j&&i){k-=s.parentData.left}if(k+s.size.width>=s.parentData.width){s.size.width=s.parentData.width-k;if(q){s.size.height=s.size.width/s.aspectRatio}}if(r+s.size.height>=s.parentData.height){s.size.height=s.parentData.height-r;if(q){s.size.width=s.size.height*s.aspectRatio}}},stop:function(e,m){var p=c(this).data("resizable"),f=p.options,k=p.position,l=p.containerOffset,d=p.containerPosition,g=p.containerElement;var i=c(p.helper),q=i.offset(),n=i.outerWidth()-p.sizeDiff.width,j=i.outerHeight()-p.sizeDiff.height;if(p._helper&&!f.animate&&(/relative/).test(g.css("position"))){c(this).css({left:q.left-d.left-l.left,width:n,height:j})}if(p._helper&&!f.animate&&(/static/).test(g.css("position"))){c(this).css({left:q.left-d.left-l.left,width:n,height:j})}}});c.ui.plugin.add("resizable","ghost",{start:function(f,g){var d=c(this).data("resizable"),h=d.options,e=d.size;d.ghost=d.originalElement.clone();d.ghost.css({opacity:0.25,display:"block",position:"relative",height:e.height,width:e.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof h.ghost=="string"?h.ghost:"");d.ghost.appendTo(d.helper)},resize:function(e,f){var d=c(this).data("resizable"),g=d.options;if(d.ghost){d.ghost.css({position:"relative",height:d.size.height,width:d.size.width})}},stop:function(e,f){var d=c(this).data("resizable"),g=d.options;if(d.ghost&&d.helper){d.helper.get(0).removeChild(d.ghost.get(0))}}});c.ui.plugin.add("resizable","grid",{resize:function(d,l){var n=c(this).data("resizable"),g=n.options,j=n.size,h=n.originalSize,i=n.originalPosition,m=n.axis,k=g._aspectRatio||d.shiftKey;g.grid=typeof g.grid=="number"?[g.grid,g.grid]:g.grid;var f=Math.round((j.width-h.width)/(g.grid[0]||1))*(g.grid[0]||1),e=Math.round((j.height-h.height)/(g.grid[1]||1))*(g.grid[1]||1);if(/^(se|s|e)$/.test(m)){n.size.width=h.width+f;n.size.height=h.height+e}else{if(/^(ne)$/.test(m)){n.size.width=h.width+f;n.size.height=h.height+e;n.position.top=i.top-e}else{if(/^(sw)$/.test(m)){n.size.width=h.width+f;n.size.height=h.height+e;n.position.left=i.left-f}else{n.size.width=h.width+f;n.size.height=h.height+e;n.position.top=i.top-e;n.position.left=i.left-f}}}}});var b=function(d){return parseInt(d,10)||0};var a=function(d){return !isNaN(parseInt(d,10))}})(jQuery);;/*
 * jQuery UI Selectable 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Selectables
 *
 * Depends:
 *	ui.core.js
 */
(function(a){a.widget("ui.selectable",a.extend({},a.ui.mouse,{_init:function(){var b=this;this.element.addClass("ui-selectable");this.dragged=false;var c;this.refresh=function(){c=a(b.options.filter,b.element[0]);c.each(function(){var d=a(this);var e=d.offset();a.data(this,"selectable-item",{element:this,$element:d,left:e.left,top:e.top,right:e.left+d.outerWidth(),bottom:e.top+d.outerHeight(),startselected:false,selected:d.hasClass("ui-selected"),selecting:d.hasClass("ui-selecting"),unselecting:d.hasClass("ui-unselecting")})})};this.refresh();this.selectees=c.addClass("ui-selectee");this._mouseInit();this.helper=a(document.createElement("div")).css({border:"1px dotted black"}).addClass("ui-selectable-helper")},destroy:function(){this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy()},_mouseStart:function(d){var b=this;this.opos=[d.pageX,d.pageY];if(this.options.disabled){return}var c=this.options;this.selectees=a(c.filter,this.element[0]);this._trigger("start",d);a(c.appendTo).append(this.helper);this.helper.css({"z-index":100,position:"absolute",left:d.clientX,top:d.clientY,width:0,height:0});if(c.autoRefresh){this.refresh()}this.selectees.filter(".ui-selected").each(function(){var e=a.data(this,"selectable-item");e.startselected=true;if(!d.metaKey){e.$element.removeClass("ui-selected");e.selected=false;e.$element.addClass("ui-unselecting");e.unselecting=true;b._trigger("unselecting",d,{unselecting:e.element})}});a(d.target).parents().andSelf().each(function(){var e=a.data(this,"selectable-item");if(e){e.$element.removeClass("ui-unselecting").addClass("ui-selecting");e.unselecting=false;e.selecting=true;e.selected=true;b._trigger("selecting",d,{selecting:e.element});return false}})},_mouseDrag:function(i){var c=this;this.dragged=true;if(this.options.disabled){return}var e=this.options;var d=this.opos[0],h=this.opos[1],b=i.pageX,g=i.pageY;if(d>b){var f=b;b=d;d=f}if(h>g){var f=g;g=h;h=f}this.helper.css({left:d,top:h,width:b-d,height:g-h});this.selectees.each(function(){var j=a.data(this,"selectable-item");if(!j||j.element==c.element[0]){return}var k=false;if(e.tolerance=="touch"){k=(!(j.left>b||j.right<d||j.top>g||j.bottom<h))}else{if(e.tolerance=="fit"){k=(j.left>d&&j.right<b&&j.top>h&&j.bottom<g)}}if(k){if(j.selected){j.$element.removeClass("ui-selected");j.selected=false}if(j.unselecting){j.$element.removeClass("ui-unselecting");j.unselecting=false}if(!j.selecting){j.$element.addClass("ui-selecting");j.selecting=true;c._trigger("selecting",i,{selecting:j.element})}}else{if(j.selecting){if(i.metaKey&&j.startselected){j.$element.removeClass("ui-selecting");j.selecting=false;j.$element.addClass("ui-selected");j.selected=true}else{j.$element.removeClass("ui-selecting");j.selecting=false;if(j.startselected){j.$element.addClass("ui-unselecting");j.unselecting=true}c._trigger("unselecting",i,{unselecting:j.element})}}if(j.selected){if(!i.metaKey&&!j.startselected){j.$element.removeClass("ui-selected");j.selected=false;j.$element.addClass("ui-unselecting");j.unselecting=true;c._trigger("unselecting",i,{unselecting:j.element})}}}});return false},_mouseStop:function(d){var b=this;this.dragged=false;var c=this.options;a(".ui-unselecting",this.element[0]).each(function(){var e=a.data(this,"selectable-item");e.$element.removeClass("ui-unselecting");e.unselecting=false;e.startselected=false;b._trigger("unselected",d,{unselected:e.element})});a(".ui-selecting",this.element[0]).each(function(){var e=a.data(this,"selectable-item");e.$element.removeClass("ui-selecting").addClass("ui-selected");e.selecting=false;e.selected=true;e.startselected=true;b._trigger("selected",d,{selected:e.element})});this._trigger("stop",d);this.helper.remove();return false}}));a.extend(a.ui.selectable,{version:"1.7.2",defaults:{appendTo:"body",autoRefresh:true,cancel:":input,option",delay:0,distance:0,filter:"*",tolerance:"touch"}})})(jQuery);;/*
 * jQuery UI Sortable 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Sortables
 *
 * Depends:
 *	ui.core.js
 */
(function(a){a.widget("ui.sortable",a.extend({},a.ui.mouse,{_init:function(){var b=this.options;this.containerCache={};this.element.addClass("ui-sortable");this.refresh();this.floating=this.items.length?(/left|right/).test(this.items[0].item.css("float")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var b=this.items.length-1;b>=0;b--){this.items[b].item.removeData("sortable-item")}},_mouseCapture:function(e,f){if(this.reverting){return false}if(this.options.disabled||this.options.type=="static"){return false}this._refreshItems(e);var d=null,c=this,b=a(e.target).parents().each(function(){if(a.data(this,"sortable-item")==c){d=a(this);return false}});if(a.data(e.target,"sortable-item")==c){d=a(e.target)}if(!d){return false}if(this.options.handle&&!f){var g=false;a(this.options.handle,d).find("*").andSelf().each(function(){if(this==e.target){g=true}});if(!g){return false}}this.currentItem=d;this._removeCurrentsFromItems();return true},_mouseStart:function(e,f,b){var g=this.options,c=this;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(e);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");a.extend(this.offset,{click:{left:e.pageX-this.offset.left,top:e.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(e);this.originalPageX=e.pageX;this.originalPageY=e.pageY;if(g.cursorAt){this._adjustOffsetFromHelper(g.cursorAt)}this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]};if(this.helper[0]!=this.currentItem[0]){this.currentItem.hide()}this._createPlaceholder();if(g.containment){this._setContainment()}if(g.cursor){if(a("body").css("cursor")){this._storedCursor=a("body").css("cursor")}a("body").css("cursor",g.cursor)}if(g.opacity){if(this.helper.css("opacity")){this._storedOpacity=this.helper.css("opacity")}this.helper.css("opacity",g.opacity)}if(g.zIndex){if(this.helper.css("zIndex")){this._storedZIndex=this.helper.css("zIndex")}this.helper.css("zIndex",g.zIndex)}if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){this.overflowOffset=this.scrollParent.offset()}this._trigger("start",e,this._uiHash());if(!this._preserveHelperProportions){this._cacheHelperProportions()}if(!b){for(var d=this.containers.length-1;d>=0;d--){this.containers[d]._trigger("activate",e,c._uiHash(this))}}if(a.ui.ddmanager){a.ui.ddmanager.current=this}if(a.ui.ddmanager&&!g.dropBehaviour){a.ui.ddmanager.prepareOffsets(this,e)}this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(e);return true},_mouseDrag:function(f){this.position=this._generatePosition(f);this.positionAbs=this._convertPositionTo("absolute");if(!this.lastPositionAbs){this.lastPositionAbs=this.positionAbs}if(this.options.scroll){var g=this.options,b=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if((this.overflowOffset.top+this.scrollParent[0].offsetHeight)-f.pageY<g.scrollSensitivity){this.scrollParent[0].scrollTop=b=this.scrollParent[0].scrollTop+g.scrollSpeed}else{if(f.pageY-this.overflowOffset.top<g.scrollSensitivity){this.scrollParent[0].scrollTop=b=this.scrollParent[0].scrollTop-g.scrollSpeed}}if((this.overflowOffset.left+this.scrollParent[0].offsetWidth)-f.pageX<g.scrollSensitivity){this.scrollParent[0].scrollLeft=b=this.scrollParent[0].scrollLeft+g.scrollSpeed}else{if(f.pageX-this.overflowOffset.left<g.scrollSensitivity){this.scrollParent[0].scrollLeft=b=this.scrollParent[0].scrollLeft-g.scrollSpeed}}}else{if(f.pageY-a(document).scrollTop()<g.scrollSensitivity){b=a(document).scrollTop(a(document).scrollTop()-g.scrollSpeed)}else{if(a(window).height()-(f.pageY-a(document).scrollTop())<g.scrollSensitivity){b=a(document).scrollTop(a(document).scrollTop()+g.scrollSpeed)}}if(f.pageX-a(document).scrollLeft()<g.scrollSensitivity){b=a(document).scrollLeft(a(document).scrollLeft()-g.scrollSpeed)}else{if(a(window).width()-(f.pageX-a(document).scrollLeft())<g.scrollSensitivity){b=a(document).scrollLeft(a(document).scrollLeft()+g.scrollSpeed)}}}if(b!==false&&a.ui.ddmanager&&!g.dropBehaviour){a.ui.ddmanager.prepareOffsets(this,f)}}this.positionAbs=this._convertPositionTo("absolute");if(!this.options.axis||this.options.axis!="y"){this.helper[0].style.left=this.position.left+"px"}if(!this.options.axis||this.options.axis!="x"){this.helper[0].style.top=this.position.top+"px"}for(var d=this.items.length-1;d>=0;d--){var e=this.items[d],c=e.item[0],h=this._intersectsWithPointer(e);if(!h){continue}if(c!=this.currentItem[0]&&this.placeholder[h==1?"next":"prev"]()[0]!=c&&!a.ui.contains(this.placeholder[0],c)&&(this.options.type=="semi-dynamic"?!a.ui.contains(this.element[0],c):true)){this.direction=h==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(e)){this._rearrange(f,e)}else{break}this._trigger("change",f,this._uiHash());break}}this._contactContainers(f);if(a.ui.ddmanager){a.ui.ddmanager.drag(this,f)}this._trigger("sort",f,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(c,d){if(!c){return}if(a.ui.ddmanager&&!this.options.dropBehaviour){a.ui.ddmanager.drop(this,c)}if(this.options.revert){var b=this;var e=b.placeholder.offset();b.reverting=true;a(this.helper).animate({left:e.left-this.offset.parent.left-b.margins.left+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft),top:e.top-this.offset.parent.top-b.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){b._clear(c)})}else{this._clear(c,d)}return false},cancel:function(){var b=this;if(this.dragging){this._mouseUp();if(this.options.helper=="original"){this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else{this.currentItem.show()}for(var c=this.containers.length-1;c>=0;c--){this.containers[c]._trigger("deactivate",null,b._uiHash(this));if(this.containers[c].containerCache.over){this.containers[c]._trigger("out",null,b._uiHash(this));this.containers[c].containerCache.over=0}}}if(this.placeholder[0].parentNode){this.placeholder[0].parentNode.removeChild(this.placeholder[0])}if(this.options.helper!="original"&&this.helper&&this.helper[0].parentNode){this.helper.remove()}a.extend(this,{helper:null,dragging:false,reverting:false,_noFinalSort:null});if(this.domPosition.prev){a(this.domPosition.prev).after(this.currentItem)}else{a(this.domPosition.parent).prepend(this.currentItem)}return true},serialize:function(d){var b=this._getItemsAsjQuery(d&&d.connected);var c=[];d=d||{};a(b).each(function(){var e=(a(d.item||this).attr(d.attribute||"id")||"").match(d.expression||(/(.+)[-=_](.+)/));if(e){c.push((d.key||e[1]+"[]")+"="+(d.key&&d.expression?e[1]:e[2]))}});return c.join("&")},toArray:function(d){var b=this._getItemsAsjQuery(d&&d.connected);var c=[];d=d||{};b.each(function(){c.push(a(d.item||this).attr(d.attribute||"id")||"")});return c},_intersectsWith:function(m){var e=this.positionAbs.left,d=e+this.helperProportions.width,k=this.positionAbs.top,j=k+this.helperProportions.height;var f=m.left,c=f+m.width,n=m.top,i=n+m.height;var o=this.offset.click.top,h=this.offset.click.left;var g=(k+o)>n&&(k+o)<i&&(e+h)>f&&(e+h)<c;if(this.options.tolerance=="pointer"||this.options.forcePointerForContainers||(this.options.tolerance!="pointer"&&this.helperProportions[this.floating?"width":"height"]>m[this.floating?"width":"height"])){return g}else{return(f<e+(this.helperProportions.width/2)&&d-(this.helperProportions.width/2)<c&&n<k+(this.helperProportions.height/2)&&j-(this.helperProportions.height/2)<i)}},_intersectsWithPointer:function(d){var e=a.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,d.top,d.height),c=a.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,d.left,d.width),g=e&&c,b=this._getDragVerticalDirection(),f=this._getDragHorizontalDirection();if(!g){return false}return this.floating?(((f&&f=="right")||b=="down")?2:1):(b&&(b=="down"?2:1))},_intersectsWithSides:function(e){var c=a.ui.isOverAxis(this.positionAbs.top+this.offset.click.top,e.top+(e.height/2),e.height),d=a.ui.isOverAxis(this.positionAbs.left+this.offset.click.left,e.left+(e.width/2),e.width),b=this._getDragVerticalDirection(),f=this._getDragHorizontalDirection();if(this.floating&&f){return((f=="right"&&d)||(f=="left"&&!d))}else{return b&&((b=="down"&&c)||(b=="up"&&!c))}},_getDragVerticalDirection:function(){var b=this.positionAbs.top-this.lastPositionAbs.top;return b!=0&&(b>0?"down":"up")},_getDragHorizontalDirection:function(){var b=this.positionAbs.left-this.lastPositionAbs.left;return b!=0&&(b>0?"right":"left")},refresh:function(b){this._refreshItems(b);this.refreshPositions()},_connectWith:function(){var b=this.options;return b.connectWith.constructor==String?[b.connectWith]:b.connectWith},_getItemsAsjQuery:function(b){var l=this;var g=[];var e=[];var h=this._connectWith();if(h&&b){for(var d=h.length-1;d>=0;d--){var k=a(h[d]);for(var c=k.length-1;c>=0;c--){var f=a.data(k[c],"sortable");if(f&&f!=this&&!f.options.disabled){e.push([a.isFunction(f.options.items)?f.options.items.call(f.element):a(f.options.items,f.element).not(".ui-sortable-helper"),f])}}}}e.push([a.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):a(this.options.items,this.element).not(".ui-sortable-helper"),this]);for(var d=e.length-1;d>=0;d--){e[d][0].each(function(){g.push(this)})}return a(g)},_removeCurrentsFromItems:function(){var d=this.currentItem.find(":data(sortable-item)");for(var c=0;c<this.items.length;c++){for(var b=0;b<d.length;b++){if(d[b]==this.items[c].item[0]){this.items.splice(c,1)}}}},_refreshItems:function(b){this.items=[];this.containers=[this];var h=this.items;var p=this;var f=[[a.isFunction(this.options.items)?this.options.items.call(this.element[0],b,{item:this.currentItem}):a(this.options.items,this.element),this]];var l=this._connectWith();if(l){for(var e=l.length-1;e>=0;e--){var m=a(l[e]);for(var d=m.length-1;d>=0;d--){var g=a.data(m[d],"sortable");if(g&&g!=this&&!g.options.disabled){f.push([a.isFunction(g.options.items)?g.options.items.call(g.element[0],b,{item:this.currentItem}):a(g.options.items,g.element),g]);this.containers.push(g)}}}}for(var e=f.length-1;e>=0;e--){var k=f[e][1];var c=f[e][0];for(var d=0,n=c.length;d<n;d++){var o=a(c[d]);o.data("sortable-item",k);h.push({item:o,instance:k,width:0,height:0,left:0,top:0})}}},refreshPositions:function(b){if(this.offsetParent&&this.helper){this.offset.parent=this._getParentOffset()}for(var d=this.items.length-1;d>=0;d--){var e=this.items[d];if(e.instance!=this.currentContainer&&this.currentContainer&&e.item[0]!=this.currentItem[0]){continue}var c=this.options.toleranceElement?a(this.options.toleranceElement,e.item):e.item;if(!b){e.width=c.outerWidth();e.height=c.outerHeight()}var f=c.offset();e.left=f.left;e.top=f.top}if(this.options.custom&&this.options.custom.refreshContainers){this.options.custom.refreshContainers.call(this)}else{for(var d=this.containers.length-1;d>=0;d--){var f=this.containers[d].element.offset();this.containers[d].containerCache.left=f.left;this.containers[d].containerCache.top=f.top;this.containers[d].containerCache.width=this.containers[d].element.outerWidth();this.containers[d].containerCache.height=this.containers[d].element.outerHeight()}}},_createPlaceholder:function(d){var b=d||this,e=b.options;if(!e.placeholder||e.placeholder.constructor==String){var c=e.placeholder;e.placeholder={element:function(){var f=a(document.createElement(b.currentItem[0].nodeName)).addClass(c||b.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0];if(!c){f.style.visibility="hidden"}return f},update:function(f,g){if(c&&!e.forcePlaceholderSize){return}if(!g.height()){g.height(b.currentItem.innerHeight()-parseInt(b.currentItem.css("paddingTop")||0,10)-parseInt(b.currentItem.css("paddingBottom")||0,10))}if(!g.width()){g.width(b.currentItem.innerWidth()-parseInt(b.currentItem.css("paddingLeft")||0,10)-parseInt(b.currentItem.css("paddingRight")||0,10))}}}}b.placeholder=a(e.placeholder.element.call(b.element,b.currentItem));b.currentItem.after(b.placeholder);e.placeholder.update(b,b.placeholder)},_contactContainers:function(d){for(var c=this.containers.length-1;c>=0;c--){if(this._intersectsWith(this.containers[c].containerCache)){if(!this.containers[c].containerCache.over){if(this.currentContainer!=this.containers[c]){var h=10000;var g=null;var e=this.positionAbs[this.containers[c].floating?"left":"top"];for(var b=this.items.length-1;b>=0;b--){if(!a.ui.contains(this.containers[c].element[0],this.items[b].item[0])){continue}var f=this.items[b][this.containers[c].floating?"left":"top"];if(Math.abs(f-e)<h){h=Math.abs(f-e);g=this.items[b]}}if(!g&&!this.options.dropOnEmpty){continue}this.currentContainer=this.containers[c];g?this._rearrange(d,g,null,true):this._rearrange(d,null,this.containers[c].element,true);this._trigger("change",d,this._uiHash());this.containers[c]._trigger("change",d,this._uiHash(this));this.options.placeholder.update(this.currentContainer,this.placeholder)}this.containers[c]._trigger("over",d,this._uiHash(this));this.containers[c].containerCache.over=1}}else{if(this.containers[c].containerCache.over){this.containers[c]._trigger("out",d,this._uiHash(this));this.containers[c].containerCache.over=0}}}},_createHelper:function(c){var d=this.options;var b=a.isFunction(d.helper)?a(d.helper.apply(this.element[0],[c,this.currentItem])):(d.helper=="clone"?this.currentItem.clone():this.currentItem);if(!b.parents("body").length){a(d.appendTo!="parent"?d.appendTo:this.currentItem[0].parentNode)[0].appendChild(b[0])}if(b[0]==this.currentItem[0]){this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")}}if(b[0].style.width==""||d.forceHelperSize){b.width(this.currentItem.width())}if(b[0].style.height==""||d.forceHelperSize){b.height(this.currentItem.height())}return b},_adjustOffsetFromHelper:function(b){if(b.left!=undefined){this.offset.click.left=b.left+this.margins.left}if(b.right!=undefined){this.offset.click.left=this.helperProportions.width-b.right+this.margins.left}if(b.top!=undefined){this.offset.click.top=b.top+this.margins.top}if(b.bottom!=undefined){this.offset.click.top=this.helperProportions.height-b.bottom+this.margins.top}},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var b=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0])){b.left+=this.scrollParent.scrollLeft();b.top+=this.scrollParent.scrollTop()}if((this.offsetParent[0]==document.body)||(this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&a.browser.msie)){b={top:0,left:0}}return{top:b.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:b.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var b=this.currentItem.position();return{top:b.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:b.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else{return{top:0,left:0}}},_cacheMargins:function(){this.margins={left:(parseInt(this.currentItem.css("marginLeft"),10)||0),top:(parseInt(this.currentItem.css("marginTop"),10)||0)}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e=this.options;if(e.containment=="parent"){e.containment=this.helper[0].parentNode}if(e.containment=="document"||e.containment=="window"){this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,a(e.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(a(e.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]}if(!(/^(document|window|parent)$/).test(e.containment)){var c=a(e.containment)[0];var d=a(e.containment).offset();var b=(a(c).css("overflow")!="hidden");this.containment=[d.left+(parseInt(a(c).css("borderLeftWidth"),10)||0)+(parseInt(a(c).css("paddingLeft"),10)||0)-this.margins.left,d.top+(parseInt(a(c).css("borderTopWidth"),10)||0)+(parseInt(a(c).css("paddingTop"),10)||0)-this.margins.top,d.left+(b?Math.max(c.scrollWidth,c.offsetWidth):c.offsetWidth)-(parseInt(a(c).css("borderLeftWidth"),10)||0)-(parseInt(a(c).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,d.top+(b?Math.max(c.scrollHeight,c.offsetHeight):c.offsetHeight)-(parseInt(a(c).css("borderTopWidth"),10)||0)-(parseInt(a(c).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top]}},_convertPositionTo:function(f,h){if(!h){h=this.position}var c=f=="absolute"?1:-1;var e=this.options,b=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,g=(/(html|body)/i).test(b[0].tagName);return{top:(h.top+this.offset.relative.top*c+this.offset.parent.top*c-(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(g?0:b.scrollTop()))*c)),left:(h.left+this.offset.relative.left*c+this.offset.parent.left*c-(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():g?0:b.scrollLeft())*c))}},_generatePosition:function(e){var h=this.options,b=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&a.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,i=(/(html|body)/i).test(b[0].tagName);if(this.cssPosition=="relative"&&!(this.scrollParent[0]!=document&&this.scrollParent[0]!=this.offsetParent[0])){this.offset.relative=this._getRelativeOffset()}var d=e.pageX;var c=e.pageY;if(this.originalPosition){if(this.containment){if(e.pageX-this.offset.click.left<this.containment[0]){d=this.containment[0]+this.offset.click.left}if(e.pageY-this.offset.click.top<this.containment[1]){c=this.containment[1]+this.offset.click.top}if(e.pageX-this.offset.click.left>this.containment[2]){d=this.containment[2]+this.offset.click.left}if(e.pageY-this.offset.click.top>this.containment[3]){c=this.containment[3]+this.offset.click.top}}if(h.grid){var g=this.originalPageY+Math.round((c-this.originalPageY)/h.grid[1])*h.grid[1];c=this.containment?(!(g-this.offset.click.top<this.containment[1]||g-this.offset.click.top>this.containment[3])?g:(!(g-this.offset.click.top<this.containment[1])?g-h.grid[1]:g+h.grid[1])):g;var f=this.originalPageX+Math.round((d-this.originalPageX)/h.grid[0])*h.grid[0];d=this.containment?(!(f-this.offset.click.left<this.containment[0]||f-this.offset.click.left>this.containment[2])?f:(!(f-this.offset.click.left<this.containment[0])?f-h.grid[0]:f+h.grid[0])):f}}return{top:(c-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():(i?0:b.scrollTop())))),left:(d-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(a.browser.safari&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():i?0:b.scrollLeft())))}},_rearrange:function(g,f,c,e){c?c[0].appendChild(this.placeholder[0]):f.item[0].parentNode.insertBefore(this.placeholder[0],(this.direction=="down"?f.item[0]:f.item[0].nextSibling));this.counter=this.counter?++this.counter:1;var d=this,b=this.counter;window.setTimeout(function(){if(b==d.counter){d.refreshPositions(!e)}},0)},_clear:function(d,e){this.reverting=false;var f=[],b=this;if(!this._noFinalSort&&this.currentItem[0].parentNode){this.placeholder.before(this.currentItem)}this._noFinalSort=null;if(this.helper[0]==this.currentItem[0]){for(var c in this._storedCSS){if(this._storedCSS[c]=="auto"||this._storedCSS[c]=="static"){this._storedCSS[c]=""}}this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else{this.currentItem.show()}if(this.fromOutside&&!e){f.push(function(g){this._trigger("receive",g,this._uiHash(this.fromOutside))})}if((this.fromOutside||this.domPosition.prev!=this.currentItem.prev().not(".ui-sortable-helper")[0]||this.domPosition.parent!=this.currentItem.parent()[0])&&!e){f.push(function(g){this._trigger("update",g,this._uiHash())})}if(!a.ui.contains(this.element[0],this.currentItem[0])){if(!e){f.push(function(g){this._trigger("remove",g,this._uiHash())})}for(var c=this.containers.length-1;c>=0;c--){if(a.ui.contains(this.containers[c].element[0],this.currentItem[0])&&!e){f.push((function(g){return function(h){g._trigger("receive",h,this._uiHash(this))}}).call(this,this.containers[c]));f.push((function(g){return function(h){g._trigger("update",h,this._uiHash(this))}}).call(this,this.containers[c]))}}}for(var c=this.containers.length-1;c>=0;c--){if(!e){f.push((function(g){return function(h){g._trigger("deactivate",h,this._uiHash(this))}}).call(this,this.containers[c]))}if(this.containers[c].containerCache.over){f.push((function(g){return function(h){g._trigger("out",h,this._uiHash(this))}}).call(this,this.containers[c]));this.containers[c].containerCache.over=0}}if(this._storedCursor){a("body").css("cursor",this._storedCursor)}if(this._storedOpacity){this.helper.css("opacity",this._storedOpacity)}if(this._storedZIndex){this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex)}this.dragging=false;if(this.cancelHelperRemoval){if(!e){this._trigger("beforeStop",d,this._uiHash());for(var c=0;c<f.length;c++){f[c].call(this,d)}this._trigger("stop",d,this._uiHash())}return false}if(!e){this._trigger("beforeStop",d,this._uiHash())}this.placeholder[0].parentNode.removeChild(this.placeholder[0]);if(this.helper[0]!=this.currentItem[0]){this.helper.remove()}this.helper=null;if(!e){for(var c=0;c<f.length;c++){f[c].call(this,d)}this._trigger("stop",d,this._uiHash())}this.fromOutside=false;return true},_trigger:function(){if(a.widget.prototype._trigger.apply(this,arguments)===false){this.cancel()}},_uiHash:function(c){var b=c||this;return{helper:b.helper,placeholder:b.placeholder||a([]),position:b.position,absolutePosition:b.positionAbs,offset:b.positionAbs,item:b.currentItem,sender:c?c.element:null}}}));a.extend(a.ui.sortable,{getter:"serialize toArray",version:"1.7.2",eventPrefix:"sort",defaults:{appendTo:"parent",axis:false,cancel:":input,option",connectWith:false,containment:false,cursor:"auto",cursorAt:false,delay:0,distance:1,dropOnEmpty:true,forcePlaceholderSize:false,forceHelperSize:false,grid:false,handle:false,helper:"original",items:"> *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1000}})})(jQuery);;/*
 * jQuery UI Accordion 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Accordion
 *
 * Depends:
 *	ui.core.js
 */
(function(a){a.widget("ui.accordion",{_init:function(){var d=this.options,b=this;this.running=0;if(d.collapsible==a.ui.accordion.defaults.collapsible&&d.alwaysOpen!=a.ui.accordion.defaults.alwaysOpen){d.collapsible=!d.alwaysOpen}if(d.navigation){var c=this.element.find("a").filter(d.navigationFilter);if(c.length){if(c.filter(d.header).length){this.active=c}else{this.active=c.parent().parent().prev();c.addClass("ui-accordion-content-active")}}}this.element.addClass("ui-accordion ui-widget ui-helper-reset");if(this.element[0].nodeName=="UL"){this.element.children("li").addClass("ui-accordion-li-fix")}this.headers=this.element.find(d.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){a(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){a(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){a(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){a(this).removeClass("ui-state-focus")});this.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom");this.active=this._findActive(this.active||d.active).toggleClass("ui-state-default").toggleClass("ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");this.active.next().addClass("ui-accordion-content-active");a("<span/>").addClass("ui-icon "+d.icons.header).prependTo(this.headers);this.active.find(".ui-icon").toggleClass(d.icons.header).toggleClass(d.icons.headerSelected);if(a.browser.msie){this.element.find("a").css("zoom","1")}this.resize();this.element.attr("role","tablist");this.headers.attr("role","tab").bind("keydown",function(e){return b._keydown(e)}).next().attr("role","tabpanel");this.headers.not(this.active||"").attr("aria-expanded","false").attr("tabIndex","-1").next().hide();if(!this.active.length){this.headers.eq(0).attr("tabIndex","0")}else{this.active.attr("aria-expanded","true").attr("tabIndex","0")}if(!a.browser.safari){this.headers.find("a").attr("tabIndex","-1")}if(d.event){this.headers.bind((d.event)+".accordion",function(e){return b._clickHandler.call(b,e,this)})}},destroy:function(){var c=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role").unbind(".accordion").removeData("accordion");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("tabindex");this.headers.find("a").removeAttr("tabindex");this.headers.children(".ui-icon").remove();var b=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active");if(c.autoHeight||c.fillHeight){b.css("height","")}},_setData:function(b,c){if(b=="alwaysOpen"){b="collapsible";c=!c}a.widget.prototype._setData.apply(this,arguments)},_keydown:function(e){var g=this.options,f=a.ui.keyCode;if(g.disabled||e.altKey||e.ctrlKey){return}var d=this.headers.length;var b=this.headers.index(e.target);var c=false;switch(e.keyCode){case f.RIGHT:case f.DOWN:c=this.headers[(b+1)%d];break;case f.LEFT:case f.UP:c=this.headers[(b-1+d)%d];break;case f.SPACE:case f.ENTER:return this._clickHandler({target:e.target},e.target)}if(c){a(e.target).attr("tabIndex","-1");a(c).attr("tabIndex","0");c.focus();return false}return true},resize:function(){var e=this.options,d;if(e.fillSpace){if(a.browser.msie){var b=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}d=this.element.parent().height();if(a.browser.msie){this.element.parent().css("overflow",b)}this.headers.each(function(){d-=a(this).outerHeight()});var c=0;this.headers.next().each(function(){c=Math.max(c,a(this).innerHeight()-a(this).height())}).height(Math.max(0,d-c)).css("overflow","auto")}else{if(e.autoHeight){d=0;this.headers.next().each(function(){d=Math.max(d,a(this).outerHeight())}).height(d)}}},activate:function(b){var c=this._findActive(b)[0];this._clickHandler({target:c},c)},_findActive:function(b){return b?typeof b=="number"?this.headers.filter(":eq("+b+")"):this.headers.not(this.headers.not(b)):b===false?a([]):this.headers.filter(":eq(0)")},_clickHandler:function(b,f){var d=this.options;if(d.disabled){return false}if(!b.target&&d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").find(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");var h=this.active.next(),e={options:d,newHeader:a([]),oldHeader:d.active,newContent:a([]),oldContent:h},c=(this.active=a([]));this._toggle(c,h,e);return false}var g=a(b.currentTarget||f);var i=g[0]==this.active[0];if(this.running||(!d.collapsible&&i)){return false}this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").find(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");if(!i){g.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").find(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected);g.next().addClass("ui-accordion-content-active")}var c=g.next(),h=this.active.next(),e={options:d,newHeader:i&&d.collapsible?a([]):g,oldHeader:this.active,newContent:i&&d.collapsible?a([]):c.find("> *"),oldContent:h.find("> *")},j=this.headers.index(this.active[0])>this.headers.index(g[0]);this.active=i?a([]):g;this._toggle(c,h,e,i,j);return false},_toggle:function(b,i,g,j,k){var d=this.options,m=this;this.toShow=b;this.toHide=i;this.data=g;var c=function(){if(!m){return}return m._completed.apply(m,arguments)};this._trigger("changestart",null,this.data);this.running=i.size()===0?b.size():i.size();if(d.animated){var f={};if(d.collapsible&&j){f={toShow:a([]),toHide:i,complete:c,down:k,autoHeight:d.autoHeight||d.fillSpace}}else{f={toShow:b,toHide:i,complete:c,down:k,autoHeight:d.autoHeight||d.fillSpace}}if(!d.proxied){d.proxied=d.animated}if(!d.proxiedDuration){d.proxiedDuration=d.duration}d.animated=a.isFunction(d.proxied)?d.proxied(f):d.proxied;d.duration=a.isFunction(d.proxiedDuration)?d.proxiedDuration(f):d.proxiedDuration;var l=a.ui.accordion.animations,e=d.duration,h=d.animated;if(!l[h]){l[h]=function(n){this.slide(n,{easing:h,duration:e||700})}}l[h](f)}else{if(d.collapsible&&j){b.toggle()}else{i.hide();b.show()}c(true)}i.prev().attr("aria-expanded","false").attr("tabIndex","-1").blur();b.prev().attr("aria-expanded","true").attr("tabIndex","0").focus()},_completed:function(b){var c=this.options;this.running=b?0:--this.running;if(this.running){return}if(c.clearStyle){this.toShow.add(this.toHide).css({height:"",overflow:""})}this._trigger("change",null,this.data)}});a.extend(a.ui.accordion,{version:"1.7.2",defaults:{active:null,alwaysOpen:true,animated:"slide",autoHeight:true,clearStyle:false,collapsible:false,event:"click",fillSpace:false,header:"> li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()==location.href.toLowerCase()}},animations:{slide:function(j,h){j=a.extend({easing:"swing",duration:300},j,h);if(!j.toHide.size()){j.toShow.animate({height:"show"},j);return}if(!j.toShow.size()){j.toHide.animate({height:"hide"},j);return}var c=j.toShow.css("overflow"),g,d={},f={},e=["height","paddingTop","paddingBottom"],b;var i=j.toShow;b=i[0].style.width;i.width(parseInt(i.parent().width(),10)-parseInt(i.css("paddingLeft"),10)-parseInt(i.css("paddingRight"),10)-(parseInt(i.css("borderLeftWidth"),10)||0)-(parseInt(i.css("borderRightWidth"),10)||0));a.each(e,function(k,m){f[m]="hide";var l=(""+a.css(j.toShow[0],m)).match(/^([\d+-.]+)(.*)$/);d[m]={value:l[1],unit:l[2]||"px"}});j.toShow.css({height:0,overflow:"hidden"}).show();j.toHide.filter(":hidden").each(j.complete).end().filter(":visible").animate(f,{step:function(k,l){if(l.prop=="height"){g=(l.now-l.start)/(l.end-l.start)}j.toShow[0].style[l.prop]=(g*d[l.prop].value)+d[l.prop].unit},duration:j.duration,easing:j.easing,complete:function(){if(!j.autoHeight){j.toShow.css("height","")}j.toShow.css("width",b);j.toShow.css({overflow:c});j.complete()}})},bounceslide:function(b){this.slide(b,{easing:b.down?"easeOutBounce":"swing",duration:b.down?1000:200})},easeslide:function(b){this.slide(b,{easing:"easeinout",duration:700})}}})})(jQuery);;/*
 * jQuery UI Dialog 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Dialog
 *
 * Depends:
 *	ui.core.js
 *	ui.draggable.js
 *	ui.resizable.js
 */
(function(c){var b={dragStart:"start.draggable",drag:"drag.draggable",dragStop:"stop.draggable",maxHeight:"maxHeight.resizable",minHeight:"minHeight.resizable",maxWidth:"maxWidth.resizable",minWidth:"minWidth.resizable",resizeStart:"start.resizable",resize:"drag.resizable",resizeStop:"stop.resizable"},a="ui-dialog ui-widget ui-widget-content ui-corner-all ";c.widget("ui.dialog",{_init:function(){this.originalTitle=this.element.attr("title");var l=this,m=this.options,j=m.title||this.originalTitle||"&nbsp;",e=c.ui.dialog.getTitleId(this.element),k=(this.uiDialog=c("<div/>")).appendTo(document.body).hide().addClass(a+m.dialogClass).css({position:"absolute",overflow:"hidden",zIndex:m.zIndex}).attr("tabIndex",-1).css("outline",0).keydown(function(n){(m.closeOnEscape&&n.keyCode&&n.keyCode==c.ui.keyCode.ESCAPE&&l.close(n))}).attr({role:"dialog","aria-labelledby":e}).mousedown(function(n){l.moveToTop(false,n)}),g=this.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(k),f=(this.uiDialogTitlebar=c("<div></div>")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(k),i=c('<a href="#"/>').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role","button").hover(function(){i.addClass("ui-state-hover")},function(){i.removeClass("ui-state-hover")}).focus(function(){i.addClass("ui-state-focus")}).blur(function(){i.removeClass("ui-state-focus")}).mousedown(function(n){n.stopPropagation()}).click(function(n){l.close(n);return false}).appendTo(f),h=(this.uiDialogTitlebarCloseText=c("<span/>")).addClass("ui-icon ui-icon-closethick").text(m.closeText).appendTo(i),d=c("<span/>").addClass("ui-dialog-title").attr("id",e).html(j).prependTo(f);f.find("*").add(f).disableSelection();(m.draggable&&c.fn.draggable&&this._makeDraggable());(m.resizable&&c.fn.resizable&&this._makeResizable());this._createButtons(m.buttons);this._isOpen=false;(m.bgiframe&&c.fn.bgiframe&&k.bgiframe());(m.autoOpen&&this.open())},destroy:function(){(this.overlay&&this.overlay.destroy());this.uiDialog.hide();this.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body");this.uiDialog.remove();(this.originalTitle&&this.element.attr("title",this.originalTitle))},close:function(f){var d=this;if(false===d._trigger("beforeclose",f)){return}(d.overlay&&d.overlay.destroy());d.uiDialog.unbind("keypress.ui-dialog");(d.options.hide?d.uiDialog.hide(d.options.hide,function(){d._trigger("close",f)}):d.uiDialog.hide()&&d._trigger("close",f));c.ui.dialog.overlay.resize();d._isOpen=false;if(d.options.modal){var e=0;c(".ui-dialog").each(function(){if(this!=d.uiDialog[0]){e=Math.max(e,c(this).css("z-index"))}});c.ui.dialog.maxZ=e}},isOpen:function(){return this._isOpen},moveToTop:function(f,e){if((this.options.modal&&!f)||(!this.options.stack&&!this.options.modal)){return this._trigger("focus",e)}if(this.options.zIndex>c.ui.dialog.maxZ){c.ui.dialog.maxZ=this.options.zIndex}(this.overlay&&this.overlay.$el.css("z-index",c.ui.dialog.overlay.maxZ=++c.ui.dialog.maxZ));var d={scrollTop:this.element.attr("scrollTop"),scrollLeft:this.element.attr("scrollLeft")};this.uiDialog.css("z-index",++c.ui.dialog.maxZ);this.element.attr(d);this._trigger("focus",e)},open:function(){if(this._isOpen){return}var e=this.options,d=this.uiDialog;this.overlay=e.modal?new c.ui.dialog.overlay(this):null;(d.next().length&&d.appendTo("body"));this._size();this._position(e.position);d.show(e.show);this.moveToTop(true);(e.modal&&d.bind("keypress.ui-dialog",function(h){if(h.keyCode!=c.ui.keyCode.TAB){return}var g=c(":tabbable",this),i=g.filter(":first")[0],f=g.filter(":last")[0];if(h.target==f&&!h.shiftKey){setTimeout(function(){i.focus()},1)}else{if(h.target==i&&h.shiftKey){setTimeout(function(){f.focus()},1)}}}));c([]).add(d.find(".ui-dialog-content :tabbable:first")).add(d.find(".ui-dialog-buttonpane :tabbable:first")).add(d).filter(":first").focus();this._trigger("open");this._isOpen=true},_createButtons:function(g){var f=this,d=false,e=c("<div></div>").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix");this.uiDialog.find(".ui-dialog-buttonpane").remove();(typeof g=="object"&&g!==null&&c.each(g,function(){return !(d=true)}));if(d){c.each(g,function(h,i){c('<button type="button"></button>').addClass("ui-state-default ui-corner-all").text(h).click(function(){i.apply(f.element[0],arguments)}).hover(function(){c(this).addClass("ui-state-hover")},function(){c(this).removeClass("ui-state-hover")}).focus(function(){c(this).addClass("ui-state-focus")}).blur(function(){c(this).removeClass("ui-state-focus")}).appendTo(e)});e.appendTo(this.uiDialog)}},_makeDraggable:function(){var d=this,f=this.options,e;this.uiDialog.draggable({cancel:".ui-dialog-content",handle:".ui-dialog-titlebar",containment:"document",start:function(){e=f.height;c(this).height(c(this).height()).addClass("ui-dialog-dragging");(f.dragStart&&f.dragStart.apply(d.element[0],arguments))},drag:function(){(f.drag&&f.drag.apply(d.element[0],arguments))},stop:function(){c(this).removeClass("ui-dialog-dragging").height(e);(f.dragStop&&f.dragStop.apply(d.element[0],arguments));c.ui.dialog.overlay.resize()}})},_makeResizable:function(g){g=(g===undefined?this.options.resizable:g);var d=this,f=this.options,e=typeof g=="string"?g:"n,e,s,w,se,sw,ne,nw";this.uiDialog.resizable({cancel:".ui-dialog-content",alsoResize:this.element,maxWidth:f.maxWidth,maxHeight:f.maxHeight,minWidth:f.minWidth,minHeight:f.minHeight,start:function(){c(this).addClass("ui-dialog-resizing");(f.resizeStart&&f.resizeStart.apply(d.element[0],arguments))},resize:function(){(f.resize&&f.resize.apply(d.element[0],arguments))},handles:e,stop:function(){c(this).removeClass("ui-dialog-resizing");f.height=c(this).height();f.width=c(this).width();(f.resizeStop&&f.resizeStop.apply(d.element[0],arguments));c.ui.dialog.overlay.resize()}}).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_position:function(i){var e=c(window),f=c(document),g=f.scrollTop(),d=f.scrollLeft(),h=g;if(c.inArray(i,["center","top","right","bottom","left"])>=0){i=[i=="right"||i=="left"?i:"center",i=="top"||i=="bottom"?i:"middle"]}if(i.constructor!=Array){i=["center","middle"]}if(i[0].constructor==Number){d+=i[0]}else{switch(i[0]){case"left":d+=0;break;case"right":d+=e.width()-this.uiDialog.outerWidth();break;default:case"center":d+=(e.width()-this.uiDialog.outerWidth())/2}}if(i[1].constructor==Number){g+=i[1]}else{switch(i[1]){case"top":g+=0;break;case"bottom":g+=e.height()-this.uiDialog.outerHeight();break;default:case"middle":g+=(e.height()-this.uiDialog.outerHeight())/2}}g=Math.max(g,h);this.uiDialog.css({top:g,left:d})},_setData:function(e,f){(b[e]&&this.uiDialog.data(b[e],f));switch(e){case"buttons":this._createButtons(f);break;case"closeText":this.uiDialogTitlebarCloseText.text(f);break;case"dialogClass":this.uiDialog.removeClass(this.options.dialogClass).addClass(a+f);break;case"draggable":(f?this._makeDraggable():this.uiDialog.draggable("destroy"));break;case"height":this.uiDialog.height(f);break;case"position":this._position(f);break;case"resizable":var d=this.uiDialog,g=this.uiDialog.is(":data(resizable)");(g&&!f&&d.resizable("destroy"));(g&&typeof f=="string"&&d.resizable("option","handles",f));(g||this._makeResizable(f));break;case"title":c(".ui-dialog-title",this.uiDialogTitlebar).html(f||"&nbsp;");break;case"width":this.uiDialog.width(f);break}c.widget.prototype._setData.apply(this,arguments)},_size:function(){var e=this.options;this.element.css({height:0,minHeight:0,width:"auto"});var d=this.uiDialog.css({height:"auto",width:e.width}).height();this.element.css({minHeight:Math.max(e.minHeight-d,0),height:e.height=="auto"?"auto":Math.max(e.height-d,0)})}});c.extend(c.ui.dialog,{version:"1.7.2",defaults:{autoOpen:true,bgiframe:false,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false,position:"center",resizable:true,show:null,stack:true,title:"",width:300,zIndex:1000},getter:"isOpen",uuid:0,maxZ:0,getTitleId:function(d){return"ui-dialog-title-"+(d.attr("id")||++this.uuid)},overlay:function(d){this.$el=c.ui.dialog.overlay.create(d)}});c.extend(c.ui.dialog.overlay,{instances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(d){return d+".dialog-overlay"}).join(" "),create:function(e){if(this.instances.length===0){setTimeout(function(){if(c.ui.dialog.overlay.instances.length){c(document).bind(c.ui.dialog.overlay.events,function(f){var g=c(f.target).parents(".ui-dialog").css("zIndex")||0;return(g>c.ui.dialog.overlay.maxZ)})}},1);c(document).bind("keydown.dialog-overlay",function(f){(e.options.closeOnEscape&&f.keyCode&&f.keyCode==c.ui.keyCode.ESCAPE&&e.close(f))});c(window).bind("resize.dialog-overlay",c.ui.dialog.overlay.resize)}var d=c("<div></div>").appendTo(document.body).addClass("ui-widget-overlay").css({width:this.width(),height:this.height()});(e.options.bgiframe&&c.fn.bgiframe&&d.bgiframe());this.instances.push(d);return d},destroy:function(d){this.instances.splice(c.inArray(this.instances,d),1);if(this.instances.length===0){c([document,window]).unbind(".dialog-overlay")}d.remove();var e=0;c.each(this.instances,function(){e=Math.max(e,this.css("z-index"))});this.maxZ=e},height:function(){if(c.browser.msie&&c.browser.version<7){var e=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);var d=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);if(e<d){return c(window).height()+"px"}else{return e+"px"}}else{return c(document).height()+"px"}},width:function(){if(c.browser.msie&&c.browser.version<7){var d=Math.max(document.documentElement.scrollWidth,document.body.scrollWidth);var e=Math.max(document.documentElement.offsetWidth,document.body.offsetWidth);if(d<e){return c(window).width()+"px"}else{return d+"px"}}else{return c(document).width()+"px"}},resize:function(){var d=c([]);c.each(c.ui.dialog.overlay.instances,function(){d=d.add(this)});d.css({width:0,height:0}).css({width:c.ui.dialog.overlay.width(),height:c.ui.dialog.overlay.height()})}});c.extend(c.ui.dialog.overlay.prototype,{destroy:function(){c.ui.dialog.overlay.destroy(this.$el)}})})(jQuery);;/*
 * jQuery UI Slider 1.7.2
 *
 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * http://docs.jquery.com/UI/Slider
 *
 * Depends:
 *	ui.core.js
 */
(function(a){a.widget("ui.slider",a.extend({},a.ui.mouse,{_init:function(){var b=this,c=this.options;this._keyLK"ȣ<s?2HbMN3mg.\h{yЯmY62y#*uOEI|%ҵ:-;$IVj:HޑΨ7AR&H jȷXʊKOq89e4|e$q.zdlޖj$.rC}M6$PȃQ${NKRy'HTz-=oP]_[<֩4ԁ I21z=96IQL>ȇU$oY"DS;2JHAǿc/	{9$|Ih/v:owH#3h5Iܐ&[g]&I}@WtO~F	Oprԛo^yi?YC	ã@fL)E[P_KTI1I<|@~K'I*QC?wI~ Go3/bACTש̤r.2A"KsI2 9P5n41gNHe$)huFfLAὌ$ﶅ&A?̟HrUY%P2kIR̫w8%2Kj>d0VuY7_,o2~ZZ$
IŔ%ej(d1޽$Ɛ2vȽJr82:kL8,J* Ir;4{UvCFv%E.mgg0HxN>y7$RJ9M̕$"HwNY4Gr[I$o1ye8(u׷lڈ%I]^o6x7&aSt߽d9Ͻc	$p"ɇ'h>ͣ$br^Ix3ڴE**;A#I_5d}ӊJA)	r/}Tш
sN>$^KyMD:FрluD$_b Yo_q@MWd2jgGi3慃wM3rB,H%hAˉZ&<IdqYhDhMKeJ{)&f7  Yw/	_ji:u+|έI~N*gF%cG۔G~ە'| !ҖRXκ8TÖk?!`$-i?$~`5ˌH$IJv,`G$Tyso]Ht<tYS_u8`=LB"Jx+nߴ9^Pql;jOFXO&an>O[JYFݵ/LӐ)	e	gGuҁ[| R%LjW/9Q@ۜP>'72c/:tȃCV/\e Ac[j*^vnQ_H)׍ 9Fzg˪ŉRዽ8U\Ϳ;WXBX7V܈ȟni7Z5ż^nILuq^޿bQJ_ɧf+]u@IV%ɯ;bwc|8fכQVv⚉8:n[7z2䯠T&Ts=sLs\,[o3)'x1:h>S_T&Nۿ˓U>
N:Vl[;=2-v~#kӯQua+x]oYgq-+W'K8#\Vlgc/A{ŗMiVY/8Nts"i3<>o%8%˸׍ɏR?r<Ȅի7!&Kl9"Y:MD?䠺+Lr=GJFcƚl<wE>a,9?sKy݌Nd%K{5qY.1lۘI\}txorbȿɍ1k<@sl0J(sYe?2)!Uji,HTvSdd(-ABZzW캌FP;#I}(?l<: rǏ;*#z@"Y;۷eO$Jֺtt<,je/MpkӧB-"
υ7PSۃ}_Ɖ@@BD"}Շ}aJ!;ꞄBg4L/<e"ˍt>ue״A	|$^%C.:"R(.;D?o
okFӰ9Жce3p.䉫veshm:JW2nDQw}vNA߻#B)倄L*hyt=O86M$[#MooG8YRZZl7ri6)w]L&ϸjܹZ37q݅Z/5Z
Pq0ɽzGaY{WaR'F	o4F}E^w.(ƣІ LR/ݳUv~ ky/uݲuR߽?KHAh>?1q]BFCK^o6U
5=F!4AiZۢ-	'MUd-92![--!cNK6W߿j/BV9(ޟnu{z	I%E&=xT6q>po"41&CNM8nK>e˪}7
eUz;4N&qSv˃9'^o2+C6\ݩ0iTA"OP-83D\$XĒhr[zVS.l{Z[i!ZmddVi&l}nnBt[yqf$H^-dW3]eȸ;y˴D&Q g<ߒ '4w7uDwԝil8[I^:[x׎uջ%b{9kMj&cMt,	hs2zACABd	rmK4pZx3##<pYm7.L6?.*k!/wCS7[ǯwDwV(+3&#Bpћ\"rl	9BֽڜʽaeuI";$0v!fq/9&bDj$<t=ox"m aruvGt:&`?p 4G?KA5=U87=Tͅ[g__Ùe!զ]o1,ϖ{zmS=u&:
G~6Iˀ1D$<!z@yM[IaxCDUFѮtDfcU|z ${MG	E'SA"Qe(s%lΑdo3 xg$<ST} oc(K63 䬇]<9|e$q#NwY";D٧3f(Lܩv3$$87$l$	)NJ$ɓu@J8ٮ@dPz>I^RDF0M+/9t?$yϿ)+x.3nB$&xKt)IFE=1GwA"ɷbecCwԻLbQH$^~TC7s<DW#?9=nS;9{;
_DMBl9\pe	vZXXK$ƪ]@-BU	J"(P6I",Mo%a-c7^l:OP.Ϭq?MesR9AB$S̅̹Ъ^ؖy͚{XxQ:f};!6]Zb%'{ƎSPfAL/9rOLg#Ie+{q\9Nm1t~[)b.AyFx:&NEz9mcc3` L>Ftփ˗:9|v]QxwOKϙ	)*.?Xڽӎ+e+a))/%B	%mAloҢzڕ\,7I!]3tC?01Q\1!@9Tv5
3Ng*
.&fnyR[0b<38Dݤ3!{ˇx<>9Y{[k$O)MŞd9c_eVϖ27s(Eo梓NiIN 9щ.<R勦YT)"`"ڂO*AKqMy&ve!X}km@fSnGY[˭xůj+*<dK3rٔa9b}B=A匳iV-Oƛk")]}|woe1?J?ÚXV]co6z-&pg@ܬ[%VfFBoZ[a@[IFaj}aC&IynGJ*er3YOL/Gs7/=VZ"C%׷dE2 .}8iVaI*?$_vYKh-9}r%&lcrΖKZNb}-5>om/GK8\ VSzj]WV&$~NFyE" $ptQqyD@$+ѥZG	tGt͌R7\~vhwtK.$B>/G}m	2WŶded0<vgQi}9.V7&I;̽Ǆ?$1sxO{#-`q_q1ǖfi+}0(AV=AI-l_w<MtW4&=jE8#߳7yYX9%ݢw@&b+oK81{}hAxQfOa4"|B/Ha;THvavз{QȊ^KTdd&	!3	YRvd$#+Vdede'y}ޟzx}\u)0:_	G	\|=`٘Bوx.yI	.W>\囌lh"l@k?9)H!48T=,p+`á^IN3/C&+O=s\Ud"	|g?Xz{dP$L1 _qS"~%*9[1th&P(/K߄0"
5&(b*lzT5bziUnbFOli%b.xO{Zw{G@E_!=t>i3ܢ~ >׿k92A]uvKLRB"'OUxn@0ʱ'7lx߲yy"J%$uaHjAMܥE,`?<p:$o64QD.a'맃"<](1i4SE80j'U#k[_>LM\z(ڄG&cNy1nxJB{Acj+&BZ0Q|ц<=J)Bl><w׉rbm$$O!{92(kj@	rʈ"Ai0tov,	/Y1 al;N%3KCVQAJLC;i	{/o[<HeI[Vi=$@ri:A涂c[tDk$AS( ۪ !x"#:'AS6L_l|GAv$؛"Ay>AMI\cAf=iS_+v/O#x0y;!,:l${+zhm$(	iu'Ct4$8_{WAvmx&(k@#>KGIP4Y?UCE'j?ĺ}
	ZȁwkgH%Uڐ!-Qd!,Us烌d4-SmZTNέwH'h ~p$!h~vpL;qm@~kat$ÌqnI8U,8/[Z	E&dn!_P J4(16_bݏS
{hFw"́p&]+{Iy>^pݑC|sqǦºpUC(QI&/
C@	#O};3Ӑe [gʱ:|imolfKp/Hk:?@~tҝ]0&_2bIB̕V%_3CJJe!鏂$u&`&"8w(/^^jYlqǳb֡[;oHv}A.aKXx*kI'g$79y33$[tƓ3F:߸r,\ծr(Em\(_=*S[VԭO_lZiTr56HP:Ty$cw~[3*y>Ti<JjCRog"ȳJpN2TN
{N /**jP|g֧xu߾9=Pq
Y?Vdk'OUd"͗$u78#ƦFxGc᪂;"ޙLv75?[ Sݒ!VCW~PiHu'}coGn'M߉ྀ2|o)xEC	?m/j@ۏYLzwn	O*dA']ɐ{߹tTC!u; .xJx٥]\m8T3$=F`BЌζj4Enyߥ&:2hi>( !Z>1l{Gay^S| }\W*U"!^oku+vQ@(a[x?ZX!?z*{ƌ~U	ـ<S$vzd6qx';O8O_H|BJ6|ay,.hi.g0h:Bc'XVu 0mYןo[7X:N\s7)dCQ LG=FY$yJAB#ѦZ{pmm35kSRX/U(b/rFjFk)(ӽԔM̟ Y.+zὨ̃oT,
b {'"!`ZպKthQaB\WX_qU@A9ScJP?o2ggj)pv:W؄t*O'$yq@\Z؉*D#.@Ν=q/XS6˓jw!/)I|u# ϣJHSl_OؐRO]0i"R?\\Q5	[g wtm5nLfVA
H^#jGl 6%9["Fn8I =|[
O7?}߉`AwNR	aw2xGڸ2ZiqM3Nm09x,-B6 Ktб2tQfY\!W*`Xew*o<w3a	tEpB'fR? %D^osy#Y<PP$n!aRAvzdՅ"7yI'K8
|/I|`p&Se
!q53Pqb?aDA@7
BxdqZÌW18Jd>\	J*UsFI	ߴvJ?-_!X1w9;u킬VS]vS)w垨0?{B=܎O>Dp`
mf^/xgEv6ШeIgX7Pa%_pKÎ vn
~qZ$um~q4"aUXvae⨪519~ox"{yWMNC`"s#tցp7\5?(+fW&Pȼd&oi=2ݡgy߈q\?PB`O}nF苼QngL_V?ޮlpڈݤ=5v{YS"{dc	'',aIA0jfqk3nA«T1pNt(mC=[lb\ã-w۾ha?aE3vǍ`x`/0O
J{8rPc4" 7󨅗ceM͉,fD~>US-L޸7
hD^[n 
ܻ8u-@_M""QB*.͋g`Y]|j's?޷ɉ=~/ׁ<sWr7F N^AqG\ԝ1s)hv"OZGvXg({q>>}G|NJ⯽ Ug~xͥnc!
y
 	]ޤ\Fpٟ&qp	tތǀyBx{ezݞh ^{qЇ@db{k
^=svM<XvLZjh)#ӈXWU2 _PBdȘrbs5Ee6=vIFvj$mN|ykJD"υ_$0*$(%̍@n
$ʨ޲5ѪazO߫Go5Rնte⁭ے\BBjg:A}[37}F<qZ ̾CGʾ?^{ N'Xû_R[CdC!8})(F7= daB	ɵm݇nDp YyIn2gN$BڏMJt;g렯0_{r6Z^F4W9e%*qR[83E^i猼l}QNbwf;EDD}Vt(>>E?{'&546Ak?9Q=EoFqNѥ|Dӑe/,U  #{Dx(OOse~	.n7$Nd]p51$Xԗ/w1_C(s9caۖS+zHp>Xv;hW~<(Bwm3F :
j[WG=>2ȶNt"*'HZ칐nItH?aA	Ȃå|ig,$PBpYD1g7!=;Rwι%D̂f;k_;m`
Q|r#LoX,u}	ZN".Vqͪ5_;ViiD>'X·SD_: iont`ILx7+j"F7[0w@X/Qϗ	H$Qzg-`?y<_߼sWլ*d:o!vP֋2nPZx|ΧIq뤠= 1ʭi\@xv]Ic-(+4Ųh<!ƛڕIvؿMZ>M~[HEʍJLרv:8Y=;wHvD=!iOϞoy}Q>1ѽ0C(q+vć뚠Vh7%?bSHPyQIuKĢ5Q
wm tE^KEs|!->ӘL\XXKY$̫<Fb8syo	GS"rO玻>FEshN
@+C!f16{ÿg5,obik٨aysو9&Sw:z2zFwa+XotӐ?Ns1axɕZxv*"8NH|eߙpt,{I_Q'OR:3:%'lBQh8UxMr?7D3ĢNʷx{1!+ʶD,r9C$\@	fP1?%kK3W	q(Y V6t}]LWs5D*6ʙ~~n5_.H*
> eJ<w⼲M}l9}|JFvMiPѶZ[s`u3L\Fa^
h</	j	&`[
 kiӯnǮGB qlg={Fπ'(\3$HzޱƻQVgAmTYo1^{:{YO޹Foa@J><$ZOPЂ$(ƽ~'h|쳅D $QsS$(QwjJg+ITreWxQqqR[)&Hh].&5J<^_AOTO=JTPh
Dl<)T$A(6;od4=սW2'ITR̙<AzUA~#<wF3w*y#4@mp&4Snᢒ5ѳY6h9іXwwuS?CՏ˽{~g)l?Hȫ(Q}ۧ4"%*y3se`&P6w&욜+oC|y~轊\B _~r?V[뢓4Nߖ$kWTAĮw9	`yk5쟩;& &*ɱUDN>d1#vMBsid/~*lxo?N+ƿcJ|8'ŦTrV>r}N?H/4.U9Q|_KJ${Y__UŰ91~de#*w<,TospņǫOz3
jgt
!'BU4:1+5=zo$NY:22o
%D<:>jnP?
Yʳ ;\iQq .6?Z­$Ig ?&x,,<{58U9"_5;IRYXw.*SIBHvϣkfoy<!߃T&S^9 47'{rY9oOQb
qc0c?,~W*կ_WTYk[!z/y?;54@	jgAay =^$bFEbǴq~x7(QIx2SuCоqMB;8^7i`o6nid"qOxe"PLMԯI\oVS9i;Eaau$} 8CߋJ%g[;V ;1v}cEآuDp^O=o$/A'D"Y,;&Vgp[e;l54{AG9,+[uDQ\_{$
%Dvȅ3HD%4ߙEJTQ]gƼ3"P/zg^FJTE6*EjݮDDD%\!%*!JN̥}$p"k@J?~%*iTd׊xB#DD%{{J<dOq;BJ$=DFY@JrtLEJTrH?IR"P5k޴ %*M-=#(Q_N.@JZNvpv_4~(QQΗ!%*5?%*3W*(QLfցm5
S`w!PR5OAJnթِSw$/8vW0"PsdywD%7d§uDJT6/Q-{DD%^_nBJ%w
0~%*	bO/ؽJTr[AGgdwD_2$,y0w*(QIa5˜_CJbV{ȚD%	GW5g<H&Wp>[JT1Mwݰg
P,uk %*[U?OKBJTRu+A
^(QIYf<D%X(mJTRٷ~.ŠD%=ѹGK3@J^~Cn(QISCBէ@J>ֲ?(QI	7d/?3ߚD%fLv^#%*r}#q{f{@JƉFJx[K<ad^qO\Kҟųdg4S9"P/ewQ&(Q2K%E_(QK^;}u@Ju&e)|1k$IA黯؀Z?$q[TXjbs&풄)l:A'4uv8ߑqeQ5;_]$kKQ%ͨq d#I	Rx,q(ҏ%ӑOpM ԓXӯ˼ I<%bH|5˚6Tb?	X/$oi|),PZ~
/$K?|ΖVP(!r`[+|L@ՖBIW\x,jjQ(ark8i18_CL ɕ?3<j dԩ1
#r:<y:],{`2=(VkEMRhtb0Ah0J(ߎ$!k
BMU] )	_<ms,bl9ÍJKXȑzp~:WL&e{j%Սk@ D8ұtXYluˤn6E؆Ҥ'rN{[?c݇ؓ%DԸv0zz2sQ5Ok{璝R90(!LJ+Qt+hEX-{9]q4XC^еKs\\VNA$~5ԛ]k 6Mc=W?|JIU<Nk)aFՑ.L$$׳v{H5	RvKp*oوI#w7cg,'(d۶=1n/\:2w:iշ/dIaGT".&h1 Ea_xG<}Q<dQ|PG3f+ߣ1fSIPl*]7!f ;s+Y[Y_=T5W!7|ر'g7CMyKY#4ѹ^9Md1PUR8 K<#:+BV-R0D'Pbs[#|/IgcU5|\+`6T%V_^[oTSD_m}lHK`Mi:tN{o J<Kp*/ˡ;y鷔7(4??w,-c Kt;\0	u5v&OomIҷc1JKbiH0"׍9$}#L)K|D<;u{hQmJSI֥ ԧOD5	W	wvhš2= )
+b@J,N|uV@L?n̶,|\b7>xJHawJMxJ,r
Ulu9ǀ"67-k)Yxm|u!?G<y_H)"BE>~AzݠH*Cmx-&$n'U/2kKiЬtJ%*ZX۝ʹ22$ULZ02:l92ï0e;GI3w<%4	j#QKDXRNcRζpΣf,4Vm8Xsez I'JKi8`fZH~[m{Vf9G(NTW}	a:l:ռ7QZ.q;E{%ʼ6cudZT*vH)LPB^#RN:׍{ϙ6ȿlf3?kա"I-YT견2HhP~XR!Op{㵫 j+ql4/iX{{X:+</3(ٯ&=z|ѹ`#ݞgغ%o΀>دuC2Ѣ M.^0M$ֱ
S
X߹7ҙQJn,LPBV	w'W@|SUAy<"3jj
JkðqNF) F` p{	_|:R(b0	CM֫:kW_"%@%2lXE߿|6s'휱$`]Xwixju@NY(!r9<N8%]N]kBm|KΖnJ0d}]=!ACz 6ְξcy3(!1D,R+s:_~:p$8qYJxnL߆>Sɡwݠjw4_CJMSb&2B!8yih݂i`D% F1)3BTr}w5$K5KߏRɃe bqPIRY$(c1*)>\IE0$""Z=T2`B_4wƻSɈ/?=+_Z@JfůEQ5(Qɏ3Ҟ7ѾqM9SA8	TP)gH&,e\8y(t:@"5_t AhRsj϶x>a2D^ըb`܌kW^~) r.vl^W^پˬP3ô {³e(>/û@& y|}7ۚ@4/_ϥ%A ͠LN~j_@	]	nDYÒD|(l*1ѓ}CZW8K*$S5(gi<<3b4h!Ϸ~ѐ~T@u+_ѿo:CȫxQCl;
ñd_&L,}h~%K#%Dd%oq?VđdΘ${b`|u>MĖK=S?/uE;(Oxx'%txu6khҗJ@	O)}*o״*Tb/[4aso,8"zҶ1ńi^@ÚD%zōSo?)"P;1|H: s3U(!:_
$nZ/]lJqD {t{g};	LW0t'N"8knd+pv+Mf8,Ѩ{_"A!5[UV%ȟ%*iy@$PoGS}o&J\wwqѳ%D?*,$"CSS3]jQ8}}>ZxDQ"P*wE] (!lk(jĨq)\ O}E6LCKOǓ7\ų}!>J$8&xv}+(!5U_#$Pm&-mLnL'L[-cP@J~}@	IKx79>8п-_:w; ý<{?EDch(0
n%UMOf-ME3Έ̡ʑ!=Bt1jڒs6R0	kD(.d_r_VV6dHͬ_йxJ1$b%36d~`i> !q1TR05@d$ј#o=li7P՗9"KɂtxfrďP7{|cpnp*[[dw!t{wePBD8F	PCbLO¤mҫ.J %DVL]uYv.tm`pemHpdsC9O\Bi\kA<Sip"$]id,sPv"(!"PhwAH
ssEdQL7'nsf]t%{W4UIљS#9$ďeEr:ٽCfcFXҭy6vdPB3Ynڕ`Fi|}oONa8ɳݞuyhDQdw!gVA#l(!wS#$M;L>am]rdl(v6p@e>R|ž'Yl>r@	{㏯g566MXûeG&!:Y˦@c[G+XB<)'d-Z~B18ePf{QdY';ۊIU;JIǘ</L]ՌiC>P!xSP>ѷHK'>	%L\n^1F(!ri{fNu Hɴ6OܦDv.Ò?y+|$Ѹivd#ω+.8s<_w*᱌wxHMܪd|ڛINޝ{<%wbX-U~hCjȦWB~@ܛ
"翊&_\f:"٤;{`=kG{j\l>z)Tϖt9-
)zP><d? [Ep5-UTEZA%k&f"s Hpw$\Pڱg%cE{mxu[TPN<|j^*)!i3I^z165:{u6(7dGزZʄxfэ~:OhqEΓxXw))RJE]d'QHt*hDv5{f\
DVǾ-Xŝ+?>kO繟 |KE3DI8UƙBP9 >VǇ<pF"MIzd,pM4Պ1d$0'لȑ|wmvz cȖ&aB:߸sqGA	;\4Ljpk(aR2v) =sS$(ƒ;l>I3<9n_Vn[:cCAV#¦$.|'(v|7BS*ޗXo	cwFdb6G6ް1h
%Dn2кrCNi$^rR(@	{ʅޘFn3d̡evvΕhy)S-f	9L@r:N_#h]B~|"qקqUkw7܇ȊCX1b3>֎IS]ʕogrx1քx`}\vo!{"XI?<etG";X.=F[ZYR]I<#ȠT7y8~PIDP#?3^\T	`0ŋ+A}pfv`\u
}bvw@{WcZ_E%o@
e2:V5vX]$=;Z6<vF4/zS>gj'_Y\LBJHZ*V?qzxT3>ք^h6]}tо4G~7M{Oݍٻ<L/ZGFˌ9ա.__Pۄuf*WhDΦ@wgtGV
 _+_E@Q2ǏI sv|Q(1Emjpvlx-j5(/cgIrߪa)M)».=>M:>Ttk`؆~?
=dܩyAjOb$[GH*9W绗ԱҟT=~	BIE/_q8la{ĹS8a\a\"gs8jH:s	;O<ݿhՄǡ(;C,{[NŐn&?=Й.kE	@s~j(gyVK~ΒH\]
po*[gQ]@ik?^iyo9MBwLm⧒Sw!N"yiImjc}o$iEgU$=$fpHx$ibit-D%K{5#ݮW#yɢvù@@S@	?wݘbecdKdtla˄Q߇=^isz>Ҽ0(G+o| xۺTNM&vQzisy>!EvnNk/פZrO}p콏^@3q-,sߦ{-t~N+E85أߡ7giVh8e_G3
C 5G4مqՌ{XiDu
B5)K[ I8A`
$ߟ)O,3]7NBw@Ъ:(|U4ypx ](^SsM񵱀,4(2eBƺ
]L@=lI~3Eȹ&|IL(@62eQuʮޘW'΅lB e ڹ>zw8X#%EJ;ple$n-L6Z l9`~ER	lzՃ&$՛fW0S7-%-9)gظa)&l*+ :kdwm?~S)9zdؠrr)3EQK\\6x[a6dl%hP[#́"{N=ĸrxY&S7/ќ9u4mj(rE_s	{p$ߡȟig֔49	J5ղT3Eai?MA3gV=Uc]VϢ(],&ͨZ)NtPwG!EYAׯ1vE:Ѕ#qxZror'AO+&g6:N	<~̧db5wأ8|ʱ-	>'r(+"&aug'+&/&	@|K309c,W$b|	ÞȐt,іYc#;Or]ʟHQrW:ʞJCQۍ[jO53[2jT[<h1Tŕݮ3Zvf8-<'Zc hߥ26{oY!LLw_ˋ<tpuRNwwQA	K<&3E)' El\D{ɥ甊h\=$RW>s{rj(0E9eX83p_ʪСrpֆȲ@J;+Л{S#3=Uh?L4SC	diʋ9[+@Fl4ROI;D9A9|p:_;)'4qO4rgWbYrvn綣,69AYu)%=Vn Rx$Dlt7OӃyn/Bi^xT|:Yt 1:Iqx$߅sB	߭o-wyKq<zyIYG65	w\#N3	<d3
l{߹hyC^9ESv%	[Q\ gb(J'Ζ1EB	_J.~@Y>(OJ`dm៑|ݩx_gB,~É?]yonثn(D5wJVhQW(B~Zx:
<Y}lBzo;*,Ms:dA"7<'/iEvK,Σ}VE-XD7~Dg~!)%$z0J2p}'z1&\k
9o5	umΚ4>uQE	Xc;r:Erۄೕ$$i]A%J'Zv:c.B
wj1UK@	1)YkqYwX6wxbDD(6ZtV*&v"	hrRܬi7ϯ$t;Y|ǝJRDʹy090<kwتe%Amp8m"$#ǐc=0NvQbwzlĻR5'~<Sy[fSFl  2/ijq^$7}7_0jߣN{QW?>ߥGpqSܸ3[\%전Hbϓ9W:?{b~(n+pf:QJ@IQr=N8Gp&+<&h*@x},Y/Ҏɑ"QB	l.Dc}bPmӛ?m{{G|jn7iԦ&~nN:KKLOF`rU/rMҀ%M[0^ڇ%Od eIAQ$YJ~7R*eE;6o yPԴP{w@N0Sl4y=-0uQ\j<~JUnƙfRLhh^~bdRoQ^ &!R$ujފ(_{PYt?SђS|`	EURlr㨬W`0Ny;keSe \-꨸EPL,A	(;&`F JٮJ#wWk	dٖAJM_gqrMg6wa/t	U5(^I)
i0<f
+w\AC{-sJi(̷<5;~fH:^7 x}(|6sEz7H v&MB.WfK[PGJ[uźlvIv"2-y$!n
IO7!+F=@	VfQHǆ@JS])8nJtJЈgt,|0<yұq:9ɻc7b _ᗳbG6oʀwB?pAP7MgC͟}tl3t|a*8y a61$m;$sƛ!+qh7s0Wp`bFW\%{'!!xԏzN2r!"_C@](ynM&yjPu./߱=tZ;w65	1- **;1.7q-0X
FPj_)aQ;W(!2?ɾPK7뛥+a mwuK-8\2iK_|753ż!ToWE	;D_GѵPݯ*٧?*H#KeiHX.L75Eӗ_gɣ` o9~9`I=7ujPE!mԿ3,iK[XM8:/'Ά DZ ]:zFZ78O^4+lrPtm`v%VY۪ڦtI*FM3.'#,ex0/5h*|-]lTzmry6VM\G#0m$v֏bXo2^_t_#( ם<O\J,~m5;Kg~jng bhI.͒$+xC,cI;P:|1Wm0p4B!NbrTZihY^]Ш :sOjW[ۦ\>Zk%@yxJdd?<E%_^dNF#n77Zt^O~<5.G@kQi~2$wΪi!r\]kڭM%$l?C9I(V@}!M*.] #ZvϯzNj!{,Q59q8?E9"{8Ar'`Z5$͗#<S]-ϲk7dWV~}܁2B	\Bq.W2Si*u*٥%lS疢Ѫ9p"[_
Trx)	|,M,TrNn?TbxRG%nw!"Ɨ3OHm$HX#/ou䮘wNiRIs	?$F^J>00<mvW	Ȩ%7I/ʕMԣvH>VcW3YO'zP~r	8c>3_'O;]WۖG/o駱n'뾚Ҹ8$dQLK<lO[± %D^k"|^;^pKof@;0P@9K®T'<[*+>>x\I#D
3jeqLO %D>:9Dl64JTzs:=R17֝>ťѹn*8s=K?!I0J?${TRI͔"9Ӛ**I?$5	k˸4oVzW|F{Hndʢ+wڗ累s	y#eQtCZhϺS{gύ</8+CҾ~M&<Wkg#ohk4S#e[חXlQ(!bn$FeEႂwLrhJg?g9@	?/^[e?cTv3#Ȉ(P	ɊMv%d""l(,#eE)2Qsy>繮_/3罎$cw5'p^I0|SCsנD%֕M(*y4[r@yd}Gܕɱʜ"H@ǻY~}&NõwQL^ҋ}c
-Il̼ˌDQ3FP~Z1zIc*IFgF("&W'ڰ?j11O7o9=E7"x(Օo5U3UC:+L5pcS`ji8q*y?7/yߌ{`B9\e+	|g~{ Fv!d"LXrrm0{;*L=a:KYŤo_six^&S6ӏC>6?([MĂ"_ljYE4Y1=+/~4A~Q=!O=[wy50yįV|~שl=o'Rj^Goy({ݼFxDdGyTۃا쟆qE;y푧 ),=[fgŕߠڛpr-WICg$fq#W(<ۗ/QDx<ԫWDUآ<0_ΰdmC%UY)3\\ P;ΎwDEqOw5Xi5ƕ72mdOspfn"DgtN\c޼¤M&$Oا(fNV3U;^E uB7)efѷNV?t$"nfzE6)J4c4ݩ|_)=̣neA<
3A ~`3Lowvdkxf
<|Ҳ[i],i>"|Y+~ݘ#|Vt:=?!O.O|Dy"gv>^ylZuR<_7-Wk6nRi7q)[/`JR.+=TrqzOHoߏ'7$tyCX)3=MzNVmyIx#BnN㼘`}71mzxTHM+T㛟տ&z-q#Va_wJ]⵹DRT ]͌.[
Oo5 {'hK8w25/2-en/`]:t^Tkh3$Qt4E%vME16Uzee FUǳ.v2
$jn	=,h"Vasvfߝ%	g1MdbYXmO{Px(Q+hNĻfWɼ'qDҧ,Yꨰ<ؗ.3\MRຠ}^br_ݟ3Xҳ
zq"&}cSSXϑe`5VPS^qN>'uѡ"Oe6(!2ls`.|gSF&VIq9Iny^m[񆝨v&	Ƶ|fGߎxWK	Zͅ{.>)$fۨ4@(!Ü0rj;+J@>J_	|o֋O`KW3j1˰-^}Idĺl	'uhJ&QۭD=tzBTxUA[кC ?.{!r<%Dh)뤮pHJGb2eʢCm #r#^5fwa	=>=Vv=CXtcKvoE%듵A'uYz:bhE0W톴D';?H$lL<Ag@<=wQ#l`]^pp=	bD&v8Y;=gB	S/ܰGPBe߁n3*+TL+obŠ,{Ѳ@z|m.:
b5}!tGMHs lnj/z,]onznw/ۺ%v<יִ43^/C}Yl'.K'HхnAIb)^_TE4ᒎ	!AUI+(yM¤LGh*`@G;|1|spbK0);~x$Hnw5iE<D(<$PTy!%SdLc5(ye}*16_2BF2"d7TabXkXMѷE4[.azzb_TTWzY=&z|]n(mKϠ}bo_5ieBA8"J:u_Jx'm(R. #'jdYu	1rgjW1PBDsCmB}81Y~hL~Jj&_!a3*!1@҃^0@%u6l4^AP+ia#TbSH1!*q!dvfڟנD%l}DgP4$N*5+KJn	5κ+Cs^tź*ЙkȠAJTاgdRI{}f`3zJTҷy:T!JGʯ|vťТoϹ
Gotކ|6΂ό3U_됴#kDXZ%̏Dmɹ"n*Y?,	ᣘy3Y6]);ۓڱTw&D*y-PN@=	ȗ ٯ~c{K3:O8Pv ^OoɎo&,-OWy聣Wim?ֳ m{hcr%I>Lú71^#Vɏ~2s5xݙ7C|($
PߜC
Gg
-`cH'qGfssE16KOi`-s|FK
}~+ۭ!0?7[^x{y9HG${mhza(	V:FU'%a	nNAGi|n|VǻL.T`C8}U9@r78ֿ{XЕUϯ8N>d&0_Qzd:	'zXz'`Y;<HC^8=gQzlA_iAYKeM5 +&3u8Z#ex$:vT}:ТXj%6ݝo(J~P
xOp$+{AڌI%Aw`[Hdθ,}OG:#j¬@9u"{'	fhtP¤"T7Nߐ'GIǣOꃽpob/o-IW7o|,5|&$sQ#;|k>eۨ(!GyvEa-y8tip4S61pV;xɷ0aio䢉.\ua]OjNx}x-'\-};5tOF!Ăjѝ0k뎣x:Ԡ6_L7+;)*YPB䚇z%4W[355c\-8jx$Blxk;hv1y1@*51dH/RI#	H<P~V1!FLF9FQ}Yd['k\q.F	I2!Yճ6Y?HW[F]9ſWZ\Hi*/__፳+n&>j&]hP!KB|AZ~%%DUyz5"nT#۹ ax1Nwn[ WVup3I!dXk;9HjAn/h``Lվ9^#bq"zugMi9PnR`JE "ٯ_Y5<PGid"O}P,4xD/c>%D,0,s*S0Y1jkʊi;mɇkR9`;Iؿ;seqd!)D;Oz8{Jk⽧@F9=QvVaASd_
>q&%<i4,;ۯZLn:fg3MOn:҃ߠHmu?jֈŲ*MBv(;e>c
kCZ/l%8lQu;὾t3IǾKэWjm`ᰑC09j%Hc?^8|d0q9![*uh$DjV{~&-:n،NZ_֗E9`;{P$cL୼cGq
(!<$4Mp\_<'I댩pAxf.ϒ	#ҡbC+s^^x`ɏ8/{_O(Y2}p/`-ڤ  0`,;sf/\[뀧h(&4q۲&xC%y׉zZ=7ыob׼Sb	i8%;WIr㣕#@4lQ(Q);I	m[u{LjgEQ<0)IyMH׹(d%t*~N\0k p."Ka;LEr	vT.Mwr=]?S=ǩ2+33 sU+B$w]{sDC0[$K2ԚQ7V/7VD,~(04	uWH^#rD/YKb #Y~=79[IP5cO냅N"_}rj8)y*jff#vm;akw's0iV8wsVSJ!|(&̹7J=}WG39J8ĳUHb;8Rח؍<\b|eaw/$fˌL3i}ڭ{ܲsM|1vJɌ	&I¶>i#ڀם#n	'1y&Q0Ol$lQILG6R!e kv)8;q3x g]w;8{@><Pv:bbt(փ{]|=4(os[~hDmTYW['Fe<Wg+򻕁|41#	$N1GЍePy&4<ךFw-DL7|><{
6FUֱ-ƛ|kyڈ>Oهoj;~	$_"4vDD%:i{)&-Rs-:	(:pMafn˫M~ %*n!Vo'Z]$*.Yg/(v4QyugbQ-7(QA69*9$G|Q'tC0a@%GBBF1cT]-|(!+Zɖ8ꕍ%&cyۛؼq3*!_,6+m5]$X[0cqE`Β{keQ9&H'UuאEPA:~!V0ߍ%}HuzkPH.4fhBw.2%JޮiCweQ|-RO=Ooszit:+!ܠ|fg".1;YfW:Myh+uIU>@	tG/+e
uQ=Hȫ8*o9}RO+MaEi!pTnpPz-'ұX;$P:1L:/Sf{AlQ1P`yE3>"͎H:v+ n98A8+N0	-Qro$Jk32=?uXAj%KiO6Qt"e[}3
{>WZl1>G`v#qj[=Ua2qP})jƚiʠ6W\.ȷ
sT诰eTt{=ᙱx]3pIޏ%Ypj400nV950jVw8#Y1X:,]KD%@Gs0Q9-l'Eנ4Z0J 1u俨nwyWyM1dc]}̠/3Ą=|qp]gUwkd"-wz[ʡ(4k`Sٗt=c-J,6QU@D"K*uo%*Άt(^t|l1$)?P1 ӮOXEUB	jچ~8쵶=tF6e^<SM~QF%ՏKv[1F	;C[`.W=2\)`ow|f:g!2{W*̊bImQ8p
~)0YҏS/[DN}jQ5	KOAqGRtߡ558|ֆw>d(!b^H\9#5R"үrv-qλtGeuOq-]/[-CC}f#p^)dM/|;E8(1NVv<|dQϛȆo2<Pēr\QϚeAuEkLi8w08|;N%>-D$j妄fk$;BDwFb7^.N^t/I+53MvF=X{EgȘ<Ҭ.q^)~pO
0JldِOAZ^]E7.0U!ϲ讑TyԠxcƑ- E\FCbpT)\a*{}EGQEqbh$$,ډ%6\ ӱQ;՛AGoEG$qPkc)A\uEs%g>,ƫ!o%D.o~MXC	n=hJuivU;#"bLaUIL|"erG`9J,oR%v9vR	 PB$e
͛J?u#1U+3ӝcL8mMLwWSrz֙6Ĵbä%XqE7NX"1Anm/:@W<}ıg{7hL*.ޏ79۽kOWi] {yrd|CbY~3EYW0{@ſU&iqoVc3Ľ$Yd}0s ޳rgêEч#\ަU'Eodo!1_]6Dqɭb{YN
|'uٵp>s|bǿmWc/))p-~N֑i<l@IFaJ@	K9
xJ0N_}d$좱>Z{!AݹKlO(
XGע|sv?3&\xJ,77Ǿlb;(LxEz3JPxL
)vZׄh~QJ"r/ŕ:Wjߍ .MD޽\~R(!ҬsEg9
|1fm&(WJ0r"#0mU7ڴob5WU)nɈrfMcjtGBQ!we
\b='Y֘,sF8g~ximB}bwjo
ij7y;]bxY9
ȒySJk~S(
AP	QMQeo͑HЫtD:f\{fM5_ug^z$]|DpNO?%/d];Ʌpø6k Ք#I=ͤ`ޥďɃB׿4Z/#qwmgUE6,7֞6#E|\g)@l4;ع0q{e)mcH_$*RxA̬kt4[B	U!g*>wWtDo=6(f87ۋ>y딙`68z"P
qNG!kS/3_as>qF%^#{B:T^o'Amό6}JZ ESҾTX)HPRZT"ɠ|ϣl9,@,W!;Ć	^*QEU/csG=7jYg@g|o%t=w0t]*ѫαduPlqa~wMsӰ'ˡl""q`Ak%:ȟ:Ϋdk	 ]潺/6f𭡄D;{}N"/	Ь@2#>+WU ;.8ƕ?>U;<{[*_dPWLֆA/Hq045	%	+ZE@Ԅ>Gx>}M؍Jq|TĘ%U!3^U6@9$k"a@q'\{u1/fzl^rEܐž {Ą(cU$r\d}zv	YF+-V)0=Pvs) "PBdcP^۲A:-QR
+$pTmA>]+!v
>'Jʡ~Lշi{ꁇpi}-[7OD'dg>|壢V@%Z.8bYʿ	>d!	Rߴ/>SS($$p+&p~"pݱȬIKRR*Y&QIlwkzQ*idwH4brkFz)=1MuG7G6R:%,s:hݒ$jj5e1PW4-$v9=ʸH-Lojz>H𭡄Q+&+u(s!Q//R$JR&qZm^wB*-]>bv{IrCTh2
^PSQ/*ink
qF0waڮs`=uPUیŗ]ɟD
ZoC}F$%sm|mE~)0YH2L.Ɏ (Stn*T:k#;I%+FO ̺{$u1)=ut$i
}Sm/C"M
Dy$~T|8_Ty&TVRo8R=09^zǋFIOd}OtR;VƢN?j}^d1Y I=;`͇1X4${s#hEA!Lzx~]UZ0JH\"d_v8,"X$DYC^+a l8DwޓLB?݉pʋbmĹIGqzK{ޘm$`*ʧInW&+ሟvҡ/Og<s;rT~>wH-햛S@PBĢnȏ3+8^,VWc*0Bݒ!"l-cLsz=9kUGYrAS6j԰wP̫]od
TC%;4\OpݙdYZELi&}m4<S8x~+3"|.BSʳgݚb;w&VI:O]41agjVfp=l凴[c;+)3hs]D\&tQn6/sGIiĿ!i}q0[Ε^NmPfWd]$Siz>Q=g)@JJL\	*yAn$yi$ɐ0}2_·ߔ<xj@	߈&ej&\$`$EnA(yVgvS` +;ڸ\ުkwsEd`<-˗.#=>^a_ɲ:I|?Lõwä4^--*~Mf4~/!i&
H%o}!$2D#6)nێK/b݋7c5Ud&PIï.`%*ј>F(!rIb2JT0IYli
<i`܆NSw2iB4ϟf,%oJ,4CSx_EƄjnϵQIW15g`M5\0I)=1HU*u yˎP>13Q^)Ma~c^װQ,Wa\X>^C~dǤnVe:fˑ#:>^lm=[Ջ&Ŗ>{k(S@	bC&wA1H#72Px$֕$:OHTTy6A{gQn	ȋM'+l#Bn8?#V`dF?+|y<媄W U0a5Ȍ=!K^ЉJDͽ?67ֈ>ۙajfa3<Gz~oqHx7gʿI&viae$TњsW
:}ܸ"^u[!nVl~0Ѐuh&78-NkDȿɾS^8}7Nzg3i-P=AL޲I5JpT{Sg}6'	bH=#Q>.EA(;jV9+gBFv)E#O
>zBEܧeȆm2MELіg<5th:RyM|OR-QY6Ӫkut.`rn;	b/5ħ^Mkmqd&_zU%7߬Ne
p>sbKDz/^*B^ҋu	Wytʦdz(ǀɰxY`몛 %(KRKk omD^2#M,	@D%*\OO$
sm3~6){b-T6tNi;:I%P3_&ĩ47hhkB`RKiAEmkoZljH]u|ȤV󖨁xs2ykJ#^#<RXiA*?#H_eάuP\4zAUd9%uR&NIUQ:|^4XjĻ_hRXE/C+ʀ5H'0br0L6^UF`lO=
8oרe=-2b]3jS؎VJ*Qc_?'tBzu3[' r52d?jďϧ]MX}
aӧ?".o{)V~ لH:-EGavuPɕ&%aEy @=PBd<a$)4գW_ߎZH#7C(Zoz<&yFe<+;i*OKHcFFV'; ,{QVlAM<o`匲|H_;Vn\JbKaA~n_*ד]9kgc?ԅwX?նTy՗$I!̀)-e0SǷ=}{/k/WJx.n}X	T7"vNe@
l#ܩ+OZdQ4TR/U<ˣK.S{MXƢX6z	bƟsCo!z6Wjn.籇#+(ESWB50ٱՔSp#\.`2%k2wRog=־P0Mr*$]p\A^lڙ#_T6s$#H''3U5g#[\"ٍE
ya1P-5HYkP}uEH'oHTWV1:MFLo8r7>3Ȁh=(~Ii`;|y7YLvv8؀J8zS.`b<,1xY[\>F֌/`y>MKei d5U(s`s_=nI7шpUt}B?4Ыo`@	Bm9&uf3Ej69H{"eidmu8,utbt E1Omo1mFk"$2kO÷ۮx` Iu58!ӄwTfO18,x8Ok+OAU3O/gL Ke4RiW͑&͹^FeT7-ρtiܿ*+6?;`.a[?o/~ڢ+xnw1}i/='+%\4ds(N(#,\9ljwȏNT{6`<UbuM3w^7Ĥ`0cރaX4_Iq\g@G3[8PЋ^{/T? uGB)&Ns?%2A/<Zh.:qG1|7ncwP&ݹ{ R	*O[#@M.i1&Șt*1ĊE_xuq6*w'AҎs0ݍM/nZw	=:>#.TfW?	2P;(LCmC)i9	SHQ}KB~d#(j&ίC+CJkJ
x0|f'dU)Kѿ}{ZtjqTɆj?n}F~&9NɌ'+o|hyo*yH	x *y$*Ai5m>#To*-?s5DVߨvhs\#O+ⶶ) X"u/H WaYGLoMtk:6NfAr^SQD\nFv\+X;x6)>7yG?ȫ&C"H? r2(,(g~8F}Y砄W}>`>=Vriz	jLGQ=oXrw;m;@>	<(xMB$),.΁m@̓_k˼.t˶k-'ʜn0m<Hpesآ|η@rILGz5&ѽYT@Z|"i7#VXjv!'B2q=!Gg2{E@T&;ѯiz=dײ~-}U#_mkRL6Ȁ-cC @8s7ڍ)N۝=mǞڷ=T7|sI"JgV0n/b,5fb6{Í8T&8hXU":GGI/d`f;6m;;!NW@0`r|z;؆<];ٴͧ}9n r_X"$
YjW"|^CĝbbwS^>h?)>DSP=9l/]oF`5,գ&9wƣ[wסZG'n\q1s.gɉXg|bI0Ӊ&|Tr0pT>؆!KtwRo7@2~Lڭi}HRBh}{$e>Mս*1NU0\QkiO?;L "ԞoJrHkU]v֧#fs3<^w/xnѭNdK[He@ iW#\*AD\w/K+$9\n\1)~ḂI`{Nx^#D>l>gLV5ĉ7#VV%m*%D25L毌>ws 6,yRh$ ʤ<uz_#?\
X|^ZuZ;	VVӳ!yNof8v6m~u~O[ʍu9lI(!QJv_ZQХFq~}"CfQcV	!C:'$"l$Qd?%hJw|Z:@Y$g#ytLuRo$qx·5ѥɠlֹ𭡄L%sV1<EԤr_1mq|jȊCj"Qr.w G@	9qg_Z~mr1sK(38 kj+j9u +eӮo~#44*Y(Q2"K>:o;~p_lJ,'9!j|Y`6tye*3W/|J|=*H,י]Йofv0&6e7E7ұͭH;^Om;v^AWH@:rbb_C.`BW$P>rv%{)O;Lwwb>IG	SGOǼS+@Pd[?U0ϧGdEa0<DwG܀c$ )[՜:HyiP2M2pQJG?啎ա	)(d9u(yhF'd
'uZ!P¤(RÇ֖0ʹB(\Jpq;;7$ctgiC	R"^->~Ջ
&LNIK!/nd\:K
}1-RӼ
Pe7E.ls%մBuu)"ߏ'xN;Y#:JP;USItp?wZB7ku޽tb}룁/\ oEdv+wsl7KHVa,N*G#WpeeHR07%LnɾD#t#E$<IچO!M5``"Q'"6Pg d:Dd7LhԨsXP|U&Uz0rL6nz^wTbcK8lL:\aEM㊔0MaT+YH"ʌL}ӟLpOEQ
z>~##^ YJQ^sE"DxvfQ݋IۭzG
O;\o/es<%)GdhWUl*EZEkpUϲ$|Bޙ47AڳhGVށ%V:ƥGU:`0"R	ǰm08fP~;{쎠S1M68B2mFmJ~:$e-^@Z~iC S;hbpor\qE=(!bty㽥gu@̅oRy3slo +Ťҗ~`k"fWzCrhUjqdw3l{]B"G(E_j =ny;u V֦@ yU(uD#/us<:IPlCFU9=<ᬗD1l<%7У2cOTr 
$jX7 #daBr(<尳C(Ş7gBLsF7۸(XWa~-\~Ry]bc5X2DT~Gt}2<hʠՈ.>@	fp-YpL׃"_ܱ<ȁgC}-&gެr(zayvlB>=sJDCJ9x2nU[;yAW;_du'ϻod[?JmjJ7gb&_؁"gڍbRӠ{y(n鳺F\Xf/"K0ŋ1?<ZA3lgŭůܒWUsYJ(vm|9A.%IX佀(mP(`g8g9A&3'CG_s} GEtG}+xm{\Gs?C~h<,z%D"U/i9|;ƹ}65tb]ft>7`?#Q推yc$C:~</\*UZ\wژ3gQϨqzG8
`d똤(Pf?ޮԋl;WpM?ɵVu?>=nH%2@riEMPpn0H]'3xgCLAW~B.*Y6a	{n֡(="E'?/g͎k7( RpSuDyJxUq<g\J$,9f,>pVg`8o)N* F]k= !2@9M|(nl{$1%?_pʧ4青Rwx̜(|O!xoL~&aԟ2vE9>M- M<B2fgdmޚC~(U&qDxX
Ke@,ǪNI!72v]mK? %D߇7x-L7A	<I
wo@5J$Vy(QI\@J>{gHߎ	@!lݚ;PmJa\I5Mu&^CT\ɕ޻JRݵUKB	Ha:e@ٰk5nh.H×aP+ߓs4UޟDI5Gշ	n-y&+?x)F_B8d1U{KIdfazQQ;ڷO61|믯)F]RJs3J1mÎU%/?>tWL^C?
2AoMUGDzZte㭭 ii+Zl{cخc	(mpP;Km9iJ4"R)e^Rvw$zQI*?G}}x(ڎQ֩ N#K&Q9@b+n{;'.L@rI/TAtiJTYT9ajUvRI4YM=~N%q?|&$Uq.sJJCrY~Pɳ<H!K,t}hAJ#=Vנ;աD%CJ&܄&3]j7&WM3`˒uޯg,5⫤7u/.6EkkMUu!n$*!2so#~B>1TV6I$j7T'̧@,#Đ	c7t,ZG5@JU3YΠL5J{! ߔξ{T=<%*֩AI@J>_;j[O%9D)H9mZvJrSU0E(QI9(ԢPB&I~(*CJ/ޠ1*yXԢJ"0${GlRߋJ*g ixySpRlnW
>s4T2诳`Qs@JT2=sm(Qԓu
@J>jǼ(1Z(0 *՟h?jr4?)9{̕;ܷY^u-tofM5ݢ';8)$ w.}vkfߏ" (4?97'}=)}3-	`9;Zaby~}yׇPGQ DG<n=%*):swkzJTR@9v}X>Q=k*MٗeBHȚʒ]D!IHl^THY-KJkf=ߩ5̙3g93(S"Pǧ*c1""{00rU	i&WCU8.A6}@BqU', ܃}g5zuBz?hu#Bp,+UPO8*v?
m\&WFfp$ܮ=By⣜Ez2:y#(O|Lւez =lDNr|H%m !!+4
1Er~/ xL[oc_ޔ<3Ͽ`M>q͉Ew-cJ;9ng^L>7єSuzJ(כ?*wYL!VE&v)J/w Y ?:EiCwʏ	NxqeqrALRh_Įܹ?1)1:X88ӊCuE#LF EUo:kӥȃR{+2NF!agւ4_ËLb!h{G(M|&{Yڞz^l껔HV,ޅ%Xl'^$ǞŖ3{G C8\A:ވ$6Y17gcrJ&<iGnx,K9N.G>Yf!
>nFpA	sQ'֦lZk"#UJ%ו}CؔK\)hP(XuVW+o5GM&}C;oÝDtLF$;{*q)t>G`d?E߽%*i.r\n7%DHl^9Ga8}}؃e\6o)"/KҝCѨu(ԩyCgcX-1Z4	|]
j[(%F2f#0q7[u.\1" <Qf5ؖ3LMئ]0-9ϛ4z@	Q0jL_s<M%3֐d@MQTK;5E4`&7h7E
];	5c]!F <nm"sj ~H}iNGpmtv͙ÂrXÖY<%Dxgk~g^?M'X{8Bx[ լ0LG4
aꆗ">=5B
\G{@BƑH.p8Ff}^|Ĺe(\!#s,wbTg	eDG)T~{۔')W8Zڑ!1_v?8X)Z7#s~-=K"L-mد>\E60v JΈyw
'܋G4KX6M:&SB!͙2˩0@6ZrIMĴU꼿!jdlex`ɘd?\q|0jrM8JT2G8$z(akeHh4L>Xaӽ
]Ne*&@~S{SOd%ӓ7YNZ!/AϪWm<P8BŇy B_+8B#AZ;9Q|{=D+sՇ7sb <;޽Xz7yg@	CGN@t0	.yr{J@8[3и3;l
~N?qThLp1<HDs/(QnOgЫ\#$.	&4d{8.P uU5|rGWǽaM+Á|t&N*j0dcOضo'jn6`s3ZO9s
#n08	f}LbI6.A]{T"+UX[;F*J:"i M;l}T{=$_௙_E3#Ԣ ,/<;M<2)ׯAq	1Bu7~k 
=`HO@!`?cX}D:P<9bHŘ Eƥb5=osVHcTLJoGD|9JԆAHSL<"YQL0᪒OVV=xbJ%colGhKMZf2>sޠ3NIHwSd0'X§H$ Jp;]s6{wrZ(:vJDER@uiN]PS~B
>_6bhC:'}؏HRvYnxE
yQv!1̍oBQ&的Ƚ]֯ňI?i</W%7-nI}mՊuoFN YdTIcf&n)}97,\|J<npq1gBv<򒮥<U1HF݄{7BuU$m'-Z02޻+q moVl|վ⍝u&;^5k(>JƷ\qo:&i3h]TzvʓʻD%Dq6㈄3:%%<(JfWoPW(b`νhBn}9fiϨZ&x, 	8۹$Tb%~oS0IIC&4ea`dNƭٖmhN2R,` "R}rvAEOWPHH"6É	T2>=ז8|1u#R]N1{b5`
Ίw<BgǸN*bPBr@>U(!ڽZv^I^zQeNh+:4tG0x`0}pS48c\ƃ,|Ӂ4jE:圃tZJ]XѸ=]I?g-ڰmP¤nָǼ{M!T2yu	݇ڤwMo;,3ٶەp_w>5G@e?=Q2v3W[Q*I0D~>XQ|N}mc"hokzs 9a$9pI[0ŉ<뷟%8oSO9v!	W/045FU$%g6e]i\-A]H[5t2^?t^$oE-RНJ|g]e&̤//k|(`'[x 5
n^6bU^A{[?.x)NT@NLQ$g{!O RPBk[n ^]zA[-h҈|?W$xu>w_8Jl6wta1E7u?ҼE&>=]T$uaҽOxYmc߂w4nWUa	L{a5L~p5/UXr~(ڛJ$[#WQǶUȋTr`)$Ep<ܘugv&(S])٫uҥȩx]Cep=ڄ"^*g0q}|(.Xa{5ά!ydXt+{lZv:Ȋ&2N}ld7i/Gq}km c 1	L2ԳG:vpLp	lĤ !J<Q7%DE?2!KSgғqaJqnl>
|htq/&auUgnIb_q5`{a''>LXr<x;:k"דB3Oz\H%۽\ύ{ *I'P:/XI4 F47MbL;ǻᬘT7#=B-qKut¹"C@"N3*J,9Ul>S`I?n"
Y2KpWzs%%
9]9WmLʽTsJB/˚E]vHQl
=N@k(Qk#>ĻhD]mH%~SQ$PMLMh/K>$e%\E'Dz~ɭFV.Euw|$+$״!N槒// DL_}Gh,T"&A	gܸ/hGQV˅u7=͘3qf6s(]
MEA>;YFٙayĮ#<{
'/#OQb:H'{@-gIhۮBqv<ώX}#d_Ǎo~
3,n-%|:Rg;1Vm\xrߋ%wNVBTYY:1΂?ʆ *nl̟f9%	k}9쁳$%R~iX\4
h^<L=>4Fs@Aν=$ v\ )϶.(=ZcDӎve81pe#j_8_gp]wFvSRp>tne3BYKÌЎݹsZ|l<
JL(zJ)Ndӥ3p%񈠓|c7>d}"eaYNEjݭ hE'opU|)+C	ˤ=w(PZ|16u<o.La)91kߋ /70NJ7*$D%#w[Mt0!юN|}|Ȫ'@9@	Gٝ$_k|T!P9hnu"]t]\:yKkN$~ӣaCʙ+#dt%D^Ѹ$=e XCexh@gWMd2tpMÃt6tv:*NoM¤oBBZ:c&-
>3!N[f~Xp>?Ӻ10|D{yS&G>|_k	![d+%-Pg12s՜lri  |? CFfJ4m8CY##Xc]ةb<RQ.'}UĩtHć:MqV,!Qt1rԮxsşõơIMW?IlΰasFVߺ<W 
̽U<vbXْ/AQ		@$<Vwn^R]	<_<KzvY3=e۩	nbCVbbդ/_T{Ǒx'6>Po= &:lڥfQwVފx]H>^H+ ^
B1J+s#݌$#ф{-Nu
%D
t@Bd8v:ܬv`K˿~9_WA&Y&j*x\NW=]/`!خ^֬*FJ#띬w(/Xy}L#/_3(UfUW̠0ɂ,vXz?ݐ-իo5(!rwƕ߭yѭ0yͣ=y9eЃ*jr#"NcP>zIq5N	J]-&sSǊ˙?>M}=j!7z>zTU^;܋0pϯ*>%2JnvHוfw!V:ϝ\fiaްm>^CZ)xJKrhw:{7D>cF}M,(	J4vƎ'{TUk"|WT!2$0}NRT
Zl׎F\{6(B!zю >`;wZמ"͜PL=%čc]9^4:s6Krgͅz2:$XZTG1#yoI|逢׵7'CMNdA({x®5'EYEķ[Vq?^aZ3c{uC;ͫ`C>ȸEHQjo{'?öi%(̺NeG5~][#CB1w[Xh PE|wz{3_,Uxx#jz]+v
PB%c_pFx4Ǽ7et6:۴%qݢxz"d$ow"}~otO(>U9#C1~ґk|;rCE;Җ0&85块=/V}YFsg\_+.kNst&] VeFđGymR=)M^ض҃G߱~hÕi:MM^J`ex
	` 8[o3j*xL+Җ=>CEjNpm*-Yq_9n) 5A,|xV\Cn[ &j<>"o`<6'f o; F] o֢X7Uށ1'B~WSM7ңkbJݰ摄˦P`G^#^oF1Lĥ16}';&!+pxP }a-bj9w#`N}$bI&gqq+k"A|Zd%>APH`EyxqhY$cE¾eGhHzw"Lq؂>LzjxZOPzs4IO"'t	>V&7_X_@>H&H'M-d6m<q\]CzUM6m
\UlaDG}
&q؀󪡄[*߶1V!iz*[?Ilۄ)ڽ<P\Z0ۿƮq@⮜pǵ*Tqjy6-I<y7o)'O
Q@gS|	m"S
N;/h^HЧ֍yEhW}[2\~͇rW?|%DĮ-goUQv*_#9leϞҝ7
 xc1tA$	6ىG@lu09-{s(5	Kyg)h0Ƣ5.uϧXah1<8L%K]!	1 LBFw|~=l_לirզ]m	xtv%/jtf褘$n秴v÷7.8k^b+'RG0P
Oy9\/HOh'snƓp
Q{wgv+c|[t"I-cx[F#ywcR# `E_Gbm7[~SII+FM4ϥ⨰sDUް+ jSdqT_wؙ`~u(rqy2{>a^{vUu'-~dh՞(QISMʫ]~`;'q*y7@.0 +܍|CM@6$G@>G[	J@Aox9r`7α	)ZH[e>*5>$#gJ<~z_2*|$p0>3j@	_v+-ɽx0E@,ܙ)W`n52/D0p)Hևw/Mp.wLQz;7ȗFrx۾Yg:ȏDroO<:8]P$93R	׾7"XIkv]lTf
vޙ݁v$=KEjlIG?]-;Z(zOr㾨}{'DB7g8iF1͒0ӼpF+:Y!sg6utm;{^Nw>>8Uojްxڒs.ϐ#?)T3c,R@@]zIG_ӡD%hE(jMB$(A:{+@	\yyYn"@(!AǘēW)D))ē+~m\09ctdݒl~ 	Wtu'	5FWrp$r] `BkP9yyҜC
>wmRi5c>!͡XR!XKBn(moGe3lH0cDhRd?xӯP\')JKk`|bo1։ѯޙ2%`)fB3KQm1xf,5wk^'RtA/}&_(kuKܚP"m\#ţ`&!JLiCy9PI!@e(Q-z*!DD%QKM@J)՘@JrnpQJ*rD%43P&	8(QI6Ի<b@JDF>"%Lkc%xS-$v$jIzRgo8$4	l8efI%ݫq=qhLJ{#C'0qڊ)w!]KX*]U܏t=Სjs*Z=I6WXT+='tMʞJ2TK3,QL=廂#o8$g1zdpԑnkTtfSϧ8Bv.&.6rZlk(;y"#/y2c(oӬ/VMxPՋ
j#0к)F} :>-mBO}%js]HRo Ad0%U<,ew:[Zd"r3VDŭ*2`^AHZx,;%R+Բ]A]GuwA˃p]աF6J󥃺ў(JTcgx HHÌL%ݸmJ߅˧"$&ׅ'Ro7~;ȇOj֩a:'<^9Qo#Lk71_oR(}f[_wou*;*1iJb#YZT1G>H*!{TWtg$_[o?ʓG\}Ձ,|fEEjMN_of@9(
cW&U.=YbT"=Yuv|ֺnH'^'|*JY`AWig9Q8ю":+2fM޻U=odOSX3aI(OADf%L>u'ZlӘGP|W]jeAWgQ/F  V_wA$0yuZh pً|ޤA#mRώadvo@.|t׃QН|u"І1iLfeD}(.#F[|T0F3b}P;}PB7lE7 /i/eR
	Z2&+>+.PX/-m<8f[ev-.\JLۦp}1[$-ZN?׾NK%LC"Pr
OPIEܥ.H΢fQI H^qPG%:/C2N5Pd"go4ӊyD<OfSY
\15L'GPi`w5,c.W3K2}<[Q꜒WXtll
:NH?o'-i +ի~ZmY~ZEHX"0g>
x:IUOV
fGu^Nt^7Eټ߾r2=E"Mݱ~Ю!d	7Ik@}hB$>7$`6fߺ8ZT]4_{Gܑvz<')113aKd'0mSߍULhvb	vơQt+(Uw7oSȆ_n 0߷j)J|a1I=,||K0OQ80u+(dlו=ܼ`{dI$"[޸9d4d unȡZ2}6'|d7q5G_,4S~zH)}J*Tw=g]qÖ*~x}Cc'YNoT[Bghgת}:q:w1ɫ4<yD7_[@	eblދ	;u}xUk]?Nm&hf	GZIe~K/2Wv~Oat $3Tup*]d""&_78dBL]ʈ1?[:lVcHlik^`iT)#ks Kf~wK'vH'"(YQgR۪ZE?(I)ȅsg٨ҽdv#Ǧ}6>k-AJDwE7ڠ(x(Q-&"%*ivcA~fǎ$sh1۾· f=JA){?PU%+:1zyݎDñ7i@	%Aqv=gQa]wΟ԰>PřA	};*]~jtjK#Lm.dMԊ9w0 luѺ%*g$4`UЎgL;l5@2?raD_OZjJf4
(>3zz`92`\N	Y6A#Nmc(o '3|"J Нh`fɏ&v%ÿ#
;&0p\G)iDc-WPBfC-CVjg<ci'!/Q ҽ<άX<WJ*mJ+;֦j ?(b|h]^|Ǒ>m58YP䏢ߟ	6E+vt]Wi/Ȟۺ}Df3ՙx{珨vLLhܖ/_P,&͉|8i,~ E=^>?(bMB'`6,gK+̜2ĤI'm9h#@ǃzx+R7C;Jⷦq^є9d__EV ٟ#Gb	۰>crX?kInf*n+X=jȁ{d	od8v+yIۖr}d<NYA^]rprݴg_kLr07]+Vi`펞E֕.(.|`Z1S$D;oV˦Fo'l79{ [!q03 3D%s_k4+P69S*<^rk^PWYbp	31lŹpB;Jr_ihGJffb؃=Wc7\`p	m0?mjT|S?mݢ_i|I.]ͻmbM)
xrrO)(JTk;?X.4g<ҒQJ<S9lq>-IM*3nIN&p$'Sɵ#(= ޣN_Wk<}Nx+]fcl9\KF|^6BQ_~j:ʑ8y$JvEJv^mߴFHM1$.$ Y}L%Lk澇vPCsL}{*)t?
XL"tz8hG%Eһ!D'PNRӾ9H!뤒ɫ@<(Qɗ6k=m83}&/M(
Mv:?+G/5#ǚIѨo :(}j;Xn@,MddԬ&zk?[A6p|6ŭs[ƯB}=*]N\slk#-sOv|kGh=:$i}	4A";7"'N3
J׈j<:E 	5IZtFVh(rb6NeeϞЩ/93|
kH;s=}:gڏ"d??^N'=PN,}Jpr!;z7i wVbw o+l2ή;)AtQΆJcY 鳇_D4
E^sN}+eI˺=Oxʤ	?<A/<1ye"G^#|;׉ݛ9?nnzXzH}=,&խ+_誁?\nB`ha"$j-M=-ʚ6ِ^p#_M@$MXþ`b<ґ9(arZrTyq{-6;X3f\j0݀c<<Q+<[aV
'&#h -n<K:
Cשٟ"ON:r29څ?_[6=o1kׇ/]2ҥ=ǎ1(U\@mu#C@m>s
^7	C>qgNdUk?Di,yX'o#+^?ȿC$RrhLFJ@
+tTdC<ob%Ԧ-N1o:EǢs6IhurxhG,rf!HjƋb	}x=I-#|"N#(k<uaŇT{fMBBzoo2ͺ7[%ꪫG'jr6mA>|%DJ4fȧuAUKQyS\U#V 	unG_ټ֧)žpMJxrPEy/x'DuW?seE 9;ʆ1K->$6]AکQlN6PCvw2s{'.4cMHSPݛ^go>r)#zr[ %*x:dhMҾZƾ(!^VѮ@J`鍱Y (_riB&&PdH# /fpdȉ}E	+daыǦ+E IxftϦUlJyC\:PWD&TRڄypkʬ5<93uq tqj@^
[XOeTRZ|m-(o(h*y}hpS&5[ŏHܜwk0PBKe^(!WQx(ܭۧGΗ2a謀k|>Һƈ`mVZb(|R6E~TS<UiO第~:'	C)TʲK@YXn Ey=;ถE1S\_(M{E%zArLWRRPOHJC)0)%O~>S)BZd&Cm)zgvT)B/fĈh@R(³)?ͅ 8gG2}V}O{'S+P[D;=N듗7`LgpX~#>"h25hD s.И3&ξ%^dh1)Tj"={Ԣr+(RSs>fa`>?'ǯw G8<6⻉(gG@+u!tB=ٵ[Ԑώqс<=kᎥeR7ozЏ;idLۯ(
k*yLщ"59K(԰77Չ~!q5sz8)n<]&饶y	<,dwELp5ķ@	">q T7=)M6Hՠ܎5D44͐ځ%r#;bƟnjҥ58o{4:c9I(	H|@[=Ч23s.;09{k͢耟yЊAT<:|2ǜB	gGw<2=aWhXb`>v;<>mf`LkLʒn>
mO83גvU)%Ggde\}X譑¢oMM41	`pUvI%%Ub˪(ݯҿpMn(⾬" 61xI[D6XKm,WN-2?J.ml_?	{:a#8#ddRsWS1@{@`*I'VI!tVpar) Q{/k>Id2RyL_(:B@0Cc|`Bè^-
Mu6B;_0;91^hW%i=7jc{Jn|(E1݈uޔ;3B$srf{ۤgouelUDHyC:򋒍ԗtzɵd`!?,% C::&e}Ml bqs4 a iRH.UjR廗!mhljpH`KP'"H~osFԄJF?@2Ϋf<dC| e~H%!QO>R"<yσU{&']*nQ=&#]ۦi
gŵ&!U{b睑>M/FbRɬ0IEC	"N>uHB%DLM鞔OKDHȥ؂,S;L&w WT1i=${b9qcFl(5#+@	AэF^ܩζ?QϝXN0oc8Н')/i6[4pn#B	?ErMޛM3t+;&Zc
0%v<gǇ+(XH4SWx77avD6w2Ύ"ѣ8HJjӂb`WyN)ن4#	fF<<Z2c[٠HYʽwKA%_Hw3/]!U,D%a:7A%{3 !uTtbHZ3ioP~YT6E882jtPJMD>|ܨArQlvPN|V'&8q?2oŅɹ(ש jaMpKI_psl<[oRq_%@^`C4Ʒ_K aRXoCb5LBg'~9ŀ8ٞAgmt
+^?hTImκ7i)8B4l#UǑg҆!IǧpH7~:磴-@oQl%^=޽$x{ܩwu_Z?
k;Kv>a)%8ADy{m͍nI*=\֌ k	נEߢxSp	EԶc2f= ᗫ؈(=kQf0=LP/;7uȸ6MCwo-ˆi/hxցJ8/Ѡ;ʇࢥqG~pq{P	<-$fFP	YH	t=A%mH!"f>+A%RV@Hc7WFA&Tzh!CDW!{HY}qJ+mnPIZ~5* I}©d"5 ۈtN8eRɟH4i{ھS_irꏖ[ֻ)}~QkݲEPʀC8g+U_ɕEO2o3~'բTaXSqM8L
OkfߍKQhP"!2^"sE'Ḷ}NBQϻf~;`;|^85_D+mPIޟN3r}0HWa-Jtr+WlMB#ec@JG;_y2S	!$*cHQju*9`b 	)	߾SI$КǰB%	!Cw_;(`zN2l5bl:|F̎WtUSġXPϖTr#$,!L?d NasƱt&QIgvJTRh K"*yy!$¿gd}\5bz=5I>&=,PEa~S/T1H3dֈ[*֖DBz`X>C:^X	(Ln<8w,Q4n8imöb3ޙ{N(V2ș9NR	`X"7^ڙJHg3F?	'%A}G;VY͖\Ct17NOH˭DvRɯm eBP21	s}Ѭ>4Xs":MWL=sV)4I&P@	FUΜ㋩-^?? !,.+nĔ`^7Ԝ]R}}As`m[sq\EOIB^fU@֭>0eϪpsW1٭{aG?+|"Pm"<MeO=(`Md{ۯc{Ui1	>e-yQ/v ΆMϺ18c?:}Ƥ}҃eA퍴ކּNSүr6E)H]
+:(!"1BvPBhoƭp
>PrC;J	Ỻ&m&&Gzjc*2I]LX̻	I@<|G9қZBǏr~"#!bT=GF4yw冈1#*v#hmp~M4H~@t(]OZȽ
w\JىvyX깿5mќ j}I8yf;e7J y$gB##v.#-&!}il+!c{lkAV@;,߾9O/L;?l0%{J<C$v?{%]y~NBٰ?^q12Q[<++렴Sr4ڛIm&-(SF;0	5OY2e>/@>H	](.}Z@Oڮ"*Y㈈3蹈v{+Oj{QM?	=׷uoF@/01%YG&MA	Rf8wyEI!.Zmc"@<jF皹;[{''_LٶR,"6[μqᮀc!L8kQXoϽϧ:HLhXҖ~	uM`YW`3#bT<AQ]_vo8~L%7+|H|_Sa,]jy}!^3&¹?i5L,/{3CGK_ۮ(O><&:uS9OqNJn!(1sOt$vʒX9Yt%2$z+d:*bC?s't]MnZDjdd4u%'
PΪZ/<޼bZ]f1Yz p{bQ>rP^ImJ+
YC7RL/%{	>ݒuރJ@b"tɃHrKQxA>)KlzWjw7ܶSi?c{cũIdX: IWuz} &ZO͠6;ԟcR2O4}4Z5(MC>ݫZkd+3)-ZWUw=pG_Ps	uñl?Dd){CHW([RDvYJgKTdKBBBv̼x~qks9
4>H>|_N8UUdusϰo{@$Oz#g0.@x5Va&3R-} %D*j 
.#H%[g4cS?(J):HΊ엡ؕ0)ZQE0;n4#uqGLL8wdZԒՅscelXB~}d[2gɱ{3i$wk>WӣV#Bv'\ݿ>g\ۆrqe ;8-,=X@	K'-u u|0Cyh,%Dnmy݁sE5{fB詟A>>av![mkފH:6Z{0/bw_* 7fBϬb$JN~1A%g1LA	Ue?`Y]PeXG3tRɌӏ7,B⩞nϞ1izJܾY/gWnt# 1|SLb';xj&5:!^'3i#W:}3KĀ2j(!H՞]F7z;'/ʝ>>)1ԿT0i*[Ml.t>ϱjلj߭X*w_4*Zmyz' n)bI;[Ɛg6tΒ~TF{@fD7^ɋo_uu] 3w!k-W3^Oz4t4a	d1.1ꛊ5PPk yЭtx</ 8_S>v֦*:^WF"j\?k&\F6[t-P~1隖l(CmtG)V,pά:췐CT4
ckh}ƋӘ,wНmT,g S
!\ugm`X{C:]dINCѾ_@}؎d~Ql,mK.&[.y;P$G%GLw⩑mKvçxvVxi'CLub>Zw#˂t.ϪF$n9oJB*Hi(&,=I{et"qaea_-?!4ofrZ!w)|}mٽ7ߋD*{;Wh<{LztOLA{Րtp֗髰dbSxnpg}.ېmFQqJd:`-h3t֌wM+ن'ɋ]C~v%DgՔW՞۠[ыM;=,=%b+0R07Z%Hs'|%𕮌oZPO<2f:'9qz^h	ۓSEL"f%Ȇ3x9tw(Kj.N3\ePOǀ*e`*Ikɖ~e:͊-f'p=s6>̔-ح/"؍S~x_"swiIyG)@^63:EwܙeZ;Ӣ.O\!
F?b/}Y~4>ݤH/m^r/S]8*J%W\i:u_*5WIPOtJz"Yƚ+*֓!,'"11{D9
棂{j]Tr,?MNE!/t"u^&ȁg:nWO픞;3d#L4JĞ
BJN/̞|\/C4q3]jr) !&.Q#Š(&Pc5@9[ѽ.}Kk+]_@ixzޥ#[þyVtT2˾Ф;J!-1=ESc(Lda"0j:]!區"B`4P&a*7޹pP	wL`bJzP-渚ny,i6f]ga4	|U֋JlȻE^@]G?u\QVtV~"縞 oV8]GYA$Ach$;6*&\Fr_2B"m	l.ʥ8@$1A.^4%=idAgUQo	3.=d0&BM"NpέW}#)~;J<7gV@Sbi	_Ubẓ:F`#B_[%Â9@38GDwo*mpl3x^xVkUJoBC	4ڻ 0bT%3&w{r
Q']\o}+\2]"W$45ٜ p}cy	~詉N83cRy#ٵOd=5(!BZ[f~K,Jņʼi0W1UJPIngRic"({,c1_p$vr@>΄}ⱔiUk.Omi:S几l{g_xUiބܖU#Wk"ĨP*iֻL sP=l"	%:lfdeIN	>s>!qJѺ8*Cu6Hԝ}I.4sX}U_QIlȳ[]'֗;*ISVÁJ}dUX7)a?ܪN$E >vЗJu, 1vXF<ysH$<!yq~J_mR$2$Gg6AG]vNa;2[Y!1A
l|T;xms](AY}P	gLJ90#P&Z(cs2a^7
9o,u&x3Nhz#1m"|x\N8-l% תgf,1)W[Z2 bn3-Bk0HV8pd1#Xq<r8϶nm%B%0FN&XgDM.fc{[K~UU6(`(ކ㋒_A{8=;Yye3s0CApc/}Ro:wOGAF[Q5r<-PBe	+k;nZK(	^]	=5.E^61*	,L?hYsǵnr䒸o$6;ŹJru<<	t#<¥SiQZfWl5Ϋ| =z:<Q?mg0YzRͅ=1E&}#P[%i`lQy{SQ:$9SI}!a{K%v-@2|݆ٿt%"k-|(!E;qKr-3	p~سMW]f۵>=a5~[RྠǏu)y-	9CW9GQk6ܨ`8OMyi}='B BGn<KRIԈW@= uW\n	%DO<]ѤkP/:kB\#pQ]PKC%齐 RQJ'@b}W*"UTRy%A%4 蕞	zoB%A4 1@k2ru)]fǿ]&3^HaU5\X<1BNꦶQ4fE&In=[ tp؊<[WbݟUJ,]I9(*)#=]XrAU $	6bxE51~x/w~mEW/E̿$f}șxMvzѯ]Wx=H5d
{Gѥ~5F	mHbBvrB^zր`hOkHzC+@%
ȏp7ӪM,d.Pr&;c}4cr.k2sOOg`͉umY,POqB#5c/cRT[$w*>gyv	L]qN<~P4N'
䛷Up6u^bA,t c;48&7u~r{&/gjC]wL~ɽ}_34t+!ܤ227^g\j0'YPB+#MVs^Gnǟgʽ*A+!vM҇.oEEn^u˾ wxgYO(N]l{4PÙPT:jy|x,VdS>%D޿ӡ4)J_~*p*W&lF,o9CFXﭿ<0emϬ<ORӨW gK	$z^Y	M^?vs8(+!Biarie٣
mw^abpU'-ZJUP4كp/YB	7s7AwJd0y<dI.Hᛞ9l\NbBښ;oA">*K P<	]$G\;,)YvrMK*zi׼~*CpPD=Y؜U$Pd쥔S\[@6N.#[߸ȷh?Qo1t).lk9bc\Uep#K4I|iAh=Rx'xC}7gIZ^PBdD02rˋ%DFU6G~+Ia7:@+l1v'Ցoaܤ5w``Wm`reս v=A	_-SlD^PdiEQVlቐBfS:9wkUd#3keUw\{[	mHiIRg"Q]GzK1W^IC< aw9ݡoVCQ1e'm3	B~?2d9?^q$Wiσx;xk5_*:9Gr<ִYcn<k3kv/DEFwP ?AU
nxn
BϗIٯk'br̺1㉛w4ԽWF_	Vi39峀;ϺQIZQT?Bm࿓to0Q2k!ttpŞ@dKR,/_A(!=Mb⥟BׅWr@	m#JOB%Dk[esI=:xJ;~v%Ipk&NH"0'ht׶EuyJ=b"Da1|괶2Dj4_']L㷩e斞p(((}}mFA+esbrϊC"KId)M%qH!"[xHD. Kb+[<ܙA쉻Tg0^r-&*Lwq
0YY-Ve0A>D13@5C  TWfUB;D	zhlL8&]{[}]MҀ붴nN{	&k)^ycD%E	:-0"=^K..9|F$=I3xbzbPdI̺L2Jki5DY7$Efiau>C̍rn*`0:h#2
[&A%G?!"UZ*IGe.gOF%b}A)#D/^DPlkTwGD }*[T
"fM},4)7BDFpޯD@8m}q¯h<lPhwG)0G)d''}bu{n%Dw"R.P.F}vqfcrp@CItD54|͉WC{i,m,nţȉwJ_	̎c%B]Jht$ry:5Hh<n|?+ݘPMo+Z@	m%iGc^[~4<4AIS^ƹDM}=QO+⸻~J)Cx\]~1rilPS=[We}&:Si
<'&&cG{>Ew,DSg{يw	hpv
G9T쇳2>Z| e, :,G6U}by8D%dJDP_W*Hlg7cmT[CJT2]q!jVmu+*å/	=&s]b,й1K$
v!Y<xX=npƜA-"֏k] uodO^{U(U\xM;7v'9ΌӵE~6MEt<4W~%F݄ޘ.~FVC^Ei>0
gS5/Z|_s{ɫ^\0+IXr'NUQ`!cox_2]'rFn8=C{!L@oTQ!#a.`޽xEbwk*=q=qxݹt-	6dW&^߫PzUvs1n3HD0nԃ:N~9 ,%YQ.b@:v!2/L;pѽ\^c|D̚!y_+3EK^:8{igD%mL\e|O%6hxk!*q
?I3Bk/_Ay3$)j$.Й*b(QIvD|4|FL6th1sBRtd+K	WKG!1h${ހȧu	eA"pr:~Lr6&a6!?79p0tH7<uw& PgvMwx@rL ރ#^m9oWyTSh tgDzK Hǿ?,PBN\Ѭn=}%NUAv=rmbp$z#OYblaCO%) [uϹ[/m=SaVR2[`άC	,a-GlcSj/p:ˇ8<G#ǿ-)B+I&_?:
v>&Ύ_MdEΌٵ~9#SƸ@\1
~l[qbE;֕_O^_$#r~ӗFLLPoԹ'Xg{͉I;7s#r;1"_w(7uq,(iW}ఃopwN)tP9tmqg

PB$UoX0*.rF^uã*nKBsojvwp3L.;,[+3+gKm7C6*^Qe:-LqtʤF,{]Ïm>=m<^w6f>\|ką+к|Ab'tF,һ0 `d$<Uv~hD<l>yd''WwG&|ZeRuiHus=(S>QJ0lxKxMCb:ʹ>* ɸ---*QzP
$@߯7\T!$nA:w1ddBb8gIs>]؂7ys$a	#n@ضb*)g߾穤wYJ3wt& -XVJ5_:Cr6d&)aM*ލZ= qkG~iRGο~H983k``2bTy2|'rΫUOZQCBĊ>{	@./~
0tc oo2"]o[|&Y\.ۊ| ߄K߿=['Nz|vL-đ'^ {.A@F'أ|JG7Ў1|Y';RsGn	N:~m%&Ig7n<&`ndE*b=u7\I%&RCڜ{gQ{#Nņs[V$1*Y[]7*m-#u1:XH^f1U&j廆a*)*|2lyCg ;q1mptK sDb0n_^ T[ep_ߤۮ~l>w8y-0nL˜`|~^RLw ?qu	DRZ<|bR,<w5L '믄ǯX#fwP-^8O`3Zflۘ߯#b15(! /19q
L=e^iaMO^t_
ciœo+h<05Є}z3kO6	r QX\3q,[^JTr]/L,$P/JFmPmF4wq+g :V57̢|B$Zc
&׏4 1J=t( I>oxh !܅_}\b2 TY`/(!ݟm*^G=1
>Jbt5Wng%UV1)IYgaT[c#čjnXmyb\ Igh/Mns
a6&^3Կ>G1<HK#Y(<x')T2GFSgX<=Cf&:R Ũ䭾3$&O^tY!REL.*1fR^I)`y`I$Yb}qΦڦAzIL跱̉V  	tӚ븨}_zR4BM?Xی! n'y|mT-ISSPYKoWmI((~k_Ʋ	?9y:t%DDU>,,hnKnrbNIJ2fgBc@O^O),@|xwAB"FRv^vORGyΚ$N2&N>XGR6HA7pS98zr>ۦJ>:܅#࿓8ZGNf^ mDc/qͺk+D-Y̼uyHP˅  ,R0L~pncX
qۡ}$w𪊍^g|_8}"މj|hP1PDQ8ߨK!R-Jm٢I{/Rگ'jN>{?1&REW=$%kmV:P^(G"UݏA!bÐ^E/U9s|,Z/JX7Уat>7}'O?;r~DB׃.jƙ6mE4ߗu;G<B%A採svHtn&SUH
.%ҟPmkFDX_D*H_r3JR1}Kd>QI8LrJ8dҨ@?zFnZpKDSɪP"W`O~%Z45AKi"Hڏ>ݜ>VgpB	ca%ω|G:xo<:VǶ{gW$Ke ,x}DqԱkFh@J^M6	Eٜn4YmHri`q{zܗ._ՏcRC~{**3yя];骻/T"WBCP]Cl%u`RRJ?ԓnjC	C2[%Yh.QՌŐ]X z7	k5Fܫ/*o0wlfsJ=-6b뱥S4Uʷ,YfLqꈴ+#f^S 7"K%߉$R-9G}sJFyF2ξ	̠=tL;~;&l=*WOܔyE9~$+
;Ep+)>q$FG.*YvA$;Xd4p},$+,{o|XQ5XQ<{@r辄dctOP)G7kUQvܣ޷Ux7m7F,Hí<9A?U{t9XcS\^JSaӾ#O^E_pJ̥7$|x٥~œ+']kWLK0GFbZbWv>AxrX}yQzt}{iIX>eo7eMZHydfG
|EA}=::~eW<vHPIQFH9EI"i6B4RP5X/֕S7PB$Tk;'MrE'WKl|)Tďv(vyo^x0.rUM見tiԞ_^E+zr寄HXSGr4lO!{#">)_'TӻCTtw#".wTb-D8JHQFE乏6HaӑĜ)N{>ȓG,Pܯ,7&X	s='"9}	ZHwѓߕXzA$RkR'.-v@PB$YɺR/#Nxf~&{\2BD|HA{^N`ʬ4߇/7wH\{Ϩ,DJdȊ B`_x.<)|5OA^4WGclIF`Hex,x)#pZ=OUb2Ǹg^&'/3֫
4_ٖKׯ##(!Rx&(KYǐTԕGNP<_@_{:˹mh2.y XuL[<u,}Vw5<ey~2m	(Tq$< oZsOA/RE֨Yc ++7Hօr

*W}Q0~J~e9*POGj̉NUϡx
KjWfD6$9ΊlѤwaM^,l@ڏ#r~fP[@S5v;-NN3 r5lȴ~vQBA(QIK3#lWB{HAvl1.{`jꕷ_>=gOGXK1&>o{"?U6|jsvՂ+R0C6lgֆDzU;F%rw ɩ,}lTb1$jL<9Jo.CdOEL%FM\m3ꖨ$JX$nU>*y~Db]8FS룆A,)c_*YkSO-|\pWKiFy.RJ</@b|nNI6I&`-_e6 3(a^mQ{N[	?1Q.]?ۋo}v3Pq"/I4;)"vUlȽ$gA#\ڵdDHB;6%tIe*khϰ5cCa"fu-sF)MFw2ʐw܋:Fep }w\7;}Ϛ˗GfQvE9gl(Ik2Z|t.jg8Oݼ3Tu?dR)		aAT'8wp6j˽3aufhakfd'*#_±3餇,YdF䑋$PpZD6T8"=>9U,x-)
nSqST/wCzp$!RIjU]|<J%o";((^id&Շϱ7ZqF2.,{-H'':\8	+ÄmRepF>Zld&T8w*}~FtCHb*-!7%ǒ)h_ sEg5iϧtm{NLG*&-:&)GH?H!}NHpˡh[?>RZa.l
)wLuR6gVǇi\p*!~$y@D5W-оM{~%v(njWh?%S5؃Xb&ӆA|%t&g{YoȂ@2n{\Դ[4R:90)Z*ҡOzmɁbdm++@7[tab#A	E+/Z̿pJTkH-(!wEqPYޛP!Q7:^`&_zWR\|Sqhnmgÿo oGC|!+9llɰ=Y-
[KހsKxnL_		=d8Kj2,QV[ʎ٩[:*yJx1x	?nއJ~wN|ӁnO0Yȳ/BacR`VXf"2_0I"MTpU\;7:1@.:PE6	5:m揜	i22ndbҵ4gۍƙR'13y%xv-(".H־HA7~|vQ6 0՟៚K"O;_=-Y?wK97C0DJ
 9\Yؘ[pBSz2-Ɇ
WaǶ4zUJ;*яF췷dM<ʎPp.(;!MCAMu)o¾Uh&Pv~<?sqHIU$zMP7ZR%]k	Mo)-xU[mZ90+0~cZ/Y|=fG5,r#R1:-	INMu~&PSs ؍uvl[%3/7V+^0A	1iG$҂}B:K;Kg&:g
r=<k[4.Tb&&;iaqyH_wfLPh/꡷Pf8ŕu'bAM=h,,^^&Q^oMLFdy1Ծ U"RV]P͋,L-~1x#^2i?@:3>;P9pﴟG7]W29ȸ%G.O[Sv'WlyԿv8!FU1BR@EU6|*Ѽon2(F^G혌J7sٙ|(i8xQr %9ޜk:wD7PACǫ/	28bj/B~٬/kw$Q({Z*I˷A7<7V(,ԧޜ'PtOiJc̟O%yIxe҉tMtfbCgZ 
OO6@omGANo>Qv\$uOWook6	TÜ.po@^ @3yz78@̾k;YqbCT2aP	uE~{ a;S!SKgI."9If~zS$H7j$';-;	@*B	ׯَ9vr~8I*TyhF*949Q!G%Z
俀 񭃿^H%.R IQ
[ɑ9TE&C￭v4d+$>l殐X_CSKJT]3g@Jv]ScX//Yc+Ĥ7XKpw$$?a:qSI^eHDm#@kWI7Htcʨdn2$Pl{{bdMx,$h7֠NdzcoݖR"zysl8PIF}Onûϣx(n[t2$e?pK3MI{x@*{i	U? WFW~ؽhboꎝA>sjUNfݣ޽k+7䷄s'$XiLC9"jW:5޳,փxx[m5wҜ&Rze+!Rzͳ<S/"LU\w<2Gq#(!Ҵ8z+7Yi^Z;$['~wQạznʦV2&xuitVMѸ՝]+gwx>(J:;Km\f$vܸFwϫi_aI> \]yRg[Ԏ;PB+豳 ckUˎ#}DQ8?+z4H ec4p'^~~k̫)B@jz[j;(QSEv<s͸fLCP"#bcX/i [أVI5<W1B;*vss~ӳ$ .">5ޫ[P^wYg낇@";)oG<wjl䙐GRgF&oݡGr!M.ctkD˾Fw ~P/,KF	WA.<e&L0x9	JM>;u\sY!㗭C.Z<]Slb?)ZfZLy2v	v93:P܇Fq{{|˷Sg,='<ן3^|R@$<X\'obP$YmlG/
-/"I9؟% dxnϴ?D>GYw'#뭠ZN}*!>)C;ہr䞺!c2}`>,ΆFnǸ^oDad#e<Qk8QxKzsɊ6@"iMҹ;[j+8*Q;30^iF~5c5M{D%T~sDNh<gƁtO[y
ٟ&ի³JS%,f;"vINGDC qwߓ_`'5@_/;3lVLW3UhlRَzZtD1yPO\k/Cؘ sW,>Vx7d[>	 Z>D"OLKZSM4H'QMIvsDAucAe2@׆U"rHD ])&|tNc:Hym'S7AޝFL\32Ĳlg2"Gwf?} > PĜnzzS3rIɹ;`Av3(!Bl;b7TQs	PZȂ*Q[";pkSHΈol`Mw7;b\s	Ff_3LȅE|b6i=($]YOq,d+|Om+31T*?¥H(zX<3
giMIT@~*'1UB,Uov_z:/4wBR>/JLNtARSTR]l:wP	yBJꊄ3,_"<sg.2F|LϡcHPB"%}c2a<G%LU!IBQIǗ!q9Ĩ$;}"u0igyQއ6!,5qkڪ_ץ8LF[TgpE~#ȍm{LwWhd*<յ:e	-Ҹ@HrsLjDSRb첪U/ ضcK1ٽn{q|ǘO$-rJzgG]pRluZ3&(099Vqs2rƆ))%7(#q3INy^":)z,C>E+?F8"gLpKǁ\8zm6`D~ʛ8/Vd1vUl=eG>)ȓr&~QP:u56ԳlyuM8qxiw5셵j=-{>>rޅǙ}n)Zr~YmIwN{nw!"Ng2oZ|PGJ*Se8)jer
͗Ǝʏdaɓ<+Yȹ@	)w\I4-)W,:g8ݗ *pUцQ&6YH!Q<W,N<	%D|?aȺ,oq&CP:bEaŖ}IOk=w8ytlVHxasMߘĀ}])J^d3X~fV`8dD(jUy<x+画#:gQnEB=7"Kz{iMݜy-%&/Ǣ2mo/_igUz;ϥ3N~eRy%%D$=/ݺw %9yKyPj5j\פ`CnXGZӜAv)%Rj}t:)zRz{7k7'LMLI*LP<M<<hz=a* %DFm}]eMћ"YdnŪuUm5.+w?]#ˎx,VٜnMNY5H^*orOq6ftFyސ~ݧc.7$&,&u%zDygfФn<_}#ZWQ4ky"M36pZA	W/xA"

8RU|^]:a}O%}?'!I.䘙|N?{6I={QҎH)hSCg&JeP<fx#mIf	%D~HHJT^2ޙnco-P#7$EU	 	uXq~jm,
]{{H>	Bw&QScs7%8AwGJ'zv6:&&y8/md b\rt~M]imWyd^39 *Ya}KB=PVP_H/毡`>(kYz"_j% Q}ݣdEjwe|
%DyO7r@8&^j+e֛st#TB!%k{
	EdK(kiDei&ʚ=eKD<\_o{3g΢6՜ct໹K9	mq_HIj(n;	6:or ]P7I_lR*m%gdoѥI{5Q΃rKRiu7O1h}Nr$F,U{?9z1"Nֹe?m;sҲKztEH#o]S.+|k&Փ}%,UJKmc>H/!9z\IbUg[P3.Ā> 	{;,9P<um5
ߒtt,Z{~eM;_+ﵗ^U:]S?3-|{c)5O.*\2Q*hUcgl$Iₛo=6]rFXk}@}6 ]La7S@p}i͘cI:$݀@<wv[edFn	=noB|0gW8d
GhyO*(~i+BYE圎̞4˃PB^{@D	!CKϝּZR7pVƋEA=J(j^|tKVs.>Q?ͺ-`ݱbF%/SXyZQĵrSf#H,ǽ-H7kʘ1#`e0ۀ@P~$~@pǔeKKXGx;'nY3*蘺"Xp*lCmB	Txu"FGeM@˱5Jh3 QD(wxy +IQDWjj}W@"$,mzjM"y	r+hhĤQEQ8Dcvgkr㧜P2|w]a~2 B1.۰9új;u9AK/>C8HHnʟU[ŉ+:"	+O/ʶYR]l2%̬^jHssGen,ؓ.εjiM; a">SVt[Ub?&+R6]x;Gwz3#ƹ(
76e_M.Qiͧ9wא1
/B	jBI#-l+HRhWjuZoXv^-)J<~*NIN^.`=0f{""Rឤ<^{)Z":O9) U'	)43*5uKve~k۫(:?$wg>R" aveoMn;PYdDVo+l>֔m bfSyq	9K#qvWv	!Q;Fpʷ	9x>gQo1#YC>~Bq;υ'y<T=-(0_܂3I8$V-{șK9 e|GxZ<X{S߼MVd7	2Q,fE0zH_gMHz[+׬ajHY%lFU 	)_hӞlBbXi\lk{{=jKm_fIGwҚHbH-&)W5'"ꄸуSzG3^JاoEýiwƧ䊪p\ϴR|t8@09IM$ٵiԻ0>#;K# aww%09eR.wHRGG.Fv9~jDIΔswnVڝn΀gq/9[<~\'!Y:+Xb ]Vi*Yĥ?A{qF=cQ"b]Wf|[$#alY<s۠ǰ[kՓZ%LR|A9lC kΈH
bK`@
չbMS9I&?E~icBJ 0	PnrTZmU|<&Ὕ)g%,*W[|b4>H|3ךd1(q7PˌM4DRe_x \ȆϷ|H_,Ȭ\}wz>}$P}6d=!O^>wTlqZj,᝛&FG]DGQ2oIf0HΟRt6{_sa^g~rHcO7Tʑj a?ցoӃDZWqJBaPB4rWl۠;bSbԍ?aJbI9xЄ&I^-n/Pfo3('X|e1uߊ8r:uA{QRNxZ
&~OÃ/mps#%Mg5wdl	Y1m/?AW,-2҃ݛrqr)-L{7ޮJD+6JAS]ϪBnΫ+YTw&X\>m2u:c)5q~+/Q6Ѣ3BB,M8Վ۬C4]Mo8<CvM)=tL$<GػgPMO2ɧo0qV'L2-Bp*nV=v*n&ZgkSCQH\br.yDbG1qS~oYa_	FL-cl	m-U&!\tF+Q7=/ mflWVhLrdUi!3\LbmRw&$?w/$hw wNPe(Ǐ,K&z%j5͈1 1I.maB6}/  1I`@c?7LpM]
u͝@ {$@FqULg&\qWrcj'VW*hFi䧰GfyU7sƖJ9O]4O=;Q
!a+Qx@"dplViY+ɂUoE(U/nym|]GPj߮~7M"_;ZNҕ_~A{R!B	zY`&)"EmͫQlv2[[)ۿ&d~YadU1bD{zn㩽a~m㯄MrV]KYF/ȣy?+#8'r;UЛ߲6"OxyksUI5 mv7u˯h cf!d;7HK|IHYW.	+I9:bn)ퟨnsK.bO׬"/6E?H#<H݈]>\4d1]f_Z
iyQ.1g⼄GQ
r/ qɈ.g|*ڏ|Fb=229x@o;;bbqiv|D:K!YCpSFH3E(Qp;9x	n7'1ɻ386cEWsm	ELrrXpT6>ivUBkp4eA.WI6`C+48z~#Wz{%U3CLn\}HǞҷgOwdىu@2&m:_3A:{ gzpT-<	x]cLo)c`u,Y$g߫R*1I֟@?R1S_oJd⹡V ?%p]ׇ2Ika@b<|!$od<sM1E,_zSC&	v#L!FkDH@,:umo]ƫt!j:sX5H<ol9q/q3/c 'i_t;q"!m<h(.`UK_789oErsg^eM>v_0AGfeH
VL
2g7ͨ|J<אO0b>ϙzԕ=]YUÇ4%wװ:߷{[Ђ ˍ*m>VaO{W:O˱"D2\)¡l/ndGa],֋8HS||jʭxtˇGqfl"QŝPM&`$ͭٝ<h]4ܰ%*
gF#xb*\9?'D2=\
yOHXF:W2&#2vd-Cp^|$AZ s3~`gj"?x=n˙?X0rq_/x➥ѝi8>ߍZ!q/ӄaV|!N=9o/:IF45hT-mmlSuQeWoloҷ8G]PGδoj%8~<t	iPu<{Q<O/eb/D`Ih=e?9/pғ3\9lo*bs{oe͖Y6*pkT?G*%Gӭu1ſ2m?ECbku;˛R'NWnܷ9U7&UTwc]6NIKpQ)$L4?^~9V-ct(^gETM\mUD|/,t9@Oe%..DnjXK8A4 b; UQZoWtG=$L3o=JsG`?.^4z8>599-UmгnE_zT?\Tr-ٮ_$q3dD=eDٶfd_6GL5l\MF[J8m2HHG!gwV)IqJdQ0|y$r[{:
&+N)Q{U,wj p}nI3/Jvx$B\uLH?Bw*?H5-j@5	EB~we}J2NϤO7s{;wvwz(	*~=%HHvoc%bRo	1@|
V`á<#}v=E/22@ZqM ]\݀c 	,ew@TՁt:R$N{YoD~캡?&^a082>+!۪~&_E:WpaJp.֤G98@fsA~-;sn6B<Q]mm$L\w<i\2б}Y2}@XpAQYu^=Y,~?\=Ҡ>Up}>kȞ"${WTeD.i;uS\$æ8+S=fL(}mgg{>nmD}"KRˋԓCG%공yٵ{b|;lwN.qh|seTdRFMdil3jնW<H5-ӿSQlb㼵mȗ]InY9ɬB"c.V>(<@[9`Rrחi#Fozf1i&)2cy.%2LCov^У 1	q/xfή-X$*+{fU6=O@bwL<rɏIvWYٺI>
xQj'',nۅ3@l$#/?Tuy@bka,{AV=yؙ~^ ?pU6WA,LҡT~ !v]I4ZL#K~UD!s_QgL]w:ۍL\#_܂8g+c3[-	}𽣴"͛{'ȐgWE<chڋ*'ↈqdF0N{U>-ۊ@Lt_d<or:Y].rTΕUl"u|7E?)1ҍ.&1\<{6\bXI2b|aG߲!_<72*~:`Бq-FjO"yi*Cҟ$a
5>},g[ٚ4mG?ȳ2GdyGSw;(!Ohu@M[%_2&)茊}L'[by,_,1v֢je. ^?C?2ɫ@Bs%K;.G0TɎ~ӷX)?[2}cˎuUϟqǙz+#:{8| aco_=Ȏ57-=ƲL\$.&^SO&x_^yc|QZslT
#P٥e-qm)m:(O^x'GpVNs	V]XnAb_.&$'|onm0DZK$y]Q)U͠}W$ߊoÎ*gm$o&헩­\ÎiG~'wF'+5ө"Ȇ./DiRBsfSpj[yۢsٚmW<IPM|A}Z&O=`il>-scbuK!~B}pʼ[^Pqi`HሴACVZN[4kΐAXfG>Ի/ydwYzwȦ1W"biE1^E+g۷hB5=V}s<3G]`)ǀ,
COo'R >>L܏C"~W	ZC "͜*0bd9DΧut/e笃YӖH΀7J:Gr;!bjCqϏ"3ecCd_h<R3F'y*Vyr.*=#L"h^㿤Dh/<|$b7&1/1m$TCJ{ȊLm<L>=ӣݶDk{qVCP|rhHH$Sd;
MvFQھӳn;gP0m߱N%MREaH*rjKQK":ҘD?~Ic_x0(<H8뽣媊yI`=]dV|L?Ӕu2#Z>/*GK2Y]5?MYx|{5|8҉Qc/.r&gxZxz'iSM>z1|vCѤtB.gquMz B052;
v-`d}oou]]e9~;u(i A,L[rNpZ)cך $}$B_|2Ӈp8uܾlWFC3 a25B:(@ YSGu|ƮT\58JK-#[`EZOȰWZkX+
oIrɽ+ jFk~ᗒf:
gnL~7aYVhx84.숪Yp4w|KUƞPW߅"k'ћsM?7,.]'*Vi@__!5}\#sK)6zo؎D[ܘ"|ۃø|݅hK/4:s?CUM,2\LW
avJѸuA|zʻm+@/WW%?]c!'b1RpުEW5\}$&2WPGӖr؅%X*	7'j;=db QpNߞ;&>\v2Z	5ỂbfPL	O)/ɿωLi;lLHF0<vqڛ;r8{#Rل&ZWiB R3hm)<5xdcm&V{}077h1pwBFE>z.Ǔc+ɢ_MgĴE{^ֽ5ౙi7g)|VJw-lGp.	uW`MpOhDjEN/Ϝ-Xb;N3IlL
>ρDϡ6{Ɇdޮڸ)t+iŎnۈMuxHl?os΃ъ	koi1:}iԳHޠ=$$LU/<z2g×gcg@GB
L2#duDX	FSm˥^XǊ/\/s紲LCi.o/ykeU}FUzJ
p͓!W a|涎O&rg4LD	)e_ϛ_Dzod.3n҃3=~X7OHxã*<o`}MYm/7i<xW5!?N]?xڛ%/M5ho4Oq{Hrqqg`mKmγU3<0Hښ`z3c쒯'ZSIʃw8	#i`Z76;Cܑ7;Cх0MS9L4>uhu~mд7pQRz6P`NfgdOghAn"*a,M\1WG ݰm-PO R1
A!/qT"$K]?=#`G	l롚 3N۷mƞ!j;2"	iZɹA~EXwPf@݄]fI]&9H;(8vI>Nׄyմ ퟊^NR
U/K>FAQ-!T-{X:w4;uB]P 'Je׉_#l	hi@)dΤf3&vFFlk*vm&gr;~-=:d# ari7{]xă$'yq& abfoʩun-h:Bțl1J~mo	9~9V[Vgl&ifI7Ju*:_f6b$:_t\y'Ćrܥܪ"қH"z/QX4ubJ__	'	"n$DA"dL:O$$LZ.U<jpyÈ?ԍh΢Iw[p=	0qy`,~shH0~)X<@換lZI1%};;_\-47lwqG-{F2 HY܏E6櫣oxi>PCI:xH	W(Who\~({}hK^GQ`׻
gZ
juY2TGp2&ew!qa-bYݻ1R5Wv#X>TP̞LF"dUA{@bg㞱O'r)|Eo9X>5CԗO,20ў"=T)QU^Cl":%Nl:+.<F.ٙc\Iq[hփ3IT06PE4մv%_&$i)kDȇ1%!7  aK4LyPXP8X	lw- {<ʯ
ƪHgݣ|B꫺d68E8󟾴7V"38`2}|*d`wf_q|N_~ V{Mq|#-Yu2թv9*EK@VM"
>>|L"^Go$;FW,GV#FM8-K!71u_7srUIK6mħfD\8UOik[\Ero7vKڝŞMG{YKI,Hh\t8^0zU=BUsʆB=@uo!9e3,;!/Y+Xs؛_hn'M;gɲ)c%<Pf|5)MVoe(S8= ssDRj	Bwn"gXN~Z$-.%F_7^$æ%͹3y椼(d^X9+@{)3qn P`m¨%S$nA{F\˻/sc$L,s-~:C
mОn>aW=ٕ[a>zpWp+B2EsrЕ[_}{JOV]Z&:_griv5F<g"G~;a-+GlFy~YߐGJ<H譗Ewe?$Zݏ&*Z~1ўY:293Kb&pZÙoCٗ"[Die$ o#j͞zrd)ޢf+Ozzk6-չJj:-G=Ր)?Xe eh4bt" a**E|Td}7=_%
-Ϗ5?֩icգOUKd&츪IFJ?]C$bQ֝5'mWE 	W/p"eq6h}Ի}6Fy~x='}8zwGQ[K1:K<Tl͘"è\d^kˏ _{}-/P[Z˗)1^qO0~ȆwE
ejMo-K)	%Ģ	&rJi9