/* CSS Document */

.tab { 
	font-family: verdana,sans-serif; 
	font-size: 10px;
	width: 120px;
	white-space: nowrap;
	text-align: center;
	border-style: solid;
	border-color: gray;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	}
.tab:hover { color:#666666; }
.tabhold { 
	background-color: white;
	color: black;
	}
.tabfocus { 
	background-color:#999999;
	color: white;
	}
.tabcontent { 
	font-family: sans-serif; 
	font-size: 10px;
	width: auto;
	height: 350;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	}

