/*
 * 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 2010 Canonical Ltd.  Licensed under the Ubuntu Font Licence 1.0
 * 
 * Trademark:
 * Ubuntu and Canonical are registered trademarks of Canonical Ltd.
 * 
 * Manufacturer:
 * Dalton Maag Ltd
 * 
 * Designer:
 * Dalton Maag Ltd
 * 
 * Vendor URL:
 * http://www.daltonmaag.com/
 */
Cufon.registerFont({"w":204,"face":{"font-family":"Ubuntu","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 4 3 6 2 3 2 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-24 -282.041 325 67.8659","underline-thickness":"28.44","underline-position":"-24.12","unicode-range":"U+0020-U+20AC"},"glyphs":{" ":{"w":84},"!":{"d":"40,-78r-8,-104r0,-67r36,0r0,67v0,40,-3,70,-7,104r-21,0xm50,-44v14,0,25,12,25,25v0,35,-49,28,-49,0v1,-12,10,-25,24,-25","w":100},"\"":{"d":"34,-180v-5,-30,-8,-60,-7,-94r35,0v1,34,-4,64,-8,94r-20,0xm98,-180v-5,-30,-8,-60,-7,-94r35,0v1,34,-4,64,-8,94r-20,0","w":151,"k":{"C":9,"G":9,"O":9,"Q":9,"V":-5,"W":-4,"A":28,"J":44,"Z":4}},"#":{"d":"103,-184r58,0r13,-65r30,0r-12,65r31,0r0,27r-37,0r-12,64r49,0r0,27r-54,0r-13,66r-30,0r13,-66r-59,0r-12,66r-31,0r13,-66r-32,0r0,-27r37,0r12,-64r-49,0r0,-27r55,0r12,-65r31,0xm85,-93r59,0r12,-64r-58,0","w":241},"$":{"d":"32,-48v31,19,137,26,108,-35v-29,-39,-112,-24,-112,-92v0,-37,24,-58,59,-63r0,-41r30,0r0,40v19,0,38,6,51,10r-6,28v-31,-16,-118,-19,-96,36v32,38,115,27,115,97v0,39,-25,55,-64,61r0,46r-30,0r0,-45v-27,0,-49,-7,-64,-15"},"%":{"d":"76,-122v-37,0,-57,-26,-57,-67v1,-40,18,-66,57,-66v39,0,56,26,57,66v0,41,-20,67,-57,67xm76,-147v21,0,29,-18,29,-42v0,-24,-8,-41,-29,-41v-20,0,-29,17,-29,41v0,24,8,42,29,42xm234,5v-38,0,-57,-26,-57,-66v1,-40,19,-66,57,-66v39,0,58,27,58,66v0,39,-19,66,-58,66xm234,-19v21,0,30,-18,30,-42v0,-23,-9,-41,-30,-41v-20,0,-29,18,-29,41v0,23,8,42,29,42xm242,-249r-141,249r-33,0r141,-249r33,0","w":310},"&":{"d":"177,-30v-37,49,-164,46,-160,-36v2,-39,25,-60,54,-72v-47,-38,-30,-120,37,-117v36,1,60,18,60,54v0,38,-26,54,-50,69r58,59v8,-15,14,-32,16,-50r28,3v-2,25,-12,48,-24,67v15,16,30,35,41,53r-36,0v-7,-12,-14,-21,-24,-30xm88,-120v-20,9,-37,23,-37,53v-1,55,83,51,107,18xm108,-229v-44,4,-40,57,-8,79v19,-11,37,-22,38,-50v0,-16,-13,-30,-30,-29","w":241},"'":{"d":"34,-180v-5,-30,-8,-60,-7,-94r35,0v1,34,-4,64,-8,94r-20,0","w":88,"k":{"C":9,"G":9,"O":9,"Q":9,"V":-5,"W":-4,"A":28,"J":44,"Z":4}},"(":{"d":"115,-266v-68,73,-69,244,0,316r-24,17v-53,-58,-82,-176,-45,-270v11,-30,26,-56,45,-79","w":118,"k":{")":-29,"C":11,"G":11,"O":11,"Q":11,"T":-4,"U":4,"V":-5,"Y":-6,"S":6}},")":{"d":"3,50v68,-72,68,-243,0,-316r24,-16v53,58,82,176,45,270v-11,30,-26,56,-45,79","w":118,"k":{"C":4,"G":4,"O":4,"Q":4,"T":10,"V":12,"W":6,"Y":15,"A":7,"J":5,"S":4,"X":10,"Z":8}},"*":{"d":"79,-189v-3,-21,-8,-36,-8,-60v10,2,26,-3,32,2v1,22,-4,40,-8,58v18,-9,34,-20,55,-27r10,31v-18,8,-38,9,-61,10v18,15,30,26,44,45v-9,4,-20,18,-28,16v-12,-18,-19,-33,-28,-52v-10,20,-17,35,-29,54v-7,-7,-24,-11,-25,-21v13,-17,25,-28,42,-42v-23,-1,-43,-2,-61,-10r10,-31v21,7,38,17,55,27","w":174,"k":{"C":4,"G":4,"A":23,"J":44,"X":9}},"+":{"d":"20,-122r68,0r0,-74r29,0r0,74r68,0r0,28r-68,0r0,75r-29,0r0,-75r-68,0r0,-28"},",":{"d":"14,49v12,-24,17,-57,14,-90r37,0v1,40,-9,72,-25,98","w":90,"k":{"C":10,"G":10,"O":12,"Q":12,"T":25,"U":8,"V":28,"W":14,"Y":29,"A":-9,"J":-10,"S":-5,"X":-4,"Z":-7}},"-":{"d":"10,-123r89,0r0,31r-89,0r0,-31","w":109,"k":{"T":18,"V":4,"Y":18,"J":10,"X":11,"Z":6}},".":{"d":"45,-44v14,0,24,12,24,25v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24v0,-13,10,-25,24,-25","w":90,"k":{"C":10,"G":10,"O":12,"Q":12,"T":25,"U":8,"V":28,"W":14,"Y":29,"A":-9,"J":-10,"S":-5,"X":-4,"Z":-7}},"\/":{"d":"26,67r-34,0r122,-349r34,0","w":139,"k":{"C":10,"G":10,"O":9,"Q":9,"T":-10,"V":-12,"W":-8,"Y":-12,"A":18,"J":26,"X":-7,"Z":-3}},"0":{"d":"102,5v-61,0,-83,-59,-83,-130v0,-71,23,-130,83,-130v61,0,84,59,84,130v0,72,-22,130,-84,130xm102,-24v44,-4,48,-53,48,-101v0,-48,-4,-97,-48,-101v-44,4,-48,53,-48,101v0,48,4,97,48,101"},"1":{"d":"34,-198v30,-11,56,-28,76,-51r24,0r0,249r-34,0r0,-203v-16,12,-34,23,-55,30"},"2":{"d":"133,-185v7,-55,-76,-43,-96,-17r-16,-23v34,-46,157,-41,148,39v-9,78,-86,91,-107,158r115,0r0,28r-151,0v-3,-97,96,-103,107,-185"},"3":{"d":"131,-188v2,-48,-70,-44,-93,-22r-13,-26v44,-31,145,-26,141,46v-2,28,-19,46,-39,55v28,9,49,29,50,65v4,75,-94,89,-156,62r6,-29v33,20,119,22,115,-34v-3,-39,-35,-49,-77,-48r0,-28v37,2,65,-7,66,-41"},"4":{"d":"15,-86v28,-59,68,-119,112,-163r32,0r0,158r30,0r0,27r-30,0r0,64r-32,0r0,-64r-112,0r0,-22xm127,-210v-30,34,-59,75,-79,119r79,0r0,-119"},"5":{"d":"78,-221r-6,68v64,2,102,24,105,82v4,77,-91,90,-153,63r7,-29v32,19,115,22,112,-32v-3,-51,-48,-56,-103,-57r9,-123r120,0r0,28r-91,0"},"6":{"d":"107,5v-104,5,-101,-164,-45,-216v24,-23,60,-39,105,-40r2,29v-62,0,-96,27,-107,79v55,-25,128,-1,123,67v-4,48,-28,79,-78,81xm151,-75v5,-53,-54,-60,-92,-41v-3,47,3,94,48,94v30,0,41,-24,44,-53"},"7":{"d":"181,-222v-41,54,-79,133,-87,222r-35,0v10,-86,43,-166,85,-220r-122,0r0,-29r159,0r0,27"},"8":{"d":"178,-190v0,31,-17,49,-37,61v28,13,43,35,43,64v-2,48,-33,69,-82,70v-50,0,-81,-22,-81,-68v0,-33,19,-52,41,-64v-63,-31,-36,-133,40,-128v45,3,76,23,76,65xm88,-117v-19,11,-34,27,-34,54v0,26,19,39,48,41v45,3,63,-52,31,-76v-11,-8,-27,-15,-45,-19xm111,-138v39,-12,48,-90,-9,-90v-51,0,-52,66,-14,81v8,3,14,7,23,9"},"9":{"d":"97,-255v107,-4,100,167,47,217v-26,24,-61,39,-109,39r-2,-28v63,-1,99,-26,110,-80v-55,24,-130,0,-124,-67v4,-46,28,-79,78,-81xm54,-175v-4,53,55,59,92,41v1,-48,-4,-94,-48,-94v-29,0,-42,23,-44,53"},":":{"d":"45,-44v14,0,24,12,24,25v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24v0,-13,10,-25,24,-25xm45,-188v14,0,24,12,24,25v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24v0,-13,10,-25,24,-25","w":90,"k":{"C":4,"G":4,"O":4,"Q":4,"T":31,"U":4,"V":8,"W":5,"Y":14}},";":{"d":"14,49v12,-24,17,-57,14,-90r37,0v1,40,-9,72,-25,98xm45,-188v14,0,24,12,24,25v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24v0,-13,10,-25,24,-25","w":90,"k":{"C":4,"G":4,"O":4,"Q":4,"T":31,"U":4,"V":8,"W":5,"Y":14}},"<":{"d":"57,-108r128,53r-10,28r-155,-66r0,-29r155,-66r10,28"},"=":{"d":"20,-84r165,0r0,29r-165,0r0,-29xm20,-160r165,0r0,28r-165,0r0,-28"},">":{"d":"20,-160r9,-28r156,66r0,29r-156,66r-9,-28r128,-53"},"?":{"d":"102,-193v3,-41,-56,-40,-85,-22r-9,-26v44,-25,131,-19,128,45v-3,58,-66,55,-62,118r-28,0v-10,-61,52,-67,56,-115xm62,-44v14,0,24,12,24,25v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24v0,-13,10,-25,24,-25","w":146},"@":{"d":"55,-100v-4,101,83,146,178,121r4,27v-114,27,-217,-28,-213,-148v3,-98,55,-155,151,-155v87,0,139,51,144,139v4,68,-47,124,-102,89v-56,27,-119,-5,-119,-73v0,-76,75,-98,139,-75r0,110v-1,14,5,20,15,21v30,-5,36,-40,36,-74v0,-68,-42,-110,-113,-110v-78,0,-117,49,-120,128xm132,-100v0,43,36,67,74,49v-4,-31,-1,-69,-2,-103v-41,-11,-72,13,-72,54","w":343,"k":{"C":4,"G":4,"O":4,"Q":4,"T":16,"U":4,"V":13,"W":8,"Y":19,"A":9,"J":9,"S":6,"X":14,"Z":12}},"A":{"d":"198,0r-22,-64r-113,0r-23,64r-36,0r75,-195v8,-18,16,-36,25,-54r32,0v39,81,69,162,101,249r-39,0xm166,-93r-47,-117v-16,36,-32,78,-46,117r93,0","w":240,"k":{"v":8,"w":7,"y":5,"\"":28,"'":28,"*":23,"]":10,"}":4,"\/":-6,"x":-9,"z":-5,"{":7,"d":5,"g":6,"o":5,",":-9,".":-9,"c":5,"e":5,"q":5,"@":5,"u":5,"s":-5,"C":7,"G":7,"O":7,"Q":7,"T":23,"U":4,"V":22,"W":6,"Y":28,"(":7,"A":-12,"J":-10,"S":-6,"X":-9,"Z":-7}},"B":{"d":"214,-73v0,80,-104,83,-182,69r0,-242v66,-11,170,-16,170,60v-1,28,-15,45,-36,53v28,8,48,24,48,60xm178,-73v0,-51,-61,-43,-112,-43r0,88v50,1,112,6,112,-45xm166,-184v0,-43,-58,-40,-100,-37r0,77v46,0,100,5,100,-40","w":232,"k":{"\"":4,"'":4,")":9,"*":4,"?":7,"]":12,"}":8,"\/":8,"z":5,",":4,".":4,":":4,";":4,"V":7,"W":5,"Y":9,"(":4,"X":8}},"C":{"d":"215,-10v-19,9,-45,16,-76,15v-79,-1,-113,-50,-117,-130v-5,-107,99,-158,191,-113r-10,29v-14,-9,-36,-16,-59,-16v-58,0,-85,41,-85,100v0,59,24,98,83,100v26,0,49,-6,64,-14","w":224,"k":{"v":6,"w":6,"y":6,"?":-5,"x":-5,"-":11,"{":10,"d":5,"g":5,"o":5,",":-8,".":-8,"c":5,"e":5,"q":5,"@":6,"u":7,"C":7,"G":7,"O":7,"Q":7,"T":-6,"V":-6,"Y":-6,"(":8,"A":-8,"J":-8,"S":-4,"X":-5,"Z":-4,"[":4}},"D":{"d":"32,-246v105,-21,205,11,205,121v0,110,-98,142,-205,121r0,-242xm199,-125v0,-74,-51,-105,-132,-95r0,190v79,11,132,-20,132,-95","w":258,"k":{"\"":9,"'":9,")":12,"?":14,"]":15,"}":10,"\/":15,",":12,".":12,"@":4,"a":5,"T":10,"V":6,"W":6,"Y":15,"(":4,"A":7,"J":9,"S":4,"X":9,"Z":5,"[":4,"!":5}},"E":{"d":"32,0r0,-249r152,0r0,29r-117,0r0,75r104,0r0,29r-104,0r0,86r126,0r0,30r-161,0","w":207,"k":{"v":9,"w":9,"y":9,"\"":6,"'":6,"*":5,"]":15,"}":8,"x":-3,"{":7,"d":6,"g":8,"o":6,",":-4,".":-4,"c":6,"e":6,"q":5,"@":6,"t":5,"u":7,"C":10,"G":10,"O":10,"Q":10,"U":8,"(":8,"A":-6,"J":-6,"[":6}},"F":{"d":"32,0r0,-249r150,0r0,29r-115,0r0,76r102,0r0,29r-102,0r0,115r-35,0","w":194,"k":{"?":-5,"]":15,"\/":22,"x":13,"z":9,"d":5,"g":5,"o":5,",":23,".":23,"c":5,"e":5,"q":5,"@":6,"u":9,":":6,";":6,"r":10,"m":10,"n":10,"p":10,"a":18,"C":5,"G":5,"O":5,"Q":5,"T":-5,"V":-6,"Y":-7,"(":9,"A":17,"J":29,"[":5,"!":4}},"G":{"d":"59,-125v-3,76,51,115,125,95r0,-93r35,0r0,117v-23,6,-50,12,-80,11v-78,-3,-113,-49,-117,-130v-5,-108,102,-158,195,-113r-11,29v-13,-10,-41,-16,-63,-16v-57,0,-81,42,-84,100","w":243,"k":{"v":6,"y":6,")":4,"*":9,"]":4,"}":4}},"H":{"d":"189,-249r35,0r0,249r-35,0r0,-115r-122,0r0,115r-35,0r0,-249r35,0r0,104r122,0r0,-104","w":255},"I":{"d":"32,-249r35,0r0,249r-35,0r0,-249","w":98},"J":{"d":"67,-25v38,0,50,-19,50,-59r0,-165r35,0v-7,113,39,279,-106,252v-16,-4,-33,-9,-42,-18r13,-27v12,8,28,18,50,17","w":181,"k":{")":4,"]":12,"}":7,"\/":13,"z":6,",":4,".":4,"A":4,"J":5,"Z":6}},"K":{"d":"216,-249r-113,116v46,35,92,82,122,133r-41,0v-31,-45,-71,-89,-117,-118r0,118r-35,0r0,-249r35,0r0,110r107,-110r42,0","w":227,"k":{"v":5,"w":17,"y":4,"*":12,"?":-4,"]":9,"\/":-6,"x":-10,"z":-6,"-":17,"{":7,"d":8,"g":8,"o":8,",":-6,".":-6,"c":8,"e":8,"q":8,"@":7,"u":5,"s":-5,"C":13,"G":13,"O":13,"Q":13,"T":-6,"V":-7,"W":-4,"Y":-8,"(":6,"A":-12,"J":-10,"X":-9,"Z":-8}},"L":{"d":"182,-30r0,30r-150,0r0,-249r35,0r0,219r115,0","w":188,"k":{"v":14,"w":13,"y":7,"\"":45,"'":45,"*":50,"]":12,"}":5,"\/":-4,"x":-8,"z":-4,"-":25,"{":9,"d":4,"g":4,"o":4,",":-8,".":-8,"c":4,"e":4,"q":4,"C":16,"G":16,"O":16,"Q":16,"T":41,"U":6,"V":36,"W":16,"Y":41,"(":4,"A":-10,"J":-10,"S":-5,"X":-7,"Z":-5}},"M":{"d":"70,-192r-11,192r-34,0r18,-249r31,0r65,129v10,24,10,24,19,43r40,-90v14,-31,28,-54,44,-82r30,0v8,80,15,163,19,249r-35,0r-10,-192r-74,157r-28,0","w":315,"k":{"V":2,"Y":3}},"N":{"d":"203,0r-91,-136r-46,-59r0,195r-34,0r0,-249r27,0v51,53,98,123,139,184r0,-184r34,0r0,249r-29,0","w":263},"O":{"d":"141,5v-77,0,-119,-50,-119,-130v0,-80,42,-130,119,-130v78,0,119,52,119,130v0,79,-41,130,-119,130xm141,-225v-58,0,-83,42,-83,100v0,58,25,100,83,100v57,0,82,-42,82,-100v0,-58,-25,-100,-82,-100","w":281,"k":{"\"":8,"'":8,")":10,"?":12,"]":15,"}":10,"\/":15,",":12,".":12,"@":4,"a":5,"T":10,"V":6,"W":6,"Y":15,"(":4,"A":7,"J":9,"S":4,"X":9,"Z":5,"[":4,"!":5}},"P":{"d":"32,-246v75,-15,178,-8,175,74v-3,71,-64,82,-140,79r0,93r-35,0r0,-246xm170,-173v0,-52,-57,-50,-103,-47r0,98v52,0,103,1,103,-51","w":220,"k":{"v":-4,"w":-3,"y":-4,")":9,"]":15,"}":9,"\/":22,"d":8,"g":8,"o":8,",":32,".":32,"c":8,"e":12,"q":4,"a":7,"(":4,"A":18,"J":34,"X":6,"[":5,"!":4}},"Q":{"d":"166,3v8,28,45,31,76,36r-8,28v-47,-8,-93,-17,-103,-62v-69,-8,-109,-53,-109,-130v0,-80,42,-130,119,-130v78,0,119,52,119,130v0,72,-36,115,-94,128xm141,-225v-58,0,-83,42,-83,100v0,58,25,100,83,100v57,0,82,-42,82,-100v0,-58,-25,-100,-82,-100","w":281,"k":{"\"":8,"'":8,"?":12,",":12,".":12,"j":-5,"@":4,"a":5,"T":10,"V":6,"W":6,"Y":15,"(":4,"A":7,"J":9,"S":4,"X":9,"Z":5,"[":4,"!":5}},"R":{"d":"206,-173v-1,37,-22,58,-52,69v22,28,50,68,67,104r-38,0v-18,-34,-42,-71,-66,-98r-50,0r0,98r-35,0r0,-246v74,-15,178,-8,174,73xm169,-174v0,-49,-56,-50,-102,-46r0,94v51,0,102,3,102,-48","w":227,"k":{"?":5,"]":12,"}":6,"\/":-4,"x":-8,"z":-3,"{":6,",":-5,".":-5,"@":5,"C":4,"G":4,"O":4,"Q":4,"V":4,"Y":7,"(":4,"A":-10,"J":-8,"X":-7,"Z":-5}},"S":{"d":"23,-41v32,23,149,28,117,-41v-32,-43,-119,-29,-122,-104v-3,-73,98,-82,153,-54r-12,29v-30,-22,-126,-22,-101,38v33,44,123,30,123,110v0,77,-112,81,-168,51","w":192},"T":{"d":"198,-249r0,30r-78,0r0,219r-35,0r0,-219r-79,0r0,-30r192,0","k":{"v":8,"w":29,"y":8,")":-4,"?":-8,"]":12,"\/":31,"x":6,"z":11,"-":18,"{":9,"d":20,"g":20,"o":20,",":27,".":27,"c":20,"e":20,"q":20,"@":18,"u":12,":":30,";":30,"r":14,"s":16,"m":14,"n":14,"p":14,"a":16,"C":10,"G":10,"O":10,"Q":10,"T":-9,"V":-10,"W":-6,"Y":-10,"(":10,"A":23,"J":32,"X":-5}},"U":{"d":"219,-93v0,62,-32,97,-94,98v-63,0,-95,-36,-95,-98r0,-156r35,0v8,85,-32,224,60,223v92,-1,50,-139,59,-223r35,0r0,156","w":249,"k":{"]":13,"}":8,"\/":15,"z":6,"{":4,",":4,".":4,":":4,";":4,"a":6,"(":4,"A":4,"J":5,"Z":6}},"V":{"d":"233,-249r-50,137r-48,112r-32,0r-73,-176r-26,-73r39,0r38,109v12,35,26,68,39,99v28,-64,52,-140,76,-208r37,0","w":237,"k":{"\"":-5,"'":-5,")":-6,"?":-9,"]":10,"\/":24,"z":1,"-":4,"{":9,"d":16,"g":16,"o":16,",":27,".":27,"c":16,"e":16,"q":16,"@":14,"u":9,":":7,";":7,"r":11,"s":5,"m":11,"n":11,"p":11,"a":9,"C":6,"G":6,"O":6,"Q":6,"T":-10,"V":-11,"W":-8,"Y":-12,"(":12,"A":22,"J":34,"X":-7,"M":2}},"W":{"d":"325,-249v-16,92,-34,171,-61,249r-35,0v-11,-26,-21,-53,-31,-80v-10,-27,-20,-57,-30,-89v-10,32,-20,62,-30,89v-15,41,-16,41,-31,80r-35,0v-27,-77,-45,-157,-61,-249r37,0r33,161v4,16,8,30,12,44r30,-83v11,-30,21,-61,30,-93r31,0v17,62,40,118,61,176v19,-62,32,-135,44,-205r36,0","w":335,"k":{"\"":-5,"'":-5,"?":-6,"]":13,"\/":17,"{":6,"d":8,"g":9,"o":8,",":13,".":13,"c":8,"e":8,"q":8,"@":7,"u":7,":":4,";":4,"r":8,"s":6,"m":8,"n":8,"p":8,"a":10,"C":6,"G":6,"O":6,"Q":6,"T":-7,"V":-8,"W":-4,"Y":-9,"(":6,"A":6,"J":22,"X":-4}},"X":{"d":"181,0r-48,-80r-19,-27r-66,107r-39,0v24,-45,55,-90,83,-132r-80,-117r41,0r61,92r61,-92r40,0r-79,116r47,68v14,22,27,44,38,65r-40,0","w":228,"k":{"v":4,"w":13,"y":3,"*":9,"]":12,"\/":-4,"x":-7,"-":10,"{":9,"d":6,"g":6,"o":6,",":-5,".":-5,"c":6,"e":6,"q":6,"@":9,"u":4,"C":9,"G":9,"O":9,"Q":9,"T":-5,"V":-6,"Y":-7,"(":9,"A":-10,"J":-7,"X":-6,"Z":-5}},"Y":{"d":"91,0r0,-100v-17,-26,-32,-51,-47,-76v-22,-37,-22,-37,-41,-73r41,0v19,40,42,80,65,118v12,-19,24,-39,35,-59v11,-20,22,-39,31,-59r39,0v-27,52,-57,97,-88,148r0,101r-35,0","w":216,"k":{")":-6,"?":-9,"]":9,"\/":30,"x":5,"z":10,"-":18,"{":8,"d":18,"g":18,"o":18,",":23,".":23,"c":18,"e":18,"q":18,"@":21,"u":12,":":14,";":14,"r":14,"s":7,"m":14,"n":14,"p":14,"a":15,"C":15,"G":15,"O":15,"Q":15,"T":-11,"V":-12,"W":-8,"Y":-13,"(":15,"A":28,"J":41,"X":-8,"Z":-4,"M":3}},"Z":{"d":"190,-222r-68,86r-49,72v-7,12,-14,23,-20,34r141,0r0,30r-181,0v-2,-44,19,-61,39,-90r74,-104v8,-10,15,-19,21,-26r-128,0r0,-29r171,0r0,27","w":207,"k":{"v":8,"w":9,"y":8,"]":15,"}":5,"x":-3,"-":22,"{":13,"d":6,"g":8,"o":6,",":-4,".":-4,"c":6,"e":6,"q":5,"@":6,"t":5,"u":7,"C":13,"G":13,"O":13,"Q":13,"U":5,"V":-4,"Y":-4,"(":8,"A":-6,"J":-6,"[":6}},"[":{"d":"35,-282r81,0r0,26r-49,0r0,296r49,0r0,27r-81,0r0,-349","w":119,"k":{"]":-29,"C":15,"G":15,"O":15,"Q":15,"T":12,"U":14,"V":10,"W":13,"Y":10,"A":10,"J":10,"S":9,"X":13,"Z":15}},"\\":{"d":"-8,-282r34,0r122,349r-35,0","w":139},"]":{"d":"85,67r-81,0r0,-27r49,0r0,-296r-49,0r0,-26r81,0r0,349","w":119,"k":{"C":4,"G":4,"O":4,"Q":4,"W":4,"X":4,"Z":6}},"^":{"d":"117,-249r70,122r-27,14r-58,-102r-58,102r-26,-14r69,-122r30,0"},"_":{"d":"-1,38r180,0r0,29r-180,0r0,-29","w":178},"`":{"d":"44,-279r46,55r-17,15r-50,-49","w":136},"a":{"d":"50,-56v0,37,47,34,79,29r0,-55v-25,-10,-79,-8,-79,26xm36,-184v12,-4,35,-8,54,-8v95,0,69,105,72,189v-58,10,-146,18,-146,-53v0,-54,63,-65,113,-53v11,-56,-50,-62,-89,-47","w":189},"b":{"d":"194,-94v0,91,-87,113,-164,89r0,-269r33,-5r0,100v60,-34,131,7,131,85xm159,-94v9,-62,-56,-84,-96,-54r0,119v50,15,102,-9,96,-65","w":213,"k":{"v":5,"w":4,"y":5,"\"":13,"'":13,")":10,"?":10,"]":11,"}":8,"\/":8,"x":6,"z":7}},"c":{"d":"54,-93v-7,61,54,80,102,60r5,28v-70,27,-142,-8,-142,-88v0,-78,65,-118,139,-90r-8,29v-47,-22,-103,2,-96,61","w":168,"k":{"v":-4,"w":-4,"y":-4,"]":10,"x":-6,"-":12,"{":8,"d":4,"g":6,"o":5,",":-4,".":-4}},"d":{"d":"54,-94v-3,56,45,80,96,65r0,-119v-8,-6,-26,-14,-42,-14v-40,1,-52,28,-54,68xm19,-94v-4,-76,69,-120,131,-85r0,-95r34,-5r0,274v-19,5,-44,9,-71,9v-61,-2,-91,-37,-94,-98","w":213},"e":{"d":"113,4v-63,0,-94,-36,-94,-97v0,-60,30,-97,85,-99v58,-2,83,45,78,107r-128,0v-5,59,66,71,111,51r5,28v-12,6,-36,11,-57,10xm148,-112v7,-55,-74,-68,-89,-19v-2,6,-3,13,-4,19r93,0","w":202},"f":{"d":"30,-204v-6,-65,53,-88,113,-69r-6,29v-32,-17,-82,-3,-74,41r0,16r72,0r0,28r-72,0r0,159r-33,0r0,-204","w":140,"k":{"v":-7,"w":-6,"y":-7,")":-14,"*":-4,"?":-9,"]":-14,"}":-14,"\/":15,"x":-5,"-":13,",":19,".":19}},"g":{"d":"36,29v42,17,123,19,111,-48v-9,6,-28,13,-46,12v-55,-2,-79,-35,-82,-91v-5,-87,88,-108,161,-83r0,167v8,83,-82,94,-150,72xm54,-97v-8,57,58,75,93,49r0,-110v-49,-14,-97,9,-93,61","w":209},"h":{"d":"147,-98v8,-58,-37,-73,-84,-58r0,156r-33,0r0,-274r33,-5r0,95v63,-22,118,7,118,79r0,105r-34,0r0,-98","w":207,"k":{"v":5,"w":5,"y":6,"\"":13,"'":13,")":9,"*":8,"?":10,"]":10,"}":8}},"i":{"d":"63,0r-33,0r0,-187r33,0r0,187xm68,-243v0,13,-10,22,-22,22v-12,0,-22,-9,-22,-22v0,-13,10,-22,22,-22v12,0,22,9,22,22","w":92},"j":{"d":"63,-4v4,54,-36,82,-87,67r5,-27v29,10,49,-6,49,-39r0,-184r33,0r0,183xm68,-243v0,13,-10,22,-22,22v-12,0,-22,-9,-22,-22v0,-13,10,-22,22,-22v12,0,22,9,22,22","w":92,"k":{"j":-3}},"k":{"d":"97,-103v33,27,64,66,87,103r-40,0v-20,-35,-49,-67,-81,-90r0,90r-33,0r0,-274r33,-5r0,170r74,-78r39,0","w":189,"k":{"]":9,"\/":-4,"x":-7,"-":10,"{":7,"d":9,"g":10,"o":10,"c":9,"e":9,"q":9,"@":7}},"l":{"d":"62,-54v0,21,10,28,28,30r-4,28v-39,-2,-56,-15,-57,-53r0,-225r33,-5r0,225","w":99},"m":{"d":"30,-182v34,-8,104,-19,124,10v15,-9,35,-19,60,-19v93,0,66,106,70,191r-33,0v-5,-69,27,-188,-68,-157v-7,3,-12,6,-15,8v11,41,4,99,6,149r-34,0v-5,-74,28,-187,-77,-158r0,158r-33,0r0,-182","w":311,"k":{"v":6,"w":5,"y":6,"\"":11,"'":11,")":9,"*":8,"?":10,"]":11,"}":8}},"n":{"d":"147,0v-2,-79,24,-188,-84,-158r0,158r-33,0r0,-182v19,-5,46,-9,74,-9v96,0,75,103,77,191r-34,0","w":208,"k":{"v":6,"w":5,"y":6,"\"":11,"'":11,")":9,"*":8,"?":10,"]":11,"}":8}},"o":{"d":"107,-192v57,0,88,40,88,98v0,58,-30,99,-88,99v-58,0,-88,-41,-88,-99v0,-58,31,-98,88,-98xm107,-25v36,0,53,-30,53,-69v0,-39,-17,-68,-53,-68v-36,0,-53,29,-53,68v0,39,17,69,53,69","w":213,"k":{"v":5,"w":5,"y":5,"\"":12,"'":12,")":10,"*":7,"?":11,"]":11,"}":8,"\/":8,"x":6,"z":7}},"p":{"d":"63,-40v37,31,107,10,96,-53v5,-56,-44,-78,-96,-65r0,118xm194,-93v4,77,-69,118,-131,85r0,75r-33,0r0,-248v19,-5,43,-11,70,-10v60,2,91,36,94,98","w":213,"k":{"v":5,"w":4,"y":5,"\"":12,"'":12,")":10,"*":7,"?":10,"]":11,"}":8,"\/":8,"x":6,"z":6}},"q":{"d":"150,-158v-52,-13,-100,9,-96,65v3,40,14,67,54,68v16,0,34,-8,42,-15r0,-118xm103,4v-57,-1,-84,-40,-84,-97v0,-61,33,-96,94,-98v28,-1,52,5,71,10r0,248r-34,0r0,-75v-10,6,-28,13,-47,12","w":213,"k":{"j":-11}},"r":{"d":"30,-179v26,-10,72,-17,106,-7r-6,29v-16,-6,-50,-6,-67,0r0,157r-33,0r0,-179","w":140,"k":{"v":-8,"w":-7,"y":-8,"*":-4,"?":15,"]":9,"\/":17,"x":-6,"-":12,",":20,".":20,"q":4}},"s":{"d":"21,-35v18,10,90,25,92,-12v-8,-49,-95,-26,-95,-91v0,-55,70,-63,119,-46r-6,29v-20,-11,-78,-18,-80,14v12,50,96,26,96,93v0,59,-87,60,-132,42","w":162},"t":{"d":"93,4v-49,0,-67,-27,-66,-76r0,-167r34,-6r0,58r71,0r0,28r-71,0v6,50,-21,133,34,133v15,1,29,-4,37,-8r7,28v-10,4,-29,10,-46,10","w":146,"k":{"]":10,"x":-6,"-":14,"{":8,"d":5,"g":4,"o":5,",":-4,".":-4,"c":5,"e":4,"q":4}},"u":{"d":"61,-187v3,78,-25,187,84,158r0,-158r34,0r0,182v-20,5,-47,9,-75,9v-95,0,-76,-103,-77,-191r34,0","w":208},"v":{"d":"92,-39v18,-45,36,-96,49,-148r35,0v-16,65,-45,133,-70,187r-30,0v-25,-53,-54,-122,-70,-187r36,0","w":182,"k":{"v":-6,"w":-6,"y":-6,"*":-3,"?":14,"]":9,"\/":12,"x":-5,"d":5,"g":5,"o":5,",":13,".":13,"c":5,"e":5,"q":5}},"w":{"d":"274,-187v-16,67,-39,132,-62,187r-29,0v-15,-37,-32,-85,-43,-129v-11,44,-26,91,-41,129r-30,0v-23,-55,-46,-120,-62,-187r36,0r31,114v4,12,8,23,12,32v17,-45,30,-98,42,-146r28,0v9,51,26,101,41,146v16,-44,33,-96,42,-146r35,0","w":281,"k":{"v":-6,"w":-6,"y":-6,"*":-3,"?":13,"]":9,"\/":10,"x":-5,"o":4,",":12,".":12,"c":5}},"x":{"d":"141,0v-12,-28,-33,-54,-50,-77r-50,77r-35,0v17,-33,44,-67,65,-98r-62,-89r38,0r45,65r45,-65r35,0r-60,87v22,32,49,65,66,100r-37,0","w":185,"k":{"]":10,"x":-6,"{":8,"d":8,"g":8,"o":8,"c":8,"e":8,"q":8}},"y":{"d":"96,-36v18,-49,31,-98,43,-151r34,0v-21,78,-44,158,-78,221v-15,27,-56,42,-94,28r7,-27v35,13,64,-4,73,-32v-29,-57,-57,-123,-75,-190r36,0v18,51,31,106,54,151","w":180},"z":{"d":"154,-187v3,28,-7,32,-20,48v-27,35,-58,72,-80,111r103,0r0,28r-143,0v-3,-30,10,-38,21,-57v21,-35,52,-74,76,-102r-92,0r0,-28r135,0","w":171,"k":{"]":12,"}":8,"{":10,"d":7,"g":8,"o":7,"c":7,"e":7,"q":6,"f":4,"t":5,"u":5}},"{":{"d":"48,5v0,-42,12,-101,-33,-100r0,-26v45,1,33,-57,33,-99v0,-46,24,-63,70,-62r0,26v-76,-9,-7,123,-63,148v30,15,25,67,25,113v0,29,10,35,38,35v-1,8,3,22,-2,27v-45,0,-68,-18,-68,-62","w":121,"k":{"}":-29,"C":9,"G":11,"O":11,"Q":11,"U":8,"A":4,"J":4,"S":8,"Z":6}},"|":{"d":"35,-282r32,0r0,349r-32,0r0,-349","w":101},"}":{"d":"73,-220v0,42,-12,100,33,99r0,26v-45,-1,-33,58,-33,100v0,45,-23,63,-69,62r0,-27v76,9,7,-122,62,-148v-31,-14,-23,-67,-24,-112v0,-28,-11,-35,-38,-36v1,-8,-2,-20,1,-26v45,-1,68,17,68,62","w":121,"k":{"T":9,"U":4,"V":9,"W":7,"Y":9,"A":8,"J":8,"S":6,"X":10,"Z":12}},"~":{"d":"85,-133v22,11,72,47,80,-2r23,6v-6,26,-17,51,-49,51v-39,0,-81,-62,-100,-3r-23,-6v4,-32,33,-64,69,-46"},"\u20ac":{"d":"84,-82v2,56,63,69,108,48r7,28v-11,6,-36,11,-55,11v-59,0,-85,-35,-95,-87r-32,0r0,-26r29,0r0,-36r-29,0r0,-26r33,0v9,-67,70,-99,143,-77r-8,29v-46,-18,-98,1,-100,48r83,0r-5,26r-82,0r0,36r75,0r-5,26r-67,0"},"\u00a0":{"w":84}}});
;

Cufon.replace('#main-menu ul li a', {
	textShadow: '2px 2px #8d2b1f',
	hover: {
		color: '#dddddd'
	}
});

Cufon.replace('.contentTitle');

Cufon.replace('#footer-wrapper  h2');
Cufon.replace('#productPrices div');
Cufon.replace('#productList .price');
Cufon.replace('#productList .priceDiscount');

          Cufon.replace(".ui-accordion-header", {
          	textShadow: "2px 2px #8d2b1f",
          	hover: {
          		color: "#dddddd"
          	}
          });    





;

