/* CUFON
 * 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}})());
/* MISO-FONT.JS */																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																														Cufon.registerFont({"w":416,"face":{"font-family":"miso-font","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"800","descent":"-200","cap-height":"4","bbox":"-32 -860 1032 204","underline-thickness":"96","underline-position":"96","slope":"10","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":192},"O":{"d":"360,-148v-5,92,-61,152,-152,152v-92,0,-152,-60,-152,-152r0,-340v5,-91,60,-152,152,-152v91,0,152,61,152,152r0,340xm296,-488v-3,-52,-36,-86,-88,-88v-48,-2,-88,41,-88,88r0,340v-1,48,40,88,88,88v47,0,88,-40,88,-88r0,-340","k":{"A":10,"Y":20,"W":20,"V":10,"T":20}},"Q":{"d":"255,-3v-109,26,-199,-40,-199,-145r0,-340v5,-91,60,-152,152,-152v91,0,152,61,152,152r0,340v0,50,-22,88,-50,113r46,79v13,24,-7,54,-36,46v-9,-2,-15,-7,-20,-14xm296,-488v1,-47,-40,-90,-88,-88v-52,2,-88,36,-88,88r0,340v-1,48,41,88,88,88v48,0,88,-40,88,-88r0,-340"},"R":{"d":"372,-484v8,101,-26,171,-94,197r92,248v9,27,-14,51,-43,41v-8,-4,-14,-10,-17,-19r-96,-259r-82,0r0,248v0,18,-14,32,-32,32v-17,0,-33,-14,-32,-32r0,-576v5,-55,98,-24,152,-32v91,5,145,61,152,152xm220,-340v48,1,88,-40,88,-88v0,-82,-18,-144,-88,-144r-88,0r0,232r88,0","k":{"Y":20,"T":10}},"S":{"d":"104,-106v37,75,173,47,173,-40v0,-31,-10,-56,-26,-72r-160,-164v-41,-36,-58,-122,-24,-178v28,-49,83,-93,164,-77v45,9,80,37,101,73v14,24,-8,55,-36,47v-9,-3,-15,-8,-19,-15v-22,-42,-85,-59,-130,-26v-39,29,-47,94,-10,131r160,165v42,38,59,126,25,184v-30,50,-86,94,-169,79v-46,-8,-84,-38,-105,-75v-20,-37,38,-69,56,-32","w":382},"T":{"d":"28,-604v-1,-18,15,-32,32,-32r260,0v18,0,32,14,32,32v-1,51,-82,26,-130,32r0,544v0,18,-14,32,-32,32v-17,0,-33,-14,-32,-32r0,-544v-49,-5,-128,19,-130,-32","w":380,"k":{",":80,":":60,";":60,"-":80,".":80,"a":80,"e":70,"i":20,"o":70,"r":70,"y":70,"w":70,"u":70,"A":50,"O":10}},"U":{"d":"124,-148v-1,48,40,88,88,88v47,0,88,-40,88,-88r0,-460v0,-18,14,-32,32,-32v17,0,33,14,32,32r0,460v-5,91,-61,152,-152,152v-92,0,-152,-60,-152,-152r0,-460v0,-18,14,-32,32,-32v17,0,33,14,32,32r0,460","w":424,"k":{"A":10}},"V":{"d":"34,-599v-8,-28,19,-51,46,-37v8,4,13,11,15,20r130,468r129,-468v3,-26,47,-33,58,-8v4,8,6,16,3,25r-160,580v-4,30,-53,29,-61,0","w":448,"k":{",":100,":":30,";":30,"-":50,".":100,"a":50,"e":50,"o":50,"u":40,"A":40,"O":10}},"W":{"d":"38,-600v-7,-29,22,-50,48,-36v8,4,12,12,14,21r109,451r109,-451v4,-30,54,-34,62,0r109,451r109,-451v2,-27,46,-33,58,-10v5,7,6,16,4,25r-140,580v-4,30,-55,31,-62,0r-109,-452r-109,452v-4,30,-54,31,-62,0","w":698,"k":{",":90,":":40,";":40,"-":40,".":90,"a":40,"e":40,"o":40,"y":30,"u":40,"A":40,"O":20}},"X":{"d":"90,-14v-20,40,-76,7,-58,-28r143,-286r-133,-266v-11,-25,9,-53,39,-44v9,3,15,8,19,16r111,222r111,-222v8,-24,53,-23,59,4v2,9,2,17,-1,24r-133,266r143,286v18,38,-40,65,-58,28r-121,-242","w":422},"Y":{"d":"201,4v-18,0,-32,-14,-32,-32r0,-292r-137,-274v-11,-25,9,-53,39,-44v9,3,15,8,19,16r111,222r111,-222v8,-24,54,-22,60,4v2,9,2,17,-2,24r-137,274r0,292v0,18,-14,32,-32,32","w":402,"k":{",":90,":":50,";":50,"-":90,".":90,"a":70,"e":70,"g":70,"i":20,"m":60,"n":60,"o":70,"p":60,"s":70,"x":50,"v":50,"u":60,"A":50,"O":20}},"Z":{"d":"72,0v-22,2,-38,-23,-29,-44r221,-528r-192,0v-18,0,-32,-14,-32,-32v0,-18,14,-32,32,-32r240,0v22,-1,40,21,30,44r-222,528r192,0v18,0,32,14,32,32v0,18,-14,32,-32,32r-240,0","w":384},"N":{"d":"380,-640v18,0,32,14,32,32r0,580v2,33,-47,43,-61,14r-219,-454r0,440v0,18,-14,32,-32,32v-18,0,-32,-14,-32,-32r0,-580v-2,-33,47,-42,61,-14r219,454r0,-440v0,-18,14,-32,32,-32","w":480},"M":{"d":"132,-28v1,18,-15,32,-32,32v-18,0,-32,-14,-32,-32r0,-580v-2,-33,48,-42,61,-14r131,279r131,-279v11,-28,61,-19,61,14r0,580v1,18,-15,32,-32,32v-18,0,-32,-14,-32,-32r0,-437r-99,211v-11,24,-47,23,-58,0r-99,-211r0,437","w":520},"L":{"d":"100,0v-18,0,-32,-14,-32,-32r0,-576v0,-18,14,-32,32,-32v17,0,33,14,32,32r0,544r168,0v17,0,32,14,32,32v0,18,-15,32,-32,32r-200,0","w":348,"k":{"\u2019":90,"\u201d":80,"y":40,"Y":60,"W":60,"V":60,"T":60}},"K":{"d":"100,-640v18,0,32,14,32,32r0,265r202,-284v14,-24,57,-12,58,14v1,9,-1,17,-6,24r-155,218r158,329v12,26,-10,52,-39,44v-8,-3,-15,-8,-18,-16r-144,-297r-56,78r0,205v0,18,-14,32,-32,32v-17,0,-33,-14,-32,-32r0,-580v-1,-18,15,-32,32,-32","w":421,"k":{"e":20,"o":20,"y":20,"u":10,"O":10}},"J":{"d":"269,-148v2,115,-123,187,-228,132v-24,-12,-19,-53,7,-59v24,-5,44,17,68,15v51,-3,89,-37,89,-88r0,-460v0,-18,14,-32,32,-32v17,0,33,14,32,32r0,460","w":333,"k":{",":20,".":20}},"I":{"d":"132,-28v0,18,-14,32,-32,32v-17,0,-33,-14,-32,-32r0,-580v-1,-18,15,-32,32,-32v18,0,32,14,32,32r0,580","w":200},"H":{"d":"308,-608v-1,-18,15,-32,32,-32v18,0,32,14,32,32r0,580v0,18,-14,32,-32,32v-17,0,-33,-14,-32,-32r0,-268r-176,0r0,268v0,18,-14,32,-32,32v-17,0,-33,-14,-32,-32r0,-580v-1,-18,15,-32,32,-32v18,0,32,14,32,32r0,248r176,0r0,-248","w":440},"G":{"d":"56,-488v-7,-126,158,-197,252,-114v20,18,58,62,20,82v-43,23,-52,-39,-86,-50v-64,-20,-122,20,-122,82r0,340v-1,48,41,88,88,88v48,0,88,-40,88,-88r0,-128v-42,-2,-101,11,-100,-32v1,-51,83,-28,132,-32v18,-2,32,14,32,32r0,160v-5,92,-61,152,-152,152v-92,0,-152,-60,-152,-152r0,-340","w":412},"F":{"d":"132,-32v0,18,-14,32,-32,32v-17,0,-33,-14,-32,-32r0,-572v-1,-18,15,-32,32,-32r200,0v18,0,32,14,32,32v0,18,-14,32,-32,32r-168,0r0,212r148,0v18,0,32,14,32,32v0,18,-14,32,-32,32r-148,0r0,264","w":360,"k":{",":110,".":110,"a":10,"e":20,"i":10,"o":20,"r":10,"A":40}},"E":{"d":"100,0v-18,0,-32,-14,-32,-32r0,-572v0,-18,14,-32,32,-32r200,0v18,0,32,14,32,32v0,18,-14,32,-32,32r-168,0r0,212r148,0v18,0,32,14,32,32v0,18,-14,32,-32,32r-148,0r0,232r168,0v18,0,32,14,32,32v0,18,-14,32,-32,32r-200,0","w":368},"D":{"d":"68,-604v4,-56,99,-24,152,-32v91,5,152,61,152,152r0,332v-5,92,-61,152,-152,152r-120,0v-18,0,-32,-14,-32,-32r0,-572xm308,-484v1,-47,-40,-88,-88,-88r-88,0r0,508r88,0v48,1,88,-40,88,-88r0,-332","w":428,"k":{"A":10,"Y":20,"W":10,"V":10}},"C":{"d":"56,-488v-8,-127,157,-197,252,-114v20,17,54,58,20,82v-45,19,-52,-40,-86,-50v-64,-19,-122,20,-122,82r0,340v1,60,57,102,122,82v34,-11,39,-67,86,-50v48,67,-70,139,-159,115v-62,-17,-113,-73,-113,-147r0,-340","w":385},"B":{"d":"68,-604v4,-56,99,-24,152,-32v102,7,157,72,152,188v-2,54,-27,95,-59,120v46,33,64,93,59,176v-6,91,-61,152,-152,152r-120,0v-18,0,-32,-14,-32,-32r0,-572xm308,-152v0,-83,-15,-144,-88,-144r-88,0r0,232r88,0v47,1,88,-40,88,-88xm308,-448v0,-75,-23,-124,-88,-124r-88,0r0,212r88,0v47,1,88,-40,88,-88","w":428,"k":{"A":10}},"A":{"d":"407,-36v8,28,-21,49,-47,36v-30,-30,-29,-90,-47,-136r-194,0r-32,117v-4,26,-47,31,-59,7v-4,-7,-6,-15,-3,-24r160,-580v5,-30,54,-31,62,0xm295,-200r-79,-288r-79,288r158,0","w":432,"k":{"\u2019":70,"\u201d":70,"y":10,"w":10,"v":10,"Y":50,"W":40,"V":40,"T":50}},"u":{"d":"192,-2v-78,0,-130,-52,-130,-130r0,-296v0,-17,13,-30,30,-30v17,0,30,13,30,30r0,296v-1,38,32,70,70,70r70,0r0,-366v0,-17,13,-30,30,-30v17,0,30,13,30,30r0,396v-2,50,-83,30,-130,30","w":392},"v":{"d":"36,-419v-11,-37,47,-54,58,-18r91,305r91,-305v5,-22,46,-29,56,-5v3,8,5,15,2,23r-120,400v-5,26,-50,27,-58,0","w":370,"k":{",":70,".":70,"a":10,"e":10,"o":10}},"w":{"d":"39,-421v-6,-25,21,-47,45,-33v26,26,28,78,38,117r46,185r71,-283v5,-31,51,-29,58,0r71,283r71,-283v3,-24,44,-32,55,-9v4,7,5,15,3,23r-100,400v-4,29,-50,31,-58,0r-71,-283r-71,283v-4,29,-50,31,-58,0","w":538,"k":{",":60,".":60,"a":10,"e":10,"o":10,"s":10}},"x":{"d":"95,-13v-19,35,-71,3,-53,-29r104,-190r-100,-181v-12,-24,8,-50,35,-43v8,2,14,7,18,14r81,148r82,-148v9,-23,52,-19,56,6v2,8,1,16,-3,23r-100,181r104,190v13,24,-9,49,-35,43v-8,-2,-14,-7,-18,-14r-86,-156","w":360},"y":{"d":"20,172v0,-40,50,-24,72,-44v40,-34,40,-104,61,-156r-117,-391v-8,-26,17,-48,42,-35v7,4,12,10,15,17r91,305r92,-305v4,-23,45,-28,55,-5v3,8,5,15,2,23r-158,528v-16,52,-63,92,-125,93v-17,0,-30,-13,-30,-30","w":369,"k":{",":70,".":70,"a":10,"e":10,"o":10}},"z":{"d":"72,-2v-22,1,-38,-23,-27,-44r178,-348r-151,0v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30r200,0v21,-2,36,24,26,44r-177,348r151,0v16,0,30,13,30,30v0,17,-14,30,-30,30r-200,0","w":344,"k":{"e":10,"o":10}},"t":{"d":"106,-394v-36,0,-80,7,-80,-30v0,-36,44,-30,80,-30r0,-174v0,-17,13,-30,30,-30v17,0,30,13,30,30r0,174v41,3,100,-13,100,30v0,43,-59,28,-100,30r0,266v-1,38,32,71,70,70v17,0,30,13,30,30v0,17,-13,30,-30,30v-78,-4,-130,-52,-130,-130r0,-266","w":296},"s":{"d":"103,-90v29,58,127,28,119,-36v-3,-20,-10,-36,-27,-48v-63,-49,-173,-90,-135,-209v20,-61,113,-98,178,-54v22,15,62,60,26,80v-40,22,-46,-41,-84,-40v-60,-14,-94,73,-43,108v67,45,176,91,137,213v-20,63,-119,102,-186,56v-22,-15,-61,-58,-26,-81v15,-10,35,-2,41,11","w":329,"k":{"w":10}},"r":{"d":"130,-28v0,17,-13,30,-30,30v-17,0,-30,-13,-30,-30r0,-396v2,-50,83,-30,130,-30v34,0,95,14,76,58v-14,30,-50,3,-76,2r-70,0r0,366","w":299,"k":{",":80,"-":30,".":80,"a":10,"c":10,"o":10,"t":-20,"y":-20,"v":-20}},"q":{"d":"258,-2v-118,10,-200,-27,-200,-130r0,-192v4,-78,52,-130,130,-130v48,0,130,-20,130,30r0,596v1,17,-14,30,-30,30v-17,0,-30,-13,-30,-30r0,-174xm188,-394v-38,-1,-70,32,-70,70r0,192v-1,38,32,70,70,70r70,0r0,-332r-70,0","w":388},"p":{"d":"130,172v1,17,-14,30,-30,30v-17,0,-30,-13,-30,-30r0,-596v2,-50,83,-30,130,-30v78,0,130,53,130,130r0,192v-6,102,-81,142,-200,130r0,174xm270,-324v1,-38,-32,-70,-70,-70r-70,0r0,332r70,0v38,1,70,-32,70,-70r0,-192","w":388,"k":{"y":10}},"o":{"d":"318,-128v-5,77,-52,130,-130,130v-78,0,-130,-52,-130,-130r0,-200v4,-78,52,-130,130,-130v78,0,130,53,130,130r0,200xm258,-328v1,-38,-32,-70,-70,-70v-38,0,-70,32,-70,70r0,200v-1,38,32,70,70,70v38,0,70,-32,70,-70r0,-200","w":376,"k":{"y":10,"w":10,"v":10}},"n":{"d":"130,-28v1,17,-14,30,-30,30v-17,0,-30,-13,-30,-30r0,-396v2,-50,83,-30,130,-30v78,0,130,53,130,130r0,296v1,17,-14,30,-30,30v-17,0,-30,-13,-30,-30r0,-296v1,-38,-32,-70,-70,-70r-70,0r0,366","w":392},"m":{"d":"300,2v-17,0,-30,-13,-30,-30r0,-366r-140,0r0,366v1,17,-14,30,-30,30v-17,0,-30,-13,-30,-30r0,-396v0,-17,13,-30,30,-30r300,0v78,4,130,53,130,130r0,296v1,17,-14,30,-30,30v-17,0,-30,-13,-30,-30r0,-296v1,-38,-32,-70,-70,-70r-70,0r0,366v1,17,-14,30,-30,30","w":592},"l":{"d":"97,-658v17,0,30,13,30,30r0,531v-4,41,56,42,36,84v-41,43,-96,-31,-96,-84r0,-531v-1,-17,14,-30,30,-30","w":200},"k":{"d":"100,-658v16,0,31,13,30,30r0,367r167,-187v27,-29,71,12,45,40r-122,136r126,230v13,24,-9,49,-35,43v-8,-2,-14,-7,-18,-14r-115,-211r-48,53r0,143v1,17,-14,30,-30,30v-17,0,-30,-13,-30,-30r0,-600v0,-17,13,-30,30,-30","w":380,"k":{"e":10,"o":10}},"j":{"d":"148,-578v0,22,-18,40,-40,40v-22,0,-40,-18,-40,-40v0,-22,18,-40,40,-40v22,0,40,18,40,40xm138,72v-4,78,-52,126,-130,130v-16,0,-30,-13,-30,-30v0,-17,14,-30,30,-30v38,1,70,-32,70,-70r0,-500v-1,-17,14,-30,30,-30v17,0,30,13,30,30r0,500","w":208},"i":{"d":"140,-578v0,22,-18,40,-40,40v-22,0,-40,-18,-40,-40v0,-22,18,-40,40,-40v22,0,40,18,40,40xm130,-28v0,17,-13,30,-30,30v-16,0,-31,-13,-30,-30r0,-400v-1,-17,14,-30,30,-30v17,0,30,13,30,30r0,400","w":200},"h":{"d":"130,-28v0,17,-13,30,-30,30v-16,0,-31,-13,-30,-30r0,-600v-1,-17,14,-30,30,-30v17,0,30,13,30,30r0,174v118,-10,200,27,200,130r0,296v0,17,-13,30,-30,30v-16,0,-31,-13,-30,-30r0,-296v1,-38,-32,-70,-70,-70r-70,0r0,366","w":392},"g":{"d":"258,-2v-118,10,-200,-27,-200,-130r0,-192v4,-78,52,-130,130,-130v48,0,130,-20,130,30r0,496v7,114,-145,170,-222,92v-18,-19,-4,-52,21,-51v24,1,34,25,57,28v47,5,84,-24,84,-69r0,-74xm188,-394v-38,-1,-70,32,-70,70r0,192v-1,38,32,70,70,70r70,0r0,-332r-70,0","w":384},"f":{"d":"106,-394v-36,0,-80,7,-80,-30v0,-36,44,-30,80,-30v-11,-119,25,-200,130,-204v17,0,30,13,30,30v0,17,-13,30,-30,30v-38,-1,-70,32,-70,70r0,74v41,3,100,-13,100,30v0,43,-59,28,-100,30r0,366v0,17,-13,30,-30,30v-17,0,-30,-13,-30,-30r0,-366","w":296,"k":{"\u2019":-20,"\u201d":-20}},"e":{"d":"237,-78v17,-19,53,-5,52,21v-16,54,-91,72,-151,49v-45,-17,-80,-62,-80,-120r0,-200v4,-78,52,-130,130,-130v78,0,130,52,130,130v0,48,20,130,-30,130r-170,0v-6,74,3,149,84,139v14,-3,25,-9,35,-19xm258,-328v1,-38,-32,-70,-70,-70v-38,0,-70,32,-70,70r0,70r140,0r0,-70","w":368,"k":{"y":10,"w":10,"v":10}},"d":{"d":"188,-2v-78,0,-130,-52,-130,-130r0,-192v5,-102,82,-141,200,-130r0,-174v0,-17,13,-30,30,-30v16,0,31,13,30,30r0,596v-3,49,-82,30,-130,30xm188,-394v-38,-1,-70,32,-70,70r0,192v-1,38,32,70,70,70r70,0r0,-332r-70,0","w":388},"c":{"d":"237,-78v17,-19,53,-6,51,21v-16,55,-90,71,-150,49v-45,-17,-80,-62,-80,-120v0,-153,-32,-352,155,-328v30,4,71,21,75,58v3,25,-34,40,-51,21v-39,-44,-119,-10,-119,49r0,200v-4,61,78,93,119,50","w":328,"k":{"y":10}},"b":{"d":"200,-2v-48,0,-130,20,-130,-30r0,-596v0,-17,13,-30,30,-30v16,0,31,13,30,30r0,174v118,-11,200,28,200,130r0,192v-5,77,-52,130,-130,130xm270,-324v1,-38,-32,-70,-70,-70r-70,0r0,332r70,0v38,1,70,-32,70,-70r0,-192","w":388,"k":{"y":10,"v":10}},"a":{"d":"30,-132v0,-103,82,-141,200,-130v6,-73,-3,-144,-82,-135v-22,3,-32,27,-56,28v-25,1,-38,-32,-21,-51v49,-55,163,-42,197,19v12,22,22,45,22,71r0,298v-3,49,-82,30,-130,30v-78,0,-130,-52,-130,-130xm160,-202v-38,-1,-70,32,-70,70v0,38,32,70,70,70r70,0r0,-140r-70,0","w":352,"k":{"y":10,"w":10,"v":10}},"0":{"d":"360,-148v-5,91,-61,152,-152,152v-92,0,-152,-60,-152,-152r0,-340v5,-91,60,-152,152,-152v91,0,152,61,152,152r0,340xm296,-488v-3,-52,-36,-86,-88,-88v-48,-2,-88,41,-88,88r0,340v-1,48,40,88,88,88v47,0,88,-40,88,-88r0,-340"},"1":{"d":"232,4v-18,0,-32,-14,-32,-32r0,-503r-66,66v-19,20,-56,4,-54,-23v0,-9,3,-16,9,-23r120,-120v17,-19,55,-5,55,23r0,580v1,18,-15,32,-32,32"},"2":{"d":"348,-32v0,18,-15,32,-32,32r-224,0v-23,3,-39,-26,-28,-47r210,-400v44,-83,-57,-167,-132,-111v-20,14,-30,56,-66,38v-13,-7,-20,-26,-12,-44v38,-87,194,-97,250,-20v30,41,46,109,16,167r-185,353r171,0v17,0,32,14,32,32"},"3":{"d":"334,-208v42,194,-191,285,-284,136v-15,-23,7,-55,36,-46v28,9,33,43,62,52v64,21,121,-20,122,-82r0,-60v1,-47,-41,-89,-88,-88v-18,0,-32,-14,-32,-32v0,-18,14,-34,32,-32v106,9,123,-190,23,-213v-45,-10,-84,11,-99,41v-12,23,-55,20,-59,-8v-5,-30,19,-47,35,-62v30,-30,83,-48,139,-33v74,20,120,86,113,187v-4,54,-27,95,-59,120v33,25,59,66,59,120"},"4":{"d":"274,4v-53,0,-25,-89,-32,-140r-168,0v-20,1,-38,-21,-31,-42r140,-440v6,-30,66,-28,63,10r-128,408r124,0v6,-51,-21,-140,32,-140v53,0,25,89,32,140v37,0,80,-6,80,32v0,37,-43,33,-80,32v-6,51,21,140,-32,140"},"5":{"d":"359,-148v7,127,-157,197,-252,115v-20,-17,-54,-59,-20,-83v46,-18,53,40,87,50v64,20,120,-20,121,-82v1,-85,12,-177,-65,-195v-45,-11,-85,11,-99,41v-13,27,-60,15,-60,-16r0,-286v0,-18,14,-32,32,-32r208,0v18,0,32,14,32,32v0,18,-14,32,-32,32r-176,0r0,180v107,-54,225,22,224,134r0,110"},"6":{"d":"369,-148v-5,92,-61,152,-152,152v-92,0,-152,-60,-152,-152r0,-340v-7,-126,157,-197,252,-114v20,18,57,62,20,82v-43,23,-51,-39,-86,-50v-65,-19,-122,20,-122,82r0,116v100,-69,244,1,240,124r0,100xm305,-248v1,-47,-40,-90,-88,-88v-52,2,-88,36,-88,88r0,100v-1,48,41,88,88,88v48,0,88,-40,88,-88r0,-100"},"7":{"d":"117,-572v0,37,6,81,-32,80v-46,-1,-29,-67,-32,-112v-1,-18,15,-32,32,-32r240,0v19,-2,36,21,31,40r-140,576v-3,24,-42,33,-56,12v-6,-8,-8,-17,-6,-28r131,-536r-168,0"},"8":{"d":"360,-208v8,129,-41,212,-152,212v-110,0,-160,-83,-152,-212v4,-54,27,-95,59,-120v-42,-31,-64,-83,-59,-160v6,-91,61,-152,152,-152v103,0,158,74,152,192v-3,53,-27,95,-58,120v31,25,55,67,58,120xm120,-488v-7,75,26,128,88,128v63,0,88,-53,88,-128v0,-47,-40,-90,-88,-88v-52,2,-83,36,-88,88xm296,-208v1,-47,-40,-90,-88,-88v-74,3,-88,63,-88,148v0,48,41,88,88,88v48,0,88,-40,88,-88r0,-60"},"9":{"d":"199,-640v91,0,152,61,152,152r0,340v-1,104,-100,183,-210,141v-32,-12,-56,-35,-73,-65v-14,-24,8,-56,36,-46v27,9,33,43,62,52v64,21,121,-20,121,-82r0,-116v-25,19,-54,28,-88,28v-91,0,-152,-60,-152,-152r0,-100v5,-91,61,-152,152,-152xm287,-488v1,-47,-40,-90,-88,-88v-52,2,-88,36,-88,88r0,100v-1,48,41,88,88,88v48,0,88,-40,88,-88r0,-100"},".":{"d":"96,4v-22,0,-42,-20,-42,-42v0,-22,20,-42,42,-42v22,0,42,20,42,42v0,22,-20,42,-42,42","w":192},"@":{"d":"522,152v0,52,-90,30,-140,30v-150,0,-247,-89,-296,-197v-37,-82,-24,-192,-24,-303v0,-149,88,-252,198,-296v187,-75,362,34,418,174v34,85,24,196,24,308v0,78,-52,130,-130,130r-200,0v-78,-4,-130,-53,-130,-130v0,-102,82,-141,200,-130v7,-73,-5,-143,-84,-134v-23,3,-33,26,-57,27v-25,2,-37,-32,-20,-51v49,-55,165,-43,199,18v13,23,22,46,22,72r0,268r70,0v38,1,71,-32,70,-70v-4,-101,10,-208,-20,-285v-45,-113,-191,-203,-339,-141v-89,37,-161,118,-161,240v0,99,-13,206,20,280v39,87,119,154,240,160v51,3,140,-21,140,30xm372,-202v-38,-1,-70,32,-70,70v0,38,32,70,70,70r70,0r0,-140r-70,0","w":764},"-":{"d":"328,-320v17,0,32,14,32,32v0,18,-15,32,-32,32r-240,0v-18,0,-32,-14,-32,-32v0,-18,14,-32,32,-32r240,0"},"\u2122":{"d":"377,-277v-17,0,-30,-14,-30,-31r0,-300v-1,-29,38,-42,55,-18r75,106r75,-106v18,-25,56,-8,56,18r0,300v0,17,-14,31,-31,31v-17,0,-30,-14,-30,-31r0,-205r-45,63v-47,40,-69,-35,-94,-63r0,205v0,17,-14,31,-31,31xm188,-308v0,17,-14,31,-31,31v-17,0,-30,-14,-30,-31r0,-265v-41,-2,-101,12,-100,-31v0,-17,13,-30,30,-30r200,0v17,0,31,13,31,30v0,42,-59,29,-100,31r0,265","w":670},"?":{"d":"164,-156v-46,0,-32,-67,-32,-112v0,-79,54,-117,95,-158v61,-61,-1,-169,-80,-148v-26,7,-47,19,-59,42v-12,23,-55,20,-58,-8v-4,-36,27,-55,46,-72v43,-37,137,-37,180,3v67,39,78,170,16,228v-30,29,-74,59,-76,113v-2,45,15,112,-32,112xm164,-80v22,0,42,20,42,42v0,22,-20,42,-42,42v-22,0,-42,-20,-42,-42v0,-22,20,-42,42,-42","w":357},"!":{"d":"142,-38v0,22,-20,42,-42,42v-22,0,-42,-20,-42,-42v0,-22,20,-42,42,-42v22,0,42,20,42,42xm100,-156v-17,0,-33,-14,-32,-32r0,-400v-1,-18,15,-32,32,-32v18,0,32,14,32,32r0,400v0,18,-14,32,-32,32","w":200},"\u201c":{"d":"291,-481v-33,0,-62,-1,-62,-31v0,-60,6,-107,50,-124v26,-9,51,12,40,40v-7,18,-39,22,-28,54v17,0,31,13,31,30v0,17,-14,31,-31,31xm111,-481v-33,0,-62,-1,-62,-31v0,-60,6,-107,50,-124v26,-9,51,12,40,40v-7,18,-39,22,-28,54v17,0,31,13,31,30v0,17,-14,31,-31,31","w":371,"k":{"A":70}},"\u201d":{"d":"80,-634v32,0,63,0,63,30v0,61,-7,107,-51,124v-26,9,-51,-12,-40,-40v8,-20,38,-17,30,-53v-19,1,-32,-13,-32,-31v0,-17,13,-30,30,-30xm262,-573v-19,1,-32,-13,-32,-31v-1,-30,30,-30,62,-30v36,0,33,42,31,78v-2,42,-29,84,-75,76v-23,-4,-24,-48,0,-56v15,-4,15,-19,14,-37","w":372},"\"":{"d":"224,-508v4,-49,-20,-132,32,-132v52,0,28,83,32,132v2,18,-14,32,-32,32v-18,0,-34,-14,-32,-32xm64,-508v4,-49,-20,-132,32,-132v52,0,28,83,32,132v2,18,-14,32,-32,32v-18,0,-34,-14,-32,-32","w":352},"\u2018":{"d":"112,-481v-33,0,-63,-1,-63,-31v0,-61,7,-107,51,-124v25,-9,51,13,40,40v-8,19,-38,19,-30,54v18,-1,32,13,32,30v1,16,-14,31,-30,31","w":192,"k":{"A":70}},"\u2019":{"d":"80,-634v32,0,62,1,62,30v0,61,-7,107,-51,124v-25,9,-51,-12,-40,-40v7,-18,40,-20,29,-53v-17,0,-31,-14,-31,-31v0,-17,14,-30,31,-30","w":192,"k":{"d":80,"s":60}},"'":{"d":"128,-608v-4,49,19,132,-32,132v-52,0,-28,-83,-32,-132v-2,-18,14,-32,32,-32v17,0,34,14,32,32","w":192},";":{"d":"80,-78v32,0,63,0,63,30v0,61,-7,107,-51,124v-26,9,-51,-12,-40,-40v8,-20,38,-17,30,-53v-19,1,-32,-13,-32,-31v0,-17,13,-30,30,-30xm138,-418v0,22,-20,42,-42,42v-22,0,-42,-20,-42,-42v0,-22,20,-42,42,-42v22,0,42,20,42,42","w":192},":":{"d":"96,-80v23,0,42,20,42,42v0,22,-19,42,-42,42v-22,0,-42,-20,-42,-42v0,-22,20,-42,42,-42xm54,-418v0,-22,20,-42,42,-42v23,0,42,20,42,42v0,22,-19,42,-42,42v-22,0,-42,-20,-42,-42","w":192},",":{"d":"80,-78v32,0,63,0,63,30v0,61,-7,107,-51,124v-26,9,-51,-12,-40,-40v8,-20,38,-17,30,-53v-19,1,-32,-13,-32,-31v0,-17,13,-30,30,-30","w":192},"\u2026":{"d":"46,-38v0,-22,20,-42,42,-42v23,0,42,20,42,42v0,22,-19,42,-42,42v-22,0,-42,-20,-42,-42xm288,-80v23,0,42,20,42,42v0,22,-19,42,-42,42v-22,0,-42,-20,-42,-42v0,-22,20,-42,42,-42xm488,4v-22,0,-42,-20,-42,-42v0,-22,20,-42,42,-42v23,0,42,20,42,42v0,22,-19,42,-42,42","w":576},"}":{"d":"48,20v26,1,49,-22,48,-48r0,-220v0,-33,11,-59,33,-80v-22,-21,-33,-47,-33,-80r0,-200v1,-26,-22,-49,-48,-48v-18,0,-32,-14,-32,-32v0,-18,14,-32,32,-32v67,4,112,45,112,112r0,200v-1,26,22,49,48,48v17,0,32,14,32,32v0,18,-15,32,-32,32v-26,-1,-49,22,-48,48r0,220v-4,67,-45,108,-112,112v-18,0,-32,-14,-32,-32v0,-18,14,-32,32,-32","w":256},"]":{"d":"56,-716v50,4,132,-20,132,32r0,732v-2,51,-83,28,-132,32v-18,2,-32,-14,-32,-32v-1,-44,58,-30,100,-32r0,-668v-42,-2,-101,12,-100,-32v0,-18,14,-34,32,-32","w":256},")":{"d":"77,-718v110,129,179,373,101,594v-23,68,-57,130,-101,186v-28,35,-76,-10,-50,-40v100,-118,160,-342,91,-533v-22,-62,-52,-119,-91,-167v-18,-23,3,-56,29,-52v9,1,16,5,21,12","w":269},"(":{"d":"241,-668v-100,118,-160,343,-91,533v22,62,52,119,91,167v18,23,-4,55,-30,52v-9,-1,-16,-5,-21,-12v-114,-135,-175,-380,-100,-594v25,-71,57,-131,100,-186v27,-34,77,10,51,40","w":268},"[":{"d":"200,80v-49,-4,-132,20,-132,-32r0,-732v2,-52,83,-28,132,-32v18,-2,32,14,32,32v1,44,-58,30,-100,32r0,668v42,2,101,-12,100,32v0,18,-14,34,-32,32","w":256},"{":{"d":"160,-608v0,99,23,231,-34,280v19,18,34,46,34,80r0,220v-1,26,22,49,48,48v18,0,32,14,32,32v0,18,-14,32,-32,32v-67,-4,-112,-45,-112,-112r0,-220v1,-26,-22,-49,-48,-48v-18,0,-32,-14,-32,-32v0,-18,14,-32,32,-32v26,1,49,-22,48,-48r0,-200v4,-67,45,-108,112,-112v18,0,32,14,32,32v0,18,-14,32,-32,32v-26,-1,-48,22,-48,48","w":256},"`":{"d":"322,-562v31,28,-12,76,-43,48r-100,-90v-33,-30,14,-75,43,-48","w":500},"<":{"d":"340,-113v23,17,10,55,-17,57v-9,1,-17,-2,-24,-7r-240,-200v-15,-12,-15,-37,0,-50r240,-200v32,-26,73,23,41,50r-210,175"},">":{"d":"93,-56v-26,1,-40,-38,-18,-57r211,-175r-211,-175v-31,-27,10,-77,41,-50r240,200v16,13,15,37,0,50r-240,200v-7,5,-14,8,-23,7"},"=":{"d":"328,-240v18,0,32,14,32,32v0,18,-14,32,-32,32r-240,0v-17,0,-32,-14,-32,-32v0,-18,15,-32,32,-32r240,0xm328,-400v18,0,32,14,32,32v0,18,-14,32,-32,32r-240,0v-17,0,-32,-14,-32,-32v0,-18,15,-32,32,-32r240,0"},"\u00d7":{"d":"285,-411v30,-30,74,17,46,46r-78,77r78,77v30,30,-17,74,-46,46r-77,-78r-77,78v-30,30,-74,-17,-46,-46r78,-77r-78,-77v-30,-30,17,-74,46,-46r77,78"},"^":{"d":"117,-407v-17,22,-57,8,-57,-19v0,-9,3,-16,8,-23r158,-180v11,-15,36,-14,48,0r158,180v27,31,-22,74,-49,42r-133,-152","w":500},"+":{"d":"240,-320v47,4,120,-17,120,32v0,49,-74,28,-120,32v-4,47,17,120,-32,120v-49,0,-28,-74,-32,-120v-46,-4,-120,17,-120,-32v0,-49,74,-28,120,-32v4,-46,-17,-120,32,-120v48,0,28,74,32,120"},"|":{"d":"77,-828v0,-18,14,-32,32,-32v18,0,32,14,32,32r0,1000v0,18,-14,32,-32,32v-18,0,-32,-14,-32,-32r0,-1000","w":208},"\\":{"d":"358,1v10,28,-14,51,-43,41v-8,-4,-14,-10,-17,-19r-240,-660v-9,-27,16,-51,44,-40v8,4,13,10,16,18"},"\/":{"d":"298,-659v16,-41,74,-15,60,22r-240,660v-5,25,-49,28,-59,3v-3,-8,-4,-16,-1,-25"},"_":{"d":"500,80v17,0,32,14,32,32v0,18,-15,32,-32,32r-500,0v-18,0,-32,-14,-32,-32v0,-18,14,-32,32,-32r500,0","w":500},"\u2014":{"d":"0,-256v-17,0,-32,-14,-32,-32v0,-18,15,-32,32,-32r1000,0v18,0,32,14,32,32v0,18,-14,32,-32,32r-1000,0","w":1000},"\u2013":{"d":"500,-320v18,0,32,14,32,32v0,18,-14,32,-32,32r-500,0v-17,0,-32,-14,-32,-32v0,-18,15,-32,32,-32r500,0","w":500},"$":{"d":"230,-535v-79,-15,-122,89,-63,137r126,103v31,23,54,63,54,112v0,78,-50,126,-114,144v1,38,6,83,-32,83v-39,0,-32,-46,-32,-84v-42,-9,-75,-35,-95,-69v-13,-24,7,-55,36,-47v9,2,15,8,20,15v16,26,35,39,71,41v74,3,107,-99,51,-145r-125,-103v-30,-23,-51,-60,-52,-108v0,-76,47,-124,110,-140v0,-38,-7,-84,32,-84v38,0,33,45,32,84v40,10,72,34,91,67v20,36,-35,68,-56,32v-11,-21,-29,-34,-54,-38"},"&":{"d":"92,-433v-60,-86,4,-207,113,-207v104,0,165,131,100,213r-64,82r101,132v20,-24,29,-81,75,-62v40,35,-19,83,-33,116r79,101v18,23,-4,55,-30,52v-9,-1,-16,-5,-21,-12r-63,-82v-31,60,-81,120,-177,102v-81,-15,-144,-89,-120,-188v16,-66,73,-107,108,-159xm201,-397v24,-41,84,-75,61,-140v-16,-46,-101,-52,-121,-4v-29,69,37,104,60,144xm307,-154r-106,-138r-70,90v-49,67,9,157,88,140v46,-10,66,-57,88,-92","w":493},"*":{"d":"208,-638v50,0,26,80,31,127r84,-48v23,-15,51,8,45,34v-2,8,-8,14,-15,18r-84,49r84,49v23,9,17,51,-7,55v-8,2,-16,2,-23,-3r-84,-48v-5,48,19,128,-31,128v-49,0,-24,-81,-30,-128r-85,48v-23,15,-51,-8,-45,-34v2,-8,8,-14,15,-18r84,-49r-84,-49v-23,-9,-17,-51,7,-55v8,-2,16,-2,23,3r85,48v6,-47,-19,-127,30,-127"},"%":{"d":"318,-118v0,-71,47,-119,119,-119v71,0,119,48,119,119v0,72,-48,119,-119,119v-72,0,-119,-48,-119,-119xm376,-118v0,34,27,61,61,61v34,0,61,-27,61,-61v0,-34,-27,-61,-61,-61v-34,0,-61,27,-61,61xm157,-637v71,0,119,48,119,119v0,72,-48,119,-119,119v-72,0,-119,-48,-119,-119v0,-71,47,-119,119,-119xm157,-579v-34,0,-61,27,-61,61v0,34,27,61,61,61v34,0,61,-27,61,-61v0,-34,-27,-61,-61,-61xm408,-622v9,-25,54,-21,59,4v2,9,2,16,-1,24r-280,580v-8,24,-53,22,-60,-4v-2,-9,-2,-16,2,-24","w":593},"#":{"d":"440,-408v0,42,-59,29,-100,31r0,99v41,2,100,-12,100,30v0,42,-59,29,-100,31r0,189v0,17,-14,31,-31,31v-17,0,-30,-14,-30,-31r0,-189r-99,0r0,189v0,17,-14,31,-31,31v-17,0,-30,-14,-30,-31r0,-189v-41,-2,-101,12,-100,-31v0,-43,59,-28,100,-30r0,-99v-41,-2,-101,12,-100,-31v0,-43,59,-28,100,-30r0,-170v0,-17,13,-30,30,-30v17,0,31,13,31,30r0,170r99,0r0,-170v0,-17,13,-30,30,-30v17,0,31,13,31,30r0,170v41,2,100,-12,100,30xm279,-377r-99,0r0,99r99,0r0,-99","w":458},"P":{"d":"68,-604v4,-56,99,-24,152,-32v109,7,161,81,152,208v-7,91,-61,146,-152,152r-88,0r0,248v0,18,-14,32,-32,32v-18,0,-32,-14,-32,-32r0,-576xm308,-428v0,-83,-15,-144,-88,-144r-88,0r0,232r88,0v47,1,88,-40,88,-88","w":400,"k":{",":110,".":110,"a":20,"e":10,"o":10,"A":40}},"~":{"d":"318,-295v13,-23,53,-12,56,11v-8,81,-135,97,-190,44v-26,-25,-71,-12,-85,15v-13,24,-55,13,-55,-11v0,-84,137,-95,189,-44v25,25,70,11,85,-15"},"\u00a0":{"w":192}}});
Cufon.replace('h1, #sidebar a, .page-id-3 h2', { hover:true });

  $(document).ready(function(){
$("ul#tertiary li:last-child").addClass("last");
});