/* CSS Document */

.company_box{
	margin-top: 20px;
	border-collapse:collapse;

}

.company_box_left{
	background-color: #d9e7f4;
	font-weight: bold;
	color: #333333;
	font-size: 13px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;	

}
.company_box_right{
	padding-left: 15px;
	line-height: 135%;
	padding-top: 6px;
	padding-bottom: 6px;	

}
.company_line{
	width: 440px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
	margin-top: 10px;
	line-height: 75%;

}
.company_box_right_text{
	margin-left: 6px;

}
