/*
 * 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:
 * Digitized data copyright The Monotype Corporation 1991-1995. All rights
 * reserved. Arial® is a trademark of The Monotype Corporation which may be
 * registered in certain jurisdictions.
 * 
 * Trademark:
 * Arial® is a trademark of The Monotype Corporation which may be registered in
 * certain jurisdictions.
 * 
 * Description:
 * Monotype Drawing Office 1982. A contemporary sans serif design, Arial contains
 * more humanist characteristics than many of its predecessors and as such is more
 * in tune with the mood of the last decades of the twentieth century. The overall
 * treatment of curves is softer and fuller than in most industrial-style sans
 * serif faces. Terminal strokes are cut on the diagonal which helps to give the
 * face a less mechanical appearance. Arial is an extremely versatile family of
 * typefaces which can be used with equal success for text setting in reports,
 * presentations, magazines etc, and for display use in newspapers, advertising and
 * promotions.
 * 
 * Manufacturer:
 * Monotype Typography, Inc.
 * 
 * Designer:
 * Robin Nicholas, Patricia Saunders
 * 
 * Vendor URL:
 * http://www.monotype.com/html/mtname/ms_welcome.html
 * 
 * License information:
 * http://www.monotype.com/html/type/license.html
 */
Cufon.registerFont({"w":240,"face":{"font-family":"Arial Black","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 10 4 2 1 2 2 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-18 -277 362 76.88","underline-thickness":"21.6211","underline-position":"-34.2773","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":120},"!":{"d":"22,-258r76,0v3,67,-8,120,-15,177r-47,0v-6,-58,-17,-111,-14,-177xm24,-63r72,0r0,63r-72,0r0,-63","w":119},"\"":{"d":"8,-258r71,0v2,38,-4,66,-11,95r-48,0v-7,-29,-15,-57,-12,-95xm100,-258r71,0v2,38,-4,66,-11,95r-48,0v-7,-29,-15,-57,-12,-95","w":180},"#":{"d":"44,-106r10,-45r-43,0r0,-48r52,0r13,-63r50,0r-13,63r39,0r12,-63r50,0r-12,63r24,0r0,48r-34,0r-9,45r43,0r0,48r-53,0r-12,62r-50,0r12,-62r-38,0r-13,62r-50,0r13,-62r-24,0r0,-48r33,0xm94,-106r39,0r9,-45r-38,0","w":237},"$":{"d":"20,-184v0,-48,36,-74,87,-76r0,-17r25,0r0,17v49,3,79,22,88,63r-66,10v-6,-16,-9,-19,-22,-27r0,51v61,16,95,28,95,84v0,54,-38,82,-95,83r0,33r-25,0r0,-33v-57,-4,-88,-28,-98,-78r72,-8v3,24,9,30,26,39r0,-62v-52,-15,-87,-24,-87,-79xm107,-215v-17,3,-25,20,-16,36v3,4,9,6,16,9r0,-45xm132,-42v22,-3,38,-25,23,-43v-4,-5,-12,-9,-23,-13r0,56"},"%":{"d":"236,-262r37,0r-149,275r-36,0xm87,-127v-44,0,-70,-26,-70,-67v0,-42,27,-68,70,-68v44,-1,70,26,70,68v0,42,-27,67,-70,67xm87,-232v-29,0,-28,76,0,76v29,0,28,-76,0,-76xm273,13v-43,0,-70,-27,-70,-68v0,-41,27,-68,70,-68v43,0,70,26,70,68v0,42,-27,68,-70,68xm273,-93v-28,1,-29,76,0,76v29,0,27,-75,0,-76","w":360},"&":{"d":"234,-205v0,40,-23,47,-53,68v13,13,25,24,39,35v4,-7,7,-15,10,-23r56,12v-6,21,-10,29,-20,47r39,26r-38,44r-42,-25v-56,40,-202,37,-198,-48v2,-40,27,-61,63,-75v-14,-19,-25,-30,-25,-55v0,-42,36,-63,85,-63v48,0,84,18,84,57xm153,-223v-31,4,-32,30,-6,52v14,-7,28,-17,29,-33v0,-12,-10,-20,-23,-19xm122,-108v-37,15,-27,67,15,66v13,0,28,-5,44,-15v-15,-12,-35,-29,-59,-51","w":320},"'":{"d":"15,-258r71,0v2,38,-4,66,-11,95r-48,0v-7,-29,-15,-57,-12,-95","w":100},"(":{"d":"20,-94v0,-74,25,-118,61,-168r45,0v-50,103,-59,227,0,338r-45,0v-38,-55,-61,-93,-61,-170","w":140},")":{"d":"120,-94v0,-74,-25,-118,-61,-168r-45,0v50,103,59,227,0,338r45,0v38,-55,61,-93,61,-170","w":140},"*":{"d":"80,-262r38,0r-7,48r44,-22r13,38v-18,3,-28,7,-50,7v15,11,22,21,34,34r-31,24v-9,-17,-14,-23,-22,-44v-10,23,-14,26,-23,44r-32,-24v11,-11,24,-26,36,-34r-49,-7r13,-38r43,22v-4,-20,-5,-29,-7,-48","w":200},"+":{"d":"22,-157r68,0r0,-68r56,0r0,68r68,0r0,57r-68,0r0,67r-56,0r0,-67r-68,0r0,-57","w":237},",":{"d":"22,-71r76,0v-1,40,5,87,-13,110v-10,13,-25,23,-47,33r-16,-31v22,-11,33,-17,36,-41r-36,0r0,-71","w":119},"-":{"d":"8,-122r104,0r0,56r-104,0r0,-56","w":119},"\u00ad":{"d":"8,-122r104,0r0,56r-104,0r0,-56","w":119},".":{"d":"22,-72r76,0r0,72r-76,0r0,-72","w":119},"\/":{"d":"65,-262r36,0r-65,266r-36,0","w":100},"0":{"d":"120,4v-82,1,-104,-53,-105,-134v-1,-90,26,-131,107,-132v81,-2,103,56,103,131v0,88,-21,135,-105,135xm119,-214v-34,6,-33,36,-33,84v0,51,0,80,34,86v34,-6,34,-39,34,-84v0,-51,0,-80,-35,-86"},"1":{"d":"29,-193v45,-14,70,-32,89,-69r59,0r0,262r-72,0r0,-172v-25,18,-42,28,-76,38r0,-59"},"2":{"d":"223,-187v0,68,-74,90,-111,129r112,0r0,58r-215,0v5,-77,89,-114,133,-162v19,-20,6,-52,-21,-51v-22,1,-32,14,-35,39r-71,-6v7,-59,37,-82,104,-82v63,-1,104,21,104,75"},"3":{"d":"115,-218v-20,0,-27,13,-31,35r-67,-12v12,-45,42,-66,100,-67v57,-1,95,20,95,66v0,27,-16,42,-36,54v31,8,47,25,50,60v7,91,-143,112,-193,54v-9,-11,-15,-24,-20,-40r71,-10v5,24,13,39,36,39v21,0,33,-17,33,-39v0,-32,-26,-45,-57,-33r4,-51v41,11,60,-56,15,-56"},"4":{"d":"138,-48r-131,0r0,-59r131,-155r62,0r0,158r33,0r0,56r-33,0r0,48r-62,0r0,-48xm138,-104r0,-81r-69,81r69,0"},"5":{"d":"154,-84v0,-48,-52,-58,-72,-26r-61,-9r23,-139r170,0r0,57r-115,0r-7,39v59,-30,134,5,134,71v0,102,-153,126,-201,54v-5,-8,-9,-18,-13,-30r72,-8v4,21,15,36,36,36v21,0,34,-20,34,-45"},"6":{"d":"15,-127v-6,-105,67,-157,159,-128v25,8,40,28,48,55r-71,9v-2,-31,-40,-36,-53,-10v-4,8,-8,27,-10,55v43,-55,145,-14,139,61v-5,57,-37,89,-99,89v-83,0,-108,-48,-113,-131xm125,-128v-22,0,-35,18,-35,43v0,25,15,45,37,45v21,0,33,-19,33,-43v0,-26,-13,-45,-35,-45"},"7":{"d":"225,-209v-55,50,-87,112,-94,209r-72,0v14,-93,34,-134,84,-197r-127,0r0,-61r209,0r0,49"},"8":{"d":"15,-76v0,-35,16,-52,43,-63v-72,-37,-23,-123,58,-123v58,0,101,21,101,69v0,26,-13,42,-33,54v24,12,41,32,41,64v0,56,-43,79,-104,79v-67,0,-106,-22,-106,-80xm119,-218v-18,0,-29,11,-29,29v-1,19,14,30,31,30v16,0,28,-12,28,-29v0,-17,-13,-31,-30,-30xm119,-117v-19,0,-33,18,-33,39v0,20,15,38,34,38v18,0,33,-18,33,-38v0,-21,-15,-39,-34,-39"},"9":{"d":"225,-130v5,103,-68,156,-159,127v-25,-8,-40,-28,-48,-55r71,-9v2,31,40,36,53,10v5,-9,8,-26,10,-54v-45,54,-147,13,-140,-62v5,-55,38,-90,99,-89v83,0,110,48,114,132xm115,-130v22,0,35,-18,35,-43v0,-24,-14,-44,-36,-44v-22,0,-33,17,-33,42v0,25,12,45,34,45"},":":{"d":"22,-187r76,0r0,72r-76,0r0,-72xm22,-72r76,0r0,72r-76,0r0,-72","w":119},";":{"d":"22,-187r76,0r0,72r-76,0r0,-72xm22,-71r76,0v-1,40,5,87,-13,110v-10,13,-25,23,-47,33r-16,-31v22,-11,33,-17,36,-41r-36,0r0,-71","w":119},"\u037e":{"d":"22,-187r76,0r0,72r-76,0r0,-72xm22,-71r76,0v-1,40,5,87,-13,110v-10,13,-25,23,-47,33r-16,-31v22,-11,33,-17,36,-41r-36,0r0,-71","w":119},"<":{"d":"219,-20r-200,-83r0,-52r200,-83r0,63r-122,46r122,47r0,62","w":237},"=":{"d":"22,-201r192,0r0,58r-192,0r0,-58xm22,-114r192,0r0,57r-192,0r0,-57","w":237},">":{"d":"19,-20r200,-83r0,-52r-200,-83r0,63r122,46r-122,47r0,62","w":237},"?":{"d":"207,-188v2,51,-68,56,-69,107r-67,0v-7,-61,45,-65,64,-106v0,-12,-8,-21,-23,-20v-21,0,-28,14,-31,37r-68,-9v5,-53,38,-83,100,-83v53,0,92,29,94,74xm69,-63r71,0r0,63r-71,0r0,-63","w":219},"@":{"d":"124,-208v22,0,31,10,42,26r3,-20r34,0r-22,145v-1,5,3,7,7,7v34,-8,52,-42,52,-86v0,-61,-39,-101,-98,-100v-73,1,-116,53,-116,128v-1,72,44,123,114,123v39,0,67,-14,91,-33r36,0v-28,36,-67,59,-126,59v-87,0,-142,-61,-142,-149v0,-89,52,-153,143,-154v73,-1,126,53,125,126v-1,61,-34,116,-91,116v-16,0,-23,-8,-27,-21v-37,44,-100,11,-100,-54v0,-50,29,-113,75,-113xm130,-180v-36,0,-44,56,-44,93v0,21,6,41,26,41v37,0,41,-62,43,-99v1,-19,-9,-35,-25,-35","w":266},"A":{"d":"185,-43r-91,0r-12,43r-82,0r97,-258r87,0r97,258r-83,0xm168,-98r-28,-93r-29,93r57,0","w":280,"k":{"\u2019":24,"\u201d":24,"v":6,"u":4,"p":-6,"Y":31,"W":-3,"V":20,"U":12,"T":25,"Q":7,"O":7,"G":7,"C":7}},"B":{"d":"211,-137v64,4,70,104,19,125v-53,22,-133,9,-203,12r0,-258v90,5,226,-27,226,64v0,29,-16,50,-42,57xm175,-182v0,-29,-39,-22,-68,-23r0,48v30,-1,68,6,68,-25xm185,-82v0,-33,-45,-25,-78,-26r0,53v34,0,78,6,78,-27","w":280,"k":{"U":9,"A":6,".":-6,",":-9}},"C":{"d":"146,-55v33,1,45,-21,52,-50r70,21v-15,56,-47,89,-117,89v-89,0,-132,-47,-134,-134v-2,-84,47,-134,130,-133v67,1,101,27,118,80r-70,16v-6,-23,-19,-36,-46,-36v-37,0,-53,28,-52,72v0,48,10,74,49,75","w":280,"k":{".":-6,",":-9}},"D":{"d":"265,-130v2,87,-42,130,-119,130r-119,0r0,-258r119,0v84,0,117,49,119,128xm185,-128v0,-58,-21,-74,-78,-71r0,140v58,4,78,-10,78,-69","w":280,"k":{"Y":12,"W":-6,"V":12,"A":15,".":6,",":4}},"E":{"d":"26,-258r214,0r0,55r-134,0r0,41r124,0r0,53r-124,0r0,51r137,0r0,58r-217,0r0,-258","w":259},"F":{"d":"27,-258r197,0r0,56r-117,0r0,45r100,0r0,52r-100,0r0,105r-80,0r0,-258","k":{"r":12,"o":12,"l":-3,"e":12,"a":9,"A":34,".":55,",":53}},"G":{"d":"96,-130v0,77,65,95,113,61r0,-24r-53,0r0,-54r123,0r0,110v-43,28,-65,41,-127,41v-90,2,-135,-48,-135,-133v0,-85,45,-133,138,-133v73,0,103,20,120,73r-76,14v-5,-19,-20,-30,-45,-30v-40,1,-58,29,-58,75","w":299,"k":{".":-4,",":-6}},"H":{"d":"27,-258r79,0r0,90r87,0r0,-90r80,0r0,258r-80,0r0,-104r-87,0r0,104r-79,0r0,-258","w":299},"I":{"d":"30,-258r79,0r0,258r-79,0r0,-258","w":140},"J":{"d":"108,-55v22,0,26,-18,26,-44r0,-159r79,0r0,140v4,83,-25,121,-99,123v-71,2,-102,-30,-108,-92r76,-10v0,25,4,42,26,42","k":{"y":6,"u":9,"o":9,"e":9,"a":6,"A":9,".":9,",":7}},"K":{"d":"27,-258r79,0r0,98r84,-98r106,0r-94,98r98,160r-98,0r-55,-106r-41,43r0,63r-79,0r0,-258","w":299,"k":{"y":6,"v":6,"u":9,"o":12,"e":12,"O":12,"G":12,"C":12}},"L":{"d":"26,-258r80,0r0,195r124,0r0,63r-204,0r0,-258","k":{"\u2019":18,"\u201d":18,"y":4,"w":6,"Y":28,"W":6,"V":18,"U":9,"T":18,"O":6,"G":6,"C":6}},"M":{"d":"25,-258r105,0r41,157r40,-157r104,0r0,258r-65,0r0,-197r-50,197r-59,0r-50,-197r0,197r-66,0r0,-258","w":339},"N":{"d":"27,-258r74,0r97,143r0,-143r75,0r0,258r-75,0r-96,-142r0,142r-75,0r0,-258","w":299,"k":{"A":4}},"O":{"d":"153,4v-91,2,-137,-46,-137,-133v0,-83,49,-133,133,-133v85,0,135,47,134,131v-1,88,-44,133,-130,135xm149,-202v-38,0,-53,29,-53,74v0,46,15,73,54,73v42,0,54,-27,54,-77v1,-43,-17,-70,-55,-70","w":299,"k":{"Y":24,"X":19,"W":6,"V":15,"T":9,"A":12,".":9,",":6}},"P":{"d":"245,-179v1,71,-60,90,-139,83r0,96r-80,0r0,-258r132,0v56,-1,86,27,87,79xm167,-176v0,-28,-28,-31,-61,-29r0,57v31,1,61,0,61,-28","w":259,"k":{"o":9,"e":9,"a":6,"A":31,".":68,",":65}},"Q":{"d":"149,-262v86,0,134,48,134,133v0,38,-9,68,-28,91v19,13,19,14,38,22r-22,45v-17,-8,-45,-26,-56,-36v-98,36,-199,-14,-199,-121v0,-84,49,-134,133,-134xm96,-131v0,55,20,82,69,74v-7,-6,-17,-12,-31,-18r12,-29v22,3,28,14,48,26v20,-41,14,-129,-45,-124v-36,3,-53,29,-53,71","w":299,"k":{"Y":18,"V":15,"T":7,"A":-6,".":-6,",":-12}},"R":{"d":"260,-186v-2,43,-24,64,-62,72v49,18,57,74,83,114r-90,0v-19,-32,-35,-72,-57,-99v-8,-5,-16,-6,-27,-6r0,105r-80,0r0,-258v96,6,235,-29,233,72xm180,-180v2,-32,-41,-25,-73,-26r0,53v33,0,71,4,73,-27","w":280,"k":{"w":-6,"u":6,"o":9,"e":9,"Y":15,"V":6,"U":6,"T":3,"Q":7,"O":6,"G":7,"C":7}},"S":{"d":"203,-151v84,45,31,173,-71,155v-78,2,-112,-28,-120,-89r76,-5v3,28,18,42,45,44v28,2,48,-27,27,-45v-47,-24,-144,-26,-138,-96v5,-53,45,-76,110,-75v65,1,99,21,106,77r-75,4v-4,-22,-15,-31,-39,-33v-20,-1,-39,19,-22,31v21,15,88,21,101,32","w":259},"T":{"d":"8,-258r242,0r0,64r-81,0r0,194r-80,0r0,-194r-81,0r0,-64","w":259,"k":{"z":12,"y":6,"w":4,"u":15,"s":24,"r":15,"o":24,"m":15,"l":-7,"h":-10,"e":22,"c":22,"a":18,"Q":12,"O":12,"G":12,"C":12,"A":24,";":12,":":12,".":55,"-":24,",":53}},"U":{"d":"150,-56v28,0,44,-17,44,-44r0,-158r80,0r0,154v-4,70,-43,109,-118,109v-79,0,-129,-35,-129,-109r0,-154r79,0r0,158v0,27,16,44,44,44","w":299,"k":{"A":12,".":12,",":9}},"V":{"d":"1,-258r83,0r58,186r57,-186r81,0r-95,258r-87,0","w":280,"k":{"u":12,"r":12,"o":18,"i":-6,"e":18,"a":15,"Q":12,"O":12,"G":12,"C":12,"A":21,";":9,":":9,".":46,"-":15,",":43}},"W":{"d":"0,-258r75,0r28,144r39,-144r76,0r40,144r27,-144r75,0r-57,258r-78,0r-45,-162r-45,162r-78,0","w":360,"k":{"u":6,"o":9,"i":-12,"h":-12,"e":9,"d":9,"a":6,"O":6,"G":6,"C":6,".":19,"-":4,",":15}},"X":{"d":"9,-258r87,0r46,80r44,-80r87,0r-80,125r88,133r-90,0r-51,-83r-51,83r-88,0r88,-134","w":280,"k":{"O":12,"G":12,"C":12}},"Y":{"d":"0,-258r89,0r52,87r52,-87r88,0r-100,150r0,108r-80,0r0,-108","w":280,"k":{"v":9,"u":22,"q":31,"p":18,"o":31,"e":34,"d":34,"a":31,"S":15,"O":22,"G":22,"C":22,"A":34,";":22,":":22,".":61,"-":31,",":58}},"Z":{"d":"20,-258r225,0r0,52r-144,151r149,0r0,55r-244,0r0,-53r143,-150r-129,0r0,-55","w":259},"[":{"d":"24,-258r108,0r0,56r-43,0r0,218r43,0r0,56r-108,0r0,-330","w":140},"\\":{"d":"35,-262r-36,0r65,266r36,0","w":100},"]":{"d":"116,-258r-108,0r0,56r43,0r0,218r-43,0r0,56r108,0r0,-330","w":140},"^":{"d":"94,-262r49,0r71,143r-62,0r-34,-86r-34,86r-62,0","w":237},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"`":{"d":"0,-262r61,0r29,52r-34,0","w":119},"a":{"d":"124,-148v-23,0,-31,5,-37,22r-69,-7v9,-45,44,-57,97,-58v62,-1,102,12,104,69v2,42,-7,93,9,122r-67,0v-6,-9,-6,-11,-8,-23v-31,39,-140,39,-140,-26v0,-67,98,-53,136,-76v0,-17,-7,-23,-25,-23xm108,-36v30,0,45,-19,41,-53v-20,11,-62,9,-64,34v-1,13,9,20,23,19","k":{"v":6,"t":6,"p":-4,"g":-6,"b":-4}},"b":{"d":"149,4v-31,0,-44,-11,-60,-32r0,28r-67,0r0,-258r72,0r0,90v49,-50,140,-10,133,72v-5,55,-24,100,-78,100xm127,-137v-23,0,-33,17,-33,43v0,28,10,46,32,46v22,0,30,-19,30,-47v1,-24,-10,-42,-29,-42","k":{"v":9,"b":-4}},"c":{"d":"84,-91v-7,52,68,63,77,18r68,8v-14,43,-43,69,-102,69v-73,0,-114,-26,-114,-96v0,-67,40,-98,109,-99v59,-1,90,20,103,64r-67,9v-17,-43,-79,-23,-74,27","k":{"y":6,"l":9,"k":6,"h":6}},"d":{"d":"13,-95v0,-83,83,-124,133,-73r0,-90r72,0r0,258r-67,0r0,-28v-16,22,-29,31,-60,32v-52,1,-78,-46,-78,-99xm114,-48v22,0,32,-18,32,-46v0,-26,-10,-43,-32,-43v-21,0,-30,19,-30,45v0,25,10,44,30,44","k":{"w":-4,"d":-4}},"e":{"d":"118,-191v79,1,112,36,111,115r-144,0v-1,38,52,51,69,21r71,7v-23,38,-46,51,-105,52v-71,2,-105,-33,-107,-97v-2,-60,43,-99,105,-98xm156,-110v2,-38,-42,-51,-62,-25v-4,6,-7,14,-8,25r70,0","k":{"x":9,"v":9,"g":-9,"b":4}},"f":{"d":"30,-187v-2,-50,14,-78,66,-75v13,0,31,1,55,4r-8,44v-26,-6,-45,-4,-42,27r34,0r0,53r-34,0r0,134r-71,0r0,-134r-27,0r0,-53r27,0","w":140,"k":{"\u2019":-30,"\u201d":-30,"o":6,"k":-4,"f":-9,"e":6,"a":4,"?":-30,".":22,",":19,"!":-30," ":-21}},"g":{"d":"13,-102v-12,-86,102,-118,139,-57r0,-28r66,0r1,185v-3,55,-43,79,-103,78v-66,-1,-98,-14,-98,-72r70,8v11,31,66,24,58,-18r0,-28v-45,56,-144,14,-133,-68xm114,-139v-22,0,-30,17,-30,43v-1,23,11,40,31,40v20,0,33,-17,32,-41v0,-24,-12,-42,-33,-42","k":{"y":-6,"r":-7,"l":-4,"g":-4}},"h":{"d":"122,-135v-48,0,-23,88,-29,135r-71,0r0,-258r71,0r0,95v36,-46,126,-35,126,44r0,119r-72,0r0,-103v0,-22,-6,-32,-25,-32"},"i":{"d":"24,-258r72,0r0,49r-72,0r0,-49xm24,-187r72,0r0,187r-72,0r0,-187","w":119},"j":{"d":"24,-258r72,0r0,50r-72,0r0,-50xm-7,18v24,4,31,-3,31,-30r0,-175r72,0r0,181v9,81,-44,91,-114,76","w":119},"k":{"d":"22,-258r73,0r0,133r53,-62r88,0r-67,66r71,121r-81,0r-37,-75r-27,26r0,49r-73,0r0,-258","k":{"y":-6,"o":12,"e":12}},"l":{"d":"24,-258r72,0r0,258r-72,0r0,-258","w":119,"k":{"y":-6}},"m":{"d":"89,-159v21,-39,104,-45,121,0v34,-51,129,-41,129,42r0,117r-72,0r0,-106v1,-17,-10,-29,-23,-29v-47,0,-22,88,-28,135r-72,0r0,-103v2,-22,-5,-30,-22,-32v-47,5,-22,88,-28,135r-72,0r0,-187r67,0r0,28","w":360},"n":{"d":"122,-135v-48,0,-23,88,-29,135r-71,0r0,-187r66,0r0,31v29,-53,131,-47,131,37r0,119r-72,0r0,-103v0,-22,-6,-32,-25,-32","k":{"\u2019":6,"v":10}},"o":{"d":"120,4v-62,0,-108,-39,-107,-97v0,-58,45,-98,107,-98v63,0,106,36,107,97v0,61,-43,98,-107,98xm121,-142v-24,0,-36,21,-36,49v0,29,12,49,35,49v24,0,35,-21,35,-50v0,-27,-11,-48,-34,-48","k":{"z":-6,"y":6,"x":13,"w":7,"v":12,".":6,",":4}},"p":{"d":"227,-91v0,83,-84,122,-133,73r0,89r-72,0r0,-258r67,0r0,28v16,-22,29,-31,60,-32v51,-1,78,47,78,100xm126,-138v-23,0,-32,18,-32,45v0,27,11,44,33,44v20,0,29,-19,29,-45v0,-25,-9,-44,-30,-44","k":{"y":6,"w":9,".":6,",":4}},"q":{"d":"91,-191v30,0,44,10,60,32r0,-28r67,0r0,258r-72,0r0,-89v-48,50,-141,9,-133,-73v5,-55,25,-100,78,-100xm114,-49v22,0,32,-18,32,-44v1,-27,-9,-45,-32,-45v-22,0,-30,18,-30,46v-1,25,11,43,30,43"},"r":{"d":"147,-130v-43,-17,-53,17,-53,67r0,63r-72,0r0,-187r67,0r0,31v12,-33,46,-45,80,-25","w":159,"k":{"y":-21,"v":-21,"u":-12,"t":-18,"s":-9,"r":-15,"q":-9,"p":-15,"o":-6,"n":-18,"m":-18,"l":-12,"k":-12,"j":-15,"g":-9,"e":-6,"d":-9,"c":-6,"a":-6,";":-15,":":-15,".":28,",":24}},"s":{"d":"198,-90v30,55,-22,94,-88,94v-62,0,-89,-14,-101,-56r71,-6v2,27,56,33,62,6v-1,-25,-76,-20,-91,-32v-18,-6,-34,-26,-34,-49v0,-69,127,-72,166,-37v7,7,13,17,18,29r-68,7v-2,-21,-50,-28,-52,-4v4,24,74,14,91,28v12,5,21,10,26,20","w":219,"k":{"w":9}},"t":{"d":"150,-2v-62,14,-124,9,-114,-67r0,-65r-26,0r0,-53r26,0r0,-34r72,-37r0,71r39,0r0,53r-39,0r0,66v-3,27,17,24,37,17","w":159},"u":{"d":"118,-52v48,0,23,-88,29,-135r71,0r0,187r-66,0r0,-30v-31,52,-131,46,-131,-38r0,-119r72,0r0,103v0,22,6,32,25,32"},"v":{"d":"0,-187r75,0r36,119r38,-119r72,0r-79,187r-64,0","w":219,"k":{"q":9,"o":9,"e":9,"d":6,"c":9,".":33,",":31}},"w":{"d":"1,-187r69,0r30,118r38,-118r64,0r40,118r30,-118r68,0r-68,187r-64,0r-38,-112r-36,112r-64,0","w":339,"k":{"q":6,"o":6,"h":-6,"e":4,"d":4,"c":4,"a":4,".":31,",":28}},"x":{"d":"5,-187r85,0r30,52r35,-52r78,0r-63,89r68,98r-83,0r-35,-60r-41,60r-77,0r68,-98","k":{"o":6,"e":6,"d":6,"c":6}},"y":{"d":"1,-187r75,0r39,125r36,-125r70,0r-74,200v-17,60,-56,70,-130,59r-6,-50v27,9,63,8,68,-22","w":219,"k":{"o":6,"e":6,"d":6,"c":6,"a":6,".":34,",":31}},"z":{"d":"14,-187r173,0r0,42r-95,96r100,0r0,49r-185,0r0,-46r89,-92r-82,0r0,-49","w":200,"k":{"o":4,"e":4,"d":4,"c":4}},"{":{"d":"39,-170v0,-73,23,-99,97,-92r0,58v-32,0,-34,11,-34,47v0,36,-5,54,-31,64v27,11,31,28,31,68v1,35,1,44,34,44r0,57v-75,6,-97,-18,-97,-93v0,-31,-5,-46,-34,-46r0,-60v30,0,34,-16,34,-47","w":140},"|":{"d":"28,-258r45,0r0,329r-45,0r0,-329","w":100},"}":{"d":"101,-170v0,-73,-23,-99,-97,-92r0,58v32,0,34,11,34,47v0,36,5,54,31,64v-27,11,-31,28,-31,68v-1,35,-1,44,-34,44r0,57v75,6,97,-18,97,-93v0,-31,5,-46,34,-46r0,-60v-30,0,-34,-16,-34,-47","w":140},"~":{"d":"79,-171v31,0,58,28,87,28v16,0,33,-10,53,-28r0,57v-22,17,-31,26,-59,28v-29,2,-60,-29,-87,-29v-18,0,-37,10,-56,29r0,-58v20,-17,32,-27,62,-27","w":237},"\u2122":{"d":"6,-258r141,0r0,34r-50,0r0,110r-41,0r0,-110r-50,0r0,-34xm163,-258r63,0r20,79r21,-79r61,0r0,144r-39,0r0,-102r-27,102r-32,0r-27,-102r0,102r-40,0r0,-144","w":342},"\u2026":{"d":"22,-72r76,0r0,72r-76,0r0,-72xm142,-72r76,0r0,72r-76,0r0,-72xm262,-72r76,0r0,72r-76,0r0,-72","w":360},"\u2013":{"d":"-2,-114r184,0r0,39r-184,0r0,-39","w":180},"\u2014":{"d":"-2,-114r364,0r0,39r-364,0r0,-39","w":360},"\u201c":{"d":"86,-119r-77,0v-3,-73,0,-125,60,-143r17,31v-22,11,-33,17,-37,41r37,0r0,71xm175,-119r-77,0v-3,-73,0,-125,60,-143r17,31v-22,11,-33,17,-37,41r37,0r0,71","w":180,"k":{"A":24}},"\u201d":{"d":"9,-262r77,0v3,73,0,125,-60,143r-17,-31v23,-11,33,-17,37,-41r-37,0r0,-71xm98,-262r77,0v3,73,0,125,-60,143r-17,-31v23,-11,33,-17,37,-41r-37,0r0,-71","w":180},"\u2018":{"d":"89,-119r-77,0v-3,-73,0,-125,60,-143r17,31v-22,11,-33,17,-37,41r37,0r0,71","w":100,"k":{"A":22}},"\u2019":{"d":"12,-262r77,0v3,73,0,125,-60,143r-17,-31v23,-11,33,-17,37,-41r-37,0r0,-71","w":100,"k":{"v":-6,"s":9,"r":-4,"l":-6,"d":6}},"\u00d7":{"d":"62,-225r56,55r56,-55r40,41r-55,55r55,56r-40,40r-56,-56r-56,56r-40,-40r56,-56r-56,-55","w":237},"\u2032":{"d":"91,-262r-35,70r-34,0r8,-70r61,0","w":109},"\u2033":{"d":"171,-262r-35,70r-34,0r8,-70r61,0xm90,-262r-35,70r-34,0r8,-70r61,0","w":188},"\u00a0":{"w":120}}});


Cufon.replace('p', {hover:true});
Cufon.replace('a', {hover:true});
