/*!
 * Copyright (c) 2011 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version ${Version}
 */
var Cufon=(function(){var e=function(){return e.replace.apply(null,arguments)};var v=e.DOM={ready:(function(){var M=false,O={loaded:1,complete:1};var L=[],N=function(){if(M){return}M=true;for(var P;P=L.shift();P()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",N,false);window.addEventListener("pageshow",N,false)}if(!window.opera&&document.readyState){(function(){O[document.readyState]?N():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");N()}catch(P){setTimeout(arguments.callee,1)}})()}i(window,"load",N);return function(P){if(!arguments.length){N()}else{M?P():L.push(P)}}})(),root:function(){return document.documentElement||document.body},strict:(function(){var L;if(document.compatMode=="BackCompat"){return false}L=document.doctype;if(L){return !/frameset|transitional/i.test(L.publicId)}L=document.firstChild;if(L.nodeType!=8||/^DOCTYPE.+(transitional|frameset)/i.test(L.data)){return false}return true})()};var q=e.CSS={Size:function(M,L){this.value=parseFloat(M);this.unit=String(M).match(/[a-z%]*$/)[0]||"px";this.convert=function(N){return N/L*this.value};this.convertFrom=function(N){return N/this.value*L};this.toString=function(){return this.value+this.unit}},addClass:function(M,L){var N=M.className;M.className=N+(N&&" ")+L;return M},color:g(function(M){var L={};L.color=M.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(O,N,P){L.opacity=parseFloat(P);return"rgb("+N+")"});return L}),fontStretch:g(function(L){if(typeof L=="number"){return L}if(/%$/.test(L)){return parseFloat(L)/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}[L]||1}),getStyle:function(M){var L=document.defaultView;if(L&&L.getComputedStyle){return new A(L.getComputedStyle(M,null))}if(M.currentStyle){return new A(M.currentStyle)}return new A(M.style)},gradient:g(function(P){var Q={id:P,type:P.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},M=P.substr(P.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var O=0,L=M.length,N;O<L;++O){N=M[O].split("=",2).reverse();Q.stops.push([N[1]||O/(L-1),N[0]])}return Q}),quotedList:g(function(O){var N=[],M=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,L;while(L=M.exec(O)){N.push(L[3]||L[1])}return N}),recognizesMedia:g(function(Q){var O=document.createElement("style"),N,M,L;O.type="text/css";O.media=Q;try{O.appendChild(document.createTextNode("/**/"))}catch(P){}M=f("head")[0];M.insertBefore(O,M.firstChild);N=(O.sheet||O.styleSheet);L=N&&!N.disabled;M.removeChild(O);return L}),removeClass:function(N,M){var L=RegExp("(?:^|\\s+)"+M+"(?=\\s|$)","g");N.className=N.className.replace(L,"");return N},supports:function(N,M){var L=document.createElement("span").style;if(L[N]===undefined){return false}L[N]=M;return L[N]===M},textAlign:function(O,N,L,M){if(N.get("textAlign")=="right"){if(L>0){O=" "+O}}else{if(L<M-1){O+=" "}}return O},textShadow:g(function(P){if(P=="none"){return null}var O=[],Q={},L,M=0;var N=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(L=N.exec(P)){if(L[0]==","){O.push(Q);Q={};M=0}else{if(L[1]){Q.color=L[1]}else{Q[["offX","offY","blur"][M++]]=L[2]}}}O.push(Q);return O}),textTransform:(function(){var L={uppercase:function(M){return M.toUpperCase()},lowercase:function(M){return M.toLowerCase()},capitalize:function(M){return M.replace(/(?:^|\s)./g,function(N){return N.toUpperCase()})}};return function(O,N){var M=L[N.get("textTransform")];return M?M(O):O}})(),whiteSpace:(function(){var N={inline:1,"inline-block":1,"run-in":1};var M=/^\s+/,L=/\s+$/;return function(R,P,Q,O,S){if(S){return R.replace(M,"").replace(L,"")}if(O){if(O.nodeName.toLowerCase()=="br"){R=R.replace(M,"")}}if(N[P.get("display")]){return R}if(!Q.previousSibling){R=R.replace(M,"")}if(!Q.nextSibling){R=R.replace(L,"")}return R}})()};q.ready=(function(){var L=!q.recognizesMedia("all"),P=false;var O=[],S=function(){L=true;for(var V;V=O.shift();V()){}};var T=f("link"),U=f("style");var M={"":1,"text/css":1};function N(V){if(!M[V.type.toLowerCase()]){return true}return V.disabled||R(V.sheet,V.media||"screen")}function R(X,aa){if(!q.recognizesMedia(aa||"all")){return true}if(!X||X.disabled){return false}try{var ab=X.cssRules,Z;if(ab){search:for(var W=0,V=ab.length;Z=ab[W],W<V;++W){switch(Z.type){case 2:break;case 3:if(!R(Z.styleSheet,Z.media.mediaText)){return false}break;default:break search}}}}catch(Y){}return true}function Q(){if(document.createStyleSheet){return true}var W,V;for(V=0;W=T[V];++V){if(W.rel.toLowerCase()=="stylesheet"&&!N(W)){return false}}for(V=0;W=U[V];++V){if(!N(W)){return false}}return true}v.ready(function(){if(!P){P=q.getStyle(document.body).isUsable()}if(L||(P&&Q())){S()}else{setTimeout(arguments.callee,10)}});return function(V){if(L){V()}else{O.push(V)}}})();function D(N){var M=this.face=N.face,L={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=(function(Q){var P,O={"\u2011":"\u002d","\u00ad":"\u2011"};for(P in O){if(!k(O,P)){continue}if(!Q[P]){Q[P]=Q[O[P]]}}return Q})(N.glyphs);this.w=N.w;this.baseSize=parseInt(M["units-per-em"],10);this.family=M["font-family"].toLowerCase();this.weight=M["font-weight"];this.style=M["font-style"]||"normal";this.viewBox=(function(){var P=M.bbox.split(/\s+/);var O={minX:parseInt(P[0],10),minY:parseInt(P[1],10),maxX:parseInt(P[2],10),maxY:parseInt(P[3],10)};O.width=O.maxX-O.minX;O.height=O.maxY-O.minY;O.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return O})();this.ascent=-parseInt(M.ascent,10);this.descent=-parseInt(M.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(V,Y,O){var Z=this.glyphs,W,U,Q,aa=[],P=0,X,T=-1,S=-1,R;while(R=V[++T]){W=Z[R]||this.missingGlyph;if(!W){continue}if(U){P-=Q=U[R]||0;aa[S]-=Q}X=W.w;if(isNaN(X)){X=+this.w}if(X>0){X+=Y;if(L[R]){X+=O}}P+=aa[++S]=~~X;U=W.k}aa.total=P;return aa}}function s(){var M={},L={oblique:"italic",italic:"oblique"};this.add=function(N){(M[N.style]||(M[N.style]={}))[N.weight]=N};this.get=function(R,S){var Q=M[R]||M[L[R]]||M.normal||M.italic||M.oblique;if(!Q){return null}S={normal:400,bold:700}[S]||parseInt(S,10);if(Q[S]){return Q[S]}var O={1:1,99:0}[S%100],U=[],P,N;if(O===undefined){O=S>400}if(S==500){S=400}for(var T in Q){if(!k(Q,T)){continue}T=parseInt(T,10);if(!P||T<P){P=T}if(!N||T>N){N=T}U.push(T)}if(S<P){S=P}if(S>N){S=N}U.sort(function(W,V){return(O?(W>=S&&V>=S)?W<V:W>V:(W<=S&&V<=S)?W>V:W<V)?-1:1});return Q[U[0]]}}function n(){function N(P,R){try{if(P.contains){return P.contains(R)}return P.compareDocumentPosition(R)&16}catch(Q){}return false}function L(Q){var P=Q.relatedTarget;if(P&&N(this,P)){return}M(this,Q.type=="mouseover")}function O(P){if(!P){P=window.event}M(P.target||P.srcElement,P.type=="mouseenter")}function M(P,Q){setTimeout(function(){var R=d.get(P).options;if(Q){R=C(R,R.hover);R._mediatorMode=1}e.replace(P,R,true)},10)}this.attach=function(P){if(P.onmouseenter===undefined){i(P,"mouseover",L);i(P,"mouseout",L)}else{i(P,"mouseenter",O);i(P,"mouseleave",O)}};this.detach=function(P){if(P.onmouseenter===undefined){c(P,"mouseover",L);c(P,"mouseout",L)}else{c(P,"mouseenter",O);c(P,"mouseleave",O)}}}function w(){var M=[],N={};function L(R){var O=[],Q;for(var P=0;Q=R[P];++P){O[P]=M[N[Q]]}return O}this.add=function(P,O){N[P]=M.push(O)-1};this.repeat=function(){var O=arguments.length?L(arguments):M,P;for(var Q=0;P=O[Q++];){e.replace(P[0],P[1],true)}}}function z(){var N={},L=0;function M(O){return O.cufid||(O.cufid=++L)}this.get=function(O){var P=M(O);return N[P]||(N[P]={})}}function A(L){var N={},M={};this.extend=function(O){for(var P in O){if(k(O,P)){N[P]=O[P]}}return this};this.get=function(O){return N[O]!=undefined?N[O]:L[O]};this.getSize=function(P,O){return M[P]||(M[P]=new q.Size(this.get(P),O))};this.isUsable=function(){return !!L}}function i(M,L,N){if(M.addEventListener){M.addEventListener(L,N,false)}else{if(M.attachEvent){M.attachEvent("on"+L,N)}}}function r(N,M){if(M._mediatorMode){return N}var O=d.get(N);var L=O.options;if(L){if(L===M){return N}if(L.hover){u.detach(N)}}if(M.hover&&M.hoverables[N.nodeName.toLowerCase()]){u.attach(N)}O.options=M;return N}function g(L){var M={};return function(N){if(!k(M,N)){M[N]=L.apply(null,arguments)}return M[N]}}function t(P,O){var L=q.quotedList(O.get("fontFamily").toLowerCase()),N;for(var M=0;N=L[M];++M){if(G[N]){return G[N].get(O.get("fontStyle"),O.get("fontWeight"))}}return null}function f(L){return document.getElementsByTagName(L)}function k(M,L){return M.hasOwnProperty(L)}function C(){var M={},L,P;for(var O=0,N=arguments.length;L=arguments[O],O<N;++O){for(P in L){if(k(L,P)){M[P]=L[P]}}}return M}function J(O,W,M,X,P,N){var U=document.createDocumentFragment(),R;if(W===""){return U}var V=X.separate;var S=W.split(y[V]),L=(V=="words");if(L&&x){if(/^\s/.test(W)){S.unshift("")}if(/\s$/.test(W)){S.push("")}}for(var T=0,Q=S.length;T<Q;++T){R=b[X.engine](O,L?q.textAlign(S[T],M,T,Q):S[T],M,X,P,N,T<Q-1);if(R){U.appendChild(R)}}return U}function c(M,L,N){if(M.removeEventListener){M.removeEventListener(L,N,false)}else{if(M.detachEvent){M.detachEvent("on"+L,N)}}}function I(M,O){var ad=M.nodeName.toLowerCase();if(O.ignore[ad]){return}if(O.ignoreClass&&O.ignoreClass.test(M.className)){return}if(O.onBeforeReplace){O.onBeforeReplace(M,O)}var ac=!O.textless[ad],Z=(O.trim==="simple");var aa=q.getStyle(r(M,O)).extend(O);if(parseFloat(aa.get("fontSize"))===0){return}var V=t(M,aa),Y,P,W,R,U,ab;var X=O.softHyphens,T=false,Q,S,N=/\u00ad/g;var L=O.modifyText;if(!V){return}for(Y=M.firstChild;Y;Y=W){P=Y.nodeType;W=Y.nextSibling;if(ac&&P==3){if(X&&M.nodeName.toLowerCase()!=o){Q=Y.data.indexOf("\u00ad");if(Q>=0){Y.splitText(Q);W=Y.nextSibling;W.deleteData(0,1);S=document.createElement(o);S.appendChild(document.createTextNode("\u00ad"));M.insertBefore(S,W);W=S;T=true}}if(R){R.appendData(Y.data);M.removeChild(Y)}else{R=Y}if(W){continue}}if(R){U=R.data;if(!X){U=U.replace(N,"")}U=q.whiteSpace(U,aa,R,ab,Z);if(L){U=L(U,R,M,O)}M.replaceChild(J(V,U,aa,O,Y,M),R);R=null}if(P==1){if(Y.firstChild){if(Y.nodeName.toLowerCase()=="cufon"){b[O.engine](V,null,aa,O,Y,M)}else{arguments.callee(Y,O)}}ab=Y}}if(X&&T){E(M);if(!l){i(window,"resize",j)}l=true}if(O.onAfterReplace){O.onAfterReplace(M,O)}}function E(M){var R,S,T,Q,L,P,N,O;R=M.getElementsByTagName(o);for(O=0;S=R[O];++O){S.className=h;Q=T=S.parentNode;if(Q.nodeName.toLowerCase()!=p){L=document.createElement(p);L.appendChild(S.previousSibling);T.insertBefore(L,S);L.appendChild(S)}else{Q=Q.parentNode;if(Q.nodeName.toLowerCase()==p){T=Q.parentNode;while(Q.firstChild){T.insertBefore(Q.firstChild,Q)}T.removeChild(Q)}}}for(O=0;S=R[O];++O){S.className="";Q=S.parentNode;T=Q.parentNode;P=Q.nextSibling||T.nextSibling;N=(P.nodeName.toLowerCase()==p)?Q:S.previousSibling;if(N.offsetTop>=P.offsetTop){S.className=h;if(N.offsetTop<P.offsetTop){L=document.createElement(p);T.insertBefore(L,Q);L.appendChild(Q);L.appendChild(P)}}}}function j(){if(B){return}q.addClass(v.root(),K);clearTimeout(a);a=setTimeout(function(){B=true;q.removeClass(v.root(),K);E(document);B=false},100)}var x=" ".split(/\s+/).length==0;var p="cufonglue";var o="cufonshy";var h="cufon-shy-disabled";var K="cufon-viewport-resizing";var d=new z();var u=new n();var H=new w();var m=false;var l=false;var a;var B=false;var b={},G={},F={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,noscript:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},ignoreClass:null,modifyText:null,onAfterReplace:null,onBeforeReplace:null,printable:true,selector:(window.Sizzle||(window.jQuery&&function(L){return jQuery(L)})||(window.dojo&&dojo.query)||(window.glow&&glow.dom&&glow.dom.get)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(L){return $$(L)})||(window.$&&function(L){return $(L)})||(document.querySelectorAll&&function(L){return document.querySelectorAll(L)})||f),separate:"words",softHyphens:true,textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none",trim:"advanced"};var y={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};e.now=function(){v.ready();return e};e.refresh=function(){H.repeat.apply(H,arguments);return e};e.registerEngine=function(M,L){if(!L){return e}b[M]=L;return e.set("engine",M)};e.registerFont=function(N){if(!N){return e}var L=new D(N),M=L.family;if(!G[M]){G[M]=new s()}G[M].add(L);return e.set("fontFamily",'"'+M+'"')};e.replace=function(N,M,L){M=C(F,M);if(!M.engine){return e}if(!m){q.addClass(v.root(),"cufon-active cufon-loading");q.ready(function(){q.addClass(q.removeClass(v.root(),"cufon-loading"),"cufon-ready")});m=true}if(M.hover){M.forceHitArea=true}if(M.autoDetect){delete M.fontFamily}if(typeof M.ignoreClass=="string"){M.ignoreClass=new RegExp("(?:^|\\s)(?:"+M.ignoreClass.replace(/\s+/g,"|")+")(?:\\s|$)")}if(typeof M.textShadow=="string"){M.textShadow=q.textShadow(M.textShadow)}if(typeof M.color=="string"&&/^-/.test(M.color)){M.textGradient=q.gradient(M.color)}else{delete M.textGradient}if(typeof N=="string"){if(!L){H.add(N,arguments)}N=[N]}else{if(N.nodeType){N=[N]}}q.ready(function(){for(var P=0,O=N.length;P<O;++P){var Q=N[P];if(typeof Q=="string"){e.replace(M.selector(Q),M,true)}else{I(Q,M)}}});return e};e.set=function(L,M){F[L]=M;return e};return e})();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;text-align:left;}cufonshy.cufon-shy-disabled,.cufon-viewport-resizing cufonshy{display:none;}cufonglue{white-space:nowrap;display:inline-block;}.cufon-viewport-resizing cufonglue{white-space:normal;}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(!isNaN(m)||/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="none";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;text-align:left;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"cufonshy.cufon-shy-disabled,.cufon-viewport-resizing cufonshy{display:none;}cufonglue{white-space:nowrap;display:inline-block;}.cufon-viewport-resizing cufonglue{white-space:normal;}}@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:
 * © Christine Mauerkirchner und Rainer Grunert, Schwalbach, 1995
 */
Cufon.registerFont({"w":236,"face":{"font-family":"Shanghai","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"10","cap-height":"4","bbox":"-42 -339 328 78","underline-thickness":"14.0625","underline-position":"-45.7031","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":68},"!":{"d":"42,-49v4,-62,3,-123,-35,-150v17,-13,33,-29,48,-47v26,53,23,160,-13,197xm59,-21r-26,25r-10,-35r27,-22","w":67},"\"":{"d":"18,-156r-11,-86v0,-13,6,-19,15,-19v29,11,3,73,3,105r-7,0xm57,-156r-11,-86v0,-13,5,-19,14,-19v30,10,4,73,4,105r-7,0","w":83},"#":{"d":"161,-232r-27,75r46,0r27,-75r28,0r-27,75r53,0r-7,22r-54,0r-17,47r53,0r-7,22r-53,0r-28,77r-28,0r27,-77r-46,0r-27,77r-28,0r27,-77r-52,0r8,-22r52,0r17,-47r-52,0r8,-22r52,0r27,-75r28,0xm155,-88r18,-47r-47,0r-17,47r46,0","w":240},"$":{"d":"118,-137v58,27,45,106,-18,107r0,28r-11,0r0,-29v-14,-2,-25,-5,-35,-9v-7,-10,-23,-32,-34,-56v20,19,41,28,69,27r0,-48r-9,8v-38,-10,-58,-28,-58,-54v0,-35,30,-56,67,-56r0,-23r11,0r0,24v19,0,44,7,51,24v-18,-10,-36,-15,-52,-15r0,61v6,7,18,2,28,6xm89,-209v-19,1,-38,13,-38,30v0,17,13,28,38,33r0,-63xm100,-71v30,-5,40,-44,12,-63v-5,4,-9,7,-12,9r0,54","w":152},"%":{"d":"18,-167v0,-22,21,-54,42,-52v3,0,12,4,26,10v0,-1,-3,-4,-8,-10v23,12,34,30,34,56v0,21,-18,55,-39,53v-1,0,-10,-3,-24,-7v3,4,6,5,8,9v-26,-12,-39,-32,-39,-59xm90,-204v-37,0,-70,44,-48,80v38,-4,67,-40,48,-80xm185,-212r-118,181r-12,0r117,-181r13,0xm128,-85v0,-34,31,-72,69,-45v-3,-3,-3,-3,-9,-10v24,13,36,33,36,58v0,28,-28,70,-64,45v2,3,6,5,8,9v-19,-9,-40,-32,-40,-57xm200,-124v-38,0,-71,44,-47,79v37,-4,68,-42,47,-79","w":221},"&":{"d":"123,-243v25,0,52,20,51,42v0,23,-18,37,-54,42v7,15,43,57,49,70v15,-16,31,-24,48,-25v-7,13,-20,33,-41,37v22,36,11,40,-12,79v0,-19,-4,-38,-12,-57v-9,13,-15,30,-19,49v-54,26,-107,-23,-105,-75v2,-46,22,-56,58,-77v-29,-34,-12,-85,37,-85xm130,-236v-34,6,-36,42,-14,72v53,5,51,-66,14,-72xm66,-98v0,27,54,65,83,36v-9,-23,-40,-71,-55,-86v-19,8,-28,24,-28,50","w":198},"'":{"d":"40,-221v-12,31,-14,38,-35,55v8,-34,10,-41,2,-73v10,4,21,10,33,18","w":35},"(":{"d":"66,0v-55,-52,-44,-200,4,-252v-31,85,-23,152,34,207v-15,13,-27,28,-38,45","w":97},")":{"d":"50,-252v55,52,44,200,-4,252v31,-85,23,-152,-34,-207v15,-13,27,-28,38,-45","w":97},"*":{"d":"79,-257v-2,10,-3,24,-5,43v9,-9,24,-20,35,-27v3,8,8,16,14,24v-1,0,-15,6,-41,17r41,16v-6,8,-11,16,-14,24r-36,-28r7,44v-10,-2,-17,-1,-28,0r5,-44r-35,28v-4,-9,-8,-17,-14,-24r42,-16r-42,-16v6,-8,11,-16,14,-24r36,26r-7,-43v10,1,18,2,28,0","w":129},"+":{"d":"156,-217r0,88r87,0r0,41r-87,0r0,88r-41,0r0,-88r-88,0r0,-41r88,0r0,-88r41,0","w":234},",":{"d":"83,-53v-6,30,-14,39,-35,56r-30,0v11,-25,12,-48,2,-73v30,-3,45,9,63,17","w":83,"k":{"9":12,"7":34,"1":67,"0":8}},"-":{"d":"107,-89v-19,17,-41,27,-67,29r-14,-32v26,11,49,10,81,3","w":95,"k":{"9":10,"7":35,"1":54}},"\u2010":{"d":"107,-89v-19,17,-41,27,-67,29r-14,-32v26,11,49,10,81,3","w":95},".":{"d":"67,-35v-8,23,-20,44,-55,34v7,-10,12,-21,19,-34v11,1,23,1,36,0","w":73,"k":{"9":15,"7":50,"4":12,"1":67,"0":12}},"\/":{"d":"199,-269v-59,67,-139,203,-158,296v-18,4,-33,9,-45,13v42,-112,122,-248,203,-309","w":187},"0":{"d":"25,-137v-1,-63,56,-140,126,-111r31,13v1,-2,-15,-11,-20,-23v44,24,80,67,81,129v1,64,-43,116,-94,125v-14,-1,-39,-12,-54,-17v5,7,18,12,19,20v-49,-22,-88,-70,-89,-136xm191,-223v-87,1,-164,101,-111,185v86,-7,157,-95,111,-185","k":{".":7,",":1}},"1":{"d":"168,-244v-41,67,-51,145,-3,202v-27,19,-37,26,-51,51v-44,-91,1,-209,52,-254","k":{":":71,".":67,"-":78,",":71}},"2":{"d":"140,-242v34,0,69,29,66,62v-5,56,-38,79,-84,128v46,-7,67,-11,105,-4v-22,22,-26,29,-37,59v-57,-19,-98,-21,-156,-7v33,-36,84,-39,110,-85v18,-32,23,-82,-13,-89v-36,1,-68,40,-85,69r0,-73v10,-28,57,-60,94,-60"},"3":{"d":"43,-209v21,-25,25,-26,36,-50v43,18,77,21,125,12v3,-5,6,-11,8,-2v7,-2,16,-3,26,-5v-8,8,-22,9,-26,21v0,28,-8,54,-25,80v73,50,17,152,-64,152v-32,0,-65,-14,-99,-43v19,-16,35,-34,49,-53v24,25,49,38,75,38v46,0,71,-63,32,-88v-22,18,-45,28,-69,29v7,-19,10,-39,10,-58v42,-9,63,-23,79,-56v-49,23,-100,34,-157,23","k":{".":28}},"4":{"d":"79,-103v26,-8,38,-12,62,-14v15,-67,26,-82,66,-136v-18,39,-41,87,-34,137v18,4,36,11,52,20v-10,5,-23,15,-38,28v6,11,13,22,21,31v-31,18,-28,17,-51,48v-12,-24,-19,-55,-22,-95v-23,-2,-63,-8,-72,11v-2,-17,-11,-2,-39,3v8,-5,18,-12,32,-22v-5,-11,-12,-26,-23,-43v38,-33,48,-52,35,-114v29,42,35,99,11,146","k":{".":5}},"5":{"d":"112,-63v38,3,61,-29,38,-61v-17,-24,-38,-37,-75,-44r-7,16v-12,-3,-24,-4,-35,-4v5,-7,8,-13,9,-17v0,-2,-14,2,-17,-3v6,-1,13,-1,18,-1v6,-14,8,-27,8,-41v-21,-13,-25,-14,-37,-27v8,3,20,5,37,8r-2,-10v4,4,3,4,11,11v54,3,80,1,112,-15v6,20,19,39,38,58v-44,15,-72,1,-135,-14v2,12,3,23,2,32v63,6,148,47,146,106v-3,68,-100,83,-153,39r-37,-64v37,20,44,28,79,31"},"6":{"d":"151,-1v-64,-10,-117,-53,-116,-130v0,-49,23,-90,69,-123v32,9,60,15,83,19v-70,26,-105,68,-105,126v0,31,1,66,37,66v33,0,71,-27,69,-60v-1,-36,-50,-51,-87,-34v47,-44,129,-14,129,54v0,39,-36,69,-71,77v-19,-19,-28,-25,-56,-35v14,18,31,30,49,38"},"7":{"d":"155,-223v29,0,35,-28,50,-29v-7,8,-7,8,-20,25v11,-2,24,-5,39,-11v-12,13,-31,28,-58,44v-30,58,-30,94,-4,156v-23,13,-41,26,-55,37v-14,-75,2,-131,42,-190v-46,12,-82,16,-123,7v17,-12,31,-30,40,-56v33,12,63,17,89,17","k":{":":60,".":63,"-":57,",":55}},"8":{"d":"37,-177v0,-74,113,-103,167,-50v-18,13,-25,22,-25,36v8,-3,25,-14,40,-16v-35,20,-60,39,-75,55v48,21,82,32,82,82v0,72,-97,89,-158,48v-3,0,-14,2,-32,5v2,-31,17,-65,44,-101v-26,-20,-43,-25,-43,-59xm121,-237v-36,-2,-62,43,-27,64v9,5,19,11,31,14r49,-30v-7,-19,-31,-48,-53,-48xm76,-24v38,27,112,13,112,-29v0,-27,-47,-46,-78,-52v-13,30,-17,50,-9,80v-9,0,-17,0,-25,1"},"9":{"d":"169,-214v-13,-23,-16,-24,-38,-41r1,-2v74,24,122,145,60,216v-18,21,-41,36,-71,46r-83,-40v93,1,170,-73,136,-169v-44,-15,-92,10,-92,54v0,43,53,56,88,32v-41,56,-133,13,-133,-53v0,-43,44,-77,84,-82v13,16,29,28,48,39","k":{":":14,".":20,"-":5,",":13}},":":{"d":"68,-35v-9,23,-21,44,-56,34v6,-9,12,-20,20,-34v9,1,22,1,36,0xm83,-90v-9,23,-21,44,-56,34v6,-9,12,-20,20,-34v9,1,22,1,36,0","w":73,"k":{"9":12,"7":34,"1":51}},";":{"d":"78,-62v-23,2,-17,1,-56,0v8,-10,16,-21,22,-33v24,1,42,1,53,0v-2,4,-8,15,-19,33xm12,4v2,-8,37,-36,22,-57r54,0v-13,32,-32,55,-76,57","w":89},"<":{"d":"189,-187r0,35r-121,43r121,42r0,35r-158,-58r0,-38","w":188},"=":{"d":"294,-136r-263,0r0,-41r263,0r0,41xm294,-40r-263,0r0,-41r263,0r0,41","w":294},">":{"d":"31,-32r0,-35r120,-42r-120,-43r0,-35r157,59r0,38","w":188},"?":{"d":"85,-239v41,-1,72,40,72,81v0,39,-38,84,-79,118r-3,-1v15,-31,57,-64,57,-108v0,-23,-15,-42,-36,-42v-31,-1,-58,26,-62,54r-27,-46v9,-27,44,-55,78,-56xm112,-26r-26,24r-10,-35r27,-22","w":148},"@":{"d":"209,-54v-25,52,-105,36,-105,-24v0,-62,83,-134,122,-68r6,-20r41,0v-9,27,-29,83,-29,108v0,9,4,14,12,14v33,1,54,-46,54,-83v1,-59,-53,-94,-113,-94v-74,-1,-133,62,-133,136v0,116,142,151,229,87r8,14v-39,24,-80,36,-123,36v-83,2,-146,-60,-146,-141v0,-87,78,-149,167,-149v74,0,129,41,129,111v0,51,-32,105,-80,104v-23,0,-36,-10,-39,-31xm194,-151v-25,-1,-75,99,-27,108v25,5,50,-58,48,-85v0,-15,-7,-23,-21,-23","w":322},"A":{"d":"65,-114v12,-32,31,-113,-9,-127r0,-2v5,2,12,5,19,10v0,-7,-9,-16,-5,-19v6,8,10,14,12,22v75,45,139,121,133,234v-15,-11,-35,-21,-59,-30v5,-18,6,-28,6,-45v-25,0,-44,-2,-69,-10v-8,35,-24,64,-48,88v-8,-20,-19,-40,-33,-59v19,-11,34,-27,46,-47v-13,-10,-35,-22,-39,-35v10,5,25,11,46,20xm145,-107v6,8,11,14,16,19v-4,-46,-43,-103,-75,-128v10,36,14,70,11,109v19,3,27,2,48,0","w":215,"k":{"w":12,"v":16,"u":4,"t":32,"s":8,"q":12,"o":12,"n":4,"m":8,"g":16,"f":4,"e":16,"d":4,"c":16,"W":12,"V":16,"U":4,"T":32,"S":8,"Q":12,"O":12,"N":4,"M":8,"G":16,"F":4,"E":16,"D":4,"C":16}},"B":{"d":"38,-240v64,-25,144,-8,148,55v0,17,-5,34,-16,49v43,13,65,36,65,68v0,51,-56,82,-122,72r-38,-29v-6,16,-12,24,-16,26v-15,-25,-21,-30,-44,-47v22,-29,34,-60,36,-93v-5,-1,-15,5,-17,0v6,-4,17,0,17,-8v0,-28,-5,-56,-18,-84v-9,2,-21,10,-29,10v4,-5,23,-14,27,-17v-1,-3,-7,-7,-7,-14v6,3,10,7,14,12xm147,-196v-1,-38,-63,-48,-105,-37v16,23,28,51,36,86v29,-5,69,-22,69,-49xm80,-47v36,15,86,2,86,-35v0,-12,-7,-24,-21,-36v-12,6,-23,12,-34,14v-9,-16,-20,-27,-31,-30v3,24,5,63,0,87","w":233,"k":{"z":16,"x":12,"w":8,"v":8,"t":16,"q":4,"o":8,"g":4,"f":4,"e":8,"c":8,"Z":16,"X":12,"W":8,"V":8,"T":16,"Q":4,"O":8,"G":4,"F":4,"E":8,"C":8}},"C":{"d":"26,-126v0,-91,94,-152,179,-101r0,-7v12,-2,23,-5,32,-12v0,11,-3,23,-8,37v2,3,10,11,10,17r-13,-11v-13,19,-25,37,-38,39v10,-17,15,-34,17,-52v-60,-36,-137,7,-137,74v0,84,127,115,175,54v-12,29,-39,56,-56,84v-91,18,-161,-39,-161,-122","w":250,"k":{"z":8,"y":20,"x":8,"w":20,"v":12,"u":20,"t":4,"s":12,"r":8,"q":24,"p":4,"o":32,"n":20,"m":24,"l":35,"k":8,"j":32,"i":8,"g":35,"f":12,"e":16,"d":12,"b":12,"a":28,"Z":8,"Y":20,"X":8,"W":20,"V":12,"U":20,"T":4,"S":12,"R":8,"Q":24,"P":4,"O":32,"N":20,"M":24,"L":35,"K":8,"J":32,"I":8,"G":35,"F":12,"E":16,"D":12,"B":12,"A":28}},"D":{"d":"59,1v-17,-32,-13,-27,-45,-51v41,-48,48,-113,24,-179v-10,1,-24,11,-32,7v8,-5,18,-11,29,-16v-1,-5,-8,-11,-6,-15v5,4,10,9,13,14v98,-34,195,17,195,115v0,57,-52,114,-99,128r-63,-36v-4,10,-9,21,-16,33xm179,-136v2,-70,-57,-101,-133,-95v29,53,42,110,33,179v55,11,99,-39,100,-84","w":231,"k":{"j":12,"a":4,"J":12,"A":4}},"E":{"d":"150,6v-86,1,-141,-85,-118,-178v-10,-13,-19,-23,-17,-35v4,5,12,13,22,22v4,-8,10,-19,18,-32v-7,-5,-17,-12,-30,-23v11,-2,29,11,40,10v8,-7,20,-25,30,-23v-6,8,-15,18,-18,26v38,8,66,4,104,-8v9,27,16,48,24,63v-49,1,-89,-10,-137,-36v-5,14,-7,27,-7,40v27,20,54,28,91,27v10,18,18,31,24,40v-43,2,-72,-10,-112,-39v13,59,83,111,152,78v-11,25,-47,49,-66,68","w":210,"k":{"w":4,"u":4,"q":16,"o":12,"n":8,"m":8,"l":4,"j":8,"g":16,"c":8,"a":4,"W":4,"U":4,"Q":16,"O":12,"N":8,"M":8,"L":4,"J":8,"G":16,"C":8,"A":4}},"F":{"d":"51,-210v-18,-13,-33,-20,-41,-33v21,7,37,11,49,14v3,-4,6,-16,16,-22v-3,8,-5,15,-7,23v39,7,60,2,102,-10v7,18,19,39,34,62v-52,11,-94,-2,-142,-27v-3,15,-5,29,-5,42v28,15,53,22,87,21v9,18,16,30,22,39v-49,0,-73,-14,-108,-37v5,39,21,70,49,92v-19,16,-34,32,-46,49v-32,-37,-39,-98,-26,-159v-11,-15,-21,-21,-23,-36v6,5,14,12,26,21v3,-12,7,-25,13,-39","w":190,"k":{"q":20,"o":16,"n":8,"m":20,"l":12,"j":59,"g":16,"d":4,"c":4,"b":4,"a":32,"Q":20,"O":16,"N":8,"M":20,"L":12,"J":59,"G":16,"D":4,"C":4,"B":4,"A":32,".":59,",":35}},"G":{"d":"28,-123v0,-85,87,-145,175,-109r0,-2v8,0,18,-2,30,-4v0,6,-2,15,-6,27v2,5,12,21,11,30v-4,-5,-9,-12,-16,-22v-9,11,-17,26,-32,33v10,-23,12,-22,14,-45v-61,-31,-132,12,-132,79v0,74,122,121,163,46v-53,1,-104,-15,-132,-41r1,-2v44,18,92,21,133,3v7,7,19,16,34,29v-5,4,-15,8,-29,10v-4,12,-52,84,-62,87v-81,23,-152,-42,-152,-119","w":251,"k":{"j":32,"a":4,"J":32,"A":4}},"H":{"d":"15,-40v19,-30,33,-50,34,-89v-13,-15,-29,-27,-31,-39v6,5,16,11,29,20v-9,-36,-19,-54,-44,-101r2,-3v35,42,58,82,69,121v14,7,29,12,44,15v-10,-46,-5,-89,16,-124v11,14,27,27,49,39v-22,28,-33,57,-33,89r8,0r18,37r-22,0v2,21,20,52,33,85v-26,-28,-44,-58,-57,-89v-18,-4,-34,-12,-50,-23v4,41,-2,71,-21,102v-14,-18,-28,-31,-44,-40","w":181,"k":{"q":8,"o":12,"g":8,"Q":8,"O":12,"G":8}},"I":{"d":"8,-252v68,69,94,167,52,256v-8,-17,-25,-32,-49,-45v48,-62,38,-136,-3,-211","w":77},"J":{"d":"113,-252v15,20,31,36,49,47v-41,50,-43,113,-15,179v4,2,15,-8,24,-8v-6,6,-13,12,-20,16v5,8,5,7,14,22r-2,2v-11,-14,-11,-13,-17,-21v-46,23,-98,13,-139,-15v17,-5,35,-15,52,-29v31,20,44,31,80,34v-46,-66,-66,-158,-26,-227","w":169,"k":{"w":12,"s":8,"q":28,"o":24,"n":16,"m":8,"g":24,"c":16,"a":12,"W":12,"S":8,"Q":28,"O":24,"N":16,"M":8,"G":24,"C":16,"A":12}},"K":{"d":"67,-151v36,-22,57,-49,72,-94v8,10,16,30,22,57v-14,18,-33,33,-55,44v48,41,67,82,52,148v-15,-17,-30,-29,-45,-38v13,-44,11,-76,-15,-107v-7,3,-15,7,-25,10v13,45,10,102,-12,133v-12,-16,-28,-30,-48,-42v17,-31,26,-60,28,-86v-5,-2,-23,4,-31,-1v7,-2,17,-6,31,-11v0,-25,-11,-60,-33,-107r2,-1v26,29,45,61,57,95","w":164,"k":{"w":8,"q":16,"o":20,"g":12,"c":8,"W":8,"Q":16,"O":20,"G":12,"C":8}},"L":{"d":"37,-14v-5,6,-7,15,-15,18v3,-6,4,-6,9,-17v-2,-1,-19,10,-31,7v12,-9,24,-16,37,-22v32,-66,21,-129,-9,-179v23,-14,39,-26,48,-38v37,65,12,146,-27,211v42,-17,96,-16,129,6v-3,2,-14,11,-34,28v-24,-16,-69,-21,-107,-14","w":164,"k":{"z":8,"x":4,"w":39,"v":47,"t":39,"s":24,"q":35,"o":32,"n":16,"m":12,"g":39,"f":16,"e":24,"c":35,"a":4,"Z":8,"X":4,"W":39,"V":47,"T":39,"S":24,"Q":35,"O":32,"N":16,"M":12,"G":39,"F":16,"E":24,"C":35,"A":4}},"M":{"d":"132,-70v-4,-12,-24,-15,-24,-35v0,-12,2,-25,8,-37v-10,-27,-22,-49,-36,-65v-24,60,-19,117,15,166v-24,15,-40,29,-49,41v-34,-75,-17,-147,28,-215v-9,-11,-25,-22,-30,-33v13,7,27,14,38,22v5,-5,10,-19,22,-27v-7,10,-13,22,-18,32v20,16,36,32,46,50v11,-18,26,-34,46,-49v-5,-11,-16,-23,-17,-33v7,8,16,18,24,29v4,-2,16,-16,25,-15v-7,8,-7,7,-20,23v46,71,68,143,30,216v-10,-13,-27,-27,-49,-41v33,-49,36,-105,13,-166v-15,20,-27,42,-35,66v7,17,11,32,8,50","w":238,"k":{"z":8,"Z":8}},"N":{"d":"169,-79v8,-55,-8,-96,-43,-127v18,-15,33,-30,44,-45v35,44,34,135,9,195v6,12,14,31,24,56v-6,3,-9,-13,-30,-38v-8,15,-15,36,-27,46v8,-19,13,-38,18,-57v-41,-55,-76,-95,-105,-117v-5,52,8,82,38,126v-20,16,-34,31,-44,44v-32,-46,-32,-121,-9,-180v-2,-1,-8,-6,-19,-13v6,-8,14,-21,25,-41r13,9v9,-13,15,-32,26,-35v-5,9,-11,22,-19,40v36,28,69,74,99,137","w":199,"k":{"q":8,"o":8,"a":4,"Q":8,"O":8,"A":4}},"O":{"d":"170,-247v53,4,99,59,99,117v0,68,-69,139,-134,140v17,-6,33,-15,47,-25r-57,21v-86,-10,-129,-133,-69,-206v20,-24,42,-44,71,-55r1,2v-12,7,-23,14,-31,24v28,-6,52,-12,73,-18xm195,-27v44,-42,34,-121,-12,-157v-25,-19,-55,-32,-93,-36v-35,51,-30,116,17,155v26,21,54,34,88,38","w":261,"k":{"z":4,"w":-12,"v":-12,"j":24,"Z":4,"W":-12,"V":-12,"J":24}},"P":{"d":"154,-189v-2,-43,-75,-50,-122,-38v19,26,33,54,41,83v34,1,82,-17,81,-45xm28,-233v66,-33,167,-11,167,57v0,37,-32,66,-66,72v-12,-13,-30,-24,-54,-32v14,51,7,101,-16,139v-12,-17,-28,-32,-46,-47v40,-65,41,-107,11,-181v-2,-1,-13,8,-24,9v4,-5,11,-10,22,-14v-2,-6,-8,-11,-10,-23v6,7,12,14,16,20","w":185,"k":{"w":-4,"v":-10,"t":-12,"s":-8,"q":8,"o":4,"j":55,"a":16,"W":-4,"V":-10,"T":-12,"S":-8,"Q":8,"O":4,"J":55,"A":16,".":63,",":47}},"Q":{"d":"90,-220v-35,51,-30,116,17,155v26,21,54,34,88,38r6,-7v-18,-20,-48,-28,-74,-40v33,-4,60,5,88,19v32,-87,-38,-162,-125,-165xm170,-247v53,3,100,60,99,117v0,31,-12,60,-35,88v14,11,26,24,35,41v-14,0,-32,1,-40,2v-4,-7,-10,-14,-16,-22v-24,17,-52,31,-78,31v17,-6,33,-15,47,-25r-57,21v-86,-10,-129,-133,-70,-206v19,-24,43,-44,72,-55r1,2v-13,7,-23,14,-31,24v28,-6,52,-12,73,-18","w":261},"R":{"d":"178,6v-48,-10,-81,-69,-81,-129v-10,-6,-19,-10,-27,-13v16,62,16,97,-10,145v-10,-16,-26,-31,-49,-45v47,-59,42,-108,6,-180v-5,1,-7,8,-16,8v3,-5,8,-9,13,-13v-3,-8,-16,-17,-13,-24v4,4,10,10,18,19v16,-12,57,-24,83,-24v43,-1,84,30,83,72v0,32,-21,56,-64,73r-12,-9v12,34,36,55,73,65v-3,12,-4,31,-4,55xm139,-192v0,-41,-81,-53,-116,-28v16,21,31,47,45,77v12,0,22,-2,31,-5v3,-7,4,-16,9,-14v-1,3,-2,7,-3,12v22,-10,34,-24,34,-42","w":181,"k":{"t":-8,"q":16,"o":8,"m":4,"T":-8,"Q":16,"O":8,"M":4}},"S":{"d":"101,-48v55,0,81,-55,37,-86v-20,13,-35,23,-43,32v-39,-9,-76,-32,-77,-72v-3,-80,130,-95,173,-43v-47,-24,-122,-31,-135,22v0,25,22,41,64,47v-3,-3,-11,-6,-10,-9v8,6,30,9,48,11r-12,6v34,22,51,47,51,75v1,63,-81,84,-137,56v-11,-18,-32,-44,-45,-75v25,24,54,36,86,36","w":196,"k":{"z":8,"x":4,"w":16,"v":12,"u":12,"t":16,"o":12,"n":8,"g":8,"e":4,"c":4,"Z":8,"X":4,"W":16,"V":12,"U":12,"T":16,"O":12,"N":8,"G":8,"E":4,"C":4}},"T":{"d":"94,-229v24,6,20,-18,35,-24v-5,8,-9,15,-13,23v8,-1,33,-7,73,-17r2,2v-27,24,-57,41,-90,52v-17,59,-8,99,23,150v-18,12,-35,27,-50,44v-29,-54,-18,-130,10,-188v-29,8,-58,9,-87,3v12,-15,23,-35,33,-58v22,9,43,13,64,13","w":187,"k":{"z":8,"y":8,"x":28,"w":32,"u":35,"s":43,"p":4,"o":75,"n":51,"m":39,"l":55,"k":4,"j":71,"g":71,"f":8,"e":24,"d":20,"c":59,"b":8,"a":55,"Z":8,"Y":8,"X":28,"W":32,"U":35,"S":43,"P":4,"O":75,"N":51,"M":39,"L":55,"K":4,"J":71,"G":71,"F":8,"E":24,"D":20,"C":59,"B":8,"A":55,".":55,",":51}},"U":{"d":"153,-30v15,8,34,12,36,20v-16,-5,-30,-8,-42,-10v-6,11,-13,19,-21,24v-6,-8,-5,-8,-17,-25v-5,0,-14,1,-26,4v3,7,11,15,11,21v-5,-6,-5,-6,-15,-19v-9,3,-19,7,-29,12v-11,-11,-22,-19,-35,-26v12,-8,27,-13,45,-15v-37,-65,-48,-134,-17,-201v12,15,27,29,47,43v-32,44,-37,99,-18,157r19,0v51,-50,71,-112,60,-198r2,-1v29,60,29,156,0,214","w":180,"k":{"o":12,"n":4,"g":4,"a":4,"O":12,"N":4,"G":4,"A":4}},"V":{"d":"72,0v-2,-30,-6,-42,-14,-62r6,-1v-42,-58,-62,-111,-40,-182v10,11,28,24,52,37v-20,52,-19,90,6,138v61,-26,86,-92,98,-178v13,94,-20,178,-70,222v7,10,19,22,23,30v-11,-9,-21,-17,-29,-24v-11,8,-21,15,-32,20","w":185,"k":{"s":4,"o":16,"n":20,"m":20,"l":12,"j":47,"g":12,"c":8,"a":16,"S":4,"O":16,"N":20,"M":20,"L":12,"J":47,"G":12,"C":8,"A":16,".":16}},"W":{"d":"89,-204v-30,55,-36,107,-9,172v14,-18,26,-39,35,-63v-6,-14,-9,-29,-9,-45r25,-23r27,19v0,16,-3,32,-10,47v8,24,20,46,36,68v27,-68,28,-125,-14,-177v25,-16,35,-22,50,-40v38,73,16,154,-31,223v5,7,17,15,19,22v-7,-4,-15,-8,-24,-14v-4,3,-6,14,-15,19v4,-9,9,-16,11,-22v-21,-15,-37,-32,-49,-49v-13,18,-29,33,-47,46v4,7,4,7,13,21v-7,3,-14,-14,-18,-18v-6,2,-17,15,-29,17v8,-7,17,-15,24,-24v-50,-68,-73,-147,-32,-220v11,14,27,28,47,41","k":{"t":-4,"o":4,"n":8,"m":4,"l":8,"j":28,"a":8,"T":-4,"O":4,"N":8,"M":4,"L":8,"J":28,"A":8,".":8}},"X":{"d":"70,-111v-1,-53,-28,-73,-67,-97v18,-10,36,-23,53,-40v28,20,44,48,49,84v23,-38,50,-67,82,-86r1,2v-73,72,-89,152,-1,206v-18,10,-35,23,-49,39v-26,-21,-41,-50,-45,-89v-26,42,-55,77,-86,90v42,-35,63,-71,63,-109","w":183,"k":{"t":16,"s":24,"o":32,"n":20,"m":12,"l":24,"g":35,"f":12,"e":28,"d":8,"c":35,"b":8,"a":8,"T":16,"S":24,"O":32,"N":20,"M":12,"L":24,"G":35,"F":12,"E":28,"D":8,"C":35,"B":8,"A":8}},"Y":{"d":"157,-249v-8,45,-47,91,-81,115v12,47,5,101,-15,138v-11,-16,-26,-31,-47,-44v15,-20,25,-45,31,-74v-4,1,-11,8,-18,8v6,-8,20,-12,21,-32v2,-28,-15,-69,-33,-113v26,30,45,63,56,97v19,-26,27,-55,27,-87v11,1,56,-8,59,-8","w":161,"k":{"t":12,"s":32,"p":8,"o":47,"n":35,"m":43,"l":35,"k":4,"j":71,"g":47,"f":8,"e":20,"d":12,"c":43,"b":12,"a":51,"T":12,"S":32,"P":8,"O":47,"N":35,"M":43,"L":35,"K":4,"J":71,"G":47,"F":8,"E":20,"D":12,"C":43,"B":12,"A":51,",":51}},"Z":{"d":"220,-205v-9,2,-21,-3,-31,-4v-60,46,-91,87,-85,153v36,-11,67,-15,102,-7v-11,13,-22,33,-34,61v-55,-26,-103,-15,-165,0v17,-16,39,-30,65,-41v-12,3,-22,6,-31,9v0,-70,45,-130,135,-177v-48,-2,-80,9,-122,35v-13,-19,-30,-36,-49,-49v56,-28,124,-19,186,7v9,-3,24,-16,41,-19v-11,6,-23,13,-34,21v9,4,16,8,22,11","w":231,"k":{"t":12,"s":32,"p":8,"o":47,"n":32,"m":39,"l":28,"k":4,"j":47,"i":8,"g":55,"f":8,"e":20,"d":8,"c":47,"b":12,"a":35,"T":12,"S":32,"P":8,"O":47,"N":32,"M":39,"L":28,"K":4,"J":47,"I":8,"G":55,"F":8,"E":20,"D":8,"C":47,"B":12,"A":35}},"[":{"d":"64,37r42,0r0,11r-78,0r0,-298r78,0r0,11r-42,0r0,276","w":113},"\\":{"d":"121,42v-17,-93,-99,-230,-157,-296v81,60,161,197,202,309v-12,-5,-27,-9,-45,-13","w":144},"]":{"d":"20,-250r79,0r0,298r-79,0r0,-11r43,0r0,-276r-43,0r0,-11","w":113},"^":{"d":"15,-307v10,13,21,24,33,31v-13,4,-31,-8,-45,-14v-15,6,-33,18,-45,14v11,-8,22,-19,33,-31r24,0","w":56},"_":{"d":"1,54r0,-13r194,0r0,13r-194,0","w":187},"`":{"d":"-29,-310v8,-12,16,-22,24,-29v6,34,12,40,31,65v-29,-7,-32,-13,-55,-36","w":43},"a":{"d":"65,-114v12,-32,31,-113,-9,-127r0,-2v5,2,12,5,19,10v0,-7,-9,-16,-5,-19v6,8,10,14,12,22v75,45,139,121,133,234v-15,-11,-35,-21,-59,-30v5,-18,6,-28,6,-45v-25,0,-44,-2,-69,-10v-8,35,-24,64,-48,88v-8,-20,-19,-40,-33,-59v19,-11,34,-27,46,-47v-13,-10,-35,-22,-39,-35v10,5,25,11,46,20xm145,-107v6,8,11,14,16,19v-4,-46,-43,-103,-75,-128v10,36,14,70,11,109v19,3,27,2,48,0","w":215,"k":{"w":12,"v":16,"u":4,"t":32,"s":8,"q":12,"o":12,"n":4,"m":8,"g":16,"f":4,"e":16,"d":4,"c":16,"W":12,"V":16,"U":4,"T":32,"S":8,"Q":12,"O":12,"N":4,"M":8,"G":16,"F":4,"E":16,"D":4,"C":16}},"b":{"d":"38,-240v64,-25,144,-8,148,55v0,17,-5,34,-16,49v43,13,65,36,65,68v0,51,-56,82,-122,72r-38,-29v-6,16,-12,24,-16,26v-15,-25,-21,-30,-44,-47v22,-29,34,-60,36,-93v-5,-1,-15,5,-17,0v6,-4,17,0,17,-8v0,-28,-5,-56,-18,-84v-9,2,-21,10,-29,10v4,-5,23,-14,27,-17v-1,-3,-7,-7,-7,-14v6,3,10,7,14,12xm147,-196v-1,-38,-63,-48,-105,-37v16,23,28,51,36,86v29,-5,69,-22,69,-49xm80,-47v36,15,86,2,86,-35v0,-12,-7,-24,-21,-36v-12,6,-23,12,-34,14v-9,-16,-20,-27,-31,-30v3,24,5,63,0,87","w":233,"k":{"z":16,"x":12,"w":8,"v":8,"t":16,"q":4,"o":8,"g":4,"f":4,"e":8,"c":8,"Z":16,"X":12,"W":8,"V":8,"T":16,"Q":4,"O":8,"G":4,"F":4,"E":8,"C":8}},"c":{"d":"26,-126v0,-91,94,-152,179,-101r0,-7v12,-2,23,-5,32,-12v0,11,-3,23,-8,37v2,3,10,11,10,17r-13,-11v-13,19,-25,37,-38,39v10,-17,15,-34,17,-52v-60,-36,-137,7,-137,74v0,84,127,115,175,54v-12,29,-39,56,-56,84v-91,18,-161,-39,-161,-122","w":250,"k":{"z":8,"y":20,"x":8,"w":20,"v":12,"u":20,"t":4,"s":12,"r":8,"q":24,"p":4,"o":32,"n":20,"m":24,"l":35,"k":8,"j":32,"i":8,"g":35,"f":12,"e":16,"d":12,"b":12,"a":28,"Z":8,"Y":20,"X":8,"W":20,"V":12,"U":20,"T":4,"S":12,"R":8,"Q":24,"P":4,"O":32,"N":20,"M":24,"L":35,"K":8,"J":32,"I":8,"G":35,"F":12,"E":16,"D":12,"B":12,"A":28}},"d":{"d":"59,1v-17,-32,-13,-27,-45,-51v41,-48,48,-113,24,-179v-10,1,-24,11,-32,7v8,-5,18,-11,29,-16v-1,-5,-8,-11,-6,-15v5,4,10,9,13,14v98,-34,195,17,195,115v0,57,-52,114,-99,128r-63,-36v-4,10,-9,21,-16,33xm179,-136v2,-70,-57,-101,-133,-95v29,53,42,110,33,179v55,11,99,-39,100,-84","w":231,"k":{"j":12,"a":4,"J":12,"A":4}},"e":{"d":"150,6v-86,1,-141,-85,-118,-178v-10,-13,-19,-23,-17,-35v4,5,12,13,22,22v4,-8,10,-19,18,-32v-7,-5,-17,-12,-30,-23v11,-2,29,11,40,10v8,-7,20,-25,30,-23v-6,8,-15,18,-18,26v38,8,66,4,104,-8v9,27,16,48,24,63v-49,1,-89,-10,-137,-36v-5,14,-7,27,-7,40v27,20,54,28,91,27v10,18,18,31,24,40v-43,2,-72,-10,-112,-39v13,59,83,111,152,78v-11,25,-47,49,-66,68","w":210,"k":{"w":4,"u":4,"q":16,"o":12,"n":8,"m":8,"l":4,"j":8,"g":16,"c":8,"a":4,"W":4,"U":4,"Q":16,"O":12,"N":8,"M":8,"L":4,"J":8,"G":16,"C":8,"A":4}},"f":{"d":"51,-210v-18,-13,-33,-20,-41,-33v21,7,37,11,49,14v3,-4,6,-16,16,-22v-3,8,-5,15,-7,23v39,7,60,2,102,-10v7,18,19,39,34,62v-52,11,-94,-2,-142,-27v-3,15,-5,29,-5,42v28,15,53,22,87,21v9,18,16,30,22,39v-49,0,-73,-14,-108,-37v5,39,21,70,49,92v-19,16,-34,32,-46,49v-32,-37,-39,-98,-26,-159v-11,-15,-21,-21,-23,-36v6,5,14,12,26,21v3,-12,7,-25,13,-39","w":190,"k":{"q":20,"o":16,"n":8,"m":20,"l":12,"j":59,"g":16,"d":4,"c":4,"b":4,"a":32,"Q":20,"O":16,"N":8,"M":20,"L":12,"J":59,"G":16,"D":4,"C":4,"B":4,"A":32,".":59,",":35}},"g":{"d":"28,-123v0,-85,87,-145,175,-109r0,-2v8,0,18,-2,30,-4v0,6,-2,15,-6,27v2,5,12,21,11,30v-4,-5,-9,-12,-16,-22v-9,11,-17,26,-32,33v10,-23,12,-22,14,-45v-61,-31,-132,12,-132,79v0,74,122,121,163,46v-53,1,-104,-15,-132,-41r1,-2v44,18,92,21,133,3v7,7,19,16,34,29v-5,4,-15,8,-29,10v-4,12,-52,84,-62,87v-81,23,-152,-42,-152,-119","w":251,"k":{"j":32,"a":4,"J":32,"A":4}},"h":{"d":"15,-40v19,-30,33,-50,34,-89v-13,-15,-29,-27,-31,-39v6,5,16,11,29,20v-9,-36,-19,-54,-44,-101r2,-3v35,42,58,82,69,121v14,7,29,12,44,15v-10,-46,-5,-89,16,-124v11,14,27,27,49,39v-22,28,-33,57,-33,89r8,0r18,37r-22,0v2,21,20,52,33,85v-26,-28,-44,-58,-57,-89v-18,-4,-34,-12,-50,-23v4,41,-2,71,-21,102v-14,-18,-28,-31,-44,-40","w":181,"k":{"q":8,"o":12,"g":8,"Q":8,"O":12,"G":8}},"i":{"d":"8,-252v68,69,94,167,52,256v-8,-17,-25,-32,-49,-45v48,-62,38,-136,-3,-211","w":77},"j":{"d":"113,-252v15,20,31,36,49,47v-41,50,-43,113,-15,179v4,2,15,-8,24,-8v-6,6,-13,12,-20,16v5,8,5,7,14,22r-2,2v-11,-14,-11,-13,-17,-21v-46,23,-98,13,-139,-15v17,-5,35,-15,52,-29v31,20,44,31,80,34v-46,-66,-66,-158,-26,-227","w":169,"k":{"w":12,"s":8,"q":28,"o":24,"n":16,"m":8,"g":24,"c":16,"a":12,"W":12,"S":8,"Q":28,"O":24,"N":16,"M":8,"G":24,"C":16,"A":12}},"k":{"d":"67,-151v36,-22,57,-49,72,-94v8,10,16,30,22,57v-14,18,-33,33,-55,44v48,41,67,82,52,148v-15,-17,-30,-29,-45,-38v13,-44,11,-76,-15,-107v-7,3,-15,7,-25,10v13,45,10,102,-12,133v-12,-16,-28,-30,-48,-42v17,-31,26,-60,28,-86v-5,-2,-23,4,-31,-1v7,-2,17,-6,31,-11v0,-25,-11,-60,-33,-107r2,-1v26,29,45,61,57,95","w":164,"k":{"w":8,"q":16,"o":20,"g":12,"c":8,"W":8,"Q":16,"O":20,"G":12,"C":8}},"l":{"d":"37,-14v-5,6,-7,15,-15,18v3,-6,4,-6,9,-17v-2,-1,-19,10,-31,7v12,-9,24,-16,37,-22v32,-66,21,-129,-9,-179v23,-14,39,-26,48,-38v37,65,12,146,-27,211v42,-17,96,-16,129,6v-3,2,-14,11,-34,28v-24,-16,-69,-21,-107,-14","w":164,"k":{"z":8,"x":4,"w":39,"v":47,"t":39,"s":24,"q":35,"o":32,"n":16,"m":12,"g":39,"f":16,"e":24,"c":35,"a":4,"Z":8,"X":4,"W":39,"V":47,"T":39,"S":24,"Q":35,"O":32,"N":16,"M":12,"G":39,"F":16,"E":24,"C":35,"A":4}},"m":{"d":"132,-70v-4,-12,-24,-15,-24,-35v0,-12,2,-25,8,-37v-10,-27,-22,-49,-36,-65v-24,60,-19,117,15,166v-24,15,-40,29,-49,41v-34,-75,-17,-147,28,-215v-9,-11,-25,-22,-30,-33v13,7,27,14,38,22v5,-5,10,-19,22,-27v-7,10,-13,22,-18,32v20,16,36,32,46,50v11,-18,26,-34,46,-49v-5,-11,-16,-23,-17,-33v7,8,16,18,24,29v4,-2,16,-16,25,-15v-7,8,-7,7,-20,23v46,71,68,143,30,216v-10,-13,-27,-27,-49,-41v33,-49,36,-105,13,-166v-15,20,-27,42,-35,66v7,17,11,32,8,50","w":238,"k":{"z":8,"Z":8}},"n":{"d":"169,-79v8,-55,-8,-96,-43,-127v18,-15,33,-30,44,-45v35,44,34,135,9,195v6,12,14,31,24,56v-6,3,-9,-13,-30,-38v-8,15,-15,36,-27,46v8,-19,13,-38,18,-57v-41,-55,-76,-95,-105,-117v-5,52,8,82,38,126v-20,16,-34,31,-44,44v-32,-46,-32,-121,-9,-180v-2,-1,-8,-6,-19,-13v6,-8,14,-21,25,-41r13,9v9,-13,15,-32,26,-35v-5,9,-11,22,-19,40v36,28,69,74,99,137","w":199,"k":{"q":8,"o":8,"a":4,"Q":8,"O":8,"A":4}},"o":{"d":"170,-247v53,4,99,59,99,117v0,68,-69,139,-134,140v17,-6,33,-15,47,-25r-57,21v-86,-10,-129,-133,-69,-206v20,-24,42,-44,71,-55r1,2v-12,7,-23,14,-31,24v28,-6,52,-12,73,-18xm195,-27v44,-42,34,-121,-12,-157v-25,-19,-55,-32,-93,-36v-35,51,-30,116,17,155v26,21,54,34,88,38","w":261,"k":{"z":4,"w":-12,"v":-12,"j":24,"Z":4,"W":-12,"V":-12,"J":24}},"p":{"d":"154,-189v-2,-43,-75,-50,-122,-38v19,26,33,54,41,83v34,1,82,-17,81,-45xm28,-233v66,-33,167,-11,167,57v0,37,-32,66,-66,72v-12,-13,-30,-24,-54,-32v14,51,7,101,-16,139v-12,-17,-28,-32,-46,-47v40,-65,41,-107,11,-181v-2,-1,-13,8,-24,9v4,-5,11,-10,22,-14v-2,-6,-8,-11,-10,-23v6,7,12,14,16,20","w":185,"k":{"w":-4,"v":-10,"t":-12,"s":-8,"q":8,"o":4,"j":55,"a":16,"W":-4,"V":-10,"T":-12,"S":-8,"Q":8,"O":4,"J":55,"A":16,".":63,",":47}},"q":{"d":"90,-220v-35,51,-30,116,17,155v26,21,54,34,88,38r6,-7v-18,-20,-48,-28,-74,-40v33,-4,60,5,88,19v32,-87,-38,-162,-125,-165xm170,-247v53,3,100,60,99,117v0,31,-12,60,-35,88v14,11,26,24,35,41v-14,0,-32,1,-40,2v-4,-7,-10,-14,-16,-22v-24,17,-52,31,-78,31v17,-6,33,-15,47,-25r-57,21v-86,-10,-129,-133,-70,-206v19,-24,43,-44,72,-55r1,2v-13,7,-23,14,-31,24v28,-6,52,-12,73,-18","w":261},"r":{"d":"178,6v-48,-10,-81,-69,-81,-129v-10,-6,-19,-10,-27,-13v16,62,16,97,-10,145v-10,-16,-26,-31,-49,-45v47,-59,42,-108,6,-180v-5,1,-7,8,-16,8v3,-5,8,-9,13,-13v-3,-8,-16,-17,-13,-24v4,4,10,10,18,19v16,-12,57,-24,83,-24v43,-1,84,30,83,72v0,32,-21,56,-64,73r-12,-9v12,34,36,55,73,65v-3,12,-4,31,-4,55xm139,-192v0,-41,-81,-53,-116,-28v16,21,31,47,45,77v12,0,22,-2,31,-5v3,-7,4,-16,9,-14v-1,3,-2,7,-3,12v22,-10,34,-24,34,-42","w":181,"k":{"t":-8,"q":16,"o":8,"m":4,"T":-8,"Q":16,"O":8,"M":4}},"s":{"d":"101,-48v55,0,81,-55,37,-86v-20,13,-35,23,-43,32v-39,-9,-76,-32,-77,-72v-3,-80,130,-95,173,-43v-47,-24,-122,-31,-135,22v0,25,22,41,64,47v-3,-3,-11,-6,-10,-9v8,6,30,9,48,11r-12,6v34,22,51,47,51,75v1,63,-81,84,-137,56v-11,-18,-32,-44,-45,-75v25,24,54,36,86,36","w":196,"k":{"z":8,"x":4,"w":16,"v":12,"u":12,"t":16,"o":12,"n":8,"g":8,"e":4,"c":4,"Z":8,"X":4,"W":16,"V":12,"U":12,"T":16,"O":12,"N":8,"G":8,"E":4,"C":4}},"t":{"d":"94,-229v24,6,20,-18,35,-24v-5,8,-9,15,-13,23v8,-1,33,-7,73,-17r2,2v-27,24,-57,41,-90,52v-17,59,-8,99,23,150v-18,12,-35,27,-50,44v-29,-54,-18,-130,10,-188v-29,8,-58,9,-87,3v12,-15,23,-35,33,-58v22,9,43,13,64,13","w":187,"k":{"z":8,"y":8,"x":28,"w":32,"u":35,"s":43,"p":4,"o":75,"n":51,"m":39,"l":55,"k":4,"j":71,"g":71,"f":8,"e":24,"d":20,"c":59,"b":8,"a":55,"Z":8,"Y":8,"X":28,"W":32,"U":35,"S":43,"P":4,"O":75,"N":51,"M":39,"L":55,"K":4,"J":71,"G":71,"F":8,"E":24,"D":20,"C":59,"B":8,"A":55,".":55,",":51}},"u":{"d":"153,-30v15,8,34,12,36,20v-16,-5,-30,-8,-42,-10v-6,11,-13,19,-21,24v-6,-8,-5,-8,-17,-25v-5,0,-14,1,-26,4v3,7,11,15,11,21v-5,-6,-5,-6,-15,-19v-9,3,-19,7,-29,12v-11,-11,-22,-19,-35,-26v12,-8,27,-13,45,-15v-37,-65,-48,-134,-17,-201v12,15,27,29,47,43v-32,44,-37,99,-18,157r19,0v51,-50,71,-112,60,-198r2,-1v29,60,29,156,0,214","w":180,"k":{"o":12,"n":4,"g":4,"a":4,"O":12,"N":4,"G":4,"A":4}},"v":{"d":"72,0v-2,-30,-6,-42,-14,-62r6,-1v-42,-58,-62,-111,-40,-182v10,11,28,24,52,37v-20,52,-19,90,6,138v61,-26,86,-92,98,-178v13,94,-20,178,-70,222v7,10,19,22,23,30v-11,-9,-21,-17,-29,-24v-11,8,-21,15,-32,20","w":185,"k":{"s":4,"o":16,"n":20,"m":20,"l":12,"j":47,"g":12,"c":8,"a":16,"S":4,"O":16,"N":20,"M":20,"L":12,"J":47,"G":12,"C":8,"A":16,".":16}},"w":{"d":"89,-204v-30,55,-36,107,-9,172v14,-18,26,-39,35,-63v-6,-14,-9,-29,-9,-45r25,-23r27,19v0,16,-3,32,-10,47v8,24,20,46,36,68v27,-68,28,-125,-14,-177v25,-16,35,-22,50,-40v38,73,16,154,-31,223v5,7,17,15,19,22v-7,-4,-15,-8,-24,-14v-4,3,-6,14,-15,19v4,-9,9,-16,11,-22v-21,-15,-37,-32,-49,-49v-13,18,-29,33,-47,46v4,7,4,7,13,21v-7,3,-14,-14,-18,-18v-6,2,-17,15,-29,17v8,-7,17,-15,24,-24v-50,-68,-73,-147,-32,-220v11,14,27,28,47,41","k":{"t":-4,"o":4,"n":8,"m":4,"l":8,"j":28,"a":8,"T":-4,"O":4,"N":8,"M":4,"L":8,"J":28,"A":8,".":8}},"x":{"d":"70,-111v-1,-53,-28,-73,-67,-97v18,-10,36,-23,53,-40v28,20,44,48,49,84v23,-38,50,-67,82,-86r1,2v-73,72,-89,152,-1,206v-18,10,-35,23,-49,39v-26,-21,-41,-50,-45,-89v-26,42,-55,77,-86,90v42,-35,63,-71,63,-109","w":183,"k":{"t":16,"s":24,"o":32,"n":20,"m":12,"l":24,"g":35,"f":12,"e":28,"d":8,"c":35,"b":8,"a":8,"T":16,"S":24,"O":32,"N":20,"M":12,"L":24,"G":35,"F":12,"E":28,"D":8,"C":35,"B":8,"A":8}},"y":{"d":"157,-249v-8,45,-47,91,-81,115v12,47,5,101,-15,138v-11,-16,-26,-31,-47,-44v15,-20,25,-45,31,-74v-4,1,-11,8,-18,8v6,-8,20,-12,21,-32v2,-28,-15,-69,-33,-113v26,30,45,63,56,97v19,-26,27,-55,27,-87v11,1,56,-8,59,-8","w":161,"k":{"t":12,"s":32,"p":8,"o":47,"n":35,"m":43,"l":35,"k":4,"j":71,"g":47,"f":8,"e":20,"d":12,"c":43,"b":12,"a":51,"T":12,"S":32,"P":8,"O":47,"N":35,"M":43,"L":35,"K":4,"J":71,"G":47,"F":8,"E":20,"D":12,"C":43,"B":12,"A":51,",":51}},"z":{"d":"220,-205v-9,2,-21,-3,-31,-4v-60,46,-91,87,-85,153v36,-11,67,-15,102,-7v-11,13,-22,33,-34,61v-55,-26,-103,-15,-165,0v17,-16,39,-30,65,-41v-12,3,-22,6,-31,9v0,-70,45,-130,135,-177v-48,-2,-80,9,-122,35v-13,-19,-30,-36,-49,-49v56,-28,124,-19,186,7v9,-3,24,-16,41,-19v-11,6,-23,13,-34,21v9,4,16,8,22,11","w":231,"k":{"t":12,"s":32,"p":8,"o":47,"n":32,"m":39,"l":28,"k":4,"j":47,"i":8,"g":55,"f":8,"e":20,"d":8,"c":47,"b":12,"a":35,"T":12,"S":32,"P":8,"O":47,"N":32,"M":39,"L":28,"K":4,"J":47,"I":8,"G":55,"F":8,"E":20,"D":8,"C":47,"B":12,"A":35}},"{":{"d":"115,-156v0,53,-19,60,-71,70v59,8,70,21,72,87v0,46,11,59,52,64r0,13v-67,-1,-84,-29,-84,-93v0,-49,-11,-55,-56,-63r0,-17v52,-3,56,-34,56,-91v0,-51,30,-61,84,-66r0,13v-46,13,-53,18,-53,83","w":178},"|":{"d":"48,43r0,-297r16,0r0,297r-16,0","w":72},"}":{"d":"25,-252v66,3,84,27,84,99v0,42,16,53,57,58r0,17v-69,-2,-51,63,-61,118v-11,26,-41,38,-80,38r0,-13v47,-9,53,-20,53,-79v0,-51,23,-65,72,-72v-64,-15,-70,-17,-71,-93v-2,-46,-13,-49,-54,-60r0,-13","w":178},"~":{"d":"78,-268v-10,1,-24,-3,-22,-15v-24,-14,-37,-9,-59,9v15,-30,34,-41,65,-32v1,3,2,7,3,12v24,13,42,10,59,-9v-9,24,-25,35,-46,35","w":119},"\u00a0":{"w":68}}});

$(document).ready(function(){

	Cufon.replace('h1, h2');
	inputfocus('#mailinglist\\[email\\]', "Je e-mailadres");
	Cufon.now();
});

//Function for default input values
function inputfocus(selector, search_keyword){
  $(selector).val(search_keyword).css("color","#333")
  .focus(function () {
    if ($(this).val() == search_keyword) {
      $(this).val('').css("color","#000");
    }
  })
  .blur(function () {
    if ($(this).val() == '') {
      $(this).val(search_keyword).css("color","#333");
    }
  });
}
