/* CSS Document */

.BoardTrusteesTable {
	color:#1B3363;
	font-size:16px;
	text-align:center;
}	

.BoardTrusteesTableHeaderRow {
	height:50px;
	font-size:24px;
	background:#FBF4CA;
}

.BoardTrusteesHeaderCell {
	text-align:center;
	border-top:1px #999999 solid;
	border-left:1px #999999 solid;
}

.BoardTrusteesHeaderLastCell {
	text-align:center;
	border-top:1px #999999 solid;
	border-right:1px #999999 solid;
	border-left:1px #999999 solid;
}

.BoardTrusteesAlternateRowDark {
	background:#7ABEE7;
}

.BoardTrusteesAlternateRowLight {
	background:#EDFCFB;
}

.BoardTrusteesTableCell { 
	height:35px;
	text-align:center;
	border-top:1px #999999 solid;
	border-left:1px #999999 solid;
}

.BoardTrusteesTableLastCell { 
	text-align:center;
	border-top:1px #999999 solid;
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
}

.BoardTrusteesLastRowCell {
	height:35px;
	text-align:center;
	border-left:1px #999999 solid;
	border-bottom:1px #999999 solid;
	border-top:1px #999999 solid;
}

.BoardTrusteesLastRowLastCell {
	border:1px #999999 solid;
	text-align:center;
}


