#Top {
	width: 100%;
}
#Top #Menu {
	height: 30px;
	background-color:#ffffff;
}
#Top #TextSelect {
	height: 26px;
	background-color:#d3e5fa;
}
#Top #TextSelect #SelectInfo {
	width: 35%;
	float: left;
	text-align: left;
	margin-top: 6px;
}
#Top #TextSelect #SelectRight {
	width: 60%;
	float: right;
	text-align: right;
	margin-top: 6px;
}
#Content {
	width: 100%;
}
#Content #TextTitle {
	height: 18px;
	margin-top: 10px;
	text-align:center;
	margin:auto;
	width:100%;
}
#Content #BookText {
	font-size: 11pt;
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
	line-height: 180%;
	text-align: left;
	width:85%;
}
#Content #EndMenu {
	height: 20px;
	margin-top: 10px;
}
#Content hr {
	color: #cccccc;
	width: 100%;
}
#Content #LinkMenu {
	height: 20px;
	margin-top: 5px;
}
#End {
    width: 100%;
}
#End #EndType {
	width: 99%;
}
#End #CopyRight {
	width: 100%;
	text-align:center;
}
#End #Links {
	width: 100%;
	text-align:center;
}
#End hr {
	color: #cccccc;
	width: 100%;
}

