; (function (window, document, undefined) { mti = {}; mti.J = function (a, b) { var c = arguments.length > 2 ? Array.prototype.slice.call(arguments, 2) : []; return function () { c.push.apply(c, arguments); return b.apply(a, c) } }; mti.h = function (a, b) { this.i = a; this.b = b }; mti.h.prototype.createElement = function (a, b, c) { a = this.i.createElement(a); if (b) for (var d in b) if (b.hasOwnProperty(d)) if (d == "style" && this.b.getName() == "MSIE") a.style.cssText = b[d]; else a.setAttribute(d, b[d]); c && a.appendChild(this.i.createTextNode(c)); return a }; function j(a, b, c) { a = a.i.getElementsByTagName(b)[0]; if (!a) a = document.documentElement; if (a && a.lastChild) { a.insertBefore(c, a.lastChild); return true } return false } function q(a, b) { function c() { document.body ? b() : setTimeout(c, 0) } c() } mti.h.t = false; function r(a, b) { if (mti.h.t === true) b(); else if (a.b.getName() == "MSIE") { var c = a.i, d = false, e = function () { if (!d) { d = true; b(); mti.h.t = true } }; (function () { try { c.documentElement.doScroll("left") } catch (f) { setTimeout(arguments.callee, 50); return } e() })(); c.onreadystatechange = function () { if (c.readyState == "complete") { c.onreadystatechange = null; e() } } } else if (a.b.pa == "AppleWebKit" && a.b.oa < 525) (function () { if (["loaded", "complete"].indexOf(this.i.readyState) > -1) { b(); mti.h.t = true } else setTimeout(arguments.callee, 50) })(); else if (a.i.addEventListener) a.i.addEventListener("DOMContentLoaded", function () { b(); mti.h.t = true }, false); else window.onload = function () { b(); mti.h.t = true } } function s(a, b) { if (b.parentNode) { b.parentNode.removeChild(b); return true } return false } function t(a, b, c) { a = b.className.split(/\s+/); for (var d = 0, e = a.length; d < e; d++) if (a[d] == c) return; a.push(c); b.className = a.join(" ").replace(/^\s+/, "") } function u(a, b, c) { a = b.className.split(/\s+/); for (var d = [], e = 0, f = a.length; e < f; e++) a[e] != c && d.push(a[e]); b.className = d.join(" ").replace(/^\s+/, "").replace(/\s+$/, "") } function w(a, b) { var c = ""; b = b.childNodes || b; for (var d = 0; d < b.length; d++) c += b[d].nodeType != 1 ? b[d].nodeValue : w(a, b[d].childNodes); return c } mti.h.prototype.getElementById = function (a) { return this.i.getElementById(a) }; mti.l = function (a, b, c, d, e, f) { this.wa = a; this.Ba = b; this.pa = c; this.oa = d; this.ya = e; this.ea = f }; mti.l.prototype.getName = function () { return this.wa }; mti.e = function (a) { this.b = a }; mti.e.f = "Unknown"; mti.e.la = new mti.l(mti.e.f, mti.e.f, mti.e.f, false); mti.e.prototype.parse = function () { return this.b.indexOf("MSIE") != -1 ? x(this) : this.b.indexOf("Opera") != -1 ? z(this) : this.b.indexOf("AppleWebKit") != -1 ? A(this) : this.b.indexOf("Gecko") != -1 ? B(this) : mti.e.la }; function C(a) { var b = F(a, a.b, /(iPod|iPad|iPhone|Android)/); if (b != "") return b; a = F(a, a.b, /(Linux|Mac_PowerPC|Macintosh|Windows)/); if (a != "") { if (a == "Mac_PowerPC") a = "Macintosh"; return a } return mti.e.f } function x(a) { var b = F(a, a.b, /(MSIE [\d\w\.]+)/); if (b != "") { var c = b.split(" "); b = c[0]; c = c[1]; return new mti.l(b, c, b, c, C(a), G(a, c) >= 6) } return new mti.l("MSIE", mti.e.f, "MSIE", mti.e.f, C(a), false) } function z(a) { var b = mti.e.f, c = mti.e.f, d = F(a, a.b, /(Presto\/[\d\w\.]+)/); if (d != "") { c = d.split("/"); b = c[0]; c = c[1] } else { if (a.b.indexOf("Gecko") != -1) b = "Gecko"; d = F(a, a.b, /rv:([^\)]+)/); if (d != "") c = d } if (a.b.indexOf("Version/") != -1) { d = F(a, a.b, /Version\/([\d\.]+)/); if (d != "") return new mti.l("Opera", d, b, c, C(a), G(a, d) >= 10) } d = F(a, a.b, /Opera[\/ ]([\d\.]+)/); if (d != "") return new mti.l("Opera", d, b, c, C(a), G(a, d) >= 10); return new mti.l("Opera", mti.e.f, b, c, C(a), false) } function A(a) { var b = C(a), c = F(a, a.b, /AppleWebKit\/([\d\.\+]+)/); if (c == "") c = mti.e.f; var d = mti.e.f; if (a.b.indexOf("Chrome") != -1) d = "Chrome"; else if (a.b.indexOf("Safari") != -1) d = "Safari"; var e = mti.e.f; if (a.b.indexOf("Version/") != -1) e = F(a, a.b, /Version\/([\d\.\w]+)/); else if (d == "Chrome") e = F(a, a.b, /Chrome\/([\d\.]+)/); var f = F(a, c, /\d+\.(\d+)/); return new mti.l(d, e, "AppleWebKit", c, b, G(a, c) >= 526 || G(a, c) >= 525 && parseInt(f) >= 13) } function B(a) { var b = mti.e.f, c = mti.e.f, d = false; if (a.b.indexOf("Firefox") != -1) { b = "Firefox"; var e = F(a, a.b, /Firefox\/([\d\w\.]+)/); if (e != "") { d = F(a, e, /\d+\.(\d+)/); c = e; d = e != "" && G(a, e) >= 3 && parseInt(d) >= 5 } } else if (a.b.indexOf("Mozilla") != -1) b = "Mozilla"; e = F(a, a.b, /rv:([^\)]+)/); if (e == "") e = mti.e.f; else if (!d) { d = G(a, e); var f = parseInt(F(a, e, /\d+\.(\d+)/)), g = parseInt(F(a, e, /\d+\.\d+\.(\d+)/)); d = d > 1 || d == 1 && f > 9 || d == 1 && f == 9 && g >= 2 || e.match(/1\.9\.1b[123]/) != null || e.match(/1\.9\.1\.[\d\.]+/) != null } return new mti.l(b, c, "Gecko", e, C(a), d) } function G(a, b) { a = F(a, b, /(\d+)/); if (a != "") return parseInt(a); return -1 } function F(a, b, c) { if ((a = b.match(c)) && a[1]) return a[1]; return "" }; mti.c = function (a, b, c, d) { this.a = a; this.g = b; this.W = c; this.o = d || mti.c.B; this.n = new mti.A("-") }; mti.c.B = "mti"; mti.c.q = "loading"; mti.c.z = "active"; mti.c.C = "inactive"; mti.c.H = "font"; function H(a) { t(a.a, a.g, a.n.m(a.o, mti.c.q)); I(a, mti.c.q) } function J(a, b, c) { u(a.a, a.g, a.n.m(a.o, b, c, mti.c.q)); t(a.a, a.g, a.n.m(a.o, b, c, mti.c.z)); I(a, mti.c.H + mti.c.z, b, c) } function K(a) { t(a.a, a.g, a.n.m(a.o, mti.c.C)); I(a, mti.c.C) } function L(a) { u(a.a, a.g, a.n.m(a.o, mti.c.q)); t(a.a, a.g, a.n.m(a.o, mti.c.z)); I(a, mti.c.z) } function I(a, b, c, d) { a.W[b] && a.W[b](c, d) }; mti.ha = function () { this.ba = {} }; function M(a, b) { var c = []; for (var d in b) if (b.hasOwnProperty(d)) { var e = a.ba[d]; e && c.push(e(b[d])) } return c }; mti.p = function (a, b, c, d, e) { this.a = a; this.r = b; this.L = c; this.F = d; this.$ = e; this.X = 0; this.Q = this.aa = false; this.va = new mti.S; this.ra = new mti.j }; mti.p.T = "_,arial,helvetica"; mti.p.ga = "n4"; mti.p.prototype.watch = function (a, b, c) { for (var d = a.length, e = 0; e < d; e++) { var f = a[e]; b[f] || (b[f] = [mti.p.ga]); this.X += b[f].length } if (c) this.aa = c; for (e = 0; e < d; e++) { f = a[e]; c = b[f]; for (var g = 0, h = c.length; g < h; g++) { var m = c[g], k = O(this, mti.p.T, m), o = this.L.M(k); s(this.a, k); k = f; var l = this.r; t(l.a, l.g, l.n.m(l.o, k, m, mti.c.q)); I(l, mti.c.H + mti.c.q, k, m); l = O(this, this.va.quote(k), m); if (o != this.L.M(l)) { s(this.a, l); J(this.r, k, m); this.Q = true; P(this) } else Q(this, this.$(), o, l, k, m) } } }; function P(a) { if (--a.X == 0 && a.aa) a.Q ? L(a.r) : K(a.r) } mti.p.prototype.na = function (a, b, c, d, e) { if (b != this.L.M(c)) { s(this.a, c); J(this.r, d, e); this.Q = true; P(this) } else if (this.$() - a < 5E3) Q(this, a, b, c, d, e); else { s(this.a, c); a = this.r; u(a.a, a.g, a.n.m(a.o, d, e, mti.c.q)); t(a.a, a.g, a.n.m(a.o, d, e, mti.c.C)); I(a, mti.c.H + mti.c.C, d, e); P(this) } }; function Q(a, b, c, d, e, f) { a.F(function (g, h) { return function () { h.call(g, b, c, d, e, f) } } (a, a.na), 50) } function O(a, b, c) { c = a.ra.expand(c); b = a.a.createElement("span", { style: "position:absolute;top:-999px;font-size:300px;font-family:" + b + "," + mti.p.T + ";" + c }, "Mm"); j(a.a, "body", b); return b }; mti.s = function (a, b, c, d, e) { this.a = a; this.Z = b; this.g = c; this.F = d; this.b = e; this.N = this.O = 0 }; mti.s.prototype.V = function (a, b) { this.Z.ba[a] = b }; mti.s.prototype.load = function (a) { var b = new mti.c(this.a, this.g, a); this.b.ea ? R(this, b, a) : K(b) }; mti.s.prototype.ta = function (a, b, c, d) { if (d) a.load(mti.J(this, this.xa, b, c)); else { a = --this.O == 0; this.N--; if (a) this.N == 0 ? K(b) : H(b); c.watch([], {}, a) } }; mti.s.prototype.xa = function (a, b, c, d) { var e = --this.O == 0; e && H(a); this.F(mti.J(this, function (f, g, h, m) { setTimeout(function () { f.watch(g, h || {}, m) }, 100) }, b, c, d, e)) }; function R(a, b, c) { c = M(a.Z, c); a.N = a.O = c.length; for (var d = new mti.p(a.a, b, { M: function (h) { return h.offsetWidth } }, a.F, function () { return (new Date).getTime() }), e = 0, f = c.length; e < f; e++) { var g = c[e]; S(g, a.b, mti.J(a, a.ta, g, b, d)) } }; mti.A = function (a) { this.ua = a || mti.A.fa }; mti.A.fa = "-"; mti.A.prototype.m = function () { for (var a = [], b = 0; b < arguments.length; b++) a.push(arguments[b].replace(/[\W_]+/g, "").toLowerCase()); return a.join(this.ua) }; mti.S = function () { this.da = '"' }; mti.S.prototype.quote = function (a) { var b = []; a = a.split(/,\s*/); for (var c = 0; c < a.length; c++) { var d = a[c].replace(/['"]/g, ""); d.indexOf(" ") == -1 ? b.push(d) : b.push(this.da + d + this.da) } return b.join(",") }; mti.j = function () { this.ca = mti.j.ka; this.w = mti.j.ma }; mti.j.ka = ["font-style", "font-weight"]; mti.j.ma = { "font-style": [["n", "normal"]], "font-weight": [["4", "normal"]] }; mti.j.U = function (a, b, c) { this.sa = a; this.Aa = b; this.w = c }; mti.j.U.prototype.expand = function (a, b) { for (var c = 0; c < this.w.length; c++) if (b == this.w[c][0]) { a[this.sa] = this.Aa + ":" + this.w[c][1]; return } }; mti.j.prototype.expand = function (a) { if (a.length != 2) return null; for (var b = [null, null], c = 0, d = this.ca.length; c < d; c++) { var e = this.ca[c], f = a.substr(c, 1); (new mti.j.U(c, e, this.w[e])).expand(b, f) } return b[0] && b[1] ? b.join(";") + ";" : null }; window.MonoTypeWebFonts = function () { var a = (new mti.e(navigator.userAgent)).parse(); return new mti.s(new mti.h(document, a), new mti.ha, document.documentElement, function (b, c) { setTimeout(b, c) }, a) } (); window.MonoTypeWebFonts.load = window.MonoTypeWebFonts.load; window.MonoTypeWebFonts.addModule = window.MonoTypeWebFonts.V; mti.I = function (a, b, c) { this.P = a; this.a = b; this.za = c; this.v = {}; this.K = [] }; mti.I.prototype.indexOf = function (a, b) { if (a.indexOf) return a.indexOf(b); else { for (var c = 0; c < a.length; c++) if (a[c] == b) return c; return -1 } }; function T(a, b) { var c = a.za, d = typeof b.currentStyle != "undefined" ? b.currentStyle.fontFamily : a.a.i.defaultView.getComputedStyle(b, null).getPropertyValue("font-family"); d = (d || "").replace(/^\s|\s$/g, "").replace(/'|"/g, ""); if (d != "") { var e = new RegExp(d, "ig"); for (i = 0; i < c.length; i++) { var f = c[i]; if (e.test(f.fontfamily.replace(/^\s|\s$/g, ""))) { var g; if (b) g = typeof b.currentStyle != "undefined" ? b.currentStyle.visibility : a.a.i.defaultView.getComputedStyle(b, null).getPropertyValue("visibility"); if (g != "hidden") b.style.visibility = "hidden"; a.K.push(b); if (f.enableSubsetting) if (a.v[d]) a.v[d] += w(a.a, b); else a.v[d] = w(a.a, b) } } } } function U(a) { var b = "img,select,option,script,noscript,iframe,object,style,param,embed,link,meta,head,title,br,hr".split(","), c = a.P, d = null; do { d = c.firstChild; if (d == null) { c.nodeType == 1 && a.indexOf(b, c.tagName.toLowerCase()) < 0 && T(a, c); d = c.nextSibling } if (d == null) { c = c; do { d = c.parentNode; if (d == a.P) break; d.nodeType == 1 && a.indexOf(b, d.tagName.toLowerCase()) < 0 && T(a, d); c = d; d = d.nextSibling } while (d == null) } c = d } while (c != a.P); b = false; for (p in a.v) { b = true; break } if (b) return a.v; return null }; mti.k = function (a, b, c, d) { this.G = a; this.b = b; this.a = c; this.d = d; this.Y = []; this.qa = {} }; mti.k.ja = "monotype"; var V = "TTF"; function S(a, b, c) { V = W(a); var d = a.d.projectId; if (d) { a.G["__mti_fntLst" + d] = function () { return a.d.pfL }; a.G.mti_element_cache = []; X(a); if (a.d.reqSub) { d = function () { var f = new mti.I(document.body, a.a, a.d.pfL), g = U(f); for (fontfamily in g) g[fontfamily] = Y(a, g[fontfamily]); a.G.mti_element_cache = f.K; Z(a, g) }; var e = window.MTIConfig || { isAsync: false }; if (e.isAsync === true) e.onReady = d; else r(a.a, d) } else { Z(a); q(a.a, function () { var f = new mti.I(document.body, a.a, a.d.pfL); U(f); a.G.mti_element_cache = f.K }) } c(b.ea) } else c(true) } function W(a) { var b = a.d.ffArray, c = a.b.getName(); c = c.toLowerCase(); if (c == "firefox") c = "mozilla"; if (/ipad|ipod|iphone/.test(a.b.ya.toLowerCase())) c = "msafari"; a = a.b.Ba; b = b[c]; c = ""; for (p in b) if (parseFloat(a) >= parseFloat(p)) c = b[p]; return c } mti.k.D = 300; function Z(a, b) { var c = a.d.projectId, d = a.d.ec, e = a.d.fcURL, f = a.d.dfcURL, g = a.a.createElement("style", { type: "text/css", id: "mti_fontface_" + a.d.projectId }); j(a.a, "head", g); var h = "", m = false, k = {}, o = { TTF: "truetype", WOFF: "woff", SVG: "svg" }, l = V != null && V.toUpperCase() == "EOT"; for (i = 0; i < a.d.pfL.length; i++) { var v = a.d.pfL[i], n = v.fontfamily, D = v.contentIds; a.Y.push(n); if (b && b[n] && b[n].length > mti.k.D) { m = true; k[n] || (k[n] = []); var N = b[n], E = (N.length - 1) / mti.k.D + 1; E = Math.floor(E); for (var y = 1; y <= E; y++) { newFontFamily = n + "" + y; k[n].push(newFontFamily); b[newFontFamily] = N.substr((y - 1) * mti.k.D, mti.k.D); h += "@font-face{font-family:'" + newFontFamily + "';src:url('" + $(a, D, c, v.enableSubsetting, d, e, f, a.d.ck, newFontFamily, b) + "')"; l || (h += " format('" + o[V.toUpperCase()] + "')"); h += ";}\n" } } else { h += "@font-face{font-family:'" + n + "';src:url('" + $(a, D, c, v.enableSubsetting, d, e, f, a.d.ck, n, b) + "')"; if (!l) { v = D[V.toUpperCase()]; n = o[V.toUpperCase()]; v || (n = o.TTF); h += " format('" + n + "')" } h += ";}\n" } } if (m === true) { s(a.a, a.a.getElementById("mti_stylesheet_" + a.d.projectId) || {}); X(a, k) } if (g.styleSheet) g.styleSheet.cssText = h; else { a = document.createTextNode(h); g.appendChild(a) } } function X(a, b) { var c = a.a.createElement("style", { type: "text/css", id: "mti_stylesheet_" + a.d.projectId }); j(a.a, "head", c); var d = ""; for (i in a.d.selectorFontMap) { var e = a.d.selectorFontMap[i]; if (b && b[e] && b[e].length > 0) e = b[e].join("','"); d += i + "{font-family:'" + e + "';}\n"; d += "/*fout specific code:*/\n"; d += "." + mti.c.B + "-loading " + i + "{visibility:hidden;}\n"; d += "." + mti.c.B + "-active " + i + ", ." + mti.c.B + "-inactive " + i + "{visibility: visible;}\n" } if (c.styleSheet) c.styleSheet.cssText = d; else { a = document.createTextNode(d); c.appendChild(a) } } function Y(a, b) { if (b && typeof b == "string") { b = b.replace(/\s/g, "").replace(/\n/g, "").replace(/\r/g, ""); a = ""; for (var c = b.length, d = null, e = 0; e < c; e++) { d = b.charAt(e); if (a.indexOf(d) == -1) a += d } return a } return "" } function $(a, b, c, d, e, f, g, h, m, k) { var o = b[V.toUpperCase()], l = "http://"; if (window.location.protocol == "https:") l = "https://"; f = f.replace("http://", "").replace("https://", ""); g = g.replace("http://", "").replace("https://", ""); f = l + f; g = l + g; if (d) { url = g + "?"; if (e) url += h + "&"; url += "fctypeId=" + a.d.fctypeArray[V] + "&fcId=" + b.TTF + "&origId=" + o } else url = e ? o ? f + o + "." + V.toLowerCase() + "?" + h : f + b.TTF + ".ttf?" + h : f + "?fctypeId=" + a.d.fctypeArray[V] + "&fcId=" + o; url += "&projectId=" + c; if (k) url += "&content=" + escape((k[m] || "") + "giMm"); if (V != null && V.toUpperCase() == "SVG") url += "#" + o; return url } mti.k.prototype.load = function (a) { a(this.Y, this.qa) }; mti.ia = function (a) { this.u = a }; mti.ia.prototype.protocol = function () { var a = ["http:", "https:"], b = a[0]; if (this.u && this.u.location && this.u.location.protocol) { var c = 0; for (c = 0; c < a.length; c++) if (this.u.location.protocol == a[c]) return this.u.location.protocol } return b }; mti.R = function (a, b) { this.a = a; this.d = b }; mti.R.prototype.appendBannerScript = function () { var a; a = new RegExp(escape("WFS_MTI_SS") + "=([^;]+)"); if (a.test(document.cookie + ";")) { a.exec(document.cookie + ";"); a = unescape(RegExp.$1) } else a = false; var b = this.d.bannerHandlerURL; if (b) { b += "?projectId=" + this.d.projectId; if (a !== false) b += "&WFS_MTI_SS=" + a; b += "&" + escape((new Date).getTime()); j(this.a, "head", this.a.createElement("Script", { type: "text/javascript", src: b })) } }; MonoTypeWebFonts.V(mti.k.ja, function (a) { var b = (new mti.e(navigator.userAgent)).parse(), c = new mti.h(document, b); window.MonoTypeWebFonts.BannerHandler = new mti.R(c, a); return new mti.k(window, b, c, a) }); })(this, document); if(window.addEventListener){ window.addEventListener('load', function(){MonoTypeWebFonts.cleanup(); MonoTypeWebFonts.loadColo();}, false);}else if(window.attachEvent){ window.attachEvent('onload', function(){MonoTypeWebFonts.cleanup(); MonoTypeWebFonts.loadColo();});}MonoTypeWebFonts.cleanupExecuted = false;MonoTypeWebFonts.cleanup = function(){if(MonoTypeWebFonts.cleanupExecuted === true){ return; }MonoTypeWebFonts.cleanupExecuted = (window['mti_element_cache'].length > 0);for(i = 0; i < window['mti_element_cache'].length; i++){window['mti_element_cache'][i].style.visibility = "";}var className = document.documentElement.className;className = className.replace(/\b(mti\-.*?(loading|active|inactive))\b/g,'').replace(/^\s+|\s+$/g,'').replace(/\s+/g,' ');setTimeout(function(){document.documentElement.className = className+' mti-repaint';},20);/*IE sometimes requires redrawing the browser after fonts are downloaded. Adding a classname might help*/if(!document.getElementById('MonoTypeFontApiFontTracker')){ var fontTrackingUrl = "http://fast.fonts.com/t/1.css"; if(window.location.protocol == 'https:'){ fontTrackingUrl = fontTrackingUrl.replace(/http:/,'https:'); } var head = document.getElementsByTagName('HEAD')[0]; var cssEle = document.createElement('LINK'); if(cssEle){ cssEle.setAttribute('id','MonoTypeFontApiFontTracker'); cssEle.setAttribute('type','text/css'); cssEle.setAttribute('rel','stylesheet'); cssEle.setAttribute('href',fontTrackingUrl + "?apiType=css&projectid=bfc62977-553c-4ea7-aac2-1532670409ad"); head.appendChild(cssEle); }}window['mti_element_cache'] = [];};MonoTypeWebFonts._fontActiveEventList = [];MonoTypeWebFonts._fontLoadingEventList = [];MonoTypeWebFonts._activeEventList = [];MonoTypeWebFonts._inActiveEventList = [];MonoTypeWebFonts.addEvent = function(eventName, callbackFunction){ if(eventName.toLowerCase() == 'fontactive'){ MonoTypeWebFonts._fontActiveEventList.push(callbackFunction); }else if(eventName.toLowerCase() == 'fontloading'){ MonoTypeWebFonts._fontLoadingEventList.push(callbackFunction); }else if(eventName.toLowerCase() == 'inactive'){ MonoTypeWebFonts._inActiveEventList.push(callbackFunction); }else if(eventName.toLowerCase() == 'active'){ MonoTypeWebFonts._activeEventList.push(callbackFunction); }};MonoTypeWebFonts.loadFonts = function(){MonoTypeWebFonts.load({monotype:{ reqSub:false,pfL:[{'fontfamily' : "OfficinaSansITCW01-Book 734509" ,contentIds :{EOT: 'e4f88d1f-2f5e-49a0-9361-9fcdc5bfc795',WOFF: '60567f88-1ef5-4f2c-9951-3ce3845f9967',TTF: 'ec8c3086-5408-4f25-97d0-f1f4c7014668',SVG: 'd29fed54-ae01-49ef-94e2-3e3fb9df3f70'}, enableSubsetting : false},{'fontfamily' : "OfficinaSansITCW01-Book 734512" ,contentIds :{EOT: '2cc84b16-2765-45df-82db-1d8c63b97ea4',WOFF: '7895df1c-c1ad-4189-91fa-0c041359c821',TTF: '153b7835-57ac-4a79-8632-6c639baa03f5',SVG: 'c34f183d-16cc-4f0f-98a5-e5b65d508953'}, enableSubsetting : false},{'fontfamily' : "OfficinaSansITCW01-XBol 734515" ,contentIds :{EOT: '644b067d-06fd-43b6-b604-e42cd757651a',WOFF: '27c3efb9-31ee-4798-b41d-f868f65e730a',TTF: 'e4d12491-2288-4e19-8fe3-bcb04f4dde72',SVG: '464ada7c-aa24-414e-b57f-362224dbf430'}, enableSubsetting : false},{'fontfamily' : "OfficinaSansITCW01-XBol 734518" ,contentIds :{EOT: 'a63b8bbe-9921-47dc-ac71-bfe18fe44052',WOFF: 'df48e10d-e71f-4150-b268-0560e17b060a',TTF: 'ad280551-7f99-4824-814d-2e3b8b6ae556',SVG: 'ef71f445-39d8-4110-beaf-1957e155e04d'}, enableSubsetting : false},{'fontfamily' : "OfficinaSansITCW01-Medi 734521" ,contentIds :{EOT: 'e474d956-ffd6-470b-83c1-c02f503790e9',WOFF: '219dbf96-faba-452f-a6b9-ce7bb2bac564',TTF: '83766dc4-631e-4da8-81e2-fcf2fc18dc35',SVG: '2afc3ec0-76b8-4007-a7da-1a77f954f71a'}, enableSubsetting : false},{'fontfamily' : "OfficinaSansITCW01-Medi 734524" ,contentIds :{EOT: '9f65c7e9-71c9-4469-a5dd-2ab987704b68',WOFF: '89571723-35d3-488c-b84b-be5914c54bcc',TTF: '1017f8df-6c20-4ec3-a48f-f4ab75681301',SVG: '99697349-413e-4730-8231-03791c4a6fb9'}, enableSubsetting : false},{'fontfamily' : "OfficinaSansITCW01-Blac" ,contentIds :{EOT: '37d783b6-1e89-4e4d-aa19-1731589a0a30',WOFF: '245cd15d-7440-4d26-a740-04ca56165843',TTF: '82c5f9cd-103b-45f8-ac64-fa5a1f0ff231',SVG: '9261372a-260e-48c4-a519-2753cb2a5e49'}, enableSubsetting : false},{'fontfamily' : "OfficinaSansITCW01-BlkI" ,contentIds :{EOT: 'f6aad531-02f2-4db9-9327-a1d42a398b27',WOFF: '7a97e06f-2e57-4ccd-af2d-84e063a42dd7',TTF: 'c92f2f2f-b63c-4371-8c60-901207d1fbf4',SVG: '4763fdda-af1c-4b24-aae3-05a5c68361dd'}, enableSubsetting : false},{'fontfamily' : "OfficinaSansITCW01-Bold" ,contentIds :{EOT: '2f0ec777-1dee-443a-8545-9f7f99463c7c',WOFF: 'de07363b-ce31-46ce-aea6-f035147ac203',TTF: 'c2aa6294-4649-4459-8985-3ea6c56ca7a9',SVG: 'd6cda294-df79-4dd0-9a04-87653b44cb98'}, enableSubsetting : false},{'fontfamily' : "OfficinaSansITCW01-BdIt" ,contentIds :{EOT: 'b5399915-c272-40f7-922b-ee6a5f1d4625',WOFF: '5fdd14e5-fac8-4171-9990-b5ca3637553f',TTF: '7fef6950-b95f-4ce7-b941-9b9b69506af8',SVG: '2e93c863-1aea-4a13-916f-bcea55b879fc'}, enableSubsetting : false},{'fontfamily' : "ITCOfficinaSansW10-Blac 862490" ,contentIds :{EOT: '96c92c10-c966-4c58-aa82-77834ead4e94',WOFF: '554e349e-81ba-4ecc-9580-7ca89547f447',TTF: 'da0f30ba-e498-4217-ab11-45507a1ca6cf',SVG: '3b513cfd-e947-413b-86f6-64483d2f0ad6'}, enableSubsetting : false},{'fontfamily' : "ITCOfficinaSansW10-Blac 862493" ,contentIds :{EOT: 'd0f3f234-3dcb-468d-90d6-c1cf06974c51',WOFF: '9364246a-fbd9-4f81-9c49-55fc7625d3ef',TTF: 'ce47850f-10d4-4df9-906e-51a416792600',SVG: 'c5475c63-6de9-407e-af39-bd784d1b690f'}, enableSubsetting : false},{'fontfamily' : "ITCOfficinaSansW10-SCBl" ,contentIds :{EOT: '3c6d121b-c7c0-4100-be70-f9104b3f38f0',WOFF: '54ecae9e-b9c9-488a-9de4-5893b5f5ea93',TTF: 'a712871d-9bc6-45ec-b22e-7c1ace441bf9',SVG: 'b994b27c-4124-489a-af41-e284e5cf6068'}, enableSubsetting : false},{'fontfamily' : "ITCOfficinaSansW10-Bd" ,contentIds :{EOT: 'fd00b4eb-ca97-4a51-905d-02dd0aedf777',WOFF: '183f1182-06a4-4015-af5b-337782c6e381',TTF: 'd3b57f1e-1fe6-4154-a912-727fa39dae9e',SVG: '659e3ba4-dfc9-436c-9661-df866cc6fead'}, enableSubsetting : false},{'fontfamily' : "ITCOfficinaSansW10-BdIt" ,contentIds :{EOT: '39d2a460-1fc7-46b4-af76-48a5baffca4c',WOFF: 'df3d85bc-059e-487d-aac0-c0018c2a8fcf',TTF: '6f0c4575-93f2-46d6-a610-52e237216ed3',SVG: '1673d433-5bdb-4e92-9dd4-7e7c4c881ade'}, enableSubsetting : false},{'fontfamily' : "ITCOfficinaSansW10-SCBd" ,contentIds :{EOT: '04691433-599c-4700-8069-7a1aa509f2e4',WOFF: '609b87e5-f1fd-4195-9b1c-c49514028298',TTF: '292b2d90-8a7e-4fb8-9d3e-1845f92f347f',SVG: '9a32832f-3ba5-4fc4-a5f1-42644ed3038b'}, enableSubsetting : false},{'fontfamily' : "ITCOfficinaSansW10-Book 862508" ,contentIds :{EOT: '1a10332c-f6eb-42a8-ad6d-060df19195da',WOFF: 'c6b671a9-a4f6-4359-ac0c-3312f4e4ab59',TTF: 'a058597f-4570-43a9-9361-1273b4f85914',SVG: 'db971aac-b313-4c9d-9562-7ff2ffebdae8'}, enableSubsetting : false},{'fontfamily' : "ITCOfficinaSansW10-Book 862511" ,contentIds :{EOT: 'a7ddcc1a-bef7-41a6-85c4-45673ba143e6',WOFF: '5a4ccd5d-835a-429c-9be1-29ac50b1191c',TTF: '9008fe15-929b-4c08-a61b-623f51c2839b',SVG: '54003cb5-7ab0-47ac-8db0-3f2c55590868'}, enableSubsetting : false},{'fontfamily' : "ITCOfficinaSansW10-SCBo" ,contentIds :{EOT: '7b227c4b-b199-46fb-b3f4-b8824c9590eb',WOFF: 'e2cecb9f-704e-46e2-8c86-42459ee0c0e9',TTF: '88e2e4b1-d8f6-4e8b-bd24-a7c23eba0103',SVG: 'edc665da-fc9a-431a-83b7-10efa1c4363f'}, enableSubsetting : false},{'fontfamily' : "ITCOfficinaSansW10-XBd" ,contentIds :{EOT: '45daa1cd-4089-4602-970c-4d264f49e35c',WOFF: '4a5deebf-41e0-473d-b90c-56aca9053fbd',TTF: '917ab73c-632d-4d02-983e-9b18857aa9dd',SVG: 'd77e3656-bc3a-4c55-81f7-e049a93f4ecf'}, enableSubsetting : false},{'fontfamily' : "ITCOfficinaSansW10-XBdI" ,contentIds :{EOT: 'd93b92e9-d334-4a5d-8777-243b6cb1d9f2',WOFF: '975910c9-040c-41ee-b874-57027bbfa182',TTF: 'bdd23a48-dc34-4625-9403-78a0fac256b2',SVG: '3993cb12-d852-48b0-a69d-27a48ed99c83'}, enableSubsetting : false},{'fontfamily' : "ITCOfficinaSansW10-SCXB" ,contentIds :{EOT: '5227b7f7-fbf4-4717-9c11-febe47afc478',WOFF: '3ac8cf6d-514b-45bc-8b61-e8f37d35ac44',TTF: 'c978fae8-a1c0-43c2-bb57-0c488f4ff01c',SVG: 'a475723a-358e-486d-8395-c89068bca969'}, enableSubsetting : false},{'fontfamily' : "ITCOfficinaSansW10-Md" ,contentIds :{EOT: 'fd85a20b-1306-4e9d-9a92-c3f65c3445f3',WOFF: '0e98e8d6-b37e-43fd-9fdb-2ee2cccb01df',TTF: 'e895ffd7-8aee-4cd2-8f69-21acad3a7f4e',SVG: 'eb090d62-0a61-4581-8bfe-067d8e07565b'}, enableSubsetting : false},{'fontfamily' : "ITCOfficinaSansW10-MdIt" ,contentIds :{EOT: '4713b374-4697-4622-bee1-59de76eeee57',WOFF: '5c96c627-bf8f-4b5d-b66b-e6c709d448d2',TTF: '83fabb89-9307-4eb6-9c62-471de6c2c317',SVG: '921d893b-d27d-4a41-9b24-51d23f99167c'}, enableSubsetting : false},{'fontfamily' : "ITCOfficinaSansW10-SCMd" ,contentIds :{EOT: 'ab2ddad5-6604-4eaf-933f-e12179d93df9',WOFF: '88be46ba-2487-4c73-bf0d-2772bc974faa',TTF: 'f63af6a1-221a-4ee7-87cc-9d4c9fa55128',SVG: 'c8ae6f63-d1c5-4615-995d-cee2986f95a9'}, enableSubsetting : false}],selectorFontMap:{'a':'OfficinaSansITCW01-Book 734509','a.tabnavitem':'OfficinaSansITCW01-Medi 734521','blockquote':'OfficinaSansITCW01-Medi 734521','body':'OfficinaSansITCW01-Book 734509','dl':'OfficinaSansITCW01-Book 734509','form':'OfficinaSansITCW01-Book 734509','h1':'OfficinaSansITCW01-Medi 734521','h1 a':'OfficinaSansITCW01-Medi 734521','h2':'OfficinaSansITCW01-Medi 734521','h2 a':'OfficinaSansITCW01-Medi 734521','h3':'OfficinaSansITCW01-Medi 734521','h4':'OfficinaSansITCW01-Medi 734521','h4 a':'OfficinaSansITCW01-Medi 734521','h5':'OfficinaSansITCW01-Medi 734521','h5 a':'OfficinaSansITCW01-Medi 734521','li':'OfficinaSansITCW01-Medi 734521','menu':'OfficinaSansITCW01-Medi 734521','ol':'OfficinaSansITCW01-Medi 734521','p':'OfficinaSansITCW01-Book 734509','pre':'OfficinaSansITCW01-Book 734509','select':'OfficinaSansITCW01-Book 734509','textarea':'OfficinaSansITCW01-Book 734509','ul':'OfficinaSansITCW01-Medi 734521','ul li a':'OfficinaSansITCW01-Medi 734521'},ck:'d44f19a684109620e484157ea790e81881a7992bc0f72f79e7303dd4cc73a54d44218c428d28fe13828af7c05935337250c30bccf2f5543506d1a754c740f1d7ccebe0f2ab79ae8f417082baf3d70680c690a955121db8ed0060fe3fd041773581b23df2139e103ef5454fb6cb4589c6c9dc26088763811671f98b7639d924ec882d99b4d87271225dcbf04f87aaf220ab429e9b622f0e351b23aa06d4090af041b6c7b0f58cdc1e2436',ec:'true',fcURL:'http://fast.fonts.com/d/',dfcURL:'http://api2.fonts.com/FontSubsetter.ashx',sO:'True',ffArray:{safari: {'3.1': 'ttf'}, msafari: {'1' : 'svg', '4.2' : 'ttf'}, chrome: {'3' :'svg', '4' : 'ttf','5':'woff'}, opera: {'10' : 'ttf'}, msie: {'4' : 'eot', '9' : 'woff'}, mozilla: {'3.5' : 'ttf', '3.6' : 'woff'}},fctypeArray:{'ttf':'1','eot':'2','woff':'3','svg': '11'},projectId:'bfc62977-553c-4ea7-aac2-1532670409ad',EOD:null},fontloading:function(fontFamily, fontDescription){ for(var i=0; i