body {
	background-color: #000000;
	color: #909090;
}
.Style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #909090;
}

a {
	color: #909090;
	text-decoration: none;
}

a:visited {
	color: #909090;
	text-decoration: none;
}

a:active {
	color: #909090;
	text-decoration: none;
}

a:hover {
	color: orange;
	text-decoration: underline;
}

.biglink {
	font-family : Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #909090;
	text-decoration: none
}
.biglink:hover {
	font-family: Verdana;
	color: #909090;
	text-decoration: none
}

.link {
	font-family : Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #909090;
	text-decoration: none
}
.link:hover {
	font-family: Verdana;
	color: #909090;
	text-decoration: underline
}

.Style2 {
	font-size: 12pt;
	font-weight: bold;
}

.ptextheader {
	text-align: left;
	color: white;
	font-family: helvetica, verdana, ariel;
	font-weight: normal;
	font-size: 22pt;
}

.ptext {
	color:white;
	font-family: helvetica, verdana, ariel;
	font-weight: normal;
	font-size: 12pt;
	text-align: justify;
}

.ptextform {
	color:white;
	font-family: helvetica, verdana, ariel;
	font-weight: normal;
	font-size: 12pt;
	text-align: right;
}

.pheader {
	color: white;
	font-family: helvetica, verdana, ariel;
	font-weight: normal;
	font-size: 12pt;
	text-align: center;
}

li {
	color:  white;
	font-family: helvetica, verdana, ariel;
	font-weight: normal;
	font-size: 12pt;
}

#staticpage {
	width: 800px;
	text-align: center;
}