.txt_normal {

	font-weight: normal;
	font-size: 10pt;
	line-height: 11pt;
	text-align: center;
	font-family: Courier, 'Courier New', monospace;
	font-style: normal;
	margin-top: 5;
	margin-bottom: 5;
}
a {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFCC;
}
.txt_big {


	font-weight: bold;
	font-size: 12pt;
	line-height: 13pt;
	text-align: center;
	font-family: Courier, 'Courier New', monospace;
	font-style: normal;
	margin-top: 5;
	margin-bottom: 5;
}
.txt_normalLeft {


	font-weight: normal;
	font-size: 10pt;
	line-height: 11pt;
	text-align: left;
	font-family: Courier, 'Courier New', monospace;
	font-style: normal;
	margin-top: 5;
	margin-bottom: 5;
}
.txt_bigLeft {
	font-weight: bold;
	font-size: 12pt;
	line-height: 13pt;
	text-align: left;
	font-family: Courier, 'Courier New', monospace;
	font-style: normal;
	margin-top: 5;
	margin-bottom: 5;
	color: #FFFFCC;
}
