﻿html
{
	height: 100%;
	background-color: #E8E8F0;
/*	min-height: 100%; margin-bottom: 1px;*/
}

a:link, a:visited
{
	color: #008000;
}

body
{
	font-family: Tahoma;
	font-size: 10pt;
	width: 828px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
 }

table, tr, td, th
{
	border: none 0px;
	padding: 0px;
	margin: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 16px;
	text-indent: 8px;
}

h2
{
	font-size: 14px;
}

h3
{
}

h4
{
	padding: 8px 0px 0px 0px;
}

p
{
	padding: 8px 0px 0px 0px;
	margin-bottom: 0;
}

#Page
{
	background-color: White;
	height: 100%;
	min-height: 100%;
	width: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
}

#ContentNavigation
{
	background-color: #E8E8F0;
	font-size: 100%;
	font-weight: normal;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #C0C0C0;
}

#ContentNavigation table
{
	padding: 0px;
	margin: 0px;
	width: auto;
	border-spacing: 0px;
}

#ContentNavigation a:link, a:visited
{
	color: Black;
}

.MenuBorder
{
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
}

#ContentHeader
{
	background-color: White;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#ContentHeader table
{
	margin-bottom: 0px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #C0C0C0;
	padding-bottom: 5px;
	width: 100%;
}

#ContentHeader h1
{
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
	font-size: large;
	font-weight: bold;
	color: #008000;
}

#ContentHeader p
{
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	color: #000000;
}

#ContentBody
{
	background-color: White;
	padding: 0px;
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	min-height: 100%;
}

#ContentBody thead
{
	background-color: #E8E8F0;
}

#ContentFooter
{
	background-color: White;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
	font-size: 80%;
}

#ContentFooter p
{
	text-align: center;
}

table.HorizontalLine
{
	border-style: none none solid none;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
}

tr.HorizontalLine
{
	height: 0px;
}

td.HorizontalLine
{
	line-height: 0px;
	border: none;
	padding-right: 0px;
	padding-left: 0px;
}

.Centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.AlignTextCenter
{
	text-align: center;
}

.AlignTextRight
{
	text-align: right;
}