/* jquery.cycle.lite.1.0.min.js */
(function(D){var A="Lite-1.0";D.fn.cycle=function(E){return this.each(function(){E=E||{};if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=0;this.cyclePause=0;var I=D(this);var J=E.slideExpr?D(E.slideExpr,this):I.children();var G=J.get();if(G.length<2){if(window.console&&window.console.log){window.console.log("terminating; too few slides: "+G.length)}return }var H=D.extend({},D.fn.cycle.defaults,E||{},D.metadata?I.metadata():D.meta?I.data():{});H.before=H.before?[H.before]:[];H.after=H.after?[H.after]:[];H.after.unshift(function(){H.busy=0});var F=this.className;H.width=parseInt((F.match(/w:(\d+)/)||[])[1])||H.width;H.height=parseInt((F.match(/h:(\d+)/)||[])[1])||H.height;H.timeout=parseInt((F.match(/t:(\d+)/)||[])[1])||H.timeout;if(I.css("position")=="static"){I.css("position","relative")}if(H.width){I.width(H.width)}if(H.height&&H.height!="auto"){I.height(H.height)}var K=0;J.css({position:"absolute",top:0,left:0}).hide().each(function(M){D(this).css("z-index",G.length-M)});D(G[K]).css("opacity",1).show();if(D.browser.msie){G[K].style.removeAttribute("filter")}if(H.fit&&H.width){J.width(H.width)}if(H.fit&&H.height&&H.height!="auto"){J.height(H.height)}if(H.pause){I.hover(function(){this.cyclePause=1},function(){this.cyclePause=0})}D.fn.cycle.transitions.fade(I,J,H);J.each(function(){var M=D(this);this.cycleH=(H.fit&&H.height)?H.height:M.height();this.cycleW=(H.fit&&H.width)?H.width:M.width()});J.not(":eq("+K+")").css({opacity:0});if(H.cssFirst){D(J[K]).css(H.cssFirst)}if(H.timeout){if(H.speed.constructor==String){H.speed={slow:600,fast:200}[H.speed]||400}if(!H.sync){H.speed=H.speed/2}while((H.timeout-H.speed)<250){H.timeout+=H.speed}}H.speedIn=H.speed;H.speedOut=H.speed;H.slideCount=G.length;H.currSlide=K;H.nextSlide=1;var L=J[K];if(H.before.length){H.before[0].apply(L,[L,L,H,true])}if(H.after.length>1){H.after[1].apply(L,[L,L,H,true])}if(H.click&&!H.next){H.next=H.click}if(H.next){D(H.next).bind("click",function(){return C(G,H,H.rev?-1:1)})}if(H.prev){D(H.prev).bind("click",function(){return C(G,H,H.rev?1:-1)})}if(H.timeout){this.cycleTimeout=setTimeout(function(){B(G,H,0,!H.rev)},H.timeout+(H.delay||0))}})};function B(J,E,I,K){if(E.busy){return }var H=J[0].parentNode,M=J[E.currSlide],L=J[E.nextSlide];if(H.cycleTimeout===0&&!I){return }if(I||!H.cyclePause){if(E.before.length){D.each(E.before,function(N,O){O.apply(L,[M,L,E,K])})}var F=function(){if(D.browser.msie){this.style.removeAttribute("filter")}D.each(E.after,function(N,O){O.apply(L,[M,L,E,K])})};if(E.nextSlide!=E.currSlide){E.busy=1;D.fn.cycle.custom(M,L,E,F)}var G=(E.nextSlide+1)==J.length;E.nextSlide=G?0:E.nextSlide+1;E.currSlide=G?J.length-1:E.nextSlide-1}if(E.timeout){H.cycleTimeout=setTimeout(function(){B(J,E,0,!E.rev)},E.timeout)}}function C(E,F,I){var H=E[0].parentNode,G=H.cycleTimeout;if(G){clearTimeout(G);H.cycleTimeout=0}F.nextSlide=F.currSlide+I;if(F.nextSlide<0){F.nextSlide=E.length-1}else{if(F.nextSlide>=E.length){F.nextSlide=0}}B(E,F,1,I>=0);return false}D.fn.cycle.custom=function(K,H,I,E){var J=D(K),G=D(H);G.css({opacity:0});var F=function(){G.animate({opacity:1},I.speedIn,I.easeIn,E)};J.animate({opacity:0},I.speedOut,I.easeOut,function(){J.css({display:"none"});if(!I.sync){F()}});if(I.sync){F()}};D.fn.cycle.transitions={fade:function(F,G,E){G.not(":eq(0)").css("opacity",0);E.before.push(function(){D(this).show()})}};D.fn.cycle.ver=function(){return A};D.fn.cycle.defaults={timeout:4000,speed:1000,next:null,prev:null,before:null,after:null,height:"auto",sync:1,fit:0,pause:0,delay:0,slideExpr:null}})(jQuery)
/* Toggle */
var questions=document.getElementsByTagName('dt');var answers=document.getElementsByTagName('dd');function toggleAllOff(){for(var i=0;i<answers.length;i++){answers[i].className='hide';}}
function toggleAllOn(){for(var i=0;i<answers.length;i++){answers[i].className='show';}}
function toggleNext(el){var next=el.nextSibling;next.style.display=((next.style.display=="none")?"block":"none");}
function displayToggle(){toggleAllOff();for(i=0;i<questions.length;i++){questions[i].onclick=function(){var next=this.nextSibling;while(next.nodeType!=1)next=next.nextSibling;next.className=((next.className=="hide")?"show":"hide");}}}
window.onload=function(){displayToggle();}
/* Cufon - Copyright (c) 2009 Simo Kinnunen. Licensed under the MIT license. @version 1.09 */
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("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}})());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}})());
/*! 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) 1989 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 AG and/or its subsidiaries. All Rights Reserved. This data is the property of Linotype AG and/or its subsidiaries and may not be reproduced, used, displayed, modified, disclosed or transferred without the express written approval of Linotype AG and/or its subsidiaries. */
Cufon.registerFont({"w":213,"face":{"font-family":"Avenir","font-weight":900,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 10 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-26 -284 361 86.6375","underline-thickness":"18","underline-position":"-36","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":106},"A":{"d":"0,0r110,-255r46,0r111,255r-63,0r-22,-54r-99,0r-21,54r-62,0xm163,-102r-32,-79r-31,79r63,0","w":266},"B":{"d":"26,0r0,-255v82,4,183,-23,188,65v1,29,-20,47,-44,57v33,4,56,29,56,62v0,89,-112,69,-200,71xm82,-207r0,54v34,-1,76,8,76,-28v0,-34,-43,-25,-76,-26xm82,-105r0,57v38,-2,88,10,88,-29v0,-38,-51,-26,-88,-28","w":233},"C":{"d":"236,-224r-43,35v-42,-47,-122,-9,-122,62v0,75,87,110,124,54r47,35v-69,90,-230,34,-230,-89v0,-117,145,-179,224,-97","w":246},"D":{"d":"26,0r0,-255v124,-5,235,2,235,128v0,82,-67,127,-143,127r-92,0xm82,-203r0,151v68,3,121,-9,121,-78v0,-62,-55,-78,-121,-73","w":273},"E":{"d":"28,0r0,-255r173,0r0,52r-117,0r0,47r111,0r0,52r-111,0r0,52r124,0r0,52r-180,0","w":226},"F":{"d":"28,0r0,-255r171,0r0,52r-115,0r0,52r106,0r0,52r-106,0r0,99r-56,0"},"G":{"d":"257,-151r0,133v-102,54,-245,17,-245,-109v0,-124,154,-172,239,-102r-39,44v-44,-50,-150,-19,-141,58v-8,71,80,101,132,69r0,-41r-46,0r0,-52r100,0","w":280},"H":{"d":"26,0r0,-255r56,0r0,95r109,0r0,-95r56,0r0,255r-56,0r0,-110r-109,0r0,110r-56,0","w":273},"I":{"d":"25,0r0,-255r56,0r0,255r-56,0","w":106},"J":{"d":"158,-255r0,170v0,47,-13,91,-82,91v-40,0,-70,-18,-78,-59r52,-13v1,12,13,23,25,23v26,0,27,-29,27,-48r0,-164r56,0","w":180},"K":{"d":"28,0r0,-255r56,0r0,106r99,-106r74,0r-114,119r123,136r-78,0r-104,-121r0,121r-56,0","w":259},"L":{"d":"28,0r0,-255r56,0r0,203r104,0r0,52r-160,0","w":193},"M":{"d":"26,0r0,-255r85,0r59,166r59,-166r85,0r0,255r-56,0r-1,-195r-67,195r-43,0r-65,-195r0,195r-56,0","w":339},"N":{"d":"26,0r0,-255r76,0r109,177r0,-177r56,0r0,255r-73,0r-112,-181r0,181r-56,0","w":293},"O":{"d":"12,-127v0,-82,58,-134,138,-134v80,0,137,52,137,134v0,82,-57,133,-137,133v-80,0,-138,-51,-138,-133xm71,-127v0,48,31,82,79,82v48,0,79,-34,79,-82v0,-48,-31,-83,-79,-83v-48,0,-79,35,-79,83","w":299},"P":{"d":"26,0r0,-255v89,2,191,-18,191,78v0,76,-61,81,-135,78r0,99r-56,0xm82,-207r0,60v35,-1,77,8,77,-30v0,-36,-43,-29,-77,-30","w":226},"Q":{"d":"305,-43r0,43r-155,0v-80,0,-138,-49,-138,-131v0,-77,60,-130,136,-130v76,0,136,53,136,130v1,37,-17,71,-50,88r71,0xm71,-131v0,44,34,79,77,79v43,0,78,-35,78,-79v0,-44,-35,-79,-78,-79v-43,0,-77,35,-77,79","w":306},"R":{"d":"26,0r0,-255v90,2,194,-18,195,78v0,36,-19,63,-55,69r64,108r-67,0r-53,-102r-28,0r0,102r-56,0xm82,-207r0,58v35,-2,80,10,80,-29v0,-39,-45,-27,-80,-29","w":233},"S":{"d":"190,-235r-38,42v-19,-24,-79,-26,-79,10v0,46,118,17,118,106v0,94,-130,105,-184,51r40,-43v12,15,30,24,49,24v18,0,39,-9,39,-27v0,-47,-120,-22,-120,-107v0,-85,119,-105,175,-56","w":206},"T":{"d":"75,0r0,-205r-72,0r0,-50r201,0r0,50r-73,0r0,205r-56,0","w":206},"U":{"d":"241,-255r0,157v0,60,-36,104,-107,104v-71,0,-108,-44,-108,-104r0,-157r56,0v8,79,-30,210,52,210v81,0,43,-133,51,-210r56,0","w":266},"V":{"d":"103,0r-102,-255r64,0r64,167r64,-167r60,0r-105,255r-45,0","w":253},"W":{"d":"75,0r-76,-255r61,0r42,164r53,-164r52,0r54,168r43,-168r57,0r-75,255r-50,0r-57,-176r-56,176r-48,0","w":360},"X":{"d":"0,0r89,-133r-84,-122r71,0r54,89r52,-89r68,0r-82,121r92,134r-71,0r-62,-103r-60,103r-67,0","w":259},"Y":{"d":"89,0r0,-109r-96,-146r70,0r54,96r57,-96r66,0r-95,146r0,109r-56,0","w":233},"Z":{"d":"13,0r0,-52r129,-153r-125,0r0,-50r193,0r0,50r-127,153r131,0r0,52r-201,0","w":226},"a":{"d":"129,0v-1,-7,2,-17,-1,-22v-28,44,-119,31,-118,-28v0,-60,74,-61,119,-61v-2,-41,-61,-39,-79,-11r-28,-29v20,-19,49,-28,77,-28v98,0,78,92,80,179r-50,0xm129,-77v-26,0,-63,-2,-67,26v14,35,77,18,67,-26","w":193},"&":{"d":"268,-131r-54,71r57,60r-69,0r-22,-24v-47,53,-164,36,-165,-46v0,-33,24,-59,54,-69v-17,-18,-28,-33,-28,-58v0,-46,39,-64,80,-64v39,0,74,19,74,62v0,30,-21,54,-47,67r32,34r25,-33r63,0xm120,-218v-35,1,-27,45,-4,56v25,-6,45,-55,4,-56xm148,-60r-45,-49v-14,9,-30,18,-30,37v2,39,57,37,75,12","w":273},"^":{"d":"29,-123r65,-132r52,0r65,132r-51,0r-40,-86r-40,86r-51,0","w":239},"~":{"d":"82,-144v23,-1,55,23,76,24v14,0,24,-13,32,-24r13,39v-8,15,-21,31,-45,31v-23,0,-56,-24,-77,-25v-14,0,-23,14,-31,25r-13,-39v8,-15,21,-31,45,-31","w":239},"*":{"d":"105,-255r0,50r48,-16r10,35r-47,15r30,41r-30,22r-30,-42r-29,40r-29,-22r30,-39r-48,-17r12,-34r47,17r0,-50r36,0","w":173},"@":{"d":"133,-87v48,2,51,-77,11,-77v-22,0,-36,19,-36,44v0,15,5,33,25,33xm218,-192r-17,94v0,5,2,11,10,11v15,0,31,-17,31,-54v0,-58,-39,-88,-94,-88v-60,0,-100,43,-100,102v0,91,110,128,174,79r40,0v-68,99,-250,52,-250,-79v0,-77,61,-134,137,-134v63,0,127,42,127,118v0,77,-57,88,-79,88v-21,1,-27,-13,-30,-20v-27,36,-105,20,-98,-41v-8,-59,75,-111,112,-60r3,-16r34,0","w":288},"b":{"d":"24,0r0,-272r54,0r1,116v49,-55,144,-3,135,70v9,79,-98,118,-140,63r0,23r-50,0xm74,-87v0,26,16,44,43,44v27,0,43,-18,43,-44v0,-26,-16,-45,-43,-45v-27,0,-43,19,-43,45","w":226},"\\":{"d":"148,6r-41,13r-108,-280r41,-13","w":146},"|":{"d":"17,6r0,-278r46,0r0,278r-46,0","w":79},"{":{"d":"128,15r0,41v-48,2,-83,2,-84,-52r0,-62v0,-22,-30,-25,-39,-25r0,-41v9,0,39,-3,39,-25v-2,-52,-4,-121,46,-115r38,0r0,42v-23,-3,-46,7,-41,23r0,58v1,35,-23,34,-36,38v15,1,36,4,36,37v0,39,-21,89,41,81","w":133},"}":{"d":"5,-222r0,-42v49,-2,84,-2,84,53r0,62v0,22,29,25,39,25r0,41v-10,0,-39,3,-39,25v2,52,5,120,-46,114r-38,0r0,-41v23,3,47,-6,41,-23r0,-58v-1,-35,23,-34,36,-38v-15,-1,-36,-4,-36,-37v0,-39,22,-89,-41,-81","w":133},"[":{"d":"99,-264r0,33r-32,0r0,255r32,0r0,32r-75,0r0,-320r75,0","w":106},"]":{"d":"7,56r0,-32r33,0r0,-255r-33,0r0,-33r76,0r0,320r-76,0","w":106},"c":{"d":"173,-156r-35,38v-21,-29,-75,-8,-70,31v-5,39,49,59,70,30r35,38v-57,51,-159,13,-159,-68v0,-81,101,-121,159,-69","w":173},":":{"d":"20,-31v0,-18,15,-33,33,-33v18,0,33,15,33,33v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33xm20,-146v0,-18,15,-33,33,-33v18,0,33,15,33,33v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33","w":106},",":{"d":"6,43r27,-101r52,0r-33,101r-46,0","w":106},"d":{"d":"203,-272r0,272r-50,0v-1,-7,2,-18,-1,-23v-8,13,-29,27,-53,27v-52,0,-86,-37,-86,-90v0,-75,85,-124,136,-70r0,-116r54,0xm153,-87v0,-26,-16,-45,-43,-45v-27,0,-43,19,-43,45v0,26,16,44,43,44v27,0,43,-18,43,-44","w":226},"$":{"d":"118,-284r0,25v26,0,56,5,77,22r-34,43v-12,-10,-28,-15,-43,-16r0,58v42,9,87,27,87,75v0,50,-40,76,-87,81r0,26r-24,0r0,-26v-32,0,-65,-7,-89,-29r39,-43v13,15,31,22,50,23r0,-61v-42,-11,-82,-29,-82,-75v0,-45,40,-73,82,-78r0,-25r24,0xm94,-158r0,-50v-13,3,-26,9,-26,24v0,22,20,24,26,26xm118,-100r0,54v15,-3,31,-10,31,-27v0,-17,-16,-22,-31,-27"},"e":{"d":"147,-58r38,28v-49,63,-171,33,-171,-57v0,-56,43,-92,97,-92v55,0,87,43,82,108r-125,0v4,40,62,43,79,13xm68,-107r71,0v0,-18,-14,-33,-33,-33v-24,0,-37,16,-38,33","w":206},"8":{"d":"21,-189v0,-47,39,-70,86,-70v47,0,85,23,85,70v0,28,-16,49,-43,57v31,8,47,30,47,62v0,49,-42,74,-89,74v-47,0,-90,-25,-90,-74v0,-32,16,-54,47,-62v-27,-8,-43,-29,-43,-57xm75,-181v0,16,13,28,32,28v19,0,31,-12,31,-28v0,-15,-12,-29,-31,-29v-19,0,-32,14,-32,29xm71,-77v0,18,15,32,36,32v21,0,35,-14,35,-32v0,-18,-14,-33,-35,-33v-21,0,-36,15,-36,33"},"\u2026":{"d":"27,-31v0,-18,15,-33,33,-33v18,0,33,15,33,33v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33xm147,-31v0,-18,15,-33,33,-33v18,0,33,15,33,33v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33xm267,-31v0,-18,15,-33,33,-33v18,0,33,15,33,33v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33","w":360},"\u2014":{"d":"0,-68r0,-43r360,0r0,43r-360,0","w":360},"\u2013":{"d":"0,-68r0,-43r180,0r0,43r-180,0","w":180},"=":{"d":"21,-121r0,-45r198,0r0,45r-198,0xm21,-52r0,-45r198,0r0,45r-198,0","w":239},"!":{"d":"107,-255r0,171r-54,0r0,-171r54,0xm47,-31v0,-18,15,-33,33,-33v18,0,33,15,33,33v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33","w":159},"f":{"d":"38,0r0,-132r-36,0r0,-43r36,0v0,-58,-5,-99,68,-101v11,0,22,0,32,3r-3,45v-22,-6,-45,-6,-43,25r0,28r40,0r0,43r-40,0r0,132r-54,0","w":133},"5":{"d":"186,-255r0,48r-101,0r-1,39v59,-13,111,22,111,81v0,58,-41,91,-97,91v-44,0,-75,-22,-86,-65r56,-13v3,18,16,31,35,31v23,0,38,-16,38,-38v0,-52,-71,-47,-112,-33r3,-141r154,0"},"4":{"d":"120,0r0,-51r-111,0r0,-45r104,-159r59,0r0,159r32,0r0,45r-32,0r0,51r-52,0xm120,-96r-1,-88r-56,88r57,0"},"g":{"d":"203,-175r0,160v11,104,-118,126,-189,76r30,-45v32,39,123,27,104,-37v-49,54,-135,6,-135,-67v0,-46,30,-91,80,-91v32,-1,50,15,60,27r0,-23r50,0xm67,-89v0,23,19,44,43,44v24,0,43,-21,43,-44v0,-23,-19,-43,-43,-43v-24,0,-43,20,-43,43","w":226},"`":{"d":"47,-255r37,52r-48,0r-62,-52r73,0","w":93},">":{"d":"29,-15r0,-49r114,-45r-114,-45r0,-49r182,71r0,46","w":239},"h":{"d":"19,-272r54,0r1,121v5,-14,23,-28,49,-28v90,-1,59,100,65,179r-54,0r0,-86v0,-20,-1,-46,-29,-46v-54,0,-25,83,-32,132r-54,0r0,-272","w":206},"-":{"d":"98,-111r0,43r-89,0r0,-43r89,0","w":106},"i":{"d":"20,0r0,-175r54,0r0,175r-54,0xm15,-230v0,-17,15,-31,32,-31v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-32,-14,-32,-31","w":93},"j":{"d":"74,-175r0,188v4,55,-33,82,-90,71r3,-48v22,12,38,-13,33,-32r0,-179r54,0xm15,-230v0,-17,15,-31,32,-31v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-32,-14,-32,-31","w":93},"k":{"d":"19,0r0,-272r54,0r0,166r60,-69r66,0r-69,79r71,96r-68,0r-60,-89r0,89r-54,0","w":200},"l":{"d":"20,0r0,-272r54,0r0,272r-54,0","w":93},"<":{"d":"211,-203r0,49r-114,45r114,45r0,49r-182,-71r0,-46","w":239},"m":{"d":"19,0r0,-175r52,0v1,7,-2,18,1,24v13,-34,92,-40,105,3v13,-22,29,-31,55,-31v85,0,57,102,62,179r-54,0r0,-102v0,-16,-6,-30,-24,-30v-54,3,-25,84,-32,132r-54,0r0,-93v0,-13,0,-39,-25,-39v-54,0,-25,83,-32,132r-54,0","w":313},"\u00d7":{"d":"23,-171r34,-34r63,63r62,-63r32,31r-62,65r65,62r-33,34r-64,-64r-63,64r-33,-31r63,-65","w":239},"n":{"d":"19,0r0,-175r52,0v1,7,-2,18,1,24v7,-14,25,-28,51,-28v90,-1,59,100,65,179r-54,0r0,-86v0,-20,-1,-46,-29,-46v-54,0,-25,83,-32,132r-54,0","w":206},"9":{"d":"50,0r60,-91v-57,11,-98,-30,-98,-81v0,-53,42,-87,95,-87v53,0,95,34,95,87v0,77,-58,116,-86,172r-66,0xm66,-170v0,23,17,40,41,40v24,0,41,-17,41,-40v0,-23,-17,-40,-41,-40v-24,0,-41,17,-41,40"},"#":{"d":"36,0r10,-72r-30,0r0,-33r35,0r6,-45r-30,0r0,-33r34,0r10,-72r35,0r-10,72r36,0r10,-72r35,0r-10,72r30,0r0,33r-35,0r-6,45r30,0r0,33r-34,0r-10,72r-35,0r10,-72r-36,0r-10,72r-35,0xm121,-105r6,-45r-35,0r-6,45r35,0"},"o":{"d":"13,-87v0,-56,43,-92,97,-92v54,0,97,36,97,92v0,56,-43,91,-97,91v-54,0,-97,-35,-97,-91xm67,-87v0,26,16,44,43,44v27,0,43,-18,43,-44v0,-26,-16,-45,-43,-45v-27,0,-43,19,-43,45","w":219},"1":{"d":"104,0r0,-194r-51,45r-31,-36r83,-70r51,0r0,255r-52,0"},"p":{"d":"24,82r0,-257r50,0v1,7,-2,18,1,23v8,-13,29,-27,53,-27v52,0,86,37,86,90v0,75,-85,124,-136,70r0,101r-54,0xm74,-87v0,26,16,44,43,44v27,0,43,-18,43,-44v0,-26,-16,-45,-43,-45v-27,0,-43,19,-43,45","w":226},"(":{"d":"68,-264r37,22v-61,82,-60,195,0,277v-12,6,-26,17,-37,20v-70,-95,-66,-224,0,-319","w":113},")":{"d":"45,55v-10,-3,-25,-15,-37,-20v60,-82,61,-196,0,-277v12,-5,28,-20,37,-20v69,93,68,223,0,317","w":113},"%":{"d":"183,-67v0,-40,32,-72,71,-72v39,0,71,32,71,72v0,40,-32,71,-71,71v-39,0,-71,-31,-71,-71xm288,-67v0,-19,-15,-35,-34,-35v-19,0,-34,16,-34,35v0,19,15,35,34,35v19,0,34,-16,34,-35xm2,-188v0,-40,32,-71,71,-71v39,0,71,31,71,71v0,40,-32,71,-71,71v-39,0,-71,-31,-71,-71xm107,-188v0,-19,-15,-34,-34,-34v-19,0,-34,15,-34,34v0,19,15,35,34,35v19,0,34,-16,34,-35xm76,-4r145,-262r31,17r-149,261","w":326},".":{"d":"20,-31v0,-18,15,-33,33,-33v18,0,33,15,33,33v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33","w":106},"+":{"d":"21,-86r0,-46r76,0r0,-76r46,0r0,76r76,0r0,46r-76,0r0,76r-46,0r0,-76r-76,0","w":239},"q":{"d":"203,-175r0,257r-54,0r-1,-101v-49,55,-144,3,-135,-70v-9,-79,98,-118,140,-63r0,-23r50,0xm153,-87v0,-26,-16,-45,-43,-45v-27,0,-43,19,-43,45v0,26,16,44,43,44v27,0,43,-18,43,-44","w":226},"?":{"d":"78,-84v-12,-56,63,-76,58,-102v0,-16,-10,-26,-25,-26v-22,0,-35,14,-36,32r-56,-3v-2,-98,170,-107,171,-7v0,27,-10,42,-44,70v-15,12,-14,18,-14,36r-54,0xm72,-31v0,-18,15,-33,33,-33v18,0,33,15,33,33v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33","w":200},"\"":{"d":"113,-153r0,-102r45,0r0,102r-45,0xm29,-153r0,-102r46,0r0,102r-46,0","w":187},"\u201c":{"d":"16,-153r32,-102r46,0r-26,102r-52,0xm93,-153r32,-102r46,0r-26,102r-52,0","w":187},"\u201d":{"d":"171,-255r-32,102r-46,0r27,-102r51,0xm94,-255r-32,102r-46,0r26,-102r52,0","w":187},"\u2018":{"d":"14,-153r32,-102r47,0r-27,102r-52,0","w":106},"\u2019":{"d":"93,-255r-33,102r-46,0r27,-102r52,0","w":106},"'":{"d":"31,-153r0,-102r45,0r0,102r-45,0","w":106},"r":{"d":"19,0r0,-175r54,0v1,9,-2,21,1,28v14,-26,35,-37,68,-30r0,49v-43,-14,-69,10,-69,55r0,73r-54,0","w":146},"s":{"d":"151,-156r-33,33v-10,-16,-45,-24,-51,-1v0,26,91,4,91,71v0,70,-108,71,-149,34r32,-37v10,12,23,19,39,19v12,0,24,-3,24,-12v0,-28,-91,-4,-91,-71v1,-67,98,-75,138,-36","w":166},";":{"d":"6,43r27,-101r52,0r-33,101r-46,0xm20,-146v0,-18,15,-33,33,-33v18,0,33,15,33,33v0,18,-15,33,-33,33v-18,0,-33,-15,-33,-33","w":106},"7":{"d":"35,0r104,-205r-126,0r0,-50r187,0r0,48r-102,207r-63,0"},"6":{"d":"163,-255r-60,91v57,-11,98,30,98,81v0,53,-42,87,-95,87v-53,0,-95,-34,-95,-87v0,-77,58,-116,86,-172r66,0xm147,-85v0,-23,-17,-40,-41,-40v-24,0,-41,17,-41,40v0,23,17,40,41,40v24,0,41,-17,41,-40"},"\/":{"d":"-1,6r108,-280r41,13r-108,280","w":146},"t":{"d":"138,-175r0,43r-47,0v1,43,-14,111,47,86r0,45v-46,13,-101,4,-101,-48r0,-83r-35,0r0,-43r35,0r0,-52r54,0r0,52r47,0","w":146},"3":{"d":"78,-108r0,-46v29,0,57,1,58,-29v2,-36,-60,-33,-63,-3r-59,-12v16,-85,175,-83,176,10v1,29,-17,49,-43,57v31,4,48,29,48,59v0,51,-42,76,-92,76v-45,0,-81,-20,-91,-66r56,-13v4,18,15,30,38,30v23,0,35,-14,35,-33v-1,-33,-33,-30,-63,-30"},"\u2122":{"d":"57,-107r0,-113r-43,0r0,-35r125,0r0,35r-43,0r0,113r-39,0xm171,-107r0,-148r52,0r35,97r35,-97r53,0r0,148r-39,0r-1,-96r-35,96r-25,0r-36,-96r0,96r-39,0","w":360},"2":{"d":"18,0r0,-57r99,-89v26,-14,32,-64,-9,-64v-20,0,-32,15,-33,33r-54,-4v3,-53,40,-78,90,-78v46,0,82,25,82,76v0,33,-14,52,-33,69r-78,66r113,0r0,48r-177,0"},"u":{"d":"188,-175r0,175r-52,0v-1,-7,2,-18,-1,-24v-7,14,-25,28,-51,28v-91,1,-59,-100,-65,-179r54,0r0,86v0,20,0,46,28,46v55,0,26,-82,33,-132r54,0","w":206},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"v":{"d":"73,0r-72,-175r58,0r45,119r41,-119r54,0r-69,175r-57,0","w":200},"w":{"d":"62,0r-64,-175r58,0r36,110r30,-110r59,0r33,110r33,-110r55,0r-63,175r-53,0r-37,-116r-32,116r-55,0","w":299},"x":{"d":"-3,0r69,-94r-58,-81r64,0r31,48r29,-48r61,0r-57,81r67,94r-64,0r-38,-58r-41,58r-63,0","w":200},"y":{"d":"199,-175r-79,203v-9,51,-57,69,-115,52r8,-44v34,15,60,-3,65,-35r-77,-176r58,0r46,116r39,-116r55,0","w":200},"z":{"d":"12,0r0,-54r91,-78r-89,0r0,-43r152,0r0,52r-95,80r97,0r0,43r-156,0","w":180},"0":{"d":"12,-127v0,-60,19,-132,95,-132v76,0,94,72,94,132v0,60,-18,131,-94,131v-76,0,-95,-71,-95,-131xm66,-127v0,27,2,82,41,82v39,0,40,-55,40,-82v0,-27,-1,-83,-40,-83v-39,0,-41,56,-41,83"},"\u00a0":{"w":106}}});
/*! 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) 1989 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 AG and/or its subsidiaries. All Rights Reserved. This data is the property of Linotype AG and/or its subsidiaries and may not be reproduced, used, displayed, modified, disclosed or transferred without the express written approval of Linotype AG and/or its subsidiaries. */
Cufon.registerFont({"w":213,"face":{"font-family":"Avenir","font-weight":900,"font-style":"oblique","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 10 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-28 -284 397 86.8576","underline-thickness":"18","underline-position":"-36","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":106},"A":{"d":"0,0r146,-255r46,0r75,255r-63,0r-15,-54r-99,0r-28,54r-62,0xm177,-102r-20,-79r-42,79r62,0","w":266},"B":{"d":"26,0r36,-255v81,5,186,-23,179,65v-3,29,-27,47,-52,57v33,4,53,29,47,62v-16,87,-116,70,-210,71xm111,-207r-7,54v36,-1,74,7,79,-28v5,-34,-40,-25,-72,-26xm97,-105r-8,57v40,-2,84,10,92,-29v0,-38,-48,-26,-84,-28","w":233},"C":{"d":"267,-224r-48,35v-42,-49,-122,-3,-131,62v-11,79,78,108,117,54r42,35v-72,87,-240,39,-217,-89v15,-81,76,-134,156,-134v28,0,63,9,81,37","w":246},"D":{"d":"26,0r36,-255v123,-5,237,2,217,128v-18,115,-122,137,-253,127xm111,-203r-22,151v71,3,122,-9,132,-78v9,-62,-45,-78,-110,-73","w":273},"E":{"d":"28,0r36,-255r173,0r-7,52r-117,0r-7,47r111,0r-8,52r-110,0r-7,52r123,0r-7,52r-180,0","w":226},"F":{"d":"28,0r36,-255r171,0r-7,52r-115,0r-8,52r107,0r-8,52r-106,0r-14,99r-56,0"},"G":{"d":"278,-151r-19,133v-103,52,-250,21,-229,-109v13,-82,76,-134,156,-134v40,0,75,8,97,32r-45,44v-45,-53,-145,-14,-150,58v-3,48,20,82,68,82v24,0,44,-7,55,-13r6,-41r-46,0r7,-52r100,0","w":280},"H":{"d":"26,0r36,-255r56,0r-13,95r109,0r13,-95r56,0r-36,255r-56,0r16,-110r-109,0r-16,110r-56,0","w":273},"I":{"d":"25,0r36,-255r56,0r-36,255r-56,0","w":106},"J":{"d":"194,-255r-24,170v-7,47,-26,91,-95,91v-40,0,-66,-18,-69,-59r53,-13v0,12,10,23,22,23v26,0,30,-29,33,-48r23,-164r57,0","w":180},"K":{"d":"28,0r36,-255r56,0r-15,106r114,-106r74,0r-131,119r104,136r-78,0r-87,-121r-17,121r-56,0","w":259},"L":{"d":"28,0r36,-255r56,0r-28,203r104,0r-8,52r-160,0","w":193},"M":{"d":"26,0r36,-255r85,0r36,166r82,-166r85,0r-36,255r-56,0r27,-195r-95,195r-43,0r-37,-195r-28,195r-56,0","w":339},"N":{"d":"26,0r36,-255r76,0r84,177r25,-177r56,0r-36,255r-73,0r-86,-181r-26,181r-56,0","w":293},"O":{"d":"30,-127v11,-82,76,-134,156,-134v80,0,130,52,119,134v-11,82,-76,133,-156,133v-80,0,-130,-51,-119,-133xm179,-210v-95,0,-135,166,-23,165v48,0,84,-34,91,-82v7,-48,-20,-83,-68,-83","w":299},"P":{"d":"26,0r36,-255v88,2,193,-18,180,78v-11,75,-69,81,-146,78r-14,99r-56,0xm111,-207r-8,60v37,-1,76,7,81,-30v5,-36,-39,-29,-73,-30","w":226},"Q":{"d":"311,-43r-6,43r-155,0v-80,0,-131,-49,-119,-131v11,-77,78,-130,154,-130v76,0,128,53,118,130v-5,37,-28,71,-63,88r71,0xm89,-131v-6,44,24,79,67,79v43,0,82,-35,88,-79v6,-44,-23,-79,-66,-79v-43,0,-83,35,-89,79","w":306},"R":{"d":"26,0r36,-255v89,2,196,-18,184,78v-5,36,-28,63,-65,69r49,108r-67,0r-39,-102r-28,0r-14,102r-56,0xm111,-207r-8,58v37,-2,78,10,84,-29v6,-39,-41,-27,-76,-29","w":233},"S":{"d":"223,-235r-44,42v-18,-26,-73,-23,-80,10v-9,46,115,17,103,106v-12,89,-136,108,-192,51r47,-43v15,31,80,34,88,-3v10,-46,-117,-22,-105,-107v11,-81,125,-107,183,-56","w":206},"T":{"d":"75,0r29,-205r-73,0r7,-50r202,0r-7,50r-73,0r-29,205r-56,0","w":206},"U":{"d":"277,-255r-22,157v-8,60,-51,104,-122,104v-71,0,-101,-44,-93,-104r22,-157r56,0r-22,155v-4,31,14,55,44,55v30,0,55,-24,59,-55r22,-155r56,0","w":266},"V":{"d":"103,0r-66,-255r64,0r40,167r87,-167r61,0r-141,255r-45,0","w":253},"W":{"d":"75,0r-40,-255r61,0r19,164r76,-164r52,0r30,168r67,-168r57,0r-111,255r-50,0r-32,-176r-81,176r-48,0","w":360},"X":{"d":"0,0r108,-133r-67,-122r70,0r42,89r65,-89r68,0r-99,121r73,134r-71,0r-48,-103r-74,103r-67,0","w":259},"Y":{"d":"89,0r15,-109r-75,-146r69,0r41,96r71,-96r66,0r-116,146r-15,109r-56,0","w":233},"Z":{"d":"13,0r7,-52r151,-153r-125,0r7,-50r193,0r-7,50r-149,153r131,0r-7,52r-201,0","w":226},"a":{"d":"129,0v0,-7,4,-17,2,-22v-31,42,-122,34,-114,-28v8,-60,83,-61,128,-61v4,-42,-58,-38,-77,-11r-25,-29v22,-19,53,-28,81,-28v104,0,61,107,55,179r-50,0xm140,-77v-27,0,-63,-2,-70,26v-3,13,10,19,22,19v26,0,48,-16,48,-45","w":193},"&":{"d":"286,-131r-63,71r48,60r-69,0r-18,-24v-50,52,-170,39,-159,-46v4,-33,32,-59,64,-69v-14,-18,-24,-33,-20,-58v6,-46,47,-64,88,-64v39,0,72,19,66,62v-4,30,-30,54,-57,67r28,34r30,-33r62,0xm151,-218v-33,0,-36,43,-12,56v24,-5,55,-52,12,-56xm156,-60r-38,-49v-32,8,-52,66,-5,68v17,0,30,-9,43,-19","w":273},"^":{"d":"46,-123r83,-132r53,0r46,132r-51,0r-28,-86r-52,86r-51,0","w":239},"~":{"d":"102,-144v23,0,52,23,73,24v14,0,25,-13,35,-24r8,39v-10,15,-26,31,-50,31v-23,0,-53,-24,-73,-25v-14,0,-25,14,-35,25r-7,-39v10,-15,25,-31,49,-31","w":239},"*":{"d":"141,-255r-7,50r50,-16r6,35r-50,15r24,41r-32,22r-25,-42r-35,40r-26,-22r36,-39r-46,-17r17,-34r45,17r7,-50r36,0","w":173},"@":{"d":"189,-131v3,-19,-4,-33,-22,-33v-22,0,-39,19,-42,44v-2,15,0,33,20,33v30,0,41,-24,44,-44xm245,-192r-30,94v-1,5,0,11,8,11v15,0,34,-17,39,-54v8,-58,-27,-88,-82,-88v-60,0,-103,43,-114,102v-17,94,98,127,163,79r39,0v-31,35,-74,54,-118,54v-77,0,-132,-55,-121,-133v11,-77,81,-134,157,-134v63,0,122,42,111,118v-11,77,-71,88,-93,88v-22,1,-24,-13,-26,-20v-11,10,-26,20,-49,20v-31,0,-48,-25,-43,-61v6,-42,38,-81,83,-81v20,-1,30,8,37,21r5,-16r34,0","w":288},"b":{"d":"24,0r38,-272r54,0r-15,116v15,-17,36,-23,58,-23v50,0,70,44,67,93v-5,75,-105,120,-149,63r-3,23r-50,0xm136,-132v-52,-6,-75,90,-13,89v52,7,73,-90,13,-89","w":226},"\\":{"d":"147,6r-43,13r-68,-280r42,-13","w":146},"|":{"d":"16,6r40,-278r45,0r-39,278r-46,0","w":79},"{":{"d":"126,15r-6,41v-48,2,-84,2,-77,-52r9,-62v3,-22,-26,-25,-35,-25r5,-41v9,0,40,-3,43,-25v6,-48,11,-121,62,-115r38,0r-6,42v-24,-3,-47,7,-44,23r-8,58v-4,34,-28,34,-41,38v15,1,35,4,30,37r-8,58v-7,17,15,27,38,23","w":133},"}":{"d":"36,-222r6,-42v48,-2,85,-2,77,53r-9,62v-3,22,26,25,36,25r-6,41v-10,0,-41,3,-43,25v-5,49,-11,120,-62,114r-38,0r6,-41v24,3,47,-7,44,-23r8,-58v4,-34,29,-34,42,-38v-15,-1,-36,-4,-31,-37r8,-58v7,-17,-15,-27,-38,-23","w":133},"[":{"d":"136,-264r-4,33r-33,0r-35,255r32,0r-5,32r-75,0r45,-320r75,0","w":106},"]":{"d":"-1,56r5,-32r32,0r36,-255r-32,0r4,-33r76,0r-45,320r-76,0","w":106},"c":{"d":"195,-156r-41,38v-21,-31,-74,-5,-74,31v-11,40,44,58,65,30r31,38v-59,50,-162,16,-150,-68v11,-76,110,-123,169,-69","w":173},":":{"d":"25,-31v3,-18,19,-33,37,-33v18,0,32,15,29,33v-3,18,-20,33,-38,33v-18,0,-31,-15,-28,-33xm41,-146v3,-18,19,-33,37,-33v18,0,32,15,29,33v-3,18,-20,33,-38,33v-18,0,-31,-15,-28,-33","w":106},",":{"d":"0,43r41,-101r52,0r-47,101r-46,0","w":106},"d":{"d":"241,-272r-38,272r-50,0r3,-23v-10,13,-34,27,-58,27v-52,0,-77,-37,-73,-90v6,-70,94,-126,146,-70r16,-116r54,0xm116,-43v52,6,72,-90,12,-89v-51,-6,-73,90,-12,89","w":226},"$":{"d":"158,-284r-3,25v26,0,54,5,73,22r-40,43v-10,-10,-25,-15,-40,-16r-9,58v41,9,85,26,77,75v-8,50,-51,76,-99,81r-3,26r-24,0r4,-26v-32,0,-64,-7,-85,-29r44,-43v10,15,29,22,48,23r8,-61v-40,-11,-79,-29,-71,-75v8,-45,50,-73,93,-78r3,-25r24,0xm117,-158r7,-50v-14,3,-28,9,-30,24v-3,22,17,24,23,26xm132,-100r-7,54v30,1,49,-44,14,-52"},"e":{"d":"155,-58r34,28v-52,61,-179,37,-163,-57v9,-56,56,-92,110,-92v56,0,80,48,67,108r-125,0v0,43,60,42,77,13xm83,-107r71,0v3,-18,-9,-33,-28,-33v-24,0,-39,16,-43,33","w":206},"8":{"d":"48,-189v7,-47,48,-70,95,-70v47,0,82,23,75,70v-4,28,-23,49,-51,57v29,8,43,30,39,62v-7,49,-53,74,-100,74v-47,0,-86,-25,-79,-74v4,-32,24,-54,56,-62v-26,-8,-39,-29,-35,-57xm136,-210v-37,-2,-51,57,-8,57v38,3,51,-56,8,-57xm122,-110v-41,-3,-59,65,-9,65v43,4,58,-65,9,-65"},"\u2026":{"d":"31,-31v3,-18,20,-33,38,-33v18,0,32,15,29,33v-3,18,-20,33,-38,33v-18,0,-32,-15,-29,-33xm151,-31v3,-18,20,-33,38,-33v18,0,31,15,28,33v-3,18,-19,33,-37,33v-18,0,-32,-15,-29,-33xm271,-31v3,-18,20,-33,38,-33v18,0,31,15,28,33v-3,18,-19,33,-37,33v-18,0,-32,-15,-29,-33","w":360},"\u2014":{"d":"10,-68r6,-43r360,0r-6,43r-360,0","w":360},"\u2013":{"d":"10,-68r6,-43r180,0r-6,43r-180,0","w":180},"=":{"d":"38,-121r7,-45r197,0r-6,45r-198,0xm29,-52r6,-45r197,0r-6,45r-197,0","w":239},"!":{"d":"143,-255r-24,171r-54,0r24,-171r54,0xm51,-31v3,-18,20,-33,38,-33v18,0,31,15,28,33v-3,18,-19,33,-37,33v-18,0,-32,-15,-29,-33","w":159},"f":{"d":"38,0r18,-132r-35,0r6,-43r35,0v9,-54,9,-100,83,-101v11,0,21,0,31,3r-9,45v-23,-6,-44,-5,-47,25r-4,28r40,0r-6,43r-40,0r-18,132r-54,0","w":133},"5":{"d":"222,-255r-7,48r-101,0r-6,39v59,-13,104,21,99,81v-8,97,-173,132,-187,26r58,-13v0,18,12,31,31,31v23,0,41,-16,43,-38v5,-53,-66,-46,-107,-33r23,-141r154,0"},"4":{"d":"120,0r7,-51r-111,0r6,-45r127,-159r59,0r-23,159r33,0r-6,45r-33,0r-7,51r-52,0xm133,-96r12,-88r-69,88r57,0"},"g":{"d":"227,-175r-22,160v-3,99,-126,129,-200,76r36,-45v27,35,107,29,108,-20v0,-5,4,-13,2,-17v-52,53,-141,10,-126,-67v9,-46,43,-91,93,-91v31,0,49,14,56,27r4,-23r49,0xm128,-132v-51,-4,-70,85,-12,87v50,3,71,-85,12,-87","w":226},"`":{"d":"83,-255r29,52r-47,0r-55,-52r73,0","w":93},">":{"d":"31,-15r7,-49r120,-45r-108,-45r7,-49r172,71r-6,46","w":239},"h":{"d":"57,-272r54,0r-16,121v7,-14,27,-28,53,-28v95,1,41,114,40,179r-54,0r12,-86v3,-20,6,-46,-22,-46v-57,0,-37,85,-51,132r-54,0","w":206},"-":{"d":"113,-111r-6,43r-88,0r6,-43r88,0","w":106},"i":{"d":"20,0r24,-175r54,0r-24,175r-54,0xm48,-230v2,-17,19,-31,36,-31v17,0,27,14,26,31v-2,37,-67,42,-62,0","w":93},"j":{"d":"98,-175r-26,188v-4,54,-41,82,-100,71r10,-48v23,12,35,-14,37,-32r25,-179r54,0xm48,-230v2,-17,19,-31,36,-31v17,0,27,14,26,31v-2,37,-67,42,-62,0","w":93},"k":{"d":"19,0r38,-272r54,0r-23,166r69,-69r67,0r-81,79r58,96r-68,0r-47,-89r-13,89r-54,0","w":200},"l":{"d":"20,0r38,-272r54,0r-38,272r-54,0","w":93},"<":{"d":"239,-203r-6,49r-121,45r108,45r-7,49r-172,-71r6,-46","w":239},"m":{"d":"19,0r25,-175r52,0v0,7,-5,18,-3,24v14,-32,95,-42,105,3v16,-22,33,-31,59,-31v91,3,40,115,37,179r-54,0r14,-102v2,-16,-1,-30,-19,-30v-57,0,-37,85,-51,132r-54,0r13,-93v2,-13,6,-39,-19,-39v-57,0,-37,85,-51,132r-54,0","w":313},"\u00d7":{"d":"47,-171r38,-34r55,63r71,-63r28,31r-72,65r56,62r-38,34r-54,-64r-73,64r-27,-31r71,-65","w":239},"n":{"d":"19,0r25,-175r52,0v0,7,-5,18,-3,24v9,-14,29,-28,55,-28v95,1,41,114,40,179r-54,0r12,-86v3,-20,6,-46,-22,-46v-57,0,-37,85,-51,132r-54,0","w":206},"9":{"d":"50,0r73,-91v-57,11,-91,-29,-87,-81v9,-105,209,-121,190,0v-12,77,-74,116,-110,172r-66,0xm137,-210v-48,-5,-69,80,-12,80v48,5,69,-80,12,-80"},"#":{"d":"36,0r21,-72r-31,0r5,-33r34,0r13,-45r-30,0r4,-33r35,0r20,-72r35,0r-20,72r35,0r21,-72r35,0r-21,72r31,0r-5,33r-35,0r-12,45r30,0r-4,33r-35,0r-20,72r-35,0r20,-72r-35,0r-21,72r-35,0xm136,-105r13,-45r-36,0r-13,45r36,0"},"o":{"d":"25,-87v8,-56,56,-92,110,-92v54,0,92,36,84,92v-8,56,-56,91,-110,91v-54,0,-92,-35,-84,-91xm128,-132v-51,-6,-73,90,-12,89v52,6,72,-90,12,-89","w":219},"1":{"d":"104,0r27,-194r-57,45r-26,-36r93,-70r50,0r-35,255r-52,0"},"p":{"d":"13,82r36,-257r49,0v0,7,-4,18,-2,23v10,-13,33,-27,57,-27v52,0,78,37,74,90v-6,69,-94,127,-146,70r-14,101r-54,0xm136,-132v-52,-6,-75,90,-13,89v52,7,73,-90,13,-89","w":226},"(":{"d":"61,56v-64,-110,-27,-236,44,-320r34,22v-65,72,-92,182,-38,277","w":113},")":{"d":"3,35v64,-72,94,-182,39,-277v13,-5,30,-20,40,-20v61,109,28,237,-45,318","w":113},"%":{"d":"192,-67v6,-40,42,-72,81,-72v39,0,67,32,61,72v-6,40,-42,71,-81,71v-39,0,-67,-31,-61,-71xm258,-32v40,4,57,-69,10,-70v-40,-4,-57,69,-10,70xm28,-188v6,-40,42,-71,81,-71v39,0,67,31,61,71v-6,40,-42,71,-81,71v-39,0,-67,-31,-61,-71xm94,-153v39,4,58,-68,10,-69v-40,-4,-57,68,-10,69xm76,-4r183,-262r28,17r-186,261","w":326},".":{"d":"25,-31v3,-18,19,-33,37,-33v18,0,32,15,29,33v-3,18,-20,33,-38,33v-18,0,-31,-15,-28,-33","w":106},"+":{"d":"33,-86r7,-46r76,0r10,-76r46,0r-11,76r76,0r-6,46r-76,0r-11,76r-45,0r10,-76r-76,0","w":239},"q":{"d":"227,-175r-36,257r-54,0r14,-101v-15,17,-37,23,-59,23v-50,0,-70,-44,-67,-93v5,-73,107,-121,149,-63r4,-23r49,0xm116,-43v52,6,72,-90,12,-89v-51,-6,-73,90,-12,89","w":226},"?":{"d":"90,-84v-6,-53,73,-76,73,-102v0,-16,-8,-26,-23,-26v-22,0,-36,14,-40,32r-55,-3v12,-51,51,-78,101,-78v44,0,78,25,71,71v-4,27,-17,42,-54,70v-16,12,-18,18,-19,36r-54,0xm76,-31v3,-18,20,-33,38,-33v18,0,31,15,28,33v-3,18,-20,33,-38,33v-18,0,-31,-15,-28,-33","w":200},"\"":{"d":"134,-153r15,-102r45,0r-14,102r-46,0xm51,-153r14,-102r45,0r-14,102r-45,0","w":187},"\u201c":{"d":"37,-153r47,-102r46,0r-41,102r-52,0xm114,-153r47,-102r46,0r-41,102r-52,0","w":187},"\u201d":{"d":"207,-255r-46,102r-47,0r41,-102r52,0xm130,-255r-47,102r-46,0r41,-102r52,0","w":187},"\u2018":{"d":"36,-153r46,-102r46,0r-41,102r-51,0","w":106},"\u2019":{"d":"128,-255r-46,102r-46,0r41,-102r51,0","w":106},"'":{"d":"52,-153r14,-102r46,0r-14,102r-46,0","w":106},"r":{"d":"19,0r25,-175r54,0r-4,28v18,-26,39,-37,73,-30r-7,49v-45,-14,-71,12,-77,55r-10,73r-54,0","w":146},"s":{"d":"173,-156r-38,33v-9,-17,-46,-23,-51,-1v-6,26,93,4,82,71v-11,68,-112,73,-155,34r38,-37v9,20,52,28,62,7v4,-28,-90,-4,-81,-71v9,-64,102,-77,143,-36","w":166},";":{"d":"0,43r41,-101r52,0r-47,101r-46,0xm41,-146v3,-18,19,-33,37,-33v18,0,32,15,29,33v-3,18,-20,33,-38,33v-18,0,-31,-15,-28,-33","w":106},"7":{"d":"35,0r133,-205r-126,0r7,-50r187,0r-7,48r-131,207r-63,0"},"6":{"d":"199,-255r-73,91v57,-11,95,29,87,81v-8,53,-55,87,-108,87v-53,0,-92,-34,-83,-87v13,-76,75,-116,111,-172r66,0xm112,-45v49,5,68,-80,11,-80v-48,-5,-67,80,-11,80"},"\/":{"d":"-2,6r147,-280r39,13r-147,280","w":146},"t":{"d":"163,-175r-6,43r-48,0r-8,59v-11,30,22,39,44,27r-7,45v-45,13,-101,5,-94,-48r11,-83r-34,0r6,-43r34,0r8,-52r54,0r-8,52r48,0","w":146},"3":{"d":"93,-108r6,-46v30,0,58,1,63,-29v2,-15,-10,-27,-28,-27v-17,0,-30,11,-35,24r-57,-12v17,-44,56,-61,99,-61v45,0,82,22,76,71v-4,29,-25,49,-52,57v30,4,43,29,40,59v-8,90,-177,110,-185,10r59,-13v1,18,11,30,34,30v23,0,36,-14,39,-33v4,-33,-30,-30,-59,-30"},"\u2122":{"d":"72,-107r16,-113r-43,0r5,-35r125,0r-5,35r-43,0r-16,113r-39,0xm186,-107r20,-148r53,0r21,97r49,-97r52,0r-20,148r-39,0r13,-96r-49,96r-26,0r-22,-96r-14,96r-38,0","w":360},"2":{"d":"18,0r8,-57r111,-89v26,-11,44,-62,0,-64v-20,0,-33,15,-37,33r-54,-4v11,-53,51,-78,101,-78v46,0,81,25,72,76v-13,74,-85,92,-130,135r113,0r-7,48r-177,0"},"u":{"d":"212,-175r-24,175r-52,0v0,-7,4,-18,2,-24v-9,14,-29,28,-55,28v-96,-1,-40,-115,-39,-179r54,0r-12,86v-3,20,-7,46,21,46v57,0,37,-85,51,-132r54,0","w":206},"_":{"d":"174,45r-180,0r2,-18r180,0","w":180},"v":{"d":"73,0r-48,-175r59,0r28,119r58,-119r54,0r-94,175r-57,0","w":200},"w":{"d":"62,0r-39,-175r57,0r21,110r46,-110r59,0r17,110r49,-110r54,0r-87,175r-53,0r-21,-116r-48,116r-55,0","w":299},"x":{"d":"-3,0r82,-94r-46,-81r63,0r25,48r36,-48r60,0r-68,81r54,94r-64,0r-30,-58r-49,58r-63,0","w":200},"y":{"d":"224,-175r-108,203v-17,50,-62,69,-122,52r14,-44v35,16,60,-6,70,-35r-52,-176r58,0r29,116r55,-116r56,0","w":200},"z":{"d":"12,0r8,-54r101,-78r-88,0r6,-43r151,0r-7,52r-106,80r97,0r-6,43r-156,0","w":180},"0":{"d":"30,-127v8,-60,37,-132,113,-132v76,0,84,72,76,132v-8,60,-37,131,-113,131v-76,0,-84,-71,-76,-131xm84,-127v-4,27,-10,82,29,82v39,0,48,-55,52,-82v4,-27,10,-83,-29,-83v-39,0,-48,56,-52,83"},"\u00a0":{"w":106}}});

