@import url('https://fonts.googleapis.com/css?family=Merriweather:700,700i');

@font-face {
  font-family: GoBears;
  src: url("/fonts/GoBears.woff2") format("woff2");
}

@font-face {
  font-family: Calicanto;
  src: local("Calicanto-RegularItalic"), url("/fonts/Calicanto-RegularItalic.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;
	font-weight: bold;
	font-weight: normal;
	word-spacing: normal;
}
.i {
	font-family: Calicanto, serif;
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	line-height: 87%;
}
.i100 {
	font-family: Calicanto, serif;
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
}
.bi {
	font-family: Merriweather, serif;
	font-weight: bold;
	font-style: italic;
	word-spacing: normal;
}
.bno {
	font-family: GoBears, "Exchange Book", Tienne, serif;
	font-weight: bold;
	font-style: normal;
	word-spacing: normal;
}
.bino {
	font-family: 'Calicanto', serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	word-spacing: normal;
	line-height: 87%;
}

.fine {
	font-size: 9pt;
	font-weight: 400;
	line-height: 120%;
}

.frame { height: 100%; }

.icon { opacity: 0.75;
		  cursor: pointer; }
.icon:hover { opacity: 1; }

.sans9 {
	font-family: 'Segoe UI', sans-serif;
	font-size: 9pt;
	font-weight: 400;
}