.shadetabs {
	
	PADDING: 0px;	
	FONT-SIZE: 100%;	
	MARGIN: 0px;	
	LIST-STYLE-TYPE: none;	
	BORDER: 0px;
	margin-top: 1px;
	display:block;
}
.shadetabs LI {	
	DISPLAY: inline;	
	FLOAT: left;	
	MARGIN-RIGHT: 1px
}
.shadetabs LI A {
	DISPLAY: block;	
	PADDING: 0px;	
	FONT-WEIGHT: bold;	
	background: #FF0000;
	background-image:url(img/HPtab.gif);
	background-repeat:no-repeat;
	MARGIN: 0px;	
	TEXT-ALIGN: center;	
	TEXT-DECORATION: none;	
	vertical-align: top;
	font: bold 12px Tahoma;
	width: 88px;
	min-width: 88px;
	max-width: 88px;
	height: 38px;
	min-height: 33px;
	max-height: 33px;
	color:#FFFFFF;
	margin-right: 2px;
}





.shadetabs li a:visited {
color: #FFFFFF;
}

.shadetabs li a:hover {
text-decoration: underline;
font-size: 12px;
color: #000000;
background-image:url(img/HPtab_over.gif);
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image:url(img/HPtab_on.gif);
border-bottom-color: white;
color: #fef200;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #000000;
}

.shadetabs li.selected a:visited{ /*selected main tab style */
color: #FFFFFF;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: solid #145971;
	border-width: 5 1 1 1;
	width: 578px;
	margin-bottom: 1em;
	padding: 10px;
	background: #FFFFFF;
	clear:both;
}

.tabcontent{
display:none;

}

@media print {
.tabcontent {
display:block!important;
}
}
#maintab{
	/*background-image:url(images/tabbkg.gif);
	background-repeat:no-repeat;*/
}

