/*
 * 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:
 * Copyright 1990 as an unpublished work by Bitstream Inc.  All rights reserved. 
 * Confidential.
 * 
 * Full name:
 * StymieBT-Bold
 */
Cufon.registerFont({"w":197,"face":{"font-family":"cufon","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-2 -279 360 85","underline-thickness":"27","underline-position":"-21.24","stemh":"37","stemv":"41","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":98},"!":{"d":"37,0r0,-50r45,0r0,50r-45,0xm86,-259r-7,182r-39,0r-7,-182r53,0","w":119},"\"":{"d":"15,-252r29,0r0,98r-29,0r0,-98xm69,-252r29,0r0,98r-29,0r0,-98","w":113},"#":{"d":"129,-257r34,0r-27,77r44,0r27,-77r33,0r-27,77r52,0r-11,30r-51,0r-16,45r54,0r-11,30r-54,0r-27,76r-33,0r27,-76r-44,0r-28,76r-34,0r28,-76r-53,0r11,-30r52,0r16,-45r-55,0r10,-30r56,0xm125,-150r-16,45r45,0r16,-45r-45,0","w":276},"$":{"d":"110,-6r0,29r-24,0r0,-29v-33,-1,-60,-19,-77,-54r35,-16v9,19,24,30,42,33r0,-72v-97,-10,-94,-133,0,-138r0,-26r24,0r0,26v33,4,57,25,69,59r-34,9v-8,-18,-19,-29,-35,-33r0,64v105,7,98,143,0,148xm110,-41v52,-4,54,-67,0,-70r0,70xm86,-157r0,-62v-45,1,-45,58,0,62"},"%":{"d":"213,-260r29,0r-160,264r-29,0xm72,-139v-31,0,-60,-27,-60,-60v0,-32,28,-61,60,-61v32,0,61,29,61,61v0,31,-30,60,-61,60xm45,-199v0,15,12,27,27,27v15,0,27,-12,27,-27v0,-15,-12,-28,-27,-28v-15,0,-27,13,-27,28xm223,5v-32,0,-61,-28,-61,-61v0,-31,30,-60,61,-60v31,0,60,28,60,60v0,32,-28,61,-60,61xm195,-56v0,15,13,28,28,28v15,0,27,-13,27,-28v0,-15,-12,-27,-27,-27v-15,0,-28,12,-28,27","w":295},"&":{"d":"203,0r-46,0r-10,-16v-43,42,-132,20,-132,-47v0,-30,20,-55,52,-93v-34,-46,-38,-102,26,-109v62,8,62,67,19,108r41,70v5,-13,9,-27,11,-44r36,0v-4,33,-12,60,-25,82xm130,-47r-44,-77v-19,24,-31,42,-31,57v-2,38,53,49,75,20xm91,-188v12,-13,18,-23,18,-33v0,-10,-6,-16,-17,-16v-27,6,-18,26,-1,49","w":217},"\u2019":{"d":"53,-183r-40,0r27,-76r46,0","w":98},"(":{"d":"90,49r-31,0v-64,-104,-61,-208,0,-314r32,0v-55,104,-54,206,-1,314","w":99},")":{"d":"10,49v52,-108,53,-210,-1,-314r31,0v61,107,64,208,0,314r-30,0","w":99},"*":{"d":"90,-163r-31,44r-30,-21r34,-43r-49,-13r12,-36r46,17r0,-50r36,0r0,50r46,-16r12,36r-49,12r33,43r-30,22","w":180},"+":{"d":"135,-215r30,0r0,93r90,0r0,29r-90,0r0,93r-30,0r0,-93r-90,0r0,-29r90,0r0,-93","w":299},",":{"d":"53,25r-40,0r27,-76r46,0","w":98},"-":{"d":"104,-64r-90,0r0,-39r90,0r0,39","w":118,"k":{"x":7,"s":-6,"q":-6,"o":-6,"e":-6,"d":-6,"c":-6,"Y":28,"X":13,"W":20,"V":22,"T":33,"S":-6,"Q":-13,"O":-13,"J":-20,"G":-13,"C":-6,"A":7}},".":{"d":"27,0r0,-51r45,0r0,51r-45,0","w":98},"\/":{"d":"-2,33r83,-292r24,0r-83,292r-24,0","w":98},"0":{"d":"9,-123v0,-88,36,-137,92,-137v53,0,87,48,87,129v0,88,-35,135,-92,135v-51,0,-87,-47,-87,-127xm101,-220v-33,0,-49,32,-49,97v0,57,18,88,46,88v31,0,47,-32,47,-96v0,-59,-16,-89,-44,-89"},"1":{"d":"122,-36r34,0r0,36r-111,0r0,-36r33,0r0,-184r-33,0r0,-36r77,0r0,220"},"2":{"d":"180,-185v0,54,-91,113,-114,147r76,0r0,-37r41,0r0,75r-177,0v1,-33,25,-62,66,-101v37,-35,65,-54,65,-83v0,-22,-15,-37,-39,-37v-26,0,-44,16,-50,47r-39,-9v9,-48,44,-77,88,-77v50,0,83,33,83,75"},"3":{"d":"9,-70r40,-6v2,54,92,54,92,1v0,-31,-31,-45,-73,-42r0,-32v39,2,66,-11,64,-39v-4,-47,-71,-41,-79,3r-40,-9v13,-42,44,-66,87,-66v77,0,100,92,38,125v81,24,49,139,-40,139v-50,0,-81,-26,-89,-74"},"4":{"d":"154,-36r26,0r0,36r-95,0r0,-36r29,0r0,-25r-107,0r0,-37r115,-162r32,0r0,163r33,0r0,36r-33,0r0,25xm114,-97r2,-106v-19,39,-47,77,-75,107v23,-2,48,-1,73,-1"},"5":{"d":"9,-61r39,-15v11,56,97,51,97,-6v1,-47,-61,-64,-91,-30r-32,-20r10,-124r142,0r0,65r-40,0r0,-26r-64,0r-4,56v60,-26,121,17,121,79v0,50,-38,86,-92,86v-42,0,-72,-22,-86,-65"},"6":{"d":"54,-147v48,-50,135,-12,135,62v0,52,-36,89,-87,89v-57,0,-92,-44,-92,-122v0,-87,40,-142,96,-142v38,0,66,21,77,59r-40,8v-4,-18,-19,-28,-37,-28v-28,0,-49,26,-52,74xm56,-83v0,27,19,47,44,47v26,0,46,-19,46,-49v0,-27,-18,-45,-44,-45v-27,0,-46,20,-46,47"},"7":{"d":"149,-37r0,37r-109,0r0,-37r32,0r69,-180r-89,0r0,44r-40,0r0,-83r175,0r0,34r-70,185r32,0"},"8":{"d":"144,-136v78,32,45,140,-47,140v-90,0,-120,-107,-44,-140v-62,-34,-34,-124,46,-124v78,0,107,90,45,124xm51,-76v0,23,20,40,47,40v28,0,48,-17,48,-40v0,-22,-20,-39,-47,-39v-29,0,-48,16,-48,39xm59,-188v0,20,15,34,40,34v25,0,40,-14,40,-34v0,-20,-15,-34,-41,-34v-23,0,-39,15,-39,34"},"9":{"d":"144,-110v-47,52,-136,14,-136,-61v0,-51,37,-89,86,-89v58,0,93,45,93,123v0,87,-40,141,-96,141v-38,0,-65,-21,-76,-59r39,-8v4,18,19,29,37,29v29,0,47,-26,53,-76xm141,-172v0,-28,-18,-47,-45,-47v-25,0,-45,20,-45,48v0,27,18,46,44,46v27,0,46,-20,46,-47"},":":{"d":"32,-117r0,-51r46,0r0,51r-46,0xm32,0r0,-51r46,0r0,51r-46,0","w":110},";":{"d":"36,-117r0,-51r45,0r0,51r-45,0xm49,25r-40,0r26,-76r46,0","w":110},"<":{"d":"253,-207r0,33r-164,67r164,67r0,32r-207,-85r0,-28","w":299},"=":{"d":"45,-158r210,0r0,29r-210,0r0,-29xm45,-86r210,0r0,29r-210,0r0,-29","w":299},">":{"d":"46,-207r207,86r0,28r-207,85r0,-32r165,-67r-165,-67r0,-33","w":299},"?":{"d":"108,0r-46,0r0,-50r46,0r0,50xm64,-153v35,2,58,-13,57,-39v0,-21,-13,-35,-34,-35v-22,0,-36,15,-36,41r-40,0v3,-49,34,-79,78,-79v88,0,104,136,16,142r0,47r-41,0r0,-77","w":177},"@":{"d":"217,-124v-3,-20,-15,-31,-33,-31v-30,0,-54,34,-54,77v0,57,69,39,77,-6xm343,-134v0,57,-40,113,-100,114v-25,0,-37,-9,-37,-30v-25,49,-108,38,-108,-29v0,-56,38,-98,83,-98v21,0,34,8,43,25r10,-19r27,0r-27,112v0,9,7,14,17,14v34,-3,63,-49,63,-89v0,-58,-47,-100,-119,-100v-88,0,-149,65,-149,143v0,118,159,153,243,87r12,17v-98,83,-289,30,-284,-105v4,-98,81,-167,179,-167v83,0,147,50,147,125","w":360},"A":{"d":"5,0r0,-37r22,0r63,-186r-27,0r0,-36r132,0r0,36r-27,0r61,186r21,0r0,37r-96,0r0,-37r29,0r-16,-49r-81,0r-17,49r29,0r0,37r-93,0xm156,-121r-28,-102v-6,35,-20,69,-30,102r58,0","w":257,"k":{"\u201d":44,"\u201c":47,"y":7,"w":7,"v":7,"u":7,"t":7,"q":7,"o":7,"e":7,"d":7,"c":7,"\u2018":47,"Y":17,"X":7,"W":17,"V":20,"U":13,"T":13,"Q":7,"O":7,"G":7,"C":7,"-":8,"\u2019":44}},"B":{"d":"11,0r0,-37r25,0r0,-186r-25,0r0,-36v79,2,195,-17,195,61v0,26,-13,44,-40,55v32,9,51,33,51,67v0,46,-36,76,-101,76r-105,0xm171,-80v4,-42,-43,-46,-90,-44r0,87v46,2,94,-2,90,-43xm160,-192v4,-34,-43,-32,-79,-31r0,63v37,1,83,3,79,-32","w":234,"k":{"\u201d":7,"Y":13,"W":7,"V":7,".":10,"-":-10,",":10,"\u2019":7}},"C":{"d":"13,-131v0,-97,114,-173,199,-112r0,-16r36,0r0,84r-36,0r0,-27v-60,-47,-152,-16,-152,72v0,98,126,129,157,43r43,0v-17,60,-58,92,-118,92v-76,0,-129,-61,-129,-136","w":277,"k":{"Y":13,"A":7,";":-6,":":-6,"-":-8}},"D":{"d":"244,-128v0,70,-60,128,-140,128r-93,0r0,-37r25,0r0,-186r-25,0r0,-36r92,0v84,-4,141,56,141,131xm82,-37v70,6,115,-30,116,-92v0,-66,-42,-99,-116,-94r0,186","w":257,"k":{"\u201d":7,"\u201c":7,"\u2018":7,"Y":7,"W":7,"V":7,"A":7,".":15,"-":-12,",":15,"\u2019":7}},"E":{"d":"11,0r0,-37r25,0r0,-186r-25,0r0,-36r199,0r0,68r-38,0r0,-32r-91,0r0,65r32,0r0,-25r38,0r0,92r-38,0r0,-27r-32,0r0,81r91,0r0,-40r38,0r0,77r-199,0","w":220,"k":{";":-6,":":-6,".":-6,"-":-6,",":-6}},"F":{"d":"11,0r0,-37r25,0r0,-186r-25,0r0,-36r199,0r0,68r-39,0r0,-32r-89,0r0,65r31,0r0,-25r38,0r0,92r-38,0r0,-27r-31,0r0,81r29,0r0,37r-100,0","w":212,"k":{"\u201d":-6,"y":27,"u":33,"r":33,"o":33,"i":13,"e":33,"a":33,"A":13,";":42,":":42,".":72,"-":25,",":72,"\u2019":-6}},"G":{"d":"12,-127v0,-103,117,-178,204,-115r0,-17r38,0r0,88r-38,0r0,-27v-56,-56,-157,-14,-157,67v0,95,130,128,164,45r-60,0r0,-37r124,0r0,37r-27,0r0,86r-39,0r0,-24v-24,21,-50,30,-82,30v-72,0,-127,-65,-127,-133","w":297,"k":{"\u201d":17,"Y":7,"W":7,"T":7,";":-6,":":-6,".":10,"-":-8,",":10,"\u2019":17}},"H":{"d":"11,0r0,-37r25,0r0,-186r-25,0r0,-36r100,0r0,36r-29,0r0,64r96,0r0,-64r-29,0r0,-36r100,0r0,36r-25,0r0,186r25,0r0,37r-100,0r0,-37r29,0r0,-81r-96,0r0,81r29,0r0,37r-100,0","w":259},"I":{"d":"8,0r0,-37r28,0r0,-186r-28,0r0,-36r103,0r0,36r-29,0r0,186r29,0r0,37r-103,0","w":118},"J":{"d":"36,-223r-28,0r0,-36r103,0r0,36r-29,0r0,193v1,54,-27,77,-79,71r0,-47v23,4,33,-2,33,-31r0,-186","w":117,"k":{"\u201d":7,".":12,",":12,"\u2019":7}},"K":{"d":"11,0r0,-37r25,0r0,-186r-25,0r0,-36r100,0r0,36r-29,0r0,82r70,-82r-25,0r0,-36r97,0r0,36r-17,0r-75,85r73,101r21,0r0,37r-100,0r0,-37r26,0r-70,-96r0,96r26,0r0,37r-97,0","w":236,"k":{"\u201d":8,"\u201c":13,"y":20,"u":20,"o":7,"e":7,"a":7,"\u2018":13,"Y":13,"W":13,"U":7,"O":13,"C":13,"A":7,"-":12,"\u2019":8}},"L":{"d":"156,-37r0,-41r39,0r0,78r-184,0r0,-37r25,0r0,-186r-25,0r0,-36r103,0r0,36r-32,0r0,186r74,0","w":202,"k":{"\u201d":55,"\u201c":60,"y":13,"u":7,"\u2018":60,"Y":33,"W":27,"V":33,"U":13,"T":33,"-":-6,"\u2019":55}},"M":{"d":"12,0r0,-37r25,0r0,-186r-25,0r0,-36r94,0r43,120v5,8,4,26,12,36v14,-59,34,-102,51,-156r93,0r0,36r-25,0r0,186r25,0r0,37r-99,0r0,-37r31,0r1,-180r-2,0v-18,65,-42,123,-63,185r-29,0r-64,-185r-2,0v5,55,1,121,2,180r31,0r0,37r-99,0","w":316},"N":{"d":"11,0r0,-37r25,0r0,-186r-25,0r0,-36r83,0r90,172v-6,-39,-2,-91,-3,-136r-29,0r0,-36r94,0r0,36r-25,0r0,228r-36,0r-98,-182v-6,-10,-10,-21,-14,-31v6,51,2,115,3,171r29,0r0,37r-94,0","w":256,"k":{"\u201c":7,"\u2018":7,".":10,",":10}},"O":{"d":"149,6v-72,0,-136,-65,-136,-136v0,-72,64,-135,136,-135v71,0,136,63,136,135v0,72,-64,136,-136,136xm149,-222v-47,0,-89,43,-89,92v0,49,42,92,89,92v47,0,89,-43,89,-92v0,-49,-42,-92,-89,-92","w":298,"k":{"\u201d":7,"Y":13,"X":7,"V":7,"A":7,";":-6,":":-6,".":15,"-":-10,",":15,"\u2019":7}},"P":{"d":"107,-259v63,-4,105,26,106,81v1,61,-52,87,-131,82r0,59r28,0r0,37r-99,0r0,-37r25,0r0,-186r-25,0r0,-36r96,0xm82,-223r0,92v48,3,85,-7,85,-48v0,-40,-38,-46,-85,-44","w":222,"k":{"\u201d":-8,"\u201c":-6,"s":13,"o":13,"e":20,"a":20,"\u2018":-6,"Y":7,"W":7,"U":7,"A":27,";":17,":":17,".":73,"-":28,",":73,"\u2019":-8}},"Q":{"d":"149,-222v-47,0,-89,43,-89,92v0,49,42,92,89,92v47,0,89,-43,89,-92v0,-49,-42,-92,-89,-92xm285,-130v0,70,-57,134,-130,136r0,3v44,6,68,22,102,9r5,40v-61,23,-117,-30,-183,-3r-3,-40v14,-5,32,-7,53,-7r0,-4v-70,-12,-116,-68,-116,-134v0,-72,64,-135,136,-135v71,0,136,63,136,135","w":298,"k":{";":-6,":":-6,".":12,"-":-10,",":12}},"R":{"d":"121,-259v87,-17,121,91,50,120r0,4v39,6,25,57,28,98r29,0r0,37r-74,0v-4,-52,18,-126,-44,-120r-28,0r0,83r29,0r0,37r-100,0r0,-37r25,0r0,-186r-25,0r0,-36r110,0xm82,-156v41,0,85,4,81,-35v4,-35,-43,-32,-81,-32r0,67","w":236,"k":{"\u201d":7,"\u201c":7,"y":7,"u":7,"\u2018":7,"Y":13,"W":13,"V":13,"T":7,"C":7,"\u2019":7}},"S":{"d":"55,-15r0,15r-36,0r0,-90r36,0r0,31v27,33,101,40,101,-13v0,-30,-30,-35,-85,-50v-32,-9,-54,-35,-54,-68v0,-64,89,-99,135,-55r0,-14r35,0r0,76r-35,0r0,-27v-24,-24,-88,-29,-88,12v0,35,31,36,71,44v99,20,84,163,-16,160v-23,0,-42,-7,-64,-21","w":217,"k":{";":-6,":":-6,"-":-12}},"T":{"d":"13,-259r191,0r0,71r-41,0r0,-35r-32,0r0,186r28,0r0,37r-102,0r0,-37r28,0r0,-186r-32,0r0,35r-40,0r0,-71","w":216,"k":{"y":40,"w":53,"u":53,"s":40,"r":33,"o":47,"i":20,"e":47,"c":47,"a":47,"A":13,";":37,":":37,".":47,"-":33,",":47}},"U":{"d":"11,-259r100,0r0,36r-29,0v8,68,-28,186,46,186v74,0,37,-119,46,-186r-29,0r0,-36r101,0r0,36r-26,0r0,132v0,62,-34,97,-92,97v-58,0,-92,-35,-92,-98r0,-131r-25,0r0,-36","w":256,"k":{"A":7,";":12,":":12,".":22,"-":10,",":22}},"V":{"d":"106,6r-80,-229r-21,0r0,-36r95,0r0,36r-27,0r49,151v10,-53,28,-101,41,-151r-27,0r0,-36r94,0r0,36r-22,0r-70,229r-32,0","w":236,"k":{"\u201d":-10,"y":20,"u":20,"o":33,"i":13,"e":37,"a":40,"O":7,"A":20,";":25,":":25,".":60,"-":30,",":60,"\u2019":-10}},"W":{"d":"73,-223v14,51,33,96,43,151v11,-67,36,-125,52,-187r23,0v17,63,41,120,53,187v10,-56,29,-99,43,-151r-24,0r0,-36r85,0r0,36r-19,0r-70,229r-31,0r-42,-140v-3,-10,-5,-21,-7,-33v-12,63,-34,114,-50,173r-30,0r-72,-229r-22,0r0,-36r95,0r0,36r-27,0","w":355,"k":{"\u201d":-6,"y":20,"u":22,"r":17,"o":28,"i":13,"e":28,"a":33,"A":17,";":22,":":22,".":45,"-":22,",":45,"\u2019":-6}},"X":{"d":"6,0r0,-37r24,0r63,-92r-61,-94r-24,0r0,-36r96,0r0,36r-22,0r38,56r38,-56r-23,0r0,-36r94,0r0,36r-22,0r-63,91r64,95r22,0r0,37r-97,0r0,-37r22,0r-38,-57r-39,57r23,0r0,37r-95,0","w":237,"k":{"\u201c":13,"e":7,"\u2018":13,"O":7,"C":7,"A":7,";":7,":":7,".":-6,"-":18,",":-6}},"Y":{"d":"96,-121r-72,-102r-18,0r0,-36r95,0r0,36r-24,0r45,65r45,-65r-23,0r0,-36r86,0r0,36r-18,0r-71,103r0,83r29,0r0,37r-104,0r0,-37r30,0r0,-84","w":236,"k":{"u":40,"o":47,"i":20,"e":47,"a":47,"O":13,"C":13,"A":17,";":39,":":39,".":48,"-":44,",":48}},"Z":{"d":"143,-81r44,0r0,81r-182,0r0,-34r127,-192r-78,0r0,37r-43,0r0,-70r177,0r0,29r-129,194r84,0r0,-45","k":{"\u201c":7,"\u2018":7,";":-6,":":-6,".":-6,",":-6}},"[":{"d":"49,10r44,0r0,34r-79,0r0,-303r79,0r0,30r-44,0r0,239","w":100},"\\":{"d":"22,-259r83,292r-24,0r-83,-292r24,0","w":98},"]":{"d":"87,44r-80,0r0,-34r45,0r0,-239r-45,0r0,-30r80,0r0,303","w":100},"^":{"d":"161,-257r38,0r87,99r-36,0r-70,-70r-70,70r-37,0","w":360},"_":{"d":"0,55r180,0r0,30r-180,0r0,-30","w":180},"\u2018":{"d":"45,-259r41,0r-27,76r-46,0","w":98,"k":{"r":20,"q":13,"l":-6,"k":-6,"h":-6,"g":13,"d":13,"b":-17,"Y":-12,"X":-12,"W":-8,"V":-10,"T":-6,"Q":7,"O":15,"A":48}},"a":{"d":"33,-158v51,-25,129,-18,129,50r0,73r25,0r0,35r-57,0r0,-15v-36,36,-117,18,-117,-38v0,-51,74,-72,113,-42v11,-47,-44,-53,-80,-34xm55,-54v0,17,13,27,34,27v23,0,38,-12,38,-26v0,-15,-15,-26,-38,-26v-21,0,-34,10,-34,25","w":198,"k":{"\u201d":13,"\u201c":20,"\u2018":20,"\u2019":13}},"b":{"d":"9,0r0,-36r24,0r0,-186r-24,0r0,-35r66,0r0,107v48,-50,131,-12,131,65v0,83,-90,118,-137,61r0,24r-60,0xm117,-136v-26,0,-47,21,-47,51v0,30,21,52,47,52v27,0,47,-21,47,-52v0,-31,-20,-51,-47,-51","w":217,"k":{"\u201d":13,"\u201c":20,"\u2018":20,"-":-6,"\u2019":13}},"c":{"d":"150,-59r26,24v-47,72,-165,39,-165,-49v0,-66,72,-113,129,-74r0,-10r31,0r0,58r-31,0r0,-13v-33,-28,-88,-8,-86,37v2,60,65,70,96,27","w":185},"d":{"d":"184,-257r0,221r24,0r0,36r-60,0r0,-24v-47,56,-136,22,-136,-61v0,-78,82,-115,131,-65r0,-72r-25,0r0,-35r66,0xm147,-85v0,-30,-21,-51,-47,-51v-27,0,-47,20,-47,51v0,31,20,52,47,52v26,0,47,-22,47,-52","w":216},"e":{"d":"144,-49r30,21v-46,62,-164,31,-164,-56v0,-50,40,-88,91,-88v52,0,89,39,88,100r-135,0v2,43,66,53,90,23xm54,-100r94,0v-7,-49,-86,-48,-94,0","w":199,"k":{"x":7,"-":-6}},"f":{"d":"105,-257r0,33v-34,-5,-28,26,-28,56r28,0r0,35r-28,0r0,97r28,0r0,36r-95,0r0,-36r25,0r0,-97r-25,0r0,-35r25,0v-4,-59,9,-94,70,-89","w":113,"k":{"\u201d":-12,"\u201c":-12,"\u2018":-12,"\u2019":-12}},"g":{"d":"53,-85v0,30,20,50,47,50v26,0,47,-20,47,-50v0,-30,-21,-51,-47,-51v-27,0,-47,21,-47,51xm184,-22v11,77,-67,107,-132,83r11,-35v38,14,90,6,80,-46v-49,49,-131,11,-131,-65v0,-82,89,-114,136,-60r0,-23r60,0r0,35r-24,0r0,111","w":216,"k":{".":7,"-":7,",":7}},"h":{"d":"9,0r0,-36r24,0r0,-186r-24,0r0,-35r66,0r0,111v43,-40,117,-33,111,44r0,66r22,0r0,36r-88,0r0,-36r24,0v-3,-35,12,-98,-24,-97v-15,0,-30,8,-45,23r0,74r26,0r0,36r-92,0","w":217,"k":{"\u201d":20,"\u201c":20,"\u2018":20,"\u2019":20}},"i":{"d":"11,0r0,-36r24,0r0,-97r-24,0r0,-35r65,0r0,132r26,0r0,36r-91,0xm76,-193r-42,0r0,-45r42,0r0,45","w":109,"k":{"\u201c":7,"\u2018":7}},"j":{"d":"75,-168r0,169v0,47,-20,67,-69,68r0,-37v22,0,27,-10,27,-35r0,-130r-23,0r0,-35r65,0xm75,-193r-42,0r0,-45r42,0r0,45","w":101,"k":{"\u201d":7,"\u2019":7}},"k":{"d":"10,0r0,-36r23,0r0,-186r-23,0r0,-35r65,0r0,167r49,-43r-18,0r0,-35r80,0r0,35r-15,0r-52,46r52,51r15,0r0,36r-80,0r0,-36r15,0r-46,-46r0,46r19,0r0,36r-84,0","w":196,"k":{"u":7,"a":7,"-":8}},"l":{"d":"9,0r0,-37r24,0r0,-185r-24,0r0,-35r66,0r0,220r26,0r0,37r-92,0","w":108},"m":{"d":"10,0r0,-36r23,0r0,-97r-23,0r0,-35r64,0r0,22v34,-29,84,-35,107,3v45,-42,120,-40,116,41r0,66r22,0r0,36r-89,0r0,-36r25,0v-3,-35,12,-98,-24,-97v-15,0,-30,8,-45,23r0,74r23,0r0,36r-89,0r0,-36r24,0v-3,-35,12,-98,-24,-97v-15,0,-30,8,-45,23r0,74r26,0r0,36r-91,0","w":327,"k":{"\u201d":20,"\u201c":20,"\u2018":20,"\u2019":20}},"n":{"d":"10,0r0,-36r23,0r0,-97r-23,0r0,-35r64,0r0,22v45,-40,117,-34,112,44r0,66r23,0r0,36r-89,0r0,-36r24,0v-3,-35,12,-98,-24,-97v-15,0,-30,8,-45,23r0,74r26,0r0,36r-91,0","w":217,"k":{"\u201d":20,"\u201c":20,"\u2018":20,"\u2019":20}},"o":{"d":"10,-84v0,-50,40,-89,91,-89v52,0,91,39,91,89v0,51,-38,89,-92,89v-51,0,-90,-38,-90,-89xm53,-84v0,32,19,52,48,52v28,0,48,-21,48,-52v0,-31,-20,-52,-47,-52v-29,0,-49,21,-49,52","w":201,"k":{"\u201c":13,"x":7,"\u2018":13,"-":-6}},"p":{"d":"9,69r0,-36r24,0r0,-166r-24,0r0,-35r60,0r0,24v47,-56,137,-23,137,60v0,77,-83,117,-131,66r0,51r24,0r0,36r-90,0xm70,-84v0,30,21,52,47,52v27,0,47,-21,47,-52v0,-31,-20,-51,-47,-51v-26,0,-47,21,-47,51","w":217,"k":{"\u201d":20,"\u201c":13,"\u2018":13,"-":-6,"\u2019":20}},"q":{"d":"208,69r-90,0r0,-36r25,0r0,-51v-49,51,-131,12,-131,-66v0,-83,89,-116,136,-60r0,-24r60,0r0,35r-24,0r0,166r24,0r0,36xm100,-32v26,0,47,-22,47,-52v0,-30,-21,-51,-47,-51v-27,0,-47,20,-47,51v0,31,20,52,47,52","w":217},"r":{"d":"10,0r0,-36r23,0r0,-97r-23,0r0,-35r63,0r0,24v21,-18,40,-27,62,-27r0,37v-27,-1,-42,5,-60,24r0,74r26,0r0,36r-91,0","w":138,"k":{"\u201d":-15,".":23,"-":13,",":23,"\u2019":-15}},"s":{"d":"52,-12r0,12r-33,0r0,-58r33,0r0,13v17,20,66,28,73,0v-2,-25,-76,-20,-88,-36v-41,-28,-16,-91,40,-91v16,0,29,3,43,13r0,-9r31,0r0,52r-31,0r0,-12v-19,-17,-60,-23,-65,3v0,14,17,19,48,22v81,8,77,108,-4,107v-17,0,-33,-5,-47,-16","w":177,"k":{"\u201c":13,"\u2018":13,"-":-6}},"t":{"d":"33,0r0,-133r-25,0r0,-35r25,0r0,-55r41,0r0,55r26,0r0,35r-26,0r0,97r26,0r0,36r-67,0","w":110,"k":{"\u201c":-6,"\u2018":-6,"-":8}},"u":{"d":"184,-168r0,132r24,0r0,36r-65,0r0,-22v-45,42,-117,34,-112,-44r0,-67r-22,0r0,-35r64,0r0,100v0,52,46,36,69,10r0,-75r-26,0r0,-35r68,0","w":216,"k":{"\u201d":13,"\u2019":13}},"v":{"d":"77,5r-56,-138r-20,0r0,-35r82,0r0,35r-19,0r30,82v8,-34,20,-53,31,-82r-20,0r0,-35r80,0r0,35r-19,0r-60,138r-29,0","w":187,"k":{"\u201d":-6,"\u201c":-17,"\u2018":-17,".":28,",":28,"\u2019":-6}},"w":{"d":"181,5v-13,-36,-27,-62,-38,-102v-9,41,-25,67,-39,102r-26,0r-55,-138r-17,0r0,-35r76,0r0,35r-19,0r30,86v12,-47,31,-79,46,-121r11,0r45,121v10,-36,20,-55,32,-86r-22,0r0,-35r76,0r0,35r-16,0r-57,138r-27,0","w":288,"k":{"\u201c":-10,"\u2018":-10,".":27,"-":-6,",":27}},"x":{"d":"94,-57r-19,25r0,32r-64,0r0,-36r21,0r40,-48r-40,-49r-21,0r0,-35r67,0r0,29r20,26r22,-26r0,-29r64,0r0,35r-22,0r-42,46r41,51r23,0r0,36r-71,0r0,-32","k":{"o":7,"e":7,"c":7,"-":12}},"y":{"d":"96,35r27,0r0,34r-97,0r0,-34r29,0r19,-37r-57,-131r-14,0r0,-35r79,0r0,35r-23,0v13,32,27,54,36,92v9,-37,26,-60,39,-92r-24,0r0,-35r82,0r0,35r-17,0","k":{"\u201c":-20,"\u2018":-20,".":32,"-":7,",":32}},"z":{"d":"148,-63r0,63r-141,0r0,-36r86,-99r-44,0r0,21r-39,0r0,-54r135,0r0,32r-87,99r51,0r0,-26r39,0","w":158},"{":{"d":"77,-198v-3,-53,24,-64,77,-62r0,32v-82,-21,-1,129,-77,135v44,7,36,50,36,97v0,31,9,40,41,38r0,31v-51,2,-80,-7,-77,-61v2,-48,6,-99,-49,-90r0,-31v53,8,52,-39,49,-89","w":180},"|":{"d":"75,-275r31,0r0,360r-31,0r0,-360","w":180},"}":{"d":"103,12v3,52,-25,63,-76,61r0,-31v82,16,-1,-127,76,-135v-45,-7,-36,-51,-36,-98v0,-31,-11,-41,-40,-37r0,-32v52,-2,79,10,76,62v-2,47,-6,98,49,89r0,31v-53,-8,-52,40,-49,90","w":180},"~":{"d":"31,-109v54,-47,112,-2,171,-2v21,0,43,-9,67,-27r0,33v-51,47,-113,1,-170,1v-21,0,-42,10,-68,28r0,-33","w":299},"\u00a3":{"d":"61,-18v-15,16,-31,24,-54,23r0,-45v32,-1,40,-35,34,-71r-34,0r0,-32r28,0v-18,-62,2,-117,68,-117v37,0,63,21,80,61r-38,15v-9,-26,-22,-37,-43,-37v-36,0,-36,42,-23,78r49,0r0,32r-43,0v2,25,1,47,-7,63v33,20,69,20,77,-21r40,6v-11,74,-81,85,-134,45"},"'":{"d":"15,-252r29,0r0,98r-29,0r0,-98","w":58},"\u201c":{"d":"117,-259r40,0r-27,76r-46,0xm48,-259r39,0r-26,76r-46,0","w":171,"k":{"r":20,"q":13,"l":-6,"k":-6,"h":-6,"g":13,"d":13,"b":-17,"Y":-12,"X":-12,"W":-8,"V":-10,"T":-6,"Q":7,"O":15,"A":48}},"\u2013":{"d":"180,-71r-180,0r0,-27r180,0r0,27","w":180},"\u201d":{"d":"55,-183r-40,0r27,-76r45,0xm124,-183r-40,0r27,-76r46,0","w":171},"\u2026":{"d":"37,0r0,-51r46,0r0,51r-46,0xm157,0r0,-51r46,0r0,51r-46,0xm278,0r0,-51r45,0r0,51r-45,0","w":360},"`":{"d":"116,-192r-23,0r-52,-61r39,0","w":180},"\u2014":{"d":"0,-71r0,-27r360,0r0,27r-360,0","w":360},"\u2122":{"d":"40,-257r82,0r0,17r-30,0r0,79r-23,0r0,-79r-29,0r0,-17xm142,-257r30,0r25,64r23,-64r30,0r0,96r-20,0r0,-76r-28,76r-10,0r-30,-76r0,76r-20,0r0,-96","w":299},"\u00d7":{"d":"71,-209r81,81r81,-81r20,21r-81,81r81,80r-20,21r-81,-81r-81,81r-21,-21r81,-80r-81,-81","w":299},"\u00a0":{"w":98}}});


Cufon.replace('h2, .shippingbox .amount, .grandtotal',{hover:true});

//APPEND DOM TARGET = BLANK TO ALL <A>'S WITH REL=EXTERNAL
function exttarget(s) { 
if (!document.getElementsByTagName) return; 
var ql = document.getElementsByTagName("a"); 
for (var i = 0; i < ql.length; i++ ) { 
if (ql[i].getAttribute("rel")) {
	
	if(ql[i].getAttribute("rel") == "external" || ql[i].getAttribute("rel") == "external nofollow"){
		ql[i].target = "_blank";
	}
}}}



