@charset "utf-8";
/* CSS Document */

/*-------------- Trustees formating Styles --------------*/
.trusteeRow{
	vertical-align:middle;
	text-align:left;
}
.trusteesCatagoryRow
{
	background:#D4B195;
	text-align:center;
	page-break-after:avoid;
}
.trusteeTitleCol{
	padding:1em;
	border:0px;
	border-bottom: 1px #D4B195 dotted;
	border-right: 1px #D4B195 dotted;
}

.trusteeNameCol{
	padding:1em;
	border-bottom: 1px #D4B195 dotted;
	border-right: 1px #D4B195 dotted;
}

.trusteeEmailCol{
	padding:1em;
	border-bottom: 1px #D4B195 dotted;
}

