/* CSS Document */
#companyBody h2{
	margin:10px 0;
	padding:0;
	width:294px;
	height:24px;
	position: relative;
	display: block;
	background: transparent url(/images/companyinfo.gif) no-repeat;
	background-position: center top;
	font-size: 5px;
	text-indent: -9999px;
	text-decoration: none;
	}
	
#companyBody h3{
	margin:20px 0 10px 0;
	padding:0;
	width:188px;
	height:13px;
	position: relative;
	display: block;
	background: transparent url(/images/about_h3.gif) no-repeat;
	background-position: center top;
	font-size: 5px;
	text-indent: -9999px;
	text-decoration: none;
	}
	
table#companyLayout{
	border-collapse: collapse; 
	margin-bottom:20px;
	}
	
table#companyLayout th{
	border:1px #ddd solid;
	width:100px;
	padding:10px;
	}
	
table#companyLayout td{
	border:1px #ddd solid;
	width:300px;
	padding:10px;
	}