/*
***************************************** Roster Table
*/
#roster {
	margin: 1em auto 1em auto;
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #000d33;
}
#roster table {
	border-collapse: collapse;
}
#roster thead {
	color: #f3f8ff;
	background-color: #000d33;
	font-weight: bold;
	font-size: larger;
	text-align: center;
}
#roster td {
	text-align: left;
	margin: 0.05em auto 0.05em 1em;
}

#roster td a {
	color: #000d33;
	background-color: transparent;
	text-decoration: none;
}

#roster td a:hover {
	text-decoration: underline;
}