.tab_hover {
	/*background-color:red;*/
	color:white;
	cursor:default;
	width:137px;
	height:30px;
	background-image:url(/images/buttons/tab_hover.png);
	border:0px;
	text-align:center;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
}
.tab {
	/*background-color:blue;*/
	color:white;
	cursor:pointer;
	width:137px;
	height:30px;
	background:url(/images/buttons/tab.png) no-repeat;
	background-position:bottom;
	border:0px;
	text-align:center;
	vertical-align:bottom;
	font-family:verdana;
	font-size:10px;
	font-weight:none;
}
.data_tab {
	border:1px solid gray;
	width:500px;
	height:100px;
	text-align:left;
	font-family:verdana;
	font-size:12px;
	padding:.3em;
	background-color:#EFEFEF;
}
