@charset "UTF-8";

div#contentColumn table.company {
	width: 590px;
	font-size: 1.3em;
	margin-bottom: 0;
}

div#contentColumn table.company,
div#contentColumn table.company tr,
div#contentColumn table.company th,
div#contentColumn table.company td {
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	padding: 10px 7px;
	background-color: #fff;
}

div#contentColumn table.company th {
	background-color: #2b5e87;
	color: #fff;
	height: 28px;
	line-height: 100%;
	font-size: 1.1em;
	font-weight: bold;
	width: 100px;
}

div#contentColumn table.company td {
	width: 463px;
}

div#contentColumn table.company td p {
	margin: 0;
}

div#contentColumn table.company ul {
	list-style-type: circle;
	margin-top: 0;
	margin-bottom: 0;
}

div#contentColumn table.company ul li {
	padding: 5px 0;
}

