body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:link:hover {
	text-decoration: none;
}
a:visited:hover {
	text-decoration: none;
}

td.hdrResources
{
    font-size: 0.7em;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
td.hdrResources a:link {
	color: #ffffff;
	text-decoration: underline;
}
td.hdrResources a:visited {
	color: #ffffff;
	text-decoration: underline;
}
td.hdrResources a:link:hover {
	color: #ffffff;
	text-decoration: underline;
}
td.hdrResources a:visited:hover {
	color: #ffffff;
	text-decoration: underline;
}

td.hdrChapters
{
    font-weight: bold;
    font-size: 1.0em;
    color: #ffffff;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif
}
td.hdrChapters a:link {
	color: #ffffff;
	text-decoration: underline;
}
td.hdrChapters a:visited {
	color: #ffffff;
	text-decoration: underline;
}
td.hdrChapters a:link:hover {
	color: #ffffff;
	text-decoration: underline;
}
td.hdrChapters a:visited:hover {
	color: #ffffff;
	text-decoration: underline;
}


td.ftrLinks
{
    font-size: 0.8em;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
td.ftrLinks a:link {
	color: #ffffff;
	text-decoration: underline;
}
td.ftrLinks a:visited {
	color: #ffffff;
	text-decoration: underline;
}
td.ftrLinks a:link:hover {
	color: #ffffff;
	text-decoration: underline;
}
td.ftrLinks a:visited:hover {
	color: #ffffff;
	text-decoration: underline;
}


td.ftrNotes
{
    font-size: 0.8em;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
td.ftrNotes a:link {
	color: #ffffff;
	text-decoration: underline;
}
td.ftrNotes a:visited {
	color: #ffffff;
	text-decoration: underline;
}
td.ftrNotes a:link:hover {
	color: #ffffff;
	text-decoration: underline;
}
td.ftrNotes a:visited:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* headings for top of pages ... white text on black */

h2  {
	color: #FFFFFF;
	font-size: 2em;
	font-weight: bold;
	width: 100%;
	line-height: normal;
	margin-bottom: 0em;
	margin-top: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
}




.glossary {
	text-decoration: none;
	border-bottom: 1px dashed white;
}

.glossary a:link {
	text-decoration: none;
	border-bottom: 1px dashed white;
}
.glossary a:visited {
	text-decoration: none;
	border-bottom: 1px dashed white;
}
.glossary a:link:hover {
	text-decoration: none;
	border-bottom: 1px dashed white;
}
.glossary a:visited:hover {
	text-decoration: none;
	border-bottom: 1px dashed white;
}

/* nohilite links - use for around images when do not want background hiliting */

.nohilite a:link	{	
	outline:			none;
	text-decoration:	none;
	}	
		
.nohilite a:visited	{	
	outline:			none;
	text-decoration:	none;
	}	

.nohilite a:link:hover {
	outline:			none;
	text-decoration:	none;
	}	
		
.nohilite a:visited:hover {
	outline:			none;
	text-decoration:	none;
	}	

.nohilite a:active	{	
	outline:			none;
	text-decoration:	none;
	}	


/* specialty stuff */

.invisible	{	
	display: none;
}	

.warning	{	
	background:	yellow;
	color:	red;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	}	



