/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var W=L.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}P(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})()};var M=L.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},color:I(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new A(a.getComputedStyle(b,null))}if(b.currentStyle){return new A(b.currentStyle)}return new A(b.style)},gradient:I(function(e){var f={id:e,type:e.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=e.substr(e.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,a=b.length,c;d<a;++d){c=b[d].split("=",2).reverse();f.stops.push([c[1]||d/(a-1),c[0]])}return f}),quotedList:I(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:I(function(g){var d=document.createElement("style"),c,b,a;d.type="text/css";d.media=g;try{d.appendChild(document.createTextNode("/**/"))}catch(f){}b=F("head")[0];b.insertBefore(d,b.firstChild);c=(d.sheet||d.styleSheet);a=c&&!c.disabled;b.removeChild(d);return a}),supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textDecoration:function(f,e){if(!e){e=this.getStyle(f)}var b={underline:null,overline:null,"line-through":null};for(var a=f;a.parentNode&&a.parentNode.nodeType==1;){var d=true;for(var c in b){if(!J(b,c)||b[c]){continue}if(e.get("textDecoration").indexOf(c)!=-1){b[c]=e.get("color")}d=false}if(d){break}e=this.getStyle(a=a.parentNode)}return b},textShadow:I(function(e){if(e=="none"){return null}var d=[],f={},a,b=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=c.exec(e)){if(a[0]==","){d.push(f);f={};b=0}else{if(a[1]){f.color=a[1]}else{f[["offX","offY","blur"][b++]]=a[2]}}}d.push(f);return d}),textTransform:function(b,a){return b[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[a.get("textTransform")]||"toString"]()},whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(d,b,c){if(a[b.get("display")]){return d}if(!c.previousSibling){d=d.replace(/^\s+/,"")}if(!c.nextSibling){d=d.replace(/\s+$/,"")}return d}})()};M.ready=(function(){var a=!M.recognizesMedia("all"),d=false;var c=[],g=function(){a=true;for(var j;j=c.shift();j()){}};var h=F("link"),i=F("style");function b(j){return j.disabled||f(j.sheet,j.media||"screen")}function f(m,p){if(!M.recognizesMedia(p||"all")){return true}if(!m||m.disabled){return false}try{var q=m.cssRules,o;if(q){search:for(var k=0,j=q.length;o=q[k],k<j;++k){switch(o.type){case 2:break;case 3:if(!f(o.styleSheet,o.media.mediaText)){return false}break;default:break search}}}}catch(n){}return true}function e(){if(document.createStyleSheet){return true}var k,j;for(j=0;k=h[j];++j){if(k.rel.toLowerCase()=="stylesheet"&&!b(k)){return false}}for(j=0;k=i[j];++j){if(!b(k)){return false}}return true}W.ready(function(){if(!d){d=M.getStyle(document.body).isUsable()}if(a||(d&&e())){g()}else{setTimeout(arguments.callee,10)}});return function(j){if(a){j()}else{c.push(j)}}})();function R(b){var a=this.face=b.face;this.glyphs=b.glyphs;this.w=b.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var d=a.bbox.split(/\s+/);var c={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};c.width=c.maxX-c.minX;c.height=c.maxY-c.minY;c.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return c})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent}function E(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(g,h){var f=b[g]||b[a[g]]||b.normal||b.italic||b.oblique;if(!f){return null}h={normal:400,bold:700}[h]||parseInt(h,10);if(f[h]){return f[h]}var d={1:1,99:0}[h%100],j=[],e,c;if(d===undefined){d=h>400}if(h==500){h=400}for(var i in f){if(!J(f,i)){continue}i=parseInt(i,10);if(!e||i<e){e=i}if(!c||i>c){c=i}j.push(i)}if(h<e){h=e}if(h>c){h=c}j.sort(function(l,k){return(d?(l>h&&k>h)?l<k:l>k:(l<h&&k<h)?l>k:l<k)?-1:1});return f[j[0]]}}function Q(){function c(e,f){if(e.contains){return e.contains(f)}return e.compareDocumentPosition(f)&16}function a(g){var f=g.relatedTarget;if(!f||c(this,f)){return}b(this)}function d(f){b(this)}function b(e){setTimeout(function(){L.replace(e,D.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){P(e,"mouseover",a);P(e,"mouseout",a)}else{P(e,"mouseenter",d);P(e,"mouseleave",d)}}}function T(){var b=[],c={};function a(g){var d=[],f;for(var e=0;f=g[e];++e){d[e]=b[c[f]]}return d}this.add=function(e,d){c[e]=b.push(d)-1};this.repeat=function(){var d=arguments.length?a(arguments):b,e;for(var f=0;e=d[f++];){L.replace(e[0],e[1],true)}}}function Z(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var e=b(d);return c[e]||(c[e]={})}}function A(a){var c={},b={};this.extend=function(d){for(var e in d){if(J(d,e)){c[e]=d[e]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(e,d){return b[e]||(b[e]=new M.Size(this.get(e),d))};this.isUsable=function(){return !!a}}function P(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function U(b,a){var c=D.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){B.attach(b)}c.options=a;return b}function I(a){var b={};return function(c){if(!J(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function C(f,e){if(!e){e=M.getStyle(f)}var b=M.quotedList(e.get("fontFamily").toLowerCase()),d;for(var c=0,a=b.length;c<a;++c){d=b[c];if(H[d]){return H[d].get(e.get("fontStyle"),e.get("fontWeight"))}}return null}function F(a){return document.getElementsByTagName(a)}function J(b,a){return b.hasOwnProperty(a)}function G(){var a={},c,e;for(var d=0,b=arguments.length;c=arguments[d],d<b;++d){for(e in c){if(J(c,e)){a[e]=c[e]}}}return a}function N(d,n,b,o,e,c){var m=o.separate;if(m=="none"){return Y[o.engine].apply(null,arguments)}var k=document.createDocumentFragment(),g;var h=n.split(O[m]),a=(m=="words");if(a&&S){if(/^\s/.test(n)){h.unshift("")}if(/\s$/.test(n)){h.push("")}}for(var j=0,f=h.length;j<f;++j){g=Y[o.engine](d,a?M.textAlign(h[j],b,j,f):h[j],b,o,e,c,j<f-1);if(g){k.appendChild(g)}}return k}function K(b,j){var c,a,d,g,f,i;for(d=U(b,j).firstChild;d;d=f){g=d.nodeType;f=d.nextSibling;i=false;if(g==1){if(!d.firstChild){continue}if(!/cufon/.test(d.className)){arguments.callee(d,j);continue}else{i=true}}else{if(g!=3){continue}}if(!a){a=M.getStyle(b).extend(j)}if(!c){c=C(b,a)}if(!c){continue}if(i){Y[j.engine](c,null,a,j,d,b);continue}var h=M.whiteSpace(d.data,a,d);if(h===""){continue}var e=N(c,h,a,j,d,b);if(e){d.parentNode.replaceChild(e,d)}else{d.parentNode.removeChild(d)}}}var S=" ".split(/\s+/).length==0;var D=new Z();var B=new Q();var X=new T();var Y={},H={},V={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){W.ready();return L};L.refresh=function(){X.repeat.apply(X,arguments);return L};L.registerEngine=function(b,a){if(!a){return L}Y[b]=a;return L.set("engine",b)};L.registerFont=function(c){var a=new R(c),b=a.family;if(!H[b]){H[b]=new E()}H[b].add(a);return L.set("fontFamily",'"'+b+'"')};L.replace=function(c,b,a){b=G(V,b);if(!b.engine){return L}if(typeof b.textShadow=="string"){b.textShadow=M.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=M.gradient(b.color)}if(!a){X.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}M.ready(function(){for(var e=0,d=c.length;e<d;++e){var f=c[e];if(typeof f=="string"){L.replace(b.selector(f),b,true)}else{K(f,b)}}});return L};L.set=function(a,b){V[a]=b;return L};return L})();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;}"+(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(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;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:middle;}.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(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(AE,d,y,a,h,AF,w){var I=(d===null);if(I){d=h.alt}var f=AE.viewBox;var K=y.computedFontSize||(y.computedFontSize=new Cufon.CSS.Size(C(AF,y.get("fontSize"))+"px",AE.baseSize));var v=y.computedLSpacing;if(v==undefined){v=y.get("letterSpacing");y.computedLSpacing=v=(v=="normal")?0:~~K.convertFrom(A(AF,v))}var W,L;if(I){W=h;L=h.firstChild}else{W=document.createElement("span");W.className="cufon cufon-vml";W.alt=d;L=document.createElement("span");L.className="cufon-vml-canvas";W.appendChild(L);if(a.printable){var AB=document.createElement("span");AB.className="cufon-alt";AB.appendChild(document.createTextNode(d));W.appendChild(AB)}if(!w){W.appendChild(document.createElement("cvml:shape"))}}var AK=W.style;var q=L.style;var G=K.convert(f.height),AH=Math.ceil(G);var u=AH/G;var t=f.minX,s=f.minY;q.height=AH;q.top=Math.round(K.convert(s-AE.ascent));q.left=Math.round(K.convert(t));AK.height=K.convert(AE.height)+"px";var P=a.enableTextDecoration?Cufon.CSS.textDecoration(AF,y):{};var c=y.get("color");var AJ=Cufon.CSS.textTransform(d,y).split(""),V;var J=AE.glyphs,b,M,AA;var F=0,m=[],r=0,R;var T,e=a.textShadow;for(var AD=0,AC=0,z=AJ.length;AD<z;++AD){b=J[V=AJ[AD]]||AE.missingGlyph;if(!b){continue}if(M){F-=AA=M[V]||0;m[AC-1]-=AA}F+=R=m[AC++]=~~(b.w||AE.w)+v;M=b.k}if(R===undefined){return null}var U=-t+F+(f.width-R);var AI=K.convert(U*u),x=Math.round(AI);var p=U+","+f.height,H;var g="r"+p+"ns";var S=a.textGradient&&D(a.textGradient);for(AD=0,AC=0;AD<z;++AD){b=J[AJ[AD]]||AE.missingGlyph;if(!b){continue}if(I){T=L.childNodes[AC];while(T.firstChild){T.removeChild(T.firstChild)}}else{T=document.createElement("cvml:shape");L.appendChild(T)}T.stroked="f";T.coordsize=p;T.coordorigin=H=(t-r)+","+s;T.path=(b.d?"m"+b.d+"xe":"")+"m"+H+g;T.fillcolor=c;if(S){T.appendChild(S.cloneNode(false))}var AG=T.style;AG.width=x;AG.height=AH;if(e){var O=e[0],N=e[1];var Z=Cufon.CSS.color(O.color),X;var o=document.createElement("cvml:shadow");o.on="t";o.color=Z.color;o.offset=O.offX+","+O.offY;if(N){X=Cufon.CSS.color(N.color);o.type="double";o.color2=X.color;o.offset2=N.offX+","+N.offY}o.opacity=Z.opacity||(X&&X.opacity)||1;T.appendChild(o)}r+=m[AC++]}var n=T.nextSibling,Q,Y;if(a.hover){if(!n){n=document.createElement("cvml:rect");n.stroked="f";n.className="cufon-vml-cover";Q=document.createElement("cvml:fill");Q.opacity=0;n.appendChild(Q);L.appendChild(n)}Y=n.style;Y.width=x;Y.height=AH}else{if(n){L.removeChild(n)}}AK.width=Math.max(Math.ceil(K.convert(F*u)),0);return W}})());


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1988, 1990, 1993 Adobe Systems Incorporated.  All Rights
 * Reserved.Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries.
 * 
 * Trademark:
 * Please refer to the Copyright section for the font trademark attribution
 * notices.
 * 
 * Full name:
 * HelveticaNeue-Bold
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica Neue","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 0 0 0 0 0 0 0","ascent":"282","descent":"-78","x-height":"5","bbox":"-19 -291 339 77","underline-thickness":"18","underline-position":"-18","stemh":"39","stemv":"51","unicode-range":"U+0020-U+02DC"},"glyphs":{" ":{"w":100},"\u00a0":{"w":100},"!":{"d":"77,-257v3,67,-7,123,-14,180r-26,0v-7,-58,-17,-112,-14,-180r54,0xm22,0r0,-55r56,0r0,55r-56,0","w":100},"\"":{"d":"98,-141r0,-116r38,0r0,116r-38,0xm31,-141r0,-116r38,0r0,116r-38,0","w":166},"#":{"d":"32,0r10,-71r-30,0r0,-33r34,0r7,-44r-30,0r0,-33r34,0r10,-71r35,0r-10,71r35,0r9,-71r35,0r-9,71r26,0r0,33r-31,0r-6,44r26,0r0,33r-31,0r-10,71r-34,0r9,-71r-34,0r-10,71r-35,0xm122,-148r-35,0r-6,44r35,0"},"$":{"d":"89,-162r0,-59v-16,0,-32,10,-32,30v0,16,9,24,32,29xm111,-105r0,69v18,-2,38,-12,38,-35v0,-19,-10,-26,-38,-34xm89,-111v-40,-11,-83,-22,-83,-75v0,-49,40,-74,83,-77r0,-28r22,0r0,28v43,5,78,27,81,77r-52,0v0,-19,-13,-35,-29,-35r0,64v6,1,12,2,18,4v70,19,72,60,72,84v0,21,-18,70,-90,75r0,31r-22,0r0,-31v-53,-4,-84,-33,-89,-90r51,0v0,27,16,44,38,48r0,-75"},"%":{"d":"27,-186v0,-39,19,-71,61,-71v45,0,59,33,59,73v0,39,-19,67,-61,67v-44,0,-59,-29,-59,-69xm64,-185v0,15,0,41,23,41v22,0,24,-26,24,-41v0,-14,-2,-45,-23,-45v-23,0,-24,28,-24,45xm91,8r149,-268r31,0r-148,268r-32,0xm213,-66v0,-39,19,-69,61,-69v45,0,59,31,59,71v0,39,-19,69,-61,69v-44,0,-59,-31,-59,-71xm249,-66v0,15,1,44,24,44v22,0,23,-28,23,-43v0,-14,-1,-43,-22,-43v-23,0,-25,25,-25,42","w":360},"&":{"d":"111,-165v28,-8,39,-56,3,-61v-34,3,-24,47,-3,61xm140,-60r-44,-53v-18,8,-36,21,-36,42v0,42,62,42,80,11xm188,0r-21,-26v-46,53,-157,37,-155,-46v0,-36,27,-61,57,-75v-14,-17,-24,-32,-24,-54v0,-36,33,-59,67,-59v39,0,70,21,70,62v0,30,-20,50,-46,64r34,40v5,-9,8,-20,9,-30r44,0v-3,23,-11,45,-25,63r53,61r-63,0","w":246},"(":{"d":"66,-263r43,0v-53,103,-52,226,0,329r-43,0v-62,-99,-63,-230,0,-329","w":106},")":{"d":"40,66r-43,0v54,-101,53,-226,1,-329r42,0v63,98,64,231,0,329","w":106},"*":{"d":"87,-257r0,45r42,-16r10,28r-43,14r27,35r-24,18r-27,-37r-25,37r-24,-18r27,-35r-42,-14r10,-28r40,16r0,-45r29,0","w":146},"+":{"d":"127,-182r0,72r72,0r0,38r-72,0r0,72r-38,0r0,-72r-72,0r0,-38r72,0r0,-72r38,0","w":216},",":{"d":"22,0r0,-55r56,0v5,61,-4,109,-56,115r0,-26v15,-3,27,-18,26,-34r-26,0","w":100},"-":{"d":"19,-76r0,-44r108,0r0,44r-108,0","w":146},"\u00ad":{"d":"19,-76r0,-44r108,0r0,44r-108,0","w":146},".":{"d":"22,0r0,-55r56,0r0,55r-56,0","w":100},"\/":{"d":"-4,6r100,-269r42,0r-101,269r-41,0","w":133},"0":{"d":"8,-127v0,-98,42,-130,92,-130v50,0,93,32,93,130v0,100,-43,132,-93,132v-50,0,-92,-32,-92,-132xm59,-127v0,28,0,90,41,90v42,0,41,-62,41,-90v0,-26,1,-88,-41,-88v-41,0,-41,62,-41,88"},"1":{"d":"141,-252r0,252r-51,0r0,-163r-63,0r0,-39v36,1,68,-11,73,-50r41,0"},"2":{"d":"191,-178v-1,79,-85,84,-118,134r120,0r0,44r-185,0v0,-58,35,-83,79,-113v22,-15,53,-30,53,-61v0,-24,-16,-39,-38,-39v-30,0,-40,31,-40,58r-49,0v-2,-58,32,-102,92,-102v46,0,86,30,86,79"},"3":{"d":"82,-114r0,-36v22,2,54,-2,54,-31v0,-21,-17,-34,-36,-34v-26,0,-39,19,-39,45r-48,0v2,-51,35,-87,87,-87v40,0,84,25,84,70v1,25,-14,44,-35,52v28,6,45,29,45,57v0,53,-45,83,-94,83v-57,0,-95,-34,-94,-92r49,0v1,27,14,50,44,50v23,0,41,-16,41,-40v0,-38,-33,-37,-58,-37"},"4":{"d":"112,0r0,-58r-106,0r0,-47r109,-147r46,0r0,152r33,0r0,42r-33,0r0,58r-49,0xm112,-100r-1,-88r-65,88r66,0"},"5":{"d":"180,-252r0,42r-104,0v-2,19,-9,41,-9,58v49,-47,127,-2,127,66v0,52,-43,91,-94,91v-49,0,-93,-27,-94,-80r52,0v3,22,19,38,41,38v27,0,44,-24,44,-49v0,-46,-62,-64,-83,-27r-46,0r25,-139r141,0"},"6":{"d":"58,-142v39,-54,135,-18,135,55v0,51,-36,92,-89,92v-76,0,-96,-66,-96,-130v0,-62,27,-132,99,-132v44,0,75,26,81,70r-48,0v-3,-17,-16,-32,-34,-32v-37,0,-47,49,-48,77xm103,-131v-27,0,-41,22,-41,47v0,23,15,47,41,47v24,0,38,-23,38,-46v0,-24,-12,-48,-38,-48"},"7":{"d":"186,-252r0,44v-53,46,-81,141,-82,208r-55,0v6,-75,37,-146,85,-204r-120,0r0,-48r172,0"},"8":{"d":"56,-76v0,26,21,43,45,43v24,0,43,-18,43,-43v0,-24,-19,-40,-43,-40v-25,0,-45,14,-45,40xm15,-188v0,-45,44,-69,85,-69v63,0,85,44,85,68v0,25,-13,45,-37,53v30,7,47,30,47,62v0,53,-47,79,-94,79v-49,0,-96,-25,-96,-79v0,-32,18,-55,48,-62v-24,-7,-38,-27,-38,-52xm62,-184v0,22,17,34,38,34v21,0,38,-12,38,-34v0,-13,-6,-35,-38,-35v-21,0,-38,13,-38,35"},"9":{"d":"142,-111v-41,59,-134,17,-134,-54v0,-51,35,-92,88,-92v76,0,97,66,97,130v0,62,-27,132,-99,132v-44,0,-76,-26,-82,-70r48,0v3,17,16,32,34,32v36,0,51,-51,48,-78xm97,-121v27,0,41,-22,41,-47v0,-23,-15,-47,-41,-47v-24,0,-38,23,-38,46v0,24,12,48,38,48"},":":{"d":"22,0r0,-55r56,0r0,55r-56,0xm78,-183r0,56r-56,0r0,-56r56,0","w":100},";":{"d":"22,0r0,-55r56,0v5,61,-4,109,-56,115r0,-26v15,-3,27,-18,26,-34r-26,0xm78,-183r0,56r-56,0r0,-56r56,0","w":100},"<":{"d":"199,-185r0,41r-132,53r132,52r0,42r-182,-73r0,-42","w":216},"=":{"d":"199,-149r0,39r-182,0r0,-39r182,0xm199,-72r0,39r-182,0r0,-39r182,0","w":216},">":{"d":"17,3r0,-42r132,-52r-132,-53r0,-41r182,73r0,42","w":216},"?":{"d":"75,-77v-8,-68,57,-66,57,-112v0,-22,-11,-32,-30,-32v-26,0,-38,21,-38,47r-52,0v1,-51,34,-89,87,-89v68,0,90,41,90,69v0,71,-67,52,-66,117r-48,0xm69,0r0,-55r57,0r0,55r-57,0"},"@":{"d":"149,-168v-42,-3,-65,81,-16,85v42,3,64,-81,16,-85xm224,-196r-23,93v-3,10,-6,23,3,23v21,0,43,-27,43,-66v0,-57,-43,-88,-98,-88v-62,0,-101,45,-101,106v0,97,121,136,183,76r30,0v-24,37,-64,58,-109,58v-77,0,-139,-58,-139,-135v0,-76,62,-134,137,-134v66,0,125,44,125,110v0,74,-62,104,-85,104v-16,1,-24,-10,-27,-20v-29,43,-95,9,-95,-41v0,-62,79,-130,121,-67r5,-19r30,0","w":288},"A":{"d":"-3,0r98,-257r58,0r96,257r-59,0r-19,-57r-96,0r-20,57r-58,0xm124,-194v-14,29,-22,64,-34,95r66,0","w":246,"k":{"y":6,"w":6,"v":6,"Y":27,"W":6,"V":17,"T":27}},"B":{"d":"81,-114r0,70v44,-3,102,15,103,-34v1,-49,-59,-34,-103,-36xm25,0r0,-257v83,5,205,-26,203,64v0,25,-13,42,-35,53v31,9,47,33,47,65v0,97,-121,72,-215,75xm81,-213r0,60v39,-2,93,12,92,-31v-2,-42,-54,-26,-92,-29","w":253},"C":{"d":"251,-171r-55,0v-4,-26,-28,-45,-56,-45v-51,0,-70,44,-70,89v0,43,19,86,70,86v35,0,54,-24,58,-58r55,0v-6,64,-50,105,-113,105v-80,0,-126,-59,-126,-133v0,-76,46,-136,126,-136v57,0,104,33,111,92","w":266},"D":{"d":"25,0r0,-257r111,0v67,0,116,42,116,127v0,75,-38,130,-116,130r-111,0xm81,-210r0,162v68,2,111,3,115,-77v4,-69,-40,-93,-115,-85","w":266},"E":{"d":"25,0r0,-257r192,0r0,47r-136,0r0,56r125,0r0,43r-125,0r0,63r139,0r0,48r-195,0","w":233},"F":{"d":"25,0r0,-257r181,0r0,47r-125,0r0,60r108,0r0,44r-108,0r0,106r-56,0","w":213,"k":{"A":20,".":46,",":46}},"G":{"d":"216,0r-5,-29v-71,84,-197,5,-197,-98v0,-76,46,-136,126,-136v53,0,102,33,108,91r-54,0v-6,-28,-27,-44,-54,-44v-51,0,-70,44,-70,89v0,43,19,86,70,86v37,0,58,-20,61,-56r-57,0r0,-42r108,0r0,139r-36,0","w":273},"H":{"d":"25,0r0,-257r56,0r0,99r104,0r0,-99r57,0r0,257r-57,0r0,-111r-104,0r0,111r-56,0","w":266},"I":{"d":"25,0r0,-257r56,0r0,257r-56,0","w":106},"J":{"d":"175,-257r0,176v0,33,-8,87,-85,87v-50,0,-94,-33,-85,-102r51,0v-1,30,1,55,33,55v30,0,30,-25,30,-43r0,-173r56,0"},"K":{"d":"25,0r0,-257r56,0r0,107r101,-107r70,0r-100,101r110,156r-71,0r-77,-116r-33,33r0,83r-56,0","w":259},"L":{"d":"25,0r0,-257r56,0r0,209r126,0r0,48r-182,0","w":213,"k":{"y":13,"Y":40,"W":20,"V":33,"T":40}},"M":{"d":"25,0r0,-257r79,0r61,177r57,-177r80,0r0,257r-53,0r-1,-182r-63,182r-44,0r-63,-180r0,180r-53,0","w":326},"N":{"d":"25,0r0,-257r56,0r108,172r0,-172r53,0r0,257r-57,0r-107,-172r0,172r-53,0","w":266},"O":{"d":"14,-127v0,-76,46,-136,126,-136v80,0,126,60,126,136v0,74,-46,133,-126,133v-80,0,-126,-59,-126,-133xm70,-127v0,43,19,86,70,86v51,0,70,-43,70,-86v0,-45,-19,-89,-70,-89v-51,0,-70,44,-70,89","w":280},"P":{"d":"25,0r0,-257r116,0v64,0,89,40,89,82v0,42,-25,83,-89,83r-60,0r0,92r-56,0xm81,-213r0,77v44,-2,94,11,94,-39v0,-49,-50,-36,-94,-38","w":240,"k":{"A":27,".":46,",":46}},"Q":{"d":"265,-4r-26,28r-37,-33v-17,10,-38,15,-62,15v-80,0,-126,-59,-126,-133v0,-76,46,-136,126,-136v119,0,162,152,93,230xm139,-67r26,-28r29,27v30,-46,20,-148,-54,-148v-51,0,-70,44,-70,89v0,51,35,101,93,82","w":280},"R":{"d":"190,0v-13,-35,4,-100,-52,-100r-57,0r0,100r-56,0r0,-257r138,0v81,-4,104,109,35,135v49,16,28,78,48,122r-56,0xm81,-213r0,72v44,-3,101,13,101,-36v0,-48,-57,-34,-101,-36","w":259,"k":{"Y":13,"W":-2,"V":-2,"T":6}},"S":{"d":"72,-190v0,48,153,16,153,114v0,47,-37,82,-107,82v-57,0,-110,-28,-109,-91r54,0v0,34,27,47,57,47v20,0,50,-6,50,-32v0,-28,-38,-32,-76,-42v-38,-10,-77,-25,-77,-73v0,-106,202,-106,199,5r-54,0v-2,-31,-24,-39,-51,-39v-18,0,-39,7,-39,29","w":233},"T":{"d":"82,0r0,-210r-77,0r0,-47r210,0r0,47r-77,0r0,210r-56,0","w":219,"k":{"y":33,"w":40,"u":33,"s":40,"r":33,"o":40,"e":40,"c":40,"a":40,"A":27,";":31,":":31,".":40,"-":46,",":40}},"U":{"d":"243,-257r0,160v0,69,-41,103,-110,103v-69,0,-109,-33,-109,-103r0,-160r56,0r0,160v0,28,7,56,53,56v40,0,53,-18,53,-56r0,-160r57,0","w":266},"V":{"d":"230,-257r-86,257r-63,0r-84,-257r58,0r58,181r58,-181r59,0","w":226,"k":{"y":6,"u":13,"r":13,"o":20,"i":6,"e":20,"a":20,"A":17,";":18,":":18,".":46,"-":20,",":46}},"W":{"d":"339,-257r-69,257r-57,0r-44,-175r-43,175r-57,0r-68,-257r57,0r41,175r45,-175r53,0r44,177r42,-177r56,0","w":339,"k":{"u":6,"r":6,"o":13,"e":13,"a":13,"A":6,";":6,":":6,".":27,",":27}},"X":{"d":"-2,0r90,-135r-83,-122r66,0r50,82r52,-82r62,0r-82,123r89,134r-67,0r-56,-89r-57,89r-64,0","w":240},"Y":{"d":"91,0r0,-100r-94,-157r63,0r61,101r59,-101r63,0r-95,158r0,99r-57,0","w":240,"k":{"v":20,"u":27,"q":33,"p":27,"o":33,"i":5,"e":33,"a":33,"A":27,";":24,":":29,".":40,"-":40,",":40}},"Z":{"d":"8,0r0,-45r138,-165r-127,0r0,-47r202,0r0,45r-137,164r141,0r0,48r-217,0","w":233},"[":{"d":"24,66r0,-329r96,0r0,40r-44,0r0,248r44,0r0,41r-96,0","w":119},"\\":{"d":"37,-263r101,269r-42,0r-100,-269r41,0","w":133},"]":{"d":"95,-263r0,329r-95,0r0,-41r44,0r0,-248r-44,0r0,-40r95,0","w":119},"^":{"d":"22,-113r62,-139r48,0r62,139r-42,0r-44,-99r-44,99r-42,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"a":{"d":"135,-91v-19,16,-73,1,-72,38v0,19,14,24,31,24v49,0,40,-31,41,-62xm68,-129r-51,0v3,-48,46,-62,88,-62v37,0,81,8,81,53v0,45,-6,106,7,138r-52,0v-2,-6,-3,-12,-3,-18v-36,38,-127,32,-126,-33v0,-42,31,-51,63,-56v31,-4,60,-4,60,-25v0,-22,-15,-25,-33,-25v-19,0,-32,8,-34,28","w":206},"b":{"d":"19,0r0,-257r52,0r0,94v48,-55,137,-29,136,70v0,68,-40,98,-77,98v-28,1,-49,-10,-62,-29r0,24r-49,0xm156,-93v0,-31,-14,-60,-44,-60v-30,0,-43,29,-43,60v0,31,13,60,43,60v30,0,44,-29,44,-60","w":219},"c":{"d":"196,-121r-50,0v-3,-21,-17,-32,-38,-32v-33,0,-43,34,-43,61v0,27,10,59,42,59v24,0,38,-15,41,-38r49,0v-6,49,-40,76,-89,76v-56,0,-94,-39,-94,-95v0,-58,35,-101,95,-101v44,0,84,22,87,70","w":206},"d":{"d":"152,0r0,-24v-12,20,-33,29,-57,29v-56,0,-83,-49,-83,-100v0,-50,27,-96,82,-96v23,-1,42,12,56,28r0,-94r51,0r0,257r-49,0xm152,-94v0,-30,-11,-59,-44,-59v-33,0,-45,29,-45,60v0,29,13,60,45,60v34,0,44,-30,44,-61","w":219},"e":{"d":"196,-81r-134,0v-7,56,74,60,86,23r45,0v-14,44,-46,63,-88,63v-59,0,-95,-40,-95,-98v0,-56,38,-98,95,-98v63,0,95,53,91,110xm62,-113r83,0v-5,-26,-16,-40,-41,-40v-32,0,-41,26,-42,40","w":206},"f":{"d":"31,0r0,-152r-31,0r0,-34r31,0v-7,-54,29,-78,89,-70r0,39v-24,-6,-43,1,-38,31r35,0r0,34r-35,0r0,152r-51,0","w":119,"k":{"f":6}},"g":{"d":"198,-186r0,174v0,31,-10,83,-96,83v-37,0,-79,-18,-82,-60r51,0v13,44,87,27,79,-21v-1,-7,2,-18,-1,-24v-11,19,-34,29,-56,29v-56,0,-79,-43,-79,-94v0,-48,28,-92,80,-92v25,-1,42,10,56,30r0,-25r48,0xm106,-44v29,0,44,-24,44,-51v0,-30,-11,-58,-44,-58v-29,0,-41,25,-41,53v0,27,10,56,41,56","w":219},"h":{"d":"19,0r0,-257r52,0r1,97v13,-21,35,-31,54,-31v97,-2,61,108,68,191r-51,0v-6,-52,21,-148,-33,-151v-59,-3,-34,97,-39,151r-52,0","w":213},"i":{"d":"21,0r0,-186r51,0r0,186r-51,0xm72,-257r0,42r-51,0r0,-42r51,0","w":92},"j":{"d":"-7,64r0,-42v14,2,31,3,31,-15r0,-193r51,0r0,195v5,44,-31,63,-82,55xm75,-257r0,42r-51,0r0,-42r51,0","w":100},"k":{"d":"24,0r0,-257r51,0r0,138r65,-67r60,0r-70,68r78,118r-62,0r-51,-83r-20,19r0,64r-51,0","w":206},"l":{"d":"21,0r0,-257r51,0r0,257r-51,0","w":92},"m":{"d":"21,0r0,-186r48,0v1,8,-2,19,1,25v23,-38,91,-43,111,1v26,-47,124,-44,124,35r0,125r-51,0r0,-105v0,-25,-2,-46,-31,-46v-29,0,-34,24,-34,47r0,104r-51,0r0,-104v0,-22,1,-47,-31,-47v-10,0,-35,7,-35,43r0,108r-51,0","w":326},"n":{"d":"19,0r0,-186r49,0v1,8,-2,20,1,26v13,-21,35,-31,57,-31v97,-2,61,108,68,191r-51,0v-6,-52,21,-148,-33,-151v-59,-3,-34,97,-39,151r-52,0","w":213},"o":{"d":"14,-93v0,-59,38,-98,96,-98v59,0,96,39,96,98v0,59,-37,98,-96,98v-58,0,-96,-39,-96,-98xm65,-93v0,30,10,60,45,60v35,0,45,-30,45,-60v0,-30,-10,-60,-45,-60v-35,0,-45,30,-45,60","w":219},"p":{"d":"19,66r0,-252r49,0v1,7,-2,18,1,24v12,-20,32,-29,55,-29v58,0,85,47,85,100v0,50,-28,96,-82,96v-22,0,-44,-10,-56,-28r0,89r-52,0xm113,-33v58,0,64,-120,0,-120v-61,0,-60,120,0,120","w":219},"q":{"d":"201,-186r0,252r-51,0r-1,-89v-12,20,-37,28,-59,28v-34,0,-78,-25,-78,-97v0,-51,26,-99,83,-99v23,0,45,8,57,29r0,-24r49,0xm108,-153v-61,0,-62,120,-1,120v33,0,45,-28,45,-59v0,-29,-12,-61,-44,-61","w":219},"r":{"d":"19,0r0,-186r49,0v1,11,-2,25,1,34v11,-25,40,-45,70,-37r0,47v-43,-10,-68,18,-68,58r0,84r-52,0","w":140,"k":{"q":6,"o":6,"n":-6,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"s":{"d":"132,-53v0,-36,-117,-18,-117,-78v0,-48,41,-60,81,-60v41,0,78,13,82,59r-49,0v-1,-20,-17,-25,-35,-25v-12,0,-28,2,-28,17v0,18,29,21,58,28v30,7,59,17,59,52v0,49,-43,65,-85,65v-43,0,-86,-16,-88,-65r49,0v-2,38,73,44,73,7","w":193},"t":{"d":"84,-242r0,56r38,0r0,34r-38,0r0,92v-3,24,19,24,38,20r0,40v-41,4,-89,6,-89,-42r0,-110r-31,0r0,-34r31,0r0,-56r51,0","w":126},"u":{"d":"194,-186r0,186r-49,0v-1,-8,2,-20,-1,-26v-13,21,-35,31,-57,31v-97,2,-61,-108,-68,-191r52,0r0,105v0,31,8,46,32,46v59,0,35,-96,40,-151r51,0","w":213},"v":{"d":"185,-186r-63,186r-56,0r-64,-186r53,0r40,127r40,-127r50,0","w":187,"k":{".":20,",":20}},"w":{"d":"291,-186r-59,186r-52,0r-34,-125r-32,125r-53,0r-59,-186r54,0r35,126r31,-126r50,0r32,126r34,-126r53,0","w":293,"k":{".":20,",":20}},"x":{"d":"0,0r67,-98r-61,-88r58,0r33,48r32,-48r57,0r-61,87r68,99r-58,0r-39,-59r-39,59r-57,0","w":193},"y":{"d":"189,-186r-78,209v-12,40,-48,47,-95,41r0,-42v30,7,58,-5,47,-34r-65,-174r55,0r42,127r41,-127r53,0","w":186,"k":{".":20,",":20}},"z":{"d":"8,0r0,-39r97,-109r-90,0r0,-38r157,0r0,38r-97,109r104,0r0,39r-171,0","w":186},"{":{"d":"120,-263r0,40v-24,-3,-39,5,-39,26r0,55v0,37,-27,40,-36,44v11,1,36,9,36,39v0,38,-20,93,39,84r0,41v-49,1,-90,4,-90,-49r0,-70v0,-22,-21,-30,-33,-30r0,-31v12,0,33,-9,33,-33r0,-68v6,-53,41,-49,90,-48","w":119},"|":{"d":"21,77r0,-360r38,0r0,360r-38,0","w":80},"}":{"d":"0,66r0,-41v24,3,39,-5,39,-26r0,-58v0,-31,27,-36,36,-40v-11,-1,-36,-8,-36,-43v0,-37,18,-90,-39,-81r0,-40v49,-1,90,-5,90,48r0,68v0,24,21,33,33,33r0,31v-12,0,-33,8,-33,30r0,70v-6,53,-41,51,-90,49","w":119},"~":{"d":"69,-122v24,0,56,23,77,24v14,0,23,-13,31,-26r15,34v-11,15,-23,31,-45,31v-36,0,-90,-51,-108,1r-15,-33v8,-15,21,-31,45,-31","w":216},"'":{"d":"31,-141r0,-116r38,0r0,116r-38,0","w":100},"`":{"d":"38,-209r-55,-51r56,0r35,51r-36,0","w":93},"\u02dc":{"d":"26,-257v16,0,32,12,47,13v11,0,15,-6,15,-13r25,0v-6,19,-13,41,-41,41v-25,0,-61,-29,-69,3r-22,0v5,-21,13,-44,45,-44","w":93}}});



/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990-1993 Bitstream Inc.  All rights reserved.
 */
Cufon.registerFont({"w":219,"face":{"font-family":"Calligraph810 BT","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 7 4 2 6 4 10 2 3 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-10 -280.338 377 107","underline-thickness":"13.3594","underline-position":"-44.8242","unicode-range":"U+0020-U+02DC"},"glyphs":{" ":{"w":110},"!":{"d":"57,-68r-9,-189r35,0r0,7r-7,0r-8,182r-11,0xm76,-15v-1,11,-3,17,-16,17v-10,0,-10,-4,-10,-14v0,-12,4,-15,15,-15v8,0,12,3,11,12","w":123},"\"":{"d":"88,-257v12,0,16,12,13,24r-11,80r-5,0r-12,-87v1,-10,4,-18,15,-17xm30,-257v13,0,16,11,14,24r-11,80r-5,0r-12,-87v1,-10,3,-17,14,-17","w":118},"#":{"d":"123,-153r-18,51r52,0r18,-51r-52,0xm139,-256r20,0r-30,85r52,0r30,-85r20,0r-30,85r55,0r-6,18r-55,0r-18,51r60,0r-7,18r-60,0r-30,84r-19,0r29,-84r-51,0r-30,84r-20,0r30,-84r-58,0r6,-18r58,0r18,-51r-63,0r6,-18r64,0","w":276},"$":{"d":"117,-130v4,-31,0,-70,1,-103v-8,-1,-15,0,-23,0r0,97v6,2,14,4,22,6xm88,-231v-43,9,-44,83,0,93r0,-93xm118,-8r0,-99r-23,-7r0,107v8,0,17,1,23,-1xm126,-9v32,-5,49,-52,28,-80v-6,-7,-15,-12,-28,-16r0,96xm88,2v-19,-2,-36,-4,-55,-9r1,-45v10,-1,4,14,7,20v13,12,29,20,47,24r0,-107v-32,-9,-54,-23,-54,-60v0,-36,22,-55,54,-63r0,-37r7,0r0,35r23,-1r0,-34r8,0r0,34r44,6r0,34v-9,2,-5,-9,-7,-14v-11,-7,-23,-15,-37,-17r0,104v35,7,59,23,59,61v-1,36,-26,58,-59,66r0,43r-8,0r0,-42r-23,2r0,40r-7,0r0,-40"},"%":{"d":"176,-103v29,-1,54,23,54,52v0,30,-27,54,-57,54v-30,1,-53,-23,-53,-53v0,-31,25,-53,56,-53xm139,-58v0,27,13,53,37,54v22,1,35,-17,35,-38v0,-29,-13,-55,-39,-55v-21,0,-33,17,-33,39xm34,-195v0,27,13,52,37,53v21,1,34,-16,34,-38v0,-30,-12,-54,-38,-55v-21,0,-33,17,-33,40xm72,-241v30,0,53,23,53,53v0,31,-26,53,-57,53v-30,0,-53,-23,-53,-53v0,-32,25,-53,57,-53xm220,-243r-125,169v-24,34,-42,60,-53,79r-18,0r121,-163v26,-36,46,-64,58,-85r17,0","w":245},"&":{"d":"303,-109v-8,-6,-21,-6,-38,-6v9,82,-67,116,-143,119v-49,2,-93,-21,-93,-66v0,-35,27,-57,60,-62v-16,-4,-27,-15,-27,-34v1,-44,50,-73,102,-65r-1,28v-10,-4,-4,-24,-28,-20v-48,-7,-73,90,-15,88v6,0,8,2,8,7v-41,-6,-72,13,-72,52v-1,41,31,64,72,64v66,0,125,-39,116,-110v-33,-2,-69,7,-71,-23v20,-34,84,-23,92,14v30,-2,50,-3,59,-4xm193,-148v-4,17,26,29,47,27v-9,-16,-24,-31,-47,-27","w":330},"'":{"d":"30,-257v14,-1,16,10,14,24r-11,80r-5,0r-12,-87v1,-10,3,-17,14,-17","w":60},"(":{"d":"61,-114v0,69,12,119,53,141r0,8v-99,-29,-100,-269,0,-297r0,7v-41,21,-53,72,-53,141","w":133},")":{"d":"73,-114v0,-69,-12,-119,-53,-141r0,-7v100,28,99,268,0,297r0,-8v41,-21,53,-72,53,-141","w":133},"*":{"d":"94,-196v-9,19,-15,33,-26,47r-13,-8r30,-44r-53,3r0,-16r51,3v-8,-15,-17,-28,-29,-41r14,-9r27,45r26,-46r13,8r-28,42r50,-2r0,16v-16,-3,-34,-2,-52,-2r31,42r-15,9","w":188},"+":{"d":"142,-215r17,0r0,99r96,0r0,17r-96,0r0,99r-17,0r0,-99r-97,0r0,-17r97,0r0,-99","w":299},",":{"d":"41,5v-3,-23,11,-24,22,-32v8,22,-11,53,-21,78r-10,5v5,-16,12,-32,9,-51","w":110},"-":{"d":"26,-78r0,-21v34,3,68,4,103,0r0,21v-33,-3,-70,-4,-103,0","w":155,"k":{"o":-13,"Y":41,"X":13,"W":20,"V":21,"T":18,"Q":-13,"O":-13,"J":-7,"G":-13,"C":-7,"A":6}},".":{"d":"52,4v-9,-2,-8,-2,-10,-12v-4,-20,26,-28,26,-7v0,14,-4,18,-16,19","w":110},"\/":{"d":"132,-262r-103,264v-4,12,-7,22,-9,31r-19,0r104,-264v4,-12,7,-22,9,-31r18,0","w":140},"0":{"d":"110,-236v-99,2,-93,230,0,234v99,-1,94,-231,0,-234xm119,-244v59,0,85,46,85,111v0,77,-34,138,-104,138v-59,0,-84,-46,-84,-111v0,-76,34,-138,103,-138"},"1":{"d":"127,-243v-8,70,-4,156,-2,235r25,2r0,6r-77,0r0,-6r26,-2r2,-221v-12,4,-23,6,-35,8r0,-8"},"2":{"d":"168,1v-49,-6,-99,4,-144,-1v62,-79,99,-101,114,-180v11,-59,-86,-77,-88,-17v0,6,4,16,-4,15v-2,-11,-7,-20,-13,-29v29,-47,140,-43,133,25v-6,59,-23,55,-66,107r-48,58r114,-5v2,-6,-2,-17,8,-15v-3,12,-5,27,-6,42"},"3":{"d":"180,-90v-4,71,-71,105,-150,97r3,-25v7,-2,5,5,5,10v55,27,115,-19,115,-78v0,-53,-55,-76,-99,-55r-5,-4r75,-85v-41,1,-59,0,-80,11v-2,6,3,18,-6,16r-1,-36r118,0r1,4r-71,80v54,-7,98,14,95,65"},"4":{"d":"137,-84r0,-113r-97,113r97,0xm158,-70v0,25,0,50,5,69v-12,-2,-29,5,-35,-1r9,-6r0,-62r-120,1r0,-5v56,-55,108,-113,146,-173r4,2v-11,43,-9,105,-9,161v18,0,34,-2,51,-4r-16,23v-6,-7,-22,-5,-35,-5"},"5":{"d":"176,-94v-3,71,-62,110,-138,101r4,-25v6,-2,5,3,5,8v48,27,105,-13,105,-69v0,-55,-46,-96,-99,-72v-4,-19,3,-56,-2,-87v38,-2,86,6,119,-2r5,2v-8,7,-14,15,-18,25v-4,0,-4,-4,-4,-7v-21,-7,-47,-7,-78,-8v-3,20,-2,41,-2,64v57,-12,105,14,103,70"},"6":{"d":"102,5v-72,0,-98,-87,-51,-134v7,-7,27,-33,43,-50v29,-31,44,-53,50,-64r26,0v-58,59,-109,99,-119,171v-5,38,24,69,59,70v33,0,51,-27,52,-60v2,-46,-27,-78,-72,-65r-2,-7v50,-14,98,17,98,64v0,44,-38,75,-84,75"},"7":{"d":"192,-238v-42,85,-89,159,-102,238r-37,1v43,-77,86,-158,112,-228v-40,-1,-91,-4,-114,11v-2,5,2,18,-7,16r0,-38r148,0"},"8":{"d":"53,-67v0,36,24,64,58,64v33,0,52,-25,52,-58v0,-34,-23,-62,-56,-62v-30,0,-54,24,-54,56xm66,-186v0,30,14,55,41,55v27,1,47,-24,47,-53v0,-28,-20,-52,-46,-52v-26,0,-42,21,-42,50xm29,-58v1,-39,28,-59,62,-69v-29,-4,-48,-21,-50,-51v-4,-75,135,-92,137,-11v0,33,-22,51,-50,60v34,3,60,24,60,60v0,46,-39,75,-88,75v-40,0,-71,-26,-71,-64"},"9":{"d":"117,-243v70,0,98,85,52,132r-41,49v-30,34,-47,56,-53,67r-26,0v56,-59,109,-100,119,-171v5,-38,-23,-70,-58,-70v-32,0,-53,26,-53,60v0,46,33,79,77,64v1,11,-19,12,-31,12v-41,0,-70,-26,-70,-68v0,-44,38,-75,84,-75"},":":{"d":"52,4v-9,-2,-8,-2,-10,-12v-4,-20,26,-28,26,-7v0,14,-4,18,-16,19xm52,-133v-9,1,-8,-3,-10,-12v-4,-19,26,-27,26,-7v0,14,-4,19,-16,19","w":110},";":{"d":"53,-99v-9,1,-9,-3,-10,-12v0,-13,5,-18,17,-18v9,-1,9,3,10,12v0,13,-5,18,-17,18xm43,5v-7,-22,10,-24,22,-32v7,21,-12,52,-22,78r-10,5v5,-17,10,-32,10,-51","w":110},"<":{"d":"253,-200r0,20r-179,73r179,72r0,20r-207,-85r0,-14","w":299},"=":{"d":"45,-83r210,0r0,17r-210,0r0,-17xm45,-149r210,0r0,18r-210,0r0,-18","w":299},">":{"d":"46,-200r207,86r0,14r-207,85r0,-20r180,-72r-180,-73r0,-20","w":299},"?":{"d":"102,-15v0,12,-2,17,-15,17v-10,0,-11,-4,-11,-14v0,-11,4,-15,15,-15v9,0,11,3,11,12xm87,-78v0,9,5,15,10,19v-6,12,-30,6,-27,-10v6,-47,78,-103,70,-135v5,-52,-72,-64,-95,-25v-3,5,1,17,-8,16r-1,-28v36,-32,130,-30,130,33v0,58,-79,78,-79,130","w":200},"@":{"d":"246,-22v-24,0,-35,-13,-36,-38v-12,20,-28,37,-55,38v-30,1,-51,-26,-48,-59v4,-49,34,-96,85,-96v22,0,34,15,39,35r9,-32r23,0r-33,125v0,12,6,19,18,19v48,-8,72,-52,74,-106v2,-68,-53,-113,-124,-111v-96,3,-148,62,-153,158v-7,131,171,162,252,93r6,6v-31,22,-67,39,-115,39v-97,0,-162,-50,-162,-143v0,-98,70,-158,170,-161v76,-3,135,46,133,120v-1,58,-27,113,-83,113xm158,-30v47,-6,80,-82,56,-129v-6,-7,-13,-11,-22,-11v-44,0,-57,62,-62,103v-3,20,10,39,28,37","w":354},"A":{"d":"195,-8v-7,-26,-18,-52,-30,-81r-101,0v-10,28,-19,53,-24,81r28,1r0,7r-78,0r0,-7r23,-1v40,-68,78,-163,112,-254r4,0v22,78,66,185,98,254r23,1r0,7v-28,-2,-54,-2,-82,0r-1,-7xm68,-99r94,0r-45,-114","w":243,"k":{"y":26,"w":20,"v":20,"u":16,"t":16,"q":-7,"o":8,"f":6,"c":6,"Y":20,"X":6,"W":20,"V":21,"U":6,"T":26,"Q":13,"O":13,"G":13,"C":13,"A":6,";":-7,":":-7}},"B":{"d":"173,-68v0,-55,-42,-63,-99,-60r4,120v53,8,95,-6,95,-60xm78,-249r-4,112v51,2,85,-8,85,-55v0,-46,-31,-60,-81,-57xm202,-71v2,82,-99,73,-180,71r0,-7r26,-1r4,-120r-4,-121r-26,-1r0,-7v70,1,165,-15,165,59v0,34,-24,54,-54,63v43,6,68,21,69,64","w":226,"k":{"Y":6,"W":6,"V":6,"S":-7,"O":-7,"G":-7,"C":6,"-":-10}},"C":{"d":"144,-5v34,0,58,-10,80,-26r0,11v-24,16,-53,25,-88,26v-72,1,-119,-52,-119,-128v0,-108,84,-160,196,-135r0,43r-6,0r0,-20v-17,-13,-35,-20,-62,-20v-69,0,-100,52,-100,127v0,69,35,121,99,122","w":245,"k":{"S":-7,"A":6,"-":-8}},"D":{"d":"76,-249r-2,202v1,15,1,28,2,39v97,10,167,-25,166,-115v-1,-92,-66,-130,-166,-126xm266,-130v0,121,-116,140,-244,130r0,-7r26,-1r3,-195v-1,-18,-2,-33,-3,-46r-26,-1r0,-7v34,3,69,0,104,0v84,-1,140,45,140,127","w":283,"k":{"Y":6,"V":6,"A":6,"-":-11}},"E":{"d":"74,-128r4,119v37,-3,84,1,108,-14v3,-7,-2,-22,8,-21r0,44r-172,0r0,-7r26,-1r4,-120r-4,-121r-26,-1r0,-7r169,0r0,39v-11,2,-6,-12,-9,-18v-24,-11,-67,-14,-104,-11r-4,112v27,0,49,-2,69,-8v3,-7,-2,-22,9,-20r0,68r-6,0r-3,-26v-20,-5,-43,-7,-69,-7"},"F":{"d":"78,-247v-3,33,-4,74,-3,113v24,0,44,-2,62,-7v3,-7,-2,-22,9,-20r0,67r-6,0r-3,-25v-18,-5,-39,-7,-63,-7r3,118r30,1r0,7r-85,0r0,-7r26,-1r4,-120r-4,-121r-26,-1v0,-2,-1,-7,1,-7r162,0r0,47r-6,0r-3,-26v-23,-11,-63,-14,-98,-11","w":197,"k":{"y":20,"u":26,"r":26,"o":26,"i":26,"e":26,"a":33,"A":33,";":15,":":15,".":58,",":58}},"G":{"d":"238,-102v-4,25,-4,70,1,96v-108,33,-222,-2,-222,-116v0,-107,93,-160,205,-136r0,44r-6,0r0,-21v-17,-11,-39,-18,-65,-19v-69,0,-107,52,-107,125v0,93,76,153,167,116r0,-88r-30,-2r0,-6r77,0r0,6","w":272,"k":{"A":6,"-":-8}},"H":{"d":"22,0r0,-7r26,-1r4,-120r-4,-121r-26,-1v0,-2,-1,-7,1,-7r82,0r0,7r-27,1r-4,107r72,2r74,-2r-4,-107r-27,-1v0,-2,-1,-7,1,-7r82,0r0,7r-26,1r-4,121r4,120r26,1r0,7r-83,0r0,-7r27,-1r4,-123r-146,0r4,123r27,1r0,7r-83,0","w":294,"k":{".":6,",":6}},"I":{"d":"106,-257r0,7r-27,1r-4,121r4,120r27,1r0,7r-84,0r0,-7r26,-1r4,-120r-4,-121r-26,-1r0,-7r84,0","w":127},"J":{"d":"-10,35r0,-25v5,-1,5,3,5,7v5,9,12,14,25,14v75,-2,51,-147,51,-221v0,-30,-2,-50,-3,-59r-27,-1r0,-7r82,0r0,7r-25,1v-8,129,30,315,-108,284","w":143,"k":{"A":6,"-":6}},"K":{"d":"108,-257r0,7r-29,1r-4,96v39,-34,73,-63,96,-96r-25,-1v0,-2,-1,-7,1,-7r77,0r0,7v-38,-2,-42,16,-68,36v-19,14,-38,32,-59,52r108,134v9,10,10,10,19,20r22,1v1,16,-33,0,-53,7v-40,-56,-90,-121,-118,-147r4,139r27,1r0,7r-84,0r0,-7r26,-1r4,-120r-4,-121r-26,-1r0,-7r86,0","w":230,"k":{"y":20,"u":18,"e":13,"Y":-7,"T":-7,"-":18}},"L":{"d":"22,0r0,-7r26,-1r4,-120r-4,-121r-26,-1r0,-7r83,0r0,7r-27,1v-6,68,-5,167,0,240v41,0,79,-1,106,-14r3,-23r6,0r0,46r-171,0","w":207,"k":{"y":20,"u":26,"o":13,"e":13,"Y":26,"W":26,"V":33,"U":13,"T":33,"-":-7}},"M":{"d":"74,0v-24,-6,-67,9,-68,-7r22,-1v19,-76,33,-164,41,-254r7,0v29,77,67,139,118,226v26,-48,49,-90,67,-128v18,-38,33,-70,43,-98v3,0,7,-1,6,3v2,83,14,169,32,251r23,1v-1,17,-49,0,-75,7r0,-7r24,-1v-2,-63,-12,-113,-24,-195r-102,199r-2,0v-41,-70,-42,-69,-68,-117v-18,-32,-32,-61,-45,-87v-8,45,-15,80,-17,107v-2,32,-8,62,-3,93r21,1r0,7","w":376},"N":{"d":"258,-248v-11,73,-5,174,-4,257r-3,0r-120,-128v-30,-34,-55,-63,-73,-88v3,65,-3,142,7,199r27,1r0,7r-74,0r0,-6r25,-2v9,-71,9,-173,4,-251r5,0v53,80,118,154,190,224v-3,-70,5,-154,-7,-213r-27,-1v0,-2,-1,-7,1,-7r73,0r0,7","w":299},"O":{"d":"45,-135v0,77,44,133,116,134v69,1,111,-51,111,-122v0,-77,-42,-132,-116,-132v-69,0,-111,49,-111,120xm301,-128v0,86,-55,134,-142,134v-90,0,-142,-48,-142,-134v0,-87,55,-133,142,-134v90,-1,142,48,142,134","w":317,"k":{"Y":13,"X":13,"V":13,"A":13,";":-7,":":-7,".":15,"-":-13,",":15}},"P":{"d":"22,-257v75,4,172,-22,170,60v0,62,-49,92,-117,89r3,100r32,1r0,7r-88,0r0,-7r26,-1r4,-120r-4,-121r-26,-1r0,-7xm78,-249r-3,131v54,5,91,-15,91,-67v0,-51,-34,-71,-88,-64","w":208,"k":{"y":6,"u":13,"s":26,"r":6,"o":40,"n":6,"i":13,"e":26,"a":40,"A":31,";":10,":":10,".":79,"-":28,",":79}},"Q":{"d":"198,2v36,21,72,36,108,12r4,5v-28,19,-51,36,-89,19v-13,-5,-34,-14,-63,-28v-86,-9,-141,-49,-141,-138v0,-87,55,-133,142,-134v90,-1,140,48,142,134v2,70,-43,117,-103,130xm45,-135v0,77,44,133,116,134v69,1,111,-51,111,-122v0,-77,-42,-132,-116,-132v-69,0,-111,48,-111,120","w":317,"k":{"-":-13}},"R":{"d":"190,-198v0,43,-35,63,-80,64r86,105v10,9,16,25,39,22r0,7v-16,0,-34,-2,-49,0v-34,-42,-75,-103,-112,-136r4,128r30,1r0,7r-86,0r0,-7r26,-1r4,-120r-4,-121r-26,0r0,-8v71,3,170,-20,168,59xm165,-195v0,-50,-37,-60,-87,-53r-4,106v50,5,91,-5,91,-53","w":230,"k":{"y":20,"u":6,"o":13,"Y":6,"W":13,"T":6,"A":-7,";":6,":":6,".":-7,"-":10,",":-7}},"S":{"d":"188,-74v0,78,-86,92,-160,71v2,-16,2,-30,1,-47r6,0r2,26v42,30,128,34,128,-39v0,-80,-136,-36,-136,-121v0,-68,76,-93,144,-72r-1,37r-6,0r-1,-17v-34,-30,-112,-23,-112,37v0,86,135,38,135,125","w":216,"k":{"S":13}},"T":{"d":"122,-249r-4,121r4,120r27,1r0,7r-84,0r0,-7r26,-1r4,-120r-4,-121v-30,0,-56,3,-76,11v-3,7,2,21,-10,19r0,-40r156,2v15,0,31,-1,47,-2r0,40v-11,2,-6,-12,-8,-19v-21,-8,-48,-11,-78,-11","w":214,"k":{"y":53,"w":60,"u":53,"s":46,"r":46,"o":53,"i":26,"e":53,"c":53,"a":53,"T":-7,"A":26,";":63,":":63,".":60,"-":18,",":60}},"U":{"d":"155,6v-81,-3,-107,-43,-109,-137r-2,-118r-27,-1v0,-2,-1,-7,1,-7r81,0r0,7r-25,1r-6,123v-3,80,24,116,92,121v115,8,91,-146,78,-244r-28,-1v0,-2,-1,-7,1,-7r79,0r0,7r-25,1v-21,102,26,260,-110,255","w":302,"k":{"A":13}},"V":{"d":"125,-34v37,-79,75,-146,90,-215r-22,-1r0,-7r68,0r0,7r-20,1v-43,67,-86,177,-126,254r-86,-230v-4,-9,-8,-17,-12,-24r-25,-1r0,-7r85,0r0,7r-26,1v15,78,51,144,74,215","w":252,"k":{"y":33,"u":40,"o":46,"i":20,"e":46,"a":44,"O":13,"A":33,";":38,":":38,".":66,"-":15,",":66}},"W":{"d":"82,4v-14,-88,-32,-173,-54,-253r-23,-1r0,-7r75,0r0,7r-21,1v5,64,20,130,38,199r103,-212r4,0v1,27,46,158,65,214r20,-59v27,-81,41,-118,40,-142r-22,-1r0,-7r70,0r0,7r-21,1v-36,71,-68,161,-93,253r-4,0v-6,-42,-58,-186,-69,-222v-13,27,-13,27,-38,75v-36,72,-58,120,-66,147r-4,0","w":371,"k":{"y":33,"u":36,"r":33,"o":34,"i":20,"e":34,"a":34,"A":26,";":41,":":41,".":65,"-":20,",":65}},"X":{"d":"85,0v-26,-6,-74,8,-78,-6v29,1,34,-12,49,-30v23,-27,46,-61,68,-91r-81,-122r-29,-2v0,-2,-1,-6,1,-6r87,0r1,6r-26,2v15,37,40,70,60,103v20,-27,61,-86,64,-103r-26,-2r0,-6r75,0r0,6r-23,2v-30,31,-57,73,-84,110r72,109v6,8,11,15,17,22r26,2v-4,15,-55,-1,-83,6r0,-6r22,-2v-18,-40,-45,-76,-68,-112r-25,35v-20,27,-34,50,-44,77r25,2r0,6","w":262,"k":{"e":13,"O":13,"C":13,"A":13,"-":13}},"Y":{"d":"121,-116r4,108r27,1r0,7r-84,0r0,-7r26,-1r4,-102r-86,-139r-21,-1r0,-7r80,0r0,7r-26,1v17,42,42,82,70,127v23,-39,59,-77,66,-127r-23,-1r0,-7r70,0r0,7r-23,1","w":218,"k":{"u":40,"o":46,"i":20,"e":46,"a":40,"O":13,"C":13,"A":21,";":44,":":44,".":48,"-":28,",":48}},"Z":{"d":"189,-248v-58,0,-108,3,-152,14v-2,6,3,19,-7,18r0,-46v4,-1,6,1,5,5r192,2r-99,132r-79,114v57,-3,124,1,169,-13r2,-24r6,0r0,52v-6,2,-5,-3,-7,-6r-209,-2v64,-76,121,-163,179,-246","w":245,"k":{"-":-7}},"[":{"d":"76,-249v-6,84,-5,189,0,276r35,1r0,7r-61,0v5,-89,5,-201,0,-292r61,0r0,7","w":133},"\\":{"d":"20,-262v31,103,76,196,112,295r-18,0v-32,-99,-74,-201,-113,-295r19,0","w":140},"]":{"d":"58,27v5,-78,1,-165,2,-247v0,-11,-1,-20,-2,-29r-35,-1v0,-2,-1,-7,1,-7r59,0r0,292v-20,0,-41,-2,-60,0r0,-7","w":133},"^":{"d":"165,-257r29,0r93,99r-16,0r-91,-79r-92,79r-16,0","w":360},"_":{"d":"0,67r180,0r0,18r-180,0r0,-18","w":180},"`":{"d":"108,-195v-15,0,-16,-10,-29,-22v-11,-10,-20,-23,-32,-38r28,0v10,22,20,42,33,60","w":180},"a":{"d":"45,-55v0,54,62,62,91,32r0,-69v-37,-11,-91,-12,-91,37xm59,-172v73,-3,107,11,99,89r0,75r25,2r0,6r-47,0r0,-14v-39,27,-117,29,-118,-31v-1,-54,67,-70,118,-53v1,-38,-16,-67,-49,-68v-15,0,-23,6,-23,21r-5,0r0,-27","w":195},"b":{"d":"105,5v-122,2,-59,-165,-80,-275r-29,-1v2,-14,36,0,57,-6r-4,132v25,-15,45,-29,76,-30v46,-2,81,37,79,86v-2,58,-42,93,-99,94xm110,-162v-43,0,-64,25,-64,71v0,49,23,88,68,89v39,0,66,-38,66,-80v0,-45,-27,-81,-70,-80","w":220},"c":{"d":"42,-90v0,67,66,109,123,74r1,5v-60,37,-150,6,-150,-72v0,-73,77,-110,150,-84v-3,8,-2,21,-1,31v-8,2,-5,-8,-6,-13v-44,-42,-117,-8,-117,59","w":180},"d":{"d":"111,-4v24,1,42,-10,57,-22r0,-121v-14,-12,-34,-22,-59,-21v-45,0,-68,33,-68,82v0,47,26,83,70,82xm192,-277r-3,247v0,8,1,16,2,22r27,2v0,14,-31,0,-50,6r0,-17v-53,43,-160,20,-151,-64v-8,-83,90,-117,151,-76v-1,-37,2,-81,-4,-113r-29,-1v2,-13,37,-1,57,-6","w":237},"e":{"d":"147,-118v1,-44,-52,-67,-83,-37v-10,9,-16,21,-19,37r102,0xm44,-112v-17,88,66,137,125,91r3,6v-55,45,-156,10,-156,-69v0,-71,84,-119,138,-73v13,12,20,26,21,45r-131,0","w":190,"k":{"x":6}},"f":{"d":"119,-156v-9,-10,-30,-8,-50,-8r3,156r29,2r0,6r-84,0r0,-6r29,-2r3,-156r-32,0r0,-6r32,0v-11,-72,31,-119,107,-109r0,24v-5,1,-5,-3,-5,-7v-45,-24,-89,10,-82,68r0,24r66,0","w":126,"k":{".":13,"-":6,",":13}},"g":{"d":"95,-169v-30,0,-47,21,-47,52v0,32,16,55,46,54v30,0,47,-21,47,-52v0,-32,-16,-55,-46,-54xm164,-117v3,49,-58,72,-102,54v-3,32,2,40,39,40v55,0,81,5,83,51v2,48,-44,79,-93,79v-40,0,-90,-28,-70,-68v3,-7,8,-15,16,-25v9,5,-7,20,-4,32v0,33,29,53,64,53v35,0,66,-24,66,-59v0,-50,-64,-55,-106,-42r-8,-6v4,-17,6,-38,4,-59v-52,-27,-24,-118,44,-108v32,5,60,16,95,4r-4,13r-42,-1v11,11,17,24,18,42","w":196},"h":{"d":"126,-159v-37,2,-60,16,-59,62r1,89r29,2r0,6r-82,0r0,-6r30,-2r1,-211v-1,-24,-3,-41,-5,-51r-26,-1v2,-12,35,-1,54,-6v-4,44,-2,89,-2,136v40,-45,154,-49,140,44v4,34,-23,95,27,91v0,14,-35,0,-54,6v7,-63,22,-165,-54,-159","w":253},"i":{"d":"72,-172v-4,53,-4,110,-1,164r26,2r0,6r-76,0r0,-6r26,-2v4,-49,2,-107,0,-156r-28,0r0,-6xm62,-256v17,4,12,35,-7,32v-16,-4,-13,-36,7,-32","w":116},"j":{"d":"3,99v64,-36,33,-164,38,-263r-28,0r0,-6r54,-2v-12,70,12,181,-16,235v-9,18,-25,31,-46,42xm65,-241v0,10,-6,19,-16,17v-17,-3,-15,-35,6,-32v8,1,10,5,10,15","w":100},"k":{"d":"67,-99r1,91r29,2r0,6r-82,0r0,-6r30,-2r1,-211v-1,-24,-3,-41,-5,-51r-26,-1v2,-12,35,-1,54,-6v-4,56,-1,116,-2,176v34,-20,63,-34,77,-61r-25,-2r0,-6r72,0r1,6v-37,-2,-70,43,-101,56v34,41,62,77,96,100r26,2v-1,14,-37,0,-58,6v-31,-42,-53,-69,-88,-99","w":209,"k":{"y":13,"u":6,"o":6,"e":6}},"l":{"d":"64,-184v0,76,-36,188,46,178r0,5v-39,6,-69,8,-69,-45v0,-72,7,-161,-3,-224r-29,0v2,-14,37,-1,58,-7v-2,17,-3,49,-3,93","w":113},"m":{"d":"71,-142v31,-33,109,-47,127,4v24,-19,41,-34,76,-35v70,-2,61,75,57,143v-1,21,10,23,29,24v0,14,-33,-1,-52,6v1,-64,24,-161,-51,-158v-35,2,-56,17,-56,61r1,89r25,2r0,6r-70,0r0,-6r22,-2v-1,-65,17,-154,-54,-150v-35,3,-57,17,-56,61r2,89r29,2r0,6r-82,0r0,-6r29,-2v4,-49,2,-107,0,-156r-28,0r0,-6r54,-2","w":380},"n":{"d":"128,-159v-36,3,-60,17,-59,62r2,89r29,2r0,6r-82,0r0,-6r29,-2v4,-49,2,-107,0,-156r-28,0r0,-6r54,-2r-2,30v41,-45,155,-45,138,45v1,27,-5,61,1,84v3,5,17,6,26,7v0,14,-33,-1,-52,6v2,-68,22,-163,-56,-159","w":255},"o":{"d":"41,-91v0,47,29,89,75,89v44,0,69,-32,69,-75v1,-49,-28,-91,-74,-91v-43,-1,-70,33,-70,77xm115,-175v57,0,95,35,95,90v0,55,-42,90,-99,90v-55,0,-94,-36,-94,-90v0,-54,42,-90,98,-90","w":226,"k":{"x":6,"-":-13}},"p":{"d":"194,-88v9,-74,-82,-100,-125,-56r0,121v46,42,134,6,125,-65xm221,-91v0,79,-90,121,-152,78r3,109r28,2v-7,13,-53,1,-82,5r0,-5r28,-2v5,-80,5,-178,0,-260r-27,0r0,-6r51,-1r-1,17v54,-42,152,-18,152,63","w":237},"q":{"d":"17,-81v-8,-84,92,-119,151,-73r0,-17r50,1r0,6r-27,0v-4,81,-3,176,0,260r28,2v-7,13,-54,1,-82,5r0,-5r28,-2v3,-34,3,-71,3,-109v-58,37,-160,15,-151,-68xm41,-91v0,69,74,110,127,70r0,-124v-19,-12,-34,-23,-60,-23v-42,0,-67,33,-67,77","w":237},"r":{"d":"146,-147v-45,-13,-79,16,-77,71r2,68r29,2r0,6r-82,0r0,-6r29,-2v4,-49,2,-107,0,-156r-28,0r0,-6r54,-2r-2,45v22,-25,40,-45,79,-45r0,37v-7,2,-3,-8,-4,-12","w":150,"k":{"y":-7,"x":-7,"w":-7,"v":-7,"u":-7,"r":-7,"n":-7,"m":-7,"h":13,"g":13,".":36,"-":13,",":36}},"s":{"d":"143,-49v0,55,-72,64,-116,45v0,-14,0,-23,-2,-37r6,-1r0,18v21,28,91,32,91,-19v0,-58,-94,-23,-94,-84v0,-48,61,-55,106,-43r-2,33v-9,2,-4,-9,-5,-15v-15,-28,-79,-18,-79,20v0,54,95,21,95,83","w":168},"t":{"d":"65,-164v-8,78,-13,184,65,150r3,5v-47,28,-95,7,-92,-68r3,-87r-32,0r0,-6v10,-1,24,2,32,-1r0,-47r25,-9r-4,57r66,0r-20,16v-8,-11,-27,-10,-46,-10","w":145},"u":{"d":"116,-9v37,-2,63,-15,62,-64r-1,-91r-25,0r0,-6r49,-2r0,164r21,2v1,14,-27,0,-44,6r0,-28v-22,18,-45,29,-77,31v-77,2,-51,-95,-59,-167r-25,0r0,-6r49,-2v2,67,-19,166,50,163","w":249},"v":{"d":"95,3v-23,-62,-45,-121,-73,-165v-7,-2,-21,3,-19,-8r71,0r0,6r-24,2r55,132v24,-40,69,-123,65,-132v-6,-2,-24,2,-19,-8r58,0v2,10,-10,6,-16,8v-36,52,-70,108,-94,165r-4,0","w":209,"k":{".":34,",":34}},"w":{"d":"74,4r-46,-166r-22,-2r0,-6r71,0r0,6r-22,2v6,45,19,89,34,130r45,-66v15,-23,28,-47,42,-72r4,0v10,47,28,85,53,135v24,-45,47,-85,56,-127v-6,-2,-19,2,-17,-8v18,0,32,2,51,0v2,10,-9,6,-15,8v-32,53,-61,108,-80,164r-7,-1v-2,-10,-29,-78,-55,-135v-34,44,-63,90,-84,136","w":321,"k":{".":33,"-":6,",":33}},"x":{"d":"74,0v-26,-3,-66,8,-70,-6v39,0,49,-26,68,-47r27,-30r-70,-79v-5,-1,-19,0,-14,-8r67,0v2,11,-13,5,-20,8r50,62v16,-19,34,-40,46,-62v-6,-2,-23,1,-18,-8r59,0v2,11,-13,5,-20,8v-24,21,-42,43,-62,68r73,86v7,3,22,-3,20,8r-81,0r0,-6r27,-2v-14,-25,-36,-47,-54,-69v-18,23,-39,42,-52,69r24,2r0,6","w":214,"k":{"o":6,"e":6,"c":6}},"y":{"d":"98,4v-27,-68,-48,-122,-75,-166r-22,-2r0,-6r72,0r0,6r-21,2v16,48,37,94,58,137v19,-43,50,-89,62,-137v-6,-2,-24,2,-19,-8r58,0v2,11,-12,6,-18,8v-51,83,-95,169,-124,265r-44,0r0,-5r24,-3v20,-28,35,-59,49,-91","w":213,"k":{".":31,"-":6,",":31}},"z":{"d":"50,-7v42,-1,91,4,110,-15v1,-4,-3,-13,4,-11r0,33r-147,0r-1,-3r66,-87v19,-26,35,-50,49,-72v-36,0,-79,-5,-101,11v-1,4,2,13,-5,12r0,-31v45,2,99,-4,140,2v-42,49,-81,104,-115,161","w":182},"{":{"d":"81,-167v0,-62,-1,-107,68,-99r0,8v-46,-3,-45,27,-45,72v0,52,-9,65,-52,74v51,7,53,41,52,100v0,37,9,45,45,46v-1,3,2,9,-2,9v-66,6,-66,-37,-66,-99v0,-39,-13,-47,-50,-51r0,-10v38,-4,50,-11,50,-50","w":180},"|":{"d":"81,-275r19,0r0,360r-19,0r0,-360","w":180},"}":{"d":"76,-186v0,-44,1,-76,-45,-72v1,-3,-2,-9,2,-8v66,-6,66,37,66,99v0,38,12,46,50,50r0,10v-52,-1,-50,37,-50,89v0,49,-17,61,-68,61r0,-9v47,4,45,-27,45,-71v0,-52,9,-66,52,-75v-43,-9,-52,-22,-52,-74","w":180},"~":{"d":"147,-117v47,20,88,15,122,-15r0,20v-32,26,-78,32,-122,12v-51,-23,-79,-7,-116,17r0,-20v34,-24,69,-34,116,-14","w":299},"\u02dc":{"d":"58,-223v-13,1,-19,9,-26,19r-4,-3v10,-18,18,-33,38,-35v9,-1,46,19,56,19v14,0,19,-9,26,-19r4,3v-10,18,-18,33,-38,35v-10,1,-46,-20,-56,-19","w":180},"\u00a0":{"w":110}}});


$(document).ready(function() {


	Cufon.replace('h1',{ fontFamily: 'Helvetica Neue' });
	Cufon.replace('#navigation a', { fontFamily: 'Helvetica Neue', hover:true });
	Cufon.replace('#sub-box a', { fontFamily: 'Helvetica Neue', hover:true });
	
});



