/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
//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){var D=C.className;C.className=D+(D&&" ")+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(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);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},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(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};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(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}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(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}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,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,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(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}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={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};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){if(!D){return m}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.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}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)}else{delete C.textGradient}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{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}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(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
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){var D=C.className;C.className=D+(D&&" ")+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(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);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},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(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};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(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}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(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}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,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,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(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}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={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};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){if(!D){return m}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.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}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)}else{delete C.textGradient}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("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());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{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}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(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());


Cufon.registerFont({"w":221,"face":{"font-family":"Futura Std","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 2 4 2 3 3","ascent":"297","descent":"-63","x-height":"5","bbox":"-24 -311 388 95","underline-thickness":"18","underline-position":"-18","stemh":"27","stemv":"29","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":110},"!":{"d":"61,-36v11,0,20,9,20,20v0,11,-9,21,-20,21v-11,0,-20,-10,-20,-21v0,-11,9,-20,20,-20xm46,-55r0,-216r30,0r0,216r-30,0","w":121},"\"":{"d":"37,-271r34,0r-7,118r-21,0xm94,-271r34,0r-7,118r-21,0","w":164},"#":{"d":"85,-271r28,0r-13,73r44,0r13,-73r28,0r-12,73r33,0r0,28r-38,0r-10,62r36,0r0,28r-41,0r-15,80r-27,0r14,-80r-44,0r-15,80r-27,0r14,-80r-37,0r0,-28r41,0r11,-62r-39,0r0,-28r43,0xm96,-170r-11,62r45,0r10,-62r-44,0"},"$":{"d":"128,-124r0,97v23,-8,37,-28,37,-52v0,-23,-18,-36,-37,-45xm104,-167r0,-79v-19,4,-33,21,-33,41v0,20,17,31,33,38xm104,-25r0,-110v-33,-14,-63,-31,-63,-71v0,-37,27,-63,63,-68r0,-37r24,0r0,37v24,3,46,19,57,41r-24,16v-7,-13,-18,-25,-33,-28r0,89v36,15,67,33,67,76v0,40,-28,74,-67,82r0,39r-24,0r0,-37v-39,-2,-70,-32,-77,-70r29,-8v3,25,22,47,48,49"},"%":{"d":"72,-253v-20,0,-37,16,-37,36v0,20,17,36,37,36v20,0,37,-16,37,-36v0,-20,-17,-36,-37,-36xm215,-276r14,9r-157,272r-15,-10xm215,-91v-20,0,-37,17,-37,37v0,20,17,36,37,36v20,0,38,-16,38,-36v0,-20,-18,-37,-38,-37xm72,-276v33,0,60,26,60,59v0,33,-27,59,-60,59v-33,0,-60,-26,-60,-59v0,-33,27,-59,60,-59xm215,-114v33,0,61,27,61,60v0,33,-28,59,-61,59v-33,0,-60,-26,-60,-59v0,-33,27,-60,60,-60","w":286},"&":{"d":"109,-177v14,-13,36,-23,36,-46v0,-17,-13,-28,-29,-28v-44,2,-29,59,-7,74xm209,0r-29,-38v-24,22,-53,43,-87,43v-41,0,-79,-31,-79,-74v0,-46,36,-70,70,-92v-12,-17,-27,-36,-27,-58v0,-34,25,-57,59,-57v31,0,58,21,58,53v0,32,-25,50,-48,68r57,73r31,-36r22,18r-35,41r46,59r-38,0xm102,-139v-23,17,-58,33,-58,67v0,26,21,49,47,49v27,0,52,-21,71,-38","w":250},"\u2019":{"d":"55,-276r27,10r-41,91r-19,-7","w":104,"k":{"\u2019":7,"t":7,"s":18}},"(":{"d":"66,-284r26,13v-40,108,-39,237,0,345r-26,12v-46,-116,-45,-254,0,-370","w":103},")":{"d":"12,-271r25,-13v46,116,45,254,0,370r-25,-12v39,-108,38,-237,0,-345","w":103},"*":{"d":"95,-221r-2,-50r27,0r-2,50r48,-18r8,26r-49,14r32,40r-22,16r-28,-43r-29,43r-21,-16r31,-40r-49,-14r9,-26","w":213},"+":{"d":"97,-179r28,0r0,73r73,0r0,28r-73,0r0,73r-28,0r0,-73r-73,0r0,-28r73,0r0,-73"},",":{"d":"54,-40r27,10r-41,92r-19,-8","w":110},"-":{"d":"1,-100r74,0r0,27r-74,0r0,-27","w":74},".":{"d":"55,-36v11,0,21,9,21,20v0,11,-10,21,-21,21v-11,0,-20,-10,-20,-21v0,-11,9,-20,20,-20","w":110},"\/":{"d":"175,-297r24,11r-169,343r-24,-11","w":205},"0":{"d":"111,-276v69,0,97,85,97,141v0,67,-35,140,-97,140v-62,0,-97,-73,-97,-140v0,-56,28,-141,97,-141xm111,-248v-51,0,-68,75,-67,114v1,38,17,111,67,111v50,0,66,-73,67,-111v1,-39,-16,-114,-67,-114"},"1":{"d":"102,-243r-45,0r16,-28r59,0r0,271r-30,0r0,-243"},"2":{"d":"76,-28r114,0r0,28r-175,0r127,-150v34,-32,15,-98,-36,-98v-33,0,-54,24,-55,56r-30,0v1,-48,36,-84,84,-84v69,0,111,83,65,137"},"3":{"d":"98,-129r0,-28v29,-1,53,-10,53,-44v0,-29,-19,-47,-47,-47v-27,0,-42,18,-45,44r-30,0v4,-43,30,-72,75,-72v74,0,105,101,43,133v70,34,34,148,-46,148v-44,0,-79,-31,-80,-76r29,0v1,28,25,48,52,48v30,0,53,-25,53,-55v0,-35,-24,-52,-57,-51"},"4":{"d":"171,-72r34,0r0,28r-34,0r0,44r-30,0r0,-44r-139,0r169,-243r0,215xm141,-72r-1,-123r-85,123r86,0"},"5":{"d":"188,-243r-86,0r-18,58v62,-11,106,35,106,93v0,99,-142,132,-182,48r24,-17v26,61,128,42,128,-32v0,-62,-76,-84,-119,-48r39,-130r108,0r0,28"},"6":{"d":"131,-276r22,17r-62,85v58,-18,113,29,112,85v0,52,-43,94,-94,94v-80,0,-114,-95,-68,-158xm109,-23v35,0,64,-29,64,-64v0,-35,-29,-63,-64,-63v-35,0,-63,28,-63,63v0,35,28,64,63,64"},"7":{"d":"167,-243r-149,0r0,-28r201,0r-183,276r-23,-14"},"8":{"d":"111,-128v-30,0,-53,23,-53,52v0,29,23,53,53,53v30,0,52,-24,52,-53v0,-29,-22,-52,-52,-52xm111,-276v72,0,104,101,43,135v71,31,38,146,-43,146v-81,0,-115,-114,-43,-146v-61,-33,-30,-135,43,-135xm111,-248v-26,0,-47,21,-47,47v0,26,21,47,47,47v26,0,47,-21,47,-47v0,-26,-21,-47,-47,-47"},"9":{"d":"88,5r-22,-16v19,-29,46,-58,61,-87v-59,18,-112,-30,-111,-86v0,-51,43,-92,94,-92v80,0,114,95,68,158xm110,-248v-35,0,-64,28,-64,63v0,35,29,63,64,63v35,0,63,-28,63,-63v0,-35,-28,-63,-63,-63"},":":{"d":"55,-36v11,0,21,9,21,20v0,11,-10,21,-21,21v-11,0,-20,-10,-20,-21v0,-11,9,-20,20,-20xm55,-174v11,0,21,9,21,20v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20","w":110},";":{"d":"55,-40r27,10r-41,92r-19,-8xm64,-174v11,0,21,9,21,20v0,11,-10,20,-21,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20","w":110},"<":{"d":"198,-179r0,30r-132,57r132,56r0,31r-174,-75r0,-25"},"=":{"d":"24,-134r174,0r0,28r-174,0r0,-28xm24,-78r174,0r0,28r-174,0r0,-28"},">":{"d":"24,-149r0,-30r174,74r0,25r-174,75r0,-31r132,-56"},"?":{"d":"117,-118r29,0v1,35,-24,62,-59,62v-33,0,-58,-25,-58,-58v0,-32,22,-47,49,-56v23,-7,46,-11,46,-41v0,-22,-15,-37,-37,-37v-28,0,-43,26,-33,53r-30,0v-11,-48,22,-81,65,-81v58,0,84,75,45,113v-22,22,-76,12,-76,51v0,16,14,28,30,28v20,0,29,-16,29,-34xm87,-36v11,0,20,9,20,20v0,11,-9,21,-20,21v-11,0,-20,-10,-20,-21v0,-11,9,-20,20,-20","w":175},"@":{"d":"144,-183v-53,-3,-73,100,-11,102v57,3,67,-103,11,-102xm275,-163v2,54,-36,109,-77,107v-10,0,-18,-8,-20,-22v-33,42,-109,18,-109,-44v0,-65,77,-119,121,-60r5,-22r26,0r-18,92v-3,12,-7,31,5,31v17,0,39,-35,41,-69v4,-63,-41,-100,-100,-100v-64,0,-110,48,-110,114v0,96,110,143,185,98r25,19v-25,13,-52,24,-96,24v-77,0,-140,-60,-140,-141v0,-80,60,-140,137,-140v64,0,123,50,125,113","w":288},"A":{"d":"184,-77r-116,0r-33,77r-33,0r125,-284r122,284r-33,0xm172,-105r-45,-109r-47,109r92,0","w":251},"B":{"d":"58,-126r0,98v49,1,99,2,99,-50v0,-51,-52,-48,-99,-48xm27,0r0,-271v71,-3,135,1,136,73v0,22,-9,41,-27,53v32,8,52,37,52,69v0,77,-81,80,-161,76xm58,-243r0,91v40,0,74,0,74,-46v0,-45,-32,-45,-74,-45","w":204},"C":{"d":"234,-249r0,37v-63,-73,-192,-22,-192,76v0,60,49,113,110,113v31,0,60,-14,82,-36r0,37v-88,68,-222,-4,-222,-113v0,-110,133,-183,222,-114","w":258},"D":{"d":"229,-135v0,78,-70,144,-151,135r-51,0r0,-271r51,0v82,-8,151,58,151,136xm199,-136v1,-69,-60,-119,-141,-107r0,215v81,11,141,-38,141,-108","w":244},"E":{"d":"27,0r0,-271r141,0r0,28r-110,0r0,80r107,0r0,28r-107,0r0,107r110,0r0,28r-141,0","w":192},"F":{"d":"151,-243r-93,0r0,80r90,0r0,28r-90,0r0,135r-31,0r0,-271r124,0r0,28","w":172,"k":{"A":29,",":47,".":47}},"G":{"d":"42,-135v0,59,52,111,108,112v47,0,97,-35,97,-85r-80,0r0,-28r113,0v10,78,-58,141,-129,141v-76,0,-139,-64,-139,-140v0,-78,63,-141,141,-141v48,0,86,22,115,59r-22,20v-23,-32,-53,-51,-93,-51v-62,0,-111,52,-111,113","w":295},"H":{"d":"59,-161r139,0r0,-110r30,0r0,271r-30,0r0,-133r-139,0r0,133r-30,0r0,-271r30,0r0,110","w":257},"I":{"d":"58,-271r0,271r-30,0r0,-271r30,0","w":86},"J":{"d":"85,-57v5,42,-19,85,-61,85v-18,0,-34,-8,-48,-20r17,-23v10,9,18,15,32,15v30,0,30,-36,30,-57r0,-214r30,0r0,214","w":113},"K":{"d":"58,-155r115,-116r41,0r-128,126r132,145r-42,0r-111,-125r-7,8r0,117r-31,0r0,-271r31,0r0,116","w":219},"L":{"d":"58,-271r0,243r74,0r0,28r-105,0r0,-271r31,0","w":135,"k":{"T":29,"V":29,"W":29,"y":14,"Y":29,"\u2019":22}},"M":{"d":"8,0r55,-287r98,228r99,-228r55,287r-31,0r-35,-184r-88,195r-88,-195r-34,184r-31,0","w":322},"N":{"d":"29,0r0,-283r212,222r0,-210r30,0r0,283r-212,-221r0,209r-30,0","w":300},"O":{"d":"155,-276v77,0,142,63,142,141v0,78,-65,140,-142,140v-77,0,-141,-62,-141,-140v0,-78,64,-141,141,-141xm155,-248v-62,0,-111,50,-111,112v0,61,49,113,111,113v62,0,111,-52,111,-113v0,-62,-49,-112,-111,-112","w":310},"P":{"d":"170,-195v0,54,-50,85,-112,76r0,119r-31,0r0,-271v77,-8,143,10,143,76xm58,-243r0,96v44,1,82,-2,82,-49v0,-48,-41,-47,-82,-47","w":181,"k":{"A":29,",":50,".":50}},"Q":{"d":"190,-109r47,49v65,-67,12,-188,-82,-188v-62,0,-111,50,-111,112v0,85,101,147,172,92r-66,-65r40,0xm260,3r-23,-25v-89,68,-223,-2,-223,-113v0,-78,64,-141,141,-141v119,0,190,155,102,237r41,42r-38,0","w":310},"R":{"d":"58,-243r0,97v39,1,78,-3,78,-48v0,-48,-37,-49,-78,-49xm58,-119r0,119r-31,0r0,-271v71,-1,139,-2,139,74v0,42,-26,71,-68,75r86,122r-37,0r-82,-119r-7,0","w":195,"k":{"T":7,"V":7,"W":7,"y":7,"Y":7}},"S":{"d":"175,-234r-25,15v-15,-43,-91,-37,-91,13v0,30,36,40,60,50v35,15,65,34,65,77v0,48,-38,84,-85,84v-44,0,-76,-29,-85,-71r30,-8v3,65,110,66,110,-2v0,-73,-126,-50,-126,-131v0,-78,119,-92,147,-27","w":201},"T":{"d":"99,-243r0,243r-30,0r0,-243r-65,0r0,-28r162,0r0,28r-67,0","w":169,"k":{"w":22,"y":22,"A":29,",":36,".":36,"-":22,"a":36,"c":36,"e":36,"i":11,"o":36,"r":14,"s":27,"u":22,":":36,";":36}},"U":{"d":"123,5v-55,0,-96,-48,-96,-107r0,-169r30,0r0,161v-7,45,23,87,66,87v19,0,41,-10,54,-25v14,-17,13,-41,13,-62r0,-161r30,0r0,169v9,60,-43,107,-97,107","w":246},"V":{"d":"35,-271r77,207r78,-207r32,0r-110,287r-110,-287r33,0","w":224,"k":{"y":11,"A":36,",":36,".":36,"-":22,"a":29,"e":29,"i":7,"o":29,"r":14,"u":14,":":14,";":14}},"W":{"d":"37,-271r72,203r88,-217r87,217r72,-203r32,0r-104,285r-87,-218r-88,218r-104,-285r32,0","w":392,"k":{"A":36,",":36,".":36,"-":7,"a":29,"e":36,"i":7,"o":36,"r":14,"u":14,":":25,";":25}},"X":{"d":"85,-140r-73,-131r34,0r56,102r55,-102r35,0r-74,131r80,140r-34,0r-62,-112r-63,112r-34,0","w":203},"Y":{"d":"92,-117r-89,-154r35,0r69,121r69,-121r35,0r-89,154r0,117r-30,0r0,-117","w":213,"k":{"v":22,"A":29,",":43,".":43,"-":36,"a":36,"e":36,"i":14,"o":36,"u":29,":":29,";":29,"p":29,"q":36}},"Z":{"d":"55,-28r144,0r0,28r-194,0r148,-243r-129,0r0,-28r179,0","w":210},"[":{"d":"67,-257r0,317r39,0r0,26r-69,0r0,-370r69,0r0,27r-39,0","w":113},"\\":{"d":"6,-286r24,-11r169,297r-24,11","w":205},"]":{"d":"46,60r0,-317r-38,0r0,-27r68,0r0,370r-68,0r0,-26r38,0","w":113},"^":{"d":"24,-116r74,-155r26,0r74,155r-32,0r-55,-118r-56,118r-31,0"},"_":{"d":"180,27r0,18r-180,0r0,-18r180,0","w":180},"\u2018":{"d":"49,-175r-27,-9r41,-92r19,7","w":104,"k":{"\u2018":7}},"a":{"d":"98,-147v-33,0,-56,29,-56,61v0,33,20,64,56,64v37,0,56,-30,56,-64v0,-34,-20,-61,-56,-61xm182,-169r0,169r-29,0v-1,-7,2,-18,-1,-23v-45,60,-139,14,-139,-61v0,-48,30,-90,81,-90v24,-1,43,13,59,29r0,-24r29,0","w":207},"b":{"d":"108,-147v-33,0,-55,29,-55,61v0,33,20,64,56,64v37,0,56,-30,56,-64v0,-34,-21,-61,-57,-61xm26,0r0,-297r29,0r0,152v44,-60,140,-17,140,60v0,47,-31,90,-81,90v-23,0,-45,-10,-59,-28r0,23r-29,0","w":207},"c":{"d":"153,-157v-1,12,2,28,-1,38v-28,-49,-112,-28,-112,34v0,63,83,83,114,34r0,38v-58,44,-144,1,-144,-72v0,-70,85,-115,143,-72","w":171},"d":{"d":"98,-147v-33,0,-56,29,-56,61v0,33,20,64,56,64v37,0,56,-30,56,-64v0,-34,-20,-61,-56,-61xm153,0v-1,-7,2,-18,-1,-23v-45,60,-139,14,-139,-61v0,-48,30,-90,81,-90v24,-1,43,13,59,29r0,-152r29,0r0,297r-29,0","w":207},"e":{"d":"175,-78r-133,0v0,31,22,56,55,56v24,0,41,-15,52,-35r24,14v-16,30,-43,48,-78,48v-50,0,-83,-38,-83,-87v0,-50,29,-92,82,-92v54,0,84,46,81,96xm43,-103r101,0v-6,-57,-94,-55,-101,0","w":186},"f":{"d":"30,-237v-7,-44,29,-78,72,-61r0,29v-30,-11,-43,1,-43,43r0,57r43,0r0,26r-43,0r0,143r-29,0r0,-143r-16,0r0,-26r16,0r0,-68","w":98,"k":{"\u2019":-7}},"g":{"d":"96,-147v-33,0,-55,29,-55,61v0,33,19,64,55,64v37,0,57,-30,57,-64v0,-34,-21,-61,-57,-61xm180,-8v8,55,-32,102,-83,102v-47,0,-82,-29,-83,-77r29,0v0,31,23,51,54,51v52,0,57,-45,53,-91v-45,60,-139,14,-139,-61v0,-77,94,-121,140,-61r0,-24r29,0r0,161","w":208},"h":{"d":"27,-297r29,0r1,148v12,-16,27,-25,48,-25v82,1,52,100,58,174r-29,0v-8,-55,25,-147,-36,-147v-66,0,-35,88,-42,147r-29,0r0,-297","w":190},"i":{"d":"62,-169r0,169r-29,0r0,-169r29,0xm47,-253v11,0,21,9,21,20v0,12,-10,21,-21,21v-11,0,-20,-9,-20,-21v0,-11,9,-20,20,-20","w":94},"j":{"d":"62,-169r0,264r-29,0r0,-264r29,0xm47,-253v11,0,21,9,21,20v0,12,-10,21,-21,21v-11,0,-20,-9,-20,-21v0,-11,9,-20,20,-20","w":94},"k":{"d":"55,-297r0,190r61,-62r39,0r-73,72r86,97r-38,0r-68,-77v-15,13,-4,52,-7,77r-29,0r0,-297r29,0","w":169},"l":{"d":"55,-297r0,297r-28,0r0,-297r28,0","w":81},"m":{"d":"56,-169v1,6,-2,14,1,18v19,-32,72,-30,87,5v10,-19,30,-28,51,-28v78,4,48,102,54,174r-29,0r0,-98v0,-22,-1,-49,-31,-49v-60,0,-28,91,-36,147r-29,0r0,-96v0,-21,-2,-51,-30,-51v-61,0,-31,90,-38,147r-29,0r0,-169r29,0","w":276},"n":{"d":"56,-169v1,6,-2,16,1,20v12,-16,27,-25,48,-25v82,1,52,100,58,174r-29,0v-8,-55,25,-147,-36,-147v-66,0,-35,88,-42,147r-29,0r0,-169r29,0","w":190},"o":{"d":"101,5v-49,0,-89,-39,-89,-89v0,-50,39,-90,89,-90v50,0,89,40,89,90v0,50,-40,89,-89,89xm101,-147v-36,0,-60,28,-60,62v0,35,24,63,60,63v36,0,60,-28,60,-63v0,-34,-24,-62,-60,-62","w":202},"p":{"d":"108,-147v-33,0,-55,29,-55,61v0,33,20,64,56,64v37,0,56,-30,56,-64v0,-34,-21,-61,-57,-61xm55,-169r0,24v45,-62,148,-14,140,61v8,76,-96,121,-140,60r0,119r-29,0r0,-264r29,0","w":207},"q":{"d":"98,-147v-33,0,-56,29,-56,61v0,33,20,64,56,64v37,0,56,-30,56,-64v0,-34,-20,-61,-56,-61xm182,-169r0,264r-29,0r-1,-119v-44,60,-139,17,-139,-60v0,-47,31,-90,81,-90v24,-1,43,12,59,29r0,-24r29,0","w":207},"r":{"d":"55,-169r0,18v12,-21,41,-31,64,-15r-14,26v-6,-4,-9,-7,-17,-7v-32,0,-33,40,-33,62r0,85r-29,0r0,-169r29,0","w":120,"k":{"v":-14,"w":-14,"y":-14,",":22,".":22,"f":-7,"m":-3,"n":-3,"t":-7,"x":-14,"-":7}},"s":{"d":"52,-129v6,34,78,27,78,79v0,67,-103,72,-117,12r26,-11v5,32,62,37,62,1v0,-38,-77,-25,-77,-78v-1,-53,80,-65,96,-17r-24,13v-6,-20,-42,-24,-44,1","w":143},"t":{"d":"58,-143r0,143r-29,0r0,-143r-18,0r0,-26r18,0r0,-61r29,0r0,61r30,0r0,26r-30,0","w":86},"u":{"d":"54,-169v8,56,-26,147,38,147v65,0,29,-91,38,-147r29,0v-3,79,20,174,-67,174v-87,0,-64,-95,-67,-174r29,0","w":184},"v":{"d":"33,-169r51,114r50,-114r32,0r-82,180r-84,-180r33,0","w":166,"k":{",":29,".":29}},"w":{"d":"34,-169r50,114r52,-127r53,127r51,-114r33,0r-84,181r-53,-126r-52,126r-83,-181r33,0","w":273,"k":{",":22,".":22}},"x":{"d":"72,-90r-61,-79r35,0r44,57r45,-57r36,0r-62,79r70,90r-35,0r-54,-69r-54,69r-36,0","w":179},"y":{"d":"77,-16r-78,-153r34,0r60,121r54,-121r33,0r-125,264r-33,0","w":179,"k":{",":29,".":29}},"z":{"d":"62,-27r117,0r0,27r-175,0r122,-143r-100,0r0,-26r158,0","w":186},"{":{"d":"18,-87r0,-23v68,-13,-26,-187,84,-174r0,27v-46,-10,-27,58,-27,95v0,42,-22,60,-27,63v5,3,27,22,27,64r0,67v-2,24,5,31,27,28r0,26v-62,16,-58,-56,-57,-115v0,-32,-3,-50,-27,-58","w":120},"|":{"d":"117,-283r0,360r-28,0r0,-360r28,0","w":205},"}":{"d":"102,-110r0,23v-68,12,26,186,-84,173r0,-26v46,10,27,-58,27,-95v0,-42,23,-61,28,-64v-5,-3,-28,-21,-28,-63r0,-68v2,-24,-5,-29,-27,-27r0,-27v62,-16,58,57,57,116v0,31,3,50,27,58","w":120},"~":{"d":"148,-61v-24,0,-55,-35,-74,-35v-10,0,-19,15,-25,34r-25,-10v10,-29,27,-53,50,-53v25,-1,53,36,74,36v10,0,20,-16,26,-35r24,10v-10,29,-26,53,-50,53"},"'":{"d":"35,-271r34,0r-6,118r-21,0","w":104},"\u201c":{"d":"109,-175r-27,-9r41,-92r20,7xm49,-175r-27,-9r41,-92r19,7","w":164},"\u2013":{"d":"0,-100r180,0r0,27r-180,0r0,-27","w":180},"\u201d":{"d":"56,-276r26,10r-41,91r-19,-7xm116,-276r27,10r-41,91r-20,-7","w":164},"\u2026":{"d":"60,-36v11,0,21,9,21,20v0,11,-10,21,-21,21v-11,0,-20,-10,-20,-21v0,-11,9,-20,20,-20xm180,-36v11,0,20,9,20,20v0,11,-9,21,-20,21v-11,0,-20,-10,-20,-21v0,-11,9,-20,20,-20xm300,-36v11,0,20,9,20,20v0,11,-9,21,-20,21v-11,0,-21,-10,-21,-21v0,-11,10,-20,21,-20","w":360},"`":{"d":"28,-254r30,-14r43,59r-18,10","w":128},"\u2014":{"d":"47,-100r266,0r0,27r-266,0r0,-27","w":360},"\u2122":{"d":"326,-271r0,151r-22,0r-1,-130r-51,130r-14,0r-52,-130r0,130r-21,0r0,-151r36,0r44,109r45,-109r36,0xm136,-271r0,21r-51,0r0,130r-21,0r0,-130r-51,0r0,-21r123,0","w":338},"\u00d7":{"d":"24,-159r20,-20r67,67r67,-67r20,20r-67,67r67,67r-20,20r-67,-67r-67,67r-20,-20r67,-67"},"\u00a0":{"w":110}}});
Cufon.registerFont({"w":180,"face":{"font-family":"Helvetica Condensed","font-weight":700,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 8 6 2 2 2 3 2 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-14 -292 360 88","underline-thickness":"17.9297","underline-position":"-27.0703","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":90},"\u00a0":{"w":90},"!":{"d":"44,-70v-10,-103,-8,-114,-8,-200r48,0v0,86,2,97,-8,200r-32,0xm36,0r0,-47r48,0r0,47r-48,0","w":119},"#":{"d":"11,-83r0,-35r35,0r4,-34r-30,0r0,-35r34,0r9,-77r30,0r-9,77r26,0r9,-77r31,0r-10,77r27,0r0,35r-31,0r-3,34r25,0r0,35r-30,0r-10,83r-30,0r10,-83r-26,0r-11,83r-30,0r11,-83r-31,0xm76,-118r25,0r5,-34r-26,0"},"$":{"d":"78,7v-44,-2,-70,-37,-65,-87r43,0v1,30,1,43,22,50r0,-81v-38,-25,-60,-37,-61,-88v-1,-39,25,-64,61,-67r0,-22r22,0r0,22v43,5,62,24,62,73r-42,0v0,-22,-4,-31,-20,-37r0,73v41,26,68,35,68,83v0,53,-22,72,-68,81r0,39r-22,0r0,-39xm100,-103r0,73v31,-7,28,-61,0,-73xm78,-230v-26,7,-24,53,0,63r0,-63"},"%":{"d":"76,5r121,-274r25,0r-121,274r-25,0xm234,0v-44,0,-55,-20,-55,-66v0,-50,12,-67,55,-67v43,0,56,18,56,66v0,50,-14,67,-56,67xm235,-107v-23,-1,-21,24,-21,49v0,22,3,31,20,32v24,1,21,-24,21,-49v0,-20,-3,-31,-20,-32xm66,-130v-44,0,-55,-19,-55,-66v0,-49,12,-67,56,-67v42,0,55,17,55,66v0,49,-13,67,-56,67xm67,-237v-23,-1,-21,24,-21,49v0,22,3,31,21,32v23,0,19,-24,20,-49v0,-21,-2,-32,-20,-32","w":299},"&":{"d":"157,-17v-48,47,-134,16,-134,-58v0,-32,16,-61,50,-84v-8,-16,-20,-38,-20,-58v0,-37,27,-59,62,-59v32,0,57,24,57,57v0,27,-13,48,-41,66r33,58v5,-16,9,-30,8,-48r41,0v0,36,-8,66,-24,90r32,54r-54,0xm95,-124v-35,10,-34,87,9,89v12,0,24,-5,34,-14xm131,-218v0,-12,-7,-22,-18,-22v-31,1,-11,40,-3,53v14,-11,21,-21,21,-31","w":240},"'":{"d":"22,-266r44,0r0,99r-44,0r0,-99","w":90},")":{"d":"19,71v45,-90,45,-256,0,-348r29,0v67,94,71,252,1,348r-30,0","w":119},"*":{"d":"28,-210r9,-28r39,12r0,-40r29,0r0,40r38,-12r10,28r-38,10r23,35r-24,17r-22,-34r-25,34r-24,-17r25,-34"},"+":{"d":"8,-108r62,0r0,-68r40,0r0,68r62,0r0,39r-62,0r0,68r-40,0r0,-68r-62,0r0,-39"},",":{"d":"36,38v16,-1,28,-18,26,-38r-26,0r0,-48r48,0v2,53,2,98,-48,101r0,-15","w":119},"-":{"d":"17,-133r84,0r0,41r-84,0r0,-41","w":119},".":{"d":"36,-47r48,0r0,47r-48,0r0,-47","w":119},"\/":{"d":"-4,34r85,-304r31,0r-85,304r-31,0","w":100},"0":{"d":"17,-73v0,-87,-22,-197,74,-197v48,0,72,26,72,78v0,86,22,197,-72,197v-49,0,-74,-26,-74,-78xm68,-193r0,121v0,25,7,38,21,38v16,0,24,-12,24,-38r0,-121v0,-25,-8,-37,-23,-37v-15,0,-22,12,-22,37"},"1":{"d":"14,-223v42,0,67,-16,75,-46r37,0r0,269r-50,0r0,-187r-62,0r0,-36"},"2":{"d":"88,-270v85,0,94,96,42,144v-22,20,-64,57,-65,86r95,0r0,40r-148,0v-7,-91,59,-114,96,-172v11,-17,7,-61,-19,-58v-29,3,-26,17,-28,50r-47,0v-3,-59,21,-90,74,-90"},"3":{"d":"156,-201v1,30,-13,52,-37,56v28,4,43,26,43,65v0,57,-26,85,-78,85v-55,1,-78,-34,-74,-95r47,0v2,36,0,56,29,56v25,0,25,-20,25,-47v0,-38,-6,-42,-50,-43r0,-39v34,-1,47,-5,47,-38v0,-20,-8,-29,-24,-29v-23,-1,-24,17,-23,39r-48,0v-3,-52,20,-79,71,-79v48,0,72,23,72,69"},"4":{"d":"9,-94r82,-170r55,0r0,169r23,0r0,40r-23,0r0,55r-50,0r0,-55r-87,0r0,-39xm46,-95r50,0r0,-110"},"5":{"d":"166,-89v0,61,-18,94,-75,94v-63,0,-76,-25,-77,-90r47,0v1,32,1,49,28,51v23,2,29,-32,27,-64v7,-49,-46,-60,-55,-26r-45,0r7,-140r131,0r0,39r-92,0r-4,57v9,-10,23,-15,40,-15v52,1,68,38,68,94"},"6":{"d":"114,-208v-2,-14,-6,-21,-19,-22v-30,-3,-32,35,-30,69v8,-13,21,-19,38,-19v49,0,63,32,63,85v-1,64,-13,100,-76,100v-85,0,-76,-85,-75,-167v1,-71,12,-107,78,-108v44,-1,68,21,67,62r-46,0xm90,-34v33,2,25,-42,25,-74v0,-22,-7,-33,-24,-33v-24,0,-27,33,-26,63v1,26,3,43,25,44"},"7":{"d":"163,-228v-37,61,-60,150,-66,228r-52,0v3,-56,42,-186,73,-225r-107,0r0,-39r152,0r0,36"},"8":{"d":"15,-76v0,-43,10,-57,38,-70v-24,-11,-33,-26,-32,-62v0,-38,29,-62,70,-62v46,0,70,23,70,68v1,36,-10,48,-35,57v30,9,41,24,41,68v0,55,-25,82,-75,82v-56,0,-77,-25,-77,-81xm91,-127v-24,0,-26,30,-26,59v0,22,9,34,26,34v24,0,25,-29,25,-58v0,-23,-8,-35,-25,-35xm67,-197v0,23,8,35,24,35v16,0,24,-13,24,-38v0,-20,-9,-30,-24,-30v-16,0,-24,11,-24,33"},"9":{"d":"84,5v-40,0,-69,-20,-67,-61r47,0v1,15,6,22,18,22v32,0,32,-34,31,-69v-8,13,-21,19,-38,19v-48,-1,-63,-32,-63,-85v1,-67,13,-100,75,-101v84,-3,77,84,76,167v-1,71,-12,107,-79,108xm88,-230v-34,-2,-26,42,-26,74v0,22,8,32,25,32v24,0,25,-32,25,-62v0,-27,-2,-43,-24,-44"},"=":{"d":"8,-74r161,0r0,40r-161,0r0,-40xm8,-144r161,0r0,39r-161,0r0,-39"},">":{"d":"163,-72r-149,81r0,-41r106,-57r-106,-61r0,-41r149,83r0,36"},"?":{"d":"52,-47r47,0r0,47r-47,0r0,-47xm88,-240v-23,0,-24,12,-25,40r-44,0v-4,-49,23,-77,70,-77v42,0,70,25,70,67v0,64,-67,72,-64,137r-42,0v-8,-69,52,-81,56,-137v1,-18,-5,-30,-21,-30"},"A":{"d":"3,0r65,-270r68,0r61,270r-54,0r-13,-69r-59,0r-14,69r-54,0xm79,-108r43,0r-20,-111xm102,-292r0,0r0,0xm171,0r0,0r0,0xm0,-276r0,0r0,0","w":200},"B":{"d":"24,0r0,-270v74,0,151,-14,151,69v0,29,-11,48,-33,57v27,5,40,26,40,63v0,54,-23,81,-69,81r-89,0xm130,-82v0,-38,-20,-40,-56,-39r0,81v37,2,56,-2,56,-42xm125,-199v0,-33,-21,-32,-51,-31r0,70v35,1,51,-2,51,-39","w":200},"C":{"d":"108,-35v24,-4,24,-27,26,-61r50,0v-1,59,-16,102,-76,102v-92,0,-90,-76,-88,-168v1,-77,16,-114,84,-114v57,0,77,31,77,90r-49,0v-1,-28,-1,-47,-25,-49v-50,-2,-35,93,-35,144v0,34,7,55,36,56xm105,-292r0,0r0,0xm109,0r0,0r0,0","w":200},"D":{"d":"197,-138v-2,82,-5,138,-77,138r-94,0r0,-270r104,0v58,8,69,54,67,132xm145,-136v0,-71,1,-100,-69,-94r0,190v69,4,70,-23,69,-96xm96,-292r0,0r0,0xm0,-276r0,0r0,0","w":219},"E":{"d":"23,0r0,-270r143,0r0,40r-93,0r0,68r86,0r0,40r-86,0r0,82r93,0r0,40r-143,0xm96,-292r0,0r0,0xm141,0r0,0r0,0xm0,-276r0,0r0,0"},"F":{"d":"26,0r0,-270r143,0r0,40r-93,0r0,68r88,0r0,40r-88,0r0,122r-50,0"},"G":{"d":"108,-235v-54,0,-31,90,-36,144v-5,56,45,73,66,38v7,-12,9,-29,9,-52r-34,0r0,-40r82,0r0,145r-37,0r0,-34v-9,23,-24,40,-55,40v-87,0,-84,-77,-83,-166v1,-82,18,-114,89,-116v63,-2,86,28,87,90r-50,0v-1,-32,-7,-49,-38,-49xm108,-292r0,0r0,0xm107,0r0,0r0,0","w":219},"H":{"d":"24,-270r51,0r0,107r70,0r0,-107r51,0r0,270r-51,0r0,-124r-70,0r0,124r-51,0r0,-270","w":219},"I":{"d":"25,-270r51,0r0,270r-51,0r0,-270xm51,-292r0,0r0,0xm56,0r0,0r0,0xm0,-276r0,0r0,0","w":100},"J":{"d":"70,6v-52,1,-75,-33,-68,-93r51,0v1,21,-7,54,16,52v12,0,18,-8,18,-25r0,-210r50,0r0,211v0,47,-22,64,-67,65","w":159},"K":{"d":"24,0r0,-270r51,0r0,116r61,-116r57,0r-67,117r70,153r-57,0r-47,-107r-17,30r0,77r-51,0xm110,0r0,0r0,0","w":200},"L":{"d":"24,-270r51,0r0,230r93,0r0,40r-144,0r0,-270xm50,-292r0,0r0,0xm96,0r0,0r0,0xm0,-276r0,0r0,0"},"M":{"d":"24,-270r81,0r37,166r35,-166r81,0r0,270r-51,0r0,-233r-51,233r-30,0r-51,-233r0,233r-51,0r0,-270","w":280},"N":{"d":"24,-270r53,0r68,171r0,-171r51,0r0,270r-53,0r-68,-167r0,167r-51,0r0,-270xm110,-292r0,0r0,0xm110,0r0,0r0,0xm0,-276r0,0r0,0","w":219},"O":{"d":"111,6v-90,3,-89,-72,-89,-165v0,-80,16,-114,88,-117v95,-4,88,79,88,171v-1,75,-16,108,-87,111xm110,-235v-50,0,-36,92,-36,144v0,37,12,56,35,56v51,0,37,-88,37,-140v0,-40,-12,-60,-36,-60xm110,-292r0,0r0,0","w":219},"P":{"d":"126,-270v44,1,63,30,64,76v1,68,-44,88,-115,82r0,112r-51,0r0,-270r102,0xm138,-195v0,-38,-27,-35,-63,-35r0,78v39,2,63,-2,63,-43","w":200},"Q":{"d":"110,-276v93,-3,89,77,88,172v0,36,-5,62,-15,79r27,27r-25,23r-28,-27v-11,5,-27,8,-47,8v-90,0,-90,-72,-88,-165v1,-79,13,-114,88,-117xm146,-89v0,-55,19,-142,-36,-146v-50,-3,-36,92,-36,144v0,42,13,61,47,55r-9,-9r28,-23r2,3v2,-5,4,-13,4,-24","w":219},"R":{"d":"152,-140v33,4,42,31,40,71v-2,41,8,54,12,69r-56,0v-4,-9,-5,-31,-5,-66v0,-53,-20,-51,-69,-51r0,117r-50,0r0,-270v77,1,171,-16,171,65v0,39,-15,61,-43,65xm142,-195v0,-42,-32,-35,-68,-35r0,74v38,1,68,4,68,-39xm109,-292r0,0r0,0xm111,0r0,0r0,0xm0,-276r0,0r0,0","w":219},"S":{"d":"168,-119v35,49,4,125,-66,125v-63,0,-87,-37,-82,-102r50,0v-2,34,6,61,32,61v19,0,29,-10,29,-31v0,-64,-111,-62,-111,-138v0,-47,26,-72,79,-72v58,1,78,28,78,88r-49,0v2,-28,-7,-47,-29,-47v-29,0,-33,32,-19,47v13,13,77,53,88,69xm98,-292r0,0r0,0xm102,0r0,0r0,0","w":200},"T":{"d":"6,-270r168,0r0,40r-59,0r0,230r-50,0r0,-230r-59,0r0,-40xm90,-292r0,0r0,0xm90,0r0,0r0,0xm0,-276r0,0r0,0"},"U":{"d":"111,6v-64,0,-87,-24,-87,-87r0,-189r51,0r0,185v0,32,6,50,34,50v29,0,36,-16,36,-50r0,-185r51,0r0,189v-1,61,-22,87,-85,87xm110,-292r0,0r0,0xm139,0r0,0r0,0xm0,-276r0,0r0,0","w":219},"V":{"d":"102,-47r37,-223r55,0r-60,270r-66,0r-60,-270r55,0","w":200},"W":{"d":"8,-270r52,0r32,207r37,-207r42,0r40,208r29,-208r52,0r-51,270r-60,0r-31,-168r-30,168r-61,0","w":299},"X":{"d":"4,0r67,-138r-65,-132r57,0r38,84r37,-84r57,0r-66,133r68,137r-56,0r-41,-90r-41,90r-55,0","w":200},"Y":{"d":"3,-270r55,0r41,103r40,-103r55,0r-70,155r0,115r-51,0r0,-115xm98,-292r0,0r0,0xm0,-276r0,0r0,0","w":200},"Z":{"d":"12,0r0,-40r99,-190r-94,0r0,-40r149,0r0,40r-100,190r104,0r0,40r-158,0xm92,-292r0,0r0,0xm0,-276r0,0r0,0"},"\\":{"d":"72,34r-85,-304r31,0r85,304r-31,0","w":90},"]":{"d":"90,34r-71,0r0,-27r31,0r0,-250r-31,0r0,-27r71,0r0,304","w":119},"^":{"d":"40,-117r-37,-17r65,-137r43,0r65,137r-37,17r-49,-101"},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0"},"`":{"d":"54,-228r-54,-53r56,0r34,53r-36,0xm57,-228r0,0r0,0","w":119},"a":{"d":"88,-172v-21,2,-27,7,-27,29r-44,0v-1,-49,24,-65,71,-65v46,0,66,14,67,58v2,50,-4,107,4,150r-45,0v-3,-6,-4,-15,-2,-23v-22,46,-97,34,-97,-32v0,-55,51,-59,86,-81v14,-9,11,-38,-13,-36xm108,-107v-16,16,-46,19,-46,50v0,17,7,26,22,26v31,0,23,-45,24,-76xm85,-225r0,0r0,0xm127,0r0,0r0,0"},"b":{"d":"70,-182v25,-48,97,-26,90,44v-6,58,9,143,-47,143v-20,0,-35,-9,-45,-28r0,23r-45,0r0,-270r47,0r0,88xm113,-67v0,-36,15,-105,-21,-105v-32,0,-22,68,-22,103v0,25,8,38,23,38v14,0,20,-12,20,-36"},"c":{"d":"81,-208v47,-1,69,27,65,76r-47,0v0,-19,3,-42,-17,-40v-30,3,-18,73,-18,109v0,21,7,32,19,32v16,0,17,-27,16,-48r47,0v4,53,-14,84,-64,84v-69,0,-64,-72,-64,-141v0,-48,21,-72,63,-72xm84,-225r0,0r0,0xm82,0r0,0r0,0","w":159},"d":{"d":"19,-65v1,-62,-11,-144,48,-143v21,0,35,9,42,26r0,-88r47,0r0,270r-47,0r0,-23v-8,19,-21,28,-40,28v-38,-1,-51,-25,-50,-70xm66,-145v3,37,-14,111,20,114v33,3,20,-69,23,-105v4,-43,-46,-50,-43,-9"},"e":{"d":"88,-208v66,0,74,43,71,116r-93,0v1,28,-6,61,24,61v19,0,23,-15,22,-37r47,0v0,49,-22,73,-65,73v-76,0,-75,-61,-75,-137v0,-50,23,-76,69,-76xm88,-172v-25,0,-22,20,-22,44r46,0v1,-24,1,-44,-24,-44xm90,-225r0,0r0,0xm107,0r0,0r0,0"},"f":{"d":"25,-202v-4,-51,12,-74,67,-68r0,38v-7,-3,-20,-4,-20,7r0,23r20,0r0,34r-20,0r0,168r-47,0r0,-168r-17,0r0,-34r17,0","w":100},"g":{"d":"159,-6v0,47,-20,74,-67,74v-43,0,-63,-11,-67,-45r47,0v1,9,8,11,19,11v23,0,23,-30,22,-56v-26,48,-96,32,-90,-43v5,-61,-15,-143,48,-143v20,0,33,10,40,29r0,-23r48,0r0,196xm89,-172v-35,0,-20,70,-20,106v0,23,7,35,20,35v31,1,22,-68,22,-103v0,-25,-8,-38,-22,-38xm86,-225r0,0r0,0"},"h":{"d":"112,-139v0,-21,-2,-33,-20,-33v-15,0,-23,12,-23,36r0,136r-47,0r0,-270r47,0r0,90v18,-46,90,-32,90,23r0,157r-47,0r0,-139"},"i":{"d":"26,-202r47,0r0,202r-47,0r0,-202xm26,-271r47,0r0,43r-47,0r0,-43xm58,0r0,0r0,0","w":100},"j":{"d":"75,25v2,38,-25,47,-64,43r0,-36v11,1,17,-1,17,-13r0,-221r47,0r0,227xm28,-228r0,-43r47,0r0,43r-47,0","w":100},"k":{"d":"18,0r0,-270r46,0r0,148r45,-80r51,0r-52,83r51,119r-52,0r-30,-82r-13,20r0,62r-46,0xm88,0r0,0r0,0","w":159},"l":{"d":"26,0r0,-270r47,0r0,270r-47,0xm41,-287r0,0r0,0xm49,0r0,0r0,0","w":100},"m":{"d":"93,-172v-20,0,-23,12,-23,36r0,136r-47,0r0,-202r47,0r0,22v12,-37,82,-37,89,0v5,-15,24,-28,47,-28v29,0,50,17,50,44r0,164r-47,0r0,-136v0,-22,-2,-36,-21,-36v-21,0,-25,15,-25,38r0,134r-47,0r0,-139v-1,-22,-2,-33,-23,-33","w":280},"n":{"d":"112,-139v0,-21,-2,-33,-20,-33v-15,0,-23,12,-23,36r0,136r-47,0r0,-202r47,0r0,22v18,-46,90,-32,90,23r0,157r-47,0r0,-139xm96,-225r0,0r0,0xm90,0r0,0r0,0"},"o":{"d":"91,5v-71,3,-72,-43,-72,-116v1,-70,13,-95,72,-97v66,-3,72,45,70,116v-2,70,-7,95,-70,97xm91,-172v-42,1,-22,69,-25,107v-2,26,3,33,25,34v43,0,24,-71,24,-109v0,-22,-9,-32,-24,-32xm90,-225r0,0r0,0"},"p":{"d":"161,-63v6,72,-67,88,-90,43r0,88r-47,0r0,-270r47,0r0,22v8,-19,21,-28,40,-28v63,-2,45,82,50,145xm114,-67v0,-37,15,-102,-20,-105v-33,-3,-23,69,-23,105v0,24,8,36,23,36v14,0,20,-12,20,-36"},"q":{"d":"22,-65v0,-62,-15,-143,50,-143v20,0,33,9,40,28r0,-22r47,0r0,270r-47,0r0,-91v-10,19,-17,28,-43,28v-31,0,-47,-23,-47,-70xm89,-172v-35,0,-20,71,-20,106v0,23,6,35,20,35v32,1,23,-68,23,-103v0,-25,-8,-38,-23,-38"},"r":{"d":"22,0r0,-202r45,0r0,35v9,-23,22,-40,50,-41r0,55v-30,-2,-49,7,-48,34r0,119r-47,0xm74,-225r0,0r0,0xm46,0r0,0r0,0","w":119},"s":{"d":"98,-140v10,-38,-38,-41,-40,-15v13,41,87,50,87,102v0,39,-22,58,-66,58v-49,0,-70,-24,-68,-73r47,0v-3,19,1,39,19,37v38,-6,15,-37,-5,-48v-28,-15,-64,-43,-61,-80v-10,-51,89,-63,118,-32v11,11,16,28,16,51r-47,0xm77,-225r0,0r0,0xm77,0r0,0r0,0","w":159},"t":{"d":"91,2v-34,4,-67,1,-67,-35r0,-135r-19,0r0,-34r19,0r0,-57r47,0r0,57r20,0r0,34r-20,0r0,121v-1,11,8,15,20,12r0,37xm59,0r0,0r0,0","w":100},"u":{"d":"66,5v-34,0,-45,-17,-45,-52r0,-155r47,0r0,143v0,19,6,28,19,28v14,0,21,-12,21,-36r0,-135r47,0r0,202r-44,0r0,-31v-8,24,-23,36,-45,36xm90,-225r0,0r0,0xm133,0r0,0r0,0xm0,-208r0,0r0,0"},"v":{"d":"80,-49r29,-153r48,0r-48,202r-58,0r-48,-202r50,0","w":159},"w":{"d":"4,-202r49,0r21,155r25,-155r39,0r27,155r22,-155r47,0r-43,202r-51,0r-21,-118r-21,118r-52,0","w":240},"x":{"d":"3,0r53,-103r-51,-99r55,0r21,49r22,-49r52,0r-51,98r52,104r-53,0r-23,-55r-24,55r-53,0","w":159},"y":{"d":"28,32v13,0,30,2,28,-10v-13,-77,-36,-149,-53,-224r49,0r28,145r27,-145r48,0r-54,226v-8,37,-28,52,-73,44r0,-36xm82,-225r0,0r0,0xm0,-208r0,0r0,0","w":159},"z":{"d":"8,0r0,-36r71,-131r-70,0r0,-35r123,0r0,33r-74,133r74,0r0,36r-124,0xm73,-225r0,0r0,0xm0,-208r0,0r0,0","w":140},"|":{"d":"28,-272r36,0r0,360r-36,0r0,-360","w":90},"~":{"d":"56,-83v-17,1,-18,13,-27,28r-21,-26v14,-29,31,-44,49,-44v12,-3,57,24,66,23v14,-1,18,-16,25,-26r21,26v-11,16,-21,41,-46,41v-12,4,-58,-23,-67,-22"},"\u00d7":{"d":"36,-10r-28,-27v17,-19,37,-33,52,-54r-52,-51r28,-28r53,52r52,-52r28,28r-52,52r52,53r-28,27r-52,-52"},"\u2013":{"d":"0,-131r180,0r0,39r-180,0r0,-39"},"\u2014":{"d":"0,-131r360,0r0,39r-360,0r0,-39","w":360},"\u2019":{"d":"71,-270v1,48,4,95,-44,97r0,-16v17,-2,24,-14,23,-34r-21,0r0,-47r42,0","w":100},"\u201d":{"d":"76,-270v1,48,4,95,-43,97r0,-16v17,-2,24,-14,23,-34r-22,0r0,-47r42,0xm147,-270v1,48,4,95,-44,97r0,-16v17,-2,24,-14,23,-34r-22,0r0,-47r43,0"},"\u2026":{"d":"36,-47r48,0r0,47r-48,0r0,-47xm157,-47r48,0r0,47r-48,0r0,-47xm278,0r0,-47r48,0r0,47r-48,0","w":360},"\"":{"d":"4,-266r44,0r0,99r-44,0r0,-99xm70,-266r44,0r0,99r-44,0r0,-99","w":119},"(":{"d":"101,71v-45,-90,-45,-256,0,-348r-29,0v-67,94,-71,252,-1,348r30,0","w":119},":":{"d":"26,-47r48,0r0,47r-48,0r0,-47xm26,-200r48,0r0,47r-48,0r0,-47","w":100},";":{"d":"26,38v16,-1,28,-18,26,-38r-26,0r0,-48r48,0v2,53,2,98,-48,101r0,-15xm26,-200r48,0r0,47r-48,0r0,-47","w":100},"<":{"d":"17,-72r149,81r0,-41r-106,-57r106,-61r0,-41r-149,83r0,36"},"@":{"d":"157,-277v71,0,128,53,130,113v1,60,-40,104,-93,109v-13,1,-18,-10,-17,-25v-37,46,-104,16,-104,-44v0,-64,80,-115,121,-62r4,-20r35,0r-19,114v0,4,1,6,5,6v18,-5,40,-39,40,-70v0,-58,-44,-94,-103,-94v-66,0,-114,47,-114,113v0,98,122,156,193,84r35,0v-71,113,-256,48,-256,-84v0,-78,63,-140,143,-140xm143,-91v22,0,40,-24,40,-49v0,-17,-9,-35,-26,-35v-43,0,-66,84,-14,84","w":299},"[":{"d":"30,34r71,0r0,-27r-31,0r0,-250r31,0r0,-27r-71,0r0,304","w":119},"{":{"d":"-14,-117v66,-6,-16,-156,72,-153r29,0v-66,5,9,139,-60,153v65,4,-5,136,60,151v-48,2,-73,-4,-73,-54v0,-41,10,-92,-28,-97","w":98},"}":{"d":"112,-117v-64,8,15,161,-75,151r-26,0v64,-5,-5,-140,60,-151v-65,-4,7,-141,-60,-153v44,-2,73,1,73,47v0,42,-13,103,28,106","w":98},"\u2018":{"d":"29,-173v-1,-48,-4,-95,44,-97r0,16v-17,2,-24,14,-23,34r21,0r0,47r-42,0","w":100},"\u201c":{"d":"104,-173v-1,-48,-4,-95,43,-97r0,16v-17,2,-24,14,-23,34r22,0r0,47r-42,0xm33,-173v-1,-48,-4,-95,44,-97r0,16v-17,2,-24,14,-23,34r22,0r0,47r-43,0"},"\u2122":{"d":"42,-124r0,-118r-41,0r0,-28r111,0r0,28r-41,0r0,118r-29,0xm127,-124r0,-146r46,0r30,87r29,-87r47,0r0,146r-29,0r0,-120r-39,120r-16,0r-39,-120r0,120r-29,0","w":309}}});
