/* New officers styles */

div#newofficers {
/*	width: 100%;*/
/*	left-margin:10em;*/
}

thead#thd {
	text-height: 20pt;
	height: 2em;
	}

table#newofficers {
	width: 25em;
	border: 2px inset #AAA;
	margin: 2em 0;
/*	padding: 1em 2em;*/
	border-collapse: collapse;
	background-color: rgb(230,240,255); /* pale blue */
}
table#newofficers caption {  /* month heading */
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
}
table#newofficers tr {
	text-align: left;
}
td,th {
padding: 0 2px;
	height: 2em;
	font-size: 12pt;
	border-top: 1px solid gray;
}
col#newoff1 {width: 40%; }
col#newoff2 {width: 40%; }
