body { margin: 0px; }
p,span,li,td
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.header
{
	font-size: 14px;
	font-weight: bold;
	color: #388a1e;
}
.gameDate
{
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
.wide
{
	font-size: 10px;
	letter-spacing: 10px;
}
.gray { color: #CCCCCC }
.foot { font-size: 10px; }
a
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #388a1e;
	text-decoration: underline;
}
a.grn { color: #33ff00; }
a.head { font-size: 14px; }
a.foot
{
	font-size: 10px;
	letter-spacing: 0px;
}
a:hover { text-decoration: none; }
form { margin: 0px; }
.textCell
{
	padding: 15px;
	vertical-align: top;
}
.grnCell
{
	background-color: #388a1e;
	padding: 8px;
	color: #ffffff;
}
.teamCell
{
	font-size: 11px;
	color: #000000;
	background: #ffffff;
	text-align: left;
}
.scoreCell
{
	font-size: 11px;
	color: #ffffff;
	background: #000000;
	text-align: center;
}
.photoHead
{
	background: #000000;
	color: #ffffff;
	font-weight: bold;
}
.photoCell
{
	text-align: center;
	vertical-align: middle;
	width: 33%;
}
.adminCell
{
	background: #388a1e;
	text-align: center;
	font-weight: bold;
	color: #FFFF00;
}
.textFieldLg
{
	border-top: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-right: 1px outset #000000;
	border-left: 1px outset #000000;
	color: #000000;
	background-color: #ffffff;
	font-size: 10px;
	width: 500px;
}
.textField
{
	border-top: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-right: 1px outset #000000;
	border-left: 1px outset #000000;
	color: #000000;
	background-color: #ffffff;
	font-size: 10px;
	width: 300px;
}
.textFieldSm
{
	border-top: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-right: 1px outset #000000;
	border-left: 1px outset #000000;
	color: #000000;
	background-color: #ffffff;
	font-size: 10px;
	width: 150px;
}
input.textFieldSmC {
	visibility: hidden;
	width: 1px;
}
.textFieldTiny
{
	border-top: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-right: 1px outset #000000;
	border-left: 1px outset #000000;
	color: #000000;
	background-color: #ffffff;
	font-size: 10px;
	width: 100px;
}
.textFieldMin
{
	border-top: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-right: 1px outset #000000;
	border-left: 1px outset #000000;
	color: #000000;
	background-color: #ffffff;
	font-size: 10px;
	width: 50px;
}
.textFieldXsm
{
	border-top: 1px outset #000000;
	border-bottom: 1px outset #000000;
	border-right: 1px outset #000000;
	border-left: 1px outset #000000;
	color: #000000;
	background-color: #ffffff;
	font-size: 10px;
	width: 20px;
}