BODY, p, div, ul, li, td
{
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana;
}

a:hover
{
	color: navy;
}

.SiteTitle
{
	font-weight: bold;
	font-size: 14pt;
	color: #007050;
	line-height: 18px;
}

.BannerText
{
	font-weight: bold;
	font-size: 14pt;
	color: black;
	line-height: 18px;
	font-family: Times New Roman;
}

.BannerShadow
{
	font-weight: bold;
	font-size: 14pt;
	color: gray;
	line-height: 18px;
	font-family: Times New Roman;
}

.Banner
{
	background-color: white;
}

.MenuBar
{
	color: white;
	background-color: #007050;
}

.MenuBar a
{
	color: white;
	font-weight: bold;
}

.MenuBar a:hover
{
	color: white;
	font-weight: normal;
}

.MenuHighlight
{
	cursor: hand;
	color: white;
	background-color: #cccc99;
}

.SubBannerText
{
	font-weight: bold;
	font-size: 11pt;
	color: #007050;
	line-height: 18px;
	font-family: Times New Roman;
}

.SubBannerShadow
{
	font-weight: bold;
	font-size: 11pt;
	color: gray;
	line-height: 18px;
	font-family: Times New Roman;
}

.TitleText
{
	font-weight: bold;
	font-size: 14pt;
	color: #cccc99;
	line-height: 18px;
	font-family: Verdana;
}

.TitleShadow
{
	font-weight: bold;
	font-size: 14pt;
	color: gray;
	line-height: 18px;
	font-family: Verdana;
}

.SectionHeadings
{
	color: white;
	background-color: #007050;
}

.ColumnHeadings
{
	font-weight: bold;
	background-color: #cccc99;
}

.ColumnHeadings a
{
	color: black;
}

.NonScrollingContainer
{
	overflow: visible;
	height: 100%;
}

.ScrollingContainer
{
	overflow: auto;
	height: 400px;
	border: solid 1px #007050;
}

.ScrollingContainer .ColumnHeadings
{
	position: relative;
	top: expression(offsetParent.scrollTop - 2);
	left: -1px;
}

.ColumnHeadingsOriginal
{
	background-color: #FFFFcc;
}

@media print
{
	body 
	{
		background: white;
	}

	e
	{
		float: none;
	}

	a:link
	{
		display: none;
	}

	a:link:after
	{
		content: " (" attr(href) ") ";
	}

	.LinkBar
	{
		display: none;
	}

	.ColumnHeadings a
	{
		color: black;
		display: inline;
		text-decoration : none; 
	}
}
