body {
	background-color: #BDD0EE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 10px 0px;
	color: #330033;
	font-size: 12px;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

a.topbar, a.topbar:visited, a.topbar:hover, a.topbar:link {
	color: #90eefa;
}

a:link, a:visited, a:active {
	color: #3333aa;
}
a:hover {
	color: #cc3366;
}

.shgc {
	color: #cc0033;
}

.heading {
/*	color: #990066;*/
	color: #cc0033;
	font-weight: bold;
/*	font-size: 24px;*/
	font-size: x-large;
	margin-top: 8px;
	text-align: center;
}

table.section, div.section {
	border: 1px;
	border-style: solid;
/*	border-color: #9966ff; */
	border-color: #006699;
/*	background-color: #ccccff; */
	background-color: #99ccff;
	rules: none;
	margin: 8px 10px 8px 0px;
	text-align: justify;
	width: 600px;
}

.hidden {
	display: none;
	z-index: 0;
}

.faded {
	opacity: 0;
	filter: alpha(opacity = 0);
	z-index: 1;
}

.normal {
	display: block;
	z-index: 2;
}

