html {
  font-family: helvetica, arial, sans-serif;
}
th {
	text-align:left;
	color:#000000;
	font-size:14pt;
}
td {
	color:#000000;
	font-size:10pt;
}
body {
	color:#000000;
	font-size:12pt;
}
.red_text {
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:20pt;
}
.normal_text {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12pt;
}
.large_text {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:16pt;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:8pt;
}
.small_red_text {
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:10pt;
}