.shadetabs2{
	color: #000;
	border-bottom: 1px solid #F1F1F1;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px;
}

.shadetabs2 li{
	display: inline;
	overflow: hidden;
	list-style-type: none;
}

.shadetabs2 li a {
	color: #0033CC;
	background: White;
	border: 1px solid #F1F1F1;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none;
}

.shadetabs2 li a:hover {
		color: #CC0000;
		background: White;
		text-decoration: underline;
}

.shadetabs2 li.selected a{ /*selected main tab style */
	background: White;
	border-bottom: 3px solid White;
	font-weight: bold;
}

.shadetabs2 li.selected a:hover{ /*selected main tab style */
	background: White;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	text-align: justify;
	background: White;
	padding: 4px 4px 4px 10px;
	border: 1px solid #F1F1F1;
	border-top: none;
	z-index: 2;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #009966;
}

.tabcontent {
	display: none;
}

.tabcontent a	{
	text-decoration: underline;
	color: #00CC33;
	font-style: italic;
}
.tabcontent a:link	{text-decoration: underline; color: #00CC33; }
.tabcontent a:visited	{text-decoration: underline; color: #00CC33; }
.tabcontent a:hover	{
	text-decoration: underline;
	color: #0099FF;
	background-color: #FFFF66;
}

span.Cap {
	font-size: 20pt;
	line-height: 1em;
}
span.str {
	width: 100px;
	cursor: pointer;
	text-align: center;
}

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