body {
	background-color: lightgrey;
	font-family: 'Times New Roman', Arial;
}

h3 {
	font-size: 1;
	page-break-before: always;
}

.header {
	font-family: 'Times New Roman', Arial;
	font-size: 24pt;
	font-weight: bold;
	color: white;
	background-color: #BEB917;
}

.topborder {
	font-size: 12pt;
	background-color: #191E79;
}

.leftborder {
	font-size: 15pt;
	color: white;
	background-color: #000000;
}

.textbody {
	font-size: 10pt;
	font-weight: normal;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
}

.large {
	font-family: 'Times New Roman', Arial;
	font-size: 12pt;
}

.medium {
	font-family: 'Times New Roman', Arial;
	font-size: 10pt;
}

.small {
	font-family: 'Times New Roman', Arial;
	font-size: 8pt;
}

.tiny {
	font-family: 'Times New Roman', Arial;
	font-size: 7pt;
}

.hidden {
	display: none;
	visibility: hidden;
}
