@charset "UTF-8";
#table {
	width: 675px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th {
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	color: #513428;
	padding-bottom: .4em;
}
#table td {
	background-color: #D6E4DF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FBFBFB;
	font-size: 1.2em;
	padding-right: 4px;
	padding-left: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#table td a:link, #table td a:visited {
	font-weight: bold;
	color: #385874;
}
#table th.name {
	width: 190px;
}
#table th.company {
	width: 290px;
}
#table th.phone {
	width: 115px;
}
#table th.member {
	width: 40px;
}
#table td.phone {
	text-align: center;
}
#table td.member {
	text-align: center;
	border-right-style: none;
}
#content ul {
	padding-left: 0px;
	list-style-type: none;
}
#content ul li {
	margin-bottom: .5em;
}
.member {
	font-weight: bold;
}

