
body {
	font-family: Times;
	font-size: 13pt;
	line-height: 15pt;
	background-image: url(img/chocolate-tile.jpg);
}

.sub_heading {
	font-family: Arial,Helvetica;
	color: #000086;
	font-size:14pt;
	font-weight:bold;
	line-height: 16pt;
}

ul {
	list-style: disc;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1px;
	text-indent: 2px;
}

.copyright {
	height:30px;
	margin-top:5px;
	font-family: Arial,Helvetica;
	color: #000000;
	font-size: 8pt;
}

div.transbox {
  height:40px;
  padding:0px;
  background-color: #000000;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

.stats_table {
	width:180px;
	font-family: Arial,Helvetica;
	font-size: 10pt;
	color:#000000;
	padding:2px;
	text-align:right;
}

.score_box {
	border: 1px solid white;
	height:20px;
	width:30px;
	font-family: Arial,Helvetica;
	font-size: 10pt;
	color:#ffffff;
	text-align:right;
	padding:2px;
}

#total_row td {
	border: 0px;
	padding:2px;
	color:#000000;
}

.thumbnail {
	border: 1px solid white;
	float: left;
	margin-right:10px;
	margin-bottom: 10px;
}