body {
	background-color: #000000;
	min-height: 100%;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
	height: 100%;
}

.text {
	font-size: 9pt; 
	color: #ffffff;
	font-weight: bold;
}
.title {
	font-size: 9pt; 
	color: #999999;
	font-weight: bold;
}
.redtitle {
	font-size: 9pt; 
	color: #ff0000;
	font-weight: bold;
}
.white {
    font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
}
.gray {
    font-size: 8pt;
	color: #999999;
	font-weight: bold;
}
.gold {
    font-size: 8pt;
	color: #cc9900;
	font-weight: bold;
}
.comment {
    font-size: 8pt;
	color: #999999;
}

.link {
    font-size: 8pt;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.link:hover {
    font-size: 8pt;
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}
.link:visited {
    font-size: 8pt;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

.linkw {
    font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.linkw:hover {
    font-size: 9pt;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
