@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,400i,700,700i|Tinos:400,400i,700,700i');

body {
   background-color: #fff;
   color: #000;
   margin: 0;
}
table {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 11pt;
	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: 'Tinos';
	font-size: 120%;
	line-height: 100%;
}

.sans8 {
	font-family: 'Segoe UI', sans-serif;
	font-size: 8pt;
	font-weight: 400;
}