.shadetabs	{ 
	margin:0; 
	padding:0; 
	list-style-type:none; 
	position:relative; 
	z-index:2; 
	white-space:nowrap 
}

.shadetabs li	{ 
	margin:0; 
	padding:0; 
	display:inline 

}

.shadetabs li a.firstchild 	{ 
	border:1px solid #99c; 

}

.shadetabs li a.uniquechild 	{ 
	border:1px solid #99c; 
	width: 400px;
	padding-bottom:3px 


}
.shadetabs a	{ 
	color:#339 ! important; 
	//background-color:#def ! important; 
	background: white url(http://www.us.design-reuse.com/img06/shade.gif) top left repeat-x;
	border:1px solid #99c; 
	text-decoration:none; 
	padding:1 2em; 
FONT: 12px Arial;
	border-left-width:0; 
	border-bottom-width:1px;
}


.shadetabs a:hover	{ 
	color:#00c ! important; 
	background-color:#eff ! important
	text-decoration: underline;
}



.shadetabs li.selected a{ /*selected main tab style */
	color:#CC6633  ! important; 
	//background-color:white ! important; 
	background-image: url(http://www.us.design-reuse.com/img06/shadeactive.gif);
	border-color:solid #99c; 
	border-left-width:0px; 
	cursor:default; 
	border-bottom:white; 
	padding-top:1px; 
	padding-bottom:2px; 
FONT-WEIGHT: bold 
}

.shadetabs li.selected  a.firstchild 	{ 
	border:1px solid #99c; 
	color:#CC6633 ! important; 
	//background-color:white ! important; 
	background-image: url(http://www.us.design-reuse.com/img06/shadeactive.gif);
	cursor:default; 
	border-bottom:white; 
	padding-top:1px;
FONT-WEIGHT: bold; 
	padding-bottom:2px 

}


.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}




.tabcontentstyle	{ 
	border:1px solid #99c; 
	background-color:white; 
	position:relative; 
	z-index:1; 
	width: 400px;
	padding-top:1px; 
	FONT: 12px Arial;

}


hr{
  border-top:1px solid #dce3e9;
  color:#dce3e9;
}

.tabcontent{
display:none;

}

@media print {
.tabcontent {
display:block!important;
}
}