#right ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	height: 16px;
}
.shadetabs li {
	float: left;
	margin: 0 0 0 0;
	font-size: 11px;
	font-weight: bold;
}
.shadetabs li a	{
	background: url(../imgs/li_in_le.gif) no-repeat left top;
	color: black;
	text-decoration: none;
	padding: 8px 0 8px 10px;
	outline: none;
	line-height: 12px;
}
.shadetabs li a.selected {
	background: url(../imgs/li_ac_le.gif) no-repeat left top;
}
.shadetabs li a:hover {
	color: #333333;
}
.shadetabs li a span {
	background: url(../imgs/li_in_ri.gif) no-repeat right top;
	padding: 8px 15px 7px 0;
	line-height: 12px;
}
.shadetabs li a.selected span {
	background: url(../imgs/li_ac_ri.gif) no-repeat right top;
}
.tabcontent {
	clear: both;
	display: none;
	background: url(../imgs/tabscontent.png) no-repeat left top;
	padding: 8px 20px 2px 20px;
	font-size: 11px;
}
.tabcontent span {
	font-style: normal;
	clear: both;
	display: block;
	line-height: 140%;;
}
.tabcontent em {
	font-style: normal;
	clear: both;
	display: block;
	line-height: 140%;;
	width: 110px;
}
.tabcontent p {
	line-height: 140%;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}
.tabcontent #tabl1 {
	margin-top: 10px;
	height: 110px;
}
.tabcontent #tabl2 {
	margin-top: 10px;
	height: 110px;
	position: absolute;
	margin-left: 110px;
}
.tabcontent #tabl3 {
	margin-top: 10px;
}
.tabcontent a:link, .tabcontent a:active, .tabcontent a:visited {
	text-decoration: underline;
	color: #3366FF;
}
.tabcontent a:hover {
	text-decoration: none;
}
.tabcontent p img {
	vertical-align: middle;
	margin: 2px 0 2px 0;
}
@media print {
.tabcontent {
	display: block !important;
}
}
#right .tabcontent em {
	background: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
	height: auto;
	line-height: 140%;
}

