body {
	color: yellow;
	background-color: black;
	font-size: 11pt;
	font-family: impact, arial, helvetica;
	text-align: center;
	vertical-align: bottom
}

#prox {
	position: relative;
	left: 0px;
	top: 0px;
	width: 750px;
	min-height: 10px;
	height: auto !important;
	z-index: 1;
	margin: 0 auto;
}

#login {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 200px;
	min-height: 10px;
	height: auto !important;
	z-index: 2;
	height: auto !important;
}

#bg{
	position: absolute;
	left: 0px;
	width: 100%;
	min-height: 10px;
	height: auto !important;
	clear:none;
	z-index: 0;
	top: 0px;
}

#fg {
	position: relative;
	left: 0px;
	width: 100%;
	min-height: 10px;
	height: auto !important;
	clear:both;
	z-index: 1;
	top: 70px;
}

#foot {
	position: relative;
	top: 100px;
	right: 100px;
	clear:both;
}

h1 {
	font-size: 40pt;
	text-align: center;
	font-family: impact, arial, helvetica
}

h2 {
	font-size: 22pt;
	text-align: left;
	font-family: impact, arial, helvetica
}

h3 {
	font-size: 18pt;
	text-align: left;
	font-family: impact, arial, helvetica
}

ul {
	text-align: left
}

li {
	text-align: left
}

p {
	text-align: left
}

p.back {
	text-align: center
}

p.index {
	font-size: 14pt;
	font-family: impact, arial, helvetica;
	text-align: center;
	vertical-align: bottom
}

p.copyright {
	font-size: 7pt;
	font-family: 'comic sans ms', arial, helvetica;
	text-align: right;
	vertical-align: bottom
}

.login {
	font-size: 7pt;
	font-family: arial, helvetica;
	text-align: left;
	vertical-align: bottom
}

a:link {
	COLOR: #ffffff;
	text-decoration: none;
}

a:visited {
	COLOR: #ffffff;
	text-decoration: none;
}

a:active {
	COLOR: #ffffff;
	text-decoration: none;
}

a:hover {
	COLOR: #ffffff;
	text-decoration: underline;
}