@charset "utf-8";
/* CSS Document */

.teamBoard{
	width:100%;	
	border:1px black solid;
}
.teamBoard th{
	text-align:center;
	padding-bottom:5px;
}
.teamBoard th{
	border-bottom:1px black solid;
}
.leftSide{
	width:50%;
	padding:2px;
	
}
.rightSide{
	width:50%;
	padding:2px;
}
#statsTable th {
	text-align:center;
}
#statsTable th img{
	margin:0 auto;
	Display:block; 
}
#statsTable .heading{
	width:160px;
	text-align:center;	
}
#statsTable .statsRow{
	text-align:center;	
}
#statsTable td{
	border:1px #333333 solid;
}

