/*
 * 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 by Christine Mauerkirchner und Rainer Grunert RWE
 */
Cufon.registerFont({"w":169,"face":{"font-family":"FutshiCondensedLarge","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":"3","bbox":"-4 -329 265 83","underline-thickness":"14.4141","underline-position":"-46.7578","unicode-range":"U+0020-U+00FC"},"glyphs":{" ":{"w":75},"!":{"d":"68,-75r-50,0r0,-177r50,0r0,177xm44,-60v18,0,31,16,31,33v0,16,-16,31,-33,31v-16,0,-31,-16,-31,-33v0,-17,16,-31,33,-31","w":93},"\"":{"d":"78,-154r-5,-98r47,0r-5,98r-37,0xm17,-154r-5,-98r47,0r-5,98r-37,0","w":139},"#":{"d":"147,-79r-28,0r-10,79r-29,0r9,-79r-23,0r-9,79r-30,0r10,-79r-28,0r0,-35r32,0r4,-30r-28,0r0,-34r32,0r8,-74r29,0r-8,74r23,0r9,-74r29,0r-9,74r25,0r0,34r-29,0r-3,30r24,0r0,35xm74,-144r-4,30r23,0r4,-30r-23,0","w":170},"$":{"d":"78,-37v37,-2,41,-53,3,-65v-31,-18,-76,-34,-76,-80v0,-40,21,-64,63,-72r0,-24r25,0r0,24v23,4,41,14,54,30r-28,31v-17,-25,-63,-30,-66,6v-2,24,75,49,77,55v51,37,21,132,-37,136r0,29r-25,0r0,-29v-27,-4,-48,-14,-63,-30r24,-38v18,18,34,27,49,27","w":170},"%":{"d":"211,-252r-119,252r-37,0r119,-252r37,0xm108,-182v0,49,-17,73,-52,73v-35,0,-53,-24,-53,-73v0,-49,18,-72,53,-72v35,0,52,23,52,72xm44,-182v0,22,4,34,12,34v8,0,11,-12,11,-35v0,-21,-3,-32,-11,-32v-8,0,-12,11,-12,33xm210,2v-37,0,-53,-31,-52,-72v0,-49,17,-73,52,-73v35,0,53,24,53,73v0,49,-18,72,-53,72xm199,-70v0,22,3,33,11,33v8,0,12,-12,12,-35v0,-21,-4,-32,-12,-32v-8,0,-11,12,-11,34","w":276},"&":{"d":"78,-167v16,-6,27,-35,4,-38v-20,3,-16,23,-4,38xm66,-98v-28,19,3,74,32,49xm83,-245v31,-1,58,21,58,51v0,22,-13,44,-40,67r33,51v6,-6,13,-15,24,-28r27,37v-7,8,-15,17,-27,27r27,40r-54,0r-10,-14v-45,42,-115,1,-115,-58v0,-26,12,-48,36,-66v-35,-46,-15,-106,41,-107","w":201},"'":{"d":"17,-154r-5,-98r47,0r-5,98r-37,0","w":78},"(":{"d":"90,-246v-43,103,-45,180,0,281r-44,10v-49,-91,-50,-211,0,-301","w":81},")":{"d":"9,36v44,-88,46,-193,0,-282r44,-10v50,93,49,210,0,301","w":106},"*":{"d":"76,-252r0,39r32,-21r12,20r-35,19r35,20r-12,20r-32,-22r0,41r-23,0r0,-41r-33,22r-12,-20r34,-20r-34,-19r12,-20r33,21r0,-39r23,0","w":135},"+":{"d":"61,-167r38,0r0,62r56,0r0,38r-56,0r0,65r-38,0r0,-65r-56,0r0,-38r56,0r0,-62","w":171},",":{"d":"93,-55r-51,103r-34,0r33,-103r52,0","w":107},"-":{"d":"97,-133r0,45r-85,0r0,-45r85,0","w":115},".":{"d":"43,-60v18,-1,32,14,32,32v0,18,-14,33,-32,32v-18,0,-32,-15,-32,-32v0,-17,14,-32,32,-32","w":93},"\/":{"d":"166,-270r-130,325r-40,0r131,-325r39,0","w":175},"0":{"d":"85,-256v97,2,98,260,0,260v-54,0,-71,-67,-71,-133v0,-61,20,-128,71,-127xm63,-140v0,38,2,104,22,97v14,0,21,-22,21,-68v0,-38,-1,-106,-21,-99v-14,0,-22,24,-22,70","k":{"1":40}},"1":{"d":"121,-252r0,252r-49,0r0,-207r-24,0r0,-45r73,0","k":{"z":24,"y":21,"x":22,"w":22,"v":22,"u":27,"t":26,"s":25,"r":26,"q":25,"p":25,"o":26,"n":28,"m":28,"l":28,"k":24,"j":27,"i":27,"h":26,"g":27,"f":26,"e":25,"d":25,"c":25,"b":25,"a":27,"Z":20,"Y":21,"X":22,"W":22,"V":20,"U":28,"T":24,"S":23,"R":26,"Q":24,"P":24,"O":24,"N":28,"M":25,"L":25,"K":25,"J":25,"I":28,"H":28,"G":25,"F":26,"E":27,"D":26,"C":21,"B":27,"A":21,"9":31,"8":28,"7":27,"6":31,"5":35,"4":29,"3":30,"2":32,"1":64,"0":30}},"2":{"d":"35,-238v36,-36,124,-18,118,47v-4,49,-41,107,-61,147r57,0r0,44r-133,0v26,-47,88,-145,89,-190v0,-20,-6,-30,-19,-30v-18,0,-20,31,-19,56r-47,0v-3,-30,0,-59,15,-74","k":{"4":25,"1":33}},"3":{"d":"155,-70v0,67,-81,96,-123,55v-12,-13,-18,-30,-18,-52r48,0v-1,16,3,27,18,26v14,0,21,-11,21,-34v-1,-28,-9,-34,-38,-35r0,-44v29,0,37,-7,38,-33v0,-17,-5,-24,-16,-24v-11,0,-16,9,-16,30r-44,0v-5,-43,16,-75,59,-75v69,0,85,102,34,125v25,9,37,29,37,61","k":{"1":39}},"4":{"d":"136,-252r0,152r20,0r0,40r-20,0r0,60r-50,0r0,-60r-72,0r0,-39r66,-153r56,0xm86,-191r-36,91r36,0r0,-91","k":{"5":20,"1":50}},"5":{"d":"28,-53v27,26,69,7,69,-32v0,-36,-32,-50,-70,-42r20,-125r97,0r0,45r-61,0r-7,39v47,0,75,35,75,83v0,74,-69,110,-132,77","k":{"x":20,"1":42}},"6":{"d":"15,-88v4,-74,19,-82,56,-164r49,0r-47,98v42,-39,82,15,82,65v0,52,-23,94,-71,93v-48,-1,-72,-40,-69,-92xm86,-122v-30,1,-30,82,-1,82v14,0,20,-15,20,-45v1,-17,-5,-37,-19,-37","k":{"Y":22,"V":20,"T":25,"2":26,"1":55}},"7":{"d":"159,-252r-95,252r-53,0r78,-207r-67,0r0,-45r137,0","k":{"z":21,"x":21,"u":20,"s":35,"q":36,"o":39,"n":20,"m":20,"g":38,"e":40,"d":36,"c":40,"a":38,"J":36,"A":41,"6":40,"5":25,"4":48,"1":27,"0":20}},"8":{"d":"99,-191v0,-17,-5,-25,-15,-25v-9,0,-13,9,-13,28v0,17,4,26,13,26v10,0,15,-10,15,-29xm85,-41v28,-1,26,-70,-1,-70v-13,0,-20,12,-20,37v0,22,8,33,21,33xm85,-256v62,-6,89,99,30,120v28,10,42,32,42,67v0,41,-32,73,-72,73v-76,0,-101,-119,-31,-140v-55,-20,-33,-128,31,-120","k":{"1":39}},"9":{"d":"155,-167v0,72,-21,89,-57,167r-49,0r48,-98v-43,39,-82,-14,-82,-66v0,-52,23,-92,71,-92v47,0,69,40,69,89xm105,-174v1,-17,-6,-38,-20,-38v-14,0,-21,14,-21,44v-1,16,6,38,20,38v14,0,21,-15,21,-44","k":{"J":21,"A":21,"1":35}},":":{"d":"43,-60v18,-1,32,14,32,32v0,18,-14,32,-32,32v-18,0,-33,-14,-32,-32v0,-17,14,-32,32,-32xm43,-173v18,0,32,15,32,33v0,18,-15,32,-32,32v-17,0,-31,-15,-32,-32v0,-17,15,-33,32,-33","w":93},";":{"d":"93,-55r-51,103r-34,0r33,-103r52,0xm61,-173v17,0,32,16,32,33v0,17,-15,31,-32,32v-18,0,-33,-14,-33,-32v0,-18,15,-33,33,-33","w":108},"<":{"d":"152,-32r0,38r-150,-75r0,-34r150,-76r0,38r-108,55","w":168},"=":{"d":"163,-99r-151,0r0,-38r151,0r0,38xm163,-34r-151,0r0,-38r151,0r0,38","w":182},">":{"d":"110,-86r-108,-55r0,-38r150,76r0,34r-150,75r0,-38","w":167},"?":{"d":"71,-256v78,-6,93,125,30,145r0,33r-51,0r0,-64v24,4,37,-7,37,-37v0,-21,-6,-32,-17,-32v-11,0,-15,9,-15,29r-48,0v-1,-46,21,-71,64,-74xm44,-28v0,-18,14,-32,32,-32v18,0,32,15,32,33v0,17,-16,31,-33,31v-16,0,-31,-15,-31,-32","w":156},"@":{"d":"121,-85v42,0,57,-75,14,-77v-17,-1,-38,23,-37,42v1,16,8,35,23,35xm172,-52v-9,0,-18,-10,-14,-21v-36,41,-98,13,-98,-41v0,-59,72,-108,113,-61r3,-16r34,0r-18,102r3,7v18,1,37,-40,37,-60v0,-54,-39,-88,-94,-88v-58,0,-104,44,-104,103v0,93,114,140,177,75r34,0v-68,104,-238,53,-238,-75v0,-75,58,-129,132,-129v65,0,120,41,120,104v0,49,-40,102,-87,100","w":273},"A":{"d":"117,-252r60,252r-54,0r-9,-42r-49,0r-9,42r-51,0r59,-252r53,0xm89,-182r-16,99r33,0v-9,-44,-14,-76,-17,-99","w":191,"k":{"y":27,"w":28,"v":28,"Y":47,"W":38,"V":45,"T":29,"9":32,"1":54}},"B":{"d":"62,-109r0,66v29,4,39,-39,21,-57v-6,-6,-12,-8,-21,-9xm142,-71v0,64,-60,77,-131,71r0,-252v70,-5,129,6,127,71v0,22,-9,40,-26,52v17,9,30,32,30,58xm62,-149v17,0,28,-14,28,-31v0,-18,-9,-28,-28,-29r0,60","w":159,"k":{"1":40}},"C":{"d":"6,-128v0,-73,58,-147,135,-122r0,47v-50,-15,-81,27,-81,74v0,48,30,98,81,79r0,48v-78,24,-135,-50,-135,-126","w":155,"k":{"y":22,"w":23,"v":23,"4":41,"1":31}},"D":{"d":"161,-124v0,94,-50,134,-151,124r0,-252v102,-11,151,33,151,128xm61,-46v51,1,60,-88,39,-132v-9,-19,-22,-28,-39,-28r0,160","w":178,"k":{"Y":27,"X":24,"7":23,"1":49}},"E":{"d":"112,-252r0,48r-50,0r0,53r44,0r0,48r-44,0r0,55r50,0r0,48r-101,0r0,-252r101,0","w":130,"k":{"1":35}},"F":{"d":"112,-252r0,48r-51,0r0,52r46,0r0,48r-46,0r0,104r-50,0r0,-252r101,0","w":128,"k":{"J":41,"1":33}},"G":{"d":"9,-126v0,-70,26,-131,90,-130v37,0,61,21,74,61r-49,19v-3,-22,-11,-33,-25,-33v-24,0,-36,28,-36,83v0,55,12,83,37,83v18,0,28,-17,29,-50r-32,0r0,-48r83,0v4,77,-15,145,-81,145v-60,0,-90,-62,-90,-130","w":195,"k":{"1":41}},"H":{"d":"63,-252r0,98r49,0r0,-98r51,0r0,252r-51,0r0,-106r-49,0r0,106r-51,0r0,-252r51,0","w":181,"k":{"1":35}},"I":{"d":"63,-252r0,252r-51,0r0,-252r51,0","w":82,"k":{"1":35}},"J":{"d":"9,-56v18,27,48,17,48,-26r0,-170r51,0r0,170v7,70,-43,102,-99,78r0,-52","w":124,"k":{"1":33}},"K":{"d":"60,-252r0,109r41,-109r52,0r-47,116r53,136r-54,0r-44,-124r-1,124r-51,0r0,-252r51,0","w":155,"k":{"z":-27,"y":6,"x":-28,"w":8,"v":8,"s":-22,"r":-25,"p":-26,"o":-6,"n":-23,"m":-23,"l":-23,"k":-27,"h":-25,"b":-26,"Z":-31,"Y":-24,"X":-29,"W":-23,"V":-26,"T":-21,"R":-25,"P":-27,"N":-23,"M":-26,"L":-26,"K":-26,"J":-26,"I":-23,"H":-23,"F":-25,"E":-24,"D":-25,"B":-24,"A":-30,"7":-24}},"L":{"d":"60,-252r0,204r52,0r0,48r-103,0r0,-252r51,0","w":128,"k":{"y":24,"w":24,"v":25,"Y":41,"W":31,"V":40,"T":31,"O":6,"9":33,"4":49,"1":56}},"M":{"d":"72,-171r-8,171r-54,0r22,-252r66,0r23,144r20,-144r68,0r26,252r-52,0r-11,-175v-4,38,-14,96,-29,175r-40,0v-9,-41,-15,-70,-18,-85v-6,-33,-10,-61,-13,-86","w":237,"k":{"z":-22,"x":-23,"s":-20,"r":-20,"p":-20,"k":-21,"h":-20,"b":-21,"Z":-26,"X":-24,"R":-20,"P":-21,"M":-20,"L":-21,"K":-21,"J":-21,"D":-20,"A":-25,"1":39}},"N":{"d":"61,-150v5,51,1,97,2,150r-51,0r0,-252r49,0r61,149v-8,-42,-3,-100,-4,-149r51,0r0,252r-48,0","w":188,"k":{"1":35}},"O":{"d":"97,-256v61,0,89,63,89,130v1,68,-29,130,-89,130v-60,0,-88,-62,-88,-130v0,-68,27,-130,88,-130xm97,-43v26,0,36,-44,35,-78v0,-58,-12,-88,-35,-88v-23,0,-34,28,-34,85v0,54,11,81,34,81","w":201,"k":{"Y":23,"X":21,"O":-8,"1":45}},"P":{"d":"146,-177v-2,49,-34,77,-87,74r0,103r-51,0r0,-252v75,-4,140,2,138,75xm59,-145v24,0,36,-11,36,-33v0,-25,-12,-34,-36,-32r0,65","w":161,"k":{"u":-5,"s":5,"o":10,"e":11,"a":8,"J":40,"A":26,"4":21,"1":34}},"Q":{"d":"127,-79v3,-9,4,-23,4,-40v0,-60,-11,-90,-34,-90v-23,0,-34,29,-34,85v1,60,12,91,45,77r-29,-31r26,-26xm97,-256v92,-4,106,147,70,218r22,22r-27,26r-19,-21v-74,48,-134,-27,-134,-115v0,-69,26,-127,88,-130","w":204,"k":{"Y":26,"1":48}},"R":{"d":"10,-252v75,-3,139,-1,139,73v0,30,-11,52,-35,65r43,114r-53,0r-42,-113r-1,113r-51,0r0,-252xm61,-144v26,3,39,-11,39,-35v0,-22,-14,-33,-39,-31r0,66","w":160,"k":{"z":-21,"x":-22,"p":-20,"k":-21,"b":-20,"Z":-25,"X":-23,"P":-21,"M":-20,"L":-20,"K":-20,"J":-20,"A":-24,"1":30}},"S":{"d":"27,-130v-40,-41,-16,-130,46,-126v15,0,31,5,45,13r0,50v-21,-21,-58,-27,-61,7v12,48,82,57,75,111v7,65,-65,100,-115,66r0,-49v24,18,61,22,65,-12v2,-21,-55,-55,-55,-60","w":146,"k":{"1":45}},"T":{"d":"136,-252r0,48r-39,0r0,204r-50,0r0,-204r-39,0r0,-48r128,0","w":152,"k":{"z":31,"y":28,"x":30,"w":30,"v":30,"u":34,"s":32,"r":33,"q":32,"p":32,"o":33,"n":35,"m":35,"i":-5,"g":34,"e":32,"d":32,"c":32,"a":34,"J":32,"A":28,"6":31,"5":23,"4":36,"1":32}},"U":{"d":"161,-69v0,51,-23,74,-75,73v-50,0,-74,-23,-74,-69r0,-187r51,0r-1,172v0,25,8,38,24,38v21,0,25,-12,24,-36r0,-174r51,0r0,183","w":179,"k":{"1":34}},"V":{"d":"58,-252r21,80v8,31,13,57,17,80v5,-27,18,-80,38,-160r53,0r-69,252r-42,0r-72,-252r54,0","w":178,"k":{"y":-15,"u":-8,"r":-10,"o":7,"l":-29,"k":-33,"j":-24,"i":-24,"h":-31,"e":8,"b":-32,"a":8,"Z":-26,"Y":-36,"X":-35,"W":-35,"V":-37,"U":-29,"T":-33,"S":-20,"R":-31,"P":-33,"N":-29,"L":-32,"K":-32,"I":-29,"H":-29,"F":-31,"E":-30,"D":-31,"B":-30,"A":21}},"W":{"d":"58,-252v9,51,25,115,26,168v5,-33,16,-89,32,-168r40,0r31,169v9,-66,17,-122,25,-169r53,0r-52,252r-44,0r-32,-175r-36,175r-44,0r-51,-252r52,0","w":261,"k":{"y":-15,"v":-13,"r":-10,"o":4,"l":-23,"k":-27,"j":-20,"i":-20,"h":-26,"e":4,"b":-27,"a":5,"Z":-21,"Y":-31,"X":-30,"W":-30,"V":-32,"U":-24,"T":-28,"R":-26,"P":-27,"O":-7,"N":-23,"L":-26,"K":-27,"I":-23,"H":-23,"F":-25,"E":-25,"D":-26,"B":-25,"A":20}},"X":{"d":"63,-252v6,14,22,47,26,71v4,-15,12,-39,26,-71r55,0r-53,122r57,130r-59,0v-13,-32,-21,-58,-26,-76v-7,22,-15,47,-26,76r-57,0r53,-130r-53,-122r57,0","w":171,"k":{"z":-27,"x":-29,"s":-21,"r":-25,"p":-26,"n":-23,"m":-23,"l":-23,"k":-27,"h":-25,"b":-26,"Z":-31,"Y":-26,"X":-29,"W":-25,"V":-28,"U":-20,"T":-24,"R":-25,"P":-27,"N":-23,"M":-26,"L":-26,"K":-26,"J":-26,"I":-23,"H":-23,"F":-25,"E":-24,"D":-25,"B":-24,"A":-30,"7":-24}},"Y":{"d":"61,-252v5,14,25,57,29,79r28,-79r57,0r-59,131r0,121r-50,0r0,-121r-61,-131r56,0","w":188,"k":{"z":30,"y":21,"x":30,"w":23,"v":23,"u":28,"t":23,"s":46,"r":27,"q":46,"p":26,"o":50,"n":29,"m":29,"g":48,"e":50,"d":46,"c":50,"a":49,"Q":24,"O":24,"J":38,"G":23,"C":27,"A":44,"9":20,"8":21,"6":48,"5":28,"4":54,"3":22,"1":30,"0":25}},"Z":{"d":"164,-252r-86,204r78,0r0,48r-152,0r83,-204r-72,0r0,-48r149,0","w":176,"k":{"w":20,"v":20,"4":56,"1":29}},"[":{"d":"97,-252r0,34r-40,0r0,225r40,0r0,34r-85,0r0,-293r85,0","w":87},"\\":{"d":"38,-270r115,270r-39,0r-116,-270r40,0"},"]":{"d":"97,-252r0,293r-85,0r0,-34r41,0r0,-225r-40,0r0,-34r84,0","w":116},"^":{"d":"6,-126r55,-126r41,0r55,126r-34,16r-42,-95r-40,95"},"_":{"d":"12,62r0,-26r168,0r0,26r-168,0","w":161},"`":{"d":"76,-203r-24,14r-44,-47r36,-16","w":90},"a":{"d":"92,-87v0,-28,-5,-43,-16,-43v-11,0,-16,15,-16,46v0,29,5,43,16,43v10,0,16,-15,16,-46xm58,3v-63,-2,-64,-174,-1,-176v14,0,24,7,31,22r0,-18r49,0r0,169r-49,0r0,-17v-8,14,-17,20,-30,20","w":154,"k":{"1":58}},"b":{"d":"134,-83v0,38,-13,87,-46,86v-13,0,-23,-7,-30,-20r-1,17r-48,0r0,-270r48,0r0,119v8,-15,19,-22,32,-22v30,0,45,30,45,90xm86,-88v0,-28,-5,-42,-16,-42v-11,0,-16,16,-16,46v0,29,6,43,16,43v11,0,16,-15,16,-47","w":150,"k":{"2":21,"1":56}},"c":{"d":"99,-124v-23,-19,-42,11,-42,40v0,35,18,51,42,37r0,44v-54,24,-90,-24,-90,-80v0,-56,36,-107,90,-84r0,43","w":115,"k":{"1":56}},"d":{"d":"55,3v-62,-3,-64,-173,0,-176v14,0,24,8,31,22r0,-119r48,0r0,270r-48,0r0,-17v-8,14,-18,20,-31,20xm90,-87v0,-28,-6,-43,-17,-43v-11,0,-16,15,-16,46v0,29,6,43,17,43v10,0,16,-15,16,-46","w":150,"k":{"1":33}},"e":{"d":"89,-102v1,-20,-4,-33,-16,-33v-12,0,-18,13,-17,33r33,0xm73,-173v45,1,64,48,57,101r-74,0v0,25,5,38,17,38v10,0,14,-6,14,-19r41,0v-4,38,-22,56,-53,56v-46,-1,-66,-37,-66,-86v0,-46,21,-91,64,-90","w":147,"k":{"e":-6,"2":22,"1":56}},"f":{"d":"27,-169v-7,-64,6,-121,70,-100r0,47v-13,-7,-21,-1,-21,21r0,32r21,0r0,40r-21,0r0,129r-49,0r0,-129r-17,0r0,-40r17,0","w":114,"k":{"f":-5,"1":33}},"g":{"d":"92,-90v0,-27,-5,-40,-16,-40v-11,0,-16,16,-16,48v0,28,5,41,16,41v10,0,16,-17,16,-49xm59,3v-33,1,-47,-46,-47,-85v0,-60,15,-91,45,-91v14,0,25,8,32,22r0,-18r48,0r0,183v0,46,-21,69,-63,69v-40,0,-60,-20,-61,-62r43,0v0,16,5,24,16,24v19,0,18,-40,17,-64v-8,15,-18,22,-30,22","w":155,"k":{"1":58}},"h":{"d":"58,-146v18,-42,71,-34,71,25r0,121r-48,0r0,-104v0,-13,-3,-20,-11,-20v-8,0,-12,7,-12,19r0,105r-48,0r0,-270r48,0r0,124","w":145,"k":{"1":57}},"i":{"d":"65,-169r0,169r-48,0r0,-169r48,0xm41,-188v-16,0,-31,-15,-30,-31v0,-17,14,-30,31,-30v16,-1,31,15,30,31v0,15,-15,30,-31,30","w":89,"k":{"1":34}},"j":{"d":"65,-169r0,252r-48,0r0,-252r48,0xm41,-188v-16,0,-31,-15,-30,-31v0,-17,14,-30,31,-30v16,-1,31,15,30,31v0,15,-15,30,-31,30","w":89,"k":{"1":33}},"k":{"d":"57,-270r0,157r25,-56r52,0r-38,69r46,100r-53,0r-32,-75r0,75r-48,0r0,-270r48,0","w":135,"k":{"z":-31,"y":-26,"x":-32,"w":-24,"v":-24,"t":-20,"s":-24,"r":-29,"p":-29,"o":-7,"n":-26,"m":-26,"l":-26,"k":-30,"j":-21,"i":-21,"h":-29,"f":-20,"e":-7,"b":-29,"7":-28,"2":-22,"1":33}},"l":{"d":"61,-270r0,270r-49,0r0,-270r49,0","w":79,"k":{"1":35}},"m":{"d":"131,-145v21,-42,71,-37,71,24r0,121r-48,0r0,-100v3,-30,-23,-32,-23,-6r0,106r-48,0r0,-102v2,-25,-16,-29,-22,-11v-2,33,-1,77,-1,113r-48,0r0,-169r48,0r0,25v15,-35,64,-40,71,-1","w":221,"k":{"1":59}},"n":{"d":"60,-146v18,-42,71,-35,71,25r0,121r-48,0r1,-104v0,-13,-4,-20,-12,-20v-8,0,-12,7,-12,19r0,105r-48,0r0,-169r48,0r0,23","w":150,"k":{"1":59}},"o":{"d":"10,-84v-1,-50,19,-88,64,-89v43,0,65,30,65,89v0,58,-22,87,-65,87v-43,0,-64,-29,-64,-87xm58,-83v0,28,5,43,16,43v11,0,17,-15,17,-46v0,-29,-6,-43,-17,-43v-11,0,-16,15,-16,46","w":155,"k":{"o":-6,"2":24,"1":56}},"p":{"d":"86,-85v0,-30,-5,-45,-16,-45v-11,0,-16,16,-16,46v0,29,6,43,16,43v11,0,16,-14,16,-44xm134,-83v0,38,-13,87,-46,86v-13,0,-23,-7,-30,-20r0,100r-48,0r0,-252r48,0r0,18v8,-15,18,-22,31,-22v30,0,45,30,45,90","w":150,"k":{"2":21,"1":56}},"q":{"d":"56,3v-63,-2,-65,-173,-1,-176v14,0,24,7,31,22r0,-18r48,0r0,252r-48,0r0,-100v-8,14,-17,20,-30,20xm90,-87v0,-28,-6,-43,-17,-43v-11,0,-15,15,-15,46v0,29,5,43,16,43v10,0,16,-15,16,-46","w":151,"k":{"1":56}},"r":{"d":"97,-129v-62,-9,-32,78,-39,129r-48,0r0,-169r48,0r0,19v10,-15,23,-24,39,-26r0,47","w":106,"k":{"q":-10,"o":-8,"g":-8,"e":-8,"d":-10,"c":-8,"7":27,"3":30,"1":49}},"s":{"d":"27,-86v-32,-33,-5,-87,43,-87v17,0,33,5,46,15r-20,36v-9,-8,-17,-12,-23,-12v-8,0,-12,4,-12,12v14,22,59,27,54,66v4,59,-70,76,-106,39r21,-34v14,13,33,17,37,-2v-1,-12,-38,-27,-40,-33","w":131,"k":{"1":56}},"t":{"d":"75,-216r0,47r19,0r0,40r-19,0r0,129r-48,0r0,-129r-17,0r0,-40r17,0r0,-47r48,0","w":110,"k":{"1":52}},"u":{"d":"70,3v-79,0,-54,-100,-58,-172r48,0r-1,108v0,13,4,19,12,19v7,0,11,-8,11,-24r0,-103r48,0v-3,74,20,172,-60,172","w":148,"k":{"1":58}},"v":{"d":"77,-77v2,-8,9,-39,21,-92r50,0r-49,169r-44,0r-48,-169r47,0","w":163,"k":{"7":41,"3":26,"1":54}},"w":{"d":"54,-169r22,96r22,-96r41,0r20,96v1,-6,10,-38,24,-96r46,0r-47,169r-40,0v-11,-38,-19,-73,-24,-103v-5,34,-13,68,-23,103r-40,0r-48,-169r47,0","w":243,"k":{"7":39,"3":25,"1":54}},"x":{"d":"63,-169r18,35r18,-35r50,0r-43,78r50,91r-51,0r-24,-46r-25,46r-49,0r48,-91r-42,-78r50,0","w":150,"k":{"z":-30,"y":-27,"x":-31,"w":-25,"v":-25,"u":-20,"t":-21,"s":-23,"r":-28,"p":-28,"n":-26,"m":-26,"l":-25,"k":-29,"j":-21,"i":-21,"h":-28,"f":-21,"b":-29,"7":-27,"2":-22,"1":34}},"y":{"d":"53,-169r23,93r22,-93r48,0r-72,252r-47,0r27,-87r-49,-165r48,0","w":161,"k":{"7":40,"3":26,"1":54}},"z":{"d":"128,-169r-52,129r46,0r0,40r-114,0r53,-129r-47,0r0,-40r114,0","w":142,"k":{"4":22,"1":54}},"{":{"d":"103,-225v-53,-1,0,113,-51,120v48,2,-1,120,51,120r0,26v-65,9,-70,-29,-70,-95v0,-24,-8,-37,-25,-37r0,-27v29,3,26,-50,23,-80v-3,-48,25,-57,72,-54r0,27","w":94},"|":{"d":"12,-270r38,0r0,270r-38,0r0,-270","w":69},"}":{"d":"78,-52v0,58,-3,104,-70,93r0,-26v50,4,4,-115,51,-120v-50,-6,3,-118,-51,-120r0,-27v47,-4,75,6,72,54v-2,31,-7,82,23,80r0,27v-17,0,-25,13,-25,39","w":118},"~":{"d":"114,-96v13,-3,15,-9,25,-25r19,25v-15,27,-19,36,-45,40v-4,2,-58,-22,-60,-22v-8,0,-18,9,-26,28r-19,-26v13,-28,28,-42,46,-42v7,-2,55,23,60,22","w":172},"\u00c4":{"d":"117,-252r60,252r-54,0r-9,-42r-49,0r-9,42r-51,0r59,-252r53,0xm89,-182r-16,99r33,0v-9,-44,-14,-76,-17,-99xm82,-303v0,13,-12,25,-26,25v-14,0,-26,-11,-25,-25v0,-13,13,-26,26,-26v13,0,26,12,25,26xm151,-303v0,14,-13,25,-27,25v-13,0,-25,-12,-24,-25v0,-13,13,-26,26,-26v13,0,26,12,25,26","w":191},"\u00d6":{"d":"96,-256v61,0,89,63,89,130v1,68,-29,130,-89,130v-61,0,-88,-62,-88,-130v0,-69,26,-130,88,-130xm96,-43v26,1,36,-45,35,-78v0,-58,-12,-88,-35,-88v-23,0,-34,28,-34,85v0,54,11,81,34,81xm87,-303v0,14,-12,25,-26,25v-13,0,-24,-12,-24,-25v0,-14,12,-26,26,-26v13,0,24,13,24,26xm156,-303v0,14,-12,25,-26,25v-12,0,-24,-12,-24,-25v0,-14,12,-26,25,-26v13,0,25,12,25,26","w":200},"\u00dc":{"d":"160,-69v0,53,-23,72,-75,73v-49,0,-74,-23,-74,-69r0,-187r51,0r0,172v0,25,8,38,24,38v21,-1,23,-13,24,-36r0,-174r50,0r0,183xm81,-303v0,14,-13,25,-27,25v-13,0,-24,-12,-24,-25v0,-14,12,-26,26,-26v13,0,25,13,25,26xm150,-303v0,14,-13,25,-27,25v-13,0,-24,-12,-24,-25v0,-14,12,-26,26,-26v13,0,25,13,25,26","w":178},"\u00e4":{"d":"92,-87v0,-28,-6,-43,-17,-43v-11,0,-16,15,-16,46v0,29,6,43,17,43v10,0,16,-15,16,-46xm57,3v-63,-4,-63,-173,0,-176v14,0,24,7,31,22r0,-18r48,0r0,169r-48,0r0,-17v-8,14,-18,20,-31,20xm66,-220v0,14,-12,25,-26,25v-12,0,-24,-12,-24,-25v0,-14,12,-26,25,-26v13,0,25,12,25,26xm135,-220v0,14,-12,25,-26,25v-13,0,-24,-12,-24,-25v0,-14,12,-26,25,-26v13,0,25,12,25,26","w":154},"\u00f6":{"d":"10,-84v0,-50,18,-89,64,-89v43,0,65,30,65,89v0,58,-22,87,-65,87v-43,0,-64,-29,-64,-87xm58,-83v0,28,5,43,16,43v11,0,17,-15,17,-46v0,-29,-6,-43,-17,-43v-11,0,-16,15,-16,46xm65,-220v0,14,-12,25,-26,25v-13,0,-24,-12,-24,-25v0,-14,12,-26,25,-26v13,0,25,12,25,26xm134,-220v0,14,-12,25,-26,25v-13,0,-24,-12,-24,-25v0,-14,12,-26,26,-26v13,0,24,13,24,26","w":155},"\u00fc":{"d":"70,3v-79,0,-54,-100,-58,-172r48,0r-1,108v0,13,4,19,12,19v7,0,11,-8,11,-24r0,-103r48,0v-3,74,21,172,-60,172xm62,-220v0,13,-12,25,-26,25v-14,0,-25,-12,-25,-25v0,-13,13,-26,26,-26v13,0,26,12,25,26xm131,-220v0,13,-12,25,-26,25v-13,0,-24,-12,-24,-25v0,-14,12,-26,25,-26v13,0,26,12,25,26","w":149},"\u00a7":{"d":"91,-69v24,-7,25,-36,4,-49v-13,-7,-14,-7,-27,-15v-31,22,-2,55,23,64xm124,-46v45,29,22,106,-39,106v-45,0,-68,-22,-68,-65r47,0v-5,33,38,41,36,7v-3,-47,-90,-50,-90,-106v0,-20,9,-36,26,-48v-41,-33,-14,-104,44,-104v44,0,66,24,66,71r-46,0v10,-36,-38,-47,-39,-14v9,43,93,41,93,102v0,22,-10,39,-30,51","w":170},"\u00df":{"d":"27,-169v-1,-62,4,-104,61,-104v64,0,81,98,36,122v20,11,30,34,30,68v0,64,-22,92,-70,83r0,-43v12,0,18,-15,18,-43v0,-28,-6,-42,-18,-42r0,-44v12,-2,15,-9,15,-26v0,-30,-16,-41,-24,-21r0,219r-48,0r0,-129r-18,0r0,-40r18,0","w":170},"\u00b4":{"d":"76,-236r-43,47r-25,-14r33,-49","w":91},"\u00ab":{"d":"101,-110r35,63r-27,15r-44,-78r44,-79r27,14xm44,-110r34,63r-26,15r-44,-78r44,-79r26,14","w":150},"\u00bb":{"d":"78,-110r-44,78r-26,-15r34,-63r-34,-65r26,-14xm136,-110r-44,78r-27,-15r34,-63r-34,-65r27,-14","w":150},"\u00a0":{"w":75}}});

Cufon.replace('h2','');
Cufon.replace('h3','');

