a:link {
	color: #9999CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #9999CC;
}
a:hover {
	text-decoration: none;
	color: #CCCC99;
}
a:active {
	text-decoration: underline;
	color: #CCCC99;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 19px;
	color: #9999CC;
}
h2 {
	font-size: 17px;
	color: #FFFFFF;
}
h3 {
	font-size: 15.5px;
	color: #FFFFFF;
}
h4 {
	font-size: 14px;
	color: #FFFFFF;
}

.updateStamp  { color: #990000; font-size: 10px; }
.attention  { color: #990000; font-size: 14px; }
.errorTxt  { color: #990000; }
.captionStamp  { color: #CCCCCC; font-size: 10px; }
.emphasis  {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: -8px;
}


.highlight  {
	color: #FFFFFF;
}

.footerText {
	font-size: 10px;
	font-weight: 500;
	color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
}

#pageBody {
	position: absolute;
}
#navBlock {
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
	list-style-position: outside;
	list-style-type: square;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px dashed #CCCCCC;
	margin: 0px;
	padding: 0px;
	left: 4px;
	top: 8px;
	visibility: visible;
	width: 168px;
	position: absolute;
}

#bodyBlock {
	border: 1px dashed #CCCCCC;
	overflow: visible;
	width: 620px;
	left: 180px;
	top: 84px;
	visibility: visible;
	position: absolute;
}
#bannerBlock {
	border: 1px dashed #CCCCCC;
	position: absolute;
	height: 68px;
	width: 620px;
	visibility: visible;
	left: 180px;
	top: 8px;
}
#footerBlock {
	border: 1px dashed #CCCCCC;
	overflow: visible;
	position: absolute;
	background-color: #010811;
	left: -1px;
	visibility: visible;
	height: 24px;
	bottom: -36px;
	right: 3px;
	margin-left: 1px;
	padding-bottom: -30px;
}

#bottomSpacer {
	position: absolute;
	left: 18px;
	clear: both;
	float: none;
	visibility: hidden;
	height: 60px;
}

#bodyContent {
	margin: 6px;
}
