/*
 * 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:
 * © 1990, 2002 Adobe Systems Incorporated. All rights reserved.
 * 
 * Trademark:
 * Helvetica is a trademark of Linotype Corp. registered in the U.S. Patent and
 * Trademark Office and may be registered in certain other jurisdictions in the
 * name of Linotype Corp. or its licensee Linotype GmbH.
 * 
 * Full name:
 * HelveticaNeueLTStd-BdCn
 * 
 * Designer:
 * Linotype Staff
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":480,"face":{"font-family":"hn","font-weight":700,"font-stretch":"condensed","units-per-em":"1000","panose-1":"2 11 7 6 3 5 2 3 2 4","ascent":"714","descent":"-286","x-height":"14","bbox":"-25 -777 771 184","underline-thickness":"50","underline-position":"-50","stemh":"106","stemv":"138","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":240},"!":{"d":"198,-199r-100,0r-19,-283r0,-232r138,0r0,232xm79,-132r138,0r0,132r-138,0r0,-132","w":296},"\"":{"d":"267,-393r0,-321r124,0r0,321r-124,0xm72,-393r0,-321r124,0r0,321r-124,0","w":463},"#":{"d":"0,-174r0,-112r87,0r16,-122r-73,0r0,-112r86,0r22,-174r96,0r-21,174r97,0r22,-174r97,0r-22,174r73,0r0,112r-86,0r-16,122r73,0r0,112r-86,0r-22,174r-97,0r22,-174r-98,0r-21,174r-97,0r22,-174r-74,0xm199,-408r-15,122r97,0r16,-122r-98,0"},"$":{"d":"269,-269r0,177v41,-9,58,-43,58,-80v0,-50,-20,-77,-58,-97xm205,-442r0,-160v-30,9,-49,34,-49,76v0,36,15,64,49,84xm205,101r0,-87v-175,-18,-198,-103,-196,-226r138,0v0,55,5,107,58,120r0,-202r-50,-18v-97,-35,-137,-102,-137,-192v0,-122,69,-191,187,-204r0,-69r64,0r0,69v153,16,187,99,185,203r-138,0v-1,-51,-13,-86,-47,-97r0,189v100,42,202,62,202,213v0,144,-70,205,-202,214r0,87r-64,0"},"%":{"d":"557,-181v0,79,4,119,44,119v40,0,44,-40,44,-119v0,-71,-4,-111,-44,-111v-40,0,-44,40,-44,111xm451,-177v0,-129,26,-191,150,-191v124,0,150,62,150,191v0,129,-26,191,-150,191v-124,0,-150,-62,-150,-191xm27,-517v0,-129,26,-191,150,-191v124,0,150,62,150,191v0,129,-26,191,-150,191v-124,0,-150,-62,-150,-191xm133,-521v0,79,4,119,44,119v40,0,44,-40,44,-119v0,-71,-4,-111,-44,-111v-40,0,-44,40,-44,111xm140,31r406,-756r89,0r-406,756r-89,0","w":778},"&":{"d":"201,-568v0,23,33,75,53,102v30,-22,71,-66,71,-100v0,-39,-26,-60,-63,-60v-34,0,-61,21,-61,58xm343,-143r-120,-170v-54,42,-73,77,-73,121v0,45,35,94,100,94v39,0,69,-15,93,-45xm319,-380r107,145v15,-31,25,-79,25,-108r124,0v0,77,-30,150,-73,211r94,132r-153,0r-40,-55v-36,43,-102,69,-172,69v-181,0,-219,-126,-219,-206v0,-83,55,-151,144,-206v-33,-46,-82,-122,-73,-166v0,-93,75,-150,182,-150v122,0,178,66,178,149v0,71,-40,126,-124,185","w":593},"(":{"d":"190,-714r106,0v-83,151,-114,280,-114,449v0,169,31,298,114,449r-106,0v-189,-319,-189,-579,0,-898","w":296},")":{"d":"0,-714r106,0v189,319,189,579,0,898r-106,0v83,-151,114,-280,114,-449v0,-169,-31,-298,-114,-449","w":296},"*":{"d":"154,-714r82,0r0,128r122,-40r25,78r-122,40r76,104r-67,48r-75,-104r-75,104r-67,-48r76,-104r-122,-40r25,-78r122,40r0,-128","w":390},"+":{"d":"238,0r0,-191r-191,0r0,-124r191,0r0,-191r124,0r0,191r191,0r0,124r-191,0r0,191r-124,0","w":600},",":{"d":"54,-156r132,0v-1,154,21,312,-132,321r0,-70v40,-8,55,-48,52,-95r-52,0r0,-156","w":240,"k":{" ":37}},"-":{"d":"44,-348r282,0r0,118r-282,0r0,-118","w":370},".":{"d":"54,-156r132,0r0,156r-132,0r0,-156","w":240,"k":{" ":37}},"\/":{"d":"-3,14r226,-742r112,0r-226,742r-112,0","w":332},"0":{"d":"162,-376r0,77v0,178,16,219,78,219v63,0,78,-56,78,-238r0,-77v0,-178,-16,-219,-78,-219v-63,0,-78,56,-78,238xm18,-330v0,-196,11,-378,222,-378v171,0,222,93,222,344v0,197,-11,378,-222,378v-171,0,-222,-93,-222,-344"},"1":{"d":"326,0r-144,0r0,-500r-141,0r0,-94v101,3,165,-32,179,-114r106,0r0,708"},"2":{"d":"454,-112r0,112r-436,0v-11,-149,108,-270,214,-364v64,-56,74,-89,74,-162v0,-59,-25,-88,-70,-88v-72,0,-79,63,-80,138r-138,0v-7,-151,59,-232,220,-232v142,0,212,71,212,193v0,92,-29,151,-110,225v-49,45,-141,121,-153,178r267,0"},"3":{"d":"20,-207r138,0v2,82,16,127,79,127v70,0,79,-52,79,-114v0,-63,-14,-121,-93,-121r-48,0r0,-94r47,0v60,0,82,-54,82,-112v0,-66,-22,-93,-69,-93v-62,0,-73,48,-73,115r-132,0v0,-139,74,-209,208,-209v128,0,204,57,204,182v0,88,-45,138,-108,158v91,14,126,78,126,167v0,95,-39,215,-235,215v-138,0,-206,-84,-205,-221"},"4":{"d":"266,-259r0,-269r-2,0r-138,269r140,0xm14,-147r0,-118r235,-443r149,0r0,449r68,0r0,112r-68,0r0,147r-132,0r0,-147r-252,0"},"5":{"d":"425,-694r0,112r-261,0v-3,52,-15,113,-13,161v27,-37,69,-53,130,-53v136,0,173,114,173,226v0,155,-45,262,-227,262v-189,0,-211,-115,-209,-216r138,0v0,47,8,116,70,116v58,0,84,-46,84,-138v0,-117,-18,-150,-83,-150v-41,0,-63,25,-68,65r-129,0r26,-385r369,0"},"6":{"d":"449,-528r-138,0v0,-54,-17,-86,-65,-86v-85,0,-94,112,-86,215v24,-37,71,-61,133,-61v126,0,173,94,173,221v0,162,-71,253,-229,253v-198,0,-223,-158,-223,-331v0,-200,4,-391,238,-391v102,0,195,43,197,180xm165,-220v0,81,12,140,79,140v70,0,78,-60,78,-140v0,-96,-22,-134,-78,-134v-57,0,-79,38,-79,134"},"7":{"d":"22,-694r436,0r0,110v-117,165,-185,384,-208,584r-151,0v22,-171,82,-382,221,-570r-298,0r0,-124"},"8":{"d":"14,-200v0,-92,44,-156,120,-177v-76,-20,-102,-85,-102,-136v0,-139,79,-195,208,-195v129,0,208,56,208,195v0,51,-26,116,-102,136r0,2v80,16,120,86,120,175v0,81,-29,214,-226,214v-197,0,-226,-133,-226,-214xm170,-517v0,66,28,99,70,99v42,0,70,-33,70,-99v0,-64,-23,-97,-70,-97v-47,0,-70,33,-70,97xm158,-202v0,67,17,122,82,122v65,0,82,-55,82,-122v0,-68,-17,-122,-82,-122v-65,0,-82,54,-82,122"},"9":{"d":"31,-165r138,0v0,53,17,85,65,85v84,0,94,-111,86,-214v-24,36,-71,60,-133,60v-126,0,-173,-94,-173,-221v0,-162,71,-253,229,-253v198,0,223,158,223,331v0,201,-4,391,-238,391v-102,0,-195,-43,-197,-179xm158,-474v0,96,22,134,78,134v57,0,79,-38,79,-134v0,-81,-12,-140,-79,-140v-70,0,-78,60,-78,140"},":":{"d":"54,0r0,-156r132,0r0,156r-132,0xm54,-365r0,-156r132,0r0,156r-132,0","w":240},";":{"d":"54,-156r132,0v-1,154,21,312,-132,321r0,-70v40,-8,55,-48,52,-95r-52,0r0,-156xm54,-521r132,0r0,156r-132,0r0,-156","w":240},"<":{"d":"47,-200r0,-106r506,-208r0,124r-338,137r338,137r0,124","w":600},"=":{"d":"47,-300r0,-124r506,0r0,124r-506,0xm47,-82r0,-124r506,0r0,124r-506,0","w":600},">":{"d":"47,8r0,-124r338,-137r-338,-137r0,-124r506,208r0,106","w":600},"?":{"d":"168,-493r-132,0v-6,-137,58,-225,198,-229v214,-6,270,213,148,349v-42,47,-99,91,-89,175r-124,0v-13,-114,39,-178,100,-239v52,-52,59,-189,-30,-191v-59,-2,-75,62,-71,135xm162,-132r138,0r0,132r-138,0r0,-132","w":481},"@":{"d":"299,-326v0,44,28,81,71,81v68,0,116,-69,116,-128v0,-42,-34,-76,-75,-76v-64,0,-112,68,-112,123xm522,-488r13,-53r88,0r-58,250v-6,32,-16,61,14,61v39,0,104,-69,104,-174v0,-133,-127,-230,-266,-230v-157,0,-276,134,-276,278v0,152,131,276,283,276v91,0,163,-31,217,-64r89,0v-70,100,-180,158,-330,158v-205,0,-371,-166,-371,-371v0,-205,166,-371,371,-371v200,0,371,120,371,303v0,211,-186,286,-251,286v-41,0,-59,-22,-67,-53v-26,28,-67,53,-120,53v-71,0,-146,-64,-146,-170v0,-122,83,-246,214,-246v50,0,92,20,121,67","w":800},"A":{"d":"0,0r189,-714r178,0r189,714r-150,0r-33,-151r-190,0r-33,151r-150,0xm277,-590r-69,321r140,0r-69,-321r-2,0","w":556,"k":{"w":18,"T":55,"v":18,"V":10,"W":10,"y":18,"Y":55}},"B":{"d":"50,0r0,-714r241,0v118,0,203,44,203,181v0,79,-41,133,-108,158v79,11,130,71,130,166v0,112,-55,209,-223,209r-243,0xm194,-608r0,187v91,5,156,-12,156,-94v0,-88,-66,-98,-156,-93xm194,-321r0,215v98,4,173,-2,172,-108v-1,-109,-74,-110,-172,-107","w":556},"C":{"d":"499,-473r-144,0v0,-104,-21,-149,-86,-149v-73,0,-90,73,-90,275v0,216,30,255,92,255v52,0,90,-27,90,-181r144,0v0,154,-38,287,-227,287v-216,0,-243,-154,-243,-371v0,-217,27,-371,243,-371v206,0,221,151,221,255","w":537,"k":{"A":18}},"D":{"d":"57,0r0,-714r236,0v200,0,236,137,236,347v0,253,-54,367,-245,367r-227,0xm201,-608r0,502v162,10,184,-27,184,-257v0,-162,-13,-245,-123,-245r-61,0","w":574,"k":{"Y":55,"A":34,",":24,".":24}},"E":{"d":"50,-714r399,0r0,118r-255,0r0,168r240,0r0,118r-240,0r0,192r265,0r0,118r-409,0r0,-714","w":481},"F":{"d":"50,0r0,-714r399,0r0,118r-255,0r0,168r240,0r0,118r-240,0r0,310r-144,0","w":463,"k":{"A":37,",":111,".":111,"a":20,"e":20}},"G":{"d":"505,-502r-138,0v0,-53,-24,-120,-82,-120v-70,0,-98,72,-98,250v0,172,16,280,99,280v34,0,89,-37,89,-114r0,-73r-95,0r0,-106r233,0r0,385r-106,0v-2,-21,4,-49,-2,-66v-34,56,-83,80,-150,80v-177,0,-212,-132,-212,-379v0,-240,56,-363,240,-363v158,0,222,81,222,226","w":556},"H":{"d":"50,0r0,-714r144,0r0,273r168,0r0,-273r144,0r0,714r-144,0r0,-317r-168,0r0,317r-144,0","w":556},"I":{"d":"201,0r-144,0r0,-714r144,0r0,714","w":258},"J":{"d":"275,-714r144,0r0,514v0,152,-69,214,-215,214v-164,0,-193,-106,-189,-240r132,0v-2,76,5,134,64,134v52,0,64,-36,64,-112r0,-510","w":463},"K":{"d":"50,-714r144,0r0,286r2,0r182,-286r156,0r-194,306r216,408r-162,0r-147,-293r-53,81r0,212r-144,0r0,-714","w":537},"L":{"d":"449,0r-399,0r0,-714r144,0r0,596r255,0r0,118","w":463,"k":{"T":74,"V":74,"W":74,"y":37,"Y":92}},"M":{"d":"53,0r0,-714r214,0r102,504r2,0r103,-504r213,0r0,714r-132,0r0,-570r-2,0r-127,570r-112,0r-127,-570r-2,0r0,570r-132,0","w":740},"N":{"d":"50,-714r166,0r174,489r2,0r0,-489r132,0r0,714r-164,0r-176,-500r-2,0r0,500r-132,0r0,-714","w":574},"O":{"d":"35,-357v0,-217,27,-371,243,-371v216,0,243,154,243,371v0,217,-27,371,-243,371v-216,0,-243,-154,-243,-371xm179,-357v0,192,14,265,99,265v85,0,99,-73,99,-265v0,-191,-14,-265,-99,-265v-85,0,-99,74,-99,265","w":556,"k":{"T":24,"Y":24,"A":24,",":24,".":24}},"P":{"d":"50,0r0,-714r252,0v146,0,196,107,196,214v-1,177,-123,228,-304,215r0,285r-144,0xm194,-608r0,217v95,6,160,-6,160,-107v0,-70,-28,-110,-100,-110r-60,0","w":519,"k":{"A":54,",":150,".":150,"a":24,"e":24,"o":24}},"Q":{"d":"373,0v-27,10,-57,14,-95,14v-216,0,-243,-154,-243,-371v0,-217,27,-371,243,-371v216,0,243,154,243,371v0,121,-8,222,-55,290r77,78r-85,77xm179,-357v0,192,14,265,99,265v85,0,99,-73,99,-265v0,-191,-14,-265,-99,-265v-85,0,-99,74,-99,265","w":556},"R":{"d":"194,-608r0,206v98,5,168,-5,168,-107v0,-93,-73,-106,-168,-99xm50,0r0,-714r266,0v118,0,190,62,190,184v0,98,-42,156,-119,178v98,13,113,67,115,218v1,75,5,114,32,128r0,6r-156,0v-55,-80,39,-301,-107,-302r-77,0r0,302r-144,0","w":556,"k":{"T":18,"W":-10,"Y":18,"U":-10}},"S":{"d":"22,-223r144,0v-2,78,11,131,95,131v44,0,86,-28,86,-88v0,-65,-33,-89,-128,-122v-128,-44,-187,-97,-187,-216v0,-139,85,-210,221,-210v135,0,229,61,221,212r-138,0v0,-67,-23,-106,-78,-106v-65,0,-82,41,-82,83v0,44,13,71,74,97r111,48v108,47,136,102,136,189v0,151,-92,219,-248,219v-175,0,-234,-83,-227,-237","w":519},"T":{"d":"12,-714r456,0r0,118r-156,0r0,596r-144,0r0,-596r-156,0r0,-118","k":{"w":74,"y":55,"A":55,",":92,".":92,"a":74,"e":74,"o":74,"-":55,"i":18,"r":74,"u":74,":":74,";":74}},"U":{"d":"41,-714r144,0r0,498v0,71,17,124,84,124v67,0,84,-53,84,-124r0,-498r144,0r0,498v0,182,-111,230,-228,230v-117,0,-228,-39,-228,-230r0,-498","w":538},"V":{"d":"3,-714r154,0r101,528r3,0r106,-528r149,0r-164,714r-185,0","w":519,"k":{"A":37,",":92,".":72,"a":18,"e":24,"o":24,"-":18,"i":24,"u":30,":":18,";":18}},"W":{"d":"138,0r-130,-714r138,0r79,528r2,0r84,-528r138,0r84,528r2,0r79,-528r138,0r-130,714r-161,0r-80,-518r-2,0r-80,518r-161,0","w":760,"k":{"A":18,",":74,".":74,"a":18,"e":18,"o":18,"-":18}},"X":{"d":"184,-361r-164,-353r159,0r92,231r91,-231r157,0r-166,353r178,361r-162,0r-103,-242r-102,242r-158,0","w":537},"Y":{"d":"3,-714r162,0r94,276r2,0r100,-276r156,0r-185,433r0,281r-144,0r0,-281","w":520,"k":{"A":55,",":111,".":111,"a":80,"e":80,"o":80,"-":74,"i":24,"u":60,":":37,";":37,"O":20,"S":18}},"Z":{"d":"24,0r0,-105r263,-491r-245,0r0,-118r411,0r0,109r-267,487r271,0r0,118r-433,0","w":481},"[":{"d":"80,184r0,-898r229,0r0,100r-105,0r0,698r105,0r0,100r-229,0","w":315},"\\":{"d":"223,14r-226,-742r112,0r226,742r-112,0","w":332},"]":{"d":"6,184r0,-100r105,0r0,-698r-105,0r0,-100r229,0r0,898r-229,0","w":315},"^":{"d":"180,-309r-124,0r188,-385r112,0r188,385r-124,0r-120,-247","w":600},"_":{"d":"500,125r-500,0r0,-50r500,0r0,50","w":500},"a":{"d":"169,-373r-124,0v-5,-132,81,-179,189,-179v164,0,195,68,195,165r0,283v0,50,3,73,17,104r-132,0v-11,-16,-10,-42,-19,-56v-32,56,-71,70,-137,70v-96,0,-130,-82,-130,-154v0,-101,42,-140,136,-168v51,-15,133,-18,133,-84v0,-41,-18,-66,-64,-66v-47,0,-68,34,-64,85xm297,-163r0,-106v-19,14,-42,23,-59,27v-56,12,-78,39,-78,87v0,41,15,75,52,75v37,0,85,-24,85,-83","w":481},"b":{"d":"184,-269v0,117,12,177,73,177v60,0,72,-60,72,-177v0,-117,-12,-177,-72,-177v-61,0,-73,60,-73,177xm46,0r0,-714r138,0r0,226r2,0v29,-43,64,-64,116,-64v113,0,165,83,165,283v0,200,-52,283,-165,283v-56,0,-90,-25,-124,-71r0,57r-132,0","w":500},"c":{"d":"437,-344r-132,0v0,-52,-10,-108,-62,-108v-68,0,-79,60,-79,184v0,133,12,188,74,188v46,0,67,-39,67,-126r132,0v0,141,-59,220,-205,220v-138,0,-206,-67,-206,-283v0,-221,91,-283,218,-283v127,0,193,81,193,208","w":463,"k":{"y":10,"l":20}},"d":{"d":"171,-269v0,117,12,177,72,177v61,0,73,-60,73,-177v0,-117,-12,-177,-73,-177v-60,0,-72,60,-72,177xm322,0v-2,-18,4,-43,-2,-57v-30,50,-68,71,-122,71v-113,0,-165,-83,-165,-283v0,-200,52,-283,165,-283v54,0,86,25,118,64r0,-226r138,0r0,714r-132,0","w":500},"e":{"d":"437,-248r-273,0v-3,77,4,167,68,168v46,0,65,-35,73,-101r124,0v-5,125,-65,195,-195,195v-200,0,-208,-154,-208,-288v0,-144,28,-278,214,-278v172,0,200,127,197,304xm164,-330r141,0v-3,-82,-13,-128,-70,-128v-62,0,-73,66,-71,128","w":463,"k":{"x":10}},"f":{"d":"76,0r0,-444r-70,0r0,-94r70,0r0,-61v-4,-126,100,-138,218,-126r0,98v-42,-4,-80,1,-80,42r0,47r80,0r0,94r-80,0r0,444r-138,0","w":296,"k":{"a":20}},"g":{"d":"174,40v0,36,33,55,67,56v80,3,82,-91,74,-168v-28,40,-71,66,-115,66v-110,0,-165,-75,-165,-272v0,-126,19,-274,169,-274v40,0,83,22,113,74r0,-60r132,0r0,511v0,142,-63,211,-224,211v-117,0,-183,-52,-183,-144r132,0xm173,-252v0,74,11,140,69,140v58,0,75,-63,75,-154v0,-131,-17,-180,-72,-180v-61,0,-72,49,-72,194","w":500,"k":{"y":-10}},"h":{"d":"46,0r0,-714r138,0r0,231r2,0v26,-46,73,-69,131,-69v86,0,137,47,137,153r0,399r-138,0r0,-371v0,-54,-18,-75,-59,-75v-47,0,-73,29,-73,89r0,357r-138,0","w":500},"i":{"d":"51,0r0,-538r138,0r0,538r-138,0xm51,-604r0,-118r138,0r0,118r-138,0","w":240},"j":{"d":"51,-10r0,-528r138,0r0,575v0,90,-34,139,-158,139v-16,0,-36,-1,-56,-2r0,-100v59,10,76,-15,76,-84xm51,-604r0,-118r138,0r0,118r-138,0","w":240},"k":{"d":"51,-714r138,0r0,377r2,0r139,-201r152,0r-155,212r178,326r-152,0r-115,-221r-49,64r0,157r-138,0r0,-714","w":500},"l":{"d":"51,0r0,-714r138,0r0,714r-138,0","w":240},"m":{"d":"46,0r0,-538r132,0v2,17,-4,42,2,55v58,-99,230,-90,262,17v21,-57,71,-86,136,-86v91,0,134,57,134,161r0,391r-138,0r0,-376v0,-45,-15,-70,-54,-70v-44,0,-72,30,-72,92r0,354r-138,0r0,-376v0,-45,-15,-70,-54,-70v-44,0,-72,30,-72,92r0,354r-138,0","w":758},"n":{"d":"46,0r0,-538r132,0v2,20,-4,47,2,63v29,-53,79,-77,137,-77v86,0,137,47,137,153r0,399r-138,0r0,-371v0,-54,-18,-75,-59,-75v-47,0,-73,29,-73,89r0,357r-138,0","w":500,"k":{"y":-10}},"o":{"d":"28,-269v0,-184,54,-283,212,-283v166,0,212,96,212,283v0,184,-54,283,-212,283v-166,0,-212,-96,-212,-283xm166,-269v0,110,6,189,74,189v56,0,74,-55,74,-189v0,-134,-18,-189,-74,-189v-68,0,-74,79,-74,189","k":{"v":-10}},"p":{"d":"184,-269v0,117,12,177,73,177v60,0,72,-60,72,-177v0,-117,-12,-177,-72,-177v-61,0,-73,60,-73,177xm46,176r0,-714r132,0v2,18,-4,43,2,57v30,-50,68,-71,122,-71v113,0,165,83,165,283v0,200,-52,283,-165,283v-54,0,-86,-25,-118,-64r0,226r-138,0","w":500,"k":{",":18,".":18}},"q":{"d":"316,-269v0,-117,-12,-177,-73,-177v-60,0,-72,60,-72,177v0,117,12,177,72,177v61,0,73,-60,73,-177xm316,176r0,-226r-2,0v-29,43,-64,64,-116,64v-113,0,-165,-83,-165,-283v0,-200,52,-283,165,-283v56,0,90,25,124,71r0,-57r132,0r0,714r-138,0","w":500},"r":{"d":"46,0r0,-538r132,0v2,23,-4,53,2,72v33,-59,75,-95,149,-84r0,132v-77,-9,-145,5,-145,95r0,323r-138,0","w":333,"k":{"v":-18,"y":-18,",":74,".":74,"q":16,"-":37}},"s":{"d":"23,-176r124,0v-4,58,19,96,72,96v42,0,70,-21,70,-64v0,-74,-93,-73,-147,-96v-74,-32,-115,-74,-115,-150v0,-89,56,-162,198,-162v134,0,190,60,184,175r-124,0v0,-54,-16,-81,-61,-81v-35,0,-65,20,-65,58v0,54,95,75,143,91v87,30,119,73,119,154v0,113,-84,169,-200,169v-163,0,-202,-70,-198,-190","w":444},"t":{"d":"76,-538r0,-154r138,0r0,154r80,0r0,94r-80,0r0,291v-6,56,31,64,80,57r0,96v-30,3,-58,6,-90,6v-108,0,-128,-33,-128,-142r0,-308r-70,0r0,-94r70,0","w":296},"u":{"d":"322,0v-2,-20,4,-47,-2,-63v-29,53,-79,77,-137,77v-86,0,-137,-47,-137,-153r0,-399r138,0r0,371v0,54,18,75,59,75v47,0,73,-29,73,-89r0,-357r138,0r0,538r-132,0","w":500},"v":{"d":"228,-153r73,-385r138,0r-135,538r-160,0r-139,-538r144,0r77,385r2,0","w":444,"k":{",":55,".":55,"a":16}},"w":{"d":"124,0r-117,-538r138,0r63,382r2,0r67,-382r150,0r71,382r2,0r65,-382r132,0r-116,538r-157,0r-71,-382r-2,0r-67,382r-160,0","w":704,"k":{",":37,".":37}},"x":{"d":"231,-376r74,-162r144,0r-140,261r146,277r-144,0r-80,-176r-80,176r-144,0r146,-277r-140,-261r144,0","w":462},"y":{"d":"46,176r0,-103v64,13,110,-11,110,-73r-151,-538r144,0r80,372r2,0r70,-372r138,0r-130,502v-54,211,-88,215,-263,212","w":444,"k":{",":55,".":55,"a":16}},"z":{"d":"24,0r0,-106r215,-320r-205,0r0,-112r368,0r0,106r-215,320r215,0r0,112r-378,0","w":426},"{":{"d":"30,-224r0,-82v33,0,66,-34,66,-81r0,-193v0,-85,36,-134,104,-134r89,0r0,100v-54,-8,-69,19,-69,72r0,166v2,62,-33,99,-72,112v43,8,72,51,72,110r0,166v-1,52,14,81,69,72r0,100r-89,0v-68,0,-104,-49,-104,-134r0,-193v0,-47,-33,-81,-66,-81","w":315},"|":{"d":"49,14r0,-742r124,0r0,742r-124,0","w":222},"}":{"d":"26,184r0,-100v54,8,69,-19,69,-72r0,-166v-2,-62,33,-99,72,-112v-43,-8,-72,-51,-72,-110r0,-166v1,-52,-14,-81,-69,-72r0,-100r89,0v68,0,104,49,104,134r0,193v0,47,33,81,66,81r0,82v-33,0,-66,34,-66,81r0,193v0,85,-36,134,-104,134r-89,0","w":315},"~":{"d":"192,-349v68,0,168,68,213,68v39,0,79,-43,90,-68r36,106v-27,51,-65,86,-123,86v-68,0,-170,-68,-213,-68v-39,0,-79,43,-90,68r-36,-106v27,-51,65,-86,123,-86","w":600},"'":{"d":"68,-393r0,-321r124,0r0,321r-124,0","w":260},"`":{"d":"176,-601r-94,0r-98,-144r138,0","w":222},"\u00a0":{"w":240}}});


$(function(){
	Cufon.replace('.menu a.page, h1, h2, .red, .red a', {fontFamily: 'hn'});
});
