/*
 * 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 1997,1998 Autodesk Inc. All rights reserved.
 */
Cufon.registerFont({"w":162,"face":{"font-family":"ISOCPEUR","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 4 2 2 2 2 2 4","ascent":"288","descent":"-72","bbox":"-35 -348 244 93","underline-thickness":"23.2031","underline-position":"-34.8047","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":139},"!":{"d":"23,-81r0,-139v0,-8,4,-12,12,-12v8,0,11,4,11,12r0,139v0,8,-3,11,-11,11v-8,0,-12,-3,-12,-11xm23,-12v-8,-22,22,-33,23,-11v8,22,-21,33,-23,11","w":69},"\"":{"d":"35,-223v2,-12,25,-13,23,2v-2,18,-8,33,-12,50v-2,13,-25,12,-23,-3v0,-1,5,-17,12,-49xm93,-223v2,-12,25,-13,23,2v-2,18,-8,33,-12,50v-2,13,-25,12,-23,-3v0,-1,5,-17,12,-49","w":139},"#":{"d":"151,-70r0,58v0,8,-4,12,-12,12v-8,0,-11,-4,-11,-12r0,-58r-47,0r0,58v0,8,-3,12,-11,12v-24,0,-7,-47,-12,-70v-14,-1,-35,5,-35,-11v0,-17,20,-11,35,-12r0,-46v-15,-1,-35,5,-35,-12v0,-16,21,-10,35,-11r0,-58v0,-8,4,-12,12,-12v8,0,11,4,11,12r0,58r47,0r0,-58v0,-8,3,-12,11,-12v24,0,7,47,12,70v14,1,35,-5,35,11v0,17,-20,11,-35,12r0,46v15,1,35,-5,35,12v0,16,-21,10,-35,11xm128,-93r0,-46r-47,0r0,46r47,0","w":208},"$":{"d":"115,-110v42,19,23,91,-22,87v8,22,-22,33,-23,11r0,-12v-17,-4,-42,-5,-47,-23v3,-26,35,1,47,0r0,-62v-20,-11,-47,-24,-47,-53v0,-25,22,-47,47,-47v-8,-22,21,-33,23,-11r0,12v17,4,42,5,46,23v-4,25,-31,-1,-46,0r0,62xm93,-46v21,1,33,-33,12,-43r-12,-7r0,50xm70,-186v-22,-2,-34,34,-12,44r12,6r0,-50"},"%":{"d":"209,-47v-1,-13,-10,-22,-23,-23v-12,-1,-24,11,-24,23v0,12,12,24,24,24v12,0,24,-12,23,-24xm139,-47v0,-25,22,-46,47,-46v24,0,46,22,46,46v0,25,-21,47,-46,47v-25,0,-47,-22,-47,-47xm93,-186v-1,-13,-10,-22,-23,-23v-12,-1,-24,11,-24,23v0,12,12,25,24,23v12,2,24,-12,23,-23xm23,-186v0,-25,21,-46,47,-46v25,0,46,21,46,46v0,25,-21,47,-46,47v-25,0,-47,-22,-47,-47xm44,-4v-6,9,-21,2,-21,-8v0,-3,1,-5,3,-7r186,-209v6,-9,22,-3,20,8v0,3,-1,5,-3,7","w":255},"&":{"d":"50,-59v-15,20,12,46,33,31r30,-22r-33,-52xm81,-232v35,-1,61,42,39,73r-26,36r37,59v15,-9,26,-22,43,-29v13,-2,15,15,7,21r-37,28v6,11,16,18,18,32v1,11,-15,17,-21,7r-16,-25v-17,10,-29,29,-55,30v-35,1,-61,-42,-39,-73r35,-50v-10,-20,-30,-35,-31,-63v-1,-25,21,-46,46,-46xm81,-209v-16,-2,-30,19,-20,35r20,30v14,-16,41,-61,0,-65","w":208},"'":{"d":"35,-223v2,-12,25,-13,23,2v-2,18,-8,33,-12,50v-2,13,-25,12,-23,-3v0,-1,5,-17,12,-49","w":81},"(":{"d":"70,-244v-31,79,-32,177,0,256v0,10,-17,16,-22,6v-31,-66,-32,-201,0,-268v4,-9,24,-6,22,6","w":92},")":{"d":"23,12v31,-79,31,-177,0,-256v0,-10,17,-16,22,-6v31,66,32,201,0,268v-5,10,-22,4,-22,-6","w":92},"*":{"d":"68,-51v-5,8,-23,5,-21,-6v3,-17,19,-27,27,-41v-16,-8,-44,-5,-48,-25v5,-25,38,2,55,3v3,-19,-9,-54,12,-54v20,0,8,36,11,54r43,-14v15,-1,18,18,4,23r-39,13v9,14,20,25,27,41v2,12,-15,14,-21,6r-25,-34","w":185},"+":{"d":"70,-70v-17,-3,-47,8,-47,-11v0,-20,30,-10,47,-12v3,-16,-8,-46,11,-46v20,0,9,29,12,46v17,2,46,-8,46,12v0,19,-30,8,-46,11v-2,17,8,47,-12,47v-19,0,-8,-30,-11,-47"},",":{"d":"35,-14v3,-12,24,-12,23,2v0,1,-4,18,-12,50v-2,11,-25,11,-23,-3v0,-5,5,-21,12,-49","w":81},"-":{"d":"128,-58r-93,0v-8,0,-12,-4,-12,-12v0,-8,4,-11,12,-11r93,0v8,0,11,3,11,11v0,8,-3,12,-11,12"},"\u2010":{"d":"128,-58r-93,0v-8,0,-12,-4,-12,-12v0,-8,4,-11,12,-11r93,0v8,0,11,3,11,11v0,8,-3,12,-11,12"},".":{"d":"23,-12v-8,-22,22,-33,23,-11v8,22,-21,33,-23,11","w":69},"\/":{"d":"45,-7v-4,12,-23,7,-22,-5r94,-213v3,-12,23,-8,22,4"},"0":{"d":"81,-23v26,0,35,-59,35,-93v0,-35,-9,-93,-35,-93v-25,0,-35,60,-35,93v0,34,10,93,35,93xm81,-232v43,-1,58,63,58,116v0,54,-15,117,-58,116v-43,0,-58,-62,-58,-116v0,-54,15,-116,58,-116"},"1":{"d":"70,-192v-12,10,-20,24,-35,30v-12,1,-15,-14,-8,-20v18,-16,32,-38,54,-50v8,0,12,4,12,12r0,208v0,8,-4,12,-12,12v-8,0,-11,-4,-11,-12r0,-180","w":116},"2":{"d":"23,-186v17,-68,115,-55,116,12v0,11,-3,22,-10,33r-73,118r72,0v8,0,11,3,11,11v0,8,-3,12,-11,12r-93,0v-10,1,-15,-10,-10,-18r85,-137v16,-23,-2,-56,-29,-54v-13,0,-26,10,-36,29v-5,10,-25,7,-22,-6"},"3":{"d":"116,-58v0,-43,-13,-58,-58,-58v-8,0,-12,-4,-12,-12v-1,-16,21,-11,35,-11v19,0,35,-16,35,-35v0,-37,-41,-37,-81,-35v-8,0,-12,-3,-12,-11v1,-22,38,-10,58,-12v53,-5,80,74,35,104v43,32,27,134,-35,128v-20,-2,-58,10,-58,-12v0,-21,39,-7,58,-11v19,1,35,-16,35,-35"},"4":{"d":"35,-46v-9,1,-14,-7,-11,-15r46,-163v3,-13,27,-9,23,4r-43,150r54,0v2,-17,-8,-46,12,-46v20,0,10,29,12,46v14,1,34,-5,34,12v0,17,-20,11,-34,12v-2,17,8,46,-12,46v-20,0,-10,-29,-12,-46r-69,0","w":185},"5":{"d":"116,-58v0,-33,-7,-58,-35,-58v-20,0,-58,10,-58,-12r0,-92v0,-8,4,-12,12,-12r81,0v8,0,12,4,12,12v0,8,-4,11,-12,11r-70,0r0,70v62,-6,97,17,93,81v-3,49,-47,64,-104,58v-8,0,-12,-4,-12,-12v2,-21,39,-7,58,-11v19,1,35,-16,35,-35"},"6":{"d":"116,-58v0,-49,-20,-64,-70,-58v0,42,-7,93,35,93v19,1,35,-16,35,-35xm23,-128v0,-50,39,-94,81,-104v13,-3,16,19,6,22v-29,6,-59,39,-63,71v62,-7,92,17,92,81v0,31,-27,58,-58,58v-31,0,-59,-27,-58,-58r0,-70"},"7":{"d":"90,-104v-21,7,-28,-23,-9,-24r14,0r18,-81r-78,0v-8,0,-12,-3,-12,-11v0,-8,4,-12,12,-12r93,0v9,0,13,5,11,14r-20,90v21,-7,28,23,9,24r-14,0r-22,95v-2,13,-25,12,-22,-3"},"8":{"d":"46,-81v-2,32,7,57,35,58v28,0,35,-25,35,-58v0,-19,-16,-35,-35,-35v-19,0,-34,17,-35,35xm116,-128v43,27,27,128,-35,128v-60,0,-80,-93,-35,-128v-44,-30,-19,-104,35,-104v53,0,80,74,35,104xm46,-174v0,18,16,35,35,35v19,0,35,-16,35,-35v0,-19,-16,-35,-35,-35v-19,0,-35,17,-35,35"},"9":{"d":"46,-174v-5,48,20,64,70,58v0,-43,7,-93,-35,-93v-19,0,-33,17,-35,35xm139,-104v4,46,-36,92,-81,104v-11,0,-17,-18,-6,-22v34,-10,60,-40,63,-71v-61,6,-92,-17,-92,-81v0,-31,27,-58,58,-58v31,0,59,27,58,58r0,70"},":":{"d":"23,-23v0,-12,-1,-24,12,-23v13,-1,11,11,11,23v0,8,-3,11,-11,11v-8,0,-12,-3,-12,-11xm23,-116v0,-12,-1,-24,12,-23v13,-1,11,11,11,23v0,8,-3,12,-11,12v-8,0,-12,-4,-12,-12","w":69},";":{"d":"35,-93v-8,-22,21,-33,23,-11v8,22,-22,33,-23,11xm35,-14v2,-12,25,-13,23,2v-2,18,-8,33,-12,50v-2,11,-25,11,-23,-3v0,-1,5,-17,12,-49","w":81},"<":{"d":"68,-81r64,24v10,3,10,24,-4,22r-97,-35v-10,-3,-11,-19,0,-22r97,-36v14,-1,15,20,4,23"},"=":{"d":"128,-104r-93,0v-8,0,-12,-4,-12,-12v0,-8,4,-12,12,-12r93,0v8,0,11,4,11,12v0,8,-3,12,-11,12xm128,-35r-93,0v-8,0,-12,-3,-12,-11v0,-8,4,-12,12,-12r93,0v8,0,11,4,11,12v0,8,-3,11,-11,11"},">":{"d":"39,-36v-8,3,-16,-3,-16,-10v0,-5,3,-9,8,-11r64,-24r-64,-24v-12,-3,-10,-24,4,-23r97,36v10,3,9,19,0,22"},"?":{"d":"70,-12v-8,-22,21,-33,23,-11v8,22,-22,33,-23,11xm35,-197v-11,0,-17,-16,-5,-22v40,-18,110,-21,109,33v-1,47,-46,43,-46,105v0,8,-4,11,-12,11v-19,0,-8,-30,-11,-46v1,-34,42,-37,46,-70v-6,-37,-52,-21,-81,-11"},"@":{"d":"139,58v0,6,-5,12,-11,12v-57,1,-106,-48,-105,-105r0,-93v-1,-56,49,-104,105,-104v57,0,106,47,104,104v-2,53,13,126,-40,128v-15,0,-25,-5,-30,-17v-21,35,-81,12,-81,-29r0,-70v1,-38,36,-46,81,-46v8,0,12,3,12,11r0,105v0,15,5,23,17,23v34,0,15,-70,18,-105v4,-42,-38,-81,-81,-81v-43,0,-82,38,-82,81r0,93v-1,43,39,82,82,81v8,0,11,4,11,12xm128,-23v40,0,17,-75,23,-116v-25,-3,-47,2,-47,23v0,37,-13,93,24,93","w":255},"A":{"d":"104,-184r-34,103r69,0xm185,-15v3,8,-2,16,-11,15v-6,0,-9,-3,-11,-8r-17,-50r-83,0r-17,50v-3,12,-28,10,-23,-4r70,-211v3,-12,20,-12,23,0","w":208},"B":{"d":"93,-232v52,-5,79,73,36,103v60,31,31,134,-36,129r-58,0v-8,0,-12,-4,-12,-12r0,-208v3,-24,47,-10,70,-12xm128,-174v0,-37,-42,-37,-82,-35r0,70v40,2,82,2,82,-35xm139,-70v0,-44,-44,-50,-93,-46r0,93v49,4,93,-2,93,-47","w":185},"C":{"d":"23,-174v1,-50,48,-64,105,-58v8,0,11,4,11,12v-2,21,-39,9,-58,11v-57,6,-35,96,-35,151v0,37,42,37,82,35v8,0,11,3,11,11v-1,23,-38,10,-58,12v-31,3,-59,-27,-58,-58r0,-116"},"D":{"d":"162,-58v1,31,-27,59,-58,58r-69,0v-8,0,-12,-4,-12,-12r0,-208v0,-8,4,-12,12,-12r69,0v32,-1,58,26,58,58r0,116xm139,-58v-4,-56,23,-151,-35,-151r-58,0r0,186v43,0,96,7,93,-35","w":185},"E":{"d":"23,-12r0,-208v0,-8,4,-12,12,-12r93,0v8,0,11,4,11,12v0,8,-3,11,-11,11r-82,0r0,70r58,0v8,0,12,3,12,11v0,24,-47,7,-70,12r0,93r82,0v8,0,11,3,11,11v0,8,-3,12,-11,12r-93,0v-8,0,-12,-4,-12,-12"},"F":{"d":"23,-12r0,-208v0,-8,4,-12,12,-12r93,0v8,0,11,4,11,12v0,8,-3,11,-11,11r-82,0r0,70r82,0v8,0,11,3,11,11v0,8,-3,12,-11,12r-82,0r0,104v0,8,-3,12,-11,12v-8,0,-12,-4,-12,-12"},"G":{"d":"46,-174v0,56,-22,151,35,151r58,0r0,-93v-15,-1,-36,5,-35,-12v0,-19,30,-11,47,-11v8,0,11,3,11,11r0,116v0,8,-3,12,-11,12r-70,0v-31,1,-59,-27,-58,-58r0,-116v-1,-31,27,-59,58,-58r70,0v8,0,11,4,11,12v0,8,-3,11,-11,11v-45,1,-105,-10,-105,35","w":185},"H":{"d":"23,-12r0,-208v0,-8,4,-12,12,-12v8,0,11,4,11,12r0,81r93,0r0,-81v0,-8,4,-12,12,-12v8,0,11,4,11,12r0,208v0,8,-3,12,-11,12v-8,0,-12,-4,-12,-12r0,-104r-93,0r0,104v0,8,-3,12,-11,12v-8,0,-12,-4,-12,-12","w":185},"I":{"d":"35,0v-8,0,-12,-4,-12,-12r0,-208v0,-8,4,-12,12,-12v8,0,11,4,11,12r0,208v0,8,-3,12,-11,12","w":69},"J":{"d":"35,-23v33,4,58,-7,58,-35r0,-162v0,-8,3,-12,11,-12v8,0,12,4,12,12r0,162v-1,39,-33,58,-81,58v-8,0,-12,-4,-12,-12v0,-8,4,-11,12,-11","w":139},"K":{"d":"161,-17v7,14,-14,24,-21,11r-64,-115r-30,33r0,76v0,8,-3,12,-11,12v-8,0,-12,-4,-12,-12r0,-208v0,-8,4,-12,12,-12v8,0,11,4,11,12r0,97r96,-105v6,-8,22,-4,20,8v-18,31,-47,52,-69,80","w":185},"L":{"d":"23,-220v0,-8,4,-12,12,-12v8,0,11,4,11,12r0,197r82,0v8,0,11,3,11,11v0,8,-3,12,-11,12r-93,0v-8,0,-12,-4,-12,-12r0,-208"},"M":{"d":"164,-227v5,-8,22,-6,22,7r0,208v0,8,-4,12,-12,12v-8,0,-12,-4,-12,-12r0,-170r-47,71v-6,9,-15,10,-21,0r-48,-71r0,170v0,8,-3,12,-11,12v-8,0,-12,-4,-12,-12r0,-208v-1,-13,16,-16,22,-6r59,89","w":208},"N":{"d":"139,-56r0,-164v0,-8,4,-12,12,-12v8,0,11,4,11,12r0,208v2,14,-16,15,-21,6r-95,-170r0,164v0,8,-3,12,-11,12v-8,0,-12,-4,-12,-12r0,-208v-1,-14,17,-16,23,-5","w":185},"O":{"d":"93,-23v25,0,47,-21,46,-47v-1,-60,14,-139,-46,-139v-25,0,-47,22,-47,47r0,92v0,25,22,47,47,47xm93,-232v37,0,69,33,69,70r0,92v2,37,-32,70,-69,70v-37,0,-70,-33,-70,-70r0,-92v-1,-37,33,-70,70,-70","w":185},"P":{"d":"162,-162v0,59,-50,76,-116,69r0,81v0,8,-3,12,-11,12v-8,0,-12,-4,-12,-12r0,-208v3,-24,47,-9,70,-12v37,-4,69,33,69,70xm139,-162v0,-44,-44,-51,-93,-47r0,93v49,4,93,-1,93,-46","w":185},"Q":{"d":"46,-70v-2,42,59,64,83,30v-9,-5,-22,-28,-1,-29v3,0,7,2,11,6v-2,-61,16,-146,-46,-146v-25,0,-47,22,-47,47r0,92xm93,-232v37,0,71,33,69,70v-2,40,4,84,-4,118v9,11,25,18,28,33v3,12,-15,14,-21,7r-20,-20v-39,50,-122,15,-122,-46r0,-92v-1,-37,33,-70,70,-70","w":185},"R":{"d":"93,-232v70,-8,98,112,28,134v13,29,30,55,41,86v1,13,-17,16,-22,5r-43,-86r-51,0r0,81v0,8,-3,12,-11,12v-8,0,-12,-4,-12,-12r0,-208v3,-24,47,-9,70,-12xm139,-162v0,-44,-44,-51,-93,-47r0,93v49,4,93,-1,93,-46","w":185},"S":{"d":"139,-197v-35,-14,-90,-23,-93,23v10,62,116,42,116,116v0,71,-110,74,-139,23v0,-6,6,-11,12,-11v23,16,104,45,104,-12v0,-62,-116,-44,-116,-116v0,-31,27,-59,58,-58v32,1,61,3,70,23v-1,6,-6,11,-12,12","w":185},"T":{"d":"23,-220v0,-8,4,-12,12,-12r116,0v8,0,11,4,11,12v-2,21,-39,7,-58,11r0,197v0,8,-3,12,-11,12v-8,0,-12,-4,-12,-12r0,-197v-20,-3,-56,10,-58,-11","w":185},"U":{"d":"93,-23v25,0,47,-21,46,-47r0,-150v0,-8,4,-12,12,-12v8,0,11,4,11,12r0,150v2,37,-32,70,-69,70v-37,0,-70,-33,-70,-70r0,-150v0,-8,4,-12,12,-12v8,0,11,4,11,12r0,150v0,25,22,47,47,47","w":185},"V":{"d":"116,-9v-3,12,-19,12,-23,0r-70,-211v-2,-14,19,-15,23,-4r58,175r59,-175v3,-12,28,-10,23,4","w":208},"W":{"d":"172,-55r37,-168v2,-13,26,-11,23,3r-47,210v-1,13,-19,13,-23,0r-34,-104r-35,104v-3,13,-21,14,-23,0r-47,-210v0,-8,4,-12,12,-12v6,0,10,3,11,9r37,168r33,-98v3,-12,19,-12,23,0","w":255},"X":{"d":"118,-116r68,104v2,13,-16,15,-22,7r-60,-90r-60,90v-5,9,-23,6,-21,-7v19,-38,46,-69,67,-104r-67,-104v-2,-13,16,-16,21,-7r60,90r60,-90v5,-8,24,-6,22,7v-19,38,-46,68,-68,104","w":208},"Y":{"d":"116,-116r0,104v0,8,-4,12,-12,12v-8,0,-11,-4,-11,-12r0,-104v-23,-35,-50,-66,-70,-104v-2,-13,16,-16,21,-7r60,87r60,-87v5,-8,24,-6,22,7v-20,38,-48,68,-70,104","w":208},"Z":{"d":"55,-23r96,0v8,0,11,3,11,11v0,8,-3,12,-11,12r-116,0v-11,1,-15,-10,-10,-19r106,-190r-96,0v-8,0,-12,-3,-12,-11v0,-8,4,-12,12,-12r116,0v11,-1,13,10,9,19","w":185},"[":{"d":"46,0v22,-8,35,23,12,23v-14,0,-36,5,-35,-11r0,-256v-1,-16,21,-10,35,-11v8,0,12,3,12,11v1,13,-12,12,-24,12r0,232","w":92},"\\":{"d":"138,-16v4,8,-2,16,-10,16v-5,0,-9,-2,-11,-7r-94,-214v-2,-13,17,-14,22,-4"},"]":{"d":"46,0r0,-232v-22,8,-33,-23,-11,-23v14,0,36,-5,35,11r0,256v1,16,-21,10,-35,11v-8,0,-12,-3,-12,-11v-1,-12,11,-13,23,-12","w":92},"^":{"d":"70,-285v-12,10,-20,24,-35,30v-12,1,-16,-14,-8,-20v16,-11,29,-48,53,-33v12,14,28,24,36,41v1,12,-14,15,-20,8","w":139},"_":{"d":"244,58v0,8,-4,12,-12,12r-255,0v-8,0,-12,-4,-12,-12v0,-8,4,-12,12,-12r255,0v8,0,12,4,12,12","w":208},"`":{"d":"28,-292v-8,-5,-6,-25,7,-21v22,6,35,26,53,37v9,5,6,23,-7,21v-20,-9,-35,-25,-53,-37","w":116},"a":{"d":"46,-162v49,-4,93,1,93,46r0,104v0,8,-3,12,-11,12v-52,3,-105,3,-105,-46v1,-46,44,-51,93,-47v1,-24,0,-47,-23,-46v-20,-4,-57,10,-58,-12v0,-8,3,-11,11,-11xm46,-46v0,29,39,23,70,23r0,-47v-31,0,-70,-6,-70,24"},"b":{"d":"46,-162v49,-3,93,0,93,46r0,70v1,49,-52,49,-104,46v-8,0,-12,-4,-12,-12r0,-208v0,-8,4,-12,12,-12v8,0,11,4,11,12r0,58xm116,-46v0,-35,14,-93,-23,-93r-47,0r0,116v31,0,70,6,70,-23"},"c":{"d":"104,-139v-28,-1,-58,-2,-58,23v0,37,-12,91,24,93v17,1,46,-8,46,11v0,20,-29,11,-46,12v-26,2,-47,-21,-47,-46r0,-70v1,-38,36,-46,81,-46v8,0,12,3,12,11v0,8,-4,12,-12,12","w":139},"d":{"d":"128,0v-52,3,-105,3,-105,-46r0,-70v1,-46,44,-49,93,-46r0,-58v0,-8,4,-12,12,-12v8,0,11,4,11,12r0,208v0,8,-3,12,-11,12xm46,-116v0,37,-13,92,24,93r46,0r0,-116v-31,0,-70,-6,-70,23"},"e":{"d":"116,-93v3,-27,-12,-46,-35,-46v-23,1,-38,19,-35,46r70,0xm81,-162v45,0,65,39,58,92r-93,0v-3,25,2,47,24,47r58,0v8,0,11,3,11,11v0,8,-3,12,-11,12v-52,3,-105,3,-105,-46r0,-58v-1,-31,27,-59,58,-58"},"f":{"d":"104,-209v-31,0,-37,16,-34,47v17,2,46,-8,46,11v0,20,-29,10,-46,12r0,127v0,8,-4,12,-12,12v-8,0,-12,-4,-12,-12r0,-127v-22,8,-33,-22,-11,-23r11,0v-5,-45,14,-74,58,-70v8,0,12,4,12,12v0,8,-4,11,-12,11","w":139},"g":{"d":"23,-116v0,-25,21,-47,47,-46r58,0v8,0,11,3,11,11r0,174v1,44,-44,51,-93,47v-8,0,-11,-4,-11,-12v0,-32,82,11,81,-35r0,-23v-49,3,-93,0,-93,-46r0,-70xm46,-116v0,37,-13,92,24,93r46,0r0,-116v-31,0,-70,-6,-70,23"},"h":{"d":"116,-116v0,-31,-40,-22,-70,-23r0,127v0,8,-3,12,-11,12v-8,0,-12,-4,-12,-12r0,-208v0,-8,4,-12,12,-12v8,0,11,4,11,12r0,58v48,-3,94,1,93,45r0,105v0,8,-3,12,-11,12v-8,0,-12,-4,-12,-12r0,-104"},"i":{"d":"23,-151v0,-8,4,-11,12,-11v8,0,11,3,11,11r0,139v0,8,-3,12,-11,12v-8,0,-12,-4,-12,-12r0,-139xm35,-197v-12,1,-13,-11,-12,-23v0,-8,4,-12,12,-12v12,-1,11,11,11,23v0,8,-3,12,-11,12","w":69},"j":{"d":"35,-232v12,-1,11,11,11,23v0,8,-3,12,-11,12v-12,1,-13,-11,-12,-23v0,-8,4,-12,12,-12xm-12,46v21,0,35,-6,35,-23r0,-174v0,-8,4,-11,12,-11v8,0,11,3,11,11r0,174v0,30,-24,51,-58,47v-8,0,-11,-4,-11,-12v0,-8,3,-12,11,-12","w":69},"k":{"d":"138,-17v7,14,-14,24,-21,11r-46,-88r-25,19r0,63v0,8,-3,12,-11,12v-8,0,-12,-4,-12,-12r0,-208v0,-8,4,-12,12,-12v8,0,11,4,11,12r0,115v28,-18,51,-42,82,-57v12,-2,14,15,7,20r-45,34"},"l":{"d":"58,0v-21,0,-35,-14,-35,-35r0,-185v0,-8,4,-12,12,-12v8,0,11,4,11,12r0,185v-2,13,24,10,24,23v0,8,-4,12,-12,12","w":92},"m":{"d":"162,-116v1,-24,-22,-24,-46,-23r0,127v0,8,-4,12,-12,12v-8,0,-11,-4,-11,-12r0,-127r-47,0r0,127v0,8,-3,12,-11,12v-8,0,-12,-4,-12,-12r0,-139v0,-8,4,-11,12,-11v62,3,151,-18,151,46r0,104v0,8,-4,12,-12,12v-8,0,-12,-4,-12,-12r0,-104","w":208},"n":{"d":"116,-116v0,-31,-40,-22,-70,-23r0,127v0,8,-3,12,-11,12v-8,0,-12,-4,-12,-12r0,-139v0,-8,4,-11,12,-11v52,-2,104,-3,104,46r0,104v0,8,-3,12,-11,12v-8,0,-12,-4,-12,-12r0,-104"},"o":{"d":"81,0v-49,-1,-58,-47,-58,-104v0,-31,27,-59,58,-58v50,0,58,47,58,104v0,31,-27,59,-58,58xm81,-23v37,0,35,-41,35,-81v0,-19,-16,-36,-35,-35v-37,0,-35,41,-35,81v0,18,16,35,35,35"},"p":{"d":"139,-46v0,44,-45,50,-93,46r0,58v0,8,-3,12,-11,12v-8,0,-12,-4,-12,-12r0,-209v0,-8,4,-11,12,-11v52,-2,104,-3,104,46r0,70xm116,-46v0,-35,14,-93,-23,-93r-47,0r0,116v31,0,70,6,70,-23"},"q":{"d":"23,-116v0,-25,21,-47,47,-46r58,0v8,0,11,3,11,11r0,209v0,8,-3,12,-11,12v-24,0,-7,-47,-12,-70v-48,4,-92,-3,-93,-46r0,-70xm46,-116v0,37,-13,92,24,93r46,0r0,-116v-31,0,-70,-6,-70,23"},"r":{"d":"23,-151v0,-8,4,-11,12,-11r69,0v17,-2,11,20,12,34v0,8,-4,12,-12,12v-12,1,-11,-11,-11,-23r-47,0r0,127v0,8,-3,12,-11,12v-8,0,-12,-4,-12,-12r0,-139","w":139},"s":{"d":"23,-23v9,-27,39,6,63,0v30,3,39,-21,20,-33v-29,-18,-81,-24,-83,-66v-2,-48,85,-53,105,-17v-7,24,-36,-5,-53,0v-30,-3,-37,22,-19,33v28,19,81,23,83,65v4,53,-96,52,-116,18"},"t":{"d":"46,-139v-22,8,-33,-22,-11,-23r11,0r0,-58v0,-8,4,-12,12,-12v24,0,7,47,12,70v17,2,46,-8,46,11v0,20,-29,10,-46,12r0,127v0,8,-4,12,-12,12v-8,0,-12,-4,-12,-12r0,-127","w":139},"u":{"d":"46,-46v0,29,39,23,70,23r0,-128v0,-8,4,-11,12,-11v8,0,11,3,11,11r0,139v0,8,-3,12,-11,12v-52,3,-105,3,-105,-46r0,-105v0,-8,4,-11,12,-11v8,0,11,3,11,11r0,105"},"v":{"d":"24,-147v-3,-7,3,-15,11,-15v6,0,9,2,11,7r35,106r35,-106v4,-12,28,-8,23,8r-46,137v-3,12,-19,14,-23,1"},"w":{"d":"163,-154v3,-13,23,-9,23,3r-35,141v-3,12,-19,14,-23,2r-24,-64r-23,63v-4,13,-20,11,-23,-2r-35,-140v0,-7,4,-11,12,-11v6,0,10,2,11,8r26,103r21,-57v3,-10,19,-11,22,0r22,57","w":208},"x":{"d":"44,-5v-5,10,-22,4,-21,-7v12,-26,30,-45,44,-69v-14,-24,-33,-43,-44,-70v-2,-12,16,-14,21,-6r37,55r37,-55v9,-13,28,0,19,13r-42,63v14,23,32,43,44,69v2,13,-16,15,-21,7r-37,-55"},"y":{"d":"50,46r19,-58r-46,-139v-2,-14,20,-15,23,-4r35,106r36,-106v4,-12,27,-8,22,8r-70,209v-3,12,-46,15,-46,-4v3,-12,8,-11,27,-12"},"z":{"d":"106,-139r-71,0v-8,0,-12,-4,-12,-12v0,-8,4,-11,12,-11r93,0v11,-1,14,10,9,18r-80,121r71,0v8,0,11,3,11,11v0,8,-3,12,-11,12r-93,0v-11,1,-15,-10,-10,-19"},"{":{"d":"58,-116v23,15,8,70,12,104v-3,13,23,11,23,24v0,8,-4,11,-12,11v-48,-1,-33,-69,-35,-116v2,-13,-26,-10,-23,-23v-3,-13,25,-10,23,-23v2,-48,-14,-115,35,-116v8,0,12,3,12,11v0,13,-26,11,-23,24v-4,34,11,90,-12,104","w":116},"|":{"d":"35,93v-8,0,-12,-4,-12,-12r0,-417v0,-8,4,-12,12,-12v8,0,11,4,11,12r0,417v0,8,-3,12,-11,12","w":69},"}":{"d":"58,-116v-23,-15,-8,-70,-12,-104v3,-13,-23,-11,-23,-24v0,-8,4,-11,12,-11v49,-1,33,68,35,116v-2,13,26,10,23,23v3,13,-25,10,-23,23v-2,48,14,115,-35,116v-8,0,-12,-3,-12,-11v0,-13,26,-11,23,-24v4,-34,-11,-90,12,-104","w":116},"~":{"d":"139,-70v-4,14,-19,23,-35,24v-12,3,-39,-24,-46,-24v-10,3,-31,23,-35,0v6,-15,20,-22,35,-23v12,-3,38,23,46,23v9,0,33,-24,35,0"},"\u2013":{"d":"151,-93r-116,0v-8,0,-12,-3,-12,-11v0,-8,4,-12,12,-12r116,0v8,0,11,4,11,12v0,8,-3,11,-11,11","w":185},"\u2014":{"d":"197,-93r-162,0v-8,0,-12,-3,-12,-11v0,-8,4,-12,12,-12r162,0v8,0,12,4,12,12v0,8,-4,11,-12,11","w":232},"\u2018":{"d":"35,-223v2,-12,25,-13,23,2v-2,18,-8,33,-12,50v-2,13,-25,12,-23,-3v0,-1,5,-17,12,-49","w":81},"\u2019":{"d":"35,-223v2,-12,25,-13,23,2v-2,18,-8,33,-12,50v-2,13,-25,12,-23,-3v0,-1,5,-17,12,-49","w":81},"\u201c":{"d":"35,-223v2,-12,25,-13,23,2v-2,18,-8,33,-12,50v-2,13,-25,12,-23,-3v0,-1,5,-17,12,-49xm93,-223v2,-12,25,-13,23,2v-2,18,-8,33,-12,50v-2,13,-25,12,-23,-3v0,-1,5,-17,12,-49","w":139},"\u201d":{"d":"35,-223v2,-12,25,-13,23,2v-2,18,-8,33,-12,50v-2,13,-25,12,-23,-3v0,-1,5,-17,12,-49xm93,-223v2,-12,25,-13,23,2v-2,18,-8,33,-12,50v-2,13,-25,12,-23,-3v0,-1,5,-17,12,-49","w":139},"\u2026":{"d":"23,-12v-8,-22,22,-33,23,-11v8,22,-21,33,-23,11xm81,-12v-8,-22,22,-33,23,-11v8,22,-21,33,-23,11xm139,-12v-8,-22,22,-33,23,-11v8,22,-21,33,-23,11","w":185},"\u2122":{"d":"58,-209v-14,-1,-36,5,-35,-11v0,-8,4,-12,12,-12r69,0v8,0,12,4,12,12v1,16,-21,10,-35,11r0,105v0,8,-3,11,-11,11v-8,0,-12,-3,-12,-11r0,-105xm186,-162r-24,-30r0,88v0,8,-3,11,-11,11v-8,0,-12,-3,-12,-11r0,-116v0,-14,15,-15,23,-5r24,28v11,-11,19,-30,34,-35v8,0,12,4,12,12r0,116v0,8,-4,11,-12,11v-8,0,-11,-3,-11,-11r0,-88","w":255},"\u00d7":{"d":"136,-43v10,10,-5,27,-16,16r-39,-38v-16,13,-27,32,-46,42v-9,0,-15,-13,-8,-20r38,-38v-13,-16,-33,-26,-42,-47v0,-9,13,-15,20,-8r38,38v16,-13,27,-32,47,-41v10,-1,15,12,8,19r-38,39"},"\u2032":{"d":"35,-186v-23,-1,-8,-39,-12,-58v0,-8,4,-11,12,-11v21,2,7,39,11,58v0,8,-3,11,-11,11","w":69},"\u2033":{"d":"35,-186v-23,-1,-8,-39,-12,-58v0,-8,4,-11,12,-11v21,2,7,39,11,58v0,8,-3,11,-11,11xm93,-186v-23,-1,-8,-39,-12,-58v0,-8,4,-11,12,-11v21,2,7,39,11,58v0,8,-3,11,-11,11","w":127},"\u00a0":{"w":139}}});

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 2008 The Monotype Corporation. All Rights Reserved.
 * 
 * Trademark:
 * Arial is a trademark of The Monotype Corporation in the United States and/or
 * other countries.
 * 
 * Manufacturer:
 * The Monotype Corporation
 * 
 * Designer:
 * Monotype Type Drawing Office - Robin Nicholas, Patricia Saunders 1982
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Arial","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 4 2 2 2 2 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-17 -278 350 76.147","underline-thickness":"37.793","underline-position":"-19.3359","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100,"k":{"Y":7,"A":13}},"\u00a0":{"w":100},"!":{"d":"45,-66v-5,-63,-15,-121,-13,-192r54,0v2,71,-7,129,-13,192r-28,0xm34,0r0,-49r50,0r0,49r-50,0","w":119},"\"":{"d":"29,-166v-6,-28,-11,-56,-9,-92r53,0v2,35,-2,64,-8,92r-36,0xm108,-166v-6,-28,-11,-56,-9,-92r54,0v2,35,-2,64,-8,92r-37,0","w":170},"#":{"d":"27,-64r-24,0r0,-39r32,0r10,-52r-42,0r0,-39r50,0r14,-68r40,0r-14,68r38,0r14,-68r41,0r-14,68r24,0r0,39r-32,0r-11,52r43,0r0,39r-51,0r-14,68r-39,0r14,-68r-39,0r-14,68r-40,0xm85,-155r-10,52r39,0r10,-52r-39,0"},"$":{"d":"184,-77v1,44,-31,76,-73,80r0,33r-25,0r0,-32v-42,-5,-67,-34,-74,-76r46,-5v4,17,15,33,28,39r0,-74v-40,-12,-67,-33,-67,-78v0,-39,30,-68,67,-71r0,-17r25,0r0,17v38,5,60,25,66,61r-44,6v-3,-14,-11,-23,-22,-28r0,69v48,14,72,26,73,76xm86,-223v-29,6,-30,54,0,61r0,-61xm111,-36v24,-2,40,-34,23,-55v-5,-6,-12,-10,-23,-13r0,68"},"%":{"d":"73,-126v-39,0,-57,-25,-57,-68v0,-42,18,-68,56,-68v39,0,57,25,57,68v0,42,-18,68,-56,68xm72,-234v-17,1,-18,16,-18,40v0,24,2,36,18,40v26,0,26,-82,0,-80xm110,10r-37,0r137,-272r36,0xm247,10v-40,0,-58,-26,-58,-68v0,-42,18,-68,57,-68v39,0,57,25,57,68v0,42,-17,68,-56,68xm246,-98v-17,2,-18,16,-18,40v0,24,1,37,18,40v17,-2,18,-16,18,-40v0,-24,-1,-37,-18,-40","w":320},"&":{"d":"214,-61v8,8,31,25,40,30r-30,38v-15,-7,-29,-17,-42,-30v-44,49,-172,32,-166,-48v2,-41,27,-62,59,-79v-15,-16,-27,-32,-27,-56v0,-35,31,-56,72,-56v40,0,71,23,71,59v0,33,-18,41,-47,61r36,47v4,-8,8,-17,11,-29r45,10v-7,26,-11,37,-22,53xm121,-227v-41,2,-19,42,-1,55v10,-8,28,-20,28,-32v0,-14,-12,-24,-27,-23xm100,-118v-39,12,-49,83,5,82v21,-1,32,-9,46,-20","w":259},"'":{"d":"25,-166v-6,-28,-11,-56,-9,-92r54,0v2,35,-2,64,-8,92r-37,0","w":85},"(":{"d":"108,-262v-55,100,-54,241,0,338r-34,0v-31,-46,-53,-103,-55,-169v-1,-69,26,-126,56,-169r33,0","w":119},")":{"d":"101,-96v-1,69,-23,124,-55,172r-34,0v54,-95,55,-240,0,-338r33,0v31,44,56,98,56,166","w":119},"*":{"d":"43,-139r-26,-21r33,-34r-45,-11r10,-31v15,6,29,13,41,21v-3,-19,-4,-35,-4,-47r31,0v0,9,-1,24,-4,47r44,-19r9,32v-13,3,-28,5,-45,8r31,36r-27,18r-23,-40v-7,13,-16,27,-25,41","w":140},"+":{"d":"82,-37r0,-67r-67,0r0,-46r67,0r0,-67r45,0r0,67r68,0r0,46r-68,0r0,67r-45,0","w":210},",":{"d":"25,-49r49,0v2,53,-1,95,-44,106r-9,-20v19,-5,27,-15,28,-37r-24,0r0,-49","w":100},"-":{"d":"20,-69r0,-49r97,0r0,49r-97,0","w":119},"\u00ad":{"d":"20,-69r0,-49r97,0r0,49r-97,0","w":119},".":{"d":"26,0r0,-49r49,0r0,49r-49,0","w":100},"\/":{"d":"-1,4r64,-266r37,0r-64,266r-37,0","w":100},"0":{"d":"15,-128v0,-79,18,-131,84,-131v66,0,83,54,83,132v0,78,-17,131,-83,131v-65,0,-84,-50,-84,-132xm99,-37v48,0,32,-111,27,-152v-2,-18,-10,-28,-27,-29v-35,7,-32,41,-32,91v0,52,-4,83,32,90"},"1":{"d":"28,-194v27,-9,65,-37,74,-65r40,0r0,259r-50,0r0,-186v-18,17,-40,29,-64,37r0,-45","k":{"1":20}},"2":{"d":"182,-187v1,71,-71,97,-98,141r98,0r0,46r-173,0v3,-65,81,-112,113,-153v20,-24,12,-67,-23,-65v-23,2,-33,15,-35,40r-49,-4v5,-51,34,-76,85,-77v46,-1,82,29,82,72"},"3":{"d":"136,-139v91,25,42,143,-38,143v-46,0,-81,-29,-84,-72r47,-6v3,21,16,37,37,37v22,1,36,-18,36,-42v0,-32,-25,-50,-57,-37r5,-40v45,8,58,-61,13,-62v-18,1,-31,15,-32,34r-46,-7v8,-43,32,-65,80,-68v69,-4,108,91,39,120"},"4":{"d":"112,0r0,-52r-105,0r0,-43r111,-164r42,0r0,164r32,0r0,43r-32,0r0,52r-48,0xm112,-95r0,-88r-59,88r59,0"},"5":{"d":"189,-86v0,103,-162,125,-173,20r49,-5v2,19,18,36,37,36v24,0,37,-22,37,-51v0,-49,-52,-62,-77,-28r-40,-6r25,-134r131,0r0,46r-93,0r-8,44v58,-28,112,19,112,78"},"6":{"d":"15,-125v0,-82,27,-134,95,-134v42,0,66,26,73,64r-48,6v0,-32,-39,-38,-55,-15v-7,9,-12,28,-14,58v44,-51,121,-3,121,63v0,50,-33,89,-82,87v-63,-2,-90,-51,-90,-129xm105,-131v-21,0,-34,18,-34,44v0,27,14,50,36,50v23,0,32,-18,32,-45v0,-29,-11,-49,-34,-49"},"7":{"d":"50,0v2,-81,37,-158,78,-208r-113,0r0,-46r169,0r0,36v-43,45,-85,132,-86,218r-48,0"},"8":{"d":"15,-74v0,-32,17,-55,43,-65v-22,-9,-37,-26,-37,-53v0,-41,31,-67,77,-67v76,0,106,96,42,120v26,10,43,31,44,63v0,48,-35,81,-83,81v-48,0,-87,-32,-86,-79xm99,-220v-17,0,-31,13,-31,31v0,19,12,31,30,31v18,0,31,-12,31,-31v0,-18,-13,-31,-30,-31xm99,-118v-22,0,-36,19,-36,40v-1,24,16,43,37,43v22,0,35,-18,35,-43v0,-23,-15,-40,-36,-40"},"9":{"d":"184,-129v0,81,-28,134,-95,134v-43,0,-66,-26,-73,-65r48,-5v0,31,40,38,55,15v7,-9,12,-29,14,-59v-44,51,-122,5,-122,-63v0,-49,35,-89,83,-87v63,3,90,52,90,130xm94,-123v21,0,34,-20,34,-45v0,-27,-13,-50,-36,-50v-22,0,-32,18,-32,46v0,29,11,49,34,49"},":":{"d":"35,-137r0,-50r50,0r0,50r-50,0xm35,0r0,-49r50,0r0,49r-50,0","w":119},";":{"d":"34,-137r0,-50r49,0r0,50r-49,0xm34,-49r49,0v2,52,1,96,-43,106r-10,-20v18,-6,27,-16,28,-37r-24,0r0,-49","w":119},"\u037e":{"d":"34,-137r0,-50r49,0r0,50r-49,0xm34,-49r49,0v2,52,1,96,-43,106r-10,-20v18,-6,27,-16,28,-37r-24,0r0,-49","w":119},"<":{"d":"193,-29r-176,-77r0,-43r176,-76r0,50r-123,47r123,49r0,50","w":210},"=":{"d":"15,-143r0,-46r180,0r0,46r-180,0xm15,-65r0,-46r180,0r0,46r-180,0","w":210},">":{"d":"17,-29r0,-50r123,-48r-123,-48r0,-50r177,77r0,42","w":210},"?":{"d":"111,-260v61,0,113,51,83,105v-6,11,-48,44,-59,60v-3,5,-3,15,-3,29r-45,0v-12,-71,62,-74,68,-122v3,-21,-20,-35,-42,-35v-29,1,-43,17,-49,44r-45,-6v1,-44,43,-75,92,-75xm87,0r0,-49r50,0r0,49r-50,0","w":219},"@":{"d":"191,43v56,1,97,-14,121,-46r38,0v-25,51,-81,79,-156,79v-110,0,-183,-55,-183,-161v0,-107,70,-177,180,-177v89,0,146,50,149,135v1,66,-53,129,-116,127v-19,0,-28,-5,-32,-20v-43,44,-115,10,-115,-54v0,-76,86,-160,141,-93r5,-19r46,0r-29,141v0,6,2,9,7,9v36,-8,61,-49,62,-92v0,-63,-51,-102,-119,-102v-93,0,-147,60,-147,148v0,84,62,125,148,125xm176,-159v-37,0,-52,47,-54,83v-1,26,11,44,32,44v40,0,53,-47,55,-86v1,-23,-13,-41,-33,-41","w":351},"A":{"d":"259,0r-57,0r-23,-59r-103,0r-21,59r-55,0r100,-258r55,0xm163,-102r-36,-96r-35,96r71,0","w":259,"k":{"y":13,"w":7,"v":13,"Y":33,"W":20,"V":27,"T":27," ":13}},"B":{"d":"242,-75v0,66,-41,75,-128,75r-88,0r0,-258v88,3,202,-21,204,65v0,27,-18,47,-37,56v29,8,49,28,49,62xm179,-185v0,-43,-52,-27,-101,-30r0,60v45,-2,101,11,101,-30xm188,-77v0,-49,-61,-32,-110,-35r0,69v47,-3,110,14,110,-34","w":259},"C":{"d":"134,-40v34,0,51,-23,57,-55r51,16v-15,51,-46,83,-108,83v-71,0,-117,-54,-117,-131v0,-139,187,-188,224,-60r-52,13v-5,-24,-25,-45,-54,-44v-44,1,-64,35,-64,88v0,56,18,90,63,90","w":259},"D":{"d":"242,-126v0,80,-32,126,-118,126r-98,0r0,-258r95,0v89,-2,121,47,121,132xm188,-129v2,-75,-30,-91,-110,-85r0,171r39,0v59,2,70,-28,71,-86","w":259},"E":{"d":"26,0r0,-258r191,0r0,44r-139,0r0,57r130,0r0,43r-130,0r0,71r144,0r0,43r-196,0","w":240},"F":{"d":"27,0r0,-258r176,0r0,44r-124,0r0,61r107,0r0,43r-107,0r0,110r-52,0","w":219,"k":{"A":20,".":40,",":40}},"G":{"d":"71,-132v0,87,83,114,135,70r0,-33r-60,0r0,-43r112,0r0,102v-20,21,-69,41,-110,40v-82,-1,-131,-52,-131,-134v0,-80,44,-131,128,-132v62,0,99,26,110,76r-52,9v-7,-25,-27,-41,-58,-41v-49,1,-74,33,-74,86","w":280},"H":{"d":"26,0r0,-258r52,0r0,102r102,0r0,-102r52,0r0,258r-52,0r0,-113r-102,0r0,113r-52,0","w":259},"I":{"d":"25,0r0,-258r52,0r0,258r-52,0","w":100},"J":{"d":"87,-40v29,0,31,-16,32,-51r0,-167r52,0v-8,109,36,267,-85,262v-52,-2,-81,-30,-80,-84r49,-5v1,29,9,45,32,45"},"K":{"d":"27,0r0,-258r52,0r0,115r105,-115r70,0r-97,101r102,157r-67,0r-71,-121r-42,43r0,78r-52,0","w":259},"L":{"d":"28,0r0,-256r52,0r0,213r129,0r0,43r-181,0","w":219,"k":{"y":13,"Y":33,"W":20,"V":27,"T":27," ":7}},"M":{"d":"25,0r0,-258r78,0r47,176r46,-176r78,0r0,258r-48,0r0,-203r-51,203r-50,0r-51,-203r0,203r-49,0","w":299},"N":{"d":"27,0r0,-258r50,0r106,172r0,-172r48,0r0,258r-52,0r-104,-168r0,168r-48,0","w":259},"O":{"d":"141,4v-76,0,-126,-52,-125,-131v1,-85,41,-133,124,-135v78,-1,126,54,126,134v0,81,-48,132,-125,132xm141,-218v-48,0,-72,36,-72,89v0,53,25,89,72,89v48,0,71,-37,71,-90v0,-53,-24,-88,-71,-88","w":280},"P":{"d":"224,-178v0,76,-62,85,-146,81r0,97r-52,0r0,-258r84,0v81,-4,114,15,114,80xm170,-178v-1,-42,-45,-36,-92,-36r0,73v47,0,92,5,92,-37","w":240,"k":{"A":27,".":46,",":46," ":7}},"Q":{"d":"265,-129v0,43,-10,72,-31,96v13,9,26,17,41,22r-19,37v-27,-10,-23,-10,-58,-33v-94,36,-182,-18,-182,-122v0,-82,45,-133,125,-133v78,0,125,52,124,133xm69,-129v0,60,35,102,91,86v-11,-7,-21,-12,-32,-16r15,-29v17,6,33,14,49,26v38,-46,23,-162,-51,-156v-47,4,-72,36,-72,89","w":280},"R":{"d":"237,-185v0,42,-27,66,-68,71v42,23,61,73,89,114r-62,0r-65,-94v-11,-13,-27,-14,-53,-14r0,108r-52,0r0,-258r110,0v68,-3,101,17,101,73xm184,-182v0,-46,-59,-29,-106,-32r0,65v47,-3,106,12,106,-33","w":259,"k":{"Y":13,"W":7,"V":7}},"S":{"d":"184,-142v73,44,30,156,-65,147v-65,-6,-99,-31,-106,-89r51,-5v6,32,21,47,56,50v46,4,72,-50,26,-63v-47,-14,-124,-26,-124,-88v0,-77,119,-89,167,-51v16,14,25,33,26,57r-52,2v-5,-26,-17,-35,-47,-37v-29,-2,-59,20,-36,41v14,13,87,26,104,36","w":240},"T":{"d":"84,0r0,-214r-76,0r0,-44r205,0r0,44r-77,0r0,214r-52,0","w":219,"k":{"y":27,"w":27,"u":27,"s":27,"r":20,"o":27,"i":7,"e":27,"c":27,"a":27,"O":7,"A":27,";":40,":":40,".":40,"-":20,",":40}},"U":{"d":"132,4v-85,0,-106,-36,-106,-124r0,-138r52,0r0,140v-2,56,7,78,52,78v44,0,49,-24,49,-75r0,-143r52,0r0,136v4,90,-19,126,-99,126","w":259},"V":{"d":"92,0r-92,-258r56,0r65,191r64,-191r55,0r-93,258r-55,0","w":240,"k":{"y":13,"u":13,"r":20,"o":27,"i":7,"e":20,"a":20,"A":27,";":20,":":20,".":33,"-":20,",":33}},"W":{"d":"63,0r-62,-258r53,0r39,177r47,-177r62,0r46,180r39,-180r52,0r-62,258r-55,0r-52,-193r-51,193r-56,0","w":339,"k":{"y":7,"u":7,"r":7,"o":7,"i":3,"e":7,"a":13,"A":20,";":7,":":7,".":20,"-":7,",":20}},"X":{"d":"0,0r88,-134r-80,-124r61,0r52,83r50,-83r61,0r-80,125r88,133r-63,0r-57,-89r-58,89r-62,0","w":240},"Y":{"d":"94,0r0,-108r-95,-150r61,0r61,102r60,-102r59,0r-94,150r0,108r-52,0","w":240,"k":{"v":20,"u":20,"q":27,"p":20,"o":27,"i":13,"e":20,"a":20,"A":33,";":27,":":27,".":40,"-":20,",":40," ":7}},"Z":{"d":"4,0r0,-47r135,-167r-120,0r0,-44r189,0r0,41r-141,174r146,0r0,43r-209,0","w":219},"[":{"d":"26,73r0,-331r87,0r0,39r-40,0r0,253r40,0r0,39r-87,0","w":119},"\\":{"d":"-1,-262r37,0r64,266r-37,0","w":100},"]":{"d":"94,-258r0,331r-87,0r0,-39r40,0r0,-253r-40,0r0,-39r87,0","w":119},"^":{"d":"20,-122r66,-140r40,0r64,140r-50,0r-35,-86r-35,86r-50,0","w":210},"_":{"d":"-3,71r0,-32r205,0r0,32r-205,0"},"`":{"d":"87,-210r-31,0r-49,-52r56,0","w":119},"a":{"d":"95,-153v-20,1,-26,7,-32,23r-45,-8v11,-36,33,-54,81,-53v56,2,78,12,78,72v0,43,-5,93,11,119r-49,0r-6,-20v-30,38,-120,31,-120,-31v0,-60,78,-55,116,-71v1,-24,-8,-31,-34,-31xm90,-31v30,-1,43,-21,39,-59v-18,8,-68,8,-67,34v0,14,12,26,28,25"},"b":{"d":"206,-95v11,86,-93,131,-136,68r0,27r-46,0r0,-258r49,0r0,93v49,-57,143,-12,133,70xm114,-153v-27,0,-41,23,-41,56v0,37,14,62,43,62v27,0,39,-24,39,-58v0,-37,-12,-60,-41,-60","w":219},"c":{"d":"15,-93v0,-107,150,-136,174,-38r-49,8v-3,-19,-14,-30,-34,-29v-29,1,-40,20,-40,55v0,66,70,83,77,25r48,9v-10,42,-36,66,-86,67v-56,0,-90,-39,-90,-97"},"d":{"d":"15,-94v-9,-83,83,-128,133,-71r0,-93r49,0r0,258r-46,0r0,-27v-43,63,-147,18,-136,-67xm107,-153v-28,0,-42,23,-42,56v0,39,13,62,42,62v27,0,41,-26,41,-58v0,-36,-12,-60,-41,-60","w":219},"e":{"d":"62,-79v-6,46,63,64,72,20r49,8v-11,34,-38,54,-81,55v-57,1,-91,-38,-91,-96v-1,-56,33,-100,86,-99v61,1,92,43,89,112r-124,0xm137,-109v4,-38,-41,-58,-64,-32v-7,8,-10,19,-10,32r74,0"},"f":{"d":"124,-221v-27,-8,-49,-1,-43,34r37,0r0,39r-37,0r0,148r-49,0r0,-148r-28,0r0,-39r28,0v-11,-69,41,-86,98,-69","w":119},"g":{"d":"108,76v-56,1,-87,-16,-87,-64r57,7v2,17,10,18,28,19v42,3,43,-26,41,-68v-45,64,-140,15,-132,-64v-10,-85,90,-131,136,-66r0,-27r46,0r0,168v2,69,-24,94,-89,95xm106,-153v-27,0,-41,23,-41,56v0,34,14,57,40,57v28,0,43,-22,43,-56v0,-34,-14,-57,-42,-57","w":219},"h":{"d":"116,-153v-61,0,-36,94,-41,153r-49,0r0,-258r49,0r0,95v41,-52,121,-31,121,53r0,110r-50,0r0,-99v0,-39,-1,-54,-30,-54","w":219},"i":{"d":"26,-212r0,-46r49,0r0,46r-49,0xm26,0r0,-187r49,0r0,187r-49,0","w":100},"j":{"d":"25,-212r0,-46r49,0r0,46r-49,0xm-8,28v26,5,33,-2,33,-37r0,-178r49,0r0,181v9,72,-31,92,-91,76","w":100},"k":{"d":"24,0r0,-258r49,0r0,137r58,-66r61,0r-64,69r69,118r-54,0r-46,-84r-24,24r0,60r-49,0"},"l":{"d":"26,0r0,-258r49,0r0,258r-49,0","w":100},"m":{"d":"109,-153v-59,0,-31,95,-37,153r-50,0r0,-187r46,0r0,26v26,-39,92,-40,111,0v30,-48,118,-40,118,42r0,119r-50,0r0,-107v0,-33,-3,-46,-26,-46v-57,0,-32,95,-37,153r-49,0r0,-102v-1,-35,0,-51,-26,-51","w":320},"n":{"d":"71,-159v36,-53,125,-40,125,43r0,116r-50,0v-7,-52,23,-153,-30,-153v-61,0,-36,93,-41,153r-50,0r0,-187r46,0r0,28","w":219},"o":{"d":"111,4v-60,-1,-98,-38,-97,-100v1,-55,39,-95,97,-95v55,0,96,42,96,97v0,54,-41,100,-96,98xm111,-151v-29,0,-46,24,-46,58v0,34,17,57,46,57v28,0,45,-25,45,-58v0,-32,-17,-57,-45,-57","w":219},"p":{"d":"207,-94v0,82,-86,130,-133,71r0,94r-50,0r0,-258r46,0r0,28v11,-17,32,-32,59,-32v48,1,78,43,78,97xm115,-152v-27,0,-42,23,-42,55v0,35,14,62,43,62v27,0,40,-23,40,-59v0,-34,-13,-58,-41,-58","w":219},"q":{"d":"16,-95v0,-84,97,-130,136,-64r0,-28r45,0r0,258r-49,0r0,-94v-10,15,-31,27,-55,27v-49,-1,-77,-45,-77,-99xm107,-35v27,0,42,-27,42,-61v0,-34,-13,-56,-41,-56v-29,0,-42,23,-42,59v0,35,13,58,41,58","w":219},"r":{"d":"129,-139v-48,-23,-60,18,-56,81r0,58r-49,0r0,-187r46,0r0,27v14,-31,43,-39,75,-22","w":140,"k":{".":20,",":20}},"s":{"d":"167,-95v38,45,-4,99,-69,99v-49,0,-80,-20,-90,-57r50,-8v5,20,16,27,40,30v32,4,51,-29,15,-37v-64,-14,-92,-14,-98,-66v-7,-59,95,-69,136,-44v12,8,20,20,25,36r-46,9v0,-27,-63,-31,-69,-7v2,24,89,25,106,45"},"t":{"d":"115,-3v-47,18,-87,4,-87,-63r0,-81r-23,0r0,-40r23,0r0,-37r50,-29r0,66r33,0r0,40r-33,0r0,75v-3,35,5,40,33,31","w":119},"u":{"d":"105,-33v61,2,34,-93,40,-154r50,0r0,187r-46,0r0,-28v-29,50,-124,44,-124,-41r0,-118r49,0v7,55,-22,152,31,154","w":219},"v":{"d":"77,0r-75,-187r52,0r45,127r46,-127r51,0r-74,187r-45,0","k":{".":27,",":27}},"w":{"d":"61,0r-59,-187r48,0r35,123r32,-123r47,0r31,123r36,-123r49,0r-60,187r-48,0r-32,-120r-31,120r-48,0","w":280,"k":{".":13,",":13}},"x":{"d":"2,0r67,-96r-64,-91r60,0r33,52r35,-52r58,0r-63,89r69,98r-61,0r-38,-58r-38,58r-58,0"},"y":{"d":"2,-187r53,0r45,133r43,-133r51,0r-77,212v-11,40,-47,59,-98,48r-5,-39v33,9,54,-7,59,-33","k":{".":27,",":27}},"z":{"d":"6,0r0,-38r95,-109v-26,2,-60,1,-88,1r0,-41r154,0r0,35r-96,110r102,-1r0,43r-167,0","w":180},"{":{"d":"49,-3v0,-48,0,-64,-38,-69r0,-42v35,-2,40,-23,38,-63v-3,-69,17,-86,82,-85r0,42v-74,-12,-5,97,-69,127v31,9,33,64,33,101v0,24,9,25,36,26r0,42v-61,2,-82,-16,-82,-79","w":140},"|":{"d":"31,76r0,-338r39,0r0,338r-39,0","w":100},"}":{"d":"90,-183v-2,47,1,65,38,69r0,42v-35,2,-40,22,-38,62v3,70,-16,87,-82,86r0,-42v27,0,36,-2,36,-25v0,-37,1,-94,33,-102v-32,-24,-31,-39,-33,-100v-1,-26,-7,-27,-36,-27r0,-42v61,-2,84,15,82,79","w":140},"~":{"d":"146,-92v-27,0,-63,-25,-86,-24v-16,0,-32,9,-48,25r0,-46v35,-46,97,-12,138,0v19,-1,36,-11,48,-25r0,47v-9,11,-32,23,-52,23","w":210}}});

Cufon.replace('h1', {
	fontFamily: 'ISOCPEUR',
	textShadow: '0px 1px 1px #ffffff'
});
Cufon.replace('h3', {
	fontFamily: 'Arial',
	textShadow: '0px 1px 1px #111111'
});
Cufon.replace('#Main h3', {
	fontFamily: 'ISOCPEUR',
	textShadow: '0px 1px 1px #ffffff'
});
Cufon.replace('h2, h4', {
	fontFamily:'ISOCPEUR'
});
Cufon.replace('#Navigation ul li a, #Header #Submenu ul li a, #Footer ul li a', {
	fontFamily: 'Arial',
	textShadow: '0px 1px 1px #111111',
	hover: true
});
Cufon.replace('#Slider li .Item h2, .TabContent h2', {
	fontFamily: 'ISOCPEUR',
	textShadow: '0px 1px 1px #111111'
});

// Talen
$(document).ready(function(){
	$("ul.Dropdown").parent().append("<span></span>");
	$("ul.Language li span").click(function() {
		$(this).parent().find("ul.Dropdown").slideDown('fast').show();
		$(this).parent().hover(function() {
		}, function(){	
		$(this).parent().find("ul.Dropdown").slideUp('fast');
		});
		}).hover(function() { 
		$(this).addClass("SubHover");
		}, function(){
		$(this).removeClass("SubHover");
	});
});

// Vertical Ticker
(function(a){a.fn.vTicker=function(b){var c={speed:600,pause:6000,showItems:1,animation:"fade",mousePause:false,isPaused:false,direction:"up",height:40};var b=a.extend(c,b);moveUp=function(g,d,e){if(e.isPaused){return}var f=g.children("ul");var h=f.children("li:first").clone(true);if(e.height>0){d=f.children("li:first").height()}f.animate({top:"-="+d+"px"},e.speed,function(){a(this).children("li:first").remove();a(this).css("top","0px")});if(e.animation=="fade"){f.children("li:first").fadeOut(e.speed);if(e.height==0){f.children("li:eq("+e.showItems+")").hide().fadeIn(e.speed)}}h.appendTo(f)};moveDown=function(g,d,e){if(e.isPaused){return}var f=g.children("ul");var h=f.children("li:last").clone(true);if(e.height>0){d=f.children("li:first").height()}f.css("top","-"+d+"px").prepend(h);f.animate({top:0},e.speed,function(){a(this).children("li:last").remove()});if(e.animation=="fade"){if(e.height==0){f.children("li:eq("+e.showItems+")").fadeOut(e.speed)}f.children("li:first").hide().fadeIn(e.speed)}};return this.each(function(){var f=a(this);var e=0;f.css({overflow:"hidden",position:"relative"}).children("ul").css({position:"absolute",margin:0,padding:0}).children("li").css({margin:0,padding:0});if(b.height==0){f.children("ul").children("li").each(function(){if(a(this).height()>e){e=a(this).height()}});f.children("ul").children("li").each(function(){a(this).height(e)});f.height(e*b.showItems)}else{f.height(b.height)}var d=setInterval(function(){if(b.direction=="up"){moveUp(f,e,b)}else{moveDown(f,e,b)}},b.pause);if(b.mousePause){f.bind("mouseenter",function(){b.isPaused=true}).bind("mouseleave",function(){b.isPaused=false})}})}})(jQuery);

$(document).ready(function(){	
	$('#Ticker').vTicker();
});
