<!--
a {
    color:#FFFFFF;
	text-decoration:underline;
	 }
	
	a:link {
		color:#FFFFFF;
		text-decoration:underline;
	}
	
	a:visited {
		text-decoration:underline;
		color:#FFFFFF;
	}
	
	a:active {
		text-decoration:underline;
		color:#FFFF00;
	}
	
	a:hover  {
		text-decoration:underline;
		color:#FFFF00;
	}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
	#content {
		margin: -280px auto auto -400px;
		text-align: center;
		top: 50%;
		left: 50%;
		position: absolute;
		background-color: #000000;
	}
	#btmTxt {
		width:800px;
		height:26px;
		font-family:Verdana, Geneva, sans-serif;
		color:#FFFFFF;
		font-size:10px;
		text-align:left;
		}
-->
