@charset "utf-8";
.senior {
	background-color: #CCCC99;
}
.junior {
	background-color: #CCCCCC;
}
.sophomore {
	background-color: #FFFF99;
}
.freshman {
	background-color: #e5e5e5;
}
td {
	font-weight: bold;

	border: 1px solid #000000;
}
.school {
	font-size: 200%;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: .75em;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

.scholarship-grid thead {
	padding: 5px;
	color: #000;	
	
}
.player {
	color: #000;
	text-align: left;
	white-space: nowrap;
}
tfoot {
	text-align: right;
	padding-top: 5px;
}
.scholarship-grid  {
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	letter-spacing: normal;

}

.scholarship-grid td  {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	
	
	}

