/*
 * 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":213,"face":{"font-family":"AlexandriaFLF","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 6 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"0 -285.021 389 73","underline-thickness":"9","underline-position":"-43.56","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":99},"!":{"d":"60,-257r-34,0r0,193r34,0r0,-193xm43,4v11,0,21,-10,21,-22v0,-12,-10,-22,-21,-22v-27,0,-28,44,0,44","w":84},"\"":{"d":"91,-269r-22,0r4,69r13,0xm43,-269r-22,0r5,69r13,0","w":108,"k":{"A":25}},"#":{"d":"118,-245r-26,0r-11,43r-48,0r-7,25r49,0r-11,41r-44,0r-7,25r45,0r-11,43r26,0r11,-43r46,0r-10,43r25,0r11,-43r48,0r8,-25r-50,0r11,-41r46,0r8,-25r-48,0r11,-43r-26,0r-10,43r-47,0xm101,-177r46,0r-10,41r-47,0","w":236},"$":{"d":"43,-16v11,9,22,15,41,17r0,21r29,0r0,-21v41,-6,71,-27,71,-74v0,-49,-33,-68,-71,-80r0,-75v13,2,24,9,34,14r0,19r30,0r0,-62r-30,0r0,11v-9,-5,-19,-10,-34,-11r0,-20r-29,0r0,19v-37,6,-69,24,-69,64v0,45,31,61,69,69r0,97v-21,-7,-46,-13,-42,-45r-28,0r0,73r29,0r0,-16xm113,-116v44,7,52,81,0,87r0,-87xm84,-161v-28,-1,-49,-36,-25,-56v7,-6,15,-9,25,-11r0,67","w":192},"%":{"d":"229,-257r-27,0r-139,257r27,0xm76,-133v38,0,63,-26,63,-64v0,-38,-25,-63,-63,-63v-38,0,-64,25,-64,63v0,38,26,64,64,64xm76,-157v-24,0,-40,-16,-40,-40v0,-24,16,-40,40,-40v25,0,37,17,40,40v-2,23,-16,40,-40,40xm220,5v38,0,64,-26,64,-64v0,-38,-26,-64,-64,-64v-38,0,-63,26,-63,64v0,38,25,64,63,64xm260,-59v2,43,-62,52,-76,15v-10,-27,8,-56,36,-55v24,1,39,16,40,40","w":293},"&":{"d":"135,-53v-25,33,-107,22,-90,-34v6,-20,20,-32,37,-45xm96,-179v-19,-21,-5,-54,29,-44v11,0,20,3,27,6r0,24r30,0r0,-45v-44,-30,-160,-21,-128,58v4,10,7,17,12,24v-28,23,-57,39,-57,88v0,79,106,83,145,44r17,24r44,0r-34,-51v15,-20,24,-49,27,-87r23,0r0,-29r-75,0r0,29r20,0v-3,21,-5,44,-15,58","w":239},"'":{"d":"44,-267r-22,0r4,69r14,0","w":64,"k":{"s":14,"e":18,"A":22}},"(":{"d":"92,20v-51,-73,-52,-212,0,-284r-20,-11v-63,70,-62,236,0,306","w":115},")":{"d":"44,31v63,-79,64,-227,0,-306r-20,11v53,72,51,211,0,284","w":115},"*":{"d":"58,-267v-17,4,-6,36,-2,48v-10,-10,-19,-23,-36,-26v-4,0,-8,4,-8,8v3,16,28,17,42,22v-14,4,-38,7,-42,22v10,21,35,-10,44,-18v-3,14,-16,43,2,48v17,-5,6,-35,2,-48v11,9,20,23,37,26v4,0,7,-5,7,-8v-3,-15,-26,-19,-41,-22v15,-3,58,-16,34,-30v-17,3,-26,17,-37,26v3,-12,16,-43,-2,-48","w":116},"+":{"d":"67,-113r-46,0r0,25r46,0r0,46r25,0r0,-46r46,0r0,-25r-46,0r0,-46r-25,0r0,46","w":156},",":{"d":"71,-25r-31,0r-25,67r17,0","w":82,"k":{"1":18,"'":22,"\"":29}},"-":{"d":"110,-116r-84,0r0,26r84,0r0,-26","w":132},".":{"d":"43,4v11,0,21,-10,21,-22v0,-12,-10,-22,-21,-22v-27,0,-28,44,0,44","w":84,"k":{"1":22,"'":25,"\"":32}},"\/":{"d":"109,-268r-22,0r-82,285r22,0","w":110,"k":{"2":18,"1":32}},"0":{"d":"108,-260v-129,2,-129,262,0,264v130,-1,129,-263,0,-264xm108,-227v49,0,62,48,62,98v0,50,-12,99,-62,99v-48,0,-62,-51,-62,-99v0,-49,14,-98,62,-98","k":{"9":-8,"7":10,"1":41,"0":-10}},"1":{"d":"165,-30r-35,0r0,-227r-71,0r0,29r35,0r0,198r-35,0r0,30r106,0r0,-30","k":{"9":38,"8":38,"7":42,"6":34,"5":39,"4":46,"3":44,"2":32,"1":70,"0":31,"\/":25,".":32,",":29}},"2":{"d":"163,-127v46,-44,20,-135,-52,-131v-47,3,-74,24,-79,67r33,0v1,-23,20,-37,46,-37v45,0,60,61,25,83v-52,34,-115,56,-113,145r164,0r0,-73r-29,0r0,43r-97,0v6,-61,68,-65,102,-97","k":{"7":13,"4":17,"3":15,"1":42}},"3":{"d":"155,-138v18,-7,33,-27,33,-55v0,-79,-127,-82,-149,-23v-4,8,-6,16,-6,25r33,0v1,-23,20,-38,45,-38v24,0,44,15,45,36v0,33,-23,44,-59,41r0,29v40,-2,64,11,66,49v3,58,-96,64,-101,10r-33,0v6,43,35,68,83,68v49,0,84,-29,84,-78v0,-33,-17,-55,-41,-64","k":{"3":14,"2":14,"1":48}},"4":{"d":"168,-257r-27,0r-128,178r0,19r121,0r0,30r-22,0r0,30r78,0r0,-30r-22,0r0,-30r33,0r0,-29r-33,0r0,-168xm134,-89r-80,0r80,-110r0,110","k":{"1":30,"0":-5}},"5":{"d":"195,-88v2,-68,-64,-100,-128,-81r8,-59r79,0r0,27r29,0r0,-56r-135,0r-17,121r15,9v32,-34,120,-19,115,39v8,69,-104,82,-121,26r-28,13v12,32,39,53,84,53v59,0,97,-31,99,-92","k":{"2":19,"1":46}},"6":{"d":"175,-83v0,58,-85,73,-113,32v-9,-14,-16,-35,-16,-59v25,-42,129,-40,129,27xm206,-86v5,-83,-115,-107,-160,-59v2,-46,21,-83,69,-84v30,0,47,14,56,33r29,-11v-14,-31,-40,-53,-85,-53v-75,0,-103,59,-103,135v0,72,26,129,98,129v57,0,93,-31,96,-90","k":{"1":43}},"7":{"d":"111,-30v5,-88,39,-148,84,-198r0,-29r-175,0r0,53r30,0r0,-24r103,0v-40,52,-72,115,-75,198r-21,0r0,30r77,0r0,-30r-23,0","k":{"8":19,"7":11,"6":19,"4":48,"3":23,"2":27,"1":36,"0":19,"\/":32,".":47,",":50}},"8":{"d":"146,-137v22,-9,41,-25,40,-57v-2,-43,-34,-66,-78,-66v-44,0,-79,23,-79,66v0,32,17,48,40,57v-28,9,-49,32,-49,67v0,48,37,74,87,74v50,0,87,-25,88,-74v1,-37,-22,-58,-49,-67xm108,-232v28,0,49,12,49,38v0,27,-20,39,-50,39v-28,0,-49,-12,-49,-39v0,-26,22,-38,50,-38xm164,-73v3,56,-92,63,-109,18v-13,-36,14,-66,52,-65v33,1,55,17,57,47","k":{"7":12,"3":10,"2":15,"1":46}},"9":{"d":"42,-173v0,-58,83,-73,111,-32v10,14,17,35,18,59v-25,41,-129,42,-129,-27xm106,-260v-59,0,-92,32,-96,90v-5,83,113,106,160,59v-1,47,-23,84,-69,84v-29,0,-47,-13,-56,-33r-29,10v14,31,39,54,85,54v75,0,103,-59,103,-135v0,-72,-26,-129,-98,-129","k":{"3":10,"1":36,"0":-8}},":":{"d":"43,4v11,0,21,-10,21,-22v0,-12,-10,-22,-21,-22v-27,0,-28,44,0,44xm43,-129v12,0,21,-9,21,-21v0,-12,-10,-22,-21,-22v-12,0,-21,11,-22,22v0,11,10,21,22,21","w":84},";":{"d":"71,-25r-31,0r-25,67r17,0xm47,-129v12,0,22,-10,22,-21v0,-12,-11,-21,-22,-22v-11,0,-21,10,-21,22v0,12,9,21,21,21","w":82},"<":{"d":"113,-176r-96,69r94,70r0,-27r-56,-43r58,-42r0,-27","w":126},"=":{"d":"118,-80r-93,0r0,25r93,0r0,-25xm118,-136r-93,0r0,26r93,0r0,-26","w":141},">":{"d":"22,-37r94,-70r-97,-69r0,27r59,42r-56,43r0,27","w":126},"?":{"d":"126,-186v0,30,-25,47,-59,46r0,64r35,0r0,-44v34,-5,56,-28,59,-66v7,-82,-119,-100,-142,-30v-3,8,-5,15,-6,22r38,0v2,-19,15,-31,36,-32v25,-1,39,18,39,40xm85,3v12,0,21,-9,21,-21v0,-12,-9,-22,-21,-22v-12,0,-23,9,-22,22v0,12,10,21,22,21","w":170},"@":{"d":"141,-141v3,38,-57,51,-66,16v-7,-26,8,-50,36,-50v20,0,29,17,30,34xm163,-76v-53,32,-137,2,-133,-68v3,-50,33,-80,83,-80v51,0,84,30,84,80v0,20,-7,40,-27,40v-33,0,-9,-54,-11,-80r-11,0r-2,17v-19,-35,-91,-17,-85,31v-5,46,65,56,82,23v2,11,10,21,25,20v29,0,40,-25,40,-51v0,-57,-38,-91,-95,-91v-56,0,-91,35,-94,91v-5,81,90,115,152,76","w":222},"A":{"d":"122,-215r35,112r-71,0xm233,-30r-19,0r-63,-198r24,0r0,-29r-107,0r0,29r24,0r-63,198r-19,0r0,30r76,0r0,-30r-23,0r13,-39r92,0r12,39r-22,0r0,30r75,0r0,-30","w":244,"k":{"y":33,"w":36,"v":38,"u":23,"t":21,"q":17,"p":17,"o":17,"j":28,"g":17,"e":17,"d":15,"c":15,"Y":29,"W":24,"V":29,"U":19,"T":23,"Q":26,"O":22,"G":21,"C":19,"'":25,"\"":29}},"B":{"d":"164,-139v16,-8,29,-25,29,-53v0,-81,-99,-64,-179,-65r0,29r25,0r0,198r-25,0r0,30v86,0,186,14,186,-75v0,-34,-15,-52,-36,-64xm157,-190v1,40,-41,40,-82,38r0,-76v42,-2,81,-1,82,38xm163,-76v0,44,-41,49,-88,46r0,-93v47,-3,88,2,88,47","w":212,"k":{"y":15,"u":15,"l":12,"j":18,"i":10,"Y":21,"W":18,"V":16,"T":10,"J":14,"E":15,"A":13}},"C":{"d":"141,-225v28,0,49,8,62,20r0,19r33,0r0,-70r-33,0r0,13v-16,-11,-35,-17,-65,-17v-78,0,-120,52,-125,132v-7,118,143,169,223,96r-19,-29v-18,17,-41,29,-77,29v-57,0,-91,-39,-91,-96v0,-60,33,-97,92,-97","w":250,"k":{"u":14,"o":13}},"D":{"d":"207,-131v0,77,-45,110,-130,101r0,-197v82,-7,130,21,130,96xm244,-131v0,-77,-40,-126,-118,-126r-110,0r0,30r24,0r0,197r-24,0r0,30r110,0v78,-3,118,-52,118,-131","w":255,"k":{"Y":22,"W":26,"V":15,"T":12,"R":15,"J":35,"I":12,"E":21,"D":12,"A":19}},"E":{"d":"18,-30r0,30r183,0r0,-59r-29,0r0,29r-93,0r0,-90r60,0r0,-30r-60,0r0,-78r93,0r0,26r29,0r0,-55r-183,0r0,29r24,0r0,198r-24,0","w":216,"k":{"y":39,"w":17,"v":30,"u":16,"q":14,"p":14,"o":12,"g":15,"d":12,"Q":18,"O":11,"C":15}},"F":{"d":"17,-30r0,30r85,0r0,-30r-25,0r0,-90r67,0r0,-30r-67,0r0,-78r89,0r0,26r29,0r0,-55r-178,0r0,29r24,0r0,198r-24,0","w":209,"k":{"y":49,"u":31,"s":25,"r":44,"o":37,"j":41,"i":24,"e":38,"a":48,"Q":19,"O":21,"J":42,"G":18,"C":24,"A":36,";":53,":":54,".":77,"-":27,",":90}},"G":{"d":"13,-126v-8,114,139,169,214,94r0,32r33,0r0,-139r-119,0r0,33r83,0v-2,48,-32,76,-82,76v-59,0,-93,-39,-93,-97v0,-60,32,-99,91,-99v34,0,59,10,72,29r0,17r34,0r0,-79r-34,0r0,21v-16,-14,-41,-22,-74,-22v-80,0,-119,54,-125,134","w":270,"k":{"S":-8}},"H":{"d":"249,-30r-24,0r0,-198r24,0r0,-29r-85,0r0,29r24,0r0,78r-114,0r0,-78r24,0r0,-29r-85,0r0,29r24,0r0,198r-24,0r0,30r85,0r0,-30r-24,0r0,-88r114,0r0,88r-24,0r0,30r85,0r0,-30","w":262,"k":{"y":12}},"I":{"d":"108,-30r-25,0r0,-198r25,0r0,-29r-86,0r0,29r24,0r0,198r-24,0r0,30r86,0r0,-30","w":125,"k":{"o":14}},"J":{"d":"19,1v10,11,26,22,47,22v42,0,63,-30,63,-71r0,-180r25,0r0,-29r-90,0r0,29r29,0r0,177v8,44,-43,51,-60,25","w":159,"k":{"A":15}},"K":{"d":"231,-30r-25,0r-97,-107r90,-91r20,0r0,-29r-85,0r0,29r20,0r-80,80r0,-80r24,0r0,-29r-85,0r0,29r24,0r0,198r-24,0r0,30r85,0r0,-30r-24,0r0,-91r83,91r-24,0r0,30r98,0r0,-30","w":239,"k":{"y":37,"u":20,"o":18,"g":15,"e":16,"Y":12,"V":13,"Q":29,"O":33,"G":33,"C":35}},"L":{"d":"151,-51r0,21r-77,0r0,-198r24,0r0,-29r-85,0r0,29r24,0r0,198r-24,0r0,30r168,0r0,-51r-30,0","w":193,"k":{"y":38,"u":25,"o":16,"Y":46,"W":46,"V":46,"U":18,"T":38,"Q":23,"O":20,"G":20,"C":22}},"M":{"d":"311,-30r-24,0r0,-198r24,0r0,-29r-72,0r-77,194r-77,-194r-71,0r0,29r23,0r0,198r-23,0r0,30r84,0r0,-30r-24,0r0,-167r77,197r22,0r77,-197r0,167r-23,0r0,30r84,0r0,-30","w":323,"k":{"y":13,"o":14}},"N":{"d":"98,0r0,-30r-24,0r0,-162r134,192r36,0r0,-228r23,0r0,-29r-84,0r0,29r24,0r0,160r-135,-189r-58,0r0,29r23,0r0,198r-23,0r0,30r84,0","w":281,"k":{"y":19,"u":17,"o":25,"e":14,"O":14,"J":18,"A":13}},"O":{"d":"145,-260v-84,0,-131,53,-131,132v0,79,49,132,131,132v82,0,131,-51,131,-132v0,-81,-48,-132,-131,-132xm145,-225v60,0,95,38,95,97v0,59,-35,96,-95,96v-59,0,-94,-37,-94,-96v0,-58,35,-97,94,-97","w":289,"k":{"y":15,"r":13,"l":13,"j":18,"b":15,"a":15,"Z":11,"Y":27,"X":22,"W":18,"V":24,"T":18,"N":14,"K":11,"J":44,"H":14,"F":11,"E":16,"D":19,"B":14,"A":24}},"P":{"d":"123,-223v29,15,25,78,-15,77r-35,0r0,-81v17,1,38,-2,50,4xm73,-117v62,5,104,-12,104,-69v0,-43,-25,-71,-69,-71r-96,0r0,29r24,0r0,198r-24,0r0,30r86,0r0,-30r-25,0r0,-87","w":187,"k":{"u":13,"s":13,"o":23,"j":23,"e":20,"c":23,"a":23,"J":41,"A":26,".":54,",":50}},"Q":{"d":"145,-260v-84,0,-131,53,-131,132v0,73,42,120,109,130v-18,1,-34,7,-48,13r0,33v16,-7,30,-11,48,-12v36,-1,45,25,81,24v14,0,28,-2,40,-6r0,-39v-30,16,-71,3,-92,-11v77,-6,124,-53,124,-132v0,-81,-48,-132,-131,-132xm145,-225v60,0,95,38,95,97v0,59,-35,96,-95,96v-59,0,-94,-37,-94,-96v0,-58,35,-97,94,-97","w":289,"k":{"u":13,"a":15,"V":21,"U":9,"T":13,"E":19,"D":15,"A":15}},"R":{"d":"75,-227v42,-2,81,-2,81,41v0,41,-38,43,-81,40r0,-81xm192,-186v-1,-43,-26,-71,-70,-71r-108,0r0,29r24,0r0,198r-24,0r0,30r86,0r0,-30r-25,0r0,-87r19,0r76,117r47,0r0,-30r-24,0r-60,-87v36,-4,60,-27,59,-69","w":227,"k":{"y":20,"u":25,"t":13,"o":23,"e":23,"d":20,"a":13,"Y":27,"W":26,"V":28,"U":21,"T":25,"Q":20,"O":17,"G":21,"C":23}},"S":{"d":"15,-192v0,87,131,45,136,120v4,55,-86,54,-109,21r0,-22r-28,0r0,73r29,0r0,-16v46,36,141,16,141,-57v0,-71,-78,-70,-124,-99v-30,-19,1,-63,38,-59v20,2,38,7,49,16r0,18r30,0r0,-61r-30,0r0,11v-45,-27,-132,-11,-132,55","w":194,"k":{"y":25,"w":23,"v":20,"u":15,"t":13,"r":13,"j":20,"i":10,"A":13}},"T":{"d":"145,0r0,-30r-25,0r0,-198r37,0r0,35r29,0r0,-64r-169,0r0,64r30,0r0,-35r37,0r0,198r-25,0r0,30r86,0","w":200,"k":{"y":31,"w":45,"u":34,"s":24,"r":22,"o":40,"j":28,"i":18,"h":9,"f":13,"e":31,"c":40,"a":32,"Q":19,"O":15,"J":30,"G":22,"C":18,"A":17,";":45,":":30,".":38,"-":24,",":51}},"U":{"d":"117,4v53,0,86,-27,86,-81r0,-151r25,0r0,-29r-85,0r0,29r24,0r0,153v-1,30,-18,46,-50,45v-30,0,-49,-15,-49,-45r0,-153r25,0r0,-29r-86,0r0,29r24,0r0,151v1,54,33,81,86,81","w":235,"k":{"y":19,"t":14,"s":19,"r":22,"q":16,"p":19,"o":19,"n":16,"m":13,"g":19,"e":22,"d":22,"c":18,"a":18,"Q":11,"J":36,"A":27}},"V":{"d":"171,-228r18,0r-59,186r-59,-186r18,0r0,-29r-76,0r0,29r19,0r73,228r49,0r74,-228r19,0r0,-29r-76,0r0,29","w":259,"k":{"y":33,"u":38,"t":25,"s":40,"r":34,"o":44,"j":32,"i":28,"g":41,"f":21,"e":45,"d":51,"c":48,"a":39,"S":13,"Q":21,"O":22,"J":41,"G":22,"C":25,"A":30,";":53,":":43,".":70,",":85}},"W":{"d":"152,-228r23,0r-52,192r-51,-192r16,0r0,-29r-76,0r0,29r21,0r65,228r49,0r54,-202r54,202r49,0r64,-227r21,-1r0,-29r-76,0r0,29r18,0r-50,192r-52,-191r22,0r0,-30r-99,0r0,29","w":401,"k":{"y":37,"u":40,"t":18,"s":37,"r":38,"o":44,"m":25,"j":45,"i":32,"e":41,"c":48,"a":37,"S":21,"Q":25,"O":23,"J":49,"G":22,"C":24,"A":18,";":49,":":43,".":64,"-":46,",":69}},"X":{"d":"87,-30r-20,0r45,-73r47,73r-23,0r0,30r81,0r0,-30r-18,0r-68,-106r58,-92r24,0r0,-29r-77,0r0,29r13,0r-37,62r-37,-62r16,0r0,-29r-78,0r0,29r22,0r57,93r-65,105r-22,0r0,30r82,0r0,-30","w":223,"k":{"y":30,"O":18,"C":14}},"Y":{"d":"98,-124r0,94r-20,0r0,30r76,0r0,-30r-20,0r0,-94r73,-104r16,0r0,-29r-79,0r0,29r24,0r-52,72r-50,-72r23,0r0,-29r-80,0r0,29r16,0","w":231,"k":{"w":46,"v":44,"u":48,"t":21,"s":33,"r":40,"q":49,"p":54,"o":50,"n":38,"m":50,"j":36,"i":23,"g":51,"e":44,"d":49,"c":45,"a":45,"Q":18,"O":18,"J":36,"G":26,"C":32,"A":26,";":58,":":45,".":62,"-":40,",":64}},"Z":{"d":"154,-33r-101,0r130,-199r0,-25r-165,0r0,64r30,0r0,-31r91,0r-130,199r0,25r174,0r0,-64r-29,0r0,31","w":196,"k":{"y":25,"u":18}},"[":{"d":"71,-270r0,-12r-50,0r0,306r51,0r0,-12r-25,0r0,-282r24,0","w":86},"\\":{"d":"111,13r-77,-283r-29,0r77,283r29,0","w":111},"]":{"d":"68,24r0,-307r-50,0r0,13r24,0r0,282r-25,0r0,12r51,0","w":86},"^":{"d":"59,-242r-41,92r12,0r34,-61r35,61r11,0r-40,-92r-11,0","w":126},"_":{"d":"134,9r-134,0r0,14r134,0r0,-14","w":128},"`":{"d":"73,-213r12,-13r-48,-48r-13,13","w":104},"a":{"d":"42,-145v28,-30,112,-22,97,40v-35,-41,-129,-18,-129,44v0,63,90,83,129,47r0,14r62,0r0,-22r-26,0r0,-98v4,-75,-106,-90,-151,-47xm87,-26v-28,0,-44,-13,-46,-35v2,-22,18,-35,46,-35v29,0,50,12,50,35v0,23,-21,35,-50,35","w":205,"k":{"y":21,"w":23,"v":19,"u":15,"j":17}},"b":{"d":"227,-93v0,-56,-37,-96,-96,-96v-30,0,-51,9,-64,25r0,-106r-57,0r0,26r22,0r0,218r-22,0r0,26r57,0r0,-20v14,16,32,25,64,24v60,-2,96,-39,96,-97xm130,-28v-39,0,-65,-26,-65,-65v0,-39,26,-64,65,-64v38,0,64,26,64,64v0,39,-25,65,-64,65","w":232,"k":{"y":11,"j":18,"e":-3}},"c":{"d":"159,-47v-34,38,-116,17,-116,-46v0,-55,70,-82,109,-50r0,11r26,0r0,-56r-26,0r0,9v-67,-30,-141,15,-141,87v0,89,112,125,169,68","w":187},"d":{"d":"106,4v32,0,52,-7,65,-21r0,17r57,0r0,-26r-22,0r0,-244r-65,0r0,25r30,0r0,79v-12,-13,-36,-24,-65,-23v-58,3,-94,41,-94,97v0,55,36,94,94,96xm110,-28v-39,0,-65,-25,-65,-64v0,-39,26,-64,65,-64v39,0,64,25,64,64v0,38,-26,64,-64,64","w":236,"k":{"y":13,"j":18,"e":13}},"e":{"d":"160,-44v-18,22,-78,22,-96,-2v-7,-9,-17,-20,-18,-34r157,0v1,-65,-29,-110,-92,-110v-60,0,-94,38,-98,97v-6,88,111,128,169,70xm46,-107v2,-56,99,-69,118,-17v3,6,3,11,4,17r-122,0","w":209,"k":{"w":14,"j":14,"W":35}},"f":{"d":"100,-267v-54,-11,-77,23,-69,82r-20,0r0,23r20,0r0,140r-22,0r0,22r79,0r0,-22r-22,0r0,-140r36,0r0,-23r-36,0v-3,-30,1,-62,34,-50r0,-32","w":113,"k":{"q":18,"o":16,"g":17,"f":11,"e":19,"d":13,"c":15,"a":13}},"g":{"d":"13,-92v-6,86,107,126,161,72v12,60,-62,74,-100,50r-24,23v14,13,30,20,62,20v62,0,97,-31,97,-91r0,-141r22,0r0,-26r-57,0r0,22v-16,-14,-36,-27,-65,-26v-58,2,-92,40,-96,97xm111,-28v-39,0,-65,-25,-65,-64v0,-39,26,-64,65,-64v38,0,64,26,64,64v0,39,-25,64,-64,64","w":240,"k":{"o":12}},"h":{"d":"193,-125v7,-66,-92,-85,-123,-43r0,-102r-57,0r0,22r22,0r0,226r-22,0r0,22r79,0r0,-22r-22,0r0,-106v8,-37,88,-47,88,5r0,101r-22,0r0,22r79,0r0,-22r-22,0r0,-103","w":221,"k":{"y":19,"w":18,"v":14,"u":19,"t":14,"j":21,"e":13}},"i":{"d":"18,-163r22,0r0,141r-22,0r0,22r79,0r0,-22r-22,0r0,-163r-57,0r0,22xm57,-214v12,0,21,-9,21,-21v0,-12,-9,-22,-21,-22v-12,0,-22,10,-22,22v0,11,10,21,22,21","w":113,"k":{"y":17,"w":16,"v":13,"u":19,"q":13,"o":13,"j":22,"g":17,"e":14,"c":16,"a":14}},"j":{"d":"23,68v42,0,66,-16,66,-58r0,-195r-57,0r0,22r22,0r0,175v-1,18,-9,28,-31,27r0,29xm71,-214v12,0,21,-9,21,-21v0,-12,-9,-22,-21,-22v-12,0,-23,9,-22,22v0,12,10,21,22,21","w":113},"k":{"d":"97,-164r24,0r-59,60r0,-166r-56,0r0,22r23,0r0,226r-23,0r0,22r80,0r0,-22r-24,0r0,-70r92,92r37,0r0,-22r-16,0r-79,-80r62,-62r22,0r0,-22r-83,0r0,22","w":199,"k":{"y":11,"o":23,"j":14,"e":22,"d":15,"c":16,"a":14}},"l":{"d":"18,-248r22,0r0,226r-22,0r0,22r79,0r0,-22r-22,0r0,-248r-57,0r0,22","w":113,"k":{"y":21,"w":21,"v":18,"u":21,"t":13,"q":18,"p":13,"o":14,"j":22,"g":13,"e":11,"c":13,"a":11}},"m":{"d":"286,-130v7,-65,-87,-77,-118,-39v-15,-30,-84,-27,-99,0r0,-16r-57,0r0,22r22,0r0,141r-22,0r0,22r79,0r0,-22r-22,0r0,-105v5,-19,20,-34,44,-34v53,0,22,90,30,139r-22,0r0,22r78,0r0,-22r-22,0r0,-105v4,-21,22,-33,46,-34v20,-1,28,13,28,31r0,108r-22,0r0,22r79,0r0,-22r-22,0r0,-108","w":318,"k":{"y":26,"w":21,"v":14,"u":11,"o":12,"j":22,"e":13,"c":11}},"n":{"d":"192,-125v8,-66,-91,-86,-123,-43r0,-17r-57,0r0,22r22,0r0,141r-22,0r0,22r79,0r0,-22r-22,0r0,-106v9,-36,88,-48,88,5r0,101r-22,0r0,22r79,0r0,-22r-22,0r0,-103","w":222,"k":{"y":21,"w":24,"v":15,"u":11,"o":14,"j":14}},"o":{"d":"111,5v59,0,97,-40,97,-97v0,-58,-39,-97,-97,-97v-58,0,-97,39,-97,97v0,57,38,97,97,97xm111,-28v-39,0,-65,-25,-65,-64v0,-39,26,-64,65,-64v39,0,64,25,64,64v0,38,-26,64,-64,64","w":217,"k":{"p":17,"n":13,"j":19}},"p":{"d":"231,-92v0,-84,-103,-125,-159,-73r0,-20r-57,0r0,25r21,0r0,204r-22,0r0,26r79,0r0,-26r-22,0r0,-63v56,51,160,12,160,-73xm134,-28v-39,0,-65,-26,-65,-64v0,-38,26,-64,65,-64v38,0,64,26,64,64v0,39,-25,64,-64,64","w":239,"k":{"u":11,"j":18}},"q":{"d":"13,-92v0,86,106,125,161,71r0,91r57,0r0,-26r-22,0r0,-204r21,0r0,-25r-56,0r0,22v-54,-53,-161,-15,-161,71xm110,-28v-39,0,-64,-25,-64,-64v0,-38,26,-64,64,-64v39,0,65,25,65,64v0,39,-26,64,-65,64","w":244,"k":{"u":4,"e":19,"a":14}},"r":{"d":"144,-191v-35,-1,-59,9,-72,29r0,-23r-57,0r0,22r22,0r0,141r-22,0r0,22r79,0r0,-22r-22,0r0,-94v3,-33,37,-39,72,-42r0,-33","w":153,"k":{"o":19,"h":16,"g":13,"e":19,"d":14,"c":13,"a":13,";":18,":":11,".":51,"-":13,",":62}},"s":{"d":"47,-139v0,-32,68,-22,79,-4r0,12r26,0r0,-54r-26,0r0,9v-31,-27,-111,-14,-111,37v0,65,94,37,106,88v-2,32,-68,27,-82,8r0,-13r-26,0r0,56r25,0r0,-10v35,27,117,17,117,-41v0,-53,-64,-56,-100,-74v-5,-4,-8,-9,-8,-14","w":163},"t":{"d":"109,-31v-17,12,-43,8,-43,-19r0,-110r42,0r0,-24r-42,0r0,-65r-35,18r0,47r-20,0r0,24r20,0v5,65,-22,165,48,165v10,0,20,-3,30,-7r0,-29","w":116,"k":{"e":10}},"u":{"d":"36,-163v-2,87,-11,188,90,166v15,-4,24,-11,33,-20r0,17r57,0r0,-22r-22,0r0,-163r-57,0r0,22r22,0r0,103v-6,20,-25,35,-50,35v-63,0,-30,-102,-38,-160r-57,0r0,22r22,0","w":229,"k":{"y":21,"w":13,"v":11,"u":14,"t":13,"p":13,"j":18,"e":14,"c":15}},"v":{"d":"97,0r25,0r77,-163r15,0r0,-22r-69,0r0,22r19,0r-55,118r-54,-118r18,0r0,-22r-69,0r0,22r16,0","w":218,"k":{"o":16,"e":13,"c":13,".":40,",":50}},"w":{"d":"205,-163r0,-22r-73,0r0,22r25,0r-48,118r-48,-118r18,0r0,-22r-68,0r0,22r16,0r69,163r25,0r47,-118r48,118r25,0r69,-163r16,0r0,-22r-68,0r0,22r18,0r-47,118r-48,-118r24,0","w":335,"k":{"s":11,"q":18,"o":15,"e":19,"d":11,"c":17,"a":18,".":47,",":58}},"x":{"d":"186,0r0,-22r-20,0r-50,-67r55,-74r15,0r0,-22r-68,0r0,22r19,0r-38,51r-39,-51r20,0r0,-22r-68,0r0,22r15,0r53,71r-52,70r-16,0r0,22r68,0r0,-22r-18,0r35,-47r35,47r-14,0r0,22r68,0","w":194},"y":{"d":"26,-163r72,154r-26,55r-19,0r0,22r71,0r0,-22r-19,0r98,-209r17,0r0,-22r-68,0r0,22r16,0r-54,118r-54,-118r18,0r0,-22r-68,0r0,22r16,0","w":227,"k":{"q":14,"o":22,"g":16,"e":22,"d":13,"c":16,"b":15,"a":13,"W":22,".":43,",":58}},"z":{"d":"140,-25r-86,0r110,-136r0,-24r-146,0r0,60r25,0r0,-35r82,0r-110,137r0,23r150,0r0,-64r-25,0r0,39","w":175},"{":{"d":"29,-128v39,-5,25,-65,27,-107v0,-22,8,-30,31,-30r0,-20v-35,1,-55,16,-57,50v-2,40,12,97,-20,107v52,23,-26,162,77,158r0,-22v-67,5,4,-116,-58,-136","w":97},"|":{"d":"45,17r0,-289r-26,0r0,289r26,0","w":64},"}":{"d":"90,-128v-54,-20,28,-159,-77,-157r0,20v71,-7,-6,124,59,137v-12,7,-27,12,-27,33v0,41,16,107,-32,103r0,22v35,-1,57,-14,57,-49v0,-41,-11,-96,20,-109","w":97},"~":{"d":"148,-147v-37,37,-94,-37,-132,13r13,15v35,-37,92,35,132,-12","w":175},"\u00a0":{"w":99}}});

var $j = jQuery.noConflict();
Cufon.replace('.font');

$j(document).ready(function() {
	$j('ul#filter a').click(function() {
		$j(this).css('outline','none');
		$j('ul#filter .current').removeClass('current');
		$j(this).parent().addClass('current');
		
		var filterVal = $j(this).text().toLowerCase().replace(' ','-');
				
		if(filterVal == 'all-works') {
			$j('ul#portfolio > li.hidden').fadeIn('slow').removeClass('hidden');
		} else {
			
			$j('ul#portfolio > li').each(function() {
				if(!$j(this).hasClass(filterVal)) {
					$j(this).fadeOut('normal').addClass('hidden');
				} else {
					$j(this).fadeIn('slow').removeClass('hidden');
				}
			});
		}
		
		return false;
	});	
});
