body {
	font-family: Georgia;
	color: #000;
	line-height: 22px;
	font-size: 15px;
}

h1 {
	font-style: italic;
	margin-bottom: 20px;
}

h2, h3 {
	font-style: italic;
	margin-bottom: 5px;
}

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

.small {
	font-size: 12px;
}

.success { color: #36AA1F; }
.error { color: #C70707; }

.middleArea li {
	/* list-style-image: url('../images/bullet_green.png'); */
	list-style: circle;
	list-style-position: inside;
}

.middleArea ul { margin-bottom: 20px; }

.middleArea p {
	margin-top: 10px;
	margin-bottom: 20px;
}