#content,#content p,#content li,#content td
{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #181818;
}

h1
{
	font-family: arial,helvetica,sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #af9568;
	margin-top: 2em;
	margin-bottom: 1.5em;
}

h2
{
	font-family: arial,helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #af9568;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

h3
{
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #af9568;
	margin-bottom: 0px;
}

h4
{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #af9568;
	margin-bottom: 0px;
}

ul
{
	list-style-type: square;
	list-style-image: url(assets/li.gif);
	list-style-position: outside;
}

p.more
{
	text-align: right;
	padding-right: 12px;
}


p.path
{
	width: 100%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
p.path a
{
	padding: 2px;
}

p.contentend { margin-top: 1.8em }