/*
.navigation_header_tab {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/tab_header.bg.gif);
	background-repeat: repeat-x;
	padding: 1px;
	height: 26px;
}

.body_tab_full {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px;
	background-color: #FFFFCC;
	border: 0px solid #999999;
	
	background-image: url(images/tab_art_sub.gif);
	background-repeat: repeat-x;
	
	height: 26px;
	
}

.navigation_body_tab {
	font-size: 10px;
	color: #000000;
	padding: 1px;
	border-top: 0px;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px dotted #999999;
	background-color: #eeeeee;
	
}


*/



.navigation_header_tab, .body_tab_full {
	background: url(../images/background/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	border:1px solid #666666;
	border-bottom:0;
}

.ht{
	display:block;
	margin:0;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;	
}

.line-bottom{border-bottom:1px solid #666666;}

.navigation_body_tab {
	font-size: 10px;
	color: #000000;
	padding: 1px;
	border:1px solid #666666;
	/*border-top: 0px;*/
}



.body_tab_art {
	font-size: 10px;
	color: #000000;
	padding: 1px;
	border:1px solid #666666;
	/*border-top: 0px;*/
}

