﻿body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.TreeNode
{
	color: #000000;
	background-color: #FFFFFF;
}
.TreeView
{
	border-style: none;
	font-size: small;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	color: #000000;
	background-color: #FFFFFF;
	width: 320px;
	vertical-align: top;
	text-align: left;
	height: 100%;
	overflow: scroll;
}
.ViewerImage
{
	border-style: none;
	width: 480px;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	height: 100%;
}
.OuterDiv
{
	width: 100%;
}
.InnerDiv
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
.navigation {
	border-style: none;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-collapse: collapse;
	height: 28px;
}
.DefaultContent {
	border-style: none;
	border-width: 0;
	width: 800px;
}
.copyright {
	border-collapse: collapse;
	text-align: center;
	font-size: small;
}
.ContentHeader
{
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
}
.ContentCenter
{
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.CustomContent 
{
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	border-collapse: collapse;
}

