@charset "UTF-8";

.officers_table {
	width: 550px;
	margin: 25px 0 0 35px;
	border-top: #CCCCCC 1px solid;
}

.officers_table th {
	width: 175px;
	text-align: left;
	padding: 6px 0 6px 10px;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	background: #E8EFF5;
}

.officers_table td {
	text-align: left;
	padding: 6px 0 6px 10px;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	font-size: 10px;
	color: #999999;
}

.officers_table td span {
	display: block;
	float: left;
	width: 75px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.txt_right {
	text-align: right;
	font-weight: bold;
	padding-right: 35px;
}
	

