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: Verdana, Arial, sans-serif;
	font-size: medium; /* NN only */
	/*/*/ font-size: small; /* */ 
	margin-left: .5em;
	margin-right: .5em;
	}

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;
	}

p.intro {
	color: #FFF;
	font-weight: bold;
	}
	
.introGlossary a:link {   
	color: #FFF; 
	text-decoration: underline;
	}
.introGlossary a:hover {  
	color: #FFF; background-color: 
	transparent; text-decoration: underline;
	}
.introGlossary a:visited {  
	color: #F22; 
	text-decoration: underline;
	}
		
.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 */
#default, #layer1, #layer2, #layer3, #layer4 { /* Hide all the layers */
	position: absolute;
	left: 351px;
	z-index: 10;
	margin-bottom: 0px;
	visibility: hidden;
	}
