TD.navigate  {
  width: 90px;
  text-align: center;
  padding-left: 0 0 0 0;
  vertical-align: middle;
	}

TD  {
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  }

A.navigate	{
	font-size: 90%;
	color: rgb(64,55,30);
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
	
A.navigate:hover	{
	color: black;
	}

H1		{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 16pt;
	line-height: 33px;
	color: rgb(77,66,36);
	margin-top: 0.0em;
	height: 33px;
	}

H2		{
	font-family: sans-serif;
	font-style: italic;
	font-size: 11pt;
	line-height: 19px;
	color: #464646;
	height: 19px;
	margin-bottom: 0.25em;
	}

H3	{
	font-family: sans-serif;
	font-style: italic;
	font-size: 11pt;
	text-transform: lowercase;
	line-height: 15px;
	color: #464646;
	height: 15px;
	padding: 0em 0em;
	margin-bottom: 0.25em;
	}

P		{
	font-family: sans-serif;
	font-size: 80%;
	color: #464646;
	margin-bottom:0.25em;
	margin-top:0.25em;
	}
.highlight	{
	color: black;
	font-weight:bold;
	}

UL		{
	color: #464646;
	margin-top:0;
	margin-bottom:0.5em;
	}
UL.2NDLEVEL	{
	margin-left:5em;
	list-style-type:square;
	}

#body LI		{
	margin-top:0.25em;
	margin-bottom:0.25em;
	}

OL		{
	margin-top:0;
	margin-bottom:0.5em;
	}

IMG {
  border: none;
  }

IMG.left {
  border: none;
  float: left;
  margin-right: 20px;
  }

IMG.right {
  border: none;
  float: right;
  margin-left: 20px;
  margin-right: 20px;
  }

A	{
	color: #6E6E6E;
	font-weight: bold;
	}
A:hover	{
	color: black;
	text-decoration: underline;
	}

