.tab {
	cursor:pointer;
	width:128px;
	height:20px;
	border:0px;
	font-family:sans-serif;
	font-size:12px;
	text-align:center;
}

.tab_current {
	background:url(../Img/tab_current.png) no-repeat;
	font-weight:bold;
}
	.tab_current a {
		color:#FFA405;
	}
	.tab_current a:hover {
		color:#fff;
	}

.tab_inactive {
	background:url(../Img/tab_inactive.png) no-repeat;
}
	.tab_inactive a {
		color:#5081C0;
		font-weight:normal;
	}
	.tab_inactive a:hover {
		color:#FFA405;
	}

.data_tab {
	border:5px solid #195480;
	text-align:left;
	font-family:verdana;
	font-size:12px;
}

