/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var M=function(){return M.replace.apply(null,arguments)};var X=M.DOM={ready:(function(){var c=false,e={loaded:1,complete:1};var b=[],d=function(){if(c){return}c=true;for(var f;f=b.shift();f()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",d,false);window.addEventListener("pageshow",d,false)}if(!window.opera&&document.readyState){(function(){e[document.readyState]?d():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");d()}catch(f){setTimeout(arguments.callee,1)}})()}Q(window,"load",d);return function(f){if(!arguments.length){d()}else{c?f():b.push(f)}}})(),root:function(){return document.documentElement||document.body}};var N=M.CSS={Size:function(c,b){this.value=parseFloat(c);this.unit=String(c).match(/[a-z%]*$/)[0]||"px";this.convert=function(d){return d/b*this.value};this.convertFrom=function(d){return d/this.value*b};this.toString=function(){return this.value+this.unit}},addClass:function(c,b){c.className=(c.className&&" ")+b;return c},color:J(function(c){var b={};b.color=c.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(e,d,f){b.opacity=parseFloat(f);return"rgb("+d+")"});return b}),fontStretch:J(function(b){if(typeof b=="number"){return b}if(/%$/.test(b)){return parseFloat(b)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[b]||1}),getStyle:function(c){var b=document.defaultView;if(b&&b.getComputedStyle){return new A(b.getComputedStyle(c,null))}if(c.currentStyle){return new A(c.currentStyle)}return new A(c.style)},gradient:J(function(f){var g={id:f,type:f.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},c=f.substr(f.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var e=0,b=c.length,d;e<b;++e){d=c[e].split("=",2).reverse();g.stops.push([d[1]||e/(b-1),d[0]])}return g}),quotedList:J(function(e){var d=[],c=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,b;while(b=c.exec(e)){d.push(b[3]||b[1])}return d}),recognizesMedia:J(function(h){var f=document.createElement("style"),d,c,b;f.type="text/css";f.media=h;try{f.appendChild(document.createTextNode("/**/"))}catch(g){}c=G("head")[0];c.insertBefore(f,c.firstChild);d=(f.sheet||f.styleSheet);b=d&&!d.disabled;c.removeChild(f);return b}),removeClass:function(d,c){var b=RegExp("(?:^|\\s+)"+c+"(?=\\s|$)","g");d.className=d.className.replace(b,"");return d},supports:function(d,c){var b=document.createElement("span").style;if(b[d]===undefined){return false}b[d]=c;return b[d]===c},textAlign:function(e,d,b,c){if(d.get("textAlign")=="right"){if(b>0){e=" "+e}}else{if(b<c-1){e+=" "}}return e},textDecoration:function(g,f){if(!f){f=this.getStyle(g)}var c={underline:null,overline:null,"line-through":null};for(var b=g;b.parentNode&&b.parentNode.nodeType==1;){var e=true;for(var d in c){if(!K(c,d)||c[d]){continue}if(f.get("textDecoration").indexOf(d)!=-1){c[d]=f.get("color")}e=false}if(e){break}f=this.getStyle(b=b.parentNode)}return c},textShadow:J(function(f){if(f=="none"){return null}var e=[],g={},b,c=0;var d=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(b=d.exec(f)){if(b[0]==","){e.push(g);g={};c=0}else{if(b[1]){g.color=b[1]}else{g[["offX","offY","blur"][c++]]=b[2]}}}e.push(g);return e}),textTransform:function(c,b){return c[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[b.get("textTransform")]||"toString"]()},whiteSpace:(function(){var b={inline:1,"inline-block":1,"run-in":1};return function(e,c,d){if(b[c.get("display")]){return e}if(!d.previousSibling){e=e.replace(/^\s+/,"")}if(!d.nextSibling){e=e.replace(/\s+$/,"")}return e}})()};N.ready=(function(){var b=!N.recognizesMedia("all"),e=false;var d=[],h=function(){b=true;for(var k;k=d.shift();k()){}};var i=G("link"),j=G("style");function c(k){return k.disabled||g(k.sheet,k.media||"screen")}function g(n,q){if(!N.recognizesMedia(q||"all")){return true}if(!n||n.disabled){return false}try{var r=n.cssRules,p;if(r){search:for(var m=0,k=r.length;p=r[m],m<k;++m){switch(p.type){case 2:break;case 3:if(!g(p.styleSheet,p.media.mediaText)){return false}break;default:break search}}}}catch(o){}return true}function f(){if(document.createStyleSheet){return true}var l,k;for(k=0;l=i[k];++k){if(l.rel.toLowerCase()=="stylesheet"&&!c(l)){return false}}for(k=0;l=j[k];++k){if(!c(l)){return false}}return true}X.ready(function(){if(!e){e=N.getStyle(document.body).isUsable()}if(b||(e&&f())){h()}else{setTimeout(arguments.callee,10)}});return function(k){if(b){k()}else{d.push(k)}}})();function S(c){var b=this.face=c.face;this.glyphs=c.glyphs;this.w=c.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var e=b.bbox.split(/\s+/);var d={minX:parseInt(e[0],10),minY:parseInt(e[1],10),maxX:parseInt(e[2],10),maxY:parseInt(e[3],10)};d.width=d.maxX-d.minX;d.height=d.maxY-d.minY;d.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return d})();this.ascent=-parseInt(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent}function F(){var c={},b={oblique:"italic",italic:"oblique"};this.add=function(d){(c[d.style]||(c[d.style]={}))[d.weight]=d};this.get=function(h,i){var g=c[h]||c[b[h]]||c.normal||c.italic||c.oblique;if(!g){return null}i={normal:400,bold:700}[i]||parseInt(i,10);if(g[i]){return g[i]}var e={1:1,99:0}[i%100],k=[],f,d;if(e===undefined){e=i>400}if(i==500){i=400}for(var j in g){if(!K(g,j)){continue}j=parseInt(j,10);if(!f||j<f){f=j}if(!d||j>d){d=j}k.push(j)}if(i<f){i=f}if(i>d){i=d}k.sort(function(m,l){return(e?(m>i&&l>i)?m<l:m>l:(m<i&&l<i)?m>l:m<l)?-1:1});return g[k[0]]}}function R(){function d(f,g){if(f.contains){return f.contains(g)}return f.compareDocumentPosition(g)&16}function b(g){var f=g.relatedTarget;if(!f||d(this,f)){return}c(this)}function e(f){c(this)}function c(f){setTimeout(function(){M.replace(f,D.get(f).options,true)},10)}this.attach=function(f){if(f.onmouseenter===undefined){Q(f,"mouseover",b);Q(f,"mouseout",b)}else{Q(f,"mouseenter",e);Q(f,"mouseleave",e)}}}function U(){var c=[],d={};function b(h){var e=[],g;for(var f=0;g=h[f];++f){e[f]=c[d[g]]}return e}this.add=function(f,e){d[f]=c.push(e)-1};this.repeat=function(){var e=arguments.length?b(arguments):c,f;for(var g=0;f=e[g++];){M.replace(f[0],f[1],true)}}}function a(){var d={},b=0;function c(e){return e.cufid||(e.cufid=++b)}this.get=function(e){var f=c(e);return d[f]||(d[f]={})}}function A(b){var d={},c={};this.extend=function(e){for(var f in e){if(K(e,f)){d[f]=e[f]}}return this};this.get=function(e){return d[e]!=undefined?d[e]:b[e]};this.getSize=function(f,e){return c[f]||(c[f]=new N.Size(this.get(f),e))};this.isUsable=function(){return !!b}}function Q(c,b,d){if(c.addEventListener){c.addEventListener(b,d,false)}else{if(c.attachEvent){c.attachEvent("on"+b,function(){return d.call(c,window.event)})}}}function V(c,b){var d=D.get(c);if(d.options){return c}if(b.hover&&b.hoverables[c.nodeName.toLowerCase()]){B.attach(c)}d.options=b;return c}function J(b){var c={};return function(d){if(!K(c,d)){c[d]=b.apply(null,arguments)}return c[d]}}function C(g,f){if(!f){f=N.getStyle(g)}var c=N.quotedList(f.get("fontFamily").toLowerCase()),e;for(var d=0,b=c.length;d<b;++d){e=c[d];if(I[e]){return I[e].get(f.get("fontStyle"),f.get("fontWeight"))}}return null}function G(b){return document.getElementsByTagName(b)}function K(c,b){return c.hasOwnProperty(b)}function H(){var b={},d,f;for(var e=0,c=arguments.length;d=arguments[e],e<c;++e){for(f in d){if(K(d,f)){b[f]=d[f]}}}return b}function O(e,o,c,p,f,d){var n=p.separate;if(n=="none"){return Z[p.engine].apply(null,arguments)}var m=document.createDocumentFragment(),h;var j=o.split(P[n]),b=(n=="words");if(b&&T){if(/^\s/.test(o)){j.unshift("")}if(/\s$/.test(o)){j.push("")}}for(var k=0,g=j.length;k<g;++k){h=Z[p.engine](e,b?N.textAlign(j[k],c,k,g):j[k],c,p,f,d,k<g-1);if(h){m.appendChild(h)}}return m}function L(c,k){var d,b,e,h,g,j;for(e=V(c,k).firstChild;e;e=g){h=e.nodeType;g=e.nextSibling;j=false;if(h==1){if(!e.firstChild){continue}if(!/cufon/.test(e.className)){arguments.callee(e,k);continue}else{j=true}}else{if(h!=3){continue}}if(!b){b=N.getStyle(c).extend(k)}if(!d){d=C(c,b)}if(!d){continue}if(j){Z[k.engine](d,null,b,k,e,c);continue}var i=N.whiteSpace(e.data,b,e);if(i===""){continue}var f=O(d,i,b,k,e,c);if(f){e.parentNode.replaceChild(f,e)}else{e.parentNode.removeChild(e)}}}var T=" ".split(/\s+/).length==0;var D=new a();var B=new R();var Y=new U();var E=false;var Z={},I={},W={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(b){return jQuery(b)})||(window.dojo&&dojo.query)||(window.$$&&function(b){return $$(b)})||(window.$&&function(b){return $(b)})||(document.querySelectorAll&&function(b){return document.querySelectorAll(b)})||(window.Ext&&Ext.query)||G),separate:"words",textShadow:"none"};var P={words:/[^\S\u00a0]+/,characters:""};M.now=function(){X.ready();return M};M.refresh=function(){Y.repeat.apply(Y,arguments);return M};M.registerEngine=function(c,b){if(!b){return M}Z[c]=b;return M.set("engine",c)};M.registerFont=function(d){var b=new S(d),c=b.family;if(!I[c]){I[c]=new F()}I[c].add(b);return M.set("fontFamily",'"'+c+'"')};M.replace=function(d,c,b){c=H(W,c);if(!c.engine){return M}if(!E){N.addClass(X.root(),"cufon-active cufon-loading");N.ready(function(){N.removeClass(X.root(),"cufon-loading")});E=true}if(c.hover){c.forceHitArea=true}if(typeof c.textShadow=="string"){c.textShadow=N.textShadow(c.textShadow)}if(typeof c.color=="string"&&/^-/.test(c.color)){c.textGradient=N.gradient(c.color)}if(!b){Y.add(d,arguments)}if(d.nodeType||typeof d=="string"){d=[d]}N.ready(function(){for(var f=0,e=d.length;f<e;++f){var g=d[f];if(typeof g=="string"){M.replace(c.selector(g),c,true)}else{L(g,c)}}});return M};M.set=function(b,c){W[b]=c;return M};return M})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}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((".cufon-canvas{text-indent:0;}@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:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AH,a,z,W,e,AI){var I=(a===null);if(I){a=e.alt}var c=AH.viewBox;var K=z.getSize("fontSize",AH.baseSize);var v=z.get("letterSpacing");v=(v=="normal")?0:K.convertFrom(parseInt(v,10));var d=0,w=0,u=0,Y=0;var b=W.textShadow,s=[];if(b){for(var AG=b.length;AG--;){var m=b[AG];var r=K.convertFrom(parseFloat(m.offX));var p=K.convertFrom(parseFloat(m.offY));s[AG]=[r,p];if(p<d){d=p}if(r>w){w=r}if(p>u){u=p}if(r<Y){Y=r}}}var AL=Cufon.CSS.textTransform(a,z).split(""),U;var J=AH.glyphs,X,M,AC;var G=0,Q,h=[];for(var AG=0,AE=0,AB=AL.length;AG<AB;++AG){X=J[U=AL[AG]]||AH.missingGlyph;if(!X){continue}if(M){G-=AC=M[U]||0;h[AE-1]-=AC}G+=Q=h[AE++]=~~(X.w||AH.w)+v;M=X.k}if(Q===undefined){return null}w+=c.width-Q;Y+=c.minX;var V,L;if(I){V=e;L=e.firstChild}else{V=document.createElement("span");V.className="cufon cufon-canvas";V.alt=a;L=document.createElement("canvas");V.appendChild(L);if(W.printable){var AD=document.createElement("span");AD.className="cufon-alt";AD.appendChild(document.createTextNode(a));V.appendChild(AD)}}var AM=V.style;var o=L.style;var H=K.convert(c.height);var AK=Math.ceil(H);var t=AK/H;var n=t*Cufon.CSS.fontStretch(z.get("fontStretch"));var q=G*n;var AA=Math.ceil(K.convert(q+w-Y));var O=Math.ceil(K.convert(c.height-d+u));L.width=AA;L.height=O;o.width=AA+"px";o.height=O+"px";d+=c.minY;o.top=Math.round(K.convert(d-AH.ascent))+"px";o.left=Math.round(K.convert(Y))+"px";var T=Math.ceil(K.convert(q))+"px";if(A){AM.width=T;AM.height=K.convert(AH.height)+"px"}else{AM.paddingLeft=T;AM.paddingBottom=(K.convert(AH.height)-1)+"px"}var AJ=L.getContext("2d"),f=H/c.height;AJ.scale(f,f*t);AJ.translate(-Y,-d);AJ.lineWidth=AH.face["underline-thickness"];AJ.save();function N(i,g){AJ.strokeStyle=g;AJ.beginPath();AJ.moveTo(0,i);AJ.lineTo(G,i);AJ.stroke()}var P=W.enableTextDecoration?Cufon.CSS.textDecoration(AI,z):{};if(P.underline){N(-AH.face["underline-position"],P.underline)}if(P.overline){N(AH.ascent,P.overline)}function AF(){AJ.scale(n,1);for(var x=0,k=0,g=AL.length;x<g;++x){var y=J[AL[x]]||AH.missingGlyph;if(!y){continue}if(y.d){AJ.beginPath();if(y.code){C(y.code,AJ)}else{y.code=D("m"+y.d,AJ)}AJ.fill()}AJ.translate(h[k++],0)}AJ.restore()}if(b){for(var AG=b.length;AG--;){var m=b[AG];AJ.save();AJ.fillStyle=m.color;AJ.translate.apply(AJ,s[AG]);AF()}}var S=W.textGradient;if(S){var Z=S.stops,R=AJ.createLinearGradient(0,c.minY,0,c.maxY);for(var AG=0,AB=Z.length;AG<AB;++AG){R.addColorStop.apply(R,Z[AG])}AJ.fillStyle=R}else{AJ.fillStyle=z.get("color")}AF();if(P["line-through"]){N(-AH.descent,P["line-through"])}return V}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;var F=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(F?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function C(G,H){return A(G,/(?:em|ex|%)$/i.test(H)?"1em":H)}function A(J,K){if(/px$/i.test(K)){return parseFloat(K)}var I=J.style.left,H=J.runtimeStyle.left;J.runtimeStyle.left=J.currentStyle.left;J.style.left=K.replace("%","em");var G=J.style.pixelLeft;J.style.left=I;J.runtimeStyle.left=H;return G}var E={};function D(L){var M=L.id;if(!E[M]){var J=L.stops,K=document.createElement("cvml:fill"),G=[];K.type="gradient";K.angle=180;K.focus="0";K.method="sigma";K.color=J[0][1];for(var I=1,H=J.length-1;I<H;++I){G.push(J[I][0]*100+"% "+J[I][1])}K.colors=G.join(",");K.color2=J[H][1];E[M]=K}return E[M]}return function(AI,f,AC,b,n,AJ,AA){var J=(f===null);if(J){f=n.alt}var h=AI.viewBox;var L=AC.computedFontSize||(AC.computedFontSize=new Cufon.CSS.Size(C(AJ,AC.get("fontSize"))+"px",AI.baseSize));var z=AC.computedLSpacing;if(z==undefined){z=AC.get("letterSpacing");AC.computedLSpacing=z=(z=="normal")?0:~~L.convertFrom(A(AJ,z))}var X,M;if(J){X=n;M=n.firstChild}else{X=document.createElement("span");X.className="cufon cufon-vml";X.alt=f;M=document.createElement("span");M.className="cufon-vml-canvas";X.appendChild(M);if(b.printable){var AF=document.createElement("span");AF.className="cufon-alt";AF.appendChild(document.createTextNode(f));X.appendChild(AF)}if(!AA){X.appendChild(document.createElement("cvml:shape"))}}var AO=X.style;var u=M.style;var H=L.convert(h.height),AL=Math.ceil(H);var y=AL/H;var s=y*Cufon.CSS.fontStretch(AC.get("fontStretch"));var x=h.minX,w=h.minY;u.height=AL;u.top=Math.round(L.convert(w-AI.ascent));u.left=Math.round(L.convert(x));AO.height=L.convert(AI.height)+"px";var Q=b.enableTextDecoration?Cufon.CSS.textDecoration(AJ,AC):{};var e=AC.get("color");var AN=Cufon.CSS.textTransform(f,AC).split(""),W;var K=AI.glyphs,c,N,AE;var G=0,o=[],v=0,S;var U,g=b.textShadow;for(var AH=0,AG=0,AD=AN.length;AH<AD;++AH){c=K[W=AN[AH]]||AI.missingGlyph;if(!c){continue}if(N){G-=AE=N[W]||0;o[AG-1]-=AE}G+=S=o[AG++]=~~(c.w||AI.w)+z;N=c.k}if(S===undefined){return null}var V=-x+G+(h.width-S);var AM=L.convert(V*s),AB=Math.round(AM);var r=V+","+h.height,I;var m="r"+r+"ns";var T=b.textGradient&&D(b.textGradient);for(AH=0,AG=0;AH<AD;++AH){c=K[AN[AH]]||AI.missingGlyph;if(!c){continue}if(J){U=M.childNodes[AG];while(U.firstChild){U.removeChild(U.firstChild)}}else{U=document.createElement("cvml:shape");M.appendChild(U)}U.stroked="f";U.coordsize=r;U.coordorigin=I=(x-v)+","+w;U.path=(c.d?"m"+c.d+"xe":"")+"m"+I+m;U.fillcolor=e;if(T){U.appendChild(T.cloneNode(false))}var AK=U.style;AK.width=AB;AK.height=AL;if(g){var P=g[0],O=g[1];var a=Cufon.CSS.color(P.color),Y;var q=document.createElement("cvml:shadow");q.on="t";q.color=a.color;q.offset=P.offX+","+P.offY;if(O){Y=Cufon.CSS.color(O.color);q.type="double";q.color2=Y.color;q.offset2=O.offX+","+O.offY}q.opacity=a.opacity||(Y&&Y.opacity)||1;U.appendChild(q)}v+=o[AG++]}var p=U.nextSibling,R,Z;if(b.forceHitArea){if(!p){p=document.createElement("cvml:rect");p.stroked="f";p.className="cufon-vml-cover";R=document.createElement("cvml:fill");R.opacity=0;p.appendChild(R);M.appendChild(p)}Z=p.style;Z.width=AB;Z.height=AL}else{if(p){M.removeChild(p)}}AO.width=Math.max(Math.ceil(L.convert(G*s)),0);if(F){var t=AC.computedYAdjust;if(t===undefined){var d=AC.get("lineHeight");if(d=="normal"){d="1em"}else{if(!isNaN(d)){d+="em"}}AC.computedYAdjust=t=0.5*(A(AJ,d)-parseFloat(AO.height))}if(t){AO.marginTop=Math.ceil(t)+"px";AO.marginBottom=t+"px"}}return X}})());
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																	
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																											Cufon.registerFont({"w":206,"face":{"font-family":"Myriad Pro","font-weight":900,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 3 3 4 3 2 2 4","ascent":"270","descent":"-90","x-height":"4","bbox":"-13 -270 321 90","underline-thickness":"18","underline-position":"-18","stemh":"48","stemv":"65","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":71,"k":{"T":14,"V":14,"W":14,"Y":14}},"!":{"d":"75,-84r-48,0r-9,-159r67,0xm51,4v-22,0,-37,-16,-37,-37v0,-22,15,-38,37,-38v22,0,37,16,37,38v0,21,-15,37,-37,37","w":102},"\"":{"d":"10,-249r56,0r-9,102r-38,0xm86,-249r56,0r-9,102r-38,0","w":152,"k":{"T":-2,"J":21,"C":4,"G":4,"O":4,"Q":4,"V":-2,"W":-2,"X":-2,"Y":-4,"A":14,"f":-9,"g":8,"c":5,"d":5,"e":5,"o":5,"q":5,"t":-7,",":47,".":47}},"#":{"d":"86,-100r31,0r5,-35r-31,0xm70,0r-37,0r9,-62r-29,0r0,-38r36,0r5,-35r-30,0r0,-39r36,0r9,-60r37,0r-9,60r31,0r9,-60r37,0r-9,60r28,0r0,39r-35,0r-5,35r30,0r0,38r-36,0r-9,62r-37,0r9,-62r-31,0"},"$":{"d":"123,32r-41,0r0,-34v-25,-1,-50,-8,-64,-15r12,-50v16,8,38,16,63,16v18,0,32,-5,32,-17v0,-11,-11,-18,-38,-26v-39,-13,-67,-31,-67,-67v0,-33,23,-59,64,-67r0,-34r41,0r0,31v25,1,41,5,54,11r-11,48v-7,-7,-83,-23,-82,4v0,9,11,18,42,26v89,23,79,122,-5,137r0,37"},"%":{"d":"9,-165v0,-39,25,-73,70,-73v43,0,66,32,66,70v0,49,-32,74,-68,74v-38,0,-68,-28,-68,-71xm98,-166v0,-22,-5,-37,-21,-37v-15,0,-20,16,-20,37v0,22,7,38,21,38v13,0,20,-14,20,-38xm115,4r-33,0r133,-242r33,0xm185,-67v0,-40,25,-74,70,-74v43,0,66,32,66,70v0,49,-33,75,-69,75v-38,0,-67,-28,-67,-71xm253,-106v-15,0,-20,17,-20,38v0,22,7,37,21,37v13,0,20,-13,20,-37v0,-22,-7,-38,-21,-38","w":330},"&":{"d":"253,0r-75,0v-4,-5,-9,-10,-13,-15v-14,10,-35,19,-65,19v-110,0,-109,-105,-43,-139v-37,-42,-16,-112,60,-112v40,0,71,23,71,59v1,25,-17,45,-46,63v11,12,22,26,32,36v9,-14,17,-36,20,-54r57,0v-6,36,-19,68,-42,93v14,17,29,34,44,50xm72,-76v0,29,43,42,63,25v-15,-14,-32,-33,-49,-52v-8,7,-14,15,-14,27xm115,-207v-27,6,-20,34,-2,51v14,-11,20,-19,20,-30v0,-10,-6,-21,-18,-21","w":255},"(":{"d":"59,-248r44,0v-41,57,-42,232,0,289r-44,0v-18,-27,-38,-75,-38,-144v0,-70,20,-118,38,-145","w":118,"k":{"T":-4,"J":-3,"C":10,"G":10,"O":10,"Q":10,"V":-6,"W":-6,"Y":-9,"A":8,"j":-17}},")":{"d":"59,41r-44,0v41,-57,42,-232,0,-289r44,0v18,27,38,74,38,144v0,69,-20,117,-38,145","w":118},"*":{"d":"105,-247r35,21r-40,47r59,-14r0,42v-19,-2,-42,-10,-60,-10r41,45r-36,21r-20,-58r-20,58r-36,-21r41,-46r-58,11r0,-42v18,3,40,12,57,13r-40,-46r37,-21v7,19,11,41,20,58","w":169},"+":{"d":"87,-192r40,0r0,76r73,0r0,39r-73,0r0,77r-40,0r0,-77r-73,0r0,-39r73,0r0,-76","w":214},",":{"d":"41,39r-43,3v13,-37,23,-73,29,-109r64,-4v-13,39,-30,77,-50,110","w":101,"k":{"\"":47,"'":47}},"-":{"d":"11,-114r96,0r0,42r-96,0r0,-42","w":118,"k":{"T":21,"C":-4,"G":-4,"O":-4,"Q":-4,"V":11,"W":11,"X":5,"Y":23,"A":2,"c":-5,"d":-5,"e":-5,"o":-5,"q":-5}},".":{"d":"92,-34v0,22,-15,38,-38,38v-22,0,-36,-16,-36,-38v0,-22,15,-38,37,-38v22,0,37,15,37,38","w":101,"k":{"\"":47,"'":47}},"\/":{"d":"50,14r-41,0r67,-261r41,0","w":117},"0":{"d":"104,-238v68,0,91,61,91,121v0,69,-29,121,-92,121v-67,0,-92,-60,-92,-121v0,-63,27,-121,93,-121xm104,-189v-17,0,-28,21,-28,72v0,51,11,72,28,72v17,0,26,-22,26,-72v0,-49,-9,-72,-26,-72"},"1":{"d":"85,0r-1,-177r-46,21r-10,-48r66,-30r54,0r0,234r-63,0"},"2":{"d":"188,0r-173,0r0,-39v34,-32,112,-91,104,-118v1,-40,-66,-31,-85,-10r-17,-47v18,-13,48,-24,81,-24v54,0,86,30,86,76v1,49,-45,82,-77,109r81,0r0,53"},"3":{"d":"13,-13r13,-48v16,12,94,28,93,-11v0,-27,-34,-30,-65,-28r0,-46v26,0,58,2,59,-21v2,-31,-68,-18,-81,-7r-12,-46v15,-9,45,-18,77,-18v89,0,111,88,39,113v26,8,50,25,50,57v0,43,-39,72,-100,72v-32,0,-59,-8,-73,-17"},"4":{"d":"172,0r-61,0r0,-53r-101,0r0,-41r81,-140r81,0r0,134r26,0r0,47r-26,0r0,53xm69,-101v11,3,29,0,42,1r1,-88"},"5":{"d":"83,-156v58,-4,106,19,106,77v0,43,-38,83,-106,83v-30,0,-54,-6,-68,-13r11,-48v24,11,95,24,97,-19v8,-29,-57,-38,-96,-31r15,-127r136,0r0,53r-92,0"},"6":{"d":"171,-237r0,49v-48,-6,-97,22,-93,45v46,-35,120,-8,120,62v0,48,-39,85,-90,85v-119,2,-118,-152,-55,-207v29,-25,68,-36,118,-34xm103,-113v-17,1,-30,9,-28,31v1,19,10,39,32,39v32,0,36,-72,-4,-70"},"7":{"d":"16,-234r173,0r0,40r-94,194r-69,0r95,-181r-105,0r0,-53"},"8":{"d":"101,4v-103,0,-114,-92,-51,-124v-64,-36,-23,-122,55,-118v90,4,104,77,49,112v74,32,43,130,-53,130xm104,-40v42,-5,26,-53,-5,-57v-30,6,-29,56,5,57xm102,-195v-36,6,-24,44,5,50v23,-4,28,-51,-5,-50"},"9":{"d":"194,-136v1,97,-63,147,-163,139r0,-50v43,8,92,-16,96,-46v-43,31,-118,5,-118,-60v0,-46,39,-85,92,-85v66,0,93,50,93,102xm102,-125v19,0,27,-6,26,-26v0,-18,-6,-41,-29,-40v-14,0,-25,13,-25,34v0,16,9,32,28,32"},":":{"d":"91,-145v0,22,-14,37,-37,37v-22,0,-36,-15,-36,-37v0,-22,15,-38,37,-38v22,0,36,16,36,38xm91,-33v0,22,-14,37,-37,37v-22,0,-36,-15,-36,-37v0,-22,15,-38,37,-38v22,0,36,16,36,38","w":101},";":{"d":"41,39r-43,3v13,-37,23,-73,29,-109r64,-4v-13,39,-30,77,-50,110xm56,-108v-22,0,-37,-15,-37,-37v0,-22,15,-38,37,-38v22,0,37,16,37,38v0,22,-15,37,-37,37","w":101},"<":{"d":"19,-78r0,-36r176,-78r0,44r-127,53r127,51r0,44","w":214},"=":{"d":"200,-115r-186,0r0,-39r186,0r0,39xm200,-39r-186,0r0,-38r186,0r0,38","w":214},">":{"d":"195,-115r0,39r-176,76r0,-44r131,-52r-131,-52r0,-44","w":214},"?":{"d":"154,-190v-1,50,-51,60,-49,107r-56,0v-8,-40,33,-69,40,-96v0,-23,-43,-19,-58,-7r-14,-46v14,-7,35,-15,64,-15v50,0,73,26,73,57xm76,4v-22,0,-37,-16,-37,-37v0,-22,15,-38,37,-38v22,0,37,16,37,38v0,21,-15,37,-37,37","w":166},"@":{"d":"134,-57v20,1,27,-40,29,-64v-27,-6,-43,17,-44,44v0,13,5,20,15,20xm193,2r7,23v-84,34,-181,-4,-181,-101v0,-73,55,-137,137,-137v64,0,110,44,110,104v0,52,-29,86,-70,86v-19,1,-29,-11,-34,-26v-21,40,-85,34,-85,-22v0,-61,69,-102,129,-74r-11,68v-3,18,0,27,9,27v14,1,33,-17,33,-58v0,-45,-30,-81,-85,-81v-54,0,-102,42,-102,109v0,80,76,112,143,82","w":282},"A":{"d":"149,-56r-63,0r-14,56r-67,0r71,-243r86,0r72,243r-70,0xm95,-104r45,0r-24,-92","w":243,"k":{"T":31,"J":-4,"C":10,"G":10,"O":10,"Q":10,"U":14,"V":22,"W":22,"X":10,"Y":37,"Z":-3,"f":5,"g":5,"b":3,"h":3,"k":3,"l":3,"j":2,"i":3,"m":3,"n":3,"p":3,"r":3,"c":6,"d":6,"e":6,"o":6,"q":6,"t":9,"u":6,"v":13,"w":13,"y":13,"x":1,"z":1,"-":4,")":8,"]":8,"}":8,"\"":15,"'":15}},"B":{"d":"214,-72v0,62,-46,73,-128,75v-30,0,-51,-2,-64,-4r0,-238v15,-3,47,-5,77,-5v62,0,103,11,107,61v2,22,-14,39,-40,52v30,8,48,30,48,59xm87,-197r0,48v29,2,57,-7,54,-26v5,-21,-33,-26,-54,-22xm87,-103r0,57v27,4,58,-2,58,-29v0,-26,-29,-29,-58,-28","w":227,"k":{"T":8,"V":6,"W":6,"Y":15,"A":2,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"v":4,"w":4,"y":4,"a":-1,"-":-5,",":6,".":6}},"C":{"d":"195,-57r9,51v-9,4,-32,10,-61,10v-91,0,-131,-57,-131,-121v0,-109,107,-152,196,-119r-13,51v-50,-18,-114,-7,-114,63v0,61,60,85,114,65","w":216,"k":{"T":-3,"J":-4,"C":12,"G":12,"O":12,"Q":12,"V":-3,"W":-3,"X":-1,"Y":-3,"A":-4,"b":1,"h":1,"k":1,"l":1,"i":1,"m":1,"n":1,"p":1,"r":1,"c":8,"d":8,"e":8,"o":8,"q":8,"u":8,"v":14,"w":14,"y":14,"z":-3,"a":4,")":-2,"]":-2,"}":-2,"\"":-3,"'":-3}},"D":{"d":"243,-127v5,122,-109,139,-221,126r0,-238v21,-3,49,-5,78,-5v91,0,139,32,143,117xm87,-193r0,144v51,6,86,-16,87,-76v1,-54,-39,-77,-87,-68","w":255,"k":{"T":10,"V":4,"W":4,"X":13,"Y":14,"A":6,"f":-3,"g":-1,"b":-1,"h":-1,"k":-1,"l":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"c":1,"d":1,"e":1,"o":1,"q":1,"t":-4,"u":-2,"v":-3,"w":-3,"y":-3,"x":5,"z":1,"-":-4,")":9,"]":9,"}":9,",":15,".":15}},"E":{"d":"175,-150r0,52r-88,0r0,45r98,0r0,53r-163,0r0,-243r158,0r0,53r-93,0r0,40r88,0","w":198,"k":{"J":-9,"V":-2,"W":-2,"f":3,"g":3,"b":-2,"h":-2,"k":-2,"l":-2,"j":2,"c":1,"d":1,"e":1,"o":1,"q":1,"t":3,"u":4,"v":5,"w":5,"y":5,"z":-3,"s":-2,",":4,".":4}},"F":{"d":"22,0r0,-243r156,0r0,53r-91,0r0,45r86,0r0,53r-86,0r0,92r-65,0","w":196,"k":{"J":22,"A":22,"M":5,"g":2,"b":5,"h":5,"k":5,"l":5,"i":6,"m":6,"n":6,"p":6,"r":6,"c":9,"d":9,"e":9,"o":9,"q":9,"u":9,"v":7,"w":7,"y":7,"a":13,":":7,";":7,",":32,".":32}},"G":{"d":"149,3v-88,1,-133,-45,-137,-121v-6,-110,122,-149,212,-115r-13,52v-48,-22,-130,-14,-130,60v0,52,39,79,89,69r0,-42r-32,0r0,-50r95,0r0,132v-18,6,-52,15,-84,15","w":250,"k":{"b":-1,"h":-1,"k":-1,"l":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"u":-1,"v":4,"w":4,"y":4,"a":-3}},"H":{"d":"22,-243r65,0r0,90r79,0r0,-90r65,0r0,243r-65,0r0,-96r-79,0r0,96r-65,0r0,-243","w":253,"k":{"Y":8,"f":-1,"j":1,"c":1,"d":1,"e":1,"o":1,"q":1,"v":1,"w":1,"y":1,"x":2,"a":-1,"s":1}},"I":{"d":"22,-243r65,0r0,243r-65,0r0,-243","w":109,"k":{"Y":8,"f":-1,"j":1,"c":1,"d":1,"e":1,"o":1,"q":1,"v":1,"w":1,"y":1,"x":2,"a":-1,"s":1}},"J":{"d":"69,-93r0,-150r65,0r0,150v3,89,-61,109,-135,91r7,-52v32,8,63,8,63,-39","w":154,"k":{"c":1,"d":1,"e":1,"o":1,"q":1,"a":3,",":2,".":2}},"K":{"d":"22,0r0,-243r65,0r0,103r63,-103r80,0r-77,104r80,139r-76,0r-51,-98r-19,25r0,73r-65,0","w":232,"k":{"J":-9,"C":14,"G":14,"O":14,"Q":14,"V":1,"W":1,"Y":6,"Z":-5,"A":-5,"g":6,"b":1,"h":1,"k":1,"l":1,"c":9,"d":9,"e":9,"o":9,"q":9,"u":9,"v":18,"w":18,"y":18,"a":2,"-":9,"\"":-2,"'":-2,",":-2,".":-2}},"L":{"d":"22,0r0,-243r65,0r0,189r94,0r0,54r-159,0","w":190,"k":{"T":40,"J":-13,"C":14,"G":14,"O":14,"Q":14,"U":10,"V":24,"W":24,"Y":33,"A":-3,"f":1,"j":1,"c":3,"d":3,"e":3,"o":3,"q":3,"t":2,"u":4,"v":14,"w":14,"y":14,"a":-2,"-":3,"\"":37,"'":37}},"M":{"d":"230,0r-5,-185r-49,180r-51,0r-21,-84v-6,-26,-14,-63,-19,-96r-8,185r-60,0r15,-243r88,0v13,50,19,107,36,154r40,-154r86,0r12,243r-64,0","w":311,"k":{"T":5,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1}},"N":{"d":"82,0r-60,0r0,-243r77,0r39,75v14,23,26,59,39,85v-6,-49,-5,-105,-5,-160r59,0r0,243r-68,0r-41,-81v-15,-25,-28,-59,-42,-87","w":253,"k":{"Y":8,"f":-1,"j":1,"c":1,"d":1,"e":1,"o":1,"q":1,"v":1,"w":1,"y":1,"x":2,"a":-1,"s":1}},"O":{"d":"133,-247v78,0,118,58,118,123v0,78,-47,128,-122,128v-75,0,-117,-57,-117,-124v0,-71,47,-127,121,-127xm132,-195v-31,0,-51,29,-51,74v0,45,20,73,51,73v31,0,50,-30,50,-74v0,-42,-19,-73,-50,-73","w":262,"k":{"T":10,"V":4,"W":4,"X":13,"Y":14,"A":6,"f":-3,"g":-1,"b":-1,"h":-1,"k":-1,"l":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"c":1,"d":1,"e":1,"o":1,"q":1,"t":-4,"u":-2,"v":-3,"w":-3,"y":-3,"x":5,"z":1,"-":-4,")":9,"]":9,"}":9,",":15,".":15}},"P":{"d":"207,-167v2,63,-52,90,-120,85r0,82r-65,0r0,-239v18,-3,44,-5,81,-5v64,-1,102,22,104,77xm87,-194r0,62v29,5,59,-7,56,-33v4,-24,-31,-34,-56,-29","w":216,"k":{"J":28,"V":4,"W":4,"X":12,"Y":9,"A":18,"M":5,"g":9,"i":2,"m":2,"n":2,"p":2,"r":2,"c":9,"d":9,"e":9,"o":9,"q":9,"t":-5,"u":3,"v":-3,"w":-3,"y":-3,"a":5,"s":7,":":4,";":4,"-":4,")":2,"]":2,"}":2,",":53,".":53}},"Q":{"d":"251,-5r-18,49v-41,-9,-70,-33,-115,-40v-53,-8,-106,-44,-106,-124v0,-71,46,-127,122,-127v77,0,117,59,117,123v0,54,-28,88,-53,106v16,5,35,9,53,13xm132,-48v31,0,50,-30,50,-74v0,-42,-19,-73,-50,-73v-31,0,-51,31,-51,74v0,44,20,73,51,73","w":262,"k":{"T":10,"V":4,"W":4,"X":13,"Y":14,"A":6,"f":-3,"g":-1,"b":-1,"h":-1,"k":-1,"l":-1,"i":-1,"m":-1,"n":-1,"p":-1,"r":-1,"c":1,"d":1,"e":1,"o":1,"q":1,"t":-4,"u":-2,"v":-3,"w":-3,"y":-3,"x":5,"z":1,"-":-4,")":9,"]":9,"}":9,",":15,".":15}},"R":{"d":"150,0v-11,-9,-14,-105,-53,-91r-10,0r0,91r-65,0r0,-239v18,-3,47,-5,79,-5v64,-1,104,15,106,71v1,31,-25,51,-42,60v33,10,39,90,51,113r-66,0xm87,-195r0,57v30,3,56,-6,55,-30v5,-26,-34,-33,-55,-27","w":222,"k":{"T":1,"J":-3,"C":3,"G":3,"O":3,"Q":3,"U":3,"V":5,"W":5,"X":-3,"Y":8,"A":-4,"b":-3,"h":-3,"k":-3,"l":-3,"i":-4,"m":-4,"n":-4,"p":-4,"r":-4,"t":-2,"u":1,"a":-3,"-":1}},"S":{"d":"14,-11r13,-54v18,12,96,28,96,-4v0,-12,-11,-20,-38,-29v-41,-14,-68,-37,-68,-73v0,-43,36,-76,97,-76v29,0,50,6,66,13r-14,52v-11,-9,-84,-23,-84,6v0,12,12,19,44,29v98,32,81,154,-40,151v-29,0,-58,-8,-72,-15","w":201,"k":{"b":2,"h":2,"k":2,"l":2,"j":4,"c":-3,"d":-3,"e":-3,"o":-3,"q":-3,"t":2,"v":6,"w":6,"y":6,"a":-4,"-":-6}},"T":{"d":"69,0r0,-188r-61,0r0,-55r190,0r0,55r-63,0r0,188r-66,0","w":205,"k":{"i":21,"T":-5,"J":21,"C":11,"G":11,"O":11,"Q":11,"V":-8,"W":-8,"X":-6,"A":25,"M":1,"S":4,"g":22,"b":5,"h":5,"k":5,"l":5,"m":21,"n":21,"p":21,"r":21,"c":31,"d":31,"e":31,"o":31,"q":31,"u":21,"v":20,"w":20,"y":20,"x":2,"z":21,"a":24,"s":29,":":14,";":14,"-":23,")":-7,"]":-7,"}":-7,"\"":-2,"'":-2,",":34,".":34}},"U":{"d":"22,-243r65,0r0,138v0,37,12,57,38,57v26,0,39,-18,39,-57r0,-138r65,0r0,134v0,75,-38,113,-106,113v-67,0,-101,-37,-101,-115r0,-132","w":250,"k":{"A":10,"f":-1,"v":2,"w":2,"y":2,"x":5,"z":4,"a":3,"s":6,",":8,".":8}},"V":{"d":"158,0r-77,0r-77,-243r72,0r46,181r46,-181r70,0","w":241,"k":{"T":-6,"J":17,"C":4,"G":4,"O":4,"Q":4,"A":19,"S":4,"g":3,"b":4,"h":4,"k":4,"l":4,"i":12,"m":12,"n":12,"p":12,"r":12,"c":17,"d":17,"e":17,"o":17,"q":17,"t":6,"u":13,"v":7,"w":7,"y":7,"a":17,"s":17,":":9,";":9,"-":11,")":-6,"]":-6,"}":-6,"\"":-4,"'":-4,",":27,".":27}},"W":{"d":"133,0r-72,0r-56,-243r70,0r28,176r29,-176r70,0r26,174r27,-174r66,0r-60,243r-71,0r-27,-168v-8,64,-19,110,-30,168","w":326,"k":{"T":-6,"J":17,"C":4,"G":4,"O":4,"Q":4,"A":19,"S":4,"g":3,"b":4,"h":4,"k":4,"l":4,"i":12,"m":12,"n":12,"p":12,"r":12,"c":17,"d":17,"e":17,"o":17,"q":17,"t":6,"u":13,"v":7,"w":7,"y":7,"a":17,"s":17,":":9,";":9,"-":11,")":-6,"]":-6,"}":-6,"\"":-4,"'":-4,",":27,".":27}},"X":{"d":"223,0r-75,0r-38,-82v-8,28,-21,56,-32,82r-73,0r68,-123r-66,-120r75,0r33,79v9,-30,19,-52,29,-79r75,0r-67,119","w":227,"k":{"T":-2,"J":-4,"C":15,"G":15,"O":15,"Q":15,"V":-3,"W":-3,"X":3,"Y":-5,"A":6,"i":1,"m":1,"n":1,"p":1,"r":1,"c":8,"d":8,"e":8,"o":8,"q":8,"u":5,"v":16,"w":16,"y":16,"a":4,"-":6,"\"":-2,"'":-2}},"Y":{"d":"144,0r-65,0r0,-98r-76,-145r74,0r38,100r35,-100r74,0r-80,143r0,100","w":226,"k":{"T":5,"J":27,"C":19,"G":19,"O":19,"Q":19,"V":-5,"W":-5,"X":11,"Y":14,"A":35,"M":9,"S":13,"B":8,"D":8,"E":8,"F":8,"H":8,"I":8,"K":8,"L":8,"N":8,"P":8,"R":8,"g":36,"b":6,"h":6,"k":6,"l":6,"i":9,"m":9,"n":9,"p":9,"r":9,"c":45,"d":45,"e":45,"o":45,"q":45,"t":20,"u":29,"v":23,"w":23,"y":23,"x":25,"z":22,"a":37,"s":25,":":21,";":21,"-":24,")":-8,"]":-8,"}":-8,"\"":-4,"'":-4,",":46,".":46}},"Z":{"d":"8,0r0,-35r107,-154r-97,0r0,-54r181,0r0,37r-104,152r106,0r0,54r-193,0","w":211,"k":{"J":-10,"C":8,"G":8,"O":8,"Q":8,"X":1,"Y":-3,"A":-4,"c":3,"d":3,"e":3,"o":3,"q":3,"u":4,"v":7,"w":7,"y":7,"a":-2}},"[":{"d":"99,40r-76,0r0,-287r76,0r0,35r-31,0r0,218r31,0r0,34","w":118,"k":{"T":-4,"J":-3,"C":10,"G":10,"O":10,"Q":10,"V":-6,"W":-6,"Y":-9,"A":8,"j":-17}},"\\":{"d":"109,14r-42,0r-61,-261r41,0","w":117},"]":{"d":"19,-247r76,0r0,287r-76,0r0,-34r31,0r0,-218r-31,0r0,-35","w":118},"^":{"d":"202,-62r-45,0r-50,-123r-50,123r-44,0r76,-172r37,0","w":214},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"a":{"d":"95,-181v106,-3,76,96,85,181r-58,0v-2,-5,-1,-12,-5,-15v-33,38,-107,15,-107,-37v0,-49,45,-67,102,-70v0,-23,-66,-14,-79,-2r-11,-41v12,-6,36,-16,73,-16xm91,-41v17,0,27,-16,23,-40v-26,0,-41,8,-41,23v0,11,7,17,18,17","w":197},"b":{"d":"19,0r1,-256r65,0r1,97v42,-48,122,-12,122,67v0,89,-85,126,-132,69r-3,23r-54,0xm111,-131v-28,-1,-29,35,-25,63v13,35,57,24,57,-21v0,-24,-10,-42,-32,-42","w":219,"k":{"T":19,"g":-1,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"v":4,"w":4,"y":4,"x":10,"z":4,"-":-6,")":4,"]":4,"}":4,"\"":9,"'":9,",":14,".":14}},"c":{"d":"149,-51r7,47v-66,24,-145,-7,-145,-83v0,-63,69,-112,145,-88r-9,48v-29,-13,-70,0,-70,38v0,41,39,48,72,38","w":162,"k":{"T":5,"f":-3,"c":5,"d":5,"e":5,"o":5,"q":5,"t":-6,"u":-1,"v":-5,"w":-5,"y":-5,"a":-2,"-":-5,"\"":-3,"'":-3,",":2,".":2}},"d":{"d":"135,-256r64,0r2,256r-58,0v-2,-7,0,-18,-3,-24v-43,59,-129,20,-129,-63v0,-80,73,-118,124,-77r0,-92xm77,-89v0,51,58,54,58,8v0,-27,-3,-50,-27,-51v-22,0,-31,20,-31,43","w":219,"k":{",":3,".":3}},"e":{"d":"182,-66r-109,0v6,27,65,25,94,15r8,43v-73,31,-164,3,-164,-79v0,-41,27,-94,92,-94v65,0,91,57,79,115xm72,-110r53,0v0,-10,-4,-29,-25,-29v-19,0,-27,18,-28,29","w":194,"k":{"T":16,"v":3,"w":3,"y":3,"x":6,"-":-11,"\"":1,"'":1,",":6,".":6}},"f":{"d":"28,-177v-5,-55,46,-98,104,-79r-1,49v-22,-6,-44,3,-39,30r33,0r0,47r-32,0r0,130r-65,0r0,-130r-23,0r0,-47r23,0","w":130,"k":{"g":2,"c":3,"d":3,"e":3,"o":3,"q":3,"t":-6,"s":2,":":-9,";":-9,"-":1,")":-21,"]":-21,"}":-21,"\"":-13,"'":-13,",":15,".":15}},"g":{"d":"196,-177v-11,70,19,190,-29,230v-36,30,-99,26,-141,9r13,-49v28,19,103,22,91,-35v-44,48,-119,4,-119,-66v0,-79,83,-122,127,-70r2,-19r56,0xm77,-89v0,46,53,55,53,9v0,-25,-1,-53,-24,-52v-15,0,-29,15,-29,43","w":214,"k":{"T":13,",":6,".":6}},"h":{"d":"131,-95v6,-41,-47,-44,-46,-9r0,104r-65,0r0,-256r65,0r1,98v36,-44,109,-22,109,55r0,103r-64,0r0,-95","w":215,"k":{"T":22,"t":3,"v":8,"w":8,"y":8,"\"":6,"'":6}},"i":{"d":"85,0r-65,0r0,-177r65,0r0,177xm53,-257v20,0,33,13,33,31v0,17,-13,31,-34,31v-20,0,-33,-14,-33,-31v0,-18,14,-31,34,-31","w":105},"j":{"d":"-13,28v38,-5,41,-13,41,-65r0,-140r65,0v-6,111,35,265,-100,255xm61,-257v20,0,33,13,33,31v0,17,-13,31,-34,31v-20,0,-32,-14,-32,-31v0,-18,13,-31,33,-31","w":112,"k":{",":4,".":4}},"k":{"d":"85,-256r1,151v12,-27,26,-47,40,-72r78,0r-61,71r70,106r-80,0r-35,-68r-13,18r0,50r-65,0r0,-256r65,0","w":207,"k":{"T":12,"g":7,"b":-3,"h":-3,"k":-3,"l":-3,"i":-2,"m":-2,"n":-2,"p":-2,"r":-2,"c":7,"d":7,"e":7,"o":7,"q":7,"u":1,"-":1}},"l":{"d":"20,0r0,-256r65,0r0,256r-65,0","w":105,"k":{",":3,".":3}},"m":{"d":"105,-129v-16,0,-21,13,-22,27r0,102r-63,0r-1,-177r54,0v2,7,0,17,4,22v6,-9,22,-26,52,-26v24,-1,39,12,49,28v32,-48,116,-33,116,49r0,104r-63,0r0,-95v5,-44,-43,-42,-43,-6r0,101r-63,0r0,-96v0,-20,-6,-33,-20,-33","w":313,"k":{"T":22,"t":3,"v":8,"w":8,"y":8,"\"":6,"'":6}},"n":{"d":"108,-129v-18,0,-23,12,-23,29r0,100r-65,0r-1,-177r56,0v2,7,-1,19,4,23v6,-9,23,-27,53,-27v78,0,62,104,63,181r-64,0r0,-96v0,-21,-8,-33,-23,-33","w":215,"k":{"T":22,"t":3,"v":8,"w":8,"y":8,"\"":6,"'":6}},"o":{"d":"109,-181v55,0,92,38,92,91v0,64,-46,94,-96,94v-53,0,-94,-33,-94,-91v0,-56,38,-94,98,-94xm107,-135v-21,0,-29,23,-29,46v0,26,9,47,29,47v17,0,27,-19,27,-47v0,-24,-8,-46,-27,-46","w":212,"k":{"T":19,"g":-1,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"v":4,"w":4,"y":4,"x":10,"z":4,"-":-6,")":4,"]":4,"}":4,"\"":9,"'":9,",":14,".":14}},"p":{"d":"20,71r-1,-248r56,0v2,7,0,17,3,22v44,-52,130,-24,130,64v0,86,-75,117,-123,78r0,84r-65,0xm143,-88v0,-49,-58,-58,-58,-11v0,28,2,54,26,54v19,0,32,-17,32,-43","w":219,"k":{"T":19,"g":-1,"c":-1,"d":-1,"e":-1,"o":-1,"q":-1,"v":4,"w":4,"y":4,"x":10,"z":4,"-":-6,")":4,"]":4,"}":4,"\"":9,"'":9,",":14,".":14}},"q":{"d":"135,71r-1,-91v-43,52,-123,16,-123,-66v0,-84,79,-123,125,-73r2,-18r63,0r-2,248r-64,0xm77,-89v0,51,58,55,58,11v0,-28,-1,-53,-27,-53v-21,0,-31,18,-31,42","w":219,"k":{"T":14,",":2,".":2}},"r":{"d":"138,-119v-27,-6,-53,2,-53,32r0,87r-65,0r-1,-177r55,0v2,10,-2,26,4,32v13,-31,33,-39,60,-35r0,61","w":145,"k":{"T":8,"f":-9,"g":3,"b":2,"h":2,"k":2,"l":2,"i":1,"m":1,"n":1,"p":1,"r":1,"c":3,"d":3,"e":3,"o":3,"q":3,"t":-7,"u":1,"v":-6,"w":-6,"y":-6,"x":-4,"z":-2,"a":5,":":4,";":4,",":25,".":25}},"s":{"d":"11,-9r11,-45v12,8,61,23,68,3v0,-6,-4,-9,-23,-15v-86,-23,-58,-116,24,-115v22,0,41,5,53,10r-10,44v-10,-6,-52,-19,-57,0v0,6,6,9,27,16v78,23,60,115,-33,115v-24,0,-46,-6,-60,-13","w":162,"k":{"T":14,",":4,".":4}},"t":{"d":"127,-1v-50,14,-108,-2,-99,-67r0,-62r-22,0r0,-47r22,0r0,-34r63,-17r0,51r37,0r0,47r-37,0v2,35,-13,94,36,80r0,49","w":137,"k":{"g":2,"c":2,"d":2,"e":2,"o":2,"q":2,"v":-1,"w":-1,"y":-1,",":4,".":4}},"u":{"d":"85,-83v-6,44,45,44,45,10r0,-104r65,0r1,177r-56,0v-2,-7,1,-19,-4,-23v-6,10,-22,27,-54,27v-77,0,-61,-105,-62,-181r65,0r0,94","w":215,"k":{"T":14,",":2,".":2}},"v":{"d":"3,-177r70,0r29,117v6,-40,17,-79,25,-117r68,0r-64,177r-65,0","w":198,"k":{"T":14,"g":6,"c":6,"d":6,"e":6,"o":6,"q":6,"v":-8,"w":-8,"y":-8,"a":3,"s":8,"-":3,",":18,".":18}},"w":{"d":"3,-177r66,0r20,124v7,-45,16,-82,25,-124r51,0r26,124r20,-124r63,0r-53,177r-61,0r-23,-107v-5,45,-13,69,-22,107r-61,0","w":276,"k":{"T":14,"g":6,"c":6,"d":6,"e":6,"o":6,"q":6,"v":-8,"w":-8,"y":-8,"a":3,"s":8,"-":3,",":18,".":18}},"x":{"d":"1,-177r72,0v11,16,16,37,29,51r23,-51r70,0r-57,84r57,93r-73,0v-10,-17,-16,-38,-27,-54r-24,54r-71,0r59,-90","w":195,"k":{"T":12,"g":1,"c":9,"d":9,"e":9,"o":9,"q":9,"t":-5,"v":-8,"w":-8,"y":-8,"s":3,"-":1}},"y":{"d":"23,25v19,-5,55,-15,44,-41r-65,-161r72,0r30,111r23,-111r69,0v-40,98,-59,253,-160,257","w":196,"k":{"T":14,"g":6,"c":6,"d":6,"e":6,"o":6,"q":6,"v":-8,"w":-8,"y":-8,"a":3,"s":8,"-":3,",":18,".":18}},"z":{"d":"9,0r0,-37r75,-89r-70,0r0,-51r149,0r0,38r-42,52v-10,13,-22,24,-32,36r78,0r0,51r-158,0","w":174,"k":{"T":12,"c":3,"d":3,"e":3,"o":3,"q":3}},"{":{"d":"35,-9v0,-34,22,-74,-24,-79r0,-31v47,-4,24,-45,24,-79v0,-39,28,-52,70,-49r0,35v-55,-4,7,108,-55,109v37,1,33,47,30,85v-1,16,7,25,25,23r0,35v-41,2,-70,-7,-70,-49","w":118,"k":{"T":-4,"J":-3,"C":10,"G":10,"O":10,"Q":10,"V":-6,"W":-6,"Y":-9,"A":8,"j":-17}},"|":{"d":"32,-270r45,0r0,360r-45,0r0,-360","w":108},"}":{"d":"13,-247v71,-10,67,44,67,104v0,10,3,23,27,24r0,31v-47,5,-21,45,-23,79v-2,41,-30,51,-71,49r0,-35v58,5,-9,-107,55,-109v-38,1,-32,-51,-29,-85v2,-16,-8,-25,-26,-23r0,-35","w":118},"~":{"d":"149,-63v-37,10,-87,-76,-95,-3r-40,0v0,-54,23,-73,54,-73v26,0,61,29,80,31v6,0,11,-6,12,-29r40,0v2,57,-21,74,-51,74","w":214},"'":{"d":"10,-249r56,0r-9,102r-38,0","w":76,"k":{"T":-2,"J":21,"C":4,"G":4,"O":4,"Q":4,"V":-2,"W":-2,"X":-2,"Y":-4,"A":14,"f":-9,"g":8,"c":5,"d":5,"e":5,"o":5,"q":5,"t":-7,",":47,".":47}},"`":{"d":"-1,-254r57,0r31,56r-44,0","w":108},"\u00a0":{"w":71,"k":{"T":14,"V":14,"W":14,"Y":14}}}});