@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,400i,700,700i|Tienne:400,700|Tinos:400i,700i');

body {
   background-color: #fff;
   color: #000;
   margin: 0;
}
table {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	padding: 0;
}
b {
	font-weight: 700;
}
i {
	font-weight: 400;
}

.fine {
	font-size: 10px;
	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; }

.num {
	font-family: 'Tienne';
	line-height: 100%;
}
.numb {
	font-family: 'Tienne';
	text-shadow: 0.5px 0, -0.5px 0;
	font-weight: normal;
	line-height: 100%;
}
.numi {
	font-family: 'Tinos';
	font-size: 119%;
	line-height: 100%;
}

.sans8 {
	font-family: 'Segoe UI', sans-serif;
	font-size: 8pt;
	font-weight: 400;
}