#primaryNavigation, #siteHeader, #siteFooter, #logo {
	display: none;
}

body {
    font: 10pt arial, helvetica, sans-serif;
    /*line-height: 140%;*/
    width: auto;
}

#content {
	width: auto;
	position: static;
	margin: 0;
	padding: 0;
}

article {
	width: auto;
}

a, .searchResults a.catTitle {
    text-decoration: none;
    color: #333;
}

a:visited {
    color: #333;
}

h1, h2, h3, h4,h1 a, h2 a, h3 a, h4 a {
    color: #333;
    font-family: arial, helvetica, sans-serif;
    line-height: 110%;
}

h1 a, h2 a, h3 a, h4 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
    color: #333;
}

table td, ul li {
	page-break-inside: avoid;
}