h1 {
	font-size: large;
	font-weight: bold;
	font-style: italic;
}
.bodyBackground {
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 150%;
}
a:link {
	color: #666666;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:hover {
	color: #FF0000;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:active {
	text-decoration: none;
	color: #FF0000;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
hr {
	color: #000000;
	height: 1px;
	width: 100%;
}
 .menubutton1 {
  margin: 1em 0;
  width: 9em;
  font-family: helvetica,arial,sans-serif;
  font-size: 70%;
  font-weight: bold;
}
.menubutton1 a {
  display: block;
  width: 100%;
}
.menubutton1 a:link,
.menubutton1 a:visited,
.menubutton1 a:hover {
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}
.menubutton1 a:link,
.menubutton1 a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
.menubutton1 a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 150%;
}
