BODY
{
	font-family: Arial;
	font-size: 8pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

HTML
{
	height: 100%;
}

FORM
{
	height: 100%;
	width: 780px;
}

INPUT
{
	font-family: Arial;
	font-size: 8pt;
}

.PageContent
{
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
	width: 100%;
	height: 100%;
}

.TitleBar
{
	background-color: #336699;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
	width: 100%;
}

.TopNav
{
	width: 100%;
	background-color: #E2E2E2;
	text-align: right;
}

.TopNavLink
{
	color: #000000;
	padding-left: 3px;
	padding-right: 3px;
}

.Footer
{
	border-top: solid 1px #000000;
	text-align: center;
}

.LeftPane
{
	background-color: #E2E2E2;
	width: 200px;
	height: 100%;
}

.TableOfContents
{
	height: 100%;
	overflow: auto;
	white-space: nowrap;
	width: 200px;
	font-size: 8pt;
}

.RightPane
{
	height: 100%;
	vertical-align: top;
	width: 580px;
}

.SearchHighlight
{
	background-color: #FFFF80;
	color: #000000;
}

.SearchResults
{
	text-align: center;
	width: 100%;
}

.SearchResult
{
	text-align: left;
	width: 100%;
	margin-left: 25px;
	margin-right: 25px;
}

.SearchResultLink
{
	font-size: 10pt;
}

.SearchResultDescription
{
	font-size: 8pt;
	margin-left: 20px;
}

.ManualFragment
{
	height: 100%;
	width: 100%;
	overflow: auto;
}

.TableOfContentsLink
{
	color: #000000;
	text-decoration: none;
}

A.ContentLink
{
	text-decoration: none;
	color: #0000FF;
}
