document.writeln('<style type="text/css">');
document.writeln('table.sp_comp_table {');
document.writeln('min-width: 650px;');
document.writeln('font-family: Arial, sans-serif;');
document.writeln('}');
document.writeln('table.sp_comp_table td {');
document.writeln('background-color: transparent;');
document.writeln('}');
document.writeln('table.sp_comp_table tr.sp_comp_header {');
document.writeln('background-color: #333;');
document.writeln('color: #FFF;');
document.writeln('font-size: 14px;');
document.writeln('font-weight: bold;');
document.writeln('height: 24px;');
document.writeln('line-height: 24px;');
document.writeln('text-indent: 5px;');
document.writeln('}');
document.writeln('table.sp_comp_table tr.sp_comp_colheader {');
document.writeln('font-size: 13px;');
document.writeln('font-weight: bold;');
document.writeln('color: #000;');
document.writeln('background-color: #DDD;');
document.writeln('}');
document.writeln('table.sp_comp_table tr.spmatcheven {');
document.writeln('font-size: 12px;');
document.writeln('background-color: #DDD;');
document.writeln('}');
document.writeln('table.sp_comp_table tr.spmatchodd {');
document.writeln('font-size: 12px;');
document.writeln('background-color: #EEE;');
document.writeln('}');
document.writeln('table.sp_comp_table td.sp_dtfield {');
document.writeln('background-color: #AAA;');
document.writeln('color: #FFF;');
document.writeln('padding: 3px;');
document.writeln('font-weight: bold;');
document.writeln('}');
document.writeln('table.sp_comp_table tr.sp_comp_colheader td.sp_dtfield {');
document.writeln('color: #000;');
document.writeln('}');
document.writeln('table.sp_comp_table span.livenow a {');
document.writeln('color: red;');
document.writeln('font-weight: bold;');
document.writeln('}');
document.writeln('table.sp_comp_table .sp_tmfield, table.sp_comp_table .spteam1, table.sp_comp_table .spteam2, table.sp_comp_table .sp_status {');
document.writeln('padding: 3px;');
document.writeln('}');
document.writeln('table.sp_comp_table .spteam1, table.sp_comp_table .spteam2, table.sp_comp_table .sp_status {');
document.writeln('text-align: center;');
document.writeln('}');
document.writeln('</style>');
document.writeln('<table class="sp_comp_table">');
document.writeln('</table>');

