body {
	font-family: Arial,  Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.Group {
	display: block;
	height: 25px;
	width: 180px;
	background-image: url(../images/Button_GroupRed.jpg);
	line-height: 24px;
	padding-left: 27px;
	color: #dfdfdf;
	text-decoration: none;
}
.Group:hover {
	color: #dfdfdf;
	text-decoration: underline;
}
.Option {
	display: block;
	height: 21px;
	width: 180px;
	background-image: url(../images/Button_Option.jpg);
	line-height: 20px;
	padding-left: 27px;
	color: #dfdfdf;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
.Option:hover {
	color: #dfdfdf;
	text-decoration: underline;
}
.show {
	display:inline;
}
.hide {
	display:none;
}
.SubGroup {
	display: block;
	height: 20px;
	width: 180px;
	background-image: url(../images/Button_SubGroup.jpg);
	line-height: 19px;
	padding-left: 27px;
	color: #dfdfdf;
	text-decoration: none;
	font-size: 11px;
}
.SubGroup:hover {
	color: #dfdfdf;
	text-decoration: underline;
}
