/* -------------------------------------------------------
print.css
created:  20 DEC 2005 by cmallott
modified: 20 DEC 2005 by cmallott
------------------------------------------------------- */


body {
	background: #fff;
	font-family: Arial,Helvetica,Sans-serif;
	line-height: 1.5em;
	font-size: 10pt;
	}
#search, #nav, #sidenav, #subnav, #keyword, #suppnav {
	display: none;
	}

h1 {
	font-size: 225%;
	font-family: Georgia,Verdana,Arial,Helvetica,sans-serif !important;
	font-weight: normal;
	}
	
h2 {
	font-size: 110%;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	}
	
h3 {
	font-size: 100%;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	}
	
dt {
	font-weight: bold;
	}
	
dl	{
	padding-bottom: 8px;
	}


