#officer {
	margin-bottom:10px;
}
#officer .name{
	white-space: nowrap;
}
#officer table{
	border-collapse: collapse;
	margin:0px auto 0px auto;
	background:#ffffff;
	padding:0px;
	width:500px;
}
#officer table tr th{
	vertical-align:top;
	text-align:left;
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
	margin:0px;
	width:130px;
	border: 1px solid #cccccc;
	background:#eeeeff;
}

#officer  table tr td{
	vertical-align:top;
	padding:5px;
	white-space: nowrap;
	margin:0px;
	border: 1px solid #cccccc;
}

#attention{
	margin:5px auto 0px auto;
	padding:0px;
	width:500px;
	color:#464646;
	font-size:85%;
}
