body {
	background-color: #fff;
	background-image: url("./images/setsa_heading.png");
	background-position: top-left;
	background-repeat: no-repeat;
	color: #000;
	font-family: trebuchet ms, verdana, arial, sans-serif;
	line-height: 1.5em;
	margin: 5px;
	margin-top: 140px;
	width: 750px;
}

a {
	color: #366;
}

a:hover {
	color: #c30;
}

h1 {
	font-family: verdana, arial, sans-serif;
	color: #366;
	font-size: 1.6em;
}

h2 {
	font-size: 1.3em;
}

td {
	vertical-align: top;
}

td.icon {
	text-align: center;
}

td.noicon {
	text-align: center;
	vertical-align: middle;
}

tr.odd {
	background-color: #cee;
}

#content {
	margin-left: 15em;
}

#menu {
	position: absolute;
	top: 140px;
	left: 0;
	width: 12em;
}

#menu li {
	list-style-type: none;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	padding-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(./images/menu.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#menu li#current {
	background-image: url(./images/menu_current.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#pagefooter p {
	font-style: italic;
	text-align: right;
}

.largefile {
	font-weight: bold;
	color: #e00;
}

div.highlightbar {
	background-color: #9cc;
	height: 2px;
	font-size: 2px;
	border-left: 2px solid #bff;
	border-right: 2px solid #bff;
}

div.highlightcontent {
	background-color: #9cc;
	padding: 0.1em 0.5em;
}

