@charset "UTF-8";
/* CSS Document */
@import "share.css";
@import "layout.css";
@import "secondary.css";

#company h2 {
	background:url(../images/company/headline.gif) no-repeat;
	width:660px;
	height:49px;
	text-indent:-9999px;
}

#company .tbl {
	margin:0 0 -20px 20px;
	position:relative;
	left:0;
	top:-20px;
}

#company .tbl table {
	border-collapse:collapse;
}

#company .tbl th ,
#company .tbl td {
	padding-top:8px;
	padding-bottom:8px;
	padding-right:1em;
	vertical-align:top;
	background:url(../images/share/line.gif) repeat-x left bottom;
}

#company .tbl th {
	padding-left:15px;
	width:100px;
	color:#60a8ad;
}

#company .tbl td {
	width:490px;
}