* {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000022;
}

body {
	border: 0px solid #CCC;
	background-color: #FFF;
	margin: 16px;
	padding: 5px;
}

p, div.paragraph {
	margin-bottom: 35px;
	margin-left: 25px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 50px;
}

h2 {
	margin-bottom: 16px;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 2px dotted #DDD;
	margin-left: 8px;
}

h3 {
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
	margin-left: 13px;
}

h4 {
	margin-bottom: 2px;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	margin-left: 21px;
}

table {
	border: 0px;
	width: 100%;
}

ol, ul {
	margin-left: 50px;
}

div.content {
	width: 300px;
	background-color: #EEE;
	border: 1px solid #999;
	padding: 4px;
	margin-left: 50px;
	margin-bottom: 50px;
}

div.content h1 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: normal;
	font-size: 13px;
}

div.content h1 a, div.content h1 a:link, div.content h1 a:active, div.content h1 a:visited {
	color: #001;
	text-decoration: none;
}

div.content h2 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
	margin-left: 25px;
	font-weight: normal;
	color: #223;
}

div.content h2 a, div.content h2 a:link, div.content h2 a:active, div.content h2 a:visited {
	color: #223;
	text-decoration: none;
}

div.content h3 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 11px;
	margin-left: 50px;
	font-weight: normal;
	color: #445;
}

div.content h2 a, div.content h2 a:link, div.content h2 a:active, div.content h2 a:visited {
	color: #444444;
	text-decoration: none;
}

div.content h1 a:hover, div.content h2 a:hover, div.content h3 a:hover {
	color: #001;
	text-decoration: underline;
}
