/*!
 * Copyright (c) 2011 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version ${Version}
 */
var Cufon=(function(){var e=function(){return e.replace.apply(null,arguments)};var v=e.DOM={ready:(function(){var M=false,O={loaded:1,complete:1};var L=[],N=function(){if(M){return}M=true;for(var P;P=L.shift();P()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",N,false);window.addEventListener("pageshow",N,false)}if(!window.opera&&document.readyState){(function(){O[document.readyState]?N():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");N()}catch(P){setTimeout(arguments.callee,1)}})()}i(window,"load",N);return function(P){if(!arguments.length){N()}else{M?P():L.push(P)}}})(),root:function(){return document.documentElement||document.body},strict:(function(){var L;if(document.compatMode=="BackCompat"){return false}L=document.doctype;if(L){return !/frameset|transitional/i.test(L.publicId)}L=document.firstChild;if(L.nodeType!=8||/^DOCTYPE.+(transitional|frameset)/i.test(L.data)){return false}return true})()};var q=e.CSS={Size:function(M,L){this.value=parseFloat(M);this.unit=String(M).match(/[a-z%]*$/)[0]||"px";this.convert=function(N){return N/L*this.value};this.convertFrom=function(N){return N/this.value*L};this.toString=function(){return this.value+this.unit}},addClass:function(M,L){var N=M.className;M.className=N+(N&&" ")+L;return M},color:g(function(M){var L={};L.color=M.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(O,N,P){L.opacity=parseFloat(P);return"rgb("+N+")"});return L}),fontStretch:g(function(L){if(typeof L=="number"){return L}if(/%$/.test(L)){return parseFloat(L)/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}[L]||1}),getStyle:function(M){var L=document.defaultView;if(L&&L.getComputedStyle){return new A(L.getComputedStyle(M,null))}if(M.currentStyle){return new A(M.currentStyle)}return new A(M.style)},gradient:g(function(P){var Q={id:P,type:P.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},M=P.substr(P.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var O=0,L=M.length,N;O<L;++O){N=M[O].split("=",2).reverse();Q.stops.push([N[1]||O/(L-1),N[0]])}return Q}),quotedList:g(function(O){var N=[],M=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,L;while(L=M.exec(O)){N.push(L[3]||L[1])}return N}),recognizesMedia:g(function(Q){var O=document.createElement("style"),N,M,L;O.type="text/css";O.media=Q;try{O.appendChild(document.createTextNode("/**/"))}catch(P){}M=f("head")[0];M.insertBefore(O,M.firstChild);N=(O.sheet||O.styleSheet);L=N&&!N.disabled;M.removeChild(O);return L}),removeClass:function(N,M){var L=RegExp("(?:^|\\s+)"+M+"(?=\\s|$)","g");N.className=N.className.replace(L,"");return N},supports:function(N,M){var L=document.createElement("span").style;if(L[N]===undefined){return false}L[N]=M;return L[N]===M},textAlign:function(O,N,L,M){if(N.get("textAlign")=="right"){if(L>0){O=" "+O}}else{if(L<M-1){O+=" "}}return O},textShadow:g(function(P){if(P=="none"){return null}var O=[],Q={},L,M=0;var N=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(L=N.exec(P)){if(L[0]==","){O.push(Q);Q={};M=0}else{if(L[1]){Q.color=L[1]}else{Q[["offX","offY","blur"][M++]]=L[2]}}}O.push(Q);return O}),textTransform:(function(){var L={uppercase:function(M){return M.toUpperCase()},lowercase:function(M){return M.toLowerCase()},capitalize:function(M){return M.replace(/(?:^|\s)./g,function(N){return N.toUpperCase()})}};return function(O,N){var M=L[N.get("textTransform")];return M?M(O):O}})(),whiteSpace:(function(){var N={inline:1,"inline-block":1,"run-in":1};var M=/^\s+/,L=/\s+$/;return function(R,P,Q,O,S){if(S){return R.replace(M,"").replace(L,"")}if(O){if(O.nodeName.toLowerCase()=="br"){R=R.replace(M,"")}}if(N[P.get("display")]){return R}if(!Q.previousSibling){R=R.replace(M,"")}if(!Q.nextSibling){R=R.replace(L,"")}return R}})()};q.ready=(function(){var L=!q.recognizesMedia("all"),P=false;var O=[],S=function(){L=true;for(var V;V=O.shift();V()){}};var T=f("link"),U=f("style");var M={"":1,"text/css":1};function N(V){if(!M[V.type.toLowerCase()]){return true}return V.disabled||R(V.sheet,V.media||"screen")}function R(X,aa){if(!q.recognizesMedia(aa||"all")){return true}if(!X||X.disabled){return false}try{var ab=X.cssRules,Z;if(ab){search:for(var W=0,V=ab.length;Z=ab[W],W<V;++W){switch(Z.type){case 2:break;case 3:if(!R(Z.styleSheet,Z.media.mediaText)){return false}break;default:break search}}}}catch(Y){}return true}function Q(){if(document.createStyleSheet){return true}var W,V;for(V=0;W=T[V];++V){if(W.rel.toLowerCase()=="stylesheet"&&!N(W)){return false}}for(V=0;W=U[V];++V){if(!N(W)){return false}}return true}v.ready(function(){if(!P){P=q.getStyle(document.body).isUsable()}if(L||(P&&Q())){S()}else{setTimeout(arguments.callee,10)}});return function(V){if(L){V()}else{O.push(V)}}})();function D(N){var M=this.face=N.face,L={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=(function(Q){var P,O={"\u2011":"\u002d","\u00ad":"\u2011"};for(P in O){if(!k(O,P)){continue}if(!Q[P]){Q[P]=Q[O[P]]}}return Q})(N.glyphs);this.w=N.w;this.baseSize=parseInt(M["units-per-em"],10);this.family=M["font-family"].toLowerCase();this.weight=M["font-weight"];this.style=M["font-style"]||"normal";this.viewBox=(function(){var P=M.bbox.split(/\s+/);var O={minX:parseInt(P[0],10),minY:parseInt(P[1],10),maxX:parseInt(P[2],10),maxY:parseInt(P[3],10)};O.width=O.maxX-O.minX;O.height=O.maxY-O.minY;O.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return O})();this.ascent=-parseInt(M.ascent,10);this.descent=-parseInt(M.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(V,Y,O){var Z=this.glyphs,W,U,Q,aa=[],P=0,X,T=-1,S=-1,R;while(R=V[++T]){W=Z[R]||this.missingGlyph;if(!W){continue}if(U){P-=Q=U[R]||0;aa[S]-=Q}X=W.w;if(isNaN(X)){X=+this.w}if(X>0){X+=Y;if(L[R]){X+=O}}P+=aa[++S]=~~X;U=W.k}aa.total=P;return aa}}function s(){var M={},L={oblique:"italic",italic:"oblique"};this.add=function(N){(M[N.style]||(M[N.style]={}))[N.weight]=N};this.get=function(R,S){var Q=M[R]||M[L[R]]||M.normal||M.italic||M.oblique;if(!Q){return null}S={normal:400,bold:700}[S]||parseInt(S,10);if(Q[S]){return Q[S]}var O={1:1,99:0}[S%100],U=[],P,N;if(O===undefined){O=S>400}if(S==500){S=400}for(var T in Q){if(!k(Q,T)){continue}T=parseInt(T,10);if(!P||T<P){P=T}if(!N||T>N){N=T}U.push(T)}if(S<P){S=P}if(S>N){S=N}U.sort(function(W,V){return(O?(W>=S&&V>=S)?W<V:W>V:(W<=S&&V<=S)?W>V:W<V)?-1:1});return Q[U[0]]}}function n(){function N(P,R){try{if(P.contains){return P.contains(R)}return P.compareDocumentPosition(R)&16}catch(Q){}return false}function L(Q){var P=Q.relatedTarget;if(P&&N(this,P)){return}M(this,Q.type=="mouseover")}function O(P){if(!P){P=window.event}M(P.target||P.srcElement,P.type=="mouseenter")}function M(P,Q){setTimeout(function(){var R=d.get(P).options;if(Q){R=C(R,R.hover);R._mediatorMode=1}e.replace(P,R,true)},10)}this.attach=function(P){if(P.onmouseenter===undefined){i(P,"mouseover",L);i(P,"mouseout",L)}else{i(P,"mouseenter",O);i(P,"mouseleave",O)}};this.detach=function(P){if(P.onmouseenter===undefined){c(P,"mouseover",L);c(P,"mouseout",L)}else{c(P,"mouseenter",O);c(P,"mouseleave",O)}}}function w(){var M=[],N={};function L(R){var O=[],Q;for(var P=0;Q=R[P];++P){O[P]=M[N[Q]]}return O}this.add=function(P,O){N[P]=M.push(O)-1};this.repeat=function(){var O=arguments.length?L(arguments):M,P;for(var Q=0;P=O[Q++];){e.replace(P[0],P[1],true)}}}function z(){var N={},L=0;function M(O){return O.cufid||(O.cufid=++L)}this.get=function(O){var P=M(O);return N[P]||(N[P]={})}}function A(L){var N={},M={};this.extend=function(O){for(var P in O){if(k(O,P)){N[P]=O[P]}}return this};this.get=function(O){return N[O]!=undefined?N[O]:L[O]};this.getSize=function(P,O){return M[P]||(M[P]=new q.Size(this.get(P),O))};this.isUsable=function(){return !!L}}function i(M,L,N){if(M.addEventListener){M.addEventListener(L,N,false)}else{if(M.attachEvent){M.attachEvent("on"+L,N)}}}function r(N,M){if(M._mediatorMode){return N}var O=d.get(N);var L=O.options;if(L){if(L===M){return N}if(L.hover){u.detach(N)}}if(M.hover&&M.hoverables[N.nodeName.toLowerCase()]){u.attach(N)}O.options=M;return N}function g(L){var M={};return function(N){if(!k(M,N)){M[N]=L.apply(null,arguments)}return M[N]}}function t(P,O){var L=q.quotedList(O.get("fontFamily").toLowerCase()),N;for(var M=0;N=L[M];++M){if(G[N]){return G[N].get(O.get("fontStyle"),O.get("fontWeight"))}}return null}function f(L){return document.getElementsByTagName(L)}function k(M,L){return M.hasOwnProperty(L)}function C(){var M={},L,P;for(var O=0,N=arguments.length;L=arguments[O],O<N;++O){for(P in L){if(k(L,P)){M[P]=L[P]}}}return M}function J(O,W,M,X,P,N){var U=document.createDocumentFragment(),R;if(W===""){return U}var V=X.separate;var S=W.split(y[V]),L=(V=="words");if(L&&x){if(/^\s/.test(W)){S.unshift("")}if(/\s$/.test(W)){S.push("")}}for(var T=0,Q=S.length;T<Q;++T){R=b[X.engine](O,L?q.textAlign(S[T],M,T,Q):S[T],M,X,P,N,T<Q-1);if(R){U.appendChild(R)}}return U}function c(M,L,N){if(M.removeEventListener){M.removeEventListener(L,N,false)}else{if(M.detachEvent){M.detachEvent("on"+L,N)}}}function I(M,O){var ad=M.nodeName.toLowerCase();if(O.ignore[ad]){return}if(O.ignoreClass&&O.ignoreClass.test(M.className)){return}if(O.onBeforeReplace){O.onBeforeReplace(M,O)}var ac=!O.textless[ad],Z=(O.trim==="simple");var aa=q.getStyle(r(M,O)).extend(O);if(parseFloat(aa.get("fontSize"))===0){return}var V=t(M,aa),Y,P,W,R,U,ab;var X=O.softHyphens,T=false,Q,S,N=/\u00ad/g;var L=O.modifyText;if(!V){return}for(Y=M.firstChild;Y;Y=W){P=Y.nodeType;W=Y.nextSibling;if(ac&&P==3){if(X&&M.nodeName.toLowerCase()!=o){Q=Y.data.indexOf("\u00ad");if(Q>=0){Y.splitText(Q);W=Y.nextSibling;W.deleteData(0,1);S=document.createElement(o);S.appendChild(document.createTextNode("\u00ad"));M.insertBefore(S,W);W=S;T=true}}if(R){R.appendData(Y.data);M.removeChild(Y)}else{R=Y}if(W){continue}}if(R){U=R.data;if(!X){U=U.replace(N,"")}U=q.whiteSpace(U,aa,R,ab,Z);if(L){U=L(U,R,M,O)}M.replaceChild(J(V,U,aa,O,Y,M),R);R=null}if(P==1){if(Y.firstChild){if(Y.nodeName.toLowerCase()=="cufon"){b[O.engine](V,null,aa,O,Y,M)}else{arguments.callee(Y,O)}}ab=Y}}if(X&&T){E(M);if(!l){i(window,"resize",j)}l=true}if(O.onAfterReplace){O.onAfterReplace(M,O)}}function E(M){var R,S,T,Q,L,P,N,O;R=M.getElementsByTagName(o);for(O=0;S=R[O];++O){S.className=h;Q=T=S.parentNode;if(Q.nodeName.toLowerCase()!=p){L=document.createElement(p);L.appendChild(S.previousSibling);T.insertBefore(L,S);L.appendChild(S)}else{Q=Q.parentNode;if(Q.nodeName.toLowerCase()==p){T=Q.parentNode;while(Q.firstChild){T.insertBefore(Q.firstChild,Q)}T.removeChild(Q)}}}for(O=0;S=R[O];++O){S.className="";Q=S.parentNode;T=Q.parentNode;P=Q.nextSibling||T.nextSibling;N=(P.nodeName.toLowerCase()==p)?Q:S.previousSibling;if(N.offsetTop>=P.offsetTop){S.className=h;if(N.offsetTop<P.offsetTop){L=document.createElement(p);T.insertBefore(L,Q);L.appendChild(Q);L.appendChild(P)}}}}function j(){if(B){return}q.addClass(v.root(),K);clearTimeout(a);a=setTimeout(function(){B=true;q.removeClass(v.root(),K);E(document);B=false},100)}var x=" ".split(/\s+/).length==0;var p="cufonglue";var o="cufonshy";var h="cufon-shy-disabled";var K="cufon-viewport-resizing";var d=new z();var u=new n();var H=new w();var m=false;var l=false;var a;var B=false;var b={},G={},F={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,noscript:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},ignoreClass:null,modifyText:null,onAfterReplace:null,onBeforeReplace:null,printable:true,selector:(window.Sizzle||(window.jQuery&&function(L){return jQuery(L)})||(window.dojo&&dojo.query)||(window.glow&&glow.dom&&glow.dom.get)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(L){return $$(L)})||(window.$&&function(L){return $(L)})||(document.querySelectorAll&&function(L){return document.querySelectorAll(L)})||f),separate:"words",softHyphens:true,textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none",trim:"advanced"};var y={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};e.now=function(){v.ready();return e};e.refresh=function(){H.repeat.apply(H,arguments);return e};e.registerEngine=function(M,L){if(!L){return e}b[M]=L;return e.set("engine",M)};e.registerFont=function(N){if(!N){return e}var L=new D(N),M=L.family;if(!G[M]){G[M]=new s()}G[M].add(L);return e.set("fontFamily",'"'+M+'"')};e.replace=function(N,M,L){M=C(F,M);if(!M.engine){return e}if(!m){q.addClass(v.root(),"cufon-active cufon-loading");q.ready(function(){q.addClass(q.removeClass(v.root(),"cufon-loading"),"cufon-ready")});m=true}if(M.hover){M.forceHitArea=true}if(M.autoDetect){delete M.fontFamily}if(typeof M.ignoreClass=="string"){M.ignoreClass=new RegExp("(?:^|\\s)(?:"+M.ignoreClass.replace(/\s+/g,"|")+")(?:\\s|$)")}if(typeof M.textShadow=="string"){M.textShadow=q.textShadow(M.textShadow)}if(typeof M.color=="string"&&/^-/.test(M.color)){M.textGradient=q.gradient(M.color)}else{delete M.textGradient}if(!L){H.add(N,arguments)}if(N.nodeType||typeof N=="string"){N=[N]}q.ready(function(){for(var P=0,O=N.length;P<O;++P){var Q=N[P];if(typeof Q=="string"){e.replace(M.selector(Q),M,true)}else{I(Q,M)}}});return e};e.set=function(L,M){F[L]=M;return e};return e})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;text-align:left;}cufonshy.cufon-shy-disabled,.cufon-viewport-resizing cufonshy{display:none;}cufonglue{white-space:nowrap;display:inline-block;}.cufon-viewport-resizing cufonglue{white-space:normal;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(!isNaN(m)||/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="none";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;text-align:left;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"cufonshy.cufon-shy-disabled,.cufon-viewport-resizing cufonshy{display:none;}cufonglue{white-space:nowrap;display:inline-block;}.cufon-viewport-resizing cufonglue{white-space:normal;}}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());

/* Font, rendered 2009.07.18 */
Cufon.registerFont({"w":236,"face":{"font-family":"SignaNormal-Bold","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 5 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-19 -336 349 80.2445","underline-thickness":"7.2","underline-position":"-40.68","unicode-range":"U+0020-U+2026"},"glyphs":{" ":{"w":114,"k":{" ":85}},"!":{"d":"64,-73r-10,-179r55,0r-10,179r-35,0xm107,0r-51,0r0,-48r51,0r0,48","w":127},"\"":{"d":"130,-160r-28,0r-6,-96r46,0xm58,-160r-28,0r-6,-96r47,0","w":166,"k":{"4":89,"+":89}},"#":{"d":"209,-149r-38,0r-7,46r38,0r-5,29r-38,0r-12,74r-32,0r12,-74r-38,0r-12,74r-32,0r12,-74r-39,0r5,-29r38,0r8,-46r-39,0r5,-29r38,0r12,-74r32,0r-11,74r37,0r13,-74r32,0r-12,74r38,0xm101,-149r-7,46r37,0r8,-46r-38,0","w":232},"$":{"d":"185,-203v-35,-11,-122,-16,-98,35v36,31,112,16,112,87v0,44,-26,68,-68,74r0,36r-33,0r0,-34v-26,0,-48,-5,-69,-9r0,-39v38,10,127,25,113,-33v-32,-34,-117,-21,-113,-93v2,-43,31,-61,69,-67r0,-35r33,0r0,33v19,0,41,6,54,9r0,36","w":227},"%":{"d":"81,-257v40,0,60,25,60,68v0,42,-19,67,-60,67v-41,0,-59,-25,-59,-67v0,-43,20,-68,59,-68xm237,-132v40,0,59,26,59,68v0,42,-19,68,-59,68v-41,0,-61,-26,-61,-68v0,-42,21,-68,61,-68xm75,13r-22,-14r189,-265r22,14xm237,-20v36,0,35,-88,0,-88v-23,0,-27,21,-27,44v0,23,4,44,27,44xm81,-145v39,-1,36,-88,0,-89v-36,2,-36,87,0,89","w":317},"&":{"d":"139,-34v34,0,56,-19,56,-56r0,-64r89,0r0,37r-39,0v6,81,-32,120,-106,121v-62,0,-109,-19,-110,-81v0,-37,31,-52,59,-59r0,-4v-22,-6,-44,-21,-43,-51v1,-66,81,-72,145,-60r0,35v-34,-5,-92,-13,-93,27v-1,28,21,34,47,35r0,35v-34,-2,-60,8,-60,41v0,33,23,44,55,44","w":306,"k":{"`":98,"_":94,">":96}},"'":{"d":"65,-150r-31,0r-5,-106r51,0","w":108,"k":{"~":188,"4":89}},"(":{"d":"92,-280v-30,96,-30,242,0,338r-28,0v-21,-48,-41,-102,-41,-171v0,-67,21,-119,41,-167r28,0","w":150,"k":{"\u2014":80,"[":82,"=":86,"<":81,")":87,"!":87}},")":{"d":"86,-280v22,47,42,101,42,167v0,68,-20,124,-42,171r-27,0v29,-93,31,-244,0,-338r27,0","w":150},"*":{"d":"138,-176r43,54r-27,20r-39,-57r-39,56r-27,-19r44,-54r-68,-18r11,-32r65,24r-3,-68r34,0r-3,68r66,-24r10,32","w":230},"+":{"d":"134,-104r0,85r-42,0r0,-85r-87,0r0,-40r87,0r0,-85r42,0r0,85r87,0r0,40r-87,0","w":223,"k":{"\u201d":84,"\u201c":84,"\u2019":84,"\u2018":84,"`":96,">":84,".":92,",":92,"\"":85}},",":{"d":"90,-52r-26,96r-32,0r0,-96r58,0","w":120,"k":{"Y":94,"<":84,"+":94}},"-":{"d":"25,-88r0,-41r96,0r0,41r-96,0","w":146,"k":{">":97,"7":90}},".":{"d":"32,0r0,-55r56,0r0,55r-56,0","w":120,"k":{"Y":95,"T":80,"<":82,"+":94}},"\/":{"d":"31,27r-29,-8r98,-295r29,9","w":130},"0":{"d":"120,-195v65,-1,101,38,101,101v1,66,-38,102,-101,102v-64,0,-101,-36,-101,-102v0,-66,36,-100,101,-101xm120,-29v36,0,52,-29,52,-65v0,-37,-17,-64,-52,-64v-35,0,-52,27,-52,64v0,36,17,65,52,65","w":228},"1":{"d":"15,0r0,-38r43,0r0,-110r-43,0r0,-33r90,-14r0,157r44,0r0,38r-134,0","w":155},"2":{"d":"35,-185v55,-14,154,-18,154,49v0,63,-62,67,-96,98r99,0r0,38r-162,0r0,-41v32,-22,72,-41,99,-68v22,-24,-1,-48,-34,-45v-22,2,-42,3,-60,8r0,-39","w":198},"3":{"d":"132,-67v28,9,57,18,57,58v0,81,-99,85,-170,67r0,-40v33,12,116,27,116,-28v0,-35,-31,-39,-65,-39r0,-38v37,0,62,-5,62,-35v0,-48,-74,-30,-108,-23r0,-38v58,-18,162,-19,159,56v0,35,-23,49,-51,55r0,5","w":199},"4":{"d":"117,-190r58,0r-122,152r86,0r0,-56r40,-50r7,0r0,207r-47,0r0,-63r-128,0r0,-58","w":213},"5":{"d":"69,-95v61,-12,110,15,111,74v2,85,-92,104,-167,80r2,-37v44,10,113,17,114,-36v2,-55,-64,-48,-108,-39r7,-136r144,0r-2,40r-98,0","w":200},"6":{"d":"71,-159v55,-31,134,4,130,74v-3,59,-37,90,-96,92v-108,4,-113,-146,-58,-207v24,-27,55,-50,91,-65v5,13,11,21,17,33v-31,17,-74,40,-84,73xm105,-30v32,0,47,-23,47,-54v0,-30,-16,-51,-47,-51v-30,1,-45,22,-45,51v0,30,16,54,45,54","w":220},"7":{"d":"80,63r-54,0r106,-211r-129,0r0,-41r180,0r0,38","w":191},"8":{"d":"149,-139v29,9,60,28,59,71v-1,55,-43,76,-96,76v-49,0,-93,-16,-94,-66v0,-39,24,-54,54,-62r0,-3v-25,-10,-49,-29,-49,-64v0,-50,38,-73,89,-73v48,0,84,18,85,66v0,33,-23,44,-48,52r0,3xm112,-25v43,4,65,-53,26,-71v-8,-5,-21,-9,-29,-11v-19,7,-42,17,-42,44v0,26,19,36,45,38xm113,-153v18,-4,35,-17,36,-38v1,-23,-17,-36,-41,-35v-23,1,-38,12,-38,35v0,23,24,33,43,38","w":226},"9":{"d":"103,-195v110,-6,114,146,59,207v-24,27,-54,50,-90,65r-17,-33v31,-16,72,-40,83,-72v-57,29,-134,-4,-129,-75v4,-59,35,-89,94,-92xm104,-53v30,0,45,-22,45,-51v0,-31,-16,-54,-46,-54v-32,0,-46,23,-46,54v0,30,16,51,47,51","w":219},":":{"d":"32,-137r0,-52r54,0r0,52r-54,0xm32,0r0,-52r54,0r0,52r-54,0","w":120,"k":{"T":83}},";":{"d":"90,-52r-26,96r-32,0r0,-96r58,0xm32,-137r0,-52r54,0r0,52r-54,0","w":120},"<":{"d":"91,-121r117,121r-61,0r-118,-121r118,-122r61,0","w":223,"k":{"\u2014":86,"\u2013":83,"<":117,"-":83}},"=":{"d":"39,-140r0,-43r139,0r0,43r-139,0xm39,-65r0,-43r139,0r0,43r-139,0","w":223,"k":{"T":93,"?":84,">":90,")":91}},">":{"d":"90,-243r118,122r-118,121r-61,0r118,-121r-118,-122r61,0","w":223,"k":{"`":122,"_":101,">":117}},"?":{"d":"32,-247v55,-18,146,-14,144,57v-2,59,-70,48,-61,116r-41,0r1,-39v4,-37,44,-43,48,-80v-4,-35,-63,-25,-91,-17r0,-37xm69,0r0,-49r51,0r0,49r-51,0","w":208,"k":{".":90,",":90}},"@":{"d":"56,-125v-3,79,85,120,157,87r0,32v-94,33,-188,-24,-188,-119v0,-79,53,-131,132,-131v77,0,124,42,130,117v5,59,-57,103,-94,62v-34,36,-106,10,-106,-50v0,-61,65,-68,124,-59v5,33,-14,90,16,97v25,-1,29,-26,29,-51v0,-56,-41,-86,-99,-86v-61,0,-99,41,-101,101xm122,-127v-2,34,42,51,57,25r0,-61v-31,-7,-55,6,-57,36","w":312,"k":{"_":83}},"A":{"d":"197,0r-20,-58r-102,0r-19,58r-56,0r94,-252r69,0r90,252r-56,0xm130,-209r-7,0r-36,115r78,0","w":253},"B":{"d":"164,-127v35,4,57,22,57,59v0,85,-107,66,-191,68r0,-252v77,4,182,-20,183,60v1,37,-21,51,-49,60r0,5xm165,-73v0,-44,-43,-38,-84,-38r0,75v41,0,84,8,84,-37xm159,-182v0,-42,-38,-36,-78,-36r0,72v39,0,78,7,78,-36"},"C":{"d":"20,-126v0,-110,91,-145,201,-125r0,38v-79,-12,-145,2,-145,87v0,84,65,100,145,87r0,38v-110,18,-201,-14,-201,-125","w":226,"k":{"\u2014":139,"\u2013":135,"~":132,"=":128,"-":135}},"D":{"d":"120,-252v86,-2,131,38,131,126v0,88,-45,126,-131,126r-90,0r0,-252r90,0xm82,-38v75,7,113,-12,113,-88v0,-75,-37,-96,-113,-88r0,176","w":270,"k":{"_":92}},"E":{"d":"30,0r0,-252r167,0r0,39r-114,0r0,65r80,0r0,38r-80,0r0,71r116,0r0,39r-169,0","w":210},"F":{"d":"83,-212r0,70r84,0r0,40r-84,0r0,102r-53,0r0,-252r168,0r0,40r-115,0","w":209,"k":{"\u2026":114,"_":96,".":128,",":128}},"G":{"d":"75,-126v0,71,39,99,108,88r0,-78r51,0r0,110v-24,6,-52,10,-80,10v-87,0,-134,-42,-134,-130v0,-117,97,-143,208,-125r0,39v-79,-13,-153,-3,-153,86","w":255},"H":{"d":"190,0r0,-110r-108,0r0,110r-52,0r0,-252r52,0r0,103r108,0r0,-103r52,0r0,252r-52,0","w":272},"I":{"d":"30,0r0,-252r52,0r0,252r-52,0","w":112},"J":{"d":"79,-252r-1,247v-7,47,-44,52,-72,82r-25,-31v17,-20,46,-29,46,-67r0,-231r52,0","w":109},"K":{"d":"183,0r-102,-120r0,120r-51,0r0,-252r51,0r0,122r98,-122r66,0r-110,123r119,129r-71,0","w":255,"k":{"<":99}},"L":{"d":"30,0r0,-252r53,0r0,212r109,0r0,40r-162,0","w":194,"k":{"\u201d":106,"\u201c":106,"\u2019":106,"\u2018":106,"\u2014":110,"\u2013":107,"~":96,"`":90,"^":92,"=":120,"-":107,"*":107,"'":111,"\"":107}},"M":{"d":"293,-252r23,252r-51,0r-12,-213r-5,0r-57,213r-60,0r-55,-213r-5,0r-16,213r-43,0r22,-252r81,0r47,191r5,0r49,-191r77,0","w":327},"N":{"d":"79,-195r-5,0r0,195r-44,0r0,-252r71,0r101,193r4,0r0,-193r44,0r0,252r-70,0","w":280},"O":{"d":"146,-257v83,0,126,48,126,131v0,83,-43,131,-126,131v-83,0,-126,-48,-126,-131v0,-83,43,-131,126,-131xm145,-34v56,0,71,-39,71,-92v0,-54,-16,-93,-71,-93v-54,0,-69,40,-69,93v0,52,14,92,69,92","w":291},"P":{"d":"30,-252v90,-2,188,-10,185,81v-2,70,-56,90,-133,84r0,87r-52,0r0,-252xm82,-125v44,1,80,2,80,-45v0,-47,-35,-46,-80,-45r0,90","w":221,"k":{"\u2026":126,"_":108,".":141,",":141}},"Q":{"d":"146,-257v83,0,126,48,126,131v0,54,-20,91,-53,112r33,39r-28,26r-51,-48v-96,12,-154,-37,-153,-129v1,-83,43,-131,126,-131xm145,-34v56,0,71,-39,71,-92v0,-54,-16,-93,-71,-93v-54,0,-69,40,-69,93v0,52,14,92,69,92","w":291},"R":{"d":"215,-174v-1,37,-23,56,-51,70r73,104r-64,0r-61,-94r-30,0r0,94r-52,0r0,-252v88,0,189,-13,185,78xm82,-131v43,1,79,2,79,-43v0,-45,-36,-43,-79,-42r0,85","w":248},"S":{"d":"210,-75v0,86,-114,88,-188,70r0,-40v41,9,125,26,132,-25v-16,-61,-133,-17,-133,-109v0,-83,99,-85,169,-70r0,39v-38,-7,-109,-20,-115,25v15,63,135,16,135,110","w":224},"T":{"d":"207,-212r-76,0r0,212r-53,0r0,-212r-75,0r0,-40r204,0r0,40","w":209,"k":{"u":75,"r":76,"p":76,"n":76,"m":76,"=":87,";":81,":":81,".":81,"-":73,",":81}},"U":{"d":"133,-35v39,0,52,-20,51,-59r0,-158r48,0r0,168v-1,61,-38,88,-102,88v-64,0,-101,-27,-101,-88r0,-168r53,0r0,158v-1,39,12,59,51,59","w":261},"V":{"d":"86,0r-85,-252r56,0r61,204r4,0r64,-204r50,0r-86,252r-64,0"},"W":{"d":"180,-184r-5,0r-43,184r-59,0r-67,-252r57,0r39,192r4,0r47,-192r59,0r44,192r4,0r42,-192r47,0r-66,252r-58,0","w":354},"X":{"d":"173,0r-52,-99r-7,0r-58,99r-56,0r82,-126r-77,-126r63,0r50,97r6,0r52,-97r56,0r-78,123r84,129r-65,0","w":237},"Y":{"d":"146,-98r0,98r-53,0r0,-98r-93,-154r62,0r59,109r4,0r59,-109r55,0","w":239,"k":{"\u2026":81,".":95,",":95}},"Z":{"d":"9,0r0,-45r126,-168r-122,0r0,-39r179,0r0,44r-128,169r134,0r0,39r-189,0","w":206},"[":{"d":"54,58r0,-339r79,0r0,27r-39,0r0,285r39,0r0,27r-79,0","w":150},"\\":{"d":"30,-287r102,306r-29,8r-101,-305","w":133},"]":{"d":"16,58r0,-27r39,0r0,-285r-39,0r0,-27r80,0r0,339r-80,0","w":150,"k":{")":84}},"^":{"d":"91,-224r-8,0r-44,98r-28,0r54,-126r45,0r51,126r-27,0","w":171},"_":{"d":"0,30r0,-16r147,0r0,16r-147,0","w":146,"k":{"C":82,"@":94,"<":114}},"`":{"d":"62,-217r-57,-53r56,0r34,53r-33,0","w":106,"k":{"d":132,"<":92}},"a":{"d":"26,-186v63,-10,161,-21,161,56r0,129v-68,6,-175,23,-174,-56v1,-58,64,-57,123,-57v12,-61,-72,-42,-110,-36r0,-36xm67,-55v0,32,41,28,69,24r0,-51v-32,1,-69,-7,-69,27","w":214},"b":{"d":"79,-190v78,-11,131,22,131,97v0,93,-96,109,-182,89r0,-266r51,0r0,80xm79,-35v49,11,79,-12,79,-58v0,-48,-28,-72,-79,-61r0,119","w":227,"k":{"`":123}},"c":{"d":"72,-95v0,62,54,67,108,59r0,34v-82,20,-162,-8,-162,-96v0,-83,80,-107,160,-90r0,34v-55,-7,-106,-1,-106,59","w":184,"k":{"\u2014":91,"\u2013":95,"~":93,"-":95}},"d":{"d":"18,-93v2,-73,53,-109,131,-97r0,-80r52,0r0,265v-83,20,-185,5,-183,-88xm70,-93v0,45,30,68,79,57r0,-118v-48,-10,-79,13,-79,61","w":228},"e":{"d":"193,-3v-82,19,-180,4,-175,-90v3,-63,32,-100,96,-100v71,-2,95,41,93,113r-135,0v-1,58,74,56,121,44r0,33xm152,-112v10,-52,-68,-66,-78,-18v-1,6,-2,12,-2,18r80,0","w":221},"f":{"d":"153,-235v-40,-3,-64,1,-57,46r57,0r0,36r-57,0r0,153r-51,0r0,-153r-36,0r0,-36r36,0v-3,-51,12,-84,62,-81r46,0r0,35","w":163,"k":{".":69,",":69}},"g":{"d":"20,-129v0,-52,57,-70,107,-60r79,-3r0,32r-39,-2v41,48,-11,120,-84,100v-5,5,-14,10,-14,20v3,15,31,11,51,11v43,0,83,5,83,48v-1,73,-109,67,-172,55r0,-34v34,7,107,24,119,-14v-4,-21,-39,-14,-64,-15v-32,-1,-63,-6,-63,-40v0,-23,17,-31,27,-43v-18,-8,-30,-27,-30,-55xm71,-126v0,24,9,33,31,33v22,0,31,-9,31,-33v0,-24,-9,-33,-31,-33v-22,0,-31,9,-31,33","w":208},"h":{"d":"79,-174v41,-25,127,-29,127,41r0,133r-51,0r0,-121v4,-41,-51,-31,-76,-19r0,140r-51,0r0,-270r51,0r0,96","w":232,"k":{"`":128}},"i":{"d":"28,0r0,-189r51,0r0,189r-51,0xm28,-223r0,-47r51,0r0,47r-51,0","w":107},"j":{"d":"80,-189v-2,67,5,143,-4,204v-11,27,-42,44,-62,65v-7,-8,-19,-18,-26,-27v15,-19,41,-26,41,-60r0,-182r51,0xm29,-222r0,-48r51,0r0,48r-51,0","w":108},"k":{"d":"153,0r-75,-98r0,98r-51,0r0,-270r51,0r0,162r75,-81r62,0r-85,85r90,104r-67,0","w":212,"k":{"`":109}},"l":{"d":"28,0r0,-270r51,0r0,270r-51,0","w":107},"m":{"d":"179,-172v40,-28,128,-32,128,39r0,133r-51,0r-1,-131v-2,-26,-45,-21,-63,-13r0,144r-52,0r0,-123v6,-34,-40,-31,-61,-21r0,144r-51,0r0,-189r46,0r0,17v27,-18,82,-31,105,0","w":333},"n":{"d":"74,-172v42,-26,130,-34,130,39r0,133r-51,0r0,-132v-4,-30,-56,-18,-74,-8r0,140r-51,0r0,-189r46,0r0,17","w":231},"o":{"d":"119,-193v63,0,100,35,100,98v0,62,-38,99,-100,99v-65,0,-101,-36,-101,-99v0,-63,37,-98,101,-98xm118,-31v38,0,48,-24,48,-63v0,-39,-10,-63,-48,-64v-38,0,-47,25,-47,64v0,39,9,63,47,63"},"p":{"d":"28,-189v94,-10,184,0,182,93v-1,74,-51,108,-131,97r0,78r-51,0r0,-268xm79,-34v47,9,79,-12,79,-58v0,-48,-27,-72,-79,-63r0,121","w":227},"q":{"d":"14,-96v0,-93,88,-104,184,-93r0,268r-51,0r0,-78v-80,12,-132,-23,-133,-97xm67,-92v0,46,31,68,80,58r0,-121v-52,-7,-80,13,-80,63","w":225},"r":{"d":"73,-172v21,-12,42,-19,74,-18r0,41v-25,1,-53,1,-68,13r0,136r-51,0r0,-189r45,0r0,17","w":152,"k":{".":76,",":76}},"s":{"d":"165,-153v-30,-8,-114,-17,-93,24v34,23,106,8,106,69v0,71,-98,70,-161,56r0,-36v29,8,96,22,107,-13v-15,-43,-108,-8,-109,-81v-1,-68,95,-62,150,-53r0,34","w":192},"t":{"d":"150,0v-54,0,-103,8,-103,-51r0,-101r-38,0r0,-37r38,0r0,-50r49,-16r0,66r58,0r0,37r-58,0r0,98v-1,25,31,16,54,18r0,36","w":163},"u":{"d":"78,-71v-7,43,55,36,72,21r0,-139r52,0r0,189r-47,0r0,-17v-41,29,-128,33,-128,-41r0,-131r51,0r0,118","w":229},"v":{"d":"126,0r-57,0r-68,-189r54,0r44,148r3,0r44,-148r48,0","w":195},"w":{"d":"253,0r-63,0r-37,-137r-3,0r-37,137r-62,0r-47,-189r49,0v12,48,17,103,33,147r38,-147r62,0r36,147v14,-39,21,-104,34,-147r43,0","w":297},"x":{"d":"135,0r-42,-72r-43,72r-53,0r63,-96r-61,-93r58,0r42,68r42,-68r51,0r-62,93r63,96r-58,0","w":190},"y":{"d":"201,-189r-99,268r-47,0r36,-79r-19,0r-69,-189r56,0r43,148r3,0r44,-148r52,0","w":203},"z":{"d":"4,0r0,-40r109,-113r-102,1r0,-37r155,0v8,66,-37,77,-68,115v-14,17,-15,17,-37,39r105,-1r0,36r-162,0","w":169},"{":{"d":"80,-138v1,16,-12,21,-23,24r0,6v42,8,16,82,23,127v1,11,13,11,25,11r0,28v-35,1,-66,4,-66,-34r-1,-108v-1,-12,-9,-18,-25,-16r0,-22v19,2,25,-7,26,-22r0,-102v-5,-38,31,-35,66,-34r0,28v-16,-1,-25,1,-25,18r0,96","w":150},"|":{"d":"72,68r-40,0r0,-338r40,0r0,338","w":104},"}":{"d":"58,-85v-1,-16,10,-22,23,-23r0,-7v-12,-2,-23,-8,-23,-24r-1,-103v1,-12,-13,-11,-25,-11r0,-28v35,-1,67,-3,67,34r0,108v3,11,10,19,26,17r0,21v-18,-1,-27,6,-26,23r0,101v3,37,-32,36,-67,34r0,-28v17,1,26,-1,26,-18r0,-96","w":150},"~":{"d":"191,-106v-10,12,-26,26,-46,25v-45,-3,-86,-43,-115,0r-16,-31v11,-15,25,-24,49,-25v40,-3,71,41,100,11r12,-12","w":205,"k":{">":102}},"\u00c0":{"d":"197,0r-20,-58r-102,0r-19,58r-56,0r94,-252r69,0r90,252r-56,0xm130,-209r-7,0r-36,115r78,0xm124,-278r-61,-47r59,0r36,47r-34,0","w":253},"\u00c1":{"d":"197,0r-20,-58r-102,0r-19,58r-56,0r94,-252r69,0r90,252r-56,0xm130,-209r-7,0r-36,115r78,0xm135,-278r-34,0r36,-47r58,0","w":253},"\u00c2":{"d":"197,0r-20,-58r-102,0r-19,58r-56,0r94,-252r69,0r90,252r-56,0xm130,-209r-7,0r-36,115r78,0xm161,-275r-35,-39r-35,39r-34,0r48,-61r44,0r47,61r-35,0","w":253},"\u00c3":{"d":"197,0r-20,-58r-102,0r-19,58r-56,0r94,-252r69,0r90,252r-56,0xm130,-209r-7,0r-36,115r78,0xm156,-306v10,1,13,-9,13,-18r18,0v6,49,-47,50,-76,31v-11,-8,-25,-1,-23,15r-18,0v1,-25,8,-44,33,-44v21,1,34,14,53,16","w":253},"\u00c4":{"d":"197,0r-20,-58r-102,0r-19,58r-56,0r94,-252r69,0r90,252r-56,0xm130,-209r-7,0r-36,115r78,0xm72,-280r0,-38r39,0r0,38r-39,0xm142,-280r0,-38r39,0r0,38r-39,0","w":253},"\u00c5":{"d":"127,-312v44,-7,70,46,34,65r92,247r-56,0r-19,-57r-104,0r-19,57r-55,0r95,-245v-37,-18,-15,-75,32,-67xm128,-207r-3,0r-39,115r80,0xm126,-256v12,0,24,-8,24,-20v0,-12,-11,-18,-23,-18v-13,0,-23,7,-23,19v0,12,9,20,22,19","w":253},"\u00c6":{"d":"148,0r0,-57r-72,0r-22,57r-54,0r106,-252r190,0r0,38r-98,0r0,67r64,0r0,36r-64,0r0,73r100,0r0,38r-150,0xm148,-214r-12,0r-46,120r58,0r0,-120","w":309},"\u00c7":{"d":"75,-126v0,79,71,101,145,84r0,38v-18,5,-38,7,-58,8v-4,6,-15,10,-14,17v21,-6,46,0,46,24v0,42,-61,40,-89,27r7,-19v12,6,46,10,47,-8v1,-15,-22,-14,-33,-9v-10,-11,4,-22,9,-33v-71,-9,-114,-51,-115,-129v-3,-107,96,-148,200,-123r0,39v-72,-20,-145,5,-145,84","w":226,"k":{"\u2014":137,"\u2013":134,"~":131,"=":120,"-":134}},"\u00c8":{"d":"30,0r0,-252r167,0r0,39r-114,0r0,65r80,0r0,38r-80,0r0,71r116,0r0,39r-169,0xm109,-278r-60,-47r59,0r36,47r-35,0","w":210},"\u00c9":{"d":"30,0r0,-252r167,0r0,39r-114,0r0,65r80,0r0,38r-80,0r0,71r116,0r0,39r-169,0xm103,-278r-34,0r36,-47r59,0","w":210},"\u00ca":{"d":"30,0r0,-252r167,0r0,39r-114,0r0,65r80,0r0,38r-80,0r0,71r116,0r0,39r-169,0xm145,-275r-34,-39r-35,39r-35,0r49,-61r44,0r46,61r-35,0","w":210},"\u00cb":{"d":"30,0r0,-252r167,0r0,39r-114,0r0,65r80,0r0,38r-80,0r0,71r116,0r0,39r-169,0xm59,-278r0,-38r39,0r0,38r-39,0xm129,-278r0,-38r38,0r0,38r-38,0","w":210},"\u00cc":{"d":"30,0r0,-252r52,0r0,252r-52,0xm53,-278r-58,-52r56,0r34,52r-32,0","w":112},"\u00cd":{"d":"33,0r0,-252r53,0r0,252r-53,0xm64,-278r-33,0r34,-53r56,0","w":112},"\u00ce":{"d":"32,0r0,-252r52,0r0,252r-52,0xm91,-275r-34,-39r-36,39r-35,0r49,-61r44,0r47,61r-35,0","w":112},"\u00cf":{"d":"30,0r0,-252r52,0r0,252r-52,0xm74,-278r0,-42r44,0r0,42r-44,0xm-3,-278r0,-42r43,0r0,42r-43,0","w":112},"\u00d1":{"d":"79,-195r-5,0r0,195r-44,0r0,-252r71,0r101,193r4,0r0,-193r44,0r0,252r-70,0xm111,-324v29,0,64,38,70,-3r18,0v1,24,-10,47,-33,47v-24,0,-37,-17,-57,-17v-11,0,-13,10,-14,19r-19,0v0,-25,11,-46,35,-46","w":280},"\u00d2":{"d":"146,-257v83,0,126,48,126,131v0,83,-43,131,-126,131v-83,0,-126,-48,-126,-131v0,-83,43,-131,126,-131xm145,-34v56,0,71,-39,71,-92v0,-54,-16,-93,-71,-93v-54,0,-69,40,-69,93v0,52,14,92,69,92xm138,-278r-58,-52r56,0r34,52r-32,0","w":291},"\u00d3":{"d":"146,-257v83,0,126,48,126,131v0,83,-43,131,-126,131v-83,0,-126,-48,-126,-131v0,-83,43,-131,126,-131xm145,-34v56,0,71,-39,71,-92v0,-54,-16,-93,-71,-93v-54,0,-69,40,-69,93v0,52,14,92,69,92xm142,-278r-33,0r35,-52r56,0","w":291},"\u00d4":{"d":"146,-257v83,0,126,48,126,131v0,83,-43,131,-126,131v-83,0,-126,-48,-126,-131v0,-83,43,-131,126,-131xm145,-34v56,0,71,-39,71,-92v0,-54,-16,-93,-71,-93v-54,0,-69,40,-69,93v0,52,14,92,69,92xm179,-275r-34,-39r-35,39r-35,0r48,-61r45,0r46,61r-35,0","w":291},"\u00d5":{"d":"146,-257v83,0,126,48,126,131v0,83,-43,131,-126,131v-83,0,-126,-48,-126,-131v0,-83,43,-131,126,-131xm145,-34v56,0,71,-39,71,-92v0,-54,-16,-93,-71,-93v-54,0,-69,40,-69,93v0,52,14,92,69,92xm173,-278v-29,0,-57,-35,-71,-4r0,6r-19,0v-5,-49,47,-54,80,-32v13,9,25,-2,25,-16r18,0v1,24,-10,46,-33,46","w":291},"\u00d6":{"d":"146,-257v83,0,126,48,126,131v0,83,-43,131,-126,131v-83,0,-126,-48,-126,-131v0,-83,43,-131,126,-131xm145,-34v56,0,71,-39,71,-92v0,-54,-16,-93,-71,-93v-54,0,-69,40,-69,93v0,52,14,92,69,92xm162,-280r0,-42r44,0r0,42r-44,0xm85,-280r0,-42r43,0r0,42r-43,0","w":291},"\u00d8":{"d":"146,-257v83,0,126,48,126,131v0,83,-43,131,-126,131v-83,0,-126,-48,-126,-131v0,-83,43,-131,126,-131xm145,-34v75,0,81,-87,62,-147r-109,131v10,10,26,16,47,16xm145,-219v-70,-3,-76,76,-64,139r107,-127v-11,-8,-26,-11,-43,-12","w":291},"\u00d9":{"d":"133,-35v39,0,52,-20,51,-59r0,-158r48,0r0,168v-1,61,-38,88,-102,88v-64,0,-101,-27,-101,-88r0,-168r53,0r0,158v-1,39,12,59,51,59xm134,-278r-58,-52r56,0r35,52r-33,0","w":261},"\u00da":{"d":"133,-35v39,0,52,-20,51,-59r0,-158r48,0r0,168v-1,61,-38,88,-102,88v-64,0,-101,-27,-101,-88r0,-168r53,0r0,158v-1,39,12,59,51,59xm131,-278r-33,0r34,-52r57,0","w":261},"\u00db":{"d":"133,-35v39,0,52,-20,51,-59r0,-158r48,0r0,168v-1,61,-38,88,-102,88v-64,0,-101,-27,-101,-88r0,-168r53,0r0,158v-1,39,12,59,51,59xm166,-275r-34,-39r-35,39r-35,0r49,-61r44,0r46,61r-35,0","w":261},"\u00dc":{"d":"133,-35v39,0,52,-20,51,-59r0,-158r48,0r0,168v-1,61,-38,88,-102,88v-64,0,-101,-27,-101,-88r0,-168r53,0r0,158v-1,39,12,59,51,59xm150,-280r0,-42r43,0r0,42r-43,0xm72,-280r0,-42r44,0r0,42r-44,0","w":261},"\u00e0":{"d":"26,-186v63,-11,161,-20,161,56r0,129v-68,6,-175,23,-174,-56v1,-58,64,-57,123,-57v12,-61,-72,-42,-110,-36r0,-36xm67,-55v0,32,41,28,69,24r0,-51v-32,1,-69,-7,-69,27xm105,-228r-57,-52r56,0r34,52r-33,0","w":214},"\u00e1":{"d":"26,-186v63,-11,161,-20,161,56r0,129v-68,6,-175,23,-174,-56v1,-58,64,-57,123,-57v12,-61,-72,-42,-110,-36r0,-36xm67,-55v0,32,41,28,69,24r0,-51v-32,1,-69,-7,-69,27xm102,-228r-33,0r34,-52r56,0","w":214},"\u00e2":{"d":"26,-186v63,-10,161,-21,161,56r0,129v-68,6,-175,23,-174,-56v1,-58,64,-57,123,-57v12,-61,-72,-42,-110,-36r0,-36xm137,-225r-34,-39r-35,39r-35,0r48,-61r44,0r47,61r-35,0xm67,-55v0,32,41,28,69,24r0,-51v-32,1,-69,-7,-69,27","w":214},"\u00e3":{"d":"26,-186v63,-11,161,-20,161,56r0,129v-68,6,-175,23,-174,-56v1,-58,64,-57,123,-57v12,-61,-72,-42,-110,-36r0,-36xm132,-230v-27,0,-58,-35,-71,-4r0,6r-19,0v0,-25,10,-47,35,-47v22,0,35,15,55,17v11,1,15,-9,15,-19r19,0v0,24,-10,47,-34,47xm67,-55v0,32,41,28,69,24r0,-51v-32,1,-69,-7,-69,27","w":214},"\u00e4":{"d":"26,-186v63,-10,161,-21,161,56r0,129v-68,6,-175,23,-174,-56v1,-58,64,-57,123,-57v12,-61,-72,-42,-110,-36r0,-36xm67,-55v0,32,41,28,69,24r0,-51v-32,1,-69,-7,-69,27xm122,-234r0,-42r44,0r0,42r-44,0xm45,-234r0,-42r43,0r0,42r-43,0","w":214},"\u00e5":{"d":"26,-186v63,-11,161,-20,161,56r0,129v-68,6,-175,23,-174,-56v1,-58,64,-57,123,-57v12,-61,-72,-42,-110,-36r0,-36xm49,-246v1,-50,101,-51,103,-1v-1,51,-102,49,-103,1xm67,-55v0,32,41,28,69,24r0,-51v-32,1,-69,-7,-69,27xm100,-227v12,0,24,-9,24,-19v0,-13,-11,-20,-24,-20v-13,0,-22,8,-22,20v0,11,10,19,22,19","w":214},"\u00e6":{"d":"176,-80v-1,54,69,56,115,44r0,33v-36,11,-93,13,-121,-7v-51,22,-160,30,-157,-47v2,-58,62,-55,117,-58v11,-59,-66,-41,-105,-36r0,-36v43,-6,97,-11,127,11v17,-11,33,-16,59,-17v71,-2,95,41,93,113r-128,0xm61,-56v0,38,58,27,80,15v-6,-12,-9,-25,-11,-40v0,0,-69,-9,-69,25xm256,-112v9,-52,-67,-67,-78,-19v-1,6,-2,13,-2,19r80,0","w":317},"\u00e7":{"d":"71,-97v0,59,56,74,109,58r0,37v-15,3,-29,5,-45,6v-4,6,-15,10,-14,17v20,-7,46,1,46,24v0,41,-61,40,-89,27r7,-19v12,6,46,10,47,-8v1,-15,-22,-14,-33,-9v-12,-11,4,-22,9,-33v-55,-7,-89,-40,-90,-101v-2,-83,80,-107,160,-90r0,37v-51,-12,-107,-3,-107,54","w":184,"k":{"\u2014":90,"\u2013":93,"~":92,"-":93}},"\u00e8":{"d":"193,-3v-82,19,-180,4,-175,-90v3,-63,32,-100,96,-100v71,-2,95,41,93,113r-135,0v-1,58,74,56,121,44r0,33xm152,-112v10,-52,-68,-66,-78,-18v-1,6,-2,12,-2,18r80,0xm108,-228r-58,-53r56,0r34,53r-32,0","w":221},"\u00e9":{"d":"193,-3v-82,19,-180,4,-175,-90v3,-63,32,-100,96,-100v71,-2,95,41,93,113r-135,0v-1,58,74,56,121,44r0,33xm152,-112v10,-52,-68,-66,-78,-18v-1,6,-2,12,-2,18r80,0xm107,-228r-33,0r34,-53r57,0","w":221},"\u00ea":{"d":"193,-3v-82,19,-180,4,-175,-90v3,-63,32,-100,96,-100v71,-2,95,41,93,113r-135,0v-1,58,74,56,121,44r0,33xm147,-225r-35,-39r-35,39r-35,0r49,-61r44,0r47,61r-35,0xm152,-112v10,-52,-68,-66,-78,-18v-1,6,-2,12,-2,18r80,0","w":221},"\u00eb":{"d":"193,-3v-82,19,-180,4,-175,-90v3,-63,32,-100,96,-100v71,-2,95,41,93,113r-135,0v-1,58,74,56,121,44r0,33xm152,-112v10,-52,-68,-66,-78,-18v-1,6,-2,12,-2,18r80,0xm128,-233r0,-42r44,0r0,42r-44,0xm51,-233r0,-42r43,0r0,42r-43,0","w":221},"\u00ec":{"d":"29,0r0,-189r50,0r0,189r-50,0xm49,-228r-58,-52r56,0r34,52r-32,0","w":107},"\u00ed":{"d":"28,0r0,-189r50,0r0,189r-50,0xm61,-228r-33,0r34,-53r56,0","w":107},"\u00ee":{"d":"30,0r0,-189r50,0r0,189r-50,0xm87,-225r-34,-39r-35,39r-35,0r48,-61r44,0r47,61r-35,0","w":107},"\u00ef":{"d":"27,0r0,-189r50,0r0,189r-50,0xm-9,-233r0,-42r43,0r0,42r-43,0xm68,-233r0,-42r44,0r0,42r-44,0","w":107},"\u00f1":{"d":"74,-172v42,-26,130,-34,130,39r0,133r-51,0r0,-132v-4,-30,-56,-18,-74,-8r0,140r-51,0r0,-189r46,0r0,17xm103,-270v16,6,52,28,53,-5r19,0v0,24,-11,47,-34,47v-23,0,-37,-15,-56,-18v-12,-2,-14,10,-15,20r-19,0v-2,-32,20,-56,52,-44","w":231},"\u00f2":{"d":"118,-193v64,0,101,35,101,98v0,63,-38,99,-101,99v-64,0,-100,-36,-100,-99v0,-63,37,-98,100,-98xm118,-31v38,0,48,-24,48,-63v0,-39,-10,-63,-48,-64v-38,0,-47,25,-47,64v0,39,9,63,47,63xm115,-228r-57,-53r56,0r34,53r-33,0","k":{"`":82}},"\u00f3":{"d":"118,-193v64,0,101,35,101,98v0,63,-38,99,-101,99v-64,0,-100,-36,-100,-99v0,-63,37,-98,100,-98xm118,-31v38,0,48,-24,48,-63v0,-39,-10,-63,-48,-64v-38,0,-47,25,-47,64v0,39,9,63,47,63xm113,-229r-32,0r34,-53r56,0"},"\u00f4":{"d":"118,-193v64,0,101,35,101,98v0,63,-38,99,-101,99v-64,0,-100,-36,-100,-99v0,-63,37,-98,100,-98xm118,-31v38,0,48,-24,48,-63v0,-39,-10,-63,-48,-64v-38,0,-47,25,-47,64v0,39,9,63,47,63xm150,-225r-34,-39r-35,39r-35,0r48,-61r44,0r47,61r-35,0"},"\u00f5":{"d":"118,-193v64,0,101,35,101,98v0,63,-38,99,-101,99v-64,0,-100,-36,-100,-99v0,-63,37,-98,100,-98xm118,-31v38,0,48,-24,48,-63v0,-39,-10,-63,-48,-64v-38,0,-47,25,-47,64v0,39,9,63,47,63xm121,-274v15,10,39,15,38,-10r19,0v0,24,-11,46,-34,46v-24,0,-37,-13,-56,-17v-11,0,-14,9,-15,19r-19,0v-4,-40,35,-58,67,-38"},"\u00f6":{"d":"118,-193v64,0,101,35,101,98v0,63,-38,99,-101,99v-64,0,-100,-36,-100,-99v0,-63,37,-98,100,-98xm118,-31v38,0,48,-24,48,-63v0,-39,-10,-63,-48,-64v-38,0,-47,25,-47,64v0,39,9,63,47,63xm135,-233r0,-42r44,0r0,42r-44,0xm58,-233r0,-42r43,0r0,42r-43,0"},"\u00f8":{"d":"119,-193v63,0,100,35,100,98v0,62,-38,99,-100,99v-65,0,-101,-36,-101,-99v0,-63,37,-98,101,-98xm89,-39v38,22,77,-3,77,-55v0,-13,-2,-23,-4,-32xm147,-150v-38,-22,-76,2,-76,56v0,12,1,22,3,31"},"\u00f9":{"d":"78,-71v-7,43,55,36,72,21r0,-139r52,0r0,189r-47,0r0,-17v-41,29,-128,33,-128,-41r0,-131r51,0r0,118xm115,-228r-57,-53r56,0r34,53r-33,0","w":229},"\u00fa":{"d":"78,-71v-7,43,55,36,72,21r0,-139r52,0r0,189r-47,0r0,-17v-41,29,-128,33,-128,-41r0,-131r51,0r0,118xm114,-228r-33,0r35,-53r56,0","w":229},"\u00fb":{"d":"78,-71v-7,43,55,36,72,21r0,-139r52,0r0,189r-47,0r0,-17v-41,29,-128,33,-128,-41r0,-131r51,0r0,118xm145,-225r-34,-39r-35,39r-35,0r48,-61r44,0r47,61r-35,0","w":229},"\u00fc":{"d":"78,-71v-7,43,55,36,72,21r0,-139r52,0r0,189r-47,0r0,-17v-41,29,-128,33,-128,-41r0,-131r51,0r0,118xm131,-233r0,-42r44,0r0,42r-44,0xm54,-233r0,-42r43,0r0,42r-43,0","w":229},"\u2013":{"d":"25,-88r0,-41r164,0r0,41r-164,0","w":214,"k":{">":97,"7":90}},"\u2014":{"d":"29,-87r0,-44r220,0r0,44r-220,0","w":277,"k":{">":101,"7":94,"2":82}},"\u2018":{"d":"78,-160r-54,0r26,-96r31,0","w":105,"k":{"4":80,"+":87}},"\u2019":{"d":"81,-256r-25,96r-32,0r4,-96r53,0","w":105,"k":{"\u00c6":81,"4":102,"+":91}},"\u201c":{"d":"75,-160r-51,0r26,-96r32,0xm142,-160r-49,0r25,-96r32,0","w":174,"k":{"4":85,"+":89}},"\u201d":{"d":"82,-256r-25,96r-33,0r8,-96r50,0xm150,-256r-26,96r-31,0r7,-96r50,0","w":174,"k":{"\u00c6":82,"4":102,"+":91}},"\u2026":{"d":"245,0r0,-52r53,0r0,52r-53,0xm132,0r0,-52r53,0r0,52r-53,0xm18,0r0,-52r53,0r0,52r-53,0","w":316,"k":{"Y":81}},"\u00a0":{"w":114,"k":{" ":85}}}});

