/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 2010 by Ryoichi Tsunekawa. All rights reserved.
 * 
 * Trademark:
 * Bebas Neue is a trademark of Ryoichi Tsunekawa.
 * 
 * Full name:
 * BebasNeue
 * 
 * Description:
 * Copyright (c) 2010 by Ryoichi Tsunekawa. All rights reserved.
 * 
 * Manufacturer:
 * Ryoichi Tsunekawa
 * 
 * Designer:
 * Ryoichi Tsunekawa
 * 
 * License information:
 * http://dharmatype.com
 */
Cufon.registerFont({"w":396,"face":{"font-family":"Bebas Neue","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 6 6 2 2 2 5 2 1","ascent":"800","descent":"-200","x-height":"8","bbox":"0 -848 725 100","underline-thickness":"50","underline-position":"-60","stemh":"100","stemv":"110","unicode-range":"U+0020-U+20AC"},"glyphs":{" ":{"w":155},"!":{"d":"136,-155r-82,0r-14,-253r0,-292r110,0r0,292xm42,-106r106,0r0,106r-106,0r0,-106","w":190},"\"":{"d":"55,-494r-15,-206r106,0r-16,206r-75,0xm194,-494r-15,-206r106,0r-16,206r-75,0","w":325},"#":{"d":"198,0r21,-200r-65,0r-21,200r-90,0r21,-200r-49,0r8,-78r49,0r19,-183r-50,0r8,-78r50,0r17,-161r90,0r-17,161r65,0r17,-161r90,0r-17,161r51,0r-8,78r-51,0r-19,183r51,0r-8,78r-51,0r-21,200r-90,0xm181,-461r-19,183r65,0r19,-183r-65,0","w":410},"$":{"d":"37,-522v0,-94,39,-154,116,-171r0,-52r90,0r0,52v84,17,123,86,118,193r-104,0v4,-56,-9,-98,-55,-98v-35,0,-55,19,-55,69v0,144,215,151,215,351v0,95,-41,156,-119,172r0,51r-90,0r0,-51v-94,-18,-127,-101,-119,-220r104,0v-4,61,1,123,57,123v35,0,57,-18,57,-68v0,-144,-215,-151,-215,-351"},"%":{"d":"104,-598r0,240v0,31,13,44,36,44v22,0,36,-13,36,-44r0,-240v0,-31,-14,-44,-36,-44v-23,0,-36,13,-36,44xm34,-363r0,-230v0,-72,37,-112,106,-112v69,0,106,40,106,112r0,230v0,72,-37,112,-106,112v-69,0,-106,-40,-106,-112xm140,0r276,-700r65,0r-276,700r-65,0xm451,-342r0,240v0,31,13,44,36,44v22,0,36,-13,36,-44r0,-240v0,-31,-14,-44,-36,-44v-23,0,-36,13,-36,44xm381,-107r0,-230v0,-72,37,-112,106,-112v69,0,106,40,106,112r0,230v0,72,-37,112,-106,112v-69,0,-106,-40,-106,-112","w":627},"&":{"d":"41,-152v0,-102,2,-188,76,-218v-55,-23,-76,-76,-76,-157v0,-112,54,-173,164,-173r126,0r0,100v-80,8,-180,-33,-180,68v0,66,9,125,66,117r48,0r0,-78r110,0r0,78r29,0r0,100r-29,0v5,105,-13,229,12,315r-112,0v-5,-14,-8,-24,-10,-55v-19,41,-53,63,-102,63v-81,0,-122,-57,-122,-160xm151,-161v0,50,22,69,57,69v33,0,57,-17,57,-61r0,-162v-74,-4,-116,5,-114,89r0,65","w":414},"'":{"d":"52,-494r-15,-206r106,0r-16,206r-75,0","w":180},"(":{"d":"47,-547v-3,-125,61,-159,188,-153r0,90v-51,-2,-78,0,-78,63r0,394v-1,63,26,65,78,63r0,90v-126,6,-188,-27,-188,-153r0,-394","w":251,"k":{"y":-5,"w":-3,"t":-8,"Y":-5,"W":-3,"T":-8,"v":-3,"V":-3}},")":{"d":"16,-700v126,-6,188,27,188,153r0,394v3,125,-61,159,-188,153r0,-90v51,2,78,0,78,-63r0,-394v1,-63,-26,-65,-78,-63r0,-90","w":251},"*":{"d":"30,-610r149,75r-26,-165r90,0r-26,165r149,-75r28,85r-164,28r117,117r-72,53r-77,-148r-77,148r-72,-53r117,-117r-164,-28"},"+":{"d":"237,-252r124,0r0,78r-326,0r0,-78r124,0r0,-80r-124,0r0,-78r124,0r0,-114r78,0r0,114r124,0r0,78r-124,0r0,80"},",":{"d":"82,0r-42,0r0,-106r106,0r0,95r-48,111r-45,0","w":186,"k":{"\u00fc":6,"\u00f6":10,"\u00df":5,"\u00dc":6,"\u00d6":10,"y":80,"w":40,"u":6,"t":60,"s":5,"o":10,"g":10,"c":10,"Y":80,"W":40,"U":6,"T":60,"S":5,"O":10,"G":10,"C":10,"v":60,"q":10,"V":60,"Q":10}},"-":{"d":"35,-300r0,-100r200,0r0,100r-200,0","w":270,"k":{"x":15,"v":10,"X":15,"V":10,"T":32,"W":4,"Y":18,"t":32,"w":4,"y":18,"A":10,"\u00c4":10,"a":10,"\u00e4":10,"Z":10,"z":10}},".":{"d":"40,-106r106,0r0,106r-106,0r0,-106","w":186,"k":{"\u00fc":6,"\u00f6":10,"\u00df":5,"\u00dc":6,"\u00d6":10,"y":80,"w":40,"u":6,"t":60,"s":5,"o":10,"g":10,"c":10,"Y":80,"W":40,"U":6,"T":60,"S":5,"O":10,"G":10,"C":10,"v":60,"q":10,"V":60,"Q":10}},"\/":{"d":"5,0r276,-700r95,0r-276,700r-95,0","w":381,"k":{"\/":180}},"0":{"d":"141,-539r0,378v0,50,22,69,57,69v35,0,57,-19,57,-69r0,-378v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69xm31,-168r0,-364v0,-112,59,-176,167,-176v108,0,167,64,167,176r0,364v0,112,-59,176,-167,176v-108,0,-167,-64,-167,-176"},"1":{"d":"108,-534r0,-78v85,0,104,-41,121,-88r74,0r0,700r-110,0r0,-534r-85,0"},"2":{"d":"258,-528v0,-63,-22,-80,-57,-80v-35,0,-57,19,-57,69r0,75r-104,0v-11,-145,30,-244,164,-244v108,0,164,64,164,176v0,230,-239,309,-218,432r208,0r0,100r-318,0r0,-86v0,-206,218,-240,218,-442"},"3":{"d":"186,-415v55,6,66,-46,66,-113v0,-63,-22,-80,-57,-80v-51,0,-62,53,-57,114r-104,0v-8,-133,42,-214,164,-214v114,0,164,71,164,194v0,75,-24,122,-77,144v70,29,77,104,77,202v0,112,-56,176,-164,176v-129,0,-175,-92,-164,-234r104,0r0,65v0,50,22,69,57,69v35,0,57,-17,57,-79v0,-76,-2,-153,-72,-144r-37,0r0,-100r43,0"},"4":{"d":"14,-127r0,-100r200,-473r120,0r0,473r52,0r0,100r-52,0r0,127r-110,0r0,-127r-210,0xm115,-227r109,0r0,-259"},"5":{"d":"35,-226r104,0r0,65v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-154v0,-50,-22,-69,-57,-69v-42,0,-61,34,-57,90r-104,0r20,-406r290,0r0,100r-191,0r-9,167v20,-33,52,-51,96,-51v81,0,122,57,122,160r0,156v0,112,-56,176,-164,176v-129,0,-175,-92,-164,-234"},"6":{"d":"33,-168r0,-358v0,-118,54,-182,168,-182v114,0,169,71,164,194r-104,0v5,-56,-13,-94,-57,-94v-39,0,-61,19,-61,86r0,128v19,-40,53,-62,102,-62v81,0,122,57,122,160r0,128v0,112,-59,176,-167,176v-108,0,-167,-64,-167,-176xm200,-356v-35,0,-57,19,-57,69r0,126v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-126v0,-50,-22,-69,-57,-69"},"7":{"d":"33,-700r330,0r0,96r-162,604r-110,0r161,-600r-219,0r0,-100"},"8":{"d":"370,-223v0,143,-40,231,-172,231v-131,0,-172,-88,-172,-231v0,-67,20,-119,68,-146v-51,-27,-68,-83,-68,-163v0,-112,61,-176,172,-176v119,0,172,72,172,198v0,69,-23,116,-68,141v48,27,68,79,68,146xm136,-171v0,62,27,79,62,79v35,0,60,-17,62,-79v2,-69,0,-152,-62,-144v-62,-7,-62,74,-62,144xm136,-528v0,64,12,121,62,113v48,7,62,-48,62,-113v0,-63,-27,-80,-62,-80v-35,0,-62,17,-62,80"},"9":{"d":"363,-532r0,358v0,118,-54,182,-168,182v-114,0,-169,-71,-164,-194r104,0v-5,56,13,94,57,94v39,0,61,-19,61,-86r0,-128v-19,40,-53,62,-102,62v-81,0,-122,-57,-122,-160r0,-128v0,-112,59,-176,167,-176v108,0,167,64,167,176xm196,-344v35,0,57,-19,57,-69r0,-126v0,-50,-22,-68,-57,-68v-35,0,-57,18,-57,68r0,126v0,50,22,69,57,69"},":":{"d":"40,-106r106,0r0,106r-106,0r0,-106xm40,-487r106,0r0,106r-106,0r0,-106","w":186,"k":{"y":20,"t":35,"Y":20,"T":35}},";":{"d":"82,0r-42,0r0,-106r106,0r0,95r-48,111r-45,0xm40,-487r106,0r0,106r-106,0r0,-106","w":186,"k":{"y":20,"t":35,"Y":20,"T":35}},"<":{"d":"356,-191r-326,-120r0,-78r326,-120r0,79r-224,80r224,80r0,79"},"=":{"d":"35,-308r326,0r0,78r-326,0r0,-78xm35,-470r326,0r0,78r-326,0r0,-78"},">":{"d":"366,-311r-326,120r0,-79r224,-80r-224,-80r0,-79r326,120r0,78"},"?":{"d":"218,-155r-98,0v-36,-176,115,-201,114,-384v0,-50,-20,-69,-55,-69v-35,0,-55,19,-55,69r0,76r-104,0v-11,-145,29,-245,162,-245v107,0,162,64,162,176v0,199,-156,212,-126,377xm115,-106r106,0r0,106r-106,0r0,-106","w":360},"@":{"d":"476,-127v-51,0,-84,-19,-88,-66v-20,41,-53,62,-97,60v-70,-2,-100,-57,-90,-154r11,-101v10,-98,52,-151,122,-148v42,1,69,23,82,62r6,-58r96,0r-30,289v-2,17,4,25,20,25v56,0,80,-124,80,-226v0,-125,-60,-211,-199,-211v-178,0,-271,142,-271,370v0,161,74,261,233,261v74,0,137,-14,207,-68r-8,96v-66,44,-131,56,-205,56v-225,0,-321,-143,-321,-350v0,-247,122,-450,369,-450v211,0,278,132,278,294v0,246,-118,319,-195,319xm364,-440v-61,0,-60,90,-66,148v-5,46,12,63,43,66v63,6,59,-99,66,-158v4,-39,-16,-56,-43,-56","w":689},"A":{"d":"284,-700r112,700r-111,0r-19,-127r-135,0r-19,127r-101,0r112,-700r161,0xm198,-576r-53,354r106,0","w":407,"k":{"v":25,"q":1,"V":25,"Q":1,"?":30}},"B":{"d":"206,-700v123,-1,163,63,163,186v0,72,-22,118,-71,141v75,28,82,106,82,207v0,108,-57,166,-167,166r-173,0r0,-700r166,0xm270,-230v3,-88,-45,-88,-120,-85r0,215v67,0,124,12,120,-69r0,-61xm259,-528v4,-74,-43,-75,-109,-72r0,185v65,2,110,1,109,-74r0,-39","w":406,"k":{"x":3,"v":4,"X":3,"V":4,".":5,",":5,"W":1,"Y":15,"w":1,"y":15}},"C":{"d":"255,-261r104,0r0,93v0,112,-56,176,-164,176v-108,0,-164,-64,-164,-176r0,-364v0,-112,56,-176,164,-176v133,0,176,98,164,244r-104,0r0,-75v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69r0,378v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-100","w":386,"k":{"x":11,"X":11,".":6,",":6,"Y":11,"y":11}},"D":{"d":"40,0r0,-700r174,0v110,0,164,61,164,173r0,354v0,112,-54,173,-164,173r-174,0xm268,-532v2,-78,-51,-68,-118,-68r0,500v66,0,118,11,118,-68r0,-364","w":408,"k":{"x":15,"v":1,"X":15,"V":1,".":10,",":10,"Y":15,"y":15,"A":1,"\u00c4":1,"a":1,"\u00e4":1}},"E":{"d":"150,-600r0,195r151,0r0,100r-151,0r0,205r190,0r0,100r-300,0r0,-700r300,0r0,100r-190,0","w":368},"F":{"d":"150,-600r0,211r142,0r0,100r-142,0r0,289r-110,0r0,-700r291,0r0,100r-181,0","w":344,"k":{"}":-5,"]":-5,".":70,",":70,")":-5,"A":13,"\u00c4":13,"a":13,"\u00e4":13,"J":20,"Z":10,"j":20,"z":10}},"G":{"d":"205,-290r0,-100r154,0r0,222v0,112,-56,176,-164,176v-108,0,-164,-64,-164,-176r0,-364v0,-112,56,-176,164,-176v133,0,176,98,164,244r-104,0r0,-75v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69r0,378v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-129r-50,0","w":390,"k":{"x":15,"v":1,"X":15,"V":1,".":10,",":10,"Y":15,"y":15,"A":1,"\u00c4":1,"a":1,"\u00e4":1}},"H":{"d":"150,-300r0,300r-110,0r0,-700r110,0r0,300r125,0r0,-300r112,0r0,700r-112,0r0,-300r-125,0","w":427},"I":{"d":"40,0r0,-700r110,0r0,700r-110,0","w":190},"J":{"d":"10,0r0,-100v57,3,101,5,101,-66r0,-534r110,0r0,526v-6,163,-88,184,-211,174","w":256,"k":{".":6,",":6}},"K":{"d":"291,0r-107,-279r-34,64r0,215r-110,0r0,-700r110,0r0,305r144,-305r110,0r-153,312r153,388r-113,0","w":414,"k":{"q":7,"Q":7,"C":7,"G":7,"O":7,"\u00d6":7,"c":7,"g":7,"o":7,"\u00f6":7,"S":5,"U":4,"\u00dc":4,"s":5,"\u00df":5,"u":4,"\u00fc":4}},"L":{"d":"40,0r0,-700r110,0r0,600r181,0r0,100r-291,0","w":339,"k":{"}":-8,"v":33,"]":-8,"V":33,"?":30,")":-8,"T":50,"W":17,"Y":62,"-":40,"t":50,"w":17,"y":62,"J":-5,"j":-5}},"M":{"d":"192,-700r81,497r75,-497r153,0r0,700r-104,0r0,-502r-76,502r-104,0r-82,-495r0,495r-96,0r0,-700r153,0","w":541},"N":{"d":"275,0r-137,-507r0,507r-99,0r0,-700r138,0r113,419r0,-419r98,0r0,700r-113,0","w":427},"O":{"d":"141,-539r0,378v0,50,22,69,57,69v35,0,57,-19,57,-69r0,-378v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69xm31,-168r0,-364v0,-112,59,-176,167,-176v108,0,167,64,167,176r0,364v0,112,-59,176,-167,176v-108,0,-167,-64,-167,-176","k":{"x":15,"v":1,"X":15,"V":1,".":10,",":10,"Y":15,"y":15,"A":1,"\u00c4":1,"a":1,"\u00e4":1}},"P":{"d":"202,-700v110,0,164,61,164,173r0,91v2,132,-76,185,-216,173r0,263r-110,0r0,-700r162,0xm256,-534v2,-74,-44,-67,-106,-66r0,237v62,1,106,8,106,-66r0,-105","w":377,"k":{"x":11,"X":11,".":80,",":80,"Y":2,"y":2,"A":13,"\u00c4":13,"a":13,"\u00e4":13,"J":18,"j":18}},"Q":{"d":"31,-168r0,-364v0,-112,59,-176,167,-176v108,0,167,64,167,176r0,364v0,39,-7,72,-21,98v5,16,20,15,41,15r0,98v-56,3,-94,-14,-110,-48v-22,8,-48,13,-77,13v-108,0,-167,-64,-167,-176xm141,-539r0,378v0,50,22,69,57,69v35,0,57,-19,57,-69r0,-378v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69","k":{"y":13,"Y":13,"v":1,"V":1}},"R":{"d":"382,0r-112,0v-14,-28,-10,-140,-10,-196v0,-82,-37,-93,-110,-89r0,285r-110,0r0,-700r166,0v136,-3,163,78,163,216v0,72,-23,119,-72,142v85,30,73,145,73,257v0,34,1,59,12,85xm259,-528v4,-74,-43,-75,-109,-72r0,215v65,2,110,1,109,-74r0,-69","w":402,"k":{"v":2,"V":2,"Y":10,"y":10}},"S":{"d":"26,-532v0,-112,55,-176,162,-176v114,0,168,73,162,198r-104,0v4,-56,-9,-98,-55,-98v-35,0,-55,19,-55,69v0,144,215,171,215,371v0,112,-56,176,-164,176v-123,1,-174,-83,-164,-219r104,0v-4,60,3,118,57,118v35,0,57,-18,57,-68v0,-144,-215,-171,-215,-371","w":374,"k":{"x":8,"v":1,"X":8,"V":1,".":5,",":5,"Y":7,"y":7}},"T":{"d":"8,-600r0,-100r340,0r0,100r-115,0r0,600r-110,0r0,-600r-115,0","w":356,"k":{"}":-8,"]":-8,";":35,":":35,".":60,",":60,")":-8,"-":32,"A":38,"\u00c4":38,"a":38,"\u00e4":38,"J":30,"j":30}},"U":{"d":"35,-700r110,0r0,540v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-540r104,0r0,533v0,112,-56,176,-164,176v-108,0,-164,-64,-164,-176r0,-533","w":398,"k":{".":6,",":6}},"V":{"d":"122,-700r84,571r84,-571r101,0r-108,700r-164,0r-108,-700r111,0","w":402,"k":{"\u00f6":1,"\u00e4":25,"\u00d6":1,"\u00c4":25,"o":1,"j":25,"g":1,"c":1,"a":25,"O":1,"J":25,"G":1,"C":1,"A":25,"-":10,"}":-3,"q":1,"]":-3,"Q":1,".":60,",":60,")":-3}},"W":{"d":"324,0r-40,-373r-40,373r-151,0r-78,-700r107,0r59,552r53,-552r106,0r55,556r57,-556r96,0r-78,700r-146,0","w":563,"k":{"}":-3,"]":-3,".":40,",":40,")":-3,"-":4,"A":15,"\u00c4":15,"a":15,"\u00e4":15,"J":13,"j":13}},"X":{"d":"305,-700r102,0r-115,340r123,360r-116,0r-90,-277r-91,277r-103,0r123,-360r-115,-340r114,0r83,258","w":430,"k":{"\u00f6":15,"\u00df":8,"\u00d6":15,"s":8,"o":15,"g":15,"c":15,"S":8,"O":15,"G":15,"C":15,"-":15,"q":15,"Q":15}},"Y":{"d":"143,0r0,-232r-139,-468r115,0r84,319r84,-319r105,0r-139,468r0,232r-110,0","k":{"}":-5,"q":15,"]":-5,"Q":15,";":20,":":20,".":80,",":80,")":-5,"C":15,"G":15,"O":15,"\u00d6":15,"-":18,"c":15,"g":15,"o":15,"\u00f6":15,"A":49,"\u00c4":49,"a":49,"\u00e4":49,"J":35,"j":35,"S":7,"s":7,"\u00df":7}},"Z":{"d":"33,-700r312,0r0,98r-209,502r209,0r0,100r-322,0r0,-98r209,-502r-199,0r0,-100","w":370,"k":{"-":15}},"[":{"d":"47,0r0,-700r182,0r0,90r-72,0r0,520r72,0r0,90r-182,0","w":251,"k":{"y":-5,"w":-3,"t":-8,"Y":-5,"W":-3,"T":-8,"v":-3,"V":-3}},"\\":{"d":"100,-700r276,700r-95,0r-276,-700r95,0","w":381},"]":{"d":"204,-700r0,700r-182,0r0,-90r72,0r0,-520r-72,0r0,-90r182,0","w":251},"^":{"d":"20,-390r139,-310r78,0r139,310r-88,0r-90,-210r-90,210r-88,0"},"_":{"d":"0,90r0,-80r500,0r0,80r-500,0","w":500},"`":{"d":"44,-848r113,0r68,111r-79,0","w":250},"a":{"d":"284,-700r112,700r-111,0r-19,-127r-135,0r-19,127r-101,0r112,-700r161,0xm198,-576r-53,354r106,0","w":407,"k":{"v":25,"q":1,"V":25,"Q":1,"?":30,"C":1,"G":1,"O":1,"\u00d6":1,"T":38,"W":15,"Y":49,"-":10,"c":1,"g":1,"o":1,"\u00f6":1,"t":38,"w":15,"y":49}},"b":{"d":"206,-700v123,-1,163,63,163,186v0,72,-22,118,-71,141v75,28,82,106,82,207v0,108,-57,166,-167,166r-173,0r0,-700r166,0xm270,-230v3,-88,-45,-88,-120,-85r0,215v67,0,124,12,120,-69r0,-61xm259,-528v4,-74,-43,-75,-109,-72r0,185v65,2,110,1,109,-74r0,-39","w":406,"k":{"x":3,"v":4,"X":3,"V":4,".":5,",":5,"W":1,"Y":15,"w":1,"y":15}},"c":{"d":"255,-261r104,0r0,93v0,112,-56,176,-164,176v-108,0,-164,-64,-164,-176r0,-364v0,-112,56,-176,164,-176v133,0,176,98,164,244r-104,0r0,-75v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69r0,378v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-100","w":386,"k":{"x":11,"X":11,".":6,",":6,"Y":11,"y":11}},"d":{"d":"40,0r0,-700r174,0v110,0,164,61,164,173r0,354v0,112,-54,173,-164,173r-174,0xm268,-532v2,-78,-51,-68,-118,-68r0,500v66,0,118,11,118,-68r0,-364","w":408,"k":{"x":15,"v":1,"X":15,"V":1,".":10,",":10,"Y":15,"y":15,"A":1,"\u00c4":1,"a":1,"\u00e4":1}},"e":{"d":"150,-600r0,195r151,0r0,100r-151,0r0,205r190,0r0,100r-300,0r0,-700r300,0r0,100r-190,0","w":368},"f":{"d":"150,-600r0,211r142,0r0,100r-142,0r0,289r-110,0r0,-700r291,0r0,100r-181,0","w":344,"k":{"}":-5,"]":-5,".":70,",":70,")":-5,"A":13,"\u00c4":13,"a":13,"\u00e4":13,"J":20,"Z":10,"j":20,"z":10}},"g":{"d":"205,-290r0,-100r154,0r0,222v0,112,-56,176,-164,176v-108,0,-164,-64,-164,-176r0,-364v0,-112,56,-176,164,-176v133,0,176,98,164,244r-104,0r0,-75v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69r0,378v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-129r-50,0","w":390,"k":{"x":15,"v":1,"X":15,"V":1,".":10,",":10,"Y":15,"y":15,"A":1,"\u00c4":1,"a":1,"\u00e4":1}},"h":{"d":"150,-300r0,300r-110,0r0,-700r110,0r0,300r125,0r0,-300r112,0r0,700r-112,0r0,-300r-125,0","w":427},"i":{"d":"40,0r0,-700r110,0r0,700r-110,0","w":190},"j":{"d":"10,0r0,-100v57,3,101,5,101,-66r0,-534r110,0r0,526v-6,163,-88,184,-211,174","w":256,"k":{".":6,",":6}},"k":{"d":"291,0r-107,-279r-34,64r0,215r-110,0r0,-700r110,0r0,305r144,-305r110,0r-153,312r153,388r-113,0","w":414,"k":{"q":7,"Q":7,"C":7,"G":7,"O":7,"\u00d6":7,"c":7,"g":7,"o":7,"\u00f6":7,"S":5,"U":4,"\u00dc":4,"s":5,"\u00df":5,"u":4,"\u00fc":4}},"l":{"d":"40,0r0,-700r110,0r0,600r181,0r0,100r-291,0","w":339,"k":{"}":-8,"v":33,"]":-8,"V":33,"?":30,")":-8,"T":50,"W":17,"Y":62,"-":40,"t":50,"w":17,"y":62,"J":-5,"j":-5}},"m":{"d":"192,-700r81,497r75,-497r153,0r0,700r-104,0r0,-502r-76,502r-104,0r-82,-495r0,495r-96,0r0,-700r153,0","w":541},"n":{"d":"275,0r-137,-507r0,507r-99,0r0,-700r138,0r113,419r0,-419r98,0r0,700r-113,0","w":427},"o":{"d":"141,-539r0,378v0,50,22,69,57,69v35,0,57,-19,57,-69r0,-378v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69xm31,-168r0,-364v0,-112,59,-176,167,-176v108,0,167,64,167,176r0,364v0,112,-59,176,-167,176v-108,0,-167,-64,-167,-176","k":{"x":15,"v":1,"X":15,"V":1,".":10,",":10,"Y":15,"y":15,"A":1,"\u00c4":1,"a":1,"\u00e4":1}},"p":{"d":"202,-700v110,0,164,61,164,173r0,91v2,132,-76,185,-216,173r0,263r-110,0r0,-700r162,0xm256,-534v2,-74,-44,-67,-106,-66r0,237v62,1,106,8,106,-66r0,-105","w":377,"k":{"x":11,"X":11,".":80,",":80,"Y":2,"y":2,"A":13,"\u00c4":13,"a":13,"\u00e4":13,"J":18,"j":18}},"q":{"d":"31,-168r0,-364v0,-112,59,-176,167,-176v108,0,167,64,167,176r0,364v0,39,-7,72,-21,98v5,16,20,15,41,15r0,98v-56,3,-94,-14,-110,-48v-22,8,-48,13,-77,13v-108,0,-167,-64,-167,-176xm141,-539r0,378v0,50,22,69,57,69v35,0,57,-19,57,-69r0,-378v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69","k":{"y":13,"Y":13,"v":1,"V":1}},"r":{"d":"382,0r-112,0v-14,-28,-10,-140,-10,-196v0,-82,-37,-93,-110,-89r0,285r-110,0r0,-700r166,0v136,-3,163,78,163,216v0,72,-23,119,-72,142v85,30,73,145,73,257v0,34,1,59,12,85xm259,-528v4,-74,-43,-75,-109,-72r0,215v65,2,110,1,109,-74r0,-69","w":402,"k":{"v":2,"V":2,"Y":10,"y":10}},"s":{"d":"26,-532v0,-112,55,-176,162,-176v114,0,168,73,162,198r-104,0v4,-56,-9,-98,-55,-98v-35,0,-55,19,-55,69v0,144,215,171,215,371v0,112,-56,176,-164,176v-123,1,-174,-83,-164,-219r104,0v-4,60,3,118,57,118v35,0,57,-18,57,-68v0,-144,-215,-171,-215,-371","w":374,"k":{"x":8,"v":1,"X":8,"V":1,".":5,",":5,"Y":7,"y":7}},"t":{"d":"8,-600r0,-100r340,0r0,100r-115,0r0,600r-110,0r0,-600r-115,0","w":356,"k":{"}":-8,"]":-8,";":35,":":35,".":60,",":60,")":-8,"-":32,"A":38,"\u00c4":38,"a":38,"\u00e4":38,"J":30,"j":30}},"u":{"d":"35,-700r110,0r0,540v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-540r104,0r0,533v0,112,-56,176,-164,176v-108,0,-164,-64,-164,-176r0,-533","w":398,"k":{".":6,",":6}},"v":{"d":"122,-700r84,571r84,-571r101,0r-108,700r-164,0r-108,-700r111,0","w":402,"k":{"\u00f6":1,"\u00e4":25,"\u00d6":1,"\u00c4":25,"o":1,"j":25,"g":1,"c":1,"a":25,"O":1,"J":25,"G":1,"C":1,"A":25,"-":10,"}":-3,"q":1,"]":-3,"Q":1,".":60,",":60,")":-3}},"w":{"d":"324,0r-40,-373r-40,373r-151,0r-78,-700r107,0r59,552r53,-552r106,0r55,556r57,-556r96,0r-78,700r-146,0","w":563,"k":{"}":-3,"]":-3,".":40,",":40,")":-3,"-":4,"A":15,"\u00c4":15,"a":15,"\u00e4":15,"J":13,"j":13}},"x":{"d":"305,-700r102,0r-115,340r123,360r-116,0r-90,-277r-91,277r-103,0r123,-360r-115,-340r114,0r83,258","w":430,"k":{"\u00f6":15,"\u00df":8,"\u00d6":15,"s":8,"o":15,"g":15,"c":15,"S":8,"O":15,"G":15,"C":15,"-":15,"q":15,"Q":15}},"y":{"d":"143,0r0,-232r-139,-468r115,0r84,319r84,-319r105,0r-139,468r0,232r-110,0","k":{"}":-5,"q":15,"]":-5,"Q":15,";":20,":":20,".":80,",":80,")":-5,"C":15,"G":15,"O":15,"\u00d6":15,"-":18,"c":15,"g":15,"o":15,"\u00f6":15,"A":49,"\u00c4":49,"a":49,"\u00e4":49,"J":35,"j":35,"S":7,"s":7,"\u00df":7}},"z":{"d":"33,-700r312,0r0,98r-209,502r209,0r0,100r-322,0r0,-98r209,-502r-199,0r0,-100","w":370,"k":{"-":15}},"{":{"d":"102,-350v85,24,62,104,70,189v6,62,20,74,69,71r0,90v-98,7,-161,-12,-167,-111r-8,-134v-3,-46,-13,-60,-55,-60r0,-90v42,0,52,-14,55,-60r8,-134v8,-98,69,-118,167,-111r0,90v-49,-2,-63,9,-69,71v-8,85,15,165,-70,189","w":257,"k":{"y":-5,"w":-3,"t":-8,"Y":-5,"W":-3,"T":-8,"v":-3,"V":-3}},"|":{"d":"210,65r0,-830r90,0r0,830r-90,0","w":500},"}":{"d":"155,-350v-85,-24,-62,-104,-70,-189v-6,-62,-20,-74,-69,-71r0,-90v98,-7,161,12,167,111r8,134v3,46,13,60,55,60r0,90v-42,0,-52,14,-55,60r-8,134v-8,98,-69,118,-167,111r0,-90v49,2,63,-9,69,-71v8,-85,-15,-165,70,-189","w":257},"~":{"d":"60,-282r-52,-50v48,-71,81,-90,119,-90v54,0,101,61,143,61v23,0,35,-14,66,-57r52,54v-48,71,-81,86,-119,86v-54,0,-101,-61,-143,-61v-23,0,-36,14,-66,57"},"\u00c4":{"d":"284,-700r112,700r-111,0r-19,-127r-135,0r-19,127r-101,0r112,-700r161,0xm198,-576r-53,354r106,0xm79,-833r96,0r0,96r-96,0r0,-96xm231,-833r96,0r0,96r-96,0r0,-96","w":407,"k":{"v":25,"q":1,"V":25,"Q":1,"?":30}},"\u00d6":{"d":"141,-539r0,378v0,50,22,69,57,69v35,0,57,-19,57,-69r0,-378v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69xm31,-168r0,-364v0,-112,59,-176,167,-176v108,0,167,64,167,176r0,364v0,112,-59,176,-167,176v-108,0,-167,-64,-167,-176xm74,-833r96,0r0,96r-96,0r0,-96xm226,-833r96,0r0,96r-96,0r0,-96","k":{"x":15,"v":1,"X":15,"V":1,".":10,",":10,"Y":15,"y":15,"A":1,"\u00c4":1,"a":1,"\u00e4":1}},"\u00dc":{"d":"35,-700r110,0r0,540v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-540r104,0r0,533v0,112,-56,176,-164,176v-108,0,-164,-64,-164,-176r0,-533xm77,-833r96,0r0,96r-96,0r0,-96xm229,-833r96,0r0,96r-96,0r0,-96","w":398,"k":{".":6,",":6}},"\u00df":{"d":"26,-532v0,-112,55,-176,162,-176v114,0,168,73,162,198r-104,0v4,-56,-9,-98,-55,-98v-35,0,-55,19,-55,69v0,144,215,171,215,371v0,112,-56,176,-164,176v-123,1,-174,-83,-164,-219r104,0v-4,60,3,118,57,118v35,0,57,-18,57,-68v0,-144,-215,-171,-215,-371xm400,-532v0,-112,55,-176,162,-176v114,0,168,73,162,198r-104,0v4,-56,-9,-98,-55,-98v-35,0,-55,19,-55,69v0,144,215,171,215,371v0,112,-56,176,-164,176v-123,1,-174,-83,-164,-219r104,0v-4,60,3,118,57,118v35,0,57,-18,57,-68v0,-144,-215,-171,-215,-371","w":748,"k":{"x":8,"v":1,"X":8,"V":1,".":5,",":5,"Y":7,"y":7}},"\u00e4":{"d":"284,-700r112,700r-111,0r-19,-127r-135,0r-19,127r-101,0r112,-700r161,0xm198,-576r-53,354r106,0xm79,-833r96,0r0,96r-96,0r0,-96xm231,-833r96,0r0,96r-96,0r0,-96","w":407,"k":{"v":25,"q":1,"V":25,"Q":1,"?":30,"C":1,"G":1,"O":1,"\u00d6":1,"T":38,"W":15,"Y":49,"-":10,"c":1,"g":1,"o":1,"\u00f6":1,"t":38,"w":15,"y":49}},"\u00f6":{"d":"141,-539r0,378v0,50,22,69,57,69v35,0,57,-19,57,-69r0,-378v0,-50,-22,-69,-57,-69v-35,0,-57,19,-57,69xm31,-168r0,-364v0,-112,59,-176,167,-176v108,0,167,64,167,176r0,364v0,112,-59,176,-167,176v-108,0,-167,-64,-167,-176xm74,-833r96,0r0,96r-96,0r0,-96xm226,-833r96,0r0,96r-96,0r0,-96","k":{"x":15,"v":1,"X":15,"V":1,".":10,",":10,"Y":15,"y":15,"A":1,"\u00c4":1,"a":1,"\u00e4":1}},"\u00fc":{"d":"35,-700r110,0r0,540v0,50,22,68,57,68v35,0,57,-18,57,-68r0,-540r104,0r0,533v0,112,-56,176,-164,176v-108,0,-164,-64,-164,-176r0,-533xm77,-833r96,0r0,96r-96,0r0,-96xm229,-833r96,0r0,96r-96,0r0,-96","w":398,"k":{".":6,",":6}},"\u20ac":{"d":"19,-380r0,-55r28,0r0,-97v0,-112,53,-176,161,-176v127,0,171,89,161,227r-104,0v3,-60,2,-135,-54,-127v-70,-8,-52,105,-54,173r154,0r0,55r-154,0r0,55r154,0r0,55r-154,0v3,69,-18,185,54,177v58,9,56,-70,54,-131r104,0v10,139,-32,232,-161,232v-108,0,-161,-64,-161,-176r0,-102r-28,0r0,-55r28,0r0,-55r-28,0"},"\u00a0":{"w":155}}});

// CUFON
jQuery(document).ready(function(){
    Cufon.replace
	('ul#navi li a, #content-main h2, #content-main h3, #content-main ul.sub li a, #content-main ul.liste li a', {hover:true})
});

