@charset "UTF-8";
/* CSS Document */

body {
  overflow: hidden;
  background-color:#000000;
  margin: 0px;
  padding: 0px;
}

td { 
  background-color:#000000;
}

td.response {
  background-color:#000000; 
  font-family: Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 13px;
  font-variant: small-caps;
  letter-spacing: 1px;  
}
   
.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4000;
}

.logo {
	width: 497px;
	height: 336px;
	position: absolute;
	top: 35px;
	left: 35px;
	z-index: 6000;
}

#top {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:25px;
	z-index:7000;
	background-color: #000000;
	padding: 5px;
}

#flash {
		z-index:5000;
}

#bottom {
	position:absolute;
	left:0;
	bottom:5px;
	width:100%;
	height:35px;
	z-index:8000;
	background-color: #000000;
	padding: 5px;
}

.txt {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}

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