﻿body
{
	margin: 15px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Verdana;
	font-size: 11pt;
	background-color: #2E2E2E;
}

.clsCopyRight
{
	font-size: 8pt;
	background-color: #2E2E2E;
}

.clsPageBody
{
	font-size: 11pt;
	background-color: #E2E3E5;
	vertical-align: top;
	color: Black;
}
.clsPageBodyText
{
	padding: 8px;
	min-height: 500px;
	vertical-align: top;
	text-align: left;
}

.HoverLink           { color: White; text-decoration: none; }
.HoverLink a:active  { color: White; text-decoration: none; }
.HoverLink a:visited { color: White; text-decoration: none; }
.HoverLink a:link    { color: White; text-decoration: none; }
.HoverLink a:hover   { color: White; text-decoration: underline; }

h1
{
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
}
h2
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
}
h3
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}
h4
{
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
}
h5
{
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}

ul
{
	list-style-type: square;
	list-style-position: outside;
}
li
{
	margin-bottom: 5px;
}
