body {
	background-color: #000033;
	font-family: Verdana;
	font-size: 10pt;
	color: white;
	margin: 0px;
	padding: 0px;
}

a {
	color: #FFFF00;
}

div.middlepanel {
	background-color: #000066;
	margin-left:auto;
	width:1024px;
}

div.header {
  text-align: center;
	font-size: 36pt;
	height: 96px;
	background-color: #000066;
}

div.footer {
	text-align: center;
	background-color: #000066;
	clear: both;
}

div.game {
  text-align: center;
  padding: 16px;
  background-color: #000033;
  float: left;
}

div.gamespacer {
	float: left;
	width: 16px;
}

div.scorepanel {
	float: left;
	width: 320px;
	padding: 16px;
}

td.scorehead {
	text-align: center;
	font-weight: bold;
	background-color: #3B3D77;
	width: 96px;
}

td.scoretrackname {
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	background-color: #554499;
	font-variant: small-caps;
}

td.scorecategory {
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	background-color: #443D88;
}

td.scorehead {
	text-align: center;
	font-weight: bold;
	background-color: #3B3D77;
	width: 96px;
}

td.scorebody {
	text-align: center;
	background-color: #252761;
	font-size: 10px;
	width: 144px;
}

div.topspacer {
	height: 48px;
	background-color: #000033;
}

img.nailtopleft {
	position: absolute;
	top: 4px;
	left: 16px;
}