html, body{
	margin: 0px;
	width: 100%;
  height: 100%;
	overflow: hidden; 
	font-family: Tahoma ,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

td {
	margin: 0px;
	font-family: Tahoma ,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.Flash {
	position: absolute;
	bottom: 18px;
	width: 100%;
	height: 100%;
}
.Footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.Center {
	width: 800px;
	height: 18px;
	margin-left: auto;
	margin-right: auto;
}
.Margin {
	margin-left: 414px;
}

a:link, a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
	text-decoration: underline;
}
