body
{	font-size: 80%; 
	font-weight: bold; 
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	min-width: 850px;
}
table {	
	font-size: 100%; 
	font-weight: normal; 
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
#bottom {	
	font-size: 85%; font-weight: normal; 
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
#mainbody {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}
.fixedtext {
	font-size: 12px; 
	font-weight: normal;
}

.topmenu a:link, .topmenu a:visited {
	color: #ffffff;
	text-decoration: none;
}
.topmenu a:hover {
	color: #E67817;
	text-decoration: none;
}
.topmenu a:active {
	color: #ffffff;
	text-decoration: none;
}
.tmenu a:link, .tmenu a:visited {
	color: #ffffff;
	text-decoration: none;
}
.tmenu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.tmenu a:active {
	color: #ffffff;
	text-decoration: none;
}
h1 {
  	font-size: 200%;
  	font-weight: normal;
  	line-height: 1;
  	color: #ffffff;
  	margin: 3px 3px 3px 3px;
}
h2 { 
	font-size: 170%; 
  	font-weight: bold;
  	line-height: 1;
  	color: #E67817;
}
h3 { 
	font-size:1em;
  	margin: 3px 3px 3px 3px;
  	color: #ffffff;
}
h4 { 
	font-size:1em;
	margin:0 0 0 0;
	color: #ffffff;
}
.menubutton ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menubutton li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}
.menubutton a:link, .menubutton a:visited {
  font-size: 12px; 
  display: block;
  width: 137px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  text-indent: 5px;
}
.menubutton a:hover {
  background-color: #E67817;
  background-position: right bottom;
  text-decoration: none;
  color: #fff;
}
.menubutton a:active {
  font-size: 12px; 
  display: block;
  width: 137px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  text-indent: 5px;
}
a:link, a:visited {
	font-weight: normal;
	color: #e67817; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: underline;
}
a:hover {
	font-weight: normal; 
	color: #e67817; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none;
}
a:active {
	font-weight: normal;
	color: #e67817; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: underline;
}