.player {
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.playerSelected {
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.bio {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
TR.bio {
	background-color : #72BBE0;
}

TH.bio {
	text-align : right;
	vertical-align : top;
	padding : 2px;
}

TD.bio {
	vertical-align : top;
	padding : 2px;
}

TD.team {
	background : url(../images/hr_punani_middle.gif) repeat-x center;
	padding : 10px;
	width : 33%;
}

TD.teamLeft {
	background : url(../images/hr_punani_left.gif) no-repeat center;
}
TD.teamRight {
	background : url(../images/hr_punani_right.gif) no-repeat center;
}

A.player {
	color : Black;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
A:HOVER.player {
	text-decoration : underline;
}

A:ACTIVE.player {
	text-decoration : none;
}

A:FOCUS.player {
	text-decoration : none;
}

A:LINK.player {
	text-decoration : none;
}

A:VISITED.player {
	text-decoration : none;
}

