body {
	background: #b2c5de url(images/bg.jpg) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
div#body {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #b2c5de;
}
a {
	color: #0075ca;
}
a:visited {
	color: #0075ca;
}
a:hover {
	color: #163c72;
	text-decoration: none;
}
form {
	margin: 0px;
}
input {
	border: 1px solid #1d4c8f;
	background-color: #ffffff;
	color: #163c72;
	font-size: 75%;
	padding: 1px;
}
textarea {
	background-color: #ffffff;
	color: #163c72;
	border: 1px solid #1d4c8f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding: 1px;
}
input.submit {
	background-color: #1d4c8f;
	color: #ffffff;
	border: 1px solid #1d4c8f;
	cursor: pointer;
	padding: 1px 5px;
}
div#topbar img {
	border: 0px;
}
div#content {
	padding: 20px 20px 10px 20px;
	background: #ffffff url(images/bodybg.gif) left repeat-y;
}
h2 {
	font-size: 110%;
	color: #163c72;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
}
h3 {
	font-size: 100%;
	color: #163c72;
	margin-top: 0px;
	margin-bottom: 10px;
}
div#content p {
	margin-top: 0px;
	font-size: 90%;
	color: #163c72;
	line-height: 1.3em;
	margin-bottom: 15px;
}
div#content p.a {
	font-size: 130%;
	text-align: center;
	color: #0075ca;
	margin-bottom: 20px;
}
div#content p.b {
	font-size: 110%;
	margin-bottom: 20px;
}
div#content p.c {
	font-size: 100%;
	text-align: center;
	font-weight: bold;
}
div#content ul {
	list-style-type: disc;
	color: #163c72;
}
div#content li {
	font-size: 90%;
	color: #163c72;
	line-height: 1.3em;
}
div#content ul.toplist li {
	font-weight: bold;
	color: #0075ca;
}
div.button300 {
	background: url(images/blank_button_300.gif) top left no-repeat;
	width: 300px;
	height: 30px;
	margin: 15px auto;
	text-align: center;
	color: #ffffff;
	font-size: 11pt;
	padding-top: 6px;
	font-weight: bold;
}
div.button400 {
	background: url(images/blank_button_400.gif) top left no-repeat;
	width: 400px;
	height: 32px;
	margin: 15px auto;
	text-align: center;
	color: #ffffff;
	font-size: 12pt;
	padding-top: 7px;
	font-weight: bold;
}
div.button300 a, div.button300 a:visited, div.button400 a, div.button400 a:visited {
	color: #ffffff;
	text-decoration: none;
}
div.button300 a:hover, div.button400 a:hover {
	color: #ffffff;
	font-weight: normal;
}
div#content p.smlinfo {
	text-align: center;
	font-size: 75%;
	font-style: italic;
}
div#content p.lge {
	text-align: center;
	font-weight: bold;
	font-size: 100%;
}
div.container {
	margin: 10px 0px;
	overflow: auto;
	height: 100%;
}
div.container div#book {
	width: 230px;
	float: left;
}
div.container div#text {
	margin-left: 231px;
}
div.container div.bookcontents {
	width: 350px;
	overflow: auto;
}
ul.contents {
	margin-top: 0px;
}
ul.contentssub {
	margin-top: 5px;
	margin-bottom: 5px;
}
div.clear {
	clear: both;
}
table.formtable {
	border: 0px;
}
table.formtable td {
	vertical-align: top;
	font-size: 90%;
}
table.formtable td.formtitle {
	color: #163c72;
	text-align: right;
}