#content h1 { color: #f16f10; }
#content h2 { color: #f16f10; font-size: 1.4em;}
#content h3 { color: #606060; }
#content h4
{
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.6667em;
	padding: 0;
	font-weight: normal;
	color: #606060;
	margin-left: 10px;
}

#content h4 a
{
	text-decoration: underline;
	color: #606060;
}

#content div.hr
{
	background-image: url(../../images/css/thinking/hr.gif);
}

#content ul
{
	padding: 0;
	margin: 0 0 1.5em 10px;
}

#content li
{
	background-image: url(../../images/css/resources/li-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 12px;
}

#content li a
{
	text-decoration: underline;
	color: #606060;
}