.mainlevel {
/* Tell NS4 to ignore these styles.... */
/*/*/
	width: 100%;
	background-color: #CCCCCC;
/* Okay, we can let NS4 see the rest.... */   
	margin: 0px 0px 25px 0px;
	color: #000000;
}

.sublevel {
/* Tell NS4 to ignore these styles.... */
/*/*/
	font-size: 10px;
	background-color: #DDDDDD;
/* Okay, we can let NS4 see the rest.... */   
}

.sublevel_prog {
/* Tell NS4 to ignore these styles.... */
/*/*/
	font-size: 12px;
	background-color: #DDDDDD;
/* Okay, we can let NS4 see the rest.... */   
}

.mainitem, .mainitem_prog {
	margin: 5px;
/* Tell NS4 to ignore these styles.... */
/*/*/
	font-size: 12px;
/* Okay, we can let NS4 see the rest.... */   
	font-weight: bold;
}

.mainitem a, .mainitem_prog a {
	color: #8D1229;
	font-weight: normal;
}

.subitem {
	margin: 0px 20px;
	font-weight: bold;
}

.subitem_prog {
	margin: 0px 20px 0px 2px;
	font-weight: bold;
}

.subitem a, .subitem_prog a {
	color: #8D1229;
	font-weight: normal;
}

.staffname { 
	margin-top: 10px; 
	font-weight: bold; 
/* Tell NS4 to ignore these styles.... */
/*/*/
	font-size: 11px;
/* Okay, we can let NS4 see the rest.... */   
	background-color: #f0f0f0;
}

.staffrole { 
	margin-left: 10px; 
/* Tell NS4 to ignore these styles.... */
/*/*/
	font-size: 10px;
/* Okay, we can let NS4 see the rest.... */   
}


