.MyFont, table tr td.MyFont
{
	font-family: Courier New, monospace;
	font-weight: bold;
	color: #a7023a;
}

table.simple_green
{
	border-collapse: separate;
	border-spacing: expression(cellSpacing=2);
	border-spacing: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

table.simple_green td, table.simple_green th
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

