/* CSS FILE FOR UNSTRUCTURED BOOKS For WINDOWS */
/* simple style sheet for FM HTMLclient */
/* Updated on 04.29.02 by Pat Gee Best */

/* Show or hide styles to support JavaScript DOM divisions */
.short { display:inline; }
.long { display:none; background-color: #E2E2E2; }

/* character formats */
/* Removed font sizing on all due to cross platform issues, 04.29.02 */
KBD.UserType { font-family: monospace; font-weight: bold; font-style: regular; }
KBD.Filename-Command { font-family: monospace; font-weight: normal; }
I.Variable { font-family: Times; font-weight: normal; font-style: italic; }
I.Title { font-family: sans-serif; font-weight: normal; font-style: italic; }


/* .Head1, .Head1A, .Head1CSR, .Head1G, .Head1P */
.Head1
	{ margin-top: 1.0em; font-size: 22pt; font-weight: bold; font-style: regular;
	font-family: helvetica, sans-serif; color:#594FBF }

/* .Head2, .Head2A, .Head2CSR, .Head2G, .Head2P, .Head2-Procedure, .Head2-OptFlag */
.Head2	
	{ margin-top: 1.0em; font-size: 20pt; font-weight: bold; font-style: regular;
	font-family: helvetica, sans-serif; color:#594FBF }
	
/* .Head3, .Head3A, .Head3CSR, .Head3G, .Head3P, .Head3-Procedure, .Head3-OptCat */
.Head3
	{ margin-top: 1.0em; font-size: 18pt; font-weight: bold; font-style: regular;
	font-family: helvetica, sans-serif; color:#594FBF}
	
.H4
   { font-size: 16pt; font-weight: bold; font-style: regular;
	font-family: helvetica, sans-serif; color:#594FBF}
	
/* table code and figure captions */
.TableCaption
	{ white-space: pre; font-size: 13pt; font-weight: bold;
	font-style: regular; font-family: helvetica, sans-serif }
	
.FigureCaption
	{ margin-top: 1.5em; white-space: pre; font-size: 13pt; font-weight: bold;
	  font-style: regular; font-family: helvetica, sans-serif; }

