body {
	background-color: #000000;
	color: #ffffff;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;	
	
}

#main {
	position:absolute;
	width:800px;
	left: 50%;
	margin-left:-400px;
	text-align: left;	
}

#myscroll {
	overflow: auto;
	height: 500px;
	width: 800px;
	
}

a {color: #00ffff}
a:hover {color: #ffff00}

h1.HDR1 {
	font-family: Courier New, Courier, monospace;
	font-size: 16pt;
	font-weight: bold;
}

a.navTXT1 {
	font-family: arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #05C5EE
}

a.navTXT1:hover {
	font-family: arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff
}

.footerTXT1 {
	font-family: arial,sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.input1 {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;	
}

