.header {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
	border: thin solid #000000;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 10%;
	top: 7%;
	width: 80%;
	height: 26px;
	z-index: 6;
}
.headershw {
	background-color: #888888;
	position: absolute;
	left: 12%;
	top: 9%;
	width: 80%;
	height: 31px;
	z-index: 5;
}
.navibar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	padding: 5px;
	border: thin solid #000000;
	position: absolute;
	left: 60%;
	top: 25%;
	width: 121px;
	height: 237px;
	z-index: 3;
}
.navibarsdw {
	background-color: #888888;
	position: absolute;
	left: 62%;
	top: 27%;
	width: 129px;
	height: 244px;
	z-index: 2;
}
a {
	font-size: 12px;
	color: #333333;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
