body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #000000;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3333CC;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
.titlebar{
	 font-size: 12px;
	 color: #000000;
	 font-weight: bold;
	 background-color: #ffffff;
	}
.home{
	 font-size: 9pt;
	 color: #000000;
	 font-weight: bold;
	}
.away{
	 font-size: 9pt;
	 color: #000000;
	}
.homegreen{
	 font-size: 9pt;
	 color: green;
	 font-weight: bold;
	}
.awaygreen{
	 font-size: 9pt;
	 color: green;
	}
.contenttable {
 	border: 1px outset #CCCCCC;
}
.innertable {
 border: 1px inset  #cccccc;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
button {
font:10px Arial, Helvetica, sans-serif; border: 1px  #000000; cursor:hand; background:#cccccc; color: #000000;
}