.Nav
{	font-weight: bold;
text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial;
}

A.Nav:link
{	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial;
}

A.Nav:visited
{	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial;
}

A.Nav:active
{	text-decoration: none;
font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Arial;
}

A.Nav:hover
{	text-decoration: none;
font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Arial;
}

td
{	font-size: 12px;
	font-family: Arial;
	color: #000000;
}

b {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a {
  color: #000000;
  font-weight: normal;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	line-height: 12px;
	color: #000000;
	margin-left: 0pt;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
}