body {
	font-family: Arial,  Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}
.Group {
	display: block;
	height: 18px;
	width: 119px;
	background-image: url(images/Button_Group.jpg);
	line-height: 18px;
	padding-left: 9px;
	color: #dfdfdf;
	text-decoration: none;
	background-repeat: no-repeat;
}
.Group:hover {
	color: #dfdfdf;
	text-decoration: underline;
}
.Option {
	display: block;
	height: 17px;
	width: 119px;
	background-image: url(images/Button_Option.jpg);
	line-height: 17px;
	padding-left: 9px;
	color: #dfdfdf;
	text-decoration: none;
	background-repeat: no-repeat;
}
.Option:hover {
	color: #dfdfdf;
	text-decoration: underline;
}
.subOption {
	display: block;
	height: 17px;
	width: 119px;
	background-image: url(images/Button_subOption.jpg);
	line-height: 17px;
	padding-left: 9px;
	color: #dfdfdf;
	text-decoration: none;
}
.subOption:hover {
	color: #dfdfdf;
	text-decoration: underline;
}
.bottomLink{
	height: 17px;
	color: #660033;
	text-decoration: none;
	padding: 3px;
}
.bottomLink:hover {
	color: #990000;
	text-decoration: underline;
}
.show {
	display:inline;
}
.hide {
	display:none;
}
