/*
 * 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}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990-1999 as an unpublished work by Bitstream Inc.  All rights
 * reserved.  Confidential.
 * 
 * Full name:
 * Swiss721BT-Roman
 */
Cufon.registerFont({"w":197,"face":{"font-family":"Swiss","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"6","bbox":"-4 -275 342.018 85","underline-thickness":"19.08","underline-position":"-28.08","stemh":"28","stemv":"32","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":98},"!":{"d":"40,0r0,-39r35,0r0,39r-35,0xm49,-63r-9,-112r0,-84r35,0v2,70,-3,133,-8,196r-18,0","w":115},"\"":{"d":"40,-252r0,97r-24,0r0,-97r24,0xm92,-252r0,97r-24,0r0,-97r24,0","w":108},"#":{"d":"162,-256r-28,80r45,0r29,-80r29,0r-29,80r53,0r-9,25r-53,0r-16,47r56,0r-9,25r-56,0r-29,80r-29,0r29,-80r-46,0r-28,80r-29,0r28,-80r-55,0r10,-25r54,0r16,-47r-58,0r9,-25r59,0r28,-80r29,0xm170,-151r-45,0r-17,47r46,0","w":276},"$":{"d":"89,39r0,-32v-53,-4,-79,-31,-78,-83r31,0v-1,33,16,53,47,55r0,-92v-100,-6,-94,-136,0,-138r0,-24r19,0r0,24v47,4,72,28,72,67r-31,0v-3,-24,-17,-37,-41,-38r0,81v55,12,78,30,78,73v0,42,-27,69,-78,74r0,33r-19,0xm89,-144r0,-79v-26,0,-41,16,-41,39v0,23,13,35,41,40xm108,-19v30,-3,46,-20,46,-45v0,-24,-14,-36,-46,-44r0,89"},"%":{"d":"64,7r154,-259r22,0r-154,259r-22,0xm13,-182v0,-35,27,-62,62,-62v34,0,62,27,62,62v0,35,-27,62,-62,62v-35,0,-62,-27,-62,-62xm39,-182v0,21,16,36,36,36v20,0,36,-16,36,-36v0,-20,-16,-36,-36,-36v-20,0,-36,16,-36,36xm167,-63v0,-35,27,-62,62,-62v34,0,63,27,63,62v0,35,-28,63,-63,63v-35,0,-62,-28,-62,-63xm193,-63v0,21,16,37,36,37v20,0,36,-17,36,-37v0,-20,-16,-36,-36,-36v-20,0,-36,16,-36,36","w":304},"&":{"d":"80,-149v-47,-40,-35,-117,33,-117v39,0,62,22,62,55v0,28,-16,49,-49,68r49,59v6,-11,9,-24,10,-42r31,0v0,25,-7,47,-20,68r48,58r-43,0r-25,-31v-41,60,-157,44,-157,-38v0,-34,20,-57,61,-80xm97,-128v-30,17,-44,34,-44,57v1,57,78,60,105,17xm109,-161v24,-15,36,-30,36,-49v0,-18,-13,-30,-31,-30v-48,0,-36,53,-5,79","w":245},"(":{"d":"94,75v-79,-102,-79,-234,0,-336r23,0v-66,111,-67,225,0,336r-23,0","w":120},")":{"d":"27,75r-23,0v66,-111,67,-225,0,-336r23,0v78,102,78,234,0,336","w":120},"*":{"d":"90,-167r-31,44r-24,-16r34,-43r-50,-14r9,-28r48,17r0,-52r27,0r0,52r48,-17r10,28r-51,14r35,43r-24,17","w":180},"+":{"d":"162,-215r0,95r93,0r0,25r-93,0r0,95r-24,0r0,-95r-93,0r0,-25r93,0r0,-95r24,0","w":299},",":{"d":"31,0r0,-39r36,0v2,45,2,85,-36,92r0,-18v12,-2,19,-16,18,-35r-18,0","w":98},"-":{"d":"13,-81r0,-28r87,0r0,28r-87,0","w":112,"k":{"Y":27,"X":13,"W":20,"V":20,"T":13}},".":{"d":"31,0r0,-39r36,0r0,39r-36,0","w":98},"\/":{"d":"0,33r86,-299r23,0r-88,299r-21,0","w":108},"0":{"d":"12,-122v0,-85,31,-130,87,-130v57,0,86,45,86,130v0,85,-29,129,-86,129v-56,0,-87,-44,-87,-129xm47,-122v0,67,15,100,52,100v37,0,51,-33,51,-100v0,-67,-14,-100,-51,-100v-37,0,-52,33,-52,100"},"1":{"d":"92,0r0,-178r-58,0r0,-25v42,0,62,-16,66,-49r25,0r0,252r-33,0"},"2":{"d":"11,0v-5,-62,45,-98,101,-124v49,-23,49,-97,-13,-98v-31,0,-51,22,-50,61r-32,0v-1,-57,31,-91,83,-91v50,0,83,30,83,75v0,79,-122,88,-136,146r136,0r0,31r-172,0"},"3":{"d":"8,-77v8,-3,23,0,33,-1v1,36,21,55,54,55v33,0,53,-18,53,-49v0,-34,-31,-50,-71,-44r0,-28v38,2,62,-8,62,-39v0,-25,-17,-39,-45,-39v-32,0,-48,18,-48,53v-10,-2,-26,3,-32,-2v0,-50,31,-81,79,-81v80,0,108,88,49,118v27,10,41,31,41,62v0,48,-35,79,-90,79v-51,0,-85,-33,-85,-84"},"4":{"d":"118,0r0,-62r-109,0r0,-32r109,-150r33,0r0,153r35,0r0,29r-35,0r0,62r-33,0xm39,-91r79,0r0,-112"},"5":{"d":"10,-65r33,0v4,26,23,41,50,41v33,0,56,-22,56,-55v0,-57,-74,-74,-103,-33r-29,0r20,-132r133,0r0,29r-110,0r-10,67v51,-39,134,-3,134,67v0,53,-37,88,-90,88v-48,0,-80,-28,-84,-72"},"6":{"d":"185,-183r-33,0v-3,-26,-18,-39,-45,-39v-37,0,-56,29,-59,90v42,-54,139,-23,139,55v0,50,-34,84,-85,84v-58,0,-90,-41,-90,-118v0,-91,36,-141,95,-141v48,0,75,25,78,69xm152,-76v0,-33,-20,-54,-49,-54v-33,0,-52,21,-52,54v0,33,20,55,51,55v30,0,50,-22,50,-55"},"7":{"d":"49,0v10,-80,43,-149,102,-212r-137,0r0,-32r172,0r0,29v-57,62,-91,133,-101,215r-36,0"},"8":{"d":"54,-135v-61,-28,-33,-117,45,-117v77,0,104,89,44,117v27,11,42,32,42,63v0,47,-32,79,-86,79v-89,0,-117,-114,-45,-142xm55,-184v0,23,17,39,44,39v27,0,43,-16,43,-39v0,-24,-16,-39,-43,-39v-27,0,-44,15,-44,39xm48,-72v0,30,19,49,51,49v32,0,51,-19,51,-49v0,-28,-19,-46,-51,-46v-32,0,-51,18,-51,46"},"9":{"d":"13,-62r32,0v1,25,19,40,46,40v37,0,56,-30,59,-91v-42,55,-140,24,-140,-55v0,-50,34,-84,85,-84v58,0,91,41,91,118v0,91,-36,141,-96,141v-48,0,-77,-27,-77,-69xm45,-168v0,33,20,53,49,53v33,0,53,-20,53,-53v0,-33,-21,-55,-52,-55v-30,0,-50,22,-50,55"},":":{"d":"35,0r0,-39r37,0r0,39r-37,0xm35,-149r0,-39r37,0r0,39r-37,0","w":106},";":{"d":"35,0r0,-39r37,0v2,45,1,85,-37,92r0,-18v12,-2,19,-16,18,-35r-18,0xm35,-149r0,-39r37,0r0,39r-37,0","w":106},"<":{"d":"253,-177r-170,70r170,69r0,27r-207,-85r0,-23r207,-85r0,27","w":299},"=":{"d":"255,-154r0,24r-210,0r0,-24r210,0xm255,-85r0,25r-210,0r0,-25r210,0","w":299},">":{"d":"253,-119r0,23r-207,85r0,-27r171,-69r-171,-70r0,-27","w":299},"?":{"d":"72,0r0,-39r35,0r0,39r-35,0xm73,-69v-13,-59,61,-77,61,-129v0,-23,-16,-39,-42,-39v-31,0,-47,19,-48,57r-31,0v-2,-55,28,-84,81,-86v74,-2,96,83,47,126v-20,17,-41,33,-37,71r-31,0","w":189},"@":{"d":"160,-40v39,1,53,-49,60,-85v-4,-21,-17,-32,-35,-32v-32,0,-58,35,-58,79v0,25,12,38,33,38xm342,-137v1,60,-39,114,-99,116v-24,0,-37,-9,-36,-30v-25,48,-108,38,-108,-28v0,-56,37,-97,84,-97v20,0,35,9,43,26r10,-20r23,0r-27,111v0,11,5,17,17,17v37,0,67,-48,67,-92v0,-60,-47,-102,-121,-102v-90,0,-151,66,-151,145v0,119,161,155,246,89r10,14v-99,81,-281,30,-281,-104v0,-99,81,-166,177,-166v81,0,145,49,146,121","w":360},"A":{"d":"-1,0r96,-259r39,0r96,259r-38,0r-27,-77r-102,0r-28,77r-36,0xm74,-108r80,0r-40,-114","w":229,"k":{"y":5,"w":5,"v":5,"Y":22,"W":7,"V":7,"U":7,"T":13,";":-7,":":-7,".":-7,",":-7}},"B":{"d":"63,-31v56,0,126,9,126,-47v0,-54,-73,-42,-126,-43r0,90xm63,-150v49,0,119,9,114,-41v4,-48,-67,-37,-114,-38r0,79xm28,0r0,-259v78,1,185,-16,185,63v0,27,-13,46,-37,56v31,6,49,30,49,63v0,46,-32,77,-87,77r-110,0","w":238,"k":{"Y":13,"W":7,"V":7,"S":-5,"O":-5,"G":-5,"C":-5,"-":-7}},"C":{"d":"209,-96r34,0v-3,63,-47,103,-110,103v-72,0,-116,-51,-116,-140v0,-81,46,-133,120,-133v59,0,98,33,104,85r-34,0v-6,-34,-33,-53,-72,-53v-52,0,-82,38,-82,105v0,64,33,105,82,105v42,0,72,-28,74,-72","w":256,"k":{"S":-7,";":-7,":":-7,"-":-8}},"D":{"d":"28,0r0,-259r98,0v72,0,112,45,112,126v0,85,-42,133,-113,133r-97,0xm202,-131v0,-89,-53,-106,-139,-98r0,197v87,6,139,-6,139,-99","w":254,"k":{"Y":6,"W":-3,"V":3,"A":3,".":13,"-":-7,",":13}},"E":{"d":"28,0r0,-259r184,0r0,32r-149,0r0,78r138,0r0,30r-138,0r0,87r152,0r0,32r-187,0","w":230,"k":{".":-5,"-":7,",":-5}},"F":{"d":"28,0r0,-259r174,0r0,33r-139,0r0,77r121,0r0,32r-121,0r0,117r-35,0","w":209,"k":{"u":8,"r":7,"o":8,"e":8,"a":8,"T":-7,"A":15,";":13,":":13,".":55,"-":7,",":55}},"G":{"d":"221,-35v-66,85,-204,33,-204,-94v0,-85,48,-137,125,-137v59,0,98,32,106,85r-35,0v-6,-35,-32,-54,-71,-54v-56,0,-89,38,-89,105v0,67,33,105,86,105v49,0,82,-32,81,-86r-81,0r0,-29r113,0r0,140r-23,0","w":275,"k":{"Y":5,"T":7}},"H":{"d":"28,0r0,-259r35,0r0,106r134,0r0,-106r36,0r0,259r-36,0r0,-121r-134,0r0,121r-35,0","w":260},"I":{"d":"28,0r0,-259r36,0r0,259r-36,0","w":92},"J":{"d":"81,-24v34,-2,40,-19,40,-62r0,-173r36,0r0,187v0,53,-24,79,-75,79v-53,0,-81,-34,-75,-91r34,0v-4,36,7,62,40,60","w":181,"k":{".":7,",":7}},"K":{"d":"28,0r0,-259r35,0r0,125r124,-125r47,0r-106,104r109,155r-44,0r-90,-130r-40,39r0,91r-35,0","w":229,"k":{"y":10,"u":7,"o":7,"e":7,"Y":17,"W":7,"U":13,"O":10,"C":10,"A":3,".":-7,"-":23,",":-7}},"L":{"d":"28,0r0,-259r35,0r0,226r129,0r0,33r-164,0","w":192,"k":{"y":7,"Y":38,"W":12,"V":25,"U":7,"T":30,"O":13,".":-10,"-":30,",":-10}},"M":{"d":"60,-221r0,221r-32,0r0,-259r50,0r70,219r73,-219r50,0r0,259r-34,0r0,-221r-73,221r-33,0","w":298},"N":{"d":"27,0r0,-259r39,0r133,210r0,-210r33,0r0,259r-38,0r-123,-191v-4,-5,-7,-11,-10,-19r0,210r-34,0","w":259,"k":{";":7,":":7}},"O":{"d":"17,-129v0,-86,46,-137,122,-137v76,0,123,51,123,137v0,86,-47,136,-123,136v-76,0,-122,-50,-122,-136xm53,-129v0,67,33,106,86,106v53,0,86,-39,86,-106v0,-67,-33,-106,-86,-106v-53,0,-86,39,-86,106","w":278,"k":{"Y":7,"X":7,"V":5,".":13,"-":-7,",":13}},"P":{"d":"213,-184v0,73,-70,80,-150,75r0,109r-35,0r0,-259v88,0,185,-15,185,75xm63,-140v51,-2,120,12,114,-44v5,-55,-64,-41,-114,-43r0,87","w":226,"k":{"u":-3,"s":8,"o":8,"e":8,"a":10,"Y":3,"W":-3,"A":25,";":5,":":5,".":82,"-":32,",":82}},"Q":{"d":"206,-9v-91,45,-189,-6,-189,-120v0,-86,46,-137,122,-137v76,0,123,51,123,137v0,41,-11,75,-34,102r31,26r-17,22xm177,-32r-28,-23r17,-22r35,28v16,-17,24,-45,24,-80v0,-67,-33,-106,-86,-106v-53,0,-86,39,-86,106v0,83,57,126,124,97","w":278,"k":{".":10,"-":-7,",":10}},"R":{"d":"128,-259v87,-19,122,96,55,131v48,5,15,93,44,121r0,7r-41,0v-8,-15,-7,-46,-9,-69v6,-60,-63,-37,-114,-42r0,111r-35,0r0,-259r100,0xm62,-229r0,88v53,-1,120,12,120,-45v0,-56,-68,-41,-120,-43","w":239,"k":{"y":-3}},"S":{"d":"16,-85r34,0v1,38,27,61,67,61v41,0,65,-19,65,-47v0,-31,-24,-35,-71,-46v-57,-14,-87,-27,-87,-72v0,-45,36,-77,93,-77v57,0,92,32,92,83r-33,0v-3,-35,-25,-54,-62,-54v-35,0,-56,18,-56,42v-11,50,108,42,137,71v50,51,7,131,-78,131v-63,0,-98,-33,-101,-92","w":232,"k":{"S":-7,"-":-7}},"T":{"d":"85,0r0,-228r-82,0r0,-31r199,0r0,31r-82,0r0,228r-35,0","w":205,"k":{"y":35,"w":35,"u":35,"s":40,"r":27,"o":43,"i":5,"e":43,"c":43,"a":43,"T":-8,"C":5,"A":13,";":37,":":37,".":52,"-":52,",":52}},"U":{"d":"26,-98r0,-161r36,0r0,161v0,48,20,71,65,71v102,0,58,-143,67,-232r35,0r0,161v0,69,-37,105,-106,105v-65,0,-97,-35,-97,-105","w":255,"k":{"A":7,";":5,":":5,".":13,",":13}},"V":{"d":"92,0r-92,-259r36,0r75,217r72,-217r37,0r-91,259r-37,0","w":219,"k":{"u":8,"o":15,"e":15,"a":15,"A":7,";":12,":":12,".":47,"-":27,",":47}},"W":{"d":"69,0r-67,-259r34,0r53,207r55,-207r36,0r57,206r54,-206r33,0r-69,259r-34,0r-59,-213r-57,213r-36,0","w":325,"k":{"y":-3,"u":-3,"o":8,"i":-5,"e":8,"a":8,"A":7,";":7,":":7,".":30,"-":13,",":30}},"X":{"d":"0,0r89,-132r-84,-127r43,0r61,96r63,-96r41,0r-84,126r89,133r-43,0r-67,-105r-65,105r-43,0","w":217,"k":{"e":10,"O":7,"C":7,";":7,":":7,".":-7,"-":30,",":-7}},"Y":{"d":"128,0r-35,0r0,-104r-96,-155r44,0r69,123r69,-123r41,0r-92,153r0,106","w":217,"k":{"u":27,"o":33,"e":33,"a":33,"O":7,"C":7,"A":22,";":33,":":33,".":60,"-":52,",":60}},"Z":{"d":"10,0r0,-29r158,-199r-147,0r0,-31r188,0r0,33r-155,194r155,0r0,32r-199,0","w":215,"k":{";":-5,":":-5,".":-7,"-":17,",":-7}},"[":{"d":"44,72r0,-331r70,0r0,25r-39,0r0,282r39,0r0,24r-70,0","w":127},"\\":{"d":"86,33r-86,-299r21,0r88,299r-23,0","w":108},"]":{"d":"84,-259r0,331r-70,0r0,-24r38,0r0,-282r-38,0r0,-25r70,0","w":127},"^":{"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},"a":{"d":"138,-96v-27,16,-93,2,-93,45v0,18,12,29,34,29v47,-2,65,-27,59,-74xm140,-24v-31,42,-127,43,-127,-27v0,-35,21,-52,64,-59v38,-6,61,6,61,-28v0,-19,-15,-28,-43,-28v-30,0,-44,12,-44,35v-9,-2,-25,3,-30,-2v0,-38,28,-61,75,-61v50,0,74,18,74,58r0,94v-1,17,5,21,20,18r0,25v-24,8,-52,0,-50,-25","w":195},"b":{"d":"25,0r0,-259r31,0r0,97v45,-64,143,-27,143,68v0,93,-94,132,-143,70r0,24r-31,0xm55,-95v0,48,20,73,55,73v35,0,56,-26,56,-69v0,-49,-20,-75,-55,-75v-37,0,-56,24,-56,71","w":213},"c":{"d":"149,-126v-2,-26,-19,-40,-48,-40v-34,0,-54,25,-54,71v0,84,94,96,103,27r31,0v-3,46,-34,74,-84,74v-51,0,-83,-38,-83,-100v0,-63,34,-100,87,-100v48,0,77,26,79,68r-31,0","w":189},"d":{"d":"189,-259r0,259r-31,0r0,-24v-50,61,-144,23,-144,-70v0,-94,95,-130,144,-71r0,-94r31,0xm159,-95v0,-47,-19,-71,-56,-71v-35,0,-56,26,-56,75v0,43,21,69,56,69v35,0,56,-25,56,-73","w":213},"e":{"d":"151,-61r31,0v-7,42,-38,67,-82,67v-52,0,-85,-37,-85,-98v0,-65,33,-102,85,-102v58,0,91,43,84,109r-136,0v-6,70,91,84,103,24xm48,-111r104,0v0,-36,-19,-55,-51,-55v-31,0,-50,19,-53,55","w":196},"f":{"d":"31,0r0,-163r-31,0r0,-25r31,0v-6,-53,13,-87,66,-72r0,28v-30,-10,-37,12,-34,44r34,0r0,25r-34,0r0,163r-32,0","w":95,"k":{".":7,"-":7,",":7}},"g":{"d":"159,-23v-49,62,-144,19,-144,-72v0,-90,97,-131,144,-70r0,-23r31,0r0,184v0,57,-25,82,-88,82v-51,0,-79,-21,-79,-56v10,1,23,-2,31,1v0,19,16,29,49,29v52,1,59,-27,56,-75xm104,-166v-35,0,-56,25,-56,72v0,46,21,72,56,72v39,0,57,-23,57,-71v0,-48,-20,-73,-57,-73","w":214},"h":{"d":"56,-162v29,-53,141,-38,125,40r0,122r-32,0r0,-116v0,-33,-6,-49,-37,-49v-77,0,-53,95,-56,165r-32,0r0,-259r32,0r0,97","w":204},"i":{"d":"24,0r0,-188r32,0r0,188r-32,0xm24,-223r0,-36r32,0r0,36r-32,0","w":79},"j":{"d":"-4,78r0,-29v22,1,30,-1,30,-25r0,-212r32,0r0,216v2,42,-21,55,-62,50xm26,-222r0,-37r32,0r0,37r-32,0","w":82},"k":{"d":"24,0r0,-259r32,0r0,155r85,-84r40,0r-71,68r70,120r-36,0r-55,-98r-33,32r0,66r-32,0","w":186,"k":{"-":13}},"l":{"d":"24,0r0,-259r33,0r0,259r-33,0","w":81},"m":{"d":"165,-163v35,-52,120,-37,120,45r0,118r-32,0r0,-116v0,-33,-6,-49,-34,-49v-69,0,-44,101,-48,165r-32,0r0,-116v0,-33,-7,-49,-35,-49v-69,-2,-44,101,-48,165r-32,0r0,-188r30,0r0,26v23,-39,90,-43,111,-1","w":308},"n":{"d":"54,-161v31,-54,127,-41,127,39r0,122r-32,0r0,-116v0,-33,-7,-49,-37,-49v-75,0,-53,96,-56,165r-32,0r0,-188r30,0r0,27","w":204},"o":{"d":"14,-94v0,-64,33,-100,90,-100v57,0,91,36,91,100v0,64,-33,100,-90,100v-57,0,-91,-36,-91,-100xm47,-94v0,47,21,72,58,72v37,0,57,-25,57,-72v0,-47,-20,-72,-57,-72v-37,0,-58,25,-58,72","w":209},"p":{"d":"25,75r0,-263r31,0r0,26v45,-65,143,-26,143,67v0,95,-93,132,-143,72r0,98r-31,0xm55,-93v0,47,19,71,56,71v35,0,55,-26,55,-75v0,-43,-21,-69,-56,-69v-35,0,-55,25,-55,73","w":213},"q":{"d":"158,-25v-44,63,-144,25,-144,-70v0,-93,97,-131,144,-68r0,-25r31,0r0,263r-31,0r0,-100xm47,-97v0,49,22,75,58,75v34,0,54,-25,54,-72v0,-46,-20,-72,-55,-72v-35,0,-57,26,-57,69","w":213},"r":{"d":"24,0r0,-188r31,0r0,34v12,-28,28,-40,60,-38r0,34v-36,-5,-60,16,-59,53r0,105r-32,0","w":119,"k":{".":33,"-":13,",":33}},"s":{"d":"11,-61r31,0v2,26,18,39,48,39v28,0,44,-12,44,-30v1,-28,-42,-28,-65,-35v-37,-11,-53,-22,-53,-53v0,-32,26,-54,71,-54v45,0,73,23,73,58r-31,0v-1,-20,-16,-31,-42,-31v-26,0,-39,9,-39,26v0,23,39,26,60,31v39,10,57,21,57,54v0,39,-28,62,-78,62v-48,0,-75,-24,-76,-67","w":178},"t":{"d":"61,-48v-1,23,12,24,34,21r0,27v-36,8,-65,3,-65,-37r0,-126r-29,0r0,-25r29,0r0,-53r31,0r0,53r34,0r0,25r-34,0r0,115","w":101,"k":{"-":3}},"u":{"d":"150,-28v-29,55,-127,42,-127,-38r0,-122r32,0r0,115v0,34,9,50,39,50v72,0,53,-96,55,-165r32,0r0,188r-31,0r0,-28","w":204},"v":{"d":"70,0r-70,-188r34,0r53,151r51,-151r34,0r-69,188r-33,0","w":173,"k":{".":27,",":27}},"w":{"d":"59,0r-56,-188r32,0r40,144r37,-144r37,0r37,144r41,-144r33,0r-58,188r-32,0r-39,-145r-40,145r-32,0","w":262,"k":{".":23,",":23}},"x":{"d":"0,0r66,-97r-63,-91r37,0r46,67r46,-67r36,0r-63,91r67,97r-38,0r-49,-73r-48,73r-37,0","w":172,"k":{"-":13}},"y":{"d":"143,-188r36,0r-80,217v-13,42,-32,57,-74,47r0,-30v17,6,36,4,42,-13r8,-22r-71,-199r35,0r52,152","w":182,"k":{".":27,"-":5,",":27}},"z":{"d":"161,-188r0,25r-110,135r115,0r0,28r-157,0r0,-26r111,-135r-105,0r0,-27r146,0","w":173},"{":{"d":"79,-153v-4,-68,0,-117,73,-107r0,27v-86,-17,-3,129,-78,140v44,8,35,52,35,99v0,34,9,42,43,41r0,26v-51,2,-76,-11,-73,-63v3,-48,4,-101,-49,-90r0,-27v33,4,51,-9,49,-46","w":180},"|":{"d":"103,-275r0,360r-26,0r0,-360r26,0","w":180},"}":{"d":"28,-260v51,-2,76,10,73,63v-3,48,-5,102,50,90r0,27v-53,-11,-53,39,-50,90v4,53,-22,65,-73,63r0,-26v85,17,3,-130,78,-140v-43,-8,-35,-53,-35,-100v0,-34,-10,-41,-43,-40r0,-27","w":180},"~":{"d":"31,-107v54,-47,111,-1,170,-1v22,0,43,-9,68,-27r0,27v-24,17,-45,25,-68,25v-35,0,-67,-24,-102,-24v-21,0,-42,10,-68,28r0,-28","w":299},"'":{"d":"40,-252r0,97r-24,0r0,-97r24,0","w":55},"`":{"d":"115,-214r-21,0r-50,-61r35,0","w":180},"\u00a0":{"w":98}}});

		Cufon.set('fontFamily', 'Swiss');
			Cufon.replace('h5',{ fontFamily: 'Swiss'});
