/* *************** PRINT.CSS *************** */	
@import url(../shared/lists.css);
/* ***************** POSITIONING ****************** */
#navigation, .navigation-list, .bread-crumbs, .cant-find, ul.bread-crumbs {
	display: none !important;
}

#header h1 {
	display: none;
}
#header h2 { display: none; }

/* *************** STANDARD HTML TAGS *************** */	
body	{
	/* This is print, so we can use serif fonts & fixed font sizes */
	font-family: "Times New Roman", times, serif;
	font-size: 10pt;
}

/* set "appropriate" font-sizes for headers */
h1		{	font-size: 16pt;		}
h2 		{	font-size: 15pt;		}
h3		{	font-size: 14pt;		}
h4		{	font-size: 13pt;		}
h5,h6	{	font-size: 12pt;		}

h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; margin-bottom: .75em; }

dt		{	font-weight: bold;		}
li, dd	{	margin-bottom: .5em;	}

.ordinary {	list-style: none;		} 

a		{	color: #000;	font-weight: bold;		}
acronym	{	border: none; 			}




address		{
	white-space: pre;
	margin: 1em 2em;
	font-style: normal;
	border-left: 5px solid #000;
	padding-left: .5em;
}


/* *************** CSS CLASSES *************** */
.quiet, .no-print, .navigation
		{	display: none; visibility: hidden;	}

.clear:after {
	display:block; overflow: hidden; content: "."; height: 0; clear: both; visibility: hidden;
}
* html .clear { clear: both; height: 1px; overflow: hidden; visibility: hidden; }
