/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFAE7;
	background-image:url(images/right_bg.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:1em;
}

a:link {
	color: #666;
	text-decoration: underline;
	letter-spacing: 0.02em;
}

a:visited {
	text-decoration: underline;
	color: #666;
}

a:hover {
	color: #71AFD8;
	text-decoration: underline;
}
a:active {
	color: #71AFD8;
	text-decoration: underline;
}
form {
	margin:0;
	padding:0;
}

.wrap {
	border:1px solid #1b5790;
}

input {
	vertical-align:middle;
	margin:0;
}

.searchBarBg {
	background-image:url(images/bar_bg.jpg);
}

.verticalBarBg {
	background-image:url(images/bar_vertical_bg.jpg);
}

.leftBarBg {
	background-image:url(images/left_bg.jpg);
}

.query {
	height:1.7em;
	line-height:1.7em;
	background-image:url(images/magnify.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#FFF;
	padding-left:27px;
	border: 1px;
	border-radius:8px;
}
.chd {
	padding-top:1.02em;
	font-size:1.4em;
	line-height: 1.5em;
	font-weight: bold;
	color: #844303;
	letter-spacing: 0.02em;
}
.disclam {
	padding-top:0.2em;
	font-size: 0.84em;
	line-height: 1.5em;
	font-weight: lighter;
	color: #666;
	letter-spacing: 0.02em;
}
h1{
	font-size:1.4em;
	font-weight:bold;
	line-height:1.5em;	
	margin:1em 0;
	color:#844303;
}
h2{
	font-size:1.3em;
	font-weight:bold;
	line-height:1.4em;	
	color:#E86400;
	margin:1em 0;
}
h3 {
	font-size:1.25em;
	font-weight:bold;
	line-height:1.3em;	
	color:#E86400;
	margin:1em 0;
}
h4 {
	font-size:1.1em;
	line-height:1.2em;	
	color:#E86400;
	margin:1em 0;
	text-decoration: underline;
}
h5 {
	font-size:1.08em;
	font-weight:bold;
	line-height:1.1em;	
	color:#E86400;
	margin:1em 0;
	font-style:italic;
}
h6 {
	font-size:0.9em;
	font-weight:bold;
	line-height:1.5em;	
	margin:1em 0;
	text-decoration: underline;
}
table#toc td.chapter_no, table#toc td.chapter{
	font-size:1.1em;
	font-weight:bold;
	color:#73673E;
}
table#toc td.chapter a{
	color:#73673E;
}
table#toc td.heading{
	font-size:1.1em;
}
table#toc td.subheading{
	font-size:1em;
}
table#toc td{
	font-size:1.1em;
}
table#toc td.paragraph{
	font-size:1.0em;
}
p{
	font-size:1.0em;
	line-height:1.5;
}
blockquote p{
	font-size:0.8em;
	font-style:italic; 
	font-weight:bold;
	line-height:1.5;
	text-align:center;	
	margin-bottom:1em;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
li{
	line-height: 1.5em;
	list-style-type:disc;
	font-size:1.0em;
}
li li{
	font-size:100%;
	line-height:inherit;
}
p.note{
	margin-top:-1em;
	font-size:0.9em;
	color:#666;
}
p.indent{
	margin-left:3em;
}
.page_nav{
	text-align:right;
	color:#408080;
	font-size:0.8em;
}
.wh4 {
	font-size:1.1em;
	line-height:1.2em;	
	color:#E86400;
	margin:1em 0;
}