/*
 * 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":205,"face":{"font-family":"AvantGarde Md BT","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 2 2 2 2 2 2 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-11 -291 342 85","underline-thickness":"25.1367","underline-position":"-18.8086","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":103},"!":{"d":"35,-63r0,-193r34,0r0,193r-34,0xm35,0r0,-41r34,0r0,41r-34,0","w":104},"\"":{"d":"92,-252r0,97r-24,0r0,-97r24,0xm40,-252r0,97r-24,0r0,-97r24,0","w":107},"#":{"d":"170,-151r-45,0r-17,47r46,0xm162,-256r-28,80r45,0r29,-80r29,0r-29,80r53,0r-9,25r-53,0r-16,46r56,0r-9,26r-56,0r-29,80r-29,0r29,-80r-46,0r-28,80r-29,0r28,-80r-55,0r10,-26r54,0r16,-46r-58,0r9,-25r59,0r28,-80r29,0","w":276},"$":{"d":"123,-148v71,15,63,140,-6,146r0,45r-31,0r0,-44v-37,-6,-62,-33,-62,-75r32,0v2,27,15,42,43,42v32,0,49,-34,35,-63v-29,-31,-103,-23,-103,-87v0,-38,22,-64,55,-70r0,-37r31,0r0,37v30,5,50,30,52,64r-34,0v-1,-20,-14,-33,-35,-33v-29,0,-43,33,-28,56v6,9,36,16,51,19"},"%":{"d":"77,-233v-19,0,-35,16,-35,35v0,19,16,35,35,35v19,0,35,-16,35,-35v0,-19,-16,-35,-35,-35xm77,-135v-37,0,-63,-26,-63,-63v0,-38,26,-63,63,-63v38,0,63,24,63,63v0,39,-25,63,-63,63xm214,-261r25,0r-137,266r-25,0xm238,-92v-19,0,-35,15,-35,34v0,19,16,35,35,35v19,0,34,-16,34,-35v0,-19,-14,-34,-34,-34xm238,5v-38,0,-63,-25,-63,-63v0,-37,25,-63,63,-63v37,0,63,24,63,63v0,39,-26,63,-63,63","w":315},"&":{"d":"103,-226v-23,-2,-35,28,-21,46v4,6,9,11,18,18v31,-8,42,-61,3,-64xm59,-72v-2,35,42,54,67,30v8,-7,16,-16,22,-30r-53,-50v-20,12,-35,24,-36,50xm163,-199v-1,29,-17,45,-40,57r39,37r25,-63r37,0r-35,87r60,54r-22,26r-52,-47v-16,30,-38,52,-77,53v-41,1,-76,-36,-75,-76v2,-37,21,-56,48,-74v-49,-28,-31,-114,33,-114v31,0,61,29,59,60","w":249},"'":{"d":"40,-252r0,97r-24,0r0,-97r24,0","w":55},"(":{"d":"58,-148v0,67,-17,161,33,181r0,42v-47,-20,-69,-46,-69,-109v0,-65,-11,-144,17,-186v11,-18,29,-31,52,-41r0,43v-26,13,-33,30,-33,70","w":100},")":{"d":"9,-261v44,18,69,49,69,107v0,65,10,148,-16,189v-11,17,-28,30,-53,40r0,-42v49,-21,33,-113,33,-181v0,-40,-8,-56,-33,-70r0,-43","w":100},"*":{"d":"90,-164r-31,44r-24,-16r34,-43r-50,-14r9,-28r48,17r0,-52r27,0r0,52r49,-17r9,28r-50,14r34,43r-24,16","w":180},"+":{"d":"162,-215r0,95r93,0r0,25r-93,0r0,95r-25,0r0,-95r-92,0r0,-25r92,0r0,-95r25,0","w":299},",":{"d":"34,21v10,-2,13,-9,12,-23r-12,0r0,-41r35,0v1,41,2,81,-35,86r0,-22","w":103},"-":{"d":"103,-80r-87,0r0,-33r87,0r0,33","w":119,"k":{"o":-7,"Y":28,"X":13,"W":20,"V":21,"T":20,"O":-13,"J":-20,"G":-13,"C":-7,"A":6}},".":{"d":"69,0r-35,0r0,-43r35,0r0,43","w":103},"\/":{"d":"16,33r-26,0r84,-294r26,0","w":100},"0":{"d":"103,5v-56,0,-89,-33,-88,-95r0,-76v0,-63,32,-95,88,-95v54,0,87,32,87,94r0,78v2,62,-32,94,-87,94xm103,-225v-33,0,-49,15,-49,54r0,91v-3,36,19,48,48,50v67,5,47,-80,50,-141v2,-38,-16,-54,-49,-54"},"1":{"d":"125,0r-37,0r0,-226r-45,0r0,-30r82,0r0,256"},"2":{"d":"105,-261v55,0,101,62,71,115v-24,42,-74,75,-108,110r116,0r0,36r-162,0r0,-36r91,-87v24,-23,35,-42,35,-57v1,-25,-21,-47,-46,-46v-30,0,-47,21,-45,54r-35,0v-1,-53,32,-89,83,-89"},"3":{"d":"184,-81v5,73,-92,114,-143,64v-15,-15,-22,-35,-23,-61r35,0v1,26,19,48,46,48v28,0,50,-22,50,-49v0,-36,-26,-53,-65,-50r0,-35v26,3,47,-5,47,-31v0,-18,-13,-32,-29,-32v-18,0,-33,13,-32,32r-33,0v1,-39,27,-66,66,-66v57,0,88,84,39,111v27,10,40,34,42,69"},"4":{"d":"164,0r-36,0r0,-45r-113,0r0,-32r113,-179r36,0r0,179r26,0r0,32r-26,0r0,45xm128,-77r0,-126r-76,126r76,0"},"5":{"d":"192,-86v0,75,-100,121,-154,69v-15,-15,-23,-35,-24,-61r36,0v3,26,23,47,51,47v31,0,51,-26,54,-56v5,-53,-76,-71,-98,-31r-32,-7r24,-131r119,0r0,36r-92,0r-13,60v51,-43,129,8,129,74"},"6":{"d":"102,5v-52,0,-88,-36,-88,-87v0,-51,67,-129,94,-174r41,0r-58,87v53,-18,104,31,101,82v-3,53,-34,92,-90,92xm103,-140v-30,0,-54,24,-54,52v0,30,23,57,53,57v31,0,53,-24,53,-55v0,-31,-22,-54,-52,-54"},"7":{"d":"85,0r-39,0r97,-221r-108,0r0,-35r144,0r0,39"},"8":{"d":"103,-123v-27,0,-45,19,-45,46v0,26,19,47,44,47v26,0,45,-21,45,-47v0,-27,-17,-46,-44,-46xm103,-227v-18,0,-32,15,-32,34v0,22,12,34,32,35v20,0,32,-14,32,-35v1,-20,-14,-34,-32,-34xm102,5v-77,0,-109,-118,-41,-147v-50,-29,-21,-125,41,-119v63,-7,94,89,42,119v23,11,38,31,38,64v0,47,-33,83,-80,83"},"9":{"d":"103,-116v30,0,54,-24,54,-52v0,-30,-23,-57,-53,-57v-32,0,-54,22,-54,55v0,31,23,54,53,54xm103,-261v52,0,89,36,89,87v0,52,-67,129,-94,174r-42,0r58,-87v-50,21,-103,-30,-100,-81v3,-55,35,-93,89,-93"},":":{"d":"70,-142r-36,0r0,-43r36,0r0,43xm70,0r-36,0r0,-43r36,0r0,43","w":104},";":{"d":"70,-142r-35,0r0,-43r35,0r0,43xm35,21v10,-2,13,-10,12,-23r-12,0r0,-41r35,0v1,41,3,81,-35,86r0,-22","w":104},"<":{"d":"253,-177r-170,70r170,69r0,27r-207,-85r0,-23r207,-85r0,27","w":299},"=":{"d":"255,-85r0,25r-210,0r0,-25r210,0xm255,-155r0,25r-210,0r0,-25r210,0","w":299},">":{"d":"253,-119r0,23r-207,85r0,-27r171,-69r-171,-70r0,-27","w":299},"?":{"d":"61,0r0,-41r35,0r0,41r-35,0xm80,-261v43,0,77,33,77,75v0,43,-60,70,-60,119r-36,0v-4,-54,54,-77,59,-118v3,-23,-18,-43,-42,-42v-24,0,-40,21,-40,45r-34,0v0,-44,32,-79,76,-79","w":174},"@":{"d":"44,-91v-7,126,165,150,246,89r10,14v-30,23,-69,40,-117,40v-96,0,-164,-49,-164,-144v0,-105,72,-166,177,-166v83,0,146,42,146,121v0,67,-35,112,-99,116v-23,1,-37,-8,-36,-31v-19,48,-108,40,-108,-27v0,-51,34,-98,84,-97v23,0,36,9,43,26r10,-20r23,0r-27,111v0,11,5,19,17,17v43,-6,66,-45,67,-92v2,-63,-54,-104,-121,-102v-93,2,-146,57,-151,145xm127,-78v0,38,40,48,64,26v18,-17,21,-47,29,-73v-3,-18,-14,-33,-35,-32v-35,0,-58,40,-58,79","w":360},"A":{"d":"143,-111r-36,-97r-37,97r73,0xm57,-75r-29,75r-39,0r100,-256r36,0r100,256r-41,0r-28,-75r-99,0","w":216,"k":{"w":6,"v":6,"Y":13,"W":6,"V":11,"T":20,"Q":6,"O":6,"G":6,"C":6,"A":-13,";":-7,":":-7,"-":8}},"B":{"d":"124,-186v0,-33,-30,-37,-65,-35r0,72v38,1,65,-2,65,-37xm138,-74v0,-41,-35,-47,-79,-44r0,83v41,1,79,2,79,-39xm174,-78v2,78,-69,83,-152,78r0,-256v72,-3,142,0,139,70v0,24,-11,38,-27,48v24,7,39,30,40,60","w":185,"k":{"Y":6,"V":6,"-":-10}},"C":{"d":"141,-32v32,1,54,-13,69,-32r45,0v-20,40,-58,69,-114,69v-79,0,-128,-53,-130,-135v-3,-102,109,-163,199,-112v20,12,35,29,45,52r-43,0v-15,-20,-39,-34,-71,-34v-56,0,-92,41,-92,95v0,57,35,95,92,97","w":270,"k":{"-":-8}},"D":{"d":"194,-127v0,-74,-56,-102,-137,-94r0,187v81,8,137,-20,137,-93xm232,-127v-4,80,-49,129,-140,127r-71,0r0,-256r82,0v75,-1,133,54,129,129","w":243,"k":{"Y":13,"V":6,"A":6,"-":-11}},"E":{"d":"155,0r-133,0r0,-256r133,0r0,34r-96,0r0,77r96,0r0,33r-96,0r0,77r96,0r0,35","w":178},"F":{"d":"22,0r0,-256r126,0r0,34r-90,0r0,77r90,0r0,33r-90,0r0,112r-36,0","w":171,"k":{"y":10,"u":13,"r":13,"o":10,"i":8,"e":10,"a":10,"S":6,"A":20,";":15,":":15,".":71,"-":11,",":71}},"G":{"d":"49,-129v-4,76,78,122,143,82v15,-10,27,-26,37,-46r-116,0r0,-36r158,0v-2,76,-54,134,-130,134v-118,0,-167,-151,-90,-229v35,-35,112,-50,161,-19v20,12,34,30,44,52r-46,0v-14,-19,-37,-33,-69,-33v-56,2,-89,41,-92,95","w":283,"k":{"Y":6,"W":6,"T":6,"-":-8}},"H":{"d":"59,0r-37,0r0,-256r37,0r0,109r105,0r0,-109r37,0r0,256r-37,0r0,-111r-105,0r0,111","w":223,"k":{".":6,",":6}},"I":{"d":"59,0r-37,0r0,-256r37,0r0,256","w":81},"J":{"d":"67,-30v35,-2,35,-20,35,-63r0,-163r37,0v-9,103,36,261,-72,261v-39,0,-66,-24,-66,-63r36,0v3,16,11,28,30,28","w":159},"K":{"d":"61,-127r96,-129r45,0r-99,127r97,129r-47,0xm59,0r-37,0r0,-256r37,0r0,256","w":196,"k":{"y":13,"u":10,"o":10,"e":10,"a":10,"Y":6,"W":6,"U":6,"T":6,"O":13,"C":13,"-":18}},"L":{"d":"143,0r-121,0r0,-256r37,0r0,221r84,0r0,35","w":150,"k":{"y":20,"u":6,"o":6,"e":6,"a":6,"Y":26,"W":20,"V":21,"U":6,"T":20,"O":13,"A":-7,"-":6}},"M":{"d":"58,0r-36,0r0,-256r55,0r75,198r74,-198r54,0r0,256r-35,0r3,-222r-83,222r-27,0r-83,-222","w":303},"N":{"d":"59,0r-37,0r0,-256r38,0r126,194r-2,-194r37,0r0,256r-36,0r-128,-200","w":243},"O":{"d":"141,-224v-56,0,-92,41,-92,95v0,57,35,95,92,97v52,2,95,-45,93,-98v-2,-56,-38,-94,-93,-94xm141,5v-79,0,-130,-53,-130,-135v0,-78,51,-131,130,-131v80,0,131,53,131,131v0,83,-52,135,-131,135","w":283,"k":{"Y":10,"X":6,"V":6,"A":6,".":15,"-":-10,",":15}},"P":{"d":"140,-179v0,-42,-38,-45,-81,-43r0,85v43,1,81,1,81,-42xm178,-181v0,60,-51,84,-119,78r0,103r-37,0r0,-256v83,-4,156,0,156,75","w":185,"k":{"r":6,"o":13,"n":6,"e":11,"a":13,"W":-7,"A":20,";":10,":":10,".":86,"-":28,",":86}},"Q":{"d":"53,-101v57,-24,121,6,154,41v17,-19,27,-37,27,-70v0,-56,-38,-94,-93,-94v-64,0,-103,56,-88,123xm66,-73v19,32,69,53,113,33v-26,-24,-67,-45,-113,-33xm275,2v-25,0,-45,-8,-63,-18v-19,12,-41,22,-71,21v-81,-4,-130,-54,-130,-135v0,-77,51,-131,130,-131v81,0,129,53,131,135v0,39,-12,64,-32,86v11,4,21,6,35,6r0,36","w":283},"R":{"d":"155,-173v1,-47,-45,-50,-96,-48r0,98v51,1,95,-5,96,-50xm191,-173v0,42,-33,73,-73,75r73,98r-47,0r-85,-119r0,119r-37,0r0,-256v87,-4,169,-2,169,83","w":203,"k":{"u":6,"o":6,"e":6,"a":6,"Y":6,";":6,":":6,".":6,"-":10,",":6}},"S":{"d":"108,-148v81,20,60,159,-25,153v-44,-3,-75,-33,-74,-79r33,0v2,24,15,44,40,44v25,1,43,-18,42,-44v-1,-32,-14,-34,-43,-44v-35,-12,-62,-26,-65,-69v-4,-63,77,-98,118,-55v12,12,19,28,20,49r-34,0v-2,-19,-15,-33,-34,-34v-28,-2,-45,36,-28,58v4,9,36,17,50,21","w":171},"T":{"d":"88,0r-37,0r0,-221r-48,0r0,-35r133,0r0,35r-48,0r0,221","w":138,"k":{"y":20,"w":20,"u":20,"s":15,"r":20,"o":20,"e":20,"c":20,"a":20,"C":13,"A":20,";":16,":":16,".":40,"-":20,",":40}},"U":{"d":"103,5v-59,-3,-83,-32,-83,-99r0,-162r37,0r0,163v0,43,8,62,46,62v36,0,43,-21,43,-62r0,-163r37,0v-7,107,34,265,-80,261","w":203},"V":{"d":"113,0r-22,0r-99,-256r40,0r70,191r70,-191r39,0","w":204,"k":{"y":10,"u":20,"o":20,"e":20,"a":20,"O":6,"A":10,";":18,":":18,".":53,"-":29,",":53}},"W":{"d":"-5,-256r37,0r56,197r50,-197r28,0r49,197r56,-197r37,0r-77,256r-33,0r-46,-191r-47,191r-33,0","w":303,"k":{"o":10,"i":-7,"e":10,"a":10,"A":6,";":15,":":15,".":38,"-":21,",":38}},"X":{"d":"105,-100r-63,100r-43,0r85,-129r-83,-127r43,0r61,99r61,-99r44,0r-83,127r85,129r-44,0","w":210,"k":{"e":10,"O":6,"C":6,"-":18}},"Y":{"d":"107,-92r0,92r-37,0r0,-94r-79,-162r42,0r56,123r56,-123r41,0","w":177,"k":{"u":20,"o":20,"i":-7,"e":20,"a":20,"O":8,"C":6,"A":15,";":18,":":18,".":48,"-":29,",":48}},"Z":{"d":"164,0r-157,0r0,-36r112,-184r-105,0r0,-36r148,0r0,32r-116,189r118,0r0,35","w":171,"k":{"-":6}},"[":{"d":"90,44r0,29r-68,0r0,-329r68,0r0,28r-34,0r0,272r34,0","w":100},"\\":{"d":"84,33r-84,-294r26,0r84,294r-26,0","w":100},"]":{"d":"78,73r-68,0r0,-29r34,0r0,-272r-34,0r0,-28r68,0r0,329","w":100},"^":{"d":"196,-256r90,98r-32,0r-74,-74r-75,74r-31,0r89,-98r33,0","w":360},"_":{"d":"180,60r0,25r-180,0r0,-25r180,0","w":180},"`":{"d":"115,-218r-21,0r-50,-61r35,0","w":180},"a":{"d":"113,-165v-35,0,-66,30,-66,67v0,39,30,69,67,69v33,0,65,-32,65,-66v0,-36,-31,-70,-66,-70xm110,-198v30,0,51,12,67,28r0,-23r35,0r0,193r-35,0r0,-24v-54,61,-173,12,-166,-74v5,-60,37,-98,99,-100","w":231},"b":{"d":"118,-165v-35,0,-65,34,-65,70v0,34,32,66,65,66v37,0,67,-31,67,-69v0,-36,-32,-67,-67,-67xm221,-98v7,86,-112,136,-166,74r0,24r-35,0r0,-256r34,0r0,86v17,-16,38,-28,68,-28v61,2,94,41,99,100","w":231},"c":{"d":"110,-29v27,-1,46,-16,56,-37r38,0v-14,42,-43,71,-94,71v-62,0,-97,-43,-100,-102v-4,-82,92,-130,159,-84v16,11,28,30,35,52r-38,0v-11,-21,-29,-35,-58,-36v-34,0,-62,32,-62,68v0,37,28,69,64,68","w":218},"d":{"d":"113,-165v-35,0,-66,30,-66,67v0,39,30,69,67,69v33,0,65,-32,65,-66v0,-36,-31,-70,-66,-70xm110,-198v30,0,51,12,67,28r0,-86r35,0r0,256r-35,0r0,-24v-54,61,-173,12,-166,-74v5,-60,37,-98,99,-100","w":231},"e":{"d":"171,-115v-5,-43,-63,-66,-100,-37v-11,9,-20,22,-24,37r124,0xm109,-199v64,0,102,44,100,115r-163,0v3,56,95,73,118,23r39,0v-15,38,-45,66,-93,66v-62,0,-100,-41,-100,-102v0,-61,39,-102,99,-102","w":218},"f":{"d":"95,-227v-24,-1,-32,10,-32,34r32,0r0,30r-30,0r0,163r-35,0r0,-163r-23,0r0,-30r22,0v-1,-45,21,-66,66,-66r0,32","w":100,"k":{"y":-7,"w":-7,"t":-7,".":20,",":20}},"g":{"d":"212,-32v16,116,-156,147,-189,47r37,0v26,50,128,29,117,-39v-54,61,-173,12,-166,-74v5,-60,37,-98,99,-100v30,0,51,12,67,28r0,-23r35,0r0,161xm113,-165v-35,0,-66,30,-66,67v0,39,30,69,67,69v33,0,65,-32,65,-66v0,-36,-31,-70,-66,-70","w":231},"h":{"d":"104,-163v-69,-1,-45,96,-49,163r-34,0r0,-256r34,0r0,85v11,-16,29,-25,54,-26v48,0,74,35,74,86r0,111r-35,0v-5,-63,21,-162,-44,-163","w":203},"i":{"d":"55,-216r-34,0r0,-40r34,0r0,40xm21,0r0,-193r34,0r0,193r-34,0","w":75},"j":{"d":"-1,28v25,1,24,-13,24,-38r0,-183r34,0r0,195v1,44,-16,64,-58,60r0,-34xm57,-216r-34,0r0,-40r34,0r0,40","w":79},"k":{"d":"21,0r0,-256r34,0r0,152r69,-89r41,0r-71,91r84,102r-45,0r-78,-98r0,98r-34,0","w":171,"k":{"o":6,"e":6,"a":6}},"l":{"d":"21,0r0,-256r34,0r0,256r-34,0","w":75},"m":{"d":"216,-165v-66,0,-37,103,-43,165r-33,0v-6,-62,22,-165,-42,-165v-65,0,-38,102,-44,165r-33,0r0,-193r31,0r0,22v21,-37,94,-32,108,8v11,-20,30,-34,60,-34v44,0,72,33,72,79r0,118r-35,0v-6,-62,23,-165,-41,-165","w":312},"n":{"d":"105,-163v-69,0,-46,97,-50,163r-34,0r0,-193r33,0r0,22v42,-53,133,-19,133,61r0,110r-35,0v-5,-64,21,-163,-47,-163","w":206,"k":{".":6,",":6}},"o":{"d":"109,-165v-36,0,-64,32,-64,68v0,37,29,68,65,68v36,0,63,-32,63,-68v0,-38,-27,-68,-64,-68xm110,5v-63,0,-101,-42,-101,-102v0,-61,41,-103,99,-103v60,0,101,42,101,101v0,61,-38,104,-99,104","w":218,"k":{".":6,"-":-7,",":6}},"p":{"d":"118,-165v-34,-1,-65,33,-65,67v0,36,30,69,65,69v36,0,67,-30,67,-66v0,-38,-30,-70,-67,-70xm122,5v-30,0,-52,-12,-68,-28r0,86r-34,0r0,-256r35,0r0,23v54,-60,173,-13,166,74v-5,60,-38,99,-99,101","w":231},"q":{"d":"179,-98v0,-34,-31,-68,-65,-67v-38,0,-67,31,-67,70v0,36,31,66,66,66v36,0,66,-33,66,-69xm11,-96v-6,-86,110,-135,166,-74r0,-23r35,0r0,256r-35,0r0,-86v-16,16,-37,28,-67,28v-61,-2,-95,-41,-99,-101","w":231},"r":{"d":"99,-160v-67,1,-36,99,-43,160r-35,0r0,-193r33,0r0,22v11,-16,22,-25,45,-26r0,37","w":104,"k":{"z":-7,"y":-13,"x":-7,"w":-7,"v":-7,"t":-7,"f":-13,".":36,"-":13,",":36}},"s":{"d":"90,-113v65,17,46,118,-21,118v-39,0,-61,-29,-62,-68r33,0v-1,19,12,37,30,36v16,0,28,-11,28,-27v0,-48,-82,-29,-82,-89v0,-48,63,-76,96,-42v10,10,15,24,16,41r-34,0v-2,-13,-9,-25,-23,-23v-32,4,-28,40,6,49","w":140},"t":{"d":"32,0r0,-162r-27,0r0,-31r27,0r0,-63r35,0r0,63r27,0r0,31r-27,0r0,162r-35,0","w":98},"u":{"d":"99,-30v68,0,44,-96,48,-163r35,0r0,193r-34,0r0,-22v-12,16,-27,26,-52,26v-92,4,-76,-107,-76,-197r34,0v5,63,-22,163,45,163","w":203},"v":{"d":"100,0r-26,0r-73,-193r37,0r51,141r52,-141r37,0","w":178,"k":{".":34,",":34}},"w":{"d":"128,-131r-39,131r-20,0r-67,-193r37,0r40,127r39,-127r21,0r39,127r40,-127r37,0r-67,193r-20,0","w":256,"k":{".":26,",":26}},"x":{"d":"126,0r-44,-73r-47,73r-39,0r66,-100r-58,-93r39,0r40,66r41,-66r41,0r-62,91r62,102r-39,0","w":164},"y":{"d":"1,-193r37,0r53,144r56,-144r38,0r-104,256r-37,0r27,-68","w":184,"k":{".":31,"-":6,",":31}},"z":{"d":"137,0r-133,0r0,-28r93,-134r-82,0r0,-31r117,0r0,35r-87,125r92,0r0,33","w":145},"{":{"d":"79,-197v-3,-55,22,-63,73,-63r0,27v-84,-17,-3,133,-78,140v42,5,36,52,36,100v0,35,9,40,42,40r0,26v-52,1,-76,-8,-73,-63v2,-48,5,-101,-49,-90r0,-27v52,10,51,-39,49,-90","w":180},"|":{"d":"103,-275r0,360r-26,0r0,-360r26,0","w":180},"}":{"d":"28,-260v50,0,76,8,73,63v-2,48,-4,101,50,90r0,27v-52,-10,-52,39,-50,90v3,55,-21,64,-73,63r0,-26v85,17,5,-132,78,-140v-41,-6,-35,-52,-35,-100v0,-34,-10,-40,-43,-40r0,-27","w":180},"~":{"d":"269,-108v-33,26,-76,32,-122,12v-51,-22,-80,-8,-116,17r0,-28v20,-13,40,-24,68,-25v32,-1,75,24,102,24v29,0,46,-11,68,-27r0,27","w":299},"\u00a0":{"w":103}}});