@CHARSET "UTF-8";

#ControlsSection
{}

#ContentSection
{}

#Title
{
	text-align: center;
}

#TeamTable
{
	border-collapse: collapse;
}

#TeamTable th
{
	background-color: #d3d7cf;
}

#TeamTable th,
#TeamTable td
{
	border: solid black thin;
}

#TeamTable td
{
	font-size: 85%;
}

#TeamTable .Col1
{
	width: 280px;
	text-indent: 10px;
}

#TeamTable .Col2
{
	width: 130px;
	text-align: center;
}

#TeamTable .Col3
{
	width: 220px;
	text-indent: 10px;
}

#TeamTable th.ColData
{
	font-size: 70%;
}

#TeamTable .ColData
{
	font-size: 70%;
	width: 65px;
	text-align: center;
}

#TeamTable tr.BodyRow:HOVER
{
	background-color: gray;
}
