body {
	margin: 0;
	padding-top: 10px;
	background: white;
}

h1 {
	margin: 0;
        padding: 15px 30px;
	color: #fffff0;
	background-color: #5a728c;
	font-size: 12pt;
}

h2 {
	border-top: solid #e0eaec 1px;
	border-right: none;
	margin: 6px 0;
	padding: 1px 10px;
	color: #5a728c;
	background-color: white;
	font-size: 11pt;
	font-weight: normal;
}

div {
	color: #5a728c;
}

div.NavbarArea {
	background-color: white;
	margin: 0;
	padding: 10px 0 0 40px;
	position: relative;
	bottom: -1px;
}

ul.Navbar {
	margin: 0;
	padding: 0;
	bottom: -1px;
}

li.selected, li.unselected {
	font-size: 10pt;
	display: inline;
	list-style: none;
	color: #5a728c;
	border: solid #5a728c 1px;
	border-bottom: 0;
	padding: 5px 10px;
	margin: 0 1px;
}

li.selected {
	border-bottom: solid #faf9f7 2px;
	background: #faf9f7;
}

li.unselected {
	background: white;
}

div.CdLinks {
	border-top: solid #5a728c 1px;
	margin-top: 6px;
	padding: 5px 10px 10px 10px;
	position absolute;
	background: #faf9f7;
}

div.TableArea {
	border-top: solid #5a728c 1px;
	margin-top: 6px;
	padding: 10px 10px 5px 10px;
	position absolute;
	background: #faf9f7;
}

div.footer {
	border-top: solid #5a728c 1px;
	padding: 5px 0;
	margin: 0;
	background: white;
	font-size: 9pt;
	text-align: center;
}

div.excluded {
	font-size: 0.95em;
	padding: 10px 5px 10px 5px;
}
div.margin { margin-left: 10pt; margin-right: 10pt; }
a  { text-decoration: none; border: none; }
img { border: solid #5a728c 1px; }
img.noborder { border-style: none; }


