body {
	margin: 0px;
}
#centercontent
{
	margin-left: -400px;
	margin-top: -250px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}
.bigBold {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

.maroonBold {
	font-weight: bold;
	color: #990000;
	font-size: 12px;
}

.maroonLg {
	font-weight: normal;
	color: #990000;
	font-size: 18px;
}

.maroonLgUnd {
	font-weight: normal;
	color: #990000;
	font-size: 18px;
	text-decoration: underline;
}

.maroonReg {
	font-weight: normal;
	color: #990000;
	font-size: 14px;
}

#introcenter
{
	background-color: #FFFFFF;
	width: 800px;
	height: 500px;
	margin-left: -400px;
	margin-top: -250px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	border-style: solid;
}

#whitecenter
{
	background-color: #FFFFFF;
	width: 800px;
	height: 400px;
	margin-left: -400px;
	margin-top: -200px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	border-style: solid;
	font-family: Tahoma;
}
