/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #D60029;
	font-size: 11px;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
.content {
	position: absolute;
	top: 40px;
	left: 18px;
}
.paracontent {
	position: absolute;
	top: 40px;
	left: 18px;
	width: 450px;
}
.login {
position: absolute;
bottom: 50%;
left: 18px;
}
.cornered1 {
position: absolute;
top: 15px;
left: 15px;
}
.cornered2 {
position: absolute;
top: 15px;
right: 15px;
}
.cornered4 {
position: absolute;
bottom: 15px;
right: 15px;
}
.midway {
position: absolute;
bottom: 50%;
left: 15px;
}
.centered {
position: absolute;
bottom: 50%;
left: 50%;
}
.centered2 {
position: absolute;
margin-top: -175px;
margin-left: -217px;
left: 50%;
top: 50%;
}