.tab { 
	text-align: center;
	border-style: none;
	cursor: pointer;
	}
.tabhold { 
	background-color: white;
	color: black;
	}
.tabfocus { 
	background-color: black;
	color: white;
	}
.tabcontent {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	width: 280px;
	height: 50px;
	padding-top:15px;
	}
.tabcontent_tell {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	width: 280px;
	height: 50px;
	padding-top:13px;
	}