table.company{
	color: #362e2b;
	font-size: 12px;
	width: 550px;
	border-collapse: collapse;
	margin-bottom: 50px;
	}
table.company p{
	line-height: 1.5em;
	margin: 0;
	}
table.company th{
	text-align: left;
	width: 160px;
	padding: 5px 0 5px 10px;
	border-bottom: dashed 1px #362e2b;
	}
table.company td{
	border-bottom: dashed 1px #362e2b;
	}
table.company tr{
	border-bottom: dashed 1px #362e2b;
	}

h4{
	font-size: 12px;
	}