/* ------------------------------------  Begin Print Classes ------------------------------------*/
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#body, #content {
	width: 100%;
	margin: 0;
	overflow: visible;
	border: 0;
	padding: 0;
	float: none;
	background: white;
	background-image: none;
}

#productListing {
	overflow: visible;
}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#header, #sidebar, #footer{
	display: none;
}

#body, #content, .headline, .bodyCopy, .productListing {
	overflow: visible;
	float: none;
}

/* ------------------------------------  End Print Classes ------------------------------------*/

/* ------------------------------------  Begin Font Classes ------------------------------------*/
.bodyCopy {
	font-size: 16px;
}

.headline1 {
	font-size: 24px;
}

.headline2 {
	font-size: 24px;
}

.subHeadline1 {
	font-size: 18px;
}

.subHeadline2 {
	font-size: 19px;
}

.subHeadline3 {
	font-size: 18px;
}

.subHeadline4 {
	font-size: 16px;
}

.inputClass, .selectClass, .submitClass, .inputClassNoWidth {
	font-size: 15px;
}

.searchBar {
	font-size: 15px;
}

.formLabelSub {
	font-size: 13px;
}

.legal {
	font-size: 13px;
}
.summary {
	font-size: 16px;
/* ------------------------------------  End Font Classes ------------------------------------*/

