#entry h4{
	width:510px;
	position: static;
	margin:0px 0px 0px 0px;
	background-color: transparent;
	border-color: rgb(244, 190, 28);
	border-left: 6px solid rgb(244, 190, 28);
	border-bottom: 1px solid rgb(244, 190, 28);
	padding: 8px 0px 0px 4px;
	font-size: 16pt;
	margin-top: 48px;
	margin-bottom: 12px;
	min-height: 24px;
}

* html #entry h4{
	padding-bottom:8px;
}

*:first-child+html #entry h4{
	padding: 14px 0px 0px 4px;
}

#entry h5 {
	margin:18px 0px 18px 12px;
	font-size: 12pt;
	color: rgb(129, 68, 1);
	text-decoration: underline;
}

#entry h6{
	font-size:10pt;
	margin-top:36px;
	margin-bottom:12px;
	border-left:1px solid #bbbbbb;
	border-bottom:1px solid #aaaaaa;
	padding-left:8px;
	background:url(../../images/img_home/h6bg.png) repeat-x;
}

#entry p{
	margin-left:16px;
}

#entry ol{
	font-size:10pt;
	margin-left:38px;
	line-height:160%
}