/* Key Activities */
#contentsArea h1 {
   margin: 0 0 5px 0;
   padding: 0;
}

#contentsArea table.subt {
	width: 525px;
	margin: 10px auto 0 auto;
}

#contentsArea table.subt td.line {
	padding: 0 0 7px 0;
	border-bottom: 1px dotted #ccc;
}

#contentsArea table.subt td.noline {
	margin: 0 0 7px 0;
	padding: 0;
}

#contentsArea table.subt td ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
}

#contentsArea table.subt td ul li {
	margin: 4px 0 0 0;
	padding: 0 0 0 12px;
	background: url('../../common/images/arrow.gif') left 5px no-repeat;
}



