.tabContent {
	display: none;
}
.tabContentOn {
	border-top: solid 1px #052f6a;
	display: block;
	width: 645px;
	background: url('../images/box1-bg.png') repeat-y left bottom;
}
.tabInner {
	width: 645px;
	background: url('../images/box1-bottom.png') no-repeat left bottom;
	min-height: 200px;
}
.tabPadding {
	padding: 5px 20px 20px 20px;
}
.tabContentHolder {
	clear: both;
}
.tab {
	display: inline-block;
	float: left;
	background: url(../images/tab-off-bg.gif) no-repeat left top;
	margin-right: 10px;
	cursor: pointer;
}
.tab SPAN {
	display: inline-block;
	background: url(../images/tab-off-right.gif) no-repeat right top;
	cursor: pointer;
	height: 20px;
	color:White;
	font-family:Arial;
	font-size:14px;
	font-weight: bold;
	padding: 5px 10px;
}
.tabOn {
	display: inline-block;
	float: left;
	background: url(../images/tab-on-bg.gif) no-repeat left top;
	margin-right: 10px;
	cursor: pointer;
}
.tabOn SPAN {
	display: inline-block;
	background: url(../images/tab-on-right.gif) no-repeat right top;
	cursor: pointer;
	height: 20px;
	color:White;
	font-family:Arial;
	font-size:14px;
	font-weight: bold;
	padding: 5px 10px;
}
