﻿body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
	margin: 3px;
	padding-top: 3px;
	overflow: auto;
	background-color: #a0a000;
	font-family: Verdana;
}
.clsTopMenuBarLeft
{
	background-color: black;
	font-family: Verdana;
	font-size: 10pt;
}
.clsTopMenuBar
{
	background-color: #a0a000;
	font-family: Verdana;
	font-size: 10pt;
}
.clsTopMenuBar a { TEXT-DECORATION: none }
.clsTopMenuBar a:active{ font-weight: bold; color: White; }
.clsTopMenuBar a:visited { font-weight: bold; COLOR: White }
.clsTopMenuBar a:link { font-weight: bold; COLOR: White; }
.clsTopMenuBar a:hover { COLOR: Black; CURSOR: hand; font-weight: bold; TEXT-DECORATION: underline; }

.clsBottomNavBar
{
	font-family: Verdana;
	font-size: 8pt;
	border-left-style: none;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#a0a000,EndColorStr=#333333);
}
.clsBottomNavBar a { TEXT-DECORATION: none }
.clsBottomNavBar a:active{ font-weight: bold; color: White; }
.clsBottomNavBar a:visited { font-weight: bold; COLOR: White }
.clsBottomNavBar a:link { font-weight: bold; COLOR: White; }
.clsBottomNavBar a:hover { cursor: hand; font-weight: bold; text-decoration: underline; }

.clsCopyright
{
	font-family: Verdana;
	font-size: 8pt;
	color: White;
}
.clsCopyright a {  }
.clsCopyright a:active{ color: White; }
.clsCopyright a:visited { COLOR: White }
.clsCopyright a:link { COLOR: White; }
.clsCopyright a:hover { cursor: hand; text-decoration: underline; }

.clsLeftNav
{
	background-color: #a0a000;
	font-family: Verdana;
	font-size: 10pt;
	color: white;
}
.clsLeftNav a { TEXT-DECORATION: none }
.clsLeftNav a:active{ color: White; }
.clsLeftNav a:visited { COLOR: White }
.clsLeftNav a:link { COLOR: White; }
.clsLeftNav a:hover { cursor: hand; text-decoration: underline; }
.clsLeftNav td
{
	border-right: gray thin groove;
	border-top: gray thin groove;
	border-left: gray thin groove;
	border-bottom: gray thin groove;
}

.clsLeftNavOver
{
	background-color: #696969;
	font-family: Verdana;
	font-size: 10pt;
	color: white;
}
.clsLeftNavOver a { TEXT-DECORATION: none }
.clsLeftNavOver a:active{ color: White; }
.clsLeftNavOver a:visited { COLOR: White }
.clsLeftNavOver a:link { COLOR: White; }
.clsLeftNavOver a:hover { cursor: hand; text-decoration: underline; }
.clsLeftNavOver td
{
	border-right: gray thin outset;
	border-top: gray thin outset;
	border-left: gray thin outset;
	border-bottom: gray thin outset;
}

.clsLeftNavTitle
{
	background-color: black;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: white;
}
.clsLeftNavTitle td
{
	border-right: gray thin outset;
	border-top: gray thin outset;
	border-left: gray thin outset;
	border-bottom: gray thin outset;
}

.clsPageText
{
	background-color: white;
	font-family: Verdana;
	font-size: 10pt;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 2px;
	overflow: auto;
}

