/*
 * 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) 1988, 1990, 1994 Adobe Systems Incorporated.  All Rights
 * Reserved.Frutiger 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) 1988, 1990, 1994 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:
 * www.linotypelibrary.com
 */
Cufon.registerFont({"w":556,"face":{"font-family":"FrutigerLT55Roman","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 3 4 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"12","bbox":"-25 -806 998 250","underline-thickness":"50","underline-position":"-75","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":278},"!":{"d":"139,-112r112,0r0,112r-112,0r0,-112xm238,-196r-86,0r-13,-502r112,0","w":389},"\"":{"d":"159,-698r88,0r0,245r-88,0r0,-245xm309,-698r88,0r0,245r-88,0r0,-245"},"#":{"d":"346,-414r-118,0r-18,130r118,0xm123,-208r-95,0r0,-76r106,0r18,-130r-96,0r0,-76r107,0r29,-208r76,0r-29,208r118,0r29,-208r76,0r-29,208r95,0r0,76r-106,0r-18,130r95,0r0,76r-106,0r-29,208r-76,0r29,-208r-118,0r-29,208r-76,0"},"$":{"d":"473,-256v35,139,-46,247,-168,262r0,100r-58,0r0,-94v-67,1,-116,-10,-164,-29r12,-96v39,28,85,38,152,37r0,-243r-34,-17v-70,-38,-138,-78,-138,-184v0,-111,75,-167,172,-186r0,-100r58,0r0,96v51,1,98,10,143,25r-14,92v-35,-21,-77,-30,-129,-29r0,217v68,39,147,67,168,149xm305,-87v60,-11,94,-114,50,-165v-13,-15,-30,-27,-50,-38r0,203xm247,-614v-58,11,-90,96,-45,144v13,14,29,25,45,35r0,-179"},"%":{"d":"198,-510v0,59,4,130,62,130v57,0,62,-72,62,-130v0,-61,0,-130,-62,-130v-58,0,-62,71,-62,130xm890,-188v0,111,-37,200,-150,200v-113,0,-150,-89,-150,-200v0,-115,33,-201,150,-200v116,0,150,85,150,200xm680,-720r72,0r-433,742r-72,0xm678,-188v0,59,4,130,62,130v57,0,62,-72,62,-130v0,-61,0,-130,-62,-130v-58,0,-62,71,-62,130xm410,-510v0,111,-37,200,-150,200v-113,0,-150,-89,-150,-200v0,-115,33,-201,150,-200v116,0,150,85,150,200","w":1000},"&":{"d":"345,-634v-77,-4,-108,95,-65,154v13,19,28,37,43,54v47,-25,102,-56,105,-122v3,-59,-30,-83,-83,-86xm287,-328v-46,34,-95,61,-98,138v-5,126,173,162,246,80v8,-8,15,-15,20,-21xm511,-208v29,-48,38,-93,43,-169r94,0v-7,101,-37,175,-80,239r122,138r-125,0r-57,-68v-48,54,-103,80,-200,80v-134,0,-225,-64,-225,-195v0,-115,70,-167,156,-204v-33,-43,-73,-86,-72,-159v2,-111,72,-164,182,-164v104,0,173,52,173,158v0,101,-80,147,-153,182","w":722},"'":{"d":"95,-698r88,0r0,245r-88,0r0,-245","w":278},"(":{"d":"165,-308v0,190,82,321,154,448r-90,0v-80,-124,-164,-251,-164,-448v0,-197,86,-322,164,-448r90,0v-69,129,-154,257,-154,448","w":333},")":{"d":"168,-308v0,-190,-82,-321,-154,-448r90,0v80,124,164,252,164,448v0,197,-86,322,-164,448r-90,0v69,-129,154,-257,154,-448","w":333},"*":{"d":"278,-448r-82,138r-74,-50r110,-123r-160,-33r28,-85r151,62r-16,-159r91,0r-15,159r146,-62r27,85r-157,33r107,123r-75,50"},"+":{"d":"47,-297r209,0r0,-209r88,0r0,209r209,0r0,88r-209,0r0,209r-88,0r0,-209r-209,0r0,-88","w":600},",":{"d":"83,-112r112,0r-85,245r-90,0","w":278},"-":{"d":"38,-307r257,0r0,76r-257,0r0,-76","w":333},".":{"d":"83,-112r112,0r0,112r-112,0r0,-112","w":278},"\/":{"d":"215,-710r88,0r-240,722r-88,0","w":278},"0":{"d":"278,-70v142,-17,137,-210,126,-360v-7,-91,-31,-198,-126,-198v-118,0,-131,158,-131,279v0,127,10,268,131,279xm278,12v-187,0,-237,-175,-237,-361v0,-185,50,-361,237,-361v187,0,237,175,237,361v0,185,-50,361,-237,361"},"1":{"d":"269,-583r-107,92r-53,-67r171,-140r89,0r0,698r-100,0r0,-583"},"2":{"d":"255,-710v134,0,227,65,227,199v0,151,-122,229,-202,317v-36,39,-82,76,-123,112r335,0r0,82r-442,0r0,-107r125,-112v67,-63,137,-128,181,-214v50,-97,-3,-195,-114,-195v-61,0,-121,24,-160,45r-10,-86v54,-23,112,-41,183,-41"},"3":{"d":"374,-518v6,-143,-209,-122,-292,-72r-6,-89v44,-17,115,-31,175,-31v133,3,229,57,229,190v0,99,-73,137,-150,161v88,18,156,69,156,173v0,212,-266,224,-435,171r6,-93v93,54,323,65,323,-81v0,-122,-108,-139,-235,-133r0,-82v114,3,224,-9,229,-114"},"4":{"d":"344,-159r-325,0r0,-82r282,-457r143,0r0,457r88,0r0,82r-88,0r0,159r-100,0r0,-159xm344,-616r-2,0r-218,375r220,0r0,-375"},"5":{"d":"223,-357v-59,0,-95,9,-135,26r6,-367r384,0r0,82r-290,0r-6,187v165,-38,316,44,316,206v0,156,-110,230,-267,235v-61,1,-112,-10,-150,-23r3,-94v42,23,81,35,145,35v92,0,163,-46,163,-138v0,-101,-68,-147,-169,-149"},"6":{"d":"281,-70v84,0,124,-63,124,-147v0,-77,-38,-140,-117,-140v-85,0,-130,56,-130,140v0,81,41,147,123,147xm52,-323v0,-226,80,-405,322,-385v36,4,78,9,105,20r-14,89v-58,-31,-150,-42,-209,-8v-71,41,-107,125,-110,233v42,-40,83,-65,155,-65v136,0,210,85,210,220v0,144,-83,231,-224,231v-186,0,-235,-152,-235,-335"},"7":{"d":"491,-616r-258,616r-110,0r266,-616r-340,0r0,-82r442,0r0,82"},"8":{"d":"273,-628v-62,0,-118,34,-118,99v0,24,13,45,37,64v24,19,60,40,107,63v47,-40,92,-60,92,-138v0,-64,-55,-88,-118,-88xm144,-189v0,111,147,149,229,91v38,-27,50,-97,27,-142v-27,-50,-89,-64,-140,-90v-50,38,-116,55,-116,141xm518,-188v-2,141,-102,200,-242,200v-132,0,-233,-63,-238,-195v-4,-102,76,-154,148,-186v-76,-27,-131,-77,-131,-174v0,-116,101,-167,226,-167v118,0,216,50,216,157v0,102,-58,141,-126,180v77,27,148,85,147,185"},"9":{"d":"275,-628v-85,0,-124,63,-124,147v0,77,38,140,117,140v85,0,130,-56,130,-140v0,-81,-41,-147,-123,-147xm504,-375v0,226,-80,405,-322,385v-36,-4,-78,-9,-105,-20r14,-89v58,31,150,42,209,8v71,-41,107,-125,110,-233v-42,40,-83,65,-155,65v-136,0,-210,-85,-210,-220v0,-144,83,-231,224,-231v186,0,235,152,235,335"},":":{"d":"83,-112r112,0r0,112r-112,0r0,-112xm195,-398r-112,0r0,-112r112,0r0,112","w":278},";":{"d":"195,-398r-112,0r0,-112r112,0r0,112xm83,-112r112,0r-85,245r-90,0","w":278},"<":{"d":"554,-426r-394,173r394,173r0,88r-508,-223r0,-76r508,-223r0,88","w":600},"=":{"d":"47,-192r506,0r0,88r-506,0r0,-88xm47,-402r506,0r0,88r-506,0r0,-88","w":600},">":{"d":"46,-80r394,-173r-394,-173r0,-88r508,223r0,76r-508,223r0,-88","w":600},"?":{"d":"195,-112r112,0r0,112r-112,0r0,-112xm350,-521v9,-130,-201,-115,-269,-61r-7,-95v46,-19,100,-33,166,-33v146,0,256,108,202,252v-30,81,-110,124,-140,206v-6,16,-4,36,-4,56r-94,0v-15,-167,136,-177,146,-325","w":500},"@":{"d":"411,-546v56,0,89,26,114,66r15,-52r75,0r-73,276v-4,19,-5,45,16,45v83,0,119,-94,122,-187v6,-197,-198,-290,-380,-220v-101,39,-168,135,-168,271v0,187,109,289,293,289v91,0,171,-38,217,-89r76,0v-71,125,-264,200,-442,135v-134,-50,-226,-158,-226,-337v0,-176,96,-282,224,-335v129,-53,299,-14,375,56v54,49,101,119,101,215v0,135,-76,218,-168,261v-57,26,-121,26,-127,-39v-28,21,-64,57,-111,56v-123,-3,-176,-131,-132,-252v31,-84,89,-159,199,-159xm284,-308v-3,51,31,94,82,91v82,-5,123,-80,128,-163v3,-45,-34,-86,-77,-84v-84,4,-129,73,-133,156","w":800},"A":{"d":"359,-604r-139,346r278,0xm310,-698r105,0r295,698r-109,0r-71,-176r-342,0r-71,176r-105,0","w":722,"k":{"y":25,"w":25,"v":25,"Y":80,"W":18,"V":37,"T":74}},"B":{"d":"417,-512v0,-113,-120,-107,-234,-104r0,216v117,1,234,7,234,-112xm429,-195v1,-124,-121,-126,-246,-123r0,236v121,1,246,6,246,-113xm535,-186v3,213,-240,186,-452,186r0,-698v202,0,434,-27,434,176v0,104,-66,140,-144,168v97,11,161,64,162,168","w":611},"C":{"d":"274,-684v90,-35,222,-35,305,4r-8,97v-44,-26,-92,-39,-144,-39v-168,0,-268,105,-268,273v0,131,67,213,161,253v77,34,190,20,254,-14r6,97v-89,36,-222,32,-310,-1v-131,-50,-217,-161,-217,-338v0,-175,92,-281,221,-332","w":611},"D":{"d":"555,-351v-3,-162,-95,-253,-255,-259r-117,0r0,522r105,0v174,-1,270,-85,267,-263xm661,-355v0,236,-136,352,-372,355r-206,0r0,-698v125,3,255,-12,351,24v130,48,227,146,227,319","w":722},"E":{"d":"94,-698r391,0r0,88r-291,0r0,204r265,0r0,88r-265,0r0,230r291,0r0,88r-391,0r0,-698"},"F":{"d":"83,-698r371,0r0,88r-271,0r0,204r259,0r0,88r-259,0r0,318r-100,0r0,-698","w":500,"k":{"A":37,".":129,",":129}},"G":{"d":"634,-19v-88,32,-262,45,-364,5v-131,-52,-217,-161,-217,-338v0,-175,92,-281,221,-332v104,-41,263,-28,353,9r-8,101v-53,-33,-103,-48,-192,-48v-205,0,-313,188,-247,385v41,122,188,191,354,149r0,-212r-147,0r0,-82r247,0r0,363","w":722},"H":{"d":"94,-698r100,0r0,292r334,0r0,-292r100,0r0,698r-100,0r0,-318r-334,0r0,318r-100,0r0,-698","w":722},"I":{"d":"89,-698r100,0r0,698r-100,0r0,-698","w":278},"J":{"d":"298,-180v-2,124,-66,192,-196,192v-33,0,-60,-4,-81,-12r0,-86v19,7,40,10,63,10v86,1,114,-50,114,-136r0,-486r100,0r0,518","w":389},"K":{"d":"94,-698r100,0r0,307r298,-307r133,0r-328,330r354,368r-146,0r-311,-342r0,342r-100,0r0,-698","w":667},"L":{"d":"88,-698r100,0r0,610r292,0r0,88r-392,0r0,-698","w":500,"k":{"y":37,"Y":92,"W":37,"V":74,"T":55}},"M":{"d":"90,-698r165,0r219,580r215,-580r165,0r0,698r-100,0r0,-604r-2,0r-231,604r-98,0r-231,-604r-2,0r0,604r-100,0r0,-698","w":944},"N":{"d":"88,-698r136,0r308,562r2,0r0,-562r100,0r0,698r-128,0r-316,-574r-2,0r0,574r-100,0r0,-698","w":722},"O":{"d":"389,12v-221,0,-336,-140,-336,-361v0,-169,75,-279,194,-333v80,-36,203,-36,283,0v120,54,195,164,195,333v0,221,-115,361,-336,361xm389,-622v-157,0,-230,117,-230,273v0,156,71,273,230,273v159,0,230,-117,230,-273v0,-156,-73,-273,-230,-273","w":778},"P":{"d":"528,-489v0,182,-152,221,-345,210r0,279r-100,0r0,-698r183,0v153,2,262,54,262,209xm422,-490v-3,-112,-116,-126,-239,-120r0,243v125,6,242,-2,239,-123","k":{"A":37,".":129,",":129}},"Q":{"d":"725,-349v1,162,-71,282,-188,331r162,147r-124,0r-130,-121v-251,25,-392,-119,-392,-357v0,-169,75,-279,194,-333v80,-36,203,-36,283,0v120,54,194,164,195,333xm389,-622v-157,0,-230,117,-230,273v0,156,71,273,230,273v159,0,230,-117,230,-273v0,-156,-73,-273,-230,-273","w":778},"R":{"d":"419,-507v1,-106,-121,-108,-236,-103r0,212v117,6,236,-3,236,-109xm525,-509v-2,97,-67,139,-144,161v37,16,49,31,68,70r132,278r-114,0r-107,-242v-21,-47,-48,-72,-117,-68r-60,0r0,310r-100,0r0,-698v211,1,447,-28,442,189","w":611,"k":{"Y":18,"V":18,"T":18}},"S":{"d":"47,-520v0,-183,211,-222,373,-165r-14,92v-76,-37,-253,-57,-253,64v0,83,89,99,150,131v76,40,147,87,150,202v6,202,-229,242,-398,179r10,-93v44,14,88,34,145,34v75,0,137,-36,137,-114v0,-122,-149,-123,-223,-182v-41,-33,-77,-74,-77,-148","w":500},"T":{"d":"228,-610r-217,0r0,-88r534,0r0,88r-217,0r0,610r-100,0r0,-610","k":{"y":74,"w":74,"u":74,"s":74,"r":74,"o":74,"i":37,"e":74,"c":74,"a":74,"A":55,";":92,":":92,".":92,",":92}},"U":{"d":"361,-76v131,0,171,-94,171,-226r0,-396r100,0r0,409v2,189,-91,301,-271,301v-180,0,-271,-113,-271,-301r0,-409r100,0r0,396v0,132,40,226,171,226","w":722},"V":{"d":"394,0r-125,0r-263,-698r112,0r215,610r2,0r221,-610r105,0","w":667,"k":{"y":12,"u":30,"r":30,"o":49,"i":18,"e":37,"a":49,"A":37,";":55,":":55,".":92,",":92}},"W":{"d":"2,-698r110,0r167,598r2,0r149,-598r142,0r151,598r2,0r167,-598r106,0r-215,698r-129,0r-152,-610r-2,0r-153,610r-134,0","w":1000,"k":{"u":12,"r":12,"o":30,"e":30,"a":18,"A":18,";":37,":":37,".":55,",":55}},"X":{"d":"265,-363r-234,-335r120,0r186,268r185,-268r114,0r-235,333r258,365r-126,0r-206,-296r-199,296r-120,0","w":667},"Y":{"d":"284,-292r-273,-406r117,0r208,313r203,-313r117,0r-272,406r0,292r-100,0r0,-292","w":667,"k":{"v":49,"u":79,"q":86,"p":67,"o":98,"i":37,"e":74,"a":74,"A":55,";":92,":":92,".":129,",":129}},"Z":{"d":"32,-90r362,-520r-350,0r0,-88r465,0r0,90r-361,520r367,0r0,88r-483,0r0,-90"},"[":{"d":"95,-756r189,0r0,70r-101,0r0,756r101,0r0,70r-189,0r0,-896","w":333},"\\":{"d":"-25,-710r88,0r240,722r-88,0","w":278},"]":{"d":"238,140r-189,0r0,-70r101,0r0,-756r-101,0r0,-70r189,0r0,896","w":333},"^":{"d":"259,-698r82,0r199,404r-90,0r-150,-312r-150,312r-90,0","w":600},"_":{"d":"500,75r0,50r-500,0r0,-50r500,0","w":500},"`":{"d":"205,-581r-67,0r-131,-144r109,0","w":278},"a":{"d":"241,-64v104,3,153,-68,142,-179v-105,-4,-237,-6,-237,96v0,53,42,82,95,83xm257,-446v-59,0,-114,23,-148,52r-5,-80v44,-26,99,-48,168,-48v146,0,205,69,205,211r0,211r4,100r-88,0v-2,-21,4,-49,-2,-66v-32,43,-82,78,-158,78v-113,0,-187,-46,-187,-159v0,-155,171,-177,337,-166v-1,-90,-32,-133,-126,-133"},"b":{"d":"324,-64v100,0,141,-93,141,-193v0,-103,-38,-189,-140,-189v-105,0,-151,86,-151,192v0,103,45,190,150,190xm346,12v-85,2,-138,-38,-176,-84r0,72r-90,0r0,-750r94,0r0,310r2,0v32,-49,84,-84,169,-82v150,4,220,109,220,258v0,155,-64,273,-219,276","w":611},"c":{"d":"416,-9v-62,29,-160,26,-224,0v-115,-46,-187,-200,-136,-353v42,-124,198,-196,356,-140r-8,78v-31,-13,-64,-22,-102,-22v-109,0,-164,83,-164,191v0,111,56,191,170,191v37,0,76,-13,101,-29","w":444},"d":{"d":"286,-446v-102,0,-140,85,-140,189v0,100,41,193,141,193v105,0,150,-87,150,-190v0,-105,-46,-192,-151,-192xm266,-522v88,-3,135,36,171,82r0,-310r94,0r0,750r-90,0v-2,-23,4,-53,-2,-72v-34,48,-91,84,-174,84v-156,0,-219,-122,-219,-276v0,-149,70,-254,220,-258","w":611},"e":{"d":"410,-304v14,-130,-153,-189,-228,-96v-20,24,-31,59,-36,96r264,0xm314,-64v63,0,120,-24,157,-51r0,94v-49,17,-93,34,-161,33v-177,-2,-264,-101,-264,-276v0,-156,85,-258,239,-258v169,0,223,120,225,288r-364,0v4,104,67,170,168,170"},"f":{"d":"326,-686v-95,-5,-93,83,-91,176r135,0r0,76r-135,0r0,434r-94,0r0,-434r-120,0r0,-76r120,0v-7,-150,23,-252,171,-252v23,0,43,3,63,6r-4,76v-11,-4,-30,-6,-45,-6","w":389,"k":{"f":18}},"g":{"d":"146,-256v0,99,45,180,142,180v98,0,149,-74,149,-173v0,-109,-43,-197,-149,-197v-100,0,-142,90,-142,190xm274,-522v91,-2,136,34,170,88r0,-76r87,0r0,488v21,235,-244,289,-446,209r10,-87v56,25,105,46,184,46v118,0,174,-98,156,-225v-34,48,-97,78,-171,79v-179,1,-252,-174,-204,-348v26,-96,92,-171,214,-174","w":611},"h":{"d":"329,-446v-197,0,-149,252,-155,446r-94,0r0,-750r94,0r0,313r2,0v32,-51,86,-85,164,-85v134,-1,190,85,191,219r0,303r-94,0r0,-264v-2,-108,-14,-182,-108,-182","w":611},"i":{"d":"192,-624r-106,0r0,-106r106,0r0,106xm92,-510r94,0r0,510r-94,0r0,-510","w":278},"j":{"d":"192,-624r-106,0r0,-106r106,0r0,106xm42,222v-18,0,-44,-1,-58,-4r3,-81v72,18,105,-32,105,-105r0,-542r94,0r0,528v2,113,-27,206,-144,204","w":278},"k":{"d":"80,-750r94,0r0,447r205,-207r128,0r-237,226r267,284r-135,0r-228,-262r0,262r-94,0r0,-750"},"l":{"d":"92,-750r94,0r0,750r-94,0r0,-750","w":278},"m":{"d":"307,-446v-183,0,-124,264,-134,446r-94,0r0,-510r88,0v2,23,-4,55,2,74v34,-56,78,-86,162,-86v70,0,125,39,145,99v29,-56,81,-99,158,-99v123,0,177,74,177,195r0,327r-94,0r0,-304v-1,-74,-18,-142,-91,-142v-183,0,-124,264,-134,446r-94,0r0,-304v-1,-74,-18,-142,-91,-142","w":889},"n":{"d":"329,-446v-197,0,-149,252,-155,446r-94,0r0,-510r91,0v2,26,-4,59,2,81v24,-55,91,-93,167,-93v134,-1,190,85,191,219r0,303r-94,0r0,-264v-2,-108,-14,-182,-108,-182","w":611},"o":{"d":"306,-446v-107,0,-160,85,-160,191v0,107,51,191,160,191v108,0,159,-84,159,-191v0,-106,-53,-191,-159,-191xm306,-522v197,-2,306,180,240,370v-33,95,-114,164,-240,164v-126,0,-203,-72,-241,-164v-42,-105,-6,-239,53,-294v45,-42,104,-75,188,-76","w":611},"p":{"d":"324,-64v100,0,141,-93,141,-193v0,-103,-38,-189,-140,-189v-105,0,-151,86,-151,192v0,103,45,190,150,190xm346,12v-86,2,-138,-33,-170,-82r-2,0r0,280r-94,0r0,-720r90,0v2,23,-4,53,2,72v34,-48,91,-84,173,-84v150,0,220,109,220,258v0,155,-64,272,-219,276","w":611},"q":{"d":"286,-446v-102,0,-140,85,-140,189v0,100,41,193,141,193v105,0,150,-87,150,-190v0,-105,-46,-192,-151,-192xm266,-522v85,0,138,38,175,85r0,-73r90,0r0,720r-94,0r0,-277r-2,0v-28,47,-95,81,-170,79v-155,-3,-219,-122,-219,-276v0,-149,70,-258,220,-258","w":611},"r":{"d":"365,-431v-124,-41,-191,70,-191,199r0,232r-94,0r0,-510r88,0v2,25,-4,58,2,79v26,-64,107,-110,195,-84r0,84","w":389,"k":{".":92,",":92}},"s":{"d":"177,12v-54,0,-102,-7,-140,-28r5,-84v54,41,209,65,213,-37v-13,-79,-112,-82,-163,-126v-29,-25,-58,-51,-58,-102v2,-108,72,-155,180,-157v46,0,80,10,117,20r-8,82v-52,-31,-189,-47,-189,36v0,84,112,82,164,126v30,25,58,55,57,111v-3,107,-73,159,-178,159","w":389},"t":{"d":"279,12v-98,-1,-157,-47,-157,-148r0,-298r-115,0r0,-76r115,0r0,-118r94,-30r0,148r135,0r0,76r-135,0r0,279v-9,83,86,113,143,73r0,80v-22,7,-50,14,-80,14","w":389},"u":{"d":"282,-64v197,0,149,-252,155,-446r94,0r0,510r-91,0v-2,-26,4,-59,-2,-81v-24,55,-91,93,-167,93v-134,1,-190,-85,-191,-219r0,-303r94,0r0,264v2,108,14,182,108,182","w":611},"v":{"d":"306,0r-112,0r-183,-510r103,0r138,416r2,0r141,-416r94,0","w":500,"k":{".":74,",":74}},"w":{"d":"657,0r-109,0r-132,-428r-2,0r-129,428r-109,0r-164,-510r103,0r117,422r2,0r130,-422r111,0r128,422r2,0r124,-422r92,0","w":833,"k":{".":55,",":55}},"x":{"d":"194,-267r-166,-243r117,0r111,182r113,-182r105,0r-164,243r180,267r-116,0r-126,-200r-126,200r-112,0","w":500},"y":{"d":"232,154v-32,53,-113,83,-196,61r6,-77v87,33,156,-47,156,-118v0,-15,-13,-39,-18,-54r-173,-476r103,0r137,422r2,0r140,-422r95,0r-216,596v-10,25,-23,47,-36,68","w":500,"k":{".":74,",":74}},"z":{"d":"43,-82r294,-352r-280,0r0,-76r389,0r0,82r-294,352r305,0r0,76r-414,0r0,-82","w":500},"{":{"d":"123,-630v3,-102,76,-137,191,-126r0,70r-53,0v-41,1,-50,35,-50,76r0,181v2,72,-43,104,-92,122v57,11,92,52,92,123r0,178v0,41,9,75,50,76r53,0r0,70v-114,10,-188,-23,-191,-126v-4,-118,30,-281,-86,-287r0,-70v53,-5,86,-42,86,-100r0,-187","w":333},"|":{"d":"155,-750r0,1000r-88,0r0,-1000r88,0","w":222},"}":{"d":"210,14v-3,102,-76,137,-191,126r0,-70r53,0v41,-1,50,-35,50,-76r0,-181v-2,-72,43,-104,92,-122v-57,-11,-92,-52,-92,-123r0,-178v0,-41,-9,-75,-50,-76r-53,0r0,-70v114,-10,191,23,191,126r0,182v2,60,31,100,86,105r0,70v-53,5,-86,42,-86,100r0,187","w":333},"~":{"d":"69,-243v25,-58,94,-103,179,-76v52,16,101,59,159,59v49,0,65,-43,88,-73r36,70v-25,58,-94,103,-179,76v-52,-16,-101,-59,-159,-59v-49,0,-65,43,-88,73","w":600},"\u2122":{"d":"484,-698r118,0r109,281r107,-281r118,0r0,416r-76,0r0,-318r-2,0r-117,318r-62,0r-117,-318r-2,0r0,318r-76,0r0,-416xm182,-628r-128,0r0,-70r332,0r0,70r-128,0r0,346r-76,0r0,-346","w":990},"\u00ae":{"d":"488,-441v-2,-69,-84,-54,-151,-56r0,117v70,-2,153,14,151,-61xm564,-435v0,73,-41,103,-107,110r110,179r-78,0r-106,-176r-46,0r0,176r-76,0r0,-409v139,2,303,-27,303,120xm127,-349v0,213,172,340,379,269v127,-44,204,-222,146,-386v-44,-125,-201,-218,-358,-152v-98,41,-167,133,-167,269xm732,-208v-66,157,-261,278,-472,192v-125,-51,-221,-163,-221,-333v0,-170,99,-278,221,-333v144,-66,318,0,395,78v83,84,137,254,77,396","w":800},"\u00a0":{"w":278}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * The digitally encoded machine readable software for producing the Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 1994, 2001 Linotype Library GmbH
 * or its affiliated Linotype-Hell companies.  All rights reserved.  This software
 * is now the property of Heidelberger Druckmaschinen AG and its licensors and may
 * not be reproduced, used, displayed, modified, disclosed or transferred without
 * the express written approval of Heidelberger Druckmaschinen AG.
 * 
 * Trademark:
 * Frutiger is a Trademark of Heidelberger Druckmaschinen AG, which may be
 * registered in certain jurisdictions, exclusively licensed through Linotype
 * Library GmbH, a wholly owned subsidiary of Heidelberger Druckmaschinen AG
 * 
 * Description:
 * The digitally encoded machine readable software for producing the Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 1994, 2001 Linotype Library GmbH
 * or its affiliated Linotype-Hell companies.  All rights reserved.  This software
 * is now the property of Heidelberger Druckmaschinen AG and its licensors and may
 * not be reproduced, used, displayed, modified, disclosed or transferred without
 * the express written approval of Heidelberger Druckmaschinen AG.
 * 
 * Designer:
 * Adrian Frutiger
 * 
 * Vendor URL:
 * http://www.linotypelibrary.com
 */
Cufon.registerFont({"w":611,"face":{"font-family":"FrutigerLT55Roman","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 10 3 5 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"12","bbox":"-25 -795 992 250","underline-thickness":"50","underline-position":"-75","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":306},"$":{"d":"326,-120v76,6,117,-94,58,-138v-15,-11,-37,-18,-58,-22r0,160xm279,-584v-41,2,-79,27,-79,68v0,45,39,66,79,71r0,-139xm266,12v-70,-2,-150,-7,-202,-26r13,-142v55,23,118,35,189,36r0,-169v-119,-22,-228,-76,-228,-211v0,-145,102,-202,241,-210r0,-85r60,0r0,85v63,0,142,9,185,31r-12,135v-41,-21,-113,-40,-173,-40r0,151v128,28,239,72,236,229v-3,145,-108,208,-249,216r0,86r-60,0r0,-86","w":612},"%":{"d":"223,-620v-51,0,-49,65,-49,117v0,52,-2,117,49,117v51,0,49,-65,49,-117v0,-52,1,-117,-49,-117xm223,-296v-127,0,-175,-81,-175,-207v0,-124,49,-207,175,-207v126,0,175,83,175,207v0,126,-48,207,-175,207xm635,-720r109,0r-381,742r-110,0xm777,-312v-51,0,-49,65,-49,117v0,52,-2,117,49,117v51,0,49,-65,49,-117v0,-52,1,-117,-49,-117xm777,12v-127,0,-175,-81,-175,-207v0,-124,49,-207,175,-207v126,0,175,83,175,207v0,126,-48,207,-175,207","w":1000},"&":{"d":"331,-596v-66,0,-95,72,-51,116v14,14,29,29,44,40v35,-22,82,-42,85,-94v2,-42,-37,-62,-78,-62xm277,-300v-36,21,-63,41,-63,96v-1,106,156,120,218,58v-50,-56,-102,-103,-155,-154xm541,-251v29,-30,42,-74,46,-126r162,0v-5,100,-49,183,-107,239r124,138r-199,0r-42,-53v-51,48,-128,65,-217,65v-147,0,-264,-64,-264,-212v0,-108,59,-152,137,-190v-48,-39,-84,-78,-84,-153v0,-124,108,-167,232,-167v132,0,242,40,242,172v0,102,-84,134,-150,176","w":778},"'":{"d":"101,-698r132,0r0,271r-132,0r0,-271","w":333},"(":{"d":"69,-308v0,-184,79,-328,159,-448r147,0v-78,124,-144,262,-144,448v0,181,65,324,137,448r-142,0v-87,-120,-157,-258,-157,-448","w":389},")":{"d":"320,-308v0,184,-79,328,-159,448r-147,0v76,-122,144,-265,144,-448v0,-181,-68,-328,-144,-448r147,0v89,116,159,261,159,448","w":389},"*":{"d":"238,-475r-142,-27r38,-116r133,66r-21,-146r122,0r-20,144r130,-64r37,117r-144,25r102,103r-101,73r-67,-129r-72,128r-98,-71"},"+":{"d":"47,-316r190,0r0,-190r126,0r0,190r190,0r0,126r-190,0r0,190r-126,0r0,-190r-190,0r0,-126","w":600},",":{"d":"69,-162r168,0r-98,271r-137,0","w":306},".":{"d":"69,-162r168,0r0,162r-168,0r0,-162","w":306},"\/":{"d":"173,-710r126,0r-194,722r-126,0","w":278},"0":{"d":"215,-349v0,102,-5,235,91,235v96,0,91,-133,91,-235v0,-102,5,-235,-91,-235v-97,0,-91,133,-91,235xm577,-349v0,208,-58,361,-271,361v-213,0,-271,-153,-271,-361v0,-208,58,-361,271,-361v213,0,271,153,271,361","w":612},"1":{"d":"280,-512r-132,94r-83,-126r237,-154r164,0r0,698r-186,0r0,-512","w":612},"2":{"d":"59,-669v185,-74,475,-62,475,164v0,184,-159,276,-263,373r276,0r0,132r-505,0r0,-133r108,-93v64,-56,126,-116,170,-181v19,-28,28,-54,28,-77v-2,-139,-212,-81,-282,-40","w":612},"3":{"d":"354,-492v0,-119,-206,-81,-282,-52r-9,-137v176,-51,477,-56,477,162v0,88,-62,131,-128,155v79,16,141,67,139,159v-3,166,-141,217,-305,217v-74,0,-151,-4,-204,-24r9,-147v44,27,105,33,173,33v70,0,141,-19,141,-89v0,-91,-115,-80,-205,-78r0,-124v87,6,194,6,194,-75","w":612},"4":{"d":"332,-554r-2,0r-190,295r192,0r0,-295xm320,-133r-312,0r0,-148r280,-417r206,0r0,439r99,0r0,126r-99,0r0,133r-174,0r0,-133","w":612},"5":{"d":"382,-238v-4,-129,-198,-109,-307,-85r5,-375r455,0r0,126r-295,0r0,116v175,-17,322,41,322,212v0,183,-127,253,-307,256v-71,0,-130,-11,-187,-25r3,-151v93,49,315,75,311,-74","w":612},"6":{"d":"308,-318v-61,0,-90,43,-91,103v-1,56,32,107,91,107v57,0,89,-44,89,-99v0,-63,-25,-111,-89,-111xm349,-710v74,0,128,11,181,32r-11,137v-45,-33,-159,-52,-225,-23v-61,27,-89,105,-83,191v32,-45,77,-70,151,-71v163,-2,252,159,190,311v-36,87,-120,145,-243,145v-195,0,-268,-139,-268,-331v0,-227,80,-389,308,-391","w":612},"7":{"d":"362,-566r-312,0r0,-132r502,0r0,151r-250,547r-200,0","w":612},"8":{"d":"294,-305v-41,21,-81,45,-81,104v0,49,42,87,90,87v87,0,130,-109,61,-158v-19,-14,-45,-26,-70,-33xm301,-590v-71,-5,-112,96,-55,140v17,13,39,25,60,34v41,-26,79,-43,79,-100v0,-49,-36,-70,-84,-74xm33,-187v-2,-102,62,-147,138,-173v-63,-24,-120,-67,-120,-149v0,-149,114,-201,262,-201v135,0,238,46,240,179v2,90,-55,132,-115,162v79,25,141,69,141,172v0,153,-120,209,-274,209v-151,0,-270,-49,-272,-199","w":612},"9":{"d":"304,-380v61,0,90,-42,91,-103v1,-56,-32,-107,-91,-107v-57,0,-89,44,-89,99v0,63,25,111,89,111xm263,12v-74,0,-128,-11,-181,-32r11,-137v63,46,233,56,275,-19v20,-36,39,-94,33,-149v-32,45,-77,70,-151,71v-163,2,-252,-159,-190,-311v36,-87,120,-145,243,-145v195,0,268,139,268,331v0,227,-79,389,-308,391","w":612},":":{"d":"69,-162r168,0r0,162r-168,0r0,-162xm69,-521r168,0r0,162r-168,0r0,-162","w":306},";":{"d":"69,-521r168,0r0,162r-168,0r0,-162xm69,-162r168,0r-98,271r-137,0","w":306},"<":{"d":"553,-392r-341,139r341,139r0,122r-506,-208r0,-106r506,-208r0,122","w":600},"=":{"d":"47,-201r506,0r0,126r-506,0r0,-126xm47,-431r506,0r0,126r-506,0r0,-126","w":600},">":{"d":"47,-114r341,-139r-341,-139r0,-122r506,208r0,106r-506,208r0,-122","w":600},"?":{"d":"196,-162r168,0r0,162r-168,0r0,-162xm336,-506v0,-53,-55,-72,-110,-72v-56,0,-108,12,-157,37r-4,-140v163,-48,451,-58,451,139v0,148,-149,165,-163,305r-146,0v1,-99,69,-145,109,-207v13,-20,20,-40,20,-62","w":556},"@":{"d":"422,-84v80,1,146,-21,191,-53r102,0v-63,87,-154,149,-291,149v-179,0,-300,-89,-358,-216v-39,-85,-35,-200,0,-288v64,-159,268,-266,484,-198v118,37,213,122,213,272v0,171,-105,260,-255,279v-31,4,-48,-23,-53,-49v-22,24,-58,51,-101,49v-101,-6,-154,-86,-154,-193v0,-118,72,-201,190,-201v56,0,94,21,120,57r9,-47r94,0r-44,264v0,10,2,20,13,19v64,-9,85,-72,85,-147v0,-155,-90,-231,-257,-227v-164,4,-259,103,-259,267v0,172,101,259,271,263xm308,-331v0,54,28,96,84,96v60,0,93,-48,93,-109v0,-52,-32,-95,-83,-93v-61,2,-94,46,-94,106","w":800},"A":{"d":"387,-554r-2,0r-90,273r175,0xm273,-698r228,0r269,698r-204,0r-52,-149r-262,0r-55,149r-189,0","w":778,"k":{"y":60,"w":49,"v":37,"Y":99,"W":18,"V":46,"T":68}},"B":{"d":"422,-496v0,-81,-96,-69,-176,-70r0,144v83,0,176,4,176,-74xm440,-213v0,-92,-103,-83,-194,-83r0,164v90,-1,194,9,194,-81xm626,-202v0,256,-318,194,-566,202r0,-698r321,0v129,3,224,49,227,177v2,97,-54,135,-123,165v94,19,141,71,141,154","w":667},"C":{"d":"464,-126v64,1,127,-18,174,-36r9,146v-148,46,-374,32,-477,-52v-73,-59,-133,-145,-131,-278v4,-245,156,-360,400,-364v78,-1,143,18,207,36r-15,151v-54,-30,-107,-49,-182,-49v-139,0,-218,88,-218,226v0,142,90,217,233,220","w":667},"D":{"d":"540,-349v0,-139,-80,-211,-217,-211r-72,0r0,422v178,13,289,-43,289,-211xm732,-352v-1,254,-162,352,-413,352r-254,0r0,-698r254,0v255,-2,414,89,413,346","w":778},"E":{"d":"60,-698r492,0r0,132r-306,0r0,144r289,0r0,132r-289,0r0,158r317,0r0,132r-503,0r0,-698"},"F":{"d":"60,-698r467,0r0,132r-281,0r0,153r269,0r0,132r-269,0r0,281r-186,0r0,-698","w":556,"k":{"A":55,".":129,",":129}},"G":{"d":"231,-346v0,142,90,217,233,220v27,0,49,-4,66,-12r0,-138r-109,0r0,-132r289,0r0,388v-186,50,-416,47,-540,-48v-75,-57,-132,-145,-131,-278v2,-264,178,-364,441,-364v76,0,154,9,211,31r-15,152v-46,-29,-109,-45,-170,-45v-161,0,-275,64,-275,226","w":778},"H":{"d":"65,-698r186,0r0,267r220,0r0,-267r186,0r0,698r-186,0r0,-299r-220,0r0,299r-186,0r0,-698","w":722},"I":{"d":"74,-698r186,0r0,698r-186,0r0,-698","w":334},"J":{"d":"129,12v-40,1,-83,-12,-115,-19r0,-154v24,11,52,17,84,17v78,0,95,-69,95,-153r0,-401r186,0r0,457v0,167,-79,254,-250,253","w":444},"K":{"d":"65,-698r186,0r0,285r2,0r210,-285r224,0r-258,325r278,373r-237,0r-217,-317r-2,0r0,317r-186,0r0,-698","w":722},"L":{"d":"65,-698r186,0r0,560r288,0r0,138r-474,0r0,-698","w":556,"k":{"y":37,"Y":111,"W":55,"V":92,"T":111}},"M":{"d":"60,-698r293,0r148,464r2,0r155,-464r282,0r0,698r-182,0r3,-536r-2,0r-178,536r-171,0r-170,-536r-2,0r4,536r-182,0r0,-698","w":1000},"N":{"d":"68,-698r237,0r236,474r2,0r-3,-474r170,0r0,698r-231,0r-244,-477r-2,0r6,477r-171,0r0,-698","w":778},"O":{"d":"389,-572v-119,0,-158,102,-158,223v0,120,39,223,158,223v119,0,158,-103,158,-223v0,-121,-39,-223,-158,-223xm389,12v-231,0,-350,-131,-350,-361v0,-231,119,-361,350,-361v231,0,350,130,350,361v0,230,-120,361,-350,361","w":778},"P":{"d":"404,-472v0,-87,-73,-98,-163,-94r0,190v91,5,163,-8,163,-96xm590,-469v0,175,-151,241,-349,225r0,244r-186,0r0,-698r222,0v194,1,313,53,313,229","k":{"A":74,".":129,",":129}},"Q":{"d":"739,-349v0,161,-64,276,-178,326r165,155r-210,0r-117,-120v-238,1,-360,-128,-360,-361v0,-231,119,-361,350,-361v231,0,350,130,350,361xm389,-572v-119,0,-158,102,-158,223v0,120,39,223,158,223v119,0,158,-103,158,-223v0,-121,-39,-223,-158,-223","w":778},"R":{"d":"431,-489v-2,-84,-99,-77,-185,-77r0,158v88,0,187,9,185,-81xm617,-522v2,102,-53,154,-134,178v67,19,76,91,99,154r68,190r-194,0r-40,-126v-29,-88,-45,-164,-170,-150r0,276r-186,0r0,-698r332,0v127,3,222,50,225,176","w":667,"k":{"Y":37,"W":-6,"V":-6,"T":18}},"S":{"d":"566,-218v0,250,-306,258,-515,200r16,-154v48,26,116,47,192,46v60,0,115,-9,115,-68v0,-79,-99,-80,-165,-104v-89,-32,-165,-76,-165,-198v0,-224,294,-242,484,-188r-12,144v-43,-21,-95,-32,-155,-32v-60,0,-125,6,-125,65v0,71,105,71,165,92v89,31,165,77,165,197"},"T":{"d":"185,-560r-172,0r0,-138r530,0r0,138r-172,0r0,560r-186,0r0,-560","w":556,"k":{"y":92,"w":111,"u":74,"s":99,"r":74,"o":111,"e":99,"c":99,"a":99,"A":74,";":74,":":87,".":111,",":111}},"U":{"d":"361,-126v96,0,120,-75,120,-170r0,-402r186,0r0,433v-1,191,-117,277,-306,277v-189,0,-306,-86,-306,-277r0,-433r186,0r0,402v1,95,24,170,120,170","w":722},"V":{"d":"10,-698r198,0r155,548r2,0r156,-548r191,0r-238,698r-230,0","w":722,"k":{"y":30,"u":37,"r":37,"o":55,"i":18,"e":55,"a":55,"A":55,";":50,":":50,".":129,",":129}},"W":{"d":"8,-698r190,0r90,536r2,0r94,-536r236,0r98,536r2,0r91,-536r181,0r-156,698r-239,0r-99,-536r-2,0r-92,536r-241,0","w":1000,"k":{"u":18,"r":18,"o":18,"e":18,"a":37,"A":18,";":18,":":18,".":74,",":74}},"X":{"d":"236,-367r-202,-331r217,0r117,230r120,-230r204,0r-204,331r224,367r-222,0r-135,-257r-134,257r-211,0","w":722},"Y":{"d":"269,-263r-258,-435r214,0r137,280r135,-280r214,0r-256,435r0,263r-186,0r0,-263","w":722,"k":{"v":55,"u":74,"q":92,"p":74,"o":92,"i":13,"e":92,"a":92,"A":99,";":68,":":80,".":111,",":111}},"Z":{"d":"570,-550r-342,412r344,0r0,138r-546,0r0,-148r332,-412r-323,0r0,-138r535,0r0,148"},"[":{"d":"352,-642r-114,0r0,668r114,0r0,114r-264,0r0,-896r264,0r0,114","w":389},"\\":{"d":"-21,-710r126,0r194,722r-126,0","w":278},"]":{"d":"37,26r114,0r0,-668r-114,0r0,-114r264,0r0,896r-264,0r0,-114","w":389},"^":{"d":"244,-698r112,0r174,365r-122,0r-108,-227r-108,227r-122,0","w":600},"_":{"d":"500,75r0,50r-500,0r0,-50r500,0","w":500},"`":{"d":"120,-585r-129,-144r187,0r68,144r-126,0","w":333},"a":{"d":"384,-231v-79,-4,-185,-14,-185,66v0,75,125,67,155,19v14,-22,30,-51,30,-85xm31,-152v0,-170,190,-190,353,-171v-1,-133,-210,-94,-285,-51r-3,-122v61,-26,125,-37,208,-37v149,0,246,64,248,216v1,108,-7,224,10,317r-165,0v-3,-26,1,-60,-6,-82v-38,58,-79,94,-165,94v-113,0,-195,-51,-195,-164"},"b":{"d":"342,-126v72,3,110,-63,109,-140v-2,-74,-36,-127,-109,-129v-69,-2,-112,63,-110,136v2,75,38,130,110,133xm399,12v-91,0,-148,-46,-181,-105r0,93r-166,0r0,-750r181,0r0,296r2,0v49,-74,182,-106,275,-56v77,41,127,127,127,240v0,163,-76,282,-238,282","w":668},"c":{"d":"217,-257v-4,130,157,166,260,112r4,134v-41,14,-95,23,-147,23v-180,0,-303,-91,-303,-272v0,-181,122,-273,303,-273v57,0,103,10,143,29r-13,132v-31,-19,-62,-29,-109,-29v-87,0,-135,55,-138,144","w":500},"d":{"d":"326,-395v-73,2,-107,55,-109,129v-2,77,37,140,109,140v71,0,108,-59,110,-133v2,-74,-40,-138,-110,-136xm158,-510v94,-50,227,-16,277,56r0,-296r181,0r0,750r-166,0v-2,-30,4,-67,-2,-93v-28,63,-90,105,-179,105v-162,0,-238,-119,-238,-282v0,-113,50,-199,127,-240","w":668},"e":{"d":"411,-310v-1,-63,-31,-109,-100,-109v-65,0,-96,50,-100,109r200,0xm310,-533v192,0,269,127,263,325r-360,0v12,131,222,114,312,60r0,127v-123,51,-325,40,-407,-39v-49,-47,-87,-109,-87,-201v0,-174,106,-272,279,-272"},"f":{"d":"363,-636v-60,-1,-66,53,-64,115r128,0r0,126r-128,0r0,395r-180,0r0,-395r-106,0r0,-126r109,0v-10,-165,59,-241,217,-241v34,0,65,6,92,10r-11,124v-17,-6,-32,-8,-57,-8","w":444,"k":{"f":18}},"g":{"d":"319,-395v-71,0,-102,57,-102,130v0,72,34,127,102,127v75,0,115,-57,115,-134v0,-73,-40,-123,-115,-123xm266,-533v87,-1,140,52,179,106r0,-94r163,0r0,460v4,207,-107,283,-314,283v-76,0,-148,-16,-199,-33r9,-142v55,26,97,43,176,43v112,0,173,-64,158,-179v-37,55,-92,89,-175,89v-154,0,-232,-106,-232,-262v0,-162,72,-268,235,-271","w":668},"h":{"d":"348,-383v-157,-4,-102,231,-112,383r-180,0r0,-750r180,0r0,306r2,0v37,-51,90,-89,174,-89v131,0,199,80,199,208r0,325r-180,0r0,-252v0,-81,-19,-129,-83,-131","w":667},"i":{"d":"257,-606r-180,0r0,-132r180,0r0,132xm77,-521r180,0r0,521r-180,0r0,-521","w":334},"j":{"d":"257,-606r-180,0r0,-132r180,0r0,132xm76,222v-39,0,-69,-2,-101,-9r4,-114v12,3,24,3,38,3v54,0,60,-48,60,-102r0,-521r180,0r0,526v1,134,-46,218,-181,217","w":334},"k":{"d":"56,-750r180,0r0,448r2,0r150,-219r197,0r-181,239r196,282r-218,0r-144,-258r-2,0r0,258r-180,0r0,-750"},"l":{"d":"77,-750r180,0r0,750r-180,0r0,-750","w":334},"m":{"d":"338,-383v-145,4,-92,235,-102,383r-180,0r0,-521r164,0v2,31,-4,69,2,96v31,-70,98,-108,190,-108v81,0,139,37,163,100v36,-63,98,-98,185,-100v143,-3,184,84,184,226r0,307r-180,0r0,-280v0,-55,-18,-105,-72,-103v-145,4,-92,235,-102,383r-180,0r0,-280v0,-55,-18,-105,-72,-103","w":1000},"n":{"d":"348,-383v-157,-4,-102,231,-112,383r-180,0r0,-521r164,0v2,31,-4,69,2,96v31,-70,98,-108,190,-108v131,0,199,80,199,208r0,325r-180,0r0,-252v0,-81,-19,-129,-83,-131","w":667},"o":{"d":"217,-260v0,84,34,146,117,146v83,0,117,-62,117,-146v0,-84,-33,-147,-117,-147v-84,0,-117,63,-117,147xm637,-260v0,181,-123,272,-303,272v-180,0,-303,-91,-303,-272v0,-181,122,-273,303,-273v180,0,303,92,303,273","w":668},"p":{"d":"342,-126v72,3,110,-63,109,-140v-2,-74,-36,-127,-109,-129v-69,-2,-112,63,-110,136v2,75,38,130,110,133xm399,12v-76,0,-135,-32,-167,-85r0,283r-180,0r0,-731r166,0v2,30,-4,68,2,94v36,-92,188,-138,290,-83v77,41,127,127,127,240v0,163,-76,282,-238,282","w":668},"q":{"d":"326,-395v-73,2,-107,55,-109,129v-2,77,37,140,109,140v71,0,108,-59,110,-133v2,-74,-40,-138,-110,-136xm158,-510v104,-56,254,-6,292,83r0,-94r166,0r0,731r-180,0r0,-283r-2,0v-28,56,-90,85,-165,85v-162,0,-238,-119,-238,-282v0,-113,50,-199,127,-240","w":668},"r":{"d":"222,-425v30,-79,106,-126,215,-102r-9,150v-115,-30,-192,38,-192,157r0,220r-180,0r0,-521r164,0v2,31,-4,69,2,96","w":444,"k":{"q":18,"o":18,"n":-18,"e":18,"d":18,"c":18,".":92,",":92}},"s":{"d":"468,-162v5,200,-274,193,-432,149r10,-131v43,18,106,37,169,36v35,-1,76,-5,73,-42v-5,-55,-81,-55,-128,-70v-68,-22,-128,-54,-128,-144v1,-184,253,-195,405,-139r-14,125v-33,-21,-90,-35,-140,-35v-37,0,-79,2,-83,36v9,51,87,48,134,63v72,23,132,58,134,152","w":500},"t":{"d":"313,12v-139,0,-200,-57,-200,-195r0,-212r-103,0r0,-126r106,0r0,-117r177,-55r0,172r126,0r0,126r-126,0r0,192v1,62,11,95,72,95v20,0,37,-5,55,-7r6,117v-37,4,-69,10,-113,10","w":444},"u":{"d":"319,-138v158,2,102,-231,112,-383r180,0r0,521r-164,0v-2,-31,4,-69,-2,-96v-31,70,-98,108,-190,108v-131,0,-199,-79,-199,-208r0,-325r180,0r0,252v1,73,15,130,83,131","w":667},"v":{"d":"10,-521r193,0r108,371r2,0r109,-371r179,0r-193,521r-205,0","k":{".":55,",":55}},"w":{"d":"9,-521r188,0r84,375r2,0r90,-375r216,0r88,375r2,0r82,-375r174,0r-159,521r-209,0r-88,-377r-2,0r-99,377r-209,0","w":944,"k":{".":55,",":55}},"x":{"d":"186,-265r-163,-256r213,0r77,156r81,-156r197,0r-163,254r174,267r-217,0r-87,-162r-86,162r-203,0"},"y":{"d":"57,73v68,26,152,5,162,-61r-211,-533r194,0r112,340r2,0r107,-340r180,0r-229,581v-39,89,-91,162,-217,162v-38,0,-75,-4,-112,-12","k":{".":55,",":55}},"z":{"d":"26,-144r238,-245r-233,0r0,-132r439,0r0,144r-238,245r242,0r0,132r-448,0r0,-144","w":500},"{":{"d":"116,-619v0,-127,109,-146,243,-137r0,90r-47,0v-42,-1,-59,24,-58,64r0,183v2,77,-54,101,-116,112v72,3,116,37,116,117r0,176v-1,40,16,64,58,64r47,0r0,90r-100,0v-86,-3,-143,-47,-143,-137r0,-193v0,-52,-37,-72,-86,-73r0,-90v46,-2,86,-16,86,-66r0,-200","w":389},"|":{"d":"174,-750r0,1000r-126,0r0,-1000r126,0","w":222},"}":{"d":"273,3v0,127,-109,146,-243,137r0,-90r47,0v42,1,59,-24,58,-64r0,-183v-2,-77,54,-101,116,-112v-72,-3,-116,-37,-116,-117r0,-176v1,-40,-16,-64,-58,-64r-47,0r0,-90r100,0v86,3,143,47,143,137r0,193v0,52,37,72,86,73r0,90v-46,1,-86,17,-86,66r0,200","w":389},"~":{"d":"407,-284v45,0,67,-40,88,-69r36,109v-24,45,-57,86,-125,86v-86,0,-132,-64,-213,-64v-45,0,-67,40,-88,69r-36,-109v24,-45,57,-86,125,-86v86,0,132,64,213,64","w":600},"\u2122":{"d":"477,-698r154,0r89,242r89,-242r154,0r0,416r-108,0r0,-272r-2,0r-89,272r-88,0r-89,-272r-2,0r0,272r-108,0r0,-416xm155,-608r-118,0r0,-90r344,0r0,90r-118,0r0,326r-108,0r0,-326","w":1000},"\u00ae":{"d":"472,-437v-2,-46,-71,-31,-119,-34r0,77v52,-1,122,10,119,-43xm568,-432v0,72,-45,104,-110,108r94,170r-96,0r-86,-164r-17,0r0,164r-96,0r0,-393v137,6,311,-34,311,115xm172,-452v-81,224,106,424,324,342v112,-42,186,-195,132,-342v-41,-112,-182,-195,-324,-136v-61,25,-109,73,-132,136xm732,-208v-66,157,-261,278,-472,192v-125,-51,-221,-163,-221,-333v0,-170,99,-278,221,-333v144,-66,318,0,395,78v83,84,137,254,77,396","w":800},"!":{"d":"138,-162r168,0r0,162r-168,0r0,-162xm289,-237r-134,0r-26,-461r186,0","w":444},"-":{"d":"31,-335r271,0r0,132r-271,0r0,-132","w":333},"\"":{"d":"142,-698r132,0r0,271r-132,0r0,-271xm337,-698r132,0r0,271r-132,0r0,-271"},"#":{"d":"365,-405r-87,0r-15,110r87,0xm58,-295r99,0r15,-110r-84,0r0,-108r99,0r26,-185r106,0r-26,185r87,0r25,-185r105,0r-25,185r69,0r0,108r-84,0r-15,110r69,0r0,108r-84,0r-26,187r-105,0r26,-187r-87,0r-26,187r-106,0r26,-187r-84,0r0,-108","w":612},"\u00a0":{"w":306}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1988, 1990, 1994 Adobe Systems Incorporated.  All Rights
 * Reserved.Frutiger 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) 1988, 1990, 1994 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:
 * www.linotypelibrary.com
 */
Cufon.registerFont({"w":556,"face":{"font-family":"FrutigerLT55Roman","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 3 4 0 0 9 0 4","ascent":"800","descent":"-200","x-height":"12","bbox":"-110 -806 1091 250","underline-thickness":"50","underline-position":"-75","slope":"-12","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":278},"!":{"d":"112,-112r112,0r-23,112r-112,0xm237,-698r118,0r-124,502r-91,0","w":389},"\"":{"d":"159,-698r88,0r0,245r-88,0r0,-245xm309,-698r88,0r0,245r-88,0r0,-245"},"#":{"d":"371,-413r-118,0r-18,130r118,0xm150,-208r-106,0r11,-76r106,0r18,-130r-107,0r11,-76r107,0r29,-208r76,0r-29,208r118,0r29,-208r76,0r-29,208r106,0r-11,76r-106,0r-18,130r106,0r-11,76r-106,0r-29,208r-76,0r29,-208r-118,0r-29,208r-76,0"},"$":{"d":"262,-76v116,12,186,-140,86,-203v-10,-7,-22,-14,-35,-21xm326,-622v-63,4,-108,32,-109,98v-1,49,35,75,67,93xm503,-193v-6,141,-119,198,-260,205r-20,91r-56,0r19,-91v-67,-3,-116,-18,-166,-41r31,-91v44,24,91,44,155,44r55,-251v-71,-40,-150,-79,-150,-185v0,-136,100,-193,234,-198r21,-96r59,0r-22,96v57,4,108,20,151,41r-28,93v-39,-24,-85,-43,-142,-45r-48,216v79,48,172,81,167,212"},"%":{"d":"727,-283v-75,3,-96,74,-96,149v0,48,12,84,65,82v73,-3,91,-75,93,-148v1,-49,-12,-85,-62,-83xm693,12v-88,1,-147,-58,-144,-146v4,-119,59,-209,178,-213v98,-3,144,59,144,153v0,122,-56,203,-178,206xm290,-646v-75,3,-96,74,-96,149v0,48,12,84,65,82v73,-3,91,-75,93,-148v1,-49,-12,-85,-62,-83xm256,-351v-88,1,-147,-58,-144,-146v4,-119,59,-209,178,-213v98,-3,144,59,144,153v0,122,-56,203,-178,206xm714,-720r70,0r-510,742r-70,0","w":1000},"&":{"d":"413,-634v-81,-3,-131,87,-89,161v10,18,20,36,32,53v66,-22,148,-47,153,-129v3,-58,-43,-83,-96,-85xm169,-189v0,104,101,148,201,112v26,-9,50,-24,75,-45r-133,-204v-71,19,-143,50,-143,137xm597,-556v0,126,-104,164,-197,201r111,165v47,-49,67,-115,84,-188r89,0v-19,107,-53,197,-124,261r76,117r-111,0r-34,-53v-42,35,-111,65,-184,65v-139,1,-240,-63,-238,-196v2,-127,96,-181,200,-209v-31,-43,-54,-84,-54,-151v0,-108,87,-166,194,-166v108,0,188,45,188,154","w":722},"'":{"d":"135,-698r88,0r0,245r-88,0r0,-245","w":278},"(":{"d":"83,-271v0,-230,135,-361,253,-485r100,0v-132,138,-256,277,-259,539v-1,132,33,247,60,357r-83,0v-40,-132,-71,-249,-71,-411","w":333},")":{"d":"290,-345v0,230,-135,361,-253,485r-100,0v132,-138,256,-277,259,-539v1,-132,-33,-247,-60,-357r83,0v40,132,71,249,71,411","w":333},"*":{"d":"302,-540r21,-158r86,20r-48,148r156,-27r6,87r-159,0r79,139r-83,37r-49,-150r-111,114r-58,-65r129,-92r-142,-68r42,-79"},"+":{"d":"47,-297r209,0r0,-209r88,0r0,209r209,0r0,88r-209,0r0,209r-88,0r0,-209r-209,0r0,-88","w":600},",":{"d":"57,-112r120,0r-139,245r-94,0","w":278},"-":{"d":"51,-307r263,0r-15,76r-264,0","w":333},".":{"d":"57,-112r112,0r-23,112r-112,0","w":278},"\/":{"d":"240,-710r88,0r-240,722r-88,0","w":278},"0":{"d":"432,-335v26,-109,54,-293,-80,-293v-127,0,-159,147,-186,259v-26,107,-53,299,76,299v130,0,162,-150,190,-265xm233,12v-260,4,-197,-390,-113,-546v49,-90,112,-172,243,-176v255,-7,202,363,127,528v-46,102,-115,192,-257,194"},"1":{"d":"316,-583r-124,86r-46,-74r206,-127r89,0r-150,698r-100,0"},"2":{"d":"154,-675v144,-61,387,-54,377,134v-6,119,-86,192,-153,260v-74,76,-164,132,-246,199r322,0r-18,82r-438,0r22,-102r143,-112r91,-78v55,-50,110,-104,147,-164v16,-26,24,-51,24,-72v2,-142,-204,-105,-280,-56"},"3":{"d":"376,-218v0,-96,-109,-102,-206,-104r15,-82v119,-4,252,-15,252,-133v0,-131,-203,-93,-285,-56r10,-92v147,-43,381,-44,375,141v-4,111,-86,159,-178,183v67,17,117,65,117,146v-2,219,-271,266,-470,196r24,-89v117,64,346,53,346,-110"},"4":{"d":"326,-159r-326,0r19,-82r379,-457r144,0r-100,457r90,0r-16,82r-92,0r-35,159r-98,0xm438,-616r-2,0r-309,375r219,0"},"5":{"d":"393,-240v2,-133,-175,-132,-282,-96r83,-362r375,0r-17,82r-283,0r-42,182v150,-21,266,36,266,185v0,235,-238,300,-457,239r17,-89v39,14,85,30,136,29v117,-2,201,-52,204,-170"},"6":{"d":"259,-70v100,-4,154,-81,154,-179v0,-68,-40,-108,-106,-108v-97,0,-148,80,-148,179v0,61,35,111,100,108xm262,12v-173,5,-225,-140,-196,-316v39,-234,153,-440,441,-400v25,4,49,12,71,21r-31,80v-52,-31,-147,-33,-205,-5v-90,43,-137,133,-166,237r2,2v41,-42,82,-70,158,-70v110,0,177,67,177,177v0,165,-85,269,-251,274"},"7":{"d":"146,-698r442,0r-20,89r-382,609r-115,0r392,-616r-336,0"},"8":{"d":"286,-329v-73,23,-154,57,-154,147v0,74,51,112,125,112v84,0,146,-51,146,-136v0,-74,-66,-100,-117,-123xm218,-370v-48,-31,-94,-79,-94,-153v0,-132,101,-187,232,-187v112,0,206,47,206,161v0,105,-82,152,-163,182v57,39,104,73,104,156v0,143,-103,223,-245,223v-127,0,-226,-51,-226,-178v0,-121,88,-178,186,-204xm359,-628v-87,-4,-163,59,-125,144v17,38,56,64,90,85v60,-33,138,-53,138,-142v0,-57,-47,-85,-103,-87"},"9":{"d":"347,-628v-100,4,-154,81,-154,179v0,68,40,108,106,108v97,0,148,-80,148,-179v0,-61,-35,-111,-100,-108xm344,-710v173,-5,225,140,196,316v-39,234,-153,440,-441,400v-25,-4,-49,-12,-71,-21r31,-80v52,31,147,33,205,5v90,-43,137,-133,166,-237r-2,-2v-41,42,-82,70,-158,70v-110,0,-177,-67,-177,-177v0,-165,85,-269,251,-274"},":":{"d":"57,-112r112,0r-23,112r-112,0xm228,-398r-112,0r23,-112r112,0","w":278},";":{"d":"228,-398r-112,0r23,-112r112,0xm57,-112r120,0r-139,245r-94,0","w":278},"<":{"d":"554,-426r-394,173r394,173r0,88r-508,-223r0,-76r508,-223r0,88","w":600},"=":{"d":"47,-192r506,0r0,88r-506,0r0,-88xm47,-402r506,0r0,88r-506,0r0,-88","w":600},">":{"d":"46,-80r394,-173r-394,-173r0,-88r508,223r0,76r-508,223r0,-88","w":600},"?":{"d":"170,-112r112,0r-23,112r-112,0xm415,-538v0,-121,-183,-84,-263,-55r11,-93v141,-44,364,-39,358,139v-6,188,-214,178,-233,351r-94,0v17,-128,86,-175,168,-240v29,-23,53,-52,53,-102","w":500},"@":{"d":"411,-546v56,0,89,26,114,66r15,-52r75,0r-73,276v-4,19,-5,45,16,45v83,0,119,-94,122,-187v6,-197,-198,-290,-380,-220v-101,39,-168,135,-168,271v0,187,109,289,293,289v91,0,171,-38,217,-89r76,0v-71,125,-264,200,-442,135v-134,-50,-226,-158,-226,-337v0,-176,96,-282,224,-335v129,-53,299,-14,375,56v54,49,101,119,101,215v0,135,-76,218,-168,261v-57,26,-121,26,-127,-39v-28,21,-64,57,-111,56v-123,-3,-176,-131,-132,-252v31,-84,89,-159,199,-159xm284,-308v-3,51,31,94,82,91v82,-5,123,-80,128,-163v3,-45,-34,-86,-77,-84v-84,4,-129,73,-133,156","w":800},"A":{"d":"422,-698r99,0r154,698r-103,0r-37,-176r-343,0r-112,176r-111,0xm454,-590r-211,332r277,0","w":722,"k":{"y":25,"w":25,"v":25,"Y":92,"W":43,"V":62,"T":74}},"B":{"d":"446,-220v-1,-107,-121,-99,-231,-98r-51,236v143,4,283,2,282,-138xm552,-216v0,151,-121,216,-286,216r-220,0r151,-698r186,0v120,1,203,42,203,163v0,103,-66,149,-143,176v71,27,109,56,109,143xm486,-523v2,-100,-107,-94,-207,-93r-47,216v128,4,252,-3,254,-123","w":611},"C":{"d":"180,-302v-8,195,190,267,363,202r-13,93v-38,12,-81,19,-128,19v-207,0,-328,-108,-328,-319v0,-177,95,-299,226,-364v94,-46,259,-52,359,-7r-29,86v-73,-37,-198,-39,-274,-3v-106,50,-170,147,-176,293","w":611},"D":{"d":"589,-405v4,-174,-130,-214,-316,-205r-111,522r106,0v202,-5,317,-116,321,-317xm695,-416v0,274,-166,412,-445,416r-208,0r148,-698r154,0v209,2,351,83,351,282","w":722},"E":{"d":"195,-698r379,0r-20,88r-276,0r-45,204r259,0r-17,88r-262,0r-51,230r293,0r-19,88r-394,0"},"F":{"d":"190,-698r366,0r-17,88r-267,0r-44,204r246,0r-19,88r-246,0r-69,318r-102,0","w":500,"k":{"A":37,".":129,",":129}},"G":{"d":"402,12v-207,-4,-328,-108,-328,-319v0,-177,96,-298,226,-364v106,-53,308,-46,407,1r-30,86v-77,-40,-232,-53,-321,-11v-106,50,-172,147,-176,293v-3,178,143,252,321,217r46,-215r-146,0r20,-82r243,0r-81,373v-56,12,-105,22,-181,21","w":722},"H":{"d":"193,-698r101,0r-61,292r332,0r63,-292r98,0r-147,698r-102,0r69,-318r-331,0r-67,318r-102,0","w":722},"I":{"d":"188,-698r101,0r-150,698r-101,0","w":278},"J":{"d":"-10,-96v29,22,94,28,130,8v43,-23,60,-73,72,-127r107,-483r99,0r-117,530v-14,145,-152,214,-309,163","w":389},"K":{"d":"203,-698r100,0r-68,307r2,2r335,-309r132,0r-376,344r277,354r-126,0r-256,-334r-70,334r-101,0","w":667},"L":{"d":"189,-698r101,0r-132,610r290,0r-18,88r-392,0","w":500,"k":{"y":37,"Y":92,"W":37,"V":74,"T":55}},"M":{"d":"202,-698r150,0r95,571r340,-571r164,0r-149,698r-100,0r128,-598r-2,0r-359,598r-97,0r-97,-598r-2,0r-134,598r-97,0","w":944},"N":{"d":"187,-698r132,0r197,585r2,0r124,-585r95,0r-152,698r-129,0r-197,-580r-2,0r-119,580r-96,0","w":722},"O":{"d":"572,-188v101,-127,118,-446,-107,-434v-145,8,-225,99,-265,212v-54,154,-5,341,171,334v94,-4,156,-56,201,-112xm367,12v-194,0,-296,-102,-293,-296v3,-185,94,-321,224,-388v49,-26,106,-38,170,-38v177,-1,285,106,283,283v-3,192,-84,333,-217,401v-48,25,-104,38,-167,38","w":778},"P":{"d":"482,-501v3,-110,-100,-112,-210,-109r-53,243v133,2,261,-5,263,-134xm588,-516v0,199,-170,250,-389,237r-61,279r-100,0r152,-698r174,0v127,3,224,52,224,182","k":{"A":37,".":129,",":129}},"Q":{"d":"751,-427v-4,213,-98,361,-262,419r124,137r-127,0r-93,-119v-203,15,-324,-92,-319,-294v4,-185,94,-321,224,-388v49,-26,106,-38,170,-38v177,-1,286,106,283,283xm572,-188v101,-127,118,-446,-107,-434v-145,8,-225,99,-265,212v-54,154,-5,341,171,334v94,-4,156,-56,201,-112","w":778},"R":{"d":"483,-514v7,-111,-107,-96,-211,-96r-45,212v124,2,250,0,256,-116xm589,-528v-3,108,-74,170,-170,189v53,34,65,122,82,192r38,147r-106,0r-42,-183v-20,-65,-18,-127,-95,-127r-89,0r-65,310r-100,0r149,-698v190,0,404,-24,398,170","w":611,"k":{"Y":18,"V":6,"T":18}},"S":{"d":"109,-511v1,-192,233,-238,399,-166r-28,89v-78,-52,-275,-54,-265,75v8,98,121,110,177,167v32,32,64,70,61,134v-6,140,-92,222,-241,224v-81,1,-137,-18,-195,-40r32,-92v36,24,92,44,147,44v89,0,151,-41,151,-124v0,-109,-117,-119,-177,-176v-34,-32,-62,-69,-61,-135","w":500},"T":{"d":"627,-610r-217,0r-131,610r-101,0r131,-610r-217,0r19,-88r535,0","k":{"y":74,"w":74,"u":74,"s":74,"r":74,"o":74,"i":37,"e":74,"c":74,"a":74,"A":55,";":92,":":92,".":92,",":92}},"U":{"d":"202,-277v-30,121,29,203,144,201v151,-3,185,-141,213,-268r77,-354r100,0r-90,410v-41,183,-114,296,-306,300v-176,4,-276,-113,-238,-290r90,-420r100,0","w":722},"V":{"d":"341,0r-120,0r-113,-698r100,0r88,598r2,0r352,-598r110,0","w":667,"k":{"u":18,"r":18,"o":37,"i":18,"e":37,"a":37,"A":37,";":55,":":55,".":92,",":92}},"W":{"d":"112,-698r100,0r38,597r2,0r278,-597r132,0r18,598r2,0r302,-598r107,0r-365,698r-130,0r-15,-604r-2,0r-278,604r-132,0","w":1000,"k":{"u":12,"r":12,"o":18,"e":18,"a":18,"A":18,";":37,":":37,".":55,",":55}},"X":{"d":"129,-698r108,0r138,267r234,-267r127,0r-308,338r184,360r-111,0r-148,-302r-265,302r-124,0r335,-373","w":667},"Y":{"d":"293,-292r-187,-406r110,0r139,316r275,-316r127,0r-366,406r-60,292r-98,0","w":667,"k":{"v":49,"u":67,"q":86,"p":55,"o":74,"i":37,"e":74,"a":74,"A":55,";":92,":":92,".":129,",":129}},"Z":{"d":"3,-88r460,-522r-343,0r18,-88r465,0r-16,89r-460,521r361,0r-17,88r-484,0"},"[":{"d":"213,-756r192,0r-16,70r-99,0r-164,756r100,0r-14,70r-193,0","w":333},"\\":{"d":"0,-710r88,0r240,722r-88,0","w":278},"]":{"d":"154,140r-192,0r16,-70r99,0r164,-756r-100,0r14,-70r193,0","w":333},"^":{"d":"259,-698r82,0r199,404r-90,0r-150,-312r-150,312r-90,0","w":600},"_":{"d":"500,75r0,50r-500,0r0,-50r500,0","w":500},"`":{"d":"272,-581r-67,0r-101,-144r101,0","w":278},"a":{"d":"126,-133v-3,70,95,84,148,53v54,-31,92,-91,102,-165v-120,-2,-245,-1,-250,112xm396,-312v22,-83,-30,-134,-112,-134v-59,0,-117,20,-156,43r17,-93v149,-55,380,-28,341,176r-59,320r-87,0v3,-27,16,-61,15,-85v-27,55,-91,97,-166,97v-95,0,-163,-45,-163,-141v0,-178,189,-193,370,-183"},"b":{"d":"314,12v-96,4,-141,-38,-174,-97r-17,85r-88,0r159,-750r94,0r-63,295r2,0v31,-42,90,-68,162,-67v118,2,182,77,182,194v0,188,-73,333,-257,340xm357,-446v-126,0,-176,118,-183,248v-6,109,111,170,198,112v64,-42,98,-130,99,-234v2,-80,-43,-126,-114,-126","w":611},"c":{"d":"371,0v-171,41,-329,-25,-324,-201v4,-143,62,-244,160,-295v68,-35,179,-31,250,-6r-23,81v-27,-16,-55,-25,-91,-25v-130,0,-191,100,-196,231v-5,113,77,173,190,144v19,-5,36,-10,51,-16","w":444},"d":{"d":"401,-150v61,-98,66,-304,-85,-296v-118,6,-169,119,-169,237v0,85,38,145,124,145v64,0,104,-44,130,-86xm196,-494v96,-56,246,-23,281,68r67,-324r94,0r-142,666v-5,28,-10,56,-13,84r-88,0v3,-25,16,-56,15,-78v-31,63,-88,87,-174,90v-218,8,-226,-302,-122,-434v23,-29,49,-54,82,-72","w":611},"e":{"d":"150,-234v-39,177,163,201,298,139r-15,86v-46,11,-97,21,-151,21v-152,-1,-238,-74,-235,-230v2,-131,67,-227,159,-276v35,-18,75,-28,120,-28v158,0,218,133,183,288r-359,0xm421,-304v26,-105,-63,-171,-159,-130v-52,22,-87,71,-102,130r261,0"},"f":{"d":"466,-676v-71,-29,-135,13,-150,73v-7,31,-16,61,-23,93r135,0r-15,76r-137,0r-94,434r-94,0r94,-434r-122,0r14,-76r124,0v30,-125,58,-253,215,-252v23,0,47,4,72,11","w":389,"k":{"f":18}},"g":{"d":"443,-307v0,-82,-43,-139,-127,-139v-116,0,-162,119,-162,237v0,76,37,133,114,133v122,0,175,-98,175,-231xm209,-500v102,-51,237,-11,271,80r18,-90r87,0r-117,547v-26,172,-273,228,-445,148r21,-84v71,44,221,68,286,1v38,-39,54,-98,68,-160v-38,37,-74,62,-154,58v-117,-6,-190,-81,-190,-204v0,-143,59,-247,155,-296","w":611},"h":{"d":"457,-305v19,-76,-14,-147,-88,-141v-208,16,-190,269,-240,446r-94,0r157,-750r94,0r-63,304r2,0v30,-46,90,-74,161,-76v141,-5,187,111,158,253r-56,269r-94,0","w":611},"i":{"d":"274,-624r-106,0r22,-106r106,0xm149,-510r94,0r-108,510r-94,0","w":278},"j":{"d":"274,-624r-106,0r22,-106r106,0xm-93,130v35,17,79,13,97,-15v12,-17,21,-45,30,-84r115,-541r94,0r-120,566v-8,113,-108,205,-233,148","w":278},"k":{"d":"194,-750r94,0r-95,440r239,-200r138,0r-289,226r208,284r-120,0r-185,-262r-55,262r-94,0"},"l":{"d":"200,-750r94,0r-159,750r-94,0","w":278},"m":{"d":"420,-323v18,-66,-4,-123,-69,-123v-105,0,-145,101,-165,190r-57,256r-94,0r104,-510r88,0v-2,22,-13,51,-10,70v32,-50,86,-82,162,-82v65,0,122,32,135,89v47,-52,91,-89,181,-89v102,0,160,74,137,184r-69,338r-94,0r68,-323v18,-66,-4,-123,-69,-123v-105,0,-145,101,-165,190r-57,256r-94,0","w":889},"n":{"d":"457,-305v19,-76,-14,-147,-88,-141v-208,16,-190,269,-240,446r-94,0r103,-510r88,0v-3,26,-16,59,-14,81v33,-54,88,-90,174,-93v141,-5,187,111,158,253r-56,269r-94,0","w":611},"o":{"d":"411,-138v75,-90,78,-314,-77,-308v-128,5,-187,110,-187,238v0,87,43,144,131,144v61,0,102,-37,133,-74xm279,12v-142,0,-236,-80,-232,-227v5,-187,103,-307,291,-307v143,0,226,80,226,223v0,186,-98,311,-285,311","w":611},"p":{"d":"350,-446v-126,0,-176,118,-183,248v-6,109,112,170,199,112v64,-42,97,-130,98,-234v2,-80,-43,-126,-114,-126xm307,12v-90,3,-138,-31,-168,-88r-61,286r-94,0r117,-551r27,-169r88,0v-3,25,-16,56,-15,78v31,-58,100,-90,181,-90v118,0,182,77,182,194v0,188,-72,333,-257,340","w":611},"q":{"d":"401,-150v61,-98,66,-304,-85,-296v-118,6,-169,119,-169,237v0,85,38,145,124,145v64,0,104,-44,130,-86xm196,-494v99,-57,251,-22,284,74r18,-90r87,0r-153,720r-93,0r55,-261r-2,0v-32,45,-83,60,-156,63v-218,8,-226,-302,-122,-434v23,-29,49,-54,82,-72","w":611},"r":{"d":"408,-430v-127,-38,-204,73,-226,179r-53,251r-94,0r103,-510r88,0v-3,26,-16,59,-14,81v34,-61,122,-112,217,-84","w":389,"k":{".":92,",":92}},"s":{"d":"77,-316v-69,-170,156,-253,312,-178r-28,74v-53,-29,-192,-51,-197,36v24,109,174,95,174,233v0,165,-203,190,-342,139r18,-81v68,35,224,55,224,-50v0,-75,-88,-86,-129,-131v-12,-13,-25,-25,-32,-42","w":389},"t":{"d":"324,1v-109,32,-238,-2,-212,-131r16,-91r44,-213r-112,0r14,-76r114,0r25,-118r101,-35r-32,153r140,0r-15,76r-141,0r-60,296v-20,79,72,86,132,61","w":389},"u":{"d":"162,-205v-19,76,14,147,88,141v207,-17,190,-269,240,-446r94,0r-103,510r-88,0v3,-26,16,-59,14,-81v-33,54,-88,90,-174,93v-141,5,-188,-111,-158,-253r56,-269r94,0","w":611},"v":{"d":"69,-510r100,0r52,412r2,0r227,-412r100,0r-291,510r-110,0","w":500,"k":{".":74,",":74}},"w":{"d":"69,-510r94,0r35,410r2,0r218,-410r114,0r35,410r2,0r212,-410r104,0r-279,510r-108,0r-40,-410r-2,0r-220,410r-111,0","w":833,"k":{".":55,",":55}},"x":{"d":"194,-269r-108,-241r103,0r76,184r153,-184r114,0r-217,245r124,265r-106,0r-88,-200r-170,200r-117,0","w":500},"y":{"d":"-22,137v90,30,144,-37,176,-109r-82,-538r98,0r59,407r2,0r222,-407r101,0r-348,606v-39,64,-71,127,-173,126v-25,0,-48,-2,-71,-7","w":500,"k":{".":74,",":74}},"z":{"d":"10,-82r363,-352r-283,0r15,-76r404,0r-19,82r-366,352r302,0r-17,76r-415,0","w":500},"{":{"d":"101,-170v14,-56,-15,-103,-64,-103r15,-70v57,-9,95,-48,109,-102v35,-126,26,-312,181,-311r78,0r-15,70v-38,1,-81,-6,-96,19v-64,112,-21,331,-180,358r0,2v50,9,78,58,65,123r-41,196v-3,30,1,58,35,58r51,0r-14,70r-78,0v-64,-2,-101,-57,-86,-126","w":333},"|":{"d":"180,-750r0,1000r-88,0r0,-1000r88,0","w":222},"}":{"d":"233,-446v-14,56,15,103,64,103r-15,70v-56,10,-95,48,-109,102v-34,126,-26,312,-181,311r-78,0r15,-70v38,-1,81,6,96,-19v65,-112,20,-331,180,-358r0,-2v-50,-8,-78,-59,-65,-123r41,-196v3,-30,-1,-58,-35,-58r-51,0r14,-70r78,0v64,2,101,57,86,126","w":333},"~":{"d":"209,-328v84,0,139,58,213,69v49,-3,65,-44,88,-74r36,70v-29,40,-58,86,-125,86v-89,0,-124,-71,-217,-69v-49,1,-67,39,-84,73r-36,-70v24,-44,58,-85,125,-85","w":600},"\u2122":{"d":"484,-698r118,0r109,281r107,-281r118,0r0,416r-76,0r0,-318r-2,0r-117,318r-62,0r-117,-318r-2,0r0,318r-76,0r0,-416xm182,-628r-128,0r0,-70r332,0r0,70r-128,0r0,346r-76,0r0,-346","w":990},"\u00ae":{"d":"488,-441v-2,-69,-84,-54,-151,-56r0,117v70,-2,153,14,151,-61xm564,-435v0,73,-41,103,-107,110r110,179r-78,0r-106,-176r-46,0r0,176r-76,0r0,-409v139,2,303,-27,303,120xm127,-349v0,213,172,340,379,269v127,-44,204,-222,146,-386v-44,-125,-201,-218,-358,-152v-98,41,-167,133,-167,269xm732,-208v-66,157,-261,278,-472,192v-125,-51,-221,-163,-221,-333v0,-170,99,-278,221,-333v144,-66,318,0,395,78v83,84,137,254,77,396","w":800},"\u00a0":{"w":278}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * The digitally encoded machine readable software for producing the Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 1994, 2001 Linotype Library GmbH
 * or its affiliated Linotype-Hell companies.  All rights reserved.  This software
 * is now the property of Heidelberger Druckmaschinen AG and its licensors and may
 * not be reproduced, used, displayed, modified, disclosed or transferred without
 * the express written approval of Heidelberger Druckmaschinen AG.
 * 
 * Trademark:
 * Frutiger is a Trademark of Heidelberger Druckmaschinen AG, which may be
 * registered in certain jurisdictions, exclusively licensed through Linotype
 * Library GmbH, a wholly owned subsidiary of Heidelberger Druckmaschinen AG.
 * 
 * Description:
 * The digitally encoded machine readable software for producing the Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 1994, 2001 Linotype Library GmbH
 * or its affiliated Linotype-Hell companies.  All rights reserved.  This software
 * is now the property of Heidelberger Druckmaschinen AG and its licensors and may
 * not be reproduced, used, displayed, modified, disclosed or transferred without
 * the express written approval of Heidelberger Druckmaschinen AG.
 * 
 * Designer:
 * Adrian Frutiger
 * 
 * Vendor URL:
 * http://www.linotypelibrary.com
 */
Cufon.registerFont({"w":667,"face":{"font-family":"FrutigerLT55Roman","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 10 3 5 0 0 9 0 4","ascent":"800","descent":"-200","x-height":"12","bbox":"-122 -790 1090 250","underline-thickness":"50","underline-position":"-75","slope":"-12","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":306},"$":{"d":"388,-434v97,29,190,65,190,191v0,175,-122,246,-290,255r-19,81r-70,0r19,-81v-72,1,-154,-15,-199,-34r44,-138v55,27,110,35,184,40r40,-177v-92,-31,-192,-67,-188,-189v5,-155,127,-218,282,-224r18,-80r70,0r-18,80v63,2,125,18,171,33r-44,133v-46,-21,-96,-37,-156,-40xm318,-123v51,-10,98,-30,98,-90v0,-39,-34,-53,-62,-67xm353,-584v-62,-1,-122,66,-76,115v10,10,26,17,45,22","w":612},"%":{"d":"349,-565v2,-28,-5,-55,-35,-55v-53,12,-68,92,-68,153v0,23,6,46,30,46v56,0,69,-85,73,-144xm741,-720r110,0r-540,742r-110,0xm275,-331v-96,3,-157,-61,-155,-155v3,-128,67,-220,196,-224v99,-3,162,60,159,158v-3,129,-69,217,-200,221xm805,-222v2,-28,-5,-55,-35,-55v-53,12,-68,92,-68,153v0,23,6,46,30,46v53,-11,68,-87,73,-144xm731,12v-96,3,-157,-61,-155,-155v3,-128,67,-220,196,-224v99,-3,162,60,159,158v-3,129,-69,217,-200,221","w":1000},"&":{"d":"295,-296v-45,21,-88,47,-90,110v-3,104,159,87,220,45xm762,-377v-20,108,-68,200,-146,252r102,125r-190,0r-31,-41v-50,37,-126,53,-210,53v-145,0,-244,-61,-244,-206v0,-119,80,-172,179,-197v-34,-35,-62,-69,-62,-134v0,-128,113,-185,242,-185v121,0,218,46,218,168v0,115,-97,159,-189,190v37,41,70,83,104,127v41,-34,72,-90,84,-152r143,0xm400,-600v-70,0,-107,66,-70,122v10,16,20,28,29,37v48,-16,107,-36,111,-96v2,-38,-32,-63,-70,-63","w":778},"'":{"d":"159,-698r132,0r0,271r-132,0r0,-271","w":333},"(":{"d":"84,-197v0,-274,127,-430,281,-559r136,0v-140,145,-255,320,-255,581v0,122,26,223,69,315r-136,0v-49,-102,-95,-200,-95,-337","w":389},")":{"d":"363,-419v0,265,-123,428,-281,559r-136,0v140,-146,255,-319,255,-581v0,-122,-26,-223,-69,-315r136,0v49,102,95,200,95,337","w":389},"*":{"d":"338,-425r-100,118r-80,-88r125,-85r-138,-53r59,-105r121,90r4,-150r120,21r-48,140r140,-36r16,117r-145,0r74,117r-105,49","w":611},"+":{"d":"62,-316r190,0r0,-190r126,0r0,190r190,0r0,126r-190,0r0,190r-126,0r0,-190r-190,0r0,-126","w":600},",":{"d":"54,-162r178,0r-149,271r-144,0","w":306},".":{"d":"54,-162r169,0r-34,162r-169,0","w":306},"\/":{"d":"196,-710r126,0r-194,722r-126,0","w":278},"0":{"d":"283,12v-155,0,-236,-95,-235,-253v2,-195,66,-352,188,-429v42,-26,90,-40,145,-40v155,0,236,94,235,253v-2,198,-65,355,-190,431v-42,25,-89,38,-143,38xm432,-362v17,-80,38,-220,-48,-222v-126,28,-138,195,-162,326v-13,74,0,152,64,144v105,-13,124,-147,146,-248","w":612},"1":{"d":"324,-514r-138,94r-68,-127r260,-151r161,0r-147,698r-186,0","w":612},"2":{"d":"155,-679v176,-59,444,-45,435,169v-9,210,-183,277,-306,378r246,0r-27,132r-502,0r22,-121r171,-122v76,-56,141,-103,188,-165v51,-67,11,-164,-76,-164v-61,0,-127,28,-169,51","w":612},"3":{"d":"360,-221v1,-84,-104,-77,-184,-71r25,-127v88,8,216,14,216,-78v0,-115,-199,-72,-273,-43r18,-145v167,-42,441,-50,441,149v0,119,-83,165,-184,184v74,18,127,53,127,142v0,207,-229,243,-433,212v-40,-6,-75,-19,-106,-34r35,-134v57,26,106,40,183,40v72,0,134,-23,135,-95","w":612},"4":{"d":"299,-133r-305,0r21,-126r375,-439r207,0r-95,439r98,0r-25,126r-100,0r-29,133r-175,0xm405,-554r-2,0r-237,295r168,0","w":612},"5":{"d":"379,-239v0,-123,-171,-108,-275,-86r79,-373r456,0r-23,126r-300,0r-22,112v159,1,271,57,271,211v0,248,-316,310,-530,220r28,-137v94,58,316,69,316,-73","w":612},"6":{"d":"320,12v-161,3,-256,-98,-256,-257v0,-299,157,-518,474,-452v34,7,66,22,96,39r-43,125v-67,-54,-223,-62,-280,7v-26,32,-45,72,-55,119r2,2v30,-24,70,-39,119,-39v128,0,199,78,199,208v0,159,-96,245,-256,248xm311,-108v66,0,93,-58,95,-123v2,-49,-28,-95,-78,-93v-68,3,-102,52,-102,119v0,58,26,97,85,97","w":612},"7":{"d":"612,-540r-354,540r-212,0r378,-566r-312,0r27,-132r507,0","w":612},"8":{"d":"310,-301v-52,20,-107,46,-110,113v-2,46,43,74,91,74v79,0,135,-89,79,-147v-15,-15,-35,-29,-60,-40xm368,-590v-69,-1,-116,75,-72,133v12,16,26,30,41,41v48,-20,103,-42,107,-104v3,-46,-34,-70,-76,-70xm614,-529v0,106,-81,156,-170,179v67,24,116,68,119,154v9,241,-407,268,-511,101v-14,-23,-22,-48,-22,-77v1,-120,79,-166,169,-197v-49,-23,-91,-68,-91,-133v0,-146,113,-208,264,-208v134,0,242,47,242,181","w":612},"9":{"d":"339,-710v161,-3,256,98,256,257v0,299,-157,518,-474,452v-34,-7,-66,-22,-96,-39r43,-125v67,54,223,62,280,-7v26,-32,44,-73,55,-119r-2,-2v-30,24,-70,39,-119,39v-128,0,-199,-78,-199,-208v0,-159,96,-245,256,-248xm348,-590v-66,0,-93,58,-95,123v-2,49,28,95,78,93v68,-3,102,-52,102,-119v0,-58,-26,-97,-85,-97","w":612},":":{"d":"54,-162r169,0r-34,162r-169,0xm129,-521r169,0r-34,162r-169,0","w":306},";":{"d":"129,-521r169,0r-34,162r-169,0xm54,-162r178,0r-149,271r-144,0","w":306},"<":{"d":"568,-392r-341,139r341,139r0,122r-506,-208r0,-106r506,-208r0,122","w":600},"=":{"d":"62,-201r506,0r0,126r-506,0r0,-126xm62,-431r506,0r0,126r-506,0r0,-126","w":600},">":{"d":"62,-114r341,-139r-341,-139r0,-122r506,208r0,106r-506,208r0,-122","w":600},"?":{"d":"165,-162r169,0r-34,162r-169,0xm367,-474v54,-88,-73,-129,-171,-101v-28,8,-54,15,-79,26r21,-137v159,-43,422,-41,422,140v0,178,-178,191,-228,322r-142,0v11,-130,124,-164,177,-250","w":556},"@":{"d":"422,-84v80,1,146,-21,191,-53r102,0v-63,87,-154,149,-291,149v-179,0,-300,-89,-358,-216v-39,-85,-35,-200,0,-288v64,-159,268,-266,484,-198v118,37,213,122,213,272v0,171,-105,260,-255,279v-31,4,-48,-23,-53,-49v-22,24,-58,51,-101,49v-101,-6,-154,-86,-154,-193v0,-118,72,-201,190,-201v56,0,94,21,120,57r9,-47r94,0r-44,264v0,10,2,20,13,19v64,-9,85,-72,85,-147v0,-155,-90,-231,-257,-227v-164,4,-259,103,-259,267v0,172,101,259,271,263xm308,-331v0,54,28,96,84,96v60,0,93,-48,93,-109v0,-52,-32,-95,-83,-93v-61,2,-94,46,-94,106","w":800},"A":{"d":"467,-554r-2,0r-148,273r180,0xm374,-698r234,0r114,698r-188,0r-19,-149r-271,0r-83,149r-202,0","w":778,"k":{"y":36,"w":36,"v":36,"Y":74,"W":5,"V":55,"T":68}},"B":{"d":"434,-226v2,-83,-93,-68,-173,-70r-34,164v101,2,205,-2,207,-94xm485,-359v74,11,137,53,135,135v-4,160,-127,218,-287,220r-318,4r146,-698r310,0v108,4,197,46,197,160v0,114,-85,159,-183,179xm482,-501v1,-76,-89,-63,-164,-65r-30,144v91,3,193,1,194,-79"},"C":{"d":"605,-15v-263,78,-540,-17,-540,-298v0,-344,347,-465,672,-360r-44,143v-52,-31,-101,-42,-174,-42v-170,0,-252,101,-262,264v-12,195,227,216,368,143"},"D":{"d":"569,-405v4,-138,-107,-161,-248,-155r-88,422r82,0v168,-3,249,-106,254,-267xm761,-418v0,284,-164,418,-445,418r-301,0r148,-698r242,0v208,2,356,76,356,280","w":778},"E":{"d":"165,-698r491,0r-27,132r-307,0r-32,144r291,0r-29,132r-290,0r-34,158r319,0r-27,132r-505,0","w":611},"F":{"d":"153,-698r467,0r-26,132r-284,0r-35,153r274,0r-27,132r-270,0r-59,281r-188,0","w":556,"k":{"A":55,".":129,",":129}},"G":{"d":"65,-313v-5,-315,256,-432,583,-387v38,5,75,14,113,24r-40,142v-61,-26,-117,-38,-202,-38v-170,0,-256,101,-262,264v-4,141,111,210,248,170r31,-138r-111,0r27,-132r293,0r-83,389v-68,20,-158,31,-243,31v-217,0,-350,-111,-354,-325","w":778},"H":{"d":"160,-698r187,0r-55,267r221,0r55,-267r187,0r-145,698r-187,0r62,-299r-221,0r-62,299r-187,0","w":722},"I":{"d":"168,-698r188,0r-145,698r-188,0","w":333},"J":{"d":"483,-698r-115,524v-16,171,-221,223,-401,163r38,-151v41,19,105,28,141,2v42,-30,54,-95,66,-155r82,-383r189,0","w":444},"K":{"d":"162,-698r188,0r-60,285r2,0r252,-285r241,0r-332,339r206,359r-215,0r-172,-317r-2,0r-67,317r-188,0","w":722},"L":{"d":"160,-698r189,0r-116,560r292,0r-29,138r-481,0","w":556,"k":{"y":37,"Y":111,"W":55,"V":92,"T":92}},"M":{"d":"158,-698r292,0r11,469r2,0r219,-469r298,0r-148,698r-182,0r127,-572r-2,0r-274,572r-176,0r-26,-572r-2,0r-121,572r-170,0","w":944},"N":{"d":"162,-698r233,0r143,484r2,0r98,-484r176,0r-148,698r-232,0r-146,-483r-2,0r-97,483r-176,0","w":778},"O":{"d":"295,-474v-64,104,-88,355,82,348v146,-6,204,-138,204,-284v0,-95,-35,-161,-130,-162v-78,0,-125,47,-156,98xm463,-710v195,0,310,98,310,285v0,272,-135,437,-408,437v-194,0,-310,-98,-310,-284v0,-273,134,-438,408,-438","w":778},"P":{"d":"646,-506v-5,210,-174,275,-405,262r-52,244r-186,0r150,-698v224,5,498,-39,493,192xm460,-485v2,-81,-70,-84,-151,-81r-40,190v103,4,189,-10,191,-109","w":611,"k":{"A":74,".":153,",":153}},"Q":{"d":"773,-426v0,201,-79,345,-225,404r132,154r-218,0r-78,-120v-201,1,-329,-87,-329,-284v0,-273,134,-438,408,-438v194,0,310,98,310,284xm295,-474v-64,104,-88,355,82,348v146,-6,204,-138,204,-284v0,-95,-35,-161,-130,-162v-78,0,-125,47,-156,98","w":778},"R":{"d":"678,-520v0,127,-97,161,-203,181v58,8,71,71,83,124r50,215r-186,0r-49,-232v-10,-47,-56,-45,-115,-44r-56,276r-187,0r147,-698v223,10,516,-55,516,178xm492,-494v3,-86,-93,-71,-175,-72r-32,158v97,0,203,7,207,-86","k":{"y":36,"Y":25,"W":-6,"V":-6,"T":-6}},"S":{"d":"103,-476v0,-215,218,-252,433,-227v38,5,69,13,92,24r-45,139v-40,-19,-90,-33,-154,-32v-66,1,-134,4,-134,67v0,64,83,70,135,95v71,33,135,75,136,179v3,262,-340,274,-557,207r44,-142v42,26,105,40,172,40v71,0,146,-12,149,-83v-15,-93,-140,-86,-201,-135v-37,-29,-71,-66,-70,-132","w":611},"T":{"d":"253,-560r-174,0r30,-138r537,0r-30,138r-174,0r-119,560r-189,0","w":556,"k":{"y":111,"w":99,"u":92,"s":99,"r":92,"o":111,"i":-24,"e":99,"c":99,"a":99,"A":56,";":111,":":87,".":111,",":111}},"U":{"d":"262,-303v-27,83,-10,182,86,177v130,-7,139,-144,163,-256r69,-316r185,0r-68,325v-42,209,-100,389,-354,385v-163,-2,-279,-56,-280,-220v-1,-50,8,-94,15,-132r79,-358r189,0","w":722},"V":{"d":"426,0r-230,0r-91,-698r187,0r47,528r2,0r270,-528r201,0","w":722,"k":{"y":18,"u":37,"r":37,"o":55,"i":-6,"e":55,"a":55,"A":55,";":74,":":62,".":129,",":129}},"W":{"d":"109,-698r184,0r-24,536r2,0r207,-536r238,0r-16,536r2,0r200,-536r188,0r-299,698r-240,0r14,-548r-2,0r-210,548r-240,0","w":1000,"k":{"u":18,"r":18,"o":18,"i":-24,"e":18,"a":37,"A":18,";":18,":":18,".":74,",":74}},"X":{"d":"270,-370r-143,-328r203,0r74,222r163,-222r226,0r-280,333r154,365r-203,0r-87,-250r-189,250r-226,0","w":722},"Y":{"d":"271,-258r-163,-440r196,0r87,281r193,-281r229,0r-352,440r-54,258r-190,0","w":722,"k":{"v":55,"u":74,"q":92,"p":74,"o":92,"i":7,"e":92,"a":92,"A":74,";":92,":":92,".":99,",":123}},"Z":{"d":"137,-698r538,0r-31,148r-403,412r319,0r-26,138r-552,0r32,-148r396,-412r-301,0","w":611},"[":{"d":"236,-756r265,0r-23,110r-115,0r-140,676r115,0r-23,110r-265,0","w":444},"\\":{"d":"2,-710r126,0r194,722r-126,0","w":278},"]":{"d":"239,140r-265,0r23,-110r115,0r140,-676r-115,0r23,-110r265,0","w":444},"^":{"d":"284,-698r112,0r174,365r-122,0r-108,-227r-108,227r-122,0","w":600},"_":{"d":"500,75r0,50r-500,0r0,-50r500,0","w":500},"`":{"d":"57,-707r0,-22r187,0r96,132r0,12r-118,0","w":278},"a":{"d":"383,-231v-83,-11,-197,1,-197,71v0,27,28,52,61,52v79,0,123,-56,136,-123xm16,-139v0,-175,200,-203,384,-186v22,-90,-101,-100,-180,-79v-25,6,-53,17,-83,32r18,-131v57,-19,112,-30,191,-30v155,0,255,82,218,245r-40,178v-8,34,-13,71,-18,110r-147,0v1,-24,10,-54,6,-75v-30,58,-96,86,-175,87v-109,1,-174,-46,-174,-151","w":611},"b":{"d":"363,-395v-87,4,-136,77,-136,163v0,60,25,106,86,106v90,0,133,-72,136,-162v2,-61,-27,-110,-86,-107xm635,-318v0,188,-85,325,-274,330v-91,2,-147,-41,-183,-110r-26,98r-167,0v70,-236,114,-503,174,-750r177,0r-65,292v45,-40,91,-76,170,-75v129,2,194,87,194,215"},"c":{"d":"218,-233v0,117,146,135,240,90r-26,135v-43,14,-91,22,-154,20v-151,-4,-246,-89,-246,-238v0,-148,87,-237,199,-283v91,-37,219,-26,301,11r-39,125v-34,-15,-71,-28,-116,-28v-97,0,-159,66,-159,168","w":500},"d":{"d":"218,-233v-2,61,27,110,86,107v87,-4,136,-77,136,-163v0,-59,-27,-106,-86,-106v-90,0,-133,72,-136,162xm296,-533v91,-3,151,42,183,96r63,-313r177,0r-147,714v-1,13,-3,25,-4,36r-165,0v2,-26,14,-60,12,-83v-42,55,-91,97,-189,95v-165,-3,-225,-173,-178,-338v33,-114,105,-204,248,-207"},"e":{"d":"434,-310v-1,-62,-25,-103,-88,-103v-75,0,-115,44,-133,103r221,0xm202,-208v-1,138,214,107,303,64r-23,127v-54,16,-119,28,-182,29v-195,3,-313,-143,-252,-337v38,-121,133,-204,296,-208v186,-4,274,138,227,325r-369,0","w":611},"f":{"d":"508,-623v-33,-14,-84,-20,-110,7v-18,18,-30,59,-37,95r134,0r-28,126r-132,0r-82,395r-180,0r84,-395r-113,0r28,-126r109,0v18,-134,76,-243,227,-241v46,0,97,6,134,16","w":444,"k":{"f":18}},"g":{"d":"312,-138v89,-4,132,-75,132,-163v0,-58,-35,-96,-96,-94v-89,3,-127,73,-130,161v-2,54,38,98,94,96xm196,-510v110,-51,262,-16,297,84r23,-95r167,0r-33,125v-40,157,-62,346,-121,482v-44,103,-141,136,-293,136v-86,0,-142,-15,-204,-33r35,-140v78,49,221,62,287,2v36,-32,49,-80,63,-140r-2,-2v-36,53,-89,86,-170,91v-236,15,-264,-313,-137,-446v25,-26,54,-48,88,-64"},"h":{"d":"430,-244v19,-62,21,-144,-58,-139v-86,5,-118,69,-134,143r-51,240r-180,0r158,-750r182,0r-64,305r2,0v37,-48,96,-88,181,-88v147,0,176,147,148,290r-48,243r-186,0"},"i":{"d":"180,-738r182,0r-28,132r-182,0xm134,-521r182,0r-108,521r-182,0","w":333},"j":{"d":"180,-738r182,0r-28,132r-182,0xm-93,92v27,14,80,17,94,-14v8,-17,18,-43,25,-80r108,-519r182,0r-108,519v-15,166,-143,264,-330,209","w":333},"k":{"d":"168,-750r182,0r-96,448r2,0r173,-219r205,0r-215,251r135,270r-200,0r-107,-258r-2,0r-55,258r-183,0","w":611},"l":{"d":"182,-750r182,0r-156,750r-182,0","w":333},"m":{"d":"393,-253v13,-55,25,-135,-48,-130v-76,5,-93,78,-107,143r-51,240r-180,0r93,-452v4,-22,7,-46,10,-69r160,0r-20,95v40,-56,99,-107,186,-107v75,0,123,41,137,106v38,-58,99,-105,186,-106v120,-1,178,81,159,213v-16,113,-43,212,-63,320r-180,0r59,-293v8,-52,0,-93,-55,-90v-76,3,-93,78,-107,143r-51,240r-180,0","w":944},"n":{"d":"430,-244v19,-62,21,-144,-58,-139v-86,5,-118,69,-134,143r-51,240r-180,0r93,-452v4,-22,7,-46,10,-69r167,0v-2,27,-14,61,-12,85v47,-53,101,-96,201,-97v147,-2,176,147,148,290r-48,243r-186,0"},"o":{"d":"368,-533v162,0,271,77,271,233v0,211,-126,312,-336,312v-167,0,-271,-76,-271,-238v0,-201,132,-307,336,-307xm316,-114v94,-2,139,-83,137,-188v-1,-63,-30,-105,-94,-105v-94,0,-137,83,-141,177v-3,66,34,118,98,116"},"p":{"d":"363,-395v-87,4,-136,77,-136,163v0,60,25,106,86,106v90,0,133,-72,136,-162v2,-61,-27,-110,-86,-107xm361,12v-89,0,-132,-40,-168,-99r-66,297r-182,0r145,-653v6,-27,8,-52,11,-78r165,0v-2,26,-14,60,-12,83v46,-57,102,-95,187,-95v129,0,194,87,194,215v0,188,-85,330,-274,330"},"q":{"d":"218,-233v-2,61,27,110,86,107v87,-4,136,-77,136,-163v0,-59,-27,-106,-86,-106v-90,0,-133,72,-136,162xm296,-533v108,-2,155,47,191,122r28,-110r167,0v-66,229,-106,490,-161,731r-182,0r57,-272v-45,39,-91,75,-170,74v-165,-3,-225,-173,-178,-338v33,-114,105,-205,248,-207"},"r":{"d":"455,-361v-46,-39,-144,-21,-173,21v-19,27,-36,61,-44,100r-51,240r-180,0r93,-452v4,-22,7,-46,10,-69r167,0v-4,34,-18,76,-18,107v32,-79,125,-149,237,-106","w":444,"k":{"q":18,"o":18,"n":-18,"e":18,"d":18,"c":18,".":92,",":92}},"s":{"d":"318,-413v-40,0,-81,6,-84,45v11,42,74,47,112,65v53,25,112,48,113,120v4,215,-278,218,-463,168r36,-123v46,20,95,30,146,30v44,0,101,-3,101,-46v0,-48,-69,-50,-107,-67v-57,-25,-111,-59,-108,-141v7,-186,275,-196,436,-140r-38,118v-45,-17,-85,-29,-144,-29","w":500},"t":{"d":"377,2v-155,35,-309,-11,-273,-186r43,-211r-96,0r22,-126r103,0r25,-112r190,-51r-36,163r124,0r-22,126r-131,0r-42,195v-20,62,19,116,84,93r29,-10","w":444},"u":{"d":"237,-277v-19,63,-21,145,58,139v85,-6,119,-68,134,-143r51,-240r180,0r-94,453v-4,22,-6,45,-9,68r-167,0v2,-27,14,-61,12,-85v-51,55,-99,97,-201,97v-147,0,-176,-147,-148,-290r48,-243r186,0"},"v":{"d":"358,0r-205,0r-85,-521r181,0r36,371r2,0r183,-371r194,0","w":611,"k":{".":74,",":74}},"w":{"d":"725,0r-209,0r-7,-377r-2,0r-179,377r-210,0r-50,-521r179,0r5,377r2,0r171,-377r218,0r4,377r2,0r167,-377r182,0","w":944,"k":{".":55,",":55}},"x":{"d":"194,-272r-111,-249r190,0r57,156r110,-156r213,0r-221,256r123,265r-195,0r-60,-162r-120,162r-222,0","w":611},"y":{"d":"-6,69v42,15,112,26,146,-8v16,-16,30,-36,41,-63r-115,-519r183,0r47,329r2,0r177,-329r191,0r-342,590v-48,82,-101,152,-227,153v-58,1,-100,-10,-141,-22","w":611,"k":{".":92,",":92}},"z":{"d":"2,-136r284,-253r-223,0r27,-132r442,0r-28,136r-286,253r238,0r-27,132r-453,0","w":500},"{":{"d":"108,-214v-1,-40,-40,-47,-78,-49r18,-90v56,1,94,-17,106,-66v26,-105,27,-250,102,-305v46,-34,126,-33,207,-32r-19,90v-51,-1,-105,-5,-114,40r-47,220v-11,68,-68,89,-135,99v62,0,109,26,96,95r-44,228v-2,42,53,34,95,34r-18,90v-119,7,-238,-5,-212,-130r36,-176v5,-21,7,-37,7,-48","w":389},"|":{"d":"199,-750r0,1000r-126,0r0,-1000r126,0","w":222},"}":{"d":"311,-402v1,40,40,47,78,49r-18,90v-56,-1,-94,17,-106,66v-26,105,-27,250,-102,305v-46,34,-126,33,-207,32r19,-90v51,1,104,5,113,-40r48,-220v11,-68,68,-89,135,-99v-62,0,-108,-26,-95,-95r43,-228v2,-42,-53,-34,-95,-34r18,-90v119,-7,238,5,212,130r-36,176v-5,21,-7,37,-7,48","w":389},"~":{"d":"422,-284v45,0,67,-40,88,-69r36,109v-24,45,-57,86,-125,86v-86,0,-132,-64,-213,-64v-45,0,-67,40,-88,69r-36,-109v24,-45,57,-86,125,-86v86,0,132,64,213,64","w":600},"\u2122":{"d":"477,-698r156,0r86,242r2,0r86,-242r156,0r0,416r-110,0r0,-272r-2,0r-88,272r-86,0r-88,-272r-2,0r0,272r-110,0r0,-416xm154,-608r-117,0r0,-90r344,0r0,90r-117,0r0,326r-110,0r0,-326","w":1000},"\u00ae":{"d":"472,-437v-2,-46,-71,-31,-119,-34r0,77v52,-1,122,10,119,-43xm568,-432v0,72,-45,104,-110,108r94,170r-96,0r-86,-164r-17,0r0,164r-96,0r0,-393v137,6,311,-34,311,115xm172,-452v-81,224,106,424,324,342v112,-42,186,-195,132,-342v-41,-112,-182,-195,-324,-136v-61,25,-109,73,-132,136xm732,-208v-66,157,-261,278,-472,192v-125,-51,-221,-163,-221,-333v0,-170,99,-278,221,-333v144,-66,318,0,395,78v83,84,137,254,77,396","w":800},"!":{"d":"123,-162r169,0r-34,162r-169,0xm229,-698r186,0r-124,469r-138,0","w":444},"-":{"d":"56,-335r271,0r-27,132r-270,0","w":333},"\"":{"d":"213,-698r132,0r0,271r-132,0r0,-271xm408,-698r132,0r0,271r-132,0r0,-271","w":611},"#":{"d":"384,-405r-87,0r-15,110r87,0xm87,-295r89,0r15,-110r-84,0r10,-108r89,0r26,-185r106,0r-26,185r87,0r25,-185r105,0r-25,185r79,0r-10,108r-84,0r-15,110r79,0r-10,108r-84,0r-26,187r-105,0r26,-187r-87,0r-26,187r-106,0r26,-187r-84,0","w":612},"\u00a0":{"w":306}}});


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1988, 1990, 1995 Adobe Systems Incorporated.  All Rights
 * Reserved.Frutiger is a registered trademark of Linotype AG and/or its
 * subsidiaries.
 * 
 * Description:
 *  The digitally encoded machine readable software for producing the  Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 1995 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, 1995 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.
 */
Cufon.registerFont({"w":556,"face":{"font-family":"FrutigerCE45Light","font-weight":300,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 4 3 4 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"12","bbox":"-31 -786 935 216.418","underline-thickness":"50","underline-position":"-75","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":278},"!":{"d":"235,-698r-81,0r12,529r57,0xm154,0r81,0r0,-84r-81,0r0,84","w":389},"\"":{"d":"179,-480r63,0r0,-218r-63,0r0,218xm314,-480r63,0r0,-218r-63,0r0,218"},"#":{"d":"107,0r61,0r31,-219r130,0r-31,219r61,0r31,-219r104,0r0,-54r-96,0r21,-152r103,0r0,-54r-96,0r31,-219r-61,0r-31,219r-130,0r31,-219r-61,0r-31,219r-114,0r0,54r107,0r-22,152r-111,0r0,54r104,0xm337,-273r-130,0r21,-152r130,0"},"$":{"d":"308,-307v45,29,95,54,97,116v2,75,-40,117,-97,134r0,-250xm257,-413v-59,-31,-128,-78,-95,-163v15,-39,50,-60,95,-69r0,232xm443,-687v-37,-16,-90,-22,-135,-23r0,-61r-51,0r0,65v-114,13,-211,119,-157,242v28,63,97,94,157,128r0,287v-68,4,-121,-13,-163,-40r-7,71v43,18,105,34,170,29r0,78r51,0r0,-83v94,-22,166,-77,166,-191v0,-116,-90,-155,-166,-200r0,-265v46,2,94,8,124,26"},"%":{"d":"737,-367v-112,0,-158,75,-158,187v0,112,46,187,158,187v112,0,158,-75,158,-187v0,-112,-46,-187,-158,-187xm737,-47v-73,0,-95,-61,-95,-133v0,-71,22,-133,95,-133v73,0,95,61,95,133v0,71,-22,133,-95,133xm263,-705v-112,0,-158,75,-158,187v0,112,46,187,158,187v112,0,158,-75,158,-187v0,-112,-46,-187,-158,-187xm263,-385v-73,0,-95,-61,-95,-133v0,-71,22,-133,95,-133v73,0,95,61,95,133v0,71,-22,133,-95,133xm264,22r58,0r413,-742r-58,0","w":1000},"&":{"d":"279,12v96,0,162,-35,212,-92r74,78r88,0r-119,-129v47,-63,77,-150,78,-252r-60,0v-1,87,-20,156,-60,212r-184,-205v78,-41,168,-73,168,-190v0,-97,-69,-144,-164,-144v-119,0,-216,77,-180,202v15,51,51,86,83,122v-86,36,-165,85,-165,203v0,134,97,195,229,195xm281,-42v-113,2,-193,-88,-151,-198v20,-52,68,-86,120,-107r203,224v-34,44,-100,79,-172,81xm308,-656v107,-9,126,140,54,192v-27,20,-59,36,-90,52v-33,-40,-79,-74,-79,-142v0,-68,48,-96,115,-102","w":667},"'":{"d":"108,-480r63,0r0,-218r-63,0r0,218","w":278},"(":{"d":"42,-308v0,196,94,321,171,448r42,0r-54,-106v-62,-121,-123,-284,-83,-461v27,-125,86,-226,137,-329r-42,0v-78,127,-171,251,-171,448","w":278},")":{"d":"236,-308v0,-196,-94,-321,-171,-448r-42,0r54,106v62,120,123,284,83,461v-27,125,-85,227,-137,329r42,0v78,-127,171,-251,171,-448","w":278},"*":{"d":"249,-698r7,153r-147,-56r-17,58r147,42r-94,119r49,38r84,-131r86,131r50,-38r-97,-119r147,-42r-19,-58r-145,56r7,-153r-58,0"},"+":{"d":"46,-219r219,0r0,219r69,0r0,-219r219,0r0,-69r-219,0r0,-219r-69,0r0,219r-219,0r0,69","w":600},",":{"d":"54,134r63,0r79,-218r-84,0","w":278},"-":{"d":"41,-235r251,0r0,-69r-251,0r0,69","w":333},"\u00ad":{"d":"41,-235r251,0r0,-69r-251,0r0,69","w":333},".":{"d":"98,0r81,0r0,-84r-81,0r0,84","w":278},"\/":{"d":"-31,12r69,0r271,-722r-69,0","w":278},"0":{"d":"118,-349v0,-142,19,-296,160,-296v141,0,160,154,160,296v0,143,-19,296,-160,296v-141,0,-160,-153,-160,-296xm507,-349v0,-185,-44,-356,-229,-356v-185,0,-229,171,-229,356v0,184,41,356,229,356v188,0,229,-172,229,-356"},"1":{"d":"123,-566r38,45r113,-99r0,620r69,0r0,-698r-62,0"},"2":{"d":"255,-645v99,0,149,99,109,193v-35,83,-97,151,-154,215r-160,177r0,60r419,0r0,-60r-334,0v103,-123,231,-228,301,-382v12,-28,17,-54,17,-80v4,-156,-145,-211,-293,-169v-32,9,-60,20,-85,33r12,63v52,-28,95,-49,168,-50"},"3":{"d":"405,-532v0,128,-127,141,-255,140r0,60v130,-3,253,4,255,132v2,166,-225,171,-347,113r-8,66v52,20,105,28,172,28v141,0,252,-62,252,-201v0,-102,-55,-158,-145,-171v78,-19,143,-75,145,-167v3,-188,-246,-199,-391,-141r6,65v97,-53,316,-63,316,76"},"4":{"d":"356,-221r-270,0r268,-408r2,0r0,408xm23,-161r333,0r0,161r69,0r0,-161r103,0r0,-60r-103,0r0,-477r-88,0r-314,469r0,68"},"5":{"d":"270,-429v-47,0,-76,5,-106,15r5,-224r289,0r0,-60r-357,0r-7,351v50,-14,89,-22,151,-22v115,0,173,46,175,158v4,165,-215,189,-334,122r0,71v42,18,93,25,149,25v156,0,252,-75,254,-232v2,-131,-87,-205,-219,-204"},"6":{"d":"55,-324v0,180,43,331,224,331v145,0,228,-85,228,-230v0,-143,-82,-215,-217,-218v-77,-2,-132,36,-166,86v3,-167,65,-291,237,-290v40,0,87,9,115,22r6,-66v-35,-9,-70,-16,-112,-16v-229,1,-315,154,-315,381xm131,-226v-2,-93,63,-155,159,-155v99,0,149,63,148,163v-1,102,-55,165,-157,165v-101,0,-148,-74,-150,-173"},"7":{"d":"138,0r76,0r270,-638r0,-60r-426,0r0,60r358,0"},"8":{"d":"278,-705v-111,0,-210,50,-210,163v0,102,70,143,139,179v-84,31,-161,71,-161,184v0,129,104,186,232,186v130,0,232,-54,232,-186v0,-117,-80,-152,-166,-184v65,-38,143,-81,143,-179v0,-117,-92,-163,-209,-163xm278,-53v-108,3,-199,-82,-149,-187v26,-54,92,-72,149,-97v68,36,163,56,163,152v0,94,-70,130,-163,132xm278,-388v-60,-32,-141,-61,-141,-148v0,-76,64,-106,141,-109v92,-3,173,70,127,158v-25,47,-79,74,-127,99"},"9":{"d":"501,-374v0,-179,-43,-331,-224,-331v-145,0,-228,85,-228,230v0,143,82,215,217,218v77,2,132,-36,166,-86v-3,167,-65,291,-237,290v-40,0,-87,-9,-115,-22r-6,66v35,9,70,16,112,16v228,-2,315,-154,315,-381xm425,-472v2,93,-63,155,-159,155v-99,0,-149,-63,-148,-163v1,-102,55,-165,157,-165v101,0,148,74,150,173"},":":{"d":"179,-510r-81,0r0,84r81,0r0,-84xm98,0r81,0r0,-84r-81,0r0,84","w":278},";":{"d":"54,134r63,0r79,-218r-84,0xm179,-510r-81,0r0,84r81,0r0,-84","w":278},"\u037e":{"d":"54,134r63,0r79,-218r-84,0xm179,-510r-81,0r0,84r81,0r0,-84","w":278},"<":{"d":"553,-514r-507,230r0,62r507,230r0,-66r-430,-195r430,-195r0,-66","w":600},"=":{"d":"46,-319r507,0r0,-69r-507,0r0,69xm46,-118r507,0r0,-69r-507,0r0,69","w":600},">":{"d":"47,8r507,-230r0,-62r-507,-230r0,66r431,195r-431,195r0,66","w":600},"?":{"d":"232,-710v-53,-1,-103,12,-146,25r3,63v42,-14,84,-28,140,-28v71,-1,128,46,126,119v-5,170,-177,174,-165,362r63,0v-7,-183,171,-187,171,-362v0,-119,-75,-177,-192,-179xm182,0r81,0r0,-84r-81,0r0,84","w":500},"@":{"d":"338,-194v-78,1,-84,-114,-56,-178v26,-60,67,-123,140,-123v116,0,81,167,34,227v-27,34,-63,73,-118,74xm598,-211v-24,16,-77,32,-77,-6v0,-14,4,-30,10,-49r85,-272r-63,0r-21,60v-22,-79,-130,-96,-204,-53v-78,46,-137,130,-137,247v0,87,49,146,135,150v63,3,94,-30,125,-61v11,68,89,74,149,42v84,-45,156,-127,156,-255v0,-158,-103,-242,-226,-282v-92,-30,-205,-23,-286,11v-152,63,-252,262,-182,463v47,133,158,228,339,228v152,0,268,-70,325,-171r-61,0v-66,89,-243,146,-381,89v-104,-43,-178,-136,-178,-280v0,-142,73,-239,178,-278v215,-80,466,53,394,302v-14,49,-43,91,-80,115","w":800},"A":{"d":"13,0r67,0r75,-187r352,0r75,187r72,0r-277,-698r-78,0xm484,-247r-303,0r152,-385","w":667,"k":{"y":18,"w":18,"v":18,"Y":85,"W":30,"V":50,"T":68}},"B":{"d":"467,-526v0,-188,-198,-175,-387,-172r0,698v206,5,408,3,408,-199v0,-98,-70,-148,-148,-168v85,-17,127,-70,127,-159xm419,-196v-2,132,-133,140,-270,136r0,-273v138,-3,272,0,270,137xm398,-523v0,126,-118,135,-247,130r0,-245v122,-2,247,-7,247,115"},"C":{"d":"409,-650v54,0,118,9,156,30r4,-64v-83,-33,-222,-36,-306,0v-124,53,-206,163,-206,335v0,226,125,361,352,361v58,0,122,-7,160,-30r-4,-60v-38,23,-97,30,-156,30v-186,0,-283,-115,-283,-301v0,-184,98,-301,283,-301","w":667},"D":{"d":"533,-354v0,227,-147,305,-384,294r0,-578r101,0v184,2,283,95,283,284xm602,-350v0,-226,-117,-348,-349,-348r-173,0r0,698r122,0v245,-2,400,-103,400,-350","w":667},"E":{"d":"86,0r354,0r0,-60r-285,0r0,-269r259,0r0,-60r-259,0r0,-249r273,0r0,-60r-342,0r0,698","w":500},"F":{"d":"77,0r69,0r0,-329r251,0r0,-60r-251,0r0,-249r263,0r0,-60r-332,0r0,698","w":444,"k":{"A":55,".":129,",":129}},"G":{"d":"416,12v87,0,151,-15,217,-43r0,-347r-231,0r0,60r162,0r0,245v-35,20,-94,25,-148,25v-186,0,-283,-115,-283,-301v0,-184,98,-301,283,-301v70,0,131,8,179,37r8,-64v-87,-39,-240,-46,-333,-7v-125,53,-206,163,-206,335v0,226,125,361,352,361","w":722},"H":{"d":"88,0r69,0r0,-329r353,0r0,329r69,0r0,-698r-69,0r0,309r-353,0r0,-309r-69,0r0,698","w":667},"I":{"d":"77,0r69,0r0,-698r-69,0r0,698","w":222},"J":{"d":"86,12v115,-2,164,-78,164,-192r0,-518r-69,0r0,520v-1,75,-26,129,-102,130v-22,0,-49,-4,-65,-13r0,61v19,7,47,12,72,12","w":333},"K":{"d":"95,0r69,0r0,-349r338,349r95,0r-367,-369r338,-329r-90,0r-314,313r0,-313r-69,0r0,698","w":611},"L":{"d":"80,0r349,0r0,-60r-280,0r0,-638r-69,0r0,698","w":444,"k":{"y":37,"Y":111,"W":55,"V":92,"T":92}},"M":{"d":"86,0r69,0r0,-629r2,0r262,629r59,0r254,-629r2,0r0,629r69,0r0,-698r-99,0r-256,614r-255,-614r-107,0r0,698","w":889},"N":{"d":"77,0r69,0r0,-602r2,0r349,602r93,0r0,-698r-69,0r0,614r-2,0r-355,-614r-87,0r0,698","w":667},"O":{"d":"128,-600v-97,112,-95,400,4,512v51,58,124,100,229,100v213,0,304,-148,307,-361v2,-159,-62,-274,-170,-331v-74,-39,-200,-40,-274,0v-39,20,-69,48,-96,80xm599,-349v0,167,-72,294,-238,301v-284,10,-303,-469,-107,-576v30,-16,66,-26,107,-26v167,0,238,135,238,301","w":722},"P":{"d":"474,-500v2,-132,-87,-198,-216,-198r-172,0r0,698r69,0r0,-302v181,11,316,-30,319,-198xm405,-500v0,134,-116,142,-250,138r0,-276r112,0v87,-1,138,51,138,138","w":500,"k":{"A":74,".":153,",":153}},"Q":{"d":"54,-349v0,238,126,386,364,356r124,123r92,0r-147,-142v190,-58,237,-423,107,-588v-49,-63,-123,-112,-233,-110v-210,4,-307,151,-307,361xm599,-349v0,167,-72,294,-238,301v-284,10,-303,-469,-107,-576v30,-16,66,-26,107,-26v167,0,238,135,238,301","w":722},"R":{"d":"404,-517v-5,119,-119,133,-247,128r0,-249v127,-1,253,-10,247,121xm473,-517v3,-128,-81,-181,-205,-181r-180,0r0,698r69,0r0,-329v66,3,136,-8,164,41v49,84,87,195,130,288r76,0r-135,-302v-13,-31,-39,-44,-74,-54v88,-14,153,-63,155,-161","k":{"y":-24,"Y":13,"W":-6,"V":-6,"T":-6}},"S":{"d":"221,-48v-67,1,-113,-15,-154,-41r-7,71v41,17,95,32,158,30v131,-4,229,-62,229,-197v0,-180,-207,-186,-297,-285v-16,-17,-23,-37,-23,-60v0,-134,183,-140,278,-94r11,-63v-152,-55,-367,-12,-358,159v9,171,211,178,296,278v16,17,24,36,24,59v-2,96,-62,142,-157,143","w":500},"T":{"d":"216,0r69,0r0,-638r206,0r0,-60r-481,0r0,60r206,0r0,638","w":500,"k":{"y":111,"w":99,"u":92,"s":111,"r":92,"o":111,"i":-24,"e":111,"c":111,"a":111,"A":68,";":99,":":111,".":111,"-":129,",":111}},"U":{"d":"334,12v157,0,253,-88,253,-256r0,-454r-69,0r0,454v-2,122,-63,196,-184,196v-121,0,-184,-74,-184,-196r0,-454r-69,0r0,454v0,168,96,256,253,256","w":667},"V":{"d":"605,-698r-68,0r-233,629r-225,-629r-73,0r260,698r74,0","w":611,"k":{"y":18,"u":37,"r":37,"o":55,"i":-6,"e":55,"a":55,"A":55,";":74,":":74,".":129,"-":55,",":129}},"W":{"d":"935,-698r-66,0r-175,620r-2,0r-176,-620r-83,0r-179,620r-2,0r-172,-620r-71,0r200,698r83,0r180,-620r2,0r177,620r82,0","w":944,"k":{"u":18,"r":18,"o":18,"i":-24,"e":18,"a":37,"A":43,";":18,":":18,".":74,",":74}},"X":{"d":"7,0r79,0r221,-318r213,318r84,0r-254,-367r235,-331r-77,0r-198,282r-196,-282r-81,0r234,331","w":611},"Y":{"d":"271,0r69,0r0,-296r259,-402r-75,0r-219,341r-213,-341r-80,0r259,402r0,296","w":611,"k":{"v":55,"u":74,"q":92,"p":74,"o":92,"i":7,"e":92,"a":92,"A":85,";":92,":":92,".":99,"-":111,",":123}},"Z":{"d":"21,0r449,0r0,-60r-374,0r362,-578r0,-60r-428,0r0,60r355,0r-364,578r0,60","w":500},"[":{"d":"69,140r162,0r0,-48r-99,0r0,-800r99,0r0,-48r-162,0r0,896","w":278},"\\":{"d":"38,-710r-69,0r271,722r69,0","w":278},"]":{"d":"209,-756r-162,0r0,48r99,0r0,800r-99,0r0,48r162,0r0,-896","w":278},"^":{"d":"50,-265r71,0r179,-364r179,364r71,0r-218,-433r-64,0","w":600},"_":{"d":"0,125r500,0r0,-50r-500,0r0,50","w":500},"`":{"d":"75,-736r-79,0r126,144r46,0","w":222},"a":{"d":"208,12v82,-1,132,-42,164,-94r0,82r62,0v-11,-101,-3,-222,-5,-332v-2,-132,-49,-190,-179,-190v-57,0,-110,16,-150,35r0,61v41,-28,88,-41,150,-42v97,-2,119,58,116,157v-164,0,-326,14,-326,179v0,94,63,144,168,144xm109,-134v4,-120,134,-122,257,-123v5,124,-26,217,-151,215v-60,-1,-108,-27,-106,-92","w":500},"b":{"d":"297,-522v-84,-1,-130,48,-161,98r0,-326r-63,0r0,750r63,0v2,-26,-4,-59,2,-81v32,59,76,93,159,93v149,0,210,-115,210,-267v0,-156,-56,-265,-210,-267xm287,-468v116,0,151,98,151,213v0,115,-35,213,-151,213v-112,0,-151,-102,-151,-213v0,-112,38,-213,151,-213"},"c":{"d":"302,-468v39,0,79,13,109,26r5,-60v-29,-10,-75,-22,-123,-20v-162,6,-252,104,-252,267v0,182,110,290,311,263v21,-2,43,-7,64,-14r-6,-59v-35,13,-70,23,-115,23v-122,0,-185,-89,-185,-213v0,-129,64,-213,192,-213","w":444},"d":{"d":"259,12v85,2,126,-37,161,-93r0,81r63,0r0,-750r-63,0r0,326r-2,0v-26,-53,-78,-98,-159,-98v-154,0,-210,111,-210,267v0,152,60,263,210,267xm269,-42v-116,0,-151,-98,-151,-213v0,-115,35,-213,151,-213v112,0,151,102,151,213v0,111,-39,213,-151,213"},"e":{"d":"273,12v51,0,110,-11,148,-28r0,-64v-51,29,-150,55,-215,22v-61,-30,-95,-91,-96,-179r349,0v4,-163,-47,-285,-203,-285v-147,0,-215,116,-215,267v0,163,68,267,232,267xm110,-291v-1,-115,98,-216,210,-162v50,24,69,88,70,162r-280,0","w":500},"f":{"d":"257,-762v-134,-4,-138,119,-135,252r-103,0r0,54r103,0r0,456r63,0r0,-456r115,0r0,-54r-115,0v2,-90,-16,-199,77,-198v19,0,37,5,50,11r4,-55v-11,-7,-41,-10,-59,-10","w":333,"k":{"f":18}},"g":{"d":"265,-54v-109,0,-147,-92,-147,-201v0,-115,35,-213,151,-213v119,0,151,93,151,213v0,110,-44,201,-155,201xm244,216v164,-3,239,-97,239,-258r0,-468r-63,0v-2,18,4,44,-2,58v-35,-47,-79,-72,-159,-70v-154,2,-210,111,-210,267v0,145,65,255,215,255v82,0,124,-39,157,-100v2,150,-23,262,-176,262v-56,0,-113,-17,-150,-36r-5,63v35,10,99,28,154,27"},"h":{"d":"303,-522v-80,0,-131,48,-161,98r0,-326r-63,0r0,750r63,0v8,-198,-49,-463,151,-468v97,-3,121,69,121,164r0,304r63,0r0,-305v0,-130,-42,-217,-174,-217"},"i":{"d":"79,0r63,0r0,-510r-63,0r0,510xm142,-710r-63,0r0,84r63,0r0,-84","w":222},"j":{"d":"10,162v-11,0,-29,-4,-38,-6r0,55v15,3,33,5,55,5v87,0,116,-57,115,-144r0,-582r-63,0r0,574v1,57,-10,100,-69,98xm142,-710r-63,0r0,84r63,0r0,-84","w":222},"k":{"d":"79,0r63,0r0,-262r252,262r87,0r-279,-284r249,-226r-81,0r-228,209r0,-449r-63,0r0,750","w":500},"l":{"d":"79,0r63,0r0,-750r-63,0r0,750","w":222},"m":{"d":"587,-468v78,0,108,52,108,129r0,339r63,0r0,-351v-2,-105,-56,-168,-161,-171v-82,-3,-139,54,-165,108v-13,-68,-60,-106,-135,-108v-88,-2,-131,44,-159,99v-6,-23,0,-60,-2,-87r-61,0v4,39,4,79,4,120r0,390r63,0r0,-282v2,-105,40,-186,137,-186v78,0,108,52,108,129r0,339r63,0r0,-282v2,-105,40,-186,137,-186","w":833},"n":{"d":"75,-510v4,39,4,79,4,120r0,390r63,0r0,-282v3,-105,43,-184,151,-186v90,-1,120,67,121,158r0,310r63,0r0,-326v-1,-120,-53,-194,-174,-196v-93,-2,-135,47,-167,103r0,-91r-61,0"},"o":{"d":"278,-522v-161,0,-238,109,-238,267v0,158,77,267,238,267v161,0,238,-109,238,-267v0,-158,-77,-267,-238,-267xm278,-42v-118,0,-169,-93,-169,-213v0,-120,51,-213,169,-213v118,0,169,93,169,213v0,120,-51,213,-169,213"},"p":{"d":"507,-255v0,-156,-56,-265,-210,-267v-91,-1,-130,52,-165,105r4,-93r-63,0r0,720r63,0r0,-297r2,0v29,62,72,99,159,99v149,0,210,-115,210,-267xm287,-468v116,0,151,98,151,213v0,115,-35,213,-151,213v-112,0,-151,-102,-151,-213v0,-111,39,-213,151,-213"},"q":{"d":"259,12v89,2,128,-40,161,-99r0,297r63,0r0,-720r-63,0v-2,26,4,61,-2,83v-29,-49,-76,-96,-159,-95v-154,2,-210,111,-210,267v0,152,60,263,210,267xm269,-42v-116,0,-151,-98,-151,-213v0,-115,35,-213,151,-213v112,0,151,102,151,213v0,111,-39,213,-151,213"},"r":{"d":"315,-516v-95,-27,-148,42,-177,104r0,-98r-63,0r4,114r0,396r63,0r0,-252v-1,-118,44,-231,173,-198r0,-66","w":333,"k":{"q":18,"o":18,"n":-18,"e":18,"d":18,"c":18,".":92,"-":55,",":92}},"s":{"d":"286,-133v-1,116,-173,101,-246,59r-6,62v122,48,325,32,321,-121v-4,-141,-155,-144,-233,-210v-12,-11,-18,-24,-18,-40v-6,-111,152,-92,223,-61r6,-55v-116,-45,-299,-30,-292,116v6,132,163,124,227,200v12,13,18,30,18,50","w":389},"t":{"d":"251,-42v-50,1,-67,-37,-68,-84r0,-330r116,0r0,-54r-116,0r0,-145r-63,22r0,123r-100,0r0,54r100,0r0,298v-2,99,14,170,116,170v27,0,60,-7,77,-14r-4,-52v-19,6,-33,12,-58,12","w":333},"u":{"d":"481,0v-4,-39,-4,-79,-4,-120r0,-390r-63,0r0,282v-3,105,-43,184,-151,186v-90,1,-120,-67,-121,-158r0,-310r-63,0r0,326v1,120,53,194,174,196v93,2,135,-47,167,-103r0,91r61,0"},"v":{"d":"435,-510r-66,0r-148,441r-2,0r-141,-441r-69,0r173,510r74,0","w":444,"k":{".":74,",":74}},"w":{"d":"771,-510r-63,0r-141,441r-2,0r-135,-441r-76,0r-142,441r-2,0r-134,-441r-69,0r164,510r76,0r139,-441r2,0r139,441r76,0","w":778,"k":{".":55,",":55}},"x":{"d":"8,0r73,0r143,-220r134,220r78,0r-175,-270r158,-240r-72,0r-123,190r-121,-190r-78,0r162,240","w":444},"y":{"d":"144,132v-18,33,-71,36,-106,22r-6,54v117,35,169,-45,199,-132r204,-586r-66,0r-147,425r-2,0r-142,-425r-69,0r181,516v-12,43,-29,96,-46,126","w":444,"k":{".":92,",":92}},"z":{"d":"32,0r380,0r0,-54r-307,0r307,-402r0,-54r-368,0r0,54r295,0r-307,403r0,53","w":444},"{":{"d":"179,-615v1,-40,8,-92,44,-93r50,0r0,-48v-99,-11,-157,29,-157,121v0,119,33,289,-78,303r0,48v112,13,78,184,78,302v0,70,39,121,101,122r56,0r0,-48r-50,0v-37,-1,-43,-54,-44,-94r0,-162v1,-76,-35,-122,-84,-145v51,-19,84,-68,84,-141r0,-165","w":278},"|":{"d":"77,214r69,0r0,-1000r-69,0r0,1000","w":222},"}":{"d":"99,-1v-1,40,-8,92,-44,93r-50,0r0,48v99,11,157,-29,157,-121v0,-119,-33,-289,78,-303r0,-48v-112,-13,-78,-184,-78,-302v0,-70,-39,-121,-101,-122r-56,0r0,48r50,0v37,1,43,54,44,94r0,162v-1,77,36,121,84,145v-51,19,-84,68,-84,141r0,165","w":278},"~":{"d":"105,-182v25,-43,66,-94,133,-62v66,32,172,100,247,32v19,-16,35,-39,46,-61r-36,-51v-25,43,-67,95,-133,62v-66,-33,-173,-99,-247,-32v-19,16,-35,39,-46,61","w":600},"\u2122":{"d":"195,-284r63,0r0,-366r131,0r0,-48r-325,0r0,48r131,0r0,366xm478,-284r63,0r0,-360r2,0r137,360r43,0r138,-360r2,0r0,360r63,0r0,-414r-102,0r-122,319r-122,-319r-102,0r0,414","w":990},"\u00ae":{"d":"400,-710v-108,0,-180,72,-180,180v0,109,72,181,180,181v108,0,181,-72,181,-181v0,-109,-73,-180,-181,-180xm401,-376v-91,0,-147,-61,-147,-154v0,-92,56,-153,147,-153v90,0,145,62,145,153v0,92,-55,154,-145,154xm430,-518v33,0,55,-24,55,-58v0,-70,-84,-61,-154,-60r0,212r35,0r0,-94r29,0r59,94r36,0xm450,-578v0,43,-46,31,-84,33r0,-64v38,1,84,-7,84,31","w":800},"\u00a0":{"w":278}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1988, 1990, 1995 Adobe Systems Incorporated. All Rights
 * Reserved.Frutiger is a registered trademark of Linotype AG and/or its
 * subsidiaries.
 * 
 * Description:
 *  The digitally encoded machine readable software for producing the  Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 1995 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, 1995 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.
 */
Cufon.registerFont({"w":556,"face":{"font-family":"FrutigerCE45Light","font-weight":300,"font-style":"italic","font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 4 3 4 0 0 9 0 4","ascent":"800","descent":"-200","x-height":"12","bbox":"-120 -786 1031 215.991","underline-thickness":"50","underline-position":"-75","slope":"-12","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":278},"!":{"d":"150,-169r59,0r125,-529r-84,0xm102,0r82,0r17,-84r-82,0","w":389},"\"":{"d":"179,-480r63,0r0,-218r-63,0r0,218xm314,-480r63,0r0,-218r-63,0r0,218","w":444},"#":{"d":"127,0r61,0r31,-219r130,0r-31,219r61,0r31,-219r104,0r8,-54r-104,0r21,-152r103,0r8,-54r-104,0r31,-219r-61,0r-31,219r-130,0r31,-219r-61,0r-31,219r-114,0r-8,54r115,0r-22,152r-111,0r-8,54r112,0xm357,-273r-130,0r21,-152r130,0"},"$":{"d":"289,-421v-49,-27,-94,-80,-63,-149v19,-43,62,-65,113,-76xm315,-324v41,31,89,60,89,127v0,93,-67,132,-150,145xm40,-26v38,19,87,36,152,38r-18,78r48,0r18,-80v130,-14,233,-77,233,-216v0,-105,-77,-144,-142,-188r57,-256v49,1,94,13,136,34r21,-63v-43,-19,-91,-29,-144,-31r17,-76r-48,0r-17,78v-118,12,-206,66,-206,193v0,91,70,124,126,163r-68,304v-54,-2,-109,-19,-144,-44"},"%":{"d":"824,-220v0,88,-35,169,-124,173v-53,2,-87,-35,-86,-86v3,-92,33,-177,126,-177v54,0,84,37,84,90xm603,-294v-83,94,-68,310,91,301v128,-7,187,-99,193,-227v6,-120,-122,-176,-224,-124v-24,12,-42,30,-60,50xm362,-561v0,88,-35,169,-124,173v-53,2,-87,-35,-86,-86v3,-92,33,-177,126,-177v54,0,84,37,84,90xm141,-634v-83,94,-68,309,91,300v128,-7,187,-99,193,-227v6,-120,-122,-177,-224,-125v-24,12,-42,32,-60,52xm239,22r56,0r445,-742r-56,0","w":944},"&":{"d":"244,12v99,0,163,-31,222,-91r51,79r75,0r-80,-122v62,-69,108,-157,130,-260r-60,0v-23,81,-46,155,-101,211r-140,-200v93,-34,203,-73,203,-192v0,-100,-70,-147,-170,-147v-107,0,-188,49,-188,158v0,72,36,110,66,154v-114,33,-225,87,-225,228v0,124,90,182,217,182xm244,-42v-84,0,-148,-43,-148,-128v0,-118,95,-155,186,-186r156,229v-49,44,-110,85,-194,85xm369,-656v65,0,115,28,112,93v-4,95,-94,122,-168,150v-32,-46,-64,-82,-64,-140v0,-68,52,-103,120,-103","w":667},"'":{"d":"166,-480r63,0r0,-218r-63,0r0,218","w":278},"(":{"d":"131,-200v0,-258,137,-406,258,-556r-59,0v-113,151,-256,283,-262,536v-3,133,45,260,86,360r45,0v-39,-99,-68,-211,-68,-340","w":278},")":{"d":"187,-416v0,259,-137,406,-258,556r59,0v113,-151,256,-283,262,-536v3,-133,-45,-260,-86,-360r-45,0v39,99,68,211,68,340","w":278},"*":{"d":"179,-379r46,35r90,-129r81,129r46,-35r-89,-122r150,-42r-17,-58r-148,56r6,-153r-57,0r6,153r-144,-56r-19,58r148,42"},"+":{"d":"61,-219r219,0r0,219r69,0r0,-219r219,0r0,-69r-219,0r0,-219r-69,0r0,219r-219,0r0,69","w":600},",":{"d":"-37,134r61,0r123,-218r-82,0","w":278},"-":{"d":"39,-235r255,0r11,-69r-255,0","w":333},"\u00ad":{"d":"39,-235r255,0r11,-69r-255,0","w":333},".":{"d":"48,0r82,0r17,-84r-82,0","w":278},"\/":{"d":"-6,12r67,0r273,-722r-69,0","w":278},"0":{"d":"478,-180v82,-159,138,-533,-119,-525v-170,5,-230,156,-275,292v-56,167,-50,427,159,420v128,-5,189,-96,235,-187xm238,-53v-145,0,-124,-210,-90,-327v27,-95,65,-191,136,-241v22,-16,47,-24,74,-24v150,2,131,208,96,327v-27,95,-68,191,-140,241v-23,16,-48,24,-76,24"},"1":{"d":"211,0r66,0r147,-698r-52,0r-196,126r32,47r133,-95"},"2":{"d":"326,-645v68,0,127,42,122,110v-8,117,-98,190,-170,253r-261,228r-15,54r425,0r14,-60r-328,0r240,-209v69,-74,157,-139,164,-272v7,-138,-147,-193,-282,-151v-30,9,-56,21,-79,34r-6,73v41,-33,103,-60,176,-60"},"3":{"d":"451,-528v-7,119,-142,134,-277,130r-15,60v116,-5,226,13,226,116v0,119,-93,166,-214,169v-65,1,-112,-12,-156,-31r-16,60v110,47,278,38,363,-24v49,-36,92,-87,92,-168v1,-79,-48,-131,-115,-148v96,-16,177,-64,181,-170v7,-181,-233,-201,-374,-138r-5,67v89,-55,318,-72,310,77"},"4":{"d":"304,0r66,0r35,-161r104,0r12,-60r-103,0r103,-477r-89,0r-416,471r-15,66r337,0xm87,-221r353,-408r2,0r-90,408r-265,0"},"5":{"d":"488,-247v3,-152,-142,-207,-292,-170r51,-221r305,0r12,-60r-367,0r-81,353v113,-41,306,-40,303,102v-3,127,-95,187,-224,190v-56,1,-107,-17,-143,-35r-13,66v75,29,187,42,274,12v98,-35,173,-108,175,-237"},"6":{"d":"297,-620v69,-41,182,-24,241,10r18,-61v-82,-43,-226,-45,-305,7v-118,78,-191,223,-191,411v0,154,58,260,215,260v149,0,239,-104,239,-254v0,-119,-75,-191,-195,-194v-92,-3,-129,35,-182,78v16,-114,76,-207,160,-257xm445,-239v0,103,-63,181,-166,186v-97,4,-150,-62,-150,-157v0,-98,62,-171,160,-171v96,0,156,49,156,142"},"7":{"d":"573,-698r-423,0r-12,60r347,0r-414,638r79,0r413,-644"},"8":{"d":"433,-191v0,94,-76,144,-171,144v-90,0,-156,-47,-156,-139v0,-99,100,-138,183,-160v63,33,144,60,144,155xm204,-521v0,-84,57,-130,141,-130v77,0,138,33,138,111v0,97,-107,121,-183,150v-43,-31,-96,-63,-96,-131xm552,-540v0,-118,-85,-165,-201,-165v-122,0,-216,61,-216,184v0,77,54,113,100,149v-99,27,-198,72,-198,190v0,132,93,189,225,189v139,0,240,-61,240,-199v0,-104,-73,-140,-145,-174v93,-24,195,-64,195,-174"},"9":{"d":"300,-78v-69,41,-181,24,-240,-10r-18,61v82,43,225,46,305,-6v119,-77,191,-224,191,-412v0,-154,-58,-260,-215,-260v-149,0,-239,104,-239,254v0,119,75,191,195,194v92,2,129,-34,182,-78v-16,115,-76,207,-161,257xm153,-459v0,-103,63,-181,166,-186v98,-5,150,63,150,157v0,99,-62,171,-160,171v-97,0,-156,-48,-156,-142"},":":{"d":"137,-426r82,0r17,-84r-82,0xm48,0r82,0r17,-84r-82,0","w":278},";":{"d":"-37,134r61,0r123,-218r-82,0xm137,-426r82,0r17,-84r-82,0","w":278},"\u037e":{"d":"-37,134r61,0r123,-218r-82,0xm137,-426r82,0r17,-84r-82,0","w":278},"<":{"d":"568,-514r-507,230r0,62r507,230r0,-66r-430,-195r430,-195r0,-66","w":600},"=":{"d":"61,-319r507,0r0,-69r-507,0r0,69xm61,-118r507,0r0,-69r-507,0r0,69","w":600},">":{"d":"62,8r507,-230r0,-62r-507,-230r0,66r431,195r-431,195r0,66","w":600},"?":{"d":"458,-494v52,-149,-85,-245,-242,-209r-61,15r-11,64v85,-39,255,-43,255,75v0,106,-88,137,-146,191v-51,48,-97,102,-108,189r58,0v25,-166,206,-186,255,-325xm104,0r82,0r17,-84r-82,0","w":500},"@":{"d":"338,-194v-78,1,-84,-114,-56,-178v26,-60,67,-123,140,-123v116,0,81,167,34,227v-27,34,-63,73,-118,74xm598,-211v-24,16,-77,32,-77,-6v0,-14,4,-30,10,-49r85,-272r-63,0r-21,60v-22,-79,-130,-96,-204,-53v-78,46,-137,130,-137,247v0,87,49,146,135,150v63,3,94,-30,125,-61v11,68,89,74,149,42v84,-45,156,-127,156,-255v0,-158,-103,-242,-226,-282v-92,-30,-205,-23,-286,11v-152,63,-252,262,-182,463v47,133,158,228,339,228v152,0,268,-70,325,-171r-61,0v-66,89,-243,146,-381,89v-104,-43,-178,-136,-178,-280v0,-142,73,-239,178,-278v215,-80,466,53,394,302v-14,49,-43,91,-80,115","w":800},"A":{"d":"493,-247r-309,0r236,-382xm-42,0r74,0r115,-187r357,0r35,187r70,0r-136,-698r-82,0","w":667,"k":{"y":18,"w":-6,"v":18,"Y":74,"W":25,"V":61,"T":50}},"B":{"d":"536,-544v4,-172,-184,-155,-354,-154r-150,698r176,0v157,-5,273,-68,279,-220v4,-87,-49,-130,-121,-145v98,-14,167,-72,170,-179xm418,-220v0,148,-146,167,-305,160r60,-273r119,0v77,1,126,36,126,113xm467,-541v-5,136,-135,155,-282,148r53,-245v109,1,232,-16,229,97"},"C":{"d":"346,-622v88,-40,227,-37,307,6r24,-58v-95,-47,-251,-49,-355,-6v-146,60,-248,187,-248,386v0,153,88,242,202,285v78,30,193,26,262,-1r8,-61v-68,24,-177,36,-250,4v-86,-37,-153,-109,-153,-226v0,-167,84,-276,203,-329","w":611},"D":{"d":"579,-418v-3,225,-114,354,-337,358r-123,0r124,-578v196,-12,338,33,336,220xm648,-418v0,-204,-137,-279,-339,-280r-124,0r-148,698v137,-3,282,12,381,-30v143,-61,230,-189,230,-388","w":667},"E":{"d":"37,0r358,0r10,-60r-287,0r56,-269r262,0r11,-60r-261,0r51,-249r277,0r11,-60r-344,0","w":500},"F":{"d":"28,0r69,0r71,-329r255,0r12,-60r-256,0r51,-249r267,0r13,-60r-334,0","w":444,"k":{"A":50,".":129,",":129}},"G":{"d":"356,-625v98,-40,241,-30,326,15r19,-65v-109,-40,-261,-51,-373,-6v-142,58,-241,176,-249,368v-11,275,260,386,511,290r73,-355r-237,0r-14,60r167,0r-49,241v-52,29,-167,41,-235,9v-85,-41,-147,-117,-147,-237v0,-166,86,-271,208,-320","w":722},"H":{"d":"37,0r68,0r70,-329r357,0r-71,329r68,0r150,-698r-68,0r-66,309r-357,0r65,-309r-68,0","w":667},"I":{"d":"28,0r69,0r148,-698r-69,0","w":222},"J":{"d":"109,-68v-31,26,-93,23,-129,5r-15,63v47,19,134,16,173,-8v69,-42,90,-131,110,-222r102,-468r-69,0r-110,519v-11,46,-31,85,-62,111","w":333},"K":{"d":"47,0r70,0r72,-349r279,349r86,0r-296,-367r411,-331r-100,0r-370,304r65,-304r-68,0","w":611},"L":{"d":"28,0r357,0r11,-60r-285,0r137,-638r-71,0","w":444,"k":{"y":37,"Y":92,"W":55,"V":74,"T":74}},"M":{"d":"37,0r64,0r132,-623r2,0r131,623r57,0r398,-623r2,0r-135,623r68,0r148,-698r-107,0r-388,614r-128,-614r-96,0","w":889},"N":{"d":"28,0r64,0r132,-614r2,0r233,614r82,0r148,-698r-63,0r-130,614r-2,0r-233,-614r-82,0","w":667},"O":{"d":"702,-425v-3,-176,-88,-285,-264,-285v-192,0,-295,127,-346,276v-18,52,-25,106,-25,161v0,176,88,285,264,285v192,0,294,-127,345,-276v18,-52,26,-106,26,-161xm333,-48v-243,6,-229,-343,-117,-481v49,-61,117,-118,220,-121v243,-6,229,343,117,481v-50,61,-117,118,-220,121","w":722},"P":{"d":"472,-523v-4,144,-133,168,-287,161r59,-276v117,-3,230,-2,228,115xm541,-523v7,-183,-171,-180,-354,-175r-150,698r69,0r66,-302v203,11,362,-36,369,-221","w":500,"k":{"A":74,".":165,",":165}},"Q":{"d":"67,-273v0,191,111,304,309,281r103,124r86,0r-124,-138v160,-60,261,-207,261,-419v0,-176,-88,-285,-264,-285v-192,0,-295,127,-346,276v-18,52,-25,106,-25,161xm333,-48v-243,6,-229,-343,-117,-481v49,-61,117,-118,220,-121v243,-6,229,343,117,481v-50,61,-117,118,-220,121","w":722},"R":{"d":"539,-542v0,-116,-75,-156,-192,-156r-158,0r-152,698r70,0r70,-329v50,1,116,-6,144,15v14,10,26,27,33,55r61,259r68,0r-74,-296v-8,-34,-34,-48,-67,-59v115,-9,197,-67,197,-187xm470,-533v-5,133,-137,149,-280,144r53,-249v113,-2,231,-10,227,105","k":{"y":-24,"T":18}},"S":{"d":"190,-520v2,-144,199,-155,308,-96r21,-63v-158,-66,-408,-31,-398,164v8,150,174,158,238,255v12,18,19,39,19,63v4,165,-237,180,-343,105r-21,66v42,22,99,41,176,38v145,-5,257,-73,257,-218v0,-157,-165,-173,-238,-262v-13,-15,-19,-32,-19,-52","w":500},"T":{"d":"88,-638r212,0r-136,638r72,0r134,-638r212,0r12,-60r-493,0","w":500,"k":{"y":92,"w":92,"u":92,"s":92,"r":92,"o":92,"i":5,"e":92,"c":92,"a":92,"A":68,";":92,":":92,".":111,"-":98,",":111}},"U":{"d":"86,-263v-24,172,66,275,226,275v179,0,249,-124,282,-278r93,-432r-64,0r-101,455v-26,107,-82,191,-211,195v-127,4,-180,-105,-153,-237r85,-413r-66,0r-81,371v-4,22,-7,43,-10,64","w":667},"V":{"d":"701,-698r-71,0r-361,629r-2,0r-96,-629r-67,0r114,698r75,0","w":611,"k":{"y":18,"u":30,"r":18,"o":49,"i":18,"e":49,"a":49,"A":37,";":55,":":55,".":111,"-":55,",":111}},"W":{"d":"166,0r83,0r306,-620r2,0r38,620r83,0r353,-698r-68,0r-310,620r-2,0r-40,-620r-83,0r-306,620r-2,0r-49,-620r-67,0","w":944,"k":{"y":12,"u":12,"o":30,"i":-12,"e":18,"a":18,"A":25,";":37,":":37,".":74,"-":18,",":74}},"X":{"d":"-43,0r87,0r286,-316r150,316r76,0r-179,-365r308,-333r-84,0r-260,287r-142,-287r-75,0r169,331","w":611},"Y":{"d":"220,0r67,0r63,-295r353,-403r-83,0r-294,346r-147,-346r-73,0r177,403","w":611,"k":{"v":49,"u":67,"q":74,"p":67,"o":86,"i":13,"e":86,"a":86,"A":61,";":74,":":74,".":111,"-":74,",":111}},"Z":{"d":"-31,0r460,0r13,-60r-378,0r488,-577r13,-61r-437,0r-13,60r355,0r-489,577","w":500},"[":{"d":"15,140r158,0r9,-48r-100,0r170,-800r102,0r9,-48r-158,0","w":278},"\\":{"d":"107,-710r-71,0r206,722r71,0","w":278},"]":{"d":"306,-756r-158,0r-9,48r100,0r-170,800r-102,0r-9,48r158,0","w":278},"^":{"d":"60,-265r71,0r178,-364r181,364r70,0r-218,-433r-64,0","w":600},"_":{"d":"500,125r0,-50r-500,0r0,50r500,0","w":500},"`":{"d":"159,-742r-79,0r122,144r42,0","w":222},"a":{"d":"161,12v89,2,134,-32,176,-87v-6,23,-7,49,-10,75r63,0v10,-126,55,-229,59,-356v4,-107,-59,-166,-168,-166v-56,0,-116,19,-154,34r-7,64v36,-17,95,-44,151,-44v90,0,121,71,106,161v-169,-13,-362,9,-362,176v0,89,58,141,146,143xm183,-42v-58,0,-99,-32,-99,-90v0,-127,156,-127,285,-123v-18,111,-62,213,-186,213","w":500},"b":{"d":"351,-522v-88,-2,-128,36,-170,80r67,-308r-66,0r-150,698r-15,52r65,0v9,-29,12,-64,24,-90v22,62,70,105,157,102v179,-7,260,-149,260,-328v0,-119,-52,-203,-172,-206xm263,-42v-168,4,-146,-239,-79,-336v31,-45,75,-89,145,-90v162,-4,140,235,79,334v-29,48,-73,90,-145,92"},"c":{"d":"331,-468v43,0,88,10,118,23r18,-57v-35,-12,-82,-20,-129,-20v-195,2,-296,109,-299,301v-3,176,150,273,334,218r8,-63v-31,10,-68,26,-108,24v-106,-4,-165,-77,-165,-184v0,-146,76,-242,223,-242","w":444},"d":{"d":"212,12v92,2,135,-43,176,-93v-7,20,-14,55,-16,81r65,0v2,-24,8,-57,17,-100r134,-650r-66,0r-70,334r-2,0v-18,-103,-173,-134,-264,-76v-86,54,-147,155,-147,286v0,124,49,215,173,218xm233,-42v-162,4,-140,-235,-79,-334v29,-48,73,-92,145,-92v165,-2,147,241,75,336v-32,43,-74,89,-141,90"},"e":{"d":"257,-42v-106,0,-173,-78,-152,-195r371,0r7,-95v0,-116,-61,-195,-180,-190v-178,7,-254,145,-264,326v-10,192,196,248,362,181r5,-61v-42,17,-87,34,-149,34xm303,-468v97,-4,126,80,114,177r-301,0v21,-95,77,-172,187,-177","w":500},"f":{"d":"433,-751v-42,-17,-110,-14,-144,8v-69,44,-87,141,-106,233r-109,0r-13,54r110,0r-98,456r66,0r98,-456r126,0r13,-54r-127,0v23,-82,20,-192,118,-198v23,-1,39,5,51,10","w":333},"g":{"d":"317,110v-60,68,-233,66,-307,8r-17,64v110,53,313,46,377,-35v41,-52,60,-121,78,-202r100,-455r-63,0v-12,33,-15,74,-26,104v-12,-115,-177,-144,-277,-90v-92,50,-148,151,-148,288v0,121,60,204,182,208v71,1,125,-28,173,-74v-15,72,-32,139,-72,184xm239,-54v-166,6,-157,-224,-88,-326v30,-44,73,-86,142,-88v165,-5,162,230,90,332v-30,43,-75,80,-144,82"},"h":{"d":"500,-322v26,-120,-45,-204,-156,-200v-88,3,-125,40,-165,95r76,-323r-66,0r-161,750r66,0r55,-250v27,-105,64,-211,188,-218v98,-6,106,97,87,187r-58,281r66,0"},"i":{"d":"28,0r66,0r108,-510r-66,0xm251,-710r-75,0r-18,84r75,0","w":222},"j":{"d":"18,62v-9,60,-52,112,-121,88r-17,57v64,19,140,4,166,-41v17,-30,30,-68,38,-106r117,-570r-66,0xm251,-710r-75,0r-18,84r75,0","w":222},"k":{"d":"28,0r66,0r56,-262r207,262r82,0r-227,-284r307,-226r-94,0r-267,206r96,-446r-62,0","w":500},"l":{"d":"28,0r66,0r160,-750r-66,0","w":222},"m":{"d":"340,-522v-85,-1,-119,43,-160,89v5,-19,8,-45,11,-77r-63,0r-13,86r-87,424r66,0v41,-161,40,-364,160,-448v20,-13,43,-20,69,-20v99,0,89,117,72,198r-57,270r66,0v41,-161,40,-364,160,-448v20,-13,43,-20,69,-20v99,0,89,117,72,198r-57,270r66,0r68,-330v22,-111,-36,-192,-139,-192v-91,0,-140,52,-175,114v-1,-73,-56,-113,-128,-114","w":833},"n":{"d":"344,-522v-73,0,-131,44,-164,89v6,-22,9,-49,11,-77r-63,0r-12,81r-88,429r66,0v42,-164,43,-370,170,-449v69,-42,179,-13,171,79v-11,135,-48,245,-69,370r66,0r67,-320v27,-120,-44,-202,-155,-202"},"o":{"d":"526,-303v0,-135,-68,-219,-203,-219v-184,0,-284,128,-284,312v0,134,72,222,204,222v184,0,283,-131,283,-315xm251,-42v-93,0,-143,-65,-143,-158v0,-146,61,-261,207,-268v174,-9,166,241,89,342v-33,44,-81,84,-153,84"},"p":{"d":"348,-522v-77,-2,-135,42,-169,88v5,-22,9,-49,11,-76r-63,0v-4,40,-12,82,-20,119r-125,601r66,0r62,-309r2,0v20,104,169,141,265,82v90,-55,146,-161,146,-299v0,-120,-55,-203,-175,-206xm264,-42v-160,0,-145,-236,-76,-334v31,-44,74,-92,142,-92v89,0,124,64,124,152v0,138,-52,274,-190,274"},"q":{"d":"211,12v89,3,130,-33,173,-78r-64,276r66,0r132,-616r28,-104r-66,0v-10,33,-14,74,-27,104v-14,-68,-72,-119,-154,-116v-178,7,-260,149,-260,328v0,118,54,203,172,206xm233,-42v-162,4,-140,-235,-79,-334v29,-48,73,-92,145,-92v161,1,149,241,79,340v-32,45,-75,85,-145,86"},"r":{"d":"379,-515v-94,-27,-163,25,-199,82v6,-22,9,-49,11,-77r-63,0v-25,178,-68,339,-100,510r67,0r52,-251v21,-110,74,-237,217,-197","w":333,"k":{"y":-18,"v":-18,".":92,"-":55,",":92}},"s":{"d":"270,-144v-2,122,-191,120,-265,65r-19,63v132,55,359,36,353,-132v-4,-119,-130,-130,-189,-195v-10,-11,-15,-23,-15,-38v0,-110,166,-99,233,-57r21,-59v-124,-51,-320,-28,-320,117v0,116,135,117,186,189v10,13,15,28,15,47","w":389},"t":{"d":"94,-121v-27,108,77,161,172,119r6,-54v-45,26,-118,18,-112,-48v13,-127,47,-234,69,-352r131,0r13,-54r-133,0r31,-139r-72,25r-24,114r-100,0r-14,54r102,0r-63,292v-2,14,-2,29,-6,43","w":333},"u":{"d":"217,12v73,0,131,-44,164,-89v-6,22,-9,49,-11,77r63,0r12,-81r88,-429r-66,0v-42,164,-43,370,-170,449v-69,42,-179,13,-171,-79v11,-135,48,-245,69,-370r-66,0r-67,320v-27,120,44,202,155,202"},"v":{"d":"494,-510r-71,0r-235,441r-2,0r-57,-441r-64,0r68,510r76,0","w":444,"k":{".":92,",":92}},"w":{"d":"118,0r75,0r239,-441r2,0r52,441r77,0r265,-510r-71,0r-221,441r-2,0r-49,-441r-75,0r-240,441r-2,0r-38,-441r-65,0","w":778,"k":{".":74,",":74}},"x":{"d":"-41,0r77,0r186,-216r93,216r72,0r-121,-269r212,-241r-80,0r-162,190r-89,-190r-69,0r115,241","w":444},"y":{"d":"-59,202v40,23,113,16,144,-12v20,-18,38,-41,54,-70r353,-630r-68,0r-239,439r-2,0r-52,-439r-66,0r72,511v-38,59,-54,161,-140,161v-17,0,-32,-4,-41,-14","w":444,"k":{".":92,",":92}},"z":{"d":"-20,0r387,0r10,-54r-306,0r385,-397r12,-59r-373,0r-12,54r289,0r-380,398","w":444},"{":{"d":"178,-164v17,-66,-9,-127,-54,-145v58,-21,97,-73,113,-141v18,-76,25,-182,63,-236v17,-24,43,-23,80,-22r10,-48v-102,-11,-157,39,-176,121v-25,106,-26,241,-106,293v-12,7,-25,10,-40,10r-10,48v65,-2,68,73,56,132r-38,190v-9,81,44,112,129,102r10,-48r-46,0v-39,-3,-32,-57,-24,-94","w":278},"|":{"d":"101,214r69,0r0,-1000r-69,0r0,1000","w":222},"}":{"d":"151,-452v-17,67,9,127,54,145v-58,21,-97,72,-113,141v-18,76,-24,182,-62,236v-17,24,-44,23,-81,22r-10,48v102,11,157,-39,176,-121v24,-106,26,-240,105,-293v12,-7,26,-10,41,-10r10,-48v-65,2,-68,-73,-56,-132r37,-190v9,-81,-43,-112,-128,-102r-10,48r46,0v39,3,32,57,24,94","w":278},"~":{"d":"105,-182v25,-43,66,-94,133,-62v66,32,172,100,247,32v19,-16,35,-39,46,-61r-36,-51v-25,43,-67,95,-133,62v-66,-33,-173,-99,-247,-32v-19,16,-35,39,-46,61","w":600},"\u2122":{"d":"225,-284r63,0r0,-366r131,0r0,-48r-325,0r0,48r131,0r0,366xm505,-284r63,0r0,-360r2,0r137,360r43,0r138,-360r2,0r0,360r63,0r0,-414r-102,0r-122,319r-122,-319r-102,0r0,414","w":990},"\u00ae":{"d":"462,-710v-130,0,-216,122,-167,250v24,63,81,111,167,111v108,0,180,-72,180,-181v0,-108,-72,-180,-180,-180xm462,-376v-91,0,-146,-62,-146,-154v0,-91,55,-153,146,-153v90,0,146,62,146,153v0,92,-55,154,-146,154xm492,-518v33,0,54,-24,54,-58v0,-70,-84,-61,-153,-60r0,212r34,0r0,-94r29,0r59,94r37,0xm512,-578v1,43,-46,31,-85,33r0,-64v38,1,84,-7,85,31","w":800},"\u00a0":{"w":278}}});


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  The digitally encoded machine readable software for producing the  Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 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. 12 pt Helvetica* 55 Roman 05472
 * 
 * Trademark:
 * Copyright (c) 1988, 1990, 1993 Adobe Systems Incorporated.  All Rights
 * Reserved.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) 1988, 1990, 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. 12 pt Helvetica* 55 Roman 05472
 * 
 * Vendor URL:
 * http://www.linotypelibrary.com
 * 
 * License information:
 * http://www.Linotypelibrary.com
 */
Cufon.registerFont({"w":556,"face":{"font-family":"HelveticaNeueLT55","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 3 4 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"12","bbox":"-23 -797 927 214","underline-thickness":"50","underline-position":"-75","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":278},"\u00a0":{"w":278},"!":{"d":"177,-714r-95,0r0,220r25,311r45,0r25,-311r0,-220xm74,0r111,0r0,-111r-111,0r0,111","w":259},"\"":{"d":"109,-456r68,0r0,-258r-68,0r0,258xm249,-456r68,0r0,-258r-68,0r0,258","w":426},"#":{"d":"102,0r69,0r29,-206r124,0r-29,206r69,0r29,-206r101,0r0,-68r-91,0r21,-150r98,0r0,-68r-89,0r29,-205r-69,0r-29,205r-124,0r29,-205r-69,0r-29,205r-111,0r0,68r102,0r-21,150r-107,0r0,68r97,0xm355,-424r-21,150r-124,0r21,-150r124,0"},"$":{"d":"251,-417v-59,-18,-114,-37,-115,-113v-1,-75,51,-114,115,-121r0,234xm306,-314v65,20,129,41,129,123v0,85,-51,121,-129,128r0,-251xm251,-63v-78,-13,-140,-65,-141,-155r-85,0v9,137,94,222,226,235r0,82r55,0r0,-82v129,-13,219,-80,219,-217v0,-134,-108,-177,-219,-202r0,-246v61,11,99,50,112,116r85,0v-26,-109,-82,-183,-197,-198r0,-67r-55,0r0,66v-121,12,-202,82,-205,210v-3,136,94,165,205,193r0,265"},"%":{"d":"188,22r86,0r537,-744r-85,0xm748,-389v-119,0,-162,85,-162,203v0,117,44,198,162,198v114,0,160,-86,160,-201v0,-118,-41,-200,-160,-200xm745,-43v-72,0,-84,-73,-84,-145v0,-73,14,-146,87,-146v72,0,85,72,85,145v0,74,-14,146,-88,146xm254,-709v-119,0,-162,85,-162,203v0,117,44,198,162,198v114,0,160,-86,160,-201v0,-118,-41,-200,-160,-200xm251,-363v-72,0,-84,-73,-84,-145v0,-73,14,-146,87,-146v72,0,85,72,85,145v0,74,-14,146,-88,146","w":1000},"&":{"d":"259,-63v-95,0,-162,-81,-126,-177v20,-52,67,-79,114,-105r164,197v-31,47,-80,84,-152,85xm256,12v95,-1,162,-41,202,-101r76,89r111,0r-139,-161v25,-52,44,-102,48,-176r-81,0v-2,38,-10,75,-23,111r-129,-157v64,-40,134,-86,134,-185v0,-99,-74,-141,-173,-146v-132,-7,-198,128,-136,237v16,27,36,53,54,78v-82,46,-167,93,-167,216v0,125,84,196,223,195xm288,-639v84,-5,103,103,50,151v-20,18,-41,34,-63,49v-25,-38,-65,-66,-69,-124v-3,-48,40,-73,82,-76","w":630},"'":{"d":"105,-456r68,0r0,-258r-68,0r0,258","w":278},"(":{"d":"47,-270v0,200,73,333,157,468r65,0v-84,-137,-132,-270,-132,-468v0,-193,47,-329,132,-461r-65,0v-89,118,-157,276,-157,461","w":259},")":{"d":"122,-263v0,193,-47,329,-132,461r65,0v89,-118,157,-276,157,-461v0,-205,-76,-338,-157,-468r-65,0v84,137,132,270,132,468","w":259},"*":{"d":"201,-714r-53,0r0,113r-106,-40r-18,48r106,38r-65,91r45,31r65,-96r69,96r41,-31r-66,-91r109,-38r-20,-48r-107,40r0,-113","w":352},"+":{"d":"334,-506r-68,0r0,219r-218,0r0,68r218,0r0,219r68,0r0,-219r218,0r0,-68r-218,0r0,-219","w":600},",":{"d":"84,147v104,-23,118,-127,110,-258r-111,0r0,111r59,0v0,48,-20,84,-58,97r0,50","w":278},"-":{"d":"50,-238r289,0r0,-80r-289,0r0,80","w":389},"\u00ad":{"d":"50,-238r289,0r0,-80r-289,0r0,80","w":389},".":{"d":"83,0r111,0r0,-111r-111,0r0,111","w":278},"\/":{"d":"-18,17r73,0r296,-748r-73,0","w":333},"0":{"d":"278,-709v-200,0,-236,165,-236,361v0,198,38,360,236,360v198,0,236,-162,236,-360v0,-196,-36,-361,-236,-361xm278,-63v-137,0,-145,-149,-146,-286v0,-140,9,-285,146,-285v137,0,146,145,146,285v-1,137,-9,286,-146,286"},"1":{"d":"291,-709v-16,97,-92,134,-204,133r0,68r184,0r0,508r85,0r0,-709r-65,0"},"2":{"d":"494,-505v4,-168,-169,-243,-322,-185v-84,32,-132,114,-128,232r85,0v0,-99,40,-173,138,-176v104,-3,169,95,125,193v-67,150,-288,164,-345,333v-10,30,-20,66,-23,108r463,0r0,-75r-364,0v33,-128,174,-157,263,-231v56,-47,106,-99,108,-199"},"3":{"d":"390,-520v-3,90,-75,123,-172,115r0,72v112,-15,202,26,202,133v0,90,-65,134,-154,137v-96,3,-148,-65,-151,-156r-85,0v0,151,87,231,236,231v144,0,241,-72,244,-216v2,-93,-51,-154,-128,-174v49,-22,98,-73,98,-141v0,-164,-165,-225,-310,-173v-81,29,-120,106,-125,212r85,0v3,-91,42,-153,134,-154v71,-1,128,40,126,114"},"4":{"d":"419,-709r-68,0r-323,461r0,82r311,0r0,166r80,0r0,-166r96,0r0,-75r-96,0r0,-468xm101,-241r236,-347r2,0r0,347r-238,0"},"5":{"d":"280,-467v-53,0,-106,19,-132,51r-2,-2r38,-204r286,0r0,-75r-350,0r-66,368r73,4v30,-36,71,-67,132,-67v100,0,160,61,160,161v0,102,-52,168,-150,168v-87,0,-140,-49,-149,-128r-85,0v7,131,93,203,226,203v153,0,248,-88,248,-236v0,-152,-81,-243,-229,-243"},"6":{"d":"139,-221v0,-96,50,-160,147,-160v96,0,143,64,143,161v0,93,-49,157,-143,157v-95,0,-147,-63,-147,-158xm295,-634v69,-1,112,44,119,106r85,0v-9,-112,-80,-183,-200,-181v-205,3,-261,175,-261,380v0,187,52,341,244,341v154,0,237,-93,237,-238v0,-139,-77,-230,-217,-230v-87,0,-141,34,-177,93v-1,-129,32,-270,170,-271"},"7":{"d":"237,0v23,-262,131,-476,272,-624r0,-73r-459,0r0,80r372,0v-142,154,-257,347,-280,617r95,0"},"8":{"d":"281,-63v-85,2,-154,-52,-151,-137v3,-88,61,-136,150,-136v85,0,146,50,146,135v0,87,-58,136,-145,138xm273,-709v-120,0,-208,60,-208,181v0,69,45,127,99,147v-73,25,-124,85,-124,177v0,146,96,216,241,216v141,0,235,-75,235,-216v0,-96,-47,-153,-126,-177v53,-23,98,-77,98,-147v0,-122,-85,-181,-215,-181xm281,-411v-76,-1,-126,-37,-126,-114v0,-73,51,-108,124,-109v69,-1,119,38,119,109v0,70,-49,115,-117,114"},"9":{"d":"263,-634v97,0,146,66,146,162v0,93,-53,156,-145,156v-87,0,-140,-64,-140,-150v0,-98,40,-168,139,-168xm264,-63v-69,2,-126,-42,-130,-108r-85,0v12,119,87,183,215,183v195,0,246,-166,246,-382v0,-199,-56,-339,-243,-339v-144,0,-233,87,-233,231v0,148,77,237,224,237v76,0,136,-44,164,-98v2,146,-31,272,-158,276"},":":{"d":"83,0r111,0r0,-111r-111,0r0,111xm194,-517r-111,0r0,111r111,0r0,-111","w":278},";":{"d":"84,147v71,-19,110,-73,110,-157r0,-101r-111,0r0,111r59,0v0,48,-20,84,-58,97r0,50xm194,-517r-111,0r0,111r111,0r0,-111","w":278},"\u037e":{"d":"84,147v71,-19,110,-73,110,-157r0,-101r-111,0r0,111r59,0v0,48,-20,84,-58,97r0,50xm194,-517r-111,0r0,111r111,0r0,-111","w":278},"<":{"d":"554,-514r-508,230r0,62r508,230r0,-68r-425,-193r425,-193r0,-68","w":600},"=":{"d":"552,-388r-504,0r0,68r504,0r0,-68xm48,-118r504,0r0,-68r-504,0r0,68","w":600},">":{"d":"46,8r508,-230r0,-62r-508,-230r0,68r425,193r-425,193r0,68","w":600},"?":{"d":"482,-476v37,-149,-56,-259,-203,-255v-146,4,-221,95,-224,240r85,0v1,-97,42,-160,139,-165v107,-6,154,124,99,206v-56,84,-162,119,-146,276r85,0v-16,-164,134,-176,165,-302xm218,0r111,0r0,-111r-111,0r0,111"},"@":{"d":"407,-220v-61,50,-152,4,-147,-76v5,-83,44,-150,96,-188v62,-46,148,-5,145,72v-3,82,-45,152,-94,192xm594,-209v-25,23,-71,35,-71,-10v24,-119,65,-222,95,-335r-63,0r-23,63v-21,-85,-132,-102,-208,-57v-81,48,-139,137,-139,259v0,93,51,155,143,158v54,2,97,-37,124,-67r3,0v2,75,83,77,140,44v85,-49,158,-137,158,-269v0,-152,-93,-244,-209,-285v-215,-75,-406,46,-472,204v-63,150,-4,333,78,412v78,75,215,134,361,97v98,-26,172,-85,219,-164r-63,0v-64,92,-227,159,-367,97v-107,-48,-190,-144,-190,-293v0,-148,78,-250,184,-295v213,-91,448,68,378,313v-15,52,-44,97,-78,128","w":800},"A":{"d":"-7,0r98,0r80,-215r302,0r78,215r105,0r-279,-714r-105,0xm322,-628r2,0r119,333r-242,0","w":648,"k":{"y":18,"w":18,"v":18,"Y":74,"W":24,"V":46,"T":92}},"B":{"d":"545,-208v1,79,-54,128,-134,128r-238,0r0,-247v155,9,371,-45,372,119xm504,-379v89,-24,136,-158,82,-251v-42,-73,-133,-84,-249,-84r-259,0r0,714r345,0v133,-4,212,-77,217,-205v4,-96,-58,-153,-136,-174xm515,-521v0,152,-198,107,-342,114r0,-227v145,9,342,-45,342,113","w":685},"C":{"d":"380,-651v112,0,179,57,200,152r95,0v-24,-148,-128,-232,-294,-232v-225,0,-338,152,-338,376v0,223,107,369,330,372v186,3,292,-114,309,-286r-95,0v-12,122,-76,206,-206,206v-173,0,-243,-126,-243,-299v0,-166,73,-289,242,-289","w":722},"D":{"d":"666,-374v0,-227,-121,-339,-343,-340r-245,0r0,714r245,0v238,-1,343,-135,343,-374xm571,-361v-1,175,-74,277,-240,281r-158,0r0,-554r160,0v172,0,239,101,238,273","w":704},"E":{"d":"78,0r496,0r0,-80r-401,0r0,-247r371,0r0,-80r-371,0r0,-227r398,0r0,-80r-493,0r0,714","w":611},"F":{"d":"78,0r95,0r0,-327r328,0r0,-80r-328,0r0,-227r374,0r0,-80r-469,0r0,714","w":574,"k":{"A":55,".":157,",":157}},"G":{"d":"383,17v107,-2,181,-43,229,-106r25,89r60,0r0,-376r-313,0r0,80r228,0v1,147,-84,233,-229,233v-164,0,-245,-121,-245,-285v0,-171,73,-303,245,-303v118,0,193,55,212,157r95,0v-26,-155,-131,-237,-307,-237v-229,0,-340,160,-340,388v0,163,81,275,197,330v42,20,90,30,143,30","w":759},"H":{"d":"78,0r95,0r0,-327r376,0r0,327r95,0r0,-714r-95,0r0,307r-376,0r0,-307r-95,0r0,714","w":722},"I":{"d":"82,0r95,0r0,-714r-95,0r0,714","w":259},"J":{"d":"230,17v135,-1,211,-67,211,-195r0,-536r-95,0r0,522v-1,81,-29,129,-114,129v-99,0,-119,-71,-115,-172r-95,0v-11,160,59,253,208,252","w":519},"K":{"d":"78,0r95,0r0,-250r119,-111r258,361r120,0r-313,-426r301,-288r-123,0r-362,356r0,-356r-95,0r0,714","w":667},"L":{"d":"78,0r473,0r0,-80r-378,0r0,-634r-95,0r0,714","k":{"y":37,"Y":111,"W":55,"V":92,"T":92}},"M":{"d":"80,0r90,0r0,-594r2,0r223,594r81,0r223,-594r2,0r0,594r90,0r0,-714r-130,0r-226,600r-225,-600r-130,0r0,714","w":871},"N":{"d":"77,0r90,0r0,-573r2,0r373,573r104,0r0,-714r-90,0r0,579r-2,0r-376,-579r-101,0r0,714","w":722},"O":{"d":"380,-731v-276,3,-395,249,-320,515v38,136,144,233,320,233v225,0,342,-152,342,-374v0,-168,-75,-286,-193,-343v-43,-21,-92,-31,-149,-31xm380,-63v-170,0,-247,-126,-247,-294v0,-168,77,-294,247,-294v170,0,247,126,247,294v0,168,-77,294,-247,294","w":760},"P":{"d":"610,-503v0,-136,-80,-211,-219,-211r-313,0r0,714r95,0r0,-292r218,0v139,3,219,-76,219,-211xm515,-503v0,92,-55,131,-156,131r-186,0r0,-262r186,0v100,0,156,38,156,131","w":648,"k":{"A":74,".":179,",":179}},"Q":{"d":"614,-73v130,-107,141,-413,22,-544v-58,-63,-138,-117,-256,-114v-224,5,-342,152,-342,374v0,168,75,286,193,343v92,45,238,41,320,-12r109,88r48,-60xm380,-651v212,-3,285,220,227,420v-12,41,-34,75,-62,103r-95,-76r-50,58r79,63v-31,13,-64,20,-99,20v-170,-5,-247,-126,-247,-294v0,-168,77,-291,247,-294","w":760},"R":{"d":"536,-512v4,168,-206,120,-363,127r0,-249r236,0v84,-2,126,46,127,122xm631,-527v1,-120,-91,-187,-217,-187r-336,0r0,714r95,0r0,-305r232,0v139,-3,116,153,131,275v2,13,7,23,14,30r106,0v-76,-86,15,-316,-149,-344r0,-2v81,-20,123,-87,124,-181","w":685,"k":{"Y":37,"W":18,"V":18,"T":18}},"S":{"d":"314,-651v103,0,169,47,177,146r90,0v-8,-153,-105,-226,-263,-226v-145,0,-259,63,-259,209v0,199,245,168,386,232v39,18,71,43,71,97v-1,100,-83,130,-181,130v-120,0,-204,-52,-208,-172r-90,0v4,174,122,252,295,252v151,0,279,-61,279,-213v0,-207,-233,-189,-385,-246v-39,-15,-72,-37,-72,-87v0,-91,70,-122,160,-122","w":648},"T":{"d":"240,0r95,0r0,-634r238,0r0,-80r-571,0r0,80r238,0r0,634","w":574,"k":{"y":111,"w":111,"u":92,"s":111,"r":92,"o":111,"e":111,"c":111,"a":111,"A":92,";":111,":":111,".":111,"-":129,",":111}},"U":{"d":"367,17v178,0,281,-95,281,-275r0,-456r-95,0r0,456v0,124,-63,195,-186,195v-126,0,-199,-69,-198,-195r0,-456r-95,0r0,456v1,188,105,275,293,275","w":722},"V":{"d":"613,-714r-99,0r-206,619r-2,0r-204,-619r-103,0r252,714r108,0","w":611,"k":{"y":18,"u":37,"r":37,"o":55,"i":18,"e":55,"a":55,"A":46,";":46,":":46,".":129,"-":55,",":129}},"W":{"d":"914,-714r-95,0r-145,594r-2,0r-158,-594r-103,0r-160,594r-2,0r-140,-594r-97,0r183,714r99,0r165,-600r2,0r163,600r99,0","w":926,"k":{"u":18,"r":18,"o":57,"e":57,"a":37,"A":24,";":18,":":18,".":74,",":74}},"X":{"d":"-1,0r107,0r198,-295r192,295r116,0r-251,-367r236,-347r-106,0r-186,279r-178,-279r-114,0r235,347","w":611},"Y":{"d":"646,-714r-108,0r-209,340r-214,-340r-113,0r276,422r0,292r95,0r0,-292","w":648,"k":{"v":55,"u":74,"q":92,"p":74,"o":111,"i":37,"e":111,"a":92,"A":74,";":92,":":92,".":139,"-":111,",":139}},"Z":{"d":"22,0r568,0r0,-80r-455,0r443,-554r0,-80r-522,0r0,80r410,0r-444,554r0,80","w":611},"[":{"d":"259,-731r-187,0r0,929r187,0r0,-68r-107,0r0,-793r107,0r0,-68","w":259},"\\":{"d":"55,-731r-73,0r296,748r73,0","w":333},"]":{"d":"0,198r187,0r0,-929r-187,0r0,68r107,0r0,793r-107,0r0,68","w":259},"^":{"d":"50,-264r71,0r178,-360r181,360r70,0r-218,-433r-64,0","w":600},"_":{"d":"0,125r500,0r0,-50r-500,0r0,50","w":500},"`":{"d":"108,-588r64,0r-86,-143r-109,0","w":222},"a":{"d":"226,-63v-110,11,-133,-131,-36,-159v60,-17,146,-14,194,-45r0,87v-9,78,-70,108,-158,117xm389,-68v-10,79,79,96,133,66r0,-66v-9,3,-18,5,-26,5v-31,-1,-27,-24,-27,-58r0,-266v5,-140,-149,-159,-276,-133v-80,17,-133,69,-137,164r85,0v2,-75,55,-98,129,-98v65,0,118,19,115,86v-4,77,-107,60,-174,76v-92,21,-176,47,-175,159v1,102,69,145,171,145v82,0,141,-30,182,-80","w":537},"b":{"d":"307,-454v110,0,160,82,160,191v0,113,-41,200,-155,200v-115,0,-163,-82,-163,-196v0,-110,46,-195,158,-195xm319,-529v-78,-2,-138,31,-167,82r0,-267r-85,0r0,714r85,0v2,-22,-4,-51,2,-69v32,50,90,81,167,81v159,0,236,-110,236,-269v0,-159,-77,-268,-238,-272","w":593},"c":{"d":"287,-454v73,0,116,41,128,103r88,0v-14,-118,-94,-178,-223,-178v-166,0,-244,112,-244,277v0,162,81,262,242,264v135,2,211,-80,228,-201r-87,0v-10,76,-57,127,-142,126v-108,-2,-151,-82,-151,-189v0,-116,43,-201,161,-202","w":537},"d":{"d":"274,12v78,2,138,-31,167,-82r0,70r85,0r0,-714r-85,0r0,266r-2,0v-32,-50,-90,-81,-167,-81v-159,0,-236,110,-236,269v0,159,77,268,238,272xm286,-63v-110,0,-160,-82,-160,-191v0,-113,41,-200,155,-200v115,0,163,82,163,196v0,110,-46,195,-158,195","w":593},"e":{"d":"36,-260v0,163,80,272,248,272v123,0,201,-68,221,-176r-84,0v-8,115,-196,129,-258,50v-23,-29,-38,-69,-37,-119r387,0v0,-165,-66,-296,-234,-296v-156,0,-243,110,-243,269xm126,-308v4,-104,99,-175,206,-134v52,20,85,67,91,134r-297,0","w":537},"f":{"d":"297,-714v-100,-26,-205,13,-198,120r0,77r-87,0r0,75r87,0r0,442r85,0r0,-442r100,0r0,-75r-100,0r0,-72v-6,-64,64,-64,113,-51r0,-74","w":296,"k":{"f":18}},"g":{"d":"426,-269v0,110,-42,200,-154,200v-109,0,-146,-89,-146,-197v0,-108,44,-188,153,-188v105,0,147,81,147,185xm270,210v166,0,240,-87,240,-254r0,-473r-80,0v-1,24,2,52,-1,74v-27,-52,-81,-86,-154,-86v-163,0,-239,115,-239,273v0,154,75,262,231,262v82,0,132,-40,163,-94v5,133,-29,230,-155,230v-66,0,-127,-22,-134,-84r-85,0v8,110,100,152,214,152","w":574},"h":{"d":"314,-529v-80,0,-135,36,-165,88r0,-273r-85,0r0,714r85,0r0,-292v3,-100,51,-161,153,-162v64,-1,106,40,105,104r0,350r85,0r0,-340v1,-123,-54,-189,-178,-189"},"i":{"d":"69,0r85,0r0,-517r-85,0r0,517xm154,-714r-85,0r0,104r85,0r0,-104","w":222},"j":{"d":"-14,194v99,18,168,-25,168,-128r0,-583r-85,0r0,569v5,63,-25,78,-83,69r0,73xm154,-714r-85,0r0,104r85,0r0,-104","w":222},"k":{"d":"69,0r85,0r0,-196r80,-74r177,270r108,0r-220,-329r205,-188r-114,0r-236,226r0,-423r-85,0r0,714","w":519},"l":{"d":"69,0r85,0r0,-714r-85,0r0,714","w":222},"m":{"d":"455,-441v-18,-59,-71,-87,-142,-88v-74,-2,-127,33,-169,88r0,-76r-80,0r0,517r85,0r0,-322v9,-74,54,-130,138,-132v72,-1,97,44,97,115r0,339r85,0r0,-322v-1,-80,54,-132,135,-132v74,0,101,43,100,115r0,339r85,0r0,-379v-1,-106,-66,-150,-172,-150v-74,0,-132,38,-162,88","w":853},"n":{"d":"314,-529v-85,-1,-134,39,-170,94r0,-82r-80,0r0,517r85,0r0,-292v3,-100,51,-161,153,-162v64,-1,106,40,105,104r0,350r85,0r0,-340v1,-123,-54,-189,-178,-189"},"o":{"d":"287,-529v-166,0,-251,107,-251,271v0,164,86,270,251,270v164,0,251,-106,251,-270v0,-165,-86,-271,-251,-271xm287,-63v-108,0,-161,-81,-161,-195v0,-114,52,-196,161,-196v109,0,161,82,161,196v0,114,-53,195,-161,195","w":574},"p":{"d":"307,-454v110,0,160,82,160,191v0,113,-41,200,-155,200v-115,0,-163,-82,-163,-196v0,-110,46,-195,158,-195xm319,-529v-78,-2,-138,31,-167,82r0,-70r-85,0r0,715r85,0r0,-267r2,0v32,50,90,81,167,81v159,0,236,-110,236,-269v0,-159,-77,-268,-238,-272","w":593},"q":{"d":"274,12v78,2,138,-31,167,-82r0,268r85,0r0,-715r-85,0v-2,22,4,51,-2,69v-32,-50,-90,-81,-167,-81v-159,0,-236,110,-236,269v0,159,77,268,238,272xm286,-63v-110,0,-160,-82,-160,-191v0,-113,41,-200,155,-200v115,0,163,82,163,196v0,110,-46,195,-158,195","w":593},"r":{"d":"333,-529v-106,-3,-150,50,-192,121r0,-109r-80,0r0,517r85,0r0,-230v-1,-133,53,-210,187,-209r0,-90","w":333,"k":{"q":18,"o":18,"n":-18,"g":28,"e":18,"d":18,"c":18,".":92,"-":55,",":92}},"s":{"d":"255,-63v-76,0,-136,-25,-139,-100r-85,0v6,124,92,175,219,175v120,0,220,-42,220,-163v0,-170,-222,-123,-322,-200v-11,-8,-16,-22,-16,-37v3,-54,55,-66,110,-66v65,0,114,25,120,87r85,0v-6,-119,-88,-164,-212,-162v-104,2,-193,42,-193,147v0,172,229,119,324,202v11,9,14,23,14,40v-2,64,-62,77,-125,77","w":500},"t":{"d":"285,-75v-52,-1,-103,12,-103,-46r0,-321r103,0r0,-75r-103,0r0,-155r-85,0r0,155r-88,0r0,75r88,0r0,329v-10,114,77,118,188,113r0,-75","w":315},"u":{"d":"242,12v85,1,134,-39,170,-94r0,82r80,0r0,-517r-85,0r0,292v-3,100,-51,161,-153,162v-64,1,-106,-40,-105,-104r0,-350r-85,0r0,340v-1,123,54,189,178,189"},"v":{"d":"486,-517r-89,0r-141,431r-2,0r-145,-431r-95,0r192,517r91,0","w":500,"k":{".":74,",":74}},"w":{"d":"741,-517r-88,0r-116,423r-2,0r-108,-423r-93,0r-104,423r-2,0r-117,-423r-94,0r166,517r92,0r104,-411r2,0r105,411r90,0","w":758,"k":{".":55,",":55}},"x":{"d":"9,0r103,0r144,-214r144,214r109,0r-200,-279r178,-238r-102,0r-129,181r-124,-181r-109,0r180,245","w":518},"y":{"d":"58,198v50,17,120,9,148,-22v26,-29,43,-63,61,-107r225,-586r-90,0r-145,423r-2,0r-151,-423r-96,0r205,514v-27,58,-37,155,-131,131r-24,-8r0,78","w":500,"k":{".":74,",":74}},"z":{"d":"22,0r436,0r0,-75r-330,0r316,-384r0,-58r-402,0r0,75r292,0r-312,377r0,65","w":480},"{":{"d":"211,-585v1,-43,6,-86,48,-86r50,0r0,-60v-112,-11,-175,30,-178,131v-4,121,30,287,-83,300r0,68v50,2,83,55,83,117r0,182v2,101,65,143,178,131r0,-60r-50,0v-42,-2,-48,-44,-48,-86r0,-183v0,-73,-32,-120,-87,-134r0,-3v51,-17,86,-63,87,-134r0,-183","w":333},"|":{"d":"77,214r68,0r0,-1000r-68,0r0,1000","w":222},"}":{"d":"122,52v-1,43,-6,86,-48,86r-50,0r0,60v112,11,175,-30,178,-131v4,-121,-30,-287,83,-299r0,-68v-114,-11,-79,-180,-83,-300v-4,-101,-65,-143,-178,-131r0,60r50,0v42,2,48,45,48,88r0,181v0,73,32,120,87,134r0,3v-51,17,-86,63,-87,134r0,183","w":333},"~":{"d":"189,-255v103,-2,151,101,259,65v39,-13,61,-48,83,-79r-36,-50v-23,31,-39,72,-88,76v-88,-17,-196,-118,-292,-45v-19,15,-35,37,-46,59r36,50v17,-35,35,-75,84,-76","w":600},"\u2122":{"d":"390,-714r-326,0r0,55r129,0r0,357r68,0r0,-357r129,0r0,-55xm927,-714r-104,0r-121,313r-123,-313r-105,0r0,412r68,0r0,-344r2,0r135,344r43,0r135,-344r2,0r0,344r68,0r0,-412","w":990},"\u00ae":{"d":"54,-506v-40,89,-40,207,0,296v58,128,170,227,347,227v175,0,288,-100,345,-227v40,-89,40,-207,0,-296v-57,-127,-170,-225,-345,-225v-175,0,-289,99,-347,225xm401,-38v-238,0,-365,-216,-285,-446v39,-112,137,-192,285,-192v146,0,237,84,283,192v53,127,6,288,-64,354v-53,49,-124,92,-219,92xm577,-451v-1,-91,-56,-125,-153,-125r-169,0r0,437r68,0r0,-188r72,0r119,188r73,0r-125,-193v66,-8,117,-42,115,-119xm509,-454v0,90,-101,69,-186,72r0,-139v82,3,186,-18,186,67","w":800}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  The digitally encoded machine readable software for producing the  Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 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.  12 pt. Helvetica* 75 Bold 07472
 * 
 * Trademark:
 * Copyright (c) 1988, 1990, 1993 Adobe Systems Incorporated.  All Rights
 * Reserved.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) 1988, 1990, 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.  12 pt. Helvetica* 75 Bold 07472
 * 
 * Vendor URL:
 * http://www.Linotypelibrary.com
 * 
 * License information:
 * http://www.Linotypelibrary.com
 */
Cufon.registerFont({"w":556,"face":{"font-family":"HelveticaNeueLT55","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 8 3 5 0 0 2 0 4","ascent":"800","descent":"-200","x-height":"14","bbox":"-48 -808 941 214","underline-thickness":"50","underline-position":"-75","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":278},"!":{"d":"61,-154r157,0r0,154r-157,0r0,-154xm213,-522r-39,308r-71,0r-38,-308r0,-192r148,0r0,192","w":278},"\"":{"d":"85,-714r107,0r0,321r-107,0r0,-321xm271,-714r107,0r0,321r-107,0r0,-321","w":463},"#":{"d":"243,-412r-18,124r97,0r17,-124r-96,0xm116,-198r-83,0r0,-90r95,0r18,-124r-83,0r0,-90r95,0r28,-198r97,0r-28,198r97,0r27,-198r97,0r-27,198r74,0r0,90r-87,0r-17,124r74,0r0,90r-87,0r-27,198r-97,0r27,-198r-96,0r-28,198r-97,0"},"$":{"d":"554,-249v23,170,-90,252,-247,266r0,85r-59,0r0,-85v-153,-12,-235,-95,-249,-249r142,0v-3,74,47,120,107,132r0,-209v-114,-31,-234,-62,-232,-208v2,-139,101,-201,232,-214r0,-77r59,0r0,77v128,16,216,78,225,213r-142,0v0,-49,-36,-97,-83,-96r0,177v121,28,231,69,247,188xm307,-100v79,2,146,-94,83,-156v-19,-19,-49,-27,-83,-36r0,192xm248,-614v-74,-8,-119,85,-69,134v13,13,37,22,69,29r0,-163"},"%":{"d":"761,-301v-60,0,-68,60,-68,119v0,59,5,121,64,121v58,0,66,-62,66,-120v0,-56,-6,-120,-62,-120xm756,14v-119,0,-165,-79,-165,-197v0,-116,53,-193,170,-193v119,0,164,79,164,197v0,116,-52,193,-169,193xm668,-722r85,0r-412,744r-87,0xm245,-639v-61,0,-67,64,-68,125v0,57,6,115,64,115v57,0,66,-57,66,-114v0,-57,-5,-126,-62,-126xm240,-324v-118,0,-165,-75,-165,-192v0,-117,52,-198,170,-198v120,0,164,83,164,202v0,115,-53,188,-169,188","w":1000},"&":{"d":"620,-345v-8,70,-32,130,-69,176r145,169r-174,0r-58,-71v-52,50,-108,85,-201,85v-138,0,-231,-75,-231,-214v0,-114,81,-166,160,-207v-34,-44,-68,-81,-68,-152v0,-105,80,-163,186,-163v115,0,196,56,196,171v0,93,-64,142,-127,178r92,113v14,-25,21,-53,26,-85r123,0xm167,-197v-2,82,101,118,169,77v19,-12,36,-27,53,-46r-122,-149v-48,23,-98,51,-100,118xm309,-457v36,-25,73,-45,73,-102v0,-35,-31,-68,-65,-68v-61,0,-81,76,-46,121","w":685},"(":{"d":"52,-268v0,-189,53,-346,132,-463r119,0v-68,126,-109,275,-109,453v0,180,41,331,108,460r-118,0v-73,-122,-132,-271,-132,-450","w":296},")":{"d":"244,-280v0,187,-54,346,-132,462r-119,0v68,-126,109,-274,109,-452v0,-180,-41,-332,-108,-461r118,0v73,122,132,272,132,451","w":296},"*":{"d":"242,-589r116,-44r27,77r-118,39r74,98r-66,49r-74,-103r-70,103r-67,-49r74,-98r-116,-39r27,-77r113,44r0,-125r80,0r0,125","w":407},"+":{"d":"354,-306r199,0r0,107r-199,0r0,199r-107,0r0,-199r-199,0r0,-107r199,0r0,-199r107,0r0,199","w":600},",":{"d":"61,-154r157,0v-2,102,14,213,-46,266v-28,25,-65,47,-110,54r0,-72v43,-10,71,-42,71,-94r-72,0r0,-154","w":278},"-":{"d":"53,-334r301,0r0,122r-301,0r0,-122","w":407},"\u00ad":{"d":"53,-334r301,0r0,122r-301,0r0,-122","w":407},".":{"d":"60,-154r157,0r0,154r-157,0r0,-154","w":278},"\/":{"d":"268,-731r114,0r-279,748r-114,0","w":371},"0":{"d":"277,-597v-109,0,-114,130,-114,244v0,111,4,250,114,250v111,0,116,-138,116,-250v0,-114,-5,-244,-116,-244xm277,14v-197,0,-256,-156,-256,-367v0,-208,61,-361,256,-361v195,0,258,152,258,361v0,212,-60,367,-258,367"},"1":{"d":"74,-561v113,2,190,-40,205,-139r113,0r0,700r-142,0r0,-454r-176,0r0,-107"},"2":{"d":"284,-592v-84,2,-108,76,-111,161r-136,0v0,-172,84,-283,254,-283v163,0,278,121,230,290v-45,157,-233,179,-317,302r331,0r0,122r-514,0v3,-228,194,-272,317,-382v26,-24,51,-55,51,-102v1,-64,-43,-110,-105,-108"},"3":{"d":"390,-213v0,-92,-73,-106,-162,-104r0,-100v78,5,147,-12,149,-87v2,-57,-46,-93,-99,-93v-72,-2,-109,54,-108,125r-135,0v3,-176,144,-281,326,-230v81,23,148,80,151,182v2,74,-41,125,-98,145v72,14,124,76,124,159v0,186,-189,269,-368,213v-95,-30,-152,-112,-152,-238r135,0v5,80,40,136,123,138v63,1,114,-45,114,-110"},"4":{"d":"312,-522r-3,0r-181,243r184,0r0,-243xm312,-162r-296,0r0,-130r304,-408r127,0r0,421r93,0r0,117r-93,0r0,162r-135,0r0,-162"},"5":{"d":"275,-369v-57,0,-80,21,-107,56r-128,0r69,-387r391,0r0,117r-289,0r-28,159r2,2v35,-35,73,-54,137,-54v142,0,216,97,216,238v0,121,-69,203,-160,234v-172,59,-358,-22,-360,-204r142,0v5,60,51,107,115,105v78,-2,121,-58,121,-135v0,-78,-43,-131,-121,-131"},"6":{"d":"393,-231v0,-74,-33,-132,-107,-132v-77,0,-113,54,-113,130v0,73,39,130,113,130v71,0,107,-56,107,-128xm290,14v-247,4,-303,-258,-254,-492v27,-129,103,-236,260,-236v126,0,214,77,227,194r-135,0v-8,-43,-43,-89,-94,-87v-104,5,-125,113,-134,213r2,2v35,-51,80,-78,158,-78v165,0,258,165,197,328v-33,90,-107,154,-227,156"},"7":{"d":"136,0v19,-230,115,-423,235,-568r-332,0r0,-132r478,0r0,122v-136,125,-218,333,-229,578r-152,0"},"8":{"d":"279,-607v-57,0,-109,36,-107,97v2,63,46,91,107,92v58,1,107,-33,105,-92v-2,-62,-37,-97,-105,-97xm146,-379v-63,-16,-103,-70,-103,-144v0,-130,106,-191,236,-191v136,0,226,67,234,188v5,77,-45,125,-102,149v79,16,131,79,131,171v0,149,-114,220,-262,220v-151,0,-262,-67,-266,-219v-3,-96,58,-151,132,-174xm280,-323v-68,-2,-127,40,-124,111v3,75,49,119,124,119v73,0,120,-44,120,-118v0,-71,-49,-110,-120,-112"},"9":{"d":"163,-469v0,74,33,132,107,132v76,0,113,-54,113,-130v0,-73,-39,-130,-113,-130v-71,0,-107,57,-107,128xm266,-714v246,-4,303,258,254,492v-27,129,-103,236,-260,236v-126,0,-214,-77,-227,-194r135,0v8,43,43,89,94,87v104,-5,124,-114,134,-213r-2,-2v-35,51,-80,78,-158,78v-165,0,-258,-164,-198,-328v33,-90,108,-154,228,-156"},":":{"d":"218,-354r-157,0r0,-154r157,0r0,154xm61,-154r157,0r0,154r-157,0r0,-154","w":278},";":{"d":"218,-354r-157,0r0,-154r157,0r0,154xm61,-154r157,0v-2,102,14,213,-46,266v-28,25,-65,47,-110,54r0,-72v43,-10,71,-42,71,-94r-72,0r0,-154","w":278},"\u037e":{"d":"218,-354r-157,0r0,-154r157,0r0,154xm61,-154r157,0v-2,102,14,213,-46,266v-28,25,-65,47,-110,54r0,-72v43,-10,71,-42,71,-94r-72,0r0,-154","w":278},"<":{"d":"554,-399r-367,146r367,146r0,115r-508,-202r0,-118r508,-202r0,115","w":600},"=":{"d":"553,-92r-505,0r0,-107r505,0r0,107xm553,-306r-505,0r0,-107r505,0r0,107","w":600},">":{"d":"46,-107r367,-146r-367,-146r0,-115r508,202r0,118r-508,202r0,-115","w":600},"?":{"d":"193,-154r157,0r0,154r-157,0r0,-154xm282,-614v-74,0,-102,56,-103,130r-147,0v8,-151,90,-244,243,-247v164,-3,272,90,242,255v-23,124,-183,109,-175,262r-135,0v-9,-121,49,-174,115,-224v25,-19,45,-43,45,-86v1,-59,-29,-90,-85,-90"},"@":{"d":"317,-539v70,-40,182,-24,207,48r16,-54r82,0r-68,279v-4,18,-6,45,14,45v83,0,118,-91,118,-184v0,-163,-109,-246,-271,-246v-180,0,-283,116,-283,296v0,183,112,292,295,292v90,0,168,-34,215,-82r84,0v-73,130,-278,207,-455,133v-132,-55,-235,-165,-235,-345v0,-178,102,-291,233,-345v189,-78,400,11,466,150v35,74,37,187,1,258v-41,82,-108,147,-207,158v-42,5,-67,-26,-75,-57v-20,35,-58,58,-108,58v-128,0,-187,-137,-142,-264v21,-61,60,-110,113,-140xm415,-466v-78,4,-120,68,-124,147v-3,50,30,92,78,89v79,-5,119,-71,123,-151v2,-46,-33,-87,-77,-85","w":800},"A":{"d":"249,-276r185,0r-90,-262r-2,0xm264,-714r161,0r267,714r-163,0r-54,-159r-267,0r-56,159r-159,0","w":685,"k":{"y":18,"w":18,"v":18,"Y":74,"W":18,"V":46,"T":74}},"B":{"d":"481,-510v0,-113,-149,-75,-255,-82r0,167v108,-6,255,31,255,-85xm667,-207v0,145,-109,207,-252,207r-346,0r0,-714r336,0v135,0,228,42,228,177v-1,78,-40,121,-97,149v82,22,131,84,131,181xm510,-216v0,-135,-160,-97,-284,-102r0,196v120,-7,284,35,284,-94","w":704},"C":{"d":"703,-275v-20,178,-123,292,-314,292v-226,0,-351,-147,-351,-371v0,-174,80,-291,203,-348v110,-51,279,-26,353,38v51,45,94,105,103,190r-152,0v-15,-75,-70,-125,-156,-125v-140,0,-194,106,-194,245v0,136,56,237,194,239v99,2,151,-70,162,-160r152,0","w":741},"D":{"d":"544,-346v0,-148,-56,-237,-206,-236r-112,0r0,450r140,0v123,-4,177,-84,178,-214xm701,-361v0,219,-105,361,-324,361r-308,0r0,-714r308,0v213,6,324,133,324,353","w":741},"E":{"d":"69,-714r534,0r0,132r-377,0r0,153r346,0r0,122r-346,0r0,175r385,0r0,132r-542,0r0,-714","w":648},"F":{"d":"69,-714r502,0r0,132r-345,0r0,165r299,0r0,122r-299,0r0,295r-157,0r0,-714","w":593,"k":{"A":55,".":129,",":129}},"G":{"d":"195,-354v0,136,56,237,194,239v105,1,161,-57,170,-154r-158,0r0,-117r300,0r0,386r-100,0r-16,-81v-46,61,-107,98,-196,98v-226,0,-351,-147,-351,-371v0,-174,80,-291,203,-348v108,-50,273,-28,347,36v50,44,94,103,102,187r-150,0v-16,-73,-69,-120,-151,-120v-140,0,-194,106,-194,245","w":759},"H":{"d":"69,-714r157,0r0,274r289,0r0,-274r157,0r0,714r-157,0r0,-308r-289,0r0,308r-157,0r0,-714","w":741},"I":{"d":"69,-714r157,0r0,714r-157,0r0,-714","w":295},"J":{"d":"247,-115v70,0,83,-50,83,-117r0,-482r157,0r0,489v-1,157,-77,244,-238,242v-164,-2,-251,-97,-235,-283r142,0v-3,84,8,151,91,151"},"K":{"d":"69,-714r157,0r0,296r279,-296r196,0r-279,282r306,432r-197,0r-215,-321r-90,91r0,230r-157,0r0,-714","w":722},"L":{"d":"69,-714r157,0r0,582r348,0r0,132r-505,0r0,-714","w":593,"k":{"y":37,"Y":111,"W":55,"V":92,"T":111}},"M":{"d":"69,-714r221,0r167,491r2,0r158,-491r221,0r0,714r-147,0r0,-506r-2,0r-175,506r-121,0r-175,-501r-2,0r0,501r-147,0r0,-714","w":907},"N":{"d":"69,-714r156,0r298,479r2,0r0,-479r147,0r0,714r-157,0r-297,-478r-2,0r0,478r-147,0r0,-714","w":741},"O":{"d":"389,-599v-140,0,-194,106,-194,245v0,136,56,239,194,239v138,0,194,-103,194,-239v0,-139,-54,-245,-194,-245xm131,-91v-79,-80,-122,-264,-69,-411v48,-133,150,-229,327,-229v228,0,351,150,351,377v0,171,-81,287,-203,342v-84,38,-213,39,-296,0v-43,-19,-78,-47,-110,-79","w":778},"P":{"d":"486,-485v0,-128,-138,-106,-260,-107r0,214v122,-1,260,21,260,-107xm638,-485v0,149,-92,229,-247,229r-165,0r0,256r-157,0r0,-714r322,0v156,1,247,81,247,229","w":667,"k":{"A":74,".":129,",":129}},"Q":{"d":"195,-354v0,148,67,252,230,238v13,-1,22,-4,27,-9r-67,-61r73,-78r81,74v28,-39,45,-94,44,-164v-3,-139,-54,-245,-194,-245v-140,0,-194,106,-194,245xm716,-502v51,143,15,327,-69,411r89,81r-73,77r-101,-92v-77,49,-229,56,-321,13v-122,-57,-203,-170,-203,-342v0,-174,80,-292,203,-348v84,-38,212,-38,296,0v86,39,147,108,179,200","w":778},"R":{"d":"506,-493v0,-135,-160,-93,-280,-99r0,201v122,-6,280,36,280,-102xm663,-517v3,95,-43,148,-113,181v116,24,96,181,118,299v3,15,9,27,16,37r-157,0v-41,-100,17,-289,-144,-279r-157,0r0,279r-157,0r0,-714r385,0v127,4,205,74,209,197","w":722,"k":{"Y":37,"W":-6,"V":-6,"T":18}},"S":{"d":"625,-212v-1,199,-214,263,-411,214v-109,-27,-189,-102,-190,-239r152,0v2,94,66,132,158,132v70,0,139,-19,139,-89v0,-96,-130,-93,-212,-118v-107,-33,-209,-68,-213,-203v-8,-260,438,-276,530,-91v15,30,23,64,23,105r-152,0v-4,-80,-59,-106,-141,-108v-71,-2,-129,47,-100,115v88,78,296,59,374,159v24,30,43,69,43,123","w":649},"T":{"d":"227,-582r-214,0r0,-132r585,0r0,132r-214,0r0,582r-157,0r0,-582","w":611,"k":{"y":92,"w":111,"u":92,"s":111,"r":92,"o":111,"e":111,"c":111,"a":111,"A":74,";":87,":":87,".":111,"-":129,",":111}},"U":{"d":"370,-115v112,-1,148,-46,148,-155r0,-444r157,0r0,444v2,193,-115,287,-305,287v-193,0,-304,-92,-304,-287r0,-444r157,0r0,444v-1,101,42,156,147,155","w":741},"V":{"d":"401,0r-177,0r-232,-714r162,0r159,502r2,0r161,-502r162,0","w":630,"k":{"y":18,"u":37,"r":37,"o":55,"i":18,"e":55,"a":55,"A":46,";":50,":":50,".":129,"-":55,",":129}},"W":{"d":"749,0r-156,0r-121,-486r-2,0r-119,486r-159,0r-189,-714r157,0r113,486r2,0r124,-486r147,0r122,492r2,0r117,-492r154,0","w":944,"k":{"u":18,"r":18,"o":37,"e":37,"a":37,"A":18,";":18,":":18,".":74,",":74}},"X":{"d":"244,-374r-230,-340r182,0r140,228r145,-228r172,0r-229,341r249,373r-187,0r-156,-247r-159,247r-177,0","w":667},"Y":{"d":"254,-278r-263,-436r177,0r167,282r166,-282r175,0r-265,440r0,274r-157,0r0,-278","w":667,"k":{"v":55,"u":74,"q":92,"p":74,"o":92,"i":13,"e":92,"a":92,"A":74,";":68,":":80,".":111,"-":111,",":111}},"Z":{"d":"23,-124r383,-458r-353,0r0,-132r562,0r0,124r-383,458r393,0r0,132r-602,0r0,-124","w":648},"[":{"d":"68,-731r264,0r0,112r-122,0r0,689r122,0r0,112r-264,0r0,-913","w":333},"\\":{"d":"382,17r-114,0r-279,-748r114,0","w":371},"]":{"d":"265,182r-264,0r0,-112r122,0r0,-689r-122,0r0,-112r264,0r0,913","w":333},"^":{"d":"233,-700r134,0r172,385r-117,0r-122,-275r-122,275r-117,0","w":600},"_":{"d":"0,75r500,0r0,50r-500,0r0,-50","w":500},"a":{"d":"284,-436v-57,1,-89,24,-94,78r-142,0v9,-127,110,-173,243,-173v119,0,227,28,227,147r0,269v0,41,3,91,18,115r-144,0v-5,-15,-9,-32,-10,-50v-39,42,-101,64,-174,64v-105,0,-174,-49,-176,-155v-3,-158,161,-148,292,-174v28,-6,52,-18,52,-51v1,-56,-37,-70,-92,-70xm261,-81v101,2,121,-70,115,-172v-58,44,-202,4,-202,106v0,51,37,65,87,66","w":574},"b":{"d":"312,-93v88,0,121,-75,121,-165v0,-91,-32,-166,-121,-166v-90,0,-121,75,-121,166v0,90,32,165,121,165xm361,14v-81,4,-140,-28,-172,-80r0,66r-135,0r0,-714r142,0r0,260r2,0v29,-49,92,-77,163,-77v145,0,214,115,214,272v0,157,-69,266,-214,273","w":611},"c":{"d":"38,-251v-5,-201,147,-320,352,-268v85,22,147,83,155,184r-139,0v-9,-59,-44,-89,-105,-89v-90,0,-121,79,-121,168v0,87,30,161,118,163v69,1,104,-44,113,-105r137,0v-16,131,-107,212,-249,212v-164,0,-257,-102,-261,-265","w":574},"d":{"d":"299,-93v93,0,122,-75,122,-167v0,-91,-31,-164,-122,-164v-93,0,-125,73,-125,165v0,90,35,166,125,166xm261,-531v70,-2,124,34,155,77r0,-260r142,0r0,714r-135,0v-2,-21,4,-49,-2,-66v-29,51,-83,80,-157,80v-160,0,-232,-119,-232,-277v0,-154,75,-264,229,-268","w":611},"e":{"d":"402,-314v-14,-67,-37,-110,-113,-110v-74,0,-111,44,-118,110r231,0xm293,14v-205,5,-311,-185,-245,-380v33,-97,116,-165,245,-165v175,0,256,127,251,307r-373,0v3,86,42,129,127,131v51,1,101,-32,112,-67r125,0v-35,111,-109,171,-242,174","w":574},"f":{"d":"333,-604v-55,-7,-113,-8,-106,56r0,31r98,0r0,95r-98,0r0,422r-142,0r0,-422r-85,0r0,-95r85,0v-15,-160,90,-216,248,-193r0,106","w":333,"k":{"f":18}},"g":{"d":"180,-277v0,85,30,155,115,155v82,0,121,-61,121,-143v0,-90,-30,-159,-121,-159v-82,0,-115,64,-115,147xm260,-531v79,-2,121,32,156,83r0,-69r135,0r0,484v5,186,-159,258,-345,219v-79,-17,-143,-65,-151,-156r141,0v11,50,50,69,106,71v102,4,127,-93,112,-196v-26,50,-85,80,-155,80v-154,0,-221,-106,-221,-260v0,-147,74,-252,222,-256","w":611},"h":{"d":"306,-419v-87,0,-109,52,-110,148r0,271r-142,0r0,-714r142,0r0,269r3,0v28,-50,85,-85,151,-86v139,-3,189,76,189,213r0,318r-142,0r0,-292v-1,-78,-18,-127,-91,-127","w":593},"i":{"d":"200,-597r-142,0r0,-117r142,0r0,117xm58,-517r142,0r0,517r-142,0r0,-517","w":258},"j":{"d":"209,-597r-142,0r0,-117r142,0r0,117xm209,26v9,135,-96,169,-228,152r0,-117v37,9,86,6,86,-42r0,-536r142,0r0,543","w":278},"k":{"d":"67,-714r142,0r0,383r179,-186r168,0r-195,190r217,327r-172,0r-142,-231r-55,53r0,178r-142,0r0,-714","w":574},"l":{"d":"58,-714r142,0r0,714r-142,0r0,-714","w":258},"m":{"d":"296,-419v-63,4,-96,47,-96,119r0,300r-142,0r0,-517r134,0v2,22,-4,52,2,70v34,-48,82,-84,158,-84v73,0,128,29,151,86v30,-43,83,-87,156,-86v122,1,189,61,189,185r0,346r-142,0r0,-293v2,-74,-13,-127,-87,-126v-75,1,-95,57,-95,131r0,288r-142,0r0,-290v2,-74,-9,-134,-86,-129","w":906},"n":{"d":"306,-419v-87,0,-109,52,-110,148r0,271r-142,0r0,-517r135,0r0,72r3,0v29,-51,87,-84,158,-86v139,-2,189,76,189,213r0,318r-142,0r0,-292v-1,-78,-18,-127,-91,-127","w":593},"o":{"d":"305,-424v-93,0,-125,73,-125,166v0,92,31,165,125,165v94,0,126,-72,126,-165v0,-93,-32,-166,-126,-166xm305,14v-170,0,-267,-102,-267,-272v0,-171,97,-273,267,-273v170,0,268,102,268,273v0,171,-98,272,-268,272","w":611},"p":{"d":"191,-257v0,92,32,164,124,164v92,0,123,-72,123,-164v0,-91,-33,-167,-124,-167v-92,0,-123,75,-123,167xm353,14v-72,2,-123,-36,-157,-78r0,246r-142,0r0,-699r135,0v2,21,-4,49,2,66v30,-51,81,-80,154,-80v162,0,235,117,235,278v0,153,-74,263,-227,267","w":611},"q":{"d":"300,-424v-93,0,-126,74,-126,166v0,92,31,165,123,165v92,0,124,-71,124,-163v0,-90,-31,-168,-121,-168xm264,-531v74,-2,128,31,159,80r0,-66r135,0r0,699r-142,0r0,-247r-2,0v-27,51,-92,79,-163,79v-146,0,-219,-110,-219,-269v0,-158,73,-272,232,-276","w":611},"r":{"d":"387,-394v-121,-25,-191,42,-191,161r0,233r-142,0r0,-517r135,0v2,31,-4,69,2,96v29,-67,100,-123,196,-105r0,132","w":389,"k":{"q":18,"o":18,"n":-18,"e":18,"d":18,"c":18,".":92,"-":55,",":92}},"s":{"d":"508,-166v1,162,-167,202,-324,171v-87,-17,-150,-71,-155,-173r135,0v2,61,48,84,109,87v58,3,117,-41,82,-93v-87,-76,-309,-24,-314,-191v-5,-154,160,-185,307,-158v82,15,138,64,146,157r-135,0v-2,-53,-45,-70,-97,-70v-40,0,-79,8,-79,48v0,66,101,60,161,77v81,23,163,45,164,145","w":537},"t":{"d":"338,1v-117,14,-246,10,-246,-118r0,-305r-86,0r0,-95r86,0r0,-155r142,0r0,155r104,0r0,95r-104,0r0,256v-9,68,51,63,104,56r0,111","w":352},"u":{"d":"287,-98v87,0,109,-52,110,-148r0,-271r142,0r0,517r-135,0r0,-72r-3,0v-29,51,-87,84,-158,86v-139,2,-189,-76,-189,-213r0,-318r142,0r0,292v1,78,18,127,91,127","w":593},"v":{"d":"340,0r-158,0r-177,-517r149,0r109,353r2,0r109,-353r141,0","w":520,"k":{".":55,",":55}},"w":{"d":"645,0r-146,0r-92,-347r-2,0r-88,347r-147,0r-164,-517r150,0r95,351r2,0r86,-351r138,0r88,350r2,0r95,-350r146,0","w":814,"k":{".":55,",":55}},"x":{"d":"186,-272r-170,-245r162,0r91,135r90,-135r157,0r-170,242r191,275r-162,0r-108,-163r-108,163r-159,0","w":537},"y":{"d":"245,154v-43,31,-131,31,-201,23r0,-117v62,10,141,13,138,-60v0,-11,-2,-22,-6,-32r-182,-485r152,0r117,354r2,0r113,-354r147,0r-216,582v-15,41,-37,70,-64,89","w":519,"k":{".":55,",":55}},"z":{"d":"22,-107r269,-303r-249,0r0,-107r436,0r0,107r-269,303r288,0r0,107r-475,0r0,-107","w":519},"{":{"d":"83,-596v3,-79,51,-135,123,-135r127,0r0,112r-54,0v-42,0,-54,31,-54,73r0,152v0,73,-38,110,-99,118r0,3v56,8,98,43,99,110r0,160v0,42,12,73,54,73r54,0r0,112r-127,0v-72,-8,-123,-56,-123,-135r0,-195v-2,-54,-42,-79,-92,-83r0,-87v53,-4,92,-33,92,-90r0,-188","w":333},"|":{"d":"58,-786r107,0r0,1000r-107,0r0,-1000","w":223},"}":{"d":"250,47v-3,79,-51,135,-123,135r-127,0r0,-112r54,0v42,0,54,-31,54,-73r0,-160v0,-67,42,-101,99,-110r0,-3v-61,-8,-99,-44,-99,-118r0,-152v0,-42,-12,-73,-54,-73r-54,0r0,-112r127,0v72,8,123,56,123,135r0,188v1,57,39,86,92,90r0,87v-50,4,-92,29,-92,83r0,195","w":333},"~":{"d":"67,-254v25,-59,94,-104,179,-76v51,17,101,58,159,58v49,0,66,-42,88,-72r40,93v-29,40,-58,86,-125,86v-89,0,-123,-70,-217,-68v-49,1,-67,38,-84,72","w":600},"'":{"d":"86,-714r107,0r0,321r-107,0r0,-321","w":278},"`":{"d":"-48,-723r157,0r96,142r-99,0","w":259},"\u00ae":{"d":"490,-451v-3,-66,-90,-49,-156,-52r0,110v70,-3,159,17,156,-58xm573,-444v0,74,-43,105,-110,112r112,183r-87,0r-102,-179r-52,0r0,179r-83,0r0,-419v146,3,322,-29,322,124xm400,-651v-218,0,-329,198,-260,411v42,129,207,217,370,155v128,-49,216,-227,150,-391v-40,-100,-126,-175,-260,-175xm48,-203v-42,-89,-38,-218,0,-309v68,-161,285,-272,498,-192v136,51,238,163,238,346v0,184,-103,294,-238,348v-151,60,-333,7,-414,-75v-34,-34,-63,-72,-84,-118","w":800},"\u2122":{"d":"398,-634r-117,0r0,332r-102,0r0,-332r-117,0r0,-80r336,0r0,80xm928,-302r-96,0r0,-292r-2,0r-106,292r-69,0r-106,-292r-2,0r0,292r-96,0r0,-412r136,0r103,271r103,-271r135,0r0,412","w":1000},"\u00a0":{"w":278}}});


Cufon.replace('#mainnav ul li, .statement h5, .panes h4, h1,h2, .newstabs li, .reltabs li, #tabModule ul.tabs li, .pod h3, #leftpod h4, #lsidebar h4, #featured h4, #related h4, #article_cat h4', {
	fontFamily: 'FrutigerLT55Roman',
	separate: 'words',
	hover: true
});
Cufon.replace('.panes h2, .statement h2, .letter', {
	fontFamily: 'FrutigerCE45Light',
	separate: 'words',
	hover: true
});
Cufon.replace('p.button,#fullcontainer .tx-indexedsearch-searchbox .sendit, dl.glossary_searchbox .sendit', {
	fontFamily: 'HelveticaNeueLT55',
	separate: 'words',
	hover: true
});


