.text {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}
.text_header {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 18px;
	font-weight: bolder;
	color: #000000;
	text-decoration: underline;
}
.text_ital {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	font-style: italic;
}
.text_underline {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	text-decoration: underline;
}
