#SortedTable {
	margin:0;
	width:98%;
}

	thead#ST-Head {
	}
		td.ST-H-CommonCell {
		}
		td#ST-H-KeyCell {
			background-color:rgb(255,207,99);
			color:white;
		}
			a.ST-H-Link {
				text-decoration:underline;
			}
			.ST-H-SortButton {
			}
	tbody#ST-Body {
	}
		td.ST-B-KeyCell {
			background-color:#fff4d9;
		}
		
		a.ST-B-TitleCell {
			font-weight:bold;
			text-decoration:underline;
		}
			a.ST-B-TitleCell:hover {
				color:rgb(239,125,74);
			}
			span.ST-B-TitleComment {
				font-style:italic;
				padding-left:5px;
			}
			
	img.PlusSign, img.MinusSign {
		padding-top:3px;
	}

