//
// Natur-Energi custom
//

$(function() {
		$('.tooltip').tooltip({
		track: true,
		delay: 0,
		showBody: " - ",
		fixPNG: true,
  showURL: false,
		extraClass: "pretty",
		opacity: 0.95,
		fade: 250,
		left: -40
		});

});

function ClearForm() {
  document.searchform.s.value= "";
}

// Cufon

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var V=L.DOM={ready:(function(){var a=false,c={loaded:1,complete:1};var Z=[],b=function(){if(a){return}a=true;for(var d;d=Z.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){c[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(d){setTimeout(arguments.callee,1)}})()}P(window,"load",b);return function(d){if(!arguments.length){b()}else{a?d():Z.push(d)}}})()};var M=L.CSS={Size:function(a,Z){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/Z*this.value};this.convertFrom=function(b){return b/this.value*Z};this.toString=function(){return this.value+this.unit}},getStyle:function(a){var Z=document.defaultView;if(Z&&Z.getComputedStyle){return new A(Z.getComputedStyle(a,null))}if(a.currentStyle){return new A(a.currentStyle)}return new A(a.style)},quotedList:I(function(c){var b=[],a=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,Z;while(Z=a.exec(c)){b.push(Z[3]||Z[1])}return b}),ready:(function(){var b=false;var a=[],c=function(){b=true;for(var e;e=a.shift();e()){}};var Z=Object.prototype.propertyIsEnumerable?F("style"):{length:0};var d=F("link");V.ready(function(){var h=0,g;for(var f=0,e=d.length;g=d[f],f<e;++f){if(!g.disabled&&g.rel.toLowerCase()=="stylesheet"){++h}}if(document.styleSheets.length>=Z.length+h){c()}else{setTimeout(arguments.callee,10)}});return function(e){if(b){e()}else{a.push(e)}}})(),supports:function(b,a){var Z=document.createElement("span").style;if(Z[b]===undefined){return false}Z[b]=a;return Z[b]===a},textAlign:function(c,b,Z,a){if(b.get("textAlign")=="right"){if(Z>0){c=" "+c}}else{if(Z<a-1){c+=" "}}return c},textDecoration:function(e,d){if(!d){d=this.getStyle(e)}var a={underline:null,overline:null,"line-through":null};for(var Z=e;Z.parentNode&&Z.parentNode.nodeType==1;){var c=true;for(var b in a){if(!J(a,b)||a[b]){continue}if(d.get("textDecoration").indexOf(b)!=-1){a[b]=d.get("color")}c=false}if(c){break}d=this.getStyle(Z=Z.parentNode)}return a},textShadow:I(function(d){if(d=="none"){return null}var c=[],e={},Z,a=0;var b=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Z=b.exec(d)){if(Z[0]==","){c.push(e);e={},a=0}else{if(Z[1]){e.color=Z[1]}else{e[["offX","offY","blur"][a++]]=Z[2]}}}c.push(e);return c}),color:I(function(a){var Z={};Z.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,b,d){Z.opacity=parseFloat(d);return"rgb("+b+")"});return Z}),textTransform:function(a,Z){return a[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Z.get("textTransform")]||"toString"]()}};function R(a){var Z=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(Z["units-per-em"],10);this.family=Z["font-family"].toLowerCase();this.weight=Z["font-weight"];this.style=Z["font-style"]||"normal";this.viewBox=(function(){var c=Z.bbox.split(/\s+/);var b={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};b.width=b.maxX-b.minX,b.height=b.maxY-b.minY;b.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return b})();this.ascent=-parseInt(Z.ascent,10);this.descent=-parseInt(Z.descent,10);this.height=-this.ascent+this.descent}function E(){var a={},Z={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(f,g){var e=a[f]||a[Z[f]]||a.normal||a.italic||a.oblique;if(!e){return null}g={normal:400,bold:700}[g]||parseInt(g,10);if(e[g]){return e[g]}var c={1:1,99:0}[g%100],i=[],d,b;if(c===undefined){c=g>400}if(g==500){g=400}for(var h in e){if(!J(e,h)){continue}h=parseInt(h,10);if(!d||h<d){d=h}if(!b||h>b){b=h}i.push(h)}if(g<d){g=d}if(g>b){g=b}i.sort(function(k,j){return(c?(k>g&&j>g)?k<j:k>j:(k<g&&j<g)?k>j:k<j)?-1:1});return e[i[0]]}}function Q(){function b(d,e){if(d.contains){return d.contains(e)}return d.compareDocumentPosition(e)&16}function Z(f){var d=f.relatedTarget;if(!d||b(this,d)){return}a(this)}function c(d){a(this)}function a(d){setTimeout(function(){L.replace(d,D.get(d).options,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){P(d,"mouseover",Z);P(d,"mouseout",Z)}else{P(d,"mouseenter",c);P(d,"mouseleave",c)}}}function Y(){var b={},Z=0;function a(c){return c.cufid||(c.cufid=++Z)}this.get=function(c){var d=a(c);return b[d]||(b[d]={})}}function A(Z){var b={},a={};this.get=function(c){return b[c]!=undefined?b[c]:Z[c]};this.getSize=function(d,c){return a[d]||(a[d]=new M.Size(this.get(d),c))};this.extend=function(c){for(var d in c){if(J(c,d)){b[d]=c[d]}}return this}}function P(a,Z,b){if(a.addEventListener){a.addEventListener(Z,b,false)}else{if(a.attachEvent){a.attachEvent("on"+Z,function(){return b.call(a,window.event)})}}}function T(a,Z){var b=D.get(a);if(b.options){return a}if(Z.hover&&Z.hoverables[a.nodeName.toLowerCase()]){B.attach(a)}b.options=Z;return a}function I(Z){var a={};return function(b){if(!J(a,b)){a[b]=Z.apply(null,arguments)}return a[b]}}function C(e,d){if(!d){d=M.getStyle(e)}var a=M.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0,Z=a.length;b<Z;++b){c=a[b];if(H[c]){return H[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function F(Z){return document.getElementsByTagName(Z)}function J(a,Z){return a.hasOwnProperty(Z)}function G(){var Z={},b,d;for(var c=0,a=arguments.length;b=arguments[c],c<a;++c){for(d in b){if(J(b,d)){Z[d]=b[d]}}}return Z}function N(c,m,a,n,d,b){var k=n.separate;if(k=="none"){return X[n.engine].apply(null,arguments)}var j=document.createDocumentFragment(),f;var g=m.split(O[k]),Z=(k=="words");if(Z&&S){if(/^\s/.test(m)){g.unshift("")}if(/\s$/.test(m)){g.push("")}}for(var h=0,e=g.length;h<e;++h){f=X[n.engine](c,Z?M.textAlign(g[h],a,h,e):g[h],a,n,d,b,h<e-1);if(f){j.appendChild(f)}}return j}function K(a,h){var b,Z,e,g;for(var c=T(a,h).firstChild;c;c=e){e=c.nextSibling;g=false;if(c.nodeType==1){if(!c.firstChild){continue}if(!/cufon/.test(c.className)){arguments.callee(c,h);continue}else{g=true}}if(!Z){Z=M.getStyle(a).extend(h)}if(!b){b=C(a,Z)}if(!b){continue}if(g){X[h.engine](b,null,Z,h,c,a);continue}var f=c.data;if(f===""){continue}var d=N(b,f,Z,h,c,a);if(d){c.parentNode.replaceChild(d,c)}else{c.parentNode.removeChild(c)}}}var S=" ".split(/\s+/).length==0;var D=new Y();var B=new Q();var W=[];var X={},H={},U={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(Z){return jQuery(Z)})||(window.dojo&&dojo.query)||(window.$$&&function(Z){return $$(Z)})||(window.$&&function(Z){return $(Z)})||(document.querySelectorAll&&function(Z){return document.querySelectorAll(Z)})||F),separate:"words",textShadow:"none"};var O={words:/\s+/,characters:""};L.now=function(){V.ready();return L};L.refresh=function(){var b=W.splice(0,W.length);for(var a=0,Z=b.length;a<Z;++a){L.replace.apply(null,b[a])}return L};L.registerEngine=function(a,Z){if(!Z){return L}X[a]=Z;return L.set("engine",a)};L.registerFont=function(b){var Z=new R(b),a=Z.family;if(!H[a]){H[a]=new E()}H[a].add(Z);return L.set("fontFamily",'"'+a+'"')};L.replace=function(b,a,Z){a=G(U,a);if(!a.engine){return L}if(typeof a.textShadow=="string"){a.textShadow=M.textShadow(a.textShadow)}if(!Z){W.push(arguments)}if(b.nodeType||typeof b=="string"){b=[b]}M.ready(function(){for(var d=0,c=b.length;d<c;++d){var e=b[d];if(typeof e=="string"){L.replace(a.selector(e),a,true)}else{K(e,a)}}});return L};L.set=function(Z,a){U[Z]=a;return L};return L})();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}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(q,T,k,P,X,r){var I=(T===null);var V=q.viewBox;var J=k.getSize("fontSize",q.baseSize);var h=k.get("letterSpacing");h=(h=="normal")?0:J.convertFrom(parseInt(h,10));var W=0,j=0,f=0,R=0;var U=P.textShadow,d=[];if(U){for(var p=0,m=U.length;p<m;++p){var Z=U[p];var c=J.convertFrom(parseFloat(Z.offX));var b=J.convertFrom(parseFloat(Z.offY));d[p]=[c,b];if(b<W){W=b}if(c>j){j=c}if(b>f){f=b}if(c<R){R=c}}}var u=Cufon.CSS.textTransform(I?X.alt:T,k).split("");var G=0,S=null;for(var p=0,m=u.length;p<m;++p){var Q=q.glyphs[u[p]]||q.missingGlyph;if(!Q){continue}G+=S=Number(Q.w||q.w)+h}if(S===null){return null}j+=(V.width-S);R+=V.minX;var O,K;if(I){O=X;K=X.firstChild}else{O=document.createElement("span");O.className="cufon cufon-canvas";O.alt=T;K=document.createElement("canvas");O.appendChild(K);if(P.printable){var n=document.createElement("span");n.className="cufon-alt";n.appendChild(document.createTextNode(T));O.appendChild(n)}}var v=O.style;var a=K.style;var H=J.convert(V.height-W+f);var t=Math.ceil(H);var e=t/H;K.width=Math.ceil(J.convert(G+j-R)*e);K.height=t;W+=V.minY;a.top=Math.round(J.convert(W-q.ascent))+"px";a.left=Math.round(J.convert(R))+"px";var N=Math.ceil(J.convert(G*e))+"px";if(A){v.width=N;v.height=J.convert(q.height)+"px"}else{v.paddingLeft=N;v.paddingBottom=(J.convert(q.height)-1)+"px"}var s=K.getContext("2d"),Y=t/V.height;s.scale(Y,Y);s.translate(-R,-W);s.lineWidth=q.face["underline-thickness"];s.save();function L(i,g){s.strokeStyle=g;s.beginPath();s.moveTo(0,i);s.lineTo(G,i);s.stroke()}var M=P.enableTextDecoration?Cufon.CSS.textDecoration(r,k):{};if(M.underline){L(-q.face["underline-position"],M.underline)}if(M.overline){L(q.ascent,M.overline)}s.fillStyle=k.get("color");function o(){for(var w=0,g=u.length;w<g;++w){var x=q.glyphs[u[w]]||q.missingGlyph;if(!x){continue}s.beginPath();if(x.d){if(x.code){C(x.code,s)}else{x.code=D("m"+x.d,s)}}s.fill();s.translate(Number(x.w||q.w)+h,0)}}if(U){for(var p=0,m=U.length;p<m;++p){var Z=U[p];s.save();s.fillStyle=Z.color;s.translate.apply(s,d[p]);o();s.restore()}}o();s.restore();if(M["line-through"]){L(-q.descent,M["line-through"])}return O}})());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;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,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:middle}.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>');function C(D,E){return A(D,/(?:em|ex|%)$/i.test(E)?"1em":E)}function A(G,H){if(/px$/i.test(H)){return parseFloat(H)}var F=G.style.left,E=G.runtimeStyle.left;G.runtimeStyle.left=G.currentStyle.left;G.style.left=H;var D=G.style.pixelLeft;G.style.left=F;G.runtimeStyle.left=E;return D}return function(s,V,n,S,Z,t,j){var G=(V===null);if(G){V=Z.alt}var X=s.viewBox;var H=n.computedFontSize||(n.computedFontSize=new Cufon.CSS.Size(C(t,n.get("fontSize"))+"px",s.baseSize));var h=n.computedLSpacing;if(h==undefined){h=n.get("letterSpacing");n.computedLSpacing=h=(h=="normal")?0:~~H.convertFrom(A(t,h))}var P,I;if(G){P=Z;I=Z.firstChild}else{P=document.createElement("span");P.className="cufon cufon-vml";P.alt=V;I=document.createElement("span");I.className="cufon-vml-canvas";P.appendChild(I);if(S.printable){var q=document.createElement("span");q.className="cufon-alt";q.appendChild(document.createTextNode(V));P.appendChild(q)}if(!j){P.appendChild(document.createElement("cvml:shape"))}}var y=P.style;var c=I.style;var E=H.convert(X.height),v=Math.ceil(E);var g=v/E;var f=X.minX,e=X.minY;c.height=v;c.top=Math.round(H.convert(e-s.ascent));c.left=Math.round(H.convert(f));y.height=H.convert(s.height)+"px";var L=S.enableTextDecoration?Cufon.CSS.textDecoration(t,n):{};var U=n.get("color");var w=Cufon.CSS.textTransform(V,n).split("");var D=0,d=0,M=null;var T,N,W=S.textShadow;for(var r=0,p=0,o=w.length;r<o;++r){T=s.glyphs[w[r]]||s.missingGlyph;if(T){D+=M=~~(T.w||s.w)+h}}if(M===null){return null}var O=-f+D+(X.width-M);var x=H.convert(O*g),m=Math.round(x);var b=O+","+X.height,F;var Y="r"+b+"nsnf";for(r=0;r<o;++r){T=s.glyphs[w[r]]||s.missingGlyph;if(!T){continue}if(G){N=I.childNodes[p];if(N.firstChild){N.removeChild(N.firstChild)}}else{N=document.createElement("cvml:shape");I.appendChild(N)}N.stroked="f";N.coordsize=b;N.coordorigin=F=(f-d)+","+e;N.path=(T.d?"m"+T.d+"xe":"")+"m"+F+Y;N.fillcolor=U;var u=N.style;u.width=m;u.height=v;if(W){var K=W[0],J=W[1];var R=Cufon.CSS.color(K.color),Q;var a=document.createElement("cvml:shadow");a.on="t";a.color=R.color;a.offset=K.offX+","+K.offY;if(J){Q=Cufon.CSS.color(J.color);a.type="double";a.color2=Q.color;a.offset2=J.offX+","+J.offY}a.opacity=R.opacity||(Q&&Q.opacity)||1;N.appendChild(a)}d+=~~(T.w||s.w)+h;++p}y.width=Math.max(Math.ceil(H.convert(D*g)),0);return P}})());

// monark.js
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * (r) (c) 2002 [T26] Chicago www.t26.com 773.862.1201 T0872 ID#5134173 designer:
 * Identikal
 */
Cufon.registerFont({"w":379,"face":{"font-family":"monark","font-weight":400,"font-stretch":"normal","units-per-em":"600","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"480","descent":"-120","x-height":"6","bbox":"-90 -638 599 127.897","underline-thickness":"12","underline-position":"-73.8","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":138},"!":{"d":"101,-88r-65,0r0,-362r65,0r0,362xm101,0r-65,0r0,-66r65,0r0,66","w":136},"\"":{"d":"190,-331r-53,0v-10,-33,-14,-72,-12,-118r65,0r0,118xm89,-331r-53,0v-10,-33,-14,-72,-12,-118r65,0r0,118","w":213,"k":{"t":-12,"o":12,"J":72,"A":72}},"#":{"d":"392,-129r-75,0r0,56r-64,0r0,-56r-82,0r0,56r-65,0r0,-56r-76,0r0,-65r76,0r0,-57r-76,0r0,-65r76,0r0,-60r65,0r0,60r82,0r0,-60r64,0r0,60r75,0r0,65r-75,0r0,57r75,0r0,65xm253,-194r0,-57r-82,0r0,57r82,0","w":421},"$":{"d":"196,-391v-49,0,-100,34,-101,77v0,24,23,42,69,52v80,18,123,28,129,30v46,19,70,51,70,96v-1,72,-68,132,-137,140r0,27r-60,0r0,-27v-70,-9,-135,-66,-135,-141r65,0v1,45,51,79,102,79v70,0,151,-94,57,-120v-92,-26,-226,-20,-225,-136v0,-72,67,-131,136,-139r0,-27r60,0r0,27v70,9,137,67,136,142r-65,0v-1,-45,-51,-80,-101,-80","w":393},"%":{"d":"441,-217v66,0,128,49,128,111v0,63,-63,112,-128,112v-65,0,-127,-49,-127,-112v0,-63,61,-111,127,-111xm424,-449v1,36,-3,78,-12,93r-171,278v-10,10,-12,48,-11,78r-66,0v-1,-40,3,-79,17,-101r166,-270v10,-10,12,-48,11,-78r66,0xm145,-454v66,0,128,49,128,111v0,63,-63,112,-128,112v-65,0,-127,-50,-127,-112v0,-62,61,-111,127,-111xm441,-59v32,0,63,-18,63,-47v0,-28,-32,-46,-63,-46v-33,0,-62,19,-62,46v0,28,30,47,62,47xm145,-296v32,0,63,-18,63,-47v0,-28,-32,-46,-63,-46v-33,0,-62,19,-62,46v0,28,30,47,62,47","w":586},"&":{"d":"49,-333v0,-129,171,-147,261,-98v33,18,48,48,48,86r-65,0v0,-30,-30,-45,-91,-45v-117,0,-98,74,-44,125r135,128r0,-47r65,0v0,37,3,73,-11,99v22,23,58,38,53,85r-69,0v2,-14,-14,-27,-24,-35v-25,27,-63,40,-116,40v-95,-2,-167,-64,-167,-173v0,-40,16,-69,50,-89v-17,-21,-25,-46,-25,-76xm89,-161v0,85,75,116,150,96v4,-1,11,-7,21,-15r-144,-135v-18,7,-27,25,-27,54","w":418},"'":{"d":"89,-331r-53,0v-10,-33,-14,-72,-12,-118r65,0r0,118","w":112,"k":{"s":18,"q":12,"o":12,"g":12,"e":12,"d":12,"c":12,"a":12,"J":36,"A":36}},"(":{"d":"95,-113v0,46,51,82,102,79r0,65v-85,2,-167,-63,-167,-144r0,-223v-2,-82,81,-147,167,-144r0,65v-51,-3,-102,33,-102,79r0,223","w":220,"k":{"C":12}},")":{"d":"24,-480v84,-3,167,62,167,144r0,223v2,83,-83,146,-167,144r0,-65v51,3,102,-34,102,-79r0,-223v-1,-45,-51,-82,-102,-79r0,-65","w":220},"*":{"d":"253,-359r-74,19r44,50r-37,32r-50,-58r-51,58r-36,-32r43,-50r-74,-19r13,-47r80,21r0,-65r49,0r0,65r80,-21","w":270},"+":{"d":"223,-190r-67,0r0,68r-65,0r0,-68r-67,0r0,-64r67,0r0,-67r65,0r0,67r67,0r0,64","w":247},",":{"d":"115,-53v9,77,-23,124,-97,118r0,-65v12,0,31,3,32,-8r0,-45r65,0","w":145,"k":{"w":30,"v":30,"u":12,"t":18,"j":-69,"f":12,"Y":36,"W":24,"V":36,"T":36,"7":24,"4":24}},"-":{"d":"184,-190r-160,0r0,-64r160,0r0,64","w":207,"k":{"z":18,"y":12,"x":18,"w":12,"v":12,"t":18,"Z":18,"Y":30,"X":24,"V":18,"T":30,"J":54,"A":36,"7":36}},"\u2010":{"d":"184,-190r-160,0r0,-64r160,0r0,64","w":207},".":{"d":"95,0r-65,0r0,-66r65,0r0,66","w":124,"k":{"y":24,"w":30,"v":30,"u":12,"t":24,"Y":36,"W":24,"V":36,"T":36,"7":24,"4":24}},"\/":{"d":"251,-480r-171,511r-68,0r171,-511r68,0","w":263,"k":{"y":14,"x":14,"w":7,"u":14,"s":28,"q":28,"p":14,"o":28,"n":14,"g":21,"f":14,"e":21,"d":28,"c":21,"a":28,"S":12,"Q":12,"O":12,"J":36,"G":12,"C":12,"A":60,"9":12,"8":12,"6":18,"4":30,"3":18,"0":12}},"0":{"d":"190,-454v85,0,165,62,165,144r0,171v3,82,-80,144,-165,144v-85,0,-166,-63,-166,-144r0,-171v-2,-81,81,-144,166,-144xm190,-59v49,0,100,-35,100,-80r0,-171v0,-45,-50,-79,-100,-79v-52,0,-100,34,-101,79r0,171v0,45,51,80,101,80","k":{"\\":12,"\/":12}},"1":{"d":"145,0r-65,0r0,-356v-16,12,-31,16,-56,15r0,-66v36,2,58,-10,58,-42r63,0r0,449","w":193,"k":{"%":18}},"2":{"d":"191,-455v113,0,228,130,133,214r-198,176r226,0r0,64r-317,0r0,-67r243,-219v47,-48,-30,-104,-87,-104v-53,0,-102,33,-102,79r-65,0v-2,-83,80,-143,167,-143","w":381,"k":{"\\":18,"7":12,"4":18}},"3":{"d":"191,-455v90,0,167,60,167,155v0,32,-7,54,-21,66v23,18,22,58,21,99v0,124,-187,188,-283,101v-33,-30,-51,-62,-51,-104r65,0v0,47,51,82,102,80v63,-2,102,-40,102,-117v0,-19,-7,-28,-21,-28r-114,0r0,-65r114,0v19,2,22,-24,21,-48v-2,-45,-50,-74,-102,-74v-52,0,-101,33,-102,78r-65,0v-2,-82,82,-143,167,-143","w":387,"k":{"\\":18,"7":12,"2":12,"\/":18}},"4":{"d":"383,-121r-66,0r0,121r-65,0r0,-121r-234,0r0,-85r205,-243r94,0r0,263r66,0r0,65xm252,-186r0,-197r-166,197r166,0","w":394,"k":{"\\":36,"7":18,"2":12,".":24,"%":36}},"5":{"d":"107,-278v92,-55,255,3,248,112v24,158,-169,219,-277,132v-36,-28,-54,-63,-54,-104r65,0v0,94,194,111,201,5v4,-71,-28,-102,-93,-101v-36,0,-64,6,-84,20r-70,0r0,-235r285,0r0,65r-221,0r0,106","k":{"\\":12,"9":12,"8":12,"7":12,"3":12,"2":12,"%":30}},"6":{"d":"24,-311v-4,-127,185,-190,281,-104v33,29,51,63,51,104r-65,0v0,-45,-51,-79,-101,-79v-52,0,-100,34,-101,79r0,52v14,-19,65,-28,102,-28v87,-1,164,59,164,150v0,83,-81,144,-164,144v-84,0,-167,-63,-167,-144r0,-174xm191,-58v54,0,102,-34,99,-91v-2,-42,-51,-74,-99,-74v-38,0,-97,15,-102,40v-15,80,32,125,102,125","k":{"\\":12,"3":12}},"7":{"d":"299,-395r-129,317v-11,23,-13,47,-12,78r-65,0v-1,-40,2,-65,16,-101r115,-284r-212,0r0,-64r287,0r0,54","w":311,"k":{"4":36,"\/":48,".":24,",":24}},"8":{"d":"191,-455v84,0,164,60,164,142v0,34,-12,63,-36,87v24,24,36,53,36,88v0,84,-81,145,-164,145v-86,0,-169,-62,-167,-145v0,-34,13,-63,38,-89v-96,-92,7,-228,129,-228xm136,-258v68,-1,155,16,154,-55v-1,-101,-199,-101,-201,0v-1,22,26,56,47,55xm191,-58v51,0,99,-34,99,-80v0,-34,-24,-55,-58,-55r-96,0v-24,-2,-48,31,-47,55v1,47,50,80,102,80","k":{"\\":12,"\/":12}},"9":{"d":"190,-455v85,0,166,63,166,144r0,174v3,128,-186,189,-281,103v-33,-30,-51,-62,-51,-103r65,0v0,45,50,79,101,79v50,0,101,-33,101,-79r0,-54v-93,70,-266,12,-266,-120v0,-82,80,-144,165,-144xm89,-311v-10,97,166,107,202,50r0,-50v-1,-44,-50,-79,-101,-79v-50,0,-96,32,-101,79","k":{"\\":12,"\/":12}},":":{"d":"95,-319r-65,0r0,-66r65,0r0,66xm95,-80r-65,0r0,-66r65,0r0,66","w":124},";":{"d":"121,-319r-65,0r0,-66r65,0r0,66xm121,-114v9,77,-22,124,-97,118r0,-65v12,0,31,3,32,-8r0,-45r65,0","w":151},"<":{"d":"266,-328r-147,123r147,122r-42,49r-206,-171r207,-172","w":284},"=":{"d":"224,-241r-200,0r0,-64r200,0r0,64xm225,-136r-201,0r0,-65r201,0r0,65","w":249},">":{"d":"266,-205r-207,171r-41,-49r146,-122r-146,-123r41,-49","w":283},"?":{"d":"185,-455v115,-3,227,129,131,221v-3,10,-105,68,-104,98r0,48r-65,0v-2,-59,0,-88,37,-123v31,-28,103,-61,103,-103v0,-43,-55,-76,-102,-76v-56,0,-115,39,-99,97r-64,13v-25,-103,68,-172,163,-175xm212,0r-66,0r0,-64r66,0r0,64","w":369},"@":{"d":"278,-450v85,0,166,62,166,144r0,172v1,80,-76,140,-159,140v-82,0,-164,-61,-162,-140r0,-50v-3,-111,158,-183,256,-115v1,-86,-97,-91,-191,-86v-47,3,-93,36,-93,79v0,116,-25,273,61,306r-86,0v-57,-69,-36,-189,-40,-306v-2,-80,78,-142,159,-143v2,0,32,-1,89,-1xm285,-59v69,0,93,-46,93,-126v0,-45,-42,-75,-89,-75v-49,0,-101,31,-101,76r0,50v0,43,50,75,97,75","w":474},"A":{"d":"404,0r-67,0r-42,-107r-179,0r-40,107r-70,0r172,-449r56,0xm272,-168r-66,-173r-67,173r133,0","w":410,"k":{"\u2019":68,"\u2018":67,"\u201d":68,"\u201c":67,"\u2014":31,"\u2013":31,"\u00d8":24,"\u2122":86,"\u00e5":8,"~":43,"{":13,"y":48,"w":58,"v":68,"t":29,"s":18,"r":10,"q":20,"p":10,"o":20,"g":22,"f":8,"e":21,"d":24,"c":20,"a":17,"`":138,"^":116,"\\":48,"Y":78,"W":57,"V":91,"T":58,"R":12,"Q":24,"P":12,"O":24,"N":14,"M":14,"L":10,"K":10,"J":6,"H":10,"G":24,"F":14,"E":10,"D":10,"C":24,"B":10,"?":67,"=":14,"<":37,"7":39,"5":8,"4":10,"3":11,"1":16,"-":36,"+":35,"*":91,"'":36,"%":78,"$":14,"#":18,"\"":72}},"B":{"d":"314,-230v27,11,48,60,48,99v0,82,-73,130,-159,130r-173,0r0,-448r185,0v77,-1,141,53,141,130v0,43,-14,73,-42,89xm236,-263v33,1,54,-25,56,-56v5,-87,-115,-63,-197,-66r0,122r141,0xm95,-65v86,-2,201,17,203,-66v1,-30,-32,-67,-62,-67r-141,0r0,133","w":380,"k":{"\u00c6":30,"\u2122":13,"\u00c5":30,"y":19,"x":19,"w":14,"v":14,"t":14,"r":14,"`":59,"_":61,"^":13,"]":19,"\\":18,"Z":12,"Y":18,"X":12,"W":18,"V":18,"T":18,"R":12,"A":30,"\/":-12,",":12,")":19,"\"":12}},"C":{"d":"185,-58v50,0,100,-32,102,-76r65,0v2,80,-83,141,-167,141v-86,0,-167,-62,-167,-145r0,-173v-4,-127,184,-189,282,-105v33,28,52,62,52,102r-65,0v-2,-44,-52,-76,-102,-76v-53,0,-102,33,-102,79r0,173v0,47,50,80,102,80","w":369,"k":{"\u2014":239,"\u2013":239,"\u00c6":14,"\u2122":26,"\u00c5":8,"~":249,"{":19,"y":10,"x":14,"w":5,"v":5,"r":5,"`":61,"_":56,"^":14,"]":30,"\\":12,"Y":12,"X":12,"W":12,"V":12,"T":18,"R":6,"P":6,"M":6,"K":6,"H":6,"A":8,"<":57,"\/":12,"-":12,",":12,"+":56,")":31}},"D":{"d":"196,-449v85,-3,165,62,165,144r0,160v2,83,-83,144,-166,144r-165,0r0,-448r166,0xm195,-65v51,2,100,-34,101,-80r0,-160v-1,-45,-50,-80,-100,-80r-101,0r0,320r100,0","w":382,"k":{"\u00c6":11,"\u2122":23,"\u00c5":11,"z":10,"y":19,"x":24,"w":14,"v":14,"t":5,"r":10,"f":10,"a":10,"`":74,"_":77,"^":23,"]":32,"\\":18,"Y":18,"X":24,"W":18,"V":18,"T":18,"R":6,"M":6,"J":12,"H":12,"A":11,"\/":12,",":30,")":32}},"E":{"d":"305,-1r-275,0r0,-448r275,0r0,64r-210,0r0,131r170,0r0,64r-170,0r0,125r210,0r0,64","w":329,"k":{"\u2014":17,"\u2013":17,"\u00d8":10,"\u00e5":11,"~":32,"{":26,"y":14,"x":10,"w":14,"v":5,"u":10,"t":10,"g":8,"f":23,"e":6,"a":10,"S":7,"Q":10,"O":10,"K":12,"J":11,"G":10,"C":10,"A":10,"?":13,"=":30,"<":32,"9":11,"8":10,"6":10,"5":10,"4":30,"3":17,"2":6,"0":10,"-":17,"+":32,"&":11,"$":20,"#":40}},"F":{"d":"305,-385r-210,0r0,131r170,0r0,64r-170,0r0,190r-65,0r0,-449r275,0r0,64","w":317,"k":{"\u2026":181,"\u00f8":14,"\u00e6":44,"\u00d8":12,"\u00c6":71,"\u00e5":50,"\u00c5":71,"~":20,"{":17,"z":14,"y":5,"x":10,"v":5,"u":10,"s":18,"r":14,"q":14,"p":19,"o":14,"n":10,"m":10,"g":14,"f":14,"e":14,"d":15,"c":14,"a":39,"_":169,"S":12,"Q":6,"O":12,"J":76,"H":6,"G":12,"C":12,"A":71,"@":10,">":88,"=":18,"<":22,"4":21,"3":9,"2":8,"\/":36,".":30,",":36,"+":20,"&":11,"$":11,"#":28}},"G":{"d":"83,-138v-2,103,203,106,204,4r0,-77r-103,0r0,-64r168,0r0,275r-53,0r-13,-26v-14,20,-64,33,-101,33v-86,0,-167,-62,-167,-145r0,-173v-4,-127,185,-189,282,-105v33,29,52,62,52,102r-65,0v-2,-44,-52,-76,-102,-76v-53,0,-102,33,-102,79r0,173","w":375,"k":{"\u2122":22,"y":14,"x":10,"w":10,"v":14,"f":10,"`":67,"^":20,"\\":16,"Y":18,"W":12,"V":18,"T":18,"A":14}},"H":{"d":"361,0r-65,0r0,-205r-201,0r0,205r-65,0r0,-449r65,0r0,180r201,0r0,-180r65,0r0,449","w":391,"k":{"y":10,"a":14,"V":6,"A":19}},"I":{"d":"98,0r-65,0r0,-449r65,0r0,449","w":130,"k":{"j":11}},"J":{"d":"77,-134v2,97,202,100,201,-2r0,-249r-163,0r0,-64r288,0r0,64r-60,0r0,249v4,126,-183,186,-279,104v-33,-28,-52,-61,-52,-102r65,0","w":415,"k":{"\u2014":23,"\u2013":23,"\u2026":48,"\u00f8":22,"\u00e6":29,"\u00d8":12,"\u00c6":50,"\u00e5":36,"\u00c5":50,"~":34,"{":8,"u":10,"s":24,"r":14,"q":21,"o":21,"j":11,"g":21,"f":20,"e":20,"d":23,"c":21,"a":23,"_":109,"S":18,"R":12,"Q":12,"O":12,"M":12,"L":6,"J":29,"I":12,"H":6,"G":12,"E":12,"D":12,"C":12,"B":12,"A":50,">":23,"=":27,"<":28,"4":29,"\/":48,".":48,"-":24,",":36,"+":28,"#":34}},"K":{"d":"340,-449v4,61,-5,92,-53,118r-168,90r168,123v46,35,57,57,53,118r-66,0v1,-33,0,-48,-25,-67r-154,-118r0,185r-65,0r0,-449r65,0r0,154v55,-31,118,-54,167,-91v16,-12,14,-36,13,-63r65,0","w":357,"k":{"\u2014":121,"\u2013":121,"~":139,"{":14,"y":12,"u":6,"s":12,"r":6,"q":18,"o":18,"n":6,"h":7,"g":20,"f":18,"e":18,"d":19,"c":17,"b":7,"a":13,"U":6,"S":18,"Q":12,"O":18,"G":18,"C":12,"=":50,"<":113,"4":22,"-":24,"+":99,"$":8,"#":41}},"L":{"d":"313,0r-283,0r0,-449r65,0r0,384r218,0r0,65","w":324,"k":{"\u2019":188,"\u2018":188,"\u201d":188,"\u201c":188,"\u2014":182,"\u2013":182,"\u00d8":12,"\u2122":181,"~":191,"{":20,"z":12,"y":58,"w":58,"v":86,"t":26,"s":12,"r":12,"q":12,"p":12,"o":18,"n":12,"m":12,"l":12,"k":12,"i":12,"h":12,"f":24,"e":22,"d":23,"c":20,"b":13,"a":16,"`":199,"^":184,"\\":24,"Y":48,"W":59,"V":89,"T":74,"Q":18,"O":12,"L":12,"G":12,"C":12,"?":103,"=":185,"<":139,"7":55,"5":10,"4":184,"3":11,"1":32,"-":36,"+":186,"*":180,"'":36,"%":119,"$":14,"#":191,"\"":42}},"M":{"d":"442,0r-65,0r0,-329r-124,208r-33,0r-126,-208r0,329r-64,0r0,-449r67,0r139,230r138,-230r68,0r0,449","w":472,"k":{"y":19,"t":10,"W":6,"V":12,"T":12,"J":12,"A":14}},"N":{"d":"379,0r-56,0r-228,-329r0,329r-65,0r0,-449r60,0r224,328r0,-328r65,0r0,449","w":409,"k":{"y":5,"t":10,"W":12,"V":12,"T":12,"J":12,"A":14}},"O":{"d":"184,-454v85,0,165,62,165,144r0,171v3,82,-80,144,-165,144v-85,0,-166,-63,-166,-144r0,-171v-2,-81,81,-144,166,-144xm184,-59v49,0,100,-35,100,-80r0,-171v0,-45,-50,-79,-100,-79v-52,0,-100,34,-101,79r0,171v0,45,51,80,101,80","w":367,"k":{"\u00c6":24,"\u2122":14,"\u00c5":24,"y":10,"x":14,"t":10,"`":62,"_":59,"^":16,"]":22,"\\":12,"Y":12,"X":18,"W":12,"V":18,"T":18,"A":24,"\/":12,",":18,")":23}},"P":{"d":"202,-449v93,0,159,61,159,161v0,82,-73,140,-159,140r-107,0r0,148r-65,0r0,-449r172,0xm202,-212v59,0,98,-33,94,-97v-3,-47,-43,-76,-94,-76r-107,0r0,173r107,0","k":{"\u2026":242,"\u00d8":6,"\u00c6":58,"\u2122":16,"\u00c5":58,"z":13,"y":9,"x":16,"u":6,"s":12,"r":12,"p":11,"o":12,"n":11,"m":11,"l":10,"k":10,"j":21,"i":10,"h":12,"b":10,"a":15,"`":64,"_":230,"^":15,"]":32,"\\":18,"Z":10,"Y":18,"W":18,"V":18,"U":6,"T":18,"S":12,"R":12,"P":12,"O":6,"N":12,"M":12,"L":12,"J":98,"H":6,"D":12,"B":12,"A":58,";":12,"\/":36,".":48,",":48,")":32}},"Q":{"d":"184,-455v85,0,165,62,165,144r0,172v1,76,-65,132,-133,141v-5,32,40,18,67,21r0,65v-74,6,-138,-13,-132,-86v-69,-12,-132,-66,-133,-141r0,-172v-2,-81,81,-144,166,-144xm184,-60v50,0,100,-34,100,-79r0,-172v0,-45,-50,-79,-100,-79v-52,0,-100,34,-101,79r0,172v0,45,50,79,101,79","w":367,"k":{"\u00c6":24,"\u2122":14,"\u00c5":24,"y":10,"x":14,"t":10,"j":-24,"`":61,"_":32,"^":15,"]":22,"\\":12,"Z":12,"Y":18,"X":18,"W":12,"V":12,"T":18,"A":24,"\/":12,",":12,")":23}},"R":{"d":"202,-449v94,0,166,61,159,163v-4,67,-44,113,-99,130v35,44,97,96,85,156r-65,0v2,-33,-2,-42,-25,-67r-75,-81r-87,0r0,148r-65,0r0,-449r172,0xm95,-212v99,0,212,16,201,-98v-4,-46,-43,-75,-94,-75r-107,0r0,173","k":{"\u2122":16,"y":14,"w":10,"v":10,"t":10,"s":10,"r":5,"q":10,"p":10,"o":10,"j":14,"a":7,"`":64,"^":15,"\\":12,"Z":12,"Y":18,"X":12,"W":12,"V":12,"T":12,"J":17,"E":6,"A":18}},"S":{"d":"184,-389v-49,0,-100,33,-101,76v0,24,23,42,69,52v80,18,123,29,129,31v46,19,70,51,70,96v1,124,-185,188,-281,102v-33,-29,-51,-63,-51,-104r65,0v1,45,51,79,102,79v70,0,151,-92,57,-119v-92,-26,-225,-20,-225,-137v0,-123,186,-186,281,-102v33,29,51,63,51,105r-65,0v-1,-44,-50,-79,-101,-79","w":369,"k":{"\u00c6":8,"\u2122":22,"\u00c5":8,"~":7,"z":9,"y":14,"x":16,"w":5,"v":10,"t":10,"r":5,"j":16,"`":64,"_":54,"^":17,"]":24,"\\":12,"Z":12,"Y":18,"X":18,"W":12,"V":12,"T":12,"A":8,"\/":12,")":25}},"T":{"d":"283,-385r-102,0r0,385r-65,0r0,-385r-104,0r0,-64r271,0r0,64","w":295,"k":{"\u2014":66,"\u2013":66,"\u2026":72,"\u00f8":62,"\u00e6":70,"\u00d8":18,"\u00c6":55,"\u00e5":66,"\u00c5":55,"~":76,"{":10,"y":5,"u":14,"s":64,"r":19,"q":62,"o":62,"n":19,"m":14,"j":13,"i":10,"h":14,"g":62,"f":22,"e":62,"d":63,"c":62,"a":64,"_":60,"S":12,"Q":18,"P":6,"O":18,"N":12,"M":12,"J":69,"G":18,"C":18,"A":55,">":65,"=":69,"<":70,"4":70,"\/":36,".":36,"-":30,",":36,"+":70,"#":76}},"U":{"d":"190,-59v50,0,100,-34,100,-79r0,-311r65,0r0,311v3,82,-80,144,-165,144v-85,0,-166,-63,-166,-144r0,-311r65,0r0,311v0,45,50,79,101,79","k":{"\u00c6":10,"\u00c5":10,"y":10,"x":14,"_":62,"X":12,"A":10,"\/":12}},"V":{"d":"351,-449v1,39,-2,64,-16,100r-133,349r-39,0r-135,-349v-14,-36,-17,-60,-16,-100r65,0v-1,31,1,53,12,78r93,242r92,-242v11,-23,13,-47,12,-78r65,0","w":363,"k":{"\u2014":14,"\u2013":14,"\u2026":92,"\u00f8":6,"\u00e6":11,"\u00d8":18,"\u00c6":92,"\u00e5":20,"\u00c5":92,"~":42,"{":9,"z":7,"y":6,"x":12,"r":12,"p":12,"j":11,"i":12,"f":17,"d":7,"a":8,"_":104,"Z":6,"S":12,"R":12,"Q":12,"P":12,"O":18,"N":12,"M":12,"L":6,"K":12,"J":61,"H":6,"G":18,"D":12,"C":12,"B":6,"A":92,"<":36,"4":36,"\/":36,".":36,"-":18,",":36,"+":19}},"W":{"d":"488,-449v1,38,-3,64,-13,100r-99,349r-41,0r-86,-310r-86,310r-40,0r-97,-349v-13,-36,-15,-61,-14,-100r65,0v4,108,46,185,66,279r77,-279r58,0r77,280v22,-94,66,-166,67,-280r66,0","w":499,"k":{"\u2026":62,"\u00d8":12,"\u00c6":58,"\u00e5":14,"\u00c5":58,"~":26,"{":7,"s":21,"q":19,"o":20,"j":10,"g":20,"f":10,"e":20,"d":22,"c":20,"_":68,"S":12,"R":12,"Q":12,"P":12,"O":12,"N":12,"M":6,"L":6,"K":12,"J":38,"G":12,"C":12,"B":6,"A":58,"<":20,"4":20,"\/":36,".":24,",":24,"+":7}},"X":{"d":"305,0r-66,0v1,-29,-2,-33,-18,-61r-64,-109v-24,48,-65,100,-80,152r0,18r-65,0v-2,-42,4,-55,29,-97r78,-136v-31,-67,-103,-127,-102,-216r66,0v-1,29,2,33,18,61r54,91v23,-47,72,-86,71,-152r66,0v2,42,-5,54,-30,97r-68,118r81,137v25,41,32,55,30,97","w":316,"k":{"\u2014":49,"\u2013":49,"\u00d8":18,"~":63,"{":7,"y":13,"w":12,"v":12,"u":12,"s":10,"q":13,"o":18,"g":6,"f":10,"e":14,"d":15,"c":14,"a":10,"V":12,"U":12,"S":18,"Q":18,"P":6,"O":18,"K":6,"J":18,"G":18,"D":6,"C":12,"?":11,"=":20,"<":54,"4":8,"-":24,"+":51,"$":6,"#":20}},"Y":{"d":"334,-449v2,40,-3,55,-26,95r-103,176r0,178r-65,0r0,-178r-99,-174v-25,-41,-31,-55,-29,-97r65,0v-1,29,-1,34,16,63r80,136v30,-58,78,-114,96,-181r0,-18r65,0","w":346,"k":{"\u2014":45,"\u2013":45,"\u2026":99,"\u00f8":26,"\u00e6":30,"\u00d8":24,"\u00c6":79,"\u00e5":37,"\u00c5":79,"~":79,"{":11,"z":12,"x":18,"u":12,"s":25,"r":12,"q":23,"p":12,"o":26,"n":12,"m":12,"j":7,"g":25,"f":13,"e":25,"d":25,"c":25,"a":25,"_":87,"S":18,"Q":18,"O":12,"J":60,"G":18,"C":12,"A":78,"@":6,"=":23,"<":74,"4":74,"\/":48,".":36,"-":30,",":36,"+":49,"&":10,"$":8,"#":25}},"Z":{"d":"343,1r-319,0r0,-66r237,-320r-237,0r0,-64r318,0r0,63r-239,322r240,0r0,65","w":366,"k":{"\u2014":71,"\u2013":71,"\u00e5":7,"~":107,"{":22,"y":12,"x":6,"w":12,"v":12,"u":12,"t":6,"s":12,"r":12,"o":24,"i":12,"g":12,"f":26,"c":18,"a":18,"V":6,"U":12,"Q":12,"P":12,"O":12,"J":7,"H":12,"G":12,"D":12,"C":12,"B":12,"A":14,"=":43,"<":106,"5":7,"4":104,"3":10,"-":18,"+":75,"&":7,"$":12,"#":43}},"[":{"d":"185,31r-149,0r0,-511r149,0r0,65r-84,0r0,381r84,0r0,65","w":208,"k":{"j":-62,"f":14,"J":24}},"\\":{"d":"251,31r-68,0r-171,-511r68,0","w":263,"k":{"w":41,"v":55,"u":14,"t":35,"s":7,"q":7,"o":7,"j":-76,"f":21,"Y":48,"W":36,"V":36,"T":36,"S":12,"Q":12,"O":12,"G":12,"9":12,"8":12,"7":36,"6":18,"5":12,"4":18,"3":18,"1":18,"0":12}},"]":{"d":"173,31r-149,0r0,-65r84,0r0,-381r-84,0r0,-65r149,0r0,511","w":208},"^":{"d":"220,-416r-57,57r-41,-41r-41,41r-57,-57r64,-64r68,0","w":243},"_":{"d":"303,65r-285,0r0,-65r285,0r0,65","w":321},"`":{"d":"185,-472r0,66r-148,-33r-1,-66","w":221},"a":{"d":"184,-389v92,-1,154,58,154,148r0,241r-53,0r-12,-17v-94,43,-255,12,-255,-99v0,-74,73,-126,149,-126v122,0,32,6,106,-5v-1,-49,-37,-78,-89,-77v-44,0,-88,6,-89,43r-64,0v-4,-77,73,-107,153,-108xm83,-116v2,70,161,67,191,17r-1,-82v-14,3,-50,5,-106,5v-44,-1,-85,19,-84,60","w":361,"k":{"y":18,"w":18,"v":18,"t":12,"\\":28,"'":18,"\"":18}},"b":{"d":"197,-390v81,0,153,60,153,140r0,116v4,118,-157,181,-255,111r-12,23r-53,0r0,-449r65,0r0,96v15,-22,63,-37,102,-37xm193,-59v49,0,92,-31,93,-75r0,-116v0,-44,-42,-75,-89,-75v-50,0,-102,32,-102,76r0,115v1,48,45,75,98,75","w":368,"k":{"y":18,"x":18,"w":18,"v":18,"t":12,"\\":21,"'":12,"\"":18}},"c":{"d":"18,-249v-4,-121,171,-183,271,-109v33,25,51,55,51,93r-65,0v-2,-38,-49,-60,-95,-60v-50,0,-97,32,-97,76r0,114v-4,91,180,104,191,17r65,0v2,74,-80,124,-159,124v-84,0,-162,-60,-162,-141r0,-114","w":357,"k":{"z":12,"y":12,"x":12,"w":6,"v":12,"t":6,"\\":21,"'":12}},"d":{"d":"172,-390v39,0,87,15,102,37r0,-96r64,0r0,449r-52,0r-12,-23v-98,69,-261,8,-256,-111r0,-116v-2,-80,71,-140,154,-140xm176,-59v53,0,97,-27,97,-75r0,-115v-1,-44,-52,-76,-101,-76v-49,0,-89,31,-89,75r0,116v0,45,44,75,93,75","w":368,"k":{"y":12,"x":12,"w":12,"v":12}},"e":{"d":"180,-391v81,0,158,61,158,141r0,101r-255,0v-8,97,107,85,203,84r0,65r-102,0v-84,2,-166,-55,-166,-134r0,-116v-2,-79,80,-141,162,-141xm180,-326v-60,0,-110,40,-97,112r190,0v10,-71,-31,-112,-93,-112","w":355,"k":{"z":12,"y":18,"x":24,"w":12,"v":12,"t":12,"\\":28,"\/":14,"'":18,"\"":12}},"f":{"d":"65,-310v-18,-116,103,-182,195,-122r-35,55v-47,-33,-109,0,-95,67r108,0r0,65r-108,0r0,245r-65,0r0,-245r-47,0r0,-65r47,0","w":266,"k":{"\u00f8":18,"\u00e6":30,"\u00e5":30,"x":18,"u":6,"s":18,"p":12,"o":18,"l":6,"k":6,"h":6,"g":18,"e":12,"c":12,"a":30,";":12,"\/":35,".":42,"-":12,",":48,"\"":-12}},"g":{"d":"180,-390v80,0,160,51,160,125r-1,253v3,120,-170,181,-268,109v-32,-24,-49,-53,-49,-91r64,0v8,81,187,74,188,-9r0,-26v-19,20,-50,30,-94,30v-84,0,-162,-61,-162,-141r0,-108v-2,-82,79,-142,162,-142xm180,-64v51,0,94,-24,95,-70r0,-131v-2,-37,-49,-60,-95,-60v-50,0,-97,33,-97,77r0,108v-1,45,49,76,97,76","w":364,"k":{"y":12,"x":6,"w":18,"v":18,"t":12,"j":-58,"\\":28,"'":18,"\"":18}},"h":{"d":"196,-390v82,0,154,60,154,140r0,250r-65,0r0,-250v1,-45,-42,-75,-89,-75v-49,0,-101,31,-101,76r0,249r-65,0r0,-449r65,0r0,93v15,-19,64,-34,101,-34","w":373,"k":{"y":12,"w":12,"v":18,"t":18,"\\":28,"'":18,"\"":18}},"i":{"d":"95,-407r-65,0r0,-42r65,0r0,42xm95,0r-65,0r0,-385r65,0r0,385","w":124,"k":{"t":12}},"j":{"d":"106,-407r-65,0r0,-42r65,0r0,42xm-53,23v35,29,93,5,94,-37r0,-371r65,0r0,371v3,92,-119,150,-196,91","w":135,"k":{"j":-38}},"k":{"d":"317,-303v-1,55,-44,86,-94,100v35,59,121,119,111,203r-65,0v2,-31,-2,-41,-23,-67r-99,-127r-52,0r0,194r-65,0r0,-449r65,0r0,190v65,1,145,5,157,-44r0,-82r65,0r0,82","w":346,"k":{"\u00f8":12,"\u00e6":12,"\u00e5":12,"y":12,"w":12,"v":12,"u":12,"s":12,"r":6,"q":12,"o":12,"e":12,"d":12,"c":12,"a":12,"\\":14,"-":12}},"l":{"d":"95,0r-65,0r0,-449r65,0r0,449","w":124,"k":{"y":12,"x":12,"w":12,"v":12,"f":12}},"m":{"d":"382,-390v83,-1,131,55,131,140r0,250r-65,0r0,-250v0,-50,-22,-75,-66,-75v-48,-1,-78,29,-78,75r0,250r-65,0r0,-250v0,-50,-22,-75,-66,-75v-50,-1,-77,29,-78,76r0,249r-65,0r0,-385r53,0r12,15v14,-13,39,-20,78,-20v44,0,79,15,102,44v26,-29,62,-44,107,-44","w":537,"k":{"y":18,"x":12,"w":18,"v":18,"t":12,"\\":28,"\"":18}},"n":{"d":"196,-390v83,0,154,59,154,140r0,250r-64,0r0,-250v0,-44,-42,-75,-90,-75v-50,0,-101,32,-101,76r0,249r-65,0r0,-385r53,0r12,25v21,-20,54,-30,101,-30","w":374,"k":{"y":12,"x":6,"w":18,"v":18,"t":18,"\\":21,"'":18,"\"":18}},"o":{"d":"184,-390v82,0,154,60,154,140r0,116v2,80,-75,140,-158,140v-82,0,-162,-61,-162,-140r0,-115v-2,-80,82,-141,166,-141xm180,-59v49,0,92,-31,93,-75r0,-116v1,-45,-42,-75,-89,-75v-49,0,-101,31,-101,76r0,115v0,43,50,75,97,75","w":355,"k":{"z":12,"y":18,"x":18,"w":12,"v":12,"t":12,"\\":28,"'":12,"\"":18}},"p":{"d":"95,-362v98,-70,259,-6,255,112r0,115v2,80,-72,140,-153,140v-39,0,-87,-15,-102,-36r0,114r-65,0r0,-468r53,0xm197,-59v47,0,88,-32,89,-76r0,-115v-1,-44,-45,-76,-93,-76v-53,0,-97,27,-98,75r0,115v1,44,53,77,102,77","w":368,"k":{"y":18,"x":18,"w":12,"v":12,"t":12,"\\":35,"'":12,"\"":18}},"q":{"d":"18,-250v-4,-118,158,-182,256,-112r12,-23r52,0r0,468r-64,0r0,-114v-15,21,-63,36,-102,36v-83,0,-154,-59,-154,-140r0,-115xm172,-59v49,0,101,-33,101,-77r0,-115v0,-48,-44,-75,-97,-75v-49,0,-93,31,-93,76r0,115v-1,45,42,76,89,76","w":368,"k":{"x":12,"w":12,"j":-72,"\\":21}},"r":{"d":"230,-320v-61,-20,-135,16,-135,71r0,249r-65,0r0,-385r53,0r12,25v43,-29,100,-39,156,-22","w":256,"k":{"\u00f8":18,"\u00e6":18,"\u00e5":18,"s":24,"q":18,"p":6,"o":18,"g":18,"e":18,"d":18,"c":18,"a":18,"\/":28,"-":18,",":30}},"s":{"d":"20,-260v-8,-119,173,-168,267,-99v34,25,53,54,53,91r-65,0v-3,-36,-50,-58,-94,-58v-64,0,-96,22,-96,66v0,24,18,25,48,30v88,15,205,13,205,107v0,120,-174,165,-268,98v-35,-24,-52,-54,-52,-91r65,0v3,35,51,57,94,57v50,0,93,-22,96,-64v2,-28,-69,-32,-103,-37v-101,-14,-144,-19,-150,-100","w":357,"k":{"z":12,"y":12,"x":18,"w":12,"v":12,"t":6,"\\":21,"'":24,"\"":18}},"t":{"d":"124,-109v1,42,58,66,95,38r35,54v-79,57,-195,0,-195,-92r0,-211r-47,0r0,-65r47,0r0,-64r65,0r0,64r108,0r0,65r-108,0r0,211","w":260,"k":{"\u00f8":18,"\u00e6":18,"\u00e5":18,"y":12,"w":12,"v":12,"u":12,"s":12,"q":18,"o":18,"m":12,"k":6,"i":12,"g":12,"f":18,"e":18,"d":18,"c":18,"a":18,"\\":21,";":-21,".":-12,"-":36,",":-12,"'":12}},"u":{"d":"178,-60v26,6,76,-82,102,-76r0,-249r64,0r0,385r-52,0r-12,-25v-20,20,-54,31,-101,31v-82,0,-155,-61,-155,-142r0,-249r65,0r0,249v0,45,39,78,89,76","w":368,"k":{"w":6,"\\":7}},"v":{"d":"361,-385v1,40,1,66,-16,101r-136,284r-43,0r-138,-284v-14,-36,-17,-61,-16,-101r65,0v-1,31,0,53,12,78r98,202r97,-202v11,-24,13,-47,12,-78r65,0","w":373,"k":{"\u00f8":12,"\u00e6":12,"\u00e5":12,"z":12,"x":18,"s":12,"q":12,"o":12,"l":12,"g":12,"e":12,"d":12,"c":12,"a":12,"\/":41,".":30,"-":12,",":30}},"w":{"d":"498,-385v1,40,-3,64,-16,101r-100,284r-43,0r-85,-244r-85,244r-42,0r-99,-284v-14,-36,-17,-61,-16,-101r65,0v-1,31,3,52,12,78r59,171r87,-249r38,0r88,249v22,-84,69,-147,72,-249r65,0","w":510,"k":{"\u00f8":12,"\u00e6":18,"\u00e5":18,"x":12,"s":12,"q":12,"p":6,"o":12,"l":12,"g":12,"e":12,"d":12,"c":12,"a":18,"\/":41,".":30,"-":12,",":30}},"x":{"d":"318,-1r-65,0v1,-28,2,-35,-18,-60r-71,-91v-27,47,-86,82,-87,151r-65,0v-4,-87,74,-145,110,-204v-33,-50,-100,-102,-94,-180r65,0v-4,56,47,89,70,126v22,-37,70,-70,67,-126r66,0v6,75,-60,128,-92,179v38,60,117,113,114,205","w":330,"k":{"\u00f8":18,"\u00e6":18,"\u00e5":18,"w":12,"v":18,"u":18,"t":12,"s":18,"r":6,"q":18,"o":18,"n":6,"m":12,"l":12,"k":6,"g":12,"f":24,"e":18,"d":18,"c":12,"a":18,"\\":14,"-":18,"\"":18}},"y":{"d":"281,-385v1,39,-2,57,-16,101r-81,275v-16,78,-108,136,-184,81r37,-53v39,25,72,-2,84,-38r-84,-265v-14,-42,-18,-61,-17,-101r66,0v1,102,46,171,66,257v19,-84,60,-161,64,-257r65,0","w":293,"k":{"\u00f8":12,"\u00e6":12,"\u00e5":12,"x":12,"s":12,"q":12,"o":12,"k":6,"g":12,"e":12,"d":12,"c":12,"b":6,"a":12,"\/":28,".":24,"-":12,",":24}},"z":{"d":"332,-322r-220,257r219,0r0,65r-307,0r0,-65r217,-255r-216,0r0,-65r306,0","w":355,"k":{"\u00f8":12,"\u00e6":12,"\u00e5":12,"x":6,"s":12,"q":12,"o":12,"e":18,"d":12,"c":12,"a":12,"-":18}},"{":{"d":"127,-46v-1,6,17,12,23,12r0,65v-45,1,-88,-34,-88,-77v0,-55,14,-135,-32,-145r0,-63v69,-17,-3,-167,61,-206v18,-11,37,-19,59,-19r0,64v-6,1,-24,5,-23,12v-1,70,8,145,-28,181v36,35,27,108,28,176","w":174,"k":{"j":-62}},"|":{"d":"101,31r-65,0r0,-511r65,0r0,511","w":136},"}":{"d":"24,-479v45,-2,88,33,88,76v0,55,-15,141,32,149r0,63v-68,18,3,164,-61,202v-18,11,-37,20,-59,20r0,-65v6,0,24,-6,23,-12v1,-68,-8,-141,28,-176v-36,-36,-27,-111,-28,-181v1,-7,-17,-11,-23,-12r0,-64","w":174},"~":{"d":"362,-249v-21,67,-69,87,-138,67v-41,-12,-111,-58,-132,1r-62,-19v21,-67,69,-88,137,-68v42,12,113,60,134,-1","w":392},"\u00c5":{"d":"207,-638v45,0,85,35,85,79v0,44,-41,79,-85,79v-44,0,-85,-35,-85,-79v0,-44,40,-79,85,-79xm404,0r-67,0r-42,-107r-179,0r-40,107r-70,0r172,-449r56,0xm207,-533v16,0,32,-11,32,-26v0,-16,-15,-27,-32,-27v-17,0,-32,11,-32,27v0,15,16,26,32,26xm272,-168r-66,-173r-67,173r133,0","w":410,"k":{"\u00d8":24,"Y":78,"W":57,"V":91,"T":58,"Q":24,"O":24,"G":24,"C":24}},"\u00e5":{"d":"184,-567v44,0,84,36,84,79v0,43,-39,79,-84,79v-46,0,-85,-34,-85,-79v0,-45,40,-80,85,-79xm184,-389v92,-1,154,58,154,148r0,241r-53,0r-12,-17v-94,43,-255,12,-255,-99v0,-74,73,-126,149,-126v122,0,32,6,106,-5v-1,-49,-37,-78,-89,-77v-44,0,-88,6,-89,43r-64,0v-4,-77,73,-107,153,-108xm184,-461v16,0,31,-12,31,-27v0,-15,-15,-26,-31,-26v-16,0,-32,11,-32,26v0,16,15,27,32,27xm83,-116v2,70,161,67,191,17r-1,-82v-14,3,-50,5,-106,5v-44,-1,-85,19,-84,60","w":361,"k":{"y":18,"w":18,"v":18,"t":12}},"\u2122":{"d":"410,-197r-36,0r0,-185r-70,117r-18,0r-71,-117r0,185r-36,0r0,-252r38,0r78,129r77,-129r38,0r0,252xm170,-413r-57,0r0,216r-36,0r0,-216r-59,0r0,-36r152,0r0,36","w":440},"\u00c6":{"d":"550,-1r-275,1r0,-107r-150,0r-46,107r-70,0r190,-449r351,0r0,64r-210,0r0,131r169,0r0,64r-169,0r0,125r210,0r0,64xm275,-168r0,-217r-32,0r-95,217r127,0","w":574,"k":{"\u00d8":24,"Y":78,"W":57,"V":91,"T":58,"Q":24,"O":24,"G":24,"C":24}},"\u00d8":{"d":"24,-310v0,-93,100,-163,205,-140r10,-30r68,0r-18,55v44,28,66,67,66,115r0,171v1,95,-103,165,-209,139r-10,31r-68,0r19,-57v-42,-28,-63,-66,-63,-113r0,-171xm167,-62v59,15,123,-25,123,-77r0,-171v0,-19,-7,-36,-22,-51xm208,-388v-62,-9,-119,27,-119,78r0,171v0,17,6,33,20,47","k":{"\u00c6":24,"\u00c5":24,"Y":24,"X":18,"W":12,"V":18,"T":18,"A":24}},"\u00e6":{"d":"441,-391v81,0,158,61,158,141r0,101r-255,0v-8,97,107,85,204,84r0,65v-91,0,-196,9,-231,-45v-23,25,-98,45,-153,45v-72,0,-140,-47,-140,-116v0,-74,73,-126,149,-126v122,0,32,6,106,-5v-5,-46,-42,-77,-94,-77v-42,0,-92,19,-91,58r-65,0v-4,-126,215,-166,282,-68v33,-38,76,-57,130,-57xm441,-326v-62,0,-107,40,-98,112r191,0v10,-71,-31,-112,-93,-112xm89,-116v2,70,161,67,191,17r-1,-82v-14,3,-50,5,-106,5v-44,-1,-85,19,-84,60","w":616,"k":{"z":12,"y":18,"x":24,"w":12,"v":12,"t":12}},"\u00f8":{"d":"18,-249v0,-93,105,-161,209,-136r15,-35r68,0r-26,63v67,43,53,125,54,223v1,93,-97,160,-200,135r-13,30r-68,0r23,-55v-74,-43,-62,-121,-62,-225xm163,-60v58,9,110,-25,110,-74v0,-56,13,-124,-15,-159xm202,-324v-60,-9,-119,25,-119,75v0,61,-16,131,22,163","w":355,"k":{"z":12,"y":18,"x":18,"w":12,"v":12,"t":12}},"\u2026":{"d":"296,0r-65,0r0,-66r65,0r0,66xm195,0r-65,0r0,-66r65,0r0,66xm95,0r-65,0r0,-66r65,0r0,66","w":325},"\u2013":{"d":"280,-190r-256,0r0,-64r256,0r0,64","w":303},"\u2014":{"d":"421,-190r-397,0r0,-64r397,0r0,64","w":445},"\u201c":{"d":"144,-376v0,-48,43,-79,97,-73r0,64v-18,-1,-31,-1,-32,17r0,37r31,0r0,64r-96,1r0,-110xm30,-376v1,-47,41,-79,97,-73r0,64v-18,-1,-31,-1,-32,17r0,37r31,0r0,64r-96,1r0,-110","w":271},"\u201d":{"d":"241,-340v0,49,-42,79,-97,73r0,-65v18,0,31,2,32,-17r0,-36r-31,-1r0,-64r96,0r0,110xm127,-340v0,48,-43,79,-97,73r0,-65v18,0,31,2,32,-17r0,-36r-31,-1r0,-64r96,0r0,110","w":271},"\u2018":{"d":"30,-376v1,-47,41,-79,97,-73r0,64v-18,-1,-31,-1,-32,17r0,37r31,0r0,64r-96,1r0,-110","w":157},"\u2019":{"d":"127,-340v0,48,-43,79,-97,73r0,-65v18,0,31,2,32,-17r0,-36r-31,-1r0,-64r96,0r0,110","w":157},"\u00d7":{"d":"223,-202r-46,46r-48,-47r-47,47r-46,-46r47,-48r-47,-47r46,-46r47,48r47,-48r46,47r-47,46","w":258},"\u00a0":{"w":138}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * (r) (c) 2002 [T26] Chicago www.t26.com 773.862.1201 T0872 ID#5134175 designer:
 * Identikal
 */
Cufon.registerFont({"w":385,"face":{"font-family":"monark2","font-weight":400,"font-stretch":"normal","units-per-em":"600","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"480","descent":"-120","x-height":"8","bbox":"-90 -662 596 145.816","underline-thickness":"12","underline-position":"-73.8","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":138},"!":{"d":"116,-97r-80,0r0,-352r80,0r0,352xm116,0r-80,0r0,-80r80,0r0,80","w":151},"\"":{"d":"213,-317r-67,0v-11,-38,-15,-81,-13,-132r80,0r0,132xm104,-317r-67,0v-11,-38,-15,-81,-13,-132r80,0r0,132","w":237,"k":{"t":-12,"o":12,"J":72,"A":72}},"#":{"d":"397,-124r-72,0r0,55r-80,0r0,-55r-61,0r0,55r-80,0r0,-55r-74,0r0,-79r74,0r0,-38r-74,0r0,-80r74,0r0,-58r80,0r0,58r61,0r0,-58r80,0r0,58r72,0r0,80r-72,0r0,38r72,0r0,79xm245,-203r0,-38r-61,0r0,38r61,0","w":426},"$":{"d":"199,-376v-56,0,-132,73,-60,98v103,35,230,20,230,139v0,73,-65,133,-133,143r0,27r-75,0r0,-28v-71,-14,-131,-71,-130,-152r80,0v-5,97,171,98,178,10v-8,-46,-112,-40,-152,-58v-62,-13,-108,-47,-107,-113v1,-73,65,-131,131,-142r0,-28r75,0r0,28v72,13,132,71,132,152r-80,0v-1,-44,-40,-76,-89,-76","w":399},"%":{"d":"435,-226v66,0,132,50,132,116v0,67,-65,117,-132,117v-66,0,-131,-51,-131,-117v0,-66,65,-116,131,-116xm427,-449v1,37,-3,87,-12,101r-166,271v-9,16,-9,49,-9,77r-80,0v-1,-40,2,-87,14,-106r163,-265v9,-13,11,-50,10,-78r80,0xm149,-455v68,0,132,50,132,117v0,66,-65,116,-132,116v-66,0,-131,-50,-131,-116v0,-66,65,-117,131,-117xm383,-110v3,48,101,49,104,0v-4,-47,-100,-48,-104,0xm98,-338v3,48,101,47,104,0v-2,-48,-102,-50,-104,0","w":585},"&":{"d":"284,-332v-4,-41,-31,-40,-80,-44v-107,-8,-76,68,-36,106r116,110r0,-34r80,0v0,36,3,79,-9,102v24,23,56,42,49,93r-84,0v0,-18,4,-11,-13,-30v-91,79,-283,17,-283,-111v0,-57,7,-91,45,-118v-16,-23,-21,-49,-21,-84v0,-116,179,-139,265,-88v34,21,51,54,51,98r-80,0xm104,-163v-17,81,85,106,143,78r-127,-120v-11,7,-16,21,-16,42","w":422},"'":{"d":"104,-324r-67,0v-11,-37,-15,-81,-13,-132r80,0r0,132","w":127,"k":{"s":18,"q":12,"o":12,"g":12,"e":12,"d":12,"c":12,"a":12,"J":36,"A":36}},"(":{"d":"110,-118v1,43,50,71,98,69r0,80v-92,2,-178,-61,-178,-149r0,-214v-2,-88,86,-150,178,-148r0,80v-49,-2,-98,25,-98,68r0,214","w":232,"k":{"C":12}},")":{"d":"24,-480v92,-2,178,60,178,148r0,214v2,88,-87,151,-178,149r0,-80v49,1,98,-26,98,-69r0,-214v-1,-43,-49,-70,-98,-68r0,-80","w":232},"*":{"d":"266,-353r-66,18r38,44r-48,42r-48,-55r-48,55r-48,-42r38,-44r-66,-18r17,-62r75,20r0,-60r64,0r0,60r75,-20","w":283},"+":{"d":"233,-182r-64,0r0,65r-80,0r0,-65r-65,0r0,-80r65,0r0,-64r80,0r0,64r64,0r0,80","w":257},",":{"d":"18,71r0,-71v11,-2,31,7,31,-8r0,-52r80,-1v11,90,-26,140,-111,132","w":159,"k":{"w":30,"v":30,"u":12,"t":18,"j":-69,"f":12,"Y":36,"W":24,"V":36,"T":36,"7":24,"4":24}},"-":{"d":"196,-182r-172,0r0,-80r172,0r0,80","w":219,"k":{"z":18,"y":12,"x":18,"w":12,"v":12,"t":18,"Z":18,"Y":30,"X":24,"V":18,"T":30,"J":54,"A":36,"7":36}},"\u2010":{"d":"196,-182r-172,0r0,-80r172,0r0,80","w":219},".":{"d":"110,0r-80,0r0,-81r80,0r0,81","w":139,"k":{"y":24,"w":30,"v":30,"u":12,"t":24,"Y":36,"W":24,"V":36,"T":36,"7":24,"4":24}},"\/":{"d":"267,-480r-170,511r-85,0r171,-511r84,0","w":279,"k":{"y":14,"x":14,"w":7,"u":14,"s":28,"q":28,"p":14,"o":28,"n":14,"g":21,"f":14,"e":21,"d":28,"c":21,"a":28,"S":12,"Q":12,"O":12,"J":36,"G":12,"C":12,"A":60,"9":12,"8":12,"6":18,"4":30,"3":18,"0":12}},"0":{"d":"193,-455v86,0,168,63,168,148r0,165v3,83,-82,148,-168,148v-87,0,-169,-65,-169,-148r0,-165v-3,-85,83,-148,169,-148xm104,-142v0,88,177,90,177,0r0,-165v0,-89,-177,-89,-177,0r0,165","k":{"\\":12,"\/":12}},"1":{"d":"158,0r-80,0r0,-343v-8,15,-31,14,-54,14r0,-80v35,3,56,-5,56,-40r78,0r0,449","w":206,"k":{"%":18}},"2":{"d":"193,-456v117,0,233,133,135,222r-170,154r200,0r0,81r-324,0r0,-70r238,-223v39,-39,-32,-84,-79,-84v-49,0,-89,30,-89,75r-80,0v-3,-90,79,-155,169,-155","w":387,"k":{"\\":18,"7":12,"4":18}},"3":{"d":"193,-455v90,1,171,60,171,157v0,28,-6,50,-17,64v18,18,17,58,17,96v0,126,-192,193,-287,103v-34,-32,-53,-68,-53,-114r80,0v0,45,39,78,89,76v56,-2,91,-34,91,-104v0,-12,-4,-18,-12,-18r-118,0r0,-80r118,0v12,2,13,-22,12,-38v-3,-38,-45,-63,-91,-63v-49,0,-89,31,-89,76r-80,0v-2,-89,78,-156,169,-155","w":393,"k":{"\\":18,"7":12,"2":12,"\/":18}},"4":{"d":"388,-116r-65,0r0,116r-79,0r0,-116r-226,0r0,-93r202,-240r103,0r0,253r65,0r0,80xm244,-196r0,-157r-133,157r133,0","w":399,"k":{"\\":36,"7":18,"2":12,".":24,"%":36}},"5":{"d":"122,-292v103,-41,244,17,239,124v25,159,-174,224,-282,133v-37,-30,-55,-69,-55,-115r80,0v-5,89,170,107,177,14v4,-61,-24,-89,-81,-89v-40,0,-66,7,-80,20r-78,0r0,-245r293,0r0,80r-213,0r0,78","k":{"\\":12,"9":12,"8":12,"7":12,"3":12,"2":12,"%":30}},"6":{"d":"24,-308v-5,-131,190,-194,286,-105v34,31,52,68,52,114r-80,0v1,-46,-42,-78,-89,-77v-55,1,-101,35,-89,101v106,-52,257,8,257,135v0,83,-82,147,-168,147v-85,0,-169,-63,-169,-147r0,-168xm104,-140v2,86,171,89,177,0v6,-88,-137,-91,-177,-43r0,43","k":{"\\":12,"3":12}},"7":{"d":"307,-387r-126,307v-11,24,-12,48,-11,80r-80,0v-1,-43,1,-73,16,-109r106,-261r-200,0r0,-79r295,0r0,62","w":318,"k":{"4":36,"\/":48,".":24,",":24}},"8":{"d":"193,-455v86,0,168,61,168,145v0,32,-10,60,-32,84v86,98,-13,233,-136,233v-123,0,-225,-135,-135,-234v-90,-97,14,-228,135,-228xm141,-265v59,-3,140,16,140,-45v-1,-87,-174,-86,-177,0v-1,17,22,46,37,45xm104,-141v1,87,176,91,177,0v1,-61,-83,-41,-140,-44v-18,0,-37,24,-37,44","k":{"\\":12,"\/":12}},"9":{"d":"193,-455v86,0,169,63,169,147r0,168v5,129,-191,194,-286,105v-34,-31,-52,-68,-52,-114r80,0v-1,46,41,77,89,76v57,-1,100,-35,89,-103v-103,56,-257,-5,-257,-132v0,-85,81,-147,168,-147xm104,-308v-10,85,144,89,178,46r0,-46v-1,-38,-46,-68,-89,-68v-43,0,-84,29,-89,68","k":{"\\":12,"\/":12}},":":{"d":"110,-304r-80,0r0,-81r80,0r0,81xm110,-74r-80,0r0,-81r80,0r0,81","w":139},";":{"d":"135,-305r-80,0r0,-81r80,0r0,81xm24,5r0,-71v11,-2,31,6,31,-8r0,-52r80,-1v11,90,-25,141,-111,132","w":165},"<":{"d":"283,-322r-140,117r140,116r-51,62r-214,-178r214,-179","w":301},"=":{"d":"235,-232r-211,0r0,-79r211,0r0,79xm235,-131r-211,0r0,-80r211,0r0,80","w":259},">":{"d":"283,-205r-214,178r-51,-62r140,-116r-140,-117r51,-61","w":300},"?":{"d":"187,-455v84,-2,171,63,171,144v0,50,-62,110,-108,139v-37,24,-25,42,-27,88r-80,0v-6,-105,21,-128,95,-179v26,-19,40,-35,40,-48v-2,-36,-49,-66,-91,-65v-53,1,-104,36,-85,92r-78,16v-32,-112,63,-186,163,-187xm223,1r-81,0r0,-80r81,0r0,80","w":375},"@":{"d":"278,-451v87,-2,169,65,169,148r0,166v2,81,-79,144,-163,144v-85,0,-166,-64,-165,-144r0,-48v-3,-108,140,-181,247,-128v-7,-33,-47,-59,-88,-58v-56,0,-85,1,-87,1v-41,1,-80,30,-81,67r0,164v1,82,36,116,100,140r-137,0v-59,-71,-40,-185,-43,-304v-1,-82,79,-146,161,-148r87,0xm199,-137v1,81,162,87,167,0v4,-69,-15,-113,-77,-113v-43,0,-89,27,-90,65r0,48","w":477},"A":{"d":"416,0r-84,0r-40,-103r-161,0r-39,103r-86,0r173,-449r66,0xm263,-179r-51,-134r-52,134r103,0","w":422,"k":{"\u2019":68,"\u2018":67,"\u201d":68,"\u201c":67,"\u2014":31,"\u2013":31,"\u00d8":24,"\u2122":86,"\u00e5":8,"~":43,"{":13,"y":48,"w":58,"v":68,"t":29,"s":18,"r":10,"q":20,"p":10,"o":20,"g":22,"f":8,"e":21,"d":24,"c":20,"a":17,"`":138,"^":116,"\\":48,"Y":78,"W":60,"V":84,"T":58,"R":12,"Q":24,"P":12,"O":24,"N":14,"M":14,"L":10,"K":10,"J":6,"H":10,"G":24,"F":14,"E":10,"D":10,"C":24,"B":10,"?":67,"=":14,"<":37,"7":39,"5":8,"4":10,"3":11,"1":16,"-":36,"+":35,"*":91,"'":36,"%":78,"$":14,"#":18,"\"":72}},"B":{"d":"329,-230v22,17,39,58,39,96v0,85,-75,134,-162,134r-176,0r0,-449r188,0v77,-2,144,55,144,133v0,38,-11,67,-33,86xm237,-270v28,1,45,-21,46,-46v4,-74,-104,-50,-173,-54r0,100r127,0xm289,-134v0,-24,-27,-56,-52,-56r-127,0r0,110v71,-1,179,13,179,-54","w":386,"k":{"\u00c6":30,"\u2122":13,"\u00c5":30,"y":19,"x":19,"w":14,"v":14,"t":14,"r":14,"`":59,"_":61,"^":13,"]":19,"\\":18,"Z":12,"Y":18,"X":12,"W":18,"V":18,"T":18,"R":12,"A":30,"\/":-12,",":12,")":19,"\"":12}},"C":{"d":"187,-73v49,0,90,-29,91,-73r80,0v3,88,-81,153,-171,153v-87,0,-169,-64,-169,-148r0,-167v-5,-129,187,-193,286,-107v35,30,54,67,54,113r-80,0v3,-95,-180,-97,-180,-6r0,167v0,39,46,68,89,68","w":375,"k":{"\u2014":239,"\u2013":239,"\u00c6":14,"\u2122":26,"\u00c5":8,"~":249,"{":19,"y":10,"x":14,"w":5,"v":5,"r":5,"`":61,"_":56,"^":14,"]":30,"\\":12,"Y":12,"X":12,"W":12,"V":12,"T":18,"R":6,"P":6,"M":6,"K":6,"H":6,"A":8,"<":57,"\/":12,"-":12,",":12,"+":56,")":31}},"D":{"d":"199,-449v87,-3,168,64,168,147r0,154v3,85,-83,148,-169,148r-168,0r0,-449r169,0xm198,-80v43,2,89,-28,89,-68r0,-154v0,-39,-45,-68,-88,-68r-89,0r0,290r88,0","w":388,"k":{"\u00c6":11,"\u2122":23,"\u00c5":11,"z":10,"y":19,"x":24,"w":14,"v":14,"t":5,"r":10,"f":10,"a":10,"`":74,"_":77,"^":23,"]":32,"\\":18,"Y":18,"X":24,"W":18,"V":18,"T":18,"R":6,"M":6,"J":12,"H":12,"A":11,"\/":12,",":30,")":32}},"E":{"d":"313,0r-283,0r0,-449r283,0r0,79r-203,0r0,108r164,0r0,80r-164,0r0,102r203,0r0,80","w":337,"k":{"\u2014":17,"\u2013":17,"\u00d8":10,"\u00e5":11,"~":32,"{":26,"y":14,"x":10,"w":14,"v":5,"u":10,"t":10,"g":8,"f":23,"e":6,"a":10,"S":7,"Q":10,"O":10,"K":12,"J":11,"G":10,"C":10,"A":10,"?":13,"=":30,"<":32,"9":11,"8":10,"6":10,"5":10,"4":30,"3":17,"2":6,"0":10,"-":17,"+":32,"&":11,"$":20,"#":40}},"F":{"d":"313,-370r-203,0r0,108r164,0r0,80r-164,0r0,182r-80,0r0,-449r283,0r0,79","w":325,"k":{"\u2026":181,"\u00f8":14,"\u00e6":44,"\u00d8":12,"\u00c6":71,"\u00e5":50,"\u00c5":71,"~":20,"{":17,"z":14,"y":5,"x":10,"v":5,"u":10,"s":18,"r":14,"q":14,"p":19,"o":14,"n":10,"m":10,"g":14,"f":14,"e":14,"d":15,"c":14,"a":39,"_":169,"S":12,"Q":6,"O":12,"J":76,"H":6,"G":12,"C":12,"A":71,"@":10,">":88,"=":18,"<":22,"4":21,"3":9,"2":8,"\/":36,".":30,",":36,"+":20,"&":11,"$":11,"#":28}},"G":{"d":"98,-141v-1,87,177,91,180,4r0,-65r-100,0r0,-80r180,0r0,283r-66,0r-9,-20v-96,67,-265,-2,-265,-122r0,-167v-5,-131,188,-192,286,-107v35,30,54,67,54,113r-80,0v3,-95,-180,-97,-180,-6r0,167","w":381,"k":{"\u2122":22,"y":14,"x":10,"w":10,"v":14,"f":10,"`":67,"^":20,"\\":16,"Y":18,"W":12,"V":18,"T":18,"A":14}},"H":{"d":"367,0r-80,0r0,-197r-177,0r0,197r-80,0r0,-449r80,0r0,172r177,0r0,-172r80,0r0,449","w":397,"k":{"y":10,"a":14,"V":6,"A":19}},"I":{"d":"113,0r-80,0r0,-449r80,0r0,449","w":145,"k":{"j":11}},"J":{"d":"181,-73v44,0,87,-26,88,-66r0,-230r-158,0r0,-80r296,0r0,80r-58,0r0,230v5,130,-188,191,-284,105v-34,-30,-53,-66,-53,-112r80,0v1,44,40,73,89,73","w":418,"k":{"\u2014":23,"\u2013":23,"\u2026":48,"\u00f8":22,"\u00e6":29,"\u00d8":12,"\u00c6":50,"\u00e5":36,"\u00c5":50,"~":34,"{":8,"u":10,"s":24,"r":14,"q":21,"o":21,"j":11,"g":21,"f":20,"e":20,"d":23,"c":21,"a":23,"_":109,"S":18,"R":12,"Q":12,"O":12,"M":12,"L":6,"J":29,"I":12,"H":6,"G":12,"E":12,"D":12,"C":12,"B":12,"A":50,">":23,"=":27,"<":28,"4":29,"\/":48,".":48,"-":24,",":36,"+":28,"#":34}},"K":{"d":"346,-449v4,65,-6,101,-53,127r-152,83r151,110v48,37,58,63,54,129r-81,0v0,-32,2,-50,-20,-66r-135,-103r0,169r-80,0r0,-449r80,0r0,142r137,-72v22,-20,19,-20,20,-70r79,0","w":364,"k":{"\u2014":121,"\u2013":121,"~":139,"{":14,"y":12,"u":6,"s":12,"r":6,"q":18,"o":18,"n":6,"h":7,"g":20,"f":18,"e":18,"d":19,"c":17,"b":7,"a":13,"U":6,"S":18,"Q":12,"O":18,"G":18,"C":12,"=":50,"<":113,"4":22,"-":24,"+":99,"$":8,"#":41}},"L":{"d":"320,-1r-290,0r0,-448r80,0r0,369r210,0r0,79","w":331,"k":{"\u2019":188,"\u2018":188,"\u201d":188,"\u201c":188,"\u2014":182,"\u2013":182,"\u00d8":12,"\u2122":181,"~":191,"{":20,"z":12,"y":58,"w":58,"v":86,"t":26,"s":12,"r":12,"q":12,"p":12,"o":18,"n":12,"m":12,"l":12,"k":12,"i":12,"h":12,"f":24,"e":22,"d":23,"c":20,"b":13,"a":16,"`":199,"^":184,"\\":24,"Y":48,"W":59,"V":89,"T":74,"Q":18,"O":12,"L":12,"G":12,"C":12,"?":103,"=":185,"<":139,"7":55,"5":10,"4":184,"3":11,"1":32,"-":36,"+":186,"*":180,"'":36,"%":119,"$":14,"#":191,"\"":42}},"M":{"d":"446,0r-80,0r0,-293r-107,178r-42,0r-107,-179r0,294r-80,0r1,-449r78,0r129,214r128,-214r80,0r0,449","w":475,"k":{"y":19,"t":10,"W":6,"V":12,"T":12,"J":12,"A":14}},"N":{"d":"385,0r-68,0r-207,-297r0,297r-80,0r0,-449r71,0r204,296r0,-296r80,0r0,449","w":414,"k":{"y":5,"t":10,"W":12,"V":12,"T":12,"J":12,"A":14}},"O":{"d":"187,-455v86,0,168,63,168,148r0,165v3,83,-82,148,-168,148v-87,0,-169,-65,-169,-148r0,-165v-3,-85,83,-148,169,-148xm98,-142v0,88,177,90,177,0r0,-165v0,-89,-177,-89,-177,0r0,165","w":373,"k":{"\u00c6":24,"\u2122":14,"\u00c5":24,"y":10,"x":14,"t":10,"`":62,"_":59,"^":16,"]":22,"\\":12,"Y":12,"X":18,"W":12,"V":18,"T":18,"A":24,"\/":12,",":18,")":23}},"P":{"d":"205,-449v93,0,162,62,162,163v0,84,-75,144,-162,144r-95,0r0,142r-80,0r0,-449r175,0xm110,-221v87,1,184,13,177,-84v-5,-75,-97,-66,-177,-65r0,149","k":{"\u2026":242,"\u00d8":6,"\u00c6":58,"\u2122":16,"\u00c5":58,"z":13,"y":9,"x":16,"u":6,"s":12,"r":12,"p":11,"o":12,"n":11,"m":11,"l":10,"k":10,"j":21,"i":10,"h":12,"b":10,"a":15,"`":64,"_":230,"^":15,"]":32,"\\":18,"Z":10,"Y":18,"W":18,"V":18,"U":6,"T":18,"S":12,"R":12,"P":12,"O":6,"N":12,"M":12,"L":12,"J":98,"H":6,"D":12,"B":12,"A":58,";":12,"\/":36,".":48,",":48,")":32}},"Q":{"d":"187,-454v85,0,168,64,168,147r0,166v1,75,-61,130,-129,143v-5,31,41,14,65,18r0,80v-83,6,-153,-14,-145,-98v-67,-13,-129,-67,-128,-143r0,-166v-2,-83,83,-147,169,-147xm98,-141v0,88,177,90,177,0r0,-166v-1,-87,-177,-89,-177,0r0,166","w":373,"k":{"\u00c6":24,"\u2122":14,"\u00c5":24,"y":10,"x":14,"t":10,"j":-24,"`":61,"_":32,"^":15,"]":22,"\\":12,"Z":12,"Y":18,"X":18,"W":12,"V":12,"T":18,"A":24,"\/":12,",":12,")":23}},"R":{"d":"205,-449v94,1,170,63,162,166v-5,62,-40,110,-90,128v36,44,89,92,76,155r-80,0v1,-31,1,-43,-18,-63r-73,-79r-72,0r0,142r-80,0r0,-449r175,0xm110,-221v86,-1,185,16,177,-84v-6,-75,-97,-66,-177,-65r0,149","k":{"\u2122":16,"y":14,"w":10,"v":10,"t":10,"s":10,"r":5,"q":10,"p":10,"o":10,"j":14,"a":7,"`":64,"^":15,"\\":12,"Z":12,"Y":18,"X":12,"W":12,"V":12,"T":12,"J":17,"E":6,"A":18}},"S":{"d":"187,-375v-56,0,-131,73,-60,98v102,36,228,21,230,140v2,127,-190,192,-285,103v-34,-32,-53,-67,-53,-114r80,0v-5,97,171,98,178,11v-8,-46,-111,-41,-152,-59v-62,-13,-107,-47,-107,-113v0,-128,189,-194,285,-104v34,32,53,68,53,114r-80,0v-1,-44,-40,-76,-89,-76","w":375,"k":{"\u00c6":8,"\u2122":22,"\u00c5":8,"~":7,"z":9,"y":14,"x":16,"w":5,"v":10,"t":10,"r":5,"j":16,"`":64,"_":54,"^":17,"]":24,"\\":12,"Z":12,"Y":18,"X":18,"W":12,"V":12,"T":12,"A":8,"\/":12,")":25}},"T":{"d":"291,-370r-98,0r0,370r-80,0r0,-370r-101,0r0,-79r279,0r0,79","w":303,"k":{"\u2014":66,"\u2013":66,"\u2026":72,"\u00f8":62,"\u00e6":70,"\u00d8":18,"\u00c6":55,"\u00e5":66,"\u00c5":55,"~":76,"{":10,"y":5,"u":14,"s":64,"r":19,"q":62,"o":62,"n":19,"m":14,"j":13,"i":10,"h":14,"g":62,"f":22,"e":62,"d":63,"c":62,"a":64,"_":60,"S":12,"Q":18,"P":6,"O":18,"N":12,"M":12,"J":69,"G":18,"C":18,"A":55,">":65,"=":69,"<":70,"4":70,"\/":36,".":36,"-":30,",":36,"+":70,"#":76}},"U":{"d":"104,-140v1,87,177,89,177,0r0,-309r80,0r0,309v3,83,-85,147,-168,147v-86,0,-169,-63,-169,-147r0,-309r80,0r0,309","k":{"\u00c6":10,"\u00c5":10,"y":10,"x":14,"_":62,"X":12,"A":10,"\/":12}},"V":{"d":"356,-449v1,40,-1,68,-13,102r-133,347r-49,0r-133,-341v-15,-51,-17,-64,-16,-108r80,0v0,29,1,53,9,75r83,217r83,-217v9,-21,9,-46,9,-75r80,0","w":368,"k":{"\u2014":14,"\u2013":14,"\u2026":92,"\u00f8":6,"\u00e6":11,"\u00d8":18,"\u00c6":92,"\u00e5":20,"\u00c5":92,"~":42,"{":9,"z":7,"y":6,"x":12,"r":12,"p":12,"j":11,"i":12,"f":17,"d":7,"a":8,"_":104,"Z":6,"S":12,"R":12,"Q":12,"P":12,"O":18,"N":12,"M":12,"L":6,"K":12,"J":61,"H":6,"G":18,"D":12,"C":12,"B":6,"A":84,"<":36,"4":36,"\/":36,".":36,"-":18,",":36,"+":19}},"W":{"d":"488,-449v0,33,0,65,-7,91r-103,358r-52,0r-76,-275r-77,275r-52,0r-95,-341v-13,-48,-15,-65,-14,-108r80,0v0,97,38,163,55,245r68,-245r69,0r68,246v19,-82,57,-144,56,-246r80,0","w":500,"k":{"\u2026":62,"\u00d8":12,"\u00c6":58,"\u00e5":14,"\u00c5":58,"~":26,"{":7,"s":21,"q":19,"o":20,"j":10,"g":20,"f":10,"e":20,"d":22,"c":20,"_":68,"S":12,"R":12,"Q":12,"P":12,"O":12,"N":12,"M":6,"L":6,"K":12,"J":38,"G":12,"C":12,"B":6,"A":60,"<":20,"4":20,"\/":36,".":24,",":24,"+":7}},"X":{"d":"161,-154v-9,33,-81,105,-69,154r-80,0v-1,-33,0,-54,14,-78r87,-155v-31,-67,-100,-122,-96,-216r81,0v-4,62,42,94,62,138v20,-44,64,-73,58,-138r81,0v0,33,0,54,-14,78r-79,138v33,71,110,135,106,233r-80,0v1,-29,1,-34,-14,-58","w":324,"k":{"\u2014":49,"\u2013":49,"\u00d8":18,"~":63,"{":7,"y":13,"w":12,"v":12,"u":12,"s":10,"q":13,"o":18,"g":6,"f":10,"e":14,"d":15,"c":14,"a":10,"V":12,"U":12,"S":18,"Q":18,"P":6,"O":18,"K":6,"J":18,"G":18,"D":6,"C":12,"?":11,"=":20,"<":54,"4":8,"-":24,"+":51,"$":6,"#":20}},"Y":{"d":"340,-449v2,46,-2,62,-26,103r-98,169r0,177r-80,0r0,-177r-110,-194v-14,-24,-15,-45,-14,-78r80,0v0,27,0,39,12,60r72,123r72,-123v13,-21,12,-33,12,-60r80,0","w":352,"k":{"\u2014":45,"\u2013":45,"\u2026":99,"\u00f8":26,"\u00e6":30,"\u00d8":24,"\u00c6":79,"\u00e5":37,"\u00c5":79,"~":79,"{":11,"z":12,"x":18,"u":12,"s":25,"r":12,"q":23,"p":12,"o":26,"n":12,"m":12,"j":7,"g":25,"f":13,"e":25,"d":25,"c":25,"a":25,"_":87,"S":18,"Q":18,"O":12,"J":60,"G":18,"C":12,"A":78,"@":6,"=":23,"<":74,"4":74,"\/":48,".":36,"-":30,",":36,"+":49,"&":10,"$":8,"#":25}},"Z":{"d":"350,-377r-223,297r222,0r0,80r-325,0r0,-75r220,-295r-220,0r0,-79r326,0r0,72","w":373,"k":{"\u2014":71,"\u2013":71,"\u00e5":7,"~":107,"{":22,"y":12,"x":6,"w":12,"v":12,"u":12,"t":6,"s":12,"r":12,"o":24,"i":12,"g":12,"f":26,"c":18,"a":18,"V":6,"U":12,"Q":12,"P":12,"O":12,"J":7,"H":12,"G":12,"D":12,"C":12,"B":12,"A":14,"=":43,"<":106,"5":7,"4":104,"3":10,"-":18,"+":75,"&":7,"$":12,"#":43}},"[":{"d":"197,31r-161,0r0,-511r161,0r0,80r-81,0r0,351r81,0r0,80","w":220,"k":{"j":-62,"f":14,"J":24}},"\\":{"d":"267,31r-84,0r-171,-511r85,0","w":279,"k":{"w":41,"v":55,"u":14,"t":35,"s":7,"q":7,"o":7,"j":-76,"f":21,"Y":48,"W":36,"V":36,"T":36,"S":12,"Q":12,"O":12,"G":12,"9":12,"8":12,"7":36,"6":18,"5":12,"4":18,"3":18,"1":18,"0":12}},"]":{"d":"185,31r-161,0r0,-80r81,0r0,-351r-81,0r0,-80r161,0r0,511","w":220},"^":{"d":"238,-417r-68,68r-39,-39r-39,39r-68,-67r70,-71r73,0","w":261},"_":{"d":"310,80r-292,0r0,-80r292,0r0,80","w":328},"`":{"d":"259,-490r0,81r-161,-36r0,-81","w":368},"a":{"d":"187,-391v94,-1,157,61,157,152r0,239r-65,0v-1,-2,-4,-7,-7,-15v-99,41,-254,5,-254,-106v0,-78,75,-127,153,-127v45,0,75,-3,92,-7v-3,-37,-28,-56,-76,-56v-37,0,-76,2,-77,34r-80,0v-4,-79,74,-113,157,-114xm98,-121v0,58,140,53,167,14r0,-68v-14,4,-46,6,-94,6v-38,-1,-73,15,-73,48","w":368,"k":{"y":18,"w":18,"v":18,"t":12,"\\":28,"'":18,"\"":18}},"b":{"d":"110,-366v98,-63,254,4,247,120r0,107v3,116,-150,183,-253,120r-9,19r-65,0r0,-449r80,0r0,83xm196,-74v42,0,80,-26,81,-65r0,-107v-1,-38,-36,-64,-77,-64v-45,0,-89,28,-90,65r0,107v1,42,38,64,86,64","w":375,"k":{"y":18,"x":18,"w":18,"v":18,"t":12,"\\":21,"'":12,"\"":18}},"c":{"d":"18,-247v-5,-125,176,-188,275,-111v34,27,53,60,53,104r-80,0v-2,-37,-39,-58,-83,-58v-44,0,-84,26,-85,65r0,110v-2,79,165,90,167,7r80,0v2,83,-77,138,-162,138v-85,0,-165,-63,-165,-145r0,-110","w":363,"k":{"z":12,"y":12,"x":12,"w":6,"v":12,"t":6,"\\":21,"'":12}},"d":{"d":"18,-246v-6,-116,148,-183,247,-120r0,-83r80,0r0,449r-65,0r-10,-19v-103,63,-256,-3,-252,-120r0,-107xm179,-74v46,0,84,-22,85,-64r0,-107v0,-38,-46,-65,-89,-65v-42,0,-76,26,-77,64r0,107v0,39,39,65,81,65","w":375,"k":{"y":12,"x":12,"w":12,"v":12}},"e":{"d":"183,-390v84,0,161,63,161,145r0,101r-246,0v0,82,113,62,196,64r0,80r-107,0v-86,1,-169,-56,-169,-139r0,-106v-2,-82,80,-145,165,-145xm183,-310v-50,0,-93,30,-85,86r166,0v8,-55,-33,-86,-81,-86","w":362,"k":{"z":12,"y":18,"x":24,"w":12,"v":12,"t":12,"\\":28,"\/":14,"'":18,"\"":12}},"f":{"d":"64,-316v-18,-116,122,-178,208,-111r-43,67v-39,-33,-93,-12,-85,44r103,0r0,80r-103,0r0,236r-80,0r0,-236r-46,0r0,-80r46,0","w":278,"k":{"\u00f8":18,"\u00e6":30,"\u00e5":30,"x":18,"u":6,"s":18,"p":12,"o":18,"l":6,"k":6,"h":6,"g":18,"e":12,"c":12,"a":30,";":12,"\/":35,".":42,"-":12,",":48,"\"":-12}},"g":{"d":"183,-389v82,0,163,52,163,129r0,263v4,122,-175,186,-273,110v-33,-26,-51,-59,-51,-102r79,0v1,78,160,69,164,0r0,-26v-100,57,-253,-14,-247,-125r0,-105v-2,-82,80,-144,165,-144xm183,-75v44,0,83,-20,83,-59r0,-126v-3,-31,-44,-50,-83,-50v-44,0,-84,27,-85,65r0,105v1,38,41,65,85,65","w":369,"k":{"y":12,"x":6,"w":18,"v":18,"t":12,"j":-58,"\\":28,"'":18,"\"":18}},"h":{"d":"110,-367v99,-61,246,4,246,121r0,246r-79,0r0,-246v0,-38,-37,-64,-78,-64v-49,0,-89,31,-89,74r0,236r-80,0r0,-449r80,0r0,82","w":380,"k":{"y":12,"w":12,"v":18,"t":18,"\\":28,"'":18,"\"":18}},"i":{"d":"110,-398r-80,0r0,-51r80,0r0,51xm110,0r-80,0r0,-385r80,0r0,385","w":139,"k":{"t":12}},"j":{"d":"119,-397r-79,0r0,-52r79,0r0,52xm-44,23v32,30,84,12,84,-24r0,-384r79,0r0,384v6,97,-133,158,-209,90","w":149,"k":{"j":-38}},"k":{"d":"341,0r-81,0v1,-29,1,-41,-16,-62r-96,-125r-38,0r0,187r-80,0r0,-449r80,0r0,183v59,2,134,2,134,-48r0,-71r80,0v5,97,-5,160,-85,186v36,61,110,99,102,199","w":352,"k":{"\u00f8":12,"\u00e6":12,"\u00e5":12,"y":12,"w":12,"v":12,"u":12,"s":12,"r":6,"q":12,"o":12,"e":12,"d":12,"c":12,"a":12,"\\":14,"-":12}},"l":{"d":"110,0r-80,0r0,-449r80,0r0,449","w":139,"k":{"y":12,"x":12,"w":12,"v":12,"f":12}},"m":{"d":"379,-390v84,-1,136,58,135,144r0,246r-80,0r0,-246v0,-43,-18,-64,-55,-64v-44,0,-67,21,-67,64r0,246r-80,0r0,-245v0,-43,-18,-65,-55,-65v-44,0,-67,25,-67,74r0,236r-80,0r0,-385r64,0r9,11v45,-27,142,-21,172,22v27,-26,62,-38,104,-38","w":537,"k":{"y":18,"x":12,"w":18,"v":18,"t":12,"\\":28,"\"":18}},"n":{"d":"104,-366v96,-61,252,0,252,120r0,246r-79,0r0,-246v-1,-38,-36,-64,-78,-64v-49,0,-89,32,-89,74r0,236r-80,0r0,-385r65,0","w":380,"k":{"y":12,"x":6,"w":18,"v":18,"t":18,"\\":21,"'":18,"\"":18}},"o":{"d":"187,-392v84,0,157,61,157,144r0,112v3,83,-78,144,-161,144v-85,0,-165,-62,-165,-144r0,-111v-3,-82,84,-145,169,-145xm98,-136v2,81,166,86,166,0r0,-112v-1,-38,-35,-64,-77,-64v-42,0,-89,27,-89,65r0,111","w":362,"k":{"z":12,"y":18,"x":18,"w":12,"v":12,"t":12,"\\":28,"'":12,"\"":18}},"p":{"d":"104,-367v103,-62,256,3,253,120r0,103v6,116,-148,183,-247,120r0,100r-80,0r0,-461r65,0xm200,-80v41,0,76,-26,77,-64r0,-103v-1,-38,-40,-64,-81,-64v-48,0,-86,22,-86,64r0,102v1,38,46,65,90,65","w":375,"k":{"y":18,"x":18,"w":12,"v":12,"t":12,"\\":35,"'":12,"\"":18}},"q":{"d":"18,-246v-4,-115,148,-184,252,-120r10,-18r65,0r0,466r-80,0r0,-100v-98,63,-254,-4,-247,-120r0,-108xm175,-74v43,0,89,-26,89,-65r0,-107v-1,-42,-39,-64,-85,-64v-42,0,-80,26,-81,64r0,108v0,38,34,64,77,64","w":375,"k":{"x":12,"w":12,"j":-72,"\\":21}},"r":{"d":"238,-303v-58,-22,-128,7,-128,58r0,245r-80,0r0,-385r65,0r10,20v48,-27,100,-33,158,-14","w":268,"k":{"\u00f8":18,"\u00e6":18,"\u00e5":18,"s":24,"q":18,"p":6,"o":18,"g":18,"e":18,"d":18,"c":18,"a":18,"\/":28,"-":18,",":30}},"s":{"d":"20,-257v-9,-122,176,-174,272,-102v35,26,54,59,54,102r-80,0v-2,-35,-40,-57,-82,-56v-56,0,-84,19,-84,56v4,15,14,16,39,19v90,14,205,15,205,113v0,121,-177,171,-271,100v-35,-26,-55,-60,-55,-103r80,0v2,72,162,76,166,3v0,-19,-64,-23,-92,-27v-101,-14,-146,-21,-152,-105","w":363,"k":{"z":12,"y":12,"x":18,"w":12,"v":12,"t":6,"\\":21,"'":24,"\"":18}},"t":{"d":"138,-112v4,38,53,53,85,23r43,67v-74,66,-208,9,-208,-90r0,-193r-46,0r0,-80r46,0r0,-64r80,0r0,64r103,0r0,80r-103,0r0,193","w":272,"k":{"\u00f8":18,"\u00e6":18,"\u00e5":18,"y":12,"w":12,"v":12,"u":12,"s":12,"q":18,"o":18,"m":12,"k":6,"i":12,"g":12,"f":18,"e":18,"d":18,"c":18,"a":18,"\\":21,";":-21,".":-12,"-":36,",":-12,"'":12}},"u":{"d":"181,-75v51,0,89,-25,89,-74r1,-236r79,0r0,385r-64,0r-9,-19v-22,16,-54,25,-95,25v-83,0,-158,-63,-158,-145r0,-246r80,0r0,246v1,38,35,64,77,64","w":374,"k":{"w":6,"\\":7}},"v":{"d":"367,-385v1,42,-3,78,-17,107r-134,278r-53,0r-135,-278v-15,-28,-17,-65,-16,-107r80,0v0,28,1,58,9,75r89,180r87,-180v9,-16,9,-47,9,-75r81,0","w":378,"k":{"\u00f8":12,"\u00e6":12,"\u00e5":12,"z":12,"x":18,"s":12,"q":12,"o":12,"l":12,"g":12,"e":12,"d":12,"c":12,"a":12,"\/":41,".":30,"-":12,",":30}},"w":{"d":"499,-385v1,42,-3,68,-17,107r-98,278r-54,0r-76,-215r-75,215r-54,0r-97,-278v-15,-43,-17,-64,-16,-107r80,0v-2,92,41,148,60,221r77,-221r50,0r78,221v20,-73,62,-128,61,-221r81,0","w":510,"k":{"\u00f8":12,"\u00e6":18,"\u00e5":18,"x":12,"s":12,"q":12,"p":6,"o":12,"l":12,"g":12,"e":12,"d":12,"c":12,"a":18,"\/":41,".":30,"-":12,",":30}},"x":{"d":"325,0r-81,0v0,-27,3,-36,-13,-57r-64,-82v-24,45,-77,69,-75,139r-80,0v-2,-47,3,-69,29,-104r75,-101v-34,-49,-98,-100,-89,-180r80,0v-6,56,38,80,59,114v20,-35,62,-56,57,-114r80,0v9,85,-53,128,-86,180v38,60,115,111,108,205","w":336,"k":{"\u00f8":18,"\u00e6":18,"\u00e5":18,"w":12,"v":18,"u":18,"t":12,"s":18,"r":6,"q":18,"o":18,"n":6,"m":12,"l":12,"k":6,"g":12,"f":24,"e":18,"d":18,"c":12,"a":18,"\\":14,"-":18,"\"":18}},"y":{"d":"283,-385v1,42,-1,56,-14,101r-80,273v-32,113,-108,156,-198,96r46,-66v42,30,63,2,72,-45r-87,-277v-9,-25,-8,-51,-8,-82r81,0v-2,93,36,151,54,226v17,-73,54,-138,54,-226r80,0","w":295,"k":{"\u00f8":12,"\u00e6":12,"\u00e5":12,"x":12,"s":12,"q":12,"o":12,"k":6,"g":12,"e":12,"d":12,"c":12,"b":6,"a":12,"\/":28,".":24,"-":12,",":24}},"z":{"d":"338,-314r-202,234r201,0r0,79r-313,0r0,-77r199,-227r-198,0r0,-80r313,0r0,71","w":361,"k":{"\u00f8":12,"\u00e6":12,"\u00e5":12,"x":6,"s":12,"q":12,"o":12,"e":18,"d":12,"c":12,"a":12,"-":18}},"{":{"d":"163,-412v-7,0,-22,7,-22,15v-1,67,7,137,-25,174v31,37,25,104,25,170v7,10,14,15,22,15r0,69v-53,0,-102,-34,-102,-84v0,-50,18,-127,-31,-132r0,-75v50,-5,31,-86,31,-137v0,-49,50,-83,102,-82r0,67","w":187,"k":{"j":-62}},"|":{"d":"116,31r-80,0r0,-511r80,0r0,511","w":151},"}":{"d":"126,-397v0,51,-19,131,31,137r0,75v-50,6,-31,82,-31,132v0,51,-50,84,-102,84r0,-69v8,1,23,-7,22,-15v0,-65,-6,-134,25,-170v-32,-37,-24,-107,-25,-174v-7,-10,-14,-15,-22,-15r0,-67v52,-1,102,32,102,82","w":187},"~":{"d":"373,-254v-25,75,-71,99,-147,79v-40,-10,-102,-57,-120,4r-76,-25v25,-75,70,-98,146,-79v39,10,102,57,120,-3","w":402},"\u00c5":{"d":"213,-662v52,0,96,41,96,91v0,50,-44,91,-96,91v-51,0,-96,-40,-96,-91v0,-51,45,-91,96,-91xm416,0r-84,0r-40,-103r-161,0r-39,103r-86,0r173,-449r66,0xm236,-571v0,-12,-7,-18,-23,-18v-16,0,-24,6,-24,18v0,12,8,18,24,18v16,0,23,-6,23,-18xm263,-179r-51,-134r-52,134r103,0","w":422,"k":{"\u00d8":24,"Y":78,"W":57,"V":91,"T":58,"Q":24,"O":24,"G":24,"C":24}},"\u00e5":{"d":"185,-590v51,0,97,39,97,90v0,51,-46,91,-97,91v-50,0,-96,-40,-96,-91v0,-50,46,-90,96,-90xm187,-391v94,-1,157,61,157,152r0,239r-65,0v-1,-2,-4,-7,-7,-15v-99,41,-254,5,-254,-106v0,-78,75,-127,153,-127v45,0,75,-3,92,-7v-3,-37,-28,-56,-76,-56v-37,0,-76,2,-77,34r-80,0v-4,-79,74,-113,157,-114xm209,-500v0,-12,-8,-18,-24,-18v-16,0,-23,6,-23,18v0,12,7,19,23,19v16,0,24,-7,24,-19xm98,-121v0,58,140,53,167,14r0,-68v-14,4,-46,6,-94,6v-38,-1,-73,15,-73,48","w":368,"k":{"y":18,"w":18,"v":18,"t":12}},"\u2122":{"d":"439,-193r-53,0r0,-156r-54,91r-28,0r-55,-91r1,156r-53,1r0,-262r50,0r70,117r71,-117r51,0r0,261xm182,-401r-55,0r0,208r-52,0r0,-208r-57,0r0,-53r164,0r0,53","w":468},"\u00c6":{"d":"553,0r-283,1r0,-104r-130,0r-45,104r-86,0r191,-451r353,0r0,80r-203,0r0,108r164,0r0,80r-164,0r0,102r203,0r0,80xm270,-179r0,-191r-16,0r-84,191r100,0","w":577,"k":{"\u00d8":24,"Y":78,"W":57,"V":91,"T":58,"Q":24,"O":24,"G":24,"C":24}},"\u00d8":{"d":"24,-307v-3,-94,97,-164,200,-145r10,-28r84,0r-19,58v42,29,62,67,62,115r0,165v1,94,-100,167,-204,144r-10,29r-84,0r20,-60v-83,-50,-56,-161,-59,-278xm182,-74v52,5,99,-25,99,-68r0,-165v0,-16,-3,-27,-10,-32xm199,-375v-48,-4,-94,26,-95,68r0,165v0,14,3,23,8,27","k":{"\u00c6":24,"\u00c5":24,"Y":24,"X":18,"W":12,"V":18,"T":18,"A":24}},"\u00e6":{"d":"435,-392v84,0,161,63,161,145r0,105r-246,0v1,79,114,60,195,62r0,80v-85,-1,-194,9,-229,-37v-30,22,-92,39,-147,39v-74,0,-145,-49,-145,-121v0,-98,98,-129,215,-129v12,0,22,-1,30,-3v-3,-72,-141,-79,-160,-18r0,15r-80,0v-14,-136,203,-181,281,-87v34,-34,75,-51,125,-51xm517,-247v-1,-86,-166,-83,-167,0r0,26r167,-1r0,-25xm104,-119v0,57,140,53,167,14r-1,-66v-11,2,-42,2,-93,2v-39,0,-73,16,-73,50","w":614,"k":{"z":12,"y":18,"x":24,"w":12,"v":12,"t":12}},"\u00f8":{"d":"18,-247v0,-93,102,-163,205,-141r14,-33r85,0r-27,67v61,44,48,123,49,217v2,95,-94,162,-196,141r-12,28r-84,0r24,-59v-69,-44,-58,-120,-58,-220xm179,-73v43,6,86,-24,85,-64v-1,-44,5,-96,-4,-133xm192,-312v-46,-3,-94,25,-94,65v0,48,-10,107,10,140","w":362,"k":{"z":12,"y":18,"x":18,"w":12,"v":12,"t":12}},"\u2026":{"d":"328,0r-80,0r0,-81r80,0r0,81xm218,0r-79,0r0,-81r79,0r0,81xm110,0r-80,0r0,-81r80,0r0,81","w":357},"\u2013":{"d":"288,-182r-264,0r0,-80r264,0r0,80","w":312},"\u2014":{"d":"425,-182r-401,0r0,-80r401,0r0,80","w":448},"\u201c":{"d":"172,-376v1,-54,48,-86,111,-79r0,74v-16,1,-36,-5,-36,14r0,26r35,0r0,80r-110,0r0,-115xm30,-376v0,-55,48,-86,111,-79r0,74v-17,1,-37,-5,-37,14r0,26r36,0r0,80r-110,0r0,-115","w":313},"\u201d":{"d":"283,-335v-1,54,-49,86,-111,79r0,-73v17,-1,37,5,37,-14r0,-27r-36,0r0,-79r110,0r0,114xm141,-335v-1,54,-49,86,-111,79r0,-73v17,-1,38,5,37,-14r0,-27r-36,0r0,-79r110,0r0,114","w":313},"\u2018":{"d":"30,-376v0,-55,48,-86,111,-79r0,74v-17,1,-37,-5,-37,14r0,26r36,0r0,80r-110,0r0,-115","w":171},"\u2019":{"d":"141,-335v-1,54,-49,86,-111,79r0,-74v16,-1,37,6,37,-13r0,-27r-36,0r0,-79r110,0r0,114","w":171},"\u00d7":{"d":"241,-179r-57,57r-46,-46r-46,46r-56,-57r46,-45r-46,-46r56,-56r46,45r46,-45r56,56r-45,46","w":276},"\u00a0":{"w":138}}});

//
// Cufon init
//

Cufon.replace('h1, h2, h3, h4, h5', { hover: true, fontFamily: 'monark', fontWeight: 400 });
Cufon.replace('.sidebar-content .post-title a:link, .sidebar-content .post-title a:visited', { hover: true, fontFamily: 'monark2', fontWeight: 400 });



/*
 * jQuery Tooltip plugin 1.3
 *
 * http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/
 * http://docs.jquery.com/Plugins/Tooltip
 *
 * Copyright (c) 2006 - 2008 Jörn Zaefferer
 *
 * $Id: jquery.tooltip.js 5741 2008-06-21 15:22:16Z joern.zaefferer $
 * 
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */;(function($){var helper={},current,title,tID,IE=$.browser.msie&&/MSIE\s(5\.5|6\.)/.test(navigator.userAgent),track=false;$.tooltip={blocked:false,defaults:{delay:200,fade:false,showURL:true,extraClass:"",top:15,left:15,id:"tooltip"},block:function(){$.tooltip.blocked=!$.tooltip.blocked;}};$.fn.extend({tooltip:function(settings){settings=$.extend({},$.tooltip.defaults,settings);createHelper(settings);return this.each(function(){$.data(this,"tooltip",settings);this.tOpacity=helper.parent.css("opacity");this.tooltipText=this.title;$(this).removeAttr("title");this.alt="";}).mouseover(save).mouseout(hide).click(hide);},fixPNG:IE?function(){return this.each(function(){var image=$(this).css('backgroundImage');if(image.match(/^url\(["']?(.*\.png)["']?\)$/i)){image=RegExp.$1;$(this).css({'backgroundImage':'none','filter':"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='"+image+"')"}).each(function(){var position=$(this).css('position');if(position!='absolute'&&position!='relative')$(this).css('position','relative');});}});}:function(){return this;},unfixPNG:IE?function(){return this.each(function(){$(this).css({'filter':'',backgroundImage:''});});}:function(){return this;},hideWhenEmpty:function(){return this.each(function(){$(this)[$(this).html()?"show":"hide"]();});},url:function(){return this.attr('href')||this.attr('src');}});function createHelper(settings){if(helper.parent)return;helper.parent=$('<div id="'+settings.id+'"><h3></h3><div class="body"></div><div class="url"></div></div>').appendTo(document.body).hide();if($.fn.bgiframe)helper.parent.bgiframe();helper.title=$('h3',helper.parent);helper.body=$('div.body',helper.parent);helper.url=$('div.url',helper.parent);}function settings(element){return $.data(element,"tooltip");}function handle(event){if(settings(this).delay)tID=setTimeout(show,settings(this).delay);else
show();track=!!settings(this).track;$(document.body).bind('mousemove',update);update(event);}function save(){if($.tooltip.blocked||this==current||(!this.tooltipText&&!settings(this).bodyHandler))return;current=this;title=this.tooltipText;if(settings(this).bodyHandler){helper.title.hide();var bodyContent=settings(this).bodyHandler.call(this);if(bodyContent.nodeType||bodyContent.jquery){helper.body.empty().append(bodyContent)}else{helper.body.html(bodyContent);}helper.body.show();}else if(settings(this).showBody){var parts=title.split(settings(this).showBody);helper.title.html(parts.shift()).show();helper.body.empty();for(var i=0,part;(part=parts[i]);i++){if(i>0)helper.body.append("<br/>");helper.body.append(part);}helper.body.hideWhenEmpty();}else{helper.title.html(title).show();helper.body.hide();}if(settings(this).showURL&&$(this).url())helper.url.html($(this).url().replace('http://','')).show();else
helper.url.hide();helper.parent.addClass(settings(this).extraClass);if(settings(this).fixPNG)helper.parent.fixPNG();handle.apply(this,arguments);}function show(){tID=null;if((!IE||!$.fn.bgiframe)&&settings(current).fade){if(helper.parent.is(":animated"))helper.parent.stop().show().fadeTo(settings(current).fade,current.tOpacity);else
helper.parent.is(':visible')?helper.parent.fadeTo(settings(current).fade,current.tOpacity):helper.parent.fadeIn(settings(current).fade);}else{helper.parent.show();}update();}function update(event){if($.tooltip.blocked)return;if(event&&event.target.tagName=="OPTION"){return;}if(!track&&helper.parent.is(":visible")){$(document.body).unbind('mousemove',update)}if(current==null){$(document.body).unbind('mousemove',update);return;}helper.parent.removeClass("viewport-right").removeClass("viewport-bottom");var left=helper.parent[0].offsetLeft;var top=helper.parent[0].offsetTop;if(event){left=event.pageX+settings(current).left;top=event.pageY+settings(current).top;var right='auto';if(settings(current).positionLeft){right=$(window).width()-left;left='auto';}helper.parent.css({left:left,right:right,top:top});}var v=viewport(),h=helper.parent[0];if(v.x+v.cx<h.offsetLeft+h.offsetWidth){left-=h.offsetWidth+20+settings(current).left;helper.parent.css({left:left+'px'}).addClass("viewport-right");}if(v.y+v.cy<h.offsetTop+h.offsetHeight){top-=h.offsetHeight+20+settings(current).top;helper.parent.css({top:top+'px'}).addClass("viewport-bottom");}}function viewport(){return{x:$(window).scrollLeft(),y:$(window).scrollTop(),cx:$(window).width(),cy:$(window).height()};}function hide(event){if($.tooltip.blocked)return;if(tID)clearTimeout(tID);current=null;var tsettings=settings(this);function complete(){helper.parent.removeClass(tsettings.extraClass).hide().css("opacity","");}if((!IE||!$.fn.bgiframe)&&tsettings.fade){if(helper.parent.is(':animated'))helper.parent.stop().fadeTo(tsettings.fade,0,complete);else
helper.parent.stop().fadeOut(tsettings.fade,complete);}else
complete();if(settings(this).fixPNG)helper.parent.unfixPNG();}})(jQuery);


