body {	
	font-size: 80%; 
	font-weight: normal;
	color: #000000;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	min-width: 860px;
}
table {
	font-size: 100%; 
	font-weight: normal;
}
h1 {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1;
  color: #8080C0;
  margin: 0;
}
#mainbody {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}
a:link, a:visited {
	font-weight: bold;
	color: #8080C0;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: underline;
}
a:hover {
	font-weight: bold; 
	COLOR: #8080C0; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none;
}
a:active {
	font-weight: bold;
	COLOR: #8080C0; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: underline;
}
#navmenu a:link, #navmenu a:visited {
	font-weight: normal;
	color: #ffffff; 
	font-family: Arial,Verdana, Helvetica, sans-serif; 
	text-decoration: none;
}
#navmenu a:hover {
	font-weight: normal;
	color: #000000; 
	font-family: Arial,Verdana, Helvetica, sans-serif; 
	text-decoration: none;
}
#navmenu a:active {	
	font-weight: normal;
	COLOR: #ffffff; 
	font-family: Arial,Verdana, Helvetica, sans-serif; 
	text-decoration: none;
}
.sidemenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidemenu li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}
.sidemenu a {
  font-weight: normal;
  display: block;
  width: 135px;
  height: 24px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  background: #94B8E9 url(../images/pixy-rollover4.gif) no-repeat left bottom;
  text-indent: 5px;
}
.sidemenu a:visited {
  font-weight: normal;
  display: block;
  width: 135px;
  height: 24px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  background: #94B8E9 url(../images/pixy-rollover4.gif) no-repeat left bottom;
  text-indent: 5px;
}
.sidemenu a:hover, .selected a {
  background-color: #369;
  background-position: right bottom;
  text-decoration: none;
  color: #fff;
}