/* CSS Document */

table#outline{
	border-collapse:collapse;
	margin-top:20px;
	margin-bottom:50px;
}
table#outline tr{
	background-image:url(/company/img/trhr.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
table#outline th{
	padding:10px;
}
table#outline td{
	padding:10px;
}

dt{
	margin-bottom:0.5em;
}
dd{
	margin-bottom:1em;
	text-indent:1em;
}
