/* table directors*/ 
table#directors {
	width: 480px;
}

table#directors td{
	vertical-align: top;
}

table#directors td.TD1{
	width: 220px;
}

table#directors td.TD2{
	width: 260px;
}

table#directors td.space{
	height: 40px;
}


/* table members*/ 
table#members {
	width: 250px;
}

table#members td{
	vertical-align: top;
}

table#members td.TD1{
	width: 220px;
}

table#members td.TD2{
	width: 30px;
}

/* table history*/ 
table#history {
	width: 460px;
}

table#history td{
	vertical-align: top;
}

table#history td.TD1{
	width: 150px;
}

table#history td.TD2{
	width: 310px;
}

/* table presidents*/ 
table#presidents {
	width: 460px;
}

table#presidents td{
	vertical-align: top;
}

table#presidents td.TD1{
	width: 150px;
}

table#presidents td.TD2{
	width: 310px;
}
