body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.divider_centered {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 500px;
}

h2 {
	margin-bottom: 15px;
	color: #993300;
	margin-top: 0px;
}
h3 {

	margin-top: 5px;
	margin-bottom: 5px;
}
h4 {
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
}
