BODY {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 1.12em;
	font-family: Helvetica, Arial, serif;
	padding: 3px 3px 3px 3px;
	margin: 0 0 0 0;
}

H1 {
	font-size: 1.25em;
}

A:LINK {
	color: #0000FF;
}

A:VISITED {
	color: #0000FF;
}

A:ACTIVE {
	color: #0000FF;
}

#topBar {
	position: absolute;
	background-color: #6495ED;
	font-size: 1.25em;
	height: 8%;
	width: 99%;
	text-align: center;
	padding: 0 0 0 0;
	color: #FFFFFF;
}

#topBar2 {
	position: absolute;
	background-color: #6495ED;
	font-size: 1.12em;
	height: 8%;
	width: 99%;
	text-align: center;
	padding: 0 0 0 0;
	color: #FFFFFF;
}

#main {
	position: absolute;
	background-color: #FFFFFF;
	color: #000000;
	height: 91%;
	top: 8%;
	width: 99%;
	font-size: 1.12em;
	font-family: Helvetica, Arial, serif;
	overflow: hide;
}

TABLE {
	empty-cells: show;
	border-collapse: collapse;
	border: solid 2px #000000;
}

INPUT {
	text-align: center;
}

FIELDSET {
	border: solid 2px #000000;
}

FIELDSET LEGEND {
	text-transform: uppercase;
	font-size: 1.00em;
}

.inverted {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}

.CT {text-align: center;}

.FL {
	color: #FFFFFF;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
