TD.swath {
	font: 10px sans-serif;
}

TR.stjNavRow TD.swath {
	background-color: #cc9999;
	border-right: none;
}

TR.stjNavHiliteRow TD.swath {
	background-color: #f66;
	border-right: none;
}

TR.stjNavOtherRow TD.swath {
	background-color: #ccc;
	border-right: none;
}

.stjNavHilite {
	background-color: #c00;
	color: #fff;
	cursor: pointer;
}

.stjNavHilite A:link, .stjNavHilite A:visited {
	color: #fff;
	text-decoration: none;
}

TR TD.stjNavHilite A:link, TR TD.stjNavHilite A:visited {
	text-decoration: none;
}

TR.stjNavRow TD {
	vertical-align: middle;
	border: 1.5px solid;
	border-color: #cc9999 #003 #003;;
	border-left: none;
}

TR.stjNavRow TD.swath {
	background-color: #cc9999;
	border-right: none;
}

.stjNav {
	background-color: #663333;
	color: #fff;
	cursor: pointer;
}

.stjNav A:link, .stjNav A:visited {
	color: #fff;
	text-decoration: none;
}

TR TD.stjNav A:link, TR TD.stjNav A:visited {
	text-decoration: none;
}
TR TD.stjNav A:link:hover{
	color: #fff;
	text-decoration: underline;
}


.stjNavText {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 4px;
	color: white;
}

