sfHover = function() {
	var sfEls = document.getElementById("header").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

/*IE PNG Fix*/
var IEPNGFix=window.IEPNGFix||{};IEPNGFix.tileBG=function(elm,pngSrc,ready){var data=this.data[elm.uniqueID],elmW=Math.max(elm.clientWidth,elm.scrollWidth),elmH=Math.max(elm.clientHeight,elm.scrollHeight),bgX=elm.currentStyle.backgroundPositionX,bgY=elm.currentStyle.backgroundPositionY,bgR=elm.currentStyle.backgroundRepeat;if(!data.tiles){data.tiles={elm:elm,src:'',cache:[],img:new Image(),old:{}};}
var tiles=data.tiles,pngW=tiles.img.width,pngH=tiles.img.height;if(pngSrc){if(!ready&&pngSrc!=tiles.src){tiles.img.onload=function(){this.onload=null;IEPNGFix.tileBG(elm,pngSrc,1);};return tiles.img.src=pngSrc;}}else{if(tiles.src)ready=1;pngW=pngH=0;}
tiles.src=pngSrc;if(!ready&&elmW==tiles.old.w&&elmH==tiles.old.h&&bgX==tiles.old.x&&bgY==tiles.old.y&&bgR==tiles.old.r){return;}
var pos={top:'0%',left:'0%',center:'50%',bottom:'100%',right:'100%'},x,y,pc;x=pos[bgX]||bgX;y=pos[bgY]||bgY;if(pc=x.match(/(\d+)%/)){x=Math.round((elmW-pngW)*(parseInt(pc[1])/100));}
if(pc=y.match(/(\d+)%/)){y=Math.round((elmH-pngH)*(parseInt(pc[1])/100));}
x=parseInt(x);y=parseInt(y);var repeatX={'repeat':1,'repeat-x':1}[bgR],repeatY={'repeat':1,'repeat-y':1}[bgR];if(repeatX){x%=pngW;if(x>0)x-=pngW;}
if(repeatY){y%=pngH;if(y>0)y-=pngH;}
this.hook.enabled=0;if(!({relative:1,absolute:1}[elm.currentStyle.position])){elm.style.position='relative';}
var count=0,xPos,maxX=repeatX?elmW:x+0.1,yPos,maxY=repeatY?elmH:y+0.1,d,s,isNew;if(pngW&&pngH){for(xPos=x;xPos<maxX;xPos+=pngW){for(yPos=y;yPos<maxY;yPos+=pngH){isNew=0;if(!tiles.cache[count]){tiles.cache[count]=document.createElement('div');isNew=1;}
var clipR=Math.max(0,xPos+pngW>elmW?elmW-xPos:pngW),clipB=Math.max(0,yPos+pngH>elmH?elmH-yPos:pngH);d=tiles.cache[count];s=d.style;s.behavior='none';s.left=(xPos-parseInt(elm.currentStyle.paddingLeft))+'px';s.top=yPos+'px';s.width=clipR+'px';s.height=clipB+'px';s.clip='rect('+
(yPos<0?0-yPos:0)+'px,'+
clipR+'px,'+
clipB+'px,'+
(xPos<0?0-xPos:0)+'px)';s.display='block';if(isNew){s.position='absolute';s.zIndex=-999;if(elm.firstChild){elm.insertBefore(d,elm.firstChild);}else{elm.appendChild(d);}}
this.fix(d,pngSrc,0);count++;}}}
while(count<tiles.cache.length){this.fix(tiles.cache[count],'',0);tiles.cache[count++].style.display='none';}
this.hook.enabled=1;tiles.old={w:elmW,h:elmH,x:bgX,y:bgY,r:bgR};};IEPNGFix.update=function(){for(var i in IEPNGFix.data){var t=IEPNGFix.data[i].tiles;if(t&&t.elm&&t.src){IEPNGFix.tileBG(t.elm,t.src);}}};IEPNGFix.update.timer=0;if(window.attachEvent&&!window.opera){window.attachEvent('onresize',function(){clearTimeout(IEPNGFix.update.timer);IEPNGFix.update.timer=setTimeout(IEPNGFix.update,100);});}


/*!
 * jQuery JavaScript Library v1.4.4
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Thu Nov 11 19:04:53 2010 -0500
 */
(function(E,B){function ka(a,b,d){if(d===B&&a.nodeType===1){d=a.getAttribute("data-"+b);if(typeof d==="string"){try{d=d==="true"?true:d==="false"?false:d==="null"?null:!c.isNaN(d)?parseFloat(d):Ja.test(d)?c.parseJSON(d):d}catch(e){}c.data(a,b,d)}else d=B}return d}function U(){return false}function ca(){return true}function la(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function Ka(a){var b,d,e,f,h,l,k,o,x,r,A,C=[];f=[];h=c.data(this,this.nodeType?"events":"__events__");if(typeof h==="function")h=
h.events;if(!(a.liveFired===this||!h||!h.live||a.button&&a.type==="click")){if(a.namespace)A=RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)");a.liveFired=this;var J=h.live.slice(0);for(k=0;k<J.length;k++){h=J[k];h.origType.replace(X,"")===a.type?f.push(h.selector):J.splice(k--,1)}f=c(a.target).closest(f,a.currentTarget);o=0;for(x=f.length;o<x;o++){r=f[o];for(k=0;k<J.length;k++){h=J[k];if(r.selector===h.selector&&(!A||A.test(h.namespace))){l=r.elem;e=null;if(h.preType==="mouseenter"||
h.preType==="mouseleave"){a.type=h.preType;e=c(a.relatedTarget).closest(h.selector)[0]}if(!e||e!==l)C.push({elem:l,handleObj:h,level:r.level})}}}o=0;for(x=C.length;o<x;o++){f=C[o];if(d&&f.level>d)break;a.currentTarget=f.elem;a.data=f.handleObj.data;a.handleObj=f.handleObj;A=f.handleObj.origHandler.apply(f.elem,arguments);if(A===false||a.isPropagationStopped()){d=f.level;if(A===false)b=false;if(a.isImmediatePropagationStopped())break}}return b}}function Y(a,b){return(a&&a!=="*"?a+".":"")+b.replace(La,
"`").replace(Ma,"&")}function ma(a,b,d){if(c.isFunction(b))return c.grep(a,function(f,h){return!!b.call(f,h,f)===d});else if(b.nodeType)return c.grep(a,function(f){return f===b===d});else if(typeof b==="string"){var e=c.grep(a,function(f){return f.nodeType===1});if(Na.test(b))return c.filter(b,e,!d);else b=c.filter(b,e)}return c.grep(a,function(f){return c.inArray(f,b)>=0===d})}function na(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var e=c.data(a[d++]),f=c.data(this,
e);if(e=e&&e.events){delete f.handle;f.events={};for(var h in e)for(var l in e[h])c.event.add(this,h,e[h][l],e[h][l].data)}}})}function Oa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function oa(a,b,d){var e=b==="width"?a.offsetWidth:a.offsetHeight;if(d==="border")return e;c.each(b==="width"?Pa:Qa,function(){d||(e-=parseFloat(c.css(a,"padding"+this))||0);if(d==="margin")e+=parseFloat(c.css(a,
"margin"+this))||0;else e-=parseFloat(c.css(a,"border"+this+"Width"))||0});return e}function da(a,b,d,e){if(c.isArray(b)&&b.length)c.each(b,function(f,h){d||Ra.test(a)?e(a,h):da(a+"["+(typeof h==="object"||c.isArray(h)?f:"")+"]",h,d,e)});else if(!d&&b!=null&&typeof b==="object")c.isEmptyObject(b)?e(a,""):c.each(b,function(f,h){da(a+"["+f+"]",h,d,e)});else e(a,b)}function S(a,b){var d={};c.each(pa.concat.apply([],pa.slice(0,b)),function(){d[this]=a});return d}function qa(a){if(!ea[a]){var b=c("<"+
a+">").appendTo("body"),d=b.css("display");b.remove();if(d==="none"||d==="")d="block";ea[a]=d}return ea[a]}function fa(a){return c.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var t=E.document,c=function(){function a(){if(!b.isReady){try{t.documentElement.doScroll("left")}catch(j){setTimeout(a,1);return}b.ready()}}var b=function(j,s){return new b.fn.init(j,s)},d=E.jQuery,e=E.$,f,h=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,l=/\S/,k=/^\s+/,o=/\s+$/,x=/\W/,r=/\d/,A=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,
C=/^[\],:{}\s]*$/,J=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,w=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,I=/(?:^|:|,)(?:\s*\[)+/g,L=/(webkit)[ \/]([\w.]+)/,g=/(opera)(?:.*version)?[ \/]([\w.]+)/,i=/(msie) ([\w.]+)/,n=/(mozilla)(?:.*? rv:([\w.]+))?/,m=navigator.userAgent,p=false,q=[],u,y=Object.prototype.toString,F=Object.prototype.hasOwnProperty,M=Array.prototype.push,N=Array.prototype.slice,O=String.prototype.trim,D=Array.prototype.indexOf,R={};b.fn=b.prototype={init:function(j,
s){var v,z,H;if(!j)return this;if(j.nodeType){this.context=this[0]=j;this.length=1;return this}if(j==="body"&&!s&&t.body){this.context=t;this[0]=t.body;this.selector="body";this.length=1;return this}if(typeof j==="string")if((v=h.exec(j))&&(v[1]||!s))if(v[1]){H=s?s.ownerDocument||s:t;if(z=A.exec(j))if(b.isPlainObject(s)){j=[t.createElement(z[1])];b.fn.attr.call(j,s,true)}else j=[H.createElement(z[1])];else{z=b.buildFragment([v[1]],[H]);j=(z.cacheable?z.fragment.cloneNode(true):z.fragment).childNodes}return b.merge(this,
j)}else{if((z=t.getElementById(v[2]))&&z.parentNode){if(z.id!==v[2])return f.find(j);this.length=1;this[0]=z}this.context=t;this.selector=j;return this}else if(!s&&!x.test(j)){this.selector=j;this.context=t;j=t.getElementsByTagName(j);return b.merge(this,j)}else return!s||s.jquery?(s||f).find(j):b(s).find(j);else if(b.isFunction(j))return f.ready(j);if(j.selector!==B){this.selector=j.selector;this.context=j.context}return b.makeArray(j,this)},selector:"",jquery:"1.4.4",length:0,size:function(){return this.length},
toArray:function(){return N.call(this,0)},get:function(j){return j==null?this.toArray():j<0?this.slice(j)[0]:this[j]},pushStack:function(j,s,v){var z=b();b.isArray(j)?M.apply(z,j):b.merge(z,j);z.prevObject=this;z.context=this.context;if(s==="find")z.selector=this.selector+(this.selector?" ":"")+v;else if(s)z.selector=this.selector+"."+s+"("+v+")";return z},each:function(j,s){return b.each(this,j,s)},ready:function(j){b.bindReady();if(b.isReady)j.call(t,b);else q&&q.push(j);return this},eq:function(j){return j===
-1?this.slice(j):this.slice(j,+j+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(N.apply(this,arguments),"slice",N.call(arguments).join(","))},map:function(j){return this.pushStack(b.map(this,function(s,v){return j.call(s,v,s)}))},end:function(){return this.prevObject||b(null)},push:M,sort:[].sort,splice:[].splice};b.fn.init.prototype=b.fn;b.extend=b.fn.extend=function(){var j,s,v,z,H,G=arguments[0]||{},K=1,Q=arguments.length,ga=false;
if(typeof G==="boolean"){ga=G;G=arguments[1]||{};K=2}if(typeof G!=="object"&&!b.isFunction(G))G={};if(Q===K){G=this;--K}for(;K<Q;K++)if((j=arguments[K])!=null)for(s in j){v=G[s];z=j[s];if(G!==z)if(ga&&z&&(b.isPlainObject(z)||(H=b.isArray(z)))){if(H){H=false;v=v&&b.isArray(v)?v:[]}else v=v&&b.isPlainObject(v)?v:{};G[s]=b.extend(ga,v,z)}else if(z!==B)G[s]=z}return G};b.extend({noConflict:function(j){E.$=e;if(j)E.jQuery=d;return b},isReady:false,readyWait:1,ready:function(j){j===true&&b.readyWait--;
if(!b.readyWait||j!==true&&!b.isReady){if(!t.body)return setTimeout(b.ready,1);b.isReady=true;if(!(j!==true&&--b.readyWait>0))if(q){var s=0,v=q;for(q=null;j=v[s++];)j.call(t,b);b.fn.trigger&&b(t).trigger("ready").unbind("ready")}}},bindReady:function(){if(!p){p=true;if(t.readyState==="complete")return setTimeout(b.ready,1);if(t.addEventListener){t.addEventListener("DOMContentLoaded",u,false);E.addEventListener("load",b.ready,false)}else if(t.attachEvent){t.attachEvent("onreadystatechange",u);E.attachEvent("onload",
b.ready);var j=false;try{j=E.frameElement==null}catch(s){}t.documentElement.doScroll&&j&&a()}}},isFunction:function(j){return b.type(j)==="function"},isArray:Array.isArray||function(j){return b.type(j)==="array"},isWindow:function(j){return j&&typeof j==="object"&&"setInterval"in j},isNaN:function(j){return j==null||!r.test(j)||isNaN(j)},type:function(j){return j==null?String(j):R[y.call(j)]||"object"},isPlainObject:function(j){if(!j||b.type(j)!=="object"||j.nodeType||b.isWindow(j))return false;if(j.constructor&&
!F.call(j,"constructor")&&!F.call(j.constructor.prototype,"isPrototypeOf"))return false;for(var s in j);return s===B||F.call(j,s)},isEmptyObject:function(j){for(var s in j)return false;return true},error:function(j){throw j;},parseJSON:function(j){if(typeof j!=="string"||!j)return null;j=b.trim(j);if(C.test(j.replace(J,"@").replace(w,"]").replace(I,"")))return E.JSON&&E.JSON.parse?E.JSON.parse(j):(new Function("return "+j))();else b.error("Invalid JSON: "+j)},noop:function(){},globalEval:function(j){if(j&&
l.test(j)){var s=t.getElementsByTagName("head")[0]||t.documentElement,v=t.createElement("script");v.type="text/javascript";if(b.support.scriptEval)v.appendChild(t.createTextNode(j));else v.text=j;s.insertBefore(v,s.firstChild);s.removeChild(v)}},nodeName:function(j,s){return j.nodeName&&j.nodeName.toUpperCase()===s.toUpperCase()},each:function(j,s,v){var z,H=0,G=j.length,K=G===B||b.isFunction(j);if(v)if(K)for(z in j){if(s.apply(j[z],v)===false)break}else for(;H<G;){if(s.apply(j[H++],v)===false)break}else if(K)for(z in j){if(s.call(j[z],
z,j[z])===false)break}else for(v=j[0];H<G&&s.call(v,H,v)!==false;v=j[++H]);return j},trim:O?function(j){return j==null?"":O.call(j)}:function(j){return j==null?"":j.toString().replace(k,"").replace(o,"")},makeArray:function(j,s){var v=s||[];if(j!=null){var z=b.type(j);j.length==null||z==="string"||z==="function"||z==="regexp"||b.isWindow(j)?M.call(v,j):b.merge(v,j)}return v},inArray:function(j,s){if(s.indexOf)return s.indexOf(j);for(var v=0,z=s.length;v<z;v++)if(s[v]===j)return v;return-1},merge:function(j,
s){var v=j.length,z=0;if(typeof s.length==="number")for(var H=s.length;z<H;z++)j[v++]=s[z];else for(;s[z]!==B;)j[v++]=s[z++];j.length=v;return j},grep:function(j,s,v){var z=[],H;v=!!v;for(var G=0,K=j.length;G<K;G++){H=!!s(j[G],G);v!==H&&z.push(j[G])}return z},map:function(j,s,v){for(var z=[],H,G=0,K=j.length;G<K;G++){H=s(j[G],G,v);if(H!=null)z[z.length]=H}return z.concat.apply([],z)},guid:1,proxy:function(j,s,v){if(arguments.length===2)if(typeof s==="string"){v=j;j=v[s];s=B}else if(s&&!b.isFunction(s)){v=
s;s=B}if(!s&&j)s=function(){return j.apply(v||this,arguments)};if(j)s.guid=j.guid=j.guid||s.guid||b.guid++;return s},access:function(j,s,v,z,H,G){var K=j.length;if(typeof s==="object"){for(var Q in s)b.access(j,Q,s[Q],z,H,v);return j}if(v!==B){z=!G&&z&&b.isFunction(v);for(Q=0;Q<K;Q++)H(j[Q],s,z?v.call(j[Q],Q,H(j[Q],s)):v,G);return j}return K?H(j[0],s):B},now:function(){return(new Date).getTime()},uaMatch:function(j){j=j.toLowerCase();j=L.exec(j)||g.exec(j)||i.exec(j)||j.indexOf("compatible")<0&&n.exec(j)||
[];return{browser:j[1]||"",version:j[2]||"0"}},browser:{}});b.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(j,s){R["[object "+s+"]"]=s.toLowerCase()});m=b.uaMatch(m);if(m.browser){b.browser[m.browser]=true;b.browser.version=m.version}if(b.browser.webkit)b.browser.safari=true;if(D)b.inArray=function(j,s){return D.call(s,j)};if(!/\s/.test("\u00a0")){k=/^[\s\xA0]+/;o=/[\s\xA0]+$/}f=b(t);if(t.addEventListener)u=function(){t.removeEventListener("DOMContentLoaded",u,
false);b.ready()};else if(t.attachEvent)u=function(){if(t.readyState==="complete"){t.detachEvent("onreadystatechange",u);b.ready()}};return E.jQuery=E.$=b}();(function(){c.support={};var a=t.documentElement,b=t.createElement("script"),d=t.createElement("div"),e="script"+c.now();d.style.display="none";d.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var f=d.getElementsByTagName("*"),h=d.getElementsByTagName("a")[0],l=t.createElement("select"),
k=l.appendChild(t.createElement("option"));if(!(!f||!f.length||!h)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(h.getAttribute("style")),hrefNormalized:h.getAttribute("href")==="/a",opacity:/^0.55$/.test(h.style.opacity),cssFloat:!!h.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:k.selected,deleteExpando:true,optDisabled:false,checkClone:false,
scriptEval:false,noCloneEvent:true,boxModel:null,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableHiddenOffsets:true};l.disabled=true;c.support.optDisabled=!k.disabled;b.type="text/javascript";try{b.appendChild(t.createTextNode("window."+e+"=1;"))}catch(o){}a.insertBefore(b,a.firstChild);if(E[e]){c.support.scriptEval=true;delete E[e]}try{delete b.test}catch(x){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function r(){c.support.noCloneEvent=
false;d.detachEvent("onclick",r)});d.cloneNode(true).fireEvent("onclick")}d=t.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=t.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var r=t.createElement("div");r.style.width=r.style.paddingLeft="1px";t.body.appendChild(r);c.boxModel=c.support.boxModel=r.offsetWidth===2;if("zoom"in r.style){r.style.display="inline";r.style.zoom=
1;c.support.inlineBlockNeedsLayout=r.offsetWidth===2;r.style.display="";r.innerHTML="<div style='width:4px;'></div>";c.support.shrinkWrapBlocks=r.offsetWidth!==2}r.innerHTML="<table><tr><td style='padding:0;display:none'></td><td>t</td></tr></table>";var A=r.getElementsByTagName("td");c.support.reliableHiddenOffsets=A[0].offsetHeight===0;A[0].style.display="";A[1].style.display="none";c.support.reliableHiddenOffsets=c.support.reliableHiddenOffsets&&A[0].offsetHeight===0;r.innerHTML="";t.body.removeChild(r).style.display=
"none"});a=function(r){var A=t.createElement("div");r="on"+r;var C=r in A;if(!C){A.setAttribute(r,"return;");C=typeof A[r]==="function"}return C};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=f=h=null}})();var ra={},Ja=/^(?:\{.*\}|\[.*\])$/;c.extend({cache:{},uuid:0,expando:"jQuery"+c.now(),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},data:function(a,b,d){if(c.acceptData(a)){a=a==E?ra:a;var e=a.nodeType,f=e?a[c.expando]:null,h=
c.cache;if(!(e&&!f&&typeof b==="string"&&d===B)){if(e)f||(a[c.expando]=f=++c.uuid);else h=a;if(typeof b==="object")if(e)h[f]=c.extend(h[f],b);else c.extend(h,b);else if(e&&!h[f])h[f]={};a=e?h[f]:h;if(d!==B)a[b]=d;return typeof b==="string"?a[b]:a}}},removeData:function(a,b){if(c.acceptData(a)){a=a==E?ra:a;var d=a.nodeType,e=d?a[c.expando]:a,f=c.cache,h=d?f[e]:e;if(b){if(h){delete h[b];d&&c.isEmptyObject(h)&&c.removeData(a)}}else if(d&&c.support.deleteExpando)delete a[c.expando];else if(a.removeAttribute)a.removeAttribute(c.expando);
else if(d)delete f[e];else for(var l in a)delete a[l]}},acceptData:function(a){if(a.nodeName){var b=c.noData[a.nodeName.toLowerCase()];if(b)return!(b===true||a.getAttribute("classid")!==b)}return true}});c.fn.extend({data:function(a,b){var d=null;if(typeof a==="undefined"){if(this.length){var e=this[0].attributes,f;d=c.data(this[0]);for(var h=0,l=e.length;h<l;h++){f=e[h].name;if(f.indexOf("data-")===0){f=f.substr(5);ka(this[0],f,d[f])}}}return d}else if(typeof a==="object")return this.each(function(){c.data(this,
a)});var k=a.split(".");k[1]=k[1]?"."+k[1]:"";if(b===B){d=this.triggerHandler("getData"+k[1]+"!",[k[0]]);if(d===B&&this.length){d=c.data(this[0],a);d=ka(this[0],a,d)}return d===B&&k[1]?this.data(k[0]):d}else return this.each(function(){var o=c(this),x=[k[0],b];o.triggerHandler("setData"+k[1]+"!",x);c.data(this,a,b);o.triggerHandler("changeData"+k[1]+"!",x)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var e=
c.data(a,b);if(!d)return e||[];if(!e||c.isArray(d))e=c.data(a,b,c.makeArray(d));else e.push(d);return e}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),e=d.shift();if(e==="inprogress")e=d.shift();if(e){b==="fx"&&d.unshift("inprogress");e.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===B)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,
a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var sa=/[\n\t]/g,ha=/\s+/,Sa=/\r/g,Ta=/^(?:href|src|style)$/,Ua=/^(?:button|input)$/i,Va=/^(?:button|input|object|select|textarea)$/i,Wa=/^a(?:rea)?$/i,ta=/^(?:radio|checkbox)$/i;c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",
colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};c.fn.extend({attr:function(a,b){return c.access(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(x){var r=c(this);r.addClass(a.call(this,x,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ha),d=0,e=this.length;d<e;d++){var f=this[d];if(f.nodeType===
1)if(f.className){for(var h=" "+f.className+" ",l=f.className,k=0,o=b.length;k<o;k++)if(h.indexOf(" "+b[k]+" ")<0)l+=" "+b[k];f.className=c.trim(l)}else f.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(o){var x=c(this);x.removeClass(a.call(this,o,x.attr("class")))});if(a&&typeof a==="string"||a===B)for(var b=(a||"").split(ha),d=0,e=this.length;d<e;d++){var f=this[d];if(f.nodeType===1&&f.className)if(a){for(var h=(" "+f.className+" ").replace(sa," "),
l=0,k=b.length;l<k;l++)h=h.replace(" "+b[l]+" "," ");f.className=c.trim(h)}else f.className=""}return this},toggleClass:function(a,b){var d=typeof a,e=typeof b==="boolean";if(c.isFunction(a))return this.each(function(f){var h=c(this);h.toggleClass(a.call(this,f,h.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var f,h=0,l=c(this),k=b,o=a.split(ha);f=o[h++];){k=e?k:!l.hasClass(f);l[k?"addClass":"removeClass"](f)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,
"__className__",this.className);this.className=this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(sa," ").indexOf(a)>-1)return true;return false},val:function(a){if(!arguments.length){var b=this[0];if(b){if(c.nodeName(b,"option")){var d=b.attributes.value;return!d||d.specified?b.value:b.text}if(c.nodeName(b,"select")){var e=b.selectedIndex;d=[];var f=b.options;b=b.type==="select-one";
if(e<0)return null;var h=b?e:0;for(e=b?e+1:f.length;h<e;h++){var l=f[h];if(l.selected&&(c.support.optDisabled?!l.disabled:l.getAttribute("disabled")===null)&&(!l.parentNode.disabled||!c.nodeName(l.parentNode,"optgroup"))){a=c(l).val();if(b)return a;d.push(a)}}return d}if(ta.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Sa,"")}return B}var k=c.isFunction(a);return this.each(function(o){var x=c(this),r=a;if(this.nodeType===1){if(k)r=
a.call(this,o,x.val());if(r==null)r="";else if(typeof r==="number")r+="";else if(c.isArray(r))r=c.map(r,function(C){return C==null?"":C+""});if(c.isArray(r)&&ta.test(this.type))this.checked=c.inArray(x.val(),r)>=0;else if(c.nodeName(this,"select")){var A=c.makeArray(r);c("option",this).each(function(){this.selected=c.inArray(c(this).val(),A)>=0});if(!A.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},
attr:function(a,b,d,e){if(!a||a.nodeType===3||a.nodeType===8)return B;if(e&&b in c.attrFn)return c(a)[b](d);e=a.nodeType!==1||!c.isXMLDoc(a);var f=d!==B;b=e&&c.props[b]||b;var h=Ta.test(b);if((b in a||a[b]!==B)&&e&&!h){if(f){b==="type"&&Ua.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");if(d===null)a.nodeType===1&&a.removeAttribute(b);else a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&
b.specified?b.value:Va.test(a.nodeName)||Wa.test(a.nodeName)&&a.href?0:B;return a[b]}if(!c.support.style&&e&&b==="style"){if(f)a.style.cssText=""+d;return a.style.cssText}f&&a.setAttribute(b,""+d);if(!a.attributes[b]&&a.hasAttribute&&!a.hasAttribute(b))return B;a=!c.support.hrefNormalized&&e&&h?a.getAttribute(b,2):a.getAttribute(b);return a===null?B:a}});var X=/\.(.*)$/,ia=/^(?:textarea|input|select)$/i,La=/\./g,Ma=/ /g,Xa=/[^\w\s.|`]/g,Ya=function(a){return a.replace(Xa,"\\$&")},ua={focusin:0,focusout:0};
c.event={add:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(c.isWindow(a)&&a!==E&&!a.frameElement)a=E;if(d===false)d=U;else if(!d)return;var f,h;if(d.handler){f=d;d=f.handler}if(!d.guid)d.guid=c.guid++;if(h=c.data(a)){var l=a.nodeType?"events":"__events__",k=h[l],o=h.handle;if(typeof k==="function"){o=k.handle;k=k.events}else if(!k){a.nodeType||(h[l]=h=function(){});h.events=k={}}if(!o)h.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,
arguments):B};o.elem=a;b=b.split(" ");for(var x=0,r;l=b[x++];){h=f?c.extend({},f):{handler:d,data:e};if(l.indexOf(".")>-1){r=l.split(".");l=r.shift();h.namespace=r.slice(0).sort().join(".")}else{r=[];h.namespace=""}h.type=l;if(!h.guid)h.guid=d.guid;var A=k[l],C=c.event.special[l]||{};if(!A){A=k[l]=[];if(!C.setup||C.setup.call(a,e,r,o)===false)if(a.addEventListener)a.addEventListener(l,o,false);else a.attachEvent&&a.attachEvent("on"+l,o)}if(C.add){C.add.call(a,h);if(!h.handler.guid)h.handler.guid=
d.guid}A.push(h);c.event.global[l]=true}a=null}}},global:{},remove:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(d===false)d=U;var f,h,l=0,k,o,x,r,A,C,J=a.nodeType?"events":"__events__",w=c.data(a),I=w&&w[J];if(w&&I){if(typeof I==="function"){w=I;I=I.events}if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(f in I)c.event.remove(a,f+b)}else{for(b=b.split(" ");f=b[l++];){r=f;k=f.indexOf(".")<0;o=[];if(!k){o=f.split(".");f=o.shift();x=RegExp("(^|\\.)"+
c.map(o.slice(0).sort(),Ya).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(A=I[f])if(d){r=c.event.special[f]||{};for(h=e||0;h<A.length;h++){C=A[h];if(d.guid===C.guid){if(k||x.test(C.namespace)){e==null&&A.splice(h--,1);r.remove&&r.remove.call(a,C)}if(e!=null)break}}if(A.length===0||e!=null&&A.length===1){if(!r.teardown||r.teardown.call(a,o)===false)c.removeEvent(a,f,w.handle);delete I[f]}}else for(h=0;h<A.length;h++){C=A[h];if(k||x.test(C.namespace)){c.event.remove(a,r,C.handler,h);A.splice(h--,1)}}}if(c.isEmptyObject(I)){if(b=
w.handle)b.elem=null;delete w.events;delete w.handle;if(typeof w==="function")c.removeData(a,J);else c.isEmptyObject(w)&&c.removeData(a)}}}}},trigger:function(a,b,d,e){var f=a.type||a;if(!e){a=typeof a==="object"?a[c.expando]?a:c.extend(c.Event(f),a):c.Event(f);if(f.indexOf("!")>=0){a.type=f=f.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[f]&&c.each(c.cache,function(){this.events&&this.events[f]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===
8)return B;a.result=B;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(e=d.nodeType?c.data(d,"handle"):(c.data(d,"__events__")||{}).handle)&&e.apply(d,b);e=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+f]&&d["on"+f].apply(d,b)===false){a.result=false;a.preventDefault()}}catch(h){}if(!a.isPropagationStopped()&&e)c.event.trigger(a,b,e,true);else if(!a.isDefaultPrevented()){var l;e=a.target;var k=f.replace(X,""),o=c.nodeName(e,"a")&&k===
"click",x=c.event.special[k]||{};if((!x._default||x._default.call(d,a)===false)&&!o&&!(e&&e.nodeName&&c.noData[e.nodeName.toLowerCase()])){try{if(e[k]){if(l=e["on"+k])e["on"+k]=null;c.event.triggered=true;e[k]()}}catch(r){}if(l)e["on"+k]=l;c.event.triggered=false}}},handle:function(a){var b,d,e,f;d=[];var h=c.makeArray(arguments);a=h[0]=c.event.fix(a||E.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;if(!b){e=a.type.split(".");a.type=e.shift();d=e.slice(0).sort();e=RegExp("(^|\\.)"+
d.join("\\.(?:.*\\.)?")+"(\\.|$)")}a.namespace=a.namespace||d.join(".");f=c.data(this,this.nodeType?"events":"__events__");if(typeof f==="function")f=f.events;d=(f||{})[a.type];if(f&&d){d=d.slice(0);f=0;for(var l=d.length;f<l;f++){var k=d[f];if(b||e.test(k.namespace)){a.handler=k.handler;a.data=k.data;a.handleObj=k;k=k.handler.apply(this,h);if(k!==B){a.result=k;if(k===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
fix:function(a){if(a[c.expando])return a;var b=a;a=c.Event(b);for(var d=this.props.length,e;d;){e=this.props[--d];a[e]=b[e]}if(!a.target)a.target=a.srcElement||t;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=t.documentElement;d=t.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||
d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(a.which==null&&(a.charCode!=null||a.keyCode!=null))a.which=a.charCode!=null?a.charCode:a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==B)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,Y(a.origType,a.selector),c.extend({},a,{handler:Ka,guid:a.handler.guid}))},remove:function(a){c.event.remove(this,
Y(a.origType,a.selector),a)}},beforeunload:{setup:function(a,b,d){if(c.isWindow(this))this.onbeforeunload=d},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};c.removeEvent=t.removeEventListener?function(a,b,d){a.removeEventListener&&a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent&&a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=a;this.type=a.type}else this.type=a;this.timeStamp=
c.now();this[c.expando]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=ca;var a=this.originalEvent;if(a)if(a.preventDefault)a.preventDefault();else a.returnValue=false},stopPropagation:function(){this.isPropagationStopped=ca;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=ca;this.stopPropagation()},isDefaultPrevented:U,isPropagationStopped:U,isImmediatePropagationStopped:U};
var va=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},wa=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?wa:va,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?wa:va)}}});if(!c.support.submitBubbles)c.event.special.submit={setup:function(){if(this.nodeName.toLowerCase()!==
"form"){c.event.add(this,"click.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="submit"||d==="image")&&c(b).closest("form").length){a.liveFired=B;return la("submit",this,arguments)}});c.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="text"||d==="password")&&c(b).closest("form").length&&a.keyCode===13){a.liveFired=B;return la("submit",this,arguments)}})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}};if(!c.support.changeBubbles){var V,
xa=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(e){return e.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},Z=function(a,b){var d=a.target,e,f;if(!(!ia.test(d.nodeName)||d.readOnly)){e=c.data(d,"_change_data");f=xa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",f);if(!(e===B||f===e))if(e!=null||f){a.type="change";a.liveFired=
B;return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:Z,beforedeactivate:Z,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return Z.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return Z.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,"_change_data",xa(a))}},setup:function(){if(this.type===
"file")return false;for(var a in V)c.event.add(this,a+".specialChange",V[a]);return ia.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return ia.test(this.nodeName)}};V=c.event.special.change.filters;V.focus=V.beforeactivate}t.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(e){e=c.event.fix(e);e.type=b;return c.event.trigger(e,null,e.target)}c.event.special[b]={setup:function(){ua[b]++===0&&t.addEventListener(a,d,true)},teardown:function(){--ua[b]===
0&&t.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,e,f){if(typeof d==="object"){for(var h in d)this[b](h,e,d[h],f);return this}if(c.isFunction(e)||e===false){f=e;e=B}var l=b==="one"?c.proxy(f,function(o){c(this).unbind(o,l);return f.apply(this,arguments)}):f;if(d==="unload"&&b!=="one")this.one(d,e,f);else{h=0;for(var k=this.length;h<k;h++)c.event.add(this[h],d,l,e)}return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&!a.preventDefault)for(var d in a)this.unbind(d,
a[d]);else{d=0;for(var e=this.length;d<e;d++)c.event.remove(this[d],a,b)}return this},delegate:function(a,b,d,e){return this.live(b,d,e,a)},undelegate:function(a,b,d){return arguments.length===0?this.unbind("live"):this.die(b,null,d,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){var d=c.Event(a);d.preventDefault();d.stopPropagation();c.event.trigger(d,b,this[0]);return d.result}},toggle:function(a){for(var b=arguments,d=
1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(e){var f=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,f+1);e.preventDefault();return b[f].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var ya={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,e,f,h){var l,k=0,o,x,r=h||this.selector;h=h?this:c(this.context);if(typeof d===
"object"&&!d.preventDefault){for(l in d)h[b](l,e,d[l],r);return this}if(c.isFunction(e)){f=e;e=B}for(d=(d||"").split(" ");(l=d[k++])!=null;){o=X.exec(l);x="";if(o){x=o[0];l=l.replace(X,"")}if(l==="hover")d.push("mouseenter"+x,"mouseleave"+x);else{o=l;if(l==="focus"||l==="blur"){d.push(ya[l]+x);l+=x}else l=(ya[l]||l)+x;if(b==="live"){x=0;for(var A=h.length;x<A;x++)c.event.add(h[x],"live."+Y(l,r),{data:e,selector:r,handler:f,origType:l,origHandler:f,preType:o})}else h.unbind("live."+Y(l,r),f)}}return this}});
c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),function(a,b){c.fn[b]=function(d,e){if(e==null){e=d;d=null}return arguments.length>0?this.bind(b,d,e):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});E.attachEvent&&!E.addEventListener&&c(E).bind("unload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});
(function(){function a(g,i,n,m,p,q){p=0;for(var u=m.length;p<u;p++){var y=m[p];if(y){var F=false;for(y=y[g];y;){if(y.sizcache===n){F=m[y.sizset];break}if(y.nodeType===1&&!q){y.sizcache=n;y.sizset=p}if(y.nodeName.toLowerCase()===i){F=y;break}y=y[g]}m[p]=F}}}function b(g,i,n,m,p,q){p=0;for(var u=m.length;p<u;p++){var y=m[p];if(y){var F=false;for(y=y[g];y;){if(y.sizcache===n){F=m[y.sizset];break}if(y.nodeType===1){if(!q){y.sizcache=n;y.sizset=p}if(typeof i!=="string"){if(y===i){F=true;break}}else if(k.filter(i,
[y]).length>0){F=y;break}}y=y[g]}m[p]=F}}}var d=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,f=Object.prototype.toString,h=false,l=true;[0,0].sort(function(){l=false;return 0});var k=function(g,i,n,m){n=n||[];var p=i=i||t;if(i.nodeType!==1&&i.nodeType!==9)return[];if(!g||typeof g!=="string")return n;var q,u,y,F,M,N=true,O=k.isXML(i),D=[],R=g;do{d.exec("");if(q=d.exec(R)){R=q[3];D.push(q[1]);if(q[2]){F=q[3];
break}}}while(q);if(D.length>1&&x.exec(g))if(D.length===2&&o.relative[D[0]])u=L(D[0]+D[1],i);else for(u=o.relative[D[0]]?[i]:k(D.shift(),i);D.length;){g=D.shift();if(o.relative[g])g+=D.shift();u=L(g,u)}else{if(!m&&D.length>1&&i.nodeType===9&&!O&&o.match.ID.test(D[0])&&!o.match.ID.test(D[D.length-1])){q=k.find(D.shift(),i,O);i=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]}if(i){q=m?{expr:D.pop(),set:C(m)}:k.find(D.pop(),D.length===1&&(D[0]==="~"||D[0]==="+")&&i.parentNode?i.parentNode:i,O);u=q.expr?k.filter(q.expr,
q.set):q.set;if(D.length>0)y=C(u);else N=false;for(;D.length;){q=M=D.pop();if(o.relative[M])q=D.pop();else M="";if(q==null)q=i;o.relative[M](y,q,O)}}else y=[]}y||(y=u);y||k.error(M||g);if(f.call(y)==="[object Array]")if(N)if(i&&i.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&k.contains(i,y[g])))n.push(u[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&n.push(u[g]);else n.push.apply(n,y);else C(y,n);if(F){k(F,p,n,m);k.uniqueSort(n)}return n};k.uniqueSort=function(g){if(w){h=
l;g.sort(w);if(h)for(var i=1;i<g.length;i++)g[i]===g[i-1]&&g.splice(i--,1)}return g};k.matches=function(g,i){return k(g,null,null,i)};k.matchesSelector=function(g,i){return k(i,null,null,[g]).length>0};k.find=function(g,i,n){var m;if(!g)return[];for(var p=0,q=o.order.length;p<q;p++){var u,y=o.order[p];if(u=o.leftMatch[y].exec(g)){var F=u[1];u.splice(1,1);if(F.substr(F.length-1)!=="\\"){u[1]=(u[1]||"").replace(/\\/g,"");m=o.find[y](u,i,n);if(m!=null){g=g.replace(o.match[y],"");break}}}}m||(m=i.getElementsByTagName("*"));
return{set:m,expr:g}};k.filter=function(g,i,n,m){for(var p,q,u=g,y=[],F=i,M=i&&i[0]&&k.isXML(i[0]);g&&i.length;){for(var N in o.filter)if((p=o.leftMatch[N].exec(g))!=null&&p[2]){var O,D,R=o.filter[N];D=p[1];q=false;p.splice(1,1);if(D.substr(D.length-1)!=="\\"){if(F===y)y=[];if(o.preFilter[N])if(p=o.preFilter[N](p,F,n,y,m,M)){if(p===true)continue}else q=O=true;if(p)for(var j=0;(D=F[j])!=null;j++)if(D){O=R(D,p,j,F);var s=m^!!O;if(n&&O!=null)if(s)q=true;else F[j]=false;else if(s){y.push(D);q=true}}if(O!==
B){n||(F=y);g=g.replace(o.match[N],"");if(!q)return[];break}}}if(g===u)if(q==null)k.error(g);else break;u=g}return F};k.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var o=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+\-]*)\))?/,
POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}},relative:{"+":function(g,i){var n=typeof i==="string",m=n&&!/\W/.test(i);n=n&&!m;if(m)i=i.toLowerCase();m=0;for(var p=g.length,q;m<p;m++)if(q=g[m]){for(;(q=q.previousSibling)&&q.nodeType!==1;);g[m]=n||q&&q.nodeName.toLowerCase()===
i?q||false:q===i}n&&k.filter(i,g,true)},">":function(g,i){var n,m=typeof i==="string",p=0,q=g.length;if(m&&!/\W/.test(i))for(i=i.toLowerCase();p<q;p++){if(n=g[p]){n=n.parentNode;g[p]=n.nodeName.toLowerCase()===i?n:false}}else{for(;p<q;p++)if(n=g[p])g[p]=m?n.parentNode:n.parentNode===i;m&&k.filter(i,g,true)}},"":function(g,i,n){var m,p=e++,q=b;if(typeof i==="string"&&!/\W/.test(i)){m=i=i.toLowerCase();q=a}q("parentNode",i,p,g,m,n)},"~":function(g,i,n){var m,p=e++,q=b;if(typeof i==="string"&&!/\W/.test(i)){m=
i=i.toLowerCase();q=a}q("previousSibling",i,p,g,m,n)}},find:{ID:function(g,i,n){if(typeof i.getElementById!=="undefined"&&!n)return(g=i.getElementById(g[1]))&&g.parentNode?[g]:[]},NAME:function(g,i){if(typeof i.getElementsByName!=="undefined"){for(var n=[],m=i.getElementsByName(g[1]),p=0,q=m.length;p<q;p++)m[p].getAttribute("name")===g[1]&&n.push(m[p]);return n.length===0?null:n}},TAG:function(g,i){return i.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,i,n,m,p,q){g=" "+g[1].replace(/\\/g,
"")+" ";if(q)return g;q=0;for(var u;(u=i[q])!=null;q++)if(u)if(p^(u.className&&(" "+u.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))n||m.push(u);else if(n)i[q]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},CHILD:function(g){if(g[1]==="nth"){var i=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=i[1]+(i[2]||1)-0;g[3]=i[3]-0}g[0]=e++;return g},ATTR:function(g,i,n,
m,p,q){i=g[1].replace(/\\/g,"");if(!q&&o.attrMap[i])g[1]=o.attrMap[i];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,i,n,m,p){if(g[1]==="not")if((d.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,i);else{g=k.filter(g[3],i,n,true^p);n||m.push.apply(m,g);return false}else if(o.match.POS.test(g[0])||o.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===
true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,i,n){return!!k(n[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===
g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},setFilters:{first:function(g,i){return i===0},last:function(g,i,n,m){return i===m.length-1},even:function(g,i){return i%2===0},odd:function(g,i){return i%2===1},lt:function(g,i,n){return i<n[3]-0},gt:function(g,i,n){return i>n[3]-0},nth:function(g,i,n){return n[3]-
0===i},eq:function(g,i,n){return n[3]-0===i}},filter:{PSEUDO:function(g,i,n,m){var p=i[1],q=o.filters[p];if(q)return q(g,n,i,m);else if(p==="contains")return(g.textContent||g.innerText||k.getText([g])||"").indexOf(i[3])>=0;else if(p==="not"){i=i[3];n=0;for(m=i.length;n<m;n++)if(i[n]===g)return false;return true}else k.error("Syntax error, unrecognized expression: "+p)},CHILD:function(g,i){var n=i[1],m=g;switch(n){case "only":case "first":for(;m=m.previousSibling;)if(m.nodeType===1)return false;if(n===
"first")return true;m=g;case "last":for(;m=m.nextSibling;)if(m.nodeType===1)return false;return true;case "nth":n=i[2];var p=i[3];if(n===1&&p===0)return true;var q=i[0],u=g.parentNode;if(u&&(u.sizcache!==q||!g.nodeIndex)){var y=0;for(m=u.firstChild;m;m=m.nextSibling)if(m.nodeType===1)m.nodeIndex=++y;u.sizcache=q}m=g.nodeIndex-p;return n===0?m===0:m%n===0&&m/n>=0}},ID:function(g,i){return g.nodeType===1&&g.getAttribute("id")===i},TAG:function(g,i){return i==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===
i},CLASS:function(g,i){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(i)>-1},ATTR:function(g,i){var n=i[1];n=o.attrHandle[n]?o.attrHandle[n](g):g[n]!=null?g[n]:g.getAttribute(n);var m=n+"",p=i[2],q=i[4];return n==null?p==="!=":p==="="?m===q:p==="*="?m.indexOf(q)>=0:p==="~="?(" "+m+" ").indexOf(q)>=0:!q?m&&n!==false:p==="!="?m!==q:p==="^="?m.indexOf(q)===0:p==="$="?m.substr(m.length-q.length)===q:p==="|="?m===q||m.substr(0,q.length+1)===q+"-":false},POS:function(g,i,n,m){var p=o.setFilters[i[2]];
if(p)return p(g,n,i,m)}}},x=o.match.POS,r=function(g,i){return"\\"+(i-0+1)},A;for(A in o.match){o.match[A]=RegExp(o.match[A].source+/(?![^\[]*\])(?![^\(]*\))/.source);o.leftMatch[A]=RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[A].source.replace(/\\(\d+)/g,r))}var C=function(g,i){g=Array.prototype.slice.call(g,0);if(i){i.push.apply(i,g);return i}return g};try{Array.prototype.slice.call(t.documentElement.childNodes,0)}catch(J){C=function(g,i){var n=0,m=i||[];if(f.call(g)==="[object Array]")Array.prototype.push.apply(m,
g);else if(typeof g.length==="number")for(var p=g.length;n<p;n++)m.push(g[n]);else for(;g[n];n++)m.push(g[n]);return m}}var w,I;if(t.documentElement.compareDocumentPosition)w=function(g,i){if(g===i){h=true;return 0}if(!g.compareDocumentPosition||!i.compareDocumentPosition)return g.compareDocumentPosition?-1:1;return g.compareDocumentPosition(i)&4?-1:1};else{w=function(g,i){var n,m,p=[],q=[];n=g.parentNode;m=i.parentNode;var u=n;if(g===i){h=true;return 0}else if(n===m)return I(g,i);else if(n){if(!m)return 1}else return-1;
for(;u;){p.unshift(u);u=u.parentNode}for(u=m;u;){q.unshift(u);u=u.parentNode}n=p.length;m=q.length;for(u=0;u<n&&u<m;u++)if(p[u]!==q[u])return I(p[u],q[u]);return u===n?I(g,q[u],-1):I(p[u],i,1)};I=function(g,i,n){if(g===i)return n;for(g=g.nextSibling;g;){if(g===i)return-1;g=g.nextSibling}return 1}}k.getText=function(g){for(var i="",n,m=0;g[m];m++){n=g[m];if(n.nodeType===3||n.nodeType===4)i+=n.nodeValue;else if(n.nodeType!==8)i+=k.getText(n.childNodes)}return i};(function(){var g=t.createElement("div"),
i="script"+(new Date).getTime(),n=t.documentElement;g.innerHTML="<a name='"+i+"'/>";n.insertBefore(g,n.firstChild);if(t.getElementById(i)){o.find.ID=function(m,p,q){if(typeof p.getElementById!=="undefined"&&!q)return(p=p.getElementById(m[1]))?p.id===m[1]||typeof p.getAttributeNode!=="undefined"&&p.getAttributeNode("id").nodeValue===m[1]?[p]:B:[]};o.filter.ID=function(m,p){var q=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&q&&q.nodeValue===p}}n.removeChild(g);
n=g=null})();(function(){var g=t.createElement("div");g.appendChild(t.createComment(""));if(g.getElementsByTagName("*").length>0)o.find.TAG=function(i,n){var m=n.getElementsByTagName(i[1]);if(i[1]==="*"){for(var p=[],q=0;m[q];q++)m[q].nodeType===1&&p.push(m[q]);m=p}return m};g.innerHTML="<a href='#'></a>";if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")o.attrHandle.href=function(i){return i.getAttribute("href",2)};g=null})();t.querySelectorAll&&
function(){var g=k,i=t.createElement("div");i.innerHTML="<p class='TEST'></p>";if(!(i.querySelectorAll&&i.querySelectorAll(".TEST").length===0)){k=function(m,p,q,u){p=p||t;m=m.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!u&&!k.isXML(p))if(p.nodeType===9)try{return C(p.querySelectorAll(m),q)}catch(y){}else if(p.nodeType===1&&p.nodeName.toLowerCase()!=="object"){var F=p.getAttribute("id"),M=F||"__sizzle__";F||p.setAttribute("id",M);try{return C(p.querySelectorAll("#"+M+" "+m),q)}catch(N){}finally{F||
p.removeAttribute("id")}}return g(m,p,q,u)};for(var n in g)k[n]=g[n];i=null}}();(function(){var g=t.documentElement,i=g.matchesSelector||g.mozMatchesSelector||g.webkitMatchesSelector||g.msMatchesSelector,n=false;try{i.call(t.documentElement,"[test!='']:sizzle")}catch(m){n=true}if(i)k.matchesSelector=function(p,q){q=q.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(p))try{if(n||!o.match.PSEUDO.test(q)&&!/!=/.test(q))return i.call(p,q)}catch(u){}return k(q,null,null,[p]).length>0}})();(function(){var g=
t.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){o.order.splice(1,0,"CLASS");o.find.CLASS=function(i,n,m){if(typeof n.getElementsByClassName!=="undefined"&&!m)return n.getElementsByClassName(i[1])};g=null}}})();k.contains=t.documentElement.contains?function(g,i){return g!==i&&(g.contains?g.contains(i):true)}:t.documentElement.compareDocumentPosition?
function(g,i){return!!(g.compareDocumentPosition(i)&16)}:function(){return false};k.isXML=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false};var L=function(g,i){for(var n,m=[],p="",q=i.nodeType?[i]:i;n=o.match.PSEUDO.exec(g);){p+=n[0];g=g.replace(o.match.PSEUDO,"")}g=o.relative[g]?g+"*":g;n=0;for(var u=q.length;n<u;n++)k(g,q[n],m);return k.filter(p,m)};c.find=k;c.expr=k.selectors;c.expr[":"]=c.expr.filters;c.unique=k.uniqueSort;c.text=k.getText;c.isXMLDoc=k.isXML;
c.contains=k.contains})();var Za=/Until$/,$a=/^(?:parents|prevUntil|prevAll)/,ab=/,/,Na=/^.[^:#\[\.,]*$/,bb=Array.prototype.slice,cb=c.expr.match.POS;c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,e=0,f=this.length;e<f;e++){d=b.length;c.find(a,this[e],b);if(e>0)for(var h=d;h<b.length;h++)for(var l=0;l<d;l++)if(b[l]===b[h]){b.splice(h--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,e=b.length;d<e;d++)if(c.contains(this,b[d]))return true})},
not:function(a){return this.pushStack(ma(this,a,false),"not",a)},filter:function(a){return this.pushStack(ma(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,b){var d=[],e,f,h=this[0];if(c.isArray(a)){var l,k={},o=1;if(h&&a.length){e=0;for(f=a.length;e<f;e++){l=a[e];k[l]||(k[l]=c.expr.match.POS.test(l)?c(l,b||this.context):l)}for(;h&&h.ownerDocument&&h!==b;){for(l in k){e=k[l];if(e.jquery?e.index(h)>-1:c(h).is(e))d.push({selector:l,elem:h,level:o})}h=
h.parentNode;o++}}return d}l=cb.test(a)?c(a,b||this.context):null;e=0;for(f=this.length;e<f;e++)for(h=this[e];h;)if(l?l.index(h)>-1:c.find.matchesSelector(h,a)){d.push(h);break}else{h=h.parentNode;if(!h||!h.ownerDocument||h===b)break}d=d.length>1?c.unique(d):d;return this.pushStack(d,"closest",a)},index:function(a){if(!a||typeof a==="string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var d=typeof a==="string"?c(a,b||this.context):
c.makeArray(a),e=c.merge(this.get(),d);return this.pushStack(!d[0]||!d[0].parentNode||d[0].parentNode.nodeType===11||!e[0]||!e[0].parentNode||e[0].parentNode.nodeType===11?e:c.unique(e))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,
2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,
b){c.fn[a]=function(d,e){var f=c.map(this,b,d);Za.test(a)||(e=d);if(e&&typeof e==="string")f=c.filter(e,f);f=this.length>1?c.unique(f):f;if((this.length>1||ab.test(e))&&$a.test(a))f=f.reverse();return this.pushStack(f,a,bb.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return b.length===1?c.find.matchesSelector(b[0],a)?[b[0]]:[]:c.find.matches(a,b)},dir:function(a,b,d){var e=[];for(a=a[b];a&&a.nodeType!==9&&(d===B||a.nodeType!==1||!c(a).is(d));){a.nodeType===1&&
e.push(a);a=a[b]}return e},nth:function(a,b,d){b=b||1;for(var e=0;a;a=a[d])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var za=/ jQuery\d+="(?:\d+|null)"/g,$=/^\s+/,Aa=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Ba=/<([\w:]+)/,db=/<tbody/i,eb=/<|&#?\w+;/,Ca=/<(?:script|object|embed|option|style)/i,Da=/checked\s*(?:[^=]|=\s*.checked.)/i,fb=/\=([^="'>\s]+\/)>/g,P={option:[1,
"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};P.optgroup=P.option;P.tbody=P.tfoot=P.colgroup=P.caption=P.thead;P.th=P.td;if(!c.support.htmlSerialize)P._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=
c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==B)return this.empty().append((this[0]&&this[0].ownerDocument||t).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},
wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},
prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,
this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,e;(e=this[d])!=null;d++)if(!a||c.filter(a,[e]).length){if(!b&&e.nodeType===1){c.cleanData(e.getElementsByTagName("*"));c.cleanData([e])}e.parentNode&&e.parentNode.removeChild(e)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);
return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,e=this.ownerDocument;if(!d){d=e.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(za,"").replace(fb,'="$1">').replace($,"")],e)[0]}else return this.cloneNode(true)});if(a===true){na(this,b);na(this.find("*"),b.find("*"))}return b},html:function(a){if(a===B)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(za,""):null;
else if(typeof a==="string"&&!Ca.test(a)&&(c.support.leadingWhitespace||!$.test(a))&&!P[(Ba.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Aa,"<$1></$2>");try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(e){this.empty().append(a)}}else c.isFunction(a)?this.each(function(f){var h=c(this);h.html(a.call(this,f,h.html()))}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d=
c(this),e=d.html();d.replaceWith(a.call(this,b,e))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){var e,f,h,l=a[0],k=[];if(!c.support.checkClone&&arguments.length===3&&typeof l==="string"&&Da.test(l))return this.each(function(){c(this).domManip(a,
b,d,true)});if(c.isFunction(l))return this.each(function(x){var r=c(this);a[0]=l.call(this,x,b?r.html():B);r.domManip(a,b,d)});if(this[0]){e=l&&l.parentNode;e=c.support.parentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:c.buildFragment(a,this,k);h=e.fragment;if(f=h.childNodes.length===1?h=h.firstChild:h.firstChild){b=b&&c.nodeName(f,"tr");f=0;for(var o=this.length;f<o;f++)d.call(b?c.nodeName(this[f],"table")?this[f].getElementsByTagName("tbody")[0]||this[f].appendChild(this[f].ownerDocument.createElement("tbody")):
this[f]:this[f],f>0||e.cacheable||this.length>1?h.cloneNode(true):h)}k.length&&c.each(k,Oa)}return this}});c.buildFragment=function(a,b,d){var e,f,h;b=b&&b[0]?b[0].ownerDocument||b[0]:t;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===t&&!Ca.test(a[0])&&(c.support.checkClone||!Da.test(a[0]))){f=true;if(h=c.fragments[a[0]])if(h!==1)e=h}if(!e){e=b.createDocumentFragment();c.clean(a,b,e,d)}if(f)c.fragments[a[0]]=h?e:1;return{fragment:e,cacheable:f}};c.fragments={};c.each({appendTo:"append",
prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var e=[];d=c(d);var f=this.length===1&&this[0].parentNode;if(f&&f.nodeType===11&&f.childNodes.length===1&&d.length===1){d[b](this[0]);return this}else{f=0;for(var h=d.length;f<h;f++){var l=(f>0?this.clone(true):this).get();c(d[f])[b](l);e=e.concat(l)}return this.pushStack(e,a,d.selector)}}});c.extend({clean:function(a,b,d,e){b=b||t;if(typeof b.createElement==="undefined")b=b.ownerDocument||
b[0]&&b[0].ownerDocument||t;for(var f=[],h=0,l;(l=a[h])!=null;h++){if(typeof l==="number")l+="";if(l){if(typeof l==="string"&&!eb.test(l))l=b.createTextNode(l);else if(typeof l==="string"){l=l.replace(Aa,"<$1></$2>");var k=(Ba.exec(l)||["",""])[1].toLowerCase(),o=P[k]||P._default,x=o[0],r=b.createElement("div");for(r.innerHTML=o[1]+l+o[2];x--;)r=r.lastChild;if(!c.support.tbody){x=db.test(l);k=k==="table"&&!x?r.firstChild&&r.firstChild.childNodes:o[1]==="<table>"&&!x?r.childNodes:[];for(o=k.length-
1;o>=0;--o)c.nodeName(k[o],"tbody")&&!k[o].childNodes.length&&k[o].parentNode.removeChild(k[o])}!c.support.leadingWhitespace&&$.test(l)&&r.insertBefore(b.createTextNode($.exec(l)[0]),r.firstChild);l=r.childNodes}if(l.nodeType)f.push(l);else f=c.merge(f,l)}}if(d)for(h=0;f[h];h++)if(e&&c.nodeName(f[h],"script")&&(!f[h].type||f[h].type.toLowerCase()==="text/javascript"))e.push(f[h].parentNode?f[h].parentNode.removeChild(f[h]):f[h]);else{f[h].nodeType===1&&f.splice.apply(f,[h+1,0].concat(c.makeArray(f[h].getElementsByTagName("script"))));
d.appendChild(f[h])}return f},cleanData:function(a){for(var b,d,e=c.cache,f=c.event.special,h=c.support.deleteExpando,l=0,k;(k=a[l])!=null;l++)if(!(k.nodeName&&c.noData[k.nodeName.toLowerCase()]))if(d=k[c.expando]){if((b=e[d])&&b.events)for(var o in b.events)f[o]?c.event.remove(k,o):c.removeEvent(k,o,b.handle);if(h)delete k[c.expando];else k.removeAttribute&&k.removeAttribute(c.expando);delete e[d]}}});var Ea=/alpha\([^)]*\)/i,gb=/opacity=([^)]*)/,hb=/-([a-z])/ig,ib=/([A-Z])/g,Fa=/^-?\d+(?:px)?$/i,
jb=/^-?\d/,kb={position:"absolute",visibility:"hidden",display:"block"},Pa=["Left","Right"],Qa=["Top","Bottom"],W,Ga,aa,lb=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){if(arguments.length===2&&b===B)return this;return c.access(this,a,b,true,function(d,e,f){return f!==B?c.style(d,e,f):c.css(d,e)})};c.extend({cssHooks:{opacity:{get:function(a,b){if(b){var d=W(a,"opacity","opacity");return d===""?"1":d}else return a.style.opacity}}},cssNumber:{zIndex:true,fontWeight:true,opacity:true,
zoom:true,lineHeight:true},cssProps:{"float":c.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,d,e){if(!(!a||a.nodeType===3||a.nodeType===8||!a.style)){var f,h=c.camelCase(b),l=a.style,k=c.cssHooks[h];b=c.cssProps[h]||h;if(d!==B){if(!(typeof d==="number"&&isNaN(d)||d==null)){if(typeof d==="number"&&!c.cssNumber[h])d+="px";if(!k||!("set"in k)||(d=k.set(a,d))!==B)try{l[b]=d}catch(o){}}}else{if(k&&"get"in k&&(f=k.get(a,false,e))!==B)return f;return l[b]}}},css:function(a,b,d){var e,f=c.camelCase(b),
h=c.cssHooks[f];b=c.cssProps[f]||f;if(h&&"get"in h&&(e=h.get(a,true,d))!==B)return e;else if(W)return W(a,b,f)},swap:function(a,b,d){var e={},f;for(f in b){e[f]=a.style[f];a.style[f]=b[f]}d.call(a);for(f in b)a.style[f]=e[f]},camelCase:function(a){return a.replace(hb,lb)}});c.curCSS=c.css;c.each(["height","width"],function(a,b){c.cssHooks[b]={get:function(d,e,f){var h;if(e){if(d.offsetWidth!==0)h=oa(d,b,f);else c.swap(d,kb,function(){h=oa(d,b,f)});if(h<=0){h=W(d,b,b);if(h==="0px"&&aa)h=aa(d,b,b);
if(h!=null)return h===""||h==="auto"?"0px":h}if(h<0||h==null){h=d.style[b];return h===""||h==="auto"?"0px":h}return typeof h==="string"?h:h+"px"}},set:function(d,e){if(Fa.test(e)){e=parseFloat(e);if(e>=0)return e+"px"}else return e}}});if(!c.support.opacity)c.cssHooks.opacity={get:function(a,b){return gb.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var d=a.style;d.zoom=1;var e=c.isNaN(b)?"":"alpha(opacity="+b*100+")",f=
d.filter||"";d.filter=Ea.test(f)?f.replace(Ea,e):d.filter+" "+e}};if(t.defaultView&&t.defaultView.getComputedStyle)Ga=function(a,b,d){var e;d=d.replace(ib,"-$1").toLowerCase();if(!(b=a.ownerDocument.defaultView))return B;if(b=b.getComputedStyle(a,null)){e=b.getPropertyValue(d);if(e===""&&!c.contains(a.ownerDocument.documentElement,a))e=c.style(a,d)}return e};if(t.documentElement.currentStyle)aa=function(a,b){var d,e,f=a.currentStyle&&a.currentStyle[b],h=a.style;if(!Fa.test(f)&&jb.test(f)){d=h.left;
e=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;h.left=b==="fontSize"?"1em":f||0;f=h.pixelLeft+"px";h.left=d;a.runtimeStyle.left=e}return f===""?"auto":f};W=Ga||aa;if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=a.offsetHeight;return a.offsetWidth===0&&b===0||!c.support.reliableHiddenOffsets&&(a.style.display||c.css(a,"display"))==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var mb=c.now(),nb=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,
ob=/^(?:select|textarea)/i,pb=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,qb=/^(?:GET|HEAD)$/,Ra=/\[\]$/,T=/\=\?(&|$)/,ja=/\?/,rb=/([?&])_=[^&]*/,sb=/^(\w+:)?\/\/([^\/?#]+)/,tb=/%20/g,ub=/#.*$/,Ha=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!=="string"&&Ha)return Ha.apply(this,arguments);else if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var f=a.slice(e,a.length);a=a.slice(0,e)}e="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b===
"object"){b=c.param(b,c.ajaxSettings.traditional);e="POST"}var h=this;c.ajax({url:a,type:e,dataType:"html",data:b,complete:function(l,k){if(k==="success"||k==="notmodified")h.html(f?c("<div>").append(l.responseText.replace(nb,"")).find(f):l.responseText);d&&h.each(d,[l.responseText,k,l])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&
!this.disabled&&(this.checked||ob.test(this.nodeName)||pb.test(this.type))}).map(function(a,b){var d=c(this).val();return d==null?null:c.isArray(d)?c.map(d,function(e){return{name:b.name,value:e}}):{name:b.name,value:d}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:e})},
getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:e})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return new E.XMLHttpRequest},accepts:{xml:"application/xml, text/xml",html:"text/html",
script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},ajax:function(a){var b=c.extend(true,{},c.ajaxSettings,a),d,e,f,h=b.type.toUpperCase(),l=qb.test(h);b.url=b.url.replace(ub,"");b.context=a&&a.context!=null?a.context:b;if(b.data&&b.processData&&typeof b.data!=="string")b.data=c.param(b.data,b.traditional);if(b.dataType==="jsonp"){if(h==="GET")T.test(b.url)||(b.url+=(ja.test(b.url)?"&":"?")+(b.jsonp||"callback")+"=?");else if(!b.data||
!T.test(b.data))b.data=(b.data?b.data+"&":"")+(b.jsonp||"callback")+"=?";b.dataType="json"}if(b.dataType==="json"&&(b.data&&T.test(b.data)||T.test(b.url))){d=b.jsonpCallback||"jsonp"+mb++;if(b.data)b.data=(b.data+"").replace(T,"="+d+"$1");b.url=b.url.replace(T,"="+d+"$1");b.dataType="script";var k=E[d];E[d]=function(m){if(c.isFunction(k))k(m);else{E[d]=B;try{delete E[d]}catch(p){}}f=m;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);r&&r.removeChild(A)}}if(b.dataType==="script"&&b.cache===null)b.cache=
false;if(b.cache===false&&l){var o=c.now(),x=b.url.replace(rb,"$1_="+o);b.url=x+(x===b.url?(ja.test(b.url)?"&":"?")+"_="+o:"")}if(b.data&&l)b.url+=(ja.test(b.url)?"&":"?")+b.data;b.global&&c.active++===0&&c.event.trigger("ajaxStart");o=(o=sb.exec(b.url))&&(o[1]&&o[1].toLowerCase()!==location.protocol||o[2].toLowerCase()!==location.host);if(b.dataType==="script"&&h==="GET"&&o){var r=t.getElementsByTagName("head")[0]||t.documentElement,A=t.createElement("script");if(b.scriptCharset)A.charset=b.scriptCharset;
A.src=b.url;if(!d){var C=false;A.onload=A.onreadystatechange=function(){if(!C&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){C=true;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);A.onload=A.onreadystatechange=null;r&&A.parentNode&&r.removeChild(A)}}}r.insertBefore(A,r.firstChild);return B}var J=false,w=b.xhr();if(w){b.username?w.open(h,b.url,b.async,b.username,b.password):w.open(h,b.url,b.async);try{if(b.data!=null&&!l||a&&a.contentType)w.setRequestHeader("Content-Type",
b.contentType);if(b.ifModified){c.lastModified[b.url]&&w.setRequestHeader("If-Modified-Since",c.lastModified[b.url]);c.etag[b.url]&&w.setRequestHeader("If-None-Match",c.etag[b.url])}o||w.setRequestHeader("X-Requested-With","XMLHttpRequest");w.setRequestHeader("Accept",b.dataType&&b.accepts[b.dataType]?b.accepts[b.dataType]+", */*; q=0.01":b.accepts._default)}catch(I){}if(b.beforeSend&&b.beforeSend.call(b.context,w,b)===false){b.global&&c.active--===1&&c.event.trigger("ajaxStop");w.abort();return false}b.global&&
c.triggerGlobal(b,"ajaxSend",[w,b]);var L=w.onreadystatechange=function(m){if(!w||w.readyState===0||m==="abort"){J||c.handleComplete(b,w,e,f);J=true;if(w)w.onreadystatechange=c.noop}else if(!J&&w&&(w.readyState===4||m==="timeout")){J=true;w.onreadystatechange=c.noop;e=m==="timeout"?"timeout":!c.httpSuccess(w)?"error":b.ifModified&&c.httpNotModified(w,b.url)?"notmodified":"success";var p;if(e==="success")try{f=c.httpData(w,b.dataType,b)}catch(q){e="parsererror";p=q}if(e==="success"||e==="notmodified")d||
c.handleSuccess(b,w,e,f);else c.handleError(b,w,e,p);d||c.handleComplete(b,w,e,f);m==="timeout"&&w.abort();if(b.async)w=null}};try{var g=w.abort;w.abort=function(){w&&Function.prototype.call.call(g,w);L("abort")}}catch(i){}b.async&&b.timeout>0&&setTimeout(function(){w&&!J&&L("timeout")},b.timeout);try{w.send(l||b.data==null?null:b.data)}catch(n){c.handleError(b,w,null,n);c.handleComplete(b,w,e,f)}b.async||L();return w}},param:function(a,b){var d=[],e=function(h,l){l=c.isFunction(l)?l():l;d[d.length]=
encodeURIComponent(h)+"="+encodeURIComponent(l)};if(b===B)b=c.ajaxSettings.traditional;if(c.isArray(a)||a.jquery)c.each(a,function(){e(this.name,this.value)});else for(var f in a)da(f,a[f],b,e);return d.join("&").replace(tb,"+")}});c.extend({active:0,lastModified:{},etag:{},handleError:function(a,b,d,e){a.error&&a.error.call(a.context,b,d,e);a.global&&c.triggerGlobal(a,"ajaxError",[b,a,e])},handleSuccess:function(a,b,d,e){a.success&&a.success.call(a.context,e,d,b);a.global&&c.triggerGlobal(a,"ajaxSuccess",
[b,a])},handleComplete:function(a,b,d){a.complete&&a.complete.call(a.context,b,d);a.global&&c.triggerGlobal(a,"ajaxComplete",[b,a]);a.global&&c.active--===1&&c.event.trigger("ajaxStop")},triggerGlobal:function(a,b,d){(a.context&&a.context.url==null?c(a.context):c.event).trigger(b,d)},httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),
e=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(e)c.etag[b]=e;return a.status===304},httpData:function(a,b,d){var e=a.getResponseHeader("content-type")||"",f=b==="xml"||!b&&e.indexOf("xml")>=0;a=f?a.responseXML:a.responseText;f&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b==="json"||!b&&e.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&e.indexOf("javascript")>=0)c.globalEval(a);return a}});
if(E.ActiveXObject)c.ajaxSettings.xhr=function(){if(E.location.protocol!=="file:")try{return new E.XMLHttpRequest}catch(a){}try{return new E.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}};c.support.ajax=!!c.ajaxSettings.xhr();var ea={},vb=/^(?:toggle|show|hide)$/,wb=/^([+\-]=)?([\d+.\-]+)(.*)$/,ba,pa=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b,d){if(a||a===0)return this.animate(S("show",
3),a,b,d);else{d=0;for(var e=this.length;d<e;d++){a=this[d];b=a.style.display;if(!c.data(a,"olddisplay")&&b==="none")b=a.style.display="";b===""&&c.css(a,"display")==="none"&&c.data(a,"olddisplay",qa(a.nodeName))}for(d=0;d<e;d++){a=this[d];b=a.style.display;if(b===""||b==="none")a.style.display=c.data(a,"olddisplay")||""}return this}},hide:function(a,b,d){if(a||a===0)return this.animate(S("hide",3),a,b,d);else{a=0;for(b=this.length;a<b;a++){d=c.css(this[a],"display");d!=="none"&&c.data(this[a],"olddisplay",
d)}for(a=0;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b,d){var e=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||e?this.each(function(){var f=e?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(S("toggle",3),a,b,d);return this},fadeTo:function(a,b,d,e){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d,e)},animate:function(a,b,d,e){var f=c.speed(b,
d,e);if(c.isEmptyObject(a))return this.each(f.complete);return this[f.queue===false?"each":"queue"](function(){var h=c.extend({},f),l,k=this.nodeType===1,o=k&&c(this).is(":hidden"),x=this;for(l in a){var r=c.camelCase(l);if(l!==r){a[r]=a[l];delete a[l];l=r}if(a[l]==="hide"&&o||a[l]==="show"&&!o)return h.complete.call(this);if(k&&(l==="height"||l==="width")){h.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY];if(c.css(this,"display")==="inline"&&c.css(this,"float")==="none")if(c.support.inlineBlockNeedsLayout)if(qa(this.nodeName)===
"inline")this.style.display="inline-block";else{this.style.display="inline";this.style.zoom=1}else this.style.display="inline-block"}if(c.isArray(a[l])){(h.specialEasing=h.specialEasing||{})[l]=a[l][1];a[l]=a[l][0]}}if(h.overflow!=null)this.style.overflow="hidden";h.curAnim=c.extend({},a);c.each(a,function(A,C){var J=new c.fx(x,h,A);if(vb.test(C))J[C==="toggle"?o?"show":"hide":C](a);else{var w=wb.exec(C),I=J.cur()||0;if(w){var L=parseFloat(w[2]),g=w[3]||"px";if(g!=="px"){c.style(x,A,(L||1)+g);I=(L||
1)/J.cur()*I;c.style(x,A,I+g)}if(w[1])L=(w[1]==="-="?-1:1)*L+I;J.custom(I,L,g)}else J.custom(I,C,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);this.each(function(){for(var e=d.length-1;e>=0;e--)if(d[e].elem===this){b&&d[e](true);d.splice(e,1)}});b||this.dequeue();return this}});c.each({slideDown:S("show",1),slideUp:S("hide",1),slideToggle:S("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){c.fn[a]=function(d,e,f){return this.animate(b,
d,e,f)}});c.extend({speed:function(a,b,d){var e=a&&typeof a==="object"?c.extend({},a):{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};e.duration=c.fx.off?0:typeof e.duration==="number"?e.duration:e.duration in c.fx.speeds?c.fx.speeds[e.duration]:c.fx.speeds._default;e.old=e.complete;e.complete=function(){e.queue!==false&&c(this).dequeue();c.isFunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,b,d,e){return d+e*a},swing:function(a,b,d,e){return(-Math.cos(a*
Math.PI)/2+0.5)*e+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a=parseFloat(c.css(this.elem,this.prop));return a&&a>-1E4?a:0},custom:function(a,b,d){function e(l){return f.step(l)}
var f=this,h=c.fx;this.startTime=c.now();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;e.elem=this.elem;if(e()&&c.timers.push(e)&&!ba)ba=setInterval(h.tick,h.interval)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;
this.custom(this.cur(),0)},step:function(a){var b=c.now(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var e in this.options.curAnim)if(this.options.curAnim[e]!==true)d=false;if(d){if(this.options.overflow!=null&&!c.support.shrinkWrapBlocks){var f=this.elem,h=this.options;c.each(["","X","Y"],function(k,o){f.style["overflow"+o]=h.overflow[k]})}this.options.hide&&c(this.elem).hide();if(this.options.hide||
this.options.show)for(var l in this.options.curAnim)c.style(this.elem,l,this.options.orig[l]);this.options.complete.call(this.elem)}return false}else{a=b-this.startTime;this.state=a/this.options.duration;b=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||b](this.state,a,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=
c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||c.fx.stop()},interval:13,stop:function(){clearInterval(ba);ba=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===
b.elem}).length};var xb=/^t(?:able|d|h)$/i,Ia=/^(?:body|html)$/i;c.fn.offset="getBoundingClientRect"in t.documentElement?function(a){var b=this[0],d;if(a)return this.each(function(l){c.offset.setOffset(this,a,l)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);try{d=b.getBoundingClientRect()}catch(e){}var f=b.ownerDocument,h=f.documentElement;if(!d||!c.contains(h,b))return d||{top:0,left:0};b=f.body;f=fa(f);return{top:d.top+(f.pageYOffset||c.support.boxModel&&
h.scrollTop||b.scrollTop)-(h.clientTop||b.clientTop||0),left:d.left+(f.pageXOffset||c.support.boxModel&&h.scrollLeft||b.scrollLeft)-(h.clientLeft||b.clientLeft||0)}}:function(a){var b=this[0];if(a)return this.each(function(x){c.offset.setOffset(this,a,x)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d,e=b.offsetParent,f=b.ownerDocument,h=f.documentElement,l=f.body;d=(f=f.defaultView)?f.getComputedStyle(b,null):b.currentStyle;
for(var k=b.offsetTop,o=b.offsetLeft;(b=b.parentNode)&&b!==l&&b!==h;){if(c.offset.supportsFixedPosition&&d.position==="fixed")break;d=f?f.getComputedStyle(b,null):b.currentStyle;k-=b.scrollTop;o-=b.scrollLeft;if(b===e){k+=b.offsetTop;o+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&xb.test(b.nodeName))){k+=parseFloat(d.borderTopWidth)||0;o+=parseFloat(d.borderLeftWidth)||0}e=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&d.overflow!=="visible"){k+=
parseFloat(d.borderTopWidth)||0;o+=parseFloat(d.borderLeftWidth)||0}d=d}if(d.position==="relative"||d.position==="static"){k+=l.offsetTop;o+=l.offsetLeft}if(c.offset.supportsFixedPosition&&d.position==="fixed"){k+=Math.max(h.scrollTop,l.scrollTop);o+=Math.max(h.scrollLeft,l.scrollLeft)}return{top:k,left:o}};c.offset={initialize:function(){var a=t.body,b=t.createElement("div"),d,e,f,h=parseFloat(c.css(a,"marginTop"))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",
height:"1px",visibility:"hidden"});b.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";a.insertBefore(b,a.firstChild);d=b.firstChild;e=d.firstChild;f=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=e.offsetTop!==5;this.doesAddBorderForTableAndCells=
f.offsetTop===5;e.style.position="fixed";e.style.top="20px";this.supportsFixedPosition=e.offsetTop===20||e.offsetTop===15;e.style.position=e.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=e.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==h;a.removeChild(b);c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.css(a,
"marginTop"))||0;d+=parseFloat(c.css(a,"marginLeft"))||0}return{top:b,left:d}},setOffset:function(a,b,d){var e=c.css(a,"position");if(e==="static")a.style.position="relative";var f=c(a),h=f.offset(),l=c.css(a,"top"),k=c.css(a,"left"),o=e==="absolute"&&c.inArray("auto",[l,k])>-1;e={};var x={};if(o)x=f.position();l=o?x.top:parseInt(l,10)||0;k=o?x.left:parseInt(k,10)||0;if(c.isFunction(b))b=b.call(a,d,h);if(b.top!=null)e.top=b.top-h.top+l;if(b.left!=null)e.left=b.left-h.left+k;"using"in b?b.using.call(a,
e):f.css(e)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),e=Ia.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.css(a,"marginTop"))||0;d.left-=parseFloat(c.css(a,"marginLeft"))||0;e.top+=parseFloat(c.css(b[0],"borderTopWidth"))||0;e.left+=parseFloat(c.css(b[0],"borderLeftWidth"))||0;return{top:d.top-e.top,left:d.left-e.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||t.body;a&&!Ia.test(a.nodeName)&&
c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(e){var f=this[0],h;if(!f)return null;if(e!==B)return this.each(function(){if(h=fa(this))h.scrollTo(!a?e:c(h).scrollLeft(),a?e:c(h).scrollTop());else this[d]=e});else return(h=fa(f))?"pageXOffset"in h?h[a?"pageYOffset":"pageXOffset"]:c.support.boxModel&&h.document.documentElement[d]||h.document.body[d]:f[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();
c.fn["inner"+b]=function(){return this[0]?parseFloat(c.css(this[0],d,"padding")):null};c.fn["outer"+b]=function(e){return this[0]?parseFloat(c.css(this[0],d,e?"margin":"border")):null};c.fn[d]=function(e){var f=this[0];if(!f)return e==null?null:this;if(c.isFunction(e))return this.each(function(l){var k=c(this);k[d](e.call(this,l,k[d]()))});if(c.isWindow(f))return f.document.compatMode==="CSS1Compat"&&f.document.documentElement["client"+b]||f.document.body["client"+b];else if(f.nodeType===9)return Math.max(f.documentElement["client"+
b],f.body["scroll"+b],f.documentElement["scroll"+b],f.body["offset"+b],f.documentElement["offset"+b]);else if(e===B){f=c.css(f,d);var h=parseFloat(f);return c.isNaN(h)?f:h}else return this.css(d,typeof e==="string"?e:e+"px")}})})(window);


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

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright  1997, 2001, Berthold LLC. All rights reserved. Akzidenz-Grotesk is a
 * trademark of Berthold Types Limited.
 * 
 * Full name:
 * AkzidenzGroteskBQ-Bold
 */
Cufon.registerFont({"w":202,"face":{"font-family":"Akzi-Bold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"6","bbox":"-4 -290 352 83","underline-thickness":"39.6","underline-position":"-43.56","stemh":"41","stemv":"55","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":105},"!":{"d":"90,-181r-17,94r-24,0r-17,-91r0,-76r58,0r0,73xm90,0r-58,0r0,-61r58,0r0,61","w":105},"\"":{"d":"105,-267r-12,109r-13,0r-12,-109r37,0xm47,-267r-12,109r-13,0r-12,-109r37,0","w":114},"#":{"d":"225,-146r-40,0r-4,34r35,0r0,45r-41,0r-10,67r-45,0r10,-67r-36,0r-9,67r-45,0r9,-67r-34,0r0,-45r40,0r5,-34r-36,0r0,-44r42,0r9,-64r45,0r-9,64r36,0r9,-64r45,0r-9,64r33,0r0,44xm141,-146r-36,0r-5,34r36,0","w":240},"$":{"d":"224,-78v0,9,-1,16,-4,25v-4,14,-13,33,-43,47v-11,5,-20,7,-42,10r0,43r-28,0r0,-43r-21,-3v-30,-5,-52,-15,-61,-20v-5,-3,-11,-7,-16,-11r33,-37v7,4,27,16,51,20v4,1,9,2,14,2r0,-56v-2,0,-28,-5,-44,-11v-13,-5,-43,-19,-43,-59v0,-49,35,-66,52,-72v15,-5,29,-5,34,-6r0,-41r29,0r0,42v7,1,15,1,21,2v29,6,52,22,60,27r-32,36v-27,-13,-32,-13,-49,-17r0,48v12,3,25,5,37,9v28,9,39,22,45,34v3,5,7,16,7,31xm107,-157r-1,-44v-10,1,-19,3,-25,12v-3,5,-4,10,-4,12v0,1,1,4,3,8v4,6,12,9,27,12xm167,-73v0,-5,-2,-8,-3,-10v-5,-9,-20,-11,-29,-12r0,49v3,-1,19,-2,27,-13v4,-6,5,-11,5,-14","w":240},"%":{"d":"305,-80v0,5,0,51,-26,72v-9,7,-20,10,-32,10v-58,0,-57,-78,-57,-82v0,-41,14,-66,29,-76v5,-3,15,-7,30,-7v9,0,28,2,42,23v7,10,14,30,14,60xm239,-244r-135,259r-28,-15r135,-260xm124,-164v0,4,0,51,-26,72v-12,10,-27,10,-32,10v-8,0,-23,-1,-36,-16v-21,-23,-20,-61,-20,-67v0,-5,-3,-73,48,-82v5,-1,20,-3,34,5v27,15,32,51,32,78xm268,-80v0,-17,-1,-26,-3,-34v-1,-3,-4,-14,-13,-17v-1,0,-3,-1,-6,-1v-9,1,-14,10,-16,18v-1,6,-3,19,-3,36v0,4,0,17,3,29v1,7,4,14,10,18v3,2,7,3,8,3v10,0,15,-11,17,-19v1,-5,3,-18,3,-33xm87,-164v0,-17,-1,-26,-3,-34v-1,-3,-4,-15,-13,-18r-6,0v-9,1,-13,10,-15,18v-1,6,-4,19,-4,36v0,4,0,17,3,29v1,7,4,14,10,18v3,2,8,2,9,2v10,0,14,-10,16,-18v1,-5,3,-18,3,-33","w":315},"&":{"d":"238,0r-28,0v-10,0,-20,0,-30,-5v-4,-2,-8,-6,-15,-12v-5,3,-10,5,-15,8v-16,7,-35,12,-52,12v-9,0,-36,-1,-58,-18v-19,-14,-30,-37,-30,-61v0,-36,25,-58,35,-65v6,-5,13,-8,28,-15v-8,-13,-17,-28,-17,-44v0,-8,2,-16,3,-18v12,-37,53,-38,62,-38v8,0,41,1,56,29v6,11,6,22,6,26v0,11,-3,30,-23,46v-2,1,-9,6,-16,10v-3,1,-5,3,-8,4r20,30r14,20v6,-13,8,-16,13,-38r45,17v-9,28,-12,34,-27,60v1,1,1,3,2,4v10,9,22,8,35,7r0,41xm138,-202v0,-10,-9,-15,-18,-15v-9,0,-18,5,-18,15v0,8,4,14,12,27v8,-4,16,-8,21,-16v3,-5,3,-9,3,-11xm139,-53r-44,-66r-9,6v-12,8,-20,20,-20,35v0,2,0,6,1,11v3,8,12,27,36,27v13,0,24,-7,36,-13","w":247},"(":{"d":"124,34r-20,25v-4,-3,-7,-5,-9,-6v-17,-14,-30,-28,-41,-41v-28,-35,-43,-77,-43,-124v0,-46,15,-91,42,-127v14,-18,29,-33,50,-49r20,21v-14,15,-18,20,-24,30v-23,33,-35,74,-35,120v0,63,22,117,60,151","w":120},")":{"d":"111,-116v0,46,-16,90,-43,126v-13,17,-26,31,-49,50r-21,-22v14,-15,17,-20,24,-30v23,-33,35,-74,35,-120v0,-63,-21,-118,-59,-151r19,-25v4,3,7,6,9,7v18,14,30,26,41,40v28,35,44,78,44,125","w":120},"*":{"d":"142,-192r-36,12r22,28r-30,24r-24,-30r-22,30r-31,-23r20,-28r-35,-11r11,-37r36,11r0,-38r39,0r0,38r37,-13","w":147},"+":{"d":"228,-93r-68,0r0,73r-60,0r0,-73r-67,0r0,-47r67,0r0,-72r60,0r0,72r68,0r0,47","w":260},",":{"d":"74,-11v0,42,-16,62,-57,73r0,-25v18,-6,20,-20,21,-37r-22,0r0,-60r58,0r0,49","w":90},"-":{"d":"121,-85r-107,0r0,-52r107,0r0,52","w":135},".":{"d":"73,0r-57,0r0,-60r57,0r0,60","w":90},"\/":{"d":"166,-254r-109,254r-51,0r109,-254r51,0","w":172},"0":{"d":"188,-121v0,35,-8,79,-34,105v-9,9,-25,21,-55,21v-11,0,-32,-1,-52,-20v-20,-19,-33,-51,-33,-109v0,-45,11,-71,22,-88v6,-10,11,-14,15,-18v13,-11,30,-18,47,-18v6,0,29,0,46,12v3,2,9,6,15,14v30,35,29,92,29,101xm134,-120v0,-1,0,-41,-9,-63v-1,-3,-9,-21,-26,-20v-5,0,-8,2,-10,3v-7,4,-12,12,-16,29v-3,13,-5,30,-5,59v0,5,-1,24,4,43v6,24,18,30,29,30v4,0,11,-1,17,-7v14,-15,16,-56,16,-74"},"1":{"d":"141,0r-58,0r0,-178v-5,2,-8,3,-13,4v-10,3,-28,3,-38,3r0,-37r13,-1v17,-1,26,-7,32,-11v3,-2,8,-6,13,-12v3,-4,5,-7,8,-12r43,0r0,244"},"2":{"d":"181,0r-168,0r0,-42r27,-21v10,-8,20,-17,30,-26v28,-24,50,-45,50,-84v0,-9,-2,-14,-3,-18v-2,-6,-7,-16,-22,-16v-3,0,-8,1,-14,4v-8,5,-13,13,-13,31v0,6,0,12,1,18r-57,-3v0,-10,-3,-39,17,-64v17,-21,42,-27,68,-27v10,0,53,0,73,34v10,17,10,33,10,40v0,37,-21,62,-29,72v-20,23,-41,39,-65,57r95,-1r0,46"},"3":{"d":"187,-73v0,27,-15,52,-38,65v-12,7,-25,9,-30,10v-10,2,-22,2,-25,2v-9,0,-36,0,-58,-19v-6,-5,-16,-15,-21,-33v-4,-14,-4,-30,-4,-34r56,-5r0,8v0,4,-1,22,12,32v7,6,14,7,18,7v1,0,7,0,12,-2v19,-7,20,-30,20,-35v0,-12,-5,-30,-33,-31v-4,0,-7,1,-11,1r0,-42v1,0,10,1,16,0v15,-3,22,-14,22,-28v0,-3,0,-8,-2,-13v-4,-9,-13,-15,-23,-15v-4,0,-14,1,-20,10v-5,8,-5,16,-5,25r-57,-5v1,-8,2,-24,14,-42v11,-15,30,-31,71,-31v26,0,55,6,70,30v4,5,10,17,10,35v0,6,-2,28,-18,42v-8,6,-20,11,-22,12v7,1,13,3,19,7v18,10,27,29,27,49"},"4":{"d":"192,-57r-32,0r0,57r-57,0r0,-56r-99,0r1,-44r100,-144r55,0r0,148r32,0r0,39xm105,-190v-10,19,-14,28,-36,59r-24,35r58,0r0,-36v0,-19,1,-39,2,-58"},"5":{"d":"185,-85v0,7,0,23,-8,41v-9,19,-31,49,-83,49v-16,0,-65,-4,-80,-54v-4,-12,-4,-24,-4,-28r57,-2v0,3,-2,29,17,38v4,2,8,2,12,2v11,0,18,-6,21,-9v10,-12,9,-35,9,-36v0,-31,-16,-42,-31,-42v-12,0,-19,7,-21,10v-2,3,-4,8,-4,9r-50,-9r15,-127r140,0r-3,46r-92,0r-7,44v2,-1,4,-4,7,-5v5,-3,16,-8,32,-8v9,0,19,2,27,5v44,16,46,64,46,76"},"6":{"d":"190,-82v0,28,-9,44,-16,53v-5,7,-10,14,-18,19v-9,6,-27,14,-53,14v-8,0,-27,-1,-46,-13v-24,-16,-42,-47,-42,-107v0,-6,0,-52,14,-83v5,-11,10,-18,13,-22v18,-21,41,-28,68,-28v9,0,35,0,55,21v8,9,12,19,14,23v3,8,5,14,6,22r-58,7v0,-3,2,-16,-7,-24v-6,-5,-12,-5,-15,-5v-2,0,-7,0,-12,3v-10,5,-13,13,-16,23v-4,13,-6,24,-7,51v3,-5,5,-9,10,-13v6,-6,20,-16,43,-16v9,0,28,2,45,18v22,21,22,48,22,57xm135,-78v0,-21,-8,-31,-17,-35v-2,-1,-8,-3,-14,-3v-13,1,-27,11,-27,38v0,19,6,29,12,34v6,5,13,5,16,5v3,0,9,1,15,-3v9,-5,15,-15,15,-36"},"7":{"d":"185,-200v-7,9,-21,25,-36,49v-20,33,-28,60,-33,75v-12,37,-14,58,-16,76r-67,0v4,-18,7,-38,21,-73v8,-19,24,-58,56,-101v6,-8,13,-15,19,-23r-117,0r0,-47r173,0r0,44"},"8":{"d":"187,-69v0,10,-2,21,-6,30v-8,19,-33,43,-81,43v-7,0,-39,-1,-61,-19v-8,-6,-25,-25,-25,-55v0,-30,18,-45,27,-51v5,-3,12,-5,17,-7v-5,-3,-9,-5,-11,-7v-21,-17,-23,-39,-23,-48v0,-5,1,-17,7,-29v8,-17,28,-36,70,-36v5,0,17,0,29,4v15,5,47,19,47,63v0,8,-1,28,-19,43v-4,4,-7,5,-16,10v17,6,23,10,30,17v15,16,15,34,15,42xm124,-174v0,-3,1,-34,-24,-32v-16,1,-22,15,-22,29v0,1,0,6,1,11v1,5,5,19,22,19v10,0,23,-5,23,-27xm129,-75v0,-24,-14,-33,-26,-34v-6,0,-12,1,-14,2v-8,4,-17,13,-17,32v0,3,0,10,3,17v4,11,13,19,25,19v8,0,13,-3,16,-4v8,-5,13,-13,13,-32"},"9":{"d":"186,-128v0,5,1,55,-14,86v-5,10,-11,18,-20,26v-11,10,-27,21,-60,21v-44,0,-62,-25,-69,-42v-5,-11,-5,-21,-6,-25r57,-6v0,4,-1,15,8,23v5,5,11,6,14,6v2,0,8,0,13,-3v10,-5,13,-13,16,-23v4,-13,6,-24,7,-51v-2,4,-4,6,-5,7v-6,8,-22,22,-48,22v-29,0,-53,-18,-63,-45v-2,-5,-4,-16,-4,-30v0,-10,0,-34,18,-56v2,-3,8,-10,16,-16v9,-6,27,-14,53,-14v8,0,28,1,46,13v24,16,41,47,41,107xm125,-166v0,-19,-6,-29,-12,-34v-6,-5,-13,-6,-17,-6v-3,0,-8,0,-14,4v-9,5,-15,15,-15,36v0,22,8,31,17,35v2,1,8,2,14,2v13,-1,27,-10,27,-37"},":":{"d":"89,-127r-58,0r0,-61r58,0r0,61xm89,0r-58,0r0,-61r58,0r0,61","w":105},";":{"d":"89,-127r-58,0r0,-62r58,0r0,62xm89,-4v0,6,-2,13,-4,19v-8,28,-26,41,-54,47r0,-25v19,-6,21,-19,22,-37r-22,0r0,-62r58,0r0,58","w":105},"<":{"d":"208,-70r0,58r-168,-81r0,-54r168,-80r0,56r-113,49","w":260},"=":{"d":"225,-127r-189,0r0,-47r189,0r0,47xm225,-49r-189,0r0,-47r189,0r0,47","w":260},">":{"d":"219,-91r-168,80r0,-56r113,-50r-113,-51r0,-59r168,81r0,55","w":260},"?":{"d":"211,-192v0,6,-1,22,-11,36v-5,8,-12,13,-27,24r-24,18v-5,4,-14,9,-18,14v-2,3,-4,6,-5,13r-45,-1v0,-3,0,-14,3,-23v8,-21,33,-32,48,-45v3,-2,18,-14,18,-30v0,-3,0,-7,-1,-10v-6,-22,-25,-23,-33,-23v-8,0,-22,1,-34,17v-4,6,-6,13,-7,15v-1,5,-2,9,-2,11r-51,-17v1,-2,5,-17,11,-26v26,-41,75,-40,88,-40v6,0,23,0,40,5v42,13,50,45,50,62xm132,0r-56,0r0,-61r56,0r0,61","w":217},"@":{"d":"287,-152v0,67,-40,128,-85,128v-18,0,-29,-10,-33,-25v-13,16,-28,25,-45,25v-31,0,-50,-24,-50,-61v0,-56,36,-103,78,-103v6,0,12,1,17,3v9,3,13,7,21,18r3,-14r33,0r-12,57v-8,37,-10,52,-10,60v0,6,2,10,7,10v4,0,10,-4,16,-10v18,-20,30,-54,30,-86v0,-48,-30,-78,-80,-78v-71,0,-133,66,-133,142v0,62,43,102,109,102v42,0,82,-17,117,-52r17,22v-20,18,-29,25,-44,34v-28,17,-57,25,-90,25v-40,0,-78,-15,-103,-39v-23,-22,-35,-54,-35,-91v0,-95,73,-172,164,-172v65,0,108,42,108,105xm178,-125r0,-1v0,-18,-10,-30,-24,-30v-22,0,-43,33,-43,69v0,19,9,31,23,31v10,0,21,-7,29,-19v9,-12,15,-34,15,-50","w":306},"A":{"d":"254,0r-68,0r-12,-41r-94,0r-13,41r-67,0r94,-254r66,0xm159,-86r-33,-108r-31,108r64,0","w":254},"B":{"d":"243,-71v0,11,-4,37,-31,55v-21,14,-45,16,-69,16r-119,0r0,-254r105,0r20,0v26,1,55,5,72,28v5,6,12,18,12,37v0,33,-22,47,-33,52v-6,3,-9,3,-21,6v4,0,7,1,10,2v30,5,42,19,48,32v2,4,6,13,6,26xm171,-181v0,-5,-2,-19,-17,-24v-3,-1,-7,-2,-14,-2r-55,0r0,53r48,0v0,0,9,0,14,-1v14,-3,19,-9,21,-15v1,-2,3,-5,3,-11xm178,-77v0,-19,-10,-25,-17,-28v-5,-2,-10,-3,-21,-3r-55,0r0,62r44,0v23,0,34,-2,42,-11v3,-3,7,-10,7,-20","w":254},"C":{"d":"246,-58v-8,12,-13,20,-17,24v-12,13,-43,42,-93,42v-9,0,-30,-1,-52,-11v-67,-30,-70,-104,-70,-124v0,-15,2,-56,31,-91v12,-14,40,-44,92,-44v34,0,68,14,90,40v9,11,14,22,17,26r-50,25v-4,-7,-6,-11,-8,-14v-5,-7,-20,-25,-46,-25v-7,0,-24,1,-38,15v-10,10,-25,31,-25,66v0,3,0,9,1,17v4,35,20,51,34,59v5,3,14,7,28,7v36,0,49,-27,55,-37","w":252},"D":{"d":"252,-129v0,48,-16,76,-30,92v-8,9,-26,26,-57,33v-14,3,-27,4,-41,4r-100,0r0,-254r81,0r23,0v11,1,53,2,84,28v5,4,13,10,21,23v9,14,19,37,19,74xm188,-127v0,-19,-2,-38,-14,-53v-4,-4,-11,-13,-25,-17v-12,-4,-23,-4,-35,-4r-26,0r0,150r20,0v19,0,40,-1,57,-13v13,-10,23,-28,23,-63","w":262},"E":{"d":"224,0r-200,0r0,-254r188,0r0,49r-124,0r0,46r116,0r0,48r-116,0r0,61r136,0r0,50","w":232},"F":{"d":"219,-206r-132,0r0,54r122,0r0,49r-122,0r0,103r-63,0r0,-254r195,0r0,48","w":225},"G":{"d":"253,0r-49,0r0,-23v-7,6,-13,10,-16,12v-24,16,-49,17,-59,17v-9,0,-28,-1,-49,-11v-46,-22,-66,-73,-66,-122v0,-19,4,-87,63,-120v10,-6,32,-16,63,-16v48,0,77,22,90,34v9,8,15,16,22,25r-49,29v-1,-2,-8,-13,-16,-20v-16,-15,-36,-16,-43,-16v-5,0,-22,0,-35,9v-15,10,-31,32,-31,73v0,5,-1,41,17,63v6,8,16,12,19,14v5,2,16,7,30,7v4,0,12,-1,22,-4v5,-2,20,-8,28,-23v4,-8,6,-19,6,-21r-57,0r0,-48r110,0r0,141","w":270},"H":{"d":"245,0r-64,0r0,-108r-92,0r0,108r-65,0r0,-254r65,0r0,92r92,0r0,-92r64,0r0,254","w":270},"I":{"d":"87,0r-63,0r0,-254r63,0r0,254","w":112},"J":{"d":"119,-71v0,19,1,40,-14,55v-16,16,-37,16,-57,16r-42,0r0,-51r11,0v17,0,29,-1,34,-7v4,-5,4,-10,4,-16r0,-180r64,0r0,183","w":142},"K":{"d":"264,0r-72,0r-68,-115r-39,40r0,75r-61,0r0,-254r61,0r0,104r95,-104r77,0r-90,94","w":254},"L":{"d":"187,0r-163,0r0,-254r64,0r0,200r99,0r0,54","w":195},"M":{"d":"305,0r-61,0r5,-204r-56,204r-55,0r-57,-204r5,204r-62,0r0,-254r93,0r48,178r47,-178r93,0r0,254","w":330},"N":{"d":"238,0r-63,0r-92,-157r2,157r-61,0r0,-254r62,0r93,159r-2,-159r61,0r0,254","w":262},"O":{"d":"270,-125v0,39,-18,80,-49,106v-14,11,-38,27,-80,27v-15,0,-58,-3,-90,-37v-34,-36,-36,-84,-36,-99v0,-13,2,-49,24,-82v13,-19,43,-52,102,-52v48,0,77,21,90,35v24,25,39,67,39,102xm206,-121v1,-32,-8,-54,-16,-64v-3,-4,-11,-13,-25,-19v-11,-4,-20,-5,-24,-5v-14,0,-24,4,-29,7v-26,14,-34,46,-34,73v0,35,11,54,21,65v11,12,26,18,43,18v8,0,28,-2,44,-19v14,-15,19,-36,20,-56","w":285},"P":{"d":"242,-170v0,8,-1,30,-15,50v-24,34,-60,37,-97,37r-42,0r0,83r-64,0r0,-254r126,0v24,0,47,3,66,20v3,2,8,6,12,12v5,8,14,27,14,52xm179,-170v0,-12,-4,-18,-7,-23v-10,-14,-28,-14,-43,-14r-41,0r0,77r38,0v11,0,16,0,22,-1v22,-4,31,-17,31,-39","w":247},"Q":{"d":"294,-22r-19,45v-2,0,-13,-2,-22,-5v-13,-4,-24,-11,-47,-28v-23,11,-38,17,-64,17v-11,0,-35,-1,-61,-14v-63,-32,-66,-101,-66,-121v0,-16,2,-58,34,-94v33,-37,75,-40,93,-40v15,0,52,3,84,31v29,25,44,64,44,102v0,9,-1,37,-13,63v-3,7,-8,14,-12,21v4,3,8,7,12,10v12,8,23,11,37,13xm207,-128v0,-26,-10,-47,-15,-54v-17,-25,-45,-27,-54,-26v-6,0,-20,2,-33,12v-19,15,-27,45,-27,68v0,8,1,48,29,70v14,11,31,12,37,12v4,0,15,-1,26,-6v37,-18,37,-69,37,-76","w":285},"R":{"d":"248,0r-69,0r-51,-91r-40,0r0,91r-64,0r0,-254r115,0r21,0v12,1,52,4,72,40v4,7,10,21,10,42v0,28,-11,44,-20,52v-4,4,-8,6,-12,9v-5,3,-10,5,-20,9xm179,-173v0,-33,-26,-34,-37,-34r-54,0r0,69r52,0v3,0,10,1,17,-2v21,-7,22,-27,22,-33","w":254},"S":{"d":"235,-82v0,7,-1,22,-10,39v-22,40,-68,46,-80,47v-8,1,-17,2,-26,2v-50,0,-79,-17,-96,-31v-7,-6,-10,-9,-20,-21r48,-30v1,1,7,6,12,10v17,14,41,22,62,22v3,0,12,0,20,-3v2,0,27,-8,27,-27v0,-23,-34,-24,-57,-27v-12,-1,-24,-4,-36,-7v-18,-5,-35,-11,-48,-26v-3,-3,-7,-10,-10,-19v-1,-4,-4,-12,-4,-22v0,-2,1,-11,2,-18v3,-16,10,-29,22,-41v13,-12,37,-26,79,-26v15,0,49,2,84,25v9,6,14,10,28,23r-47,33v-14,-14,-24,-22,-43,-28v-3,-1,-13,-3,-24,-3v-26,0,-37,15,-37,27v0,7,3,11,5,13v9,9,22,9,46,13v14,2,29,5,43,8v9,2,42,8,55,39v2,5,5,15,5,28","w":247},"T":{"d":"199,-204r-66,0r0,204r-64,0r0,-204r-66,0r0,-50r196,0r0,50"},"U":{"d":"239,-112v0,19,0,36,-6,54v-21,59,-89,64,-103,64v-11,0,-53,-2,-82,-31v-24,-24,-26,-55,-26,-87r0,-142r64,0r0,158v0,23,2,31,12,39v13,10,30,10,34,10v12,0,22,-1,31,-9v12,-10,13,-26,13,-40r0,-158r63,0r0,142","w":262},"V":{"d":"240,-254r-88,254r-65,0r-87,-254r67,0r53,181r52,-181r68,0","w":240},"W":{"d":"352,-254r-65,254r-65,0r-46,-163r-46,163r-66,0r-64,-254r64,0r37,175r46,-175r57,0r47,175r37,-175r64,0","w":352},"X":{"d":"277,0r-73,0r-65,-96r-66,96r-73,0r98,-138r-84,-116r75,0r49,77r50,-77r73,0r-84,116","w":277},"Y":{"d":"255,-254r-96,134r0,120r-63,0r0,-118r-95,-136r72,0r55,86r55,-86r72,0","w":254},"Z":{"d":"219,-204r-139,154r138,0r0,50r-216,0r0,-48r141,-157r-129,0r0,-49r205,0r0,50","w":225},"[":{"d":"99,52r-81,0r0,-332r81,0r0,30r-33,0r0,272r33,0r0,30","w":105},"\\":{"d":"166,0r-51,0r-109,-254r51,0","w":172},"]":{"d":"87,52r-81,0r0,-30r33,0r0,-272r-33,0r0,-30r81,0r0,332","w":105},"^":{"d":"234,-101r-59,0r-43,-101r-43,101r-63,0r77,-153r56,0","w":260},"_":{"d":"183,83r-187,0r0,-39r187,0r0,39","w":179},"a":{"d":"189,0r-54,0r0,-17v-4,3,-8,5,-12,8v-7,5,-23,14,-46,14v-34,0,-49,-18,-55,-31v-4,-8,-6,-17,-6,-26v0,-34,30,-50,38,-54v14,-6,40,-11,76,-17r0,-11v0,-6,-2,-23,-22,-23v-16,0,-23,8,-26,14v-1,1,-2,4,-3,8r-55,0v1,-8,1,-23,15,-37v15,-15,36,-19,42,-20v11,-1,20,-1,24,-1v26,0,62,6,75,33v2,5,4,10,4,21r0,110v0,16,0,22,5,29xm130,-90r-36,12v-2,1,-5,1,-7,2v-14,6,-17,14,-17,21v0,1,0,5,2,9v2,4,7,10,19,10v10,0,19,-5,22,-7v16,-12,17,-29,17,-47","w":209},"b":{"d":"212,-98v0,28,-6,49,-11,59v-6,13,-27,44,-70,44v-8,0,-27,-1,-44,-14v-4,-3,-8,-7,-11,-11r0,20r-51,0r0,-254r54,0r0,83v6,-6,6,-6,10,-9v8,-6,20,-13,43,-13v10,0,31,1,51,18v15,13,29,34,29,77xm158,-96v0,-5,0,-14,-3,-26v-2,-8,-8,-33,-37,-31v-22,1,-41,16,-41,58v0,2,1,26,9,40v1,3,4,7,10,12v9,6,19,7,23,7v17,0,26,-11,29,-16v10,-15,10,-42,10,-44","w":225},"c":{"d":"189,-44v-4,6,-8,13,-13,18v-25,29,-57,32,-71,32v-8,0,-25,-1,-44,-10v-35,-17,-49,-52,-49,-89v0,-9,0,-26,9,-47v21,-49,68,-53,85,-53v15,0,48,2,73,34r7,11r-41,23v0,-1,-3,-6,-6,-10v-3,-4,-13,-16,-30,-16v-4,0,-12,1,-20,7v-19,14,-20,46,-20,50v0,16,5,37,18,47v4,3,12,9,24,9v18,0,27,-12,30,-17v2,-3,4,-5,6,-11","w":194},"d":{"d":"193,0r-50,0r-1,-18v-4,4,-7,7,-11,10v-16,12,-32,13,-40,13v-13,0,-41,-4,-62,-33v-9,-13,-18,-31,-18,-65v0,-11,0,-60,36,-86v6,-5,21,-14,43,-14v26,0,42,13,49,19r0,-80r54,0r0,254xm140,-94v0,-5,1,-27,-9,-43v-3,-5,-12,-16,-29,-14v-10,1,-19,7,-25,16v-8,11,-10,28,-10,41v0,4,0,28,11,44v8,12,19,14,25,14v6,0,14,-3,19,-7v19,-15,18,-46,18,-51","w":217},"e":{"d":"202,-82r-134,0v0,2,0,6,1,11v4,22,20,35,42,35v3,0,10,0,18,-3v19,-6,26,-25,29,-30r42,21v-8,11,-12,17,-16,22v-28,31,-63,33,-77,33v-6,0,-19,0,-34,-5v-42,-13,-61,-50,-61,-92v0,-12,1,-47,24,-74v12,-13,31,-30,72,-30v13,0,50,2,73,35v21,29,21,68,21,77xm145,-117v-1,-6,-1,-25,-20,-33v-8,-4,-14,-4,-17,-4v-22,0,-32,17,-35,23v-1,3,-4,7,-5,14r77,0","w":209},"f":{"d":"125,-150r-37,0r0,150r-55,0r0,-150r-29,0r0,-34r29,0r0,-23v0,-3,0,-17,6,-28v9,-18,33,-23,51,-23v13,0,31,3,33,3r0,42v-12,0,-23,-1,-27,1v-5,2,-7,6,-7,8v-1,4,-1,15,-1,20r37,0r0,34","w":127},"g":{"d":"193,-8r0,16v-1,9,-4,30,-26,44v-24,15,-62,15,-67,15v-35,0,-57,-11,-68,-20v-4,-4,-8,-7,-9,-9v-10,-15,-9,-32,-9,-38r57,0v1,9,1,15,7,21v4,5,12,10,27,10v2,0,17,0,25,-8v8,-7,9,-17,9,-27r-1,-21v-2,1,-6,5,-12,8v-5,3,-20,8,-37,8v-31,0,-78,-17,-78,-90v0,-50,27,-77,46,-86v6,-3,18,-6,34,-6v20,0,34,7,40,11v4,3,6,5,10,9r0,-17r52,0r0,180xm138,-100v0,-9,-1,-26,-6,-35v-4,-6,-13,-16,-31,-15v-2,0,-11,1,-17,5v-17,12,-16,45,-16,46v0,5,1,9,1,13v1,9,5,35,35,35v12,0,18,-4,22,-7v11,-10,12,-28,12,-42","w":217},"h":{"d":"193,0r-55,0r0,-98v0,-14,1,-34,-13,-43v-5,-3,-10,-5,-15,-5v-3,0,-11,1,-17,5v-12,8,-13,21,-13,47r0,94r-56,0r0,-254r56,0r0,86v1,-1,6,-6,11,-10v17,-13,35,-15,43,-15v25,0,39,12,45,19v4,4,7,10,9,15v3,8,5,18,5,36r0,123","w":217},"i":{"d":"80,-211r-55,0r0,-43r55,0r0,43xm80,0r-55,0r0,-188r55,0r0,188","w":105},"j":{"d":"80,-212r-55,0r0,-42r55,0r0,42xm80,-2v0,7,-1,14,-1,20v-3,34,-22,46,-54,46v-8,0,-16,-1,-25,-1r0,-44v6,0,19,2,23,-6v2,-4,2,-16,2,-20r0,-181r55,0r0,186","w":105},"k":{"d":"214,0r-64,0r-48,-81r-24,23r0,58r-54,0r0,-254r54,0r0,131r61,-65r67,0r-65,67","w":209},"l":{"d":"80,0r-55,0r0,-254r55,0r0,254","w":105},"m":{"d":"298,0r-55,0r0,-99v0,-19,0,-30,-5,-38v-4,-7,-13,-11,-21,-11v-5,0,-17,1,-24,13v-4,8,-4,16,-4,33r0,102r-55,0r0,-112v0,-18,-3,-26,-11,-31v-5,-3,-10,-5,-16,-5v-3,0,-10,0,-16,5v-12,9,-12,24,-12,36r0,107r-55,0r0,-188r55,0r0,20v3,-4,6,-7,10,-10v7,-6,20,-15,43,-15v4,0,24,0,38,9v6,4,10,8,15,13v7,-6,9,-7,13,-10v6,-4,21,-12,42,-12v6,0,34,1,49,21v9,11,9,23,9,50r0,122","w":322},"n":{"d":"193,0r-56,0r0,-106v0,-13,0,-22,-2,-27v-3,-6,-9,-15,-25,-15v-3,0,-12,-1,-19,5v-9,7,-10,19,-10,41r0,102r-56,0r0,-188r56,0r0,17v2,-2,4,-5,9,-9v7,-5,22,-13,44,-13v4,0,21,1,34,8v23,12,25,33,25,56r0,129","w":217},"o":{"d":"213,-94v0,42,-20,67,-33,78v-11,9,-33,22,-68,22v-10,0,-47,-2,-73,-27v-11,-11,-27,-34,-27,-73v0,-11,0,-41,21,-67v13,-15,39,-35,87,-32v22,1,41,6,59,20v23,19,34,49,34,79xm157,-92v0,-28,-8,-43,-19,-51v-5,-4,-13,-7,-28,-7v-3,0,-13,1,-21,6v-10,6,-22,21,-22,49v0,18,6,32,10,38v4,6,15,18,36,18v31,0,44,-25,44,-53","w":225},"p":{"d":"207,-94v0,32,-10,53,-17,64v-10,16,-24,24,-30,27v-6,3,-17,7,-35,7v-20,0,-30,-6,-46,-16r0,77r-56,0r0,-253r49,0r1,18v3,-4,4,-5,8,-8v7,-6,21,-14,44,-14v11,0,36,2,57,24v19,20,25,48,25,74xm154,-95v0,-5,1,-30,-13,-46v-4,-5,-11,-9,-17,-11v-4,-1,-7,-1,-8,-1v-21,0,-39,18,-39,59v0,4,-1,28,9,43v3,4,7,7,11,10v3,2,9,5,18,5v19,0,27,-14,30,-20v4,-8,9,-19,9,-39","w":217},"q":{"d":"193,65r-55,0r-1,-78v-3,3,-6,5,-10,7v-6,4,-19,10,-38,10v-29,0,-54,-17,-67,-43v-2,-5,-5,-11,-8,-23v-1,-6,-3,-16,-3,-30v0,-8,1,-43,19,-69v14,-21,39,-32,63,-32v22,0,34,7,50,21r0,-16r50,0r0,253xm141,-96v0,-36,-14,-54,-32,-57v-13,-2,-26,5,-33,15v-8,11,-10,30,-10,43v0,12,2,20,3,24v1,3,11,34,35,34v20,0,37,-20,37,-59","w":217},"r":{"d":"132,-141r-18,3v-2,0,-11,1,-18,4v-15,5,-17,14,-17,28r0,106r-55,0r0,-188r54,0r0,20v5,-4,10,-10,22,-15v15,-6,25,-6,32,-7r0,49","w":135},"s":{"d":"179,-61v0,15,-6,26,-9,31v-17,25,-52,35,-80,35v-10,0,-41,-2,-68,-19v-11,-7,-19,-14,-23,-17r36,-32v3,3,6,6,10,9v12,10,29,17,44,17v3,0,8,-1,14,-2v8,-2,19,-7,19,-17v0,-13,-17,-14,-37,-17v-39,-6,-57,-16,-67,-35v-5,-10,-5,-19,-5,-23v0,-5,1,-16,8,-28v9,-15,29,-35,71,-35v12,0,40,2,68,18v5,3,11,6,16,10r-35,32v-3,-3,-6,-5,-10,-7v-10,-6,-25,-12,-37,-12v-8,0,-14,2,-17,3v-7,3,-9,8,-9,11v0,4,2,7,5,9v5,4,19,6,25,7r25,6v30,6,56,21,56,56","w":187},"t":{"d":"123,-149r-37,0r0,84v0,8,-1,12,1,15v3,6,12,6,13,6r20,0r0,43v-4,1,-16,2,-29,2r-12,0v-5,0,-21,1,-34,-11v-14,-13,-14,-32,-14,-49r0,-91r-27,0r0,-34r27,0r0,-58r55,0r0,59r37,0r0,34","w":127},"u":{"d":"192,0r-55,0r0,-18v-4,4,-6,7,-8,9v-7,5,-24,14,-47,14v-4,0,-25,1,-40,-11v-21,-17,-19,-47,-19,-70r0,-112r56,0r0,117v0,12,0,21,10,27v3,2,8,4,16,4v18,0,27,-10,30,-17v2,-5,2,-9,2,-14r0,-117r55,0r0,188","w":217},"v":{"d":"180,-188r-61,188r-58,0r-61,-188r58,0r34,128r31,-128r57,0","w":180},"w":{"d":"284,-188r-56,188r-60,0r-28,-125r-28,125r-61,0r-51,-188r58,0r27,131r28,-131r59,0r26,133r29,-133r57,0","w":285},"x":{"d":"187,0r-59,0r-35,-58r-32,58r-61,0r64,-102r-57,-86r62,0r25,48r27,-48r59,0r-57,88","w":187},"y":{"d":"180,-188r-66,203v-4,13,-9,25,-19,35v-12,12,-22,15,-39,15r-40,0r0,-44r25,0v13,0,18,-8,18,-14v0,-5,-1,-9,-4,-18r-6,-18r-49,-159r59,0r31,135r31,-135r59,0","w":180},"z":{"d":"184,0r-172,0r0,-41r102,-104r-91,0r0,-43r161,0r0,43r-100,102r100,0r0,43","w":195},"{":{"d":"110,53r-23,0v-24,0,-33,-2,-42,-12v-4,-4,-7,-10,-8,-16v-2,-8,-2,-14,-2,-30r0,-55v0,-14,-1,-21,-4,-26v-4,-8,-12,-12,-27,-13r0,-31v11,-1,15,-2,20,-5v9,-5,11,-12,11,-33r0,-56v0,-16,0,-21,2,-29v1,-6,4,-12,8,-16v9,-10,18,-13,41,-13r23,0r0,31r-5,0v-6,0,-12,1,-15,5v-2,2,-3,5,-4,8v-1,6,-2,9,-2,26r0,50v0,30,-6,39,-30,48v9,3,13,4,18,9v10,8,12,17,12,39r0,50v0,17,1,21,2,26v2,9,9,13,20,13r5,0r0,30","w":114},"|":{"d":"70,51r-48,0r0,-331r48,0r0,331","w":92},"}":{"d":"110,-98v-11,1,-14,2,-20,5v-8,5,-11,12,-11,33r0,56v0,16,0,21,-2,29v-1,6,-5,12,-9,16v-9,10,-17,13,-40,13r-24,0r0,-31r6,0v7,0,12,-1,15,-5v2,-2,3,-5,4,-8v1,-5,2,-8,2,-25r0,-51v0,-30,5,-39,29,-48v-8,-3,-11,-5,-16,-9v-10,-8,-13,-17,-13,-39r0,-50v0,-17,-1,-21,-2,-26v-3,-9,-9,-13,-20,-13r-5,0r0,-31r23,1v24,0,32,2,41,12v4,4,8,10,9,16v2,8,2,13,2,30r0,56v0,15,1,21,4,26v4,7,11,11,27,12r0,31","w":114},"~":{"d":"235,-110v-11,14,-16,19,-26,25v-11,7,-21,10,-33,10v-11,0,-22,-3,-44,-13r-12,-6v-17,-8,-28,-11,-38,-11v-4,0,-7,1,-11,2v-8,3,-15,7,-26,22r-3,4r-17,-47v9,-12,13,-16,20,-22v10,-9,23,-14,37,-14v12,0,22,3,44,13r21,9v17,8,21,9,28,9v8,0,17,-3,24,-8v6,-5,10,-8,20,-20","w":260},"'":{"d":"47,-267r-12,109r-13,0r-12,-109r37,0","w":56},"`":{"d":"95,-211r-36,0r-57,-48r67,0","w":97},"\u00a0":{"w":105}}});


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright  1997, 2001, Berthold LLC. All rights reserved. Akzidenz-Grotesk is a
 * trademark of Berthold Types Limited.
 * 
 * Full name:
 * AkzidenzGroteskBQ-Medium
 */
Cufon.registerFont({"w":202,"face":{"font-family":"Akzi-Med","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-4 -290 306.111 80","underline-thickness":"33.12","underline-position":"-46.8","stemh":"39","stemv":"43","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":103},"!":{"d":"76,-157r-14,94r-20,0r-13,-94r0,-97r47,0r0,97xm76,0r-47,0r0,-50r47,0r0,50","w":90},"\"":{"d":"107,-267r-11,107r-12,0r-12,-107r35,0xm47,-267r-11,107r-12,0r-11,-107r34,0","w":119},"#":{"d":"224,-147r-47,0r-5,34r44,0r0,36r-48,0r-11,77r-37,0r11,-77r-35,0r-11,77r-37,0r11,-77r-44,0r0,-36r49,0r4,-34r-45,0r0,-36r50,0r10,-71r37,0r-10,71r35,0r10,-71r37,0r-10,71r42,0r0,36xm141,-147r-36,0r-5,34r36,0","w":240},"$":{"d":"211,-79v0,21,-6,38,-21,53v-11,11,-22,16,-27,18v-8,3,-17,5,-34,8r0,41r-33,0r0,-41v-21,-4,-35,-7,-53,-19v-4,-3,-11,-8,-19,-16v-2,-2,-6,-7,-11,-13r36,-28v4,6,12,16,26,25v5,3,10,6,12,6v2,1,5,2,9,2r0,-69v-37,-4,-56,-15,-66,-30v-4,-6,-11,-17,-11,-35v0,-8,2,-27,16,-44v9,-11,28,-26,61,-30r0,-39r33,0r0,39v43,4,67,27,78,39r-35,27v-17,-21,-31,-24,-43,-27r0,58v5,1,36,5,56,20v25,19,26,44,26,55xm96,-160r0,-52v-1,0,-6,1,-9,2v-4,1,-20,8,-20,26v0,6,2,12,7,16v4,3,11,6,22,8xm163,-76v0,-25,-31,-30,-34,-31r0,65v3,0,6,-1,11,-3v5,-2,23,-10,23,-31","w":225},"%":{"d":"306,-80v0,4,1,21,-3,35v-3,12,-15,48,-56,48v-10,0,-32,-3,-46,-25v-12,-18,-12,-39,-12,-59v0,-7,-1,-28,9,-48v5,-10,18,-33,51,-33v24,0,35,13,41,21v9,12,12,23,13,28v2,8,3,16,3,33xm224,-233r-113,246r-25,-11r113,-246xm126,-165v0,21,0,41,-12,59v-6,9,-19,25,-47,25v-26,0,-38,-14,-44,-22v-3,-5,-7,-12,-10,-25v-2,-7,-4,-17,-4,-35v0,-20,2,-40,13,-58v14,-22,37,-24,47,-24v29,0,47,18,54,45v3,12,3,23,3,35xm274,-79v0,-19,-3,-34,-7,-42v-5,-11,-14,-13,-19,-13v-5,0,-15,2,-20,13v-5,10,-7,33,-7,43v0,4,0,16,3,29v1,3,2,14,11,20v2,1,7,4,13,4v4,0,13,-2,18,-10v5,-8,8,-23,8,-44xm94,-163v0,-19,-2,-34,-6,-42v-5,-11,-15,-13,-20,-13v-5,0,-15,3,-20,14v-5,10,-6,32,-6,42v0,4,-1,16,2,29v1,3,3,14,12,20v2,1,6,4,12,4v4,0,13,-2,18,-10v5,-8,8,-23,8,-44","w":315},"&":{"d":"221,0v-8,1,-10,1,-18,1v-26,0,-36,-6,-46,-14v-11,7,-29,18,-61,18v-8,0,-35,0,-56,-17v-16,-13,-25,-34,-25,-54v0,-4,1,-14,5,-26v9,-24,30,-37,51,-50v-4,-7,-11,-18,-11,-37v0,-7,1,-26,15,-41v11,-13,26,-18,43,-18v13,0,21,2,26,4v19,8,33,28,33,50v0,17,-10,45,-48,58v5,10,13,19,19,28v5,7,9,14,14,20v12,-17,13,-31,14,-40r41,0v0,4,-1,10,-2,14v-2,8,-10,36,-27,58v8,8,13,11,25,11v1,0,5,-1,8,-1r0,36xm139,-185v0,-12,-8,-19,-19,-19v-11,0,-20,8,-20,19v0,7,3,15,11,27r7,-3v4,-1,21,-7,21,-24xm134,-46r-44,-63v-2,1,-8,3,-13,7v-15,12,-18,23,-18,33v0,8,2,14,4,17v4,7,15,20,36,20v7,0,21,-2,35,-14","w":232},"(":{"d":"120,38r-16,21v-4,-3,-7,-5,-9,-6v-16,-13,-30,-28,-41,-42v-28,-36,-41,-79,-41,-125v0,-44,14,-87,38,-122v7,-9,14,-18,22,-27v10,-10,16,-15,30,-25r16,18v-15,15,-19,21,-27,32v-23,32,-35,74,-35,120v0,64,24,124,63,156","w":117},")":{"d":"107,-115v0,44,-14,87,-39,122v-14,19,-29,34,-52,52r-16,-18v15,-15,19,-21,27,-32v23,-32,35,-75,35,-121v0,-64,-23,-122,-62,-155r15,-21v4,3,7,5,9,6v17,13,29,27,41,42v27,36,42,78,42,125","w":118},"*":{"d":"129,-201r-35,13r21,28r-24,19r-23,-30r-21,30r-25,-18r20,-29r-35,-10r9,-30r35,10r0,-37r32,0r0,38r36,-13","w":136},"+":{"d":"227,-94r-73,0r0,78r-47,0r0,-78r-74,0r0,-38r74,0r0,-77r47,0r0,77r73,0r0,38","w":260},",":{"d":"61,5v0,26,-15,38,-39,44v-2,0,-4,0,-6,1r0,-21v17,-2,20,-15,20,-29r-23,0r0,-49r48,0r0,53r0,1","w":74},"-":{"d":"119,-89r-104,0r0,-41r104,0r0,41","w":133},".":{"d":"61,0r-48,0r0,-49r48,0r0,49","w":74},"\/":{"d":"168,-254r-120,254r-43,0r120,-254r43,0","w":172},"0":{"d":"190,-122v0,59,-13,89,-36,107v-21,17,-43,18,-53,18v-13,0,-44,-1,-66,-31v-14,-18,-22,-45,-22,-93v0,-64,16,-94,43,-112v8,-5,23,-14,47,-14v9,0,32,1,51,17v32,26,36,71,36,108xm144,-122v0,-15,-1,-39,-6,-53v0,-2,-2,-8,-5,-14v-4,-6,-11,-18,-30,-18v-5,0,-18,1,-27,11v-12,14,-17,38,-17,76v0,19,2,32,3,40v1,4,4,27,20,38v8,5,17,5,20,5v3,0,11,0,18,-4v12,-7,17,-21,18,-25v4,-14,6,-42,6,-56"},"1":{"d":"131,0r-45,0r0,-139v0,-13,1,-21,-4,-26v-5,-5,-10,-4,-16,-4r-39,0r0,-28r5,0v15,0,29,0,42,-10v13,-9,17,-21,21,-36r36,0r0,243"},"2":{"d":"186,0r-165,0r0,-35v42,-30,71,-61,84,-75v6,-6,27,-28,27,-59v0,-20,-10,-37,-32,-37v-12,0,-19,5,-22,8v-14,13,-12,33,-12,49r-45,-4v0,-32,9,-53,17,-63v8,-11,29,-31,66,-31v29,0,47,12,55,20v15,14,22,35,22,56v0,7,0,23,-9,41v-14,30,-43,51,-67,72v-9,7,-17,15,-26,21r107,0r0,37"},"3":{"d":"189,-72v0,30,-17,49,-26,56v-9,8,-29,19,-61,19v-7,0,-42,-1,-63,-22v-22,-22,-22,-53,-22,-61r48,0v0,2,-2,10,0,17v3,10,11,27,37,27v4,0,12,-1,20,-5v17,-9,18,-29,18,-34v0,-4,0,-12,-6,-21v-9,-12,-22,-14,-36,-14r-12,0r0,-38v15,0,34,4,44,-11v5,-7,5,-14,5,-17v0,-18,-13,-31,-31,-31v-5,0,-17,1,-26,12v-4,5,-9,14,-9,29r-47,-10v3,-14,8,-48,46,-63v16,-7,31,-8,37,-8v9,0,15,1,19,2v13,3,59,13,59,62v0,7,-1,32,-22,45v-6,4,-11,6,-18,8v17,3,28,13,32,18v5,6,14,19,14,40"},"4":{"d":"188,-56r-31,0r0,56r-44,0r0,-56r-107,0r0,-31r107,-156r44,0r0,150r31,0r0,37xm115,-189r-62,96r60,0"},"5":{"d":"187,-87v0,33,-13,51,-22,61v-24,28,-56,29,-69,29v-9,0,-35,0,-56,-16v-18,-14,-26,-33,-27,-55r50,-3v1,21,14,35,35,35v10,0,17,-2,20,-4v14,-8,20,-30,20,-45v0,-3,0,-10,-3,-18v-3,-8,-12,-27,-37,-27v-6,0,-29,1,-37,22r-40,-2r17,-134r135,0r-4,41r-94,0r-8,54v3,-3,3,-5,5,-6v15,-12,35,-12,41,-12v10,0,34,1,53,22v15,16,21,36,21,58"},"6":{"d":"185,-81v0,21,-6,41,-20,57v-9,10,-28,27,-62,27v-8,0,-28,-1,-47,-14v-23,-17,-39,-45,-39,-103v0,-8,0,-55,17,-88v4,-9,10,-16,17,-23v21,-21,45,-22,56,-22v9,0,32,1,52,18v18,15,22,34,23,43r-46,6v0,-5,0,-8,-2,-12v-5,-10,-16,-15,-27,-15v-10,0,-25,4,-34,25v-5,13,-9,37,-9,50v4,-5,6,-7,11,-11v6,-5,21,-14,41,-14v9,0,28,1,46,18v9,9,23,26,23,58xm139,-77v0,-9,-1,-17,-6,-24v-9,-14,-22,-15,-28,-15v-24,0,-37,18,-37,40v0,21,11,31,18,35v3,2,9,4,18,4v5,0,18,0,27,-12v4,-5,8,-14,8,-28"},"7":{"d":"184,-204v-9,10,-16,21,-24,33v-21,32,-32,59,-43,95v-7,25,-12,50,-14,76r-60,0v14,-103,68,-170,90,-201r-110,0r0,-43r161,0r0,40"},"8":{"d":"191,-70v0,6,-1,21,-10,36v-10,17,-36,37,-81,37v-6,0,-21,-1,-38,-6v-14,-4,-52,-21,-52,-67v0,-12,3,-23,9,-32v8,-13,22,-21,31,-25v-9,-4,-13,-9,-16,-12v-5,-5,-15,-20,-15,-41v0,-16,6,-27,9,-32v10,-15,32,-35,75,-35v5,0,20,0,35,5v13,4,47,20,47,64v0,33,-20,46,-31,51v4,2,10,5,18,12v7,7,19,20,19,45xm138,-175v0,-4,0,-14,-8,-22v-2,-2,-5,-4,-11,-7v-4,-1,-8,-3,-17,-3v-8,0,-13,1,-16,2v-8,3,-21,9,-21,30v0,12,5,19,9,23v4,4,9,6,11,7v7,3,15,2,18,2v2,0,9,1,16,-2v7,-3,19,-11,19,-30xm143,-72v0,-22,-16,-30,-23,-32v-4,-1,-9,-3,-18,-3v-7,0,-13,0,-19,3v-7,3,-22,12,-22,33v0,14,7,21,11,25v6,5,15,9,31,9v22,0,40,-11,40,-35"},"9":{"d":"186,-131v0,31,-3,63,-20,91v-5,9,-11,17,-19,24v-11,10,-21,13,-27,15v-5,1,-16,4,-29,4v-11,0,-42,-1,-61,-30v-8,-13,-11,-26,-12,-31r49,-7v0,2,1,8,4,13v3,5,10,15,26,15v5,0,10,-1,15,-4v19,-12,24,-47,24,-67v-4,6,-8,10,-14,13v-11,6,-21,8,-34,8v-17,0,-32,-4,-45,-15v-19,-16,-25,-37,-25,-61v0,-6,0,-23,7,-38v7,-17,29,-46,75,-46v6,0,27,1,44,11v4,3,10,7,18,16v5,6,8,12,9,15v8,15,15,37,15,74xm133,-165v0,-3,1,-10,-2,-18v-6,-21,-23,-25,-32,-25v-3,0,-10,1,-16,5v-18,10,-18,31,-18,36v0,6,1,12,1,14v2,8,9,27,33,27v22,0,29,-16,32,-23v1,-5,2,-11,2,-16"},":":{"d":"76,-134r-48,0r0,-49r48,0r0,49xm76,0r-48,0r0,-49r48,0r0,49","w":90},";":{"d":"76,-134r-48,0r0,-49r48,0r0,49xm76,3v0,31,-17,40,-45,47r0,-21v15,-2,19,-11,19,-25r0,-4r-22,0r0,-49r48,0r0,52","w":90},"<":{"d":"208,-10r-167,-83r0,-44r167,-82r0,45r-124,58r124,59r0,47","w":260},"=":{"d":"225,-126r-189,0r0,-39r189,0r0,39xm225,-53r-189,0r0,-39r189,0r0,39","w":260},">":{"d":"219,-92r-168,82r0,-44r125,-59r-125,-59r0,-47r168,83r0,44","w":260},"?":{"d":"193,-183v0,22,-10,41,-27,55v-4,4,-9,7,-14,10v-20,14,-23,18,-23,42r0,10r-43,0r0,-9v0,-15,1,-40,10,-53v15,-21,47,-24,47,-55v0,-20,-19,-34,-38,-34v-28,0,-42,21,-42,47r-44,-5v1,-12,3,-23,7,-34v14,-35,46,-49,82,-49v45,0,85,26,85,75xm132,0r-48,0r0,-49r48,0r0,49"},"@":{"d":"298,-152v0,12,-2,24,-5,36v-3,13,-7,24,-12,36v-12,25,-37,55,-68,55v-18,0,-29,-10,-31,-28v-12,15,-27,28,-48,28v-33,0,-49,-29,-49,-59v0,-43,28,-103,77,-103v19,0,32,10,40,26r4,-19r29,0r-12,56v-4,16,-10,45,-10,60v0,6,2,14,9,14v8,0,13,-7,18,-12v21,-20,32,-61,32,-89v0,-52,-34,-81,-84,-81v-78,0,-138,71,-138,147v0,68,48,106,113,106v45,0,88,-21,119,-53r14,18v-36,36,-82,59,-133,59v-19,0,-40,-4,-58,-11v-53,-21,-80,-62,-80,-119v0,-93,70,-171,165,-171v63,0,108,39,108,104xm192,-126v0,-16,-8,-34,-27,-34v-32,0,-47,48,-47,74v0,12,2,25,14,31v3,2,7,2,11,2r2,0v31,-3,47,-46,47,-73","w":322},"A":{"d":"229,0r-51,0r-15,-50r-95,0r-15,50r-51,0r86,-254r54,0xm151,-91r-35,-117r-35,117r70,0","w":232},"B":{"d":"231,-72v0,26,-10,47,-33,60v-22,13,-45,12,-69,12r-100,0r0,-254r91,0v13,0,25,0,38,1v8,1,28,2,45,20v5,6,17,20,17,41v0,7,-2,33,-23,46v-6,4,-13,6,-20,7v3,1,12,2,20,7v13,7,34,23,34,60xm171,-184v0,-3,-1,-11,-6,-18v-12,-15,-35,-13,-52,-13r-37,0r0,63r17,0v13,0,25,0,38,-1v12,-1,23,-2,32,-11v3,-3,8,-9,8,-20xm183,-76v0,-7,-3,-25,-21,-34v-13,-6,-29,-6,-59,-6r-27,0r0,75r53,0v16,0,34,1,46,-13v3,-4,8,-10,8,-22","w":247},"C":{"d":"242,-71v-5,13,-10,23,-19,34v-12,15,-40,43,-91,43v-9,0,-29,0,-51,-10v-29,-14,-68,-49,-68,-124v0,-14,1,-50,24,-83v12,-18,41,-50,97,-50v49,0,74,25,86,41v8,12,13,25,17,38r-47,12v0,-3,-1,-11,-6,-20v-10,-18,-29,-27,-49,-27v-14,0,-25,4,-30,7v-19,9,-40,33,-40,81v0,7,0,37,15,60v5,8,11,14,18,19v15,10,30,11,37,11v20,0,35,-8,47,-23v5,-6,9,-13,10,-15v1,-3,3,-7,5,-13","w":247},"D":{"d":"241,-125v0,50,-19,101,-72,118v-22,7,-39,7,-62,7r-81,0r0,-254r91,0v12,0,25,1,36,3v13,3,41,11,62,38v11,15,26,43,26,88xm190,-125v0,-38,-11,-58,-24,-70v-4,-4,-13,-9,-27,-13v-12,-3,-19,-3,-41,-3r-25,0r0,168r13,0v26,0,40,0,52,-2v6,-1,24,-4,37,-20v16,-20,15,-57,15,-60","w":254},"E":{"d":"218,0r-190,0r0,-254r181,0r0,42r-134,0r0,60r123,0r0,41r-123,0r0,68r143,0r0,43","w":225},"F":{"d":"197,-212r-121,0r0,64r107,0r0,40r-107,0r0,108r-47,0r0,-254r168,0r0,42"},"G":{"d":"247,0r-41,0r0,-22v-21,19,-42,28,-70,28v-15,0,-51,-2,-82,-32v-15,-15,-37,-46,-37,-99v0,-32,9,-65,29,-91v12,-14,43,-45,94,-45v7,0,23,1,41,8v17,6,49,23,66,67r-46,18v-4,-12,-18,-50,-62,-50v-9,0,-28,2,-45,19v-12,13,-26,34,-26,73v0,10,1,49,30,73v13,10,26,14,42,14v25,0,48,-12,58,-36v2,-5,4,-10,5,-22r-63,0r0,-42r107,0r0,139","w":270},"H":{"d":"234,0r-48,0r0,-116r-109,0r0,116r-48,0r0,-254r48,0r0,96r109,0r0,-96r48,0r0,254","w":262},"I":{"d":"76,0r-47,0r0,-254r47,0r0,254","w":105},"J":{"d":"120,-61v0,7,-1,26,-14,42v-10,12,-31,24,-67,24v-6,0,-16,0,-30,-3r0,-47v13,3,19,4,26,4v12,0,19,-3,23,-5v17,-9,15,-31,15,-46r0,-162r47,0r0,193","w":142},"K":{"d":"239,0r-54,0r-68,-120r-41,48r0,72r-47,0r0,-254r47,0r0,116r102,-116r56,0r-84,96","w":240},"L":{"d":"178,0r-148,0r0,-254r47,0r0,211r101,0r0,43","w":187},"M":{"d":"264,0r-47,0r5,-209r-55,209r-43,0r-55,-209r5,209r-47,0r0,-254r69,0r50,188r49,-188r69,0r0,254","w":292},"N":{"d":"226,0r-42,0r-111,-178r3,178r-46,0r0,-254r42,0r113,179r-6,-179r47,0r0,254","w":254},"O":{"d":"261,-127v0,16,-2,61,-35,97v-6,6,-20,21,-43,29v-8,3,-23,7,-45,7v-36,0,-63,-12,-87,-39v-24,-27,-34,-59,-34,-94v0,-8,1,-27,8,-49v17,-51,60,-85,114,-85v49,0,78,27,90,41v13,15,32,44,32,93xm213,-122v0,-21,-3,-44,-15,-62v-13,-22,-33,-33,-59,-33v-16,0,-27,4,-32,7v-18,10,-41,33,-41,81v0,10,0,57,36,80v15,10,32,11,38,11v5,0,16,0,29,-6v19,-9,43,-30,44,-78","w":277},"P":{"d":"219,-170v0,40,-21,60,-34,69v-22,14,-46,15,-71,15r-37,0r0,86r-47,0r0,-254r85,0r19,0v11,1,42,2,65,29v18,21,20,45,20,55xm170,-171v0,-8,-2,-17,-6,-24v-11,-19,-33,-18,-51,-18r-36,0r0,88r34,0v3,0,7,-1,10,-1v24,-1,36,-8,42,-18v3,-4,7,-14,7,-27","w":225},"Q":{"d":"281,-36r-14,46v-3,-1,-6,-1,-11,-3v-9,-4,-25,-12,-43,-28v-30,26,-68,27,-80,27v-48,0,-75,-23,-87,-37v-13,-15,-33,-47,-33,-96v0,-33,9,-67,30,-93v32,-39,73,-41,91,-41v13,0,47,2,77,26v31,25,45,65,45,104v0,19,-5,47,-13,66v-1,1,-3,6,-6,11v1,3,4,5,7,8v7,5,23,11,32,11v2,0,2,0,5,-1xm204,-127v0,-11,-1,-56,-37,-78v-5,-3,-17,-10,-34,-10v-10,0,-30,3,-47,22v-9,11,-22,32,-22,67v0,5,0,17,4,31v9,32,33,56,68,56v18,0,33,-6,45,-19v9,-10,23,-34,23,-69","w":277},"R":{"d":"224,0r-55,0r-50,-94r-43,0r0,94r-47,0r0,-254r104,0v12,0,46,1,69,31v15,19,15,41,15,49v0,4,-1,17,-5,29v-4,10,-16,32,-45,41xm169,-174v0,-6,-1,-22,-16,-32v-8,-5,-18,-7,-38,-7r-39,0r0,79r17,0v28,0,45,0,57,-6v7,-4,19,-13,19,-34","w":232},"S":{"d":"228,-76v0,23,-7,41,-25,56v-31,26,-71,26,-83,26v-15,0,-64,0,-99,-37v-4,-5,-10,-11,-13,-17r40,-28v11,17,32,39,79,39v2,0,11,0,19,-2v5,-1,30,-8,30,-32v0,-3,-1,-9,-5,-15v-9,-12,-31,-15,-44,-18r-30,-7v-13,-3,-27,-5,-39,-11v-12,-6,-36,-22,-36,-59v0,-6,1,-23,10,-38v12,-19,39,-42,90,-42v23,0,68,4,103,52r-39,29v-8,-13,-26,-38,-66,-38v-3,0,-35,0,-45,20v-2,4,-3,7,-3,11v0,4,1,8,3,12v6,10,21,13,44,18r26,6v24,5,51,13,68,33v7,8,15,19,15,42","w":240},"T":{"d":"195,-211r-70,0r0,211r-48,0r0,-211r-69,0r0,-43r187,0r0,43"},"U":{"d":"234,-108v0,29,0,42,-5,56v-8,26,-37,58,-99,58v-30,0,-60,-7,-81,-30v-3,-3,-12,-13,-16,-27v-4,-13,-4,-25,-4,-52r0,-151r48,0r0,156v0,15,-1,20,2,28v5,15,18,30,52,30v6,0,42,1,52,-28v3,-8,3,-15,3,-32r0,-154r48,0r0,146","w":262},"V":{"d":"214,-254r-72,254r-64,0r-75,-254r50,0r57,200r55,-200r49,0","w":217},"W":{"d":"296,-254r-56,254r-55,0r-36,-177r-36,177r-56,0r-53,-254r49,0r34,194r40,-194r44,0r41,194r35,-194r49,0","w":299},"X":{"d":"230,0r-54,0r-60,-94r-58,94r-55,0r86,-138r-74,-116r55,0r46,73r45,-73r55,0r-72,116","w":232},"Y":{"d":"221,-254r-85,154r0,100r-47,0r0,-100r-85,-154r54,0r55,105r55,-105r53,0","w":225},"Z":{"d":"207,0r-198,0r0,-39r139,-173r-127,0r0,-42r186,0r0,40r-134,171r134,0r0,43","w":217},"[":{"d":"95,52r-74,0r0,-332r74,0r0,26r-35,0r0,280r35,0r0,26","w":102},"\\":{"d":"168,0r-43,0r-120,-254r43,0","w":172},"]":{"d":"81,52r-74,0r0,-26r35,0r0,-281r-35,0r0,-25r74,0r0,332","w":102},"^":{"d":"228,-102r-47,0r-49,-111r-50,111r-49,0r75,-152r46,0","w":260},"_":{"d":"184,80r-188,0r0,-33r188,0r0,33","w":180},"a":{"d":"180,0r-51,0r-1,-14v-7,6,-13,9,-17,10v-12,5,-23,8,-36,8v-9,0,-41,0,-58,-27v-3,-5,-8,-15,-8,-29v0,-10,3,-30,25,-45v15,-10,28,-13,45,-16v27,-5,37,-7,50,-12v0,-5,-1,-11,-3,-15v-4,-7,-12,-12,-28,-12v-17,0,-27,5,-32,11v-5,6,-4,13,-4,16r-44,-2v0,-8,1,-28,19,-42v11,-9,28,-16,59,-16v30,0,47,6,58,14v8,5,12,11,13,14v5,9,5,22,5,32r0,96v0,14,1,17,8,29xm129,-70r0,-20v-7,4,-16,7,-34,10v-10,2,-20,3,-29,8v-6,4,-11,10,-11,18v0,11,8,21,30,21v24,0,37,-12,41,-20v3,-6,3,-11,3,-17","w":195},"b":{"d":"197,-91v0,34,-13,69,-44,86v-16,9,-31,10,-38,10v-9,0,-24,-2,-41,-16r-8,-8r0,19r-43,0r0,-254r43,0r0,89v2,-2,4,-4,6,-5v18,-14,38,-15,46,-15v11,0,33,2,52,22v11,11,27,34,27,72xm153,-92v0,-5,0,-22,-10,-36v-8,-12,-21,-18,-35,-18v-11,0,-20,4,-28,12v-14,15,-14,35,-14,41v0,18,3,37,18,49v4,3,12,8,25,8v7,0,23,-2,33,-18v9,-14,11,-34,11,-38","w":209},"c":{"d":"179,-51v-3,8,-7,15,-12,22v-16,22,-42,34,-69,34v-6,0,-22,-1,-38,-8v-48,-22,-51,-72,-51,-87v0,-22,6,-43,19,-60v9,-12,32,-35,72,-35v12,0,23,2,33,6v10,4,32,17,44,45r-38,18v-3,-10,-8,-16,-11,-19v-5,-5,-13,-12,-30,-12v-13,0,-23,4,-31,14v-13,15,-14,36,-14,42v0,9,2,16,3,20v5,21,20,36,43,36v31,0,40,-27,43,-35","w":186},"d":{"d":"186,0r-43,0r0,-17r-5,5v-7,6,-22,17,-45,17v-6,0,-20,0,-34,-7v-19,-9,-46,-32,-46,-84v0,-55,29,-84,50,-93v6,-3,17,-6,32,-6v6,0,18,0,32,8v3,1,5,2,9,5r7,7r0,-89r43,0r0,254xm143,-89v0,-12,-2,-26,-8,-37v-2,-4,-7,-9,-10,-12v-7,-6,-15,-7,-24,-7v-4,0,-13,0,-22,6v-21,13,-21,43,-21,48v0,27,11,57,43,57v12,0,20,-3,28,-12v11,-12,14,-27,14,-43","w":209},"e":{"d":"193,-40v-3,4,-8,10,-17,18v-10,9,-34,27,-71,27v-12,0,-41,-1,-65,-24v-21,-19,-28,-44,-28,-72v0,-15,2,-29,8,-43v8,-18,31,-51,83,-51v40,0,62,20,71,34v8,13,16,35,17,70r-133,0v1,5,2,16,11,27v6,8,18,17,40,17v22,0,35,-10,41,-16v1,-1,3,-5,6,-9xm144,-113v0,0,-1,-9,-4,-15v-4,-9,-14,-23,-37,-23v-9,0,-14,2,-18,3v-20,8,-25,29,-26,35r85,0"},"f":{"d":"111,-149r-39,0r0,149r-44,0r0,-149r-27,0r0,-31r27,0r0,-21v0,-1,1,-13,2,-21v4,-21,17,-33,56,-33v8,0,17,1,25,2r0,37v-1,0,-9,-1,-14,-1v-26,0,-25,15,-25,27r0,10r39,0r0,31","w":112},"g":{"d":"187,-32v0,21,3,47,-11,65v-11,15,-35,27,-76,27v-40,0,-60,-11,-71,-27v-4,-6,-7,-14,-11,-29r48,0v1,4,1,6,4,9v9,14,29,13,32,13v22,0,33,-8,38,-17v5,-9,4,-19,4,-39v-20,18,-45,20,-54,20v-11,0,-23,-2,-33,-7v-19,-8,-45,-30,-45,-79v0,-6,0,-23,6,-39v12,-31,42,-50,76,-50v6,0,23,0,38,11v6,5,11,11,12,13r0,-19r43,0r0,148xm145,-96v0,-10,-1,-16,-2,-20v-3,-10,-13,-31,-42,-31v-6,0,-20,1,-32,14v-13,14,-12,30,-12,36v0,6,-1,21,11,34v2,2,6,6,12,9v4,2,10,4,21,4v17,0,27,-7,32,-12v12,-12,12,-28,12,-34","w":209},"h":{"d":"187,0r-42,0r0,-99v0,-14,0,-28,-12,-38v-4,-3,-10,-7,-22,-7v-15,0,-27,6,-36,17v-4,4,-7,10,-8,15v-1,5,-1,10,-1,16r0,96r-43,0r0,-254r43,0r0,92v4,-4,8,-8,17,-13v7,-4,20,-10,40,-10v20,0,41,6,53,23v11,16,11,33,11,51r0,111","w":209},"i":{"d":"66,-208r-43,0r0,-44r43,0r0,44xm66,0r-43,0r0,-180r43,0r0,180","w":90},"j":{"d":"67,-208r-43,0r0,-44r43,0r0,44xm67,15v0,5,1,20,-10,30v-7,7,-24,14,-47,14v-4,0,-7,-1,-10,-1r0,-39v2,0,11,-1,17,-5v8,-5,7,-12,7,-27r0,-167r43,0r0,195","w":90},"k":{"d":"198,0r-53,0r-54,-81r-25,25r0,56r-43,0r0,-254r43,0r0,143r70,-69r55,0r-69,69","w":195},"l":{"d":"67,0r-44,0r0,-254r44,0r0,254","w":90},"m":{"d":"293,0r-43,0r0,-110v0,-7,-1,-35,-30,-35v-7,0,-22,2,-32,18v-8,13,-9,28,-9,42r0,85r-43,0r0,-101r0,-12v0,0,0,-16,-10,-25v-7,-6,-16,-7,-19,-7v-4,0,-14,1,-23,9v-18,15,-18,40,-18,60r0,76r-43,0r0,-180r43,0r0,20v3,-4,4,-5,6,-6v6,-6,26,-19,51,-19v21,0,40,9,50,27v3,-4,6,-10,16,-16v8,-5,21,-11,42,-11v27,0,51,12,59,40v2,8,3,15,3,31r0,114","w":315},"n":{"d":"180,0r-42,0r0,-92v0,-14,0,-21,-2,-28v-5,-21,-21,-23,-30,-23v-5,0,-14,0,-23,8v-13,11,-17,26,-17,57r0,78r-43,0r0,-180r43,0r0,21v1,-1,4,-5,8,-9v17,-16,42,-17,48,-17v27,0,42,14,48,22v12,17,10,39,10,57r0,106"},"o":{"d":"198,-91v0,6,-1,24,-8,41v-7,18,-30,55,-84,55v-8,0,-22,0,-40,-8v-19,-8,-53,-34,-53,-88v0,-19,5,-34,8,-40v8,-18,30,-54,84,-54v7,0,22,0,39,8v19,8,54,32,54,86xm153,-91v-1,-28,-17,-56,-49,-56v-4,0,-14,1,-24,7v-9,6,-22,21,-22,48v0,9,0,17,3,25v3,9,15,33,45,33v33,0,48,-29,47,-57","w":209},"p":{"d":"197,-89v0,10,-1,37,-18,61v-21,30,-50,33,-64,33v-11,0,-30,-2,-49,-20r0,74r-43,0r0,-239r43,0r0,16v7,-8,23,-21,50,-21v12,0,36,2,57,26v9,11,24,34,24,70xm153,-91v0,-3,0,-13,-3,-23v-6,-18,-22,-30,-41,-30v-11,0,-19,4,-23,6v-9,6,-19,20,-20,47v0,7,0,14,2,21v5,20,20,34,42,34v8,0,16,-2,22,-6v10,-7,21,-22,21,-49","w":209},"q":{"d":"183,59r-43,0r0,-76v-8,9,-22,22,-51,22v-12,0,-38,-1,-58,-25v-10,-12,-22,-32,-22,-68v0,-6,1,-22,6,-39v11,-33,39,-58,75,-58v14,0,30,4,41,14v4,4,6,6,9,10r0,-19r43,0r0,239xm140,-90v0,-12,-3,-24,-9,-34v-2,-3,-5,-8,-11,-12v-4,-3,-12,-7,-24,-7v-4,0,-14,0,-23,7v-9,7,-20,21,-20,47v0,27,13,55,44,55v4,0,14,-1,24,-8v9,-7,19,-22,19,-48"},"r":{"d":"122,-140v-9,0,-44,0,-54,33v-3,10,-3,20,-3,30r0,77r-42,0r0,-180r42,0r0,26v3,-5,7,-11,11,-15v14,-14,37,-15,42,-15r4,0r0,44","w":127},"s":{"d":"175,-56v0,9,-2,16,-6,24v-9,17,-31,37,-75,37v-34,0,-58,-11,-69,-18v-6,-4,-12,-9,-17,-14r32,-26v1,2,4,5,9,9v15,13,38,14,43,14v11,0,24,-3,31,-11v3,-3,4,-6,4,-10v0,-1,1,-5,-2,-8v-5,-6,-11,-7,-24,-10v-12,-3,-23,-4,-35,-7v-8,-2,-50,-12,-50,-51v0,-14,5,-23,8,-27v9,-14,30,-31,69,-31v14,0,51,2,78,33r-31,29v-4,-8,-8,-12,-11,-15v-11,-10,-23,-13,-38,-13v-2,0,-14,1,-22,6v-6,4,-8,10,-8,13v0,6,5,10,6,11v5,4,17,6,31,9v10,2,19,3,29,5v10,2,21,6,29,12v6,5,19,17,19,39","w":187},"t":{"d":"109,-1v-6,1,-16,2,-31,2v-24,0,-36,-5,-43,-14v-4,-4,-5,-8,-5,-10v-2,-6,-2,-19,-2,-35r0,-91r-27,0r0,-31r27,0r0,-64r43,0r0,64r38,0r0,31r-38,0r0,81v0,7,-1,21,4,27v5,6,16,5,17,5v6,0,12,-1,17,-2r0,37","w":112},"u":{"d":"186,0r-43,0r0,-18v-9,8,-27,22,-58,22v-30,0,-45,-12,-52,-23v-12,-17,-11,-38,-11,-57r0,-104r44,0r0,97v0,15,-1,32,14,41v6,4,14,6,21,6v21,0,31,-15,35,-21v7,-14,7,-33,7,-47r0,-76r43,0r0,180","w":209},"v":{"d":"168,-180r-59,180r-46,0r-58,-180r44,0r38,124r36,-124r45,0","w":172},"w":{"d":"265,-180r-54,180r-43,0r-33,-115r-34,115r-43,0r-52,-180r45,0r31,123r34,-123r38,0r34,123r32,-123r45,0","w":270},"x":{"d":"178,0r-50,0r-37,-57r-36,57r-52,0r62,-96r-55,-84r51,0r30,45r28,-45r52,0r-55,84","w":180},"y":{"d":"169,-180r-46,157v-6,22,-15,60,-32,74v-11,9,-23,11,-37,11v-14,0,-19,-2,-26,-3r0,-37v17,2,28,0,34,-5v5,-5,6,-10,7,-13r-65,-184r47,0r40,134r34,-134r44,0","w":172},"z":{"d":"165,0r-154,0r0,-33r97,-108r-87,0r0,-39r144,0r0,33r-95,109r95,0r0,38","w":180},"{":{"d":"104,53r-19,0v-21,0,-31,-2,-39,-12v-4,-5,-7,-10,-8,-16v-2,-8,-2,-13,-2,-30r0,-2r0,-56v0,-14,-1,-21,-4,-26v-4,-8,-12,-11,-27,-12r0,-27v11,-1,15,-2,20,-5v8,-5,11,-12,11,-33r0,-55r0,-3v0,-16,0,-21,2,-29v1,-6,4,-12,8,-16v8,-9,18,-13,39,-13r18,0r1,26r-6,0v-8,0,-13,2,-17,6v-2,3,-3,5,-4,8v-1,5,-2,8,-2,25r0,54v0,30,-6,40,-29,49v8,2,11,4,16,9v10,8,13,17,13,39r0,54v0,17,1,21,2,26v3,9,10,13,22,13r5,0r0,26","w":108},"|":{"d":"64,51r-40,0r0,-331r40,0r0,331","w":88},"}":{"d":"103,-100v-11,1,-15,2,-20,5v-8,5,-11,12,-11,33r0,55r0,2v0,16,0,22,-2,30v-1,6,-4,12,-8,16v-8,9,-18,12,-39,12r-19,0r0,-26r6,1v8,0,13,-2,17,-6v2,-3,3,-5,4,-8v1,-5,2,-9,2,-26r0,-54v0,-30,6,-39,29,-48v-8,-2,-12,-4,-17,-9v-10,-9,-12,-17,-12,-39r0,-55v0,-16,-1,-20,-2,-25v-2,-9,-10,-14,-22,-14r-5,0r0,-26r19,0v21,0,31,4,39,13v4,5,7,11,8,16v2,8,2,13,2,30r0,2r0,55v0,14,1,22,4,27v4,7,12,11,27,12r0,27","w":108},"~":{"d":"235,-112v-11,14,-16,20,-26,26v-11,7,-21,10,-33,10v-12,0,-22,-4,-44,-14r-12,-6v-17,-8,-28,-11,-38,-11v-4,0,-8,2,-12,3v-8,3,-13,8,-25,22r-3,4r-16,-36v9,-12,12,-16,19,-22v11,-9,24,-14,38,-14v12,0,22,2,46,13r18,8v17,8,21,9,28,9v8,0,17,-3,24,-8v7,-5,11,-8,20,-20","w":260},"'":{"d":"47,-267r-11,107r-12,0r-11,-107r34,0","w":59},"`":{"d":"85,-206r-32,0r-40,-48r53,0","w":97},"\u00a0":{"w":103}}});


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright  1997, 2001 Berthold LLC. All rights reserved. Akzidenz Grotesk is a
 * trademark of the BertholdTypes Limited.
 * 
 * Full name:
 * AkzidenzGroteskBQ-Light
 */
Cufon.registerFont({"w":209,"face":{"font-family":"Akzi-Light","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-17 -288 311 92","underline-thickness":"21.24","underline-position":"-52.92","stemh":"19","stemv":"22","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":92},"!":{"d":"56,-111r-3,48r-17,0r-3,-48r0,-145r23,0r0,145xm58,0r-27,0r0,-42r27,0r0,42","w":74},"\"":{"d":"110,-267r-9,104r-11,0r-10,-104r30,0xm48,-267r-9,104r-11,0r-10,-104r30,0","w":128},"#":{"d":"225,-148r-63,0r-5,35r60,0r0,20r-63,0r-12,93r-22,0r13,-93r-36,0r-14,93r-21,0r13,-93r-60,0r0,-20r63,0r5,-35r-60,0r0,-20r62,0r12,-87r23,0r-13,87r36,0r11,-87r22,0r-12,87r61,0r0,20xm140,-148r-36,0r-5,35r37,0","w":240},"$":{"d":"199,-73v0,13,-5,43,-37,61v-8,4,-24,11,-46,12r0,33r-21,0r0,-33v-14,-1,-43,-5,-67,-34v-8,-9,-14,-19,-19,-30r26,-3v8,17,23,32,40,39v4,2,10,5,20,6r0,-103v-53,-14,-71,-38,-71,-66v0,-16,6,-32,18,-43v18,-17,47,-20,53,-20r0,-22r21,0r0,22v20,1,42,10,55,25v4,5,12,18,16,34r-24,2v-11,-31,-34,-37,-47,-38r0,88v6,2,29,8,49,18v21,11,34,27,34,52xm95,-149r0,-83v-5,0,-11,0,-20,4v-23,9,-27,26,-27,36v0,7,2,18,15,28v4,3,17,12,32,15xm174,-71v0,-13,-5,-22,-15,-29v-6,-5,-22,-13,-43,-18r0,96v4,0,16,0,28,-5v26,-11,30,-34,30,-44","w":217},"%":{"d":"304,-76v0,6,-1,46,-25,67v-13,11,-26,12,-32,12v-4,0,-17,-1,-27,-8v-15,-10,-29,-34,-29,-74v0,-6,-1,-45,21,-68v5,-6,16,-15,36,-15v21,0,32,10,37,16v20,24,19,64,19,70xm230,-263r-127,277r-15,-6r127,-278xm124,-172v0,7,-1,39,-18,61v-10,13,-23,18,-39,18v-5,0,-16,0,-26,-7v-15,-10,-30,-34,-30,-75v0,-6,-1,-49,25,-71v13,-11,26,-11,32,-11v4,0,17,0,28,8v15,11,29,35,28,77xm285,-77v0,-22,-3,-38,-7,-46v-8,-19,-21,-23,-30,-23v-4,0,-11,1,-19,7v-16,13,-19,40,-19,59v0,15,2,28,3,34v1,4,5,19,17,28v7,5,15,5,18,5v33,0,37,-41,37,-64xm105,-172v1,-43,-13,-69,-37,-69v-8,0,-20,3,-29,20v-4,8,-9,24,-9,47v0,1,-1,34,11,51v3,5,11,14,27,14v32,0,37,-40,37,-63","w":315},"&":{"d":"223,3v-15,0,-21,-3,-27,-7v-4,-2,-7,-6,-11,-9v-6,-5,-11,-11,-16,-17v-4,5,-9,11,-21,19v-8,5,-24,14,-49,14v-9,0,-30,-1,-50,-15v-18,-14,-29,-34,-29,-56v0,-37,26,-60,35,-67v9,-7,20,-14,29,-20v-5,-6,-21,-27,-21,-54v0,-30,20,-50,50,-50v27,0,50,16,50,45v0,12,-4,23,-11,33v-10,15,-23,24,-38,34r29,44v8,12,17,24,26,35v8,-22,9,-34,9,-46r23,0v0,22,-8,43,-11,49v-3,8,-5,12,-7,16v3,4,6,7,9,11v9,12,16,18,31,19r0,22xm141,-213v0,-8,-4,-26,-27,-26v-26,0,-29,21,-29,30v0,15,9,30,17,43v14,-6,26,-15,34,-29v1,-2,5,-10,5,-18xm157,-46v-10,-13,-19,-27,-28,-40v-11,-17,-22,-33,-34,-50v-4,3,-8,5,-12,8v-21,14,-38,32,-38,59v0,4,0,13,5,23v5,9,20,28,50,28v12,0,37,-4,57,-28","w":232},"(":{"d":"112,45r-9,13v-57,-43,-88,-104,-88,-175v0,-23,4,-49,12,-72v9,-27,23,-50,41,-69v11,-11,17,-17,34,-29r9,12v-18,15,-24,21,-33,34v-23,31,-36,75,-36,123v0,38,9,76,25,108v6,13,14,24,22,34v8,9,12,13,23,21","w":110},")":{"d":"99,-113v0,24,-4,49,-12,72v-9,27,-24,51,-42,70v-10,11,-16,16,-33,28r-9,-12v18,-15,24,-20,33,-33v23,-31,36,-76,36,-124v0,-37,-9,-76,-25,-108v-6,-12,-13,-24,-21,-34v-8,-9,-12,-12,-23,-21r9,-13v57,44,87,105,87,175","w":112},"*":{"d":"117,-214r-40,14r24,33r-13,9r-25,-32r-22,32r-13,-9r22,-34r-38,-10r5,-16r38,10r0,-39r17,0r0,40r39,-13","w":128},"+":{"d":"227,-95r-86,0r0,86r-21,0r0,-86r-86,0r0,-21r86,0r0,-86r21,0r0,86r86,0r0,21","w":260},",":{"d":"44,-6v0,26,-1,41,-16,63r-12,-8v11,-18,14,-28,14,-49r-14,0r0,-42r28,0r0,36","w":60},"-":{"d":"109,-95r-95,0r0,-22r95,0r0,22","w":122},".":{"d":"44,0r-28,0r0,-42r28,0r0,42","w":60},"\/":{"d":"169,-254r-138,254r-27,0r138,-254r27,0","w":172},"0":{"d":"194,-122v0,9,0,68,-33,103v-15,16,-34,24,-57,24v-7,0,-25,-1,-42,-13v-24,-17,-46,-54,-46,-119v0,-9,-1,-78,39,-113v8,-7,23,-19,50,-19v34,0,52,17,60,27v31,38,29,101,29,110xm170,-122v0,-7,1,-51,-14,-82v-4,-8,-19,-35,-51,-35v-8,0,-22,1,-36,15v-23,23,-29,65,-29,96v0,34,6,61,11,73v3,8,9,17,15,23v5,6,17,17,39,17v17,0,31,-7,41,-19v13,-15,23,-43,24,-88"},"1":{"d":"126,0r-22,0r0,-206v-5,4,-9,5,-15,7v-4,1,-14,3,-25,3r-6,0r0,-20v11,0,17,-2,22,-3v8,-3,24,-9,24,-32r0,-3r22,0r0,254"},"2":{"d":"191,-178v0,12,-2,32,-17,56v-25,40,-79,76,-86,81v-17,13,-33,21,-33,21r127,0r0,20r-160,0r0,-20r5,-3r23,-15v15,-10,30,-21,44,-33v3,-3,25,-20,40,-36v8,-8,33,-34,33,-73v0,-11,-2,-21,-7,-31v-15,-28,-48,-29,-56,-29v-23,0,-44,9,-55,30v-2,4,-7,14,-7,27v0,22,13,38,18,43r-30,-3v-8,-20,-9,-33,-9,-42v0,-15,4,-26,6,-31v8,-18,30,-43,77,-43v13,0,59,1,79,43v3,6,8,20,8,38"},"3":{"d":"189,-71v0,5,-1,20,-8,34v-14,30,-46,42,-77,42v-43,0,-66,-21,-75,-36v-5,-8,-12,-21,-14,-42r25,-8v0,3,-1,14,2,24v8,30,34,41,62,41v50,0,61,-32,61,-53v0,-6,-1,-29,-18,-42v-14,-11,-32,-11,-49,-11r-35,0r0,-20r30,0v13,0,18,0,24,-1v22,-3,32,-12,37,-21v6,-10,7,-21,7,-25v0,-11,-3,-19,-5,-23v-10,-20,-31,-28,-52,-28v-40,0,-55,29,-58,43v-1,3,-1,6,-1,13r-25,-6v7,-27,19,-50,46,-62v7,-3,19,-7,38,-7v19,0,42,5,57,18v22,18,22,43,22,52v0,22,-8,41,-29,50v-8,4,-18,5,-26,6v14,1,24,4,29,7v13,6,32,21,32,55"},"4":{"d":"195,-64r-39,0r0,64r-22,0r0,-64r-114,0r0,-18r112,-172r24,0r0,170r39,0r0,20xm134,-84r0,-135r-89,135r89,0"},"5":{"d":"189,-87v0,5,0,17,-4,31v-3,12,-16,44,-52,56v-5,2,-16,5,-30,5v-8,0,-31,0,-52,-15v-11,-8,-27,-24,-32,-57r23,-7v0,5,2,10,2,12v1,5,4,21,16,32v12,11,27,15,43,15v10,0,19,-2,28,-6v34,-16,34,-56,34,-65v0,-22,-6,-45,-25,-59v-6,-4,-17,-12,-35,-12v-8,0,-22,1,-36,14v-2,1,-6,6,-10,11v-3,5,-6,12,-9,24r-19,-3r5,-143r134,0r0,21r-113,0r-6,88v4,-9,12,-15,15,-18v8,-6,19,-13,42,-13v23,0,45,9,60,27v9,10,21,30,21,62"},"6":{"d":"195,-82v0,8,0,26,-10,45v-21,40,-63,42,-76,42v-27,0,-43,-10,-52,-17v-22,-18,-36,-48,-36,-107v0,-36,4,-78,27,-108v18,-23,39,-32,68,-32v5,0,17,0,30,4v15,5,36,17,47,52r-24,8v0,-1,-2,-12,-6,-20v-12,-24,-40,-24,-46,-24v-28,0,-40,11,-48,20v-9,11,-17,26,-22,56v-3,14,-3,20,-3,28v9,-14,22,-23,27,-26v7,-4,21,-9,42,-9v8,0,33,1,53,17v4,3,9,8,15,18v13,22,14,44,14,53xm171,-85v0,-9,-1,-19,-4,-27v-8,-26,-30,-39,-56,-39v-4,0,-13,1,-23,4v-25,8,-36,27,-39,36v-2,4,-4,10,-4,21v0,6,0,19,6,34v5,14,20,41,59,41v17,0,30,-3,42,-15v9,-9,20,-26,19,-55"},"7":{"d":"184,-233v-20,27,-31,46,-38,59v-41,75,-47,142,-51,174r-24,0v4,-63,24,-122,55,-176v11,-19,24,-39,37,-57r-120,0r0,57r-20,0r0,-78r161,0r0,21"},"8":{"d":"194,-69v0,15,-5,27,-8,32v-9,18,-33,42,-81,42v-30,0,-61,-10,-78,-37v-4,-6,-11,-20,-11,-39v0,-8,0,-23,12,-38v4,-6,18,-21,40,-26v-3,-1,-8,-3,-14,-7v-9,-6,-28,-21,-28,-50v0,-4,1,-17,7,-29v8,-17,29,-38,73,-38v8,0,51,1,71,33v9,14,9,27,9,33v0,6,0,23,-11,37v-1,1,-6,7,-12,11v-9,7,-15,9,-20,10v5,1,9,2,14,5v10,6,37,25,37,61xm163,-193v0,-20,-12,-46,-57,-46v-45,0,-57,29,-57,48v0,7,1,19,14,31v16,15,35,16,43,16v4,0,12,0,22,-3v9,-3,35,-14,35,-46xm170,-69v0,-13,-3,-21,-6,-26v-15,-28,-52,-30,-59,-30v-32,0,-65,17,-65,54v0,16,6,31,19,41v18,14,39,14,46,14v13,0,22,-2,27,-4v22,-8,38,-25,38,-49"},"9":{"d":"190,-134v0,11,0,43,-10,75v-7,21,-25,64,-86,64v-39,0,-64,-18,-76,-56r25,-9v2,11,3,20,11,29v14,16,34,16,41,16v7,0,27,0,43,-14v3,-3,9,-9,14,-19v11,-22,14,-52,15,-75v-3,6,-11,20,-28,29v-7,4,-22,10,-43,10v-7,0,-24,-1,-41,-11v-39,-21,-41,-64,-41,-76v0,-13,2,-26,7,-38v7,-18,28,-50,78,-50v13,0,48,2,70,34v12,17,21,45,21,91xm165,-165v0,-9,-1,-17,-2,-20v-3,-13,-16,-55,-64,-55v-16,0,-33,5,-44,18v-8,8,-16,25,-16,51v0,5,-1,29,12,46v6,9,22,21,49,21v15,0,25,-4,30,-7v13,-6,26,-18,31,-31v4,-9,4,-19,4,-23"},":":{"d":"59,-127r-28,0r0,-41r28,0r0,41xm59,0r-28,0r0,-42r28,0r0,42","w":74},";":{"d":"59,-127r-28,0r0,-41r28,0r0,41xm59,0v0,24,-4,37,-17,57r-11,-8v11,-18,14,-28,14,-49r-14,0r0,-42r28,0r0,42","w":74},"<":{"d":"209,-7r-168,-85r0,-25r168,-86r0,23r-147,75r147,74r0,24","w":260},"=":{"d":"225,-126r-189,0r0,-21r189,0r0,21xm225,-62r-189,0r0,-21r189,0r0,21","w":260},">":{"d":"220,-93r-168,87r0,-24r147,-74r-147,-75r0,-23r168,85r0,24","w":260},"?":{"d":"166,-189v0,6,-1,24,-11,41v-8,13,-23,26,-34,36v-9,9,-15,15,-18,20v-4,7,-4,16,-4,24r0,7r-22,0r0,-12v0,-11,0,-21,6,-31v3,-4,6,-8,9,-11r24,-23v14,-14,27,-30,27,-51v0,-5,-1,-10,-2,-15v-4,-12,-15,-33,-47,-33v-3,0,-12,0,-20,3v-19,8,-28,26,-28,45v0,6,1,20,9,35r-27,-8v-1,-5,-4,-16,-4,-29v0,-5,0,-18,6,-31v16,-35,54,-36,64,-36v10,0,37,0,56,23v7,8,16,22,16,46xm102,0r-28,0r0,-42r28,0r0,42","w":172},"@":{"d":"298,-153v0,16,-3,33,-7,48v-9,32,-38,79,-75,79v-21,0,-29,-14,-29,-33v-13,18,-32,33,-55,33v-33,0,-45,-29,-45,-58v0,-32,14,-70,41,-89v10,-7,22,-12,34,-12v22,0,36,14,43,34r6,-26r21,0r-12,52v-5,21,-10,42,-10,64v0,8,4,18,13,18v8,0,15,-6,20,-11v25,-22,38,-65,38,-98v0,-56,-37,-88,-92,-88v-84,0,-148,75,-148,156v0,72,53,112,122,112v45,0,89,-20,121,-52r10,12v-37,35,-79,57,-131,57v-76,0,-138,-49,-138,-129v0,-92,72,-172,166,-172v64,0,107,38,107,103xm197,-127v0,-20,-11,-39,-33,-39v-35,0,-53,52,-53,81v0,20,10,39,32,39v36,0,54,-51,54,-81","w":322},"A":{"d":"229,0r-27,0r-29,-77r-114,0r-29,77r-26,0r103,-254r20,0xm166,-96r-49,-130r-50,130r99,0","w":232},"B":{"d":"225,-72v0,11,-2,45,-34,62v-21,11,-48,10,-71,10r-91,0r0,-254r106,0r16,0v9,0,36,1,54,25v11,15,12,32,12,38v0,8,-2,31,-23,45v-10,7,-19,9,-23,9v35,7,54,30,54,65xm192,-191v0,-4,-1,-15,-8,-25v-13,-18,-36,-17,-55,-17r-76,0r0,86r72,0v20,0,44,1,58,-17v6,-8,9,-17,9,-27xm201,-71v0,-9,-2,-31,-25,-45v-16,-9,-34,-10,-52,-10r-71,0r0,104r65,0v22,0,38,0,47,-2v12,-3,36,-14,36,-47","w":240},"C":{"d":"225,-195r-24,12v-2,-9,-6,-17,-11,-25v-9,-14,-25,-31,-62,-31v-5,0,-24,-1,-39,8v-13,7,-23,18,-30,30v-8,15,-16,35,-16,72v0,8,0,25,5,46v5,23,20,68,84,68v23,0,41,-7,55,-26v9,-12,13,-22,14,-28r22,14v-13,27,-29,41,-40,48v-10,6,-27,13,-54,13v-14,0,-56,-1,-83,-36v-27,-34,-28,-86,-28,-96v0,-12,0,-66,31,-102v12,-14,27,-22,33,-25v8,-4,22,-8,44,-8v14,0,29,2,42,7v30,10,45,31,57,59","w":240},"D":{"d":"230,-128v0,14,-2,63,-34,98v-4,4,-16,17,-33,23v-17,6,-33,7,-68,7r-66,0r0,-254r68,0r27,0v29,1,50,5,71,28v14,15,35,47,35,98xm205,-127v0,-10,-1,-52,-25,-81v-3,-4,-12,-14,-26,-19v-14,-5,-27,-5,-56,-5r-44,0r0,210r38,0v33,0,53,-2,67,-8v14,-6,23,-19,26,-23v9,-12,20,-37,20,-74","w":247},"E":{"d":"204,0r-175,0r0,-254r166,0r0,22r-142,0r0,91r129,0r0,22r-129,0r0,97r151,0r0,22","w":217},"F":{"d":"195,-233r-142,0r0,86r128,0r0,21r-128,0r0,126r-24,0r0,-254r166,0r0,21","w":202},"G":{"d":"226,-196r-23,12v-2,-6,-8,-30,-27,-44v-12,-9,-28,-12,-43,-12v-12,0,-23,2,-35,7v-25,12,-54,44,-54,107v0,63,26,94,52,105v6,3,16,6,31,6v10,0,33,-1,52,-21v13,-14,24,-35,24,-75r-94,0r0,-22r115,0r0,133r-21,0r0,-42v-6,16,-14,23,-19,28v-22,20,-49,20,-58,20v-9,0,-29,0,-50,-11v-44,-23,-58,-74,-58,-120v0,-14,0,-86,55,-120v10,-6,29,-16,59,-16v64,0,84,43,94,65","w":254},"H":{"d":"233,0r-24,0r0,-119r-156,0r0,119r-24,0r0,-254r24,0r0,113r156,0r0,-113r24,0r0,254","w":262},"I":{"d":"53,0r-24,0r0,-254r24,0r0,254","w":82},"J":{"d":"151,-105v0,14,0,28,-1,42v-1,18,-3,36,-16,50v-3,4,-10,10,-21,14v-7,3,-16,5,-33,5v-13,0,-22,-2,-27,-3v-10,-3,-33,-11,-43,-39v-5,-14,-5,-31,-5,-34r25,-6r0,12v0,0,-1,24,11,36v14,13,37,13,41,13v6,0,26,0,37,-18v8,-13,8,-35,8,-49r0,-172r24,0r0,149","w":180},"K":{"d":"234,0r-30,0r-95,-138r-55,56r0,82r-25,0r0,-254r25,0r0,142r138,-142r33,0r-99,101","w":240},"L":{"d":"194,0r-165,0r0,-254r25,0r0,232r140,0r0,22","w":202},"M":{"d":"256,0r-24,0r2,-216r-83,216r-16,0r-85,-216r3,216r-24,0r0,-254r29,0r86,215r82,-215r30,0r0,254","w":285},"N":{"d":"226,0r-24,0r-149,-220r0,220r-24,0r0,-254r24,0r151,217r-2,-217r24,0r0,254","w":254},"O":{"d":"237,-129v0,32,-9,71,-29,98v-5,6,-18,23,-40,31v-8,3,-20,6,-40,6v-30,0,-53,-8,-74,-29v-16,-17,-36,-50,-36,-105v0,-14,1,-65,34,-101v5,-5,17,-17,35,-24v8,-3,21,-8,41,-8v17,0,58,3,85,43v10,15,24,44,24,89xm211,-129v0,-10,0,-53,-25,-84v-3,-3,-11,-13,-23,-19v-6,-3,-17,-8,-35,-8v-63,0,-84,61,-84,113v0,9,0,62,31,92v15,14,32,20,52,20v22,0,40,-6,55,-23v28,-31,29,-82,29,-91","w":254},"P":{"d":"221,-185v0,16,-5,33,-15,46v-7,9,-14,14,-18,16v-18,9,-40,9,-80,9r-56,0r0,114r-23,0r0,-254r87,0v15,0,30,0,45,1v18,1,31,5,43,19v7,8,17,23,17,49xm197,-185v0,-4,0,-17,-7,-29v-12,-19,-30,-20,-50,-20r-26,0r-62,0r0,98r55,0r32,0v18,0,36,-1,48,-16v5,-6,10,-15,10,-33","w":225},"Q":{"d":"250,-10r-15,16r-32,-30v-12,12,-34,30,-75,30v-36,0,-57,-13,-68,-23v-41,-35,-42,-94,-42,-108v0,-52,18,-84,32,-100v3,-3,10,-12,20,-18v18,-13,38,-18,60,-18v26,0,48,7,67,24v40,36,41,93,41,107v0,15,-1,52,-22,88xm213,-125v0,-10,1,-50,-20,-81v-3,-5,-13,-19,-29,-27v-6,-3,-18,-7,-35,-7v-20,0,-33,6,-40,10v-35,21,-46,68,-46,105v0,9,1,47,20,77v4,6,9,11,15,16v8,7,23,18,50,18v13,0,43,-2,64,-32v15,-22,21,-53,21,-79","w":254},"R":{"d":"224,0r-31,0r-80,-113r-59,0r0,113r-25,0r0,-254r72,0v14,0,29,-1,43,0v10,1,45,3,63,34v4,6,9,20,9,39v0,30,-16,54,-44,63v-7,3,-15,4,-31,5xm193,-183v0,-5,-1,-16,-8,-28v-12,-20,-32,-22,-53,-22r-78,0r0,99r59,0r21,0v18,-1,38,-2,50,-19v4,-5,9,-15,9,-30","w":232},"S":{"d":"207,-69v0,13,-4,37,-31,57v-12,8,-31,18,-64,18v-49,0,-84,-20,-94,-70r24,-13v1,15,3,22,6,29v7,16,25,33,64,33v5,0,16,1,29,-3v23,-7,42,-25,42,-51v0,-4,-1,-14,-7,-24v-9,-14,-23,-20,-53,-28v-18,-5,-39,-9,-56,-17v-12,-6,-36,-21,-36,-57v0,-20,7,-32,12,-38v22,-28,64,-28,71,-28v28,0,55,8,73,30v5,6,10,12,15,26r-22,12v-3,-8,-6,-15,-11,-22v-7,-10,-24,-26,-55,-26v-5,0,-32,0,-48,16v-5,5,-12,14,-12,30v0,9,3,16,8,23v11,15,29,20,46,24v24,6,56,13,75,29v8,6,24,22,24,50","w":217},"T":{"d":"190,-233r-81,0r0,233r-24,0r0,-233r-80,0r0,-21r185,0r0,21","w":195},"U":{"d":"219,-139v0,18,0,35,-1,53v-1,23,-4,45,-20,64v-12,13,-32,28,-73,28v-9,0,-41,0,-66,-19v-4,-3,-12,-10,-18,-21v-13,-23,-12,-49,-12,-102r0,-118r24,0r0,165v0,14,1,28,7,41v6,13,17,19,22,22v13,7,27,10,42,10v6,0,38,0,56,-21v14,-17,15,-40,15,-61r0,-156r24,0r0,115","w":247},"V":{"d":"214,-254r-96,254r-21,0r-93,-254r26,0r78,221r80,-221r26,0","w":217},"W":{"d":"311,-254r-72,254r-20,0r-61,-206r-60,206r-19,0r-75,-254r26,0r59,211r61,-211r16,0r63,211r58,-211r24,0","w":315},"X":{"d":"233,0r-30,0r-82,-122r-86,122r-27,0r96,-137r-83,-117r30,0r70,102r70,-102r29,0r-83,117","w":240},"Y":{"d":"221,-254r-99,149r0,105r-24,0r0,-105r-94,-149r28,0r79,126r81,-126r29,0","w":225},"Z":{"d":"199,-238r-154,216r152,0r0,22r-187,0r0,-16r157,-217r-147,0r0,-21r179,0r0,16"},"[":{"d":"88,52r-61,0r0,-332r61,0r0,18r-39,0r0,296r39,0r0,18","w":97},"\\":{"d":"169,0r-27,0r-138,-254r27,0","w":172},"]":{"d":"71,51r-62,0r0,-18r40,0r0,-296r-40,0r0,-18r62,0r0,332","w":97},"^":{"d":"215,-104r-23,0r-62,-130r-61,130r-23,0r72,-150r24,0","w":260},"_":{"d":"184,74r-188,0r0,-21r188,0r0,21","w":180},"a":{"d":"177,0v-20,0,-31,-2,-38,-9v-7,-7,-8,-14,-8,-22v-2,5,-5,10,-9,14v-7,8,-25,21,-52,21v-22,0,-34,-8,-41,-15v-4,-4,-13,-15,-13,-32v0,-5,1,-17,10,-27v13,-16,33,-21,52,-26v11,-3,22,-7,33,-9r20,-4r0,-9v0,-6,0,-11,-2,-17v-4,-11,-13,-22,-39,-22v-22,0,-33,5,-39,14v-5,8,-6,18,-6,27r-24,-4v1,-4,3,-18,10,-30v8,-12,26,-26,58,-26v17,0,40,4,52,18v12,14,11,32,11,49r0,55v0,17,-1,28,5,33v5,4,14,4,20,4r0,17xm131,-78r0,-13r-11,3v-33,9,-62,16,-72,24v-6,5,-11,12,-11,20v0,6,2,12,3,13v8,16,27,16,31,16v21,0,46,-13,55,-33v3,-7,5,-14,5,-30","w":180},"b":{"d":"172,-83v0,7,-1,38,-18,61v-5,8,-11,12,-14,14v-6,5,-19,12,-39,12v-7,0,-19,-1,-33,-10v-3,-1,-9,-6,-14,-13v-3,-4,-4,-8,-6,-12r0,31r-21,0r0,-254r21,0r0,111v1,-3,2,-4,3,-7v6,-9,21,-25,49,-25v24,0,37,11,44,17v20,19,28,48,28,75xm149,-82v0,-5,0,-18,-4,-32v-9,-35,-32,-42,-48,-42v-13,0,-22,4,-26,7v-14,9,-23,28,-23,63v0,16,1,26,3,32v3,10,13,39,48,39v8,0,26,-1,38,-19v5,-8,12,-24,12,-48","w":187},"c":{"d":"163,-38v-5,10,-10,18,-18,25v-8,7,-24,17,-50,17v-9,0,-33,0,-53,-19v-26,-24,-26,-60,-26,-70v0,-13,1,-23,5,-35v11,-35,40,-56,77,-56v27,0,42,10,50,19v10,10,13,19,15,24r-19,5v-8,-19,-27,-29,-47,-29v-6,0,-21,1,-35,13v-22,19,-23,50,-23,58v0,5,1,35,16,54v3,3,8,9,17,13v4,2,11,5,23,5v22,0,37,-10,47,-29","w":172},"d":{"d":"161,0r-21,0r0,-31v-8,23,-30,35,-53,35v-6,0,-22,-1,-36,-11v-35,-23,-35,-70,-35,-79v0,-10,1,-57,37,-79v6,-4,19,-10,37,-10v14,0,28,4,38,13v8,8,10,13,12,18r0,-110r21,0r0,254xm140,-85v0,-35,-6,-52,-20,-62v-5,-3,-15,-9,-29,-9v-4,0,-13,0,-22,5v-15,8,-30,28,-30,65v0,6,-1,70,51,70v13,0,24,-4,33,-13v14,-15,17,-37,17,-56","w":187},"e":{"d":"172,-45v-2,4,-6,13,-13,22v-9,11,-26,27,-61,27v-6,0,-24,0,-40,-9v-41,-21,-42,-71,-42,-82v0,-6,0,-20,5,-35v11,-32,39,-54,74,-54v10,0,35,2,55,24v14,15,22,40,22,61r0,5r-133,0v0,14,1,23,3,29v4,14,17,42,56,42v15,0,39,-4,55,-36xm148,-103v-5,-44,-34,-54,-53,-54v-30,0,-44,21,-49,30v-3,7,-5,16,-6,24r108,0","w":187},"f":{"d":"106,-154r-39,0r0,154r-21,0r0,-154r-38,0r0,-18r38,0r0,-32v0,-18,-1,-24,2,-34v4,-11,12,-21,36,-21v8,0,14,1,22,2r0,21v-4,-1,-10,-4,-20,-4v-7,0,-11,1,-13,4v-7,7,-6,14,-6,30r0,34r39,0r0,18","w":112},"g":{"d":"168,-18v0,14,0,27,-1,41v0,6,-1,29,-17,45v-9,10,-28,20,-59,20v-9,0,-49,0,-66,-33v-6,-12,-8,-24,-8,-28r23,-4v3,19,8,46,54,46v6,0,35,1,47,-23v6,-12,5,-25,6,-52r0,-18r0,-9v0,1,-1,6,-3,10v-6,11,-23,27,-54,27v-17,0,-29,-6,-35,-9v-39,-22,-39,-72,-39,-82v0,-30,9,-62,36,-78v6,-4,20,-10,39,-10v7,0,25,0,41,13v7,5,11,11,12,14v2,4,3,7,3,8r0,-32r21,0r0,154xm147,-84v0,-4,1,-35,-12,-54v-5,-8,-19,-19,-42,-19v-3,0,-12,0,-20,3v-36,14,-36,59,-36,67v0,25,7,43,13,51v5,8,13,14,22,17v9,4,16,4,20,4v5,0,20,-1,33,-10v18,-13,22,-38,22,-59","w":195},"h":{"d":"160,0r-21,0r0,-94r0,-16v0,-17,-3,-34,-20,-42v-6,-3,-13,-4,-20,-4v-26,0,-38,15,-43,24v-7,14,-7,28,-7,58r0,74r-22,0r0,-254r22,0r0,110v0,-1,2,-6,5,-10v6,-8,21,-21,48,-21v8,0,32,1,47,21v10,13,11,27,11,57r0,97","w":187},"i":{"d":"48,-212r-21,0r0,-33r21,0r0,33xm48,0r-21,0r0,-172r21,0r0,172","w":74},"j":{"d":"48,-212r-21,0r0,-33r21,0r0,33xm48,-21r0,60v0,19,-1,31,-6,39v-4,6,-11,14,-28,14v-6,0,-18,0,-31,-7r0,-20r3,2v10,5,21,6,25,6v1,0,9,0,13,-5v2,-3,2,-5,2,-6v1,-5,1,-22,1,-39r0,-47r0,-148r21,0r0,151","w":74},"k":{"d":"176,0r-26,0r-65,-89r-37,35r0,54r-21,0r0,-254r21,0r0,173r96,-91r27,0r-72,69","w":180},"l":{"d":"48,0r-21,0r0,-254r21,0r0,254","w":74},"m":{"d":"251,0r-22,0r0,-93v0,-30,1,-47,-12,-57v-8,-6,-17,-6,-21,-6v-19,0,-32,11,-40,28v-6,14,-7,26,-7,56r0,72r-21,0r0,-95v0,-23,0,-37,-5,-46v-6,-10,-17,-15,-28,-15v-9,0,-27,2,-38,23v-8,15,-9,31,-9,64r0,69r-21,0r0,-172r21,0r0,36v0,-2,2,-9,5,-14v9,-18,27,-25,46,-25v27,0,40,16,44,26v1,4,3,8,4,17v3,-9,4,-14,6,-18v5,-10,19,-25,47,-25v11,0,22,2,31,8v20,14,20,38,20,82r0,85","w":277},"n":{"d":"161,0r-22,0r0,-89v0,-23,0,-37,-4,-47v-4,-9,-10,-13,-13,-15v-10,-6,-19,-5,-23,-5v-4,0,-14,0,-23,4v-13,6,-23,20,-26,33v-2,8,-2,23,-2,44r0,75r-21,0r0,-172r21,0r0,31v1,-4,4,-11,12,-19v7,-6,19,-15,42,-15v32,0,47,17,52,29v6,14,7,28,7,57r0,89","w":187},"o":{"d":"172,-87v0,6,0,20,-5,35v-11,35,-38,56,-74,56v-12,0,-40,-1,-60,-28v-8,-10,-17,-29,-17,-60v0,-8,0,-24,8,-43v17,-44,53,-49,70,-49v20,0,37,6,51,19v19,18,27,44,27,70xm149,-85v1,-56,-28,-73,-55,-73v-5,0,-19,1,-31,10v-13,10,-24,28,-24,64v0,6,-1,42,22,60v5,4,15,10,32,10v25,0,56,-17,56,-71","w":187},"p":{"d":"172,-85v0,6,-1,15,-4,29v-3,13,-18,60,-68,60v-27,0,-41,-15,-47,-24v-2,-3,-3,-4,-5,-9r0,120r-21,0r0,-263r21,0r0,28v3,-6,4,-8,6,-11v6,-8,21,-20,46,-20v18,0,29,5,35,9v26,17,37,52,37,81xm150,-88v0,-5,-1,-17,-5,-30v-10,-33,-36,-38,-49,-38v-8,0,-16,2,-22,6v-13,7,-21,21,-24,35v-2,9,-2,18,-2,27v-1,22,1,46,19,61v12,10,23,10,29,10v40,0,54,-38,54,-71","w":187},"q":{"d":"160,91r-20,0r0,-121v-3,6,-5,9,-7,12v-15,20,-39,22,-46,22v-6,0,-21,-1,-35,-10v-15,-10,-36,-36,-36,-81v0,-8,0,-47,25,-70v7,-6,23,-18,47,-18v17,0,35,6,46,19v3,4,4,7,6,12r0,-28r20,0r0,263xm140,-86v0,-21,-2,-46,-20,-60v-5,-4,-14,-10,-29,-10v-23,0,-36,14,-41,21v-9,13,-12,32,-12,47v0,12,2,22,3,26v6,25,22,46,50,46v14,0,23,-5,27,-9v19,-14,22,-39,22,-61","w":180},"r":{"d":"110,-174r0,20v-4,-1,-9,-2,-14,-2v-26,0,-42,16,-46,41v-1,9,-2,21,-2,41r0,74r-21,0r0,-172r21,0r0,28v1,-3,3,-6,5,-9v2,-3,9,-12,20,-17v5,-2,13,-4,25,-4v3,0,6,-1,12,0","w":112},"s":{"d":"145,-49v0,4,0,13,-5,23v-7,13,-24,30,-59,30v-10,0,-38,-2,-57,-26v-5,-7,-9,-13,-12,-20r21,-7v3,12,16,34,48,34v16,0,27,-5,32,-9v8,-6,12,-16,12,-25v0,-5,-2,-11,-5,-15v-5,-8,-14,-12,-32,-16v-17,-4,-44,-6,-56,-21v-6,-7,-9,-18,-9,-27v0,-5,2,-22,15,-34v12,-11,32,-14,47,-14v5,0,26,0,42,11v13,9,17,22,18,28r-20,5v-4,-20,-24,-25,-41,-25v-14,0,-24,3,-29,6v-1,1,-4,4,-7,8v-4,6,-4,11,-4,14v0,20,21,25,36,28r18,4v15,3,30,9,39,22v8,11,8,21,8,26","w":164},"t":{"d":"100,-5v-5,3,-14,8,-28,8r-5,0v-5,0,-18,-1,-23,-15v-3,-8,-3,-26,-3,-34r0,-108r-36,0r0,-18r36,0r0,-73r21,0r0,73r38,0r0,18r-38,0r0,95r0,18v0,10,0,26,14,26v9,0,18,-6,24,-11r0,21","w":105},"u":{"d":"161,0r-22,0r0,-31v-3,6,-5,10,-7,13v-16,22,-38,22,-47,22v-3,0,-12,0,-21,-3v-15,-5,-27,-18,-32,-33v-4,-12,-5,-28,-5,-55r0,-85r22,0r0,89v0,21,-1,32,2,42v3,10,11,25,36,25v9,0,27,0,41,-19v13,-18,11,-40,11,-61r0,-76r22,0r0,172","w":187},"v":{"d":"146,-172r-66,172r-17,0r-59,-172r21,0r47,140r53,-140r21,0","w":150},"w":{"d":"240,-172r-54,172r-18,0r-42,-141r-42,141r-18,0r-58,-172r20,0r46,139r42,-139r18,0r43,139r43,-139r20,0","w":247},"x":{"d":"157,0r-24,0r-51,-73r-52,73r-22,0r63,-89r-58,-83r24,0r45,66r47,-66r23,0r-58,83","w":164},"y":{"d":"154,-172r-78,197v-16,41,-22,62,-49,62v-12,0,-19,-4,-23,-7r0,-21v10,7,16,8,22,8v12,0,15,-8,23,-26v2,-5,5,-11,7,-16r9,-25r-59,-172r20,0r50,146r56,-146r22,0","w":157},"z":{"d":"135,0r-125,0r0,-13r93,-140r-85,0r0,-19r115,0r0,13r-93,140r95,0r0,19","w":142},"{":{"d":"92,53r-11,0v-17,-1,-25,-4,-33,-13v-4,-4,-7,-9,-8,-15v-2,-8,-3,-14,-3,-30r0,-2r0,-60v0,-14,0,-21,-3,-26v-4,-7,-12,-11,-27,-12r0,-18v11,-1,15,-3,20,-6v8,-5,10,-12,10,-33r0,-60r0,-2v0,-17,1,-22,3,-30v4,-18,18,-28,41,-28r11,0r0,18r-6,0v-11,0,-16,2,-20,6v-2,2,-4,4,-5,7v-1,5,-2,9,-2,26r0,62v0,30,-6,40,-29,49v8,3,12,4,17,9v9,9,12,17,12,39r0,63v0,17,1,20,2,25v3,10,10,14,25,14r6,0r0,17","w":96},"|":{"d":"52,51r-22,0r0,-331r22,0r0,331","w":82},"}":{"d":"89,-105v-11,1,-15,2,-20,5v-8,5,-10,12,-10,33r0,60r0,2v0,17,0,22,-2,30v-5,18,-19,28,-42,28r-11,0r0,-17r7,0v11,0,16,-2,20,-6v2,-2,3,-5,4,-8v1,-5,2,-7,2,-25r0,-63v0,-30,6,-39,29,-48v-8,-3,-12,-4,-17,-9v-10,-9,-12,-18,-12,-40r0,-62v0,-17,-1,-21,-2,-26v-3,-10,-9,-13,-24,-13r-7,0r0,-18r11,0v17,1,26,4,34,13v4,4,7,10,8,16v2,8,2,13,2,29r0,3r0,59v0,14,0,22,3,27v4,7,12,11,27,12r0,18","w":96},"~":{"d":"234,-114v-11,14,-16,19,-26,25v-11,7,-21,10,-33,10v-8,0,-14,-1,-24,-5v-6,-3,-12,-4,-19,-8r-13,-7v-17,-8,-28,-10,-38,-10v-4,0,-8,1,-12,2v-8,3,-12,9,-24,22r-4,4r-14,-15v9,-12,12,-16,19,-22v10,-9,24,-14,38,-14v5,0,10,1,15,2v9,2,15,4,34,13r15,6v17,7,21,9,28,9v8,0,17,-3,24,-8v6,-5,10,-7,20,-19","w":260},"'":{"d":"48,-267r-9,104r-11,0r-10,-104r30,0","w":66},"`":{"d":"89,-201r-19,0r-62,-50r41,0","w":97},"\u00a0":{"w":92}}});


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1985, 1987, 1989, 1990, 1997, 1998, 1999 Adobe Systems
 * Incorporated.  All Rights Reserved.Helvetica is a trademark of Linotype-Hell AG
 * and/or its subsidiaries.
 * 
 * Description:
 *  The digitally encoded machine readable software for producing the  Typefaces
 * licensed to you is copyrighted (c) 1985, 1987, 1989, 1990,  1997, 1998, 1999,
 * 1999 Adobe Systems.  All Rights Reserved. This software is the property of Adobe
 * Systems  Incorporated and its licensors, and may not be reproduced, used,  
 * displayed, modified, disclosed or transferred without the express   written
 * approval of Adobe.    The digitally encoded machine readable outline data for
 * producing  the Typefaces licensed to you is copyrighted (c) 1981, 1999
 * Linotype-Hell  AG and/or its subsidiaries. All Rights Reserved.  This data is
 * the property of Linotype-Hell AG and/or its subsidiaries  and may not be
 * reproduced, used, displayed, modified, disclosed or   transferred without the
 * express written approval of Linotype-Hell AG   and/or its subsidiaries.
 */
Cufon.registerFont({"w":200,"face":{"font-family":"HelveticaBold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-12 -279 334 81","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"\u00a0":{"w":100},"\"":{"d":"35,-258r36,0r0,97r-36,0r0,-97xm100,-258r35,0r0,97r-35,0r0,-97","w":170},"#":{"d":"86,-147r-6,43r34,0r7,-43r-35,0xm179,-72r-35,0r-10,72r-34,0r10,-72r-35,0r-10,72r-34,0r10,-72r-35,0r5,-32r35,0r6,-43r-35,0r4,-33r35,0r10,-71r34,0r-10,71r35,0r10,-71r34,0r-10,71r35,0r-5,33r-35,0r-6,43r35,0"},"$":{"d":"108,-32v3,0,6,-1,10,-2v4,-1,8,-3,11,-6v3,-3,6,-6,8,-10v2,-4,3,-10,3,-17v0,-5,-1,-10,-3,-14v-2,-4,-4,-7,-7,-10v-3,-3,-7,-4,-11,-6v-4,-2,-7,-4,-11,-5r0,70xm92,-217v-5,0,-10,1,-14,3v-4,2,-7,4,-9,7v-2,3,-5,5,-6,8v-1,3,-1,7,-1,10v0,6,0,10,2,14v2,4,4,7,7,10v3,3,6,4,10,6v4,2,7,3,11,4r0,-62xm138,-180v0,-8,-2,-15,-4,-20v-2,-5,-3,-8,-6,-11v-3,-3,-6,-4,-9,-5v-3,-1,-7,-1,-11,-1r0,67v17,6,31,10,40,15v9,5,15,9,20,13v5,5,9,10,12,15v3,5,5,9,6,14v1,5,2,9,2,13r0,9v0,8,-1,16,-4,25v-3,9,-7,18,-13,25v-6,7,-15,13,-25,18v-10,5,-23,8,-38,9r0,35r-16,0r0,-35v-15,-1,-27,-3,-37,-7v-10,-4,-19,-9,-25,-16v-6,-7,-12,-15,-15,-25v-3,-10,-4,-22,-4,-35r47,0v0,6,1,12,2,17v1,5,3,9,5,13v2,4,6,6,10,9v4,3,10,5,17,6r0,-76v-9,-2,-18,-5,-27,-8v-9,-3,-17,-8,-24,-13v-7,-5,-13,-13,-18,-21v-5,-8,-7,-19,-7,-31v0,-10,2,-19,5,-28v3,-9,8,-17,14,-24v6,-7,14,-12,23,-16v9,-4,21,-7,34,-7r0,-23r16,0r0,23v7,1,15,2,23,4v8,2,16,6,24,11v8,5,13,13,19,22v6,9,9,23,10,39r-46,0"},"%":{"d":"216,-61v0,8,2,14,8,20v6,6,12,8,20,8v8,0,14,-2,20,-8v6,-6,9,-12,9,-20v0,-8,-3,-14,-9,-20v-6,-6,-12,-9,-20,-9v-8,0,-14,3,-20,9v-6,6,-8,12,-8,20xm179,-61v0,-9,2,-18,5,-26v3,-8,8,-15,14,-21v6,-6,13,-11,21,-14v8,-3,16,-5,25,-5v9,0,18,2,26,5v8,3,15,9,21,15v6,6,11,12,14,20v3,8,5,17,5,26v0,9,-2,17,-5,25v-3,8,-8,15,-14,21v-6,6,-13,11,-21,14v-8,3,-17,5,-26,5v-9,0,-17,-2,-25,-5v-8,-3,-15,-8,-21,-14v-6,-6,-11,-12,-14,-20v-3,-8,-5,-17,-5,-26xm101,7r-27,0r143,-263r27,0xm10,-190v0,-9,2,-18,5,-26v3,-8,8,-15,14,-21v6,-6,13,-11,21,-14v8,-3,17,-5,26,-5v9,0,17,3,25,6v8,3,15,8,21,14v6,6,11,13,14,21v3,8,5,16,5,25v0,9,-2,17,-5,25v-3,8,-8,15,-14,21v-6,6,-13,11,-21,14v-8,3,-16,5,-25,5v-9,0,-18,-2,-26,-5v-8,-3,-15,-7,-21,-13v-6,-6,-11,-13,-14,-21v-3,-8,-5,-17,-5,-26xm47,-190v0,8,3,14,9,20v6,6,12,8,20,8v8,0,14,-2,20,-8v6,-6,8,-12,8,-20v0,-8,-2,-14,-8,-20v-6,-6,-12,-9,-20,-9v-8,0,-14,3,-20,9v-6,6,-9,12,-9,20","w":320},"&":{"d":"100,-113r-13,10v0,0,-7,7,-10,10v-3,3,-4,6,-5,10v-1,4,-2,8,-2,13v0,3,0,6,1,10v1,4,3,7,6,11v3,4,7,6,12,9v5,3,11,4,19,4v8,0,16,-2,23,-6v7,-4,13,-8,17,-12xm252,0r-60,0r-18,-22v-4,4,-9,8,-13,11v-4,3,-9,6,-15,9v-6,3,-12,4,-20,6v-8,2,-16,3,-26,3v-12,0,-23,-2,-33,-6v-10,-4,-19,-9,-26,-16v-7,-7,-12,-15,-16,-24v-4,-9,-6,-18,-6,-28v0,-6,1,-12,2,-18v1,-6,4,-13,7,-19v3,-6,9,-13,15,-19v6,-6,15,-13,26,-19r6,-3v-6,-6,-11,-14,-16,-23v-5,-9,-8,-20,-8,-31v0,-9,2,-17,5,-24v3,-7,8,-14,14,-19v6,-5,14,-9,22,-12v8,-3,18,-4,28,-4v7,0,15,1,22,3v7,2,14,6,20,11v6,5,11,10,15,18v4,8,6,17,6,27v0,9,-2,17,-5,24v-3,7,-7,13,-12,18v-5,5,-9,10,-14,13v-5,3,-9,6,-12,7r37,45v3,-5,7,-10,9,-17v2,-7,3,-15,4,-25r45,0v-1,9,-1,16,-3,23v-2,7,-4,14,-6,20v-2,6,-6,12,-9,18v-3,6,-7,10,-11,16xm140,-199v0,-7,-2,-13,-6,-16v-4,-3,-10,-5,-16,-5v-6,0,-10,2,-14,5v-4,3,-7,9,-7,16v0,4,2,9,5,14v3,5,8,11,14,18v7,-4,13,-9,17,-14v4,-5,7,-11,7,-18","w":259},"'":{"d":"25,-258r35,0r0,97r-35,0r0,-97","w":85},"(":{"d":"76,75v-8,-11,-15,-23,-23,-35v-8,-12,-15,-25,-21,-39v-6,-14,-10,-29,-14,-45v-4,-16,-5,-32,-5,-50v0,-18,2,-34,5,-50v3,-16,8,-31,14,-45v6,-14,12,-28,20,-40v8,-12,16,-24,24,-35r37,0v-7,12,-13,24,-19,36v-6,12,-12,25,-16,39v-4,14,-7,28,-10,44v-3,16,-4,32,-4,51v0,19,1,36,4,52v3,16,7,29,11,43v4,14,9,27,15,39v6,12,13,23,19,35r-37,0","w":119},")":{"d":"44,-264v8,11,15,22,23,34v8,12,15,26,21,40v6,14,10,29,14,45v4,16,5,32,5,50v0,18,-2,33,-5,49v-3,16,-8,31,-14,45v-6,14,-12,27,-20,40v-8,13,-16,25,-24,36r-37,0v7,-12,13,-24,19,-36v6,-12,11,-25,15,-39v4,-14,8,-28,11,-44v3,-16,3,-32,3,-51v0,-19,-1,-36,-4,-52v-3,-16,-6,-30,-10,-44v-4,-14,-10,-26,-16,-38r-18,-35r37,0","w":119},"*":{"d":"130,-202r-37,12r24,35r-22,16r-25,-33r-25,33r-22,-16r24,-35r-37,-12r8,-26r37,12r0,-42r30,0r0,42r37,-12","w":140},"+":{"d":"85,-182r40,0r0,71r71,0r0,40r-71,0r0,71r-40,0r0,-71r-71,0r0,-40r71,0r0,-71","w":210},",":{"d":"77,-7v0,11,-1,20,-4,28v-3,8,-6,14,-11,19v-5,5,-11,10,-17,13v-6,3,-14,5,-22,7r0,0r0,-19v3,-1,7,-2,10,-4v3,-2,7,-4,10,-7v3,-3,5,-6,7,-11v2,-5,3,-11,3,-19r-30,0r0,-53r54,0r0,46","w":100},"-":{"d":"110,-77r-100,0r0,-47r100,0r0,47","w":119},"\u00ad":{"d":"110,-77r-100,0r0,-47r100,0r0,47","w":119},".":{"d":"77,0r-54,0r0,-53r54,0r0,53","w":100},"\/":{"d":"30,7r-42,0r82,-272r42,0","w":100},"0":{"d":"63,-125v0,17,1,31,2,43v1,12,3,21,6,28v3,7,6,12,11,15v5,3,11,6,18,6v7,0,13,-3,18,-6v5,-3,8,-8,11,-15v3,-7,5,-16,6,-28v1,-12,2,-26,2,-43v0,-17,-1,-30,-2,-42v-1,-12,-3,-21,-6,-28v-3,-7,-6,-12,-11,-15v-5,-3,-11,-5,-18,-5v-7,0,-13,2,-18,5v-5,3,-8,8,-11,15v-3,7,-5,16,-6,28v-1,12,-2,25,-2,42xm12,-125v0,-45,6,-78,21,-99v15,-21,37,-32,67,-32v30,0,52,11,67,32v15,21,22,54,22,99v0,45,-7,79,-22,100v-15,21,-37,32,-67,32v-30,0,-52,-11,-67,-32v-15,-21,-21,-55,-21,-100"},"1":{"d":"25,-211r7,0v12,0,22,-2,30,-5v8,-3,14,-6,19,-10v5,-4,8,-10,10,-15v2,-5,4,-10,4,-15r41,0r0,256r-50,0r0,-176r-61,0r0,-35"},"2":{"d":"12,-165v0,-14,2,-26,5,-36v3,-10,7,-18,12,-25v5,-7,11,-12,17,-16v6,-4,12,-7,18,-9v6,-2,12,-3,18,-4v6,-1,10,-1,14,-1v12,0,23,2,34,6v11,4,20,8,28,15v8,7,14,16,19,26v5,10,7,21,7,34v0,11,-2,21,-5,29v-3,8,-8,16,-13,23v-5,7,-11,12,-17,17v-6,5,-13,10,-19,14r-22,16v-6,5,-12,8,-17,12v-5,4,-8,7,-11,10v-3,3,-6,6,-7,9r111,0r0,45r-175,0v0,-7,2,-15,3,-23v1,-8,3,-16,7,-24v4,-8,9,-17,17,-26v8,-9,19,-19,33,-29v17,-13,17,-12,29,-21v8,-6,15,-12,20,-18v5,-6,10,-11,12,-17v2,-6,3,-12,3,-19v0,-4,-1,-9,-2,-13v-1,-4,-3,-8,-6,-11v-3,-3,-7,-7,-11,-9v-4,-2,-10,-3,-16,-3v-9,0,-16,2,-21,5v-5,3,-9,7,-11,12v-2,5,-3,9,-4,15v-1,6,-1,11,-1,16r-49,0"},"3":{"d":"77,-148r8,0v4,0,8,-1,13,-1v5,0,10,-2,14,-4v4,-2,8,-5,11,-10v3,-5,4,-12,4,-20v0,-2,0,-5,-1,-9v-1,-4,-2,-7,-4,-10v-2,-3,-6,-7,-10,-10v-4,-3,-10,-3,-17,-3v-9,0,-15,2,-20,5v-5,3,-8,7,-10,12v-2,5,-4,9,-4,14r0,10r-47,0v0,-12,2,-23,5,-33v3,-10,9,-19,16,-26v7,-7,15,-12,26,-16v11,-4,24,-7,38,-7v9,0,17,2,26,4v9,2,18,6,26,12v8,6,14,13,19,22v5,9,8,21,8,34v0,6,-1,12,-3,17v-2,5,-4,10,-7,14v-3,4,-6,8,-10,11v-4,3,-7,4,-11,6r0,1v2,1,6,2,10,4v4,2,9,5,13,10v4,5,8,11,11,18v3,7,5,16,5,27v0,12,-3,24,-7,34v-4,10,-9,19,-17,26v-8,7,-17,13,-28,17v-11,4,-22,6,-35,6v-4,0,-9,-1,-15,-1v-6,0,-12,-1,-19,-3v-7,-2,-13,-5,-20,-9v-7,-4,-13,-9,-18,-15v-5,-6,-9,-14,-12,-23v-3,-9,-5,-21,-5,-34r49,0r0,0v0,3,0,8,1,13v1,5,2,9,5,14v3,5,6,9,11,12v5,3,12,6,20,6v10,0,19,-4,27,-11v8,-7,11,-18,11,-32v0,-9,-2,-15,-6,-20v-4,-5,-8,-9,-14,-11v-6,-2,-12,-4,-19,-4v-7,0,-12,-1,-18,-1r0,-36"},"4":{"d":"189,-57r-28,0r0,57r-50,0r0,-57r-101,0r0,-43r94,-156r57,0r0,160r28,0r0,39xm111,-96r0,-75v0,0,1,-31,1,-35r-1,0r-64,110r64,0"},"5":{"d":"63,-153v5,-3,10,-7,17,-10v7,-3,16,-4,28,-4v9,0,18,1,27,4v9,3,17,8,25,15v8,7,14,15,19,25v5,10,7,23,7,38v0,9,-1,18,-4,29v-3,11,-7,21,-14,30v-7,9,-17,17,-29,23v-12,6,-27,10,-46,10v-10,0,-20,-2,-30,-5v-10,-3,-18,-8,-26,-14v-8,-6,-14,-14,-19,-23v-5,-9,-7,-20,-8,-33r50,0v1,11,4,19,10,25v6,6,15,10,26,10v12,0,21,-5,28,-14v7,-9,10,-20,10,-34v0,-6,-1,-12,-2,-17v-1,-5,-4,-11,-7,-15v-3,-4,-6,-7,-11,-10v-5,-3,-11,-4,-18,-4r-6,0v0,0,-6,1,-9,2v-3,1,-7,4,-10,6v-3,2,-6,5,-8,10r-45,-2r17,-140r141,0r0,42r-104,0"},"6":{"d":"137,-82v0,-8,-2,-15,-4,-20v-2,-5,-5,-11,-9,-14v-4,-3,-8,-6,-12,-7v-4,-1,-8,-2,-12,-2v-5,0,-9,0,-14,2v-5,2,-8,5,-12,8v-4,3,-7,8,-9,14v-2,6,-3,12,-3,20v0,14,3,25,10,34v7,9,18,14,30,14v5,0,9,-1,13,-3v4,-2,8,-5,11,-9v3,-4,6,-9,8,-15v2,-6,3,-13,3,-22xm132,-191v-1,-7,-3,-12,-8,-17v-5,-5,-12,-7,-21,-7v-8,0,-16,2,-21,6v-5,4,-9,10,-12,17v-3,7,-6,14,-7,22v-1,8,-3,17,-3,25r1,1r7,-7v0,0,5,-5,9,-7v4,-2,9,-4,14,-5v5,-1,11,-2,18,-2v13,0,25,2,35,7v10,5,18,11,24,18v6,7,12,16,15,25v3,9,4,19,4,29v0,14,-2,26,-6,38v-4,12,-10,21,-17,29v-7,8,-16,15,-26,19v-10,4,-22,7,-34,7v-19,0,-35,-4,-47,-11v-12,-7,-22,-17,-29,-29v-7,-12,-11,-27,-13,-42v-2,-15,-4,-31,-4,-47v0,-8,0,-16,1,-26v1,-10,2,-20,4,-30v2,-10,6,-20,10,-29v4,-9,9,-18,16,-25v7,-7,16,-13,26,-17v10,-4,23,-7,38,-7v3,0,6,0,11,1v5,1,9,2,14,3v5,1,10,3,15,5v5,2,9,5,12,8v4,3,7,6,9,9r7,10v0,0,3,7,4,12v1,5,3,10,4,17r-50,0"},"7":{"d":"190,-212v-6,7,-14,16,-24,29v-10,13,-19,27,-29,45v-10,18,-18,39,-26,62v-8,23,-13,48,-14,76r-52,0v1,-17,3,-33,7,-49v4,-16,8,-31,14,-45v6,-14,11,-27,18,-39r20,-33v0,0,12,-17,18,-24v6,-7,10,-13,14,-17r-127,0r1,-44r180,0r0,39"},"8":{"d":"137,-74v0,-5,-1,-9,-2,-14v-1,-5,-3,-8,-6,-12v-3,-4,-7,-7,-12,-10v-5,-3,-11,-4,-18,-4v-5,0,-9,1,-13,3v-4,2,-8,4,-11,7v-3,3,-7,7,-9,12v-2,5,-3,11,-3,18v0,12,3,22,10,29v7,7,15,12,27,12v6,0,12,-1,17,-4v5,-3,9,-6,12,-10v3,-4,5,-8,6,-13v1,-5,2,-10,2,-14xm189,-76v0,8,-2,17,-5,27v-3,10,-7,19,-14,27v-7,8,-17,14,-28,20v-11,6,-25,9,-42,9v-17,0,-31,-2,-42,-7v-11,-5,-20,-11,-27,-19v-7,-8,-12,-16,-15,-25v-3,-9,-4,-18,-4,-27r0,-13v0,0,1,-11,4,-17v3,-6,7,-13,12,-19v5,-6,12,-11,22,-16v-10,-5,-18,-12,-23,-20v-5,-8,-8,-18,-8,-30v0,-11,3,-20,7,-29v4,-9,9,-16,16,-22v7,-6,16,-11,26,-14v10,-3,20,-5,31,-5v13,0,25,2,35,6v10,4,18,8,25,14v7,6,13,14,16,22v3,8,5,16,5,25v0,11,-2,21,-7,30v-5,9,-13,15,-23,21v6,3,12,7,17,11v5,4,9,8,12,13v3,5,5,10,7,16v2,6,3,14,3,22xm100,-152v10,0,19,-3,24,-9v5,-6,8,-14,8,-23v0,-10,-3,-17,-9,-23v-6,-6,-13,-8,-21,-8v-12,0,-20,3,-26,9v-6,6,-8,13,-8,22v0,4,1,8,2,12v1,4,3,7,6,10v3,3,6,5,10,7v4,2,8,3,14,3"},"9":{"d":"66,-59r0,0v1,9,5,16,10,20v5,4,11,6,19,6v5,0,11,-2,16,-4v5,-2,9,-6,13,-12v4,-6,7,-13,10,-22v3,-9,4,-21,4,-34r-1,0v-6,9,-13,14,-22,17v-9,3,-18,4,-27,4v-12,0,-23,-2,-33,-6v-10,-4,-17,-11,-24,-18v-7,-7,-12,-15,-15,-25v-3,-10,-5,-20,-5,-31v0,-16,2,-28,6,-40v4,-12,11,-21,19,-29v8,-8,16,-13,27,-17v11,-4,23,-6,35,-6v15,0,27,3,37,8v10,5,19,10,26,18v7,8,11,17,15,27v4,10,6,19,8,29v2,10,3,18,3,27v0,9,1,17,1,23v0,25,-3,45,-8,62v-5,17,-12,31,-21,41v-9,10,-19,17,-30,21v-11,4,-22,7,-34,7v-11,0,-21,-2,-30,-5v-9,-3,-17,-7,-24,-13v-7,-6,-13,-13,-17,-21v-4,-8,-7,-17,-8,-27r50,0xm61,-171v0,10,1,18,3,24v2,6,6,11,9,14v3,3,7,6,12,7v5,1,9,2,14,2v4,0,9,-1,13,-3v4,-2,8,-4,12,-7v4,-3,7,-8,9,-13v2,-5,3,-12,3,-20v0,-15,-3,-27,-9,-35v-6,-8,-16,-12,-29,-12v-3,0,-8,0,-12,1v-4,1,-7,4,-11,7v-4,3,-7,7,-10,13v-3,6,-4,13,-4,22"},":":{"d":"87,-132r-54,0r0,-52r54,0r0,52xm87,0r-54,0r0,-53r54,0r0,53","w":119},";":{"d":"87,-132r-54,0r0,-52r54,0r0,52xm87,-7v0,11,-1,20,-4,28v-3,8,-6,14,-11,19v-5,5,-11,10,-17,13v-6,3,-14,5,-22,7r0,0r0,-19v3,-1,7,-2,10,-4v3,-2,7,-4,10,-7v3,-3,5,-6,7,-11v2,-5,3,-11,3,-19r-30,0r0,-53r54,0r0,46","w":119},"\u037e":{"d":"87,-132r-54,0r0,-52r54,0r0,52xm87,-7v0,11,-1,20,-4,28v-3,8,-6,14,-11,19v-5,5,-11,10,-17,13v-6,3,-14,5,-22,7r0,0r0,-19v3,-1,7,-2,10,-4v3,-2,7,-4,10,-7v3,-3,5,-6,7,-11v2,-5,3,-11,3,-19r-30,0r0,-53r54,0r0,46","w":119},"<":{"d":"197,3r-183,-78r0,-32r183,-78r0,39r-131,55r131,55r0,39","w":210},
"=":{"d":"196,-31r-182,0r0,-41r182,0r0,41xm196,-111r-182,0r0,-40r182,0r0,40","w":210},">":{"d":"144,-91r-130,-55r0,-39r183,78r0,32r-183,78r0,-39","w":210},"?":{"d":"138,0r-52,0r0,-51r52,0r0,51xm87,-75v0,-9,0,-17,1,-23v1,-6,2,-12,5,-18v3,-6,6,-11,11,-16v5,-5,12,-10,20,-16v7,-5,12,-10,16,-16v4,-6,6,-13,6,-20v0,-7,-1,-12,-3,-17v-2,-5,-6,-8,-9,-11v-3,-3,-7,-5,-11,-6v-4,-1,-8,-1,-12,-1v-8,0,-14,1,-19,4v-5,3,-9,6,-12,10v-3,4,-4,8,-5,13v-1,5,-3,10,-3,14r0,1r-50,0v0,-16,3,-29,8,-40v5,-11,12,-19,20,-26v8,-7,18,-11,28,-14v10,-3,20,-5,30,-5v4,0,8,1,14,1v6,0,12,1,19,3v7,2,14,5,21,8v7,3,13,8,19,14v6,6,10,13,14,21v4,8,5,18,5,30v0,7,-1,14,-3,20v-2,6,-4,12,-8,17v-4,5,-9,10,-14,15v-5,5,-11,9,-18,14v-4,3,-7,6,-10,8v-3,2,-5,6,-7,9v-2,3,-3,7,-4,11v-1,4,-1,10,-1,16r-48,0","w":219},"@":{"d":"225,-197r31,0r-21,92v-1,3,0,4,-1,8v-1,3,-1,5,-1,7v0,2,0,5,1,6v1,1,2,2,4,2v5,0,10,-1,15,-4v5,-3,9,-7,13,-13v4,-6,7,-12,9,-20v2,-8,4,-16,4,-26v0,-15,-3,-28,-8,-39v-5,-11,-11,-21,-20,-29v-9,-8,-20,-14,-32,-18v-12,-4,-24,-6,-38,-6v-16,0,-30,3,-43,9v-13,6,-23,13,-32,23v-9,10,-15,21,-20,34v-5,13,-8,27,-8,42v0,16,3,31,8,44v5,13,14,25,23,34v9,9,21,16,34,21v13,5,27,8,43,8v15,0,29,-3,42,-8v13,-5,23,-12,33,-21r32,0v-13,19,-28,33,-47,43v-19,10,-39,15,-62,15v-19,0,-38,-3,-55,-10v-17,-7,-32,-17,-45,-29v-13,-12,-23,-26,-30,-43v-7,-17,-12,-34,-12,-54v0,-19,4,-37,11,-54v7,-17,17,-31,30,-43v13,-12,28,-22,45,-29v17,-7,34,-10,53,-10v16,0,33,3,48,8v15,5,28,12,40,22v12,10,22,21,29,35v7,14,10,29,10,46v0,19,-4,36,-11,49v-7,13,-15,24,-25,32v-10,8,-21,14,-31,18v-10,4,-19,6,-25,6v-5,0,-10,-2,-14,-5v-4,-3,-6,-8,-6,-14r-1,-1v-5,5,-10,10,-17,14v-7,4,-14,6,-21,6v-8,0,-15,-2,-22,-5v-7,-3,-13,-8,-18,-14v-5,-6,-10,-12,-13,-20v-3,-8,-5,-16,-5,-24v0,-11,2,-22,6,-33v4,-11,9,-20,16,-28v7,-8,15,-15,24,-20v9,-5,19,-8,31,-8v9,0,18,2,25,6v7,4,14,10,19,18xm209,-135v0,-9,-3,-16,-8,-22v-5,-6,-13,-9,-21,-9v-6,0,-12,2,-17,5v-5,3,-9,6,-13,11v-4,5,-7,10,-9,16v-2,6,-3,11,-3,17v0,9,3,17,8,23v5,6,11,9,20,9v6,0,13,-2,18,-5v5,-3,9,-7,13,-12v4,-5,7,-10,9,-16v2,-6,3,-11,3,-17","w":351},"A":{"d":"96,-98r66,0r-32,-102r0,0xm64,0r-57,0r92,-258r63,0r91,258r-59,0r-17,-53r-95,0","w":259},"B":{"d":"79,-157r64,0v11,0,20,-3,27,-7v7,-4,11,-12,11,-22v0,-11,-4,-18,-11,-22v-7,-4,-17,-6,-29,-6r-62,0r0,57xm79,-45r66,0v13,0,24,-3,31,-9v7,-6,11,-15,11,-28v0,-6,-2,-11,-4,-15v-2,-4,-4,-7,-8,-10v-4,-3,-8,-4,-13,-5v-5,-1,-9,-2,-14,-2r-69,0r0,69xm27,-258r126,0v16,0,29,2,39,6v10,4,19,10,25,17v6,7,10,13,12,21v2,8,4,15,4,22v0,9,-2,17,-4,23v-2,6,-5,11,-8,15v-3,4,-7,7,-11,9v-6,3,-5,4,-9,6v8,3,14,6,19,11v5,5,10,9,13,15v3,6,5,11,6,17v1,6,2,13,2,19v0,10,-2,21,-6,30v-4,9,-9,17,-16,24v-4,4,-8,6,-12,9v-4,3,-9,6,-15,8v-6,2,-13,3,-22,4v-9,1,-20,2,-33,2r-110,0r0,-258","w":259},"C":{"d":"192,-174v-1,-4,-2,-8,-4,-13v-2,-5,-5,-10,-9,-15v-4,-5,-10,-9,-17,-12v-7,-3,-16,-5,-27,-5v-6,0,-14,1,-21,4v-7,3,-15,7,-21,14v-6,7,-12,16,-16,28v-4,12,-6,27,-6,45v0,12,2,22,4,33v2,11,6,20,11,28v5,8,12,15,20,20v8,5,17,7,29,7v15,0,27,-4,37,-12v10,-8,17,-21,20,-37r54,0v-3,14,-7,27,-13,39v-6,12,-14,22,-23,30v-9,8,-20,15,-33,20v-13,5,-27,7,-43,7v-17,0,-34,-3,-48,-9v-14,-6,-27,-15,-37,-26v-10,-11,-18,-25,-24,-42v-6,-17,-9,-37,-9,-59v0,-23,3,-42,9,-59v6,-17,14,-32,25,-43v11,-11,23,-20,38,-26v15,-6,30,-8,47,-8v19,0,35,3,49,9v14,6,25,13,34,22v9,9,16,19,20,30v4,11,7,20,8,30r-54,0","w":259},"D":{"d":"80,-45r53,0v11,0,21,-2,28,-7v7,-5,13,-12,18,-20v5,-8,7,-18,9,-28v2,-10,4,-20,4,-31v0,-19,-3,-34,-7,-45v-4,-11,-9,-19,-15,-25v-6,-6,-12,-10,-19,-11v-7,-1,-13,-2,-19,-2r-52,0r0,169xm27,-258r114,0v14,0,27,1,38,5v11,4,21,10,29,16v8,6,14,14,19,22v5,8,9,17,12,26v3,9,5,19,6,28v1,9,2,18,2,26v0,9,-1,19,-2,29v-1,10,-4,20,-7,30v-3,10,-8,20,-13,29v-5,9,-12,17,-20,24v-8,7,-17,13,-28,17v-11,4,-24,6,-38,6r-112,0r0,-258","w":259},"E":{"d":"217,-213r-137,0r0,55r126,0r0,45r-126,0r0,67r144,0r0,46r-197,0r0,-258r190,0r0,45","w":240},"F":{"d":"81,0r-54,0r0,-258r184,0r0,45r-130,0r0,59r114,0r0,45r-114,0r0,109","w":219},"G":{"d":"149,-139r108,0r0,139r-36,0r-6,-32v-3,4,-7,8,-11,13v-4,5,-10,8,-16,12v-6,4,-14,7,-23,10v-9,3,-18,4,-30,4v-16,0,-31,-3,-45,-9v-14,-6,-27,-14,-38,-25v-11,-11,-20,-25,-26,-42v-6,-17,-10,-37,-10,-60v0,-18,2,-34,7,-50v5,-16,13,-31,23,-44v10,-13,23,-23,39,-31v16,-8,34,-11,56,-11r1,0v20,0,37,2,51,8v14,6,26,13,35,22v9,9,16,18,20,28v4,10,7,20,8,29r-54,0v0,-2,-2,-6,-4,-11v-2,-5,-5,-9,-10,-14v-5,-5,-11,-9,-18,-12v-7,-3,-15,-6,-25,-6v-10,0,-19,3,-28,6v-9,3,-17,9,-24,16v-7,7,-12,17,-16,29v-4,12,-6,25,-6,42v0,18,3,33,7,44v4,11,10,20,17,27v7,7,15,11,24,14v9,3,18,4,27,4v3,0,7,0,13,-1v6,-1,13,-4,19,-8v6,-4,12,-9,18,-17v6,-8,10,-18,13,-31r-60,0r0,-43","w":280},"H":{"d":"80,-116r0,116r-54,0r0,-258r54,0r0,97r100,0r0,-97r54,0r0,258r-54,0r0,-116r-100,0","w":259},"I":{"d":"77,0r-54,0r0,-258r54,0r0,258","w":100},"J":{"d":"174,-75v0,28,-6,48,-20,61v-14,13,-34,20,-60,20v-14,0,-26,-1,-36,-4v-10,-3,-19,-7,-25,-12v-6,-5,-11,-10,-14,-17v-3,-7,-6,-14,-8,-22v-2,-8,-3,-16,-3,-24r0,-25r50,0v0,10,0,19,1,27v1,8,2,14,4,19v2,5,6,8,10,11v4,3,10,4,17,4v7,0,13,-1,17,-3v4,-2,7,-5,9,-8v2,-3,4,-7,4,-12r0,-15r0,-183r54,0r0,183"},"K":{"d":"85,0r-54,0r0,-258r54,0r0,105r99,-105r70,0r-106,105r112,153r-70,0r-79,-113r-26,26r0,87","w":259},"L":{"d":"81,-47r129,0r0,47r-183,0r0,-258r54,0r0,211","w":219},"M":{"d":"275,0r-50,0r0,-216r-1,0r-48,216r-53,0r-47,-216r-1,0r0,216r-50,0r0,-258r79,0r46,203r1,0r46,-203r78,0r0,258","w":299},"N":{"d":"185,-258r50,0r0,258r-54,0r-105,-184r-1,0r0,184r-50,0r0,-258r57,0r102,180r1,0r0,-180","w":259},"O":{"d":"70,-129v0,18,2,32,7,44v5,12,10,21,17,28v7,7,15,11,23,14v8,3,16,4,23,4v7,0,15,-1,23,-4v8,-3,16,-7,23,-14v7,-7,12,-16,17,-28v5,-12,7,-26,7,-44v0,-18,-2,-33,-7,-45v-5,-12,-10,-21,-17,-28v-7,-7,-15,-11,-23,-14v-8,-3,-16,-4,-23,-4v-7,0,-15,1,-23,4v-8,3,-16,7,-23,14v-7,7,-12,16,-17,28v-5,12,-7,27,-7,45xm16,-129v0,-20,2,-37,7,-52v5,-15,10,-28,17,-38v7,-10,16,-18,25,-24v9,-6,19,-11,28,-14v9,-3,18,-6,26,-7v8,-1,15,-1,21,-1v6,0,13,0,21,1v8,1,17,4,26,7v9,3,19,8,28,14v9,6,18,14,25,24v7,10,12,23,17,38v5,15,7,32,7,52v0,20,-2,37,-7,52v-5,15,-10,27,-17,37v-7,10,-16,18,-25,24v-9,6,-19,12,-28,15v-9,3,-18,5,-26,6v-8,1,-15,2,-21,2v-6,0,-13,-1,-21,-2v-8,-1,-17,-3,-26,-6v-9,-3,-19,-9,-28,-15v-9,-6,-18,-14,-25,-24v-7,-10,-12,-22,-17,-37v-5,-15,-7,-32,-7,-52","w":280},"P":{"d":"131,-138v10,0,19,-2,24,-5v5,-3,8,-7,11,-11v3,-4,5,-8,5,-13v0,-5,1,-8,1,-11v0,-13,-4,-22,-11,-28v-7,-6,-20,-8,-37,-8r-43,0r0,76r50,0xm81,0r-54,0r0,-258r118,0v12,0,24,1,34,5v10,4,18,10,25,17v7,7,12,16,16,26v4,10,6,21,6,34v0,6,-1,14,-3,23v-2,9,-6,18,-12,27v-6,9,-15,17,-26,23v-11,6,-25,10,-42,10r-62,0r0,93","w":240},"Q":{"d":"237,19r-31,-29v-6,4,-12,6,-18,8v-6,2,-12,5,-18,6v-6,1,-12,2,-17,2v-5,0,-9,1,-13,1v-6,0,-13,-1,-21,-2v-8,-1,-17,-3,-26,-6v-9,-3,-19,-9,-28,-15v-9,-6,-18,-14,-25,-24v-7,-10,-12,-22,-17,-37v-5,-15,-7,-32,-7,-52v0,-20,2,-37,7,-52v5,-15,10,-28,17,-38v7,-10,16,-18,25,-24v9,-6,19,-11,28,-14v9,-3,18,-6,26,-7v8,-1,15,-1,21,-1v6,0,13,0,21,1v8,1,17,4,26,7v9,3,19,8,28,14v9,6,18,14,25,24v7,10,12,23,17,38v5,15,7,32,7,52v0,21,-2,39,-7,54v-5,15,-12,28,-20,38r28,27xm171,-99r27,25v4,-7,7,-14,9,-23v2,-9,3,-20,3,-32v0,-18,-2,-33,-7,-45v-5,-12,-10,-21,-17,-28v-7,-7,-15,-11,-23,-14v-8,-3,-16,-4,-23,-4v-7,0,-15,1,-23,4v-8,3,-16,7,-23,14v-7,7,-12,16,-17,28v-5,12,-7,27,-7,45v0,18,2,32,7,44v5,12,10,21,17,28v7,7,15,11,23,14v8,3,16,4,23,4v5,0,9,0,14,-1v5,-1,10,-3,15,-6r-26,-24","w":280},
"R":{"d":"144,-145v14,0,24,-3,31,-8v7,-5,10,-14,10,-27v0,-3,0,-7,-1,-11v-1,-4,-3,-8,-6,-11v-3,-3,-6,-6,-11,-8v-5,-2,-11,-4,-19,-4r-68,0r0,69r64,0xm27,-258r131,0v17,0,31,2,42,8v11,6,18,12,24,20v6,8,10,16,12,24v2,8,3,15,3,21v0,14,-3,27,-10,38v-7,11,-17,19,-30,23v5,2,10,5,14,8v4,3,8,5,11,10v3,5,5,12,6,19v1,7,2,17,2,29r0,23v0,0,1,11,2,15v1,4,1,7,3,9v2,2,4,3,7,4r0,7r-60,0v-2,-6,-3,-13,-4,-21v-1,-8,-2,-18,-2,-31v0,-9,0,-17,-1,-23v-1,-6,-2,-11,-5,-15v-3,-4,-6,-6,-12,-8v-6,-2,-14,-3,-24,-3r-56,0r0,101r-53,0r0,-258","w":259},"S":{"d":"66,-80v0,4,1,8,2,13v1,5,4,10,8,14v4,4,9,8,16,11v7,3,17,4,29,4v6,0,13,0,19,-1v6,-1,12,-3,17,-5v5,-2,10,-6,13,-10v3,-4,5,-10,5,-17v0,-5,-2,-10,-4,-13v-2,-3,-6,-6,-10,-8v-4,-2,-8,-4,-14,-6v-6,-2,-12,-3,-19,-5r-28,-7v-11,-2,-21,-5,-31,-8v-10,-3,-18,-7,-26,-12v-8,-5,-13,-12,-18,-21v-5,-9,-7,-21,-7,-35v0,-5,1,-10,2,-16v1,-6,2,-11,5,-17v3,-6,6,-11,11,-17v5,-6,11,-11,18,-15v7,-4,17,-7,27,-10v10,-3,22,-4,36,-4v20,0,36,2,49,8v13,6,23,14,31,22v8,8,13,17,16,27v3,10,5,18,5,26r-52,0v0,-3,-1,-7,-2,-11v-1,-4,-3,-9,-7,-13v-4,-4,-9,-7,-16,-10v-7,-3,-16,-5,-28,-5v-5,0,-10,1,-15,2v-5,1,-11,3,-15,5v-4,2,-7,6,-10,10v-3,4,-5,8,-5,14v0,5,1,10,3,13v2,3,4,5,7,7v3,2,6,4,9,5v5,1,5,1,9,2r63,16v9,2,17,5,25,8v8,3,16,7,22,12v6,5,11,12,15,20v4,8,5,17,5,29v0,13,-2,25,-6,34v-4,9,-9,17,-15,23v-6,6,-13,11,-21,15v-8,4,-15,6,-23,8v-8,2,-15,3,-21,4v-6,1,-11,1,-15,1v-24,0,-42,-3,-57,-9v-15,-6,-26,-13,-34,-22v-8,-9,-13,-19,-16,-29v-3,-10,-4,-19,-4,-27r52,0","w":240},"T":{"d":"137,0r-54,0r0,-213r-78,0r0,-45r210,0r0,45r-78,0r0,213","w":219},"U":{"d":"234,-90v0,17,-2,32,-7,44v-5,12,-12,22,-21,30v-9,8,-21,13,-34,17v-13,4,-28,6,-44,6v-6,0,-12,0,-19,-1v-7,-1,-15,-3,-22,-5v-7,-2,-15,-6,-22,-10v-7,-4,-13,-9,-19,-15v-7,-8,-12,-18,-15,-28v-3,-10,-5,-22,-5,-35r0,-171r55,0r0,167v0,9,2,18,4,24v2,6,5,12,9,16v4,4,9,7,15,9v6,2,12,3,18,3v19,0,32,-4,40,-13v8,-9,12,-20,12,-36r0,-170r55,0r0,168","w":259},"V":{"d":"177,-258r56,0r-88,258r-51,0r-87,-258r58,0r55,195r1,0","w":240},"W":{"d":"6,-258r57,0v8,35,9,35,15,61v6,26,6,25,10,44v4,19,3,18,6,31v2,8,4,16,5,22v1,6,2,11,3,16v1,5,1,10,2,15r1,0v2,-10,2,-10,4,-22v1,-8,3,-19,6,-32v4,-20,4,-21,10,-53v4,-21,9,-48,16,-82r57,0v8,36,8,36,13,61v5,25,5,25,9,43v4,18,4,19,7,31v3,12,2,12,4,21v1,6,2,12,3,17v1,7,2,8,3,16r1,0v1,-4,1,-9,2,-13v1,-6,1,-7,3,-16v1,-6,3,-13,5,-22v3,-13,3,-13,7,-32v4,-19,4,-19,10,-45v6,-26,7,-25,15,-61r54,0r-72,258r-52,0r-12,-55v0,0,-4,-25,-8,-43r-7,-32v0,0,-3,-14,-5,-26v-2,-12,-2,-11,-4,-22v-2,-11,-2,-11,-4,-24r-1,0v-1,8,-3,16,-4,23v-2,10,-2,11,-4,22v-1,8,-2,16,-4,25v-3,13,-3,14,-7,32r-9,42r-12,58r-50,0","w":339},"X":{"d":"235,0r-66,0r-49,-88r-52,88r-63,0r84,-132r-79,-126r64,0r46,83r47,-83r63,0r-79,124","w":240},"Y":{"d":"149,0r-54,0r0,-98r-90,-160r64,0r54,112r51,-112r61,0r-86,161r0,97","w":240},"Z":{"d":"211,0r-202,0r0,-46r134,-167r-130,0r0,-45r197,0r0,42r-135,170r136,0r0,46","w":219},"[":{"d":"67,36r44,0r0,35r-88,0r0,-331r88,0r0,35r-44,0r0,261","w":119},"\\":{"d":"-12,-265r42,0r82,272r-42,0","w":100},"]":{"d":"53,-225r-44,0r0,-35r88,0r0,331r-88,0r0,-35r44,0r0,-261","w":119},"^":{"d":"22,-116r65,-135r36,0r65,135r-40,0r-43,-95r-43,95r-40,0","w":210},"_":{"d":"200,27r0,18r-200,0r0,-18r200,0"},"`":{"d":"-8,-270r55,0r34,53r-36,0","w":119},"a":{"d":"129,-93v-3,2,-6,3,-11,5v-5,2,-12,3,-23,5v-5,1,-9,2,-13,3v-4,1,-8,3,-11,5v-3,2,-5,5,-7,8v-2,3,-3,8,-3,13v0,4,0,8,2,11v2,3,4,5,6,7v2,2,4,3,7,4v3,1,6,1,8,1v6,0,12,-1,17,-3v5,-2,10,-4,14,-7v4,-3,7,-7,10,-12v3,-5,4,-10,4,-16r0,-24xm179,-37v0,11,1,18,3,22v2,4,5,6,8,7r0,8r-55,0v-1,-2,-1,-4,-1,-6v0,-2,-2,-3,-2,-5v0,-2,-1,-3,-1,-5r0,-7r-10,10v-4,3,-8,6,-13,9v-5,3,-11,4,-17,6v-6,2,-13,3,-22,3v-7,0,-14,-1,-21,-3v-7,-2,-13,-5,-19,-10v-6,-5,-11,-10,-14,-17v-3,-7,-5,-16,-5,-26v0,-9,2,-17,5,-24v3,-7,6,-14,11,-19v5,-5,11,-9,18,-12v7,-3,14,-5,22,-6r46,-7v4,0,7,-2,11,-4v4,-2,6,-5,6,-11v0,-5,-1,-9,-3,-12v-2,-3,-5,-6,-8,-7v-3,-1,-7,-3,-11,-3r-11,0v-6,0,-11,0,-15,2v-4,2,-7,4,-9,7v-2,3,-4,5,-5,8v-1,3,-2,6,-2,9r-48,0v1,-15,5,-26,10,-35v5,-9,12,-15,20,-20v8,-5,16,-8,26,-9v10,-1,19,-3,29,-3v7,0,14,1,23,2v9,1,17,4,25,8v8,4,15,10,20,17v5,7,9,17,9,29r0,104"},"b":{"d":"72,-167r1,0v2,-3,4,-7,7,-10v3,-3,8,-6,12,-9v4,-3,9,-6,15,-8v6,-2,14,-3,22,-3v11,0,20,3,30,7v10,4,18,10,25,18v7,8,14,19,18,31v4,12,6,26,6,43v0,13,-2,26,-5,38v-3,12,-8,23,-14,33v-6,10,-15,17,-25,23v-10,6,-23,9,-37,9v-11,0,-21,-2,-31,-6v-10,-4,-18,-12,-24,-23r-1,0r0,24r-49,0r0,-258r50,0r0,91xm156,-94v0,-7,-1,-15,-2,-22v-1,-7,-4,-13,-7,-19v-3,-6,-7,-10,-13,-13v-6,-3,-13,-5,-21,-5v-9,0,-15,1,-21,5v-6,4,-10,8,-13,14v-3,6,-6,13,-7,20v-1,7,-2,15,-2,23v0,7,1,13,3,20v2,7,4,13,8,18v4,5,7,9,13,12v6,3,13,5,21,5v8,0,15,-2,20,-6v5,-4,10,-9,13,-15v3,-6,5,-12,6,-19v1,-7,2,-12,2,-18","w":219},"c":{"d":"188,-70v0,3,-1,8,-2,13v-1,5,-3,9,-6,15v-3,6,-6,11,-10,17v-4,6,-10,11,-16,15v-6,4,-13,8,-22,11v-9,3,-19,4,-31,4v-18,0,-32,-3,-44,-9v-12,-6,-21,-15,-27,-24v-6,-9,-11,-19,-14,-30v-3,-11,-4,-22,-4,-32v0,-15,2,-30,5,-43v3,-13,10,-25,17,-34v7,-9,16,-17,28,-22v12,-5,26,-8,42,-8v7,0,16,1,25,3v9,2,19,7,27,12v8,5,16,12,22,22v6,10,10,22,11,37r-51,0v0,-3,-2,-6,-3,-10v-1,-4,-4,-7,-6,-10v-2,-3,-5,-6,-9,-8v-4,-2,-8,-3,-13,-3r-3,0v-8,0,-15,1,-20,5v-5,4,-9,9,-12,14v-3,5,-5,12,-6,18v-1,6,-2,12,-2,18v0,5,1,12,1,19v0,7,1,14,4,20v3,6,7,12,12,17v5,5,12,7,22,7v6,0,12,-1,16,-4v4,-3,8,-6,11,-10v3,-4,4,-7,5,-11v1,-4,2,-7,2,-9r51,0"},"d":{"d":"64,-94v0,6,1,11,2,18v1,7,4,13,7,19v3,6,7,11,12,15v5,4,12,6,20,6v8,0,15,-2,21,-5v6,-3,10,-7,14,-12v4,-5,6,-11,8,-18v2,-7,2,-13,2,-20v0,-8,-1,-16,-2,-23v-1,-7,-4,-14,-7,-20v-3,-6,-7,-10,-13,-14v-6,-4,-12,-5,-21,-5v-8,0,-14,2,-20,5v-6,3,-11,7,-14,13v-3,6,-6,12,-7,19v-1,7,-2,15,-2,22xm198,0r-49,0r0,-24r-1,0v-6,11,-14,19,-24,23v-10,4,-20,6,-31,6v-14,0,-27,-3,-37,-9v-10,-6,-19,-13,-25,-23v-6,-10,-11,-21,-14,-33v-3,-12,-5,-25,-5,-38v0,-17,3,-31,7,-43v4,-12,10,-23,17,-31v7,-8,16,-14,26,-18v10,-4,19,-7,30,-7v8,0,15,1,21,3v6,2,12,5,16,8v4,3,8,6,11,9v3,3,5,7,7,10r1,0r0,-91r50,0r0,258","w":219},"e":{"d":"138,-115v-1,-8,-2,-14,-5,-19v-3,-5,-5,-10,-9,-13v-4,-3,-8,-5,-12,-6v-4,-1,-9,-2,-13,-2v-12,0,-21,3,-27,10v-6,7,-11,17,-12,30r78,0xm188,-56v-3,12,-8,21,-14,29v-6,8,-13,14,-21,19v-8,5,-15,8,-24,10v-9,2,-17,3,-25,3v-13,0,-26,-2,-38,-5v-12,-3,-21,-10,-30,-18v-9,-8,-15,-19,-20,-32v-5,-13,-8,-30,-8,-50v0,-4,0,-9,1,-15v1,-6,2,-13,4,-20v2,-7,6,-15,10,-22v4,-7,9,-14,16,-20v7,-6,15,-10,25,-14v10,-4,22,-6,36,-6v9,0,19,2,30,5v11,3,20,7,29,15v9,8,16,19,22,33v6,14,9,31,9,53r0,9r-131,0v0,4,0,8,1,13v1,5,3,11,6,16v3,5,8,10,14,13v6,3,14,5,24,5v7,0,14,-2,20,-5v6,-3,10,-9,12,-16r52,0"},"f":{"d":"82,0r-51,0r0,-156r-27,0r0,-36r27,0r0,-15v0,-20,5,-34,15,-42v10,-8,24,-13,41,-13r17,0v0,0,7,1,9,1r0,41r-14,0v-4,0,-8,0,-10,1v-2,1,-4,1,-5,3v-1,2,-2,4,-2,7r0,10r0,7r32,0r0,36r-32,0r0,156","w":119},"g":{"d":"66,-95v0,6,1,13,2,19v1,6,4,12,7,17v3,5,7,10,12,13v5,3,12,5,19,5v9,0,15,-2,21,-5v6,-3,11,-8,14,-13v3,-5,5,-11,6,-18v1,-7,2,-14,2,-20v0,-8,-1,-15,-3,-22v-2,-7,-4,-12,-8,-17v-4,-5,-9,-9,-14,-12v-5,-3,-11,-5,-18,-5v-5,0,-9,1,-14,3v-5,2,-9,5,-13,9v-4,4,-7,10,-9,18v-2,8,-4,17,-4,28xm199,-192r0,182r0,18v0,0,-2,13,-4,20v-2,7,-5,12,-9,18v-4,6,-10,11,-17,16v-7,5,-16,9,-27,12v-11,3,-24,4,-40,4v-10,0,-19,-1,-29,-3v-10,-2,-19,-5,-27,-10v-8,-5,-14,-11,-19,-18v-5,-7,-8,-16,-8,-26r54,0v0,2,2,5,3,7v1,2,3,4,5,6v2,2,6,3,10,4v4,1,11,2,18,2v14,0,24,-3,30,-10v6,-7,10,-18,10,-34r0,-23r-1,-1v-2,4,-4,8,-7,11v-3,3,-7,6,-11,9v-4,3,-8,5,-14,7v-6,2,-12,2,-19,2v-12,0,-23,-2,-33,-6v-10,-4,-19,-10,-26,-18v-7,-8,-13,-19,-17,-31v-4,-12,-7,-27,-7,-44v0,-17,3,-31,7,-43v4,-12,10,-23,17,-31v7,-8,16,-14,26,-18v10,-4,19,-7,30,-7v9,0,17,2,23,4v6,2,12,6,16,9v4,3,8,6,11,10v3,4,5,8,6,11r1,0r0,-29r48,0","w":219},"h":{"d":"197,0r-51,0r0,-116r0,-12v0,0,-2,-8,-4,-12v-2,-4,-6,-7,-10,-10v-4,-3,-11,-4,-19,-4v-11,0,-20,4,-28,11v-8,7,-11,18,-11,33r0,110r-51,0r0,-258r51,0r0,91r1,0v2,-4,4,-7,7,-11v3,-4,7,-7,12,-10v5,-3,11,-4,17,-6v6,-2,12,-3,19,-3v9,0,18,2,26,5v8,3,15,7,21,12v6,5,11,12,14,20v3,8,6,17,6,28r0,132","w":219},
"i":{"d":"75,-214r-50,0r0,-47r50,0r0,47xm75,-192r0,192r-50,0r0,-192r50,0","w":100},"j":{"d":"75,-214r-50,0r0,-47r50,0r0,47xm75,20v0,12,-1,22,-4,30v-3,8,-7,14,-12,18v-5,4,-11,6,-19,7v-8,1,-16,2,-26,2r-13,0r0,-40r9,0v1,0,2,-1,4,-1v2,0,3,-1,5,-2v2,-1,3,-3,4,-5v1,-2,2,-6,2,-10r0,-211r50,0r0,212","w":100},"k":{"d":"75,0r-50,0r0,-258r50,0r0,139r64,-73r62,0r-68,75r69,117r-60,0r-46,-82r-21,22r0,60"},"l":{"d":"75,0r-50,0r0,-258r50,0r0,258","w":100},"m":{"d":"297,0r-50,0r0,-116v0,-14,-3,-24,-8,-30v-5,-6,-12,-8,-19,-8v-13,0,-22,4,-27,11v-5,7,-8,17,-8,28r0,115r-50,0r0,-115v0,-4,-1,-8,-1,-13v0,-5,-1,-9,-3,-13v-2,-4,-5,-6,-9,-9v-4,-3,-10,-4,-17,-4v-6,0,-11,1,-15,3v-4,2,-8,5,-10,8v-2,3,-4,7,-5,12v-1,5,-2,9,-2,14r0,117r-50,0r0,-192r48,0r0,29r1,0v2,-3,3,-7,6,-11v3,-4,7,-8,11,-11v4,-3,10,-6,16,-8v6,-2,13,-4,21,-4v7,0,14,1,19,2v5,1,10,3,14,6v4,3,8,6,11,10v3,4,7,8,10,13v3,-4,2,-4,6,-9v3,-3,6,-7,10,-10v4,-3,9,-6,15,-8v6,-2,12,-4,20,-4v9,0,18,2,26,5v8,3,15,7,21,12v6,5,11,12,14,20v3,8,5,17,5,28r0,132","w":320},"n":{"d":"197,0r-51,0r0,-116r0,-12v0,0,-2,-8,-4,-12v-2,-4,-6,-7,-10,-10v-4,-3,-11,-4,-19,-4v-11,0,-20,4,-28,11v-8,7,-11,18,-11,33r0,110r-51,0r0,-192r49,0r0,29r0,0v2,-3,4,-7,7,-11v3,-4,6,-7,11,-10v5,-3,11,-7,17,-9v6,-2,14,-4,23,-4v9,0,18,2,26,5v8,3,15,7,21,12v6,5,11,12,14,20v3,8,6,17,6,28r0,132","w":219},"o":{"d":"156,-96v0,-6,-1,-12,-2,-19v-1,-7,-3,-13,-6,-19v-3,-6,-8,-10,-14,-14v-6,-4,-14,-6,-24,-6v-10,0,-18,2,-24,6v-6,4,-10,8,-13,14v-3,6,-6,12,-7,19v-1,7,-2,13,-2,19v0,6,1,13,2,20v1,7,4,13,7,19v3,6,7,10,13,14v6,4,14,6,24,6v10,0,18,-2,24,-6v6,-4,11,-8,14,-14v3,-6,5,-12,6,-19v1,-7,2,-14,2,-20xm208,-96v0,17,-3,32,-8,45v-5,13,-13,24,-22,32v-9,8,-19,14,-31,18v-12,4,-24,6,-37,6v-13,0,-25,-2,-37,-6v-12,-4,-22,-10,-31,-18v-9,-8,-17,-19,-22,-32v-5,-13,-8,-28,-8,-45v0,-17,3,-32,8,-45v5,-13,13,-23,22,-31v9,-8,19,-14,31,-18v12,-4,24,-7,37,-7v13,0,25,3,37,7v12,4,22,10,31,18v9,8,17,18,22,31v5,13,8,28,8,45","w":219},"p":{"d":"71,-164r0,0v2,-4,5,-7,8,-11v3,-4,7,-8,12,-11v5,-3,10,-6,16,-8v6,-2,14,-3,22,-3v11,0,20,3,30,7v10,4,18,10,25,18v7,8,14,19,18,31v4,12,6,26,6,43v0,13,-2,26,-5,38v-3,12,-8,23,-14,33v-6,10,-15,17,-25,23v-10,6,-23,9,-37,9v-9,0,-16,-1,-22,-3v-6,-2,-12,-5,-16,-8v-4,-3,-7,-6,-10,-9v-3,-3,-5,-6,-6,-9r0,0r0,99r-51,0r0,-267r49,0r0,28xm71,-91v0,7,0,13,2,20v2,7,4,13,8,18v4,5,7,9,13,12v6,3,13,5,21,5v8,0,15,-2,20,-6v5,-4,10,-9,13,-15v3,-6,5,-12,6,-19v1,-7,2,-12,2,-18v0,-7,-1,-15,-2,-22v-1,-7,-4,-13,-7,-19v-3,-6,-7,-10,-13,-13v-6,-3,-13,-5,-21,-5v-9,0,-15,1,-21,5v-6,4,-10,8,-13,14v-3,6,-6,13,-7,20v-1,7,-1,15,-1,23","w":219},"q":{"d":"64,-92v0,17,3,30,10,40v7,10,18,15,33,15v12,0,22,-5,30,-14v8,-9,12,-24,12,-44v0,-13,-2,-23,-5,-31v-3,-8,-7,-14,-12,-18v-5,-4,-10,-6,-15,-7v-5,-1,-8,-2,-11,-2v-5,0,-10,1,-15,3v-5,2,-9,4,-13,9v-4,5,-7,11,-10,19v-3,8,-4,18,-4,30xm199,-192r0,267r-51,0r0,-99r0,0v-5,10,-13,17,-22,22v-9,5,-20,7,-33,7v-15,0,-28,-3,-38,-9v-10,-6,-19,-14,-25,-24v-6,-10,-11,-21,-14,-32v-3,-11,-4,-22,-4,-32v0,-13,2,-25,5,-38v3,-13,8,-24,15,-34v7,-10,15,-18,26,-24v11,-6,23,-9,38,-9v8,0,15,2,21,4v6,2,12,6,16,9v4,3,7,6,10,10v3,4,5,8,7,11r0,0r0,-29r49,0","w":219},"r":{"d":"23,-192r48,0r0,34r1,0r8,-14v0,0,7,-9,11,-13v4,-4,9,-6,14,-8v5,-2,12,-4,20,-4v2,0,2,1,4,1r5,0r0,51r-7,0r-7,0v-10,0,-18,1,-24,4v-6,3,-11,7,-14,11v-3,4,-6,9,-7,14v-1,5,-2,11,-2,16r0,100r-50,0r0,-192","w":140},"s":{"d":"132,-133v0,-3,-2,-6,-3,-9v-1,-3,-3,-6,-5,-8v-2,-2,-6,-5,-10,-6v-4,-1,-9,-2,-16,-2v-7,0,-13,0,-17,1v-4,1,-7,3,-9,5v-2,2,-3,4,-4,6v-1,2,-1,4,-1,6v0,5,3,9,9,12v6,3,13,5,22,7v9,2,19,4,29,6v10,2,20,5,29,9v9,4,16,10,22,17v6,7,9,16,9,28v0,14,-3,25,-9,34v-6,9,-13,15,-22,20v-9,5,-17,8,-27,10v-10,2,-19,2,-26,2v-11,0,-22,-1,-33,-3v-11,-2,-20,-6,-29,-11v-9,-5,-15,-11,-21,-20v-6,-9,-9,-19,-9,-32r52,0v0,8,3,15,9,20v6,5,16,8,32,8v6,0,12,-1,16,-2v4,-1,8,-3,10,-5v2,-2,4,-5,5,-7v1,-2,1,-4,1,-6v0,-5,-2,-9,-8,-12v-6,-3,-13,-5,-22,-7v-9,-2,-19,-4,-29,-6v-10,-2,-20,-5,-29,-9v-9,-4,-16,-10,-22,-17v-6,-7,-8,-16,-8,-28v0,-7,1,-14,3,-22v2,-8,7,-15,13,-21v6,-6,14,-11,24,-15v10,-4,22,-7,37,-7v9,0,19,1,29,3v10,2,18,4,26,9v8,5,15,11,21,19v6,8,9,20,10,33r-49,0"},"t":{"d":"80,-192r31,0r0,36r-31,0r0,105r0,7v0,0,2,3,3,4v1,1,3,2,6,3v3,1,7,1,12,1r5,0v0,0,3,-1,5,-1r0,38v-4,0,-8,1,-12,1r-12,0r-6,0v-11,0,-19,-1,-26,-3v-7,-2,-12,-4,-16,-8v-4,-4,-6,-8,-7,-13v-1,-5,-2,-11,-2,-17r0,-117r-26,0r0,-36r26,0r0,-51r50,0r0,51","w":119},"u":{"d":"196,0r-48,0r0,-27r-1,0v-6,10,-13,18,-23,24v-10,6,-22,8,-35,8v-9,0,-18,-1,-26,-4v-8,-3,-15,-7,-21,-13v-6,-6,-10,-13,-13,-22v-3,-9,-5,-20,-5,-32r0,-126r50,0r0,119v0,7,1,13,3,18v2,5,5,8,8,11v3,3,6,4,10,5v4,1,8,2,12,2v4,0,8,-1,13,-2v5,-1,8,-4,12,-7v4,-3,7,-8,10,-14v3,-6,4,-12,4,-21r0,-111r50,0r0,192","w":219},"v":{"d":"126,0r-53,0r-68,-192r56,0r39,142r1,0r41,-142r53,0"},"w":{"d":"222,0r-52,0r-30,-140r-1,0r-30,140r-51,0r-54,-192r53,0r30,138r1,0r27,-138r51,0r28,138r1,0r30,-138r52,0","w":280},"x":{"d":"195,0r-63,0r-33,-58r-33,58r-61,0r66,-98r-63,-94r61,0r33,56r31,-56r60,0r-63,94"},"y":{"d":"128,-3v-6,18,-11,31,-15,42v-4,11,-9,19,-14,25v-5,6,-11,9,-18,11v-7,2,-16,2,-27,2r-11,0v0,0,-8,-1,-12,-1r0,-40v1,0,2,1,4,1r6,0v5,0,8,-1,12,-1v4,0,7,-2,10,-4v3,-2,4,-5,6,-9v2,-4,4,-9,5,-15r-70,-200r56,0r41,142r1,0r39,-142r53,0"},"z":{"d":"72,-41r101,0r0,41r-166,0r0,-39r98,-112r-91,0r0,-41r155,0r0,42","w":180},"{":{"d":"131,71r-29,0v-6,0,-12,-1,-18,-3v-6,-2,-11,-5,-16,-9v-5,-4,-9,-10,-12,-16v-3,-6,-5,-14,-5,-22r0,-72v0,-6,-1,-9,-4,-13v-3,-4,-5,-7,-9,-9v-4,-2,-7,-3,-11,-4v-4,-1,-8,-1,-10,-1r0,-33v2,0,6,0,10,-1v4,-1,7,-2,11,-4v4,-2,6,-5,9,-9v3,-4,4,-8,4,-14r0,-72v0,-8,2,-16,5,-22v3,-6,7,-11,12,-15v5,-4,10,-7,16,-9v6,-2,12,-3,18,-3r29,0r0,32r-16,0v-5,0,-8,1,-11,2v-3,1,-5,4,-6,6v-1,2,-2,4,-2,7v0,3,-1,6,-1,9r0,70v-1,8,-3,14,-6,19v-3,5,-7,9,-11,12v-4,3,-9,5,-13,6v-4,1,-8,2,-11,2r0,1v3,0,7,1,11,2v4,1,9,3,13,6v4,3,8,7,11,12v3,5,5,11,6,19r0,70v0,3,1,5,1,8v0,3,1,6,2,8v1,2,3,5,6,6v3,1,6,2,11,2r16,0r0,32","w":140},"|":{"d":"71,-279r0,360r-41,0r0,-360r41,0","w":100},"}":{"d":"123,-78v-3,0,-6,0,-10,1v-4,1,-7,2,-11,4v-4,2,-6,5,-9,9v-3,4,-4,7,-4,13r0,72v0,8,-2,16,-5,22v-3,6,-7,12,-12,16v-5,4,-10,7,-16,9v-6,2,-11,3,-17,3r-30,0r0,-32r16,0v5,0,8,-1,11,-2v3,-1,5,-4,6,-6v1,-2,2,-5,2,-8v0,-3,1,-5,1,-8r0,-70v1,-8,3,-14,6,-19v3,-5,7,-9,11,-12v4,-3,9,-5,13,-6v4,-1,8,-2,11,-2r0,-1v-3,0,-7,-1,-11,-2v-4,-1,-9,-3,-13,-6v-4,-3,-8,-7,-11,-12v-3,-5,-5,-11,-6,-19r0,-70v0,-3,-1,-6,-1,-9v0,-3,-1,-5,-2,-7v-1,-2,-3,-5,-6,-6v-3,-1,-6,-2,-11,-2r-16,0r0,-32r30,0v6,0,11,1,17,3v6,2,11,5,16,9v5,4,9,9,12,15v3,6,5,14,5,22r0,72v0,6,1,10,4,14v3,4,5,7,9,9v4,2,7,3,11,4v4,1,7,1,10,1r0,33","w":140},"~":{"d":"188,-91r-8,11v0,0,-7,7,-10,10v-3,3,-8,5,-12,7v-4,2,-9,3,-15,3v-7,0,-13,-2,-19,-4v-6,-2,-11,-5,-17,-8v-6,-3,-12,-6,-19,-9v-7,-3,-15,-4,-23,-4v-4,0,-7,0,-10,2v-3,2,-6,4,-9,7v-3,3,-4,5,-6,8v-2,3,-4,6,-5,9r-13,-32v2,-4,4,-7,7,-11v3,-4,6,-7,10,-10v4,-3,7,-5,12,-7v5,-2,10,-3,16,-3v6,0,12,1,19,3v7,2,14,5,21,8v10,4,10,5,20,9v6,3,12,5,17,5v4,0,7,-1,10,-3v3,-2,5,-3,8,-6v3,-3,5,-5,7,-8v3,-5,3,-4,6,-9","w":210},"!":{"d":"73,-72r-26,0r-15,-121r0,-65r56,0r0,65xm86,0r-52,0r0,-51r52,0r0,51","w":119}}});

/*
 * jQuery validation plug-in 1.7
 *
 * http://bassistance.de/jquery-plugins/jquery-plugin-validation/
 * http://docs.jquery.com/Plugins/Validation
 *
 * Copyright (c) 2006 - 2008 Jörn Zaefferer
 *
 * $Id: jquery.validate.js 6403 2009-06-17 14:27: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
 */
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(7($){$.H($.2L,{17:7(d){l(!6.F){d&&d.2q&&2T.1z&&1z.52("3y 3p, 4L\'t 17, 64 3y");8}p c=$.19(6[0],\'v\');l(c){8 c}c=2w $.v(d,6[0]);$.19(6[0],\'v\',c);l(c.q.3x){6.3s("1w, 3i").1o(".4E").3e(7(){c.3b=w});l(c.q.35){6.3s("1w, 3i").1o(":2s").3e(7(){c.1Z=6})}6.2s(7(b){l(c.q.2q)b.5J();7 1T(){l(c.q.35){l(c.1Z){p a=$("<1w 1V=\'5r\'/>").1s("u",c.1Z.u).33(c.1Z.Z).51(c.U)}c.q.35.V(c,c.U);l(c.1Z){a.3D()}8 N}8 w}l(c.3b){c.3b=N;8 1T()}l(c.L()){l(c.1b){c.1l=w;8 N}8 1T()}12{c.2l();8 N}})}8 c},J:7(){l($(6[0]).2W(\'L\')){8 6.17().L()}12{p b=w;p a=$(6[0].L).17();6.P(7(){b&=a.I(6)});8 b}},4D:7(c){p d={},$I=6;$.P(c.1I(/\\s/),7(a,b){d[b]=$I.1s(b);$I.6d(b)});8 d},1i:7(h,k){p f=6[0];l(h){p i=$.19(f.L,\'v\').q;p d=i.1i;p c=$.v.36(f);23(h){1e"1d":$.H(c,$.v.1X(k));d[f.u]=c;l(k.G)i.G[f.u]=$.H(i.G[f.u],k.G);31;1e"3D":l(!k){T d[f.u];8 c}p e={};$.P(k.1I(/\\s/),7(a,b){e[b]=c[b];T c[b]});8 e}}p g=$.v.41($.H({},$.v.3Y(f),$.v.3V(f),$.v.3T(f),$.v.36(f)),f);l(g.15){p j=g.15;T g.15;g=$.H({15:j},g)}8 g}});$.H($.5p[":"],{5n:7(a){8!$.1p(""+a.Z)},5g:7(a){8!!$.1p(""+a.Z)},5f:7(a){8!a.4h}});$.v=7(b,a){6.q=$.H(w,{},$.v.3d,b);6.U=a;6.3I()};$.v.W=7(c,b){l(R.F==1)8 7(){p a=$.3F(R);a.4V(c);8 $.v.W.1Q(6,a)};l(R.F>2&&b.2c!=3B){b=$.3F(R).4Q(1)}l(b.2c!=3B){b=[b]}$.P(b,7(i,n){c=c.1u(2w 3t("\\\\{"+i+"\\\\}","g"),n)});8 c};$.H($.v,{3d:{G:{},2a:{},1i:{},1c:"3r",28:"J",2F:"4P",2l:w,3o:$([]),2D:$([]),3x:w,3l:[],3k:N,4O:7(a){6.3U=a;l(6.q.4K&&!6.4J){6.q.1K&&6.q.1K.V(6,a,6.q.1c,6.q.28);6.1M(a).2A()}},4C:7(a){l(!6.1E(a)&&(a.u 11 6.1a||!6.K(a))){6.I(a)}},6c:7(a){l(a.u 11 6.1a||a==6.4A){6.I(a)}},68:7(a){l(a.u 11 6.1a)6.I(a);12 l(a.4x.u 11 6.1a)6.I(a.4x)},39:7(a,c,b){$(a).22(c).2v(b)},1K:7(a,c,b){$(a).2v(c).22(b)}},63:7(a){$.H($.v.3d,a)},G:{15:"61 4r 2W 15.",1q:"M 2O 6 4r.",1J:"M O a J 1J 5X.",1B:"M O a J 5W.",1A:"M O a J 1A.",2j:"M O a J 1A (5Q).",1G:"M O a J 1G.",1P:"M O 5O 1P.",2f:"M O a J 5L 5I 1G.",2o:"M O 47 5F Z 5B.",43:"M O a Z 5z a J 5x.",18:$.v.W("M O 3K 5v 2X {0} 2V."),1y:$.v.W("M O 5t 5s {0} 2V."),2i:$.v.W("M O a Z 3W {0} 3O {1} 2V 5o."),2r:$.v.W("M O a Z 3W {0} 3O {1}."),1C:$.v.W("M O a Z 5j 2X 46 3M 3L {0}."),1t:$.v.W("M O a Z 5d 2X 46 3M 3L {0}.")},3J:N,5a:{3I:7(){6.24=$(6.q.2D);6.4t=6.24.F&&6.24||$(6.U);6.2x=$(6.q.3o).1d(6.q.2D);6.1a={};6.54={};6.1b=0;6.1h={};6.1f={};6.21();p f=(6.2a={});$.P(6.q.2a,7(d,c){$.P(c.1I(/\\s/),7(a,b){f[b]=d})});p e=6.q.1i;$.P(e,7(b,a){e[b]=$.v.1X(a)});7 2N(a){p b=$.19(6[0].L,"v"),3c="4W"+a.1V.1u(/^17/,"");b.q[3c]&&b.q[3c].V(b,6[0])}$(6.U).2K(":3E, :4U, :4T, 2e, 4S","2d 2J 4R",2N).2K(":3C, :3A, 2e, 3z","3e",2N);l(6.q.3w)$(6.U).2I("1f-L.17",6.q.3w)},L:7(){6.3v();$.H(6.1a,6.1v);6.1f=$.H({},6.1v);l(!6.J())$(6.U).3u("1f-L",[6]);6.1m();8 6.J()},3v:7(){6.2H();Q(p i=0,14=(6.2b=6.14());14[i];i++){6.29(14[i])}8 6.J()},I:7(a){a=6.2G(a);6.4A=a;6.2P(a);6.2b=$(a);p b=6.29(a);l(b){T 6.1f[a.u]}12{6.1f[a.u]=w}l(!6.3q()){6.13=6.13.1d(6.2x)}6.1m();8 b},1m:7(b){l(b){$.H(6.1v,b);6.S=[];Q(p c 11 b){6.S.27({1j:b[c],I:6.26(c)[0]})}6.1n=$.3n(6.1n,7(a){8!(a.u 11 b)})}6.q.1m?6.q.1m.V(6,6.1v,6.S):6.3m()},2S:7(){l($.2L.2S)$(6.U).2S();6.1a={};6.2H();6.2Q();6.14().2v(6.q.1c)},3q:7(){8 6.2k(6.1f)},2k:7(a){p b=0;Q(p i 11 a)b++;8 b},2Q:7(){6.2C(6.13).2A()},J:7(){8 6.3j()==0},3j:7(){8 6.S.F},2l:7(){l(6.q.2l){3Q{$(6.3h()||6.S.F&&6.S[0].I||[]).1o(":4N").3g().4M("2d")}3f(e){}}},3h:7(){p a=6.3U;8 a&&$.3n(6.S,7(n){8 n.I.u==a.u}).F==1&&a},14:7(){p a=6,2B={};8 $([]).1d(6.U.14).1o(":1w").1L(":2s, :21, :4I, [4H]").1L(6.q.3l).1o(7(){!6.u&&a.q.2q&&2T.1z&&1z.3r("%o 4G 3K u 4F",6);l(6.u 11 2B||!a.2k($(6).1i()))8 N;2B[6.u]=w;8 w})},2G:7(a){8 $(a)[0]},2z:7(){8 $(6.q.2F+"."+6.q.1c,6.4t)},21:7(){6.1n=[];6.S=[];6.1v={};6.1k=$([]);6.13=$([]);6.2b=$([])},2H:7(){6.21();6.13=6.2z().1d(6.2x)},2P:7(a){6.21();6.13=6.1M(a)},29:7(d){d=6.2G(d);l(6.1E(d)){d=6.26(d.u)[0]}p a=$(d).1i();p c=N;Q(Y 11 a){p b={Y:Y,2n:a[Y]};3Q{p f=$.v.1N[Y].V(6,d.Z.1u(/\\r/g,""),d,b.2n);l(f=="1S-1Y"){c=w;6g}c=N;l(f=="1h"){6.13=6.13.1L(6.1M(d));8}l(!f){6.4B(d,b);8 N}}3f(e){6.q.2q&&2T.1z&&1z.6f("6e 6b 6a 69 I "+d.4z+", 29 47 \'"+b.Y+"\' Y",e);67 e;}}l(c)8;l(6.2k(a))6.1n.27(d);8 w},4y:7(a,b){l(!$.1H)8;p c=6.q.3a?$(a).1H()[6.q.3a]:$(a).1H();8 c&&c.G&&c.G[b]},4w:7(a,b){p m=6.q.G[a];8 m&&(m.2c==4v?m:m[b])},4u:7(){Q(p i=0;i<R.F;i++){l(R[i]!==20)8 R[i]}8 20},2u:7(a,b){8 6.4u(6.4w(a.u,b),6.4y(a,b),!6.q.3k&&a.62||20,$.v.G[b],"<4s>60: 5Z 1j 5Y Q "+a.u+"</4s>")},4B:7(b,a){p c=6.2u(b,a.Y),37=/\\$?\\{(\\d+)\\}/g;l(1g c=="7"){c=c.V(6,a.2n,b)}12 l(37.16(c)){c=1F.W(c.1u(37,\'{$1}\'),a.2n)}6.S.27({1j:c,I:b});6.1v[b.u]=c;6.1a[b.u]=c},2C:7(a){l(6.q.2t)a=a.1d(a.4q(6.q.2t));8 a},3m:7(){Q(p i=0;6.S[i];i++){p a=6.S[i];6.q.39&&6.q.39.V(6,a.I,6.q.1c,6.q.28);6.2E(a.I,a.1j)}l(6.S.F){6.1k=6.1k.1d(6.2x)}l(6.q.1x){Q(p i=0;6.1n[i];i++){6.2E(6.1n[i])}}l(6.q.1K){Q(p i=0,14=6.4p();14[i];i++){6.q.1K.V(6,14[i],6.q.1c,6.q.28)}}6.13=6.13.1L(6.1k);6.2Q();6.2C(6.1k).4o()},4p:7(){8 6.2b.1L(6.4n())},4n:7(){8 $(6.S).4m(7(){8 6.I})},2E:7(a,c){p b=6.1M(a);l(b.F){b.2v().22(6.q.1c);b.1s("4l")&&b.4k(c)}12{b=$("<"+6.q.2F+"/>").1s({"Q":6.34(a),4l:w}).22(6.q.1c).4k(c||"");l(6.q.2t){b=b.2A().4o().5V("<"+6.q.2t+"/>").4q()}l(!6.24.5S(b).F)6.q.4j?6.q.4j(b,$(a)):b.5R(a)}l(!c&&6.q.1x){b.3E("");1g 6.q.1x=="1D"?b.22(6.q.1x):6.q.1x(b)}6.1k=6.1k.1d(b)},1M:7(a){p b=6.34(a);8 6.2z().1o(7(){8 $(6).1s(\'Q\')==b})},34:7(a){8 6.2a[a.u]||(6.1E(a)?a.u:a.4z||a.u)},1E:7(a){8/3C|3A/i.16(a.1V)},26:7(d){p c=6.U;8 $(4i.5P(d)).4m(7(a,b){8 b.L==c&&b.u==d&&b||4g})},1O:7(a,b){23(b.4f.4e()){1e\'2e\':8 $("3z:3p",b).F;1e\'1w\':l(6.1E(b))8 6.26(b.u).1o(\':4h\').F}8 a.F},4d:7(b,a){8 6.32[1g b]?6.32[1g b](b,a):w},32:{"5N":7(b,a){8 b},"1D":7(b,a){8!!$(b,a.L).F},"7":7(b,a){8 b(a)}},K:7(a){8!$.v.1N.15.V(6,$.1p(a.Z),a)&&"1S-1Y"},4c:7(a){l(!6.1h[a.u]){6.1b++;6.1h[a.u]=w}},4b:7(a,b){6.1b--;l(6.1b<0)6.1b=0;T 6.1h[a.u];l(b&&6.1b==0&&6.1l&&6.L()){$(6.U).2s();6.1l=N}12 l(!b&&6.1b==0&&6.1l){$(6.U).3u("1f-L",[6]);6.1l=N}},2h:7(a){8 $.19(a,"2h")||$.19(a,"2h",{2M:4g,J:w,1j:6.2u(a,"1q")})}},1R:{15:{15:w},1J:{1J:w},1B:{1B:w},1A:{1A:w},2j:{2j:w},4a:{4a:w},1G:{1G:w},49:{49:w},1P:{1P:w},2f:{2f:w}},48:7(a,b){a.2c==4v?6.1R[a]=b:$.H(6.1R,a)},3V:7(b){p a={};p c=$(b).1s(\'5H\');c&&$.P(c.1I(\' \'),7(){l(6 11 $.v.1R){$.H(a,$.v.1R[6])}});8 a},3T:7(c){p a={};p d=$(c);Q(Y 11 $.v.1N){p b=d.1s(Y);l(b){a[Y]=b}}l(a.18&&/-1|5G|5C/.16(a.18)){T a.18}8 a},3Y:7(a){l(!$.1H)8{};p b=$.19(a.L,\'v\').q.3a;8 b?$(a).1H()[b]:$(a).1H()},36:7(b){p a={};p c=$.19(b.L,\'v\');l(c.q.1i){a=$.v.1X(c.q.1i[b.u])||{}}8 a},41:7(d,e){$.P(d,7(c,b){l(b===N){T d[c];8}l(b.2R||b.2p){p a=w;23(1g b.2p){1e"1D":a=!!$(b.2p,e.L).F;31;1e"7":a=b.2p.V(e,e);31}l(a){d[c]=b.2R!==20?b.2R:w}12{T d[c]}}});$.P(d,7(a,b){d[a]=$.44(b)?b(e):b});$.P([\'1y\',\'18\',\'1t\',\'1C\'],7(){l(d[6]){d[6]=2Z(d[6])}});$.P([\'2i\',\'2r\'],7(){l(d[6]){d[6]=[2Z(d[6][0]),2Z(d[6][1])]}});l($.v.3J){l(d.1t&&d.1C){d.2r=[d.1t,d.1C];T d.1t;T d.1C}l(d.1y&&d.18){d.2i=[d.1y,d.18];T d.1y;T d.18}}l(d.G){T d.G}8 d},1X:7(a){l(1g a=="1D"){p b={};$.P(a.1I(/\\s/),7(){b[6]=w});a=b}8 a},5A:7(c,a,b){$.v.1N[c]=a;$.v.G[c]=b!=20?b:$.v.G[c];l(a.F<3){$.v.48(c,$.v.1X(c))}},1N:{15:7(c,d,a){l(!6.4d(a,d))8"1S-1Y";23(d.4f.4e()){1e\'2e\':p b=$(d).33();8 b&&b.F>0;1e\'1w\':l(6.1E(d))8 6.1O(c,d)>0;5y:8 $.1p(c).F>0}},1q:7(f,h,j){l(6.K(h))8"1S-1Y";p g=6.2h(h);l(!6.q.G[h.u])6.q.G[h.u]={};g.40=6.q.G[h.u].1q;6.q.G[h.u].1q=g.1j;j=1g j=="1D"&&{1B:j}||j;l(g.2M!==f){g.2M=f;p k=6;6.4c(h);p i={};i[h.u]=f;$.2U($.H(w,{1B:j,3Z:"2Y",3X:"17"+h.u,5w:"5u",19:i,1x:7(d){k.q.G[h.u].1q=g.40;p b=d===w;l(b){p e=k.1l;k.2P(h);k.1l=e;k.1n.27(h);k.1m()}12{p a={};p c=(g.1j=d||k.2u(h,"1q"));a[h.u]=$.44(c)?c(f):c;k.1m(a)}g.J=b;k.4b(h,b)}},j));8"1h"}12 l(6.1h[h.u]){8"1h"}8 g.J},1y:7(b,c,a){8 6.K(c)||6.1O($.1p(b),c)>=a},18:7(b,c,a){8 6.K(c)||6.1O($.1p(b),c)<=a},2i:7(b,d,a){p c=6.1O($.1p(b),d);8 6.K(d)||(c>=a[0]&&c<=a[1])},1t:7(b,c,a){8 6.K(c)||b>=a},1C:7(b,c,a){8 6.K(c)||b<=a},2r:7(b,c,a){8 6.K(c)||(b>=a[0]&&b<=a[1])},1J:7(a,b){8 6.K(b)||/^((([a-z]|\\d|[!#\\$%&\'\\*\\+\\-\\/=\\?\\^X`{\\|}~]|[\\E-\\B\\C-\\x\\A-\\y])+(\\.([a-z]|\\d|[!#\\$%&\'\\*\\+\\-\\/=\\?\\^X`{\\|}~]|[\\E-\\B\\C-\\x\\A-\\y])+)*)|((\\3S)((((\\2m|\\1W)*(\\30\\3R))?(\\2m|\\1W)+)?(([\\3P-\\5q\\45\\42\\5D-\\5E\\3N]|\\5m|[\\5l-\\5k]|[\\5i-\\5K]|[\\E-\\B\\C-\\x\\A-\\y])|(\\\\([\\3P-\\1W\\45\\42\\30-\\3N]|[\\E-\\B\\C-\\x\\A-\\y]))))*(((\\2m|\\1W)*(\\30\\3R))?(\\2m|\\1W)+)?(\\3S)))@((([a-z]|\\d|[\\E-\\B\\C-\\x\\A-\\y])|(([a-z]|\\d|[\\E-\\B\\C-\\x\\A-\\y])([a-z]|\\d|-|\\.|X|~|[\\E-\\B\\C-\\x\\A-\\y])*([a-z]|\\d|[\\E-\\B\\C-\\x\\A-\\y])))\\.)+(([a-z]|[\\E-\\B\\C-\\x\\A-\\y])|(([a-z]|[\\E-\\B\\C-\\x\\A-\\y])([a-z]|\\d|-|\\.|X|~|[\\E-\\B\\C-\\x\\A-\\y])*([a-z]|[\\E-\\B\\C-\\x\\A-\\y])))\\.?$/i.16(a)},1B:7(a,b){8 6.K(b)||/^(5h?|5M):\\/\\/(((([a-z]|\\d|-|\\.|X|~|[\\E-\\B\\C-\\x\\A-\\y])|(%[\\1U-f]{2})|[!\\$&\'\\(\\)\\*\\+,;=]|:)*@)?(((\\d|[1-9]\\d|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d|[1-9]\\d|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d|[1-9]\\d|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d|[1-9]\\d|1\\d\\d|2[0-4]\\d|25[0-5]))|((([a-z]|\\d|[\\E-\\B\\C-\\x\\A-\\y])|(([a-z]|\\d|[\\E-\\B\\C-\\x\\A-\\y])([a-z]|\\d|-|\\.|X|~|[\\E-\\B\\C-\\x\\A-\\y])*([a-z]|\\d|[\\E-\\B\\C-\\x\\A-\\y])))\\.)+(([a-z]|[\\E-\\B\\C-\\x\\A-\\y])|(([a-z]|[\\E-\\B\\C-\\x\\A-\\y])([a-z]|\\d|-|\\.|X|~|[\\E-\\B\\C-\\x\\A-\\y])*([a-z]|[\\E-\\B\\C-\\x\\A-\\y])))\\.?)(:\\d*)?)(\\/((([a-z]|\\d|-|\\.|X|~|[\\E-\\B\\C-\\x\\A-\\y])|(%[\\1U-f]{2})|[!\\$&\'\\(\\)\\*\\+,;=]|:|@)+(\\/(([a-z]|\\d|-|\\.|X|~|[\\E-\\B\\C-\\x\\A-\\y])|(%[\\1U-f]{2})|[!\\$&\'\\(\\)\\*\\+,;=]|:|@)*)*)?)?(\\?((([a-z]|\\d|-|\\.|X|~|[\\E-\\B\\C-\\x\\A-\\y])|(%[\\1U-f]{2})|[!\\$&\'\\(\\)\\*\\+,;=]|:|@)|[\\5e-\\5T]|\\/|\\?)*)?(\\#((([a-z]|\\d|-|\\.|X|~|[\\E-\\B\\C-\\x\\A-\\y])|(%[\\1U-f]{2})|[!\\$&\'\\(\\)\\*\\+,;=]|:|@)|\\/|\\?)*)?$/i.16(a)},1A:7(a,b){8 6.K(b)||!/5U|5c/.16(2w 5b(a))},2j:7(a,b){8 6.K(b)||/^\\d{4}[\\/-]\\d{1,2}[\\/-]\\d{1,2}$/.16(a)},1G:7(a,b){8 6.K(b)||/^-?(?:\\d+|\\d{1,3}(?:,\\d{3})+)(?:\\.\\d+)?$/.16(a)},1P:7(a,b){8 6.K(b)||/^\\d+$/.16(a)},2f:7(b,e){l(6.K(e))8"1S-1Y";l(/[^0-9-]+/.16(b))8 N;p a=0,d=0,2g=N;b=b.1u(/\\D/g,"");Q(p n=b.F-1;n>=0;n--){p c=b.59(n);p d=58(c,10);l(2g){l((d*=2)>9)d-=9}a+=d;2g=!2g}8(a%10)==0},43:7(b,c,a){a=1g a=="1D"?a.1u(/,/g,\'|\'):"57|56?g|55";8 6.K(c)||b.65(2w 3t(".("+a+")$","i"))},2o:7(c,d,a){p b=$(a).66(".17-2o").2I("3H.17-2o",7(){$(d).J()});8 c==b.33()}}});$.W=$.v.W})(1F);(7($){p c=$.2U;p d={};$.2U=7(a){a=$.H(a,$.H({},$.53,a));p b=a.3X;l(a.3Z=="2Y"){l(d[b]){d[b].2Y()}8(d[b]=c.1Q(6,R))}8 c.1Q(6,R)}})(1F);(7($){l(!1F.1r.38.2d&&!1F.1r.38.2J&&4i.3G){$.P({3g:\'2d\',3H:\'2J\'},7(b,a){$.1r.38[a]={50:7(){6.3G(b,2y,w)},4Z:7(){6.4Y(b,2y,w)},2y:7(e){R[0]=$.1r.2O(e);R[0].1V=a;8 $.1r.1T.1Q(6,R)}};7 2y(e){e=$.1r.2O(e);e.1V=a;8 $.1r.1T.V(6,e)}})};$.H($.2L,{2K:7(d,e,c){8 6.2I(e,7(a){p b=$(a.4X);l(b.2W(d)){8 c.1Q(b,R)}})}})})(1F);',62,389,'||||||this|function|return|||||||||||||if||||var|settings||||name|validator|true|uFDCF|uFFEF||uFDF0|uD7FF|uF900||u00A0|length|messages|extend|element|valid|optional|form|Please|false|enter|each|for|arguments|errorList|delete|currentForm|call|format|_|method|value||in|else|toHide|elements|required|test|validate|maxlength|data|submitted|pendingRequest|errorClass|add|case|invalid|typeof|pending|rules|message|toShow|formSubmitted|showErrors|successList|filter|trim|remote|event|attr|min|replace|errorMap|input|success|minlength|console|date|url|max|string|checkable|jQuery|number|metadata|split|email|unhighlight|not|errorsFor|methods|getLength|digits|apply|classRuleSettings|dependency|handle|da|type|x09|normalizeRule|mismatch|submitButton|undefined|reset|addClass|switch|labelContainer||findByName|push|validClass|check|groups|currentElements|constructor|focusin|select|creditcard|bEven|previousValue|rangelength|dateISO|objectLength|focusInvalid|x20|parameters|equalTo|depends|debug|range|submit|wrapper|defaultMessage|removeClass|new|containers|handler|errors|hide|rulesCache|addWrapper|errorLabelContainer|showLabel|errorElement|clean|prepareForm|bind|focusout|validateDelegate|fn|old|delegate|fix|prepareElement|hideErrors|param|resetForm|window|ajax|characters|is|than|abort|Number|x0d|break|dependTypes|val|idOrName|submitHandler|staticRules|theregex|special|highlight|meta|cancelSubmit|eventType|defaults|click|catch|focus|findLastActive|button|size|ignoreTitle|ignore|defaultShowErrors|grep|errorContainer|selected|numberOfInvalids|error|find|RegExp|triggerHandler|checkForm|invalidHandler|onsubmit|nothing|option|checkbox|Array|radio|remove|text|makeArray|addEventListener|blur|init|autoCreateRanges|no|to|equal|x7f|and|x01|try|x0a|x22|attributeRules|lastActive|classRules|between|port|metadataRules|mode|originalMessage|normalizeRules|x0c|accept|isFunction|x0b|or|the|addClassRules|numberDE|dateDE|stopRequest|startRequest|depend|toLowerCase|nodeName|null|checked|document|errorPlacement|html|generated|map|invalidElements|show|validElements|parent|field|strong|errorContext|findDefined|String|customMessage|parentNode|customMetaMessage|id|lastElement|formatAndAdd|onfocusout|removeAttrs|cancel|assigned|has|disabled|image|blockFocusCleanup|focusCleanup|can|trigger|visible|onfocusin|label|slice|keyup|textarea|file|password|unshift|on|target|removeEventListener|teardown|setup|appendTo|warn|ajaxSettings|valueCache|gif|jpe|png|parseInt|charAt|prototype|Date|NaN|greater|uE000|unchecked|filled|https|x5d|less|x5b|x23|x21|blank|long|expr|x08|hidden|least|at|json|more|dataType|extension|default|with|addMethod|again|524288|x0e|x1f|same|2147483647|class|card|preventDefault|x7e|credit|ftp|boolean|only|getElementsByName|ISO|insertAfter|append|uF8FF|Invalid|wrap|URL|address|defined|No|Warning|This|title|setDefaults|returning|match|unbind|throw|onclick|checking|when|occured|onkeyup|removeAttr|exception|log|continue'.split('|'),0,{}));

(function(jQuery){
	jQuery.fn.clearDefault = function(){
		return this.each(function(){
			var default_value = jQuery(this).val();
			jQuery(this).focus(function(){
				if (jQuery(this).val() == default_value) jQuery(this).val("");
			});
			jQuery(this).blur(function(){
				if (jQuery(this).val() == "") jQuery(this).val(default_value);
			});
		});
	};
})(jQuery);

jQuery.noConflict();
jQuery(document).ready(function($){
								
	$.validator.addMethod("name", function(value) {
         return value != 'Enter your name here';
    });
    $.validator.addMethod("number", function(value, element) {
	    return this.optional(element) || /^[0-9\-\+]+$/i.test(value);
         return value != 'Enter your phone number here';
    });
	$.validator.addMethod("email", function(value,element) {
		return this.optional(element) || /^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/i.test(value);	
		
		return value != 'Enter your email here';
    });
	$.validator.addMethod("location", function(value) {
         return value != 'Enter your suburb here';
    });
	
	jQuery('#contact-form').validate({debug: true, 
	rules: {
		name: 'name',
		number: 'number',
		email:'email',
		location:'location'
	},
	messages : {
		name: 'Please enter a name here',	
		number: 'Please enter a valid number',
		email:'Please enter valid email address',
		location:'Please enter your suburb.'
		
	},
	submitHandler: function(form) {
		
  $.post('send02.php',$("#contact-form").serialize(),
   function(data){
   if(data.success=="true") {
	    window.location.href="thankyou.html";
    /*$("#contact-form").fadeOut(500);
    $("#content .result").html('<p>The form has been sent!</p>').fadeIn(500); */  
   } else {

     $(".result").html('<p>An error has occured, try again please.</p>').fadeIn(500);    
   }

  },'json');
  return false;

}});
	jQuery('#quick-contact-form').validate({debug: true, 
	rules: {
		name: 'name',
		number: 'number',
		email:'email',
		location:'location'
	},
	messages : {
		name: 'Please enter a name here',	
		number: 'Please enter a valid number',
		email:'Please enter valid email address',
		location:'Please enter your suburb.'
		
	}, 
	submitHandler: function(form) {
		
  $.post('send.php',$("#quick-contact-form").serialize(),
   function(data){
   if(data.success=="true") {
	   window.location.href="thankyou.html";
   /* $("#quick-contact-form").fadeOut(500);
    $("#sidebar .result").html('<p>The form has been sent!</p>').fadeIn(500); */   
   } else {

     $(".result").html('<p>An error has occured, try again please.</p>').fadeIn(500);    
   }

  },'json');
  return false;

}
	});
	 
  
	

	var secondLevel = jQuery('#header ul#nav li ul li a');
	jQuery('#header ul#nav li a').not(secondLevel).addClass('parentlink');
	Cufon.replace('#nav li a.parentlink', {hover:true, fontFamily: 'HelveticaBold', textShadow:'#333d6d 1px 2px 2px 2px'});

});

Cufon.replace('h1', {fontFamily: 'Akzi-Light'});
Cufon.replace('#contact', {hover:true, fontFamily: 'Akzi-Light', textShadow:'#d5d5d5 1px 2px 2px 2px'});
Cufon.replace('h2, h3, h5, h6', {fontFamily: 'HelveticaBold'});
Cufon.replace('h4', {fontFamily: 'Akzi-Med'});
Cufon.replace('#hours', {fontFamily: 'Akzi-Med'});
Cufon.replace('#quick-form #or, #quick-form h3, #quick-form h4, #testimonials h3', {fontFamily: 'Akzi-Light'});
Cufon.replace('#quick-form h2', {fontFamily: 'Akzi-Bold'});
Cufon.replace('#simple h4', {fontFamily: 'Akzi-Med'});


