@charset "utf-8";
/* CSS Document */

.companyinfo_content{
	margin:auto;
	float:left;
	width:600px;
	height:auto;
}
.companyinfo_bar{
	margin:auto;
	float:left;
	width:590px;
	height:36px;
	background-image: url(../images/company_info_bar1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:10px;
	line-height:220%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.companyinfo_border{
	margin:auto;
	float:left;
	width:598px;
	height:auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF6C6C;
	border-bottom-color: #FF6C6C;
	border-left-color: #FF6C6C;
}
.companyinfo_row{
	margin:auto;
	float:left;
	width:598px;
	height:auto;
	background-image: url(../images/company_info_bgcolor.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.companyinfo_title{
	margin:auto;
	float:left;
	width:62px;
	height:auto;
	background-image: url(../images/companyinfo_arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 11px;
	font-weight: bold;
	padding-left:28px;
	padding-top:10px;
	padding-bottom:10px;
}
.companyinfo_field{
	margin:auto;
	float:left;
	width:496px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-left:12px;
	padding-top:10px;
	padding-bottom:10px;
}
.companyinfo_separator1{
	margin:auto;
	float:left;
	width:90px;
	height:auto;
}
.companyinfo_separator2{
	margin:auto;
	float:left;
	width:508px;
	height:auto;
}
