/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																			  /*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright <C> Rubicon Computer Labs Inc., 1994-1998. Release 1.31
 */
Cufon.registerFont({"w":180,"face":{"font-family":"HelvCondensed","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-11 -340 294 77","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+00FC"},"glyphs":{" ":{"w":90},"\u00a0":{"w":90},"!":{"d":"44,0r0,-36r32,0r0,36r-32,0xm68,-66r-16,0r-8,-121r0,-83r32,0v2,72,-3,138,-8,204","w":119},"\"":{"d":"16,-185r0,-81r19,0r0,81r-19,0xm56,-185r0,-81r19,0r0,81r-19,0","w":90},"#":{"d":"80,-157r-13,44r31,0r14,-44r-32,0xm172,-157r-40,0r-14,44r40,0r-5,22r-41,0r-28,91r-20,0r28,-91r-32,0r-28,91r-20,0r28,-91r-38,0r6,-22r39,0r13,-44r-39,0r6,-22r40,0r28,-91r20,0r-28,91r31,0r28,-91r20,0r-28,91r40,0"},"$":{"d":"96,-22v48,9,52,-70,19,-86v-5,-3,-12,-6,-19,-9r0,95xm81,-243v-40,-2,-45,62,-16,77v4,3,10,6,16,9r0,-86xm97,-151v36,17,71,26,70,78v0,48,-23,77,-71,78r0,37r-15,0r0,-37v-52,-1,-71,-34,-68,-89r29,0v-2,36,4,63,39,62r0,-101v-33,-16,-66,-29,-66,-76v0,-43,25,-68,66,-71r0,-23r16,0r0,23v43,1,62,28,63,72r-29,0v-1,-29,-6,-44,-34,-45r0,92"},"%":{"d":"69,-155v36,0,32,-92,-1,-90v-21,1,-24,20,-24,47v0,25,3,43,25,43xm224,-20v36,0,33,-92,-1,-90v-21,1,-24,20,-24,47v0,25,4,43,25,43xm70,-265v37,0,47,30,47,66v0,39,-8,64,-44,65v-41,0,-53,-25,-53,-67v0,-38,13,-64,50,-64xm95,5r-20,0r121,-275r18,0xm225,-130v37,0,47,27,47,64v1,41,-15,66,-51,66v-35,0,-45,-31,-46,-66v0,-38,12,-64,50,-64","w":299},"&":{"d":"58,-72v-4,56,71,67,96,26r-59,-87v-22,18,-35,29,-37,61xm105,-169v19,-15,30,-22,30,-47v0,-15,-9,-32,-25,-30v-40,4,-25,56,-5,77xm207,-124v-3,30,-7,54,-19,75r35,50r-36,0r-17,-25v-15,17,-33,31,-65,30v-50,-1,-78,-28,-78,-78v0,-45,27,-63,55,-82v-34,-30,-37,-117,27,-116v34,1,56,20,56,54v0,33,-21,48,-47,67r52,76v5,-14,10,-32,10,-51r27,0","w":240},"'":{"d":"36,-185r0,-81r18,0r0,81r-18,0","w":90},"(":{"d":"58,-99v0,77,19,127,46,176r-21,0v-28,-47,-56,-98,-56,-170v0,-78,26,-128,56,-177r19,0v-23,48,-44,96,-44,171","w":119},")":{"d":"37,-270v27,48,56,98,56,170v0,78,-25,129,-56,177r-19,0v24,-48,44,-95,44,-171v0,-77,-19,-126,-46,-176r21,0","w":119},"*":{"d":"105,-210r27,35r-15,11r-28,-35r-26,33r-15,-9r27,-34r-40,-16r6,-16r40,16r0,-45r19,0r0,44r40,-15r6,17"},"+":{"d":"103,-79r0,79r-26,0r0,-79r-61,0r0,-25r61,0r0,-78r26,0r0,78r62,0r0,25r-62,0"},",":{"d":"62,-36v-1,42,1,78,-33,89r0,-17v12,-3,17,-15,17,-36r-17,0r0,-36r33,0","w":90},"-":{"d":"16,-99r0,-30r88,0r0,30r-88,0","w":119},".":{"d":"29,0r0,-36r33,0r0,36r-33,0","w":90},"\/":{"d":"17,10r-22,0r88,-280r22,0","w":100},"0":{"d":"90,-22v54,0,43,-80,43,-139v0,-42,-6,-82,-46,-82v-54,0,-40,88,-40,147v0,42,5,74,43,74xm90,-270v78,0,75,88,73,164v-2,59,-13,111,-73,111v-67,0,-73,-68,-73,-138v1,-68,7,-137,73,-137"},"1":{"d":"27,-220v38,0,63,-12,64,-50r23,0r0,270r-30,0r0,-197r-57,0r0,-23"},"2":{"d":"89,-270v75,-5,88,104,42,143v-26,35,-76,48,-84,100r114,0r0,27r-145,0v3,-36,8,-68,32,-85v28,-35,77,-50,79,-110v1,-29,-10,-48,-38,-48v-36,0,-41,29,-41,65r-30,0v-3,-57,20,-89,71,-92"},"3":{"d":"116,-142v29,6,40,28,45,63v12,92,-130,118,-145,30v-2,-10,-2,-20,-2,-30r29,0v-2,35,10,57,45,57v29,0,43,-19,43,-48v0,-45,-21,-57,-63,-56r0,-27v36,1,55,-8,55,-47v0,-30,-11,-43,-38,-43v-31,0,-38,23,-38,53r-28,0v-2,-50,22,-76,67,-80v74,-6,91,110,30,128"},"4":{"d":"108,-223r-74,129r74,0r0,-129xm138,-67r0,67r-30,0r0,-67r-98,0r0,-28r101,-175r27,0r0,176r24,0r0,27r-24,0"},"5":{"d":"48,-158v43,-44,119,-4,113,67v-5,54,-19,96,-75,96v-49,0,-71,-28,-71,-76r31,0v0,30,10,49,41,49v32,0,43,-31,43,-64v0,-37,-9,-64,-45,-64v-21,0,-32,9,-38,24r-27,0r16,-139r115,0r0,27r-91,0"},"6":{"d":"91,-22v35,0,43,-29,43,-65v0,-34,-11,-57,-43,-57v-36,0,-42,25,-42,62v0,33,10,60,42,60xm95,-171v49,0,70,35,70,82v0,52,-21,93,-72,94v-68,2,-78,-59,-78,-125v0,-75,6,-148,81,-150v39,0,61,25,62,64r-30,0v4,-35,-39,-47,-60,-27v-18,18,-25,60,-22,95v8,-17,24,-34,49,-33"},"7":{"d":"164,-240v-46,64,-80,142,-89,240r-33,0v12,-98,50,-175,97,-238r-123,0r0,-27r148,0r0,25"},"8":{"d":"92,-22v30,0,40,-25,40,-56v0,-34,-14,-53,-42,-53v-30,0,-42,21,-42,53v0,34,11,56,44,56xm91,-158v26,0,34,-18,34,-43v-1,-24,-7,-43,-34,-42v-25,1,-35,14,-35,42v0,26,10,42,35,43xm115,-146v29,7,49,27,48,65v-1,51,-20,86,-72,86v-89,0,-99,-141,-23,-150v-69,-15,-50,-133,25,-125v73,-10,85,114,22,124"},"9":{"d":"89,-120v32,0,43,-26,43,-56v0,-38,-9,-67,-43,-67v-34,0,-42,31,-43,63v-1,32,12,60,43,60xm87,-270v77,-2,81,80,77,157v-3,61,-15,117,-79,118v-39,0,-62,-24,-63,-64r31,0v-5,38,39,47,59,28v20,-18,22,-57,23,-95v-8,16,-25,34,-50,33v-48,-1,-70,-35,-70,-82v0,-52,21,-94,72,-95"},":":{"d":"29,0r0,-36r33,0r0,36r-33,0xm29,-161r0,-36r33,0r0,36r-33,0","w":90},";":{"d":"62,-36v-1,42,1,78,-33,89r0,-17v12,-3,17,-15,17,-36r-17,0r0,-36r33,0xm29,-161r0,-36r33,0r0,36r-33,0","w":90},"<":{"d":"15,-80r0,-23r150,-83r0,26r-122,69r122,68r0,27"},"=":{"d":"16,-45r0,-25r149,0r0,25r-149,0xm16,-113r0,-25r149,0r0,25r-149,0"},">":{"d":"15,4r0,-27r122,-68r-122,-69r0,-26r150,83r0,23"},"?":{"d":"71,0r0,-36r33,0r0,36r-33,0xm93,-270v79,-6,92,97,42,137v-16,19,-36,32,-32,71r-32,0v-6,-70,63,-76,63,-137v0,-25,-11,-46,-36,-46v-35,0,-45,24,-45,60r-31,0v-2,-52,22,-81,71,-85"},"@":{"d":"121,-72v40,-6,55,-55,60,-95v-1,-15,-10,-26,-26,-26v-42,0,-62,44,-62,86v0,20,8,34,28,35xm152,-270v69,0,123,42,123,114v0,55,-32,107,-84,107v-15,0,-29,-7,-33,-19v-29,33,-97,16,-93,-36v4,-59,33,-111,89,-111v20,0,35,10,42,25r5,-17r25,0r-42,128v-1,7,6,9,10,11v39,-7,63,-44,63,-89v0,-60,-45,-95,-107,-95v-73,0,-119,49,-119,121v0,71,49,119,119,119v43,0,78,-23,97,-51r21,0v-21,38,-60,68,-118,68v-85,0,-137,-57,-137,-139v0,-81,56,-136,139,-136","w":288},"A":{"d":"100,-248r-36,143r71,0xm163,0r-21,-78r-85,0r-20,78r-33,0r77,-270r40,0r76,270r-34,0","w":200,"k":{"y":6,"w":6,"v":6,"Y":20,"W":13,"V":13,"T":20}},"B":{"d":"59,-27v50,1,91,6,91,-51v0,-52,-40,-51,-91,-49r0,100xm59,-154v46,1,84,3,84,-46v0,-48,-39,-43,-84,-43r0,89xm134,-144v29,8,47,25,47,65v0,49,-26,79,-74,79r-78,0r0,-270r82,0v43,0,64,26,64,71v0,32,-17,47,-41,55","w":200},"C":{"d":"103,-21v42,2,45,-38,48,-77r30,0v-1,58,-17,103,-76,104v-86,2,-88,-86,-85,-170v3,-61,21,-111,84,-111v52,0,78,33,77,86r-30,0v-1,-35,-12,-61,-49,-59v-55,4,-51,72,-52,132v0,53,10,93,53,95","w":200},"D":{"d":"105,-27v53,-1,62,-43,62,-98v0,-60,-2,-118,-61,-118r-47,0r0,216r46,0xm102,-270v72,0,98,47,96,122v-2,81,-13,149,-94,148r-74,0r0,-270r72,0","w":219},"E":{"d":"27,0r0,-270r135,0r0,27r-105,0r0,89r98,0r0,27r-98,0r0,100r105,0r0,27r-135,0"},"F":{"d":"57,-243r0,89r90,0r0,27r-90,0r0,127r-30,0r0,-270r126,0r0,27r-96,0","w":159,"k":{"A":13,".":40,",":40}},"G":{"d":"50,-134v0,53,0,112,54,113v51,1,58,-42,58,-91r-60,0r0,-27r90,0r0,141r-24,0r0,-42v-7,27,-29,46,-62,46v-77,0,-86,-68,-87,-144v-2,-85,28,-156,118,-134v32,8,52,36,52,80r-30,0v0,-33,-16,-57,-50,-56v-57,0,-59,60,-59,114","w":219},"H":{"d":"162,0r0,-130r-104,0r0,130r-30,0r0,-270r30,0r0,113r104,0r0,-113r30,0r0,270r-30,0","w":219},"I":{"d":"35,0r0,-270r30,0r0,270r-30,0","w":100},"J":{"d":"132,-68v0,48,-16,73,-64,73v-52,0,-62,-38,-60,-90r30,0v0,32,-3,63,31,63v28,0,34,-17,34,-45r0,-203r29,0r0,202","w":159},"K":{"d":"160,0r-73,-130r-28,36r0,94r-31,0r0,-270r30,0r0,139r99,-139r37,0r-86,113r89,157r-37,0","w":200},"L":{"d":"30,0r0,-270r30,0r0,243r110,0r0,27r-140,0","k":{"y":13,"Y":33,"W":27,"V":27,"T":27}},"M":{"d":"223,0r-1,-257r-65,257r-35,0r-65,-257r0,257r-30,0r0,-270r53,0r57,231v2,5,0,15,3,20v14,-90,41,-167,60,-251r53,0r0,270r-30,0","w":280},"N":{"d":"143,0r-82,-238v-3,-7,0,-16,-4,-19r1,257r-30,0r0,-270r48,0r87,251r-1,-251r30,0r0,270r-49,0","w":219},"O":{"d":"110,-21v61,0,58,-64,58,-124v0,-52,-6,-103,-58,-103v-53,0,-58,53,-58,105v0,62,-2,122,58,122xm111,-275v74,0,89,60,88,135v-1,77,-10,146,-89,146v-79,0,-89,-69,-89,-147v0,-73,15,-135,90,-134","w":219},"P":{"d":"61,-141v52,1,95,1,95,-52v0,-52,-43,-52,-95,-50r0,102xm31,-270v80,-3,156,-5,156,75v0,73,-51,85,-126,81r0,114r-30,0r0,-270","w":200,"k":{"A":13,".":46,",":46}},"Q":{"d":"52,-128v0,62,9,115,74,106v5,-1,10,-5,16,-9r-27,-21r16,-20r25,21v8,-20,13,-47,12,-74v-1,-62,2,-122,-58,-123v-59,0,-58,61,-58,120xm109,-275v114,0,102,165,70,243r31,26r-16,18r-30,-25v-11,11,-32,20,-54,19v-79,0,-89,-71,-89,-149v0,-71,15,-132,88,-132","w":219},"R":{"d":"61,-146v50,1,99,4,99,-47v0,-55,-47,-51,-99,-50r0,97xm168,0v-15,-39,7,-123,-54,-119r-53,0r0,119r-30,0r0,-270v78,0,163,-10,160,72v-1,36,-19,59,-52,64v47,0,47,42,51,87v1,15,1,36,13,41r0,6r-35,0","w":219,"k":{"Y":6,"T":6}},"S":{"d":"102,-248v-54,-11,-66,69,-22,85v45,17,104,24,102,88v-2,52,-29,82,-84,81v-58,0,-82,-32,-80,-92r30,0v-2,41,10,68,51,65v54,9,72,-74,26,-92v-46,-18,-106,-22,-103,-89v2,-46,28,-73,76,-73v49,0,78,25,76,76r-30,0v2,-30,-15,-49,-42,-49","w":200},"T":{"d":"105,-243r0,243r-30,0r0,-243r-70,0r0,-27r170,0r0,27r-70,0","k":{"y":20,"w":27,"u":27,"s":27,"r":27,"o":27,"i":6,"e":27,"c":27,"a":27,"A":20,";":27,":":27,".":33,",":33}},"U":{"d":"191,-66v0,50,-31,72,-80,72v-50,1,-81,-25,-82,-71r0,-205r30,0r0,197v1,33,15,52,51,52v34,0,51,-17,51,-52r0,-197r30,0r0,204","w":219},"V":{"d":"118,0r-37,0r-77,-270r33,0r63,248r63,-248r33,0","w":200,"k":{"u":6,"r":6,"o":6,"e":6,"a":6,"A":13,";":6,":":6,".":33,",":33}},"W":{"d":"230,0r-37,0r-44,-248v-10,89,-32,166,-48,248r-37,0r-58,-270r33,0r44,248v11,-87,32,-165,48,-248r37,0r45,248v11,-88,32,-166,48,-248r33,0","w":299,"k":{"o":6,"e":6,"a":6,"A":6,".":27,",":27}},"X":{"d":"157,0r-57,-113r-58,113r-36,0r77,-139r-75,-131r36,0r56,105r57,-105r35,0r-74,131r76,139r-37,0","w":200},"Y":{"d":"115,-105r0,105r-30,0r0,-105r-81,-165r33,0r63,135r63,-135r34,0","w":200,"k":{"v":6,"u":13,"q":20,"p":13,"o":20,"i":6,"e":20,"a":20,"A":20,";":13,":":13,".":40,",":40}},"Z":{"d":"10,0r0,-26r128,-217r-125,0r0,-27r155,0r0,26r-127,217r129,0r0,27r-160,0"},"[":{"d":"36,75r0,-345r63,0r0,22r-35,0r0,301r35,0r0,22r-63,0","w":119},"\\":{"d":"80,0r-91,-270r21,0r91,270r-21,0","w":90},"]":{"d":"21,75r0,-22r35,0r0,-301r-35,0r0,-22r63,0r0,345r-63,0","w":119},"^":{"d":"136,-120r-46,-122r-46,122r-19,0r56,-150r18,0r56,150r-19,0"},"_":{"d":"0,43r0,-21r180,0r0,21r-180,0"},"`":{"d":"60,-225r-47,-50r39,0r32,50r-24,0","w":119},"a":{"d":"68,-19v41,0,35,-48,35,-89v-24,15,-63,17,-62,57v0,23,6,32,27,32xm133,-34v0,12,4,14,17,13v0,12,3,25,-13,23v-23,3,-25,-12,-30,-29v-7,17,-23,29,-45,32v-60,7,-66,-84,-26,-105v22,-11,47,-17,67,-30v6,-24,2,-51,-29,-51v-25,0,-29,9,-29,35r-26,0v-1,-41,17,-59,58,-60v81,-3,56,101,56,172","w":159},"b":{"d":"94,-19v38,0,37,-46,37,-86v0,-38,-3,-76,-38,-76v-42,0,-39,48,-39,91v0,37,4,71,40,71xm98,-206v49,0,63,42,63,93v0,59,-4,116,-61,118v-27,0,-34,-11,-47,-29r0,24r-26,0r0,-270r28,0r1,90v10,-16,21,-26,42,-26"},"c":{"d":"146,-70v-2,42,-17,75,-61,75v-57,0,-69,-46,-69,-103v0,-67,29,-128,95,-102v22,9,34,31,33,63r-26,0v0,-27,-8,-44,-33,-44v-46,0,-40,63,-39,109v1,28,10,53,38,53v28,0,33,-20,35,-51r27,0","w":159},"d":{"d":"89,-19v38,-1,39,-46,38,-88v-2,-42,-5,-74,-40,-74v-38,0,-38,45,-38,83v0,40,1,81,40,79xm80,-206v24,0,34,13,47,26r0,-90r28,0r0,270r-27,0v-1,-8,2,-20,-1,-26v-10,18,-20,32,-49,31v-56,-2,-57,-60,-58,-115v-1,-51,18,-96,60,-96"},"e":{"d":"113,-121v-2,-29,-2,-60,-33,-60v-32,-1,-34,29,-35,60r68,0xm80,-206v57,-2,62,51,62,108r-97,0v0,38,-1,79,36,79v27,0,34,-21,33,-48r27,0v0,43,-18,72,-60,72v-53,0,-66,-43,-66,-105v0,-53,13,-104,65,-106","w":159},"f":{"d":"93,-246v-31,-7,-33,16,-31,46r31,0r0,24r-31,0r0,176r-29,0r0,-176r-29,0r0,-24r29,0v-5,-48,10,-79,60,-70r0,24","w":100},"g":{"d":"82,-19v39,0,43,-42,43,-81v-1,-38,-3,-81,-40,-81v-37,0,-39,42,-39,79v0,46,2,83,36,83xm153,-15v8,66,-61,105,-112,70v-11,-7,-16,-20,-18,-36r28,0v2,14,12,25,30,25v37,0,47,-31,42,-67v-10,16,-19,28,-43,28v-55,0,-64,-51,-64,-105v0,-58,15,-106,64,-106v22,0,35,13,45,29r0,-23r28,0r0,185"},"h":{"d":"106,-206v32,0,48,19,48,51r0,155r-28,0r0,-147v0,-21,-8,-34,-30,-34v-31,1,-41,20,-41,52r0,129r-29,0r0,-270r29,0r0,92v13,-16,24,-28,51,-28"},"i":{"d":"26,0r0,-200r28,0r0,200r-28,0xm26,-234r0,-36r28,0r0,36r-28,0","w":79},"j":{"d":"5,42v22,3,22,-11,22,-32r0,-210r28,0r-2,236v-4,24,-20,33,-48,32r0,-26xm27,-234r0,-36r28,0r0,36r-28,0","w":79},"k":{"d":"125,0r-50,-100r-22,29r0,71r-28,0r0,-270r28,0r0,163r69,-93r34,0r-62,78r64,122r-33,0","w":159},"l":{"d":"26,0r0,-270r28,0r0,270r-28,0","w":79},"m":{"d":"203,-206v33,0,50,21,50,57r0,149r-28,0r0,-147v-1,-20,-7,-36,-30,-34v-68,4,-32,116,-41,181r-28,0r0,-146v0,-21,-7,-35,-29,-35v-28,0,-41,16,-41,42r0,139r-29,0r0,-200r28,0r0,25v14,-37,82,-41,95,1v13,-17,26,-32,53,-32","w":280},"n":{"d":"104,-206v32,1,50,17,50,50r0,156r-28,0r0,-147v-1,-21,-8,-35,-30,-34v-26,2,-41,15,-41,46r0,135r-29,0r0,-200r28,0r0,22v12,-12,26,-28,50,-28"},"o":{"d":"90,-19v38,0,42,-34,42,-77v0,-50,-2,-85,-42,-85v-40,0,-42,42,-42,83v0,44,4,79,42,79xm90,-206v54,0,72,43,72,100v0,59,-11,111,-71,111v-61,0,-73,-48,-73,-111v0,-56,18,-100,72,-100"},"p":{"d":"94,-19v36,-2,37,-44,37,-85v0,-37,-3,-77,-39,-77v-37,0,-38,45,-38,81v0,40,0,83,40,81xm96,-206v47,2,65,42,65,90v0,60,-7,121,-64,121v-22,0,-33,-10,-43,-26r0,89r-28,0r0,-268r27,0v1,7,-2,17,1,22v7,-16,23,-25,42,-28"},"q":{"d":"87,-19v46,0,38,-64,37,-110v0,-27,-9,-52,-37,-52v-36,0,-38,41,-38,78v0,39,1,84,38,84xm79,-206v23,0,37,12,47,27r0,-21r27,0r0,266r-28,0r-1,-88v-11,14,-20,26,-42,27v-57,1,-63,-59,-63,-113v0,-48,13,-98,60,-98"},"r":{"d":"57,-167v11,-23,27,-39,59,-35r0,28v-84,-14,-52,101,-58,174r-29,0r0,-200r28,0r0,33","w":119,"k":{"z":-7,"y":-6,"x":-7,"w":-6,"v":-6,"f":-7,"c":7,".":27,",":27}},"s":{"d":"77,-181v-33,-5,-41,41,-19,55v33,20,88,20,86,72v-1,37,-25,60,-67,59v-41,0,-63,-21,-62,-63r27,0v0,24,9,39,35,39v38,0,49,-45,22,-60v-34,-18,-83,-18,-83,-70v0,-67,105,-76,118,-19v2,7,3,14,3,21r-28,0v2,-25,-9,-35,-32,-34","w":159},"t":{"d":"92,0v-34,1,-61,4,-61,-33r0,-143r-28,0r0,-24r28,0r0,-55r28,0r0,55r34,0r0,24r-34,0r1,144v1,12,20,7,32,8r0,24","w":100},"u":{"d":"83,-19v68,-4,33,-116,41,-181r29,0r0,200r-29,0v-1,-8,2,-20,-1,-26v-7,17,-24,31,-47,31v-34,1,-49,-18,-48,-51r0,-154r28,0r0,155v1,19,6,27,27,26"},"v":{"d":"95,0r-31,0r-59,-200r29,0r46,176r46,-176r29,0","w":159,"k":{".":20,",":20}},"w":{"d":"184,0r-30,0r-34,-176r-32,176r-30,0r-51,-200r29,0r37,176r32,-176r30,0r34,176r35,-176r30,0","w":240,"k":{".":13,",":13}},"x":{"d":"127,0r-46,-80r-48,80r-30,0r61,-103r-57,-97r29,0r45,72r44,-72r30,0r-58,97r60,103r-30,0","w":159},"y":{"d":"153,-200r-73,232v-8,26,-35,44,-71,33r0,-25v20,9,47,3,50,-17r7,-18r-64,-205r29,0r46,173r46,-173r30,0","w":159,"k":{".":20,",":20}},"z":{"d":"9,0r0,-22r93,-155r-89,0r0,-23r118,0r0,23r-93,154r94,0r0,23r-123,0","w":140},"{":{"d":"28,-119v72,11,2,146,68,153v-41,3,-61,-12,-61,-52r0,-67v1,-22,-18,-27,-32,-34v74,-3,-19,-171,93,-150v-68,2,7,144,-68,150","w":98},"|":{"d":"33,0r0,-270r24,0r0,270r-24,0","w":90},"}":{"d":"96,-118v-16,6,-32,11,-32,33v1,60,11,133,-61,118v68,-3,-6,-145,68,-151v-71,-1,0,-139,-68,-152v41,-3,61,12,61,52r0,67v-1,22,16,29,32,33","w":98},"~":{"d":"165,-107v-11,34,-44,52,-76,27v-24,-18,-53,-12,-61,20r-12,-17v8,-33,44,-57,77,-30v22,19,50,15,59,-17"},"\u00a7":{"d":"70,-152v-24,10,-41,45,-15,65v17,13,40,27,57,41v17,-9,39,-40,20,-60v-16,-17,-41,-35,-62,-46xm123,-207v8,-44,-66,-51,-66,-13v0,69,111,55,111,129v0,29,-18,44,-39,59v47,28,25,113,-42,107v-42,-4,-64,-24,-64,-67r29,0v1,26,11,43,38,43v39,0,48,-51,16,-66v-28,-29,-93,-38,-93,-93v0,-25,13,-44,40,-57v-45,-26,-24,-105,39,-105v38,0,62,24,61,63r-30,0"},"\u00ab":{"d":"31,-101r0,-22r54,-55r0,30r-36,36r36,37r0,30xm95,-101r0,-22r54,-55r0,30r-36,36r36,37r0,30"},"\u00b4":{"d":"60,-225r-24,0r32,-50r39,0","w":119},"\u00bb":{"d":"31,-45r0,-30r36,-37r-36,-36r0,-30r54,56r0,22xm95,-45r0,-30r36,-37r-36,-36r0,-30r54,56r0,22"},"\u00c4":{"d":"59,-304r0,-36r28,0r0,36r-28,0xm113,-304r0,-36r28,0r0,36r-28,0xm100,-248r-36,143r71,0xm163,0r-21,-78r-85,0r-20,78r-33,0r77,-270r40,0r76,270r-34,0","w":200},"\u00d6":{"d":"69,-304r0,-36r28,0r0,36r-28,0xm123,-304r0,-36r28,0r0,36r-28,0xm110,-21v61,0,58,-64,58,-124v0,-52,-6,-103,-58,-103v-53,0,-58,53,-58,105v0,62,-2,122,58,122xm111,-275v74,0,89,60,88,135v-1,77,-10,146,-89,146v-79,0,-89,-69,-89,-147v0,-73,15,-135,90,-134","w":219},"\u00dc":{"d":"69,-304r0,-36r28,0r0,36r-28,0xm123,-304r0,-36r28,0r0,36r-28,0xm191,-66v0,50,-31,72,-80,72v-50,1,-81,-25,-82,-71r0,-205r30,0r0,197v1,33,15,52,51,52v34,0,51,-17,51,-52r0,-197r30,0r0,204","w":219},"\u00df":{"d":"122,-156v68,21,43,198,-43,152r0,-28v6,5,15,10,26,10v25,-2,26,-32,26,-58v0,-38,-5,-66,-48,-61r0,-25v28,-1,41,-10,40,-40v-1,-26,-10,-45,-36,-45v-26,1,-34,21,-33,48r0,203r-28,0r0,-198v-2,-49,21,-73,64,-77v65,-6,82,98,32,119"},"\u00e4":{"d":"39,-234r0,-36r28,0r0,36r-28,0xm93,-234r0,-36r28,0r0,36r-28,0xm68,-19v41,0,35,-48,35,-89v-24,15,-63,17,-62,57v0,23,6,32,27,32xm133,-34v0,12,4,14,17,13v0,12,3,25,-13,23v-23,3,-25,-12,-30,-29v-7,17,-23,29,-45,32v-60,7,-66,-84,-26,-105v22,-11,47,-17,67,-30v6,-24,2,-51,-29,-51v-25,0,-29,9,-29,35r-26,0v-1,-41,17,-59,58,-60v81,-3,56,101,56,172","w":159},"\u00f6":{"d":"49,-234r0,-36r28,0r0,36r-28,0xm103,-234r0,-36r28,0r0,36r-28,0xm90,-19v38,0,42,-34,42,-77v0,-50,-2,-85,-42,-85v-40,0,-42,42,-42,83v0,44,4,79,42,79xm90,-206v54,0,72,43,72,100v0,59,-11,111,-71,111v-61,0,-73,-48,-73,-111v0,-56,18,-100,72,-100"},"\u00fc":{"d":"49,-234r0,-36r28,0r0,36r-28,0xm103,-234r0,-36r28,0r0,36r-28,0xm83,-19v68,-4,33,-116,41,-181r29,0r0,200r-29,0v-1,-8,2,-20,-1,-26v-7,17,-24,31,-47,31v-34,1,-49,-18,-48,-51r0,-154r28,0r0,155v1,19,6,27,27,26"}}});

Cufon.replace('h2')('h3')('h4')('h5')('h6');

