@charset "utf-8";
/* CSS Document */

table.tees
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	border: 1px solid #000;
}

table.tees td.blue
{
	
	background-color: #30F;
	border: 1px solid #000;
}

table.tees td.white
{

	background-color: #FFF;
	color: #000;
	border: 1px solid #000;
}

table.tees td.gold
{

	background-color: #FF0;
	color: #000;
	border: 1px solid #000;
}

table.tees td.red
{

	background-color: #F00;
	border: 1px solid #000;
}

table.tees td.hed
{

	
	background-color: #2F372A;
	text-align: center;
	width: 75px;
	border: 1px solid #000;
}

table.holeNum
{
	
}

table.holeNum td.number
{
	height: 55px;
	width: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 48px;
	font-weight: bolder;
	text-align: center;
}

table.holeNum td.par
{
	height: 35px;
	width: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
