#college_list {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	font-size: 12px;
}
#college_list th.block_a {
	font-weight: bold;
	color: #089CD6;
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px;
	width: 140px;
}
#college_list th.block_b {
	font-weight: bold;
	color: #FF6600;
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px;
	width: 140px;
}
#college_list td {
	color: #FFFFFF;
	text-align: center;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#college_list td.block_warriors {
	color: #66CCFF;
}
#college_list td.list_last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#college_list th.block_space {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#college_list td.block_space {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

