/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
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){C.className=(C.className&&" ")+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},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:function(C,B){return C[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[B.get("textTransform")]||"toString"]()},whiteSpace:(function(){var B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>I&&L>I)?M<L:M>L:(M<I&&L<I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(G,F){if(!F){F=n.getStyle(G)}var C=n.quotedList(F.get("fontFamily").toLowerCase()),E;for(var D=0,B=C.length;D<B;++D){E=C[D];if(i[E]){return i[E].get(F.get("fontStyle"),F.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}function o(E,M,C,N,F,D){var L=N.separate;if(L=="none"){return z[N.engine].apply(null,arguments)}var K=document.createDocumentFragment(),H;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(C,K){var D,B,E,H,G,J;for(E=v(C,K).firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;J=false;if(H==1){if(!E.firstChild){continue}if(!/cufon/.test(E.className)){arguments.callee(E,K);continue}else{J=true}}else{if(H!=3){continue}}if(!B){B=n.getStyle(C).extend(K)}if(!D){D=c(C,B)}if(!D){continue}if(J){z[K.engine](D,null,B,K,E,C);continue}var I=n.whiteSpace(E.data,B,E);if(I===""){continue}var F=o(D,I,B,K,E,C);if(F){E.parentNode.replaceChild(F,E)}else{E.parentNode.removeChild(E)}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||(window.Ext&&Ext.query)||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,characters:""};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.removeClass(x.root(),"cufon-loading")});e=true}if(C.hover){C.forceHitArea=true}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var f=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(f?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(g,h){return a(g,/(?:em|ex|%)$/i.test(h)?"1em":h)}function a(j,k){if(/px$/i.test(k)){return parseFloat(k)}var i=j.style.left,h=j.runtimeStyle.left;j.runtimeStyle.left=j.currentStyle.left;j.style.left=k.replace("%","em");var g=j.style.pixelLeft;j.style.left=i;j.runtimeStyle.left=h;return g}var e={};function d(n){var o=n.id;if(!e[o]){var l=n.stops,m=document.createElement("cvml:fill"),g=[];m.type="gradient";m.angle=180;m.focus="0";m.method="sigma";m.color=l[0][1];for(var i=1,h=l.length-1;i<h;++i){g.push(l[i][0]*100+"% "+l[i][1])}m.colors=g.join(",");m.color2=l[h][1];e[o]=m}return e[o]}return function(ai,J,ac,F,N,aj,aa){var n=(J===null);if(n){J=N.alt}var L=ai.viewBox;var p=ac.computedFontSize||(ac.computedFontSize=new Cufon.CSS.Size(c(aj,ac.get("fontSize"))+"px",ai.baseSize));var Z=ac.computedLSpacing;if(Z==undefined){Z=ac.get("letterSpacing");ac.computedLSpacing=Z=(Z=="normal")?0:~~p.convertFrom(a(aj,Z))}var B,q;if(n){B=N;q=N.firstChild}else{B=document.createElement("span");B.className="cufon cufon-vml";B.alt=J;q=document.createElement("span");q.className="cufon-vml-canvas";B.appendChild(q);if(F.printable){var af=document.createElement("span");af.className="cufon-alt";af.appendChild(document.createTextNode(J));B.appendChild(af)}if(!aa){B.appendChild(document.createElement("cvml:shape"))}}var ao=B.style;var U=q.style;var h=p.convert(L.height),al=Math.ceil(h);var Y=al/h;var S=Y*Cufon.CSS.fontStretch(ac.get("fontStretch"));var X=L.minX,W=L.minY;U.height=al;U.top=Math.round(p.convert(W-ai.ascent));U.left=Math.round(p.convert(X));ao.height=p.convert(ai.height)+"px";var u=F.enableTextDecoration?Cufon.CSS.textDecoration(aj,ac):{};var I=ac.get("color");var an=Cufon.CSS.textTransform(J,ac).split(""),A;var o=ai.glyphs,G,r,ae;var g=0,O=[],V=0,w;var y,K=F.textShadow;for(var ah=0,ag=0,ad=an.length;ah<ad;++ah){G=o[A=an[ah]]||ai.missingGlyph;if(!G){continue}if(r){g-=ae=r[A]||0;O[ag-1]-=ae}g+=w=O[ag++]=~~(G.w||ai.w)+Z;r=G.k}if(w===undefined){return null}var z=-X+g+(L.width-w);var am=p.convert(z*S),ab=Math.round(am);var R=z+","+L.height,m;var M="r"+R+"ns";var x=F.textGradient&&d(F.textGradient);for(ah=0,ag=0;ah<ad;++ah){G=o[an[ah]]||ai.missingGlyph;if(!G){continue}if(n){y=q.childNodes[ag];while(y.firstChild){y.removeChild(y.firstChild)}}else{y=document.createElement("cvml:shape");q.appendChild(y)}y.stroked="f";y.coordsize=R;y.coordorigin=m=(X-V)+","+W;y.path=(G.d?"m"+G.d+"xe":"")+"m"+m+M;y.fillcolor=I;if(x){y.appendChild(x.cloneNode(false))}var ak=y.style;ak.width=ab;ak.height=al;if(K){var t=K[0],s=K[1];var E=Cufon.CSS.color(t.color),C;var Q=document.createElement("cvml:shadow");Q.on="t";Q.color=E.color;Q.offset=t.offX+","+t.offY;if(s){C=Cufon.CSS.color(s.color);Q.type="double";Q.color2=C.color;Q.offset2=s.offX+","+s.offY}Q.opacity=E.opacity||(C&&C.opacity)||1;y.appendChild(Q)}V+=O[ag++]}var P=y.nextSibling,v,D;if(F.forceHitArea){if(!P){P=document.createElement("cvml:rect");P.stroked="f";P.className="cufon-vml-cover";v=document.createElement("cvml:fill");v.opacity=0;P.appendChild(v);q.appendChild(P)}D=P.style;D.width=ab;D.height=al}else{if(P){q.removeChild(P)}}ao.width=Math.max(Math.ceil(p.convert(g*S)),0);if(f){var T=ac.computedYAdjust;if(T===undefined){var H=ac.get("lineHeight");if(H=="normal"){H="1em"}else{if(!isNaN(H)){H+="em"}}ac.computedYAdjust=T=0.5*(a(aj,H)-parseFloat(ao.height))}if(T){ao.marginTop=Math.ceil(T)+"px";ao.marginBottom=T+"px"}}return B}})());

Cufon.registerFont((function(f){_cufon_bridge_={p:[{"d":"17,-22r157,-72r-157,-71r0,-22r182,83r0,21r-182,83r0,-22","w":216},{"d":"40,-100r-23,0r81,-160r20,0r81,160r-23,0r-68,-135","w":216},{"w":109},{"d":"42,-187r26,0r0,217v3,31,-32,47,-60,35r0,-21v14,6,34,4,34,-16r0,-215xm68,-264r0,31r-26,0r0,-31r26,0","w":100},{"d":"168,0r-26,0v-1,-8,2,-19,-1,-25v-30,41,-109,44,-109,-26r0,-136r26,0r0,135v1,56,66,29,84,5r0,-140r26,0r0,187","w":200},{"d":"261,0r-26,0r-1,-238r-73,238r-22,0r-74,-238r0,238r-26,0r0,-260r45,0r66,210r66,-210r45,0r0,260","w":299},{"d":"149,-22r0,22r-138,0r0,-19r102,-146r-92,0r0,-22r127,0r0,19r-102,146r103,0","w":159},{"d":"202,-141r0,22r-188,0r0,-22r188,0xm202,-68r0,22r-188,0r0,-22r188,0","w":216},{"d":"9,-32r20,-16v14,35,94,40,94,-2v0,-48,-110,-22,-109,-90v1,-63,101,-64,126,-18r-18,16v-14,-18,-28,-26,-48,-26v-22,0,-34,10,-34,27v0,41,109,20,109,90v0,72,-110,67,-140,19","w":159},{"d":"27,27r0,-287r74,0r0,15r-48,0r0,257r48,0r0,15r-74,0","w":119},{"d":"187,-199r-26,5v-1,-49,-109,-66,-109,-5v0,57,146,42,146,126v0,38,-21,77,-87,77v-57,0,-79,-37,-93,-68r26,-9v10,27,30,52,68,52v38,0,58,-20,58,-47v0,-66,-147,-47,-147,-129v0,-37,32,-67,79,-67v40,0,71,22,85,65"},{"d":"93,-260r0,287r-74,0r0,-15r48,0r0,-257r-48,0r0,-15r74,0","w":119},{"d":"180,-83r26,5v-12,48,-39,82,-92,82v-58,0,-99,-43,-99,-134v0,-85,36,-134,99,-134v48,0,76,28,88,76r-26,8v-9,-37,-26,-59,-65,-59v-37,0,-67,34,-67,109v0,75,30,109,73,109v40,0,55,-30,63,-62"},{"d":"37,-40r35,0r0,40r-35,0r0,-40","w":109},{"d":"70,-117v24,-1,57,23,77,24v14,0,23,-13,31,-25r14,15v-12,16,-24,32,-46,32v-36,0,-90,-50,-108,2r-14,-16v9,-17,22,-32,46,-32","w":216},{"d":"158,-238r-131,0r0,-22r165,0r0,16r-110,244r-31,0"},{"d":"65,-235r0,211v85,7,130,-19,129,-106v-1,-93,-47,-111,-129,-105xm36,0r0,-260v113,-9,187,15,187,130v0,76,-41,130,-119,130r-68,0","w":240},{"d":"108,-240r-37,134r78,0r-37,-134r-4,0xm39,0r-30,0r80,-260r42,0r80,260r-30,0r-24,-81r-94,0","k":{"y":6,"w":6,"v":6,"Y":20,"W":13,"V":20,"T":33}},{"d":"43,-139r-22,-12v18,-49,134,-62,135,16v1,42,-4,101,4,135r-27,0r-3,-26v-23,37,-115,47,-115,-22v0,-41,32,-61,115,-76v3,-31,-13,-45,-39,-44v-29,0,-43,16,-48,29xm130,-50r0,-51v-59,10,-89,27,-89,53v0,49,67,27,89,-2","w":180},{"d":"99,-107r-61,107r-33,0r78,-136r-73,-124r33,0r56,95r55,-95r33,0r-71,124r79,136r-33,0","w":200},{"d":"41,-260r38,0r-8,178r-23,0xm42,-40r35,0r0,40r-35,0r0,-40","w":119},{"d":"180,-260r0,22r-111,0r-7,84v53,-47,137,-16,137,66v0,40,-24,92,-90,92v-44,0,-67,-25,-83,-50r23,-12v26,56,122,55,122,-30v0,-72,-93,-87,-113,-26r-22,-5r11,-141r133,0"},{"d":"148,-50r20,10v-12,21,-30,44,-72,44v-42,0,-82,-30,-82,-98v0,-116,149,-138,148,-12r0,17r-122,0v-4,72,80,93,108,39xm41,-111r95,0v0,-35,-17,-57,-45,-57v-31,0,-48,22,-50,57","w":180},{"d":"192,-260r29,0r0,260r-29,0r0,-124r-124,0r0,124r-29,0r0,-260r29,0r0,112r124,0r0,-112","w":259},{"d":"36,-260r154,0r0,25r-125,0r0,87r93,0r0,24r-93,0r0,124r-29,0r0,-260","w":200,"k":{"A":27,".":46,",":46}},{"d":"86,0r0,-109r-80,-151r31,0r63,119r63,-119r31,0r-80,151r0,109r-28,0","w":200,"k":{"v":13,"u":13,"q":20,"p":13,"o":20,"i":13,"e":20,"a":20,"A":20,";":33,":":33,".":40,"-":33,",":40}},{"d":"29,4r0,-268r22,0r0,268r-22,0","w":79},{"d":"173,-194r0,26v-11,0,-23,2,-29,5v38,48,-18,129,-89,98v-19,3,-19,31,1,31v89,0,117,16,117,53v0,27,-27,50,-85,50v-82,0,-108,-57,-49,-83v-34,-11,-28,-48,2,-59v-51,-35,-21,-118,45,-118v20,0,34,4,46,13v11,-8,27,-15,41,-16xm149,20v0,-18,-19,-28,-65,-28v-41,0,-52,18,-52,31v0,14,8,24,60,24v31,0,57,-9,57,-27xm132,-124v0,-27,-15,-44,-47,-44v-30,0,-45,19,-45,43v0,25,19,43,48,43v30,0,44,-20,44,-42","w":180},{"d":"30,0r0,-260r26,0r1,167r75,-94r32,0r-55,69r62,118r-31,0r-49,-96r-35,40r0,56r-26,0","w":180},{"d":"127,-187r27,0r-66,204v-19,49,-42,56,-82,50r0,-21v31,2,49,4,63,-44r-65,-189r28,0r51,143","w":159,"k":{".":27,",":27}},{"d":"58,-169v51,-44,126,-25,126,75v0,105,-80,119,-131,74r-5,20r-18,0v5,-83,1,-174,2,-260r26,0r0,91xm58,-143r0,99v41,47,100,27,100,-48v0,-86,-60,-93,-100,-51","w":200},{"d":"57,0r-51,-187r26,0r39,144r36,-144r27,0r38,145r36,-145r26,0r-50,187r-26,0r-38,-145r-37,145r-26,0","w":240,"k":{".":20,",":20}},{"d":"141,-94v0,-48,-20,-74,-51,-74v-31,0,-51,26,-51,74v0,48,20,75,51,75v31,0,51,-27,51,-75xm167,-94v0,54,-26,98,-77,98v-51,0,-77,-44,-77,-98v0,-54,26,-97,77,-97v51,0,77,43,77,97","w":180},{"d":"72,-40v4,43,-11,66,-22,93r-15,0r16,-53r-14,0r0,-40r35,0xm72,-104r-35,0r0,-40r35,0r0,40","w":109},{"d":"65,-235r0,92v53,1,112,5,112,-47v0,-54,-60,-44,-112,-45xm65,0r-29,0r0,-260r84,0v102,-11,111,118,34,136r56,124r-32,0r-52,-118r-61,0r0,118","w":240,"k":{"Y":6,"W":6,"V":6,"T":13}},{"d":"67,0r-26,0r0,-165r-31,0r0,-22r31,0v-5,-59,15,-89,69,-75r0,23v-22,-3,-46,-6,-43,24r0,28r41,0r0,22r-41,0r0,165","w":119},{"d":"-3,-264r22,0r84,268r-22,0","w":100},{"d":"97,-111v0,21,8,35,25,35v33,0,58,-42,58,-71v0,-23,-13,-33,-26,-33v-35,0,-57,40,-57,69xm164,-73v-27,40,-96,21,-96,-34v0,-68,83,-140,124,-71r7,-21r24,0r-33,116v0,5,2,9,8,9v27,0,51,-40,51,-75v0,-58,-46,-91,-100,-91v-63,0,-107,49,-107,111v0,105,138,146,196,71r28,0v-23,41,-69,62,-117,62v-74,0,-133,-59,-133,-133v0,-76,60,-135,133,-135v67,0,123,46,123,111v0,70,-51,103,-83,103v-14,0,-24,-11,-25,-23","w":288},{"d":"171,0r-115,0r0,-22r45,0r0,-212r-50,5r0,-17v29,-5,42,-21,76,-18r0,242r44,0r0,22"},{"d":"192,-235r-78,0r0,235r-28,0r0,-235r-78,0r0,-25r184,0r0,25","w":200,"k":{"y":33,"w":33,"u":33,"s":33,"r":33,"o":33,"i":33,"e":33,"c":33,"a":33,"A":20,";":33,":":33,".":33,"-":33,",":33}},{"d":"99,-150r0,-88v-29,-1,-47,16,-47,40v0,32,24,43,47,48xm123,-116r0,94v26,-1,51,-18,51,-44v0,-32,-27,-42,-51,-50xm99,-260r0,-28r24,0r0,28v30,2,54,24,67,43r-19,15v-10,-17,-29,-32,-48,-36r0,94v50,16,77,35,77,76v0,40,-36,68,-77,68r0,45r-24,0r0,-45v-35,-1,-61,-26,-79,-47r21,-16v12,17,34,40,58,41r0,-101v-26,-6,-73,-23,-73,-71v0,-45,36,-66,73,-66"},{"d":"36,-12r11,-21v59,37,122,-2,124,-94v-39,50,-149,41,-149,-53v0,-55,40,-84,83,-84v54,0,93,32,93,121v0,82,-36,147,-106,147v-28,0,-48,-9,-56,-16xm49,-181v0,84,105,73,121,14v9,-90,-123,-98,-121,-14"},{"d":"234,-7r0,28v-32,0,-44,-11,-58,-34v-78,46,-158,-4,-158,-117v0,-87,38,-134,102,-134v64,0,101,47,101,134v0,43,-9,77,-26,99v9,17,21,24,39,24xm130,-57r0,-27v23,3,37,9,49,26v9,-17,14,-41,14,-72v0,-74,-27,-109,-73,-109v-46,0,-73,35,-73,109v0,95,55,132,115,95v-9,-13,-17,-20,-32,-22","w":240},{"d":"37,0r0,-187r26,0r0,187r-26,0xm37,-264r26,0r0,31r-26,0r0,-31","w":100},{"d":"55,-162v26,-36,87,-39,104,1v17,-18,38,-30,60,-30v25,0,51,11,51,57r0,134r-26,0r0,-134v-1,-57,-64,-31,-81,-6r0,140r-26,0r0,-134v-1,-57,-65,-30,-82,-6r0,140r-25,0r0,-187r25,0r0,25","w":299},{"d":"6,-187r31,0r0,-62r26,0r0,62r43,0r0,22r-43,0r0,133v-3,16,30,14,44,11r0,22v-24,5,-78,8,-70,-28r0,-138r-31,0r0,-22","w":119},{"d":"154,-187r-56,187r-35,0r-57,-187r26,0r48,155r48,-155r26,0","w":159,"k":{".":20,",":20}},{"d":"81,-264r22,0r-84,268r-22,0","w":100},{"d":"65,-235r0,95v54,3,121,0,112,-48v5,-51,-59,-49,-112,-47xm65,0r-29,0r0,-260r91,0v55,0,79,32,79,73v0,58,-65,78,-141,71r0,116","k":{"A":20,".":46,",":46}},{"w":109},{"d":"238,-22v21,0,38,-16,38,-38v0,-22,-17,-37,-38,-37v-21,0,-37,15,-37,37v0,22,16,38,37,38xm238,0v-33,0,-60,-26,-60,-60v0,-34,27,-60,60,-60v33,0,60,26,60,60v0,34,-27,60,-60,60xm82,-140v-33,0,-60,-26,-60,-60v0,-34,27,-60,60,-60v33,0,60,26,60,60v0,34,-27,60,-60,60xm82,-163v21,0,38,-15,38,-37v0,-22,-17,-38,-38,-38v-21,0,-38,16,-38,38v0,22,17,37,38,37xm75,4r149,-268r21,0r-149,268r-21,0","w":320},{"d":"95,-260r29,0r0,193v9,86,-93,86,-121,37r21,-14v16,28,71,39,71,-15r0,-201","w":159},{"d":"18,-130v0,-94,35,-134,92,-134v57,0,92,40,92,134v0,94,-35,134,-92,134v-57,0,-92,-40,-92,-134xm45,-130v0,79,23,111,65,111v42,0,64,-32,64,-111v0,-79,-22,-111,-64,-111v-42,0,-65,32,-65,111"},{"d":"159,-140r-24,9v-7,-23,-22,-37,-44,-37v-32,0,-51,26,-51,74v0,81,73,101,103,41r20,9v-19,32,-35,48,-72,48v-47,0,-77,-38,-77,-98v0,-60,30,-97,77,-97v39,0,56,22,68,51","w":180},{"d":"2,-260r39,0r32,51r-24,0","w":100},{"d":"17,-109r0,-15v62,-6,-29,-157,78,-140r0,16v-18,-1,-29,0,-29,20v0,43,15,107,-27,112v44,3,27,69,27,111v0,20,11,21,29,20r0,15v-34,3,-55,-5,-55,-39v0,-36,14,-98,-23,-100","w":119},{"d":"32,-260r26,0r1,98v30,-41,109,-44,109,26r0,136r-26,0r0,-135v-1,-57,-66,-28,-84,-5r0,140r-26,0r0,-260","w":200},{"d":"184,-94v0,100,-75,120,-126,76r0,87r-26,0r0,-256r26,0r0,22v45,-49,126,-31,126,71xm58,-143r0,98v39,43,100,37,100,-50v0,-75,-60,-95,-100,-48","w":200},{"d":"25,0r0,-187r26,0v1,12,-2,27,1,37v14,-26,30,-40,61,-40r0,26v-32,1,-50,21,-62,60r0,104r-26,0","w":119,"k":{".":20,"-":13,",":20}},{"d":"80,-196r-53,-8r6,-24r49,24r3,-2r-8,-54r24,0r-7,54v16,1,33,-17,50,-23r9,24r-53,11r-1,3r38,38r-20,15r-26,-48r-3,0r-26,48r-19,-14r38,-41","w":180},{"d":"47,30r-28,0v69,-84,66,-210,0,-294r27,0v66,84,66,210,1,294","w":119},{"d":"32,-187r26,0v1,8,-2,19,1,25v30,-41,109,-44,109,26r0,136r-26,0r0,-135v-1,-57,-66,-28,-84,-5r0,140r-26,0r0,-187","w":200},{"d":"199,-22r0,22r-182,-84r0,-20r182,-83r0,22r-157,71","w":216},{"d":"65,0r-26,0r0,-260r41,0r115,200r0,-200r26,0r0,260r-24,0r-132,-232r0,232","w":259},{"d":"29,-163r0,-97r22,0r0,97r-22,0","w":79},{"d":"72,-40v4,43,-11,66,-22,93r-15,0r16,-53r-14,0r0,-40r35,0","w":109},{"d":"71,-87r0,87r-29,0r0,-260r29,0r0,135r108,-135r34,0r-81,98r91,162r-33,0r-77,-138","w":240},{"d":"103,-124r0,15v-62,5,30,157,-79,139r0,-15v18,1,30,1,30,-20v0,-43,-15,-107,27,-112v-44,-3,-27,-69,-27,-111v0,-20,-12,-21,-30,-20r0,-16v35,-3,56,6,56,40v0,36,-14,98,23,100","w":119},{"d":"97,-105r0,-82r22,0r0,82r83,0r0,23r-83,0r0,82r-22,0r0,-82r-83,0r0,-23r83,0","w":216},{"d":"184,-248r-11,22v-58,-38,-124,-2,-124,94v39,-50,149,-42,149,52v0,55,-41,84,-84,84v-54,0,-92,-32,-92,-121v0,-82,36,-147,106,-147v28,0,48,9,56,16xm171,-79v2,-87,-121,-72,-121,-7v0,37,25,67,62,67v37,0,59,-25,59,-60"},{"d":"143,-18v-52,43,-126,25,-126,-76v0,-103,80,-119,126,-73r5,-20r20,0r0,256r-25,0r0,-87xm143,-45r0,-98v-41,-47,-101,-27,-101,48v0,87,61,93,101,50","w":200},{"d":"204,-61r-45,0r0,61r-26,0r0,-61r-119,0r0,-23r107,-176r38,0r0,176r45,0r0,23xm133,-233r-92,149r92,0r0,-149"},{"d":"87,0r-81,-260r29,0r65,213r65,-213r29,0r-81,260r-26,0","w":200,"k":{"y":6,"u":6,"r":6,"o":13,"i":6,"e":13,"a":13,"A":13,";":27,":":27,".":40,"-":20,",":40}},{"d":"38,-187r41,66r39,-66r29,0r-52,89r61,98r-30,0r-47,-77r-46,77r-29,0r59,-98r-54,-89r29,0","w":159},{"d":"184,-24r0,24r-168,0r0,-21r131,-214r-119,0r0,-25r155,0r0,19r-133,217r134,0","w":200},{"d":"90,-158r-7,55r48,0r8,-55r-49,0xm80,-83r-11,83r-23,0r12,-83r-36,0r0,-20r38,0r8,-55r-36,0r0,-20r39,0r11,-82r22,0r-11,82r49,0r11,-82r22,0r-11,82r34,0r0,20r-37,0r-7,55r34,0r0,20r-37,0r-11,83r-23,0r12,-83r-49,0"},{"d":"73,-264r28,0v-69,84,-66,210,0,294r-27,0v-67,-83,-66,-210,-1,-294","w":119},{"d":"73,0r-63,-260r27,0r49,207r51,-207r25,0r53,207r47,-207r28,0r-62,260r-25,0r-54,-210r-51,210r-25,0","w":299,"k":{"y":6,"u":6,"r":6,"o":13,"i":6,"e":13,"a":13,"A":13,";":20,":":20,".":33,"-":13,",":33}},{"d":"17,-94v2,-101,74,-117,126,-75r0,-91r25,0r2,260r-24,0r-3,-18v-46,43,-128,26,-126,-76xm143,-44r0,-99v-41,-42,-101,-36,-101,51v0,76,60,95,101,48","w":200},{"d":"27,-163r0,-97r23,0r0,97r-23,0xm70,-163r0,-97r23,0r0,97r-23,0","w":119},{"d":"37,-260r26,0r0,260r-26,0r0,-260","w":100},{"d":"47,-130v0,74,27,109,73,109v46,0,73,-35,73,-109v0,-74,-27,-109,-73,-109v-46,0,-73,35,-73,109xm18,-130v0,-87,38,-134,102,-134v64,0,101,47,101,134v0,87,-37,134,-101,134v-64,0,-102,-47,-102,-134","w":240},{"d":"45,-260r29,0r0,260r-29,0r0,-260","w":119},{"d":"124,-125r87,0r0,125r-23,0v-1,-7,2,-18,-1,-24v-13,18,-39,28,-68,28v-59,0,-102,-43,-102,-134v0,-153,159,-182,195,-57r-27,5v-13,-41,-35,-57,-65,-57v-38,0,-74,26,-74,109v0,83,36,109,74,109v51,0,67,-31,63,-79r-59,0r0,-25","w":240},{"d":"72,0r-35,0r0,-40r35,0r0,40xm72,-104r-35,0r0,-40r35,0r0,40","w":109},{"d":"79,-82r-24,0v-10,-68,52,-82,54,-128v0,-14,-9,-31,-31,-31v-17,0,-27,8,-37,28r-22,-11v20,-57,117,-53,117,15v0,55,-68,66,-57,127xm49,-40r35,0r0,40r-35,0r0,-40","w":159},{"d":"39,-260r29,0r0,184v0,30,21,55,62,55v41,0,62,-25,62,-55r0,-184r29,0r0,182v0,52,-37,82,-91,82v-54,0,-91,-30,-91,-82r0,-182","w":259},{"d":"12,-48r21,-14v20,27,44,43,71,43v38,0,62,-19,62,-50v0,-44,-40,-63,-99,-58r0,-23v53,3,89,-11,89,-48v0,-26,-22,-43,-47,-43v-32,0,-46,14,-63,36r-21,-15v18,-24,42,-44,84,-44v46,0,75,24,75,65v0,31,-21,50,-41,58v89,36,53,145,-39,145v-50,0,-80,-32,-92,-52"},{"d":"39,-260r156,0r0,25r-127,0r0,87r90,0r0,24r-90,0r0,100r134,0r0,24r-163,0r0,-260"},{"d":"163,-136v28,9,52,33,51,66v0,39,-23,70,-94,70r-81,0r0,-260r96,0v80,-3,99,102,28,124xm68,-124r0,100v54,1,117,4,117,-47v0,-50,-59,-57,-117,-53xm68,-235r0,87r50,0v78,5,81,-89,12,-87r-62,0","w":240},{"d":"191,0r-152,0r0,-260r29,0r0,236r123,0r0,24","w":200,"k":{"y":20,"Y":33,"W":27,"V":33,"T":33}},{"d":"193,-22r0,22r-169,0r0,-27v45,-91,142,-97,142,-167v0,-30,-20,-47,-53,-47v-37,0,-57,30,-61,56r-26,-5v8,-36,30,-74,88,-74v42,0,79,25,79,70v0,79,-114,101,-142,172r142,0"},{"d":"105,-82r-91,0r0,-23r91,0r0,23","w":119},{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},{"d":"109,-241v-42,2,-27,57,-13,77v18,-12,39,-31,39,-51v0,-16,-13,-26,-26,-26xm191,-131r24,6v-5,27,-17,59,-30,77v11,12,34,22,43,22r0,26v-24,2,-40,-10,-60,-26v-39,51,-152,35,-152,-45v0,-35,29,-61,56,-78v-28,-39,-31,-115,38,-115v30,0,53,18,53,49v0,30,-30,54,-54,71v17,31,40,58,58,78v8,-11,19,-37,24,-65xm45,-69v1,59,78,58,105,27v-24,-27,-47,-58,-66,-88v-21,14,-39,29,-39,61","w":240},{"d":"204,-68v0,40,-30,72,-94,72v-64,0,-95,-32,-95,-72v-1,-34,28,-55,57,-71v-29,-11,-46,-33,-46,-60v0,-42,36,-65,84,-65v48,0,84,23,84,65v1,28,-19,48,-46,61v31,11,56,35,56,70xm42,-68v0,23,21,49,68,49v47,0,67,-26,67,-49v0,-30,-31,-45,-72,-59v-32,14,-63,29,-63,59xm166,-200v0,-56,-113,-55,-113,0v0,28,36,44,57,50v29,-7,56,-25,56,-50"}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+173-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("4!V6%uM0odCt4qL~Fu#{N!NCijM6VuCtij={odn,Vm?[D>0+fL3.Fxy)Dx;^Fw6SfiM%w66Y*,-An$#]dq$6Vw]!di_,oAL+Fj?~wuV.i$y_mq:3wdL@FzV.*6y`=w7)Dj;~oz;{4+Ltf$-,*$@C4>V_M#V-y;qY$#!zN=4*EMvf:nRxwmdiDVo%.FTK`]+9OLu,7B^J[@th)_{>06jA-3S~?Crad+E7mjn.Nu_fRw.Sf6w>nw=EE+6K=9`+*,M)%!L04qN+4R_Bfxy[.Y6+*,y[%Y6)*u_L%uF0oq_,fdNtV+3,%zL)ozECTA0~odD7*6-7f>BAFAF.*+Oa4Y?SFAFAiq3{Vd#[.An].uF{%Am)iq39%j6?.um]%zM0Di=,.uC6.#)tDjC@Kz=LDd_>F!#{iq3@.!nLFL)tDj$B=q?tF!m>Fq][%jM]F!Lh%+37%AM0%u#@VROBVuC{4Y@Bf!)~4{@B4dF%D6@Bim0C.#@Bii0B4qO`")}catch(e){}delete _cufon_bridge_;return f})({"w":219,"face":{"font-family":"normal","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-3 -288 298 69","underline-thickness":"18","underline-position":"-27","stemv":"26","unicode-range":"U+0020-U+007E"}}));
Cufon.registerFont((function(f){_cufon_bridge_={p:[{"d":"82,0r47,-228r-84,0r6,-30r203,0r-6,30r-84,0r-48,228r-34,0","w":219,"k":{"y":27,"w":27,"u":27,"s":33,"r":27,"o":33,"i":3,"e":33,"c":33,"a":33,"O":7,"A":27,";":27,":":27,".":33,"-":33,",":33}},{"d":"87,0r40,-195v-18,14,-42,26,-74,34r6,-29v36,-16,76,-38,95,-69r19,0r-54,259r-32,0","k":{"1":27}},{"d":"147,-258v121,-16,131,138,75,207v-27,33,-55,51,-113,51r-93,0r54,-258r77,0xm221,-154v2,-73,-49,-78,-123,-74r-41,199v106,9,161,-30,164,-125","w":259},{"d":"58,-121r-33,0r62,-141r26,0r62,141r-32,0r-43,-105","w":168},{"d":"119,-191v51,-1,79,29,66,83v-9,35,-22,71,-11,108r-32,0v-2,-6,-3,-14,-4,-23v-31,39,-122,38,-122,-27v0,-67,83,-55,138,-67v12,-30,-4,-49,-36,-48v-28,1,-44,13,-52,34r-32,-3v13,-35,39,-57,85,-57xm47,-51v0,48,79,31,89,-1v6,-10,11,-25,14,-43v-34,13,-103,-1,-103,44"},{"d":"52,-68v0,75,80,49,89,0r32,3v-13,40,-39,68,-85,69v-42,1,-68,-29,-68,-74v0,-83,76,-156,146,-104v13,10,18,26,18,45r-31,2v0,-22,-15,-38,-37,-38v-48,0,-64,51,-64,97","w":180},{"d":"49,70r-70,0r5,-24r39,0r58,-279r-38,0r5,-25r70,0","w":100},{"d":"59,0r-31,-187r31,0r23,158r86,-158r33,0r-107,187r-35,0","w":180,"k":{".":27,",":27}},{"w":100,"k":{"Y":7,"A":13}},{"d":"19,-72v0,-86,94,-165,144,-85r21,-101r31,0r-53,258r-30,0r6,-27v-41,57,-119,31,-119,-45xm112,-165v-42,0,-57,47,-61,87v-3,35,10,56,39,57v57,2,98,-144,22,-144"},{"d":"16,0r34,-162r-28,0r5,-25r28,0v9,-37,9,-77,57,-75v8,0,20,2,35,5r-6,28v-28,-7,-47,-8,-50,22r-4,20r36,0r-5,25r-36,0r-34,162r-32,0","w":100},{"d":"137,-24v43,0,69,-31,80,-67r34,5v-18,52,-55,89,-116,90v-65,1,-102,-41,-102,-110v0,-108,111,-201,201,-134v18,14,26,34,29,59r-32,3v-5,-35,-25,-55,-62,-56v-62,-2,-102,62,-102,128v0,49,25,82,70,82","w":259},{"d":"195,-124v63,46,9,135,-70,128v-60,-5,-101,-23,-100,-87r34,-3v-3,44,25,62,67,62v43,0,82,-34,55,-67v-26,-32,-128,-39,-124,-102v2,-47,39,-69,90,-69v56,0,94,26,95,77r-34,3v0,-38,-25,-47,-62,-51v-49,-5,-77,49,-33,70v8,5,71,31,82,39","w":240},{"d":"168,-35v-20,43,-106,56,-121,0r-7,35r-28,0r54,-258r32,0r-20,92v39,-46,115,-22,115,51v0,33,-11,62,-25,80xm122,-165v-42,0,-62,50,-63,94v-2,29,15,49,40,49v43,0,59,-53,62,-94v2,-28,-15,-49,-39,-49"},{"d":"92,-22v26,0,48,-19,57,-41r31,3v-9,29,-47,65,-88,64v-47,-1,-73,-31,-73,-79v0,-61,37,-115,99,-116v55,-1,82,47,71,106r-137,0v-5,33,11,63,40,63xm161,-110v11,-50,-46,-72,-79,-42v-11,9,-19,23,-25,42r104,0"},{"d":"126,-13v-43,38,-139,12,-111,-62r32,-2v-21,49,44,72,65,32v18,-66,31,-144,47,-213r34,0r-39,189v-6,26,-15,45,-28,56","w":180},{"d":"21,0r54,-258r34,0r-54,258r-34,0","w":100},{"d":"278,-147v-1,56,-26,101,-60,126v9,10,20,20,35,30r-16,21v-16,-10,-30,-23,-42,-38v-80,38,-166,-14,-162,-104v4,-85,50,-148,137,-150v65,-1,109,48,108,115xm153,-75v20,8,27,17,44,32v26,-20,47,-62,47,-106v0,-48,-30,-84,-74,-84v-64,0,-101,57,-103,123v-2,58,49,102,107,80v-11,-10,-22,-17,-33,-23","w":280},{"d":"263,-195v-2,50,-35,73,-87,79v36,28,48,72,67,116r-39,0v-23,-45,-21,-115,-89,-114r-40,0r-24,114r-34,0r54,-258v81,4,195,-23,192,63xm230,-195v2,-54,-81,-28,-131,-34r-18,87v71,0,147,10,149,-53","w":259,"k":{"Y":13,"W":7,"V":7,"T":7}},{"d":"-1,0r82,-95r-47,-92r35,0r32,69r54,-69r39,0r-79,95r47,92r-35,0r-32,-68r-56,68r-40,0","w":180},{"d":"58,-67v-7,25,-4,46,22,45v77,-4,70,-99,89,-165r32,0r-39,187r-30,0r7,-34v-22,25,-45,38,-68,38v-91,0,-26,-128,-20,-191r32,0"},{"d":"-19,76v66,-70,117,-211,67,-338r23,0v19,40,28,82,28,124v0,103,-39,151,-93,214r-25,0","w":119},{"d":"31,4r15,-74r-29,0r0,-27r35,0r13,-63r-48,0r0,-27r53,0r15,-75r27,0r-16,75r56,0r15,-75r27,0r-16,75r31,0r0,27r-36,0r-13,63r49,0r0,27r-54,0r-16,74r-26,0r15,-74r-55,0r-16,74r-26,0xm78,-97r55,0r13,-63r-55,0"},{"d":"9,0r3,-26r172,-204r-139,2r7,-30r177,0r-3,27r-170,203v48,-3,100,0,150,-1r-6,29r-191,0","w":219},{"d":"149,-262v-67,69,-116,211,-67,338r-24,0v-18,-40,-28,-82,-28,-125v0,-102,40,-150,94,-213r25,0","w":119},{"d":"2,70r68,-328r71,0r-5,25r-39,0r-58,279r39,0r-5,24r-71,0","w":100},{"d":"149,40v-22,50,-152,50,-139,-23r32,3v-5,41,61,32,76,14v6,-8,15,-38,19,-59v-45,52,-119,17,-119,-55v0,-84,101,-155,150,-76r6,-31r29,0v-19,74,-27,164,-54,227xm112,-165v-63,0,-91,139,-22,139v41,0,65,-45,66,-89v0,-28,-16,-50,-44,-50"},{"d":"12,0r54,-258r32,0r-33,160r92,-89r42,0r-79,70r48,117r-35,0r-37,-96r-39,34r-13,62r-32,0","w":180},{"d":"141,4v-67,2,-107,-47,-108,-112v-3,-85,58,-153,136,-154v65,-1,111,48,109,115v-3,86,-51,149,-137,151xm169,-233v-59,1,-104,59,-102,127v1,48,30,82,76,82v66,0,98,-58,101,-125v2,-48,-30,-84,-75,-84","w":280},{"d":"102,-42r0,-70r-70,0r0,-30r70,0r0,-70r30,0r0,70r70,0r0,30r-70,0r0,70r-30,0","w":210},{"d":"154,-113v21,-49,-20,-62,-53,-43v-43,24,-43,100,-57,156r-32,0r54,-258r32,0r-21,99v20,-18,35,-32,65,-32v90,0,25,129,20,191r-32,0"},{"d":"158,-132v65,36,13,136,-58,136v-47,0,-77,-29,-80,-72r31,-3v3,32,17,49,47,50v30,0,57,-26,58,-55v0,-30,-24,-47,-58,-44r6,-26v35,5,65,-15,65,-45v1,-23,-19,-43,-42,-42v-26,1,-44,21,-48,47r-31,-6v8,-38,39,-66,82,-67v40,-1,71,29,71,67v-1,32,-19,48,-43,60"},{"d":"-23,72r0,-23r210,0r0,23r-210,0"},{"d":"75,-122v-23,0,-30,10,-46,24r0,-36v34,-41,91,-8,134,3v19,0,36,-14,46,-25r0,38v-14,12,-26,19,-49,20v-28,1,-59,-24,-85,-24","w":210},{"d":"58,-59v-11,31,0,39,28,33r-5,26v-40,11,-76,-8,-56,-54r22,-108r-25,0r5,-25r26,0r9,-46r37,-22r-15,68r32,0r-6,25r-31,0","w":100},{"d":"251,-194v-3,87,-85,94,-179,89r-22,105r-35,0r54,-258v80,3,185,-20,182,64xm217,-194v1,-52,-70,-32,-119,-36r-20,96v70,2,138,4,139,-60","w":240,"k":{"A":27,".":46,",":46," ":13}},{"d":"7,0r5,-25r100,-113v7,-8,15,-15,24,-24v-38,4,-64,1,-102,2r6,-27r144,0r-4,20r-127,141v43,-3,68,-2,110,-2r-6,28r-150,0","w":180},{"d":"16,0r54,-258r34,0r-26,124r140,-124r49,0r-120,105r88,153r-39,0r-74,-131r-54,47r-18,84r-34,0","w":240},{"d":"47,0r-19,-187r31,0r12,153v16,-54,45,-103,66,-153r34,0r8,150v16,-41,49,-106,69,-150r32,0r-92,187r-33,0r-8,-149r-66,149r-34,0","w":259,"k":{".":20,",":20}},{"d":"94,4v-47,0,-76,-27,-76,-75v0,-62,37,-121,101,-120v45,0,76,31,75,78v-1,65,-38,117,-100,117xm118,-166v-47,0,-67,46,-69,92v-1,32,16,54,45,54v46,0,68,-45,69,-93v1,-31,-17,-53,-45,-53"},{"d":"-18,4r138,-266r28,0r-139,266r-27,0","w":100},{"d":"148,-126v13,-37,-19,-46,-46,-30v-44,26,-43,100,-58,156r-32,0r39,-187r32,0r-7,31v21,-21,31,-34,62,-35v25,-1,41,14,45,35v19,-37,109,-56,109,7v0,49,-20,101,-29,149r-31,0r29,-145v-7,-40,-67,-9,-75,11v-14,34,-23,92,-33,134r-32,0","w":299},{"d":"87,-209r-35,-49r39,0r20,49r-24,0","w":119},{"d":"33,76r0,-338r28,0r0,338r-28,0","w":93},{"d":"50,9r213,-271r29,0r-212,271r-30,0xm82,-124v-32,0,-49,-19,-47,-54v2,-42,20,-82,64,-82v34,0,51,17,51,50v0,42,-21,87,-68,86xm100,-239v-26,0,-37,39,-38,66v-1,17,6,26,20,27v31,1,38,-40,40,-68v1,-15,-9,-25,-22,-25xm307,-77v0,42,-20,88,-68,86v-32,-1,-49,-19,-47,-54v3,-41,19,-81,65,-81v33,1,50,17,50,49xm258,-105v-28,0,-37,39,-39,66v0,17,7,26,21,27v29,1,38,-40,39,-68v0,-15,-8,-25,-21,-25","w":320},{"d":"16,0r54,-258r168,0r-6,30r-134,0r-17,82r136,0r-6,29r-136,0r-24,117r-35,0","w":219,"k":{"A":27,".":46,",":46," ":7}},{"d":"57,-222r8,-36r31,0r-7,36r-32,0xm-44,70r6,-27v34,8,40,-4,48,-41r39,-189r32,0r-40,195v-8,52,-31,78,-85,62","w":79},{"d":"27,-66v0,-39,23,-67,54,-76v-58,-30,-16,-117,49,-117v42,0,73,24,73,63v-1,31,-17,48,-43,58v64,37,16,143,-59,143v-42,0,-74,-29,-74,-71xm133,-233v-28,1,-49,18,-49,46v-1,23,17,37,40,37v54,0,69,-85,9,-83xm116,-127v-33,0,-59,28,-57,64v0,26,19,40,45,42v54,4,81,-107,12,-106"},{"d":"155,-118v6,-26,5,-47,-22,-47v-74,0,-72,100,-89,165r-32,0r39,-187r29,0r-7,33v21,-21,37,-37,69,-37v90,0,24,129,20,191r-32,0"},{"d":"111,-191v27,0,43,16,53,39r7,-35r28,0r-54,259r-32,0r20,-93v-45,50,-118,19,-115,-51v3,-63,34,-119,93,-119xm112,-165v-42,2,-59,48,-62,89v-2,32,14,54,40,54v41,0,61,-51,62,-94v2,-27,-16,-49,-40,-49"},{"d":"16,0r54,-258r42,0r26,167v3,22,6,43,7,63v33,-70,88,-159,126,-230r43,0r-54,258r-34,0r27,-125v6,-29,15,-62,27,-98v-36,76,-84,150,-124,223r-33,0r-26,-165v-2,-15,-4,-33,-5,-53v-10,83,-28,142,-43,218r-33,0","w":299},{"d":"202,-213v0,40,-27,50,-64,71v15,28,30,51,44,69v9,-10,17,-23,25,-37r27,14v-8,16,-18,32,-32,48v8,10,18,21,30,35r-24,19v-12,-10,-21,-20,-29,-31v-26,20,-37,29,-73,31v-44,2,-78,-31,-78,-73v0,-50,29,-66,68,-85v-31,-47,-5,-109,51,-110v31,-1,55,21,55,49xm147,-237v-33,0,-41,43,-21,71v24,-14,42,-21,45,-46v2,-13,-12,-25,-24,-25xm61,-71v0,53,69,64,99,21v-22,-29,-39,-54,-51,-77v-28,14,-48,25,-48,56","w":240},{"d":"108,0r13,-66r-105,0r7,-31r144,-161r26,0r-34,164r36,0r-6,28r-36,0r-14,66r-31,0xm127,-94r23,-107r-96,107r73,0"},{"d":"20,0r7,-36r36,0v-7,40,-15,84,-54,88r3,-14v14,-4,23,-16,27,-38r-19,0","w":100},{"d":"52,-151r8,-36r35,0r-7,36r-36,0xm21,0r7,-36r36,0r-8,36r-35,0","w":100},{"d":"203,-113r-171,73r0,-31r136,-56r-136,-56r0,-31r171,72r0,29","w":210},{"d":"21,0r7,-36r36,0r-7,36r-36,0","w":100},{"d":"52,0v18,-86,66,-172,120,-225r-128,0r6,-29r164,0r-6,29v-56,46,-105,146,-123,225r-33,0"},{"d":"94,4v-44,0,-72,-38,-69,-89v5,-84,29,-174,109,-174v45,0,72,36,70,86v-4,82,-29,177,-110,177xm135,-233v-63,0,-73,96,-79,157v-3,32,12,55,40,55v60,0,73,-102,77,-160v2,-33,-10,-52,-38,-52"},{"d":"17,-77r6,-32r97,0r-6,32r-97,0","w":119},{"d":"79,-93v-44,-16,-14,-84,-11,-125v1,-16,-12,-17,-31,-16r6,-28v36,-3,54,6,55,36v2,38,-43,116,13,118r-6,29v-86,10,-20,171,-135,155r6,-28v55,12,44,-67,58,-95v11,-23,22,-37,45,-46","w":120},{"d":"238,1v-22,0,-33,-7,-34,-30v-13,16,-30,30,-54,30v-108,0,-62,-192,28,-192v25,0,42,14,53,33r6,-27r31,0r-30,145v0,7,5,11,12,11v38,-8,68,-51,68,-97v0,-70,-56,-111,-126,-111v-89,0,-145,64,-146,152v-1,91,61,134,151,135v57,0,101,-22,124,-53r31,0v-26,46,-78,80,-155,79v-107,-1,-177,-53,-177,-158v0,-107,64,-180,174,-180v88,0,146,52,150,137v3,58,-51,127,-106,126xm180,-164v-61,-1,-88,129,-23,139v41,-6,61,-45,64,-89v1,-28,-16,-50,-41,-50","w":365},{"d":"202,-152r-170,0r0,-29r170,0r0,29xm202,-73r-170,0r0,-30r170,0r0,30","w":210},{"d":"41,-210r9,-25v19,7,32,12,40,17v-2,-21,-3,-36,-3,-44r25,0v0,12,-2,27,-4,44v12,-6,26,-12,42,-17r8,25v-15,5,-30,7,-44,9v7,6,17,18,30,34r-21,15v-7,-9,-15,-22,-24,-38v-9,17,-16,29,-23,38r-21,-15v14,-17,24,-29,30,-34v-15,-3,-30,-5,-44,-9","w":140},{"w":100},{"d":"98,4v-46,0,-74,-31,-73,-78r32,-3v-1,31,14,56,43,56v39,0,63,-39,65,-78v3,-55,-75,-60,-96,-21r-28,-2r39,-132r126,0r-6,29r-98,0r-19,66v43,-36,118,-7,113,57v-4,60,-38,106,-98,106"},{"d":"16,0r54,-258r186,0r-6,30r-152,0r-16,80r147,0r-6,29r-148,0r-18,90r162,0r-6,29r-197,0","w":240},{"d":"40,-65r20,-140r11,-53r38,0v-13,68,-32,129,-49,193r-20,0xm20,0r8,-36r36,0r-8,36r-36,0","w":100},{"d":"49,-166v0,-34,4,-65,11,-92r36,0v-6,34,-16,64,-28,92r-19,0xm107,-166v0,-34,4,-65,11,-92r36,0v-6,34,-16,64,-28,92r-19,0","w":127},{"d":"190,-74v0,48,-40,83,-93,78r-6,30r-18,0r7,-32v-34,-7,-60,-38,-62,-77r32,-1v2,26,14,45,35,52r21,-97v-33,-15,-57,-30,-57,-70v0,-41,39,-74,86,-70r3,-14r17,0r-3,16v32,9,49,29,54,64r-30,1v-4,-20,-12,-33,-30,-39r-18,89v38,17,62,29,62,70xm130,-236v-38,-4,-63,35,-43,66v4,6,13,13,25,19xm102,-21v38,4,71,-39,49,-74v-5,-7,-14,-13,-29,-19"},{"d":"0,72r2,-30v38,13,49,-17,62,-41r-31,-188r31,0r21,151r84,-151r33,0r-119,212v-20,37,-37,59,-83,47","w":180,"k":{".":27,",":27}},{"d":"94,0r-49,-258r33,0r30,154v6,28,8,50,10,67r119,-221r35,0r-141,258r-37,0","w":240,"k":{"y":7,"u":7,"r":7,"o":13,"i":7,"e":13,"a":13,"A":20,";":7,":":7,".":27,"-":13,",":27}},{"d":"74,4r-43,-266r24,0r43,266r-24,0","w":100},{"d":"175,-192v-1,-38,-36,-51,-64,-29v-18,13,-32,49,-39,72v40,-43,121,-20,121,51v0,51,-36,102,-88,102v-47,0,-78,-38,-75,-90v5,-80,30,-173,112,-173v38,0,59,27,62,64xm119,-146v-60,-3,-84,119,-14,125v60,1,84,-122,14,-125"},{"d":"198,-168v-4,83,-31,169,-111,172v-38,1,-61,-25,-63,-63r30,-3v1,41,44,52,69,24v14,-16,26,-38,33,-67v-42,44,-120,17,-120,-52v0,-51,36,-103,88,-102v46,1,76,39,74,91xm124,-233v-63,-2,-80,121,-14,125v61,2,84,-120,14,-125"},{"d":"-11,0r123,-130r-73,-128r38,0r58,106v24,-31,68,-74,97,-106r45,0r-125,133r71,125r-38,0r-56,-104v-28,36,-64,70,-95,104r-45,0","w":240},{"d":"46,-166v0,-34,4,-65,11,-92r36,0v-6,34,-16,64,-28,92r-19,0","w":68},{"d":"101,0r20,-100r-79,-158r37,0r62,128v25,-43,65,-88,96,-128r41,0r-123,161r-20,97r-34,0","w":240,"k":{"v":13,"u":13,"q":20,"p":20,"o":20,"i":7,"e":20,"a":27,"A":20,";":13,":":13,".":33,"-":27,",":33," ":7}},{"d":"202,-190v1,75,-103,101,-136,161r115,0r-6,29r-154,0v13,-85,110,-104,146,-171v16,-30,-9,-63,-40,-62v-31,2,-44,22,-51,53r-31,-5v5,-43,36,-74,82,-74v44,0,73,27,75,69"},{"d":"17,-77r6,-32r97,0r-6,32r-97,0","w":119},{"d":"230,-82v0,49,-39,82,-90,82r-124,0r54,-258v76,1,166,-13,166,61v-1,33,-20,53,-48,63v25,8,42,23,42,52xm204,-194v0,-46,-60,-32,-106,-34r-17,80v56,0,123,7,123,-46xm195,-81v1,-51,-71,-34,-120,-37r-19,89v0,0,137,9,139,-52","w":240},{"d":"219,-45v-31,68,-189,70,-184,-25v3,-58,26,-130,36,-188r35,0r-37,188v0,60,103,56,121,10v21,-52,31,-137,47,-198r35,0v-17,69,-27,155,-53,213","w":259},{"d":"-7,0r146,-258r40,0r43,258r-33,0r-13,-74r-104,0r-41,74r-38,0xm87,-101r85,0r-17,-129v-17,41,-47,89,-68,129","w":240,"k":{"y":3,"w":7,"v":7,"Y":27,"W":7,"V":20,"T":27," ":13}},{"d":"70,-103v-3,84,84,97,144,57r12,-56r-79,0r7,-29r112,0r-21,105v-25,16,-63,30,-103,30v-67,0,-107,-41,-107,-107v0,-107,85,-189,191,-149v31,12,43,34,50,70r-34,3v-8,-34,-28,-54,-67,-54v-69,0,-103,57,-105,130","w":280},{"d":"87,76v-85,12,-44,-77,-40,-126v2,-18,-10,-29,-28,-29r6,-29v86,-5,12,-165,135,-154r-6,28v-68,-7,-35,93,-76,124v-7,5,-15,12,-27,17v44,14,16,85,11,124v1,16,10,17,31,17","w":120},{"d":"61,0r-16,-258r35,0r8,211r109,-211r36,0r10,213r104,-213r35,0r-131,258r-37,0r-10,-205v-34,75,-72,134,-108,205r-35,0","w":339,"k":{"i":3,"e":7,"a":7,"A":7,".":13,"-":7,",":13}},{"d":"71,-149v19,-27,42,-55,80,-35r-13,29v-74,-24,-80,89,-96,155r-30,0r39,-187r28,0","w":119,"k":{".":13,"-":7,",":20}},{"d":"32,-113r0,-29r171,-72r0,31r-135,56r135,56r0,31","w":210},{"d":"51,-151r8,-36r35,0r-7,36r-36,0xm20,0r7,-36r36,0v-7,40,-15,84,-54,88r3,-14v14,-4,23,-16,27,-38r-19,0","w":100},{"d":"15,0r54,-258r34,0r-22,107r134,0r22,-107r34,0r-53,258r-35,0r25,-121r-133,0r-25,121r-35,0","w":259},{"d":"14,0r54,-258r35,0r-48,229r134,0r-6,29r-169,0","k":{"y":7,"Y":33,"W":13,"V":20,"T":27," ":7}},{"d":"57,-222r8,-36r31,0r-7,36r-32,0xm11,0r39,-187r32,0r-39,187r-32,0","w":79},{"d":"51,-151r8,-36r35,0r-7,36r-36,0xm20,0r7,-36r36,0v-7,40,-15,84,-54,88r3,-14v14,-4,23,-16,27,-38r-19,0","w":100},{"d":"202,-199v1,62,-89,74,-97,134r-30,0v1,-66,88,-76,95,-136v3,-20,-20,-37,-42,-36v-31,2,-46,20,-50,55r-32,-5v9,-45,34,-75,82,-75v40,0,73,24,74,63xm60,0r7,-36r36,0r-7,36r-36,0"},{"d":"193,-116v-5,64,-32,120,-92,120v-22,0,-40,-11,-52,-34r-21,102r-32,0r54,-259r30,0r-6,26v36,-52,125,-30,119,45xm121,-165v-43,0,-59,48,-62,89v-3,37,12,52,41,54v56,4,94,-143,21,-143"},{"d":"9,0r54,-258r32,0r-54,258r-32,0","w":79},{"d":"152,-88v38,40,-4,96,-61,92v-44,-3,-79,-21,-76,-68r32,-2v-2,31,19,45,46,46v23,1,41,-10,42,-29v-8,-45,-94,-32,-94,-88v0,-53,84,-70,120,-38v12,11,20,25,20,43r-32,2v5,-40,-78,-50,-78,-12v0,28,74,39,81,54","w":180},{"d":"18,0r54,-258r33,0v30,75,66,137,90,219r44,-219r33,0r-53,258r-34,0r-91,-218v-10,72,-29,148,-43,218r-33,0","w":259}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+205-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("&oiu}6jz._Rh&[,p!6qyLoLR>4jui6Rh>4Xy._QWi~T3HGzU~lq@>6qa>>HtioilE4X,0A,QEWku&0j.&qPW.zTZ.ljVVWQ(KAPx}udf}_`TXEi9no;Dc0Hz7l]:7a$d7>u{-0C$!c{dHc{uQ0q$LUQ;~,D$ja,HXuAy>gEd1oqA(,~`QxP>$adp0@DC>gEd1G!,-x`3$z|U{`[l@qogLX&71jn-(Q0cE~_>Hi.}$!KVtkUaA,6W]C9Z3PhfdDyGzu4x|;+pTR:%7Wjd}o,z&[LU&0DC-c{3$luU7W{3}lud76D,}6!z.[DW-_LhiU;W}g,d.g1RKxzp._H]7u|]-GCx!x!$7UA%&lT+!x!x>[;yi_q3$xQk$6!y}x~d>[;a}4uT$6~k}gjzH>XW$6Ru$qdhH4RPVgX,H_DG!oqy>[;P$oQ,!,dhH4@CX[Th!o~G![k3}4jk!o,f}U;]}xjz}6qPi0ACi6Ry&lPC-odp&yPC&_!}HuPC>~zR$qPC>>zC&[At")}catch(e){}delete _cufon_bridge_;return f})({"w":200,"face":{"font-family":"italic","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 4 2 2 2 9 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-44 -275 382 77.1171","underline-thickness":"26.3672","underline-position":"-24.9609","slope":"-12","unicode-range":"U+0020-U+007E"}}));
Cufon.registerFont((function(f){_cufon_bridge_={p:[{"d":"53,30r-43,0v28,-39,52,-84,52,-147v0,-63,-24,-108,-52,-147r43,0v63,80,64,214,0,294","w":119},{"d":"90,4v-66,0,-72,-57,-72,-129v0,-52,27,-74,72,-74v66,0,72,56,72,128v0,52,-27,75,-72,75xm90,-160v-44,-1,-27,63,-27,101v0,15,11,23,27,23v44,1,27,-63,27,-101v0,-15,-11,-23,-27,-23","w":180},{"d":"72,0r-50,0r0,-260r130,0r0,44r-80,0r0,60r63,0r0,44r-63,0r0,112","w":159,"k":{"A":13,".":40,",":40}},{"d":"67,0r-45,0r0,-260r45,0r0,86v27,-33,91,-40,91,25r0,149r-45,0r0,-144v-1,-33,-31,-22,-46,-4r0,148","w":180},{"d":"154,0r-7,-22v-42,51,-129,25,-129,-62r0,-92v0,-64,34,-88,82,-88v51,0,78,30,80,89r-50,0v6,-59,-62,-62,-62,-8r0,106v0,29,12,37,32,37v25,1,32,-23,30,-52r-35,0r0,-41r85,0r0,133r-26,0"},{"d":"113,-44r0,-108v-24,-22,-49,-25,-50,33v-1,32,0,99,23,89v10,0,18,-4,27,-14xm117,-196r41,0r0,265r-45,0r0,-87v-50,45,-95,20,-95,-56v0,-59,-1,-125,50,-125v21,0,39,16,49,27r0,-24","w":180},{"d":"63,-139r-46,0v3,-44,37,-60,73,-60v104,-2,54,113,69,199r-45,0v-1,-5,-2,-11,-3,-19v-25,30,-99,37,-99,-24v0,-45,42,-65,99,-82v11,-43,-45,-51,-48,-14xm111,-48r0,-48v-27,9,-54,24,-54,45v0,32,41,22,54,3","w":180},{"d":"57,-260r44,105r42,-105r53,0r-71,155r0,105r-50,0r0,-105r-71,-155r53,0","k":{"v":6,"u":13,"q":20,"p":13,"o":20,"i":6,"e":20,"a":20,"A":13,";":20,":":20,".":33,"-":27,",":33}},{"d":"206,-164r0,44r-196,0r0,-44r196,0xm206,-76r0,44r-196,0r0,-44r196,0","w":216},{"d":"162,-87r-99,0v-2,28,2,54,27,54v19,0,27,-12,27,-27r45,0v-2,40,-26,64,-72,64v-43,0,-72,-27,-72,-70r0,-64v0,-43,29,-69,72,-69v60,0,79,46,72,112xm63,-124r54,0v2,-23,-5,-39,-27,-39v-22,0,-29,16,-27,39","w":180},{"d":"162,0r-140,0r0,-260r136,0r0,44r-86,0r0,60r66,0r0,44r-66,0r0,68r90,0r0,44","w":180},{"d":"22,0r0,-260v74,-3,154,-4,154,67v0,23,-11,41,-32,54v69,34,39,151,-49,139r-73,0xm72,-116r0,75v35,3,60,-7,60,-38v0,-31,-26,-39,-60,-37xm72,-219r0,62v30,3,54,-7,54,-31v0,-27,-24,-34,-54,-31"},{"d":"101,-204v-11,32,-16,71,-25,105r49,0xm53,0r-48,0r64,-260r64,0r62,260r-47,0r-13,-55r-68,0","k":{"y":6,"w":6,"v":6,"Y":20,"W":13,"V":13,"T":20}},{"d":"148,-163v-39,-3,-57,70,-11,72v40,3,57,-70,11,-72xm186,-177r5,-18r32,0r-20,102v0,4,1,7,5,7v17,0,36,-20,36,-59v0,-58,-40,-88,-95,-88v-60,0,-99,44,-99,103v0,94,113,132,176,78r33,0v-64,104,-246,50,-246,-78v0,-76,62,-134,137,-134v63,0,125,43,125,109v0,79,-69,104,-91,104v-11,1,-18,-9,-21,-19v-31,41,-93,8,-93,-44v0,-61,76,-117,116,-63","w":288},{"d":"76,0r-52,0r0,-51r52,0r0,51","w":100},{"d":"152,0r-130,0r0,-260r50,0r0,216r80,0r0,44","w":159,"k":{"y":13,"Y":27,"W":20,"V":20,"T":20}},{"d":"192,0r-53,0r-43,-106r-24,0r0,106r-50,0r0,-260r72,0v96,-12,118,114,49,144xm72,-219r0,72v34,2,61,0,61,-36v0,-36,-26,-38,-61,-36","k":{"Y":6}},{"d":"97,-261r0,37v-26,-4,-31,11,-28,37r27,0r0,37r-27,0r0,150r-46,0r0,-150r-20,0r0,-37r20,0v-5,-60,22,-88,74,-74","w":100},{"d":"149,-64v-38,0,-97,-55,-116,1r-14,-35v9,-17,22,-33,48,-33v27,0,63,26,85,26v14,0,23,-14,32,-28r13,35v-11,16,-24,34,-48,34","w":216},{"d":"13,-75r47,0v-1,24,14,38,37,38v31,0,41,-21,41,-57v0,-55,-54,-63,-76,-30r-40,0r0,-136r150,0r0,41r-109,0r0,54v14,-10,29,-16,48,-16v55,0,74,35,74,88v0,60,-25,97,-87,97v-65,0,-85,-40,-85,-79"},{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},{"d":"56,-101r-50,-95r48,0r26,56r26,-56r48,0r-49,96r53,100r-49,0r-29,-63r-30,63r-48,0","w":159},{"d":"61,-115r-42,0r70,-145r38,0r70,145r-43,0r-46,-102","w":216},{"d":"182,-108r0,34r-35,0r-11,74r-34,0r10,-74r-36,0r-10,74r-35,0r10,-74r-34,0r0,-34r39,0r6,-44r-34,0r0,-34r39,0r10,-74r35,0r-11,74r36,0r11,-74r34,0r-10,74r31,0r0,34r-35,0r-7,44r31,0xm123,-152r-36,0r-6,44r35,0"},{"d":"18,-156r0,-40r131,0r0,39r-83,117r83,0r0,40r-138,0r0,-39r82,-117r-75,0","w":159},{"d":"102,27r-84,0r0,-287r84,0r0,22r-44,0r0,243r44,0r0,22","w":119},{"d":"22,-216r0,-44r144,0r0,42r-98,174r100,0r0,44r-156,0r0,-42r98,-174r-88,0","w":180},{"d":"67,0r-45,0r0,-196r44,0r0,22v30,-33,92,-41,92,25r0,149r-45,0r0,-144v-1,-33,-31,-22,-46,-4r0,148","w":180},{"d":"12,-76r48,0v0,27,11,39,38,39v24,0,38,-17,38,-39v0,-29,-16,-41,-52,-41r0,-41v58,9,61,-64,12,-64v-18,0,-30,12,-31,30r-47,0v0,-48,35,-72,79,-72v77,0,108,93,49,128v28,11,38,33,38,62v0,51,-38,78,-85,78v-58,0,-87,-31,-87,-80"},{"d":"77,4r-98,-268r44,0r98,268r-44,0","w":100},{"d":"18,4r0,-268r44,0r0,268r-44,0","w":79},{"d":"18,-84r0,-92v0,-64,34,-88,82,-88v48,0,82,24,82,88r0,92v0,64,-34,88,-82,88v-48,0,-82,-24,-82,-88xm68,-183r0,106v0,29,12,37,32,37v20,0,32,-8,32,-37r0,-106v0,-29,-12,-37,-32,-37v-20,0,-32,8,-32,37"},{"d":"26,30r0,-21v67,11,-6,-115,59,-126v-42,-2,-29,-62,-29,-103v0,-21,-11,-23,-30,-22r0,-22v39,-2,66,1,70,43v3,34,-14,97,25,94r0,22v-39,-4,-22,59,-25,92v-4,41,-31,45,-70,43","w":119},{"d":"67,-152r0,108v24,22,49,25,50,-33v1,-32,0,-99,-23,-89v-10,0,-18,4,-27,14xm22,-196r41,0v1,7,-2,18,1,24v8,-12,28,-27,48,-27v51,0,50,66,50,125v0,76,-46,100,-95,56r0,87r-45,0r0,-265","w":180},{"d":"40,-105r74,0r-1,-102xm0,-110r110,-150r49,0r0,155r37,0r0,37r-37,0r0,68r-45,0r0,-68r-114,0r0,-42"},{"d":"105,-125v0,-25,-8,-38,-24,-38v-17,0,-23,12,-23,43v0,24,7,36,21,36v19,0,26,-7,26,-41xm172,-199r0,39v-11,-4,-19,-3,-29,2v17,62,-9,126,-79,109v-3,4,-8,6,-8,11v0,24,114,-13,114,58v0,33,-34,49,-87,49v-74,0,-96,-43,-48,-66v-30,-14,-16,-52,9,-61v-47,-30,-45,-141,37,-141v19,0,39,8,51,22v12,-14,23,-22,40,-22xm127,23v-4,-17,-48,-10,-67,-14v-5,5,-9,8,-9,15v0,10,15,15,42,15v22,0,34,-6,34,-16","w":180},{"d":"20,-163r0,-97r40,0r0,97r-40,0","w":79},{"d":"27,-196r46,0r0,196r-46,0r0,-196xm73,-230r-46,0r0,-41r46,0r0,41","w":100},{"d":"7,-260r166,0r0,44r-58,0r0,216r-50,0r0,-216r-58,0r0,-44","w":180,"k":{"y":20,"w":20,"u":20,"s":20,"r":20,"o":20,"i":20,"e":20,"c":20,"a":20,"A":13,";":27,":":27,".":27,"-":27,",":27}},{"d":"104,-78r-89,0r0,-40r89,0r0,40","w":119},{"d":"69,0r-45,0r0,-260r45,0r1,140r48,-76r51,0r-45,66r49,130r-48,0r-33,-92r-23,32r0,60","w":180},{"d":"63,-260r37,78r38,-78r53,0r-63,123r69,137r-54,0r-43,-92r-43,92r-54,0r70,-137r-64,-123r54,0"},{"d":"85,0r0,-199r-40,0r0,-28v38,-8,45,-21,57,-37r28,0r0,264r-45,0"},{"d":"178,0r-164,0r0,-42v104,-99,121,-118,121,-145v0,-21,-12,-35,-35,-35v-27,1,-39,17,-37,43r-48,0v-4,-50,27,-85,81,-85v51,0,86,26,86,76v0,60,-70,107,-107,147r103,0r0,41"},{"d":"145,-150r-37,14v-6,-29,-50,-39,-50,-9v0,30,89,31,89,89v0,39,-27,60,-65,60v-27,0,-52,-7,-74,-56r41,-11v4,18,15,30,33,30v14,0,22,-6,22,-17v0,-37,-89,-29,-89,-95v0,-37,30,-54,62,-54v34,0,57,19,68,49","w":159},{"d":"-9,-272r56,0r34,52r-37,0","w":100},{"d":"22,0r0,-196r44,0r0,22v23,-27,71,-39,83,4v24,-37,89,-45,89,22r0,148r-45,0r0,-149v-1,-32,-31,-11,-40,1r0,148r-46,0r0,-149v-1,-32,-33,-11,-40,1r0,148r-45,0","w":259},{"d":"18,-260r84,0r0,287r-84,0r0,-22r44,0r0,-243r-44,0r0,-22","w":119},{"d":"67,0r-45,0r0,-196r44,0v1,8,-2,20,1,26v10,-19,23,-29,46,-29r0,49v-18,-10,-46,-6,-46,16r0,134","w":119,"k":{".":20,"-":13,",":20}},{"d":"94,-264r0,22v-67,-12,7,116,-59,125v41,2,29,63,29,104v0,21,11,23,30,22r0,21v-39,2,-66,-1,-70,-43v-3,-34,15,-96,-25,-93r0,-22v40,4,22,-59,25,-93v4,-41,31,-45,70,-43","w":119},{"d":"51,0r-46,-196r42,0r27,123r26,-123r39,0r29,123r25,-123r42,0r-46,196r-42,0r-29,-122r-24,122r-43,0","w":240,"k":{".":13,",":13}},{"w":100},{"d":"75,0r-50,0r0,-260r72,0v61,0,91,29,91,78v0,56,-43,83,-113,78r0,104xm75,-219r0,74v36,2,63,-2,63,-37v0,-35,-27,-40,-63,-37","k":{"A":13,".":46,",":46}},{"d":"76,0r-52,0r0,-51r52,0r0,51xm76,-108r-52,0r0,-51r52,0r0,51","w":100},{"d":"68,-183r0,106v0,29,12,37,32,37v26,0,35,-22,32,-54r50,0v3,68,-31,98,-82,98v-48,0,-82,-24,-82,-88r0,-92v0,-64,34,-88,82,-88v48,0,82,24,82,88r-50,0v2,-30,-10,-44,-32,-44v-20,0,-32,8,-32,37"},{"d":"67,-152r0,108v24,22,49,25,50,-33v1,-32,0,-99,-23,-89v-10,0,-18,4,-27,14xm63,0r-41,0r0,-260r45,0r0,82v50,-43,95,-20,95,56v0,59,1,126,-50,126v-21,0,-39,-17,-49,-28r0,24","w":180},{"d":"20,-150r-18,0r0,-37r18,0r0,-53r46,0r0,53r29,0r0,37r-29,0r0,100v-1,13,14,15,29,14r0,38v-36,6,-75,1,-75,-37r0,-115","w":100},{"d":"13,-86r0,-88v0,-55,31,-90,87,-90v56,0,87,35,87,90r0,88v0,55,-31,90,-87,90v-56,0,-87,-35,-87,-90xm100,-222v-53,0,-40,80,-40,130v0,42,13,55,40,55v53,0,40,-80,40,-131v0,-42,-13,-54,-40,-54"},{"d":"72,-163r0,-97r39,0r0,97r-39,0xm9,-163r0,-97r39,0r0,97r-39,0","w":119},{"d":"50,-196r30,126r30,-126r46,0r-54,196r-44,0r-54,-196r46,0","w":159,"k":{".":13,",":13}},{"d":"206,-39r0,42r-196,-84r0,-34r196,-84r0,42r-140,59","w":216},{"d":"28,53r18,-53r-22,0r0,-51r52,0r0,51r-23,53r-25,0","w":100},{"d":"77,-260v36,0,65,30,65,65v0,35,-29,65,-65,65v-36,0,-65,-30,-65,-65v0,-35,29,-65,65,-65xm77,-225v-41,0,-35,59,0,59v16,0,30,-14,30,-29v0,-15,-14,-30,-30,-30xm243,-130v36,0,65,30,65,65v0,35,-29,65,-65,65v-36,0,-65,-30,-65,-65v0,-35,29,-65,65,-65xm243,-94v-16,0,-30,14,-30,29v0,15,14,30,30,30v16,0,30,-15,30,-30v0,-15,-14,-29,-30,-29xm71,4r149,-268r31,0r-149,268r-31,0","w":320},{"d":"177,-201r-45,13v-8,-24,-19,-34,-36,-34v-18,0,-28,10,-28,28v0,39,111,42,111,123v0,45,-31,75,-83,75v-40,0,-71,-22,-84,-73r48,-11v6,31,24,43,39,43v17,0,31,-12,31,-31v0,-49,-111,-50,-111,-123v0,-45,27,-73,78,-73v44,0,71,26,80,63"},{"d":"72,-260r36,0v-2,18,-10,37,-9,54r48,-24r9,32v-17,4,-39,1,-53,8r38,38r-27,20v-9,-15,-13,-36,-25,-48r-23,48r-27,-20v11,-14,31,-25,37,-40r-52,-6r9,-32r48,24v1,-17,-7,-36,-9,-54","w":180},{"d":"76,-260r-10,172r-32,0r-10,-172r52,0xm76,0r-52,0r0,-51r52,0r0,51","w":100},{"w":100},{"d":"22,0r0,-260v88,-2,161,-5,160,90r0,80v1,95,-71,93,-160,90xm72,-216r0,172v39,2,60,-5,60,-52v0,-59,15,-135,-60,-120"},{"d":"12,68r0,-39v45,5,49,-25,37,-67r-45,-158r46,0r31,130r29,-130r46,0r-52,195v-15,58,-38,74,-92,69","w":159,"k":{".":13,",":13}},{"d":"140,-75v0,-24,-16,-40,-40,-40v-24,0,-40,16,-40,40v0,22,11,38,40,38v29,0,40,-16,40,-38xm133,-189v0,-18,-14,-33,-33,-33v-19,0,-33,15,-33,33v0,18,15,33,33,33v18,0,33,-15,33,-33xm187,-74v0,51,-38,78,-87,78v-49,0,-87,-27,-87,-78v0,-29,10,-51,38,-62v-21,-10,-32,-34,-32,-57v0,-48,36,-71,81,-71v45,0,81,23,81,71v0,23,-11,47,-32,57v28,11,38,33,38,62"},{"d":"60,-106v-2,43,8,69,40,69v25,0,38,-18,38,-48v0,-52,-55,-50,-78,-21xm180,-192r-47,0v-1,-18,-15,-30,-33,-30v-36,0,-43,34,-40,78v16,-12,35,-20,56,-20v45,0,69,35,69,77v0,53,-26,91,-85,91v-56,0,-87,-35,-87,-90r0,-88v0,-55,31,-90,87,-90v45,0,76,25,80,72"},{"d":"121,-264r-98,268r-44,0r98,-268r44,0","w":100},{"d":"7,-46r31,-28v11,15,28,30,46,34r0,-74v-37,-11,-72,-35,-72,-76v0,-42,32,-68,72,-70r0,-23r28,0r0,23v30,5,51,20,68,38r-28,27v-10,-13,-23,-23,-40,-25r0,66v40,14,76,33,76,82v0,44,-34,71,-76,72r0,41r-28,0r0,-41v-25,0,-59,-22,-77,-46xm84,-162r0,-60v-17,0,-31,10,-31,28v0,16,15,27,31,32xm112,-106r0,66v19,0,32,-13,32,-31v0,-21,-15,-27,-32,-35"},{"d":"113,-196r45,0r0,196r-44,0r0,-22v-30,34,-92,42,-92,-25r0,-149r45,0r0,144v1,33,31,22,46,4r0,-148","w":180},{"d":"86,-120r0,-76r44,0r0,76r76,0r0,44r-76,0r0,76r-44,0r0,-76r-76,0r0,-44r76,0","w":216},{"d":"27,0r0,-260r46,0r0,260r-46,0","w":100},{"d":"99,-233v-32,0,-26,49,-8,69v14,-12,31,-24,31,-45v0,-11,-8,-24,-23,-24xm183,-131r39,11v-8,22,-17,44,-30,65v10,7,23,14,36,15r0,44v-25,0,-42,-6,-66,-27v-42,48,-150,31,-150,-45v0,-36,18,-55,44,-72v-14,-21,-21,-37,-21,-59v0,-87,130,-82,128,-6v0,33,-26,53,-50,72v14,19,29,37,46,53v9,-17,19,-33,24,-51xm81,-107v-32,16,-18,70,18,70v13,0,26,-7,33,-15v-20,-17,-36,-36,-51,-55","w":240},{"d":"71,0r-46,0r0,-260r55,0r69,154r0,-154r46,0r0,260r-48,0r-76,-168r0,168","w":219},{"d":"63,0r-55,-260r46,0r36,170r36,-170r48,0r36,170r35,-170r46,0r-57,260r-48,0r-37,-178r-39,178r-47,0","w":299,"k":{"o":6,"e":6,"a":6,"A":6,";":6,":":6,".":20,"-":6,",":20}},{"d":"198,-24r0,43v-24,0,-41,-11,-53,-25v-60,25,-127,5,-127,-78r0,-92v0,-64,34,-88,82,-88v48,0,82,24,82,88v0,49,7,110,-10,143v7,5,15,9,26,9xm97,-65r0,-43v16,2,27,12,35,24v-5,-47,19,-138,-32,-136v-20,0,-32,8,-32,37r0,106v-2,38,26,42,51,33v-7,-10,-14,-18,-22,-21"},{"d":"109,30r-42,0v-63,-80,-64,-214,0,-294r42,0v-28,39,-51,84,-51,147v0,63,23,108,51,147","w":119},{"d":"75,0r-50,0r0,-260r50,0r0,104r70,0r0,-104r50,0r0,260r-50,0r0,-112r-70,0r0,112","w":219},{"d":"10,3r0,-42r140,-59r-140,-59r0,-42r196,84r0,34","w":216},{"d":"72,0r-67,-260r49,0r47,186r45,-186r49,0r-66,260r-57,0","k":{"u":6,"r":6,"o":13,"i":6,"e":13,"a":13,"A":13,";":13,":":13,".":27,"-":13,",":27}},{"d":"45,-195r-41,-12v10,-74,139,-78,139,5v0,41,-62,67,-52,116r-39,0r0,-36v0,-17,46,-63,46,-84v0,-12,-11,-21,-23,-21v-15,0,-29,16,-30,32xm97,0r-51,0r0,-51r51,0r0,51","w":159},{"d":"28,53r18,-53r-22,0r0,-51r52,0r0,51r-23,53r-25,0xm76,-108r-52,0r0,-51r52,0r0,51","w":100},{"d":"72,0r-50,0r0,-260r50,0r1,107r64,-107r55,0r-67,105r74,155r-56,0r-52,-109r-19,29r0,80"},{"d":"25,-260r50,0r0,182v0,25,11,38,35,38v24,0,35,-13,35,-38r0,-182r50,0r0,182v0,57,-34,82,-85,82v-51,0,-85,-25,-85,-82r0,-182","w":219},{"d":"162,-128r-45,0v2,-21,-7,-32,-27,-32v-44,-1,-27,63,-27,101v0,15,11,23,27,23v21,0,30,-13,27,-35r45,0v0,52,-27,75,-72,75v-66,0,-72,-57,-72,-129v0,-52,27,-74,72,-74v44,0,71,21,72,71","w":180},{"d":"11,-219r0,-41r164,0r0,24r-70,236r-52,0r72,-219r-114,0"},{"d":"140,-154v2,-42,-8,-68,-40,-68v-25,0,-37,17,-37,47v-1,53,54,51,77,21xm20,-68r47,0v1,18,15,31,33,31v35,0,43,-35,40,-79v-16,12,-35,20,-56,20v-45,0,-69,-35,-69,-77v0,-53,26,-91,85,-91v56,0,87,35,87,90r0,88v0,55,-31,90,-87,90v-45,0,-76,-25,-80,-72"},{"d":"45,-260r50,0r0,205v2,43,-40,66,-91,58r0,-44v24,3,41,1,41,-24r0,-195","w":119},{"d":"27,-196r46,0r0,212v-1,43,-33,57,-72,52r0,-40v19,0,26,-6,26,-18r0,-206xm73,-230r-46,0r0,-41r46,0r0,41","w":100},{"d":"113,-44r0,-108v-24,-22,-49,-25,-50,33v-1,32,0,99,23,89v10,0,18,-4,27,-14xm158,0r-41,0v-1,-7,2,-18,-1,-24v-8,12,-28,28,-48,28v-51,0,-50,-67,-50,-126v0,-76,45,-99,95,-56r0,-82r45,0r0,260","w":180},{"d":"75,0r-50,0r0,-260r50,0r0,260","w":100},{"d":"68,0r-43,0r0,-260r70,0r45,171r45,-171r70,0r0,260r-43,0r0,-204r-53,204r-38,0r-53,-204r0,204","w":280}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+134-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("vH;bMwI56GF%v?Ba`wz4eHeFi}Ib;wF%i}^46GfT;_lx-~59vGFH6N`j-_hF;r_?.ru%(z^wKL_KQz{LQBs6MLIqiPj1Kiu5;4`D_?bSG#N4q}3sii^a`u3?#NzHPe^v0OI*1.f[(r_Gi-;6Mq`QK&Z9LhBwT$D8Sxs%g>j4~5b}7{CEalF,JbjbO#3ZOzuE.}^5Oz>9`L>x^_O8e[3NQ(&}i?lh`[sx^hCir[Ze1B-J*5s_-~qC[wDh[r590TI>MHB5v?e9v[jD1(uxq#b90TuxM#b>0wjBMw`56?jT1Ge%;9CTMPB>6POFQ75a6G-$0b{$1~D7`7`q09hJv#lE`7`7i?C4;Gzxq7fZqw`4M7_>i?CLM}blqw_ZMPI5-i^TqwFbqz>%-}FsKP^B-Gj~`Hz4i?CsqHfB`B>%-}ND^?l%`H_~`?ZxM}IZ`HBgM9C$M7I5Mwzs;[hD;wF4v#sD1H>av4sDvG`M-bsDi_5FqzsDii5Dv?h&")}catch(e){}delete _cufon_bridge_;return f})({"w":200,"face":{"font-family":"bold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-21 -283 308 69","underline-thickness":"18","underline-position":"-27","stemv":"45","unicode-range":"U+0020-U+007E"}}));

//top - put these into templates!
//Cufon.replace('#inner h1',{ fontFamily: 'bold' });
Cufon.replace('#menu li a',{ fontFamily: 'bold',seperate:'none' });
Cufon.replace('#submenu li a',{ fontFamily: 'bold',seperate:'none' });

//left nav
Cufon.replace('#about_picture .name',{ fontFamily: 'italic' });

//content
Cufon.replace('#content .font',{ fontFamily: 'normal' });
Cufon.replace('#content .font_bold',{ fontFamily: 'bold' });
Cufon.replace('#content .font_italic',{ fontFamily: 'italic' });

Cufon.replace('#content .special_header .content',{ fontFamily: 'normal' });
Cufon.replace('#content .text_only_font .content',{ fontFamily: 'normal' });
//Cufon.replace('#content #inner.large_text .text_only p',{ fontFamily: 'normal' });



//block content
Cufon.replace('#content .block_font .block .content',{ fontFamily: 'normal' });

//templates
//three_columns
Cufon.replace('#right_column p:first',{ fontFamily: 'italic' });//italic quote
//normal
Cufon.replace('#about_picture h1',{ fontFamily: 'italic' });//italic name


//errors
Cufon.replace('#error h1',{ fontFamily: 'bold' });//italic name
