/* CSS Document */
BODY {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment : scroll;
	background-image : url(http://hansenresearch.com/images/hr_watermark.gif);
	background-repeat : no-repeat;
	background-position : center center;
	margin: 0 0 0 0;
}

.footer {
	font-size: 70%;
}

.required {
	font-weight: bold;
	color: red;
}

.benefit {
	display : none;
	margin-left: 1em;
	margin-bottom: 0;
	margin-top: 0;
}
.benefit_item {
	color: blue;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 1em;
	cursor : pointer;
}

.specs {
	font-size: 75%;
	font-style: italic;
}

.specs_name {
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 5px;
	padding-right: 5px;
}
.specs_desc {
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 5px;
	padding-right: 5px;
}

.spacer {
	border-top-style: none;
	border-bottom-style: none;
}

