body {
	color: black;
	background-color: #000;
	text-align: center;
}

p {
	color: #fff;
	font-size: 10pt;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
a:link { color: #008f00 ; font-size: 10pt; font-weight: bold; text-decoration: none; }

a:visited { color: #008f00 ; font-size: 10pt; font-family: arial; font-weight: bold; text-decoration: none; }

a:hover { color: #ccc ; font-size: 10pt; font-weight: bold; text-decoration: none; }

a:active {
	color: #E8E8E8
}
ul {
	color: #fff;
	font-size: 10pt;
	font-family: arial;
	list-style-type: disc;
	text-align: left;
}
h1 { color: #fff; font-size: 18pt; font-family: arial; font-weight: normal; font-style: normal; margin: 0.67em 0; }
.class { color: #fff; font-size: 8pt; font-family: arial; line-height: 1.1; }
h2 { color: #ccc; font-size: 12pt; font-family: arial; font-weight: bold; margin: 0.83em 0; }
h3 {
	color: #fff;
	font-size: 10pt;
	font-family: arial;
	line-height: 18px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.small_white {
	color: #fff;
	font-size: 8pt;
	font-family: arial;
}
li {
	color: #fff;
	font-size: 10pt;
	font-family: arial;
	list-style-type: disc;
	text-align: left;
}
