
.tabheader ul {
	float: right;
	margin:0;
	padding:0;
}

.tabheader ul li {
	margin-left: 0;
	float: left;
	display: block;
	padding-left: 12px;
}

.tabheader ul li a:hover {
	text-decoration: none;
}

.tabheader ul li .open {
	font-weight: bold;
	background-color: #d3d1bd;
}

.tabheader ul li .close {
	font-weight: normal;
	background-color: #F8F8FF;
}

.tabbody table a:hover{
	text-decoration: none;
	font-weight: bold;
}

.tabbody table .bold{
	font-weight: bold;
}
