.tab {
	font-family: Arial;
	font-size: 1em;
	width: 130px;
        white-space: nowrap;
	text-align: left;
	border-style: solid;
	border-color: black;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	padding-top: 5px;
        padding-left: 10px;
	padding-bottom: 5px;
	cursor: pointer;
	}
.tabhold { 
	background-color: #333367;
	color: white;
	}
.tabfocus {
	background-color: none;
	color: black;
	}
.tabcontent { 
	font-family: Arial;
	font-size: 1em;
	text-align: left;
	line-height: 1.5em;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 0px;
	}


