.PlayerRow {
	font-family: Arial, Verdana, Helvetica, Sans-Serif; 
	font-size: 11px;
	color: #000000; 
/*	background: #faf9f3; */
	background: #ffffff;
}
.PlayerRow:hover { background: #d8f9d8; }
.PlayerRow td { text-align: right; vertical-align: top; }
.PlayerRow td.LeftText { text-align: left; }
.PlayerRow td.CenterText { text-align: center; }
.PlayerRow A:hover {color: #336699;	text-decoration: underline; }
