/*	HiView Users Guide

	CSS for TOC frame.

	HiROC CVS ID: TOC.css,v 1.4 2011/11/09 00:59:06 castalia Exp
*/

html
	{
	margin: 0;
	padding: 0;
	}
body
	{
	font-family: arial, helvetica, sans-serif;
	color: black;
	border-right: 2px solid black;
	margin: 0;
	height: 98.5%;
	padding: 10px 5px 0px 10px;
	background-color: rgb(133,90,56);
	}

a
	{
	text-decoration: none;
	font-weight: inherit;
	color: inherit;
	}
a:hover
	{
	color: white;
	}

ul.heading
	{
	list-style-position: outside;
	list-style-type: none;
	font-size: 9pt;
	font-weight: bold;
	margin: 0;
	padding-left: 0;
	}
ul.toplist
	{
	list-style-type: disc;
	font-size: 8pt;
	font-weight: normal;
	color: rgb(247,143,82);
	margin-left: 0;
	padding-left: 12px;
	text-indent: -2px;
	}
ul.sublist
	{
	list-style-type: circle;
	margin-left: 0;
	padding-left: 12px;
	}

