/* Compressed global javascripts 12/03/2009
	/assets/js/lib/mootools-1.2.1-core-yc.js
	/assets/js/lib/mootools-1.2-more.js
	/assets/js/lib/cufon/cufon.js
	/assets/js/lib/cufon/Myriad_Pro_nohost.js
	/assets/js/koNavigation.js
	/assets/js/scripts.js
*/

var MooTools={version:"1.2.1",build:"0d4845aab3d9a4fdee2f0d4a6dd59210e4b697cf"};var Native=function(e){e=e||{};var d=e.name;var g=e.legacy;var c=e.protect;var b=e.implement;var h=e.generics;var j=e.initialize;var i=e.afterImplement||function(){};var a=j||g;h=h!==false;a.constructor=Native;a.$family={name:"native"};if(g&&j){a.prototype=g.prototype}a.prototype.constructor=a;if(d){var k=d.toLowerCase();a.prototype.$family={name:k};Native.typize(a,k)}var f=function(n,l,m,o){if(!c||o||!n.prototype[l]){n.prototype[l]=m}if(h){Native.genericize(n,l,c)}i.call(n,l,m);return n};a.alias=function(n,l,m){if(typeof n=="string"){if((n=this.prototype[n])){return f(this,l,n,m)}}for(var o in n){this.alias(o,n[o],l)}return this};a.implement=function(o,l,m){if(typeof o=="string"){return f(this,o,l,m)}for(var n in o){f(this,n,o[n],l)}return this};if(b){a.implement(b)}return a};Native.genericize=function(c,b,a){if((!a||!c[b])&&typeof c.prototype[b]=="function"){c[b]=function(){var d=Array.prototype.slice.call(arguments);return c.prototype[b].apply(d.shift(),d)}}};Native.implement=function(b,c){for(var d=0,a=b.length;d<a;d++){b[d].implement(c)}};Native.typize=function(a,b){if(!a.type){a.type=function(c){return($type(c)===b)}}};(function(){var a={Array:Array,Date:Date,Function:Function,Number:Number,RegExp:RegExp,String:String};for(var b in a){new Native({name:b,initialize:a[b],protect:true})}var e={"boolean":Boolean,"native":Native,object:Object};for(var f in e){Native.typize(e[f],f)}var c={Array:["concat","indexOf","join","lastIndexOf","pop","push","reverse","shift","slice","sort","splice","toString","unshift","valueOf"],String:["charAt","charCodeAt","concat","indexOf","lastIndexOf","match","replace","search","slice","split","substr","substring","toLowerCase","toUpperCase","valueOf"]};for(var d in c){for(var g=c[d].length;g--;){Native.genericize(window[d],c[d][g],true)}}})();var Hash=new Native({name:"Hash",initialize:function(a){if($type(a)=="hash"){a=$unlink(a.getClean())}for(var b in a){this[b]=a[b]}return this}});Hash.implement({forEach:function(c,b){for(var a in this){if(this.hasOwnProperty(a)){c.call(b,this[a],a,this)}}},getClean:function(){var b={};for(var a in this){if(this.hasOwnProperty(a)){b[a]=this[a]}}return b},getLength:function(){var b=0;for(var a in this){if(this.hasOwnProperty(a)){b++}}return b}});Hash.alias("forEach","each");Array.implement({forEach:function(c,b){for(var d=0,a=this.length;d<a;d++){c.call(b,this[d],d,this)}}});Array.alias("forEach","each");function $A(c){if(c.item){var b=[];for(var d=0,a=c.length;d<a;d++){b[d]=c[d]}return b}return Array.prototype.slice.call(c)}function $arguments(a){return function(){return arguments[a]}}function $chk(a){return !!(a||a===0)}function $clear(a){clearTimeout(a);clearInterval(a);return null}function $defined(a){return(a!=undefined)}function $each(c,d,b){var a=$type(c);((a=="arguments"||a=="collection"||a=="array")?Array:Hash).each(c,d,b)}function $empty(){}function $extend(b,a){for(var c in (a||{})){b[c]=a[c]}return b}function $H(a){return new Hash(a)}function $lambda(a){return(typeof a=="function")?a:function(){return a}}function $merge(){var d={};for(var e=0,a=arguments.length;e<a;e++){var g=arguments[e];if($type(g)!="object"){continue}for(var f in g){var b=g[f],c=d[f];d[f]=(c&&$type(b)=="object"&&$type(c)=="object")?$merge(c,b):$unlink(b)}}return d}function $pick(){for(var b=0,a=arguments.length;b<a;b++){if(arguments[b]!=undefined){return arguments[b]}}return null}function $random(b,a){return Math.floor(Math.random()*(a-b+1)+b)}function $splat(b){var a=$type(b);return(a)?((a!="array"&&a!="arguments")?[b]:b):[]}var $time=Date.now||function(){return +new Date};function $try(){for(var c=0,a=arguments.length;c<a;c++){try{return arguments[c]()}catch(b){}}return null}function $type(a){if(a==undefined){return false}if(a.$family){return(a.$family.name=="number"&&!isFinite(a))?false:a.$family.name}if(a.nodeName){switch(a.nodeType){case 1:return"element";case 3:return(/\S/).test(a.nodeValue)?"textnode":"whitespace"}}else{if(typeof a.length=="number"){if(a.callee){return"arguments"}else{if(a.item){return"collection"}}}}return typeof a}function $unlink(d){var e;switch($type(d)){case"object":e={};for(var b in d){e[b]=$unlink(d[b])}break;case"hash":e=new Hash(d);break;case"array":e=[];for(var c=0,a=d.length;c<a;c++){e[c]=$unlink(d[c])}break;default:return d}return e}var Browser=$merge({Engine:{name:"unknown",version:0},Platform:{name:(window.orientation!=undefined)?"ipod":(navigator.platform.match(/mac|win|linux/i)||["other"])[0].toLowerCase()},Features:{xpath:!!(document.evaluate),air:!!(window.runtime),query:!!(document.querySelector)},Plugins:{},Engines:{presto:function(){return(!window.opera)?false:((arguments.callee.caller)?960:((document.getElementsByClassName)?950:925))},trident:function(){return(!window.ActiveXObject)?false:((window.XMLHttpRequest)?5:4)},webkit:function(){return(navigator.taintEnabled)?false:((Browser.Features.xpath)?((Browser.Features.query)?525:420):419)},gecko:function(){return(document.getBoxObjectFor==undefined)?false:((document.getElementsByClassName)?19:18)}}},Browser||{});Browser.Platform[Browser.Platform.name]=true;Browser.detect=function(){for(var b in this.Engines){var a=this.Engines[b]();if(a){this.Engine={name:b,version:a};this.Engine[b]=this.Engine[b+a]=true;break}}return{name:b,version:a}};Browser.detect();Browser.Request=function(){return $try(function(){return new XMLHttpRequest()},function(){return new ActiveXObject("MSXML2.XMLHTTP")})};Browser.Features.xhr=!!(Browser.Request());Browser.Plugins.Flash=(function(){var a=($try(function(){return navigator.plugins["Shockwave Flash"].description},function(){return new ActiveXObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version")})||"0 r0").match(/\d+/g);return{version:parseInt(a[0]||0+"."+a[1]||0),build:parseInt(a[2]||0)}})();function $exec(b){if(!b){return b}if(window.execScript){window.execScript(b)}else{var a=document.createElement("script");a.setAttribute("type","text/javascript");a[(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerText":"text"]=b;document.head.appendChild(a);document.head.removeChild(a)}return b}Native.UID=1;var $uid=(Browser.Engine.trident)?function(a){return(a.uid||(a.uid=[Native.UID++]))[0]}:function(a){return a.uid||(a.uid=Native.UID++)};var Window=new Native({name:"Window",legacy:(Browser.Engine.trident)?null:window.Window,initialize:function(a){$uid(a);if(!a.Element){a.Element=$empty;if(Browser.Engine.webkit){a.document.createElement("iframe")}a.Element.prototype=(Browser.Engine.webkit)?window["[[DOMElement.prototype]]"]:{}}a.document.window=a;return $extend(a,Window.Prototype)},afterImplement:function(b,a){window[b]=Window.Prototype[b]=a}});Window.Prototype={$family:{name:"window"}};new Window(window);var Document=new Native({name:"Document",legacy:(Browser.Engine.trident)?null:window.Document,initialize:function(a){$uid(a);a.head=a.getElementsByTagName("head")[0];a.html=a.getElementsByTagName("html")[0];if(Browser.Engine.trident&&Browser.Engine.version<=4){$try(function(){a.execCommand("BackgroundImageCache",false,true)})}if(Browser.Engine.trident){a.window.attachEvent("onunload",function(){a.window.detachEvent("onunload",arguments.callee);a.head=a.html=a.window=null})}return $extend(a,Document.Prototype)},afterImplement:function(b,a){document[b]=Document.Prototype[b]=a}});Document.Prototype={$family:{name:"document"}};new Document(document);Array.implement({every:function(c,b){for(var d=0,a=this.length;d<a;d++){if(!c.call(b,this[d],d,this)){return false}}return true},filter:function(c,b){var d=[];for(var e=0,a=this.length;e<a;e++){if(c.call(b,this[e],e,this)){d.push(this[e])}}return d},clean:function(){return this.filter($defined)},indexOf:function(c,b){var a=this.length;for(var d=(b<0)?Math.max(0,a+b):b||0;d<a;d++){if(this[d]===c){return d}}return -1},map:function(c,b){var d=[];for(var e=0,a=this.length;e<a;e++){d[e]=c.call(b,this[e],e,this)}return d},some:function(c,b){for(var d=0,a=this.length;d<a;d++){if(c.call(b,this[d],d,this)){return true}}return false},associate:function(c){var b={},d=Math.min(this.length,c.length);for(var a=0;a<d;a++){b[c[a]]=this[a]}return b},link:function(d){var a={};for(var b=0,e=this.length;b<e;b++){for(var c in d){if(d[c](this[b])){a[c]=this[b];delete d[c];break}}}return a},contains:function(a,b){return this.indexOf(a,b)!=-1},extend:function(b){for(var c=0,a=b.length;c<a;c++){this.push(b[c])}return this},getLast:function(){return(this.length)?this[this.length-1]:null},getRandom:function(){return(this.length)?this[$random(0,this.length-1)]:null},include:function(a){if(!this.contains(a)){this.push(a)}return this},combine:function(b){for(var c=0,a=b.length;c<a;c++){this.include(b[c])}return this},erase:function(b){for(var a=this.length;a--;a){if(this[a]===b){this.splice(a,1)}}return this},empty:function(){this.length=0;return this},flatten:function(){var b=[];for(var d=0,a=this.length;d<a;d++){var c=$type(this[d]);if(!c){continue}b=b.concat((c=="array"||c=="collection"||c=="arguments")?Array.flatten(this[d]):this[d])}return b},hexToRgb:function(b){if(this.length!=3){return null}var a=this.map(function(c){if(c.length==1){c+=c}return c.toInt(16)});return(b)?a:"rgb("+a+")"},rgbToHex:function(b){if(this.length<3){return null}if(this.length==4&&this[3]==0&&!b){return"transparent"}var d=[];for(var a=0;a<3;a++){var c=(this[a]-0).toString(16);d.push((c.length==1)?"0"+c:c)}return(b)?d:"#"+d.join("")}});Function.implement({extend:function(a){for(var b in a){this[b]=a[b]}return this},create:function(b){var a=this;b=b||{};return function(d){var e=b.arguments;e=(e!=undefined)?$splat(e):Array.slice(arguments,(b.event)?1:0);if(b.event){e=[d||window.event].extend(e)}var c=function(){return a.apply(b.bind||null,e)};if(b.delay){return setTimeout(c,b.delay)}if(b.periodical){return setInterval(c,b.periodical)}if(b.attempt){return $try(c)}return c()}},run:function(a,b){return this.apply(b,$splat(a))},pass:function(a,b){return this.create({bind:b,arguments:a})},bind:function(b,a){return this.create({bind:b,arguments:a})},bindWithEvent:function(b,a){return this.create({bind:b,arguments:a,event:true})},attempt:function(a,b){return this.create({bind:b,arguments:a,attempt:true})()},delay:function(c,b,a){return this.create({bind:b,arguments:a,delay:c})()},periodical:function(b,c,a){return this.create({bind:c,arguments:a,periodical:b})()}});Number.implement({limit:function(b,a){return Math.min(a,Math.max(b,this))},round:function(a){a=Math.pow(10,a||0);return Math.round(this*a)/a},times:function(c,b){for(var a=0;a<this;a++){c.call(b,a,this)}},toFloat:function(){return parseFloat(this)},toInt:function(a){return parseInt(this,a||10)}});Number.alias("times","each");(function(b){var a={};b.each(function(c){if(!Number[c]){a[c]=function(){return Math[c].apply(null,[this].concat($A(arguments)))}}});Number.implement(a)})(["abs","acos","asin","atan","atan2","ceil","cos","exp","floor","log","max","min","pow","sin","sqrt","tan"]);String.implement({test:function(a,b){return((typeof a=="string")?new RegExp(a,b):a).test(this)},contains:function(a,b){return(b)?(b+this+b).indexOf(b+a+b)>-1:this.indexOf(a)>-1},trim:function(){return this.replace(/^\s+|\s+$/g,"")},clean:function(){return this.replace(/\s+/g," ").trim()},camelCase:function(){return this.replace(/-\D/g,function(a){return a.charAt(1).toUpperCase()})},hyphenate:function(){return this.replace(/[A-Z]/g,function(a){return("-"+a.charAt(0).toLowerCase())})},capitalize:function(){return this.replace(/\b[a-z]/g,function(a){return a.toUpperCase()})},escapeRegExp:function(){return this.replace(/([-.*+?^${}()|[\]\/\\])/g,"\\$1")},toInt:function(a){return parseInt(this,a||10)},toFloat:function(){return parseFloat(this)},hexToRgb:function(b){var a=this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/);return(a)?a.slice(1).hexToRgb(b):null},rgbToHex:function(b){var a=this.match(/\d{1,3}/g);return(a)?a.rgbToHex(b):null},stripScripts:function(c){var a="";var b=this.replace(/<script[^>]*>([\s\S]*?)<\/script>/gi,function(){a+=arguments[1]+"\n";return""});if(c===true){$exec(a)}else{if($type(c)=="function"){c(a,b)}}return b},substitute:function(a,b){return this.replace(b||(/\\?\{([^{}]+)\}/g),function(c,d){if(c.charAt(0)=="\\"){return c.slice(1)}return(a[d]!=undefined)?a[d]:""})}});Hash.implement({has:Object.prototype.hasOwnProperty,keyOf:function(b){for(var a in this){if(this.hasOwnProperty(a)&&this[a]===b){return a}}return null},hasValue:function(a){return(Hash.keyOf(this,a)!==null)},extend:function(a){Hash.each(a,function(b,c){Hash.set(this,c,b)},this);return this},combine:function(a){Hash.each(a,function(b,c){Hash.include(this,c,b)},this);return this},erase:function(a){if(this.hasOwnProperty(a)){delete this[a]}return this},get:function(a){return(this.hasOwnProperty(a))?this[a]:null},set:function(a,b){if(!this[a]||this.hasOwnProperty(a)){this[a]=b}return this},empty:function(){Hash.each(this,function(b,a){delete this[a]},this);return this},include:function(c,b){var a=this[c];if(a==undefined){this[c]=b}return this},map:function(c,b){var a=new Hash;Hash.each(this,function(d,e){a.set(e,c.call(b,d,e,this))},this);return a},filter:function(c,b){var a=new Hash;Hash.each(this,function(d,e){if(c.call(b,d,e,this)){a.set(e,d)}},this);return a},every:function(c,b){for(var a in this){if(this.hasOwnProperty(a)&&!c.call(b,this[a],a)){return false}}return true},some:function(c,b){for(var a in this){if(this.hasOwnProperty(a)&&c.call(b,this[a],a)){return true}}return false},getKeys:function(){var a=[];Hash.each(this,function(b,c){a.push(c)});return a},getValues:function(){var a=[];Hash.each(this,function(b){a.push(b)});return a},toQueryString:function(a){var b=[];Hash.each(this,function(c,d){if(a){d=a+"["+d+"]"}var e;switch($type(c)){case"object":e=Hash.toQueryString(c,d);break;case"array":var f={};c.each(function(g,h){f[h]=g});e=Hash.toQueryString(f,d);break;default:e=d+"="+encodeURIComponent(c)}if(c!=undefined){b.push(e)}});return b.join("&")}});Hash.alias({keyOf:"indexOf",hasValue:"contains"});var Event=new Native({name:"Event",initialize:function(d,l){l=l||window;var g=l.document;d=d||l.event;if(d.$extended){return d}this.$extended=true;var h=d.type;var k=d.target||d.srcElement;while(k&&k.nodeType==3){k=k.parentNode}if(h.test(/key/)){var c=d.which||d.keyCode;var e=Event.Keys.keyOf(c);if(h=="keydown"){var a=c-111;if(a>0&&a<13){e="f"+a}}e=e||String.fromCharCode(c).toLowerCase()}else{if(h.match(/(click|mouse|menu)/i)){g=(!g.compatMode||g.compatMode=="CSS1Compat")?g.html:g.body;var i={x:d.pageX||d.clientX+g.scrollLeft,y:d.pageY||d.clientY+g.scrollTop};var b={x:(d.pageX)?d.pageX-l.pageXOffset:d.clientX,y:(d.pageY)?d.pageY-l.pageYOffset:d.clientY};if(h.match(/DOMMouseScroll|mousewheel/)){var j=(d.wheelDelta)?d.wheelDelta/120:-(d.detail||0)/3}var m=(d.which==3)||(d.button==2);var f=null;if(h.match(/over|out/)){switch(h){case"mouseover":f=d.relatedTarget||d.fromElement;break;case"mouseout":f=d.relatedTarget||d.toElement}if(!(function(){while(f&&f.nodeType==3){f=f.parentNode}return true}).create({attempt:Browser.Engine.gecko})()){f=false}}}}return $extend(this,{event:d,type:h,page:i,client:b,rightClick:m,wheel:j,relatedTarget:f,target:k,code:c,key:e,shift:d.shiftKey,control:d.ctrlKey,alt:d.altKey,meta:d.metaKey})}});Event.Keys=new Hash({enter:13,up:38,down:40,left:37,right:39,esc:27,space:32,backspace:8,tab:9,"delete":46});Event.implement({stop:function(){return this.stopPropagation().preventDefault()},stopPropagation:function(){if(this.event.stopPropagation){this.event.stopPropagation()}else{this.event.cancelBubble=true}return this},preventDefault:function(){if(this.event.preventDefault){this.event.preventDefault()}else{this.event.returnValue=false}return this}});var Class=new Native({name:"Class",initialize:function(c){c=c||{};var a=function(){for(var d in this){if($type(this[d])!="function"){this[d]=$unlink(this[d])}}this.constructor=a;if(Class.prototyping){return this}var e=(this.initialize)?this.initialize.apply(this,arguments):this;if(this.options&&this.options.initialize){this.options.initialize.call(this)}return e};for(var b in Class.Mutators){if(!c[b]){continue}c=Class.Mutators[b](c,c[b]);delete c[b]}$extend(a,this);a.constructor=Class;a.prototype=c;return a}});Class.Mutators={Extends:function(b,a){Class.prototyping=a.prototype;var c=new a;delete c.parent;c=Class.inherit(c,b);delete Class.prototyping;return c},Implements:function(a,b){$splat(b).each(function(c){Class.prototying=c;$extend(a,($type(c)=="class")?new c:c);delete Class.prototyping});return a}};Class.extend({inherit:function(g,d){var a=arguments.callee.caller;for(var e in d){var f=d[e];var b=g[e];var c=$type(f);if(b&&c=="function"){if(f!=b){if(a){f.__parent=b;g[e]=f}else{Class.override(g,e,f)}}}else{if(c=="object"){g[e]=$merge(b,f)}else{g[e]=f}}}if(a){g.parent=function(){return arguments.callee.caller.__parent.apply(this,arguments)}}return g},override:function(e,a,b){var c=Class.prototyping;if(c&&e[a]!=c[a]){c=null}var d=function(){var g=this.parent;this.parent=c?c[a]:e[a];var f=b.apply(this,arguments);this.parent=g;return f};e[a]=d}});Class.implement({implement:function(){var a=this.prototype;$each(arguments,function(b){Class.inherit(a,b)});return this}});var Chain=new Class({$chain:[],chain:function(){this.$chain.extend(Array.flatten(arguments));return this},callChain:function(){return(this.$chain.length)?this.$chain.shift().apply(this,arguments):false},clearChain:function(){this.$chain.empty();return this}});var Events=new Class({$events:{},addEvent:function(b,c,a){b=Events.removeOn(b);if(c!=$empty){this.$events[b]=this.$events[b]||[];this.$events[b].include(c);if(a){c.internal=true}}return this},addEvents:function(a){for(var b in a){this.addEvent(b,a[b])}return this},fireEvent:function(b,c,a){b=Events.removeOn(b);if(!this.$events||!this.$events[b]){return this}this.$events[b].each(function(d){d.create({bind:this,delay:a,"arguments":c})()},this);return this},removeEvent:function(b,a){b=Events.removeOn(b);if(!this.$events[b]){return this}if(!a.internal){this.$events[b].erase(a)}return this},removeEvents:function(c){if($type(c)=="object"){for(var b in c){this.removeEvent(b,c[b])}return this}if(c){c=Events.removeOn(c)}for(var b in this.$events){if(c&&c!=b){continue}var d=this.$events[b];for(var a=d.length;a--;a){this.removeEvent(b,d[a])}}return this}});Events.removeOn=function(a){return a.replace(/^on([A-Z])/,function(c,b){return b.toLowerCase()})};var Options=new Class({setOptions:function(){this.options=$merge.run([this.options].extend(arguments));if(!this.addEvent){return this}for(var a in this.options){if($type(this.options[a])!="function"||!(/^on[A-Z]/).test(a)){continue}this.addEvent(a,this.options[a]);delete this.options[a]}return this}});var Element=new Native({name:"Element",legacy:window.Element,initialize:function(a,c){var b=Element.Constructors.get(a);if(b){return b(c)}if(typeof a=="string"){return document.newElement(a,c)}return $(a).set(c)},afterImplement:function(a,b){Element.Prototype[a]=b;if(Array[a]){return}Elements.implement(a,function(){var g=[],c=true;for(var e=0,f=this.length;e<f;e++){var d=this[e][a].apply(this[e],arguments);g.push(d);if(c){c=($type(d)=="element")}}return(c)?new Elements(g):g})}});Element.Prototype={$family:{name:"element"}};Element.Constructors=new Hash;var IFrame=new Native({name:"IFrame",generics:false,initialize:function(){var b=Array.link(arguments,{properties:Object.type,iframe:$defined});var d=b.properties||{};var e=$(b.iframe)||false;var c=d.onload||$empty;delete d.onload;d.id=d.name=$pick(d.id,d.name,e.id,e.name,"IFrame_"+$time());e=new Element(e||"iframe",d);var a=function(){var g=$try(function(){return e.contentWindow.location.host});if(g&&g==window.location.host){var f=new Window(e.contentWindow);new Document(e.contentWindow.document);$extend(f.Element.prototype,Element.Prototype)}c.call(e.contentWindow,e.contentWindow.document)};(window.frames[d.id])?a():e.addListener("load",a);return e}});var Elements=new Native({initialize:function(c,g){g=$extend({ddup:true,cash:true},g);c=c||[];if(g.ddup||g.cash){var b={},d=[];for(var f=0,a=c.length;f<a;f++){var e=$.element(c[f],!g.cash);if(g.ddup){if(b[e.uid]){continue}b[e.uid]=true}d.push(e)}c=d}return(g.cash)?$extend(c,this):c}});Elements.implement({filter:function(a,b){if(!a){return this}return new Elements(Array.filter(this,(typeof a=="string")?function(c){return c.match(a)}:a,b))}});Document.implement({newElement:function(a,b){if(Browser.Engine.trident&&b){["name","type","checked"].each(function(c){if(!b[c]){return}a+=" "+c+'="'+b[c]+'"';if(c!="checked"){delete b[c]}});a="<"+a+">"}return $.element(this.createElement(a)).set(b)},newTextNode:function(a){return this.createTextNode(a)},getDocument:function(){return this},getWindow:function(){return this.window}});Window.implement({$:function(c,b){if(c&&c.$family&&c.uid){return c}var a=$type(c);return($[a])?$[a](c,b,this.document):null},$$:function(a){if(arguments.length==1&&typeof a=="string"){return this.document.getElements(a)}var b=[];var e=Array.flatten(arguments);for(var d=0,f=e.length;d<f;d++){var c=e[d];switch($type(c)){case"element":b.push(c);break;case"string":b.extend(this.document.getElements(c,true))}}return new Elements(b)},getDocument:function(){return this.document},getWindow:function(){return this}});$.string=function(b,c,a){b=a.getElementById(b);return(b)?$.element(b,c):null};$.element=function(a,b){$uid(a);if(!b&&!a.$family&&!(/^object|embed$/i).test(a.tagName)){var d=Element.Prototype;for(var c in d){a[c]=d[c]}}return a};$.object=function(c,b,a){if(c.toElement){return $.element(c.toElement(a),b)}return null};$.textnode=$.whitespace=$.window=$.document=$arguments(0);Native.implement([Element,Document],{getElement:function(a,b){return $(this.getElements(a,true)[0]||null,b)},getElements:function(a,b){a=a.split(",");var c=[];var d=(a.length>1);a.each(function(f){var e=this.getElementsByTagName(f.trim());(d)?c.extend(e):c=e},this);return new Elements(c,{ddup:d,cash:!b})}});(function(){var h={},j={};var g={input:"checked",option:"selected",textarea:(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerHTML":"value"};var b=function(l){return(j[l]||(j[l]={}))};var i=function(o,l){if(!o){return}var p=o.uid;if(Browser.Engine.trident){if(o.clearAttributes){var m=l&&o.cloneNode(false);o.clearAttributes();if(m){o.mergeAttributes(m)}}else{if(o.removeEvents){o.removeEvents()}}if((/object/i).test(o.tagName)){for(var n in o){if(typeof o[n]=="function"){o[n]=$empty}}Element.dispose(o)}}if(!p){return}h[p]=j[p]=null};var a=function(){Hash.each(h,i);if(Browser.Engine.trident){$A(document.getElementsByTagName("object")).each(i)}if(window.CollectGarbage){CollectGarbage()}h=j=null};var f=function(r,l,m,s,p,n){var q=r[m||l];var o=[];while(q){if(q.nodeType==1&&(!s||Element.match(q,s))){if(!p){return $(q,n)}o.push(q)}q=q[l]}return(p)?new Elements(o,{ddup:false,cash:!n}):null};var k={html:"innerHTML","class":"className","for":"htmlFor",text:(Browser.Engine.trident||(Browser.Engine.webkit&&Browser.Engine.version<420))?"innerText":"textContent"};var c=["compact","nowrap","ismap","declare","noshade","checked","disabled","readonly","multiple","selected","noresize","defer"];var e=["value","accessKey","cellPadding","cellSpacing","colSpan","frameBorder","maxLength","readOnly","rowSpan","tabIndex","useMap"];Hash.extend(k,c.associate(c));Hash.extend(k,e.associate(e.map(String.toLowerCase)));var d={before:function(m,l){if(l.parentNode){l.parentNode.insertBefore(m,l)}},after:function(n,l){if(!l.parentNode){return}var m=l.nextSibling;(m)?l.parentNode.insertBefore(n,m):l.parentNode.appendChild(n)},bottom:function(m,l){l.appendChild(m)},top:function(n,l){var m=l.firstChild;(m)?l.insertBefore(n,m):l.appendChild(n)}};d.inside=d.bottom;Hash.each(d,function(l,m){m=m.capitalize();Element.implement("inject"+m,function(n){l(this,$(n,true));return this});Element.implement("grab"+m,function(n){l($(n,true),this);return this})});Element.implement({set:function(m,o){switch($type(m)){case"object":for(var n in m){this.set(n,m[n])}break;case"string":var l=Element.Properties.get(m);(l&&l.set)?l.set.apply(this,Array.slice(arguments,1)):this.setProperty(m,o)}return this},get:function(m){var l=Element.Properties.get(m);return(l&&l.get)?l.get.apply(this,Array.slice(arguments,1)):this.getProperty(m)},erase:function(m){var l=Element.Properties.get(m);(l&&l.erase)?l.erase.apply(this):this.removeProperty(m);return this},setProperty:function(n,m){var l=k[n];if(m==undefined){return this.removeProperty(n)}if(l&&c[n]){m=!!m}(l)?this[l]=m:this.setAttribute(n,""+m);return this},setProperties:function(l){for(var m in l){this.setProperty(m,l[m])}return this},getProperty:function(n){var l=k[n];var m=(l)?this[l]:this.getAttribute(n,2);return(c[n])?!!m:(l)?m:m||null},getProperties:function(){var l=$A(arguments);return l.map(this.getProperty,this).associate(l)},removeProperty:function(m){var l=k[m];(l)?this[l]=(l&&c[m])?false:"":this.removeAttribute(m);return this},removeProperties:function(){Array.each(arguments,this.removeProperty,this);return this},hasClass:function(l){return this.className.contains(l," ")},addClass:function(l){if(!this.hasClass(l)){this.className=(this.className+" "+l).clean()}return this},removeClass:function(l){this.className=this.className.replace(new RegExp("(^|\\s)"+l+"(?:\\s|$)"),"$1");return this},toggleClass:function(l){return this.hasClass(l)?this.removeClass(l):this.addClass(l)},adopt:function(){Array.flatten(arguments).each(function(l){l=$(l,true);if(l){this.appendChild(l)}},this);return this},appendText:function(m,l){return this.grab(this.getDocument().newTextNode(m),l)},grab:function(m,l){d[l||"bottom"]($(m,true),this);return this},inject:function(m,l){d[l||"bottom"](this,$(m,true));return this},replaces:function(l){l=$(l,true);l.parentNode.replaceChild(this,l);return this},wraps:function(m,l){m=$(m,true);return this.replaces(m).grab(m,l)},getPrevious:function(l,m){return f(this,"previousSibling",null,l,false,m)},getAllPrevious:function(l,m){return f(this,"previousSibling",null,l,true,m)},getNext:function(l,m){return f(this,"nextSibling",null,l,false,m)},getAllNext:function(l,m){return f(this,"nextSibling",null,l,true,m)},getFirst:function(l,m){return f(this,"nextSibling","firstChild",l,false,m)},getLast:function(l,m){return f(this,"previousSibling","lastChild",l,false,m)},getParent:function(l,m){return f(this,"parentNode",null,l,false,m)},getParents:function(l,m){return f(this,"parentNode",null,l,true,m)},getChildren:function(l,m){return f(this,"nextSibling","firstChild",l,true,m)},getWindow:function(){return this.ownerDocument.window},getDocument:function(){return this.ownerDocument},getElementById:function(m,n){var o=this.ownerDocument.getElementById(m);if(!o){return null}for(var l=o.parentNode;l!=this;l=l.parentNode){if(!l){return null}}return $.element(o,n)},getSelected:function(){return new Elements($A(this.options).filter(function(l){return l.selected}))},getComputedStyle:function(m){if(this.currentStyle){return this.currentStyle[m.camelCase()]}var l=this.getDocument().defaultView.getComputedStyle(this,null);return(l)?l.getPropertyValue([m.hyphenate()]):null},toQueryString:function(){var l=[];this.getElements("input, select, textarea",true).each(function(n){if(!n.name||n.disabled){return}var m=(n.tagName.toLowerCase()=="select")?Element.getSelected(n).map(function(o){return o.value}):((n.type=="radio"||n.type=="checkbox")&&!n.checked)?null:n.value;$splat(m).each(function(o){if(typeof o!="undefined"){l.push(n.name+"="+encodeURIComponent(o))}})});return l.join("&")},clone:function(p,l){p=p!==false;var m=this.cloneNode(p);var q=function(t,u){if(!l){t.removeAttribute("id")}if(Browser.Engine.trident){t.clearAttributes();t.mergeAttributes(u);t.removeAttribute("uid");if(t.options){var s=t.options,w=u.options;for(var v=s.length;v--;){s[v].selected=w[v].selected}}}var x=g[u.tagName.toLowerCase()];if(x&&u[x]){t[x]=u[x]}};if(p){var o=m.getElementsByTagName("*"),n=this.getElementsByTagName("*");for(var r=o.length;r--;){q(o[r],n[r])}}q(m,this);return $(m)},destroy:function(){Element.empty(this);Element.dispose(this);i(this,true);return null},empty:function(){$A(this.childNodes).each(function(l){Element.destroy(l)});return this},dispose:function(){return(this.parentNode)?this.parentNode.removeChild(this):this},hasChild:function(l){l=$(l,true);if(!l){return false}if(Browser.Engine.webkit&&Browser.Engine.version<420){return $A(this.getElementsByTagName(l.tagName)).contains(l)}return(this.contains)?(this!=l&&this.contains(l)):!!(this.compareDocumentPosition(l)&16)},match:function(l){return(!l||(l==this)||(Element.get(this,"tag")==l))}});Native.implement([Element,Window,Document],{addListener:function(m,n){if(m=="unload"){var l=n,o=this;n=function(){o.removeListener("unload",n);l()}}else{h[this.uid]=this}if(this.addEventListener){this.addEventListener(m,n,false)}else{this.attachEvent("on"+m,n)}return this},removeListener:function(m,l){if(this.removeEventListener){this.removeEventListener(m,l,false)}else{this.detachEvent("on"+m,l)}return this},retrieve:function(o,l){var m=b(this.uid),n=m[o];if(l!=undefined&&n==undefined){n=m[o]=l}return $pick(n)},store:function(n,l){var m=b(this.uid);m[n]=l;return this},eliminate:function(l){var m=b(this.uid);delete m[l];return this}});window.addListener("unload",a)})();Element.Properties=new Hash;Element.Properties.style={set:function(a){this.style.cssText=a},get:function(){return this.style.cssText},erase:function(){this.style.cssText=""}};Element.Properties.tag={get:function(){return this.tagName.toLowerCase()}};Element.Properties.html=(function(){var b=document.createElement("div");var a={table:[1,"<table>","</table>"],select:[1,"<select>","</select>"],tbody:[2,"<table><tbody>","</tbody></table>"],tr:[3,"<table><tbody><tr>","</tr></tbody></table>"]};a.thead=a.tfoot=a.tbody;var c={set:function(){var f=Array.flatten(arguments).join("");var e=Browser.Engine.trident&&a[this.get("tag")];if(e){var d=b;d.innerHTML=e[1]+f+e[2];for(var g=e[0];g--;){d=d.firstChild}this.empty().adopt(d.childNodes)}else{this.innerHTML=f}}};c.erase=c.set;return c})();if(Browser.Engine.webkit&&Browser.Engine.version<420){Element.Properties.text={get:function(){if(this.innerText){return this.innerText}var a=this.ownerDocument.newElement("div",{html:this.innerHTML}).inject(this.ownerDocument.body);var b=a.innerText;a.destroy();return b}}}Element.Properties.events={set:function(a){this.addEvents(a)}};Native.implement([Element,Window,Document],{addEvent:function(i,g){var f=this.retrieve("events",{});f[i]=f[i]||{keys:[],values:[]};if(f[i].keys.contains(g)){return this}f[i].keys.push(g);var h=i,d=Element.Events.get(i),b=g,e=this;if(d){if(d.onAdd){d.onAdd.call(this,g)}if(d.condition){b=function(j){if(d.condition.call(this,j)){return g.call(this,j)}return true}}h=d.base||h}var a=function(){return g.call(e)};var c=Element.NativeEvents[h];if(c){if(c==2){a=function(j){j=new Event(j,e.getWindow());if(b.call(e,j)===false){j.stop()}}}this.addListener(h,a)}f[i].values.push(a);return this},removeEvent:function(e,f){var a=this.retrieve("events");if(!a||!a[e]){return this}var b=a[e].keys.indexOf(f);if(b==-1){return this}a[e].keys.splice(b,1);var c=a[e].values.splice(b,1)[0];var d=Element.Events.get(e);if(d){if(d.onRemove){d.onRemove.call(this,f)}e=d.base||e}return(Element.NativeEvents[e])?this.removeListener(e,c):this},addEvents:function(a){for(var b in a){this.addEvent(b,a[b])}return this},removeEvents:function(a){if($type(a)=="object"){for(var b in a){this.removeEvent(b,a[b])}return this}var c=this.retrieve("events");if(!c){return this}if(!a){for(var b in c){this.removeEvents(b)}this.eliminate("events")}else{if(c[a]){while(c[a].keys[0]){this.removeEvent(a,c[a].keys[0])}c[a]=null}}return this},fireEvent:function(b,d,a){var c=this.retrieve("events");if(!c||!c[b]){return this}c[b].keys.each(function(e){e.create({bind:this,delay:a,"arguments":d})()},this);return this},cloneEvents:function(b,a){b=$(b);var c=b.retrieve("events");if(!c){return this}if(!a){for(var d in c){this.cloneEvents(b,d)}}else{if(c[a]){c[a].keys.each(function(e){this.addEvent(a,e)},this)}}return this}});Element.NativeEvents={click:2,dblclick:2,mouseup:2,mousedown:2,contextmenu:2,mousewheel:2,DOMMouseScroll:2,mouseover:2,mouseout:2,mousemove:2,selectstart:2,selectend:2,keydown:2,keypress:2,keyup:2,focus:2,blur:2,change:2,reset:2,select:2,submit:2,load:1,unload:1,beforeunload:2,resize:1,move:1,DOMContentLoaded:1,readystatechange:1,error:1,abort:1,scroll:1};(function(){var a=function(c){var b=c.relatedTarget;if(b==undefined){return true}if(b===false){return false}return($type(this)!="document"&&b!=this&&b.prefix!="xul"&&!this.hasChild(b))};Element.Events=new Hash({mouseenter:{base:"mouseover",condition:a},mouseleave:{base:"mouseout",condition:a},mousewheel:{base:(Browser.Engine.gecko)?"DOMMouseScroll":"mousewheel"}})})();Element.Properties.styles={set:function(a){this.setStyles(a)}};Element.Properties.opacity={set:function(a,b){if(!b){if(a==0){if(this.style.visibility!="hidden"){this.style.visibility="hidden"}}else{if(this.style.visibility!="visible"){this.style.visibility="visible"}}}if(!this.currentStyle||!this.currentStyle.hasLayout){this.style.zoom=1}if(Browser.Engine.trident){this.style.filter=(a==1)?"":"alpha(opacity="+a*100+")"}this.style.opacity=a;this.store("opacity",a)},get:function(){return this.retrieve("opacity",1)}};Element.implement({setOpacity:function(a){return this.set("opacity",a,true)},getOpacity:function(){return this.get("opacity")},setStyle:function(c,a){switch(c){case"opacity":return this.set("opacity",parseFloat(a));case"float":c=(Browser.Engine.trident)?"styleFloat":"cssFloat"}c=c.camelCase();if($type(a)!="string"){var b=(Element.Styles.get(c)||"@").split(" ");a=$splat(a).map(function(d,e){if(!b[e]){return""}return($type(d)=="number")?b[e].replace("@",Math.round(d)):d}).join(" ")}else{if(a==String(Number(a))){a=Math.round(a)}}this.style[c]=a;return this},getStyle:function(b){switch(b){case"opacity":return this.get("opacity");case"float":b=(Browser.Engine.trident)?"styleFloat":"cssFloat"}b=b.camelCase();var a=this.style[b];if(!$chk(a)){a=[];for(var c in Element.ShortStyles){if(b!=c){continue}for(var d in Element.ShortStyles[c]){a.push(this.getStyle(d))}return a.join(" ")}a=this.getComputedStyle(b)}if(a){a=String(a);var f=a.match(/rgba?\([\d\s,]+\)/);if(f){a=a.replace(f[0],f[0].rgbToHex())}}if(Browser.Engine.presto||(Browser.Engine.trident&&!$chk(parseInt(a)))){if(b.test(/^(height|width)$/)){var g=(b=="width")?["left","right"]:["top","bottom"],e=0;g.each(function(h){e+=this.getStyle("border-"+h+"-width").toInt()+this.getStyle("padding-"+h).toInt()},this);return this["offset"+b.capitalize()]-e+"px"}if((Browser.Engine.presto)&&String(a).test("px")){return a}if(b.test(/(border(.+)Width|margin|padding)/)){return"0px"}}return a},setStyles:function(b){for(var a in b){this.setStyle(a,b[a])}return this},getStyles:function(){var a={};Array.each(arguments,function(b){a[b]=this.getStyle(b)},this);return a}});Element.Styles=new Hash({left:"@px",top:"@px",bottom:"@px",right:"@px",width:"@px",height:"@px",maxWidth:"@px",maxHeight:"@px",minWidth:"@px",minHeight:"@px",backgroundColor:"rgb(@, @, @)",backgroundPosition:"@px @px",color:"rgb(@, @, @)",fontSize:"@px",letterSpacing:"@px",lineHeight:"@px",clip:"rect(@px @px @px @px)",margin:"@px @px @px @px",padding:"@px @px @px @px",border:"@px @ rgb(@, @, @) @px @ rgb(@, @, @) @px @ rgb(@, @, @)",borderWidth:"@px @px @px @px",borderStyle:"@ @ @ @",borderColor:"rgb(@, @, @) rgb(@, @, @) rgb(@, @, @) rgb(@, @, @)",zIndex:"@",zoom:"@",fontWeight:"@",textIndent:"@px",opacity:"@"});Element.ShortStyles={margin:{},padding:{},border:{},borderWidth:{},borderStyle:{},borderColor:{}};["Top","Right","Bottom","Left"].each(function(b){var c=Element.ShortStyles;var g=Element.Styles;["margin","padding"].each(function(i){var h=i+b;c[i][h]=g[h]="@px"});var d="border"+b;c.border[d]=g[d]="@px @ rgb(@, @, @)";var e=d+"Width",a=d+"Style",f=d+"Color";c[d]={};c.borderWidth[e]=c[d][e]=g[e]="@px";c.borderStyle[a]=c[d][a]=g[a]="@";c.borderColor[f]=c[d][f]=g[f]="rgb(@, @, @)"});(function(){Element.implement({scrollTo:function(i,h){if(g(this)){this.getWindow().scrollTo(i,h)}else{this.scrollLeft=i;this.scrollTop=h}return this},getSize:function(){if(g(this)){return this.getWindow().getSize()}return{x:this.offsetWidth,y:this.offsetHeight}},getScrollSize:function(){if(g(this)){return this.getWindow().getScrollSize()}return{x:this.scrollWidth,y:this.scrollHeight}},getScroll:function(){if(g(this)){return this.getWindow().getScroll()}return{x:this.scrollLeft,y:this.scrollTop}},getScrolls:function(){var h=this,i={x:0,y:0};while(h&&!g(h)){i.x+=h.scrollLeft;i.y+=h.scrollTop;h=h.parentNode}return i},getOffsetParent:function(){var h=this;if(g(h)){return null}if(!Browser.Engine.trident){return h.offsetParent}while((h=h.parentNode)&&!g(h)){if(e(h,"position")!="static"){return h}}return null},getOffsets:function(){if(Browser.Engine.trident){var h=this.getBoundingClientRect(),j=this.getDocument().documentElement;return{x:h.left+j.scrollLeft-j.clientLeft,y:h.top+j.scrollTop-j.clientTop}}var k=this,l={x:0,y:0};if(g(this)){return l}while(k&&!g(k)){l.x+=k.offsetLeft;l.y+=k.offsetTop;if(Browser.Engine.gecko){if(!c(k)){l.x+=f(k);l.y+=b(k)}var i=k.parentNode;if(i&&e(i,"overflow")!="visible"){l.x+=f(i);l.y+=b(i)}}else{if(k!=this&&Browser.Engine.webkit){l.x+=f(k);l.y+=b(k)}}k=k.offsetParent}if(Browser.Engine.gecko&&!c(this)){l.x-=f(this);l.y-=b(this)}return l},getPosition:function(i){if(g(this)){return{x:0,y:0}}var h=this.getOffsets(),k=this.getScrolls();var l={x:h.x-k.x,y:h.y-k.y};var j=(i&&(i=$(i)))?i.getPosition():{x:0,y:0};return{x:l.x-j.x,y:l.y-j.y}},getCoordinates:function(i){if(g(this)){return this.getWindow().getCoordinates()}var k=this.getPosition(i),j=this.getSize();var h={left:k.x,top:k.y,width:j.x,height:j.y};h.right=h.left+h.width;h.bottom=h.top+h.height;return h},computePosition:function(h){return{left:h.x-d(this,"margin-left"),top:h.y-d(this,"margin-top")}},position:function(h){return this.setStyles(this.computePosition(h))}});Native.implement([Document,Window],{getSize:function(){var h=this.getWindow();if(Browser.Engine.presto||Browser.Engine.webkit){return{x:h.innerWidth,y:h.innerHeight}}var i=a(this);return{x:i.clientWidth,y:i.clientHeight}},getScroll:function(){var h=this.getWindow();var i=a(this);return{x:h.pageXOffset||i.scrollLeft,y:h.pageYOffset||i.scrollTop}},getScrollSize:function(){var h=a(this);var i=this.getSize();return{x:Math.max(h.scrollWidth,i.x),y:Math.max(h.scrollHeight,i.y)}},getPosition:function(){return{x:0,y:0}},getCoordinates:function(){var h=this.getSize();return{top:0,left:0,bottom:h.y,right:h.x,height:h.y,width:h.x}}});var e=Element.getComputedStyle;function d(i,h){return e(i,h).toInt()||0}function c(h){return e(h,"-moz-box-sizing")=="border-box"}function b(h){return d(h,"border-top-width")}function f(h){return d(h,"border-left-width")}function g(h){return(/^(?:body|html)$/i).test(h.tagName)}function a(i){var h=i.getDocument();return(!h.compatMode||h.compatMode=="CSS1Compat")?h.html:h.body}})();Native.implement([Window,Document,Element],{getHeight:function(){return this.getSize().y},getWidth:function(){return this.getSize().x},getScrollTop:function(){return this.getScroll().y},getScrollLeft:function(){return this.getScroll().x},getScrollHeight:function(){return this.getScrollSize().y},getScrollWidth:function(){return this.getScrollSize().x},getTop:function(){return this.getPosition().y},getLeft:function(){return this.getPosition().x}});Native.implement([Document,Element],{getElements:function(b,c){b=b.split(",");var g,e={};for(var f=0,h=b.length;f<h;f++){var a=b[f],d=Selectors.Utils.search(this,a,e);if(f!=0&&d.item){d=$A(d)}g=(f==0)?d:(g.item)?$A(g).concat(d):g.concat(d)}return new Elements(g,{ddup:(b.length>1),cash:!c})}});Element.implement({match:function(e){if(!e||(e==this)){return true}var c=Selectors.Utils.parseTagAndID(e);var a=c[0],b=c[1];if(!Selectors.Filters.byID(this,b)||!Selectors.Filters.byTag(this,a)){return false}var d=Selectors.Utils.parseSelector(e);return(d)?Selectors.Utils.filter(this,d,{}):true}});var Selectors={Cache:{nth:{},parsed:{}}};Selectors.RegExps={id:(/#([\w-]+)/),tag:(/^(\w+|\*)/),quick:(/^(\w+|\*)$/),splitter:(/\s*([+>~\s])\s*([a-zA-Z#.*:\[])/g),combined:(/\.([\w-]+)|\[(\w+)(?:([!*^$~|]?=)(["']?)([^\4]*?)\4)?\]|:([\w-]+)(?:\(["']?(.*?)?["']?\)|$)/g)};Selectors.Utils={chk:function(c,b){if(!b){return true}var a=$uid(c);if(!b[a]){return b[a]=true}return false},parseNthArgument:function(b){if(Selectors.Cache.nth[b]){return Selectors.Cache.nth[b]}var e=b.match(/^([+-]?\d*)?([a-z]+)?([+-]?\d*)?$/);if(!e){return false}var c=parseInt(e[1]);var f=(c||c===0)?c:1;var d=e[2]||false;var a=parseInt(e[3])||0;if(f!=0){a--;while(a<1){a+=f}while(a>=f){a-=f}}else{f=a;d="index"}switch(d){case"n":e={a:f,b:a,special:"n"};break;case"odd":e={a:2,b:0,special:"n"};break;case"even":e={a:2,b:1,special:"n"};break;case"first":e={a:0,special:"index"};break;case"last":e={special:"last-child"};break;case"only":e={special:"only-child"};break;default:e={a:(f-1),special:"index"}}return Selectors.Cache.nth[b]=e},parseSelector:function(j){if(Selectors.Cache.parsed[j]){return Selectors.Cache.parsed[j]}var a,g={classes:[],pseudos:[],attributes:[]};while((a=Selectors.RegExps.combined.exec(j))){var f=a[1],h=a[2],i=a[3],c=a[5],b=a[6],e=a[7];if(f){g.classes.push(f)}else{if(b){var d=Selectors.Pseudo.get(b);if(d){g.pseudos.push({parser:d,argument:e})}else{g.attributes.push({name:b,operator:"=",value:e})}}else{if(h){g.attributes.push({name:h,operator:i,value:c})}}}}if(!g.classes.length){delete g.classes}if(!g.attributes.length){delete g.attributes}if(!g.pseudos.length){delete g.pseudos}if(!g.classes&&!g.attributes&&!g.pseudos){g=null}return Selectors.Cache.parsed[j]=g},parseTagAndID:function(c){var a=c.match(Selectors.RegExps.tag);var b=c.match(Selectors.RegExps.id);return[(a)?a[1]:"*",(b)?b[1]:false]},filter:function(c,f,d){var e;if(f.classes){for(e=f.classes.length;e--;e){var b=f.classes[e];if(!Selectors.Filters.byClass(c,b)){return false}}}if(f.attributes){for(e=f.attributes.length;e--;e){var g=f.attributes[e];if(!Selectors.Filters.byAttribute(c,g.name,g.operator,g.value)){return false}}}if(f.pseudos){for(e=f.pseudos.length;e--;e){var a=f.pseudos[e];if(!Selectors.Filters.byPseudo(c,a.parser,a.argument,d)){return false}}}return true},getByTagAndID:function(d,a,b){if(b){var c=(d.getElementById)?d.getElementById(b,true):Element.getElementById(d,b,true);return(c&&Selectors.Filters.byTag(c,a))?[c]:[]}else{return d.getElementsByTagName(a)}},search:function(n,o,i){var u=[];var t=o.trim().replace(Selectors.RegExps.splitter,function(x,y,w){u.push(y);return":)"+w}).split(":)");var m,r,b;for(var c=0,g=t.length;c<g;c++){var d=t[c];if(c==0&&Selectors.RegExps.quick.test(d)){m=n.getElementsByTagName(d);continue}var v=u[c-1];var l=Selectors.Utils.parseTagAndID(d);var a=l[0],k=l[1];if(c==0){m=Selectors.Utils.getByTagAndID(n,a,k)}else{var s={},p=[];for(var e=0,f=m.length;e<f;e++){p=Selectors.Getters[v](p,m[e],a,k,s)}m=p}var q=Selectors.Utils.parseSelector(d);if(q){r=[];for(var h=0,j=m.length;h<j;h++){b=m[h];if(Selectors.Utils.filter(b,q,i)){r.push(b)}}m=r}}return m}};Selectors.Getters={" ":function(f,g,e,d,i){var a=Selectors.Utils.getByTagAndID(g,e,d);for(var b=0,c=a.length;b<c;b++){var h=a[b];if(Selectors.Utils.chk(h,i)){f.push(h)}}return f},">":function(f,g,e,d,h){var b=Selectors.Utils.getByTagAndID(g,e,d);for(var i=0,a=b.length;i<a;i++){var c=b[i];if(c.parentNode==g&&Selectors.Utils.chk(c,h)){f.push(c)}}return f},"+":function(d,e,a,b,c){while((e=e.nextSibling)){if(e.nodeType==1){if(Selectors.Utils.chk(e,c)&&Selectors.Filters.byTag(e,a)&&Selectors.Filters.byID(e,b)){d.push(e)}break}}return d},"~":function(d,e,a,b,c){while((e=e.nextSibling)){if(e.nodeType==1){if(!Selectors.Utils.chk(e,c)){break}if(Selectors.Filters.byTag(e,a)&&Selectors.Filters.byID(e,b)){d.push(e)}}}return d}};Selectors.Filters={byTag:function(b,a){return(a=="*"||(b.tagName&&b.tagName.toLowerCase()==a))},byID:function(a,b){return(!b||(a.id&&a.id==b))},byClass:function(b,a){return(b.className&&b.className.contains(a," "))},byPseudo:function(a,b,c,d){return b.call(a,c,d)},byAttribute:function(d,c,e,b){var a=Element.prototype.getProperty.call(d,c);if(!a){return(e=="!=")}if(!e||b==undefined){return true}switch(e){case"=":return(a==b);case"*=":return(a.contains(b));case"^=":return(a.substr(0,b.length)==b);case"$=":return(a.substr(a.length-b.length)==b);case"!=":return(a!=b);case"~=":return a.contains(b," ");case"|=":return a.contains(b,"-")}return false}};Selectors.Pseudo=new Hash({checked:function(){return this.checked},empty:function(){return !(this.innerText||this.textContent||"").length},not:function(a){return !Element.match(this,a)},contains:function(a){return(this.innerText||this.textContent||"").contains(a)},"first-child":function(){return Selectors.Pseudo.index.call(this,0)},"last-child":function(){var a=this;while((a=a.nextSibling)){if(a.nodeType==1){return false}}return true},"only-child":function(){var b=this;while((b=b.previousSibling)){if(b.nodeType==1){return false}}var a=this;while((a=a.nextSibling)){if(a.nodeType==1){return false}}return true},"nth-child":function(b,d){b=(b==undefined)?"n":b;var f=Selectors.Utils.parseNthArgument(b);if(f.special!="n"){return Selectors.Pseudo[f.special].call(this,f.a,d)}var c=0;d.positions=d.positions||{};var e=$uid(this);if(!d.positions[e]){var g=this;while((g=g.previousSibling)){if(g.nodeType!=1){continue}c++;var a=d.positions[$uid(g)];if(a!=undefined){c=a+c;break}}d.positions[e]=c}return(d.positions[e]%f.a==f.b)},index:function(a){var c=this,b=0;while((c=c.previousSibling)){if(c.nodeType==1&&++b>a){return false}}return(b==a)},even:function(b,a){return Selectors.Pseudo["nth-child"].call(this,"2n+1",a)},odd:function(b,a){return Selectors.Pseudo["nth-child"].call(this,"2n",a)}});Element.Events.domready={onAdd:function(a){if(Browser.loaded){a.call(this)}}};(function(){var b=function(){if(Browser.loaded){return}Browser.loaded=true;window.fireEvent("domready");document.fireEvent("domready")};if(Browser.Engine.trident){var a=document.createElement("div");(function(){($try(function(){a.doScroll("left");return $(a).inject(document.body).set("html","temp").dispose()}))?b():arguments.callee.delay(50)})()}else{if(Browser.Engine.webkit&&Browser.Engine.version<525){(function(){(["loaded","complete"].contains(document.readyState))?b():arguments.callee.delay(50)})()}else{window.addEvent("load",b);document.addEvent("DOMContentLoaded",b)}}})();var JSON=new Hash({$specialChars:{"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},$replaceChars:function(a){return JSON.$specialChars[a]||"\\u00"+Math.floor(a.charCodeAt()/16).toString(16)+(a.charCodeAt()%16).toString(16)},encode:function(b){switch($type(b)){case"string":return'"'+b.replace(/[\x00-\x1f\\"]/g,JSON.$replaceChars)+'"';case"array":return"["+String(b.map(JSON.encode).filter($defined))+"]";case"object":case"hash":var a=[];Hash.each(b,function(c,d){var e=JSON.encode(c);if(e){a.push(JSON.encode(d)+":"+e)}});return"{"+a+"}";case"number":case"boolean":return String(b);case false:return"null"}return null},decode:function(string,secure){if($type(string)!="string"||!string.length){return null}if(secure&&!(/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(string.replace(/\\./g,"@").replace(/"[^"\\\n\r]*"/g,""))){return null}return eval("("+string+")")}});Native.implement([Hash,Array,String,Number],{toJSON:function(){return JSON.encode(this)}});var Cookie=new Class({Implements:Options,options:{path:false,domain:false,duration:false,secure:false,document:document},initialize:function(b,a){this.key=b;this.setOptions(a)},write:function(b){b=encodeURIComponent(b);if(this.options.domain){b+="; domain="+this.options.domain}if(this.options.path){b+="; path="+this.options.path}if(this.options.duration){var a=new Date();a.setTime(a.getTime()+this.options.duration*24*60*60*1000);b+="; expires="+a.toGMTString()}if(this.options.secure){b+="; secure"}this.options.document.cookie=this.key+"="+b;return this},read:function(){var a=this.options.document.cookie.match("(?:^|;)\\s*"+this.key.escapeRegExp()+"=([^;]*)");return(a)?decodeURIComponent(a[1]):null},dispose:function(){new Cookie(this.key,$merge(this.options,{duration:-1})).write("");return this}});Cookie.write=function(c,b,a){return new Cookie(c,a).write(b)};Cookie.read=function(a){return new Cookie(a).read()};Cookie.dispose=function(b,a){return new Cookie(b,a).dispose()};var Swiff=new Class({Implements:[Options],options:{id:null,height:1,width:1,container:null,properties:{},params:{quality:"high",allowScriptAccess:"always",wMode:"transparent",swLiveConnect:true},callBacks:{},vars:{}},toElement:function(){return this.object},initialize:function(f,e){this.instance="Swiff_"+$time();this.setOptions(e);e=this.options;var c=this.id=e.id||this.instance;var d=$(e.container);Swiff.CallBacks[this.instance]={};var m=e.params,k=e.vars,l=e.callBacks;var j=$extend({height:e.height,width:e.width},e.properties);var g=this;for(var a in l){Swiff.CallBacks[this.instance][a]=(function(n){return function(){return n.apply(g.object,arguments)}})(l[a]);k[a]="Swiff.CallBacks."+this.instance+"."+a}m.flashVars=Hash.toQueryString(k);if(Browser.Engine.trident){j.classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000";m.movie=f}else{j.type="application/x-shockwave-flash";j.data=f}var h='<object id="'+c+'"';for(var i in j){h+=" "+i+'="'+j[i]+'"'}h+=">";for(var b in m){if(m[b]){h+='<param name="'+b+'" value="'+m[b]+'" />'}}h+="</object>";this.object=((d)?d.empty():new Element("div")).set("html",h).firstChild},replaces:function(a){a=$(a,true);a.parentNode.replaceChild(this.toElement(),a);return this},inject:function(a){$(a,true).appendChild(this.toElement());return this},remote:function(){return Swiff.remote.apply(Swiff,[this.toElement()].extend(arguments))}});Swiff.CallBacks={};Swiff.remote=function(obj,fn){var rs=obj.CallFunction('<invoke name="'+fn+'" returntype="javascript">'+__flash__argumentsToXML(arguments,2)+"</invoke>");return eval(rs)};var Fx=new Class({Implements:[Chain,Events,Options],options:{fps:50,unit:false,duration:500,link:"ignore"},initialize:function(a){this.subject=this.subject||this;this.setOptions(a);this.options.duration=Fx.Durations[this.options.duration]||this.options.duration.toInt();var b=this.options.wait;if(b===false){this.options.link="cancel"}},getTransition:function(){return function(a){return -(Math.cos(Math.PI*a)-1)/2}},step:function(){var a=$time();if(a<this.time+this.options.duration){var b=this.transition((a-this.time)/this.options.duration);this.set(this.compute(this.from,this.to,b))}else{this.set(this.compute(this.from,this.to,1));this.complete()}},set:function(a){return a},compute:function(b,c,a){return Fx.compute(b,c,a)},check:function(a){if(!this.timer){return true}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(a.bind(this,Array.slice(arguments,1)));return false}return false},start:function(b,a){if(!this.check(arguments.callee,b,a)){return this}this.from=b;this.to=a;this.time=0;this.transition=this.getTransition();this.startTimer();this.onStart();return this},complete:function(){if(this.stopTimer()){this.onComplete()}return this},cancel:function(){if(this.stopTimer()){this.onCancel()}return this},onStart:function(){this.fireEvent("start",this.subject)},onComplete:function(){this.fireEvent("complete",this.subject);if(!this.callChain()){this.fireEvent("chainComplete",this.subject)}},onCancel:function(){this.fireEvent("cancel",this.subject).clearChain()},pause:function(){this.stopTimer();return this},resume:function(){this.startTimer();return this},stopTimer:function(){if(!this.timer){return false}this.time=$time()-this.time;this.timer=$clear(this.timer);return true},startTimer:function(){if(this.timer){return false}this.time=$time()-this.time;this.timer=this.step.periodical(Math.round(1000/this.options.fps),this);return true}});Fx.compute=function(b,c,a){return(c-b)*a+b};Fx.Durations={"short":250,normal:500,"long":1000};Fx.CSS=new Class({Extends:Fx,prepare:function(c,b,e){e=$splat(e);var d=e[1];if(!$chk(d)){e[1]=e[0];e[0]=c.getStyle(b)}var a=e.map(this.parse);return{from:a[0],to:a[1]}},parse:function(a){a=$lambda(a)();a=(typeof a=="string")?a.split(" "):$splat(a);return a.map(function(b){b=String(b);var c=false;Fx.CSS.Parsers.each(function(d,e){if(c){return}var f=d.parse(b);if($chk(f)){c={value:f,parser:d}}});c=c||{value:b,parser:Fx.CSS.Parsers.String};return c})},compute:function(b,c,d){var a=[];(Math.min(b.length,c.length)).times(function(e){a.push({value:b[e].parser.compute(b[e].value,c[e].value,d),parser:b[e].parser})});a.$family={name:"fx:css:value"};return a},serve:function(b,c){if($type(b)!="fx:css:value"){b=this.parse(b)}var a=[];b.each(function(d){a=a.concat(d.parser.serve(d.value,c))});return a},render:function(a,b,c,d){a.setStyle(b,this.serve(c,d))},search:function(a){if(Fx.CSS.Cache[a]){return Fx.CSS.Cache[a]}var b={};Array.each(document.styleSheets,function(d,e){var f=d.href;if(f&&f.contains("://")&&!f.contains(document.domain)){return}var c=d.rules||d.cssRules;Array.each(c,function(g,i){if(!g.style){return}var h=(g.selectorText)?g.selectorText.replace(/^\w+/,function(j){return j.toLowerCase()}):null;if(!h||!h.test("^"+a+"$")){return}Element.Styles.each(function(j,k){if(!g.style[k]||Element.ShortStyles[k]){return}j=String(g.style[k]);b[k]=(j.test(/^rgb/))?j.rgbToHex():j})})});return Fx.CSS.Cache[a]=b}});Fx.CSS.Cache={};Fx.CSS.Parsers=new Hash({Color:{parse:function(a){if(a.match(/^#[0-9a-f]{3,6}$/i)){return a.hexToRgb(true)}return((a=a.match(/(\d+),\s*(\d+),\s*(\d+)/)))?[a[1],a[2],a[3]]:false},compute:function(b,c,a){return b.map(function(d,e){return Math.round(Fx.compute(b[e],c[e],a))})},serve:function(a){return a.map(Number)}},Number:{parse:parseFloat,compute:Fx.compute,serve:function(b,a){return(a)?b+a:b}},String:{parse:$lambda(false),compute:$arguments(1),serve:$arguments(0)}});Fx.Tween=new Class({Extends:Fx.CSS,initialize:function(b,a){this.element=this.subject=$(b);this.parent(a)},set:function(b,a){if(arguments.length==1){a=b;b=this.property||this.options.property}this.render(this.element,b,a,this.options.unit);return this},start:function(d,b,c){if(!this.check(arguments.callee,d,b,c)){return this}var e=Array.flatten(arguments);this.property=this.options.property||e.shift();var a=this.prepare(this.element,this.property,e);return this.parent(a.from,a.to)}});Element.Properties.tween={set:function(a){var b=this.retrieve("tween");if(b){b.cancel()}return this.eliminate("tween").store("tween:options",$extend({link:"cancel"},a))},get:function(a){if(a||!this.retrieve("tween")){if(a||!this.retrieve("tween:options")){this.set("tween",a)}this.store("tween",new Fx.Tween(this,this.retrieve("tween:options")))}return this.retrieve("tween")}};Element.implement({tween:function(a,b,c){this.get("tween").start(arguments);return this},fade:function(d){var b=this.get("tween"),c="opacity",a;d=$pick(d,"toggle");switch(d){case"in":b.start(c,1);break;case"out":b.start(c,0);break;case"show":b.set(c,1);break;case"hide":b.set(c,0);break;case"toggle":var e=this.retrieve("fade:flag",this.get("opacity")==1);b.start(c,(e)?0:1);this.store("fade:flag",!e);a=true;break;default:b.start(c,arguments)}if(!a){this.eliminate("fade:flag")}return this},highlight:function(b,a){if(!a){a=this.retrieve("highlight:original",this.getStyle("background-color"));a=(a=="transparent")?"#fff":a}var c=this.get("tween");c.start("background-color",b||"#ffff88",a).chain(function(){this.setStyle("background-color",this.retrieve("highlight:original"));c.callChain()}.bind(this));return this}});Fx.Morph=new Class({Extends:Fx.CSS,initialize:function(b,a){this.element=this.subject=$(b);this.parent(a)},set:function(a){if(typeof a=="string"){a=this.search(a)}for(var b in a){this.render(this.element,b,a[b],this.options.unit)}return this},compute:function(b,c,d){var a={};for(var e in b){a[e]=this.parent(b[e],c[e],d)}return a},start:function(e){if(!this.check(arguments.callee,e)){return this}if(typeof e=="string"){e=this.search(e)}var b={},c={};for(var d in e){var a=this.prepare(this.element,d,e[d]);b[d]=a.from;c[d]=a.to}return this.parent(b,c)}});Element.Properties.morph={set:function(a){var b=this.retrieve("morph");if(b){b.cancel()}return this.eliminate("morph").store("morph:options",$extend({link:"cancel"},a))},get:function(a){if(a||!this.retrieve("morph")){if(a||!this.retrieve("morph:options")){this.set("morph",a)}this.store("morph",new Fx.Morph(this,this.retrieve("morph:options")))}return this.retrieve("morph")}};Element.implement({morph:function(a){this.get("morph").start(a);return this}});Fx.implement({getTransition:function(){var a=this.options.transition||Fx.Transitions.Sine.easeInOut;if(typeof a=="string"){var b=a.split(":");a=Fx.Transitions;a=a[b[0]]||a[b[0].capitalize()];if(b[1]){a=a["ease"+b[1].capitalize()+(b[2]?b[2].capitalize():"")]}}return a}});Fx.Transition=function(b,a){a=$splat(a);return $extend(b,{easeIn:function(c){return b(c,a)},easeOut:function(c){return 1-b(1-c,a)},easeInOut:function(c){return(c<=0.5)?b(2*c,a)/2:(2-b(2*(1-c),a))/2}})};Fx.Transitions=new Hash({linear:$arguments(0)});Fx.Transitions.extend=function(a){for(var b in a){Fx.Transitions[b]=new Fx.Transition(a[b])}};Fx.Transitions.extend({Pow:function(b,a){return Math.pow(b,a[0]||6)},Expo:function(a){return Math.pow(2,8*(a-1))},Circ:function(a){return 1-Math.sin(Math.acos(a))},Sine:function(a){return 1-Math.sin((1-a)*Math.PI/2)},Back:function(b,a){a=a[0]||1.618;return Math.pow(b,2)*((a+1)*b-a)},Bounce:function(b){var c;for(var d=0,a=1;1;d+=a,a/=2){if(b>=(7-4*d)/11){c=a*a-Math.pow((11-6*d-11*b)/4,2);break}}return c},Elastic:function(b,a){return Math.pow(2,10*--b)*Math.cos(20*b*Math.PI*(a[0]||1)/3)}});["Quad","Cubic","Quart","Quint"].each(function(b,a){Fx.Transitions[b]=new Fx.Transition(function(c){return Math.pow(c,[a+2])})});var Request=new Class({Implements:[Chain,Events,Options],options:{url:"",data:"",headers:{"X-Requested-With":"XMLHttpRequest",Accept:"text/javascript, text/html, application/xml, text/xml, */*"},async:true,format:false,method:"post",link:"ignore",isSuccess:null,emulation:true,urlEncoded:true,encoding:"utf-8",evalScripts:false,evalResponse:false},initialize:function(a){this.xhr=new Browser.Request();this.setOptions(a);this.options.isSuccess=this.options.isSuccess||this.isSuccess;this.headers=new Hash(this.options.headers)},onStateChange:function(){if(this.xhr.readyState!=4||!this.running){return}this.running=false;this.status=0;$try(function(){this.status=this.xhr.status}.bind(this));if(this.options.isSuccess.call(this,this.status)){this.response={text:this.xhr.responseText,xml:this.xhr.responseXML};this.success(this.response.text,this.response.xml)}else{this.response={text:null,xml:null};this.failure()}this.xhr.onreadystatechange=$empty},isSuccess:function(){return((this.status>=200)&&(this.status<300))},processScripts:function(a){if(this.options.evalResponse||(/(ecma|java)script/).test(this.getHeader("Content-type"))){return $exec(a)}return a.stripScripts(this.options.evalScripts)},success:function(b,a){this.onSuccess(this.processScripts(b),a)},onSuccess:function(){this.fireEvent("complete",arguments).fireEvent("success",arguments).callChain()},failure:function(){this.onFailure()},onFailure:function(){this.fireEvent("complete").fireEvent("failure",this.xhr)},setHeader:function(a,b){this.headers.set(a,b);return this},getHeader:function(a){return $try(function(){return this.xhr.getResponseHeader(a)}.bind(this))},check:function(a){if(!this.running){return true}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(a.bind(this,Array.slice(arguments,1)));return false}return false},send:function(e){if(!this.check(arguments.callee,e)){return this}this.running=true;var g=$type(e);if(g=="string"||g=="element"){e={data:e}}var a=this.options;e=$extend({data:a.data,url:a.url,method:a.method},e);var i=e.data,c=e.url,d=e.method;switch($type(i)){case"element":i=$(i).toQueryString();break;case"object":case"hash":i=Hash.toQueryString(i)}if(this.options.format){var f="format="+this.options.format;i=(i)?f+"&"+i:f}if(this.options.emulation&&["put","delete"].contains(d)){var h="_method="+d;i=(i)?h+"&"+i:h;d="post"}if(this.options.urlEncoded&&d=="post"){var b=(this.options.encoding)?"; charset="+this.options.encoding:"";this.headers.set("Content-type","application/x-www-form-urlencoded"+b)}if(i&&d=="get"){c=c+(c.contains("?")?"&":"?")+i;i=null}this.xhr.open(d.toUpperCase(),c,this.options.async);this.xhr.onreadystatechange=this.onStateChange.bind(this);this.headers.each(function(k,l){try{this.xhr.setRequestHeader(l,k)}catch(j){this.fireEvent("exception",[l,k])}},this);this.fireEvent("request");this.xhr.send(i);if(!this.options.async){this.onStateChange()}return this},cancel:function(){if(!this.running){return this}this.running=false;this.xhr.abort();this.xhr.onreadystatechange=$empty;this.xhr=new Browser.Request();this.fireEvent("cancel");return this}});(function(){var a={};["get","post","put","delete","GET","POST","PUT","DELETE"].each(function(b){a[b]=function(){var c=Array.link(arguments,{url:String.type,data:$defined});return this.send($extend(c,{method:b.toLowerCase()}))}});Request.implement(a)})();Element.Properties.send={set:function(a){var b=this.retrieve("send");if(b){b.cancel()}return this.eliminate("send").store("send:options",$extend({data:this,link:"cancel",method:this.get("method")||"post",url:this.get("action")},a))},get:function(a){if(a||!this.retrieve("send")){if(a||!this.retrieve("send:options")){this.set("send",a)}this.store("send",new Request(this.retrieve("send:options")))}return this.retrieve("send")}};Element.implement({send:function(a){var b=this.get("send");b.send({data:this,url:a||b.options.url});return this}});Request.HTML=new Class({Extends:Request,options:{update:false,evalScripts:true,filter:false},processHTML:function(b){var c=b.match(/<body[^>]*>([\s\S]*?)<\/body>/i);b=(c)?c[1]:b;var a=new Element("div");return $try(function(){var h="<root>"+b+"</root>",e;if(Browser.Engine.trident){e=new ActiveXObject("Microsoft.XMLDOM");e.async=false;e.loadXML(h)}else{e=new DOMParser().parseFromString(h,"text/xml")}h=e.getElementsByTagName("root")[0];for(var f=0,g=h.childNodes.length;f<g;f++){var d=Element.clone(h.childNodes[f],true,true);if(d){a.grab(d)}}return a})||a.set("html",b)},success:function(b){var c=this.options,d=this.response;d.html=b.stripScripts(function(e){d.javascript=e});var a=this.processHTML(d.html);d.tree=a.childNodes;d.elements=a.getElements("*");if(c.filter){d.tree=d.elements.filter(c.filter)}if(c.update){$(c.update).empty().set("html",d.html)}if(c.evalScripts){$exec(d.javascript)}this.onSuccess(d.tree,d.elements,d.html,d.javascript)}});Element.Properties.load={set:function(a){var b=this.retrieve("load");if(b){b.cancel()}return this.eliminate("load").store("load:options",$extend({data:this,link:"cancel",update:this,method:"get"},a))},get:function(a){if(a||!this.retrieve("load")){if(a||!this.retrieve("load:options")){this.set("load",a)}this.store("load",new Request.HTML(this.retrieve("load:options")))}return this.retrieve("load")}};Element.implement({load:function(){this.get("load").send(Array.link(arguments,{data:Object.type,url:String.type}));return this}});Request.JSON=new Class({Extends:Request,options:{secure:true},initialize:function(a){this.parent(a);this.headers.extend({Accept:"application/json","X-Request":"JSON"})},success:function(a){this.response.json=JSON.decode(a,this.options.secure);this.onSuccess(this.response.json,a)}});Fx.Slide=new Class({Extends:Fx,options:{mode:"vertical"},initialize:function(c,a){this.addEvent("complete",function(){this.open=(this.wrapper["offset"+this.layout.capitalize()]!=0);if(this.open&&Browser.Engine.webkit419){this.element.dispose().inject(this.wrapper)}},true);this.element=this.subject=$(c);this.parent(a);var b=this.element.retrieve("wrapper");this.wrapper=b||new Element("div",{styles:$extend(this.element.getStyles("margin","position"),{overflow:"hidden"})}).wraps(this.element);this.element.store("wrapper",this.wrapper).setStyle("margin",0);this.now=[];this.open=true},vertical:function(){this.margin="margin-top";this.layout="height";this.offset=this.element.offsetHeight},horizontal:function(){this.margin="margin-left";this.layout="width";this.offset=this.element.offsetWidth},set:function(a){this.element.setStyle(this.margin,a[0]);this.wrapper.setStyle(this.layout,a[1]);return this},compute:function(b,c,d){var e=[];var a=2;a.times(function(f){e[f]=Fx.compute(b[f],c[f],d)});return e},start:function(g,d){if(!this.check(arguments.callee,g,d)){return this}this[d||this.options.mode]();var e=this.element.getStyle(this.margin).toInt();var f=this.wrapper.getStyle(this.layout).toInt();var a=[[e,f],[0,this.offset]];var b=[[e,f],[-this.offset,0]];var c;switch(g){case"in":c=a;break;case"out":c=b;break;case"toggle":c=(this.wrapper["offset"+this.layout.capitalize()]==0)?a:b}return this.parent(c[0],c[1])},slideIn:function(a){return this.start("in",a)},slideOut:function(a){return this.start("out",a)},hide:function(a){this[a||this.options.mode]();this.open=false;return this.set([-this.offset,0])},show:function(a){this[a||this.options.mode]();this.open=true;return this.set([0,this.offset])},toggle:function(a){return this.start("toggle",a)}});Element.Properties.slide={set:function(b){var a=this.retrieve("slide");if(a){a.cancel()}return this.eliminate("slide").store("slide:options",$extend({link:"cancel"},b))},get:function(a){if(a||!this.retrieve("slide")){if(a||!this.retrieve("slide:options")){this.set("slide",a)}this.store("slide",new Fx.Slide(this,this.retrieve("slide:options")))}return this.retrieve("slide")}};Element.implement({slide:function(c,b){c=c||"toggle";var e=this.get("slide"),a;switch(c){case"hide":e.hide(b);break;case"show":e.show(b);break;case"toggle":var d=this.retrieve("slide:flag",e.open);e[(d)?"slideOut":"slideIn"](b);this.store("slide:flag",!d);a=true;break;default:e.start(c,b)}if(!a){this.eliminate("slide:flag")}return this}});Fx.Scroll=new Class({Extends:Fx,options:{offset:{x:0,y:0},wheelStops:true},initialize:function(d,a){this.element=this.subject=$(d);this.parent(a);var b=this.cancel.bind(this,false);if($type(this.element)!="element"){this.element=$(this.element.getDocument().body)}var c=this.element;if(this.options.wheelStops){this.addEvent("start",function(){c.addEvent("mousewheel",b)},true);this.addEvent("complete",function(){c.removeEvent("mousewheel",b)},true)}},set:function(){var a=Array.flatten(arguments);this.element.scrollTo(a[0],a[1])},compute:function(b,c,d){var e=[];var a=2;a.times(function(f){e.push(Fx.compute(b[f],c[f],d))});return e},start:function(g,b){if(!this.check(arguments.callee,g,b)){return this}var e=this.element.getSize(),d=this.element.getScrollSize();var h=this.element.getScroll(),f={x:g,y:b};for(var c in f){var a=d[c]-e[c];if($chk(f[c])){f[c]=($type(f[c])=="number")?f[c].limit(0,a):a}else{f[c]=h[c]}f[c]+=this.options.offset[c]}return this.parent([h.x,h.y],[f.x,f.y])},toTop:function(){return this.start(false,0)},toLeft:function(){return this.start(0,false)},toRight:function(){return this.start("right",false)},toBottom:function(){return this.start(false,"bottom")},toElement:function(b){var a=$(b).getPosition(this.element);return this.start(a.x,a.y)}});Fx.Elements=new Class({Extends:Fx.CSS,initialize:function(b,a){this.elements=this.subject=$$(b);this.parent(a)},compute:function(g,f,e){var b={};for(var a in g){var d=g[a],i=f[a],h=b[a]={};for(var c in d){h[c]=this.parent(d[c],i[c],e)}}return b},set:function(d){for(var c in d){var a=d[c];for(var b in a){this.render(this.elements[c],b,a[b],this.options.unit)}}return this},start:function(b){if(!this.check(arguments.callee,b)){return this}var f={},e={};for(var a in b){var h=b[a],d=f[a]={},g=e[a]={};for(var c in h){var i=this.prepare(this.elements[a],c,h[c]);d[c]=i.from;g[c]=i.to}}return this.parent(f,e)}});var Drag=new Class({Implements:[Events,Options],options:{snap:6,unit:"px",grid:false,style:true,limit:false,handle:false,invert:false,preventDefault:false,modifiers:{x:"left",y:"top"}},initialize:function(){var b=Array.link(arguments,{options:Object.type,element:$defined});this.element=$(b.element);this.document=this.element.getDocument();this.setOptions(b.options||{});var a=$type(this.options.handle);this.handles=(a=="array"||a=="collection")?$$(this.options.handle):$(this.options.handle)||this.element;this.mouse={now:{},pos:{}};this.value={start:{},now:{}};this.selection=(Browser.Engine.trident)?"selectstart":"mousedown";this.bound={start:this.start.bind(this),check:this.check.bind(this),drag:this.drag.bind(this),stop:this.stop.bind(this),cancel:this.cancel.bind(this),eventStop:$lambda(false)};this.attach()},attach:function(){this.handles.addEvent("mousedown",this.bound.start);return this},detach:function(){this.handles.removeEvent("mousedown",this.bound.start);return this},start:function(c){if(this.options.preventDefault){c.preventDefault()}this.fireEvent("beforeStart",this.element);this.mouse.start=c.page;var a=this.options.limit;this.limit={x:[],y:[]};for(var b in this.options.modifiers){if(!this.options.modifiers[b]){continue}if(this.options.style){this.value.now[b]=this.element.getStyle(this.options.modifiers[b]).toInt()}else{this.value.now[b]=this.element[this.options.modifiers[b]]}if(this.options.invert){this.value.now[b]*=-1}this.mouse.pos[b]=c.page[b]-this.value.now[b];if(a&&a[b]){for(var d=2;d--;d){if($chk(a[b][d])){this.limit[b][d]=$lambda(a[b][d])()}}}}if($type(this.options.grid)=="number"){this.options.grid={x:this.options.grid,y:this.options.grid}}this.document.addEvents({mousemove:this.bound.check,mouseup:this.bound.cancel});this.document.addEvent(this.selection,this.bound.eventStop)},check:function(a){if(this.options.preventDefault){a.preventDefault()}var b=Math.round(Math.sqrt(Math.pow(a.page.x-this.mouse.start.x,2)+Math.pow(a.page.y-this.mouse.start.y,2)));if(b>this.options.snap){this.cancel();this.document.addEvents({mousemove:this.bound.drag,mouseup:this.bound.stop});this.fireEvent("start",this.element).fireEvent("snap",this.element)}},drag:function(a){if(this.options.preventDefault){a.preventDefault()}this.mouse.now=a.page;for(var b in this.options.modifiers){if(!this.options.modifiers[b]){continue}this.value.now[b]=this.mouse.now[b]-this.mouse.pos[b];if(this.options.invert){this.value.now[b]*=-1}if(this.options.limit&&this.limit[b]){if($chk(this.limit[b][1])&&(this.value.now[b]>this.limit[b][1])){this.value.now[b]=this.limit[b][1]}else{if($chk(this.limit[b][0])&&(this.value.now[b]<this.limit[b][0])){this.value.now[b]=this.limit[b][0]}}}if(this.options.grid[b]){this.value.now[b]-=(this.value.now[b]%this.options.grid[b])}if(this.options.style){this.element.setStyle(this.options.modifiers[b],this.value.now[b]+this.options.unit)}else{this.element[this.options.modifiers[b]]=this.value.now[b]}}this.fireEvent("drag",this.element)},cancel:function(a){this.document.removeEvent("mousemove",this.bound.check);this.document.removeEvent("mouseup",this.bound.cancel);if(a){this.document.removeEvent(this.selection,this.bound.eventStop);this.fireEvent("cancel",this.element)}},stop:function(a){this.document.removeEvent(this.selection,this.bound.eventStop);this.document.removeEvent("mousemove",this.bound.drag);this.document.removeEvent("mouseup",this.bound.stop);if(a){this.fireEvent("complete",this.element)}}});Element.implement({makeResizable:function(a){return new Drag(this,$merge({modifiers:{x:"width",y:"height"}},a))}});Drag.Move=new Class({Extends:Drag,options:{droppables:[],container:false},initialize:function(c,d){this.parent(c,d);this.droppables=$$(this.options.droppables);this.container=$(this.options.container);if(this.container&&$type(this.container)!="element"){this.container=$(this.container.getDocument().body)}c=this.element;var b=c.getStyle("position");var a=(b!="static")?b:"absolute";if(c.getStyle("left")=="auto"||c.getStyle("top")=="auto"){c.position(c.getPosition(c.offsetParent))}c.setStyle("position",a);this.addEvent("start",function(){this.checkDroppables()},true)},start:function(c){if(this.container){var a=this.element,e=this.container,j=e.getCoordinates(a.offsetParent),i={},d={};["top","right","bottom","left"].each(function(k){i[k]=e.getStyle("padding-"+k).toInt();d[k]=a.getStyle("margin-"+k).toInt()},this);var b=a.offsetWidth+d.left+d.right,f=a.offsetHeight+d.top+d.bottom;var g=[j.left+i.left,j.right-i.right-b];var h=[j.top+i.top,j.bottom-i.bottom-f];this.options.limit={x:g,y:h}}this.parent(c)},checkAgainst:function(b){b=b.getCoordinates();var a=this.mouse.now;return(a.x>b.left&&a.x<b.right&&a.y<b.bottom&&a.y>b.top)},checkDroppables:function(){var a=this.droppables.filter(this.checkAgainst,this).getLast();if(this.overed!=a){if(this.overed){this.fireEvent("leave",[this.element,this.overed])}if(a){this.overed=a;this.fireEvent("enter",[this.element,a])}else{this.overed=null}}},drag:function(a){this.parent(a);if(this.droppables.length){this.checkDroppables()}},stop:function(a){this.checkDroppables();this.fireEvent("drop",[this.element,this.overed]);this.overed=null;return this.parent(a)}});Element.implement({makeDraggable:function(a){return new Drag.Move(this,a)}});Hash.Cookie=new Class({Extends:Cookie,options:{autoSave:true},initialize:function(b,a){this.parent(b,a);this.load()},save:function(){var a=JSON.encode(this.hash);if(!a||a.length>4096){return false}if(a=="{}"){this.dispose()}else{this.write(a)}return true},load:function(){this.hash=new Hash(JSON.decode(this.read(),true));return this}});Hash.Cookie.implement((function(){var a={};Hash.each(Hash.prototype,function(b,c){a[c]=function(){var d=b.apply(this.hash,arguments);if(this.options.autoSave){this.save()}return d}});return a})());var Color=new Native({initialize:function(c,b){if(arguments.length>=3){b="rgb";c=Array.slice(arguments,0,3)}else{if(typeof c=="string"){if(c.match(/rgb/)){c=c.rgbToHex().hexToRgb(true)}else{if(c.match(/hsb/)){c=c.hsbToRgb()}else{c=c.hexToRgb(true)}}}}b=b||"rgb";switch(b){case"hsb":var a=c;c=c.hsbToRgb();c.hsb=a;break;case"hex":c=c.hexToRgb(true);break}c.rgb=c.slice(0,3);c.hsb=c.hsb||c.rgbToHsb();c.hex=c.rgbToHex();return $extend(c,this)}});Color.implement({mix:function(){var a=Array.slice(arguments);var b=($type(a.getLast())=="number")?a.pop():50;var c=this.slice();a.each(function(e){e=new Color(e);for(var d=0;d<3;d++){c[d]=Math.round((c[d]/100*(100-b))+(e[d]/100*b))}});return new Color(c,"rgb")},invert:function(){return new Color(this.map(function(a){return 255-a}))},setHue:function(a){return new Color([a,this.hsb[1],this.hsb[2]],"hsb")},setSaturation:function(a){return new Color([this.hsb[0],a,this.hsb[2]],"hsb")},setBrightness:function(a){return new Color([this.hsb[0],this.hsb[1],a],"hsb")}});function $RGB(b,c,a){return new Color([b,c,a],"rgb")}function $HSB(b,c,a){return new Color([b,c,a],"hsb")}function $HEX(a){return new Color(a,"hex")}Array.implement({rgbToHsb:function(){var c=this[0],b=this[1],g=this[2];var j,k,i;var h=Math.max(c,b,g),l=Math.min(c,b,g);var f=h-l;i=h/255;k=(h!=0)?f/h:0;if(k==0){j=0}else{var a=(h-c)/f;var d=(h-b)/f;var e=(h-g)/f;if(c==h){j=e-d}else{if(b==h){j=2+a-e}else{j=4+d-a}}j/=6;if(j<0){j++}}return[Math.round(j*360),Math.round(k*100),Math.round(i*100)]},hsbToRgb:function(){var e=Math.round(this[2]/100*255);if(this[1]==0){return[e,e,e]}else{var a=this[0]%360;var c=a%60;var b=Math.round((this[2]*(100-this[1]))/10000*255);var d=Math.round((this[2]*(6000-this[1]*c))/600000*255);var f=Math.round((this[2]*(6000-this[1]*(60-c)))/600000*255);switch(Math.floor(a/60)){case 0:return[e,f,b];case 1:return[d,e,b];case 2:return[b,e,f];case 3:return[b,d,e];case 4:return[f,b,e];case 5:return[e,b,d]}}return false}});String.implement({rgbToHsb:function(){var a=this.match(/\d{1,3}/g);return(a)?hsb.rgbToHsb():null},hsbToRgb:function(){var a=this.match(/\d{1,3}/g);return(a)?a.hsbToRgb():null}});var Group=new Class({initialize:function(){this.instances=Array.flatten(arguments);this.events={};this.checker={}},addEvent:function(b,a){this.checker[b]=this.checker[b]||{};this.events[b]=this.events[b]||[];if(this.events[b].contains(a)){return false}else{this.events[b].push(a)}this.instances.each(function(d,c){d.addEvent(b,this.check.bind(this,[b,d,c]))},this);return this},check:function(c,a,d){this.checker[c][d]=true;var b=this.instances.every(function(e,f){return this.checker[c][f]||false},this);if(!b){return}this.checker[c]={};this.events[c].each(function(e){e.call(this,this.instances,a)},this)}});var Asset=new Hash({javascript:function(c,e){e=$extend({onload:$empty,document:document,check:$lambda(true)},e);var g=new Element("script",{src:c,type:"text/javascript"});var d=e.onload.bind(g),a=e.check,b=e.document;delete e.onload;delete e.check;delete e.document;g.addEvents({load:d,readystatechange:function(){if(["loaded","complete"].contains(this.readyState)){d()}}}).setProperties(e);if(Browser.Engine.webkit419){var f=(function(){if(!$try(a)){return}$clear(f);d()}).periodical(50)}return g.inject(b.head)},css:function(b,a){return new Element("link",$merge({rel:"stylesheet",media:"screen",type:"text/css",href:b},a)).inject(document.head)},image:function(c,d){d=$merge({onload:$empty,onabort:$empty,onerror:$empty},d);var b=new Image();var a=$(b)||new Element("img");["load","abort","error"].each(function(g){var f="on"+g;var e=d[f];delete d[f];b[f]=function(){if(!b){return}if(!a.parentNode){a.width=b.width;a.height=b.height}b=b.onload=b.onabort=b.onerror=null;e.delay(1,a,a);a.fireEvent(g,a,1)}});b.src=a.src=c;if(b&&b.complete){b.onload.delay(1)}return a.setProperties(d)},images:function(b,c){c=$merge({onComplete:$empty,onProgress:$empty},c);if(!b.push){b=[b]}var a=[];var d=0;b.each(function(e){var f=new Asset.image(e,{onload:function(){c.onProgress.call(this,d,b.indexOf(e));d++;if(d==b.length){c.onComplete()}}});a.push(f)});return new Elements(a)}});var Sortables=new Class({Implements:[Events,Options],options:{snap:4,opacity:1,clone:false,revert:false,handle:false,constrain:false},initialize:function(a,b){this.setOptions(b);this.elements=[];this.lists=[];this.idle=true;this.addLists($$($(a)||a));if(!this.options.clone){this.options.revert=false}if(this.options.revert){this.effect=new Fx.Morph(null,$merge({duration:250,link:"cancel"},this.options.revert))}},attach:function(){this.addLists(this.lists);return this},detach:function(){this.lists=this.removeLists(this.lists);return this},addItems:function(){Array.flatten(arguments).each(function(a){this.elements.push(a);var b=a.retrieve("sortables:start",this.start.bindWithEvent(this,a));(this.options.handle?a.getElement(this.options.handle)||a:a).addEvent("mousedown",b)},this);return this},addLists:function(){Array.flatten(arguments).each(function(a){this.lists.push(a);this.addItems(a.getChildren())},this);return this},removeItems:function(){var a=[];Array.flatten(arguments).each(function(c){a.push(c);this.elements.erase(c);var b=c.retrieve("sortables:start");(this.options.handle?c.getElement(this.options.handle)||c:c).removeEvent("mousedown",b)},this);return $$(a)},removeLists:function(){var a=[];Array.flatten(arguments).each(function(b){a.push(b);this.lists.erase(b);this.removeItems(b.getChildren())},this);return $$(a)},getClone:function(b,a){if(!this.options.clone){return new Element("div").inject(document.body)}if($type(this.options.clone)=="function"){return this.options.clone.call(this,b,a,this.list)}return a.clone(true).setStyles({margin:"0px",position:"absolute",visibility:"hidden",width:a.getStyle("width")}).inject(this.list).position(a.getPosition(a.getOffsetParent()))},getDroppables:function(){var a=this.list.getChildren();if(!this.options.constrain){a=this.lists.concat(a).erase(this.list)}return a.erase(this.clone).erase(this.element)},insert:function(b,c){var a="inside";if(this.lists.contains(c)){this.list=c;this.drag.droppables=this.getDroppables()}else{a=this.element.getAllPrevious().contains(c)?"before":"after"}this.element.inject(c,a);this.fireEvent("sort",[this.element,this.clone])},start:function(b,a){if(!this.idle){return}this.idle=false;this.element=a;this.opacity=a.get("opacity");this.list=a.getParent();this.clone=this.getClone(b,a);this.drag=new Drag.Move(this.clone,{snap:this.options.snap,container:this.options.constrain&&this.element.getParent(),droppables:this.getDroppables(),onSnap:function(){b.stop();this.clone.setStyle("visibility","visible");this.element.set("opacity",this.options.opacity||0);this.fireEvent("start",[this.element,this.clone])}.bind(this),onEnter:this.insert.bind(this),onCancel:this.reset.bind(this),onComplete:this.end.bind(this)});this.clone.inject(this.element,"before");this.drag.start(b)},end:function(){this.drag.detach();this.element.set("opacity",this.opacity);if(this.effect){var a=this.element.getStyles("width","height");var b=this.clone.computePosition(this.element.getPosition(this.clone.offsetParent));this.effect.element=this.clone;this.effect.start({top:b.top,left:b.left,width:a.width,height:a.height,opacity:0.25}).chain(this.reset.bind(this))}else{this.reset()}},reset:function(){this.idle=true;this.clone.destroy();this.fireEvent("complete",this.element)},serialize:function(){var b=Array.link(arguments,{modifier:Function.type,index:$defined});var c=this.lists.map(function(d){return d.getChildren().map(b.modifier||function(e){return e.get("id")},this)},this);var a=b.index;if(this.lists.length==1){a=0}return $chk(a)&&a>=0&&a<this.lists.length?c[a]:c}});var Tips=new Class({Implements:[Events,Options],options:{onShow:function(a){a.setStyle("visibility","visible")},onHide:function(a){a.setStyle("visibility","hidden")},showDelay:100,hideDelay:100,className:null,offsets:{x:16,y:16},fixed:false},initialize:function(){var b=Array.link(arguments,{options:Object.type,elements:$defined});this.setOptions(b.options||null);this.tip=new Element("div").inject(document.body);if(this.options.className){this.tip.addClass(this.options.className)}var c=new Element("div",{"class":"tip-top"}).inject(this.tip);this.container=new Element("div",{"class":"tip"}).inject(this.tip);var a=new Element("div",{"class":"tip-bottom"}).inject(this.tip);this.tip.setStyles({position:"absolute",top:0,left:0,visibility:"hidden"});if(b.elements){this.attach(b.elements)}},attach:function(a){$$(a).each(function(e){var b=e.retrieve("tip:title",e.get("title"));var c=e.retrieve("tip:text",e.get("rel")||e.get("href"));var d=e.retrieve("tip:enter",this.elementEnter.bindWithEvent(this,e));var f=e.retrieve("tip:leave",this.elementLeave.bindWithEvent(this,e));e.addEvents({mouseenter:d,mouseleave:f});if(!this.options.fixed){var g=e.retrieve("tip:move",this.elementMove.bindWithEvent(this,e));e.addEvent("mousemove",g)}e.store("tip:native",e.get("title"));e.erase("title")},this);return this},detach:function(a){$$(a).each(function(b){b.removeEvent("mouseenter",b.retrieve("tip:enter")||$empty);b.removeEvent("mouseleave",b.retrieve("tip:leave")||$empty);b.removeEvent("mousemove",b.retrieve("tip:move")||$empty);b.eliminate("tip:enter").eliminate("tip:leave").eliminate("tip:move");var c=b.retrieve("tip:native");if(c){b.set("title",c)}});return this},elementEnter:function(d,a){$A(this.container.childNodes).each(Element.dispose);var b=a.retrieve("tip:title");if(b){this.titleElement=new Element("div",{"class":"tip-title"}).inject(this.container);this.fill(this.titleElement,b)}var c=a.retrieve("tip:text");if(c){this.textElement=new Element("div",{"class":"tip-text"}).inject(this.container);this.fill(this.textElement,c)}this.timer=$clear(this.timer);this.timer=this.show.delay(this.options.showDelay,this);this.position((!this.options.fixed)?d:{page:a.getPosition()})},elementLeave:function(a){$clear(this.timer);this.timer=this.hide.delay(this.options.hideDelay,this)},elementMove:function(a){this.position(a)},position:function(e){var g=window.getSize(),a=window.getScroll();var d={x:this.tip.offsetWidth,y:this.tip.offsetHeight};var f={x:"left",y:"top"};for(var c in f){var b=e.page[c]+this.options.offsets[c];if((b+d[c]-a[c])>g[c]){b=e.page[c]-this.options.offsets[c]-d[c]}this.tip.setStyle(f[c],b)}},fill:function(a,b){(typeof b=="string")?a.set("html",b):a.adopt(b)},show:function(){this.fireEvent("show",this.tip)},hide:function(){this.fireEvent("hide",this.tip)}});var SmoothScroll=new Class({Extends:Fx.Scroll,initialize:function(e,d){d=d||document;var b=d.getDocument(),c=d.getWindow();this.parent(b,e);this.links=(this.options.links)?$$(this.options.links):$$(b.links);var a=c.location.href.match(/^[^#]*/)[0]+"#";this.links.each(function(f){if(f.href.indexOf(a)!=0){return}var g=f.href.substr(a.length);if(g&&$(g)){this.useLink(f,g)}},this);if(!Browser.Engine.webkit419){this.addEvent("complete",function(){c.location.hash=this.anchor},true)}},useLink:function(b,a){b.addEvent("click",function(c){this.anchor=a;this.toElement(a);c.stop()}.bind(this))}});var Slider=new Class({Implements:[Events,Options],options:{onTick:function(a){if(this.options.snap){a=this.toPosition(this.step)}this.knob.setStyle(this.property,a)},snap:false,offset:0,range:false,wheel:false,steps:100,mode:"horizontal"},initialize:function(c,a,d){this.setOptions(d);this.element=$(c);this.knob=$(a);this.previousChange=this.previousEnd=this.step=-1;this.element.addEvent("mousedown",this.clickedElement.bind(this));if(this.options.wheel){this.element.addEvent("mousewheel",this.scrolledElement.bindWithEvent(this))}var b,f={},e={x:false,y:false};switch(this.options.mode){case"vertical":this.axis="y";this.property="top";b="offsetHeight";break;case"horizontal":this.axis="x";this.property="left";b="offsetWidth"}this.half=this.knob[b]/2;this.full=this.element[b]-this.knob[b]+(this.options.offset*2);this.min=$chk(this.options.range[0])?this.options.range[0]:0;this.max=$chk(this.options.range[1])?this.options.range[1]:this.options.steps;this.range=this.max-this.min;this.steps=this.options.steps||this.full;this.stepSize=Math.abs(this.range)/this.steps;this.stepWidth=this.stepSize*this.full/Math.abs(this.range);this.knob.setStyle("position","relative").setStyle(this.property,-this.options.offset);e[this.axis]=this.property;f[this.axis]=[-this.options.offset,this.full-this.options.offset];this.drag=new Drag(this.knob,{snap:0,limit:f,modifiers:e,onDrag:this.draggedKnob.bind(this),onStart:this.draggedKnob.bind(this),onComplete:function(){this.draggedKnob();this.end()}.bind(this)});if(this.options.snap){this.drag.options.grid=Math.ceil(this.stepWidth);this.drag.options.limit[this.axis][1]=this.full}},set:function(a){if(!((this.range>0)^(a<this.min))){a=this.min}if(!((this.range>0)^(a>this.max))){a=this.max}this.step=Math.round(a);this.checkStep();this.end();this.fireEvent("tick",this.toPosition(this.step));return this},clickedElement:function(b){var c=this.range<0?-1:1;var a=b.page[this.axis]-this.element.getPosition()[this.axis]-this.half;a=a.limit(-this.options.offset,this.full-this.options.offset);this.step=Math.round(this.min+c*this.toStep(a));this.checkStep();this.end();this.fireEvent("tick",a)},scrolledElement:function(a){var b=(this.options.mode=="horizontal")?(a.wheel<0):(a.wheel>0);this.set(b?this.step-this.stepSize:this.step+this.stepSize);a.stop()},draggedKnob:function(){var b=this.range<0?-1:1;var a=this.drag.value.now[this.axis];a=a.limit(-this.options.offset,this.full-this.options.offset);this.step=Math.round(this.min+b*this.toStep(a));this.checkStep()},checkStep:function(){if(this.previousChange!=this.step){this.previousChange=this.step;this.fireEvent("change",this.step)}},end:function(){if(this.previousEnd!==this.step){this.previousEnd=this.step;this.fireEvent("complete",this.step+"")}},toStep:function(a){var b=(a+this.options.offset)*this.stepSize/this.full*this.steps;return this.options.steps?Math.round(b-=b%this.stepSize):b},toPosition:function(a){return(this.full*Math.abs(this.min-a))/(this.steps*this.stepSize)-this.options.offset}});var Scroller=new Class({Implements:[Events,Options],options:{area:20,velocity:1,onChange:function(a,b){this.element.scrollTo(a,b)}},initialize:function(b,a){this.setOptions(a);this.element=$(b);this.listener=($type(this.element)!="element")?$(this.element.getDocument().body):this.element;this.timer=null;this.coord=this.getCoords.bind(this)},start:function(){this.listener.addEvent("mousemove",this.coord)},stop:function(){this.listener.removeEvent("mousemove",this.coord);this.timer=$clear(this.timer)},getCoords:function(a){this.page=(this.listener.get("tag")=="body")?a.client:a.page;if(!this.timer){this.timer=this.scroll.periodical(50,this)}},scroll:function(){var e=this.element.getSize(),a=this.element.getScroll(),b=this.element.getPosition(),c={x:0,y:0};for(var d in this.page){if(this.page[d]<(this.options.area+b[d])&&a[d]!=0){c[d]=(this.page[d]-this.options.area-b[d])*this.options.velocity}else{if(this.page[d]+this.options.area>(e[d]+b[d])&&e[d]+e[d]!=a[d]){c[d]=(this.page[d]-e[d]+this.options.area-b[d])*this.options.velocity}}}if(c.y||c.x){this.fireEvent("change",[a.x+c.x,a.y+c.y])}}});var Accordion=new Class({Extends:Fx.Elements,options:{display:0,show:false,height:true,width:false,opacity:true,fixedHeight:false,fixedWidth:false,wait:false,alwaysHide:false},initialize:function(){var b=Array.link(arguments,{container:Element.type,options:Object.type,togglers:$defined,elements:$defined});this.parent(b.elements,b.options);this.togglers=$$(b.togglers);this.container=$(b.container);this.previous=-1;if(this.options.alwaysHide){this.options.wait=true}if($chk(this.options.show)){this.options.display=false;this.previous=this.options.show}if(this.options.start){this.options.display=false;this.options.show=false}this.effects={};if(this.options.opacity){this.effects.opacity="fullOpacity"}if(this.options.width){this.effects.width=this.options.fixedWidth?"fullWidth":"offsetWidth"}if(this.options.height){this.effects.height=this.options.fixedHeight?"fullHeight":"scrollHeight"}for(var c=0,a=this.togglers.length;c<a;c++){this.addSection(this.togglers[c],this.elements[c])}this.elements.each(function(e,f){if(this.options.show===f){this.fireEvent("active",[this.togglers[f],e])}else{for(var d in this.effects){e.setStyle(d,0)}}},this);if($chk(this.options.display)){this.display(this.options.display)}},addSection:function(d,f,b){d=$(d);f=$(f);var c=this.togglers.contains(d);var g=this.togglers.length;this.togglers.include(d);this.elements.include(f);if(g&&(!c||b)){b=$pick(b,g-1);d.inject(this.togglers[b],"before");f.inject(d,"after")}else{if(this.container&&!c){d.inject(this.container);f.inject(this.container)}}var a=this.togglers.indexOf(d);d.addEvent("click",this.display.bind(this,a));if(this.options.height){f.setStyles({"padding-top":0,"border-top":"none","padding-bottom":0,"border-bottom":"none"})}if(this.options.width){f.setStyles({"padding-left":0,"border-left":"none","padding-right":0,"border-right":"none"})}f.fullOpacity=1;if(this.options.fixedWidth){f.fullWidth=this.options.fixedWidth}if(this.options.fixedHeight){f.fullHeight=this.options.fixedHeight}f.setStyle("overflow","hidden");if(!c){for(var e in this.effects){f.setStyle(e,0)}}return this},display:function(a){a=($type(a)=="element")?this.elements.indexOf(a):a;if((this.timer&&this.options.wait)||(a===this.previous&&!this.options.alwaysHide)){return this}this.previous=a;var b={};this.elements.each(function(d,e){b[e]={};var f=(e!=a)||(this.options.alwaysHide&&(d.offsetHeight>0));this.fireEvent(f?"background":"active",[this.togglers[e],d]);for(var c in this.effects){b[e][c]=f?0:d[this.effects[c]]}},this);return this.start(b)}});
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var j=function(){return j.replace.apply(null,arguments)};var r=j.DOM={ready:(function(){var w=false,y={loaded:1,complete:1};var v=[],x=function(){if(w){return}w=true;for(var z;z=v.shift();z()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",x,false);window.addEventListener("pageshow",x,false)}if(!window.opera&&document.readyState){(function(){y[document.readyState]?x():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");x()}catch(z){setTimeout(arguments.callee,1)}})()}n(window,"load",x);return function(z){if(!arguments.length){x()}else{w?z():v.push(z)}}})()};var k=j.CSS={Size:function(w,v){this.value=parseFloat(w);this.unit=String(w).match(/[a-z%]*$/)[0]||"px";this.convert=function(x){return x/v*this.value};this.convertFrom=function(x){return x/this.value*v};this.toString=function(){return this.value+this.unit}},getStyle:function(w){var v=document.defaultView;if(v&&v.getComputedStyle){return new a(v.getComputedStyle(w,null))}if(w.currentStyle){return new a(w.currentStyle)}return new a(w.style)},ready:(function(){var x=false;var w=[],y=function(){x=true;for(var A;A=w.shift();A()){}};var v=Object.prototype.propertyIsEnumerable?e("style"):{length:0};var z=e("link");r.ready(function(){var D=0,C;for(var B=0,A=z.length;C=z[B],B<A;++B){if(!C.disabled&&C.rel.toLowerCase()=="stylesheet"){++D}}if(document.styleSheets.length>=v.length+D){y()}else{setTimeout(arguments.callee,10)}});return function(A){if(x){A()}else{w.push(A)}}})(),supports:function(x,w){var v=document.createElement("span").style;if(v[x]===undefined){return false}v[x]=w;return v[x]===w},textAlign:function(y,x,v,w){if(x.get("textAlign")=="right"){if(v>0){y=" "+y}}else{if(v<w-1){y+=" "}}return y},textDecoration:function(A,z){if(!z){z=this.getStyle(A)}var w={underline:null,overline:null,"line-through":null};for(var v=A;v.parentNode&&v.parentNode.nodeType==1;){var y=true;for(var x in w){if(w[x]){continue}if(z.get("textDecoration").indexOf(x)!=-1){w[x]=z.get("color")}y=false}if(y){break}z=this.getStyle(v=v.parentNode)}return w},textShadow:h(function(z){if(z=="none"){return null}var y=[],A={},v,w=0;var x=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(v=x.exec(z)){if(v[0]==","){y.push(A);A={},w=0}else{if(v[1]){A.color=v[1]}else{A[["offX","offY","blur"][w++]]=v[2]}}}y.push(A);return y}),color:h(function(w){var v={};v.color=w.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(y,x,z){v.opacity=parseFloat(z);return"rgb("+x+")"});return v}),textTransform:function(w,v){return w[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[v.get("textTransform")]||"toString"]()}};j.VML={parsePath:function(y){var v=[],x=/([mrvxe])([^a-z]*)/g,w;while(w=x.exec(y)){v.push({type:w[1],coords:w[2].split(",")})}return v}};function o(w){var v=this.face=w.face;this.glyphs=w.glyphs;this.w=w.w;this.baseSize=parseInt(v["units-per-em"],10);this.family=v["font-family"].toLowerCase();this.weight=v["font-weight"];this.style=v["font-style"]||"normal";this.viewBox=(function(){var x=v.bbox.split(/\s+/);return{minX:parseInt(x[0],10),minY:parseInt(x[1],10),width:parseInt(x[2],10)-parseInt(x[0],10),height:parseInt(x[3],10)-parseInt(x[1],10),toString:function(){return[this.minX,this.minY,this.width,this.height].join(" ")}}})();this.ascent=-parseInt(v.ascent,10);this.descent=-parseInt(v.descent,10);this.height=-this.ascent+this.descent}function d(){var w={},v={oblique:"italic",italic:"oblique"};this.add=function(x){(w[x.style]||(w[x.style]={}))[x.weight]=x};this.get=function(B,C){var A=w[B]||w[v[B]]||w.normal||w.italic||w.oblique;if(!A){return null}C={normal:400,bold:700}[C]||parseInt(C,10);if(A[C]){return A[C]}var y={1:1,99:0}[C%100],E=[],z,x;if(y===undefined){y=C>400}if(C==500){C=400}for(var D in A){D=parseInt(D,10);if(!z||D<z){z=D}if(!x||D>x){x=D}E.push(D)}if(C<z){C=z}if(C>x){C=x}E.sort(function(G,F){return(y?(G>C&&F>C)?G<F:G>F:(G<C&&F<C)?G>F:G<F)?-1:1});return A[E[0]]}}function u(){var x={},v=0;function w(y){return y.cufid||(y.cufid=++v)}this.get=function(y){var z=w(y);return x[z]||(x[z]={})}}function a(v){var x={},w={};this.get=function(y){return x[y]!=undefined?x[y]:v[y]};this.getSize=function(z,y){return w[z]||(w[z]=new k.Size(this.get(z),y))};this.extend=function(y){for(var z in y){x[z]=y[z]}return this}}function n(w,v,x){if(w.addEventListener){w.addEventListener(v,x,false)}else{if(w.attachEvent){w.attachEvent("on"+v,function(){return x.apply(w,arguments)})}}}function h(v){var w={};return function(x){if(!w.hasOwnProperty(x)){w[x]=v.apply(null,arguments)}return w[x]}}function b(A,z){if(!z){z=k.getStyle(A)}var w=z.get("fontFamily").split(/\s*,\s*/),y;for(var x=0,v=w.length;x<v;++x){y=w[x].replace(/^(["'])(.*?)\1$/,"$2").toLowerCase();if(g[y]){return g[y].get(z.get("fontStyle"),z.get("fontWeight"))}}return null}function e(v){return document.getElementsByTagName(v)}function f(){var v={},y;for(var x=0,w=arguments.length;x<w;++x){for(y in arguments[x]){v[y]=arguments[x][y]}}return v}function l(y,G,w,H,z,x){var F=H.separate;if(F=="none"){return t[H.engine].apply(null,arguments)}var E=document.createDocumentFragment(),B;var C=G.split(m[F]),v=(F=="words");if(v&&p){if(/^\s/.test(G)){C.unshift("")}if(/\s$/.test(G)){C.push("")}}for(var D=0,A=C.length;D<A;++D){B=t[H.engine](y,v?k.textAlign(C[D],w,D,A):C[D],w,H,z,x,D<A-1);if(B){E.appendChild(B)}}return E}function i(w,D){var B=c.get(w);if(!D){D=B.options}var x,v,A;for(var y=w.firstChild;y;y=A){A=y.nextSibling;if(y.nodeType==1){if(!y.firstChild){continue}if(!/cufon/.test(y.className)){arguments.callee(y,D);continue}}var C=y.nodeType==3?y.data:y.alt;if(C===""){continue}if(!v){v=k.getStyle(w).extend(D)}if(!x){x=b(w,v)}if(!x){continue}var z=l(x,C,v,D,y,w);if(z){y.parentNode.replaceChild(z,y)}else{y.parentNode.removeChild(y)}}if(!B.options){B.options=D}}var p=" ".split(/\s+/).length==0;var c=new u();var s=[];var t={},g={},q={enableTextDecoration:false,engine:null,printable:true,selector:(window.Sizzle||window.jQuery||(window.dojo&&dojo.query)||(window.$$&&function(v){return $$(v)})||(window.$&&function(v){return $(v)})||(document.querySelectorAll&&function(v){return document.querySelectorAll(v)})||e),separate:"words",textShadow:"none"};var m={words:/\s+/,characters:""};j.now=function(){r.ready();return j};j.refresh=function(){var x=s.splice(0,s.length);for(var w=0,v=x.length;w<v;++w){j.replace.apply(null,x[w])}return j};j.registerEngine=function(w,v){if(!v){return j}t[w]=v;return j.set("engine",w)};j.registerFont=function(x){var v=new o(x),w=v.family;if(!g[w]){g[w]=new d()}g[w].add(v);return j.set("fontFamily",w)};j.replace=function(x,w,v){w=f(q,w);if(!w.engine){return j}if(typeof w.textShadow=="string"){w.textShadow=k.textShadow(w.textShadow)}if(!v){s.push(arguments)}if(x.nodeType||typeof x=="string"){x=[x]}k.ready(function(){for(var z=0,y=x.length;z<y;++z){var A=x[z];if(typeof A=="string"){j.replace(w.selector(A),w,true)}else{i(A,w)}}});return j};j.set=function(v,w){q[v]=w;return j};return j})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return null}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode("@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(e?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:none}"+(a?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(f);function d(q,j){var p=0,o=0;var g=Cufon.VML.parsePath(q);var h=new Array(g.length-1);generate:for(var m=0,k=g.length;m<k;++m){var n=g[m].coords;switch(g[m].type){case"v":h[m]={m:"bezierCurveTo",a:[p+Number(n[0]),o+Number(n[1]),p+Number(n[2]),o+Number(n[3]),p+=Number(n[4]),o+=Number(n[5])]};break;case"r":h[m]={m:"lineTo",a:[p+=Number(n[0]),o+=Number(n[1])]};break;case"m":h[m]={m:"moveTo",a:[p=Number(n[0]),o=Number(n[1])]};break;case"x":h[m]={m:"closePath"};break;case"e":break generate}j[h[m].m].apply(j,h[m].a)}return h}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(R,v,M,r,B,S){var z=R.viewBox;var k=M.getSize("fontSize",R.baseSize);var K=M.get("letterSpacing");K=(K=="normal")?0:k.convertFrom(parseInt(K,10));var A=0,L=0,J=0,t=0;var w=r.textShadow,H=[];if(w){for(var Q=0,N=w.length;Q<N;++Q){var D=w[Q];var G=k.convertFrom(parseFloat(D.offX));var F=k.convertFrom(parseFloat(D.offY));H[Q]=[G,F];if(F<A){A=F}if(G>L){L=G}if(F>J){J=F}if(G<t){t=G}}}var V=Cufon.CSS.textTransform(v,M).split("");var h=0,u=null;for(var Q=0,N=V.length;Q<N;++Q){var s=R.glyphs[V[Q]]||R.missingGlyph;if(!s){continue}h+=u=Number(s.w||R.w)+K}if(u===null){return null}L+=(z.width-u);t+=z.minX;var q=document.createElement("span");q.className="cufon cufon-canvas";q.alt=v;var m=document.createElement("canvas");var W=q.style;var E=m.style;var j=k.convert(z.height-A+J);var U=Math.ceil(j);var I=U/j;m.width=Math.ceil(k.convert(h+L-t)*I);m.height=U;A+=z.minY;E.top=Math.round(k.convert(A-R.ascent))+"px";E.left=Math.round(k.convert(t))+"px";var p=Math.ceil(k.convert(h*I))+"px";if(a){W.width=p;W.height=k.convert(R.height)+"px"}else{W.paddingLeft=p;W.paddingBottom=(k.convert(R.height)-1)+"px"}var T=m.getContext("2d"),C=U/z.height;T.scale(C,C);T.translate(-t,-A);T.lineWidth=R.face["underline-thickness"];T.save();function n(i,g){T.strokeStyle=g;T.beginPath();T.moveTo(0,i);T.lineTo(h,i);T.stroke()}var o=r.enableTextDecoration?Cufon.CSS.textDecoration(S,M):{};if(o.underline){n(-R.face["underline-position"],o.underline)}if(o.overline){n(R.ascent,o.overline)}T.fillStyle=M.get("color");function P(){for(var x=0,g=V.length;x<g;++x){var y=R.glyphs[V[x]]||R.missingGlyph;if(!y){continue}T.beginPath();if(y.d){if(y.code){c(y.code,T)}else{y.code=d("m"+y.d,T)}}T.fill();T.translate(Number(y.w||R.w)+K,0)}}if(w){for(var Q=0,N=w.length;Q<N;++Q){var D=w[Q];T.save();T.fillStyle=D.color;T.translate.apply(T,H[Q]);P();T.restore()}}P();T.restore();if(o["line-through"]){n(-R.descent,o["line-through"])}q.appendChild(m);if(r.printable){var O=document.createElement("span");O.className="cufon-alt";O.appendChild(document.createTextNode(v));q.appendChild(O)}return q}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}document.write("<!--[if vml]><script>Cufon.vmlEnabled=true;<\/script><![endif]-->");if(!Cufon.vmlEnabled){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml");document.write('<style type="text/css">@media screen{cvml\\:shape,cvml\\:group,cvml\\:shapetype,cvml\\:fill{behavior:url(#default#VML);display:inline-block;antialias:true;position:absolute}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{display:none}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>')}var c=0;function b(e,f){return a(e,/(?:em|ex|%)$/i.test(f)?"1em":f)}function a(h,i){if(/px$/i.test(i)){return parseFloat(i)}var g=h.style.left,f=h.runtimeStyle.left;h.runtimeStyle.left=h.currentStyle.left;h.style.left=i;var e=h.style.pixelLeft;h.style.left=g;h.runtimeStyle.left=f;return e}function d(f,h){var e=document.createElement("cvml:shapetype");e.id="cufon-glyph-"+c++;f.typeRef="#"+e.id;e.stroked="f";e.coordsize=h.width+","+h.height;e.coordorigin=h.minX+","+h.minY;var g="m"+h.minX+","+h.minY+" r"+h.width+","+h.height;e.path=(f.d?"m"+f.d+"x":"")+g;document.body.insertBefore(e,document.body.firstChild)}return function(M,u,I,r,y,N,G){var x=M.viewBox;var g=I.computedFontSize||(I.computedFontSize=new Cufon.CSS.Size(b(N,I.get("fontSize"))+"px",M.baseSize));var F=I.computedLSpacing;if(F==undefined){F=I.get("letterSpacing");I.computedLSpacing=F=(F=="normal")?0:g.convertFrom(a(N,F))}var q=document.createElement("span");q.className="cufon cufon-vml";q.alt=u;var h=document.createElement("cvml:group");var S=q.runtimeStyle;var B=h.runtimeStyle;var f=g.convert(x.height);B.height=Math.ceil(f);B.top=Math.round(g.convert(x.minY-M.ascent));B.left=Math.round(g.convert(x.minX));var E=parseInt(B.height,10)/f;S.height=g.convert(-M.ascent+M.descent)+"px";var k=r.enableTextDecoration?Cufon.CSS.textDecoration(N,I):{};var t=I.get("color");var Q=Cufon.CSS.textTransform(u,I).split("");var e=0,D=0,m=null;var w=r.textShadow;for(var L=0,J=Q.length;L<J;++L){var s=M.glyphs[Q[L]]||M.missingGlyph;if(!s){continue}if(!s.typeRef){d(s,x)}var n=document.createElement("cvml:shape");n.type=s.typeRef;var O=n.runtimeStyle;O.width=x.width;O.height=x.height;O.top=0;O.left=D;O.zIndex=1;n.fillcolor=t;h.appendChild(n);if(w){for(var C=0,H=w.length;C<H;++C){var A=w[C];var R=Cufon.CSS.color(A.color);var j=n.cloneNode(false),v=j.runtimeStyle;v.top=g.convertFrom(parseFloat(A.offY));v.left=D+g.convertFrom(parseFloat(A.offX));v.zIndex=0;j.fillcolor=R.color;if(R.opacity){var P=document.createElement("cvml:fill");P.opacity=R.opacity;j.appendChild(P)}h.appendChild(j)}}m=Number(s.w||M.w)+F;e+=m;D+=m}if(m===null){return null}var o=-x.minX+e+(x.width-m);h.coordsize=o+","+x.height;B.width=g.convert(o*E);S.width=Math.max(Math.ceil(g.convert(e*E)),0);q.appendChild(h);if(r.printable){var K=document.createElement("span");K.className="cufon-alt";K.innerText=u;q.appendChild(K)}if(!G){q.appendChild(document.createElement("cvml:group"))}return q}})());Cufon.registerFont({w:184,face:{"font-family":"Myriad Pro","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 3 3 4 3 2 2 4",ascent:"270",descent:"-90","x-height":"4",bbox:"-16 -316 349 90","underline-thickness":"18","underline-position":"-36",stemh:"24",stemv:"32","unicode-range":"U+0020-U+2122"},glyphs:{" ":{w:76},"!":{d:"54,-70r-25,0r-5,-173r35,0xm41,4v-12,0,-21,-10,-21,-22v0,-13,9,-23,21,-23v13,0,22,10,22,23v0,12,-9,22,-22,22",w:82},'"':{d:"18,-249r32,0r-6,86r-20,0xm72,-249r31,0r-6,86r-19,0",w:121},"#":{d:"68,-92r37,0r7,-52r-37,0xm55,0r-22,0r10,-71r-30,0r0,-21r33,0r7,-52r-31,0r0,-21r34,0r10,-69r20,0r-9,69r38,0r9,-69r21,0r-9,69r30,0r0,21r-33,0r-6,52r31,0r0,21r-35,0r-9,71r-21,0r9,-71r-38,0",w:178},"$":{d:"101,31r-23,0r0,-36v-20,-1,-42,-7,-55,-16r9,-24v25,21,96,23,95,-20v0,-20,-14,-32,-41,-43v-37,-14,-59,-31,-59,-62v0,-30,21,-53,54,-58r0,-37r22,0r0,35v22,1,37,7,47,13r-9,24v-7,-5,-22,-13,-45,-13v-28,0,-38,17,-38,31v0,19,13,28,44,41v74,21,76,112,-1,128r0,37"},"%":{d:"11,-165v0,-47,25,-73,57,-73v32,0,54,25,54,70v0,49,-26,74,-56,74v-30,0,-55,-24,-55,-71xm66,-219v-20,0,-30,24,-30,53v-1,30,10,53,30,53v21,0,30,-23,30,-54v0,-28,-8,-52,-30,-52xm83,4r-20,0r138,-242r20,0xm220,-141v33,0,54,25,54,70v2,97,-111,99,-111,3v0,-47,26,-73,57,-73xm219,-122v-20,0,-31,23,-31,53v0,30,11,52,31,52v21,0,30,-22,30,-53v0,-28,-8,-52,-30,-52",w:285},"&":{d:"217,0r-38,0v-7,-7,-13,-14,-22,-24v-44,51,-150,27,-146,-40v-1,-34,22,-55,48,-72v-36,-41,-23,-108,41,-111v30,0,54,21,54,52v1,26,-17,45,-54,66r59,67v12,-16,19,-40,24,-70r29,0v-7,38,-17,68,-35,89v13,14,25,28,40,43xm41,-69v-3,53,75,63,100,27r-68,-76v-13,8,-32,24,-32,49xm98,-225v-41,3,-36,59,-12,79v24,-14,40,-27,40,-48v0,-14,-8,-31,-28,-31",w:217},"\u2019":{d:"33,-246r33,-3v-8,30,-24,69,-34,85r-20,2v8,-21,18,-58,21,-84",w:74},"(":{d:"70,-250r25,0v-58,61,-58,232,0,294r-25,0v-22,-30,-47,-76,-47,-147v0,-71,25,-117,47,-147",w:102},")":{d:"32,44r-25,0v26,-36,46,-83,46,-148v0,-64,-20,-110,-46,-146r25,0v23,30,47,76,47,147v0,70,-24,116,-47,147",w:102},"*":{d:"97,-247r21,13r-34,45r55,-7r0,25v-18,-1,-39,-7,-55,-6r35,43r-23,13v-8,-16,-13,-35,-22,-50r-24,50r-20,-13r34,-44r-53,7r0,-25v17,1,38,7,53,6r-34,-44r22,-12v8,16,13,35,23,50",w:149},"+":{d:"96,-192r23,0r0,85r81,0r0,22r-81,0r0,85r-23,0r0,-85r-82,0r0,-22r82,0r0,-85",w:214},",":{d:"28,42r-22,2v8,-21,17,-59,21,-86r36,-3v-9,30,-24,70,-35,87",w:74},"-":{d:"11,-109r89,0r0,23r-89,0r0,-23",w:110},".":{d:"40,4v-13,0,-21,-10,-21,-23v0,-13,9,-22,21,-22v13,0,22,9,22,22v0,13,-9,23,-22,23",w:74},"/":{d:"24,14r-24,0r100,-261r25,0",w:123},"0":{d:"94,-238v50,0,78,44,78,118v0,80,-30,124,-82,124v-45,0,-76,-43,-77,-120v0,-79,34,-122,81,-122xm93,-213v-28,0,-48,33,-48,97v0,61,18,95,47,95v33,0,48,-37,48,-97v0,-58,-15,-95,-47,-95"},"1":{d:"85,0r-1,-204r-40,21r-7,-24v25,-10,40,-31,79,-27r0,234r-31,0"},"2":{d:"166,0r-150,0v-4,-27,13,-32,25,-44v58,-58,87,-87,87,-122v0,-24,-11,-46,-46,-46v-22,0,-39,11,-50,20r-10,-22v16,-14,39,-24,66,-24v51,0,72,35,72,68v5,47,-55,100,-100,144r106,0r0,26"},"3":{d:"15,-12r9,-24v9,5,30,14,52,14v40,0,53,-26,53,-45v-2,-39,-37,-50,-79,-47r0,-24v35,2,67,-5,70,-39v6,-40,-68,-42,-88,-20r-8,-23v12,-9,36,-18,61,-18v81,0,88,90,24,111v27,8,53,26,52,61v0,37,-29,70,-85,70v-26,0,-49,-8,-61,-16"},"4":{d:"144,0r-30,0r0,-64r-109,0r0,-21r105,-149r34,0r0,145r33,0r0,25r-33,0r0,64xm114,-89r0,-114v-22,42,-51,77,-77,114r77,0"},"5":{d:"58,-147v54,-8,102,17,103,71v7,69,-93,99,-146,66r8,-25v32,22,106,16,106,-37v0,-42,-50,-59,-100,-50r15,-112r112,0r0,27r-89,0"},"6":{d:"150,-238r0,26v-61,-2,-104,42,-104,85v34,-49,135,-26,127,49v0,42,-29,82,-78,82v-50,0,-83,-39,-83,-100v3,-89,51,-139,138,-142xm141,-77v6,-66,-93,-69,-97,-10v0,38,18,66,51,66v27,0,46,-22,46,-56"},"7":{d:"21,-234r147,0r0,21r-102,213r-33,0r102,-208r-114,0r0,-26"},"8":{d:"60,-122v-66,-28,-39,-120,35,-116v78,2,91,83,29,113v29,12,47,32,47,61v0,41,-35,68,-79,68v-91,3,-104,-102,-32,-126xm93,-19v28,0,46,-18,46,-42v0,-28,-19,-42,-51,-51v-57,11,-56,91,5,93xm93,-215v-26,0,-41,17,-41,37v0,24,18,36,45,43v42,-8,52,-78,-4,-80"},"9":{d:"35,4r0,-26v60,3,100,-34,104,-86v-37,48,-131,20,-124,-47v0,-44,32,-83,80,-83v95,-9,90,167,37,208v-27,21,-57,34,-97,34xm46,-157v-6,60,94,66,94,14v0,-40,-15,-71,-48,-71v-27,0,-46,24,-46,57"},":":{d:"40,-123v-13,0,-21,-10,-21,-22v0,-14,9,-23,21,-23v13,0,21,9,22,23v0,12,-9,22,-22,22xm40,4v-13,0,-21,-10,-21,-22v0,-14,9,-23,21,-23v13,0,21,9,22,23v0,12,-9,22,-22,22",w:74},";":{d:"28,42r-22,2v8,-21,18,-59,22,-86r35,-3v-9,30,-25,70,-35,87xm64,-145v0,12,-8,22,-22,22v-12,0,-20,-10,-20,-22v0,-14,9,-23,21,-23v13,0,21,9,21,23",w:74},"<":{d:"24,-86r0,-19r167,-87r0,25r-141,72r141,70r0,25",w:214},"=":{d:"200,-121r-186,0r0,-22r186,0r0,22xm200,-51r-186,0r0,-21r186,0r0,21",w:214},">":{d:"191,-106r0,20r-167,86r0,-25r142,-71r-142,-71r0,-25",w:214},"?":{d:"79,-69r-28,0v-17,-44,47,-86,47,-121v4,-33,-50,-39,-71,-20r-9,-23v13,-8,33,-14,52,-14v77,3,70,79,29,116v-18,21,-24,37,-20,62xm64,4v-13,0,-21,-10,-21,-22v0,-14,9,-23,21,-23v13,0,22,9,22,23v0,12,-9,22,-22,22",w:146},"@":{d:"117,-43v36,-2,47,-52,52,-89v-40,-13,-76,21,-75,62v0,16,8,27,23,27xm183,8r6,15v-78,41,-175,-3,-174,-98v0,-74,52,-138,132,-138v63,0,105,44,105,104v0,54,-31,86,-64,86v-15,0,-28,-10,-27,-32r-2,0v-20,43,-88,46,-89,-14v-3,-57,63,-104,124,-78r-13,66v-5,27,-1,40,11,40v19,0,39,-24,39,-66v0,-52,-31,-90,-87,-90v-59,0,-108,47,-108,120v-4,82,80,120,147,85",w:265},A:{d:"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-9,39,-24,77,-36,114",w:220},B:{d:"180,-69v3,71,-85,76,-153,68r0,-238v57,-10,148,-10,144,55v1,24,-17,43,-41,54v23,6,50,25,50,61xm59,-218r0,78v42,4,81,-7,81,-41v0,-38,-47,-43,-81,-37xm59,-116r0,92v40,6,89,-1,88,-45v0,-43,-42,-49,-88,-47",w:195},C:{d:"190,-33r7,25v-81,33,-184,-6,-184,-111v0,-97,98,-152,184,-117r-7,26v-67,-29,-144,6,-144,90v0,79,75,116,144,87",w:208},D:{d:"226,-127v4,107,-89,142,-199,126r0,-238v102,-18,205,7,199,112xm59,-216r0,191v79,12,138,-24,135,-101v5,-69,-59,-107,-135,-90",w:239},E:{d:"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0",w:177},F:{d:"27,0r0,-243r131,0r0,27r-99,0r0,80r91,0r0,26r-91,0r0,110r-32,0",w:175},G:{d:"138,3v-73,1,-126,-46,-125,-123v-9,-94,102,-150,192,-114r-8,26v-66,-30,-151,5,-151,87v0,77,68,115,135,91r0,-72r-49,0r0,-25r80,0r0,116v-14,5,-42,14,-74,14",w:232},H:{d:"27,-243r32,0r0,102r117,0r0,-102r32,0r0,243r-32,0r0,-114r-117,0r0,114r-32,0r0,-243",w:234},I:{d:"27,-243r32,0r0,243r-32,0r0,-243",w:86},J:{d:"77,-83r0,-160r31,0r0,163v1,79,-50,94,-107,78r5,-25v40,10,73,5,71,-56",w:133},K:{d:"27,0r0,-243r32,0r1,117v29,-41,62,-78,93,-117r39,0r-88,103r95,140r-37,0r-80,-119r-23,26r0,93r-32,0",w:195},L:{d:"27,0r0,-243r32,0r0,217r103,0r0,26r-135,0",w:169},M:{d:"238,0r-11,-211v-19,67,-49,143,-73,210r-24,0r-39,-116v-13,-33,-20,-68,-29,-94r-11,211r-30,0r17,-243r40,0r67,199v16,-64,46,-137,68,-199r40,0r16,243r-31,0",w:289},N:{d:"57,0r-30,0r0,-243r35,0r77,123v19,29,31,56,45,79v-6,-62,-3,-134,-4,-202r30,0r0,243r-32,0r-77,-123v-18,-27,-32,-57,-47,-81v4,59,3,138,3,204",w:236},O:{d:"126,-247v66,0,109,51,109,123v0,84,-51,128,-113,128v-64,0,-109,-50,-109,-123v0,-77,48,-128,113,-128xm124,-221v-52,0,-78,48,-78,101v0,52,29,98,78,98v50,0,78,-45,78,-100v0,-49,-26,-99,-78,-99",w:248},P:{d:"177,-174v0,62,-56,86,-118,77r0,97r-32,0r0,-240v63,-10,156,-6,150,66xm59,-217r0,94v42,11,86,-7,86,-49v0,-43,-47,-55,-86,-45",w:191},Q:{d:"228,36r-108,-32v-58,-2,-107,-45,-107,-123v0,-78,47,-128,113,-128v66,0,109,52,109,123v1,64,-32,99,-69,118v24,6,50,12,71,15xm46,-120v0,52,29,99,78,98v50,0,78,-45,78,-100v0,-49,-26,-99,-77,-99v-53,0,-79,49,-79,101",w:248},R:{d:"27,-239v64,-12,154,-8,150,60v1,33,-22,53,-46,63v38,4,42,97,54,116r-32,0v-4,-7,-9,-28,-16,-58v-8,-44,-31,-49,-78,-47r0,105r-32,0r0,-239xm59,-217r0,88v46,4,86,-6,86,-46v0,-42,-50,-51,-86,-42",w:193},S:{d:"15,-12r8,-26v30,23,111,24,107,-26v0,-22,-13,-35,-46,-48v-39,-14,-64,-35,-64,-69v-8,-58,86,-82,132,-54r-8,26v-8,-4,-24,-12,-46,-12v-34,0,-46,20,-46,37v0,22,15,34,48,46v89,23,83,142,-23,142v-23,0,-49,-7,-62,-16",w:177},T:{d:"73,0r0,-216r-73,0r0,-27r179,0r0,27r-74,0r0,216r-32,0",w:178},U:{d:"27,-243r32,0r0,144v0,54,24,77,56,77v36,0,59,-23,59,-77r0,-144r32,0r0,142v0,74,-39,105,-92,105v-50,0,-87,-28,-87,-104r0,-143",w:232},V:{d:"115,0r-34,0r-80,-243r34,0r38,120v12,32,18,64,27,91v18,-69,45,-144,68,-211r34,0",w:200},W:{d:"100,0r-33,0r-62,-243r34,0r47,207r52,-207r33,0r30,123r17,84r52,-207r32,0r-69,243r-33,0r-30,-126v-9,-30,-11,-57,-17,-80v-12,65,-37,141,-53,206",w:304},X:{d:"197,0r-37,0r-60,-102v-12,29,-39,71,-55,102r-36,0r74,-123r-71,-120r36,0r56,98r55,-98r36,0r-74,118",w:205},Y:{d:"113,0r-32,0r0,-103r-76,-140r35,0r59,117r60,-117r35,0r-81,140r0,103",w:194},Z:{d:"11,0r0,-18r134,-198r-123,0r0,-27r164,0r0,19r-134,198r136,0r0,26r-177,0",w:199},"[":{d:"95,40r-65,0r0,-287r65,0r0,20r-41,0r0,248r41,0r0,19",w:102},"\\":{d:"123,14r-24,0r-98,-261r24,0",w:122},"]":{d:"7,-247r66,0r0,287r-66,0r0,-19r41,0r0,-248r-41,0r0,-20",w:102},"^":{d:"193,-68r-25,0r-61,-140r-60,140r-25,0r74,-166r22,0",w:214},_:{d:"0,27r180,0r0,18r-180,0r0,-18",w:180},"\u2018":{d:"45,-165r-32,4v8,-31,23,-69,33,-86r20,-2v-7,21,-17,58,-21,84",w:74},a:{d:"82,-178v97,3,56,97,70,178r-29,0v-2,-7,0,-17,-4,-22v-10,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-19,-3,-42,-39,-44v-16,0,-33,5,-46,13r-7,-21v15,-9,35,-15,57,-15xm44,-50v7,52,74,30,74,-9r0,-30v-34,-1,-74,5,-74,39",w:173},b:{d:"25,0r1,-256r32,0r0,110v36,-61,143,-29,133,57v2,94,-95,122,-137,60r-2,29r-27,0xm59,-114v-7,48,5,95,48,93v33,0,52,-27,52,-67v0,-35,-18,-65,-51,-65v-22,0,-42,15,-49,39",w:204},c:{d:"145,-30r5,24v-8,4,-26,10,-50,10v-52,0,-86,-36,-86,-89v-6,-70,72,-112,137,-84r-7,25v-41,-25,-106,6,-98,57v-3,58,55,78,99,57",w:161},d:{d:"145,-256r32,0r1,256r-28,0r-2,-30v-33,62,-134,33,-134,-55v0,-86,90,-120,131,-67r0,-104xm97,-22v35,1,48,-34,48,-81v0,-31,-19,-49,-47,-50v-33,0,-52,28,-52,67v0,35,17,64,51,64",w:203},e:{d:"166,-81r-122,0v-2,63,65,69,108,51r5,23v-11,5,-30,11,-58,11v-53,0,-85,-36,-85,-88v0,-53,31,-94,81,-94v63,3,75,53,71,97xm44,-104r93,0v0,-20,-8,-52,-44,-52v-32,0,-46,30,-49,52",w:180},f:{d:"30,-174v-7,-58,35,-101,89,-81r-4,25v-36,-15,-60,14,-54,56r42,0r0,24r-42,0r0,150r-31,0r0,-150r-25,0r0,-24r25,0",w:105},g:{d:"175,-25v10,94,-78,119,-146,86r8,-24v37,22,113,21,107,-47v-1,-6,2,-16,-1,-20v-9,16,-28,29,-55,29v-43,0,-74,-36,-74,-85v-7,-90,99,-118,133,-62r2,-26r27,0xm97,-25v36,1,52,-35,47,-80v-1,-29,-18,-46,-46,-48v-31,0,-52,25,-52,66v0,34,17,62,51,62",w:201},h:{d:"103,-152v-63,0,-42,91,-45,152r-32,0r0,-256r32,0r1,109v30,-45,114,-50,116,43r0,104r-32,0v-5,-59,21,-148,-40,-152",w:199},i:{d:"58,0r-32,0r0,-174r32,0r0,174xm42,-243v12,0,20,9,20,20v0,11,-8,19,-21,19v-11,0,-19,-8,-19,-19v0,-11,9,-20,20,-20",w:84},j:{d:"-16,51v42,-7,46,-16,46,-79r0,-146r32,0v-9,98,36,247,-75,250xm46,-243v12,0,20,9,20,20v0,10,-8,19,-20,19v-12,0,-20,-9,-20,-19v0,-11,9,-20,20,-20",w:87},k:{d:"58,-256r0,162r67,-80r38,0r-67,71r76,103r-38,0r-60,-84r-16,18r0,66r-32,0r0,-256r32,0",w:168},l:{d:"26,0r0,-256r32,0r0,256r-32,0",w:84},m:{d:"99,-152v-60,4,-38,92,-42,152r-31,0r-1,-174r28,0v1,9,-1,21,2,28v14,-39,93,-43,105,3v27,-50,115,-57,115,40r0,103r-31,0v-4,-56,19,-151,-38,-152v-59,3,-36,94,-40,152r-31,0v-5,-56,20,-149,-36,-152",w:300},n:{d:"103,-152v-63,1,-42,91,-45,152r-32,0r-1,-174r28,0r2,29v27,-46,119,-55,120,41r0,104r-32,0v-5,-58,21,-149,-40,-152",w:199},o:{d:"100,-178v50,0,84,36,84,89v0,65,-45,93,-87,93v-47,0,-83,-35,-83,-90v0,-58,38,-92,86,-92xm99,-154v-37,0,-53,34,-53,67v0,38,22,67,53,67v30,0,53,-28,53,-67v0,-30,-15,-67,-53,-67",w:197},p:{d:"26,71r-1,-245r28,0r2,30v37,-63,143,-33,136,54v3,91,-89,121,-133,67r0,94r-32,0xm108,-153v-36,0,-56,36,-50,82v0,32,23,49,49,50v33,0,52,-27,52,-67v0,-35,-18,-65,-51,-65",w:204},q:{d:"145,71r-1,-98v-33,58,-138,28,-130,-57v-2,-95,95,-120,133,-64r1,-26r30,0r-1,245r-32,0xm97,-21v36,1,54,-37,48,-83v0,-30,-19,-47,-47,-49v-32,0,-52,28,-52,67v0,35,16,65,51,65",w:202},r:{d:"112,-147v-69,-11,-53,81,-54,147r-32,0r-1,-174r28,0v1,11,-1,25,2,34v10,-25,29,-42,57,-37r0,30",w:117},s:{d:"14,-8r8,-24v17,15,80,19,76,-14v0,-15,-9,-23,-33,-32v-68,-17,-57,-99,14,-100v18,0,33,5,43,11r-8,23v-12,-13,-69,-15,-65,13v0,15,10,24,33,30v68,19,58,108,-19,105v-19,0,-37,-5,-49,-12",w:142},t:{d:"108,-1v-39,15,-81,-6,-75,-54r0,-95r-27,0r0,-24r27,0r0,-32r31,-10r0,42r46,0r0,24r-46,0r0,94v-3,30,19,39,43,32",w:119},u:{d:"96,-22v64,-1,39,-91,44,-152r32,0r2,174r-29,0v-1,-9,1,-21,-2,-28v-8,14,-27,32,-58,32v-27,0,-60,-15,-60,-76r0,-102r32,0v5,57,-20,150,39,152",w:198},v:{d:"5,-174r34,0r49,142r48,-142r34,0r-69,174r-30,0",w:173},w:{d:"6,-174r33,0r37,144v12,-49,29,-97,44,-144r27,0r43,144v9,-48,25,-98,38,-144r32,0r-57,174r-28,0r-43,-140v-12,50,-29,94,-44,140r-29,0",w:264},x:{d:"6,-174r35,0r44,66v12,-25,27,-44,41,-66r35,0r-60,84r61,90r-36,0r-45,-69r-43,69r-35,0r62,-89",w:166},y:{d:"13,53v24,-9,46,-28,57,-58v-19,-59,-46,-112,-67,-169r35,0r50,138r46,-138r33,0v-41,87,-61,232,-146,254",w:169},z:{d:"6,0r0,-18r102,-131r-94,0r0,-25r133,0r-1,20r-100,129r102,0r0,25r-142,0",w:154},"{":{d:"33,-9v-3,-34,29,-81,-23,-85r0,-19v52,-3,20,-53,23,-87v0,-35,25,-49,60,-47r0,20v-73,-7,4,110,-56,124v61,7,-20,126,56,124r0,19v-35,1,-59,-10,-60,-49",w:102},"|":{d:"31,-270r24,0r0,360r-24,0r0,-360",w:86},"}":{d:"69,-200v2,35,-27,84,23,87r0,19v-51,4,-20,51,-23,85v-1,39,-25,51,-60,49r0,-19v71,6,-2,-109,55,-125v-58,-8,20,-127,-55,-123r0,-20v35,-1,60,11,60,47",w:102},"~":{d:"197,-129v-1,98,-91,33,-137,23v-12,0,-20,9,-21,30r-21,0v-2,-36,18,-54,42,-54v24,-3,72,32,96,31v13,0,19,-10,20,-30r21,0",w:214},"\u00a1":{d:"59,70r-35,0r5,-172r25,0xm42,-176v12,0,21,10,21,23v0,12,-9,22,-22,22v-12,0,-21,-10,-21,-22v0,-13,9,-23,22,-23",w:82},"\u00a2":{d:"96,-31v-45,-6,-71,-34,-72,-86v0,-47,29,-82,72,-89r0,-36r23,0r0,35v16,0,31,5,39,9r-7,24v-38,-23,-102,3,-95,55v-4,59,57,76,97,55r6,22v-7,4,-23,10,-40,11r0,36r-23,0r0,-36"},"\u00a3":{d:"89,-106v4,36,-7,63,-27,80r108,0r0,26r-150,0r0,-18v31,-16,48,-46,39,-88r-37,0r0,-23r34,0v-15,-55,10,-112,65,-109v19,0,32,4,39,9r-7,24v-28,-17,-72,-3,-72,38v0,15,3,27,5,38r52,0r0,23r-49,0"},"\u00a5":{d:"105,0r-30,0r0,-63r-56,0r0,-18r56,0r0,-26r-56,0r0,-18r47,0r-60,-109r34,0v19,35,32,75,53,107v12,-37,36,-73,53,-107r33,0r-65,109r47,0r0,18r-56,0r0,26r56,0r0,18r-56,0r0,63"},"\u00a7":{d:"63,-154v-27,24,-21,47,22,62v18,6,33,12,41,17v23,-19,19,-51,-18,-61v-15,-5,-33,-11,-45,-18xm150,-234r-7,21v-17,-15,-83,-19,-81,15v0,18,17,28,45,34v54,12,80,67,36,101v6,5,13,17,13,31v0,60,-85,64,-125,40r9,-21v17,16,91,24,88,-15v0,-17,-11,-26,-44,-38v-59,-13,-88,-62,-36,-99v-34,-32,1,-86,53,-81v20,0,37,5,49,12",w:186},"\u00a4":{d:"51,-177v19,-20,63,-19,83,-1r25,-27r16,17r-28,25v17,18,16,70,0,87r27,26r-16,16r-24,-28v-22,21,-61,21,-84,2r-24,26r-15,-16r26,-25v-18,-19,-17,-69,0,-88r-27,-25r16,-17xm134,-120v0,-25,-14,-51,-43,-50v-26,0,-42,23,-42,51v3,68,84,68,85,-1"},"'":{d:"18,-249r32,0r-6,86r-20,0",w:67},"\u201c":{d:"45,-165r-33,4v9,-31,24,-69,34,-86r20,-2v-8,21,-17,58,-21,84xm98,-165r-32,4v8,-31,24,-69,33,-86r21,-2v-8,21,-18,58,-22,84",w:127},"\u00ab":{d:"84,-157r-49,66r49,67r-26,0r-48,-67r48,-66r26,0xm143,-157r-49,66r49,67r-26,0r-48,-67r48,-66r26,0",w:150},"\u2013":{d:"11,-102r158,0r0,21r-158,0r0,-21",w:180},"\u00b7":{d:"37,-72v-13,0,-22,-10,-21,-23v0,-13,9,-22,21,-22v13,0,21,9,22,22v0,13,-9,23,-22,23",w:74},"\u00b6":{d:"105,18r-22,0r0,-113v-32,1,-69,-21,-71,-68v0,-38,20,-80,99,-80v19,0,33,1,42,3r0,258r-22,0r0,-239r-26,0r0,239"},"\u201d":{d:"33,-246r33,-3v-8,30,-24,69,-34,85r-20,2v8,-21,18,-58,21,-84xm87,-246r32,-3v-8,30,-24,69,-33,85r-20,2v7,-21,17,-58,21,-84",w:127},"\u00bb":{d:"57,-91r-49,-66r26,0r48,66r-48,67r-25,0xm115,-91r-48,-66r26,0r47,66r-47,67r-26,0",w:150},"\u2026":{d:"60,4v-12,0,-21,-10,-21,-23v0,-13,9,-22,21,-22v13,0,21,9,21,22v0,13,-8,23,-21,23xm180,4v-13,0,-22,-10,-21,-23v0,-13,9,-22,21,-22v13,0,21,9,22,22v0,13,-9,23,-22,23xm300,4v-13,0,-21,-10,-21,-23v0,-13,9,-22,21,-22v13,0,21,9,21,22v0,13,-8,23,-21,23",w:360},"\u00bf":{d:"64,-153v0,-13,9,-23,22,-23v12,0,21,10,21,23v0,13,-9,22,-22,22v-13,0,-21,-9,-21,-22xm20,22v-3,-45,62,-72,51,-125r28,0v16,43,-46,85,-46,121v-4,35,48,38,70,20r9,23v-36,28,-121,11,-112,-39",w:146},"`":{d:"8,-249r35,0r31,51r-22,0",w:108},"\u00b4":{d:"68,-249r35,0r-44,51r-23,0",w:108},"\u00af":{d:"14,-231r81,0r0,20r-81,0r0,-20",w:108},"\u00a8":{d:"21,-205v-11,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,19,-18,19xm87,-205v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v11,0,18,8,18,18v0,10,-7,19,-18,19",w:108},"\u00b8":{d:"49,-1r19,0r-11,19v13,2,25,11,25,25v1,30,-40,35,-62,23r5,-16v11,7,34,11,35,-6v0,-9,-11,-13,-28,-15",w:108},"\u2014":{d:"11,-102r338,0r0,21r-338,0r0,-21",w:360},"\u00c6":{d:"32,0r-32,0r111,-243r151,0r0,27r-103,0r9,77r91,0r0,26r-87,0r11,87r89,0r0,26r-116,0r-11,-86r-74,0xm81,-111r61,0v-6,-35,-4,-78,-14,-109v-13,37,-31,74,-47,109",w:283},"\u00aa":{d:"110,-96r-22,0v-1,-5,0,-12,-3,-15v-14,26,-73,21,-73,-17v0,-26,26,-42,72,-41v0,-12,-1,-24,-26,-26v-12,0,-23,3,-31,10r-6,-16v10,-7,25,-12,41,-12v63,1,40,65,48,117xm36,-130v3,32,47,19,49,-4r0,-20v-23,0,-49,4,-49,24",w:124},"\u00d8":{d:"40,15r-17,-14r22,-31v-20,-22,-32,-54,-32,-90v-3,-102,94,-159,172,-108r22,-29r19,13r-23,31v21,22,32,54,32,90v1,111,-95,155,-172,108xm170,-204v-55,-47,-133,13,-125,82v0,27,7,47,18,65xm186,-185r-108,146v54,48,133,-9,125,-83v0,-21,-5,-43,-17,-63",w:248},"\u00ba":{d:"6,-152v0,-38,27,-61,59,-61v34,0,56,25,56,59v0,82,-116,76,-115,2xm97,-153v0,-18,-10,-43,-34,-42v-45,1,-39,86,1,83v19,0,33,-17,33,-41",w:127},"\u00e6":{d:"264,-84r-116,0v-8,65,64,73,103,53r5,23v-39,21,-108,15,-124,-27v-11,25,-35,39,-65,39v-36,0,-54,-25,-54,-50v0,-40,37,-63,105,-63v0,-19,-2,-42,-41,-46v-16,0,-34,6,-44,14r-8,-21v36,-25,102,-21,111,21v12,-23,34,-37,61,-37v59,4,71,54,67,94xm75,-19v36,-1,47,-28,43,-68v-33,-1,-74,5,-74,39v0,18,14,29,31,29xm147,-107r88,0v1,-17,-9,-49,-41,-49v-31,0,-46,30,-47,49",w:278},"\u00f8":{d:"14,-86v-1,-76,70,-113,130,-80r15,-21r14,10r-15,22v17,16,26,39,26,66v-2,84,-71,111,-130,81r-15,22r-13,-11r15,-22v-17,-16,-27,-39,-27,-67xm57,-43v26,-32,47,-68,72,-101v-57,-38,-113,45,-72,101xm141,-130v-26,31,-47,67,-72,100v56,40,109,-42,72,-100",w:197},"\u00df":{d:"151,-51v1,-34,-51,-50,-48,-85v0,-18,12,-34,32,-44v12,-25,-7,-58,-34,-55v-28,0,-43,20,-43,71r0,164r-32,0v6,-105,-31,-260,79,-260v46,0,80,50,56,91v-68,33,21,68,21,116v0,48,-59,70,-102,49r5,-24v24,14,69,6,66,-23",w:197},"\u00ac":{d:"14,-144r186,0r0,100r-23,0r0,-78r-163,0r0,-22",w:214},"\u00b5":{d:"97,-22v64,-1,39,-91,44,-152r32,0r0,126v0,19,4,27,16,27r-2,24v-24,5,-36,-6,-43,-30v-7,27,-70,45,-88,11v0,28,-1,65,4,87r-29,0v-10,-64,-3,-170,-5,-245r32,0v6,58,-22,148,39,152",w:199},"\u2122":{d:"11,-243r82,0r0,17r-31,0r0,81r-20,0r0,-81r-31,0r0,-17xm218,-145r-19,0r-6,-85v-7,29,-17,56,-26,84r-20,0r-25,-84r-5,85r-18,0r7,-98r29,0v9,24,16,47,24,73v6,-27,16,-48,24,-73r28,0",w:222},"\u00d0":{d:"228,-127v5,106,-89,143,-199,127r0,-111r-30,0r0,-25r30,0r0,-104v19,-3,42,-6,67,-6v85,1,130,38,132,119xm125,-136r0,25r-65,0r0,87v81,9,138,-24,135,-103v6,-71,-58,-105,-135,-90r0,81r65,0",w:241},"\u00bd":{d:"66,-96r-25,0r-1,-118r-26,12r-4,-18v17,-7,29,-19,56,-16r0,140xm63,4r-20,0r136,-242r20,0xm158,0v-2,-22,15,-24,23,-35v30,-27,45,-43,45,-62v0,-29,-44,-30,-57,-14r-8,-16v23,-27,100,-13,92,25v2,31,-35,57,-59,82r62,0r0,20r-98,0",w:273},"\u00b1":{d:"96,-206r23,0r0,70r81,0r0,22r-81,0r0,72r-23,0r0,-72r-82,0r0,-22r82,0r0,-70xm14,-22r186,0r0,22r-186,0r0,-22",w:214},"\u00de":{d:"58,-195v58,-12,120,8,119,64v1,60,-56,85,-119,75r0,56r-31,0r0,-243r31,0r0,48xm58,-170r0,88v45,9,87,-7,87,-46v0,-43,-49,-51,-87,-42",w:191},"\u00bc":{d:"71,-96r-25,0r-1,-118r-26,12r-4,-18v17,-7,29,-19,56,-16r0,140xm70,4r-20,0r136,-242r21,0xm239,0r-24,0r0,-37r-72,0r0,-14r69,-91r27,0r0,87r22,0r0,18r-22,0r0,37xm215,-55v-1,-21,3,-46,0,-65v-13,25,-30,43,-46,65r46,0",w:273},"\u00f7":{d:"107,-139v-11,0,-19,-9,-19,-20v0,-12,8,-20,20,-20v11,0,18,8,18,20v0,11,-7,20,-19,20xm200,-85r-186,0r0,-22r186,0r0,22xm107,-13v-11,0,-19,-9,-19,-20v0,-12,8,-20,20,-20v11,0,18,8,18,20v0,11,-7,20,-19,20",w:214},"\u00a6":{d:"31,-63r24,0r0,126r-24,0r0,-126xm31,-243r24,0r0,126r-24,0r0,-126",w:86},"\u00b0":{d:"10,-198v0,-28,22,-49,49,-49v29,0,47,22,47,47v0,29,-24,48,-48,48v-28,0,-48,-21,-48,-46xm58,-230v-38,0,-36,62,0,61v16,0,28,-13,28,-30v0,-14,-8,-31,-28,-31",w:114},"\u00fe":{d:"26,-241r32,0r0,94v38,-58,141,-29,133,58v3,91,-89,120,-133,66r0,94r-32,0r0,-312xm108,-153v-35,-1,-57,37,-50,84v1,29,23,48,49,48v32,0,52,-26,52,-68v0,-34,-19,-64,-51,-64",w:204},"\u00be":{d:"24,-210r-6,-16v19,-21,93,-12,85,22v1,15,-12,26,-27,33v19,3,33,17,33,35v8,37,-69,54,-98,32r6,-18v14,14,71,11,65,-15v-1,-21,-24,-26,-48,-25r0,-17v21,1,41,-3,43,-23v3,-25,-43,-16,-53,-8xm84,4r-21,0r137,-242r20,0xm243,0r-24,0r0,-37r-72,0r0,-14r69,-91r27,0r0,87r22,0r0,18r-22,0r0,37xm219,-55v-1,-21,3,-46,0,-65v-12,25,-34,45,-46,65r46,0",w:273},"\u00ae":{d:"104,-156v-29,7,-8,-30,-38,-24r0,24r-13,0r0,-59v17,-3,50,-6,49,15v1,8,-8,11,-13,15v10,0,12,24,15,29xm74,-207v-11,-2,-6,11,-7,18v19,4,30,-17,7,-18xm76,-246v34,0,60,26,60,59v0,34,-26,60,-60,60v-34,0,-61,-26,-61,-60v0,-33,27,-59,61,-59xm121,-187v0,-26,-19,-47,-46,-47v-26,0,-45,21,-45,47v0,26,19,47,46,47v26,1,45,-21,45,-47",w:150},"\u00f0":{d:"148,-87v0,-42,-12,-63,-50,-66v-73,2,-65,134,-2,133v32,0,52,-28,52,-67xm119,-218v36,29,60,66,61,127v1,67,-42,95,-84,95v-47,0,-82,-35,-82,-89v0,-74,70,-110,121,-75v-10,-17,-24,-33,-42,-46r-51,23r-7,-15r42,-20v-11,-8,-24,-15,-38,-21r14,-20v17,8,35,18,51,29r46,-22r7,16",w:194},"\u00d7":{d:"14,-174r16,-15r77,78r77,-78r16,15r-77,79r77,79r-16,16r-77,-79r-77,79r-16,-16r77,-79",w:214},"\u00a9":{d:"13,-122v0,-62,48,-111,110,-111v60,0,108,49,108,111v0,62,-48,111,-109,111v-61,0,-109,-49,-109,-111xm122,-219v-51,0,-91,43,-91,98v0,53,40,95,91,95v51,1,91,-42,91,-96v0,-54,-40,-97,-91,-97xm131,-187v26,2,48,4,35,24v-4,-3,-18,-9,-35,-9v-33,0,-50,22,-50,51v-6,43,53,63,87,41r4,14v-46,28,-116,-1,-110,-54v0,-41,33,-67,69,-67",w:243},"\u00c1":{d:"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-9,39,-24,77,-36,114xm125,-298r38,0r-45,42r-26,0",w:220},"\u00c2":{d:"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-9,39,-24,77,-36,114xm100,-297r24,0r37,41r-26,0v-8,-8,-15,-17,-24,-24r-23,24r-25,0",w:220},"\u00c4":{d:"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-9,39,-24,77,-36,114xm78,-259v-10,0,-17,-8,-17,-18v0,-10,7,-18,17,-18v11,0,18,8,18,18v0,10,-7,18,-18,18xm145,-259v-10,0,-18,-8,-18,-18v0,-10,8,-18,18,-18v11,0,18,8,18,18v0,10,-7,18,-18,18",w:220},"\u00c0":{d:"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-9,39,-24,77,-36,114xm58,-298r38,0r34,42r-26,0",w:220},"\u00c5":{d:"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-9,39,-24,77,-36,114xm75,-284v0,-18,14,-32,37,-32v21,0,35,14,35,32v0,18,-15,32,-36,32v-22,0,-36,-14,-36,-32xm128,-284v0,-10,-7,-19,-18,-19v-10,0,-16,9,-16,19v0,10,6,19,17,19v10,0,17,-9,17,-19",w:220},"\u00c3":{d:"153,-76r-86,0r-26,76r-32,0r82,-243r38,0r83,243r-33,0xm73,-101r73,0r-37,-114v-9,39,-24,77,-36,114xm156,-294v5,48,-41,32,-63,21v-6,0,-8,6,-9,16r-17,0v-1,-22,9,-37,24,-37v18,0,43,33,49,0r16,0",w:220},"\u00c7":{d:"190,-33r7,25v-11,6,-33,11,-63,12r-9,14v13,3,25,12,25,27v0,31,-40,35,-63,23r6,-16v10,7,35,9,35,-7v0,-9,-11,-13,-28,-15r15,-27v-59,-7,-102,-49,-102,-122v-8,-97,98,-152,184,-117r-7,26v-67,-29,-144,6,-144,90v0,79,75,116,144,87",w:210},"\u00c9":{d:"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0xm109,-298r38,0r-46,42r-26,0",w:177},"\u00ca":{d:"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0xm81,-297r24,0r37,41r-26,0v-8,-8,-15,-17,-24,-24r-23,24r-25,0",w:177},"\u00cb":{d:"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0xm76,-278v0,10,-7,18,-18,18v-10,0,-17,-8,-17,-18v0,-10,8,-18,18,-18v10,0,17,8,17,18xm125,-260v-10,0,-17,-8,-17,-18v0,-10,7,-18,18,-18v10,0,17,8,17,18v0,10,-7,18,-18,18",w:177},"\u00c8":{d:"153,-140r0,26r-94,0r0,88r105,0r0,26r-137,0r0,-243r131,0r0,27r-99,0r0,76r94,0xm43,-298r38,0r33,42r-25,0",w:177},"\u00cd":{d:"27,-243r32,0r0,243r-32,0r0,-243xm58,-298r38,0r-46,42r-26,0",w:86},"\u00ce":{d:"27,-243r32,0r0,243r-32,0r0,-243xm31,-297r24,0r38,41r-27,0v-8,-8,-15,-17,-24,-24r-23,24r-25,0",w:86},"\u00cf":{d:"27,-243r32,0r0,243r-32,0r0,-243xm10,-260v-11,0,-18,-8,-18,-18v0,-10,8,-18,18,-18v10,0,17,8,17,18v0,10,-6,18,-17,18xm94,-278v0,10,-7,18,-18,18v-10,0,-17,-8,-17,-18v0,-10,8,-18,18,-18v10,0,17,8,17,18",w:86},"\u00cc":{d:"27,-243r32,0r0,243r-32,0r0,-243xm-9,-298r38,0r34,42r-26,0",w:86},"\u00d1":{d:"57,0r-30,0r0,-243r35,0r77,123v19,29,31,56,45,79v-6,-62,-3,-134,-4,-202r30,0r0,243r-32,0r-77,-123v-18,-27,-32,-57,-47,-81v4,59,3,138,3,204xm165,-294v3,48,-41,32,-63,21v-6,0,-9,6,-9,16r-17,0v-1,-22,8,-37,24,-37v18,0,43,33,48,0r17,0",w:236},"\u00d3":{d:"126,-247v66,0,109,51,109,123v0,84,-51,128,-113,128v-64,0,-109,-50,-109,-123v0,-77,48,-128,113,-128xm124,-221v-52,0,-78,48,-78,101v0,52,29,98,78,98v50,0,78,-45,78,-100v0,-49,-26,-99,-78,-99xm138,-299r38,0r-45,42r-26,0",w:248},"\u00d4":{d:"126,-247v66,0,109,51,109,123v0,84,-51,128,-113,128v-64,0,-109,-50,-109,-123v0,-77,48,-128,113,-128xm124,-221v-52,0,-78,48,-78,101v0,52,29,98,78,98v50,0,78,-45,78,-100v0,-49,-26,-99,-78,-99xm112,-298r24,0r37,41r-26,0v-8,-8,-15,-18,-24,-25r-23,25r-25,0",w:248},"\u00d6":{d:"126,-247v66,0,109,51,109,123v0,84,-51,128,-113,128v-64,0,-109,-50,-109,-123v0,-77,48,-128,113,-128xm124,-221v-52,0,-78,48,-78,101v0,52,29,98,78,98v50,0,78,-45,78,-100v0,-49,-26,-99,-78,-99xm108,-278v0,10,-7,18,-18,18v-10,0,-17,-8,-17,-18v0,-10,8,-18,18,-18v10,0,17,8,17,18xm157,-260v-10,0,-17,-8,-17,-18v0,-10,7,-18,18,-18v10,0,17,8,17,18v0,10,-7,18,-18,18",w:248},"\u00d2":{d:"126,-247v66,0,109,51,109,123v0,84,-51,128,-113,128v-64,0,-109,-50,-109,-123v0,-77,48,-128,113,-128xm124,-221v-52,0,-78,48,-78,101v0,52,29,98,78,98v50,0,78,-45,78,-100v0,-49,-26,-99,-78,-99xm72,-299r38,0r33,42r-26,0",w:248},"\u00d5":{d:"126,-247v66,0,109,51,109,123v0,84,-51,128,-113,128v-64,0,-109,-50,-109,-123v0,-77,48,-128,113,-128xm124,-221v-52,0,-78,48,-78,101v0,52,29,98,78,98v50,0,78,-45,78,-100v0,-49,-26,-99,-78,-99xm168,-295v4,48,-40,34,-63,21v-5,0,-8,6,-9,16r-17,0v-1,-22,9,-37,25,-37v17,0,43,33,48,0r16,0",w:248},"\u00da":{d:"27,-243r32,0r0,144v0,54,24,77,56,77v36,0,59,-23,59,-77r0,-144r32,0r0,142v0,74,-39,105,-92,105v-50,0,-87,-28,-87,-104r0,-143xm132,-298r38,0r-45,42r-26,0",w:232},"\u00db":{d:"27,-243r32,0r0,144v0,54,24,77,56,77v36,0,59,-23,59,-77r0,-144r32,0r0,142v0,74,-39,105,-92,105v-50,0,-87,-28,-87,-104r0,-143xm107,-297r24,0r37,41r-26,0v-8,-8,-15,-17,-24,-24r-23,24r-26,0",w:232},"\u00dc":{d:"27,-243r32,0r0,144v0,54,24,77,56,77v36,0,59,-23,59,-77r0,-144r32,0r0,142v0,74,-39,105,-92,105v-50,0,-87,-28,-87,-104r0,-143xm84,-260v-11,0,-17,-8,-17,-18v0,-10,7,-18,17,-18v10,0,18,8,18,18v0,10,-7,18,-18,18xm168,-278v0,10,-6,18,-18,18v-10,0,-17,-8,-17,-18v0,-10,8,-18,18,-18v10,0,17,8,17,18",w:232},"\u00d9":{d:"27,-243r32,0r0,144v0,54,24,77,56,77v36,0,59,-23,59,-77r0,-144r32,0r0,142v0,74,-39,105,-92,105v-50,0,-87,-28,-87,-104r0,-143xm66,-298r38,0r34,42r-26,0",w:232},"\u00dd":{d:"113,0r-32,0r0,-103r-76,-140r35,0r59,117r60,-117r35,0r-81,140r0,103xm115,-296r38,0r-45,42r-26,0",w:194},"\u00e1":{d:"99,-249r35,0r-44,51r-23,0xm82,-178v97,3,56,97,70,178r-29,0v-2,-7,0,-17,-4,-22v-10,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-19,-3,-42,-39,-44v-16,0,-33,5,-46,13r-7,-21v15,-9,35,-15,57,-15xm44,-50v7,52,74,30,74,-9r0,-30v-34,-1,-74,5,-74,39",w:173},"\u00e2":{d:"74,-249r22,0r35,51r-25,0r-21,-34r-21,34r-24,0xm82,-178v97,3,56,97,70,178r-29,0v-2,-7,0,-17,-4,-22v-10,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-19,-3,-42,-39,-44v-16,0,-33,5,-46,13r-7,-21v15,-9,35,-15,57,-15xm44,-50v7,52,74,30,74,-9r0,-30v-34,-1,-74,5,-74,39",w:173},"\u00e4":{d:"71,-224v0,10,-7,19,-18,19v-10,0,-18,-9,-18,-19v0,-10,9,-18,19,-18v10,0,17,8,17,18xm120,-205v-11,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-7,19,-18,19xm82,-178v97,3,56,97,70,178r-29,0v-2,-7,0,-17,-4,-22v-10,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-19,-3,-42,-39,-44v-16,0,-33,5,-46,13r-7,-21v15,-9,35,-15,57,-15xm44,-50v7,52,74,30,74,-9r0,-30v-34,-1,-74,5,-74,39",w:173},"\u00e0":{d:"34,-249r35,0r31,51r-22,0xm82,-178v97,3,56,97,70,178r-29,0v-2,-7,0,-17,-4,-22v-10,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-19,-3,-42,-39,-44v-16,0,-33,5,-46,13r-7,-21v15,-9,35,-15,57,-15xm44,-50v7,52,74,30,74,-9r0,-30v-34,-1,-74,5,-74,39",w:173},"\u00e5":{d:"86,-193v-21,0,-36,-15,-36,-33v0,-19,14,-34,37,-34v21,0,35,14,35,34v0,19,-15,33,-36,33xm86,-207v12,0,19,-9,19,-20v0,-11,-7,-20,-19,-20v-25,0,-22,40,0,40xm82,-178v97,3,56,97,70,178r-29,0v-2,-7,0,-17,-4,-22v-10,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-19,-3,-42,-39,-44v-16,0,-33,5,-46,13r-7,-21v15,-9,35,-15,57,-15xm44,-50v7,52,74,30,74,-9r0,-30v-34,-1,-74,5,-74,39",w:173},"\u00e3":{d:"130,-243v4,49,-40,35,-62,23v-6,0,-9,6,-9,16r-18,0v-2,-50,38,-38,62,-24v6,0,10,-3,10,-15r17,0xm82,-178v97,3,56,97,70,178r-29,0v-2,-7,0,-17,-4,-22v-10,14,-28,26,-53,26v-35,0,-53,-25,-53,-50v0,-42,37,-65,104,-65v0,-19,-3,-42,-39,-44v-16,0,-33,5,-46,13r-7,-21v15,-9,35,-15,57,-15xm44,-50v7,52,74,30,74,-9r0,-30v-34,-1,-74,5,-74,39",w:173},"\u00e7":{d:"145,-30r6,24v-8,3,-24,9,-46,10r-9,14v13,3,25,12,25,26v0,32,-38,36,-62,24r5,-16v10,6,35,10,35,-7v0,-9,-11,-13,-28,-15r15,-27v-44,-6,-72,-40,-72,-88v-6,-70,72,-112,137,-84r-7,25v-41,-25,-106,6,-98,57v-3,58,55,78,99,57",w:160},"\u00e9":{d:"109,-249r35,0r-44,51r-22,0xm166,-81r-122,0v-2,63,65,69,108,51r5,23v-11,5,-30,11,-58,11v-53,0,-85,-36,-85,-88v0,-53,31,-94,81,-94v63,3,75,53,71,97xm44,-104r93,0v0,-20,-8,-52,-44,-52v-32,0,-46,30,-49,52",w:180},"\u00ea":{d:"84,-249r21,0r35,51r-24,0v-8,-11,-13,-24,-22,-34r-21,34r-23,0xm166,-81r-122,0v-2,63,65,69,108,51r5,23v-11,5,-30,11,-58,11v-53,0,-85,-36,-85,-88v0,-53,31,-94,81,-94v63,3,75,53,71,97xm44,-104r93,0v0,-20,-8,-52,-44,-52v-32,0,-46,30,-49,52",w:180},"\u00eb":{d:"63,-205v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-7,19,-18,19xm130,-205v-11,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,19,-18,19xm166,-81r-122,0v-2,63,65,69,108,51r5,23v-11,5,-30,11,-58,11v-53,0,-85,-36,-85,-88v0,-53,31,-94,81,-94v63,3,75,53,71,97xm44,-104r93,0v0,-20,-8,-52,-44,-52v-32,0,-46,30,-49,52",w:180},"\u00e8":{d:"49,-249r35,0r31,51r-22,0xm166,-81r-122,0v-2,63,65,69,108,51r5,23v-11,5,-30,11,-58,11v-53,0,-85,-36,-85,-88v0,-53,31,-94,81,-94v63,3,75,53,71,97xm44,-104r93,0v0,-20,-8,-52,-44,-52v-32,0,-46,30,-49,52",w:180},"\u00ed":{d:"56,-249r35,0r-44,51r-23,0xm58,0r-32,0r0,-174r32,0r0,174",w:84},"\u00ee":{d:"31,-249r22,0r34,51r-24,0v-8,-11,-13,-24,-22,-34r-20,34r-24,0xm58,0r-32,0r0,-174r32,0r0,174",w:84},"\u00ef":{d:"9,-205v-11,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,19,-18,19xm93,-224v0,10,-7,19,-18,19v-10,0,-17,-9,-17,-19v0,-10,8,-18,18,-18v10,0,17,8,17,18xm58,0r-32,0r0,-174r32,0r0,174",w:84},"\u00ec":{d:"-10,-249r35,0r32,51r-23,0xm58,0r-32,0r0,-174r32,0r0,174",w:84},"\u00f1":{d:"145,-243v3,50,-40,34,-63,23v-5,0,-8,6,-9,16r-17,0v-1,-24,9,-38,24,-38v17,0,44,34,48,-1r17,0xm103,-152v-63,1,-42,91,-45,152r-32,0r-1,-174r28,0r2,29v27,-46,119,-55,120,41r0,104r-32,0v-5,-58,21,-149,-40,-152",w:199},"\u00f3":{d:"111,-249r35,0r-44,51r-22,0xm100,-178v50,0,84,36,84,89v0,65,-45,93,-87,93v-47,0,-83,-35,-83,-90v0,-58,38,-92,86,-92xm99,-154v-37,0,-53,34,-53,67v0,38,22,67,53,67v30,0,53,-28,53,-67v0,-30,-15,-67,-53,-67",w:197},"\u00f4":{d:"87,-249r22,0r35,51r-24,0v-8,-11,-13,-24,-22,-34r-21,34r-23,0xm100,-178v50,0,84,36,84,89v0,65,-45,93,-87,93v-47,0,-83,-35,-83,-90v0,-58,38,-92,86,-92xm99,-154v-37,0,-53,34,-53,67v0,38,22,67,53,67v30,0,53,-28,53,-67v0,-30,-15,-67,-53,-67",w:197},"\u00f6":{d:"83,-224v0,10,-7,19,-18,19v-10,0,-18,-9,-18,-19v0,-10,8,-18,19,-18v10,0,17,8,17,18xm132,-205v-11,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-7,19,-18,19xm100,-178v50,0,84,36,84,89v0,65,-45,93,-87,93v-47,0,-83,-35,-83,-90v0,-58,38,-92,86,-92xm99,-154v-37,0,-53,34,-53,67v0,38,22,67,53,67v30,0,53,-28,53,-67v0,-30,-15,-67,-53,-67",w:197},"\u00f2":{d:"52,-249r35,0r31,51r-22,0xm100,-178v50,0,84,36,84,89v0,65,-45,93,-87,93v-47,0,-83,-35,-83,-90v0,-58,38,-92,86,-92xm99,-154v-37,0,-53,34,-53,67v0,38,22,67,53,67v30,0,53,-28,53,-67v0,-30,-15,-67,-53,-67",w:197},"\u00f5":{d:"143,-243v4,49,-39,35,-62,23v-6,0,-9,6,-9,16r-18,0v-2,-50,38,-38,62,-24v6,0,10,-3,10,-15r17,0xm100,-178v50,0,84,36,84,89v0,65,-45,93,-87,93v-47,0,-83,-35,-83,-90v0,-58,38,-92,86,-92xm99,-154v-37,0,-53,34,-53,67v0,38,22,67,53,67v30,0,53,-28,53,-67v0,-30,-15,-67,-53,-67",w:197},"\u00fa":{d:"116,-249r34,0r-43,51r-23,0xm96,-22v64,-1,39,-91,44,-152r32,0r2,174r-29,0v-1,-9,1,-21,-2,-28v-8,14,-27,32,-58,32v-27,0,-60,-15,-60,-76r0,-102r32,0v5,57,-20,150,39,152",w:198},"\u00fb":{d:"88,-249r22,0r34,51r-24,0v-8,-11,-13,-24,-22,-34r-21,34r-23,0xm96,-22v64,-1,39,-91,44,-152r32,0r2,174r-29,0v-1,-9,1,-21,-2,-28v-8,14,-27,32,-58,32v-27,0,-60,-15,-60,-76r0,-102r32,0v5,57,-20,150,39,152",w:198},"\u00fc":{d:"67,-205v-11,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,19,-18,19xm151,-224v0,10,-7,19,-18,19v-10,0,-17,-9,-17,-19v0,-10,7,-18,18,-18v10,0,17,8,17,18xm96,-22v64,-1,39,-91,44,-152r32,0r2,174r-29,0v-1,-9,1,-21,-2,-28v-8,14,-27,32,-58,32v-27,0,-60,-15,-60,-76r0,-102r32,0v5,57,-20,150,39,152",w:198},"\u00f9":{d:"50,-249r35,0r32,51r-23,0xm96,-22v64,-1,39,-91,44,-152r32,0r2,174r-29,0v-1,-9,1,-21,-2,-28v-8,14,-27,32,-58,32v-27,0,-60,-15,-60,-76r0,-102r32,0v5,57,-20,150,39,152",w:198},"\u00fd":{d:"103,-249r35,0r-44,51r-23,0xm13,53v24,-9,46,-28,57,-58v-19,-59,-46,-112,-67,-169r35,0r50,138r46,-138r33,0v-41,87,-61,232,-146,254",w:169},"\u00ff":{d:"73,-224v0,10,-7,19,-18,19v-10,0,-18,-9,-18,-19v0,-10,9,-18,19,-18v10,0,17,8,17,18xm122,-205v-10,0,-18,-9,-18,-19v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-7,19,-18,19xm13,53v24,-9,46,-28,57,-58v-19,-59,-46,-112,-67,-169r35,0r50,138r46,-138r33,0v-41,87,-61,232,-146,254",w:169},"\u00b9":{d:"64,-159r-25,0r-1,-119r-26,13r-4,-19v17,-7,29,-19,56,-16r0,141",w:87},"\u00b2":{d:"4,-159v-3,-22,13,-25,23,-35v29,-28,45,-44,45,-62v0,-30,-44,-31,-57,-14r-8,-17v10,-8,26,-15,44,-15v80,11,46,81,0,112v-3,4,-9,6,-11,11r62,0r0,20r-98,0",w:111},"\u00b3":{d:"16,-274r-6,-17v21,-19,93,-11,85,23v0,15,-10,27,-27,33v19,3,33,17,33,35v8,37,-69,54,-98,32r7,-18v13,15,69,12,65,-15v-3,-20,-25,-26,-48,-25r0,-16v20,1,40,-3,42,-23v4,-23,-43,-20,-53,-9",w:109},"\u00ad":{d:"11,-109r89,0r0,23r-89,0r0,-23",w:104},"\u00a0":{w:76}}});Cufon.registerFont({w:199,face:{"font-family":"Myriad Pro","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 3 3 4 3 2 2 4",ascent:"270",descent:"-90","x-height":"4",bbox:"-14 -323 349 90","underline-thickness":"18","underline-position":"-36",stemh:"40",stemv:"55","unicode-range":"U+0020-U+2122"},glyphs:{" ":{w:72},"!":{d:"69,-80r-41,0r-9,-163r58,0xm48,4v-19,0,-32,-14,-32,-33v0,-19,13,-33,32,-33v19,0,32,14,32,33v0,19,-12,33,-32,33",w:96},'"':{d:"13,-249r48,0r-8,97r-32,0xm82,-249r48,0r-8,97r-32,0",w:142},"#":{d:"80,-98r33,0r6,-40r-33,0xm66,0r-33,0r9,-64r-29,0r0,-34r35,0r6,-40r-31,0r0,-33r36,0r9,-63r32,0r-9,63r33,0r9,-63r32,0r-9,63r29,0r0,33r-34,0r-6,40r30,0r0,34r-35,0r-9,64r-33,0r9,-64r-32,0",w:198},"$":{d:"116,31r-35,0r0,-34v-24,-1,-48,-7,-61,-15r11,-42v20,14,90,28,94,-7v0,-14,-11,-25,-38,-31v-80,-17,-88,-116,-4,-130r0,-34r35,0r0,31v24,1,40,6,52,12r-10,41v-9,-10,-87,-22,-83,8v0,12,13,19,43,31v85,22,78,118,-4,134r0,36"},"%":{d:"10,-165v0,-41,25,-73,66,-73v40,0,62,30,62,70v0,48,-31,74,-65,74v-35,0,-63,-27,-63,-71xm74,-208v-16,0,-24,19,-24,42v0,25,9,43,25,43v15,0,23,-16,23,-43v0,-24,-7,-42,-24,-42xm105,4r-29,0r135,-242r29,0xm244,-141v40,0,63,30,63,70v0,49,-31,74,-65,74v-35,0,-63,-26,-64,-70v0,-42,26,-74,66,-74xm243,-111v-17,0,-24,19,-24,42v0,25,8,42,24,42v15,0,23,-15,23,-42v0,-24,-6,-42,-23,-42",w:316},"&":{d:"177,-190v1,26,-16,47,-48,64v14,15,29,33,41,45v10,-15,17,-37,20,-59r49,0v-6,37,-18,68,-40,92r43,48r-64,0v-5,-5,-10,-11,-16,-17v-15,12,-37,21,-66,21v-103,1,-106,-108,-39,-138v-33,-42,-20,-112,55,-113v37,0,65,22,65,57xm82,-107v-30,16,-23,75,22,71v14,0,26,-5,33,-12v-15,-15,-35,-37,-55,-59xm131,-188v0,-12,-7,-24,-22,-24v-30,5,-24,42,-5,59v18,-12,27,-21,27,-35",w:244},"\u2019":{d:"34,-246r52,-3v-11,35,-27,70,-44,97r-33,3v11,-31,21,-65,25,-97",w:93},"(":{d:"63,-249r38,0v-48,59,-47,232,0,291r-38,0v-20,-28,-41,-76,-41,-145v0,-70,21,-118,41,-146",w:113},")":{d:"51,42r-38,0v45,-59,47,-232,0,-291r38,0v19,28,41,75,41,145v-1,71,-22,118,-41,146",w:113},"*":{d:"102,-247r32,18r-39,47r58,-11r0,36v-19,-2,-41,-9,-58,-9r39,44r-32,19r-21,-55r-21,55r-31,-19r38,-45r-56,10r0,-36v18,2,40,10,56,10r-38,-45r32,-19v8,18,12,39,21,55",w:163},"+":{d:"90,-192r35,0r0,79r75,0r0,34r-75,0r0,79r-35,0r0,-79r-76,0r0,-34r76,0r0,-79",w:214},",":{d:"37,40r-36,3v11,-32,21,-70,26,-102r55,-4v-11,37,-28,75,-45,103",w:93},"-":{d:"11,-113r94,0r0,37r-94,0r0,-37",w:115},".":{d:"50,4v-19,0,-32,-14,-32,-33v0,-20,13,-34,32,-34v19,0,32,14,32,34v0,19,-13,33,-32,33",w:93},"/":{d:"42,14r-36,0r77,-261r36,0",w:119},"0":{d:"101,-238v62,0,87,56,87,120v0,72,-29,122,-89,122v-60,0,-87,-54,-87,-121v0,-67,28,-121,89,-121xm100,-197v-20,0,-34,26,-33,80v-1,54,12,80,33,80v22,0,33,-27,33,-80v0,-52,-11,-80,-33,-80"},"1":{d:"85,0r-1,-185r-44,21r-9,-41r62,-29r45,0r0,234r-53,0"},"2":{d:"181,0r-166,0r0,-33v38,-35,114,-98,107,-127v4,-44,-69,-38,-89,-15r-15,-39v18,-13,45,-24,77,-24v53,0,82,31,82,73v2,49,-50,88,-84,120r88,0r0,45"},"3":{d:"14,-13r11,-41v19,16,103,25,97,-17v-1,-30,-35,-35,-69,-33r0,-39v29,1,60,-1,63,-27v2,-34,-68,-25,-84,-11r-11,-39v14,-9,42,-18,72,-18v87,-4,105,89,35,113v28,5,51,27,51,57v0,42,-36,72,-96,72v-30,0,-56,-8,-69,-17"},"4":{d:"164,0r-52,0r0,-56r-104,0r0,-35r89,-143r67,0r0,137r28,0r0,41r-28,0r0,56xm59,-98v15,3,36,0,53,1v-1,-30,6,-69,0,-95v-14,35,-34,64,-53,94"},"5":{d:"76,-153v56,-6,106,20,105,75v0,43,-38,82,-101,82v-28,0,-52,-7,-65,-13r10,-41v26,14,100,21,100,-25v8,-33,-56,-44,-98,-36r15,-123r129,0r0,45r-90,0"},"6":{d:"165,-237r0,42v-53,-3,-98,25,-97,57v42,-40,126,-14,122,57v0,47,-36,85,-86,85v-112,5,-113,-155,-52,-206v28,-26,65,-37,113,-35xm100,-118v-19,1,-35,12,-35,34v1,25,13,48,38,48v19,0,32,-18,32,-42v0,-21,-12,-40,-35,-40"},"7":{d:"18,-234r165,0r0,35r-97,199r-58,0r97,-189r-107,0r0,-45"},"8":{d:"98,4v-99,1,-109,-95,-45,-125v-65,-33,-27,-123,49,-117v88,2,98,79,43,113v75,28,44,137,-47,129xm100,-34v20,0,32,-12,32,-29v0,-21,-15,-33,-36,-39v-39,8,-38,66,4,68xm99,-201v-43,5,-32,53,5,59v29,-6,36,-58,-5,-59"},"9":{d:"32,3r0,-43v50,6,95,-19,99,-58v-41,37,-125,10,-120,-56v0,-45,37,-84,88,-84v109,-5,107,161,48,208v-28,26,-66,36,-115,33xm99,-120v19,-2,33,-8,33,-29v0,-25,-10,-50,-35,-49v-18,0,-32,17,-31,41v0,20,10,37,33,37"},":":{d:"50,-112v-19,0,-32,-14,-32,-33v0,-20,13,-33,32,-33v19,0,32,13,32,33v0,19,-13,33,-32,33xm50,4v-19,0,-32,-14,-32,-33v0,-19,13,-33,32,-33v19,0,32,13,32,33v0,19,-13,33,-32,33",w:93},";":{d:"37,40r-36,3v11,-32,21,-70,26,-102r55,-4v-12,37,-28,75,-45,103xm52,-112v-19,0,-32,-14,-32,-33v0,-20,13,-33,32,-33v19,0,32,13,32,33v0,19,-12,33,-32,33",w:93},"<":{d:"21,-80r0,-31r173,-81r0,39r-131,58r131,57r0,38",w:214},"=":{d:"200,-117r-186,0r0,-33r186,0r0,33xm200,-42r-186,0r0,-34r186,0r0,34",w:214},">":{d:"194,-112r0,33r-173,79r0,-38r133,-58r-133,-57r0,-39",w:214},"?":{d:"147,-191v1,50,-55,61,-49,112r-48,0v-14,-39,37,-72,41,-103v2,-28,-45,-25,-61,-11r-13,-39v14,-8,35,-15,60,-15v48,0,70,26,70,56xm72,4v-19,0,-32,-14,-32,-33v0,-19,14,-33,32,-33v20,0,32,14,33,33v0,19,-13,33,-33,33",w:160},"@":{d:"129,-52v24,0,33,-44,36,-72v-30,-9,-54,18,-54,49v0,14,6,23,18,23xm190,4r7,20v-83,37,-179,-4,-179,-100v0,-73,54,-137,135,-137v63,0,109,43,109,104v0,52,-30,86,-69,86v-17,0,-29,-9,-31,-28v-22,40,-88,38,-87,-19v-6,-60,68,-104,127,-75r-11,67v-3,21,-1,30,9,31v16,0,35,-20,35,-61v0,-47,-30,-83,-86,-83v-55,0,-103,43,-103,112v-3,81,77,113,144,83",w:277},A:{d:"150,-62r-70,0r-17,62r-57,0r74,-243r72,0r76,243r-60,0xm88,-103r54,0r-28,-99",w:236},B:{d:"204,-71v-7,58,-45,73,-121,74v-27,0,-47,-2,-59,-4r0,-238v14,-3,43,-5,71,-5v59,-1,95,13,100,61v0,21,-12,42,-39,52v27,8,48,29,48,60xm78,-203r0,56v32,2,65,-5,62,-29v4,-27,-36,-31,-62,-27xm78,-107r0,68v32,4,69,-2,68,-34v0,-31,-33,-36,-68,-34",w:217},C:{d:"194,-50r8,43v-10,5,-33,11,-62,11v-84,0,-127,-53,-127,-122v-5,-106,104,-151,192,-118r-11,44v-55,-23,-128,-2,-124,71v-5,67,65,94,124,71",w:214},D:{d:"238,-127v4,116,-104,141,-214,126r0,-238v20,-4,46,-5,74,-5v91,0,136,34,140,117xm79,-200r0,159v61,7,101,-19,101,-84v2,-60,-44,-85,-101,-75",w:250},E:{d:"168,-147r0,44r-89,0r0,58r100,0r0,45r-155,0r0,-243r150,0r0,45r-95,0r0,51r89,0",w:192},F:{d:"24,0r0,-243r148,0r0,45r-93,0r0,56r87,0r0,44r-87,0r0,98r-55,0",w:189},G:{d:"145,3v-83,1,-132,-46,-132,-121v-8,-106,117,-150,206,-115r-12,44v-53,-24,-144,-9,-137,68v-1,60,47,89,104,76r0,-51r-38,0r0,-43r90,0r0,128v-16,6,-49,14,-81,14",w:245},H:{d:"24,-243r55,0r0,94r90,0r0,-94r55,0r0,243r-55,0r0,-102r-90,0r0,102r-55,0r0,-243",w:248},I:{d:"24,-243r55,0r0,243r-55,0r0,-243",w:102},J:{d:"71,-90r0,-153r55,0r0,154v3,86,-58,104,-126,87r6,-44v34,8,68,8,65,-44",w:147},K:{d:"24,0r0,-243r54,0r1,108r72,-108r67,0r-80,104r84,139r-64,0r-59,-105r-21,26r0,79r-54,0",w:221},L:{d:"24,0r0,-243r55,0r0,197r96,0r0,46r-151,0",w:183},M:{d:"233,0r-7,-193r-57,189r-43,0r-26,-94v-7,-28,-16,-63,-22,-95r-9,193r-51,0r16,-243r73,0r24,81r21,87v14,-58,31,-114,49,-168r72,0r13,243r-53,0",w:304},N:{d:"74,0r-50,0r0,-243r64,0v30,56,66,111,90,172r-4,-172r51,0r0,243r-58,0r-52,-94v-15,-25,-29,-59,-43,-85",w:248},O:{d:"131,-247v74,0,115,56,115,123v0,80,-48,128,-119,128v-72,0,-114,-54,-114,-124v0,-72,46,-127,118,-127xm129,-203v-37,0,-58,35,-58,82v0,48,22,81,59,81v37,0,58,-35,58,-82v0,-44,-21,-81,-59,-81",w:258},P:{d:"198,-169v1,63,-54,89,-120,82r0,87r-54,0r0,-239v17,-3,40,-5,74,-5v62,-1,97,21,100,75xm78,-201r0,72v34,6,68,-8,66,-38v4,-31,-37,-41,-66,-34",w:209},Q:{d:"231,42v-40,-10,-71,-32,-113,-38v-53,-8,-105,-44,-105,-123v0,-73,46,-128,118,-128v74,0,115,57,115,123v1,57,-29,92,-58,110v19,5,40,9,59,13xm71,-121v-1,46,22,81,59,81v36,0,58,-35,58,-82v0,-44,-21,-81,-58,-81v-38,0,-59,37,-59,82",w:258},R:{d:"97,-244v61,-1,98,16,101,69v1,32,-24,52,-43,61v34,8,40,93,52,114r-56,0v-4,-7,-10,-27,-17,-57v-9,-37,-21,-39,-56,-38r0,95r-54,0r0,-239v17,-3,44,-5,73,-5xm78,-202r0,67v35,3,65,-6,65,-35v0,-31,-38,-38,-65,-32",w:213},S:{d:"14,-11r12,-46v21,16,100,29,99,-11v0,-15,-12,-23,-41,-34v-40,-14,-66,-36,-66,-72v0,-41,34,-73,91,-73v28,0,48,6,62,13r-12,44v-14,-12,-90,-21,-86,12v0,15,14,22,45,34v97,28,81,150,-35,148v-28,0,-55,-8,-69,-15",w:194},T:{d:"71,0r0,-197r-66,0r0,-46r187,0r0,46r-66,0r0,197r-55,0",w:197},U:{d:"23,-243r55,0v6,70,-25,201,44,203v70,0,38,-133,45,-203r55,0r0,136v0,75,-38,111,-101,111v-62,0,-98,-34,-98,-111r0,-136",w:245},V:{d:"145,0r-64,0r-78,-243r60,0r30,103v10,28,13,61,23,87v13,-66,35,-127,52,-190r59,0",w:228},W:{d:"123,0r-60,0r-58,-243r59,0r34,185r36,-185r58,0r33,184r34,-184r56,0r-63,243r-59,0r-21,-104r-12,-75v-9,63,-25,119,-37,179",w:319},X:{d:"215,0r-63,0r-45,-87v-10,28,-26,60,-39,87r-62,0r70,-123r-68,-120r63,0r41,85v10,-32,24,-56,37,-85r62,0r-68,119",w:220},Y:{d:"135,0r-55,0r0,-99r-77,-144r63,0r44,105r43,-105r62,0r-80,142r0,101",w:217},Z:{d:"8,0r0,-30r116,-167r-105,0r0,-46r176,0r0,32r-113,166r115,0r0,45r-189,0",w:207},"[":{d:"98,40r-74,0r0,-287r74,0r0,30r-34,0r0,227r34,0r0,30",w:113},"\\":{d:"113,14r-36,0r-73,-261r37,0",w:118},"]":{d:"15,-247r74,0r0,287r-74,0r0,-30r34,0r0,-227r-34,0r0,-30",w:113},"^":{d:"199,-64r-39,0r-53,-128r-53,128r-39,0r76,-170r33,0",w:214},_:{d:"0,27r180,0r0,18r-180,0r0,-18",w:180},"\u2018":{d:"61,-152r-51,3v11,-35,26,-70,43,-97r33,-3v-11,30,-20,65,-25,97",w:93},a:{d:"91,-180v103,-1,72,94,80,180r-49,0v-2,-6,-1,-14,-4,-18v-29,40,-113,20,-108,-32v0,-46,41,-68,104,-67v4,-37,-62,-26,-81,-12r-10,-36v12,-6,36,-15,68,-15xm64,-55v0,35,53,19,52,-9r0,-19v-29,-1,-52,6,-52,28",w:190},b:{d:"21,0r1,-256r55,0r0,101v41,-51,135,-18,126,64v1,91,-87,124,-134,67r-2,24r-46,0xm148,-89v7,-54,-71,-68,-71,-12v-3,34,4,62,33,62v23,0,38,-18,38,-50",w:215},c:{d:"148,-45r6,41v-64,24,-150,-8,-142,-82v-6,-65,69,-113,142,-87r-8,41v-32,-16,-78,2,-78,43v0,46,44,59,80,44",w:162},d:{d:"138,-256r55,0r1,256r-49,0v-2,-8,0,-20,-3,-26v-39,61,-136,23,-130,-60v-4,-83,79,-119,126,-74r0,-96xm67,-88v-6,57,72,64,71,10v3,-32,-4,-60,-33,-60v-25,0,-38,22,-38,50",w:214},e:{d:"177,-71r-113,0v2,40,64,38,98,27r8,37v-69,28,-167,2,-158,-79v0,-45,28,-94,89,-94v64,1,84,54,76,109xm64,-108r65,0v0,-13,-6,-36,-31,-36v-23,0,-33,21,-34,36",w:190},f:{d:"28,-176v-6,-57,43,-98,100,-80r-2,42v-26,-8,-49,6,-43,38r35,0r0,40r-35,0r0,136r-55,0r0,-136r-23,0r0,-40r23,0",w:122},g:{d:"189,-26v11,91,-87,123,-162,88r11,-42v32,23,111,18,96,-44v-41,51,-122,10,-122,-63v0,-81,87,-122,129,-68r2,-21r47,0xm67,-89v-7,53,68,64,67,11v3,-32,-3,-62,-31,-61v-19,0,-36,18,-36,50",w:210},h:{d:"106,-136v-51,4,-22,87,-29,136r-55,0r0,-256r55,0r0,101v34,-44,118,-30,112,52r0,103r-55,0v-6,-48,19,-131,-28,-136",w:210},i:{d:"77,0r-55,0r0,-176r55,0r0,176xm49,-253v18,0,29,12,29,28v0,15,-11,27,-29,27v-17,0,-29,-12,-28,-27v-1,-16,11,-28,28,-28",w:98},j:{d:"-14,35v38,-7,43,-13,43,-69r0,-142r55,0v-6,107,35,260,-93,253xm57,-253v17,0,28,12,28,28v0,15,-11,27,-29,27v-17,0,-29,-12,-29,-27v0,-16,12,-28,30,-28",w:104},k:{d:"77,-256r0,154r49,-74r66,0r-63,71r72,105r-68,0r-42,-72r-14,17r0,55r-55,0r0,-256r55,0",w:195},l:{d:"22,0r0,-256r55,0r0,256r-55,0",w:99},m:{d:"103,-136v-49,0,-21,88,-28,136r-53,0r-1,-176r46,0v2,7,0,18,3,24v8,-11,23,-28,53,-28v23,0,41,12,49,30v33,-47,121,-41,116,46r0,104r-53,0v-5,-46,17,-131,-26,-136v-48,7,-21,88,-28,136r-53,0r0,-99v0,-22,-8,-37,-25,-37",w:309},n:{d:"107,-136v-52,5,-23,87,-30,136r-55,0r-1,-176r47,0v2,7,0,18,4,24v7,-11,25,-28,54,-28v36,0,63,24,63,76r0,104r-55,0r0,-98v0,-22,-8,-38,-27,-38",w:210},o:{d:"106,-180v54,0,90,37,90,90v0,64,-46,94,-93,94v-52,0,-91,-34,-91,-91v0,-57,37,-93,94,-93xm104,-141v-26,0,-36,27,-36,53v0,30,13,53,36,53v22,0,35,-22,35,-53v0,-26,-10,-53,-35,-53",w:207},p:{d:"22,71r-1,-247r47,0r3,24v42,-54,136,-26,132,62v2,86,-81,118,-126,74r0,87r-55,0xm148,-88v7,-55,-70,-67,-71,-12v-3,34,4,62,33,62v24,0,38,-20,38,-50",w:215},q:{d:"138,71r-1,-93v-41,54,-129,19,-125,-64v-2,-87,83,-121,127,-70r2,-20r53,0r-1,247r-55,0xm68,-88v-7,58,69,65,70,12v3,-33,-3,-61,-33,-62v-25,0,-37,22,-37,50",w:214},r:{d:"130,-127v-29,-8,-56,7,-53,38r0,89r-55,0r-1,-176r47,0v2,10,-3,26,3,32v13,-29,32,-39,59,-35r0,52",w:136},s:{d:"12,-9r10,-39v13,9,67,24,70,-1v0,-9,-5,-14,-26,-20v-80,-24,-58,-111,22,-111v20,0,39,5,50,10r-10,38v-10,-7,-58,-20,-59,4v0,8,7,13,28,20v76,21,60,115,-28,112v-23,0,-44,-5,-57,-13",w:156},t:{d:"121,-1v-47,14,-99,-3,-91,-63r0,-72r-24,0r0,-40r24,0r0,-33r53,-15r0,48r39,0r0,40r-39,0v4,39,-18,108,38,94r0,41",w:132},u:{d:"76,-81v-7,51,57,52,57,10r0,-105r55,0r1,176r-47,0v-2,-8,0,-19,-4,-25v-7,11,-23,29,-55,29v-35,0,-62,-22,-62,-77r0,-103r55,0r0,95",w:209},v:{d:"3,-176r60,0v13,40,19,88,35,125v7,-44,21,-84,32,-125r58,0r-66,176r-55,0",w:190},w:{d:"4,-176r56,0r25,130v8,-46,21,-86,31,-130r43,0r32,130v5,-45,16,-88,25,-130r54,0r-54,176r-52,0r-28,-117v-7,46,-18,77,-29,117r-52,0",w:273},x:{d:"3,-176r61,0v11,18,20,38,32,55r29,-55r60,0r-58,84r58,92r-62,0v-11,-19,-19,-41,-32,-58r-30,58r-60,0r60,-90",w:186},y:{d:"20,33v21,-5,58,-22,47,-48r-65,-161r61,0r36,119r30,-119r58,0v-40,94,-59,247,-156,256",w:188},z:{d:"8,0r0,-31r55,-70v10,-13,19,-19,28,-32r-77,0r0,-43r144,0r0,33r-82,99r85,0r0,44r-153,0",w:168},"{":{d:"34,-9v-3,-34,25,-76,-23,-81r0,-27v48,-4,19,-47,23,-81v0,-39,27,-52,68,-49r0,31v-63,-6,7,108,-56,113v37,1,32,51,27,87v-1,19,8,28,29,26r0,30v-40,2,-68,-8,-68,-49",w:113},"|":{d:"32,-270r38,0r0,360r-38,0r0,-360",w:101},"}":{d:"79,-198v3,34,-24,77,23,81r0,27v-47,5,-19,47,-23,81v0,40,-27,51,-67,49r0,-30v62,5,-8,-109,55,-114v-37,-2,-32,-51,-27,-87v0,-18,-8,-27,-28,-25r0,-31v40,-2,67,11,67,49",w:113},"~":{d:"151,-66v-25,3,-64,-31,-84,-33v-9,0,-16,6,-17,30r-35,0v0,-48,21,-67,51,-67v24,0,63,29,84,31v9,0,14,-8,15,-29r34,0v2,51,-20,68,-48,68",w:214},"\u00a1":{d:"77,69r-57,0r8,-163r41,0xm16,-145v0,-19,14,-33,33,-33v18,0,31,14,31,33v0,19,-12,33,-32,33v-19,0,-32,-14,-32,-33",w:96},"\u00a2":{d:"100,-31v-43,-7,-73,-37,-73,-87v0,-43,26,-80,73,-90r0,-34r36,0r0,32v11,1,24,4,34,8r-8,40v-33,-16,-79,0,-79,42v0,48,47,55,83,42r6,39v-9,5,-22,8,-36,9r0,34r-36,0r0,-35"},"\u00a3":{d:"107,-96v2,24,-7,38,-21,51r97,0r0,45r-165,0r0,-29v23,-10,47,-33,40,-67r-36,0r0,-38r29,0v-24,-75,53,-125,121,-95r-9,41v-22,-14,-72,-2,-64,27v0,10,1,18,4,27r49,0r0,38r-45,0"},"\u00a5":{d:"124,0r-52,0r0,-58r-55,0r0,-25r55,0r0,-23r-55,0r0,-26r42,0r-58,-102r58,0r41,97r41,-97r58,0r-61,102r42,0r0,26r-56,0r0,23r56,0r0,25r-56,0r0,58"},"\u00a7":{d:"72,-142v-23,15,-15,37,18,47v17,6,34,11,42,15v19,-14,13,-36,-14,-45v-15,-5,-36,-12,-46,-17xm167,-235r-9,33v-12,-10,-80,-19,-79,7v0,11,11,20,38,25v61,11,95,72,42,107v7,5,16,17,16,33v-7,69,-96,69,-147,42r11,-33v14,12,84,27,87,-4v0,-12,-10,-21,-38,-27v-60,-12,-102,-70,-42,-106v-36,-38,4,-95,64,-88v21,0,40,3,57,11",w:201},"\u00a4":{d:"58,-185v21,-17,63,-17,84,0r28,-30r23,24r-31,28v14,17,16,71,-1,86r31,29r-24,24r-27,-32v-22,19,-61,19,-83,1r-26,31r-24,-24r30,-29v-16,-15,-16,-70,0,-86r-32,-27r25,-26xm99,-161v-18,0,-33,16,-33,41v1,56,67,57,67,-1v0,-23,-14,-40,-34,-40"},"'":{d:"13,-249r48,0r-8,97r-32,0",w:73},"\u201c":{d:"60,-152r-51,3v12,-35,27,-70,44,-97r33,-3v-11,30,-20,65,-26,97xm131,-152r-51,3v11,-35,26,-70,43,-97r33,-3v-11,30,-20,65,-25,97",w:163},"\u00ab":{d:"89,-159r-43,68r43,69r-38,0r-42,-69r42,-68r38,0xm159,-159r-43,68r43,69r-38,0r-42,-69r42,-68r38,0",w:167},"\u2013":{d:"11,-108r158,0r0,33r-158,0r0,-33",w:180},"\u00b7":{d:"79,-93v0,19,-13,33,-33,33v-18,0,-32,-14,-32,-33v0,-20,14,-34,33,-34v19,0,32,14,32,34",w:93},"\u00b6":{d:"109,17r-35,0v-2,-36,4,-80,-2,-112v-21,0,-60,-21,-61,-67v0,-39,20,-82,107,-82v21,0,40,1,51,4r0,257r-35,0r0,-227r-25,0r0,227",w:195},"\u201d":{d:"34,-246r51,-3v-11,35,-27,70,-43,97r-33,3v11,-31,20,-65,25,-97xm104,-246r52,-3v-12,35,-27,70,-44,97r-33,3v11,-31,20,-65,25,-97",w:163},"\u00bb":{d:"51,-91r-43,-68r38,0r42,68r-42,69r-38,0xm120,-91r-43,-68r38,0r42,68r-42,69r-38,0",w:167},"\u2026":{d:"92,-29v0,19,-13,33,-33,33v-18,0,-31,-14,-31,-33v0,-20,13,-34,32,-34v19,0,32,14,32,34xm180,4v-19,0,-32,-14,-32,-33v0,-20,13,-34,32,-34v19,0,32,14,32,34v0,19,-13,33,-32,33xm300,4v-19,0,-32,-14,-32,-33v0,-20,14,-34,32,-34v19,0,32,14,33,34v0,19,-13,33,-33,33",w:360},"\u00bf":{d:"57,-145v0,-19,13,-33,33,-33v18,0,31,14,31,33v0,19,-12,33,-32,33v-19,0,-32,-14,-32,-33xm15,17v-1,-49,54,-62,49,-112r48,0v10,42,-37,72,-42,103v-2,28,46,26,62,11r12,39v-13,8,-34,15,-60,15v-47,0,-69,-26,-69,-56",w:160},"`":{d:"1,-253r51,0r31,55r-38,0",w:108},"\u00b4":{d:"58,-253r51,0r-44,55r-38,0",w:108},"\u00af":{d:"9,-239r90,0r0,29r-90,0r0,-29",w:108},"\u00a8":{d:"41,-226v0,14,-10,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,26,-25v13,0,24,11,24,25xm117,-226v0,14,-10,25,-26,25v-14,0,-24,-11,-24,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25",w:108},"\u00b8":{d:"44,-1r29,0r-10,17v14,1,26,11,26,26v2,33,-49,37,-72,24r7,-20v10,6,31,11,32,-4v0,-6,-8,-11,-28,-12",w:108},"\u2014":{d:"11,-108r338,0r0,33r-338,0r0,-33",w:360},"\u00c6":{d:"57,0r-56,0r103,-243r185,0r0,45r-100,0r7,52r92,0r0,44r-85,0r7,57r92,0r0,45r-139,0r-9,-66r-70,0xm100,-110r48,0r-12,-94",w:312},"\u00aa":{d:"123,-96r-34,0r-3,-12v-19,24,-78,16,-74,-21v0,-28,28,-42,71,-42v3,-22,-43,-17,-55,-7r-7,-23v9,-6,25,-12,47,-12v68,0,49,62,55,117xm64,-118v16,0,22,-14,20,-32v-19,0,-35,5,-35,18v0,8,6,14,15,14",w:136},"\u00d8":{d:"55,24r-29,-23r20,-31v-68,-71,-25,-225,84,-217v19,0,38,5,53,13r20,-29r31,21r-20,30v21,23,32,55,32,89v3,99,-84,152,-169,115xm158,-195v-62,-39,-112,51,-81,118xm183,-163v-29,37,-53,78,-80,116v59,35,109,-48,80,-116",w:258},"\u00ba":{d:"70,-213v37,0,60,25,60,59v0,40,-30,60,-61,60v-34,0,-61,-23,-61,-58v0,-36,26,-61,62,-61xm69,-186v-31,1,-28,66,0,65v15,0,22,-13,22,-33v0,-15,-7,-32,-22,-32",w:138},"\u00e6":{d:"277,-73r-111,0v-3,40,68,43,96,27r8,37v-44,22,-110,17,-133,-18v-24,45,-133,39,-127,-24v0,-43,42,-65,104,-65v1,-13,-2,-23,-33,-26v-18,0,-36,7,-47,13r-11,-34v27,-21,106,-25,121,11v14,-18,35,-28,60,-28v60,2,79,53,73,107xm87,-35v23,-1,32,-20,29,-47v-29,-1,-52,7,-52,27v0,14,11,20,23,20xm165,-110r63,0v0,-11,-5,-34,-30,-34v-23,0,-32,21,-33,34",w:289},"\u00f8":{d:"12,-88v-3,-71,69,-111,135,-83r16,-24r20,13r-17,24v19,16,30,40,30,69v-1,79,-71,110,-134,84r-17,25r-18,-14r15,-24v-19,-15,-30,-39,-30,-70xm71,-60v19,-23,34,-51,52,-75v-41,-25,-76,34,-52,75xm136,-115r-51,73v37,27,72,-28,53,-72",w:207},"\u00df":{d:"148,-56v-3,-27,-42,-41,-40,-75v0,-18,10,-35,29,-45v6,-21,-3,-42,-26,-42v-20,0,-34,15,-34,58r0,160r-55,0r0,-155v0,-71,30,-101,92,-105v55,-3,97,49,69,97v-55,33,25,57,20,105v5,50,-60,74,-110,56r6,-40v15,8,52,7,49,-14",w:216},"\u00ac":{d:"14,-152r186,0r0,114r-35,0r0,-80r-151,0r0,-34",w:214},"\u00b5":{d:"77,-78v-6,50,57,46,57,7r0,-105r54,0r0,119v0,15,5,20,15,20r-3,38v-25,9,-54,-3,-60,-25v-6,19,-49,40,-69,16v0,25,0,61,4,79r-48,0v-11,-65,-3,-170,-5,-247r55,0r0,98",w:210},"\u2122":{d:"10,-243r85,0r0,24r-28,0r0,75r-30,0r0,-75r-27,0r0,-24xm230,-144r-29,0v-3,-26,3,-60,-4,-82r-18,80r-29,0v-8,-26,-8,-52,-16,-80r-3,82r-28,0r6,-99r46,0v5,21,9,29,12,56r15,-56r43,0",w:234},"\u00d0":{d:"241,-127v5,117,-104,142,-214,127r0,-102r-26,0r0,-43r26,0r0,-95v20,-3,46,-6,74,-6v91,0,136,35,140,119xm130,-145r0,43r-49,0r0,62v64,4,101,-18,102,-86v2,-61,-44,-85,-102,-75r0,56r49,0",w:253},"\u00bd":{d:"85,-96r-42,0r-1,-106r-28,13r-6,-30v22,-10,42,-21,77,-17r0,140xm84,4r-30,0r132,-242r30,0xm175,0r0,-20v19,-19,68,-54,64,-72v0,-23,-40,-19,-53,-7r-11,-28v28,-25,108,-18,108,28v0,30,-30,48,-50,68r52,0r0,31r-110,0",w:299},"\u00b1":{d:"90,-208r35,0r0,62r75,0r0,33r-75,0r0,64r-35,0r0,-64r-76,0r0,-33r76,0r0,-62xm14,-33r186,0r0,33r-186,0r0,-33",w:214},"\u00de":{d:"78,-199v62,-8,121,13,120,70v0,69,-58,90,-120,81r0,48r-54,0r0,-243r54,0r0,44xm78,-157r0,67v32,5,71,-6,66,-34v4,-32,-37,-39,-66,-33",w:208},"\u00bc":{d:"90,-96r-42,0r-1,-106r-29,13r-5,-30v22,-10,42,-21,77,-17r0,140xm92,4r-30,0r133,-242r30,0xm267,0r-38,0r0,-32r-71,0r0,-23r61,-87r48,0r0,83r20,0r0,27r-20,0r0,32xm229,-59v-1,-17,3,-38,0,-53v-7,20,-26,36,-32,53r32,0",w:299},"\u00f7":{d:"107,-133v-16,0,-26,-11,-26,-26v0,-17,11,-27,26,-27v16,0,26,10,27,27v0,15,-11,26,-27,26xm200,-79r-186,0r0,-34r186,0r0,34xm107,-6v-16,0,-26,-11,-26,-27v0,-16,11,-26,26,-26v16,0,26,10,27,26v0,16,-11,27,-27,27",w:214},"\u00a6":{d:"32,-63r38,0r0,126r-38,0r0,-126xm32,-243r38,0r0,126r-38,0r0,-126",w:101},"\u00b0":{d:"10,-193v-1,-30,24,-54,55,-54v32,0,54,25,54,53v0,31,-25,53,-55,53v-32,0,-54,-24,-54,-52xm64,-222v-15,0,-25,14,-25,29v0,15,11,27,25,27v15,0,26,-12,26,-28v0,-14,-9,-28,-26,-28",w:128},"\u00fe":{d:"22,-244r55,0r0,90v40,-52,131,-22,126,64v1,89,-82,118,-126,73r0,88r-55,0r0,-315xm148,-89v6,-54,-68,-66,-71,-13v-3,34,4,64,33,64v23,0,38,-20,38,-51",w:215},"\u00be":{d:"23,-201r-8,-25v25,-20,110,-15,103,24v1,16,-15,25,-30,32v20,2,35,15,35,33v0,41,-80,54,-113,33r8,-28v12,10,61,15,61,-7v0,-15,-22,-19,-42,-18r0,-24v17,1,37,-1,38,-16v0,-19,-43,-10,-52,-4xm104,4r-30,0r132,-242r30,0xm271,0r-39,0r0,-32r-70,0r0,-23r61,-87r48,0r0,83r19,0r0,27r-19,0r0,32xm232,-59r1,-53v-9,20,-26,36,-33,53r32,0",w:299},"\u00ae":{d:"94,-155v-4,-7,-3,-26,-19,-21r0,21r-18,0r0,-57v16,-4,58,-8,55,15v0,5,-6,11,-14,13v11,0,13,23,16,29r-20,0xm81,-202v-8,-2,-4,9,-5,14v15,3,21,-13,5,-14xm83,-247v35,0,64,28,64,62v0,35,-29,63,-64,63v-36,0,-64,-28,-64,-63v0,-34,28,-62,64,-62xm82,-231v-25,0,-44,20,-44,47v0,25,19,46,45,46v26,0,45,-21,45,-47v0,-26,-19,-46,-46,-46",w:165},"\u00f0":{d:"138,-87v0,-34,-7,-47,-34,-50v-52,2,-45,104,0,102v22,0,34,-22,34,-52xm12,-85v-1,-63,59,-98,110,-79v-9,-12,-19,-22,-32,-30r-51,22r-10,-22r38,-17v-11,-6,-22,-12,-34,-17r24,-30v19,6,38,16,56,28r50,-21r11,21r-38,16v32,26,59,65,59,121v4,131,-186,125,-183,8",w:206},"\u00d7":{d:"14,-165r24,-24r69,71r70,-71r23,24r-69,70r69,71r-24,24r-69,-71r-69,71r-24,-24r70,-71",w:214},"\u00a9":{d:"12,-122v0,-62,48,-111,111,-111v61,0,109,49,109,111v0,62,-48,111,-110,111v-62,0,-110,-49,-110,-111xm122,-213v-48,0,-87,41,-87,91v0,50,39,91,87,91v48,0,87,-41,87,-91v0,-50,-39,-91,-87,-91xm171,-177r-6,19v-26,-16,-86,-6,-79,37v-4,42,51,56,81,36r5,18v-45,30,-111,1,-111,-53v0,-58,67,-82,110,-57",w:243},"\u00c1":{d:"150,-62r-70,0r-17,62r-57,0r74,-243r72,0r76,243r-60,0xm88,-103r54,0r-28,-99xm121,-300r58,0r-44,44r-44,0",w:236},"\u00c2":{d:"150,-62r-70,0r-17,62r-57,0r74,-243r72,0r76,243r-60,0xm88,-103r54,0r-28,-99xm98,-300r41,0r36,44r-39,0r-18,-22r-18,22r-38,0",w:236},"\u00c4":{d:"150,-62r-70,0r-17,62r-57,0r74,-243r72,0r76,243r-60,0xm88,-103r54,0r-28,-99xm82,-256v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,24,11,24,25v0,14,-10,25,-24,25xm157,-256v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,24,11,24,25v0,14,-10,25,-24,25",w:236},"\u00c0":{d:"150,-62r-70,0r-17,62r-57,0r74,-243r72,0r76,243r-60,0xm88,-103r54,0r-28,-99xm55,-300r57,0r31,44r-44,0",w:236},"\u00c5":{d:"150,-62r-70,0r-17,62r-57,0r74,-243r72,0r76,243r-60,0xm88,-103r54,0r-28,-99xm117,-323v27,0,41,16,41,35v0,20,-15,35,-41,35v-26,0,-41,-15,-41,-34v0,-20,14,-36,41,-36xm132,-288v0,-9,-5,-17,-16,-17v-20,1,-20,34,1,34v10,0,15,-7,15,-17",w:236},"\u00c3":{d:"150,-62r-70,0r-17,62r-57,0r74,-243r72,0r76,243r-60,0xm88,-103r54,0r-28,-99xm170,-305v5,58,-41,47,-67,32v-5,0,-8,6,-9,16r-25,0v-5,-58,40,-49,66,-32v6,0,9,-4,10,-16r25,0",w:236},"\u00c7":{d:"194,-50r8,43v-9,5,-30,10,-57,11r-7,12v14,3,26,12,26,29v-1,37,-46,38,-74,27r8,-23v8,6,32,10,33,-4v0,-7,-9,-11,-29,-13r14,-30v-68,-9,-103,-57,-103,-120v-5,-106,104,-151,192,-118r-11,44v-55,-23,-128,-2,-124,71v-5,67,65,94,124,71",w:214},"\u00c9":{d:"168,-147r0,44r-89,0r0,58r100,0r0,45r-155,0r0,-243r150,0r0,45r-95,0r0,51r89,0xm104,-300r58,0r-44,44r-44,0",w:192},"\u00ca":{d:"168,-147r0,44r-89,0r0,58r100,0r0,45r-155,0r0,-243r150,0r0,45r-95,0r0,51r89,0xm80,-300r41,0r36,44r-38,0v-7,-7,-11,-16,-19,-22r-18,22r-38,0",w:192},"\u00cb":{d:"168,-147r0,44r-89,0r0,58r100,0r0,45r-155,0r0,-243r150,0r0,45r-95,0r0,51r89,0xm60,-257v-14,0,-24,-11,-24,-24v0,-14,11,-25,25,-25v13,0,23,11,23,25v0,13,-10,24,-24,24xm135,-257v-14,0,-24,-11,-24,-24v0,-14,10,-25,24,-25v14,0,24,11,24,25v0,13,-10,24,-24,24",w:192},"\u00c8":{d:"168,-147r0,44r-89,0r0,58r100,0r0,45r-155,0r0,-243r150,0r0,45r-95,0r0,51r89,0xm40,-300r57,0r31,44r-44,0",w:192},"\u00cd":{d:"24,-243r55,0r0,243r-55,0r0,-243xm55,-300r57,0r-44,44r-44,0",w:102},"\u00ce":{d:"24,-243r55,0r0,243r-55,0r0,-243xm31,-300r41,0r36,44r-39,0r-18,-22r-18,22r-38,0",w:102},"\u00cf":{d:"24,-243r55,0r0,243r-55,0r0,-243xm14,-257v-14,0,-25,-11,-25,-24v0,-14,11,-25,25,-25v14,0,24,11,24,25v0,13,-10,24,-24,24xm89,-257v-14,0,-25,-11,-25,-24v0,-14,11,-25,25,-25v14,0,24,11,24,25v0,13,-10,24,-24,24",w:102},"\u00cc":{d:"24,-243r55,0r0,243r-55,0r0,-243xm-10,-300r58,0r30,44r-44,0",w:102},"\u00d1":{d:"74,0r-50,0r0,-243r64,0v30,56,66,111,90,172r-4,-172r51,0r0,243r-58,0r-52,-94v-15,-25,-29,-59,-43,-85xm176,-305v4,59,-42,46,-68,32v-4,0,-8,6,-8,16r-25,0v-5,-58,40,-48,66,-32v6,0,9,-4,10,-16r25,0",w:248},"\u00d3":{d:"131,-247v74,0,115,56,115,123v0,80,-48,128,-119,128v-72,0,-114,-54,-114,-124v0,-72,46,-127,118,-127xm129,-203v-37,0,-58,35,-58,82v0,48,22,81,59,81v37,0,58,-35,58,-82v0,-44,-21,-81,-59,-81xm134,-300r58,0r-44,44r-44,0",w:258},"\u00d4":{d:"131,-247v74,0,115,56,115,123v0,80,-48,128,-119,128v-72,0,-114,-54,-114,-124v0,-72,46,-127,118,-127xm129,-203v-37,0,-58,35,-58,82v0,48,22,81,59,81v37,0,58,-35,58,-82v0,-44,-21,-81,-59,-81xm109,-300r41,0r36,44r-38,0v-7,-7,-11,-16,-19,-22r-18,22r-38,0",w:258},"\u00d6":{d:"131,-247v74,0,115,56,115,123v0,80,-48,128,-119,128v-72,0,-114,-54,-114,-124v0,-72,46,-127,118,-127xm129,-203v-37,0,-58,35,-58,82v0,48,22,81,59,81v37,0,58,-35,58,-82v0,-44,-21,-81,-59,-81xm92,-257v-14,0,-25,-11,-25,-24v0,-14,11,-25,26,-25v13,0,23,11,23,25v0,13,-10,24,-24,24xm167,-257v-14,0,-25,-11,-25,-24v0,-14,11,-25,25,-25v14,0,24,11,24,25v0,13,-10,24,-24,24",w:258},"\u00d2":{d:"131,-247v74,0,115,56,115,123v0,80,-48,128,-119,128v-72,0,-114,-54,-114,-124v0,-72,46,-127,118,-127xm129,-203v-37,0,-58,35,-58,82v0,48,22,81,59,81v37,0,58,-35,58,-82v0,-44,-21,-81,-59,-81xm68,-300r57,0r31,43r-44,0",w:258},"\u00d5":{d:"131,-247v74,0,115,56,115,123v0,80,-48,128,-119,128v-72,0,-114,-54,-114,-124v0,-72,46,-127,118,-127xm129,-203v-37,0,-58,35,-58,82v0,48,22,81,59,81v37,0,58,-35,58,-82v0,-44,-21,-81,-59,-81xm180,-305v5,59,-41,47,-67,32v-5,0,-8,6,-9,16r-25,0v-5,-57,40,-49,66,-32v7,0,9,-4,10,-16r25,0",w:258},"\u00da":{d:"23,-243r55,0v6,70,-25,201,44,203v70,0,38,-133,45,-203r55,0r0,136v0,75,-38,111,-101,111v-62,0,-98,-34,-98,-111r0,-136xm125,-300r58,0r-44,44r-44,0",w:245},"\u00db":{d:"23,-243r55,0v6,70,-25,201,44,203v70,0,38,-133,45,-203r55,0r0,136v0,75,-38,111,-101,111v-62,0,-98,-34,-98,-111r0,-136xm106,-300r41,0r36,44r-38,0v-7,-7,-11,-16,-19,-22r-18,22r-38,0",w:245},"\u00dc":{d:"23,-243r55,0v6,70,-25,201,44,203v70,0,38,-133,45,-203r55,0r0,136v0,75,-38,111,-101,111v-62,0,-98,-34,-98,-111r0,-136xm112,-281v0,13,-10,24,-25,24v-13,0,-24,-11,-24,-24v0,-14,11,-25,25,-25v14,0,24,11,24,25xm187,-281v0,13,-11,24,-25,24v-14,0,-24,-11,-24,-24v0,-14,10,-25,25,-25v13,0,24,11,24,25",w:245},"\u00d9":{d:"23,-243r55,0v6,70,-25,201,44,203v70,0,38,-133,45,-203r55,0r0,136v0,75,-38,111,-101,111v-62,0,-98,-34,-98,-111r0,-136xm62,-300r58,0r30,44r-43,0",w:245},"\u00dd":{d:"135,0r-55,0r0,-99r-77,-144r63,0r44,105r43,-105r62,0r-80,142r0,101xm115,-299r57,0r-43,44r-44,0",w:217},"\u00e1":{d:"101,-253r51,0r-44,55r-38,0xm91,-180v103,-1,72,94,80,180r-49,0v-2,-6,-1,-14,-4,-18v-29,40,-113,20,-108,-32v0,-46,41,-68,104,-67v4,-37,-62,-26,-81,-12r-10,-36v12,-6,36,-15,68,-15xm64,-55v0,35,53,19,52,-9r0,-19v-29,-1,-52,6,-52,28",w:190},"\u00e2":{d:"75,-253r37,0r36,55r-36,0v-7,-10,-11,-22,-19,-31r-18,31r-35,0xm91,-180v103,-1,72,94,80,180r-49,0v-2,-6,-1,-14,-4,-18v-29,40,-113,20,-108,-32v0,-46,41,-68,104,-67v4,-37,-62,-26,-81,-12r-10,-36v12,-6,36,-15,68,-15xm64,-55v0,35,53,19,52,-9r0,-19v-29,-1,-52,6,-52,28",w:190},"\u00e4":{d:"82,-226v0,14,-10,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,26,-25v13,0,24,11,24,25xm158,-226v0,14,-10,25,-26,25v-14,0,-24,-11,-24,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25xm91,-180v103,-1,72,94,80,180r-49,0v-2,-6,-1,-14,-4,-18v-29,40,-113,20,-108,-32v0,-46,41,-68,104,-67v4,-37,-62,-26,-81,-12r-10,-36v12,-6,36,-15,68,-15xm64,-55v0,35,53,19,52,-9r0,-19v-29,-1,-52,6,-52,28",w:190},"\u00e0":{d:"36,-253r50,0r31,55r-37,0xm91,-180v103,-1,72,94,80,180r-49,0v-2,-6,-1,-14,-4,-18v-29,40,-113,20,-108,-32v0,-46,41,-68,104,-67v4,-37,-62,-26,-81,-12r-10,-36v12,-6,36,-15,68,-15xm64,-55v0,35,53,19,52,-9r0,-19v-29,-1,-52,6,-52,28",w:190},"\u00e5":{d:"96,-194v-26,0,-42,-15,-42,-35v0,-20,15,-36,42,-36v26,0,40,16,40,36v0,20,-15,35,-40,35xm95,-212v11,0,17,-8,17,-17v0,-9,-6,-18,-17,-18v-21,0,-21,35,0,35xm91,-180v103,-1,72,94,80,180r-49,0v-2,-6,-1,-14,-4,-18v-29,40,-113,20,-108,-32v0,-46,41,-68,104,-67v4,-37,-62,-26,-81,-12r-10,-36v12,-6,36,-15,68,-15xm64,-55v0,35,53,19,52,-9r0,-19v-29,-1,-52,6,-52,28",w:190},"\u00e3":{d:"143,-250v5,60,-41,49,-68,33v-5,0,-8,5,-8,16r-26,0v-4,-56,40,-51,68,-33v5,0,8,-3,9,-16r25,0xm91,-180v103,-1,72,94,80,180r-49,0v-2,-6,-1,-14,-4,-18v-29,40,-113,20,-108,-32v0,-46,41,-68,104,-67v4,-37,-62,-26,-81,-12r-10,-36v12,-6,36,-15,68,-15xm64,-55v0,35,53,19,52,-9r0,-19v-29,-1,-52,6,-52,28",w:190},"\u00e7":{d:"148,-45r6,41v-8,4,-23,7,-40,8r-7,12v14,3,26,12,26,29v-1,36,-46,39,-74,27r8,-23v8,6,32,10,33,-4v0,-7,-9,-11,-29,-13r15,-30v-46,-7,-74,-40,-74,-88v-6,-65,69,-113,142,-87r-8,41v-32,-16,-78,2,-78,43v0,46,44,59,80,44",w:162},"\u00e9":{d:"108,-253r51,0r-44,55r-38,0xm177,-71r-113,0v2,40,64,38,98,27r8,37v-69,28,-167,2,-158,-79v0,-45,28,-94,89,-94v64,1,84,54,76,109xm64,-108r65,0v0,-13,-6,-36,-31,-36v-23,0,-33,21,-34,36",w:190},"\u00ea":{d:"80,-253r37,0r36,55r-36,0v-7,-10,-11,-22,-19,-31r-18,31r-35,0xm177,-71r-113,0v2,40,64,38,98,27r8,37v-69,28,-167,2,-158,-79v0,-45,28,-94,89,-94v64,1,84,54,76,109xm64,-108r65,0v0,-13,-6,-36,-31,-36v-23,0,-33,21,-34,36",w:190},"\u00eb":{d:"63,-201v-14,0,-26,-11,-26,-25v0,-14,12,-25,26,-25v14,0,25,11,25,25v0,14,-11,25,-25,25xm164,-226v0,14,-11,25,-26,25v-14,0,-25,-11,-25,-25v0,-14,12,-25,26,-25v14,0,25,11,25,25xm177,-71r-113,0v2,40,64,38,98,27r8,37v-69,28,-167,2,-158,-79v0,-45,28,-94,89,-94v64,1,84,54,76,109xm64,-108r65,0v0,-13,-6,-36,-31,-36v-23,0,-33,21,-34,36",w:190},"\u00e8":{d:"43,-253r51,0r31,55r-38,0xm177,-71r-113,0v2,40,64,38,98,27r8,37v-69,28,-167,2,-158,-79v0,-45,28,-94,89,-94v64,1,84,54,76,109xm64,-108r65,0v0,-13,-6,-36,-31,-36v-23,0,-33,21,-34,36",w:190},"\u00ed":{d:"57,-253r51,0r-44,55r-38,0xm77,0r-55,0r0,-176r55,0r0,176",w:98},"\u00ee":{d:"31,-253r37,0r36,55r-36,0v-7,-10,-11,-22,-19,-31r-18,31r-36,0xm77,0r-55,0r0,-176r55,0r0,176",w:98},"\u00ef":{d:"12,-201v-15,0,-26,-11,-26,-25v0,-14,11,-25,26,-25v14,0,24,11,24,25v0,14,-10,25,-24,25xm87,-201v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v15,0,25,11,25,25v0,14,-10,25,-25,25xm77,0r-55,0r0,-176r55,0r0,176",w:98},"\u00ec":{d:"-11,-253r51,0r31,55r-38,0xm77,0r-55,0r0,-176r55,0r0,176",w:98},"\u00f1":{d:"157,-250v5,60,-40,49,-68,33v-5,0,-8,5,-8,16r-26,0v-4,-56,40,-51,68,-33v6,0,8,-3,9,-16r25,0xm107,-136v-52,5,-23,87,-30,136r-55,0r-1,-176r47,0v2,7,0,18,4,24v7,-11,25,-28,54,-28v36,0,63,24,63,76r0,104r-55,0r0,-98v0,-22,-8,-38,-27,-38",w:210},"\u00f3":{d:"111,-253r50,0r-44,55r-37,0xm106,-180v54,0,90,37,90,90v0,64,-46,94,-93,94v-52,0,-91,-34,-91,-91v0,-57,37,-93,94,-93xm104,-141v-26,0,-36,27,-36,53v0,30,13,53,36,53v22,0,35,-22,35,-53v0,-26,-10,-53,-35,-53",w:207},"\u00f4":{d:"85,-253r37,0r36,55r-36,0v-7,-10,-11,-22,-19,-31r-18,31r-35,0xm106,-180v54,0,90,37,90,90v0,64,-46,94,-93,94v-52,0,-91,-34,-91,-91v0,-57,37,-93,94,-93xm104,-141v-26,0,-36,27,-36,53v0,30,13,53,36,53v22,0,35,-22,35,-53v0,-26,-10,-53,-35,-53",w:207},"\u00f6":{d:"66,-201v-15,0,-26,-11,-26,-25v0,-14,12,-25,26,-25v14,0,25,11,25,25v0,14,-11,25,-25,25xm167,-226v0,14,-11,25,-26,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,26,-25v14,0,25,11,25,25xm106,-180v54,0,90,37,90,90v0,64,-46,94,-93,94v-52,0,-91,-34,-91,-91v0,-57,37,-93,94,-93xm104,-141v-26,0,-36,27,-36,53v0,30,13,53,36,53v22,0,35,-22,35,-53v0,-26,-10,-53,-35,-53",w:207},"\u00f2":{d:"48,-253r50,0r31,55r-37,0xm106,-180v54,0,90,37,90,90v0,64,-46,94,-93,94v-52,0,-91,-34,-91,-91v0,-57,37,-93,94,-93xm104,-141v-26,0,-36,27,-36,53v0,30,13,53,36,53v22,0,35,-22,35,-53v0,-26,-10,-53,-35,-53",w:207},"\u00f5":{d:"155,-250v5,60,-41,49,-68,33v-5,0,-8,5,-9,16r-25,0v-2,-30,10,-47,29,-47v21,0,44,35,48,-2r25,0xm106,-180v54,0,90,37,90,90v0,64,-46,94,-93,94v-52,0,-91,-34,-91,-91v0,-57,37,-93,94,-93xm104,-141v-26,0,-36,27,-36,53v0,30,13,53,36,53v22,0,35,-22,35,-53v0,-26,-10,-53,-35,-53",w:207},"\u00fa":{d:"113,-253r51,0r-44,55r-38,0xm76,-81v-7,51,57,52,57,10r0,-105r55,0r1,176r-47,0v-2,-8,0,-19,-4,-25v-7,11,-23,29,-55,29v-35,0,-62,-22,-62,-77r0,-103r55,0r0,95",w:209},"\u00fb":{d:"87,-253r37,0r35,55r-35,0r-19,-31r-18,31r-36,0xm76,-81v-7,51,57,52,57,10r0,-105r55,0r1,176r-47,0v-2,-8,0,-19,-4,-25v-7,11,-23,29,-55,29v-35,0,-62,-22,-62,-77r0,-103r55,0r0,95",w:209},"\u00fc":{d:"93,-226v0,14,-10,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,26,-25v13,0,24,11,24,25xm144,-201v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25v0,14,-10,25,-25,25xm76,-81v-7,51,57,52,57,10r0,-105r55,0r1,176r-47,0v-2,-8,0,-19,-4,-25v-7,11,-23,29,-55,29v-35,0,-62,-22,-62,-77r0,-103r55,0r0,95",w:209},"\u00f9":{d:"48,-253r50,0r31,55r-38,0xm76,-81v-7,51,57,52,57,10r0,-105r55,0r1,176r-47,0v-2,-8,0,-19,-4,-25v-7,11,-23,29,-55,29v-35,0,-62,-22,-62,-77r0,-103r55,0r0,95",w:209},"\u00fd":{d:"107,-253r50,0r-44,55r-37,0xm20,33v21,-5,58,-22,47,-48r-65,-161r61,0r36,119r30,-119r58,0v-40,94,-59,247,-156,256",w:188},"\u00ff":{d:"85,-226v0,14,-10,25,-25,25v-14,0,-25,-11,-25,-25v0,-14,11,-25,26,-25v14,0,24,11,24,25xm136,-201v-14,0,-25,-11,-25,-25v0,-14,11,-25,25,-25v14,0,25,11,25,25v0,14,-10,25,-25,25xm20,33v21,-5,58,-22,47,-48r-65,-161r61,0r36,119r30,-119r58,0v-40,94,-59,247,-156,256",w:188},"\u00b9":{d:"85,-159r-43,0r0,-107r-29,13r-5,-30v22,-10,42,-21,77,-17r0,141",w:108},"\u00b2":{d:"5,-159r0,-21v19,-20,68,-53,64,-72v1,-24,-40,-18,-52,-7r-11,-27v27,-26,108,-20,108,28v0,29,-29,48,-50,67r52,0r0,32r-111,0",w:126},"\u00b3":{d:"17,-264r-8,-26v25,-20,103,-15,103,24v0,15,-13,27,-30,32v20,3,35,15,35,33v6,42,-80,53,-114,33r9,-28v12,10,61,17,60,-7v0,-15,-22,-19,-41,-18r0,-24v16,1,36,-1,37,-15v1,-19,-42,-12,-51,-4",w:124},"\u00ad":{d:"11,-113r94,0r0,37r-94,0r0,-37",w:104},"\u00a0":{w:72}}});Cufon.registerFont({w:177,face:{"font-family":"Myriad Pro","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 3 3 4 3 9 2 4",ascent:"270",descent:"-90","x-height":"4",bbox:"-40 -314 353 90","underline-thickness":"18","underline-position":"-36",slope:"-11",stemh:"23",stemv:"32","unicode-range":"U+0020-U+2122"},glyphs:{" ":{w:65},"!":{d:"51,-70r-24,0r29,-173r34,0xm28,4v-12,0,-20,-9,-20,-21v0,-13,10,-24,23,-24v12,0,20,9,20,21v0,14,-10,24,-23,24",w:84},'"':{d:"44,-249r31,0r-22,87r-20,0xm98,-249r31,0r-23,87r-19,0",w:109},"#":{d:"69,-91r33,0r16,-53r-32,0xm41,0r-21,0r22,-71r-30,0r4,-20r33,0r16,-53r-31,0r3,-21r34,0r22,-69r21,0r-22,69r33,0r22,-69r20,0r-21,69r29,0r-3,21r-33,0r-16,53r31,0r-3,20r-35,0r-21,71r-22,0r22,-71r-32,0"},"$":{d:"76,31r-22,0r7,-36v-17,-1,-38,-9,-48,-16r10,-23v25,23,98,20,95,-25v0,-16,-7,-29,-30,-40v-69,-26,-55,-113,17,-120r7,-36r22,0r-7,36v18,0,33,7,39,12r-10,22v-18,-18,-83,-16,-83,24v0,16,9,25,35,39v70,28,44,123,-25,127"},"%":{d:"25,-147v0,-44,26,-92,68,-91v29,0,42,24,42,49v0,51,-27,95,-66,95v-28,0,-44,-21,-44,-53xm89,-219v-25,0,-40,41,-40,73v0,17,5,33,23,33v24,0,39,-43,39,-75v0,-14,-4,-31,-22,-31xm67,4r-22,0r177,-242r21,0xm155,-50v0,-44,26,-92,68,-91v29,0,42,24,42,48v0,52,-27,96,-66,96v-27,0,-44,-21,-44,-53xm219,-122v-24,0,-39,41,-39,73v0,17,5,32,22,32v24,0,39,-42,39,-74v0,-14,-4,-31,-22,-31",w:278},"&":{d:"192,0r-35,0v-7,-7,-11,-14,-17,-22v-39,44,-138,30,-134,-35v-1,-39,32,-63,60,-79v-30,-47,-4,-110,51,-111v33,0,49,22,49,48v1,30,-22,50,-62,72v13,23,31,49,44,67v14,-18,26,-42,36,-72r28,0v-13,38,-28,69,-51,92v9,12,19,26,31,40xm36,-61v-3,47,69,54,91,20v-11,-17,-32,-46,-50,-77v-16,10,-41,27,-41,57xm114,-225v-33,-1,-42,53,-22,80v30,-14,47,-30,47,-53v0,-14,-7,-27,-25,-27",w:212},"\u2019":{d:"58,-246r33,-3v-14,30,-35,69,-48,85r-20,3v11,-22,27,-59,35,-85",w:69},"(":{d:"100,-249r26,0v-57,58,-105,186,-56,291r-22,0v-56,-93,-2,-243,52,-291",w:102},")":{d:"9,42r-26,0v57,-58,105,-185,56,-291r23,0v53,93,3,243,-53,291",w:102},"*":{d:"122,-247r20,13r-39,45r55,-7r-5,25v-17,-1,-37,-7,-52,-6r29,43r-23,13v-7,-16,-10,-35,-18,-50r-28,50r-19,-13r39,-44r-54,7r4,-25v16,1,36,7,51,6r-29,-44r24,-12r17,50",w:149},"+":{d:"99,-192r22,0r0,85r79,0r0,21r-79,0r0,86r-22,0r0,-86r-79,0r0,-21r79,0r0,-85",w:214},",":{d:"8,42r-23,2v11,-21,27,-59,35,-86r35,-3v-13,30,-35,70,-47,87",w:75},"-":{d:"17,-109r86,0r-4,23r-86,0",w:110},".":{d:"27,4v-12,0,-19,-9,-19,-21v0,-14,9,-24,22,-24v12,0,20,9,20,21v0,13,-9,24,-23,24",w:75},"/":{d:"5,14r-24,0r144,-261r25,0",w:117},"0":{d:"118,-238v44,0,58,37,58,73v0,77,-37,169,-102,169v-43,0,-59,-36,-59,-80v0,-78,41,-162,103,-162xm114,-214v-40,0,-69,82,-69,139v0,25,5,55,33,55v44,0,68,-96,68,-143v0,-18,-3,-51,-32,-51"},"1":{d:"65,0r38,-204r-40,20r-3,-23v26,-10,40,-31,79,-27r-45,234r-29,0"},"2":{d:"141,0r-141,0r4,-20v51,-43,134,-113,134,-157v0,-17,-9,-35,-36,-35v-21,0,-38,9,-49,17r-7,-22v16,-12,40,-21,62,-21v44,0,61,29,61,57v3,55,-68,112,-121,155r98,0"},"3":{d:"6,-11r10,-24v9,6,24,13,45,13v40,0,58,-27,58,-51v-1,-33,-28,-43,-62,-41r5,-24v32,2,67,-10,70,-45v3,-38,-59,-33,-78,-16r-6,-23v35,-28,115,-17,115,34v0,32,-26,52,-51,62v77,31,28,136,-52,130v-25,0,-46,-8,-54,-15"},"4":{d:"121,0r-28,0r12,-64r-101,0r4,-21r125,-149r32,0r-27,146r32,0r-5,24r-32,0xm41,-89v20,3,46,0,68,1r25,-116v-30,41,-60,78,-93,115"},"5":{d:"72,-149v43,-5,82,25,80,62v4,77,-89,111,-147,78r10,-24v37,26,110,2,106,-47v6,-33,-38,-54,-83,-44r33,-110r104,0r-5,26r-80,0"},"6":{d:"169,-238r-4,26v-60,1,-95,35,-114,87v32,-48,120,-33,114,34v0,46,-35,95,-86,95v-44,0,-66,-32,-66,-77v5,-94,64,-161,156,-165xm134,-89v-2,-66,-80,-45,-90,2v-7,32,5,69,37,67v31,0,53,-35,53,-69"},"7":{d:"48,-234r140,0r-4,21r-135,213r-34,0r135,-208r-107,0"},"8":{d:"9,-54v0,-37,28,-59,55,-72v-56,-37,-14,-115,49,-112v35,0,59,21,59,53v1,29,-20,47,-46,62v70,35,23,135,-47,127v-44,0,-70,-25,-70,-58xm81,-19v27,0,49,-18,49,-46v0,-24,-13,-38,-41,-48v-46,2,-76,91,-8,94xm109,-215v-24,0,-42,19,-42,41v0,18,11,31,34,40v23,-8,42,-25,42,-47v0,-16,-8,-34,-34,-34"},"9":{d:"20,4r4,-26v62,1,98,-39,114,-87v-34,47,-117,24,-111,-35v0,-48,39,-94,87,-94v110,8,48,177,3,208v-30,20,-56,33,-97,34xm93,-107v29,-1,56,-23,54,-61v0,-26,-10,-46,-36,-46v-29,0,-53,33,-53,67v0,23,12,40,35,40"},":":{d:"75,-147v0,13,-10,24,-24,24v-11,0,-19,-9,-19,-21v0,-13,9,-24,22,-24v13,0,21,9,21,21xm27,4v-12,0,-19,-9,-19,-21v0,-13,9,-24,22,-24v12,0,20,9,20,21v0,14,-9,24,-23,24",w:75},";":{d:"7,42r-22,2v11,-21,27,-59,35,-86r35,-3v-13,30,-35,70,-48,87xm76,-147v0,13,-9,24,-23,24v-12,0,-20,-9,-20,-21v0,-13,10,-24,23,-24v12,0,20,9,20,21",w:75},"<":{d:"28,-86r0,-19r162,-87r0,25r-135,72r135,71r0,24",w:214},"=":{d:"200,-122r-180,0r0,-21r180,0r0,21xm200,-51r-180,0r0,-21r180,0r0,21",w:214},">":{d:"195,-106r0,20r-162,86r0,-24r137,-72r-137,-71r0,-25",w:214},"?":{d:"144,-202v3,52,-72,78,-69,133r-29,0v-9,-49,64,-84,67,-128v5,-28,-46,-30,-63,-15r-6,-22v32,-25,107,-11,100,32xm49,4v-12,0,-20,-9,-20,-21v0,-13,10,-24,23,-24v12,0,20,9,20,21v0,14,-9,24,-23,24",w:138},"@":{d:"114,-43v36,-2,47,-52,52,-89v-40,-13,-76,21,-76,62v0,16,9,27,24,27xm180,8r5,15v-78,41,-176,-3,-172,-98v0,-74,51,-138,131,-138v63,0,104,44,104,104v0,54,-30,86,-64,86v-15,1,-25,-13,-27,-32v-21,42,-88,47,-90,-14v-3,-57,63,-104,124,-78r-12,66v-6,27,-2,40,10,40v19,0,39,-24,39,-66v0,-52,-31,-90,-87,-90v-59,0,-108,47,-108,120v-4,81,79,120,147,85",w:259},A:{d:"144,-77r-84,0r-38,77r-32,0r126,-243r35,0r34,243r-31,0xm71,-100r71,0r-15,-115v-16,40,-37,78,-56,115",w:204},B:{d:"170,-75v0,72,-88,85,-158,73r45,-237v50,-11,128,-8,125,49v0,31,-25,54,-52,61v22,7,40,25,40,54xm82,-218r-15,78v45,4,84,-10,84,-47v4,-33,-41,-39,-69,-31xm63,-117r-18,93v47,5,92,-4,93,-52v-1,-37,-36,-44,-75,-41",w:186},C:{d:"204,-211v-75,-34,-161,27,-155,110v0,43,20,79,74,79v18,0,39,-4,52,-10r4,24v-14,6,-36,12,-63,12v-61,0,-98,-39,-98,-101v-9,-98,102,-181,195,-138",w:199},D:{d:"229,-146v0,86,-62,152,-158,148v-22,0,-44,-2,-59,-3r45,-238v87,-15,175,1,172,93xm46,-25v93,16,151,-40,151,-120v7,-55,-50,-86,-115,-72",w:232},E:{d:"156,-139r-5,25r-88,0r-17,88r99,0r-5,26r-129,0r46,-243r124,0r-5,26r-94,0r-14,78r88,0",w:169},F:{d:"11,0r46,-243r123,0r-4,26r-94,0r-15,82r86,0r-5,25r-86,0r-21,110r-30,0",w:167},G:{d:"212,-209v-79,-36,-162,27,-162,108v0,61,56,93,114,71r14,-72r-49,0r4,-25r79,0r-22,117v-14,5,-40,13,-69,13v-62,4,-105,-45,-103,-102v-8,-97,107,-177,204,-135",w:224},H:{d:"58,-243r29,0r-19,103r111,0r20,-103r30,0r-46,243r-30,0r21,-114r-111,0r-22,114r-30,0",w:225},I:{d:"57,-243r30,0r-46,243r-30,0",w:83},J:{d:"76,-79r31,-164r29,0r-31,167v-10,71,-56,91,-116,74r6,-26v42,12,71,6,81,-51",w:131},K:{d:"11,0r46,-243r30,0r-23,118v39,-37,73,-80,111,-118r38,0r-102,105r62,138r-33,0r-53,-119r-29,27r-17,92r-30,0",w:185},L:{d:"11,0r46,-243r30,0r-41,217r98,0r-5,26r-128,0",w:159},M:{d:"243,0r-28,0r29,-213v-33,72,-73,143,-110,212r-23,0r-18,-131v-4,-28,-6,-56,-8,-81r-52,213r-28,0r63,-243r38,0r26,200v29,-68,69,-135,103,-200r39,0",w:280},N:{d:"39,0r-28,0r46,-243r33,0v25,66,60,136,77,206v7,-61,23,-144,35,-206r29,0r-47,243r-29,0v-24,-66,-61,-139,-78,-207",w:227},O:{d:"17,-95v0,-74,48,-153,128,-152v65,0,92,48,92,100v0,74,-47,153,-128,151v-62,0,-92,-47,-92,-99xm114,-21v59,0,92,-69,91,-125v0,-34,-11,-75,-64,-75v-60,0,-92,69,-92,124v0,39,17,76,65,76",w:240},P:{d:"186,-182v-1,65,-59,95,-127,85r-18,97r-30,0r46,-239v56,-12,133,-6,129,57xm82,-217r-18,95v49,10,94,-15,92,-58v3,-38,-42,-45,-74,-37",w:182},Q:{d:"145,-247v145,6,100,220,3,243v18,7,45,9,64,13r-11,25r-101,-30v-46,-3,-83,-39,-83,-99v-1,-73,51,-154,128,-152xm112,-21v63,1,92,-70,93,-126v0,-31,-11,-74,-64,-74v-61,-1,-92,70,-92,125v0,38,17,75,63,75",w:240},R:{d:"57,-239v55,-12,131,-6,129,53v0,35,-27,61,-58,70v35,3,26,96,34,116r-31,0v-1,-5,-4,-31,-5,-59v-2,-45,-24,-50,-65,-47r-20,106r-30,0xm82,-218r-16,89v50,5,89,-16,88,-54v3,-35,-40,-41,-72,-35",w:188},S:{d:"119,-68v3,-43,-95,-61,-84,-107v-5,-64,87,-88,132,-59r-11,24v-7,-4,-22,-11,-42,-11v-30,0,-48,20,-48,40v0,20,12,31,38,45v77,32,52,144,-41,140v-25,0,-49,-8,-59,-17r11,-24v31,23,105,22,104,-31",w:167},T:{d:"53,0r41,-217r-71,0r5,-26r173,0r-6,26r-71,0r-41,217r-30,0",w:170},U:{d:"57,-243r30,0v-10,59,-26,111,-30,175v0,31,18,46,45,46v33,0,57,-22,67,-76r28,-145r30,0r-28,145v-14,73,-50,102,-101,102v-52,4,-82,-45,-68,-105",w:223},V:{d:"93,0r-33,0r-30,-243r30,0r24,211v27,-67,72,-144,104,-211r33,0",w:194},W:{d:"79,0r-32,0r-12,-243r30,0r6,209v23,-63,64,-145,92,-209r32,0r7,208v24,-72,59,-140,89,-208r31,0r-113,243r-31,0r-7,-138v-2,-27,2,-45,0,-70v-24,75,-61,139,-92,208",w:298},X:{d:"168,0r-32,0r-39,-103r-72,103r-36,0r95,-123r-46,-120r32,0r36,99r71,-99r36,0r-94,119",w:187},Y:{d:"87,0r-29,0r19,-101r-47,-142r32,0r34,120r79,-120r35,0r-103,142",w:186},Z:{d:"-7,0r3,-18r165,-199r-116,0r5,-26r156,0r-4,20r-163,197r128,0r-5,26r-169,0",w:188},"[":{d:"70,40r-63,0r55,-287r63,0r-4,19r-39,0r-47,249r38,0",w:102},"\\":{d:"111,14r-23,0r-66,-261r23,0",w:118},"]":{d:"39,-247r63,0r-54,287r-63,0r3,-19r39,0r48,-249r-39,0",w:102},"^":{d:"192,-68r-24,0r-60,-140r-59,140r-24,0r73,-166r22,0",w:214},_:{d:"-18,27r180,0r-3,18r-180,0",w:180},"\u2018":{d:"59,-165r-33,4v13,-31,35,-69,47,-86r21,-2v-11,21,-27,58,-35,84",w:69},a:{d:"153,0r-27,0v-1,-9,3,-30,3,-45v-19,36,-43,49,-68,49v-30,0,-50,-25,-50,-58v-4,-75,77,-148,168,-117v-9,49,-27,119,-26,171xm72,-21v41,3,69,-77,73,-131v-59,-13,-102,38,-103,93v0,19,7,38,30,38",w:187},b:{d:"57,-256r30,0r-22,113v15,-23,38,-35,61,-35v38,0,53,31,53,62v0,54,-39,120,-109,120v-41,3,-61,-29,-51,-72xm114,-153v-36,-1,-68,54,-67,108v0,16,10,26,28,26v45,0,73,-54,73,-93v0,-21,-10,-41,-34,-41",w:189},c:{d:"127,-31r3,24v-9,4,-27,11,-50,11v-45,0,-67,-31,-67,-68v-2,-71,69,-137,143,-106r-9,23v-54,-24,-107,28,-103,80v-7,47,53,55,83,36",w:152},d:{d:"166,-256r29,0r-38,201v-3,18,-6,38,-7,55r-28,0v1,-11,6,-26,4,-35v-15,25,-37,39,-62,39v-34,0,-52,-28,-52,-63v0,-71,63,-139,138,-113xm134,-86r11,-61v-53,-26,-104,27,-103,84v0,21,8,42,33,42v23,0,51,-26,59,-65",w:189},e:{d:"131,-32r5,22v-13,7,-34,14,-58,14v-46,0,-66,-32,-66,-70v0,-53,39,-112,95,-112v33,0,51,20,51,44v0,46,-51,58,-116,57v-4,30,14,60,43,57v20,0,36,-7,46,-12xm46,-100v47,1,84,-4,83,-33v0,-14,-11,-22,-26,-22v-29,0,-50,28,-57,55",w:163},f:{d:"44,0r-30,0r29,-150r-23,0r4,-24r24,0v2,-53,40,-100,95,-81r-7,24v-36,-13,-56,18,-59,57r39,0r-5,24r-38,0",w:101},g:{d:"3,63r9,-23v46,20,97,17,109,-51v1,-8,6,-20,4,-26v-15,25,-36,37,-60,37v-35,0,-53,-30,-53,-60v-6,-81,86,-146,166,-106v-25,93,-7,243,-123,241v-21,0,-41,-5,-52,-12xm76,-24v47,-1,63,-73,69,-124v-54,-24,-105,29,-102,82v0,20,7,42,33,42",w:188},h:{d:"40,0r-30,0r49,-256r30,0r-21,113v14,-22,36,-35,62,-35v30,0,53,37,40,76r-19,102r-30,0r22,-125v0,-16,-8,-28,-27,-28v-23,0,-53,27,-60,66",w:192},i:{d:"40,0r-30,0r34,-174r29,0xm66,-204v-10,0,-17,-8,-17,-19v0,-11,9,-20,20,-20v11,0,17,8,17,19v0,12,-8,20,-20,20",w:82},j:{d:"45,-174r30,0v-18,73,-23,177,-55,232v-14,15,-37,20,-60,15r4,-23v28,3,37,-2,47,-44xm66,-204v-10,0,-17,-8,-17,-19v0,-11,9,-20,20,-20v11,0,17,8,17,19v0,12,-8,20,-20,20",w:81},k:{d:"40,0r-30,0r49,-256r30,0r-30,161v25,-29,51,-52,77,-79r37,0r-76,71r52,103r-33,0r-41,-86r-22,20",w:164},l:{d:"40,0r-30,0r49,-256r30,0",w:82},m:{d:"39,0r-29,0r31,-174r27,0v-1,10,-6,24,-4,33v21,-45,98,-53,102,2v15,-26,38,-39,64,-39v30,-4,51,36,39,75r-19,103r-29,0r21,-123v0,-18,-7,-30,-26,-30v-22,0,-48,25,-55,64r-17,89r-28,0r21,-123v0,-15,-4,-30,-26,-30v-22,0,-49,28,-56,66",w:290},n:{d:"40,0r-30,0r32,-174r26,0v0,11,-5,25,-3,34v15,-25,39,-38,64,-38v31,0,49,35,41,76r-19,102r-30,0r22,-123v0,-17,-7,-30,-28,-30v-21,0,-51,25,-59,68",w:192},o:{d:"109,-178v47,0,68,35,68,73v0,53,-38,109,-96,109v-44,0,-68,-32,-68,-72v0,-57,40,-110,96,-110xm106,-154v-38,0,-63,45,-62,85v0,29,15,49,41,49v35,0,62,-45,62,-86v0,-20,-10,-48,-41,-48",w:187},p:{d:"24,71r-29,0r35,-183v3,-21,7,-45,9,-63r28,0r-5,34v16,-23,39,-37,63,-37v38,0,54,31,54,63v1,74,-66,143,-141,111xm114,-153v-37,-5,-68,70,-70,124v52,32,105,-26,104,-84v0,-18,-9,-40,-34,-40",w:189},q:{d:"133,71r-29,0r20,-103v-30,54,-117,45,-112,-27v0,-58,43,-119,110,-119v24,0,44,6,56,11xm73,-21v49,0,66,-74,72,-127v-52,-23,-103,25,-103,85v0,27,12,42,31,42",w:189},r:{d:"40,0r-30,0r21,-112v5,-23,8,-46,9,-62r27,0v-1,11,-5,27,-4,38v13,-26,32,-46,62,-41r-6,29v-59,-9,-68,89,-79,148",w:114},s:{d:"57,-129v0,30,62,41,56,75v4,54,-73,72,-110,46r9,-22v19,16,70,15,70,-18v0,-30,-63,-43,-55,-76v-5,-44,61,-67,99,-46r-8,23v-16,-12,-65,-11,-61,18",w:134},t:{d:"56,-206r31,-10r-8,42r42,0r-5,23r-41,0v-7,37,-17,72,-20,112v-2,17,16,19,31,16r-2,24v-27,10,-65,-5,-60,-31v3,-41,14,-82,21,-121r-25,0r5,-23r25,0",w:112},u:{d:"150,-174r30,0r-31,174r-27,0r4,-33v-16,23,-39,37,-62,37v-33,0,-50,-36,-42,-80r18,-98r30,0r-21,123v0,18,7,30,28,30v21,0,49,-25,56,-64",w:189},v:{d:"18,-174r31,0v9,46,10,100,22,142v16,-43,50,-99,71,-142r33,0r-97,174r-29,0",w:163},w:{d:"22,-174r29,0r7,98v2,21,-1,34,1,46v18,-46,49,-99,71,-144r26,0r15,144v16,-50,43,-97,63,-144r31,0r-86,174r-28,0r-15,-141v-20,51,-46,94,-70,141r-28,0",w:254},x:{d:"23,-174r32,0v11,21,18,46,30,66v13,-23,34,-45,51,-66r34,0r-73,85r41,89r-33,0r-30,-70v-16,24,-36,48,-54,70r-34,0r76,-90",w:158},y:{d:"17,-174r31,0r26,139r63,-139r32,0v-39,73,-73,168,-125,224v-20,19,-41,28,-51,30r-7,-26v25,-9,58,-32,66,-64",w:158},z:{d:"-8,0r4,-18r84,-94r37,-38r-90,0r5,-24r125,0r-4,20r-83,92v-16,19,-27,25,-36,38r96,0r-4,24r-134,0",w:149},"{":{d:"65,40v-74,6,-39,-76,-29,-115v0,-7,-3,-20,-24,-20r3,-18v50,-2,29,-51,39,-87v7,-36,30,-49,66,-47v-3,6,1,19,-10,19v-59,0,-14,120,-70,125v43,15,1,70,1,101v0,15,9,24,28,23",w:102},"|":{d:"34,-270r23,0r0,360r-23,0r0,-360",w:78},"}":{d:"41,-247v74,-6,41,78,30,116v0,6,3,19,24,19r-3,18v-49,2,-30,50,-39,87v-8,36,-30,49,-66,47v3,-6,-1,-21,10,-19v60,0,12,-119,70,-124v-43,-16,-1,-79,-1,-102v0,-15,-9,-24,-28,-23",w:102},"~":{d:"199,-129v-2,96,-86,35,-134,23v-12,0,-20,11,-21,30r-21,0v-1,-36,18,-54,43,-54v22,0,68,33,92,31v13,0,19,-10,19,-30r22,0",w:214},"\u00a1":{d:"30,70r-34,0r38,-172r24,0xm35,-152v0,-13,9,-24,23,-24v11,0,19,10,19,21v0,14,-9,24,-23,24v-12,0,-19,-9,-19,-21",w:84},"\u00a2":{d:"83,-31v-34,-6,-53,-32,-54,-68v0,-55,40,-100,89,-107r7,-36r21,0r-7,35v12,0,27,4,33,9r-10,23v-47,-27,-101,12,-101,73v0,44,50,57,82,39r2,23v-8,4,-24,9,-40,9r-7,36r-22,0"},"\u00a3":{d:"90,-107v-1,37,-13,61,-37,81r105,0r-4,26r-145,0r3,-18v30,-18,51,-43,50,-89r-32,0r4,-22r29,0v-6,-71,44,-132,112,-101r-9,23v-33,-16,-69,1,-72,38v-2,15,-3,28,-3,40r54,0r-5,22r-50,0"},"\u00a5":{d:"84,0r-28,0r12,-63r-53,0r4,-18r52,0r5,-26r-52,0r3,-18r44,0r-37,-109r31,0r31,107v19,-37,48,-73,71,-107r32,0r-81,109r43,0r-3,18r-53,0r-5,26r53,0r-4,18r-53,0"},"\u00a7":{d:"77,-157v-28,19,-34,47,7,65v15,7,26,13,33,19v26,-20,33,-48,-6,-66v-11,-5,-25,-12,-34,-18xm113,-31v0,-32,-94,-48,-85,-87v0,-21,13,-39,36,-51v-26,-39,16,-81,61,-78v19,0,37,6,46,12r-9,20v-19,-15,-80,-16,-79,18v0,35,90,40,81,84v0,24,-14,41,-32,52v29,41,-18,88,-62,83v-20,0,-41,-6,-53,-15r9,-20v19,19,87,21,87,-18",w:180},"\u00a4":{d:"54,-177v18,-20,64,-19,82,-1r26,-26r15,16r-27,25v16,18,15,71,0,87r27,26r-16,16r-25,-27v-21,20,-61,20,-82,1r-24,26r-16,-16r26,-25v-17,-18,-17,-71,1,-88r-28,-25r17,-16xm94,-171v-26,0,-43,24,-43,52v2,69,87,70,87,-1v0,-26,-15,-51,-44,-51"},"'":{d:"46,-249r31,0r-22,87r-20,0",w:59},"\u201c":{d:"59,-165r-33,4v13,-31,35,-69,47,-86r21,-2v-11,21,-27,58,-35,84xm112,-165r-32,4v13,-31,34,-69,47,-86r21,-2v-12,21,-28,58,-36,84",w:123},"\u00ab":{d:"91,-157r-55,67r37,66r-24,0r-37,-67r53,-66r26,0xm150,-157r-55,67r37,66r-24,0r-37,-67r53,-66r26,0",w:147},"\u2013":{d:"14,-102r159,0r-4,21r-159,0",w:180},"\u00b7":{d:"38,-71v-12,0,-20,-10,-20,-22v0,-13,10,-24,23,-24v12,0,20,9,20,22v0,13,-10,24,-23,24",w:75},"\u00b6":{d:"80,19r-22,0r22,-113v-25,-4,-52,-20,-53,-62v-7,-62,74,-99,150,-84r-50,259r-21,0r46,-241r-26,0"},"\u201d":{d:"58,-246r32,-3v-13,30,-34,69,-47,85r-20,3v10,-22,27,-59,35,-85xm112,-246r32,-3v-13,30,-35,69,-47,85r-21,3v11,-22,27,-59,36,-85",w:123},"\u00bb":{d:"57,-92r-36,-65r24,0r37,66r-53,67r-26,0xm116,-92r-36,-65r24,0r37,66r-53,67r-26,0",w:146},"\u2026":{d:"69,-20v0,13,-10,24,-24,24v-11,0,-19,-9,-19,-21v0,-14,9,-24,23,-24v12,0,20,9,20,21xm166,4v-12,0,-20,-9,-20,-21v0,-14,9,-24,22,-24v13,0,21,9,21,21v0,13,-10,24,-23,24xm309,-20v0,13,-9,24,-24,24v-11,0,-19,-9,-19,-21v0,-14,9,-24,23,-24v12,0,20,9,20,21",w:360},"\u00bf":{d:"69,-103r29,0v7,47,-63,84,-67,127v-5,29,44,31,63,16r6,22v-14,8,-31,13,-49,13v-76,-8,-53,-81,-12,-116v23,-19,26,-37,30,-62xm94,-176v12,0,20,10,20,21v0,14,-10,24,-23,24v-12,0,-20,-9,-20,-21v0,-13,9,-24,23,-24",w:138},"`":{d:"52,-247r34,0r23,52r-21,0",w:137},"\u00b4":{d:"108,-247r36,0r-48,52r-23,0",w:137},"\u00af":{d:"58,-233r79,0r-3,20r-79,0",w:137},"\u00a8":{d:"62,-205v-10,0,-17,-8,-17,-18v0,-11,8,-19,19,-19v10,0,17,8,17,18v0,10,-8,19,-19,19xm147,-224v0,10,-8,19,-20,19v-9,0,-16,-8,-16,-18v0,-11,8,-19,19,-19v10,0,17,8,17,18",w:137},"\u00b8":{d:"48,-1r19,0r-14,19v11,3,19,12,19,23v1,29,-42,38,-63,25r7,-15v10,7,34,8,34,-8v0,-8,-8,-12,-23,-14",w:137},"\u2014":{d:"14,-102r339,0r-4,21r-339,0",w:360},"\u00c6":{d:"13,0r-31,0r161,-243r137,0r-5,26r-91,0r-8,78r86,0r-5,26r-83,0r-9,87r92,0r-4,26r-119,0r9,-86r-73,0xm86,-111r59,0r11,-109",w:278},"\u00aa":{d:"117,-96r-21,0v-1,-6,2,-17,0,-23v-18,36,-77,33,-75,-16v-4,-51,54,-95,112,-72v-5,35,-15,73,-16,111xm64,-113v30,0,41,-46,44,-79v-34,-12,-63,16,-63,53v0,13,5,26,19,26",w:126},"\u00d8":{d:"219,-211v66,104,-55,275,-168,194r-28,32r-15,-14r28,-32v-70,-101,54,-277,168,-195r27,-31r17,13xm186,-204v-72,-60,-170,49,-129,148xm198,-184r-129,146v71,59,165,-47,129,-146",w:240},"\u00ba":{d:"83,-213v33,0,49,23,49,49v0,39,-28,70,-65,70v-31,0,-48,-23,-48,-48v0,-41,29,-71,64,-71xm81,-195v-22,0,-38,25,-38,52v0,20,11,31,26,31v20,0,39,-22,39,-53v0,-14,-6,-30,-27,-30",w:124},"\u00e6":{d:"227,-32r4,22v-33,21,-106,20,-115,-25v-18,49,-114,54,-114,-6v0,-46,49,-70,114,-68v5,-21,0,-45,-32,-47v-18,0,-33,6,-46,15r-6,-20v37,-27,97,-23,106,20v21,-49,115,-49,116,5v0,48,-54,54,-116,52v-8,35,9,66,42,64v23,0,36,-7,47,-12xm58,-20v29,3,51,-31,54,-67v-31,-2,-80,5,-80,42v0,16,10,25,26,25xm224,-134v0,-11,-9,-21,-25,-21v-31,0,-51,29,-56,49v42,1,81,0,81,-28",w:258},"\u00f8":{d:"19,14r-11,-11r20,-24v-52,-74,36,-198,122,-144r20,-22r12,10r-20,23v52,78,-39,201,-123,144xm49,-45v29,-32,55,-67,83,-100v-50,-37,-110,42,-83,100xm141,-129v-30,31,-55,67,-84,99v48,40,109,-38,84,-99",w:188},"\u00df":{d:"142,-57v3,-21,-36,-53,-32,-73v0,-24,18,-41,39,-51v13,-15,11,-56,-23,-54v-26,0,-45,22,-54,65r-32,170r-30,0r32,-166v9,-52,34,-94,88,-94v53,-4,72,60,42,90v-16,6,-31,17,-31,34v1,26,31,47,31,77v0,53,-62,76,-106,55r8,-23v27,16,70,4,68,-30",w:193},"\u00ac":{d:"18,-144r180,0r0,101r-23,0r0,-79r-157,0r0,-22",w:214},"\u00b5":{d:"71,-174r-20,103v-6,30,3,50,29,50v59,0,56,-96,70,-153r30,0r-23,124v-4,22,-1,29,10,30v-4,9,0,27,-16,24v-15,1,-22,-12,-24,-36v-13,33,-69,52,-88,14v-4,25,-12,66,-11,89r-27,0v0,-77,28,-171,40,-245r30,0",w:189},"\u2122":{d:"37,-243r82,0r0,17r-31,0r0,81r-20,0r0,-81r-31,0r0,-17xm244,-145r-19,0r-5,-85r-26,84r-20,0r-26,-84r-4,85r-19,0r7,-98r30,0v8,24,18,45,23,73r24,-73r28,0",w:240},"\u00d0":{d:"231,-147v1,107,-94,168,-217,145r21,-112r-30,0r5,-25r30,0r19,-100v87,-15,175,1,172,92xm48,-25v90,16,151,-41,151,-120v7,-54,-47,-85,-114,-73r-15,79r60,0r-5,25r-60,0",w:235},"\u00bd":{d:"70,-96r-25,0r22,-118r-26,12r-2,-18v18,-7,30,-19,57,-16xm50,4r-22,0r176,-242r22,0xm238,0r-95,0v1,-20,18,-24,29,-35v33,-27,56,-46,56,-68v3,-24,-41,-21,-52,-8r-6,-16v24,-24,88,-19,85,21v2,34,-45,61,-73,86r60,0",w:270},"\u00b1":{d:"99,-206r22,0r0,70r80,0r0,22r-80,0r0,72r-22,0r0,-72r-79,0r0,-22r79,0r0,-70xm20,-21r181,0r0,21r-181,0r0,-21",w:214},"\u00de":{d:"77,-195v49,-11,102,7,100,56v-1,64,-60,93,-126,83r-11,56r-29,0r46,-243r30,0xm73,-171r-17,90v46,9,91,-12,92,-54v3,-37,-43,-44,-75,-36",w:182},"\u00bc":{d:"222,0r-24,0r7,-37r-69,0r3,-14r83,-91r27,0r-17,87r21,0r-4,18r-20,0xm208,-55v3,-21,12,-46,13,-65v-17,26,-36,43,-56,65r43,0xm71,-96r-25,0r22,-118r-25,12r-3,-18v18,-7,30,-19,58,-16xm57,4r-22,0r175,-242r22,0",w:270},"\u00f7":{d:"110,-139v-11,0,-19,-9,-19,-20v0,-12,8,-20,19,-20v12,0,19,8,19,20v0,11,-7,20,-19,20xm200,-86r-180,0r0,-21r180,0r0,21xm110,-13v-11,0,-19,-9,-19,-20v0,-12,8,-20,19,-20v12,0,19,8,19,20v0,11,-7,20,-19,20",w:214},"\u00a6":{d:"34,-63r23,0r0,126r-23,0r0,-126xm34,-243r23,0r0,126r-23,0r0,-126",w:78},"\u00b0":{d:"81,-247v29,0,46,22,46,45v0,29,-24,49,-48,49v-27,0,-46,-21,-46,-46v0,-26,22,-48,48,-48xm108,-201v0,-12,-8,-30,-28,-29v-36,1,-35,61,0,60v15,0,28,-14,28,-31",w:114},"\u00fe":{d:"-5,71r59,-312r30,0r-19,98v15,-22,36,-35,60,-35v37,0,54,30,54,63v-1,77,-66,142,-141,111r-14,75r-29,0xm52,-78r-9,49v52,34,107,-25,105,-83v0,-19,-9,-41,-33,-41v-24,0,-53,25,-63,75",w:189},"\u00be":{d:"69,4r-22,0r175,-242r22,0xm44,-209r-3,-17v20,-18,79,-16,79,19v0,18,-16,28,-33,36v16,4,26,16,26,32v5,41,-67,56,-98,35r8,-18v15,17,67,11,64,-17v-2,-19,-18,-25,-39,-24v2,-6,-1,-19,10,-16v17,0,36,-9,36,-24v2,-23,-40,-19,-50,-6xm226,0r-24,0r7,-37r-69,0r3,-14r83,-91r27,0r-17,87r21,0r-3,18r-21,0xm212,-55v3,-21,12,-46,13,-65v-17,26,-36,43,-56,65r43,0",w:270},"\u00ae":{d:"105,-156v-5,-7,-4,-30,-24,-24r0,24r-13,0r0,-59v17,-3,49,-6,49,15v0,8,-7,11,-12,15v10,0,10,25,15,29r-15,0xm89,-207v-11,-2,-6,11,-7,18v19,4,30,-17,7,-18xm91,-246v34,0,60,26,60,59v0,34,-26,60,-60,60v-34,0,-61,-26,-61,-60v0,-33,27,-59,61,-59xm136,-187v0,-26,-19,-47,-46,-47v-25,0,-45,21,-45,47v0,26,20,47,46,47v26,1,45,-21,45,-47",w:142},"\u00f0":{d:"144,-107v0,-26,-12,-45,-39,-45v-37,0,-62,45,-62,85v0,26,13,47,39,47v36,0,61,-43,62,-87xm59,-183r-6,-15r46,-21v-9,-9,-20,-16,-32,-22r14,-18v18,8,30,17,44,29r47,-21r6,15r-40,18v23,25,37,57,37,97v0,77,-45,125,-95,125v-48,0,-68,-35,-68,-70v0,-58,40,-108,92,-108v12,0,27,3,37,17v2,-16,-18,-37,-29,-50",w:185},"\u00d7":{d:"23,-174r15,-15r74,80r74,-80r15,15r-74,79r74,79r-16,16r-74,-80r-74,80r-14,-16r73,-79",w:214},"\u00a9":{d:"132,-233v61,0,108,49,108,111v0,62,-47,111,-108,111v-61,0,-109,-49,-109,-111v0,-62,48,-111,109,-111xm222,-122v0,-54,-39,-97,-91,-97v-50,0,-90,43,-90,98v0,54,40,95,91,95v51,1,90,-41,90,-96xm140,-187v26,2,48,3,36,24v-5,-3,-18,-9,-35,-9v-34,0,-50,22,-50,51v-6,43,53,62,87,41r4,13v-45,30,-116,0,-110,-53v0,-41,32,-67,68,-67",w:243},"\u00c1":{d:"144,-77r-84,0r-38,77r-32,0r126,-243r35,0r34,243r-31,0xm71,-100r71,0r-15,-115v-16,40,-37,78,-56,115xm153,-298r39,0r-49,42r-27,0",w:204},"\u00c2":{d:"144,-77r-84,0r-38,77r-32,0r126,-243r35,0r34,243r-31,0xm71,-100r71,0r-15,-115v-16,40,-37,78,-56,115xm129,-298r23,0r29,42r-25,0v-6,-8,-10,-19,-18,-26r-26,26r-27,0",w:204},"\u00c4":{d:"144,-77r-84,0r-38,77r-32,0r126,-243r35,0r34,243r-31,0xm71,-100r71,0r-15,-115v-16,40,-37,78,-56,115xm121,-278v0,10,-8,19,-19,19v-9,0,-16,-8,-16,-18v0,-10,8,-19,18,-19v10,0,17,9,17,18xm169,-259v-10,0,-17,-8,-17,-18v0,-10,8,-19,19,-19v10,0,17,9,17,18v0,10,-8,19,-19,19",w:204},"\u00c0":{d:"144,-77r-84,0r-38,77r-32,0r126,-243r35,0r34,243r-31,0xm71,-100r71,0r-15,-115v-16,40,-37,78,-56,115xm84,-298r37,0r27,42r-25,0",w:204},"\u00c5":{d:"144,-77r-84,0r-38,77r-32,0r126,-243r35,0r34,243r-31,0xm71,-100r71,0r-15,-115v-16,40,-37,78,-56,115xm139,-314v20,0,34,12,34,31v0,20,-17,33,-37,33v-19,0,-34,-13,-34,-30v0,-20,15,-34,37,-34xm138,-301v-11,0,-17,8,-17,20v0,10,6,17,16,17v10,0,17,-8,17,-19v0,-10,-6,-18,-16,-18",w:204},"\u00c3":{d:"144,-77r-84,0r-38,77r-32,0r126,-243r35,0r34,243r-31,0xm71,-100r71,0r-15,-115v-16,40,-37,78,-56,115xm184,-294v-4,45,-43,35,-67,21v-5,0,-9,6,-12,16r-17,0v4,-22,15,-36,30,-36v20,-2,41,31,49,-1r17,0",w:204},"\u00c7":{d:"204,-211v-75,-35,-161,28,-155,109v0,44,20,80,74,80v18,0,39,-4,52,-11r4,25v-13,5,-33,11,-55,12r-11,14v12,3,19,12,19,23v1,31,-41,37,-63,25r7,-15v11,7,33,8,34,-8v0,-8,-7,-13,-23,-14r18,-26v-56,-4,-87,-43,-87,-100v-9,-98,102,-181,195,-138",w:200},"\u00c9":{d:"156,-139r-5,25r-88,0r-17,88r99,0r-5,26r-129,0r46,-243r124,0r-5,26r-94,0r-14,78r88,0xm140,-298r39,0r-49,42r-27,0",w:169},"\u00ca":{d:"156,-139r-5,25r-88,0r-17,88r99,0r-5,26r-129,0r46,-243r124,0r-5,26r-94,0r-14,78r88,0xm116,-298r24,0r28,42r-24,0r-18,-26r-26,26r-27,0",w:169},"\u00cb":{d:"156,-139r-5,25r-88,0r-17,88r99,0r-5,26r-129,0r46,-243r124,0r-5,26r-94,0r-14,78r88,0xm91,-259v-9,0,-17,-8,-17,-18v0,-10,9,-19,19,-19v10,0,17,9,17,18v0,10,-8,19,-19,19xm176,-278v0,10,-8,19,-19,19v-9,0,-16,-8,-16,-18v0,-10,8,-19,18,-19v11,0,17,9,17,18",w:169},"\u00c8":{d:"156,-139r-5,25r-88,0r-17,88r99,0r-5,26r-129,0r46,-243r124,0r-5,26r-94,0r-14,78r88,0xm77,-298r37,0r27,42r-24,0",w:169},"\u00cd":{d:"57,-243r30,0r-46,243r-30,0xm91,-298r39,0r-49,42r-27,0",w:83},"\u00ce":{d:"57,-243r30,0r-46,243r-30,0xm67,-298r23,0r29,42r-24,0v-7,-8,-11,-19,-19,-26r-26,26r-26,0",w:83},"\u00cf":{d:"57,-243r30,0r-46,243r-30,0xm62,-278v0,10,-8,19,-19,19v-9,0,-16,-8,-16,-18v0,-10,8,-19,18,-19v11,0,17,9,17,18xm110,-259v-9,0,-17,-8,-17,-18v0,-10,9,-19,19,-19v10,0,17,9,17,18v0,10,-8,19,-19,19",w:83},"\u00cc":{d:"57,-243r30,0r-46,243r-30,0xm28,-298r38,0r27,42r-25,0",w:83},"\u00d1":{d:"39,0r-28,0r46,-243r33,0v25,66,60,136,77,206v7,-61,23,-144,35,-206r29,0r-47,243r-29,0v-24,-66,-61,-139,-78,-207xm199,-294v-4,44,-44,36,-67,21v-6,0,-10,6,-12,15r-17,0v3,-21,14,-36,29,-36v21,-2,40,32,50,0r17,0",w:227},"\u00d3":{d:"237,-147v0,74,-47,153,-128,151v-62,0,-92,-47,-92,-99v0,-74,48,-153,128,-152v65,0,92,48,92,100xm141,-221v-60,0,-92,69,-92,124v0,39,17,77,65,76v59,0,92,-69,91,-125v0,-34,-11,-75,-64,-75xm169,-298r39,0r-49,42r-27,0",w:240},"\u00d4":{d:"237,-147v0,74,-47,153,-128,151v-62,0,-92,-47,-92,-99v0,-74,48,-153,128,-152v65,0,92,48,92,100xm141,-221v-60,0,-92,69,-92,124v0,39,17,77,65,76v59,0,92,-69,91,-125v0,-34,-11,-75,-64,-75xm145,-298r23,0r29,42r-25,0v-6,-8,-10,-19,-18,-26r-26,26r-26,0",w:240},"\u00d6":{d:"237,-147v0,74,-47,153,-128,151v-62,0,-92,-47,-92,-99v0,-74,48,-153,128,-152v65,0,92,48,92,100xm141,-221v-60,0,-92,69,-92,124v0,39,17,77,65,76v59,0,92,-69,91,-125v0,-34,-11,-75,-64,-75xm121,-259v-9,0,-17,-8,-17,-18v0,-10,8,-19,19,-19v10,0,17,9,17,18v0,10,-9,19,-19,19xm206,-278v0,10,-8,19,-19,19v-9,0,-16,-8,-16,-18v0,-10,8,-19,18,-19v10,0,17,9,17,18",w:240},"\u00d2":{d:"237,-147v0,74,-47,153,-128,151v-62,0,-92,-47,-92,-99v0,-74,48,-153,128,-152v65,0,92,48,92,100xm141,-221v-60,0,-92,69,-92,124v0,39,17,77,65,76v59,0,92,-69,91,-125v0,-34,-11,-75,-64,-75xm104,-298r37,0r27,42r-25,0",w:240},"\u00d5":{d:"237,-147v0,74,-47,153,-128,151v-62,0,-92,-47,-92,-99v0,-74,48,-153,128,-152v65,0,92,48,92,100xm141,-221v-60,0,-92,69,-92,124v0,39,17,77,65,76v59,0,92,-69,91,-125v0,-34,-11,-75,-64,-75xm203,-294v-5,45,-43,35,-67,21v-5,0,-10,6,-12,15r-17,0v4,-21,15,-36,29,-36v22,-2,40,32,50,0r17,0",w:240},"\u00da":{d:"57,-243r30,0v-10,59,-26,111,-30,175v0,31,18,46,45,46v33,0,57,-22,67,-76r28,-145r30,0r-28,145v-14,73,-50,102,-101,102v-52,4,-82,-45,-68,-105xm158,-298r39,0r-49,42r-27,0",w:223},"\u00db":{d:"57,-243r30,0v-10,59,-26,111,-30,175v0,31,18,46,45,46v33,0,57,-22,67,-76r28,-145r30,0r-28,145v-14,73,-50,102,-101,102v-52,4,-82,-45,-68,-105xm141,-298r23,0r29,42r-25,0r-18,-26r-26,26r-27,0",w:223},"\u00dc":{d:"57,-243r30,0v-10,59,-26,111,-30,175v0,31,18,46,45,46v33,0,57,-22,67,-76r28,-145r30,0r-28,145v-14,73,-50,102,-101,102v-52,4,-82,-45,-68,-105xm131,-278v0,10,-8,19,-19,19v-9,0,-16,-8,-16,-18v0,-10,8,-19,18,-19v11,0,17,9,17,18xm179,-259v-9,0,-17,-8,-17,-18v0,-10,9,-19,19,-19v10,0,17,9,17,18v0,10,-8,19,-19,19",w:223},"\u00d9":{d:"57,-243r30,0v-10,59,-26,111,-30,175v0,31,18,46,45,46v33,0,57,-22,67,-76r28,-145r30,0r-28,145v-14,73,-50,102,-101,102v-52,4,-82,-45,-68,-105xm99,-298r37,0r27,42r-25,0",w:223},"\u00dd":{d:"87,0r-29,0r19,-101r-47,-142r32,0r34,120r79,-120r35,0r-103,142xm139,-298r39,0r-49,42r-26,0",w:186},"\u00e1":{d:"153,0r-27,0v-1,-9,3,-30,3,-45v-19,36,-43,49,-68,49v-30,0,-50,-25,-50,-58v-4,-75,77,-148,168,-117v-9,49,-27,119,-26,171xm72,-21v41,3,69,-77,73,-131v-59,-13,-102,38,-103,93v0,19,7,38,30,38xm143,-247r36,0r-49,52r-23,0",w:187},"\u00e2":{d:"153,0r-27,0v-1,-9,3,-30,3,-45v-19,36,-43,49,-68,49v-30,0,-50,-25,-50,-58v-4,-75,77,-148,168,-117v-9,49,-27,119,-26,171xm72,-21v41,3,69,-77,73,-131v-59,-13,-102,38,-103,93v0,19,7,38,30,38xm118,-247r22,0r25,52r-22,0v-6,-11,-9,-25,-17,-34r-25,34r-24,0",w:187},"\u00e4":{d:"153,0r-27,0v-1,-9,3,-30,3,-45v-19,36,-43,49,-68,49v-30,0,-50,-25,-50,-58v-4,-75,77,-148,168,-117v-9,49,-27,119,-26,171xm72,-21v41,3,69,-77,73,-131v-59,-13,-102,38,-103,93v0,19,7,38,30,38xm107,-224v0,10,-8,19,-19,19v-10,0,-17,-8,-17,-18v0,-11,9,-19,19,-19v10,0,17,8,17,18xm154,-205v-10,0,-17,-8,-17,-18v0,-11,8,-19,19,-19v10,0,17,8,17,18v0,10,-8,19,-19,19",w:187},"\u00e0":{d:"153,0r-27,0v-1,-9,3,-30,3,-45v-19,36,-43,49,-68,49v-30,0,-50,-25,-50,-58v-4,-75,77,-148,168,-117v-9,49,-27,119,-26,171xm72,-21v41,3,69,-77,73,-131v-59,-13,-102,38,-103,93v0,19,7,38,30,38xm82,-247r34,0r23,52r-21,0",w:187},"\u00e5":{d:"153,0r-27,0v-1,-9,3,-30,3,-45v-19,36,-43,49,-68,49v-30,0,-50,-25,-50,-58v-4,-75,77,-148,168,-117v-9,49,-27,119,-26,171xm72,-21v41,3,69,-77,73,-131v-59,-13,-102,38,-103,93v0,19,7,38,30,38xm124,-259v19,0,34,12,34,33v1,42,-72,45,-72,2v0,-21,17,-35,38,-35xm140,-227v0,-11,-6,-19,-18,-19v-10,0,-18,9,-18,21v0,10,7,19,18,19v10,0,18,-9,18,-21",w:187},"\u00e3":{d:"153,0r-27,0v-1,-9,3,-30,3,-45v-19,36,-43,49,-68,49v-30,0,-50,-25,-50,-58v-4,-75,77,-148,168,-117v-9,49,-27,119,-26,171xm72,-21v41,3,69,-77,73,-131v-59,-13,-102,38,-103,93v0,19,7,38,30,38xm168,-242v-2,46,-41,36,-64,21v-6,0,-9,7,-11,17r-17,0v2,-21,12,-36,28,-36v19,-3,41,34,47,-2r17,0",w:187},"\u00e7":{d:"127,-31r3,23v-8,4,-22,10,-39,11r-11,15v12,3,20,12,20,23v2,29,-42,38,-63,25r7,-16v10,9,34,9,34,-7v0,-8,-8,-13,-24,-14r18,-26v-42,-2,-60,-33,-60,-67v-3,-70,69,-137,143,-106r-8,23v-54,-24,-107,27,-104,80v-7,46,55,55,84,36",w:152},"\u00e9":{d:"131,-32r5,22v-13,7,-34,14,-58,14v-46,0,-66,-32,-66,-70v0,-53,39,-112,95,-112v33,0,51,20,51,44v0,46,-51,58,-116,57v-4,30,14,60,43,57v20,0,36,-7,46,-12xm46,-100v47,1,84,-4,83,-33v0,-14,-11,-22,-26,-22v-29,0,-50,28,-57,55xm126,-247r36,0r-48,52r-23,0",w:163},"\u00ea":{d:"131,-32r5,22v-13,7,-34,14,-58,14v-46,0,-66,-32,-66,-70v0,-53,39,-112,95,-112v33,0,51,20,51,44v0,46,-51,58,-116,57v-4,30,14,60,43,57v20,0,36,-7,46,-12xm46,-100v47,1,84,-4,83,-33v0,-14,-11,-22,-26,-22v-29,0,-50,28,-57,55xm107,-247r21,0r25,52r-23,0v-6,-11,-9,-25,-16,-34r-25,34r-24,0",w:163},"\u00eb":{d:"131,-32r5,22v-13,7,-34,14,-58,14v-46,0,-66,-32,-66,-70v0,-53,39,-112,95,-112v33,0,51,20,51,44v0,46,-51,58,-116,57v-4,30,14,60,43,57v20,0,36,-7,46,-12xm46,-100v47,1,84,-4,83,-33v0,-14,-11,-22,-26,-22v-29,0,-50,28,-57,55xm80,-205v-10,0,-17,-8,-17,-18v0,-11,8,-19,18,-19v11,0,17,8,17,18v0,10,-7,19,-18,19xm164,-224v0,10,-7,19,-19,19v-9,0,-16,-8,-16,-18v0,-11,8,-19,18,-19v11,0,17,8,17,18",w:163},"\u00e8":{d:"131,-32r5,22v-13,7,-34,14,-58,14v-46,0,-66,-32,-66,-70v0,-53,39,-112,95,-112v33,0,51,20,51,44v0,46,-51,58,-116,57v-4,30,14,60,43,57v20,0,36,-7,46,-12xm46,-100v47,1,84,-4,83,-33v0,-14,-11,-22,-26,-22v-29,0,-50,28,-57,55xm68,-247r34,0r24,52r-22,0",w:163},"\u00ed":{d:"40,0r-30,0r34,-174r29,0xm80,-247r36,0r-48,52r-23,0",w:82},"\u00ee":{d:"40,0r-30,0r34,-174r29,0xm58,-247r22,0r24,52r-22,0v-6,-11,-9,-25,-16,-34r-25,34r-24,0",w:82},"\u00ef":{d:"40,0r-30,0r34,-174r29,0xm32,-205v-10,0,-17,-8,-17,-18v0,-11,8,-19,19,-19v10,0,17,8,17,18v0,10,-8,19,-19,19xm98,-205v-10,0,-17,-8,-17,-18v0,-11,8,-19,19,-19v10,0,17,8,17,18v0,10,-8,19,-19,19",w:82},"\u00ec":{d:"40,0r-30,0r34,-174r29,0xm18,-247r34,0r24,52r-22,0",w:82},"\u00f1":{d:"40,0r-30,0r32,-174r26,0v0,11,-5,25,-3,34v15,-25,39,-38,64,-38v31,0,49,35,41,76r-19,102r-30,0r22,-123v0,-17,-7,-30,-28,-30v-21,0,-51,25,-59,68xm165,-242v-2,46,-40,36,-63,21v-7,0,-9,7,-11,17r-17,0v2,-21,12,-36,28,-36v20,-2,41,33,47,-2r16,0",w:192},"\u00f3":{d:"81,4v-44,0,-68,-32,-68,-72v0,-57,40,-110,96,-110v47,0,68,35,68,73v0,53,-38,109,-96,109xm44,-69v0,29,15,49,41,49v35,0,62,-45,62,-86v0,-20,-10,-48,-41,-48v-38,0,-63,45,-62,85xm132,-247r36,0r-48,52r-24,0",w:187},"\u00f4":{d:"81,4v-44,0,-68,-32,-68,-72v0,-57,40,-110,96,-110v47,0,68,35,68,73v0,53,-38,109,-96,109xm44,-69v0,29,15,49,41,49v35,0,62,-45,62,-86v0,-20,-10,-48,-41,-48v-38,0,-63,45,-62,85xm113,-247r21,0r25,52r-23,0v-6,-11,-9,-25,-16,-34r-25,34r-24,0",w:187},"\u00f6":{d:"81,4v-44,0,-68,-32,-68,-72v0,-57,40,-110,96,-110v47,0,68,35,68,73v0,53,-38,109,-96,109xm44,-69v0,29,15,49,41,49v35,0,62,-45,62,-86v0,-20,-10,-48,-41,-48v-38,0,-63,45,-62,85xm86,-205v-10,0,-17,-8,-17,-18v0,-11,8,-19,19,-19v10,0,17,8,17,18v0,10,-8,19,-19,19xm152,-205v-10,0,-17,-8,-17,-18v0,-11,8,-19,19,-19v10,0,17,8,17,18v0,10,-8,19,-19,19",w:187},"\u00f2":{d:"81,4v-44,0,-68,-32,-68,-72v0,-57,40,-110,96,-110v47,0,68,35,68,73v0,53,-38,109,-96,109xm44,-69v0,29,15,49,41,49v35,0,62,-45,62,-86v0,-20,-10,-48,-41,-48v-38,0,-63,45,-62,85xm71,-247r33,0r24,52r-21,0",w:187},"\u00f5":{d:"81,4v-44,0,-68,-32,-68,-72v0,-57,40,-110,96,-110v47,0,68,35,68,73v0,53,-38,109,-96,109xm44,-69v0,29,15,49,41,49v35,0,62,-45,62,-86v0,-20,-10,-48,-41,-48v-38,0,-63,45,-62,85xm160,-242v-2,47,-41,35,-64,21v-6,0,-9,7,-10,17r-18,0v3,-44,41,-38,64,-22v7,0,9,-4,11,-16r17,0",w:187},"\u00fa":{d:"150,-174r30,0r-31,174r-27,0r4,-33v-16,23,-39,37,-62,37v-33,0,-50,-36,-42,-80r18,-98r30,0r-21,123v0,18,7,30,28,30v21,0,49,-25,56,-64xm130,-247r36,0r-48,52r-24,0",w:189},"\u00fb":{d:"150,-174r30,0r-31,174r-27,0r4,-33v-16,23,-39,37,-62,37v-33,0,-50,-36,-42,-80r18,-98r30,0r-21,123v0,18,7,30,28,30v21,0,49,-25,56,-64xm113,-247r22,0r25,52r-22,0v-6,-11,-9,-25,-17,-34r-25,34r-24,0",w:189},"\u00fc":{d:"150,-174r30,0r-31,174r-27,0r4,-33v-16,23,-39,37,-62,37v-33,0,-50,-36,-42,-80r18,-98r30,0r-21,123v0,18,7,30,28,30v21,0,49,-25,56,-64xm85,-205v-10,0,-17,-8,-17,-18v0,-11,9,-19,19,-19v10,0,17,8,17,18v0,10,-8,19,-19,19xm151,-205v-10,0,-17,-8,-17,-18v0,-11,9,-19,19,-19v10,0,17,8,17,18v0,10,-8,19,-19,19",w:189},"\u00f9":{d:"150,-174r30,0r-31,174r-27,0r4,-33v-16,23,-39,37,-62,37v-33,0,-50,-36,-42,-80r18,-98r30,0r-21,123v0,18,7,30,28,30v21,0,49,-25,56,-64xm70,-247r34,0r24,52r-21,0",w:189},"\u00fd":{d:"17,-174r31,0r26,139r63,-139r32,0v-39,73,-73,168,-125,224v-20,19,-41,28,-51,30r-7,-26v25,-9,58,-32,66,-64xm115,-247r36,0r-48,52r-23,0",w:158},"\u00ff":{d:"17,-174r31,0r26,139r63,-139r32,0v-39,73,-73,168,-125,224v-20,19,-41,28,-51,30r-7,-26v25,-9,58,-32,66,-64xm68,-205v-10,0,-17,-8,-17,-18v0,-11,8,-19,19,-19v10,0,17,8,17,18v0,10,-8,19,-19,19xm134,-205v-10,0,-17,-8,-17,-18v0,-11,8,-19,19,-19v10,0,17,8,17,18v0,10,-8,19,-19,19",w:158},"\u00b9":{d:"73,-146r-25,0r22,-119r-26,12r-2,-18v18,-7,30,-19,58,-16",w:82},"\u00b2":{d:"112,-146r-95,0v0,-21,19,-24,29,-35v33,-27,56,-47,56,-68v0,-24,-42,-22,-52,-8r-6,-17v24,-21,88,-19,85,22v2,32,-45,61,-73,86r60,0",w:107},"\u00b3":{d:"49,-260r-4,-16v21,-20,84,-14,80,19v0,17,-14,29,-33,35v50,22,21,81,-33,78v-17,0,-32,-5,-40,-11r9,-17v16,15,70,10,65,-18v-1,-18,-21,-24,-41,-23v2,-7,-1,-19,11,-16v16,0,36,-10,36,-25v2,-22,-39,-18,-50,-6",w:104},"\u00ad":{d:"17,-109r86,0r-4,23r-86,0",w:110},"\u00a0":{w:65}}});var koNavigation=new Class({initialize:function(){if($defined($$("h1 em")[0])&&$defined($$("h1 em")[0].getProperty("class").split("-")[1])){this.i=$$("h1 em")[0].getProperty("class").split("-")[1]}else{this.i=0}this.Links=$$(".nav");this.selected=$("selected");$("gnav-description").setStyle("opacity",0);this.setBG();this.storeInfo();this.storeNonGlobals();this.addHover();var b=this.gnavs[0].retrieve("rel");var a=$("gnav-description").retrieve("defaultRel");$("selected").setStyle("left",a);this.navEvents()},setBG:function(){var a=$$(".gnav li a");var b=a[0].getStyle("background-image");a.each(function(c){li=c.getParent();c.setStyle("height",32);var e=c.getStyle("width");var d=li.getProperty("rel");d=d+" bottom";var f=new Element("div",{html:"&nbsp;",styles:{position:"absolute",top:20,width:e,height:22,"background-repeat":"no-repeat","background-position":d.toInt()}});f.inject(li)})},storeInfo:function(){this.gnavs=$$(".gnav a");this.relativegnav=$$(".gnav")[0].getPosition();this.relativeselected=$("selected").getPosition();this.relativePos=(this.relativegnav.x*2)-this.relativeselected.x;this.selectedsize=$("selected").getSize().x;this.relativeicon=(this.selectedsize)/2-$("selected-icon").getSize().x;this.gnavs.each(function(g){var f=g.getSize().x/2;f=f-(this.selectedsize)/2;var i=g.getPosition();var e=i.x-this.relativePos+this.relativeicon;var d=e+f;g.store("rel",d);var h=g.getProperty("title");g.store("title",h)}.bind(this));var c=$("gnav-description");var a=this.gnavs[this.i].retrieve("rel");c.store("defaultRel",a);var b=this.gnavs[this.i].retrieve("title");c.store("defaultTitle",b)},storeNonGlobals:function(){this.nonGlobals=$$(".nav");this.gnavs.each(function(a){this.nonGlobals.erase(a)}.bind(this));this.nonGlobals.each(function(c){var e=c.getProperty("rel");var b=$(e);var a=b.retrieve("rel");var d=b.retrieve("title");c.store("rel",a);c.store("title",d)}.bind(this))},navEvents:function(){var a=$$(".nav");a.each(function(b){b.addEvent("click",function(c){})})},addHover:function(){this.Links.each(function(b){var d=$("gnav-description");var a=$("selected");a.set("tween",{transition:"quart:out",duration:1000});c=b.getProperty("href");if(c.contains(".shtml")){var c=c.split(".shtml")[0]}else{if(c.contains("/")){var c=c.split("/")[0]}}b.store("request",c);b.addEvents({mouseover:function(g){g.stop();b.setProperty("title","");var f=b.retrieve("rel");var h=b.retrieve("title");d.setProperty("html",h);d.setStyle("opacity",1);a.tween("left",f)},mouseout:function(h){h.stop();var i=b.retrieve("title");b.setProperty("title",i);var g=d.retrieve("defaultTitle");d.setProperty("html",g);d.setStyle("opacity",0);var f=d.retrieve("defaultRel");a.tween("left",f)}})}.bind(this))}});function unhideJS(){var a=$$(".hideJS");a.each(function(b){b.setStyle("display","block")})}window.addEvent("domready",function(){unhideJS();new koNavigation});Cufon.replace(".cufon");
