/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
// #### Generated By: http://www.cufonfonts.com ####
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 1992, 1994, 1997, 2000, 2004 Adobe Systems Incorporated. All rights reserved.
 * 
 * Trademark:
 * Myriad is either a registered trademark or a trademark of Adobe Systems
 * Incorporated in the United States and/or other countries.
 * 
 * Full name:
 * MyriadPro-Bold
 * 
 * Manufacturer:
 * Adobe Systems Incorporated
 * 
 * Designer:
 * Robert Slimbach and Carol Twombly
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990-1998 Bitstream Inc.  All rights reserved.
 */
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990-1998 Bitstream Inc.  All rights reserved.
 */
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990-1998 Bitstream Inc.  All rights reserved.
 */
Cufon.registerFont({"w":1208,"face":{"font-family":"Swis721 Hv BT","font-weight":400,"font-stretch":"normal","units-per-em":"2048","panose-1":"2 11 8 4 2 2 2 2 2 4","ascent":"1556","descent":"-492","x-height":"27","bbox":"-25 -1587 1968.25 483","underline-thickness":"244","underline-position":"-97","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":604},"!":{"d":"248,-477r-84,-586r0,-410r368,0r0,410r-86,586r-198,0xm166,0r0,-352r369,0r0,352r-369,0","w":698},"\"":{"d":"416,-1438r223,0r0,561r-223,0r0,-561xm76,-1438r219,0r0,561r-219,0r0,-561","w":713},"#":{"d":"707,-842r-82,232r245,0r82,-232r-245,0xm684,-1466r250,0r-139,393r235,0r141,-393r250,0r-139,393r270,0r-86,231r-268,0r-80,230r277,0r-84,231r-275,0r-141,393r-250,0r139,-393r-235,0r-141,393r-250,0r139,-393r-274,0r86,-231r270,0r82,-230r-283,0r86,-231r279,0","w":1575},"$":{"d":"545,-1179v-79,3,-135,46,-135,124v0,88,56,111,135,146r0,-270xm670,-228v78,-7,139,-58,139,-139v0,-97,-59,-135,-139,-170r0,309xm1145,-383v-2,254,-215,405,-475,418r0,196r-125,0r0,-196v-316,-8,-483,-158,-489,-471r321,0v3,133,46,199,168,209r0,-353v-159,-49,-275,-109,-348,-180v-73,-71,-109,-161,-109,-268v1,-258,193,-398,457,-408r0,-116r125,0r0,116v273,2,447,148,450,414r-319,0v0,-97,-41,-153,-131,-157r0,315v174,61,297,127,368,200v71,73,107,166,107,281"},"%":{"d":"1444,-530v-89,0,-164,74,-164,163v0,88,76,162,164,162v87,0,162,-74,162,-162v0,-88,-75,-163,-162,-163xm1444,41v-221,0,-408,-187,-408,-408v0,-220,188,-407,408,-407v220,0,407,187,407,407v0,221,-186,408,-407,408xm442,41r844,-1493r180,0r-843,1493r-181,0xm465,-1208v-90,0,-164,74,-164,164v0,87,76,161,164,161v87,0,162,-74,162,-161v0,-88,-75,-164,-162,-164xm465,-637v-220,0,-408,-187,-408,-407v0,-221,187,-408,408,-408v221,0,407,187,407,408v0,220,-187,407,-407,407","w":1909},"&":{"d":"694,-1276v-94,0,-145,82,-108,166v20,47,71,96,102,139v69,-52,121,-94,125,-188v3,-70,-48,-117,-119,-117xm416,-408v-7,135,155,227,286,156v33,-18,70,-41,107,-74r-227,-292v-90,58,-160,100,-166,210xm537,55v-259,5,-465,-184,-465,-438v0,-95,27,-179,82,-253v55,-74,142,-141,260,-202v-71,-92,-128,-178,-131,-311v-5,-210,185,-352,405,-352v221,0,392,124,389,334v-3,196,-106,303,-250,385r177,223v35,-58,55,-122,65,-207r292,0v-13,181,-82,325,-177,438r254,328r-375,0r-84,-111v-113,99,-250,162,-442,166","w":1464},"'":{"d":"76,-1438r219,0r0,561r-219,0r0,-561","w":371},"(":{"d":"522,-526v0,391,115,683,279,954r-260,0v-125,-165,-217,-325,-277,-481v-60,-156,-90,-312,-90,-469v0,-404,160,-695,369,-951r250,0v-160,276,-271,559,-271,947","w":811},")":{"d":"264,-1473v209,259,371,545,371,951v0,156,-30,312,-91,468v-61,156,-153,316,-278,482r-260,0v165,-273,279,-561,279,-954v0,-386,-112,-673,-271,-947r250,0","w":811},"*":{"d":"512,-854r-172,252r-195,-137r197,-240r-279,-76r72,-223r266,94r0,-289r222,0r0,289r266,-94r72,223r-279,76r195,240r-193,137","w":1024},"+":{"d":"735,-1221r238,0r0,494r479,0r0,231r-479,0r0,496r-238,0r0,-496r-481,0r0,-231r481,0r0,-494","w":1706},",":{"d":"115,219v122,-31,198,-81,198,-219r-192,0r0,-352r368,0r0,256v0,270,-127,412,-374,438r0,-123","w":604},"-":{"d":"96,-395r0,-297r512,0r0,297r-512,0","w":707,"k":{"Y":149,"X":73,"W":112,"V":112,"T":73}},".":{"d":"117,0r0,-352r370,0r0,352r-370,0","w":604},"\/":{"d":"164,190r-162,0r510,-1701r164,0","w":678},"0":{"d":"464,-1078v-52,129,-53,617,0,740v31,73,75,111,140,111v65,0,109,-38,141,-111v54,-124,49,-609,0,-735v-55,-143,-225,-145,-281,-5xm57,-707v0,-249,46,-435,137,-559v91,-124,227,-186,410,-186v183,0,321,62,412,186v91,124,137,310,137,559v0,249,-46,436,-137,560v-91,124,-229,186,-412,186v-183,0,-319,-62,-410,-186v-91,-124,-137,-311,-137,-560"},"1":{"d":"190,-1153v241,4,387,-53,406,-260r281,0r0,1413r-357,0r0,-928r-330,0r0,-225"},"2":{"d":"598,-1454v295,0,533,176,528,457v-4,196,-81,285,-200,403v-66,66,-330,231,-387,309r575,0r0,285r-1055,0v24,-336,203,-488,437,-644v115,-77,182,-121,241,-216v79,-128,24,-328,-141,-320v-141,7,-190,108,-190,265r-332,-1v-2,-319,207,-538,524,-538"},"3":{"d":"1141,-420v1,300,-242,461,-561,461v-324,0,-523,-170,-525,-485r340,0v2,133,68,210,201,211v112,1,194,-75,192,-185v-1,-152,-117,-197,-286,-192r0,-240v153,4,257,-39,258,-178v1,-100,-63,-165,-162,-164v-127,1,-183,70,-192,195r-328,-1v7,-299,212,-454,528,-454v272,0,492,134,492,385v0,149,-72,233,-172,303v131,56,214,167,215,344"},"4":{"d":"662,-537r0,-557r-361,557r361,0xm653,0r0,-285r-604,0r0,-276r549,-852r403,0r0,868r152,0r0,260r-152,0r0,285r-348,0"},"5":{"d":"586,-692v-88,0,-140,33,-178,88r-312,-14r101,-797r882,0r0,282r-645,0r-37,277v62,-63,152,-95,275,-96v280,-2,461,194,461,477v0,328,-230,514,-568,514v-312,0,-498,-151,-518,-438r346,0v6,101,73,164,180,163v134,0,197,-86,197,-225v0,-134,-59,-231,-184,-231"},"6":{"d":"432,-451v0,136,62,232,189,232v125,0,186,-99,186,-234v0,-135,-60,-229,-186,-229v-129,0,-189,94,-189,231xm68,-690v0,-444,184,-759,594,-764v254,-3,435,148,452,381r-321,0v-23,-77,-63,-125,-154,-125v-63,0,-113,29,-150,88v-37,59,-59,147,-67,264v71,-58,153,-98,268,-100v281,-3,455,183,455,467v0,320,-202,528,-522,524v-390,-5,-555,-308,-555,-735"},"7":{"d":"1135,-1130v-269,300,-460,648,-494,1130r-399,0v10,-186,59,-372,148,-559v89,-187,217,-372,384,-557r-715,0r0,-297r1076,0r0,283"},"8":{"d":"604,-627v-121,0,-196,80,-196,203v0,123,73,201,196,201v122,0,197,-78,197,-201v0,-123,-76,-203,-197,-203xm604,-1200v-104,0,-170,65,-170,168v0,102,68,168,170,168v104,0,170,-65,170,-168v0,-103,-66,-168,-170,-168xm57,-420v0,-189,90,-291,238,-346v-119,-52,-195,-137,-195,-295v0,-268,213,-389,504,-389v292,0,504,120,504,389v0,158,-74,243,-193,295v149,55,236,156,236,346v0,308,-221,459,-547,459v-327,0,-547,-150,-547,-459"},"9":{"d":"772,-961v0,-134,-62,-229,-188,-229v-126,0,-187,97,-187,232v0,135,60,229,187,229v130,0,188,-94,188,-232xm582,-1454v390,5,555,306,555,733v0,243,-52,431,-156,564v-104,133,-250,200,-438,200v-256,0,-434,-147,-453,-381r322,0v22,78,61,127,151,127v64,0,114,-30,151,-90v37,-60,60,-148,68,-264v-70,58,-153,98,-268,100v-280,2,-455,-184,-455,-467v0,-321,202,-526,523,-522"},":":{"d":"141,-688r0,-352r369,0r0,352r-369,0xm141,0r0,-352r369,0r0,352r-369,0","w":651},";":{"d":"143,-688r0,-352r371,0r0,352r-371,0xm137,219v122,-33,200,-81,201,-219r-195,0r0,-352r371,0r0,256v0,270,-129,412,-377,438r0,-123","w":651},"<":{"d":"1442,-1214r0,253r-854,351r854,348r0,254r-1178,-486r0,-233","w":1706},"=":{"d":"254,-502r1198,0r0,230r-1198,0r0,-230xm254,-950r1198,0r0,231r-1198,0r0,-231","w":1706},">":{"d":"264,-1214r1178,487r0,233r-1178,486r0,-254r854,-348r-854,-351r0,-253","w":1706},"?":{"d":"434,0r0,-352r369,0r0,352r-369,0xm608,-1505v301,0,552,148,555,422v1,179,-91,273,-196,358v-117,95,-175,182,-179,256r-339,0v-2,-143,50,-269,129,-334r59,-48v112,-89,168,-163,168,-222v-1,-101,-86,-153,-195,-152v-130,1,-199,82,-194,219r-357,0v12,-326,208,-499,549,-499","w":1223},"@":{"d":"1382,-102v-131,2,-212,-45,-221,-160v-68,98,-145,157,-295,158v-220,2,-331,-122,-331,-345v0,-299,206,-571,491,-567v113,1,183,47,229,123r52,-92r206,0r-153,610v-12,50,4,92,59,92v198,0,344,-258,344,-479v0,-334,-293,-546,-647,-541v-374,5,-614,175,-743,421v-57,109,-84,228,-84,356v-3,414,317,667,747,661v243,-3,443,-76,596,-186r97,135v-185,139,-399,231,-693,233v-432,3,-735,-192,-877,-475v-95,-191,-103,-468,-24,-682v142,-383,475,-647,983,-651v380,-3,657,172,783,421v89,177,90,433,1,613v-91,184,-249,351,-520,355xm778,-444v0,100,41,174,133,174v127,0,208,-103,236,-217r51,-209v-11,-94,-61,-156,-160,-156v-156,0,-260,225,-260,408","w":2048},"A":{"d":"565,-575r322,0r-164,-508xm530,-1473r412,0r520,1473r-405,0r-90,-270r-492,0r-84,270r-391,0","w":1462,"k":{"y":26,"w":26,"v":26,"Y":120,"W":36,"V":36,"U":36,"T":73,";":-38,":":-38,".":-38,",":-38}},"B":{"d":"999,-1040v0,-97,-69,-137,-174,-136r-319,0r0,279r303,0v117,0,190,-37,190,-143xm1034,-457v0,-116,-80,-161,-205,-161r-323,0r0,325r285,0v159,-2,243,-25,243,-164xm1141,-780v157,39,264,147,264,331v0,249,-152,401,-382,433v-223,31,-610,12,-878,16r0,-1473r715,0v312,1,502,92,502,377v0,175,-84,264,-221,316","w":1493,"k":{"Y":73,"W":36,"V":36,"-":-38}},"C":{"d":"803,-274v173,2,275,-89,299,-242r350,0v-45,338,-277,557,-649,557v-433,0,-719,-324,-719,-766v0,-462,287,-784,741,-784v353,0,603,204,631,526r-354,0v-33,-136,-125,-213,-289,-213v-232,0,-342,210,-342,467v0,258,98,452,332,455","w":1526,"k":{"S":-38,";":-38,":":-38,"-":-47}},"D":{"d":"1067,-735v0,-274,-83,-421,-338,-426r-205,0r0,852r205,0v254,-4,338,-154,338,-426xm1450,-735v-2,490,-237,735,-725,735r-580,0r0,-1473r629,0v447,0,678,278,676,738","w":1534,"k":{"Y":28,"W":-18,"V":16,"A":16,".":73,"-":-38,",":73}},"E":{"d":"145,0r0,-1473r1119,0r0,302r-742,0r0,260r678,0r0,295r-678,0r0,315r766,0r0,301r-1143,0","w":1368,"k":{"-":36}},"F":{"d":"147,0r0,-1473r1057,0r0,306r-682,0r0,305r592,0r0,305r-592,0r0,557r-375,0","w":1249,"k":{"u":45,"r":36,"o":45,"e":45,"a":45,"T":-38,"A":83,";":73,":":73,".":311,"-":36,",":311}},"G":{"d":"465,-733v0,259,124,465,362,467v178,1,301,-99,326,-254r-328,0r0,-283r664,0r0,803r-236,0r-30,-190v-102,142,-239,229,-465,229v-334,0,-532,-197,-626,-450v-35,-93,-50,-197,-50,-308v0,-467,297,-797,756,-797v351,0,587,192,641,494r-361,0v-44,-118,-138,-192,-291,-192v-235,0,-362,223,-362,481","w":1618,"k":{"Y":45,"W":26,"T":36}},"H":{"d":"145,0r0,-1473r379,0r0,523r516,0r0,-523r379,0r0,1473r-379,0r0,-621r-516,0r0,621r-379,0","w":1565},"I":{"d":"154,0r0,-1473r376,0r0,1473r-376,0","w":684},"J":{"d":"543,37v-372,4,-520,-221,-500,-610r350,0r0,98v1,136,29,211,152,211v56,0,95,-19,117,-57v22,-38,32,-113,32,-224r0,-928r369,0r0,916v-3,410,-128,590,-520,594","w":1200,"k":{".":16,",":16}},"K":{"d":"145,0r0,-1473r371,0r0,562r524,-562r453,0r-596,619r610,854r-450,0r-414,-590r-127,127r0,463r-371,0","w":1495,"k":{"y":55,"u":36,"o":36,"e":36,"Y":92,"W":36,"U":73,"O":55,"C":55,"A":16,".":-38,"-":92,",":-38}},"L":{"d":"154,0r0,-1473r378,0r0,1154r713,0r0,319r-1091,0","w":1255,"k":{"y":36,"Y":235,"W":63,"V":159,"U":36,"T":167,"O":73,".":-57,"-":55,",":-57}},"M":{"d":"145,0r0,-1473r519,0r194,717v17,63,33,124,47,184v14,60,26,118,37,175v13,-60,25,-124,43,-189r238,-887r518,0r0,1473r-344,0r0,-653v0,-46,1,-110,3,-193v2,-83,6,-179,11,-288r-283,1134r-374,0r-277,-1134v5,131,8,248,11,352v3,104,4,186,4,245r0,537r-347,0","w":1888},"N":{"d":"143,0r0,-1473r408,0r278,484r129,234v41,77,79,154,115,229v-5,-111,-9,-216,-12,-313v-3,-97,-4,-183,-4,-257r0,-377r364,0r0,1473r-407,0r-289,-498r-111,-198r-127,-236v7,96,13,185,16,268v3,83,5,156,5,220r0,444r-365,0","w":1567,"k":{";":36,":":36}},"O":{"d":"821,-1200v-250,0,-354,193,-354,465v0,273,104,465,354,465v250,0,357,-192,357,-465v0,-272,-106,-465,-357,-465xm821,41v-457,0,-737,-311,-737,-776v0,-465,280,-776,737,-776v457,0,742,312,742,776v0,464,-285,776,-742,776","w":1645,"k":{"Y":36,"X":36,".":55,"-":-38,",":55}},"P":{"d":"973,-1001v0,-124,-74,-175,-203,-175r-246,0r0,353r250,0v131,0,199,-51,199,-178xm1343,-1012v1,318,-189,488,-512,486r-307,0r0,526r-379,0r0,-1473r674,0v325,-2,523,149,524,461","w":1411,"k":{"y":-28,"u":-18,"s":26,"o":26,"e":26,"a":55,"Y":16,"W":-18,"A":120,".":405,"-":83,",":405}},"Q":{"d":"467,-735v0,299,131,503,429,458v24,-4,46,-11,66,-20r-151,-160r178,-170r144,152v29,-73,45,-158,45,-258v2,-275,-105,-467,-357,-467v-250,0,-354,193,-354,465xm1563,-737v-2,229,-61,405,-170,530r159,168r-176,170r-174,-180v-104,56,-224,89,-377,90v-458,4,-741,-311,-741,-776v0,-465,280,-776,737,-776v456,0,746,311,742,774","w":1645,"k":{".":36,"-":-38,",":36}},"R":{"d":"1020,-1018v0,-119,-81,-160,-211,-160r-291,0r0,336r281,0v142,-1,221,-43,221,-176xm1393,-1063v0,190,-91,290,-232,361v142,59,173,120,183,324v2,30,4,70,6,121v5,119,25,187,61,206r0,51r-395,0v-35,-61,-33,-310,-41,-385v-12,-117,-75,-166,-205,-166r-252,0r0,551r-375,0r0,-1473r705,0v341,1,545,99,545,410","w":1503,"k":{"y":-18,".":-28,",":-28}},"S":{"d":"1319,-424v0,325,-280,467,-641,465v-382,-2,-581,-172,-604,-530r362,0v6,170,101,253,279,253v153,0,285,-69,226,-208v-8,-19,-24,-32,-42,-41v-78,-39,-377,-120,-471,-160v-180,-76,-324,-188,-324,-408v0,-303,260,-460,588,-460v331,0,578,173,578,485r-355,0v-16,-137,-94,-199,-247,-201v-103,-1,-205,44,-205,133v0,65,90,128,271,185v157,49,402,141,440,176v81,74,145,168,145,311","w":1397,"k":{"S":-38,"-":-38}},"T":{"d":"440,0r0,-1174r-422,0r0,-299r1221,0r0,299r-422,0r0,1174r-377,0","w":1260,"k":{"y":178,"w":178,"u":139,"s":206,"r":167,"o":225,"i":26,"e":225,"c":225,"a":225,"T":-47,"A":73,";":243,":":243,".":272,"-":272,",":272}},"U":{"d":"754,-272v186,0,245,-87,245,-281r0,-920r375,0r0,875v-1,238,-36,370,-155,481v-109,102,-259,158,-463,158v-298,0,-505,-123,-584,-345v-26,-73,-37,-172,-37,-294r0,-875r371,0r0,920v2,195,60,281,248,281","w":1509,"k":{"A":36,".":73,",":73}},"V":{"d":"481,0r-506,-1473r400,0r224,819v25,91,45,167,58,228r289,-1047r397,0r-509,1473r-353,0","w":1321,"k":{"u":63,"o":102,"i":26,"e":102,"a":102,"A":36,";":83,":":83,".":264,"-":149,",":264}},"W":{"d":"393,0r-403,-1473r379,0r206,1045r197,-1045r402,0r194,1045r207,-1045r379,0r-406,1473r-368,0r-209,-1059r-209,1059r-369,0","w":1944,"k":{"r":26,"o":63,"e":63,"a":63,"A":36,";":55,":":55,".":167,"-":73,",":167}},"X":{"d":"-14,0r475,-756r-449,-717r430,0r226,394r225,-394r430,0r-453,717r480,756r-435,0r-247,-428r-250,428r-432,0","w":1335,"k":{"e":55,"O":36,"C":36,";":36,":":36,".":-38,"-":131,",":-38}},"Y":{"d":"489,0r0,-555r-509,-918r423,0r271,594r270,-594r426,0r-514,918r0,555r-367,0","w":1350,"k":{"u":149,"o":188,"e":188,"a":188,"O":36,"C":36,"A":120,";":206,":":206,".":339,"-":272,",":339}},"Z":{"d":"61,0r0,-295r752,-881r-723,0r0,-297r1190,0r0,297r-752,881r752,0r0,295r-1219,0","w":1331,"k":{".":-38,"-":55,",":-38}},"[":{"d":"819,430r-586,0r0,-1903r586,0r0,250r-254,0r0,1403r254,0r0,250","w":838},"\\":{"d":"676,190r-162,0r-512,-1701r164,0","w":678},"]":{"d":"33,430r0,-250r254,0r0,-1403r-254,0r0,-250r585,0r0,1903r-585,0","w":838},"^":{"d":"879,-1462r288,0r465,563r-264,0r-344,-342r-346,342r-264,0","w":2048},"_":{"d":"0,244r1024,0r0,239r-1024,0r0,-239","w":1024},"`":{"d":"207,-1587r287,0r192,368r-154,0","w":1024},"a":{"d":"537,-197v117,0,206,-76,206,-190r0,-125v-57,44,-261,53,-311,111v-17,19,-26,44,-26,75v-1,77,54,129,131,129xm1081,-213v1,82,9,145,54,172r0,41r-363,0v-8,-35,-14,-73,-19,-112v-89,88,-187,144,-345,147v-203,3,-342,-122,-340,-320v2,-199,113,-294,288,-338v83,-21,398,-50,387,-127v8,-93,-49,-122,-141,-122v-99,0,-161,40,-176,122r-328,0v37,-255,212,-365,512,-364v243,1,414,68,455,262v33,154,13,444,16,639","w":1194},"b":{"d":"686,-254v153,0,211,-129,211,-301v0,-157,-64,-287,-205,-287v-148,0,-213,124,-213,287v0,174,52,301,207,301xm807,31v-160,0,-250,-68,-322,-174r0,143r-356,0r0,-1473r354,0r0,523v65,-103,171,-170,328,-170v284,0,455,272,455,581v0,311,-170,570,-459,570","w":1327},"c":{"d":"614,-246v104,0,150,-62,168,-157r351,0v-33,270,-229,438,-531,438v-325,0,-539,-237,-539,-567v0,-356,210,-594,558,-594v292,0,493,158,514,424r-359,0v-18,-90,-62,-152,-158,-152v-146,0,-188,139,-188,311v1,172,37,297,184,297","w":1184},"d":{"d":"522,-1120v156,0,263,67,328,170r0,-523r354,0r0,1473r-356,0r0,-143v-72,106,-161,173,-322,174v-289,2,-458,-260,-458,-570v0,-310,169,-581,454,-581xm643,-842v-141,0,-207,130,-207,287v0,172,57,301,211,301v154,0,207,-127,207,-301v0,-164,-62,-287,-211,-287","w":1327},"e":{"d":"823,-660v-1,-132,-73,-224,-202,-223v-129,1,-192,94,-203,224xm623,-223v98,0,158,-43,182,-119r342,0v-59,230,-253,375,-537,375v-339,0,-547,-228,-547,-572v0,-347,208,-585,547,-585v372,0,581,266,553,665r-735,0v-1,144,59,235,195,236","w":1223},"f":{"d":"662,-1243v-119,-3,-126,59,-125,182r176,0r0,219r-176,0r0,842r-357,0r0,-842r-155,0r0,-219r155,0r-2,-72v3,-262,111,-350,379,-352r156,7r-1,237v-15,-2,-29,-2,-50,-2","w":731,"k":{".":36,"-":36,",":36}},"g":{"d":"524,-1116v171,1,265,66,344,174r0,-145r334,0r0,897v-3,222,3,309,-65,423v-82,138,-256,205,-480,205v-308,-1,-491,-91,-530,-346r356,0v20,68,75,96,164,96v164,0,207,-65,209,-237r0,-115v-71,107,-171,173,-336,174v-282,2,-454,-255,-454,-557v0,-310,169,-570,458,-569xm645,-840v-151,0,-211,123,-211,291v0,155,65,279,205,279v147,0,213,-120,213,-279v0,-170,-54,-291,-207,-291","w":1325},"h":{"d":"659,-844v-144,0,-180,100,-180,262r0,582r-354,0r0,-1473r356,0r0,527v76,-106,168,-169,334,-170v231,-2,350,133,350,368r0,748r-356,0r0,-547v0,-128,-11,-210,-32,-245v-21,-35,-61,-52,-118,-52","w":1280},"i":{"d":"125,-1186r0,-287r354,0r0,287r-354,0xm125,0r0,-1087r354,0r0,1087r-354,0","w":604},"j":{"d":"137,-1186r0,-287r357,0r0,287r-357,0xm-25,160v141,-1,161,-34,162,-189r0,-1058r357,0r0,1003v0,162,-11,270,-28,326v-52,171,-253,214,-490,192","w":621},"k":{"d":"125,0r0,-1473r350,0r0,760r328,-374r418,0r-377,415r387,672r-395,0r-230,-430r-131,137r0,293r-350,0","w":1239,"k":{"-":73}},"l":{"d":"123,0r0,-1473r356,0r0,1473r-356,0","w":604},"m":{"d":"641,-844v-134,0,-167,108,-168,262r0,582r-348,0r0,-1087r342,0r0,149v67,-109,161,-176,324,-176v163,0,261,61,313,176v65,-108,165,-176,326,-176v240,0,355,138,354,385r0,729r-348,0r0,-621v-2,-148,-25,-223,-156,-223v-134,0,-167,108,-168,262r0,582r-315,0r0,-621v-2,-148,-25,-223,-156,-223","w":1898},"n":{"d":"659,-844v-144,0,-180,100,-180,262r0,582r-354,0r0,-1087r348,0r0,149v69,-109,165,-176,330,-176v268,0,362,129,362,407r0,707r-356,0r0,-547v0,-128,-11,-210,-32,-245v-21,-35,-61,-52,-118,-52","w":1280},"o":{"d":"639,-852v-154,0,-211,134,-211,307v0,174,57,309,211,309v154,0,213,-136,213,-309v0,-173,-59,-307,-213,-307xm639,37v-361,0,-576,-221,-576,-582v0,-360,218,-581,576,-581v359,0,578,221,578,581v0,360,-219,582,-578,582","w":1280},"p":{"d":"811,35v-156,0,-263,-69,-328,-170r0,571r-354,0r0,-1523r356,0r0,145v72,-106,161,-173,322,-174v288,-2,459,260,459,569v0,310,-170,582,-455,582xm692,-246v141,0,205,-128,205,-284v0,-173,-57,-301,-211,-301v-155,0,-207,126,-207,301v0,164,64,284,213,284","w":1327},"q":{"d":"520,-1116v160,0,250,68,322,174r0,-145r358,0r0,1523r-356,0r0,-571v-65,102,-172,170,-328,170v-285,0,-453,-272,-453,-582v0,-311,168,-569,457,-569xm641,-831v-154,0,-211,128,-211,301v0,157,65,284,207,284v148,0,211,-121,211,-284v0,-175,-52,-301,-207,-301","w":1327},"r":{"d":"825,-762v-181,-22,-322,21,-337,192v-12,143,-7,398,-9,570r-354,0r0,-1087r342,0r0,190v72,-139,165,-212,358,-217r0,352","w":864,"k":{".":188,",":188}},"s":{"d":"1133,-342v0,262,-231,377,-523,377v-295,0,-512,-114,-536,-367r356,0v9,101,77,144,191,144v86,0,161,-32,161,-107v0,-42,-56,-78,-168,-106v-164,-40,-354,-112,-424,-181v-49,-49,-75,-111,-75,-190v3,-241,209,-354,473,-354v285,0,479,84,508,321r-342,0v-15,-75,-67,-108,-158,-108v-76,-1,-133,26,-133,94v0,43,58,80,174,111v28,7,50,13,65,18v160,49,227,57,316,115v74,49,115,119,115,233","w":1202},"t":{"d":"694,2v-68,13,-138,23,-213,23v-123,0,-206,-32,-253,-91v-92,-118,-63,-555,-68,-806r-146,0r0,-215r146,0r0,-308r356,0r0,308r182,0r0,215r-182,0r0,471v3,131,15,174,133,178r45,-2r0,227","w":737,"k":{"-":-18}},"u":{"d":"623,-244v144,0,178,-99,178,-262r0,-581r356,0r0,1087r-348,0r0,-150v-76,107,-167,176,-330,177v-241,2,-362,-126,-362,-367r0,-747r356,0r0,608v3,155,17,235,150,235","w":1280},"v":{"d":"391,0r-403,-1087r377,0r208,757r211,-757r375,0r-403,1087r-365,0","w":1145,"k":{".":112,",":112}},"w":{"d":"328,0r-322,-1087r363,0r155,747r131,-747r367,0r135,747r156,-747r362,0r-321,1087r-367,0r-145,-717r-154,717r-360,0","w":1683,"k":{".":131,",":131}},"x":{"d":"-25,0r383,-567r-368,-520r420,0r149,260r154,-260r415,0r-368,520r385,567r-416,0r-172,-299r-168,299r-414,0","w":1114,"k":{"-":73}},"y":{"d":"231,162v115,-2,167,-13,172,-111v2,-24,-24,-100,-53,-176r-366,-962r383,0r204,741r209,-741r379,0r-434,1208v-37,101,-67,172,-94,211v-78,114,-168,110,-375,112r-94,0r0,-282r69,0","w":1151,"k":{".":131,",":131}},"z":{"d":"39,0r0,-262r541,-569r-506,0r0,-256r950,0r0,256r-537,569r555,0r0,262r-1003,0","w":1081},"{":{"d":"430,-1340v57,-139,259,-142,463,-137r0,242r-41,-2v-139,3,-166,37,-166,182r0,240v-2,192,-52,248,-211,285v161,36,211,88,211,282r0,242v-6,161,54,186,207,178r0,242v-204,6,-405,2,-463,-136v-37,-89,-24,-310,-24,-448v0,-186,-71,-252,-254,-240r0,-241v180,12,254,-57,254,-242v0,-140,-13,-356,24,-447","w":1024},"|":{"d":"393,-1565r240,0r0,2048r-240,0r0,-2048","w":1024},"}":{"d":"180,-1237r-47,2r0,-242v204,-5,404,-2,463,137v37,89,25,308,25,447v0,187,70,254,253,242r0,241v-181,-12,-253,55,-253,240v0,141,13,359,-25,450v-58,138,-259,140,-463,134r0,-242r43,2v139,-3,164,-35,164,-180r0,-242v2,-192,51,-246,211,-282v-161,-37,-211,-90,-211,-285r0,-240v-3,-143,-25,-178,-160,-182","w":1024},"~":{"d":"1159,-668v157,0,254,-68,371,-151r0,254v-147,113,-376,177,-587,95v-168,-65,-297,-89,-382,-89v-162,0,-259,73,-383,158r0,-254v121,-77,229,-137,387,-144v196,-8,427,131,594,131","w":1706},"\u00a0":{"w":604}}});

