
.GroupHeader {
	position: relative;
	width: 700px;
	height: 35px;
	font-family: "tahoma";
	font-size: 1em;
	text-align: left;
	font-variant: small-caps;
}
.GroupCont {
	position: relative;
	width: 720px;
	border: 1px solid gray;
	background-color: white;
	padding: 2px;
}
.GroupSep {
	position: relative;
	height: 5px;
}
.SelGroup {
	color: #0000CC;
}
.ToTop {
	font-size: 0.5em;
}
.SelText {
	visibility: hidden;
	display: none;
}
.MainCont {
	position: relative;
	left: 30px;
	top: 10px;
}
.HeadRow {
	position: relative;
	left: 20px;
	width: 700px;
	height: 30px;
	font-family: "tahoma";
	font-size: 0.9em;
	text-align: center;
}
.DetailRow {
	left: 20px;
	position: relative;
	width: 700px;
	height: 40px;
	font-family: "tahoma";
	font-size: 0.9em;
	text-align: left;
}
.Col1 {
	position: absolute;
	top: 2px;
	left: 5px;
}
.Col2 {
	position: absolute;
	top: 2px;
	left: 200px;
}
.Col3 {
	position: absolute;
	top: 2px;
	left: 640px;
}
.rowDivider {
	position: relative;
	width: 700px;
	height: 3px;
	left: 20px;
}
.hrDiv {
	visibility: hidden;
	height: 1px;
	color: gray;
	border-style: dashed;
}
.RelLink {
	visibility: hidden;
	display: none;
}

.GroupCont table { width: 100% }