/*
 * 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 © 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * © 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Avenir is a trademark of Heidelberger Druckmaschinen AG, exclusively licensed
 * through Linotype Library GmbH, and may be registered in certain jurisdictions.
 * 
 * Designer:
 * Adrian Frutiger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Avenir LT Std Medium","font-weight":600,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 3 2 2 3 2 2 4","ascent":"272","descent":"-88","x-height":"4","bbox":"-17 -285 346 102","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"#":{"d":"83,-153r-7,51r41,0r8,-51r-42,0xm43,-73r-34,0r0,-29r38,0r7,-51r-34,0r0,-28r38,0r10,-74r29,0r-10,74r42,0r10,-74r28,0r-10,74r34,0r0,28r-38,0r-7,51r34,0r0,29r-38,0r-10,73r-29,0r10,-73r-41,0r-10,73r-29,0"},"$":{"d":"108,-26v45,2,58,-65,16,-78v-5,-2,-11,-3,-16,-5r0,83xm89,-229v-41,-1,-53,62,-15,75v5,2,10,4,15,5r0,-80xm15,-188v0,-44,32,-67,74,-71r0,-26r19,0r0,26v30,0,57,9,71,28r-26,25v-10,-13,-24,-23,-45,-23r0,85v39,12,78,24,78,74v0,46,-32,71,-78,74r0,26r-19,0r0,-26v-37,0,-63,-10,-80,-34r28,-25v10,16,29,28,52,29r0,-88v-38,-11,-74,-26,-74,-74"},"%":{"d":"85,11r-22,-11r160,-266r22,11xm230,-93v-20,0,-36,16,-36,36v0,20,16,35,36,35v19,0,35,-16,35,-35v0,-20,-15,-36,-35,-36xm230,6v-38,0,-64,-25,-64,-63v0,-38,26,-64,64,-64v38,0,63,26,63,64v0,38,-25,63,-63,63xm77,-233v-19,0,-36,16,-36,35v0,19,16,36,36,36v20,0,36,-17,36,-36v0,-19,-17,-35,-36,-35xm77,-134v-38,0,-64,-26,-64,-64v0,-38,26,-63,64,-63v38,0,64,25,64,63v0,38,-26,64,-64,64","w":306},"&":{"d":"81,-111v-42,18,-30,91,21,87v27,-1,43,-17,56,-32r-62,-64xm105,-157v16,-11,39,-18,39,-45v0,-17,-14,-27,-31,-27v-35,0,-42,45,-17,63v4,5,5,5,9,9xm179,-202v0,36,-28,53,-53,66r50,52r32,-52r40,0r-50,77r58,59r-46,0r-31,-34v-21,23,-39,40,-79,40v-50,-1,-83,-26,-83,-73v0,-41,28,-59,58,-73v-14,-17,-30,-31,-30,-59v0,-40,28,-60,68,-60v39,0,66,18,66,57","w":259},"(":{"d":"70,56v-68,-75,-67,-242,0,-320r21,14v-58,69,-60,222,0,292","w":100},")":{"d":"30,-264v68,76,68,242,0,320r-21,-14v58,-69,60,-221,0,-291","w":100},"*":{"d":"97,-202r50,-17r7,24r-50,16r32,43r-20,15r-32,-44r-33,43r-19,-14r32,-43r-51,-17r7,-23r51,17r0,-53r26,0r0,53","w":167},"+":{"d":"24,-123r82,0r0,-82r28,0r0,82r82,0r0,28r-82,0r0,82r-28,0r0,-82r-82,0r0,-28","w":239},",":{"d":"47,48r-30,0r25,-89r35,0","w":100},"-":{"d":"101,-72r-88,0r0,-30r88,0r0,30","w":113},".":{"d":"74,-22v0,12,-12,24,-24,24v-12,0,-24,-12,-24,-24v0,-12,12,-23,24,-23v12,0,24,11,24,23","w":100},"\/":{"d":"25,16r-25,-10r115,-277r25,10","w":140},"0":{"d":"100,-229v-47,0,-53,52,-53,102v0,47,7,101,53,101v53,0,56,-66,53,-121v-2,-39,-11,-82,-53,-82xm100,4v-69,0,-88,-64,-88,-131v0,-69,18,-132,88,-132v70,0,88,63,88,132v0,67,-19,131,-88,131"},"1":{"d":"97,-215r-47,43r-20,-24r71,-59r31,0r0,255r-35,0r0,-215"},"2":{"d":"103,-261v80,-6,101,86,53,133r-101,98r129,0r0,30r-167,0r0,-37v42,-47,95,-83,128,-138v8,-32,-11,-56,-42,-56v-26,-1,-43,16,-46,39r-38,-3v7,-42,36,-62,84,-66"},"3":{"d":"184,-69v5,90,-151,97,-167,18r36,-11v7,23,18,36,47,36v29,0,49,-17,49,-46v0,-40,-33,-47,-72,-48r0,-30v38,1,65,-5,66,-40v2,-51,-75,-52,-86,-12r-35,-11v11,-29,39,-49,77,-48v46,1,77,22,78,69v0,28,-20,52,-43,58v31,6,48,30,50,65"},"4":{"d":"121,-86r-1,-128r-78,128r79,0xm121,-56r-109,0r0,-35r102,-164r42,0r0,169r36,0r0,30r-36,0r0,56r-35,0r0,-56"},"5":{"d":"144,-78v3,-60,-71,-65,-114,-43r3,-134r137,0r0,33r-104,0r-1,63v61,-18,114,16,114,79v0,92,-141,113,-167,33r35,-12v9,21,21,33,47,33v31,0,49,-20,50,-52"},"6":{"d":"100,-132v-33,0,-53,21,-53,53v0,32,20,53,53,53v33,0,53,-21,53,-53v0,-32,-20,-53,-53,-53xm100,4v-86,5,-102,-94,-62,-157r65,-102r40,0r-64,99v55,-19,111,15,109,75v-1,55,-34,82,-88,85"},"7":{"d":"138,-225r-123,0r0,-30r160,0r0,30r-101,225r-39,0"},"8":{"d":"51,-73v1,30,20,46,49,47v28,1,49,-20,49,-47v-1,-30,-19,-46,-49,-47v-28,-1,-49,20,-49,47xm100,-231v-22,0,-41,17,-40,40v2,24,16,41,40,41v25,0,39,-16,40,-41v0,-23,-16,-41,-40,-40xm135,-136v77,23,53,147,-35,140v-50,-4,-83,-27,-83,-77v0,-35,22,-53,49,-63v-24,-8,-41,-27,-40,-60v2,-41,31,-63,74,-63v43,0,75,22,75,63v0,32,-16,52,-40,60"},"9":{"d":"100,-123v33,0,53,-21,53,-53v0,-32,-20,-53,-53,-53v-33,0,-53,21,-53,53v0,32,20,53,53,53xm100,-259v74,-3,109,77,72,139v-24,41,-50,80,-74,120r-41,0r63,-99v-54,19,-110,-15,-107,-75v2,-53,33,-83,87,-85"},":":{"d":"50,2v-12,0,-24,-12,-24,-24v0,-12,12,-23,24,-23v12,0,24,11,24,23v0,12,-12,24,-24,24xm74,-149v0,12,-12,24,-24,24v-12,0,-24,-12,-24,-24v0,-12,12,-24,24,-24v12,0,24,12,24,24","w":100},";":{"d":"50,-125v-12,0,-24,-12,-24,-24v0,-12,12,-23,24,-23v12,0,24,11,24,23v0,12,-12,24,-24,24xm47,48r-30,0r25,-89r35,0","w":100},"<":{"d":"216,-15r-192,-79r0,-30r192,-79r0,28r-163,66r163,65r0,29","w":239},"=":{"d":"216,-95r0,28r-192,0r0,-28r192,0xm216,-151r0,28r-192,0r0,-28r192,0","w":239},">":{"d":"24,-203r192,79r0,30r-192,79r0,-29r162,-65r-162,-66r0,-28","w":239},"?":{"d":"93,2v-12,0,-24,-12,-24,-24v0,-12,12,-23,24,-23v11,0,23,12,23,23v0,12,-11,24,-23,24xm96,-261v62,0,93,65,57,109v-19,23,-49,34,-43,81r-34,0v-11,-68,48,-69,58,-122v-1,-23,-15,-38,-38,-38v-25,0,-40,17,-42,40r-37,-3v5,-40,35,-67,79,-67","w":180},"@":{"d":"150,-203v19,0,34,10,39,28r6,-21r26,0r-32,109v0,6,4,9,11,9v29,-6,44,-36,44,-71v0,-58,-38,-89,-94,-89v-66,0,-106,45,-106,111v0,67,42,110,108,110v36,0,67,-14,83,-37r29,0v-21,35,-58,60,-113,60v-82,0,-135,-52,-135,-134v0,-80,53,-133,133,-133v71,0,123,40,123,109v0,57,-36,94,-84,102v-15,2,-20,-14,-25,-23v-10,10,-26,23,-44,23v-33,0,-50,-24,-50,-57v0,-53,29,-96,81,-96xm175,-143v0,-16,-7,-32,-23,-32v-36,0,-51,30,-52,68v0,18,7,29,25,29v32,0,50,-32,50,-65","w":288},"A":{"d":"175,-93r-49,-117r-48,117r97,0xm113,-255r31,0r109,255r-40,0r-26,-63r-121,0r-25,63r-41,0","w":253,"k":{"T":33,"w":6,"V":17,"W":9,"Y":27,"v":6,"y":6}},"B":{"d":"173,-73v1,-50,-55,-48,-106,-46r0,89v49,0,105,6,106,-43xm162,-187v1,-43,-51,-39,-95,-38r0,76v44,0,95,6,95,-38xm210,-71v0,81,-94,72,-177,71r0,-255v76,1,166,-13,166,64v0,32,-22,46,-44,57v33,4,55,26,55,63","w":226},"C":{"d":"17,-125v-10,-120,146,-180,222,-97r-29,22v-12,-16,-35,-29,-61,-29v-61,0,-95,42,-95,104v0,60,35,99,95,99v32,0,51,-14,66,-34r29,22v-20,24,-49,45,-96,44v-81,-2,-125,-54,-131,-131","w":253},"D":{"d":"213,-127v0,-77,-61,-104,-151,-95r0,190v86,6,151,-17,151,-95xm250,-127v0,110,-99,137,-223,127r0,-255r89,0v86,1,134,48,134,128","w":266},"E":{"d":"33,-255r164,0r0,33r-130,0r0,75r121,0r0,33r-121,0r0,82r137,0r0,32r-171,0r0,-255","w":219},"F":{"d":"33,-255r160,0r0,33r-126,0r0,79r117,0r0,33r-117,0r0,110r-34,0r0,-255","w":206,"k":{",":57,".":57,"A":20}},"G":{"d":"54,-127v-3,85,88,122,161,88r0,-71r-56,0r0,-33r91,0r0,126v-24,15,-58,24,-97,23v-85,-2,-130,-51,-136,-133v-8,-119,147,-174,228,-101r-25,26v-18,-18,-39,-27,-70,-27v-61,0,-94,40,-96,102","w":280},"H":{"d":"33,-255r34,0r0,106r132,0r0,-106r35,0r0,255r-35,0r0,-117r-132,0r0,117r-34,0r0,-255","w":266},"I":{"d":"33,-255r34,0r0,255r-34,0r0,-255","w":100},"J":{"d":"72,-26v33,0,40,-25,40,-58r0,-171r35,0r0,182v12,90,-131,109,-144,24r34,-8v4,18,14,31,35,31","w":173},"K":{"d":"33,-255r34,0r0,110r3,0r113,-110r48,0r-123,118r131,137r-50,0r-119,-127r-3,0r0,127r-34,0r0,-255","w":233},"L":{"d":"33,-255r34,0r0,223r117,0r0,32r-151,0r0,-255","w":186,"k":{"T":33,"V":33,"W":20,"Y":40,"y":13}},"M":{"d":"30,-255r52,0r82,193r80,-193r52,0r0,255r-35,0r0,-210r-86,210r-23,0r-87,-210r0,210r-35,0r0,-255","w":326},"N":{"d":"33,-255r45,0r141,210r0,-210r35,0r0,255r-44,0r-143,-210r0,210r-34,0r0,-255","w":286},"O":{"d":"54,-127v0,62,35,101,96,101v61,0,96,-41,96,-101v0,-61,-35,-102,-96,-102v-61,0,-96,40,-96,102xm283,-127v0,81,-51,133,-133,133v-82,0,-133,-52,-133,-133v0,-82,50,-134,133,-134v82,0,133,52,133,134","w":299},"P":{"d":"167,-184v0,-49,-53,-40,-100,-41r0,82v47,-1,100,9,100,-41xm204,-184v0,70,-64,76,-137,72r0,112r-34,0r0,-255v81,-1,171,-11,171,71","w":213,"k":{",":64,".":64,"A":27}},"Q":{"d":"54,-133v0,61,35,101,94,101v59,0,94,-40,94,-100v0,-58,-37,-97,-94,-97v-57,0,-94,39,-94,96xm279,-134v0,52,-25,85,-59,104r76,0r0,30r-147,0v-78,-5,-132,-50,-132,-130v0,-80,52,-131,132,-131v79,0,130,51,130,127","w":299},"R":{"d":"167,-184v0,-49,-53,-40,-100,-41r0,82v47,-1,100,9,100,-41xm204,-184v-2,40,-26,63,-63,68r73,116r-43,0r-65,-112r-39,0r0,112r-34,0r0,-255v81,-1,174,-11,171,71","w":219,"k":{"T":6,"Y":6}},"S":{"d":"149,-129v64,38,25,135,-56,135v-35,0,-66,-13,-81,-35r28,-24v20,37,103,37,105,-15v-14,-66,-126,-26,-126,-122v0,-74,119,-95,160,-42r-28,25v-17,-33,-98,-29,-95,17v3,47,61,42,93,61"},"T":{"d":"86,-222r-82,0r0,-33r199,0r0,33r-82,0r0,222r-35,0r0,-222","w":206,"k":{",":40,".":40,"-":46,":":40,";":40,"r":33,"w":40,"s":40,"y":40,"A":33,"a":40,"c":40,"e":40,"o":40,"u":36}},"U":{"d":"127,6v-61,0,-99,-39,-99,-99r0,-162r35,0v8,90,-32,229,64,229v96,0,56,-139,64,-229r34,0r0,162v-2,62,-37,99,-98,99","w":253},"V":{"d":"-2,-255r40,0r75,207r78,-207r38,0r-100,255r-33,0","w":226,"k":{",":46,".":46,"-":20,":":17,";":17,"r":13,"y":6,"A":17,"a":20,"e":20,"o":20,"u":13,"i":6}},"W":{"d":"0,-255r36,0r57,204r60,-204r40,0r61,204r56,-204r36,0r-74,255r-37,0r-62,-208r-62,208r-36,0","w":346,"k":{",":32,".":32,":":6,";":6,"r":6,"A":9,"a":17,"e":17,"o":17,"u":6}},"X":{"d":"92,-134r-86,-121r44,0r67,98r65,-98r43,0r-85,121r94,134r-45,0r-73,-111r-74,111r-43,0","w":233},"Y":{"d":"93,-109r-97,-146r45,0r69,112r72,-112r42,0r-97,146r0,109r-34,0r0,-109","w":220,"k":{",":50,".":50,"-":40,":":33,";":33,"q":33,"v":20,"A":27,"a":33,"e":40,"o":40,"u":27,"i":13,"p":27}},"Z":{"d":"12,-32r145,-190r-141,0r0,-33r184,0r0,33r-145,190r147,0r0,32r-190,0r0,-32","w":213},"[":{"d":"26,-264r63,0r0,24r-33,0r0,272r33,0r0,24r-63,0r0,-320","w":100},"\\":{"d":"0,-261r25,-10r115,277r-25,10","w":140},"]":{"d":"12,32r32,0r0,-272r-32,0r0,-24r62,0r0,320r-62,0r0,-24","w":100},"^":{"d":"105,-255r29,0r77,156r-30,0r-61,-127r-61,127r-30,0","w":239},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"a":{"d":"85,-22v36,0,50,-23,49,-60v-38,0,-82,-2,-85,33v-1,22,16,27,36,27xm134,-106v7,-53,-68,-50,-89,-24r-20,-20v34,-37,138,-37,139,32r2,118r-29,0v-2,-8,1,-19,-2,-26v-22,43,-122,41,-119,-21v2,-55,58,-60,118,-59","w":186},"b":{"d":"57,-85v0,36,20,59,56,59v36,0,56,-23,56,-59v0,-37,-20,-60,-56,-60v-36,0,-56,23,-56,60xm204,-85v6,82,-103,116,-147,61r0,24r-33,0r0,-272r33,0r1,126v10,-17,34,-29,59,-29v54,0,83,35,87,90","w":219},"c":{"d":"16,-85v-5,-83,103,-117,155,-63r-24,23v-28,-37,-104,-16,-96,41v-5,54,67,76,96,39r23,23v-14,17,-37,26,-65,26v-56,-1,-86,-34,-89,-89","w":173},"d":{"d":"51,-85v0,36,20,59,56,59v36,0,56,-23,56,-59v0,-37,-20,-60,-56,-60v-36,0,-56,23,-56,60xm16,-85v-6,-83,104,-118,147,-61r0,-126r32,0r0,272r-32,0v-1,-7,2,-18,-1,-24v-10,17,-33,28,-59,28v-54,-2,-83,-35,-87,-89","w":219},"e":{"d":"151,-99v7,-59,-83,-65,-98,-18v-2,6,-4,12,-4,18r102,0xm103,-175v59,0,84,41,83,102r-137,0v-1,53,82,64,104,24r25,18v-46,63,-170,36,-164,-54v4,-54,34,-90,89,-90"},"f":{"d":"116,-245v-28,-11,-46,4,-46,35r0,39r38,0r0,28r-39,0r0,143r-32,0r0,-143r-37,0r0,-28r37,0v-6,-69,10,-120,83,-103","w":119,"k":{"f":6}},"g":{"d":"163,-85v-1,-37,-20,-60,-56,-60v-36,0,-55,23,-56,60v0,34,22,57,56,57v34,0,56,-23,56,-57xm163,-146r0,-25r32,0r0,170v8,91,-123,111,-176,57r22,-28v27,42,129,38,122,-31v-1,-8,2,-19,-1,-25v-10,18,-32,30,-59,30v-54,-1,-82,-36,-87,-87v-7,-82,103,-118,147,-61","w":219},"h":{"d":"104,-145v-63,0,-45,83,-47,145r-33,0r0,-272r33,0r1,128v8,-18,30,-31,56,-31v39,2,62,24,62,65r0,110r-33,0v-5,-56,20,-145,-39,-145"},"i":{"d":"43,-208v-12,0,-24,-12,-24,-24v0,-12,12,-24,24,-24v12,0,24,12,24,24v0,12,-12,24,-24,24xm27,-171r32,0r0,171r-32,0r0,-171","w":86},"j":{"d":"43,-208v-12,0,-24,-12,-24,-24v0,-12,12,-24,24,-24v12,0,24,12,24,24v0,12,-12,24,-24,24xm-10,53v22,9,37,-3,37,-30r0,-194r32,0r0,195v4,45,-27,73,-73,59","w":86},"k":{"d":"24,-272r33,0r0,176r73,-74r45,0r-79,77r86,93r-46,0r-79,-89r0,89r-33,0r0,-272","w":186},"l":{"d":"27,-272r32,0r0,272r-32,0r0,-272","w":86},"m":{"d":"55,-144v15,-37,95,-43,108,1v10,-19,30,-31,54,-32v84,-3,63,96,65,175r-32,0v-6,-55,22,-144,-37,-145v-62,-1,-38,87,-43,145r-33,0v-6,-55,22,-145,-36,-145v-60,0,-41,85,-44,145r-33,0r0,-171r31,0r0,27","w":306},"n":{"d":"104,-145v-63,0,-45,83,-47,145r-33,0r0,-171r33,0v1,8,-2,21,1,27v8,-18,30,-31,56,-31v39,2,62,24,62,65r0,110r-33,0v-5,-56,20,-145,-39,-145"},"o":{"d":"107,4v-55,0,-91,-35,-91,-89v0,-54,36,-90,91,-90v55,0,91,36,91,90v0,54,-37,89,-91,89xm107,-145v-36,0,-56,23,-56,60v0,36,20,59,56,59v36,0,56,-23,56,-59v0,-37,-20,-60,-56,-60","w":213},"p":{"d":"169,-85v0,-37,-20,-60,-56,-60v-36,0,-56,23,-56,60v0,36,20,59,56,59v36,0,56,-23,56,-59xm57,-24r0,126r-33,0r0,-273r33,0v1,8,-2,19,1,25v10,-17,34,-29,59,-29v55,0,83,36,87,90v7,82,-105,117,-147,61","w":219},"q":{"d":"163,-85v0,-37,-20,-60,-56,-60v-36,0,-56,23,-56,60v0,36,20,59,56,59v36,0,56,-23,56,-59xm163,-146r0,-25r32,0r0,253r-32,0r-1,-106v-10,17,-33,28,-59,28v-54,-2,-83,-34,-87,-89v-6,-82,103,-118,147,-61","w":219},"r":{"d":"122,-138v-39,-9,-65,10,-65,52r0,86r-33,0r0,-171r33,0v1,8,-2,21,1,27v9,-21,35,-36,65,-29","w":133,"k":{",":33,".":33,"-":20,"g":6,"q":6,"c":6,"e":6,"o":6,"d":6}},"s":{"d":"17,-122v0,-61,98,-68,123,-25r-25,19v-11,-27,-82,-19,-58,15v29,22,88,9,88,64v0,65,-110,68,-135,23r25,-20v12,21,70,32,76,-2v-15,-41,-94,-16,-94,-74","w":159},"t":{"d":"117,-1v-43,15,-80,-1,-80,-53r0,-89r-37,0r0,-28r37,0r0,-48r32,0r0,48r47,0r0,28r-47,0r1,92v-3,25,28,30,47,20r0,30","w":133},"u":{"d":"96,-26v65,2,44,-84,47,-145r33,0r0,171r-33,0r0,-26v-8,17,-31,30,-57,30v-81,0,-59,-99,-62,-175r33,0v6,55,-21,144,39,145"},"v":{"d":"4,-171r37,0r52,131r48,-131r35,0r-67,171r-36,0","w":180,"k":{",":27,".":27}},"w":{"d":"4,-171r36,0r40,128r40,-128r34,0r44,128r37,-128r34,0r-55,171r-33,0r-45,-127r-41,127r-35,0","w":273,"k":{",":20,".":20}},"x":{"d":"71,-91r-60,-80r42,0r41,61r41,-61r39,0r-58,80r69,91r-42,0r-50,-72r-51,72r-40,0","w":186},"y":{"d":"4,-171r37,0r52,134r48,-134r35,0r-90,228v-8,26,-46,36,-78,25r4,-30v41,17,53,-22,63,-51","w":180,"k":{",":27,".":27}},"z":{"d":"13,-29r96,-114r-93,0r0,-28r133,0r0,29r-98,114r103,0r0,28r-141,0r0,-29","w":166},"{":{"d":"14,-117v71,-13,-19,-169,95,-147r0,26v-70,-12,-2,119,-64,135v36,6,30,58,30,102v0,22,8,36,34,31r0,26v-65,11,-67,-41,-64,-103v0,-22,-12,-41,-31,-42r0,-28","w":119},"|":{"d":"54,-270r0,360r-28,0r0,-360r28,0","w":79},"}":{"d":"105,-90v-63,9,4,149,-68,146r-27,0r0,-26v71,13,2,-118,65,-134v-36,-7,-30,-59,-30,-103v1,-22,-9,-35,-35,-31r0,-26v66,-10,69,41,65,104v-1,23,11,41,30,42r0,28","w":119},"~":{"d":"82,-136v39,1,87,53,109,0r14,22v-17,46,-76,28,-108,10v-23,-13,-42,4,-48,22r-14,-22v11,-16,21,-33,47,-32","w":239},"'":{"d":"64,-166r-28,0r0,-89r28,0r0,89","w":100},"`":{"d":"67,-203r-30,0r-54,-52r47,0","w":86},"\"":{"d":"106,-255r28,0r0,89r-28,0r0,-89xm53,-255r28,0r0,89r-28,0r0,-89","w":186},"!":{"d":"50,2v-12,0,-24,-12,-24,-24v0,-12,12,-23,24,-23v12,0,24,11,24,23v0,12,-12,24,-24,24xm67,-73r-35,0r0,-182r35,0r0,182","w":100},"\u00a0":{"w":100}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * © 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Avenir is a trademark of Heidelberger Druckmaschinen AG, exclusively licensed
 * through Linotype Library GmbH, and may be registered in certain jurisdictions.
 * 
 * Designer:
 * Adrian Frutiger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":213,"face":{"font-family":"Avenir LT Std Bold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 3 2 2 3 2 2 4","ascent":"272","descent":"-88","x-height":"4","bbox":"-21 -283 353 90","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":106},"#":{"d":"91,-149r-6,44r37,0r6,-44r-37,0xm49,-75r-32,0r0,-30r36,0r7,-44r-33,0r0,-31r37,0r11,-75r31,0r-11,75r37,0r11,-75r32,0r-11,75r32,0r0,31r-37,0r-6,44r33,0r0,30r-36,0r-11,75r-32,0r11,-75r-37,0r-11,75r-31,0"},"$":{"d":"114,-35v30,0,53,-41,25,-59v-7,-5,-16,-9,-25,-11r0,70xm95,-220v-29,0,-47,51,-12,61v4,2,8,3,12,5r0,-66xm17,-185v0,-46,35,-68,78,-74r0,-24r19,0r0,24v30,-1,58,10,74,25r-30,33v-9,-11,-26,-19,-44,-19v2,23,-4,53,2,72v40,11,81,23,81,73v0,51,-36,73,-83,79r0,26r-19,0r0,-26v-36,0,-65,-11,-84,-32r33,-33v10,16,28,24,51,26v-2,-24,4,-56,-2,-76v-40,-11,-76,-24,-76,-74"},"%":{"d":"224,-266r29,13r-149,265r-30,-14xm78,-160v18,1,33,-14,32,-32v0,-18,-14,-33,-32,-33v-18,0,-33,15,-33,33v0,18,15,32,33,32xm78,-125v-40,0,-67,-26,-67,-67v0,-41,26,-67,67,-67v41,0,67,27,67,67v0,40,-27,67,-67,67xm249,-30v18,0,32,-15,32,-33v1,-18,-14,-33,-32,-32v-18,0,-33,14,-33,32v0,18,15,33,33,33xm249,4v-41,0,-67,-26,-67,-67v0,-41,28,-67,67,-67v40,0,67,27,67,67v0,39,-26,67,-67,67","w":326},"&":{"d":"65,-71v-2,34,40,49,66,31v7,-5,15,-12,21,-18r-52,-56v-16,11,-34,18,-35,43xm111,-160v29,-5,53,-59,6,-62v-33,-2,-39,38,-15,54v3,3,6,5,9,8xm188,-201v0,36,-26,52,-50,66r41,44r28,-43r51,0r-51,74r55,60r-56,0r-27,-29v-35,56,-166,44,-162,-39v3,-39,25,-60,55,-72v-14,-16,-29,-31,-29,-59v0,-42,31,-61,73,-62v43,-1,72,19,72,60","w":266},"(":{"d":"70,56v-67,-75,-69,-243,0,-320v9,8,23,11,30,21v-58,66,-59,213,0,279","w":106},")":{"d":"37,-264v66,76,67,243,0,320v-10,-7,-22,-12,-31,-20v26,-36,47,-84,47,-140v0,-56,-22,-104,-47,-139","w":106},"*":{"d":"99,-204r48,-16r10,29r-49,16r31,42r-25,18r-31,-42r-30,41r-25,-18r31,-41r-49,-17r9,-29r49,17r0,-51r31,0r0,51","w":166},"+":{"d":"102,-127r0,-80r36,0r0,80r79,0r0,36r-79,0r0,79r-36,0r0,-79r-80,0r0,-36r80,0","w":239},",":{"d":"39,-50r44,0r-31,95r-38,0","w":106},"-":{"d":"101,-70r-89,0r0,-37r89,0r0,37","w":113},".":{"d":"53,2v-17,-1,-28,-11,-29,-27v-1,-14,14,-29,29,-28v15,0,29,12,29,27v0,15,-14,29,-29,28","w":106},"\/":{"d":"27,17r-30,-11r112,-279r30,12","w":140},"0":{"d":"107,-218v-42,0,-49,47,-49,91v0,43,6,90,49,90v43,0,49,-49,49,-90v0,-42,-7,-91,-49,-91xm107,4v-71,0,-93,-57,-93,-131v0,-75,22,-132,93,-132v70,0,92,57,92,132v0,74,-21,131,-92,131"},"1":{"d":"96,-205r-47,44r-26,-30r77,-64r40,0r0,255r-44,0r0,-205"},"2":{"d":"109,-259v67,-4,104,61,72,114v-25,42,-73,71,-107,106r118,0r0,39r-171,0r0,-46r117,-115v19,-22,4,-59,-29,-57v-22,1,-37,14,-39,34r-45,-3v5,-47,33,-69,84,-72"},"3":{"d":"147,-75v0,-34,-32,-39,-67,-38r0,-39v33,1,60,-3,61,-35v1,-43,-69,-42,-75,-5r-45,-12v10,-35,37,-55,81,-55v48,0,80,22,82,68v1,30,-21,51,-44,58v31,3,48,30,50,62v5,94,-161,98,-173,16r46,-13v5,20,16,34,41,33v27,0,43,-15,43,-40"},"4":{"d":"121,-91r-1,-103r-64,103r65,0xm121,-52r-109,0r0,-43r103,-160r49,0r0,164r37,0r0,39r-37,0r0,52r-43,0r0,-52"},"5":{"d":"147,-80v2,-57,-74,-58,-113,-37r3,-138r145,0r0,39r-103,0r-1,51v62,-14,112,19,112,81v0,100,-153,121,-174,30r45,-12v6,17,20,29,42,29v27,-1,43,-16,44,-43"},"6":{"d":"108,-130v-28,0,-47,19,-47,47v0,27,18,46,47,46v29,0,46,-19,46,-46v0,-27,-18,-47,-46,-47xm107,4v-87,5,-108,-92,-67,-156r65,-103r52,0v-19,32,-45,64,-60,95v55,-15,101,21,100,77v-2,55,-34,84,-90,87"},"7":{"d":"15,-255r173,0r0,40r-102,215r-50,0r104,-214r-125,0r0,-41"},"8":{"d":"149,-78v-1,-25,-17,-40,-42,-40v-25,0,-42,14,-43,40v-1,24,19,41,43,41v24,0,43,-18,42,-41xm141,-188v1,-19,-15,-34,-34,-34v-21,0,-35,14,-35,34v0,20,14,37,35,36v20,-1,33,-14,34,-36xm67,-134v-66,-27,-40,-132,40,-125v46,4,78,22,78,67v0,31,-16,49,-39,58v28,7,47,29,47,62v0,51,-36,76,-86,76v-51,0,-86,-23,-86,-76v0,-34,20,-54,46,-62"},"9":{"d":"105,-125v28,0,47,-19,47,-47v0,-27,-18,-46,-47,-46v-29,0,-46,19,-46,46v0,27,19,47,46,47xm107,-259v86,-5,108,92,67,156r-66,103r-52,0v19,-32,45,-64,60,-95v-54,15,-101,-21,-100,-77v2,-55,35,-84,91,-87"},":":{"d":"53,-120v-17,-1,-28,-11,-29,-27v-1,-14,14,-29,29,-28v15,0,29,12,29,27v0,15,-14,29,-29,28xm53,2v-17,-1,-28,-11,-29,-27v-1,-14,14,-29,29,-28v15,0,29,12,29,27v0,15,-14,29,-29,28","w":106},";":{"d":"53,-120v-17,-1,-28,-11,-29,-27v-1,-14,14,-29,29,-28v15,0,29,12,29,27v0,15,-14,29,-29,28xm39,-50r44,0r-31,95r-38,0","w":106},"<":{"d":"29,-96r0,-26r182,-81r0,40r-122,54r122,54r0,40","w":239},"=":{"d":"217,-95r0,37r-195,0r0,-37r195,0xm217,-160r0,37r-195,0r0,-37r195,0","w":239},">":{"d":"211,-122r0,26r-182,81r0,-40r121,-54r-121,-54r0,-40","w":239},"?":{"d":"97,2v-17,-1,-28,-11,-29,-27v-1,-14,14,-29,29,-28v15,0,29,12,29,27v0,15,-14,29,-29,28xm101,-261v70,-5,98,79,52,122v-17,16,-39,26,-34,64r-43,0v-12,-64,49,-64,56,-114v3,-18,-14,-31,-33,-31v-21,0,-33,17,-36,35r-46,-4v6,-45,34,-68,84,-72","w":186},"@":{"d":"48,-127v-5,92,110,127,174,79r40,0v-33,62,-158,71,-209,17v-22,-23,-42,-53,-41,-96v2,-83,55,-134,137,-134v75,0,127,41,127,118v0,56,-28,84,-79,88v-19,1,-26,-9,-30,-20v-28,37,-104,18,-98,-41v5,-45,25,-79,72,-81v22,0,30,9,40,21r3,-16r34,0r-17,91v1,9,1,13,10,14v23,-4,31,-26,31,-54v0,-58,-36,-88,-94,-88v-62,0,-96,39,-100,102xm171,-131v0,-20,-8,-33,-27,-33v-28,0,-40,24,-37,52v1,15,12,24,29,25v26,0,34,-20,35,-44","w":288},"A":{"d":"168,-97r-39,-104r-40,104r79,0xm111,-255r39,0r110,255r-52,0r-24,-58r-110,0r-23,58r-51,0","w":259,"k":{"T":33,"w":6,"V":22,"W":9,"Y":27,"v":6,"y":6}},"B":{"d":"171,-76v0,-45,-54,-35,-97,-36r0,73v44,-1,97,8,97,-37xm161,-183v1,-39,-47,-33,-87,-33r0,65v39,1,86,4,87,-32xm217,-73v0,86,-103,73,-189,73r0,-255v79,1,177,-15,178,64v1,32,-22,47,-44,57v33,5,55,25,55,61","w":233},"C":{"d":"15,-126v-9,-122,149,-178,224,-95r-36,26v-47,-55,-147,-11,-141,66v4,56,31,94,88,94v26,0,44,-13,57,-31r37,27v-20,29,-51,45,-95,45v-84,0,-128,-50,-134,-132","w":246},"D":{"d":"211,-127v2,-76,-58,-92,-137,-87r0,173v77,4,136,-13,137,-86xm258,-127v0,116,-104,135,-230,127r0,-255r101,0v79,4,129,45,129,128","w":273},"E":{"d":"28,-255r169,0r0,41r-123,0r0,63r117,0r0,41r-117,0r0,69r130,0r0,41r-176,0r0,-255","w":219},"F":{"d":"28,-255r165,0r0,41r-119,0r0,67r112,0r0,41r-112,0r0,106r-46,0r0,-255","w":206,"k":{",":46,".":46,"A":20}},"G":{"d":"62,-129v-5,80,82,115,148,81r0,-60r-53,0r0,-41r98,0r0,130v-31,17,-67,25,-106,25v-84,0,-128,-50,-134,-132v-8,-125,146,-172,235,-103r-34,34v-14,-16,-38,-25,-66,-25v-56,2,-85,37,-88,91","w":280},"H":{"d":"28,-255r46,0r0,102r119,0r0,-102r45,0r0,255r-45,0r0,-112r-119,0r0,112r-46,0r0,-255","w":266},"I":{"d":"27,-255r46,0r0,255r-46,0r0,-255","w":100},"J":{"d":"75,-35v27,0,33,-21,33,-49r0,-171r45,0r0,184v10,89,-140,106,-151,19r42,-10v3,15,14,27,31,27","w":180},"K":{"d":"28,-255r46,0v2,35,-4,77,2,108r105,-108r62,0r-120,118r128,137r-64,0r-111,-125r-2,0r0,125r-46,0r0,-255","w":246},"L":{"d":"28,-255r46,0r0,214r108,0r0,41r-154,0r0,-255","w":186,"k":{"T":33,"V":33,"W":20,"Y":40,"y":13}},"M":{"d":"30,-255r69,0r68,179r68,-179r69,0r0,255r-43,0r-1,-212r-77,212r-32,0r-78,-212r0,212r-43,0r0,-255","w":333},"N":{"d":"28,-255r61,0r124,189r0,-189r45,0r0,255r-57,0r-127,-195r0,195r-46,0r0,-255","w":286},"O":{"d":"150,-220v-56,0,-88,36,-88,91v0,56,31,94,88,94v56,0,88,-38,88,-94v0,-54,-33,-91,-88,-91xm149,6v-84,0,-134,-49,-134,-132v0,-84,49,-135,134,-135v86,0,136,50,136,133v0,84,-52,134,-136,134","w":299},"P":{"d":"161,-180v0,-41,-46,-36,-87,-36r0,72v40,-1,87,6,87,-36xm208,-181v0,72,-62,78,-134,76r0,105r-46,0r0,-255v84,0,180,-12,180,74","w":219,"k":{",":61,".":61,"A":27}},"Q":{"d":"235,-132v0,-54,-32,-88,-87,-88v-54,0,-86,36,-86,88v0,54,32,91,86,91v54,0,87,-35,87,-91xm283,-133v0,49,-24,77,-54,96r73,0r0,37r-148,0v-85,-3,-139,-47,-139,-133v0,-80,54,-128,134,-128v80,0,134,49,134,128","w":306},"R":{"d":"165,-182v0,-41,-50,-34,-91,-34r0,69v42,0,91,6,91,-35xm212,-182v0,39,-22,65,-59,69r68,113r-55,0r-59,-108r-33,0r0,108r-46,0r0,-255v85,1,185,-13,184,73","w":226,"k":{"T":6,"Y":13}},"S":{"d":"51,-127v-64,-42,-19,-144,62,-134v30,4,56,10,73,26r-33,35v-16,-27,-86,-30,-86,12v15,60,121,24,121,113v0,90,-132,104,-177,47r34,-33v15,31,95,40,95,-8v0,-44,-60,-39,-89,-58","w":206},"T":{"d":"81,-214r-78,0r0,-41r201,0r0,41r-78,0r0,214r-45,0r0,-214","w":206,"k":{",":40,".":40,"-":46,":":30,";":30,"r":33,"w":40,"s":40,"y":40,"A":33,"a":36,"c":40,"e":40,"o":40,"u":33}},"U":{"d":"130,-37v38,0,57,-23,57,-58r0,-160r46,0r0,161v-3,63,-40,100,-103,100v-63,0,-103,-37,-103,-100r0,-161r46,0r0,160v2,34,19,58,57,58","w":259},"V":{"d":"-1,-255r52,0r70,193r71,-193r49,0r-103,255r-39,0","w":240,"k":{",":46,".":46,"-":20,":":17,";":17,"r":13,"y":6,"A":20,"a":20,"e":20,"o":20,"u":13,"i":-4}},"W":{"d":"0,-255r50,0r48,184r58,-184r44,0r57,184r50,-184r46,0r-74,255r-43,0r-60,-194r-59,194r-42,0","w":353,"k":{",":27,".":27,"-":10,":":6,";":6,"r":6,"A":9,"a":13,"e":6,"o":6,"u":6}},"X":{"d":"91,-133r-85,-122r57,0r60,94r60,-94r55,0r-84,122r93,133r-58,0r-67,-108r-67,108r-55,0","w":246},"Y":{"d":"91,-109r-96,-146r57,0r62,102r64,-102r54,0r-96,146r0,109r-45,0r0,-109","w":226,"k":{",":40,".":40,"-":40,":":33,";":33,"q":33,"v":20,"A":27,"a":33,"e":33,"o":33,"u":31,"i":3,"p":31}},"Z":{"d":"13,-41r136,-173r-134,0r0,-41r190,0r0,41r-137,173r139,0r0,41r-194,0r0,-41","w":219},"[":{"d":"93,-235r-33,0r0,263r33,0r0,28r-69,0r0,-320r69,0r0,29","w":100},"\\":{"d":"31,-273r112,279r-30,11r-112,-278","w":140},"]":{"d":"7,28r33,0r0,-263r-33,0r0,-29r69,0r0,320r-69,0r0,-28","w":100},"^":{"d":"25,-123r80,-132r30,0r80,132r-43,0r-52,-87r-53,87r-42,0","w":239},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"86,-28v31,0,46,-17,44,-49v-32,0,-69,-1,-74,26v1,16,13,23,30,23xm24,-149v40,-46,147,-40,147,50r0,99r-39,0v-1,-7,2,-18,-1,-24v-21,44,-122,36,-118,-24v3,-56,60,-60,119,-60v5,-48,-65,-43,-85,-19","w":193},"b":{"d":"117,-35v32,0,51,-21,51,-51v0,-31,-19,-52,-51,-52v-32,0,-51,21,-51,52v0,30,19,51,51,51xm126,4v-27,0,-50,-10,-60,-30r0,26r-42,0r0,-272r44,0r1,121v12,-15,30,-27,58,-26v53,3,84,37,84,91v0,54,-31,90,-85,90","w":226},"c":{"d":"59,-86v-5,46,60,67,84,35r29,31v-51,48,-156,18,-156,-66v0,-83,103,-118,156,-65r-29,30v-24,-33,-89,-12,-84,35","w":173},"d":{"d":"110,-138v-32,0,-51,20,-51,52v0,31,19,51,51,51v32,0,51,-21,51,-51v0,-31,-19,-52,-51,-52xm99,-177v30,-1,46,12,60,26r0,-121r43,0r0,272r-41,0r0,-26v-10,19,-33,30,-60,30v-55,0,-85,-36,-85,-90v0,-54,30,-88,83,-91","w":226},"e":{"d":"148,-104v4,-39,-50,-52,-75,-30v-8,7,-12,18,-14,30r89,0xm110,-177v59,0,83,43,81,106r-132,0v0,48,75,52,93,17r31,24v-45,61,-173,35,-167,-56v4,-58,37,-91,94,-91","w":206},"f":{"d":"129,-237v-41,-14,-51,20,-46,64r40,0r0,37r-40,0r0,136r-43,0r0,-136r-36,0r0,-37r36,0v-3,-60,4,-106,64,-103v10,0,20,0,28,2","w":126,"k":{"f":6}},"g":{"d":"161,-87v1,-31,-20,-51,-51,-51v-32,1,-51,19,-51,51v0,31,21,50,51,50v31,0,50,-18,51,-50xm101,-177v27,0,50,11,60,30r0,-26r41,0r0,158v14,104,-118,127,-183,73r26,-35v34,42,132,29,113,-46v-10,15,-32,25,-56,25v-53,-2,-86,-35,-86,-88v0,-55,30,-91,85,-91","w":226},"h":{"d":"107,-138v-59,-3,-34,84,-39,138r-44,0r0,-272r44,0r0,123v7,-15,28,-28,51,-28v83,0,60,100,63,177r-43,0v-7,-50,20,-136,-32,-138","w":206},"i":{"d":"46,-206v-15,0,-27,-11,-27,-25v0,-14,11,-26,27,-26v16,0,29,12,29,26v0,14,-13,25,-29,25xm25,-173r43,0r0,173r-43,0r0,-173","w":93},"j":{"d":"46,-206v-15,0,-27,-11,-27,-25v0,-14,11,-26,27,-26v16,0,29,12,29,26v0,14,-13,25,-29,25xm-10,46v25,7,35,-8,35,-35r0,-184r43,0r0,183v5,55,-25,88,-81,73","w":93},"k":{"d":"24,-272r44,0r0,171r66,-72r56,0r-74,79r78,94r-57,0r-69,-88r0,88r-44,0r0,-272","w":193},"l":{"d":"25,-272r43,0r0,272r-43,0r0,-272","w":93},"m":{"d":"105,-138v-59,0,-34,84,-39,138r-43,0r0,-173r41,0r0,27v12,-39,94,-43,107,1v12,-20,28,-31,57,-32v82,-2,60,100,63,177r-44,0v-7,-50,22,-138,-32,-138v-56,0,-32,85,-37,138r-43,0r0,-103v0,-22,-8,-35,-30,-35","w":313},"n":{"d":"107,-138v-59,-3,-34,84,-39,138r-44,0r0,-173r42,0r0,28v9,-18,25,-32,53,-32v83,0,60,100,63,177r-43,0v-7,-50,20,-136,-32,-138","w":206},"o":{"d":"110,-138v-32,0,-51,20,-51,52v0,31,19,51,51,51v32,0,51,-21,51,-51v0,-31,-19,-52,-51,-52xm110,4v-57,0,-94,-33,-94,-90v0,-58,37,-91,94,-91v58,0,94,35,94,91v0,56,-37,90,-94,90","w":219},"p":{"d":"117,-35v32,0,51,-21,51,-51v0,-31,-19,-52,-51,-52v-32,0,-51,21,-51,52v0,30,19,51,51,51xm127,4v-29,1,-45,-12,-59,-26r0,104r-44,0r0,-255r42,0r0,26v10,-20,33,-30,60,-30v55,0,85,36,85,91v0,54,-31,87,-84,90","w":226},"q":{"d":"110,-138v-32,0,-51,20,-51,52v0,31,19,51,51,51v32,0,51,-21,51,-51v0,-31,-19,-52,-51,-52xm101,-177v27,0,50,11,60,30r0,-26r41,0r0,255r-43,0r-1,-104v-12,15,-30,27,-59,26v-53,-3,-83,-36,-83,-90v0,-55,30,-91,85,-91","w":226},"r":{"d":"135,-133v-35,-9,-67,6,-67,40r0,93r-44,0r0,-173r44,0r0,28v10,-22,35,-38,67,-30r0,42","w":140,"k":{",":33,".":33,"-":20,"g":6,"m":-6,"q":6,"c":6,"e":6,"o":6,"d":6,"n":-6}},"s":{"d":"39,-81v-51,-27,-15,-104,45,-96v26,4,49,8,61,26r-28,26v-8,-12,-20,-18,-34,-18v-16,0,-36,18,-19,30v36,14,87,12,87,62v0,66,-110,70,-142,29r29,-27v12,30,90,25,63,-12v-16,-10,-45,-10,-62,-20","w":159},"t":{"d":"131,-1v-48,15,-91,2,-91,-56r0,-79r-36,0r0,-37r36,0r0,-50r43,0r0,50r48,0r0,37r-48,0v2,46,-16,127,48,98r0,37","w":140},"u":{"d":"99,-35v60,3,35,-84,40,-138r43,0r0,173r-41,0v-1,-9,2,-21,-1,-28v-8,19,-25,32,-53,32v-83,0,-60,-100,-63,-177r44,0v6,50,-21,135,31,138","w":206},"v":{"d":"1,-173r47,0r47,121r46,-121r45,0r-68,173r-46,0","w":186,"k":{",":33,".":33}},"w":{"d":"1,-173r47,0r38,121r35,-121r47,0r38,121r36,-121r43,0r-58,173r-43,0r-42,-118r-36,118r-45,0","w":286,"k":{",":27,".":27}},"x":{"d":"69,-93r-60,-80r53,0r34,52r38,-52r49,0r-59,80r70,93r-53,0r-45,-62r-45,62r-51,0","w":193},"y":{"d":"10,43v25,9,53,3,57,-21r8,-21r-74,-174r48,0r49,120r43,-120r45,0r-92,231v-12,27,-52,33,-89,24","w":186,"k":{",":33,".":33}},"z":{"d":"12,-40r93,-98r-88,0r0,-35r140,0r0,39r-94,99r98,0r0,35r-149,0r0,-40","w":173},"{":{"d":"34,9v-2,-41,12,-100,-34,-97r0,-32v17,-1,34,-7,34,-25v-1,-55,-7,-118,46,-119r33,0r0,31v-24,-1,-43,-1,-42,25v2,47,8,103,-36,105v49,-1,34,64,36,112v2,17,22,18,42,17r0,30v-45,4,-77,-7,-79,-47","w":100},"|":{"d":"58,-270r0,360r-36,0r0,-360r36,0","w":79},"}":{"d":"66,-216v2,41,-13,100,34,96r0,32v-47,-4,-32,56,-34,97v-2,39,-34,51,-79,47r0,-30v24,2,43,-1,43,-25v-1,-47,-9,-103,35,-105v-49,1,-31,-66,-36,-112v-1,-17,-21,-18,-42,-17r0,-31v45,-4,77,8,79,48","w":100},"~":{"d":"80,-139v41,0,87,49,110,0v22,30,2,61,-32,62v-36,-6,-90,-49,-109,0r-13,-31v9,-16,21,-31,44,-31","w":239},"'":{"d":"35,-255r37,0r0,95r-37,0r0,-95","w":106},"`":{"d":"64,-203r-34,0r-51,-52r49,0","w":93},"\"":{"d":"107,-255r37,0r0,95r-37,0r0,-95xm43,-255r37,0r0,95r-37,0r0,-95","w":186},"!":{"d":"53,2v-17,-1,-28,-11,-29,-27v-1,-14,14,-29,29,-28v15,0,29,12,29,27v0,15,-14,29,-29,28xm75,-80r-43,0r0,-175r43,0r0,175","w":106},"\u00a0":{"w":106}}});

Cufon.replace('h1, h2, p.page-title, span.banner-title', { fontFamily: 'Avenir LT Std Bold' });
Cufon.replace('span.banner-caption, p.caption, #pcm-toggle', { fontFamily: 'Avenir LT Std Medium' });
