/*
 * Content
 */
h1.pageTitle {
	font: normal 22px Georgia, Times, serif;
	margin-top: -4px;
	margin-bottom: 16px;
}

h1 {
	font: normal 18px Georgia, Times, serif;
	margin-top: 25px;
	margin-bottom: 8px;
}

h2 {
	font: normal 14px Georgia, Times, serif;
	margin-top: 15px;
	margin-bottom: 8px;
}

h3 {
	font: bold 12px Verdana, sans-serif;
}

p {
	margin: 8px 0px 8px 0px;
}

/* listen */
.content-c ol,
.content-c ul {
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}

.content-c ul {
	list-style-type: circle;
}

.content-c ol {

}

.content-c ol li,
.content-c ul li {
	margin: 0px 0px 4px 0px;
}

hr {
	height: 0px;
	background-color: #ffffff;
	border: 0px;
	border-bottom: 1px dashed #ffffff;
	margin-top: 16px;
	margin-bottom: 16px;
}

* html hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
