BODY
{
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial;
}

table
{
  font-size: 10pt;
  color: black;
  font-family: Verdana, Arial;
  margin-top: 0px;
  position: static;}

h1
{
  font-size: 12pt; /*color: forestgreen;*/
  font-family: Verdana, Arial;
  font-weight: bolder;
  margin-bottom: 6px;
  position: static;
  text-align: left;
}

p
{
  margin-top: 0px;
  margin-bottom: 8px;
}

#table_menu
{
  font-size: 8pt;
  color: gray;
  font-family: 'Courier New';
  margin-top: 10px;
}

a:link {
	text-decoration: none;
	color: black;
	border-bottom: 1px solid black;
}

a:visited {
	text-decoration: none;
	border-bottom: 1px solid black;
	color: black;
}

a:active {
	text-decoration: none;
	border-bottom: 1px solid black;
	color: black;
}

a:hover {
	text-decoration: none;
	color: black;
	border-bottom: 2px solid #FF9A00;
}

a:link.menu {
	border-bottom: 0px;
}

a:visited.menu {
	border-bottom: 0px;
}

a:active.menu {
	border-bottom: 0px;
}

a:hover.menu {
	border-bottom: 0px;
}
