body, table {
	font-family: sans-serif;
	font-size: small;
	background-color: white;
	color: black;
}

div.centered {
  text-align: center;
}

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: black;
}

h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: black;
}

h3 {
	color: darkgray;
}

a, a:visited {
	color: black;
}

th {
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
}

b, th {
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

b {
	color: black;
}

#MAINTABLE, #TOPTABLE, #TOPSPACER {
  text-align: left;
  width: auto;
}

.TCIMG {
	visibility: hidden;
	display: none;
	background-image : none;
}

.BBIMG {
	visibility: hidden;
	display: none;
	background-image : none;
}

.BLIMG {
	visibility: hidden;
	display: none;
	background-image : none;
}

.BRIMG {
	visibility: hidden;
	display: none;
	background-image : none;
}

.BCIMG {
	background-image : none;
}

.content {
	overflow: visible;
}

.open {
	color: black;
	padding-left: 20px;
	background-image: url(images/down.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.closed {
	color: black;
	cursor: pointer;
	padding-left: 20px;
	background-image: url(images/down.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.visible {
	padding-left: 20px;
}

.nonvisible {
	padding-left: 20px;
	visibility: visible;
	display: block;
}
