.table1
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	border-collapse: collapse;
	text-align: left;
	width: 95%;
}
.table1 th
{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #009;
	padding: 10px 8px;
	border-bottom: 2px solid #000;
}
.table1 td
{
	vertical-align: middle;
	text-align: center;
	color: #000;
	padding: 6px 8px;
	border-bottom: 1px solid #ccc;
}
tr.shaded {	background: #f7f7f7; }
th.shaded {	background: #f7f7f7; }
td.green { color: #008000; }
a.red { color: #ff0000; }
td.font-14 { font-size: 14px; }