body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	text-align: center;
}
#tableLayout {
	background-color: #FFFFFF;
	border: thin solid #999999;
	width: 100%;
}
#tdTitle {
	background-color: #999999;
	height: 72px;
	text-align: left;
	vertical-align: text-top;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 10px;
}

#tdNavigation {
	background-color: #CCCCCC;
	vertical-align: top;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #999999;
	width: 190px;
}
#tdPageContentsList {
	text-align: justify;
	vertical-align: top;
	padding: 20px;
	border: thin solid #999999;
	line-height: 1.5em;
}
#tdPageContent {
	background-color: #EBEBEB;
	text-align: justify;
	vertical-align: top;
	padding: 5px;
}

#tdBook {
	text-align: justify;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #999999;
	width: 247px;
}
a:link {
	color: #0000ff;
}
a:visited {
	color: #800080;
}
a:hover {
	color: #D40000;
}
a:active {
	color: #808080;
}
h1 {
	font-size: 33px;
	font-family: "Arial Narrow";
	font-weight: bold;
}
h2 {
	font-size: 18px;
	text-align:center;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 9px;
}
.lightprint {
	color: #FFFBF0;
}
