.style1 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style64 {color: #000000}
body {
	background-color: #FFFFFF;
}
.style66 {
	font-size: 14px;
	font-weight: bold;
}
.style67 {color: #333333}
.style69 {font-style: italic; color: #333333;}
.style70 {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
.style71 {color: #000000; font-style: italic; font-weight: bold; }
.style72 {font-weight: bold}
.style74 {color: #FF9900}
.style75 {font-size: 10px; color: #000000;}
.style76 {
	font-size: 18px;
	font-weight: bold;
}
/* styles for the nav menu - remove padding, margin and bullets */
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
/* float each list element inline */
#nav li {
  float: left;
  display: inline;
  }
/* style the links in the nav list */
#nav a {
	display:block;
	background-color:#FFCC99;
	margin: 0;
	height: 1em;
	padding: 2px 2px 2px 2px;
	width: 96px;
	text-decoration: none;
	font-weight:bold;
	font-size: 100%;
	text-align: center;
  }
#nav a:link, #nav a:visited {
	color: #000000;

  }
#nav a:hover, #nav a:active {
  background-color:#ffcc66;
  color: #000000;
  }
/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  color: #000000;
  background-color:#FF9900;
  }
