body {
	font: normal 12px/18px Arial,sans-serif;
}

#page_title {
	margin: 0 0 .75em;
	padding: 0 0 5px;
	border-bottom: 3px solid #146734;
	font-weight: bold;
	font-size: 2.167em;
	line-height: 1;
	color: #146734;
}

h2 {
	margin: 0 0 .818em;
	font-weight: bold;
	font-size: 1.833em;
	line-height: 1;
}

h3 {
	margin: 0 0 1em;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1;
}

h4 {
	margin: 0 0 1em;
	font-weight: bold;
	font-size: 1.167em;
	line-height: 1;
}

h5 {
	margin: 0 0 1em;
	font-weight: bold;
	font-size: 1em;
	line-height: 1;
}

h6 {
	margin: 0 0 1em;
	font-weight: bold;
	font-size: .833em;
	line-height: 1;
}

p {
	margin: 0 0 1.5em;
	font-size: 1em;
}

ul {
	margin: 0 3em 1.5em;
	list-style: disc;
	font-size: 1em;
}

ol {
	margin: 0 3em 1.5em;
	list-style: decimal;
	font-size: 1em;
}

dl {
	margin: 0 0 1.5em;
	font-size: 1em;
}

dt {
	font-weight: bold;
	font-size: 1em;
}

dd {
	margin: 0 0 1.5em;
}

ul *,
ol *,
dd * {
	font-size: 1em;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}