document.writeln('<!DOCTYPE style PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">');
document.writeln('<style type="text/css" media="screen">');
document.writeln('		#composite_schedule {');
document.writeln('			background-color: #330066;');
document.writeln('			color: #ffffff;');
document.writeln('			font-family: verdana,arial,helvetica,sans-serif;');
document.writeln('			font-size: 9px;');
document.writeln('			width: 250px;');
document.writeln('		}');
document.writeln('		');
document.writeln('		#composite_schedule tr.odd {');
document.writeln('			background-color: #DDCFF0;');
document.writeln('		}');
document.writeln('		');
document.writeln('		#composite_schedule tr.even {');
document.writeln('			background-color: #DDCFF0;');
document.writeln('		}');
document.writeln('		');
document.writeln('		#composite_schedule th {');
document.writeln('			text-align: left;');
document.writeln('			font-weight: bold;');
document.writeln('			border-bottom: 1px #FFFFFF solid;');
document.writeln('			padding: 14px 4px 2px 4px;');
document.writeln('			text-transform: uppercase;');
document.writeln('		}');
document.writeln('		');
document.writeln('		#composite_schedule th.header {');
document.writeln('			text-align: center;');
document.writeln('			font-size: 12px;');
document.writeln('			border-bottom: 0 #FFFFFF none;');
document.writeln('			padding: 6px 4px 0 4px;');
document.writeln('			text-transform: uppercase;');
document.writeln('		}');
document.writeln('		');
document.writeln('		#composite_schedule td {');
document.writeln('			padding: 2px 4px;');
document.writeln('			vertical-align: top;');
document.writeln('			white-space: normal;');
document.writeln('			color: #000000;');
document.writeln('		}');
document.writeln('		');
document.writeln('		#composite_schedule td.sport {');
document.writeln('			width: 50px;');
document.writeln('		}');
document.writeln('		');
document.writeln('		#composite_schedule td.location {');
document.writeln('		}');
document.writeln('		');
document.writeln('		#composite_schedule td.time {');
document.writeln('			width: 60px;');
document.writeln('			text-align: right;');
document.writeln('			white-space: nowrap;');
document.writeln('		}');
document.writeln('	</style>');
document.writeln('<table id="composite_schedule">');
document.writeln('  <th colspan="4" class="header">Upcoming Games</th>');
document.writeln('</table>');
