.tabsoff {
	background-image: url(images/tab_trans.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 78px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	cursor: pointer;
	cursor: hand;
}
.tabson {
	background-image: url(images/tab_trans.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 78px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #F1AB3C;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	cursor: pointer;
	cursor: hand;
}
.ltabsoff {
	background-image: url(images/tab_trans_m.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 140px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	cursor: pointer;
	cursor: hand;
}
.ltabson {
	background-image: url(images/tab_trans_m.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 140px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #F1AB3C;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	cursor: pointer;
	cursor: hand;
}
