/* this CSS file is used when web pages are printed */
img { display: none; }
#GlobalNav
{
  background-color: white;
  text-align: left;
}
#Header
{
  background-color: white;
  text-align: left;
}
#Header H2, #Header p
{
	margin-right: 0;
	color: black;
}
#Container
{
	background-image: none;
/*	background-repeat: none; */
}
#LocalNav
{
  background-color: white;
	float: left;
	cursor: auto;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin: 10px 0 0 10px;
}
#LocalNavLink
{
	border: none;
	background-color: white;
}
#LocalNavLink A
{
	margin: 0;
	font-weight: bold;
	line-height: 1em;
	color: Black;
	font-size: 100%;
	text-decoration: underline;
}

#Footer { display: none; }
#WebContent {	margin: 0px; }
td.TableHeader { border-bottom: 2px solid black; color: black; font-weight: normal; background-color: white; }
td { border-bottom: 1px solid silver; }
a { text-decoration: underline;}


