@CHARSET "ISO-8859-1";

.date_label {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
}

.form_label {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

.form_data
{
	font-family: Arial;
	font-size: 8pt;
}

.th_left
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	white-space: nowrap;
}

.th_right
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
	white-space: nowrap;
}

.th_center {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	white-space: nowrap;
}

.report_data {
	font-family: Arial;
	font-size: 8pt;
	white-space: nowrap;
	vertical-align: top;
}

#error_container
{
	font-family: Arial;
	color: #ff0000;
	font-size: 8pt;
}