/* LCMS Print Style Sheet - updated: Jun07 dannyb */
body {
	margin: .6in;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}


#udm, .udm, #menu, #search_box, #breadcrumbs, #site_nav, #footer_right, #tools  {
	display: none;
	}  
	
.hidden {
	display: none;
	}
	
#title {
	background:none !important;
	}
	
#pg_title a {
	background:none !important;
	}
	
#footer {
	border-top:#ccc 1px solid;
		font-size: 10pt;
		padding:1.5em;
		text-align:center;
	}
	
a:link, a:visited {
	color: gray;
	}	
	


#page_content p a:link:after, #page_content p a:visited:after, #footer a:visited:after{
	content: " (" attr(href) ") ";
	}
