
.content {
	text-align: left;
}

.content h3 {
	clear: both;
	text-align: left;
}

.content h4 {
	color: #222 !important;
	margin-bottom: 0.3em;
	text-align: left;
}

.content p {
	color: #333 !important;
	text-indent: 2em;
	text-align: left;
}

.content strong,
.content em {
	color: #222 !important;
	font-weight: bold;
}

.content li,
.content span {
	color: #333;
}

.content {
	background: url(/__images/gpm/background.png) center 170px no-repeat;
}

ul.gpm_icon_list {
	margin: 0.7em 0;
	padding: 0;
	list-style: none;
}

ul.gpm_icon_list li {
	color: #333;
	text-align: left;
	margin: 0.25em 0;
	padding: 0.5em 0 0.4em 32px;
	background-position: left center;
	background-repeat: no-repeat;
}

div.outline-nav {
	position: relative;
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
	padding: 0.6em;
	margin-bottom: 0.75em;
}

div.outline-nav a {
	text-decoration: none;
}

div.outline-nav a:hover {
	text-decoration: underline;
}

div.outline-nav a.nav_prev {
	position: absolute;
	left: 0.5em;
}

div.outline-nav a.nav_next {
	position: absolute;
	right: 0.5em;
}


