body {
	background-color: transparent;
	margin: 0px;
	text-align:center;
	font-family: Tahoma,Geneva,sans-serif;
	font-size:12px;
}
a:link {color: white;}
a:visited {color:white;}


table {
	border: 0px;
	border-spacing:0px;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	background-color:transparent;
}
table.applet{
	width:1024px;
	text-align: center;
	background: rgba(255,255,255,0.5);
	color : white;
}
table.scoreboard {
	border:1px solid black;
	width:100%;
	border-collapse:separate;
	border-spacing:1px;
	color: white;
	background-color:transparent;
}
tr.applet {
	height:600px;
}
tr.checkered{
	background-color:rgba(255,0,255,0.5);
	background:#ff0000;
	color:#000000;
}

tr.red{
	background:#FF0000;
	color:#FFFFFF;
}
tr.green{
	background:#00FF00;
	color:#000000;
}
tr.yellow{
	background:#FFFF00;
	color:#000000;
}
tr.white{
	background:#FFFFFF;
	color:#000000;
}
tr.cold{
	background:#AAAAFF;
	color:#000000;
}
tr.warm{
	background:#FFAAFF;
	color:#000000;
}

tr.e {
	background-color:transparent;
	height:10px;
	color:white;
}
tr.o {
	background-color:transparent;
	height:10px;
	color:white;
}
tr.h {
	background-color:rgba(0,0,0,0.5);
	color:white;
	text-align:center;
	font-family:Arial,HelveticaNeue,Helvetica,Sans-serif;
	font-size:12px;
	border:1px;
}
th {
	background:black;
	color:white;
	text-align:center;
	font-family:Arial,HelveticaNeue,Helvetica,Sans-serif;
	font-size:12px;
	border:1px;
}
td {
	font-family:Arial,HelveticaNeue,Helvetica,Sans-serif;
	font-size:12px;
}
td.l {
	text-align:left;
	vertical-align:bottom;
}
td.c {
	text-align:center;
	vertical-align:middle;
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:bold;
}
td.r {
	text-align:right;
	vertical-align:bottom;
}
td.fineprint {
	text-align:left;
	vertical-align:bottom;
	font-family:Trebuchet MS;
	font-size:8px;
	font-weight:normal;
}
IMG {
	border:0px;
}
