a:link {
	color: navy;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: navy;
}
a:hover {
	text-decoration: underline;
	color: blue;
}
a:active {
	text-decoration: none;
}

.h1style {
	font-size: 18pt;
	font-weight: bold;
	color: blue;
	text-transform: capitalize;
}
.h2style {
	font-size: 14pt;
	font-weight: bold;
	color: navy;
	text-transform: capitalize;
}
.h3style {
	font-size: 11pt;
	font-weight: bold;
	text-transform: capitalize;
	color: navy;
}
body {
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 240px center;
	padding-left: 5px;
}
ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: decimal;
	list-style-position: outside;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: disc;
}
.smallcap {
	font-variant: small-caps;
	font-size: 18pt;
	font-weight: bold;
	font-family: Arial;
	color: navy;
}
li {
	padding: 1px;
}
