@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}

body {
	background-color: #000000;
	margin-left: 80px;
	margin-top: 50px;
	margin-right: 80px;
	margin-bottom: 200px;
	text-align: left;
	min-width: 755px;
}

a {
	color: #ffffff;
	font-size: 9pt;
	text-decoration: none;
}

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

h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: small;
}
h5 {
	font-size: 8pt;
	font-weight: normal;
}
h5 a {
	font-size: 8pt;
}

h6 {
	font-size: xx-small;
}
