#feature {
	margin: 0 10px;
}

#feature h3 {
	margin-top: 10px;
	padding: 0.3em;
	font-size: 140%;
	color: #fff;
	background: #fff url("/img/titleBarLarge_g.gif") no-repeat 0 0;
}

#feature p {
	margin: 5px 10px;
	line-height: 150%;
	font-size: 14px;
}

#feature dl {
	margin: 20px 10px;
}

#feature li, #feature dd {
	line-height: 130%;
	font-size: 14px;
}

#feature ol, #feature ul {
	margin: 5px 0 5px 20px;
	padding: 0 1em;
}

#feature ul.mark {
	list-style-image: url(/img/link02.gif);
}

#feature ol li {
	list-style-type: decimal;
}

#feature table {
	margin: 10px;
}

#feature strong {
	color: #f63;
}

#feature table.no_border,
#feature table.no_border tr,
#feature table.no_border th,
#feature table.no_border td {
	padding: 0;
	border: 0;
	background: #fff;
}


