body {
	color: #ed1717;
	background: #feffec;
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0px;
	padding: 0px;
  	font-size: x-small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small;
}

#navigator {
	position: absolute;
	top: 10px;
	left: 0px;
	border: 0;
	margin: 0;
	padding: 0px 10px 10px 10px;
	width: 140px;
}

#home {
	color: #ed1717;
	font-weight: bold;
}

/* #navmenu  {
	top: 20px;
} */

#menuList {
	margin: 0px;
	padding: 0px;
}

#menuList ul {
  margin: 0;
  padding: 0px;
}

#menuList li {
  /* display: block; */
  list-style: none;
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
  background-color: yellow;
  padding: 15px 0px;
  line-height: 1em;
}

#menuList li.firstitem, #firstitem {
  border-top: 2px solid black;
  margin-top: 10px;
}

a.actuator {
  /* background-color: transparent; */
  color: #ed1717;
  font-size: small;
  margin: 0px;
  padding: 0px 10px;
  text-decoration: none;
}

a.actuator:hover {
  text-decoration: underline;
  color: black;
}

.menubar a {
  display: block;
}

.menu {
  width: 200px;
  color: #ed1717;
  background-color: #EEE;
  border: 1px solid #CCC;
  position: absolute;
  visibility: hidden;
}

.menu li a {
  background-color: transparent;
  color: #ed1717;
  display: block;
  font-size: small;
  line-height: 2em;
  margin: 0px;
  padding: 0px 10px;
  text-decoration: none;
}

.menu li a:hover {
  background-color: #009;
  color: #EEE;
}

span.key {
  text-decoration: underline;
}


#main {
	padding: 20px 40px;
	margin-left: 130px;
	width: auto;
}


img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #ed1717;
	font-weight: bold;
}

h1 {
	text-align: center;
}

.xs {
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: x-small;
}

td.author {
	padding: 0 10px 0 0;
	border: none;
        color: gray;
        vertical-align: top;
        text-align: right;
        font-size: xx-small;
}

td.subtitle {
	padding: 0 10px 0 0;
	border: none;
        color: #ed1717;
        vertical-align: top;
        text-align: center;
        font-size: xx-small;
}

table.multicolumn td {
        padding: 10px 10px 0px 10px;
	border: none;
}

.viieventtable {
	clear:both
}

.viieventtable table, .viiboardtable table {
	border-collapse:collapse
}

.viiboardtable td, .viiboardtable th {
	padding: 10px 10px;
	border: 1px solid blue;
	font-size: small;
}

.viieventtable td, .viieventtable th {
	padding: 5px 5px;
	border: 1px solid darkblue;
	font-size: small;
}

