html, body {
	/* background: #FFF; */
	color: #000;
	margin-top: -12px; /* NN only */
	margin-left: -12px; /* NN only */
	/*/*/ margin-top: 0px; /* */ 
	/*/*/ margin-left: 0px; /* */
	margin-bottom: 0; 
	}


/***** Font Settings *****/

html, body, td, p, ol, ul, li {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: medium; /* NN only */
	/*/*/ font-size: small; /* */ 
	margin-left: .5em;
	margin-right: .5em;
	}
	
p.firstpara {
	line-height: 1.25em; /* NN only leading */
	/*/*/ line-height: 1.25em; /* */
	font-size: medium; /* NN only */
	/*/*/ font-size: medium; /* */
	}
		
h2 {color: #fff;
	font-size: medium; /* NN only */
	/*/*/ font-size: small; /* */ 
	padding-top: 1.6em;
	padding-bottom: .5em;
	width: 100%;
	border-bottom: 1px solid #666;
	}
	
.bodyGlossary {  
	text-decoration: underline;
	}
.bodyGlossary a:link {   
	color: #000000; 
	text-decoration: underline;
	}
.bodyGlossary a:hover {  
	color: #000000; background-color: 
	transparent; text-decoration: underline;
	}
.bodyGlossary a:visited {  
	color: #666666; 
	text-decoration: underline;
	}

	/***** Template dHTML styles *****/

/* Remove highest layer from the list */	
#const1 {
	position: absolute;
	left: 30px;
	z-index: 10;
	margin-bottom: 0px;
	visibility: visible;
	}

#const2, #const3, #const4 { /* Hide all the layers */
	position: absolute;
	left: 30px;
	z-index: 10;
	margin-bottom: 0px;
	visibility: hidden;
	}

