body {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	background-color: #FFFFFF;

}

td {
	font-family: "Times New Roman", Times, serif;
}

th {
	font-family: "Times New Roman", Times, serif;
}a:link {
	color: #993333;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
.payout {
	font-weight: bold;
	color: #990000;
}
#posting {
	max-width: 300px;
	/* Change 525 to the desired width value */
}

#posting {
	_width: expression(this.width > 300 ? 300: true);
	/* IE6 fix for max-width */
	/* Change both 525s to the desired width value */
}
.datebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #FF0000;
}
