body, html {
	background-color:  #000000;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-size: 9pt;
	line-height: 10pt;
	color: #999999;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 0.05pt; }

.head1 {
	font-size: 10pt;
	line-height: 19pt;
	color:	#999999;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: uppercase; }

.head2 {
	font-size: 9pt;
	color: #999999;
	text-transform: uppercase;
	font-family: Arial,Helvetica,sans-serif; }

a:link {
	color: #999999;
	text-decoration: none;
}
	
a:visited {
	color: #999999;
	text-decoration: none;
}

a:active {
	color: #999999;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

.main {
	width: 100%;
	height: 100%;
	text-align: center;	
}

#container {
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	position: relative;	
}

