/*
 * 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}})());


Cufon.set('fontFamily', 'RevaloClassic');
Cufon.replace('#header p'); 
Cufon.replace('.ribbon'); 
Cufon.replace('h1'); 
Cufon.replace('h2'); 
Cufon.replace('h3'); 
Cufon.replace('#news-banner p.title'); 
//Cufon.replace('#terror-alert p.title'); 

Cufon.replace('#terror-alert .title'); 
Cufon.replace('#terror-alert .level'); 

Cufon.replace('.box-top .title'); 
Cufon.replace('.box-bottom p.title');
Cufon.replace('#footer p.title', {hover: true}); 
Cufon.replace('.slide-wrapper p.title');
Cufon.replace('#contact-form label'); 
Cufon.replace('#contact-form .submit'); 
Cufon.replace('.performance-table td'); 





Cufon.set('fontFamily', 'RevaloClassic Bold');
Cufon.replace('ul#nav li', {hover: true}); 
Cufon.replace('#header p span'); 
Cufon.replace('#header p a'); 
Cufon.replace('.performance-table th'); 
Cufon.replace('.performance-table td span'); 
Cufon.replace('#crashtestspec'); 
Cufon.replace('.box-bottom .news-title', {hover: true}); 


Cufon.set('fontFamily', 'RevaloClassic');
Cufon.replace('#crashtestspec td .notes'); 



/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * (r) (c) 2002 [T-26] Chicago www.t26.com 773.862.1201 T0873 ID#5134183 designer:
 * Identikal
 */
Cufon.registerFont({"w":443,"face":{"font-family":"RevaloClassic","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"4","bbox":"-80 -813 748 186","underline-thickness":"20","underline-position":"-133","stemh":"1000","stemv":"1000","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":200},"!":{"d":"145,-719r-5,520r-75,0r-5,-520r85,0xm140,0r-75,0r0,-130r75,0r0,130","w":205},"\"":{"d":"274,-719v0,105,1,164,-57,227r-60,-45v46,-48,39,-123,39,-182r78,0xm147,-719v-2,105,1,164,-58,227r-59,-45v46,-48,39,-123,39,-182r78,0","w":324},"#":{"d":"499,-479r-109,0r-18,212r108,0r0,75r-114,0r-16,192r-78,0r15,-192r-81,0r-16,192r-78,0r16,-192r-98,0r0,-75r104,0r18,-212r-104,0r0,-75r110,0r15,-165r77,0r-13,165r81,0r13,-165r78,0r-13,165r103,0r0,75xm311,-479r-81,0r-18,212r82,0","w":529},"$":{"d":"397,-208v0,106,-55,182,-144,208r0,72r-77,0r0,-68v-49,0,-106,-15,-146,-37r30,-70v38,21,81,35,116,36r0,-296v-71,-36,-137,-74,-137,-166v0,-95,48,-169,137,-193r0,-74r77,0r0,67v36,0,84,12,120,32r-18,75v-44,-25,-76,-32,-102,-32r0,242v70,38,144,89,144,204xm176,-452r0,-189v-37,18,-59,54,-59,112v0,33,22,55,59,77xm319,-208v0,-54,-28,-87,-66,-112r0,237v41,-21,66,-62,66,-125","w":427},"%":{"d":"243,-580v0,70,-30,148,-108,148v-85,0,-105,-77,-105,-147v0,-66,31,-144,106,-144v83,0,107,68,107,143xm508,-718r-383,718r-88,0r384,-718r87,0xm516,-144v0,70,-30,147,-109,147v-84,0,-105,-76,-105,-146v0,-66,32,-144,106,-144v82,0,108,67,108,143xm165,-580v0,-57,-11,-68,-29,-68v-2,0,-28,9,-28,69v0,71,19,71,27,71v5,0,30,-7,30,-72xm438,-144v0,-68,-19,-68,-30,-68v-2,0,-28,9,-28,69v0,70,19,71,27,71v6,0,31,-8,31,-72","w":546},"&":{"d":"522,0r-95,0r-49,-67v-34,46,-68,71,-158,71v-136,0,-170,-99,-170,-206v0,-87,47,-142,99,-188v-47,-69,-67,-106,-67,-172v0,-79,48,-161,148,-161v93,0,137,72,137,148v0,91,-57,145,-118,195r120,168r63,-116r70,33r-83,153xm289,-575v0,-50,-24,-73,-59,-73v-40,0,-70,31,-70,86v0,50,21,83,48,122v46,-40,81,-79,81,-135xm328,-137r-139,-194v-36,35,-61,74,-61,129v0,88,29,130,88,130v54,0,83,-15,112,-65","w":542},"'":{"d":"147,-719v-2,105,1,164,-58,227r-59,-45v46,-48,39,-123,39,-182r78,0","w":197},"(":{"d":"210,0r-86,0v-66,-137,-84,-262,-84,-358v0,-95,18,-224,84,-361r86,0v-66,136,-92,274,-92,361v0,88,26,223,92,358","w":240},")":{"d":"200,-358v0,96,-18,221,-84,358r-86,0v66,-135,92,-270,92,-358v0,-87,-26,-225,-92,-361r86,0v66,137,84,266,84,361","w":240},"*":{"d":"317,-641v0,22,-15,23,-33,21r-83,-10r65,52v15,12,24,23,9,38v-15,16,-26,6,-38,-8r-52,-66r9,83v2,19,1,33,-20,33v-22,0,-23,-14,-21,-33r9,-83r-52,66v-11,14,-23,24,-38,8v-15,-15,-6,-26,9,-38r65,-52r-83,10v-18,2,-33,1,-33,-21v0,-22,15,-23,33,-21r83,9r-65,-51v-15,-12,-24,-23,-9,-39v15,-15,27,-6,38,9r52,65r-9,-82v-2,-19,-1,-34,21,-34v21,0,22,15,20,34r-9,82r52,-65v12,-15,23,-24,38,-9v15,16,6,27,-9,39r-65,51r83,-9v18,-2,33,-1,33,21","w":347},"+":{"d":"412,-266r-147,0r0,175r-78,0r0,-175r-147,0r0,-74r147,0r0,-175r78,0r0,175r147,0r0,74","w":452},",":{"d":"30,88v46,-50,38,-127,39,-218r78,0v-2,130,7,192,-58,264","w":197},"-":{"d":"235,-329r-195,0r0,-78r195,0r0,78","w":275},".":{"d":"128,0r-78,0r0,-130r78,0r0,130","w":178},"\/":{"d":"315,-719r-215,719r-80,0r214,-719r81,0","w":335},"0":{"d":"485,-368v0,214,-70,372,-234,372v-189,0,-221,-175,-221,-361v0,-215,70,-366,233,-366v176,0,222,155,222,355xm407,-368v0,-209,-50,-279,-144,-279v-86,0,-155,73,-155,290v0,201,39,286,143,286v87,0,156,-81,156,-297","w":515},"1":{"d":"199,0r-78,0r0,-624r-62,38r-39,-65r110,-68r69,0r0,719","w":269},"2":{"d":"365,0r-335,0r0,-58v0,-201,247,-299,247,-454v0,-105,-43,-134,-88,-134v-29,0,-57,11,-91,41r-53,-55v45,-40,90,-63,144,-63v117,0,166,84,166,211v0,197,-231,289,-244,437r254,0r0,75","w":395},"3":{"d":"331,-238v0,154,-128,287,-301,228r24,-71v116,38,198,-36,199,-157v0,-71,-52,-110,-118,-110r0,-75v68,0,107,-58,107,-119v0,-109,-91,-133,-173,-80r-37,-65v48,-33,85,-37,125,-37v189,0,207,242,94,336v49,27,80,89,80,150","w":361},"4":{"d":"418,-204r-62,0r0,204r-78,0r0,-204r-258,0r0,-76r244,-439r92,0r0,440r62,0r0,75xm278,-279r0,-300r-169,300r169,0","w":438},"5":{"d":"359,-228v0,183,-165,289,-319,202r29,-69v105,59,211,10,212,-133v2,-134,-98,-137,-225,-135r0,-356r281,0r0,75r-203,0r0,205v136,1,225,70,225,211","w":389},"6":{"d":"402,-233v0,136,-75,237,-200,237v-150,0,-172,-155,-172,-300v0,-264,89,-427,262,-427v32,0,41,4,72,15r-16,72v-23,-8,-32,-13,-56,-13v-85,0,-162,64,-179,242v31,-25,65,-37,109,-37v116,0,180,84,180,211xm324,-233v0,-100,-43,-135,-102,-135v-68,0,-88,16,-115,48r0,23v0,173,31,226,95,226v67,0,122,-52,122,-162","w":432},"7":{"d":"375,-719v-2,30,7,67,-5,89v-86,150,-166,384,-206,601r0,29r-77,0r0,-39v39,-213,112,-445,201,-604r-268,-1r0,-75r355,0","w":395},"8":{"d":"411,-197v0,125,-86,202,-191,202v-104,0,-190,-77,-190,-202v0,-72,36,-149,105,-183v-59,-31,-96,-100,-96,-164v0,-102,76,-181,181,-181v106,0,181,79,181,181v0,63,-36,130,-91,164v66,34,101,113,101,183xm323,-544v0,-64,-44,-105,-103,-105v-59,0,-103,41,-103,105v0,47,47,141,122,121v56,-15,84,-78,84,-121xm333,-197v0,-72,-47,-134,-113,-147v-66,13,-112,75,-112,147v0,87,54,127,112,127v59,0,113,-40,113,-127","w":441},"9":{"d":"402,-423v0,264,-88,427,-261,427v-33,0,-42,-4,-72,-15r15,-72v24,8,33,13,57,13v84,0,161,-64,178,-242v-31,25,-64,37,-108,37v-117,0,-181,-84,-181,-210v0,-137,75,-238,200,-238v151,0,172,155,172,300xm326,-399r0,-23v0,-172,-32,-225,-96,-225v-67,0,-122,51,-122,162v0,100,44,134,103,134v67,0,87,-16,115,-48","w":442},":":{"d":"128,-277r-78,0r0,-130r78,0r0,130xm128,0r-78,0r0,-130r78,0r0,130","w":178},";":{"d":"147,-277r-78,0r0,-130r78,0r0,130xm30,86v44,-51,38,-125,39,-216r78,0v-2,132,5,188,-58,264","w":197},"<":{"d":"382,0r-101,0r-241,-277r241,-277r101,0r-239,277","w":412},"=":{"d":"360,-338r-320,0r0,-69r320,0r0,69xm360,-198r-320,0r0,-69r320,0r0,69","w":400},">":{"d":"372,-277r-241,277r-101,0r239,-277r-239,-277r101,0","w":412},"?":{"d":"115,-199v-19,-204,193,-167,199,-332v4,-112,-158,-152,-227,-82r-47,-61v137,-110,351,-34,351,143v0,104,-53,153,-104,191v-47,36,-103,61,-94,141r-78,0xm193,0r-79,0r3,-130r73,0","w":431},"@":{"d":"618,-413v0,140,-58,246,-140,246v-38,0,-70,-12,-84,-44v-17,35,-53,44,-87,44v-115,0,-134,-121,-134,-192v0,-77,40,-211,169,-211v53,0,102,13,102,13r0,234v0,0,-3,41,2,60v3,12,9,21,32,21v4,0,62,-28,62,-171v0,-141,-71,-234,-191,-234v-114,0,-231,114,-231,310v0,173,84,265,213,265r0,75v-190,0,-291,-145,-291,-340v0,-220,136,-386,309,-386v181,0,269,147,269,310xm366,-323r0,-169v-74,-18,-113,50,-115,133v0,37,0,117,56,117v30,0,59,-17,59,-81","w":658},"A":{"d":"539,0r-82,0r-50,-165r-260,0r-52,165r-80,0r224,-719r77,0xm383,-240r-106,-341r-106,341r212,0","w":554},"B":{"d":"426,-229v0,69,-30,229,-223,229r-153,0r0,-719r170,0v130,0,194,74,194,184v0,59,-30,127,-71,153v58,32,83,96,83,153xm336,-535v0,-72,-32,-109,-116,-109r-92,0r0,227r147,0v32,-18,61,-62,61,-118xm348,-229v0,-58,-24,-102,-73,-113r-147,0r0,267r75,0v122,0,145,-93,145,-154","w":456},"C":{"d":"460,-43v-55,32,-109,48,-170,48v-183,0,-260,-151,-260,-352v0,-193,71,-377,277,-377v44,0,88,8,141,26r-25,71v-201,-74,-315,37,-315,280v0,261,141,329,313,240","w":490},"D":{"d":"500,-367v0,236,-128,367,-317,367r-133,0r0,-719r156,0v191,0,294,122,294,352xm422,-367v0,-241,-98,-289,-294,-277r0,568v182,15,294,-63,294,-291","w":530},"E":{"d":"345,0r-295,0r0,-720r295,0r0,75r-217,0r0,238r173,0r0,78r-173,0r0,254r217,0r0,75","w":385},"F":{"d":"345,-644r-217,0r0,237r173,0r0,78r-173,0r0,329r-78,0r0,-719r295,0r0,75","w":365},"G":{"d":"509,0r-198,0v-175,0,-281,-141,-281,-353v0,-202,104,-371,298,-371v51,0,99,10,160,35r-30,69v-199,-86,-350,22,-350,267v0,191,89,278,203,278r120,0r0,-254r-129,0r0,-78r207,0r0,407","w":559},"H":{"d":"503,0r-78,0r0,-329r-297,0r0,329r-78,0r0,-719r78,0r0,312r297,0r0,-312r78,0r0,719","w":553},"I":{"d":"138,0r-78,0r0,-719r78,0r0,719","w":198},"J":{"d":"244,-197v0,112,-37,202,-155,202v-23,0,-46,-5,-74,-12r21,-73v88,24,130,14,130,-117r0,-522r78,0r0,522","w":294},"K":{"d":"522,0r-105,0r-289,-316r0,316r-78,0r0,-719r78,0r0,297r284,-297r106,0r-334,350","w":542},"L":{"d":"337,0r-287,0r0,-719r78,0r0,644r209,0r0,75","w":367},"M":{"d":"683,0r-79,0r-80,-523v-53,189,-135,523,-135,523r-72,0v0,0,-81,-326,-134,-518r-75,518r-78,0r105,-719r71,0v0,0,92,358,147,552r148,-552r70,0","w":713},"N":{"d":"508,0r-63,0r-317,-554r0,554r-78,0r0,-712r68,-13r312,544r0,-538r78,0r0,719","w":558},"O":{"d":"553,-366v0,224,-109,371,-268,371v-183,0,-255,-162,-255,-358v0,-224,110,-371,267,-371v170,0,256,149,256,358xm475,-366v0,-199,-77,-283,-178,-283v-91,0,-189,87,-189,296v0,191,68,283,177,283v93,0,190,-88,190,-296","w":583},"P":{"d":"409,-501v0,160,-109,265,-281,247r0,254r-78,0r0,-719r152,0v135,0,207,97,207,218xm331,-501v0,-91,-47,-143,-129,-143r-74,0r0,314v125,11,203,-40,203,-171","w":439},"Q":{"d":"553,-366v0,150,-48,265,-128,327v13,23,29,45,65,72r-48,60v-47,-35,-70,-67,-86,-96v-221,57,-326,-129,-326,-350v0,-225,110,-372,267,-372v170,0,256,149,256,359xm475,-366v0,-200,-77,-284,-178,-284v-91,0,-189,88,-189,297v0,208,72,305,215,280v-11,-24,-24,-45,-57,-68r47,-60v43,31,63,60,77,90v49,-46,85,-128,85,-255","w":583},"R":{"d":"454,0r-90,0r-195,-307r-41,0r0,307r-78,0r0,-718r150,0v105,0,198,49,198,192v0,111,-59,185,-143,210xm320,-526v0,-124,-83,-123,-192,-120r0,264r68,0v32,0,124,-23,124,-144","w":474},"S":{"d":"409,-209v0,133,-86,214,-216,214v-70,0,-122,-20,-163,-42r29,-69v36,16,83,37,134,37v87,0,138,-48,138,-140v0,-171,-281,-130,-281,-319v0,-117,74,-200,204,-200v54,0,97,17,134,33r-18,73v-93,-51,-242,-43,-242,94v0,45,47,70,82,88v102,53,199,95,199,231","w":439},"T":{"d":"398,-644r-149,0r0,644r-78,0r0,-644r-151,0r0,-75r378,0r0,75","w":418},"U":{"d":"453,-253v0,108,-22,257,-201,257v-180,0,-202,-149,-202,-257r0,-466r78,0r0,466v0,107,26,182,124,182v97,0,123,-75,123,-182r0,-466r78,0r0,466","w":503},"V":{"d":"536,-719r-225,719r-76,0r-220,-719r79,0r179,581r183,-581r80,0","w":551},"W":{"d":"748,-719r-184,719r-89,0r-95,-486r-91,486r-89,0r-185,-719r80,0r146,565r101,-565r73,0r108,566r143,-566r82,0","w":763},"X":{"d":"475,0r-86,0r-144,-288r-143,288r-87,0r187,-374r-174,-345r87,0r130,258r130,-258r87,0r-173,345","w":490},"Y":{"d":"468,-719r-188,463r0,256r-78,0r0,-256r-187,-463r85,0r141,356r142,-356r85,0","w":483},"Z":{"d":"450,0r-410,0r0,-70r316,-574r-316,0r0,-74r410,0r0,65r-318,578r318,0r0,75","w":490},"[":{"d":"268,0r-208,0r0,-720r208,0r0,76r-130,0r0,569r130,0r0,75","w":298},"\\":{"d":"315,0r-81,0r-214,-719r80,0","w":335},"]":{"d":"238,0r-208,0r0,-75r130,0r0,-569r-130,0r0,-76r208,0r0,720","w":298},"^":{"d":"323,-610r-56,47r-90,-81r-91,81r-56,-47r147,-132","w":353},"_":{"d":"436,75r-416,0r0,-75r416,0r0,75","w":456},"`":{"d":"109,-760r137,149r58,-52r-138,-150","w":428},"a":{"d":"378,0r-78,0r0,-55v-36,55,-69,60,-105,60v-73,0,-165,-49,-165,-148v0,-179,129,-203,270,-203v3,-85,-14,-137,-85,-137v-41,0,-88,15,-126,45r-41,-64v48,-39,110,-55,167,-55v132,0,163,96,163,188r0,369xm300,-271v-113,0,-192,6,-192,128v0,49,42,74,87,74v48,0,105,-51,105,-95r0,-107","w":428},"b":{"d":"413,-283v0,150,-70,287,-191,287v-24,0,-67,-4,-94,-46r0,42r-78,0r0,-719r78,0r0,204v33,-43,74,-43,94,-43v121,0,191,124,191,275xm335,-283v0,-144,-64,-200,-113,-200v-36,0,-94,31,-94,79r0,244v0,49,50,89,94,89v48,0,113,-66,113,-212"},"c":{"d":"365,-34v-162,79,-335,41,-335,-227v0,-159,63,-297,216,-297v34,0,71,7,114,24r-29,69v-140,-53,-223,9,-223,204v0,167,68,190,117,190v37,0,71,-13,102,-29","w":395},"d":{"d":"393,0r-78,0r0,-42v-27,42,-70,46,-94,46v-121,0,-191,-137,-191,-287v0,-151,70,-275,191,-275v20,0,61,0,94,43r0,-204r78,0r0,719xm315,-404v0,-48,-58,-79,-94,-79v-49,0,-113,56,-113,200v0,146,65,212,113,212v44,0,94,-40,94,-89r0,-244"},"e":{"d":"404,-330v0,26,-1,84,-22,84r-274,0v4,135,59,176,127,176v39,0,79,-8,122,-36r37,66v-55,35,-108,45,-159,45v-141,0,-205,-110,-205,-281v0,-140,60,-282,196,-282v135,0,178,124,178,228xm326,-320v3,-101,-35,-163,-100,-163v-75,0,-113,87,-116,163r216,0","w":434},"f":{"d":"360,-750r-22,72v-104,-38,-152,-6,-154,124r104,0r0,75r-104,0r0,479r-78,0r0,-479r-91,0r0,-75r91,0v3,-113,44,-214,155,-214v25,0,64,8,99,18","w":330},"g":{"d":"393,-48v0,77,-19,233,-191,233v-52,0,-98,-8,-143,-31r26,-69v58,21,82,25,117,25v86,0,112,-83,112,-162v-27,52,-71,56,-93,56v-121,0,-191,-124,-191,-275v0,-150,70,-287,191,-287v24,0,61,2,94,41r0,-37r78,0r0,506xm314,-172r0,-217v0,-50,-50,-93,-93,-93v-48,0,-113,66,-113,211v0,145,64,199,113,199v29,0,93,-44,93,-100"},"h":{"d":"382,0r-78,0r0,-368v0,-75,-35,-115,-88,-115v-36,0,-88,26,-88,78r0,405r-78,0r0,-719r78,0r0,199v25,-34,62,-39,88,-39v116,0,166,96,166,191r0,368","w":422},"i":{"d":"138,-608r-78,0r0,-111r78,0r0,111xm187,0r-43,0v-60,0,-84,-51,-84,-94r0,-460r78,0r0,461v0,5,4,16,31,16","w":217},"j":{"d":"163,-608r-78,0r0,-111r78,0r0,111xm163,-40v0,126,-27,226,-153,226v-19,0,-60,-5,-90,-26r31,-70v22,15,46,20,59,20v49,0,75,-22,75,-150r0,-514r78,0r0,514","w":218},"k":{"d":"407,0r-96,0r-183,-242r0,242r-78,0r0,-719r78,0r0,370r165,-205r98,0r-207,258","w":427},"l":{"d":"187,0r-43,0v-60,0,-84,-51,-84,-94r0,-625r78,0r0,626v0,5,4,16,31,16","w":217},"m":{"d":"596,0r-78,0r0,-369v0,-99,-34,-115,-68,-115v-54,0,-90,37,-90,88r0,396r-78,0r0,-409v0,-36,-14,-75,-62,-75v-44,0,-92,28,-92,88r0,396r-78,0r0,-554r78,0r0,47v23,-47,64,-50,92,-50v54,0,87,14,113,56v25,-37,67,-56,117,-56v102,0,146,74,146,188r0,369","w":636},"n":{"d":"393,0r-78,0r0,-370v0,-80,-34,-114,-82,-114v-44,0,-105,28,-105,88r0,396r-78,0r0,-554r78,0r0,47v23,-47,76,-51,105,-51v120,0,160,102,160,188r0,370","w":433},"o":{"d":"437,-284v0,140,-68,288,-211,288v-131,0,-196,-110,-196,-279v0,-134,64,-282,209,-282v116,0,198,89,198,273xm359,-284v0,-164,-66,-199,-120,-199v-72,0,-131,79,-131,208v0,159,57,204,118,204v71,0,133,-79,133,-213","w":467},"p":{"d":"413,-272v0,151,-70,276,-191,276v-20,0,-61,-1,-94,-44r0,221r-78,0r0,-735r78,0r0,41v27,-41,70,-45,94,-45v121,0,191,136,191,286xm335,-272v0,-145,-65,-211,-113,-211v-44,0,-94,40,-94,89r0,243v0,49,58,80,94,80v49,0,113,-57,113,-201"},"q":{"d":"393,181r-78,0r0,-221v-33,43,-74,44,-94,44v-121,0,-191,-125,-191,-276v0,-150,70,-286,191,-286v24,0,67,4,94,45r0,-41r78,0r0,735xm315,-151r0,-243v0,-49,-50,-89,-94,-89v-48,0,-113,66,-113,211v0,144,64,201,113,201v36,0,94,-31,94,-80"},"r":{"d":"277,-547r-13,77v-92,-28,-136,22,-136,85r0,385r-78,0r0,-554r78,0r0,48v33,-57,89,-59,149,-41","w":297},"s":{"d":"336,-172v0,89,-62,176,-175,176v-36,0,-77,-3,-131,-33r22,-71v45,26,89,29,109,29v66,0,97,-49,97,-101v0,-105,-224,-76,-224,-228v0,-135,141,-196,281,-135r-22,72v-38,-14,-69,-20,-87,-20v-69,0,-94,29,-94,82v0,29,40,46,63,56v82,36,161,68,161,173","w":366},"t":{"d":"290,-20v-38,16,-83,24,-110,24v-109,0,-130,-79,-130,-175r0,-548r78,0r0,165r131,0r0,75r-131,0r0,308v0,94,18,100,52,100v18,0,46,-5,91,-22","w":310},"u":{"d":"388,0r-77,0r0,-47v-24,47,-77,51,-106,51v-120,0,-160,-102,-160,-188r0,-370r78,0r0,370v0,80,34,114,82,114v44,0,106,-28,106,-88r0,-396r77,0r0,554","w":438},"v":{"d":"441,-554r-177,554r-72,0r-177,-554r83,0r130,416r130,-416r83,0","w":456},"w":{"d":"658,-554r-147,554r-91,0r-89,-374r-84,374r-92,0r-140,-554r80,0r106,423r92,-423r72,0r102,428r111,-428r80,0","w":673},"x":{"d":"416,0r-90,0r-111,-207r-111,207r-89,0r155,-287r-143,-267r88,0r100,188r98,-188r88,0r-142,267","w":431},"y":{"d":"413,-554r-151,547v-39,148,-107,222,-257,173r16,-74v32,12,53,13,63,13v40,0,66,-14,98,-117v-7,-4,-12,-11,-15,-21r-147,-521r80,0r118,416r113,-416r82,0","w":428},"z":{"d":"353,0r-323,0r0,-62r228,-417r-228,0r0,-75r323,0r0,62r-228,417r228,0r0,75","w":383},"{":{"d":"235,0r-37,0v-130,-4,-94,-151,-94,-268v0,-53,-16,-82,-74,-102v98,-25,74,-116,74,-220v0,-67,13,-130,94,-130r37,0r-1,75r-36,0v-23,4,-14,33,-16,55v-4,86,16,169,-33,220v54,59,27,159,33,260v0,11,-1,35,16,35r36,0","w":265},"|":{"d":"138,49r-78,0r0,-820r78,0r0,820","w":198},"}":{"d":"234,-370v-104,25,-73,131,-73,240v0,67,-14,130,-94,130r-37,0r0,-75r37,0v23,-4,14,-33,16,-55v5,-92,-18,-186,33,-240v-53,-55,-27,-145,-33,-241v0,-11,1,-34,-16,-34r-37,0r0,-75r37,0v122,3,94,135,94,247v0,54,15,83,73,103","w":264},"~":{"d":"183,-420v81,0,101,56,162,68v3,0,37,-24,62,-58r60,48v-26,41,-75,88,-122,88v-80,0,-105,-68,-162,-68v-21,0,-60,26,-84,64r-59,-52v30,-46,86,-90,143,-90","w":507},"\u00a0":{"w":200}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * (r) (c) 2002 [T-26] Chicago www.t26.com 773.862.1201 T0873 ID#5134185 designer:
 * Identikal
 */
Cufon.registerFont({"w":469,"face":{"font-family":"RevaloClassic Bold","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"4","bbox":"-90 -827 781 186","underline-thickness":"20","underline-position":"-133","stemh":"1000","stemv":"1000","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":220},"!":{"d":"161,-719r-5,527r-91,0r-5,-527r101,0xm161,0r-101,0r5,-151r91,0","w":227},"\"":{"d":"309,-719v-6,122,8,158,-68,230r-27,-23v-33,-31,-9,-68,-9,-68v23,-42,-12,-75,-12,-139r116,0xm166,-719v-6,122,8,158,-68,230r-27,-23v-33,-31,-9,-68,-9,-68v23,-42,-12,-75,-12,-139r116,0","w":359},"#":{"d":"535,-462r-110,0r-16,179r107,0r0,98r-115,0r-16,185r-104,0r15,-185r-55,0r-16,185r-104,0r16,-185r-97,0r0,-98r105,0r16,-179r-103,0r0,-98r111,0r15,-159r103,0r-13,159r55,0r13,-159r104,0r-13,159r102,0r0,98xm320,-462r-55,0r-15,179r55,0","w":575},"$":{"d":"426,-213v0,104,-54,183,-143,212r0,73r-103,0r0,-66v-48,-3,-101,-17,-150,-42r40,-92v43,22,80,35,110,39r0,-266v-68,-34,-138,-75,-138,-169v0,-94,48,-169,138,-197r0,-75r103,0r0,65v36,3,79,14,122,37r-25,99v-47,-26,-75,-35,-97,-37r0,214v68,37,143,91,143,205xm180,-473r0,-137v-21,17,-34,44,-34,86v0,20,11,35,34,51xm283,-114v47,-33,55,-148,0,-182r0,182","w":456},"%":{"d":"271,-572v0,68,-31,155,-121,155v-99,0,-119,-88,-119,-154v0,-65,32,-152,120,-152v95,0,120,78,120,151xm544,-719r-397,719r-117,0r397,-719r117,0xm543,-151v0,68,-31,154,-122,154v-97,0,-118,-86,-118,-153v0,-65,33,-152,119,-152v94,0,121,76,121,151xm167,-572v0,-43,-2,-53,-16,-53v-2,0,-16,8,-16,54v0,53,8,56,15,56v4,0,17,-8,17,-57xm439,-151v0,-51,-8,-54,-17,-54v-1,0,-15,9,-15,55v0,53,8,56,14,56v5,0,18,-9,18,-57","w":574},"&":{"d":"551,0r-128,0r-43,-57v-33,40,-72,61,-157,61v-148,0,-183,-106,-183,-212v0,-84,46,-139,95,-183v-43,-62,-63,-100,-63,-164v0,-80,52,-168,161,-168v102,0,150,78,150,155v0,90,-56,144,-113,191r101,136r58,-105r94,43r-85,152xm279,-568v0,-42,-20,-58,-46,-58v-31,0,-57,23,-57,71v0,39,15,66,37,99v40,-35,66,-67,66,-112xm316,-144r-125,-169v-29,30,-47,62,-47,105v0,84,28,113,75,113v47,0,72,-10,97,-49","w":571},"'":{"d":"166,-719v-6,122,8,158,-68,230r-27,-23v-33,-31,-9,-68,-9,-68v23,-42,-12,-75,-12,-139r116,0","w":216},"(":{"d":"244,0r-115,0v-71,-141,-89,-263,-89,-358v0,-94,18,-220,89,-361r115,0v-74,147,-100,279,-100,361v0,83,26,211,100,358","w":274},")":{"d":"234,-358v0,95,-18,217,-89,358r-115,0v74,-147,100,-275,100,-358v0,-82,-26,-214,-100,-361r115,0v71,141,89,267,89,361","w":274},"*":{"d":"343,-641v0,46,-50,29,-85,27v20,18,76,40,39,74v-37,34,-61,-17,-81,-36v2,34,19,78,-29,78v-50,0,-32,-43,-30,-78v-20,19,-44,69,-81,36v-37,-34,20,-56,39,-74v-35,2,-85,19,-85,-27v0,-46,50,-29,85,-27v-20,-18,-76,-41,-39,-75v37,-34,61,18,81,37v-2,-35,-19,-79,30,-79v48,0,31,45,29,79v20,-20,44,-71,81,-37v37,34,-20,57,-39,75v35,-2,85,-19,85,27","w":373},"+":{"d":"438,-256r-147,0r0,165r-104,0r0,-165r-147,0r0,-94r147,0r0,-165r104,0r0,165r147,0r0,94","w":478},",":{"d":"20,81v59,-57,41,-112,45,-219r104,0v-4,152,13,191,-69,276","w":219},"-":{"d":"267,-319r-227,0r0,-96r227,0r0,96","w":307},".":{"d":"154,0r-104,0r0,-138r104,0r0,138","w":204},"\/":{"d":"359,-719r-222,719r-107,0r222,-719r107,0","w":389},"0":{"d":"511,-368v0,207,-70,372,-247,372v-203,0,-234,-184,-234,-361v0,-208,70,-366,246,-366v189,0,235,163,235,355xm407,-368v0,-202,-50,-257,-131,-257v-74,0,-142,59,-142,268v0,196,40,263,130,263v74,0,143,-65,143,-274","w":541},"1":{"d":"230,0r-104,0r0,-592r-53,32r-53,-85r124,-74r86,0r0,719","w":300},"2":{"d":"401,0r-361,0r0,-68v0,-200,247,-296,247,-439v0,-97,-39,-117,-75,-117v-25,0,-50,9,-92,45r-71,-71v57,-49,105,-73,163,-73v127,0,179,90,179,216v0,193,-215,276,-242,409r252,0r0,98","w":441},"3":{"d":"300,-388v146,120,50,392,-163,392v-25,0,-49,-3,-97,-17r32,-94v114,42,194,-17,194,-136v0,-59,-44,-93,-118,-93r0,-98v72,0,107,-48,107,-101v0,-108,-79,-109,-164,-62r-50,-82v61,-41,101,-45,143,-45v128,0,175,104,175,189v0,46,-17,110,-59,147","w":410},"4":{"d":"444,-192r-62,0r0,192r-104,0r0,-192r-258,0r0,-89r250,-438r112,0r0,429r62,0r0,98xm278,-290r0,-234r-134,234r134,0","w":464},"5":{"d":"388,-232v0,131,-91,236,-208,236v-51,0,-85,-8,-140,-35r39,-90v108,60,197,29,205,-111v7,-122,-100,-119,-224,-118r0,-369r307,0r0,98r-203,0r0,173v134,5,224,76,224,216","w":428},"6":{"d":"428,-238v0,136,-78,242,-213,242v-165,0,-185,-165,-185,-302v0,-256,89,-425,275,-425v37,0,51,7,87,18r-22,95v-21,-7,-42,-16,-65,-16v-71,0,-141,47,-163,195v27,-15,57,-22,93,-22v125,0,193,88,193,215xm324,-238v0,-91,-39,-117,-89,-117v-61,0,-79,12,-102,38r0,18v0,168,32,205,82,205v58,0,109,-42,109,-144","w":458},"7":{"d":"401,-719v-2,36,8,80,-7,105v-86,143,-164,366,-204,575r0,39r-103,0r0,-52v38,-199,107,-414,192,-569r-259,0r0,-98r381,0","w":421},"8":{"d":"437,-202v0,127,-92,207,-204,207v-111,0,-203,-80,-203,-207v0,-67,31,-138,93,-178v-52,-36,-84,-99,-84,-157v0,-106,81,-188,194,-188v113,0,194,82,194,188v0,58,-31,119,-81,157v60,39,91,113,91,178xm248,-433v102,-32,99,-194,-15,-194v-52,0,-90,35,-90,90v0,36,26,87,75,104v14,5,18,4,30,0xm333,-202v0,-65,-42,-118,-100,-129v-58,11,-99,65,-99,129v0,76,48,109,99,109v51,0,100,-33,100,-109","w":467},"9":{"d":"428,-421v0,256,-89,425,-274,425v-38,0,-52,-7,-87,-18r21,-94v22,6,42,15,66,15v71,0,140,-47,162,-195v-27,15,-56,22,-92,22v-126,0,-194,-88,-194,-215v0,-136,79,-242,213,-242v165,0,185,166,185,302xm326,-420v0,-169,-33,-205,-83,-205v-58,0,-109,42,-109,144v0,91,39,118,90,118v61,0,78,-13,102,-39r0,-18","w":458},":":{"d":"154,-269r-104,0r0,-139r104,0r0,139xm154,0r-104,0r0,-139r104,0r0,139","w":204},";":{"d":"169,-268r-104,0r0,-139r104,0r0,139xm169,-139v0,0,0,106,-6,147v-6,43,-18,82,-63,130r-80,-61v30,-32,39,-60,42,-97v4,-38,3,-119,3,-119r104,0","w":219},"<":{"d":"418,0r-136,0r-252,-277r252,-277r136,0r-250,277","w":458},"=":{"d":"386,-322r-346,0r0,-85r346,0r0,85xm386,-198r-346,0r0,-84r346,0r0,84","w":426},">":{"d":"428,-277r-252,277r-136,0r250,-277r-250,-277r136,0","w":458},"?":{"d":"422,-525v0,106,-57,157,-110,194v-46,33,-102,58,-89,139r-104,0r0,-36v0,-186,199,-149,199,-297v0,-102,-151,-133,-215,-61r-63,-79v55,-48,123,-59,160,-59v132,0,222,74,222,199xm224,0r-105,0r3,-138r98,0","w":462},"@":{"d":"470,-324v3,6,-12,74,21,65v4,0,49,-27,49,-152v0,-132,-68,-214,-178,-214v-105,0,-218,103,-218,287v0,163,81,244,213,244r0,97v-212,0,-317,-148,-317,-341v0,-216,139,-385,322,-385v191,0,282,151,282,312v0,135,-58,250,-153,250v-32,0,-67,-12,-84,-39v-20,28,-58,39,-87,39v-129,0,-147,-131,-147,-198v0,-75,41,-216,182,-216v55,0,115,15,115,15r0,236xm366,-325r0,-152v-56,-4,-89,43,-89,118v0,28,-1,100,43,100v21,0,46,-9,46,-66","w":684},"A":{"d":"574,0r-109,0r-50,-159r-241,0r-51,159r-108,0r232,-719r97,0xm383,-256r-88,-275r-89,275r177,0","w":589},"B":{"d":"452,-234v0,69,-31,234,-236,234r-166,0r0,-719r183,0v138,0,207,77,207,190v0,53,-26,117,-70,147v57,28,82,96,82,148xm336,-529v0,-56,-25,-92,-103,-92v-31,0,-57,-1,-79,-1r0,194r99,0v41,0,83,-52,83,-101xm348,-234v0,-51,-33,-95,-80,-95r-114,0r0,231r62,0v111,0,132,-79,132,-136","w":482},"C":{"d":"491,-49v-68,38,-125,54,-188,54v-194,0,-273,-156,-273,-352v0,-188,72,-377,290,-377v45,0,92,8,158,29r-34,93v-199,-74,-308,13,-310,255v-3,254,138,302,304,214","w":521},"D":{"d":"526,-367v0,234,-133,367,-330,367r-146,0r0,-719r169,0v200,0,307,125,307,352xm422,-367v0,-223,-94,-263,-268,-255r0,524v167,9,268,-58,268,-269","w":556},"E":{"d":"371,0r-321,0r0,-720r321,0r0,98r-217,0r0,204r173,0r0,100r-173,0r0,220r217,0r0,98","w":401},"F":{"d":"371,-621r-217,0r0,203r173,0r0,100r-173,0r0,318r-104,0r0,-719r321,0r0,98","w":401},"G":{"d":"535,0r-211,0v-185,0,-294,-145,-294,-353v0,-199,106,-371,311,-371v52,0,103,10,177,39r-40,90v-198,-85,-344,3,-344,242v0,179,86,255,190,255r107,0r0,-220r-129,0r0,-100r233,0r0,418","w":585},"H":{"d":"529,0r-104,0r0,-318r-271,0r0,318r-104,0r0,-719r104,0r0,301r271,0r0,-301r104,0r0,719","w":579},"I":{"d":"164,0r-104,0r0,-719r104,0r0,719","w":224},"J":{"d":"278,-203v0,110,-38,208,-168,208v-25,0,-49,-5,-90,-16r29,-94v37,10,50,12,61,12v37,0,64,-13,64,-110r0,-516r104,0r0,516","w":328},"K":{"d":"526,0r-140,0r-232,-285r0,285r-104,0r0,-719r104,0r0,268r217,-268r142,0r-298,351","w":546},"L":{"d":"363,0r-313,0r0,-719r104,0r0,621r209,0r0,98","w":393},"M":{"d":"703,0r-105,0r-72,-457v-52,185,-122,457,-122,457r-92,0r-120,-451r-67,451r-105,0r109,-719r92,0r137,498r138,-498r91,0","w":723},"N":{"d":"534,0r-83,0r-297,-500r0,500r-104,0r0,-711r88,-15r292,492r0,-485r104,0r0,719","w":584},"O":{"d":"579,-365v0,218,-112,370,-281,370v-195,0,-268,-168,-268,-358v0,-220,112,-371,280,-371v182,0,269,154,269,359xm475,-365v0,-191,-76,-261,-165,-261v-81,0,-176,75,-176,273v0,183,66,260,164,260v82,0,177,-75,177,-272","w":609},"P":{"d":"435,-496v0,156,-111,265,-281,251r0,245r-104,0r0,-719r165,0v144,0,220,101,220,223xm331,-496v3,-107,-69,-134,-177,-125r0,278v107,9,174,-38,177,-153","w":465},"Q":{"d":"579,-364v0,142,-46,249,-124,313v11,17,26,35,66,64r-64,78v-52,-38,-77,-68,-94,-95v-228,48,-333,-135,-333,-348v0,-221,112,-373,280,-373v182,0,269,155,269,361xm475,-364v0,-192,-76,-263,-165,-263v-81,0,-176,76,-176,275v0,193,64,265,183,256v-10,-16,-22,-30,-56,-55r63,-78v45,32,67,59,82,84v40,-43,69,-110,69,-219","w":609},"R":{"d":"480,0r-120,0r-185,-296r-21,0r0,296r-104,0r0,-718r163,0v110,0,211,51,211,198v0,105,-55,179,-136,209v63,95,192,311,192,311xm320,-520v-1,-106,-72,-106,-166,-103r0,229r55,0v28,0,111,-19,111,-126","w":490},"S":{"d":"433,-214v0,136,-91,219,-229,219v-72,0,-126,-20,-179,-47r39,-89v48,21,93,40,140,40v80,0,125,-41,125,-123v0,-155,-280,-117,-280,-308v0,-120,79,-206,217,-206v57,0,102,18,149,37r-25,95v-40,-16,-79,-34,-124,-34v-73,0,-113,35,-113,108v0,38,43,58,75,74v105,53,205,96,205,234","w":463},"T":{"d":"424,-621r-149,0r0,621r-104,0r0,-621r-151,0r0,-98r404,0r0,98","w":444},"U":{"d":"479,-257v0,104,-22,261,-214,261v-193,0,-215,-157,-215,-261r0,-462r104,0r0,462v0,104,26,163,111,163v84,0,110,-59,110,-163r0,-462r104,0r0,462","w":529},"V":{"d":"571,-719r-233,719r-95,0r-228,-719r106,0r170,531r173,-531r107,0","w":586},"W":{"d":"781,-719r-190,719r-110,0r-84,-414r-80,414r-111,0r-191,-719r107,0r133,499r93,-499r95,0r98,501r132,-501r108,0","w":796},"X":{"d":"517,0r-115,0r-136,-262r-135,262r-116,0r194,-374r-181,-345r116,0r122,234r122,-234r116,0r-180,345","w":532},"Y":{"d":"506,-719r-194,462r0,257r-104,0r0,-257r-193,-462r113,0r132,322r133,-322r113,0","w":521},"Z":{"d":"476,0r-436,0r0,-83r307,-538r-307,0r0,-97r436,0r0,78r-309,542r309,0r0,98","w":516},"[":{"d":"294,0r-234,0r0,-720r234,0r0,98r-130,0r0,524r130,0r0,98","w":324},"\\":{"d":"349,0r-107,0r-222,-719r107,0","w":369},"]":{"d":"264,0r-234,0r0,-98r130,0r0,-524r-130,0r0,-98r234,0r0,720","w":324},"^":{"d":"363,-610r-76,64r-90,-81r-91,81r-76,-64r167,-150","w":393},"_":{"d":"462,75r-442,0r0,-75r442,0r0,75","w":482},"`":{"d":"348,-663r-72,67r-151,-164r72,-67","w":428},"a":{"d":"404,0r-104,0r0,-49v-31,49,-70,53,-92,53v-82,0,-178,-48,-178,-153v0,-178,133,-204,270,-206v2,-74,-17,-106,-72,-106v-38,0,-83,13,-129,48r-56,-81v61,-47,126,-63,185,-63v143,0,176,102,176,192r0,365xm300,-259v-107,1,-166,11,-166,110v0,37,33,58,74,58v42,0,92,-44,92,-78r0,-90","w":449},"b":{"d":"439,-285v0,145,-71,289,-204,289v-20,0,-50,3,-81,-42r0,38r-104,0r0,-719r104,0r0,203v18,-39,57,-48,81,-48v132,0,204,131,204,279xm335,-285v0,-137,-62,-181,-100,-181v-33,0,-81,28,-81,64r0,235v0,39,43,73,81,73v36,0,100,-52,100,-191"},"c":{"d":"396,-40v-175,89,-368,50,-366,-222v0,-153,64,-296,229,-296v36,0,74,7,132,28r-40,89v-44,-16,-69,-21,-92,-21v-69,0,-125,56,-125,200v0,155,64,169,104,169v34,0,66,-11,108,-31","w":426},"d":{"d":"419,0r-104,0r0,-38v-31,45,-61,42,-81,42v-133,0,-204,-144,-204,-289v0,-148,72,-279,204,-279v24,0,63,9,81,48r0,-203r104,0r0,719xm315,-402v0,-36,-48,-64,-81,-64v-38,0,-100,44,-100,181v0,139,64,191,100,191v38,0,81,-34,81,-73r0,-235"},"e":{"d":"430,-328v0,37,1,93,-35,93r-260,0v6,114,57,144,113,144v37,0,74,-8,126,-41r51,85v-69,42,-124,52,-177,52v-152,0,-218,-115,-218,-281v0,-134,60,-282,209,-282v147,0,191,130,191,230xm326,-331v0,-90,-37,-131,-87,-131v-59,0,-95,64,-102,131r189,0","w":460},"f":{"d":"394,-747r-30,94v-105,-34,-139,-26,-149,99r104,0r0,97r-104,0r0,457r-104,0r0,-457r-91,0r0,-97r91,0v0,-105,49,-214,168,-214v27,0,67,8,115,21","w":369},"g":{"d":"419,-53v0,73,-19,238,-204,238v-54,0,-101,-8,-159,-36r35,-90v68,25,91,28,124,28v60,0,96,-52,96,-129v-29,42,-69,46,-83,46v-137,0,-198,-124,-198,-272v0,-146,71,-290,204,-290v20,0,55,2,81,47r0,-43r104,0r0,501xm314,-173r0,-210v0,-40,-41,-77,-80,-77v-36,0,-100,53,-100,192v0,137,62,180,100,180v23,0,80,-38,80,-85"},"h":{"d":"408,0r-104,0r0,-363v0,-68,-32,-98,-75,-98v-33,0,-75,27,-75,74r0,387r-104,0r0,-719r104,0r0,203v16,-31,52,-43,75,-43v133,0,179,102,179,196r0,363","w":448},"i":{"d":"154,-590r-104,0r0,-129r104,0r0,129xm206,0r-59,0v-71,0,-97,-59,-97,-104r0,-450r104,0r0,438v0,3,4,17,29,17","w":216},"j":{"d":"182,-589r-104,0r0,-130r104,0r0,130xm182,-46v0,122,-27,232,-165,232v-21,0,-65,-5,-107,-34r42,-92v32,23,53,27,65,27v35,0,61,-9,61,-133r0,-508r104,0r0,508","w":232},"k":{"d":"447,0r-129,0r-164,-209r0,209r-104,0r0,-719r104,0r0,334r146,-169r131,0r-217,256","w":452},"l":{"d":"206,0r-59,0v-71,0,-97,-59,-97,-104r0,-615r104,0r0,603v0,3,4,17,29,17","w":216},"m":{"d":"622,0r-104,0r0,-365v0,-90,-34,-97,-55,-97v-47,0,-77,28,-77,71r0,391r-104,0r0,-404v0,-31,-14,-58,-49,-58v-39,0,-79,23,-79,71r0,391r-104,0r0,-554r104,0r0,34v21,-34,57,-37,79,-37v50,0,81,-1,114,51v27,-41,69,-51,116,-51v112,0,159,80,159,192r0,365","w":662},"n":{"d":"419,0r-104,0r0,-366v0,-72,-30,-96,-71,-96v-34,0,-90,23,-90,71r0,391r-104,0r0,-554r104,0r0,34v21,-34,68,-38,90,-38v138,0,175,107,175,192r0,366","w":459},"o":{"d":"463,-283v0,134,-69,287,-224,287v-142,0,-209,-116,-209,-279v0,-129,65,-282,222,-282v126,0,211,94,211,274xm359,-283v0,-153,-63,-178,-107,-178v-61,0,-118,65,-118,186v0,149,55,183,105,183v59,0,120,-65,120,-191","w":493},"p":{"d":"439,-268v0,147,-72,272,-204,272v-24,0,-63,-9,-81,-48r0,225r-104,0r0,-735r104,0r0,38v31,-44,61,-41,81,-41v133,0,204,143,204,289xm335,-268v0,-139,-64,-192,-100,-192v-38,0,-81,34,-81,74r0,228v0,36,48,64,81,64v38,0,100,-37,100,-174"},"q":{"d":"419,181r-104,0r0,-225v-18,39,-57,48,-81,48v-132,0,-204,-125,-204,-272v0,-146,71,-289,204,-289v20,0,50,-3,81,41r0,-38r104,0r0,735xm315,-158r0,-228v0,-40,-43,-74,-81,-74v-36,0,-100,53,-100,192v0,137,62,174,100,174v33,0,81,-28,81,-64"},"r":{"d":"305,-544r-18,98v-99,-35,-133,14,-133,66r0,380r-104,0r0,-554r104,0r0,47v43,-65,92,-59,151,-37","w":325},"s":{"d":"365,-176v0,90,-67,180,-189,180v-36,0,-81,-4,-146,-38r30,-93v57,32,98,35,116,35v57,0,85,-40,85,-84v0,-88,-224,-65,-224,-219v0,-98,66,-163,184,-163v29,0,59,5,126,27r-30,93v-50,-19,-80,-24,-96,-24v-62,0,-80,24,-80,66v0,21,38,36,55,43v85,36,169,69,169,177","w":395},"t":{"d":"319,-25v-50,21,-98,29,-126,29v-121,0,-143,-88,-143,-181r0,-542r104,0r0,165r131,0r0,98r-131,0r0,279v0,76,10,83,39,83v16,0,42,-4,99,-25","w":331},"u":{"d":"414,0r-103,0r0,-34v-22,34,-69,38,-90,38v-138,0,-176,-107,-176,-192r0,-366r104,0r0,366v0,72,30,96,72,96v33,0,90,-23,90,-71r0,-391r103,0r0,554","w":459},"v":{"d":"472,-554r-186,554r-91,0r-185,-554r110,0r121,368r121,-368r110,0","w":482},"w":{"d":"687,-554r-155,554r-111,0r-78,-314r-73,314r-113,0r-147,-554r107,0r95,362r82,-362r93,0r92,370r100,-370r108,0","w":697},"x":{"d":"460,0r-120,0r-103,-184r-103,184r-119,0r163,-286r-151,-268r117,0r92,165r91,-165r117,0r-149,268","w":475},"y":{"d":"445,-554r-155,544v-40,149,-120,231,-285,172r22,-97v44,17,64,18,72,18v30,0,53,-6,83,-97v-5,-5,-10,-12,-12,-21r-152,-519r107,0r108,368r103,-368r109,0","w":455},"z":{"d":"389,0r-349,0r0,-75r219,-383r-219,0r0,-96r349,0r0,75r-219,383r219,0r0,96","w":429},"{":{"d":"234,0r-49,0v-143,-8,-107,-146,-107,-271v0,-47,-1,-58,-48,-99v76,-48,48,-116,48,-212v0,-65,14,-138,107,-138r49,0r0,98r-41,0v-18,6,-10,23,-11,40v-5,83,15,156,-28,212v47,66,22,152,28,252v0,2,1,20,11,20r41,0r0,98","w":264},"|":{"d":"164,49r-104,0r0,-820r104,0r0,820","w":224},"}":{"d":"234,-370v-46,41,-48,52,-48,99v0,141,35,291,-156,271r0,-98r42,0v15,-7,9,-24,10,-40v4,-90,-16,-171,28,-232v-46,-61,-22,-139,-28,-232v0,-3,2,-20,-10,-20r-42,0r0,-98r49,0v137,7,107,132,107,251v0,47,3,62,48,99","w":264},"~":{"d":"190,-433v82,0,104,53,162,68v3,0,29,-23,59,-63r80,64v-33,51,-85,103,-139,103v-70,0,-98,-68,-162,-68v-15,0,-50,22,-81,71r-79,-69v37,-58,97,-106,160,-106","w":521},"\u00a0":{"w":220}}});

