body {
	font-family: Garamond, Georgia, "Times New Roman", serif;
	color: black;
	margin: 0px;
	padding: 0px;
}
#h1 {
	font-size: 24pt;
}
#mainContent h1 {
	font-size: 18pt;
	padding-bottom: 2pt;
	/*border-bottom: 1pt solid black;
	width: 4.5in;*/
}
#toparea, #topmenu ul, #sidebar1, #footer, #breadcrumbs, img, ul.navigationlist, p.gotop, p.contact, p.seealso, ul.seealso, .noprint iframe {
	display: none;
}
#container, #mainContent {
	border: none;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
}
#mainContent p {
	font-size: 12pt;
	line-height: 14pt;
	width: 6in;
	margin-left: .25in;
}
.break { page-break-before: always }
a:link, a:visited {
	text-decoration: none;
	color: black 
}
/* Print URLs for links (this doesn't work in ie6, but doesn't cause any problems so no big deal) */
a[href^="http://"]:after {
	content:" ("attr(href)")"; 
	font-size: 90%;
	font-weight: normal;
}
#mainContent .products {
	border-collapse: collapse;
}
#mainContent .products thead {
	display: table-header-group;
}
#mainContent .products td {
	padding: 2px 2px 2px 10px;
	border: 1px solid #000;
	vertical-align: top;
}

