﻿@font-face {
	font-family: Code128;
	src: url(code128.ttf)
}

body {
	font-size: 8pt;
	font-family: Arial;
	line-height: 1.2em;
	text-align: left;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
}

td {
	font-size: 8pt;
	font-family: Arial;
	line-height: 1.2em;
	text-align: left;
}

th {
	font-size: 8pt;
	font-family: Arial;
	line-height: 1.2em;
	text-align: left;
}

em {
	color: red;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:active {
	color: green;
	text-decoration: underline;
}

.l {
	text-align: left;
}

.c {
	text-align: center;
}

.r {
	text-align: right;
}

.t {
	vertical-align: top;
}

.m {
	vertical-align: middle;
}

.b {
	vertical-align: bottom;
}

.h1 {
	padding-top: 10px;
	font-size: 14pt;
	font-weight: bold;
}

.h2 {
	padding-left: 30px;
	padding-top: 5px;
	font-size: 11pt;
	font-weight: bold;
}

.h3 {
	padding-left: 30px;
	font-size: 10pt;
}

div.bar {
	font-family: Code128;
	font-size: 60pt;
	margin-top: 55px;
	margin-bottom: 60px;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.np {
	page-break-before: always;
}
