body {
	vertical-align:center;
	width:90%;
  background:#eee;
  margin:10px;
  padding:0;
  color:#000;
  font:small "System",Arial,Sans-serif;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:12px;
  font-weight:bold;
  } html>body {font-size:12px;}

#title {
	font:"System",Arial;
	font-size:large;
	font-weight:bold;
	color:#FFFFFF;
}

#header {
  float:left;
  width:100%;
  /* background:#eef url("../img/bg.jpg") repeat-x top; */
  line-height:normal;
  font-size: 18px;
  }
#header ul {
  margin:0;
  background:#eee;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  /* background:url("../img/left.gif") no-repeat left top; */
  margin:0;
  padding:0 0 0 28px;
  }
#header a {
  float:left;
  display:block;
  /* background:url("../img/right.gif") no-repeat right top; */
  padding:9px 28px 4px 0px;
  text-decoration:none;
  font-weight:bold;
  color:#022;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#A00;
  }
#header #current {
  /* background-image:url("../img/left_on.gif"); */
  color:#FF0000;
  }
#header #current a {
  /* background-image:url("../img/right_on.gif"); */
  color:#FF0000;
  }
