@charset "ISO-8859-1";
/* ------------------------------------------------------

	Frank Marion, framar@interlog.com.
	http://www.framarstudios.com

	Date Created:	Friday, August 09, 2002 5:23:24 PM
	Last Modified:	Friday, August 09, 2002 5:23:26 PM
	Revision:		1.0

	Function: Plain layout and tags for printers and those
	who just can't handle flashy stuff.

------------------------------------------------------- */

body {
	font-size:			12pt;
	font-weight:		normal;
	font-family:		Arial,sans-serif;
	color:				black;
	margin:				0px;
	line-height:		140%;
}
#nav {
	display:			none;
}
#content * {
	visibility: 		visible;
	padding:			0px;
	position:			static;
}
#content ol, ul {
	margin-left:		4em;
}
#DownloadTable {
	display:			none;
}
.AuthorSigBlock {
	display:			none;
}
.articleReprintPolicy {
	font-size:			10px;
	margin:				0px;
}


p {
	margin:				0.125in;
}

pre {
	margin:				0.25in;
	color:				gray;
	font-size:			1.0em;
	font-family:		Courier,Monaco,monospace;
}
code {
	color:				gray;
	font-size:			1.0em;
	font-family:		Courier,Monaco,monospace;
}

h1 {
	font-size:			1.75em;
	font-weight:		normal;
}
h2 {
	font-size:			1.5em;
	font-weight:		normal;
}
h3 {
	font-size:			1.25em;
	font-weight:		normal;
}
/*
* {
	visibility: 		hidden;
	text-align:			left;
}
*/
/* End of document */