/*
 * 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}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * � 1991, 2002 Adobe Systems Incorporated. All rights reserved. � 1981, 2002
 * Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Trade Gothic is a trademark of Linotype Corp. registered in the U.S. Patent and
 * Trademark Office and may be registered in certain other jurisdictions in the
 * name of Linotype Corp. or its licensee Linotype GmbH.
 * 
 * Full name:
 * TradeGothicLTStd-Extended
 * 
 * Designer:
 * Jackson Burke
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":259,"face":{"font-family":"Trade Gothic LT Std Extended","font-weight":400,"font-stretch":"expanded","units-per-em":"360","panose-1":"2 11 5 5 4 5 2 2 2 4","ascent":"262","descent":"-98","x-height":"6","bbox":"-14 -295 360 90","underline-thickness":"18","underline-position":"-18","stemh":"25","stemv":"29","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":129,"k":{"\u201c":20,"\u2018":20,"T":20,"V":20,"W":20,"Y":20,"A":20}},"!":{"d":"41,0r0,-42r37,0r0,42r-37,0xm48,-78r-8,-184r40,0r-7,184r-25,0","w":119},"\"":{"d":"51,-170r0,-92r24,0r0,92r-24,0xm105,-170r0,-92r24,0r0,92r-24,0","w":180},"#":{"d":"110,-159r-7,56r47,0r7,-56r-47,0xm39,-81r0,-22r42,0r7,-56r-38,0r0,-21r41,0r11,-82r22,0r-11,82r48,0r10,-82r22,0r-11,82r39,0r0,21r-42,0r-7,56r38,0r0,22r-42,0r-10,81r-22,0r11,-81r-48,0r-10,81r-22,0r11,-81r-39,0"},"$":{"d":"117,52r0,-52v-26,-3,-66,-6,-105,-49r22,-20v22,26,51,39,83,42r0,-93v-67,-12,-96,-32,-96,-68v0,-52,50,-70,97,-70r0,-37r23,0r0,37v56,2,83,28,99,43r-21,21v-30,-31,-52,-34,-78,-37r0,88v38,6,104,15,104,70v0,58,-57,70,-104,73r0,52r-24,0xm117,-148r0,-83v-32,0,-68,10,-68,39v0,23,18,35,68,44xm141,-115r0,88v34,-2,76,-11,76,-43v0,-30,-25,-36,-76,-45"},"%":{"d":"226,-58v0,22,18,40,40,40v22,0,40,-18,40,-40v0,-22,-18,-40,-40,-40v-22,0,-40,18,-40,40xm94,6r153,-274r21,0r-152,274r-22,0xm54,-203v0,22,18,40,40,40v22,0,40,-18,40,-40v0,-22,-18,-40,-40,-40v-22,0,-40,18,-40,40xm202,-58v0,-36,28,-65,64,-65v36,0,65,29,65,65v0,36,-29,64,-65,64v-36,0,-64,-28,-64,-64xm29,-203v0,-36,29,-65,65,-65v36,0,64,29,64,65v0,36,-28,64,-64,64v-36,0,-65,-28,-65,-64","w":360},"&":{"d":"289,-142r26,12v-14,33,-36,60,-58,81v26,16,42,24,72,26r0,29v-38,-1,-67,-11,-97,-34v-28,16,-58,34,-120,34v-64,0,-99,-28,-99,-79v0,-49,43,-72,85,-84v-38,-47,-30,-111,42,-111v40,0,70,18,70,57v0,46,-39,64,-60,69v25,28,49,50,84,78v32,-27,41,-48,55,-78xm43,-72v0,45,48,52,74,52v35,0,68,-13,90,-26v-35,-28,-73,-69,-90,-88v-30,9,-74,23,-74,62xm181,-213v0,-45,-78,-38,-76,2v0,16,10,31,25,46v23,-7,51,-16,51,-48","w":339},"\u2019":{"d":"30,-170r20,-54r-17,0r0,-38r37,0v4,42,-11,65,-22,92r-18,0","w":100,"k":{"\u2019":23," ":18,"d":20,"s":13}},"(":{"d":"81,-268r33,0v-42,50,-64,80,-64,148v0,68,22,98,64,148r-33,0v-47,-51,-60,-95,-60,-148v0,-53,13,-97,60,-148","w":119},")":{"d":"39,28r-33,0v42,-50,64,-80,64,-148v0,-68,-22,-98,-64,-148r33,0v47,51,60,95,60,148v0,53,-13,97,-60,148","w":119},"*":{"d":"27,-204r8,-27v15,5,33,20,47,18r-6,-49r28,0v0,16,-8,38,-4,51r45,-20r8,27v-16,4,-38,4,-51,11r34,37r-22,17v-9,-14,-13,-34,-25,-46r-23,46r-22,-17v10,-13,28,-25,33,-39","w":180},"+":{"d":"97,0r0,-80r-80,0r0,-22r80,0r0,-80r22,0r0,80r80,0r0,22r-80,0r0,80r-22,0","w":216},",":{"d":"43,57r20,-57r-17,0r0,-42r38,0r0,42r-23,57r-18,0","w":129,"k":{"\u201d":20,"\u2019":20," ":20}},"-":{"d":"11,-109r98,0r0,26r-98,0r0,-26","w":119},".":{"d":"46,0r0,-42r38,0r0,42r-38,0","w":129,"k":{"\u201d":20,"\u2019":20}},"\/":{"d":"-4,6r80,-274r25,0r-80,274r-25,0","w":100},"0":{"d":"130,-20v48,0,89,-39,89,-112v0,-57,-27,-110,-89,-110v-62,0,-89,53,-89,110v0,73,41,112,89,112xm130,6v-59,0,-118,-39,-118,-136v0,-115,78,-138,118,-138v40,0,118,23,118,138v0,97,-59,136,-118,136"},"1":{"d":"68,0r0,-27r52,0r0,-205r-57,4r0,-22v32,-2,53,-20,86,-18r0,241r53,0r0,27r-134,0"},"2":{"d":"241,-27r0,27r-226,0r0,-24v8,-16,29,-51,94,-83v61,-31,102,-37,102,-83v0,-29,-27,-52,-75,-52v-62,0,-82,34,-92,56r-26,-12v9,-27,41,-70,114,-70v74,0,109,31,109,76v0,55,-42,74,-84,92v-48,21,-81,35,-109,73r193,0"},"3":{"d":"6,-43r23,-19v26,28,57,42,98,42v32,0,83,-11,83,-55v0,-49,-73,-53,-135,-50r0,-27v55,1,129,1,126,-44v-4,-67,-141,-52,-162,-10r-22,-20v28,-49,213,-72,213,27v0,40,-27,52,-43,59v24,8,52,23,52,64v0,63,-56,82,-115,82v-68,0,-98,-29,-118,-49"},"4":{"d":"39,-85r138,0r0,-154xm207,-58r0,64r-30,0r0,-64r-171,0r0,-26r159,-178r42,0r0,177r42,0r0,27r-42,0"},"5":{"d":"14,-42r23,-20v16,20,34,42,91,42v58,0,87,-27,87,-66v0,-78,-129,-83,-165,-27r-24,-7r10,-142r189,0r0,27r-165,0r-6,83v15,-11,40,-24,82,-24v59,0,110,32,110,90v0,48,-35,92,-114,92v-72,0,-96,-25,-118,-48"},"6":{"d":"234,-237r-18,23v-68,-60,-178,-22,-176,87v28,-23,56,-40,101,-40v71,0,108,38,108,84v0,64,-55,89,-114,89v-72,0,-124,-48,-124,-132v0,-139,143,-175,223,-111xm219,-80v0,-37,-34,-61,-79,-61v-45,0,-76,23,-96,46v6,51,51,75,93,75v46,0,82,-20,82,-60"},"7":{"d":"20,-235r0,-27r221,0r0,18r-152,250r-35,0r149,-241r-183,0"},"8":{"d":"248,-71v0,61,-63,77,-118,77v-55,0,-118,-17,-118,-79v0,-43,43,-57,57,-64v-39,-15,-47,-37,-47,-66v0,-27,27,-65,108,-65v55,0,107,19,107,70v0,38,-29,51,-48,59v33,13,59,29,59,68xm41,-71v0,42,59,51,89,51v36,0,89,-10,89,-49v0,-44,-71,-55,-89,-55v-21,0,-89,8,-89,53xm208,-196v0,-38,-47,-46,-78,-46v-39,0,-79,9,-79,46v0,35,49,41,79,45v27,-3,78,-14,78,-45"},"9":{"d":"26,-25r18,-23v68,60,178,22,176,-87v-28,23,-57,41,-102,41v-71,0,-107,-39,-107,-85v0,-64,55,-89,114,-89v72,0,124,48,124,132v0,139,-143,175,-223,111xm41,-181v0,37,34,60,79,60v45,0,76,-22,96,-45v-6,-51,-51,-76,-93,-76v-46,0,-82,21,-82,61"},":":{"d":"46,0r0,-42r38,0r0,42r-38,0xm46,-108r0,-42r38,0r0,42r-38,0","w":129,"k":{" ":20}},";":{"d":"43,57r20,-57r-17,0r0,-42r38,0r0,42r-23,57r-18,0xm46,-108r0,-42r38,0r0,42r-38,0","w":129,"k":{" ":20}},"<":{"d":"17,-81r0,-20r182,-84r0,24r-153,70r153,70r0,24","w":216},"=":{"d":"17,-115r0,-22r182,0r0,22r-182,0xm17,-45r0,-22r182,0r0,22r-182,0","w":216},">":{"d":"199,-101r0,20r-182,84r0,-24r153,-70r-153,-70r0,-24","w":216},"?":{"d":"207,-203v0,72,-100,64,-93,124r-27,0v-1,-42,16,-56,54,-78v22,-12,35,-21,35,-44v0,-24,-24,-41,-62,-41v-34,0,-62,13,-79,43r-25,-15v23,-34,47,-54,104,-54v42,0,93,18,93,65xm82,0r0,-42r38,0r0,42r-38,0","w":219},"@":{"d":"87,-105v0,23,10,35,30,35v36,0,66,-54,66,-88v0,-24,-11,-32,-29,-32v-41,0,-67,53,-67,85xm198,-181v5,-6,6,-17,10,-25r22,0v-14,43,-33,82,-43,128v0,6,4,10,11,10v19,0,62,-34,62,-91v0,-55,-54,-90,-109,-90v-69,0,-123,54,-123,118v0,67,56,118,123,118v41,0,82,-20,100,-48r24,0v-24,42,-74,67,-124,67v-82,0,-145,-62,-145,-137v0,-76,65,-137,145,-137v72,0,131,47,131,114v0,57,-49,105,-89,105v-14,0,-26,-7,-26,-25v-10,11,-29,25,-53,25v-33,0,-50,-24,-50,-54v0,-51,38,-109,92,-109v18,0,34,9,42,31","w":288},"A":{"d":"90,-96r140,0r-70,-141xm6,0r135,-262r39,0r134,262r-36,0r-34,-68r-168,0r-35,68r-35,0","w":320},"B":{"d":"34,0r0,-262r152,0v30,0,101,1,101,69v0,36,-23,47,-40,55v16,7,49,21,49,65v0,71,-74,73,-128,73r-134,0xm66,-123r0,95r123,0v38,0,75,-7,75,-47v0,-74,-126,-41,-198,-48xm66,-235r0,85r111,0v37,0,79,-6,79,-43v0,-68,-122,-34,-190,-42","w":320,"k":{",":33,".":33,"A":6}},"C":{"d":"278,-83r28,14v-28,54,-76,75,-140,75v-102,0,-149,-60,-149,-136v0,-157,229,-184,285,-63r-27,12v-18,-43,-59,-61,-109,-61v-75,0,-117,41,-117,116v0,60,41,104,120,104v52,0,87,-21,109,-61","w":320,"k":{",":27,".":27}},"D":{"d":"34,0r0,-262r129,0v81,0,140,43,140,129v0,155,-132,132,-269,133xm66,-234r0,206r92,0v26,0,113,-3,113,-106v0,-116,-100,-100,-205,-100","w":320,"k":{"Y":27,",":33,".":33}},"E":{"d":"34,0r0,-262r233,0r0,28r-201,0r0,84r168,0r0,28r-168,0r0,94r206,0r0,28r-238,0","w":280},"F":{"d":"34,0r0,-262r239,0r0,28r-207,0r0,83r175,0r0,28r-175,0r0,123r-32,0","w":280,"k":{",":72,".":72,"A":40,"a":18,"e":-18,"i":6,"o":18,"r":16}},"G":{"d":"164,-127r135,0r0,129r-28,0r0,-38v-18,21,-46,42,-105,42v-102,0,-149,-60,-149,-136v0,-90,61,-138,149,-138v62,0,110,28,129,72r-26,14v-53,-104,-220,-70,-220,56v0,60,40,104,118,104v48,0,99,-23,103,-77r-106,0r0,-28","w":320,"k":{",":20,".":20}},"H":{"d":"35,0r0,-262r32,0r0,111r206,0r0,-111r32,0r0,262r-32,0r0,-123r-206,0r0,123r-32,0","w":339},"I":{"d":"34,0r0,-262r32,0r0,262r-32,0","w":100},"J":{"d":"154,-262r32,0r0,170v0,79,-57,98,-98,98v-57,0,-76,-33,-85,-56r28,-14v6,15,18,42,60,42v39,0,63,-26,63,-69r0,-171","w":219,"k":{",":40,".":40,"A":9,"a":6,"e":6,"o":6,"u":6}},"K":{"d":"34,0r0,-262r32,0r0,140r178,-140r49,0r-128,99r147,163r-43,0r-129,-144r-74,58r0,86r-32,0","w":320,"k":{"y":27,"e":6,"o":6,"u":6,"O":13}},"L":{"d":"34,0r0,-262r32,0r0,234r207,0r0,28r-239,0","w":280,"k":{"T":72,"V":63,"W":33,"y":33,"Y":81,"\u201d":54,"\u2019":54}},"M":{"d":"34,0r0,-262r49,0r97,221r97,-221r49,0r0,262r-29,0r-1,-234r-102,234r-27,0r-104,-234r0,234r-29,0","w":360},"N":{"d":"34,0r0,-262r45,0r195,216r0,-216r32,0r0,262r-32,0r-210,-234r0,234r-30,0","w":339,"k":{",":27,".":27}},"O":{"d":"17,-129v0,-87,64,-139,153,-139v89,0,153,52,153,139v-1,182,-305,181,-306,0xm49,-135v0,80,57,113,121,113v64,0,121,-33,121,-113v0,-58,-45,-107,-121,-107v-76,0,-121,49,-121,107","w":339,"k":{"T":13,"Y":13,",":27,".":27,"X":6}},"P":{"d":"34,0r0,-262v103,9,255,-36,255,75v0,102,-128,69,-223,75r0,112r-32,0xm66,-234r0,94v68,-5,192,22,192,-46v0,-69,-123,-43,-192,-48","w":299,"k":{",":90,".":90,"A":40}},"Q":{"d":"322,4r0,30v-42,0,-62,-8,-88,-39v-100,33,-217,-8,-217,-124v0,-87,64,-139,153,-139v89,0,153,52,153,139v0,54,-25,90,-62,112v9,10,21,21,61,21xm174,-62r0,-30v33,6,51,18,69,52v29,-17,48,-48,48,-95v0,-58,-45,-107,-121,-107v-76,0,-121,49,-121,107v1,97,83,127,168,107v-11,-18,-21,-29,-43,-34","w":339,"k":{",":27,".":27}},"R":{"d":"66,-234r0,90v70,-7,192,25,192,-45v0,-70,-123,-38,-192,-45xm34,0r0,-262r151,0v42,0,103,9,103,73v0,55,-50,71,-82,72r86,117r-39,0r-84,-116r-103,0r0,116r-32,0","w":320,"k":{"T":13,"Y":20}},"S":{"d":"12,-54r25,-21v15,20,41,53,119,53v40,0,95,-11,95,-52v0,-80,-228,-10,-228,-116v0,-56,51,-78,122,-78v69,0,112,28,130,53r-23,19v-11,-12,-36,-46,-107,-46v-53,0,-90,14,-90,47v0,79,228,4,228,121v0,44,-42,80,-131,80v-86,0,-118,-35,-140,-60","w":299,"k":{",":33,".":33}},"T":{"d":"134,0r0,-234r-126,0r0,-28r284,0r0,28r-126,0r0,234r-32,0","w":299,"k":{"w":54,"y":54,",":72,".":72,"A":45,"a":54,"e":45,"o":45,"r":54,"u":54,"O":13,":":54,"-":63,";":54}},"U":{"d":"305,-262r0,154v0,95,-74,114,-135,114v-61,0,-135,-19,-135,-114r0,-154r32,0r0,154v0,60,39,88,103,88v64,0,103,-28,103,-88r0,-154r32,0","w":339,"k":{",":33,".":33,"A":20}},"V":{"d":"-1,-262r35,0r116,227r116,-227r35,0r-136,262r-31,0","w":299,"k":{",":72,".":72,"A":27,"a":25,"e":20,"o":20,"u":13,":":54,"-":40,";":54}},"W":{"d":"86,0r-82,-262r33,0r63,213r65,-213r30,0r65,212r63,-212r33,0r-81,262r-31,0r-64,-213r-64,213r-30,0","w":360,"k":{",":40,".":40,"A":9,"a":13,"e":13,"o":13,"u":9,":":40,"-":20,";":40}},"X":{"d":"2,0r128,-136r-117,-126r42,0r95,104r97,-104r42,0r-117,126r125,136r-41,0r-105,-114r-106,114r-43,0","w":299},"Y":{"d":"144,0r0,-106r-135,-156r41,0r110,128r109,-128r42,0r-135,156r0,106r-32,0","w":319,"k":{",":90,".":90,"A":54,"a":54,"e":54,"i":6,"o":54,"u":46,"O":13,":":72,"-":63,";":72,"S":20}},"Z":{"d":"6,0r0,-19r212,-215r-201,0r0,-28r252,0r0,20r-210,214r215,0r0,28r-268,0","w":280},"[":{"d":"28,22r0,-284r87,0r0,16r-58,0r0,252r58,0r0,16r-87,0","w":119},"\\":{"d":"79,6r-80,-274r25,0r80,274r-25,0","w":100},"]":{"d":"92,-262r0,284r-87,0r0,-16r58,0r0,-252r-58,0r0,-16r87,0","w":119},"^":{"d":"176,-99r-68,-135r-68,135r-24,0r83,-163r18,0r83,163r-24,0","w":216},"_":{"d":"0,45r0,-18r180,0r0,18r-180,0","w":180},"\u2018":{"d":"70,-262r-20,55r17,0r0,37r-37,0v-4,-43,12,-65,23,-92r17,0","w":100,"k":{"\u2018":23,"A":40}},"a":{"d":"212,-133v0,44,-3,94,3,133r-29,0v-1,-6,-4,-15,-4,-23v-27,18,-58,29,-94,29v-31,0,-76,-8,-76,-57v0,-65,98,-68,171,-77v4,-33,-28,-41,-61,-42v-50,0,-68,20,-77,31r-22,-15v11,-13,31,-40,97,-40v43,0,92,13,92,61xm183,-48r0,-56v-86,8,-144,17,-144,53v0,30,34,33,48,33v41,0,77,-20,96,-30","w":240},"b":{"d":"56,-132r0,73v18,19,51,40,82,40v51,0,81,-34,81,-73v2,-101,-129,-88,-163,-40xm27,-262r29,0r0,100v25,-19,45,-32,84,-32v81,0,108,57,108,101v0,43,-30,99,-104,99v-42,0,-61,-13,-89,-36r-7,30r-23,0","k":{",":27,".":27}},"c":{"d":"218,-143r-25,15v-8,-13,-26,-41,-73,-41v-39,0,-79,22,-79,77v-1,76,122,104,158,30r25,14v-17,29,-44,54,-103,54v-68,0,-109,-44,-109,-101v0,-65,50,-99,108,-99v57,0,84,27,98,51","w":240,"k":{",":27,".":27}},"d":{"d":"204,-59r0,-73v-34,-48,-165,-61,-163,40v0,39,30,73,81,73v31,0,64,-21,82,-40xm204,-262r29,0r2,262r-26,0r-4,-30v-28,23,-48,36,-91,36v-73,0,-102,-56,-102,-99v0,-44,27,-101,108,-101v39,0,58,13,84,32r0,-100"},"e":{"d":"198,-56r22,17v-19,21,-38,45,-102,45v-63,0,-106,-43,-106,-101v0,-60,44,-99,102,-99v60,0,113,31,112,106r-185,0v3,35,31,69,80,69v49,0,65,-22,77,-37xm42,-113r152,0v-6,-31,-32,-56,-77,-56v-43,0,-67,21,-75,56","w":240,"k":{",":27,".":27}},"f":{"d":"56,0r0,-159r-48,0r0,-25r48,0v-1,-45,3,-84,67,-84v30,0,41,3,49,5r0,26v-13,-3,-26,-6,-41,-6v-46,0,-47,23,-46,59r77,0r0,25r-77,0r0,159r-29,0","w":180,"k":{",":63,".":63}},"g":{"d":"228,-195r0,26v-22,0,-29,5,-35,8v23,43,8,98,-77,101v-28,0,-38,-3,-55,-9v-9,3,-13,8,-13,15v0,13,7,15,73,16v71,1,108,6,108,46v0,50,-71,58,-121,58v-39,0,-101,-7,-101,-53v0,-14,7,-25,32,-34v-10,-6,-20,-12,-20,-27v0,-17,16,-26,26,-32v-15,-14,-26,-26,-26,-48v-2,-74,112,-80,161,-48v15,-13,23,-19,48,-19xm35,14v0,44,166,35,166,-3v0,-17,-13,-20,-66,-22v-23,-1,-46,-1,-69,-2v-20,7,-31,14,-31,27xm111,-170v-27,0,-64,8,-64,43v0,37,44,43,65,43v28,0,63,-9,63,-43v0,-36,-37,-43,-64,-43","w":240,"k":{",":19,".":19}},"h":{"d":"27,0r0,-262r29,0r0,101v20,-17,46,-33,79,-33v23,0,78,6,78,70r0,124r-29,0r0,-118v-6,-87,-101,-46,-128,-13r0,131r-29,0","w":240},"i":{"d":"26,0r0,-188r29,0r0,188r-29,0xm23,-262r34,0r0,34r-34,0r0,-34","w":80},"j":{"d":"-1,63r0,-25v22,7,41,2,41,-28r0,-198r28,0r0,205v5,39,-31,56,-69,46xm37,-262r34,0r0,34r-34,0r0,-34","w":100},"k":{"d":"27,0r0,-262r29,0r0,167r120,-93r45,0r-88,68r100,120r-37,0r-85,-103r-55,41r0,62r-29,0","w":240},"l":{"d":"26,0r0,-262r29,0r0,262r-29,0","w":80},"m":{"d":"26,0r0,-188r28,0r0,26v22,-18,44,-32,75,-32v41,0,51,19,59,33v30,-25,49,-33,77,-33v17,0,69,4,69,58r0,136r-29,0r0,-125v0,-12,0,-44,-41,-44v-33,0,-58,21,-70,33r0,136r-29,0r0,-125v0,-12,1,-44,-40,-44v-33,0,-58,21,-70,33r0,136r-29,0","w":359},"n":{"d":"27,0r0,-188r29,0r0,27v20,-17,46,-33,79,-33v23,0,78,6,78,70r0,124r-29,0r0,-118v-6,-87,-101,-46,-128,-13r0,131r-29,0","w":240},"o":{"d":"120,6v-64,0,-108,-37,-108,-104v0,-54,42,-96,108,-96v66,0,109,42,109,96v0,67,-45,104,-109,104xm120,-19v49,0,79,-30,79,-75v0,-34,-22,-75,-79,-75v-57,0,-79,41,-79,75v0,45,30,75,79,75","w":240,"k":{",":27,".":27}},"p":{"d":"56,-129r0,73v34,48,165,61,163,-40v0,-39,-30,-73,-81,-73v-31,0,-64,21,-82,40xm27,66r0,-254r29,0r0,28v27,-22,46,-34,89,-34v73,0,103,55,103,98v0,44,-27,102,-108,102v-39,0,-58,-13,-84,-32r0,92r-29,0","k":{",":27,".":27}},"q":{"d":"204,-56r0,-73v-18,-19,-51,-40,-82,-40v-51,0,-81,34,-81,73v-2,101,129,88,163,40xm233,-188r0,254r-29,0r0,-92v-26,19,-45,32,-84,32v-81,0,-108,-58,-108,-102v0,-43,29,-98,102,-98v43,0,62,12,90,35r7,-29r22,0"},"r":{"d":"27,0r0,-188r29,0r0,39v19,-22,49,-52,96,-44r0,30v-43,-19,-99,41,-96,50r0,113r-29,0","w":159,"k":{",":63,".":63,":":33,"-":33,";":33}},"s":{"d":"10,-39r21,-20v18,23,46,40,86,40v31,0,59,-10,59,-32v0,-53,-157,-8,-157,-86v0,-43,44,-57,84,-57v63,0,86,27,96,41r-20,18v-15,-20,-40,-34,-77,-34v-35,0,-54,10,-54,30v0,49,157,5,157,86v0,43,-43,59,-91,59v-42,0,-76,-12,-104,-45","w":219,"k":{",":27,".":27}},"t":{"d":"148,-188r0,25r-75,0r0,113v-5,37,49,34,80,25r0,25v-21,3,-35,6,-47,6v-62,0,-62,-38,-62,-53r0,-116r-40,0r0,-25r40,0r0,-63r29,0r0,63r75,0","w":159},"u":{"d":"213,-188r0,188r-29,0r0,-27v-20,17,-46,33,-79,33v-23,0,-78,-6,-78,-70r0,-124r29,0r0,118v6,87,101,46,128,13r0,-131r29,0","w":240},"v":{"d":"105,0r-96,-188r32,0r79,156r80,-156r31,0r-96,188r-30,0","w":240,"k":{",":63,".":63}},"w":{"d":"85,0r-80,-188r30,0r63,153r58,-153r28,0r58,153r62,-153r30,0r-79,188r-28,0r-57,-153r-58,153r-27,0","w":339,"k":{",":54,".":54}},"x":{"d":"0,0r91,-99r-84,-89r38,0r66,70r63,-70r38,0r-84,89r92,99r-38,0r-71,-80r-73,80r-38,0","w":219},"y":{"d":"18,60r0,-26v43,13,64,8,87,-41r-96,-181r31,0r81,152r77,-152r32,0r-110,212v-14,33,-58,53,-102,36","w":240,"k":{",":72,".":72}},"z":{"d":"203,-188r-1,18r-142,145r146,0r0,25r-192,0r0,-18r143,-145r-136,0r0,-25r182,0","w":219},"{":{"d":"103,22v-35,1,-64,1,-64,-36v0,-32,10,-104,-22,-98r0,-16v52,4,-16,-141,59,-134r27,0r0,16v-19,0,-35,-2,-35,19v0,38,9,103,-22,107v31,3,22,70,22,107v0,21,16,19,35,19r0,16","w":119},"|":{"d":"29,90r0,-360r22,0r0,360r-22,0","w":79},"}":{"d":"17,-262v36,-2,64,0,64,37v0,32,-10,104,22,97r0,16v-52,-4,16,142,-59,134r-27,0r0,-16v19,0,35,2,35,-19v0,-37,-10,-103,21,-107v-30,-4,-21,-70,-21,-107v0,-21,-16,-19,-35,-19r0,-16","w":119},"~":{"d":"70,-114v24,0,56,23,77,24v14,0,23,-13,31,-26r13,17v-11,15,-23,31,-45,31v-27,0,-48,-25,-75,-25v-17,0,-26,13,-33,26r-13,-16v8,-15,21,-31,45,-31","w":216},"'":{"d":"38,-170r0,-92r24,0r0,92r-24,0","w":100},"\u201c":{"d":"148,-262r-19,55r14,0r0,37r-35,0v-4,-43,12,-65,23,-92r17,0xm72,-262r-20,55r15,0r0,37r-35,0v-4,-42,11,-65,22,-92r18,0","w":180,"k":{"A":40}},"\u2013":{"d":"0,-86r0,-20r180,0r0,20r-180,0","w":180},"\u201d":{"d":"108,-170r20,-54r-15,0r0,-38r35,0v4,42,-11,65,-22,92r-18,0xm32,-170r19,-54r-14,0r0,-38r35,0r0,40r-23,52r-17,0","w":180,"k":{" ":20}},"\u2026":{"d":"42,0r0,-42r37,0r0,42r-37,0xm162,0r0,-42r37,0r0,42r-37,0xm282,0r0,-42r37,0r0,42r-37,0","w":360},"`":{"d":"27,-266r39,51r-26,0r-54,-51r41,0","w":79},"\u2014":{"d":"360,-86r-360,0r0,-20r360,0r0,20","w":360},"\u2122":{"d":"58,-113r0,-129r-46,0r0,-20r115,0r0,20r-47,0r0,129r-22,0xm153,-113r0,-149r32,0r47,119r47,-119r31,0r0,149r-21,0r-1,-118r-48,118r-17,0r-48,-118r0,118r-22,0","w":360},"\u00d7":{"d":"108,-107r67,-67r16,16r-68,67r68,67r-16,16r-67,-68r-67,68r-16,-16r68,-67r-68,-67r16,-16","w":216},"\u00a9":{"d":"196,-103r24,0v-9,37,-34,61,-72,61v-52,0,-85,-38,-85,-89v0,-53,31,-89,84,-89v38,0,68,20,73,59r-24,0v-20,-67,-109,-33,-109,30v0,34,24,68,61,68v25,0,44,-19,48,-40xm7,-131v0,-76,61,-137,137,-137v76,0,138,61,138,137v0,76,-62,137,-138,137v-76,0,-137,-61,-137,-137xm28,-131v0,64,52,116,116,116v64,0,116,-52,116,-116v0,-64,-52,-116,-116,-116v-64,0,-116,52,-116,116","w":288},"\u00a0":{"w":129,"k":{"\u201c":20,"\u2018":20,"T":20,"V":20,"W":20,"Y":20,"A":20}}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * � 1991, 2002 Adobe Systems Incorporated. All rights reserved. � 1981, 2002
 * Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * Trade Gothic is a trademark of Linotype Corp. registered in the U.S. Patent and
 * Trademark Office and may be registered in certain other jurisdictions in the
 * name of Linotype Corp. or its licensee Linotype GmbH.
 * 
 * Full name:
 * TradeGothicLTStd-BoldExt
 * 
 * Designer:
 * Jackson Burke
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":259,"face":{"font-family":"Trade Gothic LT Std Extended","font-weight":700,"font-stretch":"expanded","units-per-em":"360","panose-1":"2 11 8 5 4 5 2 2 2 4","ascent":"262","descent":"-98","x-height":"6","bbox":"-10 -299 360 90","underline-thickness":"18","underline-position":"-18","stemh":"38","stemv":"45","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":129,"k":{"\u201c":13,"\u2018":13,"T":13,"V":13,"W":13,"Y":13,"A":13}},"!":{"d":"34,-262r52,0r-10,179r-32,0xm36,0r0,-51r48,0r0,51r-48,0","w":119},"\"":{"d":"99,-155r0,-107r35,0r0,107r-35,0xm26,-155r0,-107r34,0r0,107r-34,0","w":159},"#":{"d":"139,0r11,-78r-54,0r-10,78r-32,0r11,-78r-33,0r0,-31r37,0r6,-44r-33,0r0,-31r36,0r11,-78r32,0r-11,78r53,0r11,-78r32,0r-11,78r33,0r0,31r-37,0r-6,44r33,0r0,31r-37,0r-10,78r-32,0xm154,-109r5,-44r-53,0r-6,44r54,0"},"$":{"d":"148,-226r0,73v52,9,103,25,103,77v0,60,-53,80,-103,82r0,44r-35,0r0,-44v-54,-4,-91,-32,-104,-54r33,-32v8,12,29,37,71,44r0,-76v-49,-12,-99,-19,-99,-77v0,-55,51,-79,99,-79r0,-31r35,0r0,31v49,3,85,32,96,48r-31,32v-10,-16,-36,-35,-65,-38xm113,-160r0,-66v-25,-1,-54,7,-54,33v0,25,36,30,54,33xm148,-105r0,69v54,3,85,-54,22,-64"},"%":{"d":"90,-172v17,0,30,-13,30,-30v0,-17,-13,-30,-30,-30v-17,0,-30,13,-30,30v0,17,13,30,30,30xm86,11r155,-279r32,0r-155,279r-32,0xm24,-202v0,-37,29,-66,66,-66v37,0,66,29,66,66v0,37,-29,66,-66,66v-37,0,-66,-29,-66,-66xm270,6v-37,0,-66,-29,-66,-66v0,-37,29,-66,66,-66v37,0,66,29,66,66v0,37,-29,66,-66,66xm240,-60v0,17,13,30,30,30v17,0,30,-13,30,-30v0,-17,-13,-30,-30,-30v-17,0,-30,13,-30,30","w":360},"&":{"d":"117,-207v0,14,14,39,33,36v39,-7,49,-69,0,-68v-20,0,-33,12,-33,32xm330,6v-45,2,-84,-16,-102,-30v-63,47,-221,45,-218,-51v1,-46,41,-73,83,-83v-11,-12,-20,-35,-20,-49v0,-41,38,-61,76,-61v40,0,80,18,80,62v0,43,-33,59,-60,70r61,57v24,-16,42,-43,54,-64r40,21v-16,26,-34,50,-57,70v18,13,40,16,63,15r0,43xm60,-76v0,58,93,42,131,22v-24,-19,-46,-43,-72,-69v-24,7,-59,17,-59,47","w":339},"\u2019":{"d":"26,-211r0,-51r48,0r0,53r-23,54r-24,0r20,-56r-21,0","w":100,"k":{"\u2019":20," ":13,"r":9,"d":20,"l":9,"s":13}},"(":{"d":"67,-268r49,0v-39,40,-65,86,-65,148v0,62,26,108,65,148r-49,0v-35,-36,-61,-89,-61,-148v0,-59,26,-112,61,-148","w":119},")":{"d":"53,28r-49,0v83,-72,84,-225,0,-296r49,0v35,36,61,89,61,148v0,59,-26,112,-61,148","w":119},"*":{"d":"148,-240r12,38r-55,8r42,37r-33,25r-25,-50r-21,50r-34,-24r39,-38r-53,-8r11,-36r48,24r-10,-54r41,0r-11,54","w":180},"+":{"d":"91,0r0,-74r-74,0r0,-34r74,0r0,-74r34,0r0,74r74,0r0,34r-74,0r0,74r-34,0","w":216},",":{"d":"41,0r0,-51r48,0r0,53r-23,53r-24,0r20,-55r-21,0","w":129,"k":{"\u201d":13,"\u2019":13," ":13}},"-":{"d":"16,-83r0,-38r88,0r0,38r-88,0","w":119},".":{"d":"41,0r0,-51r48,0r0,51r-48,0","w":129,"k":{"\u201d":13,"\u2019":13," ":13}},"\/":{"d":"-10,6r82,-274r39,0r-83,274r-38,0","w":100},"0":{"d":"60,-131v0,65,29,96,70,96v41,0,70,-31,70,-96v0,-46,-13,-96,-70,-96v-57,0,-70,50,-70,96xm12,-131v0,-77,34,-137,118,-137v84,0,118,60,118,137v0,93,-48,137,-118,137v-70,0,-118,-44,-118,-137"},"1":{"d":"63,-201r0,-30v28,-4,51,-12,72,-37r27,0r0,268r-45,0r0,-201r-54,0"},"2":{"d":"8,0r0,-36r133,-81v28,-17,55,-33,55,-63v0,-47,-53,-47,-67,-47v-44,0,-63,23,-70,51r-48,0v0,-37,32,-92,117,-92v60,0,116,21,116,89v0,80,-95,99,-146,137r142,0r0,42r-232,0"},"3":{"d":"88,-117r0,-41v44,0,102,4,102,-35v0,-26,-26,-34,-61,-34v-55,0,-68,25,-68,33r-45,0v0,-18,13,-74,112,-74v71,0,110,29,110,74v0,35,-25,50,-37,55v13,6,43,21,43,63v0,45,-39,82,-115,82v-100,0,-118,-56,-119,-83r48,0v4,20,24,42,67,42v40,0,71,-12,72,-46v0,-17,-14,-36,-60,-36r-49,0"},"4":{"d":"6,-95r159,-167r50,0r0,167r33,0r0,40r-33,0r0,55r-45,0r0,-55r-164,0r0,-40xm170,-95r0,-118r-113,118r113,0"},"5":{"d":"233,-262r0,41r-167,0r-3,57v14,-9,38,-19,73,-19v66,0,111,32,111,93v0,50,-31,96,-119,96v-106,0,-116,-65,-116,-79r48,0v0,10,16,38,69,38v44,0,70,-21,70,-55v0,-33,-30,-53,-69,-53v-42,0,-59,19,-64,25r-45,0r5,-144r207,0"},"6":{"d":"244,-195r-48,0v-1,-12,-21,-32,-56,-32v-39,0,-77,24,-78,84v15,-12,39,-27,79,-27v71,0,107,41,107,86v0,53,-41,90,-110,90v-67,0,-126,-41,-126,-133v0,-63,31,-141,128,-141v73,0,102,45,104,73xm200,-83v0,-28,-23,-47,-62,-47v-45,0,-64,24,-75,32v6,36,31,63,73,63v35,0,64,-16,64,-48"},"7":{"d":"56,0r127,-221r-167,0r0,-41r228,0r0,23r-132,239r-56,0"},"8":{"d":"13,-72v0,-39,29,-61,46,-66v-25,-10,-40,-29,-40,-58v0,-41,35,-72,111,-72v78,0,112,35,112,72v0,34,-21,50,-41,58v17,5,46,27,46,66v0,57,-52,78,-117,78v-65,0,-117,-21,-117,-78xm60,-76v0,32,30,41,70,41v40,0,69,-9,69,-41v0,-33,-33,-40,-69,-40v-36,0,-70,7,-70,40xm65,-192v0,28,29,36,65,36v36,0,65,-8,65,-36v0,-32,-43,-35,-65,-35v-22,0,-65,3,-65,35"},"9":{"d":"16,-67r48,0v1,12,21,32,56,32v39,0,77,-23,78,-83v-15,12,-40,26,-80,26v-71,0,-106,-40,-106,-85v0,-53,41,-91,110,-91v67,0,126,41,126,133v0,63,-31,141,-128,141v-73,0,-102,-45,-104,-73xm60,-179v0,28,23,48,62,48v45,0,64,-25,75,-33v-6,-36,-32,-63,-74,-63v-35,0,-63,16,-63,48"},":":{"d":"41,-109r0,-51r48,0r0,51r-48,0xm41,0r0,-51r48,0r0,51r-48,0","w":129,"k":{" ":13}},";":{"d":"41,0r0,-51r48,0r0,53r-23,53r-24,0r20,-55r-21,0xm41,-109r0,-51r48,0r0,51r-48,0","w":129,"k":{" ":13}},"<":{"d":"199,4r-182,-79r0,-31r182,-79r0,36r-133,59r133,58r0,36","w":216},"=":{"d":"17,-114r0,-34r182,0r0,34r-182,0xm17,-34r0,-34r182,0r0,34r-182,0","w":216},">":{"d":"17,-185r182,79r0,31r-182,79r0,-36r133,-58r-133,-59r0,-36","w":216},"?":{"d":"82,-82v-6,-39,19,-62,48,-78v19,-11,31,-20,31,-38v0,-23,-21,-32,-51,-32v-55,0,-65,35,-68,41r-40,-18v4,-9,27,-61,104,-61v112,0,137,88,59,137v-28,18,-44,21,-42,49r-41,0xm78,0r0,-51r48,0r0,51r-48,0","w":219},"@":{"d":"179,-143v0,-18,-10,-31,-29,-31v-28,0,-48,33,-48,59v0,20,12,34,29,34v28,0,48,-35,48,-62xm197,-201r28,0v-8,36,-23,77,-27,115v0,6,1,8,6,8v23,0,47,-32,47,-71v0,-60,-45,-92,-102,-92v-60,0,-107,47,-107,110v0,102,133,145,193,76r29,0v-62,108,-254,63,-254,-76v0,-82,66,-137,143,-137v66,0,125,44,125,112v0,72,-60,106,-89,106v-14,1,-21,-9,-24,-21v-29,42,-99,15,-99,-40v0,-66,83,-134,124,-69","w":288},"A":{"d":"106,-104r110,0r-55,-117xm3,0r129,-262r58,0r127,262r-54,0r-27,-60r-151,0r-28,60r-54,0","w":320},"B":{"d":"31,0r0,-262v97,7,259,-31,260,67v0,33,-16,46,-30,55v18,8,40,30,40,64v0,49,-39,76,-103,76r-167,0xm82,-42r111,0v32,0,57,-7,57,-38v0,-58,-110,-29,-168,-36r0,74xm82,-158r110,0v33,0,48,-9,48,-31v0,-22,-15,-30,-48,-30r-110,0r0,61","w":320,"k":{",":27,".":27}},"C":{"d":"255,-93r51,0v-5,29,-26,99,-146,99v-83,0,-148,-46,-148,-141v0,-76,48,-133,152,-133v117,0,134,76,138,90r-51,0v-3,-9,-23,-46,-84,-46v-72,0,-103,41,-103,95v0,60,44,92,100,92v60,0,86,-36,91,-56","w":320,"k":{",":22,".":22}},"D":{"d":"82,-44r52,0v87,0,121,-27,121,-88v0,-82,-79,-90,-173,-86r0,174xm31,0r0,-262v138,-3,275,-13,275,130v0,89,-61,132,-147,132r-128,0","w":320,"k":{"Y":27,",":36,".":36}},"E":{"d":"31,0r0,-262r235,0r0,44r-184,0r0,61r158,0r0,44r-158,0r0,69r188,0r0,44r-239,0","w":280},"F":{"d":"31,0r0,-262r241,0r0,44r-190,0r0,61r163,0r0,44r-163,0r0,113r-51,0","w":280,"k":{",":81,".":81,"a":20,"A":40,"e":13,"i":6,"o":13,"r":6}},"G":{"d":"161,-134r140,0r0,137r-31,0r-10,-27v-76,53,-246,42,-246,-106v0,-70,43,-138,147,-138v60,0,125,22,138,88r-52,0v-6,-13,-20,-44,-80,-44v-82,0,-102,56,-102,92v0,109,165,123,188,39r-92,0r0,-41","w":320,"k":{",":20,".":20}},"H":{"d":"31,0r0,-262r51,0r0,104r176,0r0,-104r51,0r0,262r-51,0r0,-113r-176,0r0,113r-51,0","w":339},"I":{"d":"34,0r0,-262r51,0r0,262r-51,0","w":119},"J":{"d":"8,-3r0,-48v18,5,36,9,59,9v60,0,71,-21,71,-60r0,-160r51,0r0,163v-1,77,-39,102,-116,102v-24,0,-52,-3,-65,-6","w":219,"k":{",":36,".":36,"a":9,"A":9,"e":9,"o":9,"u":13}},"K":{"d":"31,0r0,-262r51,0r0,122r145,-122r73,0r-125,104r137,158r-66,0r-108,-128r-56,47r0,81r-51,0","w":320,"k":{"y":27,"e":20,"o":20,"u":20}},"L":{"d":"31,0r0,-262r51,0r0,217r190,0r0,45r-241,0","w":280,"k":{"T":72,"V":46,"W":33,"y":20,"Y":81,"\u201d":46,"\u2019":46}},"M":{"d":"160,0r-85,-198r0,198r-45,0r0,-262r68,0r82,194r83,-194r67,0r0,262r-45,0r-1,-198r-83,198r-41,0","w":360},"N":{"d":"31,0r0,-262r54,0r175,189r0,-189r49,0r0,262r-47,0r-182,-196r0,196r-49,0","w":339,"k":{",":20,".":20}},"O":{"d":"170,-37v49,0,105,-21,105,-95v0,-63,-45,-92,-105,-92v-60,0,-105,29,-105,92v0,74,56,95,105,95xm14,-129v0,-72,41,-139,156,-139v115,0,156,67,156,139v0,54,-32,135,-156,135v-124,0,-156,-81,-156,-135","w":339,"k":{"T":9,"V":6,"Y":20,",":36,".":36,"X":6}},"P":{"d":"31,0r0,-262r146,0v44,0,117,1,117,81v0,80,-73,79,-117,79r-95,0r0,102r-51,0xm82,-145r106,0v29,0,55,-3,55,-37v0,-33,-26,-36,-55,-36r-106,0r0,73","w":299,"k":{",":90,".":90,"A":27}},"Q":{"d":"177,-71r0,-44v42,3,59,32,70,53v17,-15,28,-37,28,-70v0,-63,-45,-92,-105,-92v-60,0,-105,29,-105,92v0,88,74,104,142,90v-6,-15,-13,-23,-30,-29xm330,-7r0,44v-32,0,-58,-1,-92,-41v-19,7,-41,10,-68,10v-124,0,-156,-81,-156,-135v0,-72,41,-139,156,-139v115,0,156,67,156,139v0,33,-12,75,-48,103v17,15,25,19,52,19","w":339},"R":{"d":"82,-145v57,-6,162,21,162,-38v0,-58,-107,-29,-162,-36r0,74xm31,0r0,-262v106,9,264,-38,264,78v0,48,-34,75,-73,77r80,107r-63,0r-76,-103r-81,0r0,103r-51,0","w":320,"k":{"Y":20}},"S":{"d":"283,-198r-48,16v-8,-23,-30,-44,-92,-44v-35,0,-70,9,-70,33v-6,27,84,33,121,39v59,9,93,32,93,76v0,62,-59,84,-129,84v-112,0,-139,-55,-145,-75r49,-15v9,19,29,47,98,47v42,0,76,-14,76,-37v0,-32,-80,-35,-119,-41v-60,-8,-95,-35,-95,-75v0,-78,102,-78,122,-78v113,0,133,52,139,70","w":299,"k":{",":27,".":27}},"T":{"d":"124,0r0,-218r-117,0r0,-44r285,0r0,44r-117,0r0,218r-51,0","w":299,"k":{"w":54,"y":54,",":90,".":90,"a":40,"A":46,"e":40,"o":40,"r":72,"u":72,":":72,"-":81,";":72,"O":9}},"U":{"d":"309,-262r0,150v0,84,-54,118,-139,118v-85,0,-139,-34,-139,-118r0,-150r51,0r0,146v0,43,16,79,88,79v132,1,76,-121,88,-225r51,0","w":339,"k":{",":36,".":36,"A":9}},"V":{"d":"132,0r-126,-262r55,0r98,209r100,-209r55,0r-128,262r-54,0","w":320,"k":{",":81,".":81,"a":27,"A":33,"e":27,"i":6,"o":27,"u":20,":":54,"-":45,";":54,"O":6}},"W":{"d":"84,0r-77,-262r51,0r51,180r50,-180r49,0r52,180r50,-180r50,0r-77,262r-49,0r-50,-186r-50,186r-50,0","w":366,"k":{"y":6,",":54,".":54,"a":27,"A":13,"e":20,"i":6,"o":20,"u":9,":":36,"-":13,";":36,"h":6}},"X":{"d":"234,0r-83,-99r-84,99r-66,0r118,-135r-109,-127r65,0r76,90r75,-90r65,0r-110,127r118,135r-65,0","w":299},"Y":{"d":"134,0r0,-105r-128,-157r63,0r91,111r90,-111r63,0r-128,157r0,105r-51,0","w":319,"k":{",":86,".":86,"a":54,"A":46,"e":46,"i":13,"o":46,"u":46,":":61,"-":79,";":63,"O":20,"S":20}},"Z":{"d":"271,0r-262,0r0,-25r183,-193r-174,0r0,-44r249,0r0,29r-178,189r182,0r0,44","w":280},"[":{"d":"15,22r0,-284r98,0r0,25r-57,0r0,234r56,0r0,25r-97,0","w":119},"\\":{"d":"72,6r-82,-274r38,0r83,274r-39,0","w":100},"]":{"d":"105,-262r0,284r-98,0r0,-25r57,0r0,-234r-56,0r0,-25r97,0","w":119},"^":{"d":"158,-116r-50,-103r-50,103r-36,0r71,-146r30,0r71,146r-36,0","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"\u2018":{"d":"26,-155r0,-53r23,-54r24,0r-20,56r21,0r0,51r-48,0","w":100,"k":{"\u2018":20,"A":27}},"a":{"d":"216,-128v1,41,-3,93,3,128r-45,0v-1,-6,-3,-13,-3,-19v-39,26,-159,53,-159,-33v0,-65,97,-74,159,-78v2,-26,-8,-34,-50,-34v-41,0,-49,16,-52,26r-47,0v11,-53,63,-62,99,-62v93,0,95,45,95,72xm171,-98v-42,4,-111,8,-111,43v0,50,94,17,111,2r0,-45","w":240},"b":{"d":"26,0r0,-262r45,0r0,89v19,-14,37,-27,74,-27v64,0,103,43,103,102v0,66,-46,104,-101,104v-44,0,-68,-21,-77,-31r0,25r-44,0xm71,-135r0,75v33,40,132,40,132,-36v0,-77,-101,-78,-132,-39","k":{",":20,".":20}},"c":{"d":"181,-69r47,0v-6,27,-33,75,-104,75v-62,0,-112,-30,-112,-108v0,-51,39,-98,108,-98v71,0,102,40,105,73r-45,0v-4,-15,-24,-35,-57,-35v-42,0,-66,31,-66,62v0,37,20,68,63,68v39,0,57,-20,61,-37","w":239,"k":{",":13,".":13}},"d":{"d":"190,0r0,-25v-10,10,-33,31,-77,31v-55,0,-101,-38,-101,-104v0,-59,39,-102,103,-102v37,0,55,13,74,27r0,-89r45,0r0,262r-44,0xm189,-60r0,-75v-31,-38,-132,-39,-132,39v0,76,99,76,132,36"},"e":{"d":"59,-119r121,0v-12,-59,-104,-65,-121,0xm175,-58r49,0v-3,16,-29,64,-101,64v-69,0,-110,-43,-110,-103v0,-55,36,-103,107,-103v73,0,108,46,108,116r-170,0v2,12,9,54,64,54v28,0,47,-13,53,-28","w":240,"k":{",":20,".":20}},"f":{"d":"94,0r-45,0r0,-149r-43,0r0,-38r43,0r0,-22v0,-60,61,-59,76,-59v17,0,30,2,49,6r0,38v-46,-14,-89,-5,-80,37r69,0r0,38r-69,0r0,149","w":180,"k":{",":72,".":72}},"g":{"d":"233,-203r0,41v-8,-4,-23,-3,-31,1v3,4,9,15,9,32v2,67,-81,81,-138,65v-5,3,-13,8,-13,15v-1,17,76,11,105,12v44,1,68,14,68,44v0,46,-67,59,-125,59v-54,0,-101,-11,-101,-43v-1,-24,23,-23,39,-30v-17,-1,-29,-11,-29,-30v-1,-20,20,-32,33,-37v-22,-12,-32,-32,-32,-56v0,-83,123,-81,167,-52v8,-8,25,-23,48,-21xm127,3v-26,0,-65,-9,-71,14v0,16,21,17,56,17v35,0,72,-4,72,-19v0,-13,-8,-12,-57,-12xm62,-129v2,55,102,50,105,0v-3,-52,-103,-52,-105,0","w":240,"k":{",":9,".":9}},"h":{"d":"24,0r0,-262r45,0r0,93v13,-14,32,-31,71,-31v40,0,76,17,76,76r0,124r-45,0v-6,-59,22,-162,-41,-162v-36,0,-50,15,-61,29r0,133r-45,0","w":240},"i":{"d":"28,0r0,-193r44,0r0,193r-44,0xm28,-229r0,-39r44,0r0,39r-44,0","w":100},"j":{"d":"28,-4r0,-189r44,0r0,203v-6,58,-40,60,-79,53r0,-40v20,7,35,-5,35,-27xm28,-229r0,-39r44,0r0,39r-44,0","w":100},"k":{"d":"24,0r0,-262r45,0r0,148r98,-79r64,0r-83,65r88,128r-54,0r-68,-100r-45,36r0,64r-45,0","w":240},"l":{"d":"28,0r0,-262r44,0r0,262r-44,0","w":100},"m":{"d":"23,0r0,-193r44,0r0,22v12,-10,28,-29,65,-29v39,0,54,19,63,31v10,-12,31,-31,68,-31v43,0,74,18,74,63r0,137r-44,0r0,-117v6,-64,-72,-47,-91,-20r0,137r-44,0r0,-117v6,-64,-72,-47,-91,-20r0,137r-44,0","w":360},"n":{"d":"24,0r0,-193r44,0r0,24v31,-41,148,-53,148,45r0,124r-45,0v-6,-59,22,-162,-41,-162v-36,0,-50,15,-61,29r0,133r-45,0","w":240},"o":{"d":"120,6v-53,0,-108,-26,-108,-103v0,-52,31,-103,108,-103v77,0,108,51,108,103v0,77,-55,103,-108,103xm120,-32v40,0,63,-25,63,-66v0,-45,-29,-64,-63,-64v-34,0,-63,19,-63,64v0,41,23,66,63,66","w":239,"k":{",":20,".":20}},"p":{"d":"26,66r0,-259r44,0r0,25v10,-10,33,-32,75,-32v64,0,103,43,103,102v0,102,-120,129,-177,78r0,86r-45,0xm71,-135r0,75v33,40,132,40,132,-36v0,-77,-101,-78,-132,-39","k":{",":20,".":20}},"q":{"d":"189,66r0,-86v-56,51,-177,24,-177,-78v0,-59,39,-102,103,-102v42,0,65,22,75,32r0,-25r44,0r0,259r-45,0xm189,-60r0,-75v-31,-38,-132,-39,-132,39v0,76,99,76,132,36"},"r":{"d":"24,0r0,-193r45,0v1,9,-2,21,1,28v9,-19,41,-40,83,-34r0,48v-4,-1,-12,-3,-27,-3v-57,0,-57,37,-57,51r0,103r-45,0","w":159,"k":{",":72,".":72,":":13,"-":20,";":13}},"s":{"d":"207,-154r-37,20v-7,-9,-22,-30,-63,-30v-32,0,-43,12,-43,23v0,15,18,17,45,21v53,7,101,15,101,63v0,57,-65,63,-96,63v-67,0,-87,-26,-104,-47r38,-22v15,25,42,33,70,33v24,0,45,-7,45,-24v0,-15,-10,-16,-58,-22v-73,-9,-88,-33,-88,-63v0,-20,16,-61,91,-61v22,0,70,5,99,46","w":219,"k":{",":20,".":20}},"t":{"d":"3,-149r0,-38r35,0r0,-63r44,0r0,63r68,0r0,38r-68,0r0,89v-5,29,41,33,70,23r0,39v-58,9,-114,9,-114,-52r0,-99r-35,0","w":159},"u":{"d":"216,-193r0,193r-44,0r0,-24v-13,14,-33,30,-72,30v-40,0,-76,-16,-76,-75r0,-124r45,0v6,59,-23,161,41,161v36,0,50,-14,61,-28r0,-133r45,0","w":240},"v":{"d":"6,-193r49,0r65,143r65,-143r49,0r-92,193r-45,0","w":240,"k":{",":72,".":72}},"w":{"d":"219,0r-49,-135r-49,135r-43,0r-76,-193r47,0r51,135r50,-135r40,0r51,135r51,-135r46,0r-76,193r-43,0","w":339,"k":{",":54,".":54}},"x":{"d":"159,-193r56,0r-78,94r83,99r-57,0r-54,-67r-52,67r-57,0r83,-99r-79,-94r56,0r49,62","w":219},"y":{"d":"14,60r0,-38v6,1,15,5,27,5v54,-3,58,-27,41,-61r-77,-159r49,0r66,141r65,-141r49,0r-100,208v-20,48,-71,59,-120,45","w":240,"k":{",":72,".":72}},"z":{"d":"11,0r0,-28r125,-127r-118,0r0,-38r187,0r0,28r-124,127r128,0r0,38r-198,0","w":219},"{":{"d":"111,-262r0,25v-44,-9,-32,41,-32,78v0,31,-22,35,-29,40v8,1,29,9,29,39v0,33,-17,85,32,77r0,25v-39,2,-71,1,-70,-40v0,-35,6,-91,-27,-88r0,-27v55,1,-4,-134,62,-129r35,0","w":119},"|":{"d":"23,90r0,-360r34,0r0,360r-34,0","w":79},"}":{"d":"9,22r0,-25v44,9,32,-40,32,-77v0,-30,20,-38,28,-40v-8,-1,-28,-9,-28,-39v0,-33,17,-86,-32,-78r0,-25v39,-2,71,-1,70,40v-1,35,-6,91,26,89r0,27v-54,-1,5,133,-61,128r-35,0","w":119},"~":{"d":"69,-125v25,-1,55,25,76,25v15,0,25,-15,32,-25r15,29v-12,16,-23,31,-45,31v-36,0,-89,-50,-108,0r-15,-29v10,-18,23,-31,45,-31","w":216},"'":{"d":"33,-155r0,-107r34,0r0,107r-34,0","w":100},"\u201c":{"d":"96,-155r0,-53r23,-54r24,0r-20,56r21,0r0,51r-48,0xm16,-155r0,-53r23,-54r23,0r-19,56r21,0r0,51r-48,0","w":159,"k":{"A":27}},"\u2013":{"d":"0,-86r0,-32r180,0r0,32r-180,0","w":180},"\u201d":{"d":"16,-211r0,-51r48,0r0,53r-23,54r-24,0r20,-56r-21,0xm96,-211r0,-51r48,0r0,53r-23,54r-23,0r19,-56r-21,0","w":159,"k":{" ":13}},"\u2026":{"d":"36,0r0,-51r48,0r0,51r-48,0xm156,0r0,-51r48,0r0,51r-48,0xm276,0r0,-51r48,0r0,51r-48,0","w":360},"`":{"d":"50,-221r-58,-52r50,0r39,52r-31,0","w":100},"\u2014":{"d":"0,-118r360,0r0,32r-360,0r0,-32","w":360},"\u2122":{"d":"64,-113r0,-124r-44,0r0,-25r120,0r0,25r-45,0r0,124r-31,0xm310,-113r0,-113r-43,113r-22,0r-43,-113r0,113r-29,0r0,-149r44,0r40,102r38,-102r45,0r0,149r-30,0","w":360},"\u00d7":{"d":"168,-6r-60,-59r-60,59r-25,-25r59,-60r-59,-59r25,-26r60,60r60,-60r25,26r-59,59r59,60","w":216},"\u00a9":{"d":"182,-107r29,0v-6,37,-32,58,-64,58v-46,0,-76,-36,-76,-83v0,-88,128,-116,139,-26r-28,0v-17,-53,-90,-27,-84,26v-8,53,74,80,84,25xm6,-131v0,-76,62,-137,138,-137v76,0,138,61,138,137v0,76,-62,137,-138,137v-76,0,-138,-61,-138,-137xm249,-131v0,-59,-48,-107,-105,-107v-57,0,-105,48,-105,107v0,59,48,108,105,108v57,0,105,-49,105,-108","w":288},"\u00a0":{"w":129,"k":{"\u201c":13,"\u2018":13,"T":13,"V":13,"W":13,"Y":13,"A":13}}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  The digitally encoded machine readable software for producing the  Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems.  All Rights
 * Reserved. This software is the property of Adobe Systems  Incorporated and its
 * licensors, and may not be reproduced, used,   displayed, modified, disclosed or
 * transferred without the express   written approval of Adobe.    The digitally
 * encoded machine readable outline data for producing  the Typefaces licensed to
 * you is copyrighted (c) 1981 Linotype-Hell AG  and/or its subsidiaries. All
 * Rights Reserved.  This data is the property of Linotype-Hell AG and/or its
 * subsidiaries  and may not be reproduced, used, displayed, modified, disclosed or
 *   transferred without the express written approval of Linotype-Hell AG   and/or
 * its subsidiaries. 12 pt Helvetica* 55 Roman 05472
 * 
 * Trademark:
 * Copyright (c) 1988, 1990, 1993 Adobe Systems Incorporated.  All Rights
 * Reserved.Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries.
 * 
 * Description:
 *  The digitally encoded machine readable software for producing the  Typefaces
 * licensed to you is copyrighted (c) 1988, 1990, 1993 Adobe Systems.  All Rights
 * Reserved. This software is the property of Adobe Systems  Incorporated and its
 * licensors, and may not be reproduced, used,   displayed, modified, disclosed or
 * transferred without the express   written approval of Adobe.    The digitally
 * encoded machine readable outline data for producing  the Typefaces licensed to
 * you is copyrighted (c) 1981 Linotype-Hell AG  and/or its subsidiaries. All
 * Rights Reserved.  This data is the property of Linotype-Hell AG and/or its
 * subsidiaries  and may not be reproduced, used, displayed, modified, disclosed or
 *   transferred without the express written approval of Linotype-Hell AG   and/or
 * its subsidiaries. 12 pt Helvetica* 55 Roman 05472
 * 
 * Vendor URL:
 * http://www.linotypelibrary.com
 * 
 * License information:
 * http://www.Linotypelibrary.com
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Helvetica LT","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-8 -287 334 77","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100},"\u00a0":{"w":100},"!":{"d":"64,-257r-34,0v-2,68,4,130,9,191r16,0r9,-112r0,-79xm27,0r40,0r0,-40r-40,0r0,40","w":93},"\"":{"d":"39,-164r25,0r0,-93r-25,0r0,93xm90,-164r24,0r0,-93r-24,0r0,93","w":153},"#":{"d":"37,0r25,0r10,-74r45,0r-11,74r25,0r10,-74r37,0r0,-25r-33,0r8,-54r35,0r0,-24r-32,0r10,-74r-25,0r-10,74r-45,0r11,-74r-25,0r-10,74r-40,0r0,24r36,0r-7,54r-39,0r0,25r35,0xm128,-153r-8,54r-44,0r7,-54r45,0"},"$":{"d":"90,-150v-34,-2,-55,-46,-29,-72v8,-7,17,-11,29,-12r0,84xm110,-113v47,0,65,69,19,87v-6,2,-12,3,-19,3r0,-90xm90,-23v-28,-4,-50,-23,-50,-55r-31,0v4,49,33,80,81,84r0,30r20,0r0,-30v78,6,108,-110,38,-139v-14,-7,-24,-8,-38,-12r0,-88v22,4,35,17,40,41r31,0v-8,-40,-31,-66,-71,-71r0,-24r-20,0r0,24v-42,5,-72,28,-73,75v-1,50,33,60,73,70r0,95"},"%":{"d":"68,8r31,0r193,-268r-31,0xm269,-140v-42,0,-58,31,-58,73v0,42,15,71,58,71v41,-1,58,-31,58,-72v0,-43,-15,-72,-58,-72xm268,-15v-43,-3,-42,-103,1,-105v45,1,42,104,-1,105xm91,-255v-42,0,-58,31,-58,73v0,42,15,71,58,71v41,-1,58,-31,58,-72v0,-43,-15,-72,-58,-72xm90,-131v-44,-2,-41,-103,1,-104v45,0,43,104,-1,104","w":360},"&":{"d":"148,-53v-16,38,-104,43,-104,-13v0,-33,23,-46,45,-58xm12,-66v-5,80,123,90,153,34r27,32r40,0r-50,-58v10,-19,15,-35,17,-63r-29,0v-1,14,-3,27,-8,40r-46,-57v23,-15,48,-31,48,-66v0,-36,-26,-53,-62,-53v-35,0,-58,18,-58,53v-1,30,18,42,28,60v-29,17,-57,34,-60,78xm104,-230v39,-1,32,53,7,64v-7,3,-7,4,-12,8v-9,-14,-24,-23,-25,-45v0,-17,15,-26,30,-27","w":226},"'":{"d":"38,-164r24,0r0,-93r-24,0r0,93","w":100},"(":{"d":"17,-97v0,71,26,119,56,168r24,0v-62,-85,-63,-249,0,-334r-24,0v-31,42,-56,99,-56,166","w":93},")":{"d":"-4,-263v62,85,63,249,0,334r24,0v31,-42,56,-99,56,-166v-1,-73,-27,-121,-56,-168r-24,0","w":93},"*":{"d":"72,-257r-19,0r0,41r-38,-15r-6,18r38,13r-24,33r17,11r23,-34r25,34r15,-11r-24,-33r39,-13r-7,-18r-39,15r0,-41","w":126},"+":{"d":"120,-182r-24,0r0,79r-79,0r0,24r79,0r0,79r24,0r0,-79r79,0r0,-24r-79,0r0,-79","w":216},",":{"d":"30,53v37,-9,43,-46,40,-93r-40,0r0,40r21,0v0,18,-8,30,-21,35r0,18","w":100},"-":{"d":"18,-86r104,0r0,-28r-104,0r0,28","w":140},"\u00ad":{"d":"18,-86r104,0r0,-28r-104,0r0,28","w":140},".":{"d":"30,0r40,0r0,-40r-40,0r0,40","w":100},"\/":{"d":"-6,6r26,0r106,-269r-26,0","w":119},"0":{"d":"100,-255v-82,0,-88,79,-84,159v3,57,22,100,84,100v72,0,85,-58,85,-129v1,-70,-12,-130,-85,-130xm100,-23v-57,0,-53,-66,-52,-123v1,-42,9,-82,52,-82v50,0,53,52,53,102v0,49,-3,103,-53,103"},"1":{"d":"105,-255v-7,35,-33,48,-74,48r0,24r67,0r0,183r30,0r0,-255r-23,0"},"2":{"d":"139,-110v62,-36,45,-151,-41,-145v-54,4,-84,34,-82,90r30,0v2,-34,14,-61,50,-63v49,-3,62,59,33,88v-42,42,-118,56,-120,140r166,0r0,-27r-131,0v11,-47,64,-55,95,-83"},"3":{"d":"140,-187v-1,32,-29,45,-62,41r0,26v41,-5,73,9,73,48v0,33,-23,48,-55,49v-36,0,-54,-22,-55,-56r-30,0v0,55,30,83,85,83v52,0,87,-25,88,-77v0,-33,-19,-55,-46,-63v18,-8,35,-26,35,-51v0,-85,-136,-89,-151,-19v-3,10,-6,21,-6,33r31,0v1,-32,14,-55,48,-55v26,0,46,15,45,41"},"4":{"d":"151,-255r-25,0r-116,166r0,29r112,0r0,60r29,0r0,-60r34,0r0,-27r-34,0r0,-168xm36,-87r86,-125r0,125r-86,0"},"5":{"d":"183,-81v5,-74,-78,-111,-130,-69r13,-74r103,0r0,-27r-126,0r-24,133r27,1v27,-40,109,-26,105,34v-2,36,-18,60,-54,60v-32,0,-50,-18,-54,-46r-30,0v1,49,34,73,81,73v55,0,85,-31,89,-85"},"6":{"d":"50,-80v0,-35,18,-57,53,-57v35,0,51,23,51,58v0,33,-17,55,-51,56v-35,0,-53,-23,-53,-57xm106,-228v25,0,41,15,43,38r31,0v-4,-41,-29,-65,-72,-65v-75,1,-94,62,-94,137v0,67,18,123,88,122v55,-1,85,-33,85,-85v0,-49,-27,-82,-78,-83v-32,0,-51,13,-65,33v2,-48,11,-96,62,-97"},"7":{"d":"85,0v8,-95,49,-171,98,-225r0,-26r-165,0r0,29r134,0v-51,54,-92,126,-101,222r34,0"},"8":{"d":"101,-23v-31,1,-54,-19,-54,-49v1,-32,21,-49,54,-49v30,0,52,18,52,49v0,31,-20,49,-52,49xm98,-255v-74,0,-101,95,-39,118v-26,9,-45,31,-45,64v1,52,35,77,87,77v51,0,85,-27,85,-77v0,-35,-17,-56,-46,-64v20,-10,36,-27,36,-53v0,-43,-30,-65,-78,-65xm101,-148v-27,-1,-45,-13,-45,-41v1,-26,18,-39,44,-39v24,0,43,14,43,39v0,25,-18,41,-42,41"},"9":{"d":"95,-228v36,0,52,23,52,58v0,34,-18,56,-52,56v-31,0,-49,-22,-50,-54v0,-36,14,-60,50,-60xm95,-23v-25,1,-46,-16,-47,-39r-30,0v4,43,31,66,77,66v71,-1,89,-60,89,-137v0,-72,-20,-122,-88,-122v-52,0,-84,31,-84,83v0,54,28,85,81,85v27,0,49,-15,59,-35v1,52,-11,97,-57,99"},":":{"d":"30,0r40,0r0,-40r-40,0r0,40xm70,-186r-40,0r0,40r40,0r0,-40","w":100},";":{"d":"30,53v38,-8,43,-46,40,-93r-40,0r0,40r21,0v0,18,-8,30,-21,35r0,18xm70,-186r-40,0r0,40r40,0r0,-40","w":100},"\u037e":{"d":"30,53v38,-8,43,-46,40,-93r-40,0r0,40r21,0v0,18,-8,30,-21,35r0,18xm70,-186r-40,0r0,40r40,0r0,-40","w":100},"<":{"d":"199,-185r-182,83r0,22r182,83r0,-25r-153,-69r153,-70r0,-24","w":216},"=":{"d":"199,-140r-182,0r0,25r182,0r0,-25xm17,-42r182,0r0,-25r-182,0r0,25","w":216},">":{"d":"17,3r182,-83r0,-22r-182,-83r0,24r153,70r-153,69r0,25","w":216},"?":{"d":"145,-130v53,-39,32,-139,-45,-133v-52,4,-78,34,-80,86r30,0v-11,-65,94,-81,94,-17v0,62,-69,58,-60,131r30,0v-3,-34,13,-54,31,-67xm78,0r40,0r0,-40r-40,0r0,40"},"@":{"d":"125,-72v-53,0,-27,-91,3,-102v22,-17,54,-3,52,26v-3,36,-19,76,-55,76xm197,-68v-15,-1,-7,-20,-5,-29r30,-102r-22,0r-8,22v-6,-19,-20,-29,-41,-29v-56,0,-84,47,-84,102v0,34,19,55,51,57v20,1,34,-15,46,-24v0,14,10,23,23,23v51,0,84,-47,84,-104v0,-70,-50,-111,-122,-111v-81,0,-128,54,-134,133v-10,136,187,181,248,73r-23,0v-28,47,-127,58,-167,10v-16,-20,-34,-45,-33,-81v3,-68,42,-115,109,-115v58,0,98,36,98,93v0,37,-18,74,-50,82","w":288},"A":{"d":"-3,0r36,0r29,-77r108,0r28,77r38,0r-100,-257r-38,0xm72,-106r45,-120r42,120r-87,0","w":233,"k":{"\u2019":27,"y":6,"w":6,"v":6,"Y":27,"W":9,"V":17,"T":33}},"B":{"d":"196,-75v0,61,-76,44,-134,46r0,-89v56,3,134,-16,134,43xm220,-194v0,-84,-109,-60,-192,-63r0,257r124,0v84,10,107,-123,29,-136v22,-9,39,-28,39,-58xm185,-188v0,56,-71,38,-123,41r0,-81v52,4,123,-16,123,40","w":246},"C":{"d":"137,-234v41,0,63,21,72,54r34,0v-9,-53,-46,-83,-106,-83v-82,0,-122,55,-122,135v0,79,38,133,119,134v68,0,106,-41,112,-103r-35,0v-4,45,-27,74,-74,74v-62,0,-87,-45,-87,-107v0,-59,25,-104,87,-104","w":259},"D":{"d":"240,-135v0,-82,-43,-122,-124,-122r-88,0r0,257r88,0v86,0,125,-48,124,-135xm206,-130v2,86,-54,109,-144,101r0,-199r58,0v62,0,85,37,86,98","w":253},"E":{"d":"28,0r179,0r0,-29r-145,0r0,-89r134,0r0,-29r-134,0r0,-81r144,0r0,-29r-178,0r0,257","w":219},"F":{"d":"28,0r34,0r0,-118r118,0r0,-29r-118,0r0,-81r135,0r0,-29r-169,0r0,257","w":206,"k":{"A":20,".":57,",":57}},"G":{"d":"138,6v39,0,64,-15,82,-38r9,32r22,0r0,-135r-113,0r0,28r82,0v0,54,-29,84,-82,84v-59,0,-88,-43,-88,-102v0,-62,25,-109,88,-109v43,0,69,19,76,56r34,0v-8,-56,-48,-85,-110,-85v-83,0,-123,58,-123,140v0,76,45,129,123,129","w":273},"H":{"d":"28,0r34,0r0,-118r136,0r0,118r34,0r0,-257r-34,0r0,110r-136,0r0,-110r-34,0r0,257","w":259},"I":{"d":"30,0r34,0r0,-257r-34,0r0,257","w":93},"J":{"d":"83,6v48,0,76,-25,76,-70r0,-193r-34,0r0,188v-1,29,-10,46,-41,46v-37,0,-43,-26,-42,-62r-34,0v-4,58,21,92,75,91","w":186},"K":{"d":"28,0r34,0r0,-90r43,-40r93,130r43,0r-112,-153r108,-104r-44,0r-131,128r0,-128r-34,0r0,257","w":240},"L":{"d":"28,0r170,0r0,-29r-136,0r0,-228r-34,0r0,257","k":{"\u2019":27,"y":13,"Y":40,"W":20,"V":33,"T":33}},"M":{"d":"29,0r32,0r1,-214r80,214r29,0r81,-214r0,214r33,0r0,-257r-47,0r-81,216r-81,-216r-47,0r0,257","w":313},"N":{"d":"28,0r32,0r1,-206r134,206r38,0r0,-257r-33,0r-1,208r-135,-208r-36,0r0,257","w":259},"O":{"d":"137,-263v-80,0,-123,53,-123,134v0,81,42,135,123,135v81,0,123,-55,123,-135v0,-79,-42,-134,-123,-134xm137,-23v-62,0,-89,-45,-89,-106v0,-60,27,-105,89,-105v61,0,89,45,89,105v0,61,-27,106,-89,106","w":273},"P":{"d":"220,-181v0,-48,-28,-76,-79,-76r-113,0r0,257r34,0r0,-105r79,0v51,0,79,-28,79,-76xm185,-181v0,58,-68,46,-123,47r0,-94v55,1,123,-12,123,47","w":233,"k":{"A":27,".":64,",":64}},"Q":{"d":"14,-129v-5,104,94,164,184,120r40,31r17,-21r-34,-27v24,-23,39,-59,39,-103v0,-79,-42,-134,-123,-134v-80,0,-119,54,-123,134xm137,-234v94,-4,112,134,59,188r-34,-27r-18,20r28,23v-71,26,-128,-26,-124,-99v2,-60,27,-102,89,-105","w":273},"R":{"d":"193,-184v0,60,-74,42,-131,45r0,-89v55,3,131,-16,131,44xm227,-190v1,-87,-114,-65,-199,-67r0,257r34,0r0,-110r84,0v56,-2,36,72,52,110r38,0v-27,-32,4,-113,-53,-125v30,-7,44,-31,44,-65","w":246,"k":{"Y":13,"W":6,"V":6,"T":6}},"S":{"d":"113,-234v38,0,60,17,64,52r32,0v-2,-56,-39,-75,-95,-81v-90,-9,-129,108,-41,135v42,13,113,7,113,59v0,36,-30,45,-65,46v-44,0,-74,-19,-75,-62r-33,0v2,63,45,85,107,91v93,10,140,-109,48,-142v-39,-14,-113,-6,-113,-54v0,-33,25,-44,58,-44","w":233},"T":{"d":"86,0r35,0r0,-228r85,0r0,-29r-205,0r0,29r85,0r0,228","w":206,"k":{"y":40,"w":40,"u":33,"s":40,"r":33,"o":40,"e":40,"c":40,"a":40,"A":33,";":40,":":40,".":40,"-":46,",":40}},"U":{"d":"132,6v64,0,101,-34,101,-99r0,-164r-34,0r0,164v0,45,-22,70,-67,70v-46,0,-71,-24,-71,-70r0,-164r-34,0r0,164v0,68,38,98,105,99","w":259},"V":{"d":"221,-257r-36,0r-75,223r-73,-223r-37,0r90,257r39,0","w":219,"k":{"y":6,"u":13,"r":13,"o":20,"i":6,"e":20,"a":20,"A":17,";":17,":":17,".":46,"-":20,",":46}},"W":{"d":"329,-257r-34,0r-53,214r-57,-214r-37,0r-58,214r-51,-214r-35,0r66,257r36,0r60,-216r59,216r35,0","w":333,"k":{"u":6,"r":6,"o":21,"e":21,"a":13,"A":9,";":6,":":6,".":27,",":27}},"X":{"d":"0,0r38,0r71,-106r70,106r41,0r-90,-132r85,-125r-38,0r-67,100r-64,-100r-41,0r84,125","w":219},"Y":{"d":"233,-257r-39,0r-76,122r-77,-122r-40,0r99,152r0,105r34,0r0,-105","w":233,"k":{"v":20,"u":27,"q":33,"p":27,"o":40,"i":13,"e":40,"a":33,"A":27,";":33,":":33,".":50,"-":40,",":50}},"Z":{"d":"8,0r204,0r0,-29r-163,0r159,-199r0,-29r-188,0r0,29r148,0r-160,199r0,29","w":219},"[":{"d":"93,-263r-67,0r0,334r67,0r0,-24r-38,0r0,-286r38,0r0,-24","w":93},"\\":{"d":"20,-263r-26,0r106,269r26,0","w":119},"]":{"d":"0,71r67,0r0,-334r-67,0r0,24r39,0r0,286r-39,0r0,24","w":93},"^":{"d":"18,-95r26,0r64,-130r65,130r25,0r-78,-156r-24,0","w":216},"_":{"d":"0,45r180,0r0,-18r-180,0r0,18","w":180},"`":{"d":"39,-212r23,0r-31,-51r-39,0","w":79},"a":{"d":"81,-23v-41,0,-47,-47,-13,-57v21,-6,53,-5,70,-16v5,48,-12,73,-57,73xm140,-24v-3,28,29,33,48,23r0,-23v-16,4,-19,-3,-19,-20r0,-95v5,-71,-122,-63,-142,-18v-4,8,-7,17,-7,29r31,0v1,-27,20,-35,46,-35v36,-8,61,41,23,51v-46,12,-107,5,-107,64v0,66,101,63,127,24","w":193},"b":{"d":"111,-163v40,0,57,29,57,68v0,40,-14,72,-56,72v-41,-1,-58,-29,-58,-70v0,-40,17,-70,57,-70xm115,-190v-27,0,-51,10,-60,29r0,-96r-31,0r0,257r31,0r0,-25v12,18,32,29,61,29v59,0,85,-41,85,-97v0,-56,-28,-96,-86,-97","w":213},"c":{"d":"103,-163v27,0,42,13,46,37r32,0v-5,-43,-33,-64,-80,-64v-60,1,-88,40,-88,99v0,58,28,94,87,95v49,0,76,-29,82,-72r-31,0v-4,27,-21,45,-51,45v-40,0,-55,-30,-55,-68v0,-41,16,-71,58,-72","w":193},"d":{"d":"99,4v28,1,49,-12,60,-29r0,25r30,0r0,-257r-30,0r-1,96v-11,-19,-32,-29,-60,-29v-58,1,-85,39,-85,96v0,58,28,96,86,98xm103,-23v-41,1,-58,-30,-58,-68v0,-40,15,-71,56,-72v42,0,59,29,59,70v0,40,-17,69,-57,70","w":213},"e":{"d":"13,-94v-11,106,149,137,169,35r-30,0v-4,40,-70,47,-93,18v-9,-11,-14,-24,-14,-43r140,0v0,-60,-24,-106,-85,-106v-56,0,-81,40,-87,96xm45,-111v-3,-56,85,-70,102,-20v3,6,5,13,5,20r-107,0","w":193},"f":{"d":"107,-257v-49,-13,-80,14,-71,71r-32,0r0,27r32,0r0,159r30,0r0,-159r36,0r0,-27r-36,0v-5,-34,6,-57,41,-44r0,-27","w":106,"k":{"\u2019":-6,"f":6}},"g":{"d":"153,-97v0,40,-14,72,-55,72v-40,0,-53,-33,-53,-71v0,-38,15,-67,55,-67v39,0,53,30,53,66xm97,76v124,7,79,-153,87,-262r-29,0v-1,8,2,21,-1,27v-10,-19,-28,-31,-55,-31v-59,1,-86,41,-86,98v0,55,27,93,83,94v31,0,47,-15,59,-34v2,48,-10,83,-56,83v-24,0,-46,-8,-48,-30r-31,0v3,39,36,53,77,55","w":206},"h":{"d":"177,-122v13,-76,-99,-87,-123,-37r0,-98r-31,0r0,257r31,0v4,-69,-21,-167,55,-163v64,3,30,104,38,163r30,0r0,-122"},"i":{"d":"25,0r30,0r0,-186r-30,0r0,186xm55,-257r-30,0r0,37r30,0r0,-37","w":79},"j":{"d":"-5,70v37,6,60,-9,60,-46r0,-210r-30,0r0,205v1,23,-7,27,-30,25r0,26xm55,-257r-30,0r0,37r30,0r0,-37","w":79},"k":{"d":"25,0r30,0r0,-71r29,-26r64,97r39,0r-79,-118r73,-68r-41,0r-85,81r0,-152r-30,0r0,257","w":186},"l":{"d":"25,0r30,0r0,-257r-30,0r0,257","w":79},"m":{"d":"164,-159v-15,-45,-90,-37,-112,0r0,-27r-29,0r0,186r31,0v5,-66,-22,-163,49,-163v25,0,35,14,35,41r0,122r31,0v5,-65,-23,-163,48,-163v26,0,36,14,36,41r0,122r31,0r0,-136v7,-69,-100,-66,-120,-23","w":307},"n":{"d":"177,-122v12,-78,-99,-86,-125,-35r0,-29r-29,0r0,186r31,0v4,-69,-21,-167,55,-163v64,3,30,104,38,163r30,0r0,-122"},"o":{"d":"103,-190v-60,0,-90,39,-90,97v0,58,30,97,90,97v60,0,91,-38,91,-97v0,-59,-31,-97,-91,-97xm103,-23v-40,0,-58,-30,-58,-70v0,-40,18,-70,58,-70v40,0,58,29,58,70v0,41,-18,70,-58,70","w":206},"p":{"d":"111,-163v40,0,57,29,57,68v0,40,-14,72,-56,72v-41,-1,-58,-29,-58,-70v0,-40,17,-70,57,-70xm115,-190v-27,0,-51,10,-60,29r0,-25r-31,0r0,257r31,0r0,-96v12,18,32,29,61,29v59,0,85,-41,85,-97v0,-56,-28,-96,-86,-97","w":213},"q":{"d":"99,4v28,1,49,-12,60,-29r0,96r30,0r0,-257r-30,0v-1,8,2,19,-1,25v-11,-19,-32,-29,-60,-29v-58,1,-85,39,-85,96v0,58,28,96,86,98xm103,-23v-41,1,-58,-30,-58,-68v0,-40,15,-71,56,-72v42,0,59,29,59,70v0,40,-17,69,-57,70","w":213},"r":{"d":"120,-190v-38,0,-55,16,-69,43r0,-39r-29,0r0,186r31,0v0,-75,-13,-163,67,-158r0,-32","w":119,"k":{"q":6,"o":6,"n":-6,"g":10,"e":6,"d":6,"c":6,".":33,"-":20,",":33}},"s":{"d":"137,-50v-4,42,-100,37,-95,-9r-31,0v2,45,33,58,79,63v71,8,113,-81,41,-105v-26,-8,-58,-11,-78,-25v-4,-3,-5,-8,-5,-14v4,-37,85,-29,82,8r31,0v-3,-42,-31,-58,-76,-58v-67,0,-98,78,-31,99v30,9,77,6,83,41","w":180},"t":{"d":"103,-27v-19,-1,-41,4,-37,-17r0,-115r37,0r0,-27r-37,0r0,-56r-31,0r0,56r-32,0r0,27r32,0r0,118v-4,42,28,42,68,41r0,-27","w":113},"u":{"d":"23,-64v-12,77,102,88,125,34r0,30r29,0r0,-186r-30,0v-4,70,20,163,-56,163v-23,0,-37,-14,-37,-37r0,-126r-31,0r0,122"},"v":{"d":"175,-186r-32,0r-52,155r-52,-155r-34,0r69,186r33,0","w":180,"k":{".":27,",":27}},"w":{"d":"267,-186r-32,0r-42,152r-39,-152r-34,0r-38,152r-42,-152r-34,0r60,186r33,0r38,-148r38,148r32,0","w":272,"k":{".":20,",":20}},"x":{"d":"3,0r37,0r52,-77r52,77r39,0r-72,-100r64,-86r-36,0r-47,65r-44,-65r-40,0r65,88","w":186},"y":{"d":"77,-1v-8,24,-20,61,-56,44v-1,18,-4,34,21,32v34,-3,43,-24,54,-50r81,-211r-32,0r-53,152r-55,-152r-34,0","w":180,"k":{".":27,",":27}},"z":{"d":"8,0r157,0r0,-27r-119,0r114,-138r0,-21r-145,0r0,27r105,0r-112,136r0,23","w":172},"{":{"d":"45,-95v57,-17,7,-127,48,-147r18,0r0,-21v-69,-12,-67,49,-64,113v0,23,-10,40,-30,42r0,24v71,8,-23,174,94,155r0,-21v-75,14,3,-129,-66,-145","w":119},"|":{"d":"28,77r24,0r0,-360r-24,0r0,360","w":79},"}":{"d":"75,-96v-57,15,-7,126,-48,146r-18,0r0,21v69,11,67,-48,64,-112v0,-23,10,-40,30,-43r0,-24v-73,-8,25,-173,-94,-155r0,21v75,-13,-2,129,66,146","w":119},"~":{"d":"68,-92v43,10,96,50,123,-5r-13,-18v-7,12,-14,26,-31,28v-35,-14,-102,-49,-122,5r13,18v6,-13,13,-27,30,-28","w":216},"\u2026":{"d":"40,0r40,0r0,-40r-40,0r0,40xm160,0r40,0r0,-40r-40,0r0,40xm280,0r40,0r0,-40r-40,0r0,40","w":360},"\u0085":{"d":"40,0r40,0r0,-40r-40,0r0,40xm160,0r40,0r0,-40r-40,0r0,40xm280,0r40,0r0,-40r-40,0r0,40","w":360},"\u2018":{"d":"70,-257v-43,1,-41,49,-40,93r40,0r0,-40r-21,0v0,-18,4,-34,21,-35r0,-18","w":100,"k":{"\u2018":34}},"\u2019":{"d":"30,-164v43,-1,41,-48,40,-93r-40,0r0,40r21,0v0,18,-4,34,-21,35r0,18","w":100,"k":{"\u2019":34,"t":6,"s":27}},"\u201c":{"d":"129,-257v-43,0,-40,49,-39,93r40,0r0,-40r-22,0v0,-17,4,-34,21,-35r0,-18xm63,-257v-43,1,-40,49,-39,93r40,0r0,-40r-22,0v0,-17,4,-34,21,-35r0,-18","w":153},"\u201d":{"d":"90,-164v43,-1,41,-49,40,-93r-40,0r0,40r21,0v0,18,-4,34,-21,35r0,18xm24,-164v43,-1,41,-49,40,-93r-40,0r0,40r21,0v0,18,-4,34,-21,35r0,18","w":153},"\u2013":{"d":"0,-86r180,0r0,-28r-180,0r0,28","w":180},"\u2014":{"d":"47,-86r266,0r0,-28r-266,0r0,28","w":360},"\u2122":{"d":"140,-257r-117,0r0,20r46,0r0,128r25,0r0,-128r46,0r0,-20xm334,-257r-38,0r-43,113r-45,-113r-37,0r0,148r24,0r1,-124r48,124r16,0r49,-124r0,124r25,0r0,-148","w":356},"\u00a9":{"d":"144,-263v-120,-8,-173,148,-95,230v43,45,148,49,190,0v21,-24,41,-53,40,-96v-3,-82,-54,-129,-135,-134xm144,-14v-70,0,-111,-46,-111,-115v0,-67,42,-114,111,-114v70,0,111,47,111,114v0,69,-41,115,-111,115xm93,-129v-9,-64,88,-84,100,-27r22,0v-6,-34,-29,-55,-67,-55v-49,0,-75,31,-79,82v-7,91,132,115,147,26r-23,0v-18,65,-104,35,-100,-26","w":288},"\u00d7":{"d":"43,-9r65,-65r66,65r17,-17r-65,-65r64,-65r-17,-18r-65,65r-65,-65r-17,18r65,65r-65,65","w":216}}});

