a {     color: #000000; /*text-decoration: none;*/ }
a:visited {     color: #000000; }
/*a:hover { text-decoration:underline; }*/
BODY
{
        FONT-FAMILY: Arial, Helvetica, sans-serif;
        font-size : 9pt;
	background: white;
}
.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 : #e8e8e8;}
.r1 TD{ background-color: #FFFFFF;}
.r2 TD{ background-color: #e8e8e8;}
TD.w{   background-color : White;}
TD.b{   background-color : #e8e8e8;}
TD.noborder
{
        border : 0px;
}
.round TD
{
        width: 15px;
        text-align: center;
        background : ButtonFace;
}
TD.CrossTableCrossCell
{
        background : #7a7a7a;
        text-align:center;
        color: white;
}
.MenuListBox
{
        font-weight : bold;
}
TD.score
{
        width: 15px;
        text-align: center;
}
TH,TD
{
        text-align : left;
        border : thin inset white;
        padding: 3;
}
TH
{
        background : #7a7a7a;
        font-size: 9pt;
        color: white;
}
TD
{
        vertical-align : top;
}