table {
	margin:			auto;
	border:			thin solid black;
	caption-side:		top;
	border-collapse:	collapse;
}

th {
	text-align:		center;
	font-variant:		small-caps;
	background-color:	#c0c0c0;
}

td {
	text-align:		center;
}

td, th {
	padding:		5px;
	border:			1px solid #778899;

}

.cellcolor {
	background-color:	#f5f5f5;
}


caption {
	font-size:		115%;
	font-weight:		bold;
}

.deceased {font-size:		70%;
		padding:	2px;}

.camp {font-size:		80%;}

.camphead {font-size:		150%;
			font-weight:	bold;
			border:			3px solid #778899;
			width:			451px;
			background-color:	#778899;}
