html, body{ 
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%; 
	max-height: 100%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
 } 

p {
	text-align:justify;
	font-size:10pt;
	color: #00125F;
	line-height: 18pt;
	margin: 5px;
	padding: 5px;
}

p.redsmlcenter {
	text-align:center;
	font-size:8pt;
	color: #cc0000;
	line-height: 10pt;
}

h3 {
	text-align:left;
	font-size:11pt;
	font-weight: bold;
	color: #00125F;
}
li {
	text-align:justify;
	font-size:10pt;
	color: #00125F;
	line-height: 18pt;
	text-indent: 1cm;
}

th.content {
	font-size: 10pt;
}

.Title
	{
	text-align:center;
	font-size:12pt;
	font-weight: bold;
	color: #00125F;
}
.Subtitle
	{
	text-align:center;
	font-size:11pt;
	font-weight: bold;
	color: #00125F;
}
.Author
	{
	text-align:center;
	font-size:11pt;
	color: #00125F;
}
.EndnoteReference
	{
	vertical-align:super;
	font-size:7pt;
	color: #00125F;
}
.EndnoteText
	{
	text-align:left;
	font-size:9pt;
	color: #00125F;
}
.Endnotes > p
	{
	text-align:left;
	font-size:9pt;
	color: #00125F;
}
.BodyTextIndent
	{
	text-align:justify;
	font-size:10pt;
	position: relative;
	left: 10%;
	width: 80%;
	color: #00125F;
}
.BodyTextIndentNew
	{
	text-align:justify;
	font-size:10pt;
    line-height: 14pt;
	color: #00125F;
}
.BodyTextLeft
	{
	text-align:left;
	font-size:10pt;
	color: #00125F;
}

.BlockText
	{
	text-align:justify;
	font-size:10pt;
	color: #00125F;
	line-height: 18pt;
}
.CenterText
	{
	text-align:center;
	font-size:10pt;
	color: #00125F;
	line-height: 18pt;
}
.WorksCited
	{
	text-align:left;
	font-size:9pt;
  line-height: 11pt;
	color: #00125F;
}

.WorksCited > p
	{
	text-align:left;
	font-size:9pt;
	line-height: 11pt;
	color: #00125F;
	text-indent: -3em;
	padding-left: 3em;
}

.InterHead
	{
	text-align:left;
	font-size:11pt;
	font-weight: bold;
	color: #00125F;
}
.SubInterHead
	{
	text-align:left;
	font-size:11pt;
	color: #00125F;
}
.TableInterHead
	{
	text-align:left;
	font-size:7pt;
	font-weight: bold;
	color: #00125F;
}
.TableBody
	{
	text-align:left;
	font-size:9pt;
	color: #00125F;
}
.Poem
	{
	text-align:left;
	font-size:10pt;
	font-style: italic;
	color: #00125F;
	line-height: 12pt;
}
.PoemNonItalic
	{
	text-align:left;
	font-size:10pt;
	font-style: normal;
	color: #00125F;
}

.PoemAuthor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	position: relative;
	width: 80%;
	left: 10%;
	color: #00125F;
}
.LogoTitle
	{
	text-align:center;
	font-size:10pt;
	font-weight: bold;
	color: #FFFFFF;
}

.nav {

	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #CCCCDD;
}

.navsmall {

	text-align: center;
	font-size:7pt;
	font-weight: bold;
	color: #CCCCDD;
}


a.nav:link {
	text-align: center;
	color: #EEEEFF;
}

a:link {
	color: #00376f;
}


a.nav:visited {
	text-align: center;
	color: #AFAFCF;
}

a:visited {
	color: #4277AF;
}

	/*
table.TOC {

	font-size:13pt;
	font-weight: bold;
	color: #00125F;
		border-width: 1px;
	border-color: #333333;

	border-collapse: collapse;
}
*/

table.TOC {
	border-width: 1px;
	border-style: outset;
	border-color: blue;
	border-collapse: separate;
	background-color: white;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
/*	frame: box; */
}
table.TOC th {
	border-width: 0px;
	padding: 4px;
/*	border-style: inset;
	border-color: gray;
	background-color: white;
*/	text-align: left;
	-moz-border-radius: ;
	font-size:11pt;
}
table.TOC td {
	border-width: 0px;
	padding: 5px;
	vertical-align: top;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
	text-align: left;
	font-size:11pt;
}
.aligntopleft {

	text-align:left;
 	vertical-align:top;
}
ul {

	text-align:justify;
	font-size:10pt;
	color: #00125F;
	line-height: 18pt;
}
ol {


	text-align:justify;
	font-size:10pt;
	color: #00125F;
	line-height: 18pt;
}

#leftnavigation {
  position : absolute;
	top: 0;
	bottom: 0; 
	left: 0;
  height: 100%;
  width : 180px;
  overflow: hidden;
  background-color: #00125f;
}

#content {
	color : #00125f;
	padding : 5px;
	background-color: #FEFEFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
} 
