/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.03
 */
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}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},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},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},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 B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};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(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}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)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,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 B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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){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(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}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-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(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(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());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 g=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(g?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2008 Microsoft Corporation. All Rights Reserved.
 * 
 * Trademark:
 * Corbel is either a registered trademark or a trademark of Microsoft Corporation
 * in the United States and/or other countries.
 * 
 * Description:
 * Corbel is designed to give an uncluttered and clean appearance on screen. The
 * letter forms are open with soft, flowing curves. It is legible, clear and
 * functional at small sizes. At larger sizes the detailing and style of the shapes
 * is more apparent resulting in a modern sans serif type with a wide range of
 * possible uses.
 * 
 * Manufacturer:
 * Microsoft Corporation
 * 
 * Designer:
 * Jeremy Tankard
 * 
 * Vendor URL:
 * http://www.microsoft.com/typography/ctfonts
 * 
 * License information:
 * http://www.microsoft.com/typography/fonts/default.aspx
 */
Cufon.registerFont({"w":184,"face":{"font-family":"Corbel","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 3 2 2 4 2 2 4","ascent":"268","descent":"-92","x-height":"4","bbox":"-21 -259.104 332 86.0897","underline-thickness":"21.0938","underline-position":"-22.8516","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":72,"k":{"Z":12,"Y":40,"X":12,"W":19,"V":25,"U":11,"T":25,"S":9,"Q":14,"O":14,"J":7,"G":14,"C":14,"A":16}},"\u00a0":{"w":72},"A":{"d":"6,0r96,-235r25,0r96,235r-32,0r-28,-71r-98,0r-28,71r-31,0xm115,-199r-40,102r78,0","w":228,"k":{"\"":25,"'":25,"y":9,"w":7,"v":7,"Y":21,"W":15,"V":19,"T":19,"Q":4,"O":4,"G":4,"C":4}},"B":{"d":"146,-122v27,6,47,20,47,53v-1,75,-84,71,-163,69r0,-235v70,1,152,-9,153,61v0,29,-15,44,-37,52xm153,-172v0,-44,-50,-37,-94,-37r0,76v44,1,94,5,94,-39xm163,-69v0,-48,-58,-38,-104,-39r0,82v49,0,104,6,104,-43","w":213},"C":{"d":"192,-206v-71,-25,-141,11,-141,90v0,81,69,110,144,87r0,25v-90,26,-174,-13,-174,-111v0,-95,80,-145,171,-116r0,25","w":212,"k":{"}":-9,"]":-9,"y":13,"w":13,"v":13,"C":4}},"D":{"d":"30,-235v108,-6,191,14,190,116v0,102,-79,127,-190,119r0,-235xm59,-26v80,5,131,-19,131,-93v0,-73,-51,-95,-131,-90r0,183","w":241,"k":{"]":14,")":14,".":9,",":9,"Y":7,"X":7,"V":4,"T":9,"J":11}},"E":{"d":"59,-26r120,0r0,26r-149,0r0,-235r143,0r0,26r-114,0r0,76r101,0r0,25r-101,0r0,82","w":198},"F":{"d":"59,0r-29,0r0,-235r140,0r0,26r-111,0r0,76r99,0r0,25r-99,0r0,108","w":181,"k":{".":25,",":25,"J":16,"A":18}},"G":{"d":"51,-115v0,76,60,105,133,90r0,-70r-54,0r0,-26r82,0r0,114v-16,8,-43,11,-67,11v-78,-1,-122,-39,-124,-116v-3,-99,87,-148,183,-119r0,25v-74,-24,-153,8,-153,91","w":240},"H":{"d":"59,-133r123,0r0,-102r28,0r0,235r-28,0r0,-108r-123,0r0,108r-29,0r0,-235r29,0r0,102","w":240},"I":{"d":"30,0r0,-235r29,0r0,235r-29,0","w":88},"J":{"d":"11,-27v27,11,66,9,66,-30r0,-178r29,0r0,181v3,51,-49,67,-95,53r0,-26","w":134},"K":{"d":"30,0r0,-235r29,0r0,116r108,-116r35,0r-109,117r118,118r-38,0r-114,-115r0,115r-29,0","w":217,"k":{"-":16,"y":19,"w":19,"v":19,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"Q":18,"O":18,"G":18,"C":18}},"L":{"d":"59,-235r0,209r114,0r0,26r-143,0r0,-235r29,0","w":187,"k":{"\"":40,"'":40,"?":12,"-":11,"y":19,"w":19,"v":19,"Y":47,"W":23,"V":35,"T":44,"Q":14,"O":14,"G":14,"C":14}},"M":{"d":"155,0r-14,0r-85,-204v5,71,3,132,3,204r-29,0r0,-235r41,0r56,133v7,14,11,36,21,55v25,-72,50,-121,77,-188r41,0r0,235r-29,0r3,-204r-2,0v-26,74,-54,134,-83,204","w":295},"N":{"d":"194,-40v-4,-62,-1,-130,-2,-195r29,0r0,235r-29,0r-136,-195v5,56,2,132,3,195r-29,0r0,-235r28,0","w":250},"O":{"d":"132,-21v55,0,80,-40,80,-96v0,-56,-25,-97,-81,-97v-54,0,-80,40,-80,97v0,56,26,96,81,96xm131,-240v74,0,111,50,111,123v0,72,-38,121,-110,121v-73,0,-111,-48,-111,-121v0,-73,38,-123,110,-123","w":262,"k":{"]":14,")":14,".":9,",":9,"Y":7,"X":7,"V":4,"T":9,"J":10,"A":4}},"P":{"d":"188,-168v-1,63,-62,76,-129,71r0,97r-29,0r0,-235v75,-1,159,-6,158,67xm157,-168v1,-46,-51,-41,-98,-41r0,86v45,5,97,1,98,-45","w":205,"k":{"-":9,".":43,",":43,"q":16,"o":16,"g":16,"e":16,"d":16,"c":16,"Z":10,"X":5,"J":28,"A":28}},"Q":{"d":"132,-21v55,0,80,-40,80,-96v0,-56,-25,-97,-81,-97v-54,0,-80,40,-80,97v0,56,26,96,81,96xm131,-240v118,-8,144,166,62,220v18,-3,34,-4,54,-4r0,26v-39,-3,-78,2,-115,2v-73,0,-111,-48,-111,-121v0,-73,38,-118,110,-123","w":266,"k":{"]":9,")":9}},"R":{"d":"188,-168v-1,41,-28,60,-63,67r77,101r-36,0r-73,-97r-34,0r0,97r-29,0r0,-235v76,-1,158,-6,158,67xm157,-168v0,-45,-50,-42,-98,-41r0,86v49,1,98,2,98,-45","w":213,"k":{")":5,"-":14,"u":5,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7}},"S":{"d":"168,-200v-39,-22,-137,-23,-112,44v29,40,121,12,121,90v0,76,-99,82,-155,57r0,-26v42,23,149,22,121,-47v-29,-40,-119,-12,-121,-89v-2,-73,91,-81,146,-56r0,27","w":198,"k":{")":5}},"T":{"d":"114,0r-28,0r0,-209r-79,0r0,-26r186,0r0,26r-79,0r0,209","w":199,"k":{"-":25,".":28,":":25,";":25,",":21,"z":23,"y":23,"x":23,"w":23,"v":23,"u":23,"s":23,"r":23,"q":23,"p":23,"o":23,"n":23,"m":23,"g":23,"e":23,"d":23,"c":23,"a":26,"Q":9,"O":9,"J":16,"G":9,"C":9,"A":19}},"U":{"d":"58,-235v8,85,-31,214,63,214v94,0,55,-129,63,-214r29,0r0,145v-1,61,-30,94,-93,94v-62,0,-91,-33,-91,-94r0,-145r29,0","w":241,"k":{".":9,",":9}},"V":{"d":"109,-37r73,-198r29,0r-89,235r-25,0r-90,-235r30,0","w":218,"k":{"-":12,".":25,":":12,";":12,",":23,"s":13,"r":11,"q":14,"o":14,"n":11,"m":11,"g":14,"e":14,"d":14,"c":14,"Q":4,"O":4,"J":21,"G":4,"C":4,"A":19}},"W":{"d":"159,-196r-50,196r-30,0r-72,-235r30,0r57,198r50,-198r29,0r51,198r56,-198r30,0r-72,235r-29,0","w":317,"k":{"-":5,".":12,",":16,"s":11,"q":13,"o":13,"g":13,"e":13,"d":13,"c":13,"J":18,"A":15}},"X":{"d":"105,-140v24,-30,43,-64,66,-95r32,0r-80,116r84,119r-32,0r-70,-100r-69,100r-32,0r84,-120r-79,-115r31,0","w":210,"k":{"-":9,"Q":7,"O":7,"G":7,"C":7}},"Y":{"d":"121,-95r0,95r-28,0r0,-95r-86,-140r31,0r69,114r69,-114r31,0","w":213,"k":{"-":26,".":34,":":19,";":19,",":23,"z":14,"y":14,"x":14,"w":14,"v":14,"u":19,"s":24,"r":19,"q":28,"p":19,"o":28,"n":19,"m":19,"g":28,"e":28,"d":28,"c":28,"a":25,"Q":7,"O":7,"J":21,"G":7,"C":7,"A":21}},"Z":{"d":"192,-235r0,18r-137,191r138,0r0,26r-175,0r0,-18r136,-191r-133,0r0,-26r171,0","w":210,"k":{"-":9}},"a":{"d":"31,-162v47,-19,119,-10,119,51r0,111r-23,0v-2,-6,-1,-14,-4,-18v-26,35,-106,28,-106,-31v0,-54,62,-62,106,-46v10,-58,-52,-60,-92,-44r0,-23xm45,-49v0,44,65,32,78,9r0,-33v-27,-8,-78,-14,-78,24","w":176},"b":{"d":"98,-19v37,-1,46,-29,50,-65v6,-61,-61,-81,-93,-45r0,87v9,11,22,23,43,23xm104,-171v49,2,72,33,72,85v-1,54,-24,87,-74,90v-25,2,-37,-11,-48,-23r-5,19r-21,0r0,-255r27,0r1,104v11,-11,26,-21,48,-20","w":192,"k":{"]":7,")":7}},"c":{"d":"17,-81v0,-72,63,-107,123,-81r0,23v-46,-21,-95,0,-95,57v0,55,52,76,98,54v7,29,-18,32,-44,32v-53,-1,-82,-30,-82,-85","w":157,"k":{"-":11,"c":5}},"d":{"d":"137,-129v-32,-37,-98,-14,-92,47v4,36,13,62,49,63v21,0,35,-10,43,-23r0,-87xm90,4v-50,-1,-69,-33,-73,-85v-6,-75,74,-116,120,-70r0,-104r28,0r0,255r-21,0v-2,-6,-2,-15,-6,-19v-10,14,-24,23,-48,23","w":192},"e":{"d":"131,-101v6,-51,-66,-62,-80,-18v-2,6,-4,12,-5,18r85,0xm45,-78v-4,59,63,69,109,50r0,23v-61,24,-143,1,-137,-76v4,-53,24,-89,76,-90v51,-1,69,42,66,93r-114,0","w":179,"k":{"]":7,")":7,"y":2,"v":2}},"f":{"d":"35,-167v-9,-69,28,-103,88,-89r0,23v-45,-12,-69,14,-61,66r50,0r0,23r-50,0r0,144r-27,0r0,-144r-30,0r0,-23r30,0","w":114,"k":{"\"":-12,"'":-12,"}":-16,"]":-12,")":-7,"-":7,".":14,",":9}},"g":{"d":"95,-148v-36,2,-47,28,-50,66v-5,60,61,81,92,44r0,-87v-9,-11,-21,-24,-42,-23xm17,-80v5,-53,24,-89,74,-91v25,-2,37,12,48,23r5,-19r21,0r0,177v4,71,-79,90,-137,66r0,-23v41,18,116,13,109,-46r0,-22v-44,42,-127,8,-120,-65","w":191,"k":{"j":-3}},"h":{"d":"138,-107v6,-58,-68,-44,-83,-12r0,119r-27,0r0,-255r27,0r1,111v11,-16,28,-26,54,-27v78,-4,50,101,55,171r-27,0r0,-107","w":191,"k":{"]":7,")":7}},"i":{"d":"28,0r0,-167r27,0r0,167r-27,0xm27,-206r0,-30r29,0r0,30r-29,0","w":83},"j":{"d":"-21,59v22,7,52,5,52,-25r0,-201r28,0r0,204v3,42,-39,56,-80,46r0,-24xm31,-206r0,-30r28,0r0,30r-28,0","w":86,"k":{"j":-3}},"k":{"d":"134,-167r36,0r-82,77r82,90r-34,0r-81,-89r0,89r-27,0r0,-255r27,0r1,163","w":175,"k":{"-":19,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7}},"l":{"d":"28,0r0,-255r27,0r0,255r-27,0","w":83},"m":{"d":"53,-144v19,-36,92,-35,105,6v13,-18,28,-33,58,-33v78,0,52,100,56,171r-27,0v-7,-54,23,-148,-34,-148v-23,0,-37,13,-48,29r0,119r-27,0v-7,-54,23,-148,-34,-148v-23,0,-37,13,-48,29r0,119r-28,0r0,-167r21,0","w":298,"k":{"]":7,")":7}},"n":{"d":"136,-107v7,-59,-68,-44,-82,-12r0,119r-28,0r0,-167r21,0r6,23v12,-16,29,-26,56,-27v77,-3,49,101,54,171r-27,0r0,-107","w":189,"k":{"]":7,")":7}},"o":{"d":"96,-19v35,0,51,-28,51,-64v0,-37,-16,-65,-51,-65v-35,0,-51,28,-51,65v0,36,16,64,51,64xm96,-171v52,0,79,35,79,88v0,53,-27,87,-79,87v-52,0,-79,-34,-79,-87v0,-53,27,-88,79,-88","w":191,"k":{"]":7,")":7}},"p":{"d":"54,-38v32,37,98,14,92,-47v-4,-36,-13,-62,-48,-63v-22,-1,-34,11,-44,23r0,87xm102,-171v50,0,72,35,72,86v0,53,-22,89,-73,89v-21,0,-36,-6,-47,-19r0,97r-28,0r0,-249r21,0r6,19v10,-12,25,-24,49,-23","w":191,"k":{"]":5,")":5}},"q":{"d":"137,-125v-31,-43,-103,-18,-93,43v-8,61,61,80,93,44r0,-87xm137,-15v-46,41,-127,9,-121,-65v4,-54,24,-88,74,-91v25,-1,37,11,48,23r5,-19r21,0r0,249r-27,0r0,-97","w":188,"k":{";":-9,",":-9}},"r":{"d":"53,-140v12,-19,32,-33,65,-31v-1,8,3,22,-2,26v-29,1,-51,10,-62,29r0,116r-28,0r0,-167r21,0","w":120,"k":{"-":19,".":19,",":18}},"s":{"d":"124,-139v-27,-13,-94,-17,-77,28v24,23,84,8,84,63v0,54,-72,61,-114,43r0,-23v25,12,84,18,87,-18v-8,-46,-87,-16,-87,-74v0,-54,68,-60,107,-42r0,23","w":145},"t":{"d":"62,-46v-1,27,28,30,52,24r0,22v-35,11,-79,0,-79,-42r0,-102r-32,0r0,-23r32,0r0,-46r27,0r0,46r50,0r0,23r-50,0r0,98","w":124,"k":{"-":7}},"u":{"d":"162,-64v0,46,-25,65,-69,68v-86,5,-66,-93,-68,-171r27,0v6,57,-22,148,41,148v64,0,35,-91,41,-148r28,0r0,103","w":186},"v":{"d":"83,-28r50,-139r28,0r-64,167r-28,0r-64,-167r28,0","w":166,"k":{"]":5,")":5,"?":9,".":18,",":12}},"w":{"d":"128,-139r-38,139r-28,0r-55,-167r28,0r41,137r37,-137r30,0r38,137r41,-137r27,0r-55,167r-28,0","w":256,"k":{"]":4,")":4,"?":7,".":11,",":11}},"x":{"d":"82,-103v17,-19,30,-43,46,-64r30,0r-61,83r63,84r-29,0r-50,-67r-48,67r-29,0r63,-85r-61,-82r30,0","w":163,"k":{"?":9,"-":9}},"y":{"d":"5,-167r28,0r53,131r53,-131r28,0r-104,249r-27,0r36,-85","w":172,"k":{"?":7,".":18,",":12}},"z":{"d":"12,-15r95,-129r-92,0r0,-23r127,0r0,17r-93,127r99,0r0,23r-136,0r0,-15","w":159,"k":{"?":7,"-":11}},"&":{"d":"168,-57v11,-16,20,-38,20,-65r28,0v0,36,-15,62,-31,83r38,39v-29,4,-44,-5,-56,-22v-45,46,-178,31,-145,-59v7,-22,27,-32,44,-44v-16,-15,-34,-30,-34,-60v0,-37,27,-55,65,-55v35,0,63,16,63,52v0,40,-29,52,-54,67xm46,-59v-1,53,77,44,104,20r-67,-69v-17,12,-36,21,-37,49xm96,-216v-41,0,-45,47,-19,66v5,6,6,6,13,13v20,-11,42,-21,42,-48v0,-21,-13,-31,-36,-31","w":240},"`":{"d":"66,-259r22,61r-23,0r-28,-61r29,0","w":123},",":{"d":"33,-38r30,0r-33,107r-26,0","w":94,"k":{"y":12,"v":11,"Y":26,"W":23,"V":28,"T":33}},";":{"d":"33,-38r30,0r-33,107r-26,0xm64,-142r0,34r-33,0r0,-34r33,0","w":95,"k":{"Y":19,"V":12,"T":25}},":":{"d":"31,0r0,-34r33,0r0,34r-33,0xm64,-142r0,34r-33,0r0,-34r33,0","w":95,"k":{"Y":19,"V":12,"T":25}},".":{"d":"31,0r0,-34r33,0r0,34r-33,0","w":95,"k":{"y":9,"w":11,"v":12,"Y":34,"W":12,"V":25,"T":28,"O":9}},"-":{"d":"21,-100r78,0r0,25r-78,0r0,-25","w":119,"k":{"z":12,"x":9,"Z":11,"Y":26,"X":9,"W":5,"V":12,"T":25,"S":7,"J":23}},"\u2010":{"d":"21,-100r78,0r0,25r-78,0r0,-25","w":119},"\u00ad":{"d":"21,-100r78,0r0,25r-78,0r0,-25","w":119},"!":{"d":"31,0r0,-34r33,0r0,34r-33,0xm63,-235r-4,159r-23,0r-4,-159r31,0","w":95},"?":{"d":"39,0r0,-34r34,0r0,34r-34,0xm107,-183v0,-43,-66,-36,-93,-22r0,-23v48,-27,143,-6,118,63v-14,38,-63,39,-64,89r-24,0v-6,-64,63,-56,63,-107","w":153},"\/":{"d":"3,44r67,-279r26,0r-67,279r-26,0","w":98},"|":{"d":"54,82r-26,0r0,-337r26,0r0,337","w":81},"(":{"d":"95,-226v-62,54,-63,215,0,269r-15,14v-64,-47,-82,-198,-24,-268v9,-11,16,-21,24,-29","w":107,"k":{"w":4,"v":5,"q":5,"o":7,"n":4,"m":4,"j":-16,"e":7,"d":7,"c":7,"S":5,"Q":14,"O":14,"G":14,"C":14}},")":{"d":"13,43v62,-54,62,-215,0,-269r15,-14v63,48,82,198,24,269v-8,11,-15,20,-24,28","w":107},"[":{"d":"28,-235r75,0r0,21r-49,0r0,245r49,0r0,22r-75,0r0,-288","w":113,"k":{"w":4,"v":5,"q":5,"o":7,"n":4,"m":4,"j":-19,"e":7,"d":7,"c":7,"Q":14,"O":14,"G":14,"C":14}},"]":{"d":"85,53r-74,0r0,-22r49,0r0,-245r-49,0r0,-21r74,0r0,288","w":113},"{":{"d":"52,-57v0,-19,-13,-24,-31,-24r0,-21v57,-2,10,-57,10,-88v0,-34,28,-47,67,-45v-1,6,3,18,-2,21v-22,1,-36,7,-38,25v2,23,18,33,18,59v1,21,-12,32,-24,39v14,5,24,19,24,38v0,26,-18,36,-18,60v0,19,17,24,40,24r0,22v-38,1,-66,-10,-67,-45v0,-29,20,-37,21,-65","w":108,"k":{"j":-19}},"}":{"d":"78,-190v-5,29,-48,86,9,88r0,21v-56,1,-15,60,-9,89v-3,33,-29,46,-68,45v1,-7,-3,-19,2,-22v22,0,38,-5,38,-24v0,-24,-18,-34,-18,-60v0,-20,12,-32,24,-39v-13,-5,-24,-19,-24,-38v-1,-26,18,-35,18,-59v0,-20,-17,-25,-40,-25r0,-21v40,-2,65,12,68,45","w":108},"*":{"d":"131,-87v-15,-17,-24,-41,-35,-62v-8,24,-19,45,-34,62r-20,-15v12,-21,30,-37,46,-54v-25,-2,-48,-6,-67,-14r8,-24v25,6,43,17,63,28v-5,-20,-10,-42,-8,-69r26,0v2,27,-3,49,-8,69v19,-11,39,-22,63,-28r7,24v-18,9,-44,11,-67,15v17,16,34,33,47,53","w":193},"^":{"d":"35,-95r-26,0r71,-145r24,0r72,145r-26,0r-58,-117"},"~":{"d":"123,-60v-32,0,-69,-35,-88,-1r-18,-13v8,-15,21,-25,43,-26v32,0,69,35,87,1r18,13v-8,15,-20,26,-42,26"},"\\":{"d":"66,44r-67,-279r26,0r67,279r-26,0","w":98},"_":{"d":"0,25r176,0r0,23r-176,0r0,-23","w":175},"'":{"d":"22,-235r27,0r0,87r-27,0r0,-87","w":70,"k":{".":18,"J":28,"A":25}},"\"":{"d":"22,-235r27,0r0,87r-27,0r0,-87xm82,-235r27,0r0,87r-27,0r0,-87","w":130,"k":{".":18,"J":28,"A":25}},"@":{"d":"147,-49v2,41,60,26,74,6r0,-30v-26,-9,-76,-12,-74,24xm119,-49v0,-52,61,-63,102,-46v11,-56,-51,-59,-88,-42v-7,-33,22,-33,50,-33v41,0,66,20,66,61r0,69v0,11,3,18,13,18v34,0,44,-40,44,-78v0,-76,-48,-116,-121,-116v-85,0,-126,52,-126,135v0,83,45,129,130,130v38,1,69,-7,96,-17r0,24v-27,10,-61,17,-98,17v-95,0,-155,-52,-155,-152v0,-99,55,-161,153,-161v89,0,147,50,147,138v0,58,-22,99,-75,103v-19,1,-28,-11,-34,-23v-24,35,-104,30,-104,-27","w":363},"$":{"d":"161,-54v0,33,-28,43,-58,48r0,19r-23,0r0,-17v-20,-1,-41,-3,-55,-9r0,-24v14,5,35,8,55,9r0,-50v-27,-6,-56,-12,-55,-46v1,-32,25,-45,55,-49r0,-18r23,0r0,18v20,0,35,3,49,8r0,24v-15,-3,-32,-8,-49,-9r0,50v28,6,58,13,58,46xm103,-30v27,2,43,-35,12,-42v-4,-1,-7,-2,-12,-3r0,45xm80,-149v-26,1,-36,24,-21,38v5,3,12,6,21,8r0,-46","k":{"9":9,"7":7,"6":5,"5":9,"3":7,"2":9}},"#":{"d":"75,-167r14,-68r26,0r-14,68r54,0r14,-68r26,0r-14,68r34,0r0,23r-39,0r-11,52r35,0r0,24r-40,0r-14,68r-26,0r14,-68r-53,0r-14,68r-26,0r14,-68r-34,0r0,-24r39,0r10,-52r-34,0r0,-23r39,0xm86,-92r53,0r11,-52r-53,0","w":235},"0":{"d":"93,-19v35,0,48,-29,48,-64v0,-36,-13,-65,-49,-65v-35,0,-48,30,-48,65v0,35,13,64,49,64xm92,-171v52,0,77,36,77,88v0,51,-24,87,-76,87v-52,0,-77,-36,-77,-87v0,-52,24,-88,76,-88","k":{"3":7,"2":7}},"1":{"d":"79,-25r0,-113r-63,20r0,-25v30,-8,51,-26,91,-24r0,142r46,0r0,25r-130,0r0,-25r56,0","w":161,"k":{"7":7,"3":9}},"2":{"d":"149,-118v-4,51,-47,66,-77,94r91,-1r0,25r-136,0r0,-18r38,-28v23,-21,53,-35,55,-71v3,-45,-65,-31,-91,-17r0,-23v38,-23,125,-21,120,39","w":183,"k":{"7":7,"5":11,"3":11,"2":16,"0":7}},"3":{"d":"110,-109v1,-47,-61,-44,-94,-29r0,-23v50,-22,122,-9,122,51v0,32,-18,47,-40,56v30,3,47,22,48,55v4,68,-80,86,-134,61r0,-23v38,18,105,15,105,-37v0,-38,-34,-45,-75,-43r0,-24v39,2,67,-8,68,-44","w":163},"4":{"d":"47,-23r65,0r0,-54r27,0r0,54r35,0r0,23r-35,0r0,68r-27,0r0,-68r-96,0r0,-20r69,-147r30,0","w":185},"5":{"d":"59,-72v57,-2,94,16,95,70v2,66,-78,91,-133,64r0,-23v40,20,105,11,105,-40v0,-49,-48,-49,-98,-46r17,-120r109,0r0,25r-85,0","w":172,"k":[7]},"6":{"d":"49,-128v47,-28,126,-12,122,56v-3,47,-25,76,-74,76v-57,0,-76,-47,-78,-105v-2,-88,52,-162,139,-130r0,23v-59,-26,-108,18,-109,80xm48,-102v0,45,10,83,50,83v31,0,43,-21,45,-51v4,-54,-65,-55,-95,-32","w":188,"k":{"7":12,"5":5,"2":7}},"7":{"d":"7,-142r0,-25r138,0r0,18r-97,217r-29,0r94,-210r-106,0","w":153,"k":{"5":9,"4":9,"2":7}},"8":{"d":"169,-61v0,42,-32,65,-76,65v-44,0,-75,-21,-76,-65v-1,-37,21,-51,46,-61v-24,-8,-41,-25,-41,-56v0,-41,30,-62,71,-62v40,0,71,21,71,62v0,32,-21,46,-43,57v27,8,48,25,48,60xm135,-177v-1,-25,-16,-39,-42,-39v-40,0,-54,43,-32,68v23,26,76,11,74,-29xm140,-62v0,-30,-19,-47,-47,-47v-29,0,-48,17,-48,47v0,28,19,43,48,43v28,0,47,-14,47,-43","w":185,"k":{"7":5,"2":9}},"9":{"d":"169,-60v5,94,-62,159,-147,122r0,-23v61,28,123,-8,118,-78v-47,28,-126,11,-122,-56v3,-48,25,-76,72,-76v61,0,76,48,79,111xm46,-97v-4,56,64,54,95,33v-1,-45,-10,-84,-51,-84v-30,0,-42,20,-44,51","w":188},"%":{"d":"222,-240r18,14r-172,230r-18,-13xm11,-163v0,-43,11,-77,49,-77v69,0,68,155,0,153v-38,-1,-49,-34,-49,-76xm60,-218v-35,2,-34,106,0,110v36,-2,36,-109,0,-110xm180,-73v0,-43,11,-77,49,-77v39,0,50,34,50,77v0,42,-12,76,-50,76v-38,0,-49,-34,-49,-76xm229,-128v-35,2,-34,106,0,110v36,-2,36,-109,0,-110","w":289},"+":{"d":"20,-103r60,0r0,-64r25,0r0,64r59,0r0,23r-59,0r0,64r-25,0r0,-64r-60,0r0,-23"},"=":{"d":"20,-112r0,-24r144,0r0,24r-144,0xm20,-48r0,-23r144,0r0,23r-144,0"},"<":{"d":"164,-36r0,26r-144,-72r0,-22r144,-73r0,27r-114,57"},">":{"d":"20,-36r117,-58r-117,-57r0,-26r144,72r0,24r-144,71r0,-26"}}});

