body {font-family:Arial;}

body.toc { 
	/*background-image: url(../resources/toc_bg.gif);	 */
	background-color: #f4eacb;
	}

td {
	margin-top: -3;
	vertical-align: 50%;
	}
	
.title {
	font-size:10pt;
	font-weight: bold;
	}
				
.section {
	font-size:9pt;
	font-weight: bold;

	}
	
.chapter {
	font-size:8pt;
	}

.contact {
	font-size:8pt;
	vertical-align: top;
	padding: 10px;
	}
	
a {
	text-decoration: none;
	color: #000000;
	}
	
a:visited {
	text-decoration: none;
	color: #000000;
	}

a:hover {
	text-decoration: underline;
	color: #0066ff;
}

a:active {
	text-decoration: underline;
	color: #ff6666;
}

/* Added document ststus indicators in interface version 1.3  */
sup {
	color: #ff0000;
	
}

/* Added hyperlink to ChangeLog.txt in interface version 1.3  */
div.changelog {
	width: 85%;
	font-size: 8pt;
	padding: 20px;
}

div.changelog a {
	text-decoration: none;
	color: #666666;
}
	
div.changelog a:visited {
	text-decoration: none;
	color: #666666;
}

div.changelog a:hover {
	text-decoration: underline;
	color: #000000;
}

div.changelog a:active {
	text-decoration: underline;
	color: #000000;
}