body {
	font-family: arial;
	font-size: 11pt;
	text-indent: 0px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: white;
	text-align: justify;
	background-color: black;
}
.body {
	font-family: arial;
	font-size: 11pt;
	text-indent: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: white;
	text-align: justify;
}
A {
	color: white;
	text-decoration: underline;
}
A:hover {
	color: red;
}
.linkbox {
	border: 1px solid #D50000;
	cursor: hand;
}
.linktext {
	font-family: verdana, helvetica;
	font-weight: bold;
	text-decoration: none;
	color: #C8C8C8;
	font-size: 9pt;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.navlink {
	font-family: arial;
	color: #C8C8C8;
	font-size: 9pt;
	text-decoration: none;
}
.smalltext {
	font-family: arial;
	color: #c8c8c8;
	font-size: 9pt;
	text-decoration: none;
	text-align: justify;
}
.navlink:hover {
	text-decoration: underline;
	color: white;
}
.heading {
	font-family: arial;
	color: white;
	font-size: 14pt;
	font-weight: bolder;
	text-indent: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.subheading {
	font-family: arial;
	color: white;
	font-size: 12pt;
	font-weight: bolder;
	text-indent: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 0px;
	text-align: left;
}
.floatright {
  float: right;
  margin: 0 0 0 1em;
  display: inline;
}
.floatleft {
  float: left;
  margin: 0 1em 0 0;
  display: inline;
}