/* print styles */
body {
	color: black; 
	background: white; 
	margin-left: 0
	}
a:link, a:visited {
	background: white; 
	color: blue; 
	text-decoration: underline;
	}
h1 {
	background: white; 
	color: black; 
	padding-bottom: 1px;
    border-bottom: 1px solid gray; 
	font-size: 18pt; 
	font-weight: bold;
	}
h2 {
	background: white; 
	color: black; 
	padding-bottom: 1px;
    border-bottom: 1px solid gray; 
	font-size: 14pt; 
	font-weight: bold;
	}
h3 {
	background: white; 
	color: black; 
	padding-bottom: 1px;
    border-bottom: 1px solid gray; 
	font-size: 12pt; 
	font-weight: bold;
	}
.print {
	display: none;
	}
caption {
	font-weight: bold;
	text-align: left;
	}
thead {background-color: white;
	color: black;
	}
.top {
	display: none;
	}
.glossaryh2 {
	text-align: center;
	background-color: white;
	border:none;
	}
noscript { 
	display: none;
	}
