@import url('https://fonts.googleapis.com/css?family=Merriweather:400i,700,700i|Tinos:400i,700i');

@font-face {
  font-family: "GoBears";
  src: url("/fonts/GoBears.woff2") format("woff2");
}

body {
   background-color: #fff;
   color: #000;
   margin: 0;
	word-spacing: 1px;
}
table {
	font-family: 'GoBears', 'Exchange Book', serif;
	font-weight: 400;
	font-size: 12pt;
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	padding: 0;
}

b {
	font-family: 'Merriweather', serif;
	word-spacing: normal;
}
i {
	font-family: 'Merriweather', serif;
	word-spacing: normal;
}

.fine {
	font-size: 9pt;
	font-weight: 400;
	line-height: 120%;
}

.frame { height: 100%; }

.hdr {
	font-family: 'Tahoma';
	font-size: 12pt;
	font-weight: bold;
}

.icon { opacity: 0.75;
		  cursor: pointer; }
.icon:hover { opacity: 1; }

.ilt {
		font-family: 'Merriweather', serif;
		font-weight: bold;
		font-style: italic;
}

.numb {
	font-family: 'GoBears', 'Exchange Book', 'Tienne', serif;
	font-size: 12pt;
	line-height: 100%;
}
.numh {
	font-family: 'GoBears', 'Exchange Book', 'Tienne', serif;
	line-height: 100%;
}
.numi {
	font-family: 'Tinos';
	font-size: 115%;
	line-height: 100%;
}

.sans8 {
	font-family: 'Segoe UI', sans-serif;
	font-size: 8pt;
	font-weight: 400;
}