.type {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
}
.headline {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.typeitalic {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
}
.blacktype {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
}
.blackheadline {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.blackitalic {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.typebold {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.typ14 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
}
.type14bold {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
