body {
	font-size: 14px;
	color: #000000;
	margin-left: 5%;
	margin-right: 5%;
	background-color: #ffffff;
	line-height: 120%;
}

body.top {
	font-size: 14px;
	color: #000000;
	margin-left: 0%;
	margin-right: 0%;
	background-color: #ffffff;
	line-height: 120%;
}

h2 {
	font-size: 24px;
	text-align: left;
	line-height: 120%;
	color: black;
	background: #fff0f0;
	border-top: 2px solid #fff0f0;
	border-left: 2px solid #fff0f0;
	border-right: 2px solid #fff0f0;
	border-bottom: 2px solid #fff0f0;
}

h3 {
	font-size: 18px;
	text-align: left;
	line-height: 120%;
	color: black;
	background: #fff0f0;
	border-top: 2px solid #fff0f0;
	border-left: 2px solid #fff0f0;
	border-right: 2px solid #fff0f0;
	border-bottom: 2px solid #fff0f0;
}

h3.shadow {
	font-size: 16px;
	text-align: left;
	line-height: 120%;
	color: black;
	background: #f0f0f0;
	border-top: 2px solid #f0f0f0;
	border-left: 2px solid #f0f0f0;
	border-right: 2px solid #d0d0d0;
	border-bottom: 2px solid #d0d0d0;
}

p {
	font-size: 14px;
	text-align: left;
	text-indent: 1em;
}

blockquate {
	font-size: 11px;
	width: 100%;
	padding: 0px 50px;
}

pre {
	font-size: 12px;
	width: 90%;
	margin: 20px 50px;
	background: #f0f0f0;
}

ul {
	margin-top: 0em;
	margin-bottom: 10px;
}

li {
	margin-left: -1em;
	font-size: 12px;
	text-align: left;
}

