a {	color: #330099;	/*text-decoration: none;*/ }
a:visited {	color: #330099; }
/*a:hover { text-decoration:underline; }*/
BODY
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size : 9pt;
}
.TournamentName
{
	font-size : 14pt;
	font-weight : bold;
}
.FrameHeader
{
	font-size : 14pt;
	font-weight : bold;
}
TABLE
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size : 9pt;
	border-collapse : collapse;
	border : 0px;
}
TABLE.player{	background-color : #FFFFFF;}
.r1 TD{	background-color: #6EC3C5;}
.r2 TD{	background-color: #B6DDDE;}
TD.w{	background-color : #B6DDDE;}
TD.b{	background-color : #6EC3C5;}
TD.noborder
{
	border : 0px;
}
.round TD
{
	width: 15px;
	text-align: center;
	background : #B6DDDE;
}
TD.CrossTableCrossCell
{
	background : Black;
	background : #B6DDDE;
}
.MenuListBox
{
	font-weight : bold;
}
TD.score
{
	width: 15px;
	text-align: center;
}
TH,TD
{
	text-align : left;
	border : thin inset White;
	padding: 3;
}
TH
{
	background : #6EC3C5;
	font-size: 9pt;
	color: Black;
}
TD
{
	vertical-align : top;
}
a:link
{
	color: black;
	text-decoration: none;
	font-weight: bolder;
}

a:visited
{
	color: black;
	text-decoration: none;
	font-weight: bolder;
}

a:active
{
	color: black;
	text-decoration: none;
	font-weight: bolder;
	background-color: white;
}

a:hover 
{
	color: Black;
	text-decoration: none;
	font-weight: bolder;
   background-color: #CCCCCC;
}
