body {
	background : white;
	margin: 1px;
	padding: 1px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-align: center;
}
h1 {
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: black;
	text-align: left;
}
h2 {
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: black;
	text-align: left;
}
h3 {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: black;
	text-align: left;
}
h4 {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: black;
	text-align: left;
}
h5 {
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: black;
	text-align: left;
}
p {
	font-size: 10pt;
	color: black;
}
strong { 
    font-weight: bold;
}
ul {
	font-size: 10pt;
	text-align: left;
	list-style: disc;
}
ol {
	font-size: 10pt;
	text-align: left;
}
A:link {
	color: black;
	text-decoration: underline;
}
A:visited {
	color: black;
	text-decoration: underline;
}
A:active {
	color: black;
	text-decoration: underline;
}
A:HOVER {
	color: black;
	text-decoration: underline;
} 
table {
	text-align: center;
	vertical-align: top;
	width: 85%;
	padding: 5px;
	margin: 5px;
}
td {
	padding: 5px;
	margin: 5px;
   vertical-align: top;
	text-align: left;
	font-size: 10pt;
}
tr {
	font-size: 10pt;
   vertical-align: top;
   text-align: left;
}