﻿body {
	font-family: Verdana, Sans-serif, Bookman old style, Arial;
	background-color: #8CD6FF;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h1 {
	text-align: center;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	color: #000000;
}
img {
	border: none;
}
p.TB {margin: 0; border: outset 2px; padding: 2; background-color:#FFFFFF;}
p.Ack {
	font-style: italic;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	font-size: 75%;
	width: 50%;
	float: right;
}
p.center {
	text-align: center;
}
hr {
	clear: both;
}
td {vertical-align: top}
td.pageend {
	background-image: url('pageend.gif');
	background-repeat: repeat;
	width: 7px;
}
td.notepad {
	background-image: url('notepad.gif');
	background-repeat: repeat;
	width: 47px;
}
td.note {
	background-color: white;
}
table.Note {
	background-color: #8CD6FF;
	margin: 0px;
	padding: 0px;
}
ul.circle {
	list-style-type: circle;
}
ol.roman {
	list-style-type: lower-roman;
}
ol.roman li,
ul.spaced li,
ol.spaced li {
	padding-bottom: 0;
	margin-bottom: 1em;
}
ul.spaced li ol li {
	padding-bottom: 0;
	margin-bottom: 0;
}
ul.spaced li ol.spaced li
{
	margin-bottom: 1em;
}
dl.spaced dd {
	margin-bottom: 1em;
}
span.wbr {
	width: 0;
	font-size: 0;
	white-space: wrap;
	white-space: normal;
}
/*
 * Used to denote that the information is old, possibly for an old version.
 */
div.old {
	margin: 0 1em 0 1em;
	padding: 0 1em 0 1em;
	border: solid 1px #A52A2A;
	border: solid 1px #DEB887;
	background: #FFFfF0;
}
/*
 * Code samples in blue.
 */
pre,
code,
p.code,
dl.ArgList dt {
	color: #0000ff;
	font-family: monospace;
	font-size: 90%;
}
p.code {
	margin-left: 2em;
}
p.code span.comment {
	color: #008000;
}
/*
 * Side "menu" buttons.
 */
ul.SideButtons {
	list-style-type: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 0px 8px;
	margin: 4px 6px 4px 6px;
	width: 132px;
}
ul.SideButtons li {
	line-height: 1.2em;
	padding: 0px 0px 2px 0px;
	width: 132px;
	border: 2px outset;
	border: 2px outset #E0E0E0;
	background-color:#FFE8C8;
	background-color:#E8E8E8;
}
ul.SideButtons a {
	width: 132px;
}
ul.SideButtons li:hover,
ul.SideButtons a:hover {
	background-color:#FFF0D0;
	background-color:#FEFEFE;
}
ul.SideButtons a:active {
	padding: 0px 2px 0px 2px;
	border: 2px inset;
}
ul.SideButtons li:active {
	border: 2px inset;
}
ul.SideButtons li:active a {
	border: none;
}

/*
 * General.
 */
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.nowrap {
	white-space: nowrap;
}
.wrap {
	white-space: normal;
}
.tight {
	padding: 0 0 0 0;
	border: 0 0 0 0;
	margin: 0 0 0 0;
}
.noborder {
	border: none;
}
.Indent {
	padding-left: 2em;
}
.smaller {
	font-size: smaller;
}
td.number {
	text-align: right;
	padding-right: 1em;
}
div.dos {
	border: solid 2px gray;
	margin-left: 8px;
	margin-right: 8px;	
}
div.dos p {
	color: white;
	padding: 0 0 0 0;
	border: none;
	margin: 0 0 0 0;
	background: black;
	font-family: monospace;
}
th 
{
	background-color: #eeeeee;
}
