

.tabOn A:link {
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
.tabOn A:visited {
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
.tabOn A:hover {
	color:#000000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
.tabOn A:active {
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
.tabOff A:link {
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
.tabOff A:visited {
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
.tabOff A:hover {
	color:#000000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
.tabOff A:active {
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
 @media all {
h1, h2, h3, td {
	margin:0 0 5px;
	line-height:100%;
}

/* Specifications for container for layers to show/hide.
	 Most browsers need both width and height set. */
#container {
	position:relative;
	width:100%;
	height:460px;
	z-index:100;
	background-color:#ffffff;
}
/* Include id's for all your layers here, with commas between. */
#staff1, #staff2, #staff3, #staff4, #staff5, #staff6, #staff7, #staff8, #staff9, #staff10 {
	position:absolute;
	visibility:hidden;
	z-index:1;
	vertical-align:middle;
	margin-top:25px;
}

