/* Default style sheet
 * language: CSS2
 * Author: Richard P. Grant
 * Date created: 11 Feb 2000
 * Last modified: 01 Jun 2000 
 */

body	{
	width: auto;
	height: auto;
	font-size: 100%;
	line-height: 117%;
	margin: 8px;
        /* background flush with initial containing block edge */
	background-position: -8px -8px; 
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-align: left;
	text-indent: 0;
	white-space: normal;
	background: white;
	color: black;
}

body.plusgif	{
	font-size: 100%;
	background: url(/~rkrs/images/gifs/backgnd.gif);
	color: black;
}

.noCSS	{display: none }

a:link { color: blue }
a:visited { color: red }
a:active { color: fuchsia }

.centre	{text-align: center}
.black {background-color: black}
.alright	{text-align: right}
.white	{
	color: white;
	background-color: transparent;
}

div	{display: block}


div.main	{
	color: black;
	width: auto;
	text-align: left;
	margin-right: 10px;
	font-size: 100%;
	line-height: 117%;
	background: white;
	margin-left: 0;
}

.indent	{
	text-align: left;
	color; black;
	margin-left; 20px;
	margin-right; 40px
}
	

h1	{
	font-size: 200%;
	margin: .67em 0 0.5em;
	text-align: center;
}

h2	{
	font-size: 150%;
	margin: .83em 0 0.5em;
	text-align: center;
}

h3	{
	font-size: 117%;
	margin: 1em 0 0.83em; 
}

h4, p, blockquote, dl, dir, menu	{ 
	margin: 0.83em 0 0.5em; 
}

h4.right	{
	text-align: right;
}

h4.subh4	{
	margin: 0.5em;
	text-indent: 40px;
	line-height: 100%;
}

h5	{
	font-size: 90%;
	margin: 0.83em 0 0.5em; 
}

h6	{
	font-size: 67%;
	margin: 1.66em 0 0.83em; 
}

h1, h2, h3, h4, h5, h6, b, strong	{ 
	font-weight: bolder;
}

strong.boolean	{
	color: #909;
}

strong.vartype	{
	color: red;
}

blockquote	{ 
	margin-left: 40px;
	margin-right: 40px;
}

p.six	{
	text-align: center;
}

i, cite, em, var, address	{ 
	font-style: italic;
}

pre, tt, code, kbd, samp	{ 
	font-family: monospace;
	font-size: 97%;
}

pre	{
	white-space: pre;
}

code	{
	color: maroon;
}

big	{ 
	font-size: 117%;
}
	
small, sub, sup	{
	font-size: 90%;
}

span.definition	{
	color: red;
	font-style: italic;
}
span.ack	{
	font-size: 80%;
	line-height: 95%;
	color: #7F7F7F;
}


sub	{
	vertical-align: sub;
}

sup	{
	vertical-align: super;
}

s, strike, del	{
	text-decoration: line-through;
}

hr	{
	border: 1px inset;
}


hr.six	{
/*	width: 66%;	*/
	border: 0;
/*	align: center;	*/
}




dir, menu, dd	{
	margin-left: 40px; 
}

u, ins	{
	text-decoration: underline;
}


UL.toc, OL.toc {list-style: decimal}
DIV.toc UL UL, DIV.toc OL OL {margin-left: 0}
DIV.toc UL UL UL, DIV.toc OL OL OL {margin-left: 1em}
DIV.toc UL UL UL UL, DIV.toc OL OL OL OL {margin-left: 0}
LI.tocline1 {margin-top: 1em; font-weight: bold}
LI.tocline2 {font-weight: normal}
LI.tocline4 {font-style: italic}

ol.notes	{
	list-style-type: lower-roman;
	list-style-position: inside;
}

ul.notes	{
	list-style-type: circle;
	list-style-position: inside;
	width: 80%;
}

dfn.treagent{
	color: green;
	font-family: monospace;
}

table.gbg	{
	background: #CF9;
}

table.toc	{
	border: none;
}


th	{
	font-size: 100%;
	font-weight: bolder;
	text-align: center;
	vertical-align: top;
	color: #003300;
	line-height: 90%;
}

th.third	{
	text-align: center;
	width: 33%;
}

th.quarter	{
	text-align: center;
	width:25%;
}

td.tdthird	{
	text-align: left;
	width: 33%;
}

td.tdquarter	{
	text-align: left;
	width: 25%;
}

td.left	{
	text-align: left;
	width: 100px;
}

td.thin	{
	text-align: center;
	width: 25px;
}

td.main	{
	text-align: center;
	vertical-align: top;
	font-size: 80%;
	line-height: 97%
}

td.pics	{
	text-align: center;
}

th.smra	{
	width: 10%;
	text-align: right;
}
th.smla	{
	width: 20%;
	text-align: left;
}

td.thrfive	{
	width: 35%;
	text-align: center;
}

td.thirty	{
	width: 30%;
	text-align: center;
}


caption	{
	text-align: center;
}

div.advert	{
	font-size: 133%;
	line-height: 200%;
	margin: 2em;
	width: auto;
	border: thin solid fuchsia;
	padding: 0.5em;
	text-align: center;
}

div.advert	a:link	{color: #003300}
div.advert	a:visited	{color: #990000}
div.float {float: left}
div.float p {text-align: center}
div.container {
	border: white;
	background-color: white
}
div.spacer {clear: both}

div.centre	{
	text-align: center;
	color: black;
}

div.intable	{
	margin-left: 60px;
	margin-right: 60px;
}

div.code code	{ 
	line-height: 100%;
	margin: 0.5em;
	margin-left: 40px;
	border: thin solid yellow;
	width: auto;
	padding: 0.3em;
}

kbd.apinput	{
	color: navy;
}

tt.apoutput {
	color:maroon;
}

div.disclaim	{
	text-align: center;
	width: auto;
	color: black;
	text-align: center;
	font-size: 90%;
	padding: 0.5em;
	margin: 0.3em;
	margin-top: 40px;
	border: thin solid red;
}

div.subproc	{
	line-height: 100%;
	margin: 0.5em;
	margin-left: 40px;
	width: 80%;
	padding: 0.3em;
	border: thin solid silver;
}

div.navbar	{
	align: center;
	width: auto;
	color: black;
	text-align: center;
	font-size: 90%;
	border: 0;
	margin: 0;
	padding: 0.5em;
	background: silver;
}

div.alright	{
	text-align: right;
	font-size: 90%;
}

div.notes	{
	text-align: center;
	color: black;
	background: white;
	line-height: 100%;
	width: 80%;
}


/* initialization */
div.unitinit	{
	color: black;
	width: auto;
	text-align: left;
	font-size: 100%;
	line-height: 100%;
	background: white;
}

/* introductory blurb */
div.intro	{
	color: black;
	width: 80%;
	text-align: left;
	margin-left: 80px;
	margin-right: 80px;
	font-size: 100%;
	line-height: 100%;
	background: transparent;
}
div.intro2	{
	color: black;
	width: 80%;
	text-align: left;
	margin-left: 80px;
	margin-right: 80px;
	font-size: 97%;
	line-height: 97%;
	background: transparent;
	font-family: sans-serif
}

div.intro a:link	{
	color: #0CF;
}
div.intro a:visited	{
	color: #3C0;
}
div.intro a:active	{
	color: green;
}

div.intro span.valvename	{
	color: #969;
	font-style: italic;
}

div.intro span.reagent	{
	color: #696;
	font-style: italic;
}

div.intro strong.boolean	{
	color: #C6C;
}



/* little bit along the bottom of the page */
div.versno	{
	width: auto;
	text-align: center;
	line-height: 100%;
	color: silver;
}


/* proposed default for HTML 4.0's new ABBR/ACRONYM elements */

abbr, acronym {
	font-variant: small-caps;
	letter-spacing: 0.1em; 
}

/*There are no turtles anywhere*/

