html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-family: "Courier New", Courier, monospace;
	font-size: 80%;
	color: #FFFFFF;
	background-color: #000000;
}
body {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background-color: #000000;
}
#content {
	display:block;
	height:100%;
	max-height:100%;
	width:auto;
	margin:0 auto;
}
.item {
	width:auto;
	height:auto;
	margin:auto;
	margin-bottom:30px;
	text-align:center;
}
body,td,th {
	font-family: "Courier New", Courier, monospace;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:hover img{
	outline:1px solid #CC0000;
}
a:active {
	text-decoration: none;
	color: #FFFFCC;
}
.h1 {
	font-size: x-large;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.tx1 {
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#foot {
	position:fixed;
	margin:0;
	padding-right:10px;
	bottom:-1px;
	right:0px;
	display:block;
	width:100%;
	height:18px;
	background:#000;
	color:#fff;
	text-align:right;
	font-size:1em;
	z-index:2;
	background-color: #000000;
	line-height: 18px;
}
#header1 {
	position:fixed;
	display:block;
	right:0px;
	top:0px;
	width: 100%;
	height: auto;
	text-align: center;
	z-index:3;
	background-color: #000000;
}
#navibar {
	height:28px;
	margin:0;
	padding:3px 0;
	text-align:center;
}
.spacer1 {display:block; height:100px;}

