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

/*!
 * Copyright Â© 1988, 1990, 1993, 2002 Adobe Systems Incorporated.  All
 * Rights Reserved. Â© 1981, 2002 Heidelberger Druckmaschinen AG. All
 * rights reserved.
 */
Cufon.registerFont({"w":244,"face":{"font-family":"Gel\u00c3\u00b6t heftig 07","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 9 4 2 2 2 2 2 4","ascent":"257","descent":"-103","x-height":"3","bbox":"-18 -354 306 73.6203","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+00FC"},"glyphs":{" ":{"w":144},"-":{"d":"207,-84r-182,0r0,-55r182,0r0,55","w":232},".":{"d":"79,9v-26,0,-43,-17,-43,-43v0,-26,17,-43,43,-43v27,0,43,16,43,43v0,26,-17,43,-43,43","w":158},"0":{"d":"148,8v-82,0,-130,-51,-130,-134v0,-84,48,-135,130,-135v83,0,131,52,131,135v0,82,-48,134,-131,134xm148,-197v-36,0,-51,30,-51,71v0,41,15,70,51,70v36,0,51,-29,51,-70v0,-41,-14,-71,-51,-71","w":296},"1":{"d":"25,-257r71,0r0,257r-71,0r0,-257","w":121},"2":{"d":"238,-165v5,78,-82,102,-137,71r7,33r117,0r0,61r-172,0r-26,-144r67,0v15,26,72,20,72,-19v0,-40,-71,-46,-77,-9r-71,0v3,-58,45,-81,108,-81v65,0,108,26,112,88","w":248},"3":{"d":"242,0r-213,0r0,-66r134,0r0,-32r-122,0r0,-61r122,0r0,-32r-138,0r0,-66r217,0r0,257","w":267},"4":{"d":"96,-149v-7,37,52,50,52,15r0,-113r72,0r0,247r-72,0r0,-56v-24,0,-39,-12,-54,-28r0,24r-69,0r0,-187r71,0r0,98"},"5":{"d":"240,-76v4,88,-133,99,-182,51v-17,-18,-29,-44,-27,-80r68,0v0,30,9,51,38,51v36,0,38,-53,7,-60v-50,-34,-118,-54,-118,-137r217,0r0,62r-113,0v44,29,106,43,110,113","w":268},"6":{"d":"126,-48v21,-1,30,-16,30,-37v0,-23,-7,-45,-32,-45v-25,-1,-29,22,-29,46v0,20,9,37,31,36xm146,4v-25,0,-41,-10,-50,-27r0,23r-71,0r0,-163v-15,-98,132,-114,183,-58v7,7,10,19,12,31r-71,0v-4,-9,-11,-20,-24,-20v-27,0,-31,34,-28,60v11,-15,26,-25,50,-26v55,0,80,37,80,91v0,54,-28,88,-81,89","w":245},"7":{"d":"197,0r-80,0r0,-191r-113,0r0,-66r193,0r0,257","w":221},"8":{"d":"123,-58v0,23,38,22,37,0v0,-12,-12,-23,-21,-27v-5,8,-16,16,-16,27xm148,-190v-14,-24,-65,-16,-52,18v5,9,14,14,22,19xm25,-179v-5,-83,109,-105,161,-59r15,-18r84,0r-53,63v15,15,26,37,30,62r-59,0v0,-8,-6,-14,-9,-19r-20,24v23,13,47,33,47,67v0,48,-34,63,-82,66v-65,4,-99,-72,-57,-113v-26,-17,-55,-33,-57,-73","w":284},"9":{"d":"116,-198v-20,1,-30,14,-30,37v0,25,7,46,32,46v23,0,29,-21,29,-46v-1,-20,-10,-38,-31,-37xm95,-250v24,0,41,11,50,28r0,-23r71,0r0,163v15,98,-131,113,-183,58v-7,-7,-9,-18,-11,-31r70,0v17,38,57,14,53,-23v-1,-5,2,-14,-1,-17v-11,15,-26,26,-50,26v-54,0,-80,-38,-80,-92v0,-51,27,-88,81,-89","w":234},":":{"d":"79,9v-26,0,-43,-17,-43,-43v0,-26,17,-43,43,-43v27,0,43,16,43,43v0,26,-17,43,-43,43xm81,-106v-27,0,-41,-18,-44,-43v2,-25,17,-43,44,-43v26,0,40,18,43,43v-2,25,-17,43,-43,43","w":159},";":{"d":"79,-105v-25,0,-43,-17,-43,-44v0,-26,18,-43,43,-43v25,0,43,17,43,43v0,27,-17,44,-43,44xm51,-71r55,0r0,137r-55,0r0,-137","w":158},"?":{"d":"105,9v-25,0,-43,-17,-43,-44v0,-26,18,-43,43,-43v25,0,43,17,43,43v0,27,-17,44,-43,44xm130,-239v-4,-24,-44,-17,-46,5r-65,0v3,-45,43,-59,91,-59v46,1,86,13,88,59v2,60,-75,48,-114,72v-5,15,9,21,23,21v17,1,27,-10,28,-22r68,0v-1,89,-190,91,-189,0v1,-60,71,-51,113,-70v2,-1,3,-3,3,-6","w":217},"A":{"d":"114,-130v-41,-1,-45,83,-2,83v22,0,31,-16,31,-37v1,-25,-5,-45,-29,-46xm116,-252v64,0,97,28,97,90r0,162r-72,0r0,-22v-7,18,-25,27,-49,27v-54,-1,-81,-36,-81,-89v0,-55,25,-90,80,-91v25,0,39,10,50,26v1,-30,-1,-61,-28,-61v-12,0,-20,12,-24,21r-71,0v7,-46,46,-62,98,-63","w":227,"k":{"W":13,"V":11}},"B":{"d":"253,-89v-2,54,-35,88,-94,89r-132,0r-2,-257r79,0r1,77v84,-4,151,11,148,91xm178,-91v0,-35,-39,-26,-73,-27r0,52v30,-3,73,9,73,-25","w":267},"C":{"d":"78,-125v1,32,26,37,60,37r140,0r0,79r-158,0v-76,0,-106,-40,-106,-117v0,-77,31,-117,106,-117r158,0r0,79r-161,1v-24,2,-39,12,-39,38","w":291},"D":{"d":"14,-87v0,-79,62,-98,147,-92r0,-78r79,0r2,257r-133,0v-60,0,-95,-33,-95,-87xm89,-90v0,33,42,22,73,24r0,-52v-32,2,-73,-7,-73,28","w":266},"E":{"d":"89,-75v3,33,72,28,67,-10r68,0v9,108,-202,117,-202,22v0,-30,12,-47,33,-54v-24,-8,-43,-25,-41,-59v4,-54,45,-79,106,-79v70,0,112,28,111,98r-69,0v1,-27,-14,-41,-39,-41v-20,0,-34,7,-34,28v0,28,29,27,55,25r0,49v-23,-3,-58,-5,-55,21","w":241},"F":{"d":"-4,12v24,6,33,-8,38,-27r23,-85r-34,0r12,-44r34,0v16,-56,24,-120,97,-119v13,0,26,1,40,2r-14,51v-44,-11,-40,37,-49,66r34,0r-12,44r-34,0v-24,78,-24,188,-149,163","w":173},"G":{"d":"149,-91v1,-19,-16,-36,-35,-35v-22,1,-37,13,-37,34v0,21,14,33,36,34v22,0,35,-13,36,-33xm222,-64v6,105,-84,170,-176,121v-17,-9,-29,-29,-33,-53r66,0v4,25,55,19,62,0v4,-9,12,-24,11,-34v-48,41,-146,16,-141,-60v4,-62,44,-93,105,-93v73,0,102,48,106,119","w":243},"H":{"d":"148,-99v8,-37,-48,-50,-51,-14v-2,36,0,76,-1,113r-71,0r0,-247r71,0r0,55v24,0,40,13,55,29r0,-24r69,0r0,187r-72,0r0,-99"},"I":{"d":"100,-186r-75,0r0,-71r75,0r0,71xm25,0v-4,-65,10,-113,20,-165r35,0v9,52,24,99,20,165r-75,0","w":125},"J":{"d":"172,-69v65,40,16,137,-65,129v-63,-6,-94,-35,-100,-92r75,0v-1,16,7,31,23,31v44,-12,7,-42,-12,-47v-20,-11,-28,-32,-26,-63r67,0v-2,28,22,31,38,42xm63,-203r75,0r0,71r-75,0r0,-71","w":217},"K":{"d":"25,-257r79,0r0,257r-79,0r0,-257xm119,-89r0,-84r187,-61r0,75r-114,30r114,29r0,73","w":324},"L":{"d":"170,-251v-4,78,-42,146,-82,190r120,0r0,61r-194,0r0,-58v47,-44,76,-106,76,-193r80,0","w":229,"k":{"V":18,"T":18}},"M":{"d":"282,-217r0,213r-66,0r0,-134r-32,0r0,122r-61,0r0,-122r-32,0r0,138r-66,0r0,-217r257,0","w":307},"N":{"d":"87,-230r129,119r0,-112r66,0r0,217r-57,0r-134,-121r0,127r-66,0r0,-230r62,0","w":307},"O":{"d":"125,-198v-43,0,-40,53,-38,95v1,26,10,51,37,51v35,0,39,-38,39,-73v0,-33,-3,-73,-38,-73xm125,3v-70,0,-107,-50,-107,-128v0,-77,35,-128,106,-128v72,0,107,51,107,128v0,78,-37,128,-106,128","w":249},"P":{"d":"125,-200v-24,1,-31,21,-31,46v0,26,7,45,31,46v25,0,32,-22,32,-46v0,-24,-7,-46,-32,-46xm148,-56v-25,1,-40,-12,-52,-25r0,81r-71,0r0,-247r69,0v1,6,-2,16,1,20v10,-16,26,-26,54,-25v54,3,79,45,79,99v0,55,-22,97,-80,97","w":242},"Q":{"d":"286,-126v0,32,-12,58,-33,73r27,3r0,49r-141,0r0,-104r55,0r0,34v19,-4,27,-20,28,-41v1,-43,-35,-59,-77,-57v-37,2,-63,14,-63,52v0,18,14,36,31,37r0,76v-57,-11,-98,-50,-95,-118v3,-78,51,-126,136,-126v79,0,132,45,132,122","w":303},"R":{"d":"25,-257r196,0r1,70r-66,71r77,116r-86,0r-38,-68r-13,14r0,54r-71,0r0,-257xm97,-132r43,-53r-44,0","w":243},"S":{"d":"83,-163v0,39,56,45,72,19r67,0r-26,144r-172,0r0,-61r117,0v1,-11,7,-24,6,-34v-54,35,-136,7,-136,-70v0,-112,204,-116,219,-21v1,6,0,10,0,14r-71,0v-6,-36,-76,-31,-76,9","w":248},"T":{"d":"108,-181r-104,-21r0,-35v72,-19,158,-23,254,-20r0,75r-71,0r0,182r-79,0r0,-181","w":265,"k":{"y":-7}},"U":{"d":"220,-59v5,71,-96,81,-126,35r0,24r-69,0r0,-187r71,0v6,48,-20,135,29,135v20,0,23,-16,23,-37r0,-98r72,0r0,128"},"V":{"d":"105,-166r24,80r25,-80r-49,0xm167,0r-77,0r-94,-257r82,0r11,36r82,0r12,-36r79,0","w":258,"k":{"y":-11}},"W":{"d":"25,0r0,-213r66,0r0,134r32,0r0,-122r61,0r0,122r32,0r0,-138r66,0r0,217r-257,0","w":307,"k":{"r":4}},"X":{"d":"-4,-38r51,-51r-51,-50r39,-39r51,51r51,-52r39,39r-51,51r51,51r-40,39r-50,-51r-51,51","w":172},"Y":{"d":"82,-39r-58,0r0,-43r58,0v1,-14,-2,-23,-7,-31r-51,0r0,-44r26,0r-54,-100r81,0r41,100r40,-100r81,0r-54,100r26,0r0,44r-50,0v-5,8,-10,16,-8,31r58,0r0,43r-58,0r0,39r-71,0r0,-39","w":235,"k":{"v":-18,"q":7}},"Z":{"d":"271,-231r0,81r-137,75r137,0r0,75r-257,0r0,-77r141,-80r-141,0r0,-74r257,0","w":285},"a":{"d":"114,-130v-41,-1,-45,83,-2,83v22,0,31,-16,31,-37v1,-25,-5,-45,-29,-46xm116,-252v64,0,97,28,97,90r0,162r-72,0r0,-22v-7,18,-25,27,-49,27v-54,-1,-81,-36,-81,-89v0,-55,25,-90,80,-91v25,0,39,10,50,26v1,-30,-1,-61,-28,-61v-12,0,-20,12,-24,21r-71,0v7,-46,46,-62,98,-63","w":227,"k":{"g":-14}},"b":{"d":"253,-89v-2,54,-35,88,-94,89r-132,0r-2,-257r79,0r1,77v84,-4,151,11,148,91xm178,-91v0,-35,-39,-26,-73,-27r0,52v30,-3,73,9,73,-25","w":267},"c":{"d":"78,-125v1,32,26,37,60,37r140,0r0,79r-158,0v-76,0,-106,-40,-106,-117v0,-77,31,-117,106,-117r158,0r0,79r-161,1v-24,2,-39,12,-39,38","w":291,"k":{"k":-14}},"d":{"d":"14,-87v0,-79,62,-98,147,-92r0,-78r79,0r2,257r-133,0v-60,0,-95,-33,-95,-87xm89,-90v0,33,42,22,73,24r0,-52v-32,2,-73,-7,-73,28","w":266},"e":{"d":"89,-75v3,33,72,28,67,-10r68,0v9,108,-202,117,-202,22v0,-30,12,-47,33,-54v-24,-8,-43,-25,-41,-59v4,-54,45,-79,106,-79v70,0,112,28,111,98r-69,0v1,-27,-14,-41,-39,-41v-20,0,-34,7,-34,28v0,28,29,27,55,25r0,49v-23,-3,-58,-5,-55,21","w":241,"k":{"s":-14,"n":-11,"l":-4,"k":-7}},"f":{"d":"-4,12v24,6,33,-8,38,-27r23,-85r-34,0r12,-44r34,0v16,-56,24,-120,97,-119v13,0,26,1,40,2r-14,51v-44,-11,-40,37,-49,66r34,0r-12,44r-34,0v-24,78,-24,188,-149,163","w":173,"k":{"z":-36,"x":-29,"w":-29,"v":-54,"t":-47,"r":-36,"p":-29,"n":-25,"m":-29,"l":-4,"k":-32,"j":11,"h":-29,"g":-7,"f":36,"d":-7,"b":-32}},"g":{"d":"149,-91v1,-19,-16,-36,-35,-35v-22,1,-37,13,-37,34v0,21,14,33,36,34v22,0,35,-13,36,-33xm222,-64v6,105,-84,170,-176,121v-17,-9,-29,-29,-33,-53r66,0v4,25,55,19,62,0v4,-9,12,-24,11,-34v-48,41,-146,16,-141,-60v4,-62,44,-93,105,-93v73,0,102,48,106,119","w":243,"k":{"r":7}},"h":{"d":"148,-99v8,-37,-48,-50,-51,-14v-2,36,0,76,-1,113r-71,0r0,-247r71,0r0,55v24,0,40,13,55,29r0,-24r69,0r0,187r-72,0r0,-99"},"i":{"d":"100,-186r-75,0r0,-71r75,0r0,71xm25,0v-4,-65,10,-113,20,-165r35,0v9,52,24,99,20,165r-75,0","w":125},"j":{"d":"172,-69v65,40,16,137,-65,129v-63,-6,-94,-35,-100,-92r75,0v-1,16,7,31,23,31v44,-12,7,-42,-12,-47v-20,-11,-28,-32,-26,-63r67,0v-2,28,22,31,38,42xm63,-203r75,0r0,71r-75,0r0,-71","w":217},"k":{"d":"25,-257r79,0r0,257r-79,0r0,-257xm119,-89r0,-84r187,-61r0,75r-114,30r114,29r0,73","w":324,"k":{"e":-14,"t":-11}},"l":{"d":"170,-251v-4,78,-42,146,-82,190r120,0r0,61r-194,0r0,-58v47,-44,76,-106,76,-193r80,0","w":229,"k":{"\u00fc":7,"\u00f6":4,"u":7,"o":4,"e":4}},"m":{"d":"282,-217r0,213r-66,0r0,-134r-32,0r0,122r-61,0r0,-122r-32,0r0,138r-66,0r0,-217r257,0","w":307},"n":{"d":"87,-230r129,119r0,-112r66,0r0,217r-57,0r-134,-121r0,127r-66,0r0,-230r62,0","w":307,"k":{"g":-7}},"o":{"d":"125,-198v-43,0,-40,53,-38,95v1,26,10,51,37,51v35,0,39,-38,39,-73v0,-33,-3,-73,-38,-73xm125,3v-70,0,-107,-50,-107,-128v0,-77,35,-128,106,-128v72,0,107,51,107,128v0,78,-37,128,-106,128","w":249,"k":{"c":-7,"f":14}},"p":{"d":"125,-200v-24,1,-31,21,-31,46v0,26,7,45,31,46v25,0,32,-22,32,-46v0,-24,-7,-46,-32,-46xm148,-56v-25,1,-40,-12,-52,-25r0,81r-71,0r0,-247r69,0v1,6,-2,16,1,20v10,-16,26,-26,54,-25v54,3,79,45,79,99v0,55,-22,97,-80,97","w":242},"q":{"d":"286,-126v0,32,-12,58,-33,73r27,3r0,49r-141,0r0,-104r55,0r0,34v19,-4,27,-20,28,-41v1,-43,-35,-59,-77,-57v-37,2,-63,14,-63,52v0,18,14,36,31,37r0,76v-57,-11,-98,-50,-95,-118v3,-78,51,-126,136,-126v79,0,132,45,132,122","w":303},"r":{"d":"25,-257r196,0r1,70r-66,71r77,116r-86,0r-38,-68r-13,14r0,54r-71,0r0,-257xm97,-132r43,-53r-44,0","w":243,"k":{"\u00f6":6,"y":-4,"o":6,"e":6,"v":-4,"q":6,"n":4,"d":14}},"s":{"d":"83,-163v0,39,56,45,72,19r67,0r-26,144r-172,0r0,-61r117,0v1,-11,7,-24,6,-34v-54,35,-136,7,-136,-70v0,-112,204,-116,219,-21v1,6,0,10,0,14r-71,0v-6,-36,-76,-31,-76,9","w":248},"t":{"d":"108,-181r-104,-21r0,-35v72,-19,158,-23,254,-20r0,75r-71,0r0,182r-79,0r0,-181","w":265,"k":{"r":-11}},"u":{"d":"220,-59v5,71,-96,81,-126,35r0,24r-69,0r0,-187r71,0v6,48,-20,135,29,135v20,0,23,-16,23,-37r0,-98r72,0r0,128","k":{"x":-11,"f":11}},"v":{"d":"105,-166r24,80r25,-80r-49,0xm167,0r-77,0r-94,-257r82,0r11,36r82,0r12,-36r79,0","w":258},"w":{"d":"25,0r0,-213r66,0r0,134r32,0r0,-122r61,0r0,122r32,0r0,-138r66,0r0,217r-257,0","w":307},"x":{"d":"-4,-38r51,-51r-51,-50r39,-39r51,51r51,-52r39,39r-51,51r51,51r-40,39r-50,-51r-51,51","w":172},"y":{"d":"82,-39r-58,0r0,-43r58,0v1,-14,-2,-23,-7,-31r-51,0r0,-44r26,0r-54,-100r81,0r41,100r40,-100r81,0r-54,100r26,0r0,44r-50,0v-5,8,-10,16,-8,31r58,0r0,43r-58,0r0,39r-71,0r0,-39","w":235},"z":{"d":"271,-231r0,81r-137,75r137,0r0,75r-257,0r0,-77r141,-80r-141,0r0,-74r257,0","w":285},"\u00c4":{"d":"16,-279r0,-75r71,0r0,75r-71,0xm132,-279r0,-75r71,0r0,75r-71,0xm114,-130v-25,0,-32,22,-32,45v0,22,9,36,30,37v22,1,31,-15,31,-36v0,-24,-4,-47,-29,-46xm116,-252v64,0,97,27,97,89r0,163r-72,0r0,-23v-7,18,-25,27,-49,27v-53,0,-81,-35,-81,-89v0,-55,25,-91,80,-91v24,0,39,11,50,26v1,-29,0,-59,-28,-60v-13,0,-20,11,-24,20r-71,0v7,-46,45,-62,98,-62","w":227,"k":{"W":13,"V":11}},"\u00d6":{"d":"125,-195v-43,0,-40,53,-38,95v1,26,10,51,37,51v35,0,39,-38,39,-73v0,-34,-4,-73,-38,-73xm125,6v-71,0,-107,-51,-107,-128v1,-77,36,-128,106,-128v71,0,107,51,107,128v0,77,-36,128,-106,128xm30,-272r0,-75r72,0r0,75r-72,0xm146,-272r0,-75r71,0r0,75r-71,0","w":249},"\u00dc":{"d":"29,-207r0,-75r71,0r0,75r-71,0xm144,-207r0,-75r72,0r0,75r-72,0xm220,-59v5,71,-96,81,-126,35r0,24r-69,0r0,-187r71,0v6,48,-20,135,29,135v20,0,23,-16,23,-37r0,-98r72,0r0,128"},"\u00e4":{"d":"20,-279r0,-75r71,0r0,75r-71,0xm135,-279r0,-75r72,0r0,75r-72,0xm118,-130v-24,1,-32,20,-32,45v0,23,10,35,30,37v22,1,30,-16,31,-36v0,-24,-5,-46,-29,-46xm119,-252v64,0,97,26,97,89r0,163r-71,0v-1,-7,2,-18,-1,-23v-7,19,-25,27,-49,27v-54,-1,-81,-37,-81,-89v0,-53,25,-90,80,-91v25,0,38,12,51,26v1,-29,0,-59,-28,-60v-13,0,-20,11,-25,20r-70,0v6,-47,45,-62,97,-62","w":227},"\u00f6":{"d":"125,-195v-43,0,-40,53,-38,95v1,26,10,51,37,51v35,0,39,-38,39,-73v0,-34,-4,-73,-38,-73xm125,6v-71,0,-107,-51,-107,-128v1,-77,36,-128,106,-128v71,0,107,51,107,128v0,77,-36,128,-106,128xm30,-272r0,-75r72,0r0,75r-72,0xm146,-272r0,-75r71,0r0,75r-71,0","w":249},"\u00fc":{"d":"29,-207r0,-75r71,0r0,75r-71,0xm144,-207r0,-75r72,0r0,75r-72,0xm220,-59v5,71,-96,81,-126,35r0,24r-69,0r0,-187r71,0v6,48,-20,135,29,135v20,0,23,-16,23,-37r0,-98r72,0r0,128"},"!":{"d":"96,-71r-71,0r0,-186r71,0r0,186xm25,-50r71,0r0,50r-71,0r0,-50","w":121},",":{"d":"36,-71r55,0r0,136r-55,0r0,-136","w":127},"\u00a0":{"w":144}}});

/* javascript function to update form field
 *  field		form field that is being counted
 *  count		form field that will show characters left
 *  maxchars 	maximum number of characters
*/
function characterCount(field, count, maxchars) {
  var realchars = field.value.replace(/\t|\r|\n|\r\n/g,'');
  var excesschars = realchars.length - maxchars;
  if (excesschars > 0) {
		field.value = field.value.substring(0, excesschars);
		alert("Error:\n\n- You are only allowed to enter up to"+maxchars+" characters.");
	} else {
		count.value = maxchars - realchars.length;
	}
}
