/*
 * 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}})());
Cufon.registerFont({"w":200,"face":{"font-family":"AvantGardeLT-ConBold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 6 5 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-14 -281 360 78.9039","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"!":{"d":"23,0r0,-55r54,0r0,55r-54,0xm23,-71r0,-190r54,0r0,190r-54,0","w":100},"\"":{"d":"4,-160r0,-101r44,0r0,101r-44,0xm72,-160r0,-101r44,0r0,101r-44,0","w":119},"#":{"d":"87,-153r-5,45r34,0r5,-45r-34,0xm180,-73r-32,0r-10,73r-38,0r10,-73r-34,0r-10,73r-37,0r10,-73r-31,0r1,-35r35,0r6,-45r-31,0r1,-34r35,0r10,-74r38,0r-10,74r33,0r10,-74r38,0r-11,74r29,0r-1,34r-32,0r-6,45r28,0"},"$":{"d":"49,-130v-45,-30,-31,-127,31,-125r0,-26r42,0r0,26v33,7,52,32,54,70r-54,0v0,-29,-48,-34,-48,-3v23,48,113,31,109,113v-1,41,-22,69,-61,72r0,29r-42,0r0,-29v-42,-3,-61,-34,-63,-77r55,0v0,19,11,32,31,32v22,0,34,-31,17,-45v-19,-16,-49,-23,-71,-37"},"%":{"d":"79,-230v-16,0,-26,15,-26,33v0,18,10,32,26,32v16,0,26,-13,26,-32v0,-19,-10,-33,-26,-33xm241,-96v-16,0,-26,14,-26,33v0,19,10,32,26,32v16,0,26,-14,26,-32v0,-19,-10,-33,-26,-33xm78,4r134,-269r28,0r-133,269r-29,0xm79,-130v-41,0,-63,-26,-63,-67v0,-42,23,-68,63,-68v41,0,64,26,64,68v0,42,-22,67,-64,67xm241,4v-42,0,-64,-26,-64,-67v0,-42,22,-68,64,-68v41,0,63,25,63,68v0,42,-22,67,-63,67","w":320},"&":{"d":"119,-203v0,-9,-7,-19,-16,-18v-23,2,-19,36,-5,47v9,-6,20,-15,21,-29xm88,-109v-27,9,-26,60,10,60v10,0,19,-7,24,-12xm167,-203v1,31,-20,52,-40,65r23,33r34,-61r46,23r-46,82r47,61r-65,0r-13,-20v-42,46,-141,22,-141,-52v0,-42,20,-67,48,-80v-42,-32,-20,-118,44,-113v38,3,62,24,63,62","w":240},"\u2019":{"d":"82,-265r-38,90r-43,0r30,-90r51,0","w":79,"k":{"s":20,"\u2019":13}},"(":{"d":"60,-96v0,58,28,98,64,122r0,50v-92,-30,-145,-184,-75,-280v19,-26,44,-51,75,-63r0,50v-36,24,-64,63,-64,121","w":140},")":{"d":"16,-267v93,30,145,184,75,280v-19,26,-45,50,-75,63r0,-50v36,-24,64,-64,64,-122v0,-58,-28,-97,-64,-121r0,-50","w":140},"*":{"d":"30,-243v14,11,29,30,43,37r-13,-55r39,0v-3,18,-11,39,-11,55r42,-37r19,34v-17,6,-37,9,-52,17r52,16r-20,36v-14,-13,-27,-27,-42,-39r12,55r-39,0v3,-18,11,-39,12,-55r-41,39r-20,-36v17,-6,37,-9,52,-17r-52,-16","w":159},"+":{"d":"86,-182r44,0r0,69r69,0r0,44r-69,0r0,69r-44,0r0,-69r-69,0r0,-44r69,0r0,-69","w":216},",":{"d":"5,37r26,-90r45,0r-33,90r-38,0","w":100},"-":{"d":"15,-80r0,-45r90,0r0,45r-90,0","w":119},"\u00ad":{"d":"15,-80r0,-45r90,0r0,45r-90,0","w":119},".":{"d":"26,0r0,-53r48,0r0,53r-48,0","w":100},"\/":{"d":"-14,4r83,-269r44,0r-82,269r-45,0","w":100},"0":{"d":"100,-212v-48,7,-47,156,0,163v48,-7,47,-156,0,-163xm100,4v-68,0,-87,-63,-87,-134v0,-72,18,-135,87,-135v69,0,87,64,87,135v0,71,-19,134,-87,134"},"1":{"d":"41,-212r0,-49r91,0r0,261r-51,0r0,-212r-40,0"},"2":{"d":"99,-265v76,-4,105,94,61,146v-19,22,-47,47,-69,69r91,0r0,50r-163,0r0,-53r89,-90v22,-15,24,-67,-10,-67v-20,0,-28,14,-27,36r-55,0v1,-58,27,-88,83,-91"},"3":{"d":"131,-77v0,-32,-23,-40,-57,-38r0,-48v26,1,47,-1,46,-26v0,-15,-9,-26,-25,-26v-16,-1,-24,14,-23,30r-56,0v1,-52,30,-80,82,-80v48,0,77,25,78,73v-1,26,-8,42,-30,48v27,9,41,34,41,71v0,90,-146,101,-169,26v-4,-11,-6,-22,-6,-35r56,0v-1,21,12,37,33,36v17,0,30,-13,30,-31"},"4":{"d":"60,-102r47,0v-1,-26,2,-55,-1,-79xm158,-102r26,0r0,49r-26,0r0,53r-51,0r0,-53r-95,0r0,-49r93,-159r53,0r0,159"},"5":{"d":"186,-98v8,88,-88,133,-147,80v-14,-13,-19,-34,-21,-60r55,0v0,18,8,32,26,32v26,0,31,-19,31,-48v0,-46,-46,-59,-54,-21r-54,0r6,-146r144,0r0,46r-95,0r-1,45v10,-15,18,-19,39,-19v50,0,66,38,71,91"},"6":{"d":"102,-128v-21,0,-30,18,-30,41v0,23,9,41,30,41v20,0,29,-18,29,-41v0,-23,-9,-41,-29,-41xm12,-123v-6,-102,63,-179,146,-123v15,10,25,30,25,55r-53,0v-3,-28,-44,-31,-53,-6v-4,10,-10,28,-8,40v10,-15,21,-22,43,-22v50,0,75,37,75,87v0,57,-28,96,-85,96v-70,0,-85,-53,-90,-127"},"7":{"d":"20,-212r0,-49r160,0r0,45r-75,216r-58,0r75,-212r-102,0"},"8":{"d":"100,-215v-15,0,-24,13,-24,30v0,15,10,26,24,26v14,0,24,-11,24,-26v0,-17,-9,-30,-24,-30xm133,-80v0,-43,-66,-38,-66,0v0,19,15,34,33,34v18,0,33,-15,33,-34xm24,-193v0,-45,30,-68,76,-72v69,-6,102,89,49,122v25,7,40,33,40,63v0,55,-34,84,-89,84v-55,0,-88,-29,-89,-84v-1,-31,17,-55,40,-64v-18,-8,-27,-26,-27,-49"},"9":{"d":"97,-215v-40,1,-40,82,0,83v40,-1,40,-82,0,-83xm188,-131v0,75,-19,133,-92,135v-47,0,-78,-27,-81,-72r55,0v1,24,39,30,50,9v7,-12,14,-34,11,-54v-6,24,-21,31,-49,31v-49,0,-71,-38,-71,-88v0,-58,29,-95,85,-95v71,0,92,60,92,134"},":":{"d":"26,0r0,-53r48,0r0,53r-48,0xm26,-123r0,-53r48,0r0,53r-48,0","w":100},";":{"d":"26,-123r0,-53r48,0r0,53r-48,0xm5,37r26,-90r45,0r-33,90r-38,0","w":100},"<":{"d":"199,3r-182,-72r0,-44r182,-72r0,48r-124,46r124,46r0,48","w":216},"=":{"d":"199,-30r-182,0r0,-43r182,0r0,43xm199,-109r-182,0r0,-44r182,0r0,44","w":216},">":{"d":"17,-45r124,-46r-124,-46r0,-48r182,72r0,44r-182,72r0,-48","w":216},"?":{"d":"55,0r0,-55r54,0r0,55r-54,0xm86,-215v-16,1,-23,15,-21,35r-55,0v-4,-56,27,-82,79,-85v74,-4,101,92,49,133v-18,13,-34,28,-29,63r-54,0r0,-40v1,-44,47,-47,55,-84v0,-14,-9,-22,-24,-22","w":180},"@":{"d":"139,-93v40,0,51,-68,8,-68v-20,0,-32,18,-34,39v-1,15,10,29,26,29xm72,-116v-7,-65,73,-110,113,-62r3,-17r33,0r-17,99v0,4,1,6,4,6v25,-3,33,-25,33,-54v0,-57,-35,-88,-92,-88v-60,0,-95,40,-95,102v0,65,36,100,101,101v27,0,51,-8,64,-21r37,0v-23,32,-54,54,-104,54v-84,0,-136,-50,-136,-134v0,-84,51,-135,134,-135v68,0,122,38,122,109v0,62,-34,97,-88,104v-13,2,-19,-8,-21,-18v-30,39,-97,7,-91,-46","w":288},"A":{"d":"116,-100r-17,-84r-17,84r34,0xm199,0r-55,0r-14,-50r-61,0r-13,50r-55,0r72,-261r51,0","k":{"y":6,"w":6,"v":6,"Y":13,"W":13,"V":13,"T":13,"\u2019":20}},"B":{"d":"77,-160v25,1,44,-3,44,-26v0,-22,-19,-28,-44,-26r0,52xm131,-79v0,-28,-23,-36,-54,-33r0,64v30,3,54,-3,54,-31xm187,-76v0,47,-28,75,-76,76r-88,0r0,-261v74,-2,154,-8,154,66v0,32,-18,47,-44,53v36,5,54,27,54,66"},"C":{"d":"12,-130v-4,-93,52,-161,139,-127v36,14,54,50,54,100r-56,0v-2,-32,-6,-58,-36,-58v-38,0,-45,41,-45,85v0,44,7,84,45,84v29,0,33,-28,36,-55r56,0v-2,64,-33,105,-97,105v-73,0,-93,-58,-96,-134","w":219},"D":{"d":"104,-50v66,-5,65,-155,0,-160r-27,0r0,160r27,0xm208,-130v0,73,-31,130,-104,130r-82,0r0,-261r82,0v72,4,104,58,104,131","w":219},"E":{"d":"25,0r0,-261r130,0r0,51r-75,0r0,48r75,0r0,50r-75,0r0,62r75,0r0,50r-130,0","w":180},"F":{"d":"144,-261r0,51r-68,0r0,50r68,0r0,51r-68,0r0,109r-55,0r0,-261r123,0","w":159,"k":{"A":6,".":40,",":40}},"G":{"d":"12,-130v-3,-90,46,-158,134,-128v36,12,55,44,59,90r-56,0v-2,-27,-13,-47,-41,-47v-35,0,-40,43,-40,85v-1,49,13,96,60,80v13,-8,21,-22,21,-42r-46,0r0,-51r102,0v7,87,-16,148,-97,147v-73,-1,-94,-58,-96,-134","w":219},"H":{"d":"23,0r0,-261r54,0r0,99r66,0r0,-99r54,0r0,261r-54,0r0,-112r-66,0r0,112r-54,0","w":219},"I":{"d":"77,-261r0,261r-54,0r0,-261r54,0","w":100},"J":{"d":"78,-46v18,-1,23,-13,22,-33r0,-182r55,0r0,192v-1,48,-28,73,-77,73v-54,0,-80,-31,-77,-88r55,0v-1,22,2,38,22,38","w":180},"K":{"d":"136,-261r60,0r-68,103r73,158r-58,0r-50,-114r-16,22r0,92r-54,0r0,-261r54,0r1,94"},"L":{"d":"25,-261r55,0r0,211r70,0r0,50r-125,0r0,-261","w":159,"k":{"y":13,"Y":20,"W":20,"V":20,"T":20,"\u2019":33}},"M":{"d":"179,-261r77,0r0,261r-48,0r-1,-202r-47,202r-40,0r-48,-202r0,202r-48,0r0,-261r78,0r38,175","w":280},"N":{"d":"196,-261r0,261r-46,0r-78,-174r0,174r-48,0r0,-261r51,0r73,160r0,-160r48,0","w":219},"O":{"d":"110,-215v-40,0,-42,43,-42,85v0,42,2,84,42,84v39,0,42,-42,42,-84v0,-42,-3,-85,-42,-85xm110,4v-74,0,-98,-59,-98,-134v0,-76,25,-135,98,-135v73,0,98,59,98,135v0,75,-24,134,-98,134","w":219},"P":{"d":"132,-176v0,-32,-20,-36,-52,-34r0,69v32,2,52,-3,52,-35xm188,-176v-2,61,-40,90,-108,85r0,91r-55,0r0,-261v87,-5,164,1,163,85","k":{"A":13,".":46,",":46}},"Q":{"d":"129,-52v-9,-14,-28,-24,-53,-20v4,22,33,34,53,20xm110,-215v-46,0,-42,60,-41,107v29,-17,65,1,79,22v6,-46,12,-129,-38,-129xm110,-265v101,-4,115,137,82,217v4,3,11,2,15,0r0,51v-20,3,-40,0,-50,-11v-14,8,-29,12,-47,12v-74,-1,-98,-59,-98,-134v0,-76,25,-132,98,-135","w":219},"R":{"d":"131,-178v0,-30,-24,-34,-54,-32r0,65v30,2,54,-3,54,-33xm109,-261v87,-6,107,144,24,156r65,105r-62,0r-59,-102r0,102r-54,0r0,-261r86,0","k":{"Y":6,"W":6,"V":6,"T":6}},"S":{"d":"130,-152v86,21,70,156,-30,156v-58,0,-88,-30,-88,-86r55,0v1,26,9,36,34,38v27,2,42,-34,22,-48v-38,-27,-106,-24,-106,-92v0,-77,89,-102,139,-63v15,11,23,30,27,56r-53,0v-1,-17,-12,-28,-30,-29v-24,-1,-37,33,-19,47v13,10,31,17,49,21"},"T":{"d":"107,-210r0,210r-54,0r0,-210r-45,0r0,-51r144,0r0,51r-45,0","w":159,"k":{"y":13,"w":20,"u":13,"s":20,"r":13,"o":20,"i":13,"e":20,"c":20,"a":20,"A":13,";":20,":":20,".":27,"-":20,",":27}},"U":{"d":"110,-46v25,0,33,-12,33,-38r0,-177r55,0r0,186v-1,54,-32,79,-88,79v-56,0,-87,-25,-88,-79r0,-186r55,0r0,177v0,26,8,38,33,38","w":219},"V":{"d":"197,-261r-73,261r-48,0r-73,-261r54,0r44,180r45,-180r51,0","k":{"y":6,"u":6,"r":6,"o":13,"i":6,"e":13,"a":13,"A":13,";":13,":":13,".":33,"-":20,",":33}},"W":{"d":"127,-261r48,0r35,165r33,-165r55,0r-63,261r-48,0r-37,-180r-36,180r-48,0r-65,-261r56,0r34,165","w":299,"k":{"o":6,"e":6,"a":6,"A":6,";":6,":":6,".":27,"-":6,",":27}},"X":{"d":"131,-141r69,141r-58,0r-42,-91r-42,91r-58,0r70,-141r-59,-120r56,0r33,73r34,-73r56,0"},"Y":{"d":"90,-158r35,-103r56,0r-64,154r0,107r-54,0r0,-107r-64,-154r56,0","w":180,"k":{"v":6,"u":6,"q":13,"p":6,"o":13,"i":6,"e":13,"a":13,"A":13,";":13,":":13,".":27,"-":20,",":27}},"Z":{"d":"21,-210r0,-51r143,0r0,51r-88,160r88,0r0,50r-151,0r0,-48r87,-162r-79,0","w":180},"[":{"d":"22,72r0,-333r96,0r0,38r-52,0r0,258r52,0r0,37r-96,0","w":140},"\\":{"d":"69,4r-82,-269r44,0r83,269r-45,0","w":100},"]":{"d":"118,-261r0,333r-96,0r0,-37r53,0r0,-258r-53,0r0,-38r96,0","w":140},"^":{"d":"26,-135r59,-126r45,0r60,126r-46,0r-36,-82r-37,82r-45,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"\u2018":{"d":"49,-265r30,90r-43,0r-38,-90r51,0","w":79,"k":{"\u2018":13}},"a":{"d":"85,-44v35,3,26,-48,26,-82v0,-21,-7,-35,-26,-35v-24,0,-26,30,-26,59v0,28,2,56,26,58xm76,-209v19,0,32,10,39,25r0,-20r44,0r0,204r-44,0v-1,-6,2,-15,-1,-19v-8,15,-16,24,-38,23v-52,-3,-65,-50,-65,-106v0,-59,15,-107,65,-107","w":180},"b":{"d":"95,-161v-31,0,-26,43,-26,77v-1,23,7,40,26,40v24,0,26,-26,26,-58v0,-33,-2,-59,-26,-59xm169,-102v0,56,-13,103,-65,106v-20,1,-30,-10,-39,-24r0,20r-44,0r0,-261r48,0v1,25,-2,53,1,76v4,-13,15,-25,34,-24v50,2,65,48,65,107","w":180},"c":{"d":"11,-102v-11,-99,108,-148,141,-55v3,10,6,20,6,30r-51,0v0,-20,-6,-35,-21,-36v-24,4,-24,32,-24,61v0,29,-1,61,24,61v18,0,19,-21,21,-37r51,0v-4,43,-25,82,-69,82v-57,0,-71,-48,-78,-106","w":159},"d":{"d":"85,-44v39,2,24,-53,26,-87v1,-19,-7,-30,-23,-30v-42,0,-39,114,-3,117xm76,-209v20,0,28,10,37,23r0,-75r46,0r0,261r-44,0v-1,-7,2,-18,-1,-23v-3,16,-18,28,-38,27v-52,-3,-65,-50,-65,-106v0,-59,15,-104,65,-107","w":180},"e":{"d":"91,-169v-22,0,-31,21,-29,46r54,0v1,-24,-4,-45,-25,-46xm90,-209v60,0,78,54,75,120r-103,0v-12,48,45,65,53,23r48,0v-6,43,-29,70,-73,70v-58,0,-79,-47,-79,-106v0,-59,21,-107,79,-107","w":180},"f":{"d":"24,-204v-2,-47,27,-60,75,-57r0,41v-15,0,-31,-4,-28,16r28,0r0,45r-26,0r0,159r-49,0r0,-159r-18,0r0,-45r18,0","w":100,"k":{"\u2019":-6}},"g":{"d":"88,-44v34,1,23,-52,23,-84v0,-22,-6,-33,-26,-33v-36,0,-39,116,3,117xm159,-2v9,75,-103,94,-136,39v-4,-7,-8,-16,-9,-25r51,0v17,26,57,6,47,-30v-6,15,-16,22,-36,22v-53,-2,-65,-45,-65,-106v0,-61,11,-105,65,-107v24,0,32,10,42,25r0,-20r41,0r0,202","w":180},"h":{"d":"91,-161v-14,0,-22,8,-22,23r0,138r-48,0r0,-261r48,0v1,22,-2,49,1,69v26,-36,89,-11,89,43r0,149r-48,0r0,-135v0,-18,-6,-26,-20,-26","w":180},"i":{"d":"26,-220r0,-41r48,0r0,41r-48,0xm26,0r0,-204r48,0r0,204r-48,0","w":100},"j":{"d":"26,-220r0,-41r48,0r0,41r-48,0xm74,11v0,42,-24,62,-69,58r0,-45v15,1,22,-6,21,-21r0,-207r48,0r0,215","w":100},"k":{"d":"18,-261r48,0r1,126r40,-69r54,0r-50,74r51,130r-52,0r-32,-89v-16,18,-12,56,-12,89r-48,0r0,-261","w":159},"l":{"d":"26,-261r48,0r0,261r-48,0r0,-261","w":100},"m":{"d":"95,-161v-15,0,-24,6,-24,21r0,140r-48,0r0,-204r45,0v1,7,-2,18,1,23v4,-35,71,-37,80,-5v7,-15,27,-23,47,-23v89,1,54,126,61,209r-48,0r0,-137v0,-17,-6,-24,-21,-24v-15,0,-24,6,-24,21r0,140r-48,0r0,-137v0,-17,-6,-24,-21,-24","w":280},"n":{"d":"91,-161v-14,0,-22,8,-22,23r0,138r-48,0r0,-204r42,0r0,19v21,-44,96,-24,96,36r0,149r-48,0r0,-135v0,-18,-6,-26,-20,-26","w":180},"o":{"d":"89,-163v-27,0,-27,32,-27,61v0,31,1,61,29,61v26,0,27,-31,27,-61v0,-30,0,-61,-29,-61xm90,4v-58,0,-79,-48,-79,-106v0,-58,21,-107,79,-107v58,0,79,49,79,107v0,58,-21,106,-79,106","w":180},"p":{"d":"95,-161v-31,0,-26,43,-26,77v-1,23,7,40,26,40v24,0,26,-26,26,-58v0,-33,-2,-59,-26,-59xm104,4v-17,1,-28,-10,-35,-19r0,80r-48,0r0,-269r44,0v1,6,-2,15,1,19v6,-13,17,-25,38,-24v51,5,65,50,65,107v0,59,-15,103,-65,106","w":180},"q":{"d":"88,-44v34,1,23,-52,23,-84v0,-22,-6,-33,-26,-33v-36,0,-39,116,3,117xm76,-209v19,-1,33,12,38,24r0,-19r45,0r0,269r-47,0r-1,-83v-7,15,-16,22,-35,22v-50,0,-65,-47,-65,-106v0,-57,14,-102,65,-107","w":180},"r":{"d":"117,-154v-22,-12,-48,-1,-48,31r0,123r-48,0r0,-204r44,0v1,7,-2,18,1,23v6,-23,21,-33,51,-31r0,58","w":119,"k":{".":20,"-":13,",":20,"\u2019":-6}},"s":{"d":"105,-125v71,17,53,136,-26,129v-46,-4,-71,-26,-75,-70r49,0v0,15,11,28,27,26v34,-4,19,-36,-4,-41v-36,-7,-68,-22,-68,-68v0,-62,86,-76,120,-42v11,12,17,27,18,47r-48,0v4,-26,-39,-32,-39,-7v0,21,27,21,46,26","w":159},"t":{"d":"96,-204r0,45r-22,0r0,159r-48,0r0,-159r-22,0r0,-45r22,0r0,-39r48,0r0,39r22,0","w":100},"u":{"d":"87,-44v14,-1,24,-8,24,-26r0,-134r48,0r0,204r-44,0v-1,-7,2,-18,-1,-24v-18,51,-93,27,-93,-31r0,-149r48,0r0,134v0,18,6,26,18,26","w":180},"v":{"d":"2,-204r49,0r31,131r27,-131r49,0r-53,204r-44,0","w":159,"k":{".":20,",":20}},"w":{"d":"0,-204r50,0r22,130r28,-130r40,0r30,130r20,-130r49,0r-47,204r-45,0r-26,-131r-26,131r-46,0","w":240,"k":{".":13,",":13}},"x":{"d":"116,-204r55,0r-52,97r60,107r-58,0r-32,-71r-30,71r-58,0r59,-107r-53,-97r57,0r25,62","w":180},"y":{"d":"159,-204r-78,269r-49,0r25,-77r-56,-192r50,0r30,118r27,-118r51,0","w":159,"k":{".":20,",":20}},"z":{"d":"10,0r0,-45r75,-114r-68,0r0,-45r126,0r0,45r-74,114r74,0r0,45r-133,0","w":159},"{":{"d":"41,-94v74,8,-22,149,72,134r0,38v-49,4,-88,-4,-85,-50v-5,-37,15,-100,-20,-104r0,-36v36,-2,15,-67,20,-103v-3,-45,36,-55,85,-50r0,37v-24,-1,-42,-1,-42,24v0,42,16,111,-30,110","w":140},"|":{"d":"18,-265r44,0r0,269r-44,0r0,-269","w":79},"}":{"d":"99,-93v-74,-8,22,-149,-72,-135r0,-37v49,-4,88,4,85,50v5,36,-15,100,20,103r0,36v-54,13,22,160,-68,154r-37,0r0,-38v23,1,42,2,42,-23v0,-42,-16,-111,30,-110","w":140},"~":{"d":"30,-95v33,-69,117,26,143,-30v19,31,9,68,-30,66v-36,-2,-81,-39,-100,2","w":216},"'":{"d":"18,-160r0,-101r44,0r0,101r-44,0","w":79},"\u201c":{"d":"122,-265r30,90r-43,0r-38,-90r51,0xm55,-265r31,90r-44,0r-38,-90r51,0","w":159},"\u2013":{"d":"0,-86r0,-32r180,0r0,32r-180,0","w":180},"\u201d":{"d":"89,-265r-38,90r-43,0r30,-90r51,0xm156,-265r-39,90r-43,0r30,-90r52,0","w":159},"\u2026":{"d":"156,0r0,-53r48,0r0,53r-48,0xm276,0r0,-53r48,0r0,53r-48,0xm36,0r0,-53r48,0r0,53r-48,0","w":360},"`":{"d":"46,-279r34,54r-36,0r-53,-54r55,0","w":100},"\u2014":{"d":"0,-86r0,-32r360,0r0,32r-360,0","w":360},"\u2122":{"d":"135,-226r-41,0r0,119r-45,0r0,-119r-42,0r0,-35r128,0r0,35xm244,-172r34,-89r58,0r0,154r-41,0r-1,-100r-33,100r-33,0r-35,-100r0,100r-40,0r0,-154r58,0","w":360},"\u00a0":{"w":100},"\u00d7":{"d":"108,-122r60,-60r31,32r-60,59r60,59r-31,32r-60,-60r-60,60r-31,-32r60,-59r-60,-59r31,-32","w":216}}});
function initCufon() {
	Cufon.replace('.gallery-box .image-box strong, #main .main-box h2, #main .section h3', { fontFamily: 'AvantGardeLT-ConBold', hover: true });
}

initCufon();
