body {

	background-color: #000000;
	background-repeat: repeat-x;
}
a {
	text-decoration: none
}
a:hover {
	text-decoration: underline;
}
td {
	background-repeat: repeat;
}
table.maint {
	position:absolute;
	left:0px;
	top:0px;
}
table.noTop {
	position:absolute;
	left:100px;
	top:0px;
	height: 510px;
}
table.footer {
	position:absolute;
}
p.smallSpace {
	line-height: .5pc;
}
a.linkGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFE02;
	font-weight: bold;
	font-style: italic;
}
a.linkGray:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F77F04;
	text-decoration:underline;
	font-weight: bold;
	font-style: italic;
}
.regText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.textBlk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.textPurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #952261;
}
.titleWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}