/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.02
 */
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}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},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},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},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 B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};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(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}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)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,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 B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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){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(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}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("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-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").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(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());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 g=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(g?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());

Cufon.registerFont({"w":180,"face":{"font-family":"ITC Kabel","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","cap-height":"3","bbox":"-26 -270 307 90","underline-thickness":"18","underline-position":"-27","stemh":"21","stemv":"21","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":90},"!":{"d":"53,-260r-3,197r-21,2r0,-195xm19,-19r19,-21r19,21r-19,21","w":79},"\"":{"d":"28,-149r0,-98r21,0r0,98r-21,0xm71,-149r0,-98r21,0r0,98r-21,0","w":119},"#":{"d":"167,-97r-1,19r-36,0r-12,78r-20,0r11,-78r-47,0r-11,78r-21,0r11,-78r-38,0r1,-19r40,0r7,-52r-38,0r1,-19r40,0r11,-79r21,0r-11,79r46,0r11,-79r21,0r-11,79r35,0r-1,19r-37,0r-7,52r35,0xm118,-149r-46,0r-7,52r46,0"},"$":{"d":"92,-35r0,-81v-33,-5,-59,-22,-59,-58v0,-33,27,-55,59,-56r0,-25r16,-5r0,30v19,2,39,10,52,25r-12,13v-11,-11,-24,-19,-40,-20r0,77v30,4,58,23,58,57v0,36,-25,56,-58,61r0,37r-16,3r0,-40v-24,-1,-48,-13,-63,-32r15,-13v11,15,29,26,48,27xm92,-137r0,-75v-24,1,-39,12,-39,36v0,25,16,37,39,39xm108,-114r0,79v23,-2,39,-14,39,-39v0,-25,-16,-37,-39,-40"},"%":{"d":"156,-61v0,-34,27,-62,61,-62v34,0,62,28,62,62v0,34,-28,61,-62,61v-34,0,-61,-27,-61,-61xm262,-61v0,-24,-21,-44,-45,-44v-24,0,-44,20,-44,44v0,24,20,44,44,44v24,0,45,-20,45,-44xm77,-247v38,0,48,40,83,40v22,0,37,-22,48,-40r19,0r-143,253r-18,0r121,-210v-16,11,-35,14,-51,3v10,41,-20,78,-59,78v-34,0,-62,-28,-62,-62v0,-34,28,-62,62,-62xm121,-185v0,-24,-20,-45,-44,-45v-24,0,-45,21,-45,45v0,24,21,44,45,44v24,0,44,-20,44,-44","w":299},"&":{"d":"99,-138r51,63r45,-44r15,14r-47,45r44,53r-17,10r-41,-49v-22,20,-42,49,-74,49v-35,0,-61,-25,-61,-61v-1,-40,35,-58,57,-84v-37,-32,-33,-111,29,-111v24,0,49,19,49,45v0,31,-31,51,-50,70xm137,-62r-54,-64v-20,22,-48,36,-48,69v0,22,18,39,40,39v26,0,44,-29,62,-44xm87,-153v16,-13,41,-30,41,-56v0,-15,-14,-25,-30,-25v-44,2,-33,63,-11,81","w":219},"(":{"d":"93,-253r6,18v-47,35,-75,76,-75,136v0,59,27,105,77,136r-9,16v-54,-35,-87,-88,-87,-153v0,-66,33,-118,88,-153","w":119},")":{"d":"27,53r-6,-17v98,-60,101,-217,-2,-273r9,-16v54,35,87,88,87,153v0,66,-33,118,-88,153","w":119},"*":{"d":"24,-227r47,27r0,-49r17,-4r0,53r43,-25r12,13r-49,27r46,24r-5,16r-47,-27r0,50r-17,4r0,-54r-43,25r-11,-12r47,-28r-45,-24","w":159},"+":{"d":"98,-101r0,-80r20,0r0,80r80,0r0,21r-80,0r0,80r-20,0r0,-80r-80,0r0,-21r80,0","w":216},",":{"d":"11,66r30,-92r27,-4r-37,96r-20,0","w":90},"-":{"d":"106,-100r0,19r-92,0r0,-19r92,0","w":119},".":{"d":"26,-19r19,-21r19,21r-19,21","w":90},"\/":{"d":"100,-253r-82,259r-18,0r82,-259r18,0","w":100},"0":{"d":"11,-123v0,-44,21,-130,79,-130v58,0,79,86,79,130v0,44,-21,129,-79,129v-58,0,-79,-85,-79,-129xm34,-123v0,32,14,108,56,108v42,0,56,-76,56,-108v0,-32,-14,-109,-56,-109v-42,0,-56,77,-56,109"},"1":{"d":"93,3r0,-227r-64,36r-7,-15r94,-57r0,260"},"2":{"d":"10,0r77,-81v25,-27,59,-54,59,-94v0,-33,-24,-57,-57,-57v-31,0,-55,23,-55,55v0,34,22,55,54,60r-14,18v-37,-6,-63,-39,-63,-76v0,-44,33,-78,77,-78v48,0,81,35,81,83v0,69,-75,104,-112,149r110,0r-3,21r-154,0"},"3":{"d":"61,-121r0,-19v32,1,71,-6,71,-45v0,-59,-79,-58,-102,-18r-15,-14v22,-23,38,-36,71,-36v38,0,70,24,70,64v0,27,-16,46,-40,57v28,11,46,35,46,65v1,85,-127,96,-154,26r19,-12v17,52,112,52,112,-16v0,-44,-37,-52,-78,-52"},"4":{"d":"129,-90r42,0r-3,21r-39,0r0,69r-23,3r0,-72r-106,0r129,-191r0,170xm35,-90r71,0r-1,-108"},"5":{"d":"6,-31r16,-15v30,49,118,37,118,-30v0,-58,-71,-78,-111,-44r0,-127r118,0r-6,21r-89,0r0,74v56,-22,111,20,111,75v0,89,-119,108,-157,46"},"6":{"d":"91,-153v-79,1,-71,141,2,138v70,-1,72,-140,-2,-138xm112,-260r16,13v-26,26,-60,56,-74,91v50,-40,115,10,115,72v0,51,-32,90,-77,90v-50,0,-80,-43,-80,-92v0,-62,55,-139,100,-174"},"7":{"d":"170,-247r-93,247r-25,3r87,-229r-126,0r4,-21r153,0"},"8":{"d":"41,-181v0,29,26,43,52,43v27,0,47,-19,47,-46v0,-30,-20,-48,-48,-48v-30,0,-51,19,-51,51xm11,-69v-1,-29,23,-53,48,-61v-23,-5,-41,-30,-41,-53v0,-42,29,-70,70,-70v40,0,75,24,75,67v0,26,-17,46,-40,56v27,10,46,33,46,63v0,45,-37,73,-79,73v-44,0,-79,-29,-79,-75xm34,-64v0,69,112,62,112,-5v0,-31,-26,-51,-56,-51v-35,0,-56,22,-56,56"},"9":{"d":"87,-232v-71,2,-71,140,3,138v39,0,55,-36,55,-72v0,-37,-25,-66,-58,-66xm68,13r-15,-13v26,-26,60,-56,74,-91v-50,41,-116,-10,-116,-72v0,-51,33,-90,78,-90v50,0,79,43,79,92v0,62,-55,139,-100,174"},":":{"d":"26,-19r19,-21r19,21r-19,21xm26,-113r19,-21r19,21r-19,22","w":90},";":{"d":"-1,66r30,-92r27,-4r-37,96r-20,0xm26,-113r19,-21r19,21r-19,22","w":90},"<":{"d":"199,-19r0,22r-182,-84r0,-19r182,-84r0,23r-157,71","w":216},"=":{"d":"198,-136r0,20r-180,0r0,-20r180,0xm198,-65r0,21r-180,0r0,-21r180,0","w":216},">":{"d":"17,-19r157,-71r-157,-71r0,-23r182,84r0,19r-182,84r0,-22","w":216},"?":{"d":"93,-71r-17,4r0,-44v0,-39,53,-29,53,-83v0,-25,-20,-45,-45,-45v-31,0,-43,14,-56,40r-18,-10v14,-30,35,-51,70,-51v39,0,70,30,70,69v0,68,-69,49,-57,120xm68,-19r18,-21r19,21r-19,21","w":159},"@":{"d":"94,-101v0,22,14,36,31,36v32,0,56,-49,56,-80v0,-18,-14,-35,-28,-35v-35,0,-59,46,-59,79xm192,-170r9,-23r20,0r-32,100v-5,14,-7,29,4,29v27,0,53,-44,53,-80v0,-55,-45,-90,-96,-90v-63,0,-108,51,-108,112v0,60,48,109,109,109v34,0,68,-17,89,-44r20,0v-22,39,-65,63,-109,63v-73,0,-130,-59,-130,-131v0,-71,59,-128,128,-128v65,0,118,46,118,108v0,57,-45,99,-80,99v-13,0,-21,-10,-24,-23v-26,37,-92,25,-92,-30v0,-48,33,-100,83,-100v16,0,30,8,38,29","w":288},"A":{"d":"174,-97r-106,0r-50,103r-24,-6r127,-253r125,253r-21,5xm161,-120r-41,-82r-41,82r82,0","w":240,"k":{"y":6,"w":13,"v":13,"Y":13,"W":20,"V":20,"T":20}},"B":{"d":"24,-247v68,-2,135,-5,133,65v0,26,-11,44,-32,54v64,27,49,138,-39,128r-62,0r0,-247xm47,-114r0,92r38,0v80,4,68,-93,7,-92r-45,0xm47,-225r0,89v47,4,90,-5,88,-46v-2,-45,-43,-45,-88,-43"},"C":{"d":"185,-33r-3,27v-83,39,-173,-28,-173,-117v0,-89,90,-158,173,-118r3,27v-62,-44,-151,11,-151,91v0,79,89,134,151,90","w":200},"D":{"d":"24,0r0,-247r64,0v68,0,120,52,120,122v0,70,-51,125,-120,125r-64,0xm47,-225r0,203v83,9,136,-31,137,-103v1,-73,-53,-110,-137,-100","w":219},"E":{"d":"167,0r-140,0r0,-247r133,0r5,22r-116,0r0,89r99,0r0,22r-99,0r0,92r122,0"},"F":{"d":"27,-247r105,0r4,22r-87,0r0,89r68,0r0,22r-68,0r0,114r-22,3r0,-250","w":140,"k":{"A":13,".":40,",":40}},"G":{"d":"223,-134r0,106v-82,74,-214,19,-214,-97v0,-66,50,-128,130,-128v27,0,61,14,80,33r-14,17v-62,-60,-171,-8,-171,78v0,87,102,142,167,84r0,-71r-79,0r7,-22r94,0","w":240},"H":{"d":"49,0r-22,3r0,-250r22,-6r0,117r142,0r0,-111r22,-6r0,253r-22,3r0,-117r-142,0r0,114","w":240},"I":{"d":"29,3r0,-250r22,-6r0,253","w":79},"J":{"d":"5,-9r10,-22v7,8,21,14,33,14v34,0,43,-25,43,-54r0,-176r22,-6r0,176v0,50,-12,83,-66,83v-14,0,-32,-5,-42,-15","w":140},"K":{"d":"46,0r-22,3r0,-250r22,-6r0,121r3,0r104,-121r25,8r-99,114r107,123r-24,11r-113,-131r-3,0r0,128"},"L":{"d":"132,0r-105,0r0,-247r22,-6r0,231r90,0","w":140,"k":{"y":13,"Y":20,"W":20,"V":20,"T":27}},"M":{"d":"141,-51r84,-202r49,253r-22,3r-36,-183r-76,186r-78,-186r-34,183r-22,-3r51,-253","w":280},"N":{"d":"192,-247r23,-4r-1,257r-166,-200r0,194r-22,3r0,-256r166,199r0,-193","w":240},"O":{"d":"140,-253v71,0,131,58,131,130v0,72,-60,129,-131,129v-71,0,-131,-57,-131,-129v0,-72,60,-130,131,-130xm140,-230v-58,0,-106,49,-106,107v0,58,48,106,106,106v58,0,106,-48,106,-106v0,-58,-48,-107,-106,-107","w":280},"P":{"d":"46,-83r0,83r-23,3r0,-250v75,-6,129,10,129,82v0,59,-40,86,-106,82xm46,-225r0,120v50,4,83,-16,82,-60v-1,-48,-32,-65,-82,-60","w":159,"k":{"A":13,".":46,",":46}},"Q":{"d":"263,23r-46,-42v-81,62,-208,-1,-208,-104v0,-72,60,-130,131,-130v109,0,175,143,95,218r47,43xm183,-83r34,32v64,-61,11,-179,-77,-179v-57,0,-106,49,-106,107v0,81,98,137,165,87r-35,-32","w":280},"R":{"d":"47,0r-23,3r0,-250v68,-6,122,9,122,72v0,37,-22,65,-59,71r76,95r-23,12r-93,-121r0,118xm47,-225r0,103v47,5,76,-9,75,-53v-1,-36,-30,-57,-75,-50","w":159},"S":{"d":"12,-37r18,-14v22,47,113,48,113,-15v0,-69,-126,-31,-126,-117v0,-76,103,-90,142,-40r-14,16v-27,-34,-104,-32,-104,23v0,62,127,29,127,116v0,84,-124,99,-156,31"},"T":{"d":"91,-225r0,225r-22,3r0,-228r-69,0r5,-22r151,0r0,22r-65,0","w":159,"k":{"y":13,"w":20,"u":13,"s":13,"r":13,"o":20,"i":13,"e":20,"c":20,"a":20,"A":20,";":27,":":27,".":27,"-":27,",":27}},"U":{"d":"197,-253r0,175v0,53,-34,84,-87,84v-53,0,-86,-31,-86,-84r0,-169r22,-6r0,176v0,26,20,60,64,60v97,0,56,-140,64,-230","w":219},"V":{"d":"108,-50r97,-203r23,6r-120,253r-114,-253r23,-6","w":219,"k":{"u":6,"r":6,"o":13,"e":13,"a":13,"A":20,";":20,":":20,".":33,"-":20,",":33}},"W":{"d":"-7,-247r24,-6r83,201r36,-87r-45,-108r23,-6r35,84r36,-84r21,6r-44,108r37,87r83,-201r25,6r-109,253r-49,-117r-49,117","w":299,"k":{"u":6,"r":6,"o":20,"e":20,"a":13,"A":20,";":20,":":20,".":33,"-":20,",":33}},"X":{"d":"27,-250r75,100r68,-100r20,10r-75,109r94,122r-22,12r-85,-115r-83,115r-23,-10r91,-126r-79,-107","w":200},"Y":{"d":"14,-253r82,136r71,-136r25,6r-133,250r-26,-6r50,-90r-92,-154","k":{"u":6,"q":20,"p":6,"o":20,"i":6,"e":20,"a":20,"A":27,";":20,":":20,".":40,"-":20,",":40}},"Z":{"d":"12,-225r5,-22r173,0r-144,225r149,0r-5,22r-185,0r144,-225r-137,0","w":200},"[":{"d":"13,50r0,-297r59,0r0,17r-40,0r0,263r40,0r0,17r-59,0","w":100},"\\":{"d":"82,6r-82,-259r18,0r82,259r-18,0","w":100},"]":{"d":"87,-247r0,297r-59,0r0,-17r40,0r0,-263r-40,0r0,-17r59,0","w":100},"^":{"d":"40,-87r-23,0r81,-160r20,0r81,160r-23,0r-68,-136","w":216},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18"},"a":{"d":"24,-150r7,-24v41,-19,109,-17,109,35r0,139r-20,4v-1,-7,2,-17,-1,-22v-27,43,-113,18,-113,-41v0,-63,76,-88,114,-47v16,-65,-55,-66,-96,-44xm27,-59v0,27,25,42,49,42v26,0,44,-18,44,-44v0,-27,-19,-45,-45,-45v-28,0,-48,18,-48,47","w":159},"b":{"d":"19,-94r0,-162r21,-5r0,114v49,-66,169,-42,169,54v0,53,-41,97,-94,97v-60,0,-96,-39,-96,-98xm40,-89v0,42,35,72,76,72v42,0,72,-31,72,-73v0,-43,-31,-74,-74,-74v-41,0,-74,31,-74,75","w":219},"c":{"d":"154,-35r13,16v-56,50,-158,13,-158,-73v0,-81,99,-119,159,-72r-13,17v-42,-37,-125,-8,-125,57v0,63,77,95,124,55"},"d":{"d":"178,-90v0,-47,-34,-74,-74,-74v-43,0,-71,37,-71,73v0,42,28,74,72,74v40,0,73,-34,73,-73xm177,-149v4,-32,0,-72,1,-107r21,-5r0,261r-21,4v-1,-11,2,-25,-1,-34v-45,62,-165,32,-165,-61v0,-88,118,-125,165,-58","w":219},"e":{"d":"174,-143r-138,84v7,17,31,42,64,42v26,0,50,-13,69,-29r0,25v-58,54,-161,13,-161,-72v0,-93,133,-122,166,-50xm31,-77r110,-71v-42,-41,-129,5,-110,71"},"f":{"d":"13,-181r20,0v-6,-59,26,-84,69,-80r6,21v-56,-1,-54,15,-54,59r51,0r0,21r-51,0r0,160r-21,4r0,-164r-25,0","w":100},"g":{"d":"140,-118v0,-62,-109,-64,-109,0v0,61,109,61,109,0xm1,22r16,-12v17,19,36,35,65,35v29,0,61,-18,61,-45v-2,-50,-64,-63,-106,-42r8,-24v-62,-25,-31,-127,40,-119v29,3,55,0,81,-6r-6,21v-9,3,-16,4,-26,2v39,25,34,90,-12,105v25,12,41,32,41,60v0,44,-40,69,-82,69v-33,0,-62,-20,-80,-44"},"h":{"d":"40,0r-21,3r0,-259r21,-5r1,102v30,-42,120,-37,120,38r0,121r-21,3r0,-129v0,-26,-17,-40,-46,-40v-20,0,-54,14,-54,49r0,117"},"i":{"d":"50,0r-20,4r0,-185r20,-4r0,185xm38,-261r17,19r-17,19r-16,-19","w":79},"j":{"d":"30,-181r20,-4r0,187v0,46,-25,64,-69,64r-7,-22v40,5,57,-8,56,-59r0,-166xm38,-261r17,19r-17,19r-16,-19","w":79},"k":{"d":"40,-93r81,-94r17,10r-74,85r82,83r-13,12r-93,-91r0,88r-21,4r0,-260r21,-5r0,168","w":140},"l":{"d":"50,-261r0,261r-20,4r0,-260","w":79},"m":{"d":"44,0r-21,3r0,-184r21,-4r0,31v19,-39,84,-42,101,-1v25,-45,113,-40,112,23r0,132r-20,3v-8,-61,26,-167,-39,-169v-71,-2,-42,101,-48,166r-20,3v-8,-61,26,-167,-39,-169v-70,-2,-41,102,-47,166","w":280},"n":{"d":"40,0r-21,3r0,-184r21,-4v1,9,-2,23,1,30v27,-45,120,-44,120,34r0,121r-21,3r0,-129v0,-26,-17,-40,-46,-40v-20,0,-54,14,-54,49r0,117"},"o":{"d":"100,-185v53,0,93,46,93,95v0,49,-40,94,-93,94v-53,0,-92,-45,-92,-94v0,-49,39,-95,92,-95xm100,-164v-41,0,-72,35,-72,74v0,39,31,73,72,73v41,0,72,-34,72,-73v0,-39,-31,-74,-72,-74","w":200},"p":{"d":"42,-91v0,47,34,74,74,74v43,0,71,-37,71,-73v0,-42,-28,-74,-72,-74v-40,0,-73,34,-73,73xm43,-29v-3,27,0,62,-1,91r-21,4r0,-247r21,-4v1,13,-2,31,1,42v14,-25,41,-42,71,-42v53,0,94,44,94,95v0,86,-117,127,-165,61","w":219},"q":{"d":"178,-91v0,-39,-33,-73,-73,-73v-44,0,-72,32,-72,74v0,36,28,73,71,73v40,0,74,-27,74,-74xm178,66r-1,-97v-47,65,-165,30,-165,-59v0,-51,41,-95,94,-95v31,-1,56,18,72,39r0,-35r21,-4r0,247","w":219},"r":{"d":"40,-185v1,13,-2,29,1,40v13,-31,34,-40,67,-40v-6,7,-2,21,-18,21v-23,0,-50,28,-50,73r0,91r-21,4r0,-185","w":100,"k":{".":27,"-":20,",":27}},"s":{"d":"6,-23r16,-13v22,27,84,28,84,-14v0,-45,-95,-19,-95,-82v1,-58,80,-67,114,-32r-12,17v-21,-20,-81,-28,-81,13v0,45,95,16,95,83v1,64,-91,70,-121,28","w":140},"t":{"d":"26,-181r0,-44r21,-12r0,56r49,0r0,21r-49,0r0,112v-2,29,22,33,49,29r0,20v-40,9,-70,-11,-70,-50r0,-111r-24,0r5,-21r19,0","w":100},"u":{"d":"19,-181r21,-4v7,64,-26,170,44,171v34,0,56,-12,56,-85r0,-82r21,-4r0,185r-21,3v-1,-9,2,-23,-1,-30v-7,16,-29,31,-57,31v-90,3,-57,-107,-63,-185"},"v":{"d":"13,-185r67,139r65,-139r22,4r-87,185r-88,-185","w":159,"k":{".":20,",":20}},"w":{"d":"138,-139r-65,143r-80,-185r20,-4r60,138r66,-138r67,138r61,-138r20,4r-81,185","w":280,"k":{".":20,",":20}},"x":{"d":"19,-185r60,76r58,-76r19,9r-63,82r66,88r-18,9r-62,-79r-58,79r-20,-9r64,-88r-64,-82","w":159},"y":{"d":"72,-31r-81,-150r21,-4r72,132r64,-132r20,4r-120,247r-20,-4","w":159,"k":{".":27,",":27}},"z":{"d":"2,0r129,-160r-113,0r5,-21r149,0r-129,160r129,0r-6,21r-164,0"},"{":{"d":"24,-92r0,-15v58,-6,-21,-161,72,-146r0,18v-42,-9,-29,50,-29,85v0,34,-19,48,-24,50v5,3,24,16,24,51v0,33,-16,93,29,85r0,17v-54,12,-49,-46,-48,-96v0,-26,-6,-49,-24,-49","w":119},"|":{"d":"30,-270r20,0r0,360r-20,0r0,-360","w":79},"}":{"d":"96,-108r0,15v-57,7,21,161,-73,146r0,-17v42,10,30,-49,30,-85v0,-34,19,-49,24,-51v-5,-3,-24,-16,-24,-51v0,-33,16,-92,-30,-84r0,-18v54,-12,51,45,49,96v0,26,6,49,24,49","w":119},"~":{"d":"70,-113v24,0,56,24,77,25v14,0,23,-13,31,-26r13,15v-11,15,-23,31,-45,31v-37,0,-90,-51,-108,1r-13,-15v8,-15,21,-31,45,-31","w":216},"'":{"d":"30,-149r0,-98r20,0r0,98r-20,0","w":79},"`":{"d":"63,-204r-19,0r-49,-50r28,0","w":79},"\u00a0":{"w":90}}});

Cufon.replace('.homeintro h2, .fourcol h3');
