/*
 * 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:
 * Typeface: Copyright ©1995 International Typeface Corporation. Data: Copyright ©
 * 1995 Microsoft Corportation. All rights reserved.
 * 
 * Trademark:
 * ITC Eras is a registered trademark of International Typeface Corporation.
 */
Cufon.registerFont({"w":193,"face":{"font-family":"ErasLightITC","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 4 2 3 5 4 2 8 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-65 -311 361 85.3844","underline-thickness":"17.9297","underline-position":"-18.1055","unicode-range":"U+0020-U+201E"},"glyphs":{" ":{"w":90},"!":{"d":"34,-37r5,-203r16,0r-10,203r-11,0xm29,0r1,-19r20,0r-1,19r-20,0","w":85},"\"":{"d":"25,-185r0,-55r16,0v-2,20,-4,38,-5,55r-11,0xm56,-185r0,-55r16,0v-2,20,-4,38,-5,55r-11,0","w":87},"#":{"d":"58,-93r-40,0v1,-3,1,-6,2,-11r40,1r6,-34r-41,1v1,-2,2,-6,3,-11r40,0r15,-93r14,0r-17,93v15,1,30,1,45,0r16,-93r14,0r-17,93r40,0v-1,4,-2,7,-3,11r-39,-1r-6,34r40,-1v-1,3,-1,7,-2,11r-40,0r-16,93r-13,0r17,-94r-45,0r-16,94r-14,0xm78,-137r-5,34r45,0r5,-34r-45,0"},"$":{"d":"86,1v-24,-2,-34,-5,-53,-13v0,-5,0,-11,-1,-16v36,31,126,17,103,-44v-15,-39,-94,-57,-94,-116v0,-34,22,-48,55,-52r0,-28r14,0v-1,11,-2,20,-2,28v17,1,23,2,37,7v0,5,1,10,2,15v-44,-29,-118,6,-82,58v26,38,78,50,87,105v-4,33,-22,49,-54,55r0,28r-14,0"},"%":{"d":"13,-154v0,-44,8,-88,52,-88v35,0,45,32,45,69v0,41,-10,85,-52,85v-35,-1,-44,-30,-45,-66xm59,-97v47,0,49,-101,23,-129v-40,-24,-62,27,-59,72v2,31,8,57,36,57xm55,0r151,-240r13,0r-150,240r-14,0xm164,-63v0,-43,8,-89,52,-89v36,0,45,32,45,69v0,42,-10,85,-51,85v-35,0,-46,-30,-46,-65xm210,-7v54,0,56,-131,6,-136v-34,4,-40,40,-41,80v0,32,8,56,35,56","w":271},"&":{"d":"179,-44v8,-16,11,-32,12,-54v4,1,8,1,12,0v0,25,-7,45,-16,62r42,36v-29,3,-33,-17,-49,-27v-32,46,-163,44,-159,-30v2,-43,26,-52,60,-72v-14,-19,-25,-32,-26,-61v-1,-48,59,-66,99,-45v-1,4,-1,8,0,12v-40,-30,-108,3,-83,56v22,44,70,90,108,123xm33,-58v-2,64,113,64,139,23v-29,-26,-58,-55,-85,-87v-26,18,-53,27,-54,64","w":235},"'":{"d":"25,-185r0,-55r16,0v-2,20,-4,38,-5,55r-11,0","w":56},"(":{"d":"76,-240v-28,85,-42,216,-16,318r-11,0v-28,-94,-14,-241,16,-318r11,0","w":107},")":{"d":"20,78v31,-83,41,-214,18,-318r11,0v26,103,15,233,-18,318r-11,0","w":106},"*":{"d":"48,-138r36,-42r-51,-15v2,-5,4,-9,5,-14r50,20r0,-55v6,1,8,1,14,0r-5,55r52,-19v1,5,2,10,3,14r-53,14r32,42v-5,3,-9,6,-12,9r-27,-46r-33,46v-3,-2,-6,-6,-11,-9","w":182},"+":{"d":"21,-118v1,-5,1,-8,1,-11r70,1r2,-72r12,0v0,9,-1,33,-3,72r71,-1v-1,4,-1,7,-1,11r-71,-1r-1,72r-13,0v1,-8,2,-32,4,-72"},",":{"d":"5,36v8,-22,15,-40,19,-55r24,0r-33,55r-10,0","w":70},"-":{"d":"-1,-86v1,-5,1,-9,1,-13v26,2,59,1,85,0v-1,5,-1,9,-1,13v-25,-2,-60,-1,-85,0","w":86},".":{"d":"21,0r1,-19r20,0r-1,19r-20,0","w":70},"\/":{"d":"-26,78r148,-318r14,0r-147,318r-15,0","w":144},"0":{"d":"20,-101v0,-71,13,-143,83,-143v57,0,72,50,72,110v-1,69,-15,138,-82,138v-55,0,-73,-48,-73,-105xm161,-136v0,-53,-11,-93,-58,-98v-57,6,-69,69,-69,133v-1,51,12,94,60,94v57,0,67,-68,67,-129"},"1":{"d":"91,0r9,-225v-5,3,-5,3,-20,13v1,-22,5,-14,24,-28r11,0r-8,240r-16,0"},"2":{"d":"37,-237v62,-17,163,-5,130,69v-28,63,-82,107,-131,158r127,-2v0,4,-1,8,-1,12r-139,0r1,-13r83,-91v19,-27,49,-47,52,-88v-7,-54,-72,-46,-124,-32v1,-4,2,-9,2,-13"},"3":{"d":"168,-68v0,71,-85,84,-149,63v0,-5,-1,-10,-2,-15v51,25,138,16,138,-48v0,-46,-44,-55,-93,-50r1,-12v47,6,88,-13,88,-56v0,-54,-67,-54,-114,-40v1,-4,1,-7,1,-12v54,-10,128,-10,126,51v-2,38,-20,55,-54,62v33,2,58,20,58,57"},"4":{"d":"117,0r4,-92r-101,1r0,-14r99,-135r22,0v-2,40,-5,86,-7,138v14,0,29,1,41,-1r0,12v-10,0,-23,-1,-41,-1r-2,92r-15,0xm121,-102r5,-128r-94,128r89,0"},"5":{"d":"173,-77v-1,66,-78,95,-144,74v0,-5,-1,-8,-2,-12v60,20,132,1,132,-62v0,-57,-68,-56,-123,-46r12,-117r121,0r0,12r-109,-2r-10,96v58,-12,124,-2,123,57"},"6":{"d":"158,-73v2,-49,-48,-64,-93,-48v2,-18,31,-15,43,-16v42,-1,64,26,64,65v0,47,-31,76,-79,76v-44,0,-76,-25,-73,-70v5,-79,43,-118,83,-174r18,0r-27,35v-26,40,-61,78,-61,138v0,39,22,59,59,60v41,1,64,-26,66,-66"},"7":{"d":"45,0r108,-230r-123,2v0,-4,1,-8,1,-12r134,0r0,13r-104,227r-16,0"},"8":{"d":"16,-60v0,-38,21,-53,53,-62v-69,-20,-39,-128,35,-122v40,3,67,21,67,60v0,36,-18,50,-44,61v29,7,47,22,47,56v0,48,-34,71,-81,71v-44,0,-77,-22,-77,-64xm158,-184v0,-31,-23,-50,-55,-50v-35,-1,-60,25,-60,59v0,32,23,49,54,49v36,0,61,-23,61,-58xm160,-67v-1,-34,-24,-50,-62,-50v-41,0,-66,17,-67,56v-1,36,28,55,63,55v38,0,66,-23,66,-61"},"9":{"d":"173,-173v-5,81,-39,109,-78,173r-19,0v38,-54,84,-98,84,-172v0,-37,-21,-63,-59,-62v-37,1,-64,23,-65,61v-2,52,53,64,100,47v-2,4,-3,8,-4,13v-55,14,-112,-1,-110,-58v1,-46,32,-73,79,-73v44,0,75,26,72,71"},":":{"d":"30,-158r1,-20v9,1,10,1,19,0r-1,20v-9,-1,-10,-1,-19,0xm21,0r1,-19r20,0r-1,19r-20,0","w":70},";":{"d":"30,-158r1,-20v9,1,10,1,19,0r-1,20v-9,-1,-10,-1,-19,0xm5,36v8,-22,15,-40,19,-55r24,0r-33,55r-10,0","w":70},"<":{"d":"169,-195r0,13r-143,62r143,62r0,12r-156,-69r0,-11","w":181},"=":{"d":"25,-149r152,0v-1,4,-1,8,-1,12r-152,0v1,-5,1,-9,1,-12xm22,-110r152,0v-1,4,-1,7,-1,11r-152,0v1,-4,1,-8,1,-11"},">":{"d":"13,-46r0,-12r142,-62r-142,-62r0,-13r156,69r0,11","w":181},"?":{"d":"14,-238v62,-18,157,2,119,73v-21,40,-70,59,-62,128r-12,0r1,-23v-5,-71,69,-74,69,-134v0,-51,-73,-44,-118,-31v1,-5,3,-9,3,-13xm54,0r1,-19r20,0r-1,19r-20,0","w":160},"@":{"d":"86,-102v0,-58,53,-92,116,-73r-14,94v1,9,5,13,13,14v36,-7,54,-43,54,-84v0,-56,-39,-82,-95,-82v-81,0,-122,54,-128,134v-6,90,107,114,167,72v2,3,3,5,5,8v-65,47,-193,21,-185,-79v7,-88,53,-146,142,-146v63,0,107,31,107,93v0,49,-26,89,-69,94v-12,1,-28,-10,-23,-23v-19,34,-90,30,-90,-22xm100,-103v0,40,51,44,68,16v15,-23,11,-31,19,-79v-49,-13,-87,16,-87,63","w":284},"A":{"d":"205,0r-40,-115r-99,0r-56,115r-16,0r122,-240r19,0r86,240r-16,0xm71,-126r90,0r-37,-103","w":231},"B":{"d":"184,-67v0,73,-80,69,-158,67r9,-240v66,1,147,-14,144,54v-1,33,-18,51,-44,60v28,9,49,24,49,59xm166,-187v1,-54,-64,-41,-116,-42r-4,99v65,2,119,2,120,-57xm170,-68v0,-58,-65,-52,-124,-51r-4,108v65,2,128,4,128,-57","w":199},"C":{"d":"32,-117v0,94,84,131,171,98v-1,4,-1,9,-2,15v-94,25,-182,-12,-182,-111v0,-101,85,-148,185,-122v0,5,1,10,2,15v-86,-33,-174,12,-174,105","w":219},"D":{"d":"243,-131v0,98,-67,141,-178,131r-39,0r10,-240r87,0v82,-4,120,35,120,109xm230,-132v0,-96,-78,-104,-180,-97r-9,218v113,9,189,-18,189,-121","w":259},"E":{"d":"26,0r9,-240r137,0r0,13v-36,-5,-82,-1,-123,-2r-4,101r114,0v0,4,-1,7,-1,11r-113,0r-4,106r123,-1v-1,5,-1,8,-1,12r-137,0","w":188},"F":{"d":"26,0r8,-240r131,0r0,13v-35,-4,-78,-1,-117,-2r-4,101v31,2,88,0,109,0v0,3,-1,7,-1,12r-108,0v-1,50,-2,89,-2,116r-16,0","w":179},"G":{"d":"32,-112v0,99,100,122,188,93r4,-102r-65,1r1,-12r78,0r-5,123v-98,30,-214,8,-214,-103v0,-111,103,-152,210,-123v0,6,0,12,1,17v-93,-40,-198,1,-198,106","w":262},"H":{"d":"26,0r9,-240r15,0r-5,112r164,0r3,-112r16,0v-4,73,-8,153,-10,240r-15,0v3,-41,4,-80,5,-117r-163,0r-3,117r-16,0","w":252},"I":{"d":"26,0r8,-240r16,0r-8,240r-16,0","w":74},"J":{"d":"105,-94v7,87,-38,107,-111,93v0,-5,-1,-10,-2,-14v43,14,95,10,97,-35r7,-190r16,0","w":135},"K":{"d":"27,0r8,-240r15,0r-7,240r-16,0xm47,-127r105,-113r18,0r-106,112r115,128r-20,0r-34,-41","w":181},"L":{"d":"26,0r9,-240r16,0r-10,229r118,-1v0,5,-1,8,-1,12r-132,0","w":162},"M":{"d":"21,0r20,-240r22,0r81,226r101,-226r23,0r-1,240r-17,0r4,-227r-101,227r-19,0r-82,-226r-15,226r-16,0","w":296},"N":{"d":"26,0r10,-240r21,0r157,228r8,-228r15,0r-10,240r-21,0r-157,-226r-8,226r-15,0","w":261},"O":{"d":"19,-114v1,-80,46,-130,127,-130v74,0,118,43,118,118v0,81,-45,130,-125,130v-74,0,-121,-43,-120,-118xm250,-123v1,-69,-37,-110,-104,-110v-72,0,-114,45,-114,119v0,67,39,107,108,107v72,0,110,-44,110,-116","w":280},"P":{"d":"50,-229r-7,229r-17,0r9,-240v64,1,141,-13,139,53v-2,56,-54,81,-114,69v-1,-3,-2,-7,-3,-11v53,10,103,-6,104,-58v0,-50,-58,-42,-111,-42","w":180},"Q":{"d":"146,-244v132,-10,155,190,54,235v26,-1,39,-6,60,-12v-1,5,-1,9,-2,15r-112,10v-77,-1,-128,-38,-127,-117v1,-81,47,-125,127,-131xm251,-124v0,-68,-38,-109,-105,-109v-72,0,-113,46,-114,117v-1,69,40,109,107,109v71,0,112,-44,112,-117","w":280},"R":{"d":"158,-185v1,-52,-56,-45,-109,-44v-4,93,-5,169,-6,229r-17,0r9,-240v63,1,139,-12,136,53v-2,46,-33,73,-85,70r84,117r-18,0r-90,-130v49,10,95,-7,96,-55","w":182},"S":{"d":"134,-78v34,72,-62,100,-121,71v0,-5,0,-10,-1,-16v50,35,145,9,108,-52v-26,-42,-90,-56,-100,-115v3,-51,58,-62,112,-49v0,4,0,10,1,15v-53,-29,-133,14,-83,66v27,28,60,49,84,80","w":159},"T":{"d":"73,0r10,-229v-29,0,-55,1,-76,2v1,-5,1,-9,1,-13r164,0v-1,5,-1,9,-1,13v-14,-1,-47,-2,-75,-2r-7,229r-16,0","w":169},"U":{"d":"217,-51v-19,79,-193,77,-189,-25r6,-164r16,0r-8,160v-12,87,128,95,156,38v23,-46,13,-134,16,-198r16,0r-8,151v-1,15,-2,28,-5,38","w":253},"V":{"d":"96,0r-85,-240r16,0r80,229r115,-229r17,0r-123,240r-20,0","w":228},"W":{"d":"96,0r-82,-240r17,0r75,226r71,-141r-30,-85r15,0v7,24,14,47,22,70r31,-70r16,0r-41,86r48,141r107,-227r16,0r-114,240r-19,0r-46,-138r-69,138r-17,0","w":354},"X":{"d":"-4,0r98,-123r-80,-117r18,0r70,106r82,-106r18,0r-92,116r83,124r-18,0v-23,-39,-50,-75,-75,-113r-86,113r-18,0","w":202},"Y":{"d":"72,0r7,-109r-76,-131r16,0r67,119r78,-119r16,0r-88,132r-5,108r-15,0","w":173},"Z":{"d":"9,0v0,-6,1,-11,1,-16r158,-213r-144,2r1,-13r156,0v0,5,-1,10,-1,16r-157,213r148,-1r-1,12r-161,0","w":192},"[":{"d":"47,-240r50,0v0,3,-1,7,-1,10v-10,-1,-25,-1,-36,0r-10,298v12,1,24,1,36,0r0,10r-50,0","w":107},"\\":{"d":"165,78r-15,0r-140,-318r15,0","w":144},"]":{"d":"56,78r-51,0v0,-3,1,-7,1,-10v10,1,25,1,36,0r11,-298v-12,-1,-25,-1,-37,0v0,-3,1,-7,1,-10r50,0","w":107},"^":{"d":"29,-139r-14,0r68,-101r16,0r67,101r-14,0r-62,-92","w":181},"_":{"d":"1,28r180,0r0,12r-180,0r0,-12","w":181},"`":{"d":"102,-200v-13,1,-11,-11,-17,-17r-19,-32r20,0","w":180},"a":{"d":"123,-112v44,-20,13,-59,-28,-59v-28,0,-43,4,-63,12v1,-4,2,-9,2,-14v53,-14,125,-21,122,57r-4,116r-15,0r7,-115v-32,32,-123,16,-123,74v0,42,61,39,94,27v-1,4,-2,9,-3,13v-55,20,-134,-13,-94,-68v21,-29,67,-26,105,-43","w":179},"b":{"d":"104,4v-36,0,-58,-17,-66,-47r-1,43r-14,0r9,-240r15,0v-2,22,-3,44,-4,67v70,-22,149,-2,144,78v-4,57,-26,99,-83,99xm174,-97v4,-72,-69,-87,-132,-64v-3,72,-13,157,61,155v51,0,68,-42,71,-91","w":203},"c":{"d":"30,-83v0,67,55,90,114,69v-1,5,-2,9,-2,13v-70,18,-126,-11,-126,-81v0,-76,56,-117,134,-93v0,4,0,9,1,13v-64,-27,-121,7,-121,79","w":164},"d":{"d":"16,-78v0,-78,66,-117,150,-99v2,-23,1,-40,0,-63r15,0r-7,240r-14,0r3,-45v-11,30,-32,49,-70,49v-49,0,-77,-33,-77,-82xm30,-77v0,76,97,95,123,31v11,-29,11,-77,12,-119v-71,-22,-135,16,-135,88","w":203},"e":{"d":"31,-103v-13,80,54,118,124,86v-1,4,-2,9,-2,13v-69,24,-141,-6,-137,-82v3,-55,29,-94,85,-95v46,0,71,29,69,78r-139,0xm157,-112v10,-77,-106,-72,-120,-17v-1,4,-3,10,-5,17r125,0","w":181},"f":{"d":"110,-230v-42,-14,-73,1,-66,52r53,0v0,3,-1,6,-1,10r-52,0r-4,168r-15,0r6,-168r-22,0v0,-3,1,-7,1,-10r22,0v-7,-60,26,-73,76,-64v0,4,1,7,2,12","w":90},"g":{"d":"178,14v4,74,-82,80,-145,64v0,-5,-1,-10,-2,-14v60,21,136,17,136,-59v0,-15,2,-31,2,-49v-12,30,-35,47,-75,48v-50,0,-78,-29,-78,-77v0,-90,77,-124,171,-102xm30,-76v0,78,102,92,129,30v13,-29,11,-79,14,-121v-79,-18,-143,13,-143,91","w":208},"h":{"d":"165,0v4,-82,33,-191,-73,-169v-64,13,-50,95,-55,169r-13,0r8,-240r14,0r-5,103v13,-57,146,-64,143,10r-5,127r-14,0","w":207},"i":{"d":"30,-223r0,-17r18,0r0,17r-18,0xm45,-178r-7,178r-14,0r7,-178v6,1,8,1,14,0","w":67},"j":{"d":"29,-223r1,-17r17,0r0,17r-18,0xm25,-31r5,-147v6,1,8,1,14,0r-11,214v-2,48,-48,57,-97,44v0,-4,0,-9,-1,-14v15,6,30,9,43,9v53,0,45,-42,47,-106","w":67},"k":{"d":"23,0r8,-240r14,0r-8,240r-14,0xm41,-99r63,-60v7,-11,14,-20,35,-19r-83,79r92,99r-18,0","w":149},"l":{"d":"22,0v5,-98,9,-178,10,-240r14,0r-9,240r-15,0","w":67},"m":{"d":"102,-170v-77,-2,-63,98,-67,170r-14,0r8,-178v4,1,9,1,13,0r-2,37v13,-46,109,-57,117,0v10,-49,119,-58,117,7r-5,134r-14,0r6,-141v-6,-44,-84,-33,-94,-1v-17,28,-11,95,-14,142r-14,0r5,-126v2,-31,-15,-42,-42,-44","w":297},"n":{"d":"112,-171v-82,-3,-76,91,-77,171r-14,0r8,-178v6,1,7,1,14,0r-3,41v15,-64,164,-61,141,28r-4,109r-14,0r7,-123v0,-34,-24,-48,-58,-48","w":205},"o":{"d":"16,-84v0,-57,31,-97,88,-97v54,0,82,33,82,86v0,58,-29,99,-87,99v-54,0,-83,-34,-83,-88xm173,-95v0,-47,-22,-76,-70,-76v-49,0,-73,36,-73,87v0,48,23,77,69,78v52,0,74,-37,74,-89","w":202},"p":{"d":"102,4v-34,0,-54,-14,-66,-42r-3,116r-14,0r9,-248v26,-7,44,-11,73,-11v57,0,84,33,84,86v0,56,-29,99,-83,99xm171,-94v0,-75,-68,-92,-130,-65v-6,70,-13,155,61,153v46,-1,69,-38,69,-88","w":201},"q":{"d":"16,-76v-1,-86,73,-119,163,-100r-9,254r-14,0r5,-121v-12,29,-34,47,-71,47v-47,0,-73,-32,-74,-80xm30,-75v0,65,76,90,111,45v26,-21,22,-89,23,-136v-71,-20,-134,17,-134,91","w":199},"r":{"d":"111,-168v-87,-22,-74,90,-76,168r-14,0r6,-178v4,1,9,1,13,0r-2,34v11,-28,36,-42,73,-35r0,11","w":113},"s":{"d":"103,-65v36,54,-43,85,-92,62v0,-6,-1,-11,-2,-15v29,14,91,21,91,-20v0,-50,-78,-49,-78,-104v0,-39,49,-45,90,-35v0,5,0,10,1,15v-33,-23,-106,2,-68,43v16,18,45,34,58,54","w":129},"t":{"d":"39,-47v-4,39,21,48,55,36v-1,4,-2,7,-2,11v-40,12,-68,-1,-65,-52r6,-116r-21,0r0,-10r22,0v1,-7,1,-18,1,-33v4,-1,9,-1,12,-2v-1,19,-1,30,-1,35r52,0r0,10r-53,0","w":99},"u":{"d":"93,-6v85,3,74,-91,77,-172v6,1,8,1,14,0r-8,178r-13,0r2,-38v-16,57,-141,61,-141,-18v0,-19,5,-99,4,-122v6,1,8,1,14,0r-7,123v-1,36,24,48,58,49","w":204},"v":{"d":"69,0r-66,-178v7,1,9,1,16,0r59,168r72,-168v7,1,9,1,16,0r-80,178r-17,0","w":161},"w":{"d":"88,0v-25,5,-24,-11,-29,-24r-56,-154v6,1,9,1,15,0r60,169r64,-169v6,1,10,1,16,0r47,169v30,-64,54,-121,74,-169v6,1,8,1,14,0r-80,178r-19,0r-45,-165","w":288},"x":{"d":"-5,0r71,-97r-51,-81v6,1,9,1,15,0v11,19,25,43,44,71v22,-30,39,-54,50,-71v7,1,9,1,16,0r-60,81r63,97r-17,0r-54,-87v-21,28,-41,57,-61,87r-16,0","w":149},"y":{"d":"-15,68v51,22,68,-23,84,-63r-66,-183v7,1,10,1,17,0v14,59,38,113,56,169r74,-169v7,1,9,1,16,0r-113,241v-11,18,-39,27,-67,19v0,-4,0,-9,-1,-14","w":160},"z":{"d":"7,0v-2,-24,12,-30,22,-43r94,-124v-35,-1,-70,-1,-103,1r0,-12r116,0r-1,16r-116,151v32,2,84,1,109,-1r0,12r-121,0","w":147},"{":{"d":"117,-230v-72,2,-5,136,-57,149v40,20,-1,102,22,142v6,5,14,8,25,7r0,10v-63,6,-40,-73,-41,-125v0,-17,-7,-26,-20,-29r0,-9v59,-11,-24,-152,72,-155v0,3,-1,7,-1,10","w":137},"|":{"d":"85,-240r12,0r0,300r-12,0r0,-300","w":181},"}":{"d":"16,68v70,3,7,-131,57,-149v-33,-13,-15,-73,-15,-116v0,-25,-10,-32,-32,-33v0,-3,0,-7,-1,-10v63,-7,44,70,42,124v-1,18,8,27,20,31v0,3,-1,6,-1,9v-57,11,21,157,-71,154v0,-3,1,-7,1,-10","w":137},"~":{"d":"80,-128v-20,0,-27,15,-37,30r-8,-6v13,-21,21,-34,46,-35v29,-1,51,29,80,28v20,-1,27,-12,37,-29r9,5v-10,19,-23,36,-47,36v-28,0,-49,-29,-80,-29","w":241},"\u00c4":{"d":"140,-278r0,-18v6,1,12,1,18,0r0,18r-18,0xm95,-278r1,-18v6,1,12,1,18,0r-1,18r-18,0xm205,0r-40,-115r-99,0r-56,115r-16,0r122,-240r19,0r86,240r-16,0xm71,-126r90,0r-37,-103","w":231},"\u00c9":{"d":"133,-311r-29,49v-2,-1,-5,-1,-7,0r15,-49r21,0xm26,0r9,-240r137,0r0,13v-36,-5,-82,-1,-123,-2r-4,101r114,0v0,4,-1,7,-1,11r-113,0r-4,106r123,-1v-1,5,-1,8,-1,12r-137,0","w":188},"\u00d6":{"d":"160,-278r1,-18v6,1,12,1,18,0r-1,18r-18,0xm116,-278r0,-18v6,1,12,1,18,0r0,18r-18,0xm19,-114v1,-80,46,-130,127,-130v74,0,118,43,118,118v0,81,-45,130,-125,130v-74,0,-121,-43,-120,-118xm250,-123v1,-69,-37,-110,-104,-110v-72,0,-114,45,-114,119v0,67,39,107,108,107v72,0,110,-44,110,-116","w":280},"\u00dc":{"d":"148,-278r1,-18v6,1,11,1,17,0r0,18r-18,0xm104,-278r0,-18v6,1,12,1,18,0r0,18r-18,0xm217,-51v-19,79,-193,77,-189,-25r6,-164r16,0r-8,160v-12,87,128,95,156,38v23,-46,13,-134,16,-198r16,0r-8,151v-1,15,-2,28,-5,38","w":253},"\u00e4":{"d":"108,-216r0,-17r18,0r0,17r-18,0xm64,-216r0,-17r18,0r0,17r-18,0xm123,-112v44,-20,13,-59,-28,-59v-28,0,-43,4,-63,12v1,-4,2,-9,2,-14v53,-14,125,-21,122,57r-4,116r-15,0r7,-115v-32,32,-123,16,-123,74v0,42,61,39,94,27v-1,4,-2,9,-3,13v-55,20,-134,-13,-94,-68v21,-29,67,-26,105,-43","w":179},"\u00e9":{"d":"126,-249r-29,49r-7,0r15,-49r21,0xm31,-103v-13,80,54,118,124,86v-1,4,-2,9,-2,13v-69,24,-141,-6,-137,-82v3,-55,29,-94,85,-95v46,0,71,29,69,78r-139,0xm157,-112v10,-77,-106,-72,-120,-17v-1,4,-3,10,-5,17r125,0","w":181},"\u00f6":{"d":"119,-216r1,-17r17,0r0,17r-18,0xm75,-216r0,-17r18,0r0,17r-18,0xm16,-84v0,-57,31,-97,88,-97v54,0,82,33,82,86v0,58,-29,99,-87,99v-54,0,-83,-34,-83,-88xm173,-95v0,-47,-22,-76,-70,-76v-49,0,-73,36,-73,87v0,48,23,77,69,78v52,0,74,-37,74,-89","w":202},"\u00fc":{"d":"121,-216r0,-17r18,0r0,17r-18,0xm76,-216r1,-17r18,0r-1,17r-18,0xm94,-6v85,3,74,-91,77,-172v6,1,8,1,14,0r-8,178r-13,0r2,-38v-16,57,-141,61,-141,-18v0,-19,5,-99,4,-122v6,1,8,1,14,0r-7,123v-1,36,24,48,58,49","w":205},"\u00df":{"d":"136,-192v9,-45,-52,-53,-78,-29v-25,35,-12,52,-19,132v-2,33,-2,63,-3,89r-15,0r10,-186v-1,-41,26,-55,64,-58v43,-4,69,36,47,72v-19,3,-50,26,-21,48v24,18,55,29,55,71v0,51,-49,67,-96,51v0,-4,-1,-9,-2,-14v57,40,120,-37,61,-81v-17,-13,-39,-19,-42,-48v-3,-35,34,-21,39,-47","w":190},"\u201c":{"d":"64,-185r33,-55r9,0v-8,22,-14,40,-18,55r-24,0xm19,-185r32,-55r10,0v-8,22,-14,40,-18,55r-24,0","w":115},"\u201e":{"d":"93,-19r-32,55r-10,0v8,-22,14,-40,18,-55r24,0xm48,-19r-33,55r-10,0v8,-22,15,-40,19,-55r24,0","w":115},"\u00a0":{"w":90}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Typeface: Copyright ©1995 International Typeface Corporation. Data: Copyright ©
 * 1995 Microsoft Corportation. All rights reserved.
 * 
 * Trademark:
 * ITC Eras is a registered trademark of International Typeface Corporation.
 */
Cufon.registerFont({"w":205,"face":{"font-family":"ErasMediumITC","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 2 3 5 4 2 8 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-59 -308 356 85.3709","underline-thickness":"21.0938","underline-position":"-16.5234","unicode-range":"U+0020-U+201E"},"glyphs":{" ":{"w":90},"!":{"d":"33,-52r5,-188r33,0r-11,188v-11,-1,-17,-1,-27,0xm27,0r2,-32v17,1,18,1,36,0v0,5,-1,15,-2,32r-36,0","w":98},"\"":{"d":"25,-180r0,-60r25,0v-2,20,-4,40,-5,60v-9,-1,-12,-1,-20,0xm65,-180r0,-60r25,0v-2,18,-4,38,-5,60v-9,-1,-12,-1,-20,0","w":104},"#":{"d":"55,-86r-40,1v1,-5,3,-13,4,-21r40,1r6,-32r-41,1v1,-4,2,-11,4,-21r40,1r15,-84r23,0r-16,84r41,0r15,-84r23,0v-1,5,-6,33,-15,84r40,-1v-2,7,-3,14,-4,21r-40,-1r-6,32r40,-1v-2,6,-3,13,-4,21r-39,-1r-15,86r-23,0r15,-86r-40,0r-15,86r-23,0xm87,-137r-6,32r41,0r6,-32r-41,0"},"$":{"d":"85,1v-23,-2,-33,-5,-51,-12v0,-12,-1,-22,-2,-30v39,38,129,4,85,-47v-23,-27,-76,-48,-76,-97v0,-36,21,-50,55,-55r0,-31r29,0v-1,11,-1,21,-1,31v17,1,22,2,36,7v0,8,1,17,2,28v-37,-25,-108,-2,-76,45v25,36,79,48,79,101v0,35,-22,50,-52,57v-1,15,-1,18,0,33r-30,0v1,-10,2,-20,2,-30"},"%":{"d":"11,-155v0,-45,14,-88,56,-88v37,0,50,31,50,70v-1,43,-13,86,-56,85v-37,0,-51,-29,-50,-67xm62,-105v42,-2,50,-115,5,-121v-44,2,-53,117,-5,121xm63,0r143,-240r21,0r-142,240r-22,0xm173,-65v1,-44,13,-86,56,-87v36,0,50,31,50,69v0,44,-12,85,-56,85v-38,0,-50,-28,-50,-67xm223,-14v43,0,52,-121,6,-121v-30,0,-34,38,-35,71v-1,29,6,50,29,50","w":288},"&":{"d":"168,-211v-31,-23,-95,-6,-78,40v16,44,59,78,91,111v7,-12,9,-28,10,-47v13,1,14,1,27,0v-1,27,-7,49,-18,68r42,39r-37,0r-26,-24v-38,44,-164,38,-160,-38v2,-42,29,-56,60,-74v-12,-19,-20,-29,-21,-53v0,-53,64,-65,110,-47r0,25xm48,-63v-4,55,93,57,115,21r-70,-75v-23,14,-43,24,-45,54","w":248},"'":{"d":"25,-180r0,-60r25,0v-2,20,-4,40,-5,60v-9,-1,-12,-1,-20,0","w":64},"(":{"d":"88,-240v-27,86,-43,217,-16,319r-25,0v-30,-95,-14,-241,17,-319r24,0","w":115},")":{"d":"17,79v33,-87,39,-217,17,-319r25,0v27,103,17,235,-17,319r-25,0","w":114},"*":{"d":"43,-140r35,-39r-47,-14v3,-6,5,-13,8,-20r46,19r0,-50v8,1,13,1,21,0r-5,50r47,-18v2,7,5,14,7,20r-49,13r30,39v-7,5,-13,9,-18,13r-27,-42r-32,42v-5,-5,-10,-9,-16,-13","w":181},"+":{"d":"20,-113v1,-7,1,-14,1,-21v31,0,56,1,73,1r2,-75v3,1,19,1,22,0r-3,75r74,-1v-1,6,-2,13,-2,21v-30,-1,-54,-1,-73,-1r-2,74r-23,0r4,-74"},",":{"d":"2,38v9,-24,16,-45,22,-64r38,0r-38,64r-22,0","w":81},"-":{"d":"-1,-81v1,-9,2,-16,2,-23r87,0v-1,8,-1,16,-1,23v-30,-2,-58,-1,-88,0","w":89},".":{"d":"20,0r1,-33v13,1,19,1,34,0r-1,33r-34,0","w":81},"\/":{"d":"-33,79r156,-319r22,0r-154,319r-24,0","w":149},"0":{"d":"18,-103v1,-73,21,-141,92,-141v61,0,80,50,80,111v0,71,-20,137,-92,137v-58,0,-80,-46,-80,-107xm159,-135v0,-44,-10,-86,-50,-86v-53,0,-58,62,-60,119v-1,45,10,83,51,83v51,0,59,-62,59,-116"},"1":{"d":"90,0r10,-210r-27,17v1,-11,2,-21,2,-29v26,-15,24,-20,59,-18r-9,240r-35,0"},"2":{"d":"37,-237v66,-17,175,-8,143,70v-24,58,-76,100,-120,145r116,-2v-1,10,-1,18,-1,24r-155,0v0,-4,1,-12,1,-24r54,-55v28,-34,65,-61,75,-107v-7,-49,-69,-37,-117,-25v2,-8,3,-17,4,-26"},"3":{"d":"182,-68v0,73,-93,83,-162,63v-1,-10,-1,-19,-2,-27v48,21,131,20,131,-39v0,-41,-44,-46,-90,-42v1,-10,2,-18,2,-24v43,6,84,-7,84,-45v0,-50,-67,-43,-109,-32v1,-5,2,-14,4,-25v62,-10,140,-11,140,52v0,38,-21,55,-54,63v36,2,56,21,56,56"},"4":{"d":"114,0v2,-22,4,-49,5,-83r-101,1r1,-28r95,-130r42,0v-3,44,-5,89,-6,135v13,0,28,1,40,-1r-1,24v-9,0,-22,-1,-40,-1r-1,83r-34,0xm122,-105r4,-113r-82,113r78,0"},"5":{"d":"185,-79v0,75,-85,95,-157,76v-1,-10,-1,-19,-2,-26v52,19,124,8,124,-49v0,-52,-65,-48,-116,-39r11,-123r137,0v-1,7,-1,15,-1,24r-106,-2r-7,80v57,-9,117,1,117,59"},"6":{"d":"78,-116v10,-23,15,-25,40,-26v43,-1,69,24,69,65v0,50,-34,81,-87,81v-48,0,-82,-26,-82,-73v0,-76,45,-118,82,-171r40,0v-41,55,-90,90,-90,170v0,32,19,50,50,51v33,1,54,-22,54,-55v0,-41,-37,-54,-76,-42"},"7":{"d":"40,0r106,-217r-118,1v1,-8,2,-16,2,-24r151,0v-5,47,1,19,-26,77r-76,163r-39,0"},"8":{"d":"16,-60v0,-37,20,-54,52,-62v-23,-10,-39,-22,-39,-54v1,-47,36,-68,82,-68v41,0,73,19,73,61v0,35,-18,49,-43,60v29,7,47,21,47,54v0,50,-38,73,-89,73v-47,0,-83,-19,-83,-64xm155,-181v0,-26,-19,-41,-46,-41v-30,-1,-51,20,-51,48v0,28,19,42,46,42v31,0,51,-18,51,-49xm157,-69v0,-29,-21,-42,-53,-42v-36,0,-56,16,-57,47v-1,30,24,46,54,46v32,0,56,-19,56,-51"},"9":{"d":"188,-171v-4,81,-43,112,-78,171r-41,0v38,-55,87,-101,87,-169v0,-31,-17,-52,-49,-52v-32,0,-54,20,-55,51v-2,44,43,56,82,41v-4,7,-8,15,-13,24v-52,13,-103,-8,-101,-61v1,-51,38,-77,88,-78v49,-1,83,25,80,73"},":":{"d":"27,-146r2,-32r34,0r-2,32r-34,0xm20,0r1,-33v13,1,19,1,34,0r-1,33r-34,0","w":81},";":{"d":"27,-146r2,-32r34,0r-2,32r-34,0xm2,38v9,-24,16,-45,22,-64r38,0r-38,64r-22,0","w":81},"<":{"d":"168,-206r0,27r-126,58r126,58r0,28r-156,-74r0,-24","w":180},"=":{"d":"24,-158r167,0v-1,6,-1,13,-1,21r-168,0v1,-6,2,-13,2,-21xm21,-111r167,0v-1,6,-1,14,-1,22r-168,0v1,-7,2,-15,2,-22"},">":{"d":"12,-35r0,-28r127,-58r-126,-58r-1,-27r156,73r0,24","w":180},"?":{"d":"155,-193v0,65,-76,70,-70,145v-9,-1,-19,-1,-28,0v-7,-63,38,-88,61,-125v18,-54,-60,-56,-107,-39v2,-11,4,-20,5,-27v59,-10,139,-12,139,46xm51,0r2,-31r36,0r-2,31r-36,0","w":168},"@":{"d":"87,-103v4,-61,57,-90,124,-72r-14,87v0,8,5,14,12,13v29,-5,49,-40,49,-76v0,-53,-39,-77,-94,-76v-80,0,-120,50,-126,126v-7,88,109,110,167,69r6,15v-70,45,-201,18,-193,-83v7,-87,57,-144,148,-144v64,0,112,29,112,93v0,49,-31,90,-78,93v-15,1,-26,-8,-26,-21v-19,32,-90,28,-87,-24xm110,-105v0,38,50,36,60,9v10,-15,10,-39,14,-63v-41,-12,-74,15,-74,54","w":293},"A":{"d":"207,0r-34,-101r-97,0r-48,101r-36,0r123,-240r41,0r86,240r-35,0xm87,-124r79,0r-33,-93","w":250},"B":{"d":"200,-66v-1,80,-93,65,-176,66v6,-66,8,-171,9,-240v70,4,167,-20,164,55v-1,34,-19,51,-45,60v29,8,48,23,48,59xm166,-182v1,-46,-56,-35,-101,-36r-3,83v55,2,103,2,104,-47xm169,-70v0,-50,-57,-43,-109,-43r-3,91v56,1,112,5,112,-48","w":216},"C":{"d":"49,-116v0,86,80,114,161,85v-2,8,-4,18,-5,28v-99,24,-188,-12,-188,-111v0,-104,90,-149,194,-123v0,6,1,15,2,27v-81,-29,-164,7,-164,94","w":226},"D":{"d":"251,-131v0,104,-75,142,-193,131r-34,0r10,-240r97,0v81,-4,120,36,120,109xm218,-131v-1,-58,-28,-90,-92,-86r-61,0r-8,193v96,10,162,-17,161,-107","w":265},"E":{"d":"24,0r10,-240r155,0v-1,8,-2,16,-2,24r-121,-1r-3,83r110,0v-1,8,-2,16,-2,24r-110,0r-3,87r122,-2v-1,9,-1,17,-1,25r-155,0","w":203},"F":{"d":"24,0r9,-240r148,0v-1,11,-2,18,-2,24r-114,-1r-3,83v30,2,85,0,103,0v-1,9,-1,17,-1,24r-103,0v-1,43,-2,80,-2,110r-35,0","w":191},"G":{"d":"50,-111v0,86,84,108,160,82r3,-83r-54,1v1,-8,1,-16,1,-23r86,0v-3,35,-5,76,-6,126v-110,29,-224,10,-223,-104v0,-113,105,-152,219,-123v0,9,1,19,2,29v-84,-36,-188,-5,-188,95","w":268},"H":{"d":"243,-240r-9,240r-35,0v3,-37,4,-73,5,-111r-142,0r-4,111r-34,0r9,-240r35,0r-5,105r142,0r4,-105r34,0","w":265},"I":{"d":"68,-240r-9,240r-35,0r9,-240r35,0","w":89},"J":{"d":"-8,-30v40,17,94,13,97,-31v3,-46,5,-125,6,-179r35,0r-12,201v-13,43,-69,50,-123,37v0,-9,-2,-19,-3,-28","w":150},"K":{"d":"65,-127r97,-113r39,0r-100,112r106,128r-41,0xm24,0r9,-240r35,0r-9,240r-35,0","w":210},"L":{"d":"23,0v6,-65,10,-165,10,-240r35,0r-10,217r116,-2v-1,7,-2,16,-2,25r-149,0","w":177},"M":{"d":"19,0r20,-240r45,0r66,203r86,-203r46,0r-3,240r-31,0r4,-211r-88,211r-33,0r-68,-210r-14,210r-30,0","w":307},"N":{"d":"24,0r10,-240r42,0r135,206r8,-206r31,0r-11,240r-41,0r-136,-204r-7,204r-31,0","w":271},"O":{"d":"17,-114v0,-83,52,-130,135,-130v74,0,123,42,123,119v0,82,-50,129,-131,129v-77,0,-127,-41,-127,-118xm243,-123v0,-60,-33,-97,-93,-97v-65,0,-99,40,-100,105v0,61,35,95,95,95v64,0,98,-40,98,-103","w":289},"P":{"d":"158,-181v0,-45,-49,-36,-94,-36r-7,217r-33,0r9,-240v71,2,159,-17,156,58v-2,57,-50,83,-113,72v-2,-8,-4,-15,-6,-22v45,8,88,-4,88,-49","w":195},"Q":{"d":"151,-244v127,-10,164,167,69,223v20,-4,36,-5,55,-12v-1,5,-3,14,-5,27r-118,10v-81,0,-135,-38,-135,-118v0,-83,52,-123,134,-130xm243,-124v0,-60,-34,-96,-93,-96v-65,0,-100,41,-101,104v-1,60,35,96,94,96v64,0,100,-38,100,-104","w":291},"R":{"d":"161,-180v0,-46,-52,-36,-97,-37v-4,79,-5,151,-6,217r-35,0r10,-240v70,2,163,-16,160,56v-2,46,-29,67,-76,70r72,114r-37,0r-76,-131v45,8,85,-6,85,-49","w":203},"S":{"d":"151,-72v21,75,-76,88,-137,66v0,-11,-1,-21,-2,-29v39,29,139,15,101,-43v-26,-39,-85,-51,-93,-109v4,-55,65,-65,125,-52v0,8,2,17,3,28v-42,-20,-116,-5,-89,43v20,35,80,54,92,96","w":171},"T":{"d":"73,0r9,-217v-29,0,-53,1,-75,2v1,-9,1,-18,1,-25r183,0v-1,10,-2,19,-2,25r-74,-2r-8,217r-34,0","w":187},"U":{"d":"26,-74r6,-166r35,0r-9,154v-11,75,102,85,133,37v18,-45,12,-124,16,-191r35,0r-8,151v0,70,-42,93,-109,93v-56,0,-101,-20,-99,-78","w":261},"V":{"d":"92,0r-85,-240r35,0r72,214r104,-214r36,0r-122,240r-40,0","w":241},"W":{"d":"89,0r-78,-240r35,0r64,210v18,-37,35,-75,51,-113v-10,-33,-21,-65,-32,-97r34,0r17,59v7,-15,15,-35,24,-59r35,0v-16,32,-30,65,-45,98v11,38,22,74,35,112r92,-210r35,0r-111,240r-36,0v-10,-35,-22,-70,-34,-104v-17,34,-34,69,-49,104r-37,0","w":348},"X":{"d":"-8,0r97,-125r-77,-115r40,0v14,28,45,70,59,94r69,-94r37,0r-90,116r82,124r-39,0r-65,-102r-75,102r-38,0","w":215},"Y":{"d":"71,0v3,-35,5,-70,7,-105r-77,-135r36,0r59,109r69,-109r36,0r-92,137r-4,103r-34,0","w":191},"Z":{"d":"9,0v-2,-33,11,-41,25,-58r124,-159r-134,2r1,-25r171,0v2,47,-29,64,-56,98r-93,119r139,-2v-1,9,-1,18,-1,25r-176,0","w":207},"[":{"d":"42,-240r64,0v-1,5,-1,12,-1,19v-12,-1,-25,-1,-37,0r-10,282r36,0r-1,18r-64,0v5,-96,10,-203,13,-319","w":115},"\\":{"d":"172,79r-24,0r-140,-319r22,0","w":148},"]":{"d":"68,79r-64,0v1,-5,1,-10,1,-18r36,0r11,-282v-12,-1,-24,-1,-36,0r1,-19r63,0v-5,96,-9,202,-12,319","w":115},"^":{"d":"38,-134r-27,0r63,-107r33,0r63,107r-28,0r-52,-87","w":180},"_":{"d":"0,25r180,0r0,20r-180,0r0,-20","w":180},"`":{"d":"109,-201v-7,-1,-15,-1,-21,0r-30,-46r36,0","w":180},"a":{"d":"128,-118v26,-19,1,-49,-31,-46v-26,2,-46,8,-66,14v1,-5,2,-13,3,-23v49,-12,138,-23,135,36r-6,137r-31,0r6,-105v-26,28,-101,13,-101,62v0,34,48,33,77,22v-2,5,-4,12,-6,21v-86,37,-145,-73,-45,-97v22,-5,48,-9,65,-21","w":191},"b":{"d":"114,4v-35,0,-51,-16,-63,-41r0,37r-30,0r9,-240r33,0v-2,15,-4,37,-5,65v71,-21,145,2,141,79v-3,57,-27,99,-85,100xm168,-96v3,-60,-56,-76,-111,-56v-4,60,-11,135,51,134v41,-1,58,-36,60,-78","w":213},"c":{"d":"45,-85v0,59,53,81,106,58r-5,26v-70,17,-134,-8,-131,-82v3,-59,27,-100,91,-99v17,0,33,3,49,7v1,10,1,18,2,24v-56,-24,-112,2,-112,66","w":169},"d":{"d":"15,-78v1,-79,62,-116,147,-101r1,-61r32,0r-9,240r-30,0r3,-38v-14,24,-31,42,-68,42v-48,0,-77,-32,-76,-82xm98,-18v65,0,61,-71,63,-138v-62,-19,-118,15,-116,77v1,35,18,61,53,61","w":213},"e":{"d":"46,-97v-10,72,55,97,120,69v-1,6,-4,15,-5,25v-74,21,-150,-2,-146,-82v3,-57,30,-98,91,-97v50,1,80,31,74,85r-134,0xm152,-112v8,-64,-87,-63,-100,-16v-2,4,-3,9,-5,16r105,0","w":191},"f":{"d":"122,-220v-35,-15,-68,-3,-61,42r49,0v-1,5,-2,13,-2,22r-47,0r-5,156r-31,0r6,-156r-22,0v1,-6,2,-13,2,-22r22,0v-8,-61,33,-79,87,-64v0,7,1,14,2,22","w":106},"g":{"d":"15,-75v-1,-96,86,-122,183,-100r-9,193v0,74,-89,74,-156,59r-2,-25v50,17,128,21,128,-40v1,-8,1,-25,2,-50v-12,25,-32,41,-69,41v-50,1,-76,-29,-77,-78xm45,-78v-3,57,70,80,100,39v23,-31,18,-55,21,-117v-68,-16,-117,14,-121,78","w":217},"h":{"d":"119,-159v-77,0,-62,77,-67,159r-31,0r9,-240r32,0r-5,97v18,-56,144,-58,140,27r-5,116r-32,0r7,-116v1,-30,-19,-43,-48,-43","w":218},"i":{"d":"29,-216r0,-25r34,0v0,4,-1,12,-1,25v-13,-1,-20,-1,-33,0xm60,-178r-7,178r-32,0r7,-178r32,0","w":81},"j":{"d":"28,-217v0,-7,1,-14,1,-24r34,0v0,6,-1,13,-1,24r-34,0xm24,-39r4,-139r31,0v-6,77,-1,165,-14,235v-13,31,-59,33,-101,23v0,-7,-2,-15,-3,-25v14,5,27,8,39,8v49,0,42,-47,44,-102","w":81},"k":{"d":"61,-240v-4,40,-10,193,-10,240r-31,0r9,-240r32,0xm56,-99r72,-79r36,0r-76,79v14,19,42,51,83,99r-36,0","w":172},"l":{"d":"20,0r10,-240r32,0r-10,240r-32,0","w":80},"m":{"d":"106,-158v-65,0,-52,93,-55,158r-31,0r7,-178r30,0r-2,33v14,-44,104,-52,115,-1v16,-47,120,-51,118,12r-6,134r-31,0r6,-123v0,-24,-12,-35,-36,-35v-67,0,-49,90,-54,158r-31,0r5,-121v2,-26,-13,-37,-35,-37","w":308},"n":{"d":"117,-158v-74,0,-64,69,-66,158r-32,0v6,-73,9,-133,9,-178r31,0r-3,35v19,-55,142,-58,139,26r-4,117r-32,0r6,-114v1,-31,-19,-44,-48,-44","w":217},"o":{"d":"15,-85v-1,-59,35,-97,93,-97v56,-1,89,32,89,87v0,61,-32,99,-93,99v-56,-1,-88,-33,-89,-89xm167,-94v1,-41,-20,-66,-59,-66v-42,0,-62,33,-63,75v0,40,19,67,59,67v44,0,63,-32,63,-76","w":211},"p":{"d":"116,4v-34,0,-51,-13,-65,-36r-3,111r-32,0v2,-30,5,-71,7,-123v2,-52,3,-95,3,-128v32,-7,49,-9,81,-10v58,-2,90,33,90,89v0,55,-25,97,-81,97xm167,-94v0,-62,-56,-78,-111,-57v-4,60,-12,134,53,133v40,-1,58,-35,58,-76","w":211},"q":{"d":"15,-77v-1,-92,83,-120,177,-99r-10,255r-32,0r6,-116v-14,24,-31,41,-67,41v-47,0,-73,-33,-74,-81xm45,-76v0,57,66,76,95,36v21,-30,15,-56,19,-115v-62,-18,-114,15,-114,79","w":210},"r":{"d":"123,-154v-81,-19,-73,72,-72,154r-32,0v4,-68,7,-122,7,-162r-1,-16r30,0r-1,29v12,-23,34,-38,68,-31v0,8,0,16,1,26","w":125},"s":{"d":"126,-41v0,48,-70,52,-114,38r-3,-27v37,26,114,7,75,-35v-19,-21,-62,-36,-62,-74v0,-46,58,-48,104,-38v0,9,0,17,1,25v-26,-11,-72,-16,-75,15v9,44,74,45,74,96","w":142},"t":{"d":"59,-57v-6,38,19,45,51,34v-1,6,-3,14,-5,23v-39,10,-80,5,-77,-43r6,-113r-23,0v0,-5,1,-12,1,-21r24,0v1,-7,1,-18,2,-34v11,-2,20,-4,28,-6v-1,17,-2,31,-2,40r49,0v-1,7,-1,14,-1,21r-49,0","w":115},"u":{"d":"195,-178r-8,178r-29,0r1,-34v-20,55,-141,56,-137,-31r5,-113r31,0v0,59,-34,158,41,158v74,0,62,-85,65,-158r31,0","w":214},"v":{"d":"67,0r-64,-178r33,0r50,152r63,-152r33,0r-80,178r-35,0","w":177},"w":{"d":"66,0r-63,-178r30,0r51,151r56,-151r32,0r41,151r62,-151r30,0r-78,178r-34,0r-39,-147r-54,147r-34,0","w":300},"x":{"d":"-5,0r71,-96r-52,-82r35,0v6,12,19,33,38,64v23,-32,38,-53,45,-64r34,0r-61,82r62,96r-37,0v-12,-24,-31,-54,-46,-78r-53,78r-36,0","w":173},"y":{"d":"-12,56v44,23,70,-16,80,-51r-64,-183r33,0v12,52,34,103,48,155r64,-155r32,0r-98,218v-13,35,-46,53,-92,41v-1,-10,-2,-18,-3,-25","w":176},"z":{"d":"8,0v-3,-22,6,-32,15,-43r91,-114r-94,2v1,-8,1,-15,1,-23r126,0r-1,27r-105,129v30,2,78,1,100,-1v-1,6,-2,14,-2,23r-131,0","w":159},"{":{"d":"122,-221v-73,-2,-7,128,-58,141v30,14,15,65,15,105v0,26,8,37,32,36v-1,4,-1,10,-1,18v-72,9,-57,-60,-54,-124v0,-17,-7,-26,-20,-29v1,-4,1,-8,1,-12v59,-13,-28,-163,86,-154v-1,4,-1,11,-1,19","w":143},"|":{"d":"76,-240r28,0r0,300r-28,0r0,-300","w":180},"}":{"d":"15,61v70,4,6,-126,58,-141v-33,-13,-15,-72,-15,-110v0,-24,-11,-30,-33,-31r1,-19v71,-8,58,62,54,124v-2,17,8,27,20,30v0,4,-1,8,-1,12v-28,5,-23,42,-23,75v0,54,-10,80,-63,78v1,-4,2,-10,2,-18","w":143},"~":{"d":"82,-113v-18,0,-24,12,-32,27r-16,-12v11,-35,56,-52,92,-25v25,18,54,12,65,-16r16,11v-10,22,-27,43,-58,40v-22,-3,-43,-25,-67,-25","w":240},"\u00c4":{"d":"149,-275r1,-22r26,0r0,22r-27,0xm97,-275r1,-22r27,0r-1,22r-27,0xm207,0r-34,-101r-97,0r-48,101r-36,0r123,-240r41,0r86,240r-35,0xm87,-124r79,0r-33,-93","w":250},"\u00c9":{"d":"97,-262r16,-46r36,0v-8,11,-17,26,-30,46v-6,-1,-16,-1,-22,0xm24,0r10,-240r155,0v-1,8,-2,16,-2,24r-121,-1r-3,83r110,0v-1,8,-2,16,-2,24r-110,0r-3,87r122,-2v-1,9,-1,17,-1,25r-155,0","w":203},"\u00d6":{"d":"165,-275r1,-22r26,0r0,22r-27,0xm114,-275r0,-22r27,0r-1,22r-26,0xm17,-114v0,-83,52,-130,135,-130v74,0,123,42,123,119v0,82,-50,129,-131,129v-77,0,-127,-41,-127,-118xm243,-123v0,-60,-33,-97,-93,-97v-65,0,-99,40,-100,105v0,61,35,95,95,95v64,0,98,-40,98,-103","w":289},"\u00dc":{"d":"152,-275r1,-22r27,0r-1,22r-27,0xm101,-275r1,-22r26,0r0,22r-27,0xm26,-74r6,-166r35,0r-9,154v-11,75,102,85,133,37v18,-45,12,-124,16,-191r35,0r-8,151v0,70,-42,93,-109,93v-56,0,-101,-20,-99,-78","w":261},"\u00e4":{"d":"114,-213r1,-23r26,0r-1,23r-26,0xm62,-213r1,-23r27,0r-1,23r-27,0xm128,-118v26,-19,1,-49,-31,-46v-26,2,-46,8,-66,14v1,-5,2,-13,3,-23v49,-12,138,-23,135,36r-6,137r-31,0r6,-105v-26,28,-101,13,-101,62v0,34,48,33,77,22v-2,5,-4,12,-6,21v-86,37,-145,-73,-45,-97v22,-5,48,-9,65,-21","w":191},"\u00e9":{"d":"88,-201r16,-46r35,0v-8,11,-17,26,-30,46v-6,-1,-15,-1,-21,0xm46,-97v-10,72,55,97,120,69v-1,6,-4,15,-5,25v-74,21,-150,-2,-146,-82v3,-57,30,-98,91,-97v50,1,80,31,74,85r-134,0xm152,-112v8,-64,-87,-63,-100,-16v-2,4,-3,9,-5,16r105,0","w":191},"\u00f6":{"d":"123,-213r1,-23r27,0r-1,23r-27,0xm72,-213r1,-23r26,0r0,23r-27,0xm15,-85v-1,-59,35,-97,93,-97v56,-1,89,32,89,87v0,61,-32,99,-93,99v-56,-1,-88,-33,-89,-89xm167,-94v1,-41,-20,-66,-59,-66v-42,0,-62,33,-63,75v0,40,19,67,59,67v44,0,63,-32,63,-76","w":211},"\u00fc":{"d":"125,-213r1,-23r27,0r-1,23r-27,0xm74,-213r1,-23r26,0r-1,23r-26,0xm196,-178r-8,178r-29,0r1,-34v-20,55,-141,56,-137,-31r5,-113r31,0v0,59,-34,158,41,158v74,0,62,-85,65,-158r31,0","w":214},"\u00df":{"d":"105,-223v-70,-3,-43,95,-52,156v-4,24,-2,47,-2,67r-32,0r10,-179v1,-46,29,-61,76,-65v49,-4,81,46,47,79v-23,3,-36,30,-10,44v29,16,46,27,49,67v4,54,-55,67,-102,52v0,-7,-1,-15,-2,-25v49,35,104,-31,52,-69v-16,-12,-35,-19,-37,-46v-3,-35,40,-20,37,-53v-1,-20,-14,-27,-34,-28","w":204},"\u00d8":{"d":"17,-115v-4,-101,95,-153,190,-117v10,-15,14,-34,46,-28r-25,37v28,20,44,51,46,99v4,103,-97,152,-191,115r-19,29v-12,-1,-15,-1,-27,0r25,-38v-28,-18,-43,-54,-45,-97xm193,-212v-104,-51,-194,88,-115,171xm97,-29v89,39,173,-37,138,-137v-5,-13,-12,-25,-22,-34","w":288},"\u201c":{"d":"71,-181r35,-59r17,0v-9,25,-15,44,-19,59r-33,0xm17,-181r35,-59r17,0v-9,26,-16,45,-20,59r-32,0","w":128},"\u201e":{"d":"110,-26r-35,59r-17,0v9,-26,15,-45,19,-59v16,1,17,1,33,0xm56,-26r-35,59r-17,0r19,-59v16,1,17,1,33,0","w":127},"\u00a0":{"w":90}}});

Cufon.replace(['.contentMain h2','.contentMain-Sidebar h2','.contentSidebar h3'],{ textShadow: '#d3d3d3 1px 1px',fontFamily: 'ErasLightITC'});
Cufon.replace(['#naviAdd h3','#breadcrumb p'],{ fontFamily: 'ErasMediumITC'});																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																												function noSpam() {
    if (document.getElementById) {
		var at = "@";
	  	var links = document.getElementsByTagName('a');
	  
	  	for (var i = 0; i < links.length; i++) {
		  	var linkElem = links[i];
			
		  	if (linkElem.className == 'escape') {
		  		var mail = linkElem.firstChild; var domain = linkElem.lastChild;
		  		mail.nextSibling.firstChild.innerHTML = at;
		  		linkElem.href = "mailto:" + mail.data + at + domain.data;
		  	}
			
	  	} // End for
	  
    } // End if
}

window.addEventListener?window.addEventListener('load',noSpam,false):window.attachEvent('onload',noSpam);


/**
 * SWFObject v1.4.2: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
 *
 * SWFObject is (c) 2006 Geoff Stearns and is released under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 * **SWFObject is the SWF embed script formerly known as FlashObject. The name was changed for
 *   legal reasons.
 */
if(typeof deconcept=="undefined"){var deconcept=new Object();}
if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}
if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}
deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a,_b){
if(!document.getElementById){return;}
this.DETECT_KEY=_b?_b:"detectflash";
this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);
this.params=new Object();
this.variables=new Object();
this.attributes=new Array();
if(_1){this.setAttribute("swf",_1);}
if(id){this.setAttribute("id",id);}
if(w){this.setAttribute("width",w);}
if(h){this.setAttribute("height",h);}
if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}
this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();
if(c){this.addParam("bgcolor",c);}
var q=_8?_8:"high";
this.addParam("quality",q);
this.setAttribute("useExpressInstall",_7);
this.setAttribute("doExpressInstall",false);
var _d=(_9)?_9:window.location;
this.setAttribute("xiRedirectUrl",_d);
this.setAttribute("redirectUrl","");
if(_a){this.setAttribute("redirectUrl",_a);}};
deconcept.SWFObject.prototype={setAttribute:function(_e,_f){
this.attributes[_e]=_f;
},getAttribute:function(_10){
return this.attributes[_10];
},addParam:function(_11,_12){
this.params[_11]=_12;
},getParams:function(){
return this.params;
},addVariable:function(_13,_14){
this.variables[_13]=_14;
},getVariable:function(_15){
return this.variables[_15];
},getVariables:function(){
return this.variables;
},getVariablePairs:function(){
var _16=new Array();
var key;
var _18=this.getVariables();
for(key in _18){_16.push(key+"="+_18[key]);}
return _16;
},getSWFHTML:function(){
var _19="";
if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){
if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");}
_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\"";
_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";
var _1a=this.getParams();
for(var key in _1a){_19+=key+"=\""+_1a[key]+"\" ";}
var _1c=this.getVariablePairs().join("&");
if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}
_19+="/>";
}else{if(this.getAttribute("doExpressInstall")){
this.addVariable("MMplayerType","ActiveX");}
_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\">";
_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";
var _1d=this.getParams();
for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}
var _1f=this.getVariablePairs().join("&");
if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}
_19+="</object>";}
return _19;
},write:function(_20){
if(this.getAttribute("useExpressInstall")){
var _21=new deconcept.PlayerVersion([6,0,65]);
if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){
this.setAttribute("doExpressInstall",true);
this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));
document.title=document.title.slice(0,47)+" - Flash Player Installation";
this.addVariable("MMdoctitle",document.title);}}
if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){
var n=(typeof _20=="string")?document.getElementById(_20):_20;
n.innerHTML=this.getSWFHTML();
return true;
}else{
if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}
return false;}};
deconcept.SWFObjectUtil.getPlayerVersion=function(){
var _23=new deconcept.PlayerVersion([0,0,0]);
if(navigator.plugins&&navigator.mimeTypes.length){
var x=navigator.plugins["Shockwave Flash"];
if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}
}else{
try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}
catch(e){try{
var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
_23=new deconcept.PlayerVersion([6,0,21]);
axo.AllowScriptAccess="always";}
catch(e){
if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}
catch(e){}}
if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}
return _23;};
deconcept.PlayerVersion=function(_27){
this.major=_27[0]!=null?parseInt(_27[0]):0;
this.minor=_27[1]!=null?parseInt(_27[1]):0;
this.rev=_27[2]!=null?parseInt(_27[2]):0;
};
deconcept.PlayerVersion.prototype.versionIsValid=function(fv){
if(this.major<fv.major){return false;}
if(this.major>fv.major){return true;}
if(this.minor<fv.minor){return false;}
if(this.minor>fv.minor){return true;}
if(this.rev<fv.rev){return false;}
return true;
};
deconcept.util={getRequestParameter:function(_29){
var q=document.location.search||document.location.hash;
if(q){
var _2b=q.substring(1).split("&");
for(var i=0;i<_2b.length;i++){
if(_2b[i].substring(0,_2b[i].indexOf("="))==_29){
return _2b[i].substring((_2b[i].indexOf("=")+1));}}}
return "";}};
deconcept.SWFObjectUtil.cleanupSWFs=function(){
var _2d=document.getElementsByTagName("OBJECT");
for(var i=0;i<_2d.length;i++){
_2d[i].style.display="none";
for(var x in _2d[i]){if(typeof _2d[i][x]=="function"){_2d[i][x]=null;}}}};
if(typeof window.onunload=="function"){
var oldunload=window.onunload;
window.onunload=function(){
deconcept.SWFObjectUtil.cleanupSWFs();
oldunload();};
}else{window.onunload=deconcept.SWFObjectUtil.cleanupSWFs;}
if(Array.prototype.push==null){
Array.prototype.push=function(_30){
this[this.length]=_30;
return this.length;};}

var getQueryParamValue=deconcept.util.getRequestParameter;
var FlashObject=deconcept.SWFObject; // for legacy support
var SWFObject=deconcept.SWFObject;

// ColorBox v1.3.15 - a full featured, light-weight, customizable lightbox based on jQuery 1.3+
// Copyright (c) 2010 Jack Moore - jack@colorpowered.com
// Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
(function(b,ib){var t="none",M="LoadedContent",c=false,v="resize.",o="y",q="auto",e=true,L="nofollow",m="x";function f(a,c){a=a?' id="'+i+a+'"':"";c=c?' style="'+c+'"':"";return b("<div"+a+c+"/>")}function p(a,b){b=b===m?n.width():n.height();return typeof a==="string"?Math.round(/%/.test(a)?b/100*parseInt(a,10):parseInt(a,10)):a}function U(b){return a.photo||/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i.test(b)}function cb(a){for(var c in a)if(b.isFunction(a[c])&&c.substring(0,2)!=="on")a[c]=a[c].call(l);a.rel=a.rel||l.rel||L;a.href=a.href||b(l).attr("href");a.title=a.title||l.title;return a}function w(c,a){a&&a.call(l);b.event.trigger(c)}function jb(){var b,e=i+"Slideshow_",c="click."+i,f,k;if(a.slideshow&&h[1]){f=function(){F.text(a.slideshowStop).unbind(c).bind(V,function(){if(g<h.length-1||a.loop)b=setTimeout(d.next,a.slideshowSpeed)}).bind(W,function(){clearTimeout(b)}).one(c+" "+N,k);j.removeClass(e+"off").addClass(e+"on");b=setTimeout(d.next,a.slideshowSpeed)};k=function(){clearTimeout(b);F.text(a.slideshowStart).unbind([V,W,N,c].join(" ")).one(c,f);j.removeClass(e+"on").addClass(e+"off")};a.slideshowAuto?f():k()}}function db(c){if(!O){l=c;a=cb(b.extend({},b.data(l,r)));h=b(l);g=0;if(a.rel!==L){h=b("."+G).filter(function(){return (b.data(this,r).rel||this.rel)===a.rel});g=h.index(l);if(g===-1){h=h.add(l);g=h.length-1}}if(!u){u=D=e;j.show();if(a.returnFocus)try{l.blur();b(l).one(eb,function(){try{this.focus()}catch(a){}})}catch(f){}x.css({opacity:+a.opacity,cursor:a.overlayClose?"pointer":q}).show();a.w=p(a.initialWidth,m);a.h=p(a.initialHeight,o);d.position(0);X&&n.bind(v+P+" scroll."+P,function(){x.css({width:n.width(),height:n.height(),top:n.scrollTop(),left:n.scrollLeft()})}).trigger("scroll."+P);w(fb,a.onOpen);Y.add(H).add(I).add(F).add(Z).hide();ab.html(a.close).show()}d.load(e)}}var gb={transition:"elastic",speed:300,width:c,initialWidth:"600",innerWidth:c,maxWidth:c,height:c,initialHeight:"450",innerHeight:c,maxHeight:c,scalePhotos:e,scrolling:e,inline:c,html:c,iframe:c,photo:c,href:c,title:c,rel:c,opacity:.9,preloading:e,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:c,returnFocus:e,loop:e,slideshow:c,slideshowAuto:e,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:c,onLoad:c,onComplete:c,onCleanup:c,onClosed:c,overlayClose:e,escKey:e,arrowKey:e},r="colorbox",i="cbox",fb=i+"_open",W=i+"_load",V=i+"_complete",N=i+"_cleanup",eb=i+"_closed",Q=i+"_purge",hb=i+"_loaded",E=b.browser.msie&&!b.support.opacity,X=E&&b.browser.version<7,P=i+"_IE6",x,j,A,s,bb,T,R,S,h,n,k,J,K,Z,Y,F,I,H,ab,B,C,y,z,l,g,a,u,D,O=c,d,G=i+"Element";d=b.fn[r]=b[r]=function(c,f){var a=this,d;if(!a[0]&&a.selector)return a;c=c||{};if(f)c.onComplete=f;if(!a[0]||a.selector===undefined){a=b("<a/>");c.open=e}a.each(function(){b.data(this,r,b.extend({},b.data(this,r)||gb,c));b(this).addClass(G)});d=c.open;if(b.isFunction(d))d=d.call(a);d&&db(a[0]);return a};d.init=function(){var l="hover",m="clear:left";n=b(ib);j=f().attr({id:r,"class":E?i+"IE":""});x=f("Overlay",X?"position:absolute":"").hide();A=f("Wrapper");s=f("Content").append(k=f(M,"width:0; height:0; overflow:hidden"),K=f("LoadingOverlay").add(f("LoadingGraphic")),Z=f("Title"),Y=f("Current"),I=f("Next"),H=f("Previous"),F=f("Slideshow").bind(fb,jb),ab=f("Close"));A.append(f().append(f("TopLeft"),bb=f("TopCenter"),f("TopRight")),f(c,m).append(T=f("MiddleLeft"),s,R=f("MiddleRight")),f(c,m).append(f("BottomLeft"),S=f("BottomCenter"),f("BottomRight"))).children().children().css({"float":"left"});J=f(c,"position:absolute; width:9999px; visibility:hidden; display:none");b("body").prepend(x,j.append(A,J));s.children().hover(function(){b(this).addClass(l)},function(){b(this).removeClass(l)}).addClass(l);B=bb.height()+S.height()+s.outerHeight(e)-s.height();C=T.width()+R.width()+s.outerWidth(e)-s.width();y=k.outerHeight(e);z=k.outerWidth(e);j.css({"padding-bottom":B,"padding-right":C}).hide();I.click(d.next);H.click(d.prev);ab.click(d.close);s.children().removeClass(l);b("."+G).live("click",function(a){if(!(a.button!==0&&typeof a.button!=="undefined"||a.ctrlKey||a.shiftKey||a.altKey)){a.preventDefault();db(this)}});x.click(function(){a.overlayClose&&d.close()});b(document).bind("keydown",function(b){if(u&&a.escKey&&b.keyCode===27){b.preventDefault();d.close()}if(u&&a.arrowKey&&!D&&h[1])if(b.keyCode===37&&(g||a.loop)){b.preventDefault();H.click()}else if(b.keyCode===39&&(g<h.length-1||a.loop)){b.preventDefault();I.click()}})};d.remove=function(){j.add(x).remove();b("."+G).die("click").removeData(r).removeClass(G)};d.position=function(f,d){function b(a){bb[0].style.width=S[0].style.width=s[0].style.width=a.style.width;K[0].style.height=K[1].style.height=s[0].style.height=T[0].style.height=R[0].style.height=a.style.height}var e,h=Math.max(document.documentElement.clientHeight-a.h-y-B,0)/2+n.scrollTop(),g=Math.max(n.width()-a.w-z-C,0)/2+n.scrollLeft();e=j.width()===a.w+z&&j.height()===a.h+y?0:f;A[0].style.width=A[0].style.height="9999px";j.dequeue().animate({width:a.w+z,height:a.h+y,top:h,left:g},{duration:e,complete:function(){b(this);D=c;A[0].style.width=a.w+z+C+"px";A[0].style.height=a.h+y+B+"px";d&&d()},step:function(){b(this)}})};d.resize=function(b){if(u){b=b||{};if(b.width)a.w=p(b.width,m)-z-C;if(b.innerWidth)a.w=p(b.innerWidth,m);k.css({width:a.w});if(b.height)a.h=p(b.height,o)-y-B;if(b.innerHeight)a.h=p(b.innerHeight,o);if(!b.innerHeight&&!b.height){b=k.wrapInner("<div style='overflow:auto'></div>").children();a.h=b.height();b.replaceWith(b.children())}k.css({height:a.h});d.position(a.transition===t?0:a.speed)}};d.prep=function(m){var c="hidden";function l(s){var p,f,m,c,l=h.length,q=a.loop;d.position(s,function(){function s(){E&&j[0].style.removeAttribute("filter")}if(u){E&&o&&k.fadeIn(100);k.show();w(hb);Z.show().html(a.title);if(l>1){typeof a.current==="string"&&Y.html(a.current.replace(/\{current\}/,g+1).replace(/\{total\}/,l)).show();I[q||g<l-1?"show":"hide"]().html(a.next);H[q||g?"show":"hide"]().html(a.previous);p=g?h[g-1]:h[l-1];m=g<l-1?h[g+1]:h[0];a.slideshow&&F.show();if(a.preloading){c=b.data(m,r).href||m.href;f=b.data(p,r).href||p.href;c=b.isFunction(c)?c.call(m):c;f=b.isFunction(f)?f.call(p):f;if(U(c))b("<img/>")[0].src=c;if(U(f))b("<img/>")[0].src=f}}K.hide();a.transition==="fade"?j.fadeTo(e,1,function(){s()}):s();n.bind(v+i,function(){d.position(0)});w(V,a.onComplete)}})}if(u){var o,e=a.transition===t?0:a.speed;n.unbind(v+i);k.remove();k=f(M).html(m);k.hide().appendTo(J.show()).css({width:function(){a.w=a.w||k.width();a.w=a.mw&&a.mw<a.w?a.mw:a.w;return a.w}(),overflow:a.scrolling?q:c}).css({height:function(){a.h=a.h||k.height();a.h=a.mh&&a.mh<a.h?a.mh:a.h;return a.h}()}).prependTo(s);J.hide();b("#"+i+"Photo").css({cssFloat:t,marginLeft:q,marginRight:q});X&&b("select").not(j.find("select")).filter(function(){return this.style.visibility!==c}).css({visibility:c}).one(N,function(){this.style.visibility="inherit"});a.transition==="fade"?j.fadeTo(e,0,function(){l(0)}):l(e)}};d.load=function(u){var n,c,s,q=d.prep;D=e;l=h[g];u||(a=cb(b.extend({},b.data(l,r))));w(Q);w(W,a.onLoad);a.h=a.height?p(a.height,o)-y-B:a.innerHeight&&p(a.innerHeight,o);a.w=a.width?p(a.width,m)-z-C:a.innerWidth&&p(a.innerWidth,m);a.mw=a.w;a.mh=a.h;if(a.maxWidth){a.mw=p(a.maxWidth,m)-z-C;a.mw=a.w&&a.w<a.mw?a.w:a.mw}if(a.maxHeight){a.mh=p(a.maxHeight,o)-y-B;a.mh=a.h&&a.h<a.mh?a.h:a.mh}n=a.href;K.show();if(a.inline){f().hide().insertBefore(b(n)[0]).one(Q,function(){b(this).replaceWith(k.children())});q(b(n))}else if(a.iframe){j.one(hb,function(){var c=b("<iframe frameborder='0' style='width:100%; height:100%; border:0; display:block'/>")[0];c.name=i+ +new Date;c.src=a.href;if(!a.scrolling)c.scrolling="no";if(E)c.allowtransparency="true";b(c).appendTo(k).one(Q,function(){c.src="//about:blank"})});q(" ")}else if(a.html)q(a.html);else if(U(n)){c=new Image;c.onload=function(){var e;c.onload=null;c.id=i+"Photo";b(c).css({border:t,display:"block",cssFloat:"left"});if(a.scalePhotos){s=function(){c.height-=c.height*e;c.width-=c.width*e};if(a.mw&&c.width>a.mw){e=(c.width-a.mw)/c.width;s()}if(a.mh&&c.height>a.mh){e=(c.height-a.mh)/c.height;s()}}if(a.h)c.style.marginTop=Math.max(a.h-c.height,0)/2+"px";h[1]&&(g<h.length-1||a.loop)&&b(c).css({cursor:"pointer"}).click(d.next);if(E)c.style.msInterpolationMode="bicubic";setTimeout(function(){q(c)},1)};setTimeout(function(){c.src=n},1)}else n&&J.load(n,function(d,c,a){q(c==="error"?"Request unsuccessful: "+a.statusText:b(this).children())})};d.next=function(){if(!D){g=g<h.length-1?g+1:0;d.load()}};d.prev=function(){if(!D){g=g?g-1:h.length-1;d.load()}};d.close=function(){if(u&&!O){O=e;u=c;w(N,a.onCleanup);n.unbind("."+i+" ."+P);x.fadeTo("fast",0);j.stop().fadeTo("fast",0,function(){w(Q);k.remove();j.add(x).css({opacity:1,cursor:q}).hide();setTimeout(function(){O=c;w(eb,a.onClosed)},1)})}};d.element=function(){return b(l)};d.settings=gb;b(d.init)})(jQuery,this);


jQuery(document).ready(function(){
	jQuery("a[rel='lightbox']").colorbox({maxHeight:"90%",opacity:0.5,arrowKey:false});
	
});

jQuery.noConflict();
