body, td, th {
	font-family: arial;
	font-size: 10pt;
	margin: 0px;
}

table#main {
	width: 100%;
	height: 100%;
}

td#top {
	background-color: white;
	border-bottom: 1px solid black;
	color: black;
	height: 50px;
	padding-left: 25px;

	font-weight: bold;
	font-size: 20pt;
	font-style: italic;
}

td#toc {
	border-right: 1px solid black;
	background-color: #0088AA;
	color: white;
	width: 150px;
	vertical-align: top;
	padding: 25px;
}

td#body {
	background-color: white;
	color: black;
	vertical-align: top;
	padding: 25px;
}

td#login {
	background-color: white;
	color: black;
	vertical-align: top;
	text-align: center;
	padding: 25px;
}

h1 {
	border-bottom: 1px solid black;
}

