a:link
{
	color: rgb(0,0,102); 
}
a:visited
{
	color: rgb(153,102,153); 
} 
a:active 
{
	color: rgb(153,0,255);
}
body
{
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	color: rgb(255,255,255);
	margin-top: 0;
	margin-left: 0;
}
table
{

}
h1, h2, h3, h4, h5, h6
{
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
}
h1
{
	color: #2E8B57;
	font-size: 14pt;
	text-align: center;
}
h2
{
	color: rgb(51,102,51); 
}
h3
{
	color: rgb(102,0,51); 
}
h4
{
	color: rgb(51,102,51);
}
h5
{
	color: rgb(102,0,51);
}
h6
{
	color: rgb(51,102,51);
}
.bookpage{
	margin-top: 4px;
	margin-bottom: 4px;
   border: 0px solid Black;
	text-align: center;
	background: White no-repeat scroll center;
	}

.bookindexpage{
	border: 1px solid Black;
	margin-top: 12px;
	background: White;
}

.indexpageheaders{
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

.indexpagetext{
	text-align: left;
	vertical-align: top;
	padding-left: 7px;
}

.bookspecificfooter{
	width: 400px;
	text-align: justify;
	font-size:1pt;
	padding-left: 5px;
	padding-right: 5px;
}
.booknavigation{

	}
