<!--
/*body {
	font-family: Arial,  Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}*/
/*.Group {
	display: block;
	height: 28px;
	width: 373px;
	background-image: url(www.northpark.edu/images/checkbox.png);
	line-height: 27px;
	padding-left: 27px;
	color: #dfdfdf;
	text-decoration: none;
}*/
.Group:hover {
	color: #009fd8;
/*	text-decoration: underline;*/
}
.Option {
	display: block;
	height: 18px;
	width: 173px;
	background-image: url(Button_Option.jpg);
	line-height: 27px;
	padding-left: 27px;
	color: #009fd8;
	text-decoration: none;
}
.Option:hover {
	color: #009fd8;
	text-decoration: underline;
}
.show {
	display:inline;
}
.hide {
	display:none;
}
-->