.ontab {
	background-color: #e4e1dc;
	border-left: 2px #ffffff solid;
	border-right: 2px #808080 solid;
	border-top: 2px #ffffff solid;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}
.offtab {
	background-color : #e4e1dc;
	border-left: 2px #ffffff solid;
	border-right: 2px #808080 solid;
	border-top: 2px #ffffff solid;
	border-bottom: solid 2px #ffffff;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}
.tabpadding {
	border-bottom: 2px #ffffff solid;
}
.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}