	html {overflow-y: scroll;}

	body {
		font-family: Arial, sans-serif;		margin:10px 10px 0px 10px;		padding:0px;
		background:#7D7D7D;
		text-align:center;		margin:0px auto;		}

	table.contents {
		width: 940px;
		height: 100%;
		background:#ffffff;
		margin:0px auto;		text-align:left;
		}

	td.anchor {
		background: #ffff66;		border:1px solid #000000;
		}

	td.header {
		text-align: center;
		background:#66ffff;		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		}

	td.navigation {
		padding-left: 10px;
		background:#66ffff;		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		font-size: small;
		}

	td.main {
		padding: 10px 50px 10px 50px;
		border-right: 1px solid #000000;
		font-size: small;
		line-height: 150%;
		}

	td.frontmain {
		padding: 10px 10px 10px 10px;
		border-right: 1px solid #000000;
		font-size: small;
		line-height: 150%;
		}

	td.internal {
		padding: 10px 10px 10px 10px;
		font-size: small;
		line-height: 125%;
		}

	td.footer {
		height: 20px;
		padding-left: 10px;
		border:1px solid #000000;
		font-size: x-small;
		}

