.tabheader table {
	width:672px;
  border-collapse: collapse; /* for IE */
  border-spacing: 0; /* for N6 */
	margin:0px;padding:0px;
}

.tabheader table tr td {margin:0px;padding:0px;border-width:0px;}

.tabheader .close {
	height:30px;
	background-image:url(../img/bg_topics_close.jpg);
  border-style: solid;
  border-width: 1px 0px 0px 1px; 
  border-color: #E4E1E1;
  background-color: #d0d0d0;
  margin:0;
  padding: 1px 15px 1px 15px; 
  white-space: nowrap;
}
.tabheader .open {
	height:30px;
	background-color:#fcfcfc;
	background-image:url(../img/bg_tab_open.gif);
  border-style: solid;
  border-width: 1px 0px 0px 1px; 
  border-color: #E4E1E1 #E4E1E1 #fff #E4E1E1;
  margin:0px;
  padding: 1px 15px 1px 15px; 
  white-space: nowrap;
}
.tabheader .spc {
	height:30px;
	background-image:url(../img/bg_topics_close.jpg);
  border-style: solid;
  border-width: 0px 1px 0px 1px; 
  border-color: #E4E1E1;
  margin:0;
  padding: 1px 5px 1px 5px; 
  white-space: nowrap;
}
.tabheader .open a {
	font-size:17px;
	line-height:30px;
	text-decoration: none;
	color:#102F63;
	font-weight:bold;
	letter-spacing: -0.05em;
	}
.tabheader .close a {
	font-size:16px;
	line-height:30px;
	text-decoration: none;
	color:#999;
	letter-spacing: -0.05em;
	font-weight:bold;
	}
.tabheader a:hover {
	color:#f00;
	text-decoration: underline;
	}
.tabbody {
	height:195px;
	width:635px;
	background-image:url(../img/bg_topics_672.gif);
	background-repeat:repeat-y;
	background-color:#fcfcfc;
  border-color:#E4E1E1;
  border-style: solid;
  border-width: 0 1px 0px 1px;
  padding:15px 15px 0px 20px;
  margin-top:0px 0px 0px 0px;
  font-size:12px;
}
.tab_right {
	height:30px;
	width:2px;
	background-image:url(../img/bg_tab_right.gif);
	background-repeat:none;
  padding:0px;
  margin-top:0px;
  line-height:0px;font-size:0px;
}
.topics_btm {
	height:2px;
	width:672px;
	background:url(../img/bg_topics_btm.gif) no-repeat left bottom;
	padding:0px;
  margin:0px;
  line-height:0px;font-size:0px;
}
