
h1
{
	clear: both;
	font-weight: bold;
	font-size: 1.6em;
	border-bottom: goldenrod thin double;
	font-family: Arial;
}
h2
{
	clear: both;
	border-top: goldenrod 1px solid;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.7em;
	color: chocolate;
	font-family: Arial;
}
h3
{
	clear: both;
	font-weight: bold;
	font-size: .9em;
	margin-bottom: 0px;
	color: chocolate;
	font-family: Arial;
}
body
{
	color: black;
	background-color: snow;
}
TocLink
{
	font-size: 1em;
	color: #ffffff;
	font-family: 'Times New Roman';
	text-align: right;
}
P.OnlineReference
{
	color: gray;
}
a
{
	color: blue;
}
a:visited
{
	color: Purple;
}
a:hover
{
	color: red;
}
p
{
	margin-top: 0px;
	margin-bottom: 0.5em;
}
.info
{
	border-right: peachpuff 1px solid;
	padding-right: 5px;
	border-top: peachpuff 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-left: 50px;
	border-left: peachpuff 1px solid;
	color: navy;
	margin-right: 50px;
	padding-top: 5px;
	border-bottom: peachpuff 1px solid;
	background-color: seashell;
}
ol
{
	margin-top:.2em;
	margin-bottom:.2em;
}
ul
{
	margin-top:.2em;
	margin-bottom:.3em;
}
h6
{
	clear: both;
	border-top: goldenrod 1px solid;
	font-weight: normal;
	font-size: x-small;
	color: gray;
	font-style: italic;
	text-align: right;
}
TD
{
	border-right: white 0px solid;
	padding-right: 2px;
	border-top: snow 2px solid;
	padding-left: 2px;
	border-left: white 0px solid;
	border-bottom: snow 0px solid;
}
TR.item
{
	background-color: seashell;
}
TR.header
{
	background-color: bisque;
}
TR.selected
{
	background-color: mistyrose;
}
TD.header
{
	background-color: bisque;
	width: 10px;
}
TD.item
{
	background-color: seashell;
}
TABLE
{
	border-collapse: collapse;
}
SPAN.changed
{
	color: forestgreen;
}
SPAN.deleted
{
	color: indianred;
}
SPAN.itemcomment
{
	color: gray;
	font-style: italic;
}
DIV.itemcomment
{
	color: gray;
	font-style: italic;
}
LI.todocomplete
{
	color: silver;
	text-decoration: line-through;
}


.absolute { position:absolute; visibility:hidden; }
.relative { position:relative; visibility:hidden; }
