a:link, a:visited, a:active {
	color: #0000FF;
}
a:hover {
	color: #9b6a18;
}
body {
	background-image: url(bkg.gif);
	background-repeat: no-repeat;
}
table.menutable {
	background-image: url(menu.gif);
	height: 260px;
}
td.about {
	vertical-align: top;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9b6a18;
}
td.padleft {
	padding-left: 25px;
}
td.selectedbackground {
	background-image: url(select.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 25px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9b6a18;
}
.superscript {
	font-size: 9px;
	vertical-align: super;
}