.tab { 
	font-size: 14px;
	width: 162px;
	white-space: nowrap;
	text-align: center;
	border-style: solid;
	border-color: black;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

.tabhold {
	background: url('/images/tabpanel/shade.gif') top center repeat;
	color: black;
	border-bottom-width: 1px;
}

.tabfocus { 
	background: url('/images/tabpanel/shadeactive.gif') top center repeat;
	color: black;
	border-bottom-width: 0px;
}

.tabcontent {
	font-size: 14px;
	width: 510px;
	height: 350px;
	border-right: solid black 1px;
	border-left: solid black 1px;
	border-bottom: solid black 1px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}