body {
	background-color: #000000;
	width=600;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 9pt;
	color: white;
	letter-spacing: 1.2;
	word-spacing: 1.2;
}

p, .p {
	font-family: "Arial", "Helvetica", sans-serif;
	color: white;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1.2;
	word-spacing: 1.2;
}

table {
	font-family: "Arial", "Helvetica", sans-serif;
	color: white;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	letter-spacing: 1.2;
	word-spacing: 1.2;
	cellpadding: 2;
}

ul {
	font-family: "Arial", "Helvetica", sans-serif;
	color: white;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1.2;
	word-spacing: 1.2;
}

.blockquote {
	margin-left: 40;
	margin-right: 50;
}

.copyright {
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1;
	word-spacing: 1;
	color: white;
}

.divider {
	font-size: 12pt;
	color: black;
	font-weight: bold;
	letter-spacing: 14;
}

.dropcap {
	font: bold 300% times,serif;
	float: left;
	color: white;
}

.dropcap2 {
	font: bold 225% times,serif;
	float: left;
}

.italic {
	font-style: italic;
}

.nav {
	font-weight: bold;
	font-size: 9pt;
	letter-spacing: 1.5;
	color: white;
	margin-left: 15;
	line-height: 1;
}

.nav2 {
	font-weight: bold;
	font-size: 9pt;
	letter-spacing: 1.5;
	color: white;
	margin-left: 15;
	line-height: 2.5;
}

.normal {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1.2;
	word-spacing: 1.2;
}

a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}	
a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

h1, .h1 {
	font-size: 32pt;
	font-weight: bold;
}

h2, .h2 {
	font-size: 28pt;
	font-weight: bold;
}

h3, .h3 {
	font-size: 24pt;
	font-weight: bold;
}

h4, .h4 {
	font-size: 18pt;
	font-weight: bold;
}

h5, .h5 {
	font-size: 16pt;
	font-weight: bold;
}

h6, .h6 {
	font-size: 13pt;
	font-weight: bold;
}


