h1, h2, h3, h4, h5, h6 {
	margin:12px 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
p, li, blockquote {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
}
p {
	margin: 0px;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 13pt;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 11pt;
}
h6 {
	font-size: 10pt;
}
ul, ol {
	margin: 0px 0px 12px 36px;
}
li {
	padding: 0px 0px 0px 10px;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
code {
	font-family: Courier New, Courier, mono;
	font-size: 12pt;
}
blockquote {
	margin: 12px 0px 12px 36px;
}

