body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 9pt;
}

.NavBar
{ 
  background-color: #dbeaf5; 
  border: 0px solid black; 
  padding: 7px;
  cursor: default; 
} 

.TopItem
{
  background-image: url(../images/top_level_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-left: 10px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:185px;
  height:24px;
  cursor:hand;
}

.TopItemHover
{
  color:#d6dff7;
  background-image: url(../images/top_level_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-left: 10px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:185px;
  height:24px;
  cursor:hand;
}

.Level2Item
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  padding-left: 10px; 
  width:185px;
  cursor:hand;
}

.Level2ItemHover
{
	padding-left: 10px;
	font-size: 11px;
	width: 185px;
	cursor: hand;
	font-family: tahoma, verdana;
	text-decoration: underline;
}

.Level2ItemActive
{
	padding-left: 10px;
	font-size: 11px;
	width: 185px;
	cursor: hand;
	color: aqua;
	font-family: tahoma, verdana;
	text-decoration: underline;
}

.Level2Group
{
  background-color:#e8f3ff;
  border: 1px #336699 solid;
  border-top-color: #e8f3ff;
  padding:10px;
  padding-left:0px;
  padding-right:0px;
  width:185px;
}

.Empty
{
}
td {
	font-size: 9pt;
}
INPUT
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	border-left: #336699 1px solid;
	border-bottom: #336699 1px solid;
	background-color: snow;
}

TEXTAREA
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	border-left: #336699 1px solid;
	border-bottom: #336699 1px solid;
	background-color: snow;
}
SELECT
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	border-left: #336699 1px solid;
	border-bottom: #336699 1px solid;
	background-color: snow;
}
